|
|
|
1 | 2024-12-21T04:19:48.150Z | job assigned to worker 01JFKQ19S4C4SDJS9MZMYCSA26 [factory aws, i-09fce82a8f54eed59] (queued for 1 m 26 s) |
|
2 | 2024-12-21T04:19:55.579Z | starting task 0: "setup" |
3 | 2024-12-21T04:19:55.588Z | ++ uname -s |
4 | 2024-12-21T04:19:55.591Z | + kern=SunOS |
5 | 2024-12-21T04:19:55.591Z | + case "$kern" in |
6 | 2024-12-21T04:19:55.591Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:19:55.593Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:19:57.583Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:19:57.696Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:19:57.698Z | + home_fs=zfs |
11 | 2024-12-21T04:19:57.698Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:19:57.698Z | + mkdir -p /home/build |
13 | 2024-12-21T04:19:57.701Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:19:59.684Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:19:59.687Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2024-12-21T04:19:59.692Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:19:59.698Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:19:59.698Z | * toolchain channel = "1.81.0" |
19 | 2024-12-21T04:19:59.698Z | * toolchain profile = "default" |
20 | 2024-12-21T04:19:59.698Z | ' 1.81.0 |
21 | 2024-12-21T04:19:59.698Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T04:19:59.698Z | ' default |
23 | 2024-12-21T04:19:59.700Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:19:59.700Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:19:59.821Z | info: downloading installer |
26 | 2024-12-21T04:20:01.013Z | info: profile set to 'default' |
27 | 2024-12-21T04:20:01.013Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:20:01.017Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:20:01.156Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:20:01.156Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:20:01.883Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:20:02.152Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:20:03.147Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:20:04.692Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:20:10.260Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:20:10.468Z | info: installing component 'cargo' |
37 | 2024-12-21T04:20:11.263Z | info: installing component 'clippy' |
38 | 2024-12-21T04:20:11.621Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:20:13.236Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:20:14.950Z | info: installing component 'rustc' |
41 | 2024-12-21T04:20:20.674Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:20:20.997Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:20:20.997Z | |
44 | 2024-12-21T04:20:21.360Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:20:21.360Z | |
46 | 2024-12-21T04:20:21.363Z | |
47 | 2024-12-21T04:20:21.363Z | Rust is installed now. Great! |
48 | 2024-12-21T04:20:21.363Z | |
49 | 2024-12-21T04:20:21.363Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:20:21.363Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:20:21.363Z | |
52 | 2024-12-21T04:20:21.363Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:20:21.363Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:20:21.363Z | |
55 | 2024-12-21T04:20:21.363Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:20:21.363Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:20:21.363Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:20:21.435Z | + rustc --version |
59 | 2024-12-21T04:20:21.501Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:20:21.504Z | process exited: duration 22009 ms, exit code 0 |
|
61 | 2024-12-21T04:20:21.509Z | starting task 2: "authentication" |
62 | 2024-12-21T04:20:21.527Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:20:29.609Z | process exited: duration 8172 ms, exit code 0 |
|
64 | 2024-12-21T04:20:29.618Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:20:29.626Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:20:29.631Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:20:29.730Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:20:37.019Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:20:37.025Z | + git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
70 | 2024-12-21T04:20:37.357Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:20:37.358Z | * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD |
72 | 2024-12-21T04:20:37.388Z | + [[ -n renovate/csv-1.x ]] |
73 | 2024-12-21T04:20:37.388Z | ++ git branch --show-current |
74 | 2024-12-21T04:20:37.388Z | + current=main |
75 | 2024-12-21T04:20:37.388Z | + [[ main != renovate/csv-1.x ]] |
76 | 2024-12-21T04:20:37.388Z | + git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
77 | 2024-12-21T04:20:37.388Z | + git checkout -f renovate/csv-1.x |
78 | 2024-12-21T04:20:37.540Z | Switched to branch 'renovate/csv-1.x' |
79 | 2024-12-21T04:20:37.549Z | + git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
80 | 2024-12-21T04:20:37.718Z | HEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1 |
81 | 2024-12-21T04:20:37.729Z | process exited: duration 8164 ms, exit code 0 |
|
82 | 2024-12-21T04:20:37.761Z | starting task 4: "build" |
83 | 2024-12-21T04:20:37.768Z | + source .github/buildomat/ci-env.sh |
84 | 2024-12-21T04:20:37.768Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:20:37.768Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-12-21T04:20:37.769Z | + cargo --version |
87 | 2024-12-21T04:20:37.810Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
88 | 2024-12-21T04:20:37.815Z | + rustc --version |
89 | 2024-12-21T04:20:37.875Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
90 | 2024-12-21T04:20:37.880Z | + cargo tree --locked |
91 | 2024-12-21T04:20:38.210Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-12-21T04:20:38.415Z | Updating crates.io index |
93 | 2024-12-21T04:20:38.475Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
94 | 2024-12-21T04:20:38.785Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
95 | 2024-12-21T04:20:39.235Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
96 | 2024-12-21T04:20:39.525Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-12-21T04:20:39.826Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-12-21T04:20:40.133Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
99 | 2024-12-21T04:20:41.043Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
100 | 2024-12-21T04:20:42.603Z | Updating git repository `https://github.com/oxidecomputer/opte` |
101 | 2024-12-21T04:20:43.183Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
102 | 2024-12-21T04:20:43.900Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
103 | 2024-12-21T04:20:44.186Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
104 | 2024-12-21T04:20:44.478Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
105 | 2024-12-21T04:20:45.141Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
106 | 2024-12-21T04:20:45.467Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
107 | 2024-12-21T04:20:45.792Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
108 | 2024-12-21T04:20:46.052Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
109 | 2024-12-21T04:20:46.328Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
110 | 2024-12-21T04:20:46.569Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
111 | 2024-12-21T04:20:47.483Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
112 | 2024-12-21T04:20:47.745Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
113 | 2024-12-21T04:20:48.102Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
114 | 2024-12-21T04:20:48.422Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
115 | 2024-12-21T04:20:48.930Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
116 | 2024-12-21T04:20:49.240Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
117 | 2024-12-21T04:20:49.669Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
118 | 2024-12-21T04:20:50.248Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
119 | 2024-12-21T04:20:50.492Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
120 | 2024-12-21T04:20:50.898Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
121 | 2024-12-21T04:20:51.072Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
122 | 2024-12-21T04:20:52.625Z | Downloading crates ... |
123 | 2024-12-21T04:20:52.737Z | Downloaded anes v0.1.6 |
124 | 2024-12-21T04:20:52.737Z | Downloaded adler2 v2.0.0 |
125 | 2024-12-21T04:20:52.737Z | Downloaded atomicwrites v0.4.4 |
126 | 2024-12-21T04:20:52.737Z | Downloaded atty v0.2.14 |
127 | 2024-12-21T04:20:52.845Z | Downloaded cfg_aliases v0.1.1 |
128 | 2024-12-21T04:20:52.845Z | Downloaded foreign-types-shared v0.3.1 |
129 | 2024-12-21T04:20:52.846Z | Downloaded async-object-pool v0.1.5 |
130 | 2024-12-21T04:20:52.846Z | Downloaded async-attributes v1.1.2 |
131 | 2024-12-21T04:20:52.846Z | Downloaded async-channel v2.3.1 |
132 | 2024-12-21T04:20:52.846Z | Downloaded assert-json-diff v2.0.2 |
133 | 2024-12-21T04:20:52.846Z | Downloaded anstyle-parse v0.2.5 |
134 | 2024-12-21T04:20:52.846Z | Downloaded foreign-types v0.3.2 |
135 | 2024-12-21T04:20:52.846Z | Downloaded escape8259 v0.5.3 |
136 | 2024-12-21T04:20:52.846Z | Downloaded async-stream-impl v0.3.6 |
137 | 2024-12-21T04:20:52.846Z | Downloaded addr2line v0.24.2 |
138 | 2024-12-21T04:20:52.846Z | Downloaded async-global-executor v2.4.1 |
139 | 2024-12-21T04:20:52.846Z | Downloaded array-init v0.0.4 |
140 | 2024-12-21T04:20:52.846Z | Downloaded headers-core v0.3.0 |
141 | 2024-12-21T04:20:52.846Z | Downloaded fxhash v0.2.1 |
142 | 2024-12-21T04:20:52.846Z | Downloaded cfg_aliases v0.2.1 |
143 | 2024-12-21T04:20:52.846Z | Downloaded arrayref v0.3.9 |
144 | 2024-12-21T04:20:52.846Z | Downloaded anstyle-query v1.1.1 |
145 | 2024-12-21T04:20:52.846Z | Downloaded anstyle v1.0.10 |
146 | 2024-12-21T04:20:52.846Z | Downloaded bitflags v1.3.2 |
147 | 2024-12-21T04:20:52.846Z | Downloaded fastrand v2.1.1 |
148 | 2024-12-21T04:20:52.846Z | Downloaded fallible-iterator v0.2.0 |
149 | 2024-12-21T04:20:52.846Z | Downloaded castaway v0.2.3 |
150 | 2024-12-21T04:20:52.846Z | Downloaded async-signal v0.2.10 |
151 | 2024-12-21T04:20:52.846Z | Downloaded hubpack_derive v0.1.1 |
152 | 2024-12-21T04:20:52.848Z | Downloaded http-body v1.0.1 |
153 | 2024-12-21T04:20:52.848Z | Downloaded foreign-types-macros v0.2.3 |
154 | 2024-12-21T04:20:52.848Z | Downloaded byteorder v1.5.0 |
155 | 2024-12-21T04:20:52.848Z | Downloaded chrono-tz-build v0.4.0 |
156 | 2024-12-21T04:20:52.848Z | Downloaded bit-set v0.5.3 |
157 | 2024-12-21T04:20:52.848Z | Downloaded buf-list v1.0.3 |
158 | 2024-12-21T04:20:52.848Z | Downloaded http-range v0.1.5 |
159 | 2024-12-21T04:20:52.848Z | Downloaded cargo-platform v0.1.8 |
160 | 2024-12-21T04:20:52.848Z | Downloaded assert_matches v1.5.0 |
161 | 2024-12-21T04:20:52.848Z | Downloaded approx v0.5.1 |
162 | 2024-12-21T04:20:52.848Z | Downloaded async-recursion v1.1.1 |
163 | 2024-12-21T04:20:52.848Z | Downloaded gethostname v0.5.0 |
164 | 2024-12-21T04:20:52.848Z | Downloaded bitfield-struct v0.6.2 |
165 | 2024-12-21T04:20:52.848Z | Downloaded fallible-iterator v0.3.0 |
166 | 2024-12-21T04:20:52.848Z | Downloaded event-listener-strategy v0.5.2 |
167 | 2024-12-21T04:20:52.848Z | Downloaded blowfish v0.9.1 |
168 | 2024-12-21T04:20:52.848Z | Downloaded glob v0.3.1 |
169 | 2024-12-21T04:20:52.848Z | Downloaded foldhash v0.1.3 |
170 | 2024-12-21T04:20:52.848Z | Downloaded cast v0.3.0 |
171 | 2024-12-21T04:20:52.848Z | Downloaded block-padding v0.3.3 |
172 | 2024-12-21T04:20:52.848Z | Downloaded bb8 v0.8.5 |
173 | 2024-12-21T04:20:52.848Z | Downloaded bitfield v0.14.0 |
174 | 2024-12-21T04:20:52.849Z | Downloaded cbc v0.1.2 |
175 | 2024-12-21T04:20:52.849Z | Downloaded heck v0.4.1 |
176 | 2024-12-21T04:20:52.849Z | Downloaded futures-channel v0.3.31 |
177 | 2024-12-21T04:20:52.849Z | Downloaded aead v0.5.2 |
178 | 2024-12-21T04:20:52.849Z | Downloaded block-buffer v0.10.4 |
179 | 2024-12-21T04:20:52.849Z | Downloaded group v0.13.0 |
180 | 2024-12-21T04:20:52.849Z | Downloaded bytecount v0.6.8 |
181 | 2024-12-21T04:20:52.849Z | Downloaded autocfg v1.4.0 |
182 | 2024-12-21T04:20:52.849Z | Downloaded heck v0.5.0 |
183 | 2024-12-21T04:20:52.849Z | Downloaded hostname v0.3.1 |
184 | 2024-12-21T04:20:52.849Z | Downloaded cassowary v0.3.0 |
185 | 2024-12-21T04:20:52.849Z | Downloaded async-bb8-diesel v0.2.1 |
186 | 2024-12-21T04:20:52.849Z | Downloaded cexpr v0.6.0 |
187 | 2024-12-21T04:20:52.849Z | Downloaded httpdate v1.0.3 |
188 | 2024-12-21T04:20:52.849Z | Downloaded camino-tempfile v1.1.1 |
189 | 2024-12-21T04:20:52.849Z | Downloaded hash32 v0.2.1 |
190 | 2024-12-21T04:20:52.849Z | Downloaded bzip2 v0.4.4 |
191 | 2024-12-21T04:20:52.849Z | Downloaded backoff v0.4.0 |
192 | 2024-12-21T04:20:52.849Z | Downloaded hubpack v0.1.2 |
193 | 2024-12-21T04:20:52.849Z | Downloaded http-body-util v0.1.2 |
194 | 2024-12-21T04:20:52.850Z | Downloaded hostname v0.4.0 |
195 | 2024-12-21T04:20:52.850Z | Downloaded home v0.5.9 |
196 | 2024-12-21T04:20:52.850Z | Downloaded hex-literal v0.4.1 |
197 | 2024-12-21T04:20:52.996Z | Downloaded generic-array v0.14.7 |
198 | 2024-12-21T04:20:52.996Z | Downloaded ghash v0.5.1 |
199 | 2024-12-21T04:20:52.996Z | Downloaded errno v0.3.9 |
200 | 2024-12-21T04:20:52.996Z | Downloaded anyhow v1.0.93 |
201 | 2024-12-21T04:20:52.996Z | Downloaded futures-core v0.3.31 |
202 | 2024-12-21T04:20:52.996Z | Downloaded hashlink v0.9.1 |
203 | 2024-12-21T04:20:52.996Z | Downloaded fs_extra v1.3.0 |
204 | 2024-12-21T04:20:52.996Z | Downloaded chacha20 v0.9.1 |
205 | 2024-12-21T04:20:52.996Z | Downloaded russh-cryptovec v0.7.3 |
206 | 2024-12-21T04:20:52.996Z | Downloaded cargo_metadata v0.18.1 |
207 | 2024-12-21T04:20:52.996Z | Downloaded serde_spanned v0.6.8 |
208 | 2024-12-21T04:20:52.997Z | Downloaded futures-executor v0.3.31 |
209 | 2024-12-21T04:20:52.997Z | Downloaded fixedbitset v0.4.2 |
210 | 2024-12-21T04:20:52.997Z | Downloaded async-io v2.3.4 |
211 | 2024-12-21T04:20:52.997Z | Downloaded parking v2.2.1 |
212 | 2024-12-21T04:20:52.997Z | Downloaded olpc-cjson v0.1.4 |
213 | 2024-12-21T04:20:52.997Z | Downloaded num_enum_derive v0.5.11 |
214 | 2024-12-21T04:20:52.998Z | Downloaded camino v1.1.9 |
215 | 2024-12-21T04:20:52.998Z | Downloaded num-iter v0.1.45 |
216 | 2024-12-21T04:20:52.998Z | Downloaded blake2b_simd v1.0.2 |
217 | 2024-12-21T04:20:52.998Z | Downloaded hyper-rustls v0.26.0 |
218 | 2024-12-21T04:20:52.998Z | Downloaded humantime v2.1.0 |
219 | 2024-12-21T04:20:52.998Z | Downloaded httptest v0.16.1 |
220 | 2024-12-21T04:20:52.998Z | Downloaded cancel-safe-futures v0.1.5 |
221 | 2024-12-21T04:20:52.998Z | Downloaded tinyvec_macros v0.1.1 |
222 | 2024-12-21T04:20:52.998Z | Downloaded highway v1.2.0 |
223 | 2024-12-21T04:20:52.998Z | Downloaded httparse v1.9.5 |
224 | 2024-12-21T04:20:52.998Z | Downloaded percent-encoding v2.3.1 |
225 | 2024-12-21T04:20:52.999Z | Downloaded peg v0.8.4 |
226 | 2024-12-21T04:20:52.999Z | Downloaded tower-service v0.3.3 |
227 | 2024-12-21T04:20:52.999Z | Downloaded sync_wrapper v1.0.1 |
228 | 2024-12-21T04:20:52.999Z | Downloaded sigpipe v0.1.3 |
229 | 2024-12-21T04:20:52.999Z | Downloaded ahash v0.8.11 |
230 | 2024-12-21T04:20:52.999Z | Downloaded fs-err v2.11.0 |
231 | 2024-12-21T04:20:52.999Z | Downloaded anstream v0.6.15 |
232 | 2024-12-21T04:20:52.999Z | Downloaded cfg-expr v0.17.0 |
233 | 2024-12-21T04:20:52.999Z | Downloaded quick-error v1.2.3 |
234 | 2024-12-21T04:20:52.999Z | Downloaded bitflags v2.6.0 |
235 | 2024-12-21T04:20:52.999Z | Downloaded relative-path v1.9.3 |
236 | 2024-12-21T04:20:53.000Z | Downloaded hickory-client v0.24.1 |
237 | 2024-12-21T04:20:53.000Z | Downloaded signal-hook-registry v1.4.2 |
238 | 2024-12-21T04:20:53.000Z | Downloaded usdt-macro v0.5.0 |
239 | 2024-12-21T04:20:53.000Z | Downloaded crunchy v0.2.2 |
240 | 2024-12-21T04:20:53.001Z | Downloaded usdt-attr-macro v0.5.0 |
241 | 2024-12-21T04:20:53.001Z | Downloaded quinn-udp v0.5.5 |
242 | 2024-12-21T04:20:53.001Z | Downloaded parking_lot_core v0.8.6 |
243 | 2024-12-21T04:20:53.001Z | Downloaded signal-hook-mio v0.2.4 |
244 | 2024-12-21T04:20:53.001Z | Downloaded rustc-hash v2.0.0 |
245 | 2024-12-21T04:20:53.001Z | Downloaded parking_lot v0.11.2 |
246 | 2024-12-21T04:20:53.001Z | Downloaded cstr-argument v0.1.2 |
247 | 2024-12-21T04:20:53.001Z | Downloaded chacha20poly1305 v0.10.1 |
248 | 2024-12-21T04:20:53.001Z | Downloaded structmeta v0.2.0 |
249 | 2024-12-21T04:20:53.001Z | Downloaded dtrace-parser v0.2.0 |
250 | 2024-12-21T04:20:53.001Z | Downloaded ident_case v1.0.1 |
251 | 2024-12-21T04:20:53.001Z | Downloaded thiserror-impl v2.0.3 |
252 | 2024-12-21T04:20:53.001Z | Downloaded hmac v0.12.1 |
253 | 2024-12-21T04:20:53.001Z | Downloaded thiserror-impl v1.0.69 |
254 | 2024-12-21T04:20:53.001Z | Downloaded bytes v1.8.0 |
255 | 2024-12-21T04:20:53.001Z | Downloaded instant v0.1.13 |
256 | 2024-12-21T04:20:53.001Z | Downloaded tls_codec v0.4.1 |
257 | 2024-12-21T04:20:53.001Z | Downloaded md5 v0.7.0 |
258 | 2024-12-21T04:20:53.001Z | Downloaded pkcs8 v0.10.2 |
259 | 2024-12-21T04:20:53.001Z | Downloaded number_prefix v0.4.0 |
260 | 2024-12-21T04:20:53.001Z | Downloaded num_threads v0.1.7 |
261 | 2024-12-21T04:20:53.002Z | Downloaded unarray v0.1.4 |
262 | 2024-12-21T04:20:53.002Z | Downloaded num-conv v0.1.0 |
263 | 2024-12-21T04:20:53.002Z | Downloaded icu_provider_macros v1.5.0 |
264 | 2024-12-21T04:20:53.002Z | Downloaded zeroize v1.8.1 |
265 | 2024-12-21T04:20:53.002Z | Downloaded xz2 v0.1.7 |
266 | 2024-12-21T04:20:53.002Z | Downloaded thiserror-impl-no-std v2.0.2 |
267 | 2024-12-21T04:20:53.002Z | Downloaded tabwriter v1.4.0 |
268 | 2024-12-21T04:20:53.002Z | Downloaded tabled_derive v0.7.0 |
269 | 2024-12-21T04:20:53.113Z | Downloaded structmeta-derive v0.2.0 |
270 | 2024-12-21T04:20:53.113Z | Downloaded structmeta v0.3.0 |
271 | 2024-12-21T04:20:53.113Z | Downloaded similar-asserts v1.6.0 |
272 | 2024-12-21T04:20:53.113Z | Downloaded synstructure v0.13.1 |
273 | 2024-12-21T04:20:53.113Z | Downloaded fancy-regex v0.13.0 |
274 | 2024-12-21T04:20:53.113Z | Downloaded stable_deref_trait v1.2.0 |
275 | 2024-12-21T04:20:53.113Z | Downloaded sha2 v0.10.8 |
276 | 2024-12-21T04:20:53.113Z | Downloaded zeroize_derive v1.4.2 |
277 | 2024-12-21T04:20:53.113Z | Downloaded const_format_proc_macros v0.2.33 |
278 | 2024-12-21T04:20:53.114Z | Downloaded plotters-svg v0.3.7 |
279 | 2024-12-21T04:20:53.114Z | Downloaded utf-8 v0.7.6 |
280 | 2024-12-21T04:20:53.114Z | Downloaded unicase v2.7.0 |
281 | 2024-12-21T04:20:53.114Z | Downloaded parking_lot v0.12.3 |
282 | 2024-12-21T04:20:53.114Z | Downloaded cipher v0.4.4 |
283 | 2024-12-21T04:20:53.114Z | Downloaded which v4.4.2 |
284 | 2024-12-21T04:20:53.114Z | Downloaded usdt-impl v0.5.0 |
285 | 2024-12-21T04:20:53.114Z | Downloaded tls_codec_derive v0.4.1 |
286 | 2024-12-21T04:20:53.114Z | Downloaded base64 v0.22.1 |
287 | 2024-12-21T04:20:53.114Z | Downloaded inout v0.1.3 |
288 | 2024-12-21T04:20:53.119Z | Downloaded mirai-annotations v1.12.0 |
289 | 2024-12-21T04:20:53.119Z | Downloaded libefi-sys v0.1.0 |
290 | 2024-12-21T04:20:53.119Z | Downloaded internet-checksum v0.2.1 |
291 | 2024-12-21T04:20:53.119Z | Downloaded instability v0.3.2 |
292 | 2024-12-21T04:20:53.119Z | Downloaded dsl_auto_type v0.1.2 |
293 | 2024-12-21T04:20:53.119Z | Downloaded headers v0.4.0 |
294 | 2024-12-21T04:20:53.119Z | Downloaded flume v0.11.1 |
295 | 2024-12-21T04:20:53.119Z | Downloaded siphasher v0.3.11 |
296 | 2024-12-21T04:20:53.119Z | Downloaded signature v2.2.0 |
297 | 2024-12-21T04:20:53.119Z | Downloaded mime v0.3.17 |
298 | 2024-12-21T04:20:53.119Z | Downloaded proc-macro2 v1.0.89 |
299 | 2024-12-21T04:20:53.120Z | Downloaded cc v1.1.30 |
300 | 2024-12-21T04:20:53.120Z | Downloaded allocator-api2 v0.2.18 |
301 | 2024-12-21T04:20:53.120Z | Downloaded postcard v1.0.10 |
302 | 2024-12-21T04:20:53.120Z | Downloaded lru-cache v0.1.2 |
303 | 2024-12-21T04:20:53.120Z | Downloaded pbkdf2 v0.12.2 |
304 | 2024-12-21T04:20:53.120Z | Downloaded dirs-sys-next v0.1.2 |
305 | 2024-12-21T04:20:53.120Z | Downloaded lru v0.12.5 |
306 | 2024-12-21T04:20:53.120Z | Downloaded heapless v0.8.0 |
307 | 2024-12-21T04:20:53.120Z | Downloaded swrite v0.1.0 |
308 | 2024-12-21T04:20:53.120Z | Downloaded sqlparser_derive v0.2.2 |
309 | 2024-12-21T04:20:53.120Z | Downloaded openssl-sys v0.9.103 |
310 | 2024-12-21T04:20:53.121Z | Downloaded time-core v0.1.2 |
311 | 2024-12-21T04:20:53.121Z | Downloaded tinyvec v1.8.0 |
312 | 2024-12-21T04:20:53.121Z | Downloaded packed_struct v0.10.1 |
313 | 2024-12-21T04:20:53.121Z | Downloaded thread_local v1.1.8 |
314 | 2024-12-21T04:20:53.122Z | Downloaded bumpalo v3.16.0 |
315 | 2024-12-21T04:20:53.123Z | Downloaded mime_guess v2.0.5 |
316 | 2024-12-21T04:20:53.123Z | Downloaded radium v0.7.0 |
317 | 2024-12-21T04:20:53.123Z | Downloaded criterion-plot v0.5.0 |
318 | 2024-12-21T04:20:53.123Z | Downloaded rpassword v7.3.1 |
319 | 2024-12-21T04:20:53.123Z | Downloaded predicates-core v1.0.8 |
320 | 2024-12-21T04:20:53.123Z | Downloaded libtest-mimic v0.7.3 |
321 | 2024-12-21T04:20:53.123Z | Downloaded darling_macro v0.20.10 |
322 | 2024-12-21T04:20:53.123Z | Downloaded want v0.3.1 |
323 | 2024-12-21T04:20:53.123Z | Downloaded csv-core v0.1.11 |
324 | 2024-12-21T04:20:53.123Z | Downloaded dhcproto-macros v0.1.0 |
325 | 2024-12-21T04:20:53.123Z | Downloaded write16 v1.0.0 |
326 | 2024-12-21T04:20:53.123Z | Downloaded slab v0.4.9 |
327 | 2024-12-21T04:20:53.124Z | Downloaded serde_plain v1.0.2 |
328 | 2024-12-21T04:20:53.124Z | Downloaded owo-colors v4.1.0 |
329 | 2024-12-21T04:20:53.124Z | Downloaded strip-ansi-escapes v0.2.0 |
330 | 2024-12-21T04:20:53.124Z | Downloaded predicates-tree v1.0.11 |
331 | 2024-12-21T04:20:53.124Z | Downloaded iana-time-zone v0.1.61 |
332 | 2024-12-21T04:20:53.124Z | Downloaded serde_path_to_error v0.1.16 |
333 | 2024-12-21T04:20:53.124Z | Downloaded aes v0.8.4 |
334 | 2024-12-21T04:20:53.124Z | Downloaded base64 v0.21.7 |
335 | 2024-12-21T04:20:53.124Z | Downloaded phf v0.11.2 |
336 | 2024-12-21T04:20:53.124Z | Downloaded pbkdf2 v0.11.0 |
337 | 2024-12-21T04:20:53.124Z | Downloaded similar v2.6.0 |
338 | 2024-12-21T04:20:53.124Z | Downloaded supports-color v3.0.1 |
339 | 2024-12-21T04:20:53.124Z | Downloaded subtle v2.6.1 |
340 | 2024-12-21T04:20:53.125Z | Downloaded ipnet v2.10.1 |
341 | 2024-12-21T04:20:53.125Z | Downloaded equivalent v1.0.1 |
342 | 2024-12-21T04:20:53.125Z | Downloaded expectorate v1.1.0 |
343 | 2024-12-21T04:20:53.125Z | Downloaded env_logger v0.10.2 |
344 | 2024-12-21T04:20:53.126Z | Downloaded hickory-resolver v0.24.1 |
345 | 2024-12-21T04:20:53.126Z | Downloaded utf16_iter v1.0.5 |
346 | 2024-12-21T04:20:53.126Z | Downloaded miniz_oxide v0.8.0 |
347 | 2024-12-21T04:20:53.167Z | Downloaded untrusted v0.9.0 |
348 | 2024-12-21T04:20:53.167Z | Downloaded postgres-protocol v0.6.7 |
349 | 2024-12-21T04:20:53.167Z | Downloaded untrusted v0.7.1 |
350 | 2024-12-21T04:20:53.167Z | Downloaded peg-runtime v0.8.3 |
351 | 2024-12-21T04:20:53.167Z | Downloaded serde_regex v1.1.0 |
352 | 2024-12-21T04:20:53.167Z | Downloaded const-oid v0.9.6 |
353 | 2024-12-21T04:20:53.167Z | Downloaded display-error-chain v0.2.2 |
354 | 2024-12-21T04:20:53.167Z | Downloaded crypto-common v0.1.6 |
355 | 2024-12-21T04:20:53.167Z | Downloaded ctr v0.9.2 |
356 | 2024-12-21T04:20:53.167Z | Downloaded either v1.13.0 |
357 | 2024-12-21T04:20:53.168Z | Downloaded pkcs5 v0.7.1 |
358 | 2024-12-21T04:20:53.168Z | Downloaded env_filter v0.1.2 |
359 | 2024-12-21T04:20:53.168Z | Downloaded tokio-native-tls v0.3.1 |
360 | 2024-12-21T04:20:53.169Z | Downloaded tokio-macros v2.4.0 |
361 | 2024-12-21T04:20:53.169Z | Downloaded wyz v0.5.1 |
362 | 2024-12-21T04:20:53.169Z | Downloaded tinystr v0.7.6 |
363 | 2024-12-21T04:20:53.169Z | Downloaded tiny-keccak v2.0.2 |
364 | 2024-12-21T04:20:53.169Z | Downloaded phf_shared v0.10.0 |
365 | 2024-12-21T04:20:53.169Z | Downloaded hickory-server v0.24.1 |
366 | 2024-12-21T04:20:53.169Z | Downloaded linked-hash-map v0.5.6 |
367 | 2024-12-21T04:20:53.169Z | Downloaded proc-macro-error v1.0.4 |
368 | 2024-12-21T04:20:53.169Z | Downloaded dropshot_endpoint v0.13.0 |
369 | 2024-12-21T04:20:53.169Z | Downloaded linear-map v1.2.0 |
370 | 2024-12-21T04:20:53.169Z | Downloaded libsw v3.3.1 |
371 | 2024-12-21T04:20:53.169Z | Downloaded progenitor-client v0.8.0 |
372 | 2024-12-21T04:20:53.169Z | Downloaded rustls-pemfile v1.0.4 |
373 | 2024-12-21T04:20:53.169Z | Downloaded sync-ptr v0.1.1 |
374 | 2024-12-21T04:20:53.170Z | Downloaded keccak v0.1.5 |
375 | 2024-12-21T04:20:53.170Z | Downloaded threadpool v1.8.1 |
376 | 2024-12-21T04:20:53.170Z | Downloaded indoc v1.0.9 |
377 | 2024-12-21T04:20:53.170Z | Downloaded paste v1.0.15 |
378 | 2024-12-21T04:20:53.170Z | Downloaded packed_struct_codegen v0.10.1 |
379 | 2024-12-21T04:20:53.170Z | Downloaded schemars v0.8.21 |
380 | 2024-12-21T04:20:53.170Z | Downloaded toolchain_find v0.4.0 |
381 | 2024-12-21T04:20:53.202Z | Downloaded num_cpus v1.16.0 |
382 | 2024-12-21T04:20:53.202Z | Downloaded yansi v1.0.1 |
383 | 2024-12-21T04:20:53.202Z | Downloaded num v0.4.3 |
384 | 2024-12-21T04:20:53.202Z | Downloaded mockall v0.13.0 |
385 | 2024-12-21T04:20:53.202Z | Downloaded derive_builder_core v0.20.2 |
386 | 2024-12-21T04:20:53.202Z | Downloaded pin-project v1.1.6 |
387 | 2024-12-21T04:20:53.202Z | Downloaded rustc_version v0.1.7 |
388 | 2024-12-21T04:20:53.202Z | Downloaded aes-gcm v0.10.3 |
389 | 2024-12-21T04:20:53.202Z | Downloaded secrecy v0.8.0 |
390 | 2024-12-21T04:20:53.202Z | Downloaded phf_generator v0.11.2 |
391 | 2024-12-21T04:20:53.203Z | Downloaded phf_codegen v0.11.2 |
392 | 2024-12-21T04:20:53.203Z | Downloaded pkcs1 v0.7.5 |
393 | 2024-12-21T04:20:53.203Z | Downloaded slog-envlogger v2.2.0 |
394 | 2024-12-21T04:20:53.203Z | Downloaded whoami v1.5.2 |
395 | 2024-12-21T04:20:53.203Z | Downloaded yasna v0.5.2 |
396 | 2024-12-21T04:20:53.203Z | Downloaded num-rational v0.4.2 |
397 | 2024-12-21T04:20:53.203Z | Downloaded slog-scope v4.4.0 |
398 | 2024-12-21T04:20:53.222Z | Downloaded slog-json v2.6.1 |
399 | 2024-12-21T04:20:53.222Z | Downloaded slog-dtrace v0.3.0 |
400 | 2024-12-21T04:20:53.222Z | Downloaded test-strategy v0.3.1 |
401 | 2024-12-21T04:20:53.222Z | Downloaded rstest v0.23.0 |
402 | 2024-12-21T04:20:53.223Z | Downloaded poly1305 v0.8.0 |
403 | 2024-12-21T04:20:53.223Z | Downloaded topological-sort v0.2.2 |
404 | 2024-12-21T04:20:53.223Z | Downloaded doc-comment v0.3.3 |
405 | 2024-12-21T04:20:53.223Z | Downloaded num-bigint v0.4.6 |
406 | 2024-12-21T04:20:53.231Z | Downloaded slog-stdlog v4.1.1 |
407 | 2024-12-21T04:20:53.231Z | Downloaded semver v0.1.20 |
408 | 2024-12-21T04:20:53.231Z | Downloaded matches v0.1.10 |
409 | 2024-12-21T04:20:53.232Z | Downloaded match_cfg v0.1.0 |
410 | 2024-12-21T04:20:53.232Z | Downloaded multer v3.1.0 |
411 | 2024-12-21T04:20:53.233Z | Downloaded nom v7.1.3 |
412 | 2024-12-21T04:20:53.233Z | Downloaded openssl-probe v0.1.5 |
413 | 2024-12-21T04:20:53.233Z | Downloaded zone v0.1.8 |
414 | 2024-12-21T04:20:53.233Z | Downloaded kstat-rs v0.2.4 |
415 | 2024-12-21T04:20:53.233Z | Downloaded time-macros v0.2.18 |
416 | 2024-12-21T04:20:53.233Z | Downloaded hyper-staticfile v0.10.1 |
417 | 2024-12-21T04:20:53.244Z | Downloaded env_logger v0.11.5 |
418 | 2024-12-21T04:20:53.244Z | Downloaded cookie_store v0.21.0 |
419 | 2024-12-21T04:20:53.244Z | Downloaded thiserror v1.0.69 |
420 | 2024-12-21T04:20:53.258Z | Downloaded mio v1.0.2 |
421 | 2024-12-21T04:20:53.258Z | Downloaded crossbeam-epoch v0.9.18 |
422 | 2024-12-21T04:20:53.258Z | Downloaded term v0.7.0 |
423 | 2024-12-21T04:20:53.270Z | Downloaded rsa v0.9.6 |
424 | 2024-12-21T04:20:53.270Z | Downloaded oso-derive v0.27.3 |
425 | 2024-12-21T04:20:53.270Z | Downloaded darling_core v0.20.10 |
426 | 2024-12-21T04:20:53.270Z | Downloaded version_check v0.9.5 |
427 | 2024-12-21T04:20:53.281Z | Downloaded pretty-hex v0.2.1 |
428 | 2024-12-21T04:20:53.281Z | Downloaded maplit v1.0.2 |
429 | 2024-12-21T04:20:53.282Z | Downloaded precomputed-hash v0.1.1 |
430 | 2024-12-21T04:20:53.282Z | Downloaded managed v0.8.0 |
431 | 2024-12-21T04:20:53.282Z | Downloaded difflib v0.4.0 |
432 | 2024-12-21T04:20:53.282Z | Downloaded take_mut v0.2.2 |
433 | 2024-12-21T04:20:53.282Z | Downloaded utf8parse v0.2.2 |
434 | 2024-12-21T04:20:53.282Z | Downloaded crc-catalog v2.4.0 |
435 | 2024-12-21T04:20:53.283Z | Downloaded displaydoc v0.2.5 |
436 | 2024-12-21T04:20:53.283Z | Downloaded num_enum v0.5.11 |
437 | 2024-12-21T04:20:53.311Z | Downloaded zone v0.3.0 |
438 | 2024-12-21T04:20:53.311Z | Downloaded p521 v0.13.3 |
439 | 2024-12-21T04:20:53.311Z | Downloaded unicode-linebreak v0.1.5 |
440 | 2024-12-21T04:20:53.312Z | Downloaded ssh-key v0.6.6 |
441 | 2024-12-21T04:20:53.312Z | Downloaded target-triple v0.1.3 |
442 | 2024-12-21T04:20:53.336Z | Downloaded strum v0.26.3 |
443 | 2024-12-21T04:20:53.336Z | Downloaded pin-utils v0.1.0 |
444 | 2024-12-21T04:20:53.336Z | Downloaded plotters-backend v0.3.7 |
445 | 2024-12-21T04:20:53.336Z | Downloaded piper v0.2.4 |
446 | 2024-12-21T04:20:53.336Z | Downloaded debug-ignore v1.0.5 |
447 | 2024-12-21T04:20:53.337Z | Downloaded pkg-config v0.3.31 |
448 | 2024-12-21T04:20:53.337Z | Downloaded thiserror v2.0.3 |
449 | 2024-12-21T04:20:53.337Z | Downloaded powerfmt v0.2.0 |
450 | 2024-12-21T04:20:53.337Z | Downloaded des v0.8.1 |
451 | 2024-12-21T04:20:53.337Z | Downloaded der_derive v0.7.3 |
452 | 2024-12-21T04:20:53.337Z | Downloaded serde_with_macros v3.11.0 |
453 | 2024-12-21T04:20:53.337Z | Downloaded ssh-cipher v0.2.0 |
454 | 2024-12-21T04:20:53.337Z | Downloaded nibble_vec v0.1.0 |
455 | 2024-12-21T04:20:53.337Z | Downloaded textwrap v0.16.1 |
456 | 2024-12-21T04:20:53.337Z | Downloaded ed25519-dalek v2.1.1 |
457 | 2024-12-21T04:20:53.348Z | Downloaded salsa20 v0.10.2 |
458 | 2024-12-21T04:20:53.348Z | Downloaded plain v0.2.3 |
459 | 2024-12-21T04:20:53.348Z | Downloaded vsss-rs v3.3.4 |
460 | 2024-12-21T04:20:53.348Z | Downloaded papergrid v0.11.0 |
461 | 2024-12-21T04:20:53.348Z | Downloaded new_debug_unreachable v1.0.6 |
462 | 2024-12-21T04:20:53.348Z | Downloaded predicates v3.1.2 |
463 | 2024-12-21T04:20:53.348Z | Downloaded schemars_derive v0.8.21 |
464 | 2024-12-21T04:20:53.348Z | Downloaded aho-corasick v1.1.3 |
465 | 2024-12-21T04:20:53.357Z | Downloaded datatest-stable v0.2.9 |
466 | 2024-12-21T04:20:53.358Z | Downloaded crc v3.2.1 |
467 | 2024-12-21T04:20:53.358Z | Downloaded zerofrom-derive v0.1.4 |
468 | 2024-12-21T04:20:53.358Z | Downloaded sec1 v0.7.3 |
469 | 2024-12-21T04:20:53.368Z | Downloaded scopeguard v1.2.0 |
470 | 2024-12-21T04:20:53.368Z | Downloaded icu_locid_transform v1.5.0 |
471 | 2024-12-21T04:20:53.368Z | Downloaded downcast v0.11.0 |
472 | 2024-12-21T04:20:53.368Z | Downloaded data-encoding v2.6.0 |
473 | 2024-12-21T04:20:53.368Z | Downloaded ppv-lite86 v0.2.20 |
474 | 2024-12-21T04:20:53.368Z | Downloaded vergen v8.3.2 |
475 | 2024-12-21T04:20:53.376Z | Downloaded enum-as-inner v0.6.1 |
476 | 2024-12-21T04:20:53.377Z | Downloaded ciborium-io v0.2.2 |
477 | 2024-12-21T04:20:53.377Z | Downloaded enum-as-inner v0.5.1 |
478 | 2024-12-21T04:20:53.377Z | Downloaded maybe-uninit v2.0.0 |
479 | 2024-12-21T04:20:53.377Z | Downloaded termcolor v1.4.1 |
480 | 2024-12-21T04:20:53.377Z | Downloaded lock_api v0.4.12 |
481 | 2024-12-21T04:20:53.377Z | Downloaded macaddr v1.0.1 |
482 | 2024-12-21T04:20:53.377Z | Downloaded lazy_static v1.5.0 |
483 | 2024-12-21T04:20:53.396Z | Downloaded libxml v0.3.3 |
484 | 2024-12-21T04:20:53.397Z | Downloaded dof v0.3.0 |
485 | 2024-12-21T04:20:53.397Z | Downloaded target-spec v3.2.2 |
486 | 2024-12-21T04:20:53.397Z | Downloaded zone_cfg_derive v0.3.0 |
487 | 2024-12-21T04:20:53.397Z | Downloaded zerovec v0.10.4 |
488 | 2024-12-21T04:20:53.429Z | Downloaded zerovec-derive v0.10.3 |
489 | 2024-12-21T04:20:53.429Z | Downloaded termtree v0.4.1 |
490 | 2024-12-21T04:20:53.429Z | Downloaded cobs v0.2.3 |
491 | 2024-12-21T04:20:53.429Z | Downloaded console v0.15.8 |
492 | 2024-12-21T04:20:53.429Z | Downloaded normalize-line-endings v0.3.0 |
493 | 2024-12-21T04:20:53.429Z | Downloaded futures-util v0.3.31 |
494 | 2024-12-21T04:20:53.429Z | Downloaded waitgroup v0.1.2 |
495 | 2024-12-21T04:20:53.457Z | Downloaded oso v0.27.3 |
496 | 2024-12-21T04:20:53.457Z | Downloaded sct v0.7.1 |
497 | 2024-12-21T04:20:53.458Z | Downloaded pretty-hex v0.4.1 |
498 | 2024-12-21T04:20:53.458Z | Downloaded shell-words v1.1.0 |
499 | 2024-12-21T04:20:53.458Z | Downloaded nodrop v0.1.14 |
500 | 2024-12-21T04:20:53.458Z | Downloaded ryu v1.0.18 |
501 | 2024-12-21T04:20:53.458Z | Downloaded unicode-segmentation v1.12.0 |
502 | 2024-12-21T04:20:53.458Z | Downloaded diesel_table_macro_syntax v0.2.0 |
503 | 2024-12-21T04:20:53.458Z | Downloaded ciborium-ll v0.2.2 |
504 | 2024-12-21T04:20:53.458Z | Downloaded password-hash v0.5.0 |
505 | 2024-12-21T04:20:53.458Z | Downloaded password-hash v0.4.2 |
506 | 2024-12-21T04:20:53.458Z | Downloaded tempfile v3.13.0 |
507 | 2024-12-21T04:20:53.458Z | Downloaded guppy v0.17.8 |
508 | 2024-12-21T04:20:53.509Z | Downloaded reqwest v0.12.9 |
509 | 2024-12-21T04:20:53.509Z | Downloaded ucd-trie v0.1.7 |
510 | 2024-12-21T04:20:53.509Z | Downloaded psl-types v2.0.11 |
511 | 2024-12-21T04:20:53.509Z | Downloaded aws-lc-rs v1.10.0 |
512 | 2024-12-21T04:20:53.509Z | Downloaded colorchoice v1.0.2 |
513 | 2024-12-21T04:20:53.509Z | Downloaded crc-any v2.5.0 |
514 | 2024-12-21T04:20:53.510Z | Downloaded rusty-fork v0.3.0 |
515 | 2024-12-21T04:20:53.510Z | Downloaded lazycell v1.3.0 |
516 | 2024-12-21T04:20:53.510Z | Downloaded value-bag v1.9.0 |
517 | 2024-12-21T04:20:53.510Z | Downloaded cmake v0.1.51 |
518 | 2024-12-21T04:20:53.510Z | Downloaded time v0.3.36 |
519 | 2024-12-21T04:20:53.558Z | Downloaded pathdiff v0.2.2 |
520 | 2024-12-21T04:20:53.558Z | Downloaded slog-bunyan v2.5.0 |
521 | 2024-12-21T04:20:53.559Z | Downloaded slog-async v2.8.0 |
522 | 2024-12-21T04:20:53.559Z | Downloaded typify-macro v0.2.0 |
523 | 2024-12-21T04:20:53.559Z | Downloaded omicron-zone-package v0.11.1 |
524 | 2024-12-21T04:20:53.559Z | Downloaded serde_tokenstream v0.2.2 |
525 | 2024-12-21T04:20:53.559Z | Downloaded try-lock v0.2.5 |
526 | 2024-12-21T04:20:53.559Z | Downloaded rfc6979 v0.4.0 |
527 | 2024-12-21T04:20:53.559Z | Downloaded resolv-conf v0.7.0 |
528 | 2024-12-21T04:20:53.559Z | Downloaded blake3 v1.5.4 |
529 | 2024-12-21T04:20:53.559Z | Downloaded x509-cert v0.2.5 |
530 | 2024-12-21T04:20:53.559Z | Downloaded structmeta-derive v0.3.0 |
531 | 2024-12-21T04:20:53.559Z | Downloaded serde_urlencoded v0.7.1 |
532 | 2024-12-21T04:20:53.559Z | Downloaded unicode-bidi v0.3.17 |
533 | 2024-12-21T04:20:53.559Z | Downloaded pin-project-internal v1.1.6 |
534 | 2024-12-21T04:20:53.559Z | Downloaded unicode-ident v1.0.13 |
535 | 2024-12-21T04:20:53.560Z | Downloaded newtype_derive v0.1.6 |
536 | 2024-12-21T04:20:53.560Z | Downloaded idna_adapter v1.2.0 |
537 | 2024-12-21T04:20:53.560Z | Downloaded hashbrown v0.15.1 |
538 | 2024-12-21T04:20:53.560Z | Downloaded defmt-macros v0.3.9 |
539 | 2024-12-21T04:20:53.560Z | Downloaded rustls-pki-types v1.10.0 |
540 | 2024-12-21T04:20:53.676Z | Downloaded curve25519-dalek-derive v0.1.1 |
541 | 2024-12-21T04:20:53.676Z | Downloaded clap_lex v0.7.2 |
542 | 2024-12-21T04:20:53.676Z | Downloaded endian-type v0.1.2 |
543 | 2024-12-21T04:20:53.676Z | Downloaded vte v0.11.1 |
544 | 2024-12-21T04:20:53.677Z | Downloaded hkdf v0.12.4 |
545 | 2024-12-21T04:20:53.677Z | Downloaded serde-big-array v0.5.1 |
546 | 2024-12-21T04:20:53.677Z | Downloaded openssl-macros v0.1.1 |
547 | 2024-12-21T04:20:53.677Z | Downloaded lockfree-object-pool v0.1.6 |
548 | 2024-12-21T04:20:53.677Z | Downloaded sha1 v0.10.6 |
549 | 2024-12-21T04:20:53.677Z | Downloaded bitvec v1.0.1 |
550 | 2024-12-21T04:20:53.677Z | Downloaded path-tree v0.8.1 |
551 | 2024-12-21T04:20:53.677Z | Downloaded wait-timeout v0.2.0 |
552 | 2024-12-21T04:20:53.677Z | Downloaded typify v0.2.0 |
553 | 2024-12-21T04:20:53.678Z | Downloaded proptest v1.5.0 |
554 | 2024-12-21T04:20:53.679Z | Downloaded terminal_size v0.4.0 |
555 | 2024-12-21T04:20:53.679Z | Downloaded ssh-encoding v0.2.0 |
556 | 2024-12-21T04:20:53.679Z | Downloaded rustfmt-wrapper v0.2.1 |
557 | 2024-12-21T04:20:53.679Z | Downloaded tui-tree-widget v0.22.0 |
558 | 2024-12-21T04:20:53.679Z | Downloaded tracing-attributes v0.1.27 |
559 | 2024-12-21T04:20:53.679Z | Downloaded termios v0.3.3 |
560 | 2024-12-21T04:20:53.679Z | Downloaded litemap v0.7.3 |
561 | 2024-12-21T04:20:53.679Z | Downloaded defmt v0.3.8 |
562 | 2024-12-21T04:20:53.679Z | Downloaded signal-hook v0.3.17 |
563 | 2024-12-21T04:20:53.679Z | Downloaded tokio-tungstenite v0.23.1 |
564 | 2024-12-21T04:20:53.679Z | Downloaded ena v0.14.3 |
565 | 2024-12-21T04:20:53.680Z | Downloaded libloading v0.8.5 |
566 | 2024-12-21T04:20:53.680Z | Downloaded defmt-parser v0.3.4 |
567 | 2024-12-21T04:20:53.680Z | Downloaded strum_macros v0.25.3 |
568 | 2024-12-21T04:20:53.806Z | Downloaded is_ci v1.2.0 |
569 | 2024-12-21T04:20:53.806Z | Downloaded parse-display v0.10.0 |
570 | 2024-12-21T04:20:53.806Z | Downloaded serde_json v1.0.133 |
571 | 2024-12-21T04:20:53.806Z | Downloaded rand_chacha v0.3.1 |
572 | 2024-12-21T04:20:53.814Z | Downloaded r2d2 v0.8.10 |
573 | 2024-12-21T04:20:53.815Z | Downloaded progenitor-macro v0.8.0 |
574 | 2024-12-21T04:20:53.815Z | Downloaded zopfli v0.8.1 |
575 | 2024-12-21T04:20:53.815Z | Downloaded path-slash v0.1.5 |
576 | 2024-12-21T04:20:53.815Z | Downloaded goblin v0.8.2 |
577 | 2024-12-21T04:20:53.815Z | Downloaded smf v0.2.3 |
578 | 2024-12-21T04:20:53.815Z | Downloaded derive_more v0.99.18 |
579 | 2024-12-21T04:20:53.815Z | Downloaded crucible-workspace-hack v0.1.0 |
580 | 2024-12-21T04:20:53.815Z | Downloaded typenum v1.17.0 |
581 | 2024-12-21T04:20:53.815Z | Downloaded tokio-rustls v0.25.0 |
582 | 2024-12-21T04:20:53.815Z | Downloaded num-derive v0.4.2 |
583 | 2024-12-21T04:20:53.815Z | Downloaded crc32fast v1.4.2 |
584 | 2024-12-21T04:20:53.815Z | Downloaded utf8_iter v1.0.4 |
585 | 2024-12-21T04:20:53.815Z | Downloaded thiserror-no-std v2.0.2 |
586 | 2024-12-21T04:20:53.815Z | Downloaded serde v1.0.215 |
587 | 2024-12-21T04:20:53.815Z | Downloaded indent_write v2.2.0 |
588 | 2024-12-21T04:20:53.815Z | Downloaded impl-trait-for-tuples v0.2.2 |
589 | 2024-12-21T04:20:53.815Z | Downloaded convert_case v0.4.0 |
590 | 2024-12-21T04:20:53.816Z | Downloaded constant_time_eq v0.3.1 |
591 | 2024-12-21T04:20:53.816Z | Downloaded concurrent-queue v2.5.0 |
592 | 2024-12-21T04:20:53.816Z | Downloaded slog v2.7.0 |
593 | 2024-12-21T04:20:53.816Z | Downloaded reedline v0.35.0 |
594 | 2024-12-21T04:20:53.816Z | Downloaded newline-converter v0.3.0 |
595 | 2024-12-21T04:20:53.816Z | Downloaded memmap v0.7.0 |
596 | 2024-12-21T04:20:53.816Z | Downloaded yoke-derive v0.7.4 |
597 | 2024-12-21T04:20:53.816Z | Downloaded pem-rfc7468 v0.7.0 |
598 | 2024-12-21T04:20:53.816Z | Downloaded primeorder v0.13.6 |
599 | 2024-12-21T04:20:53.816Z | Downloaded prettyplease v0.2.25 |
600 | 2024-12-21T04:20:53.816Z | Downloaded spin v0.5.2 |
601 | 2024-12-21T04:20:53.816Z | Downloaded unicode-normalization v0.1.24 |
602 | 2024-12-21T04:20:53.816Z | Downloaded thread-id v4.2.2 |
603 | 2024-12-21T04:20:53.817Z | Downloaded indicatif v0.17.9 |
604 | 2024-12-21T04:20:53.817Z | Downloaded indexmap v2.6.0 |
605 | 2024-12-21T04:20:53.817Z | Downloaded embedded-io v0.6.1 |
606 | 2024-12-21T04:20:53.817Z | Downloaded snafu-derive v0.8.5 |
607 | 2024-12-21T04:20:53.817Z | Downloaded toml_datetime v0.6.8 |
608 | 2024-12-21T04:20:53.817Z | Downloaded tokio-tungstenite v0.24.0 |
609 | 2024-12-21T04:20:53.817Z | Downloaded pem v3.0.4 |
610 | 2024-12-21T04:20:53.817Z | Downloaded opaque-debug v0.3.1 |
611 | 2024-12-21T04:20:53.817Z | Downloaded dropshot_endpoint v0.12.0 |
612 | 2024-12-21T04:20:53.817Z | Downloaded icu_collections v1.5.0 |
613 | 2024-12-21T04:20:53.817Z | Downloaded is_terminal_polyfill v1.70.1 |
614 | 2024-12-21T04:20:53.817Z | Downloaded icu_normalizer_data v1.5.0 |
615 | 2024-12-21T04:20:53.817Z | Downloaded trybuild v1.0.101 |
616 | 2024-12-21T04:20:53.934Z | Downloaded memmap2 v0.9.5 |
617 | 2024-12-21T04:20:53.940Z | Downloaded quinn-proto v0.11.8 |
618 | 2024-12-21T04:20:53.941Z | Downloaded smawk v0.3.2 |
619 | 2024-12-21T04:20:53.941Z | Downloaded unicode-truncate v1.1.0 |
620 | 2024-12-21T04:20:53.941Z | Downloaded md-5 v0.10.6 |
621 | 2024-12-21T04:20:53.941Z | Downloaded nanorand v0.7.0 |
622 | 2024-12-21T04:20:53.942Z | Downloaded multimap v0.10.0 |
623 | 2024-12-21T04:20:53.942Z | Downloaded parse-size v1.1.0 |
624 | 2024-12-21T04:20:53.942Z | Downloaded memoffset v0.9.1 |
625 | 2024-12-21T04:20:53.942Z | Downloaded is-terminal v0.4.13 |
626 | 2024-12-21T04:20:53.942Z | Downloaded partial-io v0.5.4 |
627 | 2024-12-21T04:20:53.942Z | Downloaded itertools v0.12.1 |
628 | 2024-12-21T04:20:53.942Z | Downloaded num-integer v0.1.46 |
629 | 2024-12-21T04:20:53.942Z | Downloaded ipnetwork v0.20.0 |
630 | 2024-12-21T04:20:53.942Z | Downloaded zerofrom v0.1.4 |
631 | 2024-12-21T04:20:53.942Z | Downloaded parse-display-derive v0.10.0 |
632 | 2024-12-21T04:20:53.943Z | Downloaded icu_properties v1.5.1 |
633 | 2024-12-21T04:20:53.943Z | Downloaded uzers v0.12.1 |
634 | 2024-12-21T04:20:53.943Z | Downloaded toml v0.7.8 |
635 | 2024-12-21T04:20:53.943Z | Downloaded rustls-webpki v0.101.7 |
636 | 2024-12-21T04:20:53.943Z | Downloaded dyn-clone v1.0.17 |
637 | 2024-12-21T04:20:53.943Z | Downloaded dunce v1.0.5 |
638 | 2024-12-21T04:20:53.943Z | Downloaded strsim v0.11.1 |
639 | 2024-12-21T04:20:53.943Z | Downloaded stringprep v0.1.5 |
640 | 2024-12-21T04:20:53.943Z | Downloaded string_cache v0.8.7 |
641 | 2024-12-21T04:20:53.943Z | Downloaded zerocopy-derive v0.7.35 |
642 | 2024-12-21T04:20:53.943Z | Downloaded deranged v0.3.11 |
643 | 2024-12-21T04:20:53.943Z | Downloaded oorandom v11.1.4 |
644 | 2024-12-21T04:20:53.943Z | Downloaded colored v2.1.0 |
645 | 2024-12-21T04:20:53.944Z | Downloaded subprocess v0.2.9 |
646 | 2024-12-21T04:20:53.944Z | Downloaded clap_derive v4.5.18 |
647 | 2024-12-21T04:20:53.944Z | Downloaded russh v0.45.0 |
648 | 2024-12-21T04:20:53.944Z | Downloaded yoke v0.7.4 |
649 | 2024-12-21T04:20:53.944Z | Downloaded dhcproto v0.12.0 |
650 | 2024-12-21T04:20:53.946Z | Downloaded socket2 v0.5.7 |
651 | 2024-12-21T04:20:53.946Z | Downloaded serde_derive_internals v0.29.1 |
652 | 2024-12-21T04:20:53.946Z | Downloaded git2 v0.19.0 |
653 | 2024-12-21T04:20:53.946Z | Downloaded derive_builder_macro v0.20.2 |
654 | 2024-12-21T04:20:53.946Z | Downloaded rand_core v0.6.4 |
655 | 2024-12-21T04:20:53.946Z | Downloaded pest_meta v2.7.14 |
656 | 2024-12-21T04:20:53.946Z | Downloaded universal-hash v0.5.1 |
657 | 2024-12-21T04:20:53.947Z | Downloaded smallvec v0.6.14 |
658 | 2024-12-21T04:20:53.947Z | Downloaded serde_with v3.11.0 |
659 | 2024-12-21T04:20:53.947Z | Downloaded unicode-xid v0.2.6 |
660 | 2024-12-21T04:20:53.947Z | Downloaded serde_yaml v0.9.34+deprecated |
661 | 2024-12-21T04:20:53.947Z | Downloaded kv-log-macro v1.0.7 |
662 | 2024-12-21T04:20:53.947Z | Downloaded rtoolbox v0.0.2 |
663 | 2024-12-21T04:20:53.947Z | Downloaded peg-macros v0.8.4 |
664 | 2024-12-21T04:20:53.947Z | Downloaded tokio-stream v0.1.16 |
665 | 2024-12-21T04:20:53.949Z | Downloaded phf_shared v0.11.2 |
666 | 2024-12-21T04:20:53.949Z | Downloaded toml v0.8.19 |
667 | 2024-12-21T04:20:53.949Z | Downloaded rust-argon2 v2.1.0 |
668 | 2024-12-21T04:20:54.070Z | Downloaded rustc_version v0.4.1 |
669 | 2024-12-21T04:20:54.070Z | Downloaded derive_builder v0.20.2 |
670 | 2024-12-21T04:20:54.070Z | Downloaded rand_xorshift v0.3.0 |
671 | 2024-12-21T04:20:54.070Z | Downloaded cookie v0.18.1 |
672 | 2024-12-21T04:20:54.071Z | Downloaded pin-project-lite v0.2.14 |
673 | 2024-12-21T04:20:54.071Z | Downloaded plotters v0.3.7 |
674 | 2024-12-21T04:20:54.071Z | Downloaded tokio-tungstenite v0.21.0 |
675 | 2024-12-21T04:20:54.071Z | Downloaded walkdir v2.5.0 |
676 | 2024-12-21T04:20:54.071Z | Downloaded tokio-rustls v0.26.0 |
677 | 2024-12-21T04:20:54.071Z | Downloaded ron v0.7.1 |
678 | 2024-12-21T04:20:54.071Z | Downloaded once_cell v1.20.2 |
679 | 2024-12-21T04:20:54.071Z | Downloaded indexmap v1.9.3 |
680 | 2024-12-21T04:20:54.071Z | Downloaded derive-where v1.2.7 |
681 | 2024-12-21T04:20:54.072Z | Downloaded snafu v0.8.5 |
682 | 2024-12-21T04:20:54.072Z | Downloaded diff v0.1.13 |
683 | 2024-12-21T04:20:54.072Z | Downloaded unicode-properties v0.1.3 |
684 | 2024-12-21T04:20:54.072Z | Downloaded memchr v2.7.4 |
685 | 2024-12-21T04:20:54.072Z | Downloaded rustc-demangle v0.1.24 |
686 | 2024-12-21T04:20:54.072Z | Downloaded russh-keys v0.45.0 |
687 | 2024-12-21T04:20:54.072Z | Downloaded rustls-webpki v0.102.8 |
688 | 2024-12-21T04:20:54.072Z | Downloaded unicode_categories v0.1.1 |
689 | 2024-12-21T04:20:54.072Z | Downloaded radix_trie v0.2.1 |
690 | 2024-12-21T04:20:54.072Z | Downloaded smallvec v1.13.2 |
691 | 2024-12-21T04:20:54.072Z | Downloaded crossbeam-channel v0.5.13 |
692 | 2024-12-21T04:20:54.073Z | Downloaded der v0.7.9 |
693 | 2024-12-21T04:20:54.073Z | Downloaded parse-zoneinfo v0.3.1 |
694 | 2024-12-21T04:20:54.073Z | Downloaded unicode-width v0.1.14 |
695 | 2024-12-21T04:20:54.073Z | Downloaded gimli v0.31.1 |
696 | 2024-12-21T04:20:54.073Z | Downloaded criterion v0.5.1 |
697 | 2024-12-21T04:20:54.073Z | Downloaded tokio-util v0.7.12 |
698 | 2024-12-21T04:20:54.073Z | Downloaded compact_str v0.8.0 |
699 | 2024-12-21T04:20:54.073Z | Downloaded regress v0.9.1 |
700 | 2024-12-21T04:20:54.073Z | Downloaded smoltcp v0.9.1 |
701 | 2024-12-21T04:20:54.073Z | Downloaded portable-atomic v1.9.0 |
702 | 2024-12-21T04:20:54.073Z | Downloaded elliptic-curve v0.13.8 |
703 | 2024-12-21T04:20:54.132Z | Downloaded bstr v1.10.0 |
704 | 2024-12-21T04:20:54.132Z | Downloaded typed-path v0.9.3 |
705 | 2024-12-21T04:20:54.132Z | Downloaded webpki-roots v0.26.6 |
706 | 2024-12-21T04:20:54.132Z | Downloaded chrono-tz v0.10.0 |
707 | 2024-12-21T04:20:54.132Z | Downloaded rstest_macros v0.23.0 |
708 | 2024-12-21T04:20:54.132Z | Downloaded zerocopy v0.7.35 |
709 | 2024-12-21T04:20:54.132Z | Downloaded log v0.4.22 |
710 | 2024-12-21T04:20:54.132Z | Downloaded regex-syntax v0.6.29 |
711 | 2024-12-21T04:20:54.132Z | Downloaded rusqlite v0.32.1 |
712 | 2024-12-21T04:20:54.132Z | Downloaded rand_distr v0.4.3 |
713 | 2024-12-21T04:20:54.132Z | Downloaded rustls v0.21.12 |
714 | 2024-12-21T04:20:54.132Z | Downloaded zerocopy-derive v0.8.10 |
715 | 2024-12-21T04:20:54.169Z | Downloaded syn v1.0.109 |
716 | 2024-12-21T04:20:54.169Z | Downloaded idna v0.3.0 |
717 | 2024-12-21T04:20:54.169Z | Downloaded idna v0.2.3 |
718 | 2024-12-21T04:20:54.169Z | Downloaded petname v2.0.2 |
719 | 2024-12-21T04:20:54.169Z | Downloaded regex-syntax v0.8.5 |
720 | 2024-12-21T04:20:54.169Z | Downloaded nix v0.27.1 |
721 | 2024-12-21T04:20:54.169Z | Downloaded regex v1.11.1 |
722 | 2024-12-21T04:20:54.189Z | Downloaded lalrpop v0.19.12 |
723 | 2024-12-21T04:20:54.189Z | Downloaded object v0.36.5 |
724 | 2024-12-21T04:20:54.190Z | Downloaded unicode-width v0.2.0 |
725 | 2024-12-21T04:20:54.190Z | Downloaded p384 v0.13.0 |
726 | 2024-12-21T04:20:54.245Z | Downloaded object v0.30.4 |
727 | 2024-12-21T04:20:54.245Z | Downloaded curve25519-dalek v4.1.3 |
728 | 2024-12-21T04:20:54.245Z | Downloaded nix v0.29.0 |
729 | 2024-12-21T04:20:54.245Z | Downloaded itertools v0.10.5 |
730 | 2024-12-21T04:20:54.311Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
731 | 2024-12-21T04:20:54.311Z | Downloaded rustls v0.22.4 |
732 | 2024-12-21T04:20:54.311Z | Downloaded clap_builder v4.5.21 |
733 | 2024-12-21T04:20:54.311Z | Downloaded rayon v1.10.0 |
734 | 2024-12-21T04:20:54.312Z | Downloaded idna v0.5.0 |
735 | 2024-12-21T04:20:54.312Z | Downloaded nix v0.28.0 |
736 | 2024-12-21T04:20:54.312Z | Downloaded idna v0.4.0 |
737 | 2024-12-21T04:20:54.349Z | Downloaded hickory-proto v0.24.1 |
738 | 2024-12-21T04:20:54.349Z | Downloaded smoltcp v0.11.0 |
739 | 2024-12-21T04:20:54.349Z | Downloaded openapiv3 v2.0.0 |
740 | 2024-12-21T04:20:54.349Z | Downloaded petgraph v0.6.5 |
741 | 2024-12-21T04:20:54.349Z | Downloaded vcpkg v0.2.15 |
742 | 2024-12-21T04:20:54.409Z | Downloaded trust-dns-proto v0.22.0 |
743 | 2024-12-21T04:20:54.409Z | Downloaded diesel v2.2.6 |
744 | 2024-12-21T04:20:54.466Z | Downloaded salty v0.3.0 |
745 | 2024-12-21T04:20:54.466Z | Downloaded regress v0.10.1 |
746 | 2024-12-21T04:20:54.467Z | Downloaded dropshot v0.12.0 |
747 | 2024-12-21T04:20:54.467Z | Downloaded zerocopy v0.8.10 |
748 | 2024-12-21T04:20:54.535Z | Downloaded syn v2.0.87 |
749 | 2024-12-21T04:20:54.535Z | Downloaded dropshot v0.13.0 |
750 | 2024-12-21T04:20:54.535Z | Downloaded rustls v0.23.19 |
751 | 2024-12-21T04:20:54.574Z | Downloaded libz-sys v1.1.20 |
752 | 2024-12-21T04:20:54.574Z | Downloaded openssl v0.10.66 |
753 | 2024-12-21T04:20:54.575Z | Downloaded lzma-sys v0.1.20 |
754 | 2024-12-21T04:20:54.575Z | Downloaded rustix v0.38.37 |
755 | 2024-12-21T04:20:54.599Z | Downloaded sled v0.34.7 |
756 | 2024-12-21T04:20:54.599Z | Downloaded tungstenite v0.21.0 |
757 | 2024-12-21T04:20:54.599Z | Downloaded sha3 v0.10.8 |
758 | 2024-12-21T04:20:54.599Z | Downloaded serde_derive v1.0.215 |
759 | 2024-12-21T04:20:54.614Z | Downloaded typify-impl v0.2.0 |
760 | 2024-12-21T04:20:54.614Z | Downloaded steno v0.4.1 |
761 | 2024-12-21T04:20:54.614Z | Downloaded polar-core v0.27.3 |
762 | 2024-12-21T04:20:54.671Z | Downloaded icu_properties_data v1.5.0 |
763 | 2024-12-21T04:20:54.672Z | Downloaded zerocopy-derive v0.6.6 |
764 | 2024-12-21T04:20:54.875Z | Downloaded winnow v0.5.40 |
765 | 2024-12-21T04:20:54.875Z | Downloaded rand v0.8.5 |
766 | 2024-12-21T04:20:54.875Z | Downloaded tabled v0.15.0 |
767 | 2024-12-21T04:20:54.876Z | Downloaded ratatui v0.28.1 |
768 | 2024-12-21T04:20:54.876Z | Downloaded libm v0.2.8 |
769 | 2024-12-21T04:20:54.876Z | Downloaded num-bigint-dig v0.8.4 |
770 | 2024-12-21T04:20:54.876Z | Downloaded idna v1.0.3 |
771 | 2024-12-21T04:20:54.876Z | Downloaded sqlparser v0.45.0 |
772 | 2024-12-21T04:20:54.876Z | Downloaded zip v0.6.6 |
773 | 2024-12-21T04:20:54.876Z | Downloaded rand_seeder v0.3.0 |
774 | 2024-12-21T04:20:54.876Z | Downloaded tokio-postgres v0.7.12 |
775 | 2024-12-21T04:20:54.876Z | Downloaded toml_edit v0.22.22 |
776 | 2024-12-21T04:20:54.876Z | Downloaded zerocopy v0.6.6 |
777 | 2024-12-21T04:20:54.876Z | Downloaded tokio-rustls v0.24.1 |
778 | 2024-12-21T04:20:54.876Z | Downloaded embedded-io v0.4.0 |
779 | 2024-12-21T04:20:54.877Z | Downloaded ed25519 v2.2.3 |
780 | 2024-12-21T04:20:54.877Z | Downloaded spin v0.9.8 |
781 | 2024-12-21T04:20:54.877Z | Downloaded itoa v1.0.11 |
782 | 2024-12-21T04:20:54.877Z | Downloaded winnow v0.6.20 |
783 | 2024-12-21T04:20:54.877Z | Downloaded itertools v0.13.0 |
784 | 2024-12-21T04:20:54.877Z | Downloaded spki v0.7.3 |
785 | 2024-12-21T04:20:54.878Z | Downloaded ecdsa v0.16.9 |
786 | 2024-12-21T04:20:54.878Z | Downloaded pretty_assertions v1.4.1 |
787 | 2024-12-21T04:20:54.878Z | Downloaded crossterm v0.28.1 |
788 | 2024-12-21T04:20:55.092Z | Downloaded unsafe-libyaml v0.2.11 |
789 | 2024-12-21T04:20:55.092Z | Downloaded publicsuffix v2.2.3 |
790 | 2024-12-21T04:20:55.092Z | Downloaded qorb v0.2.1 |
791 | 2024-12-21T04:20:55.092Z | Downloaded regex-automata v0.4.8 |
792 | 2024-12-21T04:20:55.092Z | Downloaded diesel_derives v2.2.3 |
793 | 2024-12-21T04:20:55.092Z | Downloaded sqlformat v0.2.6 |
794 | 2024-12-21T04:20:55.093Z | Downloaded uuid v1.11.0 |
795 | 2024-12-21T04:20:55.093Z | Downloaded serde-hex v0.1.0 |
796 | 2024-12-21T04:20:55.093Z | Downloaded progenitor-impl v0.8.0 |
797 | 2024-12-21T04:20:55.093Z | Downloaded tracing-core v0.1.32 |
798 | 2024-12-21T04:20:55.093Z | Downloaded serde_repr v0.1.19 |
799 | 2024-12-21T04:20:55.093Z | Downloaded ref-cast v1.0.23 |
800 | 2024-12-21T04:20:55.093Z | Downloaded bindgen v0.69.5 |
801 | 2024-12-21T04:20:55.093Z | Downloaded tokio v1.40.0 |
802 | 2024-12-21T04:20:55.093Z | Downloaded tough v0.19.0 |
803 | 2024-12-21T04:20:55.093Z | Downloaded newtype-uuid v1.1.3 |
804 | 2024-12-21T04:20:55.093Z | Downloaded num-complex v0.4.6 |
805 | 2024-12-21T04:20:55.093Z | Downloaded crossbeam-utils v0.8.20 |
806 | 2024-12-21T04:20:55.094Z | Downloaded samael v0.0.17 |
807 | 2024-12-21T04:20:55.094Z | Downloaded libc v0.2.162 |
808 | 2024-12-21T04:20:55.094Z | Downloaded chrono v0.4.38 |
809 | 2024-12-21T04:20:55.094Z | Downloaded static_assertions v1.1.0 |
810 | 2024-12-21T04:20:55.094Z | Downloaded csv v1.3.1 |
811 | 2024-12-21T04:20:55.094Z | Downloaded native-tls v0.2.12 |
812 | 2024-12-21T04:20:55.094Z | Downloaded icu_normalizer v1.5.0 |
813 | 2024-12-21T04:20:55.094Z | Downloaded icu_locid_transform_data v1.5.0 |
814 | 2024-12-21T04:20:55.094Z | Downloaded icu_locid v1.5.0 |
815 | 2024-12-21T04:20:55.094Z | Downloaded h2 v0.4.6 |
816 | 2024-12-21T04:20:55.396Z | Downloaded async-std v1.13.0 |
817 | 2024-12-21T04:20:55.397Z | Downloaded strum_macros v0.26.4 |
818 | 2024-12-21T04:20:55.397Z | Downloaded polling v3.7.3 |
819 | 2024-12-21T04:20:55.397Z | Downloaded lalrpop-util v0.19.12 |
820 | 2024-12-21T04:20:55.397Z | Downloaded tar v0.4.42 |
821 | 2024-12-21T04:20:55.397Z | Downloaded zip v2.1.3 |
822 | 2024-12-21T04:20:55.397Z | Downloaded crossbeam-deque v0.8.5 |
823 | 2024-12-21T04:20:55.397Z | Downloaded quick-xml v0.33.0 |
824 | 2024-12-21T04:20:55.397Z | Downloaded vte_generate_state_changes v0.1.2 |
825 | 2024-12-21T04:20:55.398Z | Downloaded shlex v1.3.0 |
826 | 2024-12-21T04:20:55.398Z | Downloaded rustc-hash v1.1.0 |
827 | 2024-12-21T04:20:55.398Z | Downloaded ref-cast-impl v1.0.23 |
828 | 2024-12-21T04:20:55.398Z | Downloaded target-lexicon v0.12.16 |
829 | 2024-12-21T04:20:55.398Z | Downloaded parking_lot_core v0.9.10 |
830 | 2024-12-21T04:20:55.398Z | Downloaded nu-ansi-term v0.50.1 |
831 | 2024-12-21T04:20:55.398Z | Downloaded hyper v1.5.0 |
832 | 2024-12-21T04:20:55.399Z | Downloaded num-traits v0.2.19 |
833 | 2024-12-21T04:20:55.399Z | Downloaded url v2.5.3 |
834 | 2024-12-21T04:20:55.399Z | Downloaded nested v0.1.1 |
835 | 2024-12-21T04:20:55.399Z | Downloaded twox-hash v1.6.3 |
836 | 2024-12-21T04:20:55.400Z | Downloaded tap v1.0.1 |
837 | 2024-12-21T04:20:55.400Z | Downloaded hashbrown v0.14.5 |
838 | 2024-12-21T04:20:55.401Z | Downloaded crypto-bigint v0.5.5 |
839 | 2024-12-21T04:20:55.401Z | Downloaded scheduled-thread-pool v0.2.7 |
840 | 2024-12-21T04:20:55.401Z | Downloaded pest v2.7.14 |
841 | 2024-12-21T04:20:55.401Z | Downloaded rustyline v14.0.0 |
842 | 2024-12-21T04:20:55.521Z | Downloaded dirs-next v2.0.0 |
843 | 2024-12-21T04:20:55.521Z | Downloaded digest v0.10.7 |
844 | 2024-12-21T04:20:55.521Z | Downloaded zone_cfg_derive v0.1.2 |
845 | 2024-12-21T04:20:55.521Z | Downloaded mockall_derive v0.13.0 |
846 | 2024-12-21T04:20:55.521Z | Downloaded hyper-util v0.1.10 |
847 | 2024-12-21T04:20:55.521Z | Downloaded rayon-core v1.12.1 |
848 | 2024-12-21T04:20:55.522Z | Downloaded minimal-lexical v0.2.1 |
849 | 2024-12-21T04:20:55.522Z | Downloaded rcgen v0.12.1 |
850 | 2024-12-21T04:20:55.523Z | Downloaded strum_macros v0.24.3 |
851 | 2024-12-21T04:20:55.523Z | Downloaded stringmetrics v2.2.2 |
852 | 2024-12-21T04:20:55.523Z | Downloaded toml_edit v0.19.15 |
853 | 2024-12-21T04:20:55.523Z | Downloaded ron v0.8.1 |
854 | 2024-12-21T04:20:55.523Z | Downloaded flate2 v1.0.34 |
855 | 2024-12-21T04:20:55.523Z | Downloaded http v1.1.0 |
856 | 2024-12-21T04:20:55.523Z | Downloaded rustversion v1.0.17 |
857 | 2024-12-21T04:20:55.523Z | Downloaded clang-sys v1.8.1 |
858 | 2024-12-21T04:20:55.524Z | Downloaded jobserver v0.1.32 |
859 | 2024-12-21T04:20:55.524Z | Downloaded indoc v2.0.5 |
860 | 2024-12-21T04:20:55.524Z | Downloaded writeable v0.5.5 |
861 | 2024-12-21T04:20:55.524Z | Downloaded tinytemplate v1.2.1 |
862 | 2024-12-21T04:20:55.524Z | Downloaded p256 v0.13.2 |
863 | 2024-12-21T04:20:55.524Z | Downloaded const_format v0.2.33 |
864 | 2024-12-21T04:20:55.525Z | Downloaded clap v4.5.21 |
865 | 2024-12-21T04:20:55.525Z | Downloaded darling v0.20.10 |
866 | 2024-12-21T04:20:55.525Z | Downloaded tungstenite v0.24.0 |
867 | 2024-12-21T04:20:55.525Z | Downloaded tungstenite v0.23.0 |
868 | 2024-12-21T04:20:55.525Z | Downloaded heapless v0.7.17 |
869 | 2024-12-21T04:20:55.525Z | Downloaded hashbrown v0.12.3 |
870 | 2024-12-21T04:20:55.526Z | Downloaded progenitor v0.8.0 |
871 | 2024-12-21T04:20:55.526Z | Downloaded proc-macro-error-attr v1.0.4 |
872 | 2024-12-21T04:20:55.526Z | Downloaded proc-macro-crate v3.2.0 |
873 | 2024-12-21T04:20:55.526Z | Downloaded proc-macro-crate v1.3.1 |
874 | 2024-12-21T04:20:55.526Z | Downloaded polyval v0.6.2 |
875 | 2024-12-21T04:20:55.526Z | Downloaded hyper-tls v0.6.0 |
876 | 2024-12-21T04:20:55.527Z | Downloaded diesel-dtrace v0.4.2 |
877 | 2024-12-21T04:20:55.527Z | Downloaded slog-term v2.9.1 |
878 | 2024-12-21T04:20:55.527Z | Downloaded semver v1.0.23 |
879 | 2024-12-21T04:20:55.527Z | Downloaded rustls-pemfile v2.2.0 |
880 | 2024-12-21T04:20:55.527Z | Downloaded rustls-native-certs v0.7.3 |
881 | 2024-12-21T04:20:55.528Z | Downloaded tracing v0.1.40 |
882 | 2024-12-21T04:20:55.528Z | Downloaded cpufeatures v0.2.14 |
883 | 2024-12-21T04:20:55.528Z | Downloaded icu_provider v1.5.0 |
884 | 2024-12-21T04:20:55.528Z | Downloaded hashbrown v0.13.2 |
885 | 2024-12-21T04:20:55.528Z | Downloaded httpmock v0.8.0-alpha.1 |
886 | 2024-12-21T04:20:55.529Z | Downloaded encoding_rs v0.8.34 |
887 | 2024-12-21T04:20:55.529Z | Downloaded quinn v0.11.5 |
888 | 2024-12-21T04:20:55.529Z | Downloaded quote v1.0.37 |
889 | 2024-12-21T04:20:55.529Z | Downloaded backtrace v0.3.74 |
890 | 2024-12-21T04:20:55.529Z | Downloaded arc-swap v1.7.1 |
891 | 2024-12-21T04:20:55.529Z | Downloaded scroll v0.12.0 |
892 | 2024-12-21T04:20:55.530Z | Downloaded postgres-types v0.2.8 |
893 | 2024-12-21T04:20:55.530Z | Downloaded simd-adler32 v0.3.7 |
894 | 2024-12-21T04:20:55.530Z | Downloaded signal-hook-tokio v0.3.1 |
895 | 2024-12-21T04:20:55.530Z | Downloaded ciborium v0.2.2 |
896 | 2024-12-21T04:20:55.530Z | Downloaded xattr v1.3.1 |
897 | 2024-12-21T04:20:55.530Z | Downloaded usdt v0.5.0 |
898 | 2024-12-21T04:20:55.530Z | Downloaded pest_generator v2.7.14 |
899 | 2024-12-21T04:20:55.531Z | Downloaded pest_derive v2.7.14 |
900 | 2024-12-21T04:20:55.531Z | Downloaded hyper-rustls v0.27.3 |
901 | 2024-12-21T04:20:55.531Z | Downloaded futures v0.3.31 |
902 | 2024-12-21T04:20:55.531Z | Downloaded fatfs v0.3.6 |
903 | 2024-12-21T04:20:55.531Z | Downloaded event-listener v5.3.1 |
904 | 2024-12-21T04:20:55.532Z | Downloaded base64 v0.13.1 |
905 | 2024-12-21T04:20:55.532Z | Downloaded half v2.4.1 |
906 | 2024-12-21T04:20:55.532Z | Downloaded scrypt v0.11.0 |
907 | 2024-12-21T04:20:55.532Z | Downloaded same-file v1.0.6 |
908 | 2024-12-21T04:20:55.532Z | Downloaded futures-lite v2.3.0 |
909 | 2024-12-21T04:20:55.532Z | Downloaded blake2 v0.10.6 |
910 | 2024-12-21T04:20:55.533Z | Downloaded async-trait v0.1.83 |
911 | 2024-12-21T04:20:55.533Z | Downloaded scroll_derive v0.12.0 |
912 | 2024-12-21T04:20:55.533Z | Downloaded async-executor v1.13.1 |
913 | 2024-12-21T04:20:55.533Z | Downloaded async-channel v1.9.0 |
914 | 2024-12-21T04:20:55.533Z | Downloaded globset v0.4.15 |
915 | 2024-12-21T04:20:55.533Z | Downloaded getrandom v0.2.15 |
916 | 2024-12-21T04:20:55.533Z | Downloaded futures-macro v0.3.31 |
917 | 2024-12-21T04:20:55.533Z | Downloaded fd-lock v4.0.2 |
918 | 2024-12-21T04:20:55.534Z | Downloaded fragile v2.0.0 |
919 | 2024-12-21T04:20:55.534Z | Downloaded fallible-streaming-iterator v0.1.9 |
920 | 2024-12-21T04:20:55.534Z | Downloaded base64ct v1.6.0 |
921 | 2024-12-21T04:20:55.534Z | Downloaded hash32 v0.3.1 |
922 | 2024-12-21T04:20:55.534Z | Downloaded futures-sink v0.3.31 |
923 | 2024-12-21T04:20:55.534Z | Downloaded async-task v4.7.1 |
924 | 2024-12-21T04:20:55.534Z | Downloaded hex v0.4.3 |
925 | 2024-12-21T04:20:55.534Z | Downloaded float-ord v0.3.2 |
926 | 2024-12-21T04:20:55.534Z | Downloaded bcs v0.1.6 |
927 | 2024-12-21T04:20:55.534Z | Downloaded async-process v2.3.0 |
928 | 2024-12-21T04:20:55.535Z | Downloaded ascii-canvas v3.0.0 |
929 | 2024-12-21T04:20:55.535Z | Downloaded heck v0.3.3 |
930 | 2024-12-21T04:20:55.535Z | Downloaded guppy-workspace-hack v0.1.0 |
931 | 2024-12-21T04:20:55.535Z | Downloaded foreign-types v0.5.0 |
932 | 2024-12-21T04:20:55.535Z | Downloaded ff v0.13.0 |
933 | 2024-12-21T04:20:55.535Z | Downloaded argon2 v0.5.3 |
934 | 2024-12-21T04:20:55.535Z | Downloaded bcrypt-pbkdf v0.10.0 |
935 | 2024-12-21T04:20:55.535Z | Downloaded assert_cmd v2.0.16 |
936 | 2024-12-21T04:20:55.536Z | Downloaded futures-io v0.3.31 |
937 | 2024-12-21T04:20:55.536Z | Downloaded funty v2.0.0 |
938 | 2024-12-21T04:20:55.536Z | Downloaded form_urlencoded v1.2.1 |
939 | 2024-12-21T04:20:55.536Z | Downloaded filetime v0.2.25 |
940 | 2024-12-21T04:20:55.536Z | Downloaded arrayvec v0.7.6 |
941 | 2024-12-21T04:20:55.536Z | Downloaded futures-timer v3.0.3 |
942 | 2024-12-21T04:20:55.614Z | Downloaded futures-task v0.3.31 |
943 | 2024-12-21T04:20:55.614Z | Downloaded foreign-types-shared v0.1.1 |
944 | 2024-12-21T04:20:55.615Z | Downloaded fnv v1.0.7 |
945 | 2024-12-21T04:20:55.615Z | Downloaded float-cmp v0.9.0 |
946 | 2024-12-21T04:20:55.615Z | Downloaded flagset v0.4.6 |
947 | 2024-12-21T04:20:55.615Z | Downloaded cfg-if v1.0.0 |
948 | 2024-12-21T04:20:55.615Z | Downloaded async-lock v3.4.0 |
949 | 2024-12-21T04:20:55.615Z | Downloaded base16ct v0.2.0 |
950 | 2024-12-21T04:20:55.615Z | Downloaded atomic-waker v1.1.2 |
951 | 2024-12-21T04:20:55.615Z | Downloaded event-listener v2.5.3 |
952 | 2024-12-21T04:20:55.615Z | Downloaded blocking v1.6.1 |
953 | 2024-12-21T04:20:55.615Z | Downloaded bit-vec v0.6.3 |
954 | 2024-12-21T04:20:55.615Z | Downloaded async-stream v0.3.6 |
955 | 2024-12-21T04:20:55.616Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
956 | 2024-12-21T04:20:55.704Z | Downloaded aws-lc-sys v0.22.0 |
957 | 2024-12-21T04:20:56.107Z | Downloaded ring v0.17.8 |
958 | 2024-12-21T04:20:56.284Z | Downloaded ring v0.16.20 |
959 | 2024-12-21T04:20:56.360Z | Downloaded libsqlite3-sys v0.30.1 |
960 | 2024-12-21T04:20:56.841Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
961 | 2024-12-21T04:21:08.564Z | Startup: Refreshing catalog 'helios-dev' ... Done |
962 | 2024-12-21T04:21:12.557Z | Startup: Caching catalogs ... Done |
963 | 2024-12-21T04:21:23.395Z | Planning: Solver setup ... Done (9.949s) |
964 | 2024-12-21T04:21:23.528Z | Planning: Running solver ... Done (0.135s) |
965 | 2024-12-21T04:21:23.670Z | Planning: Finding local manifests ... Done (0.037s) |
966 | 2024-12-21T04:21:23.709Z | Planning: Fetching manifests: 0/5 0% complete |
967 | 2024-12-21T04:21:25.149Z | Planning: Fetching manifests: 5/5 100% complete |
968 | 2024-12-21T04:21:25.494Z | Planning: Package planning ... Done (0.349s) |
969 | 2024-12-21T04:21:25.551Z | Planning: Merging actions ... Done (0.057s) |
970 | 2024-12-21T04:21:25.891Z | Planning: Checking for conflicting actions ... Done (0.342s) |
971 | 2024-12-21T04:21:28.784Z | Planning: Consolidating action changes ... Done (2.919s) |
972 | 2024-12-21T04:21:29.190Z | Planning: Evaluating mediators ... Done (0.405s) |
973 | 2024-12-21T04:21:29.272Z | Planning: Planning completed in 16.78 seconds |
974 | 2024-12-21T04:21:29.294Z | Packages to install: 4 |
975 | 2024-12-21T04:21:29.294Z | Packages to update: 1 |
976 | 2024-12-21T04:21:29.294Z | Mediators to change: 2 |
977 | 2024-12-21T04:21:29.294Z | Services to change: 1 |
978 | 2024-12-21T04:21:29.294Z | Estimated space available: 155.37 GB |
979 | 2024-12-21T04:21:29.294Z | Estimated space to be consumed: 1.62 GB |
980 | 2024-12-21T04:21:29.294Z | Create boot environment: No |
981 | 2024-12-21T04:21:29.294Z | Create backup boot environment: Yes |
982 | 2024-12-21T04:21:29.294Z | Rebuild boot archive: No |
983 | 2024-12-21T04:21:29.294Z | |
984 | 2024-12-21T04:21:29.294Z | Changed mediators: |
985 | 2024-12-21T04:21:29.295Z | mediator clang: |
986 | 2024-12-21T04:21:29.295Z | version: None -> 15 (system default) |
987 | 2024-12-21T04:21:29.295Z | |
988 | 2024-12-21T04:21:29.295Z | mediator llvm: |
989 | 2024-12-21T04:21:29.295Z | version: 14 (system default) -> 15 (system default) |
990 | 2024-12-21T04:21:29.296Z | |
991 | 2024-12-21T04:21:29.296Z | Changed packages: |
992 | 2024-12-21T04:21:29.296Z | helios-dev |
993 | 2024-12-21T04:21:29.296Z | developer/build-essential |
994 | 2024-12-21T04:21:29.296Z | None -> 11-2.0 |
995 | 2024-12-21T04:21:29.296Z | library/libxmlsec1 |
996 | 2024-12-21T04:21:29.296Z | None -> 1.2.35-2.0 |
997 | 2024-12-21T04:21:29.296Z | ooce/developer/clang-15 |
998 | 2024-12-21T04:21:29.296Z | None -> 15.0.7-2.0 |
999 | 2024-12-21T04:21:29.296Z | ooce/developer/llvm-15 |
1000 | 2024-12-21T04:21:29.296Z | None -> 15.0.7-2.0 |
1001 | 2024-12-21T04:21:29.296Z | package/pkg |
1002 | 2024-12-21T04:21:29.296Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1003 | 2024-12-21T04:21:29.296Z | |
1004 | 2024-12-21T04:21:29.296Z | Services: |
1005 | 2024-12-21T04:21:29.296Z | restart_fmri: |
1006 | 2024-12-21T04:21:29.296Z | svc:/system/update-man-index:default |
1007 | 2024-12-21T04:21:29.296Z | |
1008 | 2024-12-21T04:21:29.296Z | Editable files to change: |
1009 | 2024-12-21T04:21:29.297Z | Update: |
1010 | 2024-12-21T04:21:29.297Z | usr/share/lib/pkg/web/config.shtml |
1011 | 2024-12-21T04:21:29.462Z | |
1012 | 2024-12-21T04:21:29.462Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1013 | 2024-12-21T04:21:36.013Z | Download: 212/4281 items 1.3/220.6MB 0% complete (671k/s) |
1014 | 2024-12-21T04:21:54.890Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
1015 | 2024-12-21T04:22:00.188Z | Download: 458/4281 items 17.0/220.6MB 7% complete (3.4M/s) |
1016 | 2024-12-21T04:22:05.484Z | Download: 739/4281 items 18.3/220.6MB 8% complete (1.8M/s) |
1017 | 2024-12-21T04:22:10.872Z | Download: 900/4281 items 18.9/220.6MB 8% complete (228k/s) |
1018 | 2024-12-21T04:22:16.082Z | Download: 1184/4281 items 82.7/220.6MB 37% complete (6.4M/s) |
1019 | 2024-12-21T04:22:21.345Z | Download: 1196/4281 items 83.0/220.6MB 37% complete (6.4M/s) |
1020 | 2024-12-21T04:22:31.744Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
1021 | 2024-12-21T04:22:36.751Z | Download: 1480/4281 items 117.3/220.6MB 53% complete (7.4M/s) |
1022 | 2024-12-21T04:22:41.714Z | Download: 1845/4281 items 118.5/220.6MB 53% complete (3.7M/s) |
1023 | 2024-12-21T04:22:46.669Z | Download: 2140/4281 items 119.0/220.6MB 53% complete (174k/s) |
1024 | 2024-12-21T04:22:52.645Z | Download: 2217/4281 items 119.2/220.6MB 54% complete (123k/s) |
1025 | 2024-12-21T04:22:58.255Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (112k/s) |
1026 | 2024-12-21T04:23:04.616Z | Download: 2222/4281 items 119.2/220.6MB 54% complete |
1027 | 2024-12-21T04:23:13.451Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
1028 | 2024-12-21T04:23:18.407Z | Download: 2505/4281 items 120.3/220.6MB 54% complete (218k/s) |
1029 | 2024-12-21T04:23:23.364Z | Download: 2995/4281 items 121.3/220.6MB 54% complete (209k/s) |
1030 | 2024-12-21T04:23:29.609Z | Download: 3245/4281 items 202.6/220.6MB 91% complete (8.2M/s) |
1031 | 2024-12-21T04:23:34.783Z | Download: 3280/4281 items 208.8/220.6MB 94% complete (8.6M/s) |
1032 | 2024-12-21T04:23:43.965Z | Download: 3282/4281 items 210.5/220.6MB 95% complete (6.5M/s) |
1033 | 2024-12-21T04:23:56.760Z | Download: 3283/4281 items 210.5/220.6MB 95% complete |
1034 | 2024-12-21T04:24:01.721Z | Download: 3932/4281 items 217.9/220.6MB 98% complete (1.5M/s) |
1035 | 2024-12-21T04:24:06.883Z | Download: 4205/4281 items 220.5/220.6MB 99% complete (1.1M/s) |
1036 | 2024-12-21T04:24:11.050Z | Download: Completed 220.60 MB in 161.08 seconds (1.4M/s) |
1037 | 2024-12-21T04:24:13.210Z | Actions: 1/5063 actions (Removing old actions) |
1038 | 2024-12-21T04:24:13.229Z | Actions: 194/5063 actions (Installing new actions) |
1039 | 2024-12-21T04:24:17.939Z | Actions: 4226/5063 actions (Updating modified actions) |
1040 | 2024-12-21T04:24:18.246Z | Actions: Completed 5063 actions in 5.08 seconds. |
1041 | 2024-12-21T04:24:18.667Z | Done (0.417s) |
1042 | 2024-12-21T04:24:18.669Z | Done (0.000s) |
1043 | 2024-12-21T04:24:19.244Z | Done (0.581s) |
1044 | 2024-12-21T04:24:23.990Z | Done (4.556s) |
1045 | 2024-12-21T04:24:24.139Z | Done (0.080s) |
1046 | 2024-12-21T04:24:24.143Z | Done (0.000s) |
1047 | 2024-12-21T04:24:24.319Z | Done (0.000s) |
1048 | 2024-12-21T04:24:25.018Z | Planning: Evaluating mediator changes ... Done |
1049 | 2024-12-21T04:24:25.180Z | Planning: Checking for conflicting actions ... Done |
1050 | 2024-12-21T04:24:25.195Z | Planning: Consolidating action changes ... Done |
1051 | 2024-12-21T04:24:25.451Z | Planning: Evaluating mediators ... Done |
1052 | 2024-12-21T04:24:25.454Z | Planning: Planning completed in 0.44 seconds |
1053 | 2024-12-21T04:24:25.493Z | Mediators to change: 2 |
1054 | 2024-12-21T04:24:25.493Z | Create boot environment: No |
1055 | 2024-12-21T04:24:25.497Z | Create backup boot environment: No |
1056 | 2024-12-21T04:24:25.595Z | Done |
1057 | 2024-12-21T04:24:25.595Z | Done |
1058 | 2024-12-21T04:24:25.970Z | Done |
1059 | 2024-12-21T04:24:29.704Z | Done |
1060 | 2024-12-21T04:24:29.796Z | Done |
1061 | 2024-12-21T04:24:29.799Z | Done |
1062 | 2024-12-21T04:24:29.933Z | Done |
1063 | 2024-12-21T04:24:30.565Z | Planning: Evaluating mediator changes ... Done |
1064 | 2024-12-21T04:24:30.568Z | Planning: Merging actions ... Done |
1065 | 2024-12-21T04:24:30.763Z | Planning: Checking for conflicting actions ... Done |
1066 | 2024-12-21T04:24:30.766Z | Planning: Consolidating action changes ... Done |
1067 | 2024-12-21T04:24:31.031Z | Planning: Evaluating mediators ... Done |
1068 | 2024-12-21T04:24:31.087Z | Planning: Planning completed in 0.78 seconds |
1069 | 2024-12-21T04:24:31.128Z | Packages to change: 1 |
1070 | 2024-12-21T04:24:31.128Z | Mediators to change: 1 |
1071 | 2024-12-21T04:24:31.131Z | Services to change: 1 |
1072 | 2024-12-21T04:24:31.131Z | Create boot environment: No |
1073 | 2024-12-21T04:24:31.131Z | Create backup boot environment: Yes |
1074 | 2024-12-21T04:24:32.373Z | Actions: 1/6 actions (Updating modified actions) |
1075 | 2024-12-21T04:24:32.376Z | Actions: Completed 6 actions in 0.00 seconds. |
1076 | 2024-12-21T04:24:32.376Z | Done |
1077 | 2024-12-21T04:24:32.376Z | Done |
1078 | 2024-12-21T04:24:32.490Z | Done |
1079 | 2024-12-21T04:24:36.205Z | Done |
1080 | 2024-12-21T04:24:36.305Z | Done |
1081 | 2024-12-21T04:24:36.308Z | Done |
1082 | 2024-12-21T04:24:36.440Z | Done |
1083 | 2024-12-21T04:24:36.880Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1084 | 2024-12-21T04:24:36.880Z | clang system 15 system |
1085 | 2024-12-21T04:24:36.880Z | csh system system illumos |
1086 | 2024-12-21T04:24:36.880Z | ctags system system illumos |
1087 | 2024-12-21T04:24:36.880Z | gcc vendor 12 vendor |
1088 | 2024-12-21T04:24:36.880Z | gcc system 10 system |
1089 | 2024-12-21T04:24:36.880Z | gcc system 7 system |
1090 | 2024-12-21T04:24:36.880Z | go system 1.20 system |
1091 | 2024-12-21T04:24:36.880Z | go system 1.19 system |
1092 | 2024-12-21T04:24:36.880Z | llvm system 15 system |
1093 | 2024-12-21T04:24:36.880Z | llvm system 14 system |
1094 | 2024-12-21T04:24:36.880Z | mariadb system 10.6 system |
1095 | 2024-12-21T04:24:36.880Z | mta vendor vendor dma |
1096 | 2024-12-21T04:24:36.882Z | openjdk system 17 system |
1097 | 2024-12-21T04:24:36.882Z | openjdk system 11 system |
1098 | 2024-12-21T04:24:36.882Z | openjdk system 1.8 system |
1099 | 2024-12-21T04:24:36.882Z | openssl vendor 3 vendor |
1100 | 2024-12-21T04:24:36.882Z | perl system 5.36 system |
1101 | 2024-12-21T04:24:36.882Z | postgresql system 15 system |
1102 | 2024-12-21T04:24:36.882Z | postgresql system 13 system |
1103 | 2024-12-21T04:24:36.882Z | python vendor 3 vendor |
1104 | 2024-12-21T04:24:36.882Z | python system 2 system |
1105 | 2024-12-21T04:24:36.882Z | python3 system 3.11 system |
1106 | 2024-12-21T04:24:36.882Z | ruby system 3.0 system |
1107 | 2024-12-21T04:24:36.882Z | words vendor vendor american-english |
1108 | 2024-12-21T04:24:36.882Z | words system system australian-english |
1109 | 2024-12-21T04:24:36.882Z | words system system british-english |
1110 | 2024-12-21T04:24:36.882Z | words system system canadian-english |
1111 | 2024-12-21T04:24:36.882Z | words system system french |
1112 | 2024-12-21T04:24:36.882Z | words system system italian |
1113 | 2024-12-21T04:24:36.882Z | words system system ngerman |
1114 | 2024-12-21T04:24:36.882Z | words system system ogerman |
1115 | 2024-12-21T04:24:36.882Z | words system system spanish |
1116 | 2024-12-21T04:24:37.214Z | PUBLISHER TYPE STATUS P LOCATION |
1117 | 2024-12-21T04:24:37.214Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1118 | 2024-12-21T04:24:39.984Z | FMRI IFO |
1119 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1120 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1121 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1122 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1123 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1124 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1125 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1126 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1127 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1128 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1129 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1130 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1131 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1132 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1133 | 2024-12-21T04:24:39.985Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1134 | 2024-12-21T04:24:41.047Z | Downloading crates ... |
1135 | 2024-12-21T04:24:41.250Z | Downloaded cargo_toml v0.20.5 |
1136 | 2024-12-21T04:24:41.389Z | Compiling proc-macro2 v1.0.89 |
1137 | 2024-12-21T04:24:41.389Z | Compiling unicode-ident v1.0.13 |
1138 | 2024-12-21T04:24:41.389Z | Compiling version_check v0.9.5 |
1139 | 2024-12-21T04:24:41.389Z | Compiling serde v1.0.215 |
1140 | 2024-12-21T04:24:41.402Z | Compiling thiserror v1.0.69 |
1141 | 2024-12-21T04:24:41.402Z | Compiling memchr v2.7.4 |
1142 | 2024-12-21T04:24:41.402Z | Compiling libc v0.2.162 |
1143 | 2024-12-21T04:24:41.403Z | Compiling itoa v1.0.11 |
1144 | 2024-12-21T04:24:41.644Z | Compiling ryu v1.0.18 |
1145 | 2024-12-21T04:24:41.654Z | Compiling ucd-trie v0.1.7 |
1146 | 2024-12-21T04:24:41.988Z | Compiling once_cell v1.20.2 |
1147 | 2024-12-21T04:24:42.237Z | Compiling byteorder v1.5.0 |
1148 | 2024-12-21T04:24:42.363Z | Compiling rustix v0.38.37 |
1149 | 2024-12-21T04:24:42.376Z | Compiling serde_json v1.0.133 |
1150 | 2024-12-21T04:24:42.672Z | Compiling bitflags v2.6.0 |
1151 | 2024-12-21T04:24:42.712Z | Compiling proc-macro-error-attr v1.0.4 |
1152 | 2024-12-21T04:24:42.970Z | Compiling usdt-impl v0.5.0 |
1153 | 2024-12-21T04:24:43.034Z | Compiling syn v1.0.109 |
1154 | 2024-12-21T04:24:43.112Z | Compiling proc-macro-error v1.0.4 |
1155 | 2024-12-21T04:24:43.155Z | Compiling quote v1.0.37 |
1156 | 2024-12-21T04:24:43.236Z | Compiling plain v0.2.3 |
1157 | 2024-12-21T04:24:43.374Z | Compiling equivalent v1.0.1 |
1158 | 2024-12-21T04:24:43.377Z | Compiling camino v1.1.9 |
1159 | 2024-12-21T04:24:43.397Z | Compiling log v0.4.22 |
1160 | 2024-12-21T04:24:43.473Z | Compiling errno v0.3.9 |
1161 | 2024-12-21T04:24:43.629Z | Compiling syn v2.0.87 |
1162 | 2024-12-21T04:24:43.783Z | Compiling thread-id v4.2.2 |
1163 | 2024-12-21T04:24:43.818Z | Compiling utf8parse v0.2.2 |
1164 | 2024-12-21T04:24:43.851Z | Compiling hashbrown v0.15.1 |
1165 | 2024-12-21T04:24:43.969Z | Compiling anstyle-parse v0.2.5 |
1166 | 2024-12-21T04:24:44.089Z | Compiling unicode-width v0.1.14 |
1167 | 2024-12-21T04:24:44.304Z | Compiling colorchoice v1.0.2 |
1168 | 2024-12-21T04:24:44.323Z | Compiling semver v1.0.23 |
1169 | 2024-12-21T04:24:44.453Z | Compiling is_terminal_polyfill v1.70.1 |
1170 | 2024-12-21T04:24:44.579Z | Compiling winnow v0.6.20 |
1171 | 2024-12-21T04:24:44.612Z | Compiling anstyle v1.0.10 |
1172 | 2024-12-21T04:24:44.848Z | Compiling anstyle-query v1.1.1 |
1173 | 2024-12-21T04:24:44.927Z | Compiling pretty-hex v0.4.1 |
1174 | 2024-12-21T04:24:44.995Z | Compiling autocfg v1.4.0 |
1175 | 2024-12-21T04:24:45.096Z | Compiling indexmap v2.6.0 |
1176 | 2024-12-21T04:24:45.114Z | Compiling anstream v0.6.15 |
1177 | 2024-12-21T04:24:45.457Z | Compiling clap_lex v0.7.2 |
1178 | 2024-12-21T04:24:45.905Z | Compiling terminal_size v0.4.0 |
1179 | 2024-12-21T04:24:46.003Z | Compiling heck v0.4.1 |
1180 | 2024-12-21T04:24:46.100Z | Compiling heck v0.5.0 |
1181 | 2024-12-21T04:24:46.227Z | Compiling fs-err v2.11.0 |
1182 | 2024-12-21T04:24:46.645Z | Compiling cfg-if v1.0.0 |
1183 | 2024-12-21T04:24:46.649Z | Compiling bytecount v0.6.8 |
1184 | 2024-12-21T04:24:46.650Z | Compiling fnv v1.0.7 |
1185 | 2024-12-21T04:24:46.675Z | Compiling anyhow v1.0.93 |
1186 | 2024-12-21T04:24:46.706Z | Compiling fastrand v2.1.1 |
1187 | 2024-12-21T04:24:46.747Z | Compiling strsim v0.11.1 |
1188 | 2024-12-21T04:24:46.992Z | Compiling papergrid v0.11.0 |
1189 | 2024-12-21T04:24:47.266Z | Compiling clap_builder v4.5.21 |
1190 | 2024-12-21T04:24:47.389Z | Compiling tempfile v3.13.0 |
1191 | 2024-12-21T04:24:47.678Z | Compiling memmap v0.7.0 |
1192 | 2024-12-21T04:24:47.793Z | Compiling smawk v0.3.2 |
1193 | 2024-12-21T04:24:48.000Z | Compiling unicode-linebreak v0.1.5 |
1194 | 2024-12-21T04:24:48.487Z | Compiling textwrap v0.16.1 |
1195 | 2024-12-21T04:24:48.500Z | Compiling swrite v0.1.0 |
1196 | 2024-12-21T04:24:49.519Z | Compiling tabled_derive v0.7.0 |
1197 | 2024-12-21T04:24:51.141Z | Compiling tabled v0.15.0 |
1198 | 2024-12-21T04:24:52.665Z | Compiling serde_derive v1.0.215 |
1199 | 2024-12-21T04:24:52.665Z | Compiling thiserror-impl v1.0.69 |
1200 | 2024-12-21T04:24:52.668Z | Compiling zerocopy-derive v0.7.35 |
1201 | 2024-12-21T04:24:52.668Z | Compiling scroll_derive v0.12.0 |
1202 | 2024-12-21T04:24:52.924Z | Compiling clap_derive v4.5.18 |
1203 | 2024-12-21T04:24:53.929Z | Compiling scroll v0.12.0 |
1204 | 2024-12-21T04:24:54.388Z | Compiling zerocopy v0.7.35 |
1205 | 2024-12-21T04:24:54.409Z | Compiling goblin v0.8.2 |
1206 | 2024-12-21T04:24:55.317Z | Compiling pest v2.7.14 |
1207 | 2024-12-21T04:24:56.605Z | Compiling clap v4.5.21 |
1208 | 2024-12-21T04:24:57.629Z | Compiling pest_meta v2.7.14 |
1209 | 2024-12-21T04:24:58.441Z | Compiling pest_generator v2.7.14 |
1210 | 2024-12-21T04:25:00.379Z | Compiling pest_derive v2.7.14 |
1211 | 2024-12-21T04:25:01.103Z | Compiling dtrace-parser v0.2.0 |
1212 | 2024-12-21T04:25:02.989Z | Compiling serde_spanned v0.6.8 |
1213 | 2024-12-21T04:25:02.989Z | Compiling toml_datetime v0.6.8 |
1214 | 2024-12-21T04:25:02.992Z | Compiling cargo-platform v0.1.8 |
1215 | 2024-12-21T04:25:03.387Z | Compiling serde_tokenstream v0.2.2 |
1216 | 2024-12-21T04:25:03.404Z | Compiling toml_edit v0.22.22 |
1217 | 2024-12-21T04:25:03.544Z | Compiling macaddr v1.0.1 |
1218 | 2024-12-21T04:25:03.637Z | Compiling camino-tempfile v1.1.1 |
1219 | 2024-12-21T04:25:04.505Z | Compiling dof v0.3.0 |
1220 | 2024-12-21T04:25:04.505Z | Compiling cargo_metadata v0.18.1 |
1221 | 2024-12-21T04:25:06.177Z | Compiling toml v0.8.19 |
1222 | 2024-12-21T04:25:06.532Z | Compiling usdt-macro v0.5.0 |
1223 | 2024-12-21T04:25:06.533Z | Compiling usdt-attr-macro v0.5.0 |
1224 | 2024-12-21T04:25:07.030Z | Compiling cargo_toml v0.20.5 |
1225 | 2024-12-21T04:25:07.895Z | Compiling usdt v0.5.0 |
1226 | 2024-12-21T04:25:10.684Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1227 | 2024-12-21T04:25:14.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.63s |
1228 | 2024-12-21T04:25:14.908Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1229 | 2024-12-21T04:25:15.754Z | Compiling serde v1.0.215 |
1230 | 2024-12-21T04:25:15.760Z | Compiling lock_api v0.4.12 |
1231 | 2024-12-21T04:25:15.760Z | Compiling scopeguard v1.2.0 |
1232 | 2024-12-21T04:25:15.760Z | Compiling value-bag v1.9.0 |
1233 | 2024-12-21T04:25:15.760Z | Compiling typenum v1.17.0 |
1234 | 2024-12-21T04:25:15.760Z | Compiling generic-array v0.14.7 |
1235 | 2024-12-21T04:25:15.890Z | Compiling syn v2.0.87 |
1236 | 2024-12-21T04:25:15.901Z | Compiling getrandom v0.2.15 |
1237 | 2024-12-21T04:25:16.074Z | Compiling subtle v2.6.1 |
1238 | 2024-12-21T04:25:16.183Z | Compiling rand_core v0.6.4 |
1239 | 2024-12-21T04:25:16.378Z | Compiling log v0.4.22 |
1240 | 2024-12-21T04:25:16.470Z | Compiling shlex v1.3.0 |
1241 | 2024-12-21T04:25:16.487Z | Compiling jobserver v0.1.32 |
1242 | 2024-12-21T04:25:16.535Z | Compiling const-oid v0.9.6 |
1243 | 2024-12-21T04:25:16.709Z | Compiling smallvec v1.13.2 |
1244 | 2024-12-21T04:25:16.768Z | Compiling spin v0.9.8 |
1245 | 2024-12-21T04:25:16.892Z | Compiling cc v1.1.30 |
1246 | 2024-12-21T04:25:17.106Z | Compiling pin-project-lite v0.2.14 |
1247 | 2024-12-21T04:25:17.138Z | Compiling rustix v0.38.37 |
1248 | 2024-12-21T04:25:17.228Z | Compiling parking_lot_core v0.9.10 |
1249 | 2024-12-21T04:25:17.316Z | Compiling futures-core v0.3.31 |
1250 | 2024-12-21T04:25:17.430Z | Compiling signal-hook-registry v1.4.2 |
1251 | 2024-12-21T04:25:17.579Z | Compiling mio v1.0.2 |
1252 | 2024-12-21T04:25:17.998Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-12-21T04:25:18.281Z | Compiling parking_lot v0.12.3 |
1254 | 2024-12-21T04:25:18.342Z | Compiling cpufeatures v0.2.14 |
1255 | 2024-12-21T04:25:18.438Z | Compiling either v1.13.0 |
1256 | 2024-12-21T04:25:18.491Z | Compiling regex-syntax v0.8.5 |
1257 | 2024-12-21T04:25:18.550Z | Compiling lazy_static v1.5.0 |
1258 | 2024-12-21T04:25:18.673Z | Compiling stable_deref_trait v1.2.0 |
1259 | 2024-12-21T04:25:18.778Z | Compiling futures-sink v0.3.31 |
1260 | 2024-12-21T04:25:18.796Z | Compiling glob v0.3.1 |
1261 | 2024-12-21T04:25:18.874Z | Compiling socket2 v0.5.7 |
1262 | 2024-12-21T04:25:18.925Z | Compiling slab v0.4.9 |
1263 | 2024-12-21T04:25:19.136Z | Compiling prettyplease v0.2.25 |
1264 | 2024-12-21T04:25:19.354Z | Compiling minimal-lexical v0.2.1 |
1265 | 2024-12-21T04:25:19.477Z | Compiling serde_json v1.0.133 |
1266 | 2024-12-21T04:25:19.806Z | Compiling nom v7.1.3 |
1267 | 2024-12-21T04:25:19.828Z | Compiling clang-sys v1.8.1 |
1268 | 2024-12-21T04:25:19.861Z | Compiling libloading v0.8.5 |
1269 | 2024-12-21T04:25:20.115Z | Compiling bindgen v0.69.5 |
1270 | 2024-12-21T04:25:20.282Z | Compiling home v0.5.9 |
1271 | 2024-12-21T04:25:20.552Z | Compiling futures-channel v0.3.31 |
1272 | 2024-12-21T04:25:20.951Z | Compiling itertools v0.12.1 |
1273 | 2024-12-21T04:25:20.994Z | Compiling futures-task v0.3.31 |
1274 | 2024-12-21T04:25:21.131Z | Compiling lazycell v1.3.0 |
1275 | 2024-12-21T04:25:21.299Z | Compiling rustc-hash v1.1.0 |
1276 | 2024-12-21T04:25:21.307Z | Compiling pin-utils v0.1.0 |
1277 | 2024-12-21T04:25:21.409Z | Compiling libm v0.2.8 |
1278 | 2024-12-21T04:25:21.443Z | Compiling foldhash v0.1.3 |
1279 | 2024-12-21T04:25:21.742Z | Compiling futures-io v0.3.31 |
1280 | 2024-12-21T04:25:21.775Z | Compiling allocator-api2 v0.2.18 |
1281 | 2024-12-21T04:25:22.058Z | Compiling regex-automata v0.4.8 |
1282 | 2024-12-21T04:25:22.610Z | Compiling hashbrown v0.15.1 |
1283 | 2024-12-21T04:25:23.410Z | Compiling cexpr v0.6.0 |
1284 | 2024-12-21T04:25:23.608Z | Compiling synstructure v0.13.1 |
1285 | 2024-12-21T04:25:24.155Z | Compiling cmake v0.1.51 |
1286 | 2024-12-21T04:25:25.229Z | Compiling num-traits v0.2.19 |
1287 | 2024-12-21T04:25:25.262Z | Compiling tinyvec_macros v0.1.1 |
1288 | 2024-12-21T04:25:25.331Z | Compiling fs_extra v1.3.0 |
1289 | 2024-12-21T04:25:25.347Z | Compiling dunce v1.0.5 |
1290 | 2024-12-21T04:25:25.363Z | Compiling pkg-config v0.3.31 |
1291 | 2024-12-21T04:25:25.482Z | Compiling tinyvec v1.8.0 |
1292 | 2024-12-21T04:25:25.951Z | Compiling ring v0.17.8 |
1293 | 2024-12-21T04:25:27.035Z | Compiling unicode-normalization v0.1.24 |
1294 | 2024-12-21T04:25:27.138Z | Compiling base64ct v1.6.0 |
1295 | 2024-12-21T04:25:27.188Z | Compiling paste v1.0.15 |
1296 | 2024-12-21T04:25:27.216Z | Compiling unicode-bidi v0.3.17 |
1297 | 2024-12-21T04:25:27.692Z | Compiling regex v1.11.1 |
1298 | 2024-12-21T04:25:27.715Z | Compiling writeable v0.5.5 |
1299 | 2024-12-21T04:25:28.173Z | Compiling litemap v0.7.3 |
1300 | 2024-12-21T04:25:28.367Z | Compiling pem-rfc7468 v0.7.0 |
1301 | 2024-12-21T04:25:28.637Z | Compiling flagset v0.4.6 |
1302 | 2024-12-21T04:25:28.828Z | Compiling httparse v1.9.5 |
1303 | 2024-12-21T04:25:28.846Z | Compiling aws-lc-rs v1.10.0 |
1304 | 2024-12-21T04:25:29.090Z | Compiling tracing-core v0.1.32 |
1305 | 2024-12-21T04:25:29.305Z | Compiling crossbeam-utils v0.8.20 |
1306 | 2024-12-21T04:25:29.660Z | Compiling rustls-pki-types v1.10.0 |
1307 | 2024-12-21T04:25:29.902Z | Compiling icu_locid_transform_data v1.5.0 |
1308 | 2024-12-21T04:25:30.011Z | Compiling percent-encoding v2.3.1 |
1309 | 2024-12-21T04:25:30.370Z | Compiling powerfmt v0.2.0 |
1310 | 2024-12-21T04:25:30.428Z | Compiling mirai-annotations v1.12.0 |
1311 | 2024-12-21T04:25:30.601Z | Compiling num-conv v0.1.0 |
1312 | 2024-12-21T04:25:30.704Z | Compiling serde_derive v1.0.215 |
1313 | 2024-12-21T04:25:30.749Z | Compiling zeroize_derive v1.4.2 |
1314 | 2024-12-21T04:25:30.766Z | Compiling zerocopy-derive v0.7.35 |
1315 | 2024-12-21T04:25:30.839Z | Compiling tokio-macros v2.4.0 |
1316 | 2024-12-21T04:25:30.885Z | Compiling zerofrom-derive v0.1.4 |
1317 | 2024-12-21T04:25:32.370Z | Compiling zeroize v1.8.1 |
1318 | 2024-12-21T04:25:32.517Z | Compiling thiserror-impl v1.0.69 |
1319 | 2024-12-21T04:25:32.758Z | Compiling yoke-derive v0.7.4 |
1320 | 2024-12-21T04:25:33.127Z | Compiling zerocopy v0.7.35 |
1321 | 2024-12-21T04:25:34.157Z | Compiling crypto-common v0.1.6 |
1322 | 2024-12-21T04:25:34.390Z | Compiling block-buffer v0.10.4 |
1323 | 2024-12-21T04:25:34.473Z | Compiling futures-macro v0.3.31 |
1324 | 2024-12-21T04:25:34.659Z | Compiling digest v0.10.7 |
1325 | 2024-12-21T04:25:34.698Z | Compiling zerovec-derive v0.10.3 |
1326 | 2024-12-21T04:25:34.886Z | Compiling block-padding v0.3.3 |
1327 | 2024-12-21T04:25:35.001Z | Compiling zerofrom v0.1.4 |
1328 | 2024-12-21T04:25:35.142Z | Compiling hmac v0.12.1 |
1329 | 2024-12-21T04:25:35.142Z | Compiling displaydoc v0.2.5 |
1330 | 2024-12-21T04:25:35.240Z | Compiling inout v0.1.3 |
1331 | 2024-12-21T04:25:35.377Z | Compiling sha2 v0.10.8 |
1332 | 2024-12-21T04:25:35.504Z | Compiling cipher v0.4.4 |
1333 | 2024-12-21T04:25:35.815Z | Compiling yoke v0.7.4 |
1334 | 2024-12-21T04:25:35.984Z | Compiling thiserror v1.0.69 |
1335 | 2024-12-21T04:25:36.043Z | Compiling ppv-lite86 v0.2.20 |
1336 | 2024-12-21T04:25:36.130Z | Compiling der_derive v0.7.3 |
1337 | 2024-12-21T04:25:36.230Z | Compiling icu_provider_macros v1.5.0 |
1338 | 2024-12-21T04:25:36.552Z | Compiling futures-util v0.3.31 |
1339 | 2024-12-21T04:25:36.909Z | Compiling rand_chacha v0.3.1 |
1340 | 2024-12-21T04:25:36.928Z | Compiling tracing-attributes v0.1.27 |
1341 | 2024-12-21T04:25:37.401Z | Compiling zerovec v0.10.4 |
1342 | 2024-12-21T04:25:37.452Z | Compiling rand v0.8.5 |
1343 | 2024-12-21T04:25:38.675Z | Compiling der v0.7.9 |
1344 | 2024-12-21T04:25:38.996Z | Compiling pest v2.7.14 |
1345 | 2024-12-21T04:25:39.312Z | Compiling tinystr v0.7.6 |
1346 | 2024-12-21T04:25:39.644Z | Compiling icu_collections v1.5.0 |
1347 | 2024-12-21T04:25:39.720Z | Compiling icu_locid v1.5.0 |
1348 | 2024-12-21T04:25:39.736Z | Compiling salsa20 v0.10.2 |
1349 | 2024-12-21T04:25:39.959Z | Compiling pbkdf2 v0.12.2 |
1350 | 2024-12-21T04:25:40.133Z | Compiling vcpkg v0.2.15 |
1351 | 2024-12-21T04:25:40.858Z | Compiling tracing v0.1.40 |
1352 | 2024-12-21T04:25:41.174Z | Compiling icu_provider v1.5.0 |
1353 | 2024-12-21T04:25:41.375Z | Compiling spki v0.7.3 |
1354 | 2024-12-21T04:25:41.758Z | Compiling untrusted v0.9.0 |
1355 | 2024-12-21T04:25:41.939Z | Compiling icu_locid_transform v1.5.0 |
1356 | 2024-12-21T04:25:42.038Z | Compiling time-core v0.1.2 |
1357 | 2024-12-21T04:25:42.154Z | Compiling untrusted v0.7.1 |
1358 | 2024-12-21T04:25:42.215Z | Compiling icu_properties_data v1.5.0 |
1359 | 2024-12-21T04:25:42.255Z | Compiling time-macros v0.2.18 |
1360 | 2024-12-21T04:25:42.337Z | Compiling pest_meta v2.7.14 |
1361 | 2024-12-21T04:25:42.378Z | Compiling openssl-sys v0.9.103 |
1362 | 2024-12-21T04:25:42.474Z | Compiling scrypt v0.11.0 |
1363 | 2024-12-21T04:25:42.871Z | Compiling aes v0.8.4 |
1364 | 2024-12-21T04:25:43.070Z | Compiling cbc v0.1.2 |
1365 | 2024-12-21T04:25:43.320Z | Compiling icu_properties v1.5.1 |
1366 | 2024-12-21T04:25:43.524Z | Compiling scroll_derive v0.12.0 |
1367 | 2024-12-21T04:25:44.615Z | Compiling deranged v0.3.11 |
1368 | 2024-12-21T04:25:45.055Z | Compiling bitflags v2.6.0 |
1369 | 2024-12-21T04:25:45.194Z | Compiling bytes v1.8.0 |
1370 | 2024-12-21T04:25:45.716Z | Compiling indexmap v2.6.0 |
1371 | 2024-12-21T04:25:46.129Z | Compiling tokio v1.40.0 |
1372 | 2024-12-21T04:25:46.508Z | Compiling http v1.1.0 |
1373 | 2024-12-21T04:25:46.572Z | Compiling semver v1.0.23 |
1374 | 2024-12-21T04:25:47.262Z | Compiling rustc_version v0.4.1 |
1375 | 2024-12-21T04:25:47.614Z | Compiling atomic-waker v1.1.2 |
1376 | 2024-12-21T04:25:47.798Z | Compiling num_threads v0.1.7 |
1377 | 2024-12-21T04:25:47.929Z | Compiling write16 v1.0.0 |
1378 | 2024-12-21T04:25:48.059Z | Compiling icu_normalizer_data v1.5.0 |
1379 | 2024-12-21T04:25:48.078Z | Compiling utf8_iter v1.0.4 |
1380 | 2024-12-21T04:25:48.167Z | Compiling utf16_iter v1.0.5 |
1381 | 2024-12-21T04:25:48.331Z | Compiling icu_normalizer v1.5.0 |
1382 | 2024-12-21T04:25:48.360Z | Compiling http-body v1.0.1 |
1383 | 2024-12-21T04:25:48.362Z | Compiling time v0.3.36 |
1384 | 2024-12-21T04:25:48.615Z | Compiling scroll v0.12.0 |
1385 | 2024-12-21T04:25:48.624Z | Compiling pkcs5 v0.7.1 |
1386 | 2024-12-21T04:25:48.898Z | Compiling pest_generator v2.7.14 |
1387 | 2024-12-21T04:25:49.029Z | Compiling form_urlencoded v1.2.1 |
1388 | 2024-12-21T04:25:49.153Z | Compiling slog v2.7.0 |
1389 | 2024-12-21T04:25:49.356Z | Compiling try-lock v0.2.5 |
1390 | 2024-12-21T04:25:49.526Z | Compiling which v4.4.2 |
1391 | 2024-12-21T04:25:49.738Z | Compiling want v0.3.1 |
1392 | 2024-12-21T04:25:50.040Z | Compiling pkcs8 v0.10.2 |
1393 | 2024-12-21T04:25:50.144Z | Compiling idna_adapter v1.2.0 |
1394 | 2024-12-21T04:25:50.289Z | Compiling goblin v0.8.2 |
1395 | 2024-12-21T04:25:50.363Z | Compiling uuid v1.11.0 |
1396 | 2024-12-21T04:25:50.784Z | Compiling httpdate v1.0.3 |
1397 | 2024-12-21T04:25:50.933Z | Compiling pest_derive v2.7.14 |
1398 | 2024-12-21T04:25:50.952Z | Compiling iana-time-zone v0.1.61 |
1399 | 2024-12-21T04:25:51.271Z | Compiling chrono v0.4.38 |
1400 | 2024-12-21T04:25:51.435Z | Compiling idna v1.0.3 |
1401 | 2024-12-21T04:25:51.754Z | Compiling dtrace-parser v0.2.0 |
1402 | 2024-12-21T04:25:52.672Z | Compiling serde_spanned v0.6.8 |
1403 | 2024-12-21T04:25:52.913Z | Compiling serde_tokenstream v0.2.2 |
1404 | 2024-12-21T04:25:53.352Z | Compiling toml_datetime v0.6.8 |
1405 | 2024-12-21T04:25:53.516Z | Compiling match_cfg v0.1.0 |
1406 | 2024-12-21T04:25:53.608Z | Compiling tower-service v0.3.3 |
1407 | 2024-12-21T04:25:53.701Z | Compiling openssl v0.10.66 |
1408 | 2024-12-21T04:25:53.737Z | Compiling base64 v0.22.1 |
1409 | 2024-12-21T04:25:53.844Z | Compiling foreign-types-shared v0.1.1 |
1410 | 2024-12-21T04:25:53.951Z | Compiling adler2 v2.0.0 |
1411 | 2024-12-21T04:25:53.954Z | Compiling rustversion v1.0.17 |
1412 | 2024-12-21T04:25:54.147Z | Compiling miniz_oxide v0.8.0 |
1413 | 2024-12-21T04:25:54.165Z | Compiling foreign-types v0.3.2 |
1414 | 2024-12-21T04:25:54.261Z | Compiling hostname v0.3.1 |
1415 | 2024-12-21T04:25:54.509Z | Compiling tokio-util v0.7.12 |
1416 | 2024-12-21T04:25:54.531Z | Compiling url v2.5.3 |
1417 | 2024-12-21T04:25:55.104Z | Compiling async-trait v0.1.83 |
1418 | 2024-12-21T04:25:55.719Z | Compiling h2 v0.4.6 |
1419 | 2024-12-21T04:25:55.989Z | Compiling dof v0.3.0 |
1420 | 2024-12-21T04:25:56.163Z | Compiling openssl-macros v0.1.1 |
1421 | 2024-12-21T04:25:56.577Z | Compiling serde_derive_internals v0.29.1 |
1422 | 2024-12-21T04:25:56.909Z | Compiling usdt-impl v0.5.0 |
1423 | 2024-12-21T04:25:57.922Z | Compiling dirs-sys-next v0.1.2 |
1424 | 2024-12-21T04:25:58.169Z | Compiling syn v1.0.109 |
1425 | 2024-12-21T04:25:58.517Z | Compiling siphasher v0.3.11 |
1426 | 2024-12-21T04:25:58.576Z | Compiling schemars v0.8.21 |
1427 | 2024-12-21T04:25:58.808Z | Compiling native-tls v0.2.12 |
1428 | 2024-12-21T04:25:58.892Z | Compiling rustls v0.22.4 |
1429 | 2024-12-21T04:25:58.920Z | Compiling rustls v0.23.19 |
1430 | 2024-12-21T04:25:59.135Z | Compiling data-encoding v2.6.0 |
1431 | 2024-12-21T04:25:59.236Z | Compiling dirs-next v2.0.0 |
1432 | 2024-12-21T04:25:59.388Z | Compiling schemars_derive v0.8.21 |
1433 | 2024-12-21T04:26:00.664Z | Compiling http-body-util v0.1.2 |
1434 | 2024-12-21T04:26:00.963Z | Compiling crossbeam-epoch v0.9.18 |
1435 | 2024-12-21T04:26:01.220Z | Compiling heapless v0.7.17 |
1436 | 2024-12-21T04:26:01.619Z | Compiling signature v2.2.0 |
1437 | 2024-12-21T04:26:01.682Z | Compiling sha1 v0.10.6 |
1438 | 2024-12-21T04:26:01.759Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1439 | 2024-12-21T04:26:01.813Z | Compiling thread_local v1.1.8 |
1440 | 2024-12-21T04:26:01.929Z | Compiling cookie v0.18.1 |
1441 | 2024-12-21T04:26:02.109Z | Compiling multer v3.1.0 |
1442 | 2024-12-21T04:26:02.209Z | Compiling encoding_rs v0.8.34 |
1443 | 2024-12-21T04:26:02.278Z | Compiling rayon-core v1.12.1 |
1444 | 2024-12-21T04:26:02.387Z | Compiling signal-hook v0.3.17 |
1445 | 2024-12-21T04:26:02.406Z | Compiling gimli v0.31.1 |
1446 | 2024-12-21T04:26:02.538Z | Compiling openssl-probe v0.1.5 |
1447 | 2024-12-21T04:26:02.662Z | Compiling ipnet v2.10.1 |
1448 | 2024-12-21T04:26:02.837Z | Compiling hyper v1.5.0 |
1449 | 2024-12-21T04:26:02.883Z | Compiling slog-async v2.8.0 |
1450 | 2024-12-21T04:26:03.447Z | Compiling dyn-clone v1.0.17 |
1451 | 2024-12-21T04:26:03.669Z | Compiling mime v0.3.17 |
1452 | 2024-12-21T04:26:03.949Z | Compiling unicode-properties v0.1.3 |
1453 | 2024-12-21T04:26:04.364Z | Compiling stringprep v0.1.5 |
1454 | 2024-12-21T04:26:05.713Z | Compiling hyper-util v0.1.10 |
1455 | 2024-12-21T04:26:06.892Z | Compiling addr2line v0.24.2 |
1456 | 2024-12-21T04:26:07.105Z | Compiling toml_edit v0.22.22 |
1457 | 2024-12-21T04:26:07.664Z | Compiling crossbeam-deque v0.8.5 |
1458 | 2024-12-21T04:26:07.710Z | Compiling usdt-macro v0.5.0 |
1459 | 2024-12-21T04:26:08.000Z | Compiling usdt-attr-macro v0.5.0 |
1460 | 2024-12-21T04:26:08.091Z | Compiling term v0.7.0 |
1461 | 2024-12-21T04:26:08.659Z | Compiling slog-json v2.6.1 |
1462 | 2024-12-21T04:26:08.932Z | Compiling serde_urlencoded v0.7.1 |
1463 | 2024-12-21T04:26:09.032Z | Compiling crossbeam-channel v0.5.13 |
1464 | 2024-12-21T04:26:09.163Z | Compiling curve25519-dalek v4.1.3 |
1465 | 2024-12-21T04:26:09.444Z | Compiling futures-executor v0.3.31 |
1466 | 2024-12-21T04:26:09.582Z | Compiling md-5 v0.10.6 |
1467 | 2024-12-21T04:26:09.608Z | Compiling enum-as-inner v0.6.1 |
1468 | 2024-12-21T04:26:09.804Z | Compiling async-stream-impl v0.3.6 |
1469 | 2024-12-21T04:26:09.860Z | Compiling rustls-pemfile v2.2.0 |
1470 | 2024-12-21T04:26:10.010Z | Compiling num-integer v0.1.46 |
1471 | 2024-12-21T04:26:10.123Z | Compiling idna v0.3.0 |
1472 | 2024-12-21T04:26:10.212Z | Compiling idna v0.4.0 |
1473 | 2024-12-21T04:26:10.706Z | Compiling hash32 v0.2.1 |
1474 | 2024-12-21T04:26:10.849Z | Compiling ff v0.13.0 |
1475 | 2024-12-21T04:26:11.077Z | Compiling is-terminal v0.4.13 |
1476 | 2024-12-21T04:26:11.097Z | Compiling object v0.36.5 |
1477 | 2024-12-21T04:26:11.211Z | Compiling dropshot v0.12.0 |
1478 | 2024-12-21T04:26:11.282Z | Compiling fallible-iterator v0.2.0 |
1479 | 2024-12-21T04:26:11.487Z | Compiling utf-8 v0.7.6 |
1480 | 2024-12-21T04:26:11.837Z | Compiling quick-error v1.2.3 |
1481 | 2024-12-21T04:26:11.864Z | Compiling psl-types v2.0.11 |
1482 | 2024-12-21T04:26:11.957Z | Compiling take_mut v0.2.2 |
1483 | 2024-12-21T04:26:11.991Z | Compiling rustc-demangle v0.1.24 |
1484 | 2024-12-21T04:26:12.011Z | Compiling smoltcp v0.9.1 |
1485 | 2024-12-21T04:26:12.060Z | Compiling anyhow v1.0.93 |
1486 | 2024-12-21T04:26:12.112Z | Compiling base16ct v0.2.0 |
1487 | 2024-12-21T04:26:12.460Z | Compiling num-bigint-dig v0.8.4 |
1488 | 2024-12-21T04:26:12.676Z | Compiling linked-hash-map v0.5.6 |
1489 | 2024-12-21T04:26:12.725Z | Compiling portable-atomic v1.9.0 |
1490 | 2024-12-21T04:26:12.973Z | Compiling sec1 v0.7.3 |
1491 | 2024-12-21T04:26:13.018Z | Compiling lru-cache v0.1.2 |
1492 | 2024-12-21T04:26:13.216Z | Compiling publicsuffix v2.2.3 |
1493 | 2024-12-21T04:26:13.480Z | Compiling resolv-conf v0.7.0 |
1494 | 2024-12-21T04:26:13.528Z | Compiling postgres-protocol v0.6.7 |
1495 | 2024-12-21T04:26:13.894Z | Compiling tungstenite v0.24.0 |
1496 | 2024-12-21T04:26:14.365Z | Compiling async-stream v0.3.6 |
1497 | 2024-12-21T04:26:14.380Z | Compiling slog-term v2.9.1 |
1498 | 2024-12-21T04:26:14.679Z | Compiling hickory-proto v0.24.1 |
1499 | 2024-12-21T04:26:14.913Z | Compiling usdt v0.5.0 |
1500 | 2024-12-21T04:26:15.490Z | Compiling group v0.13.0 |
1501 | 2024-12-21T04:26:15.685Z | Compiling num-iter v0.1.45 |
1502 | 2024-12-21T04:26:15.832Z | Compiling toml v0.8.19 |
1503 | 2024-12-21T04:26:16.003Z | Compiling futures v0.3.31 |
1504 | 2024-12-21T04:26:16.131Z | Compiling slog-bunyan v2.5.0 |
1505 | 2024-12-21T04:26:16.738Z | Compiling camino v1.1.9 |
1506 | 2024-12-21T04:26:17.704Z | Compiling tokio-native-tls v0.3.1 |
1507 | 2024-12-21T04:26:18.002Z | Compiling phf_shared v0.11.2 |
1508 | 2024-12-21T04:26:18.169Z | Compiling dropshot_endpoint v0.12.0 |
1509 | 2024-12-21T04:26:18.387Z | Compiling terminal_size v0.4.0 |
1510 | 2024-12-21T04:26:18.622Z | Compiling backtrace v0.3.74 |
1511 | 2024-12-21T04:26:18.657Z | Compiling waitgroup v0.1.2 |
1512 | 2024-12-21T04:26:18.729Z | Compiling openapiv3 v2.0.0 |
1513 | 2024-12-21T04:26:18.887Z | Compiling serde_path_to_error v0.1.16 |
1514 | 2024-12-21T04:26:19.288Z | Compiling hkdf v0.12.4 |
1515 | 2024-12-21T04:26:19.556Z | Compiling crypto-bigint v0.5.5 |
1516 | 2024-12-21T04:26:19.696Z | Compiling zerocopy-derive v0.6.6 |
1517 | 2024-12-21T04:26:22.012Z | Compiling curve25519-dalek-derive v0.1.1 |
1518 | 2024-12-21T04:26:22.388Z | Compiling webpki-roots v0.26.6 |
1519 | 2024-12-21T04:26:22.603Z | Compiling idna v0.5.0 |
1520 | 2024-12-21T04:26:22.649Z | Compiling hubpack_derive v0.1.1 |
1521 | 2024-12-21T04:26:22.952Z | Compiling hostname v0.4.0 |
1522 | 2024-12-21T04:26:23.213Z | Compiling fs-err v2.11.0 |
1523 | 2024-12-21T04:26:23.250Z | Compiling ahash v0.8.11 |
1524 | 2024-12-21T04:26:23.492Z | Compiling crc32fast v1.4.2 |
1525 | 2024-12-21T04:26:23.543Z | Compiling winnow v0.5.40 |
1526 | 2024-12-21T04:26:23.561Z | Compiling bitflags v1.3.2 |
1527 | 2024-12-21T04:26:23.585Z | Compiling newtype-uuid v1.1.3 |
1528 | 2024-12-21T04:26:23.670Z | Compiling managed v0.8.0 |
1529 | 2024-12-21T04:26:23.843Z | Compiling debug-ignore v1.0.5 |
1530 | 2024-12-21T04:26:23.861Z | Compiling console v0.15.8 |
1531 | 2024-12-21T04:26:24.028Z | Compiling flate2 v1.0.34 |
1532 | 2024-12-21T04:26:24.368Z | Compiling hubpack v0.1.2 |
1533 | 2024-12-21T04:26:24.843Z | Compiling clap_builder v4.5.21 |
1534 | 2024-12-21T04:26:25.028Z | Compiling strum_macros v0.25.3 |
1535 | 2024-12-21T04:26:25.623Z | Compiling cookie_store v0.21.0 |
1536 | 2024-12-21T04:26:25.810Z | Compiling elliptic-curve v0.13.8 |
1537 | 2024-12-21T04:26:26.365Z | Compiling zerocopy v0.6.6 |
1538 | 2024-12-21T04:26:26.662Z | Compiling hickory-resolver v0.24.1 |
1539 | 2024-12-21T04:26:27.239Z | Compiling toml_edit v0.19.15 |
1540 | 2024-12-21T04:26:27.575Z | Compiling phf v0.11.2 |
1541 | 2024-12-21T04:26:27.932Z | Compiling signal-hook-mio v0.2.4 |
1542 | 2024-12-21T04:26:28.076Z | Compiling hyper-tls v0.6.0 |
1543 | 2024-12-21T04:26:28.214Z | Compiling rayon v1.10.0 |
1544 | 2024-12-21T04:26:28.490Z | Compiling bzip2 v0.4.4 |
1545 | 2024-12-21T04:26:29.269Z | Compiling tokio-tungstenite v0.24.0 |
1546 | 2024-12-21T04:26:29.809Z | Compiling postgres-types v0.2.8 |
1547 | 2024-12-21T04:26:32.849Z | Compiling ed25519 v2.2.3 |
1548 | 2024-12-21T04:26:33.083Z | Compiling phf_shared v0.10.0 |
1549 | 2024-12-21T04:26:33.510Z | Compiling tokio-stream v0.1.16 |
1550 | 2024-12-21T04:26:33.546Z | Compiling pkcs1 v0.7.5 |
1551 | 2024-12-21T04:26:33.592Z | Compiling serde-big-array v0.5.1 |
1552 | 2024-12-21T04:26:33.855Z | Compiling rfc6979 v0.4.0 |
1553 | 2024-12-21T04:26:34.058Z | Compiling clap_derive v4.5.18 |
1554 | 2024-12-21T04:26:34.350Z | Compiling derive-where v1.2.7 |
1555 | 2024-12-21T04:26:34.577Z | Compiling serde_repr v0.1.19 |
1556 | 2024-12-21T04:26:34.600Z | Compiling float-cmp v0.9.0 |
1557 | 2024-12-21T04:26:34.784Z | Compiling bstr v1.10.0 |
1558 | 2024-12-21T04:26:34.843Z | Compiling sync_wrapper v1.0.1 |
1559 | 2024-12-21T04:26:35.026Z | Compiling predicates-core v1.0.8 |
1560 | 2024-12-21T04:26:35.437Z | Compiling normalize-line-endings v0.3.0 |
1561 | 2024-12-21T04:26:35.544Z | Compiling static_assertions v1.1.0 |
1562 | 2024-12-21T04:26:35.609Z | Compiling new_debug_unreachable v1.0.6 |
1563 | 2024-12-21T04:26:35.660Z | Compiling precomputed-hash v0.1.1 |
1564 | 2024-12-21T04:26:36.711Z | Compiling fixedbitset v0.4.2 |
1565 | 2024-12-21T04:26:36.714Z | Compiling difflib v0.4.0 |
1566 | 2024-12-21T04:26:36.714Z | Compiling number_prefix v0.4.0 |
1567 | 2024-12-21T04:26:36.714Z | Compiling whoami v1.5.2 |
1568 | 2024-12-21T04:26:36.714Z | Compiling unicode-segmentation v1.12.0 |
1569 | 2024-12-21T04:26:36.714Z | Compiling bit-vec v0.6.3 |
1570 | 2024-12-21T04:26:36.742Z | Compiling unicode-width v0.2.0 |
1571 | 2024-12-21T04:26:37.060Z | Compiling bit-set v0.5.3 |
1572 | 2024-12-21T04:26:37.111Z | Compiling similar v2.6.0 |
1573 | 2024-12-21T04:26:37.284Z | Compiling indicatif v0.17.9 |
1574 | 2024-12-21T04:26:37.333Z | Compiling tokio-postgres v0.7.12 |
1575 | 2024-12-21T04:26:37.381Z | Compiling predicates v3.1.2 |
1576 | 2024-12-21T04:26:38.014Z | Compiling petgraph v0.6.5 |
1577 | 2024-12-21T04:26:39.122Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1578 | 2024-12-21T04:26:39.293Z | Compiling clap v4.5.21 |
1579 | 2024-12-21T04:26:39.421Z | Compiling string_cache v0.8.7 |
1580 | 2024-12-21T04:26:39.569Z | Compiling ecdsa v0.16.9 |
1581 | 2024-12-21T04:26:39.634Z | Compiling rsa v0.9.6 |
1582 | 2024-12-21T04:26:39.901Z | Compiling ed25519-dalek v2.1.1 |
1583 | 2024-12-21T04:26:40.481Z | Compiling toml v0.7.8 |
1584 | 2024-12-21T04:26:41.300Z | Compiling zip v0.6.6 |
1585 | 2024-12-21T04:26:42.190Z | Compiling crossterm v0.28.1 |
1586 | 2024-12-21T04:26:43.271Z | Compiling hex v0.4.3 |
1587 | 2024-12-21T04:26:43.414Z | Compiling x509-cert v0.2.5 |
1588 | 2024-12-21T04:26:43.458Z | Compiling itertools v0.10.5 |
1589 | 2024-12-21T04:26:43.690Z | Compiling peg-runtime v0.8.3 |
1590 | 2024-12-21T04:26:43.902Z | Compiling unicode-xid v0.2.6 |
1591 | 2024-12-21T04:26:44.101Z | Compiling lalrpop-util v0.19.12 |
1592 | 2024-12-21T04:26:44.356Z | Compiling strum_macros v0.26.4 |
1593 | 2024-12-21T04:26:44.464Z | Compiling xattr v1.3.1 |
1594 | 2024-12-21T04:26:44.740Z | Compiling filetime v0.2.25 |
1595 | 2024-12-21T04:26:45.074Z | Compiling tar v0.4.42 |
1596 | 2024-12-21T04:26:49.255Z | Compiling strum v0.26.3 |
1597 | 2024-12-21T04:26:52.226Z | Compiling aws-lc-sys v0.22.0 |
1598 | 2024-12-21T04:27:20.564Z | Compiling rustls-webpki v0.102.8 |
1599 | 2024-12-21T04:27:24.046Z | Compiling tokio-rustls v0.25.0 |
1600 | 2024-12-21T04:27:25.800Z | Compiling tokio-rustls v0.26.0 |
1601 | 2024-12-21T04:27:26.200Z | Compiling hyper-rustls v0.27.3 |
1602 | 2024-12-21T04:27:26.515Z | Compiling reqwest v0.12.9 |
1603 | 2024-12-21T04:27:27.379Z | Compiling qorb v0.2.1 |
1604 | 2024-12-21T04:27:32.605Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1605 | 2024-12-21T04:27:32.839Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1606 | 2024-12-21T04:27:38.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1607 | 2024-12-21T04:27:38.926Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1608 | 2024-12-21T04:27:38.981Z | Dec 21 04:27:38.213 INFO Starting download, target: DendriteOpenapi |
1609 | 2024-12-21T04:27:38.981Z | Dec 21 04:27:38.213 INFO Starting download, target: Console |
1610 | 2024-12-21T04:27:38.982Z | Dec 21 04:27:38.213 INFO Starting download, target: Cockroach |
1611 | 2024-12-21T04:27:38.991Z | Dec 21 04:27:38.213 INFO Starting download, target: Clickhouse |
1612 | 2024-12-21T04:27:38.991Z | Dec 21 04:27:38.213 INFO Starting download, target: DendriteStub |
1613 | 2024-12-21T04:27:38.992Z | Dec 21 04:27:38.213 INFO Starting download, target: MaghemiteMgd |
1614 | 2024-12-21T04:27:38.992Z | Dec 21 04:27:38.213 INFO Starting download, target: TransceiverControl |
1615 | 2024-12-21T04:27:38.992Z | Dec 21 04:27:38.214 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1616 | 2024-12-21T04:27:38.992Z | Dec 21 04:27:38.214 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1617 | 2024-12-21T04:27:38.992Z | Dec 21 04:27:38.214 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1618 | 2024-12-21T04:27:38.992Z | Dec 21 04:27:38.214 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1619 | 2024-12-21T04:27:38.992Z | Dec 21 04:27:38.214 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1620 | 2024-12-21T04:27:38.993Z | Dec 21 04:27:38.214 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1621 | 2024-12-21T04:27:38.993Z | Dec 21 04:27:38.214 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1622 | 2024-12-21T04:27:39.348Z | Dec 21 04:27:38.583 INFO Download complete, target: DendriteOpenapi |
1623 | 2024-12-21T04:27:39.465Z | Dec 21 04:27:38.696 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1624 | 2024-12-21T04:27:39.653Z | Dec 21 04:27:38.904 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1625 | 2024-12-21T04:27:39.761Z | Dec 21 04:27:39.007 INFO Download complete, target: Console |
1626 | 2024-12-21T04:27:40.271Z | Dec 21 04:27:39.520 INFO Download complete, target: TransceiverControl |
1627 | 2024-12-21T04:27:40.704Z | Dec 21 04:27:39.969 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1628 | 2024-12-21T04:27:40.811Z | Dec 21 04:27:40.084 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1629 | 2024-12-21T04:27:40.852Z | Dec 21 04:27:40.125 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1630 | 2024-12-21T04:27:41.535Z | Dec 21 04:27:40.815 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1631 | 2024-12-21T04:27:41.535Z | Dec 21 04:27:40.815 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1632 | 2024-12-21T04:27:43.444Z | Dec 21 04:27:42.741 INFO Download complete, target: DendriteStub |
1633 | 2024-12-21T04:27:43.572Z | Dec 21 04:27:42.870 INFO Download complete, target: MaghemiteMgd |
1634 | 2024-12-21T04:27:48.829Z | Dec 21 04:27:48.171 INFO Checking that binary works, target: Cockroach |
1635 | 2024-12-21T04:27:48.987Z | Dec 21 04:27:48.335 INFO Download complete, target: Cockroach |
1636 | 2024-12-21T04:27:53.249Z | Dec 21 04:27:52.635 INFO Checking that binary works, target: Clickhouse |
1637 | 2024-12-21T04:27:53.380Z | Dec 21 04:27:52.767 INFO Download complete, target: Clickhouse |
1638 | 2024-12-21T04:27:53.388Z | All prerequisites installed successfully |
1639 | 2024-12-21T04:27:53.390Z | |
1640 | 2024-12-21T04:27:53.390Z | real 7:00.401767217 |
1641 | 2024-12-21T04:27:53.390Z | user 16:44.991837986 |
1642 | 2024-12-21T04:27:53.390Z | sys 3:13.342478147 |
1643 | 2024-12-21T04:27:53.390Z | trap 0.526880507 |
1644 | 2024-12-21T04:27:53.390Z | tflt 1.614348127 |
1645 | 2024-12-21T04:27:53.391Z | dflt 2.389019240 |
1646 | 2024-12-21T04:27:53.391Z | kflt 0.025258416 |
1647 | 2024-12-21T04:27:53.391Z | lock 32:04.944947098 |
1648 | 2024-12-21T04:27:53.391Z | slp 1:07:02.114564520 |
1649 | 2024-12-21T04:27:53.391Z | lat 56.162998113 |
1650 | 2024-12-21T04:27:53.391Z | stop 2:07.775668343 |
1651 | 2024-12-21T04:27:53.391Z | + source ./tools/include/force-git-over-https.sh |
1652 | 2024-12-21T04:27:53.391Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1653 | 2024-12-21T04:27:53.391Z | ++ (( i = 0 )) |
1654 | 2024-12-21T04:27:53.391Z | ++ (( i < 5 )) |
1655 | 2024-12-21T04:27:53.391Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1656 | 2024-12-21T04:27:53.394Z | ++ (( i++ )) |
1657 | 2024-12-21T04:27:53.394Z | ++ (( i < 5 )) |
1658 | 2024-12-21T04:27:53.394Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1659 | 2024-12-21T04:27:53.397Z | ++ (( i++ )) |
1660 | 2024-12-21T04:27:53.397Z | ++ (( i < 5 )) |
1661 | 2024-12-21T04:27:53.397Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1662 | 2024-12-21T04:27:53.400Z | ++ (( i++ )) |
1663 | 2024-12-21T04:27:53.400Z | ++ (( i < 5 )) |
1664 | 2024-12-21T04:27:53.400Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1665 | 2024-12-21T04:27:53.403Z | ++ (( i++ )) |
1666 | 2024-12-21T04:27:53.403Z | ++ (( i < 5 )) |
1667 | 2024-12-21T04:27:53.403Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1668 | 2024-12-21T04:27:53.405Z | ++ (( i++ )) |
1669 | 2024-12-21T04:27:53.405Z | ++ (( i < 5 )) |
1670 | 2024-12-21T04:27:53.405Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1671 | 2024-12-21T04:27:53.405Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1672 | 2024-12-21T04:27:53.405Z | + rc=0 |
1673 | 2024-12-21T04:27:53.405Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1674 | 2024-12-21T04:28:25.831Z | + case $rc in |
1675 | 2024-12-21T04:28:25.832Z | + pfexec zfs create -p rpool/images/build/host |
1676 | 2024-12-21T04:28:26.063Z | + pfexec zfs create -p rpool/images/build/recovery |
1677 | 2024-12-21T04:28:26.151Z | + cargo xtask releng --output-dir /work |
1678 | 2024-12-21T04:28:26.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1679 | 2024-12-21T04:28:26.695Z | Running `target/debug/xtask releng --output-dir /work` |
1680 | 2024-12-21T04:28:27.621Z | Compiling proc-macro2 v1.0.89 |
1681 | 2024-12-21T04:28:27.621Z | Compiling unicode-ident v1.0.13 |
1682 | 2024-12-21T04:28:27.621Z | Compiling libc v0.2.162 |
1683 | 2024-12-21T04:28:27.626Z | Compiling serde v1.0.215 |
1684 | 2024-12-21T04:28:27.626Z | Compiling autocfg v1.4.0 |
1685 | 2024-12-21T04:28:27.626Z | Compiling version_check v0.9.5 |
1686 | 2024-12-21T04:28:27.626Z | Compiling cfg-if v1.0.0 |
1687 | 2024-12-21T04:28:27.935Z | Compiling memchr v2.7.4 |
1688 | 2024-12-21T04:28:27.977Z | Compiling typenum v1.17.0 |
1689 | 2024-12-21T04:28:28.043Z | Compiling shlex v1.3.0 |
1690 | 2024-12-21T04:28:28.502Z | Compiling generic-array v0.14.7 |
1691 | 2024-12-21T04:28:28.554Z | Compiling value-bag v1.9.0 |
1692 | 2024-12-21T04:28:28.641Z | Compiling lock_api v0.4.12 |
1693 | 2024-12-21T04:28:28.793Z | Compiling scopeguard v1.2.0 |
1694 | 2024-12-21T04:28:28.933Z | Compiling parking_lot_core v0.9.10 |
1695 | 2024-12-21T04:28:29.101Z | Compiling log v0.4.22 |
1696 | 2024-12-21T04:28:29.319Z | Compiling rustix v0.38.37 |
1697 | 2024-12-21T04:28:29.376Z | Compiling serde_json v1.0.133 |
1698 | 2024-12-21T04:28:29.693Z | Compiling quote v1.0.37 |
1699 | 2024-12-21T04:28:29.695Z | Compiling libm v0.2.8 |
1700 | 2024-12-21T04:28:29.908Z | Compiling jobserver v0.1.32 |
1701 | 2024-12-21T04:28:29.998Z | Compiling getrandom v0.2.15 |
1702 | 2024-12-21T04:28:30.051Z | Compiling num-traits v0.2.19 |
1703 | 2024-12-21T04:28:30.290Z | Compiling syn v2.0.87 |
1704 | 2024-12-21T04:28:30.336Z | Compiling cc v1.1.30 |
1705 | 2024-12-21T04:28:30.368Z | Compiling once_cell v1.20.2 |
1706 | 2024-12-21T04:28:30.387Z | Compiling thiserror v1.0.69 |
1707 | 2024-12-21T04:28:30.393Z | Compiling itoa v1.0.11 |
1708 | 2024-12-21T04:28:30.486Z | Compiling spin v0.9.8 |
1709 | 2024-12-21T04:28:30.675Z | Compiling aho-corasick v1.1.3 |
1710 | 2024-12-21T04:28:30.842Z | Compiling regex-syntax v0.8.5 |
1711 | 2024-12-21T04:28:30.926Z | Compiling slab v0.4.9 |
1712 | 2024-12-21T04:28:31.199Z | Compiling errno v0.3.9 |
1713 | 2024-12-21T04:28:31.635Z | Compiling byteorder v1.5.0 |
1714 | 2024-12-21T04:28:31.676Z | Compiling either v1.13.0 |
1715 | 2024-12-21T04:28:32.190Z | Compiling lazy_static v1.5.0 |
1716 | 2024-12-21T04:28:32.330Z | Compiling rand_core v0.6.4 |
1717 | 2024-12-21T04:28:32.333Z | Compiling glob v0.3.1 |
1718 | 2024-12-21T04:28:32.570Z | Compiling subtle v2.6.1 |
1719 | 2024-12-21T04:28:32.767Z | Compiling prettyplease v0.2.25 |
1720 | 2024-12-21T04:28:32.988Z | Compiling minimal-lexical v0.2.1 |
1721 | 2024-12-21T04:28:33.221Z | Compiling clang-sys v1.8.1 |
1722 | 2024-12-21T04:28:33.245Z | Compiling libloading v0.8.5 |
1723 | 2024-12-21T04:28:33.480Z | Compiling nom v7.1.3 |
1724 | 2024-12-21T04:28:33.876Z | Compiling bindgen v0.69.5 |
1725 | 2024-12-21T04:28:33.995Z | Compiling home v0.5.9 |
1726 | 2024-12-21T04:28:34.240Z | Compiling itertools v0.12.1 |
1727 | 2024-12-21T04:28:34.595Z | Compiling rustc-hash v1.1.0 |
1728 | 2024-12-21T04:28:34.744Z | Compiling lazycell v1.3.0 |
1729 | 2024-12-21T04:28:34.929Z | Compiling regex-automata v0.4.8 |
1730 | 2024-12-21T04:28:35.627Z | Compiling cmake v0.1.51 |
1731 | 2024-12-21T04:28:36.618Z | Compiling dunce v1.0.5 |
1732 | 2024-12-21T04:28:36.760Z | Compiling smallvec v1.13.2 |
1733 | 2024-12-21T04:28:36.926Z | Compiling cexpr v0.6.0 |
1734 | 2024-12-21T04:28:37.226Z | Compiling pkg-config v0.3.31 |
1735 | 2024-12-21T04:28:37.276Z | Compiling fs_extra v1.3.0 |
1736 | 2024-12-21T04:28:37.278Z | Compiling semver v1.0.23 |
1737 | 2024-12-21T04:28:37.476Z | Compiling ring v0.17.8 |
1738 | 2024-12-21T04:28:37.900Z | Compiling heck v0.5.0 |
1739 | 2024-12-21T04:28:38.209Z | Compiling synstructure v0.13.1 |
1740 | 2024-12-21T04:28:38.532Z | Compiling ryu v1.0.18 |
1741 | 2024-12-21T04:28:38.607Z | Compiling paste v1.0.15 |
1742 | 2024-12-21T04:28:38.751Z | Compiling httparse v1.9.5 |
1743 | 2024-12-21T04:28:38.883Z | Compiling aws-lc-rs v1.10.0 |
1744 | 2024-12-21T04:28:39.289Z | Compiling const-oid v0.9.6 |
1745 | 2024-12-21T04:28:39.838Z | Compiling pin-project-lite v0.2.14 |
1746 | 2024-12-21T04:28:39.884Z | Compiling allocator-api2 v0.2.18 |
1747 | 2024-12-21T04:28:40.940Z | Compiling regex v1.11.1 |
1748 | 2024-12-21T04:28:41.342Z | Compiling futures-core v0.3.31 |
1749 | 2024-12-21T04:28:41.597Z | Compiling signal-hook-registry v1.4.2 |
1750 | 2024-12-21T04:28:42.042Z | Compiling crossbeam-utils v0.8.20 |
1751 | 2024-12-21T04:28:42.419Z | Compiling num-conv v0.1.0 |
1752 | 2024-12-21T04:28:42.491Z | Compiling time-core v0.1.2 |
1753 | 2024-12-21T04:28:42.662Z | Compiling schemars v0.8.21 |
1754 | 2024-12-21T04:28:42.714Z | Compiling parking_lot v0.12.3 |
1755 | 2024-12-21T04:28:42.714Z | Compiling serde_derive_internals v0.29.1 |
1756 | 2024-12-21T04:28:42.817Z | Compiling time-macros v0.2.18 |
1757 | 2024-12-21T04:28:43.200Z | Compiling mio v1.0.2 |
1758 | 2024-12-21T04:28:43.374Z | Compiling vcpkg v0.2.15 |
1759 | 2024-12-21T04:28:44.268Z | Compiling serde_derive v1.0.215 |
1760 | 2024-12-21T04:28:44.885Z | Compiling zeroize_derive v1.4.2 |
1761 | 2024-12-21T04:28:44.962Z | Compiling zerocopy-derive v0.7.35 |
1762 | 2024-12-21T04:28:45.206Z | Compiling tokio-macros v2.4.0 |
1763 | 2024-12-21T04:28:45.210Z | Compiling thiserror-impl v1.0.69 |
1764 | 2024-12-21T04:28:45.367Z | Compiling zerofrom-derive v0.1.4 |
1765 | 2024-12-21T04:28:46.142Z | Compiling yoke-derive v0.7.4 |
1766 | 2024-12-21T04:28:46.460Z | Compiling zeroize v1.8.1 |
1767 | 2024-12-21T04:28:46.978Z | Compiling futures-macro v0.3.31 |
1768 | 2024-12-21T04:28:47.025Z | Compiling zerovec-derive v0.10.3 |
1769 | 2024-12-21T04:28:47.273Z | Compiling displaydoc v0.2.5 |
1770 | 2024-12-21T04:28:48.371Z | Compiling zerocopy v0.7.35 |
1771 | 2024-12-21T04:28:48.986Z | Compiling crypto-common v0.1.6 |
1772 | 2024-12-21T04:28:49.122Z | Compiling icu_provider_macros v1.5.0 |
1773 | 2024-12-21T04:28:49.225Z | Compiling tracing-attributes v0.1.27 |
1774 | 2024-12-21T04:28:49.262Z | Compiling block-buffer v0.10.4 |
1775 | 2024-12-21T04:28:49.551Z | Compiling digest v0.10.7 |
1776 | 2024-12-21T04:28:49.738Z | Compiling der_derive v0.7.3 |
1777 | 2024-12-21T04:28:50.063Z | Compiling openssl-sys v0.9.103 |
1778 | 2024-12-21T04:28:50.158Z | Compiling schemars_derive v0.8.21 |
1779 | 2024-12-21T04:28:51.665Z | Compiling fnv v1.0.7 |
1780 | 2024-12-21T04:28:52.690Z | Compiling socket2 v0.5.7 |
1781 | 2024-12-21T04:28:53.466Z | Compiling ahash v0.8.11 |
1782 | 2024-12-21T04:28:53.835Z | Compiling futures-sink v0.3.31 |
1783 | 2024-12-21T04:28:54.065Z | Compiling cpufeatures v0.2.14 |
1784 | 2024-12-21T04:28:54.213Z | Compiling foldhash v0.1.3 |
1785 | 2024-12-21T04:28:54.404Z | Compiling equivalent v1.0.1 |
1786 | 2024-12-21T04:28:54.550Z | Compiling hashbrown v0.15.1 |
1787 | 2024-12-21T04:28:54.801Z | Compiling stable_deref_trait v1.2.0 |
1788 | 2024-12-21T04:28:54.879Z | Compiling slog v2.7.0 |
1789 | 2024-12-21T04:28:55.575Z | Compiling futures-channel v0.3.31 |
1790 | 2024-12-21T04:28:55.758Z | Compiling zerofrom v0.1.4 |
1791 | 2024-12-21T04:28:56.052Z | Compiling scroll_derive v0.12.0 |
1792 | 2024-12-21T04:28:56.087Z | Compiling ucd-trie v0.1.7 |
1793 | 2024-12-21T04:28:56.127Z | Compiling futures-io v0.3.31 |
1794 | 2024-12-21T04:28:56.158Z | Compiling pin-utils v0.1.0 |
1795 | 2024-12-21T04:28:56.193Z | Compiling futures-task v0.3.31 |
1796 | 2024-12-21T04:28:56.296Z | Compiling openssl v0.10.66 |
1797 | 2024-12-21T04:28:56.489Z | Compiling futures-util v0.3.31 |
1798 | 2024-12-21T04:28:56.555Z | Compiling pest v2.7.14 |
1799 | 2024-12-21T04:28:56.585Z | Compiling yoke v0.7.4 |
1800 | 2024-12-21T04:28:57.025Z | Compiling hmac v0.12.1 |
1801 | 2024-12-21T04:28:57.207Z | Compiling iana-time-zone v0.1.61 |
1802 | 2024-12-21T04:28:57.640Z | Compiling tinyvec_macros v0.1.1 |
1803 | 2024-12-21T04:28:57.671Z | Compiling zerovec v0.10.4 |
1804 | 2024-12-21T04:28:57.752Z | Compiling tinyvec v1.8.0 |
1805 | 2024-12-21T04:28:58.930Z | Compiling bitflags v2.6.0 |
1806 | 2024-12-21T04:28:59.486Z | Compiling bytes v1.8.0 |
1807 | 2024-12-21T04:29:01.020Z | Compiling tokio v1.40.0 |
1808 | 2024-12-21T04:29:01.675Z | Compiling serde_tokenstream v0.2.2 |
1809 | 2024-12-21T04:29:02.064Z | Compiling indexmap v2.6.0 |
1810 | 2024-12-21T04:29:03.687Z | Compiling http v1.1.0 |
1811 | 2024-12-21T04:29:04.244Z | Compiling which v4.4.2 |
1812 | 2024-12-21T04:29:04.619Z | Compiling rustc_version v0.4.1 |
1813 | 2024-12-21T04:29:05.099Z | Compiling uuid v1.11.0 |
1814 | 2024-12-21T04:29:05.384Z | Compiling pest_meta v2.7.14 |
1815 | 2024-12-21T04:29:06.062Z | Compiling chrono v0.4.38 |
1816 | 2024-12-21T04:29:06.310Z | Compiling block-padding v0.3.3 |
1817 | 2024-12-21T04:29:06.582Z | Compiling openssl-macros v0.1.1 |
1818 | 2024-12-21T04:29:07.505Z | Compiling native-tls v0.2.12 |
1819 | 2024-12-21T04:29:08.081Z | Compiling syn v1.0.109 |
1820 | 2024-12-21T04:29:08.497Z | Compiling rustls v0.23.19 |
1821 | 2024-12-21T04:29:08.951Z | Compiling pest_generator v2.7.14 |
1822 | 2024-12-21T04:29:09.779Z | Compiling inout v0.1.3 |
1823 | 2024-12-21T04:29:10.023Z | Compiling unicode-normalization v0.1.24 |
1824 | 2024-12-21T04:29:10.904Z | Compiling pest_derive v2.7.14 |
1825 | 2024-12-21T04:29:10.945Z | Compiling cipher v0.4.4 |
1826 | 2024-12-21T04:29:11.647Z | Compiling tinystr v0.7.6 |
1827 | 2024-12-21T04:29:11.812Z | Compiling sha2 v0.10.8 |
1828 | 2024-12-21T04:29:12.283Z | Compiling async-trait v0.1.83 |
1829 | 2024-12-21T04:29:12.884Z | Compiling usdt-impl v0.5.0 |
1830 | 2024-12-21T04:29:13.288Z | Compiling cookie v0.18.1 |
1831 | 2024-12-21T04:29:13.620Z | Compiling litemap v0.7.3 |
1832 | 2024-12-21T04:29:14.104Z | Compiling unicode-bidi v0.3.17 |
1833 | 2024-12-21T04:29:14.928Z | Compiling writeable v0.5.5 |
1834 | 2024-12-21T04:29:16.079Z | Compiling dyn-clone v1.0.17 |
1835 | 2024-12-21T04:29:16.334Z | Compiling base64ct v1.6.0 |
1836 | 2024-12-21T04:29:17.032Z | Compiling pem-rfc7468 v0.7.0 |
1837 | 2024-12-21T04:29:17.789Z | Compiling icu_locid v1.5.0 |
1838 | 2024-12-21T04:29:19.814Z | Compiling aws-lc-sys v0.22.0 |
1839 | 2024-12-21T04:29:20.923Z | Compiling scroll v0.12.0 |
1840 | 2024-12-21T04:29:21.563Z | Compiling ppv-lite86 v0.2.20 |
1841 | 2024-12-21T04:29:21.834Z | Compiling tracing-core v0.1.32 |
1842 | 2024-12-21T04:29:22.475Z | Compiling rustls-pki-types v1.10.0 |
1843 | 2024-12-21T04:29:24.284Z | Compiling untrusted v0.7.1 |
1844 | 2024-12-21T04:29:24.533Z | Compiling percent-encoding v2.3.1 |
1845 | 2024-12-21T04:29:25.040Z | Compiling flagset v0.4.6 |
1846 | 2024-12-21T04:29:25.178Z | Compiling plain v0.2.3 |
1847 | 2024-12-21T04:29:25.338Z | Compiling camino v1.1.9 |
1848 | 2024-12-21T04:29:25.365Z | Compiling goblin v0.8.2 |
1849 | 2024-12-21T04:29:25.403Z | Compiling der v0.7.9 |
1850 | 2024-12-21T04:29:25.895Z | Compiling tracing v0.1.40 |
1851 | 2024-12-21T04:29:26.728Z | Compiling rand_chacha v0.3.1 |
1852 | 2024-12-21T04:29:28.074Z | Compiling icu_provider v1.5.0 |
1853 | 2024-12-21T04:29:28.591Z | Compiling tokio-util v0.7.12 |
1854 | 2024-12-21T04:29:29.564Z | Compiling mirai-annotations v1.12.0 |
1855 | 2024-12-21T04:29:29.838Z | Compiling pretty-hex v0.4.1 |
1856 | 2024-12-21T04:29:30.078Z | Compiling powerfmt v0.2.0 |
1857 | 2024-12-21T04:29:30.154Z | Compiling rustls v0.22.4 |
1858 | 2024-12-21T04:29:30.570Z | Compiling untrusted v0.9.0 |
1859 | 2024-12-21T04:29:30.570Z | Compiling icu_locid_transform_data v1.5.0 |
1860 | 2024-12-21T04:29:30.579Z | Compiling rayon-core v1.12.1 |
1861 | 2024-12-21T04:29:30.723Z | Compiling icu_locid_transform v1.5.0 |
1862 | 2024-12-21T04:29:30.839Z | Compiling deranged v0.3.11 |
1863 | 2024-12-21T04:29:31.477Z | Compiling dof v0.3.0 |
1864 | 2024-12-21T04:29:33.415Z | Compiling spki v0.7.3 |
1865 | 2024-12-21T04:29:33.840Z | Compiling rand v0.8.5 |
1866 | 2024-12-21T04:29:34.160Z | Compiling dtrace-parser v0.2.0 |
1867 | 2024-12-21T04:29:35.283Z | Compiling salsa20 v0.10.2 |
1868 | 2024-12-21T04:29:35.555Z | Compiling icu_collections v1.5.0 |
1869 | 2024-12-21T04:29:35.729Z | Compiling pbkdf2 v0.12.2 |
1870 | 2024-12-21T04:29:36.858Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1871 | 2024-12-21T04:29:37.160Z | Compiling thread-id v4.2.2 |
1872 | 2024-12-21T04:29:37.439Z | Compiling icu_properties_data v1.5.0 |
1873 | 2024-12-21T04:29:38.089Z | Compiling num_threads v0.1.7 |
1874 | 2024-12-21T04:29:38.336Z | Compiling atomic-waker v1.1.2 |
1875 | 2024-12-21T04:29:38.487Z | Compiling time v0.3.36 |
1876 | 2024-12-21T04:29:38.635Z | Compiling icu_properties v1.5.1 |
1877 | 2024-12-21T04:29:42.925Z | Compiling scrypt v0.11.0 |
1878 | 2024-12-21T04:29:42.955Z | Compiling form_urlencoded v1.2.1 |
1879 | 2024-12-21T04:29:43.441Z | Compiling aes v0.8.4 |
1880 | 2024-12-21T04:29:43.510Z | Compiling cbc v0.1.2 |
1881 | 2024-12-21T04:29:43.678Z | Compiling http-body v1.0.1 |
1882 | 2024-12-21T04:29:44.038Z | Compiling multer v3.1.0 |
1883 | 2024-12-21T04:29:44.080Z | Compiling slog-async v2.8.0 |
1884 | 2024-12-21T04:29:44.310Z | Compiling utf8_iter v1.0.4 |
1885 | 2024-12-21T04:29:44.644Z | Compiling utf16_iter v1.0.5 |
1886 | 2024-12-21T04:29:44.686Z | Compiling icu_normalizer_data v1.5.0 |
1887 | 2024-12-21T04:29:44.850Z | Compiling write16 v1.0.0 |
1888 | 2024-12-21T04:29:45.060Z | Compiling try-lock v0.2.5 |
1889 | 2024-12-21T04:29:45.272Z | Compiling icu_normalizer v1.5.0 |
1890 | 2024-12-21T04:29:45.297Z | Compiling want v0.3.1 |
1891 | 2024-12-21T04:29:45.979Z | Compiling pkcs5 v0.7.1 |
1892 | 2024-12-21T04:29:51.266Z | Compiling h2 v0.4.6 |
1893 | 2024-12-21T04:29:52.459Z | Compiling heapless v0.7.17 |
1894 | 2024-12-21T04:29:52.672Z | Compiling zerocopy-derive v0.6.6 |
1895 | 2024-12-21T04:29:53.072Z | Compiling signal-hook v0.3.17 |
1896 | 2024-12-21T04:29:53.326Z | Compiling httpdate v1.0.3 |
1897 | 2024-12-21T04:29:53.625Z | Compiling base64 v0.22.1 |
1898 | 2024-12-21T04:29:54.189Z | Compiling anyhow v1.0.93 |
1899 | 2024-12-21T04:29:54.889Z | Compiling num-bigint-dig v0.8.4 |
1900 | 2024-12-21T04:29:55.870Z | Compiling pkcs8 v0.10.2 |
1901 | 2024-12-21T04:29:56.158Z | Compiling idna_adapter v1.2.0 |
1902 | 2024-12-21T04:29:56.729Z | Compiling usdt-attr-macro v0.5.0 |
1903 | 2024-12-21T04:29:57.286Z | Compiling usdt-macro v0.5.0 |
1904 | 2024-12-21T04:29:58.969Z | Compiling async-stream-impl v0.3.6 |
1905 | 2024-12-21T04:29:58.989Z | Compiling rustversion v1.0.17 |
1906 | 2024-12-21T04:29:59.031Z | Compiling strsim v0.11.1 |
1907 | 2024-12-21T04:29:59.861Z | Compiling hyper v1.5.0 |
1908 | 2024-12-21T04:30:00.186Z | Compiling tower-service v0.3.3 |
1909 | 2024-12-21T04:30:01.220Z | Compiling idna v1.0.3 |
1910 | 2024-12-21T04:30:03.059Z | Compiling hyper-util v0.1.10 |
1911 | 2024-12-21T04:30:07.165Z | Compiling curve25519-dalek v4.1.3 |
1912 | 2024-12-21T04:30:07.254Z | Compiling openapiv3 v2.0.0 |
1913 | 2024-12-21T04:30:07.585Z | Compiling serde_spanned v0.6.8 |
1914 | 2024-12-21T04:30:07.805Z | Compiling toml_datetime v0.6.8 |
1915 | 2024-12-21T04:30:08.353Z | Compiling enum-as-inner v0.6.1 |
1916 | 2024-12-21T04:30:09.773Z | Compiling dropshot v0.12.0 |
1917 | 2024-12-21T04:30:10.317Z | Compiling portable-atomic v1.9.0 |
1918 | 2024-12-21T04:30:10.695Z | Compiling adler2 v2.0.0 |
1919 | 2024-12-21T04:30:10.888Z | Compiling match_cfg v0.1.0 |
1920 | 2024-12-21T04:30:11.037Z | Compiling smoltcp v0.9.1 |
1921 | 2024-12-21T04:30:11.577Z | Compiling newtype-uuid v1.1.3 |
1922 | 2024-12-21T04:30:11.720Z | Compiling foreign-types-shared v0.1.1 |
1923 | 2024-12-21T04:30:11.869Z | Compiling foreign-types v0.3.2 |
1924 | 2024-12-21T04:30:12.138Z | Compiling hostname v0.3.1 |
1925 | 2024-12-21T04:30:12.249Z | Compiling miniz_oxide v0.8.0 |
1926 | 2024-12-21T04:30:13.709Z | Compiling url v2.5.3 |
1927 | 2024-12-21T04:30:20.655Z | Compiling http-body-util v0.1.2 |
1928 | 2024-12-21T04:30:21.382Z | Compiling clap_derive v4.5.18 |
1929 | 2024-12-21T04:30:22.234Z | Compiling dirs-sys-next v0.1.2 |
1930 | 2024-12-21T04:30:22.756Z | Compiling encoding_rs v0.8.34 |
1931 | 2024-12-21T04:30:25.916Z | Compiling mime v0.3.17 |
1932 | 2024-12-21T04:30:26.459Z | Compiling siphasher v0.3.11 |
1933 | 2024-12-21T04:30:26.969Z | Compiling data-encoding v2.6.0 |
1934 | 2024-12-21T04:30:28.931Z | Compiling dirs-next v2.0.0 |
1935 | 2024-12-21T04:30:34.524Z | Compiling serde_urlencoded v0.7.1 |
1936 | 2024-12-21T04:30:34.997Z | Compiling crossbeam-epoch v0.9.18 |
1937 | 2024-12-21T04:30:35.256Z | Compiling hashbrown v0.14.5 |
1938 | 2024-12-21T04:30:35.713Z | Compiling hubpack_derive v0.1.1 |
1939 | 2024-12-21T04:30:36.534Z | Compiling rustls-pemfile v2.2.0 |
1940 | 2024-12-21T04:30:36.634Z | Compiling dropshot_endpoint v0.12.0 |
1941 | 2024-12-21T04:30:38.008Z | Compiling sha1 v0.10.6 |
1942 | 2024-12-21T04:30:38.427Z | Compiling signature v2.2.0 |
1943 | 2024-12-21T04:30:38.673Z | Compiling curve25519-dalek-derive v0.1.1 |
1944 | 2024-12-21T04:30:39.672Z | Compiling rustls-webpki v0.102.8 |
1945 | 2024-12-21T04:30:40.179Z | Compiling thread_local v1.1.8 |
1946 | 2024-12-21T04:30:40.218Z | Compiling fs-err v2.11.0 |
1947 | 2024-12-21T04:30:40.678Z | Compiling unicode-properties v0.1.3 |
1948 | 2024-12-21T04:30:40.779Z | Compiling winnow v0.6.20 |
1949 | 2024-12-21T04:30:41.207Z | Compiling openssl-probe v0.1.5 |
1950 | 2024-12-21T04:30:41.388Z | Compiling ipnet v2.10.1 |
1951 | 2024-12-21T04:30:42.678Z | Compiling anstyle v1.0.10 |
1952 | 2024-12-21T04:30:44.077Z | Compiling gimli v0.31.1 |
1953 | 2024-12-21T04:30:44.173Z | Compiling utf8parse v0.2.2 |
1954 | 2024-12-21T04:30:44.340Z | Compiling anstyle-parse v0.2.5 |
1955 | 2024-12-21T04:30:44.360Z | Compiling toml_edit v0.22.22 |
1956 | 2024-12-21T04:30:45.288Z | Compiling stringprep v0.1.5 |
1957 | 2024-12-21T04:30:47.820Z | Compiling regress v0.10.1 |
1958 | 2024-12-21T04:30:49.247Z | Compiling addr2line v0.24.2 |
1959 | 2024-12-21T04:30:49.924Z | Compiling crossbeam-deque v0.8.5 |
1960 | 2024-12-21T04:30:50.292Z | Compiling term v0.7.0 |
1961 | 2024-12-21T04:30:51.512Z | Compiling slog-json v2.6.1 |
1962 | 2024-12-21T04:30:52.075Z | Compiling crossbeam-channel v0.5.13 |
1963 | 2024-12-21T04:30:53.011Z | Compiling idna v0.3.0 |
1964 | 2024-12-21T04:30:53.857Z | Compiling idna v0.4.0 |
1965 | 2024-12-21T04:30:54.569Z | Compiling futures-executor v0.3.31 |
1966 | 2024-12-21T04:30:54.589Z | Compiling num-integer v0.1.46 |
1967 | 2024-12-21T04:30:55.082Z | Compiling md-5 v0.10.6 |
1968 | 2024-12-21T04:30:55.328Z | Compiling ff v0.13.0 |
1969 | 2024-12-21T04:30:55.356Z | Compiling hash32 v0.2.1 |
1970 | 2024-12-21T04:30:55.373Z | Compiling is-terminal v0.4.13 |
1971 | 2024-12-21T04:30:55.519Z | Compiling memmap v0.7.0 |
1972 | 2024-12-21T04:30:55.571Z | Compiling object v0.36.5 |
1973 | 2024-12-21T04:30:55.727Z | Compiling fallible-iterator v0.2.0 |
1974 | 2024-12-21T04:30:55.854Z | Compiling base16ct v0.2.0 |
1975 | 2024-12-21T04:30:56.144Z | Compiling linked-hash-map v0.5.6 |
1976 | 2024-12-21T04:30:56.470Z | Compiling psl-types v2.0.11 |
1977 | 2024-12-21T04:30:56.703Z | Compiling rustc-demangle v0.1.24 |
1978 | 2024-12-21T04:30:56.736Z | Compiling is_terminal_polyfill v1.70.1 |
1979 | 2024-12-21T04:30:56.880Z | Compiling colorchoice v1.0.2 |
1980 | 2024-12-21T04:30:56.947Z | Compiling anstyle-query v1.1.1 |
1981 | 2024-12-21T04:30:57.052Z | Compiling quick-error v1.2.3 |
1982 | 2024-12-21T04:30:57.111Z | Compiling heck v0.4.1 |
1983 | 2024-12-21T04:30:57.204Z | Compiling take_mut v0.2.2 |
1984 | 2024-12-21T04:30:57.374Z | Compiling utf-8 v0.7.6 |
1985 | 2024-12-21T04:30:57.502Z | Compiling strum_macros v0.25.3 |
1986 | 2024-12-21T04:30:57.583Z | Compiling tungstenite v0.24.0 |
1987 | 2024-12-21T04:30:58.711Z | Compiling resolv-conf v0.7.0 |
1988 | 2024-12-21T04:30:58.988Z | Compiling anstream v0.6.15 |
1989 | 2024-12-21T04:30:59.369Z | Compiling publicsuffix v2.2.3 |
1990 | 2024-12-21T04:30:59.651Z | Compiling lru-cache v0.1.2 |
1991 | 2024-12-21T04:30:59.686Z | Compiling postgres-protocol v0.6.7 |
1992 | 2024-12-21T04:30:59.880Z | Compiling sec1 v0.7.3 |
1993 | 2024-12-21T04:30:59.958Z | Compiling usdt v0.5.0 |
1994 | 2024-12-21T04:31:00.476Z | Compiling group v0.13.0 |
1995 | 2024-12-21T04:31:00.799Z | Compiling slog-term v2.9.1 |
1996 | 2024-12-21T04:31:00.910Z | Compiling num-iter v0.1.45 |
1997 | 2024-12-21T04:31:01.111Z | Compiling futures v0.3.31 |
1998 | 2024-12-21T04:31:01.137Z | Compiling hickory-proto v0.24.1 |
1999 | 2024-12-21T04:31:02.567Z | Compiling tokio-rustls v0.26.0 |
2000 | 2024-12-21T04:31:03.040Z | Compiling backtrace v0.3.74 |
2001 | 2024-12-21T04:31:03.561Z | Compiling slog-bunyan v2.5.0 |
2002 | 2024-12-21T04:31:03.625Z | Compiling typify-impl v0.2.0 |
2003 | 2024-12-21T04:31:03.780Z | Compiling tokio-rustls v0.25.0 |
2004 | 2024-12-21T04:31:03.859Z | Compiling toml v0.8.19 |
2005 | 2024-12-21T04:31:04.236Z | Compiling tokio-native-tls v0.3.1 |
2006 | 2024-12-21T04:31:04.514Z | Compiling phf_shared v0.11.2 |
2007 | 2024-12-21T04:31:05.285Z | Compiling async-stream v0.3.6 |
2008 | 2024-12-21T04:31:05.306Z | Compiling waitgroup v0.1.2 |
2009 | 2024-12-21T04:31:05.360Z | Compiling webpki-roots v0.26.6 |
2010 | 2024-12-21T04:31:05.503Z | Compiling idna v0.5.0 |
2011 | 2024-12-21T04:31:05.679Z | Compiling terminal_size v0.4.0 |
2012 | 2024-12-21T04:31:05.912Z | Compiling serde_path_to_error v0.1.16 |
2013 | 2024-12-21T04:31:06.561Z | Compiling hkdf v0.12.4 |
2014 | 2024-12-21T04:31:06.717Z | Compiling crypto-bigint v0.5.5 |
2015 | 2024-12-21T04:31:06.809Z | Compiling serde_repr v0.1.19 |
2016 | 2024-12-21T04:31:07.023Z | Compiling derive-where v1.2.7 |
2017 | 2024-12-21T04:31:08.057Z | Compiling hostname v0.4.0 |
2018 | 2024-12-21T04:31:08.291Z | Compiling crc32fast v1.4.2 |
2019 | 2024-12-21T04:31:09.416Z | Compiling clap_lex v0.7.2 |
2020 | 2024-12-21T04:31:09.624Z | Compiling unicode-width v0.1.14 |
2021 | 2024-12-21T04:31:09.906Z | Compiling winnow v0.5.40 |
2022 | 2024-12-21T04:31:10.176Z | Compiling managed v0.8.0 |
2023 | 2024-12-21T04:31:10.318Z | Compiling debug-ignore v1.0.5 |
2024 | 2024-12-21T04:31:10.387Z | Compiling bitflags v1.3.2 |
2025 | 2024-12-21T04:31:11.853Z | Compiling console v0.15.8 |
2026 | 2024-12-21T04:31:12.911Z | Compiling elliptic-curve v0.13.8 |
2027 | 2024-12-21T04:31:13.134Z | Compiling clap_builder v4.5.21 |
2028 | 2024-12-21T04:31:13.635Z | Compiling toml_edit v0.19.15 |
2029 | 2024-12-21T04:31:13.654Z | Compiling flate2 v1.0.34 |
2030 | 2024-12-21T04:31:14.561Z | Compiling hickory-resolver v0.24.1 |
2031 | 2024-12-21T04:31:14.726Z | Compiling cookie_store v0.21.0 |
2032 | 2024-12-21T04:31:15.423Z | Compiling typify-macro v0.2.0 |
2033 | 2024-12-21T04:31:19.189Z | Compiling hyper-rustls v0.27.3 |
2034 | 2024-12-21T04:31:20.630Z | Compiling phf v0.11.2 |
2035 | 2024-12-21T04:31:20.946Z | Compiling hyper-tls v0.6.0 |
2036 | 2024-12-21T04:31:21.399Z | Compiling signal-hook-mio v0.2.4 |
2037 | 2024-12-21T04:31:21.562Z | Compiling rayon v1.10.0 |
2038 | 2024-12-21T04:31:21.584Z | Compiling bzip2 v0.4.4 |
2039 | 2024-12-21T04:31:21.977Z | Compiling postgres-types v0.2.8 |
2040 | 2024-12-21T04:31:22.051Z | Compiling tokio-tungstenite v0.24.0 |
2041 | 2024-12-21T04:31:22.770Z | Compiling ed25519 v2.2.3 |
2042 | 2024-12-21T04:31:23.165Z | Compiling hubpack v0.1.2 |
2043 | 2024-12-21T04:31:23.210Z | Compiling phf_shared v0.10.0 |
2044 | 2024-12-21T04:31:23.624Z | Compiling pkcs1 v0.7.5 |
2045 | 2024-12-21T04:31:23.627Z | Compiling zerocopy v0.6.6 |
2046 | 2024-12-21T04:31:23.787Z | Compiling tokio-stream v0.1.16 |
2047 | 2024-12-21T04:31:24.614Z | Compiling serde-big-array v0.5.1 |
2048 | 2024-12-21T04:31:24.875Z | Compiling rfc6979 v0.4.0 |
2049 | 2024-12-21T04:31:24.898Z | Compiling float-cmp v0.9.0 |
2050 | 2024-12-21T04:31:25.061Z | Compiling sync_wrapper v1.0.1 |
2051 | 2024-12-21T04:31:25.234Z | Compiling bstr v1.10.0 |
2052 | 2024-12-21T04:31:25.416Z | Compiling predicates-core v1.0.8 |
2053 | 2024-12-21T04:31:25.561Z | Compiling fixedbitset v0.4.2 |
2054 | 2024-12-21T04:31:25.752Z | Compiling unicode-width v0.2.0 |
2055 | 2024-12-21T04:31:26.022Z | Compiling normalize-line-endings v0.3.0 |
2056 | 2024-12-21T04:31:26.308Z | Compiling bit-vec v0.6.3 |
2057 | 2024-12-21T04:31:26.338Z | Compiling precomputed-hash v0.1.1 |
2058 | 2024-12-21T04:31:26.463Z | Compiling static_assertions v1.1.0 |
2059 | 2024-12-21T04:31:26.483Z | Compiling unicode-segmentation v1.12.0 |
2060 | 2024-12-21T04:31:26.563Z | Compiling difflib v0.4.0 |
2061 | 2024-12-21T04:31:26.589Z | Compiling whoami v1.5.2 |
2062 | 2024-12-21T04:31:26.759Z | Compiling new_debug_unreachable v1.0.6 |
2063 | 2024-12-21T04:31:26.911Z | Compiling number_prefix v0.4.0 |
2064 | 2024-12-21T04:31:27.109Z | Compiling indicatif v0.17.9 |
2065 | 2024-12-21T04:31:27.142Z | Compiling predicates v3.1.2 |
2066 | 2024-12-21T04:31:27.304Z | Compiling similar v2.6.0 |
2067 | 2024-12-21T04:31:28.625Z | Compiling tokio-postgres v0.7.12 |
2068 | 2024-12-21T04:31:28.987Z | Compiling reqwest v0.12.9 |
2069 | 2024-12-21T04:31:29.815Z | Compiling string_cache v0.8.7 |
2070 | 2024-12-21T04:31:30.249Z | Compiling bit-set v0.5.3 |
2071 | 2024-12-21T04:31:30.505Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2072 | 2024-12-21T04:31:30.610Z | Compiling petgraph v0.6.5 |
2073 | 2024-12-21T04:31:34.799Z | Compiling ecdsa v0.16.9 |
2074 | 2024-12-21T04:31:35.003Z | Compiling qorb v0.2.1 |
2075 | 2024-12-21T04:31:35.449Z | Compiling rsa v0.9.6 |
2076 | 2024-12-21T04:31:36.423Z | Compiling ed25519-dalek v2.1.1 |
2077 | 2024-12-21T04:31:36.995Z | Compiling zip v0.6.6 |
2078 | 2024-12-21T04:31:37.106Z | Compiling crossterm v0.28.1 |
2079 | 2024-12-21T04:31:37.568Z | Compiling toml v0.7.8 |
2080 | 2024-12-21T04:31:37.609Z | Compiling clap v4.5.21 |
2081 | 2024-12-21T04:31:40.653Z | Compiling x509-cert v0.2.5 |
2082 | 2024-12-21T04:31:40.876Z | Compiling hex v0.4.3 |
2083 | 2024-12-21T04:31:42.843Z | Compiling itertools v0.10.5 |
2084 | 2024-12-21T04:31:45.101Z | Compiling peg-runtime v0.8.3 |
2085 | 2024-12-21T04:31:45.658Z | Compiling radium v0.7.0 |
2086 | 2024-12-21T04:31:45.686Z | Compiling unicode-xid v0.2.6 |
2087 | 2024-12-21T04:31:46.445Z | Compiling lalrpop-util v0.19.12 |
2088 | 2024-12-21T04:31:46.769Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2089 | 2024-12-21T04:32:04.654Z | Compiling tap v1.0.1 |
2090 | 2024-12-21T04:32:05.535Z | Compiling maybe-uninit v2.0.0 |
2091 | 2024-12-21T04:32:05.850Z | Compiling ident_case v1.0.1 |
2092 | 2024-12-21T04:32:06.051Z | Compiling darling_core v0.20.10 |
2093 | 2024-12-21T04:32:06.080Z | Compiling wyz v0.5.1 |
2094 | 2024-12-21T04:32:15.684Z | Compiling typify v0.2.0 |
2095 | 2024-12-21T04:32:19.472Z | Compiling unsafe-libyaml v0.2.11 |
2096 | 2024-12-21T04:32:19.506Z | Compiling packed_struct v0.10.1 |
2097 | 2024-12-21T04:32:19.680Z | Compiling funty v2.0.0 |
2098 | 2024-12-21T04:32:22.131Z | Compiling serde_yaml v0.9.34+deprecated |
2099 | 2024-12-21T04:32:23.149Z | Compiling bitvec v1.0.1 |
2100 | 2024-12-21T04:32:26.138Z | Compiling progenitor-impl v0.8.0 |
2101 | 2024-12-21T04:32:27.287Z | Compiling darling_macro v0.20.10 |
2102 | 2024-12-21T04:32:31.475Z | Compiling ipnetwork v0.20.0 |
2103 | 2024-12-21T04:32:31.477Z | Compiling packed_struct_codegen v0.10.1 |
2104 | 2024-12-21T04:32:32.250Z | Compiling structmeta-derive v0.3.0 |
2105 | 2024-12-21T04:32:33.118Z | Compiling indexmap v1.9.3 |
2106 | 2024-12-21T04:32:34.016Z | Compiling nodrop v0.1.14 |
2107 | 2024-12-21T04:32:34.058Z | Compiling crc-catalog v2.4.0 |
2108 | 2024-12-21T04:32:34.347Z | Compiling fastrand v2.1.1 |
2109 | 2024-12-21T04:32:35.013Z | Compiling structmeta v0.3.0 |
2110 | 2024-12-21T04:32:35.053Z | Compiling tempfile v3.13.0 |
2111 | 2024-12-21T04:32:35.641Z | Compiling crc v3.2.1 |
2112 | 2024-12-21T04:32:36.306Z | Compiling array-init v0.0.4 |
2113 | 2024-12-21T04:32:37.646Z | Compiling progenitor-macro v0.8.0 |
2114 | 2024-12-21T04:32:37.675Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2115 | 2024-12-21T04:32:41.911Z | Compiling darling v0.20.10 |
2116 | 2024-12-21T04:32:42.055Z | Compiling smallvec v0.6.14 |
2117 | 2024-12-21T04:32:50.225Z | Compiling progenitor-client v0.8.0 |
2118 | 2024-12-21T04:32:51.231Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2119 | 2024-12-21T04:32:52.585Z | Compiling pin-project-internal v1.1.6 |
2120 | 2024-12-21T04:32:52.607Z | Compiling dropshot v0.13.0 |
2121 | 2024-12-21T04:32:53.015Z | Compiling same-file v1.0.6 |
2122 | 2024-12-21T04:32:55.274Z | Compiling hashbrown v0.12.3 |
2123 | 2024-12-21T04:32:55.374Z | Compiling base64 v0.21.7 |
2124 | 2024-12-21T04:32:56.499Z | Compiling termcolor v1.4.1 |
2125 | 2024-12-21T04:32:56.695Z | Compiling bitfield v0.14.0 |
2126 | 2024-12-21T04:32:56.988Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2127 | 2024-12-21T04:32:57.574Z | Compiling env_logger v0.10.2 |
2128 | 2024-12-21T04:33:00.760Z | Compiling ron v0.8.1 |
2129 | 2024-12-21T04:33:00.782Z | Compiling pin-project v1.1.6 |
2130 | 2024-12-21T04:33:08.339Z | Compiling walkdir v2.5.0 |
2131 | 2024-12-21T04:33:10.085Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2132 | 2024-12-21T04:33:12.805Z | Compiling progenitor v0.8.0 |
2133 | 2024-12-21T04:33:13.302Z | Compiling serde-hex v0.1.0 |
2134 | 2024-12-21T04:33:14.282Z | Compiling serde_with_macros v3.11.0 |
2135 | 2024-12-21T04:33:15.742Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2136 | 2024-12-21T04:33:16.090Z | Compiling parse-display-derive v0.10.0 |
2137 | 2024-12-21T04:33:18.471Z | Compiling strum_macros v0.26.4 |
2138 | 2024-12-21T04:33:20.111Z | Compiling hashbrown v0.13.2 |
2139 | 2024-12-21T04:33:20.609Z | Compiling xattr v1.3.1 |
2140 | 2024-12-21T04:33:20.692Z | Compiling dropshot_endpoint v0.13.0 |
2141 | 2024-12-21T04:33:20.945Z | Compiling snafu-derive v0.8.5 |
2142 | 2024-12-21T04:33:21.537Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2143 | 2024-12-21T04:33:22.186Z | Compiling ring v0.16.20 |
2144 | 2024-12-21T04:33:22.284Z | Compiling blake3 v1.5.4 |
2145 | 2024-12-21T04:33:22.930Z | Compiling filetime v0.2.25 |
2146 | 2024-12-21T04:33:22.950Z | Compiling instant v0.1.13 |
2147 | 2024-12-21T04:33:22.997Z | Compiling zip v2.1.3 |
2148 | 2024-12-21T04:33:23.132Z | Compiling buf-list v1.0.3 |
2149 | 2024-12-21T04:33:23.154Z | Compiling lockfree-object-pool v0.1.6 |
2150 | 2024-12-21T04:33:23.267Z | Compiling crc-any v2.5.0 |
2151 | 2024-12-21T04:33:23.331Z | Compiling simd-adler32 v0.3.7 |
2152 | 2024-12-21T04:33:24.172Z | Compiling bumpalo v3.16.0 |
2153 | 2024-12-21T04:33:24.467Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2154 | 2024-12-21T04:33:24.580Z | Compiling zopfli v0.8.1 |
2155 | 2024-12-21T04:33:24.773Z | Compiling tar v0.4.42 |
2156 | 2024-12-21T04:33:25.819Z | Compiling snafu v0.8.5 |
2157 | 2024-12-21T04:33:27.497Z | Compiling backoff v0.4.0 |
2158 | 2024-12-21T04:33:27.538Z | Compiling strum v0.26.3 |
2159 | 2024-12-21T04:33:28.390Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2160 | 2024-12-21T04:33:28.631Z | Compiling object v0.30.4 |
2161 | 2024-12-21T04:33:28.789Z | Compiling parse-display v0.10.0 |
2162 | 2024-12-21T04:33:30.391Z | Compiling serde_with v3.11.0 |
2163 | 2024-12-21T04:33:30.605Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2164 | 2024-12-21T04:33:30.784Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2165 | 2024-12-21T04:33:31.235Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2166 | 2024-12-21T04:33:31.553Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2024-12-21T04:33:32.194Z | Compiling camino-tempfile v1.1.1 |
2168 | 2024-12-21T04:33:32.263Z | Compiling globset v0.4.15 |
2169 | 2024-12-21T04:33:33.030Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2170 | 2024-12-21T04:33:33.279Z | Compiling regress v0.9.1 |
2171 | 2024-12-21T04:33:34.820Z | Compiling pem v3.0.4 |
2172 | 2024-12-21T04:33:36.275Z | Compiling olpc-cjson v0.1.4 |
2173 | 2024-12-21T04:33:36.642Z | Compiling serde_plain v1.0.2 |
2174 | 2024-12-21T04:33:37.175Z | Compiling macaddr v1.0.1 |
2175 | 2024-12-21T04:33:37.819Z | Compiling async-recursion v1.1.1 |
2176 | 2024-12-21T04:33:39.352Z | Compiling memmap2 v0.9.5 |
2177 | 2024-12-21T04:33:39.743Z | Compiling typed-path v0.9.3 |
2178 | 2024-12-21T04:33:39.954Z | Compiling arrayref v0.3.9 |
2179 | 2024-12-21T04:33:39.956Z | Compiling arrayvec v0.7.6 |
2180 | 2024-12-21T04:33:40.082Z | Compiling spin v0.5.2 |
2181 | 2024-12-21T04:33:40.363Z | Compiling constant_time_eq v0.3.1 |
2182 | 2024-12-21T04:33:40.499Z | Compiling path-slash v0.1.5 |
2183 | 2024-12-21T04:33:40.759Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2184 | 2024-12-21T04:33:42.033Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2185 | 2024-12-21T04:33:42.966Z | Compiling tough v0.19.0 |
2186 | 2024-12-21T04:33:47.402Z | Compiling itertools v0.13.0 |
2187 | 2024-12-21T04:33:48.065Z | Compiling cargo-platform v0.1.8 |
2188 | 2024-12-21T04:33:49.154Z | Compiling parse-size v1.1.0 |
2189 | 2024-12-21T04:33:49.200Z | Compiling topological-sort v0.2.2 |
2190 | 2024-12-21T04:33:49.476Z | Compiling omicron-zone-package v0.11.1 |
2191 | 2024-12-21T04:33:49.498Z | Compiling cargo_metadata v0.18.1 |
2192 | 2024-12-21T04:33:49.754Z | Compiling shell-words v1.1.0 |
2193 | 2024-12-21T04:33:56.066Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2194 | 2024-12-21T04:34:09.618Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2195 | 2024-12-21T04:34:24.096Z | Finished `release` profile [optimized] target(s) in 6m 00s |
2196 | 2024-12-21T04:34:24.262Z | Running `target/release/omicron-releng --output-dir /work` |
2197 | 2024-12-21T04:34:24.315Z | Dec 21 04:34:23.257 DEBG changing working directory to /work/oxidecomputer/omicron |
2198 | 2024-12-21T04:34:24.422Z | Dec 21 04:34:23.367 DEBG running: git rev-parse HEAD |
2199 | 2024-12-21T04:34:24.429Z | Dec 21 04:34:23.374 DEBG process exited with exit status: 0 (6.951308ms) |
2200 | 2024-12-21T04:34:24.429Z | Dec 21 04:34:23.374 INFO version: 12.0.0-0.ci+git3c83ce0d399 |
2201 | 2024-12-21T04:34:24.471Z | Dec 21 04:34:23.417 INFO cloning helios to /work/oxidecomputer/helios |
2202 | 2024-12-21T04:34:24.471Z | Dec 21 04:34:23.417 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2203 | 2024-12-21T04:34:24.477Z | Cloning into '/work/oxidecomputer/helios'... |
2204 | 2024-12-21T04:34:25.031Z | Dec 21 04:34:23.980 DEBG process exited with exit status: 0 (563.383772ms) |
2205 | 2024-12-21T04:34:25.031Z | Dec 21 04:34:23.980 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2206 | 2024-12-21T04:34:25.038Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2207 | 2024-12-21T04:34:25.038Z | # branch.head master |
2208 | 2024-12-21T04:34:25.038Z | # branch.upstream origin/master |
2209 | 2024-12-21T04:34:25.038Z | # branch.ab +0 -0 |
2210 | 2024-12-21T04:34:25.040Z | Dec 21 04:34:23.989 DEBG process exited with exit status: 0 (8.47218ms) |
2211 | 2024-12-21T04:34:25.040Z | Dec 21 04:34:23.989 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2212 | 2024-12-21T04:34:25.955Z | Dec 21 04:34:24.908 DEBG process exited with exit status: 0 (919.009365ms) |
2213 | 2024-12-21T04:34:25.955Z | Dec 21 04:34:24.908 DEBG running: zfs list rpool/images/build/host |
2214 | 2024-12-21T04:34:25.958Z | NAME USED AVAIL REFER MOUNTPOINT |
2215 | 2024-12-21T04:34:25.958Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2216 | 2024-12-21T04:34:25.958Z | Dec 21 04:34:24.915 DEBG process exited with exit status: 0 (7.579594ms) |
2217 | 2024-12-21T04:34:25.958Z | Dec 21 04:34:24.916 DEBG running: zfs list rpool/images/build/recovery |
2218 | 2024-12-21T04:34:25.962Z | NAME USED AVAIL REFER MOUNTPOINT |
2219 | 2024-12-21T04:34:25.962Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2220 | 2024-12-21T04:34:25.964Z | Dec 21 04:34:24.922 DEBG process exited with exit status: 0 (6.510141ms) |
2221 | 2024-12-21T04:34:25.964Z | Dec 21 04:34:24.923 INFO [hubris-staging] running task |
2222 | 2024-12-21T04:34:25.964Z | Dec 21 04:34:24.923 INFO [hubris-production] running task |
2223 | 2024-12-21T04:34:25.964Z | Dec 21 04:34:24.924 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 |
2224 | 2024-12-21T04:34:25.968Z | Dec 21 04:34:24.927 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2225 | 2024-12-21T04:34:26.040Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2226 | 2024-12-21T04:34:26.457Z | [ omicron-package] Blocking waiting for file lock on package cache |
2227 | 2024-12-21T04:34:27.109Z | [ omicron-package] Blocking waiting for file lock on package cache |
2228 | 2024-12-21T04:34:27.391Z | [ omicron-package] Blocking waiting for file lock on package cache |
2229 | 2024-12-21T04:34:27.952Z | Dec 21 04:34:26.929 INFO [hubris-production] task succeeded (2.00542566s) |
2230 | 2024-12-21T04:34:28.306Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2231 | 2024-12-21T04:34:28.308Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2232 | 2024-12-21T04:34:28.308Z | [ omicron-package] Compiling itertools v0.13.0 |
2233 | 2024-12-21T04:34:28.309Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2234 | 2024-12-21T04:34:28.309Z | [ omicron-package] Compiling heapless v0.8.0 |
2235 | 2024-12-21T04:34:28.809Z | [ omicron-package] Compiling hash32 v0.3.1 |
2236 | 2024-12-21T04:34:28.811Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2237 | 2024-12-21T04:34:28.811Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2238 | 2024-12-21T04:34:29.543Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2239 | 2024-12-21T04:34:29.682Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2240 | 2024-12-21T04:34:30.126Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2241 | 2024-12-21T04:34:30.254Z | [ omicron-package] Compiling cobs v0.2.3 |
2242 | 2024-12-21T04:34:30.791Z | [ omicron-package] Compiling postcard v1.0.10 |
2243 | 2024-12-21T04:34:30.919Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2244 | 2024-12-21T04:34:31.381Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2245 | 2024-12-21T04:34:31.457Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2246 | 2024-12-21T04:34:32.188Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2247 | 2024-12-21T04:34:32.458Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2248 | 2024-12-21T04:34:33.603Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2249 | 2024-12-21T04:34:33.913Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2250 | 2024-12-21T04:34:34.091Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2251 | 2024-12-21T04:34:34.171Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2252 | 2024-12-21T04:34:34.175Z | [ omicron-package] Compiling num_enum v0.5.11 |
2253 | 2024-12-21T04:34:34.573Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2254 | 2024-12-21T04:34:34.956Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2255 | 2024-12-21T04:34:35.064Z | [ omicron-package] Compiling thiserror v2.0.3 |
2256 | 2024-12-21T04:34:35.570Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2257 | 2024-12-21T04:34:35.849Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2258 | 2024-12-21T04:34:35.993Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2259 | 2024-12-21T04:34:36.073Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2260 | 2024-12-21T04:34:36.191Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2261 | 2024-12-21T04:34:36.475Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2262 | 2024-12-21T04:34:37.130Z | [ omicron-package] Compiling colored v2.1.0 |
2263 | 2024-12-21T04:34:37.132Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2264 | 2024-12-21T04:34:37.301Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2265 | 2024-12-21T04:34:38.522Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2266 | 2024-12-21T04:34:38.769Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2267 | 2024-12-21T04:34:39.273Z | [ omicron-package] Compiling num-derive v0.4.2 |
2268 | 2024-12-21T04:34:39.983Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2269 | 2024-12-21T04:34:40.215Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2270 | 2024-12-21T04:34:40.378Z | Dec 21 04:34:39.466 INFO [hubris-staging] task succeeded (14.543347831s) |
2271 | 2024-12-21T04:34:41.300Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2272 | 2024-12-21T04:34:41.560Z | [ omicron-package] Compiling zone v0.3.0 |
2273 | 2024-12-21T04:34:42.204Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2274 | 2024-12-21T04:34:42.633Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2275 | 2024-12-21T04:34:43.630Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2276 | 2024-12-21T04:34:43.680Z | [ omicron-package] Compiling smf v0.2.3 |
2277 | 2024-12-21T04:34:43.796Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2278 | 2024-12-21T04:34:44.466Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2279 | 2024-12-21T04:34:46.537Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2280 | 2024-12-21T04:34:46.645Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2281 | 2024-12-21T04:34:46.766Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2282 | 2024-12-21T04:34:46.909Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2283 | 2024-12-21T04:34:46.979Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2284 | 2024-12-21T04:34:46.982Z | [ omicron-package] Compiling gethostname v0.5.0 |
2285 | 2024-12-21T04:34:47.260Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2286 | 2024-12-21T04:34:47.612Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2287 | 2024-12-21T04:34:50.154Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2288 | 2024-12-21T04:34:51.489Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2289 | 2024-12-21T04:34:52.919Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2290 | 2024-12-21T04:34:55.717Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2291 | 2024-12-21T04:34:56.390Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2292 | 2024-12-21T04:34:58.166Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2293 | 2024-12-21T04:35:09.692Z | [ helios-setup] Dec 21 04:35:09.048 INFO helios repository root is: /work/oxidecomputer/helios |
2294 | 2024-12-21T04:35:09.694Z | [ helios-setup] Dec 21 04:35:09.051 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 |
2295 | 2024-12-21T04:35:09.694Z | [ helios-setup] Dec 21 04:35:09.051 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2296 | 2024-12-21T04:35:09.699Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2297 | 2024-12-21T04:35:10.658Z | [ helios-setup] Dec 21 04:35:10.024 INFO clone ok!, project: chelsio-t6-roms |
2298 | 2024-12-21T04:35:10.660Z | [ helios-setup] Dec 21 04:35:10.024 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 |
2299 | 2024-12-21T04:35:10.660Z | [ helios-setup] Dec 21 04:35:10.024 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2300 | 2024-12-21T04:35:10.663Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2301 | 2024-12-21T04:35:11.168Z | [ helios-setup] Dec 21 04:35:10.538 INFO clone ok!, project: pinprick |
2302 | 2024-12-21T04:35:11.172Z | [ helios-setup] Dec 21 04:35:10.538 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 |
2303 | 2024-12-21T04:35:11.173Z | [ helios-setup] Dec 21 04:35:10.538 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2304 | 2024-12-21T04:35:11.175Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2305 | 2024-12-21T04:35:11.828Z | [ helios-setup] Dec 21 04:35:11.203 INFO clone ok!, project: image-builder |
2306 | 2024-12-21T04:35:11.830Z | [ helios-setup] Dec 21 04:35:11.203 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 |
2307 | 2024-12-21T04:35:11.830Z | [ helios-setup] Dec 21 04:35:11.203 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2308 | 2024-12-21T04:35:11.832Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2309 | 2024-12-21T04:35:12.705Z | [ helios-setup] Dec 21 04:35:12.089 INFO clone ok!, project: phbl |
2310 | 2024-12-21T04:35:12.710Z | [ helios-setup] Dec 21 04:35:12.089 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 |
2311 | 2024-12-21T04:35:12.710Z | [ helios-setup] Dec 21 04:35:12.090 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2312 | 2024-12-21T04:35:12.713Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2313 | 2024-12-21T04:35:13.509Z | [ helios-setup] Dec 21 04:35:12.900 INFO clone ok!, project: bootserver |
2314 | 2024-12-21T04:35:13.512Z | [ helios-setup] Dec 21 04:35:12.900 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 |
2315 | 2024-12-21T04:35:13.512Z | [ helios-setup] Dec 21 04:35:12.901 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2316 | 2024-12-21T04:35:13.516Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2317 | 2024-12-21T04:35:16.561Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 51.04s |
2318 | 2024-12-21T04:35:16.815Z | [ omicron-package] |
2319 | 2024-12-21T04:35:16.815Z | [ omicron-package] real 51.268030214 |
2320 | 2024-12-21T04:35:16.818Z | [ omicron-package] user 2:59.399748820 |
2321 | 2024-12-21T04:35:16.818Z | [ omicron-package] sys 26.601065522 |
2322 | 2024-12-21T04:35:16.818Z | [ omicron-package] trap 0.193635087 |
2323 | 2024-12-21T04:35:16.818Z | [ omicron-package] tflt 0.751191162 |
2324 | 2024-12-21T04:35:16.818Z | [ omicron-package] dflt 0.741950066 |
2325 | 2024-12-21T04:35:16.818Z | [ omicron-package] kflt 0.000651274 |
2326 | 2024-12-21T04:35:16.818Z | [ omicron-package] lock 6:14.032757226 |
2327 | 2024-12-21T04:35:16.818Z | [ omicron-package] slp 10:20.495102960 |
2328 | 2024-12-21T04:35:16.818Z | [ omicron-package] lat 1:40.635378243 |
2329 | 2024-12-21T04:35:16.818Z | [ omicron-package] stop 59.617233410 |
2330 | 2024-12-21T04:35:16.818Z | Dec 21 04:35:16.237 INFO [omicron-package] process exited with exit status: 0 (51.313643862s) |
2331 | 2024-12-21T04:35:16.818Z | Dec 21 04:35:16.238 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 |
2332 | 2024-12-21T04:35:16.894Z | Dec 21 04:35:16.316 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2333 | 2024-12-21T04:35:16.906Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2334 | 2024-12-21T04:35:16.909Z | [ host-target] Created new build target 'host' and set it as active |
2335 | 2024-12-21T04:35:16.910Z | Dec 21 04:35:16.330 INFO [host-target] process exited with exit status: 0 (92.859958ms) |
2336 | 2024-12-21T04:35:16.910Z | Dec 21 04:35:16.331 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2337 | 2024-12-21T04:35:16.915Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2338 | 2024-12-21T04:35:16.918Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2339 | 2024-12-21T04:35:16.918Z | Dec 21 04:35:16.339 INFO [recovery-target] process exited with exit status: 0 (23.161695ms) |
2340 | 2024-12-21T04:35:16.924Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2341 | 2024-12-21T04:35:18.197Z | [ host-package] Compiling convert_case v0.4.0 |
2342 | 2024-12-21T04:35:18.199Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2343 | 2024-12-21T04:35:18.199Z | [ host-package] Compiling newline-converter v0.3.0 |
2344 | 2024-12-21T04:35:18.199Z | [ host-package] Compiling password-hash v0.5.0 |
2345 | 2024-12-21T04:35:18.199Z | [ host-package] Compiling blake2 v0.10.6 |
2346 | 2024-12-21T04:35:18.199Z | [ host-package] Compiling atomicwrites v0.4.4 |
2347 | 2024-12-21T04:35:18.361Z | [ host-package] Compiling progenitor-client v0.8.0 |
2348 | 2024-12-21T04:35:18.424Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2349 | 2024-12-21T04:35:18.506Z | [ host-package] Compiling expectorate v1.1.0 |
2350 | 2024-12-21T04:35:18.585Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2351 | 2024-12-21T04:35:18.712Z | [ host-package] Compiling owo-colors v4.1.0 |
2352 | 2024-12-21T04:35:18.880Z | [ host-package] Compiling progenitor v0.8.0 |
2353 | 2024-12-21T04:35:18.925Z | [ host-package] Compiling argon2 v0.5.3 |
2354 | 2024-12-21T04:35:18.971Z | [ host-package] Compiling num-rational v0.4.2 |
2355 | 2024-12-21T04:35:19.054Z | [ host-package] Compiling derive_more v0.99.18 |
2356 | 2024-12-21T04:35:19.135Z | [ host-package] Compiling num-complex v0.4.6 |
2357 | 2024-12-21T04:35:19.614Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2358 | 2024-12-21T04:35:19.693Z | [ helios-setup] Dec 21 04:35:19.136 INFO clone ok!, project: amd-firmware |
2359 | 2024-12-21T04:35:19.696Z | [ helios-setup] Dec 21 04:35:19.136 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2360 | 2024-12-21T04:35:19.696Z | [ helios-setup] Dec 21 04:35:19.136 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2361 | 2024-12-21T04:35:19.696Z | [ helios-setup] Dec 21 04:35:19.136 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 |
2362 | 2024-12-21T04:35:19.696Z | [ helios-setup] Dec 21 04:35:19.137 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 |
2363 | 2024-12-21T04:35:19.696Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2364 | 2024-12-21T04:35:20.254Z | [ host-package] Compiling num v0.4.3 |
2365 | 2024-12-21T04:35:20.382Z | [ host-package] Compiling libsw v3.3.1 |
2366 | 2024-12-21T04:35:20.403Z | [ host-package] Compiling indent_write v2.2.0 |
2367 | 2024-12-21T04:35:20.452Z | [ host-package] Compiling swrite v0.1.0 |
2368 | 2024-12-21T04:35:20.548Z | [ host-package] Compiling float-ord v0.3.2 |
2369 | 2024-12-21T04:35:20.614Z | [ host-package] Compiling linear-map v1.2.0 |
2370 | 2024-12-21T04:35:20.655Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2371 | 2024-12-21T04:35:20.750Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2372 | 2024-12-21T04:35:20.782Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2373 | 2024-12-21T04:35:20.971Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2374 | 2024-12-21T04:35:20.999Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2375 | 2024-12-21T04:35:21.088Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2376 | 2024-12-21T04:35:21.434Z | [ host-package] Compiling highway v1.2.0 |
2377 | 2024-12-21T04:35:21.553Z | [ host-package] Compiling semver v0.1.20 |
2378 | 2024-12-21T04:35:22.186Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2379 | 2024-12-21T04:35:22.428Z | [ host-package] Compiling rustc_version v0.1.7 |
2380 | 2024-12-21T04:35:22.910Z | [ host-package] Compiling newtype_derive v0.1.6 |
2381 | 2024-12-21T04:35:22.956Z | [ host-package] Compiling tungstenite v0.21.0 |
2382 | 2024-12-21T04:35:23.241Z | [ host-package] Compiling ipnetwork v0.20.0 |
2383 | 2024-12-21T04:35:24.136Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2384 | 2024-12-21T04:35:24.882Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2385 | 2024-12-21T04:35:25.579Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2386 | 2024-12-21T04:35:26.057Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2387 | 2024-12-21T04:35:28.515Z | [ host-package] Compiling humantime v2.1.0 |
2388 | 2024-12-21T04:35:29.249Z | [ host-package] Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2389 | 2024-12-21T04:35:29.517Z | [ host-package] Compiling dropshot v0.13.0 |
2390 | 2024-12-21T04:35:29.625Z | [ host-package] Compiling instant v0.1.13 |
2391 | 2024-12-21T04:35:29.807Z | [ host-package] Compiling backoff v0.4.0 |
2392 | 2024-12-21T04:35:29.926Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2393 | 2024-12-21T04:35:29.941Z | [ helios-setup] Dec 21 04:35:29.482 INFO clone ok!, project: amd-host-image-builder |
2394 | 2024-12-21T04:35:29.944Z | [ helios-setup] Dec 21 04:35:29.483 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2395 | 2024-12-21T04:35:29.944Z | [ helios-setup] Dec 21 04:35:29.483 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 |
2396 | 2024-12-21T04:35:29.944Z | [ helios-setup] Dec 21 04:35:29.483 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2397 | 2024-12-21T04:35:29.947Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2398 | 2024-12-21T04:35:30.303Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2399 | 2024-12-21T04:35:30.485Z | [ host-package] Compiling steno v0.4.1 |
2400 | 2024-12-21T04:35:30.728Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2401 | 2024-12-21T04:35:30.804Z | [ host-package] Compiling parse-display v0.10.0 |
2402 | 2024-12-21T04:35:31.061Z | [ helios-setup] Dec 21 04:35:30.612 INFO clone ok!, project: pilot |
2403 | 2024-12-21T04:35:31.064Z | [ helios-setup] Dec 21 04:35:30.613 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2404 | 2024-12-21T04:35:31.495Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2405 | 2024-12-21T04:35:31.738Z | [ host-package] Compiling strum v0.26.3 |
2406 | 2024-12-21T04:35:31.788Z | [ helios-setup] Dec 21 04:35:31.346 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2407 | 2024-12-21T04:35:31.967Z | [ host-package] Compiling serde_with v3.11.0 |
2408 | 2024-12-21T04:35:32.457Z | [ helios-setup] Dec 21 04:35:32.020 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2409 | 2024-12-21T04:35:32.459Z | [ helios-setup] Dec 21 04:35:32.021 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2410 | 2024-12-21T04:35:33.011Z | [ helios-setup] Dec 21 04:35:32.579 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2411 | 2024-12-21T04:35:33.570Z | [ helios-setup] Dec 21 04:35:33.144 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2412 | 2024-12-21T04:35:33.578Z | [ helios-setup] Dec 21 04:35:33.144 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2413 | 2024-12-21T04:35:34.222Z | [ helios-setup] Dec 21 04:35:33.791 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2414 | 2024-12-21T04:35:34.741Z | [ helios-setup] Dec 21 04:35:34.325 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2415 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2416 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2417 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO ok! |
2418 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2419 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2420 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO ok! |
2421 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2422 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2423 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO ok! |
2424 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2425 | 2024-12-21T04:35:34.743Z | [ helios-setup] Dec 21 04:35:34.326 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2426 | 2024-12-21T04:35:35.062Z | [ helios-setup] Dec 21 04:35:34.649 INFO E| Downloading crates ... |
2427 | 2024-12-21T04:35:35.240Z | [ helios-setup] Dec 21 04:35:34.829 INFO E| Downloaded miniz_oxide v0.7.2 |
2428 | 2024-12-21T04:35:35.299Z | [ helios-setup] Dec 21 04:35:34.888 INFO E| Compiling adler v1.0.2 |
2429 | 2024-12-21T04:35:35.457Z | [ helios-setup] Dec 21 04:35:35.048 INFO E| Compiling miniz_oxide v0.7.2 |
2430 | 2024-12-21T04:35:36.343Z | [ host-package] Compiling regress v0.9.1 |
2431 | 2024-12-21T04:35:36.976Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2432 | 2024-12-21T04:35:38.131Z | [ helios-setup] Dec 21 04:35:37.747 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2433 | 2024-12-21T04:35:39.011Z | [ helios-setup] Dec 21 04:35:38.635 INFO E| Finished `release` profile [optimized] target(s) in 4.21s |
2434 | 2024-12-21T04:35:39.023Z | [ helios-setup] Dec 21 04:35:38.646 INFO building project "pinprick" ok (4 seconds) |
2435 | 2024-12-21T04:35:39.023Z | [ helios-setup] Dec 21 04:35:38.646 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2436 | 2024-12-21T04:35:39.023Z | [ helios-setup] Dec 21 04:35:38.646 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2437 | 2024-12-21T04:35:39.323Z | [ helios-setup] Dec 21 04:35:38.949 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2438 | 2024-12-21T04:35:39.781Z | [ host-package] Compiling macaddr v1.0.1 |
2439 | 2024-12-21T04:35:39.964Z | [ helios-setup] Dec 21 04:35:39.596 INFO E| From https://github.com/jclulow/rust-jmclib |
2440 | 2024-12-21T04:35:39.964Z | [ helios-setup] Dec 21 04:35:39.596 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2441 | 2024-12-21T04:35:39.980Z | [ helios-setup] Dec 21 04:35:39.612 INFO E| Updating crates.io index |
2442 | 2024-12-21T04:35:39.982Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2443 | 2024-12-21T04:35:40.161Z | [ helios-setup] Dec 21 04:35:39.794 INFO E| Downloading crates ... |
2444 | 2024-12-21T04:35:40.309Z | [ helios-setup] Dec 21 04:35:39.944 INFO E| Downloaded errno v0.3.1 |
2445 | 2024-12-21T04:35:40.312Z | [ helios-setup] Dec 21 04:35:39.947 INFO E| Downloaded unicode-width v0.1.10 |
2446 | 2024-12-21T04:35:40.314Z | [ helios-setup] Dec 21 04:35:39.948 INFO E| Downloaded itoa v1.0.9 |
2447 | 2024-12-21T04:35:40.317Z | [ helios-setup] Dec 21 04:35:39.951 INFO E| Downloaded sha-1 v0.9.8 |
2448 | 2024-12-21T04:35:40.319Z | [ helios-setup] Dec 21 04:35:39.953 INFO E| Downloaded block-buffer v0.9.0 |
2449 | 2024-12-21T04:35:40.323Z | [ helios-setup] Dec 21 04:35:39.954 INFO E| Downloaded anyhow v1.0.72 |
2450 | 2024-12-21T04:35:40.325Z | [ helios-setup] Dec 21 04:35:39.959 INFO E| Downloaded opaque-debug v0.3.0 |
2451 | 2024-12-21T04:35:40.327Z | [ helios-setup] Dec 21 04:35:39.961 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2452 | 2024-12-21T04:35:40.327Z | [ helios-setup] Dec 21 04:35:39.962 INFO E| Downloaded digest v0.9.0 |
2453 | 2024-12-21T04:35:40.333Z | [ helios-setup] Dec 21 04:35:39.964 INFO E| Downloaded getrandom v0.2.10 |
2454 | 2024-12-21T04:35:40.336Z | [ helios-setup] Dec 21 04:35:39.967 INFO E| Downloaded cpufeatures v0.2.9 |
2455 | 2024-12-21T04:35:40.341Z | [ helios-setup] Dec 21 04:35:39.977 INFO E| Downloaded walkdir v2.3.3 |
2456 | 2024-12-21T04:35:40.344Z | [ helios-setup] Dec 21 04:35:39.980 INFO E| Downloaded md-5 v0.9.1 |
2457 | 2024-12-21T04:35:40.346Z | [ helios-setup] Dec 21 04:35:39.982 INFO E| Downloaded uuid v0.8.2 |
2458 | 2024-12-21T04:35:40.351Z | [ helios-setup] Dec 21 04:35:39.987 INFO E| Downloaded tempfile v3.7.0 |
2459 | 2024-12-21T04:35:40.354Z | [ helios-setup] Dec 21 04:35:39.990 INFO E| Downloaded fastrand v2.0.0 |
2460 | 2024-12-21T04:35:40.357Z | [ helios-setup] Dec 21 04:35:39.992 INFO E| Downloaded quote v1.0.31 |
2461 | 2024-12-21T04:35:40.360Z | [ helios-setup] Dec 21 04:35:39.996 INFO E| Downloaded bitflags v2.3.3 |
2462 | 2024-12-21T04:35:40.365Z | [ helios-setup] Dec 21 04:35:40.000 INFO E| Downloaded once_cell v1.18.0 |
2463 | 2024-12-21T04:35:40.368Z | [ helios-setup] Dec 21 04:35:40.004 INFO E| Downloaded unicode-ident v1.0.11 |
2464 | 2024-12-21T04:35:40.373Z | [ helios-setup] Dec 21 04:35:40.009 INFO E| Downloaded typenum v1.16.0 |
2465 | 2024-12-21T04:35:40.377Z | [ helios-setup] Dec 21 04:35:40.013 INFO E| Downloaded ryu v1.0.15 |
2466 | 2024-12-21T04:35:40.380Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2467 | 2024-12-21T04:35:40.385Z | [ helios-setup] Dec 21 04:35:40.018 INFO E| Downloaded toml v0.5.11 |
2468 | 2024-12-21T04:35:40.388Z | [ helios-setup] Dec 21 04:35:40.023 INFO E| Downloaded serde v1.0.193 |
2469 | 2024-12-21T04:35:40.392Z | [ helios-setup] Dec 21 04:35:40.028 INFO E| Downloaded serde_derive v1.0.193 |
2470 | 2024-12-21T04:35:40.396Z | [ helios-setup] Dec 21 04:35:40.032 INFO E| Downloaded proc-macro2 v1.0.66 |
2471 | 2024-12-21T04:35:40.401Z | [ helios-setup] Dec 21 04:35:40.037 INFO E| Downloaded serde_json v1.0.103 |
2472 | 2024-12-21T04:35:40.429Z | [ helios-setup] Dec 21 04:35:40.065 INFO E| Downloaded syn v2.0.32 |
2473 | 2024-12-21T04:35:40.435Z | [ helios-setup] Dec 21 04:35:40.072 INFO E| Downloaded rustix v0.38.4 |
2474 | 2024-12-21T04:35:40.465Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2475 | 2024-12-21T04:35:40.480Z | [ helios-setup] Dec 21 04:35:40.116 INFO E| Downloaded libc v0.2.147 |
2476 | 2024-12-21T04:35:40.603Z | [ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling libc v0.2.147 |
2477 | 2024-12-21T04:35:40.603Z | [ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling proc-macro2 v1.0.66 |
2478 | 2024-12-21T04:35:40.603Z | [ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling unicode-ident v1.0.11 |
2479 | 2024-12-21T04:35:40.606Z | [ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling cfg-if v1.0.0 |
2480 | 2024-12-21T04:35:40.606Z | [ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling version_check v0.9.4 |
2481 | 2024-12-21T04:35:40.606Z | [ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling typenum v1.16.0 |
2482 | 2024-12-21T04:35:40.606Z | [ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling serde v1.0.193 |
2483 | 2024-12-21T04:35:40.606Z | [ helios-setup] Dec 21 04:35:40.241 INFO E| Compiling slog v2.7.0 |
2484 | 2024-12-21T04:35:41.040Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2485 | 2024-12-21T04:35:41.559Z | [ helios-setup] Dec 21 04:35:41.206 INFO E| Compiling time-core v0.1.2 |
2486 | 2024-12-21T04:35:41.645Z | [ helios-setup] Dec 21 04:35:41.291 INFO E| Compiling itoa v1.0.9 |
2487 | 2024-12-21T04:35:42.007Z | [ helios-setup] Dec 21 04:35:41.653 INFO E| Compiling powerfmt v0.2.0 |
2488 | 2024-12-21T04:35:42.052Z | [ helios-setup] Dec 21 04:35:41.703 INFO E| Compiling rustix v0.38.4 |
2489 | 2024-12-21T04:35:42.490Z | [ helios-setup] Dec 21 04:35:42.144 INFO E| Compiling generic-array v0.14.7 |
2490 | 2024-12-21T04:35:42.599Z | [ helios-setup] Dec 21 04:35:42.255 INFO E| Compiling num-conv v0.1.0 |
2491 | 2024-12-21T04:35:42.766Z | [ helios-setup] Dec 21 04:35:42.424 INFO E| Compiling deranged v0.3.11 |
2492 | 2024-12-21T04:35:42.888Z | [ helios-setup] Dec 21 04:35:42.546 INFO E| Compiling once_cell v1.18.0 |
2493 | 2024-12-21T04:35:43.008Z | [ helios-setup] Dec 21 04:35:42.667 INFO E| Compiling time-macros v0.2.18 |
2494 | 2024-12-21T04:35:43.219Z | [ helios-setup] Dec 21 04:35:42.880 INFO E| Compiling bitflags v2.3.3 |
2495 | 2024-12-21T04:35:43.606Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2496 | 2024-12-21T04:35:43.700Z | [ helios-setup] Dec 21 04:35:43.366 INFO E| Compiling num_threads v0.1.6 |
2497 | 2024-12-21T04:35:43.835Z | [ helios-setup] Dec 21 04:35:43.503 INFO E| Compiling quote v1.0.31 |
2498 | 2024-12-21T04:35:43.862Z | [ helios-setup] Dec 21 04:35:43.530 INFO E| Compiling thread_local v1.1.7 |
2499 | 2024-12-21T04:35:44.312Z | [ host-package] Compiling prettyplease v0.2.25 |
2500 | 2024-12-21T04:35:44.557Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2501 | 2024-12-21T04:35:45.106Z | [ helios-setup] Dec 21 04:35:44.785 INFO E| Compiling syn v2.0.32 |
2502 | 2024-12-21T04:35:45.252Z | [ helios-setup] Dec 21 04:35:44.931 INFO E| Compiling fastrand v2.0.0 |
2503 | 2024-12-21T04:35:45.362Z | [ helios-setup] Dec 21 04:35:45.043 INFO E| Compiling anyhow v1.0.72 |
2504 | 2024-12-21T04:35:45.732Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2505 | 2024-12-21T04:35:45.919Z | [ helios-setup] Dec 21 04:35:45.604 INFO E| Compiling dirs-sys-next v0.1.2 |
2506 | 2024-12-21T04:35:46.486Z | [ helios-setup] Dec 21 04:35:46.177 INFO E| Compiling dirs-next v2.0.0 |
2507 | 2024-12-21T04:35:46.585Z | [ helios-setup] Dec 21 04:35:46.277 INFO E| Compiling errno v0.3.1 |
2508 | 2024-12-21T04:35:46.713Z | [ helios-setup] Dec 21 04:35:46.406 INFO E| Compiling term v0.7.0 |
2509 | 2024-12-21T04:35:46.893Z | [ helios-setup] Dec 21 04:35:46.588 INFO E| Compiling block-buffer v0.9.0 |
2510 | 2024-12-21T04:35:47.006Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2511 | 2024-12-21T04:35:47.154Z | [ helios-setup] Dec 21 04:35:46.851 INFO E| Compiling digest v0.9.0 |
2512 | 2024-12-21T04:35:47.227Z | [ helios-setup] Dec 21 04:35:46.925 INFO E| Compiling atty v0.2.14 |
2513 | 2024-12-21T04:35:47.295Z | [ helios-setup] Dec 21 04:35:46.993 INFO E| Compiling serde_json v1.0.103 |
2514 | 2024-12-21T04:35:47.393Z | [ helios-setup] Dec 21 04:35:47.093 INFO E| Compiling opaque-debug v0.3.0 |
2515 | 2024-12-21T04:35:47.515Z | [ helios-setup] Dec 21 04:35:47.216 INFO E| Compiling getrandom v0.2.10 |
2516 | 2024-12-21T04:35:47.557Z | [ helios-setup] Dec 21 04:35:47.259 INFO E| Compiling ryu v1.0.15 |
2517 | 2024-12-21T04:35:48.029Z | [ helios-setup] Dec 21 04:35:47.734 INFO E| Compiling same-file v1.0.6 |
2518 | 2024-12-21T04:35:48.167Z | [ helios-setup] Dec 21 04:35:47.874 INFO E| Compiling cpufeatures v0.2.9 |
2519 | 2024-12-21T04:35:48.200Z | [ helios-setup] Dec 21 04:35:47.907 INFO E| Compiling time v0.3.36 |
2520 | 2024-12-21T04:35:48.273Z | [ helios-setup] Dec 21 04:35:47.981 INFO E| Compiling unicode-width v0.1.10 |
2521 | 2024-12-21T04:35:48.403Z | [ helios-setup] Dec 21 04:35:48.111 INFO E| Compiling walkdir v2.3.3 |
2522 | 2024-12-21T04:35:48.495Z | [ helios-setup] Dec 21 04:35:48.205 INFO E| Compiling getopts v0.2.21 |
2523 | 2024-12-21T04:35:48.515Z | [ helios-setup] Dec 21 04:35:48.226 INFO E| Compiling sha-1 v0.9.8 |
2524 | 2024-12-21T04:35:50.092Z | [ helios-setup] Dec 21 04:35:49.816 INFO E| Compiling tempfile v3.7.0 |
2525 | 2024-12-21T04:35:50.388Z | [ helios-setup] Dec 21 04:35:50.114 INFO E| Compiling md-5 v0.9.1 |
2526 | 2024-12-21T04:35:50.501Z | [ helios-setup] Dec 21 04:35:50.228 INFO E| Compiling glob v0.3.1 |
2527 | 2024-12-21T04:35:50.510Z | [ helios-setup] Dec 21 04:35:50.234 INFO E| Compiling libdevinfo-sys v1.0.0 |
2528 | 2024-12-21T04:35:51.365Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2529 | 2024-12-21T04:35:52.174Z | [ helios-setup] Dec 21 04:35:51.918 INFO E| Compiling slog-term v2.9.0 |
2530 | 2024-12-21T04:35:53.901Z | [ helios-setup] Dec 21 04:35:53.660 INFO E| Compiling serde_derive v1.0.193 |
2531 | 2024-12-21T04:35:54.280Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2532 | 2024-12-21T04:36:08.156Z | [ host-package] Compiling half v2.4.1 |
2533 | 2024-12-21T04:36:08.874Z | [ helios-setup] Dec 21 04:36:08.769 INFO E| Compiling toml v0.5.11 |
2534 | 2024-12-21T04:36:08.878Z | [ helios-setup] Dec 21 04:36:08.769 INFO E| Compiling uuid v0.8.2 |
2535 | 2024-12-21T04:36:09.133Z | [ host-package] Compiling ciborium-io v0.2.2 |
2536 | 2024-12-21T04:36:09.505Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2537 | 2024-12-21T04:36:09.576Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2538 | 2024-12-21T04:36:09.668Z | [ host-package] Compiling fastrand v2.1.1 |
2539 | 2024-12-21T04:36:10.026Z | [ host-package] Compiling display-error-chain v0.2.2 |
2540 | 2024-12-21T04:36:10.292Z | [ host-package] Compiling ciborium v0.2.2 |
2541 | 2024-12-21T04:36:10.331Z | [ host-package] Compiling same-file v1.0.6 |
2542 | 2024-12-21T04:36:10.512Z | [ host-package] Compiling tempfile v3.13.0 |
2543 | 2024-12-21T04:36:10.594Z | [ host-package] Compiling walkdir v2.5.0 |
2544 | 2024-12-21T04:36:10.957Z | [ helios-setup] Dec 21 04:36:10.871 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2545 | 2024-12-21T04:36:11.447Z | [ host-package] Compiling ring v0.16.20 |
2546 | 2024-12-21T04:36:11.484Z | [ host-package] Compiling blake3 v1.5.4 |
2547 | 2024-12-21T04:36:11.537Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2548 | 2024-12-21T04:36:11.538Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2549 | 2024-12-21T04:36:12.536Z | [ host-package] Compiling xattr v1.3.1 |
2550 | 2024-12-21T04:36:12.958Z | [ host-package] Compiling memmap2 v0.9.5 |
2551 | 2024-12-21T04:36:13.147Z | [ host-package] Compiling filetime v0.2.25 |
2552 | 2024-12-21T04:36:13.433Z | [ host-package] Compiling spin v0.5.2 |
2553 | 2024-12-21T04:36:13.637Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2554 | 2024-12-21T04:36:13.709Z | [ host-package] Compiling keccak v0.1.5 |
2555 | 2024-12-21T04:36:13.838Z | [ host-package] Compiling arrayvec v0.7.6 |
2556 | 2024-12-21T04:36:13.921Z | [ helios-setup] Dec 21 04:36:13.861 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2557 | 2024-12-21T04:36:14.342Z | [ host-package] Compiling arrayref v0.3.9 |
2558 | 2024-12-21T04:36:14.731Z | [ host-package] Compiling sha3 v0.10.8 |
2559 | 2024-12-21T04:36:15.776Z | [ host-package] Compiling tar v0.4.42 |
2560 | 2024-12-21T04:36:15.897Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2561 | 2024-12-21T04:36:16.022Z | [ host-package] Compiling toolchain_find v0.4.0 |
2562 | 2024-12-21T04:36:16.487Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2563 | 2024-12-21T04:36:16.823Z | [ host-package] Compiling maplit v1.0.2 |
2564 | 2024-12-21T04:36:16.994Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2565 | 2024-12-21T04:36:17.037Z | [ host-package] Compiling crunchy v0.2.2 |
2566 | 2024-12-21T04:36:17.112Z | [ host-package] Compiling topological-sort v0.2.2 |
2567 | 2024-12-21T04:36:17.451Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2568 | 2024-12-21T04:36:17.513Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2569 | 2024-12-21T04:36:17.680Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2570 | 2024-12-21T04:36:18.109Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2571 | 2024-12-21T04:36:18.156Z | [ host-package] Compiling phf_generator v0.11.2 |
2572 | 2024-12-21T04:36:18.159Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2573 | 2024-12-21T04:36:18.415Z | [ host-package] Compiling secrecy v0.8.0 |
2574 | 2024-12-21T04:36:18.599Z | [ host-package] Compiling const_format v0.2.33 |
2575 | 2024-12-21T04:36:18.704Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2576 | 2024-12-21T04:36:18.897Z | [ host-package] Compiling arc-swap v1.7.1 |
2577 | 2024-12-21T04:36:19.166Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2578 | 2024-12-21T04:36:19.501Z | [ host-package] Compiling slog-scope v4.4.0 |
2579 | 2024-12-21T04:36:19.710Z | [ host-package] Compiling diesel_derives v2.2.3 |
2580 | 2024-12-21T04:36:19.710Z | [ host-package] Compiling r2d2 v0.8.10 |
2581 | 2024-12-21T04:36:19.710Z | [ host-package] Compiling phf_codegen v0.11.2 |
2582 | 2024-12-21T04:36:20.089Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2583 | 2024-12-21T04:36:20.254Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2584 | 2024-12-21T04:36:20.376Z | [ host-package] Compiling universal-hash v0.5.1 |
2585 | 2024-12-21T04:36:20.535Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2586 | 2024-12-21T04:36:20.732Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2587 | 2024-12-21T04:36:20.814Z | [ host-package] Compiling ena v0.14.3 |
2588 | 2024-12-21T04:36:21.294Z | [ host-package] Compiling diff v0.1.13 |
2589 | 2024-12-21T04:36:21.942Z | [ host-package] Compiling opaque-debug v0.3.1 |
2590 | 2024-12-21T04:36:22.129Z | [ host-package] Compiling regex-syntax v0.6.29 |
2591 | 2024-12-21T04:36:22.653Z | [ host-package] Compiling poly1305 v0.8.0 |
2592 | 2024-12-21T04:36:23.689Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2593 | 2024-12-21T04:36:24.094Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2594 | 2024-12-21T04:36:24.743Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2595 | 2024-12-21T04:36:24.801Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2596 | 2024-12-21T04:36:26.080Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2597 | 2024-12-21T04:36:26.466Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2598 | 2024-12-21T04:36:26.909Z | [ host-package] Compiling lalrpop v0.19.12 |
2599 | 2024-12-21T04:36:27.016Z | [ helios-setup] Dec 21 04:36:27.076 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.31s |
2600 | 2024-12-21T04:36:27.050Z | [ helios-setup] Dec 21 04:36:27.110 INFO building project "image-builder" ok (48 seconds) |
2601 | 2024-12-21T04:36:27.050Z | [ helios-setup] Dec 21 04:36:27.110 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2602 | 2024-12-21T04:36:27.053Z | [ helios-setup] Dec 21 04:36:27.110 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2603 | 2024-12-21T04:36:27.329Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2604 | 2024-12-21T04:36:27.414Z | [ helios-setup] Dec 21 04:36:27.478 INFO E| Downloading crates ... |
2605 | 2024-12-21T04:36:27.537Z | [ helios-setup] Dec 21 04:36:27.602 INFO E| Downloaded sha2 v0.10.5 |
2606 | 2024-12-21T04:36:27.541Z | [ helios-setup] Dec 21 04:36:27.606 INFO E| Downloaded miniz_oxide v0.6.2 |
2607 | 2024-12-21T04:36:27.544Z | [ helios-setup] Dec 21 04:36:27.609 INFO E| Downloaded generic-array v0.14.6 |
2608 | 2024-12-21T04:36:27.546Z | [ helios-setup] Dec 21 04:36:27.612 INFO E| Downloaded block-buffer v0.10.3 |
2609 | 2024-12-21T04:36:27.548Z | [ helios-setup] Dec 21 04:36:27.613 INFO E| Downloaded digest v0.10.3 |
2610 | 2024-12-21T04:36:27.606Z | [ host-package] Compiling chacha20 v0.9.1 |
2611 | 2024-12-21T04:36:27.626Z | [ helios-setup] Dec 21 04:36:27.692 INFO E| Downloaded flate2 v1.0.25 |
2612 | 2024-12-21T04:36:27.635Z | [ helios-setup] Dec 21 04:36:27.701 INFO E| Downloaded typenum v1.15.0 |
2613 | 2024-12-21T04:36:27.638Z | [ helios-setup] Dec 21 04:36:27.702 INFO E| Downloaded anyhow v1.0.62 |
2614 | 2024-12-21T04:36:27.641Z | [ helios-setup] Dec 21 04:36:27.707 INFO E| Downloaded bytes v1.2.1 |
2615 | 2024-12-21T04:36:27.646Z | [ helios-setup] Dec 21 04:36:27.712 INFO E| Downloaded cpufeatures v0.2.5 |
2616 | 2024-12-21T04:36:27.722Z | [ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling version_check v0.9.4 |
2617 | 2024-12-21T04:36:27.722Z | [ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling typenum v1.15.0 |
2618 | 2024-12-21T04:36:27.722Z | [ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling cfg-if v1.0.0 |
2619 | 2024-12-21T04:36:27.723Z | [ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling crc32fast v1.3.2 |
2620 | 2024-12-21T04:36:27.727Z | [ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling anyhow v1.0.62 |
2621 | 2024-12-21T04:36:27.727Z | [ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling adler v1.0.2 |
2622 | 2024-12-21T04:36:27.727Z | [ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling unicode-width v0.1.10 |
2623 | 2024-12-21T04:36:27.727Z | [ helios-setup] Dec 21 04:36:27.789 INFO E| Compiling cpufeatures v0.2.5 |
2624 | 2024-12-21T04:36:28.198Z | [ helios-setup] Dec 21 04:36:28.252 INFO E| Compiling bitflags v1.3.2 |
2625 | 2024-12-21T04:36:28.204Z | [ host-package] Compiling aead v0.5.2 |
2626 | 2024-12-21T04:36:28.338Z | [ helios-setup] Dec 21 04:36:28.385 INFO E| Compiling miniz_oxide v0.6.2 |
2627 | 2024-12-21T04:36:28.454Z | [ helios-setup] Dec 21 04:36:28.494 INFO E| Compiling getopts v0.2.21 |
2628 | 2024-12-21T04:36:28.558Z | [ helios-setup] Dec 21 04:36:28.593 INFO E| Compiling bytes v1.2.1 |
2629 | 2024-12-21T04:36:28.871Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2630 | 2024-12-21T04:36:29.160Z | [ helios-setup] Dec 21 04:36:29.162 INFO E| Compiling generic-array v0.14.6 |
2631 | 2024-12-21T04:36:29.509Z | [ host-package] Compiling ref-cast v1.0.23 |
2632 | 2024-12-21T04:36:30.203Z | [ helios-setup] Dec 21 04:36:30.149 INFO E| Compiling flate2 v1.0.25 |
2633 | 2024-12-21T04:36:30.410Z | [ host-package] Compiling vte v0.11.1 |
2634 | 2024-12-21T04:36:30.477Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2635 | 2024-12-21T04:36:31.150Z | [ host-package] Compiling chrono-tz v0.10.0 |
2636 | 2024-12-21T04:36:32.344Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2637 | 2024-12-21T04:36:32.904Z | [ host-package] Compiling vsss-rs v3.3.4 |
2638 | 2024-12-21T04:36:34.269Z | [ helios-setup] Dec 21 04:36:33.995 INFO E| Compiling crypto-common v0.1.6 |
2639 | 2024-12-21T04:36:34.271Z | [ helios-setup] Dec 21 04:36:33.995 INFO E| Compiling block-buffer v0.10.3 |
2640 | 2024-12-21T04:36:34.464Z | [ helios-setup] Dec 21 04:36:34.180 INFO E| Compiling digest v0.10.3 |
2641 | 2024-12-21T04:36:34.743Z | [ host-package] Compiling diesel v2.2.6 |
2642 | 2024-12-21T04:36:34.809Z | [ helios-setup] Dec 21 04:36:34.506 INFO E| Compiling sha2 v0.10.5 |
2643 | 2024-12-21T04:36:35.292Z | [ helios-setup] Dec 21 04:36:34.963 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2644 | 2024-12-21T04:36:35.664Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2645 | 2024-12-21T04:36:36.101Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2646 | 2024-12-21T04:36:38.209Z | [ host-package] Compiling headers-core v0.3.0 |
2647 | 2024-12-21T04:36:38.969Z | [ host-package] Compiling fxhash v0.2.1 |
2648 | 2024-12-21T04:36:39.154Z | [ host-package] Compiling libxml v0.3.3 |
2649 | 2024-12-21T04:36:39.645Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2650 | 2024-12-21T04:36:39.977Z | [ host-package] Compiling bytecount v0.6.8 |
2651 | 2024-12-21T04:36:40.132Z | [ helios-setup] Dec 21 04:36:39.542 INFO E| Finished `release` profile [optimized] target(s) in 13.08s |
2652 | 2024-12-21T04:36:40.147Z | [ helios-setup] Dec 21 04:36:39.556 INFO building project "bootserver" ok (13 seconds) |
2653 | 2024-12-21T04:36:40.147Z | [ helios-setup] Dec 21 04:36:39.556 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2654 | 2024-12-21T04:36:40.147Z | [ helios-setup] Dec 21 04:36:39.556 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2655 | 2024-12-21T04:36:40.157Z | [ helios-setup] Dec 21 04:36:39.566 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2656 | 2024-12-21T04:36:40.415Z | [ host-package] Compiling papergrid v0.11.0 |
2657 | 2024-12-21T04:36:40.571Z | [ helios-setup] Dec 21 04:36:39.958 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2658 | 2024-12-21T04:36:40.571Z | [ helios-setup] Dec 21 04:36:39.958 INFO E| info: downloading component 'cargo' |
2659 | 2024-12-21T04:36:41.123Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2660 | 2024-12-21T04:36:41.754Z | [ helios-setup] Dec 21 04:36:41.077 INFO E| info: downloading component 'clippy' |
2661 | 2024-12-21T04:36:42.041Z | [ helios-setup] Dec 21 04:36:41.348 INFO E| info: downloading component 'rust-docs' |
2662 | 2024-12-21T04:36:42.055Z | [ host-package] Compiling headers v0.4.0 |
2663 | 2024-12-21T04:36:43.406Z | [ helios-setup] Dec 21 04:36:42.639 INFO E| info: downloading component 'rust-src' |
2664 | 2024-12-21T04:36:43.619Z | [ helios-setup] Dec 21 04:36:42.841 INFO E| info: downloading component 'rust-std' |
2665 | 2024-12-21T04:36:45.928Z | [ helios-setup] Dec 21 04:36:45.025 INFO E| info: downloading component 'rustc' |
2666 | 2024-12-21T04:36:51.079Z | [ helios-setup] Dec 21 04:36:49.898 INFO E| info: downloading component 'rustfmt' |
2667 | 2024-12-21T04:36:51.778Z | [ helios-setup] Dec 21 04:36:50.559 INFO E| info: installing component 'cargo' |
2668 | 2024-12-21T04:36:53.097Z | [ helios-setup] Dec 21 04:36:51.807 INFO E| info: installing component 'clippy' |
2669 | 2024-12-21T04:36:53.561Z | [ helios-setup] Dec 21 04:36:52.246 INFO E| info: installing component 'rust-docs' |
2670 | 2024-12-21T04:36:54.891Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2671 | 2024-12-21T04:36:57.076Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2672 | 2024-12-21T04:36:58.664Z | [ host-package] Compiling polar-core v0.27.3 |
2673 | 2024-12-21T04:36:59.829Z | [ helios-setup] Dec 21 04:36:58.188 INFO E| info: installing component 'rust-src' |
2674 | 2024-12-21T04:37:00.312Z | [ helios-setup] Dec 21 04:36:58.675 INFO E| info: installing component 'rust-std' |
2675 | 2024-12-21T04:37:00.782Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2676 | 2024-12-21T04:37:01.218Z | [ host-package] Compiling tabled_derive v0.7.0 |
2677 | 2024-12-21T04:37:01.301Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2678 | 2024-12-21T04:37:02.781Z | [ helios-setup] Dec 21 04:37:01.167 INFO E| info: installing component 'rustc' |
2679 | 2024-12-21T04:37:03.772Z | [ host-package] Compiling fd-lock v4.0.2 |
2680 | 2024-12-21T04:37:03.926Z | [ host-package] Compiling peg-macros v0.8.4 |
2681 | 2024-12-21T04:37:04.143Z | [ host-package] Compiling strum_macros v0.24.3 |
2682 | 2024-12-21T04:37:06.777Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2683 | 2024-12-21T04:37:07.923Z | [ host-package] Compiling kstat-rs v0.2.4 |
2684 | 2024-12-21T04:37:07.994Z | [ host-package] Compiling samael v0.0.17 |
2685 | 2024-12-21T04:37:08.045Z | [ host-package] Compiling unicase v2.7.0 |
2686 | 2024-12-21T04:37:08.509Z | [ host-package] Compiling indoc v1.0.9 |
2687 | 2024-12-21T04:37:08.956Z | [ helios-setup] Dec 21 04:37:07.398 INFO E| info: installing component 'rustfmt' |
2688 | 2024-12-21T04:37:08.996Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2689 | 2024-12-21T04:37:09.691Z | [ host-package] Compiling reedline v0.35.0 |
2690 | 2024-12-21T04:37:09.863Z | [ helios-setup] Dec 21 04:37:08.313 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2691 | 2024-12-21T04:37:10.356Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2692 | 2024-12-21T04:37:10.787Z | [ helios-setup] Dec 21 04:37:09.246 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2693 | 2024-12-21T04:37:10.787Z | [ helios-setup] Dec 21 04:37:09.246 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2694 | 2024-12-21T04:37:10.787Z | [ helios-setup] Dec 21 04:37:09.246 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2695 | 2024-12-21T04:37:10.820Z | [ helios-setup] Dec 21 04:37:09.278 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2696 | 2024-12-21T04:37:10.820Z | [ helios-setup] Dec 21 04:37:09.278 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2697 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2698 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2699 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2700 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2701 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2702 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2703 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.279 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2704 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.280 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2705 | 2024-12-21T04:37:10.822Z | [ helios-setup] Dec 21 04:37:09.280 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2706 | 2024-12-21T04:37:10.861Z | [ helios-setup] Dec 21 04:37:09.320 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2707 | 2024-12-21T04:37:11.852Z | [ helios-setup] Dec 21 04:37:10.320 INFO E| From https://github.com/oxidecomputer/amd-efs |
2708 | 2024-12-21T04:37:11.852Z | [ helios-setup] Dec 21 04:37:10.320 INFO E| * [new branch] empty -> origin/empty |
2709 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.320 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2710 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.320 INFO E| * [new branch] main -> origin/main |
2711 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.321 INFO E| * [new branch] review -> origin/review |
2712 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.321 INFO E| * [new ref] -> origin/HEAD |
2713 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.321 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2714 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.321 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2715 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.321 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2716 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2717 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2718 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2719 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2720 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2721 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2722 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2723 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.322 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2724 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.323 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2725 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.323 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2726 | 2024-12-21T04:37:11.855Z | [ helios-setup] Dec 21 04:37:10.323 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2727 | 2024-12-21T04:37:11.877Z | [ helios-setup] Dec 21 04:37:10.345 INFO E| Updating crates.io index |
2728 | 2024-12-21T04:37:12.048Z | [ helios-setup] Dec 21 04:37:10.518 INFO E| Downloading crates ... |
2729 | 2024-12-21T04:37:12.279Z | [ helios-setup] Dec 21 04:37:10.751 INFO E| Downloaded cfg-if v0.1.10 |
2730 | 2024-12-21T04:37:12.281Z | [ helios-setup] Dec 21 04:37:10.753 INFO E| Downloaded bytesize v1.3.0 |
2731 | 2024-12-21T04:37:12.283Z | [ helios-setup] Dec 21 04:37:10.755 INFO E| Downloaded parse_int v0.6.0 |
2732 | 2024-12-21T04:37:12.286Z | [ helios-setup] Dec 21 04:37:10.758 INFO E| Downloaded ansi_term v0.12.1 |
2733 | 2024-12-21T04:37:12.291Z | [ helios-setup] Dec 21 04:37:10.762 INFO E| Downloaded unic-ucd-version v0.9.0 |
2734 | 2024-12-21T04:37:12.293Z | [ helios-setup] Dec 21 04:37:10.763 INFO E| Downloaded unic-char-property v0.9.0 |
2735 | 2024-12-21T04:37:12.295Z | [ helios-setup] Dec 21 04:37:10.765 INFO E| Downloaded memoffset v0.5.6 |
2736 | 2024-12-21T04:37:12.298Z | [ helios-setup] Dec 21 04:37:10.767 INFO E| Downloaded fletcher v0.1.0 |
2737 | 2024-12-21T04:37:12.298Z | [ helios-setup] Dec 21 04:37:10.769 INFO E| Downloaded scroll_derive v0.10.5 |
2738 | 2024-12-21T04:37:12.327Z | [ helios-setup] Dec 21 04:37:10.799 INFO E| Downloaded unic-common v0.9.0 |
2739 | 2024-12-21T04:37:12.331Z | [ helios-setup] Dec 21 04:37:10.800 INFO E| Downloaded unic-char-range v0.9.0 |
2740 | 2024-12-21T04:37:12.331Z | [ helios-setup] Dec 21 04:37:10.802 INFO E| Downloaded thiserror-impl v1.0.64 |
2741 | 2024-12-21T04:37:12.333Z | [ helios-setup] Dec 21 04:37:10.804 INFO E| Downloaded textwrap v0.11.0 |
2742 | 2024-12-21T04:37:12.335Z | [ helios-setup] Dec 21 04:37:10.807 INFO E| Downloaded strum v0.23.0 |
2743 | 2024-12-21T04:37:12.338Z | [ helios-setup] Dec 21 04:37:10.809 INFO E| Downloaded vec_map v0.8.2 |
2744 | 2024-12-21T04:37:12.338Z | [ helios-setup] Dec 21 04:37:10.810 INFO E| Downloaded thiserror v1.0.64 |
2745 | 2024-12-21T04:37:12.346Z | [ helios-setup] Dec 21 04:37:10.819 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2746 | 2024-12-21T04:37:12.349Z | [ helios-setup] Dec 21 04:37:10.822 INFO E| Downloaded strum_macros v0.23.1 |
2747 | 2024-12-21T04:37:12.351Z | [ helios-setup] Dec 21 04:37:10.824 INFO E| Downloaded pest_derive v2.7.13 |
2748 | 2024-12-21T04:37:12.355Z | [ helios-setup] Dec 21 04:37:10.828 INFO E| Downloaded scroll v0.10.2 |
2749 | 2024-12-21T04:37:12.357Z | [ helios-setup] Dec 21 04:37:10.830 INFO E| Downloaded pest_meta v2.7.13 |
2750 | 2024-12-21T04:37:12.360Z | [ helios-setup] Dec 21 04:37:10.833 INFO E| Downloaded structopt-derive v0.4.18 |
2751 | 2024-12-21T04:37:12.362Z | [ helios-setup] Dec 21 04:37:10.835 INFO E| Downloaded pre-proc-macro v0.2.1 |
2752 | 2024-12-21T04:37:12.364Z | [ helios-setup] Dec 21 04:37:10.837 INFO E| Downloaded serde_derive v1.0.210 |
2753 | 2024-12-21T04:37:12.368Z | [ helios-setup] Dec 21 04:37:10.841 INFO E| Downloaded proc-macro2 v1.0.86 |
2754 | 2024-12-21T04:37:12.372Z | [ helios-setup] Dec 21 04:37:10.845 INFO E| Downloaded serde v1.0.210 |
2755 | 2024-12-21T04:37:12.380Z | [ helios-setup] Dec 21 04:37:10.849 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2756 | 2024-12-21T04:37:12.380Z | [ helios-setup] Dec 21 04:37:10.851 INFO E| Downloaded modular-bitfield v0.11.2 |
2757 | 2024-12-21T04:37:12.393Z | [ helios-setup] Dec 21 04:37:10.866 INFO E| Downloaded structopt v0.3.26 |
2758 | 2024-12-21T04:37:12.404Z | [ helios-setup] Dec 21 04:37:10.877 INFO E| Downloaded proc-macro-crate v0.1.5 |
2759 | 2024-12-21T04:37:12.407Z | [ helios-setup] Dec 21 04:37:10.879 INFO E| Downloaded semver-parser v0.7.0 |
2760 | 2024-12-21T04:37:12.409Z | [ helios-setup] Dec 21 04:37:10.881 INFO E| Downloaded semver v0.9.0 |
2761 | 2024-12-21T04:37:12.412Z | [ helios-setup] Dec 21 04:37:10.883 INFO E| Downloaded once_cell v1.20.1 |
2762 | 2024-12-21T04:37:12.414Z | [ helios-setup] Dec 21 04:37:10.886 INFO E| Downloaded strsim v0.8.0 |
2763 | 2024-12-21T04:37:12.416Z | [ helios-setup] Dec 21 04:37:10.889 INFO E| Downloaded serde_json v1.0.128 |
2764 | 2024-12-21T04:37:12.428Z | [ helios-setup] Dec 21 04:37:10.901 INFO E| Downloaded clap v2.34.0 |
2765 | 2024-12-21T04:37:12.448Z | [ helios-setup] Dec 21 04:37:10.922 INFO E| Downloaded syn v2.0.79 |
2766 | 2024-12-21T04:37:12.465Z | [ helios-setup] Dec 21 04:37:10.939 INFO E| Downloaded pest v2.7.13 |
2767 | 2024-12-21T04:37:12.473Z | [ helios-setup] Dec 21 04:37:10.946 INFO E| Downloaded goblin v0.4.3 |
2768 | 2024-12-21T04:37:12.486Z | [ helios-setup] Dec 21 04:37:10.954 INFO E| Downloaded rustc_version v0.2.3 |
2769 | 2024-12-21T04:37:12.492Z | [ helios-setup] Dec 21 04:37:10.956 INFO E| Downloaded pre v0.2.1 |
2770 | 2024-12-21T04:37:12.492Z | [ helios-setup] Dec 21 04:37:10.957 INFO E| Downloaded libc v0.2.159 |
2771 | 2024-12-21T04:37:12.522Z | [ helios-setup] Dec 21 04:37:10.997 INFO E| Downloaded pest_generator v2.7.13 |
2772 | 2024-12-21T04:37:12.525Z | [ helios-setup] Dec 21 04:37:10.998 INFO E| Downloaded four-cc v0.3.0 |
2773 | 2024-12-21T04:37:12.614Z | [ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling proc-macro2 v1.0.86 |
2774 | 2024-12-21T04:37:12.617Z | [ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling unicode-ident v1.0.13 |
2775 | 2024-12-21T04:37:12.617Z | [ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling syn v1.0.109 |
2776 | 2024-12-21T04:37:12.617Z | [ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling version_check v0.9.5 |
2777 | 2024-12-21T04:37:12.617Z | [ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling memchr v2.7.4 |
2778 | 2024-12-21T04:37:12.617Z | [ helios-setup] Dec 21 04:37:11.089 INFO E| Compiling thiserror v1.0.64 |
2779 | 2024-12-21T04:37:12.617Z | [ helios-setup] Dec 21 04:37:11.090 INFO E| Compiling semver-parser v0.7.0 |
2780 | 2024-12-21T04:37:12.617Z | [ helios-setup] Dec 21 04:37:11.090 INFO E| Compiling autocfg v1.4.0 |
2781 | 2024-12-21T04:37:13.045Z | [ helios-setup] Dec 21 04:37:11.522 INFO E| Compiling serde v1.0.210 |
2782 | 2024-12-21T04:37:13.774Z | [ helios-setup] Dec 21 04:37:12.259 INFO E| Compiling semver v0.9.0 |
2783 | 2024-12-21T04:37:14.104Z | [ helios-setup] Dec 21 04:37:12.587 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2784 | 2024-12-21T04:37:14.289Z | [ helios-setup] Dec 21 04:37:12.776 INFO E| Compiling proc-macro-error v1.0.4 |
2785 | 2024-12-21T04:37:14.351Z | [ helios-setup] Dec 21 04:37:12.842 INFO E| Compiling serde_json v1.0.128 |
2786 | 2024-12-21T04:37:14.497Z | [ helios-setup] Dec 21 04:37:12.984 INFO E| Compiling num-traits v0.2.19 |
2787 | 2024-12-21T04:37:14.844Z | [ host-package] Compiling peg v0.8.4 |
2788 | 2024-12-21T04:37:15.005Z | [ helios-setup] Dec 21 04:37:13.502 INFO E| Compiling rustc_version v0.2.3 |
2789 | 2024-12-21T04:37:15.086Z | [ helios-setup] Dec 21 04:37:13.576 INFO E| Compiling itoa v1.0.11 |
2790 | 2024-12-21T04:37:15.276Z | [ helios-setup] Dec 21 04:37:13.775 INFO E| Compiling ryu v1.0.18 |
2791 | 2024-12-21T04:37:15.306Z | [ helios-setup] Dec 21 04:37:13.805 INFO E| Compiling unicode-segmentation v1.12.0 |
2792 | 2024-12-21T04:37:15.359Z | [ host-package] Compiling tabled v0.15.0 |
2793 | 2024-12-21T04:37:15.428Z | [ helios-setup] Dec 21 04:37:13.929 INFO E| Compiling schemars v0.8.21 |
2794 | 2024-12-21T04:37:15.894Z | [ helios-setup] Dec 21 04:37:14.398 INFO E| Compiling pre-proc-macro v0.2.1 |
2795 | 2024-12-21T04:37:15.936Z | [ helios-setup] Dec 21 04:37:14.442 INFO E| Compiling memoffset v0.5.6 |
2796 | 2024-12-21T04:37:16.169Z | [ helios-setup] Dec 21 04:37:14.676 INFO E| Compiling quote v1.0.37 |
2797 | 2024-12-21T04:37:16.370Z | [ helios-setup] Dec 21 04:37:14.879 INFO E| Compiling lazy_static v1.5.0 |
2798 | 2024-12-21T04:37:16.622Z | [ helios-setup] Dec 21 04:37:15.133 INFO E| Compiling heck v0.3.3 |
2799 | 2024-12-21T04:37:16.633Z | [ helios-setup] Dec 21 04:37:15.145 INFO E| Compiling rustversion v1.0.17 |
2800 | 2024-12-21T04:37:16.648Z | [ helios-setup] Dec 21 04:37:15.160 INFO E| Compiling paste v1.0.15 |
2801 | 2024-12-21T04:37:16.856Z | [ helios-setup] Dec 21 04:37:15.367 INFO E| Compiling syn v2.0.79 |
2802 | 2024-12-21T04:37:17.426Z | [ helios-setup] Dec 21 04:37:15.945 INFO E| Compiling ucd-trie v0.1.7 |
2803 | 2024-12-21T04:37:17.557Z | [ helios-setup] Dec 21 04:37:16.077 INFO E| Compiling libc v0.2.159 |
2804 | 2024-12-21T04:37:18.113Z | [ helios-setup] Dec 21 04:37:16.638 INFO E| Compiling dyn-clone v1.0.17 |
2805 | 2024-12-21T04:37:18.689Z | [ helios-setup] Dec 21 04:37:17.219 INFO E| Compiling pre v0.2.1 |
2806 | 2024-12-21T04:37:18.953Z | [ helios-setup] Dec 21 04:37:17.486 INFO E| Compiling static_assertions v1.1.0 |
2807 | 2024-12-21T04:37:19.051Z | [ helios-setup] Dec 21 04:37:17.584 INFO E| Compiling once_cell v1.20.1 |
2808 | 2024-12-21T04:37:19.301Z | [ helios-setup] Dec 21 04:37:17.830 INFO E| Compiling cfg-if v0.1.10 |
2809 | 2024-12-21T04:37:19.387Z | [ helios-setup] Dec 21 04:37:17.924 INFO E| Compiling byteorder v1.5.0 |
2810 | 2024-12-21T04:37:20.589Z | [ helios-setup] Dec 21 04:37:19.137 INFO E| Compiling unicode-width v0.1.14 |
2811 | 2024-12-21T04:37:21.062Z | [ helios-setup] Dec 21 04:37:19.613 INFO E| Compiling atty v0.2.14 |
2812 | 2024-12-21T04:37:21.485Z | [ helios-setup] Dec 21 04:37:20.040 INFO E| Compiling textwrap v0.11.0 |
2813 | 2024-12-21T04:37:21.624Z | [ helios-setup] Dec 21 04:37:20.181 INFO E| Compiling unic-common v0.9.0 |
2814 | 2024-12-21T04:37:22.185Z | [ helios-setup] Dec 21 04:37:20.747 INFO E| Compiling fletcher v0.1.0 |
2815 | 2024-12-21T04:37:22.343Z | [ helios-setup] Dec 21 04:37:20.906 INFO E| Compiling vec_map v0.8.2 |
2816 | 2024-12-21T04:37:22.579Z | [ helios-setup] Dec 21 04:37:21.144 INFO E| Compiling unic-char-range v0.9.0 |
2817 | 2024-12-21T04:37:22.849Z | [ helios-setup] Dec 21 04:37:21.417 INFO E| Compiling parse_int v0.6.0 |
2818 | 2024-12-21T04:37:22.904Z | [ helios-setup] Dec 21 04:37:21.473 INFO E| Compiling strsim v0.8.0 |
2819 | 2024-12-21T04:37:23.039Z | [ helios-setup] Dec 21 04:37:21.608 INFO E| Compiling bitflags v1.3.2 |
2820 | 2024-12-21T04:37:23.151Z | [ helios-setup] Dec 21 04:37:21.722 INFO E| Compiling ansi_term v0.12.1 |
2821 | 2024-12-21T04:37:23.196Z | [ helios-setup] Dec 21 04:37:21.767 INFO E| Compiling strum v0.23.0 |
2822 | 2024-12-21T04:37:23.217Z | [ helios-setup] Dec 21 04:37:21.788 INFO E| Compiling unic-char-property v0.9.0 |
2823 | 2024-12-21T04:37:23.265Z | [ helios-setup] Dec 21 04:37:21.836 INFO E| Compiling unic-ucd-version v0.9.0 |
2824 | 2024-12-21T04:37:23.449Z | [ helios-setup] Dec 21 04:37:22.022 INFO E| Compiling log v0.4.22 |
2825 | 2024-12-21T04:37:23.498Z | [ helios-setup] Dec 21 04:37:22.072 INFO E| Compiling plain v0.2.3 |
2826 | 2024-12-21T04:37:23.571Z | [ helios-setup] Dec 21 04:37:22.146 INFO E| Compiling unic-ucd-ident v0.9.0 |
2827 | 2024-12-21T04:37:23.946Z | [ helios-setup] Dec 21 04:37:22.524 INFO E| Compiling clap v2.34.0 |
2828 | 2024-12-21T04:37:24.742Z | [ helios-setup] Dec 21 04:37:23.021 INFO E| Compiling bytesize v1.3.0 |
2829 | 2024-12-21T04:37:26.448Z | [ helios-setup] Dec 21 04:37:25.041 INFO E| Compiling serde_derive_internals v0.29.1 |
2830 | 2024-12-21T04:37:28.280Z | [ helios-setup] Dec 21 04:37:26.897 INFO E| Compiling toml v0.5.11 |
2831 | 2024-12-21T04:37:31.719Z | [ helios-setup] Dec 21 04:37:30.367 INFO E| Compiling proc-macro-crate v0.1.5 |
2832 | 2024-12-21T04:37:32.523Z | [ helios-setup] Dec 21 04:37:31.178 INFO E| Compiling thiserror-impl v1.0.64 |
2833 | 2024-12-21T04:37:32.629Z | [ helios-setup] Dec 21 04:37:31.285 INFO E| Compiling serde_derive v1.0.210 |
2834 | 2024-12-21T04:37:32.749Z | [ helios-setup] Dec 21 04:37:31.406 INFO E| Compiling schemars_derive v0.8.21 |
2835 | 2024-12-21T04:37:33.754Z | [ helios-setup] Dec 21 04:37:32.421 INFO E| Compiling zerocopy-derive v0.6.6 |
2836 | 2024-12-21T04:37:34.373Z | [ helios-setup] Dec 21 04:37:33.046 INFO E| Compiling num-derive v0.4.2 |
2837 | 2024-12-21T04:37:37.618Z | [ helios-setup] Dec 21 04:37:36.319 INFO E| Compiling zerocopy v0.6.6 |
2838 | 2024-12-21T04:37:38.902Z | [ helios-setup] Dec 21 04:37:37.616 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2839 | 2024-12-21T04:37:39.173Z | [ helios-setup] Dec 21 04:37:37.877 INFO E| Compiling scroll_derive v0.10.5 |
2840 | 2024-12-21T04:37:39.348Z | [ helios-setup] Dec 21 04:37:38.065 INFO E| Compiling pest v2.7.13 |
2841 | 2024-12-21T04:37:39.357Z | [ helios-setup] Dec 21 04:37:38.073 INFO E| Compiling strum_macros v0.23.1 |
2842 | 2024-12-21T04:37:39.376Z | [ helios-setup] Dec 21 04:37:38.094 INFO E| Compiling structopt-derive v0.4.18 |
2843 | 2024-12-21T04:37:42.395Z | [ helios-setup] Dec 21 04:37:41.141 INFO E| Compiling scroll v0.10.2 |
2844 | 2024-12-21T04:37:43.527Z | [ helios-setup] Dec 21 04:37:42.283 INFO E| Compiling goblin v0.4.3 |
2845 | 2024-12-21T04:37:44.871Z | [ helios-setup] Dec 21 04:37:43.640 INFO E| Compiling modular-bitfield v0.11.2 |
2846 | 2024-12-21T04:37:44.998Z | [ helios-setup] Dec 21 04:37:43.767 INFO E| Compiling structopt v0.3.26 |
2847 | 2024-12-21T04:37:45.105Z | [ helios-setup] Dec 21 04:37:43.875 INFO E| Compiling pest_meta v2.7.13 |
2848 | 2024-12-21T04:37:47.121Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2849 | 2024-12-21T04:37:47.143Z | [ helios-setup] Dec 21 04:37:45.933 INFO E| Compiling pest_generator v2.7.13 |
2850 | 2024-12-21T04:37:50.594Z | [ host-package] Compiling derive_builder v0.20.2 |
2851 | 2024-12-21T04:37:51.012Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2852 | 2024-12-21T04:37:51.121Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2853 | 2024-12-21T04:37:51.497Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2854 | 2024-12-21T04:37:52.208Z | [ host-package] Compiling bcs v0.1.6 |
2855 | 2024-12-21T04:37:52.645Z | [ helios-setup] Dec 21 04:37:51.484 INFO E| Compiling pest_derive v2.7.13 |
2856 | 2024-12-21T04:37:53.484Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2857 | 2024-12-21T04:37:54.086Z | [ host-package] Compiling oso-derive v0.27.3 |
2858 | 2024-12-21T04:37:55.541Z | [ host-package] Compiling libz-sys v1.1.20 |
2859 | 2024-12-21T04:37:56.191Z | [ helios-setup] Dec 21 04:37:55.063 INFO E| Compiling json5 v0.4.1 |
2860 | 2024-12-21T04:37:56.684Z | [ host-package] Compiling quick-xml v0.33.0 |
2861 | 2024-12-21T04:37:57.601Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2862 | 2024-12-21T04:37:58.388Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2863 | 2024-12-21T04:38:01.663Z | [ helios-setup] Dec 21 04:38:00.585 INFO E| Compiling four-cc v0.3.0 |
2864 | 2024-12-21T04:38:01.663Z | [ helios-setup] Dec 21 04:38:00.585 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2865 | 2024-12-21T04:38:01.858Z | [ helios-setup] Dec 21 04:38:00.781 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2866 | 2024-12-21T04:38:02.769Z | [ host-package] Compiling oso v0.27.3 |
2867 | 2024-12-21T04:38:06.203Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2868 | 2024-12-21T04:38:08.160Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2869 | 2024-12-21T04:38:14.974Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2870 | 2024-12-21T04:38:18.559Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2871 | 2024-12-21T04:38:19.114Z | [ host-package] Compiling bb8 v0.8.5 |
2872 | 2024-12-21T04:38:20.053Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2873 | 2024-12-21T04:38:23.223Z | [ host-package] Compiling nibble_vec v0.1.0 |
2874 | 2024-12-21T04:38:23.339Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2875 | 2024-12-21T04:38:23.563Z | [ host-package] Compiling atty v0.2.14 |
2876 | 2024-12-21T04:38:23.796Z | [ host-package] Compiling endian-type v0.1.2 |
2877 | 2024-12-21T04:38:24.101Z | [ host-package] Compiling salty v0.3.0 |
2878 | 2024-12-21T04:38:24.713Z | [ host-package] Compiling radix_trie v0.2.1 |
2879 | 2024-12-21T04:38:26.215Z | [ host-package] Compiling parking_lot v0.11.2 |
2880 | 2024-12-21T04:38:28.559Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2881 | 2024-12-21T04:38:35.647Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2882 | 2024-12-21T04:38:40.732Z | [ host-package] Compiling sled v0.34.7 |
2883 | 2024-12-21T04:38:45.097Z | [ helios-setup] Dec 21 04:38:44.413 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2884 | 2024-12-21T04:38:57.994Z | [ helios-setup] Dec 21 04:38:57.428 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2885 | 2024-12-21T04:39:01.454Z | [ host-package] Compiling mime_guess v2.0.5 |
2886 | 2024-12-21T04:39:02.596Z | [ host-package] Compiling hickory-client v0.24.1 |
2887 | 2024-12-21T04:39:02.993Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2888 | 2024-12-21T04:39:04.384Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2889 | 2024-12-21T04:39:04.941Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2890 | 2024-12-21T04:39:05.440Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2891 | 2024-12-21T04:39:08.534Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2892 | 2024-12-21T04:39:10.341Z | [ host-package] Compiling hickory-server v0.24.1 |
2893 | 2024-12-21T04:39:11.006Z | [ host-package] Compiling primeorder v0.13.6 |
2894 | 2024-12-21T04:39:11.631Z | [ host-package] Compiling castaway v0.2.3 |
2895 | 2024-12-21T04:39:11.854Z | [ host-package] Compiling vergen v8.3.2 |
2896 | 2024-12-21T04:39:12.252Z | [ host-package] Compiling env_filter v0.1.2 |
2897 | 2024-12-21T04:39:13.962Z | [ host-package] Compiling cargo-platform v0.1.8 |
2898 | 2024-12-21T04:39:14.554Z | [ host-package] Compiling nanorand v0.7.0 |
2899 | 2024-12-21T04:39:15.544Z | [ host-package] Compiling memoffset v0.9.1 |
2900 | 2024-12-21T04:39:15.627Z | [ host-package] Compiling flume v0.11.1 |
2901 | 2024-12-21T04:39:16.264Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2902 | 2024-12-21T04:39:16.636Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2903 | 2024-12-21T04:39:20.533Z | [ host-package] Compiling git2 v0.19.0 |
2904 | 2024-12-21T04:39:20.718Z | [ host-package] Compiling env_logger v0.11.5 |
2905 | 2024-12-21T04:39:21.684Z | [ host-package] Compiling compact_str v0.8.0 |
2906 | 2024-12-21T04:39:22.341Z | [ host-package] Compiling p384 v0.13.0 |
2907 | 2024-12-21T04:39:23.655Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2908 | 2024-12-21T04:39:24.634Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2909 | 2024-12-21T04:39:24.809Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2910 | 2024-12-21T04:39:27.517Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2911 | 2024-12-21T04:39:30.656Z | [ host-package] Compiling unicode-truncate v1.1.0 |
2912 | 2024-12-21T04:39:30.690Z | [ host-package] Compiling lru v0.12.5 |
2913 | 2024-12-21T04:39:31.265Z | [ host-package] Compiling rand_seeder v0.3.0 |
2914 | 2024-12-21T04:39:31.305Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2915 | 2024-12-21T04:39:31.760Z | [ host-package] Compiling lzma-sys v0.1.20 |
2916 | 2024-12-21T04:39:32.011Z | [ host-package] Compiling instability v0.3.2 |
2917 | 2024-12-21T04:39:32.316Z | [ host-package] Compiling rustls v0.21.12 |
2918 | 2024-12-21T04:39:32.702Z | [ host-package] Compiling http-range v0.1.5 |
2919 | 2024-12-21T04:39:32.985Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2920 | 2024-12-21T04:39:33.170Z | [ host-package] Compiling cassowary v0.3.0 |
2921 | 2024-12-21T04:39:33.440Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2922 | 2024-12-21T04:39:33.471Z | [ host-package] Compiling nix v0.29.0 |
2923 | 2024-12-21T04:39:33.969Z | [ host-package] Compiling ratatui v0.28.1 |
2924 | 2024-12-21T04:39:34.917Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2925 | 2024-12-21T04:39:36.351Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2926 | 2024-12-21T04:39:37.700Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2927 | 2024-12-21T04:39:38.610Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2928 | 2024-12-21T04:39:38.799Z | [ helios-setup] Dec 21 04:39:38.604 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 30s |
2929 | 2024-12-21T04:39:38.834Z | [ helios-setup] Dec 21 04:39:38.639 INFO building project "amd-host-image-builder" ok (180 seconds) |
2930 | 2024-12-21T04:39:38.837Z | [ helios-setup] Dec 21 04:39:38.639 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2931 | 2024-12-21T04:39:38.837Z | [ helios-setup] Dec 21 04:39:38.639 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2932 | 2024-12-21T04:39:39.155Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2933 | 2024-12-21T04:39:39.161Z | [ helios-setup] Dec 21 04:39:38.969 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2934 | 2024-12-21T04:39:39.487Z | [ host-package] Compiling sct v0.7.1 |
2935 | 2024-12-21T04:39:39.645Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2936 | 2024-12-21T04:39:39.996Z | [ host-package] Compiling heck v0.3.3 |
2937 | 2024-12-21T04:39:40.133Z | [ helios-setup] Dec 21 04:39:39.950 INFO E| From https://github.com/oxidecomputer/progenitor |
2938 | 2024-12-21T04:39:40.133Z | [ helios-setup] Dec 21 04:39:39.950 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2939 | 2024-12-21T04:39:40.169Z | [ helios-setup] Dec 21 04:39:39.986 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2940 | 2024-12-21T04:39:40.169Z | [ helios-setup] Dec 21 04:39:39.987 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2941 | 2024-12-21T04:39:40.300Z | [ helios-setup] Dec 21 04:39:40.118 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2942 | 2024-12-21T04:39:40.461Z | [ host-package] Compiling csv-core v0.1.11 |
2943 | 2024-12-21T04:39:40.810Z | [ helios-setup] Dec 21 04:39:40.632 INFO E| From https://github.com/jclulow/hiercmd |
2944 | 2024-12-21T04:39:40.810Z | [ helios-setup] Dec 21 04:39:40.632 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2945 | 2024-12-21T04:39:40.829Z | [ helios-setup] Dec 21 04:39:40.652 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2946 | 2024-12-21T04:39:41.354Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2947 | 2024-12-21T04:39:41.472Z | [ helios-setup] Dec 21 04:39:41.300 INFO E| From https://github.com/jclulow/network-interface |
2948 | 2024-12-21T04:39:41.472Z | [ helios-setup] Dec 21 04:39:41.301 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2949 | 2024-12-21T04:39:41.493Z | [ helios-setup] Dec 21 04:39:41.320 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2950 | 2024-12-21T04:39:41.704Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2951 | 2024-12-21T04:39:41.972Z | [ helios-setup] Dec 21 04:39:41.805 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2952 | 2024-12-21T04:39:41.972Z | [ helios-setup] Dec 21 04:39:41.805 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2953 | 2024-12-21T04:39:42.025Z | [ helios-setup] Dec 21 04:39:41.858 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2954 | 2024-12-21T04:39:42.034Z | [ host-package] Compiling glob v0.3.1 |
2955 | 2024-12-21T04:39:42.492Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2956 | 2024-12-21T04:39:42.820Z | [ helios-setup] Dec 21 04:39:42.662 INFO E| From https://github.com/oxidecomputer/facade |
2957 | 2024-12-21T04:39:42.820Z | [ helios-setup] Dec 21 04:39:42.662 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2958 | 2024-12-21T04:39:42.863Z | [ helios-setup] Dec 21 04:39:42.705 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2959 | 2024-12-21T04:39:43.614Z | [ helios-setup] Dec 21 04:39:43.462 INFO E| From https://github.com/oxidecomputer/dropshot |
2960 | 2024-12-21T04:39:43.617Z | [ helios-setup] Dec 21 04:39:43.462 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2961 | 2024-12-21T04:39:43.653Z | [ helios-setup] Dec 21 04:39:43.502 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2962 | 2024-12-21T04:39:43.653Z | [ helios-setup] Dec 21 04:39:43.502 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2963 | 2024-12-21T04:39:43.656Z | [ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2964 | 2024-12-21T04:39:43.656Z | [ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2965 | 2024-12-21T04:39:43.656Z | [ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2966 | 2024-12-21T04:39:43.656Z | [ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2967 | 2024-12-21T04:39:43.656Z | [ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2968 | 2024-12-21T04:39:43.656Z | [ helios-setup] Dec 21 04:39:43.503 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2969 | 2024-12-21T04:39:43.704Z | [ helios-setup] Dec 21 04:39:43.553 INFO E| Updating crates.io index |
2970 | 2024-12-21T04:39:43.826Z | [ helios-setup] Dec 21 04:39:43.676 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2971 | 2024-12-21T04:39:44.461Z | [ host-package] Compiling csv v1.3.1 |
2972 | 2024-12-21T04:39:44.609Z | [ helios-setup] Dec 21 04:39:44.466 INFO E| From https://github.com/oxidecomputer/typify |
2973 | 2024-12-21T04:39:44.609Z | [ helios-setup] Dec 21 04:39:44.466 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2974 | 2024-12-21T04:39:44.643Z | [ helios-setup] Dec 21 04:39:44.501 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2975 | 2024-12-21T04:39:44.643Z | [ helios-setup] Dec 21 04:39:44.501 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2976 | 2024-12-21T04:39:44.644Z | [ helios-setup] Dec 21 04:39:44.501 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2977 | 2024-12-21T04:39:44.646Z | [ helios-setup] Dec 21 04:39:44.502 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2978 | 2024-12-21T04:39:44.646Z | [ helios-setup] Dec 21 04:39:44.502 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2979 | 2024-12-21T04:39:44.646Z | [ helios-setup] Dec 21 04:39:44.502 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2980 | 2024-12-21T04:39:44.646Z | [ helios-setup] Dec 21 04:39:44.502 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2981 | 2024-12-21T04:39:44.975Z | [ helios-setup] Dec 21 04:39:44.836 INFO E| Downloading crates ... |
2982 | 2024-12-21T04:39:45.203Z | [ helios-setup] Dec 21 04:39:45.044 INFO E| Downloaded const-random v0.1.15 |
2983 | 2024-12-21T04:39:45.207Z | [ helios-setup] Dec 21 04:39:45.047 INFO E| Downloaded ahash v0.7.6 |
2984 | 2024-12-21T04:39:45.207Z | [ helios-setup] Dec 21 04:39:45.056 INFO E| Downloaded const-random-macro v0.1.15 |
2985 | 2024-12-21T04:39:45.207Z | [ helios-setup] Dec 21 04:39:45.058 INFO E| Downloaded project-root v0.2.2 |
2986 | 2024-12-21T04:39:45.207Z | [ helios-setup] Dec 21 04:39:45.060 INFO E| Downloaded concolor-override v1.0.0 |
2987 | 2024-12-21T04:39:45.207Z | [ helios-setup] Dec 21 04:39:45.061 INFO E| Downloaded async-stream-impl v0.3.5 |
2988 | 2024-12-21T04:39:45.207Z | [ helios-setup] Dec 21 04:39:45.066 INFO E| Downloaded ahash v0.8.3 |
2989 | 2024-12-21T04:39:45.255Z | [ helios-setup] Dec 21 04:39:45.118 INFO E| Downloaded smawk v0.3.1 |
2990 | 2024-12-21T04:39:45.262Z | [ helios-setup] Dec 21 04:39:45.126 INFO E| Downloaded rustls-pemfile v1.0.2 |
2991 | 2024-12-21T04:39:45.269Z | [ helios-setup] Dec 21 04:39:45.133 INFO E| Downloaded dyn-clone v1.0.11 |
2992 | 2024-12-21T04:39:45.283Z | [ helios-setup] Dec 21 04:39:45.147 INFO E| Downloaded socket2 v0.4.9 |
2993 | 2024-12-21T04:39:45.285Z | [ helios-setup] Dec 21 04:39:45.150 INFO E| Downloaded slog-bunyan v2.4.0 |
2994 | 2024-12-21T04:39:45.287Z | [ helios-setup] Dec 21 04:39:45.151 INFO E| Downloaded num_enum v0.5.7 |
2995 | 2024-12-21T04:39:45.292Z | [ helios-setup] Dec 21 04:39:45.156 INFO E| Downloaded strsim v0.10.0 |
2996 | 2024-12-21T04:39:45.295Z | [ helios-setup] Dec 21 04:39:45.159 INFO E| Downloaded tempfile v3.5.0 |
2997 | 2024-12-21T04:39:45.298Z | [ helios-setup] Dec 21 04:39:45.162 INFO E| Downloaded smallvec v1.10.0 |
2998 | 2024-12-21T04:39:45.301Z | [ helios-setup] Dec 21 04:39:45.165 INFO E| Downloaded smartstring v1.0.1 |
2999 | 2024-12-21T04:39:45.304Z | [ helios-setup] Dec 21 04:39:45.169 INFO E| Downloaded try-lock v0.2.4 |
3000 | 2024-12-21T04:39:45.307Z | [ helios-setup] Dec 21 04:39:45.170 INFO E| Downloaded paste v1.0.12 |
3001 | 2024-12-21T04:39:45.311Z | [ helios-setup] Dec 21 04:39:45.176 INFO E| Downloaded proc-macro-crate v1.2.1 |
3002 | 2024-12-21T04:39:45.314Z | [ helios-setup] Dec 21 04:39:45.178 INFO E| Downloaded http-body v0.4.5 |
3003 | 2024-12-21T04:39:45.316Z | [ helios-setup] Dec 21 04:39:45.180 INFO E| Downloaded home v0.5.4 |
3004 | 2024-12-21T04:39:45.319Z | [ helios-setup] Dec 21 04:39:45.182 INFO E| Downloaded futures-executor v0.3.28 |
3005 | 2024-12-21T04:39:45.321Z | [ helios-setup] Dec 21 04:39:45.185 INFO E| Downloaded percent-encoding v2.2.0 |
3006 | 2024-12-21T04:39:45.324Z | [ helios-setup] Dec 21 04:39:45.186 INFO E| Downloaded want v0.3.0 |
3007 | 2024-12-21T04:39:45.324Z | [ helios-setup] Dec 21 04:39:45.188 INFO E| Downloaded futures-sink v0.3.28 |
3008 | 2024-12-21T04:39:45.327Z | [ helios-setup] Dec 21 04:39:45.189 INFO E| Downloaded either v1.8.0 |
3009 | 2024-12-21T04:39:45.327Z | [ helios-setup] Dec 21 04:39:45.191 INFO E| Downloaded byteorder v1.4.3 |
3010 | 2024-12-21T04:39:45.330Z | [ helios-setup] Dec 21 04:39:45.195 INFO E| Downloaded toml_datetime v0.6.1 |
3011 | 2024-12-21T04:39:45.333Z | [ helios-setup] Dec 21 04:39:45.196 INFO E| Downloaded thiserror-impl v1.0.38 |
3012 | 2024-12-21T04:39:45.335Z | [ helios-setup] Dec 21 04:39:45.199 INFO E| Downloaded jobserver v0.1.26 |
3013 | 2024-12-21T04:39:45.338Z | [ helios-setup] Dec 21 04:39:45.202 INFO E| Downloaded camino v1.1.4 |
3014 | 2024-12-21T04:39:45.340Z | [ helios-setup] Dec 21 04:39:45.205 INFO E| Downloaded terminal_size v0.2.6 |
3015 | 2024-12-21T04:39:45.357Z | [ helios-setup] Dec 21 04:39:45.221 INFO E| Downloaded utf8parse v0.2.1 |
3016 | 2024-12-21T04:39:45.359Z | [ helios-setup] Dec 21 04:39:45.224 INFO E| Downloaded bincode v1.3.3 |
3017 | 2024-12-21T04:39:45.363Z | [ helios-setup] Dec 21 04:39:45.228 INFO E| Downloaded scopeguard v1.1.0 |
3018 | 2024-12-21T04:39:45.366Z | [ helios-setup] Dec 21 04:39:45.231 INFO E| Downloaded semver v0.11.0 |
3019 | 2024-12-21T04:39:45.370Z | [ helios-setup] Dec 21 04:39:45.234 INFO E| Downloaded semver-parser v0.10.2 |
3020 | 2024-12-21T04:39:45.373Z | [ helios-setup] Dec 21 04:39:45.238 INFO E| Downloaded sha1 v0.10.5 |
3021 | 2024-12-21T04:39:45.377Z | [ helios-setup] Dec 21 04:39:45.242 INFO E| Downloaded io-lifetimes v1.0.10 |
3022 | 2024-12-21T04:39:45.382Z | [ helios-setup] Dec 21 04:39:45.247 INFO E| Downloaded pkg-config v0.3.26 |
3023 | 2024-12-21T04:39:45.385Z | [ helios-setup] Dec 21 04:39:45.250 INFO E| Downloaded signal-hook-registry v1.4.0 |
3024 | 2024-12-21T04:39:45.388Z | [ helios-setup] Dec 21 04:39:45.253 INFO E| Downloaded log v0.4.17 |
3025 | 2024-12-21T04:39:45.393Z | [ helios-setup] Dec 21 04:39:45.258 INFO E| Downloaded sha2 v0.10.6 |
3026 | 2024-12-21T04:39:45.397Z | [ helios-setup] Dec 21 04:39:45.262 INFO E| Downloaded tokio-rustls v0.24.0 |
3027 | 2024-12-21T04:39:45.401Z | [ helios-setup] Dec 21 04:39:45.266 INFO E| Downloaded slab v0.4.7 |
3028 | 2024-12-21T04:39:45.404Z | [ helios-setup] Dec 21 04:39:45.269 INFO E| Downloaded sct v0.7.0 |
3029 | 2024-12-21T04:39:45.413Z | [ helios-setup] Dec 21 04:39:45.276 INFO E| Downloaded cc v1.0.78 |
3030 | 2024-12-21T04:39:45.416Z | [ helios-setup] Dec 21 04:39:45.281 INFO E| Downloaded serde_derive_internals v0.26.0 |
3031 | 2024-12-21T04:39:45.421Z | [ helios-setup] Dec 21 04:39:45.285 INFO E| Downloaded toml v0.7.3 |
3032 | 2024-12-21T04:39:45.430Z | [ helios-setup] Dec 21 04:39:45.294 INFO E| Downloaded serde_tokenstream v0.2.0 |
3033 | 2024-12-21T04:39:45.434Z | [ helios-setup] Dec 21 04:39:45.300 INFO E| Downloaded tinyvec v1.6.0 |
3034 | 2024-12-21T04:39:45.439Z | [ helios-setup] Dec 21 04:39:45.305 INFO E| Downloaded unicode-ident v1.0.8 |
3035 | 2024-12-21T04:39:45.444Z | [ helios-setup] Dec 21 04:39:45.309 INFO E| Downloaded uuid v1.3.0 |
3036 | 2024-12-21T04:39:45.451Z | [ helios-setup] Dec 21 04:39:45.316 INFO E| Downloaded unicode-bidi v0.3.13 |
3037 | 2024-12-21T04:39:45.454Z | [ helios-setup] Dec 21 04:39:45.320 INFO E| Downloaded rayon-core v1.10.2 |
3038 | 2024-12-21T04:39:45.460Z | [ helios-setup] Dec 21 04:39:45.326 INFO E| Downloaded tracing-core v0.1.30 |
3039 | 2024-12-21T04:39:45.465Z | [ helios-setup] Dec 21 04:39:45.331 INFO E| Downloaded serde_derive v1.0.204 |
3040 | 2024-12-21T04:39:45.470Z | [ helios-setup] Dec 21 04:39:45.335 INFO E| Downloaded tungstenite v0.18.0 |
3041 | 2024-12-21T04:39:45.474Z | [ helios-setup] Dec 21 04:39:45.340 INFO E| Downloaded serde_yaml v0.9.21 |
3042 | 2024-12-21T04:39:45.481Z | [ helios-setup] Dec 21 04:39:45.346 INFO E| Downloaded unsafe-libyaml v0.2.8 |
3043 | 2024-12-21T04:39:45.486Z | [ helios-setup] Dec 21 04:39:45.352 INFO E| Downloaded serde v1.0.204 |
3044 | 2024-12-21T04:39:45.491Z | [ helios-setup] Dec 21 04:39:45.357 INFO E| Downloaded tokio-util v0.7.7 |
3045 | 2024-12-21T04:39:45.503Z | [ helios-setup] Dec 21 04:39:45.369 INFO E| Downloaded url v2.3.1 |
3046 | 2024-12-21T04:39:45.508Z | [ helios-setup] Dec 21 04:39:45.374 INFO E| Downloaded aho-corasick v0.7.20 |
3047 | 2024-12-21T04:39:45.514Z | [ helios-setup] Dec 21 04:39:45.380 INFO E| Downloaded winnow v0.4.1 |
3048 | 2024-12-21T04:39:45.527Z | [ helios-setup] Dec 21 04:39:45.393 INFO E| Downloaded unicode-normalization v0.1.22 |
3049 | 2024-12-21T04:39:45.532Z | [ helios-setup] Dec 21 04:39:45.399 INFO E| Downloaded serde_json v1.0.95 |
3050 | 2024-12-21T04:39:45.544Z | [ helios-setup] Dec 21 04:39:45.410 INFO E| Downloaded pest v2.5.7 |
3051 | 2024-12-21T04:39:45.551Z | [ helios-setup] Dec 21 04:39:45.417 INFO E| Downloaded http v0.2.9 |
3052 | 2024-12-21T04:39:45.558Z | [ helios-setup] Dec 21 04:39:45.423 INFO E| Downloaded syn v2.0.72 |
3053 | 2024-12-21T04:39:45.575Z | [ helios-setup] Dec 21 04:39:45.442 INFO E| Downloaded syn v1.0.107 |
3054 | 2024-12-21T04:39:45.591Z | [ helios-setup] Dec 21 04:39:45.458 INFO E| Downloaded reqwest v0.11.16 |
3055 | 2024-12-21T04:39:45.604Z | [ helios-setup] Dec 21 04:39:45.471 INFO E| Downloaded rayon v1.6.1 |
3056 | 2024-12-21T04:39:45.618Z | [ helios-setup] Dec 21 04:39:45.485 INFO E| Downloaded futures-util v0.3.28 |
3057 | 2024-12-21T04:39:45.638Z | [ helios-setup] Dec 21 04:39:45.505 INFO E| Downloaded h2 v0.3.16 |
3058 | 2024-12-21T04:39:45.648Z | [ helios-setup] Dec 21 04:39:45.515 INFO E| Downloaded hyper v0.14.25 |
3059 | 2024-12-21T04:39:45.661Z | [ helios-setup] Dec 21 04:39:45.528 INFO E| Downloaded git2 v0.16.1 |
3060 | 2024-12-21T04:39:45.674Z | [ helios-setup] Dec 21 04:39:45.542 INFO E| Downloaded regress v0.5.0 |
3061 | 2024-12-21T04:39:45.685Z | [ helios-setup] Dec 21 04:39:45.553 INFO E| Downloaded regex v1.7.3 |
3062 | 2024-12-21T04:39:45.698Z | [ helios-setup] Dec 21 04:39:45.565 INFO E| Downloaded rustls v0.21.0 |
3063 | 2024-12-21T04:39:45.715Z | [ helios-setup] Dec 21 04:39:45.583 INFO E| Downloaded rustix v0.37.3 |
3064 | 2024-12-21T04:39:45.744Z | [ helios-setup] Dec 21 04:39:45.612 INFO E| Downloaded rhai v1.14.0 |
3065 | 2024-12-21T04:39:45.767Z | [ helios-setup] Dec 21 04:39:45.635 INFO E| Downloaded chrono v0.4.24 |
3066 | 2024-12-21T04:39:45.778Z | [ helios-setup] Dec 21 04:39:45.646 INFO E| Downloaded clap_builder v4.2.1 |
3067 | 2024-12-21T04:39:45.789Z | [ helios-setup] Dec 21 04:39:45.658 INFO E| Downloaded mio v0.8.5 |
3068 | 2024-12-21T04:39:45.799Z | [ helios-setup] Dec 21 04:39:45.667 INFO E| Downloaded openapiv3 v1.0.2 |
3069 | 2024-12-21T04:39:45.819Z | [ helios-setup] Dec 21 04:39:45.687 INFO E| Downloaded unicode-linebreak v0.1.4 |
3070 | 2024-12-21T04:39:45.822Z | [ helios-setup] Dec 21 04:39:45.691 INFO E| Downloaded toml_edit v0.19.8 |
3071 | 2024-12-21T04:39:45.851Z | [ helios-setup] Dec 21 04:39:45.720 INFO E| Downloaded crossbeam-channel v0.5.6 |
3072 | 2024-12-21T04:39:45.858Z | [ helios-setup] Dec 21 04:39:45.727 INFO E| Downloaded tracing v0.1.37 |
3073 | 2024-12-21T04:39:45.865Z | [ helios-setup] Dec 21 04:39:45.734 INFO E| Downloaded rustls-webpki v0.100.1 |
3074 | 2024-12-21T04:39:45.875Z | [ helios-setup] Dec 21 04:39:45.744 INFO E| Downloaded base64 v0.21.0 |
3075 | 2024-12-21T04:39:45.881Z | [ helios-setup] Dec 21 04:39:45.751 INFO E| Downloaded memchr v2.5.0 |
3076 | 2024-12-21T04:39:45.888Z | [ helios-setup] Dec 21 04:39:45.758 INFO E| Downloaded schemars v0.8.12 |
3077 | 2024-12-21T04:39:45.907Z | [ helios-setup] Dec 21 04:39:45.777 INFO E| Downloaded bytes v1.4.0 |
3078 | 2024-12-21T04:39:45.914Z | [ helios-setup] Dec 21 04:39:45.783 INFO E| Downloaded tokio v1.27.0 |
3079 | 2024-12-21T04:39:45.976Z | [ helios-setup] Dec 21 04:39:45.846 INFO E| Downloaded textwrap v0.16.0 |
3080 | 2024-12-21T04:39:45.980Z | [ helios-setup] Dec 21 04:39:45.850 INFO E| Downloaded ryu v1.0.13 |
3081 | 2024-12-21T04:39:45.984Z | [ helios-setup] Dec 21 04:39:45.855 INFO E| Downloaded anyhow v1.0.68 |
3082 | 2024-12-21T04:39:45.990Z | [ helios-setup] Dec 21 04:39:45.861 INFO E| Downloaded ucd-trie v0.1.5 |
3083 | 2024-12-21T04:39:45.993Z | [ helios-setup] Dec 21 04:39:45.864 INFO E| Downloaded parking_lot_core v0.9.6 |
3084 | 2024-12-21T04:39:45.997Z | [ helios-setup] Dec 21 04:39:45.867 INFO E| Downloaded num-traits v0.2.15 |
3085 | 2024-12-21T04:39:46.001Z | [ helios-setup] Dec 21 04:39:45.872 INFO E| Downloaded clap v4.2.1 |
3086 | 2024-12-21T04:39:46.015Z | [ helios-setup] Dec 21 04:39:45.886 INFO E| Downloaded semver v1.0.17 |
3087 | 2024-12-21T04:39:46.019Z | [ helios-setup] Dec 21 04:39:45.890 INFO E| Downloaded parking_lot v0.12.1 |
3088 | 2024-12-21T04:39:46.024Z | [ helios-setup] Dec 21 04:39:45.895 INFO E| Downloaded libc v0.2.139 |
3089 | 2024-12-21T04:39:46.065Z | [ helios-setup] Dec 21 04:39:45.935 INFO E| Downloaded futures v0.3.28 |
3090 | 2024-12-21T04:39:46.073Z | [ helios-setup] Dec 21 04:39:45.944 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3091 | 2024-12-21T04:39:46.078Z | [ helios-setup] Dec 21 04:39:45.949 INFO E| Downloaded tokio-tungstenite v0.18.0 |
3092 | 2024-12-21T04:39:46.082Z | [ helios-setup] Dec 21 04:39:45.953 INFO E| Downloaded time v0.1.45 |
3093 | 2024-12-21T04:39:46.085Z | [ helios-setup] Dec 21 04:39:45.956 INFO E| Downloaded crossbeam-utils v0.8.14 |
3094 | 2024-12-21T04:39:46.090Z | [ helios-setup] Dec 21 04:39:45.961 INFO E| Downloaded serde_spanned v0.6.1 |
3095 | 2024-12-21T04:39:46.092Z | [ helios-setup] Dec 21 04:39:45.964 INFO E| Downloaded rhai_codegen v1.5.0 |
3096 | 2024-12-21T04:39:46.106Z | [ helios-setup] Dec 21 04:39:45.978 INFO E| Downloaded clap_derive v4.2.0 |
3097 | 2024-12-21T04:39:46.111Z | [ helios-setup] Dec 21 04:39:45.982 INFO E| Downloaded getrandom v0.2.8 |
3098 | 2024-12-21T04:39:46.115Z | [ helios-setup] Dec 21 04:39:45.987 INFO E| Downloaded serde_path_to_error v0.1.11 |
3099 | 2024-12-21T04:39:46.118Z | [ helios-setup] Dec 21 04:39:45.990 INFO E| Downloaded slog-async v2.7.0 |
3100 | 2024-12-21T04:39:46.121Z | [ helios-setup] Dec 21 04:39:45.992 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3101 | 2024-12-21T04:39:46.124Z | [ helios-setup] Dec 21 04:39:45.995 INFO E| Downloaded once_cell v1.17.0 |
3102 | 2024-12-21T04:39:46.127Z | [ helios-setup] Dec 21 04:39:45.999 INFO E| Downloaded lock_api v0.4.9 |
3103 | 2024-12-21T04:39:46.130Z | [ helios-setup] Dec 21 04:39:46.002 INFO E| Downloaded autocfg v1.1.0 |
3104 | 2024-12-21T04:39:46.133Z | [ helios-setup] Dec 21 04:39:46.005 INFO E| Downloaded tower-service v0.3.2 |
3105 | 2024-12-21T04:39:46.136Z | [ helios-setup] Dec 21 04:39:46.007 INFO E| Downloaded tokio-macros v2.0.0 |
3106 | 2024-12-21T04:39:46.138Z | [ helios-setup] Dec 21 04:39:46.008 INFO E| Downloaded thiserror v1.0.38 |
3107 | 2024-12-21T04:39:46.170Z | [ helios-setup] Dec 21 04:39:46.041 INFO E| Downloaded quote v1.0.36 |
3108 | 2024-12-21T04:39:46.173Z | [ helios-setup] Dec 21 04:39:46.045 INFO E| Downloaded pin-project-lite v0.2.9 |
3109 | 2024-12-21T04:39:46.180Z | [ helios-setup] Dec 21 04:39:46.052 INFO E| Downloaded ipnet v2.7.2 |
3110 | 2024-12-21T04:39:46.182Z | [ helios-setup] Dec 21 04:39:46.054 INFO E| Downloaded iana-time-zone v0.1.56 |
3111 | 2024-12-21T04:39:46.185Z | [ helios-setup] Dec 21 04:39:46.057 INFO E| Downloaded httparse v1.8.0 |
3112 | 2024-12-21T04:39:46.188Z | [ helios-setup] Dec 21 04:39:46.060 INFO E| Downloaded futures-channel v0.3.28 |
3113 | 2024-12-21T04:39:46.190Z | [ helios-setup] Dec 21 04:39:46.063 INFO E| Downloaded digest v0.10.6 |
3114 | 2024-12-21T04:39:46.193Z | [ helios-setup] Dec 21 04:39:46.065 INFO E| Downloaded cargo-lock v8.0.3 |
3115 | 2024-12-21T04:39:46.196Z | [ helios-setup] Dec 21 04:39:46.068 INFO E| Downloaded async-trait v0.1.68 |
3116 | 2024-12-21T04:39:46.201Z | [ helios-setup] Dec 21 04:39:46.074 INFO E| Downloaded schemars_derive v0.8.12 |
3117 | 2024-12-21T04:39:46.204Z | [ helios-setup] Dec 21 04:39:46.076 INFO E| Downloaded crossbeam-deque v0.8.2 |
3118 | 2024-12-21T04:39:46.206Z | [ helios-setup] Dec 21 04:39:46.078 INFO E| Downloaded async-stream v0.3.5 |
3119 | 2024-12-21T04:39:46.213Z | [ helios-setup] Dec 21 04:39:46.081 INFO E| Downloaded is-terminal v0.4.7 |
3120 | 2024-12-21T04:39:46.215Z | [ helios-setup] Dec 21 04:39:46.088 INFO E| Downloaded futures-io v0.3.28 |
3121 | 2024-12-21T04:39:46.219Z | [ helios-setup] Dec 21 04:39:46.089 INFO E| Downloaded form_urlencoded v1.1.0 |
3122 | 2024-12-21T04:39:46.219Z | [ helios-setup] Dec 21 04:39:46.090 INFO E| Downloaded toolchain_find v0.2.0 |
3123 | 2024-12-21T04:39:46.223Z | [ helios-setup] Dec 21 04:39:46.092 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3124 | 2024-12-21T04:39:46.223Z | [ helios-setup] Dec 21 04:39:46.094 INFO E| Downloaded itoa v1.0.6 |
3125 | 2024-12-21T04:39:46.226Z | [ helios-setup] Dec 21 04:39:46.096 INFO E| Downloaded num_cpus v1.15.0 |
3126 | 2024-12-21T04:39:46.228Z | [ helios-setup] Dec 21 04:39:46.100 INFO E| Downloaded memoffset v0.7.1 |
3127 | 2024-12-21T04:39:46.230Z | [ helios-setup] Dec 21 04:39:46.102 INFO E| Downloaded futures-macro v0.3.28 |
3128 | 2024-12-21T04:39:46.233Z | [ helios-setup] Dec 21 04:39:46.104 INFO E| Downloaded fastrand v1.9.0 |
3129 | 2024-12-21T04:39:46.235Z | [ helios-setup] Dec 21 04:39:46.106 INFO E| Downloaded clap_lex v0.4.1 |
3130 | 2024-12-21T04:39:46.235Z | [ helios-setup] Dec 21 04:39:46.108 INFO E| Downloaded ppv-lite86 v0.2.17 |
3131 | 2024-12-21T04:39:46.238Z | [ helios-setup] Dec 21 04:39:46.110 INFO E| Downloaded num_enum_derive v0.5.7 |
3132 | 2024-12-21T04:39:46.240Z | [ helios-setup] Dec 21 04:39:46.112 INFO E| Downloaded num-integer v0.1.45 |
3133 | 2024-12-21T04:39:46.242Z | [ helios-setup] Dec 21 04:39:46.114 INFO E| Downloaded lazy_static v1.4.0 |
3134 | 2024-12-21T04:39:46.244Z | [ helios-setup] Dec 21 04:39:46.116 INFO E| Downloaded httpdate v1.0.2 |
3135 | 2024-12-21T04:39:46.248Z | [ helios-setup] Dec 21 04:39:46.119 INFO E| Downloaded futures-task v0.3.28 |
3136 | 2024-12-21T04:39:46.251Z | [ helios-setup] Dec 21 04:39:46.122 INFO E| Downloaded futures-core v0.3.28 |
3137 | 2024-12-21T04:39:46.251Z | [ helios-setup] Dec 21 04:39:46.124 INFO E| Downloaded built v0.6.0 |
3138 | 2024-12-21T04:39:46.254Z | [ helios-setup] Dec 21 04:39:46.126 INFO E| Downloaded anstyle v0.3.5 |
3139 | 2024-12-21T04:39:46.256Z | [ helios-setup] Dec 21 04:39:46.128 INFO E| Downloaded concolor-query v0.3.3 |
3140 | 2024-12-21T04:39:46.258Z | [ helios-setup] Dec 21 04:39:46.130 INFO E| Downloaded anstyle-parse v0.1.1 |
3141 | 2024-12-21T04:39:46.262Z | [ helios-setup] Dec 21 04:39:46.134 INFO E| Downloaded anstream v0.2.6 |
3142 | 2024-12-21T04:39:46.277Z | [ helios-setup] Dec 21 04:39:46.149 INFO E| Downloaded encoding_rs v0.8.32 |
3143 | 2024-12-21T04:39:46.374Z | [ helios-setup] Dec 21 04:39:46.247 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3144 | 2024-12-21T04:39:46.583Z | [ helios-setup] Dec 21 04:39:46.459 INFO E| Downloaded libz-sys v1.1.8 |
3145 | 2024-12-21T04:39:47.080Z | [ helios-setup] Dec 21 04:39:46.821 INFO E| Compiling proc-macro2 v1.0.86 |
3146 | 2024-12-21T04:39:47.097Z | [ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling libc v0.2.139 |
3147 | 2024-12-21T04:39:47.097Z | [ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling unicode-ident v1.0.8 |
3148 | 2024-12-21T04:39:47.097Z | [ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling autocfg v1.1.0 |
3149 | 2024-12-21T04:39:47.097Z | [ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling cfg-if v1.0.0 |
3150 | 2024-12-21T04:39:47.097Z | [ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling version_check v0.9.4 |
3151 | 2024-12-21T04:39:47.097Z | [ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling serde v1.0.204 |
3152 | 2024-12-21T04:39:47.097Z | [ helios-setup] Dec 21 04:39:46.822 INFO E| Compiling syn v1.0.107 |
3153 | 2024-12-21T04:39:47.251Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3154 | 2024-12-21T04:39:47.442Z | [ helios-setup] Dec 21 04:39:47.325 INFO E| Compiling memchr v2.5.0 |
3155 | 2024-12-21T04:39:48.512Z | [ helios-setup] Dec 21 04:39:48.405 INFO E| Compiling once_cell v1.17.0 |
3156 | 2024-12-21T04:39:48.666Z | [ helios-setup] Dec 21 04:39:48.560 INFO E| Compiling thiserror v1.0.38 |
3157 | 2024-12-21T04:39:48.994Z | [ helios-setup] Dec 21 04:39:48.892 INFO E| Compiling log v0.4.17 |
3158 | 2024-12-21T04:39:49.381Z | [ helios-setup] Dec 21 04:39:49.283 INFO E| Compiling itoa v1.0.6 |
3159 | 2024-12-21T04:39:49.815Z | [ helios-setup] Dec 21 04:39:49.718 INFO E| Compiling serde_json v1.0.95 |
3160 | 2024-12-21T04:39:50.443Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3161 | 2024-12-21T04:39:50.798Z | [ helios-setup] Dec 21 04:39:50.712 INFO E| Compiling getrandom v0.2.8 |
3162 | 2024-12-21T04:39:50.864Z | [ helios-setup] Dec 21 04:39:50.778 INFO E| Compiling indexmap v1.9.3 |
3163 | 2024-12-21T04:39:51.042Z | [ helios-setup] Dec 21 04:39:50.958 INFO E| Compiling jobserver v0.1.26 |
3164 | 2024-12-21T04:39:51.429Z | [ helios-setup] Dec 21 04:39:51.348 INFO E| Compiling quote v1.0.36 |
3165 | 2024-12-21T04:39:51.772Z | [ helios-setup] Dec 21 04:39:51.695 INFO E| Compiling pin-project-lite v0.2.9 |
3166 | 2024-12-21T04:39:51.827Z | [ helios-setup] Dec 21 04:39:51.750 INFO E| Compiling scopeguard v1.1.0 |
3167 | 2024-12-21T04:39:51.829Z | [ host-package] Compiling nix v0.27.1 |
3168 | 2024-12-21T04:39:51.876Z | [ helios-setup] Dec 21 04:39:51.799 INFO E| Compiling cc v1.0.78 |
3169 | 2024-12-21T04:39:52.181Z | [ helios-setup] Dec 21 04:39:52.107 INFO E| Compiling num-integer v0.1.45 |
3170 | 2024-12-21T04:39:52.240Z | [ helios-setup] Dec 21 04:39:52.167 INFO E| Compiling futures-core v0.3.28 |
3171 | 2024-12-21T04:39:52.243Z | [ helios-setup] Dec 21 04:39:52.168 INFO E| Compiling bytes v1.4.0 |
3172 | 2024-12-21T04:39:52.507Z | [ helios-setup] Dec 21 04:39:52.437 INFO E| Compiling syn v2.0.72 |
3173 | 2024-12-21T04:39:53.232Z | [ helios-setup] Dec 21 04:39:53.167 INFO E| Compiling ryu v1.0.13 |
3174 | 2024-12-21T04:39:54.549Z | [ helios-setup] Dec 21 04:39:54.496 INFO E| Compiling lock_api v0.4.9 |
3175 | 2024-12-21T04:39:54.614Z | [ helios-setup] Dec 21 04:39:54.563 INFO E| Compiling typenum v1.16.0 |
3176 | 2024-12-21T04:39:55.152Z | [ helios-setup] Dec 21 04:39:55.105 INFO E| Compiling bitflags v1.3.2 |
3177 | 2024-12-21T04:39:55.364Z | [ helios-setup] Dec 21 04:39:55.319 INFO E| Compiling parking_lot_core v0.9.6 |
3178 | 2024-12-21T04:39:55.648Z | [ helios-setup] Dec 21 04:39:55.605 INFO E| Compiling num_cpus v1.15.0 |
3179 | 2024-12-21T04:39:56.004Z | [ helios-setup] Dec 21 04:39:55.964 INFO E| Compiling generic-array v0.14.6 |
3180 | 2024-12-21T04:39:56.195Z | [ helios-setup] Dec 21 04:39:56.158 INFO E| Compiling slab v0.4.7 |
3181 | 2024-12-21T04:39:56.286Z | [ helios-setup] Dec 21 04:39:56.250 INFO E| Compiling futures-sink v0.3.28 |
3182 | 2024-12-21T04:39:56.286Z | [ helios-setup] Dec 21 04:39:56.250 INFO E| Compiling futures-task v0.3.28 |
3183 | 2024-12-21T04:39:56.625Z | [ helios-setup] Dec 21 04:39:56.592 INFO E| Compiling futures-channel v0.3.28 |
3184 | 2024-12-21T04:39:57.248Z | [ helios-setup] Dec 21 04:39:57.218 INFO E| Compiling tokio v1.27.0 |
3185 | 2024-12-21T04:39:57.358Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3186 | 2024-12-21T04:39:57.425Z | [ helios-setup] Dec 21 04:39:57.398 INFO E| Compiling futures-util v0.3.28 |
3187 | 2024-12-21T04:39:57.605Z | [ helios-setup] Dec 21 04:39:57.581 INFO E| Compiling schemars v0.8.12 |
3188 | 2024-12-21T04:39:58.589Z | [ helios-setup] Dec 21 04:39:58.573 INFO E| Compiling mio v0.8.5 |
3189 | 2024-12-21T04:39:58.744Z | [ helios-setup] Dec 21 04:39:58.730 INFO E| Compiling signal-hook-registry v1.4.0 |
3190 | 2024-12-21T04:39:59.024Z | [ helios-setup] Dec 21 04:39:59.012 INFO E| Compiling socket2 v0.4.9 |
3191 | 2024-12-21T04:39:59.246Z | [ helios-setup] Dec 21 04:39:59.237 INFO E| Compiling ahash v0.7.6 |
3192 | 2024-12-21T04:39:59.449Z | [ helios-setup] Dec 21 04:39:59.439 INFO E| Compiling num-traits v0.2.15 |
3193 | 2024-12-21T04:40:00.274Z | [ helios-setup] Dec 21 04:40:00.272 INFO E| Compiling pin-utils v0.1.0 |
3194 | 2024-12-21T04:40:00.475Z | [ helios-setup] Dec 21 04:40:00.476 INFO E| Compiling futures-io v0.3.28 |
3195 | 2024-12-21T04:40:00.855Z | [ helios-setup] Dec 21 04:40:00.860 INFO E| Compiling crunchy v0.2.2 |
3196 | 2024-12-21T04:40:00.936Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3197 | 2024-12-21T04:40:01.315Z | [ helios-setup] Dec 21 04:40:01.324 INFO E| Compiling io-lifetimes v1.0.10 |
3198 | 2024-12-21T04:40:02.575Z | [ helios-setup] Dec 21 04:40:02.580 INFO E| Compiling ahash v0.8.3 |
3199 | 2024-12-21T04:40:03.138Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3200 | 2024-12-21T04:40:03.251Z | [ helios-setup] Dec 21 04:40:03.276 INFO E| Compiling tiny-keccak v2.0.2 |
3201 | 2024-12-21T04:40:03.251Z | [ helios-setup] Dec 21 04:40:03.277 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3202 | 2024-12-21T04:40:03.542Z | [ helios-setup] Dec 21 04:40:03.572 INFO E| Compiling hashbrown v0.12.3 |
3203 | 2024-12-21T04:40:03.655Z | [ helios-setup] Dec 21 04:40:03.686 INFO E| Compiling rustix v0.37.3 |
3204 | 2024-12-21T04:40:03.844Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3205 | 2024-12-21T04:40:04.388Z | [ helios-setup] Dec 21 04:40:04.425 INFO E| Compiling block-buffer v0.10.3 |
3206 | 2024-12-21T04:40:04.557Z | [ helios-setup] Dec 21 04:40:04.592 INFO E| Compiling serde_derive_internals v0.26.0 |
3207 | 2024-12-21T04:40:04.880Z | [ helios-setup] Dec 21 04:40:04.921 INFO E| Compiling crypto-common v0.1.6 |
3208 | 2024-12-21T04:40:06.089Z | [ helios-setup] Dec 21 04:40:06.139 INFO E| Compiling errno v0.3.1 |
3209 | 2024-12-21T04:40:06.326Z | [ helios-setup] Dec 21 04:40:06.368 INFO E| Compiling fnv v1.0.7 |
3210 | 2024-12-21T04:40:06.404Z | [ helios-setup] Dec 21 04:40:06.460 INFO E| Compiling crossbeam-utils v0.8.14 |
3211 | 2024-12-21T04:40:06.595Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
3212 | 2024-12-21T04:40:06.999Z | [ helios-setup] Dec 21 04:40:07.057 INFO E| Compiling slog v2.7.0 |
3213 | 2024-12-21T04:40:07.171Z | [ helios-setup] Dec 21 04:40:07.218 INFO E| Compiling pkg-config v0.3.26 |
3214 | 2024-12-21T04:40:07.905Z | [ helios-setup] Dec 21 04:40:07.914 INFO E| Compiling http v0.2.9 |
3215 | 2024-12-21T04:40:09.382Z | [ helios-setup] Dec 21 04:40:09.295 INFO E| Compiling digest v0.10.6 |
3216 | 2024-12-21T04:40:10.228Z | [ helios-setup] Dec 21 04:40:10.112 INFO E| Compiling aho-corasick v0.7.20 |
3217 | 2024-12-21T04:40:11.070Z | [ helios-setup] Dec 21 04:40:10.895 INFO E| Compiling tinyvec_macros v0.1.1 |
3218 | 2024-12-21T04:40:11.592Z | [ helios-setup] Dec 21 04:40:11.400 INFO E| Compiling httparse v1.8.0 |
3219 | 2024-12-21T04:40:12.005Z | [ helios-setup] Dec 21 04:40:11.791 INFO E| Compiling unicode-width v0.1.10 |
3220 | 2024-12-21T04:40:12.654Z | [ helios-setup] Dec 21 04:40:12.406 INFO E| Compiling percent-encoding v2.2.0 |
3221 | 2024-12-21T04:40:13.164Z | [ helios-setup] Dec 21 04:40:12.886 INFO E| Compiling heck v0.4.1 |
3222 | 2024-12-21T04:40:13.468Z | [ helios-setup] Dec 21 04:40:13.177 INFO E| Compiling anyhow v1.0.68 |
3223 | 2024-12-21T04:40:13.593Z | [ helios-setup] Dec 21 04:40:13.294 INFO E| Compiling cpufeatures v0.2.5 |
3224 | 2024-12-21T04:40:13.795Z | [ helios-setup] Dec 21 04:40:13.485 INFO E| Compiling regex-syntax v0.6.29 |
3225 | 2024-12-21T04:40:13.964Z | [ helios-setup] Dec 21 04:40:13.646 INFO E| Compiling const-random-macro v0.1.15 |
3226 | 2024-12-21T04:40:14.042Z | [ helios-setup] Dec 21 04:40:13.719 INFO E| Compiling form_urlencoded v1.1.0 |
3227 | 2024-12-21T04:40:14.248Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3228 | 2024-12-21T04:40:14.286Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3229 | 2024-12-21T04:40:14.398Z | [ helios-setup] Dec 21 04:40:14.053 INFO E| Compiling tinyvec v1.6.0 |
3230 | 2024-12-21T04:40:15.198Z | [ helios-setup] Dec 21 04:40:14.813 INFO E| Compiling thiserror-impl v1.0.38 |
3231 | 2024-12-21T04:40:15.496Z | [ helios-setup] Dec 21 04:40:15.095 INFO E| Compiling schemars_derive v0.8.12 |
3232 | 2024-12-21T04:40:16.137Z | [ helios-setup] Dec 21 04:40:15.699 INFO E| Compiling hashbrown v0.13.2 |
3233 | 2024-12-21T04:40:16.324Z | [ helios-setup] Dec 21 04:40:15.878 INFO E| Compiling serde_derive v1.0.204 |
3234 | 2024-12-21T04:40:16.880Z | [ helios-setup] Dec 21 04:40:16.404 INFO E| Compiling futures-macro v0.3.28 |
3235 | 2024-12-21T04:40:17.755Z | [ helios-setup] Dec 21 04:40:17.232 INFO E| Compiling tokio-macros v2.0.0 |
3236 | 2024-12-21T04:40:18.780Z | [ helios-setup] Dec 21 04:40:18.200 INFO E| Compiling libz-sys v1.1.8 |
3237 | 2024-12-21T04:40:20.323Z | [ helios-setup] Dec 21 04:40:19.661 INFO E| Compiling chrono v0.4.24 |
3238 | 2024-12-21T04:40:22.044Z | [ helios-setup] Dec 21 04:40:21.289 INFO E| Compiling regex v1.7.3 |
3239 | 2024-12-21T04:40:24.002Z | [ helios-setup] Dec 21 04:40:23.142 INFO E| Compiling uuid v1.3.0 |
3240 | 2024-12-21T04:40:24.191Z | [ helios-setup] Dec 21 04:40:23.309 INFO E| Compiling dyn-clone v1.0.11 |
3241 | 2024-12-21T04:40:24.793Z | [ helios-setup] Dec 21 04:40:23.883 INFO E| Compiling unicode-normalization v0.1.22 |
3242 | 2024-12-21T04:40:24.896Z | [ helios-setup] Dec 21 04:40:23.987 INFO E| Compiling regress v0.5.0 |
3243 | 2024-12-21T04:40:25.332Z | [ helios-setup] Dec 21 04:40:24.400 INFO E| Compiling const-random v0.1.15 |
3244 | 2024-12-21T04:40:26.851Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3245 | 2024-12-21T04:40:27.360Z | [ helios-setup] Dec 21 04:40:26.316 INFO E| Compiling getopts v0.2.21 |
3246 | 2024-12-21T04:40:30.900Z | [ helios-setup] Dec 21 04:40:26.586 INFO E| Compiling tracing-core v0.1.30 |
3247 | 2024-12-21T04:40:30.960Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3248 | 2024-12-21T04:40:30.960Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3249 | 2024-12-21T04:40:30.960Z | [ helios-setup] Dec 21 04:40:27.265 INFO E| Compiling memoffset v0.7.1 |
3250 | 2024-12-21T04:40:30.960Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3251 | 2024-12-21T04:40:30.960Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3252 | 2024-12-21T04:40:30.975Z | [ helios-setup] Dec 21 04:40:28.249 INFO E| Compiling powerfmt v0.2.0 |
3253 | 2024-12-21T04:40:30.975Z | [ helios-setup] Dec 21 04:40:29.330 INFO E| Compiling ucd-trie v0.1.5 |
3254 | 2024-12-21T04:40:30.975Z | [ helios-setup] Dec 21 04:40:29.553 INFO E| Compiling time-core v0.1.2 |
3255 | 2024-12-21T04:40:31.280Z | [ helios-setup] Dec 21 04:40:30.027 INFO E| Compiling unicode-bidi v0.3.13 |
3256 | 2024-12-21T04:40:31.625Z | [ helios-setup] Dec 21 04:40:30.244 INFO E| Compiling num-conv v0.1.0 |
3257 | 2024-12-21T04:40:32.040Z | [ helios-setup] Dec 21 04:40:30.746 INFO E| Compiling time-macros v0.2.18 |
3258 | 2024-12-21T04:40:34.176Z | [ helios-setup] Dec 21 04:40:32.701 INFO E| Compiling idna v0.3.0 |
3259 | 2024-12-21T04:40:34.670Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3260 | 2024-12-21T04:40:34.807Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3261 | 2024-12-21T04:40:36.057Z | [ host-package] Compiling hashlink v0.9.1 |
3262 | 2024-12-21T04:40:36.262Z | [ host-package] Compiling tungstenite v0.23.0 |
3263 | 2024-12-21T04:40:36.742Z | [ helios-setup] Dec 21 04:40:35.193 INFO E| Compiling pest v2.5.7 |
3264 | 2024-12-21T04:40:37.073Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3265 | 2024-12-21T04:40:37.528Z | [ helios-setup] Dec 21 04:40:35.938 INFO E| Compiling deranged v0.3.11 |
3266 | 2024-12-21T04:40:37.908Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3267 | 2024-12-21T04:40:38.659Z | [ host-package] Compiling base64 v0.13.1 |
3268 | 2024-12-21T04:40:38.679Z | [ helios-setup] Dec 21 04:40:37.010 INFO E| Compiling tracing v0.1.37 |
3269 | 2024-12-21T04:40:39.207Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3270 | 2024-12-21T04:40:40.277Z | [ host-package] Compiling ron v0.7.1 |
3271 | 2024-12-21T04:40:40.650Z | [ host-package] Compiling rusqlite v0.32.1 |
3272 | 2024-12-21T04:40:41.600Z | [ helios-setup] Dec 21 04:40:39.976 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3273 | 2024-12-21T04:40:41.895Z | [ helios-setup] Dec 21 04:40:40.273 INFO E| Compiling time v0.1.45 |
3274 | 2024-12-21T04:40:41.999Z | [ helios-setup] Dec 21 04:40:40.378 INFO E| Compiling crossbeam-epoch v0.9.13 |
3275 | 2024-12-21T04:40:42.418Z | [ helios-setup] Dec 21 04:40:40.801 INFO E| Compiling semver v1.0.17 |
3276 | 2024-12-21T04:40:42.503Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3277 | 2024-12-21T04:40:43.215Z | [ helios-setup] Dec 21 04:40:41.604 INFO E| Compiling iana-time-zone v0.1.56 |
3278 | 2024-12-21T04:40:43.752Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3279 | 2024-12-21T04:40:43.802Z | [ helios-setup] Dec 21 04:40:42.198 INFO E| Compiling num_threads v0.1.6 |
3280 | 2024-12-21T04:40:44.310Z | [ helios-setup] Dec 21 04:40:42.711 INFO E| Compiling time v0.3.36 |
3281 | 2024-12-21T04:40:45.151Z | [ helios-setup] Dec 21 04:40:43.557 INFO E| Compiling semver-parser v0.10.2 |
3282 | 2024-12-21T04:40:45.307Z | [ helios-setup] Dec 21 04:40:43.717 INFO E| Compiling url v2.3.1 |
3283 | 2024-12-21T04:40:45.592Z | [ helios-setup] Dec 21 04:40:44.004 INFO E| Compiling toml v0.5.11 |
3284 | 2024-12-21T04:40:45.898Z | [ helios-setup] Dec 21 04:40:44.311 INFO E| Compiling smallvec v1.10.0 |
3285 | 2024-12-21T04:40:48.343Z | [ helios-setup] Dec 21 04:40:46.779 INFO E| Compiling parking_lot v0.12.1 |
3286 | 2024-12-21T04:40:50.646Z | [ host-package] Compiling xz2 v0.1.7 |
3287 | 2024-12-21T04:40:51.146Z | [ helios-setup] Dec 21 04:40:49.609 INFO E| Compiling serde_tokenstream v0.2.0 |
3288 | 2024-12-21T04:40:52.308Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3289 | 2024-12-21T04:40:53.354Z | [ host-package] Compiling zone v0.1.8 |
3290 | 2024-12-21T04:40:54.287Z | [ helios-setup] Dec 21 04:40:52.779 INFO E| Compiling crossbeam-channel v0.5.6 |
3291 | 2024-12-21T04:40:57.452Z | [ helios-setup] Dec 21 04:40:55.972 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3292 | 2024-12-21T04:40:58.356Z | [ helios-setup] Dec 21 04:40:56.884 INFO E| Compiling dirs-sys-next v0.1.2 |
3293 | 2024-12-21T04:40:58.522Z | [ helios-setup] Dec 21 04:40:57.052 INFO E| Compiling same-file v1.0.6 |
3294 | 2024-12-21T04:40:59.427Z | [ helios-setup] Dec 21 04:40:57.963 INFO E| Compiling try-lock v0.2.4 |
3295 | 2024-12-21T04:40:59.894Z | [ helios-setup] Dec 21 04:40:58.436 INFO E| Compiling crc32fast v1.3.2 |
3296 | 2024-12-21T04:41:00.193Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3297 | 2024-12-21T04:41:01.797Z | [ helios-setup] Dec 21 04:41:00.357 INFO E| Compiling want v0.3.0 |
3298 | 2024-12-21T04:41:02.620Z | [ helios-setup] Dec 21 04:41:01.187 INFO E| Compiling dirs-next v2.0.0 |
3299 | 2024-12-21T04:41:02.939Z | [ helios-setup] Dec 21 04:41:01.509 INFO E| Compiling walkdir v2.3.3 |
3300 | 2024-12-21T04:41:06.016Z | [ helios-setup] Dec 21 04:41:04.614 INFO E| Compiling proc-macro-crate v1.2.1 |
3301 | 2024-12-21T04:41:06.071Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3302 | 2024-12-21T04:41:07.368Z | [ helios-setup] Dec 21 04:41:05.979 INFO E| Compiling semver v0.11.0 |
3303 | 2024-12-21T04:41:08.685Z | [ helios-setup] Dec 21 04:41:07.308 INFO E| Compiling futures-executor v0.3.28 |
3304 | 2024-12-21T04:41:10.210Z | [ helios-setup] Dec 21 04:41:08.844 INFO E| Compiling tokio-util v0.7.7 |
3305 | 2024-12-21T04:41:10.475Z | [ helios-setup] Dec 21 04:41:09.114 INFO E| Compiling http-body v0.4.5 |
3306 | 2024-12-21T04:41:10.976Z | [ helios-setup] Dec 21 04:41:09.619 INFO E| Compiling ring v0.16.20 |
3307 | 2024-12-21T04:41:13.602Z | [ helios-setup] Dec 21 04:41:12.269 INFO E| Compiling h2 v0.3.16 |
3308 | 2024-12-21T04:41:13.648Z | [ helios-setup] Dec 21 04:41:12.316 INFO E| Compiling rand_core v0.6.4 |
3309 | 2024-12-21T04:41:14.626Z | [ helios-setup] Dec 21 04:41:13.302 INFO E| Compiling thread_local v1.1.7 |
3310 | 2024-12-21T04:41:15.255Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3311 | 2024-12-21T04:41:15.585Z | [ helios-setup] Dec 21 04:41:14.271 INFO E| Compiling home v0.5.4 |
3312 | 2024-12-21T04:41:15.676Z | [ helios-setup] Dec 21 04:41:14.362 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3313 | 2024-12-21T04:41:16.238Z | [ helios-setup] Dec 21 04:41:14.929 INFO E| Compiling lazy_static v1.4.0 |
3314 | 2024-12-21T04:41:16.322Z | [ helios-setup] Dec 21 04:41:15.013 INFO E| Compiling utf8parse v0.2.1 |
3315 | 2024-12-21T04:41:17.091Z | [ helios-setup] Dec 21 04:41:15.789 INFO E| Compiling tower-service v0.3.2 |
3316 | 2024-12-21T04:41:17.265Z | [ helios-setup] Dec 21 04:41:15.965 INFO E| Compiling adler v1.0.2 |
3317 | 2024-12-21T04:41:17.517Z | [ helios-setup] Dec 21 04:41:16.219 INFO E| Compiling rayon-core v1.10.2 |
3318 | 2024-12-21T04:41:18.253Z | [ helios-setup] Dec 21 04:41:16.962 INFO E| Compiling ppv-lite86 v0.2.17 |
3319 | 2024-12-21T04:41:18.885Z | [ helios-setup] Dec 21 04:41:17.600 INFO E| Compiling httpdate v1.0.2 |
3320 | 2024-12-21T04:41:20.429Z | [ helios-setup] Dec 21 04:41:19.158 INFO E| Compiling fastrand v1.9.0 |
3321 | 2024-12-21T04:41:21.472Z | [ helios-setup] Dec 21 04:41:20.185 INFO E| Compiling base64 v0.21.0 |
3322 | 2024-12-21T04:41:22.142Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3323 | 2024-12-21T04:41:23.517Z | [ helios-setup] Dec 21 04:41:22.275 INFO E| Compiling tempfile v3.5.0 |
3324 | 2024-12-21T04:41:23.817Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3325 | 2024-12-21T04:41:23.982Z | [ helios-setup] Dec 21 04:41:22.744 INFO E| Compiling rand_chacha v0.3.1 |
3326 | 2024-12-21T04:41:24.142Z | [ helios-setup] Dec 21 04:41:22.905 INFO E| Compiling hyper v0.14.25 |
3327 | 2024-12-21T04:41:24.800Z | [ helios-setup] Dec 21 04:41:23.570 INFO E| Compiling miniz_oxide v0.6.2 |
3328 | 2024-12-21T04:41:25.222Z | [ helios-setup] Dec 21 04:41:23.977 INFO E| Compiling anstyle-parse v0.1.1 |
3329 | 2024-12-21T04:41:26.474Z | [ helios-setup] Dec 21 04:41:25.259 INFO E| Compiling toolchain_find v0.2.0 |
3330 | 2024-12-21T04:41:28.431Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3331 | 2024-12-21T04:41:36.987Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3332 | 2024-12-21T04:41:40.794Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3333 | 2024-12-21T04:41:40.949Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3334 | 2024-12-21T04:41:41.104Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3335 | 2024-12-21T04:41:41.801Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3336 | 2024-12-21T04:41:43.378Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3337 | 2024-12-21T04:41:43.464Z | [ helios-setup] Dec 21 04:41:42.401 INFO E| Compiling futures v0.3.28 |
3338 | 2024-12-21T04:41:43.869Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3339 | 2024-12-21T04:41:43.919Z | [ helios-setup] Dec 21 04:41:42.859 INFO E| Compiling cargo-lock v8.0.3 |
3340 | 2024-12-21T04:41:44.614Z | [ host-package] Compiling twox-hash v1.6.3 |
3341 | 2024-12-21T04:41:45.025Z | [ host-package] Compiling yasna v0.5.2 |
3342 | 2024-12-21T04:41:45.907Z | [ helios-setup] Dec 21 04:41:44.864 INFO E| Compiling num_enum_derive v0.5.7 |
3343 | 2024-12-21T04:41:46.797Z | [ host-package] Compiling smawk v0.3.2 |
3344 | 2024-12-21T04:41:47.380Z | [ host-package] Compiling is_ci v1.2.0 |
3345 | 2024-12-21T04:41:47.726Z | [ helios-setup] Dec 21 04:41:46.704 INFO E| Compiling crossbeam-deque v0.8.2 |
3346 | 2024-12-21T04:41:48.121Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3347 | 2024-12-21T04:41:48.163Z | [ helios-setup] Dec 21 04:41:47.145 INFO E| Compiling term v0.7.0 |
3348 | 2024-12-21T04:41:49.334Z | [ host-package] Compiling textwrap v0.16.1 |
3349 | 2024-12-21T04:41:49.754Z | [ helios-setup] Dec 21 04:41:48.750 INFO E| Compiling serde_urlencoded v0.7.1 |
3350 | 2024-12-21T04:41:49.945Z | [ helios-setup] Dec 21 04:41:48.943 INFO E| Compiling sha1 v0.10.5 |
3351 | 2024-12-21T04:41:51.016Z | [ helios-setup] Dec 21 04:41:50.023 INFO E| Compiling sha2 v0.10.6 |
3352 | 2024-12-21T04:41:51.085Z | [ helios-setup] Dec 21 04:41:50.094 INFO E| Compiling is-terminal v0.4.7 |
3353 | 2024-12-21T04:41:51.086Z | [ host-package] Compiling rcgen v0.12.1 |
3354 | 2024-12-21T04:41:51.384Z | [ helios-setup] Dec 21 04:41:50.395 INFO E| Compiling atty v0.2.14 |
3355 | 2024-12-21T04:41:51.814Z | [ helios-setup] Dec 21 04:41:50.827 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3356 | 2024-12-21T04:41:52.295Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3357 | 2024-12-21T04:41:52.911Z | [ helios-setup] Dec 21 04:41:51.936 INFO E| Compiling anstyle v0.3.5 |
3358 | 2024-12-21T04:41:53.943Z | [ helios-setup] Dec 21 04:41:52.977 INFO E| Compiling concolor-override v1.0.0 |
3359 | 2024-12-21T04:41:54.119Z | [ helios-setup] Dec 21 04:41:53.155 INFO E| Compiling concolor-query v0.3.3 |
3360 | 2024-12-21T04:41:55.566Z | [ host-package] Compiling supports-color v3.0.1 |
3361 | 2024-12-21T04:41:57.187Z | [ helios-setup] Dec 21 04:41:56.251 INFO E| Compiling anstream v0.2.6 |
3362 | 2024-12-21T04:41:59.701Z | [ helios-setup] Dec 21 04:41:58.788 INFO E| Compiling slog-term v2.9.0 |
3363 | 2024-12-21T04:41:59.889Z | [ helios-setup] Dec 21 04:41:58.978 INFO E| Compiling num_enum v0.5.7 |
3364 | 2024-12-21T04:42:00.558Z | [ helios-setup] Dec 21 04:41:59.652 INFO E| Compiling flate2 v1.0.25 |
3365 | 2024-12-21T04:42:01.242Z | [ helios-setup] Dec 21 04:42:00.342 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3366 | 2024-12-21T04:42:02.889Z | [ helios-setup] Dec 21 04:42:02.004 INFO E| Compiling rand v0.8.5 |
3367 | 2024-12-21T04:42:03.319Z | [ helios-setup] Dec 21 04:42:02.436 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3368 | 2024-12-21T04:42:03.852Z | [ helios-setup] Dec 21 04:42:02.976 INFO E| Compiling openapiv3 v1.0.2 |
3369 | 2024-12-21T04:42:05.804Z | [ helios-setup] Dec 21 04:42:04.946 INFO E| Compiling encoding_rs v0.8.32 |
3370 | 2024-12-21T04:42:07.222Z | [ helios-setup] Dec 21 04:42:06.377 INFO E| Compiling spin v0.5.2 |
3371 | 2024-12-21T04:42:07.988Z | [ helios-setup] Dec 21 04:42:07.150 INFO E| Compiling clap_lex v0.4.1 |
3372 | 2024-12-21T04:42:09.857Z | [ helios-setup] Dec 21 04:42:08.830 INFO E| Compiling either v1.8.0 |
3373 | 2024-12-21T04:42:10.675Z | [ helios-setup] Dec 21 04:42:09.861 INFO E| Compiling base64 v0.13.1 |
3374 | 2024-12-21T04:42:11.778Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3375 | 2024-12-21T04:42:12.090Z | [ helios-setup] Dec 21 04:42:11.289 INFO E| Compiling utf-8 v0.7.6 |
3376 | 2024-12-21T04:42:12.307Z | [ helios-setup] Dec 21 04:42:11.507 INFO E| Compiling byteorder v1.4.3 |
3377 | 2024-12-21T04:42:12.913Z | [ helios-setup] Dec 21 04:42:12.120 INFO E| Compiling ipnet v2.7.2 |
3378 | 2024-12-21T04:42:13.149Z | [ helios-setup] Dec 21 04:42:12.358 INFO E| Compiling project-root v0.2.2 |
3379 | 2024-12-21T04:42:13.808Z | [ helios-setup] Dec 21 04:42:13.021 INFO E| Compiling mime v0.3.17 |
3380 | 2024-12-21T04:42:13.939Z | [ helios-setup] Dec 21 04:42:13.155 INFO E| Compiling strsim v0.10.0 |
3381 | 2024-12-21T04:42:16.121Z | [ helios-setup] Dec 21 04:42:15.357 INFO E| Compiling unsafe-libyaml v0.2.8 |
3382 | 2024-12-21T04:42:17.428Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3383 | 2024-12-21T04:42:17.643Z | [ helios-setup] Dec 21 04:42:16.893 INFO E| Compiling untrusted v0.7.1 |
3384 | 2024-12-21T04:42:18.142Z | [ helios-setup] Dec 21 04:42:17.396 INFO E| Compiling reqwest v0.11.16 |
3385 | 2024-12-21T04:42:18.716Z | [ helios-setup] Dec 21 04:42:17.975 INFO E| Compiling clap_builder v4.2.1 |
3386 | 2024-12-21T04:42:19.820Z | [ helios-setup] Dec 21 04:42:19.090 INFO E| Compiling serde_yaml v0.9.21 |
3387 | 2024-12-21T04:42:20.086Z | [ helios-setup] Dec 21 04:42:19.358 INFO E| Compiling tungstenite v0.18.0 |
3388 | 2024-12-21T04:42:21.034Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3389 | 2024-12-21T04:42:27.187Z | [ helios-setup] Dec 21 04:42:26.524 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3390 | 2024-12-21T04:42:27.437Z | [ helios-setup] Dec 21 04:42:26.776 INFO E| Compiling rayon v1.6.1 |
3391 | 2024-12-21T04:42:30.490Z | [ helios-setup] Dec 21 04:42:29.857 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3392 | 2024-12-21T04:42:33.037Z | [ helios-setup] Dec 21 04:42:32.427 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3393 | 2024-12-21T04:42:33.662Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3394 | 2024-12-21T04:42:38.467Z | [ helios-setup] Dec 21 04:42:37.905 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3395 | 2024-12-21T04:42:39.297Z | [ helios-setup] Dec 21 04:42:38.743 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3396 | 2024-12-21T04:42:40.103Z | [ helios-setup] Dec 21 04:42:39.556 INFO E| Compiling clap_derive v4.2.0 |
3397 | 2024-12-21T04:42:44.376Z | [ helios-setup] Dec 21 04:42:43.869 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3398 | 2024-12-21T04:42:46.445Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3399 | 2024-12-21T04:42:49.882Z | [ helios-setup] Dec 21 04:42:49.426 INFO E| Compiling clap v4.2.1 |
3400 | 2024-12-21T04:42:52.655Z | [ helios-setup] Dec 21 04:42:52.222 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3401 | 2024-12-21T04:42:56.313Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3402 | 2024-12-21T04:43:06.643Z | [ helios-setup] Dec 21 04:43:06.338 INFO E| Compiling tokio-tungstenite v0.18.0 |
3403 | 2024-12-21T04:43:08.487Z | [ helios-setup] Dec 21 04:43:08.199 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3404 | 2024-12-21T04:43:11.747Z | [ helios-setup] Dec 21 04:43:11.488 INFO E| Compiling smartstring v1.0.1 |
3405 | 2024-12-21T04:43:11.960Z | [ helios-setup] Dec 21 04:43:11.704 INFO E| Compiling rustls v0.21.0 |
3406 | 2024-12-21T04:43:12.774Z | [ helios-setup] Dec 21 04:43:12.525 INFO E| Compiling toml_datetime v0.6.1 |
3407 | 2024-12-21T04:43:12.874Z | [ helios-setup] Dec 21 04:43:12.626 INFO E| Compiling serde_spanned v0.6.1 |
3408 | 2024-12-21T04:43:13.495Z | [ helios-setup] Dec 21 04:43:13.253 INFO E| Compiling camino v1.1.4 |
3409 | 2024-12-21T04:43:14.070Z | [ helios-setup] Dec 21 04:43:13.833 INFO E| Compiling match_cfg v0.1.0 |
3410 | 2024-12-21T04:43:14.384Z | [ helios-setup] Dec 21 04:43:14.150 INFO E| Compiling slog-async v2.7.0 |
3411 | 2024-12-21T04:43:14.452Z | [ helios-setup] Dec 21 04:43:14.219 INFO E| Compiling async-trait v0.1.68 |
3412 | 2024-12-21T04:43:15.169Z | [ helios-setup] Dec 21 04:43:14.942 INFO E| Compiling static_assertions v1.1.0 |
3413 | 2024-12-21T04:43:15.439Z | [ helios-setup] Dec 21 04:43:15.214 INFO E| Compiling winnow v0.4.1 |
3414 | 2024-12-21T04:43:15.718Z | [ helios-setup] Dec 21 04:43:15.495 INFO E| Compiling paste v1.0.12 |
3415 | 2024-12-21T04:43:17.763Z | [ helios-setup] Dec 21 04:43:17.560 INFO E| Compiling hostname v0.3.1 |
3416 | 2024-12-21T04:43:18.464Z | [ helios-setup] Dec 21 04:43:18.267 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3417 | 2024-12-21T04:43:19.220Z | [ helios-setup] Dec 21 04:43:19.030 INFO E| Compiling slog-json v2.6.1 |
3418 | 2024-12-21T04:43:20.461Z | [ helios-setup] Dec 21 04:43:20.283 INFO E| Compiling unicode-linebreak v0.1.4 |
3419 | 2024-12-21T04:43:23.057Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3420 | 2024-12-21T04:43:23.249Z | [ helios-setup] Dec 21 04:43:23.096 INFO E| Compiling toml_edit v0.19.8 |
3421 | 2024-12-21T04:43:24.499Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3422 | 2024-12-21T04:43:25.036Z | [ helios-setup] Dec 21 04:43:24.899 INFO E| Compiling sct v0.7.0 |
3423 | 2024-12-21T04:43:25.455Z | [ helios-setup] Dec 21 04:43:25.322 INFO E| Compiling rustls-webpki v0.100.1 |
3424 | 2024-12-21T04:43:26.269Z | [ helios-setup] Dec 21 04:43:26.143 INFO E| Compiling async-stream-impl v0.3.5 |
3425 | 2024-12-21T04:43:29.622Z | [ helios-setup] Dec 21 04:43:29.527 INFO E| Compiling rhai_codegen v1.5.0 |
3426 | 2024-12-21T04:43:30.015Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3427 | 2024-12-21T04:43:30.589Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3428 | 2024-12-21T04:43:32.418Z | [ helios-setup] Dec 21 04:43:32.348 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3429 | 2024-12-21T04:43:33.507Z | [ helios-setup] Dec 21 04:43:33.424 INFO E| Compiling take_mut v0.2.2 |
3430 | 2024-12-21T04:43:33.937Z | [ helios-setup] Dec 21 04:43:33.877 INFO E| Compiling toml v0.7.3 |
3431 | 2024-12-21T04:43:34.805Z | [ helios-setup] Dec 21 04:43:34.757 INFO E| Compiling async-stream v0.3.5 |
3432 | 2024-12-21T04:43:35.116Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3433 | 2024-12-21T04:43:35.241Z | [ helios-setup] Dec 21 04:43:35.197 INFO E| Compiling rhai v1.14.0 |
3434 | 2024-12-21T04:43:35.885Z | [ helios-setup] Dec 21 04:43:35.846 INFO E| Compiling slog-bunyan v2.4.0 |
3435 | 2024-12-21T04:43:39.308Z | [ helios-setup] Dec 21 04:43:39.300 INFO E| Compiling tokio-rustls v0.24.0 |
3436 | 2024-12-21T04:43:40.378Z | [ helios-setup] Dec 21 04:43:40.380 INFO E| Compiling rustls-pemfile v1.0.2 |
3437 | 2024-12-21T04:43:40.445Z | [ helios-setup] Dec 21 04:43:40.448 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3438 | 2024-12-21T04:43:41.899Z | [ helios-setup] Dec 21 04:43:41.915 INFO E| Compiling serde_path_to_error v0.1.11 |
3439 | 2024-12-21T04:43:44.017Z | [ host-package] Compiling fatfs v0.3.6 |
3440 | 2024-12-21T04:43:44.038Z | [ helios-setup] Dec 21 04:43:44.073 INFO E| Compiling bincode v1.3.3 |
3441 | 2024-12-21T04:43:44.855Z | [ helios-setup] Dec 21 04:43:44.899 INFO E| Compiling terminal_size v0.2.6 |
3442 | 2024-12-21T04:43:45.462Z | [ helios-setup] Dec 21 04:43:45.510 INFO E| Compiling smawk v0.3.1 |
3443 | 2024-12-21T04:43:46.166Z | [ helios-setup] Dec 21 04:43:46.222 INFO E| Compiling textwrap v0.16.0 |
3444 | 2024-12-21T04:43:46.900Z | [ helios-setup] Dec 21 04:43:46.962 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3445 | 2024-12-21T04:43:49.592Z | [ host-package] Compiling subprocess v0.2.9 |
3446 | 2024-12-21T04:43:55.349Z | [ host-package] Compiling rtoolbox v0.0.2 |
3447 | 2024-12-21T04:43:56.287Z | [ host-package] Compiling assert_matches v1.5.0 |
3448 | 2024-12-21T04:43:58.343Z | [ host-package] Compiling rpassword v7.3.1 |
3449 | 2024-12-21T04:44:00.015Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3450 | 2024-12-21T04:44:01.547Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3451 | 2024-12-21T04:44:04.000Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3452 | 2024-12-21T04:44:15.597Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3453 | 2024-12-21T04:44:16.764Z | [ helios-setup] Dec 21 04:44:15.217 INFO E| Compiling git2 v0.16.1 |
3454 | 2024-12-21T04:44:17.920Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3455 | 2024-12-21T04:44:18.474Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3456 | 2024-12-21T04:44:19.979Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3457 | 2024-12-21T04:44:20.636Z | [ host-package] Compiling uzers v0.12.1 |
3458 | 2024-12-21T04:44:22.391Z | [ helios-setup] Dec 21 04:44:20.776 INFO E| Compiling built v0.6.0 |
3459 | 2024-12-21T04:44:24.535Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3460 | 2024-12-21T04:44:25.720Z | [ helios-setup] Dec 21 04:44:24.134 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3461 | 2024-12-21T04:44:27.254Z | [ helios-setup] Dec 21 04:44:25.683 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3462 | 2024-12-21T04:44:27.950Z | [ helios-setup] Dec 21 04:44:26.385 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3463 | 2024-12-21T04:44:31.168Z | [ helios-setup] Dec 21 04:44:29.632 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3464 | 2024-12-21T04:44:33.747Z | [ helios-setup] Dec 21 04:44:32.235 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3465 | 2024-12-21T04:44:37.126Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3466 | 2024-12-21T04:44:40.982Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3467 | 2024-12-21T04:45:26.874Z | [ helios-setup] Dec 21 04:45:25.845 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3468 | 2024-12-21T04:45:31.722Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3469 | 2024-12-21T04:45:33.023Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3470 | 2024-12-21T04:45:38.308Z | [ host-package] Compiling multimap v0.10.0 |
3471 | 2024-12-21T04:46:30.817Z | [ helios-setup] Dec 21 04:46:30.369 INFO E| Finished `release` profile [optimized] target(s) in 6m 55s |
3472 | 2024-12-21T04:46:30.953Z | [ helios-setup] Dec 21 04:46:30.507 INFO building project "pilot" ok (415 seconds) |
3473 | 2024-12-21T04:46:30.955Z | [ helios-setup] rm -f helios-build |
3474 | 2024-12-21T04:46:30.958Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3475 | 2024-12-21T04:46:30.961Z | [ helios-setup] |
3476 | 2024-12-21T04:46:30.963Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3477 | 2024-12-21T04:46:30.966Z | [ helios-setup] |
3478 | 2024-12-21T04:46:30.966Z | [ helios-setup] |
3479 | 2024-12-21T04:46:30.966Z | [ helios-setup] real 12:11.588043593 |
3480 | 2024-12-21T04:46:30.966Z | [ helios-setup] user 29:36.491344019 |
3481 | 2024-12-21T04:46:30.969Z | [ helios-setup] sys 3:40.103534267 |
3482 | 2024-12-21T04:46:30.969Z | [ helios-setup] trap 1.803946837 |
3483 | 2024-12-21T04:46:30.969Z | [ helios-setup] tflt 7.794047718 |
3484 | 2024-12-21T04:46:30.969Z | [ helios-setup] dflt 27.673674257 |
3485 | 2024-12-21T04:46:30.969Z | [ helios-setup] kflt 0.027239577 |
3486 | 2024-12-21T04:46:30.969Z | [ helios-setup] lock 2:04:31.004269183 |
3487 | 2024-12-21T04:46:30.969Z | [ helios-setup] slp 3:45:57.902508433 |
3488 | 2024-12-21T04:46:30.969Z | [ helios-setup] lat 33:31.934464136 |
3489 | 2024-12-21T04:46:30.969Z | [ helios-setup] stop 4:44.723006845 |
3490 | 2024-12-21T04:46:30.969Z | Dec 21 04:46:30.521 INFO [helios-setup] process exited with exit status: 0 (731.594588742s) |
3491 | 2024-12-21T04:46:30.969Z | Dec 21 04:46:30.522 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3492 | 2024-12-21T04:46:30.998Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3493 | 2024-12-21T04:46:31.211Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3494 | 2024-12-21T04:46:31.213Z | [ phbl-toolchain] info: downloading component 'cargo' |
3495 | 2024-12-21T04:46:32.403Z | [ phbl-toolchain] info: downloading component 'clippy' |
3496 | 2024-12-21T04:46:32.839Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3497 | 2024-12-21T04:46:37.588Z | [ phbl-toolchain] info: downloading component 'miri' |
3498 | 2024-12-21T04:46:37.765Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3499 | 2024-12-21T04:46:39.105Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3500 | 2024-12-21T04:46:39.317Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3501 | 2024-12-21T04:46:41.171Z | [ phbl-toolchain] info: downloading component 'rustc' |
3502 | 2024-12-21T04:46:48.981Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3503 | 2024-12-21T04:46:49.234Z | [ phbl-toolchain] info: installing component 'cargo' |
3504 | 2024-12-21T04:46:50.594Z | [ phbl-toolchain] info: installing component 'clippy' |
3505 | 2024-12-21T04:46:51.169Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3506 | 2024-12-21T04:46:56.893Z | [ phbl-toolchain] info: installing component 'miri' |
3507 | 2024-12-21T04:46:57.288Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3508 | 2024-12-21T04:47:04.860Z | [ phbl-toolchain] info: installing component 'rust-src' |
3509 | 2024-12-21T04:47:05.697Z | [ phbl-toolchain] info: installing component 'rust-std' |
3510 | 2024-12-21T04:47:08.222Z | [ phbl-toolchain] info: installing component 'rustc' |
3511 | 2024-12-21T04:47:17.129Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3512 | 2024-12-21T04:47:17.901Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3513 | 2024-12-21T04:47:17.904Z | Dec 21 04:47:17.885 INFO [phbl-toolchain] process exited with exit status: 0 (47.36358985s) |
3514 | 2024-12-21T04:48:22.928Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3515 | 2024-12-21T04:48:31.150Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3516 | 2024-12-21T04:55:10.519Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 04s |
3517 | 2024-12-21T04:56:19.676Z | Dec 21 04:56:18.584 INFO [host-package] process exited with exit status: 0 (1274.252738952s) |
3518 | 2024-12-21T04:56:19.679Z | Dec 21 04:56:18.584 INFO [host-stamp] running task |
3519 | 2024-12-21T04:56:19.679Z | Dec 21 04:56:18.584 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3520 | 2024-12-21T04:56:19.679Z | Dec 21 04:56:18.584 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+git3c83ce0d399 |
3521 | 2024-12-21T04:56:19.697Z | Dec 21 04:56:18.606 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+git3c83ce0d399 |
3522 | 2024-12-21T04:56:19.706Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3523 | 2024-12-21T04:56:19.709Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3524 | 2024-12-21T04:56:19.712Z | Dec 21 04:56:18.619 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+git3c83ce0d399 |
3525 | 2024-12-21T04:56:19.720Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3526 | 2024-12-21T04:56:19.723Z | Dec 21 04:56:18.632 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+git3c83ce0d399 |
3527 | 2024-12-21T04:56:19.736Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3528 | 2024-12-21T04:56:19.736Z | Dec 21 04:56:18.646 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+git3c83ce0d399 |
3529 | 2024-12-21T04:56:19.754Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3530 | 2024-12-21T04:56:19.754Z | Dec 21 04:56:18.664 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+git3c83ce0d399 |
3531 | 2024-12-21T04:56:19.767Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3532 | 2024-12-21T04:56:19.775Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3533 | 2024-12-21T04:56:19.787Z | Dec 21 04:56:18.682 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+git3c83ce0d399 |
3534 | 2024-12-21T04:56:19.791Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3535 | 2024-12-21T04:56:19.791Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3536 | 2024-12-21T04:56:19.794Z | Dec 21 04:56:18.702 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+git3c83ce0d399 |
3537 | 2024-12-21T04:56:19.811Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3538 | 2024-12-21T04:56:19.811Z | Dec 21 04:56:18.722 INFO [stamp-oxlog] process exited with exit status: 0 (89.79229ms) |
3539 | 2024-12-21T04:56:19.815Z | Dec 21 04:56:18.722 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (58.10805ms) |
3540 | 2024-12-21T04:56:19.825Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3541 | 2024-12-21T04:56:19.829Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3542 | 2024-12-21T04:56:19.832Z | Dec 21 04:56:18.743 INFO [stamp-overlay] process exited with exit status: 0 (40.61577ms) |
3543 | 2024-12-21T04:56:19.900Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3544 | 2024-12-21T04:56:19.903Z | Dec 21 04:56:18.814 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (131.261783ms) |
3545 | 2024-12-21T04:56:19.930Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3546 | 2024-12-21T04:56:19.935Z | Dec 21 04:56:18.846 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (226.350852ms) |
3547 | 2024-12-21T04:56:20.088Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3548 | 2024-12-21T04:56:20.094Z | Dec 21 04:56:19.005 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (420.342001ms) |
3549 | 2024-12-21T04:56:20.913Z | [recovery-package] Compiling newtype-uuid v1.1.3 |
3550 | 2024-12-21T04:56:20.952Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3551 | 2024-12-21T04:56:20.958Z | Dec 21 04:56:19.876 INFO [stamp-propolis-server] process exited with exit status: 0 (1.229702726s) |
3552 | 2024-12-21T04:56:21.426Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3553 | 2024-12-21T04:56:21.731Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3554 | 2024-12-21T04:56:21.731Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3555 | 2024-12-21T04:56:21.760Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3556 | 2024-12-21T04:56:22.384Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3557 | 2024-12-21T04:56:29.528Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3558 | 2024-12-21T04:56:29.533Z | Dec 21 04:56:28.532 INFO [stamp-switch-asic] process exited with exit status: 0 (9.925966846s) |
3559 | 2024-12-21T04:56:29.535Z | Dec 21 04:56:28.533 INFO [host-stamp] task succeeded (9.948826401s) |
3560 | 2024-12-21T04:56:29.535Z | Dec 21 04:56:28.533 INFO [host-proto] running task |
3561 | 2024-12-21T04:56:30.024Z | Dec 21 04:56:29.001 INFO [host-proto] task succeeded (468.243592ms) |
3562 | 2024-12-21T04:56:30.024Z | Dec 21 04:56:29.001 INFO [host-profile] running task |
3563 | 2024-12-21T04:56:30.093Z | Dec 21 04:56:29.001 INFO [host-profile] task succeeded (469.452µs) |
3564 | 2024-12-21T04:56:30.093Z | Dec 21 04:56:29.002 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/.tmpreaqKo/proto/host/root -N 'ci 3c83ce0/${os_short_commit} 2024-12-21 04:34' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3565 | 2024-12-21T04:56:30.093Z | [ host-image] Dec 21 04:56:29.023 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3566 | 2024-12-21T04:56:30.093Z | [ host-image] Dec 21 04:56:29.023 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3567 | 2024-12-21T04:56:30.093Z | [ host-image] Dec 21 04:56:29.041 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpreaqKo/proto/host/root" |
3568 | 2024-12-21T04:56:30.093Z | [ host-image] Dec 21 04:56:29.041 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3569 | 2024-12-21T04:56:30.093Z | [ host-image] Dec 21 04:56:29.041 INFO image builder template: ramdisk-01-os... |
3570 | 2024-12-21T04:56:30.093Z | [ host-image] Dec 21 04:56:29.042 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/.tmpreaqKo/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 |
3571 | 2024-12-21T04:56:30.093Z | [ host-image] Dec 21 04:56:29.067 INFO O| Dec 21 04:56:29.066 INFO CREATE DATASET: rpool/images/build/host/output |
3572 | 2024-12-21T04:56:30.392Z | [ host-image] Dec 21 04:56:29.366 INFO O| Dec 21 04:56:29.366 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3573 | 2024-12-21T04:56:30.418Z | [ host-image] Dec 21 04:56:29.371 INFO O| Dec 21 04:56:29.371 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3574 | 2024-12-21T04:56:30.623Z | [ host-image] Dec 21 04:56:29.625 INFO O| Dec 21 04:56:29.625 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3575 | 2024-12-21T04:56:30.745Z | [ host-image] Dec 21 04:56:29.752 INFO O| Dec 21 04:56:29.752 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3576 | 2024-12-21T04:56:30.752Z | [ host-image] Dec 21 04:56:29.752 INFO O| Dec 21 04:56:29.752 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3577 | 2024-12-21T04:56:30.753Z | [ host-image] Dec 21 04:56:29.752 INFO O| Dec 21 04:56:29.752 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3578 | 2024-12-21T04:56:30.753Z | [ host-image] Dec 21 04:56:29.752 INFO O| Dec 21 04:56:29.752 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3579 | 2024-12-21T04:56:30.753Z | [ host-image] Dec 21 04:56:29.761 INFO O| Dec 21 04:56:29.761 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3580 | 2024-12-21T04:56:31.037Z | [ host-image] Dec 21 04:56:30.050 INFO O| Dec 21 04:56:30.050 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3581 | 2024-12-21T04:56:31.049Z | [ host-image] Dec 21 04:56:30.062 INFO O| Dec 21 04:56:30.062 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3582 | 2024-12-21T04:56:31.162Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3583 | 2024-12-21T04:56:31.162Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3584 | 2024-12-21T04:56:31.162Z | [recovery-package] Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3585 | 2024-12-21T04:56:31.164Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3586 | 2024-12-21T04:56:31.457Z | [ host-image] Dec 21 04:56:30.474 INFO O| Dec 21 04:56:30.474 INFO O| Caching catalogs ... Done |
3587 | 2024-12-21T04:56:31.554Z | [ host-image] Dec 21 04:56:30.572 INFO O| Dec 21 04:56:30.572 INFO STEP 0 (pkg_image_create) COMPLETE |
3588 | 2024-12-21T04:56:31.554Z | [ host-image] Dec 21 04:56:30.572 INFO O| Dec 21 04:56:30.572 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3589 | 2024-12-21T04:56:31.557Z | [ host-image] Dec 21 04:56:30.572 INFO O| Dec 21 04:56:30.572 INFO skip step because feature "repo_redist" is not enabled |
3590 | 2024-12-21T04:56:31.557Z | [ host-image] Dec 21 04:56:30.572 INFO O| Dec 21 04:56:30.572 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3591 | 2024-12-21T04:56:31.568Z | [ host-image] Dec 21 04:56:30.586 INFO O| Dec 21 04:56:30.586 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"] |
3592 | 2024-12-21T04:56:32.180Z | [ host-image] Dec 21 04:56:31.204 INFO O| Dec 21 04:56:31.204 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3593 | 2024-12-21T04:56:32.180Z | [ host-image] Dec 21 04:56:31.204 INFO O| Dec 21 04:56:31.204 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3594 | 2024-12-21T04:56:32.201Z | [ host-image] Dec 21 04:56:31.225 INFO O| Dec 21 04:56:31.224 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"] |
3595 | 2024-12-21T04:56:32.825Z | [ host-image] Dec 21 04:56:31.852 INFO O| Dec 21 04:56:31.852 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3596 | 2024-12-21T04:56:32.825Z | [ host-image] Dec 21 04:56:31.852 INFO O| Dec 21 04:56:31.852 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3597 | 2024-12-21T04:56:32.828Z | [ host-image] Dec 21 04:56:31.852 INFO O| Dec 21 04:56:31.852 INFO skip step because feature "repo_redist" is not enabled |
3598 | 2024-12-21T04:56:32.828Z | [ host-image] Dec 21 04:56:31.852 INFO O| Dec 21 04:56:31.852 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3599 | 2024-12-21T04:56:33.421Z | [ host-image] Dec 21 04:56:32.444 INFO O| Dec 21 04:56:32.444 INFO variant opensolaris.zone is already global |
3600 | 2024-12-21T04:56:33.421Z | [ host-image] Dec 21 04:56:32.444 INFO O| Dec 21 04:56:32.444 INFO STEP 5 (pkg_change_variant) COMPLETE |
3601 | 2024-12-21T04:56:33.439Z | [ host-image] Dec 21 04:56:32.444 INFO O| Dec 21 04:56:32.444 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3602 | 2024-12-21T04:56:34.112Z | [ host-image] Dec 21 04:56:33.085 INFO O| Dec 21 04:56:33.085 INFO variant opensolaris.imagetype is full; changing to partial |
3603 | 2024-12-21T04:56:34.112Z | [ host-image] Dec 21 04:56:33.085 INFO O| Dec 21 04:56:33.085 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3604 | 2024-12-21T04:56:34.515Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3605 | 2024-12-21T04:56:34.648Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3606 | 2024-12-21T04:56:36.311Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3607 | 2024-12-21T04:56:37.341Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3608 | 2024-12-21T04:56:40.426Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3609 | 2024-12-21T04:56:43.951Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3610 | 2024-12-21T04:56:45.406Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3611 | 2024-12-21T04:56:46.299Z | [ host-image] Dec 21 04:56:45.450 INFO O| Dec 21 04:56:45.450 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3612 | 2024-12-21T04:56:53.975Z | [ host-image] Dec 21 04:56:53.196 INFO O| Dec 21 04:56:53.196 INFO O| Startup: Caching catalogs ... Done |
3613 | 2024-12-21T04:56:54.054Z | [ host-image] Dec 21 04:56:53.275 INFO O| Dec 21 04:56:53.274 INFO O| Planning: Planning completed in 0.00 seconds |
3614 | 2024-12-21T04:56:54.062Z | [ host-image] Dec 21 04:56:53.275 INFO O| Dec 21 04:56:53.275 INFO O| Planning: Consolidating action changes ... Done |
3615 | 2024-12-21T04:56:54.063Z | [ host-image] Dec 21 04:56:53.275 INFO O| Dec 21 04:56:53.275 INFO O| Planning: Evaluating mediators ... Done |
3616 | 2024-12-21T04:56:54.066Z | [ host-image] Dec 21 04:56:53.276 INFO O| Dec 21 04:56:53.276 INFO O| Planning: Planning completed in 0.00 seconds |
3617 | 2024-12-21T04:56:54.066Z | [ host-image] Dec 21 04:56:53.276 INFO O| Dec 21 04:56:53.276 INFO O| Variants/Facets to change: 1 |
3618 | 2024-12-21T04:56:54.074Z | [ host-image] Dec 21 04:56:53.297 INFO O| Dec 21 04:56:53.297 INFO O| Done |
3619 | 2024-12-21T04:56:54.074Z | [ host-image] Dec 21 04:56:53.297 INFO O| Dec 21 04:56:53.297 INFO O| Done |
3620 | 2024-12-21T04:56:54.862Z | [ host-image] Dec 21 04:56:54.091 INFO O| Dec 21 04:56:54.091 INFO O| Done |
3621 | 2024-12-21T04:56:54.931Z | [ host-image] Dec 21 04:56:54.161 INFO O| Dec 21 04:56:54.161 INFO O| Done |
3622 | 2024-12-21T04:56:54.934Z | [ host-image] Dec 21 04:56:54.163 INFO O| Dec 21 04:56:54.163 INFO O| Done |
3623 | 2024-12-21T04:56:54.934Z | [ host-image] Dec 21 04:56:54.163 INFO O| Dec 21 04:56:54.163 INFO O| Done |
3624 | 2024-12-21T04:56:54.941Z | [ host-image] Dec 21 04:56:54.165 INFO O| Dec 21 04:56:54.165 INFO O| Done |
3625 | 2024-12-21T04:56:55.621Z | [ host-image] Dec 21 04:56:54.837 INFO O| Dec 21 04:56:54.837 INFO STEP 6 (pkg_change_variant) COMPLETE |
3626 | 2024-12-21T04:56:55.621Z | [ host-image] Dec 21 04:56:54.837 INFO O| Dec 21 04:56:54.837 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3627 | 2024-12-21T04:56:55.631Z | [ host-image] Dec 21 04:56:54.837 INFO O| Dec 21 04:56:54.837 INFO skip step because feature "debug_variant" is not enabled |
3628 | 2024-12-21T04:56:55.632Z | [ host-image] Dec 21 04:56:54.837 INFO O| Dec 21 04:56:54.837 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3629 | 2024-12-21T04:56:56.023Z | [ host-image] Dec 21 04:56:55.263 INFO O| Dec 21 04:56:55.263 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3630 | 2024-12-21T04:56:56.491Z | [ host-image] Dec 21 04:56:55.722 INFO O| Dec 21 04:56:55.722 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3631 | 2024-12-21T04:56:56.498Z | [ host-image] Dec 21 04:56:55.723 INFO O| Dec 21 04:56:55.723 INFO O| Planning: Planning completed in 0.00 seconds |
3632 | 2024-12-21T04:56:56.498Z | [ host-image] Dec 21 04:56:55.724 INFO O| Dec 21 04:56:55.724 INFO O| Planning: Consolidating action changes ... Done |
3633 | 2024-12-21T04:56:56.498Z | [ host-image] Dec 21 04:56:55.724 INFO O| Dec 21 04:56:55.724 INFO O| Planning: Evaluating mediators ... Done |
3634 | 2024-12-21T04:56:56.498Z | [ host-image] Dec 21 04:56:55.724 INFO O| Dec 21 04:56:55.724 INFO O| Planning: Planning completed in 0.00 seconds |
3635 | 2024-12-21T04:56:56.498Z | [ host-image] Dec 21 04:56:55.725 INFO O| Dec 21 04:56:55.725 INFO O| Variants/Facets to change: 1 |
3636 | 2024-12-21T04:56:56.498Z | [ host-image] Dec 21 04:56:55.743 INFO O| Dec 21 04:56:55.743 INFO O| Done |
3637 | 2024-12-21T04:56:56.498Z | [ host-image] Dec 21 04:56:55.743 INFO O| Dec 21 04:56:55.743 INFO O| Done |
3638 | 2024-12-21T04:56:56.902Z | [ host-image] Dec 21 04:56:56.148 INFO O| Dec 21 04:56:56.148 INFO O| Done |
3639 | 2024-12-21T04:56:56.954Z | [ host-image] Dec 21 04:56:56.203 INFO O| Dec 21 04:56:56.203 INFO O| Done |
3640 | 2024-12-21T04:56:56.958Z | [ host-image] Dec 21 04:56:56.203 INFO O| Dec 21 04:56:56.203 INFO O| Done |
3641 | 2024-12-21T04:56:56.958Z | [ host-image] Dec 21 04:56:56.204 INFO O| Dec 21 04:56:56.203 INFO O| Done |
3642 | 2024-12-21T04:56:56.959Z | [ host-image] Dec 21 04:56:56.205 INFO O| Dec 21 04:56:56.205 INFO O| Done |
3643 | 2024-12-21T04:56:57.011Z | [ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO STEP 8 (pkg_change_facet) COMPLETE |
3644 | 2024-12-21T04:56:57.016Z | [ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3645 | 2024-12-21T04:56:57.016Z | [ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO skip step because feature "recovery" is not enabled |
3646 | 2024-12-21T04:56:57.017Z | [ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3647 | 2024-12-21T04:56:57.017Z | [ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO skip step because feature "recovery" is not enabled |
3648 | 2024-12-21T04:56:57.017Z | [ host-image] Dec 21 04:56:56.260 INFO O| Dec 21 04:56:56.260 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3649 | 2024-12-21T04:56:57.024Z | [ host-image] Dec 21 04:56:56.272 INFO O| Dec 21 04:56:56.272 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts"] |
3650 | 2024-12-21T04:56:57.489Z | [ host-image] Dec 21 04:56:56.736 INFO O| Dec 21 04:56:56.736 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3651 | 2024-12-21T04:57:09.196Z | [recovery-package] Finished `release` profile [optimized] target(s) in 49.70s |
3652 | 2024-12-21T04:57:11.528Z | Dec 21 04:57:10.899 INFO [recovery-package] process exited with exit status: 0 (52.314762365s) |
3653 | 2024-12-21T04:57:11.530Z | Dec 21 04:57:10.899 INFO [recovery-stamp] running task |
3654 | 2024-12-21T04:57:11.543Z | Dec 21 04:57:10.899 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3655 | 2024-12-21T04:57:11.543Z | Dec 21 04:57:10.909 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git3c83ce0d399 |
3656 | 2024-12-21T04:57:11.543Z | Dec 21 04:57:10.922 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+git3c83ce0d399 |
3657 | 2024-12-21T04:57:11.552Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3658 | 2024-12-21T04:57:11.565Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3659 | 2024-12-21T04:57:11.623Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3660 | 2024-12-21T04:57:11.629Z | Dec 21 04:57:11.008 INFO [stamp-installinator] process exited with exit status: 0 (98.794297ms) |
3661 | 2024-12-21T04:57:11.665Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3662 | 2024-12-21T04:57:11.669Z | Dec 21 04:57:11.051 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (129.749843ms) |
3663 | 2024-12-21T04:57:11.673Z | Dec 21 04:57:11.052 INFO [recovery-stamp] task succeeded (152.512331ms) |
3664 | 2024-12-21T04:57:11.673Z | Dec 21 04:57:11.052 INFO [recovery-proto] running task |
3665 | 2024-12-21T04:57:11.673Z | Dec 21 04:57:11.052 INFO [tuf-stamp] running task |
3666 | 2024-12-21T04:57:11.673Z | Dec 21 04:57:11.053 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+git3c83ce0d399 |
3667 | 2024-12-21T04:57:11.687Z | Dec 21 04:57:11.066 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+git3c83ce0d399 |
3668 | 2024-12-21T04:57:11.703Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3669 | 2024-12-21T04:57:11.710Z | Dec 21 04:57:11.080 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+git3c83ce0d399 |
3670 | 2024-12-21T04:57:11.716Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3671 | 2024-12-21T04:57:11.716Z | Dec 21 04:57:11.097 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+git3c83ce0d399 |
3672 | 2024-12-21T04:57:11.729Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3673 | 2024-12-21T04:57:11.733Z | Dec 21 04:57:11.112 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+git3c83ce0d399 |
3674 | 2024-12-21T04:57:11.741Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3675 | 2024-12-21T04:57:11.774Z | Dec 21 04:57:11.130 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+git3c83ce0d399 |
3676 | 2024-12-21T04:57:11.806Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3677 | 2024-12-21T04:57:11.811Z | Dec 21 04:57:11.189 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+git3c83ce0d399 |
3678 | 2024-12-21T04:57:11.893Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3679 | 2024-12-21T04:57:11.972Z | Dec 21 04:57:11.256 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+git3c83ce0d399 |
3680 | 2024-12-21T04:57:11.974Z | Dec 21 04:57:11.282 INFO [recovery-proto] task succeeded (230.258884ms) |
3681 | 2024-12-21T04:57:11.974Z | Dec 21 04:57:11.282 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/.tmpreaqKo/proto/recovery/root -N 'recovery 3c83ce0/${os_short_commit} 2024-12-21 04:34' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3682 | 2024-12-21T04:57:11.982Z | [ recovery-image] Dec 21 04:57:11.310 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3683 | 2024-12-21T04:57:11.982Z | [ recovery-image] Dec 21 04:57:11.311 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3684 | 2024-12-21T04:57:11.982Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3685 | 2024-12-21T04:57:11.982Z | Dec 21 04:57:11.319 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+git3c83ce0d399 |
3686 | 2024-12-21T04:57:11.999Z | [ recovery-image] Dec 21 04:57:11.328 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpreaqKo/proto/recovery/root" |
3687 | 2024-12-21T04:57:12.019Z | [ recovery-image] Dec 21 04:57:11.328 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3688 | 2024-12-21T04:57:12.019Z | [ recovery-image] Dec 21 04:57:11.328 INFO image builder template: ramdisk-01-os... |
3689 | 2024-12-21T04:57:12.019Z | [ recovery-image] Dec 21 04:57:11.328 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/.tmpreaqKo/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 |
3690 | 2024-12-21T04:57:12.019Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3691 | 2024-12-21T04:57:12.019Z | Dec 21 04:57:11.382 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+git3c83ce0d399 |
3692 | 2024-12-21T04:57:12.030Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3693 | 2024-12-21T04:57:12.037Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3694 | 2024-12-21T04:57:12.037Z | Dec 21 04:57:11.414 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+git3c83ce0d399 |
3695 | 2024-12-21T04:57:12.094Z | [ recovery-image] Dec 21 04:57:11.470 INFO O| Dec 21 04:57:11.419 INFO CREATE DATASET: rpool/images/build/recovery/output |
3696 | 2024-12-21T04:57:12.122Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3697 | 2024-12-21T04:57:12.129Z | Dec 21 04:57:11.508 INFO [stamp-probe] process exited with exit status: 0 (252.741594ms) |
3698 | 2024-12-21T04:57:12.141Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3699 | 2024-12-21T04:57:12.288Z | [ recovery-image] Dec 21 04:57:11.660 INFO O| Dec 21 04:57:11.660 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3700 | 2024-12-21T04:57:12.293Z | [ recovery-image] Dec 21 04:57:11.667 INFO O| Dec 21 04:57:11.667 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3701 | 2024-12-21T04:57:12.496Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
3702 | 2024-12-21T04:57:12.553Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3703 | 2024-12-21T04:57:12.732Z | [ recovery-image] Dec 21 04:57:12.120 INFO O| Dec 21 04:57:12.120 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3704 | 2024-12-21T04:57:12.779Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3705 | 2024-12-21T04:57:12.811Z | Dec 21 04:57:12.204 INFO [stamp-ntp] process exited with exit status: 0 (789.449973ms) |
3706 | 2024-12-21T04:57:12.856Z | [ recovery-image] Dec 21 04:57:12.245 INFO O| Dec 21 04:57:12.245 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3707 | 2024-12-21T04:57:12.862Z | [ recovery-image] Dec 21 04:57:12.246 INFO O| Dec 21 04:57:12.245 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3708 | 2024-12-21T04:57:12.862Z | [ recovery-image] Dec 21 04:57:12.246 INFO O| Dec 21 04:57:12.246 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3709 | 2024-12-21T04:57:12.862Z | [ recovery-image] Dec 21 04:57:12.246 INFO O| Dec 21 04:57:12.246 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3710 | 2024-12-21T04:57:12.866Z | [ recovery-image] Dec 21 04:57:12.258 INFO O| Dec 21 04:57:12.258 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3711 | 2024-12-21T04:57:13.157Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3712 | 2024-12-21T04:57:13.190Z | Dec 21 04:57:12.586 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.533113054s) |
3713 | 2024-12-21T04:57:13.321Z | [ recovery-image] Dec 21 04:57:12.706 INFO O| Dec 21 04:57:12.706 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3714 | 2024-12-21T04:57:13.341Z | [ recovery-image] Dec 21 04:57:12.723 INFO O| Dec 21 04:57:12.723 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3715 | 2024-12-21T04:57:13.576Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3716 | 2024-12-21T04:57:13.627Z | Dec 21 04:57:13.025 INFO [stamp-internal-dns] process exited with exit status: 0 (1.91253988s) |
3717 | 2024-12-21T04:57:13.765Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3718 | 2024-12-21T04:57:13.770Z | Dec 21 04:57:13.171 INFO [stamp-external-dns] process exited with exit status: 0 (1.982023593s) |
3719 | 2024-12-21T04:57:13.813Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3720 | 2024-12-21T04:57:13.818Z | Dec 21 04:57:13.212 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.0820563s) |
3721 | 2024-12-21T04:57:13.935Z | [ recovery-image] Dec 21 04:57:13.338 INFO O| Dec 21 04:57:13.338 INFO O| Caching catalogs ... Done |
3722 | 2024-12-21T04:57:14.057Z | [ recovery-image] Dec 21 04:57:13.460 INFO O| Dec 21 04:57:13.460 INFO STEP 0 (pkg_image_create) COMPLETE |
3723 | 2024-12-21T04:57:14.057Z | [ recovery-image] Dec 21 04:57:13.460 INFO O| Dec 21 04:57:13.460 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3724 | 2024-12-21T04:57:14.057Z | [ recovery-image] Dec 21 04:57:13.460 INFO O| Dec 21 04:57:13.460 INFO skip step because feature "repo_redist" is not enabled |
3725 | 2024-12-21T04:57:14.057Z | [ recovery-image] Dec 21 04:57:13.460 INFO O| Dec 21 04:57:13.460 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3726 | 2024-12-21T04:57:14.073Z | [ recovery-image] Dec 21 04:57:13.475 INFO O| Dec 21 04:57:13.475 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"] |
3727 | 2024-12-21T04:57:14.108Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3728 | 2024-12-21T04:57:14.112Z | Dec 21 04:57:13.517 INFO [stamp-oximeter] process exited with exit status: 0 (2.451164462s) |
3729 | 2024-12-21T04:57:14.557Z | [ recovery-image] Dec 21 04:57:13.965 INFO O| Dec 21 04:57:13.965 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3730 | 2024-12-21T04:57:14.557Z | [ recovery-image] Dec 21 04:57:13.965 INFO O| Dec 21 04:57:13.965 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3731 | 2024-12-21T04:57:14.572Z | [ recovery-image] Dec 21 04:57:13.980 INFO O| Dec 21 04:57:13.980 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"] |
3732 | 2024-12-21T04:57:15.046Z | [ recovery-image] Dec 21 04:57:14.458 INFO O| Dec 21 04:57:14.458 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3733 | 2024-12-21T04:57:15.047Z | [ recovery-image] Dec 21 04:57:14.458 INFO O| Dec 21 04:57:14.458 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3734 | 2024-12-21T04:57:15.047Z | [ recovery-image] Dec 21 04:57:14.458 INFO O| Dec 21 04:57:14.458 INFO skip step because feature "repo_redist" is not enabled |
3735 | 2024-12-21T04:57:15.050Z | [ recovery-image] Dec 21 04:57:14.458 INFO O| Dec 21 04:57:14.458 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3736 | 2024-12-21T04:57:15.538Z | [ recovery-image] Dec 21 04:57:14.947 INFO O| Dec 21 04:57:14.947 INFO variant opensolaris.zone is already global |
3737 | 2024-12-21T04:57:15.538Z | [ recovery-image] Dec 21 04:57:14.947 INFO O| Dec 21 04:57:14.947 INFO STEP 5 (pkg_change_variant) COMPLETE |
3738 | 2024-12-21T04:57:15.545Z | [ recovery-image] Dec 21 04:57:14.947 INFO O| Dec 21 04:57:14.947 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3739 | 2024-12-21T04:57:15.990Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3740 | 2024-12-21T04:57:16.005Z | Dec 21 04:57:15.409 INFO [stamp-nexus] process exited with exit status: 0 (4.311660656s) |
3741 | 2024-12-21T04:57:16.034Z | [ recovery-image] Dec 21 04:57:15.455 INFO O| Dec 21 04:57:15.455 INFO variant opensolaris.imagetype is full; changing to partial |
3742 | 2024-12-21T04:57:16.034Z | [ recovery-image] Dec 21 04:57:15.455 INFO O| Dec 21 04:57:15.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3743 | 2024-12-21T04:57:16.663Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3744 | 2024-12-21T04:57:16.851Z | [verify-libraries] Compiling home v0.5.9 |
3745 | 2024-12-21T04:57:16.864Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3746 | 2024-12-21T04:57:16.901Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3747 | 2024-12-21T04:57:16.901Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3748 | 2024-12-21T04:57:16.905Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3749 | 2024-12-21T04:57:17.122Z | [verify-libraries] Compiling nix v0.28.0 |
3750 | 2024-12-21T04:57:17.226Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3751 | 2024-12-21T04:57:17.371Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3752 | 2024-12-21T04:57:17.539Z | [verify-libraries] Compiling polyval v0.6.2 |
3753 | 2024-12-21T04:57:17.739Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3754 | 2024-12-21T04:57:17.848Z | [verify-libraries] Compiling ctr v0.9.2 |
3755 | 2024-12-21T04:57:18.441Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3756 | 2024-12-21T04:57:18.509Z | Dec 21 04:57:17.931 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.548497814s) |
3757 | 2024-12-21T04:57:18.589Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3758 | 2024-12-21T04:57:18.596Z | [verify-libraries] Compiling ghash v0.5.1 |
3759 | 2024-12-21T04:57:18.773Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3760 | 2024-12-21T04:57:18.837Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3761 | 2024-12-21T04:57:19.373Z | [verify-libraries] Compiling blowfish v0.9.1 |
3762 | 2024-12-21T04:57:20.077Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3763 | 2024-12-21T04:57:20.756Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3764 | 2024-12-21T04:57:20.850Z | [verify-libraries] Compiling password-hash v0.4.2 |
3765 | 2024-12-21T04:57:23.513Z | [verify-libraries] Compiling rustyline v14.0.0 |
3766 | 2024-12-21T04:57:26.014Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3767 | 2024-12-21T04:57:26.025Z | [verify-libraries] Compiling matches v0.1.10 |
3768 | 2024-12-21T04:57:26.043Z | Dec 21 04:57:25.556 INFO [stamp-clickhouse] process exited with exit status: 0 (14.476037172s) |
3769 | 2024-12-21T04:57:26.082Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3770 | 2024-12-21T04:57:26.108Z | Dec 21 04:57:25.622 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.303356078s) |
3771 | 2024-12-21T04:57:26.108Z | Dec 21 04:57:25.622 INFO [tuf-stamp] task succeeded (14.570678263s) |
3772 | 2024-12-21T04:57:26.261Z | [verify-libraries] Compiling idna v0.2.3 |
3773 | 2024-12-21T04:57:27.214Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3774 | 2024-12-21T04:57:27.272Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3775 | 2024-12-21T04:57:27.841Z | [verify-libraries] Compiling p256 v0.13.2 |
3776 | 2024-12-21T04:57:28.860Z | [ recovery-image] Dec 21 04:57:28.392 INFO O| Dec 21 04:57:28.392 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3777 | 2024-12-21T04:57:30.547Z | [verify-libraries] Compiling p521 v0.13.3 |
3778 | 2024-12-21T04:57:30.866Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3779 | 2024-12-21T04:57:32.298Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3780 | 2024-12-21T04:57:32.825Z | [verify-libraries] Compiling md5 v0.7.0 |
3781 | 2024-12-21T04:57:33.262Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3782 | 2024-12-21T04:57:33.576Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3783 | 2024-12-21T04:57:40.671Z | [ recovery-image] Dec 21 04:57:37.750 INFO O| Dec 21 04:57:37.749 INFO O| Startup: Caching catalogs ... Done |
3784 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:37.927 INFO O| Dec 21 04:57:37.926 INFO O| Planning: Planning completed in 0.00 seconds |
3785 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:37.927 INFO O| Dec 21 04:57:37.927 INFO O| Planning: Consolidating action changes ... Done |
3786 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:37.928 INFO O| Dec 21 04:57:37.928 INFO O| Planning: Evaluating mediators ... Done |
3787 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:37.928 INFO O| Dec 21 04:57:37.928 INFO O| Planning: Planning completed in 0.00 seconds |
3788 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:37.928 INFO O| Dec 21 04:57:37.928 INFO O| Variants/Facets to change: 1 |
3789 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:38.063 INFO O| Dec 21 04:57:38.063 INFO O| Done |
3790 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:38.063 INFO O| Dec 21 04:57:38.063 INFO O| Done |
3791 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:39.075 INFO O| Dec 21 04:57:39.074 INFO O| Done |
3792 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:39.191 INFO O| Dec 21 04:57:39.191 INFO O| Done |
3793 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:39.193 INFO O| Dec 21 04:57:39.193 INFO O| Done |
3794 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:39.193 INFO O| Dec 21 04:57:39.193 INFO O| Done |
3795 | 2024-12-21T04:57:40.740Z | [ recovery-image] Dec 21 04:57:39.195 INFO O| Dec 21 04:57:39.195 INFO O| Done |
3796 | 2024-12-21T04:57:40.748Z | [ recovery-image] Dec 21 04:57:39.891 INFO O| Dec 21 04:57:39.891 INFO STEP 6 (pkg_change_variant) COMPLETE |
3797 | 2024-12-21T04:57:40.749Z | [ recovery-image] Dec 21 04:57:39.891 INFO O| Dec 21 04:57:39.891 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3798 | 2024-12-21T04:57:40.749Z | [ recovery-image] Dec 21 04:57:39.891 INFO O| Dec 21 04:57:39.891 INFO skip step because feature "debug_variant" is not enabled |
3799 | 2024-12-21T04:57:40.749Z | [ recovery-image] Dec 21 04:57:39.891 INFO O| Dec 21 04:57:39.891 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3800 | 2024-12-21T04:57:40.888Z | [ recovery-image] Dec 21 04:57:40.535 INFO O| Dec 21 04:57:40.535 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3801 | 2024-12-21T04:57:41.799Z | [ recovery-image] Dec 21 04:57:41.456 INFO O| Dec 21 04:57:41.456 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3802 | 2024-12-21T04:57:41.803Z | [ recovery-image] Dec 21 04:57:41.458 INFO O| Dec 21 04:57:41.457 INFO O| Planning: Planning completed in 0.00 seconds |
3803 | 2024-12-21T04:57:41.803Z | [ recovery-image] Dec 21 04:57:41.458 INFO O| Dec 21 04:57:41.458 INFO O| Planning: Consolidating action changes ... Done |
3804 | 2024-12-21T04:57:41.803Z | [ recovery-image] Dec 21 04:57:41.459 INFO O| Dec 21 04:57:41.458 INFO O| Planning: Evaluating mediators ... Done |
3805 | 2024-12-21T04:57:41.803Z | [ recovery-image] Dec 21 04:57:41.459 INFO O| Dec 21 04:57:41.459 INFO O| Planning: Planning completed in 0.00 seconds |
3806 | 2024-12-21T04:57:41.803Z | [ recovery-image] Dec 21 04:57:41.459 INFO O| Dec 21 04:57:41.459 INFO O| Variants/Facets to change: 1 |
3807 | 2024-12-21T04:57:41.907Z | [ recovery-image] Dec 21 04:57:41.565 INFO O| Dec 21 04:57:41.565 INFO O| Done |
3808 | 2024-12-21T04:57:41.907Z | [ recovery-image] Dec 21 04:57:41.565 INFO O| Dec 21 04:57:41.565 INFO O| Done |
3809 | 2024-12-21T04:57:42.739Z | [ recovery-image] Dec 21 04:57:42.400 INFO O| Dec 21 04:57:42.400 INFO O| Done |
3810 | 2024-12-21T04:57:42.851Z | [ recovery-image] Dec 21 04:57:42.517 INFO O| Dec 21 04:57:42.517 INFO O| Done |
3811 | 2024-12-21T04:57:42.855Z | [ recovery-image] Dec 21 04:57:42.518 INFO O| Dec 21 04:57:42.518 INFO O| Done |
3812 | 2024-12-21T04:57:42.855Z | [ recovery-image] Dec 21 04:57:42.519 INFO O| Dec 21 04:57:42.519 INFO O| Done |
3813 | 2024-12-21T04:57:42.855Z | [ recovery-image] Dec 21 04:57:42.521 INFO O| Dec 21 04:57:42.521 INFO O| Done |
3814 | 2024-12-21T04:57:42.928Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3815 | 2024-12-21T04:57:42.973Z | [ recovery-image] Dec 21 04:57:42.639 INFO O| Dec 21 04:57:42.639 INFO STEP 8 (pkg_change_facet) COMPLETE |
3816 | 2024-12-21T04:57:42.973Z | [ recovery-image] Dec 21 04:57:42.639 INFO O| Dec 21 04:57:42.639 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3817 | 2024-12-21T04:57:43.626Z | [ recovery-image] Dec 21 04:57:43.299 INFO O| Dec 21 04:57:43.299 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3818 | 2024-12-21T04:57:44.746Z | [ recovery-image] Dec 21 04:57:44.430 INFO O| Dec 21 04:57:44.429 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3819 | 2024-12-21T04:57:44.749Z | [ recovery-image] Dec 21 04:57:44.432 INFO O| Dec 21 04:57:44.431 INFO O| Planning: Planning completed in 0.00 seconds |
3820 | 2024-12-21T04:57:44.749Z | [ recovery-image] Dec 21 04:57:44.432 INFO O| Dec 21 04:57:44.432 INFO O| Planning: Consolidating action changes ... Done |
3821 | 2024-12-21T04:57:44.749Z | [ recovery-image] Dec 21 04:57:44.433 INFO O| Dec 21 04:57:44.433 INFO O| Planning: Evaluating mediators ... Done |
3822 | 2024-12-21T04:57:44.752Z | [ recovery-image] Dec 21 04:57:44.433 INFO O| Dec 21 04:57:44.433 INFO O| Planning: Planning completed in 0.00 seconds |
3823 | 2024-12-21T04:57:44.752Z | [ recovery-image] Dec 21 04:57:44.434 INFO O| Dec 21 04:57:44.434 INFO O| Variants/Facets to change: 1 |
3824 | 2024-12-21T04:57:44.842Z | [ recovery-image] Dec 21 04:57:44.527 INFO O| Dec 21 04:57:44.526 INFO O| Done |
3825 | 2024-12-21T04:57:44.842Z | [ recovery-image] Dec 21 04:57:44.527 INFO O| Dec 21 04:57:44.527 INFO O| Done |
3826 | 2024-12-21T04:57:45.698Z | [ recovery-image] Dec 21 04:57:45.390 INFO O| Dec 21 04:57:45.390 INFO O| Done |
3827 | 2024-12-21T04:57:45.807Z | [ recovery-image] Dec 21 04:57:45.500 INFO O| Dec 21 04:57:45.500 INFO O| Done |
3828 | 2024-12-21T04:57:45.814Z | [ recovery-image] Dec 21 04:57:45.501 INFO O| Dec 21 04:57:45.501 INFO O| Done |
3829 | 2024-12-21T04:57:45.815Z | [ recovery-image] Dec 21 04:57:45.502 INFO O| Dec 21 04:57:45.502 INFO O| Done |
3830 | 2024-12-21T04:57:45.815Z | [ recovery-image] Dec 21 04:57:45.504 INFO O| Dec 21 04:57:45.504 INFO O| Done |
3831 | 2024-12-21T04:57:45.924Z | [ recovery-image] Dec 21 04:57:45.618 INFO O| Dec 21 04:57:45.618 INFO STEP 9 (pkg_change_facet) COMPLETE |
3832 | 2024-12-21T04:57:45.924Z | [ recovery-image] Dec 21 04:57:45.619 INFO O| Dec 21 04:57:45.618 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3833 | 2024-12-21T04:57:46.746Z | [ recovery-image] Dec 21 04:57:46.448 INFO O| Dec 21 04:57:46.448 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3834 | 2024-12-21T04:57:51.046Z | [ recovery-image] Dec 21 04:57:47.417 INFO O| Dec 21 04:57:47.417 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3835 | 2024-12-21T04:57:51.070Z | [ recovery-image] Dec 21 04:57:47.419 INFO O| Dec 21 04:57:47.419 INFO O| Planning: Planning completed in 0.00 seconds |
3836 | 2024-12-21T04:57:51.070Z | [ recovery-image] Dec 21 04:57:47.420 INFO O| Dec 21 04:57:47.420 INFO O| Planning: Consolidating action changes ... Done |
3837 | 2024-12-21T04:57:51.070Z | [ recovery-image] Dec 21 04:57:47.420 INFO O| Dec 21 04:57:47.420 INFO O| Planning: Evaluating mediators ... Done |
3838 | 2024-12-21T04:57:51.070Z | [ recovery-image] Dec 21 04:57:47.421 INFO O| Dec 21 04:57:47.421 INFO O| Planning: Planning completed in 0.00 seconds |
3839 | 2024-12-21T04:57:51.070Z | [ recovery-image] Dec 21 04:57:47.421 INFO O| Dec 21 04:57:47.421 INFO O| Variants/Facets to change: 1 |
3840 | 2024-12-21T04:57:51.070Z | [ recovery-image] Dec 21 04:57:47.509 INFO O| Dec 21 04:57:47.509 INFO O| Done |
3841 | 2024-12-21T04:57:51.070Z | [ recovery-image] Dec 21 04:57:47.509 INFO O| Dec 21 04:57:47.509 INFO O| Done |
3842 | 2024-12-21T04:57:51.071Z | [ recovery-image] Dec 21 04:57:48.485 INFO O| Dec 21 04:57:48.485 INFO O| Done |
3843 | 2024-12-21T04:57:51.071Z | [ recovery-image] Dec 21 04:57:48.581 INFO O| Dec 21 04:57:48.581 INFO O| Done |
3844 | 2024-12-21T04:57:51.071Z | [ recovery-image] Dec 21 04:57:48.582 INFO O| Dec 21 04:57:48.582 INFO O| Done |
3845 | 2024-12-21T04:57:51.071Z | [ recovery-image] Dec 21 04:57:48.582 INFO O| Dec 21 04:57:48.582 INFO O| Done |
3846 | 2024-12-21T04:57:51.071Z | [ recovery-image] Dec 21 04:57:48.585 INFO O| Dec 21 04:57:48.584 INFO O| Done |
3847 | 2024-12-21T04:57:51.071Z | [ recovery-image] Dec 21 04:57:48.686 INFO O| Dec 21 04:57:48.686 INFO STEP 10 (pkg_change_facet) COMPLETE |
3848 | 2024-12-21T04:57:51.071Z | [ recovery-image] Dec 21 04:57:48.686 INFO O| Dec 21 04:57:48.686 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3849 | 2024-12-21T04:57:51.071Z | [ recovery-image] Dec 21 04:57:48.706 INFO O| Dec 21 04:57:48.706 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"] |
3850 | 2024-12-21T04:57:51.079Z | [ recovery-image] Dec 21 04:57:49.874 INFO O| Dec 21 04:57:49.874 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3851 | 2024-12-21T04:57:51.079Z | [verify-libraries] Compiling des v0.8.1 |
3852 | 2024-12-21T04:57:51.083Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3853 | 2024-12-21T04:57:52.172Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3854 | 2024-12-21T04:57:52.583Z | [verify-libraries] Compiling russh v0.45.0 |
3855 | 2024-12-21T04:57:52.947Z | [ host-image] Dec 21 04:57:52.705 INFO O| Dec 21 04:57:52.705 INFO O| Planning: Solver setup ... Done |
3856 | 2024-12-21T04:57:53.629Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3857 | 2024-12-21T04:57:57.660Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3858 | 2024-12-21T04:57:59.716Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3859 | 2024-12-21T04:58:04.886Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3860 | 2024-12-21T04:58:12.582Z | [verify-libraries] Compiling petname v2.0.2 |
3861 | 2024-12-21T04:58:13.796Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3862 | 2024-12-21T04:58:14.561Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3863 | 2024-12-21T04:58:15.581Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3864 | 2024-12-21T04:58:21.264Z | [verify-libraries] Compiling heck v0.4.1 |
3865 | 2024-12-21T04:58:22.759Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3866 | 2024-12-21T04:58:31.479Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3867 | 2024-12-21T04:58:34.114Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3868 | 2024-12-21T04:58:41.158Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3869 | 2024-12-21T04:58:46.497Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3870 | 2024-12-21T04:59:00.461Z | [ recovery-image] Dec 21 04:58:58.834 INFO O| Dec 21 04:58:58.834 INFO O| Planning: Solver setup ... Done |
3871 | 2024-12-21T04:59:01.607Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3872 | 2024-12-21T04:59:04.017Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3873 | 2024-12-21T04:59:09.381Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3874 | 2024-12-21T04:59:15.803Z | [ host-image] Dec 21 04:59:14.315 INFO O| Dec 21 04:59:14.315 INFO O| Planning: Running solver ... Done |
3875 | 2024-12-21T04:59:16.403Z | [ host-image] Dec 21 04:59:14.920 INFO O| Dec 21 04:59:14.920 INFO O| Planning: Finding local manifests ... Done |
3876 | 2024-12-21T04:59:16.421Z | [ host-image] Dec 21 04:59:14.938 INFO O| Dec 21 04:59:14.938 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3877 | 2024-12-21T04:59:21.981Z | [ host-image] Dec 21 04:59:20.549 INFO O| Dec 21 04:59:20.549 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3878 | 2024-12-21T04:59:23.333Z | [ host-image] Dec 21 04:59:21.914 INFO O| Dec 21 04:59:21.913 INFO O| Planning: Package planning ... Done |
3879 | 2024-12-21T04:59:24.874Z | [ host-image] Dec 21 04:59:23.469 INFO O| Dec 21 04:59:23.469 INFO O| Planning: Merging actions ... Done |
3880 | 2024-12-21T04:59:25.471Z | [ host-image] Dec 21 04:59:24.071 INFO O| Dec 21 04:59:24.071 INFO O| Planning: Checking for conflicting actions ... Done |
3881 | 2024-12-21T04:59:25.850Z | [ host-image] Dec 21 04:59:24.454 INFO O| Dec 21 04:59:24.454 INFO O| Planning: Consolidating action changes ... Done |
3882 | 2024-12-21T04:59:26.389Z | [ host-image] Dec 21 04:59:24.997 INFO O| Dec 21 04:59:24.997 INFO O| Planning: Evaluating mediators ... Done |
3883 | 2024-12-21T04:59:32.904Z | [ host-image] Dec 21 04:59:31.570 INFO O| Dec 21 04:59:31.569 INFO O| Planning: Planning completed in 154.83 seconds |
3884 | 2024-12-21T04:59:32.909Z | [ host-image] Dec 21 04:59:31.577 INFO O| Dec 21 04:59:31.576 INFO O| Packages to install: 124 |
3885 | 2024-12-21T04:59:32.909Z | [ host-image] Dec 21 04:59:31.577 INFO O| Dec 21 04:59:31.577 INFO O| Mediators to change: 4 |
3886 | 2024-12-21T04:59:32.911Z | [ host-image] Dec 21 04:59:31.577 INFO O| Dec 21 04:59:31.577 INFO O| Services to change: 6 |
3887 | 2024-12-21T04:59:33.330Z | [ host-image] Dec 21 04:59:31.691 INFO O| Dec 21 04:59:31.691 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3888 | 2024-12-21T04:59:37.986Z | [ host-image] Dec 21 04:59:36.699 INFO O| Dec 21 04:59:36.699 INFO O| Download: 833/22788 items 5.9/199.7MB 2% complete (1.2M/s) |
3889 | 2024-12-21T04:59:38.826Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3890 | 2024-12-21T04:59:41.196Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3891 | 2024-12-21T04:59:42.956Z | [ host-image] Dec 21 04:59:41.714 INFO O| Dec 21 04:59:41.714 INFO O| Download: 1462/22788 items 8.8/199.7MB 4% complete (921k/s) |
3892 | 2024-12-21T04:59:46.239Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3893 | 2024-12-21T04:59:46.658Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3894 | 2024-12-21T04:59:47.143Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3895 | 2024-12-21T04:59:47.543Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3896 | 2024-12-21T04:59:47.947Z | [ host-image] Dec 21 04:59:46.751 INFO O| Dec 21 04:59:46.750 INFO O| Download: 1654/22788 items 10.9/199.7MB 5% complete (840k/s) |
3897 | 2024-12-21T04:59:48.015Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3898 | 2024-12-21T04:59:48.350Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3899 | 2024-12-21T04:59:53.286Z | [ host-image] Dec 21 04:59:52.139 INFO O| Dec 21 04:59:52.139 INFO O| Download: 1771/22788 items 12.0/199.7MB 6% complete (359k/s) |
3900 | 2024-12-21T04:59:55.320Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3901 | 2024-12-21T04:59:57.161Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3902 | 2024-12-21T04:59:57.961Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3903 | 2024-12-21T04:59:58.320Z | [ host-image] Dec 21 04:59:57.219 INFO O| Dec 21 04:59:57.219 INFO O| Download: 2087/22788 items 23.3/199.7MB 11% complete (1.2M/s) |
3904 | 2024-12-21T05:00:03.462Z | [ host-image] Dec 21 05:00:02.407 INFO O| Dec 21 05:00:02.407 INFO O| Download: 2336/22788 items 27.5/199.7MB 13% complete (1.6M/s) |
3905 | 2024-12-21T05:00:05.616Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3906 | 2024-12-21T05:00:08.419Z | [ host-image] Dec 21 05:00:07.410 INFO O| Dec 21 05:00:07.410 INFO O| Download: 2943/22788 items 33.8/199.7MB 16% complete (1.0M/s) |
3907 | 2024-12-21T05:00:14.247Z | [ host-image] Dec 21 05:00:13.290 INFO O| Dec 21 05:00:13.290 INFO O| Download: 3486/22788 items 35.5/199.7MB 17% complete (926k/s) |
3908 | 2024-12-21T05:00:18.763Z | [ recovery-image] Dec 21 05:00:17.847 INFO O| Dec 21 05:00:17.847 INFO O| Planning: Running solver ... Done |
3909 | 2024-12-21T05:00:19.216Z | [ host-image] Dec 21 05:00:18.304 INFO O| Dec 21 05:00:18.304 INFO O| Download: 4125/22788 items 40.5/199.7MB 20% complete (669k/s) |
3910 | 2024-12-21T05:00:19.331Z | [ recovery-image] Dec 21 05:00:18.421 INFO O| Dec 21 05:00:18.421 INFO O| Planning: Finding local manifests ... Done |
3911 | 2024-12-21T05:00:19.348Z | [ recovery-image] Dec 21 05:00:18.439 INFO O| Dec 21 05:00:18.438 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3912 | 2024-12-21T05:00:22.659Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3913 | 2024-12-21T05:00:24.229Z | [ host-image] Dec 21 05:00:23.363 INFO O| Dec 21 05:00:23.363 INFO O| Download: 4553/22788 items 42.6/199.7MB 21% complete (738k/s) |
3914 | 2024-12-21T05:00:24.839Z | [ recovery-image] Dec 21 05:00:23.979 INFO O| Dec 21 05:00:23.979 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3915 | 2024-12-21T05:00:25.951Z | [ recovery-image] Dec 21 05:00:25.101 INFO O| Dec 21 05:00:25.101 INFO O| Planning: Package planning ... Done |
3916 | 2024-12-21T05:00:26.664Z | [ recovery-image] Dec 21 05:00:25.819 INFO O| Dec 21 05:00:25.819 INFO O| Planning: Merging actions ... Done |
3917 | 2024-12-21T05:00:26.836Z | [ recovery-image] Dec 21 05:00:25.994 INFO O| Dec 21 05:00:25.994 INFO O| Planning: Checking for conflicting actions ... Done |
3918 | 2024-12-21T05:00:26.990Z | [ recovery-image] Dec 21 05:00:26.150 INFO O| Dec 21 05:00:26.150 INFO O| Planning: Consolidating action changes ... Done |
3919 | 2024-12-21T05:00:27.330Z | [ recovery-image] Dec 21 05:00:26.492 INFO O| Dec 21 05:00:26.492 INFO O| Planning: Evaluating mediators ... Done |
3920 | 2024-12-21T05:00:28.028Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3921 | 2024-12-21T05:00:29.185Z | [ host-image] Dec 21 05:00:28.365 INFO O| Dec 21 05:00:28.364 INFO O| Download: 5071/22788 items 45.9/199.7MB 22% complete (559k/s) |
3922 | 2024-12-21T05:00:33.342Z | [ recovery-image] Dec 21 05:00:32.559 INFO O| Dec 21 05:00:32.559 INFO O| Planning: Planning completed in 162.68 seconds |
3923 | 2024-12-21T05:00:33.350Z | [ recovery-image] Dec 21 05:00:32.567 INFO O| Dec 21 05:00:32.567 INFO O| Packages to install: 124 |
3924 | 2024-12-21T05:00:33.353Z | [ recovery-image] Dec 21 05:00:32.567 INFO O| Dec 21 05:00:32.567 INFO O| Mediators to change: 4 |
3925 | 2024-12-21T05:00:33.353Z | [ recovery-image] Dec 21 05:00:32.567 INFO O| Dec 21 05:00:32.567 INFO O| Services to change: 5 |
3926 | 2024-12-21T05:00:33.431Z | [ recovery-image] Dec 21 05:00:32.649 INFO O| Dec 21 05:00:32.649 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3927 | 2024-12-21T05:00:34.162Z | [ host-image] Dec 21 05:00:33.386 INFO O| Dec 21 05:00:33.386 INFO O| Download: 5745/22788 items 46.3/199.7MB 23% complete (424k/s) |
3928 | 2024-12-21T05:00:38.406Z | [ recovery-image] Dec 21 05:00:37.668 INFO O| Dec 21 05:00:37.668 INFO O| Download: 541/15862 items 5.2/176.4MB 2% complete (1.1M/s) |
3929 | 2024-12-21T05:00:39.183Z | [ host-image] Dec 21 05:00:38.452 INFO O| Dec 21 05:00:38.452 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete (391k/s) |
3930 | 2024-12-21T05:00:39.340Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3931 | 2024-12-21T05:00:43.525Z | [ recovery-image] Dec 21 05:00:42.835 INFO O| Dec 21 05:00:42.835 INFO O| Download: 998/15862 items 7.8/176.4MB 4% complete (850k/s) |
3932 | 2024-12-21T05:00:44.156Z | [ host-image] Dec 21 05:00:43.472 INFO O| Dec 21 05:00:43.472 INFO O| Download: 6293/22788 items 46.6/199.7MB 23% complete (31.6k/s) |
3933 | 2024-12-21T05:00:46.197Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3934 | 2024-12-21T05:00:46.854Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3935 | 2024-12-21T05:00:48.514Z | [ recovery-image] Dec 21 05:00:47.869 INFO O| Dec 21 05:00:47.869 INFO O| Download: 1008/15862 items 7.9/176.4MB 4% complete (812k/s) |
3936 | 2024-12-21T05:00:49.119Z | [ host-image] Dec 21 05:00:48.477 INFO O| Dec 21 05:00:48.477 INFO O| Download: 6684/22788 items 46.8/199.7MB 23% complete (56.2k/s) |
3937 | 2024-12-21T05:00:49.303Z | [verify-libraries] Compiling termios v0.3.3 |
3938 | 2024-12-21T05:00:49.642Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3939 | 2024-12-21T05:00:53.738Z | [ recovery-image] Dec 21 05:00:53.140 INFO O| Dec 21 05:00:53.140 INFO O| Download: 1098/15862 items 9.2/176.4MB 5% complete (242k/s) |
3940 | 2024-12-21T05:00:55.028Z | [ host-image] Dec 21 05:00:54.442 INFO O| Dec 21 05:00:54.442 INFO O| Download: 6852/22788 items 48.9/199.7MB 24% complete (224k/s) |
3941 | 2024-12-21T05:00:58.796Z | [ recovery-image] Dec 21 05:00:58.245 INFO O| Dec 21 05:00:58.245 INFO O| Download: 1185/15862 items 14.1/176.4MB 8% complete (560k/s) |
3942 | 2024-12-21T05:00:59.985Z | [ host-image] Dec 21 05:00:59.444 INFO O| Dec 21 05:00:59.444 INFO O| Download: 7349/22788 items 57.5/199.7MB 28% complete (1.0M/s) |
3943 | 2024-12-21T05:01:02.452Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3944 | 2024-12-21T05:01:03.943Z | [ recovery-image] Dec 21 05:01:03.439 INFO O| Dec 21 05:01:03.438 INFO O| Download: 1502/15862 items 21.7/176.4MB 12% complete (1.4M/s) |
3945 | 2024-12-21T05:01:06.374Z | [ host-image] Dec 21 05:01:05.891 INFO O| Dec 21 05:01:05.891 INFO O| Download: 7959/22788 items 59.6/199.7MB 29% complete (1.1M/s) |
3946 | 2024-12-21T05:01:09.207Z | [ recovery-image] Dec 21 05:01:08.751 INFO O| Dec 21 05:01:08.751 INFO O| Download: 1520/15862 items 21.9/176.4MB 12% complete (824k/s) |
3947 | 2024-12-21T05:01:12.746Z | [ host-image] Dec 21 05:01:12.322 INFO O| Dec 21 05:01:12.322 INFO O| Download: 8078/22788 items 60.4/199.7MB 30% complete (258k/s) |
3948 | 2024-12-21T05:01:15.608Z | [ recovery-image] Dec 21 05:01:15.210 INFO O| Dec 21 05:01:15.210 INFO O| Download: 1612/15862 items 25.0/176.4MB 14% complete (416k/s) |
3949 | 2024-12-21T05:01:18.821Z | [ host-image] Dec 21 05:01:18.451 INFO O| Dec 21 05:01:18.451 INFO O| Download: 8081/22788 items 60.4/199.7MB 30% complete (133k/s) |
3950 | 2024-12-21T05:01:20.574Z | [ recovery-image] Dec 21 05:01:20.221 INFO O| Dec 21 05:01:20.221 INFO O| Download: 1878/15862 items 28.5/176.4MB 16% complete (467k/s) |
3951 | 2024-12-21T05:01:23.927Z | [ host-image] Dec 21 05:01:23.604 INFO O| Dec 21 05:01:23.604 INFO O| Download: 8260/22788 items 65.0/199.7MB 32% complete (468k/s) |
3952 | 2024-12-21T05:01:23.938Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3953 | 2024-12-21T05:01:25.535Z | [ recovery-image] Dec 21 05:01:25.227 INFO O| Dec 21 05:01:25.227 INFO O| Download: 2333/15862 items 31.3/176.4MB 17% complete (666k/s) |
3954 | 2024-12-21T05:01:28.902Z | [ host-image] Dec 21 05:01:28.624 INFO O| Dec 21 05:01:28.624 INFO O| Download: 8288/22788 items 66.8/199.7MB 33% complete (712k/s) |
3955 | 2024-12-21T05:01:30.492Z | [ recovery-image] Dec 21 05:01:30.229 INFO O| Dec 21 05:01:30.229 INFO O| Download: 2649/15862 items 33.0/176.4MB 18% complete (478k/s) |
3956 | 2024-12-21T05:01:35.455Z | [ recovery-image] Dec 21 05:01:35.237 INFO O| Dec 21 05:01:35.237 INFO O| Download: 2810/15862 items 35.7/176.4MB 20% complete (365k/s) |
3957 | 2024-12-21T05:01:37.809Z | [ host-image] Dec 21 05:01:37.613 INFO O| Dec 21 05:01:37.612 INFO O| Download: 8304/22788 items 68.1/199.7MB 34% complete (530k/s) |
3958 | 2024-12-21T05:01:40.420Z | [ recovery-image] Dec 21 05:01:40.247 INFO O| Dec 21 05:01:40.247 INFO O| Download: 3300/15862 items 37.9/176.4MB 21% complete (494k/s) |
3959 | 2024-12-21T05:01:43.900Z | [ host-image] Dec 21 05:01:43.759 INFO O| Dec 21 05:01:43.759 INFO O| Download: 8361/22788 items 69.1/199.7MB 34% complete (225k/s) |
3960 | 2024-12-21T05:01:48.093Z | [ recovery-image] Dec 21 05:01:47.991 INFO O| Dec 21 05:01:47.990 INFO O| Download: 3609/15862 items 39.1/176.4MB 22% complete (610k/s) |
3961 | 2024-12-21T05:01:48.867Z | [ host-image] Dec 21 05:01:48.771 INFO O| Dec 21 05:01:48.771 INFO O| Download: 9048/22788 items 74.6/199.7MB 37% complete (518k/s) |
3962 | 2024-12-21T05:01:53.237Z | [ recovery-image] Dec 21 05:01:53.181 INFO O| Dec 21 05:01:53.181 INFO O| Download: 3687/15862 items 40.1/176.4MB 22% complete (204k/s) |
3963 | 2024-12-21T05:01:54.390Z | [ host-image] Dec 21 05:01:54.345 INFO O| Dec 21 05:01:54.345 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete (1.5M/s) |
3964 | 2024-12-21T05:01:58.238Z | [ recovery-image] Dec 21 05:01:58.228 INFO O| Dec 21 05:01:58.227 INFO O| Download: 4285/15862 items 42.7/176.4MB 24% complete (379k/s) |
3965 | 2024-12-21T05:01:59.352Z | [ host-image] Dec 21 05:01:59.352 INFO O| Dec 21 05:01:59.352 INFO O| Download: 10008/22788 items 83.7/199.7MB 41% complete (861k/s) |
3966 | 2024-12-21T05:02:03.420Z | [ recovery-image] Dec 21 05:02:03.457 INFO O| Dec 21 05:02:03.457 INFO O| Download: 4778/15862 items 43.0/176.4MB 24% complete (321k/s) |
3967 | 2024-12-21T05:02:04.797Z | [ host-image] Dec 21 05:02:04.846 INFO O| Dec 21 05:02:04.846 INFO O| Download: 10410/22788 items 88.0/199.7MB 44% complete (717k/s) |
3968 | 2024-12-21T05:02:10.076Z | [ host-image] Dec 21 05:02:09.850 INFO O| Dec 21 05:02:09.849 INFO O| Download: 10430/22788 items 88.1/199.7MB 44% complete (439k/s) |
3969 | 2024-12-21T05:02:10.435Z | [ recovery-image] Dec 21 05:02:10.190 INFO O| Dec 21 05:02:10.190 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete (280k/s) |
3970 | 2024-12-21T05:02:15.611Z | [ host-image] Dec 21 05:02:15.087 INFO O| Dec 21 05:02:15.087 INFO O| Download: 10846/22788 items 90.0/199.7MB 45% complete (209k/s) |
3971 | 2024-12-21T05:02:15.741Z | [ recovery-image] Dec 21 05:02:15.209 INFO O| Dec 21 05:02:15.209 INFO O| Download: 5208/15862 items 43.2/176.4MB 24% complete (49.2k/s) |
3972 | 2024-12-21T05:02:21.027Z | [ recovery-image] Dec 21 05:02:20.210 INFO O| Dec 21 05:02:20.210 INFO O| Download: 5608/15862 items 43.5/176.4MB 24% complete (49.6k/s) |
3973 | 2024-12-21T05:02:21.055Z | [ host-image] Dec 21 05:02:20.236 INFO O| Dec 21 05:02:20.236 INFO O| Download: 11087/22788 items 92.0/199.7MB 46% complete (385k/s) |
3974 | 2024-12-21T05:02:26.377Z | [ host-image] Dec 21 05:02:25.271 INFO O| Dec 21 05:02:25.271 INFO O| Download: 11130/22788 items 92.9/199.7MB 46% complete (267k/s) |
3975 | 2024-12-21T05:02:27.247Z | [ recovery-image] Dec 21 05:02:26.094 INFO O| Dec 21 05:02:26.094 INFO O| Download: 5663/15862 items 44.5/176.4MB 25% complete (120k/s) |
3976 | 2024-12-21T05:02:31.893Z | [ host-image] Dec 21 05:02:30.489 INFO O| Dec 21 05:02:30.489 INFO O| Download: 11239/22788 items 94.1/199.7MB 47% complete (221k/s) |
3977 | 2024-12-21T05:02:37.612Z | [ host-image] Dec 21 05:02:35.959 INFO O| Dec 21 05:02:35.959 INFO O| Download: 11285/22788 items 95.4/199.7MB 47% complete (338k/s) |
3978 | 2024-12-21T05:02:42.669Z | [ host-image] Dec 21 05:02:41.063 INFO O| Dec 21 05:02:41.063 INFO O| Download: 11885/22788 items 96.5/199.7MB 48% complete (234k/s) |
3979 | 2024-12-21T05:02:43.694Z | [ recovery-image] Dec 21 05:02:42.097 INFO O| Dec 21 05:02:42.097 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete |
3980 | 2024-12-21T05:02:48.536Z | [ host-image] Dec 21 05:02:46.983 INFO O| Dec 21 05:02:46.982 INFO O| Download: 12181/22788 items 108.6/199.7MB 54% complete (1.3M/s) |
3981 | 2024-12-21T05:02:48.727Z | [ recovery-image] Dec 21 05:02:47.175 INFO O| Dec 21 05:02:47.175 INFO O| Download: 5911/15862 items 53.0/176.4MB 30% complete (1.9M/s) |
3982 | 2024-12-21T05:02:53.512Z | [ host-image] Dec 21 05:02:52.005 INFO O| Dec 21 05:02:52.005 INFO O| Download: 12674/22788 items 109.6/199.7MB 54% complete (1.2M/s) |
3983 | 2024-12-21T05:02:56.590Z | [ recovery-image] Dec 21 05:02:55.110 INFO O| Dec 21 05:02:55.110 INFO O| Download: 6014/15862 items 54.1/176.4MB 30% complete (1.2M/s) |
3984 | 2024-12-21T05:02:58.486Z | [ host-image] Dec 21 05:02:57.023 INFO O| Dec 21 05:02:57.023 INFO O| Download: 13195/22788 items 109.9/199.7MB 55% complete (134k/s) |
3985 | 2024-12-21T05:03:02.060Z | [ recovery-image] Dec 21 05:03:00.630 INFO O| Dec 21 05:03:00.630 INFO O| Download: 6141/15862 items 60.3/176.4MB 34% complete (615k/s) |
3986 | 2024-12-21T05:03:07.029Z | [ recovery-image] Dec 21 05:03:05.644 INFO O| Dec 21 05:03:05.644 INFO O| Download: 6492/15862 items 63.9/176.4MB 36% complete (815k/s) |
3987 | 2024-12-21T05:03:09.616Z | [ host-image] Dec 21 05:03:08.254 INFO O| Dec 21 05:03:08.254 INFO O| Download: 13315/22788 items 110.0/199.7MB 55% complete |
3988 | 2024-12-21T05:03:13.348Z | [ recovery-image] Dec 21 05:03:12.021 INFO O| Dec 21 05:03:12.021 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.4M/s) |
3989 | 2024-12-21T05:03:14.572Z | [ host-image] Dec 21 05:03:13.256 INFO O| Dec 21 05:03:13.256 INFO O| Download: 13815/22788 items 110.2/199.7MB 55% complete (60.8k/s) |
3990 | 2024-12-21T05:03:18.352Z | [ recovery-image] Dec 21 05:03:17.071 INFO O| Dec 21 05:03:17.071 INFO O| Download: 7626/15862 items 73.7/176.4MB 41% complete (973k/s) |
3991 | 2024-12-21T05:03:19.306Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3992 | 2024-12-21T05:03:19.946Z | [ host-image] Dec 21 05:03:18.679 INFO O| Dec 21 05:03:18.678 INFO O| Download: 13900/22788 items 110.3/199.7MB 55% complete (53.6k/s) |
3993 | 2024-12-21T05:03:24.919Z | [ host-image] Dec 21 05:03:23.697 INFO O| Dec 21 05:03:23.697 INFO O| Download: 14006/22788 items 110.3/199.7MB 55% complete (5.7k/s) |
3994 | 2024-12-21T05:03:26.711Z | [ recovery-image] Dec 21 05:03:25.505 INFO O| Dec 21 05:03:25.505 INFO O| Download: 7905/15862 items 76.9/176.4MB 43% complete (330k/s) |
3995 | 2024-12-21T05:03:29.998Z | [ host-image] Dec 21 05:03:28.822 INFO O| Dec 21 05:03:28.822 INFO O| Download: 14422/22788 items 111.6/199.7MB 55% complete (130k/s) |
3996 | 2024-12-21T05:03:31.805Z | [ recovery-image] Dec 21 05:03:30.645 INFO O| Dec 21 05:03:30.645 INFO O| Download: 8030/15862 items 79.0/176.4MB 44% complete (239k/s) |
3997 | 2024-12-21T05:03:35.893Z | [ host-image] Dec 21 05:03:34.771 INFO O| Dec 21 05:03:34.771 INFO O| Download: 14501/22788 items 116.4/199.7MB 58% complete (566k/s) |
3998 | 2024-12-21T05:03:36.770Z | [ recovery-image] Dec 21 05:03:35.656 INFO O| Dec 21 05:03:35.655 INFO O| Download: 8532/15862 items 79.9/176.4MB 45% complete (282k/s) |
3999 | 2024-12-21T05:03:41.994Z | [ host-image] Dec 21 05:03:40.928 INFO O| Dec 21 05:03:40.928 INFO O| Download: 14521/22788 items 116.7/199.7MB 58% complete (591k/s) |
4000 | 2024-12-21T05:03:44.765Z | [ recovery-image] Dec 21 05:03:43.724 INFO O| Dec 21 05:03:43.724 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete (268k/s) |
4001 | 2024-12-21T05:03:46.969Z | [ host-image] Dec 21 05:03:45.947 INFO O| Dec 21 05:03:45.947 INFO O| Download: 15165/22788 items 122.3/199.7MB 61% complete (694k/s) |
4002 | 2024-12-21T05:03:49.858Z | [ recovery-image] Dec 21 05:03:48.863 INFO O| Dec 21 05:03:48.863 INFO O| Download: 8815/15862 items 91.4/176.4MB 51% complete (1.0M/s) |
4003 | 2024-12-21T05:03:50.594Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4004 | 2024-12-21T05:03:52.029Z | [ host-image] Dec 21 05:03:51.054 INFO O| Dec 21 05:03:51.054 INFO O| Download: 15546/22788 items 124.4/199.7MB 62% complete (911k/s) |
4005 | 2024-12-21T05:03:54.902Z | [ recovery-image] Dec 21 05:03:53.953 INFO O| Dec 21 05:03:53.953 INFO O| Download: 8919/15862 items 92.6/176.4MB 52% complete (1.2M/s) |
4006 | 2024-12-21T05:03:57.158Z | [ host-image] Dec 21 05:03:56.229 INFO O| Dec 21 05:03:56.229 INFO O| Download: 15732/22788 items 126.0/199.7MB 63% complete (388k/s) |
4007 | 2024-12-21T05:03:59.857Z | [ recovery-image] Dec 21 05:03:58.953 INFO O| Dec 21 05:03:58.953 INFO O| Download: 8941/15862 items 92.7/176.4MB 52% complete (297k/s) |
4008 | 2024-12-21T05:04:01.515Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
4009 | 2024-12-21T05:04:02.122Z | [ host-image] Dec 21 05:04:01.239 INFO O| Dec 21 05:04:01.238 INFO O| Download: 15985/22788 items 134.1/199.7MB 67% complete (972k/s) |
4010 | 2024-12-21T05:04:02.570Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
4011 | 2024-12-21T05:04:04.124Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
4012 | 2024-12-21T05:04:04.844Z | [ recovery-image] Dec 21 05:04:03.985 INFO O| Dec 21 05:04:03.985 INFO O| Download: 9528/15862 items 92.9/176.4MB 52% complete (32.4k/s) |
4013 | 2024-12-21T05:04:07.087Z | [ host-image] Dec 21 05:04:06.249 INFO O| Dec 21 05:04:06.249 INFO O| Download: 16435/22788 items 147.1/199.7MB 73% complete (2.1M/s) |
4014 | 2024-12-21T05:04:10.101Z | [ recovery-image] Dec 21 05:04:09.290 INFO O| Dec 21 05:04:09.290 INFO O| Download: 9959/15862 items 93.1/176.4MB 52% complete (55.4k/s) |
4015 | 2024-12-21T05:04:12.095Z | [ host-image] Dec 21 05:04:11.302 INFO O| Dec 21 05:04:11.302 INFO O| Download: 16992/22788 items 148.6/199.7MB 74% complete (1.6M/s) |
4016 | 2024-12-21T05:04:15.140Z | [ recovery-image] Dec 21 05:04:14.375 INFO O| Dec 21 05:04:14.375 INFO O| Download: 10546/15862 items 93.5/176.4MB 52% complete (55.4k/s) |
4017 | 2024-12-21T05:04:17.191Z | [ host-image] Dec 21 05:04:16.311 INFO O| Dec 21 05:04:16.311 INFO O| Download: 17600/22788 items 149.7/199.7MB 74% complete (285k/s) |
4018 | 2024-12-21T05:04:20.095Z | [ recovery-image] Dec 21 05:04:19.375 INFO O| Dec 21 05:04:19.375 INFO O| Download: 10919/15862 items 93.9/176.4MB 53% complete (75.0k/s) |
4019 | 2024-12-21T05:04:22.013Z | [ host-image] Dec 21 05:04:21.311 INFO O| Dec 21 05:04:21.311 INFO O| Download: 17893/22788 items 150.3/199.7MB 75% complete (166k/s) |
4020 | 2024-12-21T05:04:26.984Z | [ host-image] Dec 21 05:04:26.327 INFO O| Dec 21 05:04:26.327 INFO O| Download: 18316/22788 items 163.5/199.7MB 81% complete (1.4M/s) |
4021 | 2024-12-21T05:04:27.094Z | [ recovery-image] Dec 21 05:04:26.438 INFO O| Dec 21 05:04:26.438 INFO O| Download: 11015/15862 items 94.7/176.4MB 53% complete (127k/s) |
4022 | 2024-12-21T05:04:31.949Z | [ host-image] Dec 21 05:04:31.337 INFO O| Dec 21 05:04:31.337 INFO O| Download: 18977/22788 items 165.9/199.7MB 83% complete (1.6M/s) |
4023 | 2024-12-21T05:04:32.074Z | [ recovery-image] Dec 21 05:04:31.463 INFO O| Dec 21 05:04:31.463 INFO O| Download: 11405/15862 items 107.1/176.4MB 60% complete (1.3M/s) |
4024 | 2024-12-21T05:04:36.904Z | [ host-image] Dec 21 05:04:36.337 INFO O| Dec 21 05:04:36.337 INFO O| Download: 19374/22788 items 167.8/199.7MB 84% complete (446k/s) |
4025 | 2024-12-21T05:04:39.480Z | [ recovery-image] Dec 21 05:04:38.936 INFO O| Dec 21 05:04:38.936 INFO O| Download: 11514/15862 items 111.4/176.4MB 63% complete (2.1M/s) |
4026 | 2024-12-21T05:04:41.862Z | [ host-image] Dec 21 05:04:41.339 INFO O| Dec 21 05:04:41.339 INFO O| Download: 19851/22788 items 169.9/199.7MB 85% complete (402k/s) |
4027 | 2024-12-21T05:04:44.443Z | [ recovery-image] Dec 21 05:04:43.944 INFO O| Dec 21 05:04:43.944 INFO O| Download: 11911/15862 items 128.1/176.4MB 72% complete (1.8M/s) |
4028 | 2024-12-21T05:04:47.085Z | [ host-image] Dec 21 05:04:46.610 INFO O| Dec 21 05:04:46.610 INFO O| Download: 20009/22788 items 170.4/199.7MB 85% complete (445k/s) |
4029 | 2024-12-21T05:04:54.568Z | [ host-image] Dec 21 05:04:54.161 INFO O| Dec 21 05:04:54.161 INFO O| Download: 20010/22788 items 170.4/199.7MB 85% complete (432k/s) |
4030 | 2024-12-21T05:04:56.414Z | [ recovery-image] Dec 21 05:04:56.024 INFO O| Dec 21 05:04:56.024 INFO O| Download: 11920/15862 items 128.2/176.4MB 72% complete |
4031 | 2024-12-21T05:05:00.333Z | [ host-image] Dec 21 05:04:59.977 INFO O| Dec 21 05:04:59.977 INFO O| Download: 20628/22788 items 172.5/199.7MB 86% complete (614k/s) |
4032 | 2024-12-21T05:05:04.812Z | [ recovery-image] Dec 21 05:05:04.499 INFO O| Dec 21 05:05:04.499 INFO O| Download: 11921/15862 items 128.3/176.4MB 72% complete |
4033 | 2024-12-21T05:05:05.301Z | [ host-image] Dec 21 05:05:04.993 INFO O| Dec 21 05:05:04.993 INFO O| Download: 20733/22788 items 173.4/199.7MB 86% complete (294k/s) |
4034 | 2024-12-21T05:05:10.823Z | [ recovery-image] Dec 21 05:05:10.564 INFO O| Dec 21 05:05:10.564 INFO O| Download: 11949/15862 items 135.8/176.4MB 77% complete (1.5M/s) |
4035 | 2024-12-21T05:05:12.828Z | [ host-image] Dec 21 05:05:12.588 INFO O| Dec 21 05:05:12.588 INFO O| Download: 20848/22788 items 178.1/199.7MB 89% complete (525k/s) |
4036 | 2024-12-21T05:05:15.797Z | [ recovery-image] Dec 21 05:05:15.584 INFO O| Dec 21 05:05:15.583 INFO O| Download: 12297/15862 items 141.0/176.4MB 79% complete (1.5M/s) |
4037 | 2024-12-21T05:05:18.593Z | [ host-image] Dec 21 05:05:18.405 INFO O| Dec 21 05:05:18.405 INFO O| Download: 20988/22788 items 178.9/199.7MB 89% complete (493k/s) |
4038 | 2024-12-21T05:05:20.836Z | [ recovery-image] Dec 21 05:05:20.667 INFO O| Dec 21 05:05:20.667 INFO O| Download: 13017/15862 items 144.1/176.4MB 81% complete (894k/s) |
4039 | 2024-12-21T05:05:25.819Z | [ recovery-image] Dec 21 05:05:25.697 INFO O| Dec 21 05:05:25.697 INFO O| Download: 13611/15862 items 147.1/176.4MB 83% complete (615k/s) |
4040 | 2024-12-21T05:05:30.777Z | [ recovery-image] Dec 21 05:05:30.700 INFO O| Dec 21 05:05:30.700 INFO O| Download: 14144/15862 items 148.9/176.4MB 84% complete (488k/s) |
4041 | 2024-12-21T05:05:38.078Z | [ recovery-image] Dec 21 05:05:38.068 INFO O| Dec 21 05:05:38.068 INFO O| Download: 14672/15862 items 150.6/176.4MB 85% complete (531k/s) |
4042 | 2024-12-21T05:05:41.032Z | [ host-image] Dec 21 05:05:41.048 INFO O| Dec 21 05:05:41.048 INFO O| Download: 20990/22788 items 178.9/199.7MB 89% complete |
4043 | 2024-12-21T05:05:45.957Z | [ recovery-image] Dec 21 05:05:45.892 INFO O| Dec 21 05:05:45.892 INFO O| Download: 14716/15862 items 151.7/176.4MB 86% complete (269k/s) |
4044 | 2024-12-21T05:05:51.269Z | [ recovery-image] Dec 21 05:05:50.917 INFO O| Dec 21 05:05:50.917 INFO O| Download: 15174/15862 items 158.0/176.4MB 89% complete (666k/s) |
4045 | 2024-12-21T05:05:53.775Z | [ host-image] Dec 21 05:05:53.288 INFO O| Dec 21 05:05:53.288 INFO O| Download: 21069/22788 items 179.4/199.7MB 89% complete |
4046 | 2024-12-21T05:05:56.571Z | [ recovery-image] Dec 21 05:05:55.933 INFO O| Dec 21 05:05:55.933 INFO O| Download: 15430/15862 items 165.1/176.4MB 93% complete (1.3M/s) |
4047 | 2024-12-21T05:05:59.720Z | [ host-image] Dec 21 05:05:58.912 INFO O| Dec 21 05:05:58.912 INFO O| Download: 21585/22788 items 183.5/199.7MB 91% complete (881k/s) |
4048 | 2024-12-21T05:06:01.856Z | [ recovery-image] Dec 21 05:06:00.933 INFO O| Dec 21 05:06:00.933 INFO O| Download: 15545/15862 items 169.0/176.4MB 95% complete (1.1M/s) |
4049 | 2024-12-21T05:06:05.012Z | [ host-image] Dec 21 05:06:03.918 INFO O| Dec 21 05:06:03.918 INFO O| Download: 21881/22788 items 188.6/199.7MB 94% complete (896k/s) |
4050 | 2024-12-21T05:06:07.367Z | [ recovery-image] Dec 21 05:06:06.146 INFO O| Dec 21 05:06:06.146 INFO O| Download: 15654/15862 items 170.2/176.4MB 96% complete (862k/s) |
4051 | 2024-12-21T05:06:10.499Z | [ host-image] Dec 21 05:06:09.109 INFO O| Dec 21 05:06:09.109 INFO O| Download: 21956/22788 items 191.6/199.7MB 95% complete (912k/s) |
4052 | 2024-12-21T05:06:12.788Z | [ recovery-image] Dec 21 05:06:11.275 INFO O| Dec 21 05:06:11.275 INFO O| Download: 15689/15862 items 174.4/176.4MB 98% complete (546k/s) |
4053 | 2024-12-21T05:06:16.363Z | [ host-image] Dec 21 05:06:14.701 INFO O| Dec 21 05:06:14.701 INFO O| Download: 22078/22788 items 193.0/199.7MB 96% complete (666k/s) |
4054 | 2024-12-21T05:06:16.936Z | [ recovery-image] Dec 21 05:06:15.279 INFO O| Dec 21 05:06:15.279 INFO O| Download: Completed 176.38 MB in 342.63 seconds (525k/s) |
4055 | 2024-12-21T05:06:18.172Z | [ recovery-image] Dec 21 05:06:16.526 INFO O| Dec 21 05:06:16.526 INFO O| Actions: 1/25028 actions (Installing new actions) |
4056 | 2024-12-21T05:06:22.702Z | [ host-image] Dec 21 05:06:21.097 INFO O| Dec 21 05:06:21.097 INFO O| Download: 22257/22788 items 197.8/199.7MB 99% complete (675k/s) |
4057 | 2024-12-21T05:06:23.127Z | [ recovery-image] Dec 21 05:06:21.526 INFO O| Dec 21 05:06:21.526 INFO O| Actions: 8549/25028 actions (Installing new actions) |
4058 | 2024-12-21T05:06:27.138Z | [ host-image] Dec 21 05:06:25.574 INFO O| Dec 21 05:06:25.574 INFO O| Download: Completed 199.66 MB in 413.88 seconds (492k/s) |
4059 | 2024-12-21T05:06:28.084Z | [ recovery-image] Dec 21 05:06:26.527 INFO O| Dec 21 05:06:26.527 INFO O| Actions: 15030/25028 actions (Installing new actions) |
4060 | 2024-12-21T05:06:28.995Z | [ host-image] Dec 21 05:06:27.420 INFO O| Dec 21 05:06:27.420 INFO O| Actions: 1/49485 actions (Installing new actions) |
4061 | 2024-12-21T05:06:33.925Z | [ host-image] Dec 21 05:06:32.422 INFO O| Dec 21 05:06:32.422 INFO O| Actions: 8345/49485 actions (Installing new actions) |
4062 | 2024-12-21T05:06:34.589Z | [ recovery-image] Dec 21 05:06:33.092 INFO O| Dec 21 05:06:33.092 INFO O| Actions: 24473/25028 actions (Installing new actions) |
4063 | 2024-12-21T05:06:37.735Z | [ recovery-image] Dec 21 05:06:36.267 INFO O| Dec 21 05:06:36.267 INFO O| Actions: Completed 25028 actions in 19.74 seconds. |
4064 | 2024-12-21T05:06:38.635Z | [ recovery-image] Dec 21 05:06:37.175 INFO O| Dec 21 05:06:37.175 INFO O| Done |
4065 | 2024-12-21T05:06:38.638Z | [ recovery-image] Dec 21 05:06:37.175 INFO O| Dec 21 05:06:37.175 INFO O| Done |
4066 | 2024-12-21T05:06:39.117Z | [ host-image] Dec 21 05:06:37.430 INFO O| Dec 21 05:06:37.430 INFO O| Actions: 12481/49485 actions (Installing new actions) |
4067 | 2024-12-21T05:06:40.504Z | [ recovery-image] Dec 21 05:06:39.061 INFO O| Dec 21 05:06:39.061 INFO O| Done |
4068 | 2024-12-21T05:06:42.341Z | [ recovery-image] Dec 21 05:06:40.915 INFO O| Dec 21 05:06:40.915 INFO O| Done |
4069 | 2024-12-21T05:06:42.365Z | [ recovery-image] Dec 21 05:06:40.939 INFO O| Dec 21 05:06:40.939 INFO O| Done |
4070 | 2024-12-21T05:06:43.843Z | [ host-image] Dec 21 05:06:42.430 INFO O| Dec 21 05:06:42.430 INFO O| Actions: 19884/49485 actions (Installing new actions) |
4071 | 2024-12-21T05:06:47.758Z | [ recovery-image] Dec 21 05:06:46.381 INFO O| Dec 21 05:06:46.381 INFO O| Done |
4072 | 2024-12-21T05:06:48.641Z | [ recovery-image] Dec 21 05:06:47.272 INFO O| Dec 21 05:06:47.272 INFO O| Done |
4073 | 2024-12-21T05:06:48.798Z | [ host-image] Dec 21 05:06:47.430 INFO O| Dec 21 05:06:47.430 INFO O| Actions: 26692/49485 actions (Installing new actions) |
4074 | 2024-12-21T05:06:49.557Z | [ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO STEP 11 (pkg_install) COMPLETE |
4075 | 2024-12-21T05:06:49.561Z | [ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4076 | 2024-12-21T05:06:49.561Z | [ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO skip step because feature "recovery" is enabled |
4077 | 2024-12-21T05:06:49.561Z | [ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4078 | 2024-12-21T05:06:49.561Z | [ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO skip step because feature "omicron1" is not enabled |
4079 | 2024-12-21T05:06:49.561Z | [ recovery-image] Dec 21 05:06:48.197 INFO O| Dec 21 05:06:48.197 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4080 | 2024-12-21T05:06:49.580Z | [ recovery-image] Dec 21 05:06:48.220 INFO O| Dec 21 05:06:48.219 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4081 | 2024-12-21T05:06:52.845Z | [ recovery-image] Dec 21 05:06:51.514 INFO O| Dec 21 05:06:51.514 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4082 | 2024-12-21T05:06:53.111Z | [ host-image] Dec 21 05:06:51.783 INFO O| Dec 21 05:06:51.783 INFO O| Actions: Completed 49485 actions in 24.35 seconds. |
4083 | 2024-12-21T05:06:54.778Z | [ host-image] Dec 21 05:06:53.466 INFO O| Dec 21 05:06:53.465 INFO O| Done |
4084 | 2024-12-21T05:06:54.778Z | [ host-image] Dec 21 05:06:53.466 INFO O| Dec 21 05:06:53.466 INFO O| Done |
4085 | 2024-12-21T05:06:56.594Z | [ host-image] Dec 21 05:06:55.297 INFO O| Dec 21 05:06:55.297 INFO O| Done |
4086 | 2024-12-21T05:06:58.035Z | [ recovery-image] Dec 21 05:06:56.752 INFO O| Dec 21 05:06:56.751 INFO O| Planning: Solver setup ... Done |
4087 | 2024-12-21T05:06:58.041Z | [ recovery-image] Dec 21 05:06:56.758 INFO O| Dec 21 05:06:56.758 INFO O| Planning: Running solver ... Done |
4088 | 2024-12-21T05:06:58.155Z | [ recovery-image] Dec 21 05:06:56.872 INFO O| Dec 21 05:06:56.872 INFO O| Planning: Finding local manifests ... Done |
4089 | 2024-12-21T05:06:58.159Z | [ recovery-image] Dec 21 05:06:56.873 INFO O| Dec 21 05:06:56.873 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4090 | 2024-12-21T05:06:58.391Z | [ recovery-image] Dec 21 05:06:57.111 INFO O| Dec 21 05:06:57.111 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4091 | 2024-12-21T05:06:58.440Z | [ recovery-image] Dec 21 05:06:57.159 INFO O| Dec 21 05:06:57.159 INFO O| Planning: Package planning ... Done |
4092 | 2024-12-21T05:06:58.442Z | [ recovery-image] Dec 21 05:06:57.160 INFO O| Dec 21 05:06:57.160 INFO O| Planning: Merging actions ... Done |
4093 | 2024-12-21T05:06:58.507Z | [ recovery-image] Dec 21 05:06:57.228 INFO O| Dec 21 05:06:57.228 INFO O| Planning: Checking for conflicting actions ... Done |
4094 | 2024-12-21T05:06:58.509Z | [ recovery-image] Dec 21 05:06:57.228 INFO O| Dec 21 05:06:57.228 INFO O| Planning: Consolidating action changes ... Done |
4095 | 2024-12-21T05:06:58.938Z | [ recovery-image] Dec 21 05:06:57.663 INFO O| Dec 21 05:06:57.663 INFO O| Planning: Evaluating mediators ... Done |
4096 | 2024-12-21T05:06:58.940Z | [ recovery-image] Dec 21 05:06:57.664 INFO O| Dec 21 05:06:57.663 INFO O| Planning: Planning completed in 6.15 seconds |
4097 | 2024-12-21T05:06:58.942Z | [ recovery-image] Dec 21 05:06:57.666 INFO O| Dec 21 05:06:57.666 INFO O| Packages to install: 1 |
4098 | 2024-12-21T05:06:58.966Z | [ recovery-image] Dec 21 05:06:57.691 INFO O| Dec 21 05:06:57.691 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4099 | 2024-12-21T05:06:59.176Z | [ host-image] Dec 21 05:06:57.902 INFO O| Dec 21 05:06:57.901 INFO O| Done |
4100 | 2024-12-21T05:06:59.223Z | [ host-image] Dec 21 05:06:57.950 INFO O| Dec 21 05:06:57.950 INFO O| Done |
4101 | 2024-12-21T05:06:59.811Z | [ recovery-image] Dec 21 05:06:58.544 INFO O| Dec 21 05:06:58.544 INFO O| Download: Completed 9.99 MB in 0.85 seconds (11.7M/s) |
4102 | 2024-12-21T05:06:59.923Z | [ recovery-image] Dec 21 05:06:58.657 INFO O| Dec 21 05:06:58.657 INFO O| Actions: 1/22 actions (Installing new actions) |
4103 | 2024-12-21T05:07:00.325Z | [ recovery-image] Dec 21 05:06:59.062 INFO O| Dec 21 05:06:59.062 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
4104 | 2024-12-21T05:07:00.768Z | [ recovery-image] Dec 21 05:06:59.509 INFO O| Dec 21 05:06:59.509 INFO O| Done |
4105 | 2024-12-21T05:07:00.768Z | [ recovery-image] Dec 21 05:06:59.510 INFO O| Dec 21 05:06:59.509 INFO O| Done |
4106 | 2024-12-21T05:07:02.152Z | [ recovery-image] Dec 21 05:07:00.906 INFO O| Dec 21 05:07:00.906 INFO O| Done |
4107 | 2024-12-21T05:07:04.244Z | [ recovery-image] Dec 21 05:07:03.017 INFO O| Dec 21 05:07:03.017 INFO O| Done |
4108 | 2024-12-21T05:07:04.267Z | [ recovery-image] Dec 21 05:07:03.041 INFO O| Dec 21 05:07:03.041 INFO O| Done |
4109 | 2024-12-21T05:07:04.267Z | [ recovery-image] Dec 21 05:07:03.041 INFO O| Dec 21 05:07:03.041 INFO O| Done |
4110 | 2024-12-21T05:07:04.284Z | [ recovery-image] Dec 21 05:07:03.058 INFO O| Dec 21 05:07:03.058 INFO O| Done |
4111 | 2024-12-21T05:07:04.457Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.232 INFO STEP 14 (pkg_install) COMPLETE |
4112 | 2024-12-21T05:07:04.457Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4113 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO skip step because feature "mfg" is not enabled |
4114 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4115 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO skip step because feature "compliance" is not enabled |
4116 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4117 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO skip step because feature "stress" is not enabled |
4118 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4119 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO skip step because feature "nfs" is not enabled |
4120 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4121 | 2024-12-21T05:07:04.461Z | [ recovery-image] Dec 21 05:07:03.233 INFO O| Dec 21 05:07:03.233 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4122 | 2024-12-21T05:07:04.659Z | [ recovery-image] Dec 21 05:07:03.436 INFO O| Dec 21 05:07:03.436 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4123 | 2024-12-21T05:07:04.949Z | [ recovery-image] Dec 21 05:07:03.728 INFO O| Dec 21 05:07:03.728 INFO completed processing gimlet/ramdisk-01-os |
4124 | 2024-12-21T05:07:04.952Z | [ recovery-image] Dec 21 05:07:03.732 INFO image builder template: ramdisk-02-trim... |
4125 | 2024-12-21T05:07:04.952Z | [ recovery-image] Dec 21 05:07:03.732 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/.tmpreaqKo/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 |
4126 | 2024-12-21T05:07:04.993Z | [ recovery-image] Dec 21 05:07:03.773 INFO O| Dec 21 05:07:03.773 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4127 | 2024-12-21T05:07:05.000Z | [ recovery-image] Dec 21 05:07:03.780 INFO O| Dec 21 05:07:03.780 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4128 | 2024-12-21T05:07:05.143Z | [ recovery-image] Dec 21 05:07:03.924 INFO O| Dec 21 05:07:03.924 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4129 | 2024-12-21T05:07:05.281Z | [ recovery-image] Dec 21 05:07:04.064 INFO O| Dec 21 05:07:04.063 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4130 | 2024-12-21T05:07:05.284Z | [ recovery-image] Dec 21 05:07:04.064 INFO O| Dec 21 05:07:04.064 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4131 | 2024-12-21T05:07:05.295Z | [ recovery-image] Dec 21 05:07:04.078 INFO O| Dec 21 05:07:04.078 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4132 | 2024-12-21T05:07:05.348Z | [ recovery-image] Dec 21 05:07:04.124 INFO O| Dec 21 05:07:04.124 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4133 | 2024-12-21T05:07:05.351Z | [ recovery-image] Dec 21 05:07:04.133 INFO O| Dec 21 05:07:04.133 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4134 | 2024-12-21T05:07:05.919Z | [ recovery-image] Dec 21 05:07:04.706 INFO O| Dec 21 05:07:04.706 INFO rolled back to input snapshot; work may begin |
4135 | 2024-12-21T05:07:05.919Z | [ recovery-image] Dec 21 05:07:04.706 INFO O| Dec 21 05:07:04.706 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4136 | 2024-12-21T05:07:05.927Z | [ recovery-image] Dec 21 05:07:04.716 INFO O| Dec 21 05:07:04.716 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4137 | 2024-12-21T05:07:05.961Z | [ recovery-image] Dec 21 05:07:04.750 INFO O| Dec 21 05:07:04.749 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4138 | 2024-12-21T05:07:06.131Z | [ recovery-image] Dec 21 05:07:04.922 INFO O| Dec 21 05:07:04.922 INFO STEP 0 (remove_files) COMPLETE |
4139 | 2024-12-21T05:07:06.131Z | [ recovery-image] Dec 21 05:07:04.922 INFO O| Dec 21 05:07:04.922 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4140 | 2024-12-21T05:07:06.151Z | [ recovery-image] Dec 21 05:07:04.942 INFO O| Dec 21 05:07:04.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4141 | 2024-12-21T05:07:06.154Z | [ recovery-image] Dec 21 05:07:04.944 INFO O| Dec 21 05:07:04.944 INFO STEP 1 (remove_files) COMPLETE |
4142 | 2024-12-21T05:07:06.154Z | [ recovery-image] Dec 21 05:07:04.944 INFO O| Dec 21 05:07:04.944 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4143 | 2024-12-21T05:07:06.185Z | [ recovery-image] Dec 21 05:07:04.976 INFO O| Dec 21 05:07:04.976 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4144 | 2024-12-21T05:07:06.205Z | [ recovery-image] Dec 21 05:07:04.996 INFO O| Dec 21 05:07:04.996 INFO STEP 2 (remove_files) COMPLETE |
4145 | 2024-12-21T05:07:06.205Z | [ recovery-image] Dec 21 05:07:04.996 INFO O| Dec 21 05:07:04.996 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4146 | 2024-12-21T05:07:06.251Z | [ recovery-image] Dec 21 05:07:05.042 INFO O| Dec 21 05:07:05.042 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4147 | 2024-12-21T05:07:06.254Z | [ recovery-image] Dec 21 05:07:05.046 INFO O| Dec 21 05:07:05.046 INFO STEP 3 (remove_files) COMPLETE |
4148 | 2024-12-21T05:07:06.254Z | [ recovery-image] Dec 21 05:07:05.046 INFO O| Dec 21 05:07:05.046 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4149 | 2024-12-21T05:07:06.322Z | [ recovery-image] Dec 21 05:07:05.114 INFO O| Dec 21 05:07:05.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4150 | 2024-12-21T05:07:06.328Z | [ recovery-image] Dec 21 05:07:05.120 INFO O| Dec 21 05:07:05.120 INFO STEP 4 (remove_files) COMPLETE |
4151 | 2024-12-21T05:07:06.328Z | [ recovery-image] Dec 21 05:07:05.120 INFO O| Dec 21 05:07:05.120 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4152 | 2024-12-21T05:07:06.356Z | [ recovery-image] Dec 21 05:07:05.149 INFO O| Dec 21 05:07:05.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4153 | 2024-12-21T05:07:06.359Z | [ recovery-image] Dec 21 05:07:05.149 INFO O| Dec 21 05:07:05.149 INFO STEP 5 (remove_files) COMPLETE |
4154 | 2024-12-21T05:07:06.359Z | [ recovery-image] Dec 21 05:07:05.149 INFO O| Dec 21 05:07:05.149 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4155 | 2024-12-21T05:07:06.375Z | [ recovery-image] Dec 21 05:07:05.168 INFO O| Dec 21 05:07:05.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4156 | 2024-12-21T05:07:06.394Z | [ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 6 (remove_files) COMPLETE |
4157 | 2024-12-21T05:07:06.396Z | [ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4158 | 2024-12-21T05:07:06.396Z | [ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO skip step because feature "recovery" is enabled |
4159 | 2024-12-21T05:07:06.397Z | [ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4160 | 2024-12-21T05:07:06.397Z | [ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO skip step because feature "recovery" is enabled |
4161 | 2024-12-21T05:07:06.397Z | [ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-21T05:07:06.397Z | [ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO skip step because feature "recovery" is enabled |
4163 | 2024-12-21T05:07:06.397Z | [ recovery-image] Dec 21 05:07:05.187 INFO O| Dec 21 05:07:05.187 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4164 | 2024-12-21T05:07:06.429Z | [ recovery-image] Dec 21 05:07:05.222 INFO O| Dec 21 05:07:05.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4165 | 2024-12-21T05:07:06.435Z | [ recovery-image] Dec 21 05:07:05.228 INFO O| Dec 21 05:07:05.228 INFO STEP 10 (remove_files) COMPLETE |
4166 | 2024-12-21T05:07:06.435Z | [ recovery-image] Dec 21 05:07:05.228 INFO O| Dec 21 05:07:05.228 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4167 | 2024-12-21T05:07:06.454Z | [ recovery-image] Dec 21 05:07:05.248 INFO O| Dec 21 05:07:05.248 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4168 | 2024-12-21T05:07:06.457Z | [ recovery-image] Dec 21 05:07:05.249 INFO O| Dec 21 05:07:05.249 INFO STEP 11 (remove_files) COMPLETE |
4169 | 2024-12-21T05:07:06.457Z | [ recovery-image] Dec 21 05:07:05.249 INFO O| Dec 21 05:07:05.249 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4170 | 2024-12-21T05:07:06.474Z | [ recovery-image] Dec 21 05:07:05.268 INFO O| Dec 21 05:07:05.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4171 | 2024-12-21T05:07:06.477Z | [ recovery-image] Dec 21 05:07:05.271 INFO O| Dec 21 05:07:05.270 INFO STEP 12 (remove_files) COMPLETE |
4172 | 2024-12-21T05:07:06.477Z | [ recovery-image] Dec 21 05:07:05.271 INFO O| Dec 21 05:07:05.271 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4173 | 2024-12-21T05:07:06.745Z | [ recovery-image] Dec 21 05:07:05.541 INFO O| Dec 21 05:07:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4174 | 2024-12-21T05:07:06.748Z | [ recovery-image] Dec 21 05:07:05.543 INFO O| Dec 21 05:07:05.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4175 | 2024-12-21T05:07:06.750Z | [ recovery-image] Dec 21 05:07:05.544 INFO O| Dec 21 05:07:05.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4176 | 2024-12-21T05:07:06.770Z | [ recovery-image] Dec 21 05:07:05.566 INFO O| Dec 21 05:07:05.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4177 | 2024-12-21T05:07:06.868Z | [ host-image] Dec 21 05:07:05.664 INFO O| Dec 21 05:07:05.664 INFO O| Done |
4178 | 2024-12-21T05:07:06.929Z | [ recovery-image] Dec 21 05:07:05.726 INFO O| Dec 21 05:07:05.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4179 | 2024-12-21T05:07:06.931Z | [ recovery-image] Dec 21 05:07:05.727 INFO O| Dec 21 05:07:05.727 INFO STEP 13 (remove_files) COMPLETE |
4180 | 2024-12-21T05:07:06.931Z | [ recovery-image] Dec 21 05:07:05.727 INFO O| Dec 21 05:07:05.727 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4181 | 2024-12-21T05:07:06.985Z | [ recovery-image] Dec 21 05:07:05.784 INFO O| Dec 21 05:07:05.784 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4182 | 2024-12-21T05:07:06.988Z | [ recovery-image] Dec 21 05:07:05.786 INFO O| Dec 21 05:07:05.786 INFO STEP 14 (remove_files) COMPLETE |
4183 | 2024-12-21T05:07:06.988Z | [ recovery-image] Dec 21 05:07:05.786 INFO O| Dec 21 05:07:05.786 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4184 | 2024-12-21T05:07:07.007Z | [ recovery-image] Dec 21 05:07:05.806 INFO O| Dec 21 05:07:05.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4185 | 2024-12-21T05:07:07.018Z | [ recovery-image] Dec 21 05:07:05.817 INFO O| Dec 21 05:07:05.816 INFO STEP 15 (remove_files) COMPLETE |
4186 | 2024-12-21T05:07:07.018Z | [ recovery-image] Dec 21 05:07:05.817 INFO O| Dec 21 05:07:05.817 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4187 | 2024-12-21T05:07:07.043Z | [ recovery-image] Dec 21 05:07:05.841 INFO O| Dec 21 05:07:05.841 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4188 | 2024-12-21T05:07:07.046Z | [ recovery-image] Dec 21 05:07:05.842 INFO O| Dec 21 05:07:05.842 INFO STEP 16 (remove_files) COMPLETE |
4189 | 2024-12-21T05:07:07.046Z | [ recovery-image] Dec 21 05:07:05.842 INFO O| Dec 21 05:07:05.842 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-21T05:07:07.064Z | [ recovery-image] Dec 21 05:07:05.862 INFO O| Dec 21 05:07:05.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4191 | 2024-12-21T05:07:07.067Z | [ recovery-image] Dec 21 05:07:05.864 INFO O| Dec 21 05:07:05.864 INFO STEP 17 (remove_files) COMPLETE |
4192 | 2024-12-21T05:07:07.067Z | [ recovery-image] Dec 21 05:07:05.865 INFO O| Dec 21 05:07:05.864 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-21T05:07:07.093Z | [ recovery-image] Dec 21 05:07:05.893 INFO O| Dec 21 05:07:05.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4194 | 2024-12-21T05:07:07.096Z | [ recovery-image] Dec 21 05:07:05.893 INFO O| Dec 21 05:07:05.893 INFO STEP 18 (remove_files) COMPLETE |
4195 | 2024-12-21T05:07:07.096Z | [ recovery-image] Dec 21 05:07:05.893 INFO O| Dec 21 05:07:05.893 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-21T05:07:07.126Z | [ recovery-image] Dec 21 05:07:05.925 INFO O| Dec 21 05:07:05.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4197 | 2024-12-21T05:07:07.126Z | [ recovery-image] Dec 21 05:07:05.925 INFO O| Dec 21 05:07:05.925 INFO STEP 19 (remove_files) COMPLETE |
4198 | 2024-12-21T05:07:07.129Z | [ recovery-image] Dec 21 05:07:05.925 INFO O| Dec 21 05:07:05.925 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-21T05:07:07.146Z | [ recovery-image] Dec 21 05:07:05.946 INFO O| Dec 21 05:07:05.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4200 | 2024-12-21T05:07:07.146Z | [ recovery-image] Dec 21 05:07:05.946 INFO O| Dec 21 05:07:05.946 INFO STEP 20 (remove_files) COMPLETE |
4201 | 2024-12-21T05:07:07.146Z | [ recovery-image] Dec 21 05:07:05.946 INFO O| Dec 21 05:07:05.946 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-21T05:07:07.165Z | [ recovery-image] Dec 21 05:07:05.965 INFO O| Dec 21 05:07:05.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4203 | 2024-12-21T05:07:07.165Z | [ recovery-image] Dec 21 05:07:05.965 INFO O| Dec 21 05:07:05.965 INFO STEP 21 (remove_files) COMPLETE |
4204 | 2024-12-21T05:07:07.165Z | [ recovery-image] Dec 21 05:07:05.965 INFO O| Dec 21 05:07:05.965 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-21T05:07:07.184Z | [ recovery-image] Dec 21 05:07:05.984 INFO O| Dec 21 05:07:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4206 | 2024-12-21T05:07:07.184Z | [ recovery-image] Dec 21 05:07:05.984 INFO O| Dec 21 05:07:05.984 INFO STEP 22 (remove_files) COMPLETE |
4207 | 2024-12-21T05:07:07.184Z | [ recovery-image] Dec 21 05:07:05.984 INFO O| Dec 21 05:07:05.984 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-21T05:07:07.205Z | [ recovery-image] Dec 21 05:07:06.003 INFO O| Dec 21 05:07:06.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4209 | 2024-12-21T05:07:07.205Z | [ recovery-image] Dec 21 05:07:06.003 INFO O| Dec 21 05:07:06.003 INFO STEP 23 (remove_files) COMPLETE |
4210 | 2024-12-21T05:07:07.205Z | [ recovery-image] Dec 21 05:07:06.003 INFO O| Dec 21 05:07:06.003 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-21T05:07:07.221Z | [ recovery-image] Dec 21 05:07:06.022 INFO O| Dec 21 05:07:06.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4212 | 2024-12-21T05:07:07.221Z | [ recovery-image] Dec 21 05:07:06.022 INFO O| Dec 21 05:07:06.022 INFO STEP 24 (remove_files) COMPLETE |
4213 | 2024-12-21T05:07:07.222Z | [ recovery-image] Dec 21 05:07:06.022 INFO O| Dec 21 05:07:06.022 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-21T05:07:07.239Z | [ recovery-image] Dec 21 05:07:06.040 INFO O| Dec 21 05:07:06.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4215 | 2024-12-21T05:07:07.239Z | [ recovery-image] Dec 21 05:07:06.040 INFO O| Dec 21 05:07:06.040 INFO STEP 25 (remove_files) COMPLETE |
4216 | 2024-12-21T05:07:07.239Z | [ recovery-image] Dec 21 05:07:06.040 INFO O| Dec 21 05:07:06.040 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2024-12-21T05:07:07.264Z | [ recovery-image] Dec 21 05:07:06.065 INFO O| Dec 21 05:07:06.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4218 | 2024-12-21T05:07:07.264Z | [ recovery-image] Dec 21 05:07:06.065 INFO O| Dec 21 05:07:06.065 INFO STEP 26 (remove_files) COMPLETE |
4219 | 2024-12-21T05:07:07.264Z | [ recovery-image] Dec 21 05:07:06.065 INFO O| Dec 21 05:07:06.065 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-21T05:07:07.292Z | [ recovery-image] Dec 21 05:07:06.093 INFO O| Dec 21 05:07:06.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4221 | 2024-12-21T05:07:07.292Z | [ recovery-image] Dec 21 05:07:06.093 INFO O| Dec 21 05:07:06.093 INFO STEP 27 (remove_files) COMPLETE |
4222 | 2024-12-21T05:07:07.292Z | [ recovery-image] Dec 21 05:07:06.093 INFO O| Dec 21 05:07:06.093 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-21T05:07:07.311Z | [ recovery-image] Dec 21 05:07:06.112 INFO O| Dec 21 05:07:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4224 | 2024-12-21T05:07:07.311Z | [ recovery-image] Dec 21 05:07:06.112 INFO O| Dec 21 05:07:06.112 INFO STEP 28 (remove_files) COMPLETE |
4225 | 2024-12-21T05:07:07.311Z | [ recovery-image] Dec 21 05:07:06.112 INFO O| Dec 21 05:07:06.112 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4226 | 2024-12-21T05:07:07.330Z | [ recovery-image] Dec 21 05:07:06.130 INFO O| Dec 21 05:07:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4227 | 2024-12-21T05:07:07.330Z | [ recovery-image] Dec 21 05:07:06.131 INFO O| Dec 21 05:07:06.131 INFO STEP 29 (remove_files) COMPLETE |
4228 | 2024-12-21T05:07:07.330Z | [ recovery-image] Dec 21 05:07:06.131 INFO O| Dec 21 05:07:06.131 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-21T05:07:07.349Z | [ recovery-image] Dec 21 05:07:06.151 INFO O| Dec 21 05:07:06.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4230 | 2024-12-21T05:07:07.352Z | [ recovery-image] Dec 21 05:07:06.151 INFO O| Dec 21 05:07:06.151 INFO STEP 30 (remove_files) COMPLETE |
4231 | 2024-12-21T05:07:07.352Z | [ recovery-image] Dec 21 05:07:06.152 INFO O| Dec 21 05:07:06.151 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-21T05:07:07.385Z | [ recovery-image] Dec 21 05:07:06.187 INFO O| Dec 21 05:07:06.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4233 | 2024-12-21T05:07:07.388Z | [ recovery-image] Dec 21 05:07:06.188 INFO O| Dec 21 05:07:06.187 INFO STEP 31 (remove_files) COMPLETE |
4234 | 2024-12-21T05:07:07.388Z | [ recovery-image] Dec 21 05:07:06.188 INFO O| Dec 21 05:07:06.188 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4235 | 2024-12-21T05:07:07.407Z | [ recovery-image] Dec 21 05:07:06.209 INFO O| Dec 21 05:07:06.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4236 | 2024-12-21T05:07:07.407Z | [ recovery-image] Dec 21 05:07:06.209 INFO O| Dec 21 05:07:06.209 INFO STEP 32 (remove_files) COMPLETE |
4237 | 2024-12-21T05:07:07.409Z | [ recovery-image] Dec 21 05:07:06.209 INFO O| Dec 21 05:07:06.209 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-21T05:07:07.427Z | [ recovery-image] Dec 21 05:07:06.230 INFO O| Dec 21 05:07:06.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4239 | 2024-12-21T05:07:07.427Z | [ recovery-image] Dec 21 05:07:06.230 INFO O| Dec 21 05:07:06.230 INFO STEP 33 (remove_files) COMPLETE |
4240 | 2024-12-21T05:07:07.427Z | [ recovery-image] Dec 21 05:07:06.230 INFO O| Dec 21 05:07:06.230 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4241 | 2024-12-21T05:07:07.454Z | [ recovery-image] Dec 21 05:07:06.256 INFO O| Dec 21 05:07:06.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4242 | 2024-12-21T05:07:07.454Z | [ recovery-image] Dec 21 05:07:06.256 INFO O| Dec 21 05:07:06.256 INFO STEP 34 (remove_files) COMPLETE |
4243 | 2024-12-21T05:07:07.454Z | [ recovery-image] Dec 21 05:07:06.256 INFO O| Dec 21 05:07:06.256 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-21T05:07:07.482Z | [ recovery-image] Dec 21 05:07:06.285 INFO O| Dec 21 05:07:06.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4245 | 2024-12-21T05:07:07.482Z | [ recovery-image] Dec 21 05:07:06.285 INFO O| Dec 21 05:07:06.285 INFO STEP 35 (remove_files) COMPLETE |
4246 | 2024-12-21T05:07:07.485Z | [ recovery-image] Dec 21 05:07:06.285 INFO O| Dec 21 05:07:06.285 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4247 | 2024-12-21T05:07:07.502Z | [ recovery-image] Dec 21 05:07:06.305 INFO O| Dec 21 05:07:06.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4248 | 2024-12-21T05:07:07.502Z | [ recovery-image] Dec 21 05:07:06.305 INFO O| Dec 21 05:07:06.305 INFO STEP 36 (remove_files) COMPLETE |
4249 | 2024-12-21T05:07:07.502Z | [ recovery-image] Dec 21 05:07:06.306 INFO O| Dec 21 05:07:06.305 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-21T05:07:07.522Z | [ recovery-image] Dec 21 05:07:06.324 INFO O| Dec 21 05:07:06.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4251 | 2024-12-21T05:07:07.522Z | [ recovery-image] Dec 21 05:07:06.324 INFO O| Dec 21 05:07:06.324 INFO STEP 37 (remove_files) COMPLETE |
4252 | 2024-12-21T05:07:07.522Z | [ recovery-image] Dec 21 05:07:06.324 INFO O| Dec 21 05:07:06.324 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4253 | 2024-12-21T05:07:07.541Z | [ recovery-image] Dec 21 05:07:06.344 INFO O| Dec 21 05:07:06.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4254 | 2024-12-21T05:07:07.541Z | [ recovery-image] Dec 21 05:07:06.344 INFO O| Dec 21 05:07:06.344 INFO STEP 38 (remove_files) COMPLETE |
4255 | 2024-12-21T05:07:07.543Z | [ recovery-image] Dec 21 05:07:06.344 INFO O| Dec 21 05:07:06.344 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4256 | 2024-12-21T05:07:07.559Z | [ recovery-image] Dec 21 05:07:06.362 INFO O| Dec 21 05:07:06.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4257 | 2024-12-21T05:07:07.559Z | [ recovery-image] Dec 21 05:07:06.362 INFO O| Dec 21 05:07:06.362 INFO STEP 39 (remove_files) COMPLETE |
4258 | 2024-12-21T05:07:07.559Z | [ recovery-image] Dec 21 05:07:06.362 INFO O| Dec 21 05:07:06.362 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4259 | 2024-12-21T05:07:07.580Z | [ recovery-image] Dec 21 05:07:06.383 INFO O| Dec 21 05:07:06.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4260 | 2024-12-21T05:07:07.580Z | [ recovery-image] Dec 21 05:07:06.383 INFO O| Dec 21 05:07:06.383 INFO STEP 40 (remove_files) COMPLETE |
4261 | 2024-12-21T05:07:07.580Z | [ recovery-image] Dec 21 05:07:06.383 INFO O| Dec 21 05:07:06.383 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4262 | 2024-12-21T05:07:07.602Z | [ recovery-image] Dec 21 05:07:06.404 INFO O| Dec 21 05:07:06.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4263 | 2024-12-21T05:07:07.602Z | [ recovery-image] Dec 21 05:07:06.404 INFO O| Dec 21 05:07:06.404 INFO STEP 41 (remove_files) COMPLETE |
4264 | 2024-12-21T05:07:07.605Z | [ recovery-image] Dec 21 05:07:06.404 INFO O| Dec 21 05:07:06.404 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4265 | 2024-12-21T05:07:07.623Z | [ recovery-image] Dec 21 05:07:06.426 INFO O| Dec 21 05:07:06.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4266 | 2024-12-21T05:07:07.623Z | [ recovery-image] Dec 21 05:07:06.426 INFO O| Dec 21 05:07:06.426 INFO STEP 42 (remove_files) COMPLETE |
4267 | 2024-12-21T05:07:07.623Z | [ recovery-image] Dec 21 05:07:06.426 INFO O| Dec 21 05:07:06.426 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4268 | 2024-12-21T05:07:07.669Z | [ recovery-image] Dec 21 05:07:06.473 INFO O| Dec 21 05:07:06.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4269 | 2024-12-21T05:07:07.669Z | [ recovery-image] Dec 21 05:07:06.473 INFO O| Dec 21 05:07:06.473 INFO STEP 43 (remove_files) COMPLETE |
4270 | 2024-12-21T05:07:07.671Z | [ recovery-image] Dec 21 05:07:06.473 INFO O| Dec 21 05:07:06.473 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4271 | 2024-12-21T05:07:07.717Z | [ recovery-image] Dec 21 05:07:06.522 INFO O| Dec 21 05:07:06.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4272 | 2024-12-21T05:07:07.718Z | [ recovery-image] Dec 21 05:07:06.522 INFO O| Dec 21 05:07:06.522 INFO STEP 44 (remove_files) COMPLETE |
4273 | 2024-12-21T05:07:07.718Z | [ recovery-image] Dec 21 05:07:06.522 INFO O| Dec 21 05:07:06.522 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4274 | 2024-12-21T05:07:07.763Z | [ host-image] Dec 21 05:07:06.568 INFO O| Dec 21 05:07:06.568 INFO O| Done |
4275 | 2024-12-21T05:07:07.802Z | [ recovery-image] Dec 21 05:07:06.608 INFO O| Dec 21 05:07:06.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4276 | 2024-12-21T05:07:07.802Z | [ recovery-image] Dec 21 05:07:06.608 INFO O| Dec 21 05:07:06.608 INFO STEP 45 (remove_files) COMPLETE |
4277 | 2024-12-21T05:07:07.802Z | [ recovery-image] Dec 21 05:07:06.608 INFO O| Dec 21 05:07:06.608 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4278 | 2024-12-21T05:07:07.865Z | [ recovery-image] Dec 21 05:07:06.671 INFO O| Dec 21 05:07:06.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4279 | 2024-12-21T05:07:07.868Z | [ recovery-image] Dec 21 05:07:06.671 INFO O| Dec 21 05:07:06.671 INFO STEP 46 (remove_files) COMPLETE |
4280 | 2024-12-21T05:07:07.868Z | [ recovery-image] Dec 21 05:07:06.671 INFO O| Dec 21 05:07:06.671 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4281 | 2024-12-21T05:07:07.887Z | [ recovery-image] Dec 21 05:07:06.693 INFO O| Dec 21 05:07:06.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4282 | 2024-12-21T05:07:07.889Z | [ recovery-image] Dec 21 05:07:06.693 INFO O| Dec 21 05:07:06.693 INFO STEP 47 (remove_files) COMPLETE |
4283 | 2024-12-21T05:07:07.889Z | [ recovery-image] Dec 21 05:07:06.693 INFO O| Dec 21 05:07:06.693 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4284 | 2024-12-21T05:07:07.913Z | [ recovery-image] Dec 21 05:07:06.714 INFO O| Dec 21 05:07:06.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4285 | 2024-12-21T05:07:07.913Z | [ recovery-image] Dec 21 05:07:06.715 INFO O| Dec 21 05:07:06.715 INFO STEP 48 (remove_files) COMPLETE |
4286 | 2024-12-21T05:07:07.913Z | [ recovery-image] Dec 21 05:07:06.715 INFO O| Dec 21 05:07:06.715 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4287 | 2024-12-21T05:07:07.939Z | [ recovery-image] Dec 21 05:07:06.746 INFO O| Dec 21 05:07:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4288 | 2024-12-21T05:07:07.939Z | [ recovery-image] Dec 21 05:07:06.746 INFO O| Dec 21 05:07:06.746 INFO STEP 49 (remove_files) COMPLETE |
4289 | 2024-12-21T05:07:07.939Z | [ recovery-image] Dec 21 05:07:06.746 INFO O| Dec 21 05:07:06.746 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4290 | 2024-12-21T05:07:07.964Z | [ recovery-image] Dec 21 05:07:06.771 INFO O| Dec 21 05:07:06.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4291 | 2024-12-21T05:07:07.967Z | [ recovery-image] Dec 21 05:07:06.771 INFO O| Dec 21 05:07:06.771 INFO STEP 50 (remove_files) COMPLETE |
4292 | 2024-12-21T05:07:07.967Z | [ recovery-image] Dec 21 05:07:06.771 INFO O| Dec 21 05:07:06.771 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4293 | 2024-12-21T05:07:07.986Z | [ recovery-image] Dec 21 05:07:06.794 INFO O| Dec 21 05:07:06.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4294 | 2024-12-21T05:07:07.990Z | [ recovery-image] Dec 21 05:07:06.794 INFO O| Dec 21 05:07:06.794 INFO STEP 51 (remove_files) COMPLETE |
4295 | 2024-12-21T05:07:07.990Z | [ recovery-image] Dec 21 05:07:06.794 INFO O| Dec 21 05:07:06.794 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4296 | 2024-12-21T05:07:08.008Z | [ recovery-image] Dec 21 05:07:06.815 INFO O| Dec 21 05:07:06.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4297 | 2024-12-21T05:07:08.012Z | [ recovery-image] Dec 21 05:07:06.816 INFO O| Dec 21 05:07:06.816 INFO STEP 52 (remove_files) COMPLETE |
4298 | 2024-12-21T05:07:08.012Z | [ recovery-image] Dec 21 05:07:06.816 INFO O| Dec 21 05:07:06.816 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4299 | 2024-12-21T05:07:08.035Z | [ recovery-image] Dec 21 05:07:06.843 INFO O| Dec 21 05:07:06.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4300 | 2024-12-21T05:07:08.038Z | [ recovery-image] Dec 21 05:07:06.843 INFO O| Dec 21 05:07:06.843 INFO STEP 53 (remove_files) COMPLETE |
4301 | 2024-12-21T05:07:08.038Z | [ recovery-image] Dec 21 05:07:06.843 INFO O| Dec 21 05:07:06.843 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4302 | 2024-12-21T05:07:08.056Z | [ recovery-image] Dec 21 05:07:06.864 INFO O| Dec 21 05:07:06.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4303 | 2024-12-21T05:07:08.056Z | [ recovery-image] Dec 21 05:07:06.864 INFO O| Dec 21 05:07:06.864 INFO STEP 54 (remove_files) COMPLETE |
4304 | 2024-12-21T05:07:08.060Z | [ recovery-image] Dec 21 05:07:06.864 INFO O| Dec 21 05:07:06.864 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4305 | 2024-12-21T05:07:08.077Z | [ recovery-image] Dec 21 05:07:06.885 INFO O| Dec 21 05:07:06.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4306 | 2024-12-21T05:07:08.077Z | [ recovery-image] Dec 21 05:07:06.885 INFO O| Dec 21 05:07:06.885 INFO STEP 55 (remove_files) COMPLETE |
4307 | 2024-12-21T05:07:08.077Z | [ recovery-image] Dec 21 05:07:06.886 INFO O| Dec 21 05:07:06.885 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4308 | 2024-12-21T05:07:08.098Z | [ recovery-image] Dec 21 05:07:06.906 INFO O| Dec 21 05:07:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4309 | 2024-12-21T05:07:08.101Z | [ recovery-image] Dec 21 05:07:06.907 INFO O| Dec 21 05:07:06.906 INFO STEP 56 (remove_files) COMPLETE |
4310 | 2024-12-21T05:07:08.101Z | [ recovery-image] Dec 21 05:07:06.907 INFO O| Dec 21 05:07:06.907 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4311 | 2024-12-21T05:07:08.120Z | [ recovery-image] Dec 21 05:07:06.929 INFO O| Dec 21 05:07:06.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4312 | 2024-12-21T05:07:08.120Z | [ recovery-image] Dec 21 05:07:06.929 INFO O| Dec 21 05:07:06.929 INFO STEP 57 (remove_files) COMPLETE |
4313 | 2024-12-21T05:07:08.120Z | [ recovery-image] Dec 21 05:07:06.929 INFO O| Dec 21 05:07:06.929 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4314 | 2024-12-21T05:07:08.143Z | [ recovery-image] Dec 21 05:07:06.952 INFO O| Dec 21 05:07:06.952 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4315 | 2024-12-21T05:07:08.143Z | [ recovery-image] Dec 21 05:07:06.952 INFO O| Dec 21 05:07:06.952 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4316 | 2024-12-21T05:07:08.145Z | [ recovery-image] Dec 21 05:07:06.952 INFO O| Dec 21 05:07:06.952 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4317 | 2024-12-21T05:07:08.146Z | [ recovery-image] Dec 21 05:07:06.952 INFO O| Dec 21 05:07:06.952 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4318 | 2024-12-21T05:07:08.146Z | [ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.952 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4319 | 2024-12-21T05:07:08.146Z | [ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.953 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4320 | 2024-12-21T05:07:08.146Z | [ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.953 INFO ok! |
4321 | 2024-12-21T05:07:08.146Z | [ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.953 INFO STEP 58 (ensure_file) COMPLETE |
4322 | 2024-12-21T05:07:08.146Z | [ recovery-image] Dec 21 05:07:06.953 INFO O| Dec 21 05:07:06.953 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4323 | 2024-12-21T05:07:08.170Z | [ recovery-image] Dec 21 05:07:06.979 INFO O| Dec 21 05:07:06.979 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4324 | 2024-12-21T05:07:08.171Z | [ recovery-image] Dec 21 05:07:06.979 INFO O| Dec 21 05:07:06.979 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4325 | 2024-12-21T05:07:08.174Z | [ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4326 | 2024-12-21T05:07:08.174Z | [ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4327 | 2024-12-21T05:07:08.174Z | [ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4328 | 2024-12-21T05:07:08.174Z | [ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4329 | 2024-12-21T05:07:08.174Z | [ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO ok! |
4330 | 2024-12-21T05:07:08.174Z | [ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO STEP 59 (ensure_file) COMPLETE |
4331 | 2024-12-21T05:07:08.175Z | [ recovery-image] Dec 21 05:07:06.980 INFO O| Dec 21 05:07:06.980 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4332 | 2024-12-21T05:07:08.244Z | [ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4333 | 2024-12-21T05:07:08.244Z | [ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4334 | 2024-12-21T05:07:08.247Z | [ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4335 | 2024-12-21T05:07:08.247Z | [ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO ok! |
4336 | 2024-12-21T05:07:08.247Z | [ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO STEP 60 (ensure_file) COMPLETE |
4337 | 2024-12-21T05:07:08.247Z | [ recovery-image] Dec 21 05:07:07.045 INFO O| Dec 21 05:07:07.045 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4338 | 2024-12-21T05:07:08.254Z | [ recovery-image] Dec 21 05:07:07.063 INFO O| Dec 21 05:07:07.063 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4339 | 2024-12-21T05:07:08.254Z | [ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4340 | 2024-12-21T05:07:08.257Z | [ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4341 | 2024-12-21T05:07:08.257Z | [ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO ok! |
4342 | 2024-12-21T05:07:08.257Z | [ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO STEP 61 (ensure_file) COMPLETE |
4343 | 2024-12-21T05:07:08.257Z | [ recovery-image] Dec 21 05:07:07.064 INFO O| Dec 21 05:07:07.064 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4344 | 2024-12-21T05:07:08.272Z | [ recovery-image] Dec 21 05:07:07.080 INFO O| Dec 21 05:07:07.080 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4345 | 2024-12-21T05:07:08.272Z | [ recovery-image] Dec 21 05:07:07.080 INFO O| Dec 21 05:07:07.080 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4346 | 2024-12-21T05:07:08.272Z | [ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4347 | 2024-12-21T05:07:08.274Z | [ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.081 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4348 | 2024-12-21T05:07:08.274Z | [ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.081 INFO ok! |
4349 | 2024-12-21T05:07:08.274Z | [ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.081 INFO STEP 62 (ensure_file) COMPLETE |
4350 | 2024-12-21T05:07:08.274Z | [ recovery-image] Dec 21 05:07:07.081 INFO O| Dec 21 05:07:07.081 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4351 | 2024-12-21T05:07:08.294Z | [ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4352 | 2024-12-21T05:07:08.297Z | [ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4353 | 2024-12-21T05:07:08.297Z | [ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4354 | 2024-12-21T05:07:08.297Z | [ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4355 | 2024-12-21T05:07:08.297Z | [ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO ok! |
4356 | 2024-12-21T05:07:08.297Z | [ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO STEP 63 (ensure_file) COMPLETE |
4357 | 2024-12-21T05:07:08.297Z | [ recovery-image] Dec 21 05:07:07.098 INFO O| Dec 21 05:07:07.098 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4358 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.121 INFO O| Dec 21 05:07:07.121 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4359 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.121 INFO O| Dec 21 05:07:07.121 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4360 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.122 INFO O| Dec 21 05:07:07.122 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4361 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.122 INFO O| Dec 21 05:07:07.122 INFO ok! |
4362 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.122 INFO O| Dec 21 05:07:07.122 INFO STEP 64 (assemble_files) COMPLETE |
4363 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.122 INFO O| Dec 21 05:07:07.122 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4364 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.151 INFO O| Dec 21 05:07:07.151 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4365 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.151 INFO O| Dec 21 05:07:07.151 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4366 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4367 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4368 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO ok! |
4369 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 65 (ensure_file) COMPLETE |
4370 | 2024-12-21T05:07:08.371Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4371 | 2024-12-21T05:07:08.372Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO skip step because feature "omicron1" is not enabled |
4372 | 2024-12-21T05:07:08.372Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4373 | 2024-12-21T05:07:08.372Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO skip step because feature "omicron1" is not enabled |
4374 | 2024-12-21T05:07:08.372Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4375 | 2024-12-21T05:07:08.372Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO skip step because feature "omicron1" is not enabled |
4376 | 2024-12-21T05:07:08.372Z | [ recovery-image] Dec 21 05:07:07.152 INFO O| Dec 21 05:07:07.152 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4377 | 2024-12-21T05:07:08.372Z | [ recovery-image] Dec 21 05:07:07.180 INFO O| Dec 21 05:07:07.180 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4378 | 2024-12-21T05:07:08.372Z | [ recovery-image] Dec 21 05:07:07.180 INFO O| Dec 21 05:07:07.180 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4379 | 2024-12-21T05:07:08.374Z | [ host-image] Dec 21 05:07:07.184 INFO O| Dec 21 05:07:07.184 INFO STEP 11 (pkg_install) COMPLETE |
4380 | 2024-12-21T05:07:08.375Z | [ host-image] Dec 21 05:07:07.184 INFO O| Dec 21 05:07:07.184 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4381 | 2024-12-21T05:07:08.390Z | [ host-image] Dec 21 05:07:07.201 INFO O| Dec 21 05:07:07.201 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"] |
4382 | 2024-12-21T05:07:09.404Z | [ host-image] Dec 21 05:07:08.223 INFO O| Dec 21 05:07:08.223 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4383 | 2024-12-21T05:07:10.930Z | [ recovery-image] Dec 21 05:07:09.763 INFO O| Dec 21 05:07:09.763 INFO STEP 69 (pack_tar) COMPLETE |
4384 | 2024-12-21T05:07:10.930Z | [ recovery-image] Dec 21 05:07:09.763 INFO O| Dec 21 05:07:09.763 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4385 | 2024-12-21T05:07:10.930Z | [ recovery-image] Dec 21 05:07:09.763 INFO O| Dec 21 05:07:09.763 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4386 | 2024-12-21T05:07:11.354Z | [ recovery-image] Dec 21 05:07:10.192 INFO O| Dec 21 05:07:10.192 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4387 | 2024-12-21T05:07:11.472Z | [ recovery-image] Dec 21 05:07:10.311 INFO O| Dec 21 05:07:10.311 INFO completed processing gimlet/ramdisk-02-trim |
4388 | 2024-12-21T05:07:11.476Z | [ recovery-image] Dec 21 05:07:10.315 INFO image builder template: ramdisk-03-recovery-trim... |
4389 | 2024-12-21T05:07:11.478Z | [ recovery-image] Dec 21 05:07:10.315 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/.tmpreaqKo/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 |
4390 | 2024-12-21T05:07:11.657Z | [ recovery-image] Dec 21 05:07:10.498 INFO O| Dec 21 05:07:10.497 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4391 | 2024-12-21T05:07:11.666Z | [ recovery-image] Dec 21 05:07:10.506 INFO O| Dec 21 05:07:10.506 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4392 | 2024-12-21T05:07:11.767Z | [ recovery-image] Dec 21 05:07:10.608 INFO O| Dec 21 05:07:10.608 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4393 | 2024-12-21T05:07:11.859Z | [ recovery-image] Dec 21 05:07:10.702 INFO O| Dec 21 05:07:10.702 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4394 | 2024-12-21T05:07:11.862Z | [ recovery-image] Dec 21 05:07:10.702 INFO O| Dec 21 05:07:10.702 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4395 | 2024-12-21T05:07:11.875Z | [ recovery-image] Dec 21 05:07:10.718 INFO O| Dec 21 05:07:10.718 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4396 | 2024-12-21T05:07:11.884Z | [ recovery-image] Dec 21 05:07:10.727 INFO O| Dec 21 05:07:10.727 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4397 | 2024-12-21T05:07:11.895Z | [ recovery-image] Dec 21 05:07:10.737 INFO O| Dec 21 05:07:10.737 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4398 | 2024-12-21T05:07:12.274Z | [ recovery-image] Dec 21 05:07:11.120 INFO O| Dec 21 05:07:11.119 INFO rolled back to input snapshot; work may begin |
4399 | 2024-12-21T05:07:12.277Z | [ recovery-image] Dec 21 05:07:11.120 INFO O| Dec 21 05:07:11.120 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4400 | 2024-12-21T05:07:12.286Z | [ recovery-image] Dec 21 05:07:11.132 INFO O| Dec 21 05:07:11.132 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-12-21T05:07:12.305Z | [ recovery-image] Dec 21 05:07:11.152 INFO O| Dec 21 05:07:11.152 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4402 | 2024-12-21T05:07:12.318Z | [ recovery-image] Dec 21 05:07:11.165 INFO O| Dec 21 05:07:11.165 INFO STEP 0 (remove_files) COMPLETE |
4403 | 2024-12-21T05:07:12.318Z | [ recovery-image] Dec 21 05:07:11.165 INFO O| Dec 21 05:07:11.165 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-12-21T05:07:12.362Z | [ recovery-image] Dec 21 05:07:11.209 INFO O| Dec 21 05:07:11.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4405 | 2024-12-21T05:07:12.687Z | [ recovery-image] Dec 21 05:07:11.536 INFO O| Dec 21 05:07:11.536 INFO STEP 1 (remove_files) COMPLETE |
4406 | 2024-12-21T05:07:12.687Z | [ recovery-image] Dec 21 05:07:11.536 INFO O| Dec 21 05:07:11.536 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-12-21T05:07:12.706Z | [ recovery-image] Dec 21 05:07:11.557 INFO O| Dec 21 05:07:11.556 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4408 | 2024-12-21T05:07:12.750Z | [ recovery-image] Dec 21 05:07:11.601 INFO O| Dec 21 05:07:11.600 INFO STEP 2 (remove_files) COMPLETE |
4409 | 2024-12-21T05:07:12.750Z | [ recovery-image] Dec 21 05:07:11.601 INFO O| Dec 21 05:07:11.601 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-12-21T05:07:12.771Z | [ recovery-image] Dec 21 05:07:11.622 INFO O| Dec 21 05:07:11.622 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4411 | 2024-12-21T05:07:12.974Z | [ recovery-image] Dec 21 05:07:11.826 INFO O| Dec 21 05:07:11.826 INFO STEP 3 (remove_files) COMPLETE |
4412 | 2024-12-21T05:07:12.974Z | [ recovery-image] Dec 21 05:07:11.826 INFO O| Dec 21 05:07:11.826 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-12-21T05:07:13.033Z | [ recovery-image] Dec 21 05:07:11.886 INFO O| Dec 21 05:07:11.886 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4414 | 2024-12-21T05:07:13.283Z | [ recovery-image] Dec 21 05:07:12.139 INFO O| Dec 21 05:07:12.139 INFO STEP 4 (remove_files) COMPLETE |
4415 | 2024-12-21T05:07:13.283Z | [ recovery-image] Dec 21 05:07:12.139 INFO O| Dec 21 05:07:12.139 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-12-21T05:07:13.316Z | [ recovery-image] Dec 21 05:07:12.171 INFO O| Dec 21 05:07:12.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4417 | 2024-12-21T05:07:13.323Z | [ recovery-image] Dec 21 05:07:12.177 INFO O| Dec 21 05:07:12.177 INFO STEP 5 (remove_files) COMPLETE |
4418 | 2024-12-21T05:07:13.323Z | [ recovery-image] Dec 21 05:07:12.178 INFO O| Dec 21 05:07:12.177 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-12-21T05:07:13.357Z | [ recovery-image] Dec 21 05:07:12.213 INFO O| Dec 21 05:07:12.213 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4420 | 2024-12-21T05:07:13.359Z | [ recovery-image] Dec 21 05:07:12.215 INFO O| Dec 21 05:07:12.214 INFO STEP 6 (remove_files) COMPLETE |
4421 | 2024-12-21T05:07:13.359Z | [ recovery-image] Dec 21 05:07:12.215 INFO O| Dec 21 05:07:12.214 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-12-21T05:07:13.401Z | [ recovery-image] Dec 21 05:07:12.257 INFO O| Dec 21 05:07:12.257 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4423 | 2024-12-21T05:07:13.427Z | [ recovery-image] Dec 21 05:07:12.283 INFO O| Dec 21 05:07:12.282 INFO STEP 7 (remove_files) COMPLETE |
4424 | 2024-12-21T05:07:13.427Z | [ recovery-image] Dec 21 05:07:12.283 INFO O| Dec 21 05:07:12.283 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-12-21T05:07:13.482Z | [ recovery-image] Dec 21 05:07:12.340 INFO O| Dec 21 05:07:12.340 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4426 | 2024-12-21T05:07:13.557Z | [ recovery-image] Dec 21 05:07:12.414 INFO O| Dec 21 05:07:12.414 INFO STEP 8 (remove_files) COMPLETE |
4427 | 2024-12-21T05:07:13.557Z | [ recovery-image] Dec 21 05:07:12.414 INFO O| Dec 21 05:07:12.414 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-12-21T05:07:13.591Z | [ recovery-image] Dec 21 05:07:12.449 INFO O| Dec 21 05:07:12.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4429 | 2024-12-21T05:07:13.615Z | [ recovery-image] Dec 21 05:07:12.473 INFO O| Dec 21 05:07:12.473 INFO STEP 9 (remove_files) COMPLETE |
4430 | 2024-12-21T05:07:13.615Z | [ recovery-image] Dec 21 05:07:12.473 INFO O| Dec 21 05:07:12.473 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-12-21T05:07:13.647Z | [ recovery-image] Dec 21 05:07:12.506 INFO O| Dec 21 05:07:12.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4432 | 2024-12-21T05:07:13.662Z | [ recovery-image] Dec 21 05:07:12.520 INFO O| Dec 21 05:07:12.520 INFO STEP 10 (remove_files) COMPLETE |
4433 | 2024-12-21T05:07:13.662Z | [ recovery-image] Dec 21 05:07:12.521 INFO O| Dec 21 05:07:12.520 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-12-21T05:07:13.684Z | [ recovery-image] Dec 21 05:07:12.543 INFO O| Dec 21 05:07:12.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4435 | 2024-12-21T05:07:14.317Z | [ recovery-image] Dec 21 05:07:13.182 INFO O| Dec 21 05:07:13.182 INFO STEP 11 (remove_files) COMPLETE |
4436 | 2024-12-21T05:07:14.318Z | [ recovery-image] Dec 21 05:07:13.182 INFO O| Dec 21 05:07:13.182 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-12-21T05:07:14.339Z | [ recovery-image] Dec 21 05:07:13.204 INFO O| Dec 21 05:07:13.204 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4438 | 2024-12-21T05:07:14.357Z | [ recovery-image] Dec 21 05:07:13.221 INFO O| Dec 21 05:07:13.221 INFO STEP 12 (remove_files) COMPLETE |
4439 | 2024-12-21T05:07:14.357Z | [ recovery-image] Dec 21 05:07:13.222 INFO O| Dec 21 05:07:13.221 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-12-21T05:07:14.375Z | [ host-image] Dec 21 05:07:13.241 INFO O| Dec 21 05:07:13.241 INFO O| Planning: Solver setup ... Done |
4441 | 2024-12-21T05:07:14.379Z | [ recovery-image] Dec 21 05:07:13.245 INFO O| Dec 21 05:07:13.245 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4442 | 2024-12-21T05:07:14.382Z | [ host-image] Dec 21 05:07:13.248 INFO O| Dec 21 05:07:13.248 INFO O| Planning: Running solver ... Done |
4443 | 2024-12-21T05:07:14.393Z | [ recovery-image] Dec 21 05:07:13.259 INFO O| Dec 21 05:07:13.259 INFO STEP 13 (remove_files) COMPLETE |
4444 | 2024-12-21T05:07:14.396Z | [ recovery-image] Dec 21 05:07:13.259 INFO O| Dec 21 05:07:13.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-21T05:07:14.418Z | [ recovery-image] Dec 21 05:07:13.284 INFO O| Dec 21 05:07:13.284 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4446 | 2024-12-21T05:07:14.421Z | [ recovery-image] Dec 21 05:07:13.286 INFO O| Dec 21 05:07:13.286 INFO STEP 14 (remove_files) COMPLETE |
4447 | 2024-12-21T05:07:14.422Z | [ recovery-image] Dec 21 05:07:13.286 INFO O| Dec 21 05:07:13.286 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-21T05:07:14.437Z | [ recovery-image] Dec 21 05:07:13.303 INFO O| Dec 21 05:07:13.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4449 | 2024-12-21T05:07:14.440Z | [ recovery-image] Dec 21 05:07:13.304 INFO O| Dec 21 05:07:13.304 INFO STEP 15 (remove_files) COMPLETE |
4450 | 2024-12-21T05:07:14.440Z | [ recovery-image] Dec 21 05:07:13.304 INFO O| Dec 21 05:07:13.304 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-21T05:07:14.459Z | [ recovery-image] Dec 21 05:07:13.325 INFO O| Dec 21 05:07:13.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4452 | 2024-12-21T05:07:14.476Z | [ host-image] Dec 21 05:07:13.343 INFO O| Dec 21 05:07:13.342 INFO O| Planning: Finding local manifests ... Done |
4453 | 2024-12-21T05:07:14.479Z | [ host-image] Dec 21 05:07:13.345 INFO O| Dec 21 05:07:13.345 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4454 | 2024-12-21T05:07:14.522Z | [ recovery-image] Dec 21 05:07:13.388 INFO O| Dec 21 05:07:13.388 INFO STEP 16 (remove_files) COMPLETE |
4455 | 2024-12-21T05:07:14.522Z | [ recovery-image] Dec 21 05:07:13.388 INFO O| Dec 21 05:07:13.388 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-21T05:07:14.543Z | [ recovery-image] Dec 21 05:07:13.410 INFO O| Dec 21 05:07:13.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4457 | 2024-12-21T05:07:14.547Z | [ recovery-image] Dec 21 05:07:13.411 INFO O| Dec 21 05:07:13.411 INFO STEP 17 (remove_files) COMPLETE |
4458 | 2024-12-21T05:07:14.547Z | [ recovery-image] Dec 21 05:07:13.411 INFO O| Dec 21 05:07:13.411 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-21T05:07:14.564Z | [ recovery-image] Dec 21 05:07:13.431 INFO O| Dec 21 05:07:13.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4460 | 2024-12-21T05:07:14.571Z | [ recovery-image] Dec 21 05:07:13.439 INFO O| Dec 21 05:07:13.439 INFO STEP 18 (remove_files) COMPLETE |
4461 | 2024-12-21T05:07:14.574Z | [ recovery-image] Dec 21 05:07:13.439 INFO O| Dec 21 05:07:13.439 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-21T05:07:14.594Z | [ recovery-image] Dec 21 05:07:13.461 INFO O| Dec 21 05:07:13.461 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4463 | 2024-12-21T05:07:14.729Z | [ host-image] Dec 21 05:07:13.598 INFO O| Dec 21 05:07:13.598 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4464 | 2024-12-21T05:07:14.791Z | [ recovery-image] Dec 21 05:07:13.660 INFO O| Dec 21 05:07:13.660 INFO STEP 19 (remove_files) COMPLETE |
4465 | 2024-12-21T05:07:14.791Z | [ recovery-image] Dec 21 05:07:13.660 INFO O| Dec 21 05:07:13.660 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-21T05:07:14.796Z | [ host-image] Dec 21 05:07:13.665 INFO O| Dec 21 05:07:13.665 INFO O| Planning: Package planning ... Done |
4467 | 2024-12-21T05:07:14.803Z | [ host-image] Dec 21 05:07:13.672 INFO O| Dec 21 05:07:13.672 INFO O| Planning: Merging actions ... Done |
4468 | 2024-12-21T05:07:14.837Z | [ recovery-image] Dec 21 05:07:13.707 INFO O| Dec 21 05:07:13.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4469 | 2024-12-21T05:07:14.874Z | [ recovery-image] Dec 21 05:07:13.743 INFO O| Dec 21 05:07:13.743 INFO STEP 20 (remove_files) COMPLETE |
4470 | 2024-12-21T05:07:14.874Z | [ recovery-image] Dec 21 05:07:13.743 INFO O| Dec 21 05:07:13.743 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-21T05:07:14.897Z | [ recovery-image] Dec 21 05:07:13.767 INFO O| Dec 21 05:07:13.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4472 | 2024-12-21T05:07:14.897Z | [ recovery-image] Dec 21 05:07:13.767 INFO O| Dec 21 05:07:13.767 INFO STEP 21 (remove_files) COMPLETE |
4473 | 2024-12-21T05:07:14.897Z | [ recovery-image] Dec 21 05:07:13.767 INFO O| Dec 21 05:07:13.767 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-21T05:07:14.918Z | [ recovery-image] Dec 21 05:07:13.788 INFO O| Dec 21 05:07:13.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4475 | 2024-12-21T05:07:14.922Z | [ recovery-image] Dec 21 05:07:13.789 INFO O| Dec 21 05:07:13.789 INFO STEP 22 (remove_files) COMPLETE |
4476 | 2024-12-21T05:07:14.922Z | [ recovery-image] Dec 21 05:07:13.789 INFO O| Dec 21 05:07:13.789 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-21T05:07:14.965Z | [ recovery-image] Dec 21 05:07:13.836 INFO O| Dec 21 05:07:13.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4478 | 2024-12-21T05:07:14.965Z | [ recovery-image] Dec 21 05:07:13.836 INFO O| Dec 21 05:07:13.836 INFO STEP 23 (remove_files) COMPLETE |
4479 | 2024-12-21T05:07:14.968Z | [ recovery-image] Dec 21 05:07:13.836 INFO O| Dec 21 05:07:13.836 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-21T05:07:14.971Z | [ host-image] Dec 21 05:07:13.840 INFO O| Dec 21 05:07:13.840 INFO O| Planning: Checking for conflicting actions ... Done |
4481 | 2024-12-21T05:07:14.971Z | [ host-image] Dec 21 05:07:13.842 INFO O| Dec 21 05:07:13.842 INFO O| Planning: Consolidating action changes ... Done |
4482 | 2024-12-21T05:07:15.009Z | [ recovery-image] Dec 21 05:07:13.880 INFO O| Dec 21 05:07:13.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4483 | 2024-12-21T05:07:15.009Z | [ recovery-image] Dec 21 05:07:13.880 INFO O| Dec 21 05:07:13.880 INFO STEP 24 (remove_files) COMPLETE |
4484 | 2024-12-21T05:07:15.009Z | [ recovery-image] Dec 21 05:07:13.880 INFO O| Dec 21 05:07:13.880 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-12-21T05:07:15.033Z | [ recovery-image] Dec 21 05:07:13.905 INFO O| Dec 21 05:07:13.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4486 | 2024-12-21T05:07:15.034Z | [ recovery-image] Dec 21 05:07:13.905 INFO O| Dec 21 05:07:13.905 INFO STEP 25 (remove_files) COMPLETE |
4487 | 2024-12-21T05:07:15.034Z | [ recovery-image] Dec 21 05:07:13.905 INFO O| Dec 21 05:07:13.905 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-12-21T05:07:15.059Z | [ recovery-image] Dec 21 05:07:13.931 INFO O| Dec 21 05:07:13.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4489 | 2024-12-21T05:07:15.062Z | [ recovery-image] Dec 21 05:07:13.931 INFO O| Dec 21 05:07:13.931 INFO STEP 26 (remove_files) COMPLETE |
4490 | 2024-12-21T05:07:15.063Z | [ recovery-image] Dec 21 05:07:13.931 INFO O| Dec 21 05:07:13.931 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-12-21T05:07:15.084Z | [ recovery-image] Dec 21 05:07:13.955 INFO O| Dec 21 05:07:13.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4492 | 2024-12-21T05:07:15.084Z | [ recovery-image] Dec 21 05:07:13.956 INFO O| Dec 21 05:07:13.956 INFO STEP 27 (remove_files) COMPLETE |
4493 | 2024-12-21T05:07:15.087Z | [ recovery-image] Dec 21 05:07:13.956 INFO O| Dec 21 05:07:13.956 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-12-21T05:07:15.109Z | [ recovery-image] Dec 21 05:07:13.981 INFO O| Dec 21 05:07:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4495 | 2024-12-21T05:07:15.109Z | [ recovery-image] Dec 21 05:07:13.981 INFO O| Dec 21 05:07:13.981 INFO STEP 28 (remove_files) COMPLETE |
4496 | 2024-12-21T05:07:15.109Z | [ recovery-image] Dec 21 05:07:13.981 INFO O| Dec 21 05:07:13.981 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-12-21T05:07:15.132Z | [ recovery-image] Dec 21 05:07:14.004 INFO O| Dec 21 05:07:14.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4498 | 2024-12-21T05:07:15.132Z | [ recovery-image] Dec 21 05:07:14.004 INFO O| Dec 21 05:07:14.004 INFO STEP 29 (remove_files) COMPLETE |
4499 | 2024-12-21T05:07:15.132Z | [ recovery-image] Dec 21 05:07:14.004 INFO O| Dec 21 05:07:14.004 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-12-21T05:07:15.153Z | [ recovery-image] Dec 21 05:07:14.026 INFO O| Dec 21 05:07:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4501 | 2024-12-21T05:07:15.153Z | [ recovery-image] Dec 21 05:07:14.026 INFO O| Dec 21 05:07:14.026 INFO STEP 30 (remove_files) COMPLETE |
4502 | 2024-12-21T05:07:15.156Z | [ recovery-image] Dec 21 05:07:14.026 INFO O| Dec 21 05:07:14.026 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-12-21T05:07:15.176Z | [ recovery-image] Dec 21 05:07:14.047 INFO O| Dec 21 05:07:14.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4504 | 2024-12-21T05:07:15.176Z | [ recovery-image] Dec 21 05:07:14.048 INFO O| Dec 21 05:07:14.047 INFO STEP 31 (remove_files) COMPLETE |
4505 | 2024-12-21T05:07:15.179Z | [ recovery-image] Dec 21 05:07:14.048 INFO O| Dec 21 05:07:14.048 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-12-21T05:07:15.206Z | [ recovery-image] Dec 21 05:07:14.078 INFO O| Dec 21 05:07:14.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4507 | 2024-12-21T05:07:15.210Z | [ recovery-image] Dec 21 05:07:14.084 INFO O| Dec 21 05:07:14.083 INFO STEP 32 (remove_files) COMPLETE |
4508 | 2024-12-21T05:07:15.211Z | [ recovery-image] Dec 21 05:07:14.084 INFO O| Dec 21 05:07:14.084 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-12-21T05:07:15.237Z | [ recovery-image] Dec 21 05:07:14.110 INFO O| Dec 21 05:07:14.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4510 | 2024-12-21T05:07:15.241Z | [ recovery-image] Dec 21 05:07:14.115 INFO O| Dec 21 05:07:14.115 INFO STEP 33 (remove_files) COMPLETE |
4511 | 2024-12-21T05:07:15.241Z | [ recovery-image] Dec 21 05:07:14.115 INFO O| Dec 21 05:07:14.115 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-12-21T05:07:15.261Z | [ recovery-image] Dec 21 05:07:14.134 INFO O| Dec 21 05:07:14.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4513 | 2024-12-21T05:07:15.261Z | [ recovery-image] Dec 21 05:07:14.134 INFO O| Dec 21 05:07:14.134 INFO STEP 34 (remove_files) COMPLETE |
4514 | 2024-12-21T05:07:15.261Z | [ recovery-image] Dec 21 05:07:14.134 INFO O| Dec 21 05:07:14.134 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-12-21T05:07:15.292Z | [ recovery-image] Dec 21 05:07:14.165 INFO O| Dec 21 05:07:14.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4516 | 2024-12-21T05:07:15.292Z | [ recovery-image] Dec 21 05:07:14.165 INFO O| Dec 21 05:07:14.165 INFO STEP 35 (remove_files) COMPLETE |
4517 | 2024-12-21T05:07:15.295Z | [ recovery-image] Dec 21 05:07:14.165 INFO O| Dec 21 05:07:14.165 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-12-21T05:07:15.327Z | [ recovery-image] Dec 21 05:07:14.201 INFO O| Dec 21 05:07:14.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4519 | 2024-12-21T05:07:15.339Z | [ recovery-image] Dec 21 05:07:14.213 INFO O| Dec 21 05:07:14.213 INFO STEP 36 (remove_files) COMPLETE |
4520 | 2024-12-21T05:07:15.339Z | [ recovery-image] Dec 21 05:07:14.214 INFO O| Dec 21 05:07:14.213 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-12-21T05:07:15.350Z | [ host-image] Dec 21 05:07:14.224 INFO O| Dec 21 05:07:14.224 INFO O| Planning: Evaluating mediators ... Done |
4522 | 2024-12-21T05:07:15.354Z | [ host-image] Dec 21 05:07:14.226 INFO O| Dec 21 05:07:14.226 INFO O| Planning: Planning completed in 6.00 seconds |
4523 | 2024-12-21T05:07:15.356Z | [ host-image] Dec 21 05:07:14.229 INFO O| Dec 21 05:07:14.229 INFO O| Packages to install: 5 |
4524 | 2024-12-21T05:07:15.357Z | [ host-image] Dec 21 05:07:14.229 INFO O| Dec 21 05:07:14.229 INFO O| Services to change: 2 |
4525 | 2024-12-21T05:07:15.361Z | [ recovery-image] Dec 21 05:07:14.236 INFO O| Dec 21 05:07:14.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4526 | 2024-12-21T05:07:15.367Z | [ recovery-image] Dec 21 05:07:14.242 INFO O| Dec 21 05:07:14.242 INFO STEP 37 (remove_files) COMPLETE |
4527 | 2024-12-21T05:07:15.370Z | [ recovery-image] Dec 21 05:07:14.242 INFO O| Dec 21 05:07:14.242 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-21T05:07:15.375Z | [ host-image] Dec 21 05:07:14.250 INFO O| Dec 21 05:07:14.250 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4529 | 2024-12-21T05:07:15.388Z | [ recovery-image] Dec 21 05:07:14.263 INFO O| Dec 21 05:07:14.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4530 | 2024-12-21T05:07:15.390Z | [ recovery-image] Dec 21 05:07:14.263 INFO O| Dec 21 05:07:14.263 INFO STEP 38 (remove_files) COMPLETE |
4531 | 2024-12-21T05:07:15.390Z | [ recovery-image] Dec 21 05:07:14.263 INFO O| Dec 21 05:07:14.263 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-21T05:07:15.433Z | [ recovery-image] Dec 21 05:07:14.308 INFO O| Dec 21 05:07:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4533 | 2024-12-21T05:07:15.433Z | [ recovery-image] Dec 21 05:07:14.308 INFO O| Dec 21 05:07:14.308 INFO STEP 39 (remove_files) COMPLETE |
4534 | 2024-12-21T05:07:15.433Z | [ recovery-image] Dec 21 05:07:14.308 INFO O| Dec 21 05:07:14.308 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-21T05:07:15.457Z | [ recovery-image] Dec 21 05:07:14.332 INFO O| Dec 21 05:07:14.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4536 | 2024-12-21T05:07:15.457Z | [ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.332 INFO STEP 40 (remove_files) COMPLETE |
4537 | 2024-12-21T05:07:15.460Z | [ recovery-image] Dec 21 05:07:14.333 INFO O| Dec 21 05:07:14.333 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-21T05:07:15.477Z | [ recovery-image] Dec 21 05:07:14.353 INFO O| Dec 21 05:07:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4539 | 2024-12-21T05:07:15.477Z | [ recovery-image] Dec 21 05:07:14.353 INFO O| Dec 21 05:07:14.353 INFO STEP 41 (remove_files) COMPLETE |
4540 | 2024-12-21T05:07:15.482Z | [ recovery-image] Dec 21 05:07:14.353 INFO O| Dec 21 05:07:14.353 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-21T05:07:15.530Z | [ recovery-image] Dec 21 05:07:14.405 INFO O| Dec 21 05:07:14.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4542 | 2024-12-21T05:07:15.531Z | [ recovery-image] Dec 21 05:07:14.406 INFO O| Dec 21 05:07:14.406 INFO STEP 42 (remove_files) COMPLETE |
4543 | 2024-12-21T05:07:15.531Z | [ recovery-image] Dec 21 05:07:14.406 INFO O| Dec 21 05:07:14.406 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-21T05:07:15.551Z | [ recovery-image] Dec 21 05:07:14.427 INFO O| Dec 21 05:07:14.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4545 | 2024-12-21T05:07:15.551Z | [ recovery-image] Dec 21 05:07:14.427 INFO O| Dec 21 05:07:14.427 INFO STEP 43 (remove_files) COMPLETE |
4546 | 2024-12-21T05:07:15.551Z | [ recovery-image] Dec 21 05:07:14.427 INFO O| Dec 21 05:07:14.427 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-21T05:07:15.579Z | [ recovery-image] Dec 21 05:07:14.456 INFO O| Dec 21 05:07:14.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4548 | 2024-12-21T05:07:15.585Z | [ recovery-image] Dec 21 05:07:14.461 INFO O| Dec 21 05:07:14.461 INFO STEP 44 (remove_files) COMPLETE |
4549 | 2024-12-21T05:07:15.585Z | [ recovery-image] Dec 21 05:07:14.461 INFO O| Dec 21 05:07:14.461 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-21T05:07:15.617Z | [ recovery-image] Dec 21 05:07:14.492 INFO O| Dec 21 05:07:14.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4551 | 2024-12-21T05:07:15.619Z | [ recovery-image] Dec 21 05:07:14.492 INFO O| Dec 21 05:07:14.492 INFO STEP 45 (remove_files) COMPLETE |
4552 | 2024-12-21T05:07:15.619Z | [ recovery-image] Dec 21 05:07:14.492 INFO O| Dec 21 05:07:14.492 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-21T05:07:15.638Z | [ recovery-image] Dec 21 05:07:14.515 INFO O| Dec 21 05:07:14.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4554 | 2024-12-21T05:07:15.640Z | [ recovery-image] Dec 21 05:07:14.515 INFO O| Dec 21 05:07:14.515 INFO STEP 46 (remove_files) COMPLETE |
4555 | 2024-12-21T05:07:15.640Z | [ recovery-image] Dec 21 05:07:14.515 INFO O| Dec 21 05:07:14.515 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-21T05:07:15.657Z | [ recovery-image] Dec 21 05:07:14.534 INFO O| Dec 21 05:07:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4557 | 2024-12-21T05:07:15.660Z | [ recovery-image] Dec 21 05:07:14.534 INFO O| Dec 21 05:07:14.534 INFO STEP 47 (remove_files) COMPLETE |
4558 | 2024-12-21T05:07:15.660Z | [ recovery-image] Dec 21 05:07:14.534 INFO O| Dec 21 05:07:14.534 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-21T05:07:15.676Z | [ recovery-image] Dec 21 05:07:14.553 INFO O| Dec 21 05:07:14.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4560 | 2024-12-21T05:07:15.676Z | [ recovery-image] Dec 21 05:07:14.553 INFO O| Dec 21 05:07:14.553 INFO STEP 48 (remove_files) COMPLETE |
4561 | 2024-12-21T05:07:15.679Z | [ recovery-image] Dec 21 05:07:14.553 INFO O| Dec 21 05:07:14.553 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-21T05:07:15.702Z | [ recovery-image] Dec 21 05:07:14.578 INFO O| Dec 21 05:07:14.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4563 | 2024-12-21T05:07:15.705Z | [ recovery-image] Dec 21 05:07:14.578 INFO O| Dec 21 05:07:14.578 INFO STEP 49 (remove_files) COMPLETE |
4564 | 2024-12-21T05:07:15.705Z | [ recovery-image] Dec 21 05:07:14.578 INFO O| Dec 21 05:07:14.578 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-21T05:07:15.725Z | [ recovery-image] Dec 21 05:07:14.603 INFO O| Dec 21 05:07:14.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4566 | 2024-12-21T05:07:15.725Z | [ recovery-image] Dec 21 05:07:14.603 INFO O| Dec 21 05:07:14.603 INFO STEP 50 (remove_files) COMPLETE |
4567 | 2024-12-21T05:07:15.725Z | [ recovery-image] Dec 21 05:07:14.603 INFO O| Dec 21 05:07:14.603 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-21T05:07:15.746Z | [ recovery-image] Dec 21 05:07:14.624 INFO O| Dec 21 05:07:14.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4569 | 2024-12-21T05:07:15.746Z | [ recovery-image] Dec 21 05:07:14.624 INFO O| Dec 21 05:07:14.624 INFO STEP 51 (remove_files) COMPLETE |
4570 | 2024-12-21T05:07:15.749Z | [ recovery-image] Dec 21 05:07:14.624 INFO O| Dec 21 05:07:14.624 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-21T05:07:15.764Z | [ recovery-image] Dec 21 05:07:14.643 INFO O| Dec 21 05:07:14.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4572 | 2024-12-21T05:07:15.764Z | [ recovery-image] Dec 21 05:07:14.643 INFO O| Dec 21 05:07:14.643 INFO STEP 52 (remove_files) COMPLETE |
4573 | 2024-12-21T05:07:15.767Z | [ recovery-image] Dec 21 05:07:14.643 INFO O| Dec 21 05:07:14.643 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-21T05:07:15.784Z | [ recovery-image] Dec 21 05:07:14.663 INFO O| Dec 21 05:07:14.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4575 | 2024-12-21T05:07:15.809Z | [ recovery-image] Dec 21 05:07:14.687 INFO O| Dec 21 05:07:14.687 INFO STEP 53 (remove_files) COMPLETE |
4576 | 2024-12-21T05:07:15.809Z | [ recovery-image] Dec 21 05:07:14.687 INFO O| Dec 21 05:07:14.687 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-21T05:07:15.830Z | [ recovery-image] Dec 21 05:07:14.709 INFO O| Dec 21 05:07:14.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4578 | 2024-12-21T05:07:15.838Z | [ recovery-image] Dec 21 05:07:14.717 INFO O| Dec 21 05:07:14.717 INFO STEP 54 (remove_files) COMPLETE |
4579 | 2024-12-21T05:07:15.841Z | [ recovery-image] Dec 21 05:07:14.717 INFO O| Dec 21 05:07:14.717 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-21T05:07:15.865Z | [ recovery-image] Dec 21 05:07:14.743 INFO O| Dec 21 05:07:14.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4581 | 2024-12-21T05:07:15.869Z | [ recovery-image] Dec 21 05:07:14.744 INFO O| Dec 21 05:07:14.743 INFO STEP 55 (remove_files) COMPLETE |
4582 | 2024-12-21T05:07:15.869Z | [ recovery-image] Dec 21 05:07:14.744 INFO O| Dec 21 05:07:14.744 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-21T05:07:15.886Z | [ recovery-image] Dec 21 05:07:14.765 INFO O| Dec 21 05:07:14.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4584 | 2024-12-21T05:07:15.886Z | [ recovery-image] Dec 21 05:07:14.765 INFO O| Dec 21 05:07:14.765 INFO STEP 56 (remove_files) COMPLETE |
4585 | 2024-12-21T05:07:15.889Z | [ recovery-image] Dec 21 05:07:14.765 INFO O| Dec 21 05:07:14.765 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-21T05:07:15.907Z | [ recovery-image] Dec 21 05:07:14.786 INFO O| Dec 21 05:07:14.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4587 | 2024-12-21T05:07:15.910Z | [ recovery-image] Dec 21 05:07:14.786 INFO O| Dec 21 05:07:14.786 INFO STEP 57 (remove_files) COMPLETE |
4588 | 2024-12-21T05:07:15.910Z | [ recovery-image] Dec 21 05:07:14.786 INFO O| Dec 21 05:07:14.786 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-21T05:07:15.935Z | [ recovery-image] Dec 21 05:07:14.815 INFO O| Dec 21 05:07:14.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4590 | 2024-12-21T05:07:15.938Z | [ recovery-image] Dec 21 05:07:14.815 INFO O| Dec 21 05:07:14.815 INFO STEP 58 (remove_files) COMPLETE |
4591 | 2024-12-21T05:07:15.938Z | [ recovery-image] Dec 21 05:07:14.815 INFO O| Dec 21 05:07:14.815 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-21T05:07:15.959Z | [ recovery-image] Dec 21 05:07:14.838 INFO O| Dec 21 05:07:14.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4593 | 2024-12-21T05:07:15.959Z | [ recovery-image] Dec 21 05:07:14.839 INFO O| Dec 21 05:07:14.838 INFO STEP 59 (remove_files) COMPLETE |
4594 | 2024-12-21T05:07:15.959Z | [ recovery-image] Dec 21 05:07:14.839 INFO O| Dec 21 05:07:14.839 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-21T05:07:15.982Z | [ recovery-image] Dec 21 05:07:14.860 INFO O| Dec 21 05:07:14.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4596 | 2024-12-21T05:07:15.982Z | [ recovery-image] Dec 21 05:07:14.860 INFO O| Dec 21 05:07:14.860 INFO STEP 60 (remove_files) COMPLETE |
4597 | 2024-12-21T05:07:15.982Z | [ recovery-image] Dec 21 05:07:14.860 INFO O| Dec 21 05:07:14.860 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-21T05:07:16.004Z | [ recovery-image] Dec 21 05:07:14.884 INFO O| Dec 21 05:07:14.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4599 | 2024-12-21T05:07:16.007Z | [ recovery-image] Dec 21 05:07:14.885 INFO O| Dec 21 05:07:14.885 INFO STEP 61 (remove_files) COMPLETE |
4600 | 2024-12-21T05:07:16.007Z | [ recovery-image] Dec 21 05:07:14.885 INFO O| Dec 21 05:07:14.885 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-21T05:07:16.026Z | [ recovery-image] Dec 21 05:07:14.907 INFO O| Dec 21 05:07:14.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4602 | 2024-12-21T05:07:16.026Z | [ recovery-image] Dec 21 05:07:14.907 INFO O| Dec 21 05:07:14.907 INFO STEP 62 (remove_files) COMPLETE |
4603 | 2024-12-21T05:07:16.026Z | [ recovery-image] Dec 21 05:07:14.907 INFO O| Dec 21 05:07:14.907 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-21T05:07:16.048Z | [ recovery-image] Dec 21 05:07:14.928 INFO O| Dec 21 05:07:14.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4605 | 2024-12-21T05:07:16.051Z | [ recovery-image] Dec 21 05:07:14.930 INFO O| Dec 21 05:07:14.930 INFO STEP 63 (remove_files) COMPLETE |
4606 | 2024-12-21T05:07:16.051Z | [ recovery-image] Dec 21 05:07:14.930 INFO O| Dec 21 05:07:14.930 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-21T05:07:16.068Z | [ recovery-image] Dec 21 05:07:14.949 INFO O| Dec 21 05:07:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4608 | 2024-12-21T05:07:16.068Z | [ recovery-image] Dec 21 05:07:14.949 INFO O| Dec 21 05:07:14.949 INFO STEP 64 (remove_files) COMPLETE |
4609 | 2024-12-21T05:07:16.070Z | [ recovery-image] Dec 21 05:07:14.949 INFO O| Dec 21 05:07:14.949 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-21T05:07:16.086Z | [ recovery-image] Dec 21 05:07:14.967 INFO O| Dec 21 05:07:14.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4611 | 2024-12-21T05:07:16.089Z | [ recovery-image] Dec 21 05:07:14.971 INFO O| Dec 21 05:07:14.971 INFO STEP 65 (remove_files) COMPLETE |
4612 | 2024-12-21T05:07:16.089Z | [ recovery-image] Dec 21 05:07:14.971 INFO O| Dec 21 05:07:14.971 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-21T05:07:16.114Z | [ recovery-image] Dec 21 05:07:14.995 INFO O| Dec 21 05:07:14.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4614 | 2024-12-21T05:07:16.114Z | [ recovery-image] Dec 21 05:07:14.996 INFO O| Dec 21 05:07:14.995 INFO STEP 66 (remove_files) COMPLETE |
4615 | 2024-12-21T05:07:16.117Z | [ recovery-image] Dec 21 05:07:14.996 INFO O| Dec 21 05:07:14.996 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-21T05:07:16.138Z | [ recovery-image] Dec 21 05:07:15.019 INFO O| Dec 21 05:07:15.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4617 | 2024-12-21T05:07:16.140Z | [ recovery-image] Dec 21 05:07:15.020 INFO O| Dec 21 05:07:15.020 INFO STEP 67 (remove_files) COMPLETE |
4618 | 2024-12-21T05:07:16.141Z | [ recovery-image] Dec 21 05:07:15.020 INFO O| Dec 21 05:07:15.020 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-21T05:07:16.158Z | [ recovery-image] Dec 21 05:07:15.040 INFO O| Dec 21 05:07:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4620 | 2024-12-21T05:07:16.158Z | [ recovery-image] Dec 21 05:07:15.040 INFO O| Dec 21 05:07:15.040 INFO STEP 68 (remove_files) COMPLETE |
4621 | 2024-12-21T05:07:16.161Z | [ recovery-image] Dec 21 05:07:15.040 INFO O| Dec 21 05:07:15.040 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-21T05:07:16.177Z | [ recovery-image] Dec 21 05:07:15.059 INFO O| Dec 21 05:07:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4623 | 2024-12-21T05:07:16.177Z | [ recovery-image] Dec 21 05:07:15.059 INFO O| Dec 21 05:07:15.059 INFO STEP 69 (remove_files) COMPLETE |
4624 | 2024-12-21T05:07:16.179Z | [ recovery-image] Dec 21 05:07:15.059 INFO O| Dec 21 05:07:15.059 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-21T05:07:16.199Z | [ recovery-image] Dec 21 05:07:15.081 INFO O| Dec 21 05:07:15.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4626 | 2024-12-21T05:07:16.199Z | [ recovery-image] Dec 21 05:07:15.081 INFO O| Dec 21 05:07:15.081 INFO STEP 70 (remove_files) COMPLETE |
4627 | 2024-12-21T05:07:16.203Z | [ recovery-image] Dec 21 05:07:15.081 INFO O| Dec 21 05:07:15.081 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-21T05:07:16.218Z | [ recovery-image] Dec 21 05:07:15.100 INFO O| Dec 21 05:07:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4629 | 2024-12-21T05:07:16.218Z | [ recovery-image] Dec 21 05:07:15.100 INFO O| Dec 21 05:07:15.100 INFO STEP 71 (remove_files) COMPLETE |
4630 | 2024-12-21T05:07:16.221Z | [ recovery-image] Dec 21 05:07:15.100 INFO O| Dec 21 05:07:15.100 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-21T05:07:16.238Z | [ recovery-image] Dec 21 05:07:15.118 INFO O| Dec 21 05:07:15.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4632 | 2024-12-21T05:07:16.238Z | [ recovery-image] Dec 21 05:07:15.118 INFO O| Dec 21 05:07:15.118 INFO STEP 72 (remove_files) COMPLETE |
4633 | 2024-12-21T05:07:16.240Z | [ recovery-image] Dec 21 05:07:15.118 INFO O| Dec 21 05:07:15.118 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-21T05:07:16.257Z | [ recovery-image] Dec 21 05:07:15.138 INFO O| Dec 21 05:07:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4635 | 2024-12-21T05:07:16.257Z | [ recovery-image] Dec 21 05:07:15.138 INFO O| Dec 21 05:07:15.138 INFO STEP 73 (remove_files) COMPLETE |
4636 | 2024-12-21T05:07:16.257Z | [ recovery-image] Dec 21 05:07:15.138 INFO O| Dec 21 05:07:15.138 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-21T05:07:16.276Z | [ recovery-image] Dec 21 05:07:15.157 INFO O| Dec 21 05:07:15.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4638 | 2024-12-21T05:07:16.290Z | [ recovery-image] Dec 21 05:07:15.173 INFO O| Dec 21 05:07:15.161 INFO STEP 74 (remove_files) COMPLETE |
4639 | 2024-12-21T05:07:16.290Z | [ recovery-image] Dec 21 05:07:15.173 INFO O| Dec 21 05:07:15.173 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-21T05:07:16.311Z | [ recovery-image] Dec 21 05:07:15.193 INFO O| Dec 21 05:07:15.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4641 | 2024-12-21T05:07:16.313Z | [ recovery-image] Dec 21 05:07:15.194 INFO O| Dec 21 05:07:15.194 INFO STEP 75 (remove_files) COMPLETE |
4642 | 2024-12-21T05:07:16.313Z | [ recovery-image] Dec 21 05:07:15.194 INFO O| Dec 21 05:07:15.194 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-21T05:07:16.333Z | [ recovery-image] Dec 21 05:07:15.216 INFO O| Dec 21 05:07:15.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4644 | 2024-12-21T05:07:16.333Z | [ recovery-image] Dec 21 05:07:15.216 INFO O| Dec 21 05:07:15.216 INFO STEP 76 (remove_files) COMPLETE |
4645 | 2024-12-21T05:07:16.334Z | [ recovery-image] Dec 21 05:07:15.216 INFO O| Dec 21 05:07:15.216 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-21T05:07:16.351Z | [ recovery-image] Dec 21 05:07:15.235 INFO O| Dec 21 05:07:15.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4647 | 2024-12-21T05:07:16.357Z | [ recovery-image] Dec 21 05:07:15.240 INFO O| Dec 21 05:07:15.240 INFO STEP 77 (remove_files) COMPLETE |
4648 | 2024-12-21T05:07:16.359Z | [ recovery-image] Dec 21 05:07:15.240 INFO O| Dec 21 05:07:15.240 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-21T05:07:16.384Z | [ recovery-image] Dec 21 05:07:15.268 INFO O| Dec 21 05:07:15.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4650 | 2024-12-21T05:07:16.384Z | [ recovery-image] Dec 21 05:07:15.268 INFO O| Dec 21 05:07:15.268 INFO STEP 78 (remove_files) COMPLETE |
4651 | 2024-12-21T05:07:16.384Z | [ recovery-image] Dec 21 05:07:15.268 INFO O| Dec 21 05:07:15.268 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-21T05:07:16.404Z | [ recovery-image] Dec 21 05:07:15.287 INFO O| Dec 21 05:07:15.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4653 | 2024-12-21T05:07:16.404Z | [ recovery-image] Dec 21 05:07:15.287 INFO O| Dec 21 05:07:15.287 INFO STEP 79 (remove_files) COMPLETE |
4654 | 2024-12-21T05:07:16.404Z | [ recovery-image] Dec 21 05:07:15.287 INFO O| Dec 21 05:07:15.287 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-21T05:07:16.422Z | [ recovery-image] Dec 21 05:07:15.306 INFO O| Dec 21 05:07:15.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4656 | 2024-12-21T05:07:16.422Z | [ recovery-image] Dec 21 05:07:15.306 INFO O| Dec 21 05:07:15.306 INFO STEP 80 (remove_files) COMPLETE |
4657 | 2024-12-21T05:07:16.422Z | [ recovery-image] Dec 21 05:07:15.306 INFO O| Dec 21 05:07:15.306 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-21T05:07:16.445Z | [ recovery-image] Dec 21 05:07:15.330 INFO O| Dec 21 05:07:15.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4659 | 2024-12-21T05:07:16.446Z | [ recovery-image] Dec 21 05:07:15.330 INFO O| Dec 21 05:07:15.330 INFO STEP 81 (remove_files) COMPLETE |
4660 | 2024-12-21T05:07:16.446Z | [ recovery-image] Dec 21 05:07:15.330 INFO O| Dec 21 05:07:15.330 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-21T05:07:16.464Z | [ recovery-image] Dec 21 05:07:15.349 INFO O| Dec 21 05:07:15.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4662 | 2024-12-21T05:07:16.464Z | [ recovery-image] Dec 21 05:07:15.349 INFO O| Dec 21 05:07:15.349 INFO STEP 82 (remove_files) COMPLETE |
4663 | 2024-12-21T05:07:16.467Z | [ recovery-image] Dec 21 05:07:15.349 INFO O| Dec 21 05:07:15.349 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-21T05:07:16.492Z | [ recovery-image] Dec 21 05:07:15.373 INFO O| Dec 21 05:07:15.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4665 | 2024-12-21T05:07:16.492Z | [ recovery-image] Dec 21 05:07:15.374 INFO O| Dec 21 05:07:15.374 INFO STEP 83 (remove_files) COMPLETE |
4666 | 2024-12-21T05:07:16.495Z | [ recovery-image] Dec 21 05:07:15.374 INFO O| Dec 21 05:07:15.374 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-21T05:07:16.514Z | [ recovery-image] Dec 21 05:07:15.399 INFO O| Dec 21 05:07:15.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4668 | 2024-12-21T05:07:16.514Z | [ recovery-image] Dec 21 05:07:15.399 INFO O| Dec 21 05:07:15.399 INFO STEP 84 (remove_files) COMPLETE |
4669 | 2024-12-21T05:07:16.515Z | [ recovery-image] Dec 21 05:07:15.399 INFO O| Dec 21 05:07:15.399 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-21T05:07:16.541Z | [ recovery-image] Dec 21 05:07:15.426 INFO O| Dec 21 05:07:15.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4671 | 2024-12-21T05:07:16.541Z | [ recovery-image] Dec 21 05:07:15.426 INFO O| Dec 21 05:07:15.426 INFO STEP 85 (remove_files) COMPLETE |
4672 | 2024-12-21T05:07:16.541Z | [ recovery-image] Dec 21 05:07:15.426 INFO O| Dec 21 05:07:15.426 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-21T05:07:16.576Z | [ recovery-image] Dec 21 05:07:15.461 INFO O| Dec 21 05:07:15.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4674 | 2024-12-21T05:07:16.580Z | [ recovery-image] Dec 21 05:07:15.461 INFO O| Dec 21 05:07:15.461 INFO STEP 86 (remove_files) COMPLETE |
4675 | 2024-12-21T05:07:16.580Z | [ recovery-image] Dec 21 05:07:15.461 INFO O| Dec 21 05:07:15.461 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-21T05:07:16.597Z | [ recovery-image] Dec 21 05:07:15.481 INFO O| Dec 21 05:07:15.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4677 | 2024-12-21T05:07:16.600Z | [ recovery-image] Dec 21 05:07:15.481 INFO O| Dec 21 05:07:15.481 INFO STEP 87 (remove_files) COMPLETE |
4678 | 2024-12-21T05:07:16.600Z | [ recovery-image] Dec 21 05:07:15.481 INFO O| Dec 21 05:07:15.481 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-21T05:07:16.617Z | [ recovery-image] Dec 21 05:07:15.503 INFO O| Dec 21 05:07:15.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4680 | 2024-12-21T05:07:16.617Z | [ recovery-image] Dec 21 05:07:15.503 INFO O| Dec 21 05:07:15.503 INFO STEP 88 (remove_files) COMPLETE |
4681 | 2024-12-21T05:07:16.617Z | [ recovery-image] Dec 21 05:07:15.503 INFO O| Dec 21 05:07:15.503 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-21T05:07:16.636Z | [ recovery-image] Dec 21 05:07:15.522 INFO O| Dec 21 05:07:15.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4683 | 2024-12-21T05:07:16.636Z | [ recovery-image] Dec 21 05:07:15.522 INFO O| Dec 21 05:07:15.522 INFO STEP 89 (remove_files) COMPLETE |
4684 | 2024-12-21T05:07:16.639Z | [ recovery-image] Dec 21 05:07:15.522 INFO O| Dec 21 05:07:15.522 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-21T05:07:16.662Z | [ recovery-image] Dec 21 05:07:15.548 INFO O| Dec 21 05:07:15.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4686 | 2024-12-21T05:07:16.662Z | [ recovery-image] Dec 21 05:07:15.548 INFO O| Dec 21 05:07:15.548 INFO STEP 90 (remove_files) COMPLETE |
4687 | 2024-12-21T05:07:16.662Z | [ recovery-image] Dec 21 05:07:15.548 INFO O| Dec 21 05:07:15.548 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-21T05:07:16.711Z | [ recovery-image] Dec 21 05:07:15.598 INFO O| Dec 21 05:07:15.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4689 | 2024-12-21T05:07:16.714Z | [ recovery-image] Dec 21 05:07:15.598 INFO O| Dec 21 05:07:15.598 INFO STEP 91 (remove_files) COMPLETE |
4690 | 2024-12-21T05:07:16.715Z | [ recovery-image] Dec 21 05:07:15.598 INFO O| Dec 21 05:07:15.598 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-21T05:07:16.779Z | [ recovery-image] Dec 21 05:07:15.666 INFO O| Dec 21 05:07:15.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4692 | 2024-12-21T05:07:16.779Z | [ recovery-image] Dec 21 05:07:15.666 INFO O| Dec 21 05:07:15.666 INFO STEP 92 (remove_files) COMPLETE |
4693 | 2024-12-21T05:07:16.781Z | [ recovery-image] Dec 21 05:07:15.666 INFO O| Dec 21 05:07:15.666 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-21T05:07:16.806Z | [ recovery-image] Dec 21 05:07:15.687 INFO O| Dec 21 05:07:15.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4695 | 2024-12-21T05:07:16.806Z | [ recovery-image] Dec 21 05:07:15.687 INFO O| Dec 21 05:07:15.687 INFO STEP 93 (remove_files) COMPLETE |
4696 | 2024-12-21T05:07:16.806Z | [ recovery-image] Dec 21 05:07:15.687 INFO O| Dec 21 05:07:15.687 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-21T05:07:16.819Z | [ recovery-image] Dec 21 05:07:15.707 INFO O| Dec 21 05:07:15.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4698 | 2024-12-21T05:07:16.819Z | [ recovery-image] Dec 21 05:07:15.707 INFO O| Dec 21 05:07:15.707 INFO STEP 94 (remove_files) COMPLETE |
4699 | 2024-12-21T05:07:16.822Z | [ recovery-image] Dec 21 05:07:15.707 INFO O| Dec 21 05:07:15.707 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-21T05:07:16.838Z | [ recovery-image] Dec 21 05:07:15.726 INFO O| Dec 21 05:07:15.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4701 | 2024-12-21T05:07:16.838Z | [ recovery-image] Dec 21 05:07:15.726 INFO O| Dec 21 05:07:15.726 INFO STEP 95 (remove_files) COMPLETE |
4702 | 2024-12-21T05:07:16.838Z | [ recovery-image] Dec 21 05:07:15.726 INFO O| Dec 21 05:07:15.726 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-21T05:07:16.858Z | [ recovery-image] Dec 21 05:07:15.746 INFO O| Dec 21 05:07:15.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4704 | 2024-12-21T05:07:16.858Z | [ recovery-image] Dec 21 05:07:15.746 INFO O| Dec 21 05:07:15.746 INFO STEP 96 (remove_files) COMPLETE |
4705 | 2024-12-21T05:07:16.858Z | [ recovery-image] Dec 21 05:07:15.746 INFO O| Dec 21 05:07:15.746 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-12-21T05:07:16.885Z | [ host-image] Dec 21 05:07:15.772 INFO O| Dec 21 05:07:15.772 INFO O| Download: Completed 1.45 MB in 1.52 seconds (972k/s) |
4707 | 2024-12-21T05:07:16.932Z | [ recovery-image] Dec 21 05:07:15.821 INFO O| Dec 21 05:07:15.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4708 | 2024-12-21T05:07:16.936Z | [ recovery-image] Dec 21 05:07:15.821 INFO O| Dec 21 05:07:15.821 INFO STEP 97 (remove_files) COMPLETE |
4709 | 2024-12-21T05:07:16.936Z | [ recovery-image] Dec 21 05:07:15.821 INFO O| Dec 21 05:07:15.821 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-21T05:07:16.990Z | [ recovery-image] Dec 21 05:07:15.879 INFO O| Dec 21 05:07:15.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4711 | 2024-12-21T05:07:16.992Z | [ recovery-image] Dec 21 05:07:15.879 INFO O| Dec 21 05:07:15.879 INFO STEP 98 (remove_files) COMPLETE |
4712 | 2024-12-21T05:07:16.992Z | [ recovery-image] Dec 21 05:07:15.879 INFO O| Dec 21 05:07:15.879 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-21T05:07:17.005Z | [ host-image] Dec 21 05:07:15.895 INFO O| Dec 21 05:07:15.895 INFO O| Actions: 1/305 actions (Installing new actions) |
4714 | 2024-12-21T05:07:17.026Z | [ recovery-image] Dec 21 05:07:15.916 INFO O| Dec 21 05:07:15.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4715 | 2024-12-21T05:07:17.029Z | [ recovery-image] Dec 21 05:07:15.916 INFO O| Dec 21 05:07:15.916 INFO STEP 99 (remove_files) COMPLETE |
4716 | 2024-12-21T05:07:17.029Z | [ recovery-image] Dec 21 05:07:15.916 INFO O| Dec 21 05:07:15.916 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-12-21T05:07:17.046Z | [ recovery-image] Dec 21 05:07:15.936 INFO O| Dec 21 05:07:15.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4718 | 2024-12-21T05:07:17.057Z | [ recovery-image] Dec 21 05:07:15.947 INFO O| Dec 21 05:07:15.947 INFO STEP 100 (remove_files) COMPLETE |
4719 | 2024-12-21T05:07:17.057Z | [ recovery-image] Dec 21 05:07:15.947 INFO O| Dec 21 05:07:15.947 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-12-21T05:07:17.078Z | [ recovery-image] Dec 21 05:07:15.969 INFO O| Dec 21 05:07:15.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4721 | 2024-12-21T05:07:17.078Z | [ recovery-image] Dec 21 05:07:15.969 INFO O| Dec 21 05:07:15.969 INFO STEP 101 (remove_files) COMPLETE |
4722 | 2024-12-21T05:07:17.083Z | [ recovery-image] Dec 21 05:07:15.969 INFO O| Dec 21 05:07:15.969 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-12-21T05:07:17.108Z | [ recovery-image] Dec 21 05:07:15.999 INFO O| Dec 21 05:07:15.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4724 | 2024-12-21T05:07:17.108Z | [ recovery-image] Dec 21 05:07:15.999 INFO O| Dec 21 05:07:15.999 INFO STEP 102 (remove_files) COMPLETE |
4725 | 2024-12-21T05:07:17.111Z | [ recovery-image] Dec 21 05:07:15.999 INFO O| Dec 21 05:07:15.999 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-12-21T05:07:17.199Z | [ recovery-image] Dec 21 05:07:16.090 INFO O| Dec 21 05:07:16.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4727 | 2024-12-21T05:07:17.199Z | [ recovery-image] Dec 21 05:07:16.090 INFO O| Dec 21 05:07:16.090 INFO STEP 103 (remove_files) COMPLETE |
4728 | 2024-12-21T05:07:17.199Z | [ recovery-image] Dec 21 05:07:16.090 INFO O| Dec 21 05:07:16.090 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-12-21T05:07:17.217Z | [ host-image] Dec 21 05:07:16.108 INFO O| Dec 21 05:07:16.108 INFO O| Actions: Completed 305 actions in 0.21 seconds. |
4730 | 2024-12-21T05:07:17.249Z | [ recovery-image] Dec 21 05:07:16.141 INFO O| Dec 21 05:07:16.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4731 | 2024-12-21T05:07:17.249Z | [ recovery-image] Dec 21 05:07:16.141 INFO O| Dec 21 05:07:16.141 INFO STEP 104 (remove_files) COMPLETE |
4732 | 2024-12-21T05:07:17.253Z | [ recovery-image] Dec 21 05:07:16.141 INFO O| Dec 21 05:07:16.141 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-21T05:07:17.269Z | [ recovery-image] Dec 21 05:07:16.161 INFO O| Dec 21 05:07:16.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4734 | 2024-12-21T05:07:17.272Z | [ recovery-image] Dec 21 05:07:16.161 INFO O| Dec 21 05:07:16.161 INFO STEP 105 (remove_files) COMPLETE |
4735 | 2024-12-21T05:07:17.272Z | [ recovery-image] Dec 21 05:07:16.161 INFO O| Dec 21 05:07:16.161 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-21T05:07:17.290Z | [ recovery-image] Dec 21 05:07:16.182 INFO O| Dec 21 05:07:16.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4737 | 2024-12-21T05:07:17.291Z | [ recovery-image] Dec 21 05:07:16.182 INFO O| Dec 21 05:07:16.182 INFO STEP 106 (remove_files) COMPLETE |
4738 | 2024-12-21T05:07:17.291Z | [ recovery-image] Dec 21 05:07:16.182 INFO O| Dec 21 05:07:16.182 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-21T05:07:17.320Z | [ recovery-image] Dec 21 05:07:16.211 INFO O| Dec 21 05:07:16.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4740 | 2024-12-21T05:07:17.320Z | [ recovery-image] Dec 21 05:07:16.211 INFO O| Dec 21 05:07:16.211 INFO STEP 107 (remove_files) COMPLETE |
4741 | 2024-12-21T05:07:17.320Z | [ recovery-image] Dec 21 05:07:16.211 INFO O| Dec 21 05:07:16.211 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-21T05:07:17.360Z | [ recovery-image] Dec 21 05:07:16.253 INFO O| Dec 21 05:07:16.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4743 | 2024-12-21T05:07:17.360Z | [ recovery-image] Dec 21 05:07:16.253 INFO O| Dec 21 05:07:16.253 INFO STEP 108 (remove_files) COMPLETE |
4744 | 2024-12-21T05:07:17.363Z | [ recovery-image] Dec 21 05:07:16.253 INFO O| Dec 21 05:07:16.253 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-21T05:07:17.383Z | [ recovery-image] Dec 21 05:07:16.276 INFO O| Dec 21 05:07:16.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4746 | 2024-12-21T05:07:17.386Z | [ recovery-image] Dec 21 05:07:16.276 INFO O| Dec 21 05:07:16.276 INFO STEP 109 (remove_files) COMPLETE |
4747 | 2024-12-21T05:07:17.386Z | [ recovery-image] Dec 21 05:07:16.276 INFO O| Dec 21 05:07:16.276 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-21T05:07:17.426Z | [ recovery-image] Dec 21 05:07:16.320 INFO O| Dec 21 05:07:16.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4749 | 2024-12-21T05:07:17.427Z | [ recovery-image] Dec 21 05:07:16.320 INFO O| Dec 21 05:07:16.320 INFO STEP 110 (remove_files) COMPLETE |
4750 | 2024-12-21T05:07:17.427Z | [ recovery-image] Dec 21 05:07:16.320 INFO O| Dec 21 05:07:16.320 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-21T05:07:17.450Z | [ recovery-image] Dec 21 05:07:16.344 INFO O| Dec 21 05:07:16.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4752 | 2024-12-21T05:07:17.450Z | [ recovery-image] Dec 21 05:07:16.344 INFO O| Dec 21 05:07:16.344 INFO STEP 111 (remove_files) COMPLETE |
4753 | 2024-12-21T05:07:17.453Z | [ recovery-image] Dec 21 05:07:16.344 INFO O| Dec 21 05:07:16.344 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-21T05:07:17.481Z | [ recovery-image] Dec 21 05:07:16.375 INFO O| Dec 21 05:07:16.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4755 | 2024-12-21T05:07:17.484Z | [ recovery-image] Dec 21 05:07:16.375 INFO O| Dec 21 05:07:16.375 INFO STEP 112 (remove_files) COMPLETE |
4756 | 2024-12-21T05:07:17.484Z | [ recovery-image] Dec 21 05:07:16.375 INFO O| Dec 21 05:07:16.375 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-21T05:07:17.505Z | [ recovery-image] Dec 21 05:07:16.399 INFO O| Dec 21 05:07:16.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4758 | 2024-12-21T05:07:17.505Z | [ recovery-image] Dec 21 05:07:16.399 INFO O| Dec 21 05:07:16.399 INFO STEP 113 (remove_files) COMPLETE |
4759 | 2024-12-21T05:07:17.509Z | [ recovery-image] Dec 21 05:07:16.400 INFO O| Dec 21 05:07:16.399 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-21T05:07:17.533Z | [ recovery-image] Dec 21 05:07:16.426 INFO O| Dec 21 05:07:16.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4761 | 2024-12-21T05:07:17.533Z | [ recovery-image] Dec 21 05:07:16.426 INFO O| Dec 21 05:07:16.426 INFO STEP 114 (remove_files) COMPLETE |
4762 | 2024-12-21T05:07:17.535Z | [ recovery-image] Dec 21 05:07:16.426 INFO O| Dec 21 05:07:16.426 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-21T05:07:17.555Z | [ recovery-image] Dec 21 05:07:16.449 INFO O| Dec 21 05:07:16.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4764 | 2024-12-21T05:07:17.555Z | [ recovery-image] Dec 21 05:07:16.449 INFO O| Dec 21 05:07:16.449 INFO STEP 115 (remove_files) COMPLETE |
4765 | 2024-12-21T05:07:17.557Z | [ recovery-image] Dec 21 05:07:16.449 INFO O| Dec 21 05:07:16.449 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-21T05:07:17.577Z | [ recovery-image] Dec 21 05:07:16.472 INFO O| Dec 21 05:07:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4767 | 2024-12-21T05:07:17.577Z | [ recovery-image] Dec 21 05:07:16.472 INFO O| Dec 21 05:07:16.472 INFO STEP 116 (remove_files) COMPLETE |
4768 | 2024-12-21T05:07:17.581Z | [ recovery-image] Dec 21 05:07:16.472 INFO O| Dec 21 05:07:16.472 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-21T05:07:17.598Z | [ recovery-image] Dec 21 05:07:16.493 INFO O| Dec 21 05:07:16.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4770 | 2024-12-21T05:07:17.598Z | [ recovery-image] Dec 21 05:07:16.493 INFO O| Dec 21 05:07:16.493 INFO STEP 117 (remove_files) COMPLETE |
4771 | 2024-12-21T05:07:17.598Z | [ recovery-image] Dec 21 05:07:16.493 INFO O| Dec 21 05:07:16.493 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-21T05:07:17.618Z | [ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4773 | 2024-12-21T05:07:17.618Z | [ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO STEP 118 (remove_files) COMPLETE |
4774 | 2024-12-21T05:07:17.618Z | [ recovery-image] Dec 21 05:07:16.513 INFO O| Dec 21 05:07:16.513 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-12-21T05:07:17.638Z | [ recovery-image] Dec 21 05:07:16.533 INFO O| Dec 21 05:07:16.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4776 | 2024-12-21T05:07:17.638Z | [ recovery-image] Dec 21 05:07:16.533 INFO O| Dec 21 05:07:16.533 INFO STEP 119 (remove_files) COMPLETE |
4777 | 2024-12-21T05:07:17.638Z | [ recovery-image] Dec 21 05:07:16.533 INFO O| Dec 21 05:07:16.533 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-12-21T05:07:17.674Z | [ recovery-image] Dec 21 05:07:16.570 INFO O| Dec 21 05:07:16.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4779 | 2024-12-21T05:07:17.679Z | [ recovery-image] Dec 21 05:07:16.570 INFO O| Dec 21 05:07:16.570 INFO STEP 120 (remove_files) COMPLETE |
4780 | 2024-12-21T05:07:17.679Z | [ recovery-image] Dec 21 05:07:16.570 INFO O| Dec 21 05:07:16.570 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-21T05:07:17.700Z | [ recovery-image] Dec 21 05:07:16.596 INFO O| Dec 21 05:07:16.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4782 | 2024-12-21T05:07:17.712Z | [ recovery-image] Dec 21 05:07:16.608 INFO O| Dec 21 05:07:16.608 INFO STEP 121 (remove_files) COMPLETE |
4783 | 2024-12-21T05:07:17.712Z | [ recovery-image] Dec 21 05:07:16.608 INFO O| Dec 21 05:07:16.608 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-12-21T05:07:17.765Z | [ recovery-image] Dec 21 05:07:16.661 INFO O| Dec 21 05:07:16.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4785 | 2024-12-21T05:07:17.765Z | [ recovery-image] Dec 21 05:07:16.661 INFO O| Dec 21 05:07:16.661 INFO STEP 122 (remove_files) COMPLETE |
4786 | 2024-12-21T05:07:17.765Z | [ recovery-image] Dec 21 05:07:16.661 INFO O| Dec 21 05:07:16.661 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-12-21T05:07:17.808Z | [ recovery-image] Dec 21 05:07:16.705 INFO O| Dec 21 05:07:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4788 | 2024-12-21T05:07:17.812Z | [ recovery-image] Dec 21 05:07:16.705 INFO O| Dec 21 05:07:16.705 INFO STEP 123 (remove_files) COMPLETE |
4789 | 2024-12-21T05:07:17.812Z | [ recovery-image] Dec 21 05:07:16.705 INFO O| Dec 21 05:07:16.705 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-12-21T05:07:17.832Z | [ recovery-image] Dec 21 05:07:16.729 INFO O| Dec 21 05:07:16.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4791 | 2024-12-21T05:07:17.835Z | [ recovery-image] Dec 21 05:07:16.729 INFO O| Dec 21 05:07:16.729 INFO STEP 124 (remove_files) COMPLETE |
4792 | 2024-12-21T05:07:17.835Z | [ recovery-image] Dec 21 05:07:16.729 INFO O| Dec 21 05:07:16.729 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-12-21T05:07:17.869Z | [ recovery-image] Dec 21 05:07:16.767 INFO O| Dec 21 05:07:16.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4794 | 2024-12-21T05:07:17.872Z | [ recovery-image] Dec 21 05:07:16.767 INFO O| Dec 21 05:07:16.767 INFO STEP 125 (remove_files) COMPLETE |
4795 | 2024-12-21T05:07:17.872Z | [ recovery-image] Dec 21 05:07:16.767 INFO O| Dec 21 05:07:16.767 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-12-21T05:07:17.894Z | [ host-image] Dec 21 05:07:16.792 INFO O| Dec 21 05:07:16.792 INFO O| Done |
4797 | 2024-12-21T05:07:17.894Z | [ host-image] Dec 21 05:07:16.792 INFO O| Dec 21 05:07:16.792 INFO O| Done |
4798 | 2024-12-21T05:07:17.902Z | [ recovery-image] Dec 21 05:07:16.800 INFO O| Dec 21 05:07:16.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4799 | 2024-12-21T05:07:17.905Z | [ recovery-image] Dec 21 05:07:16.800 INFO O| Dec 21 05:07:16.800 INFO STEP 126 (remove_files) COMPLETE |
4800 | 2024-12-21T05:07:17.905Z | [ recovery-image] Dec 21 05:07:16.801 INFO O| Dec 21 05:07:16.800 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-12-21T05:07:17.924Z | [ recovery-image] Dec 21 05:07:16.822 INFO O| Dec 21 05:07:16.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4802 | 2024-12-21T05:07:17.926Z | [ recovery-image] Dec 21 05:07:16.822 INFO O| Dec 21 05:07:16.822 INFO STEP 127 (remove_files) COMPLETE |
4803 | 2024-12-21T05:07:17.926Z | [ recovery-image] Dec 21 05:07:16.822 INFO O| Dec 21 05:07:16.822 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-12-21T05:07:17.971Z | [ recovery-image] Dec 21 05:07:16.841 INFO O| Dec 21 05:07:16.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4805 | 2024-12-21T05:07:17.971Z | [ recovery-image] Dec 21 05:07:16.842 INFO O| Dec 21 05:07:16.842 INFO STEP 128 (remove_files) COMPLETE |
4806 | 2024-12-21T05:07:17.971Z | [ recovery-image] Dec 21 05:07:16.842 INFO O| Dec 21 05:07:16.842 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-12-21T05:07:17.971Z | [ recovery-image] Dec 21 05:07:16.868 INFO O| Dec 21 05:07:16.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4808 | 2024-12-21T05:07:17.972Z | [ recovery-image] Dec 21 05:07:16.868 INFO O| Dec 21 05:07:16.868 INFO STEP 129 (remove_files) COMPLETE |
4809 | 2024-12-21T05:07:17.972Z | [ recovery-image] Dec 21 05:07:16.868 INFO O| Dec 21 05:07:16.868 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-12-21T05:07:18.021Z | [ recovery-image] Dec 21 05:07:16.920 INFO O| Dec 21 05:07:16.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4811 | 2024-12-21T05:07:18.021Z | [ recovery-image] Dec 21 05:07:16.920 INFO O| Dec 21 05:07:16.920 INFO STEP 130 (remove_files) COMPLETE |
4812 | 2024-12-21T05:07:18.021Z | [ recovery-image] Dec 21 05:07:16.920 INFO O| Dec 21 05:07:16.920 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-12-21T05:07:18.050Z | [ recovery-image] Dec 21 05:07:16.948 INFO O| Dec 21 05:07:16.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4814 | 2024-12-21T05:07:18.050Z | [ recovery-image] Dec 21 05:07:16.948 INFO O| Dec 21 05:07:16.948 INFO STEP 131 (remove_files) COMPLETE |
4815 | 2024-12-21T05:07:18.050Z | [ recovery-image] Dec 21 05:07:16.948 INFO O| Dec 21 05:07:16.948 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-12-21T05:07:18.071Z | [ recovery-image] Dec 21 05:07:16.969 INFO O| Dec 21 05:07:16.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4817 | 2024-12-21T05:07:18.071Z | [ recovery-image] Dec 21 05:07:16.969 INFO O| Dec 21 05:07:16.969 INFO STEP 132 (remove_files) COMPLETE |
4818 | 2024-12-21T05:07:18.074Z | [ recovery-image] Dec 21 05:07:16.970 INFO O| Dec 21 05:07:16.969 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-12-21T05:07:18.124Z | [ recovery-image] Dec 21 05:07:17.024 INFO O| Dec 21 05:07:17.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4820 | 2024-12-21T05:07:18.124Z | [ recovery-image] Dec 21 05:07:17.024 INFO O| Dec 21 05:07:17.024 INFO STEP 133 (remove_files) COMPLETE |
4821 | 2024-12-21T05:07:18.124Z | [ recovery-image] Dec 21 05:07:17.024 INFO O| Dec 21 05:07:17.024 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-12-21T05:07:18.146Z | [ recovery-image] Dec 21 05:07:17.046 INFO O| Dec 21 05:07:17.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4823 | 2024-12-21T05:07:18.146Z | [ recovery-image] Dec 21 05:07:17.046 INFO O| Dec 21 05:07:17.046 INFO STEP 134 (remove_files) COMPLETE |
4824 | 2024-12-21T05:07:18.146Z | [ recovery-image] Dec 21 05:07:17.046 INFO O| Dec 21 05:07:17.046 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-12-21T05:07:18.166Z | [ recovery-image] Dec 21 05:07:17.065 INFO O| Dec 21 05:07:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4826 | 2024-12-21T05:07:18.166Z | [ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.065 INFO STEP 135 (remove_files) COMPLETE |
4827 | 2024-12-21T05:07:18.166Z | [ recovery-image] Dec 21 05:07:17.066 INFO O| Dec 21 05:07:17.066 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-12-21T05:07:18.186Z | [ recovery-image] Dec 21 05:07:17.086 INFO O| Dec 21 05:07:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4829 | 2024-12-21T05:07:18.187Z | [ recovery-image] Dec 21 05:07:17.087 INFO O| Dec 21 05:07:17.086 INFO STEP 136 (remove_files) COMPLETE |
4830 | 2024-12-21T05:07:18.187Z | [ recovery-image] Dec 21 05:07:17.087 INFO O| Dec 21 05:07:17.086 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-12-21T05:07:18.206Z | [ recovery-image] Dec 21 05:07:17.106 INFO O| Dec 21 05:07:17.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4832 | 2024-12-21T05:07:18.206Z | [ recovery-image] Dec 21 05:07:17.106 INFO O| Dec 21 05:07:17.106 INFO STEP 137 (remove_files) COMPLETE |
4833 | 2024-12-21T05:07:18.206Z | [ recovery-image] Dec 21 05:07:17.106 INFO O| Dec 21 05:07:17.106 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-12-21T05:07:18.225Z | [ recovery-image] Dec 21 05:07:17.125 INFO O| Dec 21 05:07:17.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4835 | 2024-12-21T05:07:18.225Z | [ recovery-image] Dec 21 05:07:17.126 INFO O| Dec 21 05:07:17.126 INFO STEP 138 (remove_files) COMPLETE |
4836 | 2024-12-21T05:07:18.228Z | [ recovery-image] Dec 21 05:07:17.126 INFO O| Dec 21 05:07:17.126 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-21T05:07:18.256Z | [ recovery-image] Dec 21 05:07:17.157 INFO O| Dec 21 05:07:17.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4838 | 2024-12-21T05:07:18.257Z | [ recovery-image] Dec 21 05:07:17.157 INFO O| Dec 21 05:07:17.157 INFO STEP 139 (remove_files) COMPLETE |
4839 | 2024-12-21T05:07:18.259Z | [ recovery-image] Dec 21 05:07:17.157 INFO O| Dec 21 05:07:17.157 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-21T05:07:18.309Z | [ recovery-image] Dec 21 05:07:17.210 INFO O| Dec 21 05:07:17.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4841 | 2024-12-21T05:07:18.311Z | [ recovery-image] Dec 21 05:07:17.210 INFO O| Dec 21 05:07:17.210 INFO STEP 140 (remove_files) COMPLETE |
4842 | 2024-12-21T05:07:18.311Z | [ recovery-image] Dec 21 05:07:17.210 INFO O| Dec 21 05:07:17.210 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-21T05:07:18.329Z | [ recovery-image] Dec 21 05:07:17.230 INFO O| Dec 21 05:07:17.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4844 | 2024-12-21T05:07:18.329Z | [ recovery-image] Dec 21 05:07:17.230 INFO O| Dec 21 05:07:17.230 INFO STEP 141 (remove_files) COMPLETE |
4845 | 2024-12-21T05:07:18.329Z | [ recovery-image] Dec 21 05:07:17.230 INFO O| Dec 21 05:07:17.230 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-21T05:07:18.347Z | [ recovery-image] Dec 21 05:07:17.248 INFO O| Dec 21 05:07:17.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4847 | 2024-12-21T05:07:18.347Z | [ recovery-image] Dec 21 05:07:17.248 INFO O| Dec 21 05:07:17.248 INFO STEP 142 (remove_files) COMPLETE |
4848 | 2024-12-21T05:07:18.350Z | [ recovery-image] Dec 21 05:07:17.248 INFO O| Dec 21 05:07:17.248 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-21T05:07:18.366Z | [ recovery-image] Dec 21 05:07:17.268 INFO O| Dec 21 05:07:17.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4850 | 2024-12-21T05:07:18.366Z | [ recovery-image] Dec 21 05:07:17.268 INFO O| Dec 21 05:07:17.268 INFO STEP 143 (remove_files) COMPLETE |
4851 | 2024-12-21T05:07:18.366Z | [ recovery-image] Dec 21 05:07:17.268 INFO O| Dec 21 05:07:17.268 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-21T05:07:18.404Z | [ recovery-image] Dec 21 05:07:17.306 INFO O| Dec 21 05:07:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4853 | 2024-12-21T05:07:18.407Z | [ recovery-image] Dec 21 05:07:17.306 INFO O| Dec 21 05:07:17.306 INFO STEP 144 (remove_files) COMPLETE |
4854 | 2024-12-21T05:07:18.407Z | [ recovery-image] Dec 21 05:07:17.306 INFO O| Dec 21 05:07:17.306 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-21T05:07:18.466Z | [ recovery-image] Dec 21 05:07:17.368 INFO O| Dec 21 05:07:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4856 | 2024-12-21T05:07:18.469Z | [ recovery-image] Dec 21 05:07:17.369 INFO O| Dec 21 05:07:17.369 INFO STEP 145 (remove_files) COMPLETE |
4857 | 2024-12-21T05:07:18.469Z | [ recovery-image] Dec 21 05:07:17.369 INFO O| Dec 21 05:07:17.369 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-21T05:07:18.486Z | [ recovery-image] Dec 21 05:07:17.389 INFO O| Dec 21 05:07:17.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4859 | 2024-12-21T05:07:18.486Z | [ recovery-image] Dec 21 05:07:17.389 INFO O| Dec 21 05:07:17.389 INFO STEP 146 (remove_files) COMPLETE |
4860 | 2024-12-21T05:07:18.486Z | [ recovery-image] Dec 21 05:07:17.389 INFO O| Dec 21 05:07:17.389 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-12-21T05:07:18.526Z | [ recovery-image] Dec 21 05:07:17.429 INFO O| Dec 21 05:07:17.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4862 | 2024-12-21T05:07:18.526Z | [ recovery-image] Dec 21 05:07:17.429 INFO O| Dec 21 05:07:17.429 INFO STEP 147 (remove_files) COMPLETE |
4863 | 2024-12-21T05:07:18.529Z | [ recovery-image] Dec 21 05:07:17.429 INFO O| Dec 21 05:07:17.429 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-12-21T05:07:18.545Z | [ recovery-image] Dec 21 05:07:17.449 INFO O| Dec 21 05:07:17.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4865 | 2024-12-21T05:07:18.545Z | [ recovery-image] Dec 21 05:07:17.449 INFO O| Dec 21 05:07:17.449 INFO STEP 148 (remove_files) COMPLETE |
4866 | 2024-12-21T05:07:18.545Z | [ recovery-image] Dec 21 05:07:17.449 INFO O| Dec 21 05:07:17.449 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-12-21T05:07:18.574Z | [ recovery-image] Dec 21 05:07:17.477 INFO O| Dec 21 05:07:17.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4868 | 2024-12-21T05:07:18.577Z | [ recovery-image] Dec 21 05:07:17.477 INFO O| Dec 21 05:07:17.477 INFO STEP 149 (remove_files) COMPLETE |
4869 | 2024-12-21T05:07:18.577Z | [ recovery-image] Dec 21 05:07:17.478 INFO O| Dec 21 05:07:17.477 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-12-21T05:07:18.635Z | [ recovery-image] Dec 21 05:07:17.539 INFO O| Dec 21 05:07:17.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4871 | 2024-12-21T05:07:18.638Z | [ recovery-image] Dec 21 05:07:17.539 INFO O| Dec 21 05:07:17.539 INFO STEP 150 (remove_files) COMPLETE |
4872 | 2024-12-21T05:07:18.638Z | [ recovery-image] Dec 21 05:07:17.540 INFO O| Dec 21 05:07:17.539 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-12-21T05:07:18.655Z | [ recovery-image] Dec 21 05:07:17.560 INFO O| Dec 21 05:07:17.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4874 | 2024-12-21T05:07:18.658Z | [ recovery-image] Dec 21 05:07:17.560 INFO O| Dec 21 05:07:17.560 INFO STEP 151 (remove_files) COMPLETE |
4875 | 2024-12-21T05:07:18.658Z | [ recovery-image] Dec 21 05:07:17.560 INFO O| Dec 21 05:07:17.560 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-12-21T05:07:18.689Z | [ recovery-image] Dec 21 05:07:17.594 INFO O| Dec 21 05:07:17.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4877 | 2024-12-21T05:07:18.693Z | [ recovery-image] Dec 21 05:07:17.594 INFO O| Dec 21 05:07:17.594 INFO STEP 152 (remove_files) COMPLETE |
4878 | 2024-12-21T05:07:18.693Z | [ recovery-image] Dec 21 05:07:17.595 INFO O| Dec 21 05:07:17.594 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-12-21T05:07:18.711Z | [ recovery-image] Dec 21 05:07:17.616 INFO O| Dec 21 05:07:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4880 | 2024-12-21T05:07:18.714Z | [ recovery-image] Dec 21 05:07:17.616 INFO O| Dec 21 05:07:17.616 INFO STEP 153 (remove_files) COMPLETE |
4881 | 2024-12-21T05:07:18.714Z | [ recovery-image] Dec 21 05:07:17.617 INFO O| Dec 21 05:07:17.616 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-12-21T05:07:18.733Z | [ recovery-image] Dec 21 05:07:17.638 INFO O| Dec 21 05:07:17.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4883 | 2024-12-21T05:07:18.733Z | [ recovery-image] Dec 21 05:07:17.638 INFO O| Dec 21 05:07:17.638 INFO STEP 154 (remove_files) COMPLETE |
4884 | 2024-12-21T05:07:18.733Z | [ recovery-image] Dec 21 05:07:17.638 INFO O| Dec 21 05:07:17.638 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-12-21T05:07:18.760Z | [ recovery-image] Dec 21 05:07:17.665 INFO O| Dec 21 05:07:17.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4886 | 2024-12-21T05:07:18.760Z | [ recovery-image] Dec 21 05:07:17.665 INFO O| Dec 21 05:07:17.665 INFO STEP 155 (remove_files) COMPLETE |
4887 | 2024-12-21T05:07:18.760Z | [ recovery-image] Dec 21 05:07:17.665 INFO O| Dec 21 05:07:17.665 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-12-21T05:07:18.793Z | [ recovery-image] Dec 21 05:07:17.699 INFO O| Dec 21 05:07:17.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4889 | 2024-12-21T05:07:18.794Z | [ recovery-image] Dec 21 05:07:17.699 INFO O| Dec 21 05:07:17.699 INFO STEP 156 (remove_files) COMPLETE |
4890 | 2024-12-21T05:07:18.794Z | [ recovery-image] Dec 21 05:07:17.699 INFO O| Dec 21 05:07:17.699 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-12-21T05:07:18.816Z | [ recovery-image] Dec 21 05:07:17.722 INFO O| Dec 21 05:07:17.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4892 | 2024-12-21T05:07:18.816Z | [ recovery-image] Dec 21 05:07:17.722 INFO O| Dec 21 05:07:17.722 INFO STEP 157 (remove_files) COMPLETE |
4893 | 2024-12-21T05:07:18.816Z | [ recovery-image] Dec 21 05:07:17.722 INFO O| Dec 21 05:07:17.722 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-12-21T05:07:18.846Z | [ recovery-image] Dec 21 05:07:17.752 INFO O| Dec 21 05:07:17.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4895 | 2024-12-21T05:07:18.846Z | [ recovery-image] Dec 21 05:07:17.752 INFO O| Dec 21 05:07:17.752 INFO STEP 158 (remove_files) COMPLETE |
4896 | 2024-12-21T05:07:18.846Z | [ recovery-image] Dec 21 05:07:17.752 INFO O| Dec 21 05:07:17.752 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-12-21T05:07:18.869Z | [ recovery-image] Dec 21 05:07:17.775 INFO O| Dec 21 05:07:17.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4898 | 2024-12-21T05:07:18.872Z | [ recovery-image] Dec 21 05:07:17.775 INFO O| Dec 21 05:07:17.775 INFO STEP 159 (remove_files) COMPLETE |
4899 | 2024-12-21T05:07:18.872Z | [ recovery-image] Dec 21 05:07:17.776 INFO O| Dec 21 05:07:17.775 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-12-21T05:07:18.887Z | [ recovery-image] Dec 21 05:07:17.794 INFO O| Dec 21 05:07:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4901 | 2024-12-21T05:07:18.887Z | [ recovery-image] Dec 21 05:07:17.794 INFO O| Dec 21 05:07:17.794 INFO STEP 160 (remove_files) COMPLETE |
4902 | 2024-12-21T05:07:18.890Z | [ recovery-image] Dec 21 05:07:17.794 INFO O| Dec 21 05:07:17.794 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-12-21T05:07:18.915Z | [ recovery-image] Dec 21 05:07:17.821 INFO O| Dec 21 05:07:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4904 | 2024-12-21T05:07:18.916Z | [ recovery-image] Dec 21 05:07:17.821 INFO O| Dec 21 05:07:17.821 INFO STEP 161 (remove_files) COMPLETE |
4905 | 2024-12-21T05:07:18.920Z | [ recovery-image] Dec 21 05:07:17.821 INFO O| Dec 21 05:07:17.821 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-12-21T05:07:18.962Z | [ recovery-image] Dec 21 05:07:17.869 INFO O| Dec 21 05:07:17.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4907 | 2024-12-21T05:07:18.962Z | [ recovery-image] Dec 21 05:07:17.869 INFO O| Dec 21 05:07:17.869 INFO STEP 162 (remove_files) COMPLETE |
4908 | 2024-12-21T05:07:18.962Z | [ recovery-image] Dec 21 05:07:17.869 INFO O| Dec 21 05:07:17.869 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-12-21T05:07:19.001Z | [ recovery-image] Dec 21 05:07:17.908 INFO O| Dec 21 05:07:17.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4910 | 2024-12-21T05:07:19.004Z | [ recovery-image] Dec 21 05:07:17.909 INFO O| Dec 21 05:07:17.908 INFO STEP 163 (remove_files) COMPLETE |
4911 | 2024-12-21T05:07:19.004Z | [ recovery-image] Dec 21 05:07:17.909 INFO O| Dec 21 05:07:17.909 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-12-21T05:07:19.028Z | [ recovery-image] Dec 21 05:07:17.935 INFO O| Dec 21 05:07:17.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4913 | 2024-12-21T05:07:19.031Z | [ recovery-image] Dec 21 05:07:17.936 INFO O| Dec 21 05:07:17.935 INFO STEP 164 (remove_files) COMPLETE |
4914 | 2024-12-21T05:07:19.031Z | [ recovery-image] Dec 21 05:07:17.936 INFO O| Dec 21 05:07:17.936 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-12-21T05:07:19.051Z | [ recovery-image] Dec 21 05:07:17.957 INFO O| Dec 21 05:07:17.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4916 | 2024-12-21T05:07:19.053Z | [ recovery-image] Dec 21 05:07:17.957 INFO O| Dec 21 05:07:17.957 INFO STEP 165 (remove_files) COMPLETE |
4917 | 2024-12-21T05:07:19.053Z | [ recovery-image] Dec 21 05:07:17.957 INFO O| Dec 21 05:07:17.957 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-12-21T05:07:19.069Z | [ recovery-image] Dec 21 05:07:17.977 INFO O| Dec 21 05:07:17.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4919 | 2024-12-21T05:07:19.071Z | [ recovery-image] Dec 21 05:07:17.977 INFO O| Dec 21 05:07:17.977 INFO STEP 166 (remove_files) COMPLETE |
4920 | 2024-12-21T05:07:19.071Z | [ recovery-image] Dec 21 05:07:17.977 INFO O| Dec 21 05:07:17.977 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-12-21T05:07:19.133Z | [ recovery-image] Dec 21 05:07:18.042 INFO O| Dec 21 05:07:18.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4922 | 2024-12-21T05:07:19.151Z | [ recovery-image] Dec 21 05:07:18.059 INFO O| Dec 21 05:07:18.059 INFO STEP 167 (remove_files) COMPLETE |
4923 | 2024-12-21T05:07:19.151Z | [ recovery-image] Dec 21 05:07:18.059 INFO O| Dec 21 05:07:18.059 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-12-21T05:07:19.182Z | [ recovery-image] Dec 21 05:07:18.092 INFO O| Dec 21 05:07:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4925 | 2024-12-21T05:07:19.182Z | [ recovery-image] Dec 21 05:07:18.092 INFO O| Dec 21 05:07:18.092 INFO STEP 168 (remove_files) COMPLETE |
4926 | 2024-12-21T05:07:19.182Z | [ recovery-image] Dec 21 05:07:18.092 INFO O| Dec 21 05:07:18.092 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-12-21T05:07:19.204Z | [ recovery-image] Dec 21 05:07:18.112 INFO O| Dec 21 05:07:18.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4928 | 2024-12-21T05:07:19.204Z | [ recovery-image] Dec 21 05:07:18.112 INFO O| Dec 21 05:07:18.112 INFO STEP 169 (remove_files) COMPLETE |
4929 | 2024-12-21T05:07:19.204Z | [ recovery-image] Dec 21 05:07:18.112 INFO O| Dec 21 05:07:18.112 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-12-21T05:07:19.222Z | [ recovery-image] Dec 21 05:07:18.132 INFO O| Dec 21 05:07:18.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4931 | 2024-12-21T05:07:19.222Z | [ recovery-image] Dec 21 05:07:18.132 INFO O| Dec 21 05:07:18.132 INFO STEP 170 (remove_files) COMPLETE |
4932 | 2024-12-21T05:07:19.225Z | [ recovery-image] Dec 21 05:07:18.132 INFO O| Dec 21 05:07:18.132 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-12-21T05:07:19.241Z | [ recovery-image] Dec 21 05:07:18.151 INFO O| Dec 21 05:07:18.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4934 | 2024-12-21T05:07:19.243Z | [ recovery-image] Dec 21 05:07:18.151 INFO O| Dec 21 05:07:18.151 INFO STEP 171 (remove_files) COMPLETE |
4935 | 2024-12-21T05:07:19.243Z | [ recovery-image] Dec 21 05:07:18.152 INFO O| Dec 21 05:07:18.151 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-12-21T05:07:19.273Z | [ recovery-image] Dec 21 05:07:18.182 INFO O| Dec 21 05:07:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4937 | 2024-12-21T05:07:19.276Z | [ recovery-image] Dec 21 05:07:18.183 INFO O| Dec 21 05:07:18.183 INFO STEP 172 (remove_files) COMPLETE |
4938 | 2024-12-21T05:07:19.276Z | [ recovery-image] Dec 21 05:07:18.183 INFO O| Dec 21 05:07:18.183 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-12-21T05:07:19.294Z | [ recovery-image] Dec 21 05:07:18.204 INFO O| Dec 21 05:07:18.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4940 | 2024-12-21T05:07:19.297Z | [ recovery-image] Dec 21 05:07:18.204 INFO O| Dec 21 05:07:18.204 INFO STEP 173 (remove_files) COMPLETE |
4941 | 2024-12-21T05:07:19.297Z | [ recovery-image] Dec 21 05:07:18.204 INFO O| Dec 21 05:07:18.204 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-12-21T05:07:19.327Z | [ recovery-image] Dec 21 05:07:18.236 INFO O| Dec 21 05:07:18.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4943 | 2024-12-21T05:07:19.327Z | [ recovery-image] Dec 21 05:07:18.236 INFO O| Dec 21 05:07:18.236 INFO STEP 174 (remove_files) COMPLETE |
4944 | 2024-12-21T05:07:19.327Z | [ recovery-image] Dec 21 05:07:18.236 INFO O| Dec 21 05:07:18.236 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-12-21T05:07:19.334Z | [ host-image] Dec 21 05:07:18.244 INFO O| Dec 21 05:07:18.244 INFO O| Done |
4946 | 2024-12-21T05:07:19.348Z | [ recovery-image] Dec 21 05:07:18.257 INFO O| Dec 21 05:07:18.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4947 | 2024-12-21T05:07:19.348Z | [ recovery-image] Dec 21 05:07:18.257 INFO O| Dec 21 05:07:18.257 INFO STEP 175 (remove_files) COMPLETE |
4948 | 2024-12-21T05:07:19.353Z | [ recovery-image] Dec 21 05:07:18.257 INFO O| Dec 21 05:07:18.257 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-21T05:07:19.369Z | [ recovery-image] Dec 21 05:07:18.280 INFO O| Dec 21 05:07:18.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4950 | 2024-12-21T05:07:19.369Z | [ recovery-image] Dec 21 05:07:18.280 INFO O| Dec 21 05:07:18.280 INFO STEP 176 (remove_files) COMPLETE |
4951 | 2024-12-21T05:07:19.374Z | [ recovery-image] Dec 21 05:07:18.280 INFO O| Dec 21 05:07:18.280 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-21T05:07:19.393Z | [ recovery-image] Dec 21 05:07:18.304 INFO O| Dec 21 05:07:18.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4953 | 2024-12-21T05:07:19.393Z | [ recovery-image] Dec 21 05:07:18.304 INFO O| Dec 21 05:07:18.304 INFO STEP 177 (remove_files) COMPLETE |
4954 | 2024-12-21T05:07:19.396Z | [ recovery-image] Dec 21 05:07:18.304 INFO O| Dec 21 05:07:18.304 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-21T05:07:19.435Z | [ recovery-image] Dec 21 05:07:18.347 INFO O| Dec 21 05:07:18.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4956 | 2024-12-21T05:07:19.438Z | [ recovery-image] Dec 21 05:07:18.347 INFO O| Dec 21 05:07:18.347 INFO STEP 178 (remove_files) COMPLETE |
4957 | 2024-12-21T05:07:19.438Z | [ recovery-image] Dec 21 05:07:18.347 INFO O| Dec 21 05:07:18.347 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-21T05:07:19.492Z | [ recovery-image] Dec 21 05:07:18.404 INFO O| Dec 21 05:07:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4959 | 2024-12-21T05:07:19.492Z | [ recovery-image] Dec 21 05:07:18.404 INFO O| Dec 21 05:07:18.404 INFO STEP 179 (remove_files) COMPLETE |
4960 | 2024-12-21T05:07:19.492Z | [ recovery-image] Dec 21 05:07:18.404 INFO O| Dec 21 05:07:18.404 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-21T05:07:19.514Z | [ recovery-image] Dec 21 05:07:18.426 INFO O| Dec 21 05:07:18.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4962 | 2024-12-21T05:07:19.514Z | [ recovery-image] Dec 21 05:07:18.426 INFO O| Dec 21 05:07:18.426 INFO STEP 180 (remove_files) COMPLETE |
4963 | 2024-12-21T05:07:19.516Z | [ recovery-image] Dec 21 05:07:18.427 INFO O| Dec 21 05:07:18.426 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-21T05:07:19.544Z | [ recovery-image] Dec 21 05:07:18.456 INFO O| Dec 21 05:07:18.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4965 | 2024-12-21T05:07:19.544Z | [ recovery-image] Dec 21 05:07:18.456 INFO O| Dec 21 05:07:18.456 INFO STEP 181 (remove_files) COMPLETE |
4966 | 2024-12-21T05:07:19.545Z | [ recovery-image] Dec 21 05:07:18.456 INFO O| Dec 21 05:07:18.456 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-21T05:07:19.566Z | [ recovery-image] Dec 21 05:07:18.479 INFO O| Dec 21 05:07:18.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4968 | 2024-12-21T05:07:19.566Z | [ recovery-image] Dec 21 05:07:18.479 INFO O| Dec 21 05:07:18.479 INFO STEP 182 (remove_files) COMPLETE |
4969 | 2024-12-21T05:07:19.569Z | [ recovery-image] Dec 21 05:07:18.479 INFO O| Dec 21 05:07:18.479 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-21T05:07:19.624Z | [ recovery-image] Dec 21 05:07:18.537 INFO O| Dec 21 05:07:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4971 | 2024-12-21T05:07:19.624Z | [ recovery-image] Dec 21 05:07:18.537 INFO O| Dec 21 05:07:18.537 INFO STEP 183 (remove_files) COMPLETE |
4972 | 2024-12-21T05:07:19.624Z | [ recovery-image] Dec 21 05:07:18.537 INFO O| Dec 21 05:07:18.537 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-21T05:07:19.646Z | [ recovery-image] Dec 21 05:07:18.560 INFO O| Dec 21 05:07:18.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4974 | 2024-12-21T05:07:19.647Z | [ recovery-image] Dec 21 05:07:18.560 INFO O| Dec 21 05:07:18.560 INFO STEP 184 (remove_files) COMPLETE |
4975 | 2024-12-21T05:07:19.647Z | [ recovery-image] Dec 21 05:07:18.560 INFO O| Dec 21 05:07:18.560 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-21T05:07:19.677Z | [ recovery-image] Dec 21 05:07:18.591 INFO O| Dec 21 05:07:18.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4977 | 2024-12-21T05:07:19.681Z | [ recovery-image] Dec 21 05:07:18.591 INFO O| Dec 21 05:07:18.591 INFO STEP 185 (remove_files) COMPLETE |
4978 | 2024-12-21T05:07:19.681Z | [ recovery-image] Dec 21 05:07:18.591 INFO O| Dec 21 05:07:18.591 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-21T05:07:19.712Z | [ recovery-image] Dec 21 05:07:18.626 INFO O| Dec 21 05:07:18.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4980 | 2024-12-21T05:07:19.712Z | [ recovery-image] Dec 21 05:07:18.626 INFO O| Dec 21 05:07:18.626 INFO STEP 186 (remove_files) COMPLETE |
4981 | 2024-12-21T05:07:19.715Z | [ recovery-image] Dec 21 05:07:18.626 INFO O| Dec 21 05:07:18.626 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-21T05:07:19.773Z | [ recovery-image] Dec 21 05:07:18.688 INFO O| Dec 21 05:07:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4983 | 2024-12-21T05:07:19.774Z | [ recovery-image] Dec 21 05:07:18.688 INFO O| Dec 21 05:07:18.688 INFO STEP 187 (remove_files) COMPLETE |
4984 | 2024-12-21T05:07:19.776Z | [ recovery-image] Dec 21 05:07:18.688 INFO O| Dec 21 05:07:18.688 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-21T05:07:19.812Z | [ recovery-image] Dec 21 05:07:18.727 INFO O| Dec 21 05:07:18.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4986 | 2024-12-21T05:07:19.812Z | [ recovery-image] Dec 21 05:07:18.727 INFO O| Dec 21 05:07:18.727 INFO STEP 188 (remove_files) COMPLETE |
4987 | 2024-12-21T05:07:19.815Z | [ recovery-image] Dec 21 05:07:18.728 INFO O| Dec 21 05:07:18.727 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-21T05:07:19.836Z | [ recovery-image] Dec 21 05:07:18.751 INFO O| Dec 21 05:07:18.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4989 | 2024-12-21T05:07:19.836Z | [ recovery-image] Dec 21 05:07:18.751 INFO O| Dec 21 05:07:18.751 INFO STEP 189 (remove_files) COMPLETE |
4990 | 2024-12-21T05:07:19.838Z | [ recovery-image] Dec 21 05:07:18.751 INFO O| Dec 21 05:07:18.751 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-21T05:07:19.872Z | [ recovery-image] Dec 21 05:07:18.787 INFO O| Dec 21 05:07:18.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4992 | 2024-12-21T05:07:19.872Z | [ recovery-image] Dec 21 05:07:18.787 INFO O| Dec 21 05:07:18.787 INFO STEP 190 (remove_files) COMPLETE |
4993 | 2024-12-21T05:07:19.874Z | [ recovery-image] Dec 21 05:07:18.787 INFO O| Dec 21 05:07:18.787 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-21T05:07:19.897Z | [ recovery-image] Dec 21 05:07:18.813 INFO O| Dec 21 05:07:18.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4995 | 2024-12-21T05:07:19.898Z | [ recovery-image] Dec 21 05:07:18.813 INFO O| Dec 21 05:07:18.813 INFO STEP 191 (remove_files) COMPLETE |
4996 | 2024-12-21T05:07:19.898Z | [ recovery-image] Dec 21 05:07:18.813 INFO O| Dec 21 05:07:18.813 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-21T05:07:19.918Z | [ recovery-image] Dec 21 05:07:18.834 INFO O| Dec 21 05:07:18.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4998 | 2024-12-21T05:07:19.918Z | [ recovery-image] Dec 21 05:07:18.834 INFO O| Dec 21 05:07:18.834 INFO STEP 192 (remove_files) COMPLETE |
4999 | 2024-12-21T05:07:19.918Z | [ recovery-image] Dec 21 05:07:18.834 INFO O| Dec 21 05:07:18.834 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-21T05:07:19.937Z | [ recovery-image] Dec 21 05:07:18.854 INFO O| Dec 21 05:07:18.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
5001 | 2024-12-21T05:07:19.938Z | [ recovery-image] Dec 21 05:07:18.854 INFO O| Dec 21 05:07:18.854 INFO STEP 193 (remove_files) COMPLETE |
5002 | 2024-12-21T05:07:19.938Z | [ recovery-image] Dec 21 05:07:18.854 INFO O| Dec 21 05:07:18.854 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-21T05:07:19.957Z | [ recovery-image] Dec 21 05:07:18.873 INFO O| Dec 21 05:07:18.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
5004 | 2024-12-21T05:07:19.957Z | [ recovery-image] Dec 21 05:07:18.873 INFO O| Dec 21 05:07:18.873 INFO STEP 194 (remove_files) COMPLETE |
5005 | 2024-12-21T05:07:19.957Z | [ recovery-image] Dec 21 05:07:18.873 INFO O| Dec 21 05:07:18.873 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-21T05:07:19.988Z | [ recovery-image] Dec 21 05:07:18.904 INFO O| Dec 21 05:07:18.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
5007 | 2024-12-21T05:07:19.988Z | [ recovery-image] Dec 21 05:07:18.904 INFO O| Dec 21 05:07:18.904 INFO STEP 195 (remove_files) COMPLETE |
5008 | 2024-12-21T05:07:19.988Z | [ recovery-image] Dec 21 05:07:18.904 INFO O| Dec 21 05:07:18.904 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-21T05:07:20.010Z | [ recovery-image] Dec 21 05:07:18.926 INFO O| Dec 21 05:07:18.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
5010 | 2024-12-21T05:07:20.010Z | [ recovery-image] Dec 21 05:07:18.926 INFO O| Dec 21 05:07:18.926 INFO STEP 196 (remove_files) COMPLETE |
5011 | 2024-12-21T05:07:20.010Z | [ recovery-image] Dec 21 05:07:18.926 INFO O| Dec 21 05:07:18.926 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-21T05:07:20.041Z | [ recovery-image] Dec 21 05:07:18.958 INFO O| Dec 21 05:07:18.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
5013 | 2024-12-21T05:07:20.044Z | [ recovery-image] Dec 21 05:07:18.958 INFO O| Dec 21 05:07:18.958 INFO STEP 197 (remove_files) COMPLETE |
5014 | 2024-12-21T05:07:20.044Z | [ recovery-image] Dec 21 05:07:18.959 INFO O| Dec 21 05:07:18.959 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-21T05:07:20.064Z | [ recovery-image] Dec 21 05:07:18.981 INFO O| Dec 21 05:07:18.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
5016 | 2024-12-21T05:07:20.064Z | [ recovery-image] Dec 21 05:07:18.982 INFO O| Dec 21 05:07:18.982 INFO STEP 198 (remove_files) COMPLETE |
5017 | 2024-12-21T05:07:20.067Z | [ recovery-image] Dec 21 05:07:18.982 INFO O| Dec 21 05:07:18.982 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-21T05:07:20.090Z | [ recovery-image] Dec 21 05:07:19.007 INFO O| Dec 21 05:07:19.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
5019 | 2024-12-21T05:07:20.092Z | [ recovery-image] Dec 21 05:07:19.007 INFO O| Dec 21 05:07:19.007 INFO STEP 199 (remove_files) COMPLETE |
5020 | 2024-12-21T05:07:20.092Z | [ recovery-image] Dec 21 05:07:19.007 INFO O| Dec 21 05:07:19.007 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-21T05:07:20.111Z | [ recovery-image] Dec 21 05:07:19.029 INFO O| Dec 21 05:07:19.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
5022 | 2024-12-21T05:07:20.114Z | [ recovery-image] Dec 21 05:07:19.029 INFO O| Dec 21 05:07:19.029 INFO STEP 200 (remove_files) COMPLETE |
5023 | 2024-12-21T05:07:20.114Z | [ recovery-image] Dec 21 05:07:19.029 INFO O| Dec 21 05:07:19.029 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-12-21T05:07:20.132Z | [ recovery-image] Dec 21 05:07:19.050 INFO O| Dec 21 05:07:19.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
5025 | 2024-12-21T05:07:20.132Z | [ recovery-image] Dec 21 05:07:19.050 INFO O| Dec 21 05:07:19.050 INFO STEP 201 (remove_files) COMPLETE |
5026 | 2024-12-21T05:07:20.132Z | [ recovery-image] Dec 21 05:07:19.050 INFO O| Dec 21 05:07:19.050 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-12-21T05:07:20.152Z | [ recovery-image] Dec 21 05:07:19.070 INFO O| Dec 21 05:07:19.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
5028 | 2024-12-21T05:07:20.152Z | [ recovery-image] Dec 21 05:07:19.070 INFO O| Dec 21 05:07:19.070 INFO STEP 202 (remove_files) COMPLETE |
5029 | 2024-12-21T05:07:20.154Z | [ recovery-image] Dec 21 05:07:19.070 INFO O| Dec 21 05:07:19.070 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-12-21T05:07:20.184Z | [ recovery-image] Dec 21 05:07:19.102 INFO O| Dec 21 05:07:19.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
5031 | 2024-12-21T05:07:20.184Z | [ recovery-image] Dec 21 05:07:19.102 INFO O| Dec 21 05:07:19.102 INFO STEP 203 (remove_files) COMPLETE |
5032 | 2024-12-21T05:07:20.184Z | [ recovery-image] Dec 21 05:07:19.102 INFO O| Dec 21 05:07:19.102 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-12-21T05:07:20.210Z | [ recovery-image] Dec 21 05:07:19.129 INFO O| Dec 21 05:07:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
5034 | 2024-12-21T05:07:20.210Z | [ recovery-image] Dec 21 05:07:19.129 INFO O| Dec 21 05:07:19.129 INFO STEP 204 (remove_files) COMPLETE |
5035 | 2024-12-21T05:07:20.210Z | [ recovery-image] Dec 21 05:07:19.129 INFO O| Dec 21 05:07:19.129 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-12-21T05:07:20.230Z | [ recovery-image] Dec 21 05:07:19.149 INFO O| Dec 21 05:07:19.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
5037 | 2024-12-21T05:07:20.230Z | [ recovery-image] Dec 21 05:07:19.149 INFO O| Dec 21 05:07:19.149 INFO STEP 205 (remove_files) COMPLETE |
5038 | 2024-12-21T05:07:20.230Z | [ recovery-image] Dec 21 05:07:19.149 INFO O| Dec 21 05:07:19.149 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-12-21T05:07:20.271Z | [ recovery-image] Dec 21 05:07:19.190 INFO O| Dec 21 05:07:19.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
5040 | 2024-12-21T05:07:20.272Z | [ recovery-image] Dec 21 05:07:19.190 INFO O| Dec 21 05:07:19.190 INFO STEP 206 (remove_files) COMPLETE |
5041 | 2024-12-21T05:07:20.272Z | [ recovery-image] Dec 21 05:07:19.190 INFO O| Dec 21 05:07:19.190 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-12-21T05:07:20.303Z | [ recovery-image] Dec 21 05:07:19.222 INFO O| Dec 21 05:07:19.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
5043 | 2024-12-21T05:07:20.303Z | [ recovery-image] Dec 21 05:07:19.222 INFO O| Dec 21 05:07:19.222 INFO STEP 207 (remove_files) COMPLETE |
5044 | 2024-12-21T05:07:20.306Z | [ recovery-image] Dec 21 05:07:19.222 INFO O| Dec 21 05:07:19.222 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-12-21T05:07:20.337Z | [ recovery-image] Dec 21 05:07:19.257 INFO O| Dec 21 05:07:19.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
5046 | 2024-12-21T05:07:20.337Z | [ recovery-image] Dec 21 05:07:19.257 INFO O| Dec 21 05:07:19.257 INFO STEP 208 (remove_files) COMPLETE |
5047 | 2024-12-21T05:07:20.337Z | [ recovery-image] Dec 21 05:07:19.257 INFO O| Dec 21 05:07:19.257 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-12-21T05:07:20.357Z | [ recovery-image] Dec 21 05:07:19.277 INFO O| Dec 21 05:07:19.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
5049 | 2024-12-21T05:07:20.357Z | [ recovery-image] Dec 21 05:07:19.277 INFO O| Dec 21 05:07:19.277 INFO STEP 209 (remove_files) COMPLETE |
5050 | 2024-12-21T05:07:20.357Z | [ recovery-image] Dec 21 05:07:19.277 INFO O| Dec 21 05:07:19.277 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-12-21T05:07:20.396Z | [ recovery-image] Dec 21 05:07:19.316 INFO O| Dec 21 05:07:19.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
5052 | 2024-12-21T05:07:20.396Z | [ recovery-image] Dec 21 05:07:19.316 INFO O| Dec 21 05:07:19.316 INFO STEP 210 (remove_files) COMPLETE |
5053 | 2024-12-21T05:07:20.398Z | [ recovery-image] Dec 21 05:07:19.316 INFO O| Dec 21 05:07:19.316 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-12-21T05:07:20.412Z | [ recovery-image] Dec 21 05:07:19.333 INFO O| Dec 21 05:07:19.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5055 | 2024-12-21T05:07:20.415Z | [ recovery-image] Dec 21 05:07:19.333 INFO O| Dec 21 05:07:19.333 INFO STEP 211 (remove_files) COMPLETE |
5056 | 2024-12-21T05:07:20.415Z | [ recovery-image] Dec 21 05:07:19.333 INFO O| Dec 21 05:07:19.333 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-12-21T05:07:20.446Z | [ recovery-image] Dec 21 05:07:19.367 INFO O| Dec 21 05:07:19.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5058 | 2024-12-21T05:07:20.450Z | [ recovery-image] Dec 21 05:07:19.367 INFO O| Dec 21 05:07:19.367 INFO STEP 212 (remove_files) COMPLETE |
5059 | 2024-12-21T05:07:20.450Z | [ recovery-image] Dec 21 05:07:19.367 INFO O| Dec 21 05:07:19.367 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-12-21T05:07:20.466Z | [ recovery-image] Dec 21 05:07:19.387 INFO O| Dec 21 05:07:19.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5061 | 2024-12-21T05:07:20.466Z | [ recovery-image] Dec 21 05:07:19.387 INFO O| Dec 21 05:07:19.387 INFO STEP 213 (remove_files) COMPLETE |
5062 | 2024-12-21T05:07:20.466Z | [ recovery-image] Dec 21 05:07:19.387 INFO O| Dec 21 05:07:19.387 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-12-21T05:07:20.485Z | [ recovery-image] Dec 21 05:07:19.406 INFO O| Dec 21 05:07:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5064 | 2024-12-21T05:07:20.485Z | [ recovery-image] Dec 21 05:07:19.407 INFO O| Dec 21 05:07:19.406 INFO STEP 214 (remove_files) COMPLETE |
5065 | 2024-12-21T05:07:20.486Z | [ recovery-image] Dec 21 05:07:19.407 INFO O| Dec 21 05:07:19.407 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-12-21T05:07:20.506Z | [ recovery-image] Dec 21 05:07:19.427 INFO O| Dec 21 05:07:19.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5067 | 2024-12-21T05:07:20.506Z | [ recovery-image] Dec 21 05:07:19.427 INFO O| Dec 21 05:07:19.427 INFO STEP 215 (remove_files) COMPLETE |
5068 | 2024-12-21T05:07:20.506Z | [ recovery-image] Dec 21 05:07:19.427 INFO O| Dec 21 05:07:19.427 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-12-21T05:07:20.532Z | [ recovery-image] Dec 21 05:07:19.453 INFO O| Dec 21 05:07:19.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5070 | 2024-12-21T05:07:20.532Z | [ recovery-image] Dec 21 05:07:19.453 INFO O| Dec 21 05:07:19.453 INFO STEP 216 (remove_files) COMPLETE |
5071 | 2024-12-21T05:07:20.532Z | [ recovery-image] Dec 21 05:07:19.453 INFO O| Dec 21 05:07:19.453 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-12-21T05:07:20.564Z | [ recovery-image] Dec 21 05:07:19.486 INFO O| Dec 21 05:07:19.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5073 | 2024-12-21T05:07:20.564Z | [ recovery-image] Dec 21 05:07:19.486 INFO O| Dec 21 05:07:19.486 INFO STEP 217 (remove_files) COMPLETE |
5074 | 2024-12-21T05:07:20.566Z | [ recovery-image] Dec 21 05:07:19.486 INFO O| Dec 21 05:07:19.486 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-21T05:07:20.600Z | [ recovery-image] Dec 21 05:07:19.522 INFO O| Dec 21 05:07:19.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5076 | 2024-12-21T05:07:20.600Z | [ recovery-image] Dec 21 05:07:19.522 INFO O| Dec 21 05:07:19.522 INFO STEP 218 (remove_files) COMPLETE |
5077 | 2024-12-21T05:07:20.603Z | [ recovery-image] Dec 21 05:07:19.522 INFO O| Dec 21 05:07:19.522 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-21T05:07:20.663Z | [ recovery-image] Dec 21 05:07:19.586 INFO O| Dec 21 05:07:19.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5079 | 2024-12-21T05:07:20.666Z | [ recovery-image] Dec 21 05:07:19.586 INFO O| Dec 21 05:07:19.586 INFO STEP 219 (remove_files) COMPLETE |
5080 | 2024-12-21T05:07:20.666Z | [ recovery-image] Dec 21 05:07:19.586 INFO O| Dec 21 05:07:19.586 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-21T05:07:20.687Z | [ recovery-image] Dec 21 05:07:19.610 INFO O| Dec 21 05:07:19.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5082 | 2024-12-21T05:07:20.687Z | [ recovery-image] Dec 21 05:07:19.610 INFO O| Dec 21 05:07:19.610 INFO STEP 220 (remove_files) COMPLETE |
5083 | 2024-12-21T05:07:20.687Z | [ recovery-image] Dec 21 05:07:19.610 INFO O| Dec 21 05:07:19.610 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-21T05:07:20.710Z | [ recovery-image] Dec 21 05:07:19.633 INFO O| Dec 21 05:07:19.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5085 | 2024-12-21T05:07:20.710Z | [ recovery-image] Dec 21 05:07:19.633 INFO O| Dec 21 05:07:19.633 INFO STEP 221 (remove_files) COMPLETE |
5086 | 2024-12-21T05:07:20.713Z | [ recovery-image] Dec 21 05:07:19.633 INFO O| Dec 21 05:07:19.633 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-21T05:07:20.736Z | [ recovery-image] Dec 21 05:07:19.659 INFO O| Dec 21 05:07:19.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5088 | 2024-12-21T05:07:20.736Z | [ recovery-image] Dec 21 05:07:19.660 INFO O| Dec 21 05:07:19.659 INFO STEP 222 (remove_files) COMPLETE |
5089 | 2024-12-21T05:07:20.736Z | [ recovery-image] Dec 21 05:07:19.660 INFO O| Dec 21 05:07:19.660 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-12-21T05:07:20.764Z | [ recovery-image] Dec 21 05:07:19.687 INFO O| Dec 21 05:07:19.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5091 | 2024-12-21T05:07:20.790Z | [ recovery-image] Dec 21 05:07:19.714 INFO O| Dec 21 05:07:19.714 INFO STEP 223 (remove_files) COMPLETE |
5092 | 2024-12-21T05:07:20.790Z | [ recovery-image] Dec 21 05:07:19.714 INFO O| Dec 21 05:07:19.714 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-12-21T05:07:20.814Z | [ recovery-image] Dec 21 05:07:19.737 INFO O| Dec 21 05:07:19.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5094 | 2024-12-21T05:07:20.816Z | [ recovery-image] Dec 21 05:07:19.738 INFO O| Dec 21 05:07:19.737 INFO STEP 224 (remove_files) COMPLETE |
5095 | 2024-12-21T05:07:20.817Z | [ recovery-image] Dec 21 05:07:19.738 INFO O| Dec 21 05:07:19.738 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-21T05:07:20.872Z | [ recovery-image] Dec 21 05:07:19.796 INFO O| Dec 21 05:07:19.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5097 | 2024-12-21T05:07:20.872Z | [ recovery-image] Dec 21 05:07:19.796 INFO O| Dec 21 05:07:19.796 INFO STEP 225 (remove_files) COMPLETE |
5098 | 2024-12-21T05:07:20.872Z | [ recovery-image] Dec 21 05:07:19.796 INFO O| Dec 21 05:07:19.796 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-21T05:07:20.910Z | [ recovery-image] Dec 21 05:07:19.835 INFO O| Dec 21 05:07:19.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5100 | 2024-12-21T05:07:20.910Z | [ recovery-image] Dec 21 05:07:19.835 INFO O| Dec 21 05:07:19.835 INFO STEP 226 (remove_files) COMPLETE |
5101 | 2024-12-21T05:07:20.913Z | [ recovery-image] Dec 21 05:07:19.835 INFO O| Dec 21 05:07:19.835 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-21T05:07:20.931Z | [ recovery-image] Dec 21 05:07:19.856 INFO O| Dec 21 05:07:19.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5103 | 2024-12-21T05:07:20.931Z | [ recovery-image] Dec 21 05:07:19.856 INFO O| Dec 21 05:07:19.856 INFO STEP 227 (remove_files) COMPLETE |
5104 | 2024-12-21T05:07:20.934Z | [ recovery-image] Dec 21 05:07:19.857 INFO O| Dec 21 05:07:19.856 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-21T05:07:20.959Z | [ recovery-image] Dec 21 05:07:19.884 INFO O| Dec 21 05:07:19.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5106 | 2024-12-21T05:07:20.959Z | [ recovery-image] Dec 21 05:07:19.884 INFO O| Dec 21 05:07:19.884 INFO STEP 228 (remove_files) COMPLETE |
5107 | 2024-12-21T05:07:20.961Z | [ recovery-image] Dec 21 05:07:19.884 INFO O| Dec 21 05:07:19.884 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-21T05:07:20.980Z | [ recovery-image] Dec 21 05:07:19.906 INFO O| Dec 21 05:07:19.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5109 | 2024-12-21T05:07:20.980Z | [ recovery-image] Dec 21 05:07:19.906 INFO O| Dec 21 05:07:19.906 INFO STEP 229 (remove_files) COMPLETE |
5110 | 2024-12-21T05:07:20.983Z | [ recovery-image] Dec 21 05:07:19.906 INFO O| Dec 21 05:07:19.906 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-21T05:07:21.001Z | [ recovery-image] Dec 21 05:07:19.926 INFO O| Dec 21 05:07:19.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5112 | 2024-12-21T05:07:21.001Z | [ recovery-image] Dec 21 05:07:19.926 INFO O| Dec 21 05:07:19.926 INFO STEP 230 (remove_files) COMPLETE |
5113 | 2024-12-21T05:07:21.004Z | [ recovery-image] Dec 21 05:07:19.926 INFO O| Dec 21 05:07:19.926 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-21T05:07:21.022Z | [ recovery-image] Dec 21 05:07:19.947 INFO O| Dec 21 05:07:19.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5115 | 2024-12-21T05:07:21.022Z | [ recovery-image] Dec 21 05:07:19.948 INFO O| Dec 21 05:07:19.948 INFO STEP 231 (remove_files) COMPLETE |
5116 | 2024-12-21T05:07:21.022Z | [ recovery-image] Dec 21 05:07:19.948 INFO O| Dec 21 05:07:19.948 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-21T05:07:21.042Z | [ recovery-image] Dec 21 05:07:19.968 INFO O| Dec 21 05:07:19.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5118 | 2024-12-21T05:07:21.063Z | [ recovery-image] Dec 21 05:07:19.989 INFO O| Dec 21 05:07:19.989 INFO STEP 232 (remove_files) COMPLETE |
5119 | 2024-12-21T05:07:21.063Z | [ recovery-image] Dec 21 05:07:19.989 INFO O| Dec 21 05:07:19.989 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-21T05:07:21.118Z | [ recovery-image] Dec 21 05:07:20.045 INFO O| Dec 21 05:07:20.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5121 | 2024-12-21T05:07:21.118Z | [ recovery-image] Dec 21 05:07:20.045 INFO O| Dec 21 05:07:20.045 INFO STEP 233 (remove_files) COMPLETE |
5122 | 2024-12-21T05:07:21.118Z | [ recovery-image] Dec 21 05:07:20.045 INFO O| Dec 21 05:07:20.045 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-21T05:07:21.135Z | [ recovery-image] Dec 21 05:07:20.062 INFO O| Dec 21 05:07:20.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5124 | 2024-12-21T05:07:21.135Z | [ recovery-image] Dec 21 05:07:20.062 INFO O| Dec 21 05:07:20.062 INFO STEP 234 (remove_files) COMPLETE |
5125 | 2024-12-21T05:07:21.137Z | [ recovery-image] Dec 21 05:07:20.062 INFO O| Dec 21 05:07:20.062 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-21T05:07:21.168Z | [ recovery-image] Dec 21 05:07:20.095 INFO O| Dec 21 05:07:20.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5127 | 2024-12-21T05:07:21.168Z | [ recovery-image] Dec 21 05:07:20.095 INFO O| Dec 21 05:07:20.095 INFO STEP 235 (remove_files) COMPLETE |
5128 | 2024-12-21T05:07:21.168Z | [ recovery-image] Dec 21 05:07:20.095 INFO O| Dec 21 05:07:20.095 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-21T05:07:21.204Z | [ recovery-image] Dec 21 05:07:20.132 INFO O| Dec 21 05:07:20.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5130 | 2024-12-21T05:07:21.204Z | [ recovery-image] Dec 21 05:07:20.132 INFO O| Dec 21 05:07:20.132 INFO STEP 236 (remove_files) COMPLETE |
5131 | 2024-12-21T05:07:21.207Z | [ recovery-image] Dec 21 05:07:20.132 INFO O| Dec 21 05:07:20.132 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-21T05:07:21.225Z | [ recovery-image] Dec 21 05:07:20.152 INFO O| Dec 21 05:07:20.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5133 | 2024-12-21T05:07:21.225Z | [ recovery-image] Dec 21 05:07:20.152 INFO O| Dec 21 05:07:20.152 INFO STEP 237 (remove_files) COMPLETE |
5134 | 2024-12-21T05:07:21.227Z | [ recovery-image] Dec 21 05:07:20.152 INFO O| Dec 21 05:07:20.152 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-21T05:07:21.245Z | [ recovery-image] Dec 21 05:07:20.173 INFO O| Dec 21 05:07:20.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5136 | 2024-12-21T05:07:21.245Z | [ recovery-image] Dec 21 05:07:20.173 INFO O| Dec 21 05:07:20.173 INFO STEP 238 (remove_files) COMPLETE |
5137 | 2024-12-21T05:07:21.245Z | [ recovery-image] Dec 21 05:07:20.173 INFO O| Dec 21 05:07:20.173 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-21T05:07:21.279Z | [ recovery-image] Dec 21 05:07:20.207 INFO O| Dec 21 05:07:20.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5139 | 2024-12-21T05:07:21.279Z | [ recovery-image] Dec 21 05:07:20.207 INFO O| Dec 21 05:07:20.207 INFO STEP 239 (remove_files) COMPLETE |
5140 | 2024-12-21T05:07:21.282Z | [ recovery-image] Dec 21 05:07:20.207 INFO O| Dec 21 05:07:20.207 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-21T05:07:21.339Z | [ recovery-image] Dec 21 05:07:20.268 INFO O| Dec 21 05:07:20.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5142 | 2024-12-21T05:07:21.340Z | [ recovery-image] Dec 21 05:07:20.269 INFO O| Dec 21 05:07:20.268 INFO STEP 240 (remove_files) COMPLETE |
5143 | 2024-12-21T05:07:21.340Z | [ recovery-image] Dec 21 05:07:20.269 INFO O| Dec 21 05:07:20.269 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-21T05:07:21.359Z | [ recovery-image] Dec 21 05:07:20.288 INFO O| Dec 21 05:07:20.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5145 | 2024-12-21T05:07:21.360Z | [ recovery-image] Dec 21 05:07:20.288 INFO O| Dec 21 05:07:20.288 INFO STEP 241 (remove_files) COMPLETE |
5146 | 2024-12-21T05:07:21.360Z | [ recovery-image] Dec 21 05:07:20.288 INFO O| Dec 21 05:07:20.288 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-21T05:07:21.379Z | [ recovery-image] Dec 21 05:07:20.308 INFO O| Dec 21 05:07:20.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5148 | 2024-12-21T05:07:21.379Z | [ recovery-image] Dec 21 05:07:20.308 INFO O| Dec 21 05:07:20.308 INFO STEP 242 (remove_files) COMPLETE |
5149 | 2024-12-21T05:07:21.379Z | [ recovery-image] Dec 21 05:07:20.308 INFO O| Dec 21 05:07:20.308 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-21T05:07:21.418Z | [ recovery-image] Dec 21 05:07:20.347 INFO O| Dec 21 05:07:20.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5151 | 2024-12-21T05:07:21.418Z | [ recovery-image] Dec 21 05:07:20.347 INFO O| Dec 21 05:07:20.347 INFO STEP 243 (remove_files) COMPLETE |
5152 | 2024-12-21T05:07:21.418Z | [ recovery-image] Dec 21 05:07:20.347 INFO O| Dec 21 05:07:20.347 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-21T05:07:21.455Z | [ recovery-image] Dec 21 05:07:20.385 INFO O| Dec 21 05:07:20.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5154 | 2024-12-21T05:07:21.455Z | [ recovery-image] Dec 21 05:07:20.385 INFO O| Dec 21 05:07:20.385 INFO STEP 244 (remove_files) COMPLETE |
5155 | 2024-12-21T05:07:21.455Z | [ recovery-image] Dec 21 05:07:20.385 INFO O| Dec 21 05:07:20.385 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-21T05:07:21.485Z | [ recovery-image] Dec 21 05:07:20.415 INFO O| Dec 21 05:07:20.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5157 | 2024-12-21T05:07:21.488Z | [ recovery-image] Dec 21 05:07:20.416 INFO O| Dec 21 05:07:20.415 INFO STEP 245 (remove_files) COMPLETE |
5158 | 2024-12-21T05:07:21.488Z | [ recovery-image] Dec 21 05:07:20.416 INFO O| Dec 21 05:07:20.416 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-21T05:07:21.578Z | [ recovery-image] Dec 21 05:07:20.509 INFO O| Dec 21 05:07:20.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5160 | 2024-12-21T05:07:21.578Z | [ recovery-image] Dec 21 05:07:20.509 INFO O| Dec 21 05:07:20.509 INFO STEP 246 (remove_files) COMPLETE |
5161 | 2024-12-21T05:07:21.578Z | [ recovery-image] Dec 21 05:07:20.509 INFO O| Dec 21 05:07:20.509 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-21T05:07:21.600Z | [ recovery-image] Dec 21 05:07:20.531 INFO O| Dec 21 05:07:20.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5163 | 2024-12-21T05:07:21.600Z | [ recovery-image] Dec 21 05:07:20.531 INFO O| Dec 21 05:07:20.531 INFO STEP 247 (remove_files) COMPLETE |
5164 | 2024-12-21T05:07:21.603Z | [ recovery-image] Dec 21 05:07:20.531 INFO O| Dec 21 05:07:20.531 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-21T05:07:21.619Z | [ recovery-image] Dec 21 05:07:20.550 INFO O| Dec 21 05:07:20.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5166 | 2024-12-21T05:07:21.621Z | [ recovery-image] Dec 21 05:07:20.550 INFO O| Dec 21 05:07:20.550 INFO STEP 248 (remove_files) COMPLETE |
5167 | 2024-12-21T05:07:21.621Z | [ recovery-image] Dec 21 05:07:20.551 INFO O| Dec 21 05:07:20.550 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-21T05:07:21.641Z | [ recovery-image] Dec 21 05:07:20.572 INFO O| Dec 21 05:07:20.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5169 | 2024-12-21T05:07:21.643Z | [ recovery-image] Dec 21 05:07:20.572 INFO O| Dec 21 05:07:20.572 INFO STEP 249 (remove_files) COMPLETE |
5170 | 2024-12-21T05:07:21.643Z | [ recovery-image] Dec 21 05:07:20.572 INFO O| Dec 21 05:07:20.572 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-21T05:07:21.665Z | [ recovery-image] Dec 21 05:07:20.597 INFO O| Dec 21 05:07:20.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5172 | 2024-12-21T05:07:21.668Z | [ recovery-image] Dec 21 05:07:20.597 INFO O| Dec 21 05:07:20.597 INFO STEP 250 (remove_files) COMPLETE |
5173 | 2024-12-21T05:07:21.668Z | [ recovery-image] Dec 21 05:07:20.598 INFO O| Dec 21 05:07:20.597 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-21T05:07:21.689Z | [ recovery-image] Dec 21 05:07:20.621 INFO O| Dec 21 05:07:20.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5175 | 2024-12-21T05:07:21.691Z | [ recovery-image] Dec 21 05:07:20.621 INFO O| Dec 21 05:07:20.621 INFO STEP 251 (remove_files) COMPLETE |
5176 | 2024-12-21T05:07:21.691Z | [ recovery-image] Dec 21 05:07:20.621 INFO O| Dec 21 05:07:20.621 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-21T05:07:21.714Z | [ recovery-image] Dec 21 05:07:20.645 INFO O| Dec 21 05:07:20.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5178 | 2024-12-21T05:07:21.717Z | [ recovery-image] Dec 21 05:07:20.646 INFO O| Dec 21 05:07:20.646 INFO STEP 252 (remove_files) COMPLETE |
5179 | 2024-12-21T05:07:21.717Z | [ recovery-image] Dec 21 05:07:20.646 INFO O| Dec 21 05:07:20.646 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-21T05:07:21.736Z | [ recovery-image] Dec 21 05:07:20.668 INFO O| Dec 21 05:07:20.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5181 | 2024-12-21T05:07:21.739Z | [ recovery-image] Dec 21 05:07:20.668 INFO O| Dec 21 05:07:20.668 INFO STEP 253 (remove_files) COMPLETE |
5182 | 2024-12-21T05:07:21.739Z | [ recovery-image] Dec 21 05:07:20.668 INFO O| Dec 21 05:07:20.668 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-21T05:07:21.756Z | [ recovery-image] Dec 21 05:07:20.689 INFO O| Dec 21 05:07:20.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5184 | 2024-12-21T05:07:21.759Z | [ recovery-image] Dec 21 05:07:20.689 INFO O| Dec 21 05:07:20.689 INFO STEP 254 (remove_files) COMPLETE |
5185 | 2024-12-21T05:07:21.759Z | [ recovery-image] Dec 21 05:07:20.689 INFO O| Dec 21 05:07:20.689 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-21T05:07:21.777Z | [ recovery-image] Dec 21 05:07:20.709 INFO O| Dec 21 05:07:20.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5187 | 2024-12-21T05:07:21.779Z | [ recovery-image] Dec 21 05:07:20.710 INFO O| Dec 21 05:07:20.710 INFO STEP 255 (remove_files) COMPLETE |
5188 | 2024-12-21T05:07:21.780Z | [ recovery-image] Dec 21 05:07:20.710 INFO O| Dec 21 05:07:20.710 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-21T05:07:21.801Z | [ recovery-image] Dec 21 05:07:20.734 INFO O| Dec 21 05:07:20.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5190 | 2024-12-21T05:07:21.801Z | [ recovery-image] Dec 21 05:07:20.734 INFO O| Dec 21 05:07:20.734 INFO STEP 256 (remove_files) COMPLETE |
5191 | 2024-12-21T05:07:21.801Z | [ recovery-image] Dec 21 05:07:20.734 INFO O| Dec 21 05:07:20.734 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-21T05:07:21.838Z | [ recovery-image] Dec 21 05:07:20.771 INFO O| Dec 21 05:07:20.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5193 | 2024-12-21T05:07:21.840Z | [ recovery-image] Dec 21 05:07:20.771 INFO O| Dec 21 05:07:20.771 INFO STEP 257 (remove_files) COMPLETE |
5194 | 2024-12-21T05:07:21.840Z | [ recovery-image] Dec 21 05:07:20.771 INFO O| Dec 21 05:07:20.771 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-21T05:07:21.860Z | [ recovery-image] Dec 21 05:07:20.793 INFO O| Dec 21 05:07:20.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5196 | 2024-12-21T05:07:21.863Z | [ recovery-image] Dec 21 05:07:20.794 INFO O| Dec 21 05:07:20.793 INFO STEP 258 (remove_files) COMPLETE |
5197 | 2024-12-21T05:07:21.863Z | [ recovery-image] Dec 21 05:07:20.794 INFO O| Dec 21 05:07:20.794 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-21T05:07:21.894Z | [ recovery-image] Dec 21 05:07:20.827 INFO O| Dec 21 05:07:20.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5199 | 2024-12-21T05:07:21.894Z | [ recovery-image] Dec 21 05:07:20.827 INFO O| Dec 21 05:07:20.827 INFO STEP 259 (remove_files) COMPLETE |
5200 | 2024-12-21T05:07:21.894Z | [ recovery-image] Dec 21 05:07:20.827 INFO O| Dec 21 05:07:20.827 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-21T05:07:21.940Z | [ recovery-image] Dec 21 05:07:20.874 INFO O| Dec 21 05:07:20.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5202 | 2024-12-21T05:07:21.943Z | [ recovery-image] Dec 21 05:07:20.874 INFO O| Dec 21 05:07:20.874 INFO STEP 260 (remove_files) COMPLETE |
5203 | 2024-12-21T05:07:21.943Z | [ recovery-image] Dec 21 05:07:20.874 INFO O| Dec 21 05:07:20.874 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-21T05:07:22.011Z | [ recovery-image] Dec 21 05:07:20.946 INFO O| Dec 21 05:07:20.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5205 | 2024-12-21T05:07:22.011Z | [ recovery-image] Dec 21 05:07:20.946 INFO O| Dec 21 05:07:20.946 INFO STEP 261 (remove_files) COMPLETE |
5206 | 2024-12-21T05:07:22.011Z | [ recovery-image] Dec 21 05:07:20.946 INFO O| Dec 21 05:07:20.946 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-21T05:07:22.032Z | [ recovery-image] Dec 21 05:07:20.967 INFO O| Dec 21 05:07:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5208 | 2024-12-21T05:07:22.032Z | [ recovery-image] Dec 21 05:07:20.967 INFO O| Dec 21 05:07:20.967 INFO STEP 262 (remove_files) COMPLETE |
5209 | 2024-12-21T05:07:22.032Z | [ recovery-image] Dec 21 05:07:20.967 INFO O| Dec 21 05:07:20.967 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-21T05:07:22.070Z | [ recovery-image] Dec 21 05:07:21.006 INFO O| Dec 21 05:07:21.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5211 | 2024-12-21T05:07:22.070Z | [ recovery-image] Dec 21 05:07:21.006 INFO O| Dec 21 05:07:21.006 INFO STEP 263 (remove_files) COMPLETE |
5212 | 2024-12-21T05:07:22.073Z | [ recovery-image] Dec 21 05:07:21.006 INFO O| Dec 21 05:07:21.006 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-21T05:07:22.091Z | [ recovery-image] Dec 21 05:07:21.026 INFO O| Dec 21 05:07:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5214 | 2024-12-21T05:07:22.094Z | [ recovery-image] Dec 21 05:07:21.026 INFO O| Dec 21 05:07:21.026 INFO STEP 264 (remove_files) COMPLETE |
5215 | 2024-12-21T05:07:22.094Z | [ recovery-image] Dec 21 05:07:21.026 INFO O| Dec 21 05:07:21.026 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-21T05:07:22.110Z | [ recovery-image] Dec 21 05:07:21.046 INFO O| Dec 21 05:07:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5217 | 2024-12-21T05:07:22.110Z | [ recovery-image] Dec 21 05:07:21.046 INFO O| Dec 21 05:07:21.046 INFO STEP 265 (remove_files) COMPLETE |
5218 | 2024-12-21T05:07:22.110Z | [ recovery-image] Dec 21 05:07:21.046 INFO O| Dec 21 05:07:21.046 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-21T05:07:22.144Z | [ recovery-image] Dec 21 05:07:21.080 INFO O| Dec 21 05:07:21.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5220 | 2024-12-21T05:07:22.144Z | [ recovery-image] Dec 21 05:07:21.080 INFO O| Dec 21 05:07:21.080 INFO STEP 266 (remove_files) COMPLETE |
5221 | 2024-12-21T05:07:22.144Z | [ recovery-image] Dec 21 05:07:21.080 INFO O| Dec 21 05:07:21.080 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-21T05:07:22.157Z | [ host-image] Dec 21 05:07:21.093 INFO O| Dec 21 05:07:21.093 INFO O| Done |
5223 | 2024-12-21T05:07:22.200Z | [ host-image] Dec 21 05:07:21.136 INFO O| Dec 21 05:07:21.136 INFO O| Done |
5224 | 2024-12-21T05:07:22.200Z | [ host-image] Dec 21 05:07:21.136 INFO O| Dec 21 05:07:21.136 INFO O| Done |
5225 | 2024-12-21T05:07:22.202Z | [ recovery-image] Dec 21 05:07:21.137 INFO O| Dec 21 05:07:21.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5226 | 2024-12-21T05:07:22.202Z | [ recovery-image] Dec 21 05:07:21.138 INFO O| Dec 21 05:07:21.137 INFO STEP 267 (remove_files) COMPLETE |
5227 | 2024-12-21T05:07:22.202Z | [ recovery-image] Dec 21 05:07:21.138 INFO O| Dec 21 05:07:21.137 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-12-21T05:07:22.222Z | [ recovery-image] Dec 21 05:07:21.159 INFO O| Dec 21 05:07:21.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5229 | 2024-12-21T05:07:22.224Z | [ recovery-image] Dec 21 05:07:21.159 INFO O| Dec 21 05:07:21.159 INFO STEP 268 (remove_files) COMPLETE |
5230 | 2024-12-21T05:07:22.224Z | [ recovery-image] Dec 21 05:07:21.159 INFO O| Dec 21 05:07:21.159 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-12-21T05:07:22.229Z | [ host-image] Dec 21 05:07:21.166 INFO O| Dec 21 05:07:21.166 INFO O| Done |
5232 | 2024-12-21T05:07:22.241Z | [ recovery-image] Dec 21 05:07:21.179 INFO O| Dec 21 05:07:21.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5233 | 2024-12-21T05:07:22.241Z | [ recovery-image] Dec 21 05:07:21.179 INFO O| Dec 21 05:07:21.179 INFO STEP 269 (remove_files) COMPLETE |
5234 | 2024-12-21T05:07:22.242Z | [ recovery-image] Dec 21 05:07:21.179 INFO O| Dec 21 05:07:21.179 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-12-21T05:07:22.286Z | [ recovery-image] Dec 21 05:07:21.223 INFO O| Dec 21 05:07:21.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5236 | 2024-12-21T05:07:22.290Z | [ recovery-image] Dec 21 05:07:21.224 INFO O| Dec 21 05:07:21.224 INFO STEP 270 (remove_files) COMPLETE |
5237 | 2024-12-21T05:07:22.290Z | [ recovery-image] Dec 21 05:07:21.224 INFO O| Dec 21 05:07:21.224 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-12-21T05:07:22.312Z | [ recovery-image] Dec 21 05:07:21.249 INFO O| Dec 21 05:07:21.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5239 | 2024-12-21T05:07:22.315Z | [ recovery-image] Dec 21 05:07:21.250 INFO O| Dec 21 05:07:21.250 INFO STEP 271 (remove_files) COMPLETE |
5240 | 2024-12-21T05:07:22.315Z | [ recovery-image] Dec 21 05:07:21.250 INFO O| Dec 21 05:07:21.250 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-12-21T05:07:22.359Z | [ recovery-image] Dec 21 05:07:21.297 INFO O| Dec 21 05:07:21.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5242 | 2024-12-21T05:07:22.359Z | [ recovery-image] Dec 21 05:07:21.298 INFO O| Dec 21 05:07:21.298 INFO STEP 272 (remove_files) COMPLETE |
5243 | 2024-12-21T05:07:22.362Z | [ recovery-image] Dec 21 05:07:21.298 INFO O| Dec 21 05:07:21.298 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-12-21T05:07:22.398Z | [ recovery-image] Dec 21 05:07:21.336 INFO O| Dec 21 05:07:21.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5245 | 2024-12-21T05:07:22.401Z | [ recovery-image] Dec 21 05:07:21.336 INFO O| Dec 21 05:07:21.336 INFO STEP 273 (remove_files) COMPLETE |
5246 | 2024-12-21T05:07:22.401Z | [ recovery-image] Dec 21 05:07:21.336 INFO O| Dec 21 05:07:21.336 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-12-21T05:07:22.436Z | [ recovery-image] Dec 21 05:07:21.375 INFO O| Dec 21 05:07:21.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5248 | 2024-12-21T05:07:22.436Z | [ recovery-image] Dec 21 05:07:21.375 INFO O| Dec 21 05:07:21.375 INFO STEP 274 (remove_files) COMPLETE |
5249 | 2024-12-21T05:07:22.439Z | [ recovery-image] Dec 21 05:07:21.375 INFO O| Dec 21 05:07:21.375 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-12-21T05:07:22.473Z | [ recovery-image] Dec 21 05:07:21.412 INFO O| Dec 21 05:07:21.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5251 | 2024-12-21T05:07:22.473Z | [ recovery-image] Dec 21 05:07:21.412 INFO O| Dec 21 05:07:21.412 INFO STEP 275 (remove_files) COMPLETE |
5252 | 2024-12-21T05:07:22.477Z | [ recovery-image] Dec 21 05:07:21.412 INFO O| Dec 21 05:07:21.412 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-12-21T05:07:22.494Z | [ recovery-image] Dec 21 05:07:21.434 INFO O| Dec 21 05:07:21.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5254 | 2024-12-21T05:07:22.497Z | [ recovery-image] Dec 21 05:07:21.434 INFO O| Dec 21 05:07:21.434 INFO STEP 276 (remove_files) COMPLETE |
5255 | 2024-12-21T05:07:22.498Z | [ recovery-image] Dec 21 05:07:21.434 INFO O| Dec 21 05:07:21.434 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-12-21T05:07:22.501Z | [ host-image] Dec 21 05:07:21.437 INFO O| Dec 21 05:07:21.437 INFO STEP 12 (pkg_install) COMPLETE |
5257 | 2024-12-21T05:07:22.501Z | [ host-image] Dec 21 05:07:21.437 INFO O| Dec 21 05:07:21.437 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5258 | 2024-12-21T05:07:22.513Z | [ recovery-image] Dec 21 05:07:21.452 INFO O| Dec 21 05:07:21.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5259 | 2024-12-21T05:07:22.515Z | [ recovery-image] Dec 21 05:07:21.452 INFO O| Dec 21 05:07:21.452 INFO STEP 277 (remove_files) COMPLETE |
5260 | 2024-12-21T05:07:22.515Z | [ recovery-image] Dec 21 05:07:21.453 INFO O| Dec 21 05:07:21.453 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-21T05:07:22.519Z | [ host-image] Dec 21 05:07:21.455 INFO O| Dec 21 05:07:21.455 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5262 | 2024-12-21T05:07:22.531Z | [ recovery-image] Dec 21 05:07:21.471 INFO O| Dec 21 05:07:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5263 | 2024-12-21T05:07:22.534Z | [ recovery-image] Dec 21 05:07:21.471 INFO O| Dec 21 05:07:21.471 INFO STEP 278 (remove_files) COMPLETE |
5264 | 2024-12-21T05:07:22.534Z | [ recovery-image] Dec 21 05:07:21.471 INFO O| Dec 21 05:07:21.471 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-12-21T05:07:22.549Z | [ recovery-image] Dec 21 05:07:21.489 INFO O| Dec 21 05:07:21.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5266 | 2024-12-21T05:07:22.552Z | [ recovery-image] Dec 21 05:07:21.490 INFO O| Dec 21 05:07:21.489 INFO STEP 279 (remove_files) COMPLETE |
5267 | 2024-12-21T05:07:22.552Z | [ recovery-image] Dec 21 05:07:21.490 INFO O| Dec 21 05:07:21.490 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-12-21T05:07:22.569Z | [ recovery-image] Dec 21 05:07:21.509 INFO O| Dec 21 05:07:21.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5269 | 2024-12-21T05:07:22.572Z | [ recovery-image] Dec 21 05:07:21.509 INFO O| Dec 21 05:07:21.509 INFO STEP 280 (remove_files) COMPLETE |
5270 | 2024-12-21T05:07:22.572Z | [ recovery-image] Dec 21 05:07:21.509 INFO O| Dec 21 05:07:21.509 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-12-21T05:07:22.588Z | [ recovery-image] Dec 21 05:07:21.528 INFO O| Dec 21 05:07:21.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5272 | 2024-12-21T05:07:22.588Z | [ recovery-image] Dec 21 05:07:21.529 INFO O| Dec 21 05:07:21.529 INFO STEP 281 (remove_files) COMPLETE |
5273 | 2024-12-21T05:07:22.608Z | [ recovery-image] Dec 21 05:07:21.529 INFO O| Dec 21 05:07:21.529 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-21T05:07:22.612Z | [ recovery-image] Dec 21 05:07:21.552 INFO O| Dec 21 05:07:21.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5275 | 2024-12-21T05:07:22.612Z | [ recovery-image] Dec 21 05:07:21.552 INFO O| Dec 21 05:07:21.552 INFO STEP 282 (remove_files) COMPLETE |
5276 | 2024-12-21T05:07:22.612Z | [ recovery-image] Dec 21 05:07:21.552 INFO O| Dec 21 05:07:21.552 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-21T05:07:22.660Z | [ recovery-image] Dec 21 05:07:21.601 INFO O| Dec 21 05:07:21.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5278 | 2024-12-21T05:07:22.660Z | [ recovery-image] Dec 21 05:07:21.601 INFO O| Dec 21 05:07:21.601 INFO STEP 283 (remove_files) COMPLETE |
5279 | 2024-12-21T05:07:22.663Z | [ recovery-image] Dec 21 05:07:21.601 INFO O| Dec 21 05:07:21.601 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-21T05:07:22.722Z | [ recovery-image] Dec 21 05:07:21.662 INFO O| Dec 21 05:07:21.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5281 | 2024-12-21T05:07:22.722Z | [ recovery-image] Dec 21 05:07:21.662 INFO O| Dec 21 05:07:21.662 INFO STEP 284 (remove_files) COMPLETE |
5282 | 2024-12-21T05:07:22.722Z | [ recovery-image] Dec 21 05:07:21.662 INFO O| Dec 21 05:07:21.662 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-21T05:07:22.746Z | [ recovery-image] Dec 21 05:07:21.687 INFO O| Dec 21 05:07:21.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5284 | 2024-12-21T05:07:22.746Z | [ recovery-image] Dec 21 05:07:21.687 INFO O| Dec 21 05:07:21.687 INFO STEP 285 (remove_files) COMPLETE |
5285 | 2024-12-21T05:07:22.746Z | [ recovery-image] Dec 21 05:07:21.688 INFO O| Dec 21 05:07:21.687 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-21T05:07:22.796Z | [ recovery-image] Dec 21 05:07:21.738 INFO O| Dec 21 05:07:21.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5287 | 2024-12-21T05:07:22.799Z | [ recovery-image] Dec 21 05:07:21.738 INFO O| Dec 21 05:07:21.738 INFO STEP 286 (remove_files) COMPLETE |
5288 | 2024-12-21T05:07:22.799Z | [ recovery-image] Dec 21 05:07:21.739 INFO O| Dec 21 05:07:21.738 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-21T05:07:22.819Z | [ recovery-image] Dec 21 05:07:21.762 INFO O| Dec 21 05:07:21.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5290 | 2024-12-21T05:07:22.822Z | [ recovery-image] Dec 21 05:07:21.762 INFO O| Dec 21 05:07:21.762 INFO STEP 287 (remove_files) COMPLETE |
5291 | 2024-12-21T05:07:22.822Z | [ recovery-image] Dec 21 05:07:21.762 INFO O| Dec 21 05:07:21.762 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-21T05:07:22.879Z | [ recovery-image] Dec 21 05:07:21.822 INFO O| Dec 21 05:07:21.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5293 | 2024-12-21T05:07:22.882Z | [ recovery-image] Dec 21 05:07:21.823 INFO O| Dec 21 05:07:21.822 INFO STEP 288 (remove_files) COMPLETE |
5294 | 2024-12-21T05:07:22.882Z | [ recovery-image] Dec 21 05:07:21.823 INFO O| Dec 21 05:07:21.823 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-21T05:07:22.904Z | [ recovery-image] Dec 21 05:07:21.847 INFO O| Dec 21 05:07:21.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5296 | 2024-12-21T05:07:22.907Z | [ recovery-image] Dec 21 05:07:21.847 INFO O| Dec 21 05:07:21.847 INFO STEP 289 (remove_files) COMPLETE |
5297 | 2024-12-21T05:07:22.907Z | [ recovery-image] Dec 21 05:07:21.847 INFO O| Dec 21 05:07:21.847 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-21T05:07:22.934Z | [ recovery-image] Dec 21 05:07:21.878 INFO O| Dec 21 05:07:21.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5299 | 2024-12-21T05:07:22.934Z | [ recovery-image] Dec 21 05:07:21.878 INFO O| Dec 21 05:07:21.878 INFO STEP 290 (remove_files) COMPLETE |
5300 | 2024-12-21T05:07:22.937Z | [ recovery-image] Dec 21 05:07:21.878 INFO O| Dec 21 05:07:21.878 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-21T05:07:22.958Z | [ recovery-image] Dec 21 05:07:21.901 INFO O| Dec 21 05:07:21.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5302 | 2024-12-21T05:07:22.958Z | [ recovery-image] Dec 21 05:07:21.901 INFO O| Dec 21 05:07:21.901 INFO STEP 291 (remove_files) COMPLETE |
5303 | 2024-12-21T05:07:22.958Z | [ recovery-image] Dec 21 05:07:21.901 INFO O| Dec 21 05:07:21.901 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-21T05:07:22.978Z | [ recovery-image] Dec 21 05:07:21.922 INFO O| Dec 21 05:07:21.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5305 | 2024-12-21T05:07:22.978Z | [ recovery-image] Dec 21 05:07:21.922 INFO O| Dec 21 05:07:21.922 INFO STEP 292 (remove_files) COMPLETE |
5306 | 2024-12-21T05:07:22.981Z | [ recovery-image] Dec 21 05:07:21.922 INFO O| Dec 21 05:07:21.922 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-21T05:07:23.011Z | [ recovery-image] Dec 21 05:07:21.954 INFO O| Dec 21 05:07:21.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5308 | 2024-12-21T05:07:23.011Z | [ recovery-image] Dec 21 05:07:21.954 INFO O| Dec 21 05:07:21.954 INFO STEP 293 (remove_files) COMPLETE |
5309 | 2024-12-21T05:07:23.011Z | [ recovery-image] Dec 21 05:07:21.954 INFO O| Dec 21 05:07:21.954 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-21T05:07:23.065Z | [ recovery-image] Dec 21 05:07:22.009 INFO O| Dec 21 05:07:22.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5311 | 2024-12-21T05:07:23.065Z | [ recovery-image] Dec 21 05:07:22.009 INFO O| Dec 21 05:07:22.009 INFO STEP 294 (remove_files) COMPLETE |
5312 | 2024-12-21T05:07:23.065Z | [ recovery-image] Dec 21 05:07:22.009 INFO O| Dec 21 05:07:22.009 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-21T05:07:23.107Z | [ recovery-image] Dec 21 05:07:22.052 INFO O| Dec 21 05:07:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5314 | 2024-12-21T05:07:23.111Z | [ recovery-image] Dec 21 05:07:22.052 INFO O| Dec 21 05:07:22.052 INFO STEP 295 (remove_files) COMPLETE |
5315 | 2024-12-21T05:07:23.111Z | [ recovery-image] Dec 21 05:07:22.052 INFO O| Dec 21 05:07:22.052 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-21T05:07:23.131Z | [ recovery-image] Dec 21 05:07:22.077 INFO O| Dec 21 05:07:22.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5317 | 2024-12-21T05:07:23.135Z | [ recovery-image] Dec 21 05:07:22.077 INFO O| Dec 21 05:07:22.077 INFO STEP 296 (remove_files) COMPLETE |
5318 | 2024-12-21T05:07:23.137Z | [ recovery-image] Dec 21 05:07:22.077 INFO O| Dec 21 05:07:22.077 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-21T05:07:23.151Z | [ recovery-image] Dec 21 05:07:22.096 INFO O| Dec 21 05:07:22.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5320 | 2024-12-21T05:07:23.153Z | [ recovery-image] Dec 21 05:07:22.096 INFO O| Dec 21 05:07:22.096 INFO STEP 297 (remove_files) COMPLETE |
5321 | 2024-12-21T05:07:23.153Z | [ recovery-image] Dec 21 05:07:22.097 INFO O| Dec 21 05:07:22.096 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-21T05:07:23.183Z | [ recovery-image] Dec 21 05:07:22.129 INFO O| Dec 21 05:07:22.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5323 | 2024-12-21T05:07:23.183Z | [ recovery-image] Dec 21 05:07:22.129 INFO O| Dec 21 05:07:22.129 INFO STEP 298 (remove_files) COMPLETE |
5324 | 2024-12-21T05:07:23.183Z | [ recovery-image] Dec 21 05:07:22.129 INFO O| Dec 21 05:07:22.129 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-21T05:07:23.215Z | [ recovery-image] Dec 21 05:07:22.160 INFO O| Dec 21 05:07:22.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5326 | 2024-12-21T05:07:23.215Z | [ recovery-image] Dec 21 05:07:22.161 INFO O| Dec 21 05:07:22.160 INFO STEP 299 (remove_files) COMPLETE |
5327 | 2024-12-21T05:07:23.218Z | [ recovery-image] Dec 21 05:07:22.161 INFO O| Dec 21 05:07:22.161 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-21T05:07:23.270Z | [ recovery-image] Dec 21 05:07:22.216 INFO O| Dec 21 05:07:22.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5329 | 2024-12-21T05:07:23.270Z | [ recovery-image] Dec 21 05:07:22.216 INFO O| Dec 21 05:07:22.216 INFO STEP 300 (remove_files) COMPLETE |
5330 | 2024-12-21T05:07:23.273Z | [ recovery-image] Dec 21 05:07:22.217 INFO O| Dec 21 05:07:22.216 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-21T05:07:23.291Z | [ recovery-image] Dec 21 05:07:22.237 INFO O| Dec 21 05:07:22.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5332 | 2024-12-21T05:07:23.293Z | [ recovery-image] Dec 21 05:07:22.237 INFO O| Dec 21 05:07:22.237 INFO STEP 301 (remove_files) COMPLETE |
5333 | 2024-12-21T05:07:23.293Z | [ recovery-image] Dec 21 05:07:22.237 INFO O| Dec 21 05:07:22.237 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-21T05:07:23.310Z | [ recovery-image] Dec 21 05:07:22.257 INFO O| Dec 21 05:07:22.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5335 | 2024-12-21T05:07:23.310Z | [ recovery-image] Dec 21 05:07:22.257 INFO O| Dec 21 05:07:22.257 INFO STEP 302 (remove_files) COMPLETE |
5336 | 2024-12-21T05:07:23.313Z | [ recovery-image] Dec 21 05:07:22.257 INFO O| Dec 21 05:07:22.257 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-21T05:07:23.331Z | [ recovery-image] Dec 21 05:07:22.278 INFO O| Dec 21 05:07:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5338 | 2024-12-21T05:07:23.331Z | [ recovery-image] Dec 21 05:07:22.278 INFO O| Dec 21 05:07:22.278 INFO STEP 303 (remove_files) COMPLETE |
5339 | 2024-12-21T05:07:23.331Z | [ recovery-image] Dec 21 05:07:22.278 INFO O| Dec 21 05:07:22.278 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-21T05:07:23.351Z | [ recovery-image] Dec 21 05:07:22.298 INFO O| Dec 21 05:07:22.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5341 | 2024-12-21T05:07:23.351Z | [ recovery-image] Dec 21 05:07:22.298 INFO O| Dec 21 05:07:22.298 INFO STEP 304 (remove_files) COMPLETE |
5342 | 2024-12-21T05:07:23.354Z | [ recovery-image] Dec 21 05:07:22.298 INFO O| Dec 21 05:07:22.298 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-21T05:07:23.407Z | [ recovery-image] Dec 21 05:07:22.355 INFO O| Dec 21 05:07:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5344 | 2024-12-21T05:07:23.408Z | [ recovery-image] Dec 21 05:07:22.355 INFO O| Dec 21 05:07:22.355 INFO STEP 305 (remove_files) COMPLETE |
5345 | 2024-12-21T05:07:23.410Z | [ recovery-image] Dec 21 05:07:22.355 INFO O| Dec 21 05:07:22.355 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-21T05:07:23.446Z | [ recovery-image] Dec 21 05:07:22.394 INFO O| Dec 21 05:07:22.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5347 | 2024-12-21T05:07:23.448Z | [ recovery-image] Dec 21 05:07:22.397 INFO O| Dec 21 05:07:22.397 INFO STEP 306 (remove_files) COMPLETE |
5348 | 2024-12-21T05:07:23.452Z | [ recovery-image] Dec 21 05:07:22.397 INFO O| Dec 21 05:07:22.397 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-21T05:07:23.471Z | [ recovery-image] Dec 21 05:07:22.419 INFO O| Dec 21 05:07:22.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5350 | 2024-12-21T05:07:23.473Z | [ recovery-image] Dec 21 05:07:22.419 INFO O| Dec 21 05:07:22.419 INFO STEP 307 (remove_files) COMPLETE |
5351 | 2024-12-21T05:07:23.473Z | [ recovery-image] Dec 21 05:07:22.419 INFO O| Dec 21 05:07:22.419 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-21T05:07:23.504Z | [ recovery-image] Dec 21 05:07:22.453 INFO O| Dec 21 05:07:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5353 | 2024-12-21T05:07:23.507Z | [ recovery-image] Dec 21 05:07:22.453 INFO O| Dec 21 05:07:22.453 INFO STEP 308 (remove_files) COMPLETE |
5354 | 2024-12-21T05:07:23.508Z | [ recovery-image] Dec 21 05:07:22.453 INFO O| Dec 21 05:07:22.453 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-21T05:07:23.525Z | [ recovery-image] Dec 21 05:07:22.474 INFO O| Dec 21 05:07:22.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5356 | 2024-12-21T05:07:23.525Z | [ recovery-image] Dec 21 05:07:22.474 INFO O| Dec 21 05:07:22.474 INFO STEP 309 (remove_files) COMPLETE |
5357 | 2024-12-21T05:07:23.525Z | [ recovery-image] Dec 21 05:07:22.474 INFO O| Dec 21 05:07:22.474 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-21T05:07:23.546Z | [ recovery-image] Dec 21 05:07:22.495 INFO O| Dec 21 05:07:22.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5359 | 2024-12-21T05:07:23.546Z | [ recovery-image] Dec 21 05:07:22.495 INFO O| Dec 21 05:07:22.495 INFO STEP 310 (remove_files) COMPLETE |
5360 | 2024-12-21T05:07:23.546Z | [ recovery-image] Dec 21 05:07:22.495 INFO O| Dec 21 05:07:22.495 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-21T05:07:23.572Z | [ host-image] Dec 21 05:07:22.521 INFO O| Dec 21 05:07:22.521 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5362 | 2024-12-21T05:07:23.588Z | [ recovery-image] Dec 21 05:07:22.538 INFO O| Dec 21 05:07:22.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5363 | 2024-12-21T05:07:23.591Z | [ recovery-image] Dec 21 05:07:22.541 INFO O| Dec 21 05:07:22.541 INFO STEP 311 (remove_files) COMPLETE |
5364 | 2024-12-21T05:07:23.591Z | [ recovery-image] Dec 21 05:07:22.541 INFO O| Dec 21 05:07:22.541 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-12-21T05:07:23.615Z | [ recovery-image] Dec 21 05:07:22.564 INFO O| Dec 21 05:07:22.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5366 | 2024-12-21T05:07:23.615Z | [ recovery-image] Dec 21 05:07:22.564 INFO O| Dec 21 05:07:22.564 INFO STEP 312 (remove_files) COMPLETE |
5367 | 2024-12-21T05:07:23.617Z | [ recovery-image] Dec 21 05:07:22.564 INFO O| Dec 21 05:07:22.564 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-12-21T05:07:23.686Z | [ recovery-image] Dec 21 05:07:22.637 INFO O| Dec 21 05:07:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5369 | 2024-12-21T05:07:23.686Z | [ recovery-image] Dec 21 05:07:22.637 INFO O| Dec 21 05:07:22.637 INFO STEP 313 (remove_files) COMPLETE |
5370 | 2024-12-21T05:07:23.686Z | [ recovery-image] Dec 21 05:07:22.637 INFO O| Dec 21 05:07:22.637 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-12-21T05:07:23.710Z | [ recovery-image] Dec 21 05:07:22.660 INFO O| Dec 21 05:07:22.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5372 | 2024-12-21T05:07:23.710Z | [ recovery-image] Dec 21 05:07:22.660 INFO O| Dec 21 05:07:22.660 INFO STEP 314 (remove_files) COMPLETE |
5373 | 2024-12-21T05:07:23.713Z | [ recovery-image] Dec 21 05:07:22.660 INFO O| Dec 21 05:07:22.660 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-12-21T05:07:23.735Z | [ recovery-image] Dec 21 05:07:22.684 INFO O| Dec 21 05:07:22.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5375 | 2024-12-21T05:07:23.735Z | [ recovery-image] Dec 21 05:07:22.684 INFO O| Dec 21 05:07:22.684 INFO STEP 315 (remove_files) COMPLETE |
5376 | 2024-12-21T05:07:23.737Z | [ recovery-image] Dec 21 05:07:22.684 INFO O| Dec 21 05:07:22.684 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-12-21T05:07:23.754Z | [ recovery-image] Dec 21 05:07:22.705 INFO O| Dec 21 05:07:22.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5378 | 2024-12-21T05:07:23.754Z | [ recovery-image] Dec 21 05:07:22.705 INFO O| Dec 21 05:07:22.705 INFO STEP 316 (remove_files) COMPLETE |
5379 | 2024-12-21T05:07:23.758Z | [ recovery-image] Dec 21 05:07:22.705 INFO O| Dec 21 05:07:22.705 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-12-21T05:07:23.775Z | [ recovery-image] Dec 21 05:07:22.726 INFO O| Dec 21 05:07:22.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5381 | 2024-12-21T05:07:23.775Z | [ recovery-image] Dec 21 05:07:22.726 INFO O| Dec 21 05:07:22.726 INFO STEP 317 (remove_files) COMPLETE |
5382 | 2024-12-21T05:07:23.775Z | [ recovery-image] Dec 21 05:07:22.726 INFO O| Dec 21 05:07:22.726 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-12-21T05:07:23.798Z | [ recovery-image] Dec 21 05:07:22.749 INFO O| Dec 21 05:07:22.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5384 | 2024-12-21T05:07:23.798Z | [ recovery-image] Dec 21 05:07:22.749 INFO O| Dec 21 05:07:22.749 INFO STEP 318 (remove_files) COMPLETE |
5385 | 2024-12-21T05:07:23.800Z | [ recovery-image] Dec 21 05:07:22.749 INFO O| Dec 21 05:07:22.749 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-12-21T05:07:23.819Z | [ recovery-image] Dec 21 05:07:22.770 INFO O| Dec 21 05:07:22.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5387 | 2024-12-21T05:07:23.819Z | [ recovery-image] Dec 21 05:07:22.770 INFO O| Dec 21 05:07:22.770 INFO STEP 319 (remove_files) COMPLETE |
5388 | 2024-12-21T05:07:23.821Z | [ recovery-image] Dec 21 05:07:22.770 INFO O| Dec 21 05:07:22.770 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-12-21T05:07:23.838Z | [ recovery-image] Dec 21 05:07:22.790 INFO O| Dec 21 05:07:22.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5390 | 2024-12-21T05:07:23.838Z | [ recovery-image] Dec 21 05:07:22.790 INFO O| Dec 21 05:07:22.790 INFO STEP 320 (remove_files) COMPLETE |
5391 | 2024-12-21T05:07:23.841Z | [ recovery-image] Dec 21 05:07:22.790 INFO O| Dec 21 05:07:22.790 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-12-21T05:07:23.857Z | [ recovery-image] Dec 21 05:07:22.809 INFO O| Dec 21 05:07:22.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5393 | 2024-12-21T05:07:23.857Z | [ recovery-image] Dec 21 05:07:22.809 INFO O| Dec 21 05:07:22.809 INFO STEP 321 (remove_files) COMPLETE |
5394 | 2024-12-21T05:07:23.860Z | [ recovery-image] Dec 21 05:07:22.809 INFO O| Dec 21 05:07:22.809 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-12-21T05:07:23.990Z | [ recovery-image] Dec 21 05:07:22.935 INFO O| Dec 21 05:07:22.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5396 | 2024-12-21T05:07:23.994Z | [ recovery-image] Dec 21 05:07:22.935 INFO O| Dec 21 05:07:22.935 INFO STEP 322 (remove_files) COMPLETE |
5397 | 2024-12-21T05:07:23.995Z | [ recovery-image] Dec 21 05:07:22.935 INFO O| Dec 21 05:07:22.935 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-12-21T05:07:24.005Z | [ recovery-image] Dec 21 05:07:22.958 INFO O| Dec 21 05:07:22.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5399 | 2024-12-21T05:07:24.005Z | [ recovery-image] Dec 21 05:07:22.958 INFO O| Dec 21 05:07:22.958 INFO STEP 323 (remove_files) COMPLETE |
5400 | 2024-12-21T05:07:24.008Z | [ recovery-image] Dec 21 05:07:22.958 INFO O| Dec 21 05:07:22.958 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-12-21T05:07:24.038Z | [ recovery-image] Dec 21 05:07:22.991 INFO O| Dec 21 05:07:22.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5402 | 2024-12-21T05:07:24.038Z | [ recovery-image] Dec 21 05:07:22.991 INFO O| Dec 21 05:07:22.991 INFO STEP 324 (remove_files) COMPLETE |
5403 | 2024-12-21T05:07:24.038Z | [ recovery-image] Dec 21 05:07:22.991 INFO O| Dec 21 05:07:22.991 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-12-21T05:07:24.098Z | [ recovery-image] Dec 21 05:07:23.052 INFO O| Dec 21 05:07:23.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5405 | 2024-12-21T05:07:24.098Z | [ recovery-image] Dec 21 05:07:23.052 INFO O| Dec 21 05:07:23.052 INFO STEP 325 (remove_files) COMPLETE |
5406 | 2024-12-21T05:07:24.098Z | [ recovery-image] Dec 21 05:07:23.052 INFO O| Dec 21 05:07:23.052 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-12-21T05:07:24.123Z | [ recovery-image] Dec 21 05:07:23.077 INFO O| Dec 21 05:07:23.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5408 | 2024-12-21T05:07:24.123Z | [ recovery-image] Dec 21 05:07:23.077 INFO O| Dec 21 05:07:23.077 INFO STEP 326 (remove_files) COMPLETE |
5409 | 2024-12-21T05:07:24.123Z | [ recovery-image] Dec 21 05:07:23.077 INFO O| Dec 21 05:07:23.077 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-12-21T05:07:24.144Z | [ recovery-image] Dec 21 05:07:23.099 INFO O| Dec 21 05:07:23.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5411 | 2024-12-21T05:07:24.144Z | [ recovery-image] Dec 21 05:07:23.099 INFO O| Dec 21 05:07:23.099 INFO STEP 327 (remove_files) COMPLETE |
5412 | 2024-12-21T05:07:24.147Z | [ recovery-image] Dec 21 05:07:23.099 INFO O| Dec 21 05:07:23.099 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-12-21T05:07:24.164Z | [ recovery-image] Dec 21 05:07:23.118 INFO O| Dec 21 05:07:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5414 | 2024-12-21T05:07:24.164Z | [ recovery-image] Dec 21 05:07:23.118 INFO O| Dec 21 05:07:23.118 INFO STEP 328 (remove_files) COMPLETE |
5415 | 2024-12-21T05:07:24.164Z | [ recovery-image] Dec 21 05:07:23.118 INFO O| Dec 21 05:07:23.118 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-12-21T05:07:24.196Z | [ recovery-image] Dec 21 05:07:23.151 INFO O| Dec 21 05:07:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5417 | 2024-12-21T05:07:24.196Z | [ recovery-image] Dec 21 05:07:23.151 INFO O| Dec 21 05:07:23.151 INFO STEP 329 (remove_files) COMPLETE |
5418 | 2024-12-21T05:07:24.199Z | [ recovery-image] Dec 21 05:07:23.151 INFO O| Dec 21 05:07:23.151 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-12-21T05:07:24.239Z | [ recovery-image] Dec 21 05:07:23.194 INFO O| Dec 21 05:07:23.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5420 | 2024-12-21T05:07:24.239Z | [ recovery-image] Dec 21 05:07:23.194 INFO O| Dec 21 05:07:23.194 INFO STEP 330 (remove_files) COMPLETE |
5421 | 2024-12-21T05:07:24.239Z | [ recovery-image] Dec 21 05:07:23.194 INFO O| Dec 21 05:07:23.194 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-12-21T05:07:24.284Z | [ recovery-image] Dec 21 05:07:23.240 INFO O| Dec 21 05:07:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5423 | 2024-12-21T05:07:24.287Z | [ recovery-image] Dec 21 05:07:23.240 INFO O| Dec 21 05:07:23.240 INFO STEP 331 (remove_files) COMPLETE |
5424 | 2024-12-21T05:07:24.287Z | [ recovery-image] Dec 21 05:07:23.240 INFO O| Dec 21 05:07:23.240 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-21T05:07:24.315Z | [ recovery-image] Dec 21 05:07:23.271 INFO O| Dec 21 05:07:23.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5426 | 2024-12-21T05:07:24.315Z | [ recovery-image] Dec 21 05:07:23.272 INFO O| Dec 21 05:07:23.272 INFO STEP 332 (remove_files) COMPLETE |
5427 | 2024-12-21T05:07:24.316Z | [ recovery-image] Dec 21 05:07:23.272 INFO O| Dec 21 05:07:23.272 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-21T05:07:24.339Z | [ recovery-image] Dec 21 05:07:23.295 INFO O| Dec 21 05:07:23.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5429 | 2024-12-21T05:07:24.361Z | [ recovery-image] Dec 21 05:07:23.318 INFO O| Dec 21 05:07:23.318 INFO STEP 333 (remove_files) COMPLETE |
5430 | 2024-12-21T05:07:24.361Z | [ recovery-image] Dec 21 05:07:23.318 INFO O| Dec 21 05:07:23.318 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-21T05:07:24.423Z | [ recovery-image] Dec 21 05:07:23.380 INFO O| Dec 21 05:07:23.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5432 | 2024-12-21T05:07:24.423Z | [ recovery-image] Dec 21 05:07:23.380 INFO O| Dec 21 05:07:23.380 INFO STEP 334 (remove_files) COMPLETE |
5433 | 2024-12-21T05:07:24.427Z | [ recovery-image] Dec 21 05:07:23.380 INFO O| Dec 21 05:07:23.380 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-12-21T05:07:24.490Z | [ recovery-image] Dec 21 05:07:23.446 INFO O| Dec 21 05:07:23.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5435 | 2024-12-21T05:07:24.493Z | [ recovery-image] Dec 21 05:07:23.446 INFO O| Dec 21 05:07:23.446 INFO STEP 335 (remove_files) COMPLETE |
5436 | 2024-12-21T05:07:24.493Z | [ recovery-image] Dec 21 05:07:23.447 INFO O| Dec 21 05:07:23.447 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-12-21T05:07:24.517Z | [ recovery-image] Dec 21 05:07:23.474 INFO O| Dec 21 05:07:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5438 | 2024-12-21T05:07:24.520Z | [ recovery-image] Dec 21 05:07:23.474 INFO O| Dec 21 05:07:23.474 INFO STEP 336 (remove_files) COMPLETE |
5439 | 2024-12-21T05:07:24.520Z | [ recovery-image] Dec 21 05:07:23.474 INFO O| Dec 21 05:07:23.474 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-12-21T05:07:24.539Z | [ recovery-image] Dec 21 05:07:23.496 INFO O| Dec 21 05:07:23.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5441 | 2024-12-21T05:07:24.541Z | [ recovery-image] Dec 21 05:07:23.496 INFO O| Dec 21 05:07:23.496 INFO STEP 337 (remove_files) COMPLETE |
5442 | 2024-12-21T05:07:24.541Z | [ recovery-image] Dec 21 05:07:23.496 INFO O| Dec 21 05:07:23.496 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-21T05:07:24.557Z | [ recovery-image] Dec 21 05:07:23.515 INFO O| Dec 21 05:07:23.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5444 | 2024-12-21T05:07:24.560Z | [ recovery-image] Dec 21 05:07:23.516 INFO O| Dec 21 05:07:23.516 INFO STEP 338 (remove_files) COMPLETE |
5445 | 2024-12-21T05:07:24.560Z | [ recovery-image] Dec 21 05:07:23.516 INFO O| Dec 21 05:07:23.516 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-12-21T05:07:24.577Z | [ recovery-image] Dec 21 05:07:23.535 INFO O| Dec 21 05:07:23.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5447 | 2024-12-21T05:07:24.580Z | [ recovery-image] Dec 21 05:07:23.536 INFO O| Dec 21 05:07:23.536 INFO STEP 339 (remove_files) COMPLETE |
5448 | 2024-12-21T05:07:24.580Z | [ recovery-image] Dec 21 05:07:23.536 INFO O| Dec 21 05:07:23.536 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-12-21T05:07:24.599Z | [ recovery-image] Dec 21 05:07:23.558 INFO O| Dec 21 05:07:23.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5450 | 2024-12-21T05:07:24.602Z | [ recovery-image] Dec 21 05:07:23.558 INFO O| Dec 21 05:07:23.558 INFO STEP 340 (remove_files) COMPLETE |
5451 | 2024-12-21T05:07:24.602Z | [ recovery-image] Dec 21 05:07:23.558 INFO O| Dec 21 05:07:23.558 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-12-21T05:07:24.639Z | [ recovery-image] Dec 21 05:07:23.598 INFO O| Dec 21 05:07:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5453 | 2024-12-21T05:07:24.639Z | [ recovery-image] Dec 21 05:07:23.598 INFO O| Dec 21 05:07:23.598 INFO STEP 341 (remove_files) COMPLETE |
5454 | 2024-12-21T05:07:24.639Z | [ recovery-image] Dec 21 05:07:23.598 INFO O| Dec 21 05:07:23.598 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-12-21T05:07:24.657Z | [ recovery-image] Dec 21 05:07:23.617 INFO O| Dec 21 05:07:23.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5456 | 2024-12-21T05:07:24.657Z | [ recovery-image] Dec 21 05:07:23.617 INFO O| Dec 21 05:07:23.617 INFO STEP 342 (remove_files) COMPLETE |
5457 | 2024-12-21T05:07:24.667Z | [ recovery-image] Dec 21 05:07:23.617 INFO O| Dec 21 05:07:23.617 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-12-21T05:07:24.736Z | [ recovery-image] Dec 21 05:07:23.696 INFO O| Dec 21 05:07:23.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5459 | 2024-12-21T05:07:24.736Z | [ recovery-image] Dec 21 05:07:23.696 INFO O| Dec 21 05:07:23.696 INFO STEP 343 (remove_files) COMPLETE |
5460 | 2024-12-21T05:07:24.736Z | [ recovery-image] Dec 21 05:07:23.696 INFO O| Dec 21 05:07:23.696 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-21T05:07:24.774Z | [ recovery-image] Dec 21 05:07:23.734 INFO O| Dec 21 05:07:23.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5462 | 2024-12-21T05:07:24.776Z | [ recovery-image] Dec 21 05:07:23.734 INFO O| Dec 21 05:07:23.734 INFO STEP 344 (remove_files) COMPLETE |
5463 | 2024-12-21T05:07:24.776Z | [ recovery-image] Dec 21 05:07:23.734 INFO O| Dec 21 05:07:23.734 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-21T05:07:24.798Z | [ recovery-image] Dec 21 05:07:23.758 INFO O| Dec 21 05:07:23.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5465 | 2024-12-21T05:07:24.801Z | [ recovery-image] Dec 21 05:07:23.759 INFO O| Dec 21 05:07:23.759 INFO STEP 345 (remove_files) COMPLETE |
5466 | 2024-12-21T05:07:24.801Z | [ recovery-image] Dec 21 05:07:23.759 INFO O| Dec 21 05:07:23.759 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-21T05:07:24.836Z | [ recovery-image] Dec 21 05:07:23.795 INFO O| Dec 21 05:07:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5468 | 2024-12-21T05:07:24.836Z | [ recovery-image] Dec 21 05:07:23.796 INFO O| Dec 21 05:07:23.795 INFO STEP 346 (remove_files) COMPLETE |
5469 | 2024-12-21T05:07:24.836Z | [ recovery-image] Dec 21 05:07:23.796 INFO O| Dec 21 05:07:23.795 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-21T05:07:24.856Z | [ recovery-image] Dec 21 05:07:23.817 INFO O| Dec 21 05:07:23.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5471 | 2024-12-21T05:07:24.856Z | [ recovery-image] Dec 21 05:07:23.817 INFO O| Dec 21 05:07:23.817 INFO STEP 347 (remove_files) COMPLETE |
5472 | 2024-12-21T05:07:24.859Z | [ recovery-image] Dec 21 05:07:23.817 INFO O| Dec 21 05:07:23.817 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-21T05:07:24.882Z | [ recovery-image] Dec 21 05:07:23.842 INFO O| Dec 21 05:07:23.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5474 | 2024-12-21T05:07:24.882Z | [ recovery-image] Dec 21 05:07:23.842 INFO O| Dec 21 05:07:23.842 INFO STEP 348 (remove_files) COMPLETE |
5475 | 2024-12-21T05:07:24.882Z | [ recovery-image] Dec 21 05:07:23.842 INFO O| Dec 21 05:07:23.842 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-21T05:07:24.911Z | [ recovery-image] Dec 21 05:07:23.871 INFO O| Dec 21 05:07:23.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5477 | 2024-12-21T05:07:24.911Z | [ recovery-image] Dec 21 05:07:23.871 INFO O| Dec 21 05:07:23.871 INFO STEP 349 (remove_files) COMPLETE |
5478 | 2024-12-21T05:07:24.911Z | [ recovery-image] Dec 21 05:07:23.871 INFO O| Dec 21 05:07:23.871 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-21T05:07:24.964Z | [ recovery-image] Dec 21 05:07:23.925 INFO O| Dec 21 05:07:23.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5480 | 2024-12-21T05:07:24.964Z | [ recovery-image] Dec 21 05:07:23.925 INFO O| Dec 21 05:07:23.925 INFO STEP 350 (remove_files) COMPLETE |
5481 | 2024-12-21T05:07:24.964Z | [ recovery-image] Dec 21 05:07:23.925 INFO O| Dec 21 05:07:23.925 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-21T05:07:24.985Z | [ recovery-image] Dec 21 05:07:23.947 INFO O| Dec 21 05:07:23.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5483 | 2024-12-21T05:07:24.985Z | [ recovery-image] Dec 21 05:07:23.947 INFO O| Dec 21 05:07:23.947 INFO STEP 351 (remove_files) COMPLETE |
5484 | 2024-12-21T05:07:24.988Z | [ recovery-image] Dec 21 05:07:23.947 INFO O| Dec 21 05:07:23.947 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-21T05:07:25.049Z | [ recovery-image] Dec 21 05:07:24.010 INFO O| Dec 21 05:07:24.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5486 | 2024-12-21T05:07:25.049Z | [ recovery-image] Dec 21 05:07:24.010 INFO O| Dec 21 05:07:24.010 INFO STEP 352 (remove_files) COMPLETE |
5487 | 2024-12-21T05:07:25.049Z | [ recovery-image] Dec 21 05:07:24.010 INFO O| Dec 21 05:07:24.010 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-21T05:07:25.067Z | [ recovery-image] Dec 21 05:07:24.030 INFO O| Dec 21 05:07:24.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5489 | 2024-12-21T05:07:25.067Z | [ recovery-image] Dec 21 05:07:24.030 INFO O| Dec 21 05:07:24.030 INFO STEP 353 (remove_files) COMPLETE |
5490 | 2024-12-21T05:07:25.068Z | [ recovery-image] Dec 21 05:07:24.030 INFO O| Dec 21 05:07:24.030 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-21T05:07:25.099Z | [ recovery-image] Dec 21 05:07:24.062 INFO O| Dec 21 05:07:24.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5492 | 2024-12-21T05:07:25.099Z | [ recovery-image] Dec 21 05:07:24.062 INFO O| Dec 21 05:07:24.062 INFO STEP 354 (remove_files) COMPLETE |
5493 | 2024-12-21T05:07:25.099Z | [ recovery-image] Dec 21 05:07:24.062 INFO O| Dec 21 05:07:24.062 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-21T05:07:25.124Z | [ recovery-image] Dec 21 05:07:24.086 INFO O| Dec 21 05:07:24.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5495 | 2024-12-21T05:07:25.124Z | [ recovery-image] Dec 21 05:07:24.086 INFO O| Dec 21 05:07:24.086 INFO STEP 355 (remove_files) COMPLETE |
5496 | 2024-12-21T05:07:25.124Z | [ recovery-image] Dec 21 05:07:24.086 INFO O| Dec 21 05:07:24.086 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-21T05:07:25.146Z | [ recovery-image] Dec 21 05:07:24.107 INFO O| Dec 21 05:07:24.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5498 | 2024-12-21T05:07:25.146Z | [ recovery-image] Dec 21 05:07:24.107 INFO O| Dec 21 05:07:24.107 INFO STEP 356 (remove_files) COMPLETE |
5499 | 2024-12-21T05:07:25.146Z | [ recovery-image] Dec 21 05:07:24.107 INFO O| Dec 21 05:07:24.107 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-21T05:07:25.167Z | [ recovery-image] Dec 21 05:07:24.130 INFO O| Dec 21 05:07:24.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5501 | 2024-12-21T05:07:25.167Z | [ recovery-image] Dec 21 05:07:24.130 INFO O| Dec 21 05:07:24.130 INFO STEP 357 (remove_files) COMPLETE |
5502 | 2024-12-21T05:07:25.167Z | [ recovery-image] Dec 21 05:07:24.130 INFO O| Dec 21 05:07:24.130 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-21T05:07:25.203Z | [ recovery-image] Dec 21 05:07:24.167 INFO O| Dec 21 05:07:24.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5504 | 2024-12-21T05:07:25.203Z | [ recovery-image] Dec 21 05:07:24.167 INFO O| Dec 21 05:07:24.167 INFO STEP 358 (remove_files) COMPLETE |
5505 | 2024-12-21T05:07:25.203Z | [ recovery-image] Dec 21 05:07:24.167 INFO O| Dec 21 05:07:24.167 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-21T05:07:25.259Z | [ recovery-image] Dec 21 05:07:24.223 INFO O| Dec 21 05:07:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5507 | 2024-12-21T05:07:25.259Z | [ recovery-image] Dec 21 05:07:24.223 INFO O| Dec 21 05:07:24.223 INFO STEP 359 (remove_files) COMPLETE |
5508 | 2024-12-21T05:07:25.259Z | [ recovery-image] Dec 21 05:07:24.223 INFO O| Dec 21 05:07:24.223 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-21T05:07:25.292Z | [ recovery-image] Dec 21 05:07:24.257 INFO O| Dec 21 05:07:24.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5510 | 2024-12-21T05:07:25.295Z | [ recovery-image] Dec 21 05:07:24.258 INFO O| Dec 21 05:07:24.257 INFO STEP 360 (remove_files) COMPLETE |
5511 | 2024-12-21T05:07:25.295Z | [ recovery-image] Dec 21 05:07:24.258 INFO O| Dec 21 05:07:24.258 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-21T05:07:25.316Z | [ recovery-image] Dec 21 05:07:24.281 INFO O| Dec 21 05:07:24.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5513 | 2024-12-21T05:07:25.321Z | [ recovery-image] Dec 21 05:07:24.281 INFO O| Dec 21 05:07:24.281 INFO STEP 361 (remove_files) COMPLETE |
5514 | 2024-12-21T05:07:25.321Z | [ recovery-image] Dec 21 05:07:24.281 INFO O| Dec 21 05:07:24.281 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-21T05:07:25.372Z | [ recovery-image] Dec 21 05:07:24.338 INFO O| Dec 21 05:07:24.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5516 | 2024-12-21T05:07:25.372Z | [ recovery-image] Dec 21 05:07:24.338 INFO O| Dec 21 05:07:24.338 INFO STEP 362 (remove_files) COMPLETE |
5517 | 2024-12-21T05:07:25.372Z | [ recovery-image] Dec 21 05:07:24.338 INFO O| Dec 21 05:07:24.338 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-21T05:07:25.396Z | [ recovery-image] Dec 21 05:07:24.362 INFO O| Dec 21 05:07:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5519 | 2024-12-21T05:07:25.396Z | [ recovery-image] Dec 21 05:07:24.362 INFO O| Dec 21 05:07:24.362 INFO STEP 363 (remove_files) COMPLETE |
5520 | 2024-12-21T05:07:25.396Z | [ recovery-image] Dec 21 05:07:24.362 INFO O| Dec 21 05:07:24.362 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-21T05:07:25.419Z | [ recovery-image] Dec 21 05:07:24.385 INFO O| Dec 21 05:07:24.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5522 | 2024-12-21T05:07:25.419Z | [ recovery-image] Dec 21 05:07:24.385 INFO O| Dec 21 05:07:24.385 INFO STEP 364 (remove_files) COMPLETE |
5523 | 2024-12-21T05:07:25.419Z | [ recovery-image] Dec 21 05:07:24.385 INFO O| Dec 21 05:07:24.385 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-21T05:07:25.474Z | [ recovery-image] Dec 21 05:07:24.441 INFO O| Dec 21 05:07:24.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5525 | 2024-12-21T05:07:25.474Z | [ recovery-image] Dec 21 05:07:24.441 INFO O| Dec 21 05:07:24.441 INFO STEP 365 (remove_files) COMPLETE |
5526 | 2024-12-21T05:07:25.475Z | [ recovery-image] Dec 21 05:07:24.441 INFO O| Dec 21 05:07:24.441 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-21T05:07:25.519Z | [ recovery-image] Dec 21 05:07:24.486 INFO O| Dec 21 05:07:24.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5528 | 2024-12-21T05:07:25.519Z | [ recovery-image] Dec 21 05:07:24.486 INFO O| Dec 21 05:07:24.486 INFO STEP 366 (remove_files) COMPLETE |
5529 | 2024-12-21T05:07:25.519Z | [ recovery-image] Dec 21 05:07:24.486 INFO O| Dec 21 05:07:24.486 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-21T05:07:25.554Z | [ recovery-image] Dec 21 05:07:24.520 INFO O| Dec 21 05:07:24.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5531 | 2024-12-21T05:07:25.554Z | [ recovery-image] Dec 21 05:07:24.520 INFO O| Dec 21 05:07:24.520 INFO STEP 367 (remove_files) COMPLETE |
5532 | 2024-12-21T05:07:25.554Z | [ recovery-image] Dec 21 05:07:24.520 INFO O| Dec 21 05:07:24.520 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-21T05:07:25.591Z | [ recovery-image] Dec 21 05:07:24.559 INFO O| Dec 21 05:07:24.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5534 | 2024-12-21T05:07:25.594Z | [ recovery-image] Dec 21 05:07:24.559 INFO O| Dec 21 05:07:24.559 INFO STEP 368 (remove_files) COMPLETE |
5535 | 2024-12-21T05:07:25.594Z | [ recovery-image] Dec 21 05:07:24.559 INFO O| Dec 21 05:07:24.559 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-21T05:07:25.622Z | [ recovery-image] Dec 21 05:07:24.590 INFO O| Dec 21 05:07:24.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5537 | 2024-12-21T05:07:25.622Z | [ recovery-image] Dec 21 05:07:24.590 INFO O| Dec 21 05:07:24.590 INFO STEP 369 (remove_files) COMPLETE |
5538 | 2024-12-21T05:07:25.622Z | [ recovery-image] Dec 21 05:07:24.590 INFO O| Dec 21 05:07:24.590 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-21T05:07:25.663Z | [ recovery-image] Dec 21 05:07:24.630 INFO O| Dec 21 05:07:24.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5540 | 2024-12-21T05:07:25.663Z | [ recovery-image] Dec 21 05:07:24.630 INFO O| Dec 21 05:07:24.630 INFO STEP 370 (remove_files) COMPLETE |
5541 | 2024-12-21T05:07:25.663Z | [ recovery-image] Dec 21 05:07:24.630 INFO O| Dec 21 05:07:24.630 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-21T05:07:25.685Z | [ recovery-image] Dec 21 05:07:24.653 INFO O| Dec 21 05:07:24.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5543 | 2024-12-21T05:07:25.685Z | [ recovery-image] Dec 21 05:07:24.653 INFO O| Dec 21 05:07:24.653 INFO STEP 371 (remove_files) COMPLETE |
5544 | 2024-12-21T05:07:25.685Z | [ recovery-image] Dec 21 05:07:24.653 INFO O| Dec 21 05:07:24.653 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-21T05:07:25.722Z | [ recovery-image] Dec 21 05:07:24.691 INFO O| Dec 21 05:07:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5546 | 2024-12-21T05:07:25.722Z | [ recovery-image] Dec 21 05:07:24.691 INFO O| Dec 21 05:07:24.691 INFO STEP 372 (remove_files) COMPLETE |
5547 | 2024-12-21T05:07:25.726Z | [ recovery-image] Dec 21 05:07:24.691 INFO O| Dec 21 05:07:24.691 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-21T05:07:25.773Z | [ recovery-image] Dec 21 05:07:24.742 INFO O| Dec 21 05:07:24.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5549 | 2024-12-21T05:07:25.773Z | [ recovery-image] Dec 21 05:07:24.742 INFO O| Dec 21 05:07:24.742 INFO STEP 373 (remove_files) COMPLETE |
5550 | 2024-12-21T05:07:25.773Z | [ recovery-image] Dec 21 05:07:24.742 INFO O| Dec 21 05:07:24.742 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-21T05:07:25.797Z | [ recovery-image] Dec 21 05:07:24.767 INFO O| Dec 21 05:07:24.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5552 | 2024-12-21T05:07:25.797Z | [ recovery-image] Dec 21 05:07:24.767 INFO O| Dec 21 05:07:24.767 INFO STEP 374 (remove_files) COMPLETE |
5553 | 2024-12-21T05:07:25.797Z | [ recovery-image] Dec 21 05:07:24.767 INFO O| Dec 21 05:07:24.767 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-21T05:07:25.833Z | [ recovery-image] Dec 21 05:07:24.803 INFO O| Dec 21 05:07:24.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5555 | 2024-12-21T05:07:25.836Z | [ recovery-image] Dec 21 05:07:24.803 INFO O| Dec 21 05:07:24.803 INFO STEP 375 (remove_files) COMPLETE |
5556 | 2024-12-21T05:07:25.836Z | [ recovery-image] Dec 21 05:07:24.804 INFO O| Dec 21 05:07:24.803 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-21T05:07:25.855Z | [ recovery-image] Dec 21 05:07:24.824 INFO O| Dec 21 05:07:24.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5558 | 2024-12-21T05:07:25.855Z | [ recovery-image] Dec 21 05:07:24.824 INFO O| Dec 21 05:07:24.824 INFO STEP 376 (remove_files) COMPLETE |
5559 | 2024-12-21T05:07:25.855Z | [ recovery-image] Dec 21 05:07:24.824 INFO O| Dec 21 05:07:24.824 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-21T05:07:25.889Z | [ recovery-image] Dec 21 05:07:24.859 INFO O| Dec 21 05:07:24.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5561 | 2024-12-21T05:07:25.889Z | [ recovery-image] Dec 21 05:07:24.859 INFO O| Dec 21 05:07:24.859 INFO STEP 377 (remove_files) COMPLETE |
5562 | 2024-12-21T05:07:25.891Z | [ recovery-image] Dec 21 05:07:24.859 INFO O| Dec 21 05:07:24.859 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-21T05:07:25.913Z | [ recovery-image] Dec 21 05:07:24.883 INFO O| Dec 21 05:07:24.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5564 | 2024-12-21T05:07:25.913Z | [ recovery-image] Dec 21 05:07:24.884 INFO O| Dec 21 05:07:24.883 INFO STEP 378 (remove_files) COMPLETE |
5565 | 2024-12-21T05:07:25.913Z | [ recovery-image] Dec 21 05:07:24.884 INFO O| Dec 21 05:07:24.884 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-21T05:07:25.951Z | [ recovery-image] Dec 21 05:07:24.921 INFO O| Dec 21 05:07:24.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5567 | 2024-12-21T05:07:25.951Z | [ recovery-image] Dec 21 05:07:24.921 INFO O| Dec 21 05:07:24.921 INFO STEP 379 (remove_files) COMPLETE |
5568 | 2024-12-21T05:07:25.951Z | [ recovery-image] Dec 21 05:07:24.921 INFO O| Dec 21 05:07:24.921 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-21T05:07:25.987Z | [ recovery-image] Dec 21 05:07:24.958 INFO O| Dec 21 05:07:24.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5570 | 2024-12-21T05:07:25.987Z | [ recovery-image] Dec 21 05:07:24.958 INFO O| Dec 21 05:07:24.958 INFO STEP 380 (remove_files) COMPLETE |
5571 | 2024-12-21T05:07:25.987Z | [ recovery-image] Dec 21 05:07:24.958 INFO O| Dec 21 05:07:24.958 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-21T05:07:26.039Z | [ recovery-image] Dec 21 05:07:25.011 INFO O| Dec 21 05:07:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5573 | 2024-12-21T05:07:26.039Z | [ recovery-image] Dec 21 05:07:25.011 INFO O| Dec 21 05:07:25.011 INFO STEP 381 (remove_files) COMPLETE |
5574 | 2024-12-21T05:07:26.039Z | [ recovery-image] Dec 21 05:07:25.011 INFO O| Dec 21 05:07:25.011 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-21T05:07:26.059Z | [ recovery-image] Dec 21 05:07:25.031 INFO O| Dec 21 05:07:25.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5576 | 2024-12-21T05:07:26.059Z | [ recovery-image] Dec 21 05:07:25.031 INFO O| Dec 21 05:07:25.031 INFO STEP 382 (remove_files) COMPLETE |
5577 | 2024-12-21T05:07:26.062Z | [ recovery-image] Dec 21 05:07:25.031 INFO O| Dec 21 05:07:25.031 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-21T05:07:26.082Z | [ recovery-image] Dec 21 05:07:25.054 INFO O| Dec 21 05:07:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5579 | 2024-12-21T05:07:26.082Z | [ recovery-image] Dec 21 05:07:25.054 INFO O| Dec 21 05:07:25.054 INFO STEP 383 (remove_files) COMPLETE |
5580 | 2024-12-21T05:07:26.082Z | [ recovery-image] Dec 21 05:07:25.054 INFO O| Dec 21 05:07:25.054 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-21T05:07:26.439Z | [ recovery-image] Dec 21 05:07:25.078 INFO O| Dec 21 05:07:25.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5582 | 2024-12-21T05:07:26.439Z | [ recovery-image] Dec 21 05:07:25.078 INFO O| Dec 21 05:07:25.078 INFO STEP 384 (remove_files) COMPLETE |
5583 | 2024-12-21T05:07:26.440Z | [ recovery-image] Dec 21 05:07:25.078 INFO O| Dec 21 05:07:25.078 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-21T05:07:26.459Z | [ recovery-image] Dec 21 05:07:25.099 INFO O| Dec 21 05:07:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5585 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.099 INFO O| Dec 21 05:07:25.099 INFO STEP 385 (remove_files) COMPLETE |
5586 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.099 INFO O| Dec 21 05:07:25.099 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.116 INFO O| Dec 21 05:07:25.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5588 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.116 INFO O| Dec 21 05:07:25.116 INFO STEP 386 (remove_files) COMPLETE |
5589 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.116 INFO O| Dec 21 05:07:25.116 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.134 INFO O| Dec 21 05:07:25.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5591 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.134 INFO O| Dec 21 05:07:25.134 INFO STEP 387 (remove_files) COMPLETE |
5592 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.135 INFO O| Dec 21 05:07:25.134 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.162 INFO O| Dec 21 05:07:25.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5594 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.162 INFO O| Dec 21 05:07:25.162 INFO STEP 388 (remove_files) COMPLETE |
5595 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.162 INFO O| Dec 21 05:07:25.162 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.206 INFO O| Dec 21 05:07:25.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5597 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.206 INFO O| Dec 21 05:07:25.206 INFO STEP 389 (remove_files) COMPLETE |
5598 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.206 INFO O| Dec 21 05:07:25.206 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.232 INFO O| Dec 21 05:07:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5600 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.233 INFO O| Dec 21 05:07:25.233 INFO STEP 390 (remove_files) COMPLETE |
5601 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.233 INFO O| Dec 21 05:07:25.233 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.257 INFO O| Dec 21 05:07:25.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5603 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.258 INFO O| Dec 21 05:07:25.257 INFO STEP 391 (remove_files) COMPLETE |
5604 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.258 INFO O| Dec 21 05:07:25.258 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-21T05:07:26.460Z | [ recovery-image] Dec 21 05:07:25.279 INFO O| Dec 21 05:07:25.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5606 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.280 INFO O| Dec 21 05:07:25.280 INFO STEP 392 (remove_files) COMPLETE |
5607 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.280 INFO O| Dec 21 05:07:25.280 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.325 INFO O| Dec 21 05:07:25.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5609 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.325 INFO O| Dec 21 05:07:25.325 INFO STEP 393 (remove_files) COMPLETE |
5610 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.326 INFO O| Dec 21 05:07:25.325 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.347 INFO O| Dec 21 05:07:25.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5612 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.372 INFO O| Dec 21 05:07:25.372 INFO STEP 394 (remove_files) COMPLETE |
5613 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.372 INFO O| Dec 21 05:07:25.372 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.407 INFO O| Dec 21 05:07:25.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5615 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.407 INFO O| Dec 21 05:07:25.407 INFO STEP 395 (remove_files) COMPLETE |
5616 | 2024-12-21T05:07:26.461Z | [ recovery-image] Dec 21 05:07:25.407 INFO O| Dec 21 05:07:25.407 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-21T05:07:26.464Z | [ recovery-image] Dec 21 05:07:25.429 INFO O| Dec 21 05:07:25.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5618 | 2024-12-21T05:07:26.464Z | [ recovery-image] Dec 21 05:07:25.429 INFO O| Dec 21 05:07:25.429 INFO STEP 396 (remove_files) COMPLETE |
5619 | 2024-12-21T05:07:26.464Z | [ recovery-image] Dec 21 05:07:25.429 INFO O| Dec 21 05:07:25.429 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-21T05:07:26.512Z | [ recovery-image] Dec 21 05:07:25.487 INFO O| Dec 21 05:07:25.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5621 | 2024-12-21T05:07:26.512Z | [ recovery-image] Dec 21 05:07:25.488 INFO O| Dec 21 05:07:25.488 INFO STEP 397 (remove_files) COMPLETE |
5622 | 2024-12-21T05:07:26.512Z | [ recovery-image] Dec 21 05:07:25.488 INFO O| Dec 21 05:07:25.488 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-21T05:07:26.538Z | [ recovery-image] Dec 21 05:07:25.512 INFO O| Dec 21 05:07:25.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5624 | 2024-12-21T05:07:26.538Z | [ recovery-image] Dec 21 05:07:25.512 INFO O| Dec 21 05:07:25.512 INFO STEP 398 (remove_files) COMPLETE |
5625 | 2024-12-21T05:07:26.543Z | [ recovery-image] Dec 21 05:07:25.512 INFO O| Dec 21 05:07:25.512 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-21T05:07:26.595Z | [ recovery-image] Dec 21 05:07:25.572 INFO O| Dec 21 05:07:25.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5627 | 2024-12-21T05:07:26.595Z | [ recovery-image] Dec 21 05:07:25.572 INFO O| Dec 21 05:07:25.572 INFO STEP 399 (remove_files) COMPLETE |
5628 | 2024-12-21T05:07:26.598Z | [ recovery-image] Dec 21 05:07:25.572 INFO O| Dec 21 05:07:25.572 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-21T05:07:26.626Z | [ recovery-image] Dec 21 05:07:25.603 INFO O| Dec 21 05:07:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5630 | 2024-12-21T05:07:26.626Z | [ recovery-image] Dec 21 05:07:25.603 INFO O| Dec 21 05:07:25.603 INFO STEP 400 (remove_files) COMPLETE |
5631 | 2024-12-21T05:07:26.626Z | [ recovery-image] Dec 21 05:07:25.603 INFO O| Dec 21 05:07:25.603 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-12-21T05:07:26.648Z | [ recovery-image] Dec 21 05:07:25.625 INFO O| Dec 21 05:07:25.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5633 | 2024-12-21T05:07:26.648Z | [ recovery-image] Dec 21 05:07:25.625 INFO O| Dec 21 05:07:25.625 INFO STEP 401 (remove_files) COMPLETE |
5634 | 2024-12-21T05:07:26.648Z | [ recovery-image] Dec 21 05:07:25.625 INFO O| Dec 21 05:07:25.625 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-12-21T05:07:26.668Z | [ recovery-image] Dec 21 05:07:25.645 INFO O| Dec 21 05:07:25.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5636 | 2024-12-21T05:07:26.668Z | [ recovery-image] Dec 21 05:07:25.646 INFO O| Dec 21 05:07:25.646 INFO STEP 402 (remove_files) COMPLETE |
5637 | 2024-12-21T05:07:26.668Z | [ recovery-image] Dec 21 05:07:25.646 INFO O| Dec 21 05:07:25.646 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-12-21T05:07:26.730Z | [ recovery-image] Dec 21 05:07:25.708 INFO O| Dec 21 05:07:25.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5639 | 2024-12-21T05:07:26.730Z | [ recovery-image] Dec 21 05:07:25.708 INFO O| Dec 21 05:07:25.708 INFO STEP 403 (remove_files) COMPLETE |
5640 | 2024-12-21T05:07:26.730Z | [ recovery-image] Dec 21 05:07:25.708 INFO O| Dec 21 05:07:25.708 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-12-21T05:07:26.774Z | [ recovery-image] Dec 21 05:07:25.752 INFO O| Dec 21 05:07:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5642 | 2024-12-21T05:07:26.774Z | [ recovery-image] Dec 21 05:07:25.752 INFO O| Dec 21 05:07:25.752 INFO STEP 404 (remove_files) COMPLETE |
5643 | 2024-12-21T05:07:26.774Z | [ recovery-image] Dec 21 05:07:25.752 INFO O| Dec 21 05:07:25.752 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-21T05:07:26.795Z | [ recovery-image] Dec 21 05:07:25.773 INFO O| Dec 21 05:07:25.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5645 | 2024-12-21T05:07:26.795Z | [ recovery-image] Dec 21 05:07:25.773 INFO O| Dec 21 05:07:25.773 INFO STEP 405 (remove_files) COMPLETE |
5646 | 2024-12-21T05:07:26.798Z | [ recovery-image] Dec 21 05:07:25.773 INFO O| Dec 21 05:07:25.773 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-21T05:07:26.814Z | [ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5648 | 2024-12-21T05:07:26.814Z | [ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO STEP 406 (remove_files) COMPLETE |
5649 | 2024-12-21T05:07:26.817Z | [ recovery-image] Dec 21 05:07:25.793 INFO O| Dec 21 05:07:25.793 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-21T05:07:26.853Z | [ recovery-image] Dec 21 05:07:25.832 INFO O| Dec 21 05:07:25.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5651 | 2024-12-21T05:07:26.853Z | [ recovery-image] Dec 21 05:07:25.832 INFO O| Dec 21 05:07:25.832 INFO STEP 407 (remove_files) COMPLETE |
5652 | 2024-12-21T05:07:26.853Z | [ recovery-image] Dec 21 05:07:25.832 INFO O| Dec 21 05:07:25.832 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-21T05:07:26.874Z | [ recovery-image] Dec 21 05:07:25.854 INFO O| Dec 21 05:07:25.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5654 | 2024-12-21T05:07:26.874Z | [ recovery-image] Dec 21 05:07:25.854 INFO O| Dec 21 05:07:25.854 INFO STEP 408 (remove_files) COMPLETE |
5655 | 2024-12-21T05:07:26.874Z | [ recovery-image] Dec 21 05:07:25.854 INFO O| Dec 21 05:07:25.854 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-21T05:07:26.919Z | [ recovery-image] Dec 21 05:07:25.899 INFO O| Dec 21 05:07:25.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5657 | 2024-12-21T05:07:26.922Z | [ recovery-image] Dec 21 05:07:25.899 INFO O| Dec 21 05:07:25.899 INFO STEP 409 (remove_files) COMPLETE |
5658 | 2024-12-21T05:07:26.922Z | [ recovery-image] Dec 21 05:07:25.899 INFO O| Dec 21 05:07:25.899 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-21T05:07:26.941Z | [ recovery-image] Dec 21 05:07:25.920 INFO O| Dec 21 05:07:25.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5660 | 2024-12-21T05:07:26.943Z | [ recovery-image] Dec 21 05:07:25.921 INFO O| Dec 21 05:07:25.921 INFO STEP 410 (remove_files) COMPLETE |
5661 | 2024-12-21T05:07:26.943Z | [ recovery-image] Dec 21 05:07:25.921 INFO O| Dec 21 05:07:25.921 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-21T05:07:26.960Z | [ recovery-image] Dec 21 05:07:25.940 INFO O| Dec 21 05:07:25.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5663 | 2024-12-21T05:07:26.963Z | [ recovery-image] Dec 21 05:07:25.940 INFO O| Dec 21 05:07:25.940 INFO STEP 411 (remove_files) COMPLETE |
5664 | 2024-12-21T05:07:26.963Z | [ recovery-image] Dec 21 05:07:25.940 INFO O| Dec 21 05:07:25.940 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-21T05:07:26.995Z | [ recovery-image] Dec 21 05:07:25.975 INFO O| Dec 21 05:07:25.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5666 | 2024-12-21T05:07:26.998Z | [ recovery-image] Dec 21 05:07:25.975 INFO O| Dec 21 05:07:25.975 INFO STEP 412 (remove_files) COMPLETE |
5667 | 2024-12-21T05:07:26.998Z | [ recovery-image] Dec 21 05:07:25.975 INFO O| Dec 21 05:07:25.975 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-21T05:07:27.038Z | [ recovery-image] Dec 21 05:07:26.019 INFO O| Dec 21 05:07:26.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5669 | 2024-12-21T05:07:27.038Z | [ recovery-image] Dec 21 05:07:26.019 INFO O| Dec 21 05:07:26.019 INFO STEP 413 (remove_files) COMPLETE |
5670 | 2024-12-21T05:07:27.041Z | [ recovery-image] Dec 21 05:07:26.019 INFO O| Dec 21 05:07:26.019 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-21T05:07:27.075Z | [ recovery-image] Dec 21 05:07:26.055 INFO O| Dec 21 05:07:26.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5672 | 2024-12-21T05:07:27.075Z | [ recovery-image] Dec 21 05:07:26.055 INFO O| Dec 21 05:07:26.055 INFO STEP 414 (remove_files) COMPLETE |
5673 | 2024-12-21T05:07:27.075Z | [ recovery-image] Dec 21 05:07:26.055 INFO O| Dec 21 05:07:26.055 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-21T05:07:27.136Z | [ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5675 | 2024-12-21T05:07:27.136Z | [ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO STEP 415 (remove_files) COMPLETE |
5676 | 2024-12-21T05:07:27.136Z | [ recovery-image] Dec 21 05:07:26.118 INFO O| Dec 21 05:07:26.118 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-21T05:07:27.164Z | [ recovery-image] Dec 21 05:07:26.146 INFO O| Dec 21 05:07:26.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5678 | 2024-12-21T05:07:27.164Z | [ recovery-image] Dec 21 05:07:26.146 INFO O| Dec 21 05:07:26.146 INFO STEP 416 (remove_files) COMPLETE |
5679 | 2024-12-21T05:07:27.164Z | [ recovery-image] Dec 21 05:07:26.146 INFO O| Dec 21 05:07:26.146 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-21T05:07:27.202Z | [ recovery-image] Dec 21 05:07:26.183 INFO O| Dec 21 05:07:26.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5681 | 2024-12-21T05:07:27.202Z | [ recovery-image] Dec 21 05:07:26.183 INFO O| Dec 21 05:07:26.183 INFO STEP 417 (remove_files) COMPLETE |
5682 | 2024-12-21T05:07:27.204Z | [ recovery-image] Dec 21 05:07:26.183 INFO O| Dec 21 05:07:26.183 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-21T05:07:27.240Z | [ recovery-image] Dec 21 05:07:26.223 INFO O| Dec 21 05:07:26.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5684 | 2024-12-21T05:07:27.240Z | [ recovery-image] Dec 21 05:07:26.223 INFO O| Dec 21 05:07:26.223 INFO STEP 418 (remove_files) COMPLETE |
5685 | 2024-12-21T05:07:27.240Z | [ recovery-image] Dec 21 05:07:26.223 INFO O| Dec 21 05:07:26.223 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-21T05:07:27.279Z | [ recovery-image] Dec 21 05:07:26.262 INFO O| Dec 21 05:07:26.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5687 | 2024-12-21T05:07:27.282Z | [ recovery-image] Dec 21 05:07:26.262 INFO O| Dec 21 05:07:26.262 INFO STEP 419 (remove_files) COMPLETE |
5688 | 2024-12-21T05:07:27.282Z | [ recovery-image] Dec 21 05:07:26.262 INFO O| Dec 21 05:07:26.262 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-21T05:07:27.300Z | [ recovery-image] Dec 21 05:07:26.283 INFO O| Dec 21 05:07:26.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5690 | 2024-12-21T05:07:27.303Z | [ recovery-image] Dec 21 05:07:26.284 INFO O| Dec 21 05:07:26.283 INFO STEP 420 (remove_files) COMPLETE |
5691 | 2024-12-21T05:07:27.303Z | [ recovery-image] Dec 21 05:07:26.284 INFO O| Dec 21 05:07:26.284 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-21T05:07:27.319Z | [ recovery-image] Dec 21 05:07:26.303 INFO O| Dec 21 05:07:26.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5693 | 2024-12-21T05:07:27.322Z | [ recovery-image] Dec 21 05:07:26.303 INFO O| Dec 21 05:07:26.303 INFO STEP 421 (remove_files) COMPLETE |
5694 | 2024-12-21T05:07:27.322Z | [ recovery-image] Dec 21 05:07:26.303 INFO O| Dec 21 05:07:26.303 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-21T05:07:27.338Z | [ recovery-image] Dec 21 05:07:26.322 INFO O| Dec 21 05:07:26.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5696 | 2024-12-21T05:07:27.338Z | [ recovery-image] Dec 21 05:07:26.322 INFO O| Dec 21 05:07:26.322 INFO STEP 422 (remove_files) COMPLETE |
5697 | 2024-12-21T05:07:27.338Z | [ recovery-image] Dec 21 05:07:26.322 INFO O| Dec 21 05:07:26.322 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-21T05:07:27.372Z | [ recovery-image] Dec 21 05:07:26.355 INFO O| Dec 21 05:07:26.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5699 | 2024-12-21T05:07:27.376Z | [ recovery-image] Dec 21 05:07:26.356 INFO O| Dec 21 05:07:26.356 INFO STEP 423 (remove_files) COMPLETE |
5700 | 2024-12-21T05:07:27.376Z | [ recovery-image] Dec 21 05:07:26.356 INFO O| Dec 21 05:07:26.356 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-21T05:07:27.414Z | [ recovery-image] Dec 21 05:07:26.398 INFO O| Dec 21 05:07:26.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5702 | 2024-12-21T05:07:27.414Z | [ recovery-image] Dec 21 05:07:26.398 INFO O| Dec 21 05:07:26.398 INFO STEP 424 (remove_files) COMPLETE |
5703 | 2024-12-21T05:07:27.414Z | [ recovery-image] Dec 21 05:07:26.398 INFO O| Dec 21 05:07:26.398 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-21T05:07:27.451Z | [ recovery-image] Dec 21 05:07:26.435 INFO O| Dec 21 05:07:26.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5705 | 2024-12-21T05:07:27.451Z | [ recovery-image] Dec 21 05:07:26.436 INFO O| Dec 21 05:07:26.435 INFO STEP 425 (remove_files) COMPLETE |
5706 | 2024-12-21T05:07:27.451Z | [ recovery-image] Dec 21 05:07:26.436 INFO O| Dec 21 05:07:26.435 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-21T05:07:27.491Z | [ recovery-image] Dec 21 05:07:26.476 INFO O| Dec 21 05:07:26.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5708 | 2024-12-21T05:07:27.492Z | [ recovery-image] Dec 21 05:07:26.477 INFO O| Dec 21 05:07:26.477 INFO STEP 426 (remove_files) COMPLETE |
5709 | 2024-12-21T05:07:27.494Z | [ recovery-image] Dec 21 05:07:26.477 INFO O| Dec 21 05:07:26.477 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-21T05:07:27.538Z | [ recovery-image] Dec 21 05:07:26.523 INFO O| Dec 21 05:07:26.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5711 | 2024-12-21T05:07:27.538Z | [ recovery-image] Dec 21 05:07:26.523 INFO O| Dec 21 05:07:26.523 INFO STEP 427 (remove_files) COMPLETE |
5712 | 2024-12-21T05:07:27.538Z | [ recovery-image] Dec 21 05:07:26.523 INFO O| Dec 21 05:07:26.523 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-21T05:07:27.600Z | [ recovery-image] Dec 21 05:07:26.586 INFO O| Dec 21 05:07:26.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5714 | 2024-12-21T05:07:27.600Z | [ recovery-image] Dec 21 05:07:26.586 INFO O| Dec 21 05:07:26.586 INFO STEP 428 (remove_files) COMPLETE |
5715 | 2024-12-21T05:07:27.600Z | [ recovery-image] Dec 21 05:07:26.586 INFO O| Dec 21 05:07:26.586 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-21T05:07:27.657Z | [ recovery-image] Dec 21 05:07:26.644 INFO O| Dec 21 05:07:26.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5717 | 2024-12-21T05:07:27.657Z | [ recovery-image] Dec 21 05:07:26.644 INFO O| Dec 21 05:07:26.644 INFO STEP 429 (remove_files) COMPLETE |
5718 | 2024-12-21T05:07:27.660Z | [ recovery-image] Dec 21 05:07:26.644 INFO O| Dec 21 05:07:26.644 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-21T05:07:27.714Z | [ recovery-image] Dec 21 05:07:26.701 INFO O| Dec 21 05:07:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5720 | 2024-12-21T05:07:27.714Z | [ recovery-image] Dec 21 05:07:26.701 INFO O| Dec 21 05:07:26.701 INFO STEP 430 (remove_files) COMPLETE |
5721 | 2024-12-21T05:07:27.714Z | [ recovery-image] Dec 21 05:07:26.701 INFO O| Dec 21 05:07:26.701 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-21T05:07:27.734Z | [ recovery-image] Dec 21 05:07:26.721 INFO O| Dec 21 05:07:26.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5723 | 2024-12-21T05:07:27.734Z | [ recovery-image] Dec 21 05:07:26.721 INFO O| Dec 21 05:07:26.721 INFO STEP 431 (remove_files) COMPLETE |
5724 | 2024-12-21T05:07:27.734Z | [ recovery-image] Dec 21 05:07:26.721 INFO O| Dec 21 05:07:26.721 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-21T05:07:27.752Z | [ recovery-image] Dec 21 05:07:26.740 INFO O| Dec 21 05:07:26.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5726 | 2024-12-21T05:07:27.752Z | [ recovery-image] Dec 21 05:07:26.740 INFO O| Dec 21 05:07:26.740 INFO STEP 432 (remove_files) COMPLETE |
5727 | 2024-12-21T05:07:27.752Z | [ recovery-image] Dec 21 05:07:26.740 INFO O| Dec 21 05:07:26.740 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-21T05:07:27.771Z | [ recovery-image] Dec 21 05:07:26.758 INFO O| Dec 21 05:07:26.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5729 | 2024-12-21T05:07:27.771Z | [ recovery-image] Dec 21 05:07:26.758 INFO O| Dec 21 05:07:26.758 INFO STEP 433 (remove_files) COMPLETE |
5730 | 2024-12-21T05:07:27.771Z | [ recovery-image] Dec 21 05:07:26.758 INFO O| Dec 21 05:07:26.758 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-21T05:07:27.791Z | [ recovery-image] Dec 21 05:07:26.779 INFO O| Dec 21 05:07:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5732 | 2024-12-21T05:07:27.791Z | [ recovery-image] Dec 21 05:07:26.779 INFO O| Dec 21 05:07:26.779 INFO STEP 434 (remove_files) COMPLETE |
5733 | 2024-12-21T05:07:27.791Z | [ recovery-image] Dec 21 05:07:26.779 INFO O| Dec 21 05:07:26.779 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-21T05:07:27.820Z | [ recovery-image] Dec 21 05:07:26.808 INFO O| Dec 21 05:07:26.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5735 | 2024-12-21T05:07:27.821Z | [ recovery-image] Dec 21 05:07:26.808 INFO O| Dec 21 05:07:26.808 INFO STEP 435 (remove_files) COMPLETE |
5736 | 2024-12-21T05:07:27.821Z | [ recovery-image] Dec 21 05:07:26.808 INFO O| Dec 21 05:07:26.808 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-21T05:07:27.842Z | [ recovery-image] Dec 21 05:07:26.830 INFO O| Dec 21 05:07:26.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5738 | 2024-12-21T05:07:27.842Z | [ recovery-image] Dec 21 05:07:26.830 INFO O| Dec 21 05:07:26.830 INFO STEP 436 (remove_files) COMPLETE |
5739 | 2024-12-21T05:07:27.844Z | [ recovery-image] Dec 21 05:07:26.830 INFO O| Dec 21 05:07:26.830 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-21T05:07:27.860Z | [ recovery-image] Dec 21 05:07:26.848 INFO O| Dec 21 05:07:26.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5741 | 2024-12-21T05:07:27.860Z | [ recovery-image] Dec 21 05:07:26.848 INFO O| Dec 21 05:07:26.848 INFO STEP 437 (remove_files) COMPLETE |
5742 | 2024-12-21T05:07:27.860Z | [ recovery-image] Dec 21 05:07:26.848 INFO O| Dec 21 05:07:26.848 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-12-21T05:07:27.880Z | [ recovery-image] Dec 21 05:07:26.867 INFO O| Dec 21 05:07:26.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5744 | 2024-12-21T05:07:27.880Z | [ recovery-image] Dec 21 05:07:26.867 INFO O| Dec 21 05:07:26.867 INFO STEP 438 (remove_files) COMPLETE |
5745 | 2024-12-21T05:07:27.880Z | [ recovery-image] Dec 21 05:07:26.867 INFO O| Dec 21 05:07:26.867 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-12-21T05:07:27.897Z | [ recovery-image] Dec 21 05:07:26.886 INFO O| Dec 21 05:07:26.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5747 | 2024-12-21T05:07:27.898Z | [ recovery-image] Dec 21 05:07:26.886 INFO O| Dec 21 05:07:26.886 INFO STEP 439 (remove_files) COMPLETE |
5748 | 2024-12-21T05:07:27.901Z | [ recovery-image] Dec 21 05:07:26.886 INFO O| Dec 21 05:07:26.886 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-12-21T05:07:27.917Z | [ recovery-image] Dec 21 05:07:26.905 INFO O| Dec 21 05:07:26.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5750 | 2024-12-21T05:07:27.917Z | [ recovery-image] Dec 21 05:07:26.906 INFO O| Dec 21 05:07:26.905 INFO STEP 440 (remove_files) COMPLETE |
5751 | 2024-12-21T05:07:27.918Z | [ recovery-image] Dec 21 05:07:26.906 INFO O| Dec 21 05:07:26.906 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-12-21T05:07:27.953Z | [ host-image] Dec 21 05:07:26.941 INFO O| Dec 21 05:07:26.941 INFO O| Planning: Solver setup ... Done |
5753 | 2024-12-21T05:07:27.956Z | [ recovery-image] Dec 21 05:07:26.943 INFO O| Dec 21 05:07:26.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5754 | 2024-12-21T05:07:27.956Z | [ recovery-image] Dec 21 05:07:26.943 INFO O| Dec 21 05:07:26.943 INFO STEP 441 (remove_files) COMPLETE |
5755 | 2024-12-21T05:07:27.956Z | [ recovery-image] Dec 21 05:07:26.943 INFO O| Dec 21 05:07:26.943 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-21T05:07:27.959Z | [ host-image] Dec 21 05:07:26.949 INFO O| Dec 21 05:07:26.948 INFO O| Planning: Running solver ... Done |
5757 | 2024-12-21T05:07:27.973Z | [ recovery-image] Dec 21 05:07:26.963 INFO O| Dec 21 05:07:26.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5758 | 2024-12-21T05:07:27.974Z | [ recovery-image] Dec 21 05:07:26.963 INFO O| Dec 21 05:07:26.963 INFO STEP 442 (remove_files) COMPLETE |
5759 | 2024-12-21T05:07:27.974Z | [ recovery-image] Dec 21 05:07:26.963 INFO O| Dec 21 05:07:26.963 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-12-21T05:07:27.994Z | [ recovery-image] Dec 21 05:07:26.984 INFO O| Dec 21 05:07:26.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5761 | 2024-12-21T05:07:27.994Z | [ recovery-image] Dec 21 05:07:26.984 INFO O| Dec 21 05:07:26.984 INFO STEP 443 (remove_files) COMPLETE |
5762 | 2024-12-21T05:07:27.994Z | [ recovery-image] Dec 21 05:07:26.984 INFO O| Dec 21 05:07:26.984 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-12-21T05:07:28.039Z | [ recovery-image] Dec 21 05:07:27.028 INFO O| Dec 21 05:07:27.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5764 | 2024-12-21T05:07:28.039Z | [ recovery-image] Dec 21 05:07:27.028 INFO O| Dec 21 05:07:27.028 INFO STEP 444 (remove_files) COMPLETE |
5765 | 2024-12-21T05:07:28.039Z | [ recovery-image] Dec 21 05:07:27.028 INFO O| Dec 21 05:07:27.028 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-12-21T05:07:28.058Z | [ recovery-image] Dec 21 05:07:27.048 INFO O| Dec 21 05:07:27.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5767 | 2024-12-21T05:07:28.059Z | [ recovery-image] Dec 21 05:07:27.049 INFO O| Dec 21 05:07:27.048 INFO STEP 445 (remove_files) COMPLETE |
5768 | 2024-12-21T05:07:28.059Z | [ recovery-image] Dec 21 05:07:27.049 INFO O| Dec 21 05:07:27.049 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-12-21T05:07:28.059Z | [ host-image] Dec 21 05:07:27.049 INFO O| Dec 21 05:07:27.048 INFO O| Planning: Finding local manifests ... Done |
5770 | 2024-12-21T05:07:28.061Z | [ host-image] Dec 21 05:07:27.051 INFO O| Dec 21 05:07:27.051 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5771 | 2024-12-21T05:07:28.078Z | [ recovery-image] Dec 21 05:07:27.068 INFO O| Dec 21 05:07:27.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5772 | 2024-12-21T05:07:28.078Z | [ recovery-image] Dec 21 05:07:27.068 INFO O| Dec 21 05:07:27.068 INFO STEP 446 (remove_files) COMPLETE |
5773 | 2024-12-21T05:07:28.078Z | [ recovery-image] Dec 21 05:07:27.068 INFO O| Dec 21 05:07:27.068 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-21T05:07:28.101Z | [ recovery-image] Dec 21 05:07:27.090 INFO O| Dec 21 05:07:27.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5775 | 2024-12-21T05:07:28.101Z | [ recovery-image] Dec 21 05:07:27.090 INFO O| Dec 21 05:07:27.090 INFO STEP 447 (remove_files) COMPLETE |
5776 | 2024-12-21T05:07:28.101Z | [ recovery-image] Dec 21 05:07:27.090 INFO O| Dec 21 05:07:27.090 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-21T05:07:28.125Z | [ recovery-image] Dec 21 05:07:27.115 INFO O| Dec 21 05:07:27.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5778 | 2024-12-21T05:07:28.127Z | [ recovery-image] Dec 21 05:07:27.115 INFO O| Dec 21 05:07:27.115 INFO STEP 448 (remove_files) COMPLETE |
5779 | 2024-12-21T05:07:28.127Z | [ recovery-image] Dec 21 05:07:27.115 INFO O| Dec 21 05:07:27.115 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-21T05:07:28.146Z | [ recovery-image] Dec 21 05:07:27.137 INFO O| Dec 21 05:07:27.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5781 | 2024-12-21T05:07:28.146Z | [ recovery-image] Dec 21 05:07:27.137 INFO O| Dec 21 05:07:27.137 INFO STEP 449 (remove_files) COMPLETE |
5782 | 2024-12-21T05:07:28.146Z | [ recovery-image] Dec 21 05:07:27.137 INFO O| Dec 21 05:07:27.137 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-21T05:07:28.165Z | [ recovery-image] Dec 21 05:07:27.157 INFO O| Dec 21 05:07:27.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5784 | 2024-12-21T05:07:28.168Z | [ recovery-image] Dec 21 05:07:27.157 INFO O| Dec 21 05:07:27.157 INFO STEP 450 (remove_files) COMPLETE |
5785 | 2024-12-21T05:07:28.168Z | [ recovery-image] Dec 21 05:07:27.157 INFO O| Dec 21 05:07:27.157 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-21T05:07:28.189Z | [ recovery-image] Dec 21 05:07:27.180 INFO O| Dec 21 05:07:27.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5787 | 2024-12-21T05:07:28.189Z | [ recovery-image] Dec 21 05:07:27.180 INFO O| Dec 21 05:07:27.180 INFO STEP 451 (remove_files) COMPLETE |
5788 | 2024-12-21T05:07:28.191Z | [ recovery-image] Dec 21 05:07:27.180 INFO O| Dec 21 05:07:27.180 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-21T05:07:28.212Z | [ recovery-image] Dec 21 05:07:27.204 INFO O| Dec 21 05:07:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5790 | 2024-12-21T05:07:28.216Z | [ recovery-image] Dec 21 05:07:27.204 INFO O| Dec 21 05:07:27.204 INFO STEP 452 (remove_files) COMPLETE |
5791 | 2024-12-21T05:07:28.216Z | [ recovery-image] Dec 21 05:07:27.204 INFO O| Dec 21 05:07:27.204 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-21T05:07:28.232Z | [ recovery-image] Dec 21 05:07:27.224 INFO O| Dec 21 05:07:27.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5793 | 2024-12-21T05:07:28.235Z | [ recovery-image] Dec 21 05:07:27.224 INFO O| Dec 21 05:07:27.224 INFO STEP 453 (remove_files) COMPLETE |
5794 | 2024-12-21T05:07:28.235Z | [ recovery-image] Dec 21 05:07:27.224 INFO O| Dec 21 05:07:27.224 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-21T05:07:28.252Z | [ recovery-image] Dec 21 05:07:27.244 INFO O| Dec 21 05:07:27.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5796 | 2024-12-21T05:07:28.252Z | [ recovery-image] Dec 21 05:07:27.244 INFO O| Dec 21 05:07:27.244 INFO STEP 454 (remove_files) COMPLETE |
5797 | 2024-12-21T05:07:28.254Z | [ recovery-image] Dec 21 05:07:27.244 INFO O| Dec 21 05:07:27.244 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-21T05:07:28.270Z | [ recovery-image] Dec 21 05:07:27.262 INFO O| Dec 21 05:07:27.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5799 | 2024-12-21T05:07:28.270Z | [ recovery-image] Dec 21 05:07:27.262 INFO O| Dec 21 05:07:27.262 INFO STEP 455 (remove_files) COMPLETE |
5800 | 2024-12-21T05:07:28.273Z | [ recovery-image] Dec 21 05:07:27.262 INFO O| Dec 21 05:07:27.262 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-21T05:07:28.290Z | [ recovery-image] Dec 21 05:07:27.282 INFO O| Dec 21 05:07:27.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5802 | 2024-12-21T05:07:28.290Z | [ recovery-image] Dec 21 05:07:27.282 INFO O| Dec 21 05:07:27.282 INFO STEP 456 (remove_files) COMPLETE |
5803 | 2024-12-21T05:07:28.293Z | [ recovery-image] Dec 21 05:07:27.282 INFO O| Dec 21 05:07:27.282 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-21T05:07:28.323Z | [ recovery-image] Dec 21 05:07:27.316 INFO O| Dec 21 05:07:27.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5805 | 2024-12-21T05:07:28.323Z | [ recovery-image] Dec 21 05:07:27.316 INFO O| Dec 21 05:07:27.316 INFO STEP 457 (remove_files) COMPLETE |
5806 | 2024-12-21T05:07:28.325Z | [ recovery-image] Dec 21 05:07:27.316 INFO O| Dec 21 05:07:27.316 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-21T05:07:28.359Z | [ recovery-image] Dec 21 05:07:27.352 INFO O| Dec 21 05:07:27.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5808 | 2024-12-21T05:07:28.362Z | [ recovery-image] Dec 21 05:07:27.353 INFO O| Dec 21 05:07:27.352 INFO STEP 458 (remove_files) COMPLETE |
5809 | 2024-12-21T05:07:28.362Z | [ recovery-image] Dec 21 05:07:27.353 INFO O| Dec 21 05:07:27.353 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-21T05:07:28.380Z | [ recovery-image] Dec 21 05:07:27.373 INFO O| Dec 21 05:07:27.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5811 | 2024-12-21T05:07:28.380Z | [ recovery-image] Dec 21 05:07:27.373 INFO O| Dec 21 05:07:27.373 INFO STEP 459 (remove_files) COMPLETE |
5812 | 2024-12-21T05:07:28.382Z | [ recovery-image] Dec 21 05:07:27.373 INFO O| Dec 21 05:07:27.373 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-21T05:07:28.403Z | [ host-image] Dec 21 05:07:27.396 INFO O| Dec 21 05:07:27.396 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5814 | 2024-12-21T05:07:28.405Z | [ recovery-image] Dec 21 05:07:27.397 INFO O| Dec 21 05:07:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5815 | 2024-12-21T05:07:28.405Z | [ recovery-image] Dec 21 05:07:27.397 INFO O| Dec 21 05:07:27.397 INFO STEP 460 (remove_files) COMPLETE |
5816 | 2024-12-21T05:07:28.405Z | [ recovery-image] Dec 21 05:07:27.397 INFO O| Dec 21 05:07:27.397 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-12-21T05:07:28.426Z | [ recovery-image] Dec 21 05:07:27.420 INFO O| Dec 21 05:07:27.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5818 | 2024-12-21T05:07:28.426Z | [ recovery-image] Dec 21 05:07:27.420 INFO O| Dec 21 05:07:27.420 INFO STEP 461 (remove_files) COMPLETE |
5819 | 2024-12-21T05:07:28.430Z | [ recovery-image] Dec 21 05:07:27.420 INFO O| Dec 21 05:07:27.420 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-12-21T05:07:28.446Z | [ recovery-image] Dec 21 05:07:27.440 INFO O| Dec 21 05:07:27.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5821 | 2024-12-21T05:07:28.450Z | [ recovery-image] Dec 21 05:07:27.440 INFO O| Dec 21 05:07:27.440 INFO STEP 462 (remove_files) COMPLETE |
5822 | 2024-12-21T05:07:28.450Z | [ recovery-image] Dec 21 05:07:27.440 INFO O| Dec 21 05:07:27.440 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-12-21T05:07:28.463Z | [ host-image] Dec 21 05:07:27.456 INFO O| Dec 21 05:07:27.455 INFO O| Planning: Package planning ... Done |
5824 | 2024-12-21T05:07:28.465Z | [ recovery-image] Dec 21 05:07:27.460 INFO O| Dec 21 05:07:27.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5825 | 2024-12-21T05:07:28.468Z | [ recovery-image] Dec 21 05:07:27.460 INFO O| Dec 21 05:07:27.460 INFO STEP 463 (remove_files) COMPLETE |
5826 | 2024-12-21T05:07:28.468Z | [ recovery-image] Dec 21 05:07:27.460 INFO O| Dec 21 05:07:27.460 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-12-21T05:07:28.497Z | [ recovery-image] Dec 21 05:07:27.490 INFO O| Dec 21 05:07:27.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5828 | 2024-12-21T05:07:28.497Z | [ recovery-image] Dec 21 05:07:27.490 INFO O| Dec 21 05:07:27.490 INFO STEP 464 (remove_files) COMPLETE |
5829 | 2024-12-21T05:07:28.499Z | [ recovery-image] Dec 21 05:07:27.490 INFO O| Dec 21 05:07:27.490 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-12-21T05:07:28.513Z | [ host-image] Dec 21 05:07:27.507 INFO O| Dec 21 05:07:27.507 INFO O| Planning: Merging actions ... Done |
5831 | 2024-12-21T05:07:28.520Z | [ recovery-image] Dec 21 05:07:27.514 INFO O| Dec 21 05:07:27.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5832 | 2024-12-21T05:07:28.522Z | [ recovery-image] Dec 21 05:07:27.514 INFO O| Dec 21 05:07:27.514 INFO STEP 465 (remove_files) COMPLETE |
5833 | 2024-12-21T05:07:28.522Z | [ recovery-image] Dec 21 05:07:27.514 INFO O| Dec 21 05:07:27.514 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-21T05:07:28.539Z | [ recovery-image] Dec 21 05:07:27.534 INFO O| Dec 21 05:07:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5835 | 2024-12-21T05:07:28.539Z | [ recovery-image] Dec 21 05:07:27.534 INFO O| Dec 21 05:07:27.534 INFO STEP 466 (remove_files) COMPLETE |
5836 | 2024-12-21T05:07:28.539Z | [ recovery-image] Dec 21 05:07:27.534 INFO O| Dec 21 05:07:27.534 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-21T05:07:28.558Z | [ recovery-image] Dec 21 05:07:27.552 INFO O| Dec 21 05:07:27.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5838 | 2024-12-21T05:07:28.558Z | [ recovery-image] Dec 21 05:07:27.553 INFO O| Dec 21 05:07:27.553 INFO STEP 467 (remove_files) COMPLETE |
5839 | 2024-12-21T05:07:28.561Z | [ recovery-image] Dec 21 05:07:27.553 INFO O| Dec 21 05:07:27.553 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-21T05:07:28.588Z | [ recovery-image] Dec 21 05:07:27.581 INFO O| Dec 21 05:07:27.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5841 | 2024-12-21T05:07:28.588Z | [ recovery-image] Dec 21 05:07:27.581 INFO O| Dec 21 05:07:27.581 INFO STEP 468 (remove_files) COMPLETE |
5842 | 2024-12-21T05:07:28.591Z | [ recovery-image] Dec 21 05:07:27.582 INFO O| Dec 21 05:07:27.581 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-21T05:07:28.611Z | [ recovery-image] Dec 21 05:07:27.606 INFO O| Dec 21 05:07:27.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5844 | 2024-12-21T05:07:28.611Z | [ recovery-image] Dec 21 05:07:27.606 INFO O| Dec 21 05:07:27.606 INFO STEP 469 (remove_files) COMPLETE |
5845 | 2024-12-21T05:07:28.614Z | [ recovery-image] Dec 21 05:07:27.606 INFO O| Dec 21 05:07:27.606 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-21T05:07:28.632Z | [ recovery-image] Dec 21 05:07:27.627 INFO O| Dec 21 05:07:27.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5847 | 2024-12-21T05:07:28.632Z | [ recovery-image] Dec 21 05:07:27.627 INFO O| Dec 21 05:07:27.627 INFO STEP 470 (remove_files) COMPLETE |
5848 | 2024-12-21T05:07:28.633Z | [ recovery-image] Dec 21 05:07:27.627 INFO O| Dec 21 05:07:27.627 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-21T05:07:28.651Z | [ recovery-image] Dec 21 05:07:27.646 INFO O| Dec 21 05:07:27.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5850 | 2024-12-21T05:07:28.651Z | [ recovery-image] Dec 21 05:07:27.646 INFO O| Dec 21 05:07:27.646 INFO STEP 471 (remove_files) COMPLETE |
5851 | 2024-12-21T05:07:28.653Z | [ recovery-image] Dec 21 05:07:27.646 INFO O| Dec 21 05:07:27.646 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-21T05:07:28.653Z | [ host-image] Dec 21 05:07:27.648 INFO O| Dec 21 05:07:27.648 INFO O| Planning: Checking for conflicting actions ... Done |
5853 | 2024-12-21T05:07:28.661Z | [ host-image] Dec 21 05:07:27.656 INFO O| Dec 21 05:07:27.656 INFO O| Planning: Consolidating action changes ... Done |
5854 | 2024-12-21T05:07:28.669Z | [ recovery-image] Dec 21 05:07:27.665 INFO O| Dec 21 05:07:27.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5855 | 2024-12-21T05:07:28.669Z | [ recovery-image] Dec 21 05:07:27.665 INFO O| Dec 21 05:07:27.665 INFO STEP 472 (remove_files) COMPLETE |
5856 | 2024-12-21T05:07:28.669Z | [ recovery-image] Dec 21 05:07:27.665 INFO O| Dec 21 05:07:27.665 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-12-21T05:07:28.691Z | [ recovery-image] Dec 21 05:07:27.686 INFO O| Dec 21 05:07:27.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5858 | 2024-12-21T05:07:28.691Z | [ recovery-image] Dec 21 05:07:27.686 INFO O| Dec 21 05:07:27.686 INFO STEP 473 (remove_files) COMPLETE |
5859 | 2024-12-21T05:07:28.691Z | [ recovery-image] Dec 21 05:07:27.686 INFO O| Dec 21 05:07:27.686 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-12-21T05:07:28.729Z | [ recovery-image] Dec 21 05:07:27.725 INFO O| Dec 21 05:07:27.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5861 | 2024-12-21T05:07:28.729Z | [ recovery-image] Dec 21 05:07:27.725 INFO O| Dec 21 05:07:27.725 INFO STEP 474 (remove_files) COMPLETE |
5862 | 2024-12-21T05:07:28.732Z | [ recovery-image] Dec 21 05:07:27.725 INFO O| Dec 21 05:07:27.725 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-12-21T05:07:28.749Z | [ recovery-image] Dec 21 05:07:27.745 INFO O| Dec 21 05:07:27.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5864 | 2024-12-21T05:07:28.749Z | [ recovery-image] Dec 21 05:07:27.745 INFO O| Dec 21 05:07:27.745 INFO STEP 475 (remove_files) COMPLETE |
5865 | 2024-12-21T05:07:28.749Z | [ recovery-image] Dec 21 05:07:27.745 INFO O| Dec 21 05:07:27.745 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-12-21T05:07:28.768Z | [ recovery-image] Dec 21 05:07:27.764 INFO O| Dec 21 05:07:27.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5867 | 2024-12-21T05:07:28.768Z | [ recovery-image] Dec 21 05:07:27.765 INFO O| Dec 21 05:07:27.765 INFO STEP 476 (remove_files) COMPLETE |
5868 | 2024-12-21T05:07:28.768Z | [ recovery-image] Dec 21 05:07:27.765 INFO O| Dec 21 05:07:27.765 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-12-21T05:07:28.806Z | [ recovery-image] Dec 21 05:07:27.803 INFO O| Dec 21 05:07:27.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5870 | 2024-12-21T05:07:28.806Z | [ recovery-image] Dec 21 05:07:27.803 INFO O| Dec 21 05:07:27.803 INFO STEP 477 (remove_files) COMPLETE |
5871 | 2024-12-21T05:07:28.806Z | [ recovery-image] Dec 21 05:07:27.803 INFO O| Dec 21 05:07:27.803 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-12-21T05:07:28.826Z | [ recovery-image] Dec 21 05:07:27.823 INFO O| Dec 21 05:07:27.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5873 | 2024-12-21T05:07:28.826Z | [ recovery-image] Dec 21 05:07:27.823 INFO O| Dec 21 05:07:27.823 INFO STEP 478 (remove_files) COMPLETE |
5874 | 2024-12-21T05:07:28.826Z | [ recovery-image] Dec 21 05:07:27.823 INFO O| Dec 21 05:07:27.823 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-12-21T05:07:28.844Z | [ recovery-image] Dec 21 05:07:27.841 INFO O| Dec 21 05:07:27.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5876 | 2024-12-21T05:07:28.844Z | [ recovery-image] Dec 21 05:07:27.841 INFO O| Dec 21 05:07:27.841 INFO STEP 479 (remove_files) COMPLETE |
5877 | 2024-12-21T05:07:28.847Z | [ recovery-image] Dec 21 05:07:27.841 INFO O| Dec 21 05:07:27.841 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-12-21T05:07:28.861Z | [ recovery-image] Dec 21 05:07:27.859 INFO O| Dec 21 05:07:27.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5879 | 2024-12-21T05:07:28.861Z | [ recovery-image] Dec 21 05:07:27.859 INFO O| Dec 21 05:07:27.859 INFO STEP 480 (remove_files) COMPLETE |
5880 | 2024-12-21T05:07:28.864Z | [ recovery-image] Dec 21 05:07:27.859 INFO O| Dec 21 05:07:27.859 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-12-21T05:07:28.879Z | [ recovery-image] Dec 21 05:07:27.877 INFO O| Dec 21 05:07:27.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5882 | 2024-12-21T05:07:28.879Z | [ recovery-image] Dec 21 05:07:27.877 INFO O| Dec 21 05:07:27.877 INFO STEP 481 (remove_files) COMPLETE |
5883 | 2024-12-21T05:07:28.879Z | [ recovery-image] Dec 21 05:07:27.877 INFO O| Dec 21 05:07:27.877 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-12-21T05:07:28.900Z | [ recovery-image] Dec 21 05:07:27.898 INFO O| Dec 21 05:07:27.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5885 | 2024-12-21T05:07:28.900Z | [ recovery-image] Dec 21 05:07:27.898 INFO O| Dec 21 05:07:27.898 INFO STEP 482 (remove_files) COMPLETE |
5886 | 2024-12-21T05:07:28.900Z | [ recovery-image] Dec 21 05:07:27.898 INFO O| Dec 21 05:07:27.898 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-12-21T05:07:28.933Z | [ recovery-image] Dec 21 05:07:27.932 INFO O| Dec 21 05:07:27.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5888 | 2024-12-21T05:07:28.936Z | [ recovery-image] Dec 21 05:07:27.932 INFO O| Dec 21 05:07:27.932 INFO STEP 483 (remove_files) COMPLETE |
5889 | 2024-12-21T05:07:28.936Z | [ recovery-image] Dec 21 05:07:27.932 INFO O| Dec 21 05:07:27.932 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-12-21T05:07:28.953Z | [ recovery-image] Dec 21 05:07:27.951 INFO O| Dec 21 05:07:27.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5891 | 2024-12-21T05:07:28.955Z | [ recovery-image] Dec 21 05:07:27.951 INFO O| Dec 21 05:07:27.951 INFO STEP 484 (remove_files) COMPLETE |
5892 | 2024-12-21T05:07:28.955Z | [ recovery-image] Dec 21 05:07:27.952 INFO O| Dec 21 05:07:27.952 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-12-21T05:07:28.974Z | [ recovery-image] Dec 21 05:07:27.970 INFO O| Dec 21 05:07:27.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5894 | 2024-12-21T05:07:28.976Z | [ recovery-image] Dec 21 05:07:27.971 INFO O| Dec 21 05:07:27.971 INFO STEP 485 (remove_files) COMPLETE |
5895 | 2024-12-21T05:07:28.976Z | [ recovery-image] Dec 21 05:07:27.971 INFO O| Dec 21 05:07:27.971 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-12-21T05:07:28.992Z | [ recovery-image] Dec 21 05:07:27.991 INFO O| Dec 21 05:07:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5897 | 2024-12-21T05:07:28.995Z | [ recovery-image] Dec 21 05:07:27.991 INFO O| Dec 21 05:07:27.991 INFO STEP 486 (remove_files) COMPLETE |
5898 | 2024-12-21T05:07:28.995Z | [ recovery-image] Dec 21 05:07:27.991 INFO O| Dec 21 05:07:27.991 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-12-21T05:07:29.018Z | [ recovery-image] Dec 21 05:07:28.017 INFO O| Dec 21 05:07:28.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5900 | 2024-12-21T05:07:29.020Z | [ recovery-image] Dec 21 05:07:28.017 INFO O| Dec 21 05:07:28.017 INFO STEP 487 (remove_files) COMPLETE |
5901 | 2024-12-21T05:07:29.020Z | [ recovery-image] Dec 21 05:07:28.017 INFO O| Dec 21 05:07:28.017 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-12-21T05:07:29.025Z | [ host-image] Dec 21 05:07:28.024 INFO O| Dec 21 05:07:28.024 INFO O| Planning: Evaluating mediators ... Done |
5903 | 2024-12-21T05:07:29.030Z | [ host-image] Dec 21 05:07:28.029 INFO O| Dec 21 05:07:28.029 INFO O| Planning: Planning completed in 5.51 seconds |
5904 | 2024-12-21T05:07:29.033Z | [ host-image] Dec 21 05:07:28.032 INFO O| Dec 21 05:07:28.031 INFO O| Packages to install: 6 |
5905 | 2024-12-21T05:07:29.033Z | [ host-image] Dec 21 05:07:28.032 INFO O| Dec 21 05:07:28.032 INFO O| Mediators to change: 1 |
5906 | 2024-12-21T05:07:29.033Z | [ host-image] Dec 21 05:07:28.032 INFO O| Dec 21 05:07:28.032 INFO O| Services to change: 1 |
5907 | 2024-12-21T05:07:29.039Z | [ recovery-image] Dec 21 05:07:28.037 INFO O| Dec 21 05:07:28.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5908 | 2024-12-21T05:07:29.041Z | [ recovery-image] Dec 21 05:07:28.038 INFO O| Dec 21 05:07:28.038 INFO STEP 488 (remove_files) COMPLETE |
5909 | 2024-12-21T05:07:29.041Z | [ recovery-image] Dec 21 05:07:28.038 INFO O| Dec 21 05:07:28.038 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-12-21T05:07:29.054Z | [ host-image] Dec 21 05:07:28.054 INFO O| Dec 21 05:07:28.054 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5911 | 2024-12-21T05:07:29.058Z | [ recovery-image] Dec 21 05:07:28.057 INFO O| Dec 21 05:07:28.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5912 | 2024-12-21T05:07:29.058Z | [ recovery-image] Dec 21 05:07:28.057 INFO O| Dec 21 05:07:28.057 INFO STEP 489 (remove_files) COMPLETE |
5913 | 2024-12-21T05:07:29.058Z | [ recovery-image] Dec 21 05:07:28.057 INFO O| Dec 21 05:07:28.057 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-12-21T05:07:29.077Z | [ recovery-image] Dec 21 05:07:28.076 INFO O| Dec 21 05:07:28.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5915 | 2024-12-21T05:07:29.077Z | [ recovery-image] Dec 21 05:07:28.076 INFO O| Dec 21 05:07:28.076 INFO STEP 490 (remove_files) COMPLETE |
5916 | 2024-12-21T05:07:29.077Z | [ recovery-image] Dec 21 05:07:28.077 INFO O| Dec 21 05:07:28.076 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-12-21T05:07:29.097Z | [ recovery-image] Dec 21 05:07:28.096 INFO O| Dec 21 05:07:28.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5918 | 2024-12-21T05:07:29.097Z | [ recovery-image] Dec 21 05:07:28.097 INFO O| Dec 21 05:07:28.096 INFO STEP 491 (remove_files) COMPLETE |
5919 | 2024-12-21T05:07:29.097Z | [ recovery-image] Dec 21 05:07:28.097 INFO O| Dec 21 05:07:28.096 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-12-21T05:07:29.115Z | [ recovery-image] Dec 21 05:07:28.115 INFO O| Dec 21 05:07:28.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5921 | 2024-12-21T05:07:29.115Z | [ recovery-image] Dec 21 05:07:28.115 INFO O| Dec 21 05:07:28.115 INFO STEP 492 (remove_files) COMPLETE |
5922 | 2024-12-21T05:07:29.115Z | [ recovery-image] Dec 21 05:07:28.115 INFO O| Dec 21 05:07:28.115 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-12-21T05:07:29.134Z | [ recovery-image] Dec 21 05:07:28.134 INFO O| Dec 21 05:07:28.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5924 | 2024-12-21T05:07:29.134Z | [ recovery-image] Dec 21 05:07:28.134 INFO O| Dec 21 05:07:28.134 INFO STEP 493 (remove_files) COMPLETE |
5925 | 2024-12-21T05:07:29.134Z | [ recovery-image] Dec 21 05:07:28.134 INFO O| Dec 21 05:07:28.134 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-12-21T05:07:29.152Z | [ recovery-image] Dec 21 05:07:28.152 INFO O| Dec 21 05:07:28.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5927 | 2024-12-21T05:07:29.152Z | [ recovery-image] Dec 21 05:07:28.152 INFO O| Dec 21 05:07:28.152 INFO STEP 494 (remove_files) COMPLETE |
5928 | 2024-12-21T05:07:29.155Z | [ recovery-image] Dec 21 05:07:28.152 INFO O| Dec 21 05:07:28.152 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-12-21T05:07:29.170Z | [ recovery-image] Dec 21 05:07:28.171 INFO O| Dec 21 05:07:28.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5930 | 2024-12-21T05:07:29.170Z | [ recovery-image] Dec 21 05:07:28.171 INFO O| Dec 21 05:07:28.171 INFO STEP 495 (remove_files) COMPLETE |
5931 | 2024-12-21T05:07:29.170Z | [ recovery-image] Dec 21 05:07:28.171 INFO O| Dec 21 05:07:28.171 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-12-21T05:07:29.191Z | [ recovery-image] Dec 21 05:07:28.192 INFO O| Dec 21 05:07:28.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5933 | 2024-12-21T05:07:29.192Z | [ recovery-image] Dec 21 05:07:28.192 INFO O| Dec 21 05:07:28.192 INFO STEP 496 (remove_files) COMPLETE |
5934 | 2024-12-21T05:07:29.192Z | [ recovery-image] Dec 21 05:07:28.192 INFO O| Dec 21 05:07:28.192 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-21T05:07:29.212Z | [ recovery-image] Dec 21 05:07:28.213 INFO O| Dec 21 05:07:28.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5936 | 2024-12-21T05:07:29.214Z | [ recovery-image] Dec 21 05:07:28.213 INFO O| Dec 21 05:07:28.213 INFO STEP 497 (remove_files) COMPLETE |
5937 | 2024-12-21T05:07:29.215Z | [ recovery-image] Dec 21 05:07:28.213 INFO O| Dec 21 05:07:28.213 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-21T05:07:29.232Z | [ recovery-image] Dec 21 05:07:28.233 INFO O| Dec 21 05:07:28.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5939 | 2024-12-21T05:07:29.235Z | [ recovery-image] Dec 21 05:07:28.233 INFO O| Dec 21 05:07:28.233 INFO STEP 498 (remove_files) COMPLETE |
5940 | 2024-12-21T05:07:29.235Z | [ recovery-image] Dec 21 05:07:28.233 INFO O| Dec 21 05:07:28.233 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-12-21T05:07:29.250Z | [ recovery-image] Dec 21 05:07:28.251 INFO O| Dec 21 05:07:28.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5942 | 2024-12-21T05:07:29.250Z | [ recovery-image] Dec 21 05:07:28.251 INFO O| Dec 21 05:07:28.251 INFO STEP 499 (remove_files) COMPLETE |
5943 | 2024-12-21T05:07:29.250Z | [ recovery-image] Dec 21 05:07:28.251 INFO O| Dec 21 05:07:28.251 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-12-21T05:07:29.268Z | [ recovery-image] Dec 21 05:07:28.269 INFO O| Dec 21 05:07:28.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5945 | 2024-12-21T05:07:29.268Z | [ recovery-image] Dec 21 05:07:28.269 INFO O| Dec 21 05:07:28.269 INFO STEP 500 (remove_files) COMPLETE |
5946 | 2024-12-21T05:07:29.268Z | [ recovery-image] Dec 21 05:07:28.269 INFO O| Dec 21 05:07:28.269 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-12-21T05:07:29.287Z | [ recovery-image] Dec 21 05:07:28.288 INFO O| Dec 21 05:07:28.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5948 | 2024-12-21T05:07:29.287Z | [ recovery-image] Dec 21 05:07:28.288 INFO O| Dec 21 05:07:28.288 INFO STEP 501 (remove_files) COMPLETE |
5949 | 2024-12-21T05:07:29.287Z | [ recovery-image] Dec 21 05:07:28.288 INFO O| Dec 21 05:07:28.288 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-12-21T05:07:29.307Z | [ recovery-image] Dec 21 05:07:28.309 INFO O| Dec 21 05:07:28.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5951 | 2024-12-21T05:07:29.307Z | [ recovery-image] Dec 21 05:07:28.309 INFO O| Dec 21 05:07:28.309 INFO STEP 502 (remove_files) COMPLETE |
5952 | 2024-12-21T05:07:29.307Z | [ recovery-image] Dec 21 05:07:28.309 INFO O| Dec 21 05:07:28.309 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-21T05:07:29.327Z | [ recovery-image] Dec 21 05:07:28.329 INFO O| Dec 21 05:07:28.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5954 | 2024-12-21T05:07:29.333Z | [ recovery-image] Dec 21 05:07:28.329 INFO O| Dec 21 05:07:28.329 INFO STEP 503 (remove_files) COMPLETE |
5955 | 2024-12-21T05:07:29.333Z | [ recovery-image] Dec 21 05:07:28.329 INFO O| Dec 21 05:07:28.329 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-12-21T05:07:29.347Z | [ recovery-image] Dec 21 05:07:28.349 INFO O| Dec 21 05:07:28.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5957 | 2024-12-21T05:07:29.347Z | [ recovery-image] Dec 21 05:07:28.349 INFO O| Dec 21 05:07:28.349 INFO STEP 504 (remove_files) COMPLETE |
5958 | 2024-12-21T05:07:29.347Z | [ recovery-image] Dec 21 05:07:28.349 INFO O| Dec 21 05:07:28.349 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-12-21T05:07:29.367Z | [ recovery-image] Dec 21 05:07:28.369 INFO O| Dec 21 05:07:28.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5960 | 2024-12-21T05:07:29.367Z | [ recovery-image] Dec 21 05:07:28.369 INFO O| Dec 21 05:07:28.369 INFO STEP 505 (remove_files) COMPLETE |
5961 | 2024-12-21T05:07:29.367Z | [ recovery-image] Dec 21 05:07:28.369 INFO O| Dec 21 05:07:28.369 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-12-21T05:07:29.384Z | [ recovery-image] Dec 21 05:07:28.385 INFO O| Dec 21 05:07:28.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5963 | 2024-12-21T05:07:29.387Z | [ recovery-image] Dec 21 05:07:28.386 INFO O| Dec 21 05:07:28.386 INFO STEP 506 (remove_files) COMPLETE |
5964 | 2024-12-21T05:07:29.387Z | [ recovery-image] Dec 21 05:07:28.386 INFO O| Dec 21 05:07:28.386 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-12-21T05:07:29.404Z | [ recovery-image] Dec 21 05:07:28.406 INFO O| Dec 21 05:07:28.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5966 | 2024-12-21T05:07:29.404Z | [ recovery-image] Dec 21 05:07:28.406 INFO O| Dec 21 05:07:28.406 INFO STEP 507 (remove_files) COMPLETE |
5967 | 2024-12-21T05:07:29.404Z | [ recovery-image] Dec 21 05:07:28.406 INFO O| Dec 21 05:07:28.406 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-12-21T05:07:29.425Z | [ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5969 | 2024-12-21T05:07:29.426Z | [ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO STEP 508 (remove_files) COMPLETE |
5970 | 2024-12-21T05:07:29.428Z | [ recovery-image] Dec 21 05:07:28.428 INFO O| Dec 21 05:07:28.428 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-12-21T05:07:29.448Z | [ recovery-image] Dec 21 05:07:28.450 INFO O| Dec 21 05:07:28.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5972 | 2024-12-21T05:07:29.448Z | [ recovery-image] Dec 21 05:07:28.450 INFO O| Dec 21 05:07:28.450 INFO STEP 509 (remove_files) COMPLETE |
5973 | 2024-12-21T05:07:29.448Z | [ recovery-image] Dec 21 05:07:28.450 INFO O| Dec 21 05:07:28.450 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-12-21T05:07:29.467Z | [ recovery-image] Dec 21 05:07:28.470 INFO O| Dec 21 05:07:28.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5975 | 2024-12-21T05:07:29.467Z | [ recovery-image] Dec 21 05:07:28.470 INFO O| Dec 21 05:07:28.470 INFO STEP 510 (remove_files) COMPLETE |
5976 | 2024-12-21T05:07:29.467Z | [ recovery-image] Dec 21 05:07:28.470 INFO O| Dec 21 05:07:28.470 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-12-21T05:07:29.489Z | [ recovery-image] Dec 21 05:07:28.492 INFO O| Dec 21 05:07:28.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5978 | 2024-12-21T05:07:29.490Z | [ recovery-image] Dec 21 05:07:28.492 INFO O| Dec 21 05:07:28.492 INFO STEP 511 (remove_files) COMPLETE |
5979 | 2024-12-21T05:07:29.492Z | [ recovery-image] Dec 21 05:07:28.492 INFO O| Dec 21 05:07:28.492 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-12-21T05:07:29.511Z | [ recovery-image] Dec 21 05:07:28.514 INFO O| Dec 21 05:07:28.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5981 | 2024-12-21T05:07:29.513Z | [ recovery-image] Dec 21 05:07:28.514 INFO O| Dec 21 05:07:28.514 INFO STEP 512 (remove_files) COMPLETE |
5982 | 2024-12-21T05:07:29.513Z | [ recovery-image] Dec 21 05:07:28.514 INFO O| Dec 21 05:07:28.514 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-21T05:07:29.528Z | [ recovery-image] Dec 21 05:07:28.532 INFO O| Dec 21 05:07:28.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5984 | 2024-12-21T05:07:29.529Z | [ recovery-image] Dec 21 05:07:28.532 INFO O| Dec 21 05:07:28.532 INFO STEP 513 (remove_files) COMPLETE |
5985 | 2024-12-21T05:07:29.531Z | [ recovery-image] Dec 21 05:07:28.532 INFO O| Dec 21 05:07:28.532 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-21T05:07:29.544Z | [ recovery-image] Dec 21 05:07:28.548 INFO O| Dec 21 05:07:28.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5987 | 2024-12-21T05:07:29.544Z | [ recovery-image] Dec 21 05:07:28.548 INFO O| Dec 21 05:07:28.548 INFO STEP 514 (remove_files) COMPLETE |
5988 | 2024-12-21T05:07:29.547Z | [ recovery-image] Dec 21 05:07:28.548 INFO O| Dec 21 05:07:28.548 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-12-21T05:07:29.562Z | [ recovery-image] Dec 21 05:07:28.566 INFO O| Dec 21 05:07:28.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5990 | 2024-12-21T05:07:29.562Z | [ recovery-image] Dec 21 05:07:28.566 INFO O| Dec 21 05:07:28.566 INFO STEP 515 (remove_files) COMPLETE |
5991 | 2024-12-21T05:07:29.565Z | [ recovery-image] Dec 21 05:07:28.566 INFO O| Dec 21 05:07:28.566 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-12-21T05:07:29.581Z | [ recovery-image] Dec 21 05:07:28.585 INFO O| Dec 21 05:07:28.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5993 | 2024-12-21T05:07:29.581Z | [ recovery-image] Dec 21 05:07:28.585 INFO O| Dec 21 05:07:28.585 INFO STEP 516 (remove_files) COMPLETE |
5994 | 2024-12-21T05:07:29.583Z | [ recovery-image] Dec 21 05:07:28.585 INFO O| Dec 21 05:07:28.585 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-12-21T05:07:29.601Z | [ recovery-image] Dec 21 05:07:28.605 INFO O| Dec 21 05:07:28.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5996 | 2024-12-21T05:07:29.601Z | [ recovery-image] Dec 21 05:07:28.605 INFO O| Dec 21 05:07:28.605 INFO STEP 517 (remove_files) COMPLETE |
5997 | 2024-12-21T05:07:29.601Z | [ recovery-image] Dec 21 05:07:28.605 INFO O| Dec 21 05:07:28.605 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-12-21T05:07:29.619Z | [ recovery-image] Dec 21 05:07:28.624 INFO O| Dec 21 05:07:28.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5999 | 2024-12-21T05:07:29.622Z | [ recovery-image] Dec 21 05:07:28.624 INFO O| Dec 21 05:07:28.624 INFO STEP 518 (remove_files) COMPLETE |
6000 | 2024-12-21T05:07:29.622Z | [ recovery-image] Dec 21 05:07:28.624 INFO O| Dec 21 05:07:28.624 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-12-21T05:07:29.636Z | [ recovery-image] Dec 21 05:07:28.641 INFO O| Dec 21 05:07:28.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
6002 | 2024-12-21T05:07:29.639Z | [ recovery-image] Dec 21 05:07:28.641 INFO O| Dec 21 05:07:28.641 INFO STEP 519 (remove_files) COMPLETE |
6003 | 2024-12-21T05:07:29.639Z | [ recovery-image] Dec 21 05:07:28.641 INFO O| Dec 21 05:07:28.641 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-12-21T05:07:29.652Z | [ recovery-image] Dec 21 05:07:28.656 INFO O| Dec 21 05:07:28.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
6005 | 2024-12-21T05:07:29.652Z | [ recovery-image] Dec 21 05:07:28.656 INFO O| Dec 21 05:07:28.656 INFO STEP 520 (remove_files) COMPLETE |
6006 | 2024-12-21T05:07:29.654Z | [ recovery-image] Dec 21 05:07:28.656 INFO O| Dec 21 05:07:28.656 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-12-21T05:07:29.668Z | [ recovery-image] Dec 21 05:07:28.673 INFO O| Dec 21 05:07:28.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
6008 | 2024-12-21T05:07:29.671Z | [ recovery-image] Dec 21 05:07:28.674 INFO O| Dec 21 05:07:28.674 INFO STEP 521 (remove_files) COMPLETE |
6009 | 2024-12-21T05:07:29.671Z | [ recovery-image] Dec 21 05:07:28.674 INFO O| Dec 21 05:07:28.674 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-21T05:07:29.684Z | [ recovery-image] Dec 21 05:07:28.689 INFO O| Dec 21 05:07:28.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
6011 | 2024-12-21T05:07:29.684Z | [ recovery-image] Dec 21 05:07:28.689 INFO O| Dec 21 05:07:28.689 INFO STEP 522 (remove_files) COMPLETE |
6012 | 2024-12-21T05:07:29.684Z | [ recovery-image] Dec 21 05:07:28.689 INFO O| Dec 21 05:07:28.689 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-12-21T05:07:29.705Z | [ recovery-image] Dec 21 05:07:28.710 INFO O| Dec 21 05:07:28.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
6014 | 2024-12-21T05:07:29.705Z | [ recovery-image] Dec 21 05:07:28.710 INFO O| Dec 21 05:07:28.710 INFO STEP 523 (remove_files) COMPLETE |
6015 | 2024-12-21T05:07:29.708Z | [ recovery-image] Dec 21 05:07:28.710 INFO O| Dec 21 05:07:28.710 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-12-21T05:07:29.720Z | [ recovery-image] Dec 21 05:07:28.726 INFO O| Dec 21 05:07:28.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
6017 | 2024-12-21T05:07:29.721Z | [ recovery-image] Dec 21 05:07:28.726 INFO O| Dec 21 05:07:28.726 INFO STEP 524 (remove_files) COMPLETE |
6018 | 2024-12-21T05:07:29.721Z | [ recovery-image] Dec 21 05:07:28.726 INFO O| Dec 21 05:07:28.726 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-12-21T05:07:29.738Z | [ recovery-image] Dec 21 05:07:28.743 INFO O| Dec 21 05:07:28.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
6020 | 2024-12-21T05:07:29.738Z | [ recovery-image] Dec 21 05:07:28.744 INFO O| Dec 21 05:07:28.744 INFO STEP 525 (remove_files) COMPLETE |
6021 | 2024-12-21T05:07:29.738Z | [ recovery-image] Dec 21 05:07:28.744 INFO O| Dec 21 05:07:28.744 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-12-21T05:07:29.753Z | [ recovery-image] Dec 21 05:07:28.757 INFO O| Dec 21 05:07:28.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
6023 | 2024-12-21T05:07:29.753Z | [ recovery-image] Dec 21 05:07:28.757 INFO O| Dec 21 05:07:28.757 INFO STEP 526 (remove_files) COMPLETE |
6024 | 2024-12-21T05:07:29.753Z | [ recovery-image] Dec 21 05:07:28.757 INFO O| Dec 21 05:07:28.757 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-12-21T05:07:29.767Z | [ recovery-image] Dec 21 05:07:28.773 INFO O| Dec 21 05:07:28.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
6026 | 2024-12-21T05:07:29.768Z | [ recovery-image] Dec 21 05:07:28.773 INFO O| Dec 21 05:07:28.773 INFO STEP 527 (remove_files) COMPLETE |
6027 | 2024-12-21T05:07:29.771Z | [ recovery-image] Dec 21 05:07:28.773 INFO O| Dec 21 05:07:28.773 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-12-21T05:07:29.780Z | [ recovery-image] Dec 21 05:07:28.786 INFO O| Dec 21 05:07:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
6029 | 2024-12-21T05:07:29.780Z | [ recovery-image] Dec 21 05:07:28.786 INFO O| Dec 21 05:07:28.786 INFO STEP 528 (remove_files) COMPLETE |
6030 | 2024-12-21T05:07:29.783Z | [ recovery-image] Dec 21 05:07:28.787 INFO O| Dec 21 05:07:28.786 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-12-21T05:07:29.801Z | [ recovery-image] Dec 21 05:07:28.807 INFO O| Dec 21 05:07:28.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
6032 | 2024-12-21T05:07:29.801Z | [ recovery-image] Dec 21 05:07:28.807 INFO O| Dec 21 05:07:28.807 INFO STEP 529 (remove_files) COMPLETE |
6033 | 2024-12-21T05:07:29.804Z | [ recovery-image] Dec 21 05:07:28.807 INFO O| Dec 21 05:07:28.807 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-12-21T05:07:29.819Z | [ recovery-image] Dec 21 05:07:28.825 INFO O| Dec 21 05:07:28.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
6035 | 2024-12-21T05:07:29.823Z | [ recovery-image] Dec 21 05:07:28.826 INFO O| Dec 21 05:07:28.826 INFO STEP 530 (remove_files) COMPLETE |
6036 | 2024-12-21T05:07:29.823Z | [ recovery-image] Dec 21 05:07:28.826 INFO O| Dec 21 05:07:28.826 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-12-21T05:07:29.835Z | [ recovery-image] Dec 21 05:07:28.842 INFO O| Dec 21 05:07:28.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
6038 | 2024-12-21T05:07:29.835Z | [ recovery-image] Dec 21 05:07:28.842 INFO O| Dec 21 05:07:28.842 INFO STEP 531 (remove_files) COMPLETE |
6039 | 2024-12-21T05:07:29.838Z | [ recovery-image] Dec 21 05:07:28.842 INFO O| Dec 21 05:07:28.842 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-12-21T05:07:29.848Z | [ recovery-image] Dec 21 05:07:28.855 INFO O| Dec 21 05:07:28.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
6041 | 2024-12-21T05:07:29.848Z | [ recovery-image] Dec 21 05:07:28.855 INFO O| Dec 21 05:07:28.855 INFO STEP 532 (remove_files) COMPLETE |
6042 | 2024-12-21T05:07:29.851Z | [ recovery-image] Dec 21 05:07:28.855 INFO O| Dec 21 05:07:28.855 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-12-21T05:07:29.866Z | [ recovery-image] Dec 21 05:07:28.870 INFO O| Dec 21 05:07:28.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
6044 | 2024-12-21T05:07:29.866Z | [ recovery-image] Dec 21 05:07:28.870 INFO O| Dec 21 05:07:28.870 INFO STEP 533 (remove_files) COMPLETE |
6045 | 2024-12-21T05:07:29.866Z | [ recovery-image] Dec 21 05:07:28.870 INFO O| Dec 21 05:07:28.870 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-12-21T05:07:29.876Z | [ recovery-image] Dec 21 05:07:28.883 INFO O| Dec 21 05:07:28.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
6047 | 2024-12-21T05:07:29.878Z | [ recovery-image] Dec 21 05:07:28.883 INFO O| Dec 21 05:07:28.883 INFO STEP 534 (remove_files) COMPLETE |
6048 | 2024-12-21T05:07:29.878Z | [ recovery-image] Dec 21 05:07:28.883 INFO O| Dec 21 05:07:28.883 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-12-21T05:07:29.890Z | [ recovery-image] Dec 21 05:07:28.897 INFO O| Dec 21 05:07:28.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
6050 | 2024-12-21T05:07:29.890Z | [ recovery-image] Dec 21 05:07:28.897 INFO O| Dec 21 05:07:28.897 INFO STEP 535 (remove_files) COMPLETE |
6051 | 2024-12-21T05:07:29.893Z | [ recovery-image] Dec 21 05:07:28.897 INFO O| Dec 21 05:07:28.897 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-12-21T05:07:29.905Z | [ recovery-image] Dec 21 05:07:28.912 INFO O| Dec 21 05:07:28.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
6053 | 2024-12-21T05:07:29.905Z | [ recovery-image] Dec 21 05:07:28.912 INFO O| Dec 21 05:07:28.912 INFO STEP 536 (remove_files) COMPLETE |
6054 | 2024-12-21T05:07:29.905Z | [ recovery-image] Dec 21 05:07:28.912 INFO O| Dec 21 05:07:28.912 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-12-21T05:07:29.923Z | [ recovery-image] Dec 21 05:07:28.930 INFO O| Dec 21 05:07:28.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6056 | 2024-12-21T05:07:29.923Z | [ recovery-image] Dec 21 05:07:28.930 INFO O| Dec 21 05:07:28.930 INFO STEP 537 (remove_files) COMPLETE |
6057 | 2024-12-21T05:07:29.926Z | [ recovery-image] Dec 21 05:07:28.930 INFO O| Dec 21 05:07:28.930 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-12-21T05:07:29.935Z | [ recovery-image] Dec 21 05:07:28.942 INFO O| Dec 21 05:07:28.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6059 | 2024-12-21T05:07:29.938Z | [ recovery-image] Dec 21 05:07:28.943 INFO O| Dec 21 05:07:28.942 INFO STEP 538 (remove_files) COMPLETE |
6060 | 2024-12-21T05:07:29.938Z | [ recovery-image] Dec 21 05:07:28.943 INFO O| Dec 21 05:07:28.943 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-12-21T05:07:29.950Z | [ recovery-image] Dec 21 05:07:28.957 INFO O| Dec 21 05:07:28.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6062 | 2024-12-21T05:07:29.950Z | [ recovery-image] Dec 21 05:07:28.958 INFO O| Dec 21 05:07:28.957 INFO STEP 539 (remove_files) COMPLETE |
6063 | 2024-12-21T05:07:29.958Z | [ recovery-image] Dec 21 05:07:28.958 INFO O| Dec 21 05:07:28.958 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-12-21T05:07:29.965Z | [ recovery-image] Dec 21 05:07:28.970 INFO O| Dec 21 05:07:28.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6065 | 2024-12-21T05:07:29.965Z | [ recovery-image] Dec 21 05:07:28.970 INFO O| Dec 21 05:07:28.970 INFO STEP 540 (remove_files) COMPLETE |
6066 | 2024-12-21T05:07:29.965Z | [ recovery-image] Dec 21 05:07:28.970 INFO O| Dec 21 05:07:28.970 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-12-21T05:07:29.976Z | [ recovery-image] Dec 21 05:07:28.982 INFO O| Dec 21 05:07:28.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6068 | 2024-12-21T05:07:29.976Z | [ recovery-image] Dec 21 05:07:28.982 INFO O| Dec 21 05:07:28.982 INFO STEP 541 (remove_files) COMPLETE |
6069 | 2024-12-21T05:07:29.978Z | [ recovery-image] Dec 21 05:07:28.982 INFO O| Dec 21 05:07:28.982 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-12-21T05:07:29.991Z | [ recovery-image] Dec 21 05:07:28.999 INFO O| Dec 21 05:07:28.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6071 | 2024-12-21T05:07:29.993Z | [ recovery-image] Dec 21 05:07:28.999 INFO O| Dec 21 05:07:28.999 INFO STEP 542 (remove_files) COMPLETE |
6072 | 2024-12-21T05:07:29.993Z | [ recovery-image] Dec 21 05:07:28.999 INFO O| Dec 21 05:07:28.999 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-12-21T05:07:30.010Z | [ recovery-image] Dec 21 05:07:29.018 INFO O| Dec 21 05:07:29.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6074 | 2024-12-21T05:07:30.010Z | [ recovery-image] Dec 21 05:07:29.018 INFO O| Dec 21 05:07:29.018 INFO STEP 543 (remove_files) COMPLETE |
6075 | 2024-12-21T05:07:30.013Z | [ recovery-image] Dec 21 05:07:29.018 INFO O| Dec 21 05:07:29.018 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-12-21T05:07:30.025Z | [ recovery-image] Dec 21 05:07:29.033 INFO O| Dec 21 05:07:29.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6077 | 2024-12-21T05:07:30.025Z | [ recovery-image] Dec 21 05:07:29.033 INFO O| Dec 21 05:07:29.033 INFO STEP 544 (remove_files) COMPLETE |
6078 | 2024-12-21T05:07:30.025Z | [ recovery-image] Dec 21 05:07:29.033 INFO O| Dec 21 05:07:29.033 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-12-21T05:07:30.040Z | [ recovery-image] Dec 21 05:07:29.048 INFO O| Dec 21 05:07:29.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6080 | 2024-12-21T05:07:30.040Z | [ recovery-image] Dec 21 05:07:29.048 INFO O| Dec 21 05:07:29.048 INFO STEP 545 (remove_files) COMPLETE |
6081 | 2024-12-21T05:07:30.043Z | [ recovery-image] Dec 21 05:07:29.048 INFO O| Dec 21 05:07:29.048 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-12-21T05:07:30.058Z | [ recovery-image] Dec 21 05:07:29.066 INFO O| Dec 21 05:07:29.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6083 | 2024-12-21T05:07:30.058Z | [ recovery-image] Dec 21 05:07:29.066 INFO O| Dec 21 05:07:29.066 INFO STEP 546 (remove_files) COMPLETE |
6084 | 2024-12-21T05:07:30.060Z | [ recovery-image] Dec 21 05:07:29.066 INFO O| Dec 21 05:07:29.066 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-12-21T05:07:30.070Z | [ recovery-image] Dec 21 05:07:29.078 INFO O| Dec 21 05:07:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6086 | 2024-12-21T05:07:30.070Z | [ recovery-image] Dec 21 05:07:29.078 INFO O| Dec 21 05:07:29.078 INFO STEP 547 (remove_files) COMPLETE |
6087 | 2024-12-21T05:07:30.072Z | [ recovery-image] Dec 21 05:07:29.078 INFO O| Dec 21 05:07:29.078 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-12-21T05:07:30.087Z | [ recovery-image] Dec 21 05:07:29.096 INFO O| Dec 21 05:07:29.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6089 | 2024-12-21T05:07:30.087Z | [ recovery-image] Dec 21 05:07:29.096 INFO O| Dec 21 05:07:29.096 INFO STEP 548 (remove_files) COMPLETE |
6090 | 2024-12-21T05:07:30.091Z | [ recovery-image] Dec 21 05:07:29.096 INFO O| Dec 21 05:07:29.096 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-12-21T05:07:30.106Z | [ recovery-image] Dec 21 05:07:29.115 INFO O| Dec 21 05:07:29.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6092 | 2024-12-21T05:07:30.109Z | [ recovery-image] Dec 21 05:07:29.116 INFO O| Dec 21 05:07:29.115 INFO STEP 549 (remove_files) COMPLETE |
6093 | 2024-12-21T05:07:30.109Z | [ recovery-image] Dec 21 05:07:29.116 INFO O| Dec 21 05:07:29.115 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-12-21T05:07:30.123Z | [ recovery-image] Dec 21 05:07:29.132 INFO O| Dec 21 05:07:29.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6095 | 2024-12-21T05:07:30.123Z | [ recovery-image] Dec 21 05:07:29.132 INFO O| Dec 21 05:07:29.132 INFO STEP 550 (remove_files) COMPLETE |
6096 | 2024-12-21T05:07:30.123Z | [ recovery-image] Dec 21 05:07:29.132 INFO O| Dec 21 05:07:29.132 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-12-21T05:07:30.139Z | [ recovery-image] Dec 21 05:07:29.149 INFO O| Dec 21 05:07:29.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6098 | 2024-12-21T05:07:30.139Z | [ recovery-image] Dec 21 05:07:29.149 INFO O| Dec 21 05:07:29.149 INFO STEP 551 (remove_files) COMPLETE |
6099 | 2024-12-21T05:07:30.143Z | [ recovery-image] Dec 21 05:07:29.149 INFO O| Dec 21 05:07:29.149 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-12-21T05:07:30.156Z | [ recovery-image] Dec 21 05:07:29.165 INFO O| Dec 21 05:07:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6101 | 2024-12-21T05:07:30.156Z | [ recovery-image] Dec 21 05:07:29.166 INFO O| Dec 21 05:07:29.166 INFO STEP 552 (remove_files) COMPLETE |
6102 | 2024-12-21T05:07:30.159Z | [ recovery-image] Dec 21 05:07:29.166 INFO O| Dec 21 05:07:29.166 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-12-21T05:07:30.173Z | [ recovery-image] Dec 21 05:07:29.182 INFO O| Dec 21 05:07:29.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6104 | 2024-12-21T05:07:30.175Z | [ recovery-image] Dec 21 05:07:29.182 INFO O| Dec 21 05:07:29.182 INFO STEP 553 (remove_files) COMPLETE |
6105 | 2024-12-21T05:07:30.175Z | [ recovery-image] Dec 21 05:07:29.182 INFO O| Dec 21 05:07:29.182 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-12-21T05:07:30.195Z | [ recovery-image] Dec 21 05:07:29.205 INFO O| Dec 21 05:07:29.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6107 | 2024-12-21T05:07:30.198Z | [ recovery-image] Dec 21 05:07:29.206 INFO O| Dec 21 05:07:29.206 INFO STEP 554 (remove_files) COMPLETE |
6108 | 2024-12-21T05:07:30.198Z | [ recovery-image] Dec 21 05:07:29.206 INFO O| Dec 21 05:07:29.206 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-12-21T05:07:30.212Z | [ recovery-image] Dec 21 05:07:29.222 INFO O| Dec 21 05:07:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6110 | 2024-12-21T05:07:30.214Z | [ recovery-image] Dec 21 05:07:29.223 INFO O| Dec 21 05:07:29.223 INFO STEP 555 (remove_files) COMPLETE |
6111 | 2024-12-21T05:07:30.214Z | [ recovery-image] Dec 21 05:07:29.223 INFO O| Dec 21 05:07:29.223 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-12-21T05:07:30.227Z | [ recovery-image] Dec 21 05:07:29.237 INFO O| Dec 21 05:07:29.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6113 | 2024-12-21T05:07:30.227Z | [ recovery-image] Dec 21 05:07:29.238 INFO O| Dec 21 05:07:29.237 INFO STEP 556 (remove_files) COMPLETE |
6114 | 2024-12-21T05:07:30.230Z | [ recovery-image] Dec 21 05:07:29.238 INFO O| Dec 21 05:07:29.237 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-12-21T05:07:30.245Z | [ recovery-image] Dec 21 05:07:29.255 INFO O| Dec 21 05:07:29.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6116 | 2024-12-21T05:07:30.245Z | [ recovery-image] Dec 21 05:07:29.255 INFO O| Dec 21 05:07:29.255 INFO STEP 557 (remove_files) COMPLETE |
6117 | 2024-12-21T05:07:30.248Z | [ recovery-image] Dec 21 05:07:29.255 INFO O| Dec 21 05:07:29.255 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-12-21T05:07:30.263Z | [ recovery-image] Dec 21 05:07:29.273 INFO O| Dec 21 05:07:29.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6119 | 2024-12-21T05:07:30.263Z | [ recovery-image] Dec 21 05:07:29.273 INFO O| Dec 21 05:07:29.273 INFO STEP 558 (remove_files) COMPLETE |
6120 | 2024-12-21T05:07:30.265Z | [ recovery-image] Dec 21 05:07:29.273 INFO O| Dec 21 05:07:29.273 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-12-21T05:07:30.282Z | [ recovery-image] Dec 21 05:07:29.292 INFO O| Dec 21 05:07:29.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6122 | 2024-12-21T05:07:30.283Z | [ recovery-image] Dec 21 05:07:29.293 INFO O| Dec 21 05:07:29.292 INFO STEP 559 (remove_files) COMPLETE |
6123 | 2024-12-21T05:07:30.287Z | [ recovery-image] Dec 21 05:07:29.293 INFO O| Dec 21 05:07:29.293 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-12-21T05:07:30.298Z | [ recovery-image] Dec 21 05:07:29.308 INFO O| Dec 21 05:07:29.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6125 | 2024-12-21T05:07:30.298Z | [ recovery-image] Dec 21 05:07:29.308 INFO O| Dec 21 05:07:29.308 INFO STEP 560 (remove_files) COMPLETE |
6126 | 2024-12-21T05:07:30.300Z | [ recovery-image] Dec 21 05:07:29.308 INFO O| Dec 21 05:07:29.308 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-12-21T05:07:30.312Z | [ recovery-image] Dec 21 05:07:29.323 INFO O| Dec 21 05:07:29.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6128 | 2024-12-21T05:07:30.315Z | [ recovery-image] Dec 21 05:07:29.323 INFO O| Dec 21 05:07:29.323 INFO STEP 561 (remove_files) COMPLETE |
6129 | 2024-12-21T05:07:30.315Z | [ recovery-image] Dec 21 05:07:29.323 INFO O| Dec 21 05:07:29.323 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-12-21T05:07:30.328Z | [ recovery-image] Dec 21 05:07:29.339 INFO O| Dec 21 05:07:29.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6131 | 2024-12-21T05:07:30.328Z | [ recovery-image] Dec 21 05:07:29.339 INFO O| Dec 21 05:07:29.339 INFO STEP 562 (remove_files) COMPLETE |
6132 | 2024-12-21T05:07:30.328Z | [ recovery-image] Dec 21 05:07:29.339 INFO O| Dec 21 05:07:29.339 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-12-21T05:07:30.343Z | [ recovery-image] Dec 21 05:07:29.354 INFO O| Dec 21 05:07:29.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6134 | 2024-12-21T05:07:30.343Z | [ recovery-image] Dec 21 05:07:29.354 INFO O| Dec 21 05:07:29.354 INFO STEP 563 (remove_files) COMPLETE |
6135 | 2024-12-21T05:07:30.343Z | [ recovery-image] Dec 21 05:07:29.354 INFO O| Dec 21 05:07:29.354 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-12-21T05:07:30.357Z | [ recovery-image] Dec 21 05:07:29.369 INFO O| Dec 21 05:07:29.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6137 | 2024-12-21T05:07:30.357Z | [ recovery-image] Dec 21 05:07:29.369 INFO O| Dec 21 05:07:29.369 INFO STEP 564 (remove_files) COMPLETE |
6138 | 2024-12-21T05:07:30.360Z | [ recovery-image] Dec 21 05:07:29.369 INFO O| Dec 21 05:07:29.369 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-12-21T05:07:30.374Z | [ recovery-image] Dec 21 05:07:29.386 INFO O| Dec 21 05:07:29.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6140 | 2024-12-21T05:07:30.374Z | [ recovery-image] Dec 21 05:07:29.386 INFO O| Dec 21 05:07:29.386 INFO STEP 565 (remove_files) COMPLETE |
6141 | 2024-12-21T05:07:30.374Z | [ recovery-image] Dec 21 05:07:29.386 INFO O| Dec 21 05:07:29.386 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-12-21T05:07:30.394Z | [ recovery-image] Dec 21 05:07:29.405 INFO O| Dec 21 05:07:29.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6143 | 2024-12-21T05:07:30.394Z | [ recovery-image] Dec 21 05:07:29.405 INFO O| Dec 21 05:07:29.405 INFO STEP 566 (remove_files) COMPLETE |
6144 | 2024-12-21T05:07:30.394Z | [ recovery-image] Dec 21 05:07:29.405 INFO O| Dec 21 05:07:29.405 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-12-21T05:07:30.410Z | [ recovery-image] Dec 21 05:07:29.421 INFO O| Dec 21 05:07:29.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6146 | 2024-12-21T05:07:30.410Z | [ recovery-image] Dec 21 05:07:29.421 INFO O| Dec 21 05:07:29.421 INFO STEP 567 (remove_files) COMPLETE |
6147 | 2024-12-21T05:07:30.410Z | [ recovery-image] Dec 21 05:07:29.421 INFO O| Dec 21 05:07:29.421 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-12-21T05:07:30.423Z | [ recovery-image] Dec 21 05:07:29.435 INFO O| Dec 21 05:07:29.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6149 | 2024-12-21T05:07:30.423Z | [ recovery-image] Dec 21 05:07:29.435 INFO O| Dec 21 05:07:29.435 INFO STEP 568 (remove_files) COMPLETE |
6150 | 2024-12-21T05:07:30.426Z | [ recovery-image] Dec 21 05:07:29.435 INFO O| Dec 21 05:07:29.435 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-12-21T05:07:30.439Z | [ recovery-image] Dec 21 05:07:29.451 INFO O| Dec 21 05:07:29.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6152 | 2024-12-21T05:07:30.439Z | [ recovery-image] Dec 21 05:07:29.451 INFO O| Dec 21 05:07:29.451 INFO STEP 569 (remove_files) COMPLETE |
6153 | 2024-12-21T05:07:30.439Z | [ recovery-image] Dec 21 05:07:29.451 INFO O| Dec 21 05:07:29.451 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-12-21T05:07:30.452Z | [ recovery-image] Dec 21 05:07:29.464 INFO O| Dec 21 05:07:29.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6155 | 2024-12-21T05:07:30.452Z | [ recovery-image] Dec 21 05:07:29.464 INFO O| Dec 21 05:07:29.464 INFO STEP 570 (remove_files) COMPLETE |
6156 | 2024-12-21T05:07:30.456Z | [ recovery-image] Dec 21 05:07:29.464 INFO O| Dec 21 05:07:29.464 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-12-21T05:07:30.468Z | [ recovery-image] Dec 21 05:07:29.480 INFO O| Dec 21 05:07:29.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6158 | 2024-12-21T05:07:30.468Z | [ recovery-image] Dec 21 05:07:29.480 INFO O| Dec 21 05:07:29.480 INFO STEP 571 (remove_files) COMPLETE |
6159 | 2024-12-21T05:07:30.471Z | [ recovery-image] Dec 21 05:07:29.480 INFO O| Dec 21 05:07:29.480 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-12-21T05:07:30.482Z | [ recovery-image] Dec 21 05:07:29.494 INFO O| Dec 21 05:07:29.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6161 | 2024-12-21T05:07:30.483Z | [ recovery-image] Dec 21 05:07:29.494 INFO O| Dec 21 05:07:29.494 INFO STEP 572 (remove_files) COMPLETE |
6162 | 2024-12-21T05:07:30.483Z | [ recovery-image] Dec 21 05:07:29.494 INFO O| Dec 21 05:07:29.494 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-12-21T05:07:30.499Z | [ recovery-image] Dec 21 05:07:29.511 INFO O| Dec 21 05:07:29.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6164 | 2024-12-21T05:07:30.499Z | [ recovery-image] Dec 21 05:07:29.511 INFO O| Dec 21 05:07:29.511 INFO STEP 573 (remove_files) COMPLETE |
6165 | 2024-12-21T05:07:30.499Z | [ recovery-image] Dec 21 05:07:29.511 INFO O| Dec 21 05:07:29.511 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-12-21T05:07:30.513Z | [ recovery-image] Dec 21 05:07:29.526 INFO O| Dec 21 05:07:29.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6167 | 2024-12-21T05:07:30.513Z | [ recovery-image] Dec 21 05:07:29.526 INFO O| Dec 21 05:07:29.526 INFO STEP 574 (remove_files) COMPLETE |
6168 | 2024-12-21T05:07:30.513Z | [ recovery-image] Dec 21 05:07:29.526 INFO O| Dec 21 05:07:29.526 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-12-21T05:07:30.526Z | [ recovery-image] Dec 21 05:07:29.539 INFO O| Dec 21 05:07:29.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6170 | 2024-12-21T05:07:30.526Z | [ recovery-image] Dec 21 05:07:29.539 INFO O| Dec 21 05:07:29.539 INFO STEP 575 (remove_files) COMPLETE |
6171 | 2024-12-21T05:07:30.528Z | [ recovery-image] Dec 21 05:07:29.539 INFO O| Dec 21 05:07:29.539 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-12-21T05:07:30.543Z | [ recovery-image] Dec 21 05:07:29.555 INFO O| Dec 21 05:07:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6173 | 2024-12-21T05:07:30.543Z | [ recovery-image] Dec 21 05:07:29.555 INFO O| Dec 21 05:07:29.555 INFO STEP 576 (remove_files) COMPLETE |
6174 | 2024-12-21T05:07:30.543Z | [ recovery-image] Dec 21 05:07:29.555 INFO O| Dec 21 05:07:29.555 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-12-21T05:07:30.559Z | [ recovery-image] Dec 21 05:07:29.572 INFO O| Dec 21 05:07:29.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6176 | 2024-12-21T05:07:30.559Z | [ recovery-image] Dec 21 05:07:29.572 INFO O| Dec 21 05:07:29.572 INFO STEP 577 (remove_files) COMPLETE |
6177 | 2024-12-21T05:07:30.559Z | [ recovery-image] Dec 21 05:07:29.572 INFO O| Dec 21 05:07:29.572 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-12-21T05:07:30.574Z | [ recovery-image] Dec 21 05:07:29.587 INFO O| Dec 21 05:07:29.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6179 | 2024-12-21T05:07:30.574Z | [ recovery-image] Dec 21 05:07:29.587 INFO O| Dec 21 05:07:29.587 INFO STEP 578 (remove_files) COMPLETE |
6180 | 2024-12-21T05:07:30.577Z | [ recovery-image] Dec 21 05:07:29.587 INFO O| Dec 21 05:07:29.587 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-12-21T05:07:30.592Z | [ recovery-image] Dec 21 05:07:29.606 INFO O| Dec 21 05:07:29.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6182 | 2024-12-21T05:07:30.592Z | [ recovery-image] Dec 21 05:07:29.606 INFO O| Dec 21 05:07:29.606 INFO STEP 579 (remove_files) COMPLETE |
6183 | 2024-12-21T05:07:30.592Z | [ recovery-image] Dec 21 05:07:29.606 INFO O| Dec 21 05:07:29.606 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-12-21T05:07:30.609Z | [ recovery-image] Dec 21 05:07:29.622 INFO O| Dec 21 05:07:29.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6185 | 2024-12-21T05:07:30.609Z | [ recovery-image] Dec 21 05:07:29.623 INFO O| Dec 21 05:07:29.623 INFO STEP 580 (remove_files) COMPLETE |
6186 | 2024-12-21T05:07:30.611Z | [ recovery-image] Dec 21 05:07:29.623 INFO O| Dec 21 05:07:29.623 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-12-21T05:07:30.624Z | [ recovery-image] Dec 21 05:07:29.637 INFO O| Dec 21 05:07:29.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6188 | 2024-12-21T05:07:30.624Z | [ recovery-image] Dec 21 05:07:29.637 INFO O| Dec 21 05:07:29.637 INFO STEP 581 (remove_files) COMPLETE |
6189 | 2024-12-21T05:07:30.626Z | [ recovery-image] Dec 21 05:07:29.638 INFO O| Dec 21 05:07:29.637 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-12-21T05:07:30.640Z | [ recovery-image] Dec 21 05:07:29.654 INFO O| Dec 21 05:07:29.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6191 | 2024-12-21T05:07:30.640Z | [ recovery-image] Dec 21 05:07:29.654 INFO O| Dec 21 05:07:29.654 INFO STEP 582 (remove_files) COMPLETE |
6192 | 2024-12-21T05:07:30.640Z | [ recovery-image] Dec 21 05:07:29.654 INFO O| Dec 21 05:07:29.654 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-12-21T05:07:30.654Z | [ recovery-image] Dec 21 05:07:29.668 INFO O| Dec 21 05:07:29.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6194 | 2024-12-21T05:07:30.654Z | [ recovery-image] Dec 21 05:07:29.668 INFO O| Dec 21 05:07:29.668 INFO STEP 583 (remove_files) COMPLETE |
6195 | 2024-12-21T05:07:30.654Z | [ recovery-image] Dec 21 05:07:29.668 INFO O| Dec 21 05:07:29.668 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-12-21T05:07:30.668Z | [ recovery-image] Dec 21 05:07:29.682 INFO O| Dec 21 05:07:29.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6197 | 2024-12-21T05:07:30.668Z | [ recovery-image] Dec 21 05:07:29.683 INFO O| Dec 21 05:07:29.682 INFO STEP 584 (remove_files) COMPLETE |
6198 | 2024-12-21T05:07:30.668Z | [ recovery-image] Dec 21 05:07:29.683 INFO O| Dec 21 05:07:29.683 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-12-21T05:07:30.686Z | [ recovery-image] Dec 21 05:07:29.700 INFO O| Dec 21 05:07:29.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6200 | 2024-12-21T05:07:30.686Z | [ recovery-image] Dec 21 05:07:29.700 INFO O| Dec 21 05:07:29.700 INFO STEP 585 (remove_files) COMPLETE |
6201 | 2024-12-21T05:07:30.686Z | [ recovery-image] Dec 21 05:07:29.700 INFO O| Dec 21 05:07:29.700 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-12-21T05:07:30.702Z | [ recovery-image] Dec 21 05:07:29.716 INFO O| Dec 21 05:07:29.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6203 | 2024-12-21T05:07:30.705Z | [ recovery-image] Dec 21 05:07:29.716 INFO O| Dec 21 05:07:29.716 INFO STEP 586 (remove_files) COMPLETE |
6204 | 2024-12-21T05:07:30.705Z | [ recovery-image] Dec 21 05:07:29.716 INFO O| Dec 21 05:07:29.716 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-12-21T05:07:30.717Z | [ recovery-image] Dec 21 05:07:29.732 INFO O| Dec 21 05:07:29.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6206 | 2024-12-21T05:07:30.718Z | [ recovery-image] Dec 21 05:07:29.732 INFO O| Dec 21 05:07:29.732 INFO STEP 587 (remove_files) COMPLETE |
6207 | 2024-12-21T05:07:30.720Z | [ recovery-image] Dec 21 05:07:29.732 INFO O| Dec 21 05:07:29.732 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-12-21T05:07:30.734Z | [ recovery-image] Dec 21 05:07:29.749 INFO O| Dec 21 05:07:29.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6209 | 2024-12-21T05:07:30.735Z | [ recovery-image] Dec 21 05:07:29.749 INFO O| Dec 21 05:07:29.749 INFO STEP 588 (remove_files) COMPLETE |
6210 | 2024-12-21T05:07:30.735Z | [ recovery-image] Dec 21 05:07:29.749 INFO O| Dec 21 05:07:29.749 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-12-21T05:07:30.752Z | [ recovery-image] Dec 21 05:07:29.766 INFO O| Dec 21 05:07:29.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6212 | 2024-12-21T05:07:30.752Z | [ recovery-image] Dec 21 05:07:29.766 INFO O| Dec 21 05:07:29.766 INFO STEP 589 (remove_files) COMPLETE |
6213 | 2024-12-21T05:07:30.752Z | [ recovery-image] Dec 21 05:07:29.766 INFO O| Dec 21 05:07:29.766 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-12-21T05:07:30.765Z | [ recovery-image] Dec 21 05:07:29.780 INFO O| Dec 21 05:07:29.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6215 | 2024-12-21T05:07:30.767Z | [ recovery-image] Dec 21 05:07:29.780 INFO O| Dec 21 05:07:29.780 INFO STEP 590 (remove_files) COMPLETE |
6216 | 2024-12-21T05:07:30.767Z | [ recovery-image] Dec 21 05:07:29.780 INFO O| Dec 21 05:07:29.780 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-12-21T05:07:30.782Z | [ recovery-image] Dec 21 05:07:29.797 INFO O| Dec 21 05:07:29.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6218 | 2024-12-21T05:07:30.782Z | [ recovery-image] Dec 21 05:07:29.797 INFO O| Dec 21 05:07:29.797 INFO STEP 591 (remove_files) COMPLETE |
6219 | 2024-12-21T05:07:30.782Z | [ recovery-image] Dec 21 05:07:29.797 INFO O| Dec 21 05:07:29.797 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-12-21T05:07:30.800Z | [ recovery-image] Dec 21 05:07:29.816 INFO O| Dec 21 05:07:29.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6221 | 2024-12-21T05:07:30.800Z | [ recovery-image] Dec 21 05:07:29.816 INFO O| Dec 21 05:07:29.816 INFO STEP 592 (remove_files) COMPLETE |
6222 | 2024-12-21T05:07:30.800Z | [ recovery-image] Dec 21 05:07:29.816 INFO O| Dec 21 05:07:29.816 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-12-21T05:07:30.819Z | [ recovery-image] Dec 21 05:07:29.834 INFO O| Dec 21 05:07:29.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6224 | 2024-12-21T05:07:30.819Z | [ recovery-image] Dec 21 05:07:29.834 INFO O| Dec 21 05:07:29.834 INFO STEP 593 (remove_files) COMPLETE |
6225 | 2024-12-21T05:07:30.819Z | [ recovery-image] Dec 21 05:07:29.834 INFO O| Dec 21 05:07:29.834 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-12-21T05:07:30.854Z | [ recovery-image] Dec 21 05:07:29.870 INFO O| Dec 21 05:07:29.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6227 | 2024-12-21T05:07:30.854Z | [ recovery-image] Dec 21 05:07:29.870 INFO O| Dec 21 05:07:29.870 INFO STEP 594 (remove_files) COMPLETE |
6228 | 2024-12-21T05:07:30.857Z | [ recovery-image] Dec 21 05:07:29.870 INFO O| Dec 21 05:07:29.870 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-12-21T05:07:30.888Z | [ recovery-image] Dec 21 05:07:29.904 INFO O| Dec 21 05:07:29.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6230 | 2024-12-21T05:07:30.888Z | [ recovery-image] Dec 21 05:07:29.904 INFO O| Dec 21 05:07:29.904 INFO STEP 595 (remove_files) COMPLETE |
6231 | 2024-12-21T05:07:30.892Z | [ recovery-image] Dec 21 05:07:29.904 INFO O| Dec 21 05:07:29.904 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-12-21T05:07:30.910Z | [ recovery-image] Dec 21 05:07:29.926 INFO O| Dec 21 05:07:29.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6233 | 2024-12-21T05:07:30.910Z | [ recovery-image] Dec 21 05:07:29.926 INFO O| Dec 21 05:07:29.926 INFO STEP 596 (remove_files) COMPLETE |
6234 | 2024-12-21T05:07:30.912Z | [ recovery-image] Dec 21 05:07:29.926 INFO O| Dec 21 05:07:29.926 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-12-21T05:07:30.931Z | [ recovery-image] Dec 21 05:07:29.947 INFO O| Dec 21 05:07:29.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6236 | 2024-12-21T05:07:30.931Z | [ recovery-image] Dec 21 05:07:29.947 INFO O| Dec 21 05:07:29.947 INFO STEP 597 (remove_files) COMPLETE |
6237 | 2024-12-21T05:07:30.933Z | [ recovery-image] Dec 21 05:07:29.947 INFO O| Dec 21 05:07:29.947 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-12-21T05:07:30.950Z | [ recovery-image] Dec 21 05:07:29.967 INFO O| Dec 21 05:07:29.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6239 | 2024-12-21T05:07:30.950Z | [ recovery-image] Dec 21 05:07:29.967 INFO O| Dec 21 05:07:29.967 INFO STEP 598 (remove_files) COMPLETE |
6240 | 2024-12-21T05:07:30.953Z | [ recovery-image] Dec 21 05:07:29.967 INFO O| Dec 21 05:07:29.967 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-12-21T05:07:30.970Z | [ recovery-image] Dec 21 05:07:29.986 INFO O| Dec 21 05:07:29.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6242 | 2024-12-21T05:07:30.970Z | [ recovery-image] Dec 21 05:07:29.986 INFO O| Dec 21 05:07:29.986 INFO STEP 599 (remove_files) COMPLETE |
6243 | 2024-12-21T05:07:30.972Z | [ recovery-image] Dec 21 05:07:29.987 INFO O| Dec 21 05:07:29.986 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-12-21T05:07:30.989Z | [ recovery-image] Dec 21 05:07:30.006 INFO O| Dec 21 05:07:30.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6245 | 2024-12-21T05:07:30.989Z | [ recovery-image] Dec 21 05:07:30.006 INFO O| Dec 21 05:07:30.006 INFO STEP 600 (remove_files) COMPLETE |
6246 | 2024-12-21T05:07:30.992Z | [ recovery-image] Dec 21 05:07:30.006 INFO O| Dec 21 05:07:30.006 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-12-21T05:07:31.035Z | [ recovery-image] Dec 21 05:07:30.052 INFO O| Dec 21 05:07:30.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6248 | 2024-12-21T05:07:31.035Z | [ recovery-image] Dec 21 05:07:30.052 INFO O| Dec 21 05:07:30.052 INFO STEP 601 (remove_files) COMPLETE |
6249 | 2024-12-21T05:07:31.035Z | [ recovery-image] Dec 21 05:07:30.053 INFO O| Dec 21 05:07:30.052 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-12-21T05:07:31.092Z | [ recovery-image] Dec 21 05:07:30.110 INFO O| Dec 21 05:07:30.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6251 | 2024-12-21T05:07:31.092Z | [ recovery-image] Dec 21 05:07:30.110 INFO O| Dec 21 05:07:30.110 INFO STEP 602 (remove_files) COMPLETE |
6252 | 2024-12-21T05:07:31.093Z | [ recovery-image] Dec 21 05:07:30.110 INFO O| Dec 21 05:07:30.110 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-12-21T05:07:31.181Z | [ recovery-image] Dec 21 05:07:30.200 INFO O| Dec 21 05:07:30.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6254 | 2024-12-21T05:07:31.181Z | [ recovery-image] Dec 21 05:07:30.200 INFO O| Dec 21 05:07:30.200 INFO STEP 603 (remove_files) COMPLETE |
6255 | 2024-12-21T05:07:31.181Z | [ recovery-image] Dec 21 05:07:30.200 INFO O| Dec 21 05:07:30.200 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-12-21T05:07:31.203Z | [ recovery-image] Dec 21 05:07:30.222 INFO O| Dec 21 05:07:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6257 | 2024-12-21T05:07:31.203Z | [ recovery-image] Dec 21 05:07:30.222 INFO O| Dec 21 05:07:30.222 INFO STEP 604 (remove_files) COMPLETE |
6258 | 2024-12-21T05:07:31.203Z | [ recovery-image] Dec 21 05:07:30.222 INFO O| Dec 21 05:07:30.222 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-12-21T05:07:31.224Z | [ recovery-image] Dec 21 05:07:30.244 INFO O| Dec 21 05:07:30.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6260 | 2024-12-21T05:07:31.224Z | [ recovery-image] Dec 21 05:07:30.244 INFO O| Dec 21 05:07:30.244 INFO STEP 605 (remove_files) COMPLETE |
6261 | 2024-12-21T05:07:31.224Z | [ recovery-image] Dec 21 05:07:30.244 INFO O| Dec 21 05:07:30.244 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-12-21T05:07:31.245Z | [ recovery-image] Dec 21 05:07:30.264 INFO O| Dec 21 05:07:30.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6263 | 2024-12-21T05:07:31.245Z | [ recovery-image] Dec 21 05:07:30.264 INFO O| Dec 21 05:07:30.264 INFO STEP 606 (remove_files) COMPLETE |
6264 | 2024-12-21T05:07:31.245Z | [ recovery-image] Dec 21 05:07:30.264 INFO O| Dec 21 05:07:30.264 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-12-21T05:07:31.264Z | [ recovery-image] Dec 21 05:07:30.283 INFO O| Dec 21 05:07:30.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6266 | 2024-12-21T05:07:31.284Z | [ recovery-image] Dec 21 05:07:30.303 INFO O| Dec 21 05:07:30.303 INFO STEP 607 (remove_files) COMPLETE |
6267 | 2024-12-21T05:07:31.284Z | [ recovery-image] Dec 21 05:07:30.303 INFO O| Dec 21 05:07:30.303 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-12-21T05:07:31.362Z | [ recovery-image] Dec 21 05:07:30.380 INFO O| Dec 21 05:07:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6269 | 2024-12-21T05:07:31.364Z | [ recovery-image] Dec 21 05:07:30.380 INFO O| Dec 21 05:07:30.380 INFO STEP 608 (remove_files) COMPLETE |
6270 | 2024-12-21T05:07:31.364Z | [ recovery-image] Dec 21 05:07:30.380 INFO O| Dec 21 05:07:30.380 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-12-21T05:07:31.380Z | [ recovery-image] Dec 21 05:07:30.401 INFO O| Dec 21 05:07:30.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6272 | 2024-12-21T05:07:31.383Z | [ recovery-image] Dec 21 05:07:30.401 INFO O| Dec 21 05:07:30.401 INFO STEP 609 (remove_files) COMPLETE |
6273 | 2024-12-21T05:07:31.383Z | [ recovery-image] Dec 21 05:07:30.401 INFO O| Dec 21 05:07:30.401 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-12-21T05:07:31.403Z | [ recovery-image] Dec 21 05:07:30.424 INFO O| Dec 21 05:07:30.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6275 | 2024-12-21T05:07:31.406Z | [ recovery-image] Dec 21 05:07:30.424 INFO O| Dec 21 05:07:30.424 INFO STEP 610 (remove_files) COMPLETE |
6276 | 2024-12-21T05:07:31.406Z | [ recovery-image] Dec 21 05:07:30.425 INFO O| Dec 21 05:07:30.424 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-12-21T05:07:31.425Z | [ recovery-image] Dec 21 05:07:30.446 INFO O| Dec 21 05:07:30.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6278 | 2024-12-21T05:07:31.427Z | [ recovery-image] Dec 21 05:07:30.446 INFO O| Dec 21 05:07:30.446 INFO STEP 611 (remove_files) COMPLETE |
6279 | 2024-12-21T05:07:31.427Z | [ recovery-image] Dec 21 05:07:30.446 INFO O| Dec 21 05:07:30.446 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-12-21T05:07:31.446Z | [ recovery-image] Dec 21 05:07:30.467 INFO O| Dec 21 05:07:30.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6281 | 2024-12-21T05:07:31.448Z | [ recovery-image] Dec 21 05:07:30.467 INFO O| Dec 21 05:07:30.467 INFO STEP 612 (remove_files) COMPLETE |
6282 | 2024-12-21T05:07:31.448Z | [ recovery-image] Dec 21 05:07:30.467 INFO O| Dec 21 05:07:30.467 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-12-21T05:07:31.465Z | [ recovery-image] Dec 21 05:07:30.486 INFO O| Dec 21 05:07:30.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6284 | 2024-12-21T05:07:31.468Z | [ recovery-image] Dec 21 05:07:30.487 INFO O| Dec 21 05:07:30.486 INFO STEP 613 (remove_files) COMPLETE |
6285 | 2024-12-21T05:07:31.468Z | [ recovery-image] Dec 21 05:07:30.487 INFO O| Dec 21 05:07:30.487 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-12-21T05:07:31.484Z | [ recovery-image] Dec 21 05:07:30.503 INFO O| Dec 21 05:07:30.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6287 | 2024-12-21T05:07:31.486Z | [ recovery-image] Dec 21 05:07:30.504 INFO O| Dec 21 05:07:30.504 INFO STEP 614 (remove_files) COMPLETE |
6288 | 2024-12-21T05:07:31.486Z | [ recovery-image] Dec 21 05:07:30.504 INFO O| Dec 21 05:07:30.504 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-12-21T05:07:31.521Z | [ recovery-image] Dec 21 05:07:30.543 INFO O| Dec 21 05:07:30.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6290 | 2024-12-21T05:07:31.521Z | [ recovery-image] Dec 21 05:07:30.543 INFO O| Dec 21 05:07:30.543 INFO STEP 615 (remove_files) COMPLETE |
6291 | 2024-12-21T05:07:31.525Z | [ recovery-image] Dec 21 05:07:30.543 INFO O| Dec 21 05:07:30.543 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-12-21T05:07:31.546Z | [ recovery-image] Dec 21 05:07:30.567 INFO O| Dec 21 05:07:30.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6293 | 2024-12-21T05:07:31.546Z | [ recovery-image] Dec 21 05:07:30.567 INFO O| Dec 21 05:07:30.567 INFO STEP 616 (remove_files) COMPLETE |
6294 | 2024-12-21T05:07:31.546Z | [ recovery-image] Dec 21 05:07:30.567 INFO O| Dec 21 05:07:30.567 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-12-21T05:07:31.567Z | [ recovery-image] Dec 21 05:07:30.590 INFO O| Dec 21 05:07:30.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6296 | 2024-12-21T05:07:31.567Z | [ recovery-image] Dec 21 05:07:30.590 INFO O| Dec 21 05:07:30.590 INFO STEP 617 (remove_files) COMPLETE |
6297 | 2024-12-21T05:07:31.567Z | [ recovery-image] Dec 21 05:07:30.590 INFO O| Dec 21 05:07:30.590 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-12-21T05:07:31.619Z | [ recovery-image] Dec 21 05:07:30.642 INFO O| Dec 21 05:07:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6299 | 2024-12-21T05:07:31.619Z | [ recovery-image] Dec 21 05:07:30.642 INFO O| Dec 21 05:07:30.642 INFO STEP 618 (remove_files) COMPLETE |
6300 | 2024-12-21T05:07:31.619Z | [ recovery-image] Dec 21 05:07:30.642 INFO O| Dec 21 05:07:30.642 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-12-21T05:07:31.642Z | [ recovery-image] Dec 21 05:07:30.663 INFO O| Dec 21 05:07:30.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6302 | 2024-12-21T05:07:31.642Z | [ recovery-image] Dec 21 05:07:30.663 INFO O| Dec 21 05:07:30.663 INFO STEP 619 (remove_files) COMPLETE |
6303 | 2024-12-21T05:07:31.646Z | [ recovery-image] Dec 21 05:07:30.663 INFO O| Dec 21 05:07:30.663 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-12-21T05:07:31.662Z | [ recovery-image] Dec 21 05:07:30.685 INFO O| Dec 21 05:07:30.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6305 | 2024-12-21T05:07:31.662Z | [ recovery-image] Dec 21 05:07:30.685 INFO O| Dec 21 05:07:30.685 INFO STEP 620 (remove_files) COMPLETE |
6306 | 2024-12-21T05:07:31.662Z | [ recovery-image] Dec 21 05:07:30.685 INFO O| Dec 21 05:07:30.685 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-12-21T05:07:31.683Z | [ recovery-image] Dec 21 05:07:30.706 INFO O| Dec 21 05:07:30.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6308 | 2024-12-21T05:07:31.683Z | [ recovery-image] Dec 21 05:07:30.706 INFO O| Dec 21 05:07:30.706 INFO STEP 621 (remove_files) COMPLETE |
6309 | 2024-12-21T05:07:31.686Z | [ recovery-image] Dec 21 05:07:30.706 INFO O| Dec 21 05:07:30.706 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-12-21T05:07:31.705Z | [ recovery-image] Dec 21 05:07:30.728 INFO O| Dec 21 05:07:30.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6311 | 2024-12-21T05:07:31.707Z | [ recovery-image] Dec 21 05:07:30.728 INFO O| Dec 21 05:07:30.728 INFO STEP 622 (remove_files) COMPLETE |
6312 | 2024-12-21T05:07:31.707Z | [ recovery-image] Dec 21 05:07:30.728 INFO O| Dec 21 05:07:30.728 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-12-21T05:07:31.726Z | [ recovery-image] Dec 21 05:07:30.749 INFO O| Dec 21 05:07:30.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6314 | 2024-12-21T05:07:31.726Z | [ recovery-image] Dec 21 05:07:30.749 INFO O| Dec 21 05:07:30.749 INFO STEP 623 (remove_files) COMPLETE |
6315 | 2024-12-21T05:07:31.726Z | [ recovery-image] Dec 21 05:07:30.749 INFO O| Dec 21 05:07:30.749 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-12-21T05:07:31.746Z | [ recovery-image] Dec 21 05:07:30.768 INFO O| Dec 21 05:07:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6317 | 2024-12-21T05:07:31.746Z | [ recovery-image] Dec 21 05:07:30.768 INFO O| Dec 21 05:07:30.768 INFO STEP 624 (remove_files) COMPLETE |
6318 | 2024-12-21T05:07:31.746Z | [ recovery-image] Dec 21 05:07:30.769 INFO O| Dec 21 05:07:30.768 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-12-21T05:07:31.765Z | [ recovery-image] Dec 21 05:07:30.788 INFO O| Dec 21 05:07:30.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6320 | 2024-12-21T05:07:31.765Z | [ recovery-image] Dec 21 05:07:30.788 INFO O| Dec 21 05:07:30.788 INFO STEP 625 (remove_files) COMPLETE |
6321 | 2024-12-21T05:07:31.768Z | [ recovery-image] Dec 21 05:07:30.788 INFO O| Dec 21 05:07:30.788 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-12-21T05:07:31.788Z | [ recovery-image] Dec 21 05:07:30.810 INFO O| Dec 21 05:07:30.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6323 | 2024-12-21T05:07:31.788Z | [ recovery-image] Dec 21 05:07:30.810 INFO O| Dec 21 05:07:30.810 INFO STEP 626 (remove_files) COMPLETE |
6324 | 2024-12-21T05:07:31.788Z | [ recovery-image] Dec 21 05:07:30.811 INFO O| Dec 21 05:07:30.810 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-21T05:07:31.809Z | [ recovery-image] Dec 21 05:07:30.834 INFO O| Dec 21 05:07:30.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6326 | 2024-12-21T05:07:31.809Z | [ recovery-image] Dec 21 05:07:30.834 INFO O| Dec 21 05:07:30.834 INFO STEP 627 (remove_files) COMPLETE |
6327 | 2024-12-21T05:07:31.809Z | [ recovery-image] Dec 21 05:07:30.834 INFO O| Dec 21 05:07:30.834 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-21T05:07:31.833Z | [ recovery-image] Dec 21 05:07:30.858 INFO O| Dec 21 05:07:30.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6329 | 2024-12-21T05:07:31.834Z | [ recovery-image] Dec 21 05:07:30.858 INFO O| Dec 21 05:07:30.858 INFO STEP 628 (remove_files) COMPLETE |
6330 | 2024-12-21T05:07:31.834Z | [ recovery-image] Dec 21 05:07:30.858 INFO O| Dec 21 05:07:30.858 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-12-21T05:07:31.855Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6332 | 2024-12-21T05:07:31.855Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 629 (remove_files) COMPLETE |
6333 | 2024-12-21T05:07:31.858Z | [ recovery-image] Dec 21 05:07:30.880 INFO O| Dec 21 05:07:30.880 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-12-21T05:07:31.876Z | [ recovery-image] Dec 21 05:07:30.901 INFO O| Dec 21 05:07:30.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6335 | 2024-12-21T05:07:31.876Z | [ recovery-image] Dec 21 05:07:30.901 INFO O| Dec 21 05:07:30.901 INFO STEP 630 (remove_files) COMPLETE |
6336 | 2024-12-21T05:07:31.876Z | [ recovery-image] Dec 21 05:07:30.901 INFO O| Dec 21 05:07:30.901 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-12-21T05:07:31.899Z | [ recovery-image] Dec 21 05:07:30.924 INFO O| Dec 21 05:07:30.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6338 | 2024-12-21T05:07:31.908Z | [ recovery-image] Dec 21 05:07:30.933 INFO O| Dec 21 05:07:30.933 INFO STEP 631 (remove_files) COMPLETE |
6339 | 2024-12-21T05:07:31.910Z | [ recovery-image] Dec 21 05:07:30.933 INFO O| Dec 21 05:07:30.933 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-12-21T05:07:31.930Z | [ recovery-image] Dec 21 05:07:30.955 INFO O| Dec 21 05:07:30.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6341 | 2024-12-21T05:07:31.932Z | [ recovery-image] Dec 21 05:07:30.956 INFO O| Dec 21 05:07:30.955 INFO STEP 632 (remove_files) COMPLETE |
6342 | 2024-12-21T05:07:31.932Z | [ recovery-image] Dec 21 05:07:30.956 INFO O| Dec 21 05:07:30.956 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-12-21T05:07:31.949Z | [ recovery-image] Dec 21 05:07:30.974 INFO O| Dec 21 05:07:30.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6344 | 2024-12-21T05:07:31.952Z | [ recovery-image] Dec 21 05:07:30.974 INFO O| Dec 21 05:07:30.974 INFO STEP 633 (remove_files) COMPLETE |
6345 | 2024-12-21T05:07:31.952Z | [ recovery-image] Dec 21 05:07:30.974 INFO O| Dec 21 05:07:30.974 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-12-21T05:07:31.974Z | [ recovery-image] Dec 21 05:07:30.997 INFO O| Dec 21 05:07:30.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6347 | 2024-12-21T05:07:31.987Z | [ recovery-image] Dec 21 05:07:30.998 INFO O| Dec 21 05:07:30.998 INFO STEP 634 (remove_files) COMPLETE |
6348 | 2024-12-21T05:07:31.987Z | [ recovery-image] Dec 21 05:07:30.998 INFO O| Dec 21 05:07:30.998 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-21T05:07:32.000Z | [ recovery-image] Dec 21 05:07:31.026 INFO O| Dec 21 05:07:31.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6350 | 2024-12-21T05:07:32.003Z | [ recovery-image] Dec 21 05:07:31.026 INFO O| Dec 21 05:07:31.026 INFO STEP 635 (remove_files) COMPLETE |
6351 | 2024-12-21T05:07:32.003Z | [ recovery-image] Dec 21 05:07:31.026 INFO O| Dec 21 05:07:31.026 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-12-21T05:07:32.021Z | [ recovery-image] Dec 21 05:07:31.047 INFO O| Dec 21 05:07:31.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6353 | 2024-12-21T05:07:32.024Z | [ recovery-image] Dec 21 05:07:31.048 INFO O| Dec 21 05:07:31.047 INFO STEP 636 (remove_files) COMPLETE |
6354 | 2024-12-21T05:07:32.024Z | [ recovery-image] Dec 21 05:07:31.048 INFO O| Dec 21 05:07:31.048 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-12-21T05:07:32.043Z | [ recovery-image] Dec 21 05:07:31.069 INFO O| Dec 21 05:07:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6356 | 2024-12-21T05:07:32.045Z | [ recovery-image] Dec 21 05:07:31.069 INFO O| Dec 21 05:07:31.069 INFO STEP 637 (remove_files) COMPLETE |
6357 | 2024-12-21T05:07:32.045Z | [ recovery-image] Dec 21 05:07:31.069 INFO O| Dec 21 05:07:31.069 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-12-21T05:07:32.062Z | [ recovery-image] Dec 21 05:07:31.088 INFO O| Dec 21 05:07:31.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6359 | 2024-12-21T05:07:32.064Z | [ recovery-image] Dec 21 05:07:31.088 INFO O| Dec 21 05:07:31.088 INFO STEP 638 (remove_files) COMPLETE |
6360 | 2024-12-21T05:07:32.064Z | [ recovery-image] Dec 21 05:07:31.089 INFO O| Dec 21 05:07:31.088 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-21T05:07:32.081Z | [ recovery-image] Dec 21 05:07:31.107 INFO O| Dec 21 05:07:31.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6362 | 2024-12-21T05:07:32.085Z | [ recovery-image] Dec 21 05:07:31.108 INFO O| Dec 21 05:07:31.108 INFO STEP 639 (remove_files) COMPLETE |
6363 | 2024-12-21T05:07:32.085Z | [ recovery-image] Dec 21 05:07:31.108 INFO O| Dec 21 05:07:31.108 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-21T05:07:32.102Z | [ recovery-image] Dec 21 05:07:31.129 INFO O| Dec 21 05:07:31.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6365 | 2024-12-21T05:07:32.102Z | [ recovery-image] Dec 21 05:07:31.129 INFO O| Dec 21 05:07:31.129 INFO STEP 640 (remove_files) COMPLETE |
6366 | 2024-12-21T05:07:32.108Z | [ recovery-image] Dec 21 05:07:31.129 INFO O| Dec 21 05:07:31.129 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-21T05:07:32.134Z | [ recovery-image] Dec 21 05:07:31.161 INFO O| Dec 21 05:07:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6368 | 2024-12-21T05:07:32.134Z | [ recovery-image] Dec 21 05:07:31.161 INFO O| Dec 21 05:07:31.161 INFO STEP 641 (remove_files) COMPLETE |
6369 | 2024-12-21T05:07:32.134Z | [ recovery-image] Dec 21 05:07:31.161 INFO O| Dec 21 05:07:31.161 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-21T05:07:32.190Z | [ recovery-image] Dec 21 05:07:31.217 INFO O| Dec 21 05:07:31.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6371 | 2024-12-21T05:07:32.192Z | [ recovery-image] Dec 21 05:07:31.217 INFO O| Dec 21 05:07:31.217 INFO STEP 642 (remove_files) COMPLETE |
6372 | 2024-12-21T05:07:32.192Z | [ recovery-image] Dec 21 05:07:31.217 INFO O| Dec 21 05:07:31.217 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-12-21T05:07:32.214Z | [ recovery-image] Dec 21 05:07:31.242 INFO O| Dec 21 05:07:31.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6374 | 2024-12-21T05:07:32.215Z | [ recovery-image] Dec 21 05:07:31.242 INFO O| Dec 21 05:07:31.242 INFO STEP 643 (remove_files) COMPLETE |
6375 | 2024-12-21T05:07:32.215Z | [ recovery-image] Dec 21 05:07:31.242 INFO O| Dec 21 05:07:31.242 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-12-21T05:07:32.237Z | [ recovery-image] Dec 21 05:07:31.265 INFO O| Dec 21 05:07:31.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6377 | 2024-12-21T05:07:32.237Z | [ recovery-image] Dec 21 05:07:31.265 INFO O| Dec 21 05:07:31.265 INFO STEP 644 (remove_files) COMPLETE |
6378 | 2024-12-21T05:07:32.237Z | [ recovery-image] Dec 21 05:07:31.265 INFO O| Dec 21 05:07:31.265 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-12-21T05:07:32.255Z | [ recovery-image] Dec 21 05:07:31.284 INFO O| Dec 21 05:07:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6380 | 2024-12-21T05:07:32.256Z | [ recovery-image] Dec 21 05:07:31.284 INFO O| Dec 21 05:07:31.284 INFO STEP 645 (remove_files) COMPLETE |
6381 | 2024-12-21T05:07:32.256Z | [ recovery-image] Dec 21 05:07:31.284 INFO O| Dec 21 05:07:31.284 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-12-21T05:07:32.277Z | [ recovery-image] Dec 21 05:07:31.305 INFO O| Dec 21 05:07:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6383 | 2024-12-21T05:07:32.277Z | [ recovery-image] Dec 21 05:07:31.305 INFO O| Dec 21 05:07:31.305 INFO STEP 646 (remove_files) COMPLETE |
6384 | 2024-12-21T05:07:32.279Z | [ recovery-image] Dec 21 05:07:31.306 INFO O| Dec 21 05:07:31.305 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-12-21T05:07:32.301Z | [ recovery-image] Dec 21 05:07:31.330 INFO O| Dec 21 05:07:31.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6386 | 2024-12-21T05:07:32.321Z | [ recovery-image] Dec 21 05:07:31.350 INFO O| Dec 21 05:07:31.350 INFO STEP 647 (remove_files) COMPLETE |
6387 | 2024-12-21T05:07:32.321Z | [ recovery-image] Dec 21 05:07:31.350 INFO O| Dec 21 05:07:31.350 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-12-21T05:07:32.344Z | [ recovery-image] Dec 21 05:07:31.373 INFO O| Dec 21 05:07:31.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6389 | 2024-12-21T05:07:32.344Z | [ recovery-image] Dec 21 05:07:31.373 INFO O| Dec 21 05:07:31.373 INFO STEP 648 (remove_files) COMPLETE |
6390 | 2024-12-21T05:07:32.347Z | [ recovery-image] Dec 21 05:07:31.373 INFO O| Dec 21 05:07:31.373 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-12-21T05:07:32.364Z | [ recovery-image] Dec 21 05:07:31.393 INFO O| Dec 21 05:07:31.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6392 | 2024-12-21T05:07:32.364Z | [ recovery-image] Dec 21 05:07:31.394 INFO O| Dec 21 05:07:31.393 INFO STEP 649 (remove_files) COMPLETE |
6393 | 2024-12-21T05:07:32.367Z | [ recovery-image] Dec 21 05:07:31.394 INFO O| Dec 21 05:07:31.394 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-12-21T05:07:32.384Z | [ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6395 | 2024-12-21T05:07:32.384Z | [ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO STEP 650 (remove_files) COMPLETE |
6396 | 2024-12-21T05:07:32.387Z | [ recovery-image] Dec 21 05:07:31.414 INFO O| Dec 21 05:07:31.414 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-21T05:07:32.405Z | [ recovery-image] Dec 21 05:07:31.434 INFO O| Dec 21 05:07:31.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6398 | 2024-12-21T05:07:32.405Z | [ recovery-image] Dec 21 05:07:31.434 INFO O| Dec 21 05:07:31.434 INFO STEP 651 (remove_files) COMPLETE |
6399 | 2024-12-21T05:07:32.407Z | [ recovery-image] Dec 21 05:07:31.434 INFO O| Dec 21 05:07:31.434 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-21T05:07:32.424Z | [ recovery-image] Dec 21 05:07:31.453 INFO O| Dec 21 05:07:31.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6401 | 2024-12-21T05:07:32.424Z | [ recovery-image] Dec 21 05:07:31.453 INFO O| Dec 21 05:07:31.453 INFO STEP 652 (remove_files) COMPLETE |
6402 | 2024-12-21T05:07:32.427Z | [ recovery-image] Dec 21 05:07:31.454 INFO O| Dec 21 05:07:31.453 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-21T05:07:32.444Z | [ recovery-image] Dec 21 05:07:31.474 INFO O| Dec 21 05:07:31.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6404 | 2024-12-21T05:07:32.444Z | [ recovery-image] Dec 21 05:07:31.474 INFO O| Dec 21 05:07:31.474 INFO STEP 653 (remove_files) COMPLETE |
6405 | 2024-12-21T05:07:32.447Z | [ recovery-image] Dec 21 05:07:31.474 INFO O| Dec 21 05:07:31.474 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-21T05:07:32.462Z | [ recovery-image] Dec 21 05:07:31.492 INFO O| Dec 21 05:07:31.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6407 | 2024-12-21T05:07:32.462Z | [ recovery-image] Dec 21 05:07:31.492 INFO O| Dec 21 05:07:31.492 INFO STEP 654 (remove_files) COMPLETE |
6408 | 2024-12-21T05:07:32.465Z | [ recovery-image] Dec 21 05:07:31.492 INFO O| Dec 21 05:07:31.492 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-21T05:07:32.478Z | [ recovery-image] Dec 21 05:07:31.509 INFO O| Dec 21 05:07:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6410 | 2024-12-21T05:07:32.478Z | [ recovery-image] Dec 21 05:07:31.509 INFO O| Dec 21 05:07:31.509 INFO STEP 655 (remove_files) COMPLETE |
6411 | 2024-12-21T05:07:32.481Z | [ recovery-image] Dec 21 05:07:31.509 INFO O| Dec 21 05:07:31.509 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-21T05:07:32.498Z | [ recovery-image] Dec 21 05:07:31.529 INFO O| Dec 21 05:07:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6413 | 2024-12-21T05:07:32.518Z | [ recovery-image] Dec 21 05:07:31.548 INFO O| Dec 21 05:07:31.548 INFO STEP 656 (remove_files) COMPLETE |
6414 | 2024-12-21T05:07:32.518Z | [ recovery-image] Dec 21 05:07:31.548 INFO O| Dec 21 05:07:31.548 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-21T05:07:32.579Z | [ recovery-image] Dec 21 05:07:31.610 INFO O| Dec 21 05:07:31.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6416 | 2024-12-21T05:07:32.579Z | [ recovery-image] Dec 21 05:07:31.610 INFO O| Dec 21 05:07:31.610 INFO STEP 657 (remove_files) COMPLETE |
6417 | 2024-12-21T05:07:32.581Z | [ recovery-image] Dec 21 05:07:31.610 INFO O| Dec 21 05:07:31.610 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-21T05:07:32.646Z | [ recovery-image] Dec 21 05:07:31.678 INFO O| Dec 21 05:07:31.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6419 | 2024-12-21T05:07:32.649Z | [ recovery-image] Dec 21 05:07:31.678 INFO O| Dec 21 05:07:31.678 INFO STEP 658 (remove_files) COMPLETE |
6420 | 2024-12-21T05:07:32.649Z | [ recovery-image] Dec 21 05:07:31.678 INFO O| Dec 21 05:07:31.678 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-21T05:07:32.666Z | [ recovery-image] Dec 21 05:07:31.698 INFO O| Dec 21 05:07:31.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6422 | 2024-12-21T05:07:32.666Z | [ recovery-image] Dec 21 05:07:31.698 INFO O| Dec 21 05:07:31.698 INFO STEP 659 (remove_files) COMPLETE |
6423 | 2024-12-21T05:07:32.670Z | [ recovery-image] Dec 21 05:07:31.698 INFO O| Dec 21 05:07:31.698 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-21T05:07:32.685Z | [ recovery-image] Dec 21 05:07:31.718 INFO O| Dec 21 05:07:31.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6425 | 2024-12-21T05:07:32.688Z | [ recovery-image] Dec 21 05:07:31.718 INFO O| Dec 21 05:07:31.718 INFO STEP 660 (remove_files) COMPLETE |
6426 | 2024-12-21T05:07:32.688Z | [ recovery-image] Dec 21 05:07:31.718 INFO O| Dec 21 05:07:31.718 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-21T05:07:32.711Z | [ recovery-image] Dec 21 05:07:31.743 INFO O| Dec 21 05:07:31.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6428 | 2024-12-21T05:07:32.711Z | [ recovery-image] Dec 21 05:07:31.743 INFO O| Dec 21 05:07:31.743 INFO STEP 661 (remove_files) COMPLETE |
6429 | 2024-12-21T05:07:32.714Z | [ recovery-image] Dec 21 05:07:31.744 INFO O| Dec 21 05:07:31.743 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-21T05:07:32.755Z | [ recovery-image] Dec 21 05:07:31.782 INFO O| Dec 21 05:07:31.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6431 | 2024-12-21T05:07:32.755Z | [ recovery-image] Dec 21 05:07:31.782 INFO O| Dec 21 05:07:31.782 INFO STEP 662 (remove_files) COMPLETE |
6432 | 2024-12-21T05:07:32.758Z | [ recovery-image] Dec 21 05:07:31.782 INFO O| Dec 21 05:07:31.782 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-21T05:07:32.768Z | [ recovery-image] Dec 21 05:07:31.801 INFO O| Dec 21 05:07:31.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6434 | 2024-12-21T05:07:32.768Z | [ recovery-image] Dec 21 05:07:31.801 INFO O| Dec 21 05:07:31.801 INFO STEP 663 (remove_files) COMPLETE |
6435 | 2024-12-21T05:07:32.768Z | [ recovery-image] Dec 21 05:07:31.802 INFO O| Dec 21 05:07:31.801 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-21T05:07:32.790Z | [ recovery-image] Dec 21 05:07:31.823 INFO O| Dec 21 05:07:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6437 | 2024-12-21T05:07:32.793Z | [ recovery-image] Dec 21 05:07:31.825 INFO O| Dec 21 05:07:31.825 INFO STEP 664 (remove_files) COMPLETE |
6438 | 2024-12-21T05:07:32.793Z | [ recovery-image] Dec 21 05:07:31.825 INFO O| Dec 21 05:07:31.825 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-21T05:07:32.817Z | [ recovery-image] Dec 21 05:07:31.850 INFO O| Dec 21 05:07:31.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6440 | 2024-12-21T05:07:32.817Z | [ recovery-image] Dec 21 05:07:31.851 INFO O| Dec 21 05:07:31.850 INFO STEP 665 (remove_files) COMPLETE |
6441 | 2024-12-21T05:07:32.817Z | [ recovery-image] Dec 21 05:07:31.851 INFO O| Dec 21 05:07:31.851 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-21T05:07:32.840Z | [ recovery-image] Dec 21 05:07:31.874 INFO O| Dec 21 05:07:31.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6443 | 2024-12-21T05:07:32.841Z | [ recovery-image] Dec 21 05:07:31.874 INFO O| Dec 21 05:07:31.874 INFO STEP 666 (remove_files) COMPLETE |
6444 | 2024-12-21T05:07:32.844Z | [ recovery-image] Dec 21 05:07:31.874 INFO O| Dec 21 05:07:31.874 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-21T05:07:32.871Z | [ recovery-image] Dec 21 05:07:31.905 INFO O| Dec 21 05:07:31.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6446 | 2024-12-21T05:07:32.871Z | [ recovery-image] Dec 21 05:07:31.905 INFO O| Dec 21 05:07:31.905 INFO STEP 667 (remove_files) COMPLETE |
6447 | 2024-12-21T05:07:32.873Z | [ recovery-image] Dec 21 05:07:31.905 INFO O| Dec 21 05:07:31.905 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-21T05:07:32.898Z | [ recovery-image] Dec 21 05:07:31.932 INFO O| Dec 21 05:07:31.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6449 | 2024-12-21T05:07:32.898Z | [ recovery-image] Dec 21 05:07:31.932 INFO O| Dec 21 05:07:31.932 INFO STEP 668 (remove_files) COMPLETE |
6450 | 2024-12-21T05:07:32.898Z | [ recovery-image] Dec 21 05:07:31.932 INFO O| Dec 21 05:07:31.932 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-21T05:07:32.921Z | [ recovery-image] Dec 21 05:07:31.956 INFO O| Dec 21 05:07:31.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6452 | 2024-12-21T05:07:32.921Z | [ recovery-image] Dec 21 05:07:31.956 INFO O| Dec 21 05:07:31.956 INFO STEP 669 (remove_files) COMPLETE |
6453 | 2024-12-21T05:07:32.924Z | [ recovery-image] Dec 21 05:07:31.956 INFO O| Dec 21 05:07:31.956 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-21T05:07:32.942Z | [ recovery-image] Dec 21 05:07:31.976 INFO O| Dec 21 05:07:31.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6455 | 2024-12-21T05:07:32.945Z | [ recovery-image] Dec 21 05:07:31.976 INFO O| Dec 21 05:07:31.976 INFO STEP 670 (remove_files) COMPLETE |
6456 | 2024-12-21T05:07:32.945Z | [ recovery-image] Dec 21 05:07:31.976 INFO O| Dec 21 05:07:31.976 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-21T05:07:32.986Z | [ recovery-image] Dec 21 05:07:32.019 INFO O| Dec 21 05:07:32.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6458 | 2024-12-21T05:07:32.986Z | [ recovery-image] Dec 21 05:07:32.019 INFO O| Dec 21 05:07:32.019 INFO STEP 671 (remove_files) COMPLETE |
6459 | 2024-12-21T05:07:32.986Z | [ recovery-image] Dec 21 05:07:32.019 INFO O| Dec 21 05:07:32.019 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-21T05:07:33.020Z | [ recovery-image] Dec 21 05:07:32.055 INFO O| Dec 21 05:07:32.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6461 | 2024-12-21T05:07:33.023Z | [ recovery-image] Dec 21 05:07:32.055 INFO O| Dec 21 05:07:32.055 INFO STEP 672 (remove_files) COMPLETE |
6462 | 2024-12-21T05:07:33.023Z | [ recovery-image] Dec 21 05:07:32.056 INFO O| Dec 21 05:07:32.055 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-21T05:07:33.048Z | [ recovery-image] Dec 21 05:07:32.084 INFO O| Dec 21 05:07:32.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6464 | 2024-12-21T05:07:33.048Z | [ recovery-image] Dec 21 05:07:32.084 INFO O| Dec 21 05:07:32.084 INFO STEP 673 (remove_files) COMPLETE |
6465 | 2024-12-21T05:07:33.051Z | [ recovery-image] Dec 21 05:07:32.084 INFO O| Dec 21 05:07:32.084 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-21T05:07:33.094Z | [ recovery-image] Dec 21 05:07:32.130 INFO O| Dec 21 05:07:32.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6467 | 2024-12-21T05:07:33.095Z | [ recovery-image] Dec 21 05:07:32.131 INFO O| Dec 21 05:07:32.131 INFO STEP 674 (remove_files) COMPLETE |
6468 | 2024-12-21T05:07:33.098Z | [ recovery-image] Dec 21 05:07:32.131 INFO O| Dec 21 05:07:32.131 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-21T05:07:33.129Z | [ recovery-image] Dec 21 05:07:32.166 INFO O| Dec 21 05:07:32.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6470 | 2024-12-21T05:07:33.132Z | [ recovery-image] Dec 21 05:07:32.166 INFO O| Dec 21 05:07:32.166 INFO STEP 675 (remove_files) COMPLETE |
6471 | 2024-12-21T05:07:33.132Z | [ recovery-image] Dec 21 05:07:32.166 INFO O| Dec 21 05:07:32.166 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-21T05:07:33.162Z | [ recovery-image] Dec 21 05:07:32.198 INFO O| Dec 21 05:07:32.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6473 | 2024-12-21T05:07:33.162Z | [ recovery-image] Dec 21 05:07:32.198 INFO O| Dec 21 05:07:32.198 INFO STEP 676 (remove_files) COMPLETE |
6474 | 2024-12-21T05:07:33.162Z | [ recovery-image] Dec 21 05:07:32.198 INFO O| Dec 21 05:07:32.198 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-21T05:07:33.179Z | [ host-image] Dec 21 05:07:32.216 INFO O| Dec 21 05:07:32.215 INFO O| Download: Completed 8.42 MB in 4.16 seconds (2.0M/s) |
6476 | 2024-12-21T05:07:33.181Z | [ recovery-image] Dec 21 05:07:32.218 INFO O| Dec 21 05:07:32.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6477 | 2024-12-21T05:07:33.182Z | [ recovery-image] Dec 21 05:07:32.218 INFO O| Dec 21 05:07:32.218 INFO STEP 677 (remove_files) COMPLETE |
6478 | 2024-12-21T05:07:33.184Z | [ recovery-image] Dec 21 05:07:32.219 INFO O| Dec 21 05:07:32.218 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-12-21T05:07:33.203Z | [ recovery-image] Dec 21 05:07:32.241 INFO O| Dec 21 05:07:32.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6480 | 2024-12-21T05:07:33.203Z | [ recovery-image] Dec 21 05:07:32.241 INFO O| Dec 21 05:07:32.241 INFO STEP 678 (remove_files) COMPLETE |
6481 | 2024-12-21T05:07:33.206Z | [ recovery-image] Dec 21 05:07:32.241 INFO O| Dec 21 05:07:32.241 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-12-21T05:07:33.266Z | [ recovery-image] Dec 21 05:07:32.304 INFO O| Dec 21 05:07:32.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6483 | 2024-12-21T05:07:33.266Z | [ recovery-image] Dec 21 05:07:32.304 INFO O| Dec 21 05:07:32.304 INFO STEP 679 (remove_files) COMPLETE |
6484 | 2024-12-21T05:07:33.266Z | [ recovery-image] Dec 21 05:07:32.304 INFO O| Dec 21 05:07:32.304 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-12-21T05:07:33.349Z | [ recovery-image] Dec 21 05:07:32.388 INFO O| Dec 21 05:07:32.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6486 | 2024-12-21T05:07:33.350Z | [ recovery-image] Dec 21 05:07:32.388 INFO O| Dec 21 05:07:32.388 INFO STEP 680 (remove_files) COMPLETE |
6487 | 2024-12-21T05:07:33.350Z | [ recovery-image] Dec 21 05:07:32.388 INFO O| Dec 21 05:07:32.388 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-12-21T05:07:33.372Z | [ recovery-image] Dec 21 05:07:32.409 INFO O| Dec 21 05:07:32.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6489 | 2024-12-21T05:07:33.372Z | [ recovery-image] Dec 21 05:07:32.409 INFO O| Dec 21 05:07:32.409 INFO STEP 681 (remove_files) COMPLETE |
6490 | 2024-12-21T05:07:33.372Z | [ recovery-image] Dec 21 05:07:32.409 INFO O| Dec 21 05:07:32.409 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-12-21T05:07:33.391Z | [ recovery-image] Dec 21 05:07:32.430 INFO O| Dec 21 05:07:32.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6492 | 2024-12-21T05:07:33.411Z | [ recovery-image] Dec 21 05:07:32.450 INFO O| Dec 21 05:07:32.450 INFO STEP 682 (remove_files) COMPLETE |
6493 | 2024-12-21T05:07:33.412Z | [ recovery-image] Dec 21 05:07:32.450 INFO O| Dec 21 05:07:32.450 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-12-21T05:07:33.431Z | [ recovery-image] Dec 21 05:07:32.470 INFO O| Dec 21 05:07:32.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6495 | 2024-12-21T05:07:33.431Z | [ recovery-image] Dec 21 05:07:32.471 INFO O| Dec 21 05:07:32.470 INFO STEP 683 (remove_files) COMPLETE |
6496 | 2024-12-21T05:07:33.431Z | [ recovery-image] Dec 21 05:07:32.471 INFO O| Dec 21 05:07:32.471 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-12-21T05:07:33.450Z | [ recovery-image] Dec 21 05:07:32.488 INFO O| Dec 21 05:07:32.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6498 | 2024-12-21T05:07:33.450Z | [ recovery-image] Dec 21 05:07:32.488 INFO O| Dec 21 05:07:32.488 INFO STEP 684 (remove_files) COMPLETE |
6499 | 2024-12-21T05:07:33.450Z | [ recovery-image] Dec 21 05:07:32.489 INFO O| Dec 21 05:07:32.488 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-12-21T05:07:33.463Z | [ host-image] Dec 21 05:07:32.503 INFO O| Dec 21 05:07:32.502 INFO O| Actions: 1/1361 actions (Installing new actions) |
6501 | 2024-12-21T05:07:33.467Z | [ recovery-image] Dec 21 05:07:32.507 INFO O| Dec 21 05:07:32.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6502 | 2024-12-21T05:07:33.467Z | [ recovery-image] Dec 21 05:07:32.507 INFO O| Dec 21 05:07:32.507 INFO STEP 685 (remove_files) COMPLETE |
6503 | 2024-12-21T05:07:33.471Z | [ recovery-image] Dec 21 05:07:32.507 INFO O| Dec 21 05:07:32.507 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-21T05:07:33.514Z | [ recovery-image] Dec 21 05:07:32.554 INFO O| Dec 21 05:07:32.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6505 | 2024-12-21T05:07:33.514Z | [ recovery-image] Dec 21 05:07:32.554 INFO O| Dec 21 05:07:32.554 INFO STEP 686 (remove_files) COMPLETE |
6506 | 2024-12-21T05:07:33.517Z | [ recovery-image] Dec 21 05:07:32.554 INFO O| Dec 21 05:07:32.554 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-21T05:07:33.555Z | [ recovery-image] Dec 21 05:07:32.596 INFO O| Dec 21 05:07:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6508 | 2024-12-21T05:07:33.555Z | [ recovery-image] Dec 21 05:07:32.596 INFO O| Dec 21 05:07:32.596 INFO STEP 687 (remove_files) COMPLETE |
6509 | 2024-12-21T05:07:33.559Z | [ recovery-image] Dec 21 05:07:32.596 INFO O| Dec 21 05:07:32.596 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-21T05:07:33.576Z | [ recovery-image] Dec 21 05:07:32.617 INFO O| Dec 21 05:07:32.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6511 | 2024-12-21T05:07:33.577Z | [ recovery-image] Dec 21 05:07:32.617 INFO O| Dec 21 05:07:32.617 INFO STEP 688 (remove_files) COMPLETE |
6512 | 2024-12-21T05:07:33.577Z | [ recovery-image] Dec 21 05:07:32.617 INFO O| Dec 21 05:07:32.617 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-21T05:07:33.654Z | [ recovery-image] Dec 21 05:07:32.693 INFO O| Dec 21 05:07:32.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6514 | 2024-12-21T05:07:33.655Z | [ recovery-image] Dec 21 05:07:32.693 INFO O| Dec 21 05:07:32.693 INFO STEP 689 (remove_files) COMPLETE |
6515 | 2024-12-21T05:07:33.655Z | [ recovery-image] Dec 21 05:07:32.693 INFO O| Dec 21 05:07:32.693 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-21T05:07:33.723Z | [ recovery-image] Dec 21 05:07:32.764 INFO O| Dec 21 05:07:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6517 | 2024-12-21T05:07:33.723Z | [ recovery-image] Dec 21 05:07:32.765 INFO O| Dec 21 05:07:32.765 INFO STEP 690 (remove_files) COMPLETE |
6518 | 2024-12-21T05:07:33.724Z | [ recovery-image] Dec 21 05:07:32.765 INFO O| Dec 21 05:07:32.765 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-21T05:07:33.762Z | [ recovery-image] Dec 21 05:07:32.804 INFO O| Dec 21 05:07:32.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6520 | 2024-12-21T05:07:33.762Z | [ recovery-image] Dec 21 05:07:32.805 INFO O| Dec 21 05:07:32.805 INFO STEP 691 (remove_files) COMPLETE |
6521 | 2024-12-21T05:07:33.765Z | [ recovery-image] Dec 21 05:07:32.805 INFO O| Dec 21 05:07:32.805 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-21T05:07:33.812Z | [ recovery-image] Dec 21 05:07:32.854 INFO O| Dec 21 05:07:32.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6523 | 2024-12-21T05:07:33.812Z | [ recovery-image] Dec 21 05:07:32.854 INFO O| Dec 21 05:07:32.854 INFO STEP 692 (remove_files) COMPLETE |
6524 | 2024-12-21T05:07:33.812Z | [ recovery-image] Dec 21 05:07:32.854 INFO O| Dec 21 05:07:32.854 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-21T05:07:33.832Z | [ recovery-image] Dec 21 05:07:32.874 INFO O| Dec 21 05:07:32.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6526 | 2024-12-21T05:07:33.832Z | [ recovery-image] Dec 21 05:07:32.874 INFO O| Dec 21 05:07:32.874 INFO STEP 693 (remove_files) COMPLETE |
6527 | 2024-12-21T05:07:33.832Z | [ recovery-image] Dec 21 05:07:32.874 INFO O| Dec 21 05:07:32.874 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-21T05:07:33.879Z | [ recovery-image] Dec 21 05:07:32.922 INFO O| Dec 21 05:07:32.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6529 | 2024-12-21T05:07:33.879Z | [ recovery-image] Dec 21 05:07:32.923 INFO O| Dec 21 05:07:32.923 INFO STEP 694 (remove_files) COMPLETE |
6530 | 2024-12-21T05:07:33.883Z | [ recovery-image] Dec 21 05:07:32.923 INFO O| Dec 21 05:07:32.923 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-21T05:07:33.940Z | [ recovery-image] Dec 21 05:07:32.984 INFO O| Dec 21 05:07:32.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6532 | 2024-12-21T05:07:33.942Z | [ recovery-image] Dec 21 05:07:32.984 INFO O| Dec 21 05:07:32.984 INFO STEP 695 (remove_files) COMPLETE |
6533 | 2024-12-21T05:07:33.942Z | [ recovery-image] Dec 21 05:07:32.984 INFO O| Dec 21 05:07:32.984 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-21T05:07:33.987Z | [ recovery-image] Dec 21 05:07:33.030 INFO O| Dec 21 05:07:33.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6535 | 2024-12-21T05:07:33.987Z | [ recovery-image] Dec 21 05:07:33.030 INFO O| Dec 21 05:07:33.030 INFO STEP 696 (remove_files) COMPLETE |
6536 | 2024-12-21T05:07:33.987Z | [ recovery-image] Dec 21 05:07:33.030 INFO O| Dec 21 05:07:33.030 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-21T05:07:34.010Z | [ recovery-image] Dec 21 05:07:33.055 INFO O| Dec 21 05:07:33.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6538 | 2024-12-21T05:07:34.010Z | [ recovery-image] Dec 21 05:07:33.055 INFO O| Dec 21 05:07:33.055 INFO STEP 697 (remove_files) COMPLETE |
6539 | 2024-12-21T05:07:34.012Z | [ recovery-image] Dec 21 05:07:33.055 INFO O| Dec 21 05:07:33.055 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-21T05:07:34.031Z | [ recovery-image] Dec 21 05:07:33.076 INFO O| Dec 21 05:07:33.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6541 | 2024-12-21T05:07:34.031Z | [ recovery-image] Dec 21 05:07:33.076 INFO O| Dec 21 05:07:33.076 INFO STEP 698 (remove_files) COMPLETE |
6542 | 2024-12-21T05:07:34.031Z | [ recovery-image] Dec 21 05:07:33.076 INFO O| Dec 21 05:07:33.076 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-21T05:07:34.049Z | [ recovery-image] Dec 21 05:07:33.094 INFO O| Dec 21 05:07:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6544 | 2024-12-21T05:07:34.049Z | [ recovery-image] Dec 21 05:07:33.094 INFO O| Dec 21 05:07:33.094 INFO STEP 699 (remove_files) COMPLETE |
6545 | 2024-12-21T05:07:34.049Z | [ recovery-image] Dec 21 05:07:33.094 INFO O| Dec 21 05:07:33.094 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-21T05:07:34.071Z | [ recovery-image] Dec 21 05:07:33.114 INFO O| Dec 21 05:07:33.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6547 | 2024-12-21T05:07:34.071Z | [ recovery-image] Dec 21 05:07:33.114 INFO O| Dec 21 05:07:33.114 INFO STEP 700 (remove_files) COMPLETE |
6548 | 2024-12-21T05:07:34.074Z | [ recovery-image] Dec 21 05:07:33.114 INFO O| Dec 21 05:07:33.114 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-21T05:07:34.100Z | [ recovery-image] Dec 21 05:07:33.145 INFO O| Dec 21 05:07:33.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6550 | 2024-12-21T05:07:34.102Z | [ recovery-image] Dec 21 05:07:33.146 INFO O| Dec 21 05:07:33.146 INFO STEP 701 (remove_files) COMPLETE |
6551 | 2024-12-21T05:07:34.104Z | [ recovery-image] Dec 21 05:07:33.146 INFO O| Dec 21 05:07:33.146 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-21T05:07:34.133Z | [ recovery-image] Dec 21 05:07:33.178 INFO O| Dec 21 05:07:33.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6553 | 2024-12-21T05:07:34.133Z | [ recovery-image] Dec 21 05:07:33.178 INFO O| Dec 21 05:07:33.178 INFO STEP 702 (remove_files) COMPLETE |
6554 | 2024-12-21T05:07:34.133Z | [ recovery-image] Dec 21 05:07:33.178 INFO O| Dec 21 05:07:33.178 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-21T05:07:34.171Z | [ recovery-image] Dec 21 05:07:33.215 INFO O| Dec 21 05:07:33.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6556 | 2024-12-21T05:07:34.172Z | [ recovery-image] Dec 21 05:07:33.215 INFO O| Dec 21 05:07:33.215 INFO STEP 703 (remove_files) COMPLETE |
6557 | 2024-12-21T05:07:34.172Z | [ recovery-image] Dec 21 05:07:33.216 INFO O| Dec 21 05:07:33.216 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-21T05:07:34.220Z | [ recovery-image] Dec 21 05:07:33.264 INFO O| Dec 21 05:07:33.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6559 | 2024-12-21T05:07:34.220Z | [ recovery-image] Dec 21 05:07:33.264 INFO O| Dec 21 05:07:33.264 INFO STEP 704 (remove_files) COMPLETE |
6560 | 2024-12-21T05:07:34.220Z | [ recovery-image] Dec 21 05:07:33.264 INFO O| Dec 21 05:07:33.264 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-21T05:07:34.226Z | [ host-image] Dec 21 05:07:33.271 INFO O| Dec 21 05:07:33.271 INFO O| Actions: Completed 1361 actions in 0.77 seconds. |
6562 | 2024-12-21T05:07:34.239Z | [ recovery-image] Dec 21 05:07:33.286 INFO O| Dec 21 05:07:33.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6563 | 2024-12-21T05:07:34.240Z | [ recovery-image] Dec 21 05:07:33.286 INFO O| Dec 21 05:07:33.286 INFO STEP 705 (remove_files) COMPLETE |
6564 | 2024-12-21T05:07:34.243Z | [ recovery-image] Dec 21 05:07:33.286 INFO O| Dec 21 05:07:33.286 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-21T05:07:34.264Z | [ recovery-image] Dec 21 05:07:33.310 INFO O| Dec 21 05:07:33.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6566 | 2024-12-21T05:07:34.264Z | [ recovery-image] Dec 21 05:07:33.310 INFO O| Dec 21 05:07:33.310 INFO STEP 706 (remove_files) COMPLETE |
6567 | 2024-12-21T05:07:34.264Z | [ recovery-image] Dec 21 05:07:33.310 INFO O| Dec 21 05:07:33.310 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-21T05:07:34.303Z | [ recovery-image] Dec 21 05:07:33.350 INFO O| Dec 21 05:07:33.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6569 | 2024-12-21T05:07:34.303Z | [ recovery-image] Dec 21 05:07:33.350 INFO O| Dec 21 05:07:33.350 INFO STEP 707 (remove_files) COMPLETE |
6570 | 2024-12-21T05:07:34.305Z | [ recovery-image] Dec 21 05:07:33.350 INFO O| Dec 21 05:07:33.350 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-21T05:07:34.324Z | [ recovery-image] Dec 21 05:07:33.371 INFO O| Dec 21 05:07:33.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6572 | 2024-12-21T05:07:34.327Z | [ recovery-image] Dec 21 05:07:33.372 INFO O| Dec 21 05:07:33.371 INFO STEP 708 (remove_files) COMPLETE |
6573 | 2024-12-21T05:07:34.327Z | [ recovery-image] Dec 21 05:07:33.372 INFO O| Dec 21 05:07:33.372 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-21T05:07:34.366Z | [ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6575 | 2024-12-21T05:07:34.366Z | [ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO STEP 709 (remove_files) COMPLETE |
6576 | 2024-12-21T05:07:34.366Z | [ recovery-image] Dec 21 05:07:33.413 INFO O| Dec 21 05:07:33.413 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-21T05:07:34.402Z | [ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6578 | 2024-12-21T05:07:34.402Z | [ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO STEP 710 (remove_files) COMPLETE |
6579 | 2024-12-21T05:07:34.405Z | [ recovery-image] Dec 21 05:07:33.448 INFO O| Dec 21 05:07:33.448 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-21T05:07:34.422Z | [ recovery-image] Dec 21 05:07:33.470 INFO O| Dec 21 05:07:33.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6581 | 2024-12-21T05:07:34.422Z | [ recovery-image] Dec 21 05:07:33.470 INFO O| Dec 21 05:07:33.470 INFO STEP 711 (remove_files) COMPLETE |
6582 | 2024-12-21T05:07:34.422Z | [ recovery-image] Dec 21 05:07:33.470 INFO O| Dec 21 05:07:33.470 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-21T05:07:34.441Z | [ recovery-image] Dec 21 05:07:33.489 INFO O| Dec 21 05:07:33.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6584 | 2024-12-21T05:07:34.441Z | [ recovery-image] Dec 21 05:07:33.490 INFO O| Dec 21 05:07:33.489 INFO STEP 712 (remove_files) COMPLETE |
6585 | 2024-12-21T05:07:34.441Z | [ recovery-image] Dec 21 05:07:33.490 INFO O| Dec 21 05:07:33.489 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-21T05:07:34.462Z | [ recovery-image] Dec 21 05:07:33.511 INFO O| Dec 21 05:07:33.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6587 | 2024-12-21T05:07:34.462Z | [ recovery-image] Dec 21 05:07:33.511 INFO O| Dec 21 05:07:33.511 INFO STEP 713 (remove_files) COMPLETE |
6588 | 2024-12-21T05:07:34.465Z | [ recovery-image] Dec 21 05:07:33.511 INFO O| Dec 21 05:07:33.511 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-21T05:07:34.487Z | [ recovery-image] Dec 21 05:07:33.536 INFO O| Dec 21 05:07:33.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6590 | 2024-12-21T05:07:34.487Z | [ recovery-image] Dec 21 05:07:33.536 INFO O| Dec 21 05:07:33.536 INFO STEP 714 (remove_files) COMPLETE |
6591 | 2024-12-21T05:07:34.490Z | [ recovery-image] Dec 21 05:07:33.536 INFO O| Dec 21 05:07:33.536 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-21T05:07:34.508Z | [ recovery-image] Dec 21 05:07:33.557 INFO O| Dec 21 05:07:33.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6593 | 2024-12-21T05:07:34.508Z | [ recovery-image] Dec 21 05:07:33.557 INFO O| Dec 21 05:07:33.557 INFO STEP 715 (remove_files) COMPLETE |
6594 | 2024-12-21T05:07:34.508Z | [ recovery-image] Dec 21 05:07:33.557 INFO O| Dec 21 05:07:33.557 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-21T05:07:34.556Z | [ recovery-image] Dec 21 05:07:33.605 INFO O| Dec 21 05:07:33.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6596 | 2024-12-21T05:07:34.556Z | [ recovery-image] Dec 21 05:07:33.605 INFO O| Dec 21 05:07:33.605 INFO STEP 716 (remove_files) COMPLETE |
6597 | 2024-12-21T05:07:34.558Z | [ recovery-image] Dec 21 05:07:33.605 INFO O| Dec 21 05:07:33.605 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-21T05:07:34.579Z | [ recovery-image] Dec 21 05:07:33.628 INFO O| Dec 21 05:07:33.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6599 | 2024-12-21T05:07:34.579Z | [ recovery-image] Dec 21 05:07:33.628 INFO O| Dec 21 05:07:33.628 INFO STEP 717 (remove_files) COMPLETE |
6600 | 2024-12-21T05:07:34.579Z | [ recovery-image] Dec 21 05:07:33.628 INFO O| Dec 21 05:07:33.628 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-21T05:07:34.599Z | [ recovery-image] Dec 21 05:07:33.649 INFO O| Dec 21 05:07:33.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6602 | 2024-12-21T05:07:34.599Z | [ recovery-image] Dec 21 05:07:33.649 INFO O| Dec 21 05:07:33.649 INFO STEP 718 (remove_files) COMPLETE |
6603 | 2024-12-21T05:07:34.599Z | [ recovery-image] Dec 21 05:07:33.649 INFO O| Dec 21 05:07:33.649 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-21T05:07:34.641Z | [ recovery-image] Dec 21 05:07:33.691 INFO O| Dec 21 05:07:33.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6605 | 2024-12-21T05:07:34.641Z | [ recovery-image] Dec 21 05:07:33.691 INFO O| Dec 21 05:07:33.691 INFO STEP 719 (remove_files) COMPLETE |
6606 | 2024-12-21T05:07:34.641Z | [ recovery-image] Dec 21 05:07:33.691 INFO O| Dec 21 05:07:33.691 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-21T05:07:34.680Z | [ recovery-image] Dec 21 05:07:33.730 INFO O| Dec 21 05:07:33.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6608 | 2024-12-21T05:07:34.680Z | [ recovery-image] Dec 21 05:07:33.730 INFO O| Dec 21 05:07:33.730 INFO STEP 720 (remove_files) COMPLETE |
6609 | 2024-12-21T05:07:34.683Z | [ recovery-image] Dec 21 05:07:33.730 INFO O| Dec 21 05:07:33.730 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-21T05:07:34.705Z | [ recovery-image] Dec 21 05:07:33.756 INFO O| Dec 21 05:07:33.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6611 | 2024-12-21T05:07:34.705Z | [ recovery-image] Dec 21 05:07:33.756 INFO O| Dec 21 05:07:33.756 INFO STEP 721 (remove_files) COMPLETE |
6612 | 2024-12-21T05:07:34.705Z | [ recovery-image] Dec 21 05:07:33.756 INFO O| Dec 21 05:07:33.756 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-21T05:07:34.741Z | [ recovery-image] Dec 21 05:07:33.792 INFO O| Dec 21 05:07:33.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6614 | 2024-12-21T05:07:34.744Z | [ recovery-image] Dec 21 05:07:33.793 INFO O| Dec 21 05:07:33.792 INFO STEP 722 (remove_files) COMPLETE |
6615 | 2024-12-21T05:07:34.744Z | [ recovery-image] Dec 21 05:07:33.793 INFO O| Dec 21 05:07:33.793 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-21T05:07:34.809Z | [ recovery-image] Dec 21 05:07:33.861 INFO O| Dec 21 05:07:33.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6617 | 2024-12-21T05:07:34.809Z | [ recovery-image] Dec 21 05:07:33.861 INFO O| Dec 21 05:07:33.861 INFO STEP 723 (remove_files) COMPLETE |
6618 | 2024-12-21T05:07:34.813Z | [ recovery-image] Dec 21 05:07:33.861 INFO O| Dec 21 05:07:33.861 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-21T05:07:34.856Z | [ host-image] Dec 21 05:07:33.908 INFO O| Dec 21 05:07:33.907 INFO O| Done |
6620 | 2024-12-21T05:07:34.856Z | [ host-image] Dec 21 05:07:33.908 INFO O| Dec 21 05:07:33.908 INFO O| Done |
6621 | 2024-12-21T05:07:34.872Z | [ recovery-image] Dec 21 05:07:33.923 INFO O| Dec 21 05:07:33.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6622 | 2024-12-21T05:07:34.872Z | [ recovery-image] Dec 21 05:07:33.923 INFO O| Dec 21 05:07:33.923 INFO STEP 724 (remove_files) COMPLETE |
6623 | 2024-12-21T05:07:34.872Z | [ recovery-image] Dec 21 05:07:33.923 INFO O| Dec 21 05:07:33.923 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-12-21T05:07:34.892Z | [ recovery-image] Dec 21 05:07:33.944 INFO O| Dec 21 05:07:33.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6625 | 2024-12-21T05:07:34.892Z | [ recovery-image] Dec 21 05:07:33.944 INFO O| Dec 21 05:07:33.944 INFO STEP 725 (remove_files) COMPLETE |
6626 | 2024-12-21T05:07:34.905Z | [ recovery-image] Dec 21 05:07:33.945 INFO O| Dec 21 05:07:33.944 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-12-21T05:07:34.957Z | [ recovery-image] Dec 21 05:07:34.010 INFO O| Dec 21 05:07:34.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6628 | 2024-12-21T05:07:34.957Z | [ recovery-image] Dec 21 05:07:34.010 INFO O| Dec 21 05:07:34.010 INFO STEP 726 (remove_files) COMPLETE |
6629 | 2024-12-21T05:07:34.960Z | [ recovery-image] Dec 21 05:07:34.010 INFO O| Dec 21 05:07:34.010 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-12-21T05:07:34.976Z | [ recovery-image] Dec 21 05:07:34.029 INFO O| Dec 21 05:07:34.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6631 | 2024-12-21T05:07:34.976Z | [ recovery-image] Dec 21 05:07:34.029 INFO O| Dec 21 05:07:34.029 INFO STEP 727 (remove_files) COMPLETE |
6632 | 2024-12-21T05:07:34.976Z | [ recovery-image] Dec 21 05:07:34.029 INFO O| Dec 21 05:07:34.029 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-12-21T05:07:35.008Z | [ recovery-image] Dec 21 05:07:34.060 INFO O| Dec 21 05:07:34.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6634 | 2024-12-21T05:07:35.008Z | [ recovery-image] Dec 21 05:07:34.060 INFO O| Dec 21 05:07:34.060 INFO STEP 728 (remove_files) COMPLETE |
6635 | 2024-12-21T05:07:35.011Z | [ recovery-image] Dec 21 05:07:34.060 INFO O| Dec 21 05:07:34.060 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-12-21T05:07:35.039Z | [ recovery-image] Dec 21 05:07:34.092 INFO O| Dec 21 05:07:34.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6637 | 2024-12-21T05:07:35.039Z | [ recovery-image] Dec 21 05:07:34.093 INFO O| Dec 21 05:07:34.093 INFO STEP 729 (remove_files) COMPLETE |
6638 | 2024-12-21T05:07:35.043Z | [ recovery-image] Dec 21 05:07:34.093 INFO O| Dec 21 05:07:34.093 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-12-21T05:07:35.059Z | [ recovery-image] Dec 21 05:07:34.112 INFO O| Dec 21 05:07:34.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6640 | 2024-12-21T05:07:35.059Z | [ recovery-image] Dec 21 05:07:34.112 INFO O| Dec 21 05:07:34.112 INFO STEP 730 (remove_files) COMPLETE |
6641 | 2024-12-21T05:07:35.059Z | [ recovery-image] Dec 21 05:07:34.112 INFO O| Dec 21 05:07:34.112 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-12-21T05:07:35.102Z | [ recovery-image] Dec 21 05:07:34.152 INFO O| Dec 21 05:07:34.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6643 | 2024-12-21T05:07:35.102Z | [ recovery-image] Dec 21 05:07:34.152 INFO O| Dec 21 05:07:34.152 INFO STEP 731 (remove_files) COMPLETE |
6644 | 2024-12-21T05:07:35.106Z | [ recovery-image] Dec 21 05:07:34.152 INFO O| Dec 21 05:07:34.152 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-12-21T05:07:35.118Z | [ recovery-image] Dec 21 05:07:34.172 INFO O| Dec 21 05:07:34.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6646 | 2024-12-21T05:07:35.118Z | [ recovery-image] Dec 21 05:07:34.172 INFO O| Dec 21 05:07:34.172 INFO STEP 732 (remove_files) COMPLETE |
6647 | 2024-12-21T05:07:35.121Z | [ recovery-image] Dec 21 05:07:34.172 INFO O| Dec 21 05:07:34.172 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-12-21T05:07:35.140Z | [ recovery-image] Dec 21 05:07:34.195 INFO O| Dec 21 05:07:34.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6649 | 2024-12-21T05:07:35.140Z | [ recovery-image] Dec 21 05:07:34.195 INFO O| Dec 21 05:07:34.195 INFO STEP 733 (remove_files) COMPLETE |
6650 | 2024-12-21T05:07:35.140Z | [ recovery-image] Dec 21 05:07:34.195 INFO O| Dec 21 05:07:34.195 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-12-21T05:07:35.195Z | [ recovery-image] Dec 21 05:07:34.250 INFO O| Dec 21 05:07:34.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6652 | 2024-12-21T05:07:35.195Z | [ recovery-image] Dec 21 05:07:34.250 INFO O| Dec 21 05:07:34.250 INFO STEP 734 (remove_files) COMPLETE |
6653 | 2024-12-21T05:07:35.195Z | [ recovery-image] Dec 21 05:07:34.250 INFO O| Dec 21 05:07:34.250 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-12-21T05:07:35.255Z | [ recovery-image] Dec 21 05:07:34.310 INFO O| Dec 21 05:07:34.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6655 | 2024-12-21T05:07:35.255Z | [ recovery-image] Dec 21 05:07:34.310 INFO O| Dec 21 05:07:34.310 INFO STEP 735 (remove_files) COMPLETE |
6656 | 2024-12-21T05:07:35.255Z | [ recovery-image] Dec 21 05:07:34.310 INFO O| Dec 21 05:07:34.310 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-12-21T05:07:35.273Z | [ recovery-image] Dec 21 05:07:34.328 INFO O| Dec 21 05:07:34.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6658 | 2024-12-21T05:07:35.273Z | [ recovery-image] Dec 21 05:07:34.329 INFO O| Dec 21 05:07:34.329 INFO STEP 736 (remove_files) COMPLETE |
6659 | 2024-12-21T05:07:35.276Z | [ recovery-image] Dec 21 05:07:34.329 INFO O| Dec 21 05:07:34.329 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-12-21T05:07:35.292Z | [ recovery-image] Dec 21 05:07:34.347 INFO O| Dec 21 05:07:34.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6661 | 2024-12-21T05:07:35.292Z | [ recovery-image] Dec 21 05:07:34.347 INFO O| Dec 21 05:07:34.347 INFO STEP 737 (remove_files) COMPLETE |
6662 | 2024-12-21T05:07:35.295Z | [ recovery-image] Dec 21 05:07:34.347 INFO O| Dec 21 05:07:34.347 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-12-21T05:07:35.335Z | [ recovery-image] Dec 21 05:07:34.390 INFO O| Dec 21 05:07:34.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6664 | 2024-12-21T05:07:35.335Z | [ recovery-image] Dec 21 05:07:34.390 INFO O| Dec 21 05:07:34.390 INFO STEP 738 (remove_files) COMPLETE |
6665 | 2024-12-21T05:07:35.335Z | [ recovery-image] Dec 21 05:07:34.390 INFO O| Dec 21 05:07:34.390 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-21T05:07:35.357Z | [ recovery-image] Dec 21 05:07:34.413 INFO O| Dec 21 05:07:34.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6667 | 2024-12-21T05:07:35.357Z | [ recovery-image] Dec 21 05:07:34.413 INFO O| Dec 21 05:07:34.413 INFO STEP 739 (remove_files) COMPLETE |
6668 | 2024-12-21T05:07:35.360Z | [ recovery-image] Dec 21 05:07:34.414 INFO O| Dec 21 05:07:34.413 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-21T05:07:35.393Z | [ recovery-image] Dec 21 05:07:34.450 INFO O| Dec 21 05:07:34.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6670 | 2024-12-21T05:07:35.415Z | [ recovery-image] Dec 21 05:07:34.472 INFO O| Dec 21 05:07:34.472 INFO STEP 740 (remove_files) COMPLETE |
6671 | 2024-12-21T05:07:35.415Z | [ recovery-image] Dec 21 05:07:34.472 INFO O| Dec 21 05:07:34.472 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-21T05:07:35.454Z | [ recovery-image] Dec 21 05:07:34.511 INFO O| Dec 21 05:07:34.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6673 | 2024-12-21T05:07:35.454Z | [ recovery-image] Dec 21 05:07:34.512 INFO O| Dec 21 05:07:34.511 INFO STEP 741 (remove_files) COMPLETE |
6674 | 2024-12-21T05:07:35.454Z | [ recovery-image] Dec 21 05:07:34.512 INFO O| Dec 21 05:07:34.512 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-21T05:07:35.478Z | [ recovery-image] Dec 21 05:07:34.534 INFO O| Dec 21 05:07:34.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6676 | 2024-12-21T05:07:35.478Z | [ recovery-image] Dec 21 05:07:34.534 INFO O| Dec 21 05:07:34.534 INFO STEP 742 (remove_files) COMPLETE |
6677 | 2024-12-21T05:07:35.478Z | [ recovery-image] Dec 21 05:07:34.534 INFO O| Dec 21 05:07:34.534 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-21T05:07:35.532Z | [ recovery-image] Dec 21 05:07:34.590 INFO O| Dec 21 05:07:34.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6679 | 2024-12-21T05:07:35.535Z | [ recovery-image] Dec 21 05:07:34.591 INFO O| Dec 21 05:07:34.591 INFO STEP 743 (remove_files) COMPLETE |
6680 | 2024-12-21T05:07:35.535Z | [ recovery-image] Dec 21 05:07:34.591 INFO O| Dec 21 05:07:34.591 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-21T05:07:35.593Z | [ recovery-image] Dec 21 05:07:34.652 INFO O| Dec 21 05:07:34.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6682 | 2024-12-21T05:07:35.596Z | [ recovery-image] Dec 21 05:07:34.652 INFO O| Dec 21 05:07:34.652 INFO STEP 744 (remove_files) COMPLETE |
6683 | 2024-12-21T05:07:35.596Z | [ recovery-image] Dec 21 05:07:34.652 INFO O| Dec 21 05:07:34.652 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-21T05:07:35.617Z | [ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6685 | 2024-12-21T05:07:35.619Z | [ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.676 INFO STEP 745 (remove_files) COMPLETE |
6686 | 2024-12-21T05:07:35.619Z | [ recovery-image] Dec 21 05:07:34.676 INFO O| Dec 21 05:07:34.676 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-21T05:07:35.636Z | [ recovery-image] Dec 21 05:07:34.696 INFO O| Dec 21 05:07:34.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6688 | 2024-12-21T05:07:35.639Z | [ recovery-image] Dec 21 05:07:34.696 INFO O| Dec 21 05:07:34.696 INFO STEP 746 (remove_files) COMPLETE |
6689 | 2024-12-21T05:07:35.639Z | [ recovery-image] Dec 21 05:07:34.696 INFO O| Dec 21 05:07:34.696 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-21T05:07:35.667Z | [ recovery-image] Dec 21 05:07:34.726 INFO O| Dec 21 05:07:34.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6691 | 2024-12-21T05:07:35.690Z | [ recovery-image] Dec 21 05:07:34.749 INFO O| Dec 21 05:07:34.749 INFO STEP 747 (remove_files) COMPLETE |
6692 | 2024-12-21T05:07:35.690Z | [ recovery-image] Dec 21 05:07:34.749 INFO O| Dec 21 05:07:34.749 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-21T05:07:35.723Z | [ recovery-image] Dec 21 05:07:34.783 INFO O| Dec 21 05:07:34.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6694 | 2024-12-21T05:07:35.723Z | [ recovery-image] Dec 21 05:07:34.783 INFO O| Dec 21 05:07:34.783 INFO STEP 748 (remove_files) COMPLETE |
6695 | 2024-12-21T05:07:35.723Z | [ recovery-image] Dec 21 05:07:34.783 INFO O| Dec 21 05:07:34.783 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-21T05:07:35.764Z | [ recovery-image] Dec 21 05:07:34.823 INFO O| Dec 21 05:07:34.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6697 | 2024-12-21T05:07:35.764Z | [ recovery-image] Dec 21 05:07:34.823 INFO O| Dec 21 05:07:34.823 INFO STEP 749 (remove_files) COMPLETE |
6698 | 2024-12-21T05:07:35.764Z | [ recovery-image] Dec 21 05:07:34.823 INFO O| Dec 21 05:07:34.823 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-21T05:07:35.818Z | [ recovery-image] Dec 21 05:07:34.877 INFO O| Dec 21 05:07:34.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6700 | 2024-12-21T05:07:35.818Z | [ recovery-image] Dec 21 05:07:34.878 INFO O| Dec 21 05:07:34.878 INFO STEP 750 (remove_files) COMPLETE |
6701 | 2024-12-21T05:07:35.818Z | [ recovery-image] Dec 21 05:07:34.878 INFO O| Dec 21 05:07:34.878 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-21T05:07:35.839Z | [ recovery-image] Dec 21 05:07:34.899 INFO O| Dec 21 05:07:34.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6703 | 2024-12-21T05:07:35.839Z | [ recovery-image] Dec 21 05:07:34.899 INFO O| Dec 21 05:07:34.899 INFO STEP 751 (remove_files) COMPLETE |
6704 | 2024-12-21T05:07:35.839Z | [ recovery-image] Dec 21 05:07:34.899 INFO O| Dec 21 05:07:34.899 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-21T05:07:35.864Z | [ recovery-image] Dec 21 05:07:34.924 INFO O| Dec 21 05:07:34.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6706 | 2024-12-21T05:07:35.864Z | [ recovery-image] Dec 21 05:07:34.924 INFO O| Dec 21 05:07:34.924 INFO STEP 752 (remove_files) COMPLETE |
6707 | 2024-12-21T05:07:35.867Z | [ recovery-image] Dec 21 05:07:34.924 INFO O| Dec 21 05:07:34.924 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-21T05:07:35.895Z | [ recovery-image] Dec 21 05:07:34.956 INFO O| Dec 21 05:07:34.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6709 | 2024-12-21T05:07:35.895Z | [ recovery-image] Dec 21 05:07:34.956 INFO O| Dec 21 05:07:34.956 INFO STEP 753 (remove_files) COMPLETE |
6710 | 2024-12-21T05:07:35.895Z | [ recovery-image] Dec 21 05:07:34.956 INFO O| Dec 21 05:07:34.956 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-21T05:07:35.953Z | [ recovery-image] Dec 21 05:07:35.015 INFO O| Dec 21 05:07:35.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6712 | 2024-12-21T05:07:35.953Z | [ recovery-image] Dec 21 05:07:35.015 INFO O| Dec 21 05:07:35.015 INFO STEP 754 (remove_files) COMPLETE |
6713 | 2024-12-21T05:07:35.953Z | [ recovery-image] Dec 21 05:07:35.015 INFO O| Dec 21 05:07:35.015 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-21T05:07:35.974Z | [ recovery-image] Dec 21 05:07:35.036 INFO O| Dec 21 05:07:35.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6715 | 2024-12-21T05:07:35.974Z | [ recovery-image] Dec 21 05:07:35.036 INFO O| Dec 21 05:07:35.036 INFO STEP 755 (remove_files) COMPLETE |
6716 | 2024-12-21T05:07:35.974Z | [ recovery-image] Dec 21 05:07:35.036 INFO O| Dec 21 05:07:35.036 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-21T05:07:35.998Z | [ recovery-image] Dec 21 05:07:35.060 INFO O| Dec 21 05:07:35.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6718 | 2024-12-21T05:07:36.018Z | [ recovery-image] Dec 21 05:07:35.081 INFO O| Dec 21 05:07:35.081 INFO STEP 756 (remove_files) COMPLETE |
6719 | 2024-12-21T05:07:36.018Z | [ recovery-image] Dec 21 05:07:35.081 INFO O| Dec 21 05:07:35.081 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-21T05:07:36.054Z | [ recovery-image] Dec 21 05:07:35.115 INFO O| Dec 21 05:07:35.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6721 | 2024-12-21T05:07:36.054Z | [ recovery-image] Dec 21 05:07:35.115 INFO O| Dec 21 05:07:35.115 INFO STEP 757 (remove_files) COMPLETE |
6722 | 2024-12-21T05:07:36.058Z | [ recovery-image] Dec 21 05:07:35.115 INFO O| Dec 21 05:07:35.115 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-21T05:07:36.078Z | [ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6724 | 2024-12-21T05:07:36.078Z | [ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.141 INFO STEP 758 (remove_files) COMPLETE |
6725 | 2024-12-21T05:07:36.078Z | [ recovery-image] Dec 21 05:07:35.141 INFO O| Dec 21 05:07:35.141 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-21T05:07:36.084Z | [ host-image] Dec 21 05:07:35.147 INFO O| Dec 21 05:07:35.147 INFO O| Done |
6727 | 2024-12-21T05:07:36.118Z | [ recovery-image] Dec 21 05:07:35.181 INFO O| Dec 21 05:07:35.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6728 | 2024-12-21T05:07:36.118Z | [ recovery-image] Dec 21 05:07:35.181 INFO O| Dec 21 05:07:35.181 INFO STEP 759 (remove_files) COMPLETE |
6729 | 2024-12-21T05:07:36.121Z | [ recovery-image] Dec 21 05:07:35.181 INFO O| Dec 21 05:07:35.181 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-21T05:07:36.164Z | [ recovery-image] Dec 21 05:07:35.226 INFO O| Dec 21 05:07:35.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6731 | 2024-12-21T05:07:36.164Z | [ recovery-image] Dec 21 05:07:35.226 INFO O| Dec 21 05:07:35.226 INFO STEP 760 (remove_files) COMPLETE |
6732 | 2024-12-21T05:07:36.166Z | [ recovery-image] Dec 21 05:07:35.227 INFO O| Dec 21 05:07:35.226 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-21T05:07:36.218Z | [ recovery-image] Dec 21 05:07:35.282 INFO O| Dec 21 05:07:35.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6734 | 2024-12-21T05:07:36.218Z | [ recovery-image] Dec 21 05:07:35.282 INFO O| Dec 21 05:07:35.282 INFO STEP 761 (remove_files) COMPLETE |
6735 | 2024-12-21T05:07:36.220Z | [ recovery-image] Dec 21 05:07:35.282 INFO O| Dec 21 05:07:35.282 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-21T05:07:36.257Z | [ recovery-image] Dec 21 05:07:35.322 INFO O| Dec 21 05:07:35.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6737 | 2024-12-21T05:07:36.257Z | [ recovery-image] Dec 21 05:07:35.322 INFO O| Dec 21 05:07:35.322 INFO STEP 762 (remove_files) COMPLETE |
6738 | 2024-12-21T05:07:36.257Z | [ recovery-image] Dec 21 05:07:35.322 INFO O| Dec 21 05:07:35.322 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-21T05:07:36.279Z | [ recovery-image] Dec 21 05:07:35.344 INFO O| Dec 21 05:07:35.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6740 | 2024-12-21T05:07:36.279Z | [ recovery-image] Dec 21 05:07:35.344 INFO O| Dec 21 05:07:35.344 INFO STEP 763 (remove_files) COMPLETE |
6741 | 2024-12-21T05:07:36.279Z | [ recovery-image] Dec 21 05:07:35.344 INFO O| Dec 21 05:07:35.344 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-21T05:07:36.299Z | [ recovery-image] Dec 21 05:07:35.364 INFO O| Dec 21 05:07:35.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6743 | 2024-12-21T05:07:36.300Z | [ recovery-image] Dec 21 05:07:35.364 INFO O| Dec 21 05:07:35.364 INFO STEP 764 (remove_files) COMPLETE |
6744 | 2024-12-21T05:07:36.300Z | [ recovery-image] Dec 21 05:07:35.364 INFO O| Dec 21 05:07:35.364 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-21T05:07:36.335Z | [ recovery-image] Dec 21 05:07:35.398 INFO O| Dec 21 05:07:35.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6746 | 2024-12-21T05:07:36.335Z | [ recovery-image] Dec 21 05:07:35.398 INFO O| Dec 21 05:07:35.398 INFO STEP 765 (remove_files) COMPLETE |
6747 | 2024-12-21T05:07:36.335Z | [ recovery-image] Dec 21 05:07:35.398 INFO O| Dec 21 05:07:35.398 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-21T05:07:36.365Z | [ recovery-image] Dec 21 05:07:35.430 INFO O| Dec 21 05:07:35.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6749 | 2024-12-21T05:07:36.365Z | [ recovery-image] Dec 21 05:07:35.430 INFO O| Dec 21 05:07:35.430 INFO STEP 766 (remove_files) COMPLETE |
6750 | 2024-12-21T05:07:36.365Z | [ recovery-image] Dec 21 05:07:35.430 INFO O| Dec 21 05:07:35.430 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-21T05:07:36.398Z | [ recovery-image] Dec 21 05:07:35.464 INFO O| Dec 21 05:07:35.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6752 | 2024-12-21T05:07:36.421Z | [ recovery-image] Dec 21 05:07:35.487 INFO O| Dec 21 05:07:35.487 INFO STEP 767 (remove_files) COMPLETE |
6753 | 2024-12-21T05:07:36.421Z | [ recovery-image] Dec 21 05:07:35.487 INFO O| Dec 21 05:07:35.487 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-21T05:07:36.442Z | [ recovery-image] Dec 21 05:07:35.508 INFO O| Dec 21 05:07:35.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6755 | 2024-12-21T05:07:36.444Z | [ recovery-image] Dec 21 05:07:35.508 INFO O| Dec 21 05:07:35.508 INFO STEP 768 (remove_files) COMPLETE |
6756 | 2024-12-21T05:07:36.444Z | [ recovery-image] Dec 21 05:07:35.508 INFO O| Dec 21 05:07:35.508 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-21T05:07:36.472Z | [ recovery-image] Dec 21 05:07:35.538 INFO O| Dec 21 05:07:35.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6758 | 2024-12-21T05:07:36.472Z | [ recovery-image] Dec 21 05:07:35.538 INFO O| Dec 21 05:07:35.538 INFO STEP 769 (remove_files) COMPLETE |
6759 | 2024-12-21T05:07:36.476Z | [ recovery-image] Dec 21 05:07:35.539 INFO O| Dec 21 05:07:35.539 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-21T05:07:36.505Z | [ recovery-image] Dec 21 05:07:35.572 INFO O| Dec 21 05:07:35.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6761 | 2024-12-21T05:07:36.505Z | [ recovery-image] Dec 21 05:07:35.572 INFO O| Dec 21 05:07:35.572 INFO STEP 770 (remove_files) COMPLETE |
6762 | 2024-12-21T05:07:36.505Z | [ recovery-image] Dec 21 05:07:35.572 INFO O| Dec 21 05:07:35.572 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-21T05:07:36.530Z | [ recovery-image] Dec 21 05:07:35.597 INFO O| Dec 21 05:07:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6764 | 2024-12-21T05:07:36.530Z | [ recovery-image] Dec 21 05:07:35.597 INFO O| Dec 21 05:07:35.597 INFO STEP 771 (remove_files) COMPLETE |
6765 | 2024-12-21T05:07:36.530Z | [ recovery-image] Dec 21 05:07:35.597 INFO O| Dec 21 05:07:35.597 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-21T05:07:36.584Z | [ recovery-image] Dec 21 05:07:35.651 INFO O| Dec 21 05:07:35.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6767 | 2024-12-21T05:07:36.587Z | [ recovery-image] Dec 21 05:07:35.652 INFO O| Dec 21 05:07:35.651 INFO STEP 772 (remove_files) COMPLETE |
6768 | 2024-12-21T05:07:36.587Z | [ recovery-image] Dec 21 05:07:35.652 INFO O| Dec 21 05:07:35.651 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-21T05:07:36.605Z | [ recovery-image] Dec 21 05:07:35.673 INFO O| Dec 21 05:07:35.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6770 | 2024-12-21T05:07:36.605Z | [ recovery-image] Dec 21 05:07:35.673 INFO O| Dec 21 05:07:35.673 INFO STEP 773 (remove_files) COMPLETE |
6771 | 2024-12-21T05:07:36.605Z | [ recovery-image] Dec 21 05:07:35.673 INFO O| Dec 21 05:07:35.673 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-21T05:07:36.636Z | [ recovery-image] Dec 21 05:07:35.704 INFO O| Dec 21 05:07:35.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6773 | 2024-12-21T05:07:36.636Z | [ recovery-image] Dec 21 05:07:35.704 INFO O| Dec 21 05:07:35.704 INFO STEP 774 (remove_files) COMPLETE |
6774 | 2024-12-21T05:07:36.636Z | [ recovery-image] Dec 21 05:07:35.704 INFO O| Dec 21 05:07:35.704 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-21T05:07:36.656Z | [ recovery-image] Dec 21 05:07:35.724 INFO O| Dec 21 05:07:35.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6776 | 2024-12-21T05:07:36.680Z | [ recovery-image] Dec 21 05:07:35.748 INFO O| Dec 21 05:07:35.748 INFO STEP 775 (remove_files) COMPLETE |
6777 | 2024-12-21T05:07:36.680Z | [ recovery-image] Dec 21 05:07:35.748 INFO O| Dec 21 05:07:35.748 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-21T05:07:36.711Z | [ recovery-image] Dec 21 05:07:35.780 INFO O| Dec 21 05:07:35.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6779 | 2024-12-21T05:07:36.711Z | [ recovery-image] Dec 21 05:07:35.780 INFO O| Dec 21 05:07:35.780 INFO STEP 776 (remove_files) COMPLETE |
6780 | 2024-12-21T05:07:36.711Z | [ recovery-image] Dec 21 05:07:35.780 INFO O| Dec 21 05:07:35.780 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-21T05:07:36.731Z | [ recovery-image] Dec 21 05:07:35.800 INFO O| Dec 21 05:07:35.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6782 | 2024-12-21T05:07:36.731Z | [ recovery-image] Dec 21 05:07:35.800 INFO O| Dec 21 05:07:35.800 INFO STEP 777 (remove_files) COMPLETE |
6783 | 2024-12-21T05:07:36.731Z | [ recovery-image] Dec 21 05:07:35.800 INFO O| Dec 21 05:07:35.800 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-21T05:07:36.753Z | [ recovery-image] Dec 21 05:07:35.821 INFO O| Dec 21 05:07:35.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6785 | 2024-12-21T05:07:36.753Z | [ recovery-image] Dec 21 05:07:35.821 INFO O| Dec 21 05:07:35.821 INFO STEP 778 (remove_files) COMPLETE |
6786 | 2024-12-21T05:07:36.753Z | [ recovery-image] Dec 21 05:07:35.821 INFO O| Dec 21 05:07:35.821 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-21T05:07:36.791Z | [ recovery-image] Dec 21 05:07:35.860 INFO O| Dec 21 05:07:35.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6788 | 2024-12-21T05:07:36.791Z | [ recovery-image] Dec 21 05:07:35.860 INFO O| Dec 21 05:07:35.860 INFO STEP 779 (remove_files) COMPLETE |
6789 | 2024-12-21T05:07:36.793Z | [ recovery-image] Dec 21 05:07:35.860 INFO O| Dec 21 05:07:35.860 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-21T05:07:36.858Z | [ recovery-image] Dec 21 05:07:35.928 INFO O| Dec 21 05:07:35.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6791 | 2024-12-21T05:07:36.858Z | [ recovery-image] Dec 21 05:07:35.928 INFO O| Dec 21 05:07:35.928 INFO STEP 780 (remove_files) COMPLETE |
6792 | 2024-12-21T05:07:36.858Z | [ recovery-image] Dec 21 05:07:35.928 INFO O| Dec 21 05:07:35.928 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-21T05:07:36.893Z | [ recovery-image] Dec 21 05:07:35.963 INFO O| Dec 21 05:07:35.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6794 | 2024-12-21T05:07:36.893Z | [ recovery-image] Dec 21 05:07:35.964 INFO O| Dec 21 05:07:35.964 INFO STEP 781 (remove_files) COMPLETE |
6795 | 2024-12-21T05:07:36.893Z | [ recovery-image] Dec 21 05:07:35.964 INFO O| Dec 21 05:07:35.964 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-21T05:07:36.947Z | [ recovery-image] Dec 21 05:07:36.018 INFO O| Dec 21 05:07:36.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6797 | 2024-12-21T05:07:36.947Z | [ recovery-image] Dec 21 05:07:36.018 INFO O| Dec 21 05:07:36.018 INFO STEP 782 (remove_files) COMPLETE |
6798 | 2024-12-21T05:07:36.947Z | [ recovery-image] Dec 21 05:07:36.018 INFO O| Dec 21 05:07:36.018 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-21T05:07:36.976Z | [ recovery-image] Dec 21 05:07:36.048 INFO O| Dec 21 05:07:36.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6800 | 2024-12-21T05:07:36.979Z | [ recovery-image] Dec 21 05:07:36.051 INFO O| Dec 21 05:07:36.051 INFO STEP 783 (remove_files) COMPLETE |
6801 | 2024-12-21T05:07:36.979Z | [ recovery-image] Dec 21 05:07:36.051 INFO O| Dec 21 05:07:36.051 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-21T05:07:37.042Z | [ recovery-image] Dec 21 05:07:36.114 INFO O| Dec 21 05:07:36.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6803 | 2024-12-21T05:07:37.042Z | [ recovery-image] Dec 21 05:07:36.114 INFO O| Dec 21 05:07:36.114 INFO STEP 784 (remove_files) COMPLETE |
6804 | 2024-12-21T05:07:37.042Z | [ recovery-image] Dec 21 05:07:36.114 INFO O| Dec 21 05:07:36.114 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-21T05:07:37.071Z | [ recovery-image] Dec 21 05:07:36.143 INFO O| Dec 21 05:07:36.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6806 | 2024-12-21T05:07:37.071Z | [ recovery-image] Dec 21 05:07:36.144 INFO O| Dec 21 05:07:36.143 INFO STEP 785 (remove_files) COMPLETE |
6807 | 2024-12-21T05:07:37.071Z | [ recovery-image] Dec 21 05:07:36.144 INFO O| Dec 21 05:07:36.144 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-21T05:07:37.114Z | [ recovery-image] Dec 21 05:07:36.187 INFO O| Dec 21 05:07:36.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6809 | 2024-12-21T05:07:37.114Z | [ recovery-image] Dec 21 05:07:36.187 INFO O| Dec 21 05:07:36.187 INFO STEP 786 (remove_files) COMPLETE |
6810 | 2024-12-21T05:07:37.114Z | [ recovery-image] Dec 21 05:07:36.187 INFO O| Dec 21 05:07:36.187 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-21T05:07:37.151Z | [ recovery-image] Dec 21 05:07:36.223 INFO O| Dec 21 05:07:36.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6812 | 2024-12-21T05:07:37.153Z | [ recovery-image] Dec 21 05:07:36.224 INFO O| Dec 21 05:07:36.224 INFO STEP 787 (remove_files) COMPLETE |
6813 | 2024-12-21T05:07:37.153Z | [ recovery-image] Dec 21 05:07:36.224 INFO O| Dec 21 05:07:36.224 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-21T05:07:37.186Z | [ recovery-image] Dec 21 05:07:36.259 INFO O| Dec 21 05:07:36.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6815 | 2024-12-21T05:07:37.190Z | [ recovery-image] Dec 21 05:07:36.260 INFO O| Dec 21 05:07:36.260 INFO STEP 788 (remove_files) COMPLETE |
6816 | 2024-12-21T05:07:37.190Z | [ recovery-image] Dec 21 05:07:36.260 INFO O| Dec 21 05:07:36.260 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-21T05:07:37.208Z | [ recovery-image] Dec 21 05:07:36.281 INFO O| Dec 21 05:07:36.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6818 | 2024-12-21T05:07:37.210Z | [ recovery-image] Dec 21 05:07:36.281 INFO O| Dec 21 05:07:36.281 INFO STEP 789 (remove_files) COMPLETE |
6819 | 2024-12-21T05:07:37.210Z | [ recovery-image] Dec 21 05:07:36.281 INFO O| Dec 21 05:07:36.281 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-21T05:07:37.229Z | [ recovery-image] Dec 21 05:07:36.302 INFO O| Dec 21 05:07:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6821 | 2024-12-21T05:07:37.232Z | [ recovery-image] Dec 21 05:07:36.302 INFO O| Dec 21 05:07:36.302 INFO STEP 790 (remove_files) COMPLETE |
6822 | 2024-12-21T05:07:37.232Z | [ recovery-image] Dec 21 05:07:36.302 INFO O| Dec 21 05:07:36.302 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-21T05:07:37.251Z | [ recovery-image] Dec 21 05:07:36.324 INFO O| Dec 21 05:07:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6824 | 2024-12-21T05:07:37.251Z | [ recovery-image] Dec 21 05:07:36.325 INFO O| Dec 21 05:07:36.324 INFO STEP 791 (remove_files) COMPLETE |
6825 | 2024-12-21T05:07:37.251Z | [ recovery-image] Dec 21 05:07:36.325 INFO O| Dec 21 05:07:36.324 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-21T05:07:37.270Z | [ recovery-image] Dec 21 05:07:36.344 INFO O| Dec 21 05:07:36.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6827 | 2024-12-21T05:07:37.292Z | [ recovery-image] Dec 21 05:07:36.365 INFO O| Dec 21 05:07:36.365 INFO STEP 792 (remove_files) COMPLETE |
6828 | 2024-12-21T05:07:37.292Z | [ recovery-image] Dec 21 05:07:36.365 INFO O| Dec 21 05:07:36.365 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-21T05:07:37.325Z | [ recovery-image] Dec 21 05:07:36.399 INFO O| Dec 21 05:07:36.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6830 | 2024-12-21T05:07:37.325Z | [ recovery-image] Dec 21 05:07:36.400 INFO O| Dec 21 05:07:36.400 INFO STEP 793 (remove_files) COMPLETE |
6831 | 2024-12-21T05:07:37.325Z | [ recovery-image] Dec 21 05:07:36.400 INFO O| Dec 21 05:07:36.400 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-21T05:07:37.351Z | [ recovery-image] Dec 21 05:07:36.425 INFO O| Dec 21 05:07:36.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6833 | 2024-12-21T05:07:37.354Z | [ recovery-image] Dec 21 05:07:36.425 INFO O| Dec 21 05:07:36.425 INFO STEP 794 (remove_files) COMPLETE |
6834 | 2024-12-21T05:07:37.354Z | [ recovery-image] Dec 21 05:07:36.426 INFO O| Dec 21 05:07:36.425 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-21T05:07:37.371Z | [ recovery-image] Dec 21 05:07:36.445 INFO O| Dec 21 05:07:36.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6836 | 2024-12-21T05:07:37.373Z | [ recovery-image] Dec 21 05:07:36.446 INFO O| Dec 21 05:07:36.445 INFO STEP 795 (remove_files) COMPLETE |
6837 | 2024-12-21T05:07:37.373Z | [ recovery-image] Dec 21 05:07:36.446 INFO O| Dec 21 05:07:36.445 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-21T05:07:37.393Z | [ recovery-image] Dec 21 05:07:36.466 INFO O| Dec 21 05:07:36.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6839 | 2024-12-21T05:07:37.393Z | [ recovery-image] Dec 21 05:07:36.466 INFO O| Dec 21 05:07:36.466 INFO STEP 796 (remove_files) COMPLETE |
6840 | 2024-12-21T05:07:37.393Z | [ recovery-image] Dec 21 05:07:36.466 INFO O| Dec 21 05:07:36.466 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-21T05:07:37.430Z | [ recovery-image] Dec 21 05:07:36.506 INFO O| Dec 21 05:07:36.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6842 | 2024-12-21T05:07:37.431Z | [ recovery-image] Dec 21 05:07:36.506 INFO O| Dec 21 05:07:36.506 INFO STEP 797 (remove_files) COMPLETE |
6843 | 2024-12-21T05:07:37.431Z | [ recovery-image] Dec 21 05:07:36.506 INFO O| Dec 21 05:07:36.506 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-21T05:07:37.492Z | [ recovery-image] Dec 21 05:07:36.568 INFO O| Dec 21 05:07:36.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6845 | 2024-12-21T05:07:37.496Z | [ recovery-image] Dec 21 05:07:36.568 INFO O| Dec 21 05:07:36.568 INFO STEP 798 (remove_files) COMPLETE |
6846 | 2024-12-21T05:07:37.496Z | [ recovery-image] Dec 21 05:07:36.568 INFO O| Dec 21 05:07:36.568 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-21T05:07:37.517Z | [ recovery-image] Dec 21 05:07:36.593 INFO O| Dec 21 05:07:36.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6848 | 2024-12-21T05:07:37.521Z | [ recovery-image] Dec 21 05:07:36.593 INFO O| Dec 21 05:07:36.593 INFO STEP 799 (remove_files) COMPLETE |
6849 | 2024-12-21T05:07:37.521Z | [ recovery-image] Dec 21 05:07:36.593 INFO O| Dec 21 05:07:36.593 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-21T05:07:37.540Z | [ recovery-image] Dec 21 05:07:36.615 INFO O| Dec 21 05:07:36.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6851 | 2024-12-21T05:07:37.545Z | [ recovery-image] Dec 21 05:07:36.615 INFO O| Dec 21 05:07:36.615 INFO STEP 800 (remove_files) COMPLETE |
6852 | 2024-12-21T05:07:37.545Z | [ recovery-image] Dec 21 05:07:36.615 INFO O| Dec 21 05:07:36.615 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-21T05:07:37.559Z | [ recovery-image] Dec 21 05:07:36.635 INFO O| Dec 21 05:07:36.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6854 | 2024-12-21T05:07:37.559Z | [ recovery-image] Dec 21 05:07:36.635 INFO O| Dec 21 05:07:36.635 INFO STEP 801 (remove_files) COMPLETE |
6855 | 2024-12-21T05:07:37.559Z | [ recovery-image] Dec 21 05:07:36.635 INFO O| Dec 21 05:07:36.635 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-21T05:07:37.596Z | [ recovery-image] Dec 21 05:07:36.672 INFO O| Dec 21 05:07:36.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6857 | 2024-12-21T05:07:37.596Z | [ recovery-image] Dec 21 05:07:36.672 INFO O| Dec 21 05:07:36.672 INFO STEP 802 (remove_files) COMPLETE |
6858 | 2024-12-21T05:07:37.596Z | [ recovery-image] Dec 21 05:07:36.673 INFO O| Dec 21 05:07:36.672 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-21T05:07:37.616Z | [ recovery-image] Dec 21 05:07:36.693 INFO O| Dec 21 05:07:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6860 | 2024-12-21T05:07:37.618Z | [ recovery-image] Dec 21 05:07:36.693 INFO O| Dec 21 05:07:36.693 INFO STEP 803 (remove_files) COMPLETE |
6861 | 2024-12-21T05:07:37.618Z | [ recovery-image] Dec 21 05:07:36.693 INFO O| Dec 21 05:07:36.693 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-21T05:07:37.636Z | [ recovery-image] Dec 21 05:07:36.713 INFO O| Dec 21 05:07:36.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6863 | 2024-12-21T05:07:37.636Z | [ recovery-image] Dec 21 05:07:36.713 INFO O| Dec 21 05:07:36.713 INFO STEP 804 (remove_files) COMPLETE |
6864 | 2024-12-21T05:07:37.638Z | [ recovery-image] Dec 21 05:07:36.713 INFO O| Dec 21 05:07:36.713 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-21T05:07:37.654Z | [ recovery-image] Dec 21 05:07:36.732 INFO O| Dec 21 05:07:36.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6866 | 2024-12-21T05:07:37.655Z | [ recovery-image] Dec 21 05:07:36.732 INFO O| Dec 21 05:07:36.732 INFO STEP 805 (remove_files) COMPLETE |
6867 | 2024-12-21T05:07:37.657Z | [ recovery-image] Dec 21 05:07:36.732 INFO O| Dec 21 05:07:36.732 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-21T05:07:37.674Z | [ recovery-image] Dec 21 05:07:36.751 INFO O| Dec 21 05:07:36.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6869 | 2024-12-21T05:07:37.674Z | [ recovery-image] Dec 21 05:07:36.752 INFO O| Dec 21 05:07:36.751 INFO STEP 806 (remove_files) COMPLETE |
6870 | 2024-12-21T05:07:37.676Z | [ recovery-image] Dec 21 05:07:36.752 INFO O| Dec 21 05:07:36.752 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-21T05:07:37.715Z | [ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6872 | 2024-12-21T05:07:37.715Z | [ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO STEP 807 (remove_files) COMPLETE |
6873 | 2024-12-21T05:07:37.719Z | [ recovery-image] Dec 21 05:07:36.793 INFO O| Dec 21 05:07:36.793 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-21T05:07:37.756Z | [ recovery-image] Dec 21 05:07:36.834 INFO O| Dec 21 05:07:36.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6875 | 2024-12-21T05:07:37.759Z | [ recovery-image] Dec 21 05:07:36.835 INFO O| Dec 21 05:07:36.835 INFO STEP 808 (remove_files) COMPLETE |
6876 | 2024-12-21T05:07:37.759Z | [ recovery-image] Dec 21 05:07:36.835 INFO O| Dec 21 05:07:36.835 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-21T05:07:37.787Z | [ recovery-image] Dec 21 05:07:36.865 INFO O| Dec 21 05:07:36.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6878 | 2024-12-21T05:07:37.787Z | [ recovery-image] Dec 21 05:07:36.865 INFO O| Dec 21 05:07:36.865 INFO STEP 809 (remove_files) COMPLETE |
6879 | 2024-12-21T05:07:37.790Z | [ recovery-image] Dec 21 05:07:36.865 INFO O| Dec 21 05:07:36.865 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-21T05:07:37.819Z | [ recovery-image] Dec 21 05:07:36.898 INFO O| Dec 21 05:07:36.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6881 | 2024-12-21T05:07:37.820Z | [ recovery-image] Dec 21 05:07:36.898 INFO O| Dec 21 05:07:36.898 INFO STEP 810 (remove_files) COMPLETE |
6882 | 2024-12-21T05:07:37.820Z | [ recovery-image] Dec 21 05:07:36.898 INFO O| Dec 21 05:07:36.898 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-21T05:07:37.878Z | [ recovery-image] Dec 21 05:07:36.957 INFO O| Dec 21 05:07:36.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6884 | 2024-12-21T05:07:37.878Z | [ recovery-image] Dec 21 05:07:36.957 INFO O| Dec 21 05:07:36.957 INFO STEP 811 (remove_files) COMPLETE |
6885 | 2024-12-21T05:07:37.878Z | [ recovery-image] Dec 21 05:07:36.957 INFO O| Dec 21 05:07:36.957 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-21T05:07:37.912Z | [ recovery-image] Dec 21 05:07:36.992 INFO O| Dec 21 05:07:36.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6887 | 2024-12-21T05:07:37.912Z | [ recovery-image] Dec 21 05:07:36.992 INFO O| Dec 21 05:07:36.992 INFO STEP 812 (remove_files) COMPLETE |
6888 | 2024-12-21T05:07:37.912Z | [ recovery-image] Dec 21 05:07:36.992 INFO O| Dec 21 05:07:36.992 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-21T05:07:37.935Z | [ recovery-image] Dec 21 05:07:37.014 INFO O| Dec 21 05:07:37.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6890 | 2024-12-21T05:07:37.935Z | [ recovery-image] Dec 21 05:07:37.015 INFO O| Dec 21 05:07:37.015 INFO STEP 813 (remove_files) COMPLETE |
6891 | 2024-12-21T05:07:37.935Z | [ recovery-image] Dec 21 05:07:37.015 INFO O| Dec 21 05:07:37.015 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-21T05:07:37.996Z | [ recovery-image] Dec 21 05:07:37.072 INFO O| Dec 21 05:07:37.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6893 | 2024-12-21T05:07:37.996Z | [ recovery-image] Dec 21 05:07:37.072 INFO O| Dec 21 05:07:37.072 INFO STEP 814 (remove_files) COMPLETE |
6894 | 2024-12-21T05:07:37.996Z | [ recovery-image] Dec 21 05:07:37.072 INFO O| Dec 21 05:07:37.072 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-21T05:07:38.014Z | [ recovery-image] Dec 21 05:07:37.094 INFO O| Dec 21 05:07:37.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6896 | 2024-12-21T05:07:38.014Z | [ recovery-image] Dec 21 05:07:37.094 INFO O| Dec 21 05:07:37.094 INFO STEP 815 (remove_files) COMPLETE |
6897 | 2024-12-21T05:07:38.014Z | [ recovery-image] Dec 21 05:07:37.094 INFO O| Dec 21 05:07:37.094 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-21T05:07:38.035Z | [ recovery-image] Dec 21 05:07:37.115 INFO O| Dec 21 05:07:37.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6899 | 2024-12-21T05:07:38.035Z | [ recovery-image] Dec 21 05:07:37.116 INFO O| Dec 21 05:07:37.116 INFO STEP 816 (remove_files) COMPLETE |
6900 | 2024-12-21T05:07:38.035Z | [ recovery-image] Dec 21 05:07:37.116 INFO O| Dec 21 05:07:37.116 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-21T05:07:38.055Z | [ recovery-image] Dec 21 05:07:37.137 INFO O| Dec 21 05:07:37.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6902 | 2024-12-21T05:07:38.056Z | [ recovery-image] Dec 21 05:07:37.137 INFO O| Dec 21 05:07:37.137 INFO STEP 817 (remove_files) COMPLETE |
6903 | 2024-12-21T05:07:38.056Z | [ recovery-image] Dec 21 05:07:37.137 INFO O| Dec 21 05:07:37.137 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-21T05:07:38.087Z | [ recovery-image] Dec 21 05:07:37.167 INFO O| Dec 21 05:07:37.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6905 | 2024-12-21T05:07:38.087Z | [ recovery-image] Dec 21 05:07:37.168 INFO O| Dec 21 05:07:37.168 INFO STEP 818 (remove_files) COMPLETE |
6906 | 2024-12-21T05:07:38.087Z | [ recovery-image] Dec 21 05:07:37.168 INFO O| Dec 21 05:07:37.168 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-21T05:07:38.115Z | [ recovery-image] Dec 21 05:07:37.196 INFO O| Dec 21 05:07:37.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6908 | 2024-12-21T05:07:38.123Z | [ recovery-image] Dec 21 05:07:37.204 INFO O| Dec 21 05:07:37.204 INFO STEP 819 (remove_files) COMPLETE |
6909 | 2024-12-21T05:07:38.123Z | [ recovery-image] Dec 21 05:07:37.204 INFO O| Dec 21 05:07:37.204 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-21T05:07:38.150Z | [ recovery-image] Dec 21 05:07:37.231 INFO O| Dec 21 05:07:37.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6911 | 2024-12-21T05:07:38.150Z | [ recovery-image] Dec 21 05:07:37.231 INFO O| Dec 21 05:07:37.231 INFO STEP 820 (remove_files) COMPLETE |
6912 | 2024-12-21T05:07:38.150Z | [ recovery-image] Dec 21 05:07:37.231 INFO O| Dec 21 05:07:37.231 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-21T05:07:38.200Z | [ recovery-image] Dec 21 05:07:37.281 INFO O| Dec 21 05:07:37.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6914 | 2024-12-21T05:07:38.200Z | [ recovery-image] Dec 21 05:07:37.282 INFO O| Dec 21 05:07:37.281 INFO STEP 821 (remove_files) COMPLETE |
6915 | 2024-12-21T05:07:38.200Z | [ recovery-image] Dec 21 05:07:37.282 INFO O| Dec 21 05:07:37.281 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-21T05:07:38.236Z | [ recovery-image] Dec 21 05:07:37.319 INFO O| Dec 21 05:07:37.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6917 | 2024-12-21T05:07:38.246Z | [ recovery-image] Dec 21 05:07:37.328 INFO O| Dec 21 05:07:37.328 INFO STEP 822 (remove_files) COMPLETE |
6918 | 2024-12-21T05:07:38.246Z | [ recovery-image] Dec 21 05:07:37.328 INFO O| Dec 21 05:07:37.328 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-21T05:07:38.292Z | [ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6920 | 2024-12-21T05:07:38.292Z | [ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO STEP 823 (remove_files) COMPLETE |
6921 | 2024-12-21T05:07:38.292Z | [ recovery-image] Dec 21 05:07:37.375 INFO O| Dec 21 05:07:37.375 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-21T05:07:38.315Z | [ recovery-image] Dec 21 05:07:37.399 INFO O| Dec 21 05:07:37.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6923 | 2024-12-21T05:07:38.315Z | [ recovery-image] Dec 21 05:07:37.399 INFO O| Dec 21 05:07:37.399 INFO STEP 824 (remove_files) COMPLETE |
6924 | 2024-12-21T05:07:38.316Z | [ recovery-image] Dec 21 05:07:37.399 INFO O| Dec 21 05:07:37.399 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-21T05:07:38.338Z | [ recovery-image] Dec 21 05:07:37.421 INFO O| Dec 21 05:07:37.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6926 | 2024-12-21T05:07:38.338Z | [ recovery-image] Dec 21 05:07:37.421 INFO O| Dec 21 05:07:37.421 INFO STEP 825 (remove_files) COMPLETE |
6927 | 2024-12-21T05:07:38.338Z | [ recovery-image] Dec 21 05:07:37.421 INFO O| Dec 21 05:07:37.421 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-21T05:07:38.358Z | [ recovery-image] Dec 21 05:07:37.441 INFO O| Dec 21 05:07:37.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6929 | 2024-12-21T05:07:38.358Z | [ recovery-image] Dec 21 05:07:37.442 INFO O| Dec 21 05:07:37.442 INFO STEP 826 (remove_files) COMPLETE |
6930 | 2024-12-21T05:07:38.358Z | [ recovery-image] Dec 21 05:07:37.442 INFO O| Dec 21 05:07:37.442 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-21T05:07:38.379Z | [ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6932 | 2024-12-21T05:07:38.379Z | [ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.463 INFO STEP 827 (remove_files) COMPLETE |
6933 | 2024-12-21T05:07:38.379Z | [ recovery-image] Dec 21 05:07:37.463 INFO O| Dec 21 05:07:37.463 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-21T05:07:38.404Z | [ recovery-image] Dec 21 05:07:37.488 INFO O| Dec 21 05:07:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6935 | 2024-12-21T05:07:38.404Z | [ recovery-image] Dec 21 05:07:37.488 INFO O| Dec 21 05:07:37.488 INFO STEP 828 (remove_files) COMPLETE |
6936 | 2024-12-21T05:07:38.407Z | [ recovery-image] Dec 21 05:07:37.488 INFO O| Dec 21 05:07:37.488 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-21T05:07:38.458Z | [ recovery-image] Dec 21 05:07:37.541 INFO O| Dec 21 05:07:37.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6938 | 2024-12-21T05:07:38.460Z | [ recovery-image] Dec 21 05:07:37.541 INFO O| Dec 21 05:07:37.541 INFO STEP 829 (remove_files) COMPLETE |
6939 | 2024-12-21T05:07:38.460Z | [ recovery-image] Dec 21 05:07:37.541 INFO O| Dec 21 05:07:37.541 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-21T05:07:38.502Z | [ recovery-image] Dec 21 05:07:37.586 INFO O| Dec 21 05:07:37.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6941 | 2024-12-21T05:07:38.502Z | [ recovery-image] Dec 21 05:07:37.586 INFO O| Dec 21 05:07:37.586 INFO STEP 830 (remove_files) COMPLETE |
6942 | 2024-12-21T05:07:38.502Z | [ recovery-image] Dec 21 05:07:37.586 INFO O| Dec 21 05:07:37.586 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-21T05:07:38.538Z | [ recovery-image] Dec 21 05:07:37.623 INFO O| Dec 21 05:07:37.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6944 | 2024-12-21T05:07:38.538Z | [ recovery-image] Dec 21 05:07:37.623 INFO O| Dec 21 05:07:37.623 INFO STEP 831 (remove_files) COMPLETE |
6945 | 2024-12-21T05:07:38.540Z | [ recovery-image] Dec 21 05:07:37.623 INFO O| Dec 21 05:07:37.623 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-21T05:07:38.604Z | [ recovery-image] Dec 21 05:07:37.690 INFO O| Dec 21 05:07:37.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6947 | 2024-12-21T05:07:38.604Z | [ recovery-image] Dec 21 05:07:37.690 INFO O| Dec 21 05:07:37.690 INFO STEP 832 (remove_files) COMPLETE |
6948 | 2024-12-21T05:07:38.604Z | [ recovery-image] Dec 21 05:07:37.690 INFO O| Dec 21 05:07:37.690 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-21T05:07:38.623Z | [ recovery-image] Dec 21 05:07:37.710 INFO O| Dec 21 05:07:37.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6950 | 2024-12-21T05:07:38.624Z | [ recovery-image] Dec 21 05:07:37.710 INFO O| Dec 21 05:07:37.710 INFO STEP 833 (remove_files) COMPLETE |
6951 | 2024-12-21T05:07:38.624Z | [ recovery-image] Dec 21 05:07:37.710 INFO O| Dec 21 05:07:37.710 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-21T05:07:38.641Z | [ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6953 | 2024-12-21T05:07:38.641Z | [ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO STEP 834 (remove_files) COMPLETE |
6954 | 2024-12-21T05:07:38.641Z | [ recovery-image] Dec 21 05:07:37.728 INFO O| Dec 21 05:07:37.728 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-21T05:07:38.661Z | [ recovery-image] Dec 21 05:07:37.746 INFO O| Dec 21 05:07:37.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6956 | 2024-12-21T05:07:38.661Z | [ recovery-image] Dec 21 05:07:37.747 INFO O| Dec 21 05:07:37.746 INFO STEP 835 (remove_files) COMPLETE |
6957 | 2024-12-21T05:07:38.661Z | [ recovery-image] Dec 21 05:07:37.747 INFO O| Dec 21 05:07:37.746 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-21T05:07:38.691Z | [ recovery-image] Dec 21 05:07:37.778 INFO O| Dec 21 05:07:37.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6959 | 2024-12-21T05:07:38.691Z | [ recovery-image] Dec 21 05:07:37.778 INFO O| Dec 21 05:07:37.778 INFO STEP 836 (remove_files) COMPLETE |
6960 | 2024-12-21T05:07:38.694Z | [ recovery-image] Dec 21 05:07:37.778 INFO O| Dec 21 05:07:37.778 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-21T05:07:38.717Z | [ recovery-image] Dec 21 05:07:37.803 INFO O| Dec 21 05:07:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6962 | 2024-12-21T05:07:38.717Z | [ recovery-image] Dec 21 05:07:37.803 INFO O| Dec 21 05:07:37.803 INFO STEP 837 (remove_files) COMPLETE |
6963 | 2024-12-21T05:07:38.717Z | [ recovery-image] Dec 21 05:07:37.803 INFO O| Dec 21 05:07:37.803 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-21T05:07:38.751Z | [ recovery-image] Dec 21 05:07:37.839 INFO O| Dec 21 05:07:37.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6965 | 2024-12-21T05:07:38.751Z | [ recovery-image] Dec 21 05:07:37.839 INFO O| Dec 21 05:07:37.839 INFO STEP 838 (remove_files) COMPLETE |
6966 | 2024-12-21T05:07:38.751Z | [ recovery-image] Dec 21 05:07:37.839 INFO O| Dec 21 05:07:37.839 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-21T05:07:38.791Z | [ recovery-image] Dec 21 05:07:37.878 INFO O| Dec 21 05:07:37.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6968 | 2024-12-21T05:07:38.791Z | [ recovery-image] Dec 21 05:07:37.879 INFO O| Dec 21 05:07:37.878 INFO STEP 839 (remove_files) COMPLETE |
6969 | 2024-12-21T05:07:38.791Z | [ recovery-image] Dec 21 05:07:37.879 INFO O| Dec 21 05:07:37.879 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-21T05:07:38.826Z | [ host-image] Dec 21 05:07:37.914 INFO O| Dec 21 05:07:37.914 INFO O| Done |
6971 | 2024-12-21T05:07:38.833Z | [ recovery-image] Dec 21 05:07:37.921 INFO O| Dec 21 05:07:37.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6972 | 2024-12-21T05:07:38.835Z | [ recovery-image] Dec 21 05:07:37.921 INFO O| Dec 21 05:07:37.921 INFO STEP 840 (remove_files) COMPLETE |
6973 | 2024-12-21T05:07:38.835Z | [ recovery-image] Dec 21 05:07:37.921 INFO O| Dec 21 05:07:37.921 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-21T05:07:38.860Z | [ recovery-image] Dec 21 05:07:37.948 INFO O| Dec 21 05:07:37.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6975 | 2024-12-21T05:07:38.860Z | [ recovery-image] Dec 21 05:07:37.948 INFO O| Dec 21 05:07:37.948 INFO STEP 841 (remove_files) COMPLETE |
6976 | 2024-12-21T05:07:38.862Z | [ recovery-image] Dec 21 05:07:37.948 INFO O| Dec 21 05:07:37.948 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-21T05:07:38.865Z | [ host-image] Dec 21 05:07:37.954 INFO O| Dec 21 05:07:37.954 INFO O| Done |
6978 | 2024-12-21T05:07:38.868Z | [ host-image] Dec 21 05:07:37.954 INFO O| Dec 21 05:07:37.954 INFO O| Done |
6979 | 2024-12-21T05:07:38.908Z | [ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6980 | 2024-12-21T05:07:38.908Z | [ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.997 INFO STEP 842 (remove_files) COMPLETE |
6981 | 2024-12-21T05:07:38.908Z | [ recovery-image] Dec 21 05:07:37.997 INFO O| Dec 21 05:07:37.997 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-12-21T05:07:38.930Z | [ host-image] Dec 21 05:07:38.019 INFO O| Dec 21 05:07:38.019 INFO O| Done |
6983 | 2024-12-21T05:07:39.001Z | [ recovery-image] Dec 21 05:07:38.091 INFO O| Dec 21 05:07:38.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6984 | 2024-12-21T05:07:39.007Z | [ recovery-image] Dec 21 05:07:38.091 INFO O| Dec 21 05:07:38.091 INFO STEP 843 (remove_files) COMPLETE |
6985 | 2024-12-21T05:07:39.007Z | [ recovery-image] Dec 21 05:07:38.091 INFO O| Dec 21 05:07:38.091 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-21T05:07:39.035Z | [ recovery-image] Dec 21 05:07:38.125 INFO O| Dec 21 05:07:38.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6987 | 2024-12-21T05:07:39.035Z | [ recovery-image] Dec 21 05:07:38.125 INFO O| Dec 21 05:07:38.125 INFO STEP 844 (remove_files) COMPLETE |
6988 | 2024-12-21T05:07:39.035Z | [ recovery-image] Dec 21 05:07:38.125 INFO O| Dec 21 05:07:38.125 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-21T05:07:39.055Z | [ recovery-image] Dec 21 05:07:38.146 INFO O| Dec 21 05:07:38.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6990 | 2024-12-21T05:07:39.055Z | [ recovery-image] Dec 21 05:07:38.146 INFO O| Dec 21 05:07:38.146 INFO STEP 845 (remove_files) COMPLETE |
6991 | 2024-12-21T05:07:39.059Z | [ recovery-image] Dec 21 05:07:38.146 INFO O| Dec 21 05:07:38.146 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-21T05:07:39.076Z | [ recovery-image] Dec 21 05:07:38.165 INFO O| Dec 21 05:07:38.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6993 | 2024-12-21T05:07:39.076Z | [ recovery-image] Dec 21 05:07:38.165 INFO O| Dec 21 05:07:38.165 INFO STEP 846 (remove_files) COMPLETE |
6994 | 2024-12-21T05:07:39.076Z | [ recovery-image] Dec 21 05:07:38.165 INFO O| Dec 21 05:07:38.165 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-21T05:07:39.103Z | [ recovery-image] Dec 21 05:07:38.193 INFO O| Dec 21 05:07:38.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6996 | 2024-12-21T05:07:39.105Z | [ recovery-image] Dec 21 05:07:38.193 INFO O| Dec 21 05:07:38.193 INFO STEP 847 (remove_files) COMPLETE |
6997 | 2024-12-21T05:07:39.105Z | [ recovery-image] Dec 21 05:07:38.193 INFO O| Dec 21 05:07:38.193 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-21T05:07:39.123Z | [ recovery-image] Dec 21 05:07:38.213 INFO O| Dec 21 05:07:38.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6999 | 2024-12-21T05:07:39.126Z | [ recovery-image] Dec 21 05:07:38.214 INFO O| Dec 21 05:07:38.214 INFO STEP 848 (remove_files) COMPLETE |
7000 | 2024-12-21T05:07:39.127Z | [ recovery-image] Dec 21 05:07:38.214 INFO O| Dec 21 05:07:38.214 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-21T05:07:39.127Z | [ host-image] Dec 21 05:07:38.214 INFO O| Dec 21 05:07:38.214 INFO STEP 13 (pkg_install) COMPLETE |
7002 | 2024-12-21T05:07:39.127Z | [ host-image] Dec 21 05:07:38.214 INFO O| Dec 21 05:07:38.214 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7003 | 2024-12-21T05:07:39.141Z | [ host-image] Dec 21 05:07:38.232 INFO O| Dec 21 05:07:38.232 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
7004 | 2024-12-21T05:07:39.148Z | [ recovery-image] Dec 21 05:07:38.239 INFO O| Dec 21 05:07:38.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
7005 | 2024-12-21T05:07:39.150Z | [ recovery-image] Dec 21 05:07:38.239 INFO O| Dec 21 05:07:38.239 INFO STEP 849 (remove_files) COMPLETE |
7006 | 2024-12-21T05:07:39.150Z | [ recovery-image] Dec 21 05:07:38.239 INFO O| Dec 21 05:07:38.239 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-21T05:07:39.165Z | [ recovery-image] Dec 21 05:07:38.257 INFO O| Dec 21 05:07:38.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
7008 | 2024-12-21T05:07:39.168Z | [ recovery-image] Dec 21 05:07:38.257 INFO O| Dec 21 05:07:38.257 INFO STEP 850 (remove_files) COMPLETE |
7009 | 2024-12-21T05:07:39.168Z | [ recovery-image] Dec 21 05:07:38.257 INFO O| Dec 21 05:07:38.257 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-21T05:07:39.184Z | [ recovery-image] Dec 21 05:07:38.275 INFO O| Dec 21 05:07:38.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
7011 | 2024-12-21T05:07:39.187Z | [ recovery-image] Dec 21 05:07:38.276 INFO O| Dec 21 05:07:38.276 INFO STEP 851 (remove_files) COMPLETE |
7012 | 2024-12-21T05:07:39.187Z | [ recovery-image] Dec 21 05:07:38.276 INFO O| Dec 21 05:07:38.276 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-21T05:07:39.202Z | [ recovery-image] Dec 21 05:07:38.294 INFO O| Dec 21 05:07:38.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
7014 | 2024-12-21T05:07:39.205Z | [ recovery-image] Dec 21 05:07:38.294 INFO O| Dec 21 05:07:38.294 INFO STEP 852 (remove_files) COMPLETE |
7015 | 2024-12-21T05:07:39.205Z | [ recovery-image] Dec 21 05:07:38.294 INFO O| Dec 21 05:07:38.294 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-21T05:07:39.230Z | [ recovery-image] Dec 21 05:07:38.322 INFO O| Dec 21 05:07:38.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
7017 | 2024-12-21T05:07:39.231Z | [ recovery-image] Dec 21 05:07:38.322 INFO O| Dec 21 05:07:38.322 INFO STEP 853 (remove_files) COMPLETE |
7018 | 2024-12-21T05:07:39.231Z | [ recovery-image] Dec 21 05:07:38.322 INFO O| Dec 21 05:07:38.322 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-21T05:07:39.272Z | [ recovery-image] Dec 21 05:07:38.365 INFO O| Dec 21 05:07:38.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
7020 | 2024-12-21T05:07:39.272Z | [ recovery-image] Dec 21 05:07:38.365 INFO O| Dec 21 05:07:38.365 INFO STEP 854 (remove_files) COMPLETE |
7021 | 2024-12-21T05:07:39.272Z | [ recovery-image] Dec 21 05:07:38.365 INFO O| Dec 21 05:07:38.365 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-21T05:07:39.292Z | [ recovery-image] Dec 21 05:07:38.384 INFO O| Dec 21 05:07:38.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
7023 | 2024-12-21T05:07:39.295Z | [ recovery-image] Dec 21 05:07:38.384 INFO O| Dec 21 05:07:38.384 INFO STEP 855 (remove_files) COMPLETE |
7024 | 2024-12-21T05:07:39.295Z | [ recovery-image] Dec 21 05:07:38.385 INFO O| Dec 21 05:07:38.384 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-21T05:07:39.311Z | [ recovery-image] Dec 21 05:07:38.404 INFO O| Dec 21 05:07:38.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
7026 | 2024-12-21T05:07:39.315Z | [ recovery-image] Dec 21 05:07:38.404 INFO O| Dec 21 05:07:38.404 INFO STEP 856 (remove_files) COMPLETE |
7027 | 2024-12-21T05:07:39.315Z | [ recovery-image] Dec 21 05:07:38.404 INFO O| Dec 21 05:07:38.404 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-21T05:07:39.351Z | [ recovery-image] Dec 21 05:07:38.442 INFO O| Dec 21 05:07:38.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
7029 | 2024-12-21T05:07:39.351Z | [ recovery-image] Dec 21 05:07:38.442 INFO O| Dec 21 05:07:38.442 INFO STEP 857 (remove_files) COMPLETE |
7030 | 2024-12-21T05:07:39.351Z | [ recovery-image] Dec 21 05:07:38.442 INFO O| Dec 21 05:07:38.442 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-21T05:07:39.387Z | [ recovery-image] Dec 21 05:07:38.480 INFO O| Dec 21 05:07:38.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
7032 | 2024-12-21T05:07:39.387Z | [ recovery-image] Dec 21 05:07:38.480 INFO O| Dec 21 05:07:38.480 INFO STEP 858 (remove_files) COMPLETE |
7033 | 2024-12-21T05:07:39.387Z | [ recovery-image] Dec 21 05:07:38.480 INFO O| Dec 21 05:07:38.480 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-21T05:07:39.444Z | [ recovery-image] Dec 21 05:07:38.538 INFO O| Dec 21 05:07:38.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
7035 | 2024-12-21T05:07:39.444Z | [ recovery-image] Dec 21 05:07:38.538 INFO O| Dec 21 05:07:38.538 INFO STEP 859 (remove_files) COMPLETE |
7036 | 2024-12-21T05:07:39.447Z | [ recovery-image] Dec 21 05:07:38.538 INFO O| Dec 21 05:07:38.538 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-21T05:07:39.509Z | [ recovery-image] Dec 21 05:07:38.603 INFO O| Dec 21 05:07:38.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
7038 | 2024-12-21T05:07:39.509Z | [ recovery-image] Dec 21 05:07:38.604 INFO O| Dec 21 05:07:38.604 INFO STEP 860 (remove_files) COMPLETE |
7039 | 2024-12-21T05:07:39.509Z | [ recovery-image] Dec 21 05:07:38.604 INFO O| Dec 21 05:07:38.604 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-21T05:07:39.530Z | [ recovery-image] Dec 21 05:07:38.625 INFO O| Dec 21 05:07:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
7041 | 2024-12-21T05:07:39.536Z | [ recovery-image] Dec 21 05:07:38.625 INFO O| Dec 21 05:07:38.625 INFO STEP 861 (remove_files) COMPLETE |
7042 | 2024-12-21T05:07:39.536Z | [ recovery-image] Dec 21 05:07:38.625 INFO O| Dec 21 05:07:38.625 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-21T05:07:39.568Z | [ recovery-image] Dec 21 05:07:38.663 INFO O| Dec 21 05:07:38.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
7044 | 2024-12-21T05:07:39.568Z | [ recovery-image] Dec 21 05:07:38.663 INFO O| Dec 21 05:07:38.663 INFO STEP 862 (remove_files) COMPLETE |
7045 | 2024-12-21T05:07:39.568Z | [ recovery-image] Dec 21 05:07:38.663 INFO O| Dec 21 05:07:38.663 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-21T05:07:39.591Z | [ recovery-image] Dec 21 05:07:38.685 INFO O| Dec 21 05:07:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
7047 | 2024-12-21T05:07:39.591Z | [ recovery-image] Dec 21 05:07:38.685 INFO O| Dec 21 05:07:38.685 INFO STEP 863 (remove_files) COMPLETE |
7048 | 2024-12-21T05:07:39.591Z | [ recovery-image] Dec 21 05:07:38.685 INFO O| Dec 21 05:07:38.685 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-21T05:07:39.609Z | [ recovery-image] Dec 21 05:07:38.704 INFO O| Dec 21 05:07:38.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
7050 | 2024-12-21T05:07:39.610Z | [ recovery-image] Dec 21 05:07:38.705 INFO O| Dec 21 05:07:38.704 INFO STEP 864 (remove_files) COMPLETE |
7051 | 2024-12-21T05:07:39.614Z | [ recovery-image] Dec 21 05:07:38.705 INFO O| Dec 21 05:07:38.705 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-21T05:07:39.631Z | [ recovery-image] Dec 21 05:07:38.726 INFO O| Dec 21 05:07:38.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
7053 | 2024-12-21T05:07:39.631Z | [ recovery-image] Dec 21 05:07:38.726 INFO O| Dec 21 05:07:38.726 INFO STEP 865 (remove_files) COMPLETE |
7054 | 2024-12-21T05:07:39.631Z | [ recovery-image] Dec 21 05:07:38.726 INFO O| Dec 21 05:07:38.726 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-21T05:07:39.668Z | [ recovery-image] Dec 21 05:07:38.763 INFO O| Dec 21 05:07:38.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
7056 | 2024-12-21T05:07:39.668Z | [ recovery-image] Dec 21 05:07:38.764 INFO O| Dec 21 05:07:38.763 INFO STEP 866 (remove_files) COMPLETE |
7057 | 2024-12-21T05:07:39.668Z | [ recovery-image] Dec 21 05:07:38.764 INFO O| Dec 21 05:07:38.764 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-21T05:07:39.719Z | [ recovery-image] Dec 21 05:07:38.815 INFO O| Dec 21 05:07:38.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
7059 | 2024-12-21T05:07:39.719Z | [ recovery-image] Dec 21 05:07:38.815 INFO O| Dec 21 05:07:38.815 INFO STEP 867 (remove_files) COMPLETE |
7060 | 2024-12-21T05:07:39.719Z | [ recovery-image] Dec 21 05:07:38.815 INFO O| Dec 21 05:07:38.815 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-21T05:07:39.748Z | [ recovery-image] Dec 21 05:07:38.844 INFO O| Dec 21 05:07:38.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7062 | 2024-12-21T05:07:39.748Z | [ recovery-image] Dec 21 05:07:38.844 INFO O| Dec 21 05:07:38.844 INFO STEP 868 (remove_files) COMPLETE |
7063 | 2024-12-21T05:07:39.749Z | [ recovery-image] Dec 21 05:07:38.844 INFO O| Dec 21 05:07:38.844 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-21T05:07:39.778Z | [ recovery-image] Dec 21 05:07:38.874 INFO O| Dec 21 05:07:38.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7065 | 2024-12-21T05:07:39.780Z | [ recovery-image] Dec 21 05:07:38.875 INFO O| Dec 21 05:07:38.874 INFO STEP 869 (remove_files) COMPLETE |
7066 | 2024-12-21T05:07:39.780Z | [ recovery-image] Dec 21 05:07:38.875 INFO O| Dec 21 05:07:38.875 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-21T05:07:39.838Z | [ recovery-image] Dec 21 05:07:38.934 INFO O| Dec 21 05:07:38.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7068 | 2024-12-21T05:07:39.838Z | [ recovery-image] Dec 21 05:07:38.935 INFO O| Dec 21 05:07:38.934 INFO STEP 870 (remove_files) COMPLETE |
7069 | 2024-12-21T05:07:39.838Z | [ recovery-image] Dec 21 05:07:38.935 INFO O| Dec 21 05:07:38.935 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-21T05:07:39.858Z | [ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7071 | 2024-12-21T05:07:39.858Z | [ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.956 INFO STEP 871 (remove_files) COMPLETE |
7072 | 2024-12-21T05:07:39.858Z | [ recovery-image] Dec 21 05:07:38.956 INFO O| Dec 21 05:07:38.956 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-21T05:07:39.880Z | [ recovery-image] Dec 21 05:07:38.977 INFO O| Dec 21 05:07:38.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7074 | 2024-12-21T05:07:39.882Z | [ recovery-image] Dec 21 05:07:38.978 INFO O| Dec 21 05:07:38.978 INFO STEP 872 (remove_files) COMPLETE |
7075 | 2024-12-21T05:07:39.882Z | [ recovery-image] Dec 21 05:07:38.978 INFO O| Dec 21 05:07:38.978 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-21T05:07:39.910Z | [ recovery-image] Dec 21 05:07:39.007 INFO O| Dec 21 05:07:39.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7077 | 2024-12-21T05:07:39.912Z | [ recovery-image] Dec 21 05:07:39.007 INFO O| Dec 21 05:07:39.007 INFO STEP 873 (remove_files) COMPLETE |
7078 | 2024-12-21T05:07:39.912Z | [ recovery-image] Dec 21 05:07:39.007 INFO O| Dec 21 05:07:39.007 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-21T05:07:39.934Z | [ recovery-image] Dec 21 05:07:39.030 INFO O| Dec 21 05:07:39.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7080 | 2024-12-21T05:07:39.937Z | [ recovery-image] Dec 21 05:07:39.031 INFO O| Dec 21 05:07:39.030 INFO STEP 874 (remove_files) COMPLETE |
7081 | 2024-12-21T05:07:39.937Z | [ recovery-image] Dec 21 05:07:39.031 INFO O| Dec 21 05:07:39.030 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-21T05:07:39.995Z | [ recovery-image] Dec 21 05:07:39.094 INFO O| Dec 21 05:07:39.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7083 | 2024-12-21T05:07:39.999Z | [ recovery-image] Dec 21 05:07:39.094 INFO O| Dec 21 05:07:39.094 INFO STEP 875 (remove_files) COMPLETE |
7084 | 2024-12-21T05:07:39.999Z | [ recovery-image] Dec 21 05:07:39.094 INFO O| Dec 21 05:07:39.094 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-21T05:07:40.018Z | [ recovery-image] Dec 21 05:07:39.111 INFO O| Dec 21 05:07:39.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7086 | 2024-12-21T05:07:40.020Z | [ recovery-image] Dec 21 05:07:39.112 INFO O| Dec 21 05:07:39.111 INFO STEP 876 (remove_files) COMPLETE |
7087 | 2024-12-21T05:07:40.020Z | [ recovery-image] Dec 21 05:07:39.112 INFO O| Dec 21 05:07:39.112 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-21T05:07:40.031Z | [ recovery-image] Dec 21 05:07:39.130 INFO O| Dec 21 05:07:39.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7089 | 2024-12-21T05:07:40.031Z | [ recovery-image] Dec 21 05:07:39.130 INFO O| Dec 21 05:07:39.130 INFO STEP 877 (remove_files) COMPLETE |
7090 | 2024-12-21T05:07:40.031Z | [ recovery-image] Dec 21 05:07:39.130 INFO O| Dec 21 05:07:39.130 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-21T05:07:40.049Z | [ recovery-image] Dec 21 05:07:39.148 INFO O| Dec 21 05:07:39.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7092 | 2024-12-21T05:07:40.051Z | [ recovery-image] Dec 21 05:07:39.148 INFO O| Dec 21 05:07:39.148 INFO STEP 878 (remove_files) COMPLETE |
7093 | 2024-12-21T05:07:40.051Z | [ recovery-image] Dec 21 05:07:39.148 INFO O| Dec 21 05:07:39.148 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-21T05:07:40.073Z | [ recovery-image] Dec 21 05:07:39.172 INFO O| Dec 21 05:07:39.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7095 | 2024-12-21T05:07:40.076Z | [ recovery-image] Dec 21 05:07:39.173 INFO O| Dec 21 05:07:39.172 INFO STEP 879 (remove_files) COMPLETE |
7096 | 2024-12-21T05:07:40.076Z | [ recovery-image] Dec 21 05:07:39.173 INFO O| Dec 21 05:07:39.173 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-21T05:07:40.124Z | [ recovery-image] Dec 21 05:07:39.224 INFO O| Dec 21 05:07:39.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7098 | 2024-12-21T05:07:40.124Z | [ recovery-image] Dec 21 05:07:39.224 INFO O| Dec 21 05:07:39.224 INFO STEP 880 (remove_files) COMPLETE |
7099 | 2024-12-21T05:07:40.126Z | [ recovery-image] Dec 21 05:07:39.224 INFO O| Dec 21 05:07:39.224 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-21T05:07:40.149Z | [ recovery-image] Dec 21 05:07:39.248 INFO O| Dec 21 05:07:39.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7101 | 2024-12-21T05:07:40.149Z | [ recovery-image] Dec 21 05:07:39.249 INFO O| Dec 21 05:07:39.248 INFO STEP 881 (remove_files) COMPLETE |
7102 | 2024-12-21T05:07:40.149Z | [ recovery-image] Dec 21 05:07:39.249 INFO O| Dec 21 05:07:39.249 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-21T05:07:40.168Z | [ recovery-image] Dec 21 05:07:39.269 INFO O| Dec 21 05:07:39.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7104 | 2024-12-21T05:07:40.168Z | [ recovery-image] Dec 21 05:07:39.269 INFO O| Dec 21 05:07:39.269 INFO STEP 882 (remove_files) COMPLETE |
7105 | 2024-12-21T05:07:40.169Z | [ recovery-image] Dec 21 05:07:39.269 INFO O| Dec 21 05:07:39.269 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-21T05:07:40.187Z | [ recovery-image] Dec 21 05:07:39.287 INFO O| Dec 21 05:07:39.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7107 | 2024-12-21T05:07:40.187Z | [ recovery-image] Dec 21 05:07:39.287 INFO O| Dec 21 05:07:39.287 INFO STEP 883 (remove_files) COMPLETE |
7108 | 2024-12-21T05:07:40.190Z | [ recovery-image] Dec 21 05:07:39.287 INFO O| Dec 21 05:07:39.287 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-21T05:07:40.244Z | [ recovery-image] Dec 21 05:07:39.345 INFO O| Dec 21 05:07:39.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7110 | 2024-12-21T05:07:40.247Z | [ recovery-image] Dec 21 05:07:39.345 INFO O| Dec 21 05:07:39.345 INFO STEP 884 (remove_files) COMPLETE |
7111 | 2024-12-21T05:07:40.247Z | [ recovery-image] Dec 21 05:07:39.345 INFO O| Dec 21 05:07:39.345 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-21T05:07:40.267Z | [ recovery-image] Dec 21 05:07:39.368 INFO O| Dec 21 05:07:39.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7113 | 2024-12-21T05:07:40.267Z | [ recovery-image] Dec 21 05:07:39.368 INFO O| Dec 21 05:07:39.368 INFO STEP 885 (remove_files) COMPLETE |
7114 | 2024-12-21T05:07:40.269Z | [ recovery-image] Dec 21 05:07:39.368 INFO O| Dec 21 05:07:39.368 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-21T05:07:40.288Z | [ recovery-image] Dec 21 05:07:39.389 INFO O| Dec 21 05:07:39.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7116 | 2024-12-21T05:07:40.288Z | [ recovery-image] Dec 21 05:07:39.389 INFO O| Dec 21 05:07:39.389 INFO STEP 886 (remove_files) COMPLETE |
7117 | 2024-12-21T05:07:40.290Z | [ recovery-image] Dec 21 05:07:39.390 INFO O| Dec 21 05:07:39.389 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-21T05:07:40.308Z | [ recovery-image] Dec 21 05:07:39.410 INFO O| Dec 21 05:07:39.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7119 | 2024-12-21T05:07:40.308Z | [ recovery-image] Dec 21 05:07:39.410 INFO O| Dec 21 05:07:39.410 INFO STEP 887 (remove_files) COMPLETE |
7120 | 2024-12-21T05:07:40.312Z | [ recovery-image] Dec 21 05:07:39.410 INFO O| Dec 21 05:07:39.410 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-21T05:07:40.312Z | [ host-image] Dec 21 05:07:39.410 INFO O| Dec 21 05:07:39.410 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7122 | 2024-12-21T05:07:40.330Z | [ recovery-image] Dec 21 05:07:39.431 INFO O| Dec 21 05:07:39.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7123 | 2024-12-21T05:07:40.332Z | [ recovery-image] Dec 21 05:07:39.432 INFO O| Dec 21 05:07:39.432 INFO STEP 888 (remove_files) COMPLETE |
7124 | 2024-12-21T05:07:40.332Z | [ recovery-image] Dec 21 05:07:39.432 INFO O| Dec 21 05:07:39.432 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-21T05:07:40.352Z | [ recovery-image] Dec 21 05:07:39.454 INFO O| Dec 21 05:07:39.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7126 | 2024-12-21T05:07:40.352Z | [ recovery-image] Dec 21 05:07:39.454 INFO O| Dec 21 05:07:39.454 INFO STEP 889 (remove_files) COMPLETE |
7127 | 2024-12-21T05:07:40.354Z | [ recovery-image] Dec 21 05:07:39.454 INFO O| Dec 21 05:07:39.454 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-21T05:07:40.374Z | [ recovery-image] Dec 21 05:07:39.476 INFO O| Dec 21 05:07:39.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7129 | 2024-12-21T05:07:40.374Z | [ recovery-image] Dec 21 05:07:39.476 INFO O| Dec 21 05:07:39.476 INFO STEP 890 (remove_files) COMPLETE |
7130 | 2024-12-21T05:07:40.374Z | [ recovery-image] Dec 21 05:07:39.476 INFO O| Dec 21 05:07:39.476 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-21T05:07:40.408Z | [ recovery-image] Dec 21 05:07:39.511 INFO O| Dec 21 05:07:39.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7132 | 2024-12-21T05:07:40.408Z | [ recovery-image] Dec 21 05:07:39.511 INFO O| Dec 21 05:07:39.511 INFO STEP 891 (remove_files) COMPLETE |
7133 | 2024-12-21T05:07:40.408Z | [ recovery-image] Dec 21 05:07:39.511 INFO O| Dec 21 05:07:39.511 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-21T05:07:40.429Z | [ recovery-image] Dec 21 05:07:39.532 INFO O| Dec 21 05:07:39.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7135 | 2024-12-21T05:07:40.429Z | [ recovery-image] Dec 21 05:07:39.532 INFO O| Dec 21 05:07:39.532 INFO STEP 892 (remove_files) COMPLETE |
7136 | 2024-12-21T05:07:40.429Z | [ recovery-image] Dec 21 05:07:39.532 INFO O| Dec 21 05:07:39.532 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-21T05:07:40.449Z | [ recovery-image] Dec 21 05:07:39.552 INFO O| Dec 21 05:07:39.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7138 | 2024-12-21T05:07:40.463Z | [ recovery-image] Dec 21 05:07:39.566 INFO O| Dec 21 05:07:39.566 INFO STEP 893 (remove_files) COMPLETE |
7139 | 2024-12-21T05:07:40.463Z | [ recovery-image] Dec 21 05:07:39.566 INFO O| Dec 21 05:07:39.566 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-21T05:07:40.525Z | [ recovery-image] Dec 21 05:07:39.629 INFO O| Dec 21 05:07:39.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7141 | 2024-12-21T05:07:40.525Z | [ recovery-image] Dec 21 05:07:39.629 INFO O| Dec 21 05:07:39.629 INFO STEP 894 (remove_files) COMPLETE |
7142 | 2024-12-21T05:07:40.525Z | [ recovery-image] Dec 21 05:07:39.629 INFO O| Dec 21 05:07:39.629 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-21T05:07:40.565Z | [ recovery-image] Dec 21 05:07:39.669 INFO O| Dec 21 05:07:39.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7144 | 2024-12-21T05:07:40.568Z | [ recovery-image] Dec 21 05:07:39.669 INFO O| Dec 21 05:07:39.669 INFO STEP 895 (remove_files) COMPLETE |
7145 | 2024-12-21T05:07:40.568Z | [ recovery-image] Dec 21 05:07:39.669 INFO O| Dec 21 05:07:39.669 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-21T05:07:40.588Z | [ recovery-image] Dec 21 05:07:39.692 INFO O| Dec 21 05:07:39.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7147 | 2024-12-21T05:07:40.590Z | [ recovery-image] Dec 21 05:07:39.692 INFO O| Dec 21 05:07:39.692 INFO STEP 896 (remove_files) COMPLETE |
7148 | 2024-12-21T05:07:40.590Z | [ recovery-image] Dec 21 05:07:39.692 INFO O| Dec 21 05:07:39.692 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-21T05:07:40.607Z | [ recovery-image] Dec 21 05:07:39.712 INFO O| Dec 21 05:07:39.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7150 | 2024-12-21T05:07:40.610Z | [ recovery-image] Dec 21 05:07:39.712 INFO O| Dec 21 05:07:39.712 INFO STEP 897 (remove_files) COMPLETE |
7151 | 2024-12-21T05:07:40.610Z | [ recovery-image] Dec 21 05:07:39.712 INFO O| Dec 21 05:07:39.712 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-21T05:07:40.636Z | [ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7153 | 2024-12-21T05:07:40.639Z | [ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO STEP 898 (remove_files) COMPLETE |
7154 | 2024-12-21T05:07:40.639Z | [ recovery-image] Dec 21 05:07:39.741 INFO O| Dec 21 05:07:39.741 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-21T05:07:40.657Z | [ recovery-image] Dec 21 05:07:39.762 INFO O| Dec 21 05:07:39.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7156 | 2024-12-21T05:07:40.660Z | [ recovery-image] Dec 21 05:07:39.762 INFO O| Dec 21 05:07:39.762 INFO STEP 899 (remove_files) COMPLETE |
7157 | 2024-12-21T05:07:40.660Z | [ recovery-image] Dec 21 05:07:39.762 INFO O| Dec 21 05:07:39.762 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-21T05:07:40.675Z | [ recovery-image] Dec 21 05:07:39.780 INFO O| Dec 21 05:07:39.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7159 | 2024-12-21T05:07:40.675Z | [ recovery-image] Dec 21 05:07:39.780 INFO O| Dec 21 05:07:39.780 INFO STEP 900 (remove_files) COMPLETE |
7160 | 2024-12-21T05:07:40.675Z | [ recovery-image] Dec 21 05:07:39.780 INFO O| Dec 21 05:07:39.780 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-12-21T05:07:40.692Z | [ recovery-image] Dec 21 05:07:39.797 INFO O| Dec 21 05:07:39.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7162 | 2024-12-21T05:07:40.692Z | [ recovery-image] Dec 21 05:07:39.797 INFO O| Dec 21 05:07:39.797 INFO STEP 901 (remove_files) COMPLETE |
7163 | 2024-12-21T05:07:40.692Z | [ recovery-image] Dec 21 05:07:39.797 INFO O| Dec 21 05:07:39.797 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-21T05:07:40.710Z | [ recovery-image] Dec 21 05:07:39.815 INFO O| Dec 21 05:07:39.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7165 | 2024-12-21T05:07:40.710Z | [ recovery-image] Dec 21 05:07:39.815 INFO O| Dec 21 05:07:39.815 INFO STEP 902 (remove_files) COMPLETE |
7166 | 2024-12-21T05:07:40.710Z | [ recovery-image] Dec 21 05:07:39.815 INFO O| Dec 21 05:07:39.815 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-12-21T05:07:40.789Z | [ recovery-image] Dec 21 05:07:39.895 INFO O| Dec 21 05:07:39.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7168 | 2024-12-21T05:07:40.789Z | [ recovery-image] Dec 21 05:07:39.895 INFO O| Dec 21 05:07:39.895 INFO STEP 903 (remove_files) COMPLETE |
7169 | 2024-12-21T05:07:40.792Z | [ recovery-image] Dec 21 05:07:39.895 INFO O| Dec 21 05:07:39.895 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-12-21T05:07:40.823Z | [ recovery-image] Dec 21 05:07:39.929 INFO O| Dec 21 05:07:39.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7171 | 2024-12-21T05:07:40.823Z | [ recovery-image] Dec 21 05:07:39.929 INFO O| Dec 21 05:07:39.929 INFO STEP 904 (remove_files) COMPLETE |
7172 | 2024-12-21T05:07:40.823Z | [ recovery-image] Dec 21 05:07:39.929 INFO O| Dec 21 05:07:39.929 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-12-21T05:07:40.846Z | [ recovery-image] Dec 21 05:07:39.951 INFO O| Dec 21 05:07:39.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7174 | 2024-12-21T05:07:40.846Z | [ recovery-image] Dec 21 05:07:39.951 INFO O| Dec 21 05:07:39.951 INFO STEP 905 (remove_files) COMPLETE |
7175 | 2024-12-21T05:07:40.846Z | [ recovery-image] Dec 21 05:07:39.951 INFO O| Dec 21 05:07:39.951 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-12-21T05:07:40.867Z | [ recovery-image] Dec 21 05:07:39.973 INFO O| Dec 21 05:07:39.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7177 | 2024-12-21T05:07:40.867Z | [ recovery-image] Dec 21 05:07:39.973 INFO O| Dec 21 05:07:39.973 INFO STEP 906 (remove_files) COMPLETE |
7178 | 2024-12-21T05:07:40.867Z | [ recovery-image] Dec 21 05:07:39.973 INFO O| Dec 21 05:07:39.973 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-12-21T05:07:40.893Z | [ recovery-image] Dec 21 05:07:40.000 INFO O| Dec 21 05:07:40.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7180 | 2024-12-21T05:07:40.896Z | [ recovery-image] Dec 21 05:07:40.000 INFO O| Dec 21 05:07:40.000 INFO STEP 907 (remove_files) COMPLETE |
7181 | 2024-12-21T05:07:40.896Z | [ recovery-image] Dec 21 05:07:40.000 INFO O| Dec 21 05:07:40.000 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-12-21T05:07:40.933Z | [ recovery-image] Dec 21 05:07:40.040 INFO O| Dec 21 05:07:40.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7183 | 2024-12-21T05:07:40.933Z | [ recovery-image] Dec 21 05:07:40.040 INFO O| Dec 21 05:07:40.040 INFO STEP 908 (remove_files) COMPLETE |
7184 | 2024-12-21T05:07:40.933Z | [ recovery-image] Dec 21 05:07:40.040 INFO O| Dec 21 05:07:40.040 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-12-21T05:07:40.957Z | [ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7186 | 2024-12-21T05:07:40.957Z | [ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO STEP 909 (remove_files) COMPLETE |
7187 | 2024-12-21T05:07:40.957Z | [ recovery-image] Dec 21 05:07:40.064 INFO O| Dec 21 05:07:40.064 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-12-21T05:07:40.977Z | [ recovery-image] Dec 21 05:07:40.085 INFO O| Dec 21 05:07:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7189 | 2024-12-21T05:07:40.977Z | [ recovery-image] Dec 21 05:07:40.085 INFO O| Dec 21 05:07:40.085 INFO STEP 910 (remove_files) COMPLETE |
7190 | 2024-12-21T05:07:40.977Z | [ recovery-image] Dec 21 05:07:40.085 INFO O| Dec 21 05:07:40.085 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-12-21T05:07:41.009Z | [ recovery-image] Dec 21 05:07:40.116 INFO O| Dec 21 05:07:40.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7192 | 2024-12-21T05:07:41.009Z | [ recovery-image] Dec 21 05:07:40.116 INFO O| Dec 21 05:07:40.116 INFO STEP 911 (remove_files) COMPLETE |
7193 | 2024-12-21T05:07:41.009Z | [ recovery-image] Dec 21 05:07:40.116 INFO O| Dec 21 05:07:40.116 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7194 | 2024-12-21T05:07:41.029Z | [ recovery-image] Dec 21 05:07:40.137 INFO O| Dec 21 05:07:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7195 | 2024-12-21T05:07:41.029Z | [ recovery-image] Dec 21 05:07:40.137 INFO O| Dec 21 05:07:40.137 INFO STEP 912 (remove_files) COMPLETE |
7196 | 2024-12-21T05:07:41.032Z | [ recovery-image] Dec 21 05:07:40.137 INFO O| Dec 21 05:07:40.137 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7197 | 2024-12-21T05:07:41.060Z | [ recovery-image] Dec 21 05:07:40.168 INFO O| Dec 21 05:07:40.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7198 | 2024-12-21T05:07:41.060Z | [ recovery-image] Dec 21 05:07:40.168 INFO O| Dec 21 05:07:40.168 INFO STEP 913 (remove_files) COMPLETE |
7199 | 2024-12-21T05:07:41.060Z | [ recovery-image] Dec 21 05:07:40.168 INFO O| Dec 21 05:07:40.168 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-21T05:07:41.111Z | [ recovery-image] Dec 21 05:07:40.218 INFO O| Dec 21 05:07:40.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7201 | 2024-12-21T05:07:41.111Z | [ recovery-image] Dec 21 05:07:40.218 INFO O| Dec 21 05:07:40.218 INFO STEP 914 (remove_files) COMPLETE |
7202 | 2024-12-21T05:07:41.111Z | [ recovery-image] Dec 21 05:07:40.218 INFO O| Dec 21 05:07:40.218 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-12-21T05:07:41.130Z | [ recovery-image] Dec 21 05:07:40.239 INFO O| Dec 21 05:07:40.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7204 | 2024-12-21T05:07:41.130Z | [ recovery-image] Dec 21 05:07:40.239 INFO O| Dec 21 05:07:40.239 INFO STEP 915 (remove_files) COMPLETE |
7205 | 2024-12-21T05:07:41.130Z | [ recovery-image] Dec 21 05:07:40.239 INFO O| Dec 21 05:07:40.239 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-12-21T05:07:41.150Z | [ recovery-image] Dec 21 05:07:40.259 INFO O| Dec 21 05:07:40.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7207 | 2024-12-21T05:07:41.150Z | [ recovery-image] Dec 21 05:07:40.259 INFO O| Dec 21 05:07:40.259 INFO STEP 916 (remove_files) COMPLETE |
7208 | 2024-12-21T05:07:41.153Z | [ recovery-image] Dec 21 05:07:40.259 INFO O| Dec 21 05:07:40.259 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-12-21T05:07:41.170Z | [ recovery-image] Dec 21 05:07:40.280 INFO O| Dec 21 05:07:40.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7210 | 2024-12-21T05:07:41.170Z | [ recovery-image] Dec 21 05:07:40.280 INFO O| Dec 21 05:07:40.280 INFO STEP 917 (remove_files) COMPLETE |
7211 | 2024-12-21T05:07:41.173Z | [ recovery-image] Dec 21 05:07:40.280 INFO O| Dec 21 05:07:40.280 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-12-21T05:07:41.211Z | [ recovery-image] Dec 21 05:07:40.321 INFO O| Dec 21 05:07:40.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7213 | 2024-12-21T05:07:41.215Z | [ recovery-image] Dec 21 05:07:40.321 INFO O| Dec 21 05:07:40.321 INFO STEP 918 (remove_files) COMPLETE |
7214 | 2024-12-21T05:07:41.215Z | [ recovery-image] Dec 21 05:07:40.321 INFO O| Dec 21 05:07:40.321 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-12-21T05:07:41.233Z | [ recovery-image] Dec 21 05:07:40.343 INFO O| Dec 21 05:07:40.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7216 | 2024-12-21T05:07:41.236Z | [ recovery-image] Dec 21 05:07:40.344 INFO O| Dec 21 05:07:40.344 INFO STEP 919 (remove_files) COMPLETE |
7217 | 2024-12-21T05:07:41.236Z | [ recovery-image] Dec 21 05:07:40.344 INFO O| Dec 21 05:07:40.344 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-12-21T05:07:41.281Z | [ recovery-image] Dec 21 05:07:40.391 INFO O| Dec 21 05:07:40.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7219 | 2024-12-21T05:07:41.281Z | [ recovery-image] Dec 21 05:07:40.392 INFO O| Dec 21 05:07:40.392 INFO STEP 920 (remove_files) COMPLETE |
7220 | 2024-12-21T05:07:41.284Z | [ recovery-image] Dec 21 05:07:40.392 INFO O| Dec 21 05:07:40.392 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-12-21T05:07:41.317Z | [ recovery-image] Dec 21 05:07:40.427 INFO O| Dec 21 05:07:40.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7222 | 2024-12-21T05:07:41.320Z | [ recovery-image] Dec 21 05:07:40.427 INFO O| Dec 21 05:07:40.427 INFO STEP 921 (remove_files) COMPLETE |
7223 | 2024-12-21T05:07:41.320Z | [ recovery-image] Dec 21 05:07:40.427 INFO O| Dec 21 05:07:40.427 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-12-21T05:07:41.336Z | [ recovery-image] Dec 21 05:07:40.447 INFO O| Dec 21 05:07:40.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7225 | 2024-12-21T05:07:41.338Z | [ recovery-image] Dec 21 05:07:40.447 INFO O| Dec 21 05:07:40.447 INFO STEP 922 (remove_files) COMPLETE |
7226 | 2024-12-21T05:07:41.338Z | [ recovery-image] Dec 21 05:07:40.447 INFO O| Dec 21 05:07:40.447 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-12-21T05:07:41.380Z | [ recovery-image] Dec 21 05:07:40.491 INFO O| Dec 21 05:07:40.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7228 | 2024-12-21T05:07:41.380Z | [ recovery-image] Dec 21 05:07:40.491 INFO O| Dec 21 05:07:40.491 INFO STEP 923 (remove_files) COMPLETE |
7229 | 2024-12-21T05:07:41.380Z | [ recovery-image] Dec 21 05:07:40.491 INFO O| Dec 21 05:07:40.491 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-12-21T05:07:41.399Z | [ recovery-image] Dec 21 05:07:40.510 INFO O| Dec 21 05:07:40.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7231 | 2024-12-21T05:07:41.399Z | [ recovery-image] Dec 21 05:07:40.510 INFO O| Dec 21 05:07:40.510 INFO STEP 924 (remove_files) COMPLETE |
7232 | 2024-12-21T05:07:41.402Z | [ recovery-image] Dec 21 05:07:40.511 INFO O| Dec 21 05:07:40.510 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-12-21T05:07:41.417Z | [ recovery-image] Dec 21 05:07:40.528 INFO O| Dec 21 05:07:40.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7234 | 2024-12-21T05:07:41.417Z | [ recovery-image] Dec 21 05:07:40.529 INFO O| Dec 21 05:07:40.528 INFO STEP 925 (remove_files) COMPLETE |
7235 | 2024-12-21T05:07:41.417Z | [ recovery-image] Dec 21 05:07:40.529 INFO O| Dec 21 05:07:40.529 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-12-21T05:07:41.443Z | [ recovery-image] Dec 21 05:07:40.554 INFO O| Dec 21 05:07:40.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7237 | 2024-12-21T05:07:41.443Z | [ recovery-image] Dec 21 05:07:40.554 INFO O| Dec 21 05:07:40.554 INFO STEP 926 (remove_files) COMPLETE |
7238 | 2024-12-21T05:07:41.443Z | [ recovery-image] Dec 21 05:07:40.554 INFO O| Dec 21 05:07:40.554 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-12-21T05:07:41.464Z | [ recovery-image] Dec 21 05:07:40.576 INFO O| Dec 21 05:07:40.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7240 | 2024-12-21T05:07:41.486Z | [ recovery-image] Dec 21 05:07:40.598 INFO O| Dec 21 05:07:40.598 INFO STEP 927 (remove_files) COMPLETE |
7241 | 2024-12-21T05:07:41.489Z | [ recovery-image] Dec 21 05:07:40.598 INFO O| Dec 21 05:07:40.598 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-12-21T05:07:41.548Z | [ recovery-image] Dec 21 05:07:40.657 INFO O| Dec 21 05:07:40.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7243 | 2024-12-21T05:07:41.548Z | [ recovery-image] Dec 21 05:07:40.657 INFO O| Dec 21 05:07:40.657 INFO STEP 928 (remove_files) COMPLETE |
7244 | 2024-12-21T05:07:41.548Z | [ recovery-image] Dec 21 05:07:40.657 INFO O| Dec 21 05:07:40.657 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-12-21T05:07:41.579Z | [ recovery-image] Dec 21 05:07:40.692 INFO O| Dec 21 05:07:40.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7246 | 2024-12-21T05:07:41.579Z | [ recovery-image] Dec 21 05:07:40.692 INFO O| Dec 21 05:07:40.692 INFO STEP 929 (remove_files) COMPLETE |
7247 | 2024-12-21T05:07:41.583Z | [ recovery-image] Dec 21 05:07:40.692 INFO O| Dec 21 05:07:40.692 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-12-21T05:07:41.671Z | [ recovery-image] Dec 21 05:07:40.785 INFO O| Dec 21 05:07:40.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7249 | 2024-12-21T05:07:41.671Z | [ recovery-image] Dec 21 05:07:40.785 INFO O| Dec 21 05:07:40.785 INFO STEP 930 (remove_files) COMPLETE |
7250 | 2024-12-21T05:07:41.671Z | [ recovery-image] Dec 21 05:07:40.785 INFO O| Dec 21 05:07:40.785 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-12-21T05:07:41.746Z | [ recovery-image] Dec 21 05:07:40.857 INFO O| Dec 21 05:07:40.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7252 | 2024-12-21T05:07:41.746Z | [ recovery-image] Dec 21 05:07:40.857 INFO O| Dec 21 05:07:40.857 INFO STEP 931 (remove_files) COMPLETE |
7253 | 2024-12-21T05:07:41.746Z | [ recovery-image] Dec 21 05:07:40.857 INFO O| Dec 21 05:07:40.857 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-21T05:07:41.807Z | [ recovery-image] Dec 21 05:07:40.922 INFO O| Dec 21 05:07:40.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7255 | 2024-12-21T05:07:41.807Z | [ recovery-image] Dec 21 05:07:40.922 INFO O| Dec 21 05:07:40.922 INFO STEP 932 (remove_files) COMPLETE |
7256 | 2024-12-21T05:07:41.807Z | [ recovery-image] Dec 21 05:07:40.922 INFO O| Dec 21 05:07:40.922 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-21T05:07:41.830Z | [ recovery-image] Dec 21 05:07:40.944 INFO O| Dec 21 05:07:40.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7258 | 2024-12-21T05:07:41.830Z | [ recovery-image] Dec 21 05:07:40.944 INFO O| Dec 21 05:07:40.944 INFO STEP 933 (remove_files) COMPLETE |
7259 | 2024-12-21T05:07:41.830Z | [ recovery-image] Dec 21 05:07:40.944 INFO O| Dec 21 05:07:40.944 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-21T05:07:41.850Z | [ recovery-image] Dec 21 05:07:40.965 INFO O| Dec 21 05:07:40.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7261 | 2024-12-21T05:07:41.850Z | [ recovery-image] Dec 21 05:07:40.966 INFO O| Dec 21 05:07:40.965 INFO STEP 934 (remove_files) COMPLETE |
7262 | 2024-12-21T05:07:41.850Z | [ recovery-image] Dec 21 05:07:40.966 INFO O| Dec 21 05:07:40.966 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-21T05:07:41.886Z | [ recovery-image] Dec 21 05:07:41.002 INFO O| Dec 21 05:07:41.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7264 | 2024-12-21T05:07:41.890Z | [ recovery-image] Dec 21 05:07:41.003 INFO O| Dec 21 05:07:41.003 INFO STEP 935 (remove_files) COMPLETE |
7265 | 2024-12-21T05:07:41.890Z | [ recovery-image] Dec 21 05:07:41.003 INFO O| Dec 21 05:07:41.003 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-21T05:07:41.943Z | [ recovery-image] Dec 21 05:07:41.059 INFO O| Dec 21 05:07:41.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7267 | 2024-12-21T05:07:41.945Z | [ recovery-image] Dec 21 05:07:41.059 INFO O| Dec 21 05:07:41.059 INFO STEP 936 (remove_files) COMPLETE |
7268 | 2024-12-21T05:07:41.945Z | [ recovery-image] Dec 21 05:07:41.060 INFO O| Dec 21 05:07:41.059 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-21T05:07:41.964Z | [ recovery-image] Dec 21 05:07:41.081 INFO O| Dec 21 05:07:41.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7270 | 2024-12-21T05:07:41.968Z | [ recovery-image] Dec 21 05:07:41.081 INFO O| Dec 21 05:07:41.081 INFO STEP 937 (remove_files) COMPLETE |
7271 | 2024-12-21T05:07:41.968Z | [ recovery-image] Dec 21 05:07:41.081 INFO O| Dec 21 05:07:41.081 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-21T05:07:42.011Z | [ recovery-image] Dec 21 05:07:41.128 INFO O| Dec 21 05:07:41.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7273 | 2024-12-21T05:07:42.011Z | [ recovery-image] Dec 21 05:07:41.128 INFO O| Dec 21 05:07:41.128 INFO STEP 938 (remove_files) COMPLETE |
7274 | 2024-12-21T05:07:42.014Z | [ recovery-image] Dec 21 05:07:41.128 INFO O| Dec 21 05:07:41.128 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-21T05:07:42.033Z | [ recovery-image] Dec 21 05:07:41.150 INFO O| Dec 21 05:07:41.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7276 | 2024-12-21T05:07:42.033Z | [ recovery-image] Dec 21 05:07:41.150 INFO O| Dec 21 05:07:41.150 INFO STEP 939 (remove_files) COMPLETE |
7277 | 2024-12-21T05:07:42.033Z | [ recovery-image] Dec 21 05:07:41.150 INFO O| Dec 21 05:07:41.150 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-21T05:07:42.053Z | [ recovery-image] Dec 21 05:07:41.170 INFO O| Dec 21 05:07:41.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7279 | 2024-12-21T05:07:42.053Z | [ recovery-image] Dec 21 05:07:41.170 INFO O| Dec 21 05:07:41.170 INFO STEP 940 (remove_files) COMPLETE |
7280 | 2024-12-21T05:07:42.054Z | [ recovery-image] Dec 21 05:07:41.170 INFO O| Dec 21 05:07:41.170 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-21T05:07:42.081Z | [ recovery-image] Dec 21 05:07:41.198 INFO O| Dec 21 05:07:41.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7282 | 2024-12-21T05:07:42.081Z | [ recovery-image] Dec 21 05:07:41.198 INFO O| Dec 21 05:07:41.198 INFO STEP 941 (remove_files) COMPLETE |
7283 | 2024-12-21T05:07:42.081Z | [ recovery-image] Dec 21 05:07:41.198 INFO O| Dec 21 05:07:41.198 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-21T05:07:42.101Z | [ recovery-image] Dec 21 05:07:41.219 INFO O| Dec 21 05:07:41.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7285 | 2024-12-21T05:07:42.101Z | [ recovery-image] Dec 21 05:07:41.219 INFO O| Dec 21 05:07:41.219 INFO STEP 942 (remove_files) COMPLETE |
7286 | 2024-12-21T05:07:42.101Z | [ recovery-image] Dec 21 05:07:41.219 INFO O| Dec 21 05:07:41.219 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-21T05:07:42.141Z | [ recovery-image] Dec 21 05:07:41.259 INFO O| Dec 21 05:07:41.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7288 | 2024-12-21T05:07:42.141Z | [ recovery-image] Dec 21 05:07:41.259 INFO O| Dec 21 05:07:41.259 INFO STEP 943 (remove_files) COMPLETE |
7289 | 2024-12-21T05:07:42.143Z | [ recovery-image] Dec 21 05:07:41.259 INFO O| Dec 21 05:07:41.259 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-21T05:07:42.165Z | [ recovery-image] Dec 21 05:07:41.284 INFO O| Dec 21 05:07:41.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7291 | 2024-12-21T05:07:42.165Z | [ recovery-image] Dec 21 05:07:41.284 INFO O| Dec 21 05:07:41.284 INFO STEP 944 (remove_files) COMPLETE |
7292 | 2024-12-21T05:07:42.167Z | [ recovery-image] Dec 21 05:07:41.284 INFO O| Dec 21 05:07:41.284 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-21T05:07:42.223Z | [ recovery-image] Dec 21 05:07:41.342 INFO O| Dec 21 05:07:41.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7294 | 2024-12-21T05:07:42.226Z | [ recovery-image] Dec 21 05:07:41.342 INFO O| Dec 21 05:07:41.342 INFO STEP 945 (remove_files) COMPLETE |
7295 | 2024-12-21T05:07:42.226Z | [ recovery-image] Dec 21 05:07:41.342 INFO O| Dec 21 05:07:41.342 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-21T05:07:42.246Z | [ recovery-image] Dec 21 05:07:41.365 INFO O| Dec 21 05:07:41.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7297 | 2024-12-21T05:07:42.249Z | [ recovery-image] Dec 21 05:07:41.366 INFO O| Dec 21 05:07:41.366 INFO STEP 946 (remove_files) COMPLETE |
7298 | 2024-12-21T05:07:42.249Z | [ recovery-image] Dec 21 05:07:41.366 INFO O| Dec 21 05:07:41.366 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-21T05:07:42.269Z | [ recovery-image] Dec 21 05:07:41.389 INFO O| Dec 21 05:07:41.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7300 | 2024-12-21T05:07:42.272Z | [ recovery-image] Dec 21 05:07:41.389 INFO O| Dec 21 05:07:41.389 INFO STEP 947 (remove_files) COMPLETE |
7301 | 2024-12-21T05:07:42.272Z | [ recovery-image] Dec 21 05:07:41.389 INFO O| Dec 21 05:07:41.389 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-21T05:07:42.294Z | [ recovery-image] Dec 21 05:07:41.414 INFO O| Dec 21 05:07:41.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7303 | 2024-12-21T05:07:42.297Z | [ recovery-image] Dec 21 05:07:41.414 INFO O| Dec 21 05:07:41.414 INFO STEP 948 (remove_files) COMPLETE |
7304 | 2024-12-21T05:07:42.297Z | [ recovery-image] Dec 21 05:07:41.414 INFO O| Dec 21 05:07:41.414 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-21T05:07:42.330Z | [ recovery-image] Dec 21 05:07:41.450 INFO O| Dec 21 05:07:41.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7306 | 2024-12-21T05:07:42.330Z | [ recovery-image] Dec 21 05:07:41.450 INFO O| Dec 21 05:07:41.450 INFO STEP 949 (remove_files) COMPLETE |
7307 | 2024-12-21T05:07:42.330Z | [ recovery-image] Dec 21 05:07:41.450 INFO O| Dec 21 05:07:41.450 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-21T05:07:42.370Z | [ recovery-image] Dec 21 05:07:41.490 INFO O| Dec 21 05:07:41.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7309 | 2024-12-21T05:07:42.370Z | [ recovery-image] Dec 21 05:07:41.490 INFO O| Dec 21 05:07:41.490 INFO STEP 950 (remove_files) COMPLETE |
7310 | 2024-12-21T05:07:42.370Z | [ recovery-image] Dec 21 05:07:41.490 INFO O| Dec 21 05:07:41.490 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-12-21T05:07:42.406Z | [ recovery-image] Dec 21 05:07:41.527 INFO O| Dec 21 05:07:41.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7312 | 2024-12-21T05:07:42.409Z | [ recovery-image] Dec 21 05:07:41.527 INFO O| Dec 21 05:07:41.527 INFO STEP 951 (remove_files) COMPLETE |
7313 | 2024-12-21T05:07:42.409Z | [ recovery-image] Dec 21 05:07:41.527 INFO O| Dec 21 05:07:41.527 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-12-21T05:07:42.428Z | [ recovery-image] Dec 21 05:07:41.549 INFO O| Dec 21 05:07:41.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7315 | 2024-12-21T05:07:42.428Z | [ recovery-image] Dec 21 05:07:41.549 INFO O| Dec 21 05:07:41.549 INFO STEP 952 (remove_files) COMPLETE |
7316 | 2024-12-21T05:07:42.428Z | [ recovery-image] Dec 21 05:07:41.549 INFO O| Dec 21 05:07:41.549 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-12-21T05:07:42.464Z | [ recovery-image] Dec 21 05:07:41.585 INFO O| Dec 21 05:07:41.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7318 | 2024-12-21T05:07:42.464Z | [ recovery-image] Dec 21 05:07:41.585 INFO O| Dec 21 05:07:41.585 INFO STEP 953 (remove_files) COMPLETE |
7319 | 2024-12-21T05:07:42.464Z | [ recovery-image] Dec 21 05:07:41.585 INFO O| Dec 21 05:07:41.585 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-12-21T05:07:42.485Z | [ recovery-image] Dec 21 05:07:41.604 INFO O| Dec 21 05:07:41.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7321 | 2024-12-21T05:07:42.485Z | [ recovery-image] Dec 21 05:07:41.604 INFO O| Dec 21 05:07:41.604 INFO STEP 954 (remove_files) COMPLETE |
7322 | 2024-12-21T05:07:42.485Z | [ recovery-image] Dec 21 05:07:41.604 INFO O| Dec 21 05:07:41.604 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-12-21T05:07:42.519Z | [ recovery-image] Dec 21 05:07:41.641 INFO O| Dec 21 05:07:41.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7324 | 2024-12-21T05:07:42.523Z | [ recovery-image] Dec 21 05:07:41.641 INFO O| Dec 21 05:07:41.641 INFO STEP 955 (remove_files) COMPLETE |
7325 | 2024-12-21T05:07:42.523Z | [ recovery-image] Dec 21 05:07:41.641 INFO O| Dec 21 05:07:41.641 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-12-21T05:07:42.539Z | [ recovery-image] Dec 21 05:07:41.661 INFO O| Dec 21 05:07:41.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7327 | 2024-12-21T05:07:42.543Z | [ recovery-image] Dec 21 05:07:41.661 INFO O| Dec 21 05:07:41.661 INFO STEP 956 (remove_files) COMPLETE |
7328 | 2024-12-21T05:07:42.543Z | [ recovery-image] Dec 21 05:07:41.661 INFO O| Dec 21 05:07:41.661 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-12-21T05:07:42.584Z | [ recovery-image] Dec 21 05:07:41.706 INFO O| Dec 21 05:07:41.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7330 | 2024-12-21T05:07:42.584Z | [ recovery-image] Dec 21 05:07:41.706 INFO O| Dec 21 05:07:41.706 INFO STEP 957 (remove_files) COMPLETE |
7331 | 2024-12-21T05:07:42.591Z | [ recovery-image] Dec 21 05:07:41.706 INFO O| Dec 21 05:07:41.706 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-12-21T05:07:42.610Z | [ recovery-image] Dec 21 05:07:41.731 INFO O| Dec 21 05:07:41.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7333 | 2024-12-21T05:07:42.611Z | [ recovery-image] Dec 21 05:07:41.731 INFO O| Dec 21 05:07:41.731 INFO STEP 958 (remove_files) COMPLETE |
7334 | 2024-12-21T05:07:42.614Z | [ recovery-image] Dec 21 05:07:41.731 INFO O| Dec 21 05:07:41.731 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-12-21T05:07:42.628Z | [ recovery-image] Dec 21 05:07:41.751 INFO O| Dec 21 05:07:41.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7336 | 2024-12-21T05:07:42.628Z | [ recovery-image] Dec 21 05:07:41.751 INFO O| Dec 21 05:07:41.751 INFO STEP 959 (remove_files) COMPLETE |
7337 | 2024-12-21T05:07:42.632Z | [ recovery-image] Dec 21 05:07:41.751 INFO O| Dec 21 05:07:41.751 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-12-21T05:07:42.661Z | [ recovery-image] Dec 21 05:07:41.784 INFO O| Dec 21 05:07:41.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7339 | 2024-12-21T05:07:42.661Z | [ recovery-image] Dec 21 05:07:41.784 INFO O| Dec 21 05:07:41.784 INFO STEP 960 (remove_files) COMPLETE |
7340 | 2024-12-21T05:07:42.663Z | [ recovery-image] Dec 21 05:07:41.784 INFO O| Dec 21 05:07:41.784 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-12-21T05:07:42.694Z | [ recovery-image] Dec 21 05:07:41.817 INFO O| Dec 21 05:07:41.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7342 | 2024-12-21T05:07:42.694Z | [ recovery-image] Dec 21 05:07:41.817 INFO O| Dec 21 05:07:41.817 INFO STEP 961 (remove_files) COMPLETE |
7343 | 2024-12-21T05:07:42.694Z | [ recovery-image] Dec 21 05:07:41.817 INFO O| Dec 21 05:07:41.817 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-12-21T05:07:42.753Z | [ recovery-image] Dec 21 05:07:41.875 INFO O| Dec 21 05:07:41.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7345 | 2024-12-21T05:07:42.753Z | [ recovery-image] Dec 21 05:07:41.875 INFO O| Dec 21 05:07:41.875 INFO STEP 962 (remove_files) COMPLETE |
7346 | 2024-12-21T05:07:42.753Z | [ recovery-image] Dec 21 05:07:41.875 INFO O| Dec 21 05:07:41.875 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-12-21T05:07:42.787Z | [ recovery-image] Dec 21 05:07:41.911 INFO O| Dec 21 05:07:41.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7348 | 2024-12-21T05:07:42.787Z | [ recovery-image] Dec 21 05:07:41.911 INFO O| Dec 21 05:07:41.911 INFO STEP 963 (remove_files) COMPLETE |
7349 | 2024-12-21T05:07:42.787Z | [ recovery-image] Dec 21 05:07:41.911 INFO O| Dec 21 05:07:41.911 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-12-21T05:07:42.825Z | [ recovery-image] Dec 21 05:07:41.949 INFO O| Dec 21 05:07:41.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7351 | 2024-12-21T05:07:42.825Z | [ recovery-image] Dec 21 05:07:41.949 INFO O| Dec 21 05:07:41.949 INFO STEP 964 (remove_files) COMPLETE |
7352 | 2024-12-21T05:07:42.825Z | [ recovery-image] Dec 21 05:07:41.949 INFO O| Dec 21 05:07:41.949 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-12-21T05:07:42.886Z | [ recovery-image] Dec 21 05:07:42.010 INFO O| Dec 21 05:07:42.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7354 | 2024-12-21T05:07:42.886Z | [ recovery-image] Dec 21 05:07:42.010 INFO O| Dec 21 05:07:42.010 INFO STEP 965 (remove_files) COMPLETE |
7355 | 2024-12-21T05:07:42.886Z | [ recovery-image] Dec 21 05:07:42.010 INFO O| Dec 21 05:07:42.010 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-12-21T05:07:42.906Z | [ recovery-image] Dec 21 05:07:42.031 INFO O| Dec 21 05:07:42.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7357 | 2024-12-21T05:07:42.906Z | [ recovery-image] Dec 21 05:07:42.031 INFO O| Dec 21 05:07:42.031 INFO STEP 966 (remove_files) COMPLETE |
7358 | 2024-12-21T05:07:42.906Z | [ recovery-image] Dec 21 05:07:42.031 INFO O| Dec 21 05:07:42.031 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-12-21T05:07:42.930Z | [ recovery-image] Dec 21 05:07:42.055 INFO O| Dec 21 05:07:42.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7360 | 2024-12-21T05:07:42.932Z | [ recovery-image] Dec 21 05:07:42.056 INFO O| Dec 21 05:07:42.055 INFO STEP 967 (remove_files) COMPLETE |
7361 | 2024-12-21T05:07:42.932Z | [ recovery-image] Dec 21 05:07:42.056 INFO O| Dec 21 05:07:42.056 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-12-21T05:07:42.952Z | [ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7363 | 2024-12-21T05:07:42.955Z | [ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO STEP 968 (remove_files) COMPLETE |
7364 | 2024-12-21T05:07:42.955Z | [ recovery-image] Dec 21 05:07:42.078 INFO O| Dec 21 05:07:42.078 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-12-21T05:07:42.973Z | [ recovery-image] Dec 21 05:07:42.099 INFO O| Dec 21 05:07:42.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7366 | 2024-12-21T05:07:42.974Z | [ recovery-image] Dec 21 05:07:42.100 INFO O| Dec 21 05:07:42.099 INFO STEP 969 (remove_files) COMPLETE |
7367 | 2024-12-21T05:07:42.974Z | [ recovery-image] Dec 21 05:07:42.100 INFO O| Dec 21 05:07:42.100 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-12-21T05:07:43.002Z | [ recovery-image] Dec 21 05:07:42.128 INFO O| Dec 21 05:07:42.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7369 | 2024-12-21T05:07:43.002Z | [ recovery-image] Dec 21 05:07:42.128 INFO O| Dec 21 05:07:42.128 INFO STEP 970 (remove_files) COMPLETE |
7370 | 2024-12-21T05:07:43.002Z | [ recovery-image] Dec 21 05:07:42.128 INFO O| Dec 21 05:07:42.128 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-12-21T05:07:43.022Z | [ recovery-image] Dec 21 05:07:42.148 INFO O| Dec 21 05:07:42.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7372 | 2024-12-21T05:07:43.022Z | [ recovery-image] Dec 21 05:07:42.149 INFO O| Dec 21 05:07:42.149 INFO STEP 971 (remove_files) COMPLETE |
7373 | 2024-12-21T05:07:43.022Z | [ recovery-image] Dec 21 05:07:42.149 INFO O| Dec 21 05:07:42.149 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-12-21T05:07:43.042Z | [ recovery-image] Dec 21 05:07:42.168 INFO O| Dec 21 05:07:42.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7375 | 2024-12-21T05:07:43.042Z | [ recovery-image] Dec 21 05:07:42.168 INFO O| Dec 21 05:07:42.168 INFO STEP 972 (remove_files) COMPLETE |
7376 | 2024-12-21T05:07:43.044Z | [ recovery-image] Dec 21 05:07:42.169 INFO O| Dec 21 05:07:42.168 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-12-21T05:07:43.084Z | [ recovery-image] Dec 21 05:07:42.210 INFO O| Dec 21 05:07:42.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7378 | 2024-12-21T05:07:43.086Z | [ recovery-image] Dec 21 05:07:42.211 INFO O| Dec 21 05:07:42.211 INFO STEP 973 (remove_files) COMPLETE |
7379 | 2024-12-21T05:07:43.086Z | [ recovery-image] Dec 21 05:07:42.211 INFO O| Dec 21 05:07:42.211 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-12-21T05:07:43.107Z | [ recovery-image] Dec 21 05:07:42.234 INFO O| Dec 21 05:07:42.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7381 | 2024-12-21T05:07:43.112Z | [ recovery-image] Dec 21 05:07:42.235 INFO O| Dec 21 05:07:42.234 INFO STEP 974 (remove_files) COMPLETE |
7382 | 2024-12-21T05:07:43.112Z | [ recovery-image] Dec 21 05:07:42.235 INFO O| Dec 21 05:07:42.235 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-12-21T05:07:43.149Z | [ recovery-image] Dec 21 05:07:42.277 INFO O| Dec 21 05:07:42.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7384 | 2024-12-21T05:07:43.150Z | [ recovery-image] Dec 21 05:07:42.277 INFO O| Dec 21 05:07:42.277 INFO STEP 975 (remove_files) COMPLETE |
7385 | 2024-12-21T05:07:43.152Z | [ recovery-image] Dec 21 05:07:42.277 INFO O| Dec 21 05:07:42.277 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-12-21T05:07:43.182Z | [ recovery-image] Dec 21 05:07:42.310 INFO O| Dec 21 05:07:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7387 | 2024-12-21T05:07:43.182Z | [ recovery-image] Dec 21 05:07:42.310 INFO O| Dec 21 05:07:42.310 INFO STEP 976 (remove_files) COMPLETE |
7388 | 2024-12-21T05:07:43.182Z | [ recovery-image] Dec 21 05:07:42.310 INFO O| Dec 21 05:07:42.310 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-12-21T05:07:43.204Z | [ recovery-image] Dec 21 05:07:42.332 INFO O| Dec 21 05:07:42.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7390 | 2024-12-21T05:07:43.204Z | [ recovery-image] Dec 21 05:07:42.332 INFO O| Dec 21 05:07:42.332 INFO STEP 977 (remove_files) COMPLETE |
7391 | 2024-12-21T05:07:43.204Z | [ recovery-image] Dec 21 05:07:42.332 INFO O| Dec 21 05:07:42.332 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-12-21T05:07:43.224Z | [ recovery-image] Dec 21 05:07:42.352 INFO O| Dec 21 05:07:42.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7393 | 2024-12-21T05:07:43.227Z | [ recovery-image] Dec 21 05:07:42.353 INFO O| Dec 21 05:07:42.353 INFO STEP 978 (remove_files) COMPLETE |
7394 | 2024-12-21T05:07:43.227Z | [ recovery-image] Dec 21 05:07:42.353 INFO O| Dec 21 05:07:42.353 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-21T05:07:43.268Z | [ recovery-image] Dec 21 05:07:42.397 INFO O| Dec 21 05:07:42.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7396 | 2024-12-21T05:07:43.268Z | [ recovery-image] Dec 21 05:07:42.397 INFO O| Dec 21 05:07:42.397 INFO STEP 979 (remove_files) COMPLETE |
7397 | 2024-12-21T05:07:43.268Z | [ recovery-image] Dec 21 05:07:42.397 INFO O| Dec 21 05:07:42.397 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-21T05:07:43.292Z | [ recovery-image] Dec 21 05:07:42.421 INFO O| Dec 21 05:07:42.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7399 | 2024-12-21T05:07:43.292Z | [ recovery-image] Dec 21 05:07:42.421 INFO O| Dec 21 05:07:42.421 INFO STEP 980 (remove_files) COMPLETE |
7400 | 2024-12-21T05:07:43.295Z | [ recovery-image] Dec 21 05:07:42.421 INFO O| Dec 21 05:07:42.421 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-21T05:07:43.312Z | [ recovery-image] Dec 21 05:07:42.441 INFO O| Dec 21 05:07:42.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7402 | 2024-12-21T05:07:43.315Z | [ recovery-image] Dec 21 05:07:42.441 INFO O| Dec 21 05:07:42.441 INFO STEP 981 (remove_files) COMPLETE |
7403 | 2024-12-21T05:07:43.315Z | [ recovery-image] Dec 21 05:07:42.441 INFO O| Dec 21 05:07:42.441 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-21T05:07:43.371Z | [ recovery-image] Dec 21 05:07:42.501 INFO O| Dec 21 05:07:42.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7405 | 2024-12-21T05:07:43.372Z | [ recovery-image] Dec 21 05:07:42.501 INFO O| Dec 21 05:07:42.501 INFO STEP 982 (remove_files) COMPLETE |
7406 | 2024-12-21T05:07:43.372Z | [ recovery-image] Dec 21 05:07:42.501 INFO O| Dec 21 05:07:42.501 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-21T05:07:43.416Z | [ recovery-image] Dec 21 05:07:42.546 INFO O| Dec 21 05:07:42.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7408 | 2024-12-21T05:07:43.416Z | [ recovery-image] Dec 21 05:07:42.546 INFO O| Dec 21 05:07:42.546 INFO STEP 983 (remove_files) COMPLETE |
7409 | 2024-12-21T05:07:43.416Z | [ recovery-image] Dec 21 05:07:42.546 INFO O| Dec 21 05:07:42.546 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-21T05:07:43.474Z | [ recovery-image] Dec 21 05:07:42.604 INFO O| Dec 21 05:07:42.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7411 | 2024-12-21T05:07:43.474Z | [ recovery-image] Dec 21 05:07:42.605 INFO O| Dec 21 05:07:42.604 INFO STEP 984 (remove_files) COMPLETE |
7412 | 2024-12-21T05:07:43.477Z | [ recovery-image] Dec 21 05:07:42.605 INFO O| Dec 21 05:07:42.605 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-21T05:07:43.494Z | [ recovery-image] Dec 21 05:07:42.625 INFO O| Dec 21 05:07:42.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7414 | 2024-12-21T05:07:43.494Z | [ recovery-image] Dec 21 05:07:42.625 INFO O| Dec 21 05:07:42.625 INFO STEP 985 (remove_files) COMPLETE |
7415 | 2024-12-21T05:07:43.494Z | [ recovery-image] Dec 21 05:07:42.625 INFO O| Dec 21 05:07:42.625 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-21T05:07:43.524Z | [ recovery-image] Dec 21 05:07:42.655 INFO O| Dec 21 05:07:42.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7417 | 2024-12-21T05:07:43.525Z | [ recovery-image] Dec 21 05:07:42.655 INFO O| Dec 21 05:07:42.655 INFO STEP 986 (remove_files) COMPLETE |
7418 | 2024-12-21T05:07:43.527Z | [ recovery-image] Dec 21 05:07:42.655 INFO O| Dec 21 05:07:42.655 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-21T05:07:43.547Z | [ recovery-image] Dec 21 05:07:42.677 INFO O| Dec 21 05:07:42.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7420 | 2024-12-21T05:07:43.550Z | [ recovery-image] Dec 21 05:07:42.678 INFO O| Dec 21 05:07:42.677 INFO STEP 987 (remove_files) COMPLETE |
7421 | 2024-12-21T05:07:43.550Z | [ recovery-image] Dec 21 05:07:42.678 INFO O| Dec 21 05:07:42.678 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-21T05:07:43.580Z | [ recovery-image] Dec 21 05:07:42.710 INFO O| Dec 21 05:07:42.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7423 | 2024-12-21T05:07:43.583Z | [ recovery-image] Dec 21 05:07:42.710 INFO O| Dec 21 05:07:42.710 INFO STEP 988 (remove_files) COMPLETE |
7424 | 2024-12-21T05:07:43.583Z | [ recovery-image] Dec 21 05:07:42.711 INFO O| Dec 21 05:07:42.710 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-21T05:07:43.601Z | [ recovery-image] Dec 21 05:07:42.731 INFO O| Dec 21 05:07:42.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7426 | 2024-12-21T05:07:43.601Z | [ recovery-image] Dec 21 05:07:42.731 INFO O| Dec 21 05:07:42.731 INFO STEP 989 (remove_files) COMPLETE |
7427 | 2024-12-21T05:07:43.601Z | [ recovery-image] Dec 21 05:07:42.731 INFO O| Dec 21 05:07:42.731 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-21T05:07:43.618Z | [ recovery-image] Dec 21 05:07:42.747 INFO O| Dec 21 05:07:42.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7429 | 2024-12-21T05:07:43.618Z | [ recovery-image] Dec 21 05:07:42.748 INFO O| Dec 21 05:07:42.747 INFO STEP 990 (remove_files) COMPLETE |
7430 | 2024-12-21T05:07:43.618Z | [ recovery-image] Dec 21 05:07:42.748 INFO O| Dec 21 05:07:42.748 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-21T05:07:43.636Z | [ recovery-image] Dec 21 05:07:42.764 INFO O| Dec 21 05:07:42.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7432 | 2024-12-21T05:07:43.636Z | [ recovery-image] Dec 21 05:07:42.764 INFO O| Dec 21 05:07:42.764 INFO STEP 991 (remove_files) COMPLETE |
7433 | 2024-12-21T05:07:43.636Z | [ recovery-image] Dec 21 05:07:42.764 INFO O| Dec 21 05:07:42.764 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-21T05:07:43.650Z | [ recovery-image] Dec 21 05:07:42.782 INFO O| Dec 21 05:07:42.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7435 | 2024-12-21T05:07:43.650Z | [ recovery-image] Dec 21 05:07:42.782 INFO O| Dec 21 05:07:42.782 INFO STEP 992 (remove_files) COMPLETE |
7436 | 2024-12-21T05:07:43.650Z | [ recovery-image] Dec 21 05:07:42.782 INFO O| Dec 21 05:07:42.782 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-21T05:07:43.691Z | [ recovery-image] Dec 21 05:07:42.823 INFO O| Dec 21 05:07:42.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7438 | 2024-12-21T05:07:43.691Z | [ recovery-image] Dec 21 05:07:42.823 INFO O| Dec 21 05:07:42.823 INFO STEP 993 (remove_files) COMPLETE |
7439 | 2024-12-21T05:07:43.691Z | [ recovery-image] Dec 21 05:07:42.823 INFO O| Dec 21 05:07:42.823 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-21T05:07:43.727Z | [ recovery-image] Dec 21 05:07:42.859 INFO O| Dec 21 05:07:42.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7441 | 2024-12-21T05:07:43.727Z | [ recovery-image] Dec 21 05:07:42.859 INFO O| Dec 21 05:07:42.859 INFO STEP 994 (remove_files) COMPLETE |
7442 | 2024-12-21T05:07:43.727Z | [ recovery-image] Dec 21 05:07:42.859 INFO O| Dec 21 05:07:42.859 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-21T05:07:43.743Z | [ recovery-image] Dec 21 05:07:42.876 INFO O| Dec 21 05:07:42.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7444 | 2024-12-21T05:07:43.743Z | [ recovery-image] Dec 21 05:07:42.876 INFO O| Dec 21 05:07:42.876 INFO STEP 995 (remove_files) COMPLETE |
7445 | 2024-12-21T05:07:43.746Z | [ recovery-image] Dec 21 05:07:42.876 INFO O| Dec 21 05:07:42.876 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-21T05:07:43.816Z | [ recovery-image] Dec 21 05:07:42.949 INFO O| Dec 21 05:07:42.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7447 | 2024-12-21T05:07:43.819Z | [ recovery-image] Dec 21 05:07:42.949 INFO O| Dec 21 05:07:42.949 INFO STEP 996 (remove_files) COMPLETE |
7448 | 2024-12-21T05:07:43.819Z | [ recovery-image] Dec 21 05:07:42.949 INFO O| Dec 21 05:07:42.949 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-21T05:07:43.840Z | [ recovery-image] Dec 21 05:07:42.971 INFO O| Dec 21 05:07:42.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7450 | 2024-12-21T05:07:43.846Z | [ recovery-image] Dec 21 05:07:42.971 INFO O| Dec 21 05:07:42.971 INFO STEP 997 (remove_files) COMPLETE |
7451 | 2024-12-21T05:07:43.846Z | [ recovery-image] Dec 21 05:07:42.971 INFO O| Dec 21 05:07:42.971 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-21T05:07:43.864Z | [ recovery-image] Dec 21 05:07:42.993 INFO O| Dec 21 05:07:42.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7453 | 2024-12-21T05:07:43.867Z | [ recovery-image] Dec 21 05:07:42.993 INFO O| Dec 21 05:07:42.993 INFO STEP 998 (remove_files) COMPLETE |
7454 | 2024-12-21T05:07:43.868Z | [ recovery-image] Dec 21 05:07:42.993 INFO O| Dec 21 05:07:42.993 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-21T05:07:43.892Z | [ recovery-image] Dec 21 05:07:43.025 INFO O| Dec 21 05:07:43.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7456 | 2024-12-21T05:07:43.892Z | [ recovery-image] Dec 21 05:07:43.025 INFO O| Dec 21 05:07:43.025 INFO STEP 999 (remove_files) COMPLETE |
7457 | 2024-12-21T05:07:43.892Z | [ recovery-image] Dec 21 05:07:43.025 INFO O| Dec 21 05:07:43.025 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-21T05:07:43.914Z | [ recovery-image] Dec 21 05:07:43.048 INFO O| Dec 21 05:07:43.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7459 | 2024-12-21T05:07:43.914Z | [ recovery-image] Dec 21 05:07:43.049 INFO O| Dec 21 05:07:43.049 INFO STEP 1000 (remove_files) COMPLETE |
7460 | 2024-12-21T05:07:43.914Z | [ recovery-image] Dec 21 05:07:43.049 INFO O| Dec 21 05:07:43.049 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-21T05:07:43.935Z | [ recovery-image] Dec 21 05:07:43.068 INFO O| Dec 21 05:07:43.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7462 | 2024-12-21T05:07:43.938Z | [ recovery-image] Dec 21 05:07:43.068 INFO O| Dec 21 05:07:43.068 INFO STEP 1001 (remove_files) COMPLETE |
7463 | 2024-12-21T05:07:43.938Z | [ recovery-image] Dec 21 05:07:43.068 INFO O| Dec 21 05:07:43.068 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-21T05:07:43.991Z | [ recovery-image] Dec 21 05:07:43.126 INFO O| Dec 21 05:07:43.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7465 | 2024-12-21T05:07:43.991Z | [ recovery-image] Dec 21 05:07:43.126 INFO O| Dec 21 05:07:43.126 INFO STEP 1002 (remove_files) COMPLETE |
7466 | 2024-12-21T05:07:43.992Z | [ recovery-image] Dec 21 05:07:43.126 INFO O| Dec 21 05:07:43.126 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-21T05:07:44.010Z | [ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7468 | 2024-12-21T05:07:44.011Z | [ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO STEP 1003 (remove_files) COMPLETE |
7469 | 2024-12-21T05:07:44.011Z | [ recovery-image] Dec 21 05:07:43.145 INFO O| Dec 21 05:07:43.145 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-21T05:07:44.033Z | [ recovery-image] Dec 21 05:07:43.168 INFO O| Dec 21 05:07:43.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7471 | 2024-12-21T05:07:44.033Z | [ recovery-image] Dec 21 05:07:43.168 INFO O| Dec 21 05:07:43.168 INFO STEP 1004 (remove_files) COMPLETE |
7472 | 2024-12-21T05:07:44.036Z | [ recovery-image] Dec 21 05:07:43.168 INFO O| Dec 21 05:07:43.168 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-21T05:07:44.054Z | [ recovery-image] Dec 21 05:07:43.189 INFO O| Dec 21 05:07:43.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7474 | 2024-12-21T05:07:44.054Z | [ recovery-image] Dec 21 05:07:43.189 INFO O| Dec 21 05:07:43.189 INFO STEP 1005 (remove_files) COMPLETE |
7475 | 2024-12-21T05:07:44.056Z | [ recovery-image] Dec 21 05:07:43.189 INFO O| Dec 21 05:07:43.189 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-21T05:07:44.088Z | [ recovery-image] Dec 21 05:07:43.223 INFO O| Dec 21 05:07:43.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7477 | 2024-12-21T05:07:44.088Z | [ recovery-image] Dec 21 05:07:43.223 INFO O| Dec 21 05:07:43.223 INFO STEP 1006 (remove_files) COMPLETE |
7478 | 2024-12-21T05:07:44.088Z | [ recovery-image] Dec 21 05:07:43.223 INFO O| Dec 21 05:07:43.223 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-21T05:07:44.109Z | [ recovery-image] Dec 21 05:07:43.245 INFO O| Dec 21 05:07:43.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7480 | 2024-12-21T05:07:44.109Z | [ recovery-image] Dec 21 05:07:43.245 INFO O| Dec 21 05:07:43.245 INFO STEP 1007 (remove_files) COMPLETE |
7481 | 2024-12-21T05:07:44.112Z | [ recovery-image] Dec 21 05:07:43.245 INFO O| Dec 21 05:07:43.245 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-21T05:07:44.129Z | [ recovery-image] Dec 21 05:07:43.265 INFO O| Dec 21 05:07:43.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7483 | 2024-12-21T05:07:44.130Z | [ recovery-image] Dec 21 05:07:43.265 INFO O| Dec 21 05:07:43.265 INFO STEP 1008 (remove_files) COMPLETE |
7484 | 2024-12-21T05:07:44.133Z | [ recovery-image] Dec 21 05:07:43.265 INFO O| Dec 21 05:07:43.265 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-21T05:07:44.174Z | [ recovery-image] Dec 21 05:07:43.309 INFO O| Dec 21 05:07:43.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7486 | 2024-12-21T05:07:44.175Z | [ recovery-image] Dec 21 05:07:43.309 INFO O| Dec 21 05:07:43.309 INFO STEP 1009 (remove_files) COMPLETE |
7487 | 2024-12-21T05:07:44.178Z | [ recovery-image] Dec 21 05:07:43.309 INFO O| Dec 21 05:07:43.309 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-21T05:07:44.197Z | [ recovery-image] Dec 21 05:07:43.333 INFO O| Dec 21 05:07:43.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7489 | 2024-12-21T05:07:44.197Z | [ recovery-image] Dec 21 05:07:43.333 INFO O| Dec 21 05:07:43.333 INFO STEP 1010 (remove_files) COMPLETE |
7490 | 2024-12-21T05:07:44.197Z | [ recovery-image] Dec 21 05:07:43.333 INFO O| Dec 21 05:07:43.333 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-21T05:07:44.221Z | [ recovery-image] Dec 21 05:07:43.358 INFO O| Dec 21 05:07:43.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7492 | 2024-12-21T05:07:44.221Z | [ recovery-image] Dec 21 05:07:43.358 INFO O| Dec 21 05:07:43.358 INFO STEP 1011 (remove_files) COMPLETE |
7493 | 2024-12-21T05:07:44.224Z | [ recovery-image] Dec 21 05:07:43.358 INFO O| Dec 21 05:07:43.358 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-21T05:07:44.282Z | [ recovery-image] Dec 21 05:07:43.420 INFO O| Dec 21 05:07:43.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7495 | 2024-12-21T05:07:44.282Z | [ recovery-image] Dec 21 05:07:43.420 INFO O| Dec 21 05:07:43.420 INFO STEP 1012 (remove_files) COMPLETE |
7496 | 2024-12-21T05:07:44.282Z | [ recovery-image] Dec 21 05:07:43.420 INFO O| Dec 21 05:07:43.420 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-21T05:07:44.340Z | [ recovery-image] Dec 21 05:07:43.478 INFO O| Dec 21 05:07:43.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7498 | 2024-12-21T05:07:44.340Z | [ recovery-image] Dec 21 05:07:43.478 INFO O| Dec 21 05:07:43.478 INFO STEP 1013 (remove_files) COMPLETE |
7499 | 2024-12-21T05:07:44.344Z | [ recovery-image] Dec 21 05:07:43.478 INFO O| Dec 21 05:07:43.478 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-21T05:07:44.362Z | [ recovery-image] Dec 21 05:07:43.500 INFO O| Dec 21 05:07:43.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7501 | 2024-12-21T05:07:44.367Z | [ recovery-image] Dec 21 05:07:43.500 INFO O| Dec 21 05:07:43.500 INFO STEP 1014 (remove_files) COMPLETE |
7502 | 2024-12-21T05:07:44.367Z | [ recovery-image] Dec 21 05:07:43.500 INFO O| Dec 21 05:07:43.500 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-21T05:07:44.399Z | [ recovery-image] Dec 21 05:07:43.537 INFO O| Dec 21 05:07:43.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7504 | 2024-12-21T05:07:44.399Z | [ recovery-image] Dec 21 05:07:43.537 INFO O| Dec 21 05:07:43.537 INFO STEP 1015 (remove_files) COMPLETE |
7505 | 2024-12-21T05:07:44.405Z | [ recovery-image] Dec 21 05:07:43.537 INFO O| Dec 21 05:07:43.537 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-21T05:07:44.417Z | [ recovery-image] Dec 21 05:07:43.554 INFO O| Dec 21 05:07:43.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7507 | 2024-12-21T05:07:44.417Z | [ recovery-image] Dec 21 05:07:43.555 INFO O| Dec 21 05:07:43.555 INFO STEP 1016 (remove_files) COMPLETE |
7508 | 2024-12-21T05:07:44.417Z | [ recovery-image] Dec 21 05:07:43.555 INFO O| Dec 21 05:07:43.555 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-21T05:07:44.434Z | [ recovery-image] Dec 21 05:07:43.572 INFO O| Dec 21 05:07:43.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7510 | 2024-12-21T05:07:44.434Z | [ recovery-image] Dec 21 05:07:43.572 INFO O| Dec 21 05:07:43.572 INFO STEP 1017 (remove_files) COMPLETE |
7511 | 2024-12-21T05:07:44.434Z | [ recovery-image] Dec 21 05:07:43.572 INFO O| Dec 21 05:07:43.572 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-21T05:07:44.452Z | [ recovery-image] Dec 21 05:07:43.589 INFO O| Dec 21 05:07:43.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7513 | 2024-12-21T05:07:44.452Z | [ recovery-image] Dec 21 05:07:43.590 INFO O| Dec 21 05:07:43.589 INFO STEP 1018 (remove_files) COMPLETE |
7514 | 2024-12-21T05:07:44.453Z | [ recovery-image] Dec 21 05:07:43.590 INFO O| Dec 21 05:07:43.589 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-21T05:07:44.486Z | [ recovery-image] Dec 21 05:07:43.625 INFO O| Dec 21 05:07:43.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7516 | 2024-12-21T05:07:44.508Z | [ recovery-image] Dec 21 05:07:43.646 INFO O| Dec 21 05:07:43.646 INFO STEP 1019 (remove_files) COMPLETE |
7517 | 2024-12-21T05:07:44.508Z | [ recovery-image] Dec 21 05:07:43.646 INFO O| Dec 21 05:07:43.646 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-12-21T05:07:44.543Z | [ recovery-image] Dec 21 05:07:43.682 INFO O| Dec 21 05:07:43.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7519 | 2024-12-21T05:07:44.547Z | [ recovery-image] Dec 21 05:07:43.682 INFO O| Dec 21 05:07:43.682 INFO STEP 1020 (remove_files) COMPLETE |
7520 | 2024-12-21T05:07:44.547Z | [ recovery-image] Dec 21 05:07:43.682 INFO O| Dec 21 05:07:43.682 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-12-21T05:07:44.580Z | [ recovery-image] Dec 21 05:07:43.720 INFO O| Dec 21 05:07:43.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7522 | 2024-12-21T05:07:44.580Z | [ recovery-image] Dec 21 05:07:43.720 INFO O| Dec 21 05:07:43.720 INFO STEP 1021 (remove_files) COMPLETE |
7523 | 2024-12-21T05:07:44.580Z | [ recovery-image] Dec 21 05:07:43.720 INFO O| Dec 21 05:07:43.720 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-21T05:07:44.627Z | [ recovery-image] Dec 21 05:07:43.767 INFO O| Dec 21 05:07:43.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7525 | 2024-12-21T05:07:44.630Z | [ recovery-image] Dec 21 05:07:43.768 INFO O| Dec 21 05:07:43.768 INFO STEP 1022 (remove_files) COMPLETE |
7526 | 2024-12-21T05:07:44.630Z | [ recovery-image] Dec 21 05:07:43.768 INFO O| Dec 21 05:07:43.768 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-12-21T05:07:44.686Z | [ recovery-image] Dec 21 05:07:43.826 INFO O| Dec 21 05:07:43.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7528 | 2024-12-21T05:07:44.686Z | [ recovery-image] Dec 21 05:07:43.826 INFO O| Dec 21 05:07:43.826 INFO STEP 1023 (remove_files) COMPLETE |
7529 | 2024-12-21T05:07:44.686Z | [ recovery-image] Dec 21 05:07:43.826 INFO O| Dec 21 05:07:43.826 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-12-21T05:07:44.703Z | [ host-image] Dec 21 05:07:43.845 INFO O| Dec 21 05:07:43.845 INFO O| Planning: Solver setup ... Done |
7531 | 2024-12-21T05:07:44.711Z | [ host-image] Dec 21 05:07:43.853 INFO O| Dec 21 05:07:43.853 INFO O| Planning: Running solver ... Done |
7532 | 2024-12-21T05:07:44.720Z | [ recovery-image] Dec 21 05:07:43.862 INFO O| Dec 21 05:07:43.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7533 | 2024-12-21T05:07:44.723Z | [ recovery-image] Dec 21 05:07:43.862 INFO O| Dec 21 05:07:43.862 INFO STEP 1024 (remove_files) COMPLETE |
7534 | 2024-12-21T05:07:44.723Z | [ recovery-image] Dec 21 05:07:43.862 INFO O| Dec 21 05:07:43.862 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-21T05:07:44.742Z | [ recovery-image] Dec 21 05:07:43.883 INFO O| Dec 21 05:07:43.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7536 | 2024-12-21T05:07:44.742Z | [ recovery-image] Dec 21 05:07:43.883 INFO O| Dec 21 05:07:43.883 INFO STEP 1025 (remove_files) COMPLETE |
7537 | 2024-12-21T05:07:44.742Z | [ recovery-image] Dec 21 05:07:43.883 INFO O| Dec 21 05:07:43.883 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-21T05:07:44.764Z | [ recovery-image] Dec 21 05:07:43.906 INFO O| Dec 21 05:07:43.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7539 | 2024-12-21T05:07:44.764Z | [ recovery-image] Dec 21 05:07:43.906 INFO O| Dec 21 05:07:43.906 INFO STEP 1026 (remove_files) COMPLETE |
7540 | 2024-12-21T05:07:44.764Z | [ recovery-image] Dec 21 05:07:43.906 INFO O| Dec 21 05:07:43.906 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-21T05:07:44.802Z | [ recovery-image] Dec 21 05:07:43.944 INFO O| Dec 21 05:07:43.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7542 | 2024-12-21T05:07:44.802Z | [ recovery-image] Dec 21 05:07:43.944 INFO O| Dec 21 05:07:43.944 INFO STEP 1027 (remove_files) COMPLETE |
7543 | 2024-12-21T05:07:44.802Z | [ recovery-image] Dec 21 05:07:43.944 INFO O| Dec 21 05:07:43.944 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-21T05:07:44.815Z | [ host-image] Dec 21 05:07:43.957 INFO O| Dec 21 05:07:43.957 INFO O| Planning: Finding local manifests ... Done |
7545 | 2024-12-21T05:07:44.818Z | [ host-image] Dec 21 05:07:43.958 INFO O| Dec 21 05:07:43.958 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7546 | 2024-12-21T05:07:44.841Z | [ recovery-image] Dec 21 05:07:43.983 INFO O| Dec 21 05:07:43.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7547 | 2024-12-21T05:07:44.841Z | [ recovery-image] Dec 21 05:07:43.983 INFO O| Dec 21 05:07:43.983 INFO STEP 1028 (remove_files) COMPLETE |
7548 | 2024-12-21T05:07:44.841Z | [ recovery-image] Dec 21 05:07:43.983 INFO O| Dec 21 05:07:43.983 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-12-21T05:07:44.860Z | [ recovery-image] Dec 21 05:07:44.003 INFO O| Dec 21 05:07:44.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7550 | 2024-12-21T05:07:44.860Z | [ recovery-image] Dec 21 05:07:44.003 INFO O| Dec 21 05:07:44.003 INFO STEP 1029 (remove_files) COMPLETE |
7551 | 2024-12-21T05:07:44.864Z | [ recovery-image] Dec 21 05:07:44.004 INFO O| Dec 21 05:07:44.003 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-12-21T05:07:44.920Z | [ recovery-image] Dec 21 05:07:44.062 INFO O| Dec 21 05:07:44.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7553 | 2024-12-21T05:07:44.921Z | [ recovery-image] Dec 21 05:07:44.062 INFO O| Dec 21 05:07:44.062 INFO STEP 1030 (remove_files) COMPLETE |
7554 | 2024-12-21T05:07:44.924Z | [ recovery-image] Dec 21 05:07:44.062 INFO O| Dec 21 05:07:44.062 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-12-21T05:07:44.943Z | [ recovery-image] Dec 21 05:07:44.084 INFO O| Dec 21 05:07:44.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7556 | 2024-12-21T05:07:44.948Z | [ recovery-image] Dec 21 05:07:44.084 INFO O| Dec 21 05:07:44.084 INFO STEP 1031 (remove_files) COMPLETE |
7557 | 2024-12-21T05:07:44.948Z | [ recovery-image] Dec 21 05:07:44.084 INFO O| Dec 21 05:07:44.084 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-12-21T05:07:44.962Z | [ recovery-image] Dec 21 05:07:44.105 INFO O| Dec 21 05:07:44.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7559 | 2024-12-21T05:07:44.966Z | [ recovery-image] Dec 21 05:07:44.105 INFO O| Dec 21 05:07:44.105 INFO STEP 1032 (remove_files) COMPLETE |
7560 | 2024-12-21T05:07:44.966Z | [ recovery-image] Dec 21 05:07:44.105 INFO O| Dec 21 05:07:44.105 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-12-21T05:07:44.990Z | [ recovery-image] Dec 21 05:07:44.134 INFO O| Dec 21 05:07:44.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7562 | 2024-12-21T05:07:44.990Z | [ recovery-image] Dec 21 05:07:44.134 INFO O| Dec 21 05:07:44.134 INFO STEP 1033 (remove_files) COMPLETE |
7563 | 2024-12-21T05:07:44.990Z | [ recovery-image] Dec 21 05:07:44.134 INFO O| Dec 21 05:07:44.134 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-12-21T05:07:45.007Z | [ host-image] Dec 21 05:07:44.151 INFO O| Dec 21 05:07:44.151 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7565 | 2024-12-21T05:07:45.018Z | [ recovery-image] Dec 21 05:07:44.154 INFO O| Dec 21 05:07:44.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7566 | 2024-12-21T05:07:45.018Z | [ recovery-image] Dec 21 05:07:44.154 INFO O| Dec 21 05:07:44.154 INFO STEP 1034 (remove_files) COMPLETE |
7567 | 2024-12-21T05:07:45.018Z | [ recovery-image] Dec 21 05:07:44.154 INFO O| Dec 21 05:07:44.154 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-21T05:07:45.049Z | [ recovery-image] Dec 21 05:07:44.192 INFO O| Dec 21 05:07:44.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7569 | 2024-12-21T05:07:45.049Z | [ recovery-image] Dec 21 05:07:44.192 INFO O| Dec 21 05:07:44.192 INFO STEP 1035 (remove_files) COMPLETE |
7570 | 2024-12-21T05:07:45.058Z | [ recovery-image] Dec 21 05:07:44.192 INFO O| Dec 21 05:07:44.192 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-21T05:07:45.069Z | [ recovery-image] Dec 21 05:07:44.213 INFO O| Dec 21 05:07:44.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7572 | 2024-12-21T05:07:45.069Z | [ recovery-image] Dec 21 05:07:44.213 INFO O| Dec 21 05:07:44.213 INFO STEP 1036 (remove_files) COMPLETE |
7573 | 2024-12-21T05:07:45.072Z | [ recovery-image] Dec 21 05:07:44.213 INFO O| Dec 21 05:07:44.213 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-21T05:07:45.073Z | [ host-image] Dec 21 05:07:44.214 INFO O| Dec 21 05:07:44.214 INFO O| Planning: Package planning ... Done |
7575 | 2024-12-21T05:07:45.073Z | [ host-image] Dec 21 05:07:44.215 INFO O| Dec 21 05:07:44.215 INFO O| Planning: Merging actions ... Done |
7576 | 2024-12-21T05:07:45.099Z | [ recovery-image] Dec 21 05:07:44.243 INFO O| Dec 21 05:07:44.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7577 | 2024-12-21T05:07:45.102Z | [ recovery-image] Dec 21 05:07:44.243 INFO O| Dec 21 05:07:44.243 INFO STEP 1037 (remove_files) COMPLETE |
7578 | 2024-12-21T05:07:45.103Z | [ recovery-image] Dec 21 05:07:44.243 INFO O| Dec 21 05:07:44.243 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-12-21T05:07:45.134Z | [ recovery-image] Dec 21 05:07:44.279 INFO O| Dec 21 05:07:44.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7580 | 2024-12-21T05:07:45.134Z | [ recovery-image] Dec 21 05:07:44.279 INFO O| Dec 21 05:07:44.279 INFO STEP 1038 (remove_files) COMPLETE |
7581 | 2024-12-21T05:07:45.134Z | [ recovery-image] Dec 21 05:07:44.279 INFO O| Dec 21 05:07:44.279 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-12-21T05:07:45.154Z | [ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7583 | 2024-12-21T05:07:45.157Z | [ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO STEP 1039 (remove_files) COMPLETE |
7584 | 2024-12-21T05:07:45.157Z | [ recovery-image] Dec 21 05:07:44.300 INFO O| Dec 21 05:07:44.300 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-12-21T05:07:45.207Z | [ host-image] Dec 21 05:07:44.351 INFO O| Dec 21 05:07:44.351 INFO O| Planning: Checking for conflicting actions ... Done |
7586 | 2024-12-21T05:07:45.210Z | [ host-image] Dec 21 05:07:44.352 INFO O| Dec 21 05:07:44.352 INFO O| Planning: Consolidating action changes ... Done |
7587 | 2024-12-21T05:07:45.219Z | [ recovery-image] Dec 21 05:07:44.363 INFO O| Dec 21 05:07:44.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7588 | 2024-12-21T05:07:45.223Z | [ recovery-image] Dec 21 05:07:44.363 INFO O| Dec 21 05:07:44.363 INFO STEP 1040 (remove_files) COMPLETE |
7589 | 2024-12-21T05:07:45.223Z | [ recovery-image] Dec 21 05:07:44.363 INFO O| Dec 21 05:07:44.363 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-12-21T05:07:45.239Z | [ recovery-image] Dec 21 05:07:44.385 INFO O| Dec 21 05:07:44.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7591 | 2024-12-21T05:07:45.239Z | [ recovery-image] Dec 21 05:07:44.385 INFO O| Dec 21 05:07:44.385 INFO STEP 1041 (remove_files) COMPLETE |
7592 | 2024-12-21T05:07:45.239Z | [ recovery-image] Dec 21 05:07:44.385 INFO O| Dec 21 05:07:44.385 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-12-21T05:07:45.265Z | [ recovery-image] Dec 21 05:07:44.410 INFO O| Dec 21 05:07:44.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7594 | 2024-12-21T05:07:45.265Z | [ recovery-image] Dec 21 05:07:44.410 INFO O| Dec 21 05:07:44.410 INFO STEP 1042 (remove_files) COMPLETE |
7595 | 2024-12-21T05:07:45.277Z | [ recovery-image] Dec 21 05:07:44.410 INFO O| Dec 21 05:07:44.410 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-21T05:07:45.286Z | [ recovery-image] Dec 21 05:07:44.433 INFO O| Dec 21 05:07:44.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7597 | 2024-12-21T05:07:45.286Z | [ recovery-image] Dec 21 05:07:44.433 INFO O| Dec 21 05:07:44.433 INFO STEP 1043 (remove_files) COMPLETE |
7598 | 2024-12-21T05:07:45.290Z | [ recovery-image] Dec 21 05:07:44.433 INFO O| Dec 21 05:07:44.433 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-21T05:07:45.314Z | [ recovery-image] Dec 21 05:07:44.460 INFO O| Dec 21 05:07:44.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7600 | 2024-12-21T05:07:45.318Z | [ recovery-image] Dec 21 05:07:44.460 INFO O| Dec 21 05:07:44.460 INFO STEP 1044 (remove_files) COMPLETE |
7601 | 2024-12-21T05:07:45.318Z | [ recovery-image] Dec 21 05:07:44.460 INFO O| Dec 21 05:07:44.460 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-21T05:07:45.375Z | [ recovery-image] Dec 21 05:07:44.522 INFO O| Dec 21 05:07:44.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7603 | 2024-12-21T05:07:45.375Z | [ recovery-image] Dec 21 05:07:44.522 INFO O| Dec 21 05:07:44.522 INFO STEP 1045 (remove_files) COMPLETE |
7604 | 2024-12-21T05:07:45.375Z | [ recovery-image] Dec 21 05:07:44.522 INFO O| Dec 21 05:07:44.522 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-21T05:07:45.395Z | [ recovery-image] Dec 21 05:07:44.543 INFO O| Dec 21 05:07:44.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7606 | 2024-12-21T05:07:45.395Z | [ recovery-image] Dec 21 05:07:44.543 INFO O| Dec 21 05:07:44.543 INFO STEP 1046 (remove_files) COMPLETE |
7607 | 2024-12-21T05:07:45.399Z | [ recovery-image] Dec 21 05:07:44.543 INFO O| Dec 21 05:07:44.543 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-21T05:07:45.415Z | [ recovery-image] Dec 21 05:07:44.563 INFO O| Dec 21 05:07:44.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7609 | 2024-12-21T05:07:45.415Z | [ recovery-image] Dec 21 05:07:44.563 INFO O| Dec 21 05:07:44.563 INFO STEP 1047 (remove_files) COMPLETE |
7610 | 2024-12-21T05:07:45.419Z | [ recovery-image] Dec 21 05:07:44.563 INFO O| Dec 21 05:07:44.563 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-12-21T05:07:45.444Z | [ recovery-image] Dec 21 05:07:44.592 INFO O| Dec 21 05:07:44.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7612 | 2024-12-21T05:07:45.447Z | [ recovery-image] Dec 21 05:07:44.592 INFO O| Dec 21 05:07:44.592 INFO STEP 1048 (remove_files) COMPLETE |
7613 | 2024-12-21T05:07:45.447Z | [ recovery-image] Dec 21 05:07:44.592 INFO O| Dec 21 05:07:44.592 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-12-21T05:07:45.510Z | [ recovery-image] Dec 21 05:07:44.656 INFO O| Dec 21 05:07:44.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7615 | 2024-12-21T05:07:45.510Z | [ recovery-image] Dec 21 05:07:44.656 INFO O| Dec 21 05:07:44.656 INFO STEP 1049 (remove_files) COMPLETE |
7616 | 2024-12-21T05:07:45.521Z | [ recovery-image] Dec 21 05:07:44.657 INFO O| Dec 21 05:07:44.657 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-12-21T05:07:45.533Z | [ recovery-image] Dec 21 05:07:44.681 INFO O| Dec 21 05:07:44.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7618 | 2024-12-21T05:07:45.537Z | [ recovery-image] Dec 21 05:07:44.681 INFO O| Dec 21 05:07:44.681 INFO STEP 1050 (remove_files) COMPLETE |
7619 | 2024-12-21T05:07:45.538Z | [ recovery-image] Dec 21 05:07:44.681 INFO O| Dec 21 05:07:44.681 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7620 | 2024-12-21T05:07:45.556Z | [ recovery-image] Dec 21 05:07:44.704 INFO O| Dec 21 05:07:44.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7621 | 2024-12-21T05:07:45.559Z | [ recovery-image] Dec 21 05:07:44.704 INFO O| Dec 21 05:07:44.704 INFO STEP 1051 (remove_files) COMPLETE |
7622 | 2024-12-21T05:07:45.560Z | [ recovery-image] Dec 21 05:07:44.704 INFO O| Dec 21 05:07:44.704 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7623 | 2024-12-21T05:07:45.587Z | [ recovery-image] Dec 21 05:07:44.736 INFO O| Dec 21 05:07:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7624 | 2024-12-21T05:07:45.587Z | [ recovery-image] Dec 21 05:07:44.736 INFO O| Dec 21 05:07:44.736 INFO STEP 1052 (remove_files) COMPLETE |
7625 | 2024-12-21T05:07:45.587Z | [ recovery-image] Dec 21 05:07:44.736 INFO O| Dec 21 05:07:44.736 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7626 | 2024-12-21T05:07:45.620Z | [ recovery-image] Dec 21 05:07:44.761 INFO O| Dec 21 05:07:44.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7627 | 2024-12-21T05:07:45.621Z | [ recovery-image] Dec 21 05:07:44.761 INFO O| Dec 21 05:07:44.761 INFO STEP 1053 (remove_files) COMPLETE |
7628 | 2024-12-21T05:07:45.631Z | [ recovery-image] Dec 21 05:07:44.761 INFO O| Dec 21 05:07:44.761 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7629 | 2024-12-21T05:07:45.642Z | [ host-image] Dec 21 05:07:44.792 INFO O| Dec 21 05:07:44.792 INFO O| Planning: Evaluating mediators ... Done |
7630 | 2024-12-21T05:07:45.647Z | [ host-image] Dec 21 05:07:44.793 INFO O| Dec 21 05:07:44.793 INFO O| Planning: Planning completed in 5.38 seconds |
7631 | 2024-12-21T05:07:45.647Z | [ host-image] Dec 21 05:07:44.795 INFO O| Dec 21 05:07:44.795 INFO O| Packages to install: 1 |
7632 | 2024-12-21T05:07:45.653Z | [ recovery-image] Dec 21 05:07:44.803 INFO O| Dec 21 05:07:44.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7633 | 2024-12-21T05:07:45.655Z | [ recovery-image] Dec 21 05:07:44.803 INFO O| Dec 21 05:07:44.803 INFO STEP 1054 (remove_files) COMPLETE |
7634 | 2024-12-21T05:07:45.655Z | [ recovery-image] Dec 21 05:07:44.803 INFO O| Dec 21 05:07:44.803 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7635 | 2024-12-21T05:07:45.665Z | [ host-image] Dec 21 05:07:44.815 INFO O| Dec 21 05:07:44.815 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
7636 | 2024-12-21T05:07:45.691Z | [ recovery-image] Dec 21 05:07:44.841 INFO O| Dec 21 05:07:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7637 | 2024-12-21T05:07:45.691Z | [ recovery-image] Dec 21 05:07:44.841 INFO O| Dec 21 05:07:44.841 INFO STEP 1055 (remove_files) COMPLETE |
7638 | 2024-12-21T05:07:45.691Z | [ recovery-image] Dec 21 05:07:44.841 INFO O| Dec 21 05:07:44.841 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-21T05:07:45.727Z | [ recovery-image] Dec 21 05:07:44.878 INFO O| Dec 21 05:07:44.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7640 | 2024-12-21T05:07:45.728Z | [ recovery-image] Dec 21 05:07:44.878 INFO O| Dec 21 05:07:44.878 INFO STEP 1056 (remove_files) COMPLETE |
7641 | 2024-12-21T05:07:45.731Z | [ recovery-image] Dec 21 05:07:44.878 INFO O| Dec 21 05:07:44.878 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-12-21T05:07:45.789Z | [ recovery-image] Dec 21 05:07:44.940 INFO O| Dec 21 05:07:44.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7643 | 2024-12-21T05:07:45.790Z | [ recovery-image] Dec 21 05:07:44.940 INFO O| Dec 21 05:07:44.940 INFO STEP 1057 (remove_files) COMPLETE |
7644 | 2024-12-21T05:07:45.790Z | [ recovery-image] Dec 21 05:07:44.940 INFO O| Dec 21 05:07:44.940 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-12-21T05:07:45.832Z | [ recovery-image] Dec 21 05:07:44.982 INFO O| Dec 21 05:07:44.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7646 | 2024-12-21T05:07:45.832Z | [ recovery-image] Dec 21 05:07:44.982 INFO O| Dec 21 05:07:44.982 INFO STEP 1058 (remove_files) COMPLETE |
7647 | 2024-12-21T05:07:45.832Z | [ recovery-image] Dec 21 05:07:44.982 INFO O| Dec 21 05:07:44.982 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-21T05:07:45.865Z | [ recovery-image] Dec 21 05:07:45.016 INFO O| Dec 21 05:07:45.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7649 | 2024-12-21T05:07:45.865Z | [ recovery-image] Dec 21 05:07:45.016 INFO O| Dec 21 05:07:45.016 INFO STEP 1059 (remove_files) COMPLETE |
7650 | 2024-12-21T05:07:45.866Z | [ recovery-image] Dec 21 05:07:45.016 INFO O| Dec 21 05:07:45.016 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-21T05:07:45.904Z | [ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7652 | 2024-12-21T05:07:45.904Z | [ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO STEP 1060 (remove_files) COMPLETE |
7653 | 2024-12-21T05:07:45.904Z | [ recovery-image] Dec 21 05:07:45.054 INFO O| Dec 21 05:07:45.054 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-21T05:07:45.944Z | [ recovery-image] Dec 21 05:07:45.096 INFO O| Dec 21 05:07:45.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7655 | 2024-12-21T05:07:45.944Z | [ recovery-image] Dec 21 05:07:45.096 INFO O| Dec 21 05:07:45.096 INFO STEP 1061 (remove_files) COMPLETE |
7656 | 2024-12-21T05:07:45.944Z | [ recovery-image] Dec 21 05:07:45.096 INFO O| Dec 21 05:07:45.096 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-12-21T05:07:45.986Z | [ recovery-image] Dec 21 05:07:45.138 INFO O| Dec 21 05:07:45.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7658 | 2024-12-21T05:07:45.986Z | [ recovery-image] Dec 21 05:07:45.138 INFO O| Dec 21 05:07:45.138 INFO STEP 1062 (remove_files) COMPLETE |
7659 | 2024-12-21T05:07:45.986Z | [ recovery-image] Dec 21 05:07:45.138 INFO O| Dec 21 05:07:45.138 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-12-21T05:07:46.015Z | [ recovery-image] Dec 21 05:07:45.168 INFO O| Dec 21 05:07:45.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7661 | 2024-12-21T05:07:46.015Z | [ recovery-image] Dec 21 05:07:45.168 INFO O| Dec 21 05:07:45.168 INFO STEP 1063 (remove_files) COMPLETE |
7662 | 2024-12-21T05:07:46.015Z | [ recovery-image] Dec 21 05:07:45.168 INFO O| Dec 21 05:07:45.168 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-12-21T05:07:46.060Z | [ recovery-image] Dec 21 05:07:45.213 INFO O| Dec 21 05:07:45.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7664 | 2024-12-21T05:07:46.060Z | [ recovery-image] Dec 21 05:07:45.213 INFO O| Dec 21 05:07:45.213 INFO STEP 1064 (remove_files) COMPLETE |
7665 | 2024-12-21T05:07:46.062Z | [ recovery-image] Dec 21 05:07:45.213 INFO O| Dec 21 05:07:45.213 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-12-21T05:07:46.086Z | [ host-image] Dec 21 05:07:45.240 INFO O| Dec 21 05:07:45.240 INFO O| Download: Completed 9.99 MB in 0.42 seconds (23.6M/s) |
7667 | 2024-12-21T05:07:46.140Z | [ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7668 | 2024-12-21T05:07:46.140Z | [ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO STEP 1065 (remove_files) COMPLETE |
7669 | 2024-12-21T05:07:46.140Z | [ recovery-image] Dec 21 05:07:45.294 INFO O| Dec 21 05:07:45.294 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-21T05:07:46.185Z | [ recovery-image] Dec 21 05:07:45.339 INFO O| Dec 21 05:07:45.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7671 | 2024-12-21T05:07:46.185Z | [ recovery-image] Dec 21 05:07:45.339 INFO O| Dec 21 05:07:45.339 INFO STEP 1066 (remove_files) COMPLETE |
7672 | 2024-12-21T05:07:46.186Z | [ recovery-image] Dec 21 05:07:45.339 INFO O| Dec 21 05:07:45.339 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-21T05:07:46.249Z | [ recovery-image] Dec 21 05:07:45.404 INFO O| Dec 21 05:07:45.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7674 | 2024-12-21T05:07:46.249Z | [ recovery-image] Dec 21 05:07:45.404 INFO O| Dec 21 05:07:45.404 INFO STEP 1067 (remove_files) COMPLETE |
7675 | 2024-12-21T05:07:46.253Z | [ recovery-image] Dec 21 05:07:45.404 INFO O| Dec 21 05:07:45.404 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-21T05:07:46.270Z | [ recovery-image] Dec 21 05:07:45.425 INFO O| Dec 21 05:07:45.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7677 | 2024-12-21T05:07:46.270Z | [ recovery-image] Dec 21 05:07:45.425 INFO O| Dec 21 05:07:45.425 INFO STEP 1068 (remove_files) COMPLETE |
7678 | 2024-12-21T05:07:46.270Z | [ recovery-image] Dec 21 05:07:45.425 INFO O| Dec 21 05:07:45.425 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-21T05:07:46.280Z | [ host-image] Dec 21 05:07:45.436 INFO O| Dec 21 05:07:45.435 INFO O| Actions: 1/22 actions (Installing new actions) |
7680 | 2024-12-21T05:07:46.291Z | [ recovery-image] Dec 21 05:07:45.447 INFO O| Dec 21 05:07:45.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7681 | 2024-12-21T05:07:46.292Z | [ recovery-image] Dec 21 05:07:45.447 INFO O| Dec 21 05:07:45.447 INFO STEP 1069 (remove_files) COMPLETE |
7682 | 2024-12-21T05:07:46.292Z | [ recovery-image] Dec 21 05:07:45.447 INFO O| Dec 21 05:07:45.447 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-21T05:07:46.312Z | [ recovery-image] Dec 21 05:07:45.468 INFO O| Dec 21 05:07:45.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7684 | 2024-12-21T05:07:46.312Z | [ recovery-image] Dec 21 05:07:45.468 INFO O| Dec 21 05:07:45.468 INFO STEP 1070 (remove_files) COMPLETE |
7685 | 2024-12-21T05:07:46.312Z | [ recovery-image] Dec 21 05:07:45.468 INFO O| Dec 21 05:07:45.468 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-21T05:07:46.335Z | [ recovery-image] Dec 21 05:07:45.489 INFO O| Dec 21 05:07:45.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7687 | 2024-12-21T05:07:46.335Z | [ recovery-image] Dec 21 05:07:45.489 INFO O| Dec 21 05:07:45.489 INFO STEP 1071 (remove_files) COMPLETE |
7688 | 2024-12-21T05:07:46.335Z | [ recovery-image] Dec 21 05:07:45.489 INFO O| Dec 21 05:07:45.489 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-21T05:07:46.371Z | [ recovery-image] Dec 21 05:07:45.526 INFO O| Dec 21 05:07:45.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7690 | 2024-12-21T05:07:46.371Z | [ recovery-image] Dec 21 05:07:45.526 INFO O| Dec 21 05:07:45.526 INFO STEP 1072 (remove_files) COMPLETE |
7691 | 2024-12-21T05:07:46.371Z | [ recovery-image] Dec 21 05:07:45.526 INFO O| Dec 21 05:07:45.526 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-12-21T05:07:46.408Z | [ recovery-image] Dec 21 05:07:45.564 INFO O| Dec 21 05:07:45.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7693 | 2024-12-21T05:07:46.408Z | [ recovery-image] Dec 21 05:07:45.564 INFO O| Dec 21 05:07:45.564 INFO STEP 1073 (remove_files) COMPLETE |
7694 | 2024-12-21T05:07:46.408Z | [ recovery-image] Dec 21 05:07:45.564 INFO O| Dec 21 05:07:45.564 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-12-21T05:07:46.469Z | [ recovery-image] Dec 21 05:07:45.625 INFO O| Dec 21 05:07:45.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7696 | 2024-12-21T05:07:46.469Z | [ recovery-image] Dec 21 05:07:45.625 INFO O| Dec 21 05:07:45.625 INFO STEP 1074 (remove_files) COMPLETE |
7697 | 2024-12-21T05:07:46.469Z | [ recovery-image] Dec 21 05:07:45.625 INFO O| Dec 21 05:07:45.625 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-12-21T05:07:46.504Z | [ recovery-image] Dec 21 05:07:45.661 INFO O| Dec 21 05:07:45.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7699 | 2024-12-21T05:07:46.504Z | [ recovery-image] Dec 21 05:07:45.661 INFO O| Dec 21 05:07:45.661 INFO STEP 1075 (remove_files) COMPLETE |
7700 | 2024-12-21T05:07:46.504Z | [ recovery-image] Dec 21 05:07:45.661 INFO O| Dec 21 05:07:45.661 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-12-21T05:07:46.533Z | [ recovery-image] Dec 21 05:07:45.685 INFO O| Dec 21 05:07:45.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7702 | 2024-12-21T05:07:46.533Z | [ recovery-image] Dec 21 05:07:45.685 INFO O| Dec 21 05:07:45.685 INFO STEP 1076 (remove_files) COMPLETE |
7703 | 2024-12-21T05:07:46.533Z | [ recovery-image] Dec 21 05:07:45.685 INFO O| Dec 21 05:07:45.685 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-12-21T05:07:46.548Z | [ recovery-image] Dec 21 05:07:45.706 INFO O| Dec 21 05:07:45.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7705 | 2024-12-21T05:07:46.548Z | [ recovery-image] Dec 21 05:07:45.706 INFO O| Dec 21 05:07:45.706 INFO STEP 1077 (remove_files) COMPLETE |
7706 | 2024-12-21T05:07:46.548Z | [ recovery-image] Dec 21 05:07:45.706 INFO O| Dec 21 05:07:45.706 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-12-21T05:07:46.586Z | [ recovery-image] Dec 21 05:07:45.744 INFO O| Dec 21 05:07:45.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7708 | 2024-12-21T05:07:46.589Z | [ recovery-image] Dec 21 05:07:45.744 INFO O| Dec 21 05:07:45.744 INFO STEP 1078 (remove_files) COMPLETE |
7709 | 2024-12-21T05:07:46.589Z | [ recovery-image] Dec 21 05:07:45.744 INFO O| Dec 21 05:07:45.744 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-12-21T05:07:46.609Z | [ recovery-image] Dec 21 05:07:45.768 INFO O| Dec 21 05:07:45.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7711 | 2024-12-21T05:07:46.609Z | [ recovery-image] Dec 21 05:07:45.768 INFO O| Dec 21 05:07:45.768 INFO STEP 1079 (remove_files) COMPLETE |
7712 | 2024-12-21T05:07:46.612Z | [ recovery-image] Dec 21 05:07:45.768 INFO O| Dec 21 05:07:45.768 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-12-21T05:07:46.636Z | [ recovery-image] Dec 21 05:07:45.794 INFO O| Dec 21 05:07:45.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7714 | 2024-12-21T05:07:46.640Z | [ recovery-image] Dec 21 05:07:45.794 INFO O| Dec 21 05:07:45.794 INFO STEP 1080 (remove_files) COMPLETE |
7715 | 2024-12-21T05:07:46.640Z | [ recovery-image] Dec 21 05:07:45.795 INFO O| Dec 21 05:07:45.795 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-12-21T05:07:46.665Z | [ recovery-image] Dec 21 05:07:45.825 INFO O| Dec 21 05:07:45.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7717 | 2024-12-21T05:07:46.666Z | [ recovery-image] Dec 21 05:07:45.825 INFO O| Dec 21 05:07:45.825 INFO STEP 1081 (remove_files) COMPLETE |
7718 | 2024-12-21T05:07:46.666Z | [ recovery-image] Dec 21 05:07:45.825 INFO O| Dec 21 05:07:45.825 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-12-21T05:07:46.723Z | [ host-image] Dec 21 05:07:45.883 INFO O| Dec 21 05:07:45.883 INFO O| Actions: Completed 22 actions in 0.45 seconds. |
7720 | 2024-12-21T05:07:46.745Z | [ recovery-image] Dec 21 05:07:45.903 INFO O| Dec 21 05:07:45.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7721 | 2024-12-21T05:07:46.745Z | [ recovery-image] Dec 21 05:07:45.903 INFO O| Dec 21 05:07:45.903 INFO STEP 1082 (remove_files) COMPLETE |
7722 | 2024-12-21T05:07:46.753Z | [ recovery-image] Dec 21 05:07:45.904 INFO O| Dec 21 05:07:45.903 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-12-21T05:07:46.807Z | [ recovery-image] Dec 21 05:07:45.968 INFO O| Dec 21 05:07:45.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7724 | 2024-12-21T05:07:46.809Z | [ recovery-image] Dec 21 05:07:45.968 INFO O| Dec 21 05:07:45.968 INFO STEP 1083 (remove_files) COMPLETE |
7725 | 2024-12-21T05:07:46.810Z | [ recovery-image] Dec 21 05:07:45.968 INFO O| Dec 21 05:07:45.968 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-12-21T05:07:46.887Z | [ recovery-image] Dec 21 05:07:46.040 INFO O| Dec 21 05:07:46.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7727 | 2024-12-21T05:07:46.888Z | [ recovery-image] Dec 21 05:07:46.040 INFO O| Dec 21 05:07:46.040 INFO STEP 1084 (remove_files) COMPLETE |
7728 | 2024-12-21T05:07:46.888Z | [ recovery-image] Dec 21 05:07:46.040 INFO O| Dec 21 05:07:46.040 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-12-21T05:07:46.942Z | [ recovery-image] Dec 21 05:07:46.098 INFO O| Dec 21 05:07:46.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7730 | 2024-12-21T05:07:46.942Z | [ recovery-image] Dec 21 05:07:46.098 INFO O| Dec 21 05:07:46.098 INFO STEP 1085 (remove_files) COMPLETE |
7731 | 2024-12-21T05:07:46.942Z | [ recovery-image] Dec 21 05:07:46.098 INFO O| Dec 21 05:07:46.098 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-12-21T05:07:46.988Z | [ recovery-image] Dec 21 05:07:46.127 INFO O| Dec 21 05:07:46.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7733 | 2024-12-21T05:07:46.988Z | [ recovery-image] Dec 21 05:07:46.127 INFO O| Dec 21 05:07:46.127 INFO STEP 1086 (remove_files) COMPLETE |
7734 | 2024-12-21T05:07:46.988Z | [ recovery-image] Dec 21 05:07:46.127 INFO O| Dec 21 05:07:46.127 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-12-21T05:07:46.996Z | [ recovery-image] Dec 21 05:07:46.155 INFO O| Dec 21 05:07:46.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7736 | 2024-12-21T05:07:46.996Z | [ recovery-image] Dec 21 05:07:46.155 INFO O| Dec 21 05:07:46.155 INFO STEP 1087 (remove_files) COMPLETE |
7737 | 2024-12-21T05:07:46.996Z | [ recovery-image] Dec 21 05:07:46.155 INFO O| Dec 21 05:07:46.155 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-12-21T05:07:47.030Z | [ recovery-image] Dec 21 05:07:46.192 INFO O| Dec 21 05:07:46.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7739 | 2024-12-21T05:07:47.030Z | [ recovery-image] Dec 21 05:07:46.192 INFO O| Dec 21 05:07:46.192 INFO STEP 1088 (remove_files) COMPLETE |
7740 | 2024-12-21T05:07:47.030Z | [ recovery-image] Dec 21 05:07:46.192 INFO O| Dec 21 05:07:46.192 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-12-21T05:07:47.105Z | [ recovery-image] Dec 21 05:07:46.267 INFO O| Dec 21 05:07:46.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7742 | 2024-12-21T05:07:47.106Z | [ recovery-image] Dec 21 05:07:46.267 INFO O| Dec 21 05:07:46.267 INFO STEP 1089 (remove_files) COMPLETE |
7743 | 2024-12-21T05:07:47.106Z | [ recovery-image] Dec 21 05:07:46.267 INFO O| Dec 21 05:07:46.267 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-12-21T05:07:47.139Z | [ recovery-image] Dec 21 05:07:46.302 INFO O| Dec 21 05:07:46.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7745 | 2024-12-21T05:07:47.140Z | [ recovery-image] Dec 21 05:07:46.303 INFO O| Dec 21 05:07:46.302 INFO STEP 1090 (remove_files) COMPLETE |
7746 | 2024-12-21T05:07:47.143Z | [ recovery-image] Dec 21 05:07:46.303 INFO O| Dec 21 05:07:46.302 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-12-21T05:07:47.181Z | [ recovery-image] Dec 21 05:07:46.344 INFO O| Dec 21 05:07:46.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7748 | 2024-12-21T05:07:47.181Z | [ recovery-image] Dec 21 05:07:46.345 INFO O| Dec 21 05:07:46.344 INFO STEP 1091 (remove_files) COMPLETE |
7749 | 2024-12-21T05:07:47.181Z | [ recovery-image] Dec 21 05:07:46.345 INFO O| Dec 21 05:07:46.345 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-12-21T05:07:47.201Z | [ recovery-image] Dec 21 05:07:46.365 INFO O| Dec 21 05:07:46.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7751 | 2024-12-21T05:07:47.201Z | [ recovery-image] Dec 21 05:07:46.365 INFO O| Dec 21 05:07:46.365 INFO STEP 1092 (remove_files) COMPLETE |
7752 | 2024-12-21T05:07:47.201Z | [ recovery-image] Dec 21 05:07:46.365 INFO O| Dec 21 05:07:46.365 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-12-21T05:07:47.233Z | [ recovery-image] Dec 21 05:07:46.396 INFO O| Dec 21 05:07:46.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7754 | 2024-12-21T05:07:47.238Z | [ recovery-image] Dec 21 05:07:46.397 INFO O| Dec 21 05:07:46.396 INFO STEP 1093 (remove_files) COMPLETE |
7755 | 2024-12-21T05:07:47.238Z | [ recovery-image] Dec 21 05:07:46.397 INFO O| Dec 21 05:07:46.397 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-12-21T05:07:47.258Z | [ recovery-image] Dec 21 05:07:46.422 INFO O| Dec 21 05:07:46.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7757 | 2024-12-21T05:07:47.262Z | [ recovery-image] Dec 21 05:07:46.422 INFO O| Dec 21 05:07:46.422 INFO STEP 1094 (remove_files) COMPLETE |
7758 | 2024-12-21T05:07:47.263Z | [ recovery-image] Dec 21 05:07:46.423 INFO O| Dec 21 05:07:46.423 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-12-21T05:07:47.315Z | [ recovery-image] Dec 21 05:07:46.479 INFO O| Dec 21 05:07:46.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7760 | 2024-12-21T05:07:47.319Z | [ recovery-image] Dec 21 05:07:46.479 INFO O| Dec 21 05:07:46.479 INFO STEP 1095 (remove_files) COMPLETE |
7761 | 2024-12-21T05:07:47.319Z | [ recovery-image] Dec 21 05:07:46.480 INFO O| Dec 21 05:07:46.480 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-12-21T05:07:47.356Z | [ recovery-image] Dec 21 05:07:46.521 INFO O| Dec 21 05:07:46.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7763 | 2024-12-21T05:07:47.359Z | [ recovery-image] Dec 21 05:07:46.522 INFO O| Dec 21 05:07:46.522 INFO STEP 1096 (remove_files) COMPLETE |
7764 | 2024-12-21T05:07:47.359Z | [ recovery-image] Dec 21 05:07:46.522 INFO O| Dec 21 05:07:46.522 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2024-12-21T05:07:47.383Z | [ recovery-image] Dec 21 05:07:46.546 INFO O| Dec 21 05:07:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7766 | 2024-12-21T05:07:47.387Z | [ recovery-image] Dec 21 05:07:46.546 INFO O| Dec 21 05:07:46.546 INFO STEP 1097 (remove_files) COMPLETE |
7767 | 2024-12-21T05:07:47.387Z | [ recovery-image] Dec 21 05:07:46.546 INFO O| Dec 21 05:07:46.546 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2024-12-21T05:07:47.423Z | [ host-image] Dec 21 05:07:46.588 INFO O| Dec 21 05:07:46.588 INFO O| Done |
7769 | 2024-12-21T05:07:47.424Z | [ host-image] Dec 21 05:07:46.588 INFO O| Dec 21 05:07:46.588 INFO O| Done |
7770 | 2024-12-21T05:07:47.455Z | [ recovery-image] Dec 21 05:07:46.612 INFO O| Dec 21 05:07:46.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7771 | 2024-12-21T05:07:47.456Z | [ recovery-image] Dec 21 05:07:46.612 INFO O| Dec 21 05:07:46.612 INFO STEP 1098 (remove_files) COMPLETE |
7772 | 2024-12-21T05:07:47.459Z | [ recovery-image] Dec 21 05:07:46.612 INFO O| Dec 21 05:07:46.612 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-21T05:07:47.538Z | [ recovery-image] Dec 21 05:07:46.702 INFO O| Dec 21 05:07:46.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7774 | 2024-12-21T05:07:47.538Z | [ recovery-image] Dec 21 05:07:46.702 INFO O| Dec 21 05:07:46.702 INFO STEP 1099 (remove_files) COMPLETE |
7775 | 2024-12-21T05:07:47.545Z | [ recovery-image] Dec 21 05:07:46.702 INFO O| Dec 21 05:07:46.702 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-21T05:07:47.562Z | [ recovery-image] Dec 21 05:07:46.725 INFO O| Dec 21 05:07:46.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7777 | 2024-12-21T05:07:47.562Z | [ recovery-image] Dec 21 05:07:46.726 INFO O| Dec 21 05:07:46.725 INFO STEP 1100 (remove_files) COMPLETE |
7778 | 2024-12-21T05:07:47.562Z | [ recovery-image] Dec 21 05:07:46.726 INFO O| Dec 21 05:07:46.726 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-21T05:07:47.581Z | [ recovery-image] Dec 21 05:07:46.747 INFO O| Dec 21 05:07:46.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7780 | 2024-12-21T05:07:47.582Z | [ recovery-image] Dec 21 05:07:46.747 INFO O| Dec 21 05:07:46.747 INFO STEP 1101 (remove_files) COMPLETE |
7781 | 2024-12-21T05:07:47.586Z | [ recovery-image] Dec 21 05:07:46.747 INFO O| Dec 21 05:07:46.747 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-21T05:07:47.608Z | [ recovery-image] Dec 21 05:07:46.775 INFO O| Dec 21 05:07:46.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7783 | 2024-12-21T05:07:47.608Z | [ recovery-image] Dec 21 05:07:46.775 INFO O| Dec 21 05:07:46.775 INFO STEP 1102 (remove_files) COMPLETE |
7784 | 2024-12-21T05:07:47.610Z | [ recovery-image] Dec 21 05:07:46.776 INFO O| Dec 21 05:07:46.775 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-21T05:07:47.632Z | [ recovery-image] Dec 21 05:07:46.797 INFO O| Dec 21 05:07:46.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7786 | 2024-12-21T05:07:47.632Z | [ recovery-image] Dec 21 05:07:46.798 INFO O| Dec 21 05:07:46.797 INFO STEP 1103 (remove_files) COMPLETE |
7787 | 2024-12-21T05:07:47.643Z | [ recovery-image] Dec 21 05:07:46.798 INFO O| Dec 21 05:07:46.798 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-21T05:07:47.655Z | [ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7789 | 2024-12-21T05:07:47.655Z | [ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO STEP 1104 (remove_files) COMPLETE |
7790 | 2024-12-21T05:07:47.655Z | [ recovery-image] Dec 21 05:07:46.817 INFO O| Dec 21 05:07:46.817 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-21T05:07:47.683Z | [ recovery-image] Dec 21 05:07:46.851 INFO O| Dec 21 05:07:46.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7792 | 2024-12-21T05:07:47.686Z | [ recovery-image] Dec 21 05:07:46.851 INFO O| Dec 21 05:07:46.851 INFO STEP 1105 (remove_files) COMPLETE |
7793 | 2024-12-21T05:07:47.686Z | [ recovery-image] Dec 21 05:07:46.851 INFO O| Dec 21 05:07:46.851 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-21T05:07:47.701Z | [ recovery-image] Dec 21 05:07:46.870 INFO O| Dec 21 05:07:46.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7795 | 2024-12-21T05:07:47.704Z | [ recovery-image] Dec 21 05:07:46.870 INFO O| Dec 21 05:07:46.870 INFO STEP 1106 (remove_files) COMPLETE |
7796 | 2024-12-21T05:07:47.704Z | [ recovery-image] Dec 21 05:07:46.870 INFO O| Dec 21 05:07:46.870 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-21T05:07:47.720Z | [ recovery-image] Dec 21 05:07:46.889 INFO O| Dec 21 05:07:46.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7798 | 2024-12-21T05:07:47.725Z | [ recovery-image] Dec 21 05:07:46.889 INFO O| Dec 21 05:07:46.889 INFO STEP 1107 (remove_files) COMPLETE |
7799 | 2024-12-21T05:07:47.725Z | [ recovery-image] Dec 21 05:07:46.889 INFO O| Dec 21 05:07:46.889 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-21T05:07:47.741Z | [ recovery-image] Dec 21 05:07:46.910 INFO O| Dec 21 05:07:46.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7801 | 2024-12-21T05:07:47.745Z | [ recovery-image] Dec 21 05:07:46.910 INFO O| Dec 21 05:07:46.910 INFO STEP 1108 (remove_files) COMPLETE |
7802 | 2024-12-21T05:07:47.745Z | [ recovery-image] Dec 21 05:07:46.910 INFO O| Dec 21 05:07:46.910 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-21T05:07:47.761Z | [ recovery-image] Dec 21 05:07:46.930 INFO O| Dec 21 05:07:46.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7804 | 2024-12-21T05:07:47.761Z | [ recovery-image] Dec 21 05:07:46.931 INFO O| Dec 21 05:07:46.930 INFO STEP 1109 (remove_files) COMPLETE |
7805 | 2024-12-21T05:07:47.765Z | [ recovery-image] Dec 21 05:07:46.931 INFO O| Dec 21 05:07:46.931 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-12-21T05:07:47.781Z | [ recovery-image] Dec 21 05:07:46.950 INFO O| Dec 21 05:07:46.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7807 | 2024-12-21T05:07:47.784Z | [ recovery-image] Dec 21 05:07:46.951 INFO O| Dec 21 05:07:46.950 INFO STEP 1110 (remove_files) COMPLETE |
7808 | 2024-12-21T05:07:47.784Z | [ recovery-image] Dec 21 05:07:46.951 INFO O| Dec 21 05:07:46.951 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-12-21T05:07:47.816Z | [ recovery-image] Dec 21 05:07:46.984 INFO O| Dec 21 05:07:46.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7810 | 2024-12-21T05:07:47.816Z | [ recovery-image] Dec 21 05:07:46.985 INFO O| Dec 21 05:07:46.985 INFO STEP 1111 (remove_files) COMPLETE |
7811 | 2024-12-21T05:07:47.820Z | [ recovery-image] Dec 21 05:07:46.985 INFO O| Dec 21 05:07:46.985 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7812 | 2024-12-21T05:07:47.863Z | [ recovery-image] Dec 21 05:07:47.031 INFO O| Dec 21 05:07:47.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7813 | 2024-12-21T05:07:47.863Z | [ recovery-image] Dec 21 05:07:47.031 INFO O| Dec 21 05:07:47.031 INFO STEP 1112 (remove_files) COMPLETE |
7814 | 2024-12-21T05:07:47.863Z | [ recovery-image] Dec 21 05:07:47.031 INFO O| Dec 21 05:07:47.031 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7815 | 2024-12-21T05:07:47.919Z | [ recovery-image] Dec 21 05:07:47.089 INFO O| Dec 21 05:07:47.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7816 | 2024-12-21T05:07:47.919Z | [ recovery-image] Dec 21 05:07:47.089 INFO O| Dec 21 05:07:47.089 INFO STEP 1113 (remove_files) COMPLETE |
7817 | 2024-12-21T05:07:47.919Z | [ recovery-image] Dec 21 05:07:47.089 INFO O| Dec 21 05:07:47.089 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7818 | 2024-12-21T05:07:47.947Z | [ recovery-image] Dec 21 05:07:47.117 INFO O| Dec 21 05:07:47.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7819 | 2024-12-21T05:07:47.947Z | [ recovery-image] Dec 21 05:07:47.117 INFO O| Dec 21 05:07:47.117 INFO STEP 1114 (remove_files) COMPLETE |
7820 | 2024-12-21T05:07:47.947Z | [ recovery-image] Dec 21 05:07:47.117 INFO O| Dec 21 05:07:47.117 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7821 | 2024-12-21T05:07:47.979Z | [ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7822 | 2024-12-21T05:07:47.979Z | [ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO STEP 1115 (remove_files) COMPLETE |
7823 | 2024-12-21T05:07:47.979Z | [ recovery-image] Dec 21 05:07:47.150 INFO O| Dec 21 05:07:47.150 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7824 | 2024-12-21T05:07:48.017Z | [ recovery-image] Dec 21 05:07:47.183 INFO O| Dec 21 05:07:47.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7825 | 2024-12-21T05:07:48.017Z | [ recovery-image] Dec 21 05:07:47.183 INFO O| Dec 21 05:07:47.183 INFO STEP 1116 (remove_files) COMPLETE |
7826 | 2024-12-21T05:07:48.017Z | [ recovery-image] Dec 21 05:07:47.183 INFO O| Dec 21 05:07:47.183 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7827 | 2024-12-21T05:07:48.091Z | [ recovery-image] Dec 21 05:07:47.263 INFO O| Dec 21 05:07:47.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7828 | 2024-12-21T05:07:48.094Z | [ recovery-image] Dec 21 05:07:47.263 INFO O| Dec 21 05:07:47.263 INFO STEP 1117 (remove_files) COMPLETE |
7829 | 2024-12-21T05:07:48.094Z | [ recovery-image] Dec 21 05:07:47.263 INFO O| Dec 21 05:07:47.263 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7830 | 2024-12-21T05:07:48.115Z | [ recovery-image] Dec 21 05:07:47.288 INFO O| Dec 21 05:07:47.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7831 | 2024-12-21T05:07:48.118Z | [ recovery-image] Dec 21 05:07:47.288 INFO O| Dec 21 05:07:47.288 INFO STEP 1118 (remove_files) COMPLETE |
7832 | 2024-12-21T05:07:48.118Z | [ recovery-image] Dec 21 05:07:47.288 INFO O| Dec 21 05:07:47.288 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-21T05:07:48.138Z | [ recovery-image] Dec 21 05:07:47.311 INFO O| Dec 21 05:07:47.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7834 | 2024-12-21T05:07:48.143Z | [ recovery-image] Dec 21 05:07:47.311 INFO O| Dec 21 05:07:47.311 INFO STEP 1119 (remove_files) COMPLETE |
7835 | 2024-12-21T05:07:48.143Z | [ recovery-image] Dec 21 05:07:47.311 INFO O| Dec 21 05:07:47.311 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-21T05:07:48.161Z | [ recovery-image] Dec 21 05:07:47.333 INFO O| Dec 21 05:07:47.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7837 | 2024-12-21T05:07:48.161Z | [ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.333 INFO STEP 1120 (remove_files) COMPLETE |
7838 | 2024-12-21T05:07:48.165Z | [ recovery-image] Dec 21 05:07:47.334 INFO O| Dec 21 05:07:47.334 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-21T05:07:48.196Z | [ recovery-image] Dec 21 05:07:47.367 INFO O| Dec 21 05:07:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7840 | 2024-12-21T05:07:48.196Z | [ recovery-image] Dec 21 05:07:47.367 INFO O| Dec 21 05:07:47.367 INFO STEP 1121 (remove_files) COMPLETE |
7841 | 2024-12-21T05:07:48.196Z | [ recovery-image] Dec 21 05:07:47.367 INFO O| Dec 21 05:07:47.367 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-21T05:07:48.218Z | [ recovery-image] Dec 21 05:07:47.391 INFO O| Dec 21 05:07:47.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7843 | 2024-12-21T05:07:48.219Z | [ recovery-image] Dec 21 05:07:47.392 INFO O| Dec 21 05:07:47.392 INFO STEP 1122 (remove_files) COMPLETE |
7844 | 2024-12-21T05:07:48.219Z | [ recovery-image] Dec 21 05:07:47.392 INFO O| Dec 21 05:07:47.392 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-21T05:07:48.246Z | [ recovery-image] Dec 21 05:07:47.416 INFO O| Dec 21 05:07:47.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7846 | 2024-12-21T05:07:48.246Z | [ recovery-image] Dec 21 05:07:47.417 INFO O| Dec 21 05:07:47.417 INFO STEP 1123 (remove_files) COMPLETE |
7847 | 2024-12-21T05:07:48.246Z | [ recovery-image] Dec 21 05:07:47.417 INFO O| Dec 21 05:07:47.417 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-21T05:07:48.266Z | [ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7849 | 2024-12-21T05:07:48.266Z | [ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO STEP 1124 (remove_files) COMPLETE |
7850 | 2024-12-21T05:07:48.266Z | [ recovery-image] Dec 21 05:07:47.439 INFO O| Dec 21 05:07:47.439 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-21T05:07:48.287Z | [ recovery-image] Dec 21 05:07:47.461 INFO O| Dec 21 05:07:47.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7852 | 2024-12-21T05:07:48.287Z | [ recovery-image] Dec 21 05:07:47.461 INFO O| Dec 21 05:07:47.461 INFO STEP 1125 (remove_files) COMPLETE |
7853 | 2024-12-21T05:07:48.287Z | [ recovery-image] Dec 21 05:07:47.461 INFO O| Dec 21 05:07:47.461 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-21T05:07:48.323Z | [ recovery-image] Dec 21 05:07:47.497 INFO O| Dec 21 05:07:47.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7855 | 2024-12-21T05:07:48.323Z | [ recovery-image] Dec 21 05:07:47.497 INFO O| Dec 21 05:07:47.497 INFO STEP 1126 (remove_files) COMPLETE |
7856 | 2024-12-21T05:07:48.323Z | [ recovery-image] Dec 21 05:07:47.497 INFO O| Dec 21 05:07:47.497 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-21T05:07:48.375Z | [ recovery-image] Dec 21 05:07:47.550 INFO O| Dec 21 05:07:47.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7858 | 2024-12-21T05:07:48.379Z | [ recovery-image] Dec 21 05:07:47.550 INFO O| Dec 21 05:07:47.550 INFO STEP 1127 (remove_files) COMPLETE |
7859 | 2024-12-21T05:07:48.379Z | [ recovery-image] Dec 21 05:07:47.550 INFO O| Dec 21 05:07:47.550 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-21T05:07:48.398Z | [ recovery-image] Dec 21 05:07:47.573 INFO O| Dec 21 05:07:47.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7861 | 2024-12-21T05:07:48.400Z | [ recovery-image] Dec 21 05:07:47.573 INFO O| Dec 21 05:07:47.573 INFO STEP 1128 (remove_files) COMPLETE |
7862 | 2024-12-21T05:07:48.401Z | [ recovery-image] Dec 21 05:07:47.574 INFO O| Dec 21 05:07:47.573 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-21T05:07:48.421Z | [ recovery-image] Dec 21 05:07:47.594 INFO O| Dec 21 05:07:47.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7864 | 2024-12-21T05:07:48.427Z | [ recovery-image] Dec 21 05:07:47.595 INFO O| Dec 21 05:07:47.595 INFO STEP 1129 (remove_files) COMPLETE |
7865 | 2024-12-21T05:07:48.427Z | [ recovery-image] Dec 21 05:07:47.595 INFO O| Dec 21 05:07:47.595 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-21T05:07:48.443Z | [ recovery-image] Dec 21 05:07:47.615 INFO O| Dec 21 05:07:47.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7867 | 2024-12-21T05:07:48.447Z | [ recovery-image] Dec 21 05:07:47.615 INFO O| Dec 21 05:07:47.615 INFO STEP 1130 (remove_files) COMPLETE |
7868 | 2024-12-21T05:07:48.447Z | [ recovery-image] Dec 21 05:07:47.616 INFO O| Dec 21 05:07:47.616 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-21T05:07:48.459Z | [ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7870 | 2024-12-21T05:07:48.462Z | [ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO STEP 1131 (remove_files) COMPLETE |
7871 | 2024-12-21T05:07:48.462Z | [ recovery-image] Dec 21 05:07:47.634 INFO O| Dec 21 05:07:47.634 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-21T05:07:48.483Z | [ recovery-image] Dec 21 05:07:47.655 INFO O| Dec 21 05:07:47.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7873 | 2024-12-21T05:07:48.487Z | [ recovery-image] Dec 21 05:07:47.655 INFO O| Dec 21 05:07:47.655 INFO STEP 1132 (remove_files) COMPLETE |
7874 | 2024-12-21T05:07:48.488Z | [ recovery-image] Dec 21 05:07:47.655 INFO O| Dec 21 05:07:47.655 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-21T05:07:48.501Z | [ recovery-image] Dec 21 05:07:47.677 INFO O| Dec 21 05:07:47.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7876 | 2024-12-21T05:07:48.504Z | [ recovery-image] Dec 21 05:07:47.677 INFO O| Dec 21 05:07:47.677 INFO STEP 1133 (remove_files) COMPLETE |
7877 | 2024-12-21T05:07:48.504Z | [ recovery-image] Dec 21 05:07:47.677 INFO O| Dec 21 05:07:47.677 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-21T05:07:48.520Z | [ recovery-image] Dec 21 05:07:47.696 INFO O| Dec 21 05:07:47.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7879 | 2024-12-21T05:07:48.520Z | [ recovery-image] Dec 21 05:07:47.696 INFO O| Dec 21 05:07:47.696 INFO STEP 1134 (remove_files) COMPLETE |
7880 | 2024-12-21T05:07:48.523Z | [ recovery-image] Dec 21 05:07:47.696 INFO O| Dec 21 05:07:47.696 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-21T05:07:48.555Z | [ recovery-image] Dec 21 05:07:47.721 INFO O| Dec 21 05:07:47.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7882 | 2024-12-21T05:07:48.555Z | [ recovery-image] Dec 21 05:07:47.721 INFO O| Dec 21 05:07:47.721 INFO STEP 1135 (remove_files) COMPLETE |
7883 | 2024-12-21T05:07:48.562Z | [ recovery-image] Dec 21 05:07:47.722 INFO O| Dec 21 05:07:47.721 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-21T05:07:48.604Z | [ recovery-image] Dec 21 05:07:47.781 INFO O| Dec 21 05:07:47.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7885 | 2024-12-21T05:07:48.604Z | [ recovery-image] Dec 21 05:07:47.781 INFO O| Dec 21 05:07:47.781 INFO STEP 1136 (remove_files) COMPLETE |
7886 | 2024-12-21T05:07:48.607Z | [ recovery-image] Dec 21 05:07:47.781 INFO O| Dec 21 05:07:47.781 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-21T05:07:48.626Z | [ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7888 | 2024-12-21T05:07:48.626Z | [ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO STEP 1137 (remove_files) COMPLETE |
7889 | 2024-12-21T05:07:48.628Z | [ recovery-image] Dec 21 05:07:47.801 INFO O| Dec 21 05:07:47.801 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-21T05:07:48.652Z | [ recovery-image] Dec 21 05:07:47.829 INFO O| Dec 21 05:07:47.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7891 | 2024-12-21T05:07:48.652Z | [ recovery-image] Dec 21 05:07:47.829 INFO O| Dec 21 05:07:47.829 INFO STEP 1138 (remove_files) COMPLETE |
7892 | 2024-12-21T05:07:48.655Z | [ recovery-image] Dec 21 05:07:47.829 INFO O| Dec 21 05:07:47.829 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-21T05:07:48.686Z | [ recovery-image] Dec 21 05:07:47.861 INFO O| Dec 21 05:07:47.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7894 | 2024-12-21T05:07:48.686Z | [ recovery-image] Dec 21 05:07:47.862 INFO O| Dec 21 05:07:47.862 INFO STEP 1139 (remove_files) COMPLETE |
7895 | 2024-12-21T05:07:48.686Z | [ recovery-image] Dec 21 05:07:47.862 INFO O| Dec 21 05:07:47.862 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-21T05:07:48.706Z | [ recovery-image] Dec 21 05:07:47.882 INFO O| Dec 21 05:07:47.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7897 | 2024-12-21T05:07:48.706Z | [ recovery-image] Dec 21 05:07:47.882 INFO O| Dec 21 05:07:47.882 INFO STEP 1140 (remove_files) COMPLETE |
7898 | 2024-12-21T05:07:48.706Z | [ recovery-image] Dec 21 05:07:47.882 INFO O| Dec 21 05:07:47.882 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-21T05:07:48.727Z | [ recovery-image] Dec 21 05:07:47.901 INFO O| Dec 21 05:07:47.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7900 | 2024-12-21T05:07:48.727Z | [ recovery-image] Dec 21 05:07:47.901 INFO O| Dec 21 05:07:47.901 INFO STEP 1141 (remove_files) COMPLETE |
7901 | 2024-12-21T05:07:48.727Z | [ recovery-image] Dec 21 05:07:47.901 INFO O| Dec 21 05:07:47.901 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-21T05:07:48.747Z | [ recovery-image] Dec 21 05:07:47.919 INFO O| Dec 21 05:07:47.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7903 | 2024-12-21T05:07:48.747Z | [ recovery-image] Dec 21 05:07:47.919 INFO O| Dec 21 05:07:47.919 INFO STEP 1142 (remove_files) COMPLETE |
7904 | 2024-12-21T05:07:48.747Z | [ recovery-image] Dec 21 05:07:47.919 INFO O| Dec 21 05:07:47.919 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-21T05:07:48.759Z | [ recovery-image] Dec 21 05:07:47.937 INFO O| Dec 21 05:07:47.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7906 | 2024-12-21T05:07:48.759Z | [ recovery-image] Dec 21 05:07:47.937 INFO O| Dec 21 05:07:47.937 INFO STEP 1143 (remove_files) COMPLETE |
7907 | 2024-12-21T05:07:48.759Z | [ recovery-image] Dec 21 05:07:47.937 INFO O| Dec 21 05:07:47.937 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-21T05:07:48.760Z | [ host-image] Dec 21 05:07:47.938 INFO O| Dec 21 05:07:47.937 INFO O| Done |
7909 | 2024-12-21T05:07:48.782Z | [ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7910 | 2024-12-21T05:07:48.782Z | [ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO STEP 1144 (remove_files) COMPLETE |
7911 | 2024-12-21T05:07:48.782Z | [ recovery-image] Dec 21 05:07:47.960 INFO O| Dec 21 05:07:47.960 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7912 | 2024-12-21T05:07:48.803Z | [ recovery-image] Dec 21 05:07:47.981 INFO O| Dec 21 05:07:47.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7913 | 2024-12-21T05:07:48.803Z | [ recovery-image] Dec 21 05:07:47.981 INFO O| Dec 21 05:07:47.981 INFO STEP 1145 (remove_files) COMPLETE |
7914 | 2024-12-21T05:07:48.803Z | [ recovery-image] Dec 21 05:07:47.981 INFO O| Dec 21 05:07:47.981 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7915 | 2024-12-21T05:07:48.839Z | [ recovery-image] Dec 21 05:07:48.017 INFO O| Dec 21 05:07:48.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7916 | 2024-12-21T05:07:48.839Z | [ recovery-image] Dec 21 05:07:48.017 INFO O| Dec 21 05:07:48.017 INFO STEP 1146 (remove_files) COMPLETE |
7917 | 2024-12-21T05:07:48.843Z | [ recovery-image] Dec 21 05:07:48.017 INFO O| Dec 21 05:07:48.017 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7918 | 2024-12-21T05:07:48.893Z | [ recovery-image] Dec 21 05:07:48.072 INFO O| Dec 21 05:07:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7919 | 2024-12-21T05:07:48.894Z | [ recovery-image] Dec 21 05:07:48.073 INFO O| Dec 21 05:07:48.072 INFO STEP 1147 (remove_files) COMPLETE |
7920 | 2024-12-21T05:07:48.898Z | [ recovery-image] Dec 21 05:07:48.073 INFO O| Dec 21 05:07:48.073 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7921 | 2024-12-21T05:07:48.913Z | [ recovery-image] Dec 21 05:07:48.093 INFO O| Dec 21 05:07:48.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7922 | 2024-12-21T05:07:48.913Z | [ recovery-image] Dec 21 05:07:48.093 INFO O| Dec 21 05:07:48.093 INFO STEP 1148 (remove_files) COMPLETE |
7923 | 2024-12-21T05:07:48.916Z | [ recovery-image] Dec 21 05:07:48.093 INFO O| Dec 21 05:07:48.093 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7924 | 2024-12-21T05:07:48.933Z | [ recovery-image] Dec 21 05:07:48.113 INFO O| Dec 21 05:07:48.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7925 | 2024-12-21T05:07:48.933Z | [ recovery-image] Dec 21 05:07:48.114 INFO O| Dec 21 05:07:48.114 INFO STEP 1149 (remove_files) COMPLETE |
7926 | 2024-12-21T05:07:48.934Z | [ recovery-image] Dec 21 05:07:48.114 INFO O| Dec 21 05:07:48.114 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7927 | 2024-12-21T05:07:48.962Z | [ recovery-image] Dec 21 05:07:48.142 INFO O| Dec 21 05:07:48.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7928 | 2024-12-21T05:07:48.962Z | [ recovery-image] Dec 21 05:07:48.142 INFO O| Dec 21 05:07:48.142 INFO STEP 1150 (remove_files) COMPLETE |
7929 | 2024-12-21T05:07:48.962Z | [ recovery-image] Dec 21 05:07:48.142 INFO O| Dec 21 05:07:48.142 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7930 | 2024-12-21T05:07:49.005Z | [ recovery-image] Dec 21 05:07:48.185 INFO O| Dec 21 05:07:48.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7931 | 2024-12-21T05:07:49.005Z | [ recovery-image] Dec 21 05:07:48.185 INFO O| Dec 21 05:07:48.185 INFO STEP 1151 (remove_files) COMPLETE |
7932 | 2024-12-21T05:07:49.005Z | [ recovery-image] Dec 21 05:07:48.185 INFO O| Dec 21 05:07:48.185 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7933 | 2024-12-21T05:07:49.025Z | [ recovery-image] Dec 21 05:07:48.206 INFO O| Dec 21 05:07:48.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7934 | 2024-12-21T05:07:49.025Z | [ recovery-image] Dec 21 05:07:48.206 INFO O| Dec 21 05:07:48.206 INFO STEP 1152 (remove_files) COMPLETE |
7935 | 2024-12-21T05:07:49.028Z | [ recovery-image] Dec 21 05:07:48.206 INFO O| Dec 21 05:07:48.206 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7936 | 2024-12-21T05:07:49.059Z | [ recovery-image] Dec 21 05:07:48.240 INFO O| Dec 21 05:07:48.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7937 | 2024-12-21T05:07:49.060Z | [ recovery-image] Dec 21 05:07:48.240 INFO O| Dec 21 05:07:48.240 INFO STEP 1153 (remove_files) COMPLETE |
7938 | 2024-12-21T05:07:49.063Z | [ recovery-image] Dec 21 05:07:48.240 INFO O| Dec 21 05:07:48.240 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7939 | 2024-12-21T05:07:49.079Z | [ recovery-image] Dec 21 05:07:48.260 INFO O| Dec 21 05:07:48.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7940 | 2024-12-21T05:07:49.079Z | [ recovery-image] Dec 21 05:07:48.260 INFO O| Dec 21 05:07:48.260 INFO STEP 1154 (remove_files) COMPLETE |
7941 | 2024-12-21T05:07:49.080Z | [ recovery-image] Dec 21 05:07:48.260 INFO O| Dec 21 05:07:48.260 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7942 | 2024-12-21T05:07:49.100Z | [ recovery-image] Dec 21 05:07:48.280 INFO O| Dec 21 05:07:48.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7943 | 2024-12-21T05:07:49.100Z | [ recovery-image] Dec 21 05:07:48.280 INFO O| Dec 21 05:07:48.280 INFO STEP 1155 (remove_files) COMPLETE |
7944 | 2024-12-21T05:07:49.100Z | [ recovery-image] Dec 21 05:07:48.280 INFO O| Dec 21 05:07:48.280 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7945 | 2024-12-21T05:07:49.120Z | [ recovery-image] Dec 21 05:07:48.301 INFO O| Dec 21 05:07:48.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7946 | 2024-12-21T05:07:49.121Z | [ recovery-image] Dec 21 05:07:48.301 INFO O| Dec 21 05:07:48.301 INFO STEP 1156 (remove_files) COMPLETE |
7947 | 2024-12-21T05:07:49.121Z | [ recovery-image] Dec 21 05:07:48.301 INFO O| Dec 21 05:07:48.301 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7948 | 2024-12-21T05:07:49.145Z | [ recovery-image] Dec 21 05:07:48.321 INFO O| Dec 21 05:07:48.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7949 | 2024-12-21T05:07:49.145Z | [ recovery-image] Dec 21 05:07:48.322 INFO O| Dec 21 05:07:48.322 INFO STEP 1157 (remove_files) COMPLETE |
7950 | 2024-12-21T05:07:49.146Z | [ recovery-image] Dec 21 05:07:48.322 INFO O| Dec 21 05:07:48.322 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7951 | 2024-12-21T05:07:49.161Z | [ recovery-image] Dec 21 05:07:48.342 INFO O| Dec 21 05:07:48.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7952 | 2024-12-21T05:07:49.161Z | [ recovery-image] Dec 21 05:07:48.342 INFO O| Dec 21 05:07:48.342 INFO STEP 1158 (remove_files) COMPLETE |
7953 | 2024-12-21T05:07:49.161Z | [ recovery-image] Dec 21 05:07:48.342 INFO O| Dec 21 05:07:48.342 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7954 | 2024-12-21T05:07:49.181Z | [ recovery-image] Dec 21 05:07:48.363 INFO O| Dec 21 05:07:48.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7955 | 2024-12-21T05:07:49.181Z | [ recovery-image] Dec 21 05:07:48.363 INFO O| Dec 21 05:07:48.363 INFO STEP 1159 (remove_files) COMPLETE |
7956 | 2024-12-21T05:07:49.181Z | [ recovery-image] Dec 21 05:07:48.363 INFO O| Dec 21 05:07:48.363 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7957 | 2024-12-21T05:07:49.203Z | [ recovery-image] Dec 21 05:07:48.382 INFO O| Dec 21 05:07:48.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7958 | 2024-12-21T05:07:49.203Z | [ recovery-image] Dec 21 05:07:48.382 INFO O| Dec 21 05:07:48.382 INFO STEP 1160 (remove_files) COMPLETE |
7959 | 2024-12-21T05:07:49.203Z | [ recovery-image] Dec 21 05:07:48.382 INFO O| Dec 21 05:07:48.382 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7960 | 2024-12-21T05:07:49.221Z | [ recovery-image] Dec 21 05:07:48.403 INFO O| Dec 21 05:07:48.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7961 | 2024-12-21T05:07:49.221Z | [ recovery-image] Dec 21 05:07:48.403 INFO O| Dec 21 05:07:48.403 INFO STEP 1161 (remove_files) COMPLETE |
7962 | 2024-12-21T05:07:49.221Z | [ recovery-image] Dec 21 05:07:48.403 INFO O| Dec 21 05:07:48.403 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7963 | 2024-12-21T05:07:49.240Z | [ recovery-image] Dec 21 05:07:48.422 INFO O| Dec 21 05:07:48.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7964 | 2024-12-21T05:07:49.240Z | [ recovery-image] Dec 21 05:07:48.422 INFO O| Dec 21 05:07:48.422 INFO STEP 1162 (remove_files) COMPLETE |
7965 | 2024-12-21T05:07:49.240Z | [ recovery-image] Dec 21 05:07:48.422 INFO O| Dec 21 05:07:48.422 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7966 | 2024-12-21T05:07:49.260Z | [ recovery-image] Dec 21 05:07:48.442 INFO O| Dec 21 05:07:48.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7967 | 2024-12-21T05:07:49.260Z | [ recovery-image] Dec 21 05:07:48.442 INFO O| Dec 21 05:07:48.442 INFO STEP 1163 (remove_files) COMPLETE |
7968 | 2024-12-21T05:07:49.263Z | [ recovery-image] Dec 21 05:07:48.442 INFO O| Dec 21 05:07:48.442 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7969 | 2024-12-21T05:07:49.280Z | [ recovery-image] Dec 21 05:07:48.462 INFO O| Dec 21 05:07:48.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7970 | 2024-12-21T05:07:49.280Z | [ recovery-image] Dec 21 05:07:48.462 INFO O| Dec 21 05:07:48.462 INFO STEP 1164 (remove_files) COMPLETE |
7971 | 2024-12-21T05:07:49.280Z | [ recovery-image] Dec 21 05:07:48.462 INFO O| Dec 21 05:07:48.462 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7972 | 2024-12-21T05:07:49.298Z | [ recovery-image] Dec 21 05:07:48.481 INFO O| Dec 21 05:07:48.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7973 | 2024-12-21T05:07:49.301Z | [ recovery-image] Dec 21 05:07:48.481 INFO O| Dec 21 05:07:48.481 INFO STEP 1165 (remove_files) COMPLETE |
7974 | 2024-12-21T05:07:49.301Z | [ recovery-image] Dec 21 05:07:48.481 INFO O| Dec 21 05:07:48.481 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7975 | 2024-12-21T05:07:49.316Z | [ recovery-image] Dec 21 05:07:48.499 INFO O| Dec 21 05:07:48.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7976 | 2024-12-21T05:07:49.316Z | [ recovery-image] Dec 21 05:07:48.499 INFO O| Dec 21 05:07:48.499 INFO STEP 1166 (remove_files) COMPLETE |
7977 | 2024-12-21T05:07:49.331Z | [ recovery-image] Dec 21 05:07:48.499 INFO O| Dec 21 05:07:48.499 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7978 | 2024-12-21T05:07:49.334Z | [ recovery-image] Dec 21 05:07:48.517 INFO O| Dec 21 05:07:48.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7979 | 2024-12-21T05:07:49.334Z | [ recovery-image] Dec 21 05:07:48.518 INFO O| Dec 21 05:07:48.517 INFO STEP 1167 (remove_files) COMPLETE |
7980 | 2024-12-21T05:07:49.339Z | [ recovery-image] Dec 21 05:07:48.518 INFO O| Dec 21 05:07:48.517 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7981 | 2024-12-21T05:07:49.353Z | [ recovery-image] Dec 21 05:07:48.536 INFO O| Dec 21 05:07:48.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7982 | 2024-12-21T05:07:49.353Z | [ recovery-image] Dec 21 05:07:48.536 INFO O| Dec 21 05:07:48.536 INFO STEP 1168 (remove_files) COMPLETE |
7983 | 2024-12-21T05:07:49.357Z | [ recovery-image] Dec 21 05:07:48.536 INFO O| Dec 21 05:07:48.536 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7984 | 2024-12-21T05:07:49.371Z | [ recovery-image] Dec 21 05:07:48.555 INFO O| Dec 21 05:07:48.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7985 | 2024-12-21T05:07:49.371Z | [ recovery-image] Dec 21 05:07:48.555 INFO O| Dec 21 05:07:48.555 INFO STEP 1169 (remove_files) COMPLETE |
7986 | 2024-12-21T05:07:49.372Z | [ recovery-image] Dec 21 05:07:48.555 INFO O| Dec 21 05:07:48.555 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7987 | 2024-12-21T05:07:49.393Z | [ recovery-image] Dec 21 05:07:48.574 INFO O| Dec 21 05:07:48.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7988 | 2024-12-21T05:07:49.393Z | [ recovery-image] Dec 21 05:07:48.574 INFO O| Dec 21 05:07:48.574 INFO STEP 1170 (remove_files) COMPLETE |
7989 | 2024-12-21T05:07:49.393Z | [ recovery-image] Dec 21 05:07:48.574 INFO O| Dec 21 05:07:48.574 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7990 | 2024-12-21T05:07:49.410Z | [ recovery-image] Dec 21 05:07:48.594 INFO O| Dec 21 05:07:48.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7991 | 2024-12-21T05:07:49.410Z | [ recovery-image] Dec 21 05:07:48.594 INFO O| Dec 21 05:07:48.594 INFO STEP 1171 (remove_files) COMPLETE |
7992 | 2024-12-21T05:07:49.414Z | [ recovery-image] Dec 21 05:07:48.594 INFO O| Dec 21 05:07:48.594 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7993 | 2024-12-21T05:07:49.428Z | [ recovery-image] Dec 21 05:07:48.612 INFO O| Dec 21 05:07:48.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7994 | 2024-12-21T05:07:49.428Z | [ recovery-image] Dec 21 05:07:48.612 INFO O| Dec 21 05:07:48.612 INFO STEP 1172 (remove_files) COMPLETE |
7995 | 2024-12-21T05:07:49.428Z | [ recovery-image] Dec 21 05:07:48.613 INFO O| Dec 21 05:07:48.612 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7996 | 2024-12-21T05:07:49.446Z | [ recovery-image] Dec 21 05:07:48.631 INFO O| Dec 21 05:07:48.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7997 | 2024-12-21T05:07:49.446Z | [ recovery-image] Dec 21 05:07:48.631 INFO O| Dec 21 05:07:48.631 INFO STEP 1173 (remove_files) COMPLETE |
7998 | 2024-12-21T05:07:49.447Z | [ recovery-image] Dec 21 05:07:48.631 INFO O| Dec 21 05:07:48.631 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7999 | 2024-12-21T05:07:49.466Z | [ recovery-image] Dec 21 05:07:48.650 INFO O| Dec 21 05:07:48.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
8000 | 2024-12-21T05:07:49.466Z | [ recovery-image] Dec 21 05:07:48.650 INFO O| Dec 21 05:07:48.650 INFO STEP 1174 (remove_files) COMPLETE |
8001 | 2024-12-21T05:07:49.468Z | [ recovery-image] Dec 21 05:07:48.650 INFO O| Dec 21 05:07:48.650 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8002 | 2024-12-21T05:07:49.485Z | [ recovery-image] Dec 21 05:07:48.670 INFO O| Dec 21 05:07:48.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
8003 | 2024-12-21T05:07:49.485Z | [ recovery-image] Dec 21 05:07:48.670 INFO O| Dec 21 05:07:48.670 INFO STEP 1175 (remove_files) COMPLETE |
8004 | 2024-12-21T05:07:49.488Z | [ recovery-image] Dec 21 05:07:48.670 INFO O| Dec 21 05:07:48.670 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8005 | 2024-12-21T05:07:49.506Z | [ recovery-image] Dec 21 05:07:48.690 INFO O| Dec 21 05:07:48.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
8006 | 2024-12-21T05:07:49.506Z | [ recovery-image] Dec 21 05:07:48.690 INFO O| Dec 21 05:07:48.690 INFO STEP 1176 (remove_files) COMPLETE |
8007 | 2024-12-21T05:07:49.506Z | [ recovery-image] Dec 21 05:07:48.691 INFO O| Dec 21 05:07:48.690 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8008 | 2024-12-21T05:07:49.526Z | [ recovery-image] Dec 21 05:07:48.710 INFO O| Dec 21 05:07:48.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
8009 | 2024-12-21T05:07:49.526Z | [ recovery-image] Dec 21 05:07:48.710 INFO O| Dec 21 05:07:48.710 INFO STEP 1177 (remove_files) COMPLETE |
8010 | 2024-12-21T05:07:49.527Z | [ recovery-image] Dec 21 05:07:48.710 INFO O| Dec 21 05:07:48.710 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8011 | 2024-12-21T05:07:49.543Z | [ recovery-image] Dec 21 05:07:48.727 INFO O| Dec 21 05:07:48.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
8012 | 2024-12-21T05:07:49.543Z | [ recovery-image] Dec 21 05:07:48.727 INFO O| Dec 21 05:07:48.727 INFO STEP 1178 (remove_files) COMPLETE |
8013 | 2024-12-21T05:07:49.543Z | [ recovery-image] Dec 21 05:07:48.727 INFO O| Dec 21 05:07:48.727 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8014 | 2024-12-21T05:07:49.560Z | [ recovery-image] Dec 21 05:07:48.745 INFO O| Dec 21 05:07:48.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
8015 | 2024-12-21T05:07:49.560Z | [ recovery-image] Dec 21 05:07:48.745 INFO O| Dec 21 05:07:48.745 INFO STEP 1179 (remove_files) COMPLETE |
8016 | 2024-12-21T05:07:49.560Z | [ recovery-image] Dec 21 05:07:48.745 INFO O| Dec 21 05:07:48.745 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8017 | 2024-12-21T05:07:49.578Z | [ recovery-image] Dec 21 05:07:48.763 INFO O| Dec 21 05:07:48.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
8018 | 2024-12-21T05:07:49.578Z | [ recovery-image] Dec 21 05:07:48.763 INFO O| Dec 21 05:07:48.763 INFO STEP 1180 (remove_files) COMPLETE |
8019 | 2024-12-21T05:07:49.578Z | [ recovery-image] Dec 21 05:07:48.763 INFO O| Dec 21 05:07:48.763 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8020 | 2024-12-21T05:07:49.597Z | [ recovery-image] Dec 21 05:07:48.780 INFO O| Dec 21 05:07:48.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
8021 | 2024-12-21T05:07:49.599Z | [ recovery-image] Dec 21 05:07:48.780 INFO O| Dec 21 05:07:48.780 INFO STEP 1181 (remove_files) COMPLETE |
8022 | 2024-12-21T05:07:49.599Z | [ recovery-image] Dec 21 05:07:48.780 INFO O| Dec 21 05:07:48.780 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8023 | 2024-12-21T05:07:49.614Z | [ recovery-image] Dec 21 05:07:48.798 INFO O| Dec 21 05:07:48.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
8024 | 2024-12-21T05:07:49.614Z | [ recovery-image] Dec 21 05:07:48.798 INFO O| Dec 21 05:07:48.798 INFO STEP 1182 (remove_files) COMPLETE |
8025 | 2024-12-21T05:07:49.614Z | [ recovery-image] Dec 21 05:07:48.798 INFO O| Dec 21 05:07:48.798 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8026 | 2024-12-21T05:07:49.629Z | [ recovery-image] Dec 21 05:07:48.814 INFO O| Dec 21 05:07:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
8027 | 2024-12-21T05:07:49.632Z | [ recovery-image] Dec 21 05:07:48.814 INFO O| Dec 21 05:07:48.814 INFO STEP 1183 (remove_files) COMPLETE |
8028 | 2024-12-21T05:07:49.632Z | [ recovery-image] Dec 21 05:07:48.814 INFO O| Dec 21 05:07:48.814 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8029 | 2024-12-21T05:07:49.644Z | [ recovery-image] Dec 21 05:07:48.830 INFO O| Dec 21 05:07:48.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
8030 | 2024-12-21T05:07:49.646Z | [ recovery-image] Dec 21 05:07:48.830 INFO O| Dec 21 05:07:48.830 INFO STEP 1184 (remove_files) COMPLETE |
8031 | 2024-12-21T05:07:49.646Z | [ recovery-image] Dec 21 05:07:48.830 INFO O| Dec 21 05:07:48.830 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8032 | 2024-12-21T05:07:49.663Z | [ recovery-image] Dec 21 05:07:48.849 INFO O| Dec 21 05:07:48.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
8033 | 2024-12-21T05:07:49.663Z | [ recovery-image] Dec 21 05:07:48.849 INFO O| Dec 21 05:07:48.849 INFO STEP 1185 (remove_files) COMPLETE |
8034 | 2024-12-21T05:07:49.663Z | [ recovery-image] Dec 21 05:07:48.849 INFO O| Dec 21 05:07:48.849 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8035 | 2024-12-21T05:07:49.682Z | [ recovery-image] Dec 21 05:07:48.869 INFO O| Dec 21 05:07:48.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
8036 | 2024-12-21T05:07:49.686Z | [ recovery-image] Dec 21 05:07:48.869 INFO O| Dec 21 05:07:48.869 INFO STEP 1186 (remove_files) COMPLETE |
8037 | 2024-12-21T05:07:49.686Z | [ recovery-image] Dec 21 05:07:48.869 INFO O| Dec 21 05:07:48.869 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8038 | 2024-12-21T05:07:49.702Z | [ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
8039 | 2024-12-21T05:07:49.702Z | [ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO STEP 1187 (remove_files) COMPLETE |
8040 | 2024-12-21T05:07:49.706Z | [ recovery-image] Dec 21 05:07:48.889 INFO O| Dec 21 05:07:48.889 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8041 | 2024-12-21T05:07:49.722Z | [ recovery-image] Dec 21 05:07:48.908 INFO O| Dec 21 05:07:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
8042 | 2024-12-21T05:07:49.722Z | [ recovery-image] Dec 21 05:07:48.908 INFO O| Dec 21 05:07:48.908 INFO STEP 1188 (remove_files) COMPLETE |
8043 | 2024-12-21T05:07:49.726Z | [ recovery-image] Dec 21 05:07:48.908 INFO O| Dec 21 05:07:48.908 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8044 | 2024-12-21T05:07:49.740Z | [ recovery-image] Dec 21 05:07:48.927 INFO O| Dec 21 05:07:48.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
8045 | 2024-12-21T05:07:49.740Z | [ recovery-image] Dec 21 05:07:48.927 INFO O| Dec 21 05:07:48.927 INFO STEP 1189 (remove_files) COMPLETE |
8046 | 2024-12-21T05:07:49.740Z | [ recovery-image] Dec 21 05:07:48.927 INFO O| Dec 21 05:07:48.927 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8047 | 2024-12-21T05:07:49.758Z | [ recovery-image] Dec 21 05:07:48.945 INFO O| Dec 21 05:07:48.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
8048 | 2024-12-21T05:07:49.761Z | [ recovery-image] Dec 21 05:07:48.945 INFO O| Dec 21 05:07:48.945 INFO STEP 1190 (remove_files) COMPLETE |
8049 | 2024-12-21T05:07:49.761Z | [ recovery-image] Dec 21 05:07:48.945 INFO O| Dec 21 05:07:48.945 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8050 | 2024-12-21T05:07:49.777Z | [ recovery-image] Dec 21 05:07:48.964 INFO O| Dec 21 05:07:48.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
8051 | 2024-12-21T05:07:49.777Z | [ recovery-image] Dec 21 05:07:48.964 INFO O| Dec 21 05:07:48.964 INFO STEP 1191 (remove_files) COMPLETE |
8052 | 2024-12-21T05:07:49.780Z | [ recovery-image] Dec 21 05:07:48.964 INFO O| Dec 21 05:07:48.964 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8053 | 2024-12-21T05:07:49.795Z | [ recovery-image] Dec 21 05:07:48.982 INFO O| Dec 21 05:07:48.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
8054 | 2024-12-21T05:07:49.795Z | [ recovery-image] Dec 21 05:07:48.982 INFO O| Dec 21 05:07:48.982 INFO STEP 1192 (remove_files) COMPLETE |
8055 | 2024-12-21T05:07:49.798Z | [ recovery-image] Dec 21 05:07:48.982 INFO O| Dec 21 05:07:48.982 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8056 | 2024-12-21T05:07:49.814Z | [ recovery-image] Dec 21 05:07:49.001 INFO O| Dec 21 05:07:49.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
8057 | 2024-12-21T05:07:49.818Z | [ recovery-image] Dec 21 05:07:49.001 INFO O| Dec 21 05:07:49.001 INFO STEP 1193 (remove_files) COMPLETE |
8058 | 2024-12-21T05:07:49.819Z | [ recovery-image] Dec 21 05:07:49.002 INFO O| Dec 21 05:07:49.001 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8059 | 2024-12-21T05:07:49.834Z | [ recovery-image] Dec 21 05:07:49.021 INFO O| Dec 21 05:07:49.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
8060 | 2024-12-21T05:07:49.834Z | [ recovery-image] Dec 21 05:07:49.021 INFO O| Dec 21 05:07:49.021 INFO STEP 1194 (remove_files) COMPLETE |
8061 | 2024-12-21T05:07:49.837Z | [ recovery-image] Dec 21 05:07:49.021 INFO O| Dec 21 05:07:49.021 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8062 | 2024-12-21T05:07:49.853Z | [ recovery-image] Dec 21 05:07:49.040 INFO O| Dec 21 05:07:49.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
8063 | 2024-12-21T05:07:49.853Z | [ recovery-image] Dec 21 05:07:49.041 INFO O| Dec 21 05:07:49.041 INFO STEP 1195 (remove_files) COMPLETE |
8064 | 2024-12-21T05:07:49.853Z | [ recovery-image] Dec 21 05:07:49.041 INFO O| Dec 21 05:07:49.041 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8065 | 2024-12-21T05:07:49.872Z | [ recovery-image] Dec 21 05:07:49.060 INFO O| Dec 21 05:07:49.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8066 | 2024-12-21T05:07:49.872Z | [ recovery-image] Dec 21 05:07:49.061 INFO O| Dec 21 05:07:49.060 INFO STEP 1196 (remove_files) COMPLETE |
8067 | 2024-12-21T05:07:49.874Z | [ recovery-image] Dec 21 05:07:49.061 INFO O| Dec 21 05:07:49.060 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8068 | 2024-12-21T05:07:49.887Z | [ recovery-image] Dec 21 05:07:49.075 INFO O| Dec 21 05:07:49.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8069 | 2024-12-21T05:07:49.892Z | [ recovery-image] Dec 21 05:07:49.075 INFO O| Dec 21 05:07:49.075 INFO STEP 1197 (remove_files) COMPLETE |
8070 | 2024-12-21T05:07:49.892Z | [ recovery-image] Dec 21 05:07:49.075 INFO O| Dec 21 05:07:49.075 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8071 | 2024-12-21T05:07:49.908Z | [ recovery-image] Dec 21 05:07:49.097 INFO O| Dec 21 05:07:49.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8072 | 2024-12-21T05:07:49.908Z | [ recovery-image] Dec 21 05:07:49.097 INFO O| Dec 21 05:07:49.097 INFO STEP 1198 (remove_files) COMPLETE |
8073 | 2024-12-21T05:07:49.908Z | [ recovery-image] Dec 21 05:07:49.097 INFO O| Dec 21 05:07:49.097 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8074 | 2024-12-21T05:07:49.933Z | [ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8075 | 2024-12-21T05:07:49.933Z | [ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO STEP 1199 (remove_files) COMPLETE |
8076 | 2024-12-21T05:07:49.937Z | [ recovery-image] Dec 21 05:07:49.121 INFO O| Dec 21 05:07:49.121 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8077 | 2024-12-21T05:07:49.949Z | [ recovery-image] Dec 21 05:07:49.137 INFO O| Dec 21 05:07:49.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8078 | 2024-12-21T05:07:49.952Z | [ recovery-image] Dec 21 05:07:49.137 INFO O| Dec 21 05:07:49.137 INFO STEP 1200 (remove_files) COMPLETE |
8079 | 2024-12-21T05:07:49.953Z | [ recovery-image] Dec 21 05:07:49.137 INFO O| Dec 21 05:07:49.137 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8080 | 2024-12-21T05:07:49.968Z | [ recovery-image] Dec 21 05:07:49.157 INFO O| Dec 21 05:07:49.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8081 | 2024-12-21T05:07:49.968Z | [ recovery-image] Dec 21 05:07:49.158 INFO O| Dec 21 05:07:49.157 INFO STEP 1201 (remove_files) COMPLETE |
8082 | 2024-12-21T05:07:49.968Z | [ recovery-image] Dec 21 05:07:49.158 INFO O| Dec 21 05:07:49.158 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8083 | 2024-12-21T05:07:49.989Z | [ recovery-image] Dec 21 05:07:49.179 INFO O| Dec 21 05:07:49.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8084 | 2024-12-21T05:07:49.989Z | [ recovery-image] Dec 21 05:07:49.179 INFO O| Dec 21 05:07:49.179 INFO STEP 1202 (remove_files) COMPLETE |
8085 | 2024-12-21T05:07:49.989Z | [ recovery-image] Dec 21 05:07:49.179 INFO O| Dec 21 05:07:49.179 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8086 | 2024-12-21T05:07:50.010Z | [ recovery-image] Dec 21 05:07:49.199 INFO O| Dec 21 05:07:49.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8087 | 2024-12-21T05:07:50.010Z | [ recovery-image] Dec 21 05:07:49.199 INFO O| Dec 21 05:07:49.199 INFO STEP 1203 (remove_files) COMPLETE |
8088 | 2024-12-21T05:07:50.015Z | [ recovery-image] Dec 21 05:07:49.199 INFO O| Dec 21 05:07:49.199 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8089 | 2024-12-21T05:07:50.028Z | [ recovery-image] Dec 21 05:07:49.218 INFO O| Dec 21 05:07:49.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8090 | 2024-12-21T05:07:50.028Z | [ recovery-image] Dec 21 05:07:49.218 INFO O| Dec 21 05:07:49.218 INFO STEP 1204 (remove_files) COMPLETE |
8091 | 2024-12-21T05:07:50.031Z | [ recovery-image] Dec 21 05:07:49.218 INFO O| Dec 21 05:07:49.218 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8092 | 2024-12-21T05:07:50.046Z | [ recovery-image] Dec 21 05:07:49.236 INFO O| Dec 21 05:07:49.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8093 | 2024-12-21T05:07:50.046Z | [ recovery-image] Dec 21 05:07:49.236 INFO O| Dec 21 05:07:49.236 INFO STEP 1205 (remove_files) COMPLETE |
8094 | 2024-12-21T05:07:50.046Z | [ recovery-image] Dec 21 05:07:49.236 INFO O| Dec 21 05:07:49.236 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8095 | 2024-12-21T05:07:50.074Z | [ recovery-image] Dec 21 05:07:49.263 INFO O| Dec 21 05:07:49.263 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8096 | 2024-12-21T05:07:50.074Z | [ recovery-image] Dec 21 05:07:49.263 INFO O| Dec 21 05:07:49.263 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8097 | 2024-12-21T05:07:50.728Z | [ host-image] Dec 21 05:07:49.923 INFO O| Dec 21 05:07:49.923 INFO O| Done |
8098 | 2024-12-21T05:07:50.751Z | [ host-image] Dec 21 05:07:49.948 INFO O| Dec 21 05:07:49.948 INFO O| Done |
8099 | 2024-12-21T05:07:50.752Z | [ host-image] Dec 21 05:07:49.948 INFO O| Dec 21 05:07:49.948 INFO O| Done |
8100 | 2024-12-21T05:07:50.761Z | [ host-image] Dec 21 05:07:49.958 INFO O| Dec 21 05:07:49.958 INFO O| Done |
8101 | 2024-12-21T05:07:50.808Z | [ recovery-image] Dec 21 05:07:50.004 INFO O| Dec 21 05:07:50.004 INFO STEP 1206 (pack_tar) COMPLETE |
8102 | 2024-12-21T05:07:50.809Z | [ recovery-image] Dec 21 05:07:50.005 INFO O| Dec 21 05:07:50.004 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8103 | 2024-12-21T05:07:50.809Z | [ recovery-image] Dec 21 05:07:50.005 INFO O| Dec 21 05:07:50.004 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8104 | 2024-12-21T05:07:50.927Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 14 (pkg_install) COMPLETE |
8105 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8106 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO skip step because feature "mfg" is not enabled |
8107 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8108 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO skip step because feature "compliance" is not enabled |
8109 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8110 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO skip step because feature "stress" is not enabled |
8111 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8112 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO skip step because feature "nfs" is not enabled |
8113 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8114 | 2024-12-21T05:07:50.933Z | [ host-image] Dec 21 05:07:50.122 INFO O| Dec 21 05:07:50.121 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8115 | 2024-12-21T05:07:51.089Z | [ recovery-image] Dec 21 05:07:50.289 INFO O| Dec 21 05:07:50.288 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8116 | 2024-12-21T05:07:51.116Z | [ host-image] Dec 21 05:07:50.316 INFO O| Dec 21 05:07:50.316 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8117 | 2024-12-21T05:07:51.156Z | [ recovery-image] Dec 21 05:07:50.356 INFO O| Dec 21 05:07:50.356 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8118 | 2024-12-21T05:07:51.164Z | [ recovery-image] Dec 21 05:07:50.364 INFO image builder template: zfs-recovery... |
8119 | 2024-12-21T05:07:51.164Z | [ recovery-image] Dec 21 05:07:50.364 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/.tmpreaqKo/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 |
8120 | 2024-12-21T05:07:51.185Z | [ host-image] Dec 21 05:07:50.383 INFO O| Dec 21 05:07:50.383 INFO completed processing gimlet/ramdisk-01-os |
8121 | 2024-12-21T05:07:51.188Z | [ host-image] Dec 21 05:07:50.386 INFO omicron1 baseline generation... |
8122 | 2024-12-21T05:07:51.188Z | [ host-image] Dec 21 05:07:50.386 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8123 | 2024-12-21T05:07:51.212Z | [ recovery-image] Dec 21 05:07:50.413 INFO O| Dec 21 05:07:50.413 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8124 | 2024-12-21T05:07:51.219Z | [ recovery-image] Dec 21 05:07:50.420 INFO O| Dec 21 05:07:50.420 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8125 | 2024-12-21T05:07:51.316Z | [ recovery-image] Dec 21 05:07:50.516 INFO O| Dec 21 05:07:50.516 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8126 | 2024-12-21T05:07:51.388Z | [ recovery-image] Dec 21 05:07:50.590 INFO O| Dec 21 05:07:50.590 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8127 | 2024-12-21T05:07:51.388Z | [ recovery-image] Dec 21 05:07:50.590 INFO O| Dec 21 05:07:50.590 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8128 | 2024-12-21T05:07:51.394Z | [ recovery-image] Dec 21 05:07:50.596 INFO O| Dec 21 05:07:50.596 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8129 | 2024-12-21T05:07:51.486Z | [ recovery-image] Dec 21 05:07:50.689 INFO O| Dec 21 05:07:50.689 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8130 | 2024-12-21T05:07:51.554Z | [ recovery-image] Dec 21 05:07:50.755 INFO O| Dec 21 05:07:50.754 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8131 | 2024-12-21T05:07:51.567Z | [ recovery-image] Dec 21 05:07:50.770 INFO O| Dec 21 05:07:50.770 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8132 | 2024-12-21T05:07:51.580Z | [ recovery-image] Dec 21 05:07:50.779 INFO O| Dec 21 05:07:50.779 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8133 | 2024-12-21T05:07:51.592Z | [ recovery-image] Dec 21 05:07:50.786 INFO O| Dec 21 05:07:50.785 INFO no lofi found |
8134 | 2024-12-21T05:07:51.592Z | [ recovery-image] Dec 21 05:07:50.786 INFO O| Dec 21 05:07:50.786 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8135 | 2024-12-21T05:07:51.592Z | [ recovery-image] Dec 21 05:07:50.786 INFO O| Dec 21 05:07:50.786 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8136 | 2024-12-21T05:07:51.686Z | [ host-image] Dec 21 05:07:50.888 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8137 | 2024-12-21T05:07:53.786Z | [ recovery-image] Dec 21 05:07:53.009 INFO O| Dec 21 05:07:53.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8138 | 2024-12-21T05:07:53.786Z | [ recovery-image] Dec 21 05:07:53.009 INFO O| Dec 21 05:07:53.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8139 | 2024-12-21T05:07:53.790Z | [ recovery-image] Dec 21 05:07:53.010 INFO O| Dec 21 05:07:53.009 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"] |
8140 | 2024-12-21T05:07:53.873Z | [ recovery-image] Dec 21 05:07:53.098 INFO O| Dec 21 05:07:53.098 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8141 | 2024-12-21T05:07:53.873Z | [ recovery-image] Dec 21 05:07:53.098 INFO O| Dec 21 05:07:53.098 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8142 | 2024-12-21T05:07:53.901Z | [ recovery-image] Dec 21 05:07:53.126 INFO O| Dec 21 05:07:53.126 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8143 | 2024-12-21T05:07:53.985Z | [ recovery-image] Dec 21 05:07:53.211 INFO O| Dec 21 05:07:53.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8144 | 2024-12-21T05:07:54.030Z | [ recovery-image] Dec 21 05:07:53.257 INFO O| Dec 21 05:07:53.256 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8145 | 2024-12-21T05:07:54.053Z | [ recovery-image] Dec 21 05:07:53.275 INFO O| Dec 21 05:07:53.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8146 | 2024-12-21T05:07:54.064Z | [ recovery-image] Dec 21 05:07:53.290 INFO O| Dec 21 05:07:53.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8147 | 2024-12-21T05:07:54.124Z | [ recovery-image] Dec 21 05:07:53.350 INFO O| Dec 21 05:07:53.350 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8148 | 2024-12-21T05:07:54.124Z | [ recovery-image] Dec 21 05:07:53.351 INFO O| Dec 21 05:07:53.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8149 | 2024-12-21T05:07:54.127Z | [ recovery-image] Dec 21 05:07:53.351 INFO O| Dec 21 05:07:53.351 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8150 | 2024-12-21T05:07:54.142Z | [ recovery-image] Dec 21 05:07:53.369 INFO O| Dec 21 05:07:53.369 INFO boot environment UUID: b4e869d3-02c6-42d2-80b0-3df99378c78c |
8151 | 2024-12-21T05:07:54.142Z | [ recovery-image] Dec 21 05:07:53.369 INFO O| Dec 21 05:07:53.369 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b4e869d3-02c6-42d2-80b0-3df99378c78c |
8152 | 2024-12-21T05:07:54.155Z | [ recovery-image] Dec 21 05:07:53.383 INFO O| Dec 21 05:07:53.383 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8153 | 2024-12-21T05:07:54.170Z | [ recovery-image] Dec 21 05:07:53.398 INFO O| Dec 21 05:07:53.398 INFO STEP 0 (create_be) COMPLETE |
8154 | 2024-12-21T05:07:54.171Z | [ recovery-image] Dec 21 05:07:53.398 INFO O| Dec 21 05:07:53.398 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8155 | 2024-12-21T05:07:54.191Z | [ recovery-image] Dec 21 05:07:53.417 INFO O| Dec 21 05:07:53.417 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"] |
8156 | 2024-12-21T05:07:57.035Z | [ recovery-image] Dec 21 05:07:56.288 INFO O| Dec 21 05:07:56.288 INFO STEP 1 (unpack_tar) COMPLETE |
8157 | 2024-12-21T05:07:57.035Z | [ recovery-image] Dec 21 05:07:56.288 INFO O| Dec 21 05:07:56.288 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8158 | 2024-12-21T05:07:57.051Z | [ recovery-image] Dec 21 05:07:56.305 INFO O| Dec 21 05:07:56.305 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8159 | 2024-12-21T05:07:57.241Z | [ recovery-image] Dec 21 05:07:56.496 INFO O| Dec 21 05:07:56.496 INFO STEP 2 (devfsadm) COMPLETE |
8160 | 2024-12-21T05:07:57.241Z | [ recovery-image] Dec 21 05:07:56.496 INFO O| Dec 21 05:07:56.496 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8161 | 2024-12-21T05:07:57.254Z | [ recovery-image] Dec 21 05:07:56.510 INFO O| Dec 21 05:07:56.510 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8162 | 2024-12-21T05:07:57.257Z | [ recovery-image] Dec 21 05:07:56.510 INFO O| Dec 21 05:07:56.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8163 | 2024-12-21T05:07:57.257Z | [ recovery-image] Dec 21 05:07:56.510 INFO O| Dec 21 05:07:56.510 INFO STEP 3 (ensure_dir) COMPLETE |
8164 | 2024-12-21T05:07:57.257Z | [ recovery-image] Dec 21 05:07:56.510 INFO O| Dec 21 05:07:56.510 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8165 | 2024-12-21T05:07:57.270Z | [ recovery-image] Dec 21 05:07:56.523 INFO O| Dec 21 05:07:56.523 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8166 | 2024-12-21T05:07:57.270Z | [ recovery-image] Dec 21 05:07:56.523 INFO O| Dec 21 05:07:56.523 INFO STEP 4 (ensure_dir) COMPLETE |
8167 | 2024-12-21T05:07:57.273Z | [ recovery-image] Dec 21 05:07:56.523 INFO O| Dec 21 05:07:56.523 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8168 | 2024-12-21T05:07:57.281Z | [ recovery-image] Dec 21 05:07:56.535 INFO O| Dec 21 05:07:56.535 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8169 | 2024-12-21T05:07:57.281Z | [ recovery-image] Dec 21 05:07:56.535 INFO O| Dec 21 05:07:56.535 INFO STEP 5 (ensure_dir) COMPLETE |
8170 | 2024-12-21T05:07:57.284Z | [ recovery-image] Dec 21 05:07:56.535 INFO O| Dec 21 05:07:56.535 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8171 | 2024-12-21T05:07:57.295Z | [ recovery-image] Dec 21 05:07:56.551 INFO O| Dec 21 05:07:56.551 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8172 | 2024-12-21T05:07:57.295Z | [ recovery-image] Dec 21 05:07:56.551 INFO O| Dec 21 05:07:56.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8173 | 2024-12-21T05:07:57.295Z | [ recovery-image] Dec 21 05:07:56.551 INFO O| Dec 21 05:07:56.551 INFO STEP 6 (ensure_dir) COMPLETE |
8174 | 2024-12-21T05:07:57.298Z | [ recovery-image] Dec 21 05:07:56.551 INFO O| Dec 21 05:07:56.551 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8175 | 2024-12-21T05:07:57.310Z | [ recovery-image] Dec 21 05:07:56.566 INFO O| Dec 21 05:07:56.566 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8176 | 2024-12-21T05:07:57.310Z | [ recovery-image] Dec 21 05:07:56.566 INFO O| Dec 21 05:07:56.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8177 | 2024-12-21T05:07:57.310Z | [ recovery-image] Dec 21 05:07:56.566 INFO O| Dec 21 05:07:56.566 INFO STEP 7 (ensure_dir) COMPLETE |
8178 | 2024-12-21T05:07:57.312Z | [ recovery-image] Dec 21 05:07:56.566 INFO O| Dec 21 05:07:56.566 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8179 | 2024-12-21T05:07:57.325Z | [ recovery-image] Dec 21 05:07:56.581 INFO O| Dec 21 05:07:56.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8180 | 2024-12-21T05:07:57.327Z | [ recovery-image] Dec 21 05:07:56.581 INFO O| Dec 21 05:07:56.581 INFO STEP 8 (remove_files) COMPLETE |
8181 | 2024-12-21T05:07:57.327Z | [ recovery-image] Dec 21 05:07:56.581 INFO O| Dec 21 05:07:56.581 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8182 | 2024-12-21T05:07:57.339Z | [ recovery-image] Dec 21 05:07:56.593 INFO O| Dec 21 05:07:56.593 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8183 | 2024-12-21T05:07:57.342Z | [ recovery-image] Dec 21 05:07:56.593 INFO O| Dec 21 05:07:56.593 INFO STEP 9 (remove_files) COMPLETE |
8184 | 2024-12-21T05:07:57.342Z | [ recovery-image] Dec 21 05:07:56.593 INFO O| Dec 21 05:07:56.593 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8185 | 2024-12-21T05:07:57.348Z | [ recovery-image] Dec 21 05:07:56.604 INFO O| Dec 21 05:07:56.604 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8186 | 2024-12-21T05:07:57.351Z | [ recovery-image] Dec 21 05:07:56.605 INFO O| Dec 21 05:07:56.605 INFO STEP 10 (remove_files) COMPLETE |
8187 | 2024-12-21T05:07:57.351Z | [ recovery-image] Dec 21 05:07:56.605 INFO O| Dec 21 05:07:56.605 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8188 | 2024-12-21T05:07:57.360Z | [ recovery-image] Dec 21 05:07:56.616 INFO O| Dec 21 05:07:56.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8189 | 2024-12-21T05:07:57.362Z | [ recovery-image] Dec 21 05:07:56.616 INFO O| Dec 21 05:07:56.616 INFO STEP 11 (remove_files) COMPLETE |
8190 | 2024-12-21T05:07:57.362Z | [ recovery-image] Dec 21 05:07:56.616 INFO O| Dec 21 05:07:56.616 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8191 | 2024-12-21T05:07:57.370Z | [ recovery-image] Dec 21 05:07:56.627 INFO O| Dec 21 05:07:56.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8192 | 2024-12-21T05:07:57.371Z | [ recovery-image] Dec 21 05:07:56.627 INFO O| Dec 21 05:07:56.627 INFO STEP 12 (remove_files) COMPLETE |
8193 | 2024-12-21T05:07:57.374Z | [ recovery-image] Dec 21 05:07:56.627 INFO O| Dec 21 05:07:56.627 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8194 | 2024-12-21T05:07:57.381Z | [ recovery-image] Dec 21 05:07:56.638 INFO O| Dec 21 05:07:56.638 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8195 | 2024-12-21T05:07:57.381Z | [ recovery-image] Dec 21 05:07:56.638 INFO O| Dec 21 05:07:56.638 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8196 | 2024-12-21T05:07:57.381Z | [ recovery-image] Dec 21 05:07:56.638 INFO O| Dec 21 05:07:56.638 INFO STEP 13 (ensure_dir) COMPLETE |
8197 | 2024-12-21T05:07:57.384Z | [ recovery-image] Dec 21 05:07:56.638 INFO O| Dec 21 05:07:56.638 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8198 | 2024-12-21T05:07:57.392Z | [ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8199 | 2024-12-21T05:07:57.392Z | [ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8200 | 2024-12-21T05:07:57.395Z | [ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8201 | 2024-12-21T05:07:57.395Z | [ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO STEP 14 (ensure_dir) COMPLETE |
8202 | 2024-12-21T05:07:57.395Z | [ recovery-image] Dec 21 05:07:56.649 INFO O| Dec 21 05:07:56.649 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8203 | 2024-12-21T05:07:57.403Z | [ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8204 | 2024-12-21T05:07:57.403Z | [ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8205 | 2024-12-21T05:07:57.405Z | [ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8206 | 2024-12-21T05:07:57.405Z | [ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO STEP 15 (ensure_dir) COMPLETE |
8207 | 2024-12-21T05:07:57.405Z | [ recovery-image] Dec 21 05:07:56.660 INFO O| Dec 21 05:07:56.660 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8208 | 2024-12-21T05:07:57.417Z | [ recovery-image] Dec 21 05:07:56.672 INFO O| Dec 21 05:07:56.672 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8209 | 2024-12-21T05:07:57.420Z | [ recovery-image] Dec 21 05:07:56.672 INFO O| Dec 21 05:07:56.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8210 | 2024-12-21T05:07:57.420Z | [ recovery-image] Dec 21 05:07:56.672 INFO O| Dec 21 05:07:56.672 INFO STEP 16 (ensure_dir) COMPLETE |
8211 | 2024-12-21T05:07:57.420Z | [ recovery-image] Dec 21 05:07:56.672 INFO O| Dec 21 05:07:56.672 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8212 | 2024-12-21T05:07:57.426Z | [ recovery-image] Dec 21 05:07:56.684 INFO O| Dec 21 05:07:56.684 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8213 | 2024-12-21T05:07:57.426Z | [ recovery-image] Dec 21 05:07:56.684 INFO O| Dec 21 05:07:56.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8214 | 2024-12-21T05:07:57.429Z | [ recovery-image] Dec 21 05:07:56.684 INFO O| Dec 21 05:07:56.684 INFO STEP 17 (ensure_dir) COMPLETE |
8215 | 2024-12-21T05:07:57.429Z | [ recovery-image] Dec 21 05:07:56.684 INFO O| Dec 21 05:07:56.684 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8216 | 2024-12-21T05:07:57.442Z | [ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8217 | 2024-12-21T05:07:57.442Z | [ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8218 | 2024-12-21T05:07:57.442Z | [ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO ok! |
8219 | 2024-12-21T05:07:57.444Z | [ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO STEP 18 (ensure_symlink) COMPLETE |
8220 | 2024-12-21T05:07:57.444Z | [ recovery-image] Dec 21 05:07:56.699 INFO O| Dec 21 05:07:56.699 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8221 | 2024-12-21T05:07:57.456Z | [ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8222 | 2024-12-21T05:07:57.456Z | [ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8223 | 2024-12-21T05:07:57.458Z | [ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO ok! |
8224 | 2024-12-21T05:07:57.458Z | [ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO STEP 19 (ensure_file) COMPLETE |
8225 | 2024-12-21T05:07:57.458Z | [ recovery-image] Dec 21 05:07:56.714 INFO O| Dec 21 05:07:56.714 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8226 | 2024-12-21T05:07:57.472Z | [ recovery-image] Dec 21 05:07:56.728 INFO O| Dec 21 05:07:56.728 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8227 | 2024-12-21T05:07:57.472Z | [ recovery-image] Dec 21 05:07:56.728 INFO O| Dec 21 05:07:56.728 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8228 | 2024-12-21T05:07:57.474Z | [ recovery-image] Dec 21 05:07:56.729 INFO O| Dec 21 05:07:56.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8229 | 2024-12-21T05:07:57.474Z | [ recovery-image] Dec 21 05:07:56.729 INFO O| Dec 21 05:07:56.728 INFO ok! |
8230 | 2024-12-21T05:07:57.474Z | [ recovery-image] Dec 21 05:07:56.729 INFO O| Dec 21 05:07:56.729 INFO STEP 20 (ensure_symlink) COMPLETE |
8231 | 2024-12-21T05:07:57.474Z | [ recovery-image] Dec 21 05:07:56.729 INFO O| Dec 21 05:07:56.729 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8232 | 2024-12-21T05:07:57.485Z | [ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8233 | 2024-12-21T05:07:57.485Z | [ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8234 | 2024-12-21T05:07:57.488Z | [ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8235 | 2024-12-21T05:07:57.488Z | [ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO ok! |
8236 | 2024-12-21T05:07:57.488Z | [ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO STEP 21 (ensure_symlink) COMPLETE |
8237 | 2024-12-21T05:07:57.488Z | [ recovery-image] Dec 21 05:07:56.743 INFO O| Dec 21 05:07:56.743 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8238 | 2024-12-21T05:07:57.498Z | [ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8239 | 2024-12-21T05:07:57.498Z | [ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8240 | 2024-12-21T05:07:57.498Z | [ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8241 | 2024-12-21T05:07:57.501Z | [ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO ok! |
8242 | 2024-12-21T05:07:57.501Z | [ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO STEP 22 (ensure_symlink) COMPLETE |
8243 | 2024-12-21T05:07:57.501Z | [ recovery-image] Dec 21 05:07:56.756 INFO O| Dec 21 05:07:56.756 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8244 | 2024-12-21T05:07:57.510Z | [ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8245 | 2024-12-21T05:07:57.510Z | [ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8246 | 2024-12-21T05:07:57.513Z | [ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8247 | 2024-12-21T05:07:57.513Z | [ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO ok! |
8248 | 2024-12-21T05:07:57.513Z | [ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO STEP 23 (ensure_symlink) COMPLETE |
8249 | 2024-12-21T05:07:57.513Z | [ recovery-image] Dec 21 05:07:56.768 INFO O| Dec 21 05:07:56.768 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8250 | 2024-12-21T05:07:57.525Z | [ recovery-image] Dec 21 05:07:56.783 INFO O| Dec 21 05:07:56.783 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8251 | 2024-12-21T05:07:57.525Z | [ recovery-image] Dec 21 05:07:56.783 INFO O| Dec 21 05:07:56.783 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 ... |
8252 | 2024-12-21T05:07:57.528Z | [ recovery-image] Dec 21 05:07:56.784 INFO O| Dec 21 05:07:56.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8253 | 2024-12-21T05:07:57.528Z | [ recovery-image] Dec 21 05:07:56.784 INFO O| Dec 21 05:07:56.784 INFO ok! |
8254 | 2024-12-21T05:07:57.528Z | [ recovery-image] Dec 21 05:07:56.784 INFO O| Dec 21 05:07:56.784 INFO STEP 24 (ensure_file) COMPLETE |
8255 | 2024-12-21T05:07:57.528Z | [ recovery-image] Dec 21 05:07:56.784 INFO O| Dec 21 05:07:56.784 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8256 | 2024-12-21T05:07:57.541Z | [ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO updating shadow file |
8257 | 2024-12-21T05:07:57.544Z | [ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8258 | 2024-12-21T05:07:57.544Z | [ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8259 | 2024-12-21T05:07:57.544Z | [ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO STEP 25 (shadow) COMPLETE |
8260 | 2024-12-21T05:07:57.544Z | [ recovery-image] Dec 21 05:07:56.799 INFO O| Dec 21 05:07:56.799 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8261 | 2024-12-21T05:07:57.555Z | [ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8262 | 2024-12-21T05:07:57.559Z | [ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8263 | 2024-12-21T05:07:57.559Z | [ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8264 | 2024-12-21T05:07:57.559Z | [ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO ok! |
8265 | 2024-12-21T05:07:57.559Z | [ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO STEP 26 (ensure_file) COMPLETE |
8266 | 2024-12-21T05:07:57.559Z | [ recovery-image] Dec 21 05:07:56.814 INFO O| Dec 21 05:07:56.814 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8267 | 2024-12-21T05:07:57.566Z | [ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8268 | 2024-12-21T05:07:57.569Z | [ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8269 | 2024-12-21T05:07:57.569Z | [ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8270 | 2024-12-21T05:07:57.569Z | [ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO ok! |
8271 | 2024-12-21T05:07:57.569Z | [ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO STEP 27 (ensure_file) COMPLETE |
8272 | 2024-12-21T05:07:57.569Z | [ recovery-image] Dec 21 05:07:56.825 INFO O| Dec 21 05:07:56.825 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8273 | 2024-12-21T05:07:57.578Z | [ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8274 | 2024-12-21T05:07:57.584Z | [ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8275 | 2024-12-21T05:07:57.584Z | [ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8276 | 2024-12-21T05:07:57.584Z | [ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8277 | 2024-12-21T05:07:57.584Z | [ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO ok! |
8278 | 2024-12-21T05:07:57.584Z | [ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO STEP 28 (ensure_file) COMPLETE |
8279 | 2024-12-21T05:07:57.584Z | [ recovery-image] Dec 21 05:07:56.837 INFO O| Dec 21 05:07:56.837 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8280 | 2024-12-21T05:07:57.589Z | [ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8281 | 2024-12-21T05:07:57.589Z | [ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8282 | 2024-12-21T05:07:57.592Z | [ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8283 | 2024-12-21T05:07:57.592Z | [ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO ok! |
8284 | 2024-12-21T05:07:57.592Z | [ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO STEP 29 (ensure_file) COMPLETE |
8285 | 2024-12-21T05:07:57.592Z | [ recovery-image] Dec 21 05:07:56.848 INFO O| Dec 21 05:07:56.848 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8286 | 2024-12-21T05:07:57.601Z | [ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8287 | 2024-12-21T05:07:57.603Z | [ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8288 | 2024-12-21T05:07:57.603Z | [ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8289 | 2024-12-21T05:07:57.604Z | [ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO ok! |
8290 | 2024-12-21T05:07:57.604Z | [ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO STEP 30 (ensure_file) COMPLETE |
8291 | 2024-12-21T05:07:57.604Z | [ recovery-image] Dec 21 05:07:56.860 INFO O| Dec 21 05:07:56.860 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8292 | 2024-12-21T05:07:57.612Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8293 | 2024-12-21T05:07:57.613Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8294 | 2024-12-21T05:07:57.616Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8295 | 2024-12-21T05:07:57.616Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8296 | 2024-12-21T05:07:57.616Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO ok! |
8297 | 2024-12-21T05:07:57.616Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO STEP 31 (ensure_file) COMPLETE |
8298 | 2024-12-21T05:07:57.616Z | [ recovery-image] Dec 21 05:07:56.872 INFO O| Dec 21 05:07:56.872 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8299 | 2024-12-21T05:07:57.627Z | [ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8300 | 2024-12-21T05:07:57.627Z | [ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8301 | 2024-12-21T05:07:57.631Z | [ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8302 | 2024-12-21T05:07:57.631Z | [ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO ok! |
8303 | 2024-12-21T05:07:57.632Z | [ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO STEP 32 (ensure_file) COMPLETE |
8304 | 2024-12-21T05:07:57.632Z | [ recovery-image] Dec 21 05:07:56.885 INFO O| Dec 21 05:07:56.885 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8305 | 2024-12-21T05:07:57.637Z | [ recovery-image] Dec 21 05:07:56.896 INFO O| Dec 21 05:07:56.896 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8306 | 2024-12-21T05:07:57.637Z | [ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8307 | 2024-12-21T05:07:57.640Z | [ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8308 | 2024-12-21T05:07:57.640Z | [ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO ok! |
8309 | 2024-12-21T05:07:57.640Z | [ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO STEP 33 (ensure_file) COMPLETE |
8310 | 2024-12-21T05:07:57.640Z | [ recovery-image] Dec 21 05:07:56.897 INFO O| Dec 21 05:07:56.897 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8311 | 2024-12-21T05:07:57.648Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8312 | 2024-12-21T05:07:57.648Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8313 | 2024-12-21T05:07:57.652Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8314 | 2024-12-21T05:07:57.652Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8315 | 2024-12-21T05:07:57.652Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8316 | 2024-12-21T05:07:57.652Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8317 | 2024-12-21T05:07:57.652Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO ok! |
8318 | 2024-12-21T05:07:57.652Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO STEP 34 (ensure_file) COMPLETE |
8319 | 2024-12-21T05:07:57.652Z | [ recovery-image] Dec 21 05:07:56.908 INFO O| Dec 21 05:07:56.908 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8320 | 2024-12-21T05:07:57.659Z | [ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8321 | 2024-12-21T05:07:57.664Z | [ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8322 | 2024-12-21T05:07:57.664Z | [ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8323 | 2024-12-21T05:07:57.664Z | [ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO STEP 35 (ensure_dir) COMPLETE |
8324 | 2024-12-21T05:07:57.664Z | [ recovery-image] Dec 21 05:07:56.919 INFO O| Dec 21 05:07:56.919 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8325 | 2024-12-21T05:07:57.673Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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 |
8326 | 2024-12-21T05:07:57.673Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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 ... |
8327 | 2024-12-21T05:07:57.675Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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 |
8328 | 2024-12-21T05:07:57.675Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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 |
8329 | 2024-12-21T05:07:57.675Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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 |
8330 | 2024-12-21T05:07:57.675Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 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 |
8331 | 2024-12-21T05:07:57.676Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 INFO ok! |
8332 | 2024-12-21T05:07:57.677Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 INFO STEP 36 (ensure_file) COMPLETE |
8333 | 2024-12-21T05:07:57.677Z | [ recovery-image] Dec 21 05:07:56.933 INFO O| Dec 21 05:07:56.933 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8334 | 2024-12-21T05:07:57.686Z | [ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8335 | 2024-12-21T05:07:57.689Z | [ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 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 ... |
8336 | 2024-12-21T05:07:57.689Z | [ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8337 | 2024-12-21T05:07:57.689Z | [ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO ok! |
8338 | 2024-12-21T05:07:57.689Z | [ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO STEP 37 (ensure_symlink) COMPLETE |
8339 | 2024-12-21T05:07:57.689Z | [ recovery-image] Dec 21 05:07:56.944 INFO O| Dec 21 05:07:56.944 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8340 | 2024-12-21T05:07:57.696Z | [ recovery-image] Dec 21 05:07:56.955 INFO O| Dec 21 05:07:56.955 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8341 | 2024-12-21T05:07:57.696Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.955 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8342 | 2024-12-21T05:07:57.698Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8343 | 2024-12-21T05:07:57.698Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8344 | 2024-12-21T05:07:57.698Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8345 | 2024-12-21T05:07:57.698Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8346 | 2024-12-21T05:07:57.699Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO ok! |
8347 | 2024-12-21T05:07:57.699Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO STEP 38 (ensure_file) COMPLETE |
8348 | 2024-12-21T05:07:57.699Z | [ recovery-image] Dec 21 05:07:56.956 INFO O| Dec 21 05:07:56.956 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8349 | 2024-12-21T05:07:57.707Z | [ recovery-image] Dec 21 05:07:56.966 INFO O| Dec 21 05:07:56.966 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8350 | 2024-12-21T05:07:57.707Z | [ recovery-image] Dec 21 05:07:56.966 INFO O| Dec 21 05:07:56.966 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 ... |
8351 | 2024-12-21T05:07:57.709Z | [ recovery-image] Dec 21 05:07:56.966 INFO O| Dec 21 05:07:56.966 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 |
8352 | 2024-12-21T05:07:57.710Z | [ recovery-image] Dec 21 05:07:56.966 INFO O| Dec 21 05:07:56.966 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8353 | 2024-12-21T05:07:57.710Z | [ recovery-image] Dec 21 05:07:56.967 INFO O| Dec 21 05:07:56.966 INFO ok! |
8354 | 2024-12-21T05:07:57.710Z | [ recovery-image] Dec 21 05:07:56.967 INFO O| Dec 21 05:07:56.967 INFO STEP 39 (ensure_file) COMPLETE |
8355 | 2024-12-21T05:07:57.710Z | [ recovery-image] Dec 21 05:07:56.967 INFO O| Dec 21 05:07:56.967 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8356 | 2024-12-21T05:07:57.717Z | [ recovery-image] Dec 21 05:07:56.977 INFO O| Dec 21 05:07:56.977 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8357 | 2024-12-21T05:07:57.717Z | [ recovery-image] Dec 21 05:07:56.977 INFO O| Dec 21 05:07:56.977 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8358 | 2024-12-21T05:07:57.721Z | [ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8359 | 2024-12-21T05:07:57.721Z | [ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO ok! |
8360 | 2024-12-21T05:07:57.721Z | [ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO STEP 40 (ensure_file) COMPLETE |
8361 | 2024-12-21T05:07:57.721Z | [ recovery-image] Dec 21 05:07:56.978 INFO O| Dec 21 05:07:56.978 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8362 | 2024-12-21T05:07:57.733Z | [ recovery-image] Dec 21 05:07:56.990 INFO O| Dec 21 05:07:56.990 INFO updating shadow file |
8363 | 2024-12-21T05:07:57.739Z | [ recovery-image] Dec 21 05:07:56.991 INFO O| Dec 21 05:07:56.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8364 | 2024-12-21T05:07:57.739Z | [ recovery-image] Dec 21 05:07:56.991 INFO O| Dec 21 05:07:56.991 INFO STEP 41 (shadow) COMPLETE |
8365 | 2024-12-21T05:07:57.739Z | [ recovery-image] Dec 21 05:07:56.991 INFO O| Dec 21 05:07:56.991 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8366 | 2024-12-21T05:07:57.746Z | [ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8367 | 2024-12-21T05:07:57.748Z | [ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8368 | 2024-12-21T05:07:57.748Z | [ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8369 | 2024-12-21T05:07:57.749Z | [ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8370 | 2024-12-21T05:07:57.749Z | [ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO ok! |
8371 | 2024-12-21T05:07:57.749Z | [ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO STEP 42 (ensure_file) COMPLETE |
8372 | 2024-12-21T05:07:57.749Z | [ recovery-image] Dec 21 05:07:57.005 INFO O| Dec 21 05:07:57.005 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8373 | 2024-12-21T05:07:57.762Z | [ recovery-image] Dec 21 05:07:57.021 INFO O| Dec 21 05:07:57.021 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8374 | 2024-12-21T05:07:57.766Z | [ recovery-image] Dec 21 05:07:57.021 INFO O| Dec 21 05:07:57.021 INFO STEP 43 (ensure_dir) COMPLETE |
8375 | 2024-12-21T05:07:57.766Z | [ recovery-image] Dec 21 05:07:57.021 INFO O| Dec 21 05:07:57.021 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8376 | 2024-12-21T05:07:57.773Z | [ recovery-image] Dec 21 05:07:57.032 INFO O| Dec 21 05:07:57.032 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8377 | 2024-12-21T05:07:57.773Z | [ recovery-image] Dec 21 05:07:57.032 INFO O| Dec 21 05:07:57.032 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8378 | 2024-12-21T05:07:57.773Z | [ recovery-image] Dec 21 05:07:57.032 INFO O| Dec 21 05:07:57.032 INFO STEP 44 (ensure_dir) COMPLETE |
8379 | 2024-12-21T05:07:57.776Z | [ recovery-image] Dec 21 05:07:57.032 INFO O| Dec 21 05:07:57.032 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8380 | 2024-12-21T05:07:57.783Z | [ recovery-image] Dec 21 05:07:57.044 INFO O| Dec 21 05:07:57.044 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8381 | 2024-12-21T05:07:57.783Z | [ recovery-image] Dec 21 05:07:57.044 INFO O| Dec 21 05:07:57.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8382 | 2024-12-21T05:07:57.789Z | [ recovery-image] Dec 21 05:07:57.044 INFO O| Dec 21 05:07:57.044 INFO STEP 45 (ensure_dir) COMPLETE |
8383 | 2024-12-21T05:07:57.789Z | [ recovery-image] Dec 21 05:07:57.044 INFO O| Dec 21 05:07:57.044 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8384 | 2024-12-21T05:07:57.796Z | [ recovery-image] Dec 21 05:07:57.057 INFO O| Dec 21 05:07:57.057 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8385 | 2024-12-21T05:07:57.796Z | [ recovery-image] Dec 21 05:07:57.057 INFO O| Dec 21 05:07:57.057 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8386 | 2024-12-21T05:07:57.832Z | [ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8387 | 2024-12-21T05:07:57.832Z | [ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO ok! |
8388 | 2024-12-21T05:07:57.832Z | [ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO STEP 46 (ensure_file) COMPLETE |
8389 | 2024-12-21T05:07:57.836Z | [ recovery-image] Dec 21 05:07:57.091 INFO O| Dec 21 05:07:57.091 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8390 | 2024-12-21T05:07:57.848Z | [ recovery-image] Dec 21 05:07:57.110 INFO O| Dec 21 05:07:57.109 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8391 | 2024-12-21T05:07:57.851Z | [ recovery-image] Dec 21 05:07:57.110 INFO O| Dec 21 05:07:57.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8392 | 2024-12-21T05:07:57.851Z | [ recovery-image] Dec 21 05:07:57.110 INFO O| Dec 21 05:07:57.110 INFO STEP 47 (ensure_dir) COMPLETE |
8393 | 2024-12-21T05:07:57.851Z | [ recovery-image] Dec 21 05:07:57.110 INFO O| Dec 21 05:07:57.110 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8394 | 2024-12-21T05:07:57.863Z | [ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8395 | 2024-12-21T05:07:57.863Z | [ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8396 | 2024-12-21T05:07:57.866Z | [ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8397 | 2024-12-21T05:07:57.866Z | [ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO ok! |
8398 | 2024-12-21T05:07:57.866Z | [ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO STEP 48 (ensure_file) COMPLETE |
8399 | 2024-12-21T05:07:57.866Z | [ recovery-image] Dec 21 05:07:57.124 INFO O| Dec 21 05:07:57.124 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8400 | 2024-12-21T05:07:57.874Z | [ recovery-image] Dec 21 05:07:57.136 INFO O| Dec 21 05:07:57.136 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8401 | 2024-12-21T05:07:57.877Z | [ recovery-image] Dec 21 05:07:57.136 INFO O| Dec 21 05:07:57.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8402 | 2024-12-21T05:07:57.877Z | [ recovery-image] Dec 21 05:07:57.136 INFO O| Dec 21 05:07:57.136 INFO STEP 49 (ensure_dir) COMPLETE |
8403 | 2024-12-21T05:07:57.877Z | [ recovery-image] Dec 21 05:07:57.136 INFO O| Dec 21 05:07:57.136 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8404 | 2024-12-21T05:07:57.886Z | [ recovery-image] Dec 21 05:07:57.147 INFO O| Dec 21 05:07:57.147 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8405 | 2024-12-21T05:07:57.886Z | [ recovery-image] Dec 21 05:07:57.147 INFO O| Dec 21 05:07:57.147 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8406 | 2024-12-21T05:07:57.901Z | [ recovery-image] Dec 21 05:07:57.163 INFO O| Dec 21 05:07:57.163 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8407 | 2024-12-21T05:07:57.901Z | [ recovery-image] Dec 21 05:07:57.163 INFO O| Dec 21 05:07:57.163 INFO ok! |
8408 | 2024-12-21T05:07:57.901Z | [ recovery-image] Dec 21 05:07:57.163 INFO O| Dec 21 05:07:57.163 INFO STEP 50 (ensure_file) COMPLETE |
8409 | 2024-12-21T05:07:57.904Z | [ recovery-image] Dec 21 05:07:57.163 INFO O| Dec 21 05:07:57.163 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8410 | 2024-12-21T05:07:57.913Z | [ recovery-image] Dec 21 05:07:57.175 INFO O| Dec 21 05:07:57.175 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8411 | 2024-12-21T05:07:57.913Z | [ recovery-image] Dec 21 05:07:57.175 INFO O| Dec 21 05:07:57.175 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8412 | 2024-12-21T05:07:58.605Z | [ recovery-image] Dec 21 05:07:57.872 INFO O| Dec 21 05:07:57.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8413 | 2024-12-21T05:07:58.605Z | [ recovery-image] Dec 21 05:07:57.872 INFO O| Dec 21 05:07:57.872 INFO ok! |
8414 | 2024-12-21T05:07:58.609Z | [ recovery-image] Dec 21 05:07:57.873 INFO O| Dec 21 05:07:57.872 INFO STEP 51 (ensure_file) COMPLETE |
8415 | 2024-12-21T05:07:58.609Z | [ recovery-image] Dec 21 05:07:57.873 INFO O| Dec 21 05:07:57.872 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8416 | 2024-12-21T05:07:58.622Z | [ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8417 | 2024-12-21T05:07:58.625Z | [ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8418 | 2024-12-21T05:07:58.625Z | [ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.888 INFO STEP 52 (ensure_dir) COMPLETE |
8419 | 2024-12-21T05:07:58.625Z | [ recovery-image] Dec 21 05:07:57.888 INFO O| Dec 21 05:07:57.888 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8420 | 2024-12-21T05:07:58.632Z | [ recovery-image] Dec 21 05:07:57.900 INFO O| Dec 21 05:07:57.900 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8421 | 2024-12-21T05:07:58.632Z | [ recovery-image] Dec 21 05:07:57.900 INFO O| Dec 21 05:07:57.900 INFO copying /tmp/.tmpreaqKo/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 ... |
8422 | 2024-12-21T05:07:58.635Z | [ recovery-image] Dec 21 05:07:57.901 INFO O| Dec 21 05:07:57.901 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 |
8423 | 2024-12-21T05:07:58.635Z | [ recovery-image] Dec 21 05:07:57.901 INFO O| Dec 21 05:07:57.901 INFO ok! |
8424 | 2024-12-21T05:07:58.635Z | [ recovery-image] Dec 21 05:07:57.901 INFO O| Dec 21 05:07:57.901 INFO STEP 53 (ensure_file) COMPLETE |
8425 | 2024-12-21T05:07:58.635Z | [ recovery-image] Dec 21 05:07:57.901 INFO O| Dec 21 05:07:57.901 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8426 | 2024-12-21T05:07:58.645Z | [ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8427 | 2024-12-21T05:07:58.645Z | [ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO copying /tmp/.tmpreaqKo/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 ... |
8428 | 2024-12-21T05:07:58.649Z | [ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 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 |
8429 | 2024-12-21T05:07:58.649Z | [ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO ok! |
8430 | 2024-12-21T05:07:58.649Z | [ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO STEP 54 (ensure_file) COMPLETE |
8431 | 2024-12-21T05:07:58.649Z | [ recovery-image] Dec 21 05:07:57.912 INFO O| Dec 21 05:07:57.912 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8432 | 2024-12-21T05:07:58.661Z | [ recovery-image] Dec 21 05:07:57.923 INFO O| Dec 21 05:07:57.923 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8433 | 2024-12-21T05:07:58.664Z | [ recovery-image] Dec 21 05:07:57.923 INFO O| Dec 21 05:07:57.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8434 | 2024-12-21T05:07:58.664Z | [ recovery-image] Dec 21 05:07:57.923 INFO O| Dec 21 05:07:57.923 INFO STEP 55 (ensure_dir) COMPLETE |
8435 | 2024-12-21T05:07:58.664Z | [ recovery-image] Dec 21 05:07:57.923 INFO O| Dec 21 05:07:57.923 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8436 | 2024-12-21T05:07:58.668Z | [ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8437 | 2024-12-21T05:07:58.668Z | [ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO copying /tmp/.tmpreaqKo/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 ... |
8438 | 2024-12-21T05:07:58.671Z | [ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8439 | 2024-12-21T05:07:58.671Z | [ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO ok! |
8440 | 2024-12-21T05:07:58.671Z | [ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO STEP 56 (ensure_file) COMPLETE |
8441 | 2024-12-21T05:07:58.671Z | [ recovery-image] Dec 21 05:07:57.937 INFO O| Dec 21 05:07:57.937 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8442 | 2024-12-21T05:07:58.679Z | [ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8443 | 2024-12-21T05:07:58.680Z | [ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO copying /tmp/.tmpreaqKo/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 ... |
8444 | 2024-12-21T05:07:58.682Z | [ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 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 |
8445 | 2024-12-21T05:07:58.682Z | [ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO ok! |
8446 | 2024-12-21T05:07:58.683Z | [ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO STEP 57 (ensure_file) COMPLETE |
8447 | 2024-12-21T05:07:58.683Z | [ recovery-image] Dec 21 05:07:57.948 INFO O| Dec 21 05:07:57.948 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8448 | 2024-12-21T05:07:58.691Z | [ recovery-image] Dec 21 05:07:57.960 INFO O| Dec 21 05:07:57.959 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8449 | 2024-12-21T05:07:58.691Z | [ recovery-image] Dec 21 05:07:57.960 INFO O| Dec 21 05:07:57.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8450 | 2024-12-21T05:07:58.694Z | [ recovery-image] Dec 21 05:07:57.960 INFO O| Dec 21 05:07:57.960 INFO STEP 58 (ensure_dir) COMPLETE |
8451 | 2024-12-21T05:07:58.694Z | [ recovery-image] Dec 21 05:07:57.960 INFO O| Dec 21 05:07:57.960 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8452 | 2024-12-21T05:07:58.703Z | [ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8453 | 2024-12-21T05:07:58.703Z | [ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO copying /tmp/.tmpreaqKo/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 ... |
8454 | 2024-12-21T05:07:58.706Z | [ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8455 | 2024-12-21T05:07:58.706Z | [ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO ok! |
8456 | 2024-12-21T05:07:58.706Z | [ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO STEP 59 (ensure_file) COMPLETE |
8457 | 2024-12-21T05:07:58.706Z | [ recovery-image] Dec 21 05:07:57.972 INFO O| Dec 21 05:07:57.972 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8458 | 2024-12-21T05:07:58.715Z | [ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8459 | 2024-12-21T05:07:58.715Z | [ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8460 | 2024-12-21T05:07:58.715Z | [ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8461 | 2024-12-21T05:07:58.715Z | [ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO ok! |
8462 | 2024-12-21T05:07:58.717Z | [ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO STEP 60 (ensure_file) COMPLETE |
8463 | 2024-12-21T05:07:58.717Z | [ recovery-image] Dec 21 05:07:57.984 INFO O| Dec 21 05:07:57.984 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8464 | 2024-12-21T05:07:58.726Z | [ recovery-image] Dec 21 05:07:57.995 INFO O| Dec 21 05:07:57.995 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8465 | 2024-12-21T05:07:58.726Z | [ recovery-image] Dec 21 05:07:57.995 INFO O| Dec 21 05:07:57.995 INFO STEP 61 (ensure_dir) COMPLETE |
8466 | 2024-12-21T05:07:58.726Z | [ recovery-image] Dec 21 05:07:57.995 INFO O| Dec 21 05:07:57.995 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8467 | 2024-12-21T05:07:58.741Z | [ recovery-image] Dec 21 05:07:58.009 INFO O| Dec 21 05:07:58.009 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8468 | 2024-12-21T05:07:58.741Z | [ recovery-image] Dec 21 05:07:58.009 INFO O| Dec 21 05:07:58.009 INFO STEP 62 (ensure_dir) COMPLETE |
8469 | 2024-12-21T05:07:58.744Z | [ recovery-image] Dec 21 05:07:58.009 INFO O| Dec 21 05:07:58.009 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8470 | 2024-12-21T05:07:58.754Z | [ recovery-image] Dec 21 05:07:58.023 INFO O| Dec 21 05:07:58.023 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8471 | 2024-12-21T05:07:58.754Z | [ recovery-image] Dec 21 05:07:58.023 INFO O| Dec 21 05:07:58.023 INFO STEP 63 (ensure_dir) COMPLETE |
8472 | 2024-12-21T05:07:58.757Z | [ recovery-image] Dec 21 05:07:58.023 INFO O| Dec 21 05:07:58.023 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8473 | 2024-12-21T05:07:58.767Z | [ recovery-image] Dec 21 05:07:58.037 INFO O| Dec 21 05:07:58.037 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8474 | 2024-12-21T05:07:58.770Z | [ recovery-image] Dec 21 05:07:58.037 INFO O| Dec 21 05:07:58.037 INFO STEP 64 (ensure_dir) COMPLETE |
8475 | 2024-12-21T05:07:58.770Z | [ recovery-image] Dec 21 05:07:58.037 INFO O| Dec 21 05:07:58.037 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8476 | 2024-12-21T05:07:58.781Z | [ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.050 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8477 | 2024-12-21T05:07:58.781Z | [ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO copying /tmp/.tmpreaqKo/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8478 | 2024-12-21T05:07:58.781Z | [ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8479 | 2024-12-21T05:07:58.786Z | [ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO ok! |
8480 | 2024-12-21T05:07:58.786Z | [ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO STEP 65 (ensure_file) COMPLETE |
8481 | 2024-12-21T05:07:58.786Z | [ recovery-image] Dec 21 05:07:58.051 INFO O| Dec 21 05:07:58.051 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8482 | 2024-12-21T05:07:58.792Z | [ recovery-image] Dec 21 05:07:58.062 INFO O| Dec 21 05:07:58.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8483 | 2024-12-21T05:07:58.794Z | [ recovery-image] Dec 21 05:07:58.062 INFO O| Dec 21 05:07:58.062 INFO STEP 66 (remove_files) COMPLETE |
8484 | 2024-12-21T05:07:58.794Z | [ recovery-image] Dec 21 05:07:58.062 INFO O| Dec 21 05:07:58.062 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8485 | 2024-12-21T05:07:58.803Z | [ recovery-image] Dec 21 05:07:58.073 INFO O| Dec 21 05:07:58.073 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8486 | 2024-12-21T05:07:58.806Z | [ recovery-image] Dec 21 05:07:58.073 INFO O| Dec 21 05:07:58.073 INFO STEP 67 (remove_files) COMPLETE |
8487 | 2024-12-21T05:07:58.806Z | [ recovery-image] Dec 21 05:07:58.073 INFO O| Dec 21 05:07:58.073 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8488 | 2024-12-21T05:07:58.814Z | [ recovery-image] Dec 21 05:07:58.084 INFO O| Dec 21 05:07:58.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8489 | 2024-12-21T05:07:58.817Z | [ recovery-image] Dec 21 05:07:58.084 INFO O| Dec 21 05:07:58.084 INFO STEP 68 (remove_files) COMPLETE |
8490 | 2024-12-21T05:07:58.817Z | [ recovery-image] Dec 21 05:07:58.084 INFO O| Dec 21 05:07:58.084 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8491 | 2024-12-21T05:07:58.829Z | [ recovery-image] Dec 21 05:07:58.098 INFO O| Dec 21 05:07:58.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8492 | 2024-12-21T05:07:58.831Z | [ recovery-image] Dec 21 05:07:58.098 INFO O| Dec 21 05:07:58.098 INFO STEP 69 (remove_files) COMPLETE |
8493 | 2024-12-21T05:07:58.831Z | [ recovery-image] Dec 21 05:07:58.098 INFO O| Dec 21 05:07:58.098 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8494 | 2024-12-21T05:07:58.840Z | [ recovery-image] Dec 21 05:07:58.109 INFO O| Dec 21 05:07:58.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8495 | 2024-12-21T05:07:58.842Z | [ recovery-image] Dec 21 05:07:58.109 INFO O| Dec 21 05:07:58.109 INFO STEP 70 (remove_files) COMPLETE |
8496 | 2024-12-21T05:07:58.842Z | [ recovery-image] Dec 21 05:07:58.109 INFO O| Dec 21 05:07:58.109 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8497 | 2024-12-21T05:07:58.852Z | [ recovery-image] Dec 21 05:07:58.123 INFO O| Dec 21 05:07:58.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8498 | 2024-12-21T05:07:58.855Z | [ recovery-image] Dec 21 05:07:58.123 INFO O| Dec 21 05:07:58.123 INFO STEP 71 (remove_files) COMPLETE |
8499 | 2024-12-21T05:07:58.855Z | [ recovery-image] Dec 21 05:07:58.123 INFO O| Dec 21 05:07:58.123 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8500 | 2024-12-21T05:07:58.864Z | [ recovery-image] Dec 21 05:07:58.135 INFO O| Dec 21 05:07:58.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8501 | 2024-12-21T05:07:58.864Z | [ recovery-image] Dec 21 05:07:58.135 INFO O| Dec 21 05:07:58.135 INFO STEP 72 (remove_files) COMPLETE |
8502 | 2024-12-21T05:07:58.864Z | [ recovery-image] Dec 21 05:07:58.135 INFO O| Dec 21 05:07:58.135 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8503 | 2024-12-21T05:07:58.880Z | [ recovery-image] Dec 21 05:07:58.149 INFO O| Dec 21 05:07:58.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8504 | 2024-12-21T05:07:58.880Z | [ recovery-image] Dec 21 05:07:58.149 INFO O| Dec 21 05:07:58.149 INFO STEP 73 (remove_files) COMPLETE |
8505 | 2024-12-21T05:07:58.880Z | [ recovery-image] Dec 21 05:07:58.149 INFO O| Dec 21 05:07:58.149 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8506 | 2024-12-21T05:07:58.890Z | [ recovery-image] Dec 21 05:07:58.161 INFO O| Dec 21 05:07:58.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8507 | 2024-12-21T05:07:58.891Z | [ recovery-image] Dec 21 05:07:58.161 INFO O| Dec 21 05:07:58.161 INFO STEP 74 (remove_files) COMPLETE |
8508 | 2024-12-21T05:07:58.893Z | [ recovery-image] Dec 21 05:07:58.161 INFO O| Dec 21 05:07:58.161 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8509 | 2024-12-21T05:07:58.902Z | [ recovery-image] Dec 21 05:07:58.173 INFO O| Dec 21 05:07:58.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8510 | 2024-12-21T05:07:58.902Z | [ recovery-image] Dec 21 05:07:58.173 INFO O| Dec 21 05:07:58.173 INFO STEP 75 (remove_files) COMPLETE |
8511 | 2024-12-21T05:07:58.902Z | [ recovery-image] Dec 21 05:07:58.173 INFO O| Dec 21 05:07:58.173 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8512 | 2024-12-21T05:07:58.917Z | [ recovery-image] Dec 21 05:07:58.188 INFO O| Dec 21 05:07:58.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8513 | 2024-12-21T05:07:58.920Z | [ recovery-image] Dec 21 05:07:58.188 INFO O| Dec 21 05:07:58.188 INFO STEP 76 (remove_files) COMPLETE |
8514 | 2024-12-21T05:07:58.920Z | [ recovery-image] Dec 21 05:07:58.188 INFO O| Dec 21 05:07:58.188 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8515 | 2024-12-21T05:07:58.931Z | [ recovery-image] Dec 21 05:07:58.202 INFO O| Dec 21 05:07:58.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8516 | 2024-12-21T05:07:58.931Z | [ recovery-image] Dec 21 05:07:58.202 INFO O| Dec 21 05:07:58.202 INFO STEP 77 (remove_files) COMPLETE |
8517 | 2024-12-21T05:07:58.931Z | [ recovery-image] Dec 21 05:07:58.202 INFO O| Dec 21 05:07:58.202 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8518 | 2024-12-21T05:07:58.944Z | [ recovery-image] Dec 21 05:07:58.215 INFO O| Dec 21 05:07:58.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8519 | 2024-12-21T05:07:58.944Z | [ recovery-image] Dec 21 05:07:58.215 INFO O| Dec 21 05:07:58.215 INFO STEP 78 (remove_files) COMPLETE |
8520 | 2024-12-21T05:07:58.947Z | [ recovery-image] Dec 21 05:07:58.215 INFO O| Dec 21 05:07:58.215 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8521 | 2024-12-21T05:07:58.956Z | [ recovery-image] Dec 21 05:07:58.227 INFO O| Dec 21 05:07:58.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8522 | 2024-12-21T05:07:58.956Z | [ recovery-image] Dec 21 05:07:58.227 INFO O| Dec 21 05:07:58.227 INFO STEP 79 (remove_files) COMPLETE |
8523 | 2024-12-21T05:07:58.956Z | [ recovery-image] Dec 21 05:07:58.227 INFO O| Dec 21 05:07:58.227 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8524 | 2024-12-21T05:07:58.969Z | [ recovery-image] Dec 21 05:07:58.241 INFO O| Dec 21 05:07:58.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8525 | 2024-12-21T05:07:58.969Z | [ recovery-image] Dec 21 05:07:58.241 INFO O| Dec 21 05:07:58.241 INFO STEP 80 (remove_files) COMPLETE |
8526 | 2024-12-21T05:07:58.969Z | [ recovery-image] Dec 21 05:07:58.241 INFO O| Dec 21 05:07:58.241 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8527 | 2024-12-21T05:07:58.983Z | [ recovery-image] Dec 21 05:07:58.254 INFO O| Dec 21 05:07:58.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8528 | 2024-12-21T05:07:58.984Z | [ recovery-image] Dec 21 05:07:58.254 INFO O| Dec 21 05:07:58.254 INFO STEP 81 (remove_files) COMPLETE |
8529 | 2024-12-21T05:07:58.987Z | [ recovery-image] Dec 21 05:07:58.254 INFO O| Dec 21 05:07:58.254 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8530 | 2024-12-21T05:07:58.994Z | [ recovery-image] Dec 21 05:07:58.266 INFO O| Dec 21 05:07:58.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8531 | 2024-12-21T05:07:58.994Z | [ recovery-image] Dec 21 05:07:58.266 INFO O| Dec 21 05:07:58.266 INFO STEP 82 (remove_files) COMPLETE |
8532 | 2024-12-21T05:07:58.994Z | [ recovery-image] Dec 21 05:07:58.266 INFO O| Dec 21 05:07:58.266 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8533 | 2024-12-21T05:07:59.005Z | [ recovery-image] Dec 21 05:07:58.277 INFO O| Dec 21 05:07:58.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8534 | 2024-12-21T05:07:59.007Z | [ recovery-image] Dec 21 05:07:58.277 INFO O| Dec 21 05:07:58.277 INFO STEP 83 (remove_files) COMPLETE |
8535 | 2024-12-21T05:07:59.007Z | [ recovery-image] Dec 21 05:07:58.277 INFO O| Dec 21 05:07:58.277 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8536 | 2024-12-21T05:07:59.018Z | [ recovery-image] Dec 21 05:07:58.290 INFO O| Dec 21 05:07:58.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8537 | 2024-12-21T05:07:59.018Z | [ recovery-image] Dec 21 05:07:58.290 INFO O| Dec 21 05:07:58.290 INFO STEP 84 (remove_files) COMPLETE |
8538 | 2024-12-21T05:07:59.018Z | [ recovery-image] Dec 21 05:07:58.290 INFO O| Dec 21 05:07:58.290 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8539 | 2024-12-21T05:07:59.029Z | [ recovery-image] Dec 21 05:07:58.301 INFO O| Dec 21 05:07:58.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8540 | 2024-12-21T05:07:59.029Z | [ recovery-image] Dec 21 05:07:58.301 INFO O| Dec 21 05:07:58.301 INFO STEP 85 (remove_files) COMPLETE |
8541 | 2024-12-21T05:07:59.029Z | [ recovery-image] Dec 21 05:07:58.301 INFO O| Dec 21 05:07:58.301 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8542 | 2024-12-21T05:07:59.042Z | [ recovery-image] Dec 21 05:07:58.314 INFO O| Dec 21 05:07:58.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8543 | 2024-12-21T05:07:59.047Z | [ recovery-image] Dec 21 05:07:58.315 INFO O| Dec 21 05:07:58.315 INFO STEP 86 (remove_files) COMPLETE |
8544 | 2024-12-21T05:07:59.047Z | [ recovery-image] Dec 21 05:07:58.315 INFO O| Dec 21 05:07:58.315 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8545 | 2024-12-21T05:07:59.054Z | [ recovery-image] Dec 21 05:07:58.326 INFO O| Dec 21 05:07:58.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8546 | 2024-12-21T05:07:59.054Z | [ recovery-image] Dec 21 05:07:58.326 INFO O| Dec 21 05:07:58.326 INFO STEP 87 (remove_files) COMPLETE |
8547 | 2024-12-21T05:07:59.054Z | [ recovery-image] Dec 21 05:07:58.326 INFO O| Dec 21 05:07:58.326 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8548 | 2024-12-21T05:07:59.067Z | [ recovery-image] Dec 21 05:07:58.339 INFO O| Dec 21 05:07:58.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8549 | 2024-12-21T05:07:59.067Z | [ recovery-image] Dec 21 05:07:58.340 INFO O| Dec 21 05:07:58.340 INFO STEP 88 (remove_files) COMPLETE |
8550 | 2024-12-21T05:07:59.070Z | [ recovery-image] Dec 21 05:07:58.340 INFO O| Dec 21 05:07:58.340 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8551 | 2024-12-21T05:07:59.079Z | [ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8552 | 2024-12-21T05:07:59.079Z | [ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO STEP 89 (remove_files) COMPLETE |
8553 | 2024-12-21T05:07:59.079Z | [ recovery-image] Dec 21 05:07:58.352 INFO O| Dec 21 05:07:58.352 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8554 | 2024-12-21T05:07:59.096Z | [ recovery-image] Dec 21 05:07:58.365 INFO O| Dec 21 05:07:58.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8555 | 2024-12-21T05:07:59.097Z | [ recovery-image] Dec 21 05:07:58.365 INFO O| Dec 21 05:07:58.365 INFO STEP 90 (remove_files) COMPLETE |
8556 | 2024-12-21T05:07:59.097Z | [ recovery-image] Dec 21 05:07:58.365 INFO O| Dec 21 05:07:58.365 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8557 | 2024-12-21T05:07:59.106Z | [ recovery-image] Dec 21 05:07:58.378 INFO O| Dec 21 05:07:58.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8558 | 2024-12-21T05:07:59.106Z | [ recovery-image] Dec 21 05:07:58.378 INFO O| Dec 21 05:07:58.378 INFO STEP 91 (remove_files) COMPLETE |
8559 | 2024-12-21T05:07:59.108Z | [ recovery-image] Dec 21 05:07:58.378 INFO O| Dec 21 05:07:58.378 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8560 | 2024-12-21T05:07:59.117Z | [ recovery-image] Dec 21 05:07:58.389 INFO O| Dec 21 05:07:58.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8561 | 2024-12-21T05:07:59.117Z | [ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.389 INFO STEP 92 (remove_files) COMPLETE |
8562 | 2024-12-21T05:07:59.119Z | [ recovery-image] Dec 21 05:07:58.390 INFO O| Dec 21 05:07:58.389 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8563 | 2024-12-21T05:07:59.130Z | [ recovery-image] Dec 21 05:07:58.402 INFO O| Dec 21 05:07:58.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8564 | 2024-12-21T05:07:59.130Z | [ recovery-image] Dec 21 05:07:58.403 INFO O| Dec 21 05:07:58.402 INFO STEP 93 (remove_files) COMPLETE |
8565 | 2024-12-21T05:07:59.130Z | [ recovery-image] Dec 21 05:07:58.403 INFO O| Dec 21 05:07:58.402 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8566 | 2024-12-21T05:07:59.141Z | [ recovery-image] Dec 21 05:07:58.414 INFO O| Dec 21 05:07:58.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8567 | 2024-12-21T05:07:59.141Z | [ recovery-image] Dec 21 05:07:58.414 INFO O| Dec 21 05:07:58.414 INFO STEP 94 (remove_files) COMPLETE |
8568 | 2024-12-21T05:07:59.144Z | [ recovery-image] Dec 21 05:07:58.414 INFO O| Dec 21 05:07:58.414 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8569 | 2024-12-21T05:07:59.162Z | [ recovery-image] Dec 21 05:07:58.435 INFO O| Dec 21 05:07:58.435 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8570 | 2024-12-21T05:07:59.165Z | [ recovery-image] Dec 21 05:07:58.435 INFO O| Dec 21 05:07:58.435 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], 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"} |
8571 | 2024-12-21T05:08:05.722Z | [ recovery-image] Dec 21 05:08:05.055 INFO O| Dec 21 05:08:05.054 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 |
8572 | 2024-12-21T05:08:05.722Z | [ recovery-image] Dec 21 05:08:05.055 INFO O| Dec 21 05:08:05.055 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8573 | 2024-12-21T05:08:05.736Z | [ recovery-image] Dec 21 05:08:05.068 INFO O| Dec 21 05:08:05.068 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8574 | 2024-12-21T05:08:05.820Z | [ recovery-image] Dec 21 05:08:05.154 INFO O| Dec 21 05:08:05.154 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8575 | 2024-12-21T05:08:05.820Z | [ recovery-image] Dec 21 05:08:05.154 INFO O| Dec 21 05:08:05.154 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 ... |
8576 | 2024-12-21T05:08:05.824Z | [ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8577 | 2024-12-21T05:08:05.824Z | [ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO ok! |
8578 | 2024-12-21T05:08:05.824Z | [ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8579 | 2024-12-21T05:08:05.825Z | [ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO STEP 95 (seed_smf) COMPLETE |
8580 | 2024-12-21T05:08:05.825Z | [ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO steps complete; finalising image! |
8581 | 2024-12-21T05:08:05.825Z | [ recovery-image] Dec 21 05:08:05.156 INFO O| Dec 21 05:08:05.156 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8582 | 2024-12-21T05:08:05.861Z | [ recovery-image] Dec 21 05:08:05.194 INFO O| Dec 21 05:08:05.194 INFO trim TEMPORARY-gimlet-zfs-recovery: (5% trimmed, started at Sat Dec 21 05:08:05 2024) |
8583 | 2024-12-21T05:08:06.067Z | [ recovery-image] Dec 21 05:08:05.402 INFO O| Dec 21 05:08:05.402 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Dec 21 05:08:05 2024) |
8584 | 2024-12-21T05:08:06.274Z | [ recovery-image] Dec 21 05:08:05.612 INFO O| Dec 21 05:08:05.612 INFO trim TEMPORARY-gimlet-zfs-recovery: (62% trimmed, started at Sat Dec 21 05:08:05 2024) |
8585 | 2024-12-21T05:08:06.499Z | [ recovery-image] Dec 21 05:08:05.838 INFO O| Dec 21 05:08:05.838 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio |
8586 | 2024-12-21T05:08:06.499Z | [ recovery-image] Dec 21 05:08:05.838 INFO O| Dec 21 05:08:05.838 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8587 | 2024-12-21T05:08:06.764Z | [ recovery-image] Dec 21 05:08:06.106 INFO O| Dec 21 05:08:06.106 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 |
8588 | 2024-12-21T05:08:06.764Z | [ recovery-image] Dec 21 05:08:06.106 INFO O| Dec 21 05:08:06.106 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8589 | 2024-12-21T05:08:11.343Z | [ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8590 | 2024-12-21T05:08:11.343Z | [ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8591 | 2024-12-21T05:08:11.346Z | [ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8592 | 2024-12-21T05:08:11.346Z | [ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO completed processing gimlet/zfs-recovery |
8593 | 2024-12-21T05:08:11.346Z | [ recovery-image] Dec 21 05:08:10.727 INFO O| Dec 21 05:08:10.727 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8594 | 2024-12-21T05:08:11.816Z | [ recovery-image] Dec 21 05:08:11.204 INFO O| Dec 21 05:08:11.204 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8595 | 2024-12-21T05:08:11.946Z | [ recovery-image] Dec 21 05:08:11.335 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8596 | 2024-12-21T05:08:11.948Z | [ recovery-image] Dec 21 05:08:11.336 INFO expanded image name: "recovery 3c83ce0/${os_short_commit} 2024-12-21 04:34" -> "recovery 3c83ce0/37a4469 2024-12-21 04:34" |
8597 | 2024-12-21T05:08:11.949Z | [ recovery-image] Dec 21 05:08:11.336 INFO output artefacts stored in: "/work/os-recovery" |
8598 | 2024-12-21T05:08:11.949Z | [ recovery-image] Dec 21 05:08:11.336 INFO collecting git info from project "image-builder"... |
8599 | 2024-12-21T05:08:11.992Z | [ recovery-image] Dec 21 05:08:11.381 INFO collecting git info from project "pinprick"... |
8600 | 2024-12-21T05:08:12.004Z | [ recovery-image] Dec 21 05:08:11.394 INFO collecting git info from project "phbl"... |
8601 | 2024-12-21T05:08:12.015Z | [ recovery-image] Dec 21 05:08:11.405 INFO collecting git info from project "pilot"... |
8602 | 2024-12-21T05:08:12.036Z | [ recovery-image] Dec 21 05:08:11.426 INFO collecting git info from project "chelsio-t6-roms"... |
8603 | 2024-12-21T05:08:12.078Z | [ recovery-image] Dec 21 05:08:11.468 INFO collecting git info from project "bootserver"... |
8604 | 2024-12-21T05:08:12.280Z | [ recovery-image] Dec 21 05:08:11.672 INFO collecting git info from project "amd-firmware"... |
8605 | 2024-12-21T05:08:12.917Z | [ recovery-image] Dec 21 05:08:12.316 INFO collecting git info from project "amd-host-image-builder"... |
8606 | 2024-12-21T05:08:13.806Z | [ recovery-image] Dec 21 05:08:12.919 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8607 | 2024-12-21T05:08:14.618Z | [ recovery-image] Dec 21 05:08:14.031 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8608 | 2024-12-21T05:08:15.382Z | [ recovery-image] Dec 21 05:08:14.803 INFO creating Oxide boot image... |
8609 | 2024-12-21T05:08:15.385Z | [ recovery-image] Dec 21 05:08:14.803 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 3c83ce0/37a4469 2024-12-21 04:34", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8610 | 2024-12-21T05:09:19.023Z | [ host-image] Dec 21 05:09:19.020 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8611 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.021 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8612 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.021 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8613 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.021 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8614 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.021 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8615 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.022 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8616 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.023 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8617 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.023 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8618 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.023 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8619 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.023 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8620 | 2024-12-21T05:09:19.026Z | [ host-image] Dec 21 05:09:19.024 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8621 | 2024-12-21T05:09:19.028Z | [ host-image] Dec 21 05:09:19.026 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8622 | 2024-12-21T05:09:19.028Z | [ host-image] Dec 21 05:09:19.028 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8623 | 2024-12-21T05:09:19.031Z | [ host-image] Dec 21 05:09:19.029 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8624 | 2024-12-21T05:09:19.031Z | [ host-image] Dec 21 05:09:19.029 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8625 | 2024-12-21T05:09:19.031Z | [ host-image] Dec 21 05:09:19.030 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8626 | 2024-12-21T05:09:19.032Z | [ host-image] Dec 21 05:09:19.031 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8627 | 2024-12-21T05:09:19.032Z | [ host-image] Dec 21 05:09:19.031 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8628 | 2024-12-21T05:09:19.032Z | [ host-image] Dec 21 05:09:19.031 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8629 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.032 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8630 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.032 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8631 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.032 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8632 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.032 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8633 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.033 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8634 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.033 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8635 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.033 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8636 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8637 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8638 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8639 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8640 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8641 | 2024-12-21T05:09:19.035Z | [ host-image] Dec 21 05:09:19.034 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8642 | 2024-12-21T05:09:19.038Z | [ host-image] Dec 21 05:09:19.035 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8643 | 2024-12-21T05:09:19.039Z | [ host-image] Dec 21 05:09:19.035 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8644 | 2024-12-21T05:09:19.039Z | [ host-image] Dec 21 05:09:19.037 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8645 | 2024-12-21T05:09:19.039Z | [ host-image] Dec 21 05:09:19.037 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8646 | 2024-12-21T05:09:19.050Z | [ host-image] Dec 21 05:09:19.050 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8647 | 2024-12-21T05:09:19.050Z | [ host-image] Dec 21 05:09:19.050 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8648 | 2024-12-21T05:09:19.053Z | [ host-image] Dec 21 05:09:19.050 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8649 | 2024-12-21T05:09:19.053Z | [ host-image] Dec 21 05:09:19.051 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8650 | 2024-12-21T05:09:19.053Z | [ host-image] Dec 21 05:09:19.052 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8651 | 2024-12-21T05:09:19.053Z | [ host-image] Dec 21 05:09:19.052 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8652 | 2024-12-21T05:09:19.053Z | [ host-image] Dec 21 05:09:19.052 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8653 | 2024-12-21T05:09:19.053Z | [ host-image] Dec 21 05:09:19.053 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8654 | 2024-12-21T05:09:19.056Z | [ host-image] Dec 21 05:09:19.054 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8655 | 2024-12-21T05:09:19.056Z | [ host-image] Dec 21 05:09:19.055 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8656 | 2024-12-21T05:09:19.073Z | [ host-image] Dec 21 05:09:19.073 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8657 | 2024-12-21T05:09:19.073Z | [ host-image] Dec 21 05:09:19.073 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8658 | 2024-12-21T05:09:19.076Z | [ host-image] Dec 21 05:09:19.073 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8659 | 2024-12-21T05:09:19.076Z | [ host-image] Dec 21 05:09:19.074 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8660 | 2024-12-21T05:09:19.076Z | [ host-image] Dec 21 05:09:19.075 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8661 | 2024-12-21T05:09:19.076Z | [ host-image] Dec 21 05:09:19.075 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8662 | 2024-12-21T05:09:19.130Z | [ host-image] Dec 21 05:09:19.130 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8663 | 2024-12-21T05:09:19.133Z | [ host-image] Dec 21 05:09:19.131 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8664 | 2024-12-21T05:09:19.133Z | [ host-image] Dec 21 05:09:19.132 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8665 | 2024-12-21T05:09:19.133Z | [ host-image] Dec 21 05:09:19.133 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8666 | 2024-12-21T05:09:19.133Z | [ host-image] Dec 21 05:09:19.133 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8667 | 2024-12-21T05:09:19.133Z | [ host-image] Dec 21 05:09:19.133 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8668 | 2024-12-21T05:09:19.133Z | [ host-image] Dec 21 05:09:19.133 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8669 | 2024-12-21T05:09:19.134Z | [ host-image] Dec 21 05:09:19.134 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8670 | 2024-12-21T05:09:19.139Z | [ host-image] Dec 21 05:09:19.134 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8671 | 2024-12-21T05:09:19.139Z | [ host-image] Dec 21 05:09:19.134 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8672 | 2024-12-21T05:09:19.139Z | [ host-image] Dec 21 05:09:19.134 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8673 | 2024-12-21T05:09:19.139Z | [ host-image] Dec 21 05:09:19.135 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8674 | 2024-12-21T05:09:19.142Z | [ host-image] Dec 21 05:09:19.142 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8675 | 2024-12-21T05:09:19.142Z | [ host-image] Dec 21 05:09:19.142 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8676 | 2024-12-21T05:09:19.142Z | [ host-image] Dec 21 05:09:19.142 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8677 | 2024-12-21T05:09:19.142Z | [ host-image] Dec 21 05:09:19.143 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8678 | 2024-12-21T05:09:19.142Z | [ host-image] Dec 21 05:09:19.143 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8679 | 2024-12-21T05:09:19.181Z | [ host-image] Dec 21 05:09:19.182 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8680 | 2024-12-21T05:09:19.185Z | [ host-image] Dec 21 05:09:19.182 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8681 | 2024-12-21T05:09:19.186Z | [ host-image] Dec 21 05:09:19.185 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8682 | 2024-12-21T05:09:19.188Z | [ host-image] Dec 21 05:09:19.186 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8683 | 2024-12-21T05:09:19.188Z | [ host-image] Dec 21 05:09:19.186 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8684 | 2024-12-21T05:09:19.188Z | [ host-image] Dec 21 05:09:19.187 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8685 | 2024-12-21T05:09:19.188Z | [ host-image] Dec 21 05:09:19.188 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8686 | 2024-12-21T05:09:19.188Z | [ host-image] Dec 21 05:09:19.188 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8687 | 2024-12-21T05:09:19.188Z | [ host-image] Dec 21 05:09:19.188 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8688 | 2024-12-21T05:09:19.193Z | [ host-image] Dec 21 05:09:19.194 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8689 | 2024-12-21T05:09:19.195Z | [ host-image] Dec 21 05:09:19.195 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8690 | 2024-12-21T05:09:19.195Z | [ host-image] Dec 21 05:09:19.196 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8691 | 2024-12-21T05:09:19.196Z | [ host-image] Dec 21 05:09:19.196 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8692 | 2024-12-21T05:09:19.196Z | [ host-image] Dec 21 05:09:19.196 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8693 | 2024-12-21T05:09:19.196Z | [ host-image] Dec 21 05:09:19.196 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8694 | 2024-12-21T05:09:19.196Z | [ host-image] Dec 21 05:09:19.197 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8695 | 2024-12-21T05:09:19.199Z | [ host-image] Dec 21 05:09:19.197 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8696 | 2024-12-21T05:09:19.209Z | [ host-image] Dec 21 05:09:19.210 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8697 | 2024-12-21T05:09:19.209Z | [ host-image] Dec 21 05:09:19.210 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8698 | 2024-12-21T05:09:19.212Z | [ host-image] Dec 21 05:09:19.213 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8699 | 2024-12-21T05:09:19.215Z | [ host-image] Dec 21 05:09:19.216 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8700 | 2024-12-21T05:09:19.215Z | [ host-image] Dec 21 05:09:19.216 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8701 | 2024-12-21T05:09:19.217Z | [ host-image] Dec 21 05:09:19.217 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8702 | 2024-12-21T05:09:19.217Z | [ host-image] Dec 21 05:09:19.218 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8703 | 2024-12-21T05:09:19.217Z | [ host-image] Dec 21 05:09:19.218 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8704 | 2024-12-21T05:09:19.233Z | [ host-image] Dec 21 05:09:19.234 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8705 | 2024-12-21T05:09:19.235Z | [ host-image] Dec 21 05:09:19.234 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8706 | 2024-12-21T05:09:19.235Z | [ host-image] Dec 21 05:09:19.235 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8707 | 2024-12-21T05:09:19.236Z | [ host-image] Dec 21 05:09:19.237 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8708 | 2024-12-21T05:09:19.236Z | [ host-image] Dec 21 05:09:19.237 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8709 | 2024-12-21T05:09:19.270Z | [ host-image] Dec 21 05:09:19.272 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8710 | 2024-12-21T05:09:19.270Z | [ host-image] Dec 21 05:09:19.272 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8711 | 2024-12-21T05:09:19.273Z | [ host-image] Dec 21 05:09:19.272 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8712 | 2024-12-21T05:09:19.273Z | [ host-image] Dec 21 05:09:19.273 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8713 | 2024-12-21T05:09:19.273Z | [ host-image] Dec 21 05:09:19.273 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8714 | 2024-12-21T05:09:19.316Z | [ host-image] Dec 21 05:09:19.318 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8715 | 2024-12-21T05:09:19.319Z | [ host-image] Dec 21 05:09:19.319 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8716 | 2024-12-21T05:09:19.319Z | [ host-image] Dec 21 05:09:19.319 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8717 | 2024-12-21T05:09:19.319Z | [ host-image] Dec 21 05:09:19.319 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8718 | 2024-12-21T05:09:19.319Z | [ host-image] Dec 21 05:09:19.321 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8719 | 2024-12-21T05:09:19.322Z | [ host-image] Dec 21 05:09:19.322 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8720 | 2024-12-21T05:09:19.322Z | [ host-image] Dec 21 05:09:19.323 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8721 | 2024-12-21T05:09:19.322Z | [ host-image] Dec 21 05:09:19.323 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8722 | 2024-12-21T05:09:19.322Z | [ host-image] Dec 21 05:09:19.324 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8723 | 2024-12-21T05:09:19.322Z | [ host-image] Dec 21 05:09:19.324 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8724 | 2024-12-21T05:09:19.325Z | [ host-image] Dec 21 05:09:19.325 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8725 | 2024-12-21T05:09:19.325Z | [ host-image] Dec 21 05:09:19.325 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8726 | 2024-12-21T05:09:19.325Z | [ host-image] Dec 21 05:09:19.325 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8727 | 2024-12-21T05:09:19.328Z | [ host-image] Dec 21 05:09:19.330 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8728 | 2024-12-21T05:09:19.328Z | [ host-image] Dec 21 05:09:19.330 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8729 | 2024-12-21T05:09:19.330Z | [ host-image] Dec 21 05:09:19.333 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8730 | 2024-12-21T05:09:19.333Z | [ host-image] Dec 21 05:09:19.333 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8731 | 2024-12-21T05:09:19.333Z | [ host-image] Dec 21 05:09:19.333 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8732 | 2024-12-21T05:09:19.333Z | [ host-image] Dec 21 05:09:19.334 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8733 | 2024-12-21T05:09:19.334Z | [ host-image] Dec 21 05:09:19.334 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8734 | 2024-12-21T05:09:19.334Z | [ host-image] Dec 21 05:09:19.334 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8735 | 2024-12-21T05:09:19.334Z | [ host-image] Dec 21 05:09:19.334 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8736 | 2024-12-21T05:09:19.334Z | [ host-image] Dec 21 05:09:19.335 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8737 | 2024-12-21T05:09:19.337Z | [ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8738 | 2024-12-21T05:09:19.337Z | [ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8739 | 2024-12-21T05:09:19.337Z | [ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8740 | 2024-12-21T05:09:19.337Z | [ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8741 | 2024-12-21T05:09:19.337Z | [ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8742 | 2024-12-21T05:09:19.337Z | [ host-image] Dec 21 05:09:19.336 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8743 | 2024-12-21T05:09:19.337Z | [ host-image] Dec 21 05:09:19.338 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8744 | 2024-12-21T05:09:19.340Z | [ host-image] Dec 21 05:09:19.340 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8745 | 2024-12-21T05:09:19.340Z | [ host-image] Dec 21 05:09:19.340 INFO O| tempdir @ "/tmp/.tmpVSzXni/tmp" |
8746 | 2024-12-21T05:09:19.340Z | [ host-image] Dec 21 05:09:19.340 INFO O| image root @ "/tmp/.tmpVSzXni/tmp/root" |
8747 | 2024-12-21T05:09:19.340Z | [ host-image] Dec 21 05:09:19.340 INFO O| creating image... |
8748 | 2024-12-21T05:09:20.208Z | [ host-image] Dec 21 05:09:20.218 INFO O| copying publishers... |
8749 | 2024-12-21T05:09:26.848Z | [ recovery-image] Dec 21 05:09:26.735 INFO O| ok, image written! |
8750 | 2024-12-21T05:09:26.848Z | [ recovery-image] Dec 21 05:09:26.735 INFO O| ok, boot_image_csum file written! |
8751 | 2024-12-21T05:09:26.852Z | [ recovery-image] Dec 21 05:09:26.741 INFO creating boot archive (CPIO)... |
8752 | 2024-12-21T05:09:26.853Z | [ recovery-image] Dec 21 05:09:26.741 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 |
8753 | 2024-12-21T05:09:26.879Z | [ recovery-image] Dec 21 05:09:26.765 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8754 | 2024-12-21T05:09:26.879Z | [ recovery-image] Dec 21 05:09:26.765 INFO E| + outfile=/work/os-recovery/cpio |
8755 | 2024-12-21T05:09:26.879Z | [ recovery-image] Dec 21 05:09:26.765 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8756 | 2024-12-21T05:09:26.882Z | [ recovery-image] Dec 21 05:09:26.769 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8757 | 2024-12-21T05:09:26.884Z | [ recovery-image] Dec 21 05:09:26.769 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8758 | 2024-12-21T05:09:26.930Z | [ recovery-image] Dec 21 05:09:26.813 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8759 | 2024-12-21T05:09:26.930Z | [ recovery-image] Dec 21 05:09:26.813 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8760 | 2024-12-21T05:09:26.940Z | [ recovery-image] Dec 21 05:09:26.823 INFO creating compressed cpio/unix for nanobl-rs... |
8761 | 2024-12-21T05:09:26.940Z | [ recovery-image] Dec 21 05:09:26.823 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 |
8762 | 2024-12-21T05:09:27.352Z | [ recovery-image] Dec 21 05:09:27.213 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8763 | 2024-12-21T05:09:33.853Z | [ recovery-image] Dec 21 05:09:33.363 INFO creating reset image... |
8764 | 2024-12-21T05:09:33.857Z | [ recovery-image] Dec 21 05:09:33.363 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8765 | 2024-12-21T05:09:34.695Z | [ recovery-image] Dec 21 05:09:34.160 INFO E| Updating crates.io index |
8766 | 2024-12-21T05:09:35.057Z | [ recovery-image] Dec 21 05:09:34.502 INFO E| Downloading crates ... |
8767 | 2024-12-21T05:09:35.138Z | [ recovery-image] Dec 21 05:09:34.579 INFO E| Downloaded shared_child v1.0.1 |
8768 | 2024-12-21T05:09:35.141Z | [ recovery-image] Dec 21 05:09:34.581 INFO E| Downloaded clap v4.5.17 |
8769 | 2024-12-21T05:09:35.157Z | [ recovery-image] Dec 21 05:09:34.596 INFO E| Downloaded os_pipe v1.2.1 |
8770 | 2024-12-21T05:09:35.159Z | [ recovery-image] Dec 21 05:09:34.599 INFO E| Downloaded duct v0.13.7 |
8771 | 2024-12-21T05:09:35.162Z | [ recovery-image] Dec 21 05:09:34.602 INFO E| Downloaded clap_builder v4.5.17 |
8772 | 2024-12-21T05:09:35.217Z | [ recovery-image] Dec 21 05:09:34.653 INFO E| Downloaded syn v2.0.77 |
8773 | 2024-12-21T05:09:35.260Z | [ recovery-image] Dec 21 05:09:34.693 INFO E| Downloaded clap_derive v4.5.13 |
8774 | 2024-12-21T05:09:35.317Z | [ recovery-image] Dec 21 05:09:34.749 INFO E| Downloaded libc v0.2.158 |
8775 | 2024-12-21T05:09:35.475Z | [ recovery-image] Dec 21 05:09:34.897 INFO E| Compiling proc-macro2 v1.0.86 |
8776 | 2024-12-21T05:09:35.475Z | [ recovery-image] Dec 21 05:09:34.897 INFO E| Compiling unicode-ident v1.0.13 |
8777 | 2024-12-21T05:09:35.475Z | [ recovery-image] Dec 21 05:09:34.897 INFO E| Compiling libc v0.2.158 |
8778 | 2024-12-21T05:09:35.477Z | [ recovery-image] Dec 21 05:09:34.897 INFO E| Compiling utf8parse v0.2.2 |
8779 | 2024-12-21T05:09:35.478Z | [ recovery-image] Dec 21 05:09:34.898 INFO E| Compiling anstyle-query v1.1.1 |
8780 | 2024-12-21T05:09:35.478Z | [ recovery-image] Dec 21 05:09:34.898 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8781 | 2024-12-21T05:09:35.478Z | [ recovery-image] Dec 21 05:09:34.898 INFO E| Compiling colorchoice v1.0.2 |
8782 | 2024-12-21T05:09:35.478Z | [ recovery-image] Dec 21 05:09:34.898 INFO E| Compiling anstyle v1.0.8 |
8783 | 2024-12-21T05:09:35.980Z | [ recovery-image] Dec 21 05:09:35.375 INFO E| Compiling anstyle-parse v0.2.5 |
8784 | 2024-12-21T05:09:35.982Z | [ recovery-image] Dec 21 05:09:35.375 INFO E| Compiling heck v0.5.0 |
8785 | 2024-12-21T05:09:35.982Z | [ recovery-image] Dec 21 05:09:35.376 INFO E| Compiling clap_lex v0.7.2 |
8786 | 2024-12-21T05:09:36.193Z | [ recovery-image] Dec 21 05:09:35.576 INFO E| Compiling strsim v0.11.1 |
8787 | 2024-12-21T05:09:36.270Z | [ recovery-image] Dec 21 05:09:35.649 INFO E| Compiling once_cell v1.19.0 |
8788 | 2024-12-21T05:09:36.759Z | [ recovery-image] Dec 21 05:09:36.112 INFO E| Compiling anstream v0.6.15 |
8789 | 2024-12-21T05:09:37.449Z | [ recovery-image] Dec 21 05:09:36.765 INFO E| Compiling clap_builder v4.5.17 |
8790 | 2024-12-21T05:09:38.481Z | [ recovery-image] Dec 21 05:09:37.742 INFO E| Compiling os_pipe v1.2.1 |
8791 | 2024-12-21T05:09:38.481Z | [ recovery-image] Dec 21 05:09:37.742 INFO E| Compiling shared_child v1.0.1 |
8792 | 2024-12-21T05:09:38.722Z | [ recovery-image] Dec 21 05:09:37.969 INFO E| Compiling duct v0.13.7 |
8793 | 2024-12-21T05:09:38.931Z | [ recovery-image] Dec 21 05:09:38.167 INFO E| Compiling quote v1.0.37 |
8794 | 2024-12-21T05:09:39.560Z | [ recovery-image] Dec 21 05:09:38.762 INFO E| Compiling syn v2.0.77 |
8795 | 2024-12-21T05:09:45.019Z | [ host-image] Dec 21 05:09:43.926 INFO O| adding properties... |
8796 | 2024-12-21T05:09:48.030Z | [ host-image] Dec 21 05:09:46.775 INFO O| installing packages... |
8797 | 2024-12-21T05:09:48.522Z | [ recovery-image] Dec 21 05:09:46.922 INFO E| Compiling clap_derive v4.5.13 |
8798 | 2024-12-21T05:09:52.845Z | [ recovery-image] Dec 21 05:09:51.330 INFO E| Compiling clap v4.5.17 |
8799 | 2024-12-21T05:09:52.938Z | [ recovery-image] Dec 21 05:09:51.418 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8800 | 2024-12-21T05:09:55.027Z | [ recovery-image] Dec 21 05:09:53.395 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.14s |
8801 | 2024-12-21T05:09:55.042Z | [ recovery-image] Dec 21 05:09:53.409 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8802 | 2024-12-21T05:09:55.351Z | [ recovery-image] Dec 21 05:09:53.701 INFO E| Updating crates.io index |
8803 | 2024-12-21T05:09:55.616Z | [ recovery-image] Dec 21 05:09:53.950 INFO E| Downloading crates ... |
8804 | 2024-12-21T05:09:55.826Z | [ recovery-image] Dec 21 05:09:54.160 INFO E| Downloaded bitstruct v0.1.1 |
8805 | 2024-12-21T05:09:55.828Z | [ recovery-image] Dec 21 05:09:54.163 INFO E| Downloaded bitstruct_derive v0.1.0 |
8806 | 2024-12-21T05:09:55.831Z | [ recovery-image] Dec 21 05:09:54.164 INFO E| Downloaded bit_field v0.10.2 |
8807 | 2024-12-21T05:09:55.840Z | [ recovery-image] Dec 21 05:09:54.175 INFO E| Downloaded seq-macro v0.3.5 |
8808 | 2024-12-21T05:09:55.843Z | [ recovery-image] Dec 21 05:09:54.178 INFO E| Downloaded raw-cpuid v10.7.0 |
8809 | 2024-12-21T05:09:55.920Z | [ recovery-image] Dec 21 05:09:54.255 INFO E| Downloaded syn v2.0.85 |
8810 | 2024-12-21T05:09:55.960Z | [ recovery-image] Dec 21 05:09:54.294 INFO E| Downloaded cpio_reader v0.1.1 |
8811 | 2024-12-21T05:09:56.009Z | [ recovery-image] Dec 21 05:09:54.345 INFO E| Downloaded x86 v0.52.0 |
8812 | 2024-12-21T05:09:56.119Z | [ recovery-image] Dec 21 05:09:54.456 INFO E| Updating crates.io index |
8813 | 2024-12-21T05:09:56.318Z | [ recovery-image] Dec 21 05:09:54.657 INFO E| Downloading crates ... |
8814 | 2024-12-21T05:09:56.528Z | [ recovery-image] Dec 21 05:09:54.868 INFO E| Downloaded compiler_builtins v0.1.134 |
8815 | 2024-12-21T05:09:56.549Z | [ recovery-image] Dec 21 05:09:54.889 INFO E| Downloaded hashbrown v0.15.0 |
8816 | 2024-12-21T05:09:56.692Z | [ recovery-image] Dec 21 05:09:55.034 INFO E| Compiling compiler_builtins v0.1.134 |
8817 | 2024-12-21T05:09:56.692Z | [ recovery-image] Dec 21 05:09:55.034 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) |
8818 | 2024-12-21T05:09:56.692Z | [ recovery-image] Dec 21 05:09:55.034 INFO E| Compiling proc-macro2 v1.0.89 |
8819 | 2024-12-21T05:09:56.694Z | [ recovery-image] Dec 21 05:09:55.034 INFO E| Compiling unicode-ident v1.0.13 |
8820 | 2024-12-21T05:09:56.694Z | [ recovery-image] Dec 21 05:09:55.034 INFO E| Compiling syn v1.0.109 |
8821 | 2024-12-21T05:09:56.695Z | [ recovery-image] Dec 21 05:09:55.035 INFO E| Compiling x86 v0.52.0 |
8822 | 2024-12-21T05:09:56.695Z | [ recovery-image] Dec 21 05:09:55.035 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8823 | 2024-12-21T05:09:56.695Z | [ recovery-image] Dec 21 05:09:55.035 INFO E| Compiling seq-macro v0.3.5 |
8824 | 2024-12-21T05:09:58.932Z | [ recovery-image] Dec 21 05:09:57.294 INFO E| Compiling quote v1.0.37 |
8825 | 2024-12-21T05:09:59.355Z | [ recovery-image] Dec 21 05:09:57.720 INFO E| Compiling syn v2.0.85 |
8826 | 2024-12-21T05:10:05.308Z | [ recovery-image] Dec 21 05:10:03.728 INFO E| Compiling scroll_derive v0.12.0 |
8827 | 2024-12-21T05:10:09.290Z | [ recovery-image] Dec 21 05:10:07.747 INFO E| Compiling bitstruct_derive v0.1.0 |
8828 | 2024-12-21T05:10:18.279Z | [ host-image] Dec 21 05:10:16.818 INFO O| seeding SMF database... |
8829 | 2024-12-21T05:10:30.678Z | [ recovery-image] Dec 21 05:10:29.329 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) |
8830 | 2024-12-21T05:10:31.406Z | [ host-image] Dec 21 05:10:30.064 INFO O| configuring SMF profile... |
8831 | 2024-12-21T05:10:31.409Z | [ host-image] Dec 21 05:10:30.064 INFO O| modifying shadow(5)... |
8832 | 2024-12-21T05:10:31.409Z | [ host-image] Dec 21 05:10:30.065 INFO O| loading user and group database... |
8833 | 2024-12-21T05:10:31.409Z | [ host-image] Dec 21 05:10:30.065 INFO O| assessing packaged files... |
8834 | 2024-12-21T05:10:33.591Z | [ recovery-image] Dec 21 05:10:32.269 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) |
8835 | 2024-12-21T05:10:36.958Z | [ host-image] Dec 21 05:10:35.667 INFO O| creating archive... |
8836 | 2024-12-21T05:10:37.021Z | [ host-image] Dec 21 05:10:35.730 INFO O| missing from packaging: |
8837 | 2024-12-21T05:10:37.024Z | [ host-image] Dec 21 05:10:35.730 INFO O| "etc/.pwd.lock" |
8838 | 2024-12-21T05:10:37.024Z | [ host-image] Dec 21 05:10:35.730 INFO O| "etc/bash" |
8839 | 2024-12-21T05:10:37.031Z | [ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/generic.xml" |
8840 | 2024-12-21T05:10:37.031Z | [ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/inetd_services.xml" |
8841 | 2024-12-21T05:10:37.033Z | [ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/name_service.xml" |
8842 | 2024-12-21T05:10:37.033Z | [ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/platform.xml" |
8843 | 2024-12-21T05:10:37.033Z | [ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8844 | 2024-12-21T05:10:37.033Z | [ host-image] Dec 21 05:10:35.740 INFO O| "etc/svc/repository.db" |
8845 | 2024-12-21T05:10:37.048Z | [ host-image] Dec 21 05:10:35.757 INFO O| "opt/ooce/share" |
8846 | 2024-12-21T05:10:37.048Z | [ host-image] Dec 21 05:10:35.757 INFO O| "opt/ooce/share/man" |
8847 | 2024-12-21T05:10:37.051Z | [ host-image] Dec 21 05:10:35.757 INFO O| "opt/ooce/share/man/man1" |
8848 | 2024-12-21T05:10:37.063Z | [ host-image] Dec 21 05:10:35.772 INFO O| finishing archive... |
8849 | 2024-12-21T05:10:38.499Z | [ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling bitflags v1.3.2 |
8850 | 2024-12-21T05:10:38.499Z | [ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling log v0.4.22 |
8851 | 2024-12-21T05:10:38.502Z | [ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling scroll v0.12.0 |
8852 | 2024-12-21T05:10:38.502Z | [ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling bit_field v0.10.2 |
8853 | 2024-12-21T05:10:38.502Z | [ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling plain v0.2.3 |
8854 | 2024-12-21T05:10:38.502Z | [ recovery-image] Dec 21 05:10:37.221 INFO E| Compiling adler2 v2.0.0 |
8855 | 2024-12-21T05:10:38.502Z | [ recovery-image] Dec 21 05:10:37.222 INFO E| Compiling static_assertions v1.1.0 |
8856 | 2024-12-21T05:10:38.593Z | [ recovery-image] Dec 21 05:10:37.316 INFO E| Compiling raw-cpuid v10.7.0 |
8857 | 2024-12-21T05:10:38.640Z | [ recovery-image] Dec 21 05:10:37.364 INFO E| Compiling cpio_reader v0.1.1 |
8858 | 2024-12-21T05:10:38.850Z | [ recovery-image] Dec 21 05:10:37.576 INFO E| Compiling miniz_oxide v0.8.0 |
8859 | 2024-12-21T05:10:38.923Z | [ recovery-image] Dec 21 05:10:37.650 INFO E| Compiling bitstruct v0.1.1 |
8860 | 2024-12-21T05:10:39.218Z | [ recovery-image] Dec 21 05:10:37.947 INFO E| Compiling goblin v0.8.2 |
8861 | 2024-12-21T05:10:41.705Z | [ host-image] Dec 21 05:10:40.454 INFO O| creating gzonly manifest... |
8862 | 2024-12-21T05:10:41.715Z | [ host-image] Dec 21 05:10:40.466 INFO O| ok |
8863 | 2024-12-21T05:10:41.874Z | [ host-image] Dec 21 05:10:40.627 INFO image builder template: ramdisk-02-trim... |
8864 | 2024-12-21T05:10:41.874Z | [ host-image] Dec 21 05:10:40.627 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/.tmpreaqKo/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 |
8865 | 2024-12-21T05:10:41.915Z | [ host-image] Dec 21 05:10:40.667 INFO O| Dec 21 05:10:40.667 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8866 | 2024-12-21T05:10:41.926Z | [ host-image] Dec 21 05:10:40.679 INFO O| Dec 21 05:10:40.679 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8867 | 2024-12-21T05:10:42.057Z | [ host-image] Dec 21 05:10:40.812 INFO O| Dec 21 05:10:40.811 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8868 | 2024-12-21T05:10:42.223Z | [ host-image] Dec 21 05:10:40.979 INFO O| Dec 21 05:10:40.979 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8869 | 2024-12-21T05:10:42.227Z | [ host-image] Dec 21 05:10:40.980 INFO O| Dec 21 05:10:40.980 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8870 | 2024-12-21T05:10:42.238Z | [ host-image] Dec 21 05:10:40.994 INFO O| Dec 21 05:10:40.994 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8871 | 2024-12-21T05:10:42.288Z | [ host-image] Dec 21 05:10:41.045 INFO O| Dec 21 05:10:41.045 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8872 | 2024-12-21T05:10:42.333Z | [ host-image] Dec 21 05:10:41.089 INFO O| Dec 21 05:10:41.089 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8873 | 2024-12-21T05:10:42.823Z | [ host-image] Dec 21 05:10:41.585 INFO O| Dec 21 05:10:41.585 INFO rolled back to input snapshot; work may begin |
8874 | 2024-12-21T05:10:42.823Z | [ host-image] Dec 21 05:10:41.585 INFO O| Dec 21 05:10:41.585 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8875 | 2024-12-21T05:10:42.834Z | [ host-image] Dec 21 05:10:41.596 INFO O| Dec 21 05:10:41.596 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8876 | 2024-12-21T05:10:42.859Z | [ host-image] Dec 21 05:10:41.619 INFO O| Dec 21 05:10:41.619 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8877 | 2024-12-21T05:10:42.995Z | [ host-image] Dec 21 05:10:41.758 INFO O| Dec 21 05:10:41.758 INFO STEP 0 (remove_files) COMPLETE |
8878 | 2024-12-21T05:10:42.995Z | [ host-image] Dec 21 05:10:41.758 INFO O| Dec 21 05:10:41.758 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8879 | 2024-12-21T05:10:43.102Z | [ host-image] Dec 21 05:10:41.866 INFO O| Dec 21 05:10:41.866 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8880 | 2024-12-21T05:10:43.105Z | [ host-image] Dec 21 05:10:41.869 INFO O| Dec 21 05:10:41.869 INFO STEP 1 (remove_files) COMPLETE |
8881 | 2024-12-21T05:10:43.106Z | [ host-image] Dec 21 05:10:41.869 INFO O| Dec 21 05:10:41.869 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8882 | 2024-12-21T05:10:43.169Z | [ host-image] Dec 21 05:10:41.932 INFO O| Dec 21 05:10:41.932 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8883 | 2024-12-21T05:10:43.212Z | [ host-image] Dec 21 05:10:41.977 INFO O| Dec 21 05:10:41.977 INFO STEP 2 (remove_files) COMPLETE |
8884 | 2024-12-21T05:10:43.212Z | [ host-image] Dec 21 05:10:41.977 INFO O| Dec 21 05:10:41.977 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8885 | 2024-12-21T05:10:43.333Z | [ host-image] Dec 21 05:10:42.099 INFO O| Dec 21 05:10:42.099 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8886 | 2024-12-21T05:10:43.337Z | [ host-image] Dec 21 05:10:42.102 INFO O| Dec 21 05:10:42.102 INFO STEP 3 (remove_files) COMPLETE |
8887 | 2024-12-21T05:10:43.337Z | [ host-image] Dec 21 05:10:42.102 INFO O| Dec 21 05:10:42.102 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8888 | 2024-12-21T05:10:43.384Z | [ host-image] Dec 21 05:10:42.148 INFO O| Dec 21 05:10:42.148 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8889 | 2024-12-21T05:10:43.388Z | [ host-image] Dec 21 05:10:42.155 INFO O| Dec 21 05:10:42.155 INFO STEP 4 (remove_files) COMPLETE |
8890 | 2024-12-21T05:10:43.388Z | [ host-image] Dec 21 05:10:42.155 INFO O| Dec 21 05:10:42.155 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8891 | 2024-12-21T05:10:43.419Z | [ host-image] Dec 21 05:10:42.182 INFO O| Dec 21 05:10:42.182 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8892 | 2024-12-21T05:10:43.483Z | [ host-image] Dec 21 05:10:42.250 INFO O| Dec 21 05:10:42.250 INFO STEP 5 (remove_files) COMPLETE |
8893 | 2024-12-21T05:10:43.483Z | [ host-image] Dec 21 05:10:42.250 INFO O| Dec 21 05:10:42.250 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8894 | 2024-12-21T05:10:43.748Z | [ host-image] Dec 21 05:10:42.517 INFO O| Dec 21 05:10:42.517 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8895 | 2024-12-21T05:10:43.766Z | [ host-image] Dec 21 05:10:42.537 INFO O| Dec 21 05:10:42.536 INFO STEP 6 (remove_files) COMPLETE |
8896 | 2024-12-21T05:10:43.766Z | [ host-image] Dec 21 05:10:42.537 INFO O| Dec 21 05:10:42.536 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8897 | 2024-12-21T05:10:43.823Z | [ host-image] Dec 21 05:10:42.594 INFO O| Dec 21 05:10:42.594 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8898 | 2024-12-21T05:10:43.849Z | [ host-image] Dec 21 05:10:42.620 INFO O| Dec 21 05:10:42.620 INFO STEP 7 (remove_files) COMPLETE |
8899 | 2024-12-21T05:10:43.849Z | [ host-image] Dec 21 05:10:42.620 INFO O| Dec 21 05:10:42.620 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8900 | 2024-12-21T05:10:43.884Z | [ host-image] Dec 21 05:10:42.655 INFO O| Dec 21 05:10:42.654 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8901 | 2024-12-21T05:10:44.054Z | [ host-image] Dec 21 05:10:42.826 INFO O| Dec 21 05:10:42.826 INFO STEP 8 (remove_files) COMPLETE |
8902 | 2024-12-21T05:10:44.054Z | [ host-image] Dec 21 05:10:42.826 INFO O| Dec 21 05:10:42.826 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8903 | 2024-12-21T05:10:44.075Z | [ host-image] Dec 21 05:10:42.846 INFO O| Dec 21 05:10:42.846 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8904 | 2024-12-21T05:10:44.239Z | [ host-image] Dec 21 05:10:43.013 INFO O| Dec 21 05:10:43.013 INFO STEP 9 (remove_files) COMPLETE |
8905 | 2024-12-21T05:10:44.239Z | [ host-image] Dec 21 05:10:43.013 INFO O| Dec 21 05:10:43.013 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8906 | 2024-12-21T05:10:44.258Z | [ host-image] Dec 21 05:10:43.033 INFO O| Dec 21 05:10:43.033 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8907 | 2024-12-21T05:10:44.264Z | [ host-image] Dec 21 05:10:43.039 INFO O| Dec 21 05:10:43.039 INFO STEP 10 (remove_files) COMPLETE |
8908 | 2024-12-21T05:10:44.264Z | [ host-image] Dec 21 05:10:43.039 INFO O| Dec 21 05:10:43.039 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8909 | 2024-12-21T05:10:44.281Z | [ host-image] Dec 21 05:10:43.056 INFO O| Dec 21 05:10:43.056 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8910 | 2024-12-21T05:10:44.284Z | [ host-image] Dec 21 05:10:43.057 INFO O| Dec 21 05:10:43.057 INFO STEP 11 (remove_files) COMPLETE |
8911 | 2024-12-21T05:10:44.284Z | [ host-image] Dec 21 05:10:43.057 INFO O| Dec 21 05:10:43.057 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8912 | 2024-12-21T05:10:44.298Z | [ host-image] Dec 21 05:10:43.073 INFO O| Dec 21 05:10:43.073 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8913 | 2024-12-21T05:10:44.301Z | [ host-image] Dec 21 05:10:43.075 INFO O| Dec 21 05:10:43.075 INFO STEP 12 (remove_files) COMPLETE |
8914 | 2024-12-21T05:10:44.301Z | [ host-image] Dec 21 05:10:43.075 INFO O| Dec 21 05:10:43.075 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8915 | 2024-12-21T05:10:44.707Z | [ host-image] Dec 21 05:10:43.486 INFO O| Dec 21 05:10:43.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8916 | 2024-12-21T05:10:44.710Z | [ host-image] Dec 21 05:10:43.487 INFO O| Dec 21 05:10:43.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8917 | 2024-12-21T05:10:44.783Z | [ host-image] Dec 21 05:10:43.562 INFO O| Dec 21 05:10:43.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8918 | 2024-12-21T05:10:44.786Z | [ host-image] Dec 21 05:10:43.564 INFO O| Dec 21 05:10:43.564 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8919 | 2024-12-21T05:10:44.886Z | [ host-image] Dec 21 05:10:43.667 INFO O| Dec 21 05:10:43.667 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8920 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.667 INFO O| Dec 21 05:10:43.667 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8921 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.668 INFO O| Dec 21 05:10:43.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8922 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.668 INFO O| Dec 21 05:10:43.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8923 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.668 INFO O| Dec 21 05:10:43.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8924 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.668 INFO O| Dec 21 05:10:43.668 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8925 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.669 INFO O| Dec 21 05:10:43.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8926 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.669 INFO O| Dec 21 05:10:43.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8927 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.669 INFO O| Dec 21 05:10:43.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8928 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.670 INFO O| Dec 21 05:10:43.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8929 | 2024-12-21T05:10:44.889Z | [ host-image] Dec 21 05:10:43.670 INFO O| Dec 21 05:10:43.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8930 | 2024-12-21T05:10:44.892Z | [ host-image] Dec 21 05:10:43.670 INFO O| Dec 21 05:10:43.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8931 | 2024-12-21T05:10:44.892Z | [ host-image] Dec 21 05:10:43.670 INFO O| Dec 21 05:10:43.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8932 | 2024-12-21T05:10:44.892Z | [ host-image] Dec 21 05:10:43.671 INFO O| Dec 21 05:10:43.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8933 | 2024-12-21T05:10:44.892Z | [ host-image] Dec 21 05:10:43.671 INFO O| Dec 21 05:10:43.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8934 | 2024-12-21T05:10:44.892Z | [ host-image] Dec 21 05:10:43.671 INFO O| Dec 21 05:10:43.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8935 | 2024-12-21T05:10:44.910Z | [ host-image] Dec 21 05:10:43.690 INFO O| Dec 21 05:10:43.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8936 | 2024-12-21T05:10:44.930Z | [ host-image] Dec 21 05:10:43.711 INFO O| Dec 21 05:10:43.711 INFO STEP 13 (remove_files) COMPLETE |
8937 | 2024-12-21T05:10:44.930Z | [ host-image] Dec 21 05:10:43.711 INFO O| Dec 21 05:10:43.711 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-21T05:10:44.950Z | [ host-image] Dec 21 05:10:43.731 INFO O| Dec 21 05:10:43.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8939 | 2024-12-21T05:10:44.957Z | [ host-image] Dec 21 05:10:43.734 INFO O| Dec 21 05:10:43.734 INFO STEP 14 (remove_files) COMPLETE |
8940 | 2024-12-21T05:10:44.957Z | [ host-image] Dec 21 05:10:43.734 INFO O| Dec 21 05:10:43.734 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-21T05:10:44.970Z | [ host-image] Dec 21 05:10:43.752 INFO O| Dec 21 05:10:43.752 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8942 | 2024-12-21T05:10:44.982Z | [ host-image] Dec 21 05:10:43.763 INFO O| Dec 21 05:10:43.763 INFO STEP 15 (remove_files) COMPLETE |
8943 | 2024-12-21T05:10:44.982Z | [ host-image] Dec 21 05:10:43.763 INFO O| Dec 21 05:10:43.763 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-21T05:10:45.012Z | [ host-image] Dec 21 05:10:43.782 INFO O| Dec 21 05:10:43.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8945 | 2024-12-21T05:10:45.024Z | [ host-image] Dec 21 05:10:43.783 INFO O| Dec 21 05:10:43.783 INFO STEP 16 (remove_files) COMPLETE |
8946 | 2024-12-21T05:10:45.024Z | [ host-image] Dec 21 05:10:43.783 INFO O| Dec 21 05:10:43.783 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-21T05:10:45.032Z | [ host-image] Dec 21 05:10:43.801 INFO O| Dec 21 05:10:43.800 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8948 | 2024-12-21T05:10:45.032Z | [ host-image] Dec 21 05:10:43.803 INFO O| Dec 21 05:10:43.803 INFO STEP 17 (remove_files) COMPLETE |
8949 | 2024-12-21T05:10:45.032Z | [ host-image] Dec 21 05:10:43.803 INFO O| Dec 21 05:10:43.803 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-21T05:10:45.042Z | [ host-image] Dec 21 05:10:43.820 INFO O| Dec 21 05:10:43.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8951 | 2024-12-21T05:10:45.042Z | [ host-image] Dec 21 05:10:43.820 INFO O| Dec 21 05:10:43.820 INFO STEP 18 (remove_files) COMPLETE |
8952 | 2024-12-21T05:10:45.059Z | [ host-image] Dec 21 05:10:43.820 INFO O| Dec 21 05:10:43.820 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-21T05:10:45.059Z | [ host-image] Dec 21 05:10:43.837 INFO O| Dec 21 05:10:43.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8954 | 2024-12-21T05:10:45.059Z | [ host-image] Dec 21 05:10:43.837 INFO O| Dec 21 05:10:43.837 INFO STEP 19 (remove_files) COMPLETE |
8955 | 2024-12-21T05:10:45.059Z | [ host-image] Dec 21 05:10:43.837 INFO O| Dec 21 05:10:43.837 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-21T05:10:45.074Z | [ host-image] Dec 21 05:10:43.855 INFO O| Dec 21 05:10:43.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8957 | 2024-12-21T05:10:45.074Z | [ host-image] Dec 21 05:10:43.855 INFO O| Dec 21 05:10:43.855 INFO STEP 20 (remove_files) COMPLETE |
8958 | 2024-12-21T05:10:45.074Z | [ host-image] Dec 21 05:10:43.855 INFO O| Dec 21 05:10:43.855 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2024-12-21T05:10:45.090Z | [ host-image] Dec 21 05:10:43.872 INFO O| Dec 21 05:10:43.872 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8960 | 2024-12-21T05:10:45.090Z | [ host-image] Dec 21 05:10:43.872 INFO O| Dec 21 05:10:43.872 INFO STEP 21 (remove_files) COMPLETE |
8961 | 2024-12-21T05:10:45.090Z | [ host-image] Dec 21 05:10:43.872 INFO O| Dec 21 05:10:43.872 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2024-12-21T05:10:45.107Z | [ host-image] Dec 21 05:10:43.889 INFO O| Dec 21 05:10:43.889 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8963 | 2024-12-21T05:10:45.107Z | [ host-image] Dec 21 05:10:43.889 INFO O| Dec 21 05:10:43.889 INFO STEP 22 (remove_files) COMPLETE |
8964 | 2024-12-21T05:10:45.107Z | [ host-image] Dec 21 05:10:43.889 INFO O| Dec 21 05:10:43.889 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2024-12-21T05:10:45.123Z | [ host-image] Dec 21 05:10:43.905 INFO O| Dec 21 05:10:43.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8966 | 2024-12-21T05:10:45.123Z | [ host-image] Dec 21 05:10:43.905 INFO O| Dec 21 05:10:43.905 INFO STEP 23 (remove_files) COMPLETE |
8967 | 2024-12-21T05:10:45.123Z | [ host-image] Dec 21 05:10:43.905 INFO O| Dec 21 05:10:43.905 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8968 | 2024-12-21T05:10:45.141Z | [ host-image] Dec 21 05:10:43.923 INFO O| Dec 21 05:10:43.923 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8969 | 2024-12-21T05:10:45.141Z | [ host-image] Dec 21 05:10:43.923 INFO O| Dec 21 05:10:43.923 INFO STEP 24 (remove_files) COMPLETE |
8970 | 2024-12-21T05:10:45.141Z | [ host-image] Dec 21 05:10:43.923 INFO O| Dec 21 05:10:43.923 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2024-12-21T05:10:45.158Z | [ host-image] Dec 21 05:10:43.941 INFO O| Dec 21 05:10:43.940 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8972 | 2024-12-21T05:10:45.158Z | [ host-image] Dec 21 05:10:43.941 INFO O| Dec 21 05:10:43.941 INFO STEP 25 (remove_files) COMPLETE |
8973 | 2024-12-21T05:10:45.158Z | [ host-image] Dec 21 05:10:43.941 INFO O| Dec 21 05:10:43.941 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8974 | 2024-12-21T05:10:45.175Z | [ host-image] Dec 21 05:10:43.958 INFO O| Dec 21 05:10:43.958 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8975 | 2024-12-21T05:10:45.175Z | [ host-image] Dec 21 05:10:43.958 INFO O| Dec 21 05:10:43.958 INFO STEP 26 (remove_files) COMPLETE |
8976 | 2024-12-21T05:10:45.178Z | [ host-image] Dec 21 05:10:43.958 INFO O| Dec 21 05:10:43.958 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2024-12-21T05:10:45.193Z | [ host-image] Dec 21 05:10:43.975 INFO O| Dec 21 05:10:43.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8978 | 2024-12-21T05:10:45.193Z | [ host-image] Dec 21 05:10:43.975 INFO O| Dec 21 05:10:43.975 INFO STEP 27 (remove_files) COMPLETE |
8979 | 2024-12-21T05:10:45.193Z | [ host-image] Dec 21 05:10:43.975 INFO O| Dec 21 05:10:43.975 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2024-12-21T05:10:45.209Z | [ host-image] Dec 21 05:10:43.992 INFO O| Dec 21 05:10:43.992 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8981 | 2024-12-21T05:10:45.209Z | [ host-image] Dec 21 05:10:43.992 INFO O| Dec 21 05:10:43.992 INFO STEP 28 (remove_files) COMPLETE |
8982 | 2024-12-21T05:10:45.209Z | [ host-image] Dec 21 05:10:43.992 INFO O| Dec 21 05:10:43.992 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-21T05:10:45.227Z | [ host-image] Dec 21 05:10:44.010 INFO O| Dec 21 05:10:44.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8984 | 2024-12-21T05:10:45.227Z | [ host-image] Dec 21 05:10:44.010 INFO O| Dec 21 05:10:44.010 INFO STEP 29 (remove_files) COMPLETE |
8985 | 2024-12-21T05:10:45.227Z | [ host-image] Dec 21 05:10:44.010 INFO O| Dec 21 05:10:44.010 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-21T05:10:45.244Z | [ host-image] Dec 21 05:10:44.028 INFO O| Dec 21 05:10:44.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8987 | 2024-12-21T05:10:45.245Z | [ host-image] Dec 21 05:10:44.028 INFO O| Dec 21 05:10:44.028 INFO STEP 30 (remove_files) COMPLETE |
8988 | 2024-12-21T05:10:45.245Z | [ host-image] Dec 21 05:10:44.028 INFO O| Dec 21 05:10:44.028 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2024-12-21T05:10:45.261Z | [ host-image] Dec 21 05:10:44.044 INFO O| Dec 21 05:10:44.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8990 | 2024-12-21T05:10:45.261Z | [ host-image] Dec 21 05:10:44.044 INFO O| Dec 21 05:10:44.044 INFO STEP 31 (remove_files) COMPLETE |
8991 | 2024-12-21T05:10:45.283Z | [ host-image] Dec 21 05:10:44.044 INFO O| Dec 21 05:10:44.044 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2024-12-21T05:10:45.283Z | [ host-image] Dec 21 05:10:44.060 INFO O| Dec 21 05:10:44.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8993 | 2024-12-21T05:10:45.283Z | [ host-image] Dec 21 05:10:44.061 INFO O| Dec 21 05:10:44.061 INFO STEP 32 (remove_files) COMPLETE |
8994 | 2024-12-21T05:10:45.283Z | [ host-image] Dec 21 05:10:44.061 INFO O| Dec 21 05:10:44.061 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8995 | 2024-12-21T05:10:45.294Z | [ host-image] Dec 21 05:10:44.076 INFO O| Dec 21 05:10:44.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8996 | 2024-12-21T05:10:45.295Z | [ host-image] Dec 21 05:10:44.077 INFO O| Dec 21 05:10:44.076 INFO STEP 33 (remove_files) COMPLETE |
8997 | 2024-12-21T05:10:45.295Z | [ host-image] Dec 21 05:10:44.077 INFO O| Dec 21 05:10:44.077 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8998 | 2024-12-21T05:10:45.309Z | [ host-image] Dec 21 05:10:44.093 INFO O| Dec 21 05:10:44.093 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8999 | 2024-12-21T05:10:45.309Z | [ host-image] Dec 21 05:10:44.093 INFO O| Dec 21 05:10:44.093 INFO STEP 34 (remove_files) COMPLETE |
9000 | 2024-12-21T05:10:45.309Z | [ host-image] Dec 21 05:10:44.093 INFO O| Dec 21 05:10:44.093 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2024-12-21T05:10:45.325Z | [ host-image] Dec 21 05:10:44.109 INFO O| Dec 21 05:10:44.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
9002 | 2024-12-21T05:10:45.325Z | [ host-image] Dec 21 05:10:44.109 INFO O| Dec 21 05:10:44.109 INFO STEP 35 (remove_files) COMPLETE |
9003 | 2024-12-21T05:10:45.325Z | [ host-image] Dec 21 05:10:44.109 INFO O| Dec 21 05:10:44.109 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9004 | 2024-12-21T05:10:45.341Z | [ host-image] Dec 21 05:10:44.126 INFO O| Dec 21 05:10:44.126 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
9005 | 2024-12-21T05:10:45.341Z | [ host-image] Dec 21 05:10:44.126 INFO O| Dec 21 05:10:44.126 INFO STEP 36 (remove_files) COMPLETE |
9006 | 2024-12-21T05:10:45.344Z | [ host-image] Dec 21 05:10:44.126 INFO O| Dec 21 05:10:44.126 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9007 | 2024-12-21T05:10:45.374Z | [ host-image] Dec 21 05:10:44.159 INFO O| Dec 21 05:10:44.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
9008 | 2024-12-21T05:10:45.378Z | [ host-image] Dec 21 05:10:44.160 INFO O| Dec 21 05:10:44.160 INFO STEP 37 (remove_files) COMPLETE |
9009 | 2024-12-21T05:10:45.378Z | [ host-image] Dec 21 05:10:44.160 INFO O| Dec 21 05:10:44.160 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9010 | 2024-12-21T05:10:45.415Z | [ host-image] Dec 21 05:10:44.200 INFO O| Dec 21 05:10:44.200 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
9011 | 2024-12-21T05:10:45.421Z | [ host-image] Dec 21 05:10:44.201 INFO O| Dec 21 05:10:44.200 INFO STEP 38 (remove_files) COMPLETE |
9012 | 2024-12-21T05:10:45.421Z | [ host-image] Dec 21 05:10:44.201 INFO O| Dec 21 05:10:44.201 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9013 | 2024-12-21T05:10:45.434Z | [ host-image] Dec 21 05:10:44.219 INFO O| Dec 21 05:10:44.219 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
9014 | 2024-12-21T05:10:45.438Z | [ host-image] Dec 21 05:10:44.220 INFO O| Dec 21 05:10:44.219 INFO STEP 39 (remove_files) COMPLETE |
9015 | 2024-12-21T05:10:45.438Z | [ host-image] Dec 21 05:10:44.220 INFO O| Dec 21 05:10:44.220 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9016 | 2024-12-21T05:10:45.460Z | [ host-image] Dec 21 05:10:44.246 INFO O| Dec 21 05:10:44.246 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
9017 | 2024-12-21T05:10:45.465Z | [ host-image] Dec 21 05:10:44.246 INFO O| Dec 21 05:10:44.246 INFO STEP 40 (remove_files) COMPLETE |
9018 | 2024-12-21T05:10:45.465Z | [ host-image] Dec 21 05:10:44.246 INFO O| Dec 21 05:10:44.246 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9019 | 2024-12-21T05:10:45.482Z | [ host-image] Dec 21 05:10:44.267 INFO O| Dec 21 05:10:44.267 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
9020 | 2024-12-21T05:10:45.484Z | [ host-image] Dec 21 05:10:44.268 INFO O| Dec 21 05:10:44.268 INFO STEP 41 (remove_files) COMPLETE |
9021 | 2024-12-21T05:10:45.484Z | [ host-image] Dec 21 05:10:44.268 INFO O| Dec 21 05:10:44.268 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9022 | 2024-12-21T05:10:45.570Z | [ host-image] Dec 21 05:10:44.357 INFO O| Dec 21 05:10:44.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
9023 | 2024-12-21T05:10:45.575Z | [ host-image] Dec 21 05:10:44.357 INFO O| Dec 21 05:10:44.357 INFO STEP 42 (remove_files) COMPLETE |
9024 | 2024-12-21T05:10:45.575Z | [ host-image] Dec 21 05:10:44.357 INFO O| Dec 21 05:10:44.357 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9025 | 2024-12-21T05:10:45.591Z | [ host-image] Dec 21 05:10:44.378 INFO O| Dec 21 05:10:44.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
9026 | 2024-12-21T05:10:45.594Z | [ host-image] Dec 21 05:10:44.379 INFO O| Dec 21 05:10:44.378 INFO STEP 43 (remove_files) COMPLETE |
9027 | 2024-12-21T05:10:45.594Z | [ host-image] Dec 21 05:10:44.379 INFO O| Dec 21 05:10:44.379 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9028 | 2024-12-21T05:10:45.614Z | [ host-image] Dec 21 05:10:44.401 INFO O| Dec 21 05:10:44.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
9029 | 2024-12-21T05:10:45.618Z | [ host-image] Dec 21 05:10:44.401 INFO O| Dec 21 05:10:44.401 INFO STEP 44 (remove_files) COMPLETE |
9030 | 2024-12-21T05:10:45.618Z | [ host-image] Dec 21 05:10:44.401 INFO O| Dec 21 05:10:44.401 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9031 | 2024-12-21T05:10:45.636Z | [ host-image] Dec 21 05:10:44.423 INFO O| Dec 21 05:10:44.423 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
9032 | 2024-12-21T05:10:45.636Z | [ host-image] Dec 21 05:10:44.423 INFO O| Dec 21 05:10:44.423 INFO STEP 45 (remove_files) COMPLETE |
9033 | 2024-12-21T05:10:45.640Z | [ host-image] Dec 21 05:10:44.423 INFO O| Dec 21 05:10:44.423 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9034 | 2024-12-21T05:10:45.651Z | [ host-image] Dec 21 05:10:44.439 INFO O| Dec 21 05:10:44.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
9035 | 2024-12-21T05:10:45.652Z | [ host-image] Dec 21 05:10:44.439 INFO O| Dec 21 05:10:44.439 INFO STEP 46 (remove_files) COMPLETE |
9036 | 2024-12-21T05:10:45.652Z | [ host-image] Dec 21 05:10:44.439 INFO O| Dec 21 05:10:44.439 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9037 | 2024-12-21T05:10:45.672Z | [ host-image] Dec 21 05:10:44.457 INFO O| Dec 21 05:10:44.457 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9038 | 2024-12-21T05:10:45.672Z | [ host-image] Dec 21 05:10:44.457 INFO O| Dec 21 05:10:44.457 INFO STEP 47 (remove_files) COMPLETE |
9039 | 2024-12-21T05:10:45.672Z | [ host-image] Dec 21 05:10:44.457 INFO O| Dec 21 05:10:44.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9040 | 2024-12-21T05:10:45.692Z | [ host-image] Dec 21 05:10:44.476 INFO O| Dec 21 05:10:44.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9041 | 2024-12-21T05:10:45.696Z | [ host-image] Dec 21 05:10:44.476 INFO O| Dec 21 05:10:44.476 INFO STEP 48 (remove_files) COMPLETE |
9042 | 2024-12-21T05:10:45.696Z | [ host-image] Dec 21 05:10:44.477 INFO O| Dec 21 05:10:44.476 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9043 | 2024-12-21T05:10:45.707Z | [ host-image] Dec 21 05:10:44.495 INFO O| Dec 21 05:10:44.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9044 | 2024-12-21T05:10:45.712Z | [ host-image] Dec 21 05:10:44.495 INFO O| Dec 21 05:10:44.495 INFO STEP 49 (remove_files) COMPLETE |
9045 | 2024-12-21T05:10:45.712Z | [ host-image] Dec 21 05:10:44.496 INFO O| Dec 21 05:10:44.495 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9046 | 2024-12-21T05:10:45.727Z | [ host-image] Dec 21 05:10:44.515 INFO O| Dec 21 05:10:44.514 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9047 | 2024-12-21T05:10:45.731Z | [ host-image] Dec 21 05:10:44.515 INFO O| Dec 21 05:10:44.515 INFO STEP 50 (remove_files) COMPLETE |
9048 | 2024-12-21T05:10:45.731Z | [ host-image] Dec 21 05:10:44.515 INFO O| Dec 21 05:10:44.515 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9049 | 2024-12-21T05:10:45.745Z | [ host-image] Dec 21 05:10:44.534 INFO O| Dec 21 05:10:44.534 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9050 | 2024-12-21T05:10:45.749Z | [ host-image] Dec 21 05:10:44.534 INFO O| Dec 21 05:10:44.534 INFO STEP 51 (remove_files) COMPLETE |
9051 | 2024-12-21T05:10:45.749Z | [ host-image] Dec 21 05:10:44.534 INFO O| Dec 21 05:10:44.534 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9052 | 2024-12-21T05:10:45.765Z | [ host-image] Dec 21 05:10:44.553 INFO O| Dec 21 05:10:44.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9053 | 2024-12-21T05:10:45.765Z | [ host-image] Dec 21 05:10:44.553 INFO O| Dec 21 05:10:44.553 INFO STEP 52 (remove_files) COMPLETE |
9054 | 2024-12-21T05:10:45.765Z | [ host-image] Dec 21 05:10:44.553 INFO O| Dec 21 05:10:44.553 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9055 | 2024-12-21T05:10:45.782Z | [ host-image] Dec 21 05:10:44.571 INFO O| Dec 21 05:10:44.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9056 | 2024-12-21T05:10:45.782Z | [ host-image] Dec 21 05:10:44.571 INFO O| Dec 21 05:10:44.571 INFO STEP 53 (remove_files) COMPLETE |
9057 | 2024-12-21T05:10:45.782Z | [ host-image] Dec 21 05:10:44.571 INFO O| Dec 21 05:10:44.571 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9058 | 2024-12-21T05:10:45.803Z | [ host-image] Dec 21 05:10:44.591 INFO O| Dec 21 05:10:44.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9059 | 2024-12-21T05:10:45.803Z | [ host-image] Dec 21 05:10:44.591 INFO O| Dec 21 05:10:44.591 INFO STEP 54 (remove_files) COMPLETE |
9060 | 2024-12-21T05:10:45.803Z | [ host-image] Dec 21 05:10:44.591 INFO O| Dec 21 05:10:44.591 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9061 | 2024-12-21T05:10:45.822Z | [ host-image] Dec 21 05:10:44.612 INFO O| Dec 21 05:10:44.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9062 | 2024-12-21T05:10:45.823Z | [ host-image] Dec 21 05:10:44.612 INFO O| Dec 21 05:10:44.612 INFO STEP 55 (remove_files) COMPLETE |
9063 | 2024-12-21T05:10:45.826Z | [ host-image] Dec 21 05:10:44.612 INFO O| Dec 21 05:10:44.612 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9064 | 2024-12-21T05:10:45.842Z | [ host-image] Dec 21 05:10:44.631 INFO O| Dec 21 05:10:44.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9065 | 2024-12-21T05:10:45.842Z | [ host-image] Dec 21 05:10:44.632 INFO O| Dec 21 05:10:44.632 INFO STEP 56 (remove_files) COMPLETE |
9066 | 2024-12-21T05:10:45.842Z | [ host-image] Dec 21 05:10:44.632 INFO O| Dec 21 05:10:44.632 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9067 | 2024-12-21T05:10:45.863Z | [ host-image] Dec 21 05:10:44.649 INFO O| Dec 21 05:10:44.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9068 | 2024-12-21T05:10:45.863Z | [ host-image] Dec 21 05:10:44.649 INFO O| Dec 21 05:10:44.649 INFO STEP 57 (remove_files) COMPLETE |
9069 | 2024-12-21T05:10:45.863Z | [ host-image] Dec 21 05:10:44.649 INFO O| Dec 21 05:10:44.649 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9070 | 2024-12-21T05:10:45.878Z | [ host-image] Dec 21 05:10:44.667 INFO O| Dec 21 05:10:44.667 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9071 | 2024-12-21T05:10:45.878Z | [ host-image] Dec 21 05:10:44.667 INFO O| Dec 21 05:10:44.667 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9072 | 2024-12-21T05:10:45.883Z | [ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.667 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9073 | 2024-12-21T05:10:45.883Z | [ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9074 | 2024-12-21T05:10:45.883Z | [ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9075 | 2024-12-21T05:10:45.883Z | [ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9076 | 2024-12-21T05:10:45.883Z | [ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO ok! |
9077 | 2024-12-21T05:10:45.883Z | [ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO STEP 58 (ensure_file) COMPLETE |
9078 | 2024-12-21T05:10:45.883Z | [ host-image] Dec 21 05:10:44.668 INFO O| Dec 21 05:10:44.668 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9079 | 2024-12-21T05:10:45.898Z | [ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9080 | 2024-12-21T05:10:45.899Z | [ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9081 | 2024-12-21T05:10:45.903Z | [ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9082 | 2024-12-21T05:10:45.903Z | [ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9083 | 2024-12-21T05:10:45.903Z | [ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9084 | 2024-12-21T05:10:45.903Z | [ host-image] Dec 21 05:10:44.688 INFO O| Dec 21 05:10:44.688 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9085 | 2024-12-21T05:10:45.903Z | [ host-image] Dec 21 05:10:44.689 INFO O| Dec 21 05:10:44.688 INFO ok! |
9086 | 2024-12-21T05:10:45.903Z | [ host-image] Dec 21 05:10:44.689 INFO O| Dec 21 05:10:44.688 INFO STEP 59 (ensure_file) COMPLETE |
9087 | 2024-12-21T05:10:45.903Z | [ host-image] Dec 21 05:10:44.689 INFO O| Dec 21 05:10:44.689 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9088 | 2024-12-21T05:10:45.920Z | [ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.709 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9089 | 2024-12-21T05:10:45.920Z | [ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.709 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9090 | 2024-12-21T05:10:45.923Z | [ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9091 | 2024-12-21T05:10:45.923Z | [ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.710 INFO ok! |
9092 | 2024-12-21T05:10:45.923Z | [ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.710 INFO STEP 60 (ensure_file) COMPLETE |
9093 | 2024-12-21T05:10:45.923Z | [ host-image] Dec 21 05:10:44.710 INFO O| Dec 21 05:10:44.710 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9094 | 2024-12-21T05:10:45.955Z | [ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.730 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9095 | 2024-12-21T05:10:45.955Z | [ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9096 | 2024-12-21T05:10:45.958Z | [ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9097 | 2024-12-21T05:10:45.958Z | [ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO ok! |
9098 | 2024-12-21T05:10:45.958Z | [ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO STEP 61 (ensure_file) COMPLETE |
9099 | 2024-12-21T05:10:45.958Z | [ host-image] Dec 21 05:10:44.731 INFO O| Dec 21 05:10:44.731 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9100 | 2024-12-21T05:10:45.963Z | [ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9101 | 2024-12-21T05:10:45.963Z | [ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9102 | 2024-12-21T05:10:45.963Z | [ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9103 | 2024-12-21T05:10:45.963Z | [ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9104 | 2024-12-21T05:10:45.963Z | [ host-image] Dec 21 05:10:44.750 INFO O| Dec 21 05:10:44.750 INFO ok! |
9105 | 2024-12-21T05:10:45.963Z | [ host-image] Dec 21 05:10:44.751 INFO O| Dec 21 05:10:44.750 INFO STEP 62 (ensure_file) COMPLETE |
9106 | 2024-12-21T05:10:45.963Z | [ host-image] Dec 21 05:10:44.751 INFO O| Dec 21 05:10:44.750 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9107 | 2024-12-21T05:10:45.978Z | [ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9108 | 2024-12-21T05:10:45.981Z | [ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9109 | 2024-12-21T05:10:45.981Z | [ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9110 | 2024-12-21T05:10:45.981Z | [ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9111 | 2024-12-21T05:10:45.981Z | [ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO ok! |
9112 | 2024-12-21T05:10:45.981Z | [ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO STEP 63 (ensure_file) COMPLETE |
9113 | 2024-12-21T05:10:45.981Z | [ host-image] Dec 21 05:10:44.769 INFO O| Dec 21 05:10:44.769 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9114 | 2024-12-21T05:10:45.999Z | [ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9115 | 2024-12-21T05:10:45.999Z | [ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9116 | 2024-12-21T05:10:45.999Z | [ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9117 | 2024-12-21T05:10:45.999Z | [ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO ok! |
9118 | 2024-12-21T05:10:45.999Z | [ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO STEP 64 (assemble_files) COMPLETE |
9119 | 2024-12-21T05:10:45.999Z | [ host-image] Dec 21 05:10:44.789 INFO O| Dec 21 05:10:44.789 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9120 | 2024-12-21T05:10:46.019Z | [ host-image] Dec 21 05:10:44.809 INFO O| Dec 21 05:10:44.809 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9121 | 2024-12-21T05:10:46.019Z | [ host-image] Dec 21 05:10:44.809 INFO O| Dec 21 05:10:44.809 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9122 | 2024-12-21T05:10:46.019Z | [ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9123 | 2024-12-21T05:10:46.019Z | [ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9124 | 2024-12-21T05:10:46.022Z | [ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO ok! |
9125 | 2024-12-21T05:10:46.022Z | [ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO STEP 65 (ensure_file) COMPLETE |
9126 | 2024-12-21T05:10:46.022Z | [ host-image] Dec 21 05:10:44.810 INFO O| Dec 21 05:10:44.810 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9127 | 2024-12-21T05:10:46.038Z | [ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.828 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9128 | 2024-12-21T05:10:46.042Z | [ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.829 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9129 | 2024-12-21T05:10:46.043Z | [ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9130 | 2024-12-21T05:10:46.043Z | [ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.829 INFO STEP 66 (ensure_dir) COMPLETE |
9131 | 2024-12-21T05:10:46.043Z | [ host-image] Dec 21 05:10:44.829 INFO O| Dec 21 05:10:44.829 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9132 | 2024-12-21T05:10:46.055Z | [ host-image] Dec 21 05:10:44.846 INFO O| Dec 21 05:10:44.846 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9133 | 2024-12-21T05:10:46.055Z | [ host-image] Dec 21 05:10:44.846 INFO O| Dec 21 05:10:44.846 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 ... |
9134 | 2024-12-21T05:10:46.065Z | [ host-image] Dec 21 05:10:44.856 INFO O| Dec 21 05:10:44.856 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 |
9135 | 2024-12-21T05:10:46.065Z | [ host-image] Dec 21 05:10:44.857 INFO O| Dec 21 05:10:44.856 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9136 | 2024-12-21T05:10:46.068Z | [ host-image] Dec 21 05:10:44.857 INFO O| Dec 21 05:10:44.856 INFO ok! |
9137 | 2024-12-21T05:10:46.068Z | [ host-image] Dec 21 05:10:44.857 INFO O| Dec 21 05:10:44.856 INFO STEP 67 (ensure_file) COMPLETE |
9138 | 2024-12-21T05:10:46.068Z | [ host-image] Dec 21 05:10:44.857 INFO O| Dec 21 05:10:44.857 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9139 | 2024-12-21T05:10:46.085Z | [ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9140 | 2024-12-21T05:10:46.085Z | [ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 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 ... |
9141 | 2024-12-21T05:10:46.088Z | [ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 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 |
9142 | 2024-12-21T05:10:46.089Z | [ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9143 | 2024-12-21T05:10:46.089Z | [ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO ok! |
9144 | 2024-12-21T05:10:46.089Z | [ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO STEP 68 (ensure_file) COMPLETE |
9145 | 2024-12-21T05:10:46.089Z | [ host-image] Dec 21 05:10:44.876 INFO O| Dec 21 05:10:44.876 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9146 | 2024-12-21T05:10:46.112Z | [ host-image] Dec 21 05:10:44.904 INFO O| Dec 21 05:10:44.904 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9147 | 2024-12-21T05:10:46.112Z | [ host-image] Dec 21 05:10:44.904 INFO O| Dec 21 05:10:44.904 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9148 | 2024-12-21T05:10:48.803Z | [ recovery-image] Dec 21 05:10:47.619 INFO E| Finished `release` profile [optimized] target(s) in 54.22s |
9149 | 2024-12-21T05:10:48.842Z | [ recovery-image] Dec 21 05:10:47.652 INFO building host image... |
9150 | 2024-12-21T05:10:48.846Z | [ recovery-image] Dec 21 05:10:47.653 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") |
9151 | 2024-12-21T05:10:49.344Z | [ host-image] Dec 21 05:10:48.165 INFO O| Dec 21 05:10:48.165 INFO STEP 69 (pack_tar) COMPLETE |
9152 | 2024-12-21T05:10:49.344Z | [ host-image] Dec 21 05:10:48.165 INFO O| Dec 21 05:10:48.165 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9153 | 2024-12-21T05:10:49.347Z | [ host-image] Dec 21 05:10:48.165 INFO O| Dec 21 05:10:48.165 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9154 | 2024-12-21T05:10:49.712Z | [ recovery-image] Dec 21 05:10:48.535 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9155 | 2024-12-21T05:10:49.826Z | [ host-image] Dec 21 05:10:48.648 INFO O| Dec 21 05:10:48.648 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9156 | 2024-12-21T05:10:49.946Z | [ host-image] Dec 21 05:10:48.772 INFO O| Dec 21 05:10:48.772 INFO completed processing gimlet/ramdisk-02-trim |
9157 | 2024-12-21T05:10:49.950Z | [ host-image] Dec 21 05:10:48.775 INFO image builder template: zfs... |
9158 | 2024-12-21T05:10:49.951Z | [ host-image] Dec 21 05:10:48.775 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/.tmpreaqKo/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 |
9159 | 2024-12-21T05:10:49.970Z | [ host-image] Dec 21 05:10:48.797 INFO O| Dec 21 05:10:48.796 INFO skip include "stress" because feature "stress" is not enabled |
9160 | 2024-12-21T05:10:50.024Z | [ host-image] Dec 21 05:10:48.851 INFO O| Dec 21 05:10:48.851 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9161 | 2024-12-21T05:10:50.030Z | [ host-image] Dec 21 05:10:48.858 INFO O| Dec 21 05:10:48.858 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9162 | 2024-12-21T05:10:50.121Z | [ host-image] Dec 21 05:10:48.947 INFO O| Dec 21 05:10:48.947 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9163 | 2024-12-21T05:10:50.203Z | [ host-image] Dec 21 05:10:49.032 INFO O| Dec 21 05:10:49.032 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9164 | 2024-12-21T05:10:50.203Z | [ host-image] Dec 21 05:10:49.032 INFO O| Dec 21 05:10:49.032 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9165 | 2024-12-21T05:10:50.210Z | [ host-image] Dec 21 05:10:49.039 INFO O| Dec 21 05:10:49.039 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9166 | 2024-12-21T05:10:50.315Z | [ host-image] Dec 21 05:10:49.145 INFO O| Dec 21 05:10:49.144 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9167 | 2024-12-21T05:10:50.377Z | [ host-image] Dec 21 05:10:49.207 INFO O| Dec 21 05:10:49.207 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9168 | 2024-12-21T05:10:50.391Z | [ host-image] Dec 21 05:10:49.222 INFO O| Dec 21 05:10:49.221 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9169 | 2024-12-21T05:10:50.398Z | [ host-image] Dec 21 05:10:49.229 INFO O| Dec 21 05:10:49.229 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9170 | 2024-12-21T05:10:50.398Z | [ host-image] Dec 21 05:10:49.229 INFO O| Dec 21 05:10:49.229 INFO no lofi found |
9171 | 2024-12-21T05:10:50.402Z | [ host-image] Dec 21 05:10:49.229 INFO O| Dec 21 05:10:49.229 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9172 | 2024-12-21T05:10:50.402Z | [ host-image] Dec 21 05:10:49.229 INFO O| Dec 21 05:10:49.229 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9173 | 2024-12-21T05:10:51.433Z | [ recovery-image] Dec 21 05:10:50.273 INFO image complete! materials are in "/work/os-recovery" |
9174 | 2024-12-21T05:10:51.438Z | [ recovery-image] |
9175 | 2024-12-21T05:10:51.438Z | [ recovery-image] real 13:46.970437382 |
9176 | 2024-12-21T05:10:51.438Z | [ recovery-image] user 6:36.333435513 |
9177 | 2024-12-21T05:10:51.441Z | [ recovery-image] sys 1:02.645160887 |
9178 | 2024-12-21T05:10:51.441Z | [ recovery-image] trap 0.353136146 |
9179 | 2024-12-21T05:10:51.442Z | [ recovery-image] tflt 0.689569340 |
9180 | 2024-12-21T05:10:51.442Z | [ recovery-image] dflt 4.087641373 |
9181 | 2024-12-21T05:10:51.442Z | [ recovery-image] kflt 0.029441171 |
9182 | 2024-12-21T05:10:51.442Z | [ recovery-image] lock 30:15.363030980 |
9183 | 2024-12-21T05:10:51.442Z | [ recovery-image] slp 1:26:18.815780699 |
9184 | 2024-12-21T05:10:51.442Z | [ recovery-image] lat 4:00.333492255 |
9185 | 2024-12-21T05:10:51.442Z | [ recovery-image] stop 6.375951221 |
9186 | 2024-12-21T05:10:51.442Z | Dec 21 05:10:50.280 INFO [recovery-image] process exited with exit status: 0 (826.997414541s) |
9187 | 2024-12-21T05:10:52.163Z | [ host-image] Dec 21 05:10:51.010 INFO O| Dec 21 05:10:51.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
9188 | 2024-12-21T05:10:52.163Z | [ host-image] Dec 21 05:10:51.010 INFO O| Dec 21 05:10:51.010 INFO pool device = /dev/dsk/c2t1d0p0 |
9189 | 2024-12-21T05:10:52.163Z | [ host-image] Dec 21 05:10:51.010 INFO O| Dec 21 05:10:51.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"] |
9190 | 2024-12-21T05:10:52.272Z | [ host-image] Dec 21 05:10:51.120 INFO O| Dec 21 05:10:51.120 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9191 | 2024-12-21T05:10:52.272Z | [ host-image] Dec 21 05:10:51.120 INFO O| Dec 21 05:10:51.120 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9192 | 2024-12-21T05:10:52.300Z | [ host-image] Dec 21 05:10:51.148 INFO O| Dec 21 05:10:51.148 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9193 | 2024-12-21T05:10:52.377Z | [ host-image] Dec 21 05:10:51.226 INFO O| Dec 21 05:10:51.226 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9194 | 2024-12-21T05:10:52.428Z | [ host-image] Dec 21 05:10:51.277 INFO O| Dec 21 05:10:51.277 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9195 | 2024-12-21T05:10:52.452Z | [ host-image] Dec 21 05:10:51.301 INFO O| Dec 21 05:10:51.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9196 | 2024-12-21T05:10:52.469Z | [ host-image] Dec 21 05:10:51.315 INFO O| Dec 21 05:10:51.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9197 | 2024-12-21T05:10:52.523Z | [ host-image] Dec 21 05:10:51.373 INFO O| Dec 21 05:10:51.372 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9198 | 2024-12-21T05:10:52.524Z | [ host-image] Dec 21 05:10:51.373 INFO O| Dec 21 05:10:51.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9199 | 2024-12-21T05:10:52.528Z | [ host-image] Dec 21 05:10:51.373 INFO O| Dec 21 05:10:51.373 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9200 | 2024-12-21T05:10:52.535Z | [ host-image] Dec 21 05:10:51.382 INFO O| Dec 21 05:10:51.382 INFO boot environment UUID: adfb93db-5294-44d5-981c-046794ca9df8 |
9201 | 2024-12-21T05:10:52.535Z | [ host-image] Dec 21 05:10:51.382 INFO O| Dec 21 05:10:51.382 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = adfb93db-5294-44d5-981c-046794ca9df8 |
9202 | 2024-12-21T05:10:52.546Z | [ host-image] Dec 21 05:10:51.397 INFO O| Dec 21 05:10:51.396 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9203 | 2024-12-21T05:10:52.564Z | [ host-image] Dec 21 05:10:51.410 INFO O| Dec 21 05:10:51.410 INFO STEP 0 (create_be) COMPLETE |
9204 | 2024-12-21T05:10:52.564Z | [ host-image] Dec 21 05:10:51.410 INFO O| Dec 21 05:10:51.410 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9205 | 2024-12-21T05:10:52.584Z | [ host-image] Dec 21 05:10:51.434 INFO O| Dec 21 05:10:51.434 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9206 | 2024-12-21T05:11:13.088Z | [ host-image] Dec 21 05:11:12.124 INFO O| Dec 21 05:11:12.124 INFO STEP 1 (unpack_tar) COMPLETE |
9207 | 2024-12-21T05:11:13.088Z | [ host-image] Dec 21 05:11:12.124 INFO O| Dec 21 05:11:12.124 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9208 | 2024-12-21T05:11:13.104Z | [ host-image] Dec 21 05:11:12.137 INFO O| Dec 21 05:11:12.137 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9209 | 2024-12-21T05:11:13.588Z | [ host-image] Dec 21 05:11:12.629 INFO O| Dec 21 05:11:12.629 INFO STEP 2 (devfsadm) COMPLETE |
9210 | 2024-12-21T05:11:13.588Z | [ host-image] Dec 21 05:11:12.629 INFO O| Dec 21 05:11:12.629 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9211 | 2024-12-21T05:11:13.601Z | [ host-image] Dec 21 05:11:12.643 INFO O| Dec 21 05:11:12.643 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9212 | 2024-12-21T05:11:13.601Z | [ host-image] Dec 21 05:11:12.643 INFO O| Dec 21 05:11:12.643 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9213 | 2024-12-21T05:11:13.604Z | [ host-image] Dec 21 05:11:12.643 INFO O| Dec 21 05:11:12.643 INFO STEP 3 (ensure_dir) COMPLETE |
9214 | 2024-12-21T05:11:13.604Z | [ host-image] Dec 21 05:11:12.643 INFO O| Dec 21 05:11:12.643 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9215 | 2024-12-21T05:11:13.612Z | [ host-image] Dec 21 05:11:12.654 INFO O| Dec 21 05:11:12.654 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9216 | 2024-12-21T05:11:13.612Z | [ host-image] Dec 21 05:11:12.654 INFO O| Dec 21 05:11:12.654 INFO STEP 4 (ensure_dir) COMPLETE |
9217 | 2024-12-21T05:11:13.615Z | [ host-image] Dec 21 05:11:12.654 INFO O| Dec 21 05:11:12.654 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9218 | 2024-12-21T05:11:13.622Z | [ host-image] Dec 21 05:11:12.664 INFO O| Dec 21 05:11:12.664 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9219 | 2024-12-21T05:11:13.622Z | [ host-image] Dec 21 05:11:12.664 INFO O| Dec 21 05:11:12.664 INFO STEP 5 (ensure_dir) COMPLETE |
9220 | 2024-12-21T05:11:13.626Z | [ host-image] Dec 21 05:11:12.664 INFO O| Dec 21 05:11:12.664 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9221 | 2024-12-21T05:11:13.632Z | [ host-image] Dec 21 05:11:12.674 INFO O| Dec 21 05:11:12.674 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9222 | 2024-12-21T05:11:13.636Z | [ host-image] Dec 21 05:11:12.674 INFO O| Dec 21 05:11:12.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9223 | 2024-12-21T05:11:13.636Z | [ host-image] Dec 21 05:11:12.674 INFO O| Dec 21 05:11:12.674 INFO STEP 6 (ensure_dir) COMPLETE |
9224 | 2024-12-21T05:11:13.637Z | [ host-image] Dec 21 05:11:12.674 INFO O| Dec 21 05:11:12.674 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9225 | 2024-12-21T05:11:13.643Z | [ host-image] Dec 21 05:11:12.684 INFO O| Dec 21 05:11:12.684 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9226 | 2024-12-21T05:11:13.643Z | [ host-image] Dec 21 05:11:12.685 INFO O| Dec 21 05:11:12.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9227 | 2024-12-21T05:11:13.646Z | [ host-image] Dec 21 05:11:12.685 INFO O| Dec 21 05:11:12.685 INFO STEP 7 (ensure_dir) COMPLETE |
9228 | 2024-12-21T05:11:13.646Z | [ host-image] Dec 21 05:11:12.685 INFO O| Dec 21 05:11:12.685 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9229 | 2024-12-21T05:11:13.652Z | [ host-image] Dec 21 05:11:12.695 INFO O| Dec 21 05:11:12.694 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9230 | 2024-12-21T05:11:13.656Z | [ host-image] Dec 21 05:11:12.695 INFO O| Dec 21 05:11:12.695 INFO STEP 8 (remove_files) COMPLETE |
9231 | 2024-12-21T05:11:13.656Z | [ host-image] Dec 21 05:11:12.695 INFO O| Dec 21 05:11:12.695 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9232 | 2024-12-21T05:11:13.663Z | [ host-image] Dec 21 05:11:12.706 INFO O| Dec 21 05:11:12.705 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9233 | 2024-12-21T05:11:13.668Z | [ host-image] Dec 21 05:11:12.706 INFO O| Dec 21 05:11:12.706 INFO STEP 9 (remove_files) COMPLETE |
9234 | 2024-12-21T05:11:13.668Z | [ host-image] Dec 21 05:11:12.706 INFO O| Dec 21 05:11:12.706 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9235 | 2024-12-21T05:11:13.674Z | [ host-image] Dec 21 05:11:12.717 INFO O| Dec 21 05:11:12.717 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9236 | 2024-12-21T05:11:13.677Z | [ host-image] Dec 21 05:11:12.717 INFO O| Dec 21 05:11:12.717 INFO STEP 10 (remove_files) COMPLETE |
9237 | 2024-12-21T05:11:13.677Z | [ host-image] Dec 21 05:11:12.717 INFO O| Dec 21 05:11:12.717 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9238 | 2024-12-21T05:11:13.685Z | [ host-image] Dec 21 05:11:12.728 INFO O| Dec 21 05:11:12.728 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9239 | 2024-12-21T05:11:13.688Z | [ host-image] Dec 21 05:11:12.728 INFO O| Dec 21 05:11:12.728 INFO STEP 11 (remove_files) COMPLETE |
9240 | 2024-12-21T05:11:13.688Z | [ host-image] Dec 21 05:11:12.728 INFO O| Dec 21 05:11:12.728 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9241 | 2024-12-21T05:11:13.696Z | [ host-image] Dec 21 05:11:12.738 INFO O| Dec 21 05:11:12.738 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9242 | 2024-12-21T05:11:13.698Z | [ host-image] Dec 21 05:11:12.738 INFO O| Dec 21 05:11:12.738 INFO STEP 12 (remove_files) COMPLETE |
9243 | 2024-12-21T05:11:13.698Z | [ host-image] Dec 21 05:11:12.738 INFO O| Dec 21 05:11:12.738 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9244 | 2024-12-21T05:11:13.707Z | [ host-image] Dec 21 05:11:12.749 INFO O| Dec 21 05:11:12.749 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9245 | 2024-12-21T05:11:13.708Z | [ host-image] Dec 21 05:11:12.749 INFO O| Dec 21 05:11:12.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9246 | 2024-12-21T05:11:13.710Z | [ host-image] Dec 21 05:11:12.749 INFO O| Dec 21 05:11:12.749 INFO STEP 13 (ensure_dir) COMPLETE |
9247 | 2024-12-21T05:11:13.711Z | [ host-image] Dec 21 05:11:12.749 INFO O| Dec 21 05:11:12.749 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9248 | 2024-12-21T05:11:13.728Z | [ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9249 | 2024-12-21T05:11:13.728Z | [ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9250 | 2024-12-21T05:11:13.728Z | [ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9251 | 2024-12-21T05:11:13.728Z | [ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO STEP 14 (ensure_dir) COMPLETE |
9252 | 2024-12-21T05:11:13.728Z | [ host-image] Dec 21 05:11:12.761 INFO O| Dec 21 05:11:12.761 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9253 | 2024-12-21T05:11:13.733Z | [ host-image] Dec 21 05:11:12.772 INFO O| Dec 21 05:11:12.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9254 | 2024-12-21T05:11:13.733Z | [ host-image] Dec 21 05:11:12.773 INFO O| Dec 21 05:11:12.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9255 | 2024-12-21T05:11:13.733Z | [ host-image] Dec 21 05:11:12.773 INFO O| Dec 21 05:11:12.773 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9256 | 2024-12-21T05:11:13.733Z | [ host-image] Dec 21 05:11:12.773 INFO O| Dec 21 05:11:12.773 INFO STEP 15 (ensure_dir) COMPLETE |
9257 | 2024-12-21T05:11:13.733Z | [ host-image] Dec 21 05:11:12.773 INFO O| Dec 21 05:11:12.773 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9258 | 2024-12-21T05:11:13.741Z | [ host-image] Dec 21 05:11:12.784 INFO O| Dec 21 05:11:12.784 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9259 | 2024-12-21T05:11:13.741Z | [ host-image] Dec 21 05:11:12.784 INFO O| Dec 21 05:11:12.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9260 | 2024-12-21T05:11:13.744Z | [ host-image] Dec 21 05:11:12.784 INFO O| Dec 21 05:11:12.784 INFO STEP 16 (ensure_dir) COMPLETE |
9261 | 2024-12-21T05:11:13.745Z | [ host-image] Dec 21 05:11:12.784 INFO O| Dec 21 05:11:12.784 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9262 | 2024-12-21T05:11:13.751Z | [ host-image] Dec 21 05:11:12.795 INFO O| Dec 21 05:11:12.795 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9263 | 2024-12-21T05:11:13.754Z | [ host-image] Dec 21 05:11:12.795 INFO O| Dec 21 05:11:12.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9264 | 2024-12-21T05:11:13.754Z | [ host-image] Dec 21 05:11:12.795 INFO O| Dec 21 05:11:12.795 INFO STEP 17 (ensure_dir) COMPLETE |
9265 | 2024-12-21T05:11:13.754Z | [ host-image] Dec 21 05:11:12.795 INFO O| Dec 21 05:11:12.795 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9266 | 2024-12-21T05:11:13.762Z | [ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9267 | 2024-12-21T05:11:13.762Z | [ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9268 | 2024-12-21T05:11:13.762Z | [ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO ok! |
9269 | 2024-12-21T05:11:13.765Z | [ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO STEP 18 (ensure_symlink) COMPLETE |
9270 | 2024-12-21T05:11:13.765Z | [ host-image] Dec 21 05:11:12.805 INFO O| Dec 21 05:11:12.805 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9271 | 2024-12-21T05:11:13.773Z | [ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9272 | 2024-12-21T05:11:13.773Z | [ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9273 | 2024-12-21T05:11:13.773Z | [ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO ok! |
9274 | 2024-12-21T05:11:13.775Z | [ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO STEP 19 (ensure_file) COMPLETE |
9275 | 2024-12-21T05:11:13.776Z | [ host-image] Dec 21 05:11:12.816 INFO O| Dec 21 05:11:12.816 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9276 | 2024-12-21T05:11:13.785Z | [ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9277 | 2024-12-21T05:11:13.785Z | [ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9278 | 2024-12-21T05:11:13.799Z | [ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9279 | 2024-12-21T05:11:13.799Z | [ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO ok! |
9280 | 2024-12-21T05:11:13.799Z | [ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO STEP 20 (ensure_symlink) COMPLETE |
9281 | 2024-12-21T05:11:13.799Z | [ host-image] Dec 21 05:11:12.827 INFO O| Dec 21 05:11:12.827 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9282 | 2024-12-21T05:11:13.799Z | [ host-image] Dec 21 05:11:12.838 INFO O| Dec 21 05:11:12.838 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9283 | 2024-12-21T05:11:13.799Z | [ host-image] Dec 21 05:11:12.838 INFO O| Dec 21 05:11:12.838 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9284 | 2024-12-21T05:11:13.799Z | [ host-image] Dec 21 05:11:12.839 INFO O| Dec 21 05:11:12.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9285 | 2024-12-21T05:11:13.799Z | [ host-image] Dec 21 05:11:12.839 INFO O| Dec 21 05:11:12.839 INFO ok! |
9286 | 2024-12-21T05:11:13.800Z | [ host-image] Dec 21 05:11:12.839 INFO O| Dec 21 05:11:12.839 INFO STEP 21 (ensure_symlink) COMPLETE |
9287 | 2024-12-21T05:11:13.800Z | [ host-image] Dec 21 05:11:12.839 INFO O| Dec 21 05:11:12.839 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9288 | 2024-12-21T05:11:13.851Z | [ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.849 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9289 | 2024-12-21T05:11:13.885Z | [ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9290 | 2024-12-21T05:11:13.893Z | [ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9291 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO ok! |
9292 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO STEP 22 (ensure_symlink) COMPLETE |
9293 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.850 INFO O| Dec 21 05:11:12.850 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9294 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9295 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9296 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9297 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO ok! |
9298 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO STEP 23 (ensure_symlink) COMPLETE |
9299 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.861 INFO O| Dec 21 05:11:12.861 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9300 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9301 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9302 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9303 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO ok! |
9304 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO STEP 24 (ensure_file) COMPLETE |
9305 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.872 INFO O| Dec 21 05:11:12.872 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9306 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.883 INFO O| Dec 21 05:11:12.883 INFO updating shadow file |
9307 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.883 INFO O| Dec 21 05:11:12.883 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9308 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.884 INFO O| Dec 21 05:11:12.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9309 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.884 INFO O| Dec 21 05:11:12.884 INFO STEP 25 (shadow) COMPLETE |
9310 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.884 INFO O| Dec 21 05:11:12.884 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9311 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9312 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9313 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9314 | 2024-12-21T05:11:13.894Z | [ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO ok! |
9315 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO STEP 26 (ensure_file) COMPLETE |
9316 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.894 INFO O| Dec 21 05:11:12.894 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9317 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9318 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9319 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9320 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO ok! |
9321 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO STEP 27 (ensure_file) COMPLETE |
9322 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.905 INFO O| Dec 21 05:11:12.905 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9323 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9324 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9325 | 2024-12-21T05:11:13.895Z | [ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9326 | 2024-12-21T05:11:13.896Z | [ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9327 | 2024-12-21T05:11:13.896Z | [ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO ok! |
9328 | 2024-12-21T05:11:13.896Z | [ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO STEP 28 (ensure_file) COMPLETE |
9329 | 2024-12-21T05:11:13.896Z | [ host-image] Dec 21 05:11:12.917 INFO O| Dec 21 05:11:12.917 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9330 | 2024-12-21T05:11:13.929Z | [ host-image] Dec 21 05:11:12.931 INFO O| Dec 21 05:11:12.931 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9331 | 2024-12-21T05:11:13.929Z | [ host-image] Dec 21 05:11:12.931 INFO O| Dec 21 05:11:12.931 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9332 | 2024-12-21T05:11:13.929Z | [ host-image] Dec 21 05:11:12.932 INFO O| Dec 21 05:11:12.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9333 | 2024-12-21T05:11:13.929Z | [ host-image] Dec 21 05:11:12.932 INFO O| Dec 21 05:11:12.932 INFO ok! |
9334 | 2024-12-21T05:11:13.929Z | [ host-image] Dec 21 05:11:12.932 INFO O| Dec 21 05:11:12.932 INFO STEP 29 (ensure_file) COMPLETE |
9335 | 2024-12-21T05:11:13.929Z | [ host-image] Dec 21 05:11:12.932 INFO O| Dec 21 05:11:12.932 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9336 | 2024-12-21T05:11:13.929Z | [ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9337 | 2024-12-21T05:11:13.930Z | [ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9338 | 2024-12-21T05:11:13.930Z | [ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9339 | 2024-12-21T05:11:13.930Z | [ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO ok! |
9340 | 2024-12-21T05:11:13.930Z | [ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO STEP 30 (ensure_file) COMPLETE |
9341 | 2024-12-21T05:11:13.930Z | [ host-image] Dec 21 05:11:12.944 INFO O| Dec 21 05:11:12.944 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9342 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9343 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9344 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9345 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9346 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO ok! |
9347 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO STEP 31 (ensure_file) COMPLETE |
9348 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.956 INFO O| Dec 21 05:11:12.956 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9349 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9350 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9351 | 2024-12-21T05:11:13.935Z | [ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9352 | 2024-12-21T05:11:13.939Z | [ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO ok! |
9353 | 2024-12-21T05:11:13.939Z | [ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO STEP 32 (ensure_file) COMPLETE |
9354 | 2024-12-21T05:11:13.940Z | [ host-image] Dec 21 05:11:12.968 INFO O| Dec 21 05:11:12.968 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9355 | 2024-12-21T05:11:13.940Z | [ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9356 | 2024-12-21T05:11:13.940Z | [ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9357 | 2024-12-21T05:11:13.940Z | [ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9358 | 2024-12-21T05:11:13.940Z | [ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO ok! |
9359 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO STEP 33 (ensure_file) COMPLETE |
9360 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.979 INFO O| Dec 21 05:11:12.979 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9361 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.989 INFO O| Dec 21 05:11:12.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9362 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.989 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9363 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9364 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9365 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9366 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9367 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO ok! |
9368 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO STEP 34 (ensure_file) COMPLETE |
9369 | 2024-12-21T05:11:13.966Z | [ host-image] Dec 21 05:11:12.990 INFO O| Dec 21 05:11:12.990 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9370 | 2024-12-21T05:11:13.967Z | [ host-image] Dec 21 05:11:13.000 INFO O| Dec 21 05:11:13.000 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9371 | 2024-12-21T05:11:13.967Z | [ host-image] Dec 21 05:11:13.000 INFO O| Dec 21 05:11:13.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9372 | 2024-12-21T05:11:13.967Z | [ host-image] Dec 21 05:11:13.000 INFO O| Dec 21 05:11:13.000 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9373 | 2024-12-21T05:11:13.967Z | [ host-image] Dec 21 05:11:13.001 INFO O| Dec 21 05:11:13.000 INFO STEP 35 (ensure_dir) COMPLETE |
9374 | 2024-12-21T05:11:13.967Z | [ host-image] Dec 21 05:11:13.001 INFO O| Dec 21 05:11:13.000 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9375 | 2024-12-21T05:11:13.974Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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 |
9376 | 2024-12-21T05:11:13.974Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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 ... |
9377 | 2024-12-21T05:11:13.975Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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 |
9378 | 2024-12-21T05:11:13.975Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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 |
9379 | 2024-12-21T05:11:13.976Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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 |
9380 | 2024-12-21T05:11:13.976Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 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 |
9381 | 2024-12-21T05:11:13.976Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 INFO ok! |
9382 | 2024-12-21T05:11:13.976Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 INFO STEP 36 (ensure_file) COMPLETE |
9383 | 2024-12-21T05:11:13.976Z | [ host-image] Dec 21 05:11:13.011 INFO O| Dec 21 05:11:13.011 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9384 | 2024-12-21T05:11:13.980Z | [ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9385 | 2024-12-21T05:11:13.981Z | [ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 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 ... |
9386 | 2024-12-21T05:11:13.981Z | [ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9387 | 2024-12-21T05:11:13.981Z | [ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO ok! |
9388 | 2024-12-21T05:11:13.981Z | [ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO STEP 37 (ensure_symlink) COMPLETE |
9389 | 2024-12-21T05:11:13.981Z | [ host-image] Dec 21 05:11:13.022 INFO O| Dec 21 05:11:13.022 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9390 | 2024-12-21T05:11:13.988Z | [ host-image] Dec 21 05:11:13.033 INFO O| Dec 21 05:11:13.033 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9391 | 2024-12-21T05:11:13.988Z | [ host-image] Dec 21 05:11:13.033 INFO O| Dec 21 05:11:13.033 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9392 | 2024-12-21T05:11:13.991Z | [ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9393 | 2024-12-21T05:11:13.992Z | [ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9394 | 2024-12-21T05:11:13.992Z | [ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9395 | 2024-12-21T05:11:13.992Z | [ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9396 | 2024-12-21T05:11:13.992Z | [ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO ok! |
9397 | 2024-12-21T05:11:13.992Z | [ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO STEP 38 (ensure_file) COMPLETE |
9398 | 2024-12-21T05:11:13.992Z | [ host-image] Dec 21 05:11:13.034 INFO O| Dec 21 05:11:13.034 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9399 | 2024-12-21T05:11:13.999Z | [ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9400 | 2024-12-21T05:11:13.999Z | [ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 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 ... |
9401 | 2024-12-21T05:11:14.003Z | [ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 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 |
9402 | 2024-12-21T05:11:14.003Z | [ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9403 | 2024-12-21T05:11:14.003Z | [ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO ok! |
9404 | 2024-12-21T05:11:14.003Z | [ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO STEP 39 (ensure_file) COMPLETE |
9405 | 2024-12-21T05:11:14.003Z | [ host-image] Dec 21 05:11:13.044 INFO O| Dec 21 05:11:13.044 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9406 | 2024-12-21T05:11:14.009Z | [ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9407 | 2024-12-21T05:11:14.009Z | [ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9408 | 2024-12-21T05:11:14.013Z | [ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9409 | 2024-12-21T05:11:14.013Z | [ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO ok! |
9410 | 2024-12-21T05:11:14.013Z | [ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO STEP 40 (ensure_file) COMPLETE |
9411 | 2024-12-21T05:11:14.013Z | [ host-image] Dec 21 05:11:13.055 INFO O| Dec 21 05:11:13.055 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9412 | 2024-12-21T05:11:14.020Z | [ host-image] Dec 21 05:11:13.065 INFO O| Dec 21 05:11:13.065 INFO updating shadow file |
9413 | 2024-12-21T05:11:14.022Z | [ host-image] Dec 21 05:11:13.066 INFO O| Dec 21 05:11:13.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9414 | 2024-12-21T05:11:14.022Z | [ host-image] Dec 21 05:11:13.066 INFO O| Dec 21 05:11:13.066 INFO STEP 41 (shadow) COMPLETE |
9415 | 2024-12-21T05:11:14.022Z | [ host-image] Dec 21 05:11:13.066 INFO O| Dec 21 05:11:13.066 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9416 | 2024-12-21T05:11:14.030Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9417 | 2024-12-21T05:11:14.031Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9418 | 2024-12-21T05:11:14.034Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9419 | 2024-12-21T05:11:14.034Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9420 | 2024-12-21T05:11:14.034Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO ok! |
9421 | 2024-12-21T05:11:14.034Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO STEP 42 (ensure_file) COMPLETE |
9422 | 2024-12-21T05:11:14.034Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9423 | 2024-12-21T05:11:14.034Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO skip step because feature "mfg" is not enabled |
9424 | 2024-12-21T05:11:14.034Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9425 | 2024-12-21T05:11:14.034Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO skip step because feature "mfg" is not enabled |
9426 | 2024-12-21T05:11:14.035Z | [ host-image] Dec 21 05:11:13.076 INFO O| Dec 21 05:11:13.076 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9427 | 2024-12-21T05:11:14.050Z | [ host-image] Dec 21 05:11:13.087 INFO O| Dec 21 05:11:13.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9428 | 2024-12-21T05:11:14.050Z | [ host-image] Dec 21 05:11:13.087 INFO O| Dec 21 05:11:13.087 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9429 | 2024-12-21T05:11:14.735Z | [ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9430 | 2024-12-21T05:11:14.735Z | [ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9431 | 2024-12-21T05:11:14.742Z | [ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO ok! |
9432 | 2024-12-21T05:11:14.742Z | [ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO STEP 45 (ensure_file) COMPLETE |
9433 | 2024-12-21T05:11:14.742Z | [ host-image] Dec 21 05:11:13.787 INFO O| Dec 21 05:11:13.787 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9434 | 2024-12-21T05:11:14.748Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9435 | 2024-12-21T05:11:14.748Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9436 | 2024-12-21T05:11:14.753Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9437 | 2024-12-21T05:11:14.753Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9438 | 2024-12-21T05:11:14.753Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9439 | 2024-12-21T05:11:14.753Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9440 | 2024-12-21T05:11:14.753Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO ok! |
9441 | 2024-12-21T05:11:14.753Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO STEP 46 (ensure_file) COMPLETE |
9442 | 2024-12-21T05:11:14.753Z | [ host-image] Dec 21 05:11:13.799 INFO O| Dec 21 05:11:13.799 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9443 | 2024-12-21T05:11:14.760Z | [ host-image] Dec 21 05:11:13.810 INFO O| Dec 21 05:11:13.810 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9444 | 2024-12-21T05:11:14.760Z | [ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 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 ... |
9445 | 2024-12-21T05:11:14.769Z | [ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 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 |
9446 | 2024-12-21T05:11:14.769Z | [ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9447 | 2024-12-21T05:11:14.769Z | [ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 INFO ok! |
9448 | 2024-12-21T05:11:14.769Z | [ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 INFO STEP 47 (ensure_file) COMPLETE |
9449 | 2024-12-21T05:11:14.769Z | [ host-image] Dec 21 05:11:13.811 INFO O| Dec 21 05:11:13.811 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9450 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.824 INFO O| Dec 21 05:11:13.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9451 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.824 INFO O| Dec 21 05:11:13.824 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9452 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9453 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9454 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9455 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9456 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO ok! |
9457 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO STEP 48 (ensure_file) COMPLETE |
9458 | 2024-12-21T05:11:14.774Z | [ host-image] Dec 21 05:11:13.825 INFO O| Dec 21 05:11:13.825 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9459 | 2024-12-21T05:11:14.788Z | [ host-image] Dec 21 05:11:13.840 INFO O| Dec 21 05:11:13.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9460 | 2024-12-21T05:11:14.788Z | [ host-image] Dec 21 05:11:13.840 INFO O| Dec 21 05:11:13.840 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 ... |
9461 | 2024-12-21T05:11:14.795Z | [ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.840 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 |
9462 | 2024-12-21T05:11:14.795Z | [ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.841 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9463 | 2024-12-21T05:11:14.795Z | [ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.841 INFO ok! |
9464 | 2024-12-21T05:11:14.795Z | [ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.841 INFO STEP 49 (ensure_file) COMPLETE |
9465 | 2024-12-21T05:11:14.795Z | [ host-image] Dec 21 05:11:13.841 INFO O| Dec 21 05:11:13.841 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9466 | 2024-12-21T05:11:14.805Z | [ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9467 | 2024-12-21T05:11:14.807Z | [ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9468 | 2024-12-21T05:11:14.810Z | [ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9469 | 2024-12-21T05:11:14.810Z | [ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9470 | 2024-12-21T05:11:14.810Z | [ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9471 | 2024-12-21T05:11:14.810Z | [ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9472 | 2024-12-21T05:11:14.810Z | [ host-image] Dec 21 05:11:13.855 INFO O| Dec 21 05:11:13.855 INFO ok! |
9473 | 2024-12-21T05:11:14.810Z | [ host-image] Dec 21 05:11:13.856 INFO O| Dec 21 05:11:13.856 INFO STEP 50 (ensure_file) COMPLETE |
9474 | 2024-12-21T05:11:14.810Z | [ host-image] Dec 21 05:11:13.856 INFO O| Dec 21 05:11:13.856 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9475 | 2024-12-21T05:11:14.821Z | [ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.870 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9476 | 2024-12-21T05:11:14.824Z | [ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.870 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 ... |
9477 | 2024-12-21T05:11:14.824Z | [ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 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 |
9478 | 2024-12-21T05:11:14.824Z | [ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9479 | 2024-12-21T05:11:14.824Z | [ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 INFO ok! |
9480 | 2024-12-21T05:11:14.824Z | [ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 INFO STEP 51 (ensure_file) COMPLETE |
9481 | 2024-12-21T05:11:14.825Z | [ host-image] Dec 21 05:11:13.871 INFO O| Dec 21 05:11:13.871 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9482 | 2024-12-21T05:11:14.831Z | [ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9483 | 2024-12-21T05:11:14.832Z | [ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 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 ... |
9484 | 2024-12-21T05:11:14.837Z | [ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9485 | 2024-12-21T05:11:14.837Z | [ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9486 | 2024-12-21T05:11:14.837Z | [ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO ok! |
9487 | 2024-12-21T05:11:14.837Z | [ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO STEP 52 (ensure_file) COMPLETE |
9488 | 2024-12-21T05:11:14.837Z | [ host-image] Dec 21 05:11:13.884 INFO O| Dec 21 05:11:13.884 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9489 | 2024-12-21T05:11:14.843Z | [ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9490 | 2024-12-21T05:11:14.843Z | [ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 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 ... |
9491 | 2024-12-21T05:11:14.847Z | [ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 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 |
9492 | 2024-12-21T05:11:14.847Z | [ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9493 | 2024-12-21T05:11:14.847Z | [ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO ok! |
9494 | 2024-12-21T05:11:14.847Z | [ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO STEP 53 (ensure_file) COMPLETE |
9495 | 2024-12-21T05:11:14.847Z | [ host-image] Dec 21 05:11:13.897 INFO O| Dec 21 05:11:13.897 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9496 | 2024-12-21T05:11:14.856Z | [ host-image] Dec 21 05:11:13.909 INFO O| Dec 21 05:11:13.909 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9497 | 2024-12-21T05:11:14.856Z | [ host-image] Dec 21 05:11:13.909 INFO O| Dec 21 05:11:13.909 INFO STEP 54 (ensure_dir) COMPLETE |
9498 | 2024-12-21T05:11:14.857Z | [ host-image] Dec 21 05:11:13.909 INFO O| Dec 21 05:11:13.909 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9499 | 2024-12-21T05:11:14.867Z | [ host-image] Dec 21 05:11:13.920 INFO O| Dec 21 05:11:13.920 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9500 | 2024-12-21T05:11:14.867Z | [ host-image] Dec 21 05:11:13.920 INFO O| Dec 21 05:11:13.920 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9501 | 2024-12-21T05:11:14.870Z | [ host-image] Dec 21 05:11:13.920 INFO O| Dec 21 05:11:13.920 INFO STEP 55 (ensure_dir) COMPLETE |
9502 | 2024-12-21T05:11:14.870Z | [ host-image] Dec 21 05:11:13.920 INFO O| Dec 21 05:11:13.920 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9503 | 2024-12-21T05:11:14.880Z | [ host-image] Dec 21 05:11:13.933 INFO O| Dec 21 05:11:13.933 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9504 | 2024-12-21T05:11:14.880Z | [ host-image] Dec 21 05:11:13.933 INFO O| Dec 21 05:11:13.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9505 | 2024-12-21T05:11:14.880Z | [ host-image] Dec 21 05:11:13.933 INFO O| Dec 21 05:11:13.933 INFO STEP 56 (ensure_dir) COMPLETE |
9506 | 2024-12-21T05:11:14.883Z | [ host-image] Dec 21 05:11:13.933 INFO O| Dec 21 05:11:13.933 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-12-21T05:11:14.892Z | [ host-image] Dec 21 05:11:13.945 INFO O| Dec 21 05:11:13.945 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9508 | 2024-12-21T05:11:14.893Z | [ host-image] Dec 21 05:11:13.945 INFO O| Dec 21 05:11:13.945 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9509 | 2024-12-21T05:11:14.913Z | [ host-image] Dec 21 05:11:13.963 INFO O| Dec 21 05:11:13.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9510 | 2024-12-21T05:11:14.913Z | [ host-image] Dec 21 05:11:13.963 INFO O| Dec 21 05:11:13.963 INFO ok! |
9511 | 2024-12-21T05:11:14.913Z | [ host-image] Dec 21 05:11:13.963 INFO O| Dec 21 05:11:13.963 INFO STEP 57 (ensure_file) COMPLETE |
9512 | 2024-12-21T05:11:14.920Z | [ host-image] Dec 21 05:11:13.963 INFO O| Dec 21 05:11:13.963 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-12-21T05:11:14.935Z | [ host-image] Dec 21 05:11:13.976 INFO O| Dec 21 05:11:13.975 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9514 | 2024-12-21T05:11:14.935Z | [ host-image] Dec 21 05:11:13.976 INFO O| Dec 21 05:11:13.976 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9515 | 2024-12-21T05:11:16.356Z | [ host-image] Dec 21 05:11:15.276 INFO O| Dec 21 05:11:15.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9516 | 2024-12-21T05:11:16.356Z | [ host-image] Dec 21 05:11:15.276 INFO O| Dec 21 05:11:15.276 INFO ok! |
9517 | 2024-12-21T05:11:16.451Z | [ host-image] Dec 21 05:11:15.276 INFO O| Dec 21 05:11:15.276 INFO STEP 58 (ensure_file) COMPLETE |
9518 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.276 INFO O| Dec 21 05:11:15.276 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.292 INFO O| Dec 21 05:11:15.292 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9520 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.292 INFO O| Dec 21 05:11:15.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9521 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.293 INFO O| Dec 21 05:11:15.292 INFO STEP 59 (ensure_dir) COMPLETE |
9522 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.293 INFO O| Dec 21 05:11:15.293 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9524 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO copying /tmp/.tmpreaqKo/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 ... |
9525 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9526 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO ok! |
9527 | 2024-12-21T05:11:16.452Z | [ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO STEP 60 (ensure_file) COMPLETE |
9528 | 2024-12-21T05:11:16.472Z | [ host-image] Dec 21 05:11:15.305 INFO O| Dec 21 05:11:15.305 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9529 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9530 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO copying /tmp/.tmpreaqKo/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 ... |
9531 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9532 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO ok! |
9533 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO STEP 61 (ensure_file) COMPLETE |
9534 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.317 INFO O| Dec 21 05:11:15.317 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.331 INFO O| Dec 21 05:11:15.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9536 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.331 INFO O| Dec 21 05:11:15.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9537 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.331 INFO O| Dec 21 05:11:15.331 INFO STEP 62 (ensure_dir) COMPLETE |
9538 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.331 INFO O| Dec 21 05:11:15.331 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9539 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.347 INFO O| Dec 21 05:11:15.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9540 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.347 INFO copying /tmp/.tmpreaqKo/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 ... |
9541 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9542 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.348 INFO ok! |
9543 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.348 INFO STEP 63 (ensure_file) COMPLETE |
9544 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.348 INFO O| Dec 21 05:11:15.348 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.360 INFO O| Dec 21 05:11:15.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9546 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.360 INFO O| Dec 21 05:11:15.360 INFO copying /tmp/.tmpreaqKo/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 ... |
9547 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.361 INFO O| Dec 21 05:11:15.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9548 | 2024-12-21T05:11:16.473Z | [ host-image] Dec 21 05:11:15.361 INFO O| Dec 21 05:11:15.361 INFO ok! |
9549 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.361 INFO O| Dec 21 05:11:15.361 INFO STEP 64 (ensure_file) COMPLETE |
9550 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.361 INFO O| Dec 21 05:11:15.361 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9551 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.373 INFO O| Dec 21 05:11:15.373 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9552 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.373 INFO O| Dec 21 05:11:15.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9553 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.373 INFO O| Dec 21 05:11:15.373 INFO STEP 65 (ensure_dir) COMPLETE |
9554 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.373 INFO O| Dec 21 05:11:15.373 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.388 INFO O| Dec 21 05:11:15.388 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9556 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.388 INFO copying /tmp/.tmpreaqKo/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 ... |
9557 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.389 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9558 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.389 INFO ok! |
9559 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.389 INFO STEP 66 (ensure_file) COMPLETE |
9560 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.389 INFO O| Dec 21 05:11:15.389 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9561 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9562 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9563 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9564 | 2024-12-21T05:11:16.474Z | [ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO ok! |
9565 | 2024-12-21T05:11:16.475Z | [ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO STEP 67 (ensure_file) COMPLETE |
9566 | 2024-12-21T05:11:16.475Z | [ host-image] Dec 21 05:11:15.401 INFO O| Dec 21 05:11:15.401 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9567 | 2024-12-21T05:11:16.475Z | [ host-image] Dec 21 05:11:15.415 INFO O| Dec 21 05:11:15.415 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9568 | 2024-12-21T05:11:16.475Z | [ host-image] Dec 21 05:11:15.415 INFO O| Dec 21 05:11:15.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9569 | 2024-12-21T05:11:16.475Z | [ host-image] Dec 21 05:11:15.415 INFO O| Dec 21 05:11:15.415 INFO STEP 68 (ensure_dir) COMPLETE |
9570 | 2024-12-21T05:11:16.475Z | [ host-image] Dec 21 05:11:15.415 INFO O| Dec 21 05:11:15.415 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-12-21T05:11:16.475Z | [ host-image] Dec 21 05:11:15.428 INFO O| Dec 21 05:11:15.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9572 | 2024-12-21T05:11:16.475Z | [ host-image] Dec 21 05:11:15.428 INFO O| Dec 21 05:11:15.428 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9573 | 2024-12-21T05:11:17.714Z | [ host-image] Dec 21 05:11:16.792 INFO O| Dec 21 05:11:16.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9574 | 2024-12-21T05:11:17.714Z | [ host-image] Dec 21 05:11:16.792 INFO O| Dec 21 05:11:16.792 INFO ok! |
9575 | 2024-12-21T05:11:17.714Z | [ host-image] Dec 21 05:11:16.792 INFO O| Dec 21 05:11:16.792 INFO STEP 69 (ensure_file) COMPLETE |
9576 | 2024-12-21T05:11:17.714Z | [ host-image] Dec 21 05:11:16.792 INFO O| Dec 21 05:11:16.792 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-12-21T05:11:17.732Z | [ host-image] Dec 21 05:11:16.811 INFO O| Dec 21 05:11:16.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9578 | 2024-12-21T05:11:17.732Z | [ host-image] Dec 21 05:11:16.811 INFO O| Dec 21 05:11:16.811 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9579 | 2024-12-21T05:11:22.284Z | [ host-image] Dec 21 05:11:18.805 INFO O| Dec 21 05:11:18.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9580 | 2024-12-21T05:11:22.284Z | [ host-image] Dec 21 05:11:18.805 INFO O| Dec 21 05:11:18.805 INFO ok! |
9581 | 2024-12-21T05:11:22.284Z | [ host-image] Dec 21 05:11:18.805 INFO O| Dec 21 05:11:18.805 INFO STEP 70 (ensure_file) COMPLETE |
9582 | 2024-12-21T05:11:22.293Z | [ host-image] Dec 21 05:11:18.805 INFO O| Dec 21 05:11:18.805 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9583 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.823 INFO O| Dec 21 05:11:18.823 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9584 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.823 INFO O| Dec 21 05:11:18.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9585 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.824 INFO O| Dec 21 05:11:18.823 INFO STEP 71 (ensure_dir) COMPLETE |
9586 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.824 INFO O| Dec 21 05:11:18.823 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9587 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9588 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO copying /tmp/.tmpreaqKo/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 ... |
9589 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9590 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO ok! |
9591 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO STEP 72 (ensure_file) COMPLETE |
9592 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.842 INFO O| Dec 21 05:11:18.842 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9593 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9594 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO copying /tmp/.tmpreaqKo/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 ... |
9595 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9596 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO ok! |
9597 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO STEP 73 (ensure_file) COMPLETE |
9598 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.860 INFO O| Dec 21 05:11:18.860 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-12-21T05:11:22.294Z | [ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9600 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9601 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9602 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO ok! |
9603 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.877 INFO O| Dec 21 05:11:18.877 INFO STEP 74 (ensure_file) COMPLETE |
9604 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.878 INFO O| Dec 21 05:11:18.877 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9605 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.896 INFO O| Dec 21 05:11:18.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9606 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.896 INFO O| Dec 21 05:11:18.896 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9607 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.897 INFO O| Dec 21 05:11:18.897 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9608 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.897 INFO O| Dec 21 05:11:18.897 INFO ok! |
9609 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.897 INFO O| Dec 21 05:11:18.897 INFO STEP 75 (ensure_file) COMPLETE |
9610 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.897 INFO O| Dec 21 05:11:18.897 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9611 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.916 INFO O| Dec 21 05:11:18.916 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9612 | 2024-12-21T05:11:22.295Z | [ host-image] Dec 21 05:11:18.916 INFO O| Dec 21 05:11:18.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9613 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.916 INFO O| Dec 21 05:11:18.916 INFO STEP 76 (ensure_dir) COMPLETE |
9614 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.916 INFO O| Dec 21 05:11:18.916 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9615 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.935 INFO O| Dec 21 05:11:18.935 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9616 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.935 INFO O| Dec 21 05:11:18.935 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9617 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.938 INFO O| Dec 21 05:11:18.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9618 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.938 INFO O| Dec 21 05:11:18.938 INFO ok! |
9619 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.938 INFO O| Dec 21 05:11:18.938 INFO STEP 77 (ensure_file) COMPLETE |
9620 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.938 INFO O| Dec 21 05:11:18.938 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9621 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.954 INFO O| Dec 21 05:11:18.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9622 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.954 INFO O| Dec 21 05:11:18.954 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9623 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.955 INFO O| Dec 21 05:11:18.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9624 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.955 INFO O| Dec 21 05:11:18.954 INFO ok! |
9625 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.955 INFO O| Dec 21 05:11:18.955 INFO STEP 78 (ensure_file) COMPLETE |
9626 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.955 INFO O| Dec 21 05:11:18.955 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9627 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.972 INFO O| Dec 21 05:11:18.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9628 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:18.972 INFO O| Dec 21 05:11:18.972 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9629 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.556 INFO O| Dec 21 05:11:20.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9630 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.556 INFO O| Dec 21 05:11:20.556 INFO ok! |
9631 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.556 INFO O| Dec 21 05:11:20.556 INFO STEP 79 (ensure_file) COMPLETE |
9632 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.556 INFO O| Dec 21 05:11:20.556 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9633 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.574 INFO O| Dec 21 05:11:20.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9634 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.574 INFO O| Dec 21 05:11:20.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9635 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.574 INFO O| Dec 21 05:11:20.574 INFO STEP 80 (ensure_dir) COMPLETE |
9636 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.574 INFO O| Dec 21 05:11:20.574 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9637 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.591 INFO O| Dec 21 05:11:20.590 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9638 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.591 INFO O| Dec 21 05:11:20.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9639 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.591 INFO O| Dec 21 05:11:20.591 INFO STEP 81 (ensure_dir) COMPLETE |
9640 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.591 INFO O| Dec 21 05:11:20.591 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9641 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.608 INFO O| Dec 21 05:11:20.608 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9642 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.608 INFO O| Dec 21 05:11:20.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9643 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.608 INFO O| Dec 21 05:11:20.608 INFO STEP 82 (ensure_dir) COMPLETE |
9644 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.608 INFO O| Dec 21 05:11:20.608 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9645 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.623 INFO O| Dec 21 05:11:20.623 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9646 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.623 INFO O| Dec 21 05:11:20.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9647 | 2024-12-21T05:11:22.296Z | [ host-image] Dec 21 05:11:20.624 INFO O| Dec 21 05:11:20.623 INFO STEP 83 (ensure_dir) COMPLETE |
9648 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.624 INFO O| Dec 21 05:11:20.624 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9649 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.645 INFO O| Dec 21 05:11:20.644 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9650 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.645 INFO O| Dec 21 05:11:20.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9651 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.645 INFO O| Dec 21 05:11:20.645 INFO STEP 84 (ensure_dir) COMPLETE |
9652 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.645 INFO O| Dec 21 05:11:20.645 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9653 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.667 INFO O| Dec 21 05:11:20.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9654 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.667 INFO O| Dec 21 05:11:20.667 INFO copying /tmp/.tmpreaqKo/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 ... |
9655 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.668 INFO O| Dec 21 05:11:20.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9656 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.668 INFO O| Dec 21 05:11:20.668 INFO ok! |
9657 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.668 INFO O| Dec 21 05:11:20.668 INFO STEP 85 (ensure_file) COMPLETE |
9658 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.668 INFO O| Dec 21 05:11:20.668 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9659 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.690 INFO O| Dec 21 05:11:20.690 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9660 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.690 INFO O| Dec 21 05:11:20.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9661 | 2024-12-21T05:11:22.297Z | [ host-image] Dec 21 05:11:20.691 INFO O| Dec 21 05:11:20.691 INFO STEP 86 (ensure_dir) COMPLETE |
9662 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.691 INFO O| Dec 21 05:11:20.691 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9663 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9664 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9665 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9666 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO ok! |
9667 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO STEP 87 (ensure_file) COMPLETE |
9668 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.712 INFO O| Dec 21 05:11:20.712 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9669 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.734 INFO O| Dec 21 05:11:20.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9670 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:20.734 INFO O| Dec 21 05:11:20.734 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9671 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:21.315 INFO O| Dec 21 05:11:21.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9672 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:21.315 INFO O| Dec 21 05:11:21.315 INFO ok! |
9673 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:21.315 INFO O| Dec 21 05:11:21.315 INFO STEP 88 (ensure_file) COMPLETE |
9674 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:21.315 INFO O| Dec 21 05:11:21.315 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9675 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:21.335 INFO O| Dec 21 05:11:21.335 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9676 | 2024-12-21T05:11:22.298Z | [ host-image] Dec 21 05:11:21.335 INFO O| Dec 21 05:11:21.335 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9677 | 2024-12-21T05:11:23.299Z | [ host-image] Dec 21 05:11:22.080 INFO O| Dec 21 05:11:22.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9678 | 2024-12-21T05:11:23.299Z | [ host-image] Dec 21 05:11:22.080 INFO O| Dec 21 05:11:22.080 INFO ok! |
9679 | 2024-12-21T05:11:23.299Z | [ host-image] Dec 21 05:11:22.080 INFO O| Dec 21 05:11:22.080 INFO STEP 89 (ensure_file) COMPLETE |
9680 | 2024-12-21T05:11:23.309Z | [ host-image] Dec 21 05:11:22.080 INFO O| Dec 21 05:11:22.080 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9681 | 2024-12-21T05:11:23.310Z | [ host-image] Dec 21 05:11:22.101 INFO O| Dec 21 05:11:22.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9682 | 2024-12-21T05:11:23.310Z | [ host-image] Dec 21 05:11:22.101 INFO O| Dec 21 05:11:22.101 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9683 | 2024-12-21T05:11:23.310Z | [ host-image] Dec 21 05:11:22.102 INFO O| Dec 21 05:11:22.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9684 | 2024-12-21T05:11:23.311Z | [ host-image] Dec 21 05:11:22.102 INFO O| Dec 21 05:11:22.102 INFO ok! |
9685 | 2024-12-21T05:11:23.311Z | [ host-image] Dec 21 05:11:22.102 INFO O| Dec 21 05:11:22.102 INFO STEP 90 (ensure_file) COMPLETE |
9686 | 2024-12-21T05:11:23.311Z | [ host-image] Dec 21 05:11:22.102 INFO O| Dec 21 05:11:22.102 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9687 | 2024-12-21T05:11:23.311Z | [ host-image] Dec 21 05:11:22.126 INFO O| Dec 21 05:11:22.126 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9688 | 2024-12-21T05:11:23.311Z | [ host-image] Dec 21 05:11:22.126 INFO O| Dec 21 05:11:22.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9689 | 2024-12-21T05:11:23.311Z | [ host-image] Dec 21 05:11:22.126 INFO O| Dec 21 05:11:22.126 INFO STEP 91 (ensure_dir) COMPLETE |
9690 | 2024-12-21T05:11:23.311Z | [ host-image] Dec 21 05:11:22.126 INFO O| Dec 21 05:11:22.126 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9691 | 2024-12-21T05:11:23.312Z | [ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9692 | 2024-12-21T05:11:23.312Z | [ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.145 INFO copying /tmp/.tmpreaqKo/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 ... |
9693 | 2024-12-21T05:11:23.312Z | [ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9694 | 2024-12-21T05:11:23.312Z | [ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.146 INFO ok! |
9695 | 2024-12-21T05:11:23.312Z | [ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.146 INFO STEP 92 (ensure_file) COMPLETE |
9696 | 2024-12-21T05:11:23.312Z | [ host-image] Dec 21 05:11:22.146 INFO O| Dec 21 05:11:22.146 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9697 | 2024-12-21T05:11:23.313Z | [ host-image] Dec 21 05:11:22.165 INFO O| Dec 21 05:11:22.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9698 | 2024-12-21T05:11:23.313Z | [ host-image] Dec 21 05:11:22.165 INFO O| Dec 21 05:11:22.165 INFO copying /tmp/.tmpreaqKo/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 ... |
9699 | 2024-12-21T05:11:23.314Z | [ host-image] Dec 21 05:11:22.165 INFO O| Dec 21 05:11:22.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9700 | 2024-12-21T05:11:23.314Z | [ host-image] Dec 21 05:11:22.166 INFO O| Dec 21 05:11:22.165 INFO ok! |
9701 | 2024-12-21T05:11:23.314Z | [ host-image] Dec 21 05:11:22.166 INFO O| Dec 21 05:11:22.166 INFO STEP 93 (ensure_file) COMPLETE |
9702 | 2024-12-21T05:11:23.314Z | [ host-image] Dec 21 05:11:22.166 INFO O| Dec 21 05:11:22.166 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9703 | 2024-12-21T05:11:23.317Z | [ host-image] Dec 21 05:11:22.208 INFO O| Dec 21 05:11:22.208 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9704 | 2024-12-21T05:11:23.317Z | [ host-image] Dec 21 05:11:22.208 INFO O| Dec 21 05:11:22.208 INFO copying /tmp/.tmpreaqKo/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 ... |
9705 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.209 INFO O| Dec 21 05:11:22.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9706 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.209 INFO O| Dec 21 05:11:22.209 INFO ok! |
9707 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.209 INFO O| Dec 21 05:11:22.209 INFO STEP 94 (ensure_file) COMPLETE |
9708 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.209 INFO O| Dec 21 05:11:22.209 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9709 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.230 INFO O| Dec 21 05:11:22.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9710 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.230 INFO O| Dec 21 05:11:22.230 INFO copying /tmp/.tmpreaqKo/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 ... |
9711 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.231 INFO O| Dec 21 05:11:22.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9712 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.231 INFO O| Dec 21 05:11:22.231 INFO ok! |
9713 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.231 INFO O| Dec 21 05:11:22.231 INFO STEP 95 (ensure_file) COMPLETE |
9714 | 2024-12-21T05:11:23.318Z | [ host-image] Dec 21 05:11:22.231 INFO O| Dec 21 05:11:22.231 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9715 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.253 INFO O| Dec 21 05:11:22.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9716 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO copying /tmp/.tmpreaqKo/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 ... |
9717 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9718 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO ok! |
9719 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO STEP 96 (ensure_file) COMPLETE |
9720 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.254 INFO O| Dec 21 05:11:22.254 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9721 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9722 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9723 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9724 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO ok! |
9725 | 2024-12-21T05:11:23.319Z | [ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO STEP 97 (ensure_file) COMPLETE |
9726 | 2024-12-21T05:11:23.320Z | [ host-image] Dec 21 05:11:22.274 INFO O| Dec 21 05:11:22.274 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9727 | 2024-12-21T05:11:23.320Z | [ host-image] Dec 21 05:11:22.292 INFO O| Dec 21 05:11:22.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9728 | 2024-12-21T05:11:23.320Z | [ host-image] Dec 21 05:11:22.292 INFO O| Dec 21 05:11:22.292 INFO copying /tmp/.tmpreaqKo/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 ... |
9729 | 2024-12-21T05:11:23.320Z | [ host-image] Dec 21 05:11:22.292 INFO O| Dec 21 05:11:22.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9730 | 2024-12-21T05:11:23.320Z | [ host-image] Dec 21 05:11:22.293 INFO O| Dec 21 05:11:22.292 INFO ok! |
9731 | 2024-12-21T05:11:23.320Z | [ host-image] Dec 21 05:11:22.293 INFO O| Dec 21 05:11:22.293 INFO STEP 98 (ensure_file) COMPLETE |
9732 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.293 INFO O| Dec 21 05:11:22.293 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9733 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.327 INFO O| Dec 21 05:11:22.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9734 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.327 INFO O| Dec 21 05:11:22.327 INFO copying /tmp/.tmpreaqKo/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 ... |
9735 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.328 INFO O| Dec 21 05:11:22.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9736 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.328 INFO O| Dec 21 05:11:22.328 INFO ok! |
9737 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.328 INFO O| Dec 21 05:11:22.328 INFO STEP 99 (ensure_file) COMPLETE |
9738 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.328 INFO O| Dec 21 05:11:22.328 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9739 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9740 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO copying /tmp/.tmpreaqKo/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 ... |
9741 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9742 | 2024-12-21T05:11:23.321Z | [ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO ok! |
9743 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO STEP 100 (ensure_file) COMPLETE |
9744 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.370 INFO O| Dec 21 05:11:22.370 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9745 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9746 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9747 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9748 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO ok! |
9749 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO STEP 101 (ensure_file) COMPLETE |
9750 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.392 INFO O| Dec 21 05:11:22.392 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9751 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9752 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO copying /tmp/.tmpreaqKo/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 ... |
9753 | 2024-12-21T05:11:23.322Z | [ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9754 | 2024-12-21T05:11:23.323Z | [ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO ok! |
9755 | 2024-12-21T05:11:23.323Z | [ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO STEP 102 (ensure_file) COMPLETE |
9756 | 2024-12-21T05:11:23.323Z | [ host-image] Dec 21 05:11:22.411 INFO O| Dec 21 05:11:22.411 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9757 | 2024-12-21T05:11:23.333Z | [ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9758 | 2024-12-21T05:11:23.333Z | [ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO copying /tmp/.tmpreaqKo/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 ... |
9759 | 2024-12-21T05:11:23.333Z | [ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9760 | 2024-12-21T05:11:23.334Z | [ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO ok! |
9761 | 2024-12-21T05:11:23.334Z | [ host-image] Dec 21 05:11:22.446 INFO O| Dec 21 05:11:22.446 INFO STEP 103 (ensure_file) COMPLETE |
9762 | 2024-12-21T05:11:23.334Z | [ host-image] Dec 21 05:11:22.447 INFO O| Dec 21 05:11:22.446 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9763 | 2024-12-21T05:11:23.341Z | [ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9764 | 2024-12-21T05:11:23.341Z | [ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO copying /tmp/.tmpreaqKo/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 ... |
9765 | 2024-12-21T05:11:23.341Z | [ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9766 | 2024-12-21T05:11:23.342Z | [ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO ok! |
9767 | 2024-12-21T05:11:23.342Z | [ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO STEP 104 (ensure_file) COMPLETE |
9768 | 2024-12-21T05:11:23.342Z | [ host-image] Dec 21 05:11:22.467 INFO O| Dec 21 05:11:22.467 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9769 | 2024-12-21T05:11:23.356Z | [ host-image] Dec 21 05:11:22.486 INFO O| Dec 21 05:11:22.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9770 | 2024-12-21T05:11:23.356Z | [ host-image] Dec 21 05:11:22.486 INFO O| Dec 21 05:11:22.486 INFO copying /tmp/.tmpreaqKo/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 ... |
9771 | 2024-12-21T05:11:23.358Z | [ host-image] Dec 21 05:11:22.487 INFO O| Dec 21 05:11:22.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9772 | 2024-12-21T05:11:23.358Z | [ host-image] Dec 21 05:11:22.487 INFO O| Dec 21 05:11:22.487 INFO ok! |
9773 | 2024-12-21T05:11:23.358Z | [ host-image] Dec 21 05:11:22.487 INFO O| Dec 21 05:11:22.487 INFO STEP 105 (ensure_file) COMPLETE |
9774 | 2024-12-21T05:11:23.359Z | [ host-image] Dec 21 05:11:22.487 INFO O| Dec 21 05:11:22.487 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2024-12-21T05:11:23.376Z | [ host-image] Dec 21 05:11:22.506 INFO O| Dec 21 05:11:22.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9776 | 2024-12-21T05:11:23.376Z | [ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO copying /tmp/.tmpreaqKo/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 ... |
9777 | 2024-12-21T05:11:23.379Z | [ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9778 | 2024-12-21T05:11:23.379Z | [ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO ok! |
9779 | 2024-12-21T05:11:23.379Z | [ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO STEP 106 (ensure_file) COMPLETE |
9780 | 2024-12-21T05:11:23.379Z | [ host-image] Dec 21 05:11:22.507 INFO O| Dec 21 05:11:22.507 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9781 | 2024-12-21T05:11:23.395Z | [ host-image] Dec 21 05:11:22.525 INFO O| Dec 21 05:11:22.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9782 | 2024-12-21T05:11:23.395Z | [ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO copying /tmp/.tmpreaqKo/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 ... |
9783 | 2024-12-21T05:11:23.398Z | [ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9784 | 2024-12-21T05:11:23.398Z | [ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO ok! |
9785 | 2024-12-21T05:11:23.398Z | [ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO STEP 107 (ensure_file) COMPLETE |
9786 | 2024-12-21T05:11:23.398Z | [ host-image] Dec 21 05:11:22.526 INFO O| Dec 21 05:11:22.526 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9787 | 2024-12-21T05:11:23.415Z | [ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9788 | 2024-12-21T05:11:23.415Z | [ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO copying /tmp/.tmpreaqKo/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 ... |
9789 | 2024-12-21T05:11:23.419Z | [ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9790 | 2024-12-21T05:11:23.419Z | [ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO ok! |
9791 | 2024-12-21T05:11:23.419Z | [ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO STEP 108 (ensure_file) COMPLETE |
9792 | 2024-12-21T05:11:23.419Z | [ host-image] Dec 21 05:11:22.544 INFO O| Dec 21 05:11:22.544 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9793 | 2024-12-21T05:11:23.432Z | [ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9794 | 2024-12-21T05:11:23.432Z | [ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO copying /tmp/.tmpreaqKo/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 ... |
9795 | 2024-12-21T05:11:23.434Z | [ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9796 | 2024-12-21T05:11:23.435Z | [ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO ok! |
9797 | 2024-12-21T05:11:23.435Z | [ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO STEP 109 (ensure_file) COMPLETE |
9798 | 2024-12-21T05:11:23.435Z | [ host-image] Dec 21 05:11:22.563 INFO O| Dec 21 05:11:22.563 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9799 | 2024-12-21T05:11:23.451Z | [ host-image] Dec 21 05:11:22.582 INFO O| Dec 21 05:11:22.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9800 | 2024-12-21T05:11:23.451Z | [ host-image] Dec 21 05:11:22.582 INFO O| Dec 21 05:11:22.582 INFO copying /tmp/.tmpreaqKo/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 ... |
9801 | 2024-12-21T05:11:23.453Z | [ host-image] Dec 21 05:11:22.582 INFO O| Dec 21 05:11:22.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9802 | 2024-12-21T05:11:23.453Z | [ host-image] Dec 21 05:11:22.583 INFO O| Dec 21 05:11:22.582 INFO ok! |
9803 | 2024-12-21T05:11:23.454Z | [ host-image] Dec 21 05:11:22.583 INFO O| Dec 21 05:11:22.583 INFO STEP 110 (ensure_file) COMPLETE |
9804 | 2024-12-21T05:11:23.454Z | [ host-image] Dec 21 05:11:22.583 INFO O| Dec 21 05:11:22.583 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9805 | 2024-12-21T05:11:23.469Z | [ host-image] Dec 21 05:11:22.601 INFO O| Dec 21 05:11:22.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9806 | 2024-12-21T05:11:23.469Z | [ host-image] Dec 21 05:11:22.601 INFO O| Dec 21 05:11:22.601 INFO copying /tmp/.tmpreaqKo/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 ... |
9807 | 2024-12-21T05:11:23.472Z | [ host-image] Dec 21 05:11:22.601 INFO O| Dec 21 05:11:22.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9808 | 2024-12-21T05:11:23.472Z | [ host-image] Dec 21 05:11:22.601 INFO O| Dec 21 05:11:22.601 INFO ok! |
9809 | 2024-12-21T05:11:23.472Z | [ host-image] Dec 21 05:11:22.602 INFO O| Dec 21 05:11:22.601 INFO STEP 111 (ensure_file) COMPLETE |
9810 | 2024-12-21T05:11:23.472Z | [ host-image] Dec 21 05:11:22.602 INFO O| Dec 21 05:11:22.602 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9811 | 2024-12-21T05:11:23.488Z | [ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9812 | 2024-12-21T05:11:23.488Z | [ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO copying /tmp/.tmpreaqKo/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 ... |
9813 | 2024-12-21T05:11:23.490Z | [ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9814 | 2024-12-21T05:11:23.490Z | [ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO ok! |
9815 | 2024-12-21T05:11:23.490Z | [ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO STEP 112 (ensure_file) COMPLETE |
9816 | 2024-12-21T05:11:23.490Z | [ host-image] Dec 21 05:11:22.620 INFO O| Dec 21 05:11:22.620 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9817 | 2024-12-21T05:11:23.506Z | [ host-image] Dec 21 05:11:22.638 INFO O| Dec 21 05:11:22.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9818 | 2024-12-21T05:11:23.507Z | [ host-image] Dec 21 05:11:22.638 INFO O| Dec 21 05:11:22.638 INFO copying /tmp/.tmpreaqKo/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 ... |
9819 | 2024-12-21T05:11:23.510Z | [ host-image] Dec 21 05:11:22.639 INFO O| Dec 21 05:11:22.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9820 | 2024-12-21T05:11:23.510Z | [ host-image] Dec 21 05:11:22.639 INFO O| Dec 21 05:11:22.639 INFO ok! |
9821 | 2024-12-21T05:11:23.510Z | [ host-image] Dec 21 05:11:22.639 INFO O| Dec 21 05:11:22.639 INFO STEP 113 (ensure_file) COMPLETE |
9822 | 2024-12-21T05:11:23.510Z | [ host-image] Dec 21 05:11:22.639 INFO O| Dec 21 05:11:22.639 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9823 | 2024-12-21T05:11:23.524Z | [ host-image] Dec 21 05:11:22.656 INFO O| Dec 21 05:11:22.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9824 | 2024-12-21T05:11:23.525Z | [ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO copying /tmp/.tmpreaqKo/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 ... |
9825 | 2024-12-21T05:11:23.527Z | [ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9826 | 2024-12-21T05:11:23.527Z | [ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO ok! |
9827 | 2024-12-21T05:11:23.527Z | [ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO STEP 114 (ensure_file) COMPLETE |
9828 | 2024-12-21T05:11:23.527Z | [ host-image] Dec 21 05:11:22.657 INFO O| Dec 21 05:11:22.657 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9829 | 2024-12-21T05:11:23.543Z | [ host-image] Dec 21 05:11:22.675 INFO O| Dec 21 05:11:22.675 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9830 | 2024-12-21T05:11:23.543Z | [ host-image] Dec 21 05:11:22.675 INFO O| Dec 21 05:11:22.675 INFO copying /tmp/.tmpreaqKo/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 ... |
9831 | 2024-12-21T05:11:23.545Z | [ host-image] Dec 21 05:11:22.676 INFO O| Dec 21 05:11:22.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9832 | 2024-12-21T05:11:23.547Z | [ host-image] Dec 21 05:11:22.676 INFO O| Dec 21 05:11:22.676 INFO ok! |
9833 | 2024-12-21T05:11:23.547Z | [ host-image] Dec 21 05:11:22.676 INFO O| Dec 21 05:11:22.676 INFO STEP 115 (ensure_file) COMPLETE |
9834 | 2024-12-21T05:11:23.547Z | [ host-image] Dec 21 05:11:22.676 INFO O| Dec 21 05:11:22.676 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9835 | 2024-12-21T05:11:23.563Z | [ host-image] Dec 21 05:11:22.695 INFO O| Dec 21 05:11:22.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9836 | 2024-12-21T05:11:23.563Z | [ host-image] Dec 21 05:11:22.695 INFO O| Dec 21 05:11:22.695 INFO copying /tmp/.tmpreaqKo/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 ... |
9837 | 2024-12-21T05:11:23.565Z | [ host-image] Dec 21 05:11:22.696 INFO O| Dec 21 05:11:22.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9838 | 2024-12-21T05:11:23.565Z | [ host-image] Dec 21 05:11:22.696 INFO O| Dec 21 05:11:22.696 INFO ok! |
9839 | 2024-12-21T05:11:23.565Z | [ host-image] Dec 21 05:11:22.696 INFO O| Dec 21 05:11:22.696 INFO STEP 116 (ensure_file) COMPLETE |
9840 | 2024-12-21T05:11:23.565Z | [ host-image] Dec 21 05:11:22.696 INFO O| Dec 21 05:11:22.696 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9841 | 2024-12-21T05:11:23.583Z | [ host-image] Dec 21 05:11:22.716 INFO O| Dec 21 05:11:22.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9842 | 2024-12-21T05:11:23.583Z | [ host-image] Dec 21 05:11:22.716 INFO O| Dec 21 05:11:22.716 INFO copying /tmp/.tmpreaqKo/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 ... |
9843 | 2024-12-21T05:11:23.586Z | [ host-image] Dec 21 05:11:22.716 INFO O| Dec 21 05:11:22.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9844 | 2024-12-21T05:11:23.586Z | [ host-image] Dec 21 05:11:22.716 INFO O| Dec 21 05:11:22.716 INFO ok! |
9845 | 2024-12-21T05:11:23.586Z | [ host-image] Dec 21 05:11:22.717 INFO O| Dec 21 05:11:22.716 INFO STEP 117 (ensure_file) COMPLETE |
9846 | 2024-12-21T05:11:23.586Z | [ host-image] Dec 21 05:11:22.717 INFO O| Dec 21 05:11:22.717 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9847 | 2024-12-21T05:11:23.604Z | [ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9848 | 2024-12-21T05:11:23.604Z | [ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9849 | 2024-12-21T05:11:23.607Z | [ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9850 | 2024-12-21T05:11:23.607Z | [ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO ok! |
9851 | 2024-12-21T05:11:23.607Z | [ host-image] Dec 21 05:11:22.737 INFO O| Dec 21 05:11:22.737 INFO STEP 118 (ensure_file) COMPLETE |
9852 | 2024-12-21T05:11:23.607Z | [ host-image] Dec 21 05:11:22.738 INFO O| Dec 21 05:11:22.738 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9853 | 2024-12-21T05:11:23.623Z | [ host-image] Dec 21 05:11:22.756 INFO O| Dec 21 05:11:22.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9854 | 2024-12-21T05:11:23.623Z | [ host-image] Dec 21 05:11:22.756 INFO O| Dec 21 05:11:22.756 INFO copying /tmp/.tmpreaqKo/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 ... |
9855 | 2024-12-21T05:11:23.626Z | [ host-image] Dec 21 05:11:22.757 INFO O| Dec 21 05:11:22.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9856 | 2024-12-21T05:11:23.626Z | [ host-image] Dec 21 05:11:22.757 INFO O| Dec 21 05:11:22.757 INFO ok! |
9857 | 2024-12-21T05:11:23.626Z | [ host-image] Dec 21 05:11:22.757 INFO O| Dec 21 05:11:22.757 INFO STEP 119 (ensure_file) COMPLETE |
9858 | 2024-12-21T05:11:23.626Z | [ host-image] Dec 21 05:11:22.757 INFO O| Dec 21 05:11:22.757 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9859 | 2024-12-21T05:11:23.642Z | [ host-image] Dec 21 05:11:22.775 INFO O| Dec 21 05:11:22.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9860 | 2024-12-21T05:11:23.642Z | [ host-image] Dec 21 05:11:22.775 INFO O| Dec 21 05:11:22.775 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9861 | 2024-12-21T05:11:23.645Z | [ host-image] Dec 21 05:11:22.776 INFO O| Dec 21 05:11:22.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9862 | 2024-12-21T05:11:23.645Z | [ host-image] Dec 21 05:11:22.776 INFO O| Dec 21 05:11:22.776 INFO ok! |
9863 | 2024-12-21T05:11:23.645Z | [ host-image] Dec 21 05:11:22.776 INFO O| Dec 21 05:11:22.776 INFO STEP 120 (ensure_file) COMPLETE |
9864 | 2024-12-21T05:11:23.645Z | [ host-image] Dec 21 05:11:22.776 INFO O| Dec 21 05:11:22.776 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9865 | 2024-12-21T05:11:23.667Z | [ host-image] Dec 21 05:11:22.800 INFO O| Dec 21 05:11:22.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9866 | 2024-12-21T05:11:23.667Z | [ host-image] Dec 21 05:11:22.800 INFO O| Dec 21 05:11:22.800 INFO copying /tmp/.tmpreaqKo/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9867 | 2024-12-21T05:11:34.803Z | [ host-image] Dec 21 05:11:34.037 INFO O| Dec 21 05:11:34.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9868 | 2024-12-21T05:11:34.806Z | [ host-image] Dec 21 05:11:34.037 INFO O| Dec 21 05:11:34.037 INFO ok! |
9869 | 2024-12-21T05:11:34.806Z | [ host-image] Dec 21 05:11:34.037 INFO O| Dec 21 05:11:34.037 INFO STEP 121 (ensure_file) COMPLETE |
9870 | 2024-12-21T05:11:34.806Z | [ host-image] Dec 21 05:11:34.037 INFO O| Dec 21 05:11:34.037 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9871 | 2024-12-21T05:11:34.822Z | [ host-image] Dec 21 05:11:34.057 INFO O| Dec 21 05:11:34.057 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9872 | 2024-12-21T05:11:34.822Z | [ host-image] Dec 21 05:11:34.057 INFO O| Dec 21 05:11:34.057 INFO STEP 122 (ensure_dir) COMPLETE |
9873 | 2024-12-21T05:11:34.825Z | [ host-image] Dec 21 05:11:34.057 INFO O| Dec 21 05:11:34.057 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9874 | 2024-12-21T05:11:34.840Z | [ host-image] Dec 21 05:11:34.075 INFO O| Dec 21 05:11:34.075 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9875 | 2024-12-21T05:11:34.843Z | [ host-image] Dec 21 05:11:34.075 INFO O| Dec 21 05:11:34.075 INFO STEP 123 (ensure_dir) COMPLETE |
9876 | 2024-12-21T05:11:34.843Z | [ host-image] Dec 21 05:11:34.075 INFO O| Dec 21 05:11:34.075 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9877 | 2024-12-21T05:11:34.859Z | [ host-image] Dec 21 05:11:34.093 INFO O| Dec 21 05:11:34.093 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9878 | 2024-12-21T05:11:34.859Z | [ host-image] Dec 21 05:11:34.094 INFO O| Dec 21 05:11:34.093 INFO STEP 124 (ensure_dir) COMPLETE |
9879 | 2024-12-21T05:11:34.862Z | [ host-image] Dec 21 05:11:34.094 INFO O| Dec 21 05:11:34.093 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9880 | 2024-12-21T05:11:34.882Z | [ host-image] Dec 21 05:11:34.111 INFO O| Dec 21 05:11:34.111 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9881 | 2024-12-21T05:11:34.882Z | [ host-image] Dec 21 05:11:34.111 INFO O| Dec 21 05:11:34.111 INFO STEP 125 (ensure_dir) COMPLETE |
9882 | 2024-12-21T05:11:34.882Z | [ host-image] Dec 21 05:11:34.112 INFO O| Dec 21 05:11:34.111 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9883 | 2024-12-21T05:11:34.894Z | [ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9884 | 2024-12-21T05:11:34.897Z | [ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO copying /tmp/.tmpreaqKo/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 ... |
9885 | 2024-12-21T05:11:34.898Z | [ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9886 | 2024-12-21T05:11:34.898Z | [ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO ok! |
9887 | 2024-12-21T05:11:34.898Z | [ host-image] Dec 21 05:11:34.130 INFO O| Dec 21 05:11:34.130 INFO STEP 126 (ensure_file) COMPLETE |
9888 | 2024-12-21T05:11:34.898Z | [ host-image] Dec 21 05:11:34.131 INFO O| Dec 21 05:11:34.130 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9889 | 2024-12-21T05:11:34.912Z | [ host-image] Dec 21 05:11:34.148 INFO O| Dec 21 05:11:34.148 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9890 | 2024-12-21T05:11:34.912Z | [ host-image] Dec 21 05:11:34.148 INFO O| Dec 21 05:11:34.148 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9891 | 2024-12-21T05:11:34.915Z | [ host-image] Dec 21 05:11:34.148 INFO O| Dec 21 05:11:34.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9892 | 2024-12-21T05:11:34.915Z | [ host-image] Dec 21 05:11:34.149 INFO O| Dec 21 05:11:34.149 INFO STEP 127 (ensure_dir) COMPLETE |
9893 | 2024-12-21T05:11:34.915Z | [ host-image] Dec 21 05:11:34.149 INFO O| Dec 21 05:11:34.149 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9894 | 2024-12-21T05:11:34.931Z | [ host-image] Dec 21 05:11:34.166 INFO O| Dec 21 05:11:34.166 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9895 | 2024-12-21T05:11:34.931Z | [ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO copying /tmp/.tmpreaqKo/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9896 | 2024-12-21T05:11:34.934Z | [ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9897 | 2024-12-21T05:11:34.935Z | [ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO ok! |
9898 | 2024-12-21T05:11:34.935Z | [ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO STEP 128 (ensure_file) COMPLETE |
9899 | 2024-12-21T05:11:34.935Z | [ host-image] Dec 21 05:11:34.167 INFO O| Dec 21 05:11:34.167 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9900 | 2024-12-21T05:11:34.949Z | [ host-image] Dec 21 05:11:34.185 INFO O| Dec 21 05:11:34.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9901 | 2024-12-21T05:11:34.951Z | [ host-image] Dec 21 05:11:34.186 INFO O| Dec 21 05:11:34.186 INFO STEP 129 (remove_files) COMPLETE |
9902 | 2024-12-21T05:11:34.951Z | [ host-image] Dec 21 05:11:34.186 INFO O| Dec 21 05:11:34.186 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9903 | 2024-12-21T05:11:34.969Z | [ host-image] Dec 21 05:11:34.205 INFO O| Dec 21 05:11:34.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9904 | 2024-12-21T05:11:34.972Z | [ host-image] Dec 21 05:11:34.206 INFO O| Dec 21 05:11:34.206 INFO STEP 130 (remove_files) COMPLETE |
9905 | 2024-12-21T05:11:34.972Z | [ host-image] Dec 21 05:11:34.206 INFO O| Dec 21 05:11:34.206 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9906 | 2024-12-21T05:11:34.989Z | [ host-image] Dec 21 05:11:34.226 INFO O| Dec 21 05:11:34.225 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9907 | 2024-12-21T05:11:34.991Z | [ host-image] Dec 21 05:11:34.226 INFO O| Dec 21 05:11:34.226 INFO STEP 131 (remove_files) COMPLETE |
9908 | 2024-12-21T05:11:34.991Z | [ host-image] Dec 21 05:11:34.226 INFO O| Dec 21 05:11:34.226 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9909 | 2024-12-21T05:11:35.009Z | [ host-image] Dec 21 05:11:34.246 INFO O| Dec 21 05:11:34.246 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9910 | 2024-12-21T05:11:35.012Z | [ host-image] Dec 21 05:11:34.246 INFO O| Dec 21 05:11:34.246 INFO STEP 132 (remove_files) COMPLETE |
9911 | 2024-12-21T05:11:35.012Z | [ host-image] Dec 21 05:11:34.247 INFO O| Dec 21 05:11:34.247 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9912 | 2024-12-21T05:11:35.029Z | [ host-image] Dec 21 05:11:34.266 INFO O| Dec 21 05:11:34.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9913 | 2024-12-21T05:11:35.032Z | [ host-image] Dec 21 05:11:34.266 INFO O| Dec 21 05:11:34.266 INFO STEP 133 (remove_files) COMPLETE |
9914 | 2024-12-21T05:11:35.032Z | [ host-image] Dec 21 05:11:34.266 INFO O| Dec 21 05:11:34.266 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9915 | 2024-12-21T05:11:35.048Z | [ host-image] Dec 21 05:11:34.285 INFO O| Dec 21 05:11:34.285 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9916 | 2024-12-21T05:11:35.050Z | [ host-image] Dec 21 05:11:34.285 INFO O| Dec 21 05:11:34.285 INFO STEP 134 (remove_files) COMPLETE |
9917 | 2024-12-21T05:11:35.050Z | [ host-image] Dec 21 05:11:34.285 INFO O| Dec 21 05:11:34.285 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9918 | 2024-12-21T05:11:35.067Z | [ host-image] Dec 21 05:11:34.304 INFO O| Dec 21 05:11:34.304 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9919 | 2024-12-21T05:11:35.069Z | [ host-image] Dec 21 05:11:34.304 INFO O| Dec 21 05:11:34.304 INFO STEP 135 (remove_files) COMPLETE |
9920 | 2024-12-21T05:11:35.069Z | [ host-image] Dec 21 05:11:34.304 INFO O| Dec 21 05:11:34.304 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9921 | 2024-12-21T05:11:35.085Z | [ host-image] Dec 21 05:11:34.322 INFO O| Dec 21 05:11:34.322 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9922 | 2024-12-21T05:11:35.087Z | [ host-image] Dec 21 05:11:34.322 INFO O| Dec 21 05:11:34.322 INFO STEP 136 (remove_files) COMPLETE |
9923 | 2024-12-21T05:11:35.087Z | [ host-image] Dec 21 05:11:34.322 INFO O| Dec 21 05:11:34.322 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9924 | 2024-12-21T05:11:35.116Z | [ host-image] Dec 21 05:11:34.353 INFO O| Dec 21 05:11:34.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9925 | 2024-12-21T05:11:35.119Z | [ host-image] Dec 21 05:11:34.353 INFO O| Dec 21 05:11:34.353 INFO STEP 137 (remove_files) COMPLETE |
9926 | 2024-12-21T05:11:35.119Z | [ host-image] Dec 21 05:11:34.354 INFO O| Dec 21 05:11:34.354 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9927 | 2024-12-21T05:11:35.135Z | [ host-image] Dec 21 05:11:34.372 INFO O| Dec 21 05:11:34.372 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9928 | 2024-12-21T05:11:35.137Z | [ host-image] Dec 21 05:11:34.373 INFO O| Dec 21 05:11:34.372 INFO STEP 138 (remove_files) COMPLETE |
9929 | 2024-12-21T05:11:35.137Z | [ host-image] Dec 21 05:11:34.373 INFO O| Dec 21 05:11:34.373 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9930 | 2024-12-21T05:11:35.153Z | [ host-image] Dec 21 05:11:34.391 INFO O| Dec 21 05:11:34.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9931 | 2024-12-21T05:11:35.155Z | [ host-image] Dec 21 05:11:34.391 INFO O| Dec 21 05:11:34.391 INFO STEP 139 (remove_files) COMPLETE |
9932 | 2024-12-21T05:11:35.155Z | [ host-image] Dec 21 05:11:34.391 INFO O| Dec 21 05:11:34.391 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9933 | 2024-12-21T05:11:35.171Z | [ host-image] Dec 21 05:11:34.409 INFO O| Dec 21 05:11:34.409 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9934 | 2024-12-21T05:11:35.173Z | [ host-image] Dec 21 05:11:34.409 INFO O| Dec 21 05:11:34.409 INFO STEP 140 (remove_files) COMPLETE |
9935 | 2024-12-21T05:11:35.173Z | [ host-image] Dec 21 05:11:34.410 INFO O| Dec 21 05:11:34.410 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9936 | 2024-12-21T05:11:35.190Z | [ host-image] Dec 21 05:11:34.428 INFO O| Dec 21 05:11:34.428 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9937 | 2024-12-21T05:11:35.193Z | [ host-image] Dec 21 05:11:34.429 INFO O| Dec 21 05:11:34.429 INFO STEP 141 (remove_files) COMPLETE |
9938 | 2024-12-21T05:11:35.193Z | [ host-image] Dec 21 05:11:34.429 INFO O| Dec 21 05:11:34.429 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9939 | 2024-12-21T05:11:35.210Z | [ host-image] Dec 21 05:11:34.449 INFO O| Dec 21 05:11:34.448 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9940 | 2024-12-21T05:11:35.213Z | [ host-image] Dec 21 05:11:34.449 INFO O| Dec 21 05:11:34.449 INFO STEP 142 (remove_files) COMPLETE |
9941 | 2024-12-21T05:11:35.213Z | [ host-image] Dec 21 05:11:34.449 INFO O| Dec 21 05:11:34.449 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9942 | 2024-12-21T05:11:35.229Z | [ host-image] Dec 21 05:11:34.468 INFO O| Dec 21 05:11:34.468 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9943 | 2024-12-21T05:11:35.231Z | [ host-image] Dec 21 05:11:34.468 INFO O| Dec 21 05:11:34.468 INFO STEP 143 (remove_files) COMPLETE |
9944 | 2024-12-21T05:11:35.231Z | [ host-image] Dec 21 05:11:34.468 INFO O| Dec 21 05:11:34.468 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9945 | 2024-12-21T05:11:35.263Z | [ host-image] Dec 21 05:11:34.502 INFO O| Dec 21 05:11:34.502 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9946 | 2024-12-21T05:11:35.265Z | [ host-image] Dec 21 05:11:34.502 INFO O| Dec 21 05:11:34.502 INFO STEP 144 (remove_files) COMPLETE |
9947 | 2024-12-21T05:11:35.265Z | [ host-image] Dec 21 05:11:34.502 INFO O| Dec 21 05:11:34.502 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9948 | 2024-12-21T05:11:35.293Z | [ host-image] Dec 21 05:11:34.532 INFO O| Dec 21 05:11:34.532 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9949 | 2024-12-21T05:11:35.295Z | [ host-image] Dec 21 05:11:34.532 INFO O| Dec 21 05:11:34.532 INFO STEP 145 (remove_files) COMPLETE |
9950 | 2024-12-21T05:11:35.295Z | [ host-image] Dec 21 05:11:34.532 INFO O| Dec 21 05:11:34.532 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9951 | 2024-12-21T05:11:35.314Z | [ host-image] Dec 21 05:11:34.553 INFO O| Dec 21 05:11:34.553 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9952 | 2024-12-21T05:11:35.314Z | [ host-image] Dec 21 05:11:34.553 INFO O| Dec 21 05:11:34.553 INFO STEP 146 (remove_files) COMPLETE |
9953 | 2024-12-21T05:11:35.317Z | [ host-image] Dec 21 05:11:34.553 INFO O| Dec 21 05:11:34.553 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9954 | 2024-12-21T05:11:35.334Z | [ host-image] Dec 21 05:11:34.574 INFO O| Dec 21 05:11:34.574 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9955 | 2024-12-21T05:11:35.334Z | [ host-image] Dec 21 05:11:34.574 INFO O| Dec 21 05:11:34.574 INFO STEP 147 (remove_files) COMPLETE |
9956 | 2024-12-21T05:11:35.337Z | [ host-image] Dec 21 05:11:34.574 INFO O| Dec 21 05:11:34.574 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9957 | 2024-12-21T05:11:35.366Z | [ host-image] Dec 21 05:11:34.606 INFO O| Dec 21 05:11:34.606 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9958 | 2024-12-21T05:11:35.366Z | [ host-image] Dec 21 05:11:34.606 INFO O| Dec 21 05:11:34.606 INFO STEP 148 (remove_files) COMPLETE |
9959 | 2024-12-21T05:11:35.366Z | [ host-image] Dec 21 05:11:34.606 INFO O| Dec 21 05:11:34.606 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9960 | 2024-12-21T05:11:35.390Z | [ host-image] Dec 21 05:11:34.630 INFO O| Dec 21 05:11:34.630 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9961 | 2024-12-21T05:11:35.390Z | [ host-image] Dec 21 05:11:34.630 INFO O| Dec 21 05:11:34.630 INFO STEP 149 (remove_files) COMPLETE |
9962 | 2024-12-21T05:11:35.390Z | [ host-image] Dec 21 05:11:34.630 INFO O| Dec 21 05:11:34.630 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9963 | 2024-12-21T05:11:35.417Z | [ host-image] Dec 21 05:11:34.656 INFO O| Dec 21 05:11:34.656 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9964 | 2024-12-21T05:11:35.419Z | [ host-image] Dec 21 05:11:34.657 INFO O| Dec 21 05:11:34.656 INFO STEP 150 (remove_files) COMPLETE |
9965 | 2024-12-21T05:11:35.419Z | [ host-image] Dec 21 05:11:34.657 INFO O| Dec 21 05:11:34.656 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9966 | 2024-12-21T05:11:35.439Z | [ host-image] Dec 21 05:11:34.679 INFO O| Dec 21 05:11:34.679 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9967 | 2024-12-21T05:11:35.439Z | [ host-image] Dec 21 05:11:34.679 INFO O| Dec 21 05:11:34.679 INFO STEP 151 (remove_files) COMPLETE |
9968 | 2024-12-21T05:11:35.439Z | [ host-image] Dec 21 05:11:34.679 INFO O| Dec 21 05:11:34.679 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9969 | 2024-12-21T05:11:35.459Z | [ host-image] Dec 21 05:11:34.699 INFO O| Dec 21 05:11:34.699 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9970 | 2024-12-21T05:11:35.459Z | [ host-image] Dec 21 05:11:34.699 INFO O| Dec 21 05:11:34.699 INFO STEP 152 (remove_files) COMPLETE |
9971 | 2024-12-21T05:11:35.461Z | [ host-image] Dec 21 05:11:34.699 INFO O| Dec 21 05:11:34.699 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9972 | 2024-12-21T05:11:35.479Z | [ host-image] Dec 21 05:11:34.719 INFO O| Dec 21 05:11:34.719 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9973 | 2024-12-21T05:11:35.479Z | [ host-image] Dec 21 05:11:34.720 INFO O| Dec 21 05:11:34.720 INFO STEP 153 (remove_files) COMPLETE |
9974 | 2024-12-21T05:11:35.480Z | [ host-image] Dec 21 05:11:34.720 INFO O| Dec 21 05:11:34.720 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9975 | 2024-12-21T05:11:35.541Z | [ host-image] Dec 21 05:11:34.782 INFO O| Dec 21 05:11:34.782 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9976 | 2024-12-21T05:11:35.541Z | [ host-image] Dec 21 05:11:34.782 INFO O| Dec 21 05:11:34.782 INFO STEP 154 (remove_files) COMPLETE |
9977 | 2024-12-21T05:11:35.541Z | [ host-image] Dec 21 05:11:34.782 INFO O| Dec 21 05:11:34.782 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9978 | 2024-12-21T05:11:35.600Z | [ host-image] Dec 21 05:11:34.842 INFO O| Dec 21 05:11:34.842 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9979 | 2024-12-21T05:11:35.600Z | [ host-image] Dec 21 05:11:34.842 INFO O| Dec 21 05:11:34.842 INFO STEP 155 (remove_files) COMPLETE |
9980 | 2024-12-21T05:11:35.600Z | [ host-image] Dec 21 05:11:34.842 INFO O| Dec 21 05:11:34.842 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9981 | 2024-12-21T05:11:35.627Z | [ host-image] Dec 21 05:11:34.868 INFO O| Dec 21 05:11:34.868 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9982 | 2024-12-21T05:11:35.627Z | [ host-image] Dec 21 05:11:34.868 INFO O| Dec 21 05:11:34.868 INFO STEP 156 (remove_files) COMPLETE |
9983 | 2024-12-21T05:11:35.627Z | [ host-image] Dec 21 05:11:34.868 INFO O| Dec 21 05:11:34.868 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9984 | 2024-12-21T05:11:35.649Z | [ host-image] Dec 21 05:11:34.891 INFO O| Dec 21 05:11:34.891 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9985 | 2024-12-21T05:11:35.650Z | [ host-image] Dec 21 05:11:34.891 INFO O| Dec 21 05:11:34.891 INFO STEP 157 (remove_files) COMPLETE |
9986 | 2024-12-21T05:11:35.650Z | [ host-image] Dec 21 05:11:34.891 INFO O| Dec 21 05:11:34.891 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9987 | 2024-12-21T05:11:35.680Z | [ host-image] Dec 21 05:11:34.923 INFO O| Dec 21 05:11:34.923 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9988 | 2024-12-21T05:11:35.680Z | [ host-image] Dec 21 05:11:34.923 INFO O| Dec 21 05:11:34.923 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], 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"} |
9989 | 2024-12-21T05:11:47.624Z | [ host-image] Dec 21 05:11:46.975 INFO O| Dec 21 05:11:46.975 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 |
9990 | 2024-12-21T05:11:47.627Z | [ host-image] Dec 21 05:11:46.975 INFO O| Dec 21 05:11:46.975 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9991 | 2024-12-21T05:11:47.645Z | [ host-image] Dec 21 05:11:46.997 INFO O| Dec 21 05:11:46.997 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9992 | 2024-12-21T05:11:47.792Z | [ host-image] Dec 21 05:11:47.145 INFO O| Dec 21 05:11:47.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9993 | 2024-12-21T05:11:47.792Z | [ host-image] Dec 21 05:11:47.145 INFO O| Dec 21 05:11:47.145 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9994 | 2024-12-21T05:11:47.795Z | [ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9995 | 2024-12-21T05:11:47.795Z | [ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO ok! |
9996 | 2024-12-21T05:11:47.795Z | [ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9997 | 2024-12-21T05:11:47.798Z | [ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO STEP 158 (seed_smf) COMPLETE |
9998 | 2024-12-21T05:11:47.798Z | [ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO steps complete; finalising image! |
9999 | 2024-12-21T05:11:47.798Z | [ host-image] Dec 21 05:11:47.148 INFO O| Dec 21 05:11:47.148 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
10000 | 2024-12-21T05:11:47.981Z | [ host-image] Dec 21 05:11:47.335 INFO O| Dec 21 05:11:47.335 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 05:11:47 2024) |
10001 | 2024-12-21T05:11:48.191Z | [ host-image] Dec 21 05:11:47.548 INFO O| Dec 21 05:11:47.548 INFO trim TEMPORARY-gimlet-zfs: (22% trimmed, started at Sat Dec 21 05:11:47 2024) |
10002 | 2024-12-21T05:11:48.401Z | [ host-image] Dec 21 05:11:47.759 INFO O| Dec 21 05:11:47.759 INFO trim TEMPORARY-gimlet-zfs: (65% trimmed, started at Sat Dec 21 05:11:47 2024) |
10003 | 2024-12-21T05:11:48.610Z | [ host-image] Dec 21 05:11:47.970 INFO O| Dec 21 05:11:47.970 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 21 05:11:47 2024) |
10004 | 2024-12-21T05:11:48.821Z | [ host-image] Dec 21 05:11:48.183 INFO O| Dec 21 05:11:48.183 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 21 05:11:47 2024) |
10005 | 2024-12-21T05:11:49.057Z | [ host-image] Dec 21 05:11:48.421 INFO O| Dec 21 05:11:48.421 INFO temporary pool has 691M used, 141M avail, 1.82x compressratio |
10006 | 2024-12-21T05:11:49.057Z | [ host-image] Dec 21 05:11:48.421 INFO O| Dec 21 05:11:48.421 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
10007 | 2024-12-21T05:11:49.652Z | [ host-image] Dec 21 05:11:49.022 INFO O| Dec 21 05:11:49.022 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
10008 | 2024-12-21T05:11:49.652Z | [ host-image] Dec 21 05:11:49.022 INFO O| Dec 21 05:11:49.022 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
10009 | 2024-12-21T05:11:51.547Z | [ host-image] Dec 21 05:11:50.934 INFO O| Dec 21 05:11:50.934 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10010 | 2024-12-21T05:11:51.547Z | [ host-image] Dec 21 05:11:50.935 INFO O| Dec 21 05:11:50.934 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
10011 | 2024-12-21T05:11:51.550Z | [ host-image] Dec 21 05:11:50.935 INFO O| Dec 21 05:11:50.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
10012 | 2024-12-21T05:11:51.550Z | [ host-image] Dec 21 05:11:50.935 INFO O| Dec 21 05:11:50.934 INFO completed processing gimlet/zfs |
10013 | 2024-12-21T05:11:51.550Z | [ host-image] Dec 21 05:11:50.935 INFO O| Dec 21 05:11:50.935 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
10014 | 2024-12-21T05:11:59.406Z | [ host-image] Dec 21 05:11:58.864 INFO O| Dec 21 05:11:58.864 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
10015 | 2024-12-21T05:11:59.520Z | [ host-image] Dec 21 05:11:58.980 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
10016 | 2024-12-21T05:11:59.521Z | [ host-image] Dec 21 05:11:58.980 INFO expanded image name: "ci 3c83ce0/${os_short_commit} 2024-12-21 04:34" -> "ci 3c83ce0/37a4469 2024-12-21 04:34" |
10017 | 2024-12-21T05:11:59.523Z | [ host-image] Dec 21 05:11:58.980 INFO output artefacts stored in: "/work/os-host" |
10018 | 2024-12-21T05:11:59.523Z | [ host-image] Dec 21 05:11:58.980 INFO collecting git info from project "image-builder"... |
10019 | 2024-12-21T05:11:59.529Z | [ host-image] Dec 21 05:11:58.989 INFO collecting git info from project "pinprick"... |
10020 | 2024-12-21T05:11:59.537Z | [ host-image] Dec 21 05:11:58.997 INFO collecting git info from project "phbl"... |
10021 | 2024-12-21T05:11:59.546Z | [ host-image] Dec 21 05:11:59.005 INFO collecting git info from project "pilot"... |
10022 | 2024-12-21T05:11:59.555Z | [ host-image] Dec 21 05:11:59.015 INFO collecting git info from project "chelsio-t6-roms"... |
10023 | 2024-12-21T05:11:59.562Z | [ host-image] Dec 21 05:11:59.023 INFO collecting git info from project "bootserver"... |
10024 | 2024-12-21T05:11:59.578Z | [ host-image] Dec 21 05:11:59.038 INFO collecting git info from project "amd-firmware"... |
10025 | 2024-12-21T05:11:59.616Z | [ host-image] Dec 21 05:11:59.077 INFO collecting git info from project "amd-host-image-builder"... |
10026 | 2024-12-21T05:11:59.643Z | [ host-image] Dec 21 05:11:59.104 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
10027 | 2024-12-21T05:12:00.697Z | [ host-image] Dec 21 05:12:00.168 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
10028 | 2024-12-21T05:12:01.419Z | [ host-image] Dec 21 05:12:00.896 INFO creating Oxide boot image... |
10029 | 2024-12-21T05:12:01.420Z | [ host-image] Dec 21 05:12:00.896 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 3c83ce0/37a4469 2024-12-21 04:34", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
10030 | 2024-12-21T05:12:02.784Z | [ host-image] Dec 21 05:12:02.273 INFO O| ok, image written! |
10031 | 2024-12-21T05:12:02.787Z | [ host-image] Dec 21 05:12:02.273 INFO O| ok, boot_image_csum file written! |
10032 | 2024-12-21T05:12:02.789Z | [ host-image] Dec 21 05:12:02.277 INFO creating boot archive (CPIO)... |
10033 | 2024-12-21T05:12:02.789Z | [ host-image] Dec 21 05:12:02.277 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 |
10034 | 2024-12-21T05:12:02.807Z | [ host-image] Dec 21 05:12:02.297 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
10035 | 2024-12-21T05:12:02.807Z | [ host-image] Dec 21 05:12:02.297 INFO E| + outfile=/work/os-host/cpio |
10036 | 2024-12-21T05:12:02.810Z | [ host-image] Dec 21 05:12:02.297 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
10037 | 2024-12-21T05:12:02.812Z | [ host-image] Dec 21 05:12:02.300 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
10038 | 2024-12-21T05:12:02.812Z | [ host-image] Dec 21 05:12:02.301 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
10039 | 2024-12-21T05:12:02.862Z | [ host-image] Dec 21 05:12:02.352 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
10040 | 2024-12-21T05:12:02.863Z | [ host-image] Dec 21 05:12:02.352 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
10041 | 2024-12-21T05:12:02.875Z | [ host-image] Dec 21 05:12:02.365 INFO creating compressed cpio/unix for nanobl-rs... |
10042 | 2024-12-21T05:12:02.875Z | [ host-image] Dec 21 05:12:02.365 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 |
10043 | 2024-12-21T05:12:03.272Z | [ host-image] Dec 21 05:12:02.766 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
10044 | 2024-12-21T05:12:09.290Z | [ host-image] Dec 21 05:12:08.838 INFO creating reset image... |
10045 | 2024-12-21T05:12:09.290Z | [ host-image] Dec 21 05:12:08.838 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10046 | 2024-12-21T05:12:09.475Z | [ host-image] Dec 21 05:12:09.025 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
10047 | 2024-12-21T05:12:09.507Z | [ host-image] Dec 21 05:12:09.057 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10048 | 2024-12-21T05:12:09.598Z | [ host-image] Dec 21 05:12:09.150 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10049 | 2024-12-21T05:12:13.603Z | [ host-image] Dec 21 05:12:13.190 INFO E| Finished `release` profile [optimized] target(s) in 4.11s |
10050 | 2024-12-21T05:12:13.621Z | [ host-image] Dec 21 05:12:13.209 INFO building host image... |
10051 | 2024-12-21T05:12:13.625Z | [ host-image] Dec 21 05:12:13.209 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") |
10052 | 2024-12-21T05:12:14.752Z | [ host-image] Dec 21 05:12:14.350 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10053 | 2024-12-21T05:12:25.584Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 18s |
10054 | 2024-12-21T05:12:25.960Z | Dec 21 05:12:25.661 INFO [verify-libraries] process exited with exit status: 0 (922.761194693s) |
10055 | 2024-12-21T05:13:04.103Z | [ host-image] Dec 21 05:13:04.078 INFO image complete! materials are in "/work/os-host" |
10056 | 2024-12-21T05:13:04.106Z | [ host-image] |
10057 | 2024-12-21T05:13:04.106Z | [ host-image] real 16:43.133789029 |
10058 | 2024-12-21T05:13:04.106Z | [ host-image] user 6:27.968506400 |
10059 | 2024-12-21T05:13:04.108Z | [ host-image] sys 1:07.777330332 |
10060 | 2024-12-21T05:13:04.109Z | [ host-image] trap 0.299295135 |
10061 | 2024-12-21T05:13:04.109Z | [ host-image] tflt 0.009936455 |
10062 | 2024-12-21T05:13:04.109Z | [ host-image] dflt 0.249881485 |
10063 | 2024-12-21T05:13:04.109Z | [ host-image] kflt 0.004494903 |
10064 | 2024-12-21T05:13:04.109Z | [ host-image] lock 17:37.549692728 |
10065 | 2024-12-21T05:13:04.109Z | [ host-image] slp 1:36:42.432835975 |
10066 | 2024-12-21T05:13:04.109Z | [ host-image] lat 2:36.224620775 |
10067 | 2024-12-21T05:13:04.109Z | [ host-image] stop 1.101006555 |
10068 | 2024-12-21T05:13:04.109Z | Dec 21 05:13:04.082 INFO [host-image] process exited with exit status: 0 (1003.152440866s) |
10069 | 2024-12-21T05:13:04.109Z | Dec 21 05:13:04.082 INFO [tuf-repo] running task |
10070 | 2024-12-21T05:13:11.704Z | Dec 21 05:13:11.269 INFO assembling repository in `/tmp/tufaceousYJ6LoL`, component: OmicronRepoAssembler |
10071 | 2024-12-21T05:13:16.597Z | Dec 21 05:13:15.898 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10072 | 2024-12-21T05:13:16.945Z | Dec 21 05:13:16.228 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10073 | 2024-12-21T05:13:29.245Z | Dec 21 05:13:27.863 INFO [tuf-repo] task succeeded (25.366588484s) |
10074 | 2024-12-21T05:13:29.245Z | Dec 21 05:13:27.863 INFO all jobs completed in 2364.597952965s |
10075 | 2024-12-21T05:13:29.866Z | process exited: duration 3200984 ms, exit code 0 |
|
10076 | 2024-12-21T05:13:29.880Z | found 33 output files |
10077 | 2024-12-21T05:13:29.880Z | uploading: /work/manifest.toml (8404 bytes) |
10078 | 2024-12-21T05:13:30.884Z | uploaded: /work/manifest.toml |
10079 | 2024-12-21T05:13:30.885Z | uploading: /work/repo.zip (1958317317 bytes) |
10080 | 2024-12-21T05:14:06.234Z | uploaded: /work/repo.zip |
10081 | 2024-12-21T05:14:06.234Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10082 | 2024-12-21T05:14:07.245Z | uploaded: /work/repo.zip.sha256.txt |
10083 | 2024-12-21T05:14:07.245Z | uploading: /work/helios-setup.log (66237 bytes) |
10084 | 2024-12-21T05:14:08.289Z | uploaded: /work/helios-setup.log |
10085 | 2024-12-21T05:14:08.348Z | uploading: /work/host-image.log (201748 bytes) |
10086 | 2024-12-21T05:14:09.351Z | uploaded: /work/host-image.log |
10087 | 2024-12-21T05:14:09.351Z | uploading: /work/host-package.log (22579 bytes) |
10088 | 2024-12-21T05:14:10.353Z | uploaded: /work/host-package.log |
10089 | 2024-12-21T05:14:10.353Z | uploading: /work/host-target.log (101 bytes) |
10090 | 2024-12-21T05:14:11.355Z | uploaded: /work/host-target.log |
10091 | 2024-12-21T05:14:11.355Z | uploading: /work/omicron-package.log (5666 bytes) |
10092 | 2024-12-21T05:14:12.362Z | uploaded: /work/omicron-package.log |
10093 | 2024-12-21T05:14:12.362Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10094 | 2024-12-21T05:14:13.367Z | uploaded: /work/phbl-toolchain.log |
10095 | 2024-12-21T05:14:13.367Z | uploading: /work/recovery-image.log (596051 bytes) |
10096 | 2024-12-21T05:14:14.401Z | uploaded: /work/recovery-image.log |
10097 | 2024-12-21T05:14:14.401Z | uploading: /work/recovery-package.log (1661 bytes) |
10098 | 2024-12-21T05:14:15.406Z | uploaded: /work/recovery-package.log |
10099 | 2024-12-21T05:14:15.406Z | uploading: /work/recovery-target.log (57 bytes) |
10100 | 2024-12-21T05:14:16.419Z | uploaded: /work/recovery-target.log |
10101 | 2024-12-21T05:14:16.420Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10102 | 2024-12-21T05:14:17.421Z | uploaded: /work/stamp-clickhouse.log |
10103 | 2024-12-21T05:14:17.421Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10104 | 2024-12-21T05:14:18.427Z | uploaded: /work/stamp-clickhouse_keeper.log |
10105 | 2024-12-21T05:14:18.427Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10106 | 2024-12-21T05:14:19.433Z | uploaded: /work/stamp-cockroachdb.log |
10107 | 2024-12-21T05:14:19.433Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10108 | 2024-12-21T05:14:20.444Z | uploaded: /work/stamp-crucible-dtrace.log |
10109 | 2024-12-21T05:14:20.444Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10110 | 2024-12-21T05:14:21.460Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10111 | 2024-12-21T05:14:21.460Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10112 | 2024-12-21T05:14:22.472Z | uploaded: /work/stamp-crucible-zone.log |
10113 | 2024-12-21T05:14:22.473Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10114 | 2024-12-21T05:14:24.905Z | uploaded: /work/stamp-external-dns.log |
10115 | 2024-12-21T05:14:24.905Z | uploading: /work/stamp-installinator.log (103 bytes) |
10116 | 2024-12-21T05:14:25.922Z | uploaded: /work/stamp-installinator.log |
10117 | 2024-12-21T05:14:25.922Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10118 | 2024-12-21T05:14:26.932Z | uploaded: /work/stamp-internal-dns.log |
10119 | 2024-12-21T05:14:26.933Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10120 | 2024-12-21T05:14:27.954Z | uploaded: /work/stamp-mg-ddm-gz.log |
10121 | 2024-12-21T05:14:27.988Z | uploading: /work/stamp-nexus.log (112 bytes) |
10122 | 2024-12-21T05:14:28.989Z | uploaded: /work/stamp-nexus.log |
10123 | 2024-12-21T05:14:29.012Z | uploading: /work/stamp-ntp.log (110 bytes) |
10124 | 2024-12-21T05:14:30.011Z | uploaded: /work/stamp-ntp.log |
10125 | 2024-12-21T05:14:30.011Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10126 | 2024-12-21T05:14:31.019Z | uploaded: /work/stamp-omicron-sled-agent.log |
10127 | 2024-12-21T05:14:31.019Z | uploading: /work/stamp-overlay.log (114 bytes) |
10128 | 2024-12-21T05:14:32.038Z | uploaded: /work/stamp-overlay.log |
10129 | 2024-12-21T05:14:32.038Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10130 | 2024-12-21T05:14:33.041Z | uploaded: /work/stamp-oximeter.log |
10131 | 2024-12-21T05:14:33.048Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10132 | 2024-12-21T05:14:34.049Z | uploaded: /work/stamp-oxlog.log |
10133 | 2024-12-21T05:14:34.057Z | uploading: /work/stamp-probe.log (112 bytes) |
10134 | 2024-12-21T05:14:35.103Z | uploaded: /work/stamp-probe.log |
10135 | 2024-12-21T05:14:35.103Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10136 | 2024-12-21T05:14:36.127Z | uploaded: /work/stamp-propolis-server.log |
10137 | 2024-12-21T05:14:36.127Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10138 | 2024-12-21T05:14:37.158Z | uploaded: /work/stamp-pumpkind-gz.log |
10139 | 2024-12-21T05:14:37.158Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10140 | 2024-12-21T05:14:38.191Z | uploaded: /work/stamp-switch-asic.log |
10141 | 2024-12-21T05:14:38.198Z | uploading: /work/verify-libraries.log (5977 bytes) |
10142 | 2024-12-21T05:14:39.205Z | uploaded: /work/verify-libraries.log |