|
|
|
1 | 2024-12-21T02:24:29.310Z | job assigned to worker 01JFKGDP2530N5MPJEST0HP5V4 [factory aws, i-04a769de348b736c5] (queued for 1 m 7 s) |
|
2 | 2024-12-21T02:24:37.382Z | starting task 0: "setup" |
3 | 2024-12-21T02:24:37.405Z | ++ uname -s |
4 | 2024-12-21T02:24:37.406Z | + kern=SunOS |
5 | 2024-12-21T02:24:37.406Z | + case "$kern" in |
6 | 2024-12-21T02:24:37.406Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:24:37.406Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:24:39.392Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:24:39.495Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:24:39.497Z | + home_fs=zfs |
11 | 2024-12-21T02:24:39.497Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:24:39.497Z | + mkdir -p /home/build |
13 | 2024-12-21T02:24:39.499Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:24:40.502Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:24:40.505Z | process exited: duration 3136 ms, exit code 0 |
|
16 | 2024-12-21T02:24:40.510Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:24:40.516Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:24:40.516Z | ' 1.81.0 |
19 | 2024-12-21T02:24:40.516Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T02:24:40.516Z | * toolchain channel = "1.81.0" |
21 | 2024-12-21T02:24:40.516Z | ' default |
22 | 2024-12-21T02:24:40.516Z | * toolchain profile = "default" |
23 | 2024-12-21T02:24:40.518Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:24:40.518Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:24:40.635Z | info: downloading installer |
26 | 2024-12-21T02:24:41.839Z | info: profile set to 'default' |
27 | 2024-12-21T02:24:41.839Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:24:41.840Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:24:41.997Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:24:41.997Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:24:42.918Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:24:43.270Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:24:44.421Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:24:46.295Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:24:53.003Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:24:53.256Z | info: installing component 'cargo' |
37 | 2024-12-21T02:24:54.038Z | info: installing component 'clippy' |
38 | 2024-12-21T02:24:54.398Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:24:55.992Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:24:57.711Z | info: installing component 'rustc' |
41 | 2024-12-21T02:25:03.320Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:25:03.643Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:25:03.643Z | |
44 | 2024-12-21T02:25:04.011Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:25:04.011Z | |
46 | 2024-12-21T02:25:04.016Z | |
47 | 2024-12-21T02:25:04.016Z | Rust is installed now. Great! |
48 | 2024-12-21T02:25:04.016Z | |
49 | 2024-12-21T02:25:04.016Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:25:04.016Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:25:04.016Z | |
52 | 2024-12-21T02:25:04.016Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:25:04.016Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:25:04.016Z | |
55 | 2024-12-21T02:25:04.016Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:25:04.016Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:25:04.016Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:25:04.085Z | + rustc --version |
59 | 2024-12-21T02:25:04.149Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:25:04.152Z | process exited: duration 23636 ms, exit code 0 |
|
61 | 2024-12-21T02:25:04.158Z | starting task 2: "authentication" |
62 | 2024-12-21T02:25:04.181Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-21T02:25:04.188Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:25:04.193Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:25:04.196Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:25:04.238Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:25:11.446Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:25:11.447Z | + git fetch origin ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
69 | 2024-12-21T02:25:11.781Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:25:11.781Z | * branch ecf33f7efc15e9c1eef5568db2673504d76bfc5c -> FETCH_HEAD |
71 | 2024-12-21T02:25:11.791Z | + [[ -n sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
72 | 2024-12-21T02:25:11.793Z | ++ git branch --show-current |
73 | 2024-12-21T02:25:11.795Z | + current=main |
74 | 2024-12-21T02:25:11.795Z | + [[ main != sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
75 | 2024-12-21T02:25:11.795Z | + git branch -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
76 | 2024-12-21T02:25:11.798Z | + git checkout -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package |
77 | 2024-12-21T02:25:11.974Z | Switched to branch 'sunshowers/spr/3n-omicron-package-update-omicron-zone-package' |
78 | 2024-12-21T02:25:11.977Z | + git reset --hard ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
79 | 2024-12-21T02:25:11.994Z | HEAD is now at ecf33f7ef fix test |
80 | 2024-12-21T02:25:11.996Z | process exited: duration 7805 ms, exit code 0 |
|
81 | 2024-12-21T02:25:12.001Z | starting task 4: "build" |
82 | 2024-12-21T02:25:12.007Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T02:25:12.007Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T02:25:12.007Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T02:25:12.007Z | + cargo --version |
86 | 2024-12-21T02:25:12.064Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T02:25:12.067Z | + rustc --version |
88 | 2024-12-21T02:25:12.127Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T02:25:12.130Z | + cargo tree --locked |
90 | 2024-12-21T02:25:12.386Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-21T02:25:12.686Z | Updating crates.io index |
92 | 2024-12-21T02:25:12.689Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-21T02:25:13.277Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-21T02:25:13.495Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-21T02:25:13.765Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-21T02:25:14.043Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-21T02:25:14.978Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-21T02:25:16.473Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-21T02:25:17.092Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-21T02:25:17.845Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-21T02:25:18.083Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-21T02:25:18.361Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-21T02:25:18.870Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-21T02:25:19.206Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-21T02:25:19.561Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-21T02:25:19.823Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-21T02:25:20.144Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-21T02:25:20.382Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-21T02:25:20.660Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-21T02:25:21.028Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-21T02:25:21.418Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-21T02:25:21.641Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-21T02:25:22.054Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-21T02:25:22.364Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-21T02:25:22.942Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-21T02:25:23.357Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-21T02:25:23.649Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-21T02:25:23.858Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-21T02:25:24.136Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-21T02:25:25.504Z | Downloading crates ... |
121 | 2024-12-21T02:25:25.634Z | Downloaded async-stream-impl v0.3.6 |
122 | 2024-12-21T02:25:25.638Z | Downloaded atomicwrites v0.4.4 |
123 | 2024-12-21T02:25:25.644Z | Downloaded event-listener v2.5.3 |
124 | 2024-12-21T02:25:25.646Z | Downloaded errno v0.3.9 |
125 | 2024-12-21T02:25:25.649Z | Downloaded fastrand v2.1.1 |
126 | 2024-12-21T02:25:25.651Z | Downloaded fallible-streaming-iterator v0.1.9 |
127 | 2024-12-21T02:25:25.651Z | Downloaded ciborium v0.2.2 |
128 | 2024-12-21T02:25:25.654Z | Downloaded foreign-types-shared v0.1.1 |
129 | 2024-12-21T02:25:25.654Z | Downloaded escape8259 v0.5.3 |
130 | 2024-12-21T02:25:25.656Z | Downloaded atty v0.2.14 |
131 | 2024-12-21T02:25:25.659Z | Downloaded http-body v1.0.1 |
132 | 2024-12-21T02:25:25.662Z | Downloaded headers-core v0.3.0 |
133 | 2024-12-21T02:25:25.662Z | Downloaded foreign-types v0.3.2 |
134 | 2024-12-21T02:25:25.665Z | Downloaded foreign-types-shared v0.3.1 |
135 | 2024-12-21T02:25:25.668Z | Downloaded anstyle-query v1.1.1 |
136 | 2024-12-21T02:25:25.668Z | Downloaded ahash v0.8.11 |
137 | 2024-12-21T02:25:25.675Z | Downloaded cfg_aliases v0.2.1 |
138 | 2024-12-21T02:25:25.677Z | Downloaded async-object-pool v0.1.5 |
139 | 2024-12-21T02:25:25.677Z | Downloaded assert_matches v1.5.0 |
140 | 2024-12-21T02:25:25.681Z | Downloaded hubpack_derive v0.1.1 |
141 | 2024-12-21T02:25:25.683Z | Downloaded http-range v0.1.5 |
142 | 2024-12-21T02:25:25.683Z | Downloaded autocfg v1.4.0 |
143 | 2024-12-21T02:25:25.685Z | Downloaded guppy-workspace-hack v0.1.0 |
144 | 2024-12-21T02:25:25.685Z | Downloaded fxhash v0.2.1 |
145 | 2024-12-21T02:25:25.688Z | Downloaded atomic-waker v1.1.2 |
146 | 2024-12-21T02:25:25.688Z | Downloaded async-global-executor v2.4.1 |
147 | 2024-12-21T02:25:25.691Z | Downloaded hash32 v0.2.1 |
148 | 2024-12-21T02:25:25.693Z | Downloaded futures-executor v0.3.31 |
149 | 2024-12-21T02:25:25.693Z | Downloaded async-channel v2.3.1 |
150 | 2024-12-21T02:25:25.696Z | Downloaded bit-vec v0.6.3 |
151 | 2024-12-21T02:25:25.696Z | Downloaded home v0.5.9 |
152 | 2024-12-21T02:25:25.698Z | Downloaded byteorder v1.5.0 |
153 | 2024-12-21T02:25:25.700Z | Downloaded heck v0.4.1 |
154 | 2024-12-21T02:25:25.700Z | Downloaded futures-task v0.3.31 |
155 | 2024-12-21T02:25:25.702Z | Downloaded funty v2.0.0 |
156 | 2024-12-21T02:25:25.703Z | Downloaded flagset v0.4.6 |
157 | 2024-12-21T02:25:25.709Z | Downloaded http-body-util v0.1.2 |
158 | 2024-12-21T02:25:25.709Z | Downloaded hostname v0.3.1 |
159 | 2024-12-21T02:25:25.709Z | Downloaded futures-timer v3.0.3 |
160 | 2024-12-21T02:25:25.713Z | Downloaded cfg_aliases v0.1.1 |
161 | 2024-12-21T02:25:25.713Z | Downloaded cfg-if v1.0.0 |
162 | 2024-12-21T02:25:25.713Z | Downloaded fnv v1.0.7 |
163 | 2024-12-21T02:25:25.713Z | Downloaded bytecount v0.6.8 |
164 | 2024-12-21T02:25:25.716Z | Downloaded futures-io v0.3.31 |
165 | 2024-12-21T02:25:25.719Z | Downloaded cbc v0.1.2 |
166 | 2024-12-21T02:25:25.719Z | Downloaded cargo-platform v0.1.8 |
167 | 2024-12-21T02:25:25.719Z | Downloaded cast v0.3.0 |
168 | 2024-12-21T02:25:25.721Z | Downloaded blowfish v0.9.1 |
169 | 2024-12-21T02:25:25.721Z | Downloaded hubpack v0.1.2 |
170 | 2024-12-21T02:25:25.724Z | Downloaded chrono-tz-build v0.4.0 |
171 | 2024-12-21T02:25:25.724Z | Downloaded cassowary v0.3.0 |
172 | 2024-12-21T02:25:25.730Z | Downloaded anstyle v1.0.10 |
173 | 2024-12-21T02:25:25.732Z | Downloaded block-padding v0.3.3 |
174 | 2024-12-21T02:25:25.732Z | Downloaded anstream v0.6.15 |
175 | 2024-12-21T02:25:25.732Z | Downloaded fd-lock v4.0.2 |
176 | 2024-12-21T02:25:25.734Z | Downloaded bcrypt-pbkdf v0.10.0 |
177 | 2024-12-21T02:25:25.735Z | Downloaded humantime v2.1.0 |
178 | 2024-12-21T02:25:25.737Z | Downloaded bit-set v0.5.3 |
179 | 2024-12-21T02:25:25.737Z | Downloaded hex v0.4.3 |
180 | 2024-12-21T02:25:25.740Z | Downloaded cexpr v0.6.0 |
181 | 2024-12-21T02:25:25.743Z | Downloaded globset v0.4.15 |
182 | 2024-12-21T02:25:25.743Z | Downloaded async-lock v3.4.0 |
183 | 2024-12-21T02:25:25.745Z | Downloaded getrandom v0.2.15 |
184 | 2024-12-21T02:25:25.748Z | Downloaded castaway v0.2.3 |
185 | 2024-12-21T02:25:25.751Z | Downloaded addr2line v0.24.2 |
186 | 2024-12-21T02:25:25.753Z | Downloaded hash32 v0.3.1 |
187 | 2024-12-21T02:25:25.756Z | Downloaded bzip2 v0.4.4 |
188 | 2024-12-21T02:25:25.756Z | Downloaded block-buffer v0.10.4 |
189 | 2024-12-21T02:25:25.759Z | Downloaded heck v0.3.3 |
190 | 2024-12-21T02:25:25.759Z | Downloaded pretty-hex v0.4.1 |
191 | 2024-12-21T02:25:25.759Z | Downloaded bitflags v1.3.2 |
192 | 2024-12-21T02:25:25.761Z | Downloaded futures-channel v0.3.31 |
193 | 2024-12-21T02:25:25.764Z | Downloaded highway v1.2.0 |
194 | 2024-12-21T02:25:25.766Z | Downloaded cargo_metadata v0.18.1 |
195 | 2024-12-21T02:25:25.769Z | Downloaded pretty-hex v0.2.1 |
196 | 2024-12-21T02:25:25.769Z | Downloaded argon2 v0.5.3 |
197 | 2024-12-21T02:25:25.771Z | Downloaded num-iter v0.1.45 |
198 | 2024-12-21T02:25:25.774Z | Downloaded camino-tempfile v1.1.1 |
199 | 2024-12-21T02:25:25.774Z | Downloaded futures-core v0.3.31 |
200 | 2024-12-21T02:25:25.777Z | Downloaded anyhow v1.0.93 |
201 | 2024-12-21T02:25:25.780Z | Downloaded camino v1.1.9 |
202 | 2024-12-21T02:25:25.783Z | Downloaded bcs v0.1.6 |
203 | 2024-12-21T02:25:25.785Z | Downloaded hyper-rustls v0.26.0 |
204 | 2024-12-21T02:25:25.787Z | Downloaded glob v0.3.1 |
205 | 2024-12-21T02:25:25.787Z | Downloaded futures-lite v2.3.0 |
206 | 2024-12-21T02:25:25.790Z | Downloaded generic-array v0.14.7 |
207 | 2024-12-21T02:25:25.792Z | Downloaded hickory-client v0.24.1 |
208 | 2024-12-21T02:25:25.794Z | Downloaded fs_extra v1.3.0 |
209 | 2024-12-21T02:25:25.797Z | Downloaded phf_codegen v0.11.2 |
210 | 2024-12-21T02:25:25.797Z | Downloaded termtree v0.4.1 |
211 | 2024-12-21T02:25:25.799Z | Downloaded blake2b_simd v1.0.2 |
212 | 2024-12-21T02:25:25.799Z | Downloaded sync-ptr v0.1.1 |
213 | 2024-12-21T02:25:25.801Z | Downloaded phf v0.11.2 |
214 | 2024-12-21T02:25:25.805Z | Downloaded parking v2.2.1 |
215 | 2024-12-21T02:25:25.806Z | Downloaded pest_generator v2.7.14 |
216 | 2024-12-21T02:25:25.808Z | Downloaded pbkdf2 v0.12.2 |
217 | 2024-12-21T02:25:25.808Z | Downloaded bitflags v2.6.0 |
218 | 2024-12-21T02:25:25.810Z | Downloaded usdt-macro v0.5.0 |
219 | 2024-12-21T02:25:25.812Z | Downloaded cfg-expr v0.17.0 |
220 | 2024-12-21T02:25:25.814Z | Downloaded powerfmt v0.2.0 |
221 | 2024-12-21T02:25:25.817Z | Downloaded polyval v0.6.2 |
222 | 2024-12-21T02:25:25.817Z | Downloaded blake2 v0.10.6 |
223 | 2024-12-21T02:25:25.820Z | Downloaded colorchoice v1.0.2 |
224 | 2024-12-21T02:25:25.822Z | Downloaded float-cmp v0.9.0 |
225 | 2024-12-21T02:25:25.822Z | Downloaded quick-error v1.2.3 |
226 | 2024-12-21T02:25:25.825Z | Downloaded predicates-tree v1.0.11 |
227 | 2024-12-21T02:25:25.825Z | Downloaded predicates-core v1.0.8 |
228 | 2024-12-21T02:25:25.828Z | Downloaded serde_path_to_error v0.1.16 |
229 | 2024-12-21T02:25:25.828Z | Downloaded waitgroup v0.1.2 |
230 | 2024-12-21T02:25:25.830Z | Downloaded rustc-hash v2.0.0 |
231 | 2024-12-21T02:25:25.831Z | Downloaded shlex v1.3.0 |
232 | 2024-12-21T02:25:25.834Z | Downloaded rustc_version v0.1.7 |
233 | 2024-12-21T02:25:25.834Z | Downloaded once_cell v1.20.2 |
234 | 2024-12-21T02:25:25.838Z | Downloaded siphasher v0.3.11 |
235 | 2024-12-21T02:25:25.838Z | Downloaded similar-asserts v1.6.0 |
236 | 2024-12-21T02:25:25.842Z | Downloaded smf v0.2.3 |
237 | 2024-12-21T02:25:25.845Z | Downloaded smawk v0.3.2 |
238 | 2024-12-21T02:25:25.848Z | Downloaded flume v0.11.1 |
239 | 2024-12-21T02:25:25.851Z | Downloaded is_ci v1.2.0 |
240 | 2024-12-21T02:25:25.853Z | Downloaded termios v0.3.3 |
241 | 2024-12-21T02:25:25.856Z | Downloaded termcolor v1.4.1 |
242 | 2024-12-21T02:25:25.858Z | Downloaded structmeta v0.3.0 |
243 | 2024-12-21T02:25:25.858Z | Downloaded pkcs8 v0.10.2 |
244 | 2024-12-21T02:25:25.861Z | Downloaded half v2.4.1 |
245 | 2024-12-21T02:25:25.865Z | Downloaded instant v0.1.13 |
246 | 2024-12-21T02:25:25.867Z | Downloaded bytes v1.8.0 |
247 | 2024-12-21T02:25:25.871Z | Downloaded tui-tree-widget v0.22.0 |
248 | 2024-12-21T02:25:25.873Z | Downloaded fatfs v0.3.6 |
249 | 2024-12-21T02:25:25.876Z | Downloaded zeroize v1.8.1 |
250 | 2024-12-21T02:25:25.879Z | Downloaded hyper-rustls v0.27.3 |
251 | 2024-12-21T02:25:25.881Z | Downloaded crossbeam-deque v0.8.5 |
252 | 2024-12-21T02:25:25.884Z | Downloaded xattr v1.3.1 |
253 | 2024-12-21T02:25:25.887Z | Downloaded newtype_derive v0.1.6 |
254 | 2024-12-21T02:25:25.889Z | Downloaded match_cfg v0.1.0 |
255 | 2024-12-21T02:25:25.889Z | Downloaded serde_derive_internals v0.29.1 |
256 | 2024-12-21T02:25:25.892Z | Downloaded chacha20poly1305 v0.10.1 |
257 | 2024-12-21T02:25:25.894Z | Downloaded writeable v0.5.5 |
258 | 2024-12-21T02:25:25.897Z | Downloaded curve25519-dalek-derive v0.1.1 |
259 | 2024-12-21T02:25:25.897Z | Downloaded zone v0.3.0 |
260 | 2024-12-21T02:25:25.901Z | Downloaded zone v0.1.8 |
261 | 2024-12-21T02:25:25.901Z | Downloaded smallvec v1.13.2 |
262 | 2024-12-21T02:25:25.906Z | Downloaded dirs-sys-next v0.1.2 |
263 | 2024-12-21T02:25:25.906Z | Downloaded password-hash v0.5.0 |
264 | 2024-12-21T02:25:25.910Z | Downloaded ena v0.14.3 |
265 | 2024-12-21T02:25:25.910Z | Downloaded embedded-io v0.6.1 |
266 | 2024-12-21T02:25:25.910Z | Downloaded is_terminal_polyfill v1.70.1 |
267 | 2024-12-21T02:25:25.913Z | Downloaded kv-log-macro v1.0.7 |
268 | 2024-12-21T02:25:25.913Z | Downloaded plotters-svg v0.3.7 |
269 | 2024-12-21T02:25:25.913Z | Downloaded tokio-tungstenite v0.24.0 |
270 | 2024-12-21T02:25:25.915Z | Downloaded tokio-rustls v0.25.0 |
271 | 2024-12-21T02:25:25.918Z | Downloaded headers v0.4.0 |
272 | 2024-12-21T02:25:25.922Z | Downloaded base64 v0.21.7 |
273 | 2024-12-21T02:25:25.926Z | Downloaded maplit v1.0.2 |
274 | 2024-12-21T02:25:25.928Z | Downloaded memoffset v0.9.1 |
275 | 2024-12-21T02:25:25.931Z | Downloaded omicron-zone-package v0.12.0 |
276 | 2024-12-21T02:25:25.933Z | Downloaded wyz v0.5.1 |
277 | 2024-12-21T02:25:25.935Z | Downloaded cmake v0.1.51 |
278 | 2024-12-21T02:25:25.938Z | Downloaded strum v0.26.3 |
279 | 2024-12-21T02:25:25.938Z | Downloaded base64 v0.22.1 |
280 | 2024-12-21T02:25:25.941Z | Downloaded packed_struct_codegen v0.10.1 |
281 | 2024-12-21T02:25:25.944Z | Downloaded signal-hook v0.3.17 |
282 | 2024-12-21T02:25:25.946Z | Downloaded nibble_vec v0.1.0 |
283 | 2024-12-21T02:25:25.948Z | Downloaded rustls-native-certs v0.7.3 |
284 | 2024-12-21T02:25:25.950Z | Downloaded crossbeam-epoch v0.9.18 |
285 | 2024-12-21T02:25:25.953Z | Downloaded russh-cryptovec v0.7.3 |
286 | 2024-12-21T02:25:25.956Z | Downloaded hashbrown v0.12.3 |
287 | 2024-12-21T02:25:25.959Z | Downloaded darling v0.20.10 |
288 | 2024-12-21T02:25:25.964Z | Downloaded r2d2 v0.8.10 |
289 | 2024-12-21T02:25:25.967Z | Downloaded proc-macro-error-attr v1.0.4 |
290 | 2024-12-21T02:25:25.967Z | Downloaded dirs-next v2.0.0 |
291 | 2024-12-21T02:25:25.969Z | Downloaded hashbrown v0.13.2 |
292 | 2024-12-21T02:25:25.973Z | Downloaded plotters-backend v0.3.7 |
293 | 2024-12-21T02:25:25.976Z | Downloaded path-slash v0.1.5 |
294 | 2024-12-21T02:25:25.979Z | Downloaded which v4.4.2 |
295 | 2024-12-21T02:25:25.979Z | Downloaded toml v0.7.8 |
296 | 2024-12-21T02:25:25.982Z | Downloaded salsa20 v0.10.2 |
297 | 2024-12-21T02:25:25.985Z | Downloaded ref-cast-impl v1.0.23 |
298 | 2024-12-21T02:25:25.987Z | Downloaded radium v0.7.0 |
299 | 2024-12-21T02:25:25.988Z | Downloaded ref-cast v1.0.23 |
300 | 2024-12-21T02:25:25.992Z | Downloaded structmeta-derive v0.3.0 |
301 | 2024-12-21T02:25:25.994Z | Downloaded strip-ansi-escapes v0.2.0 |
302 | 2024-12-21T02:25:25.994Z | Downloaded downcast v0.11.0 |
303 | 2024-12-21T02:25:25.994Z | Downloaded doc-comment v0.3.3 |
304 | 2024-12-21T02:25:25.997Z | Downloaded semver v0.1.20 |
305 | 2024-12-21T02:25:25.997Z | Downloaded lock_api v0.4.12 |
306 | 2024-12-21T02:25:25.999Z | Downloaded zone_cfg_derive v0.3.0 |
307 | 2024-12-21T02:25:26.002Z | Downloaded stringprep v0.1.5 |
308 | 2024-12-21T02:25:26.002Z | Downloaded serde_derive v1.0.215 |
309 | 2024-12-21T02:25:26.005Z | Downloaded cc v1.1.30 |
310 | 2024-12-21T02:25:26.008Z | Downloaded zone_cfg_derive v0.1.2 |
311 | 2024-12-21T02:25:26.011Z | Downloaded strsim v0.11.1 |
312 | 2024-12-21T02:25:26.013Z | Downloaded tinystr v0.7.6 |
313 | 2024-12-21T02:25:26.013Z | Downloaded litemap v0.7.3 |
314 | 2024-12-21T02:25:26.016Z | Downloaded twox-hash v1.6.3 |
315 | 2024-12-21T02:25:26.019Z | Downloaded utf16_iter v1.0.5 |
316 | 2024-12-21T02:25:26.022Z | Downloaded dhcproto-macros v0.1.0 |
317 | 2024-12-21T02:25:26.022Z | Downloaded flate2 v1.0.34 |
318 | 2024-12-21T02:25:26.028Z | Downloaded strum_macros v0.25.3 |
319 | 2024-12-21T02:25:26.030Z | Downloaded opaque-debug v0.3.1 |
320 | 2024-12-21T02:25:26.033Z | Downloaded ident_case v1.0.1 |
321 | 2024-12-21T02:25:26.033Z | Downloaded toml_datetime v0.6.8 |
322 | 2024-12-21T02:25:26.035Z | Downloaded rpassword v7.3.1 |
323 | 2024-12-21T02:25:26.035Z | Downloaded phf_shared v0.11.2 |
324 | 2024-12-21T02:25:26.039Z | Downloaded untrusted v0.7.1 |
325 | 2024-12-21T02:25:26.042Z | Downloaded whoami v1.5.2 |
326 | 2024-12-21T02:25:26.042Z | Downloaded tungstenite v0.24.0 |
327 | 2024-12-21T02:25:26.045Z | Downloaded cpufeatures v0.2.14 |
328 | 2024-12-21T02:25:26.048Z | Downloaded tiny-keccak v2.0.2 |
329 | 2024-12-21T02:25:26.050Z | Downloaded sha2 v0.10.8 |
330 | 2024-12-21T02:25:26.053Z | Downloaded sha1 v0.10.6 |
331 | 2024-12-21T02:25:26.055Z | Downloaded serde_with_macros v3.11.0 |
332 | 2024-12-21T02:25:26.059Z | Downloaded enum-as-inner v0.6.1 |
333 | 2024-12-21T02:25:26.065Z | Downloaded dof v0.3.0 |
334 | 2024-12-21T02:25:26.065Z | Downloaded hickory-resolver v0.24.1 |
335 | 2024-12-21T02:25:26.069Z | Downloaded crc-catalog v2.4.0 |
336 | 2024-12-21T02:25:26.072Z | Downloaded instability v0.3.2 |
337 | 2024-12-21T02:25:26.072Z | Downloaded inout v0.1.3 |
338 | 2024-12-21T02:25:26.072Z | Downloaded multimap v0.10.0 |
339 | 2024-12-21T02:25:26.075Z | Downloaded indoc v2.0.5 |
340 | 2024-12-21T02:25:26.078Z | Downloaded tokio-tungstenite v0.23.1 |
341 | 2024-12-21T02:25:26.081Z | Downloaded proc-macro2 v1.0.89 |
342 | 2024-12-21T02:25:26.084Z | Downloaded pin-project v1.1.6 |
343 | 2024-12-21T02:25:26.095Z | Downloaded sqlparser_derive v0.2.2 |
344 | 2024-12-21T02:25:26.099Z | Downloaded aes v0.8.4 |
345 | 2024-12-21T02:25:26.103Z | Downloaded nanorand v0.7.0 |
346 | 2024-12-21T02:25:26.106Z | Downloaded paste v1.0.15 |
347 | 2024-12-21T02:25:26.106Z | Downloaded aho-corasick v1.1.3 |
348 | 2024-12-21T02:25:26.113Z | Downloaded pkg-config v0.3.31 |
349 | 2024-12-21T02:25:26.116Z | Downloaded deranged v0.3.11 |
350 | 2024-12-21T02:25:26.116Z | Downloaded cookie_store v0.21.0 |
351 | 2024-12-21T02:25:26.118Z | Downloaded displaydoc v0.2.5 |
352 | 2024-12-21T02:25:26.121Z | Downloaded der_derive v0.7.3 |
353 | 2024-12-21T02:25:26.124Z | Downloaded vsss-rs v3.3.4 |
354 | 2024-12-21T02:25:26.127Z | Downloaded vte_generate_state_changes v0.1.2 |
355 | 2024-12-21T02:25:26.129Z | Downloaded version_check v0.9.5 |
356 | 2024-12-21T02:25:26.129Z | Downloaded rand_seeder v0.3.0 |
357 | 2024-12-21T02:25:26.132Z | Downloaded scheduled-thread-pool v0.2.7 |
358 | 2024-12-21T02:25:26.134Z | Downloaded ciborium-io v0.2.2 |
359 | 2024-12-21T02:25:26.134Z | Downloaded rand_xorshift v0.3.0 |
360 | 2024-12-21T02:25:26.137Z | Downloaded psl-types v2.0.11 |
361 | 2024-12-21T02:25:26.137Z | Downloaded pem v3.0.4 |
362 | 2024-12-21T02:25:26.139Z | Downloaded lockfree-object-pool v0.1.6 |
363 | 2024-12-21T02:25:26.144Z | Downloaded secrecy v0.8.0 |
364 | 2024-12-21T02:25:26.144Z | Downloaded prettyplease v0.2.25 |
365 | 2024-12-21T02:25:26.149Z | Downloaded linked-hash-map v0.5.6 |
366 | 2024-12-21T02:25:26.149Z | Downloaded tabled_derive v0.7.0 |
367 | 2024-12-21T02:25:26.154Z | Downloaded hashbrown v0.14.5 |
368 | 2024-12-21T02:25:26.172Z | Downloaded tls_codec v0.4.1 |
369 | 2024-12-21T02:25:26.175Z | Downloaded x509-cert v0.2.5 |
370 | 2024-12-21T02:25:26.175Z | Downloaded oso-derive v0.27.3 |
371 | 2024-12-21T02:25:26.175Z | Downloaded openssl-probe v0.1.5 |
372 | 2024-12-21T02:25:26.175Z | Downloaded openssl-macros v0.1.1 |
373 | 2024-12-21T02:25:26.175Z | Downloaded matches v0.1.10 |
374 | 2024-12-21T02:25:26.175Z | Downloaded tokio-macros v2.4.0 |
375 | 2024-12-21T02:25:26.175Z | Downloaded typify-macro v0.2.0 |
376 | 2024-12-21T02:25:26.175Z | Downloaded postgres-protocol v0.6.7 |
377 | 2024-12-21T02:25:26.175Z | Downloaded guppy v0.17.8 |
378 | 2024-12-21T02:25:26.181Z | Downloaded progenitor-client v0.8.0 |
379 | 2024-12-21T02:25:26.185Z | Downloaded unarray v0.1.4 |
380 | 2024-12-21T02:25:26.187Z | Downloaded zerovec-derive v0.10.3 |
381 | 2024-12-21T02:25:26.187Z | Downloaded postgres-types v0.2.8 |
382 | 2024-12-21T02:25:26.189Z | Downloaded slog-bunyan v2.5.0 |
383 | 2024-12-21T02:25:26.191Z | Downloaded rustc-demangle v0.1.24 |
384 | 2024-12-21T02:25:26.191Z | Downloaded rust-argon2 v2.1.0 |
385 | 2024-12-21T02:25:26.194Z | Downloaded progenitor v0.8.0 |
386 | 2024-12-21T02:25:26.197Z | Downloaded convert_case v0.4.0 |
387 | 2024-12-21T02:25:26.197Z | Downloaded aes-gcm v0.10.3 |
388 | 2024-12-21T02:25:26.201Z | Downloaded ed25519 v2.2.3 |
389 | 2024-12-21T02:25:26.203Z | Downloaded diesel-dtrace v0.4.2 |
390 | 2024-12-21T02:25:26.206Z | Downloaded unicode-segmentation v1.12.0 |
391 | 2024-12-21T02:25:26.209Z | Downloaded thiserror v2.0.3 |
392 | 2024-12-21T02:25:26.215Z | Downloaded internet-checksum v0.2.1 |
393 | 2024-12-21T02:25:26.217Z | Downloaded managed v0.8.0 |
394 | 2024-12-21T02:25:26.220Z | Downloaded hyper v1.5.0 |
395 | 2024-12-21T02:25:26.225Z | Downloaded write16 v1.0.0 |
396 | 2024-12-21T02:25:26.228Z | Downloaded h2 v0.4.6 |
397 | 2024-12-21T02:25:26.235Z | Downloaded proc-macro-crate v3.2.0 |
398 | 2024-12-21T02:25:26.239Z | Downloaded proc-macro-crate v1.3.1 |
399 | 2024-12-21T02:25:26.239Z | Downloaded primeorder v0.13.6 |
400 | 2024-12-21T02:25:26.242Z | Downloaded yoke-derive v0.7.4 |
401 | 2024-12-21T02:25:26.242Z | Downloaded num-bigint-dig v0.8.4 |
402 | 2024-12-21T02:25:26.247Z | Downloaded slog-envlogger v2.2.0 |
403 | 2024-12-21T02:25:26.250Z | Downloaded simd-adler32 v0.3.7 |
404 | 2024-12-21T02:25:26.250Z | Downloaded russh-keys v0.45.0 |
405 | 2024-12-21T02:25:26.253Z | Downloaded nom v7.1.3 |
406 | 2024-12-21T02:25:26.257Z | Downloaded scopeguard v1.2.0 |
407 | 2024-12-21T02:25:26.259Z | Downloaded schemars_derive v0.8.21 |
408 | 2024-12-21T02:25:26.262Z | Downloaded rustc-hash v1.1.0 |
409 | 2024-12-21T02:25:26.262Z | Downloaded either v1.13.0 |
410 | 2024-12-21T02:25:26.264Z | Downloaded derive_builder v0.20.2 |
411 | 2024-12-21T02:25:26.267Z | Downloaded constant_time_eq v0.3.1 |
412 | 2024-12-21T02:25:26.270Z | Downloaded precomputed-hash v0.1.1 |
413 | 2024-12-21T02:25:26.270Z | Downloaded new_debug_unreachable v1.0.6 |
414 | 2024-12-21T02:25:26.273Z | Downloaded const_format_proc_macros v0.2.33 |
415 | 2024-12-21T02:25:26.278Z | Downloaded nodrop v0.1.14 |
416 | 2024-12-21T02:25:26.278Z | Downloaded number_prefix v0.4.0 |
417 | 2024-12-21T02:25:26.281Z | Downloaded thiserror-impl-no-std v2.0.2 |
418 | 2024-12-21T02:25:26.281Z | Downloaded futures-util v0.3.31 |
419 | 2024-12-21T02:25:26.288Z | Downloaded scroll_derive v0.12.0 |
420 | 2024-12-21T02:25:26.291Z | Downloaded utf8parse v0.2.2 |
421 | 2024-12-21T02:25:26.291Z | Downloaded vergen v8.3.2 |
422 | 2024-12-21T02:25:26.294Z | Downloaded xz2 v0.1.7 |
423 | 2024-12-21T02:25:26.296Z | Downloaded proc-macro-error v1.0.4 |
424 | 2024-12-21T02:25:26.298Z | Downloaded datatest-stable v0.2.9 |
425 | 2024-12-21T02:25:26.301Z | Downloaded zerofrom v0.1.4 |
426 | 2024-12-21T02:25:26.303Z | Downloaded tower-service v0.3.3 |
427 | 2024-12-21T02:25:26.303Z | Downloaded swrite v0.1.0 |
428 | 2024-12-21T02:25:26.303Z | Downloaded owo-colors v4.1.0 |
429 | 2024-12-21T02:25:26.306Z | Downloaded idna_adapter v1.2.0 |
430 | 2024-12-21T02:25:26.309Z | Downloaded memmap v0.7.0 |
431 | 2024-12-21T02:25:26.309Z | Downloaded defmt-macros v0.3.9 |
432 | 2024-12-21T02:25:26.311Z | Downloaded debug-ignore v1.0.5 |
433 | 2024-12-21T02:25:26.314Z | Downloaded cookie v0.18.1 |
434 | 2024-12-21T02:25:26.318Z | Downloaded data-encoding v2.6.0 |
435 | 2024-12-21T02:25:26.318Z | Downloaded rustls-pemfile v1.0.4 |
436 | 2024-12-21T02:25:26.322Z | Downloaded vte v0.11.1 |
437 | 2024-12-21T02:25:26.325Z | Downloaded is-terminal v0.4.13 |
438 | 2024-12-21T02:25:26.325Z | Downloaded indexmap v1.9.3 |
439 | 2024-12-21T02:25:26.328Z | Downloaded hyper-util v0.1.10 |
440 | 2024-12-21T02:25:26.332Z | Downloaded num-rational v0.4.2 |
441 | 2024-12-21T02:25:26.332Z | Downloaded num_enum v0.5.11 |
442 | 2024-12-21T02:25:26.339Z | Downloaded nu-ansi-term v0.50.1 |
443 | 2024-12-21T02:25:26.342Z | Downloaded md5 v0.7.0 |
444 | 2024-12-21T02:25:26.342Z | Downloaded num-integer v0.1.46 |
445 | 2024-12-21T02:25:26.342Z | Downloaded thiserror-no-std v2.0.2 |
446 | 2024-12-21T02:25:26.344Z | Downloaded quinn-udp v0.5.5 |
447 | 2024-12-21T02:25:26.347Z | Downloaded slog-scope v4.4.0 |
448 | 2024-12-21T02:25:26.350Z | Downloaded tokio-tungstenite v0.21.0 |
449 | 2024-12-21T02:25:26.352Z | Downloaded scrypt v0.11.0 |
450 | 2024-12-21T02:25:26.352Z | Downloaded tracing-core v0.1.32 |
451 | 2024-12-21T02:25:26.355Z | Downloaded defmt v0.3.8 |
452 | 2024-12-21T02:25:26.358Z | Downloaded peg-runtime v0.8.3 |
453 | 2024-12-21T02:25:26.359Z | Downloaded ctr v0.9.2 |
454 | 2024-12-21T02:25:26.363Z | Downloaded tabwriter v1.4.0 |
455 | 2024-12-21T02:25:26.363Z | Downloaded synstructure v0.13.1 |
456 | 2024-12-21T02:25:26.366Z | Downloaded sqlformat v0.2.6 |
457 | 2024-12-21T02:25:26.366Z | Downloaded diesel_derives v2.2.3 |
458 | 2024-12-21T02:25:26.369Z | Downloaded zerofrom-derive v0.1.4 |
459 | 2024-12-21T02:25:26.372Z | Downloaded iana-time-zone v0.1.61 |
460 | 2024-12-21T02:25:26.375Z | Downloaded rand_distr v0.4.3 |
461 | 2024-12-21T02:25:26.378Z | Downloaded typed-path v0.9.3 |
462 | 2024-12-21T02:25:26.384Z | Downloaded unicode-linebreak v0.1.5 |
463 | 2024-12-21T02:25:26.387Z | Downloaded aws-lc-rs v1.10.0 |
464 | 2024-12-21T02:25:26.391Z | Downloaded concurrent-queue v2.5.0 |
465 | 2024-12-21T02:25:26.396Z | Downloaded colored v2.1.0 |
466 | 2024-12-21T02:25:26.399Z | Downloaded miniz_oxide v0.8.0 |
467 | 2024-12-21T02:25:26.399Z | Downloaded diesel_table_macro_syntax v0.2.0 |
468 | 2024-12-21T02:25:26.402Z | Downloaded num-derive v0.4.2 |
469 | 2024-12-21T02:25:26.402Z | Downloaded spin v0.9.8 |
470 | 2024-12-21T02:25:26.404Z | Downloaded clap_derive v4.5.18 |
471 | 2024-12-21T02:25:26.407Z | Downloaded md-5 v0.10.6 |
472 | 2024-12-21T02:25:26.407Z | Downloaded mime v0.3.17 |
473 | 2024-12-21T02:25:26.409Z | Downloaded p256 v0.13.2 |
474 | 2024-12-21T02:25:26.412Z | Downloaded tokio-stream v0.1.16 |
475 | 2024-12-21T02:25:26.416Z | Downloaded tokio-rustls v0.26.0 |
476 | 2024-12-21T02:25:26.421Z | Downloaded pathdiff v0.2.2 |
477 | 2024-12-21T02:25:26.426Z | Downloaded zopfli v0.8.1 |
478 | 2024-12-21T02:25:26.426Z | Downloaded plain v0.2.3 |
479 | 2024-12-21T02:25:26.426Z | Downloaded peg v0.8.4 |
480 | 2024-12-21T02:25:26.430Z | Downloaded sct v0.7.1 |
481 | 2024-12-21T02:25:26.432Z | Downloaded toolchain_find v0.4.0 |
482 | 2024-12-21T02:25:26.432Z | Downloaded sigpipe v0.1.3 |
483 | 2024-12-21T02:25:26.432Z | Downloaded polling v3.7.3 |
484 | 2024-12-21T02:25:26.435Z | Downloaded thread-id v4.2.2 |
485 | 2024-12-21T02:25:26.438Z | Downloaded thiserror v1.0.69 |
486 | 2024-12-21T02:25:26.442Z | Downloaded rfc6979 v0.4.0 |
487 | 2024-12-21T02:25:26.445Z | Downloaded schemars v0.8.21 |
488 | 2024-12-21T02:25:26.454Z | Downloaded unicase v2.7.0 |
489 | 2024-12-21T02:25:26.457Z | Downloaded threadpool v1.8.1 |
490 | 2024-12-21T02:25:26.457Z | Downloaded pest v2.7.14 |
491 | 2024-12-21T02:25:26.461Z | Downloaded icu_provider_macros v1.5.0 |
492 | 2024-12-21T02:25:26.464Z | Downloaded mime_guess v2.0.5 |
493 | 2024-12-21T02:25:26.464Z | Downloaded memmap2 v0.9.5 |
494 | 2024-12-21T02:25:26.472Z | Downloaded num-traits v0.2.19 |
495 | 2024-12-21T02:25:26.477Z | Downloaded openssl-sys v0.9.103 |
496 | 2024-12-21T02:25:26.477Z | Downloaded similar v2.6.0 |
497 | 2024-12-21T02:25:26.480Z | Downloaded dtrace-parser v0.2.0 |
498 | 2024-12-21T02:25:26.481Z | Downloaded crucible-workspace-hack v0.1.0 |
499 | 2024-12-21T02:25:26.481Z | Downloaded poly1305 v0.8.0 |
500 | 2024-12-21T02:25:26.483Z | Downloaded peg-macros v0.8.4 |
501 | 2024-12-21T02:25:26.485Z | Downloaded macaddr v1.0.1 |
502 | 2024-12-21T02:25:26.487Z | Downloaded tinyvec v1.8.0 |
503 | 2024-12-21T02:25:26.490Z | Downloaded try-lock v0.2.5 |
504 | 2024-12-21T02:25:26.490Z | Downloaded signal-hook-mio v0.2.4 |
505 | 2024-12-21T02:25:26.495Z | Downloaded lru-cache v0.1.2 |
506 | 2024-12-21T02:25:26.495Z | Downloaded thread_local v1.1.8 |
507 | 2024-12-21T02:25:26.495Z | Downloaded tokio-postgres v0.7.12 |
508 | 2024-12-21T02:25:26.500Z | Downloaded topological-sort v0.2.2 |
509 | 2024-12-21T02:25:26.500Z | Downloaded indexmap v2.6.0 |
510 | 2024-12-21T02:25:26.504Z | Downloaded ed25519-dalek v2.1.1 |
511 | 2024-12-21T02:25:26.508Z | Downloaded libxml v0.3.3 |
512 | 2024-12-21T02:25:26.513Z | Downloaded serde_urlencoded v0.7.1 |
513 | 2024-12-21T02:25:26.517Z | Downloaded icu_normalizer_data v1.5.0 |
514 | 2024-12-21T02:25:26.522Z | Downloaded dropshot_endpoint v0.13.0 |
515 | 2024-12-21T02:25:26.525Z | Downloaded criterion-plot v0.5.0 |
516 | 2024-12-21T02:25:26.525Z | Downloaded usdt-attr-macro v0.5.0 |
517 | 2024-12-21T02:25:26.525Z | Downloaded git2 v0.19.0 |
518 | 2024-12-21T02:25:26.530Z | Downloaded phf_generator v0.11.2 |
519 | 2024-12-21T02:25:26.533Z | Downloaded walkdir v2.5.0 |
520 | 2024-12-21T02:25:26.535Z | Downloaded tinyvec_macros v0.1.1 |
521 | 2024-12-21T02:25:26.535Z | Downloaded serde_with v3.11.0 |
522 | 2024-12-21T02:25:26.543Z | Downloaded parse-size v1.1.0 |
523 | 2024-12-21T02:25:26.547Z | Downloaded parse-display v0.10.0 |
524 | 2024-12-21T02:25:26.547Z | Downloaded pem-rfc7468 v0.7.0 |
525 | 2024-12-21T02:25:26.550Z | Downloaded password-hash v0.4.2 |
526 | 2024-12-21T02:25:26.550Z | Downloaded mirai-annotations v1.12.0 |
527 | 2024-12-21T02:25:26.553Z | Downloaded bitvec v1.0.1 |
528 | 2024-12-21T02:25:26.564Z | Downloaded rtoolbox v0.0.2 |
529 | 2024-12-21T02:25:26.566Z | Downloaded sec1 v0.7.3 |
530 | 2024-12-21T02:25:26.569Z | Downloaded spki v0.7.3 |
531 | 2024-12-21T02:25:26.571Z | Downloaded lru v0.12.5 |
532 | 2024-12-21T02:25:26.571Z | Downloaded ron v0.7.1 |
533 | 2024-12-21T02:25:26.574Z | Downloaded serde-big-array v0.5.1 |
534 | 2024-12-21T02:25:26.577Z | Downloaded nested v0.1.1 |
535 | 2024-12-21T02:25:26.579Z | Downloaded rustls-pemfile v2.2.0 |
536 | 2024-12-21T02:25:26.582Z | Downloaded derive_builder_macro v0.20.2 |
537 | 2024-12-21T02:25:26.582Z | Downloaded lazycell v1.3.0 |
538 | 2024-12-21T02:25:26.585Z | Downloaded value-bag v1.9.0 |
539 | 2024-12-21T02:25:26.585Z | Downloaded uzers v0.12.1 |
540 | 2024-12-21T02:25:26.588Z | Downloaded parse-display-derive v0.10.0 |
541 | 2024-12-21T02:25:26.588Z | Downloaded toml_edit v0.19.15 |
542 | 2024-12-21T02:25:26.603Z | Downloaded phf_shared v0.10.0 |
543 | 2024-12-21T02:25:26.605Z | Downloaded chrono v0.4.38 |
544 | 2024-12-21T02:25:26.611Z | Downloaded tokio-native-tls v0.3.1 |
545 | 2024-12-21T02:25:26.613Z | Downloaded progenitor-macro v0.8.0 |
546 | 2024-12-21T02:25:26.615Z | Downloaded parking_lot_core v0.9.10 |
547 | 2024-12-21T02:25:26.615Z | Downloaded env_filter v0.1.2 |
548 | 2024-12-21T02:25:26.618Z | Downloaded dyn-clone v1.0.17 |
549 | 2024-12-21T02:25:26.621Z | Downloaded jobserver v0.1.32 |
550 | 2024-12-21T02:25:26.621Z | Downloaded icu_locid_transform_data v1.5.0 |
551 | 2024-12-21T02:25:26.624Z | Downloaded ecdsa v0.16.9 |
552 | 2024-12-21T02:25:26.628Z | Downloaded pest_derive v2.7.14 |
553 | 2024-12-21T02:25:26.628Z | Downloaded typify v0.2.0 |
554 | 2024-12-21T02:25:26.632Z | Downloaded relative-path v1.9.3 |
555 | 2024-12-21T02:25:26.632Z | Downloaded slog v2.7.0 |
556 | 2024-12-21T02:25:26.634Z | Downloaded derive-where v1.2.7 |
557 | 2024-12-21T02:25:26.637Z | Downloaded serde-hex v0.1.0 |
558 | 2024-12-21T02:25:26.640Z | Downloaded ppv-lite86 v0.2.20 |
559 | 2024-12-21T02:25:26.640Z | Downloaded rsa v0.9.6 |
560 | 2024-12-21T02:25:26.644Z | Downloaded target-triple v0.1.3 |
561 | 2024-12-21T02:25:26.646Z | Downloaded keccak v0.1.5 |
562 | 2024-12-21T02:25:26.647Z | Downloaded dropshot_endpoint v0.12.0 |
563 | 2024-12-21T02:25:26.650Z | Downloaded time-core v0.1.2 |
564 | 2024-12-21T02:25:26.653Z | Downloaded cipher v0.4.4 |
565 | 2024-12-21T02:25:26.653Z | Downloaded target-spec v3.2.2 |
566 | 2024-12-21T02:25:26.655Z | Downloaded serde_plain v1.0.2 |
567 | 2024-12-21T02:25:26.655Z | Downloaded crossbeam-utils v0.8.20 |
568 | 2024-12-21T02:25:26.658Z | Downloaded percent-encoding v2.3.1 |
569 | 2024-12-21T02:25:26.658Z | Downloaded pest_meta v2.7.14 |
570 | 2024-12-21T02:25:26.661Z | Downloaded toml_edit v0.22.22 |
571 | 2024-12-21T02:25:26.680Z | Downloaded crunchy v0.2.2 |
572 | 2024-12-21T02:25:26.683Z | Downloaded equivalent v1.0.1 |
573 | 2024-12-21T02:25:26.683Z | Downloaded num v0.4.3 |
574 | 2024-12-21T02:25:26.683Z | Downloaded zeroize_derive v1.4.2 |
575 | 2024-12-21T02:25:26.686Z | Downloaded utf8_iter v1.0.4 |
576 | 2024-12-21T02:25:26.686Z | Downloaded usdt v0.5.0 |
577 | 2024-12-21T02:25:26.690Z | Downloaded tracing-attributes v0.1.27 |
578 | 2024-12-21T02:25:26.690Z | Downloaded signal-hook-tokio v0.3.1 |
579 | 2024-12-21T02:25:26.692Z | Downloaded dunce v1.0.5 |
580 | 2024-12-21T02:25:26.692Z | Downloaded libefi-sys v0.1.0 |
581 | 2024-12-21T02:25:26.692Z | Downloaded rayon-core v1.12.1 |
582 | 2024-12-21T02:25:26.695Z | Downloaded time-macros v0.2.18 |
583 | 2024-12-21T02:25:26.698Z | Downloaded cstr-argument v0.1.2 |
584 | 2024-12-21T02:25:26.698Z | Downloaded env_logger v0.10.2 |
585 | 2024-12-21T02:25:26.701Z | Downloaded socket2 v0.5.7 |
586 | 2024-12-21T02:25:26.703Z | Downloaded rusty-fork v0.3.0 |
587 | 2024-12-21T02:25:26.706Z | Downloaded kstat-rs v0.2.4 |
588 | 2024-12-21T02:25:26.706Z | Downloaded universal-hash v0.5.1 |
589 | 2024-12-21T02:25:26.706Z | Downloaded unicode-xid v0.2.6 |
590 | 2024-12-21T02:25:26.710Z | Downloaded trybuild v1.0.101 |
591 | 2024-12-21T02:25:26.712Z | Downloaded csv-core v0.1.11 |
592 | 2024-12-21T02:25:26.712Z | Downloaded snafu-derive v0.8.5 |
593 | 2024-12-21T02:25:26.715Z | Downloaded rustls-pki-types v1.10.0 |
594 | 2024-12-21T02:25:26.717Z | Downloaded rstest_macros v0.23.0 |
595 | 2024-12-21T02:25:26.720Z | Downloaded signal-hook-registry v1.4.2 |
596 | 2024-12-21T02:25:26.722Z | Downloaded gimli v0.31.1 |
597 | 2024-12-21T02:25:26.728Z | Downloaded pin-project-internal v1.1.6 |
598 | 2024-12-21T02:25:26.738Z | Downloaded des v0.8.1 |
599 | 2024-12-21T02:25:26.742Z | Downloaded derive_builder_core v0.20.2 |
600 | 2024-12-21T02:25:26.742Z | Downloaded defmt-parser v0.3.4 |
601 | 2024-12-21T02:25:26.742Z | Downloaded take_mut v0.2.2 |
602 | 2024-12-21T02:25:26.742Z | Downloaded zerocopy-derive v0.7.35 |
603 | 2024-12-21T02:25:26.742Z | Downloaded subtle v2.6.1 |
604 | 2024-12-21T02:25:26.742Z | Downloaded crypto-common v0.1.6 |
605 | 2024-12-21T02:25:26.745Z | Downloaded tap v1.0.1 |
606 | 2024-12-21T02:25:26.745Z | Downloaded lalrpop v0.19.12 |
607 | 2024-12-21T02:25:26.753Z | Downloaded maybe-uninit v2.0.0 |
608 | 2024-12-21T02:25:26.755Z | Downloaded rustversion v1.0.17 |
609 | 2024-12-21T02:25:26.758Z | Downloaded piper v0.2.4 |
610 | 2024-12-21T02:25:26.758Z | Downloaded mockall_derive v0.13.0 |
611 | 2024-12-21T02:25:26.762Z | Downloaded tracing v0.1.40 |
612 | 2024-12-21T02:25:26.765Z | Downloaded pkcs1 v0.7.5 |
613 | 2024-12-21T02:25:26.768Z | Downloaded diff v0.1.13 |
614 | 2024-12-21T02:25:26.770Z | Downloaded icu_provider v1.5.0 |
615 | 2024-12-21T02:25:26.772Z | Downloaded derive_more v0.99.18 |
616 | 2024-12-21T02:25:26.775Z | Downloaded shell-words v1.1.0 |
617 | 2024-12-21T02:25:26.778Z | Downloaded newtype-uuid v1.1.3 |
618 | 2024-12-21T02:25:26.778Z | Downloaded slog-dtrace v0.3.0 |
619 | 2024-12-21T02:25:26.780Z | Downloaded rcgen v0.12.1 |
620 | 2024-12-21T02:25:26.782Z | Downloaded pin-utils v0.1.0 |
621 | 2024-12-21T02:25:26.785Z | Downloaded target-lexicon v0.12.16 |
622 | 2024-12-21T02:25:26.785Z | Downloaded env_logger v0.11.5 |
623 | 2024-12-21T02:25:26.787Z | Downloaded supports-color v3.0.1 |
624 | 2024-12-21T02:25:26.789Z | Downloaded portable-atomic v1.9.0 |
625 | 2024-12-21T02:25:26.795Z | Downloaded criterion v0.5.1 |
626 | 2024-12-21T02:25:26.806Z | Downloaded libloading v0.8.5 |
627 | 2024-12-21T02:25:26.809Z | Downloaded predicates v3.1.2 |
628 | 2024-12-21T02:25:26.809Z | Downloaded pin-project-lite v0.2.14 |
629 | 2024-12-21T02:25:26.811Z | Downloaded test-strategy v0.3.1 |
630 | 2024-12-21T02:25:26.815Z | Downloaded sqlparser v0.45.0 |
631 | 2024-12-21T02:25:26.819Z | Downloaded tough v0.19.0 |
632 | 2024-12-21T02:25:26.826Z | Downloaded icu_normalizer v1.5.0 |
633 | 2024-12-21T02:25:26.829Z | Downloaded unicode-normalization v0.1.24 |
634 | 2024-12-21T02:25:26.832Z | Downloaded clap v4.5.21 |
635 | 2024-12-21T02:25:26.840Z | Downloaded snafu v0.8.5 |
636 | 2024-12-21T02:25:26.845Z | Downloaded rustls v0.21.12 |
637 | 2024-12-21T02:25:26.856Z | Downloaded textwrap v0.16.1 |
638 | 2024-12-21T02:25:26.858Z | Downloaded unsafe-libyaml v0.2.11 |
639 | 2024-12-21T02:25:26.861Z | Downloaded idna v1.0.3 |
640 | 2024-12-21T02:25:26.865Z | Downloaded syn v2.0.87 |
641 | 2024-12-21T02:25:26.876Z | Downloaded tar v0.4.42 |
642 | 2024-12-21T02:25:26.878Z | Downloaded der v0.7.9 |
643 | 2024-12-21T02:25:26.883Z | Downloaded unicode_categories v0.1.1 |
644 | 2024-12-21T02:25:26.886Z | Downloaded libm v0.2.8 |
645 | 2024-12-21T02:25:26.893Z | Downloaded clang-sys v1.8.1 |
646 | 2024-12-21T02:25:26.895Z | Downloaded salty v0.3.0 |
647 | 2024-12-21T02:25:26.900Z | Downloaded serde v1.0.215 |
648 | 2024-12-21T02:25:26.903Z | Downloaded pretty_assertions v1.4.1 |
649 | 2024-12-21T02:25:26.906Z | Downloaded itertools v0.13.0 |
650 | 2024-12-21T02:25:26.911Z | Downloaded crypto-bigint v0.5.5 |
651 | 2024-12-21T02:25:26.917Z | Downloaded parse-zoneinfo v0.3.1 |
652 | 2024-12-21T02:25:26.921Z | Downloaded winnow v0.5.40 |
653 | 2024-12-21T02:25:26.927Z | Downloaded time v0.3.36 |
654 | 2024-12-21T02:25:26.934Z | Downloaded regress v0.10.1 |
655 | 2024-12-21T02:25:26.943Z | Downloaded smoltcp v0.11.0 |
656 | 2024-12-21T02:25:26.954Z | Downloaded mio v1.0.2 |
657 | 2024-12-21T02:25:26.959Z | Downloaded reedline v0.35.0 |
658 | 2024-12-21T02:25:26.966Z | Downloaded proptest v1.5.0 |
659 | 2024-12-21T02:25:26.974Z | Downloaded idna v0.4.0 |
660 | 2024-12-21T02:25:26.982Z | Downloaded zerovec v0.10.4 |
661 | 2024-12-21T02:25:26.986Z | Downloaded regex-syntax v0.8.5 |
662 | 2024-12-21T02:25:26.993Z | Downloaded clap_builder v4.5.21 |
663 | 2024-12-21T02:25:27.001Z | Downloaded object v0.36.5 |
664 | 2024-12-21T02:25:27.010Z | Downloaded quinn-proto v0.11.8 |
665 | 2024-12-21T02:25:27.016Z | Downloaded object v0.30.4 |
666 | 2024-12-21T02:25:27.025Z | Downloaded p521 v0.13.3 |
667 | 2024-12-21T02:25:27.028Z | Downloaded rustls v0.22.4 |
668 | 2024-12-21T02:25:27.040Z | Downloaded rayon v1.10.0 |
669 | 2024-12-21T02:25:27.048Z | Downloaded rustls-webpki v0.101.7 |
670 | 2024-12-21T02:25:27.061Z | Downloaded rustls-webpki v0.102.8 |
671 | 2024-12-21T02:25:27.077Z | Downloaded polar-core v0.27.3 |
672 | 2024-12-21T02:25:27.086Z | Downloaded diesel v2.2.6 |
673 | 2024-12-21T02:25:27.102Z | Downloaded dropshot v0.12.0 |
674 | 2024-12-21T02:25:27.120Z | Downloaded p384 v0.13.0 |
675 | 2024-12-21T02:25:27.125Z | Downloaded icu_properties_data v1.5.0 |
676 | 2024-12-21T02:25:27.135Z | Downloaded idna v0.5.0 |
677 | 2024-12-21T02:25:27.141Z | Downloaded unicode-width v0.1.14 |
678 | 2024-12-21T02:25:27.146Z | Downloaded trust-dns-proto v0.22.0 |
679 | 2024-12-21T02:25:27.157Z | Downloaded dropshot v0.13.0 |
680 | 2024-12-21T02:25:27.176Z | Downloaded openapiv3 v2.0.0 |
681 | 2024-12-21T02:25:27.188Z | Downloaded rustix v0.38.37 |
682 | 2024-12-21T02:25:27.209Z | Downloaded syn v1.0.109 |
683 | 2024-12-21T02:25:27.218Z | Downloaded zerocopy-derive v0.6.6 |
684 | 2024-12-21T02:25:27.226Z | Downloaded radix_trie v0.2.1 |
685 | 2024-12-21T02:25:27.231Z | Downloaded hickory-proto v0.24.1 |
686 | 2024-12-21T02:25:27.245Z | Downloaded nix v0.29.0 |
687 | 2024-12-21T02:25:27.256Z | Downloaded chrono-tz v0.10.0 |
688 | 2024-12-21T02:25:27.263Z | Downloaded typify-impl v0.2.0 |
689 | 2024-12-21T02:25:27.276Z | Downloaded regex-automata v0.4.8 |
690 | 2024-12-21T02:25:27.292Z | Downloaded sled v0.34.7 |
691 | 2024-12-21T02:25:27.301Z | Downloaded ratatui v0.28.1 |
692 | 2024-12-21T02:25:27.318Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
693 | 2024-12-21T02:25:27.329Z | Downloaded reqwest v0.12.9 |
694 | 2024-12-21T02:25:27.337Z | Downloaded openssl v0.10.66 |
695 | 2024-12-21T02:25:27.349Z | Downloaded bstr v1.10.0 |
696 | 2024-12-21T02:25:27.356Z | Downloaded petgraph v0.6.5 |
697 | 2024-12-21T02:25:27.373Z | Downloaded nix v0.28.0 |
698 | 2024-12-21T02:25:27.383Z | Downloaded rustls v0.23.19 |
699 | 2024-12-21T02:25:27.394Z | Downloaded tokio v1.40.0 |
700 | 2024-12-21T02:25:27.429Z | Downloaded webpki-roots v0.26.6 |
701 | 2024-12-21T02:25:27.433Z | Downloaded lzma-sys v0.1.20 |
702 | 2024-12-21T02:25:27.461Z | Downloaded curve25519-dalek v4.1.3 |
703 | 2024-12-21T02:25:27.469Z | Downloaded num-bigint v0.4.6 |
704 | 2024-12-21T02:25:27.474Z | Downloaded crossterm v0.28.1 |
705 | 2024-12-21T02:25:27.481Z | Downloaded unicode-width v0.2.0 |
706 | 2024-12-21T02:25:27.485Z | Downloaded regress v0.9.1 |
707 | 2024-12-21T02:25:27.493Z | Downloaded libz-sys v1.1.20 |
708 | 2024-12-21T02:25:27.513Z | Downloaded regex-syntax v0.6.29 |
709 | 2024-12-21T02:25:27.520Z | Downloaded zerocopy v0.7.35 |
710 | 2024-12-21T02:25:27.534Z | Downloaded libc v0.2.162 |
711 | 2024-12-21T02:25:27.560Z | Downloaded petname v2.0.2 |
712 | 2024-12-21T02:25:27.565Z | Downloaded idna v0.2.3 |
713 | 2024-12-21T02:25:27.572Z | Downloaded nix v0.27.1 |
714 | 2024-12-21T02:25:27.582Z | Downloaded itertools v0.12.1 |
715 | 2024-12-21T02:25:27.590Z | Downloaded tabled v0.15.0 |
716 | 2024-12-21T02:25:27.602Z | Downloaded csv v1.3.0 |
717 | 2024-12-21T02:25:27.621Z | Downloaded sha3 v0.10.8 |
718 | 2024-12-21T02:25:27.626Z | Downloaded ssh-key v0.6.6 |
719 | 2024-12-21T02:25:27.632Z | Downloaded winnow v0.6.20 |
720 | 2024-12-21T02:25:27.641Z | Downloaded idna v0.3.0 |
721 | 2024-12-21T02:25:27.647Z | Downloaded rand v0.8.5 |
722 | 2024-12-21T02:25:27.650Z | Downloaded rustyline v14.0.0 |
723 | 2024-12-21T02:25:27.655Z | Downloaded zerocopy v0.8.10 |
724 | 2024-12-21T02:25:27.677Z | Downloaded regex v1.11.1 |
725 | 2024-12-21T02:25:27.689Z | Downloaded itertools v0.10.5 |
726 | 2024-12-21T02:25:27.696Z | Downloaded vcpkg v0.2.15 |
727 | 2024-12-21T02:25:27.730Z | Downloaded progenitor-impl v0.8.0 |
728 | 2024-12-21T02:25:27.733Z | Downloaded smoltcp v0.9.1 |
729 | 2024-12-21T02:25:27.743Z | Downloaded icu_locid v1.5.0 |
730 | 2024-12-21T02:25:27.746Z | Downloaded compact_str v0.8.0 |
731 | 2024-12-21T02:25:27.749Z | Downloaded memchr v2.7.4 |
732 | 2024-12-21T02:25:27.754Z | Downloaded httpmock v0.8.0-alpha.1 |
733 | 2024-12-21T02:25:27.771Z | Downloaded zerocopy v0.6.6 |
734 | 2024-12-21T02:25:27.774Z | Downloaded uuid v1.11.0 |
735 | 2024-12-21T02:25:27.776Z | Downloaded unicode-bidi v0.3.17 |
736 | 2024-12-21T02:25:27.779Z | Downloaded icu_locid_transform v1.5.0 |
737 | 2024-12-21T02:25:27.781Z | Downloaded icu_collections v1.5.0 |
738 | 2024-12-21T02:25:27.786Z | Downloaded plotters v0.3.7 |
739 | 2024-12-21T02:25:27.795Z | Downloaded newline-converter v0.3.0 |
740 | 2024-12-21T02:25:27.798Z | Downloaded rand_chacha v0.3.1 |
741 | 2024-12-21T02:25:27.798Z | Downloaded itoa v1.0.11 |
742 | 2024-12-21T02:25:27.798Z | Downloaded dsl_auto_type v0.1.2 |
743 | 2024-12-21T02:25:27.800Z | Downloaded encoding_rs v0.8.34 |
744 | 2024-12-21T02:25:27.818Z | Downloaded partial-io v0.5.4 |
745 | 2024-12-21T02:25:27.821Z | Downloaded yansi v1.0.1 |
746 | 2024-12-21T02:25:27.823Z | Downloaded rusqlite v0.32.1 |
747 | 2024-12-21T02:25:27.828Z | Downloaded minimal-lexical v0.2.1 |
748 | 2024-12-21T02:25:27.832Z | Downloaded ciborium-ll v0.2.2 |
749 | 2024-12-21T02:25:27.835Z | Downloaded steno v0.4.1 |
750 | 2024-12-21T02:25:27.837Z | Downloaded console v0.15.8 |
751 | 2024-12-21T02:25:27.840Z | Downloaded bindgen v0.69.5 |
752 | 2024-12-21T02:25:27.846Z | Downloaded async-std v1.13.0 |
753 | 2024-12-21T02:25:27.864Z | Downloaded slab v0.4.9 |
754 | 2024-12-21T02:25:27.866Z | Downloaded signature v2.2.0 |
755 | 2024-12-21T02:25:27.868Z | Downloaded unicode-ident v1.0.13 |
756 | 2024-12-21T02:25:27.868Z | Downloaded num-complex v0.4.6 |
757 | 2024-12-21T02:25:27.871Z | Downloaded libtest-mimic v0.7.3 |
758 | 2024-12-21T02:25:27.874Z | Downloaded rstest v0.23.0 |
759 | 2024-12-21T02:25:27.877Z | Downloaded samael v0.0.17 |
760 | 2024-12-21T02:25:27.882Z | Downloaded ron v0.8.1 |
761 | 2024-12-21T02:25:27.886Z | Downloaded ssh-encoding v0.2.0 |
762 | 2024-12-21T02:25:27.889Z | Downloaded resolv-conf v0.7.0 |
763 | 2024-12-21T02:25:27.891Z | Downloaded dhcproto v0.12.0 |
764 | 2024-12-21T02:25:27.894Z | Downloaded const_format v0.2.33 |
765 | 2024-12-21T02:25:27.897Z | Downloaded url v2.5.3 |
766 | 2024-12-21T02:25:27.900Z | Downloaded quick-xml v0.33.0 |
767 | 2024-12-21T02:25:27.904Z | Downloaded goblin v0.8.2 |
768 | 2024-12-21T02:25:27.910Z | Downloaded zerocopy-derive v0.8.10 |
769 | 2024-12-21T02:25:27.916Z | Downloaded ipnetwork v0.20.0 |
770 | 2024-12-21T02:25:27.918Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
771 | 2024-12-21T02:25:27.972Z | Downloaded ipnet v2.10.1 |
772 | 2024-12-21T02:25:27.975Z | Downloaded serde_json v1.0.132 |
773 | 2024-12-21T02:25:27.980Z | Downloaded blake3 v1.5.4 |
774 | 2024-12-21T02:25:27.994Z | Downloaded yoke v0.7.4 |
775 | 2024-12-21T02:25:27.997Z | Downloaded yasna v0.5.2 |
776 | 2024-12-21T02:25:27.999Z | Downloaded tokio-rustls v0.24.1 |
777 | 2024-12-21T02:25:28.000Z | Downloaded russh v0.45.0 |
778 | 2024-12-21T02:25:28.005Z | Downloaded stringmetrics v2.2.2 |
779 | 2024-12-21T02:25:28.007Z | Downloaded ucd-trie v0.1.7 |
780 | 2024-12-21T02:25:28.010Z | Downloaded num_threads v0.1.7 |
781 | 2024-12-21T02:25:28.010Z | Downloaded string_cache v0.8.7 |
782 | 2024-12-21T02:25:28.010Z | Downloaded static_assertions v1.1.0 |
783 | 2024-12-21T02:25:28.013Z | Downloaded hkdf v0.12.4 |
784 | 2024-12-21T02:25:28.016Z | Downloaded want v0.3.1 |
785 | 2024-12-21T02:25:28.016Z | Downloaded oorandom v11.1.4 |
786 | 2024-12-21T02:25:28.016Z | Downloaded libsw v3.3.1 |
787 | 2024-12-21T02:25:28.018Z | Downloaded zip v0.6.6 |
788 | 2024-12-21T02:25:28.021Z | Downloaded tokio-util v0.7.12 |
789 | 2024-12-21T02:25:28.026Z | Downloaded indent_write v2.2.0 |
790 | 2024-12-21T02:25:28.029Z | Downloaded impl-trait-for-tuples v0.2.2 |
791 | 2024-12-21T02:25:28.031Z | Downloaded enum-as-inner v0.5.1 |
792 | 2024-12-21T02:25:28.031Z | Downloaded tls_codec_derive v0.4.1 |
793 | 2024-12-21T02:25:28.034Z | Downloaded zip v2.1.3 |
794 | 2024-12-21T02:25:28.038Z | Downloaded parking_lot v0.12.3 |
795 | 2024-12-21T02:25:28.040Z | Downloaded hashbrown v0.15.1 |
796 | 2024-12-21T02:25:28.044Z | Downloaded log v0.4.22 |
797 | 2024-12-21T02:25:28.047Z | Downloaded normalize-line-endings v0.3.0 |
798 | 2024-12-21T02:25:28.049Z | Downloaded untrusted v0.9.0 |
799 | 2024-12-21T02:25:28.049Z | Downloaded darling_core v0.20.10 |
800 | 2024-12-21T02:25:28.053Z | Downloaded postcard v1.0.10 |
801 | 2024-12-21T02:25:28.055Z | Downloaded serde_yaml v0.9.34+deprecated |
802 | 2024-12-21T02:25:28.058Z | Downloaded crossbeam-channel v0.5.13 |
803 | 2024-12-21T02:25:28.062Z | Downloaded endian-type v0.1.2 |
804 | 2024-12-21T02:25:28.065Z | Downloaded thiserror-impl v2.0.3 |
805 | 2024-12-21T02:25:28.065Z | Downloaded thiserror-impl v1.0.69 |
806 | 2024-12-21T02:25:28.068Z | Downloaded const-oid v0.9.6 |
807 | 2024-12-21T02:25:28.068Z | Downloaded parking_lot_core v0.8.6 |
808 | 2024-12-21T02:25:28.070Z | Downloaded ssh-cipher v0.2.0 |
809 | 2024-12-21T02:25:28.071Z | Downloaded slog-async v2.8.0 |
810 | 2024-12-21T02:25:28.073Z | Downloaded typenum v1.17.0 |
811 | 2024-12-21T02:25:28.075Z | Downloaded subprocess v0.2.9 |
812 | 2024-12-21T02:25:28.078Z | Downloaded toml v0.8.19 |
813 | 2024-12-21T02:25:28.080Z | Downloaded serde_tokenstream v0.2.2 |
814 | 2024-12-21T02:25:28.080Z | Downloaded serde_spanned v0.6.8 |
815 | 2024-12-21T02:25:28.083Z | Downloaded serde_repr v0.1.19 |
816 | 2024-12-21T02:25:28.083Z | Downloaded serde_regex v1.1.0 |
817 | 2024-12-21T02:25:28.086Z | Downloaded same-file v1.0.6 |
818 | 2024-12-21T02:25:28.086Z | Downloaded num_cpus v1.16.0 |
819 | 2024-12-21T02:25:28.088Z | Downloaded multer v3.1.0 |
820 | 2024-12-21T02:25:28.091Z | Downloaded linear-map v1.2.0 |
821 | 2024-12-21T02:25:28.091Z | Downloaded rand_core v0.6.4 |
822 | 2024-12-21T02:25:28.097Z | Downloaded num-conv v0.1.0 |
823 | 2024-12-21T02:25:28.097Z | Downloaded hyper-staticfile v0.10.1 |
824 | 2024-12-21T02:25:28.100Z | Downloaded crc32fast v1.4.2 |
825 | 2024-12-21T02:25:28.100Z | Downloaded ryu v1.0.18 |
826 | 2024-12-21T02:25:28.100Z | Downloaded indicatif v0.17.9 |
827 | 2024-12-21T02:25:28.103Z | Downloaded tungstenite v0.23.0 |
828 | 2024-12-21T02:25:28.105Z | Downloaded parking_lot v0.11.2 |
829 | 2024-12-21T02:25:28.107Z | Downloaded tinytemplate v1.2.1 |
830 | 2024-12-21T02:25:28.111Z | Downloaded strum_macros v0.26.4 |
831 | 2024-12-21T02:25:28.113Z | Downloaded strum_macros v0.24.3 |
832 | 2024-12-21T02:25:28.113Z | Downloaded icu_properties v1.5.1 |
833 | 2024-12-21T02:25:28.115Z | Downloaded elliptic-curve v0.13.8 |
834 | 2024-12-21T02:25:28.118Z | Downloaded indoc v1.0.9 |
835 | 2024-12-21T02:25:28.120Z | Downloaded hyper-tls v0.6.0 |
836 | 2024-12-21T02:25:28.122Z | Downloaded crc v3.2.1 |
837 | 2024-12-21T02:25:28.125Z | Downloaded oso v0.27.3 |
838 | 2024-12-21T02:25:28.128Z | Downloaded native-tls v0.2.12 |
839 | 2024-12-21T02:25:28.130Z | Downloaded crc-any v2.5.0 |
840 | 2024-12-21T02:25:28.130Z | Downloaded expectorate v1.1.0 |
841 | 2024-12-21T02:25:28.133Z | Downloaded heapless v0.7.17 |
842 | 2024-12-21T02:25:28.136Z | Downloaded scroll v0.12.0 |
843 | 2024-12-21T02:25:28.139Z | Downloaded qorb v0.2.1 |
844 | 2024-12-21T02:25:28.141Z | Downloaded publicsuffix v2.2.3 |
845 | 2024-12-21T02:25:28.143Z | Downloaded semver v1.0.23 |
846 | 2024-12-21T02:25:28.146Z | Downloaded quinn v0.11.5 |
847 | 2024-12-21T02:25:28.149Z | Downloaded http v1.1.0 |
848 | 2024-12-21T02:25:28.152Z | Downloaded tungstenite v0.21.0 |
849 | 2024-12-21T02:25:28.155Z | Downloaded quote v1.0.37 |
850 | 2024-12-21T02:25:28.158Z | Downloaded path-tree v0.8.1 |
851 | 2024-12-21T02:25:28.160Z | Downloaded stable_deref_trait v1.2.0 |
852 | 2024-12-21T02:25:28.160Z | Downloaded smallvec v0.6.14 |
853 | 2024-12-21T02:25:28.162Z | Downloaded slog-term v2.9.1 |
854 | 2024-12-21T02:25:28.165Z | Downloaded utf-8 v0.7.6 |
855 | 2024-12-21T02:25:28.165Z | Downloaded slog-stdlog v4.1.1 |
856 | 2024-12-21T02:25:28.168Z | Downloaded mockall v0.13.0 |
857 | 2024-12-21T02:25:28.168Z | Downloaded unicode-properties v0.1.3 |
858 | 2024-12-21T02:25:28.170Z | Downloaded bumpalo v3.16.0 |
859 | 2024-12-21T02:25:28.172Z | Downloaded hickory-server v0.24.1 |
860 | 2024-12-21T02:25:28.176Z | Downloaded event-listener v5.3.1 |
861 | 2024-12-21T02:25:28.179Z | Downloaded papergrid v0.11.0 |
862 | 2024-12-21T02:25:28.182Z | Downloaded packed_struct v0.10.1 |
863 | 2024-12-21T02:25:28.184Z | Downloaded unicode-truncate v1.1.0 |
864 | 2024-12-21T02:25:28.186Z | Downloaded lazy_static v1.5.0 |
865 | 2024-12-21T02:25:28.186Z | Downloaded lalrpop-util v0.19.12 |
866 | 2024-12-21T02:25:28.189Z | Downloaded usdt-impl v0.5.0 |
867 | 2024-12-21T02:25:28.189Z | Downloaded pkcs5 v0.7.1 |
868 | 2024-12-21T02:25:28.195Z | Downloaded heapless v0.8.0 |
869 | 2024-12-21T02:25:28.195Z | Downloaded backtrace v0.3.74 |
870 | 2024-12-21T02:25:28.199Z | Downloaded display-error-chain v0.2.2 |
871 | 2024-12-21T02:25:28.202Z | Downloaded term v0.7.0 |
872 | 2024-12-21T02:25:28.210Z | Downloaded tempfile v3.13.0 |
873 | 2024-12-21T02:25:28.210Z | Downloaded embedded-io v0.4.0 |
874 | 2024-12-21T02:25:28.210Z | Downloaded digest v0.10.7 |
875 | 2024-12-21T02:25:28.210Z | Downloaded difflib v0.4.0 |
876 | 2024-12-21T02:25:28.210Z | Downloaded slog-json v2.6.1 |
877 | 2024-12-21T02:25:28.216Z | Downloaded cobs v0.2.3 |
878 | 2024-12-21T02:25:28.217Z | Downloaded clap_lex v0.7.2 |
879 | 2024-12-21T02:25:28.217Z | Downloaded wait-timeout v0.2.0 |
880 | 2024-12-21T02:25:28.220Z | Downloaded base64 v0.13.1 |
881 | 2024-12-21T02:25:28.220Z | Downloaded fancy-regex v0.13.0 |
882 | 2024-12-21T02:25:28.220Z | Downloaded darling_macro v0.20.10 |
883 | 2024-12-21T02:25:28.223Z | Downloaded terminal_size v0.4.0 |
884 | 2024-12-21T02:25:28.223Z | Downloaded sync_wrapper v1.0.1 |
885 | 2024-12-21T02:25:28.223Z | Downloaded structmeta-derive v0.2.0 |
886 | 2024-12-21T02:25:28.226Z | Downloaded structmeta v0.2.0 |
887 | 2024-12-21T02:25:28.226Z | Downloaded hmac v0.12.1 |
888 | 2024-12-21T02:25:28.228Z | Downloaded async-io v2.3.4 |
889 | 2024-12-21T02:25:28.228Z | Downloaded arc-swap v1.7.1 |
890 | 2024-12-21T02:25:28.232Z | Downloaded hashlink v0.9.1 |
891 | 2024-12-21T02:25:28.234Z | Downloaded rustfmt-wrapper v0.2.1 |
892 | 2024-12-21T02:25:28.236Z | Downloaded rustc_version v0.4.1 |
893 | 2024-12-21T02:25:28.236Z | Downloaded cancel-safe-futures v0.1.5 |
894 | 2024-12-21T02:25:28.239Z | Downloaded pbkdf2 v0.11.0 |
895 | 2024-12-21T02:25:28.242Z | Downloaded httparse v1.9.5 |
896 | 2024-12-21T02:25:28.244Z | Downloaded futures v0.3.31 |
897 | 2024-12-21T02:25:28.246Z | Downloaded form_urlencoded v1.2.1 |
898 | 2024-12-21T02:25:28.249Z | Downloaded olpc-cjson v0.1.4 |
899 | 2024-12-21T02:25:28.249Z | Downloaded num_enum_derive v0.5.11 |
900 | 2024-12-21T02:25:28.251Z | Downloaded httptest v0.16.1 |
901 | 2024-12-21T02:25:28.251Z | Downloaded base64ct v1.6.0 |
902 | 2024-12-21T02:25:28.253Z | Downloaded backoff v0.4.0 |
903 | 2024-12-21T02:25:28.256Z | Downloaded async-task v4.7.1 |
904 | 2024-12-21T02:25:28.258Z | Downloaded assert_cmd v2.0.16 |
905 | 2024-12-21T02:25:28.261Z | Downloaded async-trait v0.1.83 |
906 | 2024-12-21T02:25:28.263Z | Downloaded async-process v2.3.0 |
907 | 2024-12-21T02:25:28.263Z | Downloaded async-executor v1.13.1 |
908 | 2024-12-21T02:25:28.265Z | Downloaded array-init v0.0.4 |
909 | 2024-12-21T02:25:28.268Z | Downloaded buf-list v1.0.3 |
910 | 2024-12-21T02:25:28.268Z | Downloaded base16ct v0.2.0 |
911 | 2024-12-21T02:25:28.270Z | Downloaded async-signal v0.2.10 |
912 | 2024-12-21T02:25:28.270Z | Downloaded async-bb8-diesel v0.2.1 |
913 | 2024-12-21T02:25:28.273Z | Downloaded arrayvec v0.7.6 |
914 | 2024-12-21T02:25:28.275Z | Downloaded bitfield v0.14.0 |
915 | 2024-12-21T02:25:28.276Z | Downloaded bb8 v0.8.5 |
916 | 2024-12-21T02:25:28.279Z | Downloaded approx v0.5.1 |
917 | 2024-12-21T02:25:28.279Z | Downloaded heck v0.5.0 |
918 | 2024-12-21T02:25:28.283Z | Downloaded ghash v0.5.1 |
919 | 2024-12-21T02:25:28.283Z | Downloaded hostname v0.4.0 |
920 | 2024-12-21T02:25:28.283Z | Downloaded futures-sink v0.3.31 |
921 | 2024-12-21T02:25:28.283Z | Downloaded foreign-types v0.5.0 |
922 | 2024-12-21T02:25:28.285Z | Downloaded allocator-api2 v0.2.18 |
923 | 2024-12-21T02:25:28.285Z | Downloaded httpdate v1.0.3 |
924 | 2024-12-21T02:25:28.288Z | Downloaded ff v0.13.0 |
925 | 2024-12-21T02:25:28.291Z | Downloaded event-listener-strategy v0.5.2 |
926 | 2024-12-21T02:25:28.291Z | Downloaded blocking v1.6.1 |
927 | 2024-12-21T02:25:28.294Z | Downloaded group v0.13.0 |
928 | 2024-12-21T02:25:28.294Z | Downloaded bitfield-struct v0.6.2 |
929 | 2024-12-21T02:25:28.296Z | Downloaded float-ord v0.3.2 |
930 | 2024-12-21T02:25:28.296Z | Downloaded chacha20 v0.9.1 |
931 | 2024-12-21T02:25:28.296Z | Downloaded fixedbitset v0.4.2 |
932 | 2024-12-21T02:25:28.299Z | Downloaded hex-literal v0.4.1 |
933 | 2024-12-21T02:25:28.301Z | Downloaded async-stream v0.3.6 |
934 | 2024-12-21T02:25:28.305Z | Downloaded async-channel v1.9.0 |
935 | 2024-12-21T02:25:28.305Z | Downloaded async-attributes v1.1.2 |
936 | 2024-12-21T02:25:28.308Z | Downloaded assert-json-diff v2.0.2 |
937 | 2024-12-21T02:25:28.308Z | Downloaded fs-err v2.11.0 |
938 | 2024-12-21T02:25:28.308Z | Downloaded fragile v2.0.0 |
939 | 2024-12-21T02:25:28.311Z | Downloaded foreign-types-macros v0.2.3 |
940 | 2024-12-21T02:25:28.311Z | Downloaded ring v0.17.8 |
941 | 2024-12-21T02:25:28.377Z | Downloaded filetime v0.2.25 |
942 | 2024-12-21T02:25:28.380Z | Downloaded fallible-iterator v0.3.0 |
943 | 2024-12-21T02:25:28.380Z | Downloaded fallible-iterator v0.2.0 |
944 | 2024-12-21T02:25:28.382Z | Downloaded async-recursion v1.1.1 |
945 | 2024-12-21T02:25:28.387Z | Downloaded arrayref v0.3.9 |
946 | 2024-12-21T02:25:28.387Z | Downloaded gethostname v0.5.0 |
947 | 2024-12-21T02:25:28.389Z | Downloaded futures-macro v0.3.31 |
948 | 2024-12-21T02:25:28.389Z | Downloaded foldhash v0.1.3 |
949 | 2024-12-21T02:25:28.389Z | Downloaded anstyle-parse v0.2.5 |
950 | 2024-12-21T02:25:28.391Z | Downloaded anes v0.1.6 |
951 | 2024-12-21T02:25:28.392Z | Downloaded ascii-canvas v3.0.0 |
952 | 2024-12-21T02:25:28.395Z | Downloaded aead v0.5.2 |
953 | 2024-12-21T02:25:28.395Z | Downloaded adler2 v2.0.0 |
954 | 2024-12-21T02:25:28.470Z | Downloaded libsqlite3-sys v0.30.1 |
955 | 2024-12-21T02:25:28.700Z | Downloaded aws-lc-sys v0.22.0 |
956 | 2024-12-21T02:25:29.174Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
957 | 2024-12-21T02:25:39.867Z | Startup: Refreshing catalog 'helios-dev' ... Done |
958 | 2024-12-21T02:25:43.788Z | Startup: Caching catalogs ... Done |
959 | 2024-12-21T02:25:54.731Z | Planning: Solver setup ... Done (9.968s) |
960 | 2024-12-21T02:25:54.866Z | Planning: Running solver ... Done (0.134s) |
961 | 2024-12-21T02:25:54.970Z | Planning: Finding local manifests ... Done (0.004s) |
962 | 2024-12-21T02:25:55.004Z | Planning: Fetching manifests: 0/5 0% complete |
963 | 2024-12-21T02:25:55.242Z | Planning: Fetching manifests: 5/5 100% complete |
964 | 2024-12-21T02:25:55.342Z | Planning: Package planning ... Done (0.098s) |
965 | 2024-12-21T02:25:55.396Z | Planning: Merging actions ... Done (0.055s) |
966 | 2024-12-21T02:25:55.755Z | Planning: Checking for conflicting actions ... Done (0.359s) |
967 | 2024-12-21T02:25:57.958Z | Planning: Consolidating action changes ... Done (2.202s) |
968 | 2024-12-21T02:25:58.396Z | Planning: Evaluating mediators ... Done (0.438s) |
969 | 2024-12-21T02:25:58.474Z | Planning: Planning completed in 14.59 seconds |
970 | 2024-12-21T02:25:58.491Z | Packages to install: 4 |
971 | 2024-12-21T02:25:58.491Z | Packages to update: 1 |
972 | 2024-12-21T02:25:58.493Z | Mediators to change: 2 |
973 | 2024-12-21T02:25:58.493Z | Services to change: 1 |
974 | 2024-12-21T02:25:58.493Z | Estimated space available: 155.39 GB |
975 | 2024-12-21T02:25:58.494Z | Estimated space to be consumed: 1.62 GB |
976 | 2024-12-21T02:25:58.494Z | Create boot environment: No |
977 | 2024-12-21T02:25:58.494Z | Create backup boot environment: Yes |
978 | 2024-12-21T02:25:58.494Z | Rebuild boot archive: No |
979 | 2024-12-21T02:25:58.494Z | |
980 | 2024-12-21T02:25:58.494Z | Changed mediators: |
981 | 2024-12-21T02:25:58.494Z | mediator clang: |
982 | 2024-12-21T02:25:58.494Z | version: None -> 15 (system default) |
983 | 2024-12-21T02:25:58.494Z | |
984 | 2024-12-21T02:25:58.494Z | mediator llvm: |
985 | 2024-12-21T02:25:58.494Z | version: 14 (system default) -> 15 (system default) |
986 | 2024-12-21T02:25:58.494Z | |
987 | 2024-12-21T02:25:58.494Z | Changed packages: |
988 | 2024-12-21T02:25:58.494Z | helios-dev |
989 | 2024-12-21T02:25:58.494Z | developer/build-essential |
990 | 2024-12-21T02:25:58.494Z | None -> 11-2.0 |
991 | 2024-12-21T02:25:58.494Z | library/libxmlsec1 |
992 | 2024-12-21T02:25:58.494Z | None -> 1.2.35-2.0 |
993 | 2024-12-21T02:25:58.494Z | ooce/developer/clang-15 |
994 | 2024-12-21T02:25:58.494Z | None -> 15.0.7-2.0 |
995 | 2024-12-21T02:25:58.494Z | ooce/developer/llvm-15 |
996 | 2024-12-21T02:25:58.494Z | None -> 15.0.7-2.0 |
997 | 2024-12-21T02:25:58.494Z | package/pkg |
998 | 2024-12-21T02:25:58.494Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
999 | 2024-12-21T02:25:58.494Z | |
1000 | 2024-12-21T02:25:58.494Z | Services: |
1001 | 2024-12-21T02:25:58.494Z | restart_fmri: |
1002 | 2024-12-21T02:25:58.494Z | svc:/system/update-man-index:default |
1003 | 2024-12-21T02:25:58.494Z | |
1004 | 2024-12-21T02:25:58.494Z | Editable files to change: |
1005 | 2024-12-21T02:25:58.495Z | Update: |
1006 | 2024-12-21T02:25:58.495Z | usr/share/lib/pkg/web/config.shtml |
1007 | 2024-12-21T02:25:58.574Z | |
1008 | 2024-12-21T02:25:58.574Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1009 | 2024-12-21T02:26:03.576Z | Download: 317/4281 items 16.2/220.6MB 7% complete (3.3M/s) |
1010 | 2024-12-21T02:26:08.661Z | Download: 1191/4281 items 83.5/220.6MB 37% complete (9.0M/s) |
1011 | 2024-12-21T02:26:13.668Z | Download: 1387/4281 items 116.9/220.6MB 52% complete (10.2M/s) |
1012 | 2024-12-21T02:26:18.678Z | Download: 1630/4281 items 117.8/220.6MB 53% complete (3.9M/s) |
1013 | 2024-12-21T02:26:23.695Z | Download: 2166/4281 items 119.0/220.6MB 53% complete (264k/s) |
1014 | 2024-12-21T02:26:30.069Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (220k/s) |
1015 | 2024-12-21T02:26:42.168Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
1016 | 2024-12-21T02:26:50.817Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
1017 | 2024-12-21T02:26:55.911Z | Download: 2422/4281 items 119.9/220.6MB 54% complete (149k/s) |
1018 | 2024-12-21T02:27:00.927Z | Download: 2663/4281 items 120.5/220.6MB 54% complete (130k/s) |
1019 | 2024-12-21T02:27:06.004Z | Download: 2822/4281 items 120.9/220.6MB 54% complete (99.0k/s) |
1020 | 2024-12-21T02:27:11.008Z | Download: 2953/4281 items 121.0/220.6MB 54% complete (57.1k/s) |
1021 | 2024-12-21T02:27:16.010Z | Download: 3118/4281 items 170.4/220.6MB 77% complete (4.9M/s) |
1022 | 2024-12-21T02:27:21.385Z | Download: 3245/4281 items 202.7/220.6MB 91% complete (8.2M/s) |
1023 | 2024-12-21T02:27:28.909Z | Download: 3286/4281 items 212.5/220.6MB 96% complete (5.3M/s) |
1024 | 2024-12-21T02:27:33.927Z | Download: 3510/4281 items 215.5/220.6MB 97% complete (833k/s) |
1025 | 2024-12-21T02:27:39.033Z | Download: 4060/4281 items 219.2/220.6MB 99% complete (679k/s) |
1026 | 2024-12-21T02:27:45.582Z | Download: 4203/4281 items 220.6/220.6MB 99% complete (622k/s) |
1027 | 2024-12-21T02:27:54.270Z | Download: 4205/4281 items 220.6/220.6MB 99% complete |
1028 | 2024-12-21T02:27:54.386Z | Download: Completed 220.60 MB in 115.79 seconds (1.9M/s) |
1029 | 2024-12-21T02:27:56.503Z | Actions: 1/5063 actions (Removing old actions) |
1030 | 2024-12-21T02:27:56.525Z | Actions: 194/5063 actions (Installing new actions) |
1031 | 2024-12-21T02:28:01.214Z | Actions: 4226/5063 actions (Updating modified actions) |
1032 | 2024-12-21T02:28:01.537Z | Actions: Completed 5063 actions in 5.03 seconds. |
1033 | 2024-12-21T02:28:01.946Z | Done (0.402s) |
1034 | 2024-12-21T02:28:01.950Z | Done (0.000s) |
1035 | 2024-12-21T02:28:02.534Z | Done (0.584s) |
1036 | 2024-12-21T02:28:06.870Z | Done (4.116s) |
1037 | 2024-12-21T02:28:06.956Z | Done (0.018s) |
1038 | 2024-12-21T02:28:06.959Z | Done (0.000s) |
1039 | 2024-12-21T02:28:07.154Z | Done (0.000s) |
1040 | 2024-12-21T02:28:07.844Z | Planning: Evaluating mediator changes ... Done |
1041 | 2024-12-21T02:28:08.005Z | Planning: Checking for conflicting actions ... Done |
1042 | 2024-12-21T02:28:08.007Z | Planning: Consolidating action changes ... Done |
1043 | 2024-12-21T02:28:08.277Z | Planning: Evaluating mediators ... Done |
1044 | 2024-12-21T02:28:08.279Z | Planning: Planning completed in 0.43 seconds |
1045 | 2024-12-21T02:28:08.318Z | Mediators to change: 2 |
1046 | 2024-12-21T02:28:08.318Z | Create boot environment: No |
1047 | 2024-12-21T02:28:08.321Z | Create backup boot environment: No |
1048 | 2024-12-21T02:28:08.686Z | Done |
1049 | 2024-12-21T02:28:08.686Z | Done |
1050 | 2024-12-21T02:28:08.822Z | Done |
1051 | 2024-12-21T02:28:12.369Z | Done |
1052 | 2024-12-21T02:28:12.453Z | Done |
1053 | 2024-12-21T02:28:12.456Z | Done |
1054 | 2024-12-21T02:28:12.587Z | Done |
1055 | 2024-12-21T02:28:13.202Z | Planning: Evaluating mediator changes ... Done |
1056 | 2024-12-21T02:28:13.205Z | Planning: Merging actions ... Done |
1057 | 2024-12-21T02:28:13.394Z | Planning: Checking for conflicting actions ... Done |
1058 | 2024-12-21T02:28:13.396Z | Planning: Consolidating action changes ... Done |
1059 | 2024-12-21T02:28:13.666Z | Planning: Evaluating mediators ... Done |
1060 | 2024-12-21T02:28:13.725Z | Planning: Planning completed in 0.76 seconds |
1061 | 2024-12-21T02:28:13.763Z | Packages to change: 1 |
1062 | 2024-12-21T02:28:13.763Z | Mediators to change: 1 |
1063 | 2024-12-21T02:28:13.765Z | Services to change: 1 |
1064 | 2024-12-21T02:28:13.765Z | Create boot environment: No |
1065 | 2024-12-21T02:28:13.765Z | Create backup boot environment: Yes |
1066 | 2024-12-21T02:28:16.044Z | Actions: 1/6 actions (Updating modified actions) |
1067 | 2024-12-21T02:28:16.046Z | Actions: Completed 6 actions in 0.00 seconds. |
1068 | 2024-12-21T02:28:16.046Z | Done |
1069 | 2024-12-21T02:28:16.046Z | Done |
1070 | 2024-12-21T02:28:16.161Z | Done |
1071 | 2024-12-21T02:28:19.748Z | Done |
1072 | 2024-12-21T02:28:19.832Z | Done |
1073 | 2024-12-21T02:28:19.835Z | Done |
1074 | 2024-12-21T02:28:19.982Z | Done |
1075 | 2024-12-21T02:28:20.420Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1076 | 2024-12-21T02:28:20.420Z | clang system 15 system |
1077 | 2024-12-21T02:28:20.420Z | csh system system illumos |
1078 | 2024-12-21T02:28:20.420Z | ctags system system illumos |
1079 | 2024-12-21T02:28:20.420Z | gcc vendor 12 vendor |
1080 | 2024-12-21T02:28:20.420Z | gcc system 10 system |
1081 | 2024-12-21T02:28:20.420Z | gcc system 7 system |
1082 | 2024-12-21T02:28:20.420Z | go system 1.20 system |
1083 | 2024-12-21T02:28:20.420Z | go system 1.19 system |
1084 | 2024-12-21T02:28:20.420Z | llvm system 15 system |
1085 | 2024-12-21T02:28:20.420Z | llvm system 14 system |
1086 | 2024-12-21T02:28:20.420Z | mariadb system 10.6 system |
1087 | 2024-12-21T02:28:20.420Z | mta vendor vendor dma |
1088 | 2024-12-21T02:28:20.420Z | openjdk system 17 system |
1089 | 2024-12-21T02:28:20.420Z | openjdk system 11 system |
1090 | 2024-12-21T02:28:20.420Z | openjdk system 1.8 system |
1091 | 2024-12-21T02:28:20.420Z | openssl vendor 3 vendor |
1092 | 2024-12-21T02:28:20.420Z | perl system 5.36 system |
1093 | 2024-12-21T02:28:20.420Z | postgresql system 15 system |
1094 | 2024-12-21T02:28:20.420Z | postgresql system 13 system |
1095 | 2024-12-21T02:28:20.420Z | python vendor 3 vendor |
1096 | 2024-12-21T02:28:20.420Z | python system 2 system |
1097 | 2024-12-21T02:28:20.420Z | python3 system 3.11 system |
1098 | 2024-12-21T02:28:20.420Z | ruby system 3.0 system |
1099 | 2024-12-21T02:28:20.420Z | words vendor vendor american-english |
1100 | 2024-12-21T02:28:20.420Z | words system system australian-english |
1101 | 2024-12-21T02:28:20.420Z | words system system british-english |
1102 | 2024-12-21T02:28:20.420Z | words system system canadian-english |
1103 | 2024-12-21T02:28:20.420Z | words system system french |
1104 | 2024-12-21T02:28:20.421Z | words system system italian |
1105 | 2024-12-21T02:28:20.421Z | words system system ngerman |
1106 | 2024-12-21T02:28:20.421Z | words system system ogerman |
1107 | 2024-12-21T02:28:20.421Z | words system system spanish |
1108 | 2024-12-21T02:28:20.759Z | PUBLISHER TYPE STATUS P LOCATION |
1109 | 2024-12-21T02:28:20.759Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1110 | 2024-12-21T02:28:23.483Z | FMRI IFO |
1111 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1112 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1113 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1114 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1115 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1116 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1117 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1118 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1119 | 2024-12-21T02:28:23.483Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1120 | 2024-12-21T02:28:23.484Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1121 | 2024-12-21T02:28:23.484Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1122 | 2024-12-21T02:28:23.484Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1123 | 2024-12-21T02:28:23.484Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1124 | 2024-12-21T02:28:23.484Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1125 | 2024-12-21T02:28:23.484Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1126 | 2024-12-21T02:28:24.520Z | Downloading crates ... |
1127 | 2024-12-21T02:28:24.608Z | Downloaded cargo_toml v0.20.5 |
1128 | 2024-12-21T02:28:24.741Z | Compiling proc-macro2 v1.0.89 |
1129 | 2024-12-21T02:28:24.741Z | Compiling unicode-ident v1.0.13 |
1130 | 2024-12-21T02:28:24.742Z | Compiling version_check v0.9.5 |
1131 | 2024-12-21T02:28:24.744Z | Compiling serde v1.0.215 |
1132 | 2024-12-21T02:28:24.744Z | Compiling thiserror v1.0.69 |
1133 | 2024-12-21T02:28:24.744Z | Compiling memchr v2.7.4 |
1134 | 2024-12-21T02:28:24.762Z | Compiling libc v0.2.162 |
1135 | 2024-12-21T02:28:24.764Z | Compiling itoa v1.0.11 |
1136 | 2024-12-21T02:28:24.995Z | Compiling ryu v1.0.18 |
1137 | 2024-12-21T02:28:25.008Z | Compiling ucd-trie v0.1.7 |
1138 | 2024-12-21T02:28:25.354Z | Compiling once_cell v1.20.2 |
1139 | 2024-12-21T02:28:25.583Z | Compiling byteorder v1.5.0 |
1140 | 2024-12-21T02:28:25.600Z | Compiling rustix v0.38.37 |
1141 | 2024-12-21T02:28:25.764Z | Compiling serde_json v1.0.132 |
1142 | 2024-12-21T02:28:26.027Z | Compiling bitflags v2.6.0 |
1143 | 2024-12-21T02:28:26.075Z | Compiling proc-macro-error-attr v1.0.4 |
1144 | 2024-12-21T02:28:26.330Z | Compiling usdt-impl v0.5.0 |
1145 | 2024-12-21T02:28:26.344Z | Compiling syn v1.0.109 |
1146 | 2024-12-21T02:28:26.464Z | Compiling proc-macro-error v1.0.4 |
1147 | 2024-12-21T02:28:26.478Z | Compiling hashbrown v0.15.1 |
1148 | 2024-12-21T02:28:26.502Z | Compiling utf8parse v0.2.2 |
1149 | 2024-12-21T02:28:26.532Z | Compiling quote v1.0.37 |
1150 | 2024-12-21T02:28:26.719Z | Compiling plain v0.2.3 |
1151 | 2024-12-21T02:28:26.793Z | Compiling log v0.4.22 |
1152 | 2024-12-21T02:28:26.857Z | Compiling equivalent v1.0.1 |
1153 | 2024-12-21T02:28:26.944Z | Compiling syn v2.0.87 |
1154 | 2024-12-21T02:28:26.962Z | Compiling errno v0.3.9 |
1155 | 2024-12-21T02:28:27.194Z | Compiling camino v1.1.9 |
1156 | 2024-12-21T02:28:27.373Z | Compiling thread-id v4.2.2 |
1157 | 2024-12-21T02:28:27.412Z | Compiling anstyle-parse v0.2.5 |
1158 | 2024-12-21T02:28:27.731Z | Compiling indexmap v2.6.0 |
1159 | 2024-12-21T02:28:27.758Z | Compiling colorchoice v1.0.2 |
1160 | 2024-12-21T02:28:27.780Z | Compiling anstyle v1.0.10 |
1161 | 2024-12-21T02:28:27.867Z | Compiling semver v1.0.23 |
1162 | 2024-12-21T02:28:27.907Z | Compiling anstyle-query v1.1.1 |
1163 | 2024-12-21T02:28:28.055Z | Compiling is_terminal_polyfill v1.70.1 |
1164 | 2024-12-21T02:28:28.190Z | Compiling unicode-width v0.1.14 |
1165 | 2024-12-21T02:28:28.253Z | Compiling pretty-hex v0.4.1 |
1166 | 2024-12-21T02:28:28.306Z | Compiling winnow v0.6.20 |
1167 | 2024-12-21T02:28:28.384Z | Compiling autocfg v1.4.0 |
1168 | 2024-12-21T02:28:28.517Z | Compiling anstream v0.6.15 |
1169 | 2024-12-21T02:28:28.959Z | Compiling strsim v0.11.1 |
1170 | 2024-12-21T02:28:29.259Z | Compiling clap_lex v0.7.2 |
1171 | 2024-12-21T02:28:29.505Z | Compiling terminal_size v0.4.0 |
1172 | 2024-12-21T02:28:29.546Z | Compiling fs-err v2.11.0 |
1173 | 2024-12-21T02:28:29.715Z | Compiling fastrand v2.1.1 |
1174 | 2024-12-21T02:28:29.776Z | Compiling fnv v1.0.7 |
1175 | 2024-12-21T02:28:29.812Z | Compiling cfg-if v1.0.0 |
1176 | 2024-12-21T02:28:29.854Z | Compiling anyhow v1.0.93 |
1177 | 2024-12-21T02:28:29.934Z | Compiling heck v0.4.1 |
1178 | 2024-12-21T02:28:29.946Z | Compiling bytecount v0.6.8 |
1179 | 2024-12-21T02:28:30.159Z | Compiling heck v0.5.0 |
1180 | 2024-12-21T02:28:30.312Z | Compiling tempfile v3.13.0 |
1181 | 2024-12-21T02:28:30.447Z | Compiling papergrid v0.11.0 |
1182 | 2024-12-21T02:28:30.836Z | Compiling clap_builder v4.5.21 |
1183 | 2024-12-21T02:28:30.881Z | Compiling memmap v0.7.0 |
1184 | 2024-12-21T02:28:30.893Z | Compiling smawk v0.3.2 |
1185 | 2024-12-21T02:28:31.102Z | Compiling unicode-linebreak v0.1.5 |
1186 | 2024-12-21T02:28:31.599Z | Compiling textwrap v0.16.1 |
1187 | 2024-12-21T02:28:31.844Z | Compiling swrite v0.1.0 |
1188 | 2024-12-21T02:28:32.923Z | Compiling tabled_derive v0.7.0 |
1189 | 2024-12-21T02:28:34.434Z | Compiling tabled v0.15.0 |
1190 | 2024-12-21T02:28:35.969Z | Compiling serde_derive v1.0.215 |
1191 | 2024-12-21T02:28:35.972Z | Compiling thiserror-impl v1.0.69 |
1192 | 2024-12-21T02:28:36.020Z | Compiling zerocopy-derive v0.7.35 |
1193 | 2024-12-21T02:28:36.053Z | Compiling scroll_derive v0.12.0 |
1194 | 2024-12-21T02:28:36.330Z | Compiling clap_derive v4.5.18 |
1195 | 2024-12-21T02:28:37.272Z | Compiling scroll v0.12.0 |
1196 | 2024-12-21T02:28:37.713Z | Compiling goblin v0.8.2 |
1197 | 2024-12-21T02:28:37.830Z | Compiling zerocopy v0.7.35 |
1198 | 2024-12-21T02:28:38.751Z | Compiling pest v2.7.14 |
1199 | 2024-12-21T02:28:40.204Z | Compiling clap v4.5.21 |
1200 | 2024-12-21T02:28:41.024Z | Compiling pest_meta v2.7.14 |
1201 | 2024-12-21T02:28:41.817Z | Compiling pest_generator v2.7.14 |
1202 | 2024-12-21T02:28:43.808Z | Compiling pest_derive v2.7.14 |
1203 | 2024-12-21T02:28:44.475Z | Compiling dtrace-parser v0.2.0 |
1204 | 2024-12-21T02:28:46.334Z | Compiling toml_datetime v0.6.8 |
1205 | 2024-12-21T02:28:46.334Z | Compiling serde_spanned v0.6.8 |
1206 | 2024-12-21T02:28:46.336Z | Compiling cargo-platform v0.1.8 |
1207 | 2024-12-21T02:28:46.777Z | Compiling serde_tokenstream v0.2.2 |
1208 | 2024-12-21T02:28:46.810Z | Compiling toml_edit v0.22.22 |
1209 | 2024-12-21T02:28:46.831Z | Compiling macaddr v1.0.1 |
1210 | 2024-12-21T02:28:46.968Z | Compiling camino-tempfile v1.1.1 |
1211 | 2024-12-21T02:28:47.850Z | Compiling dof v0.3.0 |
1212 | 2024-12-21T02:28:47.850Z | Compiling cargo_metadata v0.18.1 |
1213 | 2024-12-21T02:28:49.637Z | Compiling toml v0.8.19 |
1214 | 2024-12-21T02:28:49.833Z | Compiling usdt-attr-macro v0.5.0 |
1215 | 2024-12-21T02:28:49.836Z | Compiling usdt-macro v0.5.0 |
1216 | 2024-12-21T02:28:50.415Z | Compiling cargo_toml v0.20.5 |
1217 | 2024-12-21T02:28:51.231Z | Compiling usdt v0.5.0 |
1218 | 2024-12-21T02:28:53.910Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1219 | 2024-12-21T02:28:58.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.01s |
1220 | 2024-12-21T02:28:58.088Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1221 | 2024-12-21T02:28:58.936Z | Compiling serde v1.0.215 |
1222 | 2024-12-21T02:28:58.940Z | Compiling lock_api v0.4.12 |
1223 | 2024-12-21T02:28:58.940Z | Compiling scopeguard v1.2.0 |
1224 | 2024-12-21T02:28:58.940Z | Compiling value-bag v1.9.0 |
1225 | 2024-12-21T02:28:58.940Z | Compiling typenum v1.17.0 |
1226 | 2024-12-21T02:28:58.940Z | Compiling generic-array v0.14.7 |
1227 | 2024-12-21T02:28:59.070Z | Compiling syn v2.0.87 |
1228 | 2024-12-21T02:28:59.079Z | Compiling getrandom v0.2.15 |
1229 | 2024-12-21T02:28:59.168Z | Compiling subtle v2.6.1 |
1230 | 2024-12-21T02:28:59.486Z | Compiling log v0.4.22 |
1231 | 2024-12-21T02:28:59.505Z | Compiling rand_core v0.6.4 |
1232 | 2024-12-21T02:28:59.582Z | Compiling shlex v1.3.0 |
1233 | 2024-12-21T02:28:59.598Z | Compiling jobserver v0.1.32 |
1234 | 2024-12-21T02:28:59.859Z | Compiling const-oid v0.9.6 |
1235 | 2024-12-21T02:28:59.969Z | Compiling cc v1.1.30 |
1236 | 2024-12-21T02:29:00.015Z | Compiling smallvec v1.13.2 |
1237 | 2024-12-21T02:29:00.121Z | Compiling spin v0.9.8 |
1238 | 2024-12-21T02:29:00.332Z | Compiling pin-project-lite v0.2.14 |
1239 | 2024-12-21T02:29:00.457Z | Compiling rustix v0.38.37 |
1240 | 2024-12-21T02:29:00.476Z | Compiling parking_lot_core v0.9.10 |
1241 | 2024-12-21T02:29:00.531Z | Compiling futures-core v0.3.31 |
1242 | 2024-12-21T02:29:00.549Z | Compiling signal-hook-registry v1.4.2 |
1243 | 2024-12-21T02:29:00.780Z | Compiling mio v1.0.2 |
1244 | 2024-12-21T02:29:01.316Z | Compiling parking_lot v0.12.3 |
1245 | 2024-12-21T02:29:01.349Z | Compiling aho-corasick v1.1.3 |
1246 | 2024-12-21T02:29:01.587Z | Compiling cpufeatures v0.2.14 |
1247 | 2024-12-21T02:29:01.653Z | Compiling either v1.13.0 |
1248 | 2024-12-21T02:29:01.687Z | Compiling regex-syntax v0.8.5 |
1249 | 2024-12-21T02:29:01.872Z | Compiling lazy_static v1.5.0 |
1250 | 2024-12-21T02:29:01.972Z | Compiling futures-sink v0.3.31 |
1251 | 2024-12-21T02:29:01.993Z | Compiling stable_deref_trait v1.2.0 |
1252 | 2024-12-21T02:29:02.075Z | Compiling glob v0.3.1 |
1253 | 2024-12-21T02:29:02.092Z | Compiling socket2 v0.5.7 |
1254 | 2024-12-21T02:29:02.121Z | Compiling slab v0.4.9 |
1255 | 2024-12-21T02:29:02.231Z | Compiling prettyplease v0.2.25 |
1256 | 2024-12-21T02:29:02.545Z | Compiling minimal-lexical v0.2.1 |
1257 | 2024-12-21T02:29:02.868Z | Compiling libloading v0.8.5 |
1258 | 2024-12-21T02:29:03.035Z | Compiling clang-sys v1.8.1 |
1259 | 2024-12-21T02:29:03.073Z | Compiling nom v7.1.3 |
1260 | 2024-12-21T02:29:03.091Z | Compiling bindgen v0.69.5 |
1261 | 2024-12-21T02:29:03.280Z | Compiling home v0.5.9 |
1262 | 2024-12-21T02:29:03.531Z | Compiling serde_json v1.0.132 |
1263 | 2024-12-21T02:29:03.853Z | Compiling futures-channel v0.3.31 |
1264 | 2024-12-21T02:29:03.902Z | Compiling itertools v0.12.1 |
1265 | 2024-12-21T02:29:04.109Z | Compiling allocator-api2 v0.2.18 |
1266 | 2024-12-21T02:29:04.289Z | Compiling pin-utils v0.1.0 |
1267 | 2024-12-21T02:29:04.386Z | Compiling futures-io v0.3.31 |
1268 | 2024-12-21T02:29:04.710Z | Compiling futures-task v0.3.31 |
1269 | 2024-12-21T02:29:04.948Z | Compiling rustc-hash v1.1.0 |
1270 | 2024-12-21T02:29:05.030Z | Compiling lazycell v1.3.0 |
1271 | 2024-12-21T02:29:05.100Z | Compiling foldhash v0.1.3 |
1272 | 2024-12-21T02:29:05.189Z | Compiling cmake v0.1.51 |
1273 | 2024-12-21T02:29:05.424Z | Compiling regex-automata v0.4.8 |
1274 | 2024-12-21T02:29:06.223Z | Compiling hashbrown v0.15.1 |
1275 | 2024-12-21T02:29:06.858Z | Compiling synstructure v0.13.1 |
1276 | 2024-12-21T02:29:07.085Z | Compiling cexpr v0.6.0 |
1277 | 2024-12-21T02:29:07.605Z | Compiling tinyvec_macros v0.1.1 |
1278 | 2024-12-21T02:29:07.698Z | Compiling libm v0.2.8 |
1279 | 2024-12-21T02:29:08.018Z | Compiling dunce v1.0.5 |
1280 | 2024-12-21T02:29:08.153Z | Compiling fs_extra v1.3.0 |
1281 | 2024-12-21T02:29:08.446Z | Compiling pkg-config v0.3.31 |
1282 | 2024-12-21T02:29:08.623Z | Compiling tinyvec v1.8.0 |
1283 | 2024-12-21T02:29:08.742Z | Compiling num-traits v0.2.19 |
1284 | 2024-12-21T02:29:09.247Z | Compiling ring v0.17.8 |
1285 | 2024-12-21T02:29:09.987Z | Compiling unicode-bidi v0.3.17 |
1286 | 2024-12-21T02:29:10.145Z | Compiling unicode-normalization v0.1.24 |
1287 | 2024-12-21T02:29:10.162Z | Compiling writeable v0.5.5 |
1288 | 2024-12-21T02:29:10.348Z | Compiling paste v1.0.15 |
1289 | 2024-12-21T02:29:10.381Z | Compiling litemap v0.7.3 |
1290 | 2024-12-21T02:29:10.763Z | Compiling base64ct v1.6.0 |
1291 | 2024-12-21T02:29:11.240Z | Compiling regex v1.11.1 |
1292 | 2024-12-21T02:29:11.343Z | Compiling pem-rfc7468 v0.7.0 |
1293 | 2024-12-21T02:29:11.402Z | Compiling httparse v1.9.5 |
1294 | 2024-12-21T02:29:12.019Z | Compiling flagset v0.4.6 |
1295 | 2024-12-21T02:29:12.174Z | Compiling aws-lc-rs v1.10.0 |
1296 | 2024-12-21T02:29:12.372Z | Compiling tracing-core v0.1.32 |
1297 | 2024-12-21T02:29:12.608Z | Compiling rustls-pki-types v1.10.0 |
1298 | 2024-12-21T02:29:12.955Z | Compiling icu_locid_transform_data v1.5.0 |
1299 | 2024-12-21T02:29:13.055Z | Compiling percent-encoding v2.3.1 |
1300 | 2024-12-21T02:29:13.428Z | Compiling crossbeam-utils v0.8.20 |
1301 | 2024-12-21T02:29:13.682Z | Compiling serde_derive v1.0.215 |
1302 | 2024-12-21T02:29:13.685Z | Compiling zeroize_derive v1.4.2 |
1303 | 2024-12-21T02:29:13.692Z | Compiling zerocopy-derive v0.7.35 |
1304 | 2024-12-21T02:29:14.022Z | Compiling tokio-macros v2.4.0 |
1305 | 2024-12-21T02:29:14.120Z | Compiling zerofrom-derive v0.1.4 |
1306 | 2024-12-21T02:29:15.186Z | Compiling zeroize v1.8.1 |
1307 | 2024-12-21T02:29:15.604Z | Compiling thiserror-impl v1.0.69 |
1308 | 2024-12-21T02:29:15.753Z | Compiling yoke-derive v0.7.4 |
1309 | 2024-12-21T02:29:15.974Z | Compiling zerocopy v0.7.35 |
1310 | 2024-12-21T02:29:16.513Z | Compiling futures-macro v0.3.31 |
1311 | 2024-12-21T02:29:16.995Z | Compiling crypto-common v0.1.6 |
1312 | 2024-12-21T02:29:17.243Z | Compiling block-buffer v0.10.4 |
1313 | 2024-12-21T02:29:17.514Z | Compiling digest v0.10.7 |
1314 | 2024-12-21T02:29:17.631Z | Compiling zerovec-derive v0.10.3 |
1315 | 2024-12-21T02:29:17.999Z | Compiling hmac v0.12.1 |
1316 | 2024-12-21T02:29:18.224Z | Compiling block-padding v0.3.3 |
1317 | 2024-12-21T02:29:18.264Z | Compiling zerofrom v0.1.4 |
1318 | 2024-12-21T02:29:18.394Z | Compiling displaydoc v0.2.5 |
1319 | 2024-12-21T02:29:18.471Z | Compiling inout v0.1.3 |
1320 | 2024-12-21T02:29:18.491Z | Compiling sha2 v0.10.8 |
1321 | 2024-12-21T02:29:18.491Z | Compiling futures-util v0.3.31 |
1322 | 2024-12-21T02:29:18.754Z | Compiling cipher v0.4.4 |
1323 | 2024-12-21T02:29:18.910Z | Compiling yoke v0.7.4 |
1324 | 2024-12-21T02:29:18.968Z | Compiling thiserror v1.0.69 |
1325 | 2024-12-21T02:29:19.111Z | Compiling ppv-lite86 v0.2.20 |
1326 | 2024-12-21T02:29:19.268Z | Compiling icu_provider_macros v1.5.0 |
1327 | 2024-12-21T02:29:19.286Z | Compiling der_derive v0.7.3 |
1328 | 2024-12-21T02:29:20.021Z | Compiling rand_chacha v0.3.1 |
1329 | 2024-12-21T02:29:20.151Z | Compiling tracing-attributes v0.1.27 |
1330 | 2024-12-21T02:29:20.414Z | Compiling zerovec v0.10.4 |
1331 | 2024-12-21T02:29:20.472Z | Compiling rand v0.8.5 |
1332 | 2024-12-21T02:29:21.823Z | Compiling der v0.7.9 |
1333 | 2024-12-21T02:29:22.122Z | Compiling salsa20 v0.10.2 |
1334 | 2024-12-21T02:29:22.332Z | Compiling tinystr v0.7.6 |
1335 | 2024-12-21T02:29:22.353Z | Compiling icu_collections v1.5.0 |
1336 | 2024-12-21T02:29:22.670Z | Compiling pest v2.7.14 |
1337 | 2024-12-21T02:29:22.695Z | Compiling pbkdf2 v0.12.2 |
1338 | 2024-12-21T02:29:22.785Z | Compiling icu_locid v1.5.0 |
1339 | 2024-12-21T02:29:22.893Z | Compiling icu_properties_data v1.5.0 |
1340 | 2024-12-21T02:29:23.160Z | Compiling untrusted v0.7.1 |
1341 | 2024-12-21T02:29:23.350Z | Compiling untrusted v0.9.0 |
1342 | 2024-12-21T02:29:23.533Z | Compiling mirai-annotations v1.12.0 |
1343 | 2024-12-21T02:29:23.717Z | Compiling vcpkg v0.2.15 |
1344 | 2024-12-21T02:29:23.782Z | Compiling num-conv v0.1.0 |
1345 | 2024-12-21T02:29:23.916Z | Compiling icu_provider v1.5.0 |
1346 | 2024-12-21T02:29:24.076Z | Compiling tracing v0.1.40 |
1347 | 2024-12-21T02:29:24.619Z | Compiling spki v0.7.3 |
1348 | 2024-12-21T02:29:24.798Z | Compiling icu_locid_transform v1.5.0 |
1349 | 2024-12-21T02:29:25.041Z | Compiling powerfmt v0.2.0 |
1350 | 2024-12-21T02:29:25.043Z | Compiling time-core v0.1.2 |
1351 | 2024-12-21T02:29:25.231Z | Compiling time-macros v0.2.18 |
1352 | 2024-12-21T02:29:25.306Z | Compiling pest_meta v2.7.14 |
1353 | 2024-12-21T02:29:25.452Z | Compiling deranged v0.3.11 |
1354 | 2024-12-21T02:29:25.986Z | Compiling openssl-sys v0.9.103 |
1355 | 2024-12-21T02:29:27.086Z | Compiling icu_properties v1.5.1 |
1356 | 2024-12-21T02:29:27.144Z | Compiling scrypt v0.11.0 |
1357 | 2024-12-21T02:29:27.426Z | Compiling aes v0.8.4 |
1358 | 2024-12-21T02:29:27.599Z | Compiling cbc v0.1.2 |
1359 | 2024-12-21T02:29:27.686Z | Compiling scroll_derive v0.12.0 |
1360 | 2024-12-21T02:29:27.829Z | Compiling write16 v1.0.0 |
1361 | 2024-12-21T02:29:27.962Z | Compiling icu_normalizer_data v1.5.0 |
1362 | 2024-12-21T02:29:28.072Z | Compiling bitflags v2.6.0 |
1363 | 2024-12-21T02:29:28.449Z | Compiling bytes v1.8.0 |
1364 | 2024-12-21T02:29:29.048Z | Compiling indexmap v2.6.0 |
1365 | 2024-12-21T02:29:29.109Z | Compiling semver v1.0.23 |
1366 | 2024-12-21T02:29:29.760Z | Compiling tokio v1.40.0 |
1367 | 2024-12-21T02:29:29.892Z | Compiling http v1.1.0 |
1368 | 2024-12-21T02:29:30.291Z | Compiling rustc_version v0.4.1 |
1369 | 2024-12-21T02:29:30.460Z | Compiling num_threads v0.1.7 |
1370 | 2024-12-21T02:29:30.481Z | Compiling utf8_iter v1.0.4 |
1371 | 2024-12-21T02:29:30.583Z | Compiling atomic-waker v1.1.2 |
1372 | 2024-12-21T02:29:30.698Z | Compiling utf16_iter v1.0.5 |
1373 | 2024-12-21T02:29:30.768Z | Compiling time v0.3.36 |
1374 | 2024-12-21T02:29:30.909Z | Compiling icu_normalizer v1.5.0 |
1375 | 2024-12-21T02:29:31.028Z | Compiling scroll v0.12.0 |
1376 | 2024-12-21T02:29:31.626Z | Compiling http-body v1.0.1 |
1377 | 2024-12-21T02:29:31.867Z | Compiling pkcs5 v0.7.1 |
1378 | 2024-12-21T02:29:32.019Z | Compiling pest_generator v2.7.14 |
1379 | 2024-12-21T02:29:32.039Z | Compiling form_urlencoded v1.2.1 |
1380 | 2024-12-21T02:29:32.372Z | Compiling slog v2.7.0 |
1381 | 2024-12-21T02:29:32.467Z | Compiling try-lock v0.2.5 |
1382 | 2024-12-21T02:29:32.619Z | Compiling which v4.4.2 |
1383 | 2024-12-21T02:29:32.883Z | Compiling goblin v0.8.2 |
1384 | 2024-12-21T02:29:33.192Z | Compiling want v0.3.1 |
1385 | 2024-12-21T02:29:33.209Z | Compiling pkcs8 v0.10.2 |
1386 | 2024-12-21T02:29:33.479Z | Compiling idna_adapter v1.2.0 |
1387 | 2024-12-21T02:29:33.695Z | Compiling httpdate v1.0.3 |
1388 | 2024-12-21T02:29:33.940Z | Compiling idna v1.0.3 |
1389 | 2024-12-21T02:29:34.024Z | Compiling pest_derive v2.7.14 |
1390 | 2024-12-21T02:29:34.146Z | Compiling serde_spanned v0.6.8 |
1391 | 2024-12-21T02:29:34.385Z | Compiling uuid v1.11.0 |
1392 | 2024-12-21T02:29:34.777Z | Compiling serde_tokenstream v0.2.2 |
1393 | 2024-12-21T02:29:34.825Z | Compiling dtrace-parser v0.2.0 |
1394 | 2024-12-21T02:29:35.445Z | Compiling toml_datetime v0.6.8 |
1395 | 2024-12-21T02:29:35.847Z | Compiling iana-time-zone v0.1.61 |
1396 | 2024-12-21T02:29:35.870Z | Compiling openssl v0.10.66 |
1397 | 2024-12-21T02:29:35.978Z | Compiling base64 v0.22.1 |
1398 | 2024-12-21T02:29:36.103Z | Compiling foreign-types-shared v0.1.1 |
1399 | 2024-12-21T02:29:36.215Z | Compiling rustversion v1.0.17 |
1400 | 2024-12-21T02:29:36.276Z | Compiling adler2 v2.0.0 |
1401 | 2024-12-21T02:29:36.309Z | Compiling tower-service v0.3.3 |
1402 | 2024-12-21T02:29:36.439Z | Compiling match_cfg v0.1.0 |
1403 | 2024-12-21T02:29:36.488Z | Compiling miniz_oxide v0.8.0 |
1404 | 2024-12-21T02:29:36.551Z | Compiling hostname v0.3.1 |
1405 | 2024-12-21T02:29:36.764Z | Compiling foreign-types v0.3.2 |
1406 | 2024-12-21T02:29:36.792Z | Compiling chrono v0.4.38 |
1407 | 2024-12-21T02:29:36.906Z | Compiling url v2.5.3 |
1408 | 2024-12-21T02:29:37.061Z | Compiling openssl-macros v0.1.1 |
1409 | 2024-12-21T02:29:37.783Z | Compiling async-trait v0.1.83 |
1410 | 2024-12-21T02:29:38.046Z | Compiling dirs-sys-next v0.1.2 |
1411 | 2024-12-21T02:29:38.326Z | Compiling tokio-util v0.7.12 |
1412 | 2024-12-21T02:29:38.714Z | Compiling dof v0.3.0 |
1413 | 2024-12-21T02:29:38.886Z | Compiling native-tls v0.2.12 |
1414 | 2024-12-21T02:29:39.214Z | Compiling siphasher v0.3.11 |
1415 | 2024-12-21T02:29:39.608Z | Compiling h2 v0.4.6 |
1416 | 2024-12-21T02:29:39.797Z | Compiling usdt-impl v0.5.0 |
1417 | 2024-12-21T02:29:40.497Z | Compiling rustls v0.22.4 |
1418 | 2024-12-21T02:29:40.569Z | Compiling data-encoding v2.6.0 |
1419 | 2024-12-21T02:29:40.737Z | Compiling rustls v0.23.19 |
1420 | 2024-12-21T02:29:40.933Z | Compiling syn v1.0.109 |
1421 | 2024-12-21T02:29:41.056Z | Compiling dirs-next v2.0.0 |
1422 | 2024-12-21T02:29:41.634Z | Compiling http-body-util v0.1.2 |
1423 | 2024-12-21T02:29:42.190Z | Compiling heapless v0.7.17 |
1424 | 2024-12-21T02:29:42.599Z | Compiling crossbeam-epoch v0.9.18 |
1425 | 2024-12-21T02:29:42.819Z | Compiling sha1 v0.10.6 |
1426 | 2024-12-21T02:29:42.937Z | Compiling signature v2.2.0 |
1427 | 2024-12-21T02:29:43.510Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1428 | 2024-12-21T02:29:43.539Z | Compiling serde_derive_internals v0.29.1 |
1429 | 2024-12-21T02:29:43.539Z | Compiling thread_local v1.1.8 |
1430 | 2024-12-21T02:29:43.539Z | Compiling encoding_rs v0.8.34 |
1431 | 2024-12-21T02:29:43.727Z | Compiling cookie v0.18.1 |
1432 | 2024-12-21T02:29:43.806Z | Compiling multer v3.1.0 |
1433 | 2024-12-21T02:29:43.989Z | Compiling unicode-properties v0.1.3 |
1434 | 2024-12-21T02:29:44.111Z | Compiling rayon-core v1.12.1 |
1435 | 2024-12-21T02:29:44.382Z | Compiling slog-async v2.8.0 |
1436 | 2024-12-21T02:29:44.398Z | Compiling ipnet v2.10.1 |
1437 | 2024-12-21T02:29:44.921Z | Compiling signal-hook v0.3.17 |
1438 | 2024-12-21T02:29:45.182Z | Compiling schemars v0.8.21 |
1439 | 2024-12-21T02:29:45.534Z | Compiling openssl-probe v0.1.5 |
1440 | 2024-12-21T02:29:45.580Z | Compiling mime v0.3.17 |
1441 | 2024-12-21T02:29:45.701Z | Compiling gimli v0.31.1 |
1442 | 2024-12-21T02:29:45.907Z | Compiling toml_edit v0.22.22 |
1443 | 2024-12-21T02:29:46.121Z | Compiling schemars_derive v0.8.21 |
1444 | 2024-12-21T02:29:46.312Z | Compiling stringprep v0.1.5 |
1445 | 2024-12-21T02:29:47.595Z | Compiling hyper v1.5.0 |
1446 | 2024-12-21T02:29:49.453Z | Compiling usdt-attr-macro v0.5.0 |
1447 | 2024-12-21T02:29:50.085Z | Compiling hyper-util v0.1.10 |
1448 | 2024-12-21T02:29:50.135Z | Compiling usdt-macro v0.5.0 |
1449 | 2024-12-21T02:29:50.350Z | Compiling addr2line v0.24.2 |
1450 | 2024-12-21T02:29:50.908Z | Compiling crossbeam-deque v0.8.5 |
1451 | 2024-12-21T02:29:51.095Z | Compiling term v0.7.0 |
1452 | 2024-12-21T02:29:51.251Z | Compiling slog-json v2.6.1 |
1453 | 2024-12-21T02:29:51.631Z | Compiling serde_urlencoded v0.7.1 |
1454 | 2024-12-21T02:29:51.660Z | Compiling curve25519-dalek v4.1.3 |
1455 | 2024-12-21T02:29:51.785Z | Compiling crossbeam-channel v0.5.13 |
1456 | 2024-12-21T02:29:52.196Z | Compiling futures-executor v0.3.31 |
1457 | 2024-12-21T02:29:52.273Z | Compiling enum-as-inner v0.6.1 |
1458 | 2024-12-21T02:29:52.671Z | Compiling md-5 v0.10.6 |
1459 | 2024-12-21T02:29:52.760Z | Compiling async-stream-impl v0.3.6 |
1460 | 2024-12-21T02:29:52.844Z | Compiling rustls-pemfile v2.2.0 |
1461 | 2024-12-21T02:29:52.927Z | Compiling num-integer v0.1.46 |
1462 | 2024-12-21T02:29:53.157Z | Compiling idna v0.4.0 |
1463 | 2024-12-21T02:29:53.312Z | Compiling idna v0.3.0 |
1464 | 2024-12-21T02:29:53.364Z | Compiling hash32 v0.2.1 |
1465 | 2024-12-21T02:29:53.687Z | Compiling ff v0.13.0 |
1466 | 2024-12-21T02:29:53.765Z | Compiling is-terminal v0.4.13 |
1467 | 2024-12-21T02:29:53.885Z | Compiling dropshot v0.12.0 |
1468 | 2024-12-21T02:29:53.915Z | Compiling object v0.36.5 |
1469 | 2024-12-21T02:29:54.151Z | Compiling psl-types v2.0.11 |
1470 | 2024-12-21T02:29:54.189Z | Compiling quick-error v1.2.3 |
1471 | 2024-12-21T02:29:54.307Z | Compiling base16ct v0.2.0 |
1472 | 2024-12-21T02:29:54.322Z | Compiling take_mut v0.2.2 |
1473 | 2024-12-21T02:29:54.341Z | Compiling num-bigint-dig v0.8.4 |
1474 | 2024-12-21T02:29:54.471Z | Compiling linked-hash-map v0.5.6 |
1475 | 2024-12-21T02:29:54.643Z | Compiling dyn-clone v1.0.17 |
1476 | 2024-12-21T02:29:54.735Z | Compiling fallible-iterator v0.2.0 |
1477 | 2024-12-21T02:29:54.823Z | Compiling portable-atomic v1.9.0 |
1478 | 2024-12-21T02:29:54.826Z | Compiling smoltcp v0.9.1 |
1479 | 2024-12-21T02:29:54.860Z | Compiling utf-8 v0.7.6 |
1480 | 2024-12-21T02:29:55.015Z | Compiling anyhow v1.0.93 |
1481 | 2024-12-21T02:29:55.226Z | Compiling rustc-demangle v0.1.24 |
1482 | 2024-12-21T02:29:55.365Z | Compiling postgres-protocol v0.6.7 |
1483 | 2024-12-21T02:29:55.657Z | Compiling tungstenite v0.24.0 |
1484 | 2024-12-21T02:29:56.034Z | Compiling lru-cache v0.1.2 |
1485 | 2024-12-21T02:29:56.253Z | Compiling sec1 v0.7.3 |
1486 | 2024-12-21T02:29:56.728Z | Compiling publicsuffix v2.2.3 |
1487 | 2024-12-21T02:29:56.824Z | Compiling resolv-conf v0.7.0 |
1488 | 2024-12-21T02:29:57.095Z | Compiling async-stream v0.3.6 |
1489 | 2024-12-21T02:29:57.373Z | Compiling hickory-proto v0.24.1 |
1490 | 2024-12-21T02:29:57.472Z | Compiling group v0.13.0 |
1491 | 2024-12-21T02:29:57.640Z | Compiling slog-term v2.9.1 |
1492 | 2024-12-21T02:29:57.790Z | Compiling usdt v0.5.0 |
1493 | 2024-12-21T02:29:58.303Z | Compiling num-iter v0.1.45 |
1494 | 2024-12-21T02:29:58.494Z | Compiling futures v0.3.31 |
1495 | 2024-12-21T02:29:58.725Z | Compiling slog-bunyan v2.5.0 |
1496 | 2024-12-21T02:29:59.081Z | Compiling toml v0.8.19 |
1497 | 2024-12-21T02:30:00.323Z | Compiling tokio-native-tls v0.3.1 |
1498 | 2024-12-21T02:30:00.777Z | Compiling camino v1.1.9 |
1499 | 2024-12-21T02:30:00.917Z | Compiling phf_shared v0.11.2 |
1500 | 2024-12-21T02:30:01.050Z | Compiling dropshot_endpoint v0.12.0 |
1501 | 2024-12-21T02:30:01.404Z | Compiling backtrace v0.3.74 |
1502 | 2024-12-21T02:30:01.584Z | Compiling terminal_size v0.4.0 |
1503 | 2024-12-21T02:30:01.732Z | Compiling waitgroup v0.1.2 |
1504 | 2024-12-21T02:30:01.876Z | Compiling openapiv3 v2.0.0 |
1505 | 2024-12-21T02:30:02.041Z | Compiling serde_path_to_error v0.1.16 |
1506 | 2024-12-21T02:30:02.103Z | Compiling hkdf v0.12.4 |
1507 | 2024-12-21T02:30:02.330Z | Compiling crypto-bigint v0.5.5 |
1508 | 2024-12-21T02:30:02.837Z | Compiling curve25519-dalek-derive v0.1.1 |
1509 | 2024-12-21T02:30:04.500Z | Compiling zerocopy-derive v0.6.6 |
1510 | 2024-12-21T02:30:05.035Z | Compiling webpki-roots v0.26.6 |
1511 | 2024-12-21T02:30:05.295Z | Compiling idna v0.5.0 |
1512 | 2024-12-21T02:30:05.656Z | Compiling hubpack_derive v0.1.1 |
1513 | 2024-12-21T02:30:05.851Z | Compiling hostname v0.4.0 |
1514 | 2024-12-21T02:30:06.047Z | Compiling ahash v0.8.11 |
1515 | 2024-12-21T02:30:06.381Z | Compiling fs-err v2.11.0 |
1516 | 2024-12-21T02:30:06.466Z | Compiling crc32fast v1.4.2 |
1517 | 2024-12-21T02:30:06.547Z | Compiling bitflags v1.3.2 |
1518 | 2024-12-21T02:30:06.627Z | Compiling debug-ignore v1.0.5 |
1519 | 2024-12-21T02:30:06.664Z | Compiling winnow v0.5.40 |
1520 | 2024-12-21T02:30:06.747Z | Compiling managed v0.8.0 |
1521 | 2024-12-21T02:30:06.784Z | Compiling clap_builder v4.5.21 |
1522 | 2024-12-21T02:30:06.792Z | Compiling console v0.15.8 |
1523 | 2024-12-21T02:30:06.965Z | Compiling zerocopy v0.6.6 |
1524 | 2024-12-21T02:30:10.392Z | Compiling flate2 v1.0.34 |
1525 | 2024-12-21T02:30:10.475Z | Compiling strum_macros v0.25.3 |
1526 | 2024-12-21T02:30:10.475Z | Compiling hubpack v0.1.2 |
1527 | 2024-12-21T02:30:10.475Z | Compiling cookie_store v0.21.0 |
1528 | 2024-12-21T02:30:10.475Z | Compiling elliptic-curve v0.13.8 |
1529 | 2024-12-21T02:30:10.475Z | Compiling hickory-resolver v0.24.1 |
1530 | 2024-12-21T02:30:10.475Z | Compiling toml_edit v0.19.15 |
1531 | 2024-12-21T02:30:10.520Z | Compiling phf v0.11.2 |
1532 | 2024-12-21T02:30:10.603Z | Compiling signal-hook-mio v0.2.4 |
1533 | 2024-12-21T02:30:10.773Z | Compiling hyper-tls v0.6.0 |
1534 | 2024-12-21T02:30:10.805Z | Compiling rayon v1.10.0 |
1535 | 2024-12-21T02:30:11.192Z | Compiling bzip2 v0.4.4 |
1536 | 2024-12-21T02:30:12.279Z | Compiling tokio-tungstenite v0.24.0 |
1537 | 2024-12-21T02:30:12.901Z | Compiling postgres-types v0.2.8 |
1538 | 2024-12-21T02:30:15.782Z | Compiling ed25519 v2.2.3 |
1539 | 2024-12-21T02:30:15.814Z | Compiling phf_shared v0.10.0 |
1540 | 2024-12-21T02:30:16.189Z | Compiling tokio-stream v0.1.16 |
1541 | 2024-12-21T02:30:16.324Z | Compiling pkcs1 v0.7.5 |
1542 | 2024-12-21T02:30:16.354Z | Compiling serde-big-array v0.5.1 |
1543 | 2024-12-21T02:30:16.589Z | Compiling clap_derive v4.5.18 |
1544 | 2024-12-21T02:30:17.246Z | Compiling rfc6979 v0.4.0 |
1545 | 2024-12-21T02:30:17.267Z | Compiling derive-where v1.2.7 |
1546 | 2024-12-21T02:30:17.324Z | Compiling serde_repr v0.1.19 |
1547 | 2024-12-21T02:30:17.443Z | Compiling float-cmp v0.9.0 |
1548 | 2024-12-21T02:30:17.672Z | Compiling bstr v1.10.0 |
1549 | 2024-12-21T02:30:17.700Z | Compiling sync_wrapper v1.0.1 |
1550 | 2024-12-21T02:30:17.849Z | Compiling normalize-line-endings v0.3.0 |
1551 | 2024-12-21T02:30:17.978Z | Compiling whoami v1.5.2 |
1552 | 2024-12-21T02:30:18.345Z | Compiling difflib v0.4.0 |
1553 | 2024-12-21T02:30:18.570Z | Compiling unicode-width v0.2.0 |
1554 | 2024-12-21T02:30:18.635Z | Compiling predicates-core v1.0.8 |
1555 | 2024-12-21T02:30:18.997Z | Compiling new_debug_unreachable v1.0.6 |
1556 | 2024-12-21T02:30:19.073Z | Compiling unicode-segmentation v1.12.0 |
1557 | 2024-12-21T02:30:19.096Z | Compiling number_prefix v0.4.0 |
1558 | 2024-12-21T02:30:19.331Z | Compiling fixedbitset v0.4.2 |
1559 | 2024-12-21T02:30:19.524Z | Compiling bit-vec v0.6.3 |
1560 | 2024-12-21T02:30:19.804Z | Compiling precomputed-hash v0.1.1 |
1561 | 2024-12-21T02:30:19.957Z | Compiling static_assertions v1.1.0 |
1562 | 2024-12-21T02:30:19.976Z | Compiling string_cache v0.8.7 |
1563 | 2024-12-21T02:30:19.995Z | Compiling bit-set v0.5.3 |
1564 | 2024-12-21T02:30:20.043Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1565 | 2024-12-21T02:30:20.059Z | Compiling similar v2.6.0 |
1566 | 2024-12-21T02:30:20.290Z | Compiling petgraph v0.6.5 |
1567 | 2024-12-21T02:30:20.453Z | Compiling indicatif v0.17.9 |
1568 | 2024-12-21T02:30:20.912Z | Compiling predicates v3.1.2 |
1569 | 2024-12-21T02:30:21.768Z | Compiling clap v4.5.21 |
1570 | 2024-12-21T02:30:21.892Z | Compiling tokio-postgres v0.7.12 |
1571 | 2024-12-21T02:30:22.521Z | Compiling ecdsa v0.16.9 |
1572 | 2024-12-21T02:30:22.673Z | Compiling rsa v0.9.6 |
1573 | 2024-12-21T02:30:22.757Z | Compiling ed25519-dalek v2.1.1 |
1574 | 2024-12-21T02:30:23.405Z | Compiling toml v0.7.8 |
1575 | 2024-12-21T02:30:24.089Z | Compiling zip v0.6.6 |
1576 | 2024-12-21T02:30:24.581Z | Compiling crossterm v0.28.1 |
1577 | 2024-12-21T02:30:25.875Z | Compiling hex v0.4.3 |
1578 | 2024-12-21T02:30:26.152Z | Compiling x509-cert v0.2.5 |
1579 | 2024-12-21T02:30:26.443Z | Compiling itertools v0.10.5 |
1580 | 2024-12-21T02:30:26.499Z | Compiling lalrpop-util v0.19.12 |
1581 | 2024-12-21T02:30:26.846Z | Compiling unicode-xid v0.2.6 |
1582 | 2024-12-21T02:30:27.029Z | Compiling peg-runtime v0.8.3 |
1583 | 2024-12-21T02:30:27.072Z | Compiling strum_macros v0.26.4 |
1584 | 2024-12-21T02:30:27.768Z | Compiling xattr v1.3.1 |
1585 | 2024-12-21T02:30:27.845Z | Compiling filetime v0.2.25 |
1586 | 2024-12-21T02:30:28.209Z | Compiling tar v0.4.42 |
1587 | 2024-12-21T02:30:32.926Z | Compiling strum v0.26.3 |
1588 | 2024-12-21T02:30:34.952Z | Compiling aws-lc-sys v0.22.0 |
1589 | 2024-12-21T02:31:03.081Z | Compiling rustls-webpki v0.102.8 |
1590 | 2024-12-21T02:31:06.298Z | Compiling tokio-rustls v0.25.0 |
1591 | 2024-12-21T02:31:08.369Z | Compiling tokio-rustls v0.26.0 |
1592 | 2024-12-21T02:31:08.659Z | Compiling hyper-rustls v0.27.3 |
1593 | 2024-12-21T02:31:08.925Z | Compiling reqwest v0.12.9 |
1594 | 2024-12-21T02:31:09.875Z | Compiling qorb v0.2.1 |
1595 | 2024-12-21T02:31:14.894Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1596 | 2024-12-21T02:31:15.129Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1597 | 2024-12-21T02:31:20.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1598 | 2024-12-21T02:31:21.097Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1599 | 2024-12-21T02:31:21.138Z | Dec 21 02:31:19.577 INFO Starting download, target: Clickhouse |
1600 | 2024-12-21T02:31:21.138Z | Dec 21 02:31:19.578 INFO Starting download, target: Cockroach |
1601 | 2024-12-21T02:31:21.141Z | Dec 21 02:31:19.578 INFO Starting download, target: Console |
1602 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.578 INFO Starting download, target: DendriteOpenapi |
1603 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.578 INFO Starting download, target: DendriteStub |
1604 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.578 INFO Starting download, target: MaghemiteMgd |
1605 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.578 INFO Starting download, target: TransceiverControl |
1606 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.578 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1607 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.579 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1608 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.579 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1609 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.579 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1610 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1611 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.579 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1612 | 2024-12-21T02:31:21.142Z | Dec 21 02:31:19.579 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1613 | 2024-12-21T02:31:21.404Z | Dec 21 02:31:19.818 INFO Download complete, target: DendriteOpenapi |
1614 | 2024-12-21T02:31:21.600Z | Dec 21 02:31:19.989 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1615 | 2024-12-21T02:31:21.675Z | Dec 21 02:31:20.095 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1616 | 2024-12-21T02:31:22.024Z | Dec 21 02:31:20.445 INFO Download complete, target: Console |
1617 | 2024-12-21T02:31:22.119Z | Dec 21 02:31:20.537 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1618 | 2024-12-21T02:31:22.228Z | Dec 21 02:31:20.659 INFO Download complete, target: TransceiverControl |
1619 | 2024-12-21T02:31:22.347Z | Dec 21 02:31:20.784 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1620 | 2024-12-21T02:31:22.667Z | Dec 21 02:31:21.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1621 | 2024-12-21T02:31:22.667Z | Dec 21 02:31:21.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1622 | 2024-12-21T02:31:23.010Z | Dec 21 02:31:21.446 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1623 | 2024-12-21T02:31:24.917Z | Dec 21 02:31:23.349 INFO Download complete, target: DendriteStub |
1624 | 2024-12-21T02:31:25.207Z | Dec 21 02:31:23.613 INFO Download complete, target: MaghemiteMgd |
1625 | 2024-12-21T02:31:30.141Z | Dec 21 02:31:28.576 INFO Checking that binary works, target: Cockroach |
1626 | 2024-12-21T02:31:30.298Z | Dec 21 02:31:28.735 INFO Download complete, target: Cockroach |
1627 | 2024-12-21T02:31:35.451Z | Dec 21 02:31:33.888 INFO Checking that binary works, target: Clickhouse |
1628 | 2024-12-21T02:31:35.570Z | Dec 21 02:31:34.006 INFO Download complete, target: Clickhouse |
1629 | 2024-12-21T02:31:35.577Z | All prerequisites installed successfully |
1630 | 2024-12-21T02:31:35.580Z | |
1631 | 2024-12-21T02:31:35.580Z | real 6:06.316630855 |
1632 | 2024-12-21T02:31:35.580Z | user 16:30.107670885 |
1633 | 2024-12-21T02:31:35.580Z | sys 3:10.268439679 |
1634 | 2024-12-21T02:31:35.580Z | trap 0.504149333 |
1635 | 2024-12-21T02:31:35.580Z | tflt 1.763832081 |
1636 | 2024-12-21T02:31:35.580Z | dflt 2.579021833 |
1637 | 2024-12-21T02:31:35.580Z | kflt 0.025078884 |
1638 | 2024-12-21T02:31:35.580Z | lock 31:44.414168436 |
1639 | 2024-12-21T02:31:35.580Z | slp 1:04:28.208957830 |
1640 | 2024-12-21T02:31:35.580Z | lat 54.113766573 |
1641 | 2024-12-21T02:31:35.580Z | stop 2:04.631487489 |
1642 | 2024-12-21T02:31:35.580Z | + source ./tools/include/force-git-over-https.sh |
1643 | 2024-12-21T02:31:35.580Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1644 | 2024-12-21T02:31:35.580Z | ++ (( i = 0 )) |
1645 | 2024-12-21T02:31:35.580Z | ++ (( i < 5 )) |
1646 | 2024-12-21T02:31:35.580Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1647 | 2024-12-21T02:31:35.583Z | ++ (( i++ )) |
1648 | 2024-12-21T02:31:35.583Z | ++ (( i < 5 )) |
1649 | 2024-12-21T02:31:35.587Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1650 | 2024-12-21T02:31:35.589Z | ++ (( i++ )) |
1651 | 2024-12-21T02:31:35.589Z | ++ (( i < 5 )) |
1652 | 2024-12-21T02:31:35.589Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1653 | 2024-12-21T02:31:35.592Z | ++ (( i++ )) |
1654 | 2024-12-21T02:31:35.592Z | ++ (( i < 5 )) |
1655 | 2024-12-21T02:31:35.592Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1656 | 2024-12-21T02:31:35.595Z | ++ (( i++ )) |
1657 | 2024-12-21T02:31:35.595Z | ++ (( i < 5 )) |
1658 | 2024-12-21T02:31:35.595Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1659 | 2024-12-21T02:31:35.597Z | ++ (( i++ )) |
1660 | 2024-12-21T02:31:35.597Z | ++ (( i < 5 )) |
1661 | 2024-12-21T02:31:35.597Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1662 | 2024-12-21T02:31:35.597Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1663 | 2024-12-21T02:31:35.598Z | + rc=0 |
1664 | 2024-12-21T02:31:35.598Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1665 | 2024-12-21T02:32:07.151Z | + case $rc in |
1666 | 2024-12-21T02:32:07.152Z | + pfexec zfs create -p rpool/images/build/host |
1667 | 2024-12-21T02:32:07.364Z | + pfexec zfs create -p rpool/images/build/recovery |
1668 | 2024-12-21T02:32:07.595Z | + cargo xtask releng --output-dir /work |
1669 | 2024-12-21T02:32:08.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1670 | 2024-12-21T02:32:08.008Z | Running `target/debug/xtask releng --output-dir /work` |
1671 | 2024-12-21T02:32:08.911Z | Compiling proc-macro2 v1.0.89 |
1672 | 2024-12-21T02:32:08.911Z | Compiling unicode-ident v1.0.13 |
1673 | 2024-12-21T02:32:08.911Z | Compiling libc v0.2.162 |
1674 | 2024-12-21T02:32:08.914Z | Compiling serde v1.0.215 |
1675 | 2024-12-21T02:32:08.914Z | Compiling autocfg v1.4.0 |
1676 | 2024-12-21T02:32:08.914Z | Compiling version_check v0.9.5 |
1677 | 2024-12-21T02:32:08.914Z | Compiling cfg-if v1.0.0 |
1678 | 2024-12-21T02:32:09.118Z | Compiling memchr v2.7.4 |
1679 | 2024-12-21T02:32:09.238Z | Compiling typenum v1.17.0 |
1680 | 2024-12-21T02:32:09.305Z | Compiling shlex v1.3.0 |
1681 | 2024-12-21T02:32:09.761Z | Compiling value-bag v1.9.0 |
1682 | 2024-12-21T02:32:09.897Z | Compiling lock_api v0.4.12 |
1683 | 2024-12-21T02:32:10.116Z | Compiling generic-array v0.14.7 |
1684 | 2024-12-21T02:32:10.136Z | Compiling scopeguard v1.2.0 |
1685 | 2024-12-21T02:32:10.278Z | Compiling log v0.4.22 |
1686 | 2024-12-21T02:32:10.370Z | Compiling parking_lot_core v0.9.10 |
1687 | 2024-12-21T02:32:10.674Z | Compiling rustix v0.38.37 |
1688 | 2024-12-21T02:32:10.754Z | Compiling serde_json v1.0.132 |
1689 | 2024-12-21T02:32:10.835Z | Compiling quote v1.0.37 |
1690 | 2024-12-21T02:32:11.080Z | Compiling libm v0.2.8 |
1691 | 2024-12-21T02:32:11.111Z | Compiling num-traits v0.2.19 |
1692 | 2024-12-21T02:32:11.332Z | Compiling syn v2.0.87 |
1693 | 2024-12-21T02:32:11.379Z | Compiling jobserver v0.1.32 |
1694 | 2024-12-21T02:32:11.404Z | Compiling getrandom v0.2.15 |
1695 | 2024-12-21T02:32:11.446Z | Compiling once_cell v1.20.2 |
1696 | 2024-12-21T02:32:11.546Z | Compiling thiserror v1.0.69 |
1697 | 2024-12-21T02:32:11.712Z | Compiling spin v0.9.8 |
1698 | 2024-12-21T02:32:11.747Z | Compiling cc v1.1.30 |
1699 | 2024-12-21T02:32:11.750Z | Compiling itoa v1.0.11 |
1700 | 2024-12-21T02:32:11.844Z | Compiling aho-corasick v1.1.3 |
1701 | 2024-12-21T02:32:12.100Z | Compiling regex-syntax v0.8.5 |
1702 | 2024-12-21T02:32:12.154Z | Compiling slab v0.4.9 |
1703 | 2024-12-21T02:32:12.355Z | Compiling errno v0.3.9 |
1704 | 2024-12-21T02:32:12.980Z | Compiling byteorder v1.5.0 |
1705 | 2024-12-21T02:32:13.195Z | Compiling either v1.13.0 |
1706 | 2024-12-21T02:32:13.513Z | Compiling lazy_static v1.5.0 |
1707 | 2024-12-21T02:32:13.582Z | Compiling rand_core v0.6.4 |
1708 | 2024-12-21T02:32:13.881Z | Compiling glob v0.3.1 |
1709 | 2024-12-21T02:32:13.963Z | Compiling prettyplease v0.2.25 |
1710 | 2024-12-21T02:32:14.106Z | Compiling subtle v2.6.1 |
1711 | 2024-12-21T02:32:14.348Z | Compiling minimal-lexical v0.2.1 |
1712 | 2024-12-21T02:32:14.700Z | Compiling libloading v0.8.5 |
1713 | 2024-12-21T02:32:14.703Z | Compiling clang-sys v1.8.1 |
1714 | 2024-12-21T02:32:14.837Z | Compiling nom v7.1.3 |
1715 | 2024-12-21T02:32:15.109Z | Compiling bindgen v0.69.5 |
1716 | 2024-12-21T02:32:15.488Z | Compiling home v0.5.9 |
1717 | 2024-12-21T02:32:15.710Z | Compiling itertools v0.12.1 |
1718 | 2024-12-21T02:32:15.899Z | Compiling regex-automata v0.4.8 |
1719 | 2024-12-21T02:32:17.165Z | Compiling rustc-hash v1.1.0 |
1720 | 2024-12-21T02:32:17.640Z | Compiling lazycell v1.3.0 |
1721 | 2024-12-21T02:32:17.735Z | Compiling cmake v0.1.51 |
1722 | 2024-12-21T02:32:17.828Z | Compiling dunce v1.0.5 |
1723 | 2024-12-21T02:32:18.013Z | Compiling fs_extra v1.3.0 |
1724 | 2024-12-21T02:32:18.405Z | Compiling pkg-config v0.3.31 |
1725 | 2024-12-21T02:32:18.659Z | Compiling cexpr v0.6.0 |
1726 | 2024-12-21T02:32:18.707Z | Compiling smallvec v1.13.2 |
1727 | 2024-12-21T02:32:18.770Z | Compiling semver v1.0.23 |
1728 | 2024-12-21T02:32:19.102Z | Compiling ring v0.17.8 |
1729 | 2024-12-21T02:32:19.272Z | Compiling synstructure v0.13.1 |
1730 | 2024-12-21T02:32:20.132Z | Compiling heck v0.5.0 |
1731 | 2024-12-21T02:32:20.213Z | Compiling paste v1.0.15 |
1732 | 2024-12-21T02:32:20.349Z | Compiling ryu v1.0.18 |
1733 | 2024-12-21T02:32:20.635Z | Compiling httparse v1.9.5 |
1734 | 2024-12-21T02:32:20.817Z | Compiling aws-lc-rs v1.10.0 |
1735 | 2024-12-21T02:32:20.900Z | Compiling const-oid v0.9.6 |
1736 | 2024-12-21T02:32:21.555Z | Compiling pin-project-lite v0.2.14 |
1737 | 2024-12-21T02:32:21.718Z | Compiling allocator-api2 v0.2.18 |
1738 | 2024-12-21T02:32:22.226Z | Compiling regex v1.11.1 |
1739 | 2024-12-21T02:32:22.505Z | Compiling futures-core v0.3.31 |
1740 | 2024-12-21T02:32:22.803Z | Compiling signal-hook-registry v1.4.2 |
1741 | 2024-12-21T02:32:23.367Z | Compiling num-conv v0.1.0 |
1742 | 2024-12-21T02:32:23.555Z | Compiling crossbeam-utils v0.8.20 |
1743 | 2024-12-21T02:32:23.719Z | Compiling time-core v0.1.2 |
1744 | 2024-12-21T02:32:24.034Z | Compiling time-macros v0.2.18 |
1745 | 2024-12-21T02:32:24.072Z | Compiling parking_lot v0.12.3 |
1746 | 2024-12-21T02:32:24.203Z | Compiling mio v1.0.2 |
1747 | 2024-12-21T02:32:24.533Z | Compiling vcpkg v0.2.15 |
1748 | 2024-12-21T02:32:25.094Z | Compiling fnv v1.0.7 |
1749 | 2024-12-21T02:32:25.135Z | Compiling serde_derive v1.0.215 |
1750 | 2024-12-21T02:32:25.275Z | Compiling zeroize_derive v1.4.2 |
1751 | 2024-12-21T02:32:26.093Z | Compiling zerocopy-derive v0.7.35 |
1752 | 2024-12-21T02:32:26.252Z | Compiling tokio-macros v2.4.0 |
1753 | 2024-12-21T02:32:26.302Z | Compiling thiserror-impl v1.0.69 |
1754 | 2024-12-21T02:32:26.471Z | Compiling zerofrom-derive v0.1.4 |
1755 | 2024-12-21T02:32:27.023Z | Compiling zeroize v1.8.1 |
1756 | 2024-12-21T02:32:27.558Z | Compiling yoke-derive v0.7.4 |
1757 | 2024-12-21T02:32:27.583Z | Compiling futures-macro v0.3.31 |
1758 | 2024-12-21T02:32:27.720Z | Compiling zerovec-derive v0.10.3 |
1759 | 2024-12-21T02:32:28.292Z | Compiling displaydoc v0.2.5 |
1760 | 2024-12-21T02:32:29.558Z | Compiling zerocopy v0.7.35 |
1761 | 2024-12-21T02:32:29.805Z | Compiling crypto-common v0.1.6 |
1762 | 2024-12-21T02:32:29.857Z | Compiling icu_provider_macros v1.5.0 |
1763 | 2024-12-21T02:32:30.046Z | Compiling tracing-attributes v0.1.27 |
1764 | 2024-12-21T02:32:30.180Z | Compiling block-buffer v0.10.4 |
1765 | 2024-12-21T02:32:30.424Z | Compiling der_derive v0.7.3 |
1766 | 2024-12-21T02:32:30.469Z | Compiling digest v0.10.7 |
1767 | 2024-12-21T02:32:30.887Z | Compiling openssl-sys v0.9.103 |
1768 | 2024-12-21T02:32:31.296Z | Compiling schemars v0.8.21 |
1769 | 2024-12-21T02:32:32.028Z | Compiling serde_derive_internals v0.29.1 |
1770 | 2024-12-21T02:32:32.668Z | Compiling socket2 v0.5.7 |
1771 | 2024-12-21T02:32:32.860Z | Compiling ahash v0.8.11 |
1772 | 2024-12-21T02:32:34.410Z | Compiling schemars_derive v0.8.21 |
1773 | 2024-12-21T02:32:34.591Z | Compiling equivalent v1.0.1 |
1774 | 2024-12-21T02:32:34.763Z | Compiling foldhash v0.1.3 |
1775 | 2024-12-21T02:32:34.900Z | Compiling futures-sink v0.3.31 |
1776 | 2024-12-21T02:32:35.087Z | Compiling cpufeatures v0.2.14 |
1777 | 2024-12-21T02:32:35.130Z | Compiling hashbrown v0.15.1 |
1778 | 2024-12-21T02:32:35.399Z | Compiling stable_deref_trait v1.2.0 |
1779 | 2024-12-21T02:32:35.570Z | Compiling slog v2.7.0 |
1780 | 2024-12-21T02:32:36.686Z | Compiling futures-channel v0.3.31 |
1781 | 2024-12-21T02:32:36.779Z | Compiling zerofrom v0.1.4 |
1782 | 2024-12-21T02:32:37.049Z | Compiling scroll_derive v0.12.0 |
1783 | 2024-12-21T02:32:37.109Z | Compiling pin-utils v0.1.0 |
1784 | 2024-12-21T02:32:37.209Z | Compiling futures-task v0.3.31 |
1785 | 2024-12-21T02:32:37.253Z | Compiling openssl v0.10.66 |
1786 | 2024-12-21T02:32:37.319Z | Compiling ucd-trie v0.1.7 |
1787 | 2024-12-21T02:32:37.528Z | Compiling futures-io v0.3.31 |
1788 | 2024-12-21T02:32:37.572Z | Compiling yoke v0.7.4 |
1789 | 2024-12-21T02:32:37.735Z | Compiling futures-util v0.3.31 |
1790 | 2024-12-21T02:32:37.767Z | Compiling pest v2.7.14 |
1791 | 2024-12-21T02:32:38.085Z | Compiling hmac v0.12.1 |
1792 | 2024-12-21T02:32:38.440Z | Compiling tinyvec_macros v0.1.1 |
1793 | 2024-12-21T02:32:38.659Z | Compiling tinyvec v1.8.0 |
1794 | 2024-12-21T02:32:38.693Z | Compiling zerovec v0.10.4 |
1795 | 2024-12-21T02:32:39.662Z | Compiling bitflags v2.6.0 |
1796 | 2024-12-21T02:32:40.353Z | Compiling bytes v1.8.0 |
1797 | 2024-12-21T02:32:41.832Z | Compiling tokio v1.40.0 |
1798 | 2024-12-21T02:32:42.426Z | Compiling serde_tokenstream v0.2.2 |
1799 | 2024-12-21T02:32:42.660Z | Compiling indexmap v2.6.0 |
1800 | 2024-12-21T02:32:44.487Z | Compiling http v1.1.0 |
1801 | 2024-12-21T02:32:45.295Z | Compiling which v4.4.2 |
1802 | 2024-12-21T02:32:45.782Z | Compiling rustc_version v0.4.1 |
1803 | 2024-12-21T02:32:46.498Z | Compiling pest_meta v2.7.14 |
1804 | 2024-12-21T02:32:46.613Z | Compiling uuid v1.11.0 |
1805 | 2024-12-21T02:32:47.131Z | Compiling block-padding v0.3.3 |
1806 | 2024-12-21T02:32:47.417Z | Compiling openssl-macros v0.1.1 |
1807 | 2024-12-21T02:32:47.579Z | Compiling iana-time-zone v0.1.61 |
1808 | 2024-12-21T02:32:47.983Z | Compiling rustls v0.23.19 |
1809 | 2024-12-21T02:32:48.275Z | Compiling native-tls v0.2.12 |
1810 | 2024-12-21T02:32:48.636Z | Compiling pest_generator v2.7.14 |
1811 | 2024-12-21T02:32:49.643Z | Compiling chrono v0.4.38 |
1812 | 2024-12-21T02:32:50.295Z | Compiling inout v0.1.3 |
1813 | 2024-12-21T02:32:50.600Z | Compiling unicode-normalization v0.1.24 |
1814 | 2024-12-21T02:32:50.674Z | Compiling cipher v0.4.4 |
1815 | 2024-12-21T02:32:51.116Z | Compiling pest_derive v2.7.14 |
1816 | 2024-12-21T02:32:51.236Z | Compiling tinystr v0.7.6 |
1817 | 2024-12-21T02:32:51.995Z | Compiling sha2 v0.10.8 |
1818 | 2024-12-21T02:32:52.122Z | Compiling async-trait v0.1.83 |
1819 | 2024-12-21T02:32:52.396Z | Compiling cookie v0.18.1 |
1820 | 2024-12-21T02:32:52.745Z | Compiling usdt-impl v0.5.0 |
1821 | 2024-12-21T02:32:52.880Z | Compiling litemap v0.7.3 |
1822 | 2024-12-21T02:32:53.494Z | Compiling unicode-bidi v0.3.17 |
1823 | 2024-12-21T02:32:53.588Z | Compiling writeable v0.5.5 |
1824 | 2024-12-21T02:32:54.830Z | Compiling base64ct v1.6.0 |
1825 | 2024-12-21T02:32:55.405Z | Compiling pem-rfc7468 v0.7.0 |
1826 | 2024-12-21T02:32:55.451Z | Compiling icu_locid v1.5.0 |
1827 | 2024-12-21T02:32:56.627Z | Compiling scroll v0.12.0 |
1828 | 2024-12-21T02:32:57.429Z | Compiling ppv-lite86 v0.2.20 |
1829 | 2024-12-21T02:32:57.839Z | Compiling tracing-core v0.1.32 |
1830 | 2024-12-21T02:32:58.547Z | Compiling flagset v0.4.6 |
1831 | 2024-12-21T02:32:58.787Z | Compiling plain v0.2.3 |
1832 | 2024-12-21T02:32:58.980Z | Compiling dyn-clone v1.0.17 |
1833 | 2024-12-21T02:32:59.177Z | Compiling rustls-pki-types v1.10.0 |
1834 | 2024-12-21T02:33:00.135Z | Compiling percent-encoding v2.3.1 |
1835 | 2024-12-21T02:33:00.612Z | Compiling syn v1.0.109 |
1836 | 2024-12-21T02:33:00.790Z | Compiling aws-lc-sys v0.22.0 |
1837 | 2024-12-21T02:33:00.921Z | Compiling camino v1.1.9 |
1838 | 2024-12-21T02:33:01.676Z | Compiling goblin v0.8.2 |
1839 | 2024-12-21T02:33:03.065Z | Compiling der v0.7.9 |
1840 | 2024-12-21T02:33:04.803Z | Compiling tracing v0.1.40 |
1841 | 2024-12-21T02:33:04.956Z | Compiling rand_chacha v0.3.1 |
1842 | 2024-12-21T02:33:06.175Z | Compiling icu_provider v1.5.0 |
1843 | 2024-12-21T02:33:06.547Z | Compiling tokio-util v0.7.12 |
1844 | 2024-12-21T02:33:08.667Z | Compiling rayon-core v1.12.1 |
1845 | 2024-12-21T02:33:08.864Z | Compiling untrusted v0.7.1 |
1846 | 2024-12-21T02:33:08.961Z | Compiling icu_locid_transform_data v1.5.0 |
1847 | 2024-12-21T02:33:09.127Z | Compiling powerfmt v0.2.0 |
1848 | 2024-12-21T02:33:09.206Z | Compiling rustls v0.22.4 |
1849 | 2024-12-21T02:33:09.647Z | Compiling mirai-annotations v1.12.0 |
1850 | 2024-12-21T02:33:09.734Z | Compiling pretty-hex v0.4.1 |
1851 | 2024-12-21T02:33:09.980Z | Compiling untrusted v0.9.0 |
1852 | 2024-12-21T02:33:10.012Z | Compiling dof v0.3.0 |
1853 | 2024-12-21T02:33:10.348Z | Compiling deranged v0.3.11 |
1854 | 2024-12-21T02:33:10.984Z | Compiling icu_locid_transform v1.5.0 |
1855 | 2024-12-21T02:33:12.571Z | Compiling rand v0.8.5 |
1856 | 2024-12-21T02:33:12.762Z | Compiling spki v0.7.3 |
1857 | 2024-12-21T02:33:13.482Z | Compiling dtrace-parser v0.2.0 |
1858 | 2024-12-21T02:33:14.379Z | Compiling salsa20 v0.10.2 |
1859 | 2024-12-21T02:33:14.684Z | Compiling icu_collections v1.5.0 |
1860 | 2024-12-21T02:33:15.436Z | Compiling pbkdf2 v0.12.2 |
1861 | 2024-12-21T02:33:16.370Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1862 | 2024-12-21T02:33:16.802Z | Compiling thread-id v4.2.2 |
1863 | 2024-12-21T02:33:16.985Z | Compiling atomic-waker v1.1.2 |
1864 | 2024-12-21T02:33:17.539Z | Compiling icu_properties_data v1.5.0 |
1865 | 2024-12-21T02:33:18.241Z | Compiling num_threads v0.1.7 |
1866 | 2024-12-21T02:33:18.267Z | Compiling icu_properties v1.5.1 |
1867 | 2024-12-21T02:33:18.374Z | Compiling time v0.3.36 |
1868 | 2024-12-21T02:33:23.514Z | Compiling scrypt v0.11.0 |
1869 | 2024-12-21T02:33:24.164Z | Compiling form_urlencoded v1.2.1 |
1870 | 2024-12-21T02:33:24.192Z | Compiling cbc v0.1.2 |
1871 | 2024-12-21T02:33:24.535Z | Compiling aes v0.8.4 |
1872 | 2024-12-21T02:33:24.668Z | Compiling http-body v1.0.1 |
1873 | 2024-12-21T02:33:25.026Z | Compiling multer v3.1.0 |
1874 | 2024-12-21T02:33:25.275Z | Compiling icu_normalizer_data v1.5.0 |
1875 | 2024-12-21T02:33:25.402Z | Compiling utf8_iter v1.0.4 |
1876 | 2024-12-21T02:33:25.426Z | Compiling write16 v1.0.0 |
1877 | 2024-12-21T02:33:25.568Z | Compiling try-lock v0.2.5 |
1878 | 2024-12-21T02:33:25.712Z | Compiling slog-async v2.8.0 |
1879 | 2024-12-21T02:33:25.793Z | Compiling utf16_iter v1.0.5 |
1880 | 2024-12-21T02:33:26.284Z | Compiling icu_normalizer v1.5.0 |
1881 | 2024-12-21T02:33:26.458Z | Compiling want v0.3.1 |
1882 | 2024-12-21T02:33:26.932Z | Compiling pkcs5 v0.7.1 |
1883 | 2024-12-21T02:33:30.435Z | Compiling h2 v0.4.6 |
1884 | 2024-12-21T02:33:31.801Z | Compiling heapless v0.7.17 |
1885 | 2024-12-21T02:33:32.163Z | Compiling zerocopy-derive v0.6.6 |
1886 | 2024-12-21T02:33:32.292Z | Compiling anyhow v1.0.93 |
1887 | 2024-12-21T02:33:32.620Z | Compiling signal-hook v0.3.17 |
1888 | 2024-12-21T02:33:33.125Z | Compiling base64 v0.22.1 |
1889 | 2024-12-21T02:33:33.221Z | Compiling num-bigint-dig v0.8.4 |
1890 | 2024-12-21T02:33:33.856Z | Compiling httpdate v1.0.3 |
1891 | 2024-12-21T02:33:35.577Z | Compiling pkcs8 v0.10.2 |
1892 | 2024-12-21T02:33:36.398Z | Compiling idna_adapter v1.2.0 |
1893 | 2024-12-21T02:33:36.818Z | Compiling usdt-macro v0.5.0 |
1894 | 2024-12-21T02:33:37.170Z | Compiling usdt-attr-macro v0.5.0 |
1895 | 2024-12-21T02:33:39.029Z | Compiling hyper v1.5.0 |
1896 | 2024-12-21T02:33:39.119Z | Compiling async-stream-impl v0.3.6 |
1897 | 2024-12-21T02:33:39.754Z | Compiling tower-service v0.3.3 |
1898 | 2024-12-21T02:33:39.922Z | Compiling strsim v0.11.1 |
1899 | 2024-12-21T02:33:40.617Z | Compiling rustversion v1.0.17 |
1900 | 2024-12-21T02:33:42.102Z | Compiling idna v1.0.3 |
1901 | 2024-12-21T02:33:42.635Z | Compiling hyper-util v0.1.10 |
1902 | 2024-12-21T02:33:49.176Z | Compiling curve25519-dalek v4.1.3 |
1903 | 2024-12-21T02:33:49.787Z | Compiling openapiv3 v2.0.0 |
1904 | 2024-12-21T02:33:49.850Z | Compiling toml_datetime v0.6.8 |
1905 | 2024-12-21T02:33:50.338Z | Compiling serde_spanned v0.6.8 |
1906 | 2024-12-21T02:33:50.459Z | Compiling enum-as-inner v0.6.1 |
1907 | 2024-12-21T02:33:50.725Z | Compiling dropshot v0.12.0 |
1908 | 2024-12-21T02:33:51.610Z | Compiling adler2 v2.0.0 |
1909 | 2024-12-21T02:33:51.711Z | Compiling portable-atomic v1.9.0 |
1910 | 2024-12-21T02:33:51.899Z | Compiling smoltcp v0.9.1 |
1911 | 2024-12-21T02:33:51.901Z | Compiling foreign-types-shared v0.1.1 |
1912 | 2024-12-21T02:33:52.224Z | Compiling match_cfg v0.1.0 |
1913 | 2024-12-21T02:33:52.497Z | Compiling hostname v0.3.1 |
1914 | 2024-12-21T02:33:52.558Z | Compiling foreign-types v0.3.2 |
1915 | 2024-12-21T02:33:52.769Z | Compiling miniz_oxide v0.8.0 |
1916 | 2024-12-21T02:33:54.744Z | Compiling url v2.5.3 |
1917 | 2024-12-21T02:34:02.598Z | Compiling http-body-util v0.1.2 |
1918 | 2024-12-21T02:34:03.271Z | Compiling clap_derive v4.5.18 |
1919 | 2024-12-21T02:34:03.575Z | Compiling dirs-sys-next v0.1.2 |
1920 | 2024-12-21T02:34:04.130Z | Compiling encoding_rs v0.8.34 |
1921 | 2024-12-21T02:34:06.222Z | Compiling mime v0.3.17 |
1922 | 2024-12-21T02:34:07.531Z | Compiling data-encoding v2.6.0 |
1923 | 2024-12-21T02:34:08.681Z | Compiling siphasher v0.3.11 |
1924 | 2024-12-21T02:34:09.480Z | Compiling dirs-next v2.0.0 |
1925 | 2024-12-21T02:34:15.867Z | Compiling hubpack_derive v0.1.1 |
1926 | 2024-12-21T02:34:15.926Z | Compiling serde_urlencoded v0.7.1 |
1927 | 2024-12-21T02:34:16.514Z | Compiling crossbeam-epoch v0.9.18 |
1928 | 2024-12-21T02:34:16.746Z | Compiling hashbrown v0.14.5 |
1929 | 2024-12-21T02:34:17.204Z | Compiling rustls-webpki v0.102.8 |
1930 | 2024-12-21T02:34:18.243Z | Compiling rustls-pemfile v2.2.0 |
1931 | 2024-12-21T02:34:18.285Z | Compiling dropshot_endpoint v0.12.0 |
1932 | 2024-12-21T02:34:19.194Z | Compiling sha1 v0.10.6 |
1933 | 2024-12-21T02:34:19.198Z | Compiling signature v2.2.0 |
1934 | 2024-12-21T02:34:19.433Z | Compiling curve25519-dalek-derive v0.1.1 |
1935 | 2024-12-21T02:34:19.674Z | Compiling thread_local v1.1.8 |
1936 | 2024-12-21T02:34:19.695Z | Compiling fs-err v2.11.0 |
1937 | 2024-12-21T02:34:20.160Z | Compiling openssl-probe v0.1.5 |
1938 | 2024-12-21T02:34:20.642Z | Compiling anstyle v1.0.10 |
1939 | 2024-12-21T02:34:20.797Z | Compiling ipnet v2.10.1 |
1940 | 2024-12-21T02:34:22.097Z | Compiling winnow v0.6.20 |
1941 | 2024-12-21T02:34:23.202Z | Compiling utf8parse v0.2.2 |
1942 | 2024-12-21T02:34:23.373Z | Compiling gimli v0.31.1 |
1943 | 2024-12-21T02:34:23.480Z | Compiling unicode-properties v0.1.3 |
1944 | 2024-12-21T02:34:23.833Z | Compiling anstyle-parse v0.2.5 |
1945 | 2024-12-21T02:34:23.894Z | Compiling stringprep v0.1.5 |
1946 | 2024-12-21T02:34:25.790Z | Compiling toml_edit v0.22.22 |
1947 | 2024-12-21T02:34:26.362Z | Compiling regress v0.10.1 |
1948 | 2024-12-21T02:34:28.536Z | Compiling addr2line v0.24.2 |
1949 | 2024-12-21T02:34:29.189Z | Compiling crossbeam-deque v0.8.5 |
1950 | 2024-12-21T02:34:29.532Z | Compiling term v0.7.0 |
1951 | 2024-12-21T02:34:30.798Z | Compiling slog-json v2.6.1 |
1952 | 2024-12-21T02:34:31.384Z | Compiling crossbeam-channel v0.5.13 |
1953 | 2024-12-21T02:34:32.797Z | Compiling idna v0.3.0 |
1954 | 2024-12-21T02:34:33.162Z | Compiling idna v0.4.0 |
1955 | 2024-12-21T02:34:34.325Z | Compiling futures-executor v0.3.31 |
1956 | 2024-12-21T02:34:34.424Z | Compiling num-integer v0.1.46 |
1957 | 2024-12-21T02:34:34.501Z | Compiling md-5 v0.10.6 |
1958 | 2024-12-21T02:34:34.755Z | Compiling ff v0.13.0 |
1959 | 2024-12-21T02:34:34.814Z | Compiling hash32 v0.2.1 |
1960 | 2024-12-21T02:34:34.991Z | Compiling is-terminal v0.4.13 |
1961 | 2024-12-21T02:34:35.128Z | Compiling memmap v0.7.0 |
1962 | 2024-12-21T02:34:35.149Z | Compiling object v0.36.5 |
1963 | 2024-12-21T02:34:35.187Z | Compiling anstyle-query v1.1.1 |
1964 | 2024-12-21T02:34:35.349Z | Compiling psl-types v2.0.11 |
1965 | 2024-12-21T02:34:35.451Z | Compiling linked-hash-map v0.5.6 |
1966 | 2024-12-21T02:34:35.559Z | Compiling heck v0.4.1 |
1967 | 2024-12-21T02:34:35.825Z | Compiling base16ct v0.2.0 |
1968 | 2024-12-21T02:34:35.990Z | Compiling quick-error v1.2.3 |
1969 | 2024-12-21T02:34:36.124Z | Compiling rustc-demangle v0.1.24 |
1970 | 2024-12-21T02:34:36.145Z | Compiling fallible-iterator v0.2.0 |
1971 | 2024-12-21T02:34:36.890Z | Compiling colorchoice v1.0.2 |
1972 | 2024-12-21T02:34:36.986Z | Compiling utf-8 v0.7.6 |
1973 | 2024-12-21T02:34:37.062Z | Compiling take_mut v0.2.2 |
1974 | 2024-12-21T02:34:37.286Z | Compiling is_terminal_polyfill v1.70.1 |
1975 | 2024-12-21T02:34:37.309Z | Compiling tungstenite v0.24.0 |
1976 | 2024-12-21T02:34:37.438Z | Compiling publicsuffix v2.2.3 |
1977 | 2024-12-21T02:34:37.463Z | Compiling anstream v0.6.15 |
1978 | 2024-12-21T02:34:38.126Z | Compiling postgres-protocol v0.6.7 |
1979 | 2024-12-21T02:34:38.768Z | Compiling resolv-conf v0.7.0 |
1980 | 2024-12-21T02:34:39.357Z | Compiling sec1 v0.7.3 |
1981 | 2024-12-21T02:34:39.382Z | Compiling strum_macros v0.25.3 |
1982 | 2024-12-21T02:34:39.403Z | Compiling lru-cache v0.1.2 |
1983 | 2024-12-21T02:34:39.617Z | Compiling usdt v0.5.0 |
1984 | 2024-12-21T02:34:39.943Z | Compiling slog-term v2.9.1 |
1985 | 2024-12-21T02:34:40.097Z | Compiling group v0.13.0 |
1986 | 2024-12-21T02:34:40.421Z | Compiling num-iter v0.1.45 |
1987 | 2024-12-21T02:34:40.621Z | Compiling futures v0.3.31 |
1988 | 2024-12-21T02:34:41.048Z | Compiling hickory-proto v0.24.1 |
1989 | 2024-12-21T02:34:42.399Z | Compiling tokio-rustls v0.26.0 |
1990 | 2024-12-21T02:34:42.891Z | Compiling backtrace v0.3.74 |
1991 | 2024-12-21T02:34:43.327Z | Compiling slog-bunyan v2.5.0 |
1992 | 2024-12-21T02:34:43.393Z | Compiling typify-impl v0.2.0 |
1993 | 2024-12-21T02:34:43.545Z | Compiling tokio-rustls v0.25.0 |
1994 | 2024-12-21T02:34:43.908Z | Compiling toml v0.8.19 |
1995 | 2024-12-21T02:34:43.975Z | Compiling tokio-native-tls v0.3.1 |
1996 | 2024-12-21T02:34:44.295Z | Compiling phf_shared v0.11.2 |
1997 | 2024-12-21T02:34:44.683Z | Compiling async-stream v0.3.6 |
1998 | 2024-12-21T02:34:44.963Z | Compiling waitgroup v0.1.2 |
1999 | 2024-12-21T02:34:45.123Z | Compiling webpki-roots v0.26.6 |
2000 | 2024-12-21T02:34:45.338Z | Compiling idna v0.5.0 |
2001 | 2024-12-21T02:34:45.475Z | Compiling terminal_size v0.4.0 |
2002 | 2024-12-21T02:34:45.705Z | Compiling serde_path_to_error v0.1.16 |
2003 | 2024-12-21T02:34:46.446Z | Compiling hkdf v0.12.4 |
2004 | 2024-12-21T02:34:46.490Z | Compiling crypto-bigint v0.5.5 |
2005 | 2024-12-21T02:34:46.692Z | Compiling serde_repr v0.1.19 |
2006 | 2024-12-21T02:34:46.738Z | Compiling derive-where v1.2.7 |
2007 | 2024-12-21T02:34:47.958Z | Compiling hostname v0.4.0 |
2008 | 2024-12-21T02:34:48.189Z | Compiling crc32fast v1.4.2 |
2009 | 2024-12-21T02:34:49.015Z | Compiling bitflags v1.3.2 |
2010 | 2024-12-21T02:34:49.278Z | Compiling clap_lex v0.7.2 |
2011 | 2024-12-21T02:34:49.687Z | Compiling managed v0.8.0 |
2012 | 2024-12-21T02:34:49.716Z | Compiling winnow v0.5.40 |
2013 | 2024-12-21T02:34:50.071Z | Compiling unicode-width v0.1.14 |
2014 | 2024-12-21T02:34:50.167Z | Compiling debug-ignore v1.0.5 |
2015 | 2024-12-21T02:34:50.573Z | Compiling console v0.15.8 |
2016 | 2024-12-21T02:34:52.281Z | Compiling clap_builder v4.5.21 |
2017 | 2024-12-21T02:34:53.521Z | Compiling toml_edit v0.19.15 |
2018 | 2024-12-21T02:34:53.663Z | Compiling elliptic-curve v0.13.8 |
2019 | 2024-12-21T02:34:54.315Z | Compiling flate2 v1.0.34 |
2020 | 2024-12-21T02:34:54.388Z | Compiling hickory-resolver v0.24.1 |
2021 | 2024-12-21T02:34:55.210Z | Compiling typify-macro v0.2.0 |
2022 | 2024-12-21T02:34:55.231Z | Compiling cookie_store v0.21.0 |
2023 | 2024-12-21T02:34:59.434Z | Compiling hyper-rustls v0.27.3 |
2024 | 2024-12-21T02:35:00.393Z | Compiling phf v0.11.2 |
2025 | 2024-12-21T02:35:00.712Z | Compiling hyper-tls v0.6.0 |
2026 | 2024-12-21T02:35:01.102Z | Compiling signal-hook-mio v0.2.4 |
2027 | 2024-12-21T02:35:01.276Z | Compiling rayon v1.10.0 |
2028 | 2024-12-21T02:35:01.419Z | Compiling bzip2 v0.4.4 |
2029 | 2024-12-21T02:35:01.805Z | Compiling postgres-types v0.2.8 |
2030 | 2024-12-21T02:35:01.958Z | Compiling tokio-tungstenite v0.24.0 |
2031 | 2024-12-21T02:35:02.676Z | Compiling ed25519 v2.2.3 |
2032 | 2024-12-21T02:35:02.874Z | Compiling hubpack v0.1.2 |
2033 | 2024-12-21T02:35:02.926Z | Compiling phf_shared v0.10.0 |
2034 | 2024-12-21T02:35:03.179Z | Compiling pkcs1 v0.7.5 |
2035 | 2024-12-21T02:35:03.301Z | Compiling zerocopy v0.6.6 |
2036 | 2024-12-21T02:35:03.341Z | Compiling tokio-stream v0.1.16 |
2037 | 2024-12-21T02:35:04.394Z | Compiling serde-big-array v0.5.1 |
2038 | 2024-12-21T02:35:04.415Z | Compiling rfc6979 v0.4.0 |
2039 | 2024-12-21T02:35:04.627Z | Compiling float-cmp v0.9.0 |
2040 | 2024-12-21T02:35:04.800Z | Compiling sync_wrapper v1.0.1 |
2041 | 2024-12-21T02:35:04.952Z | Compiling bstr v1.10.0 |
2042 | 2024-12-21T02:35:05.004Z | Compiling difflib v0.4.0 |
2043 | 2024-12-21T02:35:05.303Z | Compiling unicode-segmentation v1.12.0 |
2044 | 2024-12-21T02:35:06.052Z | Compiling static_assertions v1.1.0 |
2045 | 2024-12-21T02:35:06.154Z | Compiling fixedbitset v0.4.2 |
2046 | 2024-12-21T02:35:06.177Z | Compiling normalize-line-endings v0.3.0 |
2047 | 2024-12-21T02:35:06.230Z | Compiling unicode-width v0.2.0 |
2048 | 2024-12-21T02:35:06.250Z | Compiling new_debug_unreachable v1.0.6 |
2049 | 2024-12-21T02:35:06.301Z | Compiling predicates-core v1.0.8 |
2050 | 2024-12-21T02:35:06.565Z | Compiling number_prefix v0.4.0 |
2051 | 2024-12-21T02:35:06.729Z | Compiling precomputed-hash v0.1.1 |
2052 | 2024-12-21T02:35:06.790Z | Compiling whoami v1.5.2 |
2053 | 2024-12-21T02:35:06.876Z | Compiling bit-vec v0.6.3 |
2054 | 2024-12-21T02:35:07.320Z | Compiling bit-set v0.5.3 |
2055 | 2024-12-21T02:35:07.323Z | Compiling tokio-postgres v0.7.12 |
2056 | 2024-12-21T02:35:07.640Z | Compiling reqwest v0.12.9 |
2057 | 2024-12-21T02:35:08.140Z | Compiling string_cache v0.8.7 |
2058 | 2024-12-21T02:35:08.554Z | Compiling indicatif v0.17.9 |
2059 | 2024-12-21T02:35:10.105Z | Compiling predicates v3.1.2 |
2060 | 2024-12-21T02:35:10.421Z | Compiling petgraph v0.6.5 |
2061 | 2024-12-21T02:35:12.611Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2062 | 2024-12-21T02:35:12.743Z | Compiling similar v2.6.0 |
2063 | 2024-12-21T02:35:14.554Z | Compiling ecdsa v0.16.9 |
2064 | 2024-12-21T02:35:14.748Z | Compiling qorb v0.2.1 |
2065 | 2024-12-21T02:35:14.806Z | Compiling rsa v0.9.6 |
2066 | 2024-12-21T02:35:15.190Z | Compiling ed25519-dalek v2.1.1 |
2067 | 2024-12-21T02:35:15.731Z | Compiling zip v0.6.6 |
2068 | 2024-12-21T02:35:16.243Z | Compiling crossterm v0.28.1 |
2069 | 2024-12-21T02:35:16.444Z | Compiling toml v0.7.8 |
2070 | 2024-12-21T02:35:17.339Z | Compiling clap v4.5.21 |
2071 | 2024-12-21T02:35:20.324Z | Compiling x509-cert v0.2.5 |
2072 | 2024-12-21T02:35:20.705Z | Compiling hex v0.4.3 |
2073 | 2024-12-21T02:35:22.471Z | Compiling itertools v0.10.5 |
2074 | 2024-12-21T02:35:24.411Z | Compiling lalrpop-util v0.19.12 |
2075 | 2024-12-21T02:35:24.784Z | Compiling peg-runtime v0.8.3 |
2076 | 2024-12-21T02:35:25.216Z | Compiling radium v0.7.0 |
2077 | 2024-12-21T02:35:26.238Z | Compiling unicode-xid v0.2.6 |
2078 | 2024-12-21T02:35:26.427Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2079 | 2024-12-21T02:35:43.442Z | Compiling ident_case v1.0.1 |
2080 | 2024-12-21T02:35:43.639Z | Compiling tap v1.0.1 |
2081 | 2024-12-21T02:35:43.803Z | Compiling maybe-uninit v2.0.0 |
2082 | 2024-12-21T02:35:45.886Z | Compiling wyz v0.5.1 |
2083 | 2024-12-21T02:35:47.284Z | Compiling darling_core v0.20.10 |
2084 | 2024-12-21T02:35:54.537Z | Compiling typify v0.2.0 |
2085 | 2024-12-21T02:35:58.663Z | Compiling packed_struct v0.10.1 |
2086 | 2024-12-21T02:35:59.268Z | Compiling funty v2.0.0 |
2087 | 2024-12-21T02:35:59.406Z | Compiling unsafe-libyaml v0.2.11 |
2088 | 2024-12-21T02:36:00.363Z | Compiling bitvec v1.0.1 |
2089 | 2024-12-21T02:36:01.199Z | Compiling serde_yaml v0.9.34+deprecated |
2090 | 2024-12-21T02:36:04.961Z | Compiling progenitor-impl v0.8.0 |
2091 | 2024-12-21T02:36:05.038Z | Compiling darling_macro v0.20.10 |
2092 | 2024-12-21T02:36:07.321Z | Compiling packed_struct_codegen v0.10.1 |
2093 | 2024-12-21T02:36:10.164Z | Compiling structmeta-derive v0.3.0 |
2094 | 2024-12-21T02:36:10.295Z | Compiling indexmap v1.9.3 |
2095 | 2024-12-21T02:36:10.610Z | Compiling nodrop v0.1.14 |
2096 | 2024-12-21T02:36:11.401Z | Compiling fastrand v2.1.1 |
2097 | 2024-12-21T02:36:11.838Z | Compiling crc-catalog v2.4.0 |
2098 | 2024-12-21T02:36:11.886Z | Compiling newtype-uuid v1.1.3 |
2099 | 2024-12-21T02:36:12.065Z | Compiling crc v3.2.1 |
2100 | 2024-12-21T02:36:12.203Z | Compiling progenitor-macro v0.8.0 |
2101 | 2024-12-21T02:36:12.807Z | Compiling structmeta v0.3.0 |
2102 | 2024-12-21T02:36:13.183Z | Compiling tempfile v3.13.0 |
2103 | 2024-12-21T02:36:14.986Z | Compiling array-init v0.0.4 |
2104 | 2024-12-21T02:36:19.785Z | Compiling smallvec v0.6.14 |
2105 | 2024-12-21T02:36:20.382Z | Compiling darling v0.20.10 |
2106 | 2024-12-21T02:36:26.308Z | Compiling progenitor-client v0.8.0 |
2107 | 2024-12-21T02:36:28.901Z | Compiling pin-project-internal v1.1.6 |
2108 | 2024-12-21T02:36:28.961Z | Compiling dropshot v0.13.0 |
2109 | 2024-12-21T02:36:30.596Z | Compiling termcolor v1.4.1 |
2110 | 2024-12-21T02:36:30.790Z | Compiling base64 v0.21.7 |
2111 | 2024-12-21T02:36:31.122Z | Compiling hashbrown v0.12.3 |
2112 | 2024-12-21T02:36:31.821Z | Compiling same-file v1.0.6 |
2113 | 2024-12-21T02:36:32.515Z | Compiling bitfield v0.14.0 |
2114 | 2024-12-21T02:36:33.418Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2115 | 2024-12-21T02:36:38.574Z | Compiling walkdir v2.5.0 |
2116 | 2024-12-21T02:36:42.723Z | Compiling pin-project v1.1.6 |
2117 | 2024-12-21T02:36:42.879Z | Compiling ron v0.8.1 |
2118 | 2024-12-21T02:36:44.948Z | Compiling env_logger v0.10.2 |
2119 | 2024-12-21T02:36:50.703Z | Compiling progenitor v0.8.0 |
2120 | 2024-12-21T02:36:51.011Z | Compiling serde_with_macros v3.11.0 |
2121 | 2024-12-21T02:36:51.215Z | Compiling serde-hex v0.1.0 |
2122 | 2024-12-21T02:36:51.337Z | Compiling parse-display-derive v0.10.0 |
2123 | 2024-12-21T02:36:53.580Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2124 | 2024-12-21T02:36:55.218Z | Compiling strum_macros v0.26.4 |
2125 | 2024-12-21T02:36:56.512Z | Compiling hashbrown v0.13.2 |
2126 | 2024-12-21T02:36:57.912Z | Compiling ipnetwork v0.20.0 |
2127 | 2024-12-21T02:36:58.106Z | Compiling xattr v1.3.1 |
2128 | 2024-12-21T02:36:58.433Z | Compiling dropshot_endpoint v0.13.0 |
2129 | 2024-12-21T02:36:58.458Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2130 | 2024-12-21T02:36:58.478Z | Compiling snafu-derive v0.8.5 |
2131 | 2024-12-21T02:36:59.204Z | Compiling blake3 v1.5.4 |
2132 | 2024-12-21T02:36:59.664Z | Compiling filetime v0.2.25 |
2133 | 2024-12-21T02:36:59.812Z | Compiling instant v0.1.13 |
2134 | 2024-12-21T02:36:59.985Z | Compiling bumpalo v3.16.0 |
2135 | 2024-12-21T02:37:00.013Z | Compiling zip v2.1.3 |
2136 | 2024-12-21T02:37:00.249Z | Compiling lockfree-object-pool v0.1.6 |
2137 | 2024-12-21T02:37:00.323Z | Compiling simd-adler32 v0.3.7 |
2138 | 2024-12-21T02:37:00.548Z | Compiling crc-any v2.5.0 |
2139 | 2024-12-21T02:37:00.577Z | Compiling buf-list v1.0.3 |
2140 | 2024-12-21T02:37:01.568Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2141 | 2024-12-21T02:37:01.588Z | Compiling zopfli v0.8.1 |
2142 | 2024-12-21T02:37:01.874Z | Compiling backoff v0.4.0 |
2143 | 2024-12-21T02:37:02.265Z | Compiling tar v0.4.42 |
2144 | 2024-12-21T02:37:03.046Z | Compiling strum v0.26.3 |
2145 | 2024-12-21T02:37:03.267Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2146 | 2024-12-21T02:37:03.294Z | Compiling snafu v0.8.5 |
2147 | 2024-12-21T02:37:03.492Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2148 | 2024-12-21T02:37:04.579Z | Compiling object v0.30.4 |
2149 | 2024-12-21T02:37:05.800Z | Compiling parse-display v0.10.0 |
2150 | 2024-12-21T02:37:07.167Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2151 | 2024-12-21T02:37:07.272Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2152 | 2024-12-21T02:37:07.799Z | Compiling serde_with v3.11.0 |
2153 | 2024-12-21T02:37:07.801Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2154 | 2024-12-21T02:37:07.986Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2155 | 2024-12-21T02:37:08.732Z | Compiling camino-tempfile v1.1.1 |
2156 | 2024-12-21T02:37:08.863Z | Compiling globset v0.4.15 |
2157 | 2024-12-21T02:37:09.532Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2158 | 2024-12-21T02:37:09.729Z | Compiling regress v0.9.1 |
2159 | 2024-12-21T02:37:12.212Z | Compiling pem v3.0.4 |
2160 | 2024-12-21T02:37:13.678Z | Compiling olpc-cjson v0.1.4 |
2161 | 2024-12-21T02:37:14.028Z | Compiling macaddr v1.0.1 |
2162 | 2024-12-21T02:37:14.674Z | Compiling serde_plain v1.0.2 |
2163 | 2024-12-21T02:37:15.202Z | Compiling async-recursion v1.1.1 |
2164 | 2024-12-21T02:37:16.503Z | Compiling memmap2 v0.9.5 |
2165 | 2024-12-21T02:37:16.664Z | Compiling arrayref v0.3.9 |
2166 | 2024-12-21T02:37:16.787Z | Compiling typed-path v0.9.3 |
2167 | 2024-12-21T02:37:16.805Z | Compiling path-slash v0.1.5 |
2168 | 2024-12-21T02:37:17.061Z | Compiling arrayvec v0.7.6 |
2169 | 2024-12-21T02:37:17.107Z | Compiling constant_time_eq v0.3.1 |
2170 | 2024-12-21T02:37:17.297Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2171 | 2024-12-21T02:37:17.633Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2172 | 2024-12-21T02:37:20.292Z | Compiling tough v0.19.0 |
2173 | 2024-12-21T02:37:21.615Z | Compiling itertools v0.13.0 |
2174 | 2024-12-21T02:37:22.274Z | Compiling cargo-platform v0.1.8 |
2175 | 2024-12-21T02:37:23.378Z | Compiling parse-size v1.1.0 |
2176 | 2024-12-21T02:37:23.689Z | Compiling topological-sort v0.2.2 |
2177 | 2024-12-21T02:37:23.975Z | Compiling omicron-zone-package v0.12.0 |
2178 | 2024-12-21T02:37:24.237Z | Compiling cargo_metadata v0.18.1 |
2179 | 2024-12-21T02:37:25.421Z | Compiling shell-words v1.1.0 |
2180 | 2024-12-21T02:37:31.643Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2181 | 2024-12-21T02:37:44.401Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2182 | 2024-12-21T02:37:59.291Z | Finished `release` profile [optimized] target(s) in 5m 51s |
2183 | 2024-12-21T02:37:59.453Z | Running `target/release/omicron-releng --output-dir /work` |
2184 | 2024-12-21T02:37:59.500Z | Dec 21 02:37:57.848 DEBG changing working directory to /work/oxidecomputer/omicron |
2185 | 2024-12-21T02:37:59.603Z | Dec 21 02:37:57.952 DEBG running: git rev-parse HEAD |
2186 | 2024-12-21T02:37:59.615Z | Dec 21 02:37:57.959 DEBG process exited with exit status: 0 (6.768909ms) |
2187 | 2024-12-21T02:37:59.615Z | Dec 21 02:37:57.959 INFO version: 12.0.0-0.ci+gitecf33f7efc1 |
2188 | 2024-12-21T02:37:59.656Z | Dec 21 02:37:58.004 INFO cloning helios to /work/oxidecomputer/helios |
2189 | 2024-12-21T02:37:59.656Z | Dec 21 02:37:58.004 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2190 | 2024-12-21T02:37:59.662Z | Cloning into '/work/oxidecomputer/helios'... |
2191 | 2024-12-21T02:38:00.201Z | Dec 21 02:37:58.550 DEBG process exited with exit status: 0 (545.228614ms) |
2192 | 2024-12-21T02:38:00.201Z | Dec 21 02:37:58.550 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2193 | 2024-12-21T02:38:00.210Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2194 | 2024-12-21T02:38:00.210Z | # branch.head master |
2195 | 2024-12-21T02:38:00.210Z | # branch.upstream origin/master |
2196 | 2024-12-21T02:38:00.210Z | # branch.ab +0 -0 |
2197 | 2024-12-21T02:38:00.213Z | Dec 21 02:37:58.558 DEBG process exited with exit status: 0 (7.946472ms) |
2198 | 2024-12-21T02:38:00.213Z | Dec 21 02:37:58.558 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2199 | 2024-12-21T02:38:01.077Z | Dec 21 02:37:59.424 DEBG process exited with exit status: 0 (866.258457ms) |
2200 | 2024-12-21T02:38:01.077Z | Dec 21 02:37:59.424 DEBG running: zfs list rpool/images/build/host |
2201 | 2024-12-21T02:38:01.083Z | NAME USED AVAIL REFER MOUNTPOINT |
2202 | 2024-12-21T02:38:01.083Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2203 | 2024-12-21T02:38:01.085Z | Dec 21 02:37:59.432 DEBG process exited with exit status: 0 (7.349276ms) |
2204 | 2024-12-21T02:38:01.085Z | Dec 21 02:37:59.432 DEBG running: zfs list rpool/images/build/recovery |
2205 | 2024-12-21T02:38:01.089Z | NAME USED AVAIL REFER MOUNTPOINT |
2206 | 2024-12-21T02:38:01.089Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2207 | 2024-12-21T02:38:01.091Z | Dec 21 02:37:59.438 DEBG process exited with exit status: 0 (6.201239ms) |
2208 | 2024-12-21T02:38:01.091Z | Dec 21 02:37:59.439 INFO [hubris-staging] running task |
2209 | 2024-12-21T02:38:01.091Z | Dec 21 02:37:59.439 INFO [hubris-production] running task |
2210 | 2024-12-21T02:38:01.092Z | Dec 21 02:37:59.439 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 |
2211 | 2024-12-21T02:38:01.094Z | Dec 21 02:37:59.442 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2212 | 2024-12-21T02:38:01.163Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2213 | 2024-12-21T02:38:01.572Z | [ omicron-package] Blocking waiting for file lock on package cache |
2214 | 2024-12-21T02:38:02.151Z | [ omicron-package] Blocking waiting for file lock on package cache |
2215 | 2024-12-21T02:38:02.441Z | [ omicron-package] Blocking waiting for file lock on package cache |
2216 | 2024-12-21T02:38:03.347Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2217 | 2024-12-21T02:38:03.350Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2218 | 2024-12-21T02:38:03.350Z | [ omicron-package] Compiling itertools v0.13.0 |
2219 | 2024-12-21T02:38:03.350Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2220 | 2024-12-21T02:38:03.350Z | [ omicron-package] Compiling heapless v0.8.0 |
2221 | 2024-12-21T02:38:03.350Z | [ omicron-package] Compiling hash32 v0.3.1 |
2222 | 2024-12-21T02:38:03.350Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2223 | 2024-12-21T02:38:03.350Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2224 | 2024-12-21T02:38:03.409Z | Dec 21 02:38:01.756 INFO [hubris-production] task succeeded (2.317439894s) |
2225 | 2024-12-21T02:38:04.744Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2226 | 2024-12-21T02:38:04.838Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2227 | 2024-12-21T02:38:04.983Z | [ omicron-package] Compiling cobs v0.2.3 |
2228 | 2024-12-21T02:38:05.432Z | [ omicron-package] Compiling postcard v1.0.10 |
2229 | 2024-12-21T02:38:05.579Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2230 | 2024-12-21T02:38:05.910Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2231 | 2024-12-21T02:38:05.913Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2232 | 2024-12-21T02:38:06.309Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2233 | 2024-12-21T02:38:06.953Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2234 | 2024-12-21T02:38:07.127Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2235 | 2024-12-21T02:38:08.413Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2236 | 2024-12-21T02:38:08.883Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2237 | 2024-12-21T02:38:08.907Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2238 | 2024-12-21T02:38:09.176Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2239 | 2024-12-21T02:38:09.580Z | [ omicron-package] Compiling num_enum v0.5.11 |
2240 | 2024-12-21T02:38:09.580Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2241 | 2024-12-21T02:38:09.803Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2242 | 2024-12-21T02:38:09.919Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2243 | 2024-12-21T02:38:10.348Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2244 | 2024-12-21T02:38:10.452Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2245 | 2024-12-21T02:38:10.681Z | [ omicron-package] Compiling thiserror v2.0.3 |
2246 | 2024-12-21T02:38:10.765Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2247 | 2024-12-21T02:38:11.183Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2248 | 2024-12-21T02:38:11.183Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2249 | 2024-12-21T02:38:11.916Z | [ omicron-package] Compiling colored v2.1.0 |
2250 | 2024-12-21T02:38:12.025Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2251 | 2024-12-21T02:38:12.798Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2252 | 2024-12-21T02:38:12.882Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2253 | 2024-12-21T02:38:14.365Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2254 | 2024-12-21T02:38:14.456Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2255 | 2024-12-21T02:38:14.839Z | [ omicron-package] Compiling num-derive v0.4.2 |
2256 | 2024-12-21T02:38:15.157Z | Dec 21 02:38:13.501 INFO [hubris-staging] task succeeded (14.062779976s) |
2257 | 2024-12-21T02:38:15.754Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2258 | 2024-12-21T02:38:15.879Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2259 | 2024-12-21T02:38:16.829Z | [ omicron-package] Compiling zone v0.3.0 |
2260 | 2024-12-21T02:38:16.869Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2261 | 2024-12-21T02:38:16.996Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2262 | 2024-12-21T02:38:17.571Z | [ omicron-package] Compiling smf v0.2.3 |
2263 | 2024-12-21T02:38:17.930Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2264 | 2024-12-21T02:38:18.676Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2265 | 2024-12-21T02:38:18.786Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2266 | 2024-12-21T02:38:20.787Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2267 | 2024-12-21T02:38:21.050Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2268 | 2024-12-21T02:38:21.478Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2269 | 2024-12-21T02:38:21.639Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2270 | 2024-12-21T02:38:21.756Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2271 | 2024-12-21T02:38:21.759Z | [ omicron-package] Compiling gethostname v0.5.0 |
2272 | 2024-12-21T02:38:21.845Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2273 | 2024-12-21T02:38:22.237Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2274 | 2024-12-21T02:38:24.867Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2275 | 2024-12-21T02:38:26.233Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2276 | 2024-12-21T02:38:27.675Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2277 | 2024-12-21T02:38:30.403Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2278 | 2024-12-21T02:38:31.047Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2279 | 2024-12-21T02:38:32.789Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2280 | 2024-12-21T02:38:43.854Z | [ helios-setup] Dec 21 02:38:42.192 INFO helios repository root is: /work/oxidecomputer/helios |
2281 | 2024-12-21T02:38:43.860Z | [ helios-setup] Dec 21 02:38:42.195 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 |
2282 | 2024-12-21T02:38:43.860Z | [ helios-setup] Dec 21 02:38:42.195 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2283 | 2024-12-21T02:38:43.864Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2284 | 2024-12-21T02:38:49.893Z | [ helios-setup] Dec 21 02:38:48.230 INFO clone ok!, project: amd-firmware |
2285 | 2024-12-21T02:38:49.895Z | [ helios-setup] Dec 21 02:38:48.230 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2286 | 2024-12-21T02:38:49.896Z | [ helios-setup] Dec 21 02:38:48.230 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 |
2287 | 2024-12-21T02:38:49.896Z | [ helios-setup] Dec 21 02:38:48.230 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2288 | 2024-12-21T02:38:49.898Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2289 | 2024-12-21T02:38:50.554Z | [ helios-setup] Dec 21 02:38:48.891 INFO clone ok!, project: bootserver |
2290 | 2024-12-21T02:38:50.556Z | [ helios-setup] Dec 21 02:38:48.891 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 |
2291 | 2024-12-21T02:38:50.556Z | [ helios-setup] Dec 21 02:38:48.891 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2292 | 2024-12-21T02:38:50.559Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2293 | 2024-12-21T02:38:51.388Z | [ helios-setup] Dec 21 02:38:49.725 INFO clone ok!, project: pilot |
2294 | 2024-12-21T02:38:51.391Z | [ helios-setup] Dec 21 02:38:49.725 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
2295 | 2024-12-21T02:38:51.391Z | [ helios-setup] Dec 21 02:38:49.725 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2296 | 2024-12-21T02:38:51.394Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2297 | 2024-12-21T02:38:51.987Z | [ helios-setup] Dec 21 02:38:50.323 INFO clone ok!, project: phbl |
2298 | 2024-12-21T02:38:51.989Z | [ helios-setup] Dec 21 02:38:50.323 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 |
2299 | 2024-12-21T02:38:51.989Z | [ helios-setup] Dec 21 02:38:50.324 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2300 | 2024-12-21T02:38:51.992Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2301 | 2024-12-21T02:38:52.175Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 51.06s |
2302 | 2024-12-21T02:38:52.423Z | [ omicron-package] |
2303 | 2024-12-21T02:38:52.423Z | [ omicron-package] real 51.276254972 |
2304 | 2024-12-21T02:38:52.425Z | [ omicron-package] user 3:00.730693979 |
2305 | 2024-12-21T02:38:52.426Z | [ omicron-package] sys 26.636954203 |
2306 | 2024-12-21T02:38:52.426Z | [ omicron-package] trap 0.257737202 |
2307 | 2024-12-21T02:38:52.426Z | [ omicron-package] tflt 1.036370975 |
2308 | 2024-12-21T02:38:52.426Z | [ omicron-package] dflt 0.730256100 |
2309 | 2024-12-21T02:38:52.426Z | [ omicron-package] kflt 0.000138585 |
2310 | 2024-12-21T02:38:52.426Z | [ omicron-package] lock 6:07.961444063 |
2311 | 2024-12-21T02:38:52.426Z | [ omicron-package] slp 10:17.176768615 |
2312 | 2024-12-21T02:38:52.426Z | Dec 21 02:38:50.760 INFO [omicron-package] process exited with exit status: 0 (51.320558097s) |
2313 | 2024-12-21T02:38:52.426Z | [ omicron-package] lat 1:41.338496092 |
2314 | 2024-12-21T02:38:52.426Z | [ omicron-package] stop 58.452631721 |
2315 | 2024-12-21T02:38:52.426Z | Dec 21 02:38:50.760 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 |
2316 | 2024-12-21T02:38:52.498Z | Dec 21 02:38:50.835 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2317 | 2024-12-21T02:38:52.513Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2318 | 2024-12-21T02:38:52.516Z | [ host-target] Created new build target 'host' and set it as active |
2319 | 2024-12-21T02:38:52.518Z | Dec 21 02:38:50.853 INFO [host-target] process exited with exit status: 0 (92.472638ms) |
2320 | 2024-12-21T02:38:52.518Z | Dec 21 02:38:50.853 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2321 | 2024-12-21T02:38:52.524Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2322 | 2024-12-21T02:38:52.526Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2323 | 2024-12-21T02:38:52.528Z | Dec 21 02:38:50.863 INFO [recovery-target] process exited with exit status: 0 (28.29847ms) |
2324 | 2024-12-21T02:38:52.535Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2325 | 2024-12-21T02:38:52.601Z | [ helios-setup] Dec 21 02:38:50.938 INFO clone ok!, project: image-builder |
2326 | 2024-12-21T02:38:52.604Z | [ helios-setup] Dec 21 02:38:50.938 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2327 | 2024-12-21T02:38:52.604Z | [ helios-setup] Dec 21 02:38:50.938 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 |
2328 | 2024-12-21T02:38:52.604Z | [ helios-setup] Dec 21 02:38:50.938 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2329 | 2024-12-21T02:38:52.606Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2330 | 2024-12-21T02:38:53.029Z | [ helios-setup] Dec 21 02:38:51.366 INFO clone ok!, project: pinprick |
2331 | 2024-12-21T02:38:53.032Z | [ helios-setup] Dec 21 02:38:51.366 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 |
2332 | 2024-12-21T02:38:53.032Z | [ helios-setup] Dec 21 02:38:51.366 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2333 | 2024-12-21T02:38:53.034Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2334 | 2024-12-21T02:38:53.763Z | [ host-package] Compiling convert_case v0.4.0 |
2335 | 2024-12-21T02:38:53.763Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2336 | 2024-12-21T02:38:53.766Z | [ host-package] Compiling newline-converter v0.3.0 |
2337 | 2024-12-21T02:38:53.766Z | [ host-package] Compiling password-hash v0.5.0 |
2338 | 2024-12-21T02:38:53.766Z | [ host-package] Compiling blake2 v0.10.6 |
2339 | 2024-12-21T02:38:53.766Z | [ host-package] Compiling atomicwrites v0.4.4 |
2340 | 2024-12-21T02:38:53.766Z | [ host-package] Compiling progenitor-client v0.8.0 |
2341 | 2024-12-21T02:38:53.766Z | [ host-package] Compiling owo-colors v4.1.0 |
2342 | 2024-12-21T02:38:53.824Z | [ helios-setup] Dec 21 02:38:52.159 INFO clone ok!, project: chelsio-t6-roms |
2343 | 2024-12-21T02:38:53.826Z | [ helios-setup] Dec 21 02:38:52.160 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2344 | 2024-12-21T02:38:53.826Z | [ helios-setup] Dec 21 02:38:52.160 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 |
2345 | 2024-12-21T02:38:53.826Z | [ helios-setup] Dec 21 02:38:52.160 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 |
2346 | 2024-12-21T02:38:53.829Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2347 | 2024-12-21T02:38:54.111Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2348 | 2024-12-21T02:38:54.158Z | [ host-package] Compiling expectorate v1.1.0 |
2349 | 2024-12-21T02:38:54.251Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2350 | 2024-12-21T02:38:54.364Z | [ host-package] Compiling progenitor v0.8.0 |
2351 | 2024-12-21T02:38:54.417Z | [ host-package] Compiling argon2 v0.5.3 |
2352 | 2024-12-21T02:38:54.473Z | [ host-package] Compiling num-rational v0.4.2 |
2353 | 2024-12-21T02:38:54.498Z | [ host-package] Compiling num-complex v0.4.6 |
2354 | 2024-12-21T02:38:54.680Z | [ host-package] Compiling derive_more v0.99.18 |
2355 | 2024-12-21T02:38:54.828Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2356 | 2024-12-21T02:38:54.872Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2357 | 2024-12-21T02:38:55.189Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2358 | 2024-12-21T02:38:55.326Z | [ host-package] Compiling libsw v3.3.1 |
2359 | 2024-12-21T02:38:55.682Z | [ host-package] Compiling num v0.4.3 |
2360 | 2024-12-21T02:38:55.792Z | [ host-package] Compiling indent_write v2.2.0 |
2361 | 2024-12-21T02:38:55.815Z | [ host-package] Compiling float-ord v0.3.2 |
2362 | 2024-12-21T02:38:55.884Z | [ host-package] Compiling linear-map v1.2.0 |
2363 | 2024-12-21T02:38:56.008Z | [ host-package] Compiling swrite v0.1.0 |
2364 | 2024-12-21T02:38:56.041Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2365 | 2024-12-21T02:38:56.078Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2366 | 2024-12-21T02:38:56.162Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2367 | 2024-12-21T02:38:56.325Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2368 | 2024-12-21T02:38:56.903Z | [ host-package] Compiling highway v1.2.0 |
2369 | 2024-12-21T02:38:56.939Z | [ host-package] Compiling semver v0.1.20 |
2370 | 2024-12-21T02:38:57.567Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2371 | 2024-12-21T02:38:58.130Z | [ host-package] Compiling rustc_version v0.1.7 |
2372 | 2024-12-21T02:38:58.397Z | [ host-package] Compiling tungstenite v0.21.0 |
2373 | 2024-12-21T02:38:58.596Z | [ host-package] Compiling newtype_derive v0.1.6 |
2374 | 2024-12-21T02:38:59.058Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2375 | 2024-12-21T02:38:59.094Z | [ host-package] Compiling humantime v2.1.0 |
2376 | 2024-12-21T02:39:00.012Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2377 | 2024-12-21T02:39:00.750Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2378 | 2024-12-21T02:39:01.643Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2379 | 2024-12-21T02:39:03.586Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2380 | 2024-12-21T02:39:03.601Z | [ helios-setup] Dec 21 02:39:01.935 INFO clone ok!, project: amd-host-image-builder |
2381 | 2024-12-21T02:39:03.604Z | [ helios-setup] Dec 21 02:39:01.935 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2382 | 2024-12-21T02:39:04.298Z | [ host-package] Compiling dropshot v0.13.0 |
2383 | 2024-12-21T02:39:04.389Z | [ host-package] Compiling ipnetwork v0.20.0 |
2384 | 2024-12-21T02:39:04.501Z | [ host-package] Compiling instant v0.1.13 |
2385 | 2024-12-21T02:39:04.510Z | [ helios-setup] Dec 21 02:39:02.844 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2386 | 2024-12-21T02:39:04.863Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2387 | 2024-12-21T02:39:05.113Z | [ helios-setup] Dec 21 02:39:03.446 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2388 | 2024-12-21T02:39:05.116Z | [ helios-setup] Dec 21 02:39:03.447 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2389 | 2024-12-21T02:39:05.264Z | [ host-package] Compiling backoff v0.4.0 |
2390 | 2024-12-21T02:39:05.674Z | [ helios-setup] Dec 21 02:39:04.007 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2391 | 2024-12-21T02:39:05.742Z | [ host-package] Compiling steno v0.4.1 |
2392 | 2024-12-21T02:39:05.930Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2393 | 2024-12-21T02:39:06.194Z | [ helios-setup] Dec 21 02:39:04.527 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2394 | 2024-12-21T02:39:06.194Z | [ helios-setup] Dec 21 02:39:04.527 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2395 | 2024-12-21T02:39:06.238Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2396 | 2024-12-21T02:39:06.349Z | [ host-package] Compiling parse-display v0.10.0 |
2397 | 2024-12-21T02:39:06.727Z | [ helios-setup] Dec 21 02:39:05.060 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2398 | 2024-12-21T02:39:06.994Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2399 | 2024-12-21T02:39:07.203Z | [ host-package] Compiling strum v0.26.3 |
2400 | 2024-12-21T02:39:07.245Z | [ helios-setup] Dec 21 02:39:05.578 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2401 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.578 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2402 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2403 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO ok! |
2404 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2405 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2406 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO ok! |
2407 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2408 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2409 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO ok! |
2410 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2411 | 2024-12-21T02:39:07.248Z | [ helios-setup] Dec 21 02:39:05.579 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2412 | 2024-12-21T02:39:07.461Z | [ host-package] Compiling serde_with v3.11.0 |
2413 | 2024-12-21T02:39:07.609Z | [ helios-setup] Dec 21 02:39:05.942 INFO E| Downloading crates ... |
2414 | 2024-12-21T02:39:07.697Z | [ helios-setup] Dec 21 02:39:06.029 INFO E| Downloaded unicode-width v0.1.10 |
2415 | 2024-12-21T02:39:07.700Z | [ helios-setup] Dec 21 02:39:06.032 INFO E| Downloaded cpufeatures v0.2.5 |
2416 | 2024-12-21T02:39:07.703Z | [ helios-setup] Dec 21 02:39:06.034 INFO E| Downloaded sha2 v0.10.5 |
2417 | 2024-12-21T02:39:07.735Z | [ helios-setup] Dec 21 02:39:06.067 INFO E| Downloaded miniz_oxide v0.6.2 |
2418 | 2024-12-21T02:39:07.738Z | [ helios-setup] Dec 21 02:39:06.071 INFO E| Downloaded generic-array v0.14.6 |
2419 | 2024-12-21T02:39:07.741Z | [ helios-setup] Dec 21 02:39:06.074 INFO E| Downloaded typenum v1.15.0 |
2420 | 2024-12-21T02:39:07.745Z | [ helios-setup] Dec 21 02:39:06.077 INFO E| Downloaded anyhow v1.0.62 |
2421 | 2024-12-21T02:39:07.749Z | [ helios-setup] Dec 21 02:39:06.082 INFO E| Downloaded flate2 v1.0.25 |
2422 | 2024-12-21T02:39:07.756Z | [ helios-setup] Dec 21 02:39:06.089 INFO E| Downloaded bytes v1.2.1 |
2423 | 2024-12-21T02:39:07.762Z | [ helios-setup] Dec 21 02:39:06.095 INFO E| Downloaded digest v0.10.3 |
2424 | 2024-12-21T02:39:07.764Z | [ helios-setup] Dec 21 02:39:06.097 INFO E| Downloaded block-buffer v0.10.3 |
2425 | 2024-12-21T02:39:07.826Z | [ helios-setup] Dec 21 02:39:06.158 INFO E| Compiling version_check v0.9.4 |
2426 | 2024-12-21T02:39:07.826Z | [ helios-setup] Dec 21 02:39:06.158 INFO E| Compiling typenum v1.15.0 |
2427 | 2024-12-21T02:39:07.828Z | [ helios-setup] Dec 21 02:39:06.158 INFO E| Compiling cfg-if v1.0.0 |
2428 | 2024-12-21T02:39:07.828Z | [ helios-setup] Dec 21 02:39:06.158 INFO E| Compiling crc32fast v1.3.2 |
2429 | 2024-12-21T02:39:07.828Z | [ helios-setup] Dec 21 02:39:06.159 INFO E| Compiling anyhow v1.0.62 |
2430 | 2024-12-21T02:39:07.828Z | [ helios-setup] Dec 21 02:39:06.159 INFO E| Compiling adler v1.0.2 |
2431 | 2024-12-21T02:39:07.831Z | [ helios-setup] Dec 21 02:39:06.163 INFO E| Compiling cpufeatures v0.2.5 |
2432 | 2024-12-21T02:39:07.831Z | [ helios-setup] Dec 21 02:39:06.163 INFO E| Compiling unicode-width v0.1.10 |
2433 | 2024-12-21T02:39:08.024Z | [ helios-setup] Dec 21 02:39:06.357 INFO E| Compiling getopts v0.2.21 |
2434 | 2024-12-21T02:39:08.122Z | [ helios-setup] Dec 21 02:39:06.455 INFO E| Compiling miniz_oxide v0.6.2 |
2435 | 2024-12-21T02:39:08.229Z | [ helios-setup] Dec 21 02:39:06.561 INFO E| Compiling bytes v1.2.1 |
2436 | 2024-12-21T02:39:08.513Z | [ helios-setup] Dec 21 02:39:06.845 INFO E| Compiling bitflags v1.3.2 |
2437 | 2024-12-21T02:39:09.258Z | [ helios-setup] Dec 21 02:39:07.591 INFO E| Compiling generic-array v0.14.6 |
2438 | 2024-12-21T02:39:09.908Z | [ helios-setup] Dec 21 02:39:08.241 INFO E| Compiling flate2 v1.0.25 |
2439 | 2024-12-21T02:39:13.087Z | [ host-package] Compiling regress v0.9.1 |
2440 | 2024-12-21T02:39:14.286Z | [ helios-setup] Dec 21 02:39:12.317 INFO E| Compiling block-buffer v0.10.3 |
2441 | 2024-12-21T02:39:14.286Z | [ helios-setup] Dec 21 02:39:12.317 INFO E| Compiling crypto-common v0.1.6 |
2442 | 2024-12-21T02:39:14.293Z | [ helios-setup] Dec 21 02:39:12.524 INFO E| Compiling digest v0.10.3 |
2443 | 2024-12-21T02:39:14.293Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2444 | 2024-12-21T02:39:14.553Z | [ helios-setup] Dec 21 02:39:12.885 INFO E| Compiling sha2 v0.10.5 |
2445 | 2024-12-21T02:39:15.065Z | [ helios-setup] Dec 21 02:39:13.395 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2446 | 2024-12-21T02:39:17.166Z | [ host-package] Compiling macaddr v1.0.1 |
2447 | 2024-12-21T02:39:17.216Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2448 | 2024-12-21T02:39:17.762Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2449 | 2024-12-21T02:39:17.823Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2450 | 2024-12-21T02:39:18.441Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2451 | 2024-12-21T02:39:20.510Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2452 | 2024-12-21T02:39:20.711Z | [ host-package] Compiling prettyplease v0.2.25 |
2453 | 2024-12-21T02:39:20.840Z | [ helios-setup] Dec 21 02:39:19.167 INFO E| Finished `release` profile [optimized] target(s) in 13.47s |
2454 | 2024-12-21T02:39:20.855Z | [ helios-setup] Dec 21 02:39:19.182 INFO building project "bootserver" ok (13 seconds) |
2455 | 2024-12-21T02:39:20.855Z | [ helios-setup] Dec 21 02:39:19.182 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2456 | 2024-12-21T02:39:20.864Z | [ helios-setup] Dec 21 02:39:19.182 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2457 | 2024-12-21T02:39:21.179Z | [ helios-setup] Dec 21 02:39:19.506 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2458 | 2024-12-21T02:39:21.638Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2459 | 2024-12-21T02:39:22.140Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2460 | 2024-12-21T02:39:22.275Z | [ helios-setup] Dec 21 02:39:20.605 INFO E| From https://github.com/oxidecomputer/progenitor |
2461 | 2024-12-21T02:39:22.275Z | [ helios-setup] Dec 21 02:39:20.605 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2462 | 2024-12-21T02:39:22.309Z | [ helios-setup] Dec 21 02:39:20.638 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2463 | 2024-12-21T02:39:22.309Z | [ helios-setup] Dec 21 02:39:20.638 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2464 | 2024-12-21T02:39:22.432Z | [ helios-setup] Dec 21 02:39:20.762 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2465 | 2024-12-21T02:39:22.973Z | [ helios-setup] Dec 21 02:39:21.303 INFO E| From https://github.com/jclulow/hiercmd |
2466 | 2024-12-21T02:39:22.973Z | [ helios-setup] Dec 21 02:39:21.303 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2467 | 2024-12-21T02:39:22.994Z | [ helios-setup] Dec 21 02:39:21.323 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2468 | 2024-12-21T02:39:23.276Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2469 | 2024-12-21T02:39:23.547Z | [ helios-setup] Dec 21 02:39:21.876 INFO E| From https://github.com/jclulow/network-interface |
2470 | 2024-12-21T02:39:23.547Z | [ helios-setup] Dec 21 02:39:21.876 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2471 | 2024-12-21T02:39:23.584Z | [ helios-setup] Dec 21 02:39:21.913 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2472 | 2024-12-21T02:39:24.092Z | [ helios-setup] Dec 21 02:39:22.421 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2473 | 2024-12-21T02:39:24.092Z | [ helios-setup] Dec 21 02:39:22.422 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2474 | 2024-12-21T02:39:24.129Z | [ helios-setup] Dec 21 02:39:22.458 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2475 | 2024-12-21T02:39:24.933Z | [ helios-setup] Dec 21 02:39:23.260 INFO E| From https://github.com/oxidecomputer/facade |
2476 | 2024-12-21T02:39:24.933Z | [ helios-setup] Dec 21 02:39:23.260 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2477 | 2024-12-21T02:39:24.977Z | [ helios-setup] Dec 21 02:39:23.306 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2478 | 2024-12-21T02:39:25.287Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2479 | 2024-12-21T02:39:25.932Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2480 | 2024-12-21T02:39:25.940Z | [ helios-setup] Dec 21 02:39:24.268 INFO E| From https://github.com/oxidecomputer/dropshot |
2481 | 2024-12-21T02:39:25.943Z | [ helios-setup] Dec 21 02:39:24.268 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2482 | 2024-12-21T02:39:25.976Z | [ helios-setup] Dec 21 02:39:24.304 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2483 | 2024-12-21T02:39:25.976Z | [ helios-setup] Dec 21 02:39:24.304 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2484 | 2024-12-21T02:39:25.979Z | [ helios-setup] Dec 21 02:39:24.304 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2485 | 2024-12-21T02:39:25.979Z | [ helios-setup] Dec 21 02:39:24.304 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2486 | 2024-12-21T02:39:25.979Z | [ helios-setup] Dec 21 02:39:24.305 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2487 | 2024-12-21T02:39:25.979Z | [ helios-setup] Dec 21 02:39:24.305 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2488 | 2024-12-21T02:39:25.979Z | [ helios-setup] Dec 21 02:39:24.305 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2489 | 2024-12-21T02:39:25.979Z | [ helios-setup] Dec 21 02:39:24.305 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2490 | 2024-12-21T02:39:26.025Z | [ helios-setup] Dec 21 02:39:24.353 INFO E| Updating crates.io index |
2491 | 2024-12-21T02:39:26.054Z | [ helios-setup] Dec 21 02:39:24.382 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2492 | 2024-12-21T02:39:26.967Z | [ helios-setup] Dec 21 02:39:25.295 INFO E| From https://github.com/oxidecomputer/typify |
2493 | 2024-12-21T02:39:26.967Z | [ helios-setup] Dec 21 02:39:25.295 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2494 | 2024-12-21T02:39:27.001Z | [ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2495 | 2024-12-21T02:39:27.001Z | [ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2496 | 2024-12-21T02:39:27.004Z | [ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2497 | 2024-12-21T02:39:27.004Z | [ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2498 | 2024-12-21T02:39:27.004Z | [ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2499 | 2024-12-21T02:39:27.004Z | [ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2500 | 2024-12-21T02:39:27.004Z | [ helios-setup] Dec 21 02:39:25.329 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2501 | 2024-12-21T02:39:27.531Z | [ helios-setup] Dec 21 02:39:25.859 INFO E| Downloading crates ... |
2502 | 2024-12-21T02:39:27.681Z | [ helios-setup] Dec 21 02:39:26.009 INFO E| Downloaded async-stream-impl v0.3.5 |
2503 | 2024-12-21T02:39:27.687Z | [ helios-setup] Dec 21 02:39:26.014 INFO E| Downloaded const-random v0.1.15 |
2504 | 2024-12-21T02:39:27.690Z | [ helios-setup] Dec 21 02:39:26.016 INFO E| Downloaded concolor-override v1.0.0 |
2505 | 2024-12-21T02:39:27.725Z | [ helios-setup] Dec 21 02:39:26.054 INFO E| Downloaded async-stream v0.3.5 |
2506 | 2024-12-21T02:39:27.728Z | [ helios-setup] Dec 21 02:39:26.057 INFO E| Downloaded const-random-macro v0.1.15 |
2507 | 2024-12-21T02:39:27.730Z | [ helios-setup] Dec 21 02:39:26.058 INFO E| Downloaded aho-corasick v0.7.20 |
2508 | 2024-12-21T02:39:27.736Z | [ helios-setup] Dec 21 02:39:26.065 INFO E| Downloaded either v1.8.0 |
2509 | 2024-12-21T02:39:27.739Z | [ helios-setup] Dec 21 02:39:26.067 INFO E| Downloaded fastrand v1.9.0 |
2510 | 2024-12-21T02:39:27.742Z | [ helios-setup] Dec 21 02:39:26.070 INFO E| Downloaded futures-io v0.3.28 |
2511 | 2024-12-21T02:39:27.744Z | [ helios-setup] Dec 21 02:39:26.071 INFO E| Downloaded futures-core v0.3.28 |
2512 | 2024-12-21T02:39:27.747Z | [ helios-setup] Dec 21 02:39:26.073 INFO E| Downloaded form_urlencoded v1.1.0 |
2513 | 2024-12-21T02:39:27.747Z | [ helios-setup] Dec 21 02:39:26.075 INFO E| Downloaded spin v0.5.2 |
2514 | 2024-12-21T02:39:27.750Z | [ helios-setup] Dec 21 02:39:26.078 INFO E| Downloaded ppv-lite86 v0.2.17 |
2515 | 2024-12-21T02:39:27.753Z | [ helios-setup] Dec 21 02:39:26.080 INFO E| Downloaded pkg-config v0.3.26 |
2516 | 2024-12-21T02:39:27.755Z | [ helios-setup] Dec 21 02:39:26.083 INFO E| Downloaded jobserver v0.1.26 |
2517 | 2024-12-21T02:39:27.769Z | [ helios-setup] Dec 21 02:39:26.097 INFO E| Downloaded lazy_static v1.4.0 |
2518 | 2024-12-21T02:39:27.771Z | [ helios-setup] Dec 21 02:39:26.099 INFO E| Downloaded num-integer v0.1.45 |
2519 | 2024-12-21T02:39:27.775Z | [ helios-setup] Dec 21 02:39:26.103 INFO E| Downloaded is-terminal v0.4.7 |
2520 | 2024-12-21T02:39:27.777Z | [ helios-setup] Dec 21 02:39:26.105 INFO E| Downloaded toolchain_find v0.2.0 |
2521 | 2024-12-21T02:39:27.779Z | [ helios-setup] Dec 21 02:39:26.107 INFO E| Downloaded project-root v0.2.2 |
2522 | 2024-12-21T02:39:27.782Z | [ helios-setup] Dec 21 02:39:26.108 INFO E| Downloaded num_enum_derive v0.5.7 |
2523 | 2024-12-21T02:39:27.782Z | [ helios-setup] Dec 21 02:39:26.110 INFO E| Downloaded iana-time-zone v0.1.56 |
2524 | 2024-12-21T02:39:27.785Z | [ helios-setup] Dec 21 02:39:26.114 INFO E| Downloaded try-lock v0.2.4 |
2525 | 2024-12-21T02:39:27.788Z | [ helios-setup] Dec 21 02:39:26.115 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2526 | 2024-12-21T02:39:27.799Z | [ helios-setup] Dec 21 02:39:26.126 INFO E| Downloaded tower-service v0.3.2 |
2527 | 2024-12-21T02:39:27.801Z | [ helios-setup] Dec 21 02:39:26.127 INFO E| Downloaded paste v1.0.12 |
2528 | 2024-12-21T02:39:27.811Z | [ helios-setup] Dec 21 02:39:26.139 INFO E| Downloaded want v0.3.0 |
2529 | 2024-12-21T02:39:27.813Z | [ helios-setup] Dec 21 02:39:26.141 INFO E| Downloaded slog-async v2.7.0 |
2530 | 2024-12-21T02:39:27.830Z | [ helios-setup] Dec 21 02:39:26.157 INFO E| Downloaded semver-parser v0.10.2 |
2531 | 2024-12-21T02:39:27.832Z | [ helios-setup] Dec 21 02:39:26.160 INFO E| Downloaded slab v0.4.7 |
2532 | 2024-12-21T02:39:27.835Z | [ helios-setup] Dec 21 02:39:26.163 INFO E| Downloaded signal-hook-registry v1.4.0 |
2533 | 2024-12-21T02:39:27.838Z | [ helios-setup] Dec 21 02:39:26.164 INFO E| Downloaded ahash v0.8.3 |
2534 | 2024-12-21T02:39:27.861Z | [ helios-setup] Dec 21 02:39:26.190 INFO E| Downloaded sct v0.7.0 |
2535 | 2024-12-21T02:39:27.866Z | [ helios-setup] Dec 21 02:39:26.195 INFO E| Downloaded sha2 v0.10.6 |
2536 | 2024-12-21T02:39:27.870Z | [ helios-setup] Dec 21 02:39:26.198 INFO E| Downloaded log v0.4.17 |
2537 | 2024-12-21T02:39:27.873Z | [ helios-setup] Dec 21 02:39:26.202 INFO E| Downloaded tokio-macros v2.0.0 |
2538 | 2024-12-21T02:39:27.876Z | [ helios-setup] Dec 21 02:39:26.204 INFO E| Downloaded rustls-pemfile v1.0.2 |
2539 | 2024-12-21T02:39:27.879Z | [ helios-setup] Dec 21 02:39:26.207 INFO E| Downloaded parking_lot v0.12.1 |
2540 | 2024-12-21T02:39:27.882Z | [ helios-setup] Dec 21 02:39:26.210 INFO E| Downloaded tempfile v3.5.0 |
2541 | 2024-12-21T02:39:27.886Z | [ helios-setup] Dec 21 02:39:26.214 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2542 | 2024-12-21T02:39:27.890Z | [ helios-setup] Dec 21 02:39:26.218 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2543 | 2024-12-21T02:39:27.893Z | [ helios-setup] Dec 21 02:39:26.221 INFO E| Downloaded memchr v2.5.0 |
2544 | 2024-12-21T02:39:27.898Z | [ helios-setup] Dec 21 02:39:26.227 INFO E| Downloaded serde_derive_internals v0.26.0 |
2545 | 2024-12-21T02:39:27.900Z | [ helios-setup] Dec 21 02:39:26.229 INFO E| Downloaded semver v0.11.0 |
2546 | 2024-12-21T02:39:27.903Z | [ helios-setup] Dec 21 02:39:26.231 INFO E| Downloaded semver v1.0.17 |
2547 | 2024-12-21T02:39:27.924Z | [ helios-setup] Dec 21 02:39:26.250 INFO E| Downloaded serde_derive v1.0.204 |
2548 | 2024-12-21T02:39:27.926Z | [ helios-setup] Dec 21 02:39:26.255 INFO E| Downloaded socket2 v0.4.9 |
2549 | 2024-12-21T02:39:27.930Z | [ helios-setup] Dec 21 02:39:26.258 INFO E| Downloaded rayon-core v1.10.2 |
2550 | 2024-12-21T02:39:27.937Z | [ helios-setup] Dec 21 02:39:26.266 INFO E| Downloaded ucd-trie v0.1.5 |
2551 | 2024-12-21T02:39:27.940Z | [ helios-setup] Dec 21 02:39:26.269 INFO E| Downloaded crossbeam-channel v0.5.6 |
2552 | 2024-12-21T02:39:27.949Z | [ helios-setup] Dec 21 02:39:26.277 INFO E| Downloaded typenum v1.16.0 |
2553 | 2024-12-21T02:39:27.954Z | [ helios-setup] Dec 21 02:39:26.283 INFO E| Downloaded uuid v1.3.0 |
2554 | 2024-12-21T02:39:27.962Z | [ helios-setup] Dec 21 02:39:26.291 INFO E| Downloaded url v2.3.1 |
2555 | 2024-12-21T02:39:27.969Z | [ helios-setup] Dec 21 02:39:26.297 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2556 | 2024-12-21T02:39:27.976Z | [ helios-setup] Dec 21 02:39:26.304 INFO E| Downloaded rustls-webpki v0.100.1 |
2557 | 2024-12-21T02:39:27.989Z | [ helios-setup] Dec 21 02:39:26.316 INFO E| Downloaded unicode-linebreak v0.1.4 |
2558 | 2024-12-21T02:39:27.991Z | [ helios-setup] Dec 21 02:39:26.320 INFO E| Downloaded toml_edit v0.19.8 |
2559 | 2024-12-21T02:39:28.021Z | [ helios-setup] Dec 21 02:39:26.350 INFO E| Downloaded serde v1.0.204 |
2560 | 2024-12-21T02:39:28.027Z | [ helios-setup] Dec 21 02:39:26.355 INFO E| Downloaded unicode-normalization v0.1.22 |
2561 | 2024-12-21T02:39:28.033Z | [ helios-setup] Dec 21 02:39:26.361 INFO E| Downloaded h2 v0.3.16 |
2562 | 2024-12-21T02:39:28.043Z | [ helios-setup] Dec 21 02:39:26.372 INFO E| Downloaded winnow v0.4.1 |
2563 | 2024-12-21T02:39:28.059Z | [ helios-setup] Dec 21 02:39:26.387 INFO E| Downloaded reqwest v0.11.16 |
2564 | 2024-12-21T02:39:28.072Z | [ helios-setup] Dec 21 02:39:26.400 INFO E| Downloaded hyper v0.14.25 |
2565 | 2024-12-21T02:39:28.087Z | [ helios-setup] Dec 21 02:39:26.415 INFO E| Downloaded git2 v0.16.1 |
2566 | 2024-12-21T02:39:28.102Z | [ helios-setup] Dec 21 02:39:26.429 INFO E| Downloaded regress v0.5.0 |
2567 | 2024-12-21T02:39:28.114Z | [ helios-setup] Dec 21 02:39:26.442 INFO E| Downloaded regex v1.7.3 |
2568 | 2024-12-21T02:39:28.130Z | [ helios-setup] Dec 21 02:39:26.458 INFO E| Downloaded syn v1.0.107 |
2569 | 2024-12-21T02:39:28.148Z | [ helios-setup] Dec 21 02:39:26.476 INFO E| Downloaded rustls v0.21.0 |
2570 | 2024-12-21T02:39:28.168Z | [ helios-setup] Dec 21 02:39:26.496 INFO E| Downloaded syn v2.0.72 |
2571 | 2024-12-21T02:39:28.188Z | [ helios-setup] Dec 21 02:39:26.515 INFO E| Downloaded rustix v0.37.3 |
2572 | 2024-12-21T02:39:28.219Z | [ helios-setup] Dec 21 02:39:26.547 INFO E| Downloaded rhai v1.14.0 |
2573 | 2024-12-21T02:39:28.240Z | [ helios-setup] Dec 21 02:39:26.568 INFO E| Downloaded rayon v1.6.1 |
2574 | 2024-12-21T02:39:28.255Z | [ helios-setup] Dec 21 02:39:26.583 INFO E| Downloaded openapiv3 v1.0.2 |
2575 | 2024-12-21T02:39:28.277Z | [ helios-setup] Dec 21 02:39:26.605 INFO E| Downloaded futures-util v0.3.28 |
2576 | 2024-12-21T02:39:28.297Z | [ helios-setup] Dec 21 02:39:26.626 INFO E| Downloaded chrono v0.4.24 |
2577 | 2024-12-21T02:39:28.310Z | [ helios-setup] Dec 21 02:39:26.638 INFO E| Downloaded clap_builder v4.2.1 |
2578 | 2024-12-21T02:39:28.321Z | [ helios-setup] Dec 21 02:39:26.649 INFO E| Downloaded tokio-util v0.7.7 |
2579 | 2024-12-21T02:39:28.332Z | [ helios-setup] Dec 21 02:39:26.660 INFO E| Downloaded serde_json v1.0.95 |
2580 | 2024-12-21T02:39:28.345Z | [ helios-setup] Dec 21 02:39:26.674 INFO E| Downloaded tracing v0.1.37 |
2581 | 2024-12-21T02:39:28.352Z | [ helios-setup] Dec 21 02:39:26.681 INFO E| Downloaded smallvec v1.10.0 |
2582 | 2024-12-21T02:39:28.357Z | [ helios-setup] Dec 21 02:39:26.684 INFO E| Downloaded pest v2.5.7 |
2583 | 2024-12-21T02:39:28.365Z | [ helios-setup] Dec 21 02:39:26.693 INFO E| Downloaded unicode-bidi v0.3.13 |
2584 | 2024-12-21T02:39:28.369Z | [ helios-setup] Dec 21 02:39:26.697 INFO E| Downloaded tracing-core v0.1.30 |
2585 | 2024-12-21T02:39:28.373Z | [ helios-setup] Dec 21 02:39:26.702 INFO E| Downloaded textwrap v0.16.0 |
2586 | 2024-12-21T02:39:28.377Z | [ helios-setup] Dec 21 02:39:26.706 INFO E| Downloaded toml v0.7.3 |
2587 | 2024-12-21T02:39:28.383Z | [ helios-setup] Dec 21 02:39:26.712 INFO E| Downloaded tinyvec v1.6.0 |
2588 | 2024-12-21T02:39:28.389Z | [ helios-setup] Dec 21 02:39:26.718 INFO E| Downloaded mio v0.8.5 |
2589 | 2024-12-21T02:39:28.398Z | [ helios-setup] Dec 21 02:39:26.727 INFO E| Downloaded http v0.2.9 |
2590 | 2024-12-21T02:39:28.405Z | [ helios-setup] Dec 21 02:39:26.733 INFO E| Downloaded tungstenite v0.18.0 |
2591 | 2024-12-21T02:39:28.410Z | [ helios-setup] Dec 21 02:39:26.738 INFO E| Downloaded tokio v1.27.0 |
2592 | 2024-12-21T02:39:28.465Z | [ helios-setup] Dec 21 02:39:26.793 INFO E| Downloaded libc v0.2.139 |
2593 | 2024-12-21T02:39:28.505Z | [ helios-setup] Dec 21 02:39:26.833 INFO E| Downloaded toml v0.5.11 |
2594 | 2024-12-21T02:39:28.509Z | [ helios-setup] Dec 21 02:39:26.837 INFO E| Downloaded schemars v0.8.12 |
2595 | 2024-12-21T02:39:28.528Z | [ helios-setup] Dec 21 02:39:26.856 INFO E| Downloaded smartstring v1.0.1 |
2596 | 2024-12-21T02:39:28.531Z | [ helios-setup] Dec 21 02:39:26.859 INFO E| Downloaded serde_yaml v0.9.21 |
2597 | 2024-12-21T02:39:28.537Z | [ helios-setup] Dec 21 02:39:26.865 INFO E| Downloaded unicode-ident v1.0.8 |
2598 | 2024-12-21T02:39:28.542Z | [ helios-setup] Dec 21 02:39:26.870 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2599 | 2024-12-21T02:39:28.546Z | [ helios-setup] Dec 21 02:39:26.874 INFO E| Downloaded thiserror-impl v1.0.38 |
2600 | 2024-12-21T02:39:28.548Z | [ helios-setup] Dec 21 02:39:26.876 INFO E| Downloaded ryu v1.0.13 |
2601 | 2024-12-21T02:39:28.553Z | [ helios-setup] Dec 21 02:39:26.881 INFO E| Downloaded tokio-rustls v0.24.0 |
2602 | 2024-12-21T02:39:28.557Z | [ helios-setup] Dec 21 02:39:26.885 INFO E| Downloaded time v0.1.45 |
2603 | 2024-12-21T02:39:28.561Z | [ helios-setup] Dec 21 02:39:26.888 INFO E| Downloaded bytes v1.4.0 |
2604 | 2024-12-21T02:39:28.566Z | [ helios-setup] Dec 21 02:39:26.895 INFO E| Downloaded cc v1.0.78 |
2605 | 2024-12-21T02:39:28.571Z | [ helios-setup] Dec 21 02:39:26.899 INFO E| Downloaded async-trait v0.1.68 |
2606 | 2024-12-21T02:39:28.577Z | [ helios-setup] Dec 21 02:39:26.905 INFO E| Downloaded crossbeam-utils v0.8.14 |
2607 | 2024-12-21T02:39:28.582Z | [ helios-setup] Dec 21 02:39:26.910 INFO E| Downloaded thiserror v1.0.38 |
2608 | 2024-12-21T02:39:28.590Z | [ helios-setup] Dec 21 02:39:26.918 INFO E| Downloaded clap v4.2.1 |
2609 | 2024-12-21T02:39:28.604Z | [ helios-setup] Dec 21 02:39:26.932 INFO E| Downloaded base64 v0.21.0 |
2610 | 2024-12-21T02:39:28.610Z | [ helios-setup] Dec 21 02:39:26.938 INFO E| Downloaded anyhow v1.0.68 |
2611 | 2024-12-21T02:39:28.616Z | [ helios-setup] Dec 21 02:39:26.944 INFO E| Downloaded schemars_derive v0.8.12 |
2612 | 2024-12-21T02:39:28.619Z | [ helios-setup] Dec 21 02:39:26.947 INFO E| Downloaded terminal_size v0.2.6 |
2613 | 2024-12-21T02:39:28.622Z | [ helios-setup] Dec 21 02:39:26.949 INFO E| Downloaded rhai_codegen v1.5.0 |
2614 | 2024-12-21T02:39:28.636Z | [ helios-setup] Dec 21 02:39:26.964 INFO E| Downloaded proc-macro2 v1.0.86 |
2615 | 2024-12-21T02:39:28.640Z | [ helios-setup] Dec 21 02:39:26.968 INFO E| Downloaded pin-project-lite v0.2.9 |
2616 | 2024-12-21T02:39:28.648Z | [ helios-setup] Dec 21 02:39:26.976 INFO E| Downloaded num-traits v0.2.15 |
2617 | 2024-12-21T02:39:28.652Z | [ helios-setup] Dec 21 02:39:26.980 INFO E| Downloaded httparse v1.8.0 |
2618 | 2024-12-21T02:39:28.655Z | [ helios-setup] Dec 21 02:39:26.984 INFO E| Downloaded futures v0.3.28 |
2619 | 2024-12-21T02:39:28.664Z | [ helios-setup] Dec 21 02:39:26.992 INFO E| Downloaded clap_derive v4.2.0 |
2620 | 2024-12-21T02:39:28.667Z | [ helios-setup] Dec 21 02:39:26.995 INFO E| Downloaded serde_tokenstream v0.2.0 |
2621 | 2024-12-21T02:39:28.673Z | [ helios-setup] Dec 21 02:39:27.001 INFO E| Downloaded anstyle-parse v0.1.1 |
2622 | 2024-12-21T02:39:28.676Z | [ helios-setup] Dec 21 02:39:27.004 INFO E| Downloaded scopeguard v1.1.0 |
2623 | 2024-12-21T02:39:28.679Z | [ helios-setup] Dec 21 02:39:27.006 INFO E| Downloaded walkdir v2.3.3 |
2624 | 2024-12-21T02:39:28.681Z | [ helios-setup] Dec 21 02:39:27.009 INFO E| Downloaded utf8parse v0.2.1 |
2625 | 2024-12-21T02:39:28.684Z | [ helios-setup] Dec 21 02:39:27.013 INFO E| Downloaded toml_datetime v0.6.1 |
2626 | 2024-12-21T02:39:28.687Z | [ helios-setup] Dec 21 02:39:27.014 INFO E| Downloaded strsim v0.10.0 |
2627 | 2024-12-21T02:39:28.689Z | [ helios-setup] Dec 21 02:39:27.016 INFO E| Downloaded smawk v0.3.1 |
2628 | 2024-12-21T02:39:28.692Z | [ helios-setup] Dec 21 02:39:27.019 INFO E| Downloaded sha1 v0.10.5 |
2629 | 2024-12-21T02:39:28.694Z | [ helios-setup] Dec 21 02:39:27.022 INFO E| Downloaded serde_spanned v0.6.1 |
2630 | 2024-12-21T02:39:28.697Z | [ helios-setup] Dec 21 02:39:27.023 INFO E| Downloaded quote v1.0.36 |
2631 | 2024-12-21T02:39:28.700Z | [ helios-setup] Dec 21 02:39:27.028 INFO E| Downloaded proc-macro-crate v1.2.1 |
2632 | 2024-12-21T02:39:28.702Z | [ helios-setup] Dec 21 02:39:27.030 INFO E| Downloaded percent-encoding v2.2.0 |
2633 | 2024-12-21T02:39:28.704Z | [ helios-setup] Dec 21 02:39:27.032 INFO E| Downloaded once_cell v1.17.0 |
2634 | 2024-12-21T02:39:28.707Z | [ helios-setup] Dec 21 02:39:27.036 INFO E| Downloaded io-lifetimes v1.0.10 |
2635 | 2024-12-21T02:39:28.712Z | [ helios-setup] Dec 21 02:39:27.040 INFO E| Downloaded getrandom v0.2.8 |
2636 | 2024-12-21T02:39:28.717Z | [ helios-setup] Dec 21 02:39:27.045 INFO E| Downloaded parking_lot_core v0.9.6 |
2637 | 2024-12-21T02:39:28.720Z | [ helios-setup] Dec 21 02:39:27.049 INFO E| Downloaded num_enum v0.5.7 |
2638 | 2024-12-21T02:39:28.727Z | [ helios-setup] Dec 21 02:39:27.056 INFO E| Downloaded ipnet v2.7.2 |
2639 | 2024-12-21T02:39:28.730Z | [ helios-setup] Dec 21 02:39:27.059 INFO E| Downloaded encoding_rs v0.8.32 |
2640 | 2024-12-21T02:39:28.766Z | [ helios-setup] Dec 21 02:39:27.094 INFO E| Downloaded httpdate v1.0.2 |
2641 | 2024-12-21T02:39:28.769Z | [ helios-setup] Dec 21 02:39:27.096 INFO E| Downloaded camino v1.1.4 |
2642 | 2024-12-21T02:39:28.773Z | [ helios-setup] Dec 21 02:39:27.099 INFO E| Downloaded bincode v1.3.3 |
2643 | 2024-12-21T02:39:28.776Z | [ helios-setup] Dec 21 02:39:27.103 INFO E| Downloaded ahash v0.7.6 |
2644 | 2024-12-21T02:39:28.779Z | [ helios-setup] Dec 21 02:39:27.107 INFO E| Downloaded slog-bunyan v2.4.0 |
2645 | 2024-12-21T02:39:28.782Z | [ helios-setup] Dec 21 02:39:27.110 INFO E| Downloaded serde_path_to_error v0.1.11 |
2646 | 2024-12-21T02:39:28.784Z | [ helios-setup] Dec 21 02:39:27.113 INFO E| Downloaded lock_api v0.4.9 |
2647 | 2024-12-21T02:39:28.787Z | [ helios-setup] Dec 21 02:39:27.115 INFO E| Downloaded cargo-lock v8.0.3 |
2648 | 2024-12-21T02:39:28.791Z | [ helios-setup] Dec 21 02:39:27.119 INFO E| Downloaded futures-channel v0.3.28 |
2649 | 2024-12-21T02:39:28.794Z | [ helios-setup] Dec 21 02:39:27.122 INFO E| Downloaded num_cpus v1.15.0 |
2650 | 2024-12-21T02:39:28.798Z | [ helios-setup] Dec 21 02:39:27.126 INFO E| Downloaded home v0.5.4 |
2651 | 2024-12-21T02:39:28.800Z | [ helios-setup] Dec 21 02:39:27.127 INFO E| Downloaded crossbeam-deque v0.8.2 |
2652 | 2024-12-21T02:39:28.804Z | [ helios-setup] Dec 21 02:39:27.130 INFO E| Downloaded itoa v1.0.6 |
2653 | 2024-12-21T02:39:28.806Z | [ helios-setup] Dec 21 02:39:27.133 INFO E| Downloaded futures-sink v0.3.28 |
2654 | 2024-12-21T02:39:28.806Z | [ helios-setup] Dec 21 02:39:27.134 INFO E| Downloaded futures-macro v0.3.28 |
2655 | 2024-12-21T02:39:28.809Z | [ helios-setup] Dec 21 02:39:27.136 INFO E| Downloaded errno v0.3.1 |
2656 | 2024-12-21T02:39:28.812Z | [ helios-setup] Dec 21 02:39:27.138 INFO E| Downloaded http-body v0.4.5 |
2657 | 2024-12-21T02:39:28.814Z | [ helios-setup] Dec 21 02:39:27.140 INFO E| Downloaded clap_lex v0.4.1 |
2658 | 2024-12-21T02:39:28.814Z | [ helios-setup] Dec 21 02:39:27.142 INFO E| Downloaded built v0.6.0 |
2659 | 2024-12-21T02:39:28.820Z | [ helios-setup] Dec 21 02:39:27.148 INFO E| Downloaded futures-task v0.3.28 |
2660 | 2024-12-21T02:39:29.826Z | [ helios-setup] Dec 21 02:39:27.150 INFO E| Downloaded futures-executor v0.3.28 |
2661 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.154 INFO E| Downloaded dyn-clone v1.0.11 |
2662 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.156 INFO E| Downloaded autocfg v1.1.0 |
2663 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.158 INFO E| Downloaded memoffset v0.7.1 |
2664 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.160 INFO E| Downloaded concolor-query v0.3.3 |
2665 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.162 INFO E| Downloaded digest v0.10.6 |
2666 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.164 INFO E| Downloaded anstyle v0.3.5 |
2667 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.166 INFO E| Downloaded anstream v0.2.6 |
2668 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.169 INFO E| Downloaded byteorder v1.4.3 |
2669 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.180 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2670 | 2024-12-21T02:39:29.828Z | [ helios-setup] Dec 21 02:39:27.389 INFO E| Downloaded libz-sys v1.1.8 |
2671 | 2024-12-21T02:39:29.829Z | [ helios-setup] Dec 21 02:39:27.791 INFO E| Downloaded ring v0.16.20 |
2672 | 2024-12-21T02:39:29.842Z | [ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling proc-macro2 v1.0.86 |
2673 | 2024-12-21T02:39:29.843Z | [ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling libc v0.2.139 |
2674 | 2024-12-21T02:39:29.845Z | [ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling unicode-ident v1.0.8 |
2675 | 2024-12-21T02:39:29.845Z | [ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling autocfg v1.1.0 |
2676 | 2024-12-21T02:39:29.845Z | [ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling cfg-if v1.0.0 |
2677 | 2024-12-21T02:39:29.845Z | [ helios-setup] Dec 21 02:39:28.170 INFO E| Compiling version_check v0.9.4 |
2678 | 2024-12-21T02:39:29.846Z | [ helios-setup] Dec 21 02:39:28.171 INFO E| Compiling serde v1.0.204 |
2679 | 2024-12-21T02:39:29.846Z | [ helios-setup] Dec 21 02:39:28.171 INFO E| Compiling syn v1.0.107 |
2680 | 2024-12-21T02:39:30.555Z | [ helios-setup] Dec 21 02:39:28.882 INFO E| Compiling memchr v2.5.0 |
2681 | 2024-12-21T02:39:31.248Z | [ helios-setup] Dec 21 02:39:29.576 INFO E| Compiling once_cell v1.17.0 |
2682 | 2024-12-21T02:39:31.487Z | [ helios-setup] Dec 21 02:39:29.814 INFO E| Compiling thiserror v1.0.38 |
2683 | 2024-12-21T02:39:31.646Z | [ helios-setup] Dec 21 02:39:29.973 INFO E| Compiling log v0.4.17 |
2684 | 2024-12-21T02:39:32.232Z | [ helios-setup] Dec 21 02:39:30.559 INFO E| Compiling itoa v1.0.6 |
2685 | 2024-12-21T02:39:32.452Z | [ helios-setup] Dec 21 02:39:30.779 INFO E| Compiling serde_json v1.0.95 |
2686 | 2024-12-21T02:39:33.551Z | [ helios-setup] Dec 21 02:39:31.878 INFO E| Compiling quote v1.0.36 |
2687 | 2024-12-21T02:39:33.990Z | [ helios-setup] Dec 21 02:39:32.317 INFO E| Compiling jobserver v0.1.26 |
2688 | 2024-12-21T02:39:34.076Z | [ helios-setup] Dec 21 02:39:32.403 INFO E| Compiling getrandom v0.2.8 |
2689 | 2024-12-21T02:39:34.537Z | [ helios-setup] Dec 21 02:39:32.864 INFO E| Compiling syn v2.0.72 |
2690 | 2024-12-21T02:39:34.881Z | [ helios-setup] Dec 21 02:39:33.208 INFO E| Compiling cc v1.0.78 |
2691 | 2024-12-21T02:39:34.881Z | [ helios-setup] Dec 21 02:39:33.208 INFO E| Compiling indexmap v1.9.3 |
2692 | 2024-12-21T02:39:35.017Z | [ helios-setup] Dec 21 02:39:33.343 INFO E| Compiling pin-project-lite v0.2.9 |
2693 | 2024-12-21T02:39:35.138Z | [ helios-setup] Dec 21 02:39:33.449 INFO E| Compiling scopeguard v1.1.0 |
2694 | 2024-12-21T02:39:35.590Z | [ helios-setup] Dec 21 02:39:33.916 INFO E| Compiling num-integer v0.1.45 |
2695 | 2024-12-21T02:39:35.796Z | [ helios-setup] Dec 21 02:39:34.122 INFO E| Compiling bytes v1.4.0 |
2696 | 2024-12-21T02:39:35.909Z | [ helios-setup] Dec 21 02:39:34.235 INFO E| Compiling futures-core v0.3.28 |
2697 | 2024-12-21T02:39:36.680Z | [ helios-setup] Dec 21 02:39:35.006 INFO E| Compiling ryu v1.0.13 |
2698 | 2024-12-21T02:39:37.829Z | [ helios-setup] Dec 21 02:39:36.155 INFO E| Compiling lock_api v0.4.9 |
2699 | 2024-12-21T02:39:37.928Z | [ helios-setup] Dec 21 02:39:36.254 INFO E| Compiling typenum v1.16.0 |
2700 | 2024-12-21T02:39:38.002Z | [ helios-setup] Dec 21 02:39:36.327 INFO E| Compiling bitflags v1.3.2 |
2701 | 2024-12-21T02:39:38.470Z | [ helios-setup] Dec 21 02:39:36.795 INFO E| Compiling parking_lot_core v0.9.6 |
2702 | 2024-12-21T02:39:39.035Z | [ helios-setup] Dec 21 02:39:37.359 INFO E| Compiling num_cpus v1.15.0 |
2703 | 2024-12-21T02:39:39.067Z | [ helios-setup] Dec 21 02:39:37.393 INFO E| Compiling generic-array v0.14.6 |
2704 | 2024-12-21T02:39:39.158Z | [ helios-setup] Dec 21 02:39:37.483 INFO E| Compiling slab v0.4.7 |
2705 | 2024-12-21T02:39:39.531Z | [ helios-setup] Dec 21 02:39:37.857 INFO E| Compiling futures-sink v0.3.28 |
2706 | 2024-12-21T02:39:39.783Z | [ helios-setup] Dec 21 02:39:38.109 INFO E| Compiling futures-channel v0.3.28 |
2707 | 2024-12-21T02:39:39.847Z | [ helios-setup] Dec 21 02:39:38.172 INFO E| Compiling futures-task v0.3.28 |
2708 | 2024-12-21T02:39:40.431Z | [ helios-setup] Dec 21 02:39:38.757 INFO E| Compiling tokio v1.27.0 |
2709 | 2024-12-21T02:39:40.902Z | [ helios-setup] Dec 21 02:39:39.227 INFO E| Compiling futures-util v0.3.28 |
2710 | 2024-12-21T02:39:41.218Z | [ helios-setup] Dec 21 02:39:39.542 INFO E| Compiling schemars v0.8.12 |
2711 | 2024-12-21T02:39:41.940Z | [ helios-setup] Dec 21 02:39:40.265 INFO E| Compiling mio v0.8.5 |
2712 | 2024-12-21T02:39:42.257Z | [ helios-setup] Dec 21 02:39:40.582 INFO E| Compiling signal-hook-registry v1.4.0 |
2713 | 2024-12-21T02:39:42.418Z | [ helios-setup] Dec 21 02:39:40.743 INFO E| Compiling socket2 v0.4.9 |
2714 | 2024-12-21T02:39:42.747Z | [ helios-setup] Dec 21 02:39:41.072 INFO E| Compiling ahash v0.7.6 |
2715 | 2024-12-21T02:39:42.956Z | [ helios-setup] Dec 21 02:39:41.281 INFO E| Compiling num-traits v0.2.15 |
2716 | 2024-12-21T02:39:43.544Z | [ helios-setup] Dec 21 02:39:41.869 INFO E| Compiling crunchy v0.2.2 |
2717 | 2024-12-21T02:39:44.108Z | [ helios-setup] Dec 21 02:39:42.432 INFO E| Compiling io-lifetimes v1.0.10 |
2718 | 2024-12-21T02:39:44.541Z | [ host-package] Compiling half v2.4.1 |
2719 | 2024-12-21T02:39:44.607Z | [ helios-setup] Dec 21 02:39:42.922 INFO E| Compiling futures-io v0.3.28 |
2720 | 2024-12-21T02:39:44.906Z | [ host-package] Compiling ciborium-io v0.2.2 |
2721 | 2024-12-21T02:39:45.292Z | [ helios-setup] Dec 21 02:39:43.616 INFO E| Compiling pin-utils v0.1.0 |
2722 | 2024-12-21T02:39:45.317Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2723 | 2024-12-21T02:39:45.888Z | [ helios-setup] Dec 21 02:39:44.212 INFO E| Compiling ahash v0.8.3 |
2724 | 2024-12-21T02:39:45.891Z | [ helios-setup] Dec 21 02:39:44.213 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2725 | 2024-12-21T02:39:45.951Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2726 | 2024-12-21T02:39:46.404Z | [ helios-setup] Dec 21 02:39:44.727 INFO E| Compiling serde_derive_internals v0.26.0 |
2727 | 2024-12-21T02:39:46.551Z | [ helios-setup] Dec 21 02:39:44.875 INFO E| Compiling rustix v0.37.3 |
2728 | 2024-12-21T02:39:46.758Z | [ helios-setup] Dec 21 02:39:45.082 INFO E| Compiling hashbrown v0.12.3 |
2729 | 2024-12-21T02:39:46.948Z | [ host-package] Compiling ciborium v0.2.2 |
2730 | 2024-12-21T02:39:47.521Z | [ host-package] Compiling fastrand v2.1.1 |
2731 | 2024-12-21T02:39:47.657Z | [ helios-setup] Dec 21 02:39:45.980 INFO E| Compiling tiny-keccak v2.0.2 |
2732 | 2024-12-21T02:39:48.037Z | [ host-package] Compiling same-file v1.0.6 |
2733 | 2024-12-21T02:39:48.584Z | [ host-package] Compiling display-error-chain v0.2.2 |
2734 | 2024-12-21T02:39:48.655Z | [ host-package] Compiling walkdir v2.5.0 |
2735 | 2024-12-21T02:39:48.802Z | [ helios-setup] Dec 21 02:39:47.125 INFO E| Compiling block-buffer v0.10.3 |
2736 | 2024-12-21T02:39:48.804Z | [ helios-setup] Dec 21 02:39:47.125 INFO E| Compiling crypto-common v0.1.6 |
2737 | 2024-12-21T02:39:49.199Z | [ host-package] Compiling tempfile v3.13.0 |
2738 | 2024-12-21T02:39:49.588Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2739 | 2024-12-21T02:39:49.914Z | [ helios-setup] Dec 21 02:39:48.237 INFO E| Compiling errno v0.3.1 |
2740 | 2024-12-21T02:39:50.106Z | [ host-package] Compiling blake3 v1.5.4 |
2741 | 2024-12-21T02:39:50.350Z | [ helios-setup] Dec 21 02:39:48.673 INFO E| Compiling crossbeam-utils v0.8.14 |
2742 | 2024-12-21T02:39:50.408Z | [ helios-setup] Dec 21 02:39:48.721 INFO E| Compiling slog v2.7.0 |
2743 | 2024-12-21T02:39:50.449Z | [ helios-setup] Dec 21 02:39:48.772 INFO E| Compiling fnv v1.0.7 |
2744 | 2024-12-21T02:39:50.747Z | [ helios-setup] Dec 21 02:39:49.069 INFO E| Compiling pkg-config v0.3.26 |
2745 | 2024-12-21T02:39:50.851Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2746 | 2024-12-21T02:39:50.933Z | [ helios-setup] Dec 21 02:39:49.255 INFO E| Compiling http v0.2.9 |
2747 | 2024-12-21T02:39:51.055Z | [ host-package] Compiling xattr v1.3.1 |
2748 | 2024-12-21T02:39:51.401Z | [ host-package] Compiling memmap2 v0.9.5 |
2749 | 2024-12-21T02:39:51.827Z | [ host-package] Compiling filetime v0.2.25 |
2750 | 2024-12-21T02:39:52.151Z | [ host-package] Compiling keccak v0.1.5 |
2751 | 2024-12-21T02:39:52.553Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2752 | 2024-12-21T02:39:52.966Z | [ host-package] Compiling arrayref v0.3.9 |
2753 | 2024-12-21T02:39:53.063Z | [ helios-setup] Dec 21 02:39:51.383 INFO E| Compiling digest v0.10.6 |
2754 | 2024-12-21T02:39:53.457Z | [ host-package] Compiling arrayvec v0.7.6 |
2755 | 2024-12-21T02:39:54.002Z | [ helios-setup] Dec 21 02:39:52.324 INFO E| Compiling aho-corasick v0.7.20 |
2756 | 2024-12-21T02:39:54.035Z | [ host-package] Compiling sha3 v0.10.8 |
2757 | 2024-12-21T02:39:54.548Z | [ helios-setup] Dec 21 02:39:52.870 INFO E| Compiling anyhow v1.0.68 |
2758 | 2024-12-21T02:39:54.816Z | [ helios-setup] Dec 21 02:39:53.138 INFO E| Compiling httparse v1.8.0 |
2759 | 2024-12-21T02:39:55.870Z | [ helios-setup] Dec 21 02:39:54.191 INFO E| Compiling unicode-width v0.1.10 |
2760 | 2024-12-21T02:39:55.931Z | [ helios-setup] Dec 21 02:39:54.253 INFO E| Compiling heck v0.4.1 |
2761 | 2024-12-21T02:39:55.990Z | [ helios-setup] Dec 21 02:39:54.312 INFO E| Compiling thiserror-impl v1.0.38 |
2762 | 2024-12-21T02:39:56.261Z | [ host-package] Compiling tar v0.4.42 |
2763 | 2024-12-21T02:39:56.495Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2764 | 2024-12-21T02:39:56.758Z | [ helios-setup] Dec 21 02:39:55.079 INFO E| Compiling schemars_derive v0.8.12 |
2765 | 2024-12-21T02:39:56.782Z | [ host-package] Compiling toolchain_find v0.4.0 |
2766 | 2024-12-21T02:39:56.876Z | [ helios-setup] Dec 21 02:39:55.198 INFO E| Compiling percent-encoding v2.2.0 |
2767 | 2024-12-21T02:39:56.946Z | [ helios-setup] Dec 21 02:39:55.268 INFO E| Compiling serde_derive v1.0.204 |
2768 | 2024-12-21T02:39:57.022Z | [ helios-setup] Dec 21 02:39:55.344 INFO E| Compiling tokio-macros v2.0.0 |
2769 | 2024-12-21T02:39:57.239Z | [ helios-setup] Dec 21 02:39:55.561 INFO E| Compiling futures-macro v0.3.28 |
2770 | 2024-12-21T02:39:57.260Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2771 | 2024-12-21T02:39:57.631Z | [ host-package] Compiling crunchy v0.2.2 |
2772 | 2024-12-21T02:39:57.727Z | [ host-package] Compiling maplit v1.0.2 |
2773 | 2024-12-21T02:39:57.918Z | [ helios-setup] Dec 21 02:39:56.239 INFO E| Compiling tinyvec_macros v0.1.1 |
2774 | 2024-12-21T02:39:57.976Z | [ host-package] Compiling topological-sort v0.2.2 |
2775 | 2024-12-21T02:39:58.187Z | [ helios-setup] Dec 21 02:39:56.508 INFO E| Compiling cpufeatures v0.2.5 |
2776 | 2024-12-21T02:39:58.261Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2777 | 2024-12-21T02:39:58.284Z | [ helios-setup] Dec 21 02:39:56.605 INFO E| Compiling regex-syntax v0.6.29 |
2778 | 2024-12-21T02:39:58.598Z | [ helios-setup] Dec 21 02:39:56.915 INFO E| Compiling tinyvec v1.6.0 |
2779 | 2024-12-21T02:39:58.686Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2780 | 2024-12-21T02:39:58.980Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2781 | 2024-12-21T02:39:59.238Z | [ host-package] Compiling omicron-zone-package v0.12.0 |
2782 | 2024-12-21T02:39:59.337Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2783 | 2024-12-21T02:39:59.717Z | [ host-package] Compiling phf_generator v0.11.2 |
2784 | 2024-12-21T02:39:59.734Z | [ helios-setup] Dec 21 02:39:58.055 INFO E| Compiling form_urlencoded v1.1.0 |
2785 | 2024-12-21T02:39:59.944Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2786 | 2024-12-21T02:40:00.603Z | [ host-package] Compiling secrecy v0.8.0 |
2787 | 2024-12-21T02:40:00.677Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2788 | 2024-12-21T02:40:00.754Z | [ helios-setup] Dec 21 02:39:59.074 INFO E| Compiling const-random-macro v0.1.15 |
2789 | 2024-12-21T02:40:00.960Z | [ host-package] Compiling const_format v0.2.33 |
2790 | 2024-12-21T02:40:01.696Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2791 | 2024-12-21T02:40:01.711Z | [ host-package] Compiling arc-swap v1.7.1 |
2792 | 2024-12-21T02:40:02.204Z | [ host-package] Compiling phf_codegen v0.11.2 |
2793 | 2024-12-21T02:40:02.292Z | [ host-package] Compiling diesel_derives v2.2.3 |
2794 | 2024-12-21T02:40:02.333Z | [ helios-setup] Dec 21 02:40:00.653 INFO E| Compiling hashbrown v0.13.2 |
2795 | 2024-12-21T02:40:02.640Z | [ host-package] Compiling slog-scope v4.4.0 |
2796 | 2024-12-21T02:40:02.835Z | [ host-package] Compiling r2d2 v0.8.10 |
2797 | 2024-12-21T02:40:02.884Z | [ helios-setup] Dec 21 02:40:01.204 INFO E| Compiling libz-sys v1.1.8 |
2798 | 2024-12-21T02:40:03.113Z | [ helios-setup] Dec 21 02:40:01.433 INFO E| Compiling chrono v0.4.24 |
2799 | 2024-12-21T02:40:03.458Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2800 | 2024-12-21T02:40:03.866Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2801 | 2024-12-21T02:40:03.902Z | [ host-package] Compiling universal-hash v0.5.1 |
2802 | 2024-12-21T02:40:04.349Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2803 | 2024-12-21T02:40:04.604Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2804 | 2024-12-21T02:40:04.841Z | [ host-package] Compiling ena v0.14.3 |
2805 | 2024-12-21T02:40:04.919Z | [ helios-setup] Dec 21 02:40:03.238 INFO E| Compiling regex v1.7.3 |
2806 | 2024-12-21T02:40:05.902Z | [ host-package] Compiling opaque-debug v0.3.1 |
2807 | 2024-12-21T02:40:06.266Z | [ host-package] Compiling diff v0.1.13 |
2808 | 2024-12-21T02:40:06.557Z | [ helios-setup] Dec 21 02:40:04.877 INFO E| Compiling uuid v1.3.0 |
2809 | 2024-12-21T02:40:07.128Z | [ helios-setup] Dec 21 02:40:05.447 INFO E| Compiling dyn-clone v1.0.11 |
2810 | 2024-12-21T02:40:07.185Z | [ host-package] Compiling regex-syntax v0.6.29 |
2811 | 2024-12-21T02:40:07.786Z | [ host-package] Compiling poly1305 v0.8.0 |
2812 | 2024-12-21T02:40:07.840Z | [ helios-setup] Dec 21 02:40:06.158 INFO E| Compiling regress v0.5.0 |
2813 | 2024-12-21T02:40:07.930Z | [ helios-setup] Dec 21 02:40:06.249 INFO E| Compiling unicode-normalization v0.1.22 |
2814 | 2024-12-21T02:40:08.100Z | [ helios-setup] Dec 21 02:40:06.416 INFO E| Compiling const-random v0.1.15 |
2815 | 2024-12-21T02:40:09.587Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2816 | 2024-12-21T02:40:09.887Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2817 | 2024-12-21T02:40:10.401Z | [ helios-setup] Dec 21 02:40:08.719 INFO E| Compiling getopts v0.2.21 |
2818 | 2024-12-21T02:40:10.571Z | [ helios-setup] Dec 21 02:40:08.890 INFO E| Compiling tracing-core v0.1.30 |
2819 | 2024-12-21T02:40:10.649Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2820 | 2024-12-21T02:40:10.861Z | [ helios-setup] Dec 21 02:40:09.179 INFO E| Compiling memoffset v0.7.1 |
2821 | 2024-12-21T02:40:10.980Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2822 | 2024-12-21T02:40:11.833Z | [ helios-setup] Dec 21 02:40:10.151 INFO E| Compiling powerfmt v0.2.0 |
2823 | 2024-12-21T02:40:12.426Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2824 | 2024-12-21T02:40:13.106Z | [ helios-setup] Dec 21 02:40:11.424 INFO E| Compiling time-core v0.1.2 |
2825 | 2024-12-21T02:40:13.337Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2826 | 2024-12-21T02:40:13.629Z | [ helios-setup] Dec 21 02:40:11.946 INFO E| Compiling ucd-trie v0.1.5 |
2827 | 2024-12-21T02:40:14.030Z | [ host-package] Compiling lalrpop v0.19.12 |
2828 | 2024-12-21T02:40:14.695Z | [ helios-setup] Dec 21 02:40:13.012 INFO E| Compiling num-conv v0.1.0 |
2829 | 2024-12-21T02:40:14.815Z | [ helios-setup] Dec 21 02:40:13.122 INFO E| Compiling unicode-bidi v0.3.13 |
2830 | 2024-12-21T02:40:15.008Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2831 | 2024-12-21T02:40:15.423Z | [ helios-setup] Dec 21 02:40:13.740 INFO E| Compiling time-macros v0.2.18 |
2832 | 2024-12-21T02:40:15.810Z | [ host-package] Compiling chacha20 v0.9.1 |
2833 | 2024-12-21T02:40:15.986Z | [ helios-setup] Dec 21 02:40:14.303 INFO E| Compiling idna v0.3.0 |
2834 | 2024-12-21T02:40:16.900Z | [ host-package] Compiling aead v0.5.2 |
2835 | 2024-12-21T02:40:17.766Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2836 | 2024-12-21T02:40:17.968Z | [ host-package] Compiling ref-cast v1.0.23 |
2837 | 2024-12-21T02:40:18.183Z | [ helios-setup] Dec 21 02:40:16.499 INFO E| Compiling pest v2.5.7 |
2838 | 2024-12-21T02:40:19.509Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2839 | 2024-12-21T02:40:19.535Z | [ host-package] Compiling vte v0.11.1 |
2840 | 2024-12-21T02:40:19.810Z | [ helios-setup] Dec 21 02:40:18.125 INFO E| Compiling deranged v0.3.11 |
2841 | 2024-12-21T02:40:20.533Z | [ host-package] Compiling chrono-tz v0.10.0 |
2842 | 2024-12-21T02:40:20.659Z | [ helios-setup] Dec 21 02:40:18.954 INFO E| Compiling tracing v0.1.37 |
2843 | 2024-12-21T02:40:22.052Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2844 | 2024-12-21T02:40:22.957Z | [ host-package] Compiling vsss-rs v3.3.4 |
2845 | 2024-12-21T02:40:23.713Z | [ helios-setup] Dec 21 02:40:22.028 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2846 | 2024-12-21T02:40:24.208Z | [ helios-setup] Dec 21 02:40:22.523 INFO E| Compiling time v0.1.45 |
2847 | 2024-12-21T02:40:24.293Z | [ helios-setup] Dec 21 02:40:22.608 INFO E| Compiling crossbeam-epoch v0.9.13 |
2848 | 2024-12-21T02:40:24.372Z | [ helios-setup] Dec 21 02:40:22.687 INFO E| Compiling semver v1.0.17 |
2849 | 2024-12-21T02:40:25.104Z | [ host-package] Compiling diesel v2.2.6 |
2850 | 2024-12-21T02:40:25.127Z | [ helios-setup] Dec 21 02:40:23.442 INFO E| Compiling toml v0.5.11 |
2851 | 2024-12-21T02:40:25.418Z | [ helios-setup] Dec 21 02:40:23.733 INFO E| Compiling smallvec v1.10.0 |
2852 | 2024-12-21T02:40:26.714Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2853 | 2024-12-21T02:40:27.716Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2854 | 2024-12-21T02:40:27.907Z | [ helios-setup] Dec 21 02:40:26.221 INFO E| Compiling parking_lot v0.12.1 |
2855 | 2024-12-21T02:40:28.250Z | [ helios-setup] Dec 21 02:40:26.563 INFO E| Compiling serde_tokenstream v0.2.0 |
2856 | 2024-12-21T02:40:28.413Z | [ helios-setup] Dec 21 02:40:26.727 INFO E| Compiling num_threads v0.1.6 |
2857 | 2024-12-21T02:40:28.913Z | [ helios-setup] Dec 21 02:40:27.228 INFO E| Compiling iana-time-zone v0.1.56 |
2858 | 2024-12-21T02:40:30.994Z | [ helios-setup] Dec 21 02:40:29.308 INFO E| Compiling time v0.3.36 |
2859 | 2024-12-21T02:40:32.206Z | [ host-package] Compiling headers-core v0.3.0 |
2860 | 2024-12-21T02:40:32.272Z | [ host-package] Compiling fxhash v0.2.1 |
2861 | 2024-12-21T02:40:32.487Z | [ host-package] Compiling libxml v0.3.3 |
2862 | 2024-12-21T02:40:32.836Z | [ helios-setup] Dec 21 02:40:31.149 INFO E| Compiling semver-parser v0.10.2 |
2863 | 2024-12-21T02:40:32.951Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2864 | 2024-12-21T02:40:33.430Z | [ host-package] Compiling bytecount v0.6.8 |
2865 | 2024-12-21T02:40:34.188Z | [ host-package] Compiling papergrid v0.11.0 |
2866 | 2024-12-21T02:40:35.927Z | [ helios-setup] Dec 21 02:40:34.227 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2867 | 2024-12-21T02:40:36.669Z | [ helios-setup] Dec 21 02:40:34.981 INFO E| Compiling url v2.3.1 |
2868 | 2024-12-21T02:40:36.777Z | [ host-package] Compiling headers v0.4.0 |
2869 | 2024-12-21T02:40:38.384Z | [ helios-setup] Dec 21 02:40:36.696 INFO E| Compiling crossbeam-channel v0.5.6 |
2870 | 2024-12-21T02:40:40.841Z | [ helios-setup] Dec 21 02:40:39.153 INFO E| Compiling dirs-sys-next v0.1.2 |
2871 | 2024-12-21T02:40:41.962Z | [ helios-setup] Dec 21 02:40:40.264 INFO E| Compiling same-file v1.0.6 |
2872 | 2024-12-21T02:40:42.482Z | [ helios-setup] Dec 21 02:40:40.787 INFO E| Compiling crc32fast v1.3.2 |
2873 | 2024-12-21T02:40:43.145Z | [ helios-setup] Dec 21 02:40:41.456 INFO E| Compiling try-lock v0.2.4 |
2874 | 2024-12-21T02:40:43.769Z | [ helios-setup] Dec 21 02:40:42.079 INFO E| Compiling want v0.3.0 |
2875 | 2024-12-21T02:40:43.965Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2876 | 2024-12-21T02:40:44.138Z | [ helios-setup] Dec 21 02:40:42.449 INFO E| Compiling walkdir v2.3.3 |
2877 | 2024-12-21T02:40:45.210Z | [ helios-setup] Dec 21 02:40:43.520 INFO E| Compiling dirs-next v2.0.0 |
2878 | 2024-12-21T02:40:46.839Z | [ helios-setup] Dec 21 02:40:45.149 INFO E| Compiling tokio-util v0.7.7 |
2879 | 2024-12-21T02:40:49.530Z | [ helios-setup] Dec 21 02:40:47.839 INFO E| Compiling h2 v0.3.16 |
2880 | 2024-12-21T02:40:50.600Z | [ helios-setup] Dec 21 02:40:48.910 INFO E| Compiling semver v0.11.0 |
2881 | 2024-12-21T02:40:51.595Z | [ helios-setup] Dec 21 02:40:49.904 INFO E| Compiling proc-macro-crate v1.2.1 |
2882 | 2024-12-21T02:40:52.678Z | [ helios-setup] Dec 21 02:40:50.987 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2883 | 2024-12-21T02:40:53.248Z | [ helios-setup] Dec 21 02:40:51.557 INFO E| Compiling futures-executor v0.3.28 |
2884 | 2024-12-21T02:40:54.894Z | [ helios-setup] Dec 21 02:40:53.202 INFO E| Compiling http-body v0.4.5 |
2885 | 2024-12-21T02:40:55.762Z | [ helios-setup] Dec 21 02:40:54.070 INFO E| Compiling ring v0.16.20 |
2886 | 2024-12-21T02:40:56.283Z | [ helios-setup] Dec 21 02:40:54.591 INFO E| Compiling rand_core v0.6.4 |
2887 | 2024-12-21T02:40:57.549Z | [ helios-setup] Dec 21 02:40:55.857 INFO E| Compiling thread_local v1.1.7 |
2888 | 2024-12-21T02:40:58.141Z | [ helios-setup] Dec 21 02:40:56.449 INFO E| Compiling base64 v0.21.0 |
2889 | 2024-12-21T02:40:59.421Z | [ helios-setup] Dec 21 02:40:57.728 INFO E| Compiling tower-service v0.3.2 |
2890 | 2024-12-21T02:40:59.659Z | [ helios-setup] Dec 21 02:40:57.966 INFO E| Compiling ppv-lite86 v0.2.17 |
2891 | 2024-12-21T02:41:00.675Z | [ helios-setup] Dec 21 02:40:58.982 INFO E| Compiling rayon-core v1.10.2 |
2892 | 2024-12-21T02:41:01.091Z | [ helios-setup] Dec 21 02:40:59.398 INFO E| Compiling fastrand v1.9.0 |
2893 | 2024-12-21T02:41:01.255Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2894 | 2024-12-21T02:41:01.613Z | [ helios-setup] Dec 21 02:40:59.919 INFO E| Compiling lazy_static v1.4.0 |
2895 | 2024-12-21T02:41:01.992Z | [ helios-setup] Dec 21 02:41:00.299 INFO E| Compiling home v0.5.4 |
2896 | 2024-12-21T02:41:02.107Z | [ helios-setup] Dec 21 02:41:00.413 INFO E| Compiling utf8parse v0.2.1 |
2897 | 2024-12-21T02:41:02.698Z | [ helios-setup] Dec 21 02:41:01.003 INFO E| Compiling adler v1.0.2 |
2898 | 2024-12-21T02:41:02.780Z | [ helios-setup] Dec 21 02:41:01.086 INFO E| Compiling httpdate v1.0.2 |
2899 | 2024-12-21T02:41:02.955Z | [ helios-setup] Dec 21 02:41:01.261 INFO E| Compiling anstyle-parse v0.1.1 |
2900 | 2024-12-21T02:41:03.663Z | [ helios-setup] Dec 21 02:41:01.969 INFO E| Compiling hyper v0.14.25 |
2901 | 2024-12-21T02:41:03.945Z | [ helios-setup] Dec 21 02:41:02.251 INFO E| Compiling miniz_oxide v0.6.2 |
2902 | 2024-12-21T02:41:04.737Z | [ helios-setup] Dec 21 02:41:03.043 INFO E| Compiling toolchain_find v0.2.0 |
2903 | 2024-12-21T02:41:04.766Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2904 | 2024-12-21T02:41:07.057Z | [ helios-setup] Dec 21 02:41:05.362 INFO E| Compiling tempfile v3.5.0 |
2905 | 2024-12-21T02:41:08.299Z | [ helios-setup] Dec 21 02:41:06.605 INFO E| Compiling rand_chacha v0.3.1 |
2906 | 2024-12-21T02:41:08.948Z | [ host-package] Compiling polar-core v0.27.3 |
2907 | 2024-12-21T02:41:11.136Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2908 | 2024-12-21T02:41:11.712Z | [ helios-setup] Dec 21 02:41:10.017 INFO E| Compiling futures v0.3.28 |
2909 | 2024-12-21T02:41:12.070Z | [ host-package] Compiling tabled_derive v0.7.0 |
2910 | 2024-12-21T02:41:12.087Z | [ helios-setup] Dec 21 02:41:10.392 INFO E| Compiling num_enum_derive v0.5.7 |
2911 | 2024-12-21T02:41:15.918Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2912 | 2024-12-21T02:41:16.287Z | [ host-package] Compiling fd-lock v4.0.2 |
2913 | 2024-12-21T02:41:16.987Z | [ host-package] Compiling peg-macros v0.8.4 |
2914 | 2024-12-21T02:41:18.166Z | [ host-package] Compiling strum_macros v0.24.3 |
2915 | 2024-12-21T02:41:19.180Z | [ helios-setup] Dec 21 02:41:17.482 INFO E| Compiling cargo-lock v8.0.3 |
2916 | 2024-12-21T02:41:24.321Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2917 | 2024-12-21T02:41:24.695Z | [ host-package] Compiling kstat-rs v0.2.4 |
2918 | 2024-12-21T02:41:24.830Z | [ host-package] Compiling samael v0.0.17 |
2919 | 2024-12-21T02:41:26.003Z | [ helios-setup] Dec 21 02:41:24.305 INFO E| Compiling crossbeam-deque v0.8.2 |
2920 | 2024-12-21T02:41:26.601Z | [ host-package] Compiling unicase v2.7.0 |
2921 | 2024-12-21T02:41:26.909Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2922 | 2024-12-21T02:41:26.949Z | [ helios-setup] Dec 21 02:41:25.244 INFO E| Compiling term v0.7.0 |
2923 | 2024-12-21T02:41:27.249Z | [ host-package] Compiling indoc v1.0.9 |
2924 | 2024-12-21T02:41:29.015Z | [ helios-setup] Dec 21 02:41:27.316 INFO E| Compiling serde_urlencoded v0.7.1 |
2925 | 2024-12-21T02:41:29.454Z | [ host-package] Compiling reedline v0.35.0 |
2926 | 2024-12-21T02:41:29.532Z | [ helios-setup] Dec 21 02:41:27.831 INFO E| Compiling sha2 v0.10.6 |
2927 | 2024-12-21T02:41:29.761Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2928 | 2024-12-21T02:41:30.003Z | [ helios-setup] Dec 21 02:41:28.304 INFO E| Compiling sha1 v0.10.5 |
2929 | 2024-12-21T02:41:30.219Z | [ helios-setup] Dec 21 02:41:28.519 INFO E| Compiling is-terminal v0.4.7 |
2930 | 2024-12-21T02:41:30.765Z | [ helios-setup] Dec 21 02:41:29.065 INFO E| Compiling atty v0.2.14 |
2931 | 2024-12-21T02:41:31.195Z | [ helios-setup] Dec 21 02:41:29.495 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2932 | 2024-12-21T02:41:32.004Z | [ helios-setup] Dec 21 02:41:30.304 INFO E| Compiling concolor-query v0.3.3 |
2933 | 2024-12-21T02:41:32.269Z | [ helios-setup] Dec 21 02:41:30.569 INFO E| Compiling concolor-override v1.0.0 |
2934 | 2024-12-21T02:41:32.986Z | [ helios-setup] Dec 21 02:41:31.285 INFO E| Compiling anstyle v0.3.5 |
2935 | 2024-12-21T02:41:36.526Z | [ helios-setup] Dec 21 02:41:34.621 INFO E| Compiling anstream v0.2.6 |
2936 | 2024-12-21T02:41:37.371Z | [ host-package] Compiling peg v0.8.4 |
2937 | 2024-12-21T02:41:37.849Z | [ host-package] Compiling tabled v0.15.0 |
2938 | 2024-12-21T02:41:38.229Z | [ helios-setup] Dec 21 02:41:36.527 INFO E| Compiling slog-term v2.9.0 |
2939 | 2024-12-21T02:41:38.422Z | [ helios-setup] Dec 21 02:41:36.720 INFO E| Compiling flate2 v1.0.25 |
2940 | 2024-12-21T02:41:38.941Z | [ helios-setup] Dec 21 02:41:37.239 INFO E| Compiling num_enum v0.5.7 |
2941 | 2024-12-21T02:41:39.487Z | [ helios-setup] Dec 21 02:41:37.785 INFO E| Compiling rand v0.8.5 |
2942 | 2024-12-21T02:41:41.291Z | [ helios-setup] Dec 21 02:41:39.589 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2943 | 2024-12-21T02:41:42.868Z | [ helios-setup] Dec 21 02:41:41.166 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2944 | 2024-12-21T02:41:43.367Z | [ helios-setup] Dec 21 02:41:41.664 INFO E| Compiling openapiv3 v1.0.2 |
2945 | 2024-12-21T02:41:44.168Z | [ helios-setup] Dec 21 02:41:42.465 INFO E| Compiling encoding_rs v0.8.32 |
2946 | 2024-12-21T02:41:50.143Z | [ helios-setup] Dec 21 02:41:48.439 INFO E| Compiling mime v0.3.17 |
2947 | 2024-12-21T02:41:51.152Z | [ helios-setup] Dec 21 02:41:49.447 INFO E| Compiling base64 v0.13.1 |
2948 | 2024-12-21T02:41:52.405Z | [ helios-setup] Dec 21 02:41:50.699 INFO E| Compiling project-root v0.2.2 |
2949 | 2024-12-21T02:41:52.647Z | [ helios-setup] Dec 21 02:41:50.942 INFO E| Compiling untrusted v0.7.1 |
2950 | 2024-12-21T02:41:52.967Z | [ helios-setup] Dec 21 02:41:51.262 INFO E| Compiling clap_lex v0.4.1 |
2951 | 2024-12-21T02:41:53.043Z | [ helios-setup] Dec 21 02:41:51.339 INFO E| Compiling ipnet v2.7.2 |
2952 | 2024-12-21T02:41:53.106Z | [ helios-setup] Dec 21 02:41:51.400 INFO E| Compiling byteorder v1.4.3 |
2953 | 2024-12-21T02:41:54.224Z | [ helios-setup] Dec 21 02:41:52.519 INFO E| Compiling unsafe-libyaml v0.2.8 |
2954 | 2024-12-21T02:41:54.628Z | [ helios-setup] Dec 21 02:41:52.923 INFO E| Compiling utf-8 v0.7.6 |
2955 | 2024-12-21T02:41:55.988Z | [ helios-setup] Dec 21 02:41:54.283 INFO E| Compiling either v1.8.0 |
2956 | 2024-12-21T02:41:56.854Z | [ helios-setup] Dec 21 02:41:55.148 INFO E| Compiling spin v0.5.2 |
2957 | 2024-12-21T02:41:57.234Z | [ helios-setup] Dec 21 02:41:55.528 INFO E| Compiling strsim v0.10.0 |
2958 | 2024-12-21T02:41:57.494Z | [ helios-setup] Dec 21 02:41:55.786 INFO E| Compiling serde_yaml v0.9.21 |
2959 | 2024-12-21T02:41:58.298Z | [ helios-setup] Dec 21 02:41:56.591 INFO E| Compiling clap_builder v4.2.1 |
2960 | 2024-12-21T02:41:58.678Z | [ helios-setup] Dec 21 02:41:56.972 INFO E| Compiling rayon v1.6.1 |
2961 | 2024-12-21T02:41:59.670Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2962 | 2024-12-21T02:42:00.768Z | [ helios-setup] Dec 21 02:41:59.061 INFO E| Compiling tungstenite v0.18.0 |
2963 | 2024-12-21T02:42:05.276Z | [ helios-setup] Dec 21 02:42:03.569 INFO E| Compiling reqwest v0.11.16 |
2964 | 2024-12-21T02:42:06.400Z | [ helios-setup] Dec 21 02:42:04.692 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2965 | 2024-12-21T02:42:09.920Z | [ host-package] Compiling derive_builder v0.20.2 |
2966 | 2024-12-21T02:42:10.421Z | [ helios-setup] Dec 21 02:42:08.712 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2967 | 2024-12-21T02:42:11.446Z | [ helios-setup] Dec 21 02:42:09.736 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2968 | 2024-12-21T02:42:15.347Z | [ helios-setup] Dec 21 02:42:13.637 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2969 | 2024-12-21T02:42:15.931Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2970 | 2024-12-21T02:42:16.181Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2971 | 2024-12-21T02:42:16.295Z | [ helios-setup] Dec 21 02:42:14.585 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2972 | 2024-12-21T02:42:17.019Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2973 | 2024-12-21T02:42:17.692Z | [ helios-setup] Dec 21 02:42:15.981 INFO E| Compiling clap_derive v4.2.0 |
2974 | 2024-12-21T02:42:17.886Z | [ host-package] Compiling bcs v0.1.6 |
2975 | 2024-12-21T02:42:19.997Z | [ host-package] Compiling oso-derive v0.27.3 |
2976 | 2024-12-21T02:42:20.078Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2977 | 2024-12-21T02:42:20.283Z | [ host-package] Compiling libz-sys v1.1.20 |
2978 | 2024-12-21T02:42:21.925Z | [ host-package] Compiling quick-xml v0.33.0 |
2979 | 2024-12-21T02:42:22.177Z | [ helios-setup] Dec 21 02:42:20.456 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2980 | 2024-12-21T02:42:22.336Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2981 | 2024-12-21T02:42:23.295Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2982 | 2024-12-21T02:42:27.132Z | [ helios-setup] Dec 21 02:42:25.418 INFO E| Compiling clap v4.2.1 |
2983 | 2024-12-21T02:42:27.484Z | [ helios-setup] Dec 21 02:42:25.771 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2984 | 2024-12-21T02:42:34.406Z | [ host-package] Compiling oso v0.27.3 |
2985 | 2024-12-21T02:42:35.292Z | [ helios-setup] Dec 21 02:42:33.577 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2986 | 2024-12-21T02:42:38.565Z | [ helios-setup] Dec 21 02:42:36.849 INFO E| Compiling tokio-tungstenite v0.18.0 |
2987 | 2024-12-21T02:42:38.693Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2988 | 2024-12-21T02:42:39.540Z | [ helios-setup] Dec 21 02:42:37.825 INFO E| Compiling smartstring v1.0.1 |
2989 | 2024-12-21T02:42:39.751Z | [ helios-setup] Dec 21 02:42:38.035 INFO E| Compiling rustls v0.21.0 |
2990 | 2024-12-21T02:42:40.957Z | [ helios-setup] Dec 21 02:42:39.241 INFO E| Compiling rustls-webpki v0.100.1 |
2991 | 2024-12-21T02:42:41.419Z | [ helios-setup] Dec 21 02:42:39.703 INFO E| Compiling sct v0.7.0 |
2992 | 2024-12-21T02:42:42.021Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2993 | 2024-12-21T02:42:42.376Z | [ helios-setup] Dec 21 02:42:40.660 INFO E| Compiling toml_datetime v0.6.1 |
2994 | 2024-12-21T02:42:43.938Z | [ helios-setup] Dec 21 02:42:42.221 INFO E| Compiling serde_spanned v0.6.1 |
2995 | 2024-12-21T02:42:44.675Z | [ helios-setup] Dec 21 02:42:42.958 INFO E| Compiling async-trait v0.1.68 |
2996 | 2024-12-21T02:42:45.395Z | [ helios-setup] Dec 21 02:42:43.678 INFO E| Compiling static_assertions v1.1.0 |
2997 | 2024-12-21T02:42:45.707Z | [ helios-setup] Dec 21 02:42:43.990 INFO E| Compiling slog-async v2.7.0 |
2998 | 2024-12-21T02:42:46.071Z | [ helios-setup] Dec 21 02:42:44.353 INFO E| Compiling paste v1.0.12 |
2999 | 2024-12-21T02:42:47.019Z | [ helios-setup] Dec 21 02:42:45.302 INFO E| Compiling winnow v0.4.1 |
3000 | 2024-12-21T02:42:47.547Z | [ helios-setup] Dec 21 02:42:45.829 INFO E| Compiling match_cfg v0.1.0 |
3001 | 2024-12-21T02:42:47.850Z | [ helios-setup] Dec 21 02:42:46.133 INFO E| Compiling camino v1.1.4 |
3002 | 2024-12-21T02:42:50.017Z | [ helios-setup] Dec 21 02:42:48.299 INFO E| Compiling hostname v0.3.1 |
3003 | 2024-12-21T02:42:53.232Z | [ helios-setup] Dec 21 02:42:51.514 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3004 | 2024-12-21T02:42:53.242Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3005 | 2024-12-21T02:42:54.824Z | [ helios-setup] Dec 21 02:42:53.105 INFO E| Compiling toml_edit v0.19.8 |
3006 | 2024-12-21T02:42:58.138Z | [ helios-setup] Dec 21 02:42:56.418 INFO E| Compiling slog-json v2.6.1 |
3007 | 2024-12-21T02:42:59.234Z | [ helios-setup] Dec 21 02:42:57.514 INFO E| Compiling unicode-linebreak v0.1.4 |
3008 | 2024-12-21T02:43:00.037Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3009 | 2024-12-21T02:43:00.986Z | [ host-package] Compiling bb8 v0.8.5 |
3010 | 2024-12-21T02:43:02.611Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3011 | 2024-12-21T02:43:04.477Z | [ helios-setup] Dec 21 02:43:02.756 INFO E| Compiling async-stream-impl v0.3.5 |
3012 | 2024-12-21T02:43:07.807Z | [ helios-setup] Dec 21 02:43:06.085 INFO E| Compiling rhai_codegen v1.5.0 |
3013 | 2024-12-21T02:43:07.971Z | [ host-package] Compiling nibble_vec v0.1.0 |
3014 | 2024-12-21T02:43:08.411Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3015 | 2024-12-21T02:43:08.657Z | [ host-package] Compiling atty v0.2.14 |
3016 | 2024-12-21T02:43:09.263Z | [ host-package] Compiling salty v0.3.0 |
3017 | 2024-12-21T02:43:10.086Z | [ helios-setup] Dec 21 02:43:08.363 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3018 | 2024-12-21T02:43:10.088Z | [ host-package] Compiling endian-type v0.1.2 |
3019 | 2024-12-21T02:43:10.608Z | [ host-package] Compiling radix_trie v0.2.1 |
3020 | 2024-12-21T02:43:11.407Z | [ helios-setup] Dec 21 02:43:09.488 INFO E| Compiling take_mut v0.2.2 |
3021 | 2024-12-21T02:43:12.815Z | [ helios-setup] Dec 21 02:43:11.091 INFO E| Compiling rhai v1.14.0 |
3022 | 2024-12-21T02:43:13.353Z | [ helios-setup] Dec 21 02:43:11.629 INFO E| Compiling async-stream v0.3.5 |
3023 | 2024-12-21T02:43:13.496Z | [ host-package] Compiling parking_lot v0.11.2 |
3024 | 2024-12-21T02:43:14.336Z | [ helios-setup] Dec 21 02:43:12.613 INFO E| Compiling tokio-rustls v0.24.0 |
3025 | 2024-12-21T02:43:15.877Z | [ helios-setup] Dec 21 02:43:14.153 INFO E| Compiling toml v0.7.3 |
3026 | 2024-12-21T02:43:17.043Z | [ helios-setup] Dec 21 02:43:15.319 INFO E| Compiling slog-bunyan v2.4.0 |
3027 | 2024-12-21T02:43:17.629Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3028 | 2024-12-21T02:43:25.121Z | [ helios-setup] Dec 21 02:43:23.395 INFO E| Compiling rustls-pemfile v1.0.2 |
3029 | 2024-12-21T02:43:26.086Z | [ helios-setup] Dec 21 02:43:24.360 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3030 | 2024-12-21T02:43:26.464Z | [ helios-setup] Dec 21 02:43:24.737 INFO E| Compiling bincode v1.3.3 |
3031 | 2024-12-21T02:43:26.559Z | [ helios-setup] Dec 21 02:43:24.833 INFO E| Compiling serde_path_to_error v0.1.11 |
3032 | 2024-12-21T02:43:28.760Z | [ helios-setup] Dec 21 02:43:27.033 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3033 | 2024-12-21T02:43:29.037Z | [ helios-setup] Dec 21 02:43:27.310 INFO E| Compiling terminal_size v0.2.6 |
3034 | 2024-12-21T02:43:29.816Z | [ helios-setup] Dec 21 02:43:28.088 INFO E| Compiling smawk v0.3.1 |
3035 | 2024-12-21T02:43:30.346Z | [ helios-setup] Dec 21 02:43:28.619 INFO E| Compiling textwrap v0.16.0 |
3036 | 2024-12-21T02:43:30.592Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3037 | 2024-12-21T02:43:40.143Z | [ host-package] Compiling sled v0.34.7 |
3038 | 2024-12-21T02:43:49.343Z | [ helios-setup] Dec 21 02:43:47.612 INFO E| Compiling git2 v0.16.1 |
3039 | 2024-12-21T02:43:57.360Z | [ helios-setup] Dec 21 02:43:55.626 INFO E| Compiling built v0.6.0 |
3040 | 2024-12-21T02:44:01.164Z | [ helios-setup] Dec 21 02:43:59.430 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3041 | 2024-12-21T02:44:02.650Z | [ helios-setup] Dec 21 02:44:00.916 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3042 | 2024-12-21T02:44:02.805Z | [ host-package] Compiling mime_guess v2.0.5 |
3043 | 2024-12-21T02:44:03.299Z | [ helios-setup] Dec 21 02:44:01.564 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3044 | 2024-12-21T02:44:04.779Z | [ host-package] Compiling hickory-client v0.24.1 |
3045 | 2024-12-21T02:44:06.610Z | [ helios-setup] Dec 21 02:44:04.874 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3046 | 2024-12-21T02:44:08.860Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3047 | 2024-12-21T02:44:09.689Z | [ helios-setup] Dec 21 02:44:07.953 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3048 | 2024-12-21T02:44:10.985Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3049 | 2024-12-21T02:44:12.105Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3050 | 2024-12-21T02:44:12.562Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3051 | 2024-12-21T02:44:14.507Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3052 | 2024-12-21T02:44:18.138Z | [ host-package] Compiling hickory-server v0.24.1 |
3053 | 2024-12-21T02:44:19.046Z | [ host-package] Compiling primeorder v0.13.6 |
3054 | 2024-12-21T02:44:20.342Z | [ host-package] Compiling castaway v0.2.3 |
3055 | 2024-12-21T02:44:20.830Z | [ host-package] Compiling vergen v8.3.2 |
3056 | 2024-12-21T02:44:21.346Z | [ host-package] Compiling env_filter v0.1.2 |
3057 | 2024-12-21T02:44:22.036Z | [ host-package] Compiling cargo-platform v0.1.8 |
3058 | 2024-12-21T02:44:23.229Z | [ host-package] Compiling nanorand v0.7.0 |
3059 | 2024-12-21T02:44:24.230Z | [ host-package] Compiling memoffset v0.9.1 |
3060 | 2024-12-21T02:44:25.047Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3061 | 2024-12-21T02:44:25.609Z | [ host-package] Compiling flume v0.11.1 |
3062 | 2024-12-21T02:44:27.903Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3063 | 2024-12-21T02:44:29.074Z | [ host-package] Compiling env_logger v0.11.5 |
3064 | 2024-12-21T02:44:32.104Z | [ host-package] Compiling compact_str v0.8.0 |
3065 | 2024-12-21T02:44:34.678Z | [ host-package] Compiling p384 v0.13.0 |
3066 | 2024-12-21T02:44:37.000Z | [ host-package] Compiling git2 v0.19.0 |
3067 | 2024-12-21T02:44:40.919Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3068 | 2024-12-21T02:44:43.847Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3069 | 2024-12-21T02:44:47.335Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3070 | 2024-12-21T02:44:47.987Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3071 | 2024-12-21T02:44:49.710Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3072 | 2024-12-21T02:44:50.627Z | [ host-package] Compiling lru v0.12.5 |
3073 | 2024-12-21T02:44:51.662Z | [ host-package] Compiling rand_seeder v0.3.0 |
3074 | 2024-12-21T02:44:52.831Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3075 | 2024-12-21T02:44:53.963Z | [ host-package] Compiling lzma-sys v0.1.20 |
3076 | 2024-12-21T02:44:54.205Z | [ host-package] Compiling instability v0.3.2 |
3077 | 2024-12-21T02:44:54.878Z | [ host-package] Compiling rustls v0.21.12 |
3078 | 2024-12-21T02:44:55.485Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3079 | 2024-12-21T02:44:55.526Z | [ host-package] Compiling http-range v0.1.5 |
3080 | 2024-12-21T02:44:55.695Z | [ host-package] Compiling cassowary v0.3.0 |
3081 | 2024-12-21T02:44:56.224Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3082 | 2024-12-21T02:44:56.417Z | [ host-package] Compiling ratatui v0.28.1 |
3083 | 2024-12-21T02:44:56.503Z | [ host-package] Compiling nix v0.29.0 |
3084 | 2024-12-21T02:44:57.864Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3085 | 2024-12-21T02:44:57.886Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3086 | 2024-12-21T02:44:58.915Z | [ helios-setup] Dec 21 02:44:57.167 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3087 | 2024-12-21T02:44:59.951Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3088 | 2024-12-21T02:45:00.086Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3089 | 2024-12-21T02:45:01.007Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3090 | 2024-12-21T02:45:01.351Z | [ host-package] Compiling sct v0.7.1 |
3091 | 2024-12-21T02:45:01.556Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3092 | 2024-12-21T02:45:01.920Z | [ host-package] Compiling heck v0.3.3 |
3093 | 2024-12-21T02:45:02.342Z | [ host-package] Compiling csv-core v0.1.11 |
3094 | 2024-12-21T02:45:02.406Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3095 | 2024-12-21T02:45:02.864Z | [ host-package] Compiling glob v0.3.1 |
3096 | 2024-12-21T02:45:03.354Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3097 | 2024-12-21T02:45:04.006Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3098 | 2024-12-21T02:45:04.376Z | [ host-package] Compiling csv v1.3.0 |
3099 | 2024-12-21T02:45:05.166Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3100 | 2024-12-21T02:45:05.959Z | [ host-package] Compiling nix v0.27.1 |
3101 | 2024-12-21T02:45:06.721Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3102 | 2024-12-21T02:45:06.766Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3103 | 2024-12-21T02:45:11.368Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3104 | 2024-12-21T02:45:12.368Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3105 | 2024-12-21T02:45:20.783Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3106 | 2024-12-21T02:45:21.267Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
3107 | 2024-12-21T02:45:22.729Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3108 | 2024-12-21T02:45:23.516Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3109 | 2024-12-21T02:45:34.990Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3110 | 2024-12-21T02:45:35.706Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3111 | 2024-12-21T02:45:36.047Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3112 | 2024-12-21T02:45:36.395Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3113 | 2024-12-21T02:45:36.487Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3114 | 2024-12-21T02:45:37.925Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3115 | 2024-12-21T02:45:42.297Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3116 | 2024-12-21T02:45:43.411Z | [ host-package] Compiling hashlink v0.9.1 |
3117 | 2024-12-21T02:45:43.860Z | [ host-package] Compiling tungstenite v0.23.0 |
3118 | 2024-12-21T02:45:45.458Z | [ host-package] Compiling base64 v0.13.1 |
3119 | 2024-12-21T02:45:47.164Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3120 | 2024-12-21T02:45:47.954Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3121 | 2024-12-21T02:45:49.417Z | [ host-package] Compiling ron v0.7.1 |
3122 | 2024-12-21T02:45:49.666Z | [ host-package] Compiling rusqlite v0.32.1 |
3123 | 2024-12-21T02:45:53.777Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3124 | 2024-12-21T02:45:54.959Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3125 | 2024-12-21T02:45:56.407Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3126 | 2024-12-21T02:45:59.113Z | [ host-package] Compiling xz2 v0.1.7 |
3127 | 2024-12-21T02:45:59.152Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3128 | 2024-12-21T02:45:59.841Z | [ host-package] Compiling zone v0.1.8 |
3129 | 2024-12-21T02:46:03.784Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3130 | 2024-12-21T02:46:04.602Z | [ helios-setup] Dec 21 02:46:02.840 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s |
3131 | 2024-12-21T02:46:04.721Z | [ helios-setup] Dec 21 02:46:02.959 INFO building project "pilot" ok (403 seconds) |
3132 | 2024-12-21T02:46:04.724Z | [ helios-setup] Dec 21 02:46:02.959 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3133 | 2024-12-21T02:46:04.724Z | [ helios-setup] Dec 21 02:46:02.959 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3134 | 2024-12-21T02:46:05.046Z | [ helios-setup] Dec 21 02:46:03.284 INFO E| Blocking waiting for file lock on package cache |
3135 | 2024-12-21T02:46:10.212Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3136 | 2024-12-21T02:46:10.943Z | [ helios-setup] Dec 21 02:46:09.179 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3137 | 2024-12-21T02:46:11.358Z | [ helios-setup] Dec 21 02:46:09.594 INFO E| From https://github.com/jclulow/rust-jmclib |
3138 | 2024-12-21T02:46:11.358Z | [ helios-setup] Dec 21 02:46:09.594 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3139 | 2024-12-21T02:46:11.377Z | [ helios-setup] Dec 21 02:46:09.613 INFO E| Updating crates.io index |
3140 | 2024-12-21T02:46:11.515Z | [ helios-setup] Dec 21 02:46:09.750 INFO E| Blocking waiting for file lock on package cache |
3141 | 2024-12-21T02:46:11.587Z | [ helios-setup] Dec 21 02:46:09.823 INFO E| Blocking waiting for file lock on package cache |
3142 | 2024-12-21T02:46:16.936Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3143 | 2024-12-21T02:46:17.245Z | [ helios-setup] Dec 21 02:46:15.480 INFO E| Downloading crates ... |
3144 | 2024-12-21T02:46:17.315Z | [ helios-setup] Dec 21 02:46:15.549 INFO E| Downloaded getrandom v0.2.10 |
3145 | 2024-12-21T02:46:17.319Z | [ helios-setup] Dec 21 02:46:15.554 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3146 | 2024-12-21T02:46:17.322Z | [ helios-setup] Dec 21 02:46:15.555 INFO E| Downloaded cpufeatures v0.2.9 |
3147 | 2024-12-21T02:46:17.322Z | [ helios-setup] Dec 21 02:46:15.556 INFO E| Downloaded block-buffer v0.9.0 |
3148 | 2024-12-21T02:46:17.334Z | [ helios-setup] Dec 21 02:46:15.567 INFO E| Downloaded md-5 v0.9.1 |
3149 | 2024-12-21T02:46:17.337Z | [ helios-setup] Dec 21 02:46:15.570 INFO E| Downloaded bitflags v2.3.3 |
3150 | 2024-12-21T02:46:17.349Z | [ helios-setup] Dec 21 02:46:15.583 INFO E| Downloaded sha-1 v0.9.8 |
3151 | 2024-12-21T02:46:17.351Z | [ helios-setup] Dec 21 02:46:15.586 INFO E| Downloaded quote v1.0.31 |
3152 | 2024-12-21T02:46:17.354Z | [ helios-setup] Dec 21 02:46:15.590 INFO E| Downloaded uuid v0.8.2 |
3153 | 2024-12-21T02:46:17.359Z | [ helios-setup] Dec 21 02:46:15.594 INFO E| Downloaded tempfile v3.7.0 |
3154 | 2024-12-21T02:46:17.362Z | [ helios-setup] Dec 21 02:46:15.597 INFO E| Downloaded once_cell v1.18.0 |
3155 | 2024-12-21T02:46:17.366Z | [ helios-setup] Dec 21 02:46:15.601 INFO E| Downloaded unicode-ident v1.0.11 |
3156 | 2024-12-21T02:46:17.370Z | [ helios-setup] Dec 21 02:46:15.605 INFO E| Downloaded serde_derive v1.0.193 |
3157 | 2024-12-21T02:46:17.374Z | [ helios-setup] Dec 21 02:46:15.609 INFO E| Downloaded serde v1.0.193 |
3158 | 2024-12-21T02:46:17.378Z | [ helios-setup] Dec 21 02:46:15.613 INFO E| Downloaded anyhow v1.0.72 |
3159 | 2024-12-21T02:46:17.384Z | [ helios-setup] Dec 21 02:46:15.619 INFO E| Downloaded proc-macro2 v1.0.66 |
3160 | 2024-12-21T02:46:17.388Z | [ helios-setup] Dec 21 02:46:15.622 INFO E| Downloaded fastrand v2.0.0 |
3161 | 2024-12-21T02:46:17.391Z | [ helios-setup] Dec 21 02:46:15.625 INFO E| Downloaded serde_json v1.0.103 |
3162 | 2024-12-21T02:46:17.417Z | [ helios-setup] Dec 21 02:46:15.652 INFO E| Downloaded syn v2.0.32 |
3163 | 2024-12-21T02:46:17.432Z | [ helios-setup] Dec 21 02:46:15.667 INFO E| Downloaded digest v0.9.0 |
3164 | 2024-12-21T02:46:17.509Z | [ helios-setup] Dec 21 02:46:15.743 INFO E| Downloaded rustix v0.38.4 |
3165 | 2024-12-21T02:46:17.552Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3166 | 2024-12-21T02:46:17.561Z | [ helios-setup] Dec 21 02:46:15.796 INFO E| Downloaded libc v0.2.147 |
3167 | 2024-12-21T02:46:17.689Z | [ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling libc v0.2.147 |
3168 | 2024-12-21T02:46:17.689Z | [ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling proc-macro2 v1.0.66 |
3169 | 2024-12-21T02:46:17.689Z | [ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling unicode-ident v1.0.11 |
3170 | 2024-12-21T02:46:17.691Z | [ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling cfg-if v1.0.0 |
3171 | 2024-12-21T02:46:17.691Z | [ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling version_check v0.9.4 |
3172 | 2024-12-21T02:46:17.691Z | [ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling typenum v1.16.0 |
3173 | 2024-12-21T02:46:17.691Z | [ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling serde v1.0.193 |
3174 | 2024-12-21T02:46:17.691Z | [ helios-setup] Dec 21 02:46:15.923 INFO E| Compiling powerfmt v0.2.0 |
3175 | 2024-12-21T02:46:17.893Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3176 | 2024-12-21T02:46:17.998Z | [ helios-setup] Dec 21 02:46:16.233 INFO E| Compiling slog v2.7.0 |
3177 | 2024-12-21T02:46:18.043Z | [ helios-setup] Dec 21 02:46:16.278 INFO E| Compiling itoa v1.0.9 |
3178 | 2024-12-21T02:46:18.704Z | [ helios-setup] Dec 21 02:46:16.938 INFO E| Compiling rustix v0.38.4 |
3179 | 2024-12-21T02:46:18.872Z | [ helios-setup] Dec 21 02:46:17.106 INFO E| Compiling time-core v0.1.2 |
3180 | 2024-12-21T02:46:19.094Z | [ helios-setup] Dec 21 02:46:17.326 INFO E| Compiling num-conv v0.1.0 |
3181 | 2024-12-21T02:46:19.191Z | [ helios-setup] Dec 21 02:46:17.422 INFO E| Compiling deranged v0.3.11 |
3182 | 2024-12-21T02:46:19.315Z | [ helios-setup] Dec 21 02:46:17.541 INFO E| Compiling generic-array v0.14.7 |
3183 | 2024-12-21T02:46:19.322Z | [ helios-setup] Dec 21 02:46:17.548 INFO E| Compiling once_cell v1.18.0 |
3184 | 2024-12-21T02:46:19.762Z | [ helios-setup] Dec 21 02:46:17.988 INFO E| Compiling time-macros v0.2.18 |
3185 | 2024-12-21T02:46:20.130Z | [ helios-setup] Dec 21 02:46:18.364 INFO E| Compiling num_threads v0.1.6 |
3186 | 2024-12-21T02:46:20.293Z | [ helios-setup] Dec 21 02:46:18.527 INFO E| Compiling bitflags v2.3.3 |
3187 | 2024-12-21T02:46:20.353Z | [ helios-setup] Dec 21 02:46:18.587 INFO E| Compiling thread_local v1.1.7 |
3188 | 2024-12-21T02:46:21.229Z | [ helios-setup] Dec 21 02:46:19.462 INFO E| Compiling quote v1.0.31 |
3189 | 2024-12-21T02:46:21.718Z | [ helios-setup] Dec 21 02:46:19.952 INFO E| Compiling fastrand v2.0.0 |
3190 | 2024-12-21T02:46:21.965Z | [ helios-setup] Dec 21 02:46:20.198 INFO E| Compiling dirs-sys-next v0.1.2 |
3191 | 2024-12-21T02:46:22.213Z | [ helios-setup] Dec 21 02:46:20.446 INFO E| Compiling syn v2.0.32 |
3192 | 2024-12-21T02:46:22.714Z | [ helios-setup] Dec 21 02:46:20.948 INFO E| Compiling dirs-next v2.0.0 |
3193 | 2024-12-21T02:46:22.783Z | [ helios-setup] Dec 21 02:46:21.017 INFO E| Compiling errno v0.3.1 |
3194 | 2024-12-21T02:46:23.076Z | [ helios-setup] Dec 21 02:46:21.309 INFO E| Compiling term v0.7.0 |
3195 | 2024-12-21T02:46:23.126Z | [ helios-setup] Dec 21 02:46:21.360 INFO E| Compiling atty v0.2.14 |
3196 | 2024-12-21T02:46:23.371Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3197 | 2024-12-21T02:46:23.415Z | [ helios-setup] Dec 21 02:46:21.649 INFO E| Compiling serde_json v1.0.103 |
3198 | 2024-12-21T02:46:23.648Z | [ helios-setup] Dec 21 02:46:21.881 INFO E| Compiling opaque-debug v0.3.0 |
3199 | 2024-12-21T02:46:23.741Z | [ helios-setup] Dec 21 02:46:21.974 INFO E| Compiling anyhow v1.0.72 |
3200 | 2024-12-21T02:46:23.766Z | [ helios-setup] Dec 21 02:46:21.999 INFO E| Compiling getrandom v0.2.10 |
3201 | 2024-12-21T02:46:24.567Z | [ helios-setup] Dec 21 02:46:22.800 INFO E| Compiling unicode-width v0.1.10 |
3202 | 2024-12-21T02:46:24.792Z | [ helios-setup] Dec 21 02:46:23.025 INFO E| Compiling same-file v1.0.6 |
3203 | 2024-12-21T02:46:24.890Z | [ helios-setup] Dec 21 02:46:23.124 INFO E| Compiling digest v0.9.0 |
3204 | 2024-12-21T02:46:24.946Z | [ helios-setup] Dec 21 02:46:23.179 INFO E| Compiling block-buffer v0.9.0 |
3205 | 2024-12-21T02:46:25.174Z | [ helios-setup] Dec 21 02:46:23.407 INFO E| Compiling cpufeatures v0.2.9 |
3206 | 2024-12-21T02:46:25.369Z | [ helios-setup] Dec 21 02:46:23.600 INFO E| Compiling ryu v1.0.15 |
3207 | 2024-12-21T02:46:25.389Z | [ helios-setup] Dec 21 02:46:23.622 INFO E| Compiling time v0.3.36 |
3208 | 2024-12-21T02:46:25.491Z | [ helios-setup] Dec 21 02:46:23.722 INFO E| Compiling sha-1 v0.9.8 |
3209 | 2024-12-21T02:46:25.698Z | [ helios-setup] Dec 21 02:46:23.930 INFO E| Compiling md-5 v0.9.1 |
3210 | 2024-12-21T02:46:26.173Z | [ helios-setup] Dec 21 02:46:24.404 INFO E| Compiling walkdir v2.3.3 |
3211 | 2024-12-21T02:46:26.416Z | [ helios-setup] Dec 21 02:46:24.649 INFO E| Compiling getopts v0.2.21 |
3212 | 2024-12-21T02:46:26.937Z | [ helios-setup] Dec 21 02:46:25.170 INFO E| Compiling tempfile v3.7.0 |
3213 | 2024-12-21T02:46:27.087Z | [ helios-setup] Dec 21 02:46:25.320 INFO E| Compiling libdevinfo-sys v1.0.0 |
3214 | 2024-12-21T02:46:27.477Z | [ helios-setup] Dec 21 02:46:25.709 INFO E| Compiling glob v0.3.1 |
3215 | 2024-12-21T02:46:29.270Z | [ helios-setup] Dec 21 02:46:27.502 INFO E| Compiling slog-term v2.9.0 |
3216 | 2024-12-21T02:46:30.073Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3217 | 2024-12-21T02:46:31.034Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3218 | 2024-12-21T02:46:32.153Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3219 | 2024-12-21T02:46:32.187Z | [ helios-setup] Dec 21 02:46:30.419 INFO E| Compiling serde_derive v1.0.193 |
3220 | 2024-12-21T02:46:36.611Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3221 | 2024-12-21T02:46:37.680Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3222 | 2024-12-21T02:46:39.732Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3223 | 2024-12-21T02:46:39.961Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3224 | 2024-12-21T02:46:40.062Z | [ host-package] Compiling twox-hash v1.6.3 |
3225 | 2024-12-21T02:46:40.307Z | [ host-package] Compiling yasna v0.5.2 |
3226 | 2024-12-21T02:46:41.230Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3227 | 2024-12-21T02:46:41.485Z | [ host-package] Compiling smawk v0.3.2 |
3228 | 2024-12-21T02:46:41.866Z | [ host-package] Compiling is_ci v1.2.0 |
3229 | 2024-12-21T02:46:41.935Z | [ host-package] Compiling textwrap v0.16.1 |
3230 | 2024-12-21T02:46:42.280Z | [ host-package] Compiling supports-color v3.0.1 |
3231 | 2024-12-21T02:46:42.925Z | [ host-package] Compiling rcgen v0.12.1 |
3232 | 2024-12-21T02:46:45.886Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3233 | 2024-12-21T02:46:47.257Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3234 | 2024-12-21T02:46:47.320Z | [ helios-setup] Dec 21 02:46:45.548 INFO E| Compiling toml v0.5.11 |
3235 | 2024-12-21T02:46:47.320Z | [ helios-setup] Dec 21 02:46:45.548 INFO E| Compiling uuid v0.8.2 |
3236 | 2024-12-21T02:46:49.671Z | [ helios-setup] Dec 21 02:46:47.898 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3237 | 2024-12-21T02:46:54.376Z | [ helios-setup] Dec 21 02:46:52.602 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3238 | 2024-12-21T02:46:56.860Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3239 | 2024-12-21T02:46:57.204Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3240 | 2024-12-21T02:47:03.975Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3241 | 2024-12-21T02:47:09.075Z | [ helios-setup] Dec 21 02:47:07.298 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
3242 | 2024-12-21T02:47:09.110Z | [ helios-setup] Dec 21 02:47:07.333 INFO building project "image-builder" ok (64 seconds) |
3243 | 2024-12-21T02:47:09.113Z | [ helios-setup] Dec 21 02:47:07.333 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3244 | 2024-12-21T02:47:09.113Z | [ helios-setup] Dec 21 02:47:07.333 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3245 | 2024-12-21T02:47:09.419Z | [ helios-setup] Dec 21 02:47:07.642 INFO E| Downloading crates ... |
3246 | 2024-12-21T02:47:09.586Z | [ helios-setup] Dec 21 02:47:07.809 INFO E| Downloaded miniz_oxide v0.7.2 |
3247 | 2024-12-21T02:47:09.680Z | [ helios-setup] Dec 21 02:47:07.903 INFO E| Compiling adler v1.0.2 |
3248 | 2024-12-21T02:47:09.905Z | [ helios-setup] Dec 21 02:47:08.128 INFO E| Compiling miniz_oxide v0.7.2 |
3249 | 2024-12-21T02:47:12.728Z | [ helios-setup] Dec 21 02:47:10.950 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3250 | 2024-12-21T02:47:13.662Z | [ helios-setup] Dec 21 02:47:11.884 INFO E| Finished `release` profile [optimized] target(s) in 4.44s |
3251 | 2024-12-21T02:47:13.673Z | [ helios-setup] Dec 21 02:47:11.895 INFO building project "pinprick" ok (4 seconds) |
3252 | 2024-12-21T02:47:13.673Z | [ helios-setup] Dec 21 02:47:11.895 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3253 | 2024-12-21T02:47:13.675Z | [ helios-setup] Dec 21 02:47:11.895 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3254 | 2024-12-21T02:47:13.684Z | [ helios-setup] Dec 21 02:47:11.906 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3255 | 2024-12-21T02:47:14.110Z | [ helios-setup] Dec 21 02:47:12.332 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3256 | 2024-12-21T02:47:14.110Z | [ helios-setup] Dec 21 02:47:12.332 INFO E| info: downloading component 'cargo' |
3257 | 2024-12-21T02:47:16.318Z | [ helios-setup] Dec 21 02:47:14.539 INFO E| info: downloading component 'clippy' |
3258 | 2024-12-21T02:47:16.545Z | [ helios-setup] Dec 21 02:47:14.767 INFO E| info: downloading component 'rust-docs' |
3259 | 2024-12-21T02:47:17.596Z | [ helios-setup] Dec 21 02:47:15.815 INFO E| info: downloading component 'rust-src' |
3260 | 2024-12-21T02:47:17.761Z | [ helios-setup] Dec 21 02:47:15.982 INFO E| info: downloading component 'rust-std' |
3261 | 2024-12-21T02:47:19.687Z | [ helios-setup] Dec 21 02:47:17.908 INFO E| info: downloading component 'rustc' |
3262 | 2024-12-21T02:47:20.536Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3263 | 2024-12-21T02:47:24.397Z | [ helios-setup] Dec 21 02:47:22.617 INFO E| info: downloading component 'rustfmt' |
3264 | 2024-12-21T02:47:24.598Z | [ helios-setup] Dec 21 02:47:22.817 INFO E| info: installing component 'cargo' |
3265 | 2024-12-21T02:47:25.740Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3266 | 2024-12-21T02:47:25.854Z | [ helios-setup] Dec 21 02:47:24.073 INFO E| info: installing component 'clippy' |
3267 | 2024-12-21T02:47:26.276Z | [ helios-setup] Dec 21 02:47:24.495 INFO E| info: installing component 'rust-docs' |
3268 | 2024-12-21T02:47:32.474Z | [ helios-setup] Dec 21 02:47:30.691 INFO E| info: installing component 'rust-src' |
3269 | 2024-12-21T02:47:33.316Z | [ helios-setup] Dec 21 02:47:31.534 INFO E| info: installing component 'rust-std' |
3270 | 2024-12-21T02:47:35.933Z | [ helios-setup] Dec 21 02:47:34.149 INFO E| info: installing component 'rustc' |
3271 | 2024-12-21T02:47:37.899Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3272 | 2024-12-21T02:47:38.212Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3273 | 2024-12-21T02:47:38.578Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3274 | 2024-12-21T02:47:38.964Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3275 | 2024-12-21T02:47:41.579Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3276 | 2024-12-21T02:47:42.174Z | [ helios-setup] Dec 21 02:47:40.389 INFO E| info: installing component 'rustfmt' |
3277 | 2024-12-21T02:47:42.944Z | [ helios-setup] Dec 21 02:47:41.159 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3278 | 2024-12-21T02:47:43.956Z | [ helios-setup] Dec 21 02:47:42.171 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3279 | 2024-12-21T02:47:43.956Z | [ helios-setup] Dec 21 02:47:42.171 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3280 | 2024-12-21T02:47:43.956Z | [ helios-setup] Dec 21 02:47:42.171 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3281 | 2024-12-21T02:47:43.986Z | [ helios-setup] Dec 21 02:47:42.201 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3282 | 2024-12-21T02:47:43.986Z | [ helios-setup] Dec 21 02:47:42.201 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3283 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3284 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3285 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3286 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3287 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3288 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3289 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3290 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.202 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3291 | 2024-12-21T02:47:43.990Z | [ helios-setup] Dec 21 02:47:42.203 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3292 | 2024-12-21T02:47:44.042Z | [ helios-setup] Dec 21 02:47:42.257 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3293 | 2024-12-21T02:47:44.969Z | [ helios-setup] Dec 21 02:47:43.183 INFO E| From https://github.com/oxidecomputer/amd-efs |
3294 | 2024-12-21T02:47:44.969Z | [ helios-setup] Dec 21 02:47:43.184 INFO E| * [new branch] empty -> origin/empty |
3295 | 2024-12-21T02:47:44.971Z | [ helios-setup] Dec 21 02:47:43.184 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3296 | 2024-12-21T02:47:44.971Z | [ helios-setup] Dec 21 02:47:43.184 INFO E| * [new branch] main -> origin/main |
3297 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.184 INFO E| * [new branch] review -> origin/review |
3298 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.184 INFO E| * [new ref] -> origin/HEAD |
3299 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.184 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3300 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3301 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3302 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3303 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3304 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3305 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3306 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.185 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3307 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3308 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3309 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3310 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3311 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3312 | 2024-12-21T02:47:44.972Z | [ helios-setup] Dec 21 02:47:43.186 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3313 | 2024-12-21T02:47:44.996Z | [ helios-setup] Dec 21 02:47:43.211 INFO E| Updating crates.io index |
3314 | 2024-12-21T02:47:45.216Z | [ helios-setup] Dec 21 02:47:43.431 INFO E| Downloading crates ... |
3315 | 2024-12-21T02:47:45.357Z | [ helios-setup] Dec 21 02:47:43.572 INFO E| Downloaded parse_int v0.6.0 |
3316 | 2024-12-21T02:47:45.361Z | [ helios-setup] Dec 21 02:47:43.574 INFO E| Downloaded memoffset v0.5.6 |
3317 | 2024-12-21T02:47:45.361Z | [ helios-setup] Dec 21 02:47:43.575 INFO E| Downloaded four-cc v0.3.0 |
3318 | 2024-12-21T02:47:45.364Z | [ helios-setup] Dec 21 02:47:43.576 INFO E| Downloaded fletcher v0.1.0 |
3319 | 2024-12-21T02:47:45.364Z | [ helios-setup] Dec 21 02:47:43.578 INFO E| Downloaded cfg-if v0.1.10 |
3320 | 2024-12-21T02:47:45.364Z | [ helios-setup] Dec 21 02:47:43.579 INFO E| Downloaded unic-common v0.9.0 |
3321 | 2024-12-21T02:47:45.366Z | [ helios-setup] Dec 21 02:47:43.580 INFO E| Downloaded unic-char-range v0.9.0 |
3322 | 2024-12-21T02:47:45.369Z | [ helios-setup] Dec 21 02:47:43.581 INFO E| Downloaded unic-char-property v0.9.0 |
3323 | 2024-12-21T02:47:45.369Z | [ helios-setup] Dec 21 02:47:43.583 INFO E| Downloaded unic-ucd-version v0.9.0 |
3324 | 2024-12-21T02:47:45.369Z | [ helios-setup] Dec 21 02:47:43.584 INFO E| Downloaded scroll_derive v0.10.5 |
3325 | 2024-12-21T02:47:45.373Z | [ helios-setup] Dec 21 02:47:43.585 INFO E| Downloaded proc-macro-crate v0.1.5 |
3326 | 2024-12-21T02:47:45.373Z | [ helios-setup] Dec 21 02:47:43.586 INFO E| Downloaded bytesize v1.3.0 |
3327 | 2024-12-21T02:47:45.377Z | [ helios-setup] Dec 21 02:47:43.588 INFO E| Downloaded strum v0.23.0 |
3328 | 2024-12-21T02:47:45.377Z | [ helios-setup] Dec 21 02:47:43.589 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3329 | 2024-12-21T02:47:45.380Z | [ helios-setup] Dec 21 02:47:43.590 INFO E| Downloaded ansi_term v0.12.1 |
3330 | 2024-12-21T02:47:45.455Z | [ helios-setup] Dec 21 02:47:43.669 INFO E| Downloaded vec_map v0.8.2 |
3331 | 2024-12-21T02:47:45.468Z | [ helios-setup] Dec 21 02:47:43.671 INFO E| Downloaded thiserror-impl v1.0.64 |
3332 | 2024-12-21T02:47:45.468Z | [ helios-setup] Dec 21 02:47:43.673 INFO E| Downloaded thiserror v1.0.64 |
3333 | 2024-12-21T02:47:45.468Z | [ helios-setup] Dec 21 02:47:43.681 INFO E| Downloaded strsim v0.8.0 |
3334 | 2024-12-21T02:47:45.471Z | [ helios-setup] Dec 21 02:47:43.683 INFO E| Downloaded textwrap v0.11.0 |
3335 | 2024-12-21T02:47:45.471Z | [ helios-setup] Dec 21 02:47:43.685 INFO E| Downloaded strum_macros v0.23.1 |
3336 | 2024-12-21T02:47:45.477Z | [ helios-setup] Dec 21 02:47:43.689 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3337 | 2024-12-21T02:47:45.479Z | [ helios-setup] Dec 21 02:47:43.691 INFO E| Downloaded scroll v0.10.2 |
3338 | 2024-12-21T02:47:45.479Z | [ helios-setup] Dec 21 02:47:43.694 INFO E| Downloaded pre-proc-macro v0.2.1 |
3339 | 2024-12-21T02:47:45.483Z | [ helios-setup] Dec 21 02:47:43.698 INFO E| Downloaded modular-bitfield v0.11.2 |
3340 | 2024-12-21T02:47:45.501Z | [ helios-setup] Dec 21 02:47:43.715 INFO E| Downloaded structopt v0.3.26 |
3341 | 2024-12-21T02:47:45.514Z | [ helios-setup] Dec 21 02:47:43.728 INFO E| Downloaded serde_derive v1.0.210 |
3342 | 2024-12-21T02:47:45.517Z | [ helios-setup] Dec 21 02:47:43.732 INFO E| Downloaded serde v1.0.210 |
3343 | 2024-12-21T02:47:45.526Z | [ helios-setup] Dec 21 02:47:43.737 INFO E| Downloaded pest_meta v2.7.13 |
3344 | 2024-12-21T02:47:45.529Z | [ helios-setup] Dec 21 02:47:43.740 INFO E| Downloaded pest_generator v2.7.13 |
3345 | 2024-12-21T02:47:45.529Z | [ helios-setup] Dec 21 02:47:43.742 INFO E| Downloaded pest v2.7.13 |
3346 | 2024-12-21T02:47:45.534Z | [ helios-setup] Dec 21 02:47:43.749 INFO E| Downloaded goblin v0.4.3 |
3347 | 2024-12-21T02:47:45.543Z | [ helios-setup] Dec 21 02:47:43.758 INFO E| Downloaded serde_json v1.0.128 |
3348 | 2024-12-21T02:47:45.555Z | [ helios-setup] Dec 21 02:47:43.769 INFO E| Downloaded syn v2.0.79 |
3349 | 2024-12-21T02:47:45.572Z | [ helios-setup] Dec 21 02:47:43.787 INFO E| Downloaded clap v2.34.0 |
3350 | 2024-12-21T02:47:45.599Z | [ helios-setup] Dec 21 02:47:43.813 INFO E| Downloaded libc v0.2.159 |
3351 | 2024-12-21T02:47:45.638Z | [ helios-setup] Dec 21 02:47:43.853 INFO E| Downloaded pest_derive v2.7.13 |
3352 | 2024-12-21T02:47:45.641Z | [ helios-setup] Dec 21 02:47:43.856 INFO E| Downloaded once_cell v1.20.1 |
3353 | 2024-12-21T02:47:45.644Z | [ helios-setup] Dec 21 02:47:43.859 INFO E| Downloaded structopt-derive v0.4.18 |
3354 | 2024-12-21T02:47:45.647Z | [ helios-setup] Dec 21 02:47:43.860 INFO E| Downloaded semver-parser v0.7.0 |
3355 | 2024-12-21T02:47:45.647Z | [ helios-setup] Dec 21 02:47:43.862 INFO E| Downloaded semver v0.9.0 |
3356 | 2024-12-21T02:47:45.651Z | [ helios-setup] Dec 21 02:47:43.864 INFO E| Downloaded rustc_version v0.2.3 |
3357 | 2024-12-21T02:47:45.651Z | [ helios-setup] Dec 21 02:47:43.865 INFO E| Downloaded pre v0.2.1 |
3358 | 2024-12-21T02:47:45.744Z | [ helios-setup] Dec 21 02:47:43.958 INFO E| Compiling proc-macro2 v1.0.86 |
3359 | 2024-12-21T02:47:45.744Z | [ helios-setup] Dec 21 02:47:43.958 INFO E| Compiling unicode-ident v1.0.13 |
3360 | 2024-12-21T02:47:45.747Z | [ helios-setup] Dec 21 02:47:43.958 INFO E| Compiling syn v1.0.109 |
3361 | 2024-12-21T02:47:45.747Z | [ helios-setup] Dec 21 02:47:43.958 INFO E| Compiling version_check v0.9.5 |
3362 | 2024-12-21T02:47:45.747Z | [ helios-setup] Dec 21 02:47:43.959 INFO E| Compiling memchr v2.7.4 |
3363 | 2024-12-21T02:47:45.747Z | [ helios-setup] Dec 21 02:47:43.959 INFO E| Compiling autocfg v1.4.0 |
3364 | 2024-12-21T02:47:45.747Z | [ helios-setup] Dec 21 02:47:43.959 INFO E| Compiling thiserror v1.0.64 |
3365 | 2024-12-21T02:47:45.747Z | [ helios-setup] Dec 21 02:47:43.959 INFO E| Compiling semver-parser v0.7.0 |
3366 | 2024-12-21T02:47:46.330Z | [ host-package] Compiling fatfs v0.3.6 |
3367 | 2024-12-21T02:47:46.481Z | [ helios-setup] Dec 21 02:47:44.695 INFO E| Compiling semver v0.9.0 |
3368 | 2024-12-21T02:47:47.148Z | [ helios-setup] Dec 21 02:47:45.363 INFO E| Compiling serde v1.0.210 |
3369 | 2024-12-21T02:47:47.280Z | [ helios-setup] Dec 21 02:47:45.494 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3370 | 2024-12-21T02:47:47.483Z | [ helios-setup] Dec 21 02:47:45.698 INFO E| Compiling proc-macro-error v1.0.4 |
3371 | 2024-12-21T02:47:47.643Z | [ helios-setup] Dec 21 02:47:45.857 INFO E| Compiling rustc_version v0.2.3 |
3372 | 2024-12-21T02:47:47.878Z | [ helios-setup] Dec 21 02:47:46.092 INFO E| Compiling serde_json v1.0.128 |
3373 | 2024-12-21T02:47:48.011Z | [ helios-setup] Dec 21 02:47:46.225 INFO E| Compiling num-traits v0.2.19 |
3374 | 2024-12-21T02:47:48.481Z | [ helios-setup] Dec 21 02:47:46.695 INFO E| Compiling schemars v0.8.21 |
3375 | 2024-12-21T02:47:48.653Z | [ helios-setup] Dec 21 02:47:46.867 INFO E| Compiling ryu v1.0.18 |
3376 | 2024-12-21T02:47:48.660Z | [ helios-setup] Dec 21 02:47:46.874 INFO E| Compiling itoa v1.0.11 |
3377 | 2024-12-21T02:47:48.686Z | [ helios-setup] Dec 21 02:47:46.900 INFO E| Compiling unicode-segmentation v1.12.0 |
3378 | 2024-12-21T02:47:49.027Z | [ helios-setup] Dec 21 02:47:47.241 INFO E| Compiling pre-proc-macro v0.2.1 |
3379 | 2024-12-21T02:47:49.299Z | [ helios-setup] Dec 21 02:47:47.512 INFO E| Compiling memoffset v0.5.6 |
3380 | 2024-12-21T02:47:49.386Z | [ helios-setup] Dec 21 02:47:47.600 INFO E| Compiling paste v1.0.15 |
3381 | 2024-12-21T02:47:49.422Z | [ helios-setup] Dec 21 02:47:47.636 INFO E| Compiling rustversion v1.0.17 |
3382 | 2024-12-21T02:47:49.840Z | [ helios-setup] Dec 21 02:47:48.054 INFO E| Compiling quote v1.0.37 |
3383 | 2024-12-21T02:47:49.939Z | [ helios-setup] Dec 21 02:47:48.153 INFO E| Compiling lazy_static v1.5.0 |
3384 | 2024-12-21T02:47:50.088Z | [ helios-setup] Dec 21 02:47:48.302 INFO E| Compiling ucd-trie v0.1.7 |
3385 | 2024-12-21T02:47:50.148Z | [ helios-setup] Dec 21 02:47:48.362 INFO E| Compiling heck v0.3.3 |
3386 | 2024-12-21T02:47:50.290Z | [ helios-setup] Dec 21 02:47:48.503 INFO E| Compiling libc v0.2.159 |
3387 | 2024-12-21T02:47:50.667Z | [ helios-setup] Dec 21 02:47:48.881 INFO E| Compiling syn v2.0.79 |
3388 | 2024-12-21T02:47:50.886Z | [ helios-setup] Dec 21 02:47:49.100 INFO E| Compiling dyn-clone v1.0.17 |
3389 | 2024-12-21T02:47:51.423Z | [ helios-setup] Dec 21 02:47:49.637 INFO E| Compiling pre v0.2.1 |
3390 | 2024-12-21T02:47:51.499Z | [ helios-setup] Dec 21 02:47:49.712 INFO E| Compiling byteorder v1.5.0 |
3391 | 2024-12-21T02:47:51.944Z | [ helios-setup] Dec 21 02:47:50.157 INFO E| Compiling cfg-if v0.1.10 |
3392 | 2024-12-21T02:47:52.046Z | [ helios-setup] Dec 21 02:47:50.259 INFO E| Compiling once_cell v1.20.1 |
3393 | 2024-12-21T02:47:52.113Z | [ host-package] Compiling rtoolbox v0.0.2 |
3394 | 2024-12-21T02:47:52.291Z | [ helios-setup] Dec 21 02:47:50.504 INFO E| Compiling static_assertions v1.1.0 |
3395 | 2024-12-21T02:47:53.025Z | [ helios-setup] Dec 21 02:47:51.238 INFO E| Compiling unicode-width v0.1.14 |
3396 | 2024-12-21T02:47:53.140Z | [ host-package] Compiling subprocess v0.2.9 |
3397 | 2024-12-21T02:47:54.080Z | [ helios-setup] Dec 21 02:47:52.293 INFO E| Compiling textwrap v0.11.0 |
3398 | 2024-12-21T02:47:54.151Z | [ helios-setup] Dec 21 02:47:52.364 INFO E| Compiling atty v0.2.14 |
3399 | 2024-12-21T02:47:54.469Z | [ helios-setup] Dec 21 02:47:52.682 INFO E| Compiling unic-char-range v0.9.0 |
3400 | 2024-12-21T02:47:54.773Z | [ helios-setup] Dec 21 02:47:52.986 INFO E| Compiling fletcher v0.1.0 |
3401 | 2024-12-21T02:47:54.990Z | [ helios-setup] Dec 21 02:47:53.200 INFO E| Compiling ansi_term v0.12.1 |
3402 | 2024-12-21T02:47:55.266Z | [ helios-setup] Dec 21 02:47:53.479 INFO E| Compiling strsim v0.8.0 |
3403 | 2024-12-21T02:47:55.406Z | [ helios-setup] Dec 21 02:47:53.619 INFO E| Compiling strum v0.23.0 |
3404 | 2024-12-21T02:47:55.915Z | [ helios-setup] Dec 21 02:47:53.964 INFO E| Compiling parse_int v0.6.0 |
3405 | 2024-12-21T02:47:55.929Z | [ helios-setup] Dec 21 02:47:54.075 INFO E| Compiling unic-common v0.9.0 |
3406 | 2024-12-21T02:47:55.947Z | [ helios-setup] Dec 21 02:47:54.157 INFO E| Compiling bitflags v1.3.2 |
3407 | 2024-12-21T02:47:56.057Z | [ helios-setup] Dec 21 02:47:54.269 INFO E| Compiling vec_map v0.8.2 |
3408 | 2024-12-21T02:47:56.122Z | [ helios-setup] Dec 21 02:47:54.335 INFO E| Compiling unic-ucd-version v0.9.0 |
3409 | 2024-12-21T02:47:56.123Z | [ helios-setup] Dec 21 02:47:54.335 INFO E| Compiling unic-char-property v0.9.0 |
3410 | 2024-12-21T02:47:56.257Z | [ helios-setup] Dec 21 02:47:54.469 INFO E| Compiling log v0.4.22 |
3411 | 2024-12-21T02:47:56.280Z | [ helios-setup] Dec 21 02:47:54.493 INFO E| Compiling plain v0.2.3 |
3412 | 2024-12-21T02:47:56.556Z | [ helios-setup] Dec 21 02:47:54.768 INFO E| Compiling unic-ucd-ident v0.9.0 |
3413 | 2024-12-21T02:47:56.813Z | [ helios-setup] Dec 21 02:47:55.025 INFO E| Compiling clap v2.34.0 |
3414 | 2024-12-21T02:47:56.831Z | [ helios-setup] Dec 21 02:47:55.043 INFO E| Compiling bytesize v1.3.0 |
3415 | 2024-12-21T02:47:57.797Z | [ host-package] Compiling assert_matches v1.5.0 |
3416 | 2024-12-21T02:47:57.800Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3417 | 2024-12-21T02:47:59.543Z | [ helios-setup] Dec 21 02:47:57.754 INFO E| Compiling serde_derive_internals v0.29.1 |
3418 | 2024-12-21T02:48:00.820Z | [ host-package] Compiling rpassword v7.3.1 |
3419 | 2024-12-21T02:48:01.603Z | [ helios-setup] Dec 21 02:47:59.814 INFO E| Compiling toml v0.5.11 |
3420 | 2024-12-21T02:48:01.703Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3421 | 2024-12-21T02:48:01.836Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3422 | 2024-12-21T02:48:04.739Z | [ helios-setup] Dec 21 02:48:02.949 INFO E| Compiling proc-macro-crate v0.1.5 |
3423 | 2024-12-21T02:48:06.097Z | [ helios-setup] Dec 21 02:48:04.307 INFO E| Compiling thiserror-impl v1.0.64 |
3424 | 2024-12-21T02:48:06.097Z | [ helios-setup] Dec 21 02:48:04.307 INFO E| Compiling serde_derive v1.0.210 |
3425 | 2024-12-21T02:48:06.131Z | [ helios-setup] Dec 21 02:48:04.341 INFO E| Compiling schemars_derive v0.8.21 |
3426 | 2024-12-21T02:48:06.189Z | [ helios-setup] Dec 21 02:48:04.398 INFO E| Compiling zerocopy-derive v0.6.6 |
3427 | 2024-12-21T02:48:06.310Z | [ helios-setup] Dec 21 02:48:04.520 INFO E| Compiling num-derive v0.4.2 |
3428 | 2024-12-21T02:48:07.463Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3429 | 2024-12-21T02:48:10.075Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3430 | 2024-12-21T02:48:10.445Z | [ helios-setup] Dec 21 02:48:08.654 INFO E| Compiling zerocopy v0.6.6 |
3431 | 2024-12-21T02:48:11.067Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3432 | 2024-12-21T02:48:12.082Z | [ helios-setup] Dec 21 02:48:10.290 INFO E| Compiling pest v2.7.13 |
3433 | 2024-12-21T02:48:12.326Z | [ helios-setup] Dec 21 02:48:10.534 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3434 | 2024-12-21T02:48:12.326Z | [ helios-setup] Dec 21 02:48:10.534 INFO E| Compiling strum_macros v0.23.1 |
3435 | 2024-12-21T02:48:12.326Z | [ helios-setup] Dec 21 02:48:10.534 INFO E| Compiling scroll_derive v0.10.5 |
3436 | 2024-12-21T02:48:12.784Z | [ helios-setup] Dec 21 02:48:10.993 INFO E| Compiling structopt-derive v0.4.18 |
3437 | 2024-12-21T02:48:14.478Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3438 | 2024-12-21T02:48:15.393Z | [ host-package] Compiling uzers v0.12.1 |
3439 | 2024-12-21T02:48:15.630Z | [ helios-setup] Dec 21 02:48:13.838 INFO E| Compiling scroll v0.10.2 |
3440 | 2024-12-21T02:48:16.730Z | [ helios-setup] Dec 21 02:48:14.937 INFO E| Compiling goblin v0.4.3 |
3441 | 2024-12-21T02:48:17.243Z | [ helios-setup] Dec 21 02:48:15.450 INFO E| Compiling pest_meta v2.7.13 |
3442 | 2024-12-21T02:48:17.648Z | [ helios-setup] Dec 21 02:48:15.849 INFO E| Compiling modular-bitfield v0.11.2 |
3443 | 2024-12-21T02:48:18.894Z | [ helios-setup] Dec 21 02:48:17.101 INFO E| Compiling structopt v0.3.26 |
3444 | 2024-12-21T02:48:19.943Z | [ helios-setup] Dec 21 02:48:18.149 INFO E| Compiling pest_generator v2.7.13 |
3445 | 2024-12-21T02:48:20.748Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3446 | 2024-12-21T02:48:25.065Z | [ helios-setup] Dec 21 02:48:23.271 INFO E| Compiling pest_derive v2.7.13 |
3447 | 2024-12-21T02:48:28.725Z | [ helios-setup] Dec 21 02:48:26.929 INFO E| Compiling json5 v0.4.1 |
3448 | 2024-12-21T02:48:32.454Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3449 | 2024-12-21T02:48:34.279Z | [ helios-setup] Dec 21 02:48:32.483 INFO E| Compiling four-cc v0.3.0 |
3450 | 2024-12-21T02:48:34.279Z | [ helios-setup] Dec 21 02:48:32.483 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3451 | 2024-12-21T02:48:34.524Z | [ helios-setup] Dec 21 02:48:32.727 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3452 | 2024-12-21T02:48:35.750Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3453 | 2024-12-21T02:49:04.252Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3454 | 2024-12-21T02:49:12.646Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3455 | 2024-12-21T02:49:16.349Z | [ host-package] Compiling multimap v0.10.0 |
3456 | 2024-12-21T02:49:18.350Z | [ helios-setup] Dec 21 02:49:16.544 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3457 | 2024-12-21T02:49:39.275Z | [ helios-setup] Dec 21 02:49:37.463 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3458 | 2024-12-21T02:50:31.509Z | [ helios-setup] Dec 21 02:50:29.686 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 48s |
3459 | 2024-12-21T02:50:31.546Z | [ helios-setup] Dec 21 02:50:29.723 INFO building project "amd-host-image-builder" ok (197 seconds) |
3460 | 2024-12-21T02:50:31.549Z | [ helios-setup] rm -f helios-build |
3461 | 2024-12-21T02:50:31.552Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3462 | 2024-12-21T02:50:31.554Z | [ helios-setup] |
3463 | 2024-12-21T02:50:31.557Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3464 | 2024-12-21T02:50:31.557Z | [ helios-setup] |
3465 | 2024-12-21T02:50:31.560Z | [ helios-setup] |
3466 | 2024-12-21T02:50:31.560Z | Dec 21 02:50:29.735 INFO [helios-setup] process exited with exit status: 0 (750.292860766s) |
3467 | 2024-12-21T02:50:31.560Z | [ helios-setup] real 12:30.287004447 |
3468 | 2024-12-21T02:50:31.560Z | [ helios-setup] user 29:05.347517409 |
3469 | 2024-12-21T02:50:31.560Z | [ helios-setup] sys 3:35.187587591 |
3470 | 2024-12-21T02:50:31.560Z | [ helios-setup] trap 1.647828243 |
3471 | 2024-12-21T02:50:31.560Z | [ helios-setup] tflt 6.153202828 |
3472 | 2024-12-21T02:50:31.560Z | [ helios-setup] dflt 38.391379573 |
3473 | 2024-12-21T02:50:31.560Z | [ helios-setup] kflt 0.012290959 |
3474 | 2024-12-21T02:50:31.560Z | [ helios-setup] lock 2:07:20.905344492 |
3475 | 2024-12-21T02:50:31.560Z | [ helios-setup] slp 3:46:48.080983432 |
3476 | 2024-12-21T02:50:31.560Z | [ helios-setup] lat 33:27.753945426 |
3477 | 2024-12-21T02:50:31.560Z | [ helios-setup] stop 4:40.596567227 |
3478 | 2024-12-21T02:50:31.560Z | Dec 21 02:50:29.736 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3479 | 2024-12-21T02:50:31.586Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3480 | 2024-12-21T02:50:31.817Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3481 | 2024-12-21T02:50:31.817Z | [ phbl-toolchain] info: downloading component 'cargo' |
3482 | 2024-12-21T02:50:32.726Z | [ phbl-toolchain] info: downloading component 'clippy' |
3483 | 2024-12-21T02:50:33.245Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3484 | 2024-12-21T02:50:38.069Z | [ phbl-toolchain] info: downloading component 'miri' |
3485 | 2024-12-21T02:50:38.225Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3486 | 2024-12-21T02:50:39.523Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3487 | 2024-12-21T02:50:40.010Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3488 | 2024-12-21T02:50:42.582Z | [ phbl-toolchain] info: downloading component 'rustc' |
3489 | 2024-12-21T02:50:51.524Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3490 | 2024-12-21T02:50:51.746Z | [ phbl-toolchain] info: installing component 'cargo' |
3491 | 2024-12-21T02:50:53.058Z | [ phbl-toolchain] info: installing component 'clippy' |
3492 | 2024-12-21T02:50:53.615Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3493 | 2024-12-21T02:50:59.298Z | [ phbl-toolchain] info: installing component 'miri' |
3494 | 2024-12-21T02:50:59.636Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3495 | 2024-12-21T02:51:06.665Z | [ phbl-toolchain] info: installing component 'rust-src' |
3496 | 2024-12-21T02:51:07.370Z | [ phbl-toolchain] info: installing component 'rust-std' |
3497 | 2024-12-21T02:51:09.795Z | [ phbl-toolchain] info: installing component 'rustc' |
3498 | 2024-12-21T02:51:19.084Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3499 | 2024-12-21T02:51:19.745Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3500 | 2024-12-21T02:51:19.748Z | Dec 21 02:51:17.914 INFO [phbl-toolchain] process exited with exit status: 0 (48.177056989s) |
3501 | 2024-12-21T02:51:51.332Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3502 | 2024-12-21T02:52:00.896Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3503 | 2024-12-21T02:58:34.862Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 41s |
3504 | 2024-12-21T02:59:42.680Z | Dec 21 02:59:40.731 INFO [host-package] process exited with exit status: 0 (1249.877724299s) |
3505 | 2024-12-21T02:59:42.682Z | Dec 21 02:59:40.731 INFO [host-stamp] running task |
3506 | 2024-12-21T02:59:42.683Z | Dec 21 02:59:40.731 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3507 | 2024-12-21T02:59:42.688Z | Dec 21 02:59:40.739 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+gitecf33f7efc1 |
3508 | 2024-12-21T02:59:42.695Z | Dec 21 02:59:40.746 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+gitecf33f7efc1 |
3509 | 2024-12-21T02:59:42.701Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3510 | 2024-12-21T02:59:42.705Z | Dec 21 02:59:40.753 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+gitecf33f7efc1 |
3511 | 2024-12-21T02:59:42.707Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3512 | 2024-12-21T02:59:42.710Z | Dec 21 02:59:40.760 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+gitecf33f7efc1 |
3513 | 2024-12-21T02:59:42.715Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3514 | 2024-12-21T02:59:42.719Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3515 | 2024-12-21T02:59:42.719Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3516 | 2024-12-21T02:59:42.722Z | Dec 21 02:59:40.771 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+gitecf33f7efc1 |
3517 | 2024-12-21T02:59:42.727Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3518 | 2024-12-21T02:59:42.731Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3519 | 2024-12-21T02:59:42.734Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3520 | 2024-12-21T02:59:42.734Z | Dec 21 02:59:40.783 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+gitecf33f7efc1 |
3521 | 2024-12-21T02:59:42.741Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3522 | 2024-12-21T02:59:42.741Z | Dec 21 02:59:40.792 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+gitecf33f7efc1 |
3523 | 2024-12-21T02:59:42.751Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3524 | 2024-12-21T02:59:42.755Z | Dec 21 02:59:40.803 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+gitecf33f7efc1 |
3525 | 2024-12-21T02:59:42.766Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3526 | 2024-12-21T02:59:42.767Z | Dec 21 02:59:40.818 INFO [stamp-oxlog] process exited with exit status: 0 (78.719998ms) |
3527 | 2024-12-21T02:59:42.770Z | Dec 21 02:59:40.818 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (72.024406ms) |
3528 | 2024-12-21T02:59:42.770Z | Dec 21 02:59:40.818 INFO [stamp-overlay] process exited with exit status: 0 (58.530411ms) |
3529 | 2024-12-21T02:59:42.779Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3530 | 2024-12-21T02:59:42.813Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3531 | 2024-12-21T02:59:42.818Z | Dec 21 02:59:40.868 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (115.431089ms) |
3532 | 2024-12-21T02:59:42.962Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3533 | 2024-12-21T02:59:42.965Z | Dec 21 02:59:41.016 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (245.381513ms) |
3534 | 2024-12-21T02:59:43.145Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3535 | 2024-12-21T02:59:43.148Z | Dec 21 02:59:41.200 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (407.37671ms) |
3536 | 2024-12-21T02:59:43.942Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3537 | 2024-12-21T02:59:43.950Z | Dec 21 02:59:41.996 INFO [stamp-propolis-server] process exited with exit status: 0 (1.193571794s) |
3538 | 2024-12-21T02:59:43.962Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3539 | 2024-12-21T02:59:46.310Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3540 | 2024-12-21T02:59:53.490Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3541 | 2024-12-21T02:59:53.498Z | Dec 21 02:59:51.542 INFO [stamp-switch-asic] process exited with exit status: 0 (10.759676405s) |
3542 | 2024-12-21T02:59:53.498Z | Dec 21 02:59:51.543 INFO [host-stamp] task succeeded (10.811783346s) |
3543 | 2024-12-21T02:59:53.498Z | Dec 21 02:59:51.543 INFO [host-proto] running task |
3544 | 2024-12-21T02:59:53.912Z | Dec 21 02:59:51.960 INFO [host-proto] task succeeded (417.724108ms) |
3545 | 2024-12-21T02:59:53.912Z | Dec 21 02:59:51.960 INFO [host-profile] running task |
3546 | 2024-12-21T02:59:53.917Z | Dec 21 02:59:51.961 INFO [host-profile] task succeeded (308.016µs) |
3547 | 2024-12-21T02:59:53.917Z | Dec 21 02:59:51.961 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/.tmpLkmalU/proto/host/root -N 'ci ecf33f7/${os_short_commit} 2024-12-21 02:37' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3548 | 2024-12-21T02:59:53.930Z | [ host-image] Dec 21 02:59:51.979 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3549 | 2024-12-21T02:59:53.930Z | [ host-image] Dec 21 02:59:51.979 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3550 | 2024-12-21T02:59:53.944Z | [ host-image] Dec 21 02:59:51.993 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpLkmalU/proto/host/root" |
3551 | 2024-12-21T02:59:53.944Z | [ host-image] Dec 21 02:59:51.993 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3552 | 2024-12-21T02:59:53.948Z | [ host-image] Dec 21 02:59:51.993 INFO image builder template: ramdisk-01-os... |
3553 | 2024-12-21T02:59:53.948Z | [ host-image] Dec 21 02:59:51.993 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/.tmpLkmalU/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 |
3554 | 2024-12-21T02:59:53.965Z | [ host-image] Dec 21 02:59:52.013 INFO O| Dec 21 02:59:52.013 INFO CREATE DATASET: rpool/images/build/host/output |
3555 | 2024-12-21T02:59:54.160Z | [ host-image] Dec 21 02:59:52.208 INFO O| Dec 21 02:59:52.208 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3556 | 2024-12-21T02:59:54.164Z | [ host-image] Dec 21 02:59:52.213 INFO O| Dec 21 02:59:52.213 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3557 | 2024-12-21T02:59:54.392Z | [ host-image] Dec 21 02:59:52.440 INFO O| Dec 21 02:59:52.440 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3558 | 2024-12-21T02:59:54.466Z | [ host-image] Dec 21 02:59:52.514 INFO O| Dec 21 02:59:52.514 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3559 | 2024-12-21T02:59:54.471Z | [ host-image] Dec 21 02:59:52.514 INFO O| Dec 21 02:59:52.514 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3560 | 2024-12-21T02:59:54.472Z | [ host-image] Dec 21 02:59:52.515 INFO O| Dec 21 02:59:52.515 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3561 | 2024-12-21T02:59:54.472Z | [ host-image] Dec 21 02:59:52.515 INFO O| Dec 21 02:59:52.515 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3562 | 2024-12-21T02:59:54.478Z | [ host-image] Dec 21 02:59:52.526 INFO O| Dec 21 02:59:52.526 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3563 | 2024-12-21T02:59:54.722Z | [ host-image] Dec 21 02:59:52.771 INFO O| Dec 21 02:59:52.771 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3564 | 2024-12-21T02:59:54.736Z | [ host-image] Dec 21 02:59:52.784 INFO O| Dec 21 02:59:52.784 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3565 | 2024-12-21T02:59:55.288Z | [ host-image] Dec 21 02:59:53.336 INFO O| Dec 21 02:59:53.336 INFO O| Caching catalogs ... Done |
3566 | 2024-12-21T02:59:55.410Z | [ host-image] Dec 21 02:59:53.458 INFO O| Dec 21 02:59:53.458 INFO STEP 0 (pkg_image_create) COMPLETE |
3567 | 2024-12-21T02:59:55.410Z | [ host-image] Dec 21 02:59:53.458 INFO O| Dec 21 02:59:53.458 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3568 | 2024-12-21T02:59:55.415Z | [ host-image] Dec 21 02:59:53.458 INFO O| Dec 21 02:59:53.458 INFO skip step because feature "repo_redist" is not enabled |
3569 | 2024-12-21T02:59:55.415Z | [ host-image] Dec 21 02:59:53.458 INFO O| Dec 21 02:59:53.458 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3570 | 2024-12-21T02:59:55.426Z | [ host-image] Dec 21 02:59:53.475 INFO O| Dec 21 02:59:53.475 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3571 | 2024-12-21T02:59:56.015Z | [ host-image] Dec 21 02:59:54.061 INFO O| Dec 21 02:59:54.061 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3572 | 2024-12-21T02:59:56.015Z | [ host-image] Dec 21 02:59:54.061 INFO O| Dec 21 02:59:54.061 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3573 | 2024-12-21T02:59:56.032Z | [ host-image] Dec 21 02:59:54.080 INFO O| Dec 21 02:59:54.080 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"] |
3574 | 2024-12-21T02:59:56.572Z | [ host-image] Dec 21 02:59:54.620 INFO O| Dec 21 02:59:54.620 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3575 | 2024-12-21T02:59:56.572Z | [ host-image] Dec 21 02:59:54.620 INFO O| Dec 21 02:59:54.620 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3576 | 2024-12-21T02:59:56.575Z | [ host-image] Dec 21 02:59:54.620 INFO O| Dec 21 02:59:54.620 INFO skip step because feature "repo_redist" is not enabled |
3577 | 2024-12-21T02:59:56.575Z | [ host-image] Dec 21 02:59:54.620 INFO O| Dec 21 02:59:54.620 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3578 | 2024-12-21T02:59:57.135Z | [ host-image] Dec 21 02:59:55.183 INFO O| Dec 21 02:59:55.183 INFO variant opensolaris.zone is already global |
3579 | 2024-12-21T02:59:57.135Z | [ host-image] Dec 21 02:59:55.183 INFO O| Dec 21 02:59:55.183 INFO STEP 5 (pkg_change_variant) COMPLETE |
3580 | 2024-12-21T02:59:57.135Z | [ host-image] Dec 21 02:59:55.183 INFO O| Dec 21 02:59:55.183 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3581 | 2024-12-21T02:59:57.744Z | [ host-image] Dec 21 02:59:55.791 INFO O| Dec 21 02:59:55.791 INFO variant opensolaris.imagetype is full; changing to partial |
3582 | 2024-12-21T02:59:57.744Z | [ host-image] Dec 21 02:59:55.791 INFO O| Dec 21 02:59:55.791 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3583 | 2024-12-21T03:00:05.298Z | [ host-image] Dec 21 03:00:03.343 INFO O| Dec 21 03:00:03.343 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3584 | 2024-12-21T03:00:05.800Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.81s |
3585 | 2024-12-21T03:00:07.089Z | Dec 21 03:00:05.128 INFO [recovery-package] process exited with exit status: 0 (24.396800354s) |
3586 | 2024-12-21T03:00:07.089Z | Dec 21 03:00:05.128 INFO [recovery-stamp] running task |
3587 | 2024-12-21T03:00:07.092Z | Dec 21 03:00:05.128 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3588 | 2024-12-21T03:00:07.092Z | Dec 21 03:00:05.136 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+gitecf33f7efc1 |
3589 | 2024-12-21T03:00:07.098Z | Dec 21 03:00:05.143 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitecf33f7efc1 |
3590 | 2024-12-21T03:00:07.108Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3591 | 2024-12-21T03:00:07.114Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3592 | 2024-12-21T03:00:07.196Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3593 | 2024-12-21T03:00:07.201Z | Dec 21 03:00:05.246 INFO [stamp-installinator] process exited with exit status: 0 (102.403071ms) |
3594 | 2024-12-21T03:00:07.233Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3595 | 2024-12-21T03:00:07.238Z | Dec 21 03:00:05.278 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (142.004043ms) |
3596 | 2024-12-21T03:00:07.239Z | Dec 21 03:00:05.278 INFO [recovery-stamp] task succeeded (150.233735ms) |
3597 | 2024-12-21T03:00:07.239Z | Dec 21 03:00:05.279 INFO [recovery-proto] running task |
3598 | 2024-12-21T03:00:07.239Z | Dec 21 03:00:05.279 INFO [tuf-stamp] running task |
3599 | 2024-12-21T03:00:07.239Z | Dec 21 03:00:05.279 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+gitecf33f7efc1 |
3600 | 2024-12-21T03:00:07.249Z | Dec 21 03:00:05.294 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+gitecf33f7efc1 |
3601 | 2024-12-21T03:00:07.262Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-21T03:00:07.265Z | Dec 21 03:00:05.307 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+gitecf33f7efc1 |
3603 | 2024-12-21T03:00:07.274Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3604 | 2024-12-21T03:00:07.278Z | Dec 21 03:00:05.320 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+gitecf33f7efc1 |
3605 | 2024-12-21T03:00:07.285Z | Dec 21 03:00:05.330 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+gitecf33f7efc1 |
3606 | 2024-12-21T03:00:07.293Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3607 | 2024-12-21T03:00:07.297Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2024-12-21T03:00:07.303Z | Dec 21 03:00:05.343 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+gitecf33f7efc1 |
3609 | 2024-12-21T03:00:07.330Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-21T03:00:07.336Z | Dec 21 03:00:05.371 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+gitecf33f7efc1 |
3611 | 2024-12-21T03:00:07.444Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3612 | 2024-12-21T03:00:07.453Z | Dec 21 03:00:05.472 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+gitecf33f7efc1 |
3613 | 2024-12-21T03:00:07.519Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3614 | 2024-12-21T03:00:07.528Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3615 | 2024-12-21T03:00:07.528Z | Dec 21 03:00:05.558 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+gitecf33f7efc1 |
3616 | 2024-12-21T03:00:07.581Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3617 | 2024-12-21T03:00:07.585Z | Dec 21 03:00:05.626 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gitecf33f7efc1 |
3618 | 2024-12-21T03:00:07.709Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3619 | 2024-12-21T03:00:07.713Z | Dec 21 03:00:05.754 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+gitecf33f7efc1 |
3620 | 2024-12-21T03:00:07.782Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3621 | 2024-12-21T03:00:07.784Z | Dec 21 03:00:05.825 INFO [stamp-probe] process exited with exit status: 0 (481.290044ms) |
3622 | 2024-12-21T03:00:07.807Z | Dec 21 03:00:05.853 INFO [recovery-proto] task succeeded (574.074638ms) |
3623 | 2024-12-21T03:00:07.824Z | Dec 21 03:00:05.859 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/.tmpLkmalU/proto/recovery/root -N 'recovery ecf33f7/${os_short_commit} 2024-12-21 02:37' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3624 | 2024-12-21T03:00:08.028Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3625 | 2024-12-21T03:00:08.029Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3626 | 2024-12-21T03:00:08.029Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3627 | 2024-12-21T03:00:08.037Z | [ recovery-image] Dec 21 03:00:06.081 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3628 | 2024-12-21T03:00:08.037Z | [ recovery-image] Dec 21 03:00:06.082 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3629 | 2024-12-21T03:00:08.054Z | [ recovery-image] Dec 21 03:00:06.098 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpLkmalU/proto/recovery/root" |
3630 | 2024-12-21T03:00:08.054Z | [ recovery-image] Dec 21 03:00:06.099 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3631 | 2024-12-21T03:00:08.057Z | [ recovery-image] Dec 21 03:00:06.099 INFO image builder template: ramdisk-01-os... |
3632 | 2024-12-21T03:00:08.057Z | [ recovery-image] Dec 21 03:00:06.099 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/.tmpLkmalU/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 |
3633 | 2024-12-21T03:00:08.061Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3634 | 2024-12-21T03:00:08.095Z | [ recovery-image] Dec 21 03:00:06.128 INFO O| Dec 21 03:00:06.128 INFO CREATE DATASET: rpool/images/build/recovery/output |
3635 | 2024-12-21T03:00:08.099Z | Dec 21 03:00:06.133 INFO [stamp-ntp] process exited with exit status: 0 (573.996602ms) |
3636 | 2024-12-21T03:00:08.601Z | [ recovery-image] Dec 21 03:00:06.646 INFO O| Dec 21 03:00:06.646 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3637 | 2024-12-21T03:00:08.607Z | [ recovery-image] Dec 21 03:00:06.652 INFO O| Dec 21 03:00:06.652 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3638 | 2024-12-21T03:00:08.749Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3639 | 2024-12-21T03:00:08.794Z | Dec 21 03:00:06.830 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.509633911s) |
3640 | 2024-12-21T03:00:08.929Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3641 | 2024-12-21T03:00:08.991Z | [ recovery-image] Dec 21 03:00:07.035 INFO O| Dec 21 03:00:07.035 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3642 | 2024-12-21T03:00:09.036Z | Dec 21 03:00:07.069 INFO [stamp-internal-dns] process exited with exit status: 0 (1.774944528s) |
3643 | 2024-12-21T03:00:09.042Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3644 | 2024-12-21T03:00:09.066Z | Dec 21 03:00:07.111 INFO [stamp-external-dns] process exited with exit status: 0 (1.831380228s) |
3645 | 2024-12-21T03:00:09.098Z | [ recovery-image] Dec 21 03:00:07.143 INFO O| Dec 21 03:00:07.143 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3646 | 2024-12-21T03:00:09.098Z | [ recovery-image] Dec 21 03:00:07.143 INFO O| Dec 21 03:00:07.143 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3647 | 2024-12-21T03:00:09.101Z | [ recovery-image] Dec 21 03:00:07.143 INFO O| Dec 21 03:00:07.143 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3648 | 2024-12-21T03:00:09.102Z | [ recovery-image] Dec 21 03:00:07.143 INFO O| Dec 21 03:00:07.143 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3649 | 2024-12-21T03:00:09.111Z | [ recovery-image] Dec 21 03:00:07.156 INFO O| Dec 21 03:00:07.156 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3650 | 2024-12-21T03:00:09.403Z | [ recovery-image] Dec 21 03:00:07.448 INFO O| Dec 21 03:00:07.448 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-12-21T03:00:09.448Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3652 | 2024-12-21T03:00:09.453Z | [ recovery-image] Dec 21 03:00:07.493 INFO O| Dec 21 03:00:07.493 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3653 | 2024-12-21T03:00:09.495Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3654 | 2024-12-21T03:00:09.500Z | Dec 21 03:00:07.543 INFO [stamp-oximeter] process exited with exit status: 0 (2.23589856s) |
3655 | 2024-12-21T03:00:09.504Z | Dec 21 03:00:07.547 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.921071776s) |
3656 | 2024-12-21T03:00:09.965Z | [ recovery-image] Dec 21 03:00:08.010 INFO O| Dec 21 03:00:08.009 INFO O| Caching catalogs ... Done |
3657 | 2024-12-21T03:00:10.088Z | [ recovery-image] Dec 21 03:00:08.132 INFO O| Dec 21 03:00:08.132 INFO STEP 0 (pkg_image_create) COMPLETE |
3658 | 2024-12-21T03:00:10.088Z | [ recovery-image] Dec 21 03:00:08.132 INFO O| Dec 21 03:00:08.132 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3659 | 2024-12-21T03:00:10.088Z | [ recovery-image] Dec 21 03:00:08.132 INFO O| Dec 21 03:00:08.132 INFO skip step because feature "repo_redist" is not enabled |
3660 | 2024-12-21T03:00:10.088Z | [ recovery-image] Dec 21 03:00:08.132 INFO O| Dec 21 03:00:08.132 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3661 | 2024-12-21T03:00:10.106Z | [ recovery-image] Dec 21 03:00:08.148 INFO O| Dec 21 03:00:08.148 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"] |
3662 | 2024-12-21T03:00:10.573Z | [ recovery-image] Dec 21 03:00:08.617 INFO O| Dec 21 03:00:08.617 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3663 | 2024-12-21T03:00:10.573Z | [ recovery-image] Dec 21 03:00:08.618 INFO O| Dec 21 03:00:08.617 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3664 | 2024-12-21T03:00:10.587Z | [ recovery-image] Dec 21 03:00:08.632 INFO O| Dec 21 03:00:08.632 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"] |
3665 | 2024-12-21T03:00:11.069Z | [ host-image] Dec 21 03:00:09.107 INFO O| Dec 21 03:00:09.107 INFO O| Startup: Caching catalogs ... Done |
3666 | 2024-12-21T03:00:11.097Z | [ recovery-image] Dec 21 03:00:09.129 INFO O| Dec 21 03:00:09.128 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3667 | 2024-12-21T03:00:11.097Z | [ recovery-image] Dec 21 03:00:09.129 INFO O| Dec 21 03:00:09.129 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3668 | 2024-12-21T03:00:11.097Z | [ recovery-image] Dec 21 03:00:09.129 INFO O| Dec 21 03:00:09.129 INFO skip step because feature "repo_redist" is not enabled |
3669 | 2024-12-21T03:00:11.097Z | [ recovery-image] Dec 21 03:00:09.129 INFO O| Dec 21 03:00:09.129 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3670 | 2024-12-21T03:00:11.166Z | [ host-image] Dec 21 03:00:09.211 INFO O| Dec 21 03:00:09.210 INFO O| Planning: Planning completed in 0.00 seconds |
3671 | 2024-12-21T03:00:11.170Z | [ host-image] Dec 21 03:00:09.211 INFO O| Dec 21 03:00:09.211 INFO O| Planning: Consolidating action changes ... Done |
3672 | 2024-12-21T03:00:11.170Z | [ host-image] Dec 21 03:00:09.211 INFO O| Dec 21 03:00:09.211 INFO O| Planning: Evaluating mediators ... Done |
3673 | 2024-12-21T03:00:11.170Z | [ host-image] Dec 21 03:00:09.212 INFO O| Dec 21 03:00:09.212 INFO O| Planning: Planning completed in 0.00 seconds |
3674 | 2024-12-21T03:00:11.170Z | [ host-image] Dec 21 03:00:09.212 INFO O| Dec 21 03:00:09.212 INFO O| Variants/Facets to change: 1 |
3675 | 2024-12-21T03:00:11.201Z | [ host-image] Dec 21 03:00:09.235 INFO O| Dec 21 03:00:09.235 INFO O| Done |
3676 | 2024-12-21T03:00:11.201Z | [ host-image] Dec 21 03:00:09.236 INFO O| Dec 21 03:00:09.235 INFO O| Done |
3677 | 2024-12-21T03:00:11.558Z | [ recovery-image] Dec 21 03:00:09.602 INFO O| Dec 21 03:00:09.602 INFO variant opensolaris.zone is already global |
3678 | 2024-12-21T03:00:11.558Z | [ recovery-image] Dec 21 03:00:09.602 INFO O| Dec 21 03:00:09.602 INFO STEP 5 (pkg_change_variant) COMPLETE |
3679 | 2024-12-21T03:00:11.558Z | [ recovery-image] Dec 21 03:00:09.602 INFO O| Dec 21 03:00:09.602 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3680 | 2024-12-21T03:00:11.793Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3681 | 2024-12-21T03:00:11.798Z | Dec 21 03:00:09.842 INFO [stamp-nexus] process exited with exit status: 0 (4.088225752s) |
3682 | 2024-12-21T03:00:11.914Z | [ recovery-image] Dec 21 03:00:09.958 INFO O| Dec 21 03:00:09.958 INFO variant opensolaris.imagetype is full; changing to partial |
3683 | 2024-12-21T03:00:11.914Z | [ recovery-image] Dec 21 03:00:09.958 INFO O| Dec 21 03:00:09.958 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3684 | 2024-12-21T03:00:12.022Z | [ host-image] Dec 21 03:00:10.063 INFO O| Dec 21 03:00:10.062 INFO O| Done |
3685 | 2024-12-21T03:00:12.088Z | [ host-image] Dec 21 03:00:10.132 INFO O| Dec 21 03:00:10.131 INFO O| Done |
3686 | 2024-12-21T03:00:12.091Z | [ host-image] Dec 21 03:00:10.133 INFO O| Dec 21 03:00:10.133 INFO O| Done |
3687 | 2024-12-21T03:00:12.091Z | [ host-image] Dec 21 03:00:10.133 INFO O| Dec 21 03:00:10.133 INFO O| Done |
3688 | 2024-12-21T03:00:12.091Z | [ host-image] Dec 21 03:00:10.135 INFO O| Dec 21 03:00:10.135 INFO O| Done |
3689 | 2024-12-21T03:00:12.313Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3690 | 2024-12-21T03:00:12.481Z | [verify-libraries] Compiling home v0.5.9 |
3691 | 2024-12-21T03:00:12.501Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3692 | 2024-12-21T03:00:12.528Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3693 | 2024-12-21T03:00:12.528Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3694 | 2024-12-21T03:00:12.532Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3695 | 2024-12-21T03:00:12.643Z | [ host-image] Dec 21 03:00:10.687 INFO O| Dec 21 03:00:10.687 INFO STEP 6 (pkg_change_variant) COMPLETE |
3696 | 2024-12-21T03:00:12.643Z | [ host-image] Dec 21 03:00:10.687 INFO O| Dec 21 03:00:10.687 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3697 | 2024-12-21T03:00:12.644Z | [ host-image] Dec 21 03:00:10.687 INFO O| Dec 21 03:00:10.687 INFO skip step because feature "debug_variant" is not enabled |
3698 | 2024-12-21T03:00:12.644Z | [ host-image] Dec 21 03:00:10.687 INFO O| Dec 21 03:00:10.687 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3699 | 2024-12-21T03:00:12.664Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3700 | 2024-12-21T03:00:12.664Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3701 | 2024-12-21T03:00:12.750Z | [verify-libraries] Compiling nix v0.28.0 |
3702 | 2024-12-21T03:00:13.238Z | [ host-image] Dec 21 03:00:11.260 INFO O| Dec 21 03:00:11.260 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3703 | 2024-12-21T03:00:13.291Z | [verify-libraries] Compiling polyval v0.6.2 |
3704 | 2024-12-21T03:00:13.318Z | [verify-libraries] Compiling ctr v0.9.2 |
3705 | 2024-12-21T03:00:13.430Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3706 | 2024-12-21T03:00:13.453Z | Dec 21 03:00:11.494 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.121596979s) |
3707 | 2024-12-21T03:00:13.491Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3708 | 2024-12-21T03:00:14.108Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3709 | 2024-12-21T03:00:14.115Z | [verify-libraries] Compiling ghash v0.5.1 |
3710 | 2024-12-21T03:00:14.115Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3711 | 2024-12-21T03:00:14.225Z | [verify-libraries] Compiling blowfish v0.9.1 |
3712 | 2024-12-21T03:00:14.474Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3713 | 2024-12-21T03:00:14.940Z | [ host-image] Dec 21 03:00:12.979 INFO O| Dec 21 03:00:12.979 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3714 | 2024-12-21T03:00:14.945Z | [ host-image] Dec 21 03:00:12.980 INFO O| Dec 21 03:00:12.980 INFO O| Planning: Planning completed in 0.00 seconds |
3715 | 2024-12-21T03:00:14.945Z | [ host-image] Dec 21 03:00:12.981 INFO O| Dec 21 03:00:12.981 INFO O| Planning: Consolidating action changes ... Done |
3716 | 2024-12-21T03:00:14.945Z | [ host-image] Dec 21 03:00:12.981 INFO O| Dec 21 03:00:12.981 INFO O| Planning: Evaluating mediators ... Done |
3717 | 2024-12-21T03:00:14.945Z | [ host-image] Dec 21 03:00:12.982 INFO O| Dec 21 03:00:12.982 INFO O| Planning: Planning completed in 0.00 seconds |
3718 | 2024-12-21T03:00:14.945Z | [ host-image] Dec 21 03:00:12.982 INFO O| Dec 21 03:00:12.982 INFO O| Variants/Facets to change: 1 |
3719 | 2024-12-21T03:00:15.076Z | [ host-image] Dec 21 03:00:13.120 INFO O| Dec 21 03:00:13.120 INFO O| Done |
3720 | 2024-12-21T03:00:15.077Z | [ host-image] Dec 21 03:00:13.120 INFO O| Dec 21 03:00:13.120 INFO O| Done |
3721 | 2024-12-21T03:00:15.111Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3722 | 2024-12-21T03:00:15.677Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3723 | 2024-12-21T03:00:15.971Z | [ host-image] Dec 21 03:00:13.984 INFO O| Dec 21 03:00:13.984 INFO O| Done |
3724 | 2024-12-21T03:00:16.043Z | [ host-image] Dec 21 03:00:14.067 INFO O| Dec 21 03:00:14.067 INFO O| Done |
3725 | 2024-12-21T03:00:16.050Z | [ host-image] Dec 21 03:00:14.068 INFO O| Dec 21 03:00:14.067 INFO O| Done |
3726 | 2024-12-21T03:00:16.050Z | [ host-image] Dec 21 03:00:14.068 INFO O| Dec 21 03:00:14.068 INFO O| Done |
3727 | 2024-12-21T03:00:16.050Z | [ host-image] Dec 21 03:00:14.069 INFO O| Dec 21 03:00:14.069 INFO O| Done |
3728 | 2024-12-21T03:00:16.221Z | [ host-image] Dec 21 03:00:14.245 INFO O| Dec 21 03:00:14.245 INFO STEP 8 (pkg_change_facet) COMPLETE |
3729 | 2024-12-21T03:00:16.221Z | [ host-image] Dec 21 03:00:14.245 INFO O| Dec 21 03:00:14.245 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3730 | 2024-12-21T03:00:16.236Z | [ host-image] Dec 21 03:00:14.245 INFO O| Dec 21 03:00:14.245 INFO skip step because feature "recovery" is not enabled |
3731 | 2024-12-21T03:00:16.236Z | [ host-image] Dec 21 03:00:14.245 INFO O| Dec 21 03:00:14.245 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3732 | 2024-12-21T03:00:16.236Z | [ host-image] Dec 21 03:00:14.246 INFO O| Dec 21 03:00:14.245 INFO skip step because feature "recovery" is not enabled |
3733 | 2024-12-21T03:00:16.236Z | [ host-image] Dec 21 03:00:14.246 INFO O| Dec 21 03:00:14.245 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3734 | 2024-12-21T03:00:16.236Z | [ host-image] Dec 21 03:00:14.263 INFO O| Dec 21 03:00:14.262 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"] |
3735 | 2024-12-21T03:00:16.481Z | [verify-libraries] Compiling password-hash v0.4.2 |
3736 | 2024-12-21T03:00:17.550Z | [ host-image] Dec 21 03:00:15.593 INFO O| Dec 21 03:00:15.592 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3737 | 2024-12-21T03:00:19.479Z | [verify-libraries] Compiling rustyline v14.0.0 |
3738 | 2024-12-21T03:00:20.911Z | [verify-libraries] Compiling matches v0.1.10 |
3739 | 2024-12-21T03:00:21.167Z | [verify-libraries] Compiling idna v0.2.3 |
3740 | 2024-12-21T03:00:21.348Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3741 | 2024-12-21T03:00:21.377Z | Dec 21 03:00:19.419 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.088695622s) |
3742 | 2024-12-21T03:00:22.048Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3743 | 2024-12-21T03:00:22.067Z | Dec 21 03:00:20.102 INFO [stamp-clickhouse] process exited with exit status: 0 (14.630296785s) |
3744 | 2024-12-21T03:00:22.067Z | Dec 21 03:00:20.102 INFO [tuf-stamp] task succeeded (14.823471854s) |
3745 | 2024-12-21T03:00:22.509Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3746 | 2024-12-21T03:00:22.815Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3747 | 2024-12-21T03:00:23.191Z | [verify-libraries] Compiling p521 v0.13.3 |
3748 | 2024-12-21T03:00:25.166Z | [ recovery-image] Dec 21 03:00:23.176 INFO O| Dec 21 03:00:23.176 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3749 | 2024-12-21T03:00:25.701Z | [verify-libraries] Compiling p256 v0.13.2 |
3750 | 2024-12-21T03:00:30.202Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3751 | 2024-12-21T03:00:30.202Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3752 | 2024-12-21T03:00:30.202Z | [verify-libraries] Compiling md5 v0.7.0 |
3753 | 2024-12-21T03:00:30.202Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3754 | 2024-12-21T03:00:30.202Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3755 | 2024-12-21T03:00:33.515Z | [ recovery-image] Dec 21 03:00:31.554 INFO O| Dec 21 03:00:31.554 INFO O| Startup: Caching catalogs ... Done |
3756 | 2024-12-21T03:00:33.719Z | [ recovery-image] Dec 21 03:00:31.751 INFO O| Dec 21 03:00:31.751 INFO O| Planning: Planning completed in 0.00 seconds |
3757 | 2024-12-21T03:00:33.732Z | [ recovery-image] Dec 21 03:00:31.752 INFO O| Dec 21 03:00:31.752 INFO O| Planning: Consolidating action changes ... Done |
3758 | 2024-12-21T03:00:33.732Z | [ recovery-image] Dec 21 03:00:31.752 INFO O| Dec 21 03:00:31.752 INFO O| Planning: Evaluating mediators ... Done |
3759 | 2024-12-21T03:00:33.732Z | [ recovery-image] Dec 21 03:00:31.752 INFO O| Dec 21 03:00:31.752 INFO O| Planning: Planning completed in 0.00 seconds |
3760 | 2024-12-21T03:00:33.732Z | [ recovery-image] Dec 21 03:00:31.753 INFO O| Dec 21 03:00:31.753 INFO O| Variants/Facets to change: 1 |
3761 | 2024-12-21T03:00:34.069Z | [ recovery-image] Dec 21 03:00:32.108 INFO O| Dec 21 03:00:32.107 INFO O| Done |
3762 | 2024-12-21T03:00:34.069Z | [ recovery-image] Dec 21 03:00:32.108 INFO O| Dec 21 03:00:32.108 INFO O| Done |
3763 | 2024-12-21T03:00:35.009Z | [ recovery-image] Dec 21 03:00:33.046 INFO O| Dec 21 03:00:33.046 INFO O| Done |
3764 | 2024-12-21T03:00:35.110Z | [ recovery-image] Dec 21 03:00:33.149 INFO O| Dec 21 03:00:33.149 INFO O| Done |
3765 | 2024-12-21T03:00:35.116Z | [ recovery-image] Dec 21 03:00:33.150 INFO O| Dec 21 03:00:33.150 INFO O| Done |
3766 | 2024-12-21T03:00:35.116Z | [ recovery-image] Dec 21 03:00:33.150 INFO O| Dec 21 03:00:33.150 INFO O| Done |
3767 | 2024-12-21T03:00:35.116Z | [ recovery-image] Dec 21 03:00:33.152 INFO O| Dec 21 03:00:33.152 INFO O| Done |
3768 | 2024-12-21T03:00:35.847Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3769 | 2024-12-21T03:00:36.005Z | [ recovery-image] Dec 21 03:00:33.996 INFO O| Dec 21 03:00:33.996 INFO STEP 6 (pkg_change_variant) COMPLETE |
3770 | 2024-12-21T03:00:36.005Z | [ recovery-image] Dec 21 03:00:33.996 INFO O| Dec 21 03:00:33.996 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3771 | 2024-12-21T03:00:36.006Z | [ recovery-image] Dec 21 03:00:33.996 INFO O| Dec 21 03:00:33.996 INFO skip step because feature "debug_variant" is not enabled |
3772 | 2024-12-21T03:00:36.043Z | [ recovery-image] Dec 21 03:00:33.996 INFO O| Dec 21 03:00:33.996 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3773 | 2024-12-21T03:00:36.674Z | [ recovery-image] Dec 21 03:00:34.712 INFO O| Dec 21 03:00:34.712 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3774 | 2024-12-21T03:00:37.764Z | [ recovery-image] Dec 21 03:00:35.800 INFO O| Dec 21 03:00:35.800 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3775 | 2024-12-21T03:00:37.767Z | [ recovery-image] Dec 21 03:00:35.802 INFO O| Dec 21 03:00:35.802 INFO O| Planning: Planning completed in 0.00 seconds |
3776 | 2024-12-21T03:00:37.767Z | [ recovery-image] Dec 21 03:00:35.803 INFO O| Dec 21 03:00:35.803 INFO O| Planning: Consolidating action changes ... Done |
3777 | 2024-12-21T03:00:37.767Z | [ recovery-image] Dec 21 03:00:35.803 INFO O| Dec 21 03:00:35.803 INFO O| Planning: Evaluating mediators ... Done |
3778 | 2024-12-21T03:00:37.767Z | [ recovery-image] Dec 21 03:00:35.804 INFO O| Dec 21 03:00:35.804 INFO O| Planning: Planning completed in 0.00 seconds |
3779 | 2024-12-21T03:00:37.767Z | [ recovery-image] Dec 21 03:00:35.804 INFO O| Dec 21 03:00:35.804 INFO O| Variants/Facets to change: 1 |
3780 | 2024-12-21T03:00:37.888Z | [ recovery-image] Dec 21 03:00:35.927 INFO O| Dec 21 03:00:35.926 INFO O| Done |
3781 | 2024-12-21T03:00:37.888Z | [ recovery-image] Dec 21 03:00:35.927 INFO O| Dec 21 03:00:35.926 INFO O| Done |
3782 | 2024-12-21T03:00:38.810Z | [ recovery-image] Dec 21 03:00:36.846 INFO O| Dec 21 03:00:36.846 INFO O| Done |
3783 | 2024-12-21T03:00:38.889Z | [ recovery-image] Dec 21 03:00:36.927 INFO O| Dec 21 03:00:36.927 INFO O| Done |
3784 | 2024-12-21T03:00:38.894Z | [ recovery-image] Dec 21 03:00:36.928 INFO O| Dec 21 03:00:36.928 INFO O| Done |
3785 | 2024-12-21T03:00:38.894Z | [ recovery-image] Dec 21 03:00:36.928 INFO O| Dec 21 03:00:36.928 INFO O| Done |
3786 | 2024-12-21T03:00:38.895Z | [ recovery-image] Dec 21 03:00:36.930 INFO O| Dec 21 03:00:36.930 INFO O| Done |
3787 | 2024-12-21T03:00:38.984Z | [ recovery-image] Dec 21 03:00:37.022 INFO O| Dec 21 03:00:37.022 INFO STEP 8 (pkg_change_facet) COMPLETE |
3788 | 2024-12-21T03:00:38.984Z | [ recovery-image] Dec 21 03:00:37.022 INFO O| Dec 21 03:00:37.022 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3789 | 2024-12-21T03:00:39.655Z | [ recovery-image] Dec 21 03:00:37.693 INFO O| Dec 21 03:00:37.693 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3790 | 2024-12-21T03:00:40.926Z | [ recovery-image] Dec 21 03:00:38.960 INFO O| Dec 21 03:00:38.960 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3791 | 2024-12-21T03:00:40.930Z | [ recovery-image] Dec 21 03:00:38.962 INFO O| Dec 21 03:00:38.962 INFO O| Planning: Planning completed in 0.00 seconds |
3792 | 2024-12-21T03:00:40.930Z | [ recovery-image] Dec 21 03:00:38.963 INFO O| Dec 21 03:00:38.963 INFO O| Planning: Consolidating action changes ... Done |
3793 | 2024-12-21T03:00:40.930Z | [ recovery-image] Dec 21 03:00:38.964 INFO O| Dec 21 03:00:38.964 INFO O| Planning: Evaluating mediators ... Done |
3794 | 2024-12-21T03:00:40.930Z | [ recovery-image] Dec 21 03:00:38.964 INFO O| Dec 21 03:00:38.964 INFO O| Planning: Planning completed in 0.00 seconds |
3795 | 2024-12-21T03:00:40.930Z | [ recovery-image] Dec 21 03:00:38.965 INFO O| Dec 21 03:00:38.965 INFO O| Variants/Facets to change: 1 |
3796 | 2024-12-21T03:00:41.029Z | [ recovery-image] Dec 21 03:00:39.066 INFO O| Dec 21 03:00:39.066 INFO O| Done |
3797 | 2024-12-21T03:00:41.029Z | [ recovery-image] Dec 21 03:00:39.067 INFO O| Dec 21 03:00:39.066 INFO O| Done |
3798 | 2024-12-21T03:00:41.764Z | [ recovery-image] Dec 21 03:00:39.801 INFO O| Dec 21 03:00:39.801 INFO O| Done |
3799 | 2024-12-21T03:00:41.848Z | [ recovery-image] Dec 21 03:00:39.881 INFO O| Dec 21 03:00:39.881 INFO O| Done |
3800 | 2024-12-21T03:00:41.853Z | [ recovery-image] Dec 21 03:00:39.882 INFO O| Dec 21 03:00:39.882 INFO O| Done |
3801 | 2024-12-21T03:00:41.853Z | [ recovery-image] Dec 21 03:00:39.882 INFO O| Dec 21 03:00:39.882 INFO O| Done |
3802 | 2024-12-21T03:00:41.853Z | [ recovery-image] Dec 21 03:00:39.884 INFO O| Dec 21 03:00:39.884 INFO O| Done |
3803 | 2024-12-21T03:00:41.945Z | [ recovery-image] Dec 21 03:00:39.982 INFO O| Dec 21 03:00:39.982 INFO STEP 9 (pkg_change_facet) COMPLETE |
3804 | 2024-12-21T03:00:41.945Z | [ recovery-image] Dec 21 03:00:39.982 INFO O| Dec 21 03:00:39.982 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3805 | 2024-12-21T03:00:42.728Z | [ recovery-image] Dec 21 03:00:40.765 INFO O| Dec 21 03:00:40.765 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3806 | 2024-12-21T03:00:43.949Z | [ recovery-image] Dec 21 03:00:41.972 INFO O| Dec 21 03:00:41.972 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3807 | 2024-12-21T03:00:43.952Z | [ recovery-image] Dec 21 03:00:41.974 INFO O| Dec 21 03:00:41.974 INFO O| Planning: Planning completed in 0.00 seconds |
3808 | 2024-12-21T03:00:43.952Z | [ recovery-image] Dec 21 03:00:41.975 INFO O| Dec 21 03:00:41.975 INFO O| Planning: Consolidating action changes ... Done |
3809 | 2024-12-21T03:00:43.952Z | [ recovery-image] Dec 21 03:00:41.975 INFO O| Dec 21 03:00:41.975 INFO O| Planning: Evaluating mediators ... Done |
3810 | 2024-12-21T03:00:43.952Z | [ recovery-image] Dec 21 03:00:41.976 INFO O| Dec 21 03:00:41.976 INFO O| Planning: Planning completed in 0.00 seconds |
3811 | 2024-12-21T03:00:43.952Z | [ recovery-image] Dec 21 03:00:41.976 INFO O| Dec 21 03:00:41.976 INFO O| Variants/Facets to change: 1 |
3812 | 2024-12-21T03:00:44.033Z | [ recovery-image] Dec 21 03:00:42.069 INFO O| Dec 21 03:00:42.069 INFO O| Done |
3813 | 2024-12-21T03:00:44.033Z | [ recovery-image] Dec 21 03:00:42.069 INFO O| Dec 21 03:00:42.069 INFO O| Done |
3814 | 2024-12-21T03:00:44.957Z | [ recovery-image] Dec 21 03:00:42.983 INFO O| Dec 21 03:00:42.983 INFO O| Done |
3815 | 2024-12-21T03:00:45.034Z | [ recovery-image] Dec 21 03:00:43.070 INFO O| Dec 21 03:00:43.070 INFO O| Done |
3816 | 2024-12-21T03:00:45.037Z | [ recovery-image] Dec 21 03:00:43.071 INFO O| Dec 21 03:00:43.071 INFO O| Done |
3817 | 2024-12-21T03:00:45.037Z | [ recovery-image] Dec 21 03:00:43.071 INFO O| Dec 21 03:00:43.071 INFO O| Done |
3818 | 2024-12-21T03:00:45.037Z | [ recovery-image] Dec 21 03:00:43.073 INFO O| Dec 21 03:00:43.073 INFO O| Done |
3819 | 2024-12-21T03:00:45.130Z | [ recovery-image] Dec 21 03:00:43.165 INFO O| Dec 21 03:00:43.165 INFO STEP 10 (pkg_change_facet) COMPLETE |
3820 | 2024-12-21T03:00:45.130Z | [ recovery-image] Dec 21 03:00:43.166 INFO O| Dec 21 03:00:43.165 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3821 | 2024-12-21T03:00:45.162Z | [ recovery-image] Dec 21 03:00:43.186 INFO O| Dec 21 03:00:43.186 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"] |
3822 | 2024-12-21T03:00:45.436Z | [verify-libraries] Compiling des v0.8.1 |
3823 | 2024-12-21T03:00:46.137Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3824 | 2024-12-21T03:00:46.355Z | [ recovery-image] Dec 21 03:00:44.382 INFO O| Dec 21 03:00:44.382 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3825 | 2024-12-21T03:00:46.494Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3826 | 2024-12-21T03:00:46.812Z | [verify-libraries] Compiling russh v0.45.0 |
3827 | 2024-12-21T03:00:47.342Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3828 | 2024-12-21T03:00:53.333Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3829 | 2024-12-21T03:00:56.319Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3830 | 2024-12-21T03:00:58.498Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3831 | 2024-12-21T03:01:09.425Z | [verify-libraries] Compiling petname v2.0.2 |
3832 | 2024-12-21T03:01:10.801Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3833 | 2024-12-21T03:01:11.451Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3834 | 2024-12-21T03:01:12.568Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3835 | 2024-12-21T03:01:15.336Z | [verify-libraries] Compiling heck v0.4.1 |
3836 | 2024-12-21T03:01:16.901Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3837 | 2024-12-21T03:01:22.480Z | [ host-image] Dec 21 03:01:20.508 INFO O| Dec 21 03:01:20.508 INFO O| Planning: Solver setup ... Done |
3838 | 2024-12-21T03:01:25.746Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3839 | 2024-12-21T03:01:28.258Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3840 | 2024-12-21T03:01:35.531Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3841 | 2024-12-21T03:01:40.862Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3842 | 2024-12-21T03:01:50.966Z | [ recovery-image] Dec 21 03:01:48.988 INFO O| Dec 21 03:01:48.988 INFO O| Planning: Solver setup ... Done |
3843 | 2024-12-21T03:02:00.531Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3844 | 2024-12-21T03:02:02.388Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3845 | 2024-12-21T03:02:05.433Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3846 | 2024-12-21T03:02:33.136Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3847 | 2024-12-21T03:02:37.487Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3848 | 2024-12-21T03:02:37.968Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3849 | 2024-12-21T03:02:38.477Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3850 | 2024-12-21T03:02:39.038Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3851 | 2024-12-21T03:02:39.439Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3852 | 2024-12-21T03:02:39.783Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3853 | 2024-12-21T03:02:40.379Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3854 | 2024-12-21T03:02:43.365Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3855 | 2024-12-21T03:02:46.043Z | [ host-image] Dec 21 03:02:44.053 INFO O| Dec 21 03:02:44.053 INFO O| Planning: Running solver ... Done |
3856 | 2024-12-21T03:02:46.709Z | [ host-image] Dec 21 03:02:44.718 INFO O| Dec 21 03:02:44.718 INFO O| Planning: Finding local manifests ... Done |
3857 | 2024-12-21T03:02:46.726Z | [ host-image] Dec 21 03:02:44.734 INFO O| Dec 21 03:02:44.734 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3858 | 2024-12-21T03:02:51.628Z | [ host-image] Dec 21 03:02:49.637 INFO O| Dec 21 03:02:49.636 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3859 | 2024-12-21T03:02:52.117Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3860 | 2024-12-21T03:02:53.145Z | [ host-image] Dec 21 03:02:51.153 INFO O| Dec 21 03:02:51.153 INFO O| Planning: Package planning ... Done |
3861 | 2024-12-21T03:02:54.603Z | [ host-image] Dec 21 03:02:52.610 INFO O| Dec 21 03:02:52.610 INFO O| Planning: Merging actions ... Done |
3862 | 2024-12-21T03:02:54.947Z | [ host-image] Dec 21 03:02:52.954 INFO O| Dec 21 03:02:52.954 INFO O| Planning: Checking for conflicting actions ... Done |
3863 | 2024-12-21T03:02:55.253Z | [ host-image] Dec 21 03:02:53.260 INFO O| Dec 21 03:02:53.260 INFO O| Planning: Consolidating action changes ... Done |
3864 | 2024-12-21T03:02:56.093Z | [ host-image] Dec 21 03:02:54.099 INFO O| Dec 21 03:02:54.099 INFO O| Planning: Evaluating mediators ... Done |
3865 | 2024-12-21T03:02:58.414Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3866 | 2024-12-21T03:03:02.303Z | [ host-image] Dec 21 03:03:00.308 INFO O| Dec 21 03:03:00.308 INFO O| Planning: Planning completed in 164.72 seconds |
3867 | 2024-12-21T03:03:02.310Z | [ host-image] Dec 21 03:03:00.316 INFO O| Dec 21 03:03:00.316 INFO O| Packages to install: 124 |
3868 | 2024-12-21T03:03:02.310Z | [ host-image] Dec 21 03:03:00.316 INFO O| Dec 21 03:03:00.316 INFO O| Mediators to change: 4 |
3869 | 2024-12-21T03:03:02.313Z | [ host-image] Dec 21 03:03:00.316 INFO O| Dec 21 03:03:00.316 INFO O| Services to change: 6 |
3870 | 2024-12-21T03:03:02.438Z | [ host-image] Dec 21 03:03:00.444 INFO O| Dec 21 03:03:00.444 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3871 | 2024-12-21T03:03:04.276Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3872 | 2024-12-21T03:03:07.451Z | [ host-image] Dec 21 03:03:05.455 INFO O| Dec 21 03:03:05.455 INFO O| Download: 1073/22788 items 6.8/199.7MB 3% complete (1.4M/s) |
3873 | 2024-12-21T03:03:12.123Z | [ recovery-image] Dec 21 03:03:10.126 INFO O| Dec 21 03:03:10.126 INFO O| Planning: Running solver ... Done |
3874 | 2024-12-21T03:03:12.709Z | [ recovery-image] Dec 21 03:03:10.712 INFO O| Dec 21 03:03:10.712 INFO O| Planning: Finding local manifests ... Done |
3875 | 2024-12-21T03:03:12.726Z | [ recovery-image] Dec 21 03:03:10.730 INFO O| Dec 21 03:03:10.730 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3876 | 2024-12-21T03:03:13.088Z | [ host-image] Dec 21 03:03:11.092 INFO O| Dec 21 03:03:11.092 INFO O| Download: 1615/22788 items 9.7/199.7MB 4% complete (1.0M/s) |
3877 | 2024-12-21T03:03:17.244Z | [ recovery-image] Dec 21 03:03:15.246 INFO O| Dec 21 03:03:15.246 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3878 | 2024-12-21T03:03:18.198Z | [ host-image] Dec 21 03:03:16.200 INFO O| Dec 21 03:03:16.200 INFO O| Download: 1792/22788 items 12.9/199.7MB 6% complete (521k/s) |
3879 | 2024-12-21T03:03:18.420Z | [ recovery-image] Dec 21 03:03:16.422 INFO O| Dec 21 03:03:16.422 INFO O| Planning: Package planning ... Done |
3880 | 2024-12-21T03:03:18.634Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3881 | 2024-12-21T03:03:19.086Z | [ recovery-image] Dec 21 03:03:17.087 INFO O| Dec 21 03:03:17.087 INFO O| Planning: Merging actions ... Done |
3882 | 2024-12-21T03:03:19.259Z | [ recovery-image] Dec 21 03:03:17.261 INFO O| Dec 21 03:03:17.261 INFO O| Planning: Checking for conflicting actions ... Done |
3883 | 2024-12-21T03:03:19.410Z | [ recovery-image] Dec 21 03:03:17.412 INFO O| Dec 21 03:03:17.412 INFO O| Planning: Consolidating action changes ... Done |
3884 | 2024-12-21T03:03:19.874Z | [ recovery-image] Dec 21 03:03:17.875 INFO O| Dec 21 03:03:17.875 INFO O| Planning: Evaluating mediators ... Done |
3885 | 2024-12-21T03:03:23.566Z | [ host-image] Dec 21 03:03:21.566 INFO O| Dec 21 03:03:21.566 INFO O| Download: 2227/22788 items 24.4/199.7MB 12% complete (1.5M/s) |
3886 | 2024-12-21T03:03:25.913Z | [ recovery-image] Dec 21 03:03:23.912 INFO O| Dec 21 03:03:23.912 INFO O| Planning: Planning completed in 159.53 seconds |
3887 | 2024-12-21T03:03:25.918Z | [ recovery-image] Dec 21 03:03:23.919 INFO O| Dec 21 03:03:23.919 INFO O| Packages to install: 124 |
3888 | 2024-12-21T03:03:25.918Z | [ recovery-image] Dec 21 03:03:23.919 INFO O| Dec 21 03:03:23.919 INFO O| Mediators to change: 4 |
3889 | 2024-12-21T03:03:25.921Z | [ recovery-image] Dec 21 03:03:23.919 INFO O| Dec 21 03:03:23.919 INFO O| Services to change: 5 |
3890 | 2024-12-21T03:03:25.993Z | [ recovery-image] Dec 21 03:03:23.993 INFO O| Dec 21 03:03:23.993 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3891 | 2024-12-21T03:03:26.388Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3892 | 2024-12-21T03:03:27.008Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3893 | 2024-12-21T03:03:28.772Z | [ host-image] Dec 21 03:03:26.772 INFO O| Dec 21 03:03:26.772 INFO O| Download: 2456/22788 items 28.2/199.7MB 14% complete (1.7M/s) |
3894 | 2024-12-21T03:03:31.055Z | [ recovery-image] Dec 21 03:03:29.054 INFO O| Dec 21 03:03:29.054 INFO O| Download: 1005/15862 items 7.9/176.4MB 4% complete (1.7M/s) |
3895 | 2024-12-21T03:03:32.544Z | [verify-libraries] Compiling termios v0.3.3 |
3896 | 2024-12-21T03:03:32.894Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3897 | 2024-12-21T03:03:33.783Z | [ host-image] Dec 21 03:03:31.782 INFO O| Dec 21 03:03:31.781 INFO O| Download: 2626/22788 items 30.9/199.7MB 15% complete (653k/s) |
3898 | 2024-12-21T03:03:36.057Z | [ recovery-image] Dec 21 03:03:34.055 INFO O| Dec 21 03:03:34.055 INFO O| Download: 1128/15862 items 9.8/176.4MB 5% complete (1.0M/s) |
3899 | 2024-12-21T03:03:38.795Z | [ host-image] Dec 21 03:03:36.792 INFO O| Dec 21 03:03:36.792 INFO O| Download: 3280/22788 items 34.1/199.7MB 17% complete (616k/s) |
3900 | 2024-12-21T03:03:41.095Z | [ recovery-image] Dec 21 03:03:39.091 INFO O| Dec 21 03:03:39.091 INFO O| Download: 1282/15862 items 19.2/176.4MB 10% complete (1.0M/s) |
3901 | 2024-12-21T03:03:45.603Z | [ host-image] Dec 21 03:03:43.414 INFO O| Dec 21 03:03:43.414 INFO O| Download: 3487/22788 items 35.7/199.7MB 17% complete (930k/s) |
3902 | 2024-12-21T03:03:46.662Z | [ recovery-image] Dec 21 03:03:44.658 INFO O| Dec 21 03:03:44.658 INFO O| Download: 1504/15862 items 21.9/176.4MB 12% complete (1.2M/s) |
3903 | 2024-12-21T03:03:50.418Z | [ host-image] Dec 21 03:03:48.413 INFO O| Dec 21 03:03:48.413 INFO O| Download: 4249/22788 items 40.8/199.7MB 20% complete (536k/s) |
3904 | 2024-12-21T03:03:54.340Z | [ recovery-image] Dec 21 03:03:52.323 INFO O| Dec 21 03:03:52.323 INFO O| Download: 1578/15862 items 24.4/176.4MB 13% complete (507k/s) |
3905 | 2024-12-21T03:03:55.759Z | [ host-image] Dec 21 03:03:53.753 INFO O| Dec 21 03:03:53.753 INFO O| Download: 4549/22788 items 42.4/199.7MB 21% complete (794k/s) |
3906 | 2024-12-21T03:03:56.562Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3907 | 2024-12-21T03:04:00.191Z | [ recovery-image] Dec 21 03:03:58.183 INFO O| Dec 21 03:03:58.183 INFO O| Download: 1649/15862 items 25.6/176.4MB 14% complete (380k/s) |
3908 | 2024-12-21T03:04:00.776Z | [ host-image] Dec 21 03:03:58.768 INFO O| Dec 21 03:03:58.768 INFO O| Download: 5148/22788 items 46.0/199.7MB 23% complete (517k/s) |
3909 | 2024-12-21T03:04:05.267Z | [ recovery-image] Dec 21 03:04:03.258 INFO O| Dec 21 03:04:03.258 INFO O| Download: 1793/15862 items 28.1/176.4MB 15% complete (371k/s) |
3910 | 2024-12-21T03:04:05.787Z | [ host-image] Dec 21 03:04:03.778 INFO O| Dec 21 03:04:03.778 INFO O| Download: 6012/22788 items 46.4/199.7MB 23% complete (415k/s) |
3911 | 2024-12-21T03:04:10.273Z | [ recovery-image] Dec 21 03:04:08.263 INFO O| Dec 21 03:04:08.263 INFO O| Download: 2410/15862 items 31.4/176.4MB 17% complete (656k/s) |
3912 | 2024-12-21T03:04:10.795Z | [ host-image] Dec 21 03:04:08.785 INFO O| Dec 21 03:04:08.785 INFO O| Download: 6574/22788 items 46.8/199.7MB 23% complete (82.1k/s) |
3913 | 2024-12-21T03:04:16.834Z | [ host-image] Dec 21 03:04:14.823 INFO O| Dec 21 03:04:14.823 INFO O| Download: 6763/22788 items 47.9/199.7MB 23% complete (137k/s) |
3914 | 2024-12-21T03:04:17.598Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3915 | 2024-12-21T03:04:21.120Z | [ recovery-image] Dec 21 03:04:19.108 INFO O| Dec 21 03:04:19.108 INFO O| Download: 2681/15862 items 33.1/176.4MB 18% complete (775k/s) |
3916 | 2024-12-21T03:04:23.236Z | [ host-image] Dec 21 03:04:21.224 INFO O| Dec 21 03:04:21.223 INFO O| Download: 6766/22788 items 47.9/199.7MB 23% complete |
3917 | 2024-12-21T03:04:26.383Z | [ recovery-image] Dec 21 03:04:24.370 INFO O| Dec 21 03:04:24.370 INFO O| Download: 3608/15862 items 39.1/176.4MB 22% complete (1.2M/s) |
3918 | 2024-12-21T03:04:29.490Z | [ host-image] Dec 21 03:04:27.475 INFO O| Dec 21 03:04:27.475 INFO O| Download: 6999/22788 items 50.6/199.7MB 25% complete (299k/s) |
3919 | 2024-12-21T03:04:32.465Z | [ recovery-image] Dec 21 03:04:30.450 INFO O| Dec 21 03:04:30.450 INFO O| Download: 3690/15862 items 40.1/176.4MB 22% complete (796k/s) |
3920 | 2024-12-21T03:04:34.499Z | [ host-image] Dec 21 03:04:32.484 INFO O| Dec 21 03:04:32.483 INFO O| Download: 7594/22788 items 58.4/199.7MB 29% complete (1.1M/s) |
3921 | 2024-12-21T03:04:37.758Z | [ recovery-image] Dec 21 03:04:35.742 INFO O| Dec 21 03:04:35.742 INFO O| Download: 4044/15862 items 42.6/176.4MB 24% complete (312k/s) |
3922 | 2024-12-21T03:04:39.548Z | [ host-image] Dec 21 03:04:37.531 INFO O| Dec 21 03:04:37.531 INFO O| Download: 8078/22788 items 60.4/199.7MB 30% complete (1.0M/s) |
3923 | 2024-12-21T03:04:43.318Z | [ recovery-image] Dec 21 03:04:41.300 INFO O| Dec 21 03:04:41.300 INFO O| Download: 4775/15862 items 43.0/176.4MB 24% complete (311k/s) |
3924 | 2024-12-21T03:04:44.992Z | [ host-image] Dec 21 03:04:42.975 INFO O| Dec 21 03:04:42.975 INFO O| Download: 8261/22788 items 64.8/199.7MB 32% complete (555k/s) |
3925 | 2024-12-21T03:04:48.322Z | [ recovery-image] Dec 21 03:04:46.303 INFO O| Dec 21 03:04:46.303 INFO O| Download: 4829/15862 items 43.0/176.4MB 24% complete (38.0k/s) |
3926 | 2024-12-21T03:04:50.002Z | [ host-image] Dec 21 03:04:47.983 INFO O| Dec 21 03:04:47.983 INFO O| Download: 8438/22788 items 69.5/199.7MB 34% complete (894k/s) |
3927 | 2024-12-21T03:04:53.326Z | [ recovery-image] Dec 21 03:04:51.306 INFO O| Dec 21 03:04:51.306 INFO O| Download: 5462/15862 items 43.4/176.4MB 24% complete (40.4k/s) |
3928 | 2024-12-21T03:04:55.014Z | [ host-image] Dec 21 03:04:52.993 INFO O| Dec 21 03:04:52.993 INFO O| Download: 9035/22788 items 72.7/199.7MB 36% complete (821k/s) |
3929 | 2024-12-21T03:05:00.544Z | [ host-image] Dec 21 03:04:58.523 INFO O| Dec 21 03:04:58.523 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete (1.4M/s) |
3930 | 2024-12-21T03:05:00.547Z | [ recovery-image] Dec 21 03:04:58.523 INFO O| Dec 21 03:04:58.523 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete (128k/s) |
3931 | 2024-12-21T03:05:05.552Z | [ host-image] Dec 21 03:05:03.529 INFO O| Dec 21 03:05:03.529 INFO O| Download: 10213/22788 items 86.4/199.7MB 43% complete (1.2M/s) |
3932 | 2024-12-21T03:05:05.863Z | [ recovery-image] Dec 21 03:05:03.841 INFO O| Dec 21 03:05:03.841 INFO O| Download: 5753/15862 items 47.0/176.4MB 26% complete (278k/s) |
3933 | 2024-12-21T03:05:11.973Z | [ recovery-image] Dec 21 03:05:09.949 INFO O| Dec 21 03:05:09.949 INFO O| Download: 5910/15862 items 53.0/176.4MB 30% complete (916k/s) |
3934 | 2024-12-21T03:05:11.983Z | [ host-image] Dec 21 03:05:09.959 INFO O| Dec 21 03:05:09.959 INFO O| Download: 10416/22788 items 88.0/199.7MB 44% complete (801k/s) |
3935 | 2024-12-21T03:05:16.976Z | [ recovery-image] Dec 21 03:05:14.951 INFO O| Dec 21 03:05:14.951 INFO O| Download: 6128/15862 items 59.5/176.4MB 33% complete (624k/s) |
3936 | 2024-12-21T03:05:17.474Z | [ host-image] Dec 21 03:05:15.449 INFO O| Dec 21 03:05:15.448 INFO O| Download: 10861/22788 items 90.1/199.7MB 45% complete (547k/s) |
3937 | 2024-12-21T03:05:21.993Z | [ recovery-image] Dec 21 03:05:19.966 INFO O| Dec 21 03:05:19.966 INFO O| Download: 6551/15862 items 64.1/176.4MB 36% complete (1.1M/s) |
3938 | 2024-12-21T03:05:23.612Z | [ host-image] Dec 21 03:05:21.585 INFO O| Dec 21 03:05:21.585 INFO O| Download: 11095/22788 items 92.1/199.7MB 46% complete (402k/s) |
3939 | 2024-12-21T03:05:27.052Z | [ recovery-image] Dec 21 03:05:25.025 INFO O| Dec 21 03:05:25.025 INFO O| Download: 7205/15862 items 73.3/176.4MB 41% complete (1.7M/s) |
3940 | 2024-12-21T03:05:30.007Z | [ host-image] Dec 21 03:05:27.977 INFO O| Dec 21 03:05:27.977 INFO O| Download: 11096/22788 items 92.1/199.7MB 46% complete |
3941 | 2024-12-21T03:05:37.884Z | [ host-image] Dec 21 03:05:35.854 INFO O| Dec 21 03:05:35.854 INFO O| Download: 11239/22788 items 94.2/199.7MB 47% complete (293k/s) |
3942 | 2024-12-21T03:05:42.885Z | [ host-image] Dec 21 03:05:40.854 INFO O| Dec 21 03:05:40.854 INFO O| Download: 11980/22788 items 98.2/199.7MB 49% complete (427k/s) |
3943 | 2024-12-21T03:05:44.240Z | [ recovery-image] Dec 21 03:05:42.209 INFO O| Dec 21 03:05:42.209 INFO O| Download: 7210/15862 items 73.3/176.4MB 41% complete |
3944 | 2024-12-21T03:05:49.242Z | [ recovery-image] Dec 21 03:05:47.209 INFO O| Dec 21 03:05:47.209 INFO O| Download: 7758/15862 items 74.7/176.4MB 42% complete (261k/s) |
3945 | 2024-12-21T03:05:49.443Z | [ host-image] Dec 21 03:05:47.410 INFO O| Dec 21 03:05:47.410 INFO O| Download: 12017/22788 items 100.3/199.7MB 50% complete (582k/s) |
3946 | 2024-12-21T03:05:54.624Z | [ host-image] Dec 21 03:05:52.590 INFO O| Dec 21 03:05:52.590 INFO O| Download: 12193/22788 items 108.7/199.7MB 54% complete (965k/s) |
3947 | 2024-12-21T03:05:56.196Z | [ recovery-image] Dec 21 03:05:54.162 INFO O| Dec 21 03:05:54.162 INFO O| Download: 7930/15862 items 77.5/176.4MB 43% complete (490k/s) |
3948 | 2024-12-21T03:05:59.633Z | [ host-image] Dec 21 03:05:57.598 INFO O| Dec 21 03:05:57.597 INFO O| Download: 12673/22788 items 109.6/199.7MB 54% complete (950k/s) |
3949 | 2024-12-21T03:06:00.932Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3950 | 2024-12-21T03:06:01.201Z | [ recovery-image] Dec 21 03:05:59.166 INFO O| Dec 21 03:05:59.166 INFO O| Download: 8370/15862 items 79.8/176.4MB 45% complete (439k/s) |
3951 | 2024-12-21T03:06:04.653Z | [ host-image] Dec 21 03:06:02.617 INFO O| Dec 21 03:06:02.617 INFO O| Download: 13277/22788 items 109.9/199.7MB 55% complete (126k/s) |
3952 | 2024-12-21T03:06:06.631Z | [ recovery-image] Dec 21 03:06:04.594 INFO O| Dec 21 03:06:04.594 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete (419k/s) |
3953 | 2024-12-21T03:06:09.689Z | [ host-image] Dec 21 03:06:07.651 INFO O| Dec 21 03:06:07.651 INFO O| Download: 13685/22788 items 110.1/199.7MB 55% complete (51.3k/s) |
3954 | 2024-12-21T03:06:12.497Z | [ recovery-image] Dec 21 03:06:10.459 INFO O| Dec 21 03:06:10.459 INFO O| Download: 8764/15862 items 84.3/176.4MB 47% complete (458k/s) |
3955 | 2024-12-21T03:06:17.747Z | [ recovery-image] Dec 21 03:06:15.708 INFO O| Dec 21 03:06:15.708 INFO O| Download: 8819/15862 items 91.4/176.4MB 51% complete (984k/s) |
3956 | 2024-12-21T03:06:22.217Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3957 | 2024-12-21T03:06:22.760Z | [ recovery-image] Dec 21 03:06:20.720 INFO O| Dec 21 03:06:20.719 INFO O| Download: 8924/15862 items 92.6/176.4MB 52% complete (917k/s) |
3958 | 2024-12-21T03:06:23.265Z | [ host-image] Dec 21 03:06:21.224 INFO O| Dec 21 03:06:21.224 INFO O| Download: 13903/22788 items 110.3/199.7MB 55% complete |
3959 | 2024-12-21T03:06:28.336Z | [ recovery-image] Dec 21 03:06:26.294 INFO O| Dec 21 03:06:26.294 INFO O| Download: 8933/15862 items 92.7/176.4MB 52% complete (961k/s) |
3960 | 2024-12-21T03:06:29.524Z | [ host-image] Dec 21 03:06:27.482 INFO O| Dec 21 03:06:27.482 INFO O| Download: 14267/22788 items 110.7/199.7MB 55% complete (110k/s) |
3961 | 2024-12-21T03:06:33.051Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3962 | 2024-12-21T03:06:33.339Z | [ recovery-image] Dec 21 03:06:31.297 INFO O| Dec 21 03:06:31.297 INFO O| Download: 9731/15862 items 93.0/176.4MB 52% complete (39.0k/s) |
3963 | 2024-12-21T03:06:34.549Z | [ host-image] Dec 21 03:06:32.506 INFO O| Dec 21 03:06:32.506 INFO O| Download: 14632/22788 items 117.0/199.7MB 58% complete (679k/s) |
3964 | 2024-12-21T03:06:38.068Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3965 | 2024-12-21T03:06:38.355Z | [ recovery-image] Dec 21 03:06:36.311 INFO O| Dec 21 03:06:36.311 INFO O| Download: 10206/15862 items 93.3/176.4MB 52% complete (64.8k/s) |
3966 | 2024-12-21T03:06:39.556Z | [ host-image] Dec 21 03:06:37.512 INFO O| Dec 21 03:06:37.512 INFO O| Download: 15384/22788 items 123.0/199.7MB 61% complete (1.2M/s) |
3967 | 2024-12-21T03:06:43.488Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3968 | 2024-12-21T03:06:43.604Z | [ recovery-image] Dec 21 03:06:41.557 INFO O| Dec 21 03:06:41.557 INFO O| Download: 10546/15862 items 93.5/176.4MB 52% complete (61.5k/s) |
3969 | 2024-12-21T03:06:44.560Z | [ host-image] Dec 21 03:06:42.515 INFO O| Dec 21 03:06:42.515 INFO O| Download: 15826/22788 items 129.0/199.7MB 64% complete (1.1M/s) |
3970 | 2024-12-21T03:06:49.616Z | [ host-image] Dec 21 03:06:47.570 INFO O| Dec 21 03:06:47.570 INFO O| Download: 16244/22788 items 145.6/199.7MB 72% complete (2.2M/s) |
3971 | 2024-12-21T03:06:49.871Z | [ recovery-image] Dec 21 03:06:47.825 INFO O| Dec 21 03:06:47.825 INFO O| Download: 10913/15862 items 93.9/176.4MB 53% complete (73.9k/s) |
3972 | 2024-12-21T03:06:55.042Z | [ host-image] Dec 21 03:06:52.679 INFO O| Dec 21 03:06:52.679 INFO O| Download: 16827/22788 items 148.3/199.7MB 74% complete (2.1M/s) |
3973 | 2024-12-21T03:06:55.045Z | [ recovery-image] Dec 21 03:06:52.845 INFO O| Dec 21 03:06:52.845 INFO O| Download: 11020/15862 items 95.0/176.4MB 53% complete (126k/s) |
3974 | 2024-12-21T03:06:59.739Z | [ host-image] Dec 21 03:06:57.690 INFO O| Dec 21 03:06:57.690 INFO O| Download: 17081/22788 items 148.8/199.7MB 74% complete (361k/s) |
3975 | 2024-12-21T03:06:59.918Z | [ recovery-image] Dec 21 03:06:57.869 INFO O| Dec 21 03:06:57.869 INFO O| Download: 11381/15862 items 105.1/176.4MB 59% complete (1.1M/s) |
3976 | 2024-12-21T03:07:04.814Z | [ host-image] Dec 21 03:07:02.764 INFO O| Dec 21 03:07:02.764 INFO O| Download: 17806/22788 items 150.1/199.7MB 75% complete (182k/s) |
3977 | 2024-12-21T03:07:06.699Z | [ recovery-image] Dec 21 03:07:04.648 INFO O| Dec 21 03:07:04.648 INFO O| Download: 11430/15862 items 107.3/176.4MB 60% complete (1.3M/s) |
3978 | 2024-12-21T03:07:10.028Z | [ host-image] Dec 21 03:07:07.976 INFO O| Dec 21 03:07:07.976 INFO O| Download: 17892/22788 items 150.3/199.7MB 75% complete (189k/s) |
3979 | 2024-12-21T03:07:12.462Z | [ recovery-image] Dec 21 03:07:10.411 INFO O| Dec 21 03:07:10.411 INFO O| Download: 11918/15862 items 128.3/176.4MB 72% complete (2.2M/s) |
3980 | 2024-12-21T03:07:15.336Z | [ host-image] Dec 21 03:07:13.284 INFO O| Dec 21 03:07:13.283 INFO O| Download: 17958/22788 items 161.3/199.7MB 80% complete (1.1M/s) |
3981 | 2024-12-21T03:07:17.487Z | [ recovery-image] Dec 21 03:07:15.435 INFO O| Dec 21 03:07:15.434 INFO O| Download: 11947/15862 items 132.6/176.4MB 75% complete (2.1M/s) |
3982 | 2024-12-21T03:07:20.339Z | [ host-image] Dec 21 03:07:18.286 INFO O| Dec 21 03:07:18.286 INFO O| Download: 18786/22788 items 165.1/199.7MB 82% complete (1.5M/s) |
3983 | 2024-12-21T03:07:22.489Z | [ recovery-image] Dec 21 03:07:20.435 INFO O| Dec 21 03:07:20.435 INFO O| Download: 12201/15862 items 140.7/176.4MB 79% complete (1.2M/s) |
3984 | 2024-12-21T03:07:27.146Z | [ host-image] Dec 21 03:07:25.091 INFO O| Dec 21 03:07:25.091 INFO O| Download: 18987/22788 items 165.9/199.7MB 83% complete (752k/s) |
3985 | 2024-12-21T03:07:27.497Z | [ recovery-image] Dec 21 03:07:25.442 INFO O| Dec 21 03:07:25.442 INFO O| Download: 12930/15862 items 143.6/176.4MB 81% complete (1.1M/s) |
3986 | 2024-12-21T03:07:32.162Z | [ host-image] Dec 21 03:07:30.105 INFO O| Dec 21 03:07:30.105 INFO O| Download: 19652/22788 items 169.2/199.7MB 84% complete (357k/s) |
3987 | 2024-12-21T03:07:32.502Z | [ recovery-image] Dec 21 03:07:30.446 INFO O| Dec 21 03:07:30.446 INFO O| Download: 13088/15862 items 144.3/176.4MB 81% complete (377k/s) |
3988 | 2024-12-21T03:07:37.167Z | [ host-image] Dec 21 03:07:35.109 INFO O| Dec 21 03:07:35.109 INFO O| Download: 20169/22788 items 170.9/199.7MB 85% complete (515k/s) |
3989 | 2024-12-21T03:07:37.508Z | [ recovery-image] Dec 21 03:07:35.451 INFO O| Dec 21 03:07:35.451 INFO O| Download: 13937/15862 items 148.2/176.4MB 84% complete (468k/s) |
3990 | 2024-12-21T03:07:42.397Z | [ host-image] Dec 21 03:07:40.222 INFO O| Dec 21 03:07:40.221 INFO O| Download: 20652/22788 items 172.9/199.7MB 86% complete (362k/s) |
3991 | 2024-12-21T03:07:42.525Z | [ recovery-image] Dec 21 03:07:40.466 INFO O| Dec 21 03:07:40.466 INFO O| Download: 14241/15862 items 149.2/176.4MB 84% complete (502k/s) |
3992 | 2024-12-21T03:07:47.527Z | [ recovery-image] Dec 21 03:07:45.467 INFO O| Dec 21 03:07:45.466 INFO O| Download: 14709/15862 items 151.4/176.4MB 85% complete (310k/s) |
3993 | 2024-12-21T03:07:47.870Z | [ host-image] Dec 21 03:07:45.810 INFO O| Dec 21 03:07:45.810 INFO O| Download: 20935/22788 items 178.6/199.7MB 89% complete (790k/s) |
3994 | 2024-12-21T03:07:52.569Z | [ recovery-image] Dec 21 03:07:50.508 INFO O| Dec 21 03:07:50.508 INFO O| Download: 14803/15862 items 156.9/176.4MB 88% complete (787k/s) |
3995 | 2024-12-21T03:07:52.876Z | [ host-image] Dec 21 03:07:50.815 INFO O| Dec 21 03:07:50.815 INFO O| Download: 21376/22788 items 180.3/199.7MB 90% complete (790k/s) |
3996 | 2024-12-21T03:07:57.588Z | [ recovery-image] Dec 21 03:07:55.526 INFO O| Dec 21 03:07:55.526 INFO O| Download: 15456/15862 items 165.7/176.4MB 93% complete (1.5M/s) |
3997 | 2024-12-21T03:07:58.148Z | [ host-image] Dec 21 03:07:56.086 INFO O| Dec 21 03:07:56.086 INFO O| Download: 21924/22788 items 191.4/199.7MB 95% complete (1.3M/s) |
3998 | 2024-12-21T03:08:02.880Z | [ recovery-image] Dec 21 03:08:00.817 INFO O| Dec 21 03:08:00.817 INFO O| Download: 15633/15862 items 169.9/176.4MB 96% complete (1.4M/s) |
3999 | 2024-12-21T03:08:03.150Z | [ host-image] Dec 21 03:08:01.087 INFO O| Dec 21 03:08:01.087 INFO O| Download: 22000/22788 items 191.9/199.7MB 96% complete (1.2M/s) |
4000 | 2024-12-21T03:08:06.494Z | [ recovery-image] Dec 21 03:08:04.430 INFO O| Dec 21 03:08:04.430 INFO O| Download: Completed 176.38 MB in 280.44 seconds (642k/s) |
4001 | 2024-12-21T03:08:07.487Z | [ recovery-image] Dec 21 03:08:05.423 INFO O| Dec 21 03:08:05.423 INFO O| Actions: 1/25028 actions (Installing new actions) |
4002 | 2024-12-21T03:08:08.160Z | [ host-image] Dec 21 03:08:06.096 INFO O| Dec 21 03:08:06.096 INFO O| Download: 22203/22788 items 197.3/199.7MB 98% complete (601k/s) |
4003 | 2024-12-21T03:08:11.187Z | [ host-image] Dec 21 03:08:09.122 INFO O| Dec 21 03:08:09.122 INFO O| Download: Completed 199.66 MB in 308.68 seconds (660k/s) |
4004 | 2024-12-21T03:08:12.489Z | [ recovery-image] Dec 21 03:08:10.424 INFO O| Dec 21 03:08:10.424 INFO O| Actions: 9603/25028 actions (Installing new actions) |
4005 | 2024-12-21T03:08:12.869Z | [ host-image] Dec 21 03:08:10.803 INFO O| Dec 21 03:08:10.803 INFO O| Actions: 1/49485 actions (Installing new actions) |
4006 | 2024-12-21T03:08:17.492Z | [ recovery-image] Dec 21 03:08:15.426 INFO O| Dec 21 03:08:15.426 INFO O| Actions: 15420/25028 actions (Installing new actions) |
4007 | 2024-12-21T03:08:17.870Z | [ host-image] Dec 21 03:08:15.803 INFO O| Dec 21 03:08:15.803 INFO O| Actions: 9890/49485 actions (Installing new actions) |
4008 | 2024-12-21T03:08:22.445Z | [ recovery-image] Dec 21 03:08:20.377 INFO O| Dec 21 03:08:20.377 INFO O| Actions: Completed 25028 actions in 14.95 seconds. |
4009 | 2024-12-21T03:08:22.871Z | [ host-image] Dec 21 03:08:20.803 INFO O| Dec 21 03:08:20.803 INFO O| Actions: 15026/49485 actions (Installing new actions) |
4010 | 2024-12-21T03:08:23.327Z | [ recovery-image] Dec 21 03:08:21.260 INFO O| Dec 21 03:08:21.260 INFO O| Done |
4011 | 2024-12-21T03:08:23.327Z | [ recovery-image] Dec 21 03:08:21.260 INFO O| Dec 21 03:08:21.260 INFO O| Done |
4012 | 2024-12-21T03:08:25.198Z | [ recovery-image] Dec 21 03:08:23.130 INFO O| Dec 21 03:08:23.130 INFO O| Done |
4013 | 2024-12-21T03:08:27.873Z | [ host-image] Dec 21 03:08:25.804 INFO O| Dec 21 03:08:25.804 INFO O| Actions: 19780/49485 actions (Installing new actions) |
4014 | 2024-12-21T03:08:28.553Z | [ recovery-image] Dec 21 03:08:26.485 INFO O| Dec 21 03:08:26.485 INFO O| Done |
4015 | 2024-12-21T03:08:28.582Z | [ recovery-image] Dec 21 03:08:26.514 INFO O| Dec 21 03:08:26.513 INFO O| Done |
4016 | 2024-12-21T03:08:32.874Z | [ host-image] Dec 21 03:08:30.804 INFO O| Dec 21 03:08:30.804 INFO O| Actions: 32961/49485 actions (Installing new actions) |
4017 | 2024-12-21T03:08:33.951Z | [ recovery-image] Dec 21 03:08:31.881 INFO O| Dec 21 03:08:31.881 INFO O| Done |
4018 | 2024-12-21T03:08:34.701Z | [ recovery-image] Dec 21 03:08:32.631 INFO O| Dec 21 03:08:32.631 INFO O| Done |
4019 | 2024-12-21T03:08:35.406Z | [ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO STEP 11 (pkg_install) COMPLETE |
4020 | 2024-12-21T03:08:35.409Z | [ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4021 | 2024-12-21T03:08:35.409Z | [ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO skip step because feature "recovery" is enabled |
4022 | 2024-12-21T03:08:35.409Z | [ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4023 | 2024-12-21T03:08:35.409Z | [ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO skip step because feature "omicron1" is not enabled |
4024 | 2024-12-21T03:08:35.409Z | [ recovery-image] Dec 21 03:08:33.336 INFO O| Dec 21 03:08:33.336 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4025 | 2024-12-21T03:08:35.428Z | [ recovery-image] Dec 21 03:08:33.358 INFO O| Dec 21 03:08:33.358 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4026 | 2024-12-21T03:08:35.872Z | [ host-image] Dec 21 03:08:33.802 INFO O| Dec 21 03:08:33.802 INFO O| Actions: Completed 49485 actions in 22.99 seconds. |
4027 | 2024-12-21T03:08:36.615Z | [ host-image] Dec 21 03:08:34.544 INFO O| Dec 21 03:08:34.543 INFO O| Done |
4028 | 2024-12-21T03:08:36.615Z | [ host-image] Dec 21 03:08:34.544 INFO O| Dec 21 03:08:34.544 INFO O| Done |
4029 | 2024-12-21T03:08:36.939Z | [ recovery-image] Dec 21 03:08:34.869 INFO O| Dec 21 03:08:34.869 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4030 | 2024-12-21T03:08:38.342Z | [ host-image] Dec 21 03:08:36.271 INFO O| Dec 21 03:08:36.271 INFO O| Done |
4031 | 2024-12-21T03:08:41.256Z | [ recovery-image] Dec 21 03:08:39.184 INFO O| Dec 21 03:08:39.184 INFO O| Planning: Solver setup ... Done |
4032 | 2024-12-21T03:08:41.262Z | [ recovery-image] Dec 21 03:08:39.191 INFO O| Dec 21 03:08:39.191 INFO O| Planning: Running solver ... Done |
4033 | 2024-12-21T03:08:41.376Z | [ recovery-image] Dec 21 03:08:39.304 INFO O| Dec 21 03:08:39.304 INFO O| Planning: Finding local manifests ... Done |
4034 | 2024-12-21T03:08:41.379Z | [ recovery-image] Dec 21 03:08:39.305 INFO O| Dec 21 03:08:39.305 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4035 | 2024-12-21T03:08:41.493Z | [ host-image] Dec 21 03:08:39.422 INFO O| Dec 21 03:08:39.422 INFO O| Done |
4036 | 2024-12-21T03:08:41.554Z | [ host-image] Dec 21 03:08:39.482 INFO O| Dec 21 03:08:39.482 INFO O| Done |
4037 | 2024-12-21T03:08:41.587Z | [ recovery-image] Dec 21 03:08:39.515 INFO O| Dec 21 03:08:39.515 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4038 | 2024-12-21T03:08:41.655Z | [ recovery-image] Dec 21 03:08:39.583 INFO O| Dec 21 03:08:39.583 INFO O| Planning: Package planning ... Done |
4039 | 2024-12-21T03:08:41.658Z | [ recovery-image] Dec 21 03:08:39.584 INFO O| Dec 21 03:08:39.584 INFO O| Planning: Merging actions ... Done |
4040 | 2024-12-21T03:08:41.767Z | [ recovery-image] Dec 21 03:08:39.696 INFO O| Dec 21 03:08:39.695 INFO O| Planning: Checking for conflicting actions ... Done |
4041 | 2024-12-21T03:08:41.770Z | [ recovery-image] Dec 21 03:08:39.696 INFO O| Dec 21 03:08:39.696 INFO O| Planning: Consolidating action changes ... Done |
4042 | 2024-12-21T03:08:42.055Z | [ recovery-image] Dec 21 03:08:39.983 INFO O| Dec 21 03:08:39.983 INFO O| Planning: Evaluating mediators ... Done |
4043 | 2024-12-21T03:08:42.058Z | [ recovery-image] Dec 21 03:08:39.984 INFO O| Dec 21 03:08:39.984 INFO O| Planning: Planning completed in 5.11 seconds |
4044 | 2024-12-21T03:08:42.073Z | [ recovery-image] Dec 21 03:08:40.001 INFO O| Dec 21 03:08:40.001 INFO O| Packages to install: 1 |
4045 | 2024-12-21T03:08:42.090Z | [ recovery-image] Dec 21 03:08:40.018 INFO O| Dec 21 03:08:40.018 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4046 | 2024-12-21T03:08:42.807Z | [ recovery-image] Dec 21 03:08:40.735 INFO O| Dec 21 03:08:40.734 INFO O| Download: Completed 9.99 MB in 0.72 seconds (14.0M/s) |
4047 | 2024-12-21T03:08:42.919Z | [ recovery-image] Dec 21 03:08:40.846 INFO O| Dec 21 03:08:40.846 INFO O| Actions: 1/22 actions (Installing new actions) |
4048 | 2024-12-21T03:08:43.323Z | [ recovery-image] Dec 21 03:08:41.251 INFO O| Dec 21 03:08:41.250 INFO O| Actions: Completed 22 actions in 0.40 seconds. |
4049 | 2024-12-21T03:08:43.789Z | [ recovery-image] Dec 21 03:08:41.717 INFO O| Dec 21 03:08:41.717 INFO O| Done |
4050 | 2024-12-21T03:08:43.789Z | [ recovery-image] Dec 21 03:08:41.717 INFO O| Dec 21 03:08:41.717 INFO O| Done |
4051 | 2024-12-21T03:08:45.103Z | [ recovery-image] Dec 21 03:08:43.030 INFO O| Dec 21 03:08:43.030 INFO O| Done |
4052 | 2024-12-21T03:08:46.807Z | [ recovery-image] Dec 21 03:08:44.734 INFO O| Dec 21 03:08:44.734 INFO O| Done |
4053 | 2024-12-21T03:08:46.849Z | [ recovery-image] Dec 21 03:08:44.775 INFO O| Dec 21 03:08:44.775 INFO O| Done |
4054 | 2024-12-21T03:08:46.852Z | [ recovery-image] Dec 21 03:08:44.775 INFO O| Dec 21 03:08:44.775 INFO O| Done |
4055 | 2024-12-21T03:08:46.866Z | [ recovery-image] Dec 21 03:08:44.792 INFO O| Dec 21 03:08:44.792 INFO O| Done |
4056 | 2024-12-21T03:08:47.042Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.968 INFO STEP 14 (pkg_install) COMPLETE |
4057 | 2024-12-21T03:08:47.042Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4058 | 2024-12-21T03:08:47.044Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO skip step because feature "mfg" is not enabled |
4059 | 2024-12-21T03:08:47.044Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4060 | 2024-12-21T03:08:47.044Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO skip step because feature "compliance" is not enabled |
4061 | 2024-12-21T03:08:47.044Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4062 | 2024-12-21T03:08:47.044Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO skip step because feature "stress" is not enabled |
4063 | 2024-12-21T03:08:47.045Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4064 | 2024-12-21T03:08:47.045Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO skip step because feature "nfs" is not enabled |
4065 | 2024-12-21T03:08:47.045Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4066 | 2024-12-21T03:08:47.045Z | [ recovery-image] Dec 21 03:08:44.969 INFO O| Dec 21 03:08:44.969 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4067 | 2024-12-21T03:08:47.198Z | [ recovery-image] Dec 21 03:08:45.121 INFO O| Dec 21 03:08:45.121 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4068 | 2024-12-21T03:08:47.419Z | [ recovery-image] Dec 21 03:08:45.346 INFO O| Dec 21 03:08:45.346 INFO completed processing gimlet/ramdisk-01-os |
4069 | 2024-12-21T03:08:47.422Z | [ recovery-image] Dec 21 03:08:45.349 INFO image builder template: ramdisk-02-trim... |
4070 | 2024-12-21T03:08:47.422Z | [ recovery-image] Dec 21 03:08:45.349 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/.tmpLkmalU/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 |
4071 | 2024-12-21T03:08:47.464Z | [ recovery-image] Dec 21 03:08:45.389 INFO O| Dec 21 03:08:45.388 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4072 | 2024-12-21T03:08:47.468Z | [ recovery-image] Dec 21 03:08:45.395 INFO O| Dec 21 03:08:45.395 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4073 | 2024-12-21T03:08:47.587Z | [ recovery-image] Dec 21 03:08:45.513 INFO O| Dec 21 03:08:45.513 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4074 | 2024-12-21T03:08:47.715Z | [ recovery-image] Dec 21 03:08:45.638 INFO O| Dec 21 03:08:45.638 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4075 | 2024-12-21T03:08:47.719Z | [ recovery-image] Dec 21 03:08:45.639 INFO O| Dec 21 03:08:45.639 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4076 | 2024-12-21T03:08:47.722Z | [ recovery-image] Dec 21 03:08:45.648 INFO O| Dec 21 03:08:45.648 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4077 | 2024-12-21T03:08:47.746Z | [ recovery-image] Dec 21 03:08:45.673 INFO O| Dec 21 03:08:45.673 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4078 | 2024-12-21T03:08:47.773Z | [ recovery-image] Dec 21 03:08:45.700 INFO O| Dec 21 03:08:45.700 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4079 | 2024-12-21T03:08:48.431Z | [ recovery-image] Dec 21 03:08:46.358 INFO O| Dec 21 03:08:46.358 INFO rolled back to input snapshot; work may begin |
4080 | 2024-12-21T03:08:48.431Z | [ recovery-image] Dec 21 03:08:46.358 INFO O| Dec 21 03:08:46.358 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4081 | 2024-12-21T03:08:48.439Z | [ recovery-image] Dec 21 03:08:46.366 INFO O| Dec 21 03:08:46.366 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4082 | 2024-12-21T03:08:48.459Z | [ recovery-image] Dec 21 03:08:46.385 INFO O| Dec 21 03:08:46.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4083 | 2024-12-21T03:08:48.542Z | [ recovery-image] Dec 21 03:08:46.467 INFO O| Dec 21 03:08:46.467 INFO STEP 0 (remove_files) COMPLETE |
4084 | 2024-12-21T03:08:48.542Z | [ recovery-image] Dec 21 03:08:46.467 INFO O| Dec 21 03:08:46.467 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-12-21T03:08:48.561Z | [ recovery-image] Dec 21 03:08:46.487 INFO O| Dec 21 03:08:46.487 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4086 | 2024-12-21T03:08:48.564Z | [ recovery-image] Dec 21 03:08:46.490 INFO O| Dec 21 03:08:46.490 INFO STEP 1 (remove_files) COMPLETE |
4087 | 2024-12-21T03:08:48.564Z | [ recovery-image] Dec 21 03:08:46.490 INFO O| Dec 21 03:08:46.490 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4088 | 2024-12-21T03:08:48.584Z | [ recovery-image] Dec 21 03:08:46.510 INFO O| Dec 21 03:08:46.510 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4089 | 2024-12-21T03:08:48.608Z | [ recovery-image] Dec 21 03:08:46.535 INFO O| Dec 21 03:08:46.534 INFO STEP 2 (remove_files) COMPLETE |
4090 | 2024-12-21T03:08:48.608Z | [ recovery-image] Dec 21 03:08:46.535 INFO O| Dec 21 03:08:46.534 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4091 | 2024-12-21T03:08:48.646Z | [ recovery-image] Dec 21 03:08:46.573 INFO O| Dec 21 03:08:46.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4092 | 2024-12-21T03:08:48.650Z | [ recovery-image] Dec 21 03:08:46.576 INFO O| Dec 21 03:08:46.576 INFO STEP 3 (remove_files) COMPLETE |
4093 | 2024-12-21T03:08:48.650Z | [ recovery-image] Dec 21 03:08:46.576 INFO O| Dec 21 03:08:46.576 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4094 | 2024-12-21T03:08:48.688Z | [ recovery-image] Dec 21 03:08:46.615 INFO O| Dec 21 03:08:46.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4095 | 2024-12-21T03:08:48.696Z | [ recovery-image] Dec 21 03:08:46.623 INFO O| Dec 21 03:08:46.622 INFO STEP 4 (remove_files) COMPLETE |
4096 | 2024-12-21T03:08:48.697Z | [ recovery-image] Dec 21 03:08:46.623 INFO O| Dec 21 03:08:46.622 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4097 | 2024-12-21T03:08:48.727Z | [ recovery-image] Dec 21 03:08:46.654 INFO O| Dec 21 03:08:46.654 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4098 | 2024-12-21T03:08:48.732Z | [ recovery-image] Dec 21 03:08:46.654 INFO O| Dec 21 03:08:46.654 INFO STEP 5 (remove_files) COMPLETE |
4099 | 2024-12-21T03:08:48.732Z | [ recovery-image] Dec 21 03:08:46.654 INFO O| Dec 21 03:08:46.654 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4100 | 2024-12-21T03:08:48.778Z | [ recovery-image] Dec 21 03:08:46.703 INFO O| Dec 21 03:08:46.703 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4101 | 2024-12-21T03:08:48.799Z | [ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.724 INFO STEP 6 (remove_files) COMPLETE |
4102 | 2024-12-21T03:08:48.804Z | [ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4103 | 2024-12-21T03:08:48.804Z | [ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO skip step because feature "recovery" is enabled |
4104 | 2024-12-21T03:08:48.804Z | [ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-21T03:08:48.804Z | [ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO skip step because feature "recovery" is enabled |
4106 | 2024-12-21T03:08:48.804Z | [ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-12-21T03:08:48.804Z | [ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO skip step because feature "recovery" is enabled |
4108 | 2024-12-21T03:08:48.804Z | [ recovery-image] Dec 21 03:08:46.725 INFO O| Dec 21 03:08:46.725 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-12-21T03:08:48.838Z | [ recovery-image] Dec 21 03:08:46.764 INFO O| Dec 21 03:08:46.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4110 | 2024-12-21T03:08:48.844Z | [ recovery-image] Dec 21 03:08:46.771 INFO O| Dec 21 03:08:46.771 INFO STEP 10 (remove_files) COMPLETE |
4111 | 2024-12-21T03:08:48.847Z | [ recovery-image] Dec 21 03:08:46.771 INFO O| Dec 21 03:08:46.771 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4112 | 2024-12-21T03:08:48.869Z | [ recovery-image] Dec 21 03:08:46.791 INFO O| Dec 21 03:08:46.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4113 | 2024-12-21T03:08:48.872Z | [ recovery-image] Dec 21 03:08:46.793 INFO O| Dec 21 03:08:46.793 INFO STEP 11 (remove_files) COMPLETE |
4114 | 2024-12-21T03:08:48.872Z | [ recovery-image] Dec 21 03:08:46.793 INFO O| Dec 21 03:08:46.793 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4115 | 2024-12-21T03:08:48.886Z | [ recovery-image] Dec 21 03:08:46.813 INFO O| Dec 21 03:08:46.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4116 | 2024-12-21T03:08:48.889Z | [ recovery-image] Dec 21 03:08:46.816 INFO O| Dec 21 03:08:46.815 INFO STEP 12 (remove_files) COMPLETE |
4117 | 2024-12-21T03:08:48.889Z | [ recovery-image] Dec 21 03:08:46.816 INFO O| Dec 21 03:08:46.816 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4118 | 2024-12-21T03:08:49.030Z | [ host-image] Dec 21 03:08:46.957 INFO O| Dec 21 03:08:46.956 INFO O| Done |
4119 | 2024-12-21T03:08:49.201Z | [ recovery-image] Dec 21 03:08:47.128 INFO O| Dec 21 03:08:47.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4120 | 2024-12-21T03:08:49.221Z | [ recovery-image] Dec 21 03:08:47.147 INFO O| Dec 21 03:08:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4121 | 2024-12-21T03:08:49.347Z | [ recovery-image] Dec 21 03:08:47.274 INFO O| Dec 21 03:08:47.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4122 | 2024-12-21T03:08:49.354Z | [ recovery-image] Dec 21 03:08:47.280 INFO O| Dec 21 03:08:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4123 | 2024-12-21T03:08:49.487Z | [ recovery-image] Dec 21 03:08:47.412 INFO O| Dec 21 03:08:47.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4124 | 2024-12-21T03:08:49.507Z | [ recovery-image] Dec 21 03:08:47.434 INFO O| Dec 21 03:08:47.434 INFO STEP 13 (remove_files) COMPLETE |
4125 | 2024-12-21T03:08:49.507Z | [ recovery-image] Dec 21 03:08:47.434 INFO O| Dec 21 03:08:47.434 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-21T03:08:49.528Z | [ recovery-image] Dec 21 03:08:47.454 INFO O| Dec 21 03:08:47.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4127 | 2024-12-21T03:08:49.532Z | [ recovery-image] Dec 21 03:08:47.456 INFO O| Dec 21 03:08:47.456 INFO STEP 14 (remove_files) COMPLETE |
4128 | 2024-12-21T03:08:49.532Z | [ recovery-image] Dec 21 03:08:47.456 INFO O| Dec 21 03:08:47.456 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-21T03:08:49.548Z | [ recovery-image] Dec 21 03:08:47.474 INFO O| Dec 21 03:08:47.474 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4130 | 2024-12-21T03:08:49.563Z | [ recovery-image] Dec 21 03:08:47.489 INFO O| Dec 21 03:08:47.489 INFO STEP 15 (remove_files) COMPLETE |
4131 | 2024-12-21T03:08:49.563Z | [ recovery-image] Dec 21 03:08:47.489 INFO O| Dec 21 03:08:47.489 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-21T03:08:49.604Z | [ recovery-image] Dec 21 03:08:47.526 INFO O| Dec 21 03:08:47.526 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4133 | 2024-12-21T03:08:49.613Z | [ recovery-image] Dec 21 03:08:47.527 INFO O| Dec 21 03:08:47.527 INFO STEP 16 (remove_files) COMPLETE |
4134 | 2024-12-21T03:08:49.613Z | [ recovery-image] Dec 21 03:08:47.527 INFO O| Dec 21 03:08:47.527 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-21T03:08:49.620Z | [ recovery-image] Dec 21 03:08:47.546 INFO O| Dec 21 03:08:47.546 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4136 | 2024-12-21T03:08:49.623Z | [ recovery-image] Dec 21 03:08:47.549 INFO O| Dec 21 03:08:47.549 INFO STEP 17 (remove_files) COMPLETE |
4137 | 2024-12-21T03:08:49.623Z | [ recovery-image] Dec 21 03:08:47.549 INFO O| Dec 21 03:08:47.549 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-21T03:08:49.647Z | [ recovery-image] Dec 21 03:08:47.567 INFO O| Dec 21 03:08:47.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4139 | 2024-12-21T03:08:49.647Z | [ recovery-image] Dec 21 03:08:47.567 INFO O| Dec 21 03:08:47.567 INFO STEP 18 (remove_files) COMPLETE |
4140 | 2024-12-21T03:08:49.648Z | [ recovery-image] Dec 21 03:08:47.567 INFO O| Dec 21 03:08:47.567 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-21T03:08:49.659Z | [ recovery-image] Dec 21 03:08:47.585 INFO O| Dec 21 03:08:47.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4142 | 2024-12-21T03:08:49.659Z | [ recovery-image] Dec 21 03:08:47.585 INFO O| Dec 21 03:08:47.585 INFO STEP 19 (remove_files) COMPLETE |
4143 | 2024-12-21T03:08:49.678Z | [ recovery-image] Dec 21 03:08:47.585 INFO O| Dec 21 03:08:47.585 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-21T03:08:49.701Z | [ recovery-image] Dec 21 03:08:47.616 INFO O| Dec 21 03:08:47.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4145 | 2024-12-21T03:08:49.701Z | [ recovery-image] Dec 21 03:08:47.616 INFO O| Dec 21 03:08:47.616 INFO STEP 20 (remove_files) COMPLETE |
4146 | 2024-12-21T03:08:49.701Z | [ recovery-image] Dec 21 03:08:47.616 INFO O| Dec 21 03:08:47.616 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-21T03:08:49.729Z | [ recovery-image] Dec 21 03:08:47.656 INFO O| Dec 21 03:08:47.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4148 | 2024-12-21T03:08:49.729Z | [ recovery-image] Dec 21 03:08:47.656 INFO O| Dec 21 03:08:47.656 INFO STEP 21 (remove_files) COMPLETE |
4149 | 2024-12-21T03:08:49.732Z | [ recovery-image] Dec 21 03:08:47.656 INFO O| Dec 21 03:08:47.656 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-21T03:08:49.748Z | [ recovery-image] Dec 21 03:08:47.674 INFO O| Dec 21 03:08:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4151 | 2024-12-21T03:08:49.748Z | [ recovery-image] Dec 21 03:08:47.674 INFO O| Dec 21 03:08:47.674 INFO STEP 22 (remove_files) COMPLETE |
4152 | 2024-12-21T03:08:49.751Z | [ recovery-image] Dec 21 03:08:47.674 INFO O| Dec 21 03:08:47.674 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-21T03:08:49.767Z | [ recovery-image] Dec 21 03:08:47.692 INFO O| Dec 21 03:08:47.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4154 | 2024-12-21T03:08:49.767Z | [ recovery-image] Dec 21 03:08:47.692 INFO O| Dec 21 03:08:47.692 INFO STEP 23 (remove_files) COMPLETE |
4155 | 2024-12-21T03:08:49.767Z | [ recovery-image] Dec 21 03:08:47.692 INFO O| Dec 21 03:08:47.692 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-21T03:08:49.820Z | [ recovery-image] Dec 21 03:08:47.744 INFO O| Dec 21 03:08:47.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4157 | 2024-12-21T03:08:49.820Z | [ recovery-image] Dec 21 03:08:47.744 INFO O| Dec 21 03:08:47.744 INFO STEP 24 (remove_files) COMPLETE |
4158 | 2024-12-21T03:08:49.822Z | [ recovery-image] Dec 21 03:08:47.744 INFO O| Dec 21 03:08:47.744 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-21T03:08:49.839Z | [ recovery-image] Dec 21 03:08:47.762 INFO O| Dec 21 03:08:47.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4160 | 2024-12-21T03:08:49.839Z | [ recovery-image] Dec 21 03:08:47.762 INFO O| Dec 21 03:08:47.762 INFO STEP 25 (remove_files) COMPLETE |
4161 | 2024-12-21T03:08:49.839Z | [ recovery-image] Dec 21 03:08:47.762 INFO O| Dec 21 03:08:47.762 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-21T03:08:49.891Z | [ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4163 | 2024-12-21T03:08:49.891Z | [ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO STEP 26 (remove_files) COMPLETE |
4164 | 2024-12-21T03:08:49.894Z | [ recovery-image] Dec 21 03:08:47.815 INFO O| Dec 21 03:08:47.815 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-21T03:08:49.933Z | [ recovery-image] Dec 21 03:08:47.858 INFO O| Dec 21 03:08:47.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4166 | 2024-12-21T03:08:49.933Z | [ recovery-image] Dec 21 03:08:47.859 INFO O| Dec 21 03:08:47.859 INFO STEP 27 (remove_files) COMPLETE |
4167 | 2024-12-21T03:08:49.933Z | [ recovery-image] Dec 21 03:08:47.859 INFO O| Dec 21 03:08:47.859 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-21T03:08:49.982Z | [ recovery-image] Dec 21 03:08:47.902 INFO O| Dec 21 03:08:47.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4169 | 2024-12-21T03:08:49.982Z | [ recovery-image] Dec 21 03:08:47.902 INFO O| Dec 21 03:08:47.902 INFO STEP 28 (remove_files) COMPLETE |
4170 | 2024-12-21T03:08:49.982Z | [ recovery-image] Dec 21 03:08:47.902 INFO O| Dec 21 03:08:47.902 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-21T03:08:49.996Z | [ recovery-image] Dec 21 03:08:47.922 INFO O| Dec 21 03:08:47.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4172 | 2024-12-21T03:08:49.996Z | [ recovery-image] Dec 21 03:08:47.922 INFO O| Dec 21 03:08:47.922 INFO STEP 29 (remove_files) COMPLETE |
4173 | 2024-12-21T03:08:49.996Z | [ recovery-image] Dec 21 03:08:47.922 INFO O| Dec 21 03:08:47.922 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-21T03:08:50.015Z | [ recovery-image] Dec 21 03:08:47.941 INFO O| Dec 21 03:08:47.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4175 | 2024-12-21T03:08:50.015Z | [ recovery-image] Dec 21 03:08:47.941 INFO O| Dec 21 03:08:47.941 INFO STEP 30 (remove_files) COMPLETE |
4176 | 2024-12-21T03:08:50.015Z | [ recovery-image] Dec 21 03:08:47.941 INFO O| Dec 21 03:08:47.941 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-21T03:08:50.035Z | [ recovery-image] Dec 21 03:08:47.961 INFO O| Dec 21 03:08:47.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4178 | 2024-12-21T03:08:50.035Z | [ recovery-image] Dec 21 03:08:47.961 INFO O| Dec 21 03:08:47.961 INFO STEP 31 (remove_files) COMPLETE |
4179 | 2024-12-21T03:08:50.035Z | [ recovery-image] Dec 21 03:08:47.961 INFO O| Dec 21 03:08:47.961 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-21T03:08:50.055Z | [ recovery-image] Dec 21 03:08:47.981 INFO O| Dec 21 03:08:47.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4181 | 2024-12-21T03:08:50.056Z | [ recovery-image] Dec 21 03:08:47.981 INFO O| Dec 21 03:08:47.981 INFO STEP 32 (remove_files) COMPLETE |
4182 | 2024-12-21T03:08:50.056Z | [ recovery-image] Dec 21 03:08:47.981 INFO O| Dec 21 03:08:47.981 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-21T03:08:50.137Z | [ recovery-image] Dec 21 03:08:48.064 INFO O| Dec 21 03:08:48.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4184 | 2024-12-21T03:08:50.138Z | [ recovery-image] Dec 21 03:08:48.064 INFO O| Dec 21 03:08:48.064 INFO STEP 33 (remove_files) COMPLETE |
4185 | 2024-12-21T03:08:50.140Z | [ recovery-image] Dec 21 03:08:48.064 INFO O| Dec 21 03:08:48.064 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-21T03:08:50.206Z | [ host-image] Dec 21 03:08:48.129 INFO O| Dec 21 03:08:48.129 INFO O| Done |
4187 | 2024-12-21T03:08:50.215Z | [ recovery-image] Dec 21 03:08:48.140 INFO O| Dec 21 03:08:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4188 | 2024-12-21T03:08:50.215Z | [ recovery-image] Dec 21 03:08:48.141 INFO O| Dec 21 03:08:48.141 INFO STEP 34 (remove_files) COMPLETE |
4189 | 2024-12-21T03:08:50.220Z | [ recovery-image] Dec 21 03:08:48.141 INFO O| Dec 21 03:08:48.141 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4190 | 2024-12-21T03:08:50.237Z | [ recovery-image] Dec 21 03:08:48.162 INFO O| Dec 21 03:08:48.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4191 | 2024-12-21T03:08:50.237Z | [ recovery-image] Dec 21 03:08:48.162 INFO O| Dec 21 03:08:48.162 INFO STEP 35 (remove_files) COMPLETE |
4192 | 2024-12-21T03:08:50.240Z | [ recovery-image] Dec 21 03:08:48.162 INFO O| Dec 21 03:08:48.162 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4193 | 2024-12-21T03:08:50.279Z | [ recovery-image] Dec 21 03:08:48.203 INFO O| Dec 21 03:08:48.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4194 | 2024-12-21T03:08:50.279Z | [ recovery-image] Dec 21 03:08:48.203 INFO O| Dec 21 03:08:48.203 INFO STEP 36 (remove_files) COMPLETE |
4195 | 2024-12-21T03:08:50.282Z | [ recovery-image] Dec 21 03:08:48.204 INFO O| Dec 21 03:08:48.203 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4196 | 2024-12-21T03:08:50.309Z | [ recovery-image] Dec 21 03:08:48.235 INFO O| Dec 21 03:08:48.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4197 | 2024-12-21T03:08:50.309Z | [ recovery-image] Dec 21 03:08:48.235 INFO O| Dec 21 03:08:48.235 INFO STEP 37 (remove_files) COMPLETE |
4198 | 2024-12-21T03:08:50.312Z | [ recovery-image] Dec 21 03:08:48.235 INFO O| Dec 21 03:08:48.235 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4199 | 2024-12-21T03:08:50.329Z | [ recovery-image] Dec 21 03:08:48.256 INFO O| Dec 21 03:08:48.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4200 | 2024-12-21T03:08:50.329Z | [ recovery-image] Dec 21 03:08:48.256 INFO O| Dec 21 03:08:48.256 INFO STEP 38 (remove_files) COMPLETE |
4201 | 2024-12-21T03:08:50.333Z | [ recovery-image] Dec 21 03:08:48.256 INFO O| Dec 21 03:08:48.256 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4202 | 2024-12-21T03:08:50.389Z | [ recovery-image] Dec 21 03:08:48.314 INFO O| Dec 21 03:08:48.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4203 | 2024-12-21T03:08:50.389Z | [ recovery-image] Dec 21 03:08:48.314 INFO O| Dec 21 03:08:48.314 INFO STEP 39 (remove_files) COMPLETE |
4204 | 2024-12-21T03:08:50.389Z | [ recovery-image] Dec 21 03:08:48.315 INFO O| Dec 21 03:08:48.314 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-21T03:08:50.799Z | [ host-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.724 INFO STEP 11 (pkg_install) COMPLETE |
4206 | 2024-12-21T03:08:50.800Z | [ host-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4207 | 2024-12-21T03:08:50.800Z | [ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4208 | 2024-12-21T03:08:50.800Z | [ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 40 (remove_files) COMPLETE |
4209 | 2024-12-21T03:08:50.800Z | [ recovery-image] Dec 21 03:08:48.725 INFO O| Dec 21 03:08:48.725 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-21T03:08:50.817Z | [ recovery-image] Dec 21 03:08:48.742 INFO O| Dec 21 03:08:48.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4211 | 2024-12-21T03:08:50.820Z | [ recovery-image] Dec 21 03:08:48.742 INFO O| Dec 21 03:08:48.742 INFO STEP 41 (remove_files) COMPLETE |
4212 | 2024-12-21T03:08:50.820Z | [ recovery-image] Dec 21 03:08:48.742 INFO O| Dec 21 03:08:48.742 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-21T03:08:50.820Z | [ host-image] Dec 21 03:08:48.743 INFO O| Dec 21 03:08:48.743 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"] |
4214 | 2024-12-21T03:08:50.896Z | [ recovery-image] Dec 21 03:08:48.820 INFO O| Dec 21 03:08:48.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4215 | 2024-12-21T03:08:50.896Z | [ recovery-image] Dec 21 03:08:48.820 INFO O| Dec 21 03:08:48.820 INFO STEP 42 (remove_files) COMPLETE |
4216 | 2024-12-21T03:08:50.896Z | [ recovery-image] Dec 21 03:08:48.820 INFO O| Dec 21 03:08:48.820 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2024-12-21T03:08:50.967Z | [ recovery-image] Dec 21 03:08:48.892 INFO O| Dec 21 03:08:48.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4218 | 2024-12-21T03:08:50.967Z | [ recovery-image] Dec 21 03:08:48.892 INFO O| Dec 21 03:08:48.892 INFO STEP 43 (remove_files) COMPLETE |
4219 | 2024-12-21T03:08:50.970Z | [ recovery-image] Dec 21 03:08:48.892 INFO O| Dec 21 03:08:48.892 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-21T03:08:51.003Z | [ recovery-image] Dec 21 03:08:48.929 INFO O| Dec 21 03:08:48.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4221 | 2024-12-21T03:08:51.003Z | [ recovery-image] Dec 21 03:08:48.929 INFO O| Dec 21 03:08:48.929 INFO STEP 44 (remove_files) COMPLETE |
4222 | 2024-12-21T03:08:51.003Z | [ recovery-image] Dec 21 03:08:48.929 INFO O| Dec 21 03:08:48.929 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-21T03:08:51.047Z | [ recovery-image] Dec 21 03:08:48.973 INFO O| Dec 21 03:08:48.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4224 | 2024-12-21T03:08:51.048Z | [ recovery-image] Dec 21 03:08:48.973 INFO O| Dec 21 03:08:48.973 INFO STEP 45 (remove_files) COMPLETE |
4225 | 2024-12-21T03:08:51.053Z | [ recovery-image] Dec 21 03:08:48.973 INFO O| Dec 21 03:08:48.973 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4226 | 2024-12-21T03:08:51.108Z | [ recovery-image] Dec 21 03:08:49.034 INFO O| Dec 21 03:08:49.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4227 | 2024-12-21T03:08:51.108Z | [ recovery-image] Dec 21 03:08:49.034 INFO O| Dec 21 03:08:49.034 INFO STEP 46 (remove_files) COMPLETE |
4228 | 2024-12-21T03:08:51.108Z | [ recovery-image] Dec 21 03:08:49.034 INFO O| Dec 21 03:08:49.034 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-21T03:08:51.142Z | [ recovery-image] Dec 21 03:08:49.067 INFO O| Dec 21 03:08:49.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4230 | 2024-12-21T03:08:51.146Z | [ recovery-image] Dec 21 03:08:49.067 INFO O| Dec 21 03:08:49.067 INFO STEP 47 (remove_files) COMPLETE |
4231 | 2024-12-21T03:08:51.146Z | [ recovery-image] Dec 21 03:08:49.067 INFO O| Dec 21 03:08:49.067 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-21T03:08:51.161Z | [ recovery-image] Dec 21 03:08:49.087 INFO O| Dec 21 03:08:49.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4233 | 2024-12-21T03:08:51.164Z | [ recovery-image] Dec 21 03:08:49.088 INFO O| Dec 21 03:08:49.087 INFO STEP 48 (remove_files) COMPLETE |
4234 | 2024-12-21T03:08:51.164Z | [ recovery-image] Dec 21 03:08:49.088 INFO O| Dec 21 03:08:49.088 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4235 | 2024-12-21T03:08:51.181Z | [ recovery-image] Dec 21 03:08:49.107 INFO O| Dec 21 03:08:49.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4236 | 2024-12-21T03:08:51.184Z | [ recovery-image] Dec 21 03:08:49.108 INFO O| Dec 21 03:08:49.108 INFO STEP 49 (remove_files) COMPLETE |
4237 | 2024-12-21T03:08:51.184Z | [ recovery-image] Dec 21 03:08:49.108 INFO O| Dec 21 03:08:49.108 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-21T03:08:51.202Z | [ recovery-image] Dec 21 03:08:49.128 INFO O| Dec 21 03:08:49.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4239 | 2024-12-21T03:08:51.202Z | [ recovery-image] Dec 21 03:08:49.128 INFO O| Dec 21 03:08:49.128 INFO STEP 50 (remove_files) COMPLETE |
4240 | 2024-12-21T03:08:51.202Z | [ recovery-image] Dec 21 03:08:49.128 INFO O| Dec 21 03:08:49.128 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4241 | 2024-12-21T03:08:51.219Z | [ recovery-image] Dec 21 03:08:49.145 INFO O| Dec 21 03:08:49.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4242 | 2024-12-21T03:08:51.219Z | [ recovery-image] Dec 21 03:08:49.145 INFO O| Dec 21 03:08:49.145 INFO STEP 51 (remove_files) COMPLETE |
4243 | 2024-12-21T03:08:51.219Z | [ recovery-image] Dec 21 03:08:49.145 INFO O| Dec 21 03:08:49.145 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-21T03:08:51.269Z | [ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4245 | 2024-12-21T03:08:51.269Z | [ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO STEP 52 (remove_files) COMPLETE |
4246 | 2024-12-21T03:08:51.269Z | [ recovery-image] Dec 21 03:08:49.195 INFO O| Dec 21 03:08:49.195 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4247 | 2024-12-21T03:08:51.307Z | [ recovery-image] Dec 21 03:08:49.231 INFO O| Dec 21 03:08:49.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4248 | 2024-12-21T03:08:51.307Z | [ recovery-image] Dec 21 03:08:49.231 INFO O| Dec 21 03:08:49.231 INFO STEP 53 (remove_files) COMPLETE |
4249 | 2024-12-21T03:08:51.310Z | [ recovery-image] Dec 21 03:08:49.231 INFO O| Dec 21 03:08:49.231 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-21T03:08:51.323Z | [ recovery-image] Dec 21 03:08:49.248 INFO O| Dec 21 03:08:49.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4251 | 2024-12-21T03:08:51.323Z | [ recovery-image] Dec 21 03:08:49.248 INFO O| Dec 21 03:08:49.248 INFO STEP 54 (remove_files) COMPLETE |
4252 | 2024-12-21T03:08:51.326Z | [ recovery-image] Dec 21 03:08:49.249 INFO O| Dec 21 03:08:49.248 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4253 | 2024-12-21T03:08:51.339Z | [ recovery-image] Dec 21 03:08:49.264 INFO O| Dec 21 03:08:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4254 | 2024-12-21T03:08:51.339Z | [ recovery-image] Dec 21 03:08:49.264 INFO O| Dec 21 03:08:49.264 INFO STEP 55 (remove_files) COMPLETE |
4255 | 2024-12-21T03:08:51.339Z | [ recovery-image] Dec 21 03:08:49.264 INFO O| Dec 21 03:08:49.264 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4256 | 2024-12-21T03:08:51.354Z | [ recovery-image] Dec 21 03:08:49.279 INFO O| Dec 21 03:08:49.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4257 | 2024-12-21T03:08:51.354Z | [ recovery-image] Dec 21 03:08:49.280 INFO O| Dec 21 03:08:49.280 INFO STEP 56 (remove_files) COMPLETE |
4258 | 2024-12-21T03:08:51.357Z | [ recovery-image] Dec 21 03:08:49.280 INFO O| Dec 21 03:08:49.280 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4259 | 2024-12-21T03:08:51.370Z | [ recovery-image] Dec 21 03:08:49.295 INFO O| Dec 21 03:08:49.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4260 | 2024-12-21T03:08:51.370Z | [ recovery-image] Dec 21 03:08:49.295 INFO O| Dec 21 03:08:49.295 INFO STEP 57 (remove_files) COMPLETE |
4261 | 2024-12-21T03:08:51.379Z | [ recovery-image] Dec 21 03:08:49.295 INFO O| Dec 21 03:08:49.295 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4262 | 2024-12-21T03:08:51.385Z | [ recovery-image] Dec 21 03:08:49.311 INFO O| Dec 21 03:08:49.311 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4263 | 2024-12-21T03:08:51.385Z | [ recovery-image] Dec 21 03:08:49.311 INFO O| Dec 21 03:08:49.311 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4264 | 2024-12-21T03:08:51.385Z | [ recovery-image] Dec 21 03:08:49.311 INFO O| Dec 21 03:08:49.311 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4265 | 2024-12-21T03:08:51.390Z | [ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4266 | 2024-12-21T03:08:51.390Z | [ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4267 | 2024-12-21T03:08:51.390Z | [ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4268 | 2024-12-21T03:08:51.390Z | [ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO ok! |
4269 | 2024-12-21T03:08:51.390Z | [ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO STEP 58 (ensure_file) COMPLETE |
4270 | 2024-12-21T03:08:51.390Z | [ recovery-image] Dec 21 03:08:49.312 INFO O| Dec 21 03:08:49.312 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4271 | 2024-12-21T03:08:51.404Z | [ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4272 | 2024-12-21T03:08:51.404Z | [ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4273 | 2024-12-21T03:08:51.408Z | [ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4274 | 2024-12-21T03:08:51.408Z | [ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4275 | 2024-12-21T03:08:51.409Z | [ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4276 | 2024-12-21T03:08:51.409Z | [ recovery-image] Dec 21 03:08:49.328 INFO O| Dec 21 03:08:49.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4277 | 2024-12-21T03:08:51.409Z | [ recovery-image] Dec 21 03:08:49.329 INFO O| Dec 21 03:08:49.328 INFO ok! |
4278 | 2024-12-21T03:08:51.409Z | [ recovery-image] Dec 21 03:08:49.329 INFO O| Dec 21 03:08:49.329 INFO STEP 59 (ensure_file) COMPLETE |
4279 | 2024-12-21T03:08:51.409Z | [ recovery-image] Dec 21 03:08:49.329 INFO O| Dec 21 03:08:49.329 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4280 | 2024-12-21T03:08:51.418Z | [ recovery-image] Dec 21 03:08:49.344 INFO O| Dec 21 03:08:49.344 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4281 | 2024-12-21T03:08:51.419Z | [ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.344 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4282 | 2024-12-21T03:08:51.419Z | [ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.345 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4283 | 2024-12-21T03:08:51.422Z | [ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.345 INFO ok! |
4284 | 2024-12-21T03:08:51.422Z | [ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.345 INFO STEP 60 (ensure_file) COMPLETE |
4285 | 2024-12-21T03:08:51.422Z | [ recovery-image] Dec 21 03:08:49.345 INFO O| Dec 21 03:08:49.345 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4286 | 2024-12-21T03:08:51.438Z | [ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4287 | 2024-12-21T03:08:51.438Z | [ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4288 | 2024-12-21T03:08:51.443Z | [ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4289 | 2024-12-21T03:08:51.444Z | [ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO ok! |
4290 | 2024-12-21T03:08:51.444Z | [ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO STEP 61 (ensure_file) COMPLETE |
4291 | 2024-12-21T03:08:51.444Z | [ recovery-image] Dec 21 03:08:49.364 INFO O| Dec 21 03:08:49.364 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4292 | 2024-12-21T03:08:51.457Z | [ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4293 | 2024-12-21T03:08:51.457Z | [ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4294 | 2024-12-21T03:08:51.465Z | [ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4295 | 2024-12-21T03:08:51.466Z | [ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4296 | 2024-12-21T03:08:51.466Z | [ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO ok! |
4297 | 2024-12-21T03:08:51.466Z | [ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO STEP 62 (ensure_file) COMPLETE |
4298 | 2024-12-21T03:08:51.466Z | [ recovery-image] Dec 21 03:08:49.383 INFO O| Dec 21 03:08:49.383 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4299 | 2024-12-21T03:08:51.476Z | [ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4300 | 2024-12-21T03:08:51.476Z | [ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4301 | 2024-12-21T03:08:51.476Z | [ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4302 | 2024-12-21T03:08:51.479Z | [ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4303 | 2024-12-21T03:08:51.479Z | [ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO ok! |
4304 | 2024-12-21T03:08:51.479Z | [ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO STEP 63 (ensure_file) COMPLETE |
4305 | 2024-12-21T03:08:51.479Z | [ recovery-image] Dec 21 03:08:49.401 INFO O| Dec 21 03:08:49.401 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4306 | 2024-12-21T03:08:51.504Z | [ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4307 | 2024-12-21T03:08:51.504Z | [ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4308 | 2024-12-21T03:08:51.507Z | [ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4309 | 2024-12-21T03:08:51.507Z | [ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO ok! |
4310 | 2024-12-21T03:08:51.507Z | [ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO STEP 64 (assemble_files) COMPLETE |
4311 | 2024-12-21T03:08:51.507Z | [ recovery-image] Dec 21 03:08:49.427 INFO O| Dec 21 03:08:49.427 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4312 | 2024-12-21T03:08:51.601Z | [ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4313 | 2024-12-21T03:08:51.601Z | [ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4314 | 2024-12-21T03:08:51.601Z | [ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4315 | 2024-12-21T03:08:51.604Z | [ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4316 | 2024-12-21T03:08:51.604Z | [ recovery-image] Dec 21 03:08:49.525 INFO O| Dec 21 03:08:49.525 INFO ok! |
4317 | 2024-12-21T03:08:51.605Z | [ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.525 INFO STEP 65 (ensure_file) COMPLETE |
4318 | 2024-12-21T03:08:51.605Z | [ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.525 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4319 | 2024-12-21T03:08:51.605Z | [ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.525 INFO skip step because feature "omicron1" is not enabled |
4320 | 2024-12-21T03:08:51.605Z | [ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4321 | 2024-12-21T03:08:51.605Z | [ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO skip step because feature "omicron1" is not enabled |
4322 | 2024-12-21T03:08:51.605Z | [ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4323 | 2024-12-21T03:08:51.605Z | [ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO skip step because feature "omicron1" is not enabled |
4324 | 2024-12-21T03:08:51.605Z | [ recovery-image] Dec 21 03:08:49.526 INFO O| Dec 21 03:08:49.526 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4325 | 2024-12-21T03:08:51.730Z | [ recovery-image] Dec 21 03:08:49.654 INFO O| Dec 21 03:08:49.654 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4326 | 2024-12-21T03:08:51.730Z | [ recovery-image] Dec 21 03:08:49.654 INFO O| Dec 21 03:08:49.654 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4327 | 2024-12-21T03:08:52.235Z | [ host-image] Dec 21 03:08:50.161 INFO O| Dec 21 03:08:50.161 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4328 | 2024-12-21T03:08:54.642Z | [ recovery-image] Dec 21 03:08:52.567 INFO O| Dec 21 03:08:52.567 INFO STEP 69 (pack_tar) COMPLETE |
4329 | 2024-12-21T03:08:54.642Z | [ recovery-image] Dec 21 03:08:52.567 INFO O| Dec 21 03:08:52.567 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4330 | 2024-12-21T03:08:54.645Z | [ recovery-image] Dec 21 03:08:52.567 INFO O| Dec 21 03:08:52.567 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4331 | 2024-12-21T03:08:55.022Z | [ recovery-image] Dec 21 03:08:52.944 INFO O| Dec 21 03:08:52.944 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4332 | 2024-12-21T03:08:55.192Z | [ recovery-image] Dec 21 03:08:53.117 INFO O| Dec 21 03:08:53.117 INFO completed processing gimlet/ramdisk-02-trim |
4333 | 2024-12-21T03:08:55.195Z | [ recovery-image] Dec 21 03:08:53.120 INFO image builder template: ramdisk-03-recovery-trim... |
4334 | 2024-12-21T03:08:55.199Z | [ recovery-image] Dec 21 03:08:53.121 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/.tmpLkmalU/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 |
4335 | 2024-12-21T03:08:55.449Z | [ recovery-image] Dec 21 03:08:53.374 INFO O| Dec 21 03:08:53.374 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4336 | 2024-12-21T03:08:55.458Z | [ recovery-image] Dec 21 03:08:53.382 INFO O| Dec 21 03:08:53.382 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4337 | 2024-12-21T03:08:55.683Z | [ recovery-image] Dec 21 03:08:53.607 INFO O| Dec 21 03:08:53.607 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4338 | 2024-12-21T03:08:55.814Z | [ recovery-image] Dec 21 03:08:53.738 INFO O| Dec 21 03:08:53.738 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4339 | 2024-12-21T03:08:55.818Z | [ recovery-image] Dec 21 03:08:53.739 INFO O| Dec 21 03:08:53.739 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4340 | 2024-12-21T03:08:55.833Z | [ recovery-image] Dec 21 03:08:53.757 INFO O| Dec 21 03:08:53.757 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4341 | 2024-12-21T03:08:55.873Z | [ recovery-image] Dec 21 03:08:53.798 INFO O| Dec 21 03:08:53.798 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4342 | 2024-12-21T03:08:55.902Z | [ recovery-image] Dec 21 03:08:53.823 INFO O| Dec 21 03:08:53.823 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4343 | 2024-12-21T03:08:56.285Z | [ recovery-image] Dec 21 03:08:54.206 INFO O| Dec 21 03:08:54.206 INFO rolled back to input snapshot; work may begin |
4344 | 2024-12-21T03:08:56.285Z | [ recovery-image] Dec 21 03:08:54.206 INFO O| Dec 21 03:08:54.206 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4345 | 2024-12-21T03:08:56.291Z | [ recovery-image] Dec 21 03:08:54.215 INFO O| Dec 21 03:08:54.215 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-12-21T03:08:56.308Z | [ recovery-image] Dec 21 03:08:54.232 INFO O| Dec 21 03:08:54.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4347 | 2024-12-21T03:08:56.320Z | [ recovery-image] Dec 21 03:08:54.245 INFO O| Dec 21 03:08:54.245 INFO STEP 0 (remove_files) COMPLETE |
4348 | 2024-12-21T03:08:56.320Z | [ recovery-image] Dec 21 03:08:54.245 INFO O| Dec 21 03:08:54.245 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-12-21T03:08:56.348Z | [ recovery-image] Dec 21 03:08:54.272 INFO O| Dec 21 03:08:54.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4350 | 2024-12-21T03:08:56.894Z | [ recovery-image] Dec 21 03:08:54.818 INFO O| Dec 21 03:08:54.818 INFO STEP 1 (remove_files) COMPLETE |
4351 | 2024-12-21T03:08:56.894Z | [ recovery-image] Dec 21 03:08:54.818 INFO O| Dec 21 03:08:54.818 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-12-21T03:08:56.938Z | [ recovery-image] Dec 21 03:08:54.862 INFO O| Dec 21 03:08:54.862 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4353 | 2024-12-21T03:08:57.009Z | [ recovery-image] Dec 21 03:08:54.933 INFO O| Dec 21 03:08:54.933 INFO STEP 2 (remove_files) COMPLETE |
4354 | 2024-12-21T03:08:57.009Z | [ recovery-image] Dec 21 03:08:54.933 INFO O| Dec 21 03:08:54.933 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-12-21T03:08:57.029Z | [ recovery-image] Dec 21 03:08:54.952 INFO O| Dec 21 03:08:54.952 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4356 | 2024-12-21T03:08:57.197Z | [ recovery-image] Dec 21 03:08:55.120 INFO O| Dec 21 03:08:55.119 INFO STEP 3 (remove_files) COMPLETE |
4357 | 2024-12-21T03:08:57.197Z | [ recovery-image] Dec 21 03:08:55.120 INFO O| Dec 21 03:08:55.120 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-12-21T03:08:57.225Z | [ recovery-image] Dec 21 03:08:55.150 INFO O| Dec 21 03:08:55.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4359 | 2024-12-21T03:08:57.241Z | [ recovery-image] Dec 21 03:08:55.166 INFO O| Dec 21 03:08:55.166 INFO STEP 4 (remove_files) COMPLETE |
4360 | 2024-12-21T03:08:57.241Z | [ recovery-image] Dec 21 03:08:55.166 INFO O| Dec 21 03:08:55.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-12-21T03:08:57.277Z | [ recovery-image] Dec 21 03:08:55.201 INFO O| Dec 21 03:08:55.201 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4362 | 2024-12-21T03:08:57.282Z | [ recovery-image] Dec 21 03:08:55.206 INFO O| Dec 21 03:08:55.206 INFO STEP 5 (remove_files) COMPLETE |
4363 | 2024-12-21T03:08:57.282Z | [ recovery-image] Dec 21 03:08:55.206 INFO O| Dec 21 03:08:55.206 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-12-21T03:08:57.304Z | [ recovery-image] Dec 21 03:08:55.229 INFO O| Dec 21 03:08:55.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4365 | 2024-12-21T03:08:57.327Z | [ recovery-image] Dec 21 03:08:55.252 INFO O| Dec 21 03:08:55.252 INFO STEP 6 (remove_files) COMPLETE |
4366 | 2024-12-21T03:08:57.327Z | [ recovery-image] Dec 21 03:08:55.252 INFO O| Dec 21 03:08:55.252 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-12-21T03:08:57.362Z | [ recovery-image] Dec 21 03:08:55.272 INFO O| Dec 21 03:08:55.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4368 | 2024-12-21T03:08:57.383Z | [ recovery-image] Dec 21 03:08:55.307 INFO O| Dec 21 03:08:55.307 INFO STEP 7 (remove_files) COMPLETE |
4369 | 2024-12-21T03:08:57.383Z | [ recovery-image] Dec 21 03:08:55.307 INFO O| Dec 21 03:08:55.307 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-12-21T03:08:57.446Z | [ recovery-image] Dec 21 03:08:55.370 INFO O| Dec 21 03:08:55.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4371 | 2024-12-21T03:08:57.495Z | [ recovery-image] Dec 21 03:08:55.420 INFO O| Dec 21 03:08:55.420 INFO STEP 8 (remove_files) COMPLETE |
4372 | 2024-12-21T03:08:57.495Z | [ recovery-image] Dec 21 03:08:55.420 INFO O| Dec 21 03:08:55.420 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-12-21T03:08:57.532Z | [ recovery-image] Dec 21 03:08:55.454 INFO O| Dec 21 03:08:55.454 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4374 | 2024-12-21T03:08:57.544Z | [ recovery-image] Dec 21 03:08:55.468 INFO O| Dec 21 03:08:55.468 INFO STEP 9 (remove_files) COMPLETE |
4375 | 2024-12-21T03:08:57.544Z | [ recovery-image] Dec 21 03:08:55.468 INFO O| Dec 21 03:08:55.468 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-12-21T03:08:57.590Z | [ recovery-image] Dec 21 03:08:55.514 INFO O| Dec 21 03:08:55.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4377 | 2024-12-21T03:08:57.592Z | [ recovery-image] Dec 21 03:08:55.515 INFO O| Dec 21 03:08:55.515 INFO STEP 10 (remove_files) COMPLETE |
4378 | 2024-12-21T03:08:57.592Z | [ recovery-image] Dec 21 03:08:55.516 INFO O| Dec 21 03:08:55.516 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-12-21T03:08:57.612Z | [ recovery-image] Dec 21 03:08:55.535 INFO O| Dec 21 03:08:55.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4380 | 2024-12-21T03:08:57.773Z | [ host-image] Dec 21 03:08:55.697 INFO O| Dec 21 03:08:55.697 INFO O| Planning: Solver setup ... Done |
4381 | 2024-12-21T03:08:57.780Z | [ host-image] Dec 21 03:08:55.704 INFO O| Dec 21 03:08:55.704 INFO O| Planning: Running solver ... Done |
4382 | 2024-12-21T03:08:57.870Z | [ host-image] Dec 21 03:08:55.794 INFO O| Dec 21 03:08:55.793 INFO O| Planning: Finding local manifests ... Done |
4383 | 2024-12-21T03:08:57.873Z | [ host-image] Dec 21 03:08:55.795 INFO O| Dec 21 03:08:55.795 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4384 | 2024-12-21T03:08:58.171Z | [ host-image] Dec 21 03:08:56.096 INFO O| Dec 21 03:08:56.096 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4385 | 2024-12-21T03:08:58.211Z | [ host-image] Dec 21 03:08:56.135 INFO O| Dec 21 03:08:56.135 INFO O| Planning: Package planning ... Done |
4386 | 2024-12-21T03:08:58.219Z | [ host-image] Dec 21 03:08:56.142 INFO O| Dec 21 03:08:56.142 INFO O| Planning: Merging actions ... Done |
4387 | 2024-12-21T03:08:58.227Z | [ recovery-image] Dec 21 03:08:56.150 INFO O| Dec 21 03:08:56.150 INFO STEP 11 (remove_files) COMPLETE |
4388 | 2024-12-21T03:08:58.227Z | [ recovery-image] Dec 21 03:08:56.150 INFO O| Dec 21 03:08:56.150 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-12-21T03:08:58.259Z | [ recovery-image] Dec 21 03:08:56.183 INFO O| Dec 21 03:08:56.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4390 | 2024-12-21T03:08:58.277Z | [ recovery-image] Dec 21 03:08:56.201 INFO O| Dec 21 03:08:56.201 INFO STEP 12 (remove_files) COMPLETE |
4391 | 2024-12-21T03:08:58.277Z | [ recovery-image] Dec 21 03:08:56.201 INFO O| Dec 21 03:08:56.201 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-12-21T03:08:58.309Z | [ recovery-image] Dec 21 03:08:56.233 INFO O| Dec 21 03:08:56.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4393 | 2024-12-21T03:08:58.376Z | [ recovery-image] Dec 21 03:08:56.299 INFO O| Dec 21 03:08:56.299 INFO STEP 13 (remove_files) COMPLETE |
4394 | 2024-12-21T03:08:58.376Z | [ recovery-image] Dec 21 03:08:56.299 INFO O| Dec 21 03:08:56.299 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-12-21T03:08:58.402Z | [ host-image] Dec 21 03:08:56.326 INFO O| Dec 21 03:08:56.326 INFO O| Planning: Checking for conflicting actions ... Done |
4396 | 2024-12-21T03:08:58.405Z | [ host-image] Dec 21 03:08:56.328 INFO O| Dec 21 03:08:56.328 INFO O| Planning: Consolidating action changes ... Done |
4397 | 2024-12-21T03:08:58.438Z | [ recovery-image] Dec 21 03:08:56.362 INFO O| Dec 21 03:08:56.362 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4398 | 2024-12-21T03:08:58.441Z | [ recovery-image] Dec 21 03:08:56.363 INFO O| Dec 21 03:08:56.363 INFO STEP 14 (remove_files) COMPLETE |
4399 | 2024-12-21T03:08:58.441Z | [ recovery-image] Dec 21 03:08:56.363 INFO O| Dec 21 03:08:56.363 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-12-21T03:08:58.484Z | [ recovery-image] Dec 21 03:08:56.408 INFO O| Dec 21 03:08:56.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4401 | 2024-12-21T03:08:58.488Z | [ recovery-image] Dec 21 03:08:56.409 INFO O| Dec 21 03:08:56.409 INFO STEP 15 (remove_files) COMPLETE |
4402 | 2024-12-21T03:08:58.488Z | [ recovery-image] Dec 21 03:08:56.409 INFO O| Dec 21 03:08:56.409 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-12-21T03:08:58.504Z | [ recovery-image] Dec 21 03:08:56.429 INFO O| Dec 21 03:08:56.428 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4404 | 2024-12-21T03:08:58.661Z | [ recovery-image] Dec 21 03:08:56.585 INFO O| Dec 21 03:08:56.585 INFO STEP 16 (remove_files) COMPLETE |
4405 | 2024-12-21T03:08:58.661Z | [ recovery-image] Dec 21 03:08:56.585 INFO O| Dec 21 03:08:56.585 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-12-21T03:08:58.694Z | [ recovery-image] Dec 21 03:08:56.618 INFO O| Dec 21 03:08:56.618 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4407 | 2024-12-21T03:08:58.696Z | [ recovery-image] Dec 21 03:08:56.619 INFO O| Dec 21 03:08:56.618 INFO STEP 17 (remove_files) COMPLETE |
4408 | 2024-12-21T03:08:58.697Z | [ recovery-image] Dec 21 03:08:56.619 INFO O| Dec 21 03:08:56.619 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-12-21T03:08:58.715Z | [ recovery-image] Dec 21 03:08:56.637 INFO O| Dec 21 03:08:56.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4410 | 2024-12-21T03:08:58.718Z | [ recovery-image] Dec 21 03:08:56.638 INFO O| Dec 21 03:08:56.637 INFO STEP 18 (remove_files) COMPLETE |
4411 | 2024-12-21T03:08:58.719Z | [ recovery-image] Dec 21 03:08:56.638 INFO O| Dec 21 03:08:56.638 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-12-21T03:08:58.731Z | [ recovery-image] Dec 21 03:08:56.655 INFO O| Dec 21 03:08:56.655 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4413 | 2024-12-21T03:08:58.798Z | [ host-image] Dec 21 03:08:56.723 INFO O| Dec 21 03:08:56.723 INFO O| Planning: Evaluating mediators ... Done |
4414 | 2024-12-21T03:08:58.801Z | [ host-image] Dec 21 03:08:56.725 INFO O| Dec 21 03:08:56.725 INFO O| Planning: Planning completed in 6.56 seconds |
4415 | 2024-12-21T03:08:58.806Z | [ host-image] Dec 21 03:08:56.727 INFO O| Dec 21 03:08:56.727 INFO O| Packages to install: 5 |
4416 | 2024-12-21T03:08:58.806Z | [ host-image] Dec 21 03:08:56.727 INFO O| Dec 21 03:08:56.727 INFO O| Services to change: 2 |
4417 | 2024-12-21T03:08:58.827Z | [ host-image] Dec 21 03:08:56.749 INFO O| Dec 21 03:08:56.749 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4418 | 2024-12-21T03:08:58.956Z | [ recovery-image] Dec 21 03:08:56.878 INFO O| Dec 21 03:08:56.878 INFO STEP 19 (remove_files) COMPLETE |
4419 | 2024-12-21T03:08:58.956Z | [ recovery-image] Dec 21 03:08:56.878 INFO O| Dec 21 03:08:56.878 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-21T03:08:58.976Z | [ recovery-image] Dec 21 03:08:56.898 INFO O| Dec 21 03:08:56.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4421 | 2024-12-21T03:08:58.982Z | [ recovery-image] Dec 21 03:08:56.901 INFO O| Dec 21 03:08:56.901 INFO STEP 20 (remove_files) COMPLETE |
4422 | 2024-12-21T03:08:58.982Z | [ recovery-image] Dec 21 03:08:56.901 INFO O| Dec 21 03:08:56.901 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-21T03:08:58.997Z | [ recovery-image] Dec 21 03:08:56.920 INFO O| Dec 21 03:08:56.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4424 | 2024-12-21T03:08:59.000Z | [ recovery-image] Dec 21 03:08:56.923 INFO O| Dec 21 03:08:56.922 INFO STEP 21 (remove_files) COMPLETE |
4425 | 2024-12-21T03:08:59.000Z | [ recovery-image] Dec 21 03:08:56.923 INFO O| Dec 21 03:08:56.922 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-21T03:08:59.017Z | [ recovery-image] Dec 21 03:08:56.941 INFO O| Dec 21 03:08:56.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4427 | 2024-12-21T03:08:59.022Z | [ recovery-image] Dec 21 03:08:56.946 INFO O| Dec 21 03:08:56.946 INFO STEP 22 (remove_files) COMPLETE |
4428 | 2024-12-21T03:08:59.022Z | [ recovery-image] Dec 21 03:08:56.946 INFO O| Dec 21 03:08:56.946 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-21T03:08:59.042Z | [ recovery-image] Dec 21 03:08:56.966 INFO O| Dec 21 03:08:56.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4430 | 2024-12-21T03:08:59.063Z | [ recovery-image] Dec 21 03:08:56.987 INFO O| Dec 21 03:08:56.987 INFO STEP 23 (remove_files) COMPLETE |
4431 | 2024-12-21T03:08:59.063Z | [ recovery-image] Dec 21 03:08:56.987 INFO O| Dec 21 03:08:56.987 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-21T03:08:59.102Z | [ recovery-image] Dec 21 03:08:57.025 INFO O| Dec 21 03:08:57.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4433 | 2024-12-21T03:08:59.102Z | [ recovery-image] Dec 21 03:08:57.025 INFO O| Dec 21 03:08:57.025 INFO STEP 24 (remove_files) COMPLETE |
4434 | 2024-12-21T03:08:59.102Z | [ recovery-image] Dec 21 03:08:57.025 INFO O| Dec 21 03:08:57.025 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-21T03:08:59.120Z | [ recovery-image] Dec 21 03:08:57.044 INFO O| Dec 21 03:08:57.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4436 | 2024-12-21T03:08:59.144Z | [ recovery-image] Dec 21 03:08:57.068 INFO O| Dec 21 03:08:57.068 INFO STEP 25 (remove_files) COMPLETE |
4437 | 2024-12-21T03:08:59.144Z | [ recovery-image] Dec 21 03:08:57.068 INFO O| Dec 21 03:08:57.068 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-21T03:08:59.180Z | [ recovery-image] Dec 21 03:08:57.103 INFO O| Dec 21 03:08:57.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4439 | 2024-12-21T03:08:59.183Z | [ recovery-image] Dec 21 03:08:57.103 INFO O| Dec 21 03:08:57.103 INFO STEP 26 (remove_files) COMPLETE |
4440 | 2024-12-21T03:08:59.183Z | [ recovery-image] Dec 21 03:08:57.103 INFO O| Dec 21 03:08:57.103 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-21T03:08:59.204Z | [ recovery-image] Dec 21 03:08:57.126 INFO O| Dec 21 03:08:57.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4442 | 2024-12-21T03:08:59.204Z | [ recovery-image] Dec 21 03:08:57.126 INFO O| Dec 21 03:08:57.126 INFO STEP 27 (remove_files) COMPLETE |
4443 | 2024-12-21T03:08:59.204Z | [ recovery-image] Dec 21 03:08:57.126 INFO O| Dec 21 03:08:57.126 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-21T03:08:59.222Z | [ recovery-image] Dec 21 03:08:57.146 INFO O| Dec 21 03:08:57.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4445 | 2024-12-21T03:08:59.225Z | [ recovery-image] Dec 21 03:08:57.147 INFO O| Dec 21 03:08:57.147 INFO STEP 28 (remove_files) COMPLETE |
4446 | 2024-12-21T03:08:59.225Z | [ recovery-image] Dec 21 03:08:57.147 INFO O| Dec 21 03:08:57.147 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-21T03:08:59.242Z | [ recovery-image] Dec 21 03:08:57.165 INFO O| Dec 21 03:08:57.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4448 | 2024-12-21T03:08:59.245Z | [ recovery-image] Dec 21 03:08:57.165 INFO O| Dec 21 03:08:57.165 INFO STEP 29 (remove_files) COMPLETE |
4449 | 2024-12-21T03:08:59.245Z | [ recovery-image] Dec 21 03:08:57.165 INFO O| Dec 21 03:08:57.165 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-21T03:08:59.294Z | [ recovery-image] Dec 21 03:08:57.216 INFO O| Dec 21 03:08:57.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4451 | 2024-12-21T03:08:59.294Z | [ recovery-image] Dec 21 03:08:57.216 INFO O| Dec 21 03:08:57.216 INFO STEP 30 (remove_files) COMPLETE |
4452 | 2024-12-21T03:08:59.294Z | [ recovery-image] Dec 21 03:08:57.216 INFO O| Dec 21 03:08:57.216 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-21T03:08:59.331Z | [ recovery-image] Dec 21 03:08:57.255 INFO O| Dec 21 03:08:57.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4454 | 2024-12-21T03:08:59.331Z | [ recovery-image] Dec 21 03:08:57.255 INFO O| Dec 21 03:08:57.255 INFO STEP 31 (remove_files) COMPLETE |
4455 | 2024-12-21T03:08:59.331Z | [ recovery-image] Dec 21 03:08:57.255 INFO O| Dec 21 03:08:57.255 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-21T03:08:59.350Z | [ recovery-image] Dec 21 03:08:57.274 INFO O| Dec 21 03:08:57.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4457 | 2024-12-21T03:08:59.357Z | [ recovery-image] Dec 21 03:08:57.281 INFO O| Dec 21 03:08:57.281 INFO STEP 32 (remove_files) COMPLETE |
4458 | 2024-12-21T03:08:59.357Z | [ recovery-image] Dec 21 03:08:57.281 INFO O| Dec 21 03:08:57.281 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-21T03:08:59.418Z | [ recovery-image] Dec 21 03:08:57.342 INFO O| Dec 21 03:08:57.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4460 | 2024-12-21T03:08:59.447Z | [ recovery-image] Dec 21 03:08:57.371 INFO O| Dec 21 03:08:57.371 INFO STEP 33 (remove_files) COMPLETE |
4461 | 2024-12-21T03:08:59.447Z | [ recovery-image] Dec 21 03:08:57.371 INFO O| Dec 21 03:08:57.371 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-21T03:08:59.508Z | [ recovery-image] Dec 21 03:08:57.430 INFO O| Dec 21 03:08:57.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4463 | 2024-12-21T03:08:59.508Z | [ recovery-image] Dec 21 03:08:57.430 INFO O| Dec 21 03:08:57.430 INFO STEP 34 (remove_files) COMPLETE |
4464 | 2024-12-21T03:08:59.508Z | [ recovery-image] Dec 21 03:08:57.430 INFO O| Dec 21 03:08:57.430 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-21T03:08:59.527Z | [ recovery-image] Dec 21 03:08:57.450 INFO O| Dec 21 03:08:57.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4466 | 2024-12-21T03:08:59.527Z | [ recovery-image] Dec 21 03:08:57.450 INFO O| Dec 21 03:08:57.450 INFO STEP 35 (remove_files) COMPLETE |
4467 | 2024-12-21T03:08:59.527Z | [ recovery-image] Dec 21 03:08:57.450 INFO O| Dec 21 03:08:57.450 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-21T03:08:59.545Z | [ recovery-image] Dec 21 03:08:57.468 INFO O| Dec 21 03:08:57.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4469 | 2024-12-21T03:08:59.545Z | [ recovery-image] Dec 21 03:08:57.469 INFO O| Dec 21 03:08:57.468 INFO STEP 36 (remove_files) COMPLETE |
4470 | 2024-12-21T03:08:59.545Z | [ recovery-image] Dec 21 03:08:57.469 INFO O| Dec 21 03:08:57.469 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-21T03:08:59.562Z | [ recovery-image] Dec 21 03:08:57.486 INFO O| Dec 21 03:08:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4472 | 2024-12-21T03:08:59.579Z | [ recovery-image] Dec 21 03:08:57.503 INFO O| Dec 21 03:08:57.503 INFO STEP 37 (remove_files) COMPLETE |
4473 | 2024-12-21T03:08:59.579Z | [ recovery-image] Dec 21 03:08:57.503 INFO O| Dec 21 03:08:57.503 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-21T03:08:59.635Z | [ recovery-image] Dec 21 03:08:57.559 INFO O| Dec 21 03:08:57.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4475 | 2024-12-21T03:08:59.660Z | [ recovery-image] Dec 21 03:08:57.583 INFO O| Dec 21 03:08:57.583 INFO STEP 38 (remove_files) COMPLETE |
4476 | 2024-12-21T03:08:59.660Z | [ recovery-image] Dec 21 03:08:57.583 INFO O| Dec 21 03:08:57.583 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-21T03:08:59.694Z | [ recovery-image] Dec 21 03:08:57.617 INFO O| Dec 21 03:08:57.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4478 | 2024-12-21T03:08:59.694Z | [ recovery-image] Dec 21 03:08:57.617 INFO O| Dec 21 03:08:57.617 INFO STEP 39 (remove_files) COMPLETE |
4479 | 2024-12-21T03:08:59.694Z | [ recovery-image] Dec 21 03:08:57.617 INFO O| Dec 21 03:08:57.617 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-21T03:08:59.731Z | [ recovery-image] Dec 21 03:08:57.654 INFO O| Dec 21 03:08:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4481 | 2024-12-21T03:08:59.731Z | [ recovery-image] Dec 21 03:08:57.655 INFO O| Dec 21 03:08:57.655 INFO STEP 40 (remove_files) COMPLETE |
4482 | 2024-12-21T03:08:59.731Z | [ recovery-image] Dec 21 03:08:57.655 INFO O| Dec 21 03:08:57.655 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-21T03:08:59.750Z | [ recovery-image] Dec 21 03:08:57.673 INFO O| Dec 21 03:08:57.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4484 | 2024-12-21T03:08:59.750Z | [ recovery-image] Dec 21 03:08:57.673 INFO O| Dec 21 03:08:57.673 INFO STEP 41 (remove_files) COMPLETE |
4485 | 2024-12-21T03:08:59.750Z | [ recovery-image] Dec 21 03:08:57.673 INFO O| Dec 21 03:08:57.673 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-21T03:08:59.768Z | [ recovery-image] Dec 21 03:08:57.692 INFO O| Dec 21 03:08:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4487 | 2024-12-21T03:08:59.768Z | [ recovery-image] Dec 21 03:08:57.692 INFO O| Dec 21 03:08:57.692 INFO STEP 42 (remove_files) COMPLETE |
4488 | 2024-12-21T03:08:59.768Z | [ recovery-image] Dec 21 03:08:57.692 INFO O| Dec 21 03:08:57.692 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-21T03:08:59.786Z | [ recovery-image] Dec 21 03:08:57.710 INFO O| Dec 21 03:08:57.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4490 | 2024-12-21T03:08:59.786Z | [ recovery-image] Dec 21 03:08:57.710 INFO O| Dec 21 03:08:57.710 INFO STEP 43 (remove_files) COMPLETE |
4491 | 2024-12-21T03:08:59.791Z | [ recovery-image] Dec 21 03:08:57.710 INFO O| Dec 21 03:08:57.710 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-21T03:08:59.804Z | [ recovery-image] Dec 21 03:08:57.728 INFO O| Dec 21 03:08:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4493 | 2024-12-21T03:08:59.804Z | [ recovery-image] Dec 21 03:08:57.728 INFO O| Dec 21 03:08:57.728 INFO STEP 44 (remove_files) COMPLETE |
4494 | 2024-12-21T03:08:59.809Z | [ recovery-image] Dec 21 03:08:57.728 INFO O| Dec 21 03:08:57.728 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-21T03:08:59.838Z | [ recovery-image] Dec 21 03:08:57.762 INFO O| Dec 21 03:08:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4496 | 2024-12-21T03:08:59.861Z | [ recovery-image] Dec 21 03:08:57.784 INFO O| Dec 21 03:08:57.784 INFO STEP 45 (remove_files) COMPLETE |
4497 | 2024-12-21T03:08:59.861Z | [ recovery-image] Dec 21 03:08:57.784 INFO O| Dec 21 03:08:57.784 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-21T03:08:59.921Z | [ recovery-image] Dec 21 03:08:57.845 INFO O| Dec 21 03:08:57.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4499 | 2024-12-21T03:08:59.921Z | [ recovery-image] Dec 21 03:08:57.845 INFO O| Dec 21 03:08:57.845 INFO STEP 46 (remove_files) COMPLETE |
4500 | 2024-12-21T03:08:59.921Z | [ recovery-image] Dec 21 03:08:57.845 INFO O| Dec 21 03:08:57.845 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-21T03:08:59.940Z | [ recovery-image] Dec 21 03:08:57.864 INFO O| Dec 21 03:08:57.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4502 | 2024-12-21T03:08:59.940Z | [ recovery-image] Dec 21 03:08:57.864 INFO O| Dec 21 03:08:57.864 INFO STEP 47 (remove_files) COMPLETE |
4503 | 2024-12-21T03:08:59.943Z | [ recovery-image] Dec 21 03:08:57.864 INFO O| Dec 21 03:08:57.864 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-21T03:08:59.960Z | [ recovery-image] Dec 21 03:08:57.882 INFO O| Dec 21 03:08:57.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4505 | 2024-12-21T03:08:59.960Z | [ recovery-image] Dec 21 03:08:57.882 INFO O| Dec 21 03:08:57.882 INFO STEP 48 (remove_files) COMPLETE |
4506 | 2024-12-21T03:08:59.969Z | [ recovery-image] Dec 21 03:08:57.882 INFO O| Dec 21 03:08:57.882 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-21T03:08:59.977Z | [ recovery-image] Dec 21 03:08:57.900 INFO O| Dec 21 03:08:57.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4508 | 2024-12-21T03:08:59.977Z | [ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO STEP 49 (remove_files) COMPLETE |
4509 | 2024-12-21T03:08:59.977Z | [ recovery-image] Dec 21 03:08:57.901 INFO O| Dec 21 03:08:57.901 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-12-21T03:09:00.002Z | [ recovery-image] Dec 21 03:08:57.919 INFO O| Dec 21 03:08:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4511 | 2024-12-21T03:09:00.002Z | [ recovery-image] Dec 21 03:08:57.919 INFO O| Dec 21 03:08:57.919 INFO STEP 50 (remove_files) COMPLETE |
4512 | 2024-12-21T03:09:00.006Z | [ recovery-image] Dec 21 03:08:57.919 INFO O| Dec 21 03:08:57.919 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-12-21T03:09:00.014Z | [ recovery-image] Dec 21 03:08:57.938 INFO O| Dec 21 03:08:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4514 | 2024-12-21T03:09:00.014Z | [ recovery-image] Dec 21 03:08:57.938 INFO O| Dec 21 03:08:57.938 INFO STEP 51 (remove_files) COMPLETE |
4515 | 2024-12-21T03:09:00.020Z | [ recovery-image] Dec 21 03:08:57.938 INFO O| Dec 21 03:08:57.938 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-12-21T03:09:00.033Z | [ recovery-image] Dec 21 03:08:57.957 INFO O| Dec 21 03:08:57.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4517 | 2024-12-21T03:09:00.033Z | [ recovery-image] Dec 21 03:08:57.957 INFO O| Dec 21 03:08:57.957 INFO STEP 52 (remove_files) COMPLETE |
4518 | 2024-12-21T03:09:00.036Z | [ recovery-image] Dec 21 03:08:57.957 INFO O| Dec 21 03:08:57.957 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-12-21T03:09:00.052Z | [ recovery-image] Dec 21 03:08:57.976 INFO O| Dec 21 03:08:57.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4520 | 2024-12-21T03:09:00.052Z | [ recovery-image] Dec 21 03:08:57.976 INFO O| Dec 21 03:08:57.976 INFO STEP 53 (remove_files) COMPLETE |
4521 | 2024-12-21T03:09:00.053Z | [ recovery-image] Dec 21 03:08:57.976 INFO O| Dec 21 03:08:57.976 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-12-21T03:09:00.072Z | [ recovery-image] Dec 21 03:08:57.995 INFO O| Dec 21 03:08:57.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4523 | 2024-12-21T03:09:00.082Z | [ recovery-image] Dec 21 03:08:58.005 INFO O| Dec 21 03:08:58.005 INFO STEP 54 (remove_files) COMPLETE |
4524 | 2024-12-21T03:09:00.082Z | [ recovery-image] Dec 21 03:08:58.005 INFO O| Dec 21 03:08:58.005 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-12-21T03:09:00.100Z | [ recovery-image] Dec 21 03:08:58.024 INFO O| Dec 21 03:08:58.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4526 | 2024-12-21T03:09:00.119Z | [ recovery-image] Dec 21 03:08:58.043 INFO O| Dec 21 03:08:58.043 INFO STEP 55 (remove_files) COMPLETE |
4527 | 2024-12-21T03:09:00.119Z | [ recovery-image] Dec 21 03:08:58.043 INFO O| Dec 21 03:08:58.043 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-12-21T03:09:00.137Z | [ recovery-image] Dec 21 03:08:58.061 INFO O| Dec 21 03:08:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4529 | 2024-12-21T03:09:00.137Z | [ recovery-image] Dec 21 03:08:58.061 INFO O| Dec 21 03:08:58.061 INFO STEP 56 (remove_files) COMPLETE |
4530 | 2024-12-21T03:09:00.140Z | [ recovery-image] Dec 21 03:08:58.061 INFO O| Dec 21 03:08:58.061 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-12-21T03:09:00.156Z | [ recovery-image] Dec 21 03:08:58.079 INFO O| Dec 21 03:08:58.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4532 | 2024-12-21T03:09:00.171Z | [ recovery-image] Dec 21 03:08:58.095 INFO O| Dec 21 03:08:58.095 INFO STEP 57 (remove_files) COMPLETE |
4533 | 2024-12-21T03:09:00.171Z | [ recovery-image] Dec 21 03:08:58.095 INFO O| Dec 21 03:08:58.095 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-12-21T03:09:00.199Z | [ recovery-image] Dec 21 03:08:58.123 INFO O| Dec 21 03:08:58.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4535 | 2024-12-21T03:09:00.200Z | [ recovery-image] Dec 21 03:08:58.123 INFO O| Dec 21 03:08:58.123 INFO STEP 58 (remove_files) COMPLETE |
4536 | 2024-12-21T03:09:00.203Z | [ recovery-image] Dec 21 03:08:58.124 INFO O| Dec 21 03:08:58.123 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-12-21T03:09:00.218Z | [ recovery-image] Dec 21 03:08:58.142 INFO O| Dec 21 03:08:58.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4538 | 2024-12-21T03:09:00.218Z | [ recovery-image] Dec 21 03:08:58.142 INFO O| Dec 21 03:08:58.142 INFO STEP 59 (remove_files) COMPLETE |
4539 | 2024-12-21T03:09:00.218Z | [ recovery-image] Dec 21 03:08:58.142 INFO O| Dec 21 03:08:58.142 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-12-21T03:09:00.244Z | [ recovery-image] Dec 21 03:08:58.168 INFO O| Dec 21 03:08:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4541 | 2024-12-21T03:09:00.246Z | [ recovery-image] Dec 21 03:08:58.168 INFO O| Dec 21 03:08:58.168 INFO STEP 60 (remove_files) COMPLETE |
4542 | 2024-12-21T03:09:00.247Z | [ recovery-image] Dec 21 03:08:58.169 INFO O| Dec 21 03:08:58.169 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-12-21T03:09:00.286Z | [ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4544 | 2024-12-21T03:09:00.289Z | [ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO STEP 61 (remove_files) COMPLETE |
4545 | 2024-12-21T03:09:00.290Z | [ recovery-image] Dec 21 03:08:58.210 INFO O| Dec 21 03:08:58.210 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-12-21T03:09:00.308Z | [ recovery-image] Dec 21 03:08:58.231 INFO O| Dec 21 03:08:58.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4547 | 2024-12-21T03:09:00.311Z | [ recovery-image] Dec 21 03:08:58.231 INFO O| Dec 21 03:08:58.231 INFO STEP 62 (remove_files) COMPLETE |
4548 | 2024-12-21T03:09:00.311Z | [ recovery-image] Dec 21 03:08:58.231 INFO O| Dec 21 03:08:58.231 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-12-21T03:09:00.368Z | [ recovery-image] Dec 21 03:08:58.291 INFO O| Dec 21 03:08:58.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4550 | 2024-12-21T03:09:00.371Z | [ recovery-image] Dec 21 03:08:58.292 INFO O| Dec 21 03:08:58.292 INFO STEP 63 (remove_files) COMPLETE |
4551 | 2024-12-21T03:09:00.372Z | [ recovery-image] Dec 21 03:08:58.292 INFO O| Dec 21 03:08:58.292 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-12-21T03:09:00.387Z | [ recovery-image] Dec 21 03:08:58.311 INFO O| Dec 21 03:08:58.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4553 | 2024-12-21T03:09:00.389Z | [ recovery-image] Dec 21 03:08:58.311 INFO O| Dec 21 03:08:58.311 INFO STEP 64 (remove_files) COMPLETE |
4554 | 2024-12-21T03:09:00.389Z | [ recovery-image] Dec 21 03:08:58.311 INFO O| Dec 21 03:08:58.311 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-12-21T03:09:00.405Z | [ recovery-image] Dec 21 03:08:58.329 INFO O| Dec 21 03:08:58.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4556 | 2024-12-21T03:09:00.405Z | [ recovery-image] Dec 21 03:08:58.329 INFO O| Dec 21 03:08:58.329 INFO STEP 65 (remove_files) COMPLETE |
4557 | 2024-12-21T03:09:00.410Z | [ recovery-image] Dec 21 03:08:58.329 INFO O| Dec 21 03:08:58.329 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-12-21T03:09:00.540Z | [ recovery-image] Dec 21 03:08:58.461 INFO O| Dec 21 03:08:58.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4559 | 2024-12-21T03:09:00.540Z | [ recovery-image] Dec 21 03:08:58.461 INFO O| Dec 21 03:08:58.461 INFO STEP 66 (remove_files) COMPLETE |
4560 | 2024-12-21T03:09:00.544Z | [ recovery-image] Dec 21 03:08:58.461 INFO O| Dec 21 03:08:58.461 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-12-21T03:09:00.560Z | [ recovery-image] Dec 21 03:08:58.484 INFO O| Dec 21 03:08:58.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4562 | 2024-12-21T03:09:00.560Z | [ recovery-image] Dec 21 03:08:58.484 INFO O| Dec 21 03:08:58.484 INFO STEP 67 (remove_files) COMPLETE |
4563 | 2024-12-21T03:09:00.565Z | [ recovery-image] Dec 21 03:08:58.484 INFO O| Dec 21 03:08:58.484 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-12-21T03:09:00.581Z | [ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4565 | 2024-12-21T03:09:00.581Z | [ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO STEP 68 (remove_files) COMPLETE |
4566 | 2024-12-21T03:09:00.583Z | [ recovery-image] Dec 21 03:08:58.504 INFO O| Dec 21 03:08:58.504 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-12-21T03:09:00.601Z | [ recovery-image] Dec 21 03:08:58.525 INFO O| Dec 21 03:08:58.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4568 | 2024-12-21T03:09:00.601Z | [ recovery-image] Dec 21 03:08:58.525 INFO O| Dec 21 03:08:58.525 INFO STEP 69 (remove_files) COMPLETE |
4569 | 2024-12-21T03:09:00.601Z | [ recovery-image] Dec 21 03:08:58.525 INFO O| Dec 21 03:08:58.525 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-12-21T03:09:00.621Z | [ recovery-image] Dec 21 03:08:58.544 INFO O| Dec 21 03:08:58.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4571 | 2024-12-21T03:09:00.621Z | [ recovery-image] Dec 21 03:08:58.544 INFO O| Dec 21 03:08:58.544 INFO STEP 70 (remove_files) COMPLETE |
4572 | 2024-12-21T03:09:00.621Z | [ recovery-image] Dec 21 03:08:58.544 INFO O| Dec 21 03:08:58.544 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-12-21T03:09:00.639Z | [ recovery-image] Dec 21 03:08:58.563 INFO O| Dec 21 03:08:58.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4574 | 2024-12-21T03:09:00.639Z | [ recovery-image] Dec 21 03:08:58.563 INFO O| Dec 21 03:08:58.563 INFO STEP 71 (remove_files) COMPLETE |
4575 | 2024-12-21T03:09:00.639Z | [ recovery-image] Dec 21 03:08:58.563 INFO O| Dec 21 03:08:58.563 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-12-21T03:09:00.657Z | [ recovery-image] Dec 21 03:08:58.581 INFO O| Dec 21 03:08:58.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4577 | 2024-12-21T03:09:00.657Z | [ recovery-image] Dec 21 03:08:58.581 INFO O| Dec 21 03:08:58.581 INFO STEP 72 (remove_files) COMPLETE |
4578 | 2024-12-21T03:09:00.657Z | [ recovery-image] Dec 21 03:08:58.581 INFO O| Dec 21 03:08:58.581 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-12-21T03:09:00.688Z | [ recovery-image] Dec 21 03:08:58.612 INFO O| Dec 21 03:08:58.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4580 | 2024-12-21T03:09:00.698Z | [ recovery-image] Dec 21 03:08:58.622 INFO O| Dec 21 03:08:58.622 INFO STEP 73 (remove_files) COMPLETE |
4581 | 2024-12-21T03:09:00.700Z | [ recovery-image] Dec 21 03:08:58.622 INFO O| Dec 21 03:08:58.622 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-12-21T03:09:00.732Z | [ recovery-image] Dec 21 03:08:58.656 INFO O| Dec 21 03:08:58.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4583 | 2024-12-21T03:09:00.732Z | [ recovery-image] Dec 21 03:08:58.656 INFO O| Dec 21 03:08:58.656 INFO STEP 74 (remove_files) COMPLETE |
4584 | 2024-12-21T03:09:00.735Z | [ recovery-image] Dec 21 03:08:58.657 INFO O| Dec 21 03:08:58.656 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-12-21T03:09:00.752Z | [ recovery-image] Dec 21 03:08:58.676 INFO O| Dec 21 03:08:58.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4586 | 2024-12-21T03:09:00.756Z | [ recovery-image] Dec 21 03:08:58.676 INFO O| Dec 21 03:08:58.676 INFO STEP 75 (remove_files) COMPLETE |
4587 | 2024-12-21T03:09:00.756Z | [ recovery-image] Dec 21 03:08:58.676 INFO O| Dec 21 03:08:58.676 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4588 | 2024-12-21T03:09:00.759Z | [ host-image] Dec 21 03:08:58.681 INFO O| Dec 21 03:08:58.681 INFO O| Download: Completed 1.45 MB in 1.93 seconds (766k/s) |
4589 | 2024-12-21T03:09:00.832Z | [ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4590 | 2024-12-21T03:09:00.835Z | [ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO STEP 76 (remove_files) COMPLETE |
4591 | 2024-12-21T03:09:00.836Z | [ recovery-image] Dec 21 03:08:58.750 INFO O| Dec 21 03:08:58.750 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-21T03:09:00.845Z | [ host-image] Dec 21 03:08:58.769 INFO O| Dec 21 03:08:58.769 INFO O| Actions: 1/305 actions (Installing new actions) |
4593 | 2024-12-21T03:09:00.860Z | [ recovery-image] Dec 21 03:08:58.783 INFO O| Dec 21 03:08:58.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4594 | 2024-12-21T03:09:00.878Z | [ recovery-image] Dec 21 03:08:58.783 INFO O| Dec 21 03:08:58.783 INFO STEP 77 (remove_files) COMPLETE |
4595 | 2024-12-21T03:09:00.878Z | [ recovery-image] Dec 21 03:08:58.784 INFO O| Dec 21 03:08:58.783 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-12-21T03:09:00.885Z | [ recovery-image] Dec 21 03:08:58.804 INFO O| Dec 21 03:08:58.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4597 | 2024-12-21T03:09:00.885Z | [ recovery-image] Dec 21 03:08:58.804 INFO O| Dec 21 03:08:58.804 INFO STEP 78 (remove_files) COMPLETE |
4598 | 2024-12-21T03:09:00.885Z | [ recovery-image] Dec 21 03:08:58.804 INFO O| Dec 21 03:08:58.804 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-12-21T03:09:00.901Z | [ recovery-image] Dec 21 03:08:58.823 INFO O| Dec 21 03:08:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4600 | 2024-12-21T03:09:00.901Z | [ recovery-image] Dec 21 03:08:58.823 INFO O| Dec 21 03:08:58.823 INFO STEP 79 (remove_files) COMPLETE |
4601 | 2024-12-21T03:09:00.901Z | [ recovery-image] Dec 21 03:08:58.824 INFO O| Dec 21 03:08:58.823 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-12-21T03:09:00.920Z | [ recovery-image] Dec 21 03:08:58.843 INFO O| Dec 21 03:08:58.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4603 | 2024-12-21T03:09:00.920Z | [ recovery-image] Dec 21 03:08:58.843 INFO O| Dec 21 03:08:58.843 INFO STEP 80 (remove_files) COMPLETE |
4604 | 2024-12-21T03:09:00.921Z | [ recovery-image] Dec 21 03:08:58.843 INFO O| Dec 21 03:08:58.843 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-12-21T03:09:00.940Z | [ recovery-image] Dec 21 03:08:58.864 INFO O| Dec 21 03:08:58.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4606 | 2024-12-21T03:09:00.941Z | [ recovery-image] Dec 21 03:08:58.864 INFO O| Dec 21 03:08:58.864 INFO STEP 81 (remove_files) COMPLETE |
4607 | 2024-12-21T03:09:00.941Z | [ recovery-image] Dec 21 03:08:58.864 INFO O| Dec 21 03:08:58.864 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-12-21T03:09:00.961Z | [ recovery-image] Dec 21 03:08:58.885 INFO O| Dec 21 03:08:58.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4609 | 2024-12-21T03:09:00.964Z | [ recovery-image] Dec 21 03:08:58.885 INFO O| Dec 21 03:08:58.885 INFO STEP 82 (remove_files) COMPLETE |
4610 | 2024-12-21T03:09:00.964Z | [ recovery-image] Dec 21 03:08:58.885 INFO O| Dec 21 03:08:58.885 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-12-21T03:09:00.982Z | [ recovery-image] Dec 21 03:08:58.906 INFO O| Dec 21 03:08:58.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4612 | 2024-12-21T03:09:00.985Z | [ recovery-image] Dec 21 03:08:58.906 INFO O| Dec 21 03:08:58.906 INFO STEP 83 (remove_files) COMPLETE |
4613 | 2024-12-21T03:09:00.985Z | [ recovery-image] Dec 21 03:08:58.906 INFO O| Dec 21 03:08:58.906 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-12-21T03:09:01.002Z | [ recovery-image] Dec 21 03:08:58.926 INFO O| Dec 21 03:08:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4615 | 2024-12-21T03:09:01.002Z | [ recovery-image] Dec 21 03:08:58.926 INFO O| Dec 21 03:08:58.926 INFO STEP 84 (remove_files) COMPLETE |
4616 | 2024-12-21T03:09:01.005Z | [ recovery-image] Dec 21 03:08:58.926 INFO O| Dec 21 03:08:58.926 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-12-21T03:09:01.044Z | [ recovery-image] Dec 21 03:08:58.968 INFO O| Dec 21 03:08:58.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4618 | 2024-12-21T03:09:01.047Z | [ recovery-image] Dec 21 03:08:58.968 INFO O| Dec 21 03:08:58.968 INFO STEP 85 (remove_files) COMPLETE |
4619 | 2024-12-21T03:09:01.047Z | [ recovery-image] Dec 21 03:08:58.968 INFO O| Dec 21 03:08:58.968 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-12-21T03:09:01.065Z | [ recovery-image] Dec 21 03:08:58.989 INFO O| Dec 21 03:08:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4621 | 2024-12-21T03:09:01.084Z | [ recovery-image] Dec 21 03:08:59.007 INFO O| Dec 21 03:08:59.007 INFO STEP 86 (remove_files) COMPLETE |
4622 | 2024-12-21T03:09:01.084Z | [ recovery-image] Dec 21 03:08:59.007 INFO O| Dec 21 03:08:59.007 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-12-21T03:09:01.120Z | [ recovery-image] Dec 21 03:08:59.043 INFO O| Dec 21 03:08:59.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4624 | 2024-12-21T03:09:01.122Z | [ recovery-image] Dec 21 03:08:59.043 INFO O| Dec 21 03:08:59.043 INFO STEP 87 (remove_files) COMPLETE |
4625 | 2024-12-21T03:09:01.123Z | [ recovery-image] Dec 21 03:08:59.044 INFO O| Dec 21 03:08:59.043 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-12-21T03:09:01.143Z | [ host-image] Dec 21 03:08:59.067 INFO O| Dec 21 03:08:59.066 INFO O| Actions: Completed 305 actions in 0.30 seconds. |
4627 | 2024-12-21T03:09:01.216Z | [ recovery-image] Dec 21 03:08:59.137 INFO O| Dec 21 03:08:59.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4628 | 2024-12-21T03:09:01.217Z | [ recovery-image] Dec 21 03:08:59.137 INFO O| Dec 21 03:08:59.137 INFO STEP 88 (remove_files) COMPLETE |
4629 | 2024-12-21T03:09:01.217Z | [ recovery-image] Dec 21 03:08:59.137 INFO O| Dec 21 03:08:59.137 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4630 | 2024-12-21T03:09:01.233Z | [ recovery-image] Dec 21 03:08:59.156 INFO O| Dec 21 03:08:59.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4631 | 2024-12-21T03:09:01.233Z | [ recovery-image] Dec 21 03:08:59.156 INFO O| Dec 21 03:08:59.156 INFO STEP 89 (remove_files) COMPLETE |
4632 | 2024-12-21T03:09:01.233Z | [ recovery-image] Dec 21 03:08:59.156 INFO O| Dec 21 03:08:59.156 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4633 | 2024-12-21T03:09:01.273Z | [ recovery-image] Dec 21 03:08:59.196 INFO O| Dec 21 03:08:59.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4634 | 2024-12-21T03:09:01.276Z | [ recovery-image] Dec 21 03:08:59.197 INFO O| Dec 21 03:08:59.197 INFO STEP 90 (remove_files) COMPLETE |
4635 | 2024-12-21T03:09:01.276Z | [ recovery-image] Dec 21 03:08:59.197 INFO O| Dec 21 03:08:59.197 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4636 | 2024-12-21T03:09:01.337Z | [ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4637 | 2024-12-21T03:09:01.337Z | [ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO STEP 91 (remove_files) COMPLETE |
4638 | 2024-12-21T03:09:01.342Z | [ recovery-image] Dec 21 03:08:59.258 INFO O| Dec 21 03:08:59.258 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4639 | 2024-12-21T03:09:01.358Z | [ recovery-image] Dec 21 03:08:59.280 INFO O| Dec 21 03:08:59.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4640 | 2024-12-21T03:09:01.358Z | [ recovery-image] Dec 21 03:08:59.280 INFO O| Dec 21 03:08:59.280 INFO STEP 92 (remove_files) COMPLETE |
4641 | 2024-12-21T03:09:01.361Z | [ recovery-image] Dec 21 03:08:59.280 INFO O| Dec 21 03:08:59.280 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4642 | 2024-12-21T03:09:01.396Z | [ recovery-image] Dec 21 03:08:59.301 INFO O| Dec 21 03:08:59.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4643 | 2024-12-21T03:09:01.396Z | [ recovery-image] Dec 21 03:08:59.301 INFO O| Dec 21 03:08:59.301 INFO STEP 93 (remove_files) COMPLETE |
4644 | 2024-12-21T03:09:01.404Z | [ recovery-image] Dec 21 03:08:59.301 INFO O| Dec 21 03:08:59.301 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4645 | 2024-12-21T03:09:01.410Z | [ recovery-image] Dec 21 03:08:59.326 INFO O| Dec 21 03:08:59.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4646 | 2024-12-21T03:09:01.410Z | [ recovery-image] Dec 21 03:08:59.326 INFO O| Dec 21 03:08:59.326 INFO STEP 94 (remove_files) COMPLETE |
4647 | 2024-12-21T03:09:01.410Z | [ recovery-image] Dec 21 03:08:59.326 INFO O| Dec 21 03:08:59.326 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4648 | 2024-12-21T03:09:01.423Z | [ recovery-image] Dec 21 03:08:59.347 INFO O| Dec 21 03:08:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4649 | 2024-12-21T03:09:01.423Z | [ recovery-image] Dec 21 03:08:59.347 INFO O| Dec 21 03:08:59.347 INFO STEP 95 (remove_files) COMPLETE |
4650 | 2024-12-21T03:09:01.423Z | [ recovery-image] Dec 21 03:08:59.347 INFO O| Dec 21 03:08:59.347 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4651 | 2024-12-21T03:09:01.483Z | [ recovery-image] Dec 21 03:08:59.403 INFO O| Dec 21 03:08:59.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4652 | 2024-12-21T03:09:01.483Z | [ recovery-image] Dec 21 03:08:59.403 INFO O| Dec 21 03:08:59.403 INFO STEP 96 (remove_files) COMPLETE |
4653 | 2024-12-21T03:09:01.490Z | [ recovery-image] Dec 21 03:08:59.403 INFO O| Dec 21 03:08:59.403 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4654 | 2024-12-21T03:09:01.516Z | [ recovery-image] Dec 21 03:08:59.423 INFO O| Dec 21 03:08:59.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4655 | 2024-12-21T03:09:01.517Z | [ recovery-image] Dec 21 03:08:59.424 INFO O| Dec 21 03:08:59.423 INFO STEP 97 (remove_files) COMPLETE |
4656 | 2024-12-21T03:09:01.517Z | [ recovery-image] Dec 21 03:08:59.424 INFO O| Dec 21 03:08:59.424 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-12-21T03:09:01.521Z | [ recovery-image] Dec 21 03:08:59.444 INFO O| Dec 21 03:08:59.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4658 | 2024-12-21T03:09:01.521Z | [ recovery-image] Dec 21 03:08:59.444 INFO O| Dec 21 03:08:59.444 INFO STEP 98 (remove_files) COMPLETE |
4659 | 2024-12-21T03:09:01.521Z | [ recovery-image] Dec 21 03:08:59.444 INFO O| Dec 21 03:08:59.444 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-12-21T03:09:01.541Z | [ recovery-image] Dec 21 03:08:59.465 INFO O| Dec 21 03:08:59.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4661 | 2024-12-21T03:09:01.557Z | [ recovery-image] Dec 21 03:08:59.481 INFO O| Dec 21 03:08:59.481 INFO STEP 99 (remove_files) COMPLETE |
4662 | 2024-12-21T03:09:01.557Z | [ recovery-image] Dec 21 03:08:59.481 INFO O| Dec 21 03:08:59.481 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4663 | 2024-12-21T03:09:01.623Z | [ recovery-image] Dec 21 03:08:59.540 INFO O| Dec 21 03:08:59.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4664 | 2024-12-21T03:09:01.624Z | [ recovery-image] Dec 21 03:08:59.540 INFO O| Dec 21 03:08:59.540 INFO STEP 100 (remove_files) COMPLETE |
4665 | 2024-12-21T03:09:01.632Z | [ recovery-image] Dec 21 03:08:59.540 INFO O| Dec 21 03:08:59.540 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4666 | 2024-12-21T03:09:01.636Z | [ recovery-image] Dec 21 03:08:59.560 INFO O| Dec 21 03:08:59.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4667 | 2024-12-21T03:09:01.637Z | [ recovery-image] Dec 21 03:08:59.560 INFO O| Dec 21 03:08:59.560 INFO STEP 101 (remove_files) COMPLETE |
4668 | 2024-12-21T03:09:01.639Z | [ recovery-image] Dec 21 03:08:59.560 INFO O| Dec 21 03:08:59.560 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4669 | 2024-12-21T03:09:01.655Z | [ recovery-image] Dec 21 03:08:59.577 INFO O| Dec 21 03:08:59.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4670 | 2024-12-21T03:09:01.655Z | [ recovery-image] Dec 21 03:08:59.577 INFO O| Dec 21 03:08:59.577 INFO STEP 102 (remove_files) COMPLETE |
4671 | 2024-12-21T03:09:01.655Z | [ recovery-image] Dec 21 03:08:59.577 INFO O| Dec 21 03:08:59.577 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4672 | 2024-12-21T03:09:01.671Z | [ recovery-image] Dec 21 03:08:59.594 INFO O| Dec 21 03:08:59.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4673 | 2024-12-21T03:09:01.686Z | [ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO STEP 103 (remove_files) COMPLETE |
4674 | 2024-12-21T03:09:01.686Z | [ recovery-image] Dec 21 03:08:59.607 INFO O| Dec 21 03:08:59.607 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4675 | 2024-12-21T03:09:01.715Z | [ recovery-image] Dec 21 03:08:59.638 INFO O| Dec 21 03:08:59.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4676 | 2024-12-21T03:09:01.715Z | [ recovery-image] Dec 21 03:08:59.638 INFO O| Dec 21 03:08:59.638 INFO STEP 104 (remove_files) COMPLETE |
4677 | 2024-12-21T03:09:01.715Z | [ recovery-image] Dec 21 03:08:59.638 INFO O| Dec 21 03:08:59.638 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4678 | 2024-12-21T03:09:01.764Z | [ recovery-image] Dec 21 03:08:59.687 INFO O| Dec 21 03:08:59.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4679 | 2024-12-21T03:09:01.764Z | [ recovery-image] Dec 21 03:08:59.687 INFO O| Dec 21 03:08:59.687 INFO STEP 105 (remove_files) COMPLETE |
4680 | 2024-12-21T03:09:01.764Z | [ recovery-image] Dec 21 03:08:59.687 INFO O| Dec 21 03:08:59.687 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4681 | 2024-12-21T03:09:01.805Z | [ recovery-image] Dec 21 03:08:59.729 INFO O| Dec 21 03:08:59.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4682 | 2024-12-21T03:09:01.820Z | [ recovery-image] Dec 21 03:08:59.743 INFO O| Dec 21 03:08:59.743 INFO STEP 106 (remove_files) COMPLETE |
4683 | 2024-12-21T03:09:01.820Z | [ recovery-image] Dec 21 03:08:59.743 INFO O| Dec 21 03:08:59.743 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4684 | 2024-12-21T03:09:01.859Z | [ host-image] Dec 21 03:08:59.781 INFO O| Dec 21 03:08:59.781 INFO O| Done |
4685 | 2024-12-21T03:09:01.860Z | [ host-image] Dec 21 03:08:59.781 INFO O| Dec 21 03:08:59.781 INFO O| Done |
4686 | 2024-12-21T03:09:01.897Z | [ recovery-image] Dec 21 03:08:59.811 INFO O| Dec 21 03:08:59.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4687 | 2024-12-21T03:09:01.897Z | [ recovery-image] Dec 21 03:08:59.811 INFO O| Dec 21 03:08:59.811 INFO STEP 107 (remove_files) COMPLETE |
4688 | 2024-12-21T03:09:01.901Z | [ recovery-image] Dec 21 03:08:59.811 INFO O| Dec 21 03:08:59.811 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-21T03:09:01.908Z | [ recovery-image] Dec 21 03:08:59.831 INFO O| Dec 21 03:08:59.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4690 | 2024-12-21T03:09:01.908Z | [ recovery-image] Dec 21 03:08:59.831 INFO O| Dec 21 03:08:59.831 INFO STEP 108 (remove_files) COMPLETE |
4691 | 2024-12-21T03:09:01.909Z | [ recovery-image] Dec 21 03:08:59.831 INFO O| Dec 21 03:08:59.831 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-21T03:09:01.928Z | [ recovery-image] Dec 21 03:08:59.851 INFO O| Dec 21 03:08:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4693 | 2024-12-21T03:09:01.928Z | [ recovery-image] Dec 21 03:08:59.851 INFO O| Dec 21 03:08:59.851 INFO STEP 109 (remove_files) COMPLETE |
4694 | 2024-12-21T03:09:01.928Z | [ recovery-image] Dec 21 03:08:59.851 INFO O| Dec 21 03:08:59.851 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-21T03:09:01.990Z | [ recovery-image] Dec 21 03:08:59.913 INFO O| Dec 21 03:08:59.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4696 | 2024-12-21T03:09:01.990Z | [ recovery-image] Dec 21 03:08:59.913 INFO O| Dec 21 03:08:59.913 INFO STEP 110 (remove_files) COMPLETE |
4697 | 2024-12-21T03:09:01.990Z | [ recovery-image] Dec 21 03:08:59.913 INFO O| Dec 21 03:08:59.913 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-21T03:09:02.017Z | [ recovery-image] Dec 21 03:08:59.940 INFO O| Dec 21 03:08:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4699 | 2024-12-21T03:09:02.017Z | [ recovery-image] Dec 21 03:08:59.940 INFO O| Dec 21 03:08:59.940 INFO STEP 111 (remove_files) COMPLETE |
4700 | 2024-12-21T03:09:02.019Z | [ recovery-image] Dec 21 03:08:59.941 INFO O| Dec 21 03:08:59.940 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-21T03:09:02.052Z | [ recovery-image] Dec 21 03:08:59.974 INFO O| Dec 21 03:08:59.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4702 | 2024-12-21T03:09:02.052Z | [ recovery-image] Dec 21 03:08:59.974 INFO O| Dec 21 03:08:59.974 INFO STEP 112 (remove_files) COMPLETE |
4703 | 2024-12-21T03:09:02.052Z | [ recovery-image] Dec 21 03:08:59.974 INFO O| Dec 21 03:08:59.974 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-21T03:09:02.073Z | [ recovery-image] Dec 21 03:08:59.994 INFO O| Dec 21 03:08:59.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4705 | 2024-12-21T03:09:02.074Z | [ recovery-image] Dec 21 03:08:59.994 INFO O| Dec 21 03:08:59.994 INFO STEP 113 (remove_files) COMPLETE |
4706 | 2024-12-21T03:09:02.075Z | [ recovery-image] Dec 21 03:08:59.994 INFO O| Dec 21 03:08:59.994 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-21T03:09:02.091Z | [ recovery-image] Dec 21 03:09:00.014 INFO O| Dec 21 03:09:00.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4708 | 2024-12-21T03:09:02.091Z | [ recovery-image] Dec 21 03:09:00.014 INFO O| Dec 21 03:09:00.014 INFO STEP 114 (remove_files) COMPLETE |
4709 | 2024-12-21T03:09:02.096Z | [ recovery-image] Dec 21 03:09:00.014 INFO O| Dec 21 03:09:00.014 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-21T03:09:02.122Z | [ recovery-image] Dec 21 03:09:00.045 INFO O| Dec 21 03:09:00.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4711 | 2024-12-21T03:09:02.122Z | [ recovery-image] Dec 21 03:09:00.045 INFO O| Dec 21 03:09:00.045 INFO STEP 115 (remove_files) COMPLETE |
4712 | 2024-12-21T03:09:02.125Z | [ recovery-image] Dec 21 03:09:00.045 INFO O| Dec 21 03:09:00.045 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-21T03:09:02.173Z | [ recovery-image] Dec 21 03:09:00.096 INFO O| Dec 21 03:09:00.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4714 | 2024-12-21T03:09:02.173Z | [ recovery-image] Dec 21 03:09:00.096 INFO O| Dec 21 03:09:00.096 INFO STEP 116 (remove_files) COMPLETE |
4715 | 2024-12-21T03:09:02.177Z | [ recovery-image] Dec 21 03:09:00.097 INFO O| Dec 21 03:09:00.096 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-21T03:09:02.192Z | [ recovery-image] Dec 21 03:09:00.115 INFO O| Dec 21 03:09:00.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4717 | 2024-12-21T03:09:02.212Z | [ recovery-image] Dec 21 03:09:00.116 INFO O| Dec 21 03:09:00.116 INFO STEP 117 (remove_files) COMPLETE |
4718 | 2024-12-21T03:09:02.212Z | [ recovery-image] Dec 21 03:09:00.116 INFO O| Dec 21 03:09:00.116 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-21T03:09:02.223Z | [ recovery-image] Dec 21 03:09:00.134 INFO O| Dec 21 03:09:00.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4720 | 2024-12-21T03:09:02.223Z | [ recovery-image] Dec 21 03:09:00.134 INFO O| Dec 21 03:09:00.134 INFO STEP 118 (remove_files) COMPLETE |
4721 | 2024-12-21T03:09:02.223Z | [ recovery-image] Dec 21 03:09:00.134 INFO O| Dec 21 03:09:00.134 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-21T03:09:02.234Z | [ recovery-image] Dec 21 03:09:00.157 INFO O| Dec 21 03:09:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4723 | 2024-12-21T03:09:02.242Z | [ recovery-image] Dec 21 03:09:00.158 INFO O| Dec 21 03:09:00.158 INFO STEP 119 (remove_files) COMPLETE |
4724 | 2024-12-21T03:09:02.242Z | [ recovery-image] Dec 21 03:09:00.158 INFO O| Dec 21 03:09:00.158 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-21T03:09:02.277Z | [ recovery-image] Dec 21 03:09:00.196 INFO O| Dec 21 03:09:00.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4726 | 2024-12-21T03:09:02.277Z | [ recovery-image] Dec 21 03:09:00.196 INFO O| Dec 21 03:09:00.196 INFO STEP 120 (remove_files) COMPLETE |
4727 | 2024-12-21T03:09:02.277Z | [ recovery-image] Dec 21 03:09:00.196 INFO O| Dec 21 03:09:00.196 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-21T03:09:02.322Z | [ recovery-image] Dec 21 03:09:00.245 INFO O| Dec 21 03:09:00.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4729 | 2024-12-21T03:09:02.325Z | [ recovery-image] Dec 21 03:09:00.246 INFO O| Dec 21 03:09:00.246 INFO STEP 121 (remove_files) COMPLETE |
4730 | 2024-12-21T03:09:02.325Z | [ recovery-image] Dec 21 03:09:00.246 INFO O| Dec 21 03:09:00.246 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-21T03:09:02.343Z | [ recovery-image] Dec 21 03:09:00.265 INFO O| Dec 21 03:09:00.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4732 | 2024-12-21T03:09:02.346Z | [ recovery-image] Dec 21 03:09:00.266 INFO O| Dec 21 03:09:00.266 INFO STEP 122 (remove_files) COMPLETE |
4733 | 2024-12-21T03:09:02.346Z | [ recovery-image] Dec 21 03:09:00.266 INFO O| Dec 21 03:09:00.266 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-21T03:09:02.361Z | [ recovery-image] Dec 21 03:09:00.285 INFO O| Dec 21 03:09:00.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4735 | 2024-12-21T03:09:02.364Z | [ recovery-image] Dec 21 03:09:00.285 INFO O| Dec 21 03:09:00.285 INFO STEP 123 (remove_files) COMPLETE |
4736 | 2024-12-21T03:09:02.365Z | [ recovery-image] Dec 21 03:09:00.285 INFO O| Dec 21 03:09:00.285 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-21T03:09:02.426Z | [ recovery-image] Dec 21 03:09:00.349 INFO O| Dec 21 03:09:00.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4738 | 2024-12-21T03:09:02.431Z | [ recovery-image] Dec 21 03:09:00.349 INFO O| Dec 21 03:09:00.349 INFO STEP 124 (remove_files) COMPLETE |
4739 | 2024-12-21T03:09:02.431Z | [ recovery-image] Dec 21 03:09:00.349 INFO O| Dec 21 03:09:00.349 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-21T03:09:02.447Z | [ recovery-image] Dec 21 03:09:00.370 INFO O| Dec 21 03:09:00.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4741 | 2024-12-21T03:09:02.450Z | [ recovery-image] Dec 21 03:09:00.371 INFO O| Dec 21 03:09:00.371 INFO STEP 125 (remove_files) COMPLETE |
4742 | 2024-12-21T03:09:02.450Z | [ recovery-image] Dec 21 03:09:00.371 INFO O| Dec 21 03:09:00.371 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-21T03:09:02.468Z | [ recovery-image] Dec 21 03:09:00.391 INFO O| Dec 21 03:09:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4744 | 2024-12-21T03:09:02.471Z | [ recovery-image] Dec 21 03:09:00.391 INFO O| Dec 21 03:09:00.391 INFO STEP 126 (remove_files) COMPLETE |
4745 | 2024-12-21T03:09:02.471Z | [ recovery-image] Dec 21 03:09:00.391 INFO O| Dec 21 03:09:00.391 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-21T03:09:02.498Z | [ recovery-image] Dec 21 03:09:00.419 INFO O| Dec 21 03:09:00.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4747 | 2024-12-21T03:09:02.504Z | [ recovery-image] Dec 21 03:09:00.427 INFO O| Dec 21 03:09:00.427 INFO STEP 127 (remove_files) COMPLETE |
4748 | 2024-12-21T03:09:02.504Z | [ recovery-image] Dec 21 03:09:00.427 INFO O| Dec 21 03:09:00.427 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-21T03:09:02.556Z | [ recovery-image] Dec 21 03:09:00.476 INFO O| Dec 21 03:09:00.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4750 | 2024-12-21T03:09:02.556Z | [ recovery-image] Dec 21 03:09:00.476 INFO O| Dec 21 03:09:00.476 INFO STEP 128 (remove_files) COMPLETE |
4751 | 2024-12-21T03:09:02.556Z | [ recovery-image] Dec 21 03:09:00.476 INFO O| Dec 21 03:09:00.476 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-21T03:09:02.587Z | [ recovery-image] Dec 21 03:09:00.510 INFO O| Dec 21 03:09:00.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4753 | 2024-12-21T03:09:02.587Z | [ recovery-image] Dec 21 03:09:00.510 INFO O| Dec 21 03:09:00.510 INFO STEP 129 (remove_files) COMPLETE |
4754 | 2024-12-21T03:09:02.594Z | [ recovery-image] Dec 21 03:09:00.510 INFO O| Dec 21 03:09:00.510 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-21T03:09:02.606Z | [ recovery-image] Dec 21 03:09:00.528 INFO O| Dec 21 03:09:00.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4756 | 2024-12-21T03:09:02.606Z | [ recovery-image] Dec 21 03:09:00.528 INFO O| Dec 21 03:09:00.528 INFO STEP 130 (remove_files) COMPLETE |
4757 | 2024-12-21T03:09:02.613Z | [ recovery-image] Dec 21 03:09:00.528 INFO O| Dec 21 03:09:00.528 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-21T03:09:02.651Z | [ recovery-image] Dec 21 03:09:00.571 INFO O| Dec 21 03:09:00.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4759 | 2024-12-21T03:09:02.652Z | [ recovery-image] Dec 21 03:09:00.571 INFO O| Dec 21 03:09:00.571 INFO STEP 131 (remove_files) COMPLETE |
4760 | 2024-12-21T03:09:02.655Z | [ recovery-image] Dec 21 03:09:00.571 INFO O| Dec 21 03:09:00.571 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-21T03:09:02.686Z | [ recovery-image] Dec 21 03:09:00.610 INFO O| Dec 21 03:09:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4762 | 2024-12-21T03:09:02.686Z | [ recovery-image] Dec 21 03:09:00.610 INFO O| Dec 21 03:09:00.610 INFO STEP 132 (remove_files) COMPLETE |
4763 | 2024-12-21T03:09:02.687Z | [ recovery-image] Dec 21 03:09:00.610 INFO O| Dec 21 03:09:00.610 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-21T03:09:02.747Z | [ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4765 | 2024-12-21T03:09:02.747Z | [ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO STEP 133 (remove_files) COMPLETE |
4766 | 2024-12-21T03:09:02.751Z | [ recovery-image] Dec 21 03:09:00.671 INFO O| Dec 21 03:09:00.671 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-21T03:09:02.765Z | [ recovery-image] Dec 21 03:09:00.688 INFO O| Dec 21 03:09:00.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4768 | 2024-12-21T03:09:02.765Z | [ recovery-image] Dec 21 03:09:00.688 INFO O| Dec 21 03:09:00.688 INFO STEP 134 (remove_files) COMPLETE |
4769 | 2024-12-21T03:09:02.765Z | [ recovery-image] Dec 21 03:09:00.688 INFO O| Dec 21 03:09:00.688 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-21T03:09:02.822Z | [ recovery-image] Dec 21 03:09:00.745 INFO O| Dec 21 03:09:00.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4771 | 2024-12-21T03:09:02.822Z | [ recovery-image] Dec 21 03:09:00.745 INFO O| Dec 21 03:09:00.745 INFO STEP 135 (remove_files) COMPLETE |
4772 | 2024-12-21T03:09:02.822Z | [ recovery-image] Dec 21 03:09:00.745 INFO O| Dec 21 03:09:00.745 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-21T03:09:02.864Z | [ recovery-image] Dec 21 03:09:00.787 INFO O| Dec 21 03:09:00.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4774 | 2024-12-21T03:09:02.864Z | [ recovery-image] Dec 21 03:09:00.787 INFO O| Dec 21 03:09:00.787 INFO STEP 136 (remove_files) COMPLETE |
4775 | 2024-12-21T03:09:02.864Z | [ recovery-image] Dec 21 03:09:00.787 INFO O| Dec 21 03:09:00.787 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-21T03:09:02.900Z | [ recovery-image] Dec 21 03:09:00.823 INFO O| Dec 21 03:09:00.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4777 | 2024-12-21T03:09:02.900Z | [ recovery-image] Dec 21 03:09:00.823 INFO O| Dec 21 03:09:00.823 INFO STEP 137 (remove_files) COMPLETE |
4778 | 2024-12-21T03:09:02.903Z | [ recovery-image] Dec 21 03:09:00.823 INFO O| Dec 21 03:09:00.823 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-21T03:09:02.922Z | [ recovery-image] Dec 21 03:09:00.845 INFO O| Dec 21 03:09:00.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4780 | 2024-12-21T03:09:02.922Z | [ recovery-image] Dec 21 03:09:00.845 INFO O| Dec 21 03:09:00.845 INFO STEP 138 (remove_files) COMPLETE |
4781 | 2024-12-21T03:09:02.929Z | [ recovery-image] Dec 21 03:09:00.845 INFO O| Dec 21 03:09:00.845 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-21T03:09:02.940Z | [ recovery-image] Dec 21 03:09:00.863 INFO O| Dec 21 03:09:00.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4783 | 2024-12-21T03:09:02.940Z | [ recovery-image] Dec 21 03:09:00.863 INFO O| Dec 21 03:09:00.863 INFO STEP 139 (remove_files) COMPLETE |
4784 | 2024-12-21T03:09:02.942Z | [ recovery-image] Dec 21 03:09:00.863 INFO O| Dec 21 03:09:00.863 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-21T03:09:02.958Z | [ recovery-image] Dec 21 03:09:00.879 INFO O| Dec 21 03:09:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4786 | 2024-12-21T03:09:02.961Z | [ recovery-image] Dec 21 03:09:00.879 INFO O| Dec 21 03:09:00.879 INFO STEP 140 (remove_files) COMPLETE |
4787 | 2024-12-21T03:09:02.961Z | [ recovery-image] Dec 21 03:09:00.879 INFO O| Dec 21 03:09:00.879 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-21T03:09:02.973Z | [ recovery-image] Dec 21 03:09:00.897 INFO O| Dec 21 03:09:00.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4789 | 2024-12-21T03:09:02.984Z | [ recovery-image] Dec 21 03:09:00.897 INFO O| Dec 21 03:09:00.897 INFO STEP 141 (remove_files) COMPLETE |
4790 | 2024-12-21T03:09:02.984Z | [ recovery-image] Dec 21 03:09:00.897 INFO O| Dec 21 03:09:00.897 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-21T03:09:02.992Z | [ recovery-image] Dec 21 03:09:00.916 INFO O| Dec 21 03:09:00.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4792 | 2024-12-21T03:09:02.995Z | [ recovery-image] Dec 21 03:09:00.916 INFO O| Dec 21 03:09:00.916 INFO STEP 142 (remove_files) COMPLETE |
4793 | 2024-12-21T03:09:02.995Z | [ recovery-image] Dec 21 03:09:00.916 INFO O| Dec 21 03:09:00.916 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-21T03:09:03.017Z | [ recovery-image] Dec 21 03:09:00.939 INFO O| Dec 21 03:09:00.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4795 | 2024-12-21T03:09:03.020Z | [ recovery-image] Dec 21 03:09:00.939 INFO O| Dec 21 03:09:00.939 INFO STEP 143 (remove_files) COMPLETE |
4796 | 2024-12-21T03:09:03.020Z | [ recovery-image] Dec 21 03:09:00.939 INFO O| Dec 21 03:09:00.939 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-21T03:09:03.038Z | [ recovery-image] Dec 21 03:09:00.959 INFO O| Dec 21 03:09:00.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4798 | 2024-12-21T03:09:03.041Z | [ recovery-image] Dec 21 03:09:00.959 INFO O| Dec 21 03:09:00.959 INFO STEP 144 (remove_files) COMPLETE |
4799 | 2024-12-21T03:09:03.042Z | [ recovery-image] Dec 21 03:09:00.959 INFO O| Dec 21 03:09:00.959 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-21T03:09:03.054Z | [ recovery-image] Dec 21 03:09:00.977 INFO O| Dec 21 03:09:00.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4801 | 2024-12-21T03:09:03.074Z | [ recovery-image] Dec 21 03:09:00.997 INFO O| Dec 21 03:09:00.997 INFO STEP 145 (remove_files) COMPLETE |
4802 | 2024-12-21T03:09:03.074Z | [ recovery-image] Dec 21 03:09:00.997 INFO O| Dec 21 03:09:00.997 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-21T03:09:03.124Z | [ host-image] Dec 21 03:09:01.047 INFO O| Dec 21 03:09:01.046 INFO O| Done |
4804 | 2024-12-21T03:09:03.133Z | [ recovery-image] Dec 21 03:09:01.057 INFO O| Dec 21 03:09:01.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4805 | 2024-12-21T03:09:03.138Z | [ recovery-image] Dec 21 03:09:01.057 INFO O| Dec 21 03:09:01.057 INFO STEP 146 (remove_files) COMPLETE |
4806 | 2024-12-21T03:09:03.138Z | [ recovery-image] Dec 21 03:09:01.057 INFO O| Dec 21 03:09:01.057 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-12-21T03:09:03.157Z | [ recovery-image] Dec 21 03:09:01.080 INFO O| Dec 21 03:09:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4808 | 2024-12-21T03:09:03.160Z | [ recovery-image] Dec 21 03:09:01.080 INFO O| Dec 21 03:09:01.080 INFO STEP 147 (remove_files) COMPLETE |
4809 | 2024-12-21T03:09:03.160Z | [ recovery-image] Dec 21 03:09:01.080 INFO O| Dec 21 03:09:01.080 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-12-21T03:09:03.177Z | [ recovery-image] Dec 21 03:09:01.100 INFO O| Dec 21 03:09:01.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4811 | 2024-12-21T03:09:03.197Z | [ recovery-image] Dec 21 03:09:01.119 INFO O| Dec 21 03:09:01.119 INFO STEP 148 (remove_files) COMPLETE |
4812 | 2024-12-21T03:09:03.197Z | [ recovery-image] Dec 21 03:09:01.119 INFO O| Dec 21 03:09:01.119 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-12-21T03:09:03.232Z | [ recovery-image] Dec 21 03:09:01.153 INFO O| Dec 21 03:09:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4814 | 2024-12-21T03:09:03.232Z | [ recovery-image] Dec 21 03:09:01.153 INFO O| Dec 21 03:09:01.153 INFO STEP 149 (remove_files) COMPLETE |
4815 | 2024-12-21T03:09:03.232Z | [ recovery-image] Dec 21 03:09:01.153 INFO O| Dec 21 03:09:01.153 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-12-21T03:09:03.266Z | [ recovery-image] Dec 21 03:09:01.189 INFO O| Dec 21 03:09:01.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4817 | 2024-12-21T03:09:03.267Z | [ recovery-image] Dec 21 03:09:01.189 INFO O| Dec 21 03:09:01.189 INFO STEP 150 (remove_files) COMPLETE |
4818 | 2024-12-21T03:09:03.267Z | [ recovery-image] Dec 21 03:09:01.189 INFO O| Dec 21 03:09:01.189 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-12-21T03:09:03.337Z | [ recovery-image] Dec 21 03:09:01.230 INFO O| Dec 21 03:09:01.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4820 | 2024-12-21T03:09:03.349Z | [ recovery-image] Dec 21 03:09:01.230 INFO O| Dec 21 03:09:01.230 INFO STEP 151 (remove_files) COMPLETE |
4821 | 2024-12-21T03:09:03.349Z | [ recovery-image] Dec 21 03:09:01.231 INFO O| Dec 21 03:09:01.230 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-12-21T03:09:03.349Z | [ recovery-image] Dec 21 03:09:01.250 INFO O| Dec 21 03:09:01.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4823 | 2024-12-21T03:09:03.349Z | [ recovery-image] Dec 21 03:09:01.250 INFO O| Dec 21 03:09:01.250 INFO STEP 152 (remove_files) COMPLETE |
4824 | 2024-12-21T03:09:03.349Z | [ recovery-image] Dec 21 03:09:01.250 INFO O| Dec 21 03:09:01.250 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-12-21T03:09:03.353Z | [ recovery-image] Dec 21 03:09:01.272 INFO O| Dec 21 03:09:01.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4826 | 2024-12-21T03:09:03.353Z | [ recovery-image] Dec 21 03:09:01.272 INFO O| Dec 21 03:09:01.272 INFO STEP 153 (remove_files) COMPLETE |
4827 | 2024-12-21T03:09:03.353Z | [ recovery-image] Dec 21 03:09:01.272 INFO O| Dec 21 03:09:01.272 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-12-21T03:09:03.373Z | [ recovery-image] Dec 21 03:09:01.293 INFO O| Dec 21 03:09:01.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4829 | 2024-12-21T03:09:03.373Z | [ recovery-image] Dec 21 03:09:01.294 INFO O| Dec 21 03:09:01.294 INFO STEP 154 (remove_files) COMPLETE |
4830 | 2024-12-21T03:09:03.378Z | [ recovery-image] Dec 21 03:09:01.294 INFO O| Dec 21 03:09:01.294 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-12-21T03:09:03.389Z | [ recovery-image] Dec 21 03:09:01.313 INFO O| Dec 21 03:09:01.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4832 | 2024-12-21T03:09:03.390Z | [ recovery-image] Dec 21 03:09:01.313 INFO O| Dec 21 03:09:01.313 INFO STEP 155 (remove_files) COMPLETE |
4833 | 2024-12-21T03:09:03.396Z | [ recovery-image] Dec 21 03:09:01.313 INFO O| Dec 21 03:09:01.313 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-12-21T03:09:03.425Z | [ recovery-image] Dec 21 03:09:01.348 INFO O| Dec 21 03:09:01.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4835 | 2024-12-21T03:09:03.425Z | [ recovery-image] Dec 21 03:09:01.348 INFO O| Dec 21 03:09:01.348 INFO STEP 156 (remove_files) COMPLETE |
4836 | 2024-12-21T03:09:03.429Z | [ recovery-image] Dec 21 03:09:01.348 INFO O| Dec 21 03:09:01.348 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-21T03:09:03.459Z | [ recovery-image] Dec 21 03:09:01.382 INFO O| Dec 21 03:09:01.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4838 | 2024-12-21T03:09:03.459Z | [ recovery-image] Dec 21 03:09:01.382 INFO O| Dec 21 03:09:01.382 INFO STEP 157 (remove_files) COMPLETE |
4839 | 2024-12-21T03:09:03.459Z | [ recovery-image] Dec 21 03:09:01.382 INFO O| Dec 21 03:09:01.382 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-21T03:09:03.495Z | [ recovery-image] Dec 21 03:09:01.419 INFO O| Dec 21 03:09:01.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4841 | 2024-12-21T03:09:03.498Z | [ recovery-image] Dec 21 03:09:01.420 INFO O| Dec 21 03:09:01.419 INFO STEP 158 (remove_files) COMPLETE |
4842 | 2024-12-21T03:09:03.499Z | [ recovery-image] Dec 21 03:09:01.420 INFO O| Dec 21 03:09:01.420 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-21T03:09:03.554Z | [ recovery-image] Dec 21 03:09:01.477 INFO O| Dec 21 03:09:01.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4844 | 2024-12-21T03:09:03.554Z | [ recovery-image] Dec 21 03:09:01.477 INFO O| Dec 21 03:09:01.477 INFO STEP 159 (remove_files) COMPLETE |
4845 | 2024-12-21T03:09:03.554Z | [ recovery-image] Dec 21 03:09:01.477 INFO O| Dec 21 03:09:01.477 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-21T03:09:03.573Z | [ recovery-image] Dec 21 03:09:01.496 INFO O| Dec 21 03:09:01.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4847 | 2024-12-21T03:09:03.574Z | [ recovery-image] Dec 21 03:09:01.496 INFO O| Dec 21 03:09:01.496 INFO STEP 160 (remove_files) COMPLETE |
4848 | 2024-12-21T03:09:03.579Z | [ recovery-image] Dec 21 03:09:01.496 INFO O| Dec 21 03:09:01.496 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-21T03:09:03.610Z | [ recovery-image] Dec 21 03:09:01.529 INFO O| Dec 21 03:09:01.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4850 | 2024-12-21T03:09:03.610Z | [ recovery-image] Dec 21 03:09:01.529 INFO O| Dec 21 03:09:01.529 INFO STEP 161 (remove_files) COMPLETE |
4851 | 2024-12-21T03:09:03.613Z | [ recovery-image] Dec 21 03:09:01.529 INFO O| Dec 21 03:09:01.529 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-21T03:09:03.630Z | [ recovery-image] Dec 21 03:09:01.550 INFO O| Dec 21 03:09:01.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4853 | 2024-12-21T03:09:03.630Z | [ recovery-image] Dec 21 03:09:01.550 INFO O| Dec 21 03:09:01.550 INFO STEP 162 (remove_files) COMPLETE |
4854 | 2024-12-21T03:09:03.630Z | [ recovery-image] Dec 21 03:09:01.551 INFO O| Dec 21 03:09:01.550 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-21T03:09:03.665Z | [ recovery-image] Dec 21 03:09:01.588 INFO O| Dec 21 03:09:01.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4856 | 2024-12-21T03:09:03.668Z | [ recovery-image] Dec 21 03:09:01.589 INFO O| Dec 21 03:09:01.589 INFO STEP 163 (remove_files) COMPLETE |
4857 | 2024-12-21T03:09:03.668Z | [ recovery-image] Dec 21 03:09:01.589 INFO O| Dec 21 03:09:01.589 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-21T03:09:03.685Z | [ recovery-image] Dec 21 03:09:01.608 INFO O| Dec 21 03:09:01.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4859 | 2024-12-21T03:09:03.687Z | [ recovery-image] Dec 21 03:09:01.608 INFO O| Dec 21 03:09:01.608 INFO STEP 164 (remove_files) COMPLETE |
4860 | 2024-12-21T03:09:03.688Z | [ recovery-image] Dec 21 03:09:01.608 INFO O| Dec 21 03:09:01.608 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-12-21T03:09:03.727Z | [ recovery-image] Dec 21 03:09:01.650 INFO O| Dec 21 03:09:01.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4862 | 2024-12-21T03:09:03.730Z | [ recovery-image] Dec 21 03:09:01.650 INFO O| Dec 21 03:09:01.650 INFO STEP 165 (remove_files) COMPLETE |
4863 | 2024-12-21T03:09:03.730Z | [ recovery-image] Dec 21 03:09:01.650 INFO O| Dec 21 03:09:01.650 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-12-21T03:09:03.792Z | [ recovery-image] Dec 21 03:09:01.714 INFO O| Dec 21 03:09:01.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4865 | 2024-12-21T03:09:03.798Z | [ recovery-image] Dec 21 03:09:01.720 INFO O| Dec 21 03:09:01.720 INFO STEP 166 (remove_files) COMPLETE |
4866 | 2024-12-21T03:09:03.798Z | [ recovery-image] Dec 21 03:09:01.720 INFO O| Dec 21 03:09:01.720 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-12-21T03:09:03.818Z | [ recovery-image] Dec 21 03:09:01.741 INFO O| Dec 21 03:09:01.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4868 | 2024-12-21T03:09:03.823Z | [ recovery-image] Dec 21 03:09:01.742 INFO O| Dec 21 03:09:01.741 INFO STEP 167 (remove_files) COMPLETE |
4869 | 2024-12-21T03:09:03.823Z | [ recovery-image] Dec 21 03:09:01.742 INFO O| Dec 21 03:09:01.742 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-12-21T03:09:03.841Z | [ recovery-image] Dec 21 03:09:01.762 INFO O| Dec 21 03:09:01.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4871 | 2024-12-21T03:09:03.844Z | [ recovery-image] Dec 21 03:09:01.762 INFO O| Dec 21 03:09:01.762 INFO STEP 168 (remove_files) COMPLETE |
4872 | 2024-12-21T03:09:03.844Z | [ recovery-image] Dec 21 03:09:01.762 INFO O| Dec 21 03:09:01.762 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-12-21T03:09:03.860Z | [ recovery-image] Dec 21 03:09:01.782 INFO O| Dec 21 03:09:01.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4874 | 2024-12-21T03:09:03.863Z | [ recovery-image] Dec 21 03:09:01.783 INFO O| Dec 21 03:09:01.782 INFO STEP 169 (remove_files) COMPLETE |
4875 | 2024-12-21T03:09:03.863Z | [ recovery-image] Dec 21 03:09:01.783 INFO O| Dec 21 03:09:01.783 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-12-21T03:09:03.911Z | [ recovery-image] Dec 21 03:09:01.834 INFO O| Dec 21 03:09:01.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4877 | 2024-12-21T03:09:03.914Z | [ recovery-image] Dec 21 03:09:01.834 INFO O| Dec 21 03:09:01.834 INFO STEP 170 (remove_files) COMPLETE |
4878 | 2024-12-21T03:09:03.914Z | [ recovery-image] Dec 21 03:09:01.834 INFO O| Dec 21 03:09:01.834 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-12-21T03:09:03.931Z | [ recovery-image] Dec 21 03:09:01.854 INFO O| Dec 21 03:09:01.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4880 | 2024-12-21T03:09:03.935Z | [ recovery-image] Dec 21 03:09:01.854 INFO O| Dec 21 03:09:01.854 INFO STEP 171 (remove_files) COMPLETE |
4881 | 2024-12-21T03:09:03.935Z | [ recovery-image] Dec 21 03:09:01.854 INFO O| Dec 21 03:09:01.854 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-12-21T03:09:03.949Z | [ recovery-image] Dec 21 03:09:01.872 INFO O| Dec 21 03:09:01.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4883 | 2024-12-21T03:09:03.952Z | [ recovery-image] Dec 21 03:09:01.872 INFO O| Dec 21 03:09:01.872 INFO STEP 172 (remove_files) COMPLETE |
4884 | 2024-12-21T03:09:03.952Z | [ recovery-image] Dec 21 03:09:01.872 INFO O| Dec 21 03:09:01.872 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-12-21T03:09:03.973Z | [ recovery-image] Dec 21 03:09:01.892 INFO O| Dec 21 03:09:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4886 | 2024-12-21T03:09:03.977Z | [ recovery-image] Dec 21 03:09:01.892 INFO O| Dec 21 03:09:01.892 INFO STEP 173 (remove_files) COMPLETE |
4887 | 2024-12-21T03:09:03.977Z | [ recovery-image] Dec 21 03:09:01.892 INFO O| Dec 21 03:09:01.892 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-12-21T03:09:03.988Z | [ recovery-image] Dec 21 03:09:01.911 INFO O| Dec 21 03:09:01.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4889 | 2024-12-21T03:09:04.004Z | [ recovery-image] Dec 21 03:09:01.911 INFO O| Dec 21 03:09:01.911 INFO STEP 174 (remove_files) COMPLETE |
4890 | 2024-12-21T03:09:04.004Z | [ recovery-image] Dec 21 03:09:01.911 INFO O| Dec 21 03:09:01.911 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-12-21T03:09:04.015Z | [ recovery-image] Dec 21 03:09:01.937 INFO O| Dec 21 03:09:01.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4892 | 2024-12-21T03:09:04.020Z | [ recovery-image] Dec 21 03:09:01.938 INFO O| Dec 21 03:09:01.937 INFO STEP 175 (remove_files) COMPLETE |
4893 | 2024-12-21T03:09:04.020Z | [ recovery-image] Dec 21 03:09:01.938 INFO O| Dec 21 03:09:01.938 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-12-21T03:09:04.035Z | [ recovery-image] Dec 21 03:09:01.958 INFO O| Dec 21 03:09:01.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4895 | 2024-12-21T03:09:04.038Z | [ recovery-image] Dec 21 03:09:01.958 INFO O| Dec 21 03:09:01.958 INFO STEP 176 (remove_files) COMPLETE |
4896 | 2024-12-21T03:09:04.038Z | [ recovery-image] Dec 21 03:09:01.958 INFO O| Dec 21 03:09:01.958 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-12-21T03:09:04.073Z | [ recovery-image] Dec 21 03:09:01.996 INFO O| Dec 21 03:09:01.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4898 | 2024-12-21T03:09:04.073Z | [ recovery-image] Dec 21 03:09:01.996 INFO O| Dec 21 03:09:01.996 INFO STEP 177 (remove_files) COMPLETE |
4899 | 2024-12-21T03:09:04.076Z | [ recovery-image] Dec 21 03:09:01.996 INFO O| Dec 21 03:09:01.996 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-12-21T03:09:04.141Z | [ recovery-image] Dec 21 03:09:02.061 INFO O| Dec 21 03:09:02.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4901 | 2024-12-21T03:09:04.141Z | [ recovery-image] Dec 21 03:09:02.061 INFO O| Dec 21 03:09:02.061 INFO STEP 178 (remove_files) COMPLETE |
4902 | 2024-12-21T03:09:04.141Z | [ recovery-image] Dec 21 03:09:02.061 INFO O| Dec 21 03:09:02.061 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-12-21T03:09:04.198Z | [ recovery-image] Dec 21 03:09:02.117 INFO O| Dec 21 03:09:02.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4904 | 2024-12-21T03:09:04.199Z | [ recovery-image] Dec 21 03:09:02.117 INFO O| Dec 21 03:09:02.117 INFO STEP 179 (remove_files) COMPLETE |
4905 | 2024-12-21T03:09:04.204Z | [ recovery-image] Dec 21 03:09:02.117 INFO O| Dec 21 03:09:02.117 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-12-21T03:09:04.217Z | [ recovery-image] Dec 21 03:09:02.138 INFO O| Dec 21 03:09:02.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4907 | 2024-12-21T03:09:04.217Z | [ recovery-image] Dec 21 03:09:02.138 INFO O| Dec 21 03:09:02.138 INFO STEP 180 (remove_files) COMPLETE |
4908 | 2024-12-21T03:09:04.218Z | [ recovery-image] Dec 21 03:09:02.138 INFO O| Dec 21 03:09:02.138 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-12-21T03:09:04.245Z | [ recovery-image] Dec 21 03:09:02.168 INFO O| Dec 21 03:09:02.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4910 | 2024-12-21T03:09:04.245Z | [ recovery-image] Dec 21 03:09:02.168 INFO O| Dec 21 03:09:02.168 INFO STEP 181 (remove_files) COMPLETE |
4911 | 2024-12-21T03:09:04.252Z | [ recovery-image] Dec 21 03:09:02.168 INFO O| Dec 21 03:09:02.168 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-12-21T03:09:04.285Z | [ recovery-image] Dec 21 03:09:02.204 INFO O| Dec 21 03:09:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4913 | 2024-12-21T03:09:04.285Z | [ recovery-image] Dec 21 03:09:02.204 INFO O| Dec 21 03:09:02.204 INFO STEP 182 (remove_files) COMPLETE |
4914 | 2024-12-21T03:09:04.285Z | [ recovery-image] Dec 21 03:09:02.204 INFO O| Dec 21 03:09:02.204 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-12-21T03:09:04.327Z | [ recovery-image] Dec 21 03:09:02.225 INFO O| Dec 21 03:09:02.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4916 | 2024-12-21T03:09:04.347Z | [ recovery-image] Dec 21 03:09:02.251 INFO O| Dec 21 03:09:02.251 INFO STEP 183 (remove_files) COMPLETE |
4917 | 2024-12-21T03:09:04.347Z | [ recovery-image] Dec 21 03:09:02.251 INFO O| Dec 21 03:09:02.251 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-12-21T03:09:04.352Z | [ recovery-image] Dec 21 03:09:02.271 INFO O| Dec 21 03:09:02.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4919 | 2024-12-21T03:09:04.353Z | [ recovery-image] Dec 21 03:09:02.272 INFO O| Dec 21 03:09:02.271 INFO STEP 184 (remove_files) COMPLETE |
4920 | 2024-12-21T03:09:04.353Z | [ recovery-image] Dec 21 03:09:02.272 INFO O| Dec 21 03:09:02.271 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-12-21T03:09:04.368Z | [ recovery-image] Dec 21 03:09:02.291 INFO O| Dec 21 03:09:02.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4922 | 2024-12-21T03:09:04.368Z | [ recovery-image] Dec 21 03:09:02.291 INFO O| Dec 21 03:09:02.291 INFO STEP 185 (remove_files) COMPLETE |
4923 | 2024-12-21T03:09:04.371Z | [ recovery-image] Dec 21 03:09:02.291 INFO O| Dec 21 03:09:02.291 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-12-21T03:09:04.386Z | [ recovery-image] Dec 21 03:09:02.309 INFO O| Dec 21 03:09:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4925 | 2024-12-21T03:09:04.386Z | [ recovery-image] Dec 21 03:09:02.309 INFO O| Dec 21 03:09:02.309 INFO STEP 186 (remove_files) COMPLETE |
4926 | 2024-12-21T03:09:04.386Z | [ recovery-image] Dec 21 03:09:02.309 INFO O| Dec 21 03:09:02.309 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-12-21T03:09:04.405Z | [ recovery-image] Dec 21 03:09:02.327 INFO O| Dec 21 03:09:02.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4928 | 2024-12-21T03:09:04.405Z | [ recovery-image] Dec 21 03:09:02.327 INFO O| Dec 21 03:09:02.327 INFO STEP 187 (remove_files) COMPLETE |
4929 | 2024-12-21T03:09:04.405Z | [ recovery-image] Dec 21 03:09:02.327 INFO O| Dec 21 03:09:02.327 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-12-21T03:09:04.427Z | [ recovery-image] Dec 21 03:09:02.347 INFO O| Dec 21 03:09:02.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4931 | 2024-12-21T03:09:04.427Z | [ recovery-image] Dec 21 03:09:02.347 INFO O| Dec 21 03:09:02.347 INFO STEP 188 (remove_files) COMPLETE |
4932 | 2024-12-21T03:09:04.430Z | [ recovery-image] Dec 21 03:09:02.347 INFO O| Dec 21 03:09:02.347 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-12-21T03:09:04.448Z | [ recovery-image] Dec 21 03:09:02.370 INFO O| Dec 21 03:09:02.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4934 | 2024-12-21T03:09:04.451Z | [ recovery-image] Dec 21 03:09:02.370 INFO O| Dec 21 03:09:02.370 INFO STEP 189 (remove_files) COMPLETE |
4935 | 2024-12-21T03:09:04.451Z | [ recovery-image] Dec 21 03:09:02.371 INFO O| Dec 21 03:09:02.370 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-12-21T03:09:04.489Z | [ recovery-image] Dec 21 03:09:02.410 INFO O| Dec 21 03:09:02.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4937 | 2024-12-21T03:09:04.498Z | [ recovery-image] Dec 21 03:09:02.410 INFO O| Dec 21 03:09:02.410 INFO STEP 190 (remove_files) COMPLETE |
4938 | 2024-12-21T03:09:04.498Z | [ recovery-image] Dec 21 03:09:02.410 INFO O| Dec 21 03:09:02.410 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-12-21T03:09:04.510Z | [ recovery-image] Dec 21 03:09:02.432 INFO O| Dec 21 03:09:02.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4940 | 2024-12-21T03:09:04.514Z | [ recovery-image] Dec 21 03:09:02.433 INFO O| Dec 21 03:09:02.433 INFO STEP 191 (remove_files) COMPLETE |
4941 | 2024-12-21T03:09:04.514Z | [ recovery-image] Dec 21 03:09:02.433 INFO O| Dec 21 03:09:02.433 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-12-21T03:09:04.540Z | [ recovery-image] Dec 21 03:09:02.463 INFO O| Dec 21 03:09:02.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4943 | 2024-12-21T03:09:04.543Z | [ recovery-image] Dec 21 03:09:02.463 INFO O| Dec 21 03:09:02.463 INFO STEP 192 (remove_files) COMPLETE |
4944 | 2024-12-21T03:09:04.543Z | [ recovery-image] Dec 21 03:09:02.463 INFO O| Dec 21 03:09:02.463 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-12-21T03:09:04.560Z | [ recovery-image] Dec 21 03:09:02.483 INFO O| Dec 21 03:09:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4946 | 2024-12-21T03:09:04.563Z | [ recovery-image] Dec 21 03:09:02.483 INFO O| Dec 21 03:09:02.483 INFO STEP 193 (remove_files) COMPLETE |
4947 | 2024-12-21T03:09:04.563Z | [ recovery-image] Dec 21 03:09:02.483 INFO O| Dec 21 03:09:02.483 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-12-21T03:09:04.581Z | [ recovery-image] Dec 21 03:09:02.504 INFO O| Dec 21 03:09:02.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4949 | 2024-12-21T03:09:04.581Z | [ recovery-image] Dec 21 03:09:02.504 INFO O| Dec 21 03:09:02.504 INFO STEP 194 (remove_files) COMPLETE |
4950 | 2024-12-21T03:09:04.581Z | [ recovery-image] Dec 21 03:09:02.504 INFO O| Dec 21 03:09:02.504 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-12-21T03:09:04.603Z | [ recovery-image] Dec 21 03:09:02.525 INFO O| Dec 21 03:09:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4952 | 2024-12-21T03:09:04.607Z | [ recovery-image] Dec 21 03:09:02.525 INFO O| Dec 21 03:09:02.525 INFO STEP 195 (remove_files) COMPLETE |
4953 | 2024-12-21T03:09:04.607Z | [ recovery-image] Dec 21 03:09:02.525 INFO O| Dec 21 03:09:02.525 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-12-21T03:09:04.621Z | [ recovery-image] Dec 21 03:09:02.544 INFO O| Dec 21 03:09:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4955 | 2024-12-21T03:09:04.625Z | [ recovery-image] Dec 21 03:09:02.544 INFO O| Dec 21 03:09:02.544 INFO STEP 196 (remove_files) COMPLETE |
4956 | 2024-12-21T03:09:04.625Z | [ recovery-image] Dec 21 03:09:02.544 INFO O| Dec 21 03:09:02.544 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-12-21T03:09:04.640Z | [ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4958 | 2024-12-21T03:09:04.640Z | [ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO STEP 197 (remove_files) COMPLETE |
4959 | 2024-12-21T03:09:04.640Z | [ recovery-image] Dec 21 03:09:02.562 INFO O| Dec 21 03:09:02.562 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-12-21T03:09:04.658Z | [ recovery-image] Dec 21 03:09:02.580 INFO O| Dec 21 03:09:02.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4961 | 2024-12-21T03:09:04.658Z | [ recovery-image] Dec 21 03:09:02.580 INFO O| Dec 21 03:09:02.580 INFO STEP 198 (remove_files) COMPLETE |
4962 | 2024-12-21T03:09:04.658Z | [ recovery-image] Dec 21 03:09:02.580 INFO O| Dec 21 03:09:02.580 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-12-21T03:09:04.693Z | [ recovery-image] Dec 21 03:09:02.609 INFO O| Dec 21 03:09:02.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4964 | 2024-12-21T03:09:04.698Z | [ recovery-image] Dec 21 03:09:02.609 INFO O| Dec 21 03:09:02.609 INFO STEP 199 (remove_files) COMPLETE |
4965 | 2024-12-21T03:09:04.698Z | [ recovery-image] Dec 21 03:09:02.610 INFO O| Dec 21 03:09:02.610 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-12-21T03:09:04.730Z | [ recovery-image] Dec 21 03:09:02.652 INFO O| Dec 21 03:09:02.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4967 | 2024-12-21T03:09:04.730Z | [ recovery-image] Dec 21 03:09:02.652 INFO O| Dec 21 03:09:02.652 INFO STEP 200 (remove_files) COMPLETE |
4968 | 2024-12-21T03:09:04.730Z | [ recovery-image] Dec 21 03:09:02.652 INFO O| Dec 21 03:09:02.652 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-12-21T03:09:04.768Z | [ recovery-image] Dec 21 03:09:02.691 INFO O| Dec 21 03:09:02.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4970 | 2024-12-21T03:09:04.771Z | [ recovery-image] Dec 21 03:09:02.691 INFO O| Dec 21 03:09:02.691 INFO STEP 201 (remove_files) COMPLETE |
4971 | 2024-12-21T03:09:04.771Z | [ recovery-image] Dec 21 03:09:02.692 INFO O| Dec 21 03:09:02.691 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-12-21T03:09:04.810Z | [ recovery-image] Dec 21 03:09:02.731 INFO O| Dec 21 03:09:02.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4973 | 2024-12-21T03:09:04.810Z | [ recovery-image] Dec 21 03:09:02.732 INFO O| Dec 21 03:09:02.731 INFO STEP 202 (remove_files) COMPLETE |
4974 | 2024-12-21T03:09:04.813Z | [ recovery-image] Dec 21 03:09:02.732 INFO O| Dec 21 03:09:02.732 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-12-21T03:09:04.835Z | [ recovery-image] Dec 21 03:09:02.756 INFO O| Dec 21 03:09:02.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4976 | 2024-12-21T03:09:04.839Z | [ recovery-image] Dec 21 03:09:02.756 INFO O| Dec 21 03:09:02.756 INFO STEP 203 (remove_files) COMPLETE |
4977 | 2024-12-21T03:09:04.840Z | [ recovery-image] Dec 21 03:09:02.757 INFO O| Dec 21 03:09:02.757 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-12-21T03:09:04.854Z | [ recovery-image] Dec 21 03:09:02.776 INFO O| Dec 21 03:09:02.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4979 | 2024-12-21T03:09:04.862Z | [ recovery-image] Dec 21 03:09:02.776 INFO O| Dec 21 03:09:02.776 INFO STEP 204 (remove_files) COMPLETE |
4980 | 2024-12-21T03:09:04.863Z | [ recovery-image] Dec 21 03:09:02.776 INFO O| Dec 21 03:09:02.776 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-12-21T03:09:04.910Z | [ recovery-image] Dec 21 03:09:02.832 INFO O| Dec 21 03:09:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4982 | 2024-12-21T03:09:04.913Z | [ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO STEP 205 (remove_files) COMPLETE |
4983 | 2024-12-21T03:09:04.913Z | [ recovery-image] Dec 21 03:09:02.833 INFO O| Dec 21 03:09:02.833 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-12-21T03:09:04.930Z | [ recovery-image] Dec 21 03:09:02.852 INFO O| Dec 21 03:09:02.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4985 | 2024-12-21T03:09:04.933Z | [ recovery-image] Dec 21 03:09:02.852 INFO O| Dec 21 03:09:02.852 INFO STEP 206 (remove_files) COMPLETE |
4986 | 2024-12-21T03:09:04.934Z | [ recovery-image] Dec 21 03:09:02.853 INFO O| Dec 21 03:09:02.852 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-12-21T03:09:04.948Z | [ recovery-image] Dec 21 03:09:02.871 INFO O| Dec 21 03:09:02.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4988 | 2024-12-21T03:09:04.951Z | [ recovery-image] Dec 21 03:09:02.871 INFO O| Dec 21 03:09:02.871 INFO STEP 207 (remove_files) COMPLETE |
4989 | 2024-12-21T03:09:04.951Z | [ recovery-image] Dec 21 03:09:02.871 INFO O| Dec 21 03:09:02.871 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-12-21T03:09:04.967Z | [ recovery-image] Dec 21 03:09:02.889 INFO O| Dec 21 03:09:02.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4991 | 2024-12-21T03:09:04.971Z | [ recovery-image] Dec 21 03:09:02.889 INFO O| Dec 21 03:09:02.889 INFO STEP 208 (remove_files) COMPLETE |
4992 | 2024-12-21T03:09:04.971Z | [ recovery-image] Dec 21 03:09:02.889 INFO O| Dec 21 03:09:02.889 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-12-21T03:09:04.996Z | [ recovery-image] Dec 21 03:09:02.918 INFO O| Dec 21 03:09:02.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4994 | 2024-12-21T03:09:04.999Z | [ recovery-image] Dec 21 03:09:02.918 INFO O| Dec 21 03:09:02.918 INFO STEP 209 (remove_files) COMPLETE |
4995 | 2024-12-21T03:09:04.999Z | [ recovery-image] Dec 21 03:09:02.919 INFO O| Dec 21 03:09:02.918 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-12-21T03:09:05.016Z | [ recovery-image] Dec 21 03:09:02.939 INFO O| Dec 21 03:09:02.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4997 | 2024-12-21T03:09:05.019Z | [ recovery-image] Dec 21 03:09:02.939 INFO O| Dec 21 03:09:02.939 INFO STEP 210 (remove_files) COMPLETE |
4998 | 2024-12-21T03:09:05.019Z | [ recovery-image] Dec 21 03:09:02.939 INFO O| Dec 21 03:09:02.939 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-12-21T03:09:05.036Z | [ recovery-image] Dec 21 03:09:02.958 INFO O| Dec 21 03:09:02.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
5000 | 2024-12-21T03:09:05.040Z | [ recovery-image] Dec 21 03:09:02.959 INFO O| Dec 21 03:09:02.959 INFO STEP 211 (remove_files) COMPLETE |
5001 | 2024-12-21T03:09:05.040Z | [ recovery-image] Dec 21 03:09:02.959 INFO O| Dec 21 03:09:02.959 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-12-21T03:09:05.054Z | [ recovery-image] Dec 21 03:09:02.977 INFO O| Dec 21 03:09:02.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5003 | 2024-12-21T03:09:05.061Z | [ recovery-image] Dec 21 03:09:02.977 INFO O| Dec 21 03:09:02.977 INFO STEP 212 (remove_files) COMPLETE |
5004 | 2024-12-21T03:09:05.061Z | [ recovery-image] Dec 21 03:09:02.977 INFO O| Dec 21 03:09:02.977 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-12-21T03:09:05.104Z | [ recovery-image] Dec 21 03:09:03.020 INFO O| Dec 21 03:09:03.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5006 | 2024-12-21T03:09:05.104Z | [ recovery-image] Dec 21 03:09:03.020 INFO O| Dec 21 03:09:03.020 INFO STEP 213 (remove_files) COMPLETE |
5007 | 2024-12-21T03:09:05.111Z | [ recovery-image] Dec 21 03:09:03.020 INFO O| Dec 21 03:09:03.020 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-12-21T03:09:05.132Z | [ recovery-image] Dec 21 03:09:03.051 INFO O| Dec 21 03:09:03.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5009 | 2024-12-21T03:09:05.140Z | [ recovery-image] Dec 21 03:09:03.051 INFO O| Dec 21 03:09:03.051 INFO STEP 214 (remove_files) COMPLETE |
5010 | 2024-12-21T03:09:05.140Z | [ recovery-image] Dec 21 03:09:03.051 INFO O| Dec 21 03:09:03.051 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-12-21T03:09:05.159Z | [ recovery-image] Dec 21 03:09:03.078 INFO O| Dec 21 03:09:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5012 | 2024-12-21T03:09:05.165Z | [ recovery-image] Dec 21 03:09:03.078 INFO O| Dec 21 03:09:03.078 INFO STEP 215 (remove_files) COMPLETE |
5013 | 2024-12-21T03:09:05.165Z | [ recovery-image] Dec 21 03:09:03.079 INFO O| Dec 21 03:09:03.078 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-12-21T03:09:05.175Z | [ recovery-image] Dec 21 03:09:03.098 INFO O| Dec 21 03:09:03.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5015 | 2024-12-21T03:09:05.181Z | [ recovery-image] Dec 21 03:09:03.098 INFO O| Dec 21 03:09:03.098 INFO STEP 216 (remove_files) COMPLETE |
5016 | 2024-12-21T03:09:05.182Z | [ recovery-image] Dec 21 03:09:03.099 INFO O| Dec 21 03:09:03.098 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-12-21T03:09:05.194Z | [ recovery-image] Dec 21 03:09:03.116 INFO O| Dec 21 03:09:03.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5018 | 2024-12-21T03:09:05.197Z | [ recovery-image] Dec 21 03:09:03.117 INFO O| Dec 21 03:09:03.116 INFO STEP 217 (remove_files) COMPLETE |
5019 | 2024-12-21T03:09:05.197Z | [ recovery-image] Dec 21 03:09:03.117 INFO O| Dec 21 03:09:03.117 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-12-21T03:09:05.212Z | [ recovery-image] Dec 21 03:09:03.135 INFO O| Dec 21 03:09:03.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5021 | 2024-12-21T03:09:05.212Z | [ recovery-image] Dec 21 03:09:03.135 INFO O| Dec 21 03:09:03.135 INFO STEP 218 (remove_files) COMPLETE |
5022 | 2024-12-21T03:09:05.212Z | [ recovery-image] Dec 21 03:09:03.135 INFO O| Dec 21 03:09:03.135 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-12-21T03:09:05.244Z | [ recovery-image] Dec 21 03:09:03.166 INFO O| Dec 21 03:09:03.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5024 | 2024-12-21T03:09:05.244Z | [ recovery-image] Dec 21 03:09:03.166 INFO O| Dec 21 03:09:03.166 INFO STEP 219 (remove_files) COMPLETE |
5025 | 2024-12-21T03:09:05.244Z | [ recovery-image] Dec 21 03:09:03.166 INFO O| Dec 21 03:09:03.166 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-12-21T03:09:05.284Z | [ recovery-image] Dec 21 03:09:03.206 INFO O| Dec 21 03:09:03.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5027 | 2024-12-21T03:09:05.286Z | [ recovery-image] Dec 21 03:09:03.206 INFO O| Dec 21 03:09:03.206 INFO STEP 220 (remove_files) COMPLETE |
5028 | 2024-12-21T03:09:05.286Z | [ recovery-image] Dec 21 03:09:03.207 INFO O| Dec 21 03:09:03.207 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-12-21T03:09:05.384Z | [ recovery-image] Dec 21 03:09:03.306 INFO O| Dec 21 03:09:03.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5030 | 2024-12-21T03:09:05.384Z | [ recovery-image] Dec 21 03:09:03.306 INFO O| Dec 21 03:09:03.306 INFO STEP 221 (remove_files) COMPLETE |
5031 | 2024-12-21T03:09:05.384Z | [ recovery-image] Dec 21 03:09:03.306 INFO O| Dec 21 03:09:03.306 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-12-21T03:09:05.444Z | [ recovery-image] Dec 21 03:09:03.366 INFO O| Dec 21 03:09:03.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5033 | 2024-12-21T03:09:05.444Z | [ recovery-image] Dec 21 03:09:03.366 INFO O| Dec 21 03:09:03.366 INFO STEP 222 (remove_files) COMPLETE |
5034 | 2024-12-21T03:09:05.444Z | [ recovery-image] Dec 21 03:09:03.366 INFO O| Dec 21 03:09:03.366 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-12-21T03:09:05.468Z | [ recovery-image] Dec 21 03:09:03.386 INFO O| Dec 21 03:09:03.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5036 | 2024-12-21T03:09:05.469Z | [ recovery-image] Dec 21 03:09:03.386 INFO O| Dec 21 03:09:03.386 INFO STEP 223 (remove_files) COMPLETE |
5037 | 2024-12-21T03:09:05.469Z | [ recovery-image] Dec 21 03:09:03.386 INFO O| Dec 21 03:09:03.386 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-12-21T03:09:05.501Z | [ recovery-image] Dec 21 03:09:03.424 INFO O| Dec 21 03:09:03.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5039 | 2024-12-21T03:09:05.501Z | [ recovery-image] Dec 21 03:09:03.424 INFO O| Dec 21 03:09:03.424 INFO STEP 224 (remove_files) COMPLETE |
5040 | 2024-12-21T03:09:05.501Z | [ recovery-image] Dec 21 03:09:03.424 INFO O| Dec 21 03:09:03.424 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-12-21T03:09:05.562Z | [ recovery-image] Dec 21 03:09:03.484 INFO O| Dec 21 03:09:03.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5042 | 2024-12-21T03:09:05.562Z | [ recovery-image] Dec 21 03:09:03.484 INFO O| Dec 21 03:09:03.484 INFO STEP 225 (remove_files) COMPLETE |
5043 | 2024-12-21T03:09:05.562Z | [ recovery-image] Dec 21 03:09:03.484 INFO O| Dec 21 03:09:03.484 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-12-21T03:09:05.580Z | [ recovery-image] Dec 21 03:09:03.502 INFO O| Dec 21 03:09:03.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5045 | 2024-12-21T03:09:05.580Z | [ recovery-image] Dec 21 03:09:03.503 INFO O| Dec 21 03:09:03.502 INFO STEP 226 (remove_files) COMPLETE |
5046 | 2024-12-21T03:09:05.580Z | [ recovery-image] Dec 21 03:09:03.503 INFO O| Dec 21 03:09:03.502 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-12-21T03:09:05.599Z | [ recovery-image] Dec 21 03:09:03.521 INFO O| Dec 21 03:09:03.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5048 | 2024-12-21T03:09:05.603Z | [ recovery-image] Dec 21 03:09:03.521 INFO O| Dec 21 03:09:03.521 INFO STEP 227 (remove_files) COMPLETE |
5049 | 2024-12-21T03:09:05.603Z | [ recovery-image] Dec 21 03:09:03.521 INFO O| Dec 21 03:09:03.521 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-12-21T03:09:05.625Z | [ recovery-image] Dec 21 03:09:03.547 INFO O| Dec 21 03:09:03.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5051 | 2024-12-21T03:09:05.625Z | [ recovery-image] Dec 21 03:09:03.547 INFO O| Dec 21 03:09:03.547 INFO STEP 228 (remove_files) COMPLETE |
5052 | 2024-12-21T03:09:05.625Z | [ recovery-image] Dec 21 03:09:03.547 INFO O| Dec 21 03:09:03.547 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-12-21T03:09:05.675Z | [ recovery-image] Dec 21 03:09:03.598 INFO O| Dec 21 03:09:03.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5054 | 2024-12-21T03:09:05.675Z | [ recovery-image] Dec 21 03:09:03.598 INFO O| Dec 21 03:09:03.598 INFO STEP 229 (remove_files) COMPLETE |
5055 | 2024-12-21T03:09:05.675Z | [ recovery-image] Dec 21 03:09:03.598 INFO O| Dec 21 03:09:03.598 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-12-21T03:09:05.712Z | [ recovery-image] Dec 21 03:09:03.634 INFO O| Dec 21 03:09:03.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5057 | 2024-12-21T03:09:05.712Z | [ recovery-image] Dec 21 03:09:03.634 INFO O| Dec 21 03:09:03.634 INFO STEP 230 (remove_files) COMPLETE |
5058 | 2024-12-21T03:09:05.714Z | [ recovery-image] Dec 21 03:09:03.634 INFO O| Dec 21 03:09:03.634 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-12-21T03:09:05.729Z | [ recovery-image] Dec 21 03:09:03.652 INFO O| Dec 21 03:09:03.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5060 | 2024-12-21T03:09:05.729Z | [ recovery-image] Dec 21 03:09:03.652 INFO O| Dec 21 03:09:03.652 INFO STEP 231 (remove_files) COMPLETE |
5061 | 2024-12-21T03:09:05.729Z | [ recovery-image] Dec 21 03:09:03.652 INFO O| Dec 21 03:09:03.652 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-12-21T03:09:05.747Z | [ host-image] Dec 21 03:09:03.668 INFO O| Dec 21 03:09:03.668 INFO O| Done |
5063 | 2024-12-21T03:09:05.762Z | [ recovery-image] Dec 21 03:09:03.684 INFO O| Dec 21 03:09:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5064 | 2024-12-21T03:09:05.762Z | [ recovery-image] Dec 21 03:09:03.684 INFO O| Dec 21 03:09:03.684 INFO STEP 232 (remove_files) COMPLETE |
5065 | 2024-12-21T03:09:05.764Z | [ recovery-image] Dec 21 03:09:03.684 INFO O| Dec 21 03:09:03.684 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-12-21T03:09:05.783Z | [ recovery-image] Dec 21 03:09:03.705 INFO O| Dec 21 03:09:03.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5067 | 2024-12-21T03:09:05.804Z | [ recovery-image] Dec 21 03:09:03.726 INFO O| Dec 21 03:09:03.726 INFO STEP 233 (remove_files) COMPLETE |
5068 | 2024-12-21T03:09:05.804Z | [ recovery-image] Dec 21 03:09:03.726 INFO O| Dec 21 03:09:03.726 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-12-21T03:09:05.804Z | [ host-image] Dec 21 03:09:03.726 INFO O| Dec 21 03:09:03.726 INFO O| Done |
5070 | 2024-12-21T03:09:05.807Z | [ host-image] Dec 21 03:09:03.727 INFO O| Dec 21 03:09:03.727 INFO O| Done |
5071 | 2024-12-21T03:09:05.828Z | [ host-image] Dec 21 03:09:03.751 INFO O| Dec 21 03:09:03.751 INFO O| Done |
5072 | 2024-12-21T03:09:05.866Z | [ recovery-image] Dec 21 03:09:03.787 INFO O| Dec 21 03:09:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5073 | 2024-12-21T03:09:05.867Z | [ recovery-image] Dec 21 03:09:03.787 INFO O| Dec 21 03:09:03.787 INFO STEP 234 (remove_files) COMPLETE |
5074 | 2024-12-21T03:09:05.867Z | [ recovery-image] Dec 21 03:09:03.787 INFO O| Dec 21 03:09:03.787 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-21T03:09:05.908Z | [ recovery-image] Dec 21 03:09:03.827 INFO O| Dec 21 03:09:03.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5076 | 2024-12-21T03:09:05.908Z | [ recovery-image] Dec 21 03:09:03.827 INFO O| Dec 21 03:09:03.827 INFO STEP 235 (remove_files) COMPLETE |
5077 | 2024-12-21T03:09:05.913Z | [ recovery-image] Dec 21 03:09:03.828 INFO O| Dec 21 03:09:03.827 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-21T03:09:05.940Z | [ recovery-image] Dec 21 03:09:03.863 INFO O| Dec 21 03:09:03.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5079 | 2024-12-21T03:09:05.941Z | [ recovery-image] Dec 21 03:09:03.863 INFO O| Dec 21 03:09:03.863 INFO STEP 236 (remove_files) COMPLETE |
5080 | 2024-12-21T03:09:05.941Z | [ recovery-image] Dec 21 03:09:03.863 INFO O| Dec 21 03:09:03.863 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-21T03:09:05.963Z | [ recovery-image] Dec 21 03:09:03.884 INFO O| Dec 21 03:09:03.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5082 | 2024-12-21T03:09:05.963Z | [ recovery-image] Dec 21 03:09:03.884 INFO O| Dec 21 03:09:03.884 INFO STEP 237 (remove_files) COMPLETE |
5083 | 2024-12-21T03:09:05.963Z | [ recovery-image] Dec 21 03:09:03.884 INFO O| Dec 21 03:09:03.884 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-21T03:09:06.012Z | [ recovery-image] Dec 21 03:09:03.904 INFO O| Dec 21 03:09:03.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5085 | 2024-12-21T03:09:06.012Z | [ recovery-image] Dec 21 03:09:03.904 INFO O| Dec 21 03:09:03.904 INFO STEP 238 (remove_files) COMPLETE |
5086 | 2024-12-21T03:09:06.020Z | [ recovery-image] Dec 21 03:09:03.904 INFO O| Dec 21 03:09:03.904 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-21T03:09:06.020Z | [ host-image] Dec 21 03:09:03.932 INFO O| Dec 21 03:09:03.932 INFO STEP 12 (pkg_install) COMPLETE |
5088 | 2024-12-21T03:09:06.020Z | [ host-image] Dec 21 03:09:03.932 INFO O| Dec 21 03:09:03.932 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5089 | 2024-12-21T03:09:06.025Z | [ recovery-image] Dec 21 03:09:03.942 INFO O| Dec 21 03:09:03.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5090 | 2024-12-21T03:09:06.025Z | [ recovery-image] Dec 21 03:09:03.942 INFO O| Dec 21 03:09:03.942 INFO STEP 239 (remove_files) COMPLETE |
5091 | 2024-12-21T03:09:06.025Z | [ recovery-image] Dec 21 03:09:03.942 INFO O| Dec 21 03:09:03.942 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-12-21T03:09:06.030Z | [ host-image] Dec 21 03:09:03.950 INFO O| Dec 21 03:09:03.950 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
5093 | 2024-12-21T03:09:06.039Z | [ recovery-image] Dec 21 03:09:03.960 INFO O| Dec 21 03:09:03.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5094 | 2024-12-21T03:09:06.039Z | [ recovery-image] Dec 21 03:09:03.960 INFO O| Dec 21 03:09:03.960 INFO STEP 240 (remove_files) COMPLETE |
5095 | 2024-12-21T03:09:06.045Z | [ recovery-image] Dec 21 03:09:03.960 INFO O| Dec 21 03:09:03.960 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-21T03:09:06.057Z | [ recovery-image] Dec 21 03:09:03.979 INFO O| Dec 21 03:09:03.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5097 | 2024-12-21T03:09:06.057Z | [ recovery-image] Dec 21 03:09:03.980 INFO O| Dec 21 03:09:03.980 INFO STEP 241 (remove_files) COMPLETE |
5098 | 2024-12-21T03:09:06.057Z | [ recovery-image] Dec 21 03:09:03.980 INFO O| Dec 21 03:09:03.980 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-21T03:09:06.082Z | [ recovery-image] Dec 21 03:09:03.998 INFO O| Dec 21 03:09:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5100 | 2024-12-21T03:09:06.082Z | [ recovery-image] Dec 21 03:09:03.998 INFO O| Dec 21 03:09:03.998 INFO STEP 242 (remove_files) COMPLETE |
5101 | 2024-12-21T03:09:06.083Z | [ recovery-image] Dec 21 03:09:03.998 INFO O| Dec 21 03:09:03.998 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-21T03:09:06.103Z | [ recovery-image] Dec 21 03:09:04.022 INFO O| Dec 21 03:09:04.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5103 | 2024-12-21T03:09:06.103Z | [ recovery-image] Dec 21 03:09:04.022 INFO O| Dec 21 03:09:04.022 INFO STEP 243 (remove_files) COMPLETE |
5104 | 2024-12-21T03:09:06.104Z | [ recovery-image] Dec 21 03:09:04.022 INFO O| Dec 21 03:09:04.022 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-21T03:09:06.119Z | [ recovery-image] Dec 21 03:09:04.041 INFO O| Dec 21 03:09:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5106 | 2024-12-21T03:09:06.121Z | [ recovery-image] Dec 21 03:09:04.041 INFO O| Dec 21 03:09:04.041 INFO STEP 244 (remove_files) COMPLETE |
5107 | 2024-12-21T03:09:06.121Z | [ recovery-image] Dec 21 03:09:04.042 INFO O| Dec 21 03:09:04.041 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-21T03:09:06.226Z | [ recovery-image] Dec 21 03:09:04.144 INFO O| Dec 21 03:09:04.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5109 | 2024-12-21T03:09:06.226Z | [ recovery-image] Dec 21 03:09:04.144 INFO O| Dec 21 03:09:04.144 INFO STEP 245 (remove_files) COMPLETE |
5110 | 2024-12-21T03:09:06.241Z | [ recovery-image] Dec 21 03:09:04.144 INFO O| Dec 21 03:09:04.144 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-21T03:09:06.246Z | [ recovery-image] Dec 21 03:09:04.168 INFO O| Dec 21 03:09:04.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5112 | 2024-12-21T03:09:06.246Z | [ recovery-image] Dec 21 03:09:04.168 INFO O| Dec 21 03:09:04.168 INFO STEP 246 (remove_files) COMPLETE |
5113 | 2024-12-21T03:09:06.248Z | [ recovery-image] Dec 21 03:09:04.168 INFO O| Dec 21 03:09:04.168 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-21T03:09:06.340Z | [ recovery-image] Dec 21 03:09:04.260 INFO O| Dec 21 03:09:04.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5115 | 2024-12-21T03:09:06.352Z | [ recovery-image] Dec 21 03:09:04.260 INFO O| Dec 21 03:09:04.260 INFO STEP 247 (remove_files) COMPLETE |
5116 | 2024-12-21T03:09:06.352Z | [ recovery-image] Dec 21 03:09:04.260 INFO O| Dec 21 03:09:04.260 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-21T03:09:06.358Z | [ recovery-image] Dec 21 03:09:04.279 INFO O| Dec 21 03:09:04.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5118 | 2024-12-21T03:09:06.362Z | [ recovery-image] Dec 21 03:09:04.279 INFO O| Dec 21 03:09:04.279 INFO STEP 248 (remove_files) COMPLETE |
5119 | 2024-12-21T03:09:06.362Z | [ recovery-image] Dec 21 03:09:04.280 INFO O| Dec 21 03:09:04.280 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-21T03:09:06.377Z | [ recovery-image] Dec 21 03:09:04.298 INFO O| Dec 21 03:09:04.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5121 | 2024-12-21T03:09:06.377Z | [ recovery-image] Dec 21 03:09:04.299 INFO O| Dec 21 03:09:04.299 INFO STEP 249 (remove_files) COMPLETE |
5122 | 2024-12-21T03:09:06.377Z | [ recovery-image] Dec 21 03:09:04.299 INFO O| Dec 21 03:09:04.299 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-21T03:09:06.394Z | [ recovery-image] Dec 21 03:09:04.317 INFO O| Dec 21 03:09:04.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5124 | 2024-12-21T03:09:06.398Z | [ recovery-image] Dec 21 03:09:04.317 INFO O| Dec 21 03:09:04.317 INFO STEP 250 (remove_files) COMPLETE |
5125 | 2024-12-21T03:09:06.399Z | [ recovery-image] Dec 21 03:09:04.317 INFO O| Dec 21 03:09:04.317 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-21T03:09:06.415Z | [ recovery-image] Dec 21 03:09:04.333 INFO O| Dec 21 03:09:04.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5127 | 2024-12-21T03:09:06.417Z | [ recovery-image] Dec 21 03:09:04.333 INFO O| Dec 21 03:09:04.333 INFO STEP 251 (remove_files) COMPLETE |
5128 | 2024-12-21T03:09:06.417Z | [ recovery-image] Dec 21 03:09:04.333 INFO O| Dec 21 03:09:04.333 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-21T03:09:06.454Z | [ recovery-image] Dec 21 03:09:04.377 INFO O| Dec 21 03:09:04.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5130 | 2024-12-21T03:09:06.457Z | [ recovery-image] Dec 21 03:09:04.377 INFO O| Dec 21 03:09:04.377 INFO STEP 252 (remove_files) COMPLETE |
5131 | 2024-12-21T03:09:06.457Z | [ recovery-image] Dec 21 03:09:04.377 INFO O| Dec 21 03:09:04.377 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-21T03:09:06.538Z | [ recovery-image] Dec 21 03:09:04.459 INFO O| Dec 21 03:09:04.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5133 | 2024-12-21T03:09:06.538Z | [ recovery-image] Dec 21 03:09:04.459 INFO O| Dec 21 03:09:04.459 INFO STEP 253 (remove_files) COMPLETE |
5134 | 2024-12-21T03:09:06.538Z | [ recovery-image] Dec 21 03:09:04.459 INFO O| Dec 21 03:09:04.459 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-21T03:09:06.588Z | [ recovery-image] Dec 21 03:09:04.498 INFO O| Dec 21 03:09:04.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5136 | 2024-12-21T03:09:06.591Z | [ recovery-image] Dec 21 03:09:04.498 INFO O| Dec 21 03:09:04.498 INFO STEP 254 (remove_files) COMPLETE |
5137 | 2024-12-21T03:09:06.591Z | [ recovery-image] Dec 21 03:09:04.499 INFO O| Dec 21 03:09:04.498 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-21T03:09:06.596Z | [ recovery-image] Dec 21 03:09:04.518 INFO O| Dec 21 03:09:04.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5139 | 2024-12-21T03:09:06.596Z | [ recovery-image] Dec 21 03:09:04.518 INFO O| Dec 21 03:09:04.518 INFO STEP 255 (remove_files) COMPLETE |
5140 | 2024-12-21T03:09:06.600Z | [ recovery-image] Dec 21 03:09:04.518 INFO O| Dec 21 03:09:04.518 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-21T03:09:06.622Z | [ recovery-image] Dec 21 03:09:04.544 INFO O| Dec 21 03:09:04.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5142 | 2024-12-21T03:09:06.626Z | [ recovery-image] Dec 21 03:09:04.545 INFO O| Dec 21 03:09:04.545 INFO STEP 256 (remove_files) COMPLETE |
5143 | 2024-12-21T03:09:06.626Z | [ recovery-image] Dec 21 03:09:04.545 INFO O| Dec 21 03:09:04.545 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-21T03:09:06.660Z | [ recovery-image] Dec 21 03:09:04.582 INFO O| Dec 21 03:09:04.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5145 | 2024-12-21T03:09:06.662Z | [ recovery-image] Dec 21 03:09:04.582 INFO O| Dec 21 03:09:04.582 INFO STEP 257 (remove_files) COMPLETE |
5146 | 2024-12-21T03:09:06.662Z | [ recovery-image] Dec 21 03:09:04.582 INFO O| Dec 21 03:09:04.582 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-21T03:09:06.694Z | [ recovery-image] Dec 21 03:09:04.616 INFO O| Dec 21 03:09:04.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5148 | 2024-12-21T03:09:06.694Z | [ recovery-image] Dec 21 03:09:04.616 INFO O| Dec 21 03:09:04.616 INFO STEP 258 (remove_files) COMPLETE |
5149 | 2024-12-21T03:09:06.698Z | [ recovery-image] Dec 21 03:09:04.616 INFO O| Dec 21 03:09:04.616 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-21T03:09:06.755Z | [ recovery-image] Dec 21 03:09:04.677 INFO O| Dec 21 03:09:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5151 | 2024-12-21T03:09:06.759Z | [ recovery-image] Dec 21 03:09:04.677 INFO O| Dec 21 03:09:04.677 INFO STEP 259 (remove_files) COMPLETE |
5152 | 2024-12-21T03:09:06.759Z | [ recovery-image] Dec 21 03:09:04.677 INFO O| Dec 21 03:09:04.677 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-21T03:09:06.812Z | [ recovery-image] Dec 21 03:09:04.735 INFO O| Dec 21 03:09:04.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5154 | 2024-12-21T03:09:06.812Z | [ recovery-image] Dec 21 03:09:04.735 INFO O| Dec 21 03:09:04.735 INFO STEP 260 (remove_files) COMPLETE |
5155 | 2024-12-21T03:09:06.812Z | [ recovery-image] Dec 21 03:09:04.735 INFO O| Dec 21 03:09:04.735 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-21T03:09:06.848Z | [ recovery-image] Dec 21 03:09:04.771 INFO O| Dec 21 03:09:04.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5157 | 2024-12-21T03:09:06.884Z | [ recovery-image] Dec 21 03:09:04.806 INFO O| Dec 21 03:09:04.806 INFO STEP 261 (remove_files) COMPLETE |
5158 | 2024-12-21T03:09:06.884Z | [ recovery-image] Dec 21 03:09:04.806 INFO O| Dec 21 03:09:04.806 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-21T03:09:06.924Z | [ recovery-image] Dec 21 03:09:04.846 INFO O| Dec 21 03:09:04.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5160 | 2024-12-21T03:09:06.924Z | [ recovery-image] Dec 21 03:09:04.846 INFO O| Dec 21 03:09:04.846 INFO STEP 262 (remove_files) COMPLETE |
5161 | 2024-12-21T03:09:06.927Z | [ recovery-image] Dec 21 03:09:04.846 INFO O| Dec 21 03:09:04.846 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-21T03:09:06.984Z | [ recovery-image] Dec 21 03:09:04.904 INFO O| Dec 21 03:09:04.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5163 | 2024-12-21T03:09:06.984Z | [ recovery-image] Dec 21 03:09:04.904 INFO O| Dec 21 03:09:04.904 INFO STEP 263 (remove_files) COMPLETE |
5164 | 2024-12-21T03:09:06.984Z | [ recovery-image] Dec 21 03:09:04.904 INFO O| Dec 21 03:09:04.904 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-21T03:09:06.999Z | [ recovery-image] Dec 21 03:09:04.920 INFO O| Dec 21 03:09:04.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5166 | 2024-12-21T03:09:06.999Z | [ recovery-image] Dec 21 03:09:04.920 INFO O| Dec 21 03:09:04.920 INFO STEP 264 (remove_files) COMPLETE |
5167 | 2024-12-21T03:09:07.002Z | [ recovery-image] Dec 21 03:09:04.920 INFO O| Dec 21 03:09:04.920 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-21T03:09:07.060Z | [ recovery-image] Dec 21 03:09:04.980 INFO O| Dec 21 03:09:04.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5169 | 2024-12-21T03:09:07.060Z | [ recovery-image] Dec 21 03:09:04.980 INFO O| Dec 21 03:09:04.980 INFO STEP 265 (remove_files) COMPLETE |
5170 | 2024-12-21T03:09:07.060Z | [ recovery-image] Dec 21 03:09:04.980 INFO O| Dec 21 03:09:04.980 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-21T03:09:07.076Z | [ recovery-image] Dec 21 03:09:04.998 INFO O| Dec 21 03:09:04.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5172 | 2024-12-21T03:09:07.077Z | [ recovery-image] Dec 21 03:09:04.998 INFO O| Dec 21 03:09:04.998 INFO STEP 266 (remove_files) COMPLETE |
5173 | 2024-12-21T03:09:07.077Z | [ recovery-image] Dec 21 03:09:04.998 INFO O| Dec 21 03:09:04.998 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-21T03:09:07.100Z | [ recovery-image] Dec 21 03:09:05.021 INFO O| Dec 21 03:09:05.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5175 | 2024-12-21T03:09:07.100Z | [ recovery-image] Dec 21 03:09:05.021 INFO O| Dec 21 03:09:05.021 INFO STEP 267 (remove_files) COMPLETE |
5176 | 2024-12-21T03:09:07.100Z | [ recovery-image] Dec 21 03:09:05.022 INFO O| Dec 21 03:09:05.021 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-21T03:09:07.132Z | [ recovery-image] Dec 21 03:09:05.054 INFO O| Dec 21 03:09:05.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5178 | 2024-12-21T03:09:07.135Z | [ recovery-image] Dec 21 03:09:05.054 INFO O| Dec 21 03:09:05.054 INFO STEP 268 (remove_files) COMPLETE |
5179 | 2024-12-21T03:09:07.135Z | [ recovery-image] Dec 21 03:09:05.055 INFO O| Dec 21 03:09:05.054 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-21T03:09:07.152Z | [ recovery-image] Dec 21 03:09:05.074 INFO O| Dec 21 03:09:05.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5181 | 2024-12-21T03:09:07.155Z | [ recovery-image] Dec 21 03:09:05.074 INFO O| Dec 21 03:09:05.074 INFO STEP 269 (remove_files) COMPLETE |
5182 | 2024-12-21T03:09:07.155Z | [ recovery-image] Dec 21 03:09:05.074 INFO O| Dec 21 03:09:05.074 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-21T03:09:07.182Z | [ recovery-image] Dec 21 03:09:05.103 INFO O| Dec 21 03:09:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5184 | 2024-12-21T03:09:07.192Z | [ recovery-image] Dec 21 03:09:05.103 INFO O| Dec 21 03:09:05.103 INFO STEP 270 (remove_files) COMPLETE |
5185 | 2024-12-21T03:09:07.192Z | [ recovery-image] Dec 21 03:09:05.104 INFO O| Dec 21 03:09:05.103 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-21T03:09:07.206Z | [ recovery-image] Dec 21 03:09:05.126 INFO O| Dec 21 03:09:05.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5187 | 2024-12-21T03:09:07.206Z | [ recovery-image] Dec 21 03:09:05.126 INFO O| Dec 21 03:09:05.126 INFO STEP 271 (remove_files) COMPLETE |
5188 | 2024-12-21T03:09:07.207Z | [ recovery-image] Dec 21 03:09:05.126 INFO O| Dec 21 03:09:05.126 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-21T03:09:07.221Z | [ host-image] Dec 21 03:09:05.141 INFO O| Dec 21 03:09:05.141 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5190 | 2024-12-21T03:09:07.235Z | [ recovery-image] Dec 21 03:09:05.157 INFO O| Dec 21 03:09:05.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5191 | 2024-12-21T03:09:07.235Z | [ recovery-image] Dec 21 03:09:05.158 INFO O| Dec 21 03:09:05.157 INFO STEP 272 (remove_files) COMPLETE |
5192 | 2024-12-21T03:09:07.235Z | [ recovery-image] Dec 21 03:09:05.158 INFO O| Dec 21 03:09:05.158 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-12-21T03:09:07.265Z | [ recovery-image] Dec 21 03:09:05.187 INFO O| Dec 21 03:09:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5194 | 2024-12-21T03:09:07.265Z | [ recovery-image] Dec 21 03:09:05.187 INFO O| Dec 21 03:09:05.187 INFO STEP 273 (remove_files) COMPLETE |
5195 | 2024-12-21T03:09:07.265Z | [ recovery-image] Dec 21 03:09:05.187 INFO O| Dec 21 03:09:05.187 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-12-21T03:09:07.310Z | [ recovery-image] Dec 21 03:09:05.231 INFO O| Dec 21 03:09:05.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5197 | 2024-12-21T03:09:07.310Z | [ recovery-image] Dec 21 03:09:05.231 INFO O| Dec 21 03:09:05.231 INFO STEP 274 (remove_files) COMPLETE |
5198 | 2024-12-21T03:09:07.310Z | [ recovery-image] Dec 21 03:09:05.231 INFO O| Dec 21 03:09:05.231 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-12-21T03:09:07.352Z | [ recovery-image] Dec 21 03:09:05.273 INFO O| Dec 21 03:09:05.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5200 | 2024-12-21T03:09:07.356Z | [ recovery-image] Dec 21 03:09:05.273 INFO O| Dec 21 03:09:05.273 INFO STEP 275 (remove_files) COMPLETE |
5201 | 2024-12-21T03:09:07.356Z | [ recovery-image] Dec 21 03:09:05.274 INFO O| Dec 21 03:09:05.273 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-12-21T03:09:07.371Z | [ recovery-image] Dec 21 03:09:05.293 INFO O| Dec 21 03:09:05.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5203 | 2024-12-21T03:09:07.374Z | [ recovery-image] Dec 21 03:09:05.293 INFO O| Dec 21 03:09:05.293 INFO STEP 276 (remove_files) COMPLETE |
5204 | 2024-12-21T03:09:07.374Z | [ recovery-image] Dec 21 03:09:05.294 INFO O| Dec 21 03:09:05.294 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-12-21T03:09:07.403Z | [ recovery-image] Dec 21 03:09:05.324 INFO O| Dec 21 03:09:05.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5206 | 2024-12-21T03:09:07.407Z | [ recovery-image] Dec 21 03:09:05.324 INFO O| Dec 21 03:09:05.324 INFO STEP 277 (remove_files) COMPLETE |
5207 | 2024-12-21T03:09:07.407Z | [ recovery-image] Dec 21 03:09:05.324 INFO O| Dec 21 03:09:05.324 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-12-21T03:09:07.423Z | [ recovery-image] Dec 21 03:09:05.345 INFO O| Dec 21 03:09:05.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5209 | 2024-12-21T03:09:07.423Z | [ recovery-image] Dec 21 03:09:05.345 INFO O| Dec 21 03:09:05.345 INFO STEP 278 (remove_files) COMPLETE |
5210 | 2024-12-21T03:09:07.424Z | [ recovery-image] Dec 21 03:09:05.345 INFO O| Dec 21 03:09:05.345 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-12-21T03:09:07.466Z | [ recovery-image] Dec 21 03:09:05.388 INFO O| Dec 21 03:09:05.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5212 | 2024-12-21T03:09:07.466Z | [ recovery-image] Dec 21 03:09:05.388 INFO O| Dec 21 03:09:05.388 INFO STEP 279 (remove_files) COMPLETE |
5213 | 2024-12-21T03:09:07.466Z | [ recovery-image] Dec 21 03:09:05.388 INFO O| Dec 21 03:09:05.388 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-12-21T03:09:07.486Z | [ recovery-image] Dec 21 03:09:05.408 INFO O| Dec 21 03:09:05.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5215 | 2024-12-21T03:09:07.486Z | [ recovery-image] Dec 21 03:09:05.408 INFO O| Dec 21 03:09:05.408 INFO STEP 280 (remove_files) COMPLETE |
5216 | 2024-12-21T03:09:07.489Z | [ recovery-image] Dec 21 03:09:05.408 INFO O| Dec 21 03:09:05.408 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-12-21T03:09:07.514Z | [ recovery-image] Dec 21 03:09:05.436 INFO O| Dec 21 03:09:05.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5218 | 2024-12-21T03:09:07.514Z | [ recovery-image] Dec 21 03:09:05.436 INFO O| Dec 21 03:09:05.436 INFO STEP 281 (remove_files) COMPLETE |
5219 | 2024-12-21T03:09:07.518Z | [ recovery-image] Dec 21 03:09:05.436 INFO O| Dec 21 03:09:05.436 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-12-21T03:09:07.550Z | [ recovery-image] Dec 21 03:09:05.470 INFO O| Dec 21 03:09:05.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5221 | 2024-12-21T03:09:07.550Z | [ recovery-image] Dec 21 03:09:05.470 INFO O| Dec 21 03:09:05.470 INFO STEP 282 (remove_files) COMPLETE |
5222 | 2024-12-21T03:09:07.550Z | [ recovery-image] Dec 21 03:09:05.470 INFO O| Dec 21 03:09:05.470 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-12-21T03:09:07.567Z | [ recovery-image] Dec 21 03:09:05.488 INFO O| Dec 21 03:09:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5224 | 2024-12-21T03:09:07.567Z | [ recovery-image] Dec 21 03:09:05.489 INFO O| Dec 21 03:09:05.489 INFO STEP 283 (remove_files) COMPLETE |
5225 | 2024-12-21T03:09:07.570Z | [ recovery-image] Dec 21 03:09:05.489 INFO O| Dec 21 03:09:05.489 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-12-21T03:09:07.584Z | [ recovery-image] Dec 21 03:09:05.506 INFO O| Dec 21 03:09:05.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5227 | 2024-12-21T03:09:07.584Z | [ recovery-image] Dec 21 03:09:05.506 INFO O| Dec 21 03:09:05.506 INFO STEP 284 (remove_files) COMPLETE |
5228 | 2024-12-21T03:09:07.588Z | [ recovery-image] Dec 21 03:09:05.506 INFO O| Dec 21 03:09:05.506 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-12-21T03:09:07.625Z | [ recovery-image] Dec 21 03:09:05.547 INFO O| Dec 21 03:09:05.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5230 | 2024-12-21T03:09:07.643Z | [ recovery-image] Dec 21 03:09:05.565 INFO O| Dec 21 03:09:05.565 INFO STEP 285 (remove_files) COMPLETE |
5231 | 2024-12-21T03:09:07.643Z | [ recovery-image] Dec 21 03:09:05.565 INFO O| Dec 21 03:09:05.565 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-12-21T03:09:07.699Z | [ recovery-image] Dec 21 03:09:05.621 INFO O| Dec 21 03:09:05.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5233 | 2024-12-21T03:09:07.699Z | [ recovery-image] Dec 21 03:09:05.621 INFO O| Dec 21 03:09:05.621 INFO STEP 286 (remove_files) COMPLETE |
5234 | 2024-12-21T03:09:07.703Z | [ recovery-image] Dec 21 03:09:05.621 INFO O| Dec 21 03:09:05.621 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-12-21T03:09:07.721Z | [ recovery-image] Dec 21 03:09:05.640 INFO O| Dec 21 03:09:05.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5236 | 2024-12-21T03:09:07.721Z | [ recovery-image] Dec 21 03:09:05.640 INFO O| Dec 21 03:09:05.640 INFO STEP 287 (remove_files) COMPLETE |
5237 | 2024-12-21T03:09:07.721Z | [ recovery-image] Dec 21 03:09:05.640 INFO O| Dec 21 03:09:05.640 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-12-21T03:09:07.739Z | [ recovery-image] Dec 21 03:09:05.659 INFO O| Dec 21 03:09:05.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5239 | 2024-12-21T03:09:07.739Z | [ recovery-image] Dec 21 03:09:05.659 INFO O| Dec 21 03:09:05.659 INFO STEP 288 (remove_files) COMPLETE |
5240 | 2024-12-21T03:09:07.742Z | [ recovery-image] Dec 21 03:09:05.659 INFO O| Dec 21 03:09:05.659 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-12-21T03:09:07.756Z | [ recovery-image] Dec 21 03:09:05.678 INFO O| Dec 21 03:09:05.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5242 | 2024-12-21T03:09:07.762Z | [ recovery-image] Dec 21 03:09:05.678 INFO O| Dec 21 03:09:05.678 INFO STEP 289 (remove_files) COMPLETE |
5243 | 2024-12-21T03:09:07.762Z | [ recovery-image] Dec 21 03:09:05.678 INFO O| Dec 21 03:09:05.678 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-12-21T03:09:07.774Z | [ recovery-image] Dec 21 03:09:05.696 INFO O| Dec 21 03:09:05.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5245 | 2024-12-21T03:09:07.774Z | [ recovery-image] Dec 21 03:09:05.697 INFO O| Dec 21 03:09:05.696 INFO STEP 290 (remove_files) COMPLETE |
5246 | 2024-12-21T03:09:07.777Z | [ recovery-image] Dec 21 03:09:05.697 INFO O| Dec 21 03:09:05.697 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-12-21T03:09:07.794Z | [ recovery-image] Dec 21 03:09:05.716 INFO O| Dec 21 03:09:05.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5248 | 2024-12-21T03:09:07.794Z | [ recovery-image] Dec 21 03:09:05.716 INFO O| Dec 21 03:09:05.716 INFO STEP 291 (remove_files) COMPLETE |
5249 | 2024-12-21T03:09:07.794Z | [ recovery-image] Dec 21 03:09:05.716 INFO O| Dec 21 03:09:05.716 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-12-21T03:09:07.814Z | [ recovery-image] Dec 21 03:09:05.735 INFO O| Dec 21 03:09:05.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5251 | 2024-12-21T03:09:07.814Z | [ recovery-image] Dec 21 03:09:05.735 INFO O| Dec 21 03:09:05.735 INFO STEP 292 (remove_files) COMPLETE |
5252 | 2024-12-21T03:09:07.816Z | [ recovery-image] Dec 21 03:09:05.735 INFO O| Dec 21 03:09:05.735 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-12-21T03:09:07.847Z | [ recovery-image] Dec 21 03:09:05.769 INFO O| Dec 21 03:09:05.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5254 | 2024-12-21T03:09:07.848Z | [ recovery-image] Dec 21 03:09:05.769 INFO O| Dec 21 03:09:05.769 INFO STEP 293 (remove_files) COMPLETE |
5255 | 2024-12-21T03:09:07.860Z | [ recovery-image] Dec 21 03:09:05.769 INFO O| Dec 21 03:09:05.769 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-12-21T03:09:07.869Z | [ recovery-image] Dec 21 03:09:05.790 INFO O| Dec 21 03:09:05.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5257 | 2024-12-21T03:09:07.876Z | [ recovery-image] Dec 21 03:09:05.790 INFO O| Dec 21 03:09:05.790 INFO STEP 294 (remove_files) COMPLETE |
5258 | 2024-12-21T03:09:07.876Z | [ recovery-image] Dec 21 03:09:05.790 INFO O| Dec 21 03:09:05.790 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-12-21T03:09:07.904Z | [ recovery-image] Dec 21 03:09:05.824 INFO O| Dec 21 03:09:05.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5260 | 2024-12-21T03:09:07.904Z | [ recovery-image] Dec 21 03:09:05.824 INFO O| Dec 21 03:09:05.824 INFO STEP 295 (remove_files) COMPLETE |
5261 | 2024-12-21T03:09:07.904Z | [ recovery-image] Dec 21 03:09:05.824 INFO O| Dec 21 03:09:05.824 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-12-21T03:09:07.936Z | [ recovery-image] Dec 21 03:09:05.858 INFO O| Dec 21 03:09:05.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5263 | 2024-12-21T03:09:07.936Z | [ recovery-image] Dec 21 03:09:05.858 INFO O| Dec 21 03:09:05.858 INFO STEP 296 (remove_files) COMPLETE |
5264 | 2024-12-21T03:09:07.936Z | [ recovery-image] Dec 21 03:09:05.858 INFO O| Dec 21 03:09:05.858 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-12-21T03:09:08.085Z | [ recovery-image] Dec 21 03:09:06.007 INFO O| Dec 21 03:09:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5266 | 2024-12-21T03:09:08.088Z | [ recovery-image] Dec 21 03:09:06.007 INFO O| Dec 21 03:09:06.007 INFO STEP 297 (remove_files) COMPLETE |
5267 | 2024-12-21T03:09:08.089Z | [ recovery-image] Dec 21 03:09:06.008 INFO O| Dec 21 03:09:06.007 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-12-21T03:09:08.260Z | [ recovery-image] Dec 21 03:09:06.112 INFO O| Dec 21 03:09:06.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5269 | 2024-12-21T03:09:08.260Z | [ recovery-image] Dec 21 03:09:06.113 INFO O| Dec 21 03:09:06.113 INFO STEP 298 (remove_files) COMPLETE |
5270 | 2024-12-21T03:09:08.260Z | [ recovery-image] Dec 21 03:09:06.113 INFO O| Dec 21 03:09:06.113 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-12-21T03:09:08.260Z | [ recovery-image] Dec 21 03:09:06.138 INFO O| Dec 21 03:09:06.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5272 | 2024-12-21T03:09:08.260Z | [ recovery-image] Dec 21 03:09:06.138 INFO O| Dec 21 03:09:06.138 INFO STEP 299 (remove_files) COMPLETE |
5273 | 2024-12-21T03:09:08.260Z | [ recovery-image] Dec 21 03:09:06.138 INFO O| Dec 21 03:09:06.138 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-21T03:09:08.260Z | [ recovery-image] Dec 21 03:09:06.163 INFO O| Dec 21 03:09:06.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5275 | 2024-12-21T03:09:08.260Z | [ recovery-image] Dec 21 03:09:06.163 INFO O| Dec 21 03:09:06.163 INFO STEP 300 (remove_files) COMPLETE |
5276 | 2024-12-21T03:09:08.261Z | [ recovery-image] Dec 21 03:09:06.163 INFO O| Dec 21 03:09:06.163 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-21T03:09:08.261Z | [ recovery-image] Dec 21 03:09:06.180 INFO O| Dec 21 03:09:06.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5278 | 2024-12-21T03:09:08.261Z | [ recovery-image] Dec 21 03:09:06.180 INFO O| Dec 21 03:09:06.180 INFO STEP 301 (remove_files) COMPLETE |
5279 | 2024-12-21T03:09:08.261Z | [ recovery-image] Dec 21 03:09:06.180 INFO O| Dec 21 03:09:06.180 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-21T03:09:08.342Z | [ recovery-image] Dec 21 03:09:06.245 INFO O| Dec 21 03:09:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5281 | 2024-12-21T03:09:08.342Z | [ recovery-image] Dec 21 03:09:06.245 INFO O| Dec 21 03:09:06.245 INFO STEP 302 (remove_files) COMPLETE |
5282 | 2024-12-21T03:09:08.342Z | [ recovery-image] Dec 21 03:09:06.245 INFO O| Dec 21 03:09:06.245 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-21T03:09:08.346Z | [ recovery-image] Dec 21 03:09:06.265 INFO O| Dec 21 03:09:06.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5284 | 2024-12-21T03:09:08.346Z | [ recovery-image] Dec 21 03:09:06.265 INFO O| Dec 21 03:09:06.265 INFO STEP 303 (remove_files) COMPLETE |
5285 | 2024-12-21T03:09:08.346Z | [ recovery-image] Dec 21 03:09:06.266 INFO O| Dec 21 03:09:06.265 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-21T03:09:08.372Z | [ recovery-image] Dec 21 03:09:06.285 INFO O| Dec 21 03:09:06.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5287 | 2024-12-21T03:09:08.372Z | [ recovery-image] Dec 21 03:09:06.285 INFO O| Dec 21 03:09:06.285 INFO STEP 304 (remove_files) COMPLETE |
5288 | 2024-12-21T03:09:08.375Z | [ recovery-image] Dec 21 03:09:06.285 INFO O| Dec 21 03:09:06.285 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-21T03:09:08.393Z | [ recovery-image] Dec 21 03:09:06.306 INFO O| Dec 21 03:09:06.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5290 | 2024-12-21T03:09:08.393Z | [ recovery-image] Dec 21 03:09:06.306 INFO O| Dec 21 03:09:06.306 INFO STEP 305 (remove_files) COMPLETE |
5291 | 2024-12-21T03:09:08.397Z | [ recovery-image] Dec 21 03:09:06.306 INFO O| Dec 21 03:09:06.306 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-21T03:09:08.433Z | [ recovery-image] Dec 21 03:09:06.350 INFO O| Dec 21 03:09:06.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5293 | 2024-12-21T03:09:08.433Z | [ recovery-image] Dec 21 03:09:06.350 INFO O| Dec 21 03:09:06.350 INFO STEP 306 (remove_files) COMPLETE |
5294 | 2024-12-21T03:09:08.433Z | [ recovery-image] Dec 21 03:09:06.350 INFO O| Dec 21 03:09:06.350 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-21T03:09:08.451Z | [ recovery-image] Dec 21 03:09:06.370 INFO O| Dec 21 03:09:06.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5296 | 2024-12-21T03:09:08.451Z | [ recovery-image] Dec 21 03:09:06.371 INFO O| Dec 21 03:09:06.371 INFO STEP 307 (remove_files) COMPLETE |
5297 | 2024-12-21T03:09:08.451Z | [ recovery-image] Dec 21 03:09:06.371 INFO O| Dec 21 03:09:06.371 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-21T03:09:08.466Z | [ recovery-image] Dec 21 03:09:06.389 INFO O| Dec 21 03:09:06.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5299 | 2024-12-21T03:09:08.466Z | [ recovery-image] Dec 21 03:09:06.389 INFO O| Dec 21 03:09:06.389 INFO STEP 308 (remove_files) COMPLETE |
5300 | 2024-12-21T03:09:08.466Z | [ recovery-image] Dec 21 03:09:06.389 INFO O| Dec 21 03:09:06.389 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-21T03:09:08.485Z | [ recovery-image] Dec 21 03:09:06.407 INFO O| Dec 21 03:09:06.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5302 | 2024-12-21T03:09:08.485Z | [ recovery-image] Dec 21 03:09:06.407 INFO O| Dec 21 03:09:06.407 INFO STEP 309 (remove_files) COMPLETE |
5303 | 2024-12-21T03:09:08.488Z | [ recovery-image] Dec 21 03:09:06.407 INFO O| Dec 21 03:09:06.407 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-21T03:09:08.583Z | [ recovery-image] Dec 21 03:09:06.458 INFO O| Dec 21 03:09:06.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5305 | 2024-12-21T03:09:08.583Z | [ recovery-image] Dec 21 03:09:06.458 INFO O| Dec 21 03:09:06.458 INFO STEP 310 (remove_files) COMPLETE |
5306 | 2024-12-21T03:09:08.588Z | [ recovery-image] Dec 21 03:09:06.458 INFO O| Dec 21 03:09:06.458 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-21T03:09:08.588Z | [ recovery-image] Dec 21 03:09:06.476 INFO O| Dec 21 03:09:06.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5308 | 2024-12-21T03:09:08.588Z | [ recovery-image] Dec 21 03:09:06.477 INFO O| Dec 21 03:09:06.476 INFO STEP 311 (remove_files) COMPLETE |
5309 | 2024-12-21T03:09:08.588Z | [ recovery-image] Dec 21 03:09:06.477 INFO O| Dec 21 03:09:06.477 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-21T03:09:08.588Z | [ recovery-image] Dec 21 03:09:06.494 INFO O| Dec 21 03:09:06.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5311 | 2024-12-21T03:09:08.588Z | [ recovery-image] Dec 21 03:09:06.494 INFO O| Dec 21 03:09:06.494 INFO STEP 312 (remove_files) COMPLETE |
5312 | 2024-12-21T03:09:08.588Z | [ recovery-image] Dec 21 03:09:06.494 INFO O| Dec 21 03:09:06.494 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-21T03:09:08.591Z | [ recovery-image] Dec 21 03:09:06.512 INFO O| Dec 21 03:09:06.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5314 | 2024-12-21T03:09:08.591Z | [ recovery-image] Dec 21 03:09:06.512 INFO O| Dec 21 03:09:06.512 INFO STEP 313 (remove_files) COMPLETE |
5315 | 2024-12-21T03:09:08.591Z | [ recovery-image] Dec 21 03:09:06.512 INFO O| Dec 21 03:09:06.512 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-21T03:09:08.609Z | [ recovery-image] Dec 21 03:09:06.531 INFO O| Dec 21 03:09:06.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5317 | 2024-12-21T03:09:08.609Z | [ recovery-image] Dec 21 03:09:06.531 INFO O| Dec 21 03:09:06.531 INFO STEP 314 (remove_files) COMPLETE |
5318 | 2024-12-21T03:09:08.609Z | [ recovery-image] Dec 21 03:09:06.531 INFO O| Dec 21 03:09:06.531 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-21T03:09:08.628Z | [ recovery-image] Dec 21 03:09:06.549 INFO O| Dec 21 03:09:06.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5320 | 2024-12-21T03:09:08.629Z | [ recovery-image] Dec 21 03:09:06.549 INFO O| Dec 21 03:09:06.549 INFO STEP 315 (remove_files) COMPLETE |
5321 | 2024-12-21T03:09:08.633Z | [ recovery-image] Dec 21 03:09:06.550 INFO O| Dec 21 03:09:06.549 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-21T03:09:08.646Z | [ recovery-image] Dec 21 03:09:06.568 INFO O| Dec 21 03:09:06.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5323 | 2024-12-21T03:09:08.648Z | [ recovery-image] Dec 21 03:09:06.568 INFO O| Dec 21 03:09:06.568 INFO STEP 316 (remove_files) COMPLETE |
5324 | 2024-12-21T03:09:08.649Z | [ recovery-image] Dec 21 03:09:06.568 INFO O| Dec 21 03:09:06.568 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-21T03:09:08.664Z | [ recovery-image] Dec 21 03:09:06.586 INFO O| Dec 21 03:09:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5326 | 2024-12-21T03:09:08.669Z | [ recovery-image] Dec 21 03:09:06.586 INFO O| Dec 21 03:09:06.586 INFO STEP 317 (remove_files) COMPLETE |
5327 | 2024-12-21T03:09:08.669Z | [ recovery-image] Dec 21 03:09:06.586 INFO O| Dec 21 03:09:06.586 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-21T03:09:08.685Z | [ recovery-image] Dec 21 03:09:06.604 INFO O| Dec 21 03:09:06.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5329 | 2024-12-21T03:09:08.689Z | [ recovery-image] Dec 21 03:09:06.604 INFO O| Dec 21 03:09:06.604 INFO STEP 318 (remove_files) COMPLETE |
5330 | 2024-12-21T03:09:08.689Z | [ recovery-image] Dec 21 03:09:06.605 INFO O| Dec 21 03:09:06.604 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-21T03:09:08.701Z | [ recovery-image] Dec 21 03:09:06.623 INFO O| Dec 21 03:09:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5332 | 2024-12-21T03:09:08.704Z | [ recovery-image] Dec 21 03:09:06.623 INFO O| Dec 21 03:09:06.623 INFO STEP 319 (remove_files) COMPLETE |
5333 | 2024-12-21T03:09:08.704Z | [ recovery-image] Dec 21 03:09:06.623 INFO O| Dec 21 03:09:06.623 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-21T03:09:08.720Z | [ recovery-image] Dec 21 03:09:06.641 INFO O| Dec 21 03:09:06.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5335 | 2024-12-21T03:09:08.723Z | [ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.642 INFO STEP 320 (remove_files) COMPLETE |
5336 | 2024-12-21T03:09:08.723Z | [ recovery-image] Dec 21 03:09:06.642 INFO O| Dec 21 03:09:06.642 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-21T03:09:08.740Z | [ recovery-image] Dec 21 03:09:06.661 INFO O| Dec 21 03:09:06.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5338 | 2024-12-21T03:09:08.740Z | [ recovery-image] Dec 21 03:09:06.661 INFO O| Dec 21 03:09:06.661 INFO STEP 321 (remove_files) COMPLETE |
5339 | 2024-12-21T03:09:08.743Z | [ recovery-image] Dec 21 03:09:06.662 INFO O| Dec 21 03:09:06.661 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-21T03:09:08.757Z | [ recovery-image] Dec 21 03:09:06.680 INFO O| Dec 21 03:09:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5341 | 2024-12-21T03:09:08.760Z | [ recovery-image] Dec 21 03:09:06.680 INFO O| Dec 21 03:09:06.680 INFO STEP 322 (remove_files) COMPLETE |
5342 | 2024-12-21T03:09:08.760Z | [ recovery-image] Dec 21 03:09:06.680 INFO O| Dec 21 03:09:06.680 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-21T03:09:08.776Z | [ recovery-image] Dec 21 03:09:06.697 INFO O| Dec 21 03:09:06.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5344 | 2024-12-21T03:09:08.814Z | [ recovery-image] Dec 21 03:09:06.720 INFO O| Dec 21 03:09:06.720 INFO STEP 323 (remove_files) COMPLETE |
5345 | 2024-12-21T03:09:08.814Z | [ recovery-image] Dec 21 03:09:06.720 INFO O| Dec 21 03:09:06.720 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-21T03:09:08.817Z | [ recovery-image] Dec 21 03:09:06.737 INFO O| Dec 21 03:09:06.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5347 | 2024-12-21T03:09:08.817Z | [ recovery-image] Dec 21 03:09:06.737 INFO O| Dec 21 03:09:06.737 INFO STEP 324 (remove_files) COMPLETE |
5348 | 2024-12-21T03:09:08.817Z | [ recovery-image] Dec 21 03:09:06.738 INFO O| Dec 21 03:09:06.737 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-21T03:09:08.832Z | [ recovery-image] Dec 21 03:09:06.753 INFO O| Dec 21 03:09:06.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5350 | 2024-12-21T03:09:08.835Z | [ recovery-image] Dec 21 03:09:06.753 INFO O| Dec 21 03:09:06.753 INFO STEP 325 (remove_files) COMPLETE |
5351 | 2024-12-21T03:09:08.835Z | [ recovery-image] Dec 21 03:09:06.753 INFO O| Dec 21 03:09:06.753 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-21T03:09:08.861Z | [ recovery-image] Dec 21 03:09:06.782 INFO O| Dec 21 03:09:06.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5353 | 2024-12-21T03:09:08.861Z | [ recovery-image] Dec 21 03:09:06.782 INFO O| Dec 21 03:09:06.782 INFO STEP 326 (remove_files) COMPLETE |
5354 | 2024-12-21T03:09:08.861Z | [ recovery-image] Dec 21 03:09:06.782 INFO O| Dec 21 03:09:06.782 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-21T03:09:08.881Z | [ recovery-image] Dec 21 03:09:06.803 INFO O| Dec 21 03:09:06.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5356 | 2024-12-21T03:09:08.881Z | [ recovery-image] Dec 21 03:09:06.803 INFO O| Dec 21 03:09:06.803 INFO STEP 327 (remove_files) COMPLETE |
5357 | 2024-12-21T03:09:08.881Z | [ recovery-image] Dec 21 03:09:06.803 INFO O| Dec 21 03:09:06.803 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-21T03:09:08.925Z | [ recovery-image] Dec 21 03:09:06.843 INFO O| Dec 21 03:09:06.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5359 | 2024-12-21T03:09:08.926Z | [ recovery-image] Dec 21 03:09:06.844 INFO O| Dec 21 03:09:06.844 INFO STEP 328 (remove_files) COMPLETE |
5360 | 2024-12-21T03:09:08.926Z | [ recovery-image] Dec 21 03:09:06.844 INFO O| Dec 21 03:09:06.844 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-21T03:09:08.946Z | [ recovery-image] Dec 21 03:09:06.864 INFO O| Dec 21 03:09:06.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5362 | 2024-12-21T03:09:08.946Z | [ recovery-image] Dec 21 03:09:06.864 INFO O| Dec 21 03:09:06.864 INFO STEP 329 (remove_files) COMPLETE |
5363 | 2024-12-21T03:09:08.946Z | [ recovery-image] Dec 21 03:09:06.864 INFO O| Dec 21 03:09:06.864 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-21T03:09:08.982Z | [ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5365 | 2024-12-21T03:09:08.982Z | [ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.882 INFO STEP 330 (remove_files) COMPLETE |
5366 | 2024-12-21T03:09:08.982Z | [ recovery-image] Dec 21 03:09:06.891 INFO O| Dec 21 03:09:06.882 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-21T03:09:08.982Z | [ recovery-image] Dec 21 03:09:06.901 INFO O| Dec 21 03:09:06.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5368 | 2024-12-21T03:09:08.982Z | [ recovery-image] Dec 21 03:09:06.901 INFO O| Dec 21 03:09:06.901 INFO STEP 331 (remove_files) COMPLETE |
5369 | 2024-12-21T03:09:08.982Z | [ recovery-image] Dec 21 03:09:06.901 INFO O| Dec 21 03:09:06.901 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-21T03:09:08.996Z | [ recovery-image] Dec 21 03:09:06.918 INFO O| Dec 21 03:09:06.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5371 | 2024-12-21T03:09:08.999Z | [ recovery-image] Dec 21 03:09:06.918 INFO O| Dec 21 03:09:06.918 INFO STEP 332 (remove_files) COMPLETE |
5372 | 2024-12-21T03:09:08.999Z | [ recovery-image] Dec 21 03:09:06.918 INFO O| Dec 21 03:09:06.918 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-21T03:09:09.016Z | [ recovery-image] Dec 21 03:09:06.936 INFO O| Dec 21 03:09:06.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5374 | 2024-12-21T03:09:09.016Z | [ recovery-image] Dec 21 03:09:06.936 INFO O| Dec 21 03:09:06.936 INFO STEP 333 (remove_files) COMPLETE |
5375 | 2024-12-21T03:09:09.022Z | [ recovery-image] Dec 21 03:09:06.936 INFO O| Dec 21 03:09:06.936 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-21T03:09:09.033Z | [ recovery-image] Dec 21 03:09:06.955 INFO O| Dec 21 03:09:06.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5377 | 2024-12-21T03:09:09.037Z | [ recovery-image] Dec 21 03:09:06.955 INFO O| Dec 21 03:09:06.955 INFO STEP 334 (remove_files) COMPLETE |
5378 | 2024-12-21T03:09:09.037Z | [ recovery-image] Dec 21 03:09:06.955 INFO O| Dec 21 03:09:06.955 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-21T03:09:09.051Z | [ recovery-image] Dec 21 03:09:06.973 INFO O| Dec 21 03:09:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5380 | 2024-12-21T03:09:09.051Z | [ recovery-image] Dec 21 03:09:06.973 INFO O| Dec 21 03:09:06.973 INFO STEP 335 (remove_files) COMPLETE |
5381 | 2024-12-21T03:09:09.051Z | [ recovery-image] Dec 21 03:09:06.973 INFO O| Dec 21 03:09:06.973 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-21T03:09:09.071Z | [ recovery-image] Dec 21 03:09:06.993 INFO O| Dec 21 03:09:06.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5383 | 2024-12-21T03:09:09.071Z | [ recovery-image] Dec 21 03:09:06.993 INFO O| Dec 21 03:09:06.993 INFO STEP 336 (remove_files) COMPLETE |
5384 | 2024-12-21T03:09:09.075Z | [ recovery-image] Dec 21 03:09:06.993 INFO O| Dec 21 03:09:06.993 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-21T03:09:09.113Z | [ recovery-image] Dec 21 03:09:07.034 INFO O| Dec 21 03:09:07.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5386 | 2024-12-21T03:09:09.113Z | [ recovery-image] Dec 21 03:09:07.034 INFO O| Dec 21 03:09:07.034 INFO STEP 337 (remove_files) COMPLETE |
5387 | 2024-12-21T03:09:09.116Z | [ recovery-image] Dec 21 03:09:07.034 INFO O| Dec 21 03:09:07.034 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-21T03:09:09.161Z | [ recovery-image] Dec 21 03:09:07.083 INFO O| Dec 21 03:09:07.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5389 | 2024-12-21T03:09:09.164Z | [ recovery-image] Dec 21 03:09:07.083 INFO O| Dec 21 03:09:07.083 INFO STEP 338 (remove_files) COMPLETE |
5390 | 2024-12-21T03:09:09.164Z | [ recovery-image] Dec 21 03:09:07.083 INFO O| Dec 21 03:09:07.083 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-21T03:09:09.181Z | [ recovery-image] Dec 21 03:09:07.103 INFO O| Dec 21 03:09:07.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5392 | 2024-12-21T03:09:09.184Z | [ recovery-image] Dec 21 03:09:07.103 INFO O| Dec 21 03:09:07.103 INFO STEP 339 (remove_files) COMPLETE |
5393 | 2024-12-21T03:09:09.184Z | [ recovery-image] Dec 21 03:09:07.103 INFO O| Dec 21 03:09:07.103 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-21T03:09:09.201Z | [ recovery-image] Dec 21 03:09:07.122 INFO O| Dec 21 03:09:07.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5395 | 2024-12-21T03:09:09.201Z | [ recovery-image] Dec 21 03:09:07.122 INFO O| Dec 21 03:09:07.122 INFO STEP 340 (remove_files) COMPLETE |
5396 | 2024-12-21T03:09:09.201Z | [ recovery-image] Dec 21 03:09:07.122 INFO O| Dec 21 03:09:07.122 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-21T03:09:09.224Z | [ recovery-image] Dec 21 03:09:07.144 INFO O| Dec 21 03:09:07.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5398 | 2024-12-21T03:09:09.234Z | [ recovery-image] Dec 21 03:09:07.145 INFO O| Dec 21 03:09:07.145 INFO STEP 341 (remove_files) COMPLETE |
5399 | 2024-12-21T03:09:09.234Z | [ recovery-image] Dec 21 03:09:07.145 INFO O| Dec 21 03:09:07.145 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-21T03:09:09.255Z | [ recovery-image] Dec 21 03:09:07.176 INFO O| Dec 21 03:09:07.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5401 | 2024-12-21T03:09:09.255Z | [ recovery-image] Dec 21 03:09:07.176 INFO O| Dec 21 03:09:07.176 INFO STEP 342 (remove_files) COMPLETE |
5402 | 2024-12-21T03:09:09.258Z | [ recovery-image] Dec 21 03:09:07.176 INFO O| Dec 21 03:09:07.176 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-21T03:09:09.299Z | [ recovery-image] Dec 21 03:09:07.221 INFO O| Dec 21 03:09:07.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5404 | 2024-12-21T03:09:09.303Z | [ recovery-image] Dec 21 03:09:07.221 INFO O| Dec 21 03:09:07.221 INFO STEP 343 (remove_files) COMPLETE |
5405 | 2024-12-21T03:09:09.303Z | [ recovery-image] Dec 21 03:09:07.221 INFO O| Dec 21 03:09:07.221 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-21T03:09:09.340Z | [ recovery-image] Dec 21 03:09:07.262 INFO O| Dec 21 03:09:07.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5407 | 2024-12-21T03:09:09.340Z | [ recovery-image] Dec 21 03:09:07.262 INFO O| Dec 21 03:09:07.262 INFO STEP 344 (remove_files) COMPLETE |
5408 | 2024-12-21T03:09:09.340Z | [ recovery-image] Dec 21 03:09:07.262 INFO O| Dec 21 03:09:07.262 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-12-21T03:09:09.362Z | [ recovery-image] Dec 21 03:09:07.283 INFO O| Dec 21 03:09:07.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5410 | 2024-12-21T03:09:09.362Z | [ recovery-image] Dec 21 03:09:07.283 INFO O| Dec 21 03:09:07.283 INFO STEP 345 (remove_files) COMPLETE |
5411 | 2024-12-21T03:09:09.362Z | [ recovery-image] Dec 21 03:09:07.283 INFO O| Dec 21 03:09:07.283 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-12-21T03:09:09.391Z | [ recovery-image] Dec 21 03:09:07.311 INFO O| Dec 21 03:09:07.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5413 | 2024-12-21T03:09:09.419Z | [ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO STEP 346 (remove_files) COMPLETE |
5414 | 2024-12-21T03:09:09.419Z | [ recovery-image] Dec 21 03:09:07.339 INFO O| Dec 21 03:09:07.339 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-21T03:09:09.440Z | [ recovery-image] Dec 21 03:09:07.360 INFO O| Dec 21 03:09:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5416 | 2024-12-21T03:09:09.440Z | [ recovery-image] Dec 21 03:09:07.360 INFO O| Dec 21 03:09:07.360 INFO STEP 347 (remove_files) COMPLETE |
5417 | 2024-12-21T03:09:09.446Z | [ recovery-image] Dec 21 03:09:07.360 INFO O| Dec 21 03:09:07.360 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-12-21T03:09:09.458Z | [ recovery-image] Dec 21 03:09:07.380 INFO O| Dec 21 03:09:07.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5419 | 2024-12-21T03:09:09.458Z | [ recovery-image] Dec 21 03:09:07.380 INFO O| Dec 21 03:09:07.380 INFO STEP 348 (remove_files) COMPLETE |
5420 | 2024-12-21T03:09:09.461Z | [ recovery-image] Dec 21 03:09:07.380 INFO O| Dec 21 03:09:07.380 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-12-21T03:09:09.509Z | [ recovery-image] Dec 21 03:09:07.430 INFO O| Dec 21 03:09:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5422 | 2024-12-21T03:09:09.509Z | [ recovery-image] Dec 21 03:09:07.430 INFO O| Dec 21 03:09:07.430 INFO STEP 349 (remove_files) COMPLETE |
5423 | 2024-12-21T03:09:09.509Z | [ recovery-image] Dec 21 03:09:07.430 INFO O| Dec 21 03:09:07.430 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-12-21T03:09:09.532Z | [ recovery-image] Dec 21 03:09:07.452 INFO O| Dec 21 03:09:07.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5425 | 2024-12-21T03:09:09.534Z | [ recovery-image] Dec 21 03:09:07.452 INFO O| Dec 21 03:09:07.452 INFO STEP 350 (remove_files) COMPLETE |
5426 | 2024-12-21T03:09:09.534Z | [ recovery-image] Dec 21 03:09:07.452 INFO O| Dec 21 03:09:07.452 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-12-21T03:09:09.567Z | [ recovery-image] Dec 21 03:09:07.489 INFO O| Dec 21 03:09:07.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5428 | 2024-12-21T03:09:09.571Z | [ recovery-image] Dec 21 03:09:07.489 INFO O| Dec 21 03:09:07.489 INFO STEP 351 (remove_files) COMPLETE |
5429 | 2024-12-21T03:09:09.571Z | [ recovery-image] Dec 21 03:09:07.489 INFO O| Dec 21 03:09:07.489 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-12-21T03:09:09.608Z | [ recovery-image] Dec 21 03:09:07.530 INFO O| Dec 21 03:09:07.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5431 | 2024-12-21T03:09:09.608Z | [ recovery-image] Dec 21 03:09:07.530 INFO O| Dec 21 03:09:07.530 INFO STEP 352 (remove_files) COMPLETE |
5432 | 2024-12-21T03:09:09.611Z | [ recovery-image] Dec 21 03:09:07.530 INFO O| Dec 21 03:09:07.530 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-12-21T03:09:09.631Z | [ recovery-image] Dec 21 03:09:07.552 INFO O| Dec 21 03:09:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5434 | 2024-12-21T03:09:09.631Z | [ recovery-image] Dec 21 03:09:07.552 INFO O| Dec 21 03:09:07.552 INFO STEP 353 (remove_files) COMPLETE |
5435 | 2024-12-21T03:09:09.631Z | [ recovery-image] Dec 21 03:09:07.552 INFO O| Dec 21 03:09:07.552 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-12-21T03:09:09.653Z | [ recovery-image] Dec 21 03:09:07.573 INFO O| Dec 21 03:09:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5437 | 2024-12-21T03:09:09.653Z | [ recovery-image] Dec 21 03:09:07.573 INFO O| Dec 21 03:09:07.573 INFO STEP 354 (remove_files) COMPLETE |
5438 | 2024-12-21T03:09:09.653Z | [ recovery-image] Dec 21 03:09:07.573 INFO O| Dec 21 03:09:07.573 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-12-21T03:09:09.699Z | [ recovery-image] Dec 21 03:09:07.618 INFO O| Dec 21 03:09:07.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5440 | 2024-12-21T03:09:09.702Z | [ recovery-image] Dec 21 03:09:07.618 INFO O| Dec 21 03:09:07.618 INFO STEP 355 (remove_files) COMPLETE |
5441 | 2024-12-21T03:09:09.703Z | [ recovery-image] Dec 21 03:09:07.618 INFO O| Dec 21 03:09:07.618 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-12-21T03:09:09.719Z | [ recovery-image] Dec 21 03:09:07.641 INFO O| Dec 21 03:09:07.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5443 | 2024-12-21T03:09:09.722Z | [ recovery-image] Dec 21 03:09:07.641 INFO O| Dec 21 03:09:07.641 INFO STEP 356 (remove_files) COMPLETE |
5444 | 2024-12-21T03:09:09.722Z | [ recovery-image] Dec 21 03:09:07.641 INFO O| Dec 21 03:09:07.641 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-12-21T03:09:09.781Z | [ recovery-image] Dec 21 03:09:07.702 INFO O| Dec 21 03:09:07.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5446 | 2024-12-21T03:09:09.783Z | [ recovery-image] Dec 21 03:09:07.702 INFO O| Dec 21 03:09:07.702 INFO STEP 357 (remove_files) COMPLETE |
5447 | 2024-12-21T03:09:09.784Z | [ recovery-image] Dec 21 03:09:07.702 INFO O| Dec 21 03:09:07.702 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-12-21T03:09:09.800Z | [ recovery-image] Dec 21 03:09:07.722 INFO O| Dec 21 03:09:07.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5449 | 2024-12-21T03:09:09.801Z | [ recovery-image] Dec 21 03:09:07.722 INFO O| Dec 21 03:09:07.722 INFO STEP 358 (remove_files) COMPLETE |
5450 | 2024-12-21T03:09:09.803Z | [ recovery-image] Dec 21 03:09:07.722 INFO O| Dec 21 03:09:07.722 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-12-21T03:09:09.820Z | [ recovery-image] Dec 21 03:09:07.742 INFO O| Dec 21 03:09:07.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5452 | 2024-12-21T03:09:09.821Z | [ recovery-image] Dec 21 03:09:07.742 INFO O| Dec 21 03:09:07.742 INFO STEP 359 (remove_files) COMPLETE |
5453 | 2024-12-21T03:09:09.823Z | [ recovery-image] Dec 21 03:09:07.742 INFO O| Dec 21 03:09:07.742 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-12-21T03:09:09.840Z | [ recovery-image] Dec 21 03:09:07.762 INFO O| Dec 21 03:09:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5455 | 2024-12-21T03:09:09.841Z | [ recovery-image] Dec 21 03:09:07.762 INFO O| Dec 21 03:09:07.762 INFO STEP 360 (remove_files) COMPLETE |
5456 | 2024-12-21T03:09:09.841Z | [ recovery-image] Dec 21 03:09:07.762 INFO O| Dec 21 03:09:07.762 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-12-21T03:09:09.879Z | [ recovery-image] Dec 21 03:09:07.795 INFO O| Dec 21 03:09:07.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5458 | 2024-12-21T03:09:09.879Z | [ recovery-image] Dec 21 03:09:07.795 INFO O| Dec 21 03:09:07.795 INFO STEP 361 (remove_files) COMPLETE |
5459 | 2024-12-21T03:09:09.879Z | [ recovery-image] Dec 21 03:09:07.795 INFO O| Dec 21 03:09:07.795 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-12-21T03:09:09.894Z | [ recovery-image] Dec 21 03:09:07.815 INFO O| Dec 21 03:09:07.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5461 | 2024-12-21T03:09:09.894Z | [ recovery-image] Dec 21 03:09:07.815 INFO O| Dec 21 03:09:07.815 INFO STEP 362 (remove_files) COMPLETE |
5462 | 2024-12-21T03:09:09.894Z | [ recovery-image] Dec 21 03:09:07.815 INFO O| Dec 21 03:09:07.815 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-12-21T03:09:09.916Z | [ recovery-image] Dec 21 03:09:07.837 INFO O| Dec 21 03:09:07.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5464 | 2024-12-21T03:09:09.917Z | [ recovery-image] Dec 21 03:09:07.837 INFO O| Dec 21 03:09:07.837 INFO STEP 363 (remove_files) COMPLETE |
5465 | 2024-12-21T03:09:09.917Z | [ recovery-image] Dec 21 03:09:07.837 INFO O| Dec 21 03:09:07.837 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-12-21T03:09:09.951Z | [ recovery-image] Dec 21 03:09:07.869 INFO O| Dec 21 03:09:07.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5467 | 2024-12-21T03:09:09.952Z | [ recovery-image] Dec 21 03:09:07.869 INFO O| Dec 21 03:09:07.869 INFO STEP 364 (remove_files) COMPLETE |
5468 | 2024-12-21T03:09:09.955Z | [ recovery-image] Dec 21 03:09:07.869 INFO O| Dec 21 03:09:07.869 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-12-21T03:09:09.989Z | [ recovery-image] Dec 21 03:09:07.907 INFO O| Dec 21 03:09:07.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5470 | 2024-12-21T03:09:09.990Z | [ recovery-image] Dec 21 03:09:07.907 INFO O| Dec 21 03:09:07.907 INFO STEP 365 (remove_files) COMPLETE |
5471 | 2024-12-21T03:09:09.990Z | [ recovery-image] Dec 21 03:09:07.907 INFO O| Dec 21 03:09:07.907 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-12-21T03:09:10.025Z | [ recovery-image] Dec 21 03:09:07.947 INFO O| Dec 21 03:09:07.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5473 | 2024-12-21T03:09:10.028Z | [ recovery-image] Dec 21 03:09:07.947 INFO O| Dec 21 03:09:07.947 INFO STEP 366 (remove_files) COMPLETE |
5474 | 2024-12-21T03:09:10.028Z | [ recovery-image] Dec 21 03:09:07.947 INFO O| Dec 21 03:09:07.947 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-12-21T03:09:10.054Z | [ recovery-image] Dec 21 03:09:07.969 INFO O| Dec 21 03:09:07.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5476 | 2024-12-21T03:09:10.054Z | [ recovery-image] Dec 21 03:09:07.970 INFO O| Dec 21 03:09:07.970 INFO STEP 367 (remove_files) COMPLETE |
5477 | 2024-12-21T03:09:10.054Z | [ recovery-image] Dec 21 03:09:07.970 INFO O| Dec 21 03:09:07.970 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-12-21T03:09:10.070Z | [ recovery-image] Dec 21 03:09:07.992 INFO O| Dec 21 03:09:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5479 | 2024-12-21T03:09:10.070Z | [ recovery-image] Dec 21 03:09:07.992 INFO O| Dec 21 03:09:07.992 INFO STEP 368 (remove_files) COMPLETE |
5480 | 2024-12-21T03:09:10.070Z | [ recovery-image] Dec 21 03:09:07.992 INFO O| Dec 21 03:09:07.992 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-12-21T03:09:10.094Z | [ recovery-image] Dec 21 03:09:08.015 INFO O| Dec 21 03:09:08.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5482 | 2024-12-21T03:09:10.097Z | [ recovery-image] Dec 21 03:09:08.015 INFO O| Dec 21 03:09:08.015 INFO STEP 369 (remove_files) COMPLETE |
5483 | 2024-12-21T03:09:10.097Z | [ recovery-image] Dec 21 03:09:08.016 INFO O| Dec 21 03:09:08.016 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-12-21T03:09:10.113Z | [ recovery-image] Dec 21 03:09:08.035 INFO O| Dec 21 03:09:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5485 | 2024-12-21T03:09:10.113Z | [ recovery-image] Dec 21 03:09:08.035 INFO O| Dec 21 03:09:08.035 INFO STEP 370 (remove_files) COMPLETE |
5486 | 2024-12-21T03:09:10.116Z | [ recovery-image] Dec 21 03:09:08.035 INFO O| Dec 21 03:09:08.035 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-21T03:09:10.129Z | [ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5488 | 2024-12-21T03:09:10.132Z | [ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO STEP 371 (remove_files) COMPLETE |
5489 | 2024-12-21T03:09:10.132Z | [ recovery-image] Dec 21 03:09:08.051 INFO O| Dec 21 03:09:08.051 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-21T03:09:10.149Z | [ recovery-image] Dec 21 03:09:08.068 INFO O| Dec 21 03:09:08.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5491 | 2024-12-21T03:09:10.153Z | [ recovery-image] Dec 21 03:09:08.068 INFO O| Dec 21 03:09:08.068 INFO STEP 372 (remove_files) COMPLETE |
5492 | 2024-12-21T03:09:10.153Z | [ recovery-image] Dec 21 03:09:08.068 INFO O| Dec 21 03:09:08.068 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-21T03:09:10.169Z | [ recovery-image] Dec 21 03:09:08.086 INFO O| Dec 21 03:09:08.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5494 | 2024-12-21T03:09:10.179Z | [ recovery-image] Dec 21 03:09:08.086 INFO O| Dec 21 03:09:08.086 INFO STEP 373 (remove_files) COMPLETE |
5495 | 2024-12-21T03:09:10.179Z | [ recovery-image] Dec 21 03:09:08.086 INFO O| Dec 21 03:09:08.086 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-21T03:09:10.182Z | [ recovery-image] Dec 21 03:09:08.102 INFO O| Dec 21 03:09:08.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5497 | 2024-12-21T03:09:10.182Z | [ recovery-image] Dec 21 03:09:08.103 INFO O| Dec 21 03:09:08.102 INFO STEP 374 (remove_files) COMPLETE |
5498 | 2024-12-21T03:09:10.182Z | [ recovery-image] Dec 21 03:09:08.103 INFO O| Dec 21 03:09:08.103 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-21T03:09:10.198Z | [ recovery-image] Dec 21 03:09:08.119 INFO O| Dec 21 03:09:08.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5500 | 2024-12-21T03:09:10.198Z | [ recovery-image] Dec 21 03:09:08.119 INFO O| Dec 21 03:09:08.119 INFO STEP 375 (remove_files) COMPLETE |
5501 | 2024-12-21T03:09:10.201Z | [ recovery-image] Dec 21 03:09:08.119 INFO O| Dec 21 03:09:08.119 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-21T03:09:10.228Z | [ recovery-image] Dec 21 03:09:08.149 INFO O| Dec 21 03:09:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5503 | 2024-12-21T03:09:10.228Z | [ recovery-image] Dec 21 03:09:08.149 INFO O| Dec 21 03:09:08.149 INFO STEP 376 (remove_files) COMPLETE |
5504 | 2024-12-21T03:09:10.228Z | [ recovery-image] Dec 21 03:09:08.149 INFO O| Dec 21 03:09:08.149 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-12-21T03:09:10.248Z | [ recovery-image] Dec 21 03:09:08.169 INFO O| Dec 21 03:09:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5506 | 2024-12-21T03:09:10.251Z | [ recovery-image] Dec 21 03:09:08.169 INFO O| Dec 21 03:09:08.169 INFO STEP 377 (remove_files) COMPLETE |
5507 | 2024-12-21T03:09:10.251Z | [ recovery-image] Dec 21 03:09:08.170 INFO O| Dec 21 03:09:08.170 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-12-21T03:09:10.293Z | [ recovery-image] Dec 21 03:09:08.214 INFO O| Dec 21 03:09:08.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5509 | 2024-12-21T03:09:10.293Z | [ recovery-image] Dec 21 03:09:08.214 INFO O| Dec 21 03:09:08.214 INFO STEP 378 (remove_files) COMPLETE |
5510 | 2024-12-21T03:09:10.296Z | [ recovery-image] Dec 21 03:09:08.214 INFO O| Dec 21 03:09:08.214 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-12-21T03:09:10.314Z | [ recovery-image] Dec 21 03:09:08.235 INFO O| Dec 21 03:09:08.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5512 | 2024-12-21T03:09:10.327Z | [ recovery-image] Dec 21 03:09:08.246 INFO O| Dec 21 03:09:08.246 INFO STEP 379 (remove_files) COMPLETE |
5513 | 2024-12-21T03:09:10.327Z | [ recovery-image] Dec 21 03:09:08.246 INFO O| Dec 21 03:09:08.246 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-12-21T03:09:10.347Z | [ recovery-image] Dec 21 03:09:08.265 INFO O| Dec 21 03:09:08.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5515 | 2024-12-21T03:09:10.364Z | [ recovery-image] Dec 21 03:09:08.266 INFO O| Dec 21 03:09:08.265 INFO STEP 380 (remove_files) COMPLETE |
5516 | 2024-12-21T03:09:10.364Z | [ recovery-image] Dec 21 03:09:08.266 INFO O| Dec 21 03:09:08.266 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-12-21T03:09:10.370Z | [ recovery-image] Dec 21 03:09:08.284 INFO O| Dec 21 03:09:08.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5518 | 2024-12-21T03:09:10.370Z | [ recovery-image] Dec 21 03:09:08.285 INFO O| Dec 21 03:09:08.285 INFO STEP 381 (remove_files) COMPLETE |
5519 | 2024-12-21T03:09:10.370Z | [ recovery-image] Dec 21 03:09:08.285 INFO O| Dec 21 03:09:08.285 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-12-21T03:09:10.382Z | [ recovery-image] Dec 21 03:09:08.304 INFO O| Dec 21 03:09:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5521 | 2024-12-21T03:09:10.387Z | [ recovery-image] Dec 21 03:09:08.304 INFO O| Dec 21 03:09:08.304 INFO STEP 382 (remove_files) COMPLETE |
5522 | 2024-12-21T03:09:10.387Z | [ recovery-image] Dec 21 03:09:08.304 INFO O| Dec 21 03:09:08.304 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-12-21T03:09:10.400Z | [ recovery-image] Dec 21 03:09:08.322 INFO O| Dec 21 03:09:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5524 | 2024-12-21T03:09:10.403Z | [ recovery-image] Dec 21 03:09:08.322 INFO O| Dec 21 03:09:08.322 INFO STEP 383 (remove_files) COMPLETE |
5525 | 2024-12-21T03:09:10.403Z | [ recovery-image] Dec 21 03:09:08.322 INFO O| Dec 21 03:09:08.322 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-12-21T03:09:10.425Z | [ recovery-image] Dec 21 03:09:08.345 INFO O| Dec 21 03:09:08.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5527 | 2024-12-21T03:09:10.448Z | [ recovery-image] Dec 21 03:09:08.369 INFO O| Dec 21 03:09:08.369 INFO STEP 384 (remove_files) COMPLETE |
5528 | 2024-12-21T03:09:10.448Z | [ recovery-image] Dec 21 03:09:08.369 INFO O| Dec 21 03:09:08.369 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-12-21T03:09:10.478Z | [ recovery-image] Dec 21 03:09:08.400 INFO O| Dec 21 03:09:08.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5530 | 2024-12-21T03:09:10.478Z | [ recovery-image] Dec 21 03:09:08.400 INFO O| Dec 21 03:09:08.400 INFO STEP 385 (remove_files) COMPLETE |
5531 | 2024-12-21T03:09:10.483Z | [ recovery-image] Dec 21 03:09:08.400 INFO O| Dec 21 03:09:08.400 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-12-21T03:09:10.538Z | [ recovery-image] Dec 21 03:09:08.458 INFO O| Dec 21 03:09:08.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5533 | 2024-12-21T03:09:10.538Z | [ recovery-image] Dec 21 03:09:08.458 INFO O| Dec 21 03:09:08.458 INFO STEP 386 (remove_files) COMPLETE |
5534 | 2024-12-21T03:09:10.538Z | [ recovery-image] Dec 21 03:09:08.458 INFO O| Dec 21 03:09:08.458 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-12-21T03:09:10.555Z | [ recovery-image] Dec 21 03:09:08.476 INFO O| Dec 21 03:09:08.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5536 | 2024-12-21T03:09:10.556Z | [ recovery-image] Dec 21 03:09:08.476 INFO O| Dec 21 03:09:08.476 INFO STEP 387 (remove_files) COMPLETE |
5537 | 2024-12-21T03:09:10.559Z | [ recovery-image] Dec 21 03:09:08.476 INFO O| Dec 21 03:09:08.476 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-12-21T03:09:10.613Z | [ recovery-image] Dec 21 03:09:08.534 INFO O| Dec 21 03:09:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5539 | 2024-12-21T03:09:10.613Z | [ recovery-image] Dec 21 03:09:08.534 INFO O| Dec 21 03:09:08.534 INFO STEP 388 (remove_files) COMPLETE |
5540 | 2024-12-21T03:09:10.618Z | [ recovery-image] Dec 21 03:09:08.534 INFO O| Dec 21 03:09:08.534 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-12-21T03:09:10.636Z | [ recovery-image] Dec 21 03:09:08.555 INFO O| Dec 21 03:09:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5542 | 2024-12-21T03:09:10.636Z | [ recovery-image] Dec 21 03:09:08.555 INFO O| Dec 21 03:09:08.555 INFO STEP 389 (remove_files) COMPLETE |
5543 | 2024-12-21T03:09:10.639Z | [ recovery-image] Dec 21 03:09:08.555 INFO O| Dec 21 03:09:08.555 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-12-21T03:09:10.694Z | [ recovery-image] Dec 21 03:09:08.611 INFO O| Dec 21 03:09:08.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5545 | 2024-12-21T03:09:10.714Z | [ recovery-image] Dec 21 03:09:08.635 INFO O| Dec 21 03:09:08.635 INFO STEP 390 (remove_files) COMPLETE |
5546 | 2024-12-21T03:09:10.715Z | [ recovery-image] Dec 21 03:09:08.635 INFO O| Dec 21 03:09:08.635 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-12-21T03:09:10.779Z | [ recovery-image] Dec 21 03:09:08.695 INFO O| Dec 21 03:09:08.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5548 | 2024-12-21T03:09:10.786Z | [ recovery-image] Dec 21 03:09:08.695 INFO O| Dec 21 03:09:08.695 INFO STEP 391 (remove_files) COMPLETE |
5549 | 2024-12-21T03:09:10.786Z | [ recovery-image] Dec 21 03:09:08.695 INFO O| Dec 21 03:09:08.695 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-12-21T03:09:10.793Z | [ recovery-image] Dec 21 03:09:08.714 INFO O| Dec 21 03:09:08.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5551 | 2024-12-21T03:09:10.793Z | [ recovery-image] Dec 21 03:09:08.714 INFO O| Dec 21 03:09:08.714 INFO STEP 392 (remove_files) COMPLETE |
5552 | 2024-12-21T03:09:10.793Z | [ recovery-image] Dec 21 03:09:08.714 INFO O| Dec 21 03:09:08.714 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-12-21T03:09:10.824Z | [ recovery-image] Dec 21 03:09:08.740 INFO O| Dec 21 03:09:08.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5554 | 2024-12-21T03:09:10.824Z | [ recovery-image] Dec 21 03:09:08.740 INFO O| Dec 21 03:09:08.740 INFO STEP 393 (remove_files) COMPLETE |
5555 | 2024-12-21T03:09:10.829Z | [ recovery-image] Dec 21 03:09:08.740 INFO O| Dec 21 03:09:08.740 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-12-21T03:09:10.836Z | [ recovery-image] Dec 21 03:09:08.757 INFO O| Dec 21 03:09:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5557 | 2024-12-21T03:09:10.836Z | [ recovery-image] Dec 21 03:09:08.757 INFO O| Dec 21 03:09:08.757 INFO STEP 394 (remove_files) COMPLETE |
5558 | 2024-12-21T03:09:10.839Z | [ recovery-image] Dec 21 03:09:08.757 INFO O| Dec 21 03:09:08.757 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-12-21T03:09:10.871Z | [ recovery-image] Dec 21 03:09:08.792 INFO O| Dec 21 03:09:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5560 | 2024-12-21T03:09:10.875Z | [ recovery-image] Dec 21 03:09:08.793 INFO O| Dec 21 03:09:08.793 INFO STEP 395 (remove_files) COMPLETE |
5561 | 2024-12-21T03:09:10.875Z | [ recovery-image] Dec 21 03:09:08.793 INFO O| Dec 21 03:09:08.793 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-12-21T03:09:10.888Z | [ recovery-image] Dec 21 03:09:08.810 INFO O| Dec 21 03:09:08.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5563 | 2024-12-21T03:09:10.891Z | [ recovery-image] Dec 21 03:09:08.810 INFO O| Dec 21 03:09:08.810 INFO STEP 396 (remove_files) COMPLETE |
5564 | 2024-12-21T03:09:10.891Z | [ recovery-image] Dec 21 03:09:08.810 INFO O| Dec 21 03:09:08.810 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-12-21T03:09:10.906Z | [ recovery-image] Dec 21 03:09:08.827 INFO O| Dec 21 03:09:08.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5566 | 2024-12-21T03:09:10.908Z | [ recovery-image] Dec 21 03:09:08.827 INFO O| Dec 21 03:09:08.827 INFO STEP 397 (remove_files) COMPLETE |
5567 | 2024-12-21T03:09:10.908Z | [ recovery-image] Dec 21 03:09:08.827 INFO O| Dec 21 03:09:08.827 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-12-21T03:09:10.942Z | [ recovery-image] Dec 21 03:09:08.862 INFO O| Dec 21 03:09:08.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5569 | 2024-12-21T03:09:10.942Z | [ recovery-image] Dec 21 03:09:08.862 INFO O| Dec 21 03:09:08.862 INFO STEP 398 (remove_files) COMPLETE |
5570 | 2024-12-21T03:09:10.946Z | [ recovery-image] Dec 21 03:09:08.862 INFO O| Dec 21 03:09:08.862 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-12-21T03:09:10.962Z | [ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5572 | 2024-12-21T03:09:10.962Z | [ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO STEP 399 (remove_files) COMPLETE |
5573 | 2024-12-21T03:09:10.965Z | [ recovery-image] Dec 21 03:09:08.883 INFO O| Dec 21 03:09:08.883 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-12-21T03:09:10.981Z | [ recovery-image] Dec 21 03:09:08.902 INFO O| Dec 21 03:09:08.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5575 | 2024-12-21T03:09:10.981Z | [ recovery-image] Dec 21 03:09:08.902 INFO O| Dec 21 03:09:08.902 INFO STEP 400 (remove_files) COMPLETE |
5576 | 2024-12-21T03:09:10.984Z | [ recovery-image] Dec 21 03:09:08.902 INFO O| Dec 21 03:09:08.902 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-12-21T03:09:10.998Z | [ recovery-image] Dec 21 03:09:08.920 INFO O| Dec 21 03:09:08.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5578 | 2024-12-21T03:09:11.003Z | [ recovery-image] Dec 21 03:09:08.920 INFO O| Dec 21 03:09:08.920 INFO STEP 401 (remove_files) COMPLETE |
5579 | 2024-12-21T03:09:11.003Z | [ recovery-image] Dec 21 03:09:08.920 INFO O| Dec 21 03:09:08.920 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-12-21T03:09:11.026Z | [ recovery-image] Dec 21 03:09:08.948 INFO O| Dec 21 03:09:08.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5581 | 2024-12-21T03:09:11.026Z | [ recovery-image] Dec 21 03:09:08.948 INFO O| Dec 21 03:09:08.948 INFO STEP 402 (remove_files) COMPLETE |
5582 | 2024-12-21T03:09:11.029Z | [ recovery-image] Dec 21 03:09:08.948 INFO O| Dec 21 03:09:08.948 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-12-21T03:09:11.047Z | [ recovery-image] Dec 21 03:09:08.967 INFO O| Dec 21 03:09:08.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5584 | 2024-12-21T03:09:11.047Z | [ recovery-image] Dec 21 03:09:08.967 INFO O| Dec 21 03:09:08.967 INFO STEP 403 (remove_files) COMPLETE |
5585 | 2024-12-21T03:09:11.050Z | [ recovery-image] Dec 21 03:09:08.967 INFO O| Dec 21 03:09:08.967 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-12-21T03:09:11.084Z | [ recovery-image] Dec 21 03:09:09.004 INFO O| Dec 21 03:09:09.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5587 | 2024-12-21T03:09:11.084Z | [ recovery-image] Dec 21 03:09:09.004 INFO O| Dec 21 03:09:09.004 INFO STEP 404 (remove_files) COMPLETE |
5588 | 2024-12-21T03:09:11.084Z | [ recovery-image] Dec 21 03:09:09.004 INFO O| Dec 21 03:09:09.004 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-12-21T03:09:11.105Z | [ recovery-image] Dec 21 03:09:09.025 INFO O| Dec 21 03:09:09.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5590 | 2024-12-21T03:09:11.105Z | [ recovery-image] Dec 21 03:09:09.025 INFO O| Dec 21 03:09:09.025 INFO STEP 405 (remove_files) COMPLETE |
5591 | 2024-12-21T03:09:11.105Z | [ recovery-image] Dec 21 03:09:09.025 INFO O| Dec 21 03:09:09.025 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-12-21T03:09:11.129Z | [ recovery-image] Dec 21 03:09:09.047 INFO O| Dec 21 03:09:09.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5593 | 2024-12-21T03:09:11.129Z | [ recovery-image] Dec 21 03:09:09.047 INFO O| Dec 21 03:09:09.047 INFO STEP 406 (remove_files) COMPLETE |
5594 | 2024-12-21T03:09:11.129Z | [ recovery-image] Dec 21 03:09:09.047 INFO O| Dec 21 03:09:09.047 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-12-21T03:09:11.185Z | [ recovery-image] Dec 21 03:09:09.107 INFO O| Dec 21 03:09:09.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5596 | 2024-12-21T03:09:11.185Z | [ recovery-image] Dec 21 03:09:09.107 INFO O| Dec 21 03:09:09.107 INFO STEP 407 (remove_files) COMPLETE |
5597 | 2024-12-21T03:09:11.188Z | [ recovery-image] Dec 21 03:09:09.107 INFO O| Dec 21 03:09:09.107 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-12-21T03:09:11.230Z | [ recovery-image] Dec 21 03:09:09.151 INFO O| Dec 21 03:09:09.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5599 | 2024-12-21T03:09:11.230Z | [ recovery-image] Dec 21 03:09:09.152 INFO O| Dec 21 03:09:09.152 INFO STEP 408 (remove_files) COMPLETE |
5600 | 2024-12-21T03:09:11.230Z | [ recovery-image] Dec 21 03:09:09.152 INFO O| Dec 21 03:09:09.152 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-12-21T03:09:11.249Z | [ recovery-image] Dec 21 03:09:09.169 INFO O| Dec 21 03:09:09.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5602 | 2024-12-21T03:09:11.249Z | [ recovery-image] Dec 21 03:09:09.169 INFO O| Dec 21 03:09:09.169 INFO STEP 409 (remove_files) COMPLETE |
5603 | 2024-12-21T03:09:11.250Z | [ recovery-image] Dec 21 03:09:09.169 INFO O| Dec 21 03:09:09.169 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-12-21T03:09:11.298Z | [ recovery-image] Dec 21 03:09:09.219 INFO O| Dec 21 03:09:09.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5605 | 2024-12-21T03:09:11.303Z | [ recovery-image] Dec 21 03:09:09.219 INFO O| Dec 21 03:09:09.219 INFO STEP 410 (remove_files) COMPLETE |
5606 | 2024-12-21T03:09:11.303Z | [ recovery-image] Dec 21 03:09:09.219 INFO O| Dec 21 03:09:09.219 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-12-21T03:09:11.317Z | [ recovery-image] Dec 21 03:09:09.238 INFO O| Dec 21 03:09:09.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5608 | 2024-12-21T03:09:11.320Z | [ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO STEP 411 (remove_files) COMPLETE |
5609 | 2024-12-21T03:09:11.320Z | [ recovery-image] Dec 21 03:09:09.239 INFO O| Dec 21 03:09:09.239 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-12-21T03:09:11.338Z | [ recovery-image] Dec 21 03:09:09.259 INFO O| Dec 21 03:09:09.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5611 | 2024-12-21T03:09:11.348Z | [ recovery-image] Dec 21 03:09:09.259 INFO O| Dec 21 03:09:09.259 INFO STEP 412 (remove_files) COMPLETE |
5612 | 2024-12-21T03:09:11.348Z | [ recovery-image] Dec 21 03:09:09.259 INFO O| Dec 21 03:09:09.259 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-12-21T03:09:11.382Z | [ recovery-image] Dec 21 03:09:09.303 INFO O| Dec 21 03:09:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5614 | 2024-12-21T03:09:11.382Z | [ recovery-image] Dec 21 03:09:09.304 INFO O| Dec 21 03:09:09.304 INFO STEP 413 (remove_files) COMPLETE |
5615 | 2024-12-21T03:09:11.385Z | [ recovery-image] Dec 21 03:09:09.304 INFO O| Dec 21 03:09:09.304 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-12-21T03:09:11.404Z | [ recovery-image] Dec 21 03:09:09.324 INFO O| Dec 21 03:09:09.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5617 | 2024-12-21T03:09:11.405Z | [ recovery-image] Dec 21 03:09:09.324 INFO O| Dec 21 03:09:09.324 INFO STEP 414 (remove_files) COMPLETE |
5618 | 2024-12-21T03:09:11.417Z | [ recovery-image] Dec 21 03:09:09.324 INFO O| Dec 21 03:09:09.324 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-12-21T03:09:11.424Z | [ recovery-image] Dec 21 03:09:09.344 INFO O| Dec 21 03:09:09.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5620 | 2024-12-21T03:09:11.424Z | [ recovery-image] Dec 21 03:09:09.344 INFO O| Dec 21 03:09:09.344 INFO STEP 415 (remove_files) COMPLETE |
5621 | 2024-12-21T03:09:11.424Z | [ recovery-image] Dec 21 03:09:09.344 INFO O| Dec 21 03:09:09.344 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-12-21T03:09:11.503Z | [ recovery-image] Dec 21 03:09:09.403 INFO O| Dec 21 03:09:09.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5623 | 2024-12-21T03:09:11.517Z | [ recovery-image] Dec 21 03:09:09.427 INFO O| Dec 21 03:09:09.427 INFO STEP 416 (remove_files) COMPLETE |
5624 | 2024-12-21T03:09:11.517Z | [ recovery-image] Dec 21 03:09:09.427 INFO O| Dec 21 03:09:09.427 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-12-21T03:09:11.577Z | [ recovery-image] Dec 21 03:09:09.488 INFO O| Dec 21 03:09:09.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5626 | 2024-12-21T03:09:11.582Z | [ recovery-image] Dec 21 03:09:09.488 INFO O| Dec 21 03:09:09.488 INFO STEP 417 (remove_files) COMPLETE |
5627 | 2024-12-21T03:09:11.582Z | [ recovery-image] Dec 21 03:09:09.488 INFO O| Dec 21 03:09:09.488 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-12-21T03:09:11.582Z | [ host-image] Dec 21 03:09:09.499 INFO O| Dec 21 03:09:09.499 INFO O| Planning: Solver setup ... Done |
5629 | 2024-12-21T03:09:11.585Z | [ host-image] Dec 21 03:09:09.506 INFO O| Dec 21 03:09:09.506 INFO O| Planning: Running solver ... Done |
5630 | 2024-12-21T03:09:11.593Z | [ recovery-image] Dec 21 03:09:09.507 INFO O| Dec 21 03:09:09.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5631 | 2024-12-21T03:09:11.593Z | [ recovery-image] Dec 21 03:09:09.507 INFO O| Dec 21 03:09:09.507 INFO STEP 418 (remove_files) COMPLETE |
5632 | 2024-12-21T03:09:11.593Z | [ recovery-image] Dec 21 03:09:09.507 INFO O| Dec 21 03:09:09.507 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-21T03:09:11.641Z | [ recovery-image] Dec 21 03:09:09.563 INFO O| Dec 21 03:09:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5634 | 2024-12-21T03:09:11.641Z | [ recovery-image] Dec 21 03:09:09.563 INFO O| Dec 21 03:09:09.563 INFO STEP 419 (remove_files) COMPLETE |
5635 | 2024-12-21T03:09:11.647Z | [ recovery-image] Dec 21 03:09:09.563 INFO O| Dec 21 03:09:09.563 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-21T03:09:11.688Z | [ recovery-image] Dec 21 03:09:09.608 INFO O| Dec 21 03:09:09.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5637 | 2024-12-21T03:09:11.688Z | [ recovery-image] Dec 21 03:09:09.608 INFO O| Dec 21 03:09:09.608 INFO STEP 420 (remove_files) COMPLETE |
5638 | 2024-12-21T03:09:11.688Z | [ recovery-image] Dec 21 03:09:09.609 INFO O| Dec 21 03:09:09.608 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-21T03:09:11.691Z | [ host-image] Dec 21 03:09:09.612 INFO O| Dec 21 03:09:09.612 INFO O| Planning: Finding local manifests ... Done |
5640 | 2024-12-21T03:09:11.695Z | [ host-image] Dec 21 03:09:09.614 INFO O| Dec 21 03:09:09.614 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5641 | 2024-12-21T03:09:11.722Z | [ recovery-image] Dec 21 03:09:09.643 INFO O| Dec 21 03:09:09.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5642 | 2024-12-21T03:09:11.722Z | [ recovery-image] Dec 21 03:09:09.643 INFO O| Dec 21 03:09:09.643 INFO STEP 421 (remove_files) COMPLETE |
5643 | 2024-12-21T03:09:11.722Z | [ recovery-image] Dec 21 03:09:09.643 INFO O| Dec 21 03:09:09.643 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-12-21T03:09:11.743Z | [ recovery-image] Dec 21 03:09:09.663 INFO O| Dec 21 03:09:09.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5645 | 2024-12-21T03:09:11.743Z | [ recovery-image] Dec 21 03:09:09.663 INFO O| Dec 21 03:09:09.663 INFO STEP 422 (remove_files) COMPLETE |
5646 | 2024-12-21T03:09:11.743Z | [ recovery-image] Dec 21 03:09:09.663 INFO O| Dec 21 03:09:09.663 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-12-21T03:09:11.795Z | [ recovery-image] Dec 21 03:09:09.716 INFO O| Dec 21 03:09:09.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5648 | 2024-12-21T03:09:11.795Z | [ recovery-image] Dec 21 03:09:09.716 INFO O| Dec 21 03:09:09.716 INFO STEP 423 (remove_files) COMPLETE |
5649 | 2024-12-21T03:09:11.796Z | [ recovery-image] Dec 21 03:09:09.716 INFO O| Dec 21 03:09:09.716 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-12-21T03:09:11.825Z | [ recovery-image] Dec 21 03:09:09.746 INFO O| Dec 21 03:09:09.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5651 | 2024-12-21T03:09:11.846Z | [ recovery-image] Dec 21 03:09:09.767 INFO O| Dec 21 03:09:09.767 INFO STEP 424 (remove_files) COMPLETE |
5652 | 2024-12-21T03:09:11.846Z | [ recovery-image] Dec 21 03:09:09.767 INFO O| Dec 21 03:09:09.767 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-12-21T03:09:11.878Z | [ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5654 | 2024-12-21T03:09:11.879Z | [ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO STEP 425 (remove_files) COMPLETE |
5655 | 2024-12-21T03:09:11.881Z | [ recovery-image] Dec 21 03:09:09.798 INFO O| Dec 21 03:09:09.798 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-12-21T03:09:11.933Z | [ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5657 | 2024-12-21T03:09:11.942Z | [ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO STEP 426 (remove_files) COMPLETE |
5658 | 2024-12-21T03:09:11.942Z | [ recovery-image] Dec 21 03:09:09.849 INFO O| Dec 21 03:09:09.849 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-12-21T03:09:11.949Z | [ recovery-image] Dec 21 03:09:09.869 INFO O| Dec 21 03:09:09.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5660 | 2024-12-21T03:09:11.949Z | [ recovery-image] Dec 21 03:09:09.869 INFO O| Dec 21 03:09:09.869 INFO STEP 427 (remove_files) COMPLETE |
5661 | 2024-12-21T03:09:11.949Z | [ recovery-image] Dec 21 03:09:09.869 INFO O| Dec 21 03:09:09.869 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-12-21T03:09:11.976Z | [ recovery-image] Dec 21 03:09:09.897 INFO O| Dec 21 03:09:09.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5663 | 2024-12-21T03:09:11.976Z | [ recovery-image] Dec 21 03:09:09.897 INFO O| Dec 21 03:09:09.897 INFO STEP 428 (remove_files) COMPLETE |
5664 | 2024-12-21T03:09:11.980Z | [ recovery-image] Dec 21 03:09:09.897 INFO O| Dec 21 03:09:09.897 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-21T03:09:12.009Z | [ recovery-image] Dec 21 03:09:09.930 INFO O| Dec 21 03:09:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5666 | 2024-12-21T03:09:12.009Z | [ recovery-image] Dec 21 03:09:09.930 INFO O| Dec 21 03:09:09.930 INFO STEP 429 (remove_files) COMPLETE |
5667 | 2024-12-21T03:09:12.009Z | [ recovery-image] Dec 21 03:09:09.930 INFO O| Dec 21 03:09:09.930 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-21T03:09:12.082Z | [ recovery-image] Dec 21 03:09:09.990 INFO O| Dec 21 03:09:09.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5669 | 2024-12-21T03:09:12.082Z | [ recovery-image] Dec 21 03:09:09.990 INFO O| Dec 21 03:09:09.990 INFO STEP 430 (remove_files) COMPLETE |
5670 | 2024-12-21T03:09:12.087Z | [ recovery-image] Dec 21 03:09:09.990 INFO O| Dec 21 03:09:09.990 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-21T03:09:12.091Z | [ recovery-image] Dec 21 03:09:10.009 INFO O| Dec 21 03:09:10.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5672 | 2024-12-21T03:09:12.092Z | [ recovery-image] Dec 21 03:09:10.009 INFO O| Dec 21 03:09:10.009 INFO STEP 431 (remove_files) COMPLETE |
5673 | 2024-12-21T03:09:12.092Z | [ recovery-image] Dec 21 03:09:10.009 INFO O| Dec 21 03:09:10.009 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-21T03:09:12.118Z | [ recovery-image] Dec 21 03:09:10.037 INFO O| Dec 21 03:09:10.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5675 | 2024-12-21T03:09:12.118Z | [ recovery-image] Dec 21 03:09:10.037 INFO O| Dec 21 03:09:10.028 INFO STEP 432 (remove_files) COMPLETE |
5676 | 2024-12-21T03:09:12.118Z | [ recovery-image] Dec 21 03:09:10.037 INFO O| Dec 21 03:09:10.028 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-21T03:09:12.151Z | [ recovery-image] Dec 21 03:09:10.072 INFO O| Dec 21 03:09:10.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5678 | 2024-12-21T03:09:12.151Z | [ host-image] Dec 21 03:09:10.072 INFO O| Dec 21 03:09:10.072 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5679 | 2024-12-21T03:09:12.153Z | [ recovery-image] Dec 21 03:09:10.072 INFO O| Dec 21 03:09:10.072 INFO STEP 433 (remove_files) COMPLETE |
5680 | 2024-12-21T03:09:12.157Z | [ recovery-image] Dec 21 03:09:10.072 INFO O| Dec 21 03:09:10.072 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-21T03:09:12.171Z | [ recovery-image] Dec 21 03:09:10.092 INFO O| Dec 21 03:09:10.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5682 | 2024-12-21T03:09:12.174Z | [ recovery-image] Dec 21 03:09:10.092 INFO O| Dec 21 03:09:10.092 INFO STEP 434 (remove_files) COMPLETE |
5683 | 2024-12-21T03:09:12.174Z | [ recovery-image] Dec 21 03:09:10.092 INFO O| Dec 21 03:09:10.092 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-21T03:09:12.201Z | [ recovery-image] Dec 21 03:09:10.112 INFO O| Dec 21 03:09:10.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5685 | 2024-12-21T03:09:12.201Z | [ recovery-image] Dec 21 03:09:10.112 INFO O| Dec 21 03:09:10.112 INFO STEP 435 (remove_files) COMPLETE |
5686 | 2024-12-21T03:09:12.201Z | [ recovery-image] Dec 21 03:09:10.112 INFO O| Dec 21 03:09:10.112 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-21T03:09:12.225Z | [ host-image] Dec 21 03:09:10.146 INFO O| Dec 21 03:09:10.146 INFO O| Planning: Package planning ... Done |
5688 | 2024-12-21T03:09:12.225Z | [ recovery-image] Dec 21 03:09:10.146 INFO O| Dec 21 03:09:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5689 | 2024-12-21T03:09:12.228Z | [ recovery-image] Dec 21 03:09:10.146 INFO O| Dec 21 03:09:10.146 INFO STEP 436 (remove_files) COMPLETE |
5690 | 2024-12-21T03:09:12.228Z | [ recovery-image] Dec 21 03:09:10.146 INFO O| Dec 21 03:09:10.146 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-12-21T03:09:12.254Z | [ host-image] Dec 21 03:09:10.175 INFO O| Dec 21 03:09:10.175 INFO O| Planning: Merging actions ... Done |
5692 | 2024-12-21T03:09:12.283Z | [ recovery-image] Dec 21 03:09:10.202 INFO O| Dec 21 03:09:10.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5693 | 2024-12-21T03:09:12.283Z | [ recovery-image] Dec 21 03:09:10.202 INFO O| Dec 21 03:09:10.202 INFO STEP 437 (remove_files) COMPLETE |
5694 | 2024-12-21T03:09:12.283Z | [ recovery-image] Dec 21 03:09:10.202 INFO O| Dec 21 03:09:10.202 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-21T03:09:12.330Z | [ recovery-image] Dec 21 03:09:10.248 INFO O| Dec 21 03:09:10.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5696 | 2024-12-21T03:09:12.330Z | [ recovery-image] Dec 21 03:09:10.248 INFO O| Dec 21 03:09:10.248 INFO STEP 438 (remove_files) COMPLETE |
5697 | 2024-12-21T03:09:12.330Z | [ recovery-image] Dec 21 03:09:10.248 INFO O| Dec 21 03:09:10.248 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-21T03:09:12.367Z | [ recovery-image] Dec 21 03:09:10.288 INFO O| Dec 21 03:09:10.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5699 | 2024-12-21T03:09:12.367Z | [ recovery-image] Dec 21 03:09:10.288 INFO O| Dec 21 03:09:10.288 INFO STEP 439 (remove_files) COMPLETE |
5700 | 2024-12-21T03:09:12.371Z | [ recovery-image] Dec 21 03:09:10.288 INFO O| Dec 21 03:09:10.288 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-21T03:09:12.403Z | [ host-image] Dec 21 03:09:10.319 INFO O| Dec 21 03:09:10.319 INFO O| Planning: Checking for conflicting actions ... Done |
5702 | 2024-12-21T03:09:12.409Z | [ recovery-image] Dec 21 03:09:10.324 INFO O| Dec 21 03:09:10.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5703 | 2024-12-21T03:09:12.409Z | [ recovery-image] Dec 21 03:09:10.324 INFO O| Dec 21 03:09:10.324 INFO STEP 440 (remove_files) COMPLETE |
5704 | 2024-12-21T03:09:12.409Z | [ recovery-image] Dec 21 03:09:10.324 INFO O| Dec 21 03:09:10.324 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-21T03:09:12.409Z | [ host-image] Dec 21 03:09:10.326 INFO O| Dec 21 03:09:10.326 INFO O| Planning: Consolidating action changes ... Done |
5706 | 2024-12-21T03:09:12.457Z | [ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5707 | 2024-12-21T03:09:12.457Z | [ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO STEP 441 (remove_files) COMPLETE |
5708 | 2024-12-21T03:09:12.457Z | [ recovery-image] Dec 21 03:09:10.367 INFO O| Dec 21 03:09:10.367 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-12-21T03:09:12.474Z | [ recovery-image] Dec 21 03:09:10.395 INFO O| Dec 21 03:09:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5710 | 2024-12-21T03:09:12.477Z | [ recovery-image] Dec 21 03:09:10.395 INFO O| Dec 21 03:09:10.395 INFO STEP 442 (remove_files) COMPLETE |
5711 | 2024-12-21T03:09:12.477Z | [ recovery-image] Dec 21 03:09:10.395 INFO O| Dec 21 03:09:10.395 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-12-21T03:09:12.499Z | [ recovery-image] Dec 21 03:09:10.415 INFO O| Dec 21 03:09:10.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5713 | 2024-12-21T03:09:12.499Z | [ recovery-image] Dec 21 03:09:10.415 INFO O| Dec 21 03:09:10.415 INFO STEP 443 (remove_files) COMPLETE |
5714 | 2024-12-21T03:09:12.503Z | [ recovery-image] Dec 21 03:09:10.416 INFO O| Dec 21 03:09:10.415 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-12-21T03:09:12.514Z | [ recovery-image] Dec 21 03:09:10.434 INFO O| Dec 21 03:09:10.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5716 | 2024-12-21T03:09:12.516Z | [ recovery-image] Dec 21 03:09:10.434 INFO O| Dec 21 03:09:10.434 INFO STEP 444 (remove_files) COMPLETE |
5717 | 2024-12-21T03:09:12.517Z | [ recovery-image] Dec 21 03:09:10.434 INFO O| Dec 21 03:09:10.434 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-12-21T03:09:12.534Z | [ recovery-image] Dec 21 03:09:10.452 INFO O| Dec 21 03:09:10.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5719 | 2024-12-21T03:09:12.537Z | [ recovery-image] Dec 21 03:09:10.453 INFO O| Dec 21 03:09:10.453 INFO STEP 445 (remove_files) COMPLETE |
5720 | 2024-12-21T03:09:12.538Z | [ recovery-image] Dec 21 03:09:10.453 INFO O| Dec 21 03:09:10.453 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-12-21T03:09:12.554Z | [ recovery-image] Dec 21 03:09:10.471 INFO O| Dec 21 03:09:10.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5722 | 2024-12-21T03:09:12.554Z | [ recovery-image] Dec 21 03:09:10.471 INFO O| Dec 21 03:09:10.471 INFO STEP 446 (remove_files) COMPLETE |
5723 | 2024-12-21T03:09:12.554Z | [ recovery-image] Dec 21 03:09:10.471 INFO O| Dec 21 03:09:10.471 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-12-21T03:09:12.570Z | [ recovery-image] Dec 21 03:09:10.490 INFO O| Dec 21 03:09:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5725 | 2024-12-21T03:09:12.571Z | [ recovery-image] Dec 21 03:09:10.490 INFO O| Dec 21 03:09:10.490 INFO STEP 447 (remove_files) COMPLETE |
5726 | 2024-12-21T03:09:12.571Z | [ recovery-image] Dec 21 03:09:10.490 INFO O| Dec 21 03:09:10.490 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-12-21T03:09:12.588Z | [ recovery-image] Dec 21 03:09:10.507 INFO O| Dec 21 03:09:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5728 | 2024-12-21T03:09:12.588Z | [ recovery-image] Dec 21 03:09:10.508 INFO O| Dec 21 03:09:10.507 INFO STEP 448 (remove_files) COMPLETE |
5729 | 2024-12-21T03:09:12.588Z | [ recovery-image] Dec 21 03:09:10.508 INFO O| Dec 21 03:09:10.508 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-12-21T03:09:12.605Z | [ recovery-image] Dec 21 03:09:10.525 INFO O| Dec 21 03:09:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5731 | 2024-12-21T03:09:12.605Z | [ recovery-image] Dec 21 03:09:10.525 INFO O| Dec 21 03:09:10.525 INFO STEP 449 (remove_files) COMPLETE |
5732 | 2024-12-21T03:09:12.608Z | [ recovery-image] Dec 21 03:09:10.525 INFO O| Dec 21 03:09:10.525 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-12-21T03:09:12.622Z | [ recovery-image] Dec 21 03:09:10.543 INFO O| Dec 21 03:09:10.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5734 | 2024-12-21T03:09:12.622Z | [ recovery-image] Dec 21 03:09:10.543 INFO O| Dec 21 03:09:10.543 INFO STEP 450 (remove_files) COMPLETE |
5735 | 2024-12-21T03:09:12.622Z | [ recovery-image] Dec 21 03:09:10.543 INFO O| Dec 21 03:09:10.543 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-12-21T03:09:12.640Z | [ recovery-image] Dec 21 03:09:10.561 INFO O| Dec 21 03:09:10.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5737 | 2024-12-21T03:09:12.640Z | [ recovery-image] Dec 21 03:09:10.561 INFO O| Dec 21 03:09:10.561 INFO STEP 451 (remove_files) COMPLETE |
5738 | 2024-12-21T03:09:12.640Z | [ recovery-image] Dec 21 03:09:10.561 INFO O| Dec 21 03:09:10.561 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-12-21T03:09:12.667Z | [ recovery-image] Dec 21 03:09:10.587 INFO O| Dec 21 03:09:10.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5740 | 2024-12-21T03:09:12.667Z | [ recovery-image] Dec 21 03:09:10.587 INFO O| Dec 21 03:09:10.587 INFO STEP 452 (remove_files) COMPLETE |
5741 | 2024-12-21T03:09:12.673Z | [ recovery-image] Dec 21 03:09:10.587 INFO O| Dec 21 03:09:10.587 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-12-21T03:09:12.832Z | [ recovery-image] Dec 21 03:09:10.742 INFO O| Dec 21 03:09:10.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5743 | 2024-12-21T03:09:12.838Z | [ recovery-image] Dec 21 03:09:10.742 INFO O| Dec 21 03:09:10.742 INFO STEP 453 (remove_files) COMPLETE |
5744 | 2024-12-21T03:09:12.839Z | [ recovery-image] Dec 21 03:09:10.742 INFO O| Dec 21 03:09:10.742 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-12-21T03:09:12.839Z | [ recovery-image] Dec 21 03:09:10.759 INFO O| Dec 21 03:09:10.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5746 | 2024-12-21T03:09:12.839Z | [ recovery-image] Dec 21 03:09:10.759 INFO O| Dec 21 03:09:10.759 INFO STEP 454 (remove_files) COMPLETE |
5747 | 2024-12-21T03:09:12.839Z | [ recovery-image] Dec 21 03:09:10.759 INFO O| Dec 21 03:09:10.759 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-12-21T03:09:12.873Z | [ recovery-image] Dec 21 03:09:10.787 INFO O| Dec 21 03:09:10.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5749 | 2024-12-21T03:09:12.873Z | [ recovery-image] Dec 21 03:09:10.787 INFO O| Dec 21 03:09:10.787 INFO STEP 455 (remove_files) COMPLETE |
5750 | 2024-12-21T03:09:12.873Z | [ recovery-image] Dec 21 03:09:10.787 INFO O| Dec 21 03:09:10.787 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-12-21T03:09:12.886Z | [ recovery-image] Dec 21 03:09:10.807 INFO O| Dec 21 03:09:10.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5752 | 2024-12-21T03:09:12.890Z | [ recovery-image] Dec 21 03:09:10.807 INFO O| Dec 21 03:09:10.807 INFO STEP 456 (remove_files) COMPLETE |
5753 | 2024-12-21T03:09:12.890Z | [ recovery-image] Dec 21 03:09:10.807 INFO O| Dec 21 03:09:10.807 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-12-21T03:09:12.904Z | [ recovery-image] Dec 21 03:09:10.824 INFO O| Dec 21 03:09:10.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5755 | 2024-12-21T03:09:12.904Z | [ recovery-image] Dec 21 03:09:10.824 INFO O| Dec 21 03:09:10.824 INFO STEP 457 (remove_files) COMPLETE |
5756 | 2024-12-21T03:09:12.904Z | [ recovery-image] Dec 21 03:09:10.824 INFO O| Dec 21 03:09:10.824 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-12-21T03:09:12.920Z | [ recovery-image] Dec 21 03:09:10.840 INFO O| Dec 21 03:09:10.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5758 | 2024-12-21T03:09:12.920Z | [ recovery-image] Dec 21 03:09:10.840 INFO O| Dec 21 03:09:10.840 INFO STEP 458 (remove_files) COMPLETE |
5759 | 2024-12-21T03:09:12.920Z | [ recovery-image] Dec 21 03:09:10.840 INFO O| Dec 21 03:09:10.840 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-12-21T03:09:12.968Z | [ recovery-image] Dec 21 03:09:10.856 INFO O| Dec 21 03:09:10.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5761 | 2024-12-21T03:09:12.969Z | [ recovery-image] Dec 21 03:09:10.856 INFO O| Dec 21 03:09:10.856 INFO STEP 459 (remove_files) COMPLETE |
5762 | 2024-12-21T03:09:12.969Z | [ recovery-image] Dec 21 03:09:10.856 INFO O| Dec 21 03:09:10.856 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-12-21T03:09:12.978Z | [ host-image] Dec 21 03:09:10.870 INFO O| Dec 21 03:09:10.870 INFO O| Planning: Evaluating mediators ... Done |
5764 | 2024-12-21T03:09:12.978Z | [ recovery-image] Dec 21 03:09:10.873 INFO O| Dec 21 03:09:10.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5765 | 2024-12-21T03:09:12.978Z | [ recovery-image] Dec 21 03:09:10.873 INFO O| Dec 21 03:09:10.873 INFO STEP 460 (remove_files) COMPLETE |
5766 | 2024-12-21T03:09:12.978Z | [ recovery-image] Dec 21 03:09:10.873 INFO O| Dec 21 03:09:10.873 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-12-21T03:09:12.978Z | [ host-image] Dec 21 03:09:10.876 INFO O| Dec 21 03:09:10.876 INFO O| Planning: Planning completed in 5.73 seconds |
5768 | 2024-12-21T03:09:12.978Z | [ host-image] Dec 21 03:09:10.879 INFO O| Dec 21 03:09:10.879 INFO O| Packages to install: 6 |
5769 | 2024-12-21T03:09:12.978Z | [ host-image] Dec 21 03:09:10.879 INFO O| Dec 21 03:09:10.879 INFO O| Mediators to change: 1 |
5770 | 2024-12-21T03:09:12.978Z | [ host-image] Dec 21 03:09:10.879 INFO O| Dec 21 03:09:10.879 INFO O| Services to change: 1 |
5771 | 2024-12-21T03:09:12.979Z | [ recovery-image] Dec 21 03:09:10.890 INFO O| Dec 21 03:09:10.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5772 | 2024-12-21T03:09:12.979Z | [ recovery-image] Dec 21 03:09:10.890 INFO O| Dec 21 03:09:10.890 INFO STEP 461 (remove_files) COMPLETE |
5773 | 2024-12-21T03:09:12.979Z | [ recovery-image] Dec 21 03:09:10.890 INFO O| Dec 21 03:09:10.890 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-21T03:09:12.999Z | [ host-image] Dec 21 03:09:10.905 INFO O| Dec 21 03:09:10.904 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5775 | 2024-12-21T03:09:12.999Z | [ recovery-image] Dec 21 03:09:10.908 INFO O| Dec 21 03:09:10.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5776 | 2024-12-21T03:09:13.000Z | [ recovery-image] Dec 21 03:09:10.908 INFO O| Dec 21 03:09:10.908 INFO STEP 462 (remove_files) COMPLETE |
5777 | 2024-12-21T03:09:13.000Z | [ recovery-image] Dec 21 03:09:10.908 INFO O| Dec 21 03:09:10.908 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-12-21T03:09:13.085Z | [ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5779 | 2024-12-21T03:09:13.085Z | [ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.968 INFO STEP 463 (remove_files) COMPLETE |
5780 | 2024-12-21T03:09:13.085Z | [ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.968 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-12-21T03:09:13.088Z | [ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5782 | 2024-12-21T03:09:13.088Z | [ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.987 INFO STEP 464 (remove_files) COMPLETE |
5783 | 2024-12-21T03:09:13.088Z | [ recovery-image] Dec 21 03:09:10.999 INFO O| Dec 21 03:09:10.987 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-12-21T03:09:13.088Z | [ recovery-image] Dec 21 03:09:11.007 INFO O| Dec 21 03:09:11.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5785 | 2024-12-21T03:09:13.088Z | [ recovery-image] Dec 21 03:09:11.007 INFO O| Dec 21 03:09:11.007 INFO STEP 465 (remove_files) COMPLETE |
5786 | 2024-12-21T03:09:13.088Z | [ recovery-image] Dec 21 03:09:11.007 INFO O| Dec 21 03:09:11.007 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-12-21T03:09:13.105Z | [ recovery-image] Dec 21 03:09:11.026 INFO O| Dec 21 03:09:11.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5788 | 2024-12-21T03:09:13.105Z | [ recovery-image] Dec 21 03:09:11.026 INFO O| Dec 21 03:09:11.026 INFO STEP 466 (remove_files) COMPLETE |
5789 | 2024-12-21T03:09:13.108Z | [ recovery-image] Dec 21 03:09:11.026 INFO O| Dec 21 03:09:11.026 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-12-21T03:09:13.133Z | [ recovery-image] Dec 21 03:09:11.044 INFO O| Dec 21 03:09:11.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5791 | 2024-12-21T03:09:13.133Z | [ recovery-image] Dec 21 03:09:11.044 INFO O| Dec 21 03:09:11.044 INFO STEP 467 (remove_files) COMPLETE |
5792 | 2024-12-21T03:09:13.146Z | [ recovery-image] Dec 21 03:09:11.044 INFO O| Dec 21 03:09:11.044 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-12-21T03:09:13.157Z | [ recovery-image] Dec 21 03:09:11.061 INFO O| Dec 21 03:09:11.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5794 | 2024-12-21T03:09:13.157Z | [ recovery-image] Dec 21 03:09:11.061 INFO O| Dec 21 03:09:11.061 INFO STEP 468 (remove_files) COMPLETE |
5795 | 2024-12-21T03:09:13.157Z | [ recovery-image] Dec 21 03:09:11.061 INFO O| Dec 21 03:09:11.061 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-12-21T03:09:13.163Z | [ recovery-image] Dec 21 03:09:11.080 INFO O| Dec 21 03:09:11.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5797 | 2024-12-21T03:09:13.163Z | [ recovery-image] Dec 21 03:09:11.080 INFO O| Dec 21 03:09:11.080 INFO STEP 469 (remove_files) COMPLETE |
5798 | 2024-12-21T03:09:13.163Z | [ recovery-image] Dec 21 03:09:11.080 INFO O| Dec 21 03:09:11.080 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-12-21T03:09:13.182Z | [ recovery-image] Dec 21 03:09:11.103 INFO O| Dec 21 03:09:11.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5800 | 2024-12-21T03:09:13.184Z | [ recovery-image] Dec 21 03:09:11.103 INFO O| Dec 21 03:09:11.103 INFO STEP 470 (remove_files) COMPLETE |
5801 | 2024-12-21T03:09:13.184Z | [ recovery-image] Dec 21 03:09:11.103 INFO O| Dec 21 03:09:11.103 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-12-21T03:09:13.213Z | [ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5803 | 2024-12-21T03:09:13.213Z | [ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.128 INFO STEP 471 (remove_files) COMPLETE |
5804 | 2024-12-21T03:09:13.216Z | [ recovery-image] Dec 21 03:09:11.132 INFO O| Dec 21 03:09:11.128 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-12-21T03:09:13.225Z | [ recovery-image] Dec 21 03:09:11.146 INFO O| Dec 21 03:09:11.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5806 | 2024-12-21T03:09:13.225Z | [ recovery-image] Dec 21 03:09:11.146 INFO O| Dec 21 03:09:11.146 INFO STEP 472 (remove_files) COMPLETE |
5807 | 2024-12-21T03:09:13.225Z | [ recovery-image] Dec 21 03:09:11.146 INFO O| Dec 21 03:09:11.146 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-12-21T03:09:13.257Z | [ recovery-image] Dec 21 03:09:11.178 INFO O| Dec 21 03:09:11.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5809 | 2024-12-21T03:09:13.263Z | [ recovery-image] Dec 21 03:09:11.178 INFO O| Dec 21 03:09:11.178 INFO STEP 473 (remove_files) COMPLETE |
5810 | 2024-12-21T03:09:13.263Z | [ recovery-image] Dec 21 03:09:11.178 INFO O| Dec 21 03:09:11.178 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-12-21T03:09:13.294Z | [ recovery-image] Dec 21 03:09:11.214 INFO O| Dec 21 03:09:11.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5812 | 2024-12-21T03:09:13.299Z | [ recovery-image] Dec 21 03:09:11.215 INFO O| Dec 21 03:09:11.214 INFO STEP 474 (remove_files) COMPLETE |
5813 | 2024-12-21T03:09:13.299Z | [ recovery-image] Dec 21 03:09:11.215 INFO O| Dec 21 03:09:11.215 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-12-21T03:09:13.339Z | [ recovery-image] Dec 21 03:09:11.259 INFO O| Dec 21 03:09:11.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5815 | 2024-12-21T03:09:13.343Z | [ recovery-image] Dec 21 03:09:11.259 INFO O| Dec 21 03:09:11.259 INFO STEP 475 (remove_files) COMPLETE |
5816 | 2024-12-21T03:09:13.343Z | [ recovery-image] Dec 21 03:09:11.259 INFO O| Dec 21 03:09:11.259 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-12-21T03:09:13.381Z | [ recovery-image] Dec 21 03:09:11.301 INFO O| Dec 21 03:09:11.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5818 | 2024-12-21T03:09:13.381Z | [ recovery-image] Dec 21 03:09:11.301 INFO O| Dec 21 03:09:11.301 INFO STEP 476 (remove_files) COMPLETE |
5819 | 2024-12-21T03:09:13.381Z | [ recovery-image] Dec 21 03:09:11.301 INFO O| Dec 21 03:09:11.301 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-12-21T03:09:13.401Z | [ recovery-image] Dec 21 03:09:11.320 INFO O| Dec 21 03:09:11.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5821 | 2024-12-21T03:09:13.401Z | [ recovery-image] Dec 21 03:09:11.320 INFO O| Dec 21 03:09:11.320 INFO STEP 477 (remove_files) COMPLETE |
5822 | 2024-12-21T03:09:13.401Z | [ recovery-image] Dec 21 03:09:11.320 INFO O| Dec 21 03:09:11.320 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-12-21T03:09:13.425Z | [ recovery-image] Dec 21 03:09:11.338 INFO O| Dec 21 03:09:11.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5824 | 2024-12-21T03:09:13.425Z | [ recovery-image] Dec 21 03:09:11.338 INFO O| Dec 21 03:09:11.338 INFO STEP 478 (remove_files) COMPLETE |
5825 | 2024-12-21T03:09:13.425Z | [ recovery-image] Dec 21 03:09:11.338 INFO O| Dec 21 03:09:11.338 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-12-21T03:09:13.436Z | [ recovery-image] Dec 21 03:09:11.357 INFO O| Dec 21 03:09:11.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5827 | 2024-12-21T03:09:13.461Z | [ recovery-image] Dec 21 03:09:11.381 INFO O| Dec 21 03:09:11.381 INFO STEP 479 (remove_files) COMPLETE |
5828 | 2024-12-21T03:09:13.461Z | [ recovery-image] Dec 21 03:09:11.381 INFO O| Dec 21 03:09:11.381 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-12-21T03:09:13.478Z | [ recovery-image] Dec 21 03:09:11.399 INFO O| Dec 21 03:09:11.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5830 | 2024-12-21T03:09:13.481Z | [ recovery-image] Dec 21 03:09:11.399 INFO O| Dec 21 03:09:11.399 INFO STEP 480 (remove_files) COMPLETE |
5831 | 2024-12-21T03:09:13.481Z | [ recovery-image] Dec 21 03:09:11.399 INFO O| Dec 21 03:09:11.399 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-12-21T03:09:13.495Z | [ recovery-image] Dec 21 03:09:11.416 INFO O| Dec 21 03:09:11.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5833 | 2024-12-21T03:09:13.520Z | [ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO STEP 481 (remove_files) COMPLETE |
5834 | 2024-12-21T03:09:13.520Z | [ recovery-image] Dec 21 03:09:11.441 INFO O| Dec 21 03:09:11.441 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-12-21T03:09:13.540Z | [ recovery-image] Dec 21 03:09:11.460 INFO O| Dec 21 03:09:11.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5836 | 2024-12-21T03:09:13.566Z | [ recovery-image] Dec 21 03:09:11.485 INFO O| Dec 21 03:09:11.485 INFO STEP 482 (remove_files) COMPLETE |
5837 | 2024-12-21T03:09:13.575Z | [ recovery-image] Dec 21 03:09:11.485 INFO O| Dec 21 03:09:11.485 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-12-21T03:09:13.605Z | [ recovery-image] Dec 21 03:09:11.525 INFO O| Dec 21 03:09:11.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5839 | 2024-12-21T03:09:13.608Z | [ recovery-image] Dec 21 03:09:11.525 INFO O| Dec 21 03:09:11.525 INFO STEP 483 (remove_files) COMPLETE |
5840 | 2024-12-21T03:09:13.608Z | [ recovery-image] Dec 21 03:09:11.525 INFO O| Dec 21 03:09:11.525 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-12-21T03:09:13.672Z | [ recovery-image] Dec 21 03:09:11.587 INFO O| Dec 21 03:09:11.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5842 | 2024-12-21T03:09:13.672Z | [ recovery-image] Dec 21 03:09:11.587 INFO O| Dec 21 03:09:11.587 INFO STEP 484 (remove_files) COMPLETE |
5843 | 2024-12-21T03:09:13.672Z | [ recovery-image] Dec 21 03:09:11.587 INFO O| Dec 21 03:09:11.587 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-12-21T03:09:13.711Z | [ recovery-image] Dec 21 03:09:11.632 INFO O| Dec 21 03:09:11.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5845 | 2024-12-21T03:09:13.711Z | [ recovery-image] Dec 21 03:09:11.632 INFO O| Dec 21 03:09:11.632 INFO STEP 485 (remove_files) COMPLETE |
5846 | 2024-12-21T03:09:13.711Z | [ recovery-image] Dec 21 03:09:11.632 INFO O| Dec 21 03:09:11.632 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-12-21T03:09:13.797Z | [ recovery-image] Dec 21 03:09:11.699 INFO O| Dec 21 03:09:11.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5848 | 2024-12-21T03:09:13.797Z | [ recovery-image] Dec 21 03:09:11.699 INFO O| Dec 21 03:09:11.699 INFO STEP 486 (remove_files) COMPLETE |
5849 | 2024-12-21T03:09:13.798Z | [ recovery-image] Dec 21 03:09:11.699 INFO O| Dec 21 03:09:11.699 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-12-21T03:09:13.838Z | [ recovery-image] Dec 21 03:09:11.759 INFO O| Dec 21 03:09:11.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5851 | 2024-12-21T03:09:13.839Z | [ recovery-image] Dec 21 03:09:11.759 INFO O| Dec 21 03:09:11.759 INFO STEP 487 (remove_files) COMPLETE |
5852 | 2024-12-21T03:09:13.839Z | [ recovery-image] Dec 21 03:09:11.759 INFO O| Dec 21 03:09:11.759 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-12-21T03:09:13.856Z | [ recovery-image] Dec 21 03:09:11.777 INFO O| Dec 21 03:09:11.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5854 | 2024-12-21T03:09:13.877Z | [ recovery-image] Dec 21 03:09:11.798 INFO O| Dec 21 03:09:11.798 INFO STEP 488 (remove_files) COMPLETE |
5855 | 2024-12-21T03:09:13.877Z | [ recovery-image] Dec 21 03:09:11.798 INFO O| Dec 21 03:09:11.798 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-12-21T03:09:13.911Z | [ recovery-image] Dec 21 03:09:11.832 INFO O| Dec 21 03:09:11.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5857 | 2024-12-21T03:09:13.911Z | [ recovery-image] Dec 21 03:09:11.832 INFO O| Dec 21 03:09:11.832 INFO STEP 489 (remove_files) COMPLETE |
5858 | 2024-12-21T03:09:13.911Z | [ recovery-image] Dec 21 03:09:11.832 INFO O| Dec 21 03:09:11.832 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-12-21T03:09:13.949Z | [ recovery-image] Dec 21 03:09:11.870 INFO O| Dec 21 03:09:11.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5860 | 2024-12-21T03:09:13.949Z | [ recovery-image] Dec 21 03:09:11.870 INFO O| Dec 21 03:09:11.870 INFO STEP 490 (remove_files) COMPLETE |
5861 | 2024-12-21T03:09:13.949Z | [ recovery-image] Dec 21 03:09:11.870 INFO O| Dec 21 03:09:11.870 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-12-21T03:09:13.968Z | [ recovery-image] Dec 21 03:09:11.888 INFO O| Dec 21 03:09:11.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5863 | 2024-12-21T03:09:13.969Z | [ recovery-image] Dec 21 03:09:11.889 INFO O| Dec 21 03:09:11.889 INFO STEP 491 (remove_files) COMPLETE |
5864 | 2024-12-21T03:09:13.972Z | [ recovery-image] Dec 21 03:09:11.889 INFO O| Dec 21 03:09:11.889 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-12-21T03:09:13.986Z | [ recovery-image] Dec 21 03:09:11.907 INFO O| Dec 21 03:09:11.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5866 | 2024-12-21T03:09:13.986Z | [ recovery-image] Dec 21 03:09:11.907 INFO O| Dec 21 03:09:11.907 INFO STEP 492 (remove_files) COMPLETE |
5867 | 2024-12-21T03:09:13.986Z | [ recovery-image] Dec 21 03:09:11.907 INFO O| Dec 21 03:09:11.907 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-12-21T03:09:14.008Z | [ recovery-image] Dec 21 03:09:11.924 INFO O| Dec 21 03:09:11.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5869 | 2024-12-21T03:09:14.008Z | [ recovery-image] Dec 21 03:09:11.925 INFO O| Dec 21 03:09:11.924 INFO STEP 493 (remove_files) COMPLETE |
5870 | 2024-12-21T03:09:14.016Z | [ recovery-image] Dec 21 03:09:11.925 INFO O| Dec 21 03:09:11.925 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-12-21T03:09:14.026Z | [ recovery-image] Dec 21 03:09:11.942 INFO O| Dec 21 03:09:11.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5872 | 2024-12-21T03:09:14.026Z | [ recovery-image] Dec 21 03:09:11.942 INFO O| Dec 21 03:09:11.942 INFO STEP 494 (remove_files) COMPLETE |
5873 | 2024-12-21T03:09:14.026Z | [ recovery-image] Dec 21 03:09:11.942 INFO O| Dec 21 03:09:11.942 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-12-21T03:09:14.128Z | [ recovery-image] Dec 21 03:09:12.046 INFO O| Dec 21 03:09:12.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5875 | 2024-12-21T03:09:14.129Z | [ recovery-image] Dec 21 03:09:12.046 INFO O| Dec 21 03:09:12.046 INFO STEP 495 (remove_files) COMPLETE |
5876 | 2024-12-21T03:09:14.129Z | [ recovery-image] Dec 21 03:09:12.046 INFO O| Dec 21 03:09:12.046 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-12-21T03:09:14.182Z | [ recovery-image] Dec 21 03:09:12.103 INFO O| Dec 21 03:09:12.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5878 | 2024-12-21T03:09:14.183Z | [ recovery-image] Dec 21 03:09:12.103 INFO O| Dec 21 03:09:12.103 INFO STEP 496 (remove_files) COMPLETE |
5879 | 2024-12-21T03:09:14.183Z | [ recovery-image] Dec 21 03:09:12.103 INFO O| Dec 21 03:09:12.103 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-12-21T03:09:14.201Z | [ recovery-image] Dec 21 03:09:12.122 INFO O| Dec 21 03:09:12.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5881 | 2024-12-21T03:09:14.201Z | [ recovery-image] Dec 21 03:09:12.122 INFO O| Dec 21 03:09:12.122 INFO STEP 497 (remove_files) COMPLETE |
5882 | 2024-12-21T03:09:14.204Z | [ recovery-image] Dec 21 03:09:12.122 INFO O| Dec 21 03:09:12.122 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-12-21T03:09:14.220Z | [ recovery-image] Dec 21 03:09:12.141 INFO O| Dec 21 03:09:12.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5884 | 2024-12-21T03:09:14.223Z | [ recovery-image] Dec 21 03:09:12.141 INFO O| Dec 21 03:09:12.141 INFO STEP 498 (remove_files) COMPLETE |
5885 | 2024-12-21T03:09:14.223Z | [ recovery-image] Dec 21 03:09:12.141 INFO O| Dec 21 03:09:12.141 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-12-21T03:09:14.239Z | [ recovery-image] Dec 21 03:09:12.160 INFO O| Dec 21 03:09:12.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5887 | 2024-12-21T03:09:14.242Z | [ recovery-image] Dec 21 03:09:12.160 INFO O| Dec 21 03:09:12.160 INFO STEP 499 (remove_files) COMPLETE |
5888 | 2024-12-21T03:09:14.242Z | [ recovery-image] Dec 21 03:09:12.160 INFO O| Dec 21 03:09:12.160 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-12-21T03:09:14.291Z | [ recovery-image] Dec 21 03:09:12.212 INFO O| Dec 21 03:09:12.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5890 | 2024-12-21T03:09:14.292Z | [ recovery-image] Dec 21 03:09:12.212 INFO O| Dec 21 03:09:12.212 INFO STEP 500 (remove_files) COMPLETE |
5891 | 2024-12-21T03:09:14.296Z | [ recovery-image] Dec 21 03:09:12.212 INFO O| Dec 21 03:09:12.212 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-12-21T03:09:14.339Z | [ recovery-image] Dec 21 03:09:12.260 INFO O| Dec 21 03:09:12.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5893 | 2024-12-21T03:09:14.343Z | [ recovery-image] Dec 21 03:09:12.260 INFO O| Dec 21 03:09:12.260 INFO STEP 501 (remove_files) COMPLETE |
5894 | 2024-12-21T03:09:14.343Z | [ recovery-image] Dec 21 03:09:12.260 INFO O| Dec 21 03:09:12.260 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-12-21T03:09:14.360Z | [ recovery-image] Dec 21 03:09:12.280 INFO O| Dec 21 03:09:12.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5896 | 2024-12-21T03:09:14.368Z | [ recovery-image] Dec 21 03:09:12.281 INFO O| Dec 21 03:09:12.281 INFO STEP 502 (remove_files) COMPLETE |
5897 | 2024-12-21T03:09:14.368Z | [ recovery-image] Dec 21 03:09:12.281 INFO O| Dec 21 03:09:12.281 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-12-21T03:09:14.378Z | [ recovery-image] Dec 21 03:09:12.299 INFO O| Dec 21 03:09:12.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5899 | 2024-12-21T03:09:14.385Z | [ recovery-image] Dec 21 03:09:12.299 INFO O| Dec 21 03:09:12.299 INFO STEP 503 (remove_files) COMPLETE |
5900 | 2024-12-21T03:09:14.385Z | [ recovery-image] Dec 21 03:09:12.299 INFO O| Dec 21 03:09:12.299 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-12-21T03:09:14.396Z | [ recovery-image] Dec 21 03:09:12.317 INFO O| Dec 21 03:09:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5902 | 2024-12-21T03:09:14.399Z | [ recovery-image] Dec 21 03:09:12.317 INFO O| Dec 21 03:09:12.317 INFO STEP 504 (remove_files) COMPLETE |
5903 | 2024-12-21T03:09:14.399Z | [ recovery-image] Dec 21 03:09:12.317 INFO O| Dec 21 03:09:12.317 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-12-21T03:09:14.480Z | [ recovery-image] Dec 21 03:09:12.400 INFO O| Dec 21 03:09:12.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5905 | 2024-12-21T03:09:14.480Z | [ recovery-image] Dec 21 03:09:12.400 INFO O| Dec 21 03:09:12.400 INFO STEP 505 (remove_files) COMPLETE |
5906 | 2024-12-21T03:09:14.480Z | [ recovery-image] Dec 21 03:09:12.400 INFO O| Dec 21 03:09:12.400 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-12-21T03:09:14.542Z | [ recovery-image] Dec 21 03:09:12.462 INFO O| Dec 21 03:09:12.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5908 | 2024-12-21T03:09:14.542Z | [ recovery-image] Dec 21 03:09:12.462 INFO O| Dec 21 03:09:12.462 INFO STEP 506 (remove_files) COMPLETE |
5909 | 2024-12-21T03:09:14.555Z | [ recovery-image] Dec 21 03:09:12.462 INFO O| Dec 21 03:09:12.462 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-12-21T03:09:14.561Z | [ recovery-image] Dec 21 03:09:12.481 INFO O| Dec 21 03:09:12.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5911 | 2024-12-21T03:09:14.561Z | [ recovery-image] Dec 21 03:09:12.481 INFO O| Dec 21 03:09:12.481 INFO STEP 507 (remove_files) COMPLETE |
5912 | 2024-12-21T03:09:14.561Z | [ recovery-image] Dec 21 03:09:12.481 INFO O| Dec 21 03:09:12.481 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-12-21T03:09:14.578Z | [ recovery-image] Dec 21 03:09:12.498 INFO O| Dec 21 03:09:12.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5914 | 2024-12-21T03:09:14.578Z | [ recovery-image] Dec 21 03:09:12.499 INFO O| Dec 21 03:09:12.498 INFO STEP 508 (remove_files) COMPLETE |
5915 | 2024-12-21T03:09:14.578Z | [ recovery-image] Dec 21 03:09:12.499 INFO O| Dec 21 03:09:12.498 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-12-21T03:09:14.595Z | [ recovery-image] Dec 21 03:09:12.515 INFO O| Dec 21 03:09:12.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5917 | 2024-12-21T03:09:14.595Z | [ recovery-image] Dec 21 03:09:12.516 INFO O| Dec 21 03:09:12.515 INFO STEP 509 (remove_files) COMPLETE |
5918 | 2024-12-21T03:09:14.598Z | [ recovery-image] Dec 21 03:09:12.516 INFO O| Dec 21 03:09:12.516 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-12-21T03:09:14.613Z | [ recovery-image] Dec 21 03:09:12.534 INFO O| Dec 21 03:09:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5920 | 2024-12-21T03:09:14.613Z | [ recovery-image] Dec 21 03:09:12.534 INFO O| Dec 21 03:09:12.534 INFO STEP 510 (remove_files) COMPLETE |
5921 | 2024-12-21T03:09:14.614Z | [ recovery-image] Dec 21 03:09:12.534 INFO O| Dec 21 03:09:12.534 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-12-21T03:09:14.633Z | [ recovery-image] Dec 21 03:09:12.552 INFO O| Dec 21 03:09:12.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5923 | 2024-12-21T03:09:14.633Z | [ recovery-image] Dec 21 03:09:12.552 INFO O| Dec 21 03:09:12.552 INFO STEP 511 (remove_files) COMPLETE |
5924 | 2024-12-21T03:09:14.633Z | [ recovery-image] Dec 21 03:09:12.552 INFO O| Dec 21 03:09:12.552 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-12-21T03:09:14.650Z | [ recovery-image] Dec 21 03:09:12.571 INFO O| Dec 21 03:09:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5926 | 2024-12-21T03:09:14.650Z | [ recovery-image] Dec 21 03:09:12.571 INFO O| Dec 21 03:09:12.571 INFO STEP 512 (remove_files) COMPLETE |
5927 | 2024-12-21T03:09:14.650Z | [ recovery-image] Dec 21 03:09:12.571 INFO O| Dec 21 03:09:12.571 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-12-21T03:09:14.669Z | [ recovery-image] Dec 21 03:09:12.589 INFO O| Dec 21 03:09:12.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5929 | 2024-12-21T03:09:14.669Z | [ recovery-image] Dec 21 03:09:12.589 INFO O| Dec 21 03:09:12.589 INFO STEP 513 (remove_files) COMPLETE |
5930 | 2024-12-21T03:09:14.669Z | [ recovery-image] Dec 21 03:09:12.589 INFO O| Dec 21 03:09:12.589 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-12-21T03:09:14.686Z | [ recovery-image] Dec 21 03:09:12.607 INFO O| Dec 21 03:09:12.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5932 | 2024-12-21T03:09:14.687Z | [ recovery-image] Dec 21 03:09:12.607 INFO O| Dec 21 03:09:12.607 INFO STEP 514 (remove_files) COMPLETE |
5933 | 2024-12-21T03:09:14.687Z | [ recovery-image] Dec 21 03:09:12.607 INFO O| Dec 21 03:09:12.607 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-12-21T03:09:14.730Z | [ recovery-image] Dec 21 03:09:12.645 INFO O| Dec 21 03:09:12.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5935 | 2024-12-21T03:09:14.736Z | [ recovery-image] Dec 21 03:09:12.645 INFO O| Dec 21 03:09:12.645 INFO STEP 515 (remove_files) COMPLETE |
5936 | 2024-12-21T03:09:14.736Z | [ recovery-image] Dec 21 03:09:12.645 INFO O| Dec 21 03:09:12.645 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-12-21T03:09:14.750Z | [ recovery-image] Dec 21 03:09:12.665 INFO O| Dec 21 03:09:12.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5938 | 2024-12-21T03:09:14.782Z | [ recovery-image] Dec 21 03:09:12.665 INFO O| Dec 21 03:09:12.665 INFO STEP 516 (remove_files) COMPLETE |
5939 | 2024-12-21T03:09:14.782Z | [ recovery-image] Dec 21 03:09:12.665 INFO O| Dec 21 03:09:12.665 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-12-21T03:09:14.797Z | [ recovery-image] Dec 21 03:09:12.683 INFO O| Dec 21 03:09:12.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5941 | 2024-12-21T03:09:14.797Z | [ recovery-image] Dec 21 03:09:12.684 INFO O| Dec 21 03:09:12.684 INFO STEP 517 (remove_files) COMPLETE |
5942 | 2024-12-21T03:09:14.797Z | [ recovery-image] Dec 21 03:09:12.684 INFO O| Dec 21 03:09:12.684 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-12-21T03:09:14.797Z | [ recovery-image] Dec 21 03:09:12.703 INFO O| Dec 21 03:09:12.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5944 | 2024-12-21T03:09:14.797Z | [ recovery-image] Dec 21 03:09:12.703 INFO O| Dec 21 03:09:12.703 INFO STEP 518 (remove_files) COMPLETE |
5945 | 2024-12-21T03:09:14.797Z | [ recovery-image] Dec 21 03:09:12.703 INFO O| Dec 21 03:09:12.703 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-12-21T03:09:14.801Z | [ recovery-image] Dec 21 03:09:12.721 INFO O| Dec 21 03:09:12.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5947 | 2024-12-21T03:09:14.804Z | [ recovery-image] Dec 21 03:09:12.722 INFO O| Dec 21 03:09:12.721 INFO STEP 519 (remove_files) COMPLETE |
5948 | 2024-12-21T03:09:14.804Z | [ recovery-image] Dec 21 03:09:12.722 INFO O| Dec 21 03:09:12.722 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-12-21T03:09:14.838Z | [ recovery-image] Dec 21 03:09:12.759 INFO O| Dec 21 03:09:12.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5950 | 2024-12-21T03:09:14.838Z | [ recovery-image] Dec 21 03:09:12.759 INFO O| Dec 21 03:09:12.759 INFO STEP 520 (remove_files) COMPLETE |
5951 | 2024-12-21T03:09:14.844Z | [ recovery-image] Dec 21 03:09:12.759 INFO O| Dec 21 03:09:12.759 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-12-21T03:09:14.857Z | [ recovery-image] Dec 21 03:09:12.777 INFO O| Dec 21 03:09:12.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5953 | 2024-12-21T03:09:14.868Z | [ recovery-image] Dec 21 03:09:12.788 INFO O| Dec 21 03:09:12.788 INFO STEP 521 (remove_files) COMPLETE |
5954 | 2024-12-21T03:09:14.868Z | [ recovery-image] Dec 21 03:09:12.788 INFO O| Dec 21 03:09:12.788 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-12-21T03:09:14.906Z | [ recovery-image] Dec 21 03:09:12.825 INFO O| Dec 21 03:09:12.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5956 | 2024-12-21T03:09:14.906Z | [ recovery-image] Dec 21 03:09:12.825 INFO O| Dec 21 03:09:12.825 INFO STEP 522 (remove_files) COMPLETE |
5957 | 2024-12-21T03:09:14.906Z | [ recovery-image] Dec 21 03:09:12.825 INFO O| Dec 21 03:09:12.825 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-12-21T03:09:14.943Z | [ recovery-image] Dec 21 03:09:12.864 INFO O| Dec 21 03:09:12.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5959 | 2024-12-21T03:09:14.943Z | [ recovery-image] Dec 21 03:09:12.864 INFO O| Dec 21 03:09:12.864 INFO STEP 523 (remove_files) COMPLETE |
5960 | 2024-12-21T03:09:14.946Z | [ recovery-image] Dec 21 03:09:12.864 INFO O| Dec 21 03:09:12.864 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-12-21T03:09:14.960Z | [ recovery-image] Dec 21 03:09:12.881 INFO O| Dec 21 03:09:12.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5962 | 2024-12-21T03:09:14.961Z | [ recovery-image] Dec 21 03:09:12.881 INFO O| Dec 21 03:09:12.881 INFO STEP 524 (remove_files) COMPLETE |
5963 | 2024-12-21T03:09:14.967Z | [ recovery-image] Dec 21 03:09:12.881 INFO O| Dec 21 03:09:12.881 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-12-21T03:09:14.979Z | [ recovery-image] Dec 21 03:09:12.899 INFO O| Dec 21 03:09:12.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5965 | 2024-12-21T03:09:14.999Z | [ recovery-image] Dec 21 03:09:12.899 INFO O| Dec 21 03:09:12.899 INFO STEP 525 (remove_files) COMPLETE |
5966 | 2024-12-21T03:09:14.999Z | [ recovery-image] Dec 21 03:09:12.899 INFO O| Dec 21 03:09:12.899 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-12-21T03:09:15.011Z | [ recovery-image] Dec 21 03:09:12.920 INFO O| Dec 21 03:09:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5968 | 2024-12-21T03:09:15.012Z | [ recovery-image] Dec 21 03:09:12.920 INFO O| Dec 21 03:09:12.920 INFO STEP 526 (remove_files) COMPLETE |
5969 | 2024-12-21T03:09:15.012Z | [ recovery-image] Dec 21 03:09:12.920 INFO O| Dec 21 03:09:12.920 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-12-21T03:09:15.024Z | [ recovery-image] Dec 21 03:09:12.939 INFO O| Dec 21 03:09:12.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5971 | 2024-12-21T03:09:15.024Z | [ recovery-image] Dec 21 03:09:12.939 INFO O| Dec 21 03:09:12.939 INFO STEP 527 (remove_files) COMPLETE |
5972 | 2024-12-21T03:09:15.024Z | [ recovery-image] Dec 21 03:09:12.939 INFO O| Dec 21 03:09:12.939 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-12-21T03:09:15.044Z | [ recovery-image] Dec 21 03:09:12.957 INFO O| Dec 21 03:09:12.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5974 | 2024-12-21T03:09:15.059Z | [ recovery-image] Dec 21 03:09:12.957 INFO O| Dec 21 03:09:12.957 INFO STEP 528 (remove_files) COMPLETE |
5975 | 2024-12-21T03:09:15.059Z | [ recovery-image] Dec 21 03:09:12.957 INFO O| Dec 21 03:09:12.957 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-12-21T03:09:15.131Z | [ recovery-image] Dec 21 03:09:13.036 INFO O| Dec 21 03:09:13.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5977 | 2024-12-21T03:09:15.132Z | [ recovery-image] Dec 21 03:09:13.036 INFO O| Dec 21 03:09:13.036 INFO STEP 529 (remove_files) COMPLETE |
5978 | 2024-12-21T03:09:15.132Z | [ recovery-image] Dec 21 03:09:13.036 INFO O| Dec 21 03:09:13.036 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-12-21T03:09:15.137Z | [ recovery-image] Dec 21 03:09:13.054 INFO O| Dec 21 03:09:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5980 | 2024-12-21T03:09:15.141Z | [ recovery-image] Dec 21 03:09:13.054 INFO O| Dec 21 03:09:13.054 INFO STEP 530 (remove_files) COMPLETE |
5981 | 2024-12-21T03:09:15.141Z | [ recovery-image] Dec 21 03:09:13.054 INFO O| Dec 21 03:09:13.054 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-12-21T03:09:15.163Z | [ recovery-image] Dec 21 03:09:13.072 INFO O| Dec 21 03:09:13.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5983 | 2024-12-21T03:09:15.163Z | [ recovery-image] Dec 21 03:09:13.072 INFO O| Dec 21 03:09:13.072 INFO STEP 531 (remove_files) COMPLETE |
5984 | 2024-12-21T03:09:15.163Z | [ recovery-image] Dec 21 03:09:13.072 INFO O| Dec 21 03:09:13.072 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-12-21T03:09:15.169Z | [ recovery-image] Dec 21 03:09:13.089 INFO O| Dec 21 03:09:13.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5986 | 2024-12-21T03:09:15.169Z | [ recovery-image] Dec 21 03:09:13.089 INFO O| Dec 21 03:09:13.089 INFO STEP 532 (remove_files) COMPLETE |
5987 | 2024-12-21T03:09:15.169Z | [ recovery-image] Dec 21 03:09:13.089 INFO O| Dec 21 03:09:13.089 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-12-21T03:09:15.189Z | [ recovery-image] Dec 21 03:09:13.107 INFO O| Dec 21 03:09:13.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5989 | 2024-12-21T03:09:15.189Z | [ recovery-image] Dec 21 03:09:13.107 INFO O| Dec 21 03:09:13.107 INFO STEP 533 (remove_files) COMPLETE |
5990 | 2024-12-21T03:09:15.189Z | [ recovery-image] Dec 21 03:09:13.107 INFO O| Dec 21 03:09:13.107 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-12-21T03:09:15.211Z | [ recovery-image] Dec 21 03:09:13.126 INFO O| Dec 21 03:09:13.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5992 | 2024-12-21T03:09:15.211Z | [ recovery-image] Dec 21 03:09:13.126 INFO O| Dec 21 03:09:13.126 INFO STEP 534 (remove_files) COMPLETE |
5993 | 2024-12-21T03:09:15.211Z | [ recovery-image] Dec 21 03:09:13.126 INFO O| Dec 21 03:09:13.126 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-12-21T03:09:15.243Z | [ recovery-image] Dec 21 03:09:13.158 INFO O| Dec 21 03:09:13.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5995 | 2024-12-21T03:09:15.253Z | [ recovery-image] Dec 21 03:09:13.159 INFO O| Dec 21 03:09:13.159 INFO STEP 535 (remove_files) COMPLETE |
5996 | 2024-12-21T03:09:15.253Z | [ recovery-image] Dec 21 03:09:13.159 INFO O| Dec 21 03:09:13.159 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-12-21T03:09:15.300Z | [ recovery-image] Dec 21 03:09:13.185 INFO O| Dec 21 03:09:13.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5998 | 2024-12-21T03:09:15.300Z | [ recovery-image] Dec 21 03:09:13.185 INFO O| Dec 21 03:09:13.185 INFO STEP 536 (remove_files) COMPLETE |
5999 | 2024-12-21T03:09:15.308Z | [ recovery-image] Dec 21 03:09:13.185 INFO O| Dec 21 03:09:13.185 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-12-21T03:09:15.308Z | [ recovery-image] Dec 21 03:09:13.208 INFO O| Dec 21 03:09:13.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
6001 | 2024-12-21T03:09:15.309Z | [ recovery-image] Dec 21 03:09:13.208 INFO O| Dec 21 03:09:13.208 INFO STEP 537 (remove_files) COMPLETE |
6002 | 2024-12-21T03:09:15.309Z | [ recovery-image] Dec 21 03:09:13.209 INFO O| Dec 21 03:09:13.209 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-12-21T03:09:15.347Z | [ recovery-image] Dec 21 03:09:13.263 INFO O| Dec 21 03:09:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
6004 | 2024-12-21T03:09:15.347Z | [ recovery-image] Dec 21 03:09:13.263 INFO O| Dec 21 03:09:13.263 INFO STEP 538 (remove_files) COMPLETE |
6005 | 2024-12-21T03:09:15.347Z | [ recovery-image] Dec 21 03:09:13.263 INFO O| Dec 21 03:09:13.263 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-12-21T03:09:15.404Z | [ recovery-image] Dec 21 03:09:13.322 INFO O| Dec 21 03:09:13.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
6007 | 2024-12-21T03:09:15.404Z | [ recovery-image] Dec 21 03:09:13.322 INFO O| Dec 21 03:09:13.322 INFO STEP 539 (remove_files) COMPLETE |
6008 | 2024-12-21T03:09:15.404Z | [ recovery-image] Dec 21 03:09:13.322 INFO O| Dec 21 03:09:13.322 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-12-21T03:09:15.423Z | [ recovery-image] Dec 21 03:09:13.340 INFO O| Dec 21 03:09:13.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
6010 | 2024-12-21T03:09:15.423Z | [ recovery-image] Dec 21 03:09:13.340 INFO O| Dec 21 03:09:13.340 INFO STEP 540 (remove_files) COMPLETE |
6011 | 2024-12-21T03:09:15.423Z | [ recovery-image] Dec 21 03:09:13.340 INFO O| Dec 21 03:09:13.340 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-12-21T03:09:15.440Z | [ recovery-image] Dec 21 03:09:13.359 INFO O| Dec 21 03:09:13.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
6013 | 2024-12-21T03:09:15.440Z | [ recovery-image] Dec 21 03:09:13.359 INFO O| Dec 21 03:09:13.359 INFO STEP 541 (remove_files) COMPLETE |
6014 | 2024-12-21T03:09:15.440Z | [ recovery-image] Dec 21 03:09:13.359 INFO O| Dec 21 03:09:13.359 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-12-21T03:09:15.457Z | [ recovery-image] Dec 21 03:09:13.377 INFO O| Dec 21 03:09:13.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
6016 | 2024-12-21T03:09:15.457Z | [ recovery-image] Dec 21 03:09:13.377 INFO O| Dec 21 03:09:13.377 INFO STEP 542 (remove_files) COMPLETE |
6017 | 2024-12-21T03:09:15.462Z | [ recovery-image] Dec 21 03:09:13.377 INFO O| Dec 21 03:09:13.377 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-12-21T03:09:15.488Z | [ recovery-image] Dec 21 03:09:13.408 INFO O| Dec 21 03:09:13.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
6019 | 2024-12-21T03:09:15.488Z | [ recovery-image] Dec 21 03:09:13.408 INFO O| Dec 21 03:09:13.408 INFO STEP 543 (remove_files) COMPLETE |
6020 | 2024-12-21T03:09:15.494Z | [ recovery-image] Dec 21 03:09:13.408 INFO O| Dec 21 03:09:13.408 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-12-21T03:09:15.506Z | [ recovery-image] Dec 21 03:09:13.426 INFO O| Dec 21 03:09:13.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
6022 | 2024-12-21T03:09:15.506Z | [ recovery-image] Dec 21 03:09:13.426 INFO O| Dec 21 03:09:13.426 INFO STEP 544 (remove_files) COMPLETE |
6023 | 2024-12-21T03:09:15.510Z | [ recovery-image] Dec 21 03:09:13.426 INFO O| Dec 21 03:09:13.426 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-12-21T03:09:15.524Z | [ recovery-image] Dec 21 03:09:13.445 INFO O| Dec 21 03:09:13.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6025 | 2024-12-21T03:09:15.524Z | [ recovery-image] Dec 21 03:09:13.445 INFO O| Dec 21 03:09:13.445 INFO STEP 545 (remove_files) COMPLETE |
6026 | 2024-12-21T03:09:15.529Z | [ recovery-image] Dec 21 03:09:13.445 INFO O| Dec 21 03:09:13.445 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-12-21T03:09:15.545Z | [ recovery-image] Dec 21 03:09:13.463 INFO O| Dec 21 03:09:13.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6028 | 2024-12-21T03:09:15.545Z | [ recovery-image] Dec 21 03:09:13.463 INFO O| Dec 21 03:09:13.463 INFO STEP 546 (remove_files) COMPLETE |
6029 | 2024-12-21T03:09:15.554Z | [ recovery-image] Dec 21 03:09:13.463 INFO O| Dec 21 03:09:13.463 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-12-21T03:09:15.565Z | [ recovery-image] Dec 21 03:09:13.483 INFO O| Dec 21 03:09:13.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6031 | 2024-12-21T03:09:15.568Z | [ recovery-image] Dec 21 03:09:13.483 INFO O| Dec 21 03:09:13.483 INFO STEP 547 (remove_files) COMPLETE |
6032 | 2024-12-21T03:09:15.568Z | [ recovery-image] Dec 21 03:09:13.483 INFO O| Dec 21 03:09:13.483 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-12-21T03:09:15.583Z | [ recovery-image] Dec 21 03:09:13.503 INFO O| Dec 21 03:09:13.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6034 | 2024-12-21T03:09:15.588Z | [ recovery-image] Dec 21 03:09:13.503 INFO O| Dec 21 03:09:13.503 INFO STEP 548 (remove_files) COMPLETE |
6035 | 2024-12-21T03:09:15.588Z | [ recovery-image] Dec 21 03:09:13.503 INFO O| Dec 21 03:09:13.503 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-12-21T03:09:15.607Z | [ recovery-image] Dec 21 03:09:13.523 INFO O| Dec 21 03:09:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6037 | 2024-12-21T03:09:15.607Z | [ recovery-image] Dec 21 03:09:13.523 INFO O| Dec 21 03:09:13.523 INFO STEP 549 (remove_files) COMPLETE |
6038 | 2024-12-21T03:09:15.613Z | [ recovery-image] Dec 21 03:09:13.523 INFO O| Dec 21 03:09:13.523 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-12-21T03:09:15.633Z | [ recovery-image] Dec 21 03:09:13.551 INFO O| Dec 21 03:09:13.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6040 | 2024-12-21T03:09:15.637Z | [ recovery-image] Dec 21 03:09:13.551 INFO O| Dec 21 03:09:13.551 INFO STEP 550 (remove_files) COMPLETE |
6041 | 2024-12-21T03:09:15.637Z | [ recovery-image] Dec 21 03:09:13.552 INFO O| Dec 21 03:09:13.551 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-12-21T03:09:15.656Z | [ recovery-image] Dec 21 03:09:13.576 INFO O| Dec 21 03:09:13.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6043 | 2024-12-21T03:09:15.660Z | [ recovery-image] Dec 21 03:09:13.576 INFO O| Dec 21 03:09:13.576 INFO STEP 551 (remove_files) COMPLETE |
6044 | 2024-12-21T03:09:15.660Z | [ recovery-image] Dec 21 03:09:13.576 INFO O| Dec 21 03:09:13.576 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-12-21T03:09:15.686Z | [ recovery-image] Dec 21 03:09:13.606 INFO O| Dec 21 03:09:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6046 | 2024-12-21T03:09:15.689Z | [ recovery-image] Dec 21 03:09:13.606 INFO O| Dec 21 03:09:13.606 INFO STEP 552 (remove_files) COMPLETE |
6047 | 2024-12-21T03:09:15.689Z | [ recovery-image] Dec 21 03:09:13.607 INFO O| Dec 21 03:09:13.606 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-12-21T03:09:15.707Z | [ recovery-image] Dec 21 03:09:13.627 INFO O| Dec 21 03:09:13.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6049 | 2024-12-21T03:09:15.710Z | [ recovery-image] Dec 21 03:09:13.627 INFO O| Dec 21 03:09:13.627 INFO STEP 553 (remove_files) COMPLETE |
6050 | 2024-12-21T03:09:15.710Z | [ recovery-image] Dec 21 03:09:13.628 INFO O| Dec 21 03:09:13.627 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-12-21T03:09:15.726Z | [ recovery-image] Dec 21 03:09:13.646 INFO O| Dec 21 03:09:13.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6052 | 2024-12-21T03:09:15.737Z | [ recovery-image] Dec 21 03:09:13.658 INFO O| Dec 21 03:09:13.658 INFO STEP 554 (remove_files) COMPLETE |
6053 | 2024-12-21T03:09:15.737Z | [ recovery-image] Dec 21 03:09:13.658 INFO O| Dec 21 03:09:13.658 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-12-21T03:09:15.759Z | [ recovery-image] Dec 21 03:09:13.678 INFO O| Dec 21 03:09:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6055 | 2024-12-21T03:09:15.772Z | [ recovery-image] Dec 21 03:09:13.692 INFO O| Dec 21 03:09:13.692 INFO STEP 555 (remove_files) COMPLETE |
6056 | 2024-12-21T03:09:15.772Z | [ recovery-image] Dec 21 03:09:13.692 INFO O| Dec 21 03:09:13.692 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-12-21T03:09:15.792Z | [ recovery-image] Dec 21 03:09:13.712 INFO O| Dec 21 03:09:13.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6058 | 2024-12-21T03:09:15.792Z | [ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.712 INFO STEP 556 (remove_files) COMPLETE |
6059 | 2024-12-21T03:09:15.796Z | [ recovery-image] Dec 21 03:09:13.713 INFO O| Dec 21 03:09:13.713 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-21T03:09:15.813Z | [ recovery-image] Dec 21 03:09:13.732 INFO O| Dec 21 03:09:13.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6061 | 2024-12-21T03:09:15.816Z | [ recovery-image] Dec 21 03:09:13.732 INFO O| Dec 21 03:09:13.732 INFO STEP 557 (remove_files) COMPLETE |
6062 | 2024-12-21T03:09:15.817Z | [ recovery-image] Dec 21 03:09:13.732 INFO O| Dec 21 03:09:13.732 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-21T03:09:15.832Z | [ recovery-image] Dec 21 03:09:13.752 INFO O| Dec 21 03:09:13.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6064 | 2024-12-21T03:09:15.832Z | [ recovery-image] Dec 21 03:09:13.752 INFO O| Dec 21 03:09:13.752 INFO STEP 558 (remove_files) COMPLETE |
6065 | 2024-12-21T03:09:15.832Z | [ recovery-image] Dec 21 03:09:13.752 INFO O| Dec 21 03:09:13.752 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-21T03:09:15.852Z | [ recovery-image] Dec 21 03:09:13.772 INFO O| Dec 21 03:09:13.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6067 | 2024-12-21T03:09:15.852Z | [ recovery-image] Dec 21 03:09:13.772 INFO O| Dec 21 03:09:13.772 INFO STEP 559 (remove_files) COMPLETE |
6068 | 2024-12-21T03:09:15.852Z | [ recovery-image] Dec 21 03:09:13.772 INFO O| Dec 21 03:09:13.772 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-12-21T03:09:15.874Z | [ recovery-image] Dec 21 03:09:13.794 INFO O| Dec 21 03:09:13.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6070 | 2024-12-21T03:09:15.875Z | [ recovery-image] Dec 21 03:09:13.794 INFO O| Dec 21 03:09:13.794 INFO STEP 560 (remove_files) COMPLETE |
6071 | 2024-12-21T03:09:15.878Z | [ recovery-image] Dec 21 03:09:13.794 INFO O| Dec 21 03:09:13.794 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-21T03:09:15.903Z | [ recovery-image] Dec 21 03:09:13.822 INFO O| Dec 21 03:09:13.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6073 | 2024-12-21T03:09:15.903Z | [ recovery-image] Dec 21 03:09:13.822 INFO O| Dec 21 03:09:13.822 INFO STEP 561 (remove_files) COMPLETE |
6074 | 2024-12-21T03:09:15.906Z | [ recovery-image] Dec 21 03:09:13.822 INFO O| Dec 21 03:09:13.822 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-21T03:09:15.928Z | [ recovery-image] Dec 21 03:09:13.847 INFO O| Dec 21 03:09:13.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6076 | 2024-12-21T03:09:15.928Z | [ recovery-image] Dec 21 03:09:13.847 INFO O| Dec 21 03:09:13.847 INFO STEP 562 (remove_files) COMPLETE |
6077 | 2024-12-21T03:09:15.933Z | [ recovery-image] Dec 21 03:09:13.847 INFO O| Dec 21 03:09:13.847 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-21T03:09:15.953Z | [ recovery-image] Dec 21 03:09:13.873 INFO O| Dec 21 03:09:13.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6079 | 2024-12-21T03:09:15.953Z | [ recovery-image] Dec 21 03:09:13.873 INFO O| Dec 21 03:09:13.873 INFO STEP 563 (remove_files) COMPLETE |
6080 | 2024-12-21T03:09:15.953Z | [ recovery-image] Dec 21 03:09:13.873 INFO O| Dec 21 03:09:13.873 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-21T03:09:15.978Z | [ recovery-image] Dec 21 03:09:13.899 INFO O| Dec 21 03:09:13.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6082 | 2024-12-21T03:09:15.979Z | [ recovery-image] Dec 21 03:09:13.899 INFO O| Dec 21 03:09:13.899 INFO STEP 564 (remove_files) COMPLETE |
6083 | 2024-12-21T03:09:15.979Z | [ recovery-image] Dec 21 03:09:13.899 INFO O| Dec 21 03:09:13.899 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-21T03:09:16.002Z | [ recovery-image] Dec 21 03:09:13.923 INFO O| Dec 21 03:09:13.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6085 | 2024-12-21T03:09:16.002Z | [ recovery-image] Dec 21 03:09:13.923 INFO O| Dec 21 03:09:13.923 INFO STEP 565 (remove_files) COMPLETE |
6086 | 2024-12-21T03:09:16.002Z | [ recovery-image] Dec 21 03:09:13.923 INFO O| Dec 21 03:09:13.923 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-21T03:09:16.025Z | [ recovery-image] Dec 21 03:09:13.946 INFO O| Dec 21 03:09:13.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6088 | 2024-12-21T03:09:16.030Z | [ recovery-image] Dec 21 03:09:13.946 INFO O| Dec 21 03:09:13.946 INFO STEP 566 (remove_files) COMPLETE |
6089 | 2024-12-21T03:09:16.031Z | [ recovery-image] Dec 21 03:09:13.946 INFO O| Dec 21 03:09:13.946 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-21T03:09:16.050Z | [ recovery-image] Dec 21 03:09:13.967 INFO O| Dec 21 03:09:13.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6091 | 2024-12-21T03:09:16.059Z | [ recovery-image] Dec 21 03:09:13.967 INFO O| Dec 21 03:09:13.967 INFO STEP 567 (remove_files) COMPLETE |
6092 | 2024-12-21T03:09:16.059Z | [ recovery-image] Dec 21 03:09:13.967 INFO O| Dec 21 03:09:13.967 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-21T03:09:16.071Z | [ recovery-image] Dec 21 03:09:13.987 INFO O| Dec 21 03:09:13.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6094 | 2024-12-21T03:09:16.071Z | [ recovery-image] Dec 21 03:09:13.987 INFO O| Dec 21 03:09:13.987 INFO STEP 568 (remove_files) COMPLETE |
6095 | 2024-12-21T03:09:16.080Z | [ recovery-image] Dec 21 03:09:13.987 INFO O| Dec 21 03:09:13.987 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-21T03:09:16.088Z | [ recovery-image] Dec 21 03:09:14.005 INFO O| Dec 21 03:09:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6097 | 2024-12-21T03:09:16.088Z | [ recovery-image] Dec 21 03:09:14.006 INFO O| Dec 21 03:09:14.006 INFO STEP 569 (remove_files) COMPLETE |
6098 | 2024-12-21T03:09:16.096Z | [ recovery-image] Dec 21 03:09:14.006 INFO O| Dec 21 03:09:14.006 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-21T03:09:16.113Z | [ recovery-image] Dec 21 03:09:14.025 INFO O| Dec 21 03:09:14.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6100 | 2024-12-21T03:09:16.127Z | [ recovery-image] Dec 21 03:09:14.026 INFO O| Dec 21 03:09:14.026 INFO STEP 570 (remove_files) COMPLETE |
6101 | 2024-12-21T03:09:16.127Z | [ recovery-image] Dec 21 03:09:14.026 INFO O| Dec 21 03:09:14.026 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-21T03:09:16.131Z | [ recovery-image] Dec 21 03:09:14.044 INFO O| Dec 21 03:09:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6103 | 2024-12-21T03:09:16.132Z | [ recovery-image] Dec 21 03:09:14.045 INFO O| Dec 21 03:09:14.045 INFO STEP 571 (remove_files) COMPLETE |
6104 | 2024-12-21T03:09:16.132Z | [ recovery-image] Dec 21 03:09:14.045 INFO O| Dec 21 03:09:14.045 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-21T03:09:16.229Z | [ recovery-image] Dec 21 03:09:14.135 INFO O| Dec 21 03:09:14.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6106 | 2024-12-21T03:09:16.230Z | [ recovery-image] Dec 21 03:09:14.135 INFO O| Dec 21 03:09:14.135 INFO STEP 572 (remove_files) COMPLETE |
6107 | 2024-12-21T03:09:16.238Z | [ recovery-image] Dec 21 03:09:14.135 INFO O| Dec 21 03:09:14.135 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-21T03:09:16.238Z | [ recovery-image] Dec 21 03:09:14.154 INFO O| Dec 21 03:09:14.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6109 | 2024-12-21T03:09:16.238Z | [ recovery-image] Dec 21 03:09:14.154 INFO O| Dec 21 03:09:14.154 INFO STEP 573 (remove_files) COMPLETE |
6110 | 2024-12-21T03:09:16.238Z | [ recovery-image] Dec 21 03:09:14.154 INFO O| Dec 21 03:09:14.154 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-21T03:09:16.280Z | [ recovery-image] Dec 21 03:09:14.198 INFO O| Dec 21 03:09:14.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6112 | 2024-12-21T03:09:16.286Z | [ recovery-image] Dec 21 03:09:14.198 INFO O| Dec 21 03:09:14.198 INFO STEP 574 (remove_files) COMPLETE |
6113 | 2024-12-21T03:09:16.286Z | [ recovery-image] Dec 21 03:09:14.198 INFO O| Dec 21 03:09:14.198 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-21T03:09:16.316Z | [ recovery-image] Dec 21 03:09:14.236 INFO O| Dec 21 03:09:14.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6115 | 2024-12-21T03:09:16.316Z | [ recovery-image] Dec 21 03:09:14.236 INFO O| Dec 21 03:09:14.236 INFO STEP 575 (remove_files) COMPLETE |
6116 | 2024-12-21T03:09:16.317Z | [ recovery-image] Dec 21 03:09:14.236 INFO O| Dec 21 03:09:14.236 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-21T03:09:16.435Z | [ recovery-image] Dec 21 03:09:14.353 INFO O| Dec 21 03:09:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6118 | 2024-12-21T03:09:16.435Z | [ recovery-image] Dec 21 03:09:14.353 INFO O| Dec 21 03:09:14.353 INFO STEP 576 (remove_files) COMPLETE |
6119 | 2024-12-21T03:09:16.443Z | [ recovery-image] Dec 21 03:09:14.353 INFO O| Dec 21 03:09:14.353 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-21T03:09:16.457Z | [ recovery-image] Dec 21 03:09:14.376 INFO O| Dec 21 03:09:14.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6121 | 2024-12-21T03:09:16.457Z | [ recovery-image] Dec 21 03:09:14.376 INFO O| Dec 21 03:09:14.376 INFO STEP 577 (remove_files) COMPLETE |
6122 | 2024-12-21T03:09:16.457Z | [ recovery-image] Dec 21 03:09:14.376 INFO O| Dec 21 03:09:14.376 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-12-21T03:09:16.476Z | [ recovery-image] Dec 21 03:09:14.396 INFO O| Dec 21 03:09:14.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6124 | 2024-12-21T03:09:16.498Z | [ recovery-image] Dec 21 03:09:14.419 INFO O| Dec 21 03:09:14.419 INFO STEP 578 (remove_files) COMPLETE |
6125 | 2024-12-21T03:09:16.499Z | [ recovery-image] Dec 21 03:09:14.419 INFO O| Dec 21 03:09:14.419 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-12-21T03:09:16.521Z | [ recovery-image] Dec 21 03:09:14.441 INFO O| Dec 21 03:09:14.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6127 | 2024-12-21T03:09:16.521Z | [ recovery-image] Dec 21 03:09:14.441 INFO O| Dec 21 03:09:14.441 INFO STEP 579 (remove_files) COMPLETE |
6128 | 2024-12-21T03:09:16.523Z | [ recovery-image] Dec 21 03:09:14.441 INFO O| Dec 21 03:09:14.441 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-12-21T03:09:16.543Z | [ recovery-image] Dec 21 03:09:14.459 INFO O| Dec 21 03:09:14.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6130 | 2024-12-21T03:09:16.553Z | [ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO STEP 580 (remove_files) COMPLETE |
6131 | 2024-12-21T03:09:16.553Z | [ recovery-image] Dec 21 03:09:14.466 INFO O| Dec 21 03:09:14.466 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-12-21T03:09:16.579Z | [ recovery-image] Dec 21 03:09:14.499 INFO O| Dec 21 03:09:14.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6133 | 2024-12-21T03:09:16.579Z | [ recovery-image] Dec 21 03:09:14.499 INFO O| Dec 21 03:09:14.499 INFO STEP 581 (remove_files) COMPLETE |
6134 | 2024-12-21T03:09:16.581Z | [ recovery-image] Dec 21 03:09:14.499 INFO O| Dec 21 03:09:14.499 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-12-21T03:09:16.596Z | [ recovery-image] Dec 21 03:09:14.516 INFO O| Dec 21 03:09:14.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6136 | 2024-12-21T03:09:16.596Z | [ recovery-image] Dec 21 03:09:14.516 INFO O| Dec 21 03:09:14.516 INFO STEP 582 (remove_files) COMPLETE |
6137 | 2024-12-21T03:09:16.599Z | [ recovery-image] Dec 21 03:09:14.517 INFO O| Dec 21 03:09:14.517 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-12-21T03:09:16.614Z | [ recovery-image] Dec 21 03:09:14.535 INFO O| Dec 21 03:09:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6139 | 2024-12-21T03:09:16.617Z | [ recovery-image] Dec 21 03:09:14.535 INFO O| Dec 21 03:09:14.535 INFO STEP 583 (remove_files) COMPLETE |
6140 | 2024-12-21T03:09:16.617Z | [ recovery-image] Dec 21 03:09:14.535 INFO O| Dec 21 03:09:14.535 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-12-21T03:09:16.633Z | [ recovery-image] Dec 21 03:09:14.552 INFO O| Dec 21 03:09:14.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6142 | 2024-12-21T03:09:16.633Z | [ recovery-image] Dec 21 03:09:14.552 INFO O| Dec 21 03:09:14.552 INFO STEP 584 (remove_files) COMPLETE |
6143 | 2024-12-21T03:09:16.633Z | [ recovery-image] Dec 21 03:09:14.552 INFO O| Dec 21 03:09:14.552 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-12-21T03:09:16.649Z | [ recovery-image] Dec 21 03:09:14.568 INFO O| Dec 21 03:09:14.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6145 | 2024-12-21T03:09:16.649Z | [ recovery-image] Dec 21 03:09:14.568 INFO O| Dec 21 03:09:14.568 INFO STEP 585 (remove_files) COMPLETE |
6146 | 2024-12-21T03:09:16.650Z | [ recovery-image] Dec 21 03:09:14.568 INFO O| Dec 21 03:09:14.568 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-12-21T03:09:16.702Z | [ recovery-image] Dec 21 03:09:14.614 INFO O| Dec 21 03:09:14.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6148 | 2024-12-21T03:09:16.705Z | [ recovery-image] Dec 21 03:09:14.614 INFO O| Dec 21 03:09:14.614 INFO STEP 586 (remove_files) COMPLETE |
6149 | 2024-12-21T03:09:16.705Z | [ recovery-image] Dec 21 03:09:14.615 INFO O| Dec 21 03:09:14.614 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-12-21T03:09:16.743Z | [ recovery-image] Dec 21 03:09:14.662 INFO O| Dec 21 03:09:14.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6151 | 2024-12-21T03:09:16.743Z | [ recovery-image] Dec 21 03:09:14.662 INFO O| Dec 21 03:09:14.662 INFO STEP 587 (remove_files) COMPLETE |
6152 | 2024-12-21T03:09:16.743Z | [ recovery-image] Dec 21 03:09:14.662 INFO O| Dec 21 03:09:14.662 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-12-21T03:09:16.837Z | [ recovery-image] Dec 21 03:09:14.694 INFO O| Dec 21 03:09:14.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6154 | 2024-12-21T03:09:16.837Z | [ recovery-image] Dec 21 03:09:14.694 INFO O| Dec 21 03:09:14.694 INFO STEP 588 (remove_files) COMPLETE |
6155 | 2024-12-21T03:09:16.920Z | [ recovery-image] Dec 21 03:09:14.694 INFO O| Dec 21 03:09:14.694 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-12-21T03:09:16.920Z | [ recovery-image] Dec 21 03:09:14.715 INFO O| Dec 21 03:09:14.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6157 | 2024-12-21T03:09:16.921Z | [ recovery-image] Dec 21 03:09:14.715 INFO O| Dec 21 03:09:14.715 INFO STEP 589 (remove_files) COMPLETE |
6158 | 2024-12-21T03:09:16.921Z | [ recovery-image] Dec 21 03:09:14.715 INFO O| Dec 21 03:09:14.715 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-12-21T03:09:16.921Z | [ recovery-image] Dec 21 03:09:14.734 INFO O| Dec 21 03:09:14.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6160 | 2024-12-21T03:09:16.921Z | [ recovery-image] Dec 21 03:09:14.734 INFO O| Dec 21 03:09:14.734 INFO STEP 590 (remove_files) COMPLETE |
6161 | 2024-12-21T03:09:16.921Z | [ recovery-image] Dec 21 03:09:14.734 INFO O| Dec 21 03:09:14.734 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-12-21T03:09:16.921Z | [ recovery-image] Dec 21 03:09:14.754 INFO O| Dec 21 03:09:14.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6163 | 2024-12-21T03:09:16.921Z | [ recovery-image] Dec 21 03:09:14.754 INFO O| Dec 21 03:09:14.754 INFO STEP 591 (remove_files) COMPLETE |
6164 | 2024-12-21T03:09:16.921Z | [ recovery-image] Dec 21 03:09:14.754 INFO O| Dec 21 03:09:14.754 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-12-21T03:09:17.117Z | [ recovery-image] Dec 21 03:09:14.774 INFO O| Dec 21 03:09:14.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6166 | 2024-12-21T03:09:17.118Z | [ recovery-image] Dec 21 03:09:14.774 INFO O| Dec 21 03:09:14.774 INFO STEP 592 (remove_files) COMPLETE |
6167 | 2024-12-21T03:09:17.118Z | [ recovery-image] Dec 21 03:09:14.774 INFO O| Dec 21 03:09:14.774 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-12-21T03:09:17.118Z | [ recovery-image] Dec 21 03:09:14.793 INFO O| Dec 21 03:09:14.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6169 | 2024-12-21T03:09:17.118Z | [ recovery-image] Dec 21 03:09:14.793 INFO O| Dec 21 03:09:14.793 INFO STEP 593 (remove_files) COMPLETE |
6170 | 2024-12-21T03:09:17.118Z | [ recovery-image] Dec 21 03:09:14.793 INFO O| Dec 21 03:09:14.793 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-12-21T03:09:17.118Z | [ recovery-image] Dec 21 03:09:14.811 INFO O| Dec 21 03:09:14.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6172 | 2024-12-21T03:09:17.118Z | [ recovery-image] Dec 21 03:09:14.812 INFO O| Dec 21 03:09:14.812 INFO STEP 594 (remove_files) COMPLETE |
6173 | 2024-12-21T03:09:17.118Z | [ recovery-image] Dec 21 03:09:14.812 INFO O| Dec 21 03:09:14.812 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-12-21T03:09:17.119Z | [ recovery-image] Dec 21 03:09:14.830 INFO O| Dec 21 03:09:14.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6175 | 2024-12-21T03:09:17.119Z | [ recovery-image] Dec 21 03:09:14.830 INFO O| Dec 21 03:09:14.830 INFO STEP 595 (remove_files) COMPLETE |
6176 | 2024-12-21T03:09:17.119Z | [ recovery-image] Dec 21 03:09:14.830 INFO O| Dec 21 03:09:14.830 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6178 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO STEP 596 (remove_files) COMPLETE |
6179 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.848 INFO O| Dec 21 03:09:14.848 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.866 INFO O| Dec 21 03:09:14.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6181 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.866 INFO O| Dec 21 03:09:14.866 INFO STEP 597 (remove_files) COMPLETE |
6182 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.866 INFO O| Dec 21 03:09:14.866 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.885 INFO O| Dec 21 03:09:14.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6184 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.885 INFO O| Dec 21 03:09:14.885 INFO STEP 598 (remove_files) COMPLETE |
6185 | 2024-12-21T03:09:17.207Z | [ recovery-image] Dec 21 03:09:14.885 INFO O| Dec 21 03:09:14.885 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.904 INFO O| Dec 21 03:09:14.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6187 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.904 INFO O| Dec 21 03:09:14.904 INFO STEP 599 (remove_files) COMPLETE |
6188 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.904 INFO O| Dec 21 03:09:14.904 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.923 INFO O| Dec 21 03:09:14.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6190 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.923 INFO O| Dec 21 03:09:14.923 INFO STEP 600 (remove_files) COMPLETE |
6191 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.923 INFO O| Dec 21 03:09:14.923 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.942 INFO O| Dec 21 03:09:14.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6193 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.962 INFO O| Dec 21 03:09:14.962 INFO STEP 601 (remove_files) COMPLETE |
6194 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.962 INFO O| Dec 21 03:09:14.962 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.981 INFO O| Dec 21 03:09:14.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6196 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.981 INFO O| Dec 21 03:09:14.981 INFO STEP 602 (remove_files) COMPLETE |
6197 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.981 INFO O| Dec 21 03:09:14.981 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-12-21T03:09:17.208Z | [ recovery-image] Dec 21 03:09:14.998 INFO O| Dec 21 03:09:14.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6199 | 2024-12-21T03:09:17.209Z | [ recovery-image] Dec 21 03:09:14.999 INFO O| Dec 21 03:09:14.999 INFO STEP 603 (remove_files) COMPLETE |
6200 | 2024-12-21T03:09:17.209Z | [ recovery-image] Dec 21 03:09:14.999 INFO O| Dec 21 03:09:14.999 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-12-21T03:09:17.209Z | [ recovery-image] Dec 21 03:09:15.018 INFO O| Dec 21 03:09:15.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6202 | 2024-12-21T03:09:17.209Z | [ recovery-image] Dec 21 03:09:15.018 INFO O| Dec 21 03:09:15.018 INFO STEP 604 (remove_files) COMPLETE |
6203 | 2024-12-21T03:09:17.209Z | [ recovery-image] Dec 21 03:09:15.018 INFO O| Dec 21 03:09:15.018 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-12-21T03:09:17.209Z | [ recovery-image] Dec 21 03:09:15.036 INFO O| Dec 21 03:09:15.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6205 | 2024-12-21T03:09:17.209Z | [ recovery-image] Dec 21 03:09:15.036 INFO O| Dec 21 03:09:15.036 INFO STEP 605 (remove_files) COMPLETE |
6206 | 2024-12-21T03:09:17.209Z | [ recovery-image] Dec 21 03:09:15.037 INFO O| Dec 21 03:09:15.036 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-12-21T03:09:17.220Z | [ recovery-image] Dec 21 03:09:15.055 INFO O| Dec 21 03:09:15.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6208 | 2024-12-21T03:09:17.220Z | [ recovery-image] Dec 21 03:09:15.055 INFO O| Dec 21 03:09:15.055 INFO STEP 606 (remove_files) COMPLETE |
6209 | 2024-12-21T03:09:17.220Z | [ recovery-image] Dec 21 03:09:15.055 INFO O| Dec 21 03:09:15.055 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-12-21T03:09:17.220Z | [ recovery-image] Dec 21 03:09:15.074 INFO O| Dec 21 03:09:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6211 | 2024-12-21T03:09:17.221Z | [ recovery-image] Dec 21 03:09:15.074 INFO O| Dec 21 03:09:15.074 INFO STEP 607 (remove_files) COMPLETE |
6212 | 2024-12-21T03:09:17.221Z | [ recovery-image] Dec 21 03:09:15.074 INFO O| Dec 21 03:09:15.074 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-12-21T03:09:17.221Z | [ recovery-image] Dec 21 03:09:15.092 INFO O| Dec 21 03:09:15.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6214 | 2024-12-21T03:09:17.221Z | [ recovery-image] Dec 21 03:09:15.092 INFO O| Dec 21 03:09:15.092 INFO STEP 608 (remove_files) COMPLETE |
6215 | 2024-12-21T03:09:17.221Z | [ recovery-image] Dec 21 03:09:15.092 INFO O| Dec 21 03:09:15.092 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-12-21T03:09:17.221Z | [ recovery-image] Dec 21 03:09:15.110 INFO O| Dec 21 03:09:15.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6217 | 2024-12-21T03:09:17.221Z | [ recovery-image] Dec 21 03:09:15.110 INFO O| Dec 21 03:09:15.110 INFO STEP 609 (remove_files) COMPLETE |
6218 | 2024-12-21T03:09:17.221Z | [ recovery-image] Dec 21 03:09:15.110 INFO O| Dec 21 03:09:15.110 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-12-21T03:09:17.236Z | [ recovery-image] Dec 21 03:09:15.138 INFO O| Dec 21 03:09:15.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6220 | 2024-12-21T03:09:17.236Z | [ recovery-image] Dec 21 03:09:15.138 INFO O| Dec 21 03:09:15.138 INFO STEP 610 (remove_files) COMPLETE |
6221 | 2024-12-21T03:09:17.236Z | [ recovery-image] Dec 21 03:09:15.138 INFO O| Dec 21 03:09:15.138 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-12-21T03:09:17.240Z | [ recovery-image] Dec 21 03:09:15.159 INFO O| Dec 21 03:09:15.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6223 | 2024-12-21T03:09:17.246Z | [ recovery-image] Dec 21 03:09:15.159 INFO O| Dec 21 03:09:15.159 INFO STEP 611 (remove_files) COMPLETE |
6224 | 2024-12-21T03:09:17.246Z | [ recovery-image] Dec 21 03:09:15.159 INFO O| Dec 21 03:09:15.159 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-12-21T03:09:17.298Z | [ recovery-image] Dec 21 03:09:15.218 INFO O| Dec 21 03:09:15.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6226 | 2024-12-21T03:09:17.298Z | [ recovery-image] Dec 21 03:09:15.218 INFO O| Dec 21 03:09:15.218 INFO STEP 612 (remove_files) COMPLETE |
6227 | 2024-12-21T03:09:17.298Z | [ recovery-image] Dec 21 03:09:15.218 INFO O| Dec 21 03:09:15.218 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-12-21T03:09:17.320Z | [ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6229 | 2024-12-21T03:09:17.320Z | [ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.239 INFO STEP 613 (remove_files) COMPLETE |
6230 | 2024-12-21T03:09:17.324Z | [ recovery-image] Dec 21 03:09:15.239 INFO O| Dec 21 03:09:15.239 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-12-21T03:09:17.338Z | [ recovery-image] Dec 21 03:09:15.258 INFO O| Dec 21 03:09:15.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6232 | 2024-12-21T03:09:17.341Z | [ recovery-image] Dec 21 03:09:15.258 INFO O| Dec 21 03:09:15.258 INFO STEP 614 (remove_files) COMPLETE |
6233 | 2024-12-21T03:09:17.341Z | [ recovery-image] Dec 21 03:09:15.258 INFO O| Dec 21 03:09:15.258 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-12-21T03:09:17.357Z | [ recovery-image] Dec 21 03:09:15.277 INFO O| Dec 21 03:09:15.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6235 | 2024-12-21T03:09:17.358Z | [ recovery-image] Dec 21 03:09:15.277 INFO O| Dec 21 03:09:15.277 INFO STEP 615 (remove_files) COMPLETE |
6236 | 2024-12-21T03:09:17.362Z | [ recovery-image] Dec 21 03:09:15.277 INFO O| Dec 21 03:09:15.277 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-12-21T03:09:17.380Z | [ recovery-image] Dec 21 03:09:15.295 INFO O| Dec 21 03:09:15.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6238 | 2024-12-21T03:09:17.380Z | [ recovery-image] Dec 21 03:09:15.295 INFO O| Dec 21 03:09:15.295 INFO STEP 616 (remove_files) COMPLETE |
6239 | 2024-12-21T03:09:17.386Z | [ recovery-image] Dec 21 03:09:15.296 INFO O| Dec 21 03:09:15.295 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-12-21T03:09:17.401Z | [ recovery-image] Dec 21 03:09:15.314 INFO O| Dec 21 03:09:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6241 | 2024-12-21T03:09:17.401Z | [ recovery-image] Dec 21 03:09:15.314 INFO O| Dec 21 03:09:15.314 INFO STEP 617 (remove_files) COMPLETE |
6242 | 2024-12-21T03:09:17.401Z | [ recovery-image] Dec 21 03:09:15.314 INFO O| Dec 21 03:09:15.314 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-12-21T03:09:17.413Z | [ recovery-image] Dec 21 03:09:15.333 INFO O| Dec 21 03:09:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6244 | 2024-12-21T03:09:17.417Z | [ recovery-image] Dec 21 03:09:15.333 INFO O| Dec 21 03:09:15.333 INFO STEP 618 (remove_files) COMPLETE |
6245 | 2024-12-21T03:09:17.417Z | [ recovery-image] Dec 21 03:09:15.333 INFO O| Dec 21 03:09:15.333 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-12-21T03:09:17.434Z | [ recovery-image] Dec 21 03:09:15.353 INFO O| Dec 21 03:09:15.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6247 | 2024-12-21T03:09:17.440Z | [ recovery-image] Dec 21 03:09:15.354 INFO O| Dec 21 03:09:15.354 INFO STEP 619 (remove_files) COMPLETE |
6248 | 2024-12-21T03:09:17.440Z | [ recovery-image] Dec 21 03:09:15.354 INFO O| Dec 21 03:09:15.354 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-12-21T03:09:17.455Z | [ recovery-image] Dec 21 03:09:15.373 INFO O| Dec 21 03:09:15.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6250 | 2024-12-21T03:09:17.458Z | [ recovery-image] Dec 21 03:09:15.373 INFO O| Dec 21 03:09:15.373 INFO STEP 620 (remove_files) COMPLETE |
6251 | 2024-12-21T03:09:17.458Z | [ recovery-image] Dec 21 03:09:15.373 INFO O| Dec 21 03:09:15.373 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-12-21T03:09:17.499Z | [ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6253 | 2024-12-21T03:09:17.499Z | [ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO STEP 621 (remove_files) COMPLETE |
6254 | 2024-12-21T03:09:17.501Z | [ recovery-image] Dec 21 03:09:15.417 INFO O| Dec 21 03:09:15.417 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-12-21T03:09:17.517Z | [ recovery-image] Dec 21 03:09:15.437 INFO O| Dec 21 03:09:15.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6256 | 2024-12-21T03:09:17.517Z | [ recovery-image] Dec 21 03:09:15.437 INFO O| Dec 21 03:09:15.437 INFO STEP 622 (remove_files) COMPLETE |
6257 | 2024-12-21T03:09:17.520Z | [ recovery-image] Dec 21 03:09:15.438 INFO O| Dec 21 03:09:15.437 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-12-21T03:09:17.538Z | [ recovery-image] Dec 21 03:09:15.457 INFO O| Dec 21 03:09:15.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6259 | 2024-12-21T03:09:17.538Z | [ recovery-image] Dec 21 03:09:15.457 INFO O| Dec 21 03:09:15.457 INFO STEP 623 (remove_files) COMPLETE |
6260 | 2024-12-21T03:09:17.541Z | [ recovery-image] Dec 21 03:09:15.457 INFO O| Dec 21 03:09:15.457 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-12-21T03:09:17.555Z | [ recovery-image] Dec 21 03:09:15.476 INFO O| Dec 21 03:09:15.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6262 | 2024-12-21T03:09:17.556Z | [ recovery-image] Dec 21 03:09:15.476 INFO O| Dec 21 03:09:15.476 INFO STEP 624 (remove_files) COMPLETE |
6263 | 2024-12-21T03:09:17.564Z | [ recovery-image] Dec 21 03:09:15.476 INFO O| Dec 21 03:09:15.476 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-12-21T03:09:17.575Z | [ recovery-image] Dec 21 03:09:15.494 INFO O| Dec 21 03:09:15.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6265 | 2024-12-21T03:09:17.575Z | [ recovery-image] Dec 21 03:09:15.494 INFO O| Dec 21 03:09:15.494 INFO STEP 625 (remove_files) COMPLETE |
6266 | 2024-12-21T03:09:17.581Z | [ recovery-image] Dec 21 03:09:15.494 INFO O| Dec 21 03:09:15.494 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-12-21T03:09:17.598Z | [ recovery-image] Dec 21 03:09:15.513 INFO O| Dec 21 03:09:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6268 | 2024-12-21T03:09:17.598Z | [ recovery-image] Dec 21 03:09:15.513 INFO O| Dec 21 03:09:15.513 INFO STEP 626 (remove_files) COMPLETE |
6269 | 2024-12-21T03:09:17.598Z | [ recovery-image] Dec 21 03:09:15.513 INFO O| Dec 21 03:09:15.513 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-21T03:09:17.621Z | [ recovery-image] Dec 21 03:09:15.534 INFO O| Dec 21 03:09:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6271 | 2024-12-21T03:09:17.621Z | [ recovery-image] Dec 21 03:09:15.534 INFO O| Dec 21 03:09:15.534 INFO STEP 627 (remove_files) COMPLETE |
6272 | 2024-12-21T03:09:17.621Z | [ recovery-image] Dec 21 03:09:15.534 INFO O| Dec 21 03:09:15.534 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-21T03:09:17.635Z | [ recovery-image] Dec 21 03:09:15.554 INFO O| Dec 21 03:09:15.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6274 | 2024-12-21T03:09:17.635Z | [ recovery-image] Dec 21 03:09:15.554 INFO O| Dec 21 03:09:15.554 INFO STEP 628 (remove_files) COMPLETE |
6275 | 2024-12-21T03:09:17.635Z | [ recovery-image] Dec 21 03:09:15.554 INFO O| Dec 21 03:09:15.554 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-21T03:09:17.654Z | [ recovery-image] Dec 21 03:09:15.574 INFO O| Dec 21 03:09:15.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6277 | 2024-12-21T03:09:17.654Z | [ recovery-image] Dec 21 03:09:15.574 INFO O| Dec 21 03:09:15.574 INFO STEP 629 (remove_files) COMPLETE |
6278 | 2024-12-21T03:09:17.657Z | [ recovery-image] Dec 21 03:09:15.574 INFO O| Dec 21 03:09:15.574 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-21T03:09:17.676Z | [ recovery-image] Dec 21 03:09:15.595 INFO O| Dec 21 03:09:15.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6280 | 2024-12-21T03:09:17.677Z | [ recovery-image] Dec 21 03:09:15.595 INFO O| Dec 21 03:09:15.595 INFO STEP 630 (remove_files) COMPLETE |
6281 | 2024-12-21T03:09:17.682Z | [ recovery-image] Dec 21 03:09:15.595 INFO O| Dec 21 03:09:15.595 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-21T03:09:17.694Z | [ recovery-image] Dec 21 03:09:15.614 INFO O| Dec 21 03:09:15.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6283 | 2024-12-21T03:09:17.694Z | [ recovery-image] Dec 21 03:09:15.614 INFO O| Dec 21 03:09:15.614 INFO STEP 631 (remove_files) COMPLETE |
6284 | 2024-12-21T03:09:17.725Z | [ recovery-image] Dec 21 03:09:15.614 INFO O| Dec 21 03:09:15.614 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-21T03:09:17.737Z | [ recovery-image] Dec 21 03:09:15.633 INFO O| Dec 21 03:09:15.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6286 | 2024-12-21T03:09:17.737Z | [ recovery-image] Dec 21 03:09:15.633 INFO O| Dec 21 03:09:15.633 INFO STEP 632 (remove_files) COMPLETE |
6287 | 2024-12-21T03:09:17.737Z | [ recovery-image] Dec 21 03:09:15.633 INFO O| Dec 21 03:09:15.633 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-21T03:09:17.746Z | [ recovery-image] Dec 21 03:09:15.662 INFO O| Dec 21 03:09:15.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6289 | 2024-12-21T03:09:17.746Z | [ recovery-image] Dec 21 03:09:15.663 INFO O| Dec 21 03:09:15.662 INFO STEP 633 (remove_files) COMPLETE |
6290 | 2024-12-21T03:09:17.749Z | [ recovery-image] Dec 21 03:09:15.663 INFO O| Dec 21 03:09:15.663 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-21T03:09:17.765Z | [ recovery-image] Dec 21 03:09:15.685 INFO O| Dec 21 03:09:15.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6292 | 2024-12-21T03:09:17.765Z | [ recovery-image] Dec 21 03:09:15.685 INFO O| Dec 21 03:09:15.685 INFO STEP 634 (remove_files) COMPLETE |
6293 | 2024-12-21T03:09:17.765Z | [ recovery-image] Dec 21 03:09:15.685 INFO O| Dec 21 03:09:15.685 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-21T03:09:17.789Z | [ recovery-image] Dec 21 03:09:15.704 INFO O| Dec 21 03:09:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6295 | 2024-12-21T03:09:17.789Z | [ recovery-image] Dec 21 03:09:15.704 INFO O| Dec 21 03:09:15.704 INFO STEP 635 (remove_files) COMPLETE |
6296 | 2024-12-21T03:09:17.790Z | [ recovery-image] Dec 21 03:09:15.704 INFO O| Dec 21 03:09:15.704 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-21T03:09:17.804Z | [ recovery-image] Dec 21 03:09:15.723 INFO O| Dec 21 03:09:15.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6298 | 2024-12-21T03:09:17.804Z | [ recovery-image] Dec 21 03:09:15.723 INFO O| Dec 21 03:09:15.723 INFO STEP 636 (remove_files) COMPLETE |
6299 | 2024-12-21T03:09:17.825Z | [ recovery-image] Dec 21 03:09:15.723 INFO O| Dec 21 03:09:15.723 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-21T03:09:17.830Z | [ recovery-image] Dec 21 03:09:15.743 INFO O| Dec 21 03:09:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6301 | 2024-12-21T03:09:17.830Z | [ recovery-image] Dec 21 03:09:15.743 INFO O| Dec 21 03:09:15.743 INFO STEP 637 (remove_files) COMPLETE |
6302 | 2024-12-21T03:09:17.831Z | [ recovery-image] Dec 21 03:09:15.743 INFO O| Dec 21 03:09:15.743 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-21T03:09:17.842Z | [ recovery-image] Dec 21 03:09:15.762 INFO O| Dec 21 03:09:15.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6304 | 2024-12-21T03:09:17.843Z | [ recovery-image] Dec 21 03:09:15.762 INFO O| Dec 21 03:09:15.762 INFO STEP 638 (remove_files) COMPLETE |
6305 | 2024-12-21T03:09:17.843Z | [ recovery-image] Dec 21 03:09:15.762 INFO O| Dec 21 03:09:15.762 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-21T03:09:17.861Z | [ recovery-image] Dec 21 03:09:15.780 INFO O| Dec 21 03:09:15.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6307 | 2024-12-21T03:09:17.866Z | [ recovery-image] Dec 21 03:09:15.781 INFO O| Dec 21 03:09:15.781 INFO STEP 639 (remove_files) COMPLETE |
6308 | 2024-12-21T03:09:17.866Z | [ recovery-image] Dec 21 03:09:15.781 INFO O| Dec 21 03:09:15.781 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-21T03:09:17.885Z | [ recovery-image] Dec 21 03:09:15.804 INFO O| Dec 21 03:09:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6310 | 2024-12-21T03:09:17.885Z | [ recovery-image] Dec 21 03:09:15.804 INFO O| Dec 21 03:09:15.804 INFO STEP 640 (remove_files) COMPLETE |
6311 | 2024-12-21T03:09:17.885Z | [ recovery-image] Dec 21 03:09:15.804 INFO O| Dec 21 03:09:15.804 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-21T03:09:17.904Z | [ recovery-image] Dec 21 03:09:15.824 INFO O| Dec 21 03:09:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6313 | 2024-12-21T03:09:17.904Z | [ recovery-image] Dec 21 03:09:15.824 INFO O| Dec 21 03:09:15.824 INFO STEP 641 (remove_files) COMPLETE |
6314 | 2024-12-21T03:09:17.904Z | [ recovery-image] Dec 21 03:09:15.824 INFO O| Dec 21 03:09:15.824 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-21T03:09:17.925Z | [ recovery-image] Dec 21 03:09:15.845 INFO O| Dec 21 03:09:15.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6316 | 2024-12-21T03:09:17.925Z | [ recovery-image] Dec 21 03:09:15.845 INFO O| Dec 21 03:09:15.845 INFO STEP 642 (remove_files) COMPLETE |
6317 | 2024-12-21T03:09:17.925Z | [ recovery-image] Dec 21 03:09:15.845 INFO O| Dec 21 03:09:15.845 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-21T03:09:17.945Z | [ recovery-image] Dec 21 03:09:15.865 INFO O| Dec 21 03:09:15.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6319 | 2024-12-21T03:09:17.945Z | [ recovery-image] Dec 21 03:09:15.865 INFO O| Dec 21 03:09:15.865 INFO STEP 643 (remove_files) COMPLETE |
6320 | 2024-12-21T03:09:17.949Z | [ recovery-image] Dec 21 03:09:15.865 INFO O| Dec 21 03:09:15.865 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-21T03:09:17.971Z | [ recovery-image] Dec 21 03:09:15.886 INFO O| Dec 21 03:09:15.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6322 | 2024-12-21T03:09:17.975Z | [ recovery-image] Dec 21 03:09:15.887 INFO O| Dec 21 03:09:15.887 INFO STEP 644 (remove_files) COMPLETE |
6323 | 2024-12-21T03:09:17.975Z | [ recovery-image] Dec 21 03:09:15.887 INFO O| Dec 21 03:09:15.887 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-21T03:09:17.989Z | [ recovery-image] Dec 21 03:09:15.907 INFO O| Dec 21 03:09:15.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6325 | 2024-12-21T03:09:17.989Z | [ recovery-image] Dec 21 03:09:15.907 INFO O| Dec 21 03:09:15.907 INFO STEP 645 (remove_files) COMPLETE |
6326 | 2024-12-21T03:09:18.008Z | [ recovery-image] Dec 21 03:09:15.907 INFO O| Dec 21 03:09:15.907 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-21T03:09:18.018Z | [ recovery-image] Dec 21 03:09:15.930 INFO O| Dec 21 03:09:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6328 | 2024-12-21T03:09:18.018Z | [ recovery-image] Dec 21 03:09:15.930 INFO O| Dec 21 03:09:15.930 INFO STEP 646 (remove_files) COMPLETE |
6329 | 2024-12-21T03:09:18.018Z | [ recovery-image] Dec 21 03:09:15.930 INFO O| Dec 21 03:09:15.930 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-21T03:09:18.034Z | [ recovery-image] Dec 21 03:09:15.950 INFO O| Dec 21 03:09:15.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6331 | 2024-12-21T03:09:18.034Z | [ recovery-image] Dec 21 03:09:15.950 INFO O| Dec 21 03:09:15.950 INFO STEP 647 (remove_files) COMPLETE |
6332 | 2024-12-21T03:09:18.034Z | [ recovery-image] Dec 21 03:09:15.950 INFO O| Dec 21 03:09:15.950 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-21T03:09:18.053Z | [ recovery-image] Dec 21 03:09:15.969 INFO O| Dec 21 03:09:15.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6334 | 2024-12-21T03:09:18.053Z | [ recovery-image] Dec 21 03:09:15.969 INFO O| Dec 21 03:09:15.969 INFO STEP 648 (remove_files) COMPLETE |
6335 | 2024-12-21T03:09:18.053Z | [ recovery-image] Dec 21 03:09:15.969 INFO O| Dec 21 03:09:15.969 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-21T03:09:18.072Z | [ recovery-image] Dec 21 03:09:15.988 INFO O| Dec 21 03:09:15.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6337 | 2024-12-21T03:09:18.072Z | [ recovery-image] Dec 21 03:09:15.988 INFO O| Dec 21 03:09:15.988 INFO STEP 649 (remove_files) COMPLETE |
6338 | 2024-12-21T03:09:18.072Z | [ recovery-image] Dec 21 03:09:15.988 INFO O| Dec 21 03:09:15.988 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-21T03:09:18.089Z | [ host-image] Dec 21 03:09:16.006 INFO O| Dec 21 03:09:16.006 INFO O| Download: 1108/1140 items 6.3/8.4MB 75% complete (1.1M/s) |
6340 | 2024-12-21T03:09:18.093Z | [ recovery-image] Dec 21 03:09:16.009 INFO O| Dec 21 03:09:16.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6341 | 2024-12-21T03:09:18.093Z | [ recovery-image] Dec 21 03:09:16.009 INFO O| Dec 21 03:09:16.009 INFO STEP 650 (remove_files) COMPLETE |
6342 | 2024-12-21T03:09:18.093Z | [ recovery-image] Dec 21 03:09:16.009 INFO O| Dec 21 03:09:16.009 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-12-21T03:09:18.109Z | [ recovery-image] Dec 21 03:09:16.028 INFO O| Dec 21 03:09:16.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6344 | 2024-12-21T03:09:18.109Z | [ recovery-image] Dec 21 03:09:16.028 INFO O| Dec 21 03:09:16.028 INFO STEP 651 (remove_files) COMPLETE |
6345 | 2024-12-21T03:09:18.109Z | [ recovery-image] Dec 21 03:09:16.028 INFO O| Dec 21 03:09:16.028 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-12-21T03:09:18.128Z | [ recovery-image] Dec 21 03:09:16.047 INFO O| Dec 21 03:09:16.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6347 | 2024-12-21T03:09:18.128Z | [ recovery-image] Dec 21 03:09:16.047 INFO O| Dec 21 03:09:16.047 INFO STEP 652 (remove_files) COMPLETE |
6348 | 2024-12-21T03:09:18.128Z | [ recovery-image] Dec 21 03:09:16.047 INFO O| Dec 21 03:09:16.047 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-21T03:09:18.156Z | [ recovery-image] Dec 21 03:09:16.065 INFO O| Dec 21 03:09:16.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6350 | 2024-12-21T03:09:18.156Z | [ recovery-image] Dec 21 03:09:16.065 INFO O| Dec 21 03:09:16.065 INFO STEP 653 (remove_files) COMPLETE |
6351 | 2024-12-21T03:09:18.156Z | [ recovery-image] Dec 21 03:09:16.065 INFO O| Dec 21 03:09:16.065 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-12-21T03:09:18.169Z | [ recovery-image] Dec 21 03:09:16.083 INFO O| Dec 21 03:09:16.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6353 | 2024-12-21T03:09:18.169Z | [ recovery-image] Dec 21 03:09:16.083 INFO O| Dec 21 03:09:16.083 INFO STEP 654 (remove_files) COMPLETE |
6354 | 2024-12-21T03:09:18.169Z | [ recovery-image] Dec 21 03:09:16.083 INFO O| Dec 21 03:09:16.083 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-12-21T03:09:18.183Z | [ recovery-image] Dec 21 03:09:16.102 INFO O| Dec 21 03:09:16.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6356 | 2024-12-21T03:09:18.187Z | [ recovery-image] Dec 21 03:09:16.102 INFO O| Dec 21 03:09:16.102 INFO STEP 655 (remove_files) COMPLETE |
6357 | 2024-12-21T03:09:18.187Z | [ recovery-image] Dec 21 03:09:16.102 INFO O| Dec 21 03:09:16.102 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-12-21T03:09:18.201Z | [ recovery-image] Dec 21 03:09:16.121 INFO O| Dec 21 03:09:16.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6359 | 2024-12-21T03:09:18.204Z | [ recovery-image] Dec 21 03:09:16.121 INFO O| Dec 21 03:09:16.121 INFO STEP 656 (remove_files) COMPLETE |
6360 | 2024-12-21T03:09:18.204Z | [ recovery-image] Dec 21 03:09:16.121 INFO O| Dec 21 03:09:16.121 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-21T03:09:18.220Z | [ recovery-image] Dec 21 03:09:16.140 INFO O| Dec 21 03:09:16.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6362 | 2024-12-21T03:09:18.223Z | [ recovery-image] Dec 21 03:09:16.140 INFO O| Dec 21 03:09:16.140 INFO STEP 657 (remove_files) COMPLETE |
6363 | 2024-12-21T03:09:18.223Z | [ recovery-image] Dec 21 03:09:16.140 INFO O| Dec 21 03:09:16.140 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-21T03:09:18.239Z | [ recovery-image] Dec 21 03:09:16.159 INFO O| Dec 21 03:09:16.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6365 | 2024-12-21T03:09:18.241Z | [ recovery-image] Dec 21 03:09:16.159 INFO O| Dec 21 03:09:16.159 INFO STEP 658 (remove_files) COMPLETE |
6366 | 2024-12-21T03:09:18.241Z | [ recovery-image] Dec 21 03:09:16.159 INFO O| Dec 21 03:09:16.159 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-21T03:09:18.283Z | [ recovery-image] Dec 21 03:09:16.199 INFO O| Dec 21 03:09:16.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6368 | 2024-12-21T03:09:18.283Z | [ recovery-image] Dec 21 03:09:16.199 INFO O| Dec 21 03:09:16.199 INFO STEP 659 (remove_files) COMPLETE |
6369 | 2024-12-21T03:09:18.287Z | [ recovery-image] Dec 21 03:09:16.199 INFO O| Dec 21 03:09:16.199 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-21T03:09:18.333Z | [ recovery-image] Dec 21 03:09:16.252 INFO O| Dec 21 03:09:16.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6371 | 2024-12-21T03:09:18.333Z | [ recovery-image] Dec 21 03:09:16.252 INFO O| Dec 21 03:09:16.252 INFO STEP 660 (remove_files) COMPLETE |
6372 | 2024-12-21T03:09:18.336Z | [ recovery-image] Dec 21 03:09:16.252 INFO O| Dec 21 03:09:16.252 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-12-21T03:09:18.353Z | [ recovery-image] Dec 21 03:09:16.272 INFO O| Dec 21 03:09:16.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6374 | 2024-12-21T03:09:18.354Z | [ recovery-image] Dec 21 03:09:16.272 INFO O| Dec 21 03:09:16.272 INFO STEP 661 (remove_files) COMPLETE |
6375 | 2024-12-21T03:09:18.357Z | [ recovery-image] Dec 21 03:09:16.272 INFO O| Dec 21 03:09:16.272 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-12-21T03:09:18.371Z | [ recovery-image] Dec 21 03:09:16.291 INFO O| Dec 21 03:09:16.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6377 | 2024-12-21T03:09:18.371Z | [ recovery-image] Dec 21 03:09:16.291 INFO O| Dec 21 03:09:16.291 INFO STEP 662 (remove_files) COMPLETE |
6378 | 2024-12-21T03:09:18.371Z | [ recovery-image] Dec 21 03:09:16.291 INFO O| Dec 21 03:09:16.291 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-12-21T03:09:18.396Z | [ recovery-image] Dec 21 03:09:16.308 INFO O| Dec 21 03:09:16.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6380 | 2024-12-21T03:09:18.396Z | [ recovery-image] Dec 21 03:09:16.308 INFO O| Dec 21 03:09:16.308 INFO STEP 663 (remove_files) COMPLETE |
6381 | 2024-12-21T03:09:18.413Z | [ recovery-image] Dec 21 03:09:16.308 INFO O| Dec 21 03:09:16.308 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-12-21T03:09:18.413Z | [ recovery-image] Dec 21 03:09:16.325 INFO O| Dec 21 03:09:16.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6383 | 2024-12-21T03:09:18.413Z | [ recovery-image] Dec 21 03:09:16.325 INFO O| Dec 21 03:09:16.325 INFO STEP 664 (remove_files) COMPLETE |
6384 | 2024-12-21T03:09:18.413Z | [ recovery-image] Dec 21 03:09:16.325 INFO O| Dec 21 03:09:16.325 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-12-21T03:09:18.430Z | [ recovery-image] Dec 21 03:09:16.347 INFO O| Dec 21 03:09:16.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6386 | 2024-12-21T03:09:18.430Z | [ recovery-image] Dec 21 03:09:16.348 INFO O| Dec 21 03:09:16.348 INFO STEP 665 (remove_files) COMPLETE |
6387 | 2024-12-21T03:09:18.431Z | [ recovery-image] Dec 21 03:09:16.348 INFO O| Dec 21 03:09:16.348 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-12-21T03:09:18.460Z | [ recovery-image] Dec 21 03:09:16.377 INFO O| Dec 21 03:09:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6389 | 2024-12-21T03:09:18.464Z | [ recovery-image] Dec 21 03:09:16.377 INFO O| Dec 21 03:09:16.377 INFO STEP 666 (remove_files) COMPLETE |
6390 | 2024-12-21T03:09:18.464Z | [ recovery-image] Dec 21 03:09:16.377 INFO O| Dec 21 03:09:16.377 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-12-21T03:09:18.478Z | [ recovery-image] Dec 21 03:09:16.397 INFO O| Dec 21 03:09:16.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6392 | 2024-12-21T03:09:18.484Z | [ recovery-image] Dec 21 03:09:16.397 INFO O| Dec 21 03:09:16.397 INFO STEP 667 (remove_files) COMPLETE |
6393 | 2024-12-21T03:09:18.484Z | [ recovery-image] Dec 21 03:09:16.398 INFO O| Dec 21 03:09:16.397 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-12-21T03:09:18.502Z | [ recovery-image] Dec 21 03:09:16.417 INFO O| Dec 21 03:09:16.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6395 | 2024-12-21T03:09:18.503Z | [ recovery-image] Dec 21 03:09:16.417 INFO O| Dec 21 03:09:16.417 INFO STEP 668 (remove_files) COMPLETE |
6396 | 2024-12-21T03:09:18.503Z | [ recovery-image] Dec 21 03:09:16.417 INFO O| Dec 21 03:09:16.417 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-21T03:09:18.518Z | [ recovery-image] Dec 21 03:09:16.435 INFO O| Dec 21 03:09:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6398 | 2024-12-21T03:09:18.522Z | [ recovery-image] Dec 21 03:09:16.435 INFO O| Dec 21 03:09:16.435 INFO STEP 669 (remove_files) COMPLETE |
6399 | 2024-12-21T03:09:18.523Z | [ recovery-image] Dec 21 03:09:16.435 INFO O| Dec 21 03:09:16.435 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-21T03:09:18.532Z | [ recovery-image] Dec 21 03:09:16.452 INFO O| Dec 21 03:09:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6401 | 2024-12-21T03:09:18.535Z | [ recovery-image] Dec 21 03:09:16.452 INFO O| Dec 21 03:09:16.452 INFO STEP 670 (remove_files) COMPLETE |
6402 | 2024-12-21T03:09:18.536Z | [ recovery-image] Dec 21 03:09:16.452 INFO O| Dec 21 03:09:16.452 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-21T03:09:18.549Z | [ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6404 | 2024-12-21T03:09:18.555Z | [ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO STEP 671 (remove_files) COMPLETE |
6405 | 2024-12-21T03:09:18.556Z | [ recovery-image] Dec 21 03:09:16.469 INFO O| Dec 21 03:09:16.469 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-21T03:09:18.567Z | [ recovery-image] Dec 21 03:09:16.486 INFO O| Dec 21 03:09:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6407 | 2024-12-21T03:09:18.576Z | [ recovery-image] Dec 21 03:09:16.496 INFO O| Dec 21 03:09:16.496 INFO STEP 672 (remove_files) COMPLETE |
6408 | 2024-12-21T03:09:18.576Z | [ recovery-image] Dec 21 03:09:16.496 INFO O| Dec 21 03:09:16.496 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-21T03:09:18.614Z | [ recovery-image] Dec 21 03:09:16.534 INFO O| Dec 21 03:09:16.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6410 | 2024-12-21T03:09:18.614Z | [ recovery-image] Dec 21 03:09:16.534 INFO O| Dec 21 03:09:16.534 INFO STEP 673 (remove_files) COMPLETE |
6411 | 2024-12-21T03:09:18.614Z | [ recovery-image] Dec 21 03:09:16.534 INFO O| Dec 21 03:09:16.534 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-21T03:09:18.637Z | [ recovery-image] Dec 21 03:09:16.553 INFO O| Dec 21 03:09:16.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6413 | 2024-12-21T03:09:18.655Z | [ recovery-image] Dec 21 03:09:16.575 INFO O| Dec 21 03:09:16.575 INFO STEP 674 (remove_files) COMPLETE |
6414 | 2024-12-21T03:09:18.655Z | [ recovery-image] Dec 21 03:09:16.575 INFO O| Dec 21 03:09:16.575 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-21T03:09:18.733Z | [ recovery-image] Dec 21 03:09:16.652 INFO O| Dec 21 03:09:16.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6416 | 2024-12-21T03:09:18.736Z | [ recovery-image] Dec 21 03:09:16.652 INFO O| Dec 21 03:09:16.652 INFO STEP 675 (remove_files) COMPLETE |
6417 | 2024-12-21T03:09:18.736Z | [ recovery-image] Dec 21 03:09:16.652 INFO O| Dec 21 03:09:16.652 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-21T03:09:18.786Z | [ recovery-image] Dec 21 03:09:16.705 INFO O| Dec 21 03:09:16.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6419 | 2024-12-21T03:09:18.789Z | [ recovery-image] Dec 21 03:09:16.705 INFO O| Dec 21 03:09:16.705 INFO STEP 676 (remove_files) COMPLETE |
6420 | 2024-12-21T03:09:18.789Z | [ recovery-image] Dec 21 03:09:16.705 INFO O| Dec 21 03:09:16.705 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-21T03:09:18.805Z | [ recovery-image] Dec 21 03:09:16.725 INFO O| Dec 21 03:09:16.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6422 | 2024-12-21T03:09:18.808Z | [ recovery-image] Dec 21 03:09:16.725 INFO O| Dec 21 03:09:16.725 INFO STEP 677 (remove_files) COMPLETE |
6423 | 2024-12-21T03:09:18.808Z | [ recovery-image] Dec 21 03:09:16.725 INFO O| Dec 21 03:09:16.725 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-21T03:09:18.824Z | [ recovery-image] Dec 21 03:09:16.744 INFO O| Dec 21 03:09:16.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6425 | 2024-12-21T03:09:18.824Z | [ recovery-image] Dec 21 03:09:16.744 INFO O| Dec 21 03:09:16.744 INFO STEP 678 (remove_files) COMPLETE |
6426 | 2024-12-21T03:09:18.824Z | [ recovery-image] Dec 21 03:09:16.744 INFO O| Dec 21 03:09:16.744 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-21T03:09:18.845Z | [ recovery-image] Dec 21 03:09:16.764 INFO O| Dec 21 03:09:16.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6428 | 2024-12-21T03:09:18.845Z | [ recovery-image] Dec 21 03:09:16.764 INFO O| Dec 21 03:09:16.764 INFO STEP 679 (remove_files) COMPLETE |
6429 | 2024-12-21T03:09:18.845Z | [ recovery-image] Dec 21 03:09:16.764 INFO O| Dec 21 03:09:16.764 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-21T03:09:18.866Z | [ recovery-image] Dec 21 03:09:16.784 INFO O| Dec 21 03:09:16.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6431 | 2024-12-21T03:09:18.866Z | [ recovery-image] Dec 21 03:09:16.784 INFO O| Dec 21 03:09:16.784 INFO STEP 680 (remove_files) COMPLETE |
6432 | 2024-12-21T03:09:18.873Z | [ recovery-image] Dec 21 03:09:16.784 INFO O| Dec 21 03:09:16.784 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-21T03:09:18.885Z | [ recovery-image] Dec 21 03:09:16.803 INFO O| Dec 21 03:09:16.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6434 | 2024-12-21T03:09:18.885Z | [ recovery-image] Dec 21 03:09:16.804 INFO O| Dec 21 03:09:16.804 INFO STEP 681 (remove_files) COMPLETE |
6435 | 2024-12-21T03:09:18.885Z | [ recovery-image] Dec 21 03:09:16.804 INFO O| Dec 21 03:09:16.804 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-21T03:09:18.902Z | [ recovery-image] Dec 21 03:09:16.821 INFO O| Dec 21 03:09:16.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6437 | 2024-12-21T03:09:18.902Z | [ recovery-image] Dec 21 03:09:16.821 INFO O| Dec 21 03:09:16.821 INFO STEP 682 (remove_files) COMPLETE |
6438 | 2024-12-21T03:09:18.904Z | [ recovery-image] Dec 21 03:09:16.821 INFO O| Dec 21 03:09:16.821 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-21T03:09:18.921Z | [ recovery-image] Dec 21 03:09:16.841 INFO O| Dec 21 03:09:16.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6440 | 2024-12-21T03:09:18.921Z | [ recovery-image] Dec 21 03:09:16.841 INFO O| Dec 21 03:09:16.841 INFO STEP 683 (remove_files) COMPLETE |
6441 | 2024-12-21T03:09:18.921Z | [ recovery-image] Dec 21 03:09:16.841 INFO O| Dec 21 03:09:16.841 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-21T03:09:18.941Z | [ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6443 | 2024-12-21T03:09:18.941Z | [ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO STEP 684 (remove_files) COMPLETE |
6444 | 2024-12-21T03:09:18.946Z | [ recovery-image] Dec 21 03:09:16.861 INFO O| Dec 21 03:09:16.861 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-21T03:09:18.970Z | [ recovery-image] Dec 21 03:09:16.889 INFO O| Dec 21 03:09:16.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6446 | 2024-12-21T03:09:18.973Z | [ recovery-image] Dec 21 03:09:16.890 INFO O| Dec 21 03:09:16.890 INFO STEP 685 (remove_files) COMPLETE |
6447 | 2024-12-21T03:09:18.974Z | [ recovery-image] Dec 21 03:09:16.890 INFO O| Dec 21 03:09:16.890 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-21T03:09:18.987Z | [ recovery-image] Dec 21 03:09:16.907 INFO O| Dec 21 03:09:16.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6449 | 2024-12-21T03:09:18.991Z | [ recovery-image] Dec 21 03:09:16.907 INFO O| Dec 21 03:09:16.907 INFO STEP 686 (remove_files) COMPLETE |
6450 | 2024-12-21T03:09:18.991Z | [ recovery-image] Dec 21 03:09:16.907 INFO O| Dec 21 03:09:16.907 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-21T03:09:19.002Z | [ host-image] Dec 21 03:09:16.921 INFO O| Dec 21 03:09:16.921 INFO O| Download: Completed 8.42 MB in 6.02 seconds (1.4M/s) |
6452 | 2024-12-21T03:09:19.006Z | [ recovery-image] Dec 21 03:09:16.925 INFO O| Dec 21 03:09:16.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6453 | 2024-12-21T03:09:19.006Z | [ recovery-image] Dec 21 03:09:16.925 INFO O| Dec 21 03:09:16.925 INFO STEP 687 (remove_files) COMPLETE |
6454 | 2024-12-21T03:09:19.006Z | [ recovery-image] Dec 21 03:09:16.925 INFO O| Dec 21 03:09:16.925 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-12-21T03:09:19.035Z | [ recovery-image] Dec 21 03:09:16.954 INFO O| Dec 21 03:09:16.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6456 | 2024-12-21T03:09:19.038Z | [ recovery-image] Dec 21 03:09:16.955 INFO O| Dec 21 03:09:16.955 INFO STEP 688 (remove_files) COMPLETE |
6457 | 2024-12-21T03:09:19.038Z | [ recovery-image] Dec 21 03:09:16.955 INFO O| Dec 21 03:09:16.955 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-12-21T03:09:19.055Z | [ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6459 | 2024-12-21T03:09:19.058Z | [ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO STEP 689 (remove_files) COMPLETE |
6460 | 2024-12-21T03:09:19.058Z | [ recovery-image] Dec 21 03:09:16.974 INFO O| Dec 21 03:09:16.974 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-12-21T03:09:19.074Z | [ recovery-image] Dec 21 03:09:16.993 INFO O| Dec 21 03:09:16.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6462 | 2024-12-21T03:09:19.078Z | [ recovery-image] Dec 21 03:09:16.993 INFO O| Dec 21 03:09:16.993 INFO STEP 690 (remove_files) COMPLETE |
6463 | 2024-12-21T03:09:19.078Z | [ recovery-image] Dec 21 03:09:16.993 INFO O| Dec 21 03:09:16.993 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-12-21T03:09:19.093Z | [ recovery-image] Dec 21 03:09:17.013 INFO O| Dec 21 03:09:17.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6465 | 2024-12-21T03:09:19.099Z | [ recovery-image] Dec 21 03:09:17.013 INFO O| Dec 21 03:09:17.013 INFO STEP 691 (remove_files) COMPLETE |
6466 | 2024-12-21T03:09:19.099Z | [ recovery-image] Dec 21 03:09:17.013 INFO O| Dec 21 03:09:17.013 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-12-21T03:09:19.113Z | [ recovery-image] Dec 21 03:09:17.031 INFO O| Dec 21 03:09:17.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6468 | 2024-12-21T03:09:19.138Z | [ recovery-image] Dec 21 03:09:17.057 INFO O| Dec 21 03:09:17.057 INFO STEP 692 (remove_files) COMPLETE |
6469 | 2024-12-21T03:09:19.138Z | [ recovery-image] Dec 21 03:09:17.057 INFO O| Dec 21 03:09:17.057 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-12-21T03:09:19.219Z | [ recovery-image] Dec 21 03:09:17.138 INFO O| Dec 21 03:09:17.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6471 | 2024-12-21T03:09:19.219Z | [ recovery-image] Dec 21 03:09:17.139 INFO O| Dec 21 03:09:17.138 INFO STEP 693 (remove_files) COMPLETE |
6472 | 2024-12-21T03:09:19.219Z | [ recovery-image] Dec 21 03:09:17.139 INFO O| Dec 21 03:09:17.139 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-12-21T03:09:19.237Z | [ recovery-image] Dec 21 03:09:17.157 INFO O| Dec 21 03:09:17.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6474 | 2024-12-21T03:09:19.237Z | [ recovery-image] Dec 21 03:09:17.157 INFO O| Dec 21 03:09:17.157 INFO STEP 694 (remove_files) COMPLETE |
6475 | 2024-12-21T03:09:19.237Z | [ recovery-image] Dec 21 03:09:17.157 INFO O| Dec 21 03:09:17.157 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-12-21T03:09:19.273Z | [ recovery-image] Dec 21 03:09:17.192 INFO O| Dec 21 03:09:17.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6477 | 2024-12-21T03:09:19.273Z | [ recovery-image] Dec 21 03:09:17.192 INFO O| Dec 21 03:09:17.192 INFO STEP 695 (remove_files) COMPLETE |
6478 | 2024-12-21T03:09:19.276Z | [ recovery-image] Dec 21 03:09:17.192 INFO O| Dec 21 03:09:17.192 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-12-21T03:09:19.307Z | [ recovery-image] Dec 21 03:09:17.227 INFO O| Dec 21 03:09:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6480 | 2024-12-21T03:09:19.308Z | [ recovery-image] Dec 21 03:09:17.227 INFO O| Dec 21 03:09:17.227 INFO STEP 696 (remove_files) COMPLETE |
6481 | 2024-12-21T03:09:19.310Z | [ recovery-image] Dec 21 03:09:17.227 INFO O| Dec 21 03:09:17.227 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-12-21T03:09:19.314Z | [ host-image] Dec 21 03:09:17.232 INFO O| Dec 21 03:09:17.232 INFO O| Actions: 1/1361 actions (Installing new actions) |
6483 | 2024-12-21T03:09:19.326Z | [ recovery-image] Dec 21 03:09:17.245 INFO O| Dec 21 03:09:17.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6484 | 2024-12-21T03:09:19.327Z | [ recovery-image] Dec 21 03:09:17.245 INFO O| Dec 21 03:09:17.245 INFO STEP 697 (remove_files) COMPLETE |
6485 | 2024-12-21T03:09:19.327Z | [ recovery-image] Dec 21 03:09:17.245 INFO O| Dec 21 03:09:17.245 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-12-21T03:09:19.420Z | [ recovery-image] Dec 21 03:09:17.339 INFO O| Dec 21 03:09:17.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6487 | 2024-12-21T03:09:19.420Z | [ recovery-image] Dec 21 03:09:17.339 INFO O| Dec 21 03:09:17.339 INFO STEP 698 (remove_files) COMPLETE |
6488 | 2024-12-21T03:09:19.423Z | [ recovery-image] Dec 21 03:09:17.339 INFO O| Dec 21 03:09:17.339 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-12-21T03:09:19.599Z | [ recovery-image] Dec 21 03:09:17.386 INFO O| Dec 21 03:09:17.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6490 | 2024-12-21T03:09:19.605Z | [ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.386 INFO STEP 699 (remove_files) COMPLETE |
6491 | 2024-12-21T03:09:19.605Z | [ recovery-image] Dec 21 03:09:17.387 INFO O| Dec 21 03:09:17.387 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-12-21T03:09:19.618Z | [ recovery-image] Dec 21 03:09:17.424 INFO O| Dec 21 03:09:17.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6493 | 2024-12-21T03:09:19.619Z | [ recovery-image] Dec 21 03:09:17.424 INFO O| Dec 21 03:09:17.424 INFO STEP 700 (remove_files) COMPLETE |
6494 | 2024-12-21T03:09:19.619Z | [ recovery-image] Dec 21 03:09:17.425 INFO O| Dec 21 03:09:17.424 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-12-21T03:09:19.619Z | [ recovery-image] Dec 21 03:09:17.460 INFO O| Dec 21 03:09:17.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6496 | 2024-12-21T03:09:19.619Z | [ recovery-image] Dec 21 03:09:17.460 INFO O| Dec 21 03:09:17.460 INFO STEP 701 (remove_files) COMPLETE |
6497 | 2024-12-21T03:09:19.619Z | [ recovery-image] Dec 21 03:09:17.460 INFO O| Dec 21 03:09:17.460 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-12-21T03:09:19.619Z | [ recovery-image] Dec 21 03:09:17.504 INFO O| Dec 21 03:09:17.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6499 | 2024-12-21T03:09:19.619Z | [ recovery-image] Dec 21 03:09:17.504 INFO O| Dec 21 03:09:17.504 INFO STEP 702 (remove_files) COMPLETE |
6500 | 2024-12-21T03:09:19.619Z | [ recovery-image] Dec 21 03:09:17.504 INFO O| Dec 21 03:09:17.504 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-12-21T03:09:19.626Z | [ recovery-image] Dec 21 03:09:17.540 INFO O| Dec 21 03:09:17.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6502 | 2024-12-21T03:09:19.626Z | [ recovery-image] Dec 21 03:09:17.541 INFO O| Dec 21 03:09:17.541 INFO STEP 703 (remove_files) COMPLETE |
6503 | 2024-12-21T03:09:19.627Z | [ recovery-image] Dec 21 03:09:17.541 INFO O| Dec 21 03:09:17.541 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-12-21T03:09:19.658Z | [ recovery-image] Dec 21 03:09:17.558 INFO O| Dec 21 03:09:17.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6505 | 2024-12-21T03:09:19.658Z | [ recovery-image] Dec 21 03:09:17.559 INFO O| Dec 21 03:09:17.559 INFO STEP 704 (remove_files) COMPLETE |
6506 | 2024-12-21T03:09:19.658Z | [ recovery-image] Dec 21 03:09:17.559 INFO O| Dec 21 03:09:17.559 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-12-21T03:09:19.687Z | [ recovery-image] Dec 21 03:09:17.577 INFO O| Dec 21 03:09:17.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6508 | 2024-12-21T03:09:19.688Z | [ recovery-image] Dec 21 03:09:17.577 INFO O| Dec 21 03:09:17.577 INFO STEP 705 (remove_files) COMPLETE |
6509 | 2024-12-21T03:09:19.688Z | [ recovery-image] Dec 21 03:09:17.577 INFO O| Dec 21 03:09:17.577 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-12-21T03:09:19.698Z | [ recovery-image] Dec 21 03:09:17.596 INFO O| Dec 21 03:09:17.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6511 | 2024-12-21T03:09:19.698Z | [ recovery-image] Dec 21 03:09:17.596 INFO O| Dec 21 03:09:17.596 INFO STEP 706 (remove_files) COMPLETE |
6512 | 2024-12-21T03:09:19.698Z | [ recovery-image] Dec 21 03:09:17.596 INFO O| Dec 21 03:09:17.596 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-12-21T03:09:19.702Z | [ recovery-image] Dec 21 03:09:17.614 INFO O| Dec 21 03:09:17.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6514 | 2024-12-21T03:09:19.702Z | [ recovery-image] Dec 21 03:09:17.614 INFO O| Dec 21 03:09:17.614 INFO STEP 707 (remove_files) COMPLETE |
6515 | 2024-12-21T03:09:19.702Z | [ recovery-image] Dec 21 03:09:17.614 INFO O| Dec 21 03:09:17.614 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-12-21T03:09:19.713Z | [ recovery-image] Dec 21 03:09:17.632 INFO O| Dec 21 03:09:17.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6517 | 2024-12-21T03:09:19.713Z | [ recovery-image] Dec 21 03:09:17.632 INFO O| Dec 21 03:09:17.632 INFO STEP 708 (remove_files) COMPLETE |
6518 | 2024-12-21T03:09:19.713Z | [ recovery-image] Dec 21 03:09:17.632 INFO O| Dec 21 03:09:17.632 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-12-21T03:09:19.731Z | [ recovery-image] Dec 21 03:09:17.650 INFO O| Dec 21 03:09:17.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6520 | 2024-12-21T03:09:19.731Z | [ recovery-image] Dec 21 03:09:17.650 INFO O| Dec 21 03:09:17.650 INFO STEP 709 (remove_files) COMPLETE |
6521 | 2024-12-21T03:09:19.731Z | [ recovery-image] Dec 21 03:09:17.650 INFO O| Dec 21 03:09:17.650 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-12-21T03:09:19.752Z | [ recovery-image] Dec 21 03:09:17.669 INFO O| Dec 21 03:09:17.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6523 | 2024-12-21T03:09:19.757Z | [ recovery-image] Dec 21 03:09:17.669 INFO O| Dec 21 03:09:17.669 INFO STEP 710 (remove_files) COMPLETE |
6524 | 2024-12-21T03:09:19.757Z | [ recovery-image] Dec 21 03:09:17.669 INFO O| Dec 21 03:09:17.669 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-12-21T03:09:19.768Z | [ recovery-image] Dec 21 03:09:17.688 INFO O| Dec 21 03:09:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6526 | 2024-12-21T03:09:19.774Z | [ recovery-image] Dec 21 03:09:17.688 INFO O| Dec 21 03:09:17.688 INFO STEP 711 (remove_files) COMPLETE |
6527 | 2024-12-21T03:09:19.774Z | [ recovery-image] Dec 21 03:09:17.688 INFO O| Dec 21 03:09:17.688 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-12-21T03:09:19.797Z | [ recovery-image] Dec 21 03:09:17.716 INFO O| Dec 21 03:09:17.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6529 | 2024-12-21T03:09:19.797Z | [ recovery-image] Dec 21 03:09:17.716 INFO O| Dec 21 03:09:17.716 INFO STEP 712 (remove_files) COMPLETE |
6530 | 2024-12-21T03:09:19.802Z | [ recovery-image] Dec 21 03:09:17.716 INFO O| Dec 21 03:09:17.716 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-12-21T03:09:19.816Z | [ recovery-image] Dec 21 03:09:17.734 INFO O| Dec 21 03:09:17.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6532 | 2024-12-21T03:09:19.819Z | [ recovery-image] Dec 21 03:09:17.734 INFO O| Dec 21 03:09:17.734 INFO STEP 713 (remove_files) COMPLETE |
6533 | 2024-12-21T03:09:19.820Z | [ recovery-image] Dec 21 03:09:17.734 INFO O| Dec 21 03:09:17.734 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-12-21T03:09:19.833Z | [ recovery-image] Dec 21 03:09:17.752 INFO O| Dec 21 03:09:17.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6535 | 2024-12-21T03:09:19.846Z | [ recovery-image] Dec 21 03:09:17.764 INFO O| Dec 21 03:09:17.764 INFO STEP 714 (remove_files) COMPLETE |
6536 | 2024-12-21T03:09:19.847Z | [ recovery-image] Dec 21 03:09:17.764 INFO O| Dec 21 03:09:17.764 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-12-21T03:09:19.864Z | [ recovery-image] Dec 21 03:09:17.783 INFO O| Dec 21 03:09:17.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6538 | 2024-12-21T03:09:19.868Z | [ recovery-image] Dec 21 03:09:17.783 INFO O| Dec 21 03:09:17.783 INFO STEP 715 (remove_files) COMPLETE |
6539 | 2024-12-21T03:09:19.869Z | [ recovery-image] Dec 21 03:09:17.783 INFO O| Dec 21 03:09:17.783 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-12-21T03:09:19.882Z | [ recovery-image] Dec 21 03:09:17.801 INFO O| Dec 21 03:09:17.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6541 | 2024-12-21T03:09:19.885Z | [ recovery-image] Dec 21 03:09:17.802 INFO O| Dec 21 03:09:17.802 INFO STEP 716 (remove_files) COMPLETE |
6542 | 2024-12-21T03:09:19.886Z | [ recovery-image] Dec 21 03:09:17.802 INFO O| Dec 21 03:09:17.802 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-12-21T03:09:19.901Z | [ recovery-image] Dec 21 03:09:17.819 INFO O| Dec 21 03:09:17.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6544 | 2024-12-21T03:09:19.908Z | [ recovery-image] Dec 21 03:09:17.819 INFO O| Dec 21 03:09:17.819 INFO STEP 717 (remove_files) COMPLETE |
6545 | 2024-12-21T03:09:19.908Z | [ recovery-image] Dec 21 03:09:17.820 INFO O| Dec 21 03:09:17.819 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-12-21T03:09:19.918Z | [ recovery-image] Dec 21 03:09:17.837 INFO O| Dec 21 03:09:17.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6547 | 2024-12-21T03:09:19.922Z | [ recovery-image] Dec 21 03:09:17.838 INFO O| Dec 21 03:09:17.838 INFO STEP 718 (remove_files) COMPLETE |
6548 | 2024-12-21T03:09:19.923Z | [ recovery-image] Dec 21 03:09:17.838 INFO O| Dec 21 03:09:17.838 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-12-21T03:09:19.944Z | [ recovery-image] Dec 21 03:09:17.856 INFO O| Dec 21 03:09:17.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6550 | 2024-12-21T03:09:19.947Z | [ recovery-image] Dec 21 03:09:17.856 INFO O| Dec 21 03:09:17.856 INFO STEP 719 (remove_files) COMPLETE |
6551 | 2024-12-21T03:09:19.947Z | [ recovery-image] Dec 21 03:09:17.856 INFO O| Dec 21 03:09:17.856 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-12-21T03:09:19.973Z | [ recovery-image] Dec 21 03:09:17.891 INFO O| Dec 21 03:09:17.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6553 | 2024-12-21T03:09:19.973Z | [ recovery-image] Dec 21 03:09:17.891 INFO O| Dec 21 03:09:17.891 INFO STEP 720 (remove_files) COMPLETE |
6554 | 2024-12-21T03:09:19.979Z | [ recovery-image] Dec 21 03:09:17.892 INFO O| Dec 21 03:09:17.892 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-12-21T03:09:19.991Z | [ recovery-image] Dec 21 03:09:17.910 INFO O| Dec 21 03:09:17.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6556 | 2024-12-21T03:09:19.998Z | [ recovery-image] Dec 21 03:09:17.910 INFO O| Dec 21 03:09:17.910 INFO STEP 721 (remove_files) COMPLETE |
6557 | 2024-12-21T03:09:19.998Z | [ recovery-image] Dec 21 03:09:17.910 INFO O| Dec 21 03:09:17.910 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-12-21T03:09:20.009Z | [ recovery-image] Dec 21 03:09:17.928 INFO O| Dec 21 03:09:17.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6559 | 2024-12-21T03:09:20.009Z | [ recovery-image] Dec 21 03:09:17.928 INFO O| Dec 21 03:09:17.928 INFO STEP 722 (remove_files) COMPLETE |
6560 | 2024-12-21T03:09:20.016Z | [ recovery-image] Dec 21 03:09:17.929 INFO O| Dec 21 03:09:17.928 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-12-21T03:09:20.028Z | [ recovery-image] Dec 21 03:09:17.947 INFO O| Dec 21 03:09:17.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6562 | 2024-12-21T03:09:20.032Z | [ recovery-image] Dec 21 03:09:17.947 INFO O| Dec 21 03:09:17.947 INFO STEP 723 (remove_files) COMPLETE |
6563 | 2024-12-21T03:09:20.032Z | [ recovery-image] Dec 21 03:09:17.947 INFO O| Dec 21 03:09:17.947 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-12-21T03:09:20.040Z | [ host-image] Dec 21 03:09:17.960 INFO O| Dec 21 03:09:17.960 INFO O| Actions: Completed 1361 actions in 0.73 seconds. |
6565 | 2024-12-21T03:09:20.068Z | [ recovery-image] Dec 21 03:09:17.965 INFO O| Dec 21 03:09:17.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6566 | 2024-12-21T03:09:20.068Z | [ recovery-image] Dec 21 03:09:17.966 INFO O| Dec 21 03:09:17.966 INFO STEP 724 (remove_files) COMPLETE |
6567 | 2024-12-21T03:09:20.068Z | [ recovery-image] Dec 21 03:09:17.966 INFO O| Dec 21 03:09:17.966 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-21T03:09:20.077Z | [ recovery-image] Dec 21 03:09:17.983 INFO O| Dec 21 03:09:17.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6569 | 2024-12-21T03:09:20.077Z | [ recovery-image] Dec 21 03:09:17.984 INFO O| Dec 21 03:09:17.983 INFO STEP 725 (remove_files) COMPLETE |
6570 | 2024-12-21T03:09:20.078Z | [ recovery-image] Dec 21 03:09:17.984 INFO O| Dec 21 03:09:17.984 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-21T03:09:20.108Z | [ recovery-image] Dec 21 03:09:18.026 INFO O| Dec 21 03:09:18.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6572 | 2024-12-21T03:09:20.108Z | [ recovery-image] Dec 21 03:09:18.027 INFO O| Dec 21 03:09:18.026 INFO STEP 726 (remove_files) COMPLETE |
6573 | 2024-12-21T03:09:20.121Z | [ recovery-image] Dec 21 03:09:18.027 INFO O| Dec 21 03:09:18.026 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-21T03:09:20.136Z | [ recovery-image] Dec 21 03:09:18.055 INFO O| Dec 21 03:09:18.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6575 | 2024-12-21T03:09:20.136Z | [ recovery-image] Dec 21 03:09:18.055 INFO O| Dec 21 03:09:18.055 INFO STEP 727 (remove_files) COMPLETE |
6576 | 2024-12-21T03:09:20.139Z | [ recovery-image] Dec 21 03:09:18.055 INFO O| Dec 21 03:09:18.055 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-21T03:09:20.156Z | [ recovery-image] Dec 21 03:09:18.075 INFO O| Dec 21 03:09:18.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6578 | 2024-12-21T03:09:20.156Z | [ recovery-image] Dec 21 03:09:18.075 INFO O| Dec 21 03:09:18.075 INFO STEP 728 (remove_files) COMPLETE |
6579 | 2024-12-21T03:09:20.162Z | [ recovery-image] Dec 21 03:09:18.075 INFO O| Dec 21 03:09:18.075 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-21T03:09:20.187Z | [ recovery-image] Dec 21 03:09:18.107 INFO O| Dec 21 03:09:18.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6581 | 2024-12-21T03:09:20.188Z | [ recovery-image] Dec 21 03:09:18.107 INFO O| Dec 21 03:09:18.107 INFO STEP 729 (remove_files) COMPLETE |
6582 | 2024-12-21T03:09:20.193Z | [ recovery-image] Dec 21 03:09:18.107 INFO O| Dec 21 03:09:18.107 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-21T03:09:20.207Z | [ recovery-image] Dec 21 03:09:18.126 INFO O| Dec 21 03:09:18.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6584 | 2024-12-21T03:09:20.207Z | [ recovery-image] Dec 21 03:09:18.126 INFO O| Dec 21 03:09:18.126 INFO STEP 730 (remove_files) COMPLETE |
6585 | 2024-12-21T03:09:20.207Z | [ recovery-image] Dec 21 03:09:18.126 INFO O| Dec 21 03:09:18.126 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-21T03:09:20.226Z | [ recovery-image] Dec 21 03:09:18.145 INFO O| Dec 21 03:09:18.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6587 | 2024-12-21T03:09:20.226Z | [ recovery-image] Dec 21 03:09:18.145 INFO O| Dec 21 03:09:18.145 INFO STEP 731 (remove_files) COMPLETE |
6588 | 2024-12-21T03:09:20.226Z | [ recovery-image] Dec 21 03:09:18.145 INFO O| Dec 21 03:09:18.145 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-21T03:09:20.260Z | [ recovery-image] Dec 21 03:09:18.176 INFO O| Dec 21 03:09:18.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6590 | 2024-12-21T03:09:20.265Z | [ recovery-image] Dec 21 03:09:18.176 INFO O| Dec 21 03:09:18.176 INFO STEP 732 (remove_files) COMPLETE |
6591 | 2024-12-21T03:09:20.265Z | [ recovery-image] Dec 21 03:09:18.176 INFO O| Dec 21 03:09:18.176 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-21T03:09:20.282Z | [ recovery-image] Dec 21 03:09:18.201 INFO O| Dec 21 03:09:18.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6593 | 2024-12-21T03:09:20.285Z | [ recovery-image] Dec 21 03:09:18.202 INFO O| Dec 21 03:09:18.201 INFO STEP 733 (remove_files) COMPLETE |
6594 | 2024-12-21T03:09:20.285Z | [ recovery-image] Dec 21 03:09:18.202 INFO O| Dec 21 03:09:18.202 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-21T03:09:20.304Z | [ recovery-image] Dec 21 03:09:18.221 INFO O| Dec 21 03:09:18.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6596 | 2024-12-21T03:09:20.308Z | [ recovery-image] Dec 21 03:09:18.221 INFO O| Dec 21 03:09:18.221 INFO STEP 734 (remove_files) COMPLETE |
6597 | 2024-12-21T03:09:20.308Z | [ recovery-image] Dec 21 03:09:18.221 INFO O| Dec 21 03:09:18.221 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-21T03:09:20.328Z | [ recovery-image] Dec 21 03:09:18.239 INFO O| Dec 21 03:09:18.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6599 | 2024-12-21T03:09:20.336Z | [ recovery-image] Dec 21 03:09:18.239 INFO O| Dec 21 03:09:18.239 INFO STEP 735 (remove_files) COMPLETE |
6600 | 2024-12-21T03:09:20.336Z | [ recovery-image] Dec 21 03:09:18.239 INFO O| Dec 21 03:09:18.239 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-21T03:09:20.340Z | [ recovery-image] Dec 21 03:09:18.256 INFO O| Dec 21 03:09:18.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6602 | 2024-12-21T03:09:20.340Z | [ recovery-image] Dec 21 03:09:18.257 INFO O| Dec 21 03:09:18.257 INFO STEP 736 (remove_files) COMPLETE |
6603 | 2024-12-21T03:09:20.340Z | [ recovery-image] Dec 21 03:09:18.257 INFO O| Dec 21 03:09:18.257 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-21T03:09:20.355Z | [ recovery-image] Dec 21 03:09:18.274 INFO O| Dec 21 03:09:18.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6605 | 2024-12-21T03:09:20.361Z | [ recovery-image] Dec 21 03:09:18.274 INFO O| Dec 21 03:09:18.274 INFO STEP 737 (remove_files) COMPLETE |
6606 | 2024-12-21T03:09:20.361Z | [ recovery-image] Dec 21 03:09:18.274 INFO O| Dec 21 03:09:18.274 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-21T03:09:20.374Z | [ recovery-image] Dec 21 03:09:18.291 INFO O| Dec 21 03:09:18.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6608 | 2024-12-21T03:09:20.378Z | [ recovery-image] Dec 21 03:09:18.291 INFO O| Dec 21 03:09:18.291 INFO STEP 738 (remove_files) COMPLETE |
6609 | 2024-12-21T03:09:20.378Z | [ recovery-image] Dec 21 03:09:18.291 INFO O| Dec 21 03:09:18.291 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-21T03:09:20.404Z | [ recovery-image] Dec 21 03:09:18.309 INFO O| Dec 21 03:09:18.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6611 | 2024-12-21T03:09:20.404Z | [ recovery-image] Dec 21 03:09:18.309 INFO O| Dec 21 03:09:18.309 INFO STEP 739 (remove_files) COMPLETE |
6612 | 2024-12-21T03:09:20.404Z | [ recovery-image] Dec 21 03:09:18.309 INFO O| Dec 21 03:09:18.309 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-21T03:09:20.409Z | [ recovery-image] Dec 21 03:09:18.327 INFO O| Dec 21 03:09:18.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6614 | 2024-12-21T03:09:20.413Z | [ recovery-image] Dec 21 03:09:18.327 INFO O| Dec 21 03:09:18.327 INFO STEP 740 (remove_files) COMPLETE |
6615 | 2024-12-21T03:09:20.413Z | [ recovery-image] Dec 21 03:09:18.328 INFO O| Dec 21 03:09:18.327 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-21T03:09:20.487Z | [ recovery-image] Dec 21 03:09:18.363 INFO O| Dec 21 03:09:18.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6617 | 2024-12-21T03:09:20.487Z | [ recovery-image] Dec 21 03:09:18.363 INFO O| Dec 21 03:09:18.363 INFO STEP 741 (remove_files) COMPLETE |
6618 | 2024-12-21T03:09:20.570Z | [ recovery-image] Dec 21 03:09:18.363 INFO O| Dec 21 03:09:18.363 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-21T03:09:20.570Z | [ recovery-image] Dec 21 03:09:18.383 INFO O| Dec 21 03:09:18.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6620 | 2024-12-21T03:09:20.570Z | [ recovery-image] Dec 21 03:09:18.383 INFO O| Dec 21 03:09:18.383 INFO STEP 742 (remove_files) COMPLETE |
6621 | 2024-12-21T03:09:20.570Z | [ recovery-image] Dec 21 03:09:18.383 INFO O| Dec 21 03:09:18.383 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-21T03:09:20.570Z | [ recovery-image] Dec 21 03:09:18.409 INFO O| Dec 21 03:09:18.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6623 | 2024-12-21T03:09:20.570Z | [ recovery-image] Dec 21 03:09:18.409 INFO O| Dec 21 03:09:18.409 INFO STEP 743 (remove_files) COMPLETE |
6624 | 2024-12-21T03:09:20.570Z | [ recovery-image] Dec 21 03:09:18.409 INFO O| Dec 21 03:09:18.409 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-21T03:09:20.590Z | [ recovery-image] Dec 21 03:09:18.429 INFO O| Dec 21 03:09:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6626 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.429 INFO O| Dec 21 03:09:18.429 INFO STEP 744 (remove_files) COMPLETE |
6627 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.429 INFO O| Dec 21 03:09:18.429 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.448 INFO O| Dec 21 03:09:18.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6629 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.448 INFO O| Dec 21 03:09:18.448 INFO STEP 745 (remove_files) COMPLETE |
6630 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.448 INFO O| Dec 21 03:09:18.448 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.470 INFO O| Dec 21 03:09:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6632 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.470 INFO O| Dec 21 03:09:18.470 INFO STEP 746 (remove_files) COMPLETE |
6633 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.470 INFO O| Dec 21 03:09:18.470 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.492 INFO O| Dec 21 03:09:18.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6635 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.492 INFO O| Dec 21 03:09:18.492 INFO STEP 747 (remove_files) COMPLETE |
6636 | 2024-12-21T03:09:20.591Z | [ recovery-image] Dec 21 03:09:18.492 INFO O| Dec 21 03:09:18.492 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-21T03:09:20.601Z | [ recovery-image] Dec 21 03:09:18.517 INFO O| Dec 21 03:09:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6638 | 2024-12-21T03:09:20.601Z | [ recovery-image] Dec 21 03:09:18.517 INFO O| Dec 21 03:09:18.517 INFO STEP 748 (remove_files) COMPLETE |
6639 | 2024-12-21T03:09:20.601Z | [ recovery-image] Dec 21 03:09:18.517 INFO O| Dec 21 03:09:18.517 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-21T03:09:20.653Z | [ recovery-image] Dec 21 03:09:18.548 INFO O| Dec 21 03:09:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6641 | 2024-12-21T03:09:20.653Z | [ recovery-image] Dec 21 03:09:18.548 INFO O| Dec 21 03:09:18.548 INFO STEP 749 (remove_files) COMPLETE |
6642 | 2024-12-21T03:09:20.696Z | [ recovery-image] Dec 21 03:09:18.548 INFO O| Dec 21 03:09:18.548 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-21T03:09:20.697Z | [ recovery-image] Dec 21 03:09:18.569 INFO O| Dec 21 03:09:18.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6644 | 2024-12-21T03:09:20.697Z | [ recovery-image] Dec 21 03:09:18.569 INFO O| Dec 21 03:09:18.569 INFO STEP 750 (remove_files) COMPLETE |
6645 | 2024-12-21T03:09:20.697Z | [ recovery-image] Dec 21 03:09:18.569 INFO O| Dec 21 03:09:18.569 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-21T03:09:20.720Z | [ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6647 | 2024-12-21T03:09:20.720Z | [ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO STEP 751 (remove_files) COMPLETE |
6648 | 2024-12-21T03:09:20.721Z | [ recovery-image] Dec 21 03:09:18.590 INFO O| Dec 21 03:09:18.590 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-21T03:09:20.721Z | [ recovery-image] Dec 21 03:09:18.610 INFO O| Dec 21 03:09:18.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6650 | 2024-12-21T03:09:20.721Z | [ recovery-image] Dec 21 03:09:18.610 INFO O| Dec 21 03:09:18.610 INFO STEP 752 (remove_files) COMPLETE |
6651 | 2024-12-21T03:09:20.721Z | [ recovery-image] Dec 21 03:09:18.610 INFO O| Dec 21 03:09:18.610 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-21T03:09:20.731Z | [ recovery-image] Dec 21 03:09:18.631 INFO O| Dec 21 03:09:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6653 | 2024-12-21T03:09:20.732Z | [ recovery-image] Dec 21 03:09:18.631 INFO O| Dec 21 03:09:18.631 INFO STEP 753 (remove_files) COMPLETE |
6654 | 2024-12-21T03:09:20.732Z | [ recovery-image] Dec 21 03:09:18.631 INFO O| Dec 21 03:09:18.631 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-21T03:09:20.741Z | [ recovery-image] Dec 21 03:09:18.649 INFO O| Dec 21 03:09:18.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6656 | 2024-12-21T03:09:20.741Z | [ recovery-image] Dec 21 03:09:18.649 INFO O| Dec 21 03:09:18.649 INFO STEP 754 (remove_files) COMPLETE |
6657 | 2024-12-21T03:09:20.741Z | [ recovery-image] Dec 21 03:09:18.649 INFO O| Dec 21 03:09:18.649 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-21T03:09:20.754Z | [ host-image] Dec 21 03:09:18.662 INFO O| Dec 21 03:09:18.662 INFO O| Done |
6659 | 2024-12-21T03:09:20.754Z | [ host-image] Dec 21 03:09:18.662 INFO O| Dec 21 03:09:18.662 INFO O| Done |
6660 | 2024-12-21T03:09:20.761Z | [ recovery-image] Dec 21 03:09:18.668 INFO O| Dec 21 03:09:18.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6661 | 2024-12-21T03:09:20.761Z | [ recovery-image] Dec 21 03:09:18.668 INFO O| Dec 21 03:09:18.668 INFO STEP 755 (remove_files) COMPLETE |
6662 | 2024-12-21T03:09:20.761Z | [ recovery-image] Dec 21 03:09:18.668 INFO O| Dec 21 03:09:18.668 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-12-21T03:09:20.771Z | [ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6664 | 2024-12-21T03:09:20.771Z | [ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO STEP 756 (remove_files) COMPLETE |
6665 | 2024-12-21T03:09:20.771Z | [ recovery-image] Dec 21 03:09:18.685 INFO O| Dec 21 03:09:18.685 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-12-21T03:09:20.791Z | [ recovery-image] Dec 21 03:09:18.708 INFO O| Dec 21 03:09:18.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6667 | 2024-12-21T03:09:20.791Z | [ recovery-image] Dec 21 03:09:18.708 INFO O| Dec 21 03:09:18.708 INFO STEP 757 (remove_files) COMPLETE |
6668 | 2024-12-21T03:09:20.791Z | [ recovery-image] Dec 21 03:09:18.708 INFO O| Dec 21 03:09:18.708 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-12-21T03:09:20.892Z | [ recovery-image] Dec 21 03:09:18.811 INFO O| Dec 21 03:09:18.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6670 | 2024-12-21T03:09:20.903Z | [ recovery-image] Dec 21 03:09:18.811 INFO O| Dec 21 03:09:18.811 INFO STEP 758 (remove_files) COMPLETE |
6671 | 2024-12-21T03:09:20.903Z | [ recovery-image] Dec 21 03:09:18.811 INFO O| Dec 21 03:09:18.811 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-12-21T03:09:20.913Z | [ recovery-image] Dec 21 03:09:18.832 INFO O| Dec 21 03:09:18.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6673 | 2024-12-21T03:09:20.917Z | [ recovery-image] Dec 21 03:09:18.832 INFO O| Dec 21 03:09:18.832 INFO STEP 759 (remove_files) COMPLETE |
6674 | 2024-12-21T03:09:20.917Z | [ recovery-image] Dec 21 03:09:18.833 INFO O| Dec 21 03:09:18.832 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-12-21T03:09:20.947Z | [ recovery-image] Dec 21 03:09:18.865 INFO O| Dec 21 03:09:18.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6676 | 2024-12-21T03:09:20.948Z | [ recovery-image] Dec 21 03:09:18.865 INFO O| Dec 21 03:09:18.865 INFO STEP 760 (remove_files) COMPLETE |
6677 | 2024-12-21T03:09:20.948Z | [ recovery-image] Dec 21 03:09:18.865 INFO O| Dec 21 03:09:18.865 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-12-21T03:09:20.978Z | [ recovery-image] Dec 21 03:09:18.897 INFO O| Dec 21 03:09:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6679 | 2024-12-21T03:09:20.979Z | [ recovery-image] Dec 21 03:09:18.897 INFO O| Dec 21 03:09:18.897 INFO STEP 761 (remove_files) COMPLETE |
6680 | 2024-12-21T03:09:20.981Z | [ recovery-image] Dec 21 03:09:18.897 INFO O| Dec 21 03:09:18.897 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-12-21T03:09:21.014Z | [ recovery-image] Dec 21 03:09:18.933 INFO O| Dec 21 03:09:18.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6682 | 2024-12-21T03:09:21.014Z | [ recovery-image] Dec 21 03:09:18.933 INFO O| Dec 21 03:09:18.933 INFO STEP 762 (remove_files) COMPLETE |
6683 | 2024-12-21T03:09:21.014Z | [ recovery-image] Dec 21 03:09:18.933 INFO O| Dec 21 03:09:18.933 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-12-21T03:09:21.050Z | [ recovery-image] Dec 21 03:09:18.968 INFO O| Dec 21 03:09:18.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6685 | 2024-12-21T03:09:21.050Z | [ recovery-image] Dec 21 03:09:18.968 INFO O| Dec 21 03:09:18.968 INFO STEP 763 (remove_files) COMPLETE |
6686 | 2024-12-21T03:09:21.051Z | [ recovery-image] Dec 21 03:09:18.968 INFO O| Dec 21 03:09:18.968 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-12-21T03:09:21.086Z | [ recovery-image] Dec 21 03:09:19.005 INFO O| Dec 21 03:09:19.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6688 | 2024-12-21T03:09:21.086Z | [ recovery-image] Dec 21 03:09:19.005 INFO O| Dec 21 03:09:19.005 INFO STEP 764 (remove_files) COMPLETE |
6689 | 2024-12-21T03:09:21.086Z | [ recovery-image] Dec 21 03:09:19.005 INFO O| Dec 21 03:09:19.005 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-21T03:09:21.148Z | [ recovery-image] Dec 21 03:09:19.067 INFO O| Dec 21 03:09:19.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6691 | 2024-12-21T03:09:21.200Z | [ recovery-image] Dec 21 03:09:19.119 INFO O| Dec 21 03:09:19.119 INFO STEP 765 (remove_files) COMPLETE |
6692 | 2024-12-21T03:09:21.200Z | [ recovery-image] Dec 21 03:09:19.119 INFO O| Dec 21 03:09:19.119 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-21T03:09:21.255Z | [ recovery-image] Dec 21 03:09:19.171 INFO O| Dec 21 03:09:19.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6694 | 2024-12-21T03:09:21.255Z | [ recovery-image] Dec 21 03:09:19.171 INFO O| Dec 21 03:09:19.171 INFO STEP 766 (remove_files) COMPLETE |
6695 | 2024-12-21T03:09:21.255Z | [ recovery-image] Dec 21 03:09:19.171 INFO O| Dec 21 03:09:19.171 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-12-21T03:09:21.286Z | [ recovery-image] Dec 21 03:09:19.203 INFO O| Dec 21 03:09:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6697 | 2024-12-21T03:09:21.286Z | [ recovery-image] Dec 21 03:09:19.203 INFO O| Dec 21 03:09:19.203 INFO STEP 767 (remove_files) COMPLETE |
6698 | 2024-12-21T03:09:21.286Z | [ recovery-image] Dec 21 03:09:19.203 INFO O| Dec 21 03:09:19.203 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-12-21T03:09:21.325Z | [ recovery-image] Dec 21 03:09:19.243 INFO O| Dec 21 03:09:19.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6700 | 2024-12-21T03:09:21.329Z | [ recovery-image] Dec 21 03:09:19.243 INFO O| Dec 21 03:09:19.243 INFO STEP 768 (remove_files) COMPLETE |
6701 | 2024-12-21T03:09:21.329Z | [ recovery-image] Dec 21 03:09:19.244 INFO O| Dec 21 03:09:19.244 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-12-21T03:09:21.357Z | [ recovery-image] Dec 21 03:09:19.270 INFO O| Dec 21 03:09:19.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6703 | 2024-12-21T03:09:21.368Z | [ recovery-image] Dec 21 03:09:19.270 INFO O| Dec 21 03:09:19.270 INFO STEP 769 (remove_files) COMPLETE |
6704 | 2024-12-21T03:09:21.370Z | [ recovery-image] Dec 21 03:09:19.271 INFO O| Dec 21 03:09:19.270 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-12-21T03:09:21.405Z | [ recovery-image] Dec 21 03:09:19.324 INFO O| Dec 21 03:09:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6706 | 2024-12-21T03:09:21.416Z | [ recovery-image] Dec 21 03:09:19.324 INFO O| Dec 21 03:09:19.324 INFO STEP 770 (remove_files) COMPLETE |
6707 | 2024-12-21T03:09:21.416Z | [ recovery-image] Dec 21 03:09:19.324 INFO O| Dec 21 03:09:19.324 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-21T03:09:21.443Z | [ recovery-image] Dec 21 03:09:19.359 INFO O| Dec 21 03:09:19.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6709 | 2024-12-21T03:09:21.464Z | [ recovery-image] Dec 21 03:09:19.359 INFO O| Dec 21 03:09:19.359 INFO STEP 771 (remove_files) COMPLETE |
6710 | 2024-12-21T03:09:21.464Z | [ recovery-image] Dec 21 03:09:19.359 INFO O| Dec 21 03:09:19.359 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-21T03:09:21.482Z | [ recovery-image] Dec 21 03:09:19.397 INFO O| Dec 21 03:09:19.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6712 | 2024-12-21T03:09:21.482Z | [ recovery-image] Dec 21 03:09:19.397 INFO O| Dec 21 03:09:19.397 INFO STEP 772 (remove_files) COMPLETE |
6713 | 2024-12-21T03:09:21.497Z | [ recovery-image] Dec 21 03:09:19.397 INFO O| Dec 21 03:09:19.397 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-21T03:09:21.536Z | [ recovery-image] Dec 21 03:09:19.451 INFO O| Dec 21 03:09:19.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6715 | 2024-12-21T03:09:21.536Z | [ recovery-image] Dec 21 03:09:19.451 INFO O| Dec 21 03:09:19.451 INFO STEP 773 (remove_files) COMPLETE |
6716 | 2024-12-21T03:09:21.549Z | [ recovery-image] Dec 21 03:09:19.451 INFO O| Dec 21 03:09:19.451 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-21T03:09:21.560Z | [ recovery-image] Dec 21 03:09:19.473 INFO O| Dec 21 03:09:19.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6718 | 2024-12-21T03:09:21.561Z | [ recovery-image] Dec 21 03:09:19.473 INFO O| Dec 21 03:09:19.473 INFO STEP 774 (remove_files) COMPLETE |
6719 | 2024-12-21T03:09:21.561Z | [ recovery-image] Dec 21 03:09:19.473 INFO O| Dec 21 03:09:19.473 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-21T03:09:21.574Z | [ recovery-image] Dec 21 03:09:19.493 INFO O| Dec 21 03:09:19.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6721 | 2024-12-21T03:09:21.598Z | [ recovery-image] Dec 21 03:09:19.517 INFO O| Dec 21 03:09:19.517 INFO STEP 775 (remove_files) COMPLETE |
6722 | 2024-12-21T03:09:21.598Z | [ recovery-image] Dec 21 03:09:19.517 INFO O| Dec 21 03:09:19.517 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-21T03:09:21.631Z | [ recovery-image] Dec 21 03:09:19.537 INFO O| Dec 21 03:09:19.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6724 | 2024-12-21T03:09:21.631Z | [ recovery-image] Dec 21 03:09:19.537 INFO O| Dec 21 03:09:19.537 INFO STEP 776 (remove_files) COMPLETE |
6725 | 2024-12-21T03:09:21.632Z | [ recovery-image] Dec 21 03:09:19.537 INFO O| Dec 21 03:09:19.537 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-21T03:09:21.681Z | [ recovery-image] Dec 21 03:09:19.593 INFO O| Dec 21 03:09:19.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6727 | 2024-12-21T03:09:21.681Z | [ recovery-image] Dec 21 03:09:19.593 INFO O| Dec 21 03:09:19.593 INFO STEP 777 (remove_files) COMPLETE |
6728 | 2024-12-21T03:09:21.693Z | [ recovery-image] Dec 21 03:09:19.593 INFO O| Dec 21 03:09:19.593 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-21T03:09:21.699Z | [ recovery-image] Dec 21 03:09:19.617 INFO O| Dec 21 03:09:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6730 | 2024-12-21T03:09:21.699Z | [ recovery-image] Dec 21 03:09:19.617 INFO O| Dec 21 03:09:19.617 INFO STEP 778 (remove_files) COMPLETE |
6731 | 2024-12-21T03:09:21.699Z | [ recovery-image] Dec 21 03:09:19.617 INFO O| Dec 21 03:09:19.617 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-21T03:09:21.728Z | [ recovery-image] Dec 21 03:09:19.638 INFO O| Dec 21 03:09:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6733 | 2024-12-21T03:09:21.728Z | [ recovery-image] Dec 21 03:09:19.638 INFO O| Dec 21 03:09:19.638 INFO STEP 779 (remove_files) COMPLETE |
6734 | 2024-12-21T03:09:21.728Z | [ recovery-image] Dec 21 03:09:19.638 INFO O| Dec 21 03:09:19.638 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-21T03:09:21.741Z | [ recovery-image] Dec 21 03:09:19.657 INFO O| Dec 21 03:09:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6736 | 2024-12-21T03:09:21.741Z | [ recovery-image] Dec 21 03:09:19.657 INFO O| Dec 21 03:09:19.657 INFO STEP 780 (remove_files) COMPLETE |
6737 | 2024-12-21T03:09:21.750Z | [ recovery-image] Dec 21 03:09:19.657 INFO O| Dec 21 03:09:19.657 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-21T03:09:21.779Z | [ recovery-image] Dec 21 03:09:19.695 INFO O| Dec 21 03:09:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6739 | 2024-12-21T03:09:21.779Z | [ recovery-image] Dec 21 03:09:19.695 INFO O| Dec 21 03:09:19.695 INFO STEP 781 (remove_files) COMPLETE |
6740 | 2024-12-21T03:09:21.779Z | [ recovery-image] Dec 21 03:09:19.695 INFO O| Dec 21 03:09:19.695 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-21T03:09:21.798Z | [ recovery-image] Dec 21 03:09:19.717 INFO O| Dec 21 03:09:19.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6742 | 2024-12-21T03:09:21.798Z | [ recovery-image] Dec 21 03:09:19.717 INFO O| Dec 21 03:09:19.717 INFO STEP 782 (remove_files) COMPLETE |
6743 | 2024-12-21T03:09:21.798Z | [ recovery-image] Dec 21 03:09:19.717 INFO O| Dec 21 03:09:19.717 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-21T03:09:21.831Z | [ recovery-image] Dec 21 03:09:19.750 INFO O| Dec 21 03:09:19.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6745 | 2024-12-21T03:09:21.831Z | [ recovery-image] Dec 21 03:09:19.750 INFO O| Dec 21 03:09:19.750 INFO STEP 783 (remove_files) COMPLETE |
6746 | 2024-12-21T03:09:21.835Z | [ recovery-image] Dec 21 03:09:19.750 INFO O| Dec 21 03:09:19.750 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-21T03:09:21.888Z | [ recovery-image] Dec 21 03:09:19.783 INFO O| Dec 21 03:09:19.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6748 | 2024-12-21T03:09:21.888Z | [ recovery-image] Dec 21 03:09:19.783 INFO O| Dec 21 03:09:19.783 INFO STEP 784 (remove_files) COMPLETE |
6749 | 2024-12-21T03:09:21.888Z | [ recovery-image] Dec 21 03:09:19.783 INFO O| Dec 21 03:09:19.783 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-21T03:09:21.919Z | [ recovery-image] Dec 21 03:09:19.838 INFO O| Dec 21 03:09:19.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6751 | 2024-12-21T03:09:21.919Z | [ recovery-image] Dec 21 03:09:19.838 INFO O| Dec 21 03:09:19.838 INFO STEP 785 (remove_files) COMPLETE |
6752 | 2024-12-21T03:09:21.927Z | [ recovery-image] Dec 21 03:09:19.838 INFO O| Dec 21 03:09:19.838 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-21T03:09:22.013Z | [ recovery-image] Dec 21 03:09:19.931 INFO O| Dec 21 03:09:19.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6754 | 2024-12-21T03:09:22.013Z | [ recovery-image] Dec 21 03:09:19.931 INFO O| Dec 21 03:09:19.931 INFO STEP 786 (remove_files) COMPLETE |
6755 | 2024-12-21T03:09:22.026Z | [ recovery-image] Dec 21 03:09:19.931 INFO O| Dec 21 03:09:19.931 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-21T03:09:22.082Z | [ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6757 | 2024-12-21T03:09:22.097Z | [ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO STEP 787 (remove_files) COMPLETE |
6758 | 2024-12-21T03:09:22.099Z | [ recovery-image] Dec 21 03:09:19.989 INFO O| Dec 21 03:09:19.989 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-21T03:09:22.113Z | [ recovery-image] Dec 21 03:09:20.012 INFO O| Dec 21 03:09:20.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6760 | 2024-12-21T03:09:22.113Z | [ host-image] Dec 21 03:09:20.021 INFO O| Dec 21 03:09:20.021 INFO O| Done |
6761 | 2024-12-21T03:09:22.133Z | [ recovery-image] Dec 21 03:09:20.040 INFO O| Dec 21 03:09:20.040 INFO STEP 788 (remove_files) COMPLETE |
6762 | 2024-12-21T03:09:22.133Z | [ recovery-image] Dec 21 03:09:20.040 INFO O| Dec 21 03:09:20.040 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-21T03:09:22.224Z | [ recovery-image] Dec 21 03:09:20.133 INFO O| Dec 21 03:09:20.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6764 | 2024-12-21T03:09:22.232Z | [ recovery-image] Dec 21 03:09:20.133 INFO O| Dec 21 03:09:20.133 INFO STEP 789 (remove_files) COMPLETE |
6765 | 2024-12-21T03:09:22.232Z | [ recovery-image] Dec 21 03:09:20.133 INFO O| Dec 21 03:09:20.133 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-21T03:09:22.243Z | [ recovery-image] Dec 21 03:09:20.159 INFO O| Dec 21 03:09:20.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6767 | 2024-12-21T03:09:22.243Z | [ recovery-image] Dec 21 03:09:20.159 INFO O| Dec 21 03:09:20.159 INFO STEP 790 (remove_files) COMPLETE |
6768 | 2024-12-21T03:09:22.243Z | [ recovery-image] Dec 21 03:09:20.159 INFO O| Dec 21 03:09:20.159 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-21T03:09:22.286Z | [ recovery-image] Dec 21 03:09:20.204 INFO O| Dec 21 03:09:20.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6770 | 2024-12-21T03:09:22.286Z | [ recovery-image] Dec 21 03:09:20.204 INFO O| Dec 21 03:09:20.204 INFO STEP 791 (remove_files) COMPLETE |
6771 | 2024-12-21T03:09:22.286Z | [ recovery-image] Dec 21 03:09:20.204 INFO O| Dec 21 03:09:20.204 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-21T03:09:22.410Z | [ recovery-image] Dec 21 03:09:20.329 INFO O| Dec 21 03:09:20.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6773 | 2024-12-21T03:09:22.410Z | [ recovery-image] Dec 21 03:09:20.329 INFO O| Dec 21 03:09:20.329 INFO STEP 792 (remove_files) COMPLETE |
6774 | 2024-12-21T03:09:22.420Z | [ recovery-image] Dec 21 03:09:20.329 INFO O| Dec 21 03:09:20.329 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-21T03:09:22.430Z | [ recovery-image] Dec 21 03:09:20.348 INFO O| Dec 21 03:09:20.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6776 | 2024-12-21T03:09:22.430Z | [ recovery-image] Dec 21 03:09:20.348 INFO O| Dec 21 03:09:20.348 INFO STEP 793 (remove_files) COMPLETE |
6777 | 2024-12-21T03:09:22.430Z | [ recovery-image] Dec 21 03:09:20.348 INFO O| Dec 21 03:09:20.348 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-21T03:09:22.452Z | [ recovery-image] Dec 21 03:09:20.366 INFO O| Dec 21 03:09:20.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6779 | 2024-12-21T03:09:22.453Z | [ recovery-image] Dec 21 03:09:20.366 INFO O| Dec 21 03:09:20.365 INFO STEP 794 (remove_files) COMPLETE |
6780 | 2024-12-21T03:09:22.453Z | [ recovery-image] Dec 21 03:09:20.366 INFO O| Dec 21 03:09:20.366 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-21T03:09:22.473Z | [ recovery-image] Dec 21 03:09:20.383 INFO O| Dec 21 03:09:20.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6782 | 2024-12-21T03:09:22.479Z | [ recovery-image] Dec 21 03:09:20.383 INFO O| Dec 21 03:09:20.383 INFO STEP 795 (remove_files) COMPLETE |
6783 | 2024-12-21T03:09:22.479Z | [ recovery-image] Dec 21 03:09:20.383 INFO O| Dec 21 03:09:20.383 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-21T03:09:22.497Z | [ recovery-image] Dec 21 03:09:20.401 INFO O| Dec 21 03:09:20.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6785 | 2024-12-21T03:09:22.497Z | [ recovery-image] Dec 21 03:09:20.402 INFO O| Dec 21 03:09:20.402 INFO STEP 796 (remove_files) COMPLETE |
6786 | 2024-12-21T03:09:22.497Z | [ recovery-image] Dec 21 03:09:20.402 INFO O| Dec 21 03:09:20.402 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-21T03:09:22.505Z | [ recovery-image] Dec 21 03:09:20.419 INFO O| Dec 21 03:09:20.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6788 | 2024-12-21T03:09:22.506Z | [ recovery-image] Dec 21 03:09:20.419 INFO O| Dec 21 03:09:20.419 INFO STEP 797 (remove_files) COMPLETE |
6789 | 2024-12-21T03:09:22.506Z | [ recovery-image] Dec 21 03:09:20.419 INFO O| Dec 21 03:09:20.419 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-21T03:09:22.518Z | [ recovery-image] Dec 21 03:09:20.435 INFO O| Dec 21 03:09:20.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6791 | 2024-12-21T03:09:22.518Z | [ recovery-image] Dec 21 03:09:20.435 INFO O| Dec 21 03:09:20.435 INFO STEP 798 (remove_files) COMPLETE |
6792 | 2024-12-21T03:09:22.518Z | [ recovery-image] Dec 21 03:09:20.435 INFO O| Dec 21 03:09:20.435 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-21T03:09:22.548Z | [ recovery-image] Dec 21 03:09:20.451 INFO O| Dec 21 03:09:20.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6794 | 2024-12-21T03:09:22.548Z | [ recovery-image] Dec 21 03:09:20.451 INFO O| Dec 21 03:09:20.451 INFO STEP 799 (remove_files) COMPLETE |
6795 | 2024-12-21T03:09:22.572Z | [ recovery-image] Dec 21 03:09:20.451 INFO O| Dec 21 03:09:20.451 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-21T03:09:22.595Z | [ recovery-image] Dec 21 03:09:20.480 INFO O| Dec 21 03:09:20.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6797 | 2024-12-21T03:09:22.595Z | [ recovery-image] Dec 21 03:09:20.480 INFO O| Dec 21 03:09:20.480 INFO STEP 800 (remove_files) COMPLETE |
6798 | 2024-12-21T03:09:22.595Z | [ recovery-image] Dec 21 03:09:20.480 INFO O| Dec 21 03:09:20.480 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-21T03:09:22.661Z | [ recovery-image] Dec 21 03:09:20.579 INFO O| Dec 21 03:09:20.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6800 | 2024-12-21T03:09:22.661Z | [ recovery-image] Dec 21 03:09:20.579 INFO O| Dec 21 03:09:20.579 INFO STEP 801 (remove_files) COMPLETE |
6801 | 2024-12-21T03:09:22.670Z | [ recovery-image] Dec 21 03:09:20.580 INFO O| Dec 21 03:09:20.579 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-21T03:09:22.714Z | [ recovery-image] Dec 21 03:09:20.621 INFO O| Dec 21 03:09:20.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6803 | 2024-12-21T03:09:22.714Z | [ recovery-image] Dec 21 03:09:20.622 INFO O| Dec 21 03:09:20.621 INFO STEP 802 (remove_files) COMPLETE |
6804 | 2024-12-21T03:09:22.714Z | [ recovery-image] Dec 21 03:09:20.622 INFO O| Dec 21 03:09:20.622 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-21T03:09:22.725Z | [ recovery-image] Dec 21 03:09:20.639 INFO O| Dec 21 03:09:20.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6806 | 2024-12-21T03:09:22.725Z | [ recovery-image] Dec 21 03:09:20.640 INFO O| Dec 21 03:09:20.639 INFO STEP 803 (remove_files) COMPLETE |
6807 | 2024-12-21T03:09:22.725Z | [ recovery-image] Dec 21 03:09:20.640 INFO O| Dec 21 03:09:20.640 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-21T03:09:22.750Z | [ recovery-image] Dec 21 03:09:20.656 INFO O| Dec 21 03:09:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6809 | 2024-12-21T03:09:22.750Z | [ recovery-image] Dec 21 03:09:20.656 INFO O| Dec 21 03:09:20.656 INFO STEP 804 (remove_files) COMPLETE |
6810 | 2024-12-21T03:09:22.750Z | [ recovery-image] Dec 21 03:09:20.657 INFO O| Dec 21 03:09:20.656 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-21T03:09:22.777Z | [ recovery-image] Dec 21 03:09:20.688 INFO O| Dec 21 03:09:20.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6812 | 2024-12-21T03:09:22.777Z | [ recovery-image] Dec 21 03:09:20.688 INFO O| Dec 21 03:09:20.688 INFO STEP 805 (remove_files) COMPLETE |
6813 | 2024-12-21T03:09:22.777Z | [ recovery-image] Dec 21 03:09:20.688 INFO O| Dec 21 03:09:20.688 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-21T03:09:22.821Z | [ recovery-image] Dec 21 03:09:20.729 INFO O| Dec 21 03:09:20.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6815 | 2024-12-21T03:09:22.821Z | [ recovery-image] Dec 21 03:09:20.729 INFO O| Dec 21 03:09:20.729 INFO STEP 806 (remove_files) COMPLETE |
6816 | 2024-12-21T03:09:22.829Z | [ recovery-image] Dec 21 03:09:20.729 INFO O| Dec 21 03:09:20.729 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-21T03:09:22.870Z | [ recovery-image] Dec 21 03:09:20.789 INFO O| Dec 21 03:09:20.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6818 | 2024-12-21T03:09:22.870Z | [ recovery-image] Dec 21 03:09:20.789 INFO O| Dec 21 03:09:20.789 INFO STEP 807 (remove_files) COMPLETE |
6819 | 2024-12-21T03:09:22.870Z | [ recovery-image] Dec 21 03:09:20.789 INFO O| Dec 21 03:09:20.789 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-21T03:09:22.935Z | [ recovery-image] Dec 21 03:09:20.843 INFO O| Dec 21 03:09:20.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6821 | 2024-12-21T03:09:22.935Z | [ recovery-image] Dec 21 03:09:20.843 INFO O| Dec 21 03:09:20.843 INFO STEP 808 (remove_files) COMPLETE |
6822 | 2024-12-21T03:09:22.935Z | [ recovery-image] Dec 21 03:09:20.843 INFO O| Dec 21 03:09:20.843 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-21T03:09:22.946Z | [ recovery-image] Dec 21 03:09:20.865 INFO O| Dec 21 03:09:20.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6824 | 2024-12-21T03:09:22.954Z | [ recovery-image] Dec 21 03:09:20.865 INFO O| Dec 21 03:09:20.865 INFO STEP 809 (remove_files) COMPLETE |
6825 | 2024-12-21T03:09:22.955Z | [ recovery-image] Dec 21 03:09:20.866 INFO O| Dec 21 03:09:20.865 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-21T03:09:23.005Z | [ recovery-image] Dec 21 03:09:20.906 INFO O| Dec 21 03:09:20.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6827 | 2024-12-21T03:09:23.006Z | [ recovery-image] Dec 21 03:09:20.906 INFO O| Dec 21 03:09:20.906 INFO STEP 810 (remove_files) COMPLETE |
6828 | 2024-12-21T03:09:23.006Z | [ recovery-image] Dec 21 03:09:20.906 INFO O| Dec 21 03:09:20.906 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-21T03:09:23.024Z | [ recovery-image] Dec 21 03:09:20.942 INFO O| Dec 21 03:09:20.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6830 | 2024-12-21T03:09:23.024Z | [ recovery-image] Dec 21 03:09:20.942 INFO O| Dec 21 03:09:20.942 INFO STEP 811 (remove_files) COMPLETE |
6831 | 2024-12-21T03:09:23.024Z | [ recovery-image] Dec 21 03:09:20.942 INFO O| Dec 21 03:09:20.942 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-21T03:09:23.116Z | [ recovery-image] Dec 21 03:09:21.032 INFO O| Dec 21 03:09:21.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6833 | 2024-12-21T03:09:23.117Z | [ recovery-image] Dec 21 03:09:21.032 INFO O| Dec 21 03:09:21.032 INFO STEP 812 (remove_files) COMPLETE |
6834 | 2024-12-21T03:09:23.118Z | [ recovery-image] Dec 21 03:09:21.032 INFO O| Dec 21 03:09:21.032 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-21T03:09:23.136Z | [ recovery-image] Dec 21 03:09:21.052 INFO O| Dec 21 03:09:21.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6836 | 2024-12-21T03:09:23.136Z | [ recovery-image] Dec 21 03:09:21.052 INFO O| Dec 21 03:09:21.052 INFO STEP 813 (remove_files) COMPLETE |
6837 | 2024-12-21T03:09:23.136Z | [ recovery-image] Dec 21 03:09:21.052 INFO O| Dec 21 03:09:21.052 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-21T03:09:23.208Z | [ recovery-image] Dec 21 03:09:21.111 INFO O| Dec 21 03:09:21.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6839 | 2024-12-21T03:09:23.209Z | [ recovery-image] Dec 21 03:09:21.111 INFO O| Dec 21 03:09:21.111 INFO STEP 814 (remove_files) COMPLETE |
6840 | 2024-12-21T03:09:23.209Z | [ recovery-image] Dec 21 03:09:21.111 INFO O| Dec 21 03:09:21.111 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-21T03:09:23.228Z | [ recovery-image] Dec 21 03:09:21.146 INFO O| Dec 21 03:09:21.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6842 | 2024-12-21T03:09:23.228Z | [ recovery-image] Dec 21 03:09:21.146 INFO O| Dec 21 03:09:21.146 INFO STEP 815 (remove_files) COMPLETE |
6843 | 2024-12-21T03:09:23.257Z | [ recovery-image] Dec 21 03:09:21.146 INFO O| Dec 21 03:09:21.146 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-21T03:09:23.269Z | [ recovery-image] Dec 21 03:09:21.166 INFO O| Dec 21 03:09:21.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6845 | 2024-12-21T03:09:23.269Z | [ recovery-image] Dec 21 03:09:21.166 INFO O| Dec 21 03:09:21.166 INFO STEP 816 (remove_files) COMPLETE |
6846 | 2024-12-21T03:09:23.269Z | [ recovery-image] Dec 21 03:09:21.166 INFO O| Dec 21 03:09:21.166 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-21T03:09:23.309Z | [ recovery-image] Dec 21 03:09:21.213 INFO O| Dec 21 03:09:21.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6848 | 2024-12-21T03:09:23.317Z | [ recovery-image] Dec 21 03:09:21.234 INFO O| Dec 21 03:09:21.234 INFO STEP 817 (remove_files) COMPLETE |
6849 | 2024-12-21T03:09:23.317Z | [ recovery-image] Dec 21 03:09:21.234 INFO O| Dec 21 03:09:21.234 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-21T03:09:23.372Z | [ recovery-image] Dec 21 03:09:21.290 INFO O| Dec 21 03:09:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6851 | 2024-12-21T03:09:23.373Z | [ recovery-image] Dec 21 03:09:21.290 INFO O| Dec 21 03:09:21.290 INFO STEP 818 (remove_files) COMPLETE |
6852 | 2024-12-21T03:09:23.373Z | [ recovery-image] Dec 21 03:09:21.291 INFO O| Dec 21 03:09:21.290 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-21T03:09:23.391Z | [ recovery-image] Dec 21 03:09:21.310 INFO O| Dec 21 03:09:21.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6854 | 2024-12-21T03:09:23.391Z | [ recovery-image] Dec 21 03:09:21.310 INFO O| Dec 21 03:09:21.310 INFO STEP 819 (remove_files) COMPLETE |
6855 | 2024-12-21T03:09:23.404Z | [ recovery-image] Dec 21 03:09:21.310 INFO O| Dec 21 03:09:21.310 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-21T03:09:23.426Z | [ recovery-image] Dec 21 03:09:21.345 INFO O| Dec 21 03:09:21.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6857 | 2024-12-21T03:09:23.427Z | [ recovery-image] Dec 21 03:09:21.345 INFO O| Dec 21 03:09:21.345 INFO STEP 820 (remove_files) COMPLETE |
6858 | 2024-12-21T03:09:23.437Z | [ recovery-image] Dec 21 03:09:21.345 INFO O| Dec 21 03:09:21.345 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-21T03:09:23.448Z | [ recovery-image] Dec 21 03:09:21.366 INFO O| Dec 21 03:09:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6860 | 2024-12-21T03:09:23.448Z | [ recovery-image] Dec 21 03:09:21.367 INFO O| Dec 21 03:09:21.366 INFO STEP 821 (remove_files) COMPLETE |
6861 | 2024-12-21T03:09:23.490Z | [ recovery-image] Dec 21 03:09:21.367 INFO O| Dec 21 03:09:21.366 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-21T03:09:23.490Z | [ recovery-image] Dec 21 03:09:21.387 INFO O| Dec 21 03:09:21.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6863 | 2024-12-21T03:09:23.490Z | [ recovery-image] Dec 21 03:09:21.387 INFO O| Dec 21 03:09:21.387 INFO STEP 822 (remove_files) COMPLETE |
6864 | 2024-12-21T03:09:23.490Z | [ recovery-image] Dec 21 03:09:21.387 INFO O| Dec 21 03:09:21.387 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-21T03:09:23.505Z | [ recovery-image] Dec 21 03:09:21.408 INFO O| Dec 21 03:09:21.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6866 | 2024-12-21T03:09:23.505Z | [ recovery-image] Dec 21 03:09:21.408 INFO O| Dec 21 03:09:21.408 INFO STEP 823 (remove_files) COMPLETE |
6867 | 2024-12-21T03:09:23.506Z | [ recovery-image] Dec 21 03:09:21.408 INFO O| Dec 21 03:09:21.408 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-21T03:09:23.533Z | [ recovery-image] Dec 21 03:09:21.428 INFO O| Dec 21 03:09:21.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6869 | 2024-12-21T03:09:23.533Z | [ recovery-image] Dec 21 03:09:21.428 INFO O| Dec 21 03:09:21.428 INFO STEP 824 (remove_files) COMPLETE |
6870 | 2024-12-21T03:09:23.533Z | [ recovery-image] Dec 21 03:09:21.429 INFO O| Dec 21 03:09:21.428 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-21T03:09:23.541Z | [ recovery-image] Dec 21 03:09:21.449 INFO O| Dec 21 03:09:21.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6872 | 2024-12-21T03:09:23.541Z | [ recovery-image] Dec 21 03:09:21.449 INFO O| Dec 21 03:09:21.449 INFO STEP 825 (remove_files) COMPLETE |
6873 | 2024-12-21T03:09:23.541Z | [ recovery-image] Dec 21 03:09:21.449 INFO O| Dec 21 03:09:21.449 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-21T03:09:23.553Z | [ recovery-image] Dec 21 03:09:21.471 INFO O| Dec 21 03:09:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6875 | 2024-12-21T03:09:23.553Z | [ recovery-image] Dec 21 03:09:21.471 INFO O| Dec 21 03:09:21.471 INFO STEP 826 (remove_files) COMPLETE |
6876 | 2024-12-21T03:09:23.568Z | [ recovery-image] Dec 21 03:09:21.471 INFO O| Dec 21 03:09:21.471 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-21T03:09:23.575Z | [ recovery-image] Dec 21 03:09:21.493 INFO O| Dec 21 03:09:21.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6878 | 2024-12-21T03:09:23.575Z | [ recovery-image] Dec 21 03:09:21.493 INFO O| Dec 21 03:09:21.493 INFO STEP 827 (remove_files) COMPLETE |
6879 | 2024-12-21T03:09:23.583Z | [ recovery-image] Dec 21 03:09:21.493 INFO O| Dec 21 03:09:21.493 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-21T03:09:23.596Z | [ recovery-image] Dec 21 03:09:21.514 INFO O| Dec 21 03:09:21.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6881 | 2024-12-21T03:09:23.596Z | [ recovery-image] Dec 21 03:09:21.514 INFO O| Dec 21 03:09:21.514 INFO STEP 828 (remove_files) COMPLETE |
6882 | 2024-12-21T03:09:23.619Z | [ recovery-image] Dec 21 03:09:21.514 INFO O| Dec 21 03:09:21.514 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-21T03:09:23.626Z | [ recovery-image] Dec 21 03:09:21.534 INFO O| Dec 21 03:09:21.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6884 | 2024-12-21T03:09:23.626Z | [ recovery-image] Dec 21 03:09:21.534 INFO O| Dec 21 03:09:21.534 INFO STEP 829 (remove_files) COMPLETE |
6885 | 2024-12-21T03:09:23.626Z | [ recovery-image] Dec 21 03:09:21.534 INFO O| Dec 21 03:09:21.534 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-21T03:09:23.636Z | [ recovery-image] Dec 21 03:09:21.554 INFO O| Dec 21 03:09:21.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6887 | 2024-12-21T03:09:23.636Z | [ recovery-image] Dec 21 03:09:21.554 INFO O| Dec 21 03:09:21.554 INFO STEP 830 (remove_files) COMPLETE |
6888 | 2024-12-21T03:09:23.652Z | [ recovery-image] Dec 21 03:09:21.555 INFO O| Dec 21 03:09:21.554 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-21T03:09:23.665Z | [ recovery-image] Dec 21 03:09:21.575 INFO O| Dec 21 03:09:21.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6890 | 2024-12-21T03:09:23.665Z | [ recovery-image] Dec 21 03:09:21.575 INFO O| Dec 21 03:09:21.575 INFO STEP 831 (remove_files) COMPLETE |
6891 | 2024-12-21T03:09:23.665Z | [ recovery-image] Dec 21 03:09:21.575 INFO O| Dec 21 03:09:21.575 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-21T03:09:23.677Z | [ recovery-image] Dec 21 03:09:21.596 INFO O| Dec 21 03:09:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6893 | 2024-12-21T03:09:23.677Z | [ recovery-image] Dec 21 03:09:21.596 INFO O| Dec 21 03:09:21.596 INFO STEP 832 (remove_files) COMPLETE |
6894 | 2024-12-21T03:09:23.685Z | [ recovery-image] Dec 21 03:09:21.596 INFO O| Dec 21 03:09:21.596 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-21T03:09:23.714Z | [ recovery-image] Dec 21 03:09:21.632 INFO O| Dec 21 03:09:21.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6896 | 2024-12-21T03:09:23.714Z | [ recovery-image] Dec 21 03:09:21.632 INFO O| Dec 21 03:09:21.632 INFO STEP 833 (remove_files) COMPLETE |
6897 | 2024-12-21T03:09:23.727Z | [ recovery-image] Dec 21 03:09:21.632 INFO O| Dec 21 03:09:21.632 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-21T03:09:23.745Z | [ recovery-image] Dec 21 03:09:21.655 INFO O| Dec 21 03:09:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6899 | 2024-12-21T03:09:23.752Z | [ recovery-image] Dec 21 03:09:21.655 INFO O| Dec 21 03:09:21.655 INFO STEP 834 (remove_files) COMPLETE |
6900 | 2024-12-21T03:09:23.752Z | [ recovery-image] Dec 21 03:09:21.655 INFO O| Dec 21 03:09:21.655 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-21T03:09:23.772Z | [ recovery-image] Dec 21 03:09:21.680 INFO O| Dec 21 03:09:21.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6902 | 2024-12-21T03:09:23.772Z | [ recovery-image] Dec 21 03:09:21.680 INFO O| Dec 21 03:09:21.680 INFO STEP 835 (remove_files) COMPLETE |
6903 | 2024-12-21T03:09:23.772Z | [ recovery-image] Dec 21 03:09:21.680 INFO O| Dec 21 03:09:21.680 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-21T03:09:23.788Z | [ recovery-image] Dec 21 03:09:21.700 INFO O| Dec 21 03:09:21.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6905 | 2024-12-21T03:09:23.788Z | [ recovery-image] Dec 21 03:09:21.700 INFO O| Dec 21 03:09:21.700 INFO STEP 836 (remove_files) COMPLETE |
6906 | 2024-12-21T03:09:23.788Z | [ recovery-image] Dec 21 03:09:21.700 INFO O| Dec 21 03:09:21.700 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-21T03:09:23.813Z | [ recovery-image] Dec 21 03:09:21.730 INFO O| Dec 21 03:09:21.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6908 | 2024-12-21T03:09:23.813Z | [ recovery-image] Dec 21 03:09:21.730 INFO O| Dec 21 03:09:21.730 INFO STEP 837 (remove_files) COMPLETE |
6909 | 2024-12-21T03:09:23.813Z | [ recovery-image] Dec 21 03:09:21.730 INFO O| Dec 21 03:09:21.730 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-21T03:09:23.834Z | [ recovery-image] Dec 21 03:09:21.753 INFO O| Dec 21 03:09:21.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6911 | 2024-12-21T03:09:23.834Z | [ recovery-image] Dec 21 03:09:21.753 INFO O| Dec 21 03:09:21.753 INFO STEP 838 (remove_files) COMPLETE |
6912 | 2024-12-21T03:09:23.838Z | [ recovery-image] Dec 21 03:09:21.753 INFO O| Dec 21 03:09:21.753 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-21T03:09:23.868Z | [ recovery-image] Dec 21 03:09:21.785 INFO O| Dec 21 03:09:21.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6914 | 2024-12-21T03:09:23.890Z | [ recovery-image] Dec 21 03:09:21.785 INFO O| Dec 21 03:09:21.785 INFO STEP 839 (remove_files) COMPLETE |
6915 | 2024-12-21T03:09:23.890Z | [ recovery-image] Dec 21 03:09:21.785 INFO O| Dec 21 03:09:21.785 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-21T03:09:23.948Z | [ recovery-image] Dec 21 03:09:21.823 INFO O| Dec 21 03:09:21.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6917 | 2024-12-21T03:09:23.948Z | [ recovery-image] Dec 21 03:09:21.823 INFO O| Dec 21 03:09:21.823 INFO STEP 840 (remove_files) COMPLETE |
6918 | 2024-12-21T03:09:23.948Z | [ recovery-image] Dec 21 03:09:21.824 INFO O| Dec 21 03:09:21.823 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-21T03:09:23.969Z | [ recovery-image] Dec 21 03:09:21.886 INFO O| Dec 21 03:09:21.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6920 | 2024-12-21T03:09:23.969Z | [ recovery-image] Dec 21 03:09:21.886 INFO O| Dec 21 03:09:21.886 INFO STEP 841 (remove_files) COMPLETE |
6921 | 2024-12-21T03:09:23.969Z | [ recovery-image] Dec 21 03:09:21.886 INFO O| Dec 21 03:09:21.886 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-21T03:09:24.009Z | [ recovery-image] Dec 21 03:09:21.928 INFO O| Dec 21 03:09:21.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6923 | 2024-12-21T03:09:24.010Z | [ recovery-image] Dec 21 03:09:21.928 INFO O| Dec 21 03:09:21.928 INFO STEP 842 (remove_files) COMPLETE |
6924 | 2024-12-21T03:09:24.014Z | [ recovery-image] Dec 21 03:09:21.928 INFO O| Dec 21 03:09:21.928 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-21T03:09:24.030Z | [ recovery-image] Dec 21 03:09:21.948 INFO O| Dec 21 03:09:21.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6926 | 2024-12-21T03:09:24.030Z | [ recovery-image] Dec 21 03:09:21.949 INFO O| Dec 21 03:09:21.948 INFO STEP 843 (remove_files) COMPLETE |
6927 | 2024-12-21T03:09:24.037Z | [ recovery-image] Dec 21 03:09:21.949 INFO O| Dec 21 03:09:21.949 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-21T03:09:24.127Z | [ recovery-image] Dec 21 03:09:22.045 INFO O| Dec 21 03:09:22.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6929 | 2024-12-21T03:09:24.127Z | [ recovery-image] Dec 21 03:09:22.045 INFO O| Dec 21 03:09:22.045 INFO STEP 844 (remove_files) COMPLETE |
6930 | 2024-12-21T03:09:24.142Z | [ recovery-image] Dec 21 03:09:22.045 INFO O| Dec 21 03:09:22.045 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-21T03:09:24.152Z | [ recovery-image] Dec 21 03:09:22.065 INFO O| Dec 21 03:09:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6932 | 2024-12-21T03:09:24.152Z | [ recovery-image] Dec 21 03:09:22.065 INFO O| Dec 21 03:09:22.065 INFO STEP 845 (remove_files) COMPLETE |
6933 | 2024-12-21T03:09:24.162Z | [ recovery-image] Dec 21 03:09:22.065 INFO O| Dec 21 03:09:22.065 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-21T03:09:24.177Z | [ recovery-image] Dec 21 03:09:22.095 INFO O| Dec 21 03:09:22.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6935 | 2024-12-21T03:09:24.177Z | [ recovery-image] Dec 21 03:09:22.095 INFO O| Dec 21 03:09:22.095 INFO STEP 846 (remove_files) COMPLETE |
6936 | 2024-12-21T03:09:24.195Z | [ recovery-image] Dec 21 03:09:22.095 INFO O| Dec 21 03:09:22.095 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-21T03:09:24.225Z | [ recovery-image] Dec 21 03:09:22.143 INFO O| Dec 21 03:09:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6938 | 2024-12-21T03:09:24.225Z | [ recovery-image] Dec 21 03:09:22.143 INFO O| Dec 21 03:09:22.143 INFO STEP 847 (remove_files) COMPLETE |
6939 | 2024-12-21T03:09:24.235Z | [ recovery-image] Dec 21 03:09:22.143 INFO O| Dec 21 03:09:22.143 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-21T03:09:24.255Z | [ recovery-image] Dec 21 03:09:22.163 INFO O| Dec 21 03:09:22.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6941 | 2024-12-21T03:09:24.255Z | [ recovery-image] Dec 21 03:09:22.163 INFO O| Dec 21 03:09:22.163 INFO STEP 848 (remove_files) COMPLETE |
6942 | 2024-12-21T03:09:24.256Z | [ recovery-image] Dec 21 03:09:22.163 INFO O| Dec 21 03:09:22.163 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-21T03:09:27.869Z | [ recovery-image] Dec 21 03:09:22.187 INFO O| Dec 21 03:09:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6944 | 2024-12-21T03:09:27.869Z | [ recovery-image] Dec 21 03:09:22.187 INFO O| Dec 21 03:09:22.187 INFO STEP 849 (remove_files) COMPLETE |
6945 | 2024-12-21T03:09:27.916Z | [ recovery-image] Dec 21 03:09:22.187 INFO O| Dec 21 03:09:22.187 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-21T03:09:27.916Z | [ recovery-image] Dec 21 03:09:22.242 INFO O| Dec 21 03:09:22.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6947 | 2024-12-21T03:09:27.916Z | [ recovery-image] Dec 21 03:09:22.242 INFO O| Dec 21 03:09:22.242 INFO STEP 850 (remove_files) COMPLETE |
6948 | 2024-12-21T03:09:27.916Z | [ recovery-image] Dec 21 03:09:22.242 INFO O| Dec 21 03:09:22.242 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-21T03:09:27.916Z | [ recovery-image] Dec 21 03:09:22.262 INFO O| Dec 21 03:09:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6950 | 2024-12-21T03:09:27.916Z | [ recovery-image] Dec 21 03:09:22.262 INFO O| Dec 21 03:09:22.262 INFO STEP 851 (remove_files) COMPLETE |
6951 | 2024-12-21T03:09:27.916Z | [ recovery-image] Dec 21 03:09:22.262 INFO O| Dec 21 03:09:22.262 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-21T03:09:27.916Z | [ recovery-image] Dec 21 03:09:22.300 INFO O| Dec 21 03:09:22.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6953 | 2024-12-21T03:09:27.917Z | [ recovery-image] Dec 21 03:09:22.300 INFO O| Dec 21 03:09:22.300 INFO STEP 852 (remove_files) COMPLETE |
6954 | 2024-12-21T03:09:27.917Z | [ recovery-image] Dec 21 03:09:22.300 INFO O| Dec 21 03:09:22.300 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.320 INFO O| Dec 21 03:09:22.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6956 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.320 INFO O| Dec 21 03:09:22.320 INFO STEP 853 (remove_files) COMPLETE |
6957 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.321 INFO O| Dec 21 03:09:22.320 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.341 INFO O| Dec 21 03:09:22.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6959 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.341 INFO O| Dec 21 03:09:22.341 INFO STEP 854 (remove_files) COMPLETE |
6960 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.341 INFO O| Dec 21 03:09:22.341 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.362 INFO O| Dec 21 03:09:22.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6962 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.362 INFO O| Dec 21 03:09:22.362 INFO STEP 855 (remove_files) COMPLETE |
6963 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.362 INFO O| Dec 21 03:09:22.362 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.381 INFO O| Dec 21 03:09:22.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6965 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.381 INFO O| Dec 21 03:09:22.381 INFO STEP 856 (remove_files) COMPLETE |
6966 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.381 INFO O| Dec 21 03:09:22.381 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.403 INFO O| Dec 21 03:09:22.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6968 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.403 INFO O| Dec 21 03:09:22.403 INFO STEP 857 (remove_files) COMPLETE |
6969 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.403 INFO O| Dec 21 03:09:22.403 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-21T03:09:27.918Z | [ recovery-image] Dec 21 03:09:22.422 INFO O| Dec 21 03:09:22.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6971 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.422 INFO O| Dec 21 03:09:22.422 INFO STEP 858 (remove_files) COMPLETE |
6972 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.422 INFO O| Dec 21 03:09:22.422 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.439 INFO O| Dec 21 03:09:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6974 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.439 INFO O| Dec 21 03:09:22.439 INFO STEP 859 (remove_files) COMPLETE |
6975 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.440 INFO O| Dec 21 03:09:22.439 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.490 INFO O| Dec 21 03:09:22.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6977 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.490 INFO O| Dec 21 03:09:22.490 INFO STEP 860 (remove_files) COMPLETE |
6978 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.491 INFO O| Dec 21 03:09:22.490 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.531 INFO O| Dec 21 03:09:22.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6980 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.531 INFO O| Dec 21 03:09:22.531 INFO STEP 861 (remove_files) COMPLETE |
6981 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.531 INFO O| Dec 21 03:09:22.531 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-12-21T03:09:27.919Z | [ recovery-image] Dec 21 03:09:22.556 INFO O| Dec 21 03:09:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6983 | 2024-12-21T03:09:27.921Z | [ recovery-image] Dec 21 03:09:22.556 INFO O| Dec 21 03:09:22.556 INFO STEP 862 (remove_files) COMPLETE |
6984 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.557 INFO O| Dec 21 03:09:22.556 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.579 INFO O| Dec 21 03:09:22.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6986 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.579 INFO O| Dec 21 03:09:22.579 INFO STEP 863 (remove_files) COMPLETE |
6987 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.579 INFO O| Dec 21 03:09:22.579 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.598 INFO O| Dec 21 03:09:22.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6989 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.598 INFO O| Dec 21 03:09:22.598 INFO STEP 864 (remove_files) COMPLETE |
6990 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.599 INFO O| Dec 21 03:09:22.599 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.629 INFO O| Dec 21 03:09:22.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6992 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.629 INFO O| Dec 21 03:09:22.629 INFO STEP 865 (remove_files) COMPLETE |
6993 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.629 INFO O| Dec 21 03:09:22.629 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.650 INFO O| Dec 21 03:09:22.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6995 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.650 INFO O| Dec 21 03:09:22.650 INFO STEP 866 (remove_files) COMPLETE |
6996 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.650 INFO O| Dec 21 03:09:22.650 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.668 INFO O| Dec 21 03:09:22.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6998 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.668 INFO O| Dec 21 03:09:22.668 INFO STEP 867 (remove_files) COMPLETE |
6999 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.668 INFO O| Dec 21 03:09:22.668 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.703 INFO O| Dec 21 03:09:22.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
7001 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.704 INFO O| Dec 21 03:09:22.703 INFO STEP 868 (remove_files) COMPLETE |
7002 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.704 INFO O| Dec 21 03:09:22.703 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.764 INFO O| Dec 21 03:09:22.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
7004 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.764 INFO O| Dec 21 03:09:22.764 INFO STEP 869 (remove_files) COMPLETE |
7005 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.764 INFO O| Dec 21 03:09:22.764 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-21T03:09:27.922Z | [ host-image] Dec 21 03:09:22.789 INFO O| Dec 21 03:09:22.789 INFO O| Done |
7007 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.796 INFO O| Dec 21 03:09:22.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
7008 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.796 INFO O| Dec 21 03:09:22.796 INFO STEP 870 (remove_files) COMPLETE |
7009 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.796 INFO O| Dec 21 03:09:22.796 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.814 INFO O| Dec 21 03:09:22.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
7011 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.814 INFO O| Dec 21 03:09:22.814 INFO STEP 871 (remove_files) COMPLETE |
7012 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.814 INFO O| Dec 21 03:09:22.814 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.830 INFO O| Dec 21 03:09:22.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
7014 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.830 INFO O| Dec 21 03:09:22.830 INFO STEP 872 (remove_files) COMPLETE |
7015 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.830 INFO O| Dec 21 03:09:22.830 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.848 INFO O| Dec 21 03:09:22.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
7017 | 2024-12-21T03:09:27.922Z | [ recovery-image] Dec 21 03:09:22.848 INFO O| Dec 21 03:09:22.848 INFO STEP 873 (remove_files) COMPLETE |
7018 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.848 INFO O| Dec 21 03:09:22.848 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-21T03:09:27.923Z | [ host-image] Dec 21 03:09:22.854 INFO O| Dec 21 03:09:22.854 INFO O| Done |
7020 | 2024-12-21T03:09:27.923Z | [ host-image] Dec 21 03:09:22.854 INFO O| Dec 21 03:09:22.854 INFO O| Done |
7021 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.868 INFO O| Dec 21 03:09:22.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
7022 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.868 INFO O| Dec 21 03:09:22.868 INFO STEP 874 (remove_files) COMPLETE |
7023 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.868 INFO O| Dec 21 03:09:22.868 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.887 INFO O| Dec 21 03:09:22.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
7025 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.887 INFO O| Dec 21 03:09:22.887 INFO STEP 875 (remove_files) COMPLETE |
7026 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.887 INFO O| Dec 21 03:09:22.887 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.917 INFO O| Dec 21 03:09:22.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
7028 | 2024-12-21T03:09:27.923Z | [ host-image] Dec 21 03:09:22.929 INFO O| Dec 21 03:09:22.929 INFO O| Done |
7029 | 2024-12-21T03:09:27.923Z | [ recovery-image] Dec 21 03:09:22.943 INFO O| Dec 21 03:09:22.943 INFO STEP 876 (remove_files) COMPLETE |
7030 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:22.943 INFO O| Dec 21 03:09:22.943 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:22.975 INFO O| Dec 21 03:09:22.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
7032 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:22.976 INFO O| Dec 21 03:09:22.975 INFO STEP 877 (remove_files) COMPLETE |
7033 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:22.976 INFO O| Dec 21 03:09:22.976 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:22.993 INFO O| Dec 21 03:09:22.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7035 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:22.993 INFO O| Dec 21 03:09:22.993 INFO STEP 878 (remove_files) COMPLETE |
7036 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:22.993 INFO O| Dec 21 03:09:22.993 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:23.052 INFO O| Dec 21 03:09:23.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7038 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:23.052 INFO O| Dec 21 03:09:23.052 INFO STEP 879 (remove_files) COMPLETE |
7039 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:23.052 INFO O| Dec 21 03:09:23.052 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:23.080 INFO O| Dec 21 03:09:23.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7041 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:23.080 INFO O| Dec 21 03:09:23.080 INFO STEP 880 (remove_files) COMPLETE |
7042 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:23.080 INFO O| Dec 21 03:09:23.080 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:23.100 INFO O| Dec 21 03:09:23.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7044 | 2024-12-21T03:09:27.925Z | [ recovery-image] Dec 21 03:09:23.100 INFO O| Dec 21 03:09:23.100 INFO STEP 881 (remove_files) COMPLETE |
7045 | 2024-12-21T03:09:27.949Z | [ recovery-image] Dec 21 03:09:23.100 INFO O| Dec 21 03:09:23.100 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-21T03:09:27.949Z | [ host-image] Dec 21 03:09:23.121 INFO O| Dec 21 03:09:23.120 INFO STEP 13 (pkg_install) COMPLETE |
7047 | 2024-12-21T03:09:27.949Z | [ host-image] Dec 21 03:09:23.121 INFO O| Dec 21 03:09:23.120 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7048 | 2024-12-21T03:09:27.949Z | [ recovery-image] Dec 21 03:09:23.139 INFO O| Dec 21 03:09:23.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7049 | 2024-12-21T03:09:27.949Z | [ recovery-image] Dec 21 03:09:23.139 INFO O| Dec 21 03:09:23.139 INFO STEP 882 (remove_files) COMPLETE |
7050 | 2024-12-21T03:09:27.949Z | [ host-image] Dec 21 03:09:23.139 INFO O| Dec 21 03:09:23.139 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
7051 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.139 INFO O| Dec 21 03:09:23.139 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.169 INFO O| Dec 21 03:09:23.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7053 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.169 INFO O| Dec 21 03:09:23.169 INFO STEP 883 (remove_files) COMPLETE |
7054 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.169 INFO O| Dec 21 03:09:23.169 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.206 INFO O| Dec 21 03:09:23.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7056 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.206 INFO O| Dec 21 03:09:23.206 INFO STEP 884 (remove_files) COMPLETE |
7057 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.206 INFO O| Dec 21 03:09:23.206 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.228 INFO O| Dec 21 03:09:23.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7059 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.228 INFO O| Dec 21 03:09:23.228 INFO STEP 885 (remove_files) COMPLETE |
7060 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.228 INFO O| Dec 21 03:09:23.228 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.262 INFO O| Dec 21 03:09:23.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7062 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.285 INFO O| Dec 21 03:09:23.285 INFO STEP 886 (remove_files) COMPLETE |
7063 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.285 INFO O| Dec 21 03:09:23.285 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.345 INFO O| Dec 21 03:09:23.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7065 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.345 INFO O| Dec 21 03:09:23.345 INFO STEP 887 (remove_files) COMPLETE |
7066 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.345 INFO O| Dec 21 03:09:23.345 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.368 INFO O| Dec 21 03:09:23.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7068 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.391 INFO O| Dec 21 03:09:23.391 INFO STEP 888 (remove_files) COMPLETE |
7069 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.391 INFO O| Dec 21 03:09:23.391 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.422 INFO O| Dec 21 03:09:23.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7071 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.422 INFO O| Dec 21 03:09:23.422 INFO STEP 889 (remove_files) COMPLETE |
7072 | 2024-12-21T03:09:27.950Z | [ recovery-image] Dec 21 03:09:23.422 INFO O| Dec 21 03:09:23.422 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-21T03:09:27.951Z | [ recovery-image] Dec 21 03:09:23.445 INFO O| Dec 21 03:09:23.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7074 | 2024-12-21T03:09:27.951Z | [ recovery-image] Dec 21 03:09:23.445 INFO O| Dec 21 03:09:23.445 INFO STEP 890 (remove_files) COMPLETE |
7075 | 2024-12-21T03:09:27.951Z | [ recovery-image] Dec 21 03:09:23.445 INFO O| Dec 21 03:09:23.445 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-21T03:09:27.951Z | [ recovery-image] Dec 21 03:09:23.483 INFO O| Dec 21 03:09:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7077 | 2024-12-21T03:09:27.951Z | [ recovery-image] Dec 21 03:09:23.483 INFO O| Dec 21 03:09:23.483 INFO STEP 891 (remove_files) COMPLETE |
7078 | 2024-12-21T03:09:27.951Z | [ recovery-image] Dec 21 03:09:23.483 INFO O| Dec 21 03:09:23.483 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-21T03:09:27.951Z | [ recovery-image] Dec 21 03:09:23.549 INFO O| Dec 21 03:09:23.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7080 | 2024-12-21T03:09:27.951Z | [ recovery-image] Dec 21 03:09:23.550 INFO O| Dec 21 03:09:23.550 INFO STEP 892 (remove_files) COMPLETE |
7081 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.550 INFO O| Dec 21 03:09:23.550 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.569 INFO O| Dec 21 03:09:23.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7083 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.569 INFO O| Dec 21 03:09:23.569 INFO STEP 893 (remove_files) COMPLETE |
7084 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.569 INFO O| Dec 21 03:09:23.569 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.592 INFO O| Dec 21 03:09:23.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7086 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.592 INFO O| Dec 21 03:09:23.592 INFO STEP 894 (remove_files) COMPLETE |
7087 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.593 INFO O| Dec 21 03:09:23.592 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.612 INFO O| Dec 21 03:09:23.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7089 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.612 INFO O| Dec 21 03:09:23.612 INFO STEP 895 (remove_files) COMPLETE |
7090 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.612 INFO O| Dec 21 03:09:23.612 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.665 INFO O| Dec 21 03:09:23.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7092 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.665 INFO O| Dec 21 03:09:23.665 INFO STEP 896 (remove_files) COMPLETE |
7093 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.665 INFO O| Dec 21 03:09:23.665 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.726 INFO O| Dec 21 03:09:23.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7095 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.727 INFO O| Dec 21 03:09:23.726 INFO STEP 897 (remove_files) COMPLETE |
7096 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.727 INFO O| Dec 21 03:09:23.727 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-21T03:09:27.952Z | [ recovery-image] Dec 21 03:09:23.920 INFO O| Dec 21 03:09:23.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7098 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:23.920 INFO O| Dec 21 03:09:23.920 INFO STEP 898 (remove_files) COMPLETE |
7099 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:23.920 INFO O| Dec 21 03:09:23.920 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:23.983 INFO O| Dec 21 03:09:23.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7101 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:23.983 INFO O| Dec 21 03:09:23.983 INFO STEP 899 (remove_files) COMPLETE |
7102 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:23.983 INFO O| Dec 21 03:09:23.983 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.028 INFO O| Dec 21 03:09:24.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7104 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.028 INFO O| Dec 21 03:09:24.028 INFO STEP 900 (remove_files) COMPLETE |
7105 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.028 INFO O| Dec 21 03:09:24.028 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.046 INFO O| Dec 21 03:09:24.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7107 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.046 INFO O| Dec 21 03:09:24.046 INFO STEP 901 (remove_files) COMPLETE |
7108 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.046 INFO O| Dec 21 03:09:24.046 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.064 INFO O| Dec 21 03:09:24.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7110 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.064 INFO O| Dec 21 03:09:24.064 INFO STEP 902 (remove_files) COMPLETE |
7111 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.064 INFO O| Dec 21 03:09:24.064 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.091 INFO O| Dec 21 03:09:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7113 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.091 INFO O| Dec 21 03:09:24.091 INFO STEP 903 (remove_files) COMPLETE |
7114 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.091 INFO O| Dec 21 03:09:24.091 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.133 INFO O| Dec 21 03:09:24.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7116 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.133 INFO O| Dec 21 03:09:24.133 INFO STEP 904 (remove_files) COMPLETE |
7117 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.133 INFO O| Dec 21 03:09:24.133 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.153 INFO O| Dec 21 03:09:24.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7119 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.153 INFO O| Dec 21 03:09:24.153 INFO STEP 905 (remove_files) COMPLETE |
7120 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.153 INFO O| Dec 21 03:09:24.153 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.184 INFO O| Dec 21 03:09:24.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7122 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.184 INFO O| Dec 21 03:09:24.184 INFO STEP 906 (remove_files) COMPLETE |
7123 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.184 INFO O| Dec 21 03:09:24.184 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.225 INFO O| Dec 21 03:09:24.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7125 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.225 INFO O| Dec 21 03:09:24.225 INFO STEP 907 (remove_files) COMPLETE |
7126 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.225 INFO O| Dec 21 03:09:24.225 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.243 INFO O| Dec 21 03:09:24.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7128 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.243 INFO O| Dec 21 03:09:24.243 INFO STEP 908 (remove_files) COMPLETE |
7129 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.243 INFO O| Dec 21 03:09:24.243 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.261 INFO O| Dec 21 03:09:24.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7131 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.261 INFO O| Dec 21 03:09:24.261 INFO STEP 909 (remove_files) COMPLETE |
7132 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.261 INFO O| Dec 21 03:09:24.261 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-21T03:09:27.953Z | [ recovery-image] Dec 21 03:09:24.279 INFO O| Dec 21 03:09:24.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7134 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.279 INFO O| Dec 21 03:09:24.279 INFO STEP 910 (remove_files) COMPLETE |
7135 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.279 INFO O| Dec 21 03:09:24.279 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.295 INFO O| Dec 21 03:09:24.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7137 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.295 INFO O| Dec 21 03:09:24.295 INFO STEP 911 (remove_files) COMPLETE |
7138 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.295 INFO O| Dec 21 03:09:24.295 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.312 INFO O| Dec 21 03:09:24.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7140 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.312 INFO O| Dec 21 03:09:24.312 INFO STEP 912 (remove_files) COMPLETE |
7141 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.312 INFO O| Dec 21 03:09:24.312 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.345 INFO O| Dec 21 03:09:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7143 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.345 INFO O| Dec 21 03:09:24.345 INFO STEP 913 (remove_files) COMPLETE |
7144 | 2024-12-21T03:09:27.954Z | [ recovery-image] Dec 21 03:09:24.345 INFO O| Dec 21 03:09:24.345 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.381 INFO O| Dec 21 03:09:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7146 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.381 INFO O| Dec 21 03:09:24.381 INFO STEP 914 (remove_files) COMPLETE |
7147 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.381 INFO O| Dec 21 03:09:24.381 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.441 INFO O| Dec 21 03:09:24.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7149 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.441 INFO O| Dec 21 03:09:24.441 INFO STEP 915 (remove_files) COMPLETE |
7150 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.441 INFO O| Dec 21 03:09:24.441 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.460 INFO O| Dec 21 03:09:24.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7152 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.460 INFO O| Dec 21 03:09:24.460 INFO STEP 916 (remove_files) COMPLETE |
7153 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.460 INFO O| Dec 21 03:09:24.460 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.479 INFO O| Dec 21 03:09:24.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7155 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.480 INFO O| Dec 21 03:09:24.479 INFO STEP 917 (remove_files) COMPLETE |
7156 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.480 INFO O| Dec 21 03:09:24.480 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.498 INFO O| Dec 21 03:09:24.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7158 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.498 INFO O| Dec 21 03:09:24.498 INFO STEP 918 (remove_files) COMPLETE |
7159 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.498 INFO O| Dec 21 03:09:24.498 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.516 INFO O| Dec 21 03:09:24.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7161 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.516 INFO O| Dec 21 03:09:24.516 INFO STEP 919 (remove_files) COMPLETE |
7162 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.516 INFO O| Dec 21 03:09:24.516 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.533 INFO O| Dec 21 03:09:24.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7164 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.533 INFO O| Dec 21 03:09:24.533 INFO STEP 920 (remove_files) COMPLETE |
7165 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.533 INFO O| Dec 21 03:09:24.533 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.552 INFO O| Dec 21 03:09:24.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7167 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.552 INFO O| Dec 21 03:09:24.552 INFO STEP 921 (remove_files) COMPLETE |
7168 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.552 INFO O| Dec 21 03:09:24.552 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.569 INFO O| Dec 21 03:09:24.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7170 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.570 INFO O| Dec 21 03:09:24.569 INFO STEP 922 (remove_files) COMPLETE |
7171 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.570 INFO O| Dec 21 03:09:24.570 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.587 INFO O| Dec 21 03:09:24.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7173 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.587 INFO O| Dec 21 03:09:24.587 INFO STEP 923 (remove_files) COMPLETE |
7174 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.587 INFO O| Dec 21 03:09:24.587 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-21T03:09:27.968Z | [ recovery-image] Dec 21 03:09:24.604 INFO O| Dec 21 03:09:24.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7176 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.604 INFO O| Dec 21 03:09:24.604 INFO STEP 924 (remove_files) COMPLETE |
7177 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.604 INFO O| Dec 21 03:09:24.604 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.621 INFO O| Dec 21 03:09:24.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7179 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.621 INFO O| Dec 21 03:09:24.621 INFO STEP 925 (remove_files) COMPLETE |
7180 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.621 INFO O| Dec 21 03:09:24.621 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.640 INFO O| Dec 21 03:09:24.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7182 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.640 INFO O| Dec 21 03:09:24.640 INFO STEP 926 (remove_files) COMPLETE |
7183 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.640 INFO O| Dec 21 03:09:24.640 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.675 INFO O| Dec 21 03:09:24.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7185 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.675 INFO O| Dec 21 03:09:24.675 INFO STEP 927 (remove_files) COMPLETE |
7186 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.675 INFO O| Dec 21 03:09:24.675 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.693 INFO O| Dec 21 03:09:24.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7188 | 2024-12-21T03:09:27.969Z | [ recovery-image] Dec 21 03:09:24.693 INFO O| Dec 21 03:09:24.693 INFO STEP 928 (remove_files) COMPLETE |
7189 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.693 INFO O| Dec 21 03:09:24.693 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.726 INFO O| Dec 21 03:09:24.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7191 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.727 INFO O| Dec 21 03:09:24.726 INFO STEP 929 (remove_files) COMPLETE |
7192 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.727 INFO O| Dec 21 03:09:24.727 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.746 INFO O| Dec 21 03:09:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7194 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.746 INFO O| Dec 21 03:09:24.746 INFO STEP 930 (remove_files) COMPLETE |
7195 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.747 INFO O| Dec 21 03:09:24.747 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-21T03:09:27.970Z | [ host-image] Dec 21 03:09:24.754 INFO O| Dec 21 03:09:24.754 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7197 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.784 INFO O| Dec 21 03:09:24.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7198 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.784 INFO O| Dec 21 03:09:24.784 INFO STEP 931 (remove_files) COMPLETE |
7199 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.784 INFO O| Dec 21 03:09:24.784 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7200 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.804 INFO O| Dec 21 03:09:24.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7201 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.804 INFO O| Dec 21 03:09:24.804 INFO STEP 932 (remove_files) COMPLETE |
7202 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.804 INFO O| Dec 21 03:09:24.804 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7203 | 2024-12-21T03:09:27.970Z | [ recovery-image] Dec 21 03:09:24.823 INFO O| Dec 21 03:09:24.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7204 | 2024-12-21T03:09:27.971Z | [ recovery-image] Dec 21 03:09:24.823 INFO O| Dec 21 03:09:24.823 INFO STEP 933 (remove_files) COMPLETE |
7205 | 2024-12-21T03:09:27.971Z | [ recovery-image] Dec 21 03:09:24.823 INFO O| Dec 21 03:09:24.823 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7206 | 2024-12-21T03:09:27.971Z | [ recovery-image] Dec 21 03:09:24.842 INFO O| Dec 21 03:09:24.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7207 | 2024-12-21T03:09:27.971Z | [ recovery-image] Dec 21 03:09:24.842 INFO O| Dec 21 03:09:24.842 INFO STEP 934 (remove_files) COMPLETE |
7208 | 2024-12-21T03:09:27.971Z | [ recovery-image] Dec 21 03:09:24.843 INFO O| Dec 21 03:09:24.842 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7209 | 2024-12-21T03:09:27.971Z | [ recovery-image] Dec 21 03:09:24.861 INFO O| Dec 21 03:09:24.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7210 | 2024-12-21T03:09:27.971Z | [ recovery-image] Dec 21 03:09:24.861 INFO O| Dec 21 03:09:24.861 INFO STEP 935 (remove_files) COMPLETE |
7211 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.862 INFO O| Dec 21 03:09:24.861 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7212 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.880 INFO O| Dec 21 03:09:24.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7213 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.880 INFO O| Dec 21 03:09:24.880 INFO STEP 936 (remove_files) COMPLETE |
7214 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.880 INFO O| Dec 21 03:09:24.880 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7215 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.912 INFO O| Dec 21 03:09:24.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7216 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.912 INFO O| Dec 21 03:09:24.912 INFO STEP 937 (remove_files) COMPLETE |
7217 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.912 INFO O| Dec 21 03:09:24.912 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7218 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.978 INFO O| Dec 21 03:09:24.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7219 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.978 INFO O| Dec 21 03:09:24.978 INFO STEP 938 (remove_files) COMPLETE |
7220 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.978 INFO O| Dec 21 03:09:24.978 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7221 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.999 INFO O| Dec 21 03:09:24.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7222 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.999 INFO O| Dec 21 03:09:24.999 INFO STEP 939 (remove_files) COMPLETE |
7223 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:24.999 INFO O| Dec 21 03:09:24.999 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7224 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:25.017 INFO O| Dec 21 03:09:25.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7225 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:25.018 INFO O| Dec 21 03:09:25.018 INFO STEP 940 (remove_files) COMPLETE |
7226 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:25.018 INFO O| Dec 21 03:09:25.018 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7227 | 2024-12-21T03:09:27.972Z | [ recovery-image] Dec 21 03:09:25.037 INFO O| Dec 21 03:09:25.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7228 | 2024-12-21T03:09:27.973Z | [ recovery-image] Dec 21 03:09:25.037 INFO O| Dec 21 03:09:25.037 INFO STEP 941 (remove_files) COMPLETE |
7229 | 2024-12-21T03:09:27.973Z | [ recovery-image] Dec 21 03:09:25.037 INFO O| Dec 21 03:09:25.037 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7230 | 2024-12-21T03:09:27.973Z | [ recovery-image] Dec 21 03:09:25.059 INFO O| Dec 21 03:09:25.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7231 | 2024-12-21T03:09:27.973Z | [ recovery-image] Dec 21 03:09:25.059 INFO O| Dec 21 03:09:25.059 INFO STEP 942 (remove_files) COMPLETE |
7232 | 2024-12-21T03:09:27.973Z | [ recovery-image] Dec 21 03:09:25.059 INFO O| Dec 21 03:09:25.059 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7233 | 2024-12-21T03:09:27.973Z | [ recovery-image] Dec 21 03:09:25.087 INFO O| Dec 21 03:09:25.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7234 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.087 INFO O| Dec 21 03:09:25.087 INFO STEP 943 (remove_files) COMPLETE |
7235 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.087 INFO O| Dec 21 03:09:25.087 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7236 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.106 INFO O| Dec 21 03:09:25.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7237 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.106 INFO O| Dec 21 03:09:25.106 INFO STEP 944 (remove_files) COMPLETE |
7238 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.106 INFO O| Dec 21 03:09:25.106 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7239 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.123 INFO O| Dec 21 03:09:25.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7240 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.123 INFO O| Dec 21 03:09:25.123 INFO STEP 945 (remove_files) COMPLETE |
7241 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.123 INFO O| Dec 21 03:09:25.123 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7242 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.154 INFO O| Dec 21 03:09:25.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7243 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.154 INFO O| Dec 21 03:09:25.154 INFO STEP 946 (remove_files) COMPLETE |
7244 | 2024-12-21T03:09:27.974Z | [ recovery-image] Dec 21 03:09:25.154 INFO O| Dec 21 03:09:25.154 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7245 | 2024-12-21T03:09:27.989Z | [ recovery-image] Dec 21 03:09:25.175 INFO O| Dec 21 03:09:25.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7246 | 2024-12-21T03:09:27.989Z | [ recovery-image] Dec 21 03:09:25.175 INFO O| Dec 21 03:09:25.175 INFO STEP 947 (remove_files) COMPLETE |
7247 | 2024-12-21T03:09:27.989Z | [ recovery-image] Dec 21 03:09:25.175 INFO O| Dec 21 03:09:25.175 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7248 | 2024-12-21T03:09:27.989Z | [ recovery-image] Dec 21 03:09:25.203 INFO O| Dec 21 03:09:25.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7249 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.203 INFO O| Dec 21 03:09:25.203 INFO STEP 948 (remove_files) COMPLETE |
7250 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.204 INFO O| Dec 21 03:09:25.203 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7251 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.223 INFO O| Dec 21 03:09:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7252 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.223 INFO O| Dec 21 03:09:25.223 INFO STEP 949 (remove_files) COMPLETE |
7253 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.223 INFO O| Dec 21 03:09:25.223 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.248 INFO O| Dec 21 03:09:25.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7255 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.248 INFO O| Dec 21 03:09:25.248 INFO STEP 950 (remove_files) COMPLETE |
7256 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.249 INFO O| Dec 21 03:09:25.248 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.309 INFO O| Dec 21 03:09:25.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7258 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.310 INFO O| Dec 21 03:09:25.309 INFO STEP 951 (remove_files) COMPLETE |
7259 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.310 INFO O| Dec 21 03:09:25.309 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.372 INFO O| Dec 21 03:09:25.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7261 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.372 INFO O| Dec 21 03:09:25.372 INFO STEP 952 (remove_files) COMPLETE |
7262 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.372 INFO O| Dec 21 03:09:25.372 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.391 INFO O| Dec 21 03:09:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7264 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.391 INFO O| Dec 21 03:09:25.391 INFO STEP 953 (remove_files) COMPLETE |
7265 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.391 INFO O| Dec 21 03:09:25.391 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.418 INFO O| Dec 21 03:09:25.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7267 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.418 INFO O| Dec 21 03:09:25.418 INFO STEP 954 (remove_files) COMPLETE |
7268 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.418 INFO O| Dec 21 03:09:25.418 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-21T03:09:27.990Z | [ recovery-image] Dec 21 03:09:25.440 INFO O| Dec 21 03:09:25.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7270 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.440 INFO O| Dec 21 03:09:25.440 INFO STEP 955 (remove_files) COMPLETE |
7271 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.441 INFO O| Dec 21 03:09:25.440 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.461 INFO O| Dec 21 03:09:25.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7273 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.461 INFO O| Dec 21 03:09:25.461 INFO STEP 956 (remove_files) COMPLETE |
7274 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.461 INFO O| Dec 21 03:09:25.461 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.496 INFO O| Dec 21 03:09:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7276 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.496 INFO O| Dec 21 03:09:25.496 INFO STEP 957 (remove_files) COMPLETE |
7277 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.496 INFO O| Dec 21 03:09:25.496 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.515 INFO O| Dec 21 03:09:25.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7279 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.515 INFO O| Dec 21 03:09:25.515 INFO STEP 958 (remove_files) COMPLETE |
7280 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.516 INFO O| Dec 21 03:09:25.516 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.534 INFO O| Dec 21 03:09:25.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7282 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.535 INFO O| Dec 21 03:09:25.534 INFO STEP 959 (remove_files) COMPLETE |
7283 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.535 INFO O| Dec 21 03:09:25.535 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.590 INFO O| Dec 21 03:09:25.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7285 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.590 INFO O| Dec 21 03:09:25.590 INFO STEP 960 (remove_files) COMPLETE |
7286 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.590 INFO O| Dec 21 03:09:25.590 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.655 INFO O| Dec 21 03:09:25.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7288 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.655 INFO O| Dec 21 03:09:25.655 INFO STEP 961 (remove_files) COMPLETE |
7289 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.655 INFO O| Dec 21 03:09:25.655 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.692 INFO O| Dec 21 03:09:25.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7291 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.692 INFO O| Dec 21 03:09:25.692 INFO STEP 962 (remove_files) COMPLETE |
7292 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.692 INFO O| Dec 21 03:09:25.692 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.712 INFO O| Dec 21 03:09:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7294 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.712 INFO O| Dec 21 03:09:25.712 INFO STEP 963 (remove_files) COMPLETE |
7295 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.712 INFO O| Dec 21 03:09:25.712 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.748 INFO O| Dec 21 03:09:25.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7297 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.748 INFO O| Dec 21 03:09:25.748 INFO STEP 964 (remove_files) COMPLETE |
7298 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.748 INFO O| Dec 21 03:09:25.748 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.857 INFO O| Dec 21 03:09:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7300 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.858 INFO O| Dec 21 03:09:25.858 INFO STEP 965 (remove_files) COMPLETE |
7301 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.858 INFO O| Dec 21 03:09:25.858 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.878 INFO O| Dec 21 03:09:25.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7303 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.878 INFO O| Dec 21 03:09:25.878 INFO STEP 966 (remove_files) COMPLETE |
7304 | 2024-12-21T03:09:27.991Z | [ recovery-image] Dec 21 03:09:25.878 INFO O| Dec 21 03:09:25.878 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-21T03:09:28.002Z | [ recovery-image] Dec 21 03:09:25.909 INFO O| Dec 21 03:09:25.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7306 | 2024-12-21T03:09:28.002Z | [ recovery-image] Dec 21 03:09:25.909 INFO O| Dec 21 03:09:25.909 INFO STEP 967 (remove_files) COMPLETE |
7307 | 2024-12-21T03:09:28.002Z | [ recovery-image] Dec 21 03:09:25.909 INFO O| Dec 21 03:09:25.909 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-21T03:09:28.045Z | [ recovery-image] Dec 21 03:09:25.962 INFO O| Dec 21 03:09:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7309 | 2024-12-21T03:09:28.045Z | [ recovery-image] Dec 21 03:09:25.962 INFO O| Dec 21 03:09:25.962 INFO STEP 968 (remove_files) COMPLETE |
7310 | 2024-12-21T03:09:28.047Z | [ recovery-image] Dec 21 03:09:25.962 INFO O| Dec 21 03:09:25.962 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-12-21T03:09:28.079Z | [ recovery-image] Dec 21 03:09:25.996 INFO O| Dec 21 03:09:25.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7312 | 2024-12-21T03:09:28.079Z | [ recovery-image] Dec 21 03:09:25.996 INFO O| Dec 21 03:09:25.996 INFO STEP 969 (remove_files) COMPLETE |
7313 | 2024-12-21T03:09:28.083Z | [ recovery-image] Dec 21 03:09:25.996 INFO O| Dec 21 03:09:25.996 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-12-21T03:09:28.105Z | [ recovery-image] Dec 21 03:09:26.021 INFO O| Dec 21 03:09:26.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7315 | 2024-12-21T03:09:28.105Z | [ recovery-image] Dec 21 03:09:26.022 INFO O| Dec 21 03:09:26.021 INFO STEP 970 (remove_files) COMPLETE |
7316 | 2024-12-21T03:09:28.106Z | [ recovery-image] Dec 21 03:09:26.022 INFO O| Dec 21 03:09:26.022 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7317 | 2024-12-21T03:09:28.126Z | [ recovery-image] Dec 21 03:09:26.044 INFO O| Dec 21 03:09:26.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7318 | 2024-12-21T03:09:28.126Z | [ recovery-image] Dec 21 03:09:26.044 INFO O| Dec 21 03:09:26.044 INFO STEP 971 (remove_files) COMPLETE |
7319 | 2024-12-21T03:09:28.126Z | [ recovery-image] Dec 21 03:09:26.044 INFO O| Dec 21 03:09:26.044 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7320 | 2024-12-21T03:09:28.146Z | [ recovery-image] Dec 21 03:09:26.063 INFO O| Dec 21 03:09:26.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7321 | 2024-12-21T03:09:28.146Z | [ recovery-image] Dec 21 03:09:26.064 INFO O| Dec 21 03:09:26.064 INFO STEP 972 (remove_files) COMPLETE |
7322 | 2024-12-21T03:09:28.149Z | [ recovery-image] Dec 21 03:09:26.064 INFO O| Dec 21 03:09:26.064 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7323 | 2024-12-21T03:09:28.165Z | [ recovery-image] Dec 21 03:09:26.082 INFO O| Dec 21 03:09:26.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7324 | 2024-12-21T03:09:28.165Z | [ recovery-image] Dec 21 03:09:26.082 INFO O| Dec 21 03:09:26.082 INFO STEP 973 (remove_files) COMPLETE |
7325 | 2024-12-21T03:09:28.165Z | [ recovery-image] Dec 21 03:09:26.082 INFO O| Dec 21 03:09:26.082 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7326 | 2024-12-21T03:09:28.183Z | [ recovery-image] Dec 21 03:09:26.100 INFO O| Dec 21 03:09:26.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7327 | 2024-12-21T03:09:28.187Z | [ recovery-image] Dec 21 03:09:26.100 INFO O| Dec 21 03:09:26.100 INFO STEP 974 (remove_files) COMPLETE |
7328 | 2024-12-21T03:09:28.189Z | [ recovery-image] Dec 21 03:09:26.101 INFO O| Dec 21 03:09:26.100 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7329 | 2024-12-21T03:09:28.206Z | [ recovery-image] Dec 21 03:09:26.120 INFO O| Dec 21 03:09:26.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7330 | 2024-12-21T03:09:28.206Z | [ recovery-image] Dec 21 03:09:26.120 INFO O| Dec 21 03:09:26.120 INFO STEP 975 (remove_files) COMPLETE |
7331 | 2024-12-21T03:09:28.208Z | [ recovery-image] Dec 21 03:09:26.121 INFO O| Dec 21 03:09:26.120 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7332 | 2024-12-21T03:09:28.227Z | [ recovery-image] Dec 21 03:09:26.145 INFO O| Dec 21 03:09:26.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7333 | 2024-12-21T03:09:28.227Z | [ recovery-image] Dec 21 03:09:26.145 INFO O| Dec 21 03:09:26.145 INFO STEP 976 (remove_files) COMPLETE |
7334 | 2024-12-21T03:09:28.229Z | [ recovery-image] Dec 21 03:09:26.145 INFO O| Dec 21 03:09:26.145 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7335 | 2024-12-21T03:09:28.253Z | [ recovery-image] Dec 21 03:09:26.171 INFO O| Dec 21 03:09:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7336 | 2024-12-21T03:09:28.256Z | [ recovery-image] Dec 21 03:09:26.171 INFO O| Dec 21 03:09:26.171 INFO STEP 977 (remove_files) COMPLETE |
7337 | 2024-12-21T03:09:28.257Z | [ recovery-image] Dec 21 03:09:26.171 INFO O| Dec 21 03:09:26.171 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7338 | 2024-12-21T03:09:28.273Z | [ recovery-image] Dec 21 03:09:26.191 INFO O| Dec 21 03:09:26.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7339 | 2024-12-21T03:09:28.275Z | [ recovery-image] Dec 21 03:09:26.191 INFO O| Dec 21 03:09:26.191 INFO STEP 978 (remove_files) COMPLETE |
7340 | 2024-12-21T03:09:28.276Z | [ recovery-image] Dec 21 03:09:26.191 INFO O| Dec 21 03:09:26.191 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7341 | 2024-12-21T03:09:28.302Z | [ recovery-image] Dec 21 03:09:26.219 INFO O| Dec 21 03:09:26.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7342 | 2024-12-21T03:09:28.302Z | [ recovery-image] Dec 21 03:09:26.220 INFO O| Dec 21 03:09:26.219 INFO STEP 979 (remove_files) COMPLETE |
7343 | 2024-12-21T03:09:28.303Z | [ recovery-image] Dec 21 03:09:26.220 INFO O| Dec 21 03:09:26.220 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7344 | 2024-12-21T03:09:28.341Z | [ recovery-image] Dec 21 03:09:26.258 INFO O| Dec 21 03:09:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7345 | 2024-12-21T03:09:28.341Z | [ recovery-image] Dec 21 03:09:26.259 INFO O| Dec 21 03:09:26.258 INFO STEP 980 (remove_files) COMPLETE |
7346 | 2024-12-21T03:09:28.341Z | [ recovery-image] Dec 21 03:09:26.259 INFO O| Dec 21 03:09:26.259 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7347 | 2024-12-21T03:09:28.383Z | [ recovery-image] Dec 21 03:09:26.300 INFO O| Dec 21 03:09:26.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7348 | 2024-12-21T03:09:28.386Z | [ recovery-image] Dec 21 03:09:26.300 INFO O| Dec 21 03:09:26.300 INFO STEP 981 (remove_files) COMPLETE |
7349 | 2024-12-21T03:09:28.386Z | [ recovery-image] Dec 21 03:09:26.301 INFO O| Dec 21 03:09:26.300 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7350 | 2024-12-21T03:09:28.431Z | [ recovery-image] Dec 21 03:09:26.348 INFO O| Dec 21 03:09:26.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7351 | 2024-12-21T03:09:28.431Z | [ recovery-image] Dec 21 03:09:26.348 INFO O| Dec 21 03:09:26.348 INFO STEP 982 (remove_files) COMPLETE |
7352 | 2024-12-21T03:09:28.434Z | [ recovery-image] Dec 21 03:09:26.348 INFO O| Dec 21 03:09:26.348 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7353 | 2024-12-21T03:09:28.481Z | [ recovery-image] Dec 21 03:09:26.398 INFO O| Dec 21 03:09:26.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7354 | 2024-12-21T03:09:28.481Z | [ recovery-image] Dec 21 03:09:26.398 INFO O| Dec 21 03:09:26.398 INFO STEP 983 (remove_files) COMPLETE |
7355 | 2024-12-21T03:09:28.481Z | [ recovery-image] Dec 21 03:09:26.398 INFO O| Dec 21 03:09:26.398 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7356 | 2024-12-21T03:09:28.516Z | [ recovery-image] Dec 21 03:09:26.434 INFO O| Dec 21 03:09:26.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7357 | 2024-12-21T03:09:28.516Z | [ recovery-image] Dec 21 03:09:26.434 INFO O| Dec 21 03:09:26.434 INFO STEP 984 (remove_files) COMPLETE |
7358 | 2024-12-21T03:09:28.516Z | [ recovery-image] Dec 21 03:09:26.434 INFO O| Dec 21 03:09:26.434 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7359 | 2024-12-21T03:09:28.534Z | [ recovery-image] Dec 21 03:09:26.451 INFO O| Dec 21 03:09:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7360 | 2024-12-21T03:09:28.534Z | [ recovery-image] Dec 21 03:09:26.451 INFO O| Dec 21 03:09:26.451 INFO STEP 985 (remove_files) COMPLETE |
7361 | 2024-12-21T03:09:28.534Z | [ recovery-image] Dec 21 03:09:26.451 INFO O| Dec 21 03:09:26.451 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7362 | 2024-12-21T03:09:28.551Z | [ recovery-image] Dec 21 03:09:26.469 INFO O| Dec 21 03:09:26.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7363 | 2024-12-21T03:09:28.551Z | [ recovery-image] Dec 21 03:09:26.469 INFO O| Dec 21 03:09:26.469 INFO STEP 986 (remove_files) COMPLETE |
7364 | 2024-12-21T03:09:28.551Z | [ recovery-image] Dec 21 03:09:26.469 INFO O| Dec 21 03:09:26.469 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7365 | 2024-12-21T03:09:28.590Z | [ recovery-image] Dec 21 03:09:26.508 INFO O| Dec 21 03:09:26.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7366 | 2024-12-21T03:09:28.593Z | [ recovery-image] Dec 21 03:09:26.508 INFO O| Dec 21 03:09:26.508 INFO STEP 987 (remove_files) COMPLETE |
7367 | 2024-12-21T03:09:28.593Z | [ recovery-image] Dec 21 03:09:26.508 INFO O| Dec 21 03:09:26.508 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7368 | 2024-12-21T03:09:28.610Z | [ recovery-image] Dec 21 03:09:26.528 INFO O| Dec 21 03:09:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7369 | 2024-12-21T03:09:28.613Z | [ recovery-image] Dec 21 03:09:26.528 INFO O| Dec 21 03:09:26.528 INFO STEP 988 (remove_files) COMPLETE |
7370 | 2024-12-21T03:09:28.613Z | [ recovery-image] Dec 21 03:09:26.528 INFO O| Dec 21 03:09:26.528 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7371 | 2024-12-21T03:09:28.629Z | [ recovery-image] Dec 21 03:09:26.546 INFO O| Dec 21 03:09:26.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7372 | 2024-12-21T03:09:28.632Z | [ recovery-image] Dec 21 03:09:26.546 INFO O| Dec 21 03:09:26.546 INFO STEP 989 (remove_files) COMPLETE |
7373 | 2024-12-21T03:09:28.632Z | [ recovery-image] Dec 21 03:09:26.547 INFO O| Dec 21 03:09:26.547 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7374 | 2024-12-21T03:09:28.651Z | [ recovery-image] Dec 21 03:09:26.568 INFO O| Dec 21 03:09:26.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7375 | 2024-12-21T03:09:28.654Z | [ recovery-image] Dec 21 03:09:26.568 INFO O| Dec 21 03:09:26.568 INFO STEP 990 (remove_files) COMPLETE |
7376 | 2024-12-21T03:09:28.654Z | [ recovery-image] Dec 21 03:09:26.568 INFO O| Dec 21 03:09:26.568 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7377 | 2024-12-21T03:09:28.670Z | [ recovery-image] Dec 21 03:09:26.588 INFO O| Dec 21 03:09:26.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7378 | 2024-12-21T03:09:28.673Z | [ recovery-image] Dec 21 03:09:26.588 INFO O| Dec 21 03:09:26.588 INFO STEP 991 (remove_files) COMPLETE |
7379 | 2024-12-21T03:09:28.673Z | [ recovery-image] Dec 21 03:09:26.588 INFO O| Dec 21 03:09:26.588 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7380 | 2024-12-21T03:09:28.702Z | [ recovery-image] Dec 21 03:09:26.619 INFO O| Dec 21 03:09:26.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7381 | 2024-12-21T03:09:28.702Z | [ recovery-image] Dec 21 03:09:26.619 INFO O| Dec 21 03:09:26.619 INFO STEP 992 (remove_files) COMPLETE |
7382 | 2024-12-21T03:09:28.705Z | [ recovery-image] Dec 21 03:09:26.619 INFO O| Dec 21 03:09:26.619 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7383 | 2024-12-21T03:09:28.763Z | [ recovery-image] Dec 21 03:09:26.680 INFO O| Dec 21 03:09:26.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7384 | 2024-12-21T03:09:28.763Z | [ recovery-image] Dec 21 03:09:26.680 INFO O| Dec 21 03:09:26.680 INFO STEP 993 (remove_files) COMPLETE |
7385 | 2024-12-21T03:09:28.763Z | [ recovery-image] Dec 21 03:09:26.680 INFO O| Dec 21 03:09:26.680 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7386 | 2024-12-21T03:09:28.781Z | [ recovery-image] Dec 21 03:09:26.698 INFO O| Dec 21 03:09:26.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7387 | 2024-12-21T03:09:28.781Z | [ recovery-image] Dec 21 03:09:26.698 INFO O| Dec 21 03:09:26.698 INFO STEP 994 (remove_files) COMPLETE |
7388 | 2024-12-21T03:09:28.781Z | [ recovery-image] Dec 21 03:09:26.698 INFO O| Dec 21 03:09:26.698 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7389 | 2024-12-21T03:09:28.799Z | [ recovery-image] Dec 21 03:09:26.717 INFO O| Dec 21 03:09:26.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7390 | 2024-12-21T03:09:28.799Z | [ recovery-image] Dec 21 03:09:26.717 INFO O| Dec 21 03:09:26.717 INFO STEP 995 (remove_files) COMPLETE |
7391 | 2024-12-21T03:09:28.802Z | [ recovery-image] Dec 21 03:09:26.717 INFO O| Dec 21 03:09:26.717 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7392 | 2024-12-21T03:09:28.819Z | [ recovery-image] Dec 21 03:09:26.736 INFO O| Dec 21 03:09:26.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7393 | 2024-12-21T03:09:28.822Z | [ recovery-image] Dec 21 03:09:26.736 INFO O| Dec 21 03:09:26.736 INFO STEP 996 (remove_files) COMPLETE |
7394 | 2024-12-21T03:09:28.822Z | [ recovery-image] Dec 21 03:09:26.736 INFO O| Dec 21 03:09:26.736 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-21T03:09:28.838Z | [ recovery-image] Dec 21 03:09:26.755 INFO O| Dec 21 03:09:26.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7396 | 2024-12-21T03:09:28.838Z | [ recovery-image] Dec 21 03:09:26.755 INFO O| Dec 21 03:09:26.755 INFO STEP 997 (remove_files) COMPLETE |
7397 | 2024-12-21T03:09:28.841Z | [ recovery-image] Dec 21 03:09:26.755 INFO O| Dec 21 03:09:26.755 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-21T03:09:28.868Z | [ recovery-image] Dec 21 03:09:26.780 INFO O| Dec 21 03:09:26.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7399 | 2024-12-21T03:09:28.871Z | [ recovery-image] Dec 21 03:09:26.780 INFO O| Dec 21 03:09:26.780 INFO STEP 998 (remove_files) COMPLETE |
7400 | 2024-12-21T03:09:28.874Z | [ recovery-image] Dec 21 03:09:26.780 INFO O| Dec 21 03:09:26.780 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-21T03:09:28.883Z | [ recovery-image] Dec 21 03:09:26.801 INFO O| Dec 21 03:09:26.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7402 | 2024-12-21T03:09:28.883Z | [ recovery-image] Dec 21 03:09:26.801 INFO O| Dec 21 03:09:26.801 INFO STEP 999 (remove_files) COMPLETE |
7403 | 2024-12-21T03:09:28.887Z | [ recovery-image] Dec 21 03:09:26.801 INFO O| Dec 21 03:09:26.801 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-21T03:09:28.921Z | [ recovery-image] Dec 21 03:09:26.838 INFO O| Dec 21 03:09:26.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7405 | 2024-12-21T03:09:28.921Z | [ recovery-image] Dec 21 03:09:26.838 INFO O| Dec 21 03:09:26.838 INFO STEP 1000 (remove_files) COMPLETE |
7406 | 2024-12-21T03:09:28.921Z | [ recovery-image] Dec 21 03:09:26.838 INFO O| Dec 21 03:09:26.838 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-21T03:09:28.943Z | [ recovery-image] Dec 21 03:09:26.860 INFO O| Dec 21 03:09:26.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7408 | 2024-12-21T03:09:28.943Z | [ recovery-image] Dec 21 03:09:26.860 INFO O| Dec 21 03:09:26.860 INFO STEP 1001 (remove_files) COMPLETE |
7409 | 2024-12-21T03:09:28.947Z | [ recovery-image] Dec 21 03:09:26.860 INFO O| Dec 21 03:09:26.860 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-21T03:09:29.002Z | [ recovery-image] Dec 21 03:09:26.919 INFO O| Dec 21 03:09:26.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7411 | 2024-12-21T03:09:29.002Z | [ recovery-image] Dec 21 03:09:26.920 INFO O| Dec 21 03:09:26.919 INFO STEP 1002 (remove_files) COMPLETE |
7412 | 2024-12-21T03:09:29.002Z | [ recovery-image] Dec 21 03:09:26.920 INFO O| Dec 21 03:09:26.920 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-21T03:09:29.048Z | [ recovery-image] Dec 21 03:09:26.964 INFO O| Dec 21 03:09:26.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7414 | 2024-12-21T03:09:29.051Z | [ recovery-image] Dec 21 03:09:26.964 INFO O| Dec 21 03:09:26.964 INFO STEP 1003 (remove_files) COMPLETE |
7415 | 2024-12-21T03:09:29.051Z | [ recovery-image] Dec 21 03:09:26.964 INFO O| Dec 21 03:09:26.964 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-21T03:09:29.085Z | [ recovery-image] Dec 21 03:09:27.002 INFO O| Dec 21 03:09:27.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7417 | 2024-12-21T03:09:29.085Z | [ recovery-image] Dec 21 03:09:27.002 INFO O| Dec 21 03:09:27.002 INFO STEP 1004 (remove_files) COMPLETE |
7418 | 2024-12-21T03:09:29.088Z | [ recovery-image] Dec 21 03:09:27.002 INFO O| Dec 21 03:09:27.002 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-21T03:09:29.119Z | [ recovery-image] Dec 21 03:09:27.036 INFO O| Dec 21 03:09:27.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7420 | 2024-12-21T03:09:29.120Z | [ recovery-image] Dec 21 03:09:27.036 INFO O| Dec 21 03:09:27.036 INFO STEP 1005 (remove_files) COMPLETE |
7421 | 2024-12-21T03:09:29.120Z | [ recovery-image] Dec 21 03:09:27.036 INFO O| Dec 21 03:09:27.036 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-21T03:09:29.136Z | [ recovery-image] Dec 21 03:09:27.053 INFO O| Dec 21 03:09:27.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7423 | 2024-12-21T03:09:29.136Z | [ recovery-image] Dec 21 03:09:27.053 INFO O| Dec 21 03:09:27.053 INFO STEP 1006 (remove_files) COMPLETE |
7424 | 2024-12-21T03:09:29.139Z | [ recovery-image] Dec 21 03:09:27.053 INFO O| Dec 21 03:09:27.053 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-21T03:09:29.154Z | [ recovery-image] Dec 21 03:09:27.071 INFO O| Dec 21 03:09:27.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7426 | 2024-12-21T03:09:29.154Z | [ recovery-image] Dec 21 03:09:27.072 INFO O| Dec 21 03:09:27.071 INFO STEP 1007 (remove_files) COMPLETE |
7427 | 2024-12-21T03:09:29.154Z | [ recovery-image] Dec 21 03:09:27.072 INFO O| Dec 21 03:09:27.072 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-21T03:09:29.190Z | [ recovery-image] Dec 21 03:09:27.108 INFO O| Dec 21 03:09:27.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7429 | 2024-12-21T03:09:29.190Z | [ recovery-image] Dec 21 03:09:27.108 INFO O| Dec 21 03:09:27.108 INFO STEP 1008 (remove_files) COMPLETE |
7430 | 2024-12-21T03:09:29.194Z | [ recovery-image] Dec 21 03:09:27.108 INFO O| Dec 21 03:09:27.108 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-21T03:09:29.223Z | [ recovery-image] Dec 21 03:09:27.140 INFO O| Dec 21 03:09:27.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7432 | 2024-12-21T03:09:29.223Z | [ recovery-image] Dec 21 03:09:27.140 INFO O| Dec 21 03:09:27.140 INFO STEP 1009 (remove_files) COMPLETE |
7433 | 2024-12-21T03:09:29.223Z | [ recovery-image] Dec 21 03:09:27.140 INFO O| Dec 21 03:09:27.140 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-21T03:09:29.248Z | [ recovery-image] Dec 21 03:09:27.165 INFO O| Dec 21 03:09:27.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7435 | 2024-12-21T03:09:29.248Z | [ recovery-image] Dec 21 03:09:27.165 INFO O| Dec 21 03:09:27.165 INFO STEP 1010 (remove_files) COMPLETE |
7436 | 2024-12-21T03:09:29.248Z | [ recovery-image] Dec 21 03:09:27.165 INFO O| Dec 21 03:09:27.165 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-21T03:09:29.317Z | [ recovery-image] Dec 21 03:09:27.215 INFO O| Dec 21 03:09:27.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7438 | 2024-12-21T03:09:29.317Z | [ recovery-image] Dec 21 03:09:27.215 INFO O| Dec 21 03:09:27.215 INFO STEP 1011 (remove_files) COMPLETE |
7439 | 2024-12-21T03:09:29.335Z | [ recovery-image] Dec 21 03:09:27.215 INFO O| Dec 21 03:09:27.215 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-21T03:09:29.345Z | [ recovery-image] Dec 21 03:09:27.261 INFO O| Dec 21 03:09:27.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7441 | 2024-12-21T03:09:29.345Z | [ recovery-image] Dec 21 03:09:27.261 INFO O| Dec 21 03:09:27.261 INFO STEP 1012 (remove_files) COMPLETE |
7442 | 2024-12-21T03:09:29.345Z | [ recovery-image] Dec 21 03:09:27.261 INFO O| Dec 21 03:09:27.261 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-21T03:09:29.404Z | [ recovery-image] Dec 21 03:09:27.321 INFO O| Dec 21 03:09:27.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7444 | 2024-12-21T03:09:29.404Z | [ recovery-image] Dec 21 03:09:27.321 INFO O| Dec 21 03:09:27.321 INFO STEP 1013 (remove_files) COMPLETE |
7445 | 2024-12-21T03:09:29.409Z | [ recovery-image] Dec 21 03:09:27.321 INFO O| Dec 21 03:09:27.321 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-21T03:09:29.429Z | [ recovery-image] Dec 21 03:09:27.339 INFO O| Dec 21 03:09:27.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7447 | 2024-12-21T03:09:29.429Z | [ recovery-image] Dec 21 03:09:27.340 INFO O| Dec 21 03:09:27.340 INFO STEP 1014 (remove_files) COMPLETE |
7448 | 2024-12-21T03:09:29.435Z | [ recovery-image] Dec 21 03:09:27.340 INFO O| Dec 21 03:09:27.340 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-21T03:09:29.445Z | [ recovery-image] Dec 21 03:09:27.361 INFO O| Dec 21 03:09:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7450 | 2024-12-21T03:09:29.451Z | [ recovery-image] Dec 21 03:09:27.361 INFO O| Dec 21 03:09:27.361 INFO STEP 1015 (remove_files) COMPLETE |
7451 | 2024-12-21T03:09:29.451Z | [ recovery-image] Dec 21 03:09:27.361 INFO O| Dec 21 03:09:27.361 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-21T03:09:29.466Z | [ recovery-image] Dec 21 03:09:27.383 INFO O| Dec 21 03:09:27.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7453 | 2024-12-21T03:09:29.466Z | [ recovery-image] Dec 21 03:09:27.383 INFO O| Dec 21 03:09:27.383 INFO STEP 1016 (remove_files) COMPLETE |
7454 | 2024-12-21T03:09:29.466Z | [ recovery-image] Dec 21 03:09:27.383 INFO O| Dec 21 03:09:27.383 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-21T03:09:29.508Z | [ recovery-image] Dec 21 03:09:27.425 INFO O| Dec 21 03:09:27.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7456 | 2024-12-21T03:09:29.510Z | [ recovery-image] Dec 21 03:09:27.425 INFO O| Dec 21 03:09:27.425 INFO STEP 1017 (remove_files) COMPLETE |
7457 | 2024-12-21T03:09:29.510Z | [ recovery-image] Dec 21 03:09:27.425 INFO O| Dec 21 03:09:27.425 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-21T03:09:29.543Z | [ recovery-image] Dec 21 03:09:27.460 INFO O| Dec 21 03:09:27.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7459 | 2024-12-21T03:09:29.543Z | [ recovery-image] Dec 21 03:09:27.460 INFO O| Dec 21 03:09:27.460 INFO STEP 1018 (remove_files) COMPLETE |
7460 | 2024-12-21T03:09:29.546Z | [ recovery-image] Dec 21 03:09:27.461 INFO O| Dec 21 03:09:27.460 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-21T03:09:29.564Z | [ recovery-image] Dec 21 03:09:27.480 INFO O| Dec 21 03:09:27.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7462 | 2024-12-21T03:09:29.564Z | [ recovery-image] Dec 21 03:09:27.480 INFO O| Dec 21 03:09:27.480 INFO STEP 1019 (remove_files) COMPLETE |
7463 | 2024-12-21T03:09:29.564Z | [ recovery-image] Dec 21 03:09:27.480 INFO O| Dec 21 03:09:27.480 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-21T03:09:29.581Z | [ recovery-image] Dec 21 03:09:27.498 INFO O| Dec 21 03:09:27.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7465 | 2024-12-21T03:09:29.595Z | [ recovery-image] Dec 21 03:09:27.512 INFO O| Dec 21 03:09:27.512 INFO STEP 1020 (remove_files) COMPLETE |
7466 | 2024-12-21T03:09:29.595Z | [ recovery-image] Dec 21 03:09:27.512 INFO O| Dec 21 03:09:27.512 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-21T03:09:29.651Z | [ recovery-image] Dec 21 03:09:27.568 INFO O| Dec 21 03:09:27.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7468 | 2024-12-21T03:09:29.651Z | [ recovery-image] Dec 21 03:09:27.568 INFO O| Dec 21 03:09:27.568 INFO STEP 1021 (remove_files) COMPLETE |
7469 | 2024-12-21T03:09:29.651Z | [ recovery-image] Dec 21 03:09:27.568 INFO O| Dec 21 03:09:27.568 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-21T03:09:29.704Z | [ recovery-image] Dec 21 03:09:27.621 INFO O| Dec 21 03:09:27.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7471 | 2024-12-21T03:09:29.704Z | [ recovery-image] Dec 21 03:09:27.621 INFO O| Dec 21 03:09:27.621 INFO STEP 1022 (remove_files) COMPLETE |
7472 | 2024-12-21T03:09:29.707Z | [ recovery-image] Dec 21 03:09:27.621 INFO O| Dec 21 03:09:27.621 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-21T03:09:29.758Z | [ recovery-image] Dec 21 03:09:27.675 INFO O| Dec 21 03:09:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7474 | 2024-12-21T03:09:29.758Z | [ recovery-image] Dec 21 03:09:27.675 INFO O| Dec 21 03:09:27.675 INFO STEP 1023 (remove_files) COMPLETE |
7475 | 2024-12-21T03:09:29.758Z | [ recovery-image] Dec 21 03:09:27.675 INFO O| Dec 21 03:09:27.675 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-21T03:09:29.775Z | [ recovery-image] Dec 21 03:09:27.692 INFO O| Dec 21 03:09:27.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7477 | 2024-12-21T03:09:29.775Z | [ recovery-image] Dec 21 03:09:27.692 INFO O| Dec 21 03:09:27.692 INFO STEP 1024 (remove_files) COMPLETE |
7478 | 2024-12-21T03:09:29.778Z | [ recovery-image] Dec 21 03:09:27.692 INFO O| Dec 21 03:09:27.692 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-21T03:09:29.804Z | [ recovery-image] Dec 21 03:09:27.720 INFO O| Dec 21 03:09:27.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7480 | 2024-12-21T03:09:29.804Z | [ recovery-image] Dec 21 03:09:27.720 INFO O| Dec 21 03:09:27.720 INFO STEP 1025 (remove_files) COMPLETE |
7481 | 2024-12-21T03:09:29.804Z | [ recovery-image] Dec 21 03:09:27.720 INFO O| Dec 21 03:09:27.720 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-21T03:09:29.869Z | [ recovery-image] Dec 21 03:09:27.786 INFO O| Dec 21 03:09:27.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7483 | 2024-12-21T03:09:29.870Z | [ recovery-image] Dec 21 03:09:27.786 INFO O| Dec 21 03:09:27.786 INFO STEP 1026 (remove_files) COMPLETE |
7484 | 2024-12-21T03:09:29.870Z | [ recovery-image] Dec 21 03:09:27.786 INFO O| Dec 21 03:09:27.786 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-21T03:09:29.900Z | [ recovery-image] Dec 21 03:09:27.817 INFO O| Dec 21 03:09:27.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7486 | 2024-12-21T03:09:29.902Z | [ recovery-image] Dec 21 03:09:27.817 INFO O| Dec 21 03:09:27.817 INFO STEP 1027 (remove_files) COMPLETE |
7487 | 2024-12-21T03:09:29.902Z | [ recovery-image] Dec 21 03:09:27.818 INFO O| Dec 21 03:09:27.817 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-21T03:09:29.947Z | [ recovery-image] Dec 21 03:09:27.864 INFO O| Dec 21 03:09:27.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7489 | 2024-12-21T03:09:29.947Z | [ recovery-image] Dec 21 03:09:27.864 INFO O| Dec 21 03:09:27.864 INFO STEP 1028 (remove_files) COMPLETE |
7490 | 2024-12-21T03:09:29.950Z | [ recovery-image] Dec 21 03:09:27.865 INFO O| Dec 21 03:09:27.864 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-21T03:09:29.966Z | [ recovery-image] Dec 21 03:09:27.883 INFO O| Dec 21 03:09:27.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7492 | 2024-12-21T03:09:29.966Z | [ recovery-image] Dec 21 03:09:27.884 INFO O| Dec 21 03:09:27.883 INFO STEP 1029 (remove_files) COMPLETE |
7493 | 2024-12-21T03:09:29.969Z | [ recovery-image] Dec 21 03:09:27.884 INFO O| Dec 21 03:09:27.883 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-21T03:09:29.984Z | [ recovery-image] Dec 21 03:09:27.902 INFO O| Dec 21 03:09:27.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7495 | 2024-12-21T03:09:29.985Z | [ recovery-image] Dec 21 03:09:27.902 INFO O| Dec 21 03:09:27.902 INFO STEP 1030 (remove_files) COMPLETE |
7496 | 2024-12-21T03:09:29.988Z | [ recovery-image] Dec 21 03:09:27.902 INFO O| Dec 21 03:09:27.902 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-21T03:09:30.003Z | [ recovery-image] Dec 21 03:09:27.920 INFO O| Dec 21 03:09:27.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7498 | 2024-12-21T03:09:30.003Z | [ recovery-image] Dec 21 03:09:27.920 INFO O| Dec 21 03:09:27.920 INFO STEP 1031 (remove_files) COMPLETE |
7499 | 2024-12-21T03:09:30.006Z | [ recovery-image] Dec 21 03:09:27.920 INFO O| Dec 21 03:09:27.920 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-21T03:09:30.022Z | [ recovery-image] Dec 21 03:09:27.938 INFO O| Dec 21 03:09:27.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7501 | 2024-12-21T03:09:30.022Z | [ recovery-image] Dec 21 03:09:27.938 INFO O| Dec 21 03:09:27.938 INFO STEP 1032 (remove_files) COMPLETE |
7502 | 2024-12-21T03:09:30.022Z | [ recovery-image] Dec 21 03:09:27.938 INFO O| Dec 21 03:09:27.938 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-21T03:09:30.052Z | [ recovery-image] Dec 21 03:09:27.969 INFO O| Dec 21 03:09:27.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7504 | 2024-12-21T03:09:30.052Z | [ recovery-image] Dec 21 03:09:27.969 INFO O| Dec 21 03:09:27.969 INFO STEP 1033 (remove_files) COMPLETE |
7505 | 2024-12-21T03:09:30.052Z | [ recovery-image] Dec 21 03:09:27.969 INFO O| Dec 21 03:09:27.969 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-21T03:09:30.072Z | [ recovery-image] Dec 21 03:09:27.989 INFO O| Dec 21 03:09:27.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7507 | 2024-12-21T03:09:30.072Z | [ recovery-image] Dec 21 03:09:27.989 INFO O| Dec 21 03:09:27.989 INFO STEP 1034 (remove_files) COMPLETE |
7508 | 2024-12-21T03:09:30.072Z | [ recovery-image] Dec 21 03:09:27.989 INFO O| Dec 21 03:09:27.989 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-21T03:09:30.116Z | [ recovery-image] Dec 21 03:09:28.032 INFO O| Dec 21 03:09:28.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7510 | 2024-12-21T03:09:30.116Z | [ recovery-image] Dec 21 03:09:28.032 INFO O| Dec 21 03:09:28.032 INFO STEP 1035 (remove_files) COMPLETE |
7511 | 2024-12-21T03:09:30.116Z | [ recovery-image] Dec 21 03:09:28.032 INFO O| Dec 21 03:09:28.032 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-21T03:09:30.155Z | [ recovery-image] Dec 21 03:09:28.072 INFO O| Dec 21 03:09:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7513 | 2024-12-21T03:09:30.158Z | [ recovery-image] Dec 21 03:09:28.072 INFO O| Dec 21 03:09:28.072 INFO STEP 1036 (remove_files) COMPLETE |
7514 | 2024-12-21T03:09:30.158Z | [ recovery-image] Dec 21 03:09:28.072 INFO O| Dec 21 03:09:28.072 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-21T03:09:30.175Z | [ recovery-image] Dec 21 03:09:28.092 INFO O| Dec 21 03:09:28.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7516 | 2024-12-21T03:09:30.178Z | [ recovery-image] Dec 21 03:09:28.093 INFO O| Dec 21 03:09:28.093 INFO STEP 1037 (remove_files) COMPLETE |
7517 | 2024-12-21T03:09:30.178Z | [ recovery-image] Dec 21 03:09:28.093 INFO O| Dec 21 03:09:28.093 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-12-21T03:09:30.202Z | [ recovery-image] Dec 21 03:09:28.119 INFO O| Dec 21 03:09:28.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7519 | 2024-12-21T03:09:30.202Z | [ recovery-image] Dec 21 03:09:28.119 INFO O| Dec 21 03:09:28.119 INFO STEP 1038 (remove_files) COMPLETE |
7520 | 2024-12-21T03:09:30.202Z | [ recovery-image] Dec 21 03:09:28.119 INFO O| Dec 21 03:09:28.119 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-12-21T03:09:30.230Z | [ recovery-image] Dec 21 03:09:28.147 INFO O| Dec 21 03:09:28.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7522 | 2024-12-21T03:09:30.230Z | [ recovery-image] Dec 21 03:09:28.147 INFO O| Dec 21 03:09:28.147 INFO STEP 1039 (remove_files) COMPLETE |
7523 | 2024-12-21T03:09:30.230Z | [ recovery-image] Dec 21 03:09:28.147 INFO O| Dec 21 03:09:28.147 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-21T03:09:30.254Z | [ recovery-image] Dec 21 03:09:28.170 INFO O| Dec 21 03:09:28.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7525 | 2024-12-21T03:09:30.254Z | [ recovery-image] Dec 21 03:09:28.170 INFO O| Dec 21 03:09:28.170 INFO STEP 1040 (remove_files) COMPLETE |
7526 | 2024-12-21T03:09:30.254Z | [ recovery-image] Dec 21 03:09:28.170 INFO O| Dec 21 03:09:28.170 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-12-21T03:09:30.284Z | [ recovery-image] Dec 21 03:09:28.202 INFO O| Dec 21 03:09:28.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7528 | 2024-12-21T03:09:30.284Z | [ recovery-image] Dec 21 03:09:28.202 INFO O| Dec 21 03:09:28.202 INFO STEP 1041 (remove_files) COMPLETE |
7529 | 2024-12-21T03:09:30.288Z | [ recovery-image] Dec 21 03:09:28.202 INFO O| Dec 21 03:09:28.202 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-12-21T03:09:30.319Z | [ recovery-image] Dec 21 03:09:28.236 INFO O| Dec 21 03:09:28.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7531 | 2024-12-21T03:09:30.319Z | [ recovery-image] Dec 21 03:09:28.236 INFO O| Dec 21 03:09:28.236 INFO STEP 1042 (remove_files) COMPLETE |
7532 | 2024-12-21T03:09:30.319Z | [ recovery-image] Dec 21 03:09:28.236 INFO O| Dec 21 03:09:28.236 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-12-21T03:09:30.338Z | [ recovery-image] Dec 21 03:09:28.255 INFO O| Dec 21 03:09:28.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7534 | 2024-12-21T03:09:30.339Z | [ recovery-image] Dec 21 03:09:28.255 INFO O| Dec 21 03:09:28.255 INFO STEP 1043 (remove_files) COMPLETE |
7535 | 2024-12-21T03:09:30.339Z | [ recovery-image] Dec 21 03:09:28.255 INFO O| Dec 21 03:09:28.255 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-12-21T03:09:30.363Z | [ recovery-image] Dec 21 03:09:28.280 INFO O| Dec 21 03:09:28.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7537 | 2024-12-21T03:09:30.366Z | [ recovery-image] Dec 21 03:09:28.280 INFO O| Dec 21 03:09:28.280 INFO STEP 1044 (remove_files) COMPLETE |
7538 | 2024-12-21T03:09:30.366Z | [ recovery-image] Dec 21 03:09:28.281 INFO O| Dec 21 03:09:28.280 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-21T03:09:30.382Z | [ recovery-image] Dec 21 03:09:28.299 INFO O| Dec 21 03:09:28.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7540 | 2024-12-21T03:09:30.384Z | [ recovery-image] Dec 21 03:09:28.299 INFO O| Dec 21 03:09:28.299 INFO STEP 1045 (remove_files) COMPLETE |
7541 | 2024-12-21T03:09:30.384Z | [ recovery-image] Dec 21 03:09:28.299 INFO O| Dec 21 03:09:28.299 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-12-21T03:09:30.400Z | [ recovery-image] Dec 21 03:09:28.317 INFO O| Dec 21 03:09:28.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7543 | 2024-12-21T03:09:30.402Z | [ recovery-image] Dec 21 03:09:28.317 INFO O| Dec 21 03:09:28.317 INFO STEP 1046 (remove_files) COMPLETE |
7544 | 2024-12-21T03:09:30.402Z | [ recovery-image] Dec 21 03:09:28.317 INFO O| Dec 21 03:09:28.317 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-12-21T03:09:30.420Z | [ recovery-image] Dec 21 03:09:28.336 INFO O| Dec 21 03:09:28.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7546 | 2024-12-21T03:09:30.423Z | [ recovery-image] Dec 21 03:09:28.336 INFO O| Dec 21 03:09:28.336 INFO STEP 1047 (remove_files) COMPLETE |
7547 | 2024-12-21T03:09:30.423Z | [ recovery-image] Dec 21 03:09:28.336 INFO O| Dec 21 03:09:28.336 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-12-21T03:09:30.440Z | [ recovery-image] Dec 21 03:09:28.357 INFO O| Dec 21 03:09:28.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7549 | 2024-12-21T03:09:30.440Z | [ recovery-image] Dec 21 03:09:28.357 INFO O| Dec 21 03:09:28.357 INFO STEP 1048 (remove_files) COMPLETE |
7550 | 2024-12-21T03:09:30.442Z | [ recovery-image] Dec 21 03:09:28.357 INFO O| Dec 21 03:09:28.357 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-21T03:09:30.516Z | [ recovery-image] Dec 21 03:09:28.433 INFO O| Dec 21 03:09:28.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7552 | 2024-12-21T03:09:30.516Z | [ recovery-image] Dec 21 03:09:28.433 INFO O| Dec 21 03:09:28.433 INFO STEP 1049 (remove_files) COMPLETE |
7553 | 2024-12-21T03:09:30.516Z | [ recovery-image] Dec 21 03:09:28.433 INFO O| Dec 21 03:09:28.433 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-21T03:09:30.539Z | [ recovery-image] Dec 21 03:09:28.456 INFO O| Dec 21 03:09:28.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7555 | 2024-12-21T03:09:30.539Z | [ recovery-image] Dec 21 03:09:28.456 INFO O| Dec 21 03:09:28.456 INFO STEP 1050 (remove_files) COMPLETE |
7556 | 2024-12-21T03:09:30.539Z | [ recovery-image] Dec 21 03:09:28.456 INFO O| Dec 21 03:09:28.456 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-21T03:09:30.565Z | [ recovery-image] Dec 21 03:09:28.482 INFO O| Dec 21 03:09:28.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7558 | 2024-12-21T03:09:30.565Z | [ recovery-image] Dec 21 03:09:28.482 INFO O| Dec 21 03:09:28.482 INFO STEP 1051 (remove_files) COMPLETE |
7559 | 2024-12-21T03:09:30.565Z | [ recovery-image] Dec 21 03:09:28.482 INFO O| Dec 21 03:09:28.482 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-21T03:09:30.588Z | [ recovery-image] Dec 21 03:09:28.505 INFO O| Dec 21 03:09:28.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7561 | 2024-12-21T03:09:30.588Z | [ recovery-image] Dec 21 03:09:28.505 INFO O| Dec 21 03:09:28.505 INFO STEP 1052 (remove_files) COMPLETE |
7562 | 2024-12-21T03:09:30.588Z | [ recovery-image] Dec 21 03:09:28.505 INFO O| Dec 21 03:09:28.505 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-21T03:09:30.617Z | [ recovery-image] Dec 21 03:09:28.534 INFO O| Dec 21 03:09:28.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7564 | 2024-12-21T03:09:30.617Z | [ recovery-image] Dec 21 03:09:28.534 INFO O| Dec 21 03:09:28.534 INFO STEP 1053 (remove_files) COMPLETE |
7565 | 2024-12-21T03:09:30.617Z | [ recovery-image] Dec 21 03:09:28.534 INFO O| Dec 21 03:09:28.534 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-21T03:09:30.643Z | [ recovery-image] Dec 21 03:09:28.560 INFO O| Dec 21 03:09:28.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7567 | 2024-12-21T03:09:30.646Z | [ recovery-image] Dec 21 03:09:28.560 INFO O| Dec 21 03:09:28.560 INFO STEP 1054 (remove_files) COMPLETE |
7568 | 2024-12-21T03:09:30.646Z | [ recovery-image] Dec 21 03:09:28.561 INFO O| Dec 21 03:09:28.560 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-21T03:09:30.662Z | [ recovery-image] Dec 21 03:09:28.579 INFO O| Dec 21 03:09:28.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7570 | 2024-12-21T03:09:30.664Z | [ recovery-image] Dec 21 03:09:28.579 INFO O| Dec 21 03:09:28.579 INFO STEP 1055 (remove_files) COMPLETE |
7571 | 2024-12-21T03:09:30.664Z | [ recovery-image] Dec 21 03:09:28.579 INFO O| Dec 21 03:09:28.579 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-21T03:09:30.680Z | [ recovery-image] Dec 21 03:09:28.597 INFO O| Dec 21 03:09:28.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7573 | 2024-12-21T03:09:30.683Z | [ recovery-image] Dec 21 03:09:28.598 INFO O| Dec 21 03:09:28.598 INFO STEP 1056 (remove_files) COMPLETE |
7574 | 2024-12-21T03:09:30.683Z | [ recovery-image] Dec 21 03:09:28.598 INFO O| Dec 21 03:09:28.598 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-21T03:09:30.707Z | [ recovery-image] Dec 21 03:09:28.623 INFO O| Dec 21 03:09:28.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7576 | 2024-12-21T03:09:30.707Z | [ recovery-image] Dec 21 03:09:28.623 INFO O| Dec 21 03:09:28.623 INFO STEP 1057 (remove_files) COMPLETE |
7577 | 2024-12-21T03:09:30.707Z | [ recovery-image] Dec 21 03:09:28.623 INFO O| Dec 21 03:09:28.623 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-21T03:09:30.764Z | [ recovery-image] Dec 21 03:09:28.680 INFO O| Dec 21 03:09:28.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7579 | 2024-12-21T03:09:30.764Z | [ recovery-image] Dec 21 03:09:28.680 INFO O| Dec 21 03:09:28.680 INFO STEP 1058 (remove_files) COMPLETE |
7580 | 2024-12-21T03:09:30.767Z | [ recovery-image] Dec 21 03:09:28.680 INFO O| Dec 21 03:09:28.680 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-12-21T03:09:30.782Z | [ recovery-image] Dec 21 03:09:28.699 INFO O| Dec 21 03:09:28.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7582 | 2024-12-21T03:09:30.782Z | [ recovery-image] Dec 21 03:09:28.699 INFO O| Dec 21 03:09:28.699 INFO STEP 1059 (remove_files) COMPLETE |
7583 | 2024-12-21T03:09:30.782Z | [ recovery-image] Dec 21 03:09:28.699 INFO O| Dec 21 03:09:28.699 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-12-21T03:09:30.814Z | [ recovery-image] Dec 21 03:09:28.731 INFO O| Dec 21 03:09:28.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7585 | 2024-12-21T03:09:30.837Z | [ recovery-image] Dec 21 03:09:28.753 INFO O| Dec 21 03:09:28.753 INFO STEP 1060 (remove_files) COMPLETE |
7586 | 2024-12-21T03:09:30.837Z | [ recovery-image] Dec 21 03:09:28.753 INFO O| Dec 21 03:09:28.753 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-12-21T03:09:30.869Z | [ recovery-image] Dec 21 03:09:28.786 INFO O| Dec 21 03:09:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7588 | 2024-12-21T03:09:30.870Z | [ recovery-image] Dec 21 03:09:28.786 INFO O| Dec 21 03:09:28.786 INFO STEP 1061 (remove_files) COMPLETE |
7589 | 2024-12-21T03:09:30.876Z | [ recovery-image] Dec 21 03:09:28.786 INFO O| Dec 21 03:09:28.786 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-12-21T03:09:30.899Z | [ recovery-image] Dec 21 03:09:28.815 INFO O| Dec 21 03:09:28.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7591 | 2024-12-21T03:09:30.899Z | [ recovery-image] Dec 21 03:09:28.815 INFO O| Dec 21 03:09:28.815 INFO STEP 1062 (remove_files) COMPLETE |
7592 | 2024-12-21T03:09:30.899Z | [ recovery-image] Dec 21 03:09:28.815 INFO O| Dec 21 03:09:28.815 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7593 | 2024-12-21T03:09:30.918Z | [ recovery-image] Dec 21 03:09:28.834 INFO O| Dec 21 03:09:28.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7594 | 2024-12-21T03:09:30.921Z | [ recovery-image] Dec 21 03:09:28.835 INFO O| Dec 21 03:09:28.835 INFO STEP 1063 (remove_files) COMPLETE |
7595 | 2024-12-21T03:09:30.921Z | [ recovery-image] Dec 21 03:09:28.835 INFO O| Dec 21 03:09:28.835 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-21T03:09:30.934Z | [ recovery-image] Dec 21 03:09:28.851 INFO O| Dec 21 03:09:28.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7597 | 2024-12-21T03:09:30.934Z | [ recovery-image] Dec 21 03:09:28.852 INFO O| Dec 21 03:09:28.852 INFO STEP 1064 (remove_files) COMPLETE |
7598 | 2024-12-21T03:09:30.934Z | [ recovery-image] Dec 21 03:09:28.852 INFO O| Dec 21 03:09:28.852 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-21T03:09:30.950Z | [ recovery-image] Dec 21 03:09:28.867 INFO O| Dec 21 03:09:28.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7600 | 2024-12-21T03:09:30.950Z | [ recovery-image] Dec 21 03:09:28.867 INFO O| Dec 21 03:09:28.867 INFO STEP 1065 (remove_files) COMPLETE |
7601 | 2024-12-21T03:09:30.953Z | [ recovery-image] Dec 21 03:09:28.867 INFO O| Dec 21 03:09:28.867 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-21T03:09:30.966Z | [ recovery-image] Dec 21 03:09:28.883 INFO O| Dec 21 03:09:28.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7603 | 2024-12-21T03:09:30.967Z | [ recovery-image] Dec 21 03:09:28.883 INFO O| Dec 21 03:09:28.883 INFO STEP 1066 (remove_files) COMPLETE |
7604 | 2024-12-21T03:09:30.970Z | [ recovery-image] Dec 21 03:09:28.883 INFO O| Dec 21 03:09:28.883 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-21T03:09:30.982Z | [ recovery-image] Dec 21 03:09:28.900 INFO O| Dec 21 03:09:28.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7606 | 2024-12-21T03:09:30.983Z | [ recovery-image] Dec 21 03:09:28.900 INFO O| Dec 21 03:09:28.900 INFO STEP 1067 (remove_files) COMPLETE |
7607 | 2024-12-21T03:09:30.983Z | [ recovery-image] Dec 21 03:09:28.900 INFO O| Dec 21 03:09:28.900 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-21T03:09:30.991Z | [ host-image] Dec 21 03:09:28.908 INFO O| Dec 21 03:09:28.908 INFO O| Planning: Solver setup ... Done |
7609 | 2024-12-21T03:09:30.999Z | [ host-image] Dec 21 03:09:28.916 INFO O| Dec 21 03:09:28.916 INFO O| Planning: Running solver ... Done |
7610 | 2024-12-21T03:09:31.003Z | [ recovery-image] Dec 21 03:09:28.916 INFO O| Dec 21 03:09:28.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7611 | 2024-12-21T03:09:31.003Z | [ recovery-image] Dec 21 03:09:28.917 INFO O| Dec 21 03:09:28.917 INFO STEP 1068 (remove_files) COMPLETE |
7612 | 2024-12-21T03:09:31.003Z | [ recovery-image] Dec 21 03:09:28.917 INFO O| Dec 21 03:09:28.917 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-21T03:09:31.017Z | [ recovery-image] Dec 21 03:09:28.934 INFO O| Dec 21 03:09:28.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7614 | 2024-12-21T03:09:31.017Z | [ recovery-image] Dec 21 03:09:28.934 INFO O| Dec 21 03:09:28.934 INFO STEP 1069 (remove_files) COMPLETE |
7615 | 2024-12-21T03:09:31.017Z | [ recovery-image] Dec 21 03:09:28.934 INFO O| Dec 21 03:09:28.934 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-21T03:09:31.035Z | [ recovery-image] Dec 21 03:09:28.952 INFO O| Dec 21 03:09:28.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7617 | 2024-12-21T03:09:31.036Z | [ recovery-image] Dec 21 03:09:28.953 INFO O| Dec 21 03:09:28.952 INFO STEP 1070 (remove_files) COMPLETE |
7618 | 2024-12-21T03:09:31.036Z | [ recovery-image] Dec 21 03:09:28.953 INFO O| Dec 21 03:09:28.952 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-21T03:09:31.058Z | [ recovery-image] Dec 21 03:09:28.971 INFO O| Dec 21 03:09:28.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7620 | 2024-12-21T03:09:31.061Z | [ recovery-image] Dec 21 03:09:28.971 INFO O| Dec 21 03:09:28.971 INFO STEP 1071 (remove_files) COMPLETE |
7621 | 2024-12-21T03:09:31.061Z | [ recovery-image] Dec 21 03:09:28.971 INFO O| Dec 21 03:09:28.971 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-21T03:09:31.073Z | [ recovery-image] Dec 21 03:09:28.990 INFO O| Dec 21 03:09:28.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7623 | 2024-12-21T03:09:31.073Z | [ recovery-image] Dec 21 03:09:28.990 INFO O| Dec 21 03:09:28.990 INFO STEP 1072 (remove_files) COMPLETE |
7624 | 2024-12-21T03:09:31.074Z | [ recovery-image] Dec 21 03:09:28.990 INFO O| Dec 21 03:09:28.990 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-21T03:09:31.098Z | [ recovery-image] Dec 21 03:09:29.015 INFO O| Dec 21 03:09:29.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7626 | 2024-12-21T03:09:31.098Z | [ recovery-image] Dec 21 03:09:29.015 INFO O| Dec 21 03:09:29.015 INFO STEP 1073 (remove_files) COMPLETE |
7627 | 2024-12-21T03:09:31.111Z | [ recovery-image] Dec 21 03:09:29.015 INFO O| Dec 21 03:09:29.015 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-21T03:09:31.121Z | [ host-image] Dec 21 03:09:29.038 INFO O| Dec 21 03:09:29.037 INFO O| Planning: Finding local manifests ... Done |
7629 | 2024-12-21T03:09:31.123Z | [ host-image] Dec 21 03:09:29.039 INFO O| Dec 21 03:09:29.039 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7630 | 2024-12-21T03:09:31.163Z | [ recovery-image] Dec 21 03:09:29.079 INFO O| Dec 21 03:09:29.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7631 | 2024-12-21T03:09:31.163Z | [ recovery-image] Dec 21 03:09:29.079 INFO O| Dec 21 03:09:29.079 INFO STEP 1074 (remove_files) COMPLETE |
7632 | 2024-12-21T03:09:31.166Z | [ recovery-image] Dec 21 03:09:29.080 INFO O| Dec 21 03:09:29.080 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-12-21T03:09:31.201Z | [ recovery-image] Dec 21 03:09:29.118 INFO O| Dec 21 03:09:29.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7634 | 2024-12-21T03:09:31.201Z | [ recovery-image] Dec 21 03:09:29.118 INFO O| Dec 21 03:09:29.118 INFO STEP 1075 (remove_files) COMPLETE |
7635 | 2024-12-21T03:09:31.204Z | [ recovery-image] Dec 21 03:09:29.118 INFO O| Dec 21 03:09:29.118 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-12-21T03:09:31.264Z | [ recovery-image] Dec 21 03:09:29.181 INFO O| Dec 21 03:09:29.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7637 | 2024-12-21T03:09:31.264Z | [ recovery-image] Dec 21 03:09:29.181 INFO O| Dec 21 03:09:29.181 INFO STEP 1076 (remove_files) COMPLETE |
7638 | 2024-12-21T03:09:31.264Z | [ recovery-image] Dec 21 03:09:29.181 INFO O| Dec 21 03:09:29.181 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-21T03:09:31.306Z | [ host-image] Dec 21 03:09:29.223 INFO O| Dec 21 03:09:29.223 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7640 | 2024-12-21T03:09:31.335Z | [ recovery-image] Dec 21 03:09:29.251 INFO O| Dec 21 03:09:29.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7641 | 2024-12-21T03:09:31.335Z | [ recovery-image] Dec 21 03:09:29.251 INFO O| Dec 21 03:09:29.251 INFO STEP 1077 (remove_files) COMPLETE |
7642 | 2024-12-21T03:09:31.335Z | [ recovery-image] Dec 21 03:09:29.251 INFO O| Dec 21 03:09:29.251 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-21T03:09:31.354Z | [ host-image] Dec 21 03:09:29.270 INFO O| Dec 21 03:09:29.270 INFO O| Planning: Package planning ... Done |
7644 | 2024-12-21T03:09:31.356Z | [ host-image] Dec 21 03:09:29.271 INFO O| Dec 21 03:09:29.271 INFO O| Planning: Merging actions ... Done |
7645 | 2024-12-21T03:09:31.377Z | [ recovery-image] Dec 21 03:09:29.294 INFO O| Dec 21 03:09:29.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7646 | 2024-12-21T03:09:31.380Z | [ recovery-image] Dec 21 03:09:29.295 INFO O| Dec 21 03:09:29.294 INFO STEP 1078 (remove_files) COMPLETE |
7647 | 2024-12-21T03:09:31.380Z | [ recovery-image] Dec 21 03:09:29.295 INFO O| Dec 21 03:09:29.295 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-21T03:09:31.427Z | [ recovery-image] Dec 21 03:09:29.343 INFO O| Dec 21 03:09:29.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7649 | 2024-12-21T03:09:31.427Z | [ recovery-image] Dec 21 03:09:29.344 INFO O| Dec 21 03:09:29.344 INFO STEP 1079 (remove_files) COMPLETE |
7650 | 2024-12-21T03:09:31.430Z | [ recovery-image] Dec 21 03:09:29.344 INFO O| Dec 21 03:09:29.344 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-21T03:09:31.482Z | [ host-image] Dec 21 03:09:29.399 INFO O| Dec 21 03:09:29.398 INFO O| Planning: Checking for conflicting actions ... Done |
7652 | 2024-12-21T03:09:31.485Z | [ host-image] Dec 21 03:09:29.399 INFO O| Dec 21 03:09:29.399 INFO O| Planning: Consolidating action changes ... Done |
7653 | 2024-12-21T03:09:31.583Z | [ recovery-image] Dec 21 03:09:29.500 INFO O| Dec 21 03:09:29.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7654 | 2024-12-21T03:09:31.586Z | [ recovery-image] Dec 21 03:09:29.500 INFO O| Dec 21 03:09:29.500 INFO STEP 1080 (remove_files) COMPLETE |
7655 | 2024-12-21T03:09:31.587Z | [ recovery-image] Dec 21 03:09:29.500 INFO O| Dec 21 03:09:29.500 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-12-21T03:09:31.604Z | [ recovery-image] Dec 21 03:09:29.520 INFO O| Dec 21 03:09:29.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7657 | 2024-12-21T03:09:31.606Z | [ recovery-image] Dec 21 03:09:29.520 INFO O| Dec 21 03:09:29.520 INFO STEP 1081 (remove_files) COMPLETE |
7658 | 2024-12-21T03:09:31.606Z | [ recovery-image] Dec 21 03:09:29.521 INFO O| Dec 21 03:09:29.520 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-12-21T03:09:31.631Z | [ recovery-image] Dec 21 03:09:29.548 INFO O| Dec 21 03:09:29.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7660 | 2024-12-21T03:09:31.631Z | [ recovery-image] Dec 21 03:09:29.548 INFO O| Dec 21 03:09:29.548 INFO STEP 1082 (remove_files) COMPLETE |
7661 | 2024-12-21T03:09:31.631Z | [ recovery-image] Dec 21 03:09:29.548 INFO O| Dec 21 03:09:29.548 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-12-21T03:09:31.651Z | [ recovery-image] Dec 21 03:09:29.567 INFO O| Dec 21 03:09:29.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7663 | 2024-12-21T03:09:31.652Z | [ recovery-image] Dec 21 03:09:29.567 INFO O| Dec 21 03:09:29.567 INFO STEP 1083 (remove_files) COMPLETE |
7664 | 2024-12-21T03:09:31.652Z | [ recovery-image] Dec 21 03:09:29.567 INFO O| Dec 21 03:09:29.567 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-12-21T03:09:31.673Z | [ recovery-image] Dec 21 03:09:29.590 INFO O| Dec 21 03:09:29.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7666 | 2024-12-21T03:09:31.675Z | [ recovery-image] Dec 21 03:09:29.590 INFO O| Dec 21 03:09:29.590 INFO STEP 1084 (remove_files) COMPLETE |
7667 | 2024-12-21T03:09:31.676Z | [ recovery-image] Dec 21 03:09:29.590 INFO O| Dec 21 03:09:29.590 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-12-21T03:09:31.692Z | [ recovery-image] Dec 21 03:09:29.609 INFO O| Dec 21 03:09:29.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7669 | 2024-12-21T03:09:31.696Z | [ recovery-image] Dec 21 03:09:29.609 INFO O| Dec 21 03:09:29.609 INFO STEP 1085 (remove_files) COMPLETE |
7670 | 2024-12-21T03:09:31.696Z | [ recovery-image] Dec 21 03:09:29.610 INFO O| Dec 21 03:09:29.609 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-12-21T03:09:31.710Z | [ recovery-image] Dec 21 03:09:29.627 INFO O| Dec 21 03:09:29.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7672 | 2024-12-21T03:09:31.713Z | [ recovery-image] Dec 21 03:09:29.627 INFO O| Dec 21 03:09:29.627 INFO STEP 1086 (remove_files) COMPLETE |
7673 | 2024-12-21T03:09:31.713Z | [ recovery-image] Dec 21 03:09:29.628 INFO O| Dec 21 03:09:29.627 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-12-21T03:09:31.779Z | [ recovery-image] Dec 21 03:09:29.696 INFO O| Dec 21 03:09:29.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7675 | 2024-12-21T03:09:31.782Z | [ recovery-image] Dec 21 03:09:29.696 INFO O| Dec 21 03:09:29.696 INFO STEP 1087 (remove_files) COMPLETE |
7676 | 2024-12-21T03:09:31.782Z | [ recovery-image] Dec 21 03:09:29.696 INFO O| Dec 21 03:09:29.696 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-12-21T03:09:31.798Z | [ recovery-image] Dec 21 03:09:29.715 INFO O| Dec 21 03:09:29.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7678 | 2024-12-21T03:09:31.801Z | [ recovery-image] Dec 21 03:09:29.715 INFO O| Dec 21 03:09:29.715 INFO STEP 1088 (remove_files) COMPLETE |
7679 | 2024-12-21T03:09:31.801Z | [ recovery-image] Dec 21 03:09:29.715 INFO O| Dec 21 03:09:29.715 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-12-21T03:09:31.840Z | [ recovery-image] Dec 21 03:09:29.756 INFO O| Dec 21 03:09:29.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7681 | 2024-12-21T03:09:31.840Z | [ recovery-image] Dec 21 03:09:29.756 INFO O| Dec 21 03:09:29.756 INFO STEP 1089 (remove_files) COMPLETE |
7682 | 2024-12-21T03:09:31.840Z | [ recovery-image] Dec 21 03:09:29.756 INFO O| Dec 21 03:09:29.756 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-12-21T03:09:31.859Z | [ recovery-image] Dec 21 03:09:29.775 INFO O| Dec 21 03:09:29.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7684 | 2024-12-21T03:09:31.859Z | [ recovery-image] Dec 21 03:09:29.775 INFO O| Dec 21 03:09:29.775 INFO STEP 1090 (remove_files) COMPLETE |
7685 | 2024-12-21T03:09:31.859Z | [ recovery-image] Dec 21 03:09:29.775 INFO O| Dec 21 03:09:29.775 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-12-21T03:09:31.890Z | [ recovery-image] Dec 21 03:09:29.806 INFO O| Dec 21 03:09:29.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7687 | 2024-12-21T03:09:31.890Z | [ recovery-image] Dec 21 03:09:29.806 INFO O| Dec 21 03:09:29.806 INFO STEP 1091 (remove_files) COMPLETE |
7688 | 2024-12-21T03:09:31.890Z | [ recovery-image] Dec 21 03:09:29.806 INFO O| Dec 21 03:09:29.806 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-12-21T03:09:31.902Z | [ host-image] Dec 21 03:09:29.819 INFO O| Dec 21 03:09:29.819 INFO O| Planning: Evaluating mediators ... Done |
7690 | 2024-12-21T03:09:31.905Z | [ host-image] Dec 21 03:09:29.820 INFO O| Dec 21 03:09:29.820 INFO O| Planning: Planning completed in 5.06 seconds |
7691 | 2024-12-21T03:09:31.910Z | [ host-image] Dec 21 03:09:29.822 INFO O| Dec 21 03:09:29.822 INFO O| Packages to install: 1 |
7692 | 2024-12-21T03:09:31.926Z | [ host-image] Dec 21 03:09:29.842 INFO O| Dec 21 03:09:29.842 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
7693 | 2024-12-21T03:09:31.931Z | [ recovery-image] Dec 21 03:09:29.848 INFO O| Dec 21 03:09:29.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7694 | 2024-12-21T03:09:31.933Z | [ recovery-image] Dec 21 03:09:29.848 INFO O| Dec 21 03:09:29.848 INFO STEP 1092 (remove_files) COMPLETE |
7695 | 2024-12-21T03:09:31.933Z | [ recovery-image] Dec 21 03:09:29.848 INFO O| Dec 21 03:09:29.848 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-12-21T03:09:31.950Z | [ recovery-image] Dec 21 03:09:29.866 INFO O| Dec 21 03:09:29.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7697 | 2024-12-21T03:09:31.953Z | [ recovery-image] Dec 21 03:09:29.867 INFO O| Dec 21 03:09:29.867 INFO STEP 1093 (remove_files) COMPLETE |
7698 | 2024-12-21T03:09:31.953Z | [ recovery-image] Dec 21 03:09:29.867 INFO O| Dec 21 03:09:29.867 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-12-21T03:09:31.969Z | [ recovery-image] Dec 21 03:09:29.884 INFO O| Dec 21 03:09:29.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7700 | 2024-12-21T03:09:31.972Z | [ recovery-image] Dec 21 03:09:29.884 INFO O| Dec 21 03:09:29.884 INFO STEP 1094 (remove_files) COMPLETE |
7701 | 2024-12-21T03:09:31.972Z | [ recovery-image] Dec 21 03:09:29.884 INFO O| Dec 21 03:09:29.884 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-12-21T03:09:31.985Z | [ recovery-image] Dec 21 03:09:29.901 INFO O| Dec 21 03:09:29.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7703 | 2024-12-21T03:09:31.990Z | [ recovery-image] Dec 21 03:09:29.901 INFO O| Dec 21 03:09:29.901 INFO STEP 1095 (remove_files) COMPLETE |
7704 | 2024-12-21T03:09:31.990Z | [ recovery-image] Dec 21 03:09:29.901 INFO O| Dec 21 03:09:29.901 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-12-21T03:09:32.002Z | [ recovery-image] Dec 21 03:09:29.919 INFO O| Dec 21 03:09:29.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7706 | 2024-12-21T03:09:32.005Z | [ recovery-image] Dec 21 03:09:29.919 INFO O| Dec 21 03:09:29.919 INFO STEP 1096 (remove_files) COMPLETE |
7707 | 2024-12-21T03:09:32.005Z | [ recovery-image] Dec 21 03:09:29.919 INFO O| Dec 21 03:09:29.919 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-21T03:09:32.020Z | [ recovery-image] Dec 21 03:09:29.936 INFO O| Dec 21 03:09:29.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7709 | 2024-12-21T03:09:32.022Z | [ recovery-image] Dec 21 03:09:29.936 INFO O| Dec 21 03:09:29.936 INFO STEP 1097 (remove_files) COMPLETE |
7710 | 2024-12-21T03:09:32.023Z | [ recovery-image] Dec 21 03:09:29.937 INFO O| Dec 21 03:09:29.936 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-21T03:09:32.037Z | [ recovery-image] Dec 21 03:09:29.953 INFO O| Dec 21 03:09:29.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7712 | 2024-12-21T03:09:32.037Z | [ recovery-image] Dec 21 03:09:29.954 INFO O| Dec 21 03:09:29.954 INFO STEP 1098 (remove_files) COMPLETE |
7713 | 2024-12-21T03:09:32.040Z | [ recovery-image] Dec 21 03:09:29.954 INFO O| Dec 21 03:09:29.954 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-21T03:09:32.054Z | [ recovery-image] Dec 21 03:09:29.971 INFO O| Dec 21 03:09:29.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7715 | 2024-12-21T03:09:32.058Z | [ recovery-image] Dec 21 03:09:29.971 INFO O| Dec 21 03:09:29.971 INFO STEP 1099 (remove_files) COMPLETE |
7716 | 2024-12-21T03:09:32.058Z | [ recovery-image] Dec 21 03:09:29.971 INFO O| Dec 21 03:09:29.971 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-12-21T03:09:32.072Z | [ recovery-image] Dec 21 03:09:29.988 INFO O| Dec 21 03:09:29.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7718 | 2024-12-21T03:09:32.075Z | [ recovery-image] Dec 21 03:09:29.988 INFO O| Dec 21 03:09:29.988 INFO STEP 1100 (remove_files) COMPLETE |
7719 | 2024-12-21T03:09:32.075Z | [ recovery-image] Dec 21 03:09:29.989 INFO O| Dec 21 03:09:29.988 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-12-21T03:09:32.090Z | [ recovery-image] Dec 21 03:09:30.007 INFO O| Dec 21 03:09:30.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7721 | 2024-12-21T03:09:32.093Z | [ recovery-image] Dec 21 03:09:30.007 INFO O| Dec 21 03:09:30.007 INFO STEP 1101 (remove_files) COMPLETE |
7722 | 2024-12-21T03:09:32.093Z | [ recovery-image] Dec 21 03:09:30.007 INFO O| Dec 21 03:09:30.007 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-12-21T03:09:32.108Z | [ recovery-image] Dec 21 03:09:30.025 INFO O| Dec 21 03:09:30.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7724 | 2024-12-21T03:09:32.112Z | [ recovery-image] Dec 21 03:09:30.025 INFO O| Dec 21 03:09:30.025 INFO STEP 1102 (remove_files) COMPLETE |
7725 | 2024-12-21T03:09:32.112Z | [ recovery-image] Dec 21 03:09:30.025 INFO O| Dec 21 03:09:30.025 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-12-21T03:09:32.125Z | [ recovery-image] Dec 21 03:09:30.042 INFO O| Dec 21 03:09:30.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7727 | 2024-12-21T03:09:32.129Z | [ recovery-image] Dec 21 03:09:30.042 INFO O| Dec 21 03:09:30.042 INFO STEP 1103 (remove_files) COMPLETE |
7728 | 2024-12-21T03:09:32.129Z | [ recovery-image] Dec 21 03:09:30.042 INFO O| Dec 21 03:09:30.042 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-12-21T03:09:32.144Z | [ recovery-image] Dec 21 03:09:30.060 INFO O| Dec 21 03:09:30.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7730 | 2024-12-21T03:09:32.147Z | [ recovery-image] Dec 21 03:09:30.060 INFO O| Dec 21 03:09:30.060 INFO STEP 1104 (remove_files) COMPLETE |
7731 | 2024-12-21T03:09:32.147Z | [ recovery-image] Dec 21 03:09:30.061 INFO O| Dec 21 03:09:30.060 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-12-21T03:09:32.162Z | [ recovery-image] Dec 21 03:09:30.078 INFO O| Dec 21 03:09:30.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7733 | 2024-12-21T03:09:32.165Z | [ recovery-image] Dec 21 03:09:30.079 INFO O| Dec 21 03:09:30.079 INFO STEP 1105 (remove_files) COMPLETE |
7734 | 2024-12-21T03:09:32.165Z | [ recovery-image] Dec 21 03:09:30.079 INFO O| Dec 21 03:09:30.079 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-12-21T03:09:32.180Z | [ recovery-image] Dec 21 03:09:30.097 INFO O| Dec 21 03:09:30.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7736 | 2024-12-21T03:09:32.183Z | [ recovery-image] Dec 21 03:09:30.097 INFO O| Dec 21 03:09:30.097 INFO STEP 1106 (remove_files) COMPLETE |
7737 | 2024-12-21T03:09:32.183Z | [ recovery-image] Dec 21 03:09:30.097 INFO O| Dec 21 03:09:30.097 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-12-21T03:09:32.198Z | [ recovery-image] Dec 21 03:09:30.114 INFO O| Dec 21 03:09:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7739 | 2024-12-21T03:09:32.200Z | [ recovery-image] Dec 21 03:09:30.115 INFO O| Dec 21 03:09:30.115 INFO STEP 1107 (remove_files) COMPLETE |
7740 | 2024-12-21T03:09:32.200Z | [ recovery-image] Dec 21 03:09:30.115 INFO O| Dec 21 03:09:30.115 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-12-21T03:09:32.216Z | [ recovery-image] Dec 21 03:09:30.132 INFO O| Dec 21 03:09:30.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7742 | 2024-12-21T03:09:32.220Z | [ recovery-image] Dec 21 03:09:30.132 INFO O| Dec 21 03:09:30.132 INFO STEP 1108 (remove_files) COMPLETE |
7743 | 2024-12-21T03:09:32.220Z | [ recovery-image] Dec 21 03:09:30.133 INFO O| Dec 21 03:09:30.132 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-12-21T03:09:32.259Z | [ recovery-image] Dec 21 03:09:30.175 INFO O| Dec 21 03:09:30.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7745 | 2024-12-21T03:09:32.259Z | [ recovery-image] Dec 21 03:09:30.175 INFO O| Dec 21 03:09:30.175 INFO STEP 1109 (remove_files) COMPLETE |
7746 | 2024-12-21T03:09:32.264Z | [ recovery-image] Dec 21 03:09:30.175 INFO O| Dec 21 03:09:30.175 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-12-21T03:09:32.323Z | [ recovery-image] Dec 21 03:09:30.239 INFO O| Dec 21 03:09:30.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7748 | 2024-12-21T03:09:32.324Z | [ recovery-image] Dec 21 03:09:30.239 INFO O| Dec 21 03:09:30.239 INFO STEP 1110 (remove_files) COMPLETE |
7749 | 2024-12-21T03:09:32.324Z | [ recovery-image] Dec 21 03:09:30.239 INFO O| Dec 21 03:09:30.239 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-12-21T03:09:32.336Z | [ host-image] Dec 21 03:09:30.252 INFO O| Dec 21 03:09:30.252 INFO O| Download: Completed 9.99 MB in 0.41 seconds (24.4M/s) |
7751 | 2024-12-21T03:09:32.343Z | [ recovery-image] Dec 21 03:09:30.259 INFO O| Dec 21 03:09:30.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7752 | 2024-12-21T03:09:32.343Z | [ recovery-image] Dec 21 03:09:30.259 INFO O| Dec 21 03:09:30.259 INFO STEP 1111 (remove_files) COMPLETE |
7753 | 2024-12-21T03:09:32.343Z | [ recovery-image] Dec 21 03:09:30.259 INFO O| Dec 21 03:09:30.259 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-21T03:09:32.427Z | [ recovery-image] Dec 21 03:09:30.343 INFO O| Dec 21 03:09:30.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7755 | 2024-12-21T03:09:32.445Z | [ recovery-image] Dec 21 03:09:30.343 INFO O| Dec 21 03:09:30.343 INFO STEP 1112 (remove_files) COMPLETE |
7756 | 2024-12-21T03:09:32.446Z | [ recovery-image] Dec 21 03:09:30.343 INFO O| Dec 21 03:09:30.343 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-21T03:09:32.483Z | [ recovery-image] Dec 21 03:09:30.394 INFO O| Dec 21 03:09:30.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7758 | 2024-12-21T03:09:32.483Z | [ recovery-image] Dec 21 03:09:30.394 INFO O| Dec 21 03:09:30.394 INFO STEP 1113 (remove_files) COMPLETE |
7759 | 2024-12-21T03:09:32.483Z | [ recovery-image] Dec 21 03:09:30.394 INFO O| Dec 21 03:09:30.394 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-21T03:09:32.499Z | [ host-image] Dec 21 03:09:30.412 INFO O| Dec 21 03:09:30.411 INFO O| Actions: 1/22 actions (Installing new actions) |
7761 | 2024-12-21T03:09:32.502Z | [ recovery-image] Dec 21 03:09:30.416 INFO O| Dec 21 03:09:30.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7762 | 2024-12-21T03:09:32.502Z | [ recovery-image] Dec 21 03:09:30.416 INFO O| Dec 21 03:09:30.416 INFO STEP 1114 (remove_files) COMPLETE |
7763 | 2024-12-21T03:09:32.503Z | [ recovery-image] Dec 21 03:09:30.416 INFO O| Dec 21 03:09:30.416 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-12-21T03:09:32.533Z | [ recovery-image] Dec 21 03:09:30.449 INFO O| Dec 21 03:09:30.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7765 | 2024-12-21T03:09:32.537Z | [ recovery-image] Dec 21 03:09:30.449 INFO O| Dec 21 03:09:30.449 INFO STEP 1115 (remove_files) COMPLETE |
7766 | 2024-12-21T03:09:32.537Z | [ recovery-image] Dec 21 03:09:30.449 INFO O| Dec 21 03:09:30.449 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-12-21T03:09:32.552Z | [ recovery-image] Dec 21 03:09:30.468 INFO O| Dec 21 03:09:30.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7768 | 2024-12-21T03:09:32.552Z | [ recovery-image] Dec 21 03:09:30.468 INFO O| Dec 21 03:09:30.468 INFO STEP 1116 (remove_files) COMPLETE |
7769 | 2024-12-21T03:09:32.552Z | [ recovery-image] Dec 21 03:09:30.468 INFO O| Dec 21 03:09:30.468 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-12-21T03:09:32.570Z | [ recovery-image] Dec 21 03:09:30.486 INFO O| Dec 21 03:09:30.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7771 | 2024-12-21T03:09:32.570Z | [ recovery-image] Dec 21 03:09:30.486 INFO O| Dec 21 03:09:30.486 INFO STEP 1117 (remove_files) COMPLETE |
7772 | 2024-12-21T03:09:32.573Z | [ recovery-image] Dec 21 03:09:30.486 INFO O| Dec 21 03:09:30.486 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-12-21T03:09:32.588Z | [ recovery-image] Dec 21 03:09:30.505 INFO O| Dec 21 03:09:30.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7774 | 2024-12-21T03:09:32.588Z | [ recovery-image] Dec 21 03:09:30.505 INFO O| Dec 21 03:09:30.505 INFO STEP 1118 (remove_files) COMPLETE |
7775 | 2024-12-21T03:09:32.589Z | [ recovery-image] Dec 21 03:09:30.505 INFO O| Dec 21 03:09:30.505 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-12-21T03:09:32.606Z | [ recovery-image] Dec 21 03:09:30.523 INFO O| Dec 21 03:09:30.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7777 | 2024-12-21T03:09:32.607Z | [ recovery-image] Dec 21 03:09:30.523 INFO O| Dec 21 03:09:30.523 INFO STEP 1119 (remove_files) COMPLETE |
7778 | 2024-12-21T03:09:32.607Z | [ recovery-image] Dec 21 03:09:30.523 INFO O| Dec 21 03:09:30.523 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-12-21T03:09:32.638Z | [ recovery-image] Dec 21 03:09:30.554 INFO O| Dec 21 03:09:30.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7780 | 2024-12-21T03:09:32.638Z | [ recovery-image] Dec 21 03:09:30.554 INFO O| Dec 21 03:09:30.554 INFO STEP 1120 (remove_files) COMPLETE |
7781 | 2024-12-21T03:09:32.638Z | [ recovery-image] Dec 21 03:09:30.554 INFO O| Dec 21 03:09:30.554 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-12-21T03:09:32.657Z | [ recovery-image] Dec 21 03:09:30.574 INFO O| Dec 21 03:09:30.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7783 | 2024-12-21T03:09:32.657Z | [ recovery-image] Dec 21 03:09:30.574 INFO O| Dec 21 03:09:30.574 INFO STEP 1121 (remove_files) COMPLETE |
7784 | 2024-12-21T03:09:32.658Z | [ recovery-image] Dec 21 03:09:30.574 INFO O| Dec 21 03:09:30.574 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-12-21T03:09:32.720Z | [ recovery-image] Dec 21 03:09:30.636 INFO O| Dec 21 03:09:30.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7786 | 2024-12-21T03:09:32.720Z | [ recovery-image] Dec 21 03:09:30.636 INFO O| Dec 21 03:09:30.636 INFO STEP 1122 (remove_files) COMPLETE |
7787 | 2024-12-21T03:09:32.724Z | [ recovery-image] Dec 21 03:09:30.636 INFO O| Dec 21 03:09:30.636 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-21T03:09:32.761Z | [ recovery-image] Dec 21 03:09:30.677 INFO O| Dec 21 03:09:30.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7789 | 2024-12-21T03:09:32.764Z | [ recovery-image] Dec 21 03:09:30.678 INFO O| Dec 21 03:09:30.677 INFO STEP 1123 (remove_files) COMPLETE |
7790 | 2024-12-21T03:09:32.764Z | [ recovery-image] Dec 21 03:09:30.678 INFO O| Dec 21 03:09:30.678 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-21T03:09:32.779Z | [ recovery-image] Dec 21 03:09:30.695 INFO O| Dec 21 03:09:30.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7792 | 2024-12-21T03:09:32.780Z | [ recovery-image] Dec 21 03:09:30.695 INFO O| Dec 21 03:09:30.695 INFO STEP 1124 (remove_files) COMPLETE |
7793 | 2024-12-21T03:09:32.780Z | [ recovery-image] Dec 21 03:09:30.695 INFO O| Dec 21 03:09:30.695 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-12-21T03:09:32.806Z | [ recovery-image] Dec 21 03:09:30.722 INFO O| Dec 21 03:09:30.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7795 | 2024-12-21T03:09:32.806Z | [ recovery-image] Dec 21 03:09:30.722 INFO O| Dec 21 03:09:30.722 INFO STEP 1125 (remove_files) COMPLETE |
7796 | 2024-12-21T03:09:32.806Z | [ recovery-image] Dec 21 03:09:30.722 INFO O| Dec 21 03:09:30.722 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-12-21T03:09:32.837Z | [ recovery-image] Dec 21 03:09:30.753 INFO O| Dec 21 03:09:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7798 | 2024-12-21T03:09:32.837Z | [ recovery-image] Dec 21 03:09:30.754 INFO O| Dec 21 03:09:30.754 INFO STEP 1126 (remove_files) COMPLETE |
7799 | 2024-12-21T03:09:32.838Z | [ recovery-image] Dec 21 03:09:30.754 INFO O| Dec 21 03:09:30.754 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-12-21T03:09:32.898Z | [ recovery-image] Dec 21 03:09:30.815 INFO O| Dec 21 03:09:30.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7801 | 2024-12-21T03:09:32.898Z | [ recovery-image] Dec 21 03:09:30.815 INFO O| Dec 21 03:09:30.815 INFO STEP 1127 (remove_files) COMPLETE |
7802 | 2024-12-21T03:09:32.898Z | [ recovery-image] Dec 21 03:09:30.815 INFO O| Dec 21 03:09:30.815 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-12-21T03:09:32.938Z | [ host-image] Dec 21 03:09:30.854 INFO O| Dec 21 03:09:30.854 INFO O| Actions: Completed 22 actions in 0.44 seconds. |
7804 | 2024-12-21T03:09:32.999Z | [ recovery-image] Dec 21 03:09:30.915 INFO O| Dec 21 03:09:30.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7805 | 2024-12-21T03:09:33.000Z | [ recovery-image] Dec 21 03:09:30.915 INFO O| Dec 21 03:09:30.915 INFO STEP 1128 (remove_files) COMPLETE |
7806 | 2024-12-21T03:09:33.000Z | [ recovery-image] Dec 21 03:09:30.915 INFO O| Dec 21 03:09:30.915 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-12-21T03:09:33.038Z | [ recovery-image] Dec 21 03:09:30.954 INFO O| Dec 21 03:09:30.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7808 | 2024-12-21T03:09:33.038Z | [ recovery-image] Dec 21 03:09:30.954 INFO O| Dec 21 03:09:30.954 INFO STEP 1129 (remove_files) COMPLETE |
7809 | 2024-12-21T03:09:33.039Z | [ recovery-image] Dec 21 03:09:30.954 INFO O| Dec 21 03:09:30.954 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-12-21T03:09:33.062Z | [ recovery-image] Dec 21 03:09:30.978 INFO O| Dec 21 03:09:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7811 | 2024-12-21T03:09:33.065Z | [ recovery-image] Dec 21 03:09:30.978 INFO O| Dec 21 03:09:30.978 INFO STEP 1130 (remove_files) COMPLETE |
7812 | 2024-12-21T03:09:33.065Z | [ recovery-image] Dec 21 03:09:30.979 INFO O| Dec 21 03:09:30.979 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-12-21T03:09:33.082Z | [ recovery-image] Dec 21 03:09:30.998 INFO O| Dec 21 03:09:30.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7814 | 2024-12-21T03:09:33.085Z | [ recovery-image] Dec 21 03:09:30.998 INFO O| Dec 21 03:09:30.998 INFO STEP 1131 (remove_files) COMPLETE |
7815 | 2024-12-21T03:09:33.085Z | [ recovery-image] Dec 21 03:09:30.999 INFO O| Dec 21 03:09:30.999 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-12-21T03:09:33.103Z | [ recovery-image] Dec 21 03:09:31.019 INFO O| Dec 21 03:09:31.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7817 | 2024-12-21T03:09:33.106Z | [ recovery-image] Dec 21 03:09:31.019 INFO O| Dec 21 03:09:31.019 INFO STEP 1132 (remove_files) COMPLETE |
7818 | 2024-12-21T03:09:33.106Z | [ recovery-image] Dec 21 03:09:31.019 INFO O| Dec 21 03:09:31.019 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-12-21T03:09:33.121Z | [ recovery-image] Dec 21 03:09:31.037 INFO O| Dec 21 03:09:31.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7820 | 2024-12-21T03:09:33.124Z | [ recovery-image] Dec 21 03:09:31.037 INFO O| Dec 21 03:09:31.037 INFO STEP 1133 (remove_files) COMPLETE |
7821 | 2024-12-21T03:09:33.124Z | [ recovery-image] Dec 21 03:09:31.037 INFO O| Dec 21 03:09:31.037 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-12-21T03:09:33.139Z | [ recovery-image] Dec 21 03:09:31.055 INFO O| Dec 21 03:09:31.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7823 | 2024-12-21T03:09:33.142Z | [ recovery-image] Dec 21 03:09:31.055 INFO O| Dec 21 03:09:31.055 INFO STEP 1134 (remove_files) COMPLETE |
7824 | 2024-12-21T03:09:33.142Z | [ recovery-image] Dec 21 03:09:31.055 INFO O| Dec 21 03:09:31.055 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-12-21T03:09:33.158Z | [ recovery-image] Dec 21 03:09:31.074 INFO O| Dec 21 03:09:31.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7826 | 2024-12-21T03:09:33.161Z | [ recovery-image] Dec 21 03:09:31.075 INFO O| Dec 21 03:09:31.075 INFO STEP 1135 (remove_files) COMPLETE |
7827 | 2024-12-21T03:09:33.161Z | [ recovery-image] Dec 21 03:09:31.075 INFO O| Dec 21 03:09:31.075 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-12-21T03:09:33.176Z | [ recovery-image] Dec 21 03:09:31.093 INFO O| Dec 21 03:09:31.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7829 | 2024-12-21T03:09:33.179Z | [ recovery-image] Dec 21 03:09:31.093 INFO O| Dec 21 03:09:31.093 INFO STEP 1136 (remove_files) COMPLETE |
7830 | 2024-12-21T03:09:33.180Z | [ recovery-image] Dec 21 03:09:31.093 INFO O| Dec 21 03:09:31.093 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2024-12-21T03:09:33.196Z | [ recovery-image] Dec 21 03:09:31.112 INFO O| Dec 21 03:09:31.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7832 | 2024-12-21T03:09:33.202Z | [ recovery-image] Dec 21 03:09:31.113 INFO O| Dec 21 03:09:31.112 INFO STEP 1137 (remove_files) COMPLETE |
7833 | 2024-12-21T03:09:33.202Z | [ recovery-image] Dec 21 03:09:31.113 INFO O| Dec 21 03:09:31.113 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2024-12-21T03:09:33.216Z | [ recovery-image] Dec 21 03:09:31.131 INFO O| Dec 21 03:09:31.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7835 | 2024-12-21T03:09:33.217Z | [ recovery-image] Dec 21 03:09:31.131 INFO O| Dec 21 03:09:31.131 INFO STEP 1138 (remove_files) COMPLETE |
7836 | 2024-12-21T03:09:33.220Z | [ recovery-image] Dec 21 03:09:31.131 INFO O| Dec 21 03:09:31.131 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-21T03:09:33.246Z | [ recovery-image] Dec 21 03:09:31.162 INFO O| Dec 21 03:09:31.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7838 | 2024-12-21T03:09:33.247Z | [ recovery-image] Dec 21 03:09:31.162 INFO O| Dec 21 03:09:31.162 INFO STEP 1139 (remove_files) COMPLETE |
7839 | 2024-12-21T03:09:33.247Z | [ recovery-image] Dec 21 03:09:31.162 INFO O| Dec 21 03:09:31.162 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-21T03:09:33.302Z | [ recovery-image] Dec 21 03:09:31.216 INFO O| Dec 21 03:09:31.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7841 | 2024-12-21T03:09:33.306Z | [ recovery-image] Dec 21 03:09:31.216 INFO O| Dec 21 03:09:31.216 INFO STEP 1140 (remove_files) COMPLETE |
7842 | 2024-12-21T03:09:33.306Z | [ recovery-image] Dec 21 03:09:31.217 INFO O| Dec 21 03:09:31.217 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-21T03:09:33.318Z | [ recovery-image] Dec 21 03:09:31.235 INFO O| Dec 21 03:09:31.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7844 | 2024-12-21T03:09:33.321Z | [ recovery-image] Dec 21 03:09:31.235 INFO O| Dec 21 03:09:31.235 INFO STEP 1141 (remove_files) COMPLETE |
7845 | 2024-12-21T03:09:33.322Z | [ recovery-image] Dec 21 03:09:31.235 INFO O| Dec 21 03:09:31.235 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2024-12-21T03:09:33.370Z | [ recovery-image] Dec 21 03:09:31.286 INFO O| Dec 21 03:09:31.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7847 | 2024-12-21T03:09:33.371Z | [ recovery-image] Dec 21 03:09:31.286 INFO O| Dec 21 03:09:31.286 INFO STEP 1142 (remove_files) COMPLETE |
7848 | 2024-12-21T03:09:33.371Z | [ recovery-image] Dec 21 03:09:31.286 INFO O| Dec 21 03:09:31.286 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2024-12-21T03:09:33.417Z | [ recovery-image] Dec 21 03:09:31.333 INFO O| Dec 21 03:09:31.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7850 | 2024-12-21T03:09:33.417Z | [ recovery-image] Dec 21 03:09:31.333 INFO O| Dec 21 03:09:31.333 INFO STEP 1143 (remove_files) COMPLETE |
7851 | 2024-12-21T03:09:33.420Z | [ recovery-image] Dec 21 03:09:31.333 INFO O| Dec 21 03:09:31.333 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2024-12-21T03:09:33.457Z | [ recovery-image] Dec 21 03:09:31.373 INFO O| Dec 21 03:09:31.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7853 | 2024-12-21T03:09:33.461Z | [ recovery-image] Dec 21 03:09:31.373 INFO O| Dec 21 03:09:31.373 INFO STEP 1144 (remove_files) COMPLETE |
7854 | 2024-12-21T03:09:33.461Z | [ recovery-image] Dec 21 03:09:31.374 INFO O| Dec 21 03:09:31.373 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2024-12-21T03:09:33.499Z | [ recovery-image] Dec 21 03:09:31.415 INFO O| Dec 21 03:09:31.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7856 | 2024-12-21T03:09:33.502Z | [ recovery-image] Dec 21 03:09:31.415 INFO O| Dec 21 03:09:31.415 INFO STEP 1145 (remove_files) COMPLETE |
7857 | 2024-12-21T03:09:33.502Z | [ recovery-image] Dec 21 03:09:31.415 INFO O| Dec 21 03:09:31.415 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2024-12-21T03:09:33.519Z | [ recovery-image] Dec 21 03:09:31.435 INFO O| Dec 21 03:09:31.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7859 | 2024-12-21T03:09:33.522Z | [ recovery-image] Dec 21 03:09:31.435 INFO O| Dec 21 03:09:31.435 INFO STEP 1146 (remove_files) COMPLETE |
7860 | 2024-12-21T03:09:33.522Z | [ recovery-image] Dec 21 03:09:31.435 INFO O| Dec 21 03:09:31.435 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2024-12-21T03:09:33.538Z | [ recovery-image] Dec 21 03:09:31.454 INFO O| Dec 21 03:09:31.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7862 | 2024-12-21T03:09:33.542Z | [ recovery-image] Dec 21 03:09:31.455 INFO O| Dec 21 03:09:31.455 INFO STEP 1147 (remove_files) COMPLETE |
7863 | 2024-12-21T03:09:33.542Z | [ recovery-image] Dec 21 03:09:31.455 INFO O| Dec 21 03:09:31.455 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2024-12-21T03:09:33.557Z | [ recovery-image] Dec 21 03:09:31.473 INFO O| Dec 21 03:09:31.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7865 | 2024-12-21T03:09:33.560Z | [ recovery-image] Dec 21 03:09:31.473 INFO O| Dec 21 03:09:31.473 INFO STEP 1148 (remove_files) COMPLETE |
7866 | 2024-12-21T03:09:33.560Z | [ recovery-image] Dec 21 03:09:31.473 INFO O| Dec 21 03:09:31.473 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7867 | 2024-12-21T03:09:33.574Z | [ recovery-image] Dec 21 03:09:31.490 INFO O| Dec 21 03:09:31.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7868 | 2024-12-21T03:09:33.579Z | [ recovery-image] Dec 21 03:09:31.490 INFO O| Dec 21 03:09:31.490 INFO STEP 1149 (remove_files) COMPLETE |
7869 | 2024-12-21T03:09:33.579Z | [ recovery-image] Dec 21 03:09:31.491 INFO O| Dec 21 03:09:31.490 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7870 | 2024-12-21T03:09:33.612Z | [ recovery-image] Dec 21 03:09:31.528 INFO O| Dec 21 03:09:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7871 | 2024-12-21T03:09:33.612Z | [ recovery-image] Dec 21 03:09:31.528 INFO O| Dec 21 03:09:31.528 INFO STEP 1150 (remove_files) COMPLETE |
7872 | 2024-12-21T03:09:33.616Z | [ recovery-image] Dec 21 03:09:31.529 INFO O| Dec 21 03:09:31.528 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7873 | 2024-12-21T03:09:33.645Z | [ recovery-image] Dec 21 03:09:31.561 INFO O| Dec 21 03:09:31.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7874 | 2024-12-21T03:09:33.645Z | [ recovery-image] Dec 21 03:09:31.561 INFO O| Dec 21 03:09:31.561 INFO STEP 1151 (remove_files) COMPLETE |
7875 | 2024-12-21T03:09:33.648Z | [ recovery-image] Dec 21 03:09:31.561 INFO O| Dec 21 03:09:31.561 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7876 | 2024-12-21T03:09:33.707Z | [ recovery-image] Dec 21 03:09:31.623 INFO O| Dec 21 03:09:31.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7877 | 2024-12-21T03:09:33.711Z | [ recovery-image] Dec 21 03:09:31.623 INFO O| Dec 21 03:09:31.623 INFO STEP 1152 (remove_files) COMPLETE |
7878 | 2024-12-21T03:09:33.711Z | [ recovery-image] Dec 21 03:09:31.623 INFO O| Dec 21 03:09:31.623 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7879 | 2024-12-21T03:09:33.743Z | [ recovery-image] Dec 21 03:09:31.658 INFO O| Dec 21 03:09:31.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7880 | 2024-12-21T03:09:33.743Z | [ recovery-image] Dec 21 03:09:31.658 INFO O| Dec 21 03:09:31.658 INFO STEP 1153 (remove_files) COMPLETE |
7881 | 2024-12-21T03:09:33.743Z | [ recovery-image] Dec 21 03:09:31.658 INFO O| Dec 21 03:09:31.658 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7882 | 2024-12-21T03:09:33.787Z | [ recovery-image] Dec 21 03:09:31.703 INFO O| Dec 21 03:09:31.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7883 | 2024-12-21T03:09:33.787Z | [ recovery-image] Dec 21 03:09:31.703 INFO O| Dec 21 03:09:31.703 INFO STEP 1154 (remove_files) COMPLETE |
7884 | 2024-12-21T03:09:33.787Z | [ recovery-image] Dec 21 03:09:31.703 INFO O| Dec 21 03:09:31.703 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7885 | 2024-12-21T03:09:33.815Z | [ recovery-image] Dec 21 03:09:31.731 INFO O| Dec 21 03:09:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7886 | 2024-12-21T03:09:33.816Z | [ recovery-image] Dec 21 03:09:31.731 INFO O| Dec 21 03:09:31.731 INFO STEP 1155 (remove_files) COMPLETE |
7887 | 2024-12-21T03:09:33.816Z | [ recovery-image] Dec 21 03:09:31.731 INFO O| Dec 21 03:09:31.731 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7888 | 2024-12-21T03:09:33.889Z | [ recovery-image] Dec 21 03:09:31.804 INFO O| Dec 21 03:09:31.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7889 | 2024-12-21T03:09:33.889Z | [ recovery-image] Dec 21 03:09:31.804 INFO O| Dec 21 03:09:31.804 INFO STEP 1156 (remove_files) COMPLETE |
7890 | 2024-12-21T03:09:33.890Z | [ recovery-image] Dec 21 03:09:31.804 INFO O| Dec 21 03:09:31.804 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7891 | 2024-12-21T03:09:33.907Z | [ recovery-image] Dec 21 03:09:31.823 INFO O| Dec 21 03:09:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7892 | 2024-12-21T03:09:33.907Z | [ recovery-image] Dec 21 03:09:31.823 INFO O| Dec 21 03:09:31.823 INFO STEP 1157 (remove_files) COMPLETE |
7893 | 2024-12-21T03:09:33.907Z | [ recovery-image] Dec 21 03:09:31.823 INFO O| Dec 21 03:09:31.823 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7894 | 2024-12-21T03:09:33.925Z | [ recovery-image] Dec 21 03:09:31.841 INFO O| Dec 21 03:09:31.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7895 | 2024-12-21T03:09:33.925Z | [ recovery-image] Dec 21 03:09:31.841 INFO O| Dec 21 03:09:31.841 INFO STEP 1158 (remove_files) COMPLETE |
7896 | 2024-12-21T03:09:33.928Z | [ recovery-image] Dec 21 03:09:31.841 INFO O| Dec 21 03:09:31.841 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7897 | 2024-12-21T03:09:33.943Z | [ recovery-image] Dec 21 03:09:31.859 INFO O| Dec 21 03:09:31.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7898 | 2024-12-21T03:09:33.943Z | [ recovery-image] Dec 21 03:09:31.859 INFO O| Dec 21 03:09:31.859 INFO STEP 1159 (remove_files) COMPLETE |
7899 | 2024-12-21T03:09:33.943Z | [ recovery-image] Dec 21 03:09:31.859 INFO O| Dec 21 03:09:31.859 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7900 | 2024-12-21T03:09:33.955Z | [ host-image] Dec 21 03:09:31.871 INFO O| Dec 21 03:09:31.871 INFO O| Done |
7901 | 2024-12-21T03:09:33.955Z | [ host-image] Dec 21 03:09:31.872 INFO O| Dec 21 03:09:31.871 INFO O| Done |
7902 | 2024-12-21T03:09:33.992Z | [ recovery-image] Dec 21 03:09:31.898 INFO O| Dec 21 03:09:31.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7903 | 2024-12-21T03:09:33.992Z | [ recovery-image] Dec 21 03:09:31.898 INFO O| Dec 21 03:09:31.898 INFO STEP 1160 (remove_files) COMPLETE |
7904 | 2024-12-21T03:09:33.995Z | [ recovery-image] Dec 21 03:09:31.898 INFO O| Dec 21 03:09:31.898 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-21T03:09:34.020Z | [ recovery-image] Dec 21 03:09:31.936 INFO O| Dec 21 03:09:31.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7906 | 2024-12-21T03:09:34.020Z | [ recovery-image] Dec 21 03:09:31.936 INFO O| Dec 21 03:09:31.936 INFO STEP 1161 (remove_files) COMPLETE |
7907 | 2024-12-21T03:09:34.020Z | [ recovery-image] Dec 21 03:09:31.936 INFO O| Dec 21 03:09:31.936 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-21T03:09:34.058Z | [ recovery-image] Dec 21 03:09:31.974 INFO O| Dec 21 03:09:31.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7909 | 2024-12-21T03:09:34.058Z | [ recovery-image] Dec 21 03:09:31.974 INFO O| Dec 21 03:09:31.974 INFO STEP 1162 (remove_files) COMPLETE |
7910 | 2024-12-21T03:09:34.058Z | [ recovery-image] Dec 21 03:09:31.974 INFO O| Dec 21 03:09:31.974 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-21T03:09:34.095Z | [ recovery-image] Dec 21 03:09:32.010 INFO O| Dec 21 03:09:32.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7912 | 2024-12-21T03:09:34.096Z | [ recovery-image] Dec 21 03:09:32.011 INFO O| Dec 21 03:09:32.010 INFO STEP 1163 (remove_files) COMPLETE |
7913 | 2024-12-21T03:09:34.096Z | [ recovery-image] Dec 21 03:09:32.011 INFO O| Dec 21 03:09:32.011 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-21T03:09:34.186Z | [ recovery-image] Dec 21 03:09:32.102 INFO O| Dec 21 03:09:32.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7915 | 2024-12-21T03:09:34.192Z | [ recovery-image] Dec 21 03:09:32.102 INFO O| Dec 21 03:09:32.102 INFO STEP 1164 (remove_files) COMPLETE |
7916 | 2024-12-21T03:09:34.192Z | [ recovery-image] Dec 21 03:09:32.102 INFO O| Dec 21 03:09:32.102 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-21T03:09:34.210Z | [ recovery-image] Dec 21 03:09:32.124 INFO O| Dec 21 03:09:32.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7918 | 2024-12-21T03:09:34.210Z | [ recovery-image] Dec 21 03:09:32.125 INFO O| Dec 21 03:09:32.124 INFO STEP 1165 (remove_files) COMPLETE |
7919 | 2024-12-21T03:09:34.210Z | [ recovery-image] Dec 21 03:09:32.125 INFO O| Dec 21 03:09:32.124 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-21T03:09:34.238Z | [ recovery-image] Dec 21 03:09:32.155 INFO O| Dec 21 03:09:32.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7921 | 2024-12-21T03:09:34.239Z | [ recovery-image] Dec 21 03:09:32.155 INFO O| Dec 21 03:09:32.155 INFO STEP 1166 (remove_files) COMPLETE |
7922 | 2024-12-21T03:09:34.242Z | [ recovery-image] Dec 21 03:09:32.155 INFO O| Dec 21 03:09:32.155 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-21T03:09:34.261Z | [ recovery-image] Dec 21 03:09:32.177 INFO O| Dec 21 03:09:32.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7924 | 2024-12-21T03:09:34.262Z | [ recovery-image] Dec 21 03:09:32.177 INFO O| Dec 21 03:09:32.177 INFO STEP 1167 (remove_files) COMPLETE |
7925 | 2024-12-21T03:09:34.262Z | [ recovery-image] Dec 21 03:09:32.177 INFO O| Dec 21 03:09:32.177 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-21T03:09:34.300Z | [ recovery-image] Dec 21 03:09:32.215 INFO O| Dec 21 03:09:32.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7927 | 2024-12-21T03:09:34.305Z | [ recovery-image] Dec 21 03:09:32.215 INFO O| Dec 21 03:09:32.215 INFO STEP 1168 (remove_files) COMPLETE |
7928 | 2024-12-21T03:09:34.305Z | [ recovery-image] Dec 21 03:09:32.215 INFO O| Dec 21 03:09:32.215 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-21T03:09:34.317Z | [ recovery-image] Dec 21 03:09:32.233 INFO O| Dec 21 03:09:32.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7930 | 2024-12-21T03:09:34.319Z | [ recovery-image] Dec 21 03:09:32.233 INFO O| Dec 21 03:09:32.233 INFO STEP 1169 (remove_files) COMPLETE |
7931 | 2024-12-21T03:09:34.319Z | [ recovery-image] Dec 21 03:09:32.233 INFO O| Dec 21 03:09:32.233 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-21T03:09:34.334Z | [ recovery-image] Dec 21 03:09:32.250 INFO O| Dec 21 03:09:32.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7933 | 2024-12-21T03:09:34.337Z | [ recovery-image] Dec 21 03:09:32.250 INFO O| Dec 21 03:09:32.250 INFO STEP 1170 (remove_files) COMPLETE |
7934 | 2024-12-21T03:09:34.338Z | [ recovery-image] Dec 21 03:09:32.250 INFO O| Dec 21 03:09:32.250 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7935 | 2024-12-21T03:09:34.350Z | [ recovery-image] Dec 21 03:09:32.266 INFO O| Dec 21 03:09:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7936 | 2024-12-21T03:09:34.354Z | [ recovery-image] Dec 21 03:09:32.267 INFO O| Dec 21 03:09:32.267 INFO STEP 1171 (remove_files) COMPLETE |
7937 | 2024-12-21T03:09:34.354Z | [ recovery-image] Dec 21 03:09:32.267 INFO O| Dec 21 03:09:32.267 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7938 | 2024-12-21T03:09:34.366Z | [ recovery-image] Dec 21 03:09:32.282 INFO O| Dec 21 03:09:32.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7939 | 2024-12-21T03:09:34.367Z | [ recovery-image] Dec 21 03:09:32.282 INFO O| Dec 21 03:09:32.282 INFO STEP 1172 (remove_files) COMPLETE |
7940 | 2024-12-21T03:09:34.370Z | [ recovery-image] Dec 21 03:09:32.283 INFO O| Dec 21 03:09:32.282 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7941 | 2024-12-21T03:09:34.427Z | [ recovery-image] Dec 21 03:09:32.343 INFO O| Dec 21 03:09:32.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7942 | 2024-12-21T03:09:34.428Z | [ recovery-image] Dec 21 03:09:32.343 INFO O| Dec 21 03:09:32.343 INFO STEP 1173 (remove_files) COMPLETE |
7943 | 2024-12-21T03:09:34.428Z | [ recovery-image] Dec 21 03:09:32.343 INFO O| Dec 21 03:09:32.343 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7944 | 2024-12-21T03:09:34.461Z | [ recovery-image] Dec 21 03:09:32.377 INFO O| Dec 21 03:09:32.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7945 | 2024-12-21T03:09:34.461Z | [ recovery-image] Dec 21 03:09:32.377 INFO O| Dec 21 03:09:32.377 INFO STEP 1174 (remove_files) COMPLETE |
7946 | 2024-12-21T03:09:34.461Z | [ recovery-image] Dec 21 03:09:32.377 INFO O| Dec 21 03:09:32.377 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7947 | 2024-12-21T03:09:34.479Z | [ recovery-image] Dec 21 03:09:32.395 INFO O| Dec 21 03:09:32.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7948 | 2024-12-21T03:09:34.480Z | [ recovery-image] Dec 21 03:09:32.395 INFO O| Dec 21 03:09:32.395 INFO STEP 1175 (remove_files) COMPLETE |
7949 | 2024-12-21T03:09:34.483Z | [ recovery-image] Dec 21 03:09:32.395 INFO O| Dec 21 03:09:32.395 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7950 | 2024-12-21T03:09:34.499Z | [ recovery-image] Dec 21 03:09:32.414 INFO O| Dec 21 03:09:32.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7951 | 2024-12-21T03:09:34.499Z | [ recovery-image] Dec 21 03:09:32.414 INFO O| Dec 21 03:09:32.414 INFO STEP 1176 (remove_files) COMPLETE |
7952 | 2024-12-21T03:09:34.502Z | [ recovery-image] Dec 21 03:09:32.415 INFO O| Dec 21 03:09:32.414 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7953 | 2024-12-21T03:09:34.536Z | [ recovery-image] Dec 21 03:09:32.450 INFO O| Dec 21 03:09:32.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7954 | 2024-12-21T03:09:34.536Z | [ recovery-image] Dec 21 03:09:32.450 INFO O| Dec 21 03:09:32.450 INFO STEP 1177 (remove_files) COMPLETE |
7955 | 2024-12-21T03:09:34.542Z | [ recovery-image] Dec 21 03:09:32.451 INFO O| Dec 21 03:09:32.450 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7956 | 2024-12-21T03:09:34.556Z | [ recovery-image] Dec 21 03:09:32.471 INFO O| Dec 21 03:09:32.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7957 | 2024-12-21T03:09:34.556Z | [ recovery-image] Dec 21 03:09:32.471 INFO O| Dec 21 03:09:32.471 INFO STEP 1178 (remove_files) COMPLETE |
7958 | 2024-12-21T03:09:34.560Z | [ recovery-image] Dec 21 03:09:32.471 INFO O| Dec 21 03:09:32.471 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7959 | 2024-12-21T03:09:34.574Z | [ recovery-image] Dec 21 03:09:32.490 INFO O| Dec 21 03:09:32.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7960 | 2024-12-21T03:09:34.574Z | [ recovery-image] Dec 21 03:09:32.490 INFO O| Dec 21 03:09:32.490 INFO STEP 1179 (remove_files) COMPLETE |
7961 | 2024-12-21T03:09:34.578Z | [ recovery-image] Dec 21 03:09:32.490 INFO O| Dec 21 03:09:32.490 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7962 | 2024-12-21T03:09:34.616Z | [ recovery-image] Dec 21 03:09:32.532 INFO O| Dec 21 03:09:32.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7963 | 2024-12-21T03:09:34.616Z | [ recovery-image] Dec 21 03:09:32.532 INFO O| Dec 21 03:09:32.532 INFO STEP 1180 (remove_files) COMPLETE |
7964 | 2024-12-21T03:09:34.622Z | [ recovery-image] Dec 21 03:09:32.532 INFO O| Dec 21 03:09:32.532 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7965 | 2024-12-21T03:09:34.687Z | [ recovery-image] Dec 21 03:09:32.602 INFO O| Dec 21 03:09:32.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7966 | 2024-12-21T03:09:34.690Z | [ recovery-image] Dec 21 03:09:32.602 INFO O| Dec 21 03:09:32.602 INFO STEP 1181 (remove_files) COMPLETE |
7967 | 2024-12-21T03:09:34.690Z | [ recovery-image] Dec 21 03:09:32.602 INFO O| Dec 21 03:09:32.602 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7968 | 2024-12-21T03:09:34.707Z | [ recovery-image] Dec 21 03:09:32.622 INFO O| Dec 21 03:09:32.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7969 | 2024-12-21T03:09:34.710Z | [ recovery-image] Dec 21 03:09:32.622 INFO O| Dec 21 03:09:32.622 INFO STEP 1182 (remove_files) COMPLETE |
7970 | 2024-12-21T03:09:34.711Z | [ recovery-image] Dec 21 03:09:32.622 INFO O| Dec 21 03:09:32.622 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7971 | 2024-12-21T03:09:34.726Z | [ recovery-image] Dec 21 03:09:32.641 INFO O| Dec 21 03:09:32.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7972 | 2024-12-21T03:09:34.726Z | [ recovery-image] Dec 21 03:09:32.641 INFO O| Dec 21 03:09:32.641 INFO STEP 1183 (remove_files) COMPLETE |
7973 | 2024-12-21T03:09:34.726Z | [ recovery-image] Dec 21 03:09:32.641 INFO O| Dec 21 03:09:32.641 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7974 | 2024-12-21T03:09:34.744Z | [ recovery-image] Dec 21 03:09:32.660 INFO O| Dec 21 03:09:32.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7975 | 2024-12-21T03:09:34.744Z | [ recovery-image] Dec 21 03:09:32.660 INFO O| Dec 21 03:09:32.660 INFO STEP 1184 (remove_files) COMPLETE |
7976 | 2024-12-21T03:09:34.746Z | [ recovery-image] Dec 21 03:09:32.660 INFO O| Dec 21 03:09:32.660 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7977 | 2024-12-21T03:09:34.763Z | [ recovery-image] Dec 21 03:09:32.679 INFO O| Dec 21 03:09:32.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7978 | 2024-12-21T03:09:34.764Z | [ recovery-image] Dec 21 03:09:32.679 INFO O| Dec 21 03:09:32.679 INFO STEP 1185 (remove_files) COMPLETE |
7979 | 2024-12-21T03:09:34.764Z | [ recovery-image] Dec 21 03:09:32.679 INFO O| Dec 21 03:09:32.679 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7980 | 2024-12-21T03:09:34.782Z | [ recovery-image] Dec 21 03:09:32.698 INFO O| Dec 21 03:09:32.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7981 | 2024-12-21T03:09:34.782Z | [ recovery-image] Dec 21 03:09:32.698 INFO O| Dec 21 03:09:32.698 INFO STEP 1186 (remove_files) COMPLETE |
7982 | 2024-12-21T03:09:34.782Z | [ recovery-image] Dec 21 03:09:32.698 INFO O| Dec 21 03:09:32.698 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7983 | 2024-12-21T03:09:34.805Z | [ recovery-image] Dec 21 03:09:32.720 INFO O| Dec 21 03:09:32.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7984 | 2024-12-21T03:09:34.805Z | [ recovery-image] Dec 21 03:09:32.720 INFO O| Dec 21 03:09:32.720 INFO STEP 1187 (remove_files) COMPLETE |
7985 | 2024-12-21T03:09:34.805Z | [ recovery-image] Dec 21 03:09:32.720 INFO O| Dec 21 03:09:32.720 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7986 | 2024-12-21T03:09:34.823Z | [ recovery-image] Dec 21 03:09:32.738 INFO O| Dec 21 03:09:32.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7987 | 2024-12-21T03:09:34.824Z | [ recovery-image] Dec 21 03:09:32.739 INFO O| Dec 21 03:09:32.738 INFO STEP 1188 (remove_files) COMPLETE |
7988 | 2024-12-21T03:09:34.824Z | [ recovery-image] Dec 21 03:09:32.739 INFO O| Dec 21 03:09:32.739 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7989 | 2024-12-21T03:09:34.841Z | [ recovery-image] Dec 21 03:09:32.757 INFO O| Dec 21 03:09:32.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7990 | 2024-12-21T03:09:34.841Z | [ recovery-image] Dec 21 03:09:32.757 INFO O| Dec 21 03:09:32.757 INFO STEP 1189 (remove_files) COMPLETE |
7991 | 2024-12-21T03:09:34.841Z | [ recovery-image] Dec 21 03:09:32.757 INFO O| Dec 21 03:09:32.757 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7992 | 2024-12-21T03:09:34.882Z | [ recovery-image] Dec 21 03:09:32.793 INFO O| Dec 21 03:09:32.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7993 | 2024-12-21T03:09:34.882Z | [ recovery-image] Dec 21 03:09:32.793 INFO O| Dec 21 03:09:32.793 INFO STEP 1190 (remove_files) COMPLETE |
7994 | 2024-12-21T03:09:34.882Z | [ recovery-image] Dec 21 03:09:32.793 INFO O| Dec 21 03:09:32.793 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7995 | 2024-12-21T03:09:34.898Z | [ recovery-image] Dec 21 03:09:32.812 INFO O| Dec 21 03:09:32.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7996 | 2024-12-21T03:09:34.898Z | [ recovery-image] Dec 21 03:09:32.812 INFO O| Dec 21 03:09:32.812 INFO STEP 1191 (remove_files) COMPLETE |
7997 | 2024-12-21T03:09:34.901Z | [ recovery-image] Dec 21 03:09:32.813 INFO O| Dec 21 03:09:32.812 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7998 | 2024-12-21T03:09:34.926Z | [ recovery-image] Dec 21 03:09:32.842 INFO O| Dec 21 03:09:32.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7999 | 2024-12-21T03:09:34.927Z | [ recovery-image] Dec 21 03:09:32.843 INFO O| Dec 21 03:09:32.843 INFO STEP 1192 (remove_files) COMPLETE |
8000 | 2024-12-21T03:09:34.930Z | [ recovery-image] Dec 21 03:09:32.843 INFO O| Dec 21 03:09:32.843 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8001 | 2024-12-21T03:09:34.947Z | [ recovery-image] Dec 21 03:09:32.862 INFO O| Dec 21 03:09:32.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
8002 | 2024-12-21T03:09:34.947Z | [ recovery-image] Dec 21 03:09:32.862 INFO O| Dec 21 03:09:32.862 INFO STEP 1193 (remove_files) COMPLETE |
8003 | 2024-12-21T03:09:34.947Z | [ recovery-image] Dec 21 03:09:32.862 INFO O| Dec 21 03:09:32.862 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8004 | 2024-12-21T03:09:34.983Z | [ recovery-image] Dec 21 03:09:32.899 INFO O| Dec 21 03:09:32.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
8005 | 2024-12-21T03:09:34.983Z | [ recovery-image] Dec 21 03:09:32.899 INFO O| Dec 21 03:09:32.899 INFO STEP 1194 (remove_files) COMPLETE |
8006 | 2024-12-21T03:09:34.983Z | [ recovery-image] Dec 21 03:09:32.899 INFO O| Dec 21 03:09:32.899 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8007 | 2024-12-21T03:09:35.002Z | [ recovery-image] Dec 21 03:09:32.918 INFO O| Dec 21 03:09:32.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
8008 | 2024-12-21T03:09:35.002Z | [ recovery-image] Dec 21 03:09:32.918 INFO O| Dec 21 03:09:32.918 INFO STEP 1195 (remove_files) COMPLETE |
8009 | 2024-12-21T03:09:35.002Z | [ recovery-image] Dec 21 03:09:32.918 INFO O| Dec 21 03:09:32.918 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8010 | 2024-12-21T03:09:35.021Z | [ recovery-image] Dec 21 03:09:32.937 INFO O| Dec 21 03:09:32.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
8011 | 2024-12-21T03:09:35.022Z | [ recovery-image] Dec 21 03:09:32.937 INFO O| Dec 21 03:09:32.937 INFO STEP 1196 (remove_files) COMPLETE |
8012 | 2024-12-21T03:09:35.022Z | [ recovery-image] Dec 21 03:09:32.937 INFO O| Dec 21 03:09:32.937 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8013 | 2024-12-21T03:09:35.061Z | [ recovery-image] Dec 21 03:09:32.976 INFO O| Dec 21 03:09:32.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
8014 | 2024-12-21T03:09:35.061Z | [ recovery-image] Dec 21 03:09:32.976 INFO O| Dec 21 03:09:32.976 INFO STEP 1197 (remove_files) COMPLETE |
8015 | 2024-12-21T03:09:35.061Z | [ recovery-image] Dec 21 03:09:32.976 INFO O| Dec 21 03:09:32.976 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8016 | 2024-12-21T03:09:35.178Z | [ recovery-image] Dec 21 03:09:33.094 INFO O| Dec 21 03:09:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
8017 | 2024-12-21T03:09:35.178Z | [ recovery-image] Dec 21 03:09:33.094 INFO O| Dec 21 03:09:33.094 INFO STEP 1198 (remove_files) COMPLETE |
8018 | 2024-12-21T03:09:35.181Z | [ recovery-image] Dec 21 03:09:33.094 INFO O| Dec 21 03:09:33.094 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8019 | 2024-12-21T03:09:35.187Z | [ host-image] Dec 21 03:09:33.102 INFO O| Dec 21 03:09:33.102 INFO O| Done |
8020 | 2024-12-21T03:09:35.227Z | [ recovery-image] Dec 21 03:09:33.142 INFO O| Dec 21 03:09:33.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
8021 | 2024-12-21T03:09:35.227Z | [ recovery-image] Dec 21 03:09:33.142 INFO O| Dec 21 03:09:33.142 INFO STEP 1199 (remove_files) COMPLETE |
8022 | 2024-12-21T03:09:35.227Z | [ recovery-image] Dec 21 03:09:33.142 INFO O| Dec 21 03:09:33.142 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8023 | 2024-12-21T03:09:35.242Z | [ recovery-image] Dec 21 03:09:33.157 INFO O| Dec 21 03:09:33.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
8024 | 2024-12-21T03:09:35.242Z | [ recovery-image] Dec 21 03:09:33.157 INFO O| Dec 21 03:09:33.157 INFO STEP 1200 (remove_files) COMPLETE |
8025 | 2024-12-21T03:09:35.242Z | [ recovery-image] Dec 21 03:09:33.157 INFO O| Dec 21 03:09:33.157 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8026 | 2024-12-21T03:09:35.266Z | [ recovery-image] Dec 21 03:09:33.181 INFO O| Dec 21 03:09:33.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
8027 | 2024-12-21T03:09:35.266Z | [ recovery-image] Dec 21 03:09:33.181 INFO O| Dec 21 03:09:33.181 INFO STEP 1201 (remove_files) COMPLETE |
8028 | 2024-12-21T03:09:35.269Z | [ recovery-image] Dec 21 03:09:33.181 INFO O| Dec 21 03:09:33.181 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8029 | 2024-12-21T03:09:35.318Z | [ recovery-image] Dec 21 03:09:33.234 INFO O| Dec 21 03:09:33.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
8030 | 2024-12-21T03:09:35.318Z | [ recovery-image] Dec 21 03:09:33.234 INFO O| Dec 21 03:09:33.234 INFO STEP 1202 (remove_files) COMPLETE |
8031 | 2024-12-21T03:09:35.321Z | [ recovery-image] Dec 21 03:09:33.234 INFO O| Dec 21 03:09:33.234 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8032 | 2024-12-21T03:09:35.352Z | [ recovery-image] Dec 21 03:09:33.267 INFO O| Dec 21 03:09:33.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
8033 | 2024-12-21T03:09:35.352Z | [ recovery-image] Dec 21 03:09:33.267 INFO O| Dec 21 03:09:33.267 INFO STEP 1203 (remove_files) COMPLETE |
8034 | 2024-12-21T03:09:35.352Z | [ recovery-image] Dec 21 03:09:33.267 INFO O| Dec 21 03:09:33.267 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8035 | 2024-12-21T03:09:35.371Z | [ recovery-image] Dec 21 03:09:33.287 INFO O| Dec 21 03:09:33.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
8036 | 2024-12-21T03:09:35.372Z | [ recovery-image] Dec 21 03:09:33.287 INFO O| Dec 21 03:09:33.287 INFO STEP 1204 (remove_files) COMPLETE |
8037 | 2024-12-21T03:09:35.376Z | [ recovery-image] Dec 21 03:09:33.287 INFO O| Dec 21 03:09:33.287 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
8038 | 2024-12-21T03:09:35.391Z | [ recovery-image] Dec 21 03:09:33.307 INFO O| Dec 21 03:09:33.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
8039 | 2024-12-21T03:09:35.391Z | [ recovery-image] Dec 21 03:09:33.307 INFO O| Dec 21 03:09:33.307 INFO STEP 1205 (remove_files) COMPLETE |
8040 | 2024-12-21T03:09:35.391Z | [ recovery-image] Dec 21 03:09:33.307 INFO O| Dec 21 03:09:33.307 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
8041 | 2024-12-21T03:09:35.431Z | [ recovery-image] Dec 21 03:09:33.346 INFO O| Dec 21 03:09:33.346 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
8042 | 2024-12-21T03:09:35.434Z | [ recovery-image] Dec 21 03:09:33.347 INFO O| Dec 21 03:09:33.347 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
8043 | 2024-12-21T03:09:37.271Z | [ recovery-image] Dec 21 03:09:35.186 INFO O| Dec 21 03:09:35.186 INFO STEP 1206 (pack_tar) COMPLETE |
8044 | 2024-12-21T03:09:37.271Z | [ recovery-image] Dec 21 03:09:35.186 INFO O| Dec 21 03:09:35.186 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8045 | 2024-12-21T03:09:37.275Z | [ recovery-image] Dec 21 03:09:35.186 INFO O| Dec 21 03:09:35.186 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8046 | 2024-12-21T03:09:37.586Z | [ recovery-image] Dec 21 03:09:35.500 INFO O| Dec 21 03:09:35.500 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8047 | 2024-12-21T03:09:37.785Z | [ recovery-image] Dec 21 03:09:35.700 INFO O| Dec 21 03:09:35.700 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8048 | 2024-12-21T03:09:37.794Z | [ recovery-image] Dec 21 03:09:35.710 INFO image builder template: zfs-recovery... |
8049 | 2024-12-21T03:09:37.795Z | [ recovery-image] Dec 21 03:09:35.710 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/.tmpLkmalU/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 |
8050 | 2024-12-21T03:09:37.851Z | [ recovery-image] Dec 21 03:09:35.765 INFO O| Dec 21 03:09:35.765 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8051 | 2024-12-21T03:09:37.865Z | [ recovery-image] Dec 21 03:09:35.779 INFO O| Dec 21 03:09:35.779 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8052 | 2024-12-21T03:09:37.993Z | [ recovery-image] Dec 21 03:09:35.908 INFO O| Dec 21 03:09:35.908 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8053 | 2024-12-21T03:09:38.019Z | [ host-image] Dec 21 03:09:35.934 INFO O| Dec 21 03:09:35.934 INFO O| Done |
8054 | 2024-12-21T03:09:38.077Z | [ host-image] Dec 21 03:09:35.991 INFO O| Dec 21 03:09:35.991 INFO O| Done |
8055 | 2024-12-21T03:09:38.080Z | [ host-image] Dec 21 03:09:35.992 INFO O| Dec 21 03:09:35.991 INFO O| Done |
8056 | 2024-12-21T03:09:38.096Z | [ host-image] Dec 21 03:09:36.011 INFO O| Dec 21 03:09:36.011 INFO O| Done |
8057 | 2024-12-21T03:09:38.147Z | [ recovery-image] Dec 21 03:09:36.061 INFO O| Dec 21 03:09:36.061 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8058 | 2024-12-21T03:09:38.147Z | [ recovery-image] Dec 21 03:09:36.062 INFO O| Dec 21 03:09:36.062 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8059 | 2024-12-21T03:09:38.155Z | [ recovery-image] Dec 21 03:09:36.070 INFO O| Dec 21 03:09:36.070 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8060 | 2024-12-21T03:09:38.257Z | [ recovery-image] Dec 21 03:09:36.172 INFO O| Dec 21 03:09:36.172 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8061 | 2024-12-21T03:09:38.278Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 14 (pkg_install) COMPLETE |
8062 | 2024-12-21T03:09:38.278Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8063 | 2024-12-21T03:09:38.281Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO skip step because feature "mfg" is not enabled |
8064 | 2024-12-21T03:09:38.281Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8065 | 2024-12-21T03:09:38.281Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO skip step because feature "compliance" is not enabled |
8066 | 2024-12-21T03:09:38.281Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8067 | 2024-12-21T03:09:38.281Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO skip step because feature "stress" is not enabled |
8068 | 2024-12-21T03:09:38.281Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8069 | 2024-12-21T03:09:38.281Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO skip step because feature "nfs" is not enabled |
8070 | 2024-12-21T03:09:38.282Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8071 | 2024-12-21T03:09:38.282Z | [ host-image] Dec 21 03:09:36.193 INFO O| Dec 21 03:09:36.193 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8072 | 2024-12-21T03:09:38.300Z | [ recovery-image] Dec 21 03:09:36.215 INFO O| Dec 21 03:09:36.215 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8073 | 2024-12-21T03:09:38.316Z | [ host-image] Dec 21 03:09:36.231 INFO O| Dec 21 03:09:36.231 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8074 | 2024-12-21T03:09:38.319Z | [ recovery-image] Dec 21 03:09:36.232 INFO O| Dec 21 03:09:36.232 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8075 | 2024-12-21T03:09:38.324Z | [ recovery-image] Dec 21 03:09:36.239 INFO O| Dec 21 03:09:36.239 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8076 | 2024-12-21T03:09:38.330Z | [ recovery-image] Dec 21 03:09:36.245 INFO O| Dec 21 03:09:36.245 INFO no lofi found |
8077 | 2024-12-21T03:09:38.330Z | [ recovery-image] Dec 21 03:09:36.245 INFO O| Dec 21 03:09:36.245 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8078 | 2024-12-21T03:09:38.333Z | [ recovery-image] Dec 21 03:09:36.245 INFO O| Dec 21 03:09:36.245 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8079 | 2024-12-21T03:09:38.496Z | [ host-image] Dec 21 03:09:36.410 INFO O| Dec 21 03:09:36.410 INFO completed processing gimlet/ramdisk-01-os |
8080 | 2024-12-21T03:09:38.501Z | [ host-image] Dec 21 03:09:36.413 INFO omicron1 baseline generation... |
8081 | 2024-12-21T03:09:38.501Z | [ host-image] Dec 21 03:09:36.414 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8082 | 2024-12-21T03:09:39.436Z | [ host-image] Dec 21 03:09:37.350 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8083 | 2024-12-21T03:09:41.096Z | [ recovery-image] Dec 21 03:09:39.011 INFO O| Dec 21 03:09:39.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8084 | 2024-12-21T03:09:41.096Z | [ recovery-image] Dec 21 03:09:39.011 INFO O| Dec 21 03:09:39.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8085 | 2024-12-21T03:09:41.100Z | [ recovery-image] Dec 21 03:09:39.011 INFO O| Dec 21 03:09:39.011 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"] |
8086 | 2024-12-21T03:09:41.331Z | [ recovery-image] Dec 21 03:09:39.245 INFO O| Dec 21 03:09:39.245 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8087 | 2024-12-21T03:09:41.331Z | [ recovery-image] Dec 21 03:09:39.245 INFO O| Dec 21 03:09:39.245 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8088 | 2024-12-21T03:09:41.360Z | [ recovery-image] Dec 21 03:09:39.274 INFO O| Dec 21 03:09:39.274 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8089 | 2024-12-21T03:09:41.696Z | [ recovery-image] Dec 21 03:09:39.610 INFO O| Dec 21 03:09:39.610 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8090 | 2024-12-21T03:09:41.749Z | [ recovery-image] Dec 21 03:09:39.663 INFO O| Dec 21 03:09:39.663 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8091 | 2024-12-21T03:09:41.776Z | [ recovery-image] Dec 21 03:09:39.690 INFO O| Dec 21 03:09:39.690 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8092 | 2024-12-21T03:09:41.796Z | [ recovery-image] Dec 21 03:09:39.711 INFO O| Dec 21 03:09:39.711 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8093 | 2024-12-21T03:09:41.903Z | [ recovery-image] Dec 21 03:09:39.816 INFO O| Dec 21 03:09:39.816 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8094 | 2024-12-21T03:09:41.903Z | [ recovery-image] Dec 21 03:09:39.817 INFO O| Dec 21 03:09:39.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8095 | 2024-12-21T03:09:41.906Z | [ recovery-image] Dec 21 03:09:39.817 INFO O| Dec 21 03:09:39.817 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8096 | 2024-12-21T03:09:41.942Z | [ recovery-image] Dec 21 03:09:39.854 INFO O| Dec 21 03:09:39.854 INFO boot environment UUID: edaeb142-06ec-4f3f-9751-3922bb86826f |
8097 | 2024-12-21T03:09:41.942Z | [ recovery-image] Dec 21 03:09:39.854 INFO O| Dec 21 03:09:39.854 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = edaeb142-06ec-4f3f-9751-3922bb86826f |
8098 | 2024-12-21T03:09:41.981Z | [ recovery-image] Dec 21 03:09:39.895 INFO O| Dec 21 03:09:39.895 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8099 | 2024-12-21T03:09:42.098Z | [ recovery-image] Dec 21 03:09:40.012 INFO O| Dec 21 03:09:40.012 INFO STEP 0 (create_be) COMPLETE |
8100 | 2024-12-21T03:09:42.098Z | [ recovery-image] Dec 21 03:09:40.012 INFO O| Dec 21 03:09:40.012 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8101 | 2024-12-21T03:09:42.140Z | [ recovery-image] Dec 21 03:09:40.041 INFO O| Dec 21 03:09:40.041 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"] |
8102 | 2024-12-21T03:09:49.397Z | [ recovery-image] Dec 21 03:09:47.310 INFO O| Dec 21 03:09:47.310 INFO STEP 1 (unpack_tar) COMPLETE |
8103 | 2024-12-21T03:09:49.397Z | [ recovery-image] Dec 21 03:09:47.310 INFO O| Dec 21 03:09:47.310 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8104 | 2024-12-21T03:09:49.418Z | [ recovery-image] Dec 21 03:09:47.331 INFO O| Dec 21 03:09:47.331 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8105 | 2024-12-21T03:09:49.834Z | [ recovery-image] Dec 21 03:09:47.747 INFO O| Dec 21 03:09:47.747 INFO STEP 2 (devfsadm) COMPLETE |
8106 | 2024-12-21T03:09:49.837Z | [ recovery-image] Dec 21 03:09:47.747 INFO O| Dec 21 03:09:47.747 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8107 | 2024-12-21T03:09:49.854Z | [ recovery-image] Dec 21 03:09:47.766 INFO O| Dec 21 03:09:47.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8108 | 2024-12-21T03:09:49.854Z | [ recovery-image] Dec 21 03:09:47.766 INFO O| Dec 21 03:09:47.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8109 | 2024-12-21T03:09:49.854Z | [ recovery-image] Dec 21 03:09:47.767 INFO O| Dec 21 03:09:47.766 INFO STEP 3 (ensure_dir) COMPLETE |
8110 | 2024-12-21T03:09:49.856Z | [ recovery-image] Dec 21 03:09:47.767 INFO O| Dec 21 03:09:47.767 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8111 | 2024-12-21T03:09:49.890Z | [ recovery-image] Dec 21 03:09:47.802 INFO O| Dec 21 03:09:47.802 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8112 | 2024-12-21T03:09:49.890Z | [ recovery-image] Dec 21 03:09:47.802 INFO O| Dec 21 03:09:47.802 INFO STEP 4 (ensure_dir) COMPLETE |
8113 | 2024-12-21T03:09:49.893Z | [ recovery-image] Dec 21 03:09:47.802 INFO O| Dec 21 03:09:47.802 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8114 | 2024-12-21T03:09:49.909Z | [ recovery-image] Dec 21 03:09:47.822 INFO O| Dec 21 03:09:47.822 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8115 | 2024-12-21T03:09:49.909Z | [ recovery-image] Dec 21 03:09:47.822 INFO O| Dec 21 03:09:47.822 INFO STEP 5 (ensure_dir) COMPLETE |
8116 | 2024-12-21T03:09:49.912Z | [ recovery-image] Dec 21 03:09:47.822 INFO O| Dec 21 03:09:47.822 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8117 | 2024-12-21T03:09:49.928Z | [ recovery-image] Dec 21 03:09:47.840 INFO O| Dec 21 03:09:47.840 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8118 | 2024-12-21T03:09:49.928Z | [ recovery-image] Dec 21 03:09:47.840 INFO O| Dec 21 03:09:47.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8119 | 2024-12-21T03:09:49.928Z | [ recovery-image] Dec 21 03:09:47.840 INFO O| Dec 21 03:09:47.840 INFO STEP 6 (ensure_dir) COMPLETE |
8120 | 2024-12-21T03:09:49.928Z | [ recovery-image] Dec 21 03:09:47.840 INFO O| Dec 21 03:09:47.840 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8121 | 2024-12-21T03:09:49.965Z | [ recovery-image] Dec 21 03:09:47.877 INFO O| Dec 21 03:09:47.877 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8122 | 2024-12-21T03:09:49.968Z | [ recovery-image] Dec 21 03:09:47.877 INFO O| Dec 21 03:09:47.877 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8123 | 2024-12-21T03:09:49.968Z | [ recovery-image] Dec 21 03:09:47.877 INFO O| Dec 21 03:09:47.877 INFO STEP 7 (ensure_dir) COMPLETE |
8124 | 2024-12-21T03:09:49.968Z | [ recovery-image] Dec 21 03:09:47.877 INFO O| Dec 21 03:09:47.877 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8125 | 2024-12-21T03:09:50.021Z | [ recovery-image] Dec 21 03:09:47.933 INFO O| Dec 21 03:09:47.933 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8126 | 2024-12-21T03:09:50.021Z | [ recovery-image] Dec 21 03:09:47.933 INFO O| Dec 21 03:09:47.933 INFO STEP 8 (remove_files) COMPLETE |
8127 | 2024-12-21T03:09:50.021Z | [ recovery-image] Dec 21 03:09:47.933 INFO O| Dec 21 03:09:47.933 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8128 | 2024-12-21T03:09:50.065Z | [ recovery-image] Dec 21 03:09:47.977 INFO O| Dec 21 03:09:47.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8129 | 2024-12-21T03:09:50.069Z | [ recovery-image] Dec 21 03:09:47.978 INFO O| Dec 21 03:09:47.978 INFO STEP 9 (remove_files) COMPLETE |
8130 | 2024-12-21T03:09:50.069Z | [ recovery-image] Dec 21 03:09:47.978 INFO O| Dec 21 03:09:47.978 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8131 | 2024-12-21T03:09:50.084Z | [ recovery-image] Dec 21 03:09:47.996 INFO O| Dec 21 03:09:47.996 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8132 | 2024-12-21T03:09:50.087Z | [ recovery-image] Dec 21 03:09:47.998 INFO O| Dec 21 03:09:47.997 INFO STEP 10 (remove_files) COMPLETE |
8133 | 2024-12-21T03:09:50.087Z | [ recovery-image] Dec 21 03:09:47.998 INFO O| Dec 21 03:09:47.998 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8134 | 2024-12-21T03:09:50.105Z | [ recovery-image] Dec 21 03:09:48.018 INFO O| Dec 21 03:09:48.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8135 | 2024-12-21T03:09:50.105Z | [ recovery-image] Dec 21 03:09:48.018 INFO O| Dec 21 03:09:48.018 INFO STEP 11 (remove_files) COMPLETE |
8136 | 2024-12-21T03:09:50.105Z | [ recovery-image] Dec 21 03:09:48.018 INFO O| Dec 21 03:09:48.018 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8137 | 2024-12-21T03:09:50.127Z | [ recovery-image] Dec 21 03:09:48.039 INFO O| Dec 21 03:09:48.039 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8138 | 2024-12-21T03:09:50.127Z | [ recovery-image] Dec 21 03:09:48.039 INFO O| Dec 21 03:09:48.039 INFO STEP 12 (remove_files) COMPLETE |
8139 | 2024-12-21T03:09:50.127Z | [ recovery-image] Dec 21 03:09:48.039 INFO O| Dec 21 03:09:48.039 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8140 | 2024-12-21T03:09:50.168Z | [ recovery-image] Dec 21 03:09:48.081 INFO O| Dec 21 03:09:48.081 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8141 | 2024-12-21T03:09:50.168Z | [ recovery-image] Dec 21 03:09:48.081 INFO O| Dec 21 03:09:48.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8142 | 2024-12-21T03:09:50.171Z | [ recovery-image] Dec 21 03:09:48.081 INFO O| Dec 21 03:09:48.081 INFO STEP 13 (ensure_dir) COMPLETE |
8143 | 2024-12-21T03:09:50.171Z | [ recovery-image] Dec 21 03:09:48.081 INFO O| Dec 21 03:09:48.081 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8144 | 2024-12-21T03:09:50.210Z | [ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8145 | 2024-12-21T03:09:50.210Z | [ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8146 | 2024-12-21T03:09:50.213Z | [ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8147 | 2024-12-21T03:09:50.213Z | [ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO STEP 14 (ensure_dir) COMPLETE |
8148 | 2024-12-21T03:09:50.213Z | [ recovery-image] Dec 21 03:09:48.123 INFO O| Dec 21 03:09:48.123 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8149 | 2024-12-21T03:09:50.232Z | [ recovery-image] Dec 21 03:09:48.144 INFO O| Dec 21 03:09:48.144 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8150 | 2024-12-21T03:09:50.232Z | [ recovery-image] Dec 21 03:09:48.144 INFO O| Dec 21 03:09:48.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8151 | 2024-12-21T03:09:50.234Z | [ recovery-image] Dec 21 03:09:48.144 INFO O| Dec 21 03:09:48.144 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8152 | 2024-12-21T03:09:50.234Z | [ recovery-image] Dec 21 03:09:48.144 INFO O| Dec 21 03:09:48.144 INFO STEP 15 (ensure_dir) COMPLETE |
8153 | 2024-12-21T03:09:50.235Z | [ recovery-image] Dec 21 03:09:48.145 INFO O| Dec 21 03:09:48.144 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8154 | 2024-12-21T03:09:50.277Z | [ recovery-image] Dec 21 03:09:48.190 INFO O| Dec 21 03:09:48.190 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8155 | 2024-12-21T03:09:50.277Z | [ recovery-image] Dec 21 03:09:48.190 INFO O| Dec 21 03:09:48.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8156 | 2024-12-21T03:09:50.277Z | [ recovery-image] Dec 21 03:09:48.190 INFO O| Dec 21 03:09:48.190 INFO STEP 16 (ensure_dir) COMPLETE |
8157 | 2024-12-21T03:09:50.277Z | [ recovery-image] Dec 21 03:09:48.190 INFO O| Dec 21 03:09:48.190 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8158 | 2024-12-21T03:09:50.319Z | [ recovery-image] Dec 21 03:09:48.231 INFO O| Dec 21 03:09:48.231 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8159 | 2024-12-21T03:09:50.319Z | [ recovery-image] Dec 21 03:09:48.232 INFO O| Dec 21 03:09:48.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8160 | 2024-12-21T03:09:50.319Z | [ recovery-image] Dec 21 03:09:48.232 INFO O| Dec 21 03:09:48.232 INFO STEP 17 (ensure_dir) COMPLETE |
8161 | 2024-12-21T03:09:50.322Z | [ recovery-image] Dec 21 03:09:48.232 INFO O| Dec 21 03:09:48.232 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8162 | 2024-12-21T03:09:50.381Z | [ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8163 | 2024-12-21T03:09:50.381Z | [ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8164 | 2024-12-21T03:09:50.384Z | [ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO ok! |
8165 | 2024-12-21T03:09:50.384Z | [ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO STEP 18 (ensure_symlink) COMPLETE |
8166 | 2024-12-21T03:09:50.385Z | [ recovery-image] Dec 21 03:09:48.294 INFO O| Dec 21 03:09:48.294 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8167 | 2024-12-21T03:09:50.401Z | [ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.313 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8168 | 2024-12-21T03:09:50.401Z | [ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8169 | 2024-12-21T03:09:50.404Z | [ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.314 INFO ok! |
8170 | 2024-12-21T03:09:50.404Z | [ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.314 INFO STEP 19 (ensure_file) COMPLETE |
8171 | 2024-12-21T03:09:50.404Z | [ recovery-image] Dec 21 03:09:48.314 INFO O| Dec 21 03:09:48.314 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8172 | 2024-12-21T03:09:50.419Z | [ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.331 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8173 | 2024-12-21T03:09:50.419Z | [ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8174 | 2024-12-21T03:09:50.419Z | [ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8175 | 2024-12-21T03:09:50.421Z | [ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO ok! |
8176 | 2024-12-21T03:09:50.422Z | [ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO STEP 20 (ensure_symlink) COMPLETE |
8177 | 2024-12-21T03:09:50.422Z | [ recovery-image] Dec 21 03:09:48.332 INFO O| Dec 21 03:09:48.332 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8178 | 2024-12-21T03:09:50.437Z | [ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8179 | 2024-12-21T03:09:50.437Z | [ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8180 | 2024-12-21T03:09:50.440Z | [ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8181 | 2024-12-21T03:09:50.440Z | [ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO ok! |
8182 | 2024-12-21T03:09:50.440Z | [ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO STEP 21 (ensure_symlink) COMPLETE |
8183 | 2024-12-21T03:09:50.441Z | [ recovery-image] Dec 21 03:09:48.350 INFO O| Dec 21 03:09:48.350 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8184 | 2024-12-21T03:09:50.494Z | [ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8185 | 2024-12-21T03:09:50.494Z | [ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8186 | 2024-12-21T03:09:50.494Z | [ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8187 | 2024-12-21T03:09:50.497Z | [ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO ok! |
8188 | 2024-12-21T03:09:50.497Z | [ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO STEP 22 (ensure_symlink) COMPLETE |
8189 | 2024-12-21T03:09:50.497Z | [ recovery-image] Dec 21 03:09:48.407 INFO O| Dec 21 03:09:48.407 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8190 | 2024-12-21T03:09:50.518Z | [ recovery-image] Dec 21 03:09:48.430 INFO O| Dec 21 03:09:48.430 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8191 | 2024-12-21T03:09:50.518Z | [ recovery-image] Dec 21 03:09:48.430 INFO O| Dec 21 03:09:48.430 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8192 | 2024-12-21T03:09:50.521Z | [ recovery-image] Dec 21 03:09:48.431 INFO O| Dec 21 03:09:48.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8193 | 2024-12-21T03:09:50.521Z | [ recovery-image] Dec 21 03:09:48.431 INFO O| Dec 21 03:09:48.431 INFO ok! |
8194 | 2024-12-21T03:09:50.521Z | [ recovery-image] Dec 21 03:09:48.431 INFO O| Dec 21 03:09:48.431 INFO STEP 23 (ensure_symlink) COMPLETE |
8195 | 2024-12-21T03:09:50.521Z | [ recovery-image] Dec 21 03:09:48.431 INFO O| Dec 21 03:09:48.431 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8196 | 2024-12-21T03:09:50.538Z | [ recovery-image] Dec 21 03:09:48.450 INFO O| Dec 21 03:09:48.450 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8197 | 2024-12-21T03:09:50.540Z | [ recovery-image] Dec 21 03:09:48.450 INFO O| Dec 21 03:09:48.450 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 ... |
8198 | 2024-12-21T03:09:50.540Z | [ recovery-image] Dec 21 03:09:48.451 INFO O| Dec 21 03:09:48.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8199 | 2024-12-21T03:09:50.541Z | [ recovery-image] Dec 21 03:09:48.451 INFO O| Dec 21 03:09:48.451 INFO ok! |
8200 | 2024-12-21T03:09:50.541Z | [ recovery-image] Dec 21 03:09:48.451 INFO O| Dec 21 03:09:48.451 INFO STEP 24 (ensure_file) COMPLETE |
8201 | 2024-12-21T03:09:50.541Z | [ recovery-image] Dec 21 03:09:48.451 INFO O| Dec 21 03:09:48.451 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8202 | 2024-12-21T03:09:50.565Z | [ recovery-image] Dec 21 03:09:48.477 INFO O| Dec 21 03:09:48.477 INFO updating shadow file |
8203 | 2024-12-21T03:09:50.567Z | [ recovery-image] Dec 21 03:09:48.478 INFO O| Dec 21 03:09:48.478 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8204 | 2024-12-21T03:09:50.567Z | [ recovery-image] Dec 21 03:09:48.478 INFO O| Dec 21 03:09:48.478 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8205 | 2024-12-21T03:09:50.567Z | [ recovery-image] Dec 21 03:09:48.478 INFO O| Dec 21 03:09:48.478 INFO STEP 25 (shadow) COMPLETE |
8206 | 2024-12-21T03:09:50.567Z | [ recovery-image] Dec 21 03:09:48.478 INFO O| Dec 21 03:09:48.478 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8207 | 2024-12-21T03:09:50.586Z | [ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.498 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8208 | 2024-12-21T03:09:50.586Z | [ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8209 | 2024-12-21T03:09:50.586Z | [ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8210 | 2024-12-21T03:09:50.586Z | [ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO ok! |
8211 | 2024-12-21T03:09:50.589Z | [ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO STEP 26 (ensure_file) COMPLETE |
8212 | 2024-12-21T03:09:50.589Z | [ recovery-image] Dec 21 03:09:48.499 INFO O| Dec 21 03:09:48.499 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8213 | 2024-12-21T03:09:50.604Z | [ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8214 | 2024-12-21T03:09:50.605Z | [ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8215 | 2024-12-21T03:09:50.605Z | [ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8216 | 2024-12-21T03:09:50.607Z | [ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO ok! |
8217 | 2024-12-21T03:09:50.607Z | [ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO STEP 27 (ensure_file) COMPLETE |
8218 | 2024-12-21T03:09:50.607Z | [ recovery-image] Dec 21 03:09:48.517 INFO O| Dec 21 03:09:48.517 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8219 | 2024-12-21T03:09:50.624Z | [ recovery-image] Dec 21 03:09:48.536 INFO O| Dec 21 03:09:48.536 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8220 | 2024-12-21T03:09:50.624Z | [ recovery-image] Dec 21 03:09:48.536 INFO O| Dec 21 03:09:48.536 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8221 | 2024-12-21T03:09:50.626Z | [ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8222 | 2024-12-21T03:09:50.626Z | [ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8223 | 2024-12-21T03:09:50.626Z | [ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO ok! |
8224 | 2024-12-21T03:09:50.626Z | [ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO STEP 28 (ensure_file) COMPLETE |
8225 | 2024-12-21T03:09:50.626Z | [ recovery-image] Dec 21 03:09:48.537 INFO O| Dec 21 03:09:48.537 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8226 | 2024-12-21T03:09:50.658Z | [ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8227 | 2024-12-21T03:09:50.658Z | [ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8228 | 2024-12-21T03:09:50.658Z | [ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8229 | 2024-12-21T03:09:50.661Z | [ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO ok! |
8230 | 2024-12-21T03:09:50.661Z | [ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO STEP 29 (ensure_file) COMPLETE |
8231 | 2024-12-21T03:09:50.661Z | [ recovery-image] Dec 21 03:09:48.570 INFO O| Dec 21 03:09:48.570 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8232 | 2024-12-21T03:09:50.752Z | [ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8233 | 2024-12-21T03:09:50.752Z | [ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8234 | 2024-12-21T03:09:50.752Z | [ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8235 | 2024-12-21T03:09:50.754Z | [ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO ok! |
8236 | 2024-12-21T03:09:50.754Z | [ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO STEP 30 (ensure_file) COMPLETE |
8237 | 2024-12-21T03:09:50.754Z | [ recovery-image] Dec 21 03:09:48.664 INFO O| Dec 21 03:09:48.664 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8238 | 2024-12-21T03:09:50.773Z | [ recovery-image] Dec 21 03:09:48.685 INFO O| Dec 21 03:09:48.685 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8239 | 2024-12-21T03:09:50.773Z | [ recovery-image] Dec 21 03:09:48.685 INFO O| Dec 21 03:09:48.685 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8240 | 2024-12-21T03:09:50.776Z | [ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8241 | 2024-12-21T03:09:50.776Z | [ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8242 | 2024-12-21T03:09:50.777Z | [ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO ok! |
8243 | 2024-12-21T03:09:50.777Z | [ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO STEP 31 (ensure_file) COMPLETE |
8244 | 2024-12-21T03:09:50.777Z | [ recovery-image] Dec 21 03:09:48.686 INFO O| Dec 21 03:09:48.686 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8245 | 2024-12-21T03:09:50.795Z | [ recovery-image] Dec 21 03:09:48.707 INFO O| Dec 21 03:09:48.707 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8246 | 2024-12-21T03:09:50.795Z | [ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8247 | 2024-12-21T03:09:50.798Z | [ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8248 | 2024-12-21T03:09:50.798Z | [ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO ok! |
8249 | 2024-12-21T03:09:50.798Z | [ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO STEP 32 (ensure_file) COMPLETE |
8250 | 2024-12-21T03:09:50.798Z | [ recovery-image] Dec 21 03:09:48.708 INFO O| Dec 21 03:09:48.708 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8251 | 2024-12-21T03:09:50.817Z | [ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8252 | 2024-12-21T03:09:50.817Z | [ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8253 | 2024-12-21T03:09:50.817Z | [ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8254 | 2024-12-21T03:09:50.817Z | [ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO ok! |
8255 | 2024-12-21T03:09:50.817Z | [ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO STEP 33 (ensure_file) COMPLETE |
8256 | 2024-12-21T03:09:50.819Z | [ recovery-image] Dec 21 03:09:48.729 INFO O| Dec 21 03:09:48.729 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8257 | 2024-12-21T03:09:50.859Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8258 | 2024-12-21T03:09:50.859Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8259 | 2024-12-21T03:09:50.862Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8260 | 2024-12-21T03:09:50.862Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8261 | 2024-12-21T03:09:50.862Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8262 | 2024-12-21T03:09:50.862Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8263 | 2024-12-21T03:09:50.862Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO ok! |
8264 | 2024-12-21T03:09:50.862Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO STEP 34 (ensure_file) COMPLETE |
8265 | 2024-12-21T03:09:50.862Z | [ recovery-image] Dec 21 03:09:48.772 INFO O| Dec 21 03:09:48.772 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8266 | 2024-12-21T03:09:50.879Z | [ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8267 | 2024-12-21T03:09:50.879Z | [ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8268 | 2024-12-21T03:09:50.882Z | [ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8269 | 2024-12-21T03:09:50.882Z | [ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO STEP 35 (ensure_dir) COMPLETE |
8270 | 2024-12-21T03:09:50.882Z | [ recovery-image] Dec 21 03:09:48.792 INFO O| Dec 21 03:09:48.792 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8271 | 2024-12-21T03:09:50.900Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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 |
8272 | 2024-12-21T03:09:50.900Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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 ... |
8273 | 2024-12-21T03:09:50.900Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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 |
8274 | 2024-12-21T03:09:50.902Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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 |
8275 | 2024-12-21T03:09:50.903Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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 |
8276 | 2024-12-21T03:09:50.903Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 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 |
8277 | 2024-12-21T03:09:50.903Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 INFO ok! |
8278 | 2024-12-21T03:09:50.903Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 INFO STEP 36 (ensure_file) COMPLETE |
8279 | 2024-12-21T03:09:50.903Z | [ recovery-image] Dec 21 03:09:48.812 INFO O| Dec 21 03:09:48.812 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8280 | 2024-12-21T03:09:50.920Z | [ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8281 | 2024-12-21T03:09:50.920Z | [ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 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 ... |
8282 | 2024-12-21T03:09:50.922Z | [ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8283 | 2024-12-21T03:09:50.924Z | [ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO ok! |
8284 | 2024-12-21T03:09:50.924Z | [ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO STEP 37 (ensure_symlink) COMPLETE |
8285 | 2024-12-21T03:09:50.924Z | [ recovery-image] Dec 21 03:09:48.832 INFO O| Dec 21 03:09:48.832 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8286 | 2024-12-21T03:09:50.940Z | [ recovery-image] Dec 21 03:09:48.852 INFO O| Dec 21 03:09:48.852 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8287 | 2024-12-21T03:09:50.940Z | [ recovery-image] Dec 21 03:09:48.852 INFO O| Dec 21 03:09:48.852 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8288 | 2024-12-21T03:09:50.942Z | [ recovery-image] Dec 21 03:09:48.852 INFO O| Dec 21 03:09:48.852 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8289 | 2024-12-21T03:09:50.942Z | [ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8290 | 2024-12-21T03:09:50.942Z | [ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8291 | 2024-12-21T03:09:50.942Z | [ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8292 | 2024-12-21T03:09:50.942Z | [ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO ok! |
8293 | 2024-12-21T03:09:50.942Z | [ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO STEP 38 (ensure_file) COMPLETE |
8294 | 2024-12-21T03:09:50.942Z | [ recovery-image] Dec 21 03:09:48.853 INFO O| Dec 21 03:09:48.853 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8295 | 2024-12-21T03:09:50.966Z | [ recovery-image] Dec 21 03:09:48.878 INFO O| Dec 21 03:09:48.878 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8296 | 2024-12-21T03:09:50.966Z | [ recovery-image] Dec 21 03:09:48.878 INFO O| Dec 21 03:09:48.878 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 ... |
8297 | 2024-12-21T03:09:50.968Z | [ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 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 |
8298 | 2024-12-21T03:09:50.968Z | [ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8299 | 2024-12-21T03:09:50.970Z | [ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 INFO ok! |
8300 | 2024-12-21T03:09:50.970Z | [ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 INFO STEP 39 (ensure_file) COMPLETE |
8301 | 2024-12-21T03:09:50.970Z | [ recovery-image] Dec 21 03:09:48.879 INFO O| Dec 21 03:09:48.879 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8302 | 2024-12-21T03:09:51.026Z | [ recovery-image] Dec 21 03:09:48.938 INFO O| Dec 21 03:09:48.938 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8303 | 2024-12-21T03:09:51.026Z | [ recovery-image] Dec 21 03:09:48.938 INFO O| Dec 21 03:09:48.938 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8304 | 2024-12-21T03:09:51.026Z | [ recovery-image] Dec 21 03:09:48.938 INFO O| Dec 21 03:09:48.938 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8305 | 2024-12-21T03:09:51.029Z | [ recovery-image] Dec 21 03:09:48.938 INFO O| Dec 21 03:09:48.938 INFO ok! |
8306 | 2024-12-21T03:09:51.030Z | [ recovery-image] Dec 21 03:09:48.939 INFO O| Dec 21 03:09:48.938 INFO STEP 40 (ensure_file) COMPLETE |
8307 | 2024-12-21T03:09:51.030Z | [ recovery-image] Dec 21 03:09:48.939 INFO O| Dec 21 03:09:48.939 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8308 | 2024-12-21T03:09:51.053Z | [ recovery-image] Dec 21 03:09:48.966 INFO O| Dec 21 03:09:48.965 INFO updating shadow file |
8309 | 2024-12-21T03:09:51.056Z | [ recovery-image] Dec 21 03:09:48.966 INFO O| Dec 21 03:09:48.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8310 | 2024-12-21T03:09:51.056Z | [ recovery-image] Dec 21 03:09:48.966 INFO O| Dec 21 03:09:48.966 INFO STEP 41 (shadow) COMPLETE |
8311 | 2024-12-21T03:09:51.057Z | [ recovery-image] Dec 21 03:09:48.966 INFO O| Dec 21 03:09:48.966 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8312 | 2024-12-21T03:09:51.074Z | [ recovery-image] Dec 21 03:09:48.986 INFO O| Dec 21 03:09:48.986 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8313 | 2024-12-21T03:09:51.074Z | [ recovery-image] Dec 21 03:09:48.986 INFO O| Dec 21 03:09:48.986 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8314 | 2024-12-21T03:09:51.078Z | [ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8315 | 2024-12-21T03:09:51.078Z | [ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8316 | 2024-12-21T03:09:51.078Z | [ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO ok! |
8317 | 2024-12-21T03:09:51.078Z | [ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO STEP 42 (ensure_file) COMPLETE |
8318 | 2024-12-21T03:09:51.078Z | [ recovery-image] Dec 21 03:09:48.987 INFO O| Dec 21 03:09:48.987 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8319 | 2024-12-21T03:09:51.099Z | [ recovery-image] Dec 21 03:09:49.011 INFO O| Dec 21 03:09:49.011 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8320 | 2024-12-21T03:09:51.099Z | [ recovery-image] Dec 21 03:09:49.011 INFO O| Dec 21 03:09:49.011 INFO STEP 43 (ensure_dir) COMPLETE |
8321 | 2024-12-21T03:09:51.101Z | [ recovery-image] Dec 21 03:09:49.011 INFO O| Dec 21 03:09:49.011 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8322 | 2024-12-21T03:09:51.118Z | [ recovery-image] Dec 21 03:09:49.030 INFO O| Dec 21 03:09:49.030 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8323 | 2024-12-21T03:09:51.118Z | [ recovery-image] Dec 21 03:09:49.030 INFO O| Dec 21 03:09:49.030 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8324 | 2024-12-21T03:09:51.120Z | [ recovery-image] Dec 21 03:09:49.030 INFO O| Dec 21 03:09:49.030 INFO STEP 44 (ensure_dir) COMPLETE |
8325 | 2024-12-21T03:09:51.120Z | [ recovery-image] Dec 21 03:09:49.030 INFO O| Dec 21 03:09:49.030 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8326 | 2024-12-21T03:09:51.172Z | [ recovery-image] Dec 21 03:09:49.084 INFO O| Dec 21 03:09:49.084 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8327 | 2024-12-21T03:09:51.172Z | [ recovery-image] Dec 21 03:09:49.084 INFO O| Dec 21 03:09:49.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8328 | 2024-12-21T03:09:51.172Z | [ recovery-image] Dec 21 03:09:49.084 INFO O| Dec 21 03:09:49.084 INFO STEP 45 (ensure_dir) COMPLETE |
8329 | 2024-12-21T03:09:51.172Z | [ recovery-image] Dec 21 03:09:49.084 INFO O| Dec 21 03:09:49.084 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8330 | 2024-12-21T03:09:51.234Z | [ recovery-image] Dec 21 03:09:49.146 INFO O| Dec 21 03:09:49.146 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8331 | 2024-12-21T03:09:51.234Z | [ recovery-image] Dec 21 03:09:49.146 INFO O| Dec 21 03:09:49.146 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8332 | 2024-12-21T03:09:51.300Z | [ recovery-image] Dec 21 03:09:49.212 INFO O| Dec 21 03:09:49.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8333 | 2024-12-21T03:09:51.300Z | [ recovery-image] Dec 21 03:09:49.212 INFO O| Dec 21 03:09:49.212 INFO ok! |
8334 | 2024-12-21T03:09:51.303Z | [ recovery-image] Dec 21 03:09:49.212 INFO O| Dec 21 03:09:49.212 INFO STEP 46 (ensure_file) COMPLETE |
8335 | 2024-12-21T03:09:51.303Z | [ recovery-image] Dec 21 03:09:49.212 INFO O| Dec 21 03:09:49.212 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8336 | 2024-12-21T03:09:51.342Z | [ recovery-image] Dec 21 03:09:49.254 INFO O| Dec 21 03:09:49.254 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8337 | 2024-12-21T03:09:51.345Z | [ recovery-image] Dec 21 03:09:49.254 INFO O| Dec 21 03:09:49.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8338 | 2024-12-21T03:09:51.345Z | [ recovery-image] Dec 21 03:09:49.255 INFO O| Dec 21 03:09:49.254 INFO STEP 47 (ensure_dir) COMPLETE |
8339 | 2024-12-21T03:09:51.346Z | [ recovery-image] Dec 21 03:09:49.255 INFO O| Dec 21 03:09:49.254 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8340 | 2024-12-21T03:09:51.362Z | [ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8341 | 2024-12-21T03:09:51.362Z | [ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8342 | 2024-12-21T03:09:51.362Z | [ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8343 | 2024-12-21T03:09:51.365Z | [ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO ok! |
8344 | 2024-12-21T03:09:51.365Z | [ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO STEP 48 (ensure_file) COMPLETE |
8345 | 2024-12-21T03:09:51.365Z | [ recovery-image] Dec 21 03:09:49.274 INFO O| Dec 21 03:09:49.274 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8346 | 2024-12-21T03:09:51.392Z | [ recovery-image] Dec 21 03:09:49.304 INFO O| Dec 21 03:09:49.304 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8347 | 2024-12-21T03:09:51.395Z | [ recovery-image] Dec 21 03:09:49.304 INFO O| Dec 21 03:09:49.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8348 | 2024-12-21T03:09:51.395Z | [ recovery-image] Dec 21 03:09:49.305 INFO O| Dec 21 03:09:49.304 INFO STEP 49 (ensure_dir) COMPLETE |
8349 | 2024-12-21T03:09:51.395Z | [ recovery-image] Dec 21 03:09:49.305 INFO O| Dec 21 03:09:49.305 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8350 | 2024-12-21T03:09:51.426Z | [ recovery-image] Dec 21 03:09:49.338 INFO O| Dec 21 03:09:49.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8351 | 2024-12-21T03:09:51.426Z | [ recovery-image] Dec 21 03:09:49.338 INFO O| Dec 21 03:09:49.338 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8352 | 2024-12-21T03:09:51.451Z | [ recovery-image] Dec 21 03:09:49.363 INFO O| Dec 21 03:09:49.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8353 | 2024-12-21T03:09:51.451Z | [ recovery-image] Dec 21 03:09:49.363 INFO O| Dec 21 03:09:49.363 INFO ok! |
8354 | 2024-12-21T03:09:51.451Z | [ recovery-image] Dec 21 03:09:49.363 INFO O| Dec 21 03:09:49.363 INFO STEP 50 (ensure_file) COMPLETE |
8355 | 2024-12-21T03:09:51.451Z | [ recovery-image] Dec 21 03:09:49.363 INFO O| Dec 21 03:09:49.363 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8356 | 2024-12-21T03:09:51.489Z | [ recovery-image] Dec 21 03:09:49.401 INFO O| Dec 21 03:09:49.401 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8357 | 2024-12-21T03:09:51.489Z | [ recovery-image] Dec 21 03:09:49.401 INFO O| Dec 21 03:09:49.401 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8358 | 2024-12-21T03:09:53.474Z | [ recovery-image] Dec 21 03:09:51.385 INFO O| Dec 21 03:09:51.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8359 | 2024-12-21T03:09:53.477Z | [ recovery-image] Dec 21 03:09:51.385 INFO O| Dec 21 03:09:51.385 INFO ok! |
8360 | 2024-12-21T03:09:53.477Z | [ recovery-image] Dec 21 03:09:51.385 INFO O| Dec 21 03:09:51.385 INFO STEP 51 (ensure_file) COMPLETE |
8361 | 2024-12-21T03:09:53.477Z | [ recovery-image] Dec 21 03:09:51.385 INFO O| Dec 21 03:09:51.385 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8362 | 2024-12-21T03:09:53.492Z | [ recovery-image] Dec 21 03:09:51.404 INFO O| Dec 21 03:09:51.404 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8363 | 2024-12-21T03:09:53.492Z | [ recovery-image] Dec 21 03:09:51.404 INFO O| Dec 21 03:09:51.404 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8364 | 2024-12-21T03:09:53.492Z | [ recovery-image] Dec 21 03:09:51.404 INFO O| Dec 21 03:09:51.404 INFO STEP 52 (ensure_dir) COMPLETE |
8365 | 2024-12-21T03:09:53.495Z | [ recovery-image] Dec 21 03:09:51.404 INFO O| Dec 21 03:09:51.404 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8366 | 2024-12-21T03:09:53.546Z | [ recovery-image] Dec 21 03:09:51.457 INFO O| Dec 21 03:09:51.457 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8367 | 2024-12-21T03:09:53.546Z | [ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.457 INFO copying /tmp/.tmpLkmalU/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 ... |
8368 | 2024-12-21T03:09:53.549Z | [ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.458 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 |
8369 | 2024-12-21T03:09:53.549Z | [ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.458 INFO ok! |
8370 | 2024-12-21T03:09:53.549Z | [ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.458 INFO STEP 53 (ensure_file) COMPLETE |
8371 | 2024-12-21T03:09:53.549Z | [ recovery-image] Dec 21 03:09:51.458 INFO O| Dec 21 03:09:51.458 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8372 | 2024-12-21T03:09:53.608Z | [ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8373 | 2024-12-21T03:09:53.608Z | [ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO copying /tmp/.tmpLkmalU/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 ... |
8374 | 2024-12-21T03:09:53.611Z | [ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 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 |
8375 | 2024-12-21T03:09:53.611Z | [ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO ok! |
8376 | 2024-12-21T03:09:53.611Z | [ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO STEP 54 (ensure_file) COMPLETE |
8377 | 2024-12-21T03:09:53.611Z | [ recovery-image] Dec 21 03:09:51.519 INFO O| Dec 21 03:09:51.519 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8378 | 2024-12-21T03:09:53.627Z | [ recovery-image] Dec 21 03:09:51.539 INFO O| Dec 21 03:09:51.539 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8379 | 2024-12-21T03:09:53.627Z | [ recovery-image] Dec 21 03:09:51.539 INFO O| Dec 21 03:09:51.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8380 | 2024-12-21T03:09:53.627Z | [ recovery-image] Dec 21 03:09:51.539 INFO O| Dec 21 03:09:51.539 INFO STEP 55 (ensure_dir) COMPLETE |
8381 | 2024-12-21T03:09:53.630Z | [ recovery-image] Dec 21 03:09:51.539 INFO O| Dec 21 03:09:51.539 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8382 | 2024-12-21T03:09:53.650Z | [ recovery-image] Dec 21 03:09:51.561 INFO O| Dec 21 03:09:51.561 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8383 | 2024-12-21T03:09:53.650Z | [ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.561 INFO copying /tmp/.tmpLkmalU/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 ... |
8384 | 2024-12-21T03:09:53.650Z | [ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.562 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8385 | 2024-12-21T03:09:53.652Z | [ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.562 INFO ok! |
8386 | 2024-12-21T03:09:53.652Z | [ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.562 INFO STEP 56 (ensure_file) COMPLETE |
8387 | 2024-12-21T03:09:53.652Z | [ recovery-image] Dec 21 03:09:51.562 INFO O| Dec 21 03:09:51.562 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8388 | 2024-12-21T03:09:53.691Z | [ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8389 | 2024-12-21T03:09:53.695Z | [ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO copying /tmp/.tmpLkmalU/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 ... |
8390 | 2024-12-21T03:09:53.695Z | [ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 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 |
8391 | 2024-12-21T03:09:53.695Z | [ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO ok! |
8392 | 2024-12-21T03:09:53.695Z | [ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO STEP 57 (ensure_file) COMPLETE |
8393 | 2024-12-21T03:09:53.695Z | [ recovery-image] Dec 21 03:09:51.603 INFO O| Dec 21 03:09:51.603 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8394 | 2024-12-21T03:09:53.728Z | [ recovery-image] Dec 21 03:09:51.640 INFO O| Dec 21 03:09:51.640 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8395 | 2024-12-21T03:09:53.731Z | [ recovery-image] Dec 21 03:09:51.640 INFO O| Dec 21 03:09:51.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8396 | 2024-12-21T03:09:53.731Z | [ recovery-image] Dec 21 03:09:51.640 INFO O| Dec 21 03:09:51.640 INFO STEP 58 (ensure_dir) COMPLETE |
8397 | 2024-12-21T03:09:53.731Z | [ recovery-image] Dec 21 03:09:51.641 INFO O| Dec 21 03:09:51.640 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8398 | 2024-12-21T03:09:53.751Z | [ recovery-image] Dec 21 03:09:51.663 INFO O| Dec 21 03:09:51.663 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8399 | 2024-12-21T03:09:53.751Z | [ recovery-image] Dec 21 03:09:51.663 INFO O| Dec 21 03:09:51.663 INFO copying /tmp/.tmpLkmalU/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 ... |
8400 | 2024-12-21T03:09:53.754Z | [ recovery-image] Dec 21 03:09:51.664 INFO O| Dec 21 03:09:51.663 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8401 | 2024-12-21T03:09:53.754Z | [ recovery-image] Dec 21 03:09:51.664 INFO O| Dec 21 03:09:51.664 INFO ok! |
8402 | 2024-12-21T03:09:53.754Z | [ recovery-image] Dec 21 03:09:51.664 INFO O| Dec 21 03:09:51.664 INFO STEP 59 (ensure_file) COMPLETE |
8403 | 2024-12-21T03:09:53.754Z | [ recovery-image] Dec 21 03:09:51.664 INFO O| Dec 21 03:09:51.664 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8404 | 2024-12-21T03:09:53.810Z | [ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8405 | 2024-12-21T03:09:53.811Z | [ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8406 | 2024-12-21T03:09:53.811Z | [ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8407 | 2024-12-21T03:09:53.814Z | [ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO ok! |
8408 | 2024-12-21T03:09:53.814Z | [ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO STEP 60 (ensure_file) COMPLETE |
8409 | 2024-12-21T03:09:53.814Z | [ recovery-image] Dec 21 03:09:51.722 INFO O| Dec 21 03:09:51.722 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8410 | 2024-12-21T03:09:53.853Z | [ recovery-image] Dec 21 03:09:51.765 INFO O| Dec 21 03:09:51.765 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8411 | 2024-12-21T03:09:53.854Z | [ recovery-image] Dec 21 03:09:51.765 INFO O| Dec 21 03:09:51.765 INFO STEP 61 (ensure_dir) COMPLETE |
8412 | 2024-12-21T03:09:53.856Z | [ recovery-image] Dec 21 03:09:51.765 INFO O| Dec 21 03:09:51.765 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8413 | 2024-12-21T03:09:53.876Z | [ recovery-image] Dec 21 03:09:51.787 INFO O| Dec 21 03:09:51.787 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8414 | 2024-12-21T03:09:53.876Z | [ recovery-image] Dec 21 03:09:51.788 INFO O| Dec 21 03:09:51.787 INFO STEP 62 (ensure_dir) COMPLETE |
8415 | 2024-12-21T03:09:53.878Z | [ recovery-image] Dec 21 03:09:51.788 INFO O| Dec 21 03:09:51.788 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8416 | 2024-12-21T03:09:53.906Z | [ recovery-image] Dec 21 03:09:51.817 INFO O| Dec 21 03:09:51.817 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8417 | 2024-12-21T03:09:53.906Z | [ recovery-image] Dec 21 03:09:51.817 INFO O| Dec 21 03:09:51.817 INFO STEP 63 (ensure_dir) COMPLETE |
8418 | 2024-12-21T03:09:53.909Z | [ recovery-image] Dec 21 03:09:51.817 INFO O| Dec 21 03:09:51.817 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8419 | 2024-12-21T03:09:53.936Z | [ recovery-image] Dec 21 03:09:51.838 INFO O| Dec 21 03:09:51.838 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8420 | 2024-12-21T03:09:53.936Z | [ recovery-image] Dec 21 03:09:51.838 INFO O| Dec 21 03:09:51.838 INFO STEP 64 (ensure_dir) COMPLETE |
8421 | 2024-12-21T03:09:53.936Z | [ recovery-image] Dec 21 03:09:51.838 INFO O| Dec 21 03:09:51.838 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8422 | 2024-12-21T03:09:54.012Z | [ recovery-image] Dec 21 03:09:51.923 INFO O| Dec 21 03:09:51.923 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8423 | 2024-12-21T03:09:54.012Z | [ recovery-image] Dec 21 03:09:51.923 INFO O| Dec 21 03:09:51.923 INFO copying /tmp/.tmpLkmalU/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8424 | 2024-12-21T03:09:54.012Z | [ recovery-image] Dec 21 03:09:51.923 INFO O| Dec 21 03:09:51.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8425 | 2024-12-21T03:09:54.015Z | [ recovery-image] Dec 21 03:09:51.923 INFO O| Dec 21 03:09:51.923 INFO ok! |
8426 | 2024-12-21T03:09:54.015Z | [ recovery-image] Dec 21 03:09:51.924 INFO O| Dec 21 03:09:51.924 INFO STEP 65 (ensure_file) COMPLETE |
8427 | 2024-12-21T03:09:54.015Z | [ recovery-image] Dec 21 03:09:51.924 INFO O| Dec 21 03:09:51.924 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8428 | 2024-12-21T03:09:54.045Z | [ recovery-image] Dec 21 03:09:51.957 INFO O| Dec 21 03:09:51.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8429 | 2024-12-21T03:09:54.048Z | [ recovery-image] Dec 21 03:09:51.958 INFO O| Dec 21 03:09:51.958 INFO STEP 66 (remove_files) COMPLETE |
8430 | 2024-12-21T03:09:54.048Z | [ recovery-image] Dec 21 03:09:51.958 INFO O| Dec 21 03:09:51.958 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8431 | 2024-12-21T03:09:54.066Z | [ recovery-image] Dec 21 03:09:51.978 INFO O| Dec 21 03:09:51.978 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8432 | 2024-12-21T03:09:54.069Z | [ recovery-image] Dec 21 03:09:51.978 INFO O| Dec 21 03:09:51.978 INFO STEP 67 (remove_files) COMPLETE |
8433 | 2024-12-21T03:09:54.069Z | [ recovery-image] Dec 21 03:09:51.978 INFO O| Dec 21 03:09:51.978 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8434 | 2024-12-21T03:09:54.086Z | [ recovery-image] Dec 21 03:09:51.998 INFO O| Dec 21 03:09:51.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8435 | 2024-12-21T03:09:54.089Z | [ recovery-image] Dec 21 03:09:51.998 INFO O| Dec 21 03:09:51.998 INFO STEP 68 (remove_files) COMPLETE |
8436 | 2024-12-21T03:09:54.089Z | [ recovery-image] Dec 21 03:09:51.998 INFO O| Dec 21 03:09:51.998 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8437 | 2024-12-21T03:09:54.117Z | [ recovery-image] Dec 21 03:09:52.029 INFO O| Dec 21 03:09:52.029 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8438 | 2024-12-21T03:09:54.120Z | [ recovery-image] Dec 21 03:09:52.029 INFO O| Dec 21 03:09:52.029 INFO STEP 69 (remove_files) COMPLETE |
8439 | 2024-12-21T03:09:54.120Z | [ recovery-image] Dec 21 03:09:52.029 INFO O| Dec 21 03:09:52.029 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8440 | 2024-12-21T03:09:54.136Z | [ recovery-image] Dec 21 03:09:52.047 INFO O| Dec 21 03:09:52.047 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8441 | 2024-12-21T03:09:54.139Z | [ recovery-image] Dec 21 03:09:52.048 INFO O| Dec 21 03:09:52.048 INFO STEP 70 (remove_files) COMPLETE |
8442 | 2024-12-21T03:09:54.139Z | [ recovery-image] Dec 21 03:09:52.048 INFO O| Dec 21 03:09:52.048 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8443 | 2024-12-21T03:09:54.155Z | [ recovery-image] Dec 21 03:09:52.066 INFO O| Dec 21 03:09:52.066 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8444 | 2024-12-21T03:09:54.157Z | [ recovery-image] Dec 21 03:09:52.067 INFO O| Dec 21 03:09:52.067 INFO STEP 71 (remove_files) COMPLETE |
8445 | 2024-12-21T03:09:54.157Z | [ recovery-image] Dec 21 03:09:52.067 INFO O| Dec 21 03:09:52.067 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8446 | 2024-12-21T03:09:54.173Z | [ recovery-image] Dec 21 03:09:52.085 INFO O| Dec 21 03:09:52.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8447 | 2024-12-21T03:09:54.173Z | [ recovery-image] Dec 21 03:09:52.085 INFO O| Dec 21 03:09:52.085 INFO STEP 72 (remove_files) COMPLETE |
8448 | 2024-12-21T03:09:54.176Z | [ recovery-image] Dec 21 03:09:52.085 INFO O| Dec 21 03:09:52.085 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8449 | 2024-12-21T03:09:54.193Z | [ recovery-image] Dec 21 03:09:52.105 INFO O| Dec 21 03:09:52.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8450 | 2024-12-21T03:09:54.193Z | [ recovery-image] Dec 21 03:09:52.105 INFO O| Dec 21 03:09:52.105 INFO STEP 73 (remove_files) COMPLETE |
8451 | 2024-12-21T03:09:54.193Z | [ recovery-image] Dec 21 03:09:52.105 INFO O| Dec 21 03:09:52.105 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8452 | 2024-12-21T03:09:54.213Z | [ recovery-image] Dec 21 03:09:52.125 INFO O| Dec 21 03:09:52.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8453 | 2024-12-21T03:09:54.213Z | [ recovery-image] Dec 21 03:09:52.125 INFO O| Dec 21 03:09:52.125 INFO STEP 74 (remove_files) COMPLETE |
8454 | 2024-12-21T03:09:54.216Z | [ recovery-image] Dec 21 03:09:52.125 INFO O| Dec 21 03:09:52.125 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8455 | 2024-12-21T03:09:54.240Z | [ recovery-image] Dec 21 03:09:52.152 INFO O| Dec 21 03:09:52.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8456 | 2024-12-21T03:09:54.240Z | [ recovery-image] Dec 21 03:09:52.152 INFO O| Dec 21 03:09:52.152 INFO STEP 75 (remove_files) COMPLETE |
8457 | 2024-12-21T03:09:54.240Z | [ recovery-image] Dec 21 03:09:52.152 INFO O| Dec 21 03:09:52.152 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8458 | 2024-12-21T03:09:54.273Z | [ recovery-image] Dec 21 03:09:52.185 INFO O| Dec 21 03:09:52.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8459 | 2024-12-21T03:09:54.273Z | [ recovery-image] Dec 21 03:09:52.185 INFO O| Dec 21 03:09:52.185 INFO STEP 76 (remove_files) COMPLETE |
8460 | 2024-12-21T03:09:54.273Z | [ recovery-image] Dec 21 03:09:52.185 INFO O| Dec 21 03:09:52.185 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8461 | 2024-12-21T03:09:54.345Z | [ recovery-image] Dec 21 03:09:52.257 INFO O| Dec 21 03:09:52.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8462 | 2024-12-21T03:09:54.345Z | [ recovery-image] Dec 21 03:09:52.257 INFO O| Dec 21 03:09:52.257 INFO STEP 77 (remove_files) COMPLETE |
8463 | 2024-12-21T03:09:54.345Z | [ recovery-image] Dec 21 03:09:52.257 INFO O| Dec 21 03:09:52.257 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8464 | 2024-12-21T03:09:54.365Z | [ recovery-image] Dec 21 03:09:52.276 INFO O| Dec 21 03:09:52.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8465 | 2024-12-21T03:09:54.365Z | [ recovery-image] Dec 21 03:09:52.277 INFO O| Dec 21 03:09:52.276 INFO STEP 78 (remove_files) COMPLETE |
8466 | 2024-12-21T03:09:54.365Z | [ recovery-image] Dec 21 03:09:52.277 INFO O| Dec 21 03:09:52.276 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8467 | 2024-12-21T03:09:54.385Z | [ recovery-image] Dec 21 03:09:52.297 INFO O| Dec 21 03:09:52.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8468 | 2024-12-21T03:09:54.385Z | [ recovery-image] Dec 21 03:09:52.297 INFO O| Dec 21 03:09:52.297 INFO STEP 79 (remove_files) COMPLETE |
8469 | 2024-12-21T03:09:54.388Z | [ recovery-image] Dec 21 03:09:52.297 INFO O| Dec 21 03:09:52.297 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8470 | 2024-12-21T03:09:54.407Z | [ recovery-image] Dec 21 03:09:52.318 INFO O| Dec 21 03:09:52.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8471 | 2024-12-21T03:09:54.410Z | [ recovery-image] Dec 21 03:09:52.318 INFO O| Dec 21 03:09:52.318 INFO STEP 80 (remove_files) COMPLETE |
8472 | 2024-12-21T03:09:54.410Z | [ recovery-image] Dec 21 03:09:52.318 INFO O| Dec 21 03:09:52.318 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8473 | 2024-12-21T03:09:54.439Z | [ recovery-image] Dec 21 03:09:52.350 INFO O| Dec 21 03:09:52.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8474 | 2024-12-21T03:09:54.439Z | [ recovery-image] Dec 21 03:09:52.350 INFO O| Dec 21 03:09:52.350 INFO STEP 81 (remove_files) COMPLETE |
8475 | 2024-12-21T03:09:54.439Z | [ recovery-image] Dec 21 03:09:52.350 INFO O| Dec 21 03:09:52.350 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8476 | 2024-12-21T03:09:54.460Z | [ recovery-image] Dec 21 03:09:52.372 INFO O| Dec 21 03:09:52.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8477 | 2024-12-21T03:09:54.460Z | [ recovery-image] Dec 21 03:09:52.372 INFO O| Dec 21 03:09:52.372 INFO STEP 82 (remove_files) COMPLETE |
8478 | 2024-12-21T03:09:54.460Z | [ recovery-image] Dec 21 03:09:52.372 INFO O| Dec 21 03:09:52.372 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8479 | 2024-12-21T03:09:54.500Z | [ recovery-image] Dec 21 03:09:52.411 INFO O| Dec 21 03:09:52.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8480 | 2024-12-21T03:09:54.500Z | [ recovery-image] Dec 21 03:09:52.411 INFO O| Dec 21 03:09:52.411 INFO STEP 83 (remove_files) COMPLETE |
8481 | 2024-12-21T03:09:54.500Z | [ recovery-image] Dec 21 03:09:52.411 INFO O| Dec 21 03:09:52.411 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8482 | 2024-12-21T03:09:54.522Z | [ recovery-image] Dec 21 03:09:52.433 INFO O| Dec 21 03:09:52.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8483 | 2024-12-21T03:09:54.522Z | [ recovery-image] Dec 21 03:09:52.433 INFO O| Dec 21 03:09:52.433 INFO STEP 84 (remove_files) COMPLETE |
8484 | 2024-12-21T03:09:54.526Z | [ recovery-image] Dec 21 03:09:52.433 INFO O| Dec 21 03:09:52.433 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8485 | 2024-12-21T03:09:54.543Z | [ recovery-image] Dec 21 03:09:52.454 INFO O| Dec 21 03:09:52.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8486 | 2024-12-21T03:09:54.543Z | [ recovery-image] Dec 21 03:09:52.455 INFO O| Dec 21 03:09:52.455 INFO STEP 85 (remove_files) COMPLETE |
8487 | 2024-12-21T03:09:54.543Z | [ recovery-image] Dec 21 03:09:52.455 INFO O| Dec 21 03:09:52.455 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8488 | 2024-12-21T03:09:54.563Z | [ recovery-image] Dec 21 03:09:52.475 INFO O| Dec 21 03:09:52.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8489 | 2024-12-21T03:09:54.563Z | [ recovery-image] Dec 21 03:09:52.475 INFO O| Dec 21 03:09:52.475 INFO STEP 86 (remove_files) COMPLETE |
8490 | 2024-12-21T03:09:54.563Z | [ recovery-image] Dec 21 03:09:52.475 INFO O| Dec 21 03:09:52.475 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8491 | 2024-12-21T03:09:54.610Z | [ recovery-image] Dec 21 03:09:52.522 INFO O| Dec 21 03:09:52.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8492 | 2024-12-21T03:09:54.610Z | [ recovery-image] Dec 21 03:09:52.522 INFO O| Dec 21 03:09:52.522 INFO STEP 87 (remove_files) COMPLETE |
8493 | 2024-12-21T03:09:54.610Z | [ recovery-image] Dec 21 03:09:52.522 INFO O| Dec 21 03:09:52.522 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8494 | 2024-12-21T03:09:54.632Z | [ recovery-image] Dec 21 03:09:52.544 INFO O| Dec 21 03:09:52.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8495 | 2024-12-21T03:09:54.633Z | [ recovery-image] Dec 21 03:09:52.544 INFO O| Dec 21 03:09:52.544 INFO STEP 88 (remove_files) COMPLETE |
8496 | 2024-12-21T03:09:54.633Z | [ recovery-image] Dec 21 03:09:52.544 INFO O| Dec 21 03:09:52.544 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8497 | 2024-12-21T03:09:54.655Z | [ recovery-image] Dec 21 03:09:52.566 INFO O| Dec 21 03:09:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8498 | 2024-12-21T03:09:54.655Z | [ recovery-image] Dec 21 03:09:52.566 INFO O| Dec 21 03:09:52.566 INFO STEP 89 (remove_files) COMPLETE |
8499 | 2024-12-21T03:09:54.655Z | [ recovery-image] Dec 21 03:09:52.566 INFO O| Dec 21 03:09:52.566 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8500 | 2024-12-21T03:09:54.696Z | [ recovery-image] Dec 21 03:09:52.595 INFO O| Dec 21 03:09:52.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8501 | 2024-12-21T03:09:54.696Z | [ recovery-image] Dec 21 03:09:52.595 INFO O| Dec 21 03:09:52.595 INFO STEP 90 (remove_files) COMPLETE |
8502 | 2024-12-21T03:09:54.699Z | [ recovery-image] Dec 21 03:09:52.595 INFO O| Dec 21 03:09:52.595 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8503 | 2024-12-21T03:09:54.709Z | [ recovery-image] Dec 21 03:09:52.621 INFO O| Dec 21 03:09:52.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8504 | 2024-12-21T03:09:54.709Z | [ recovery-image] Dec 21 03:09:52.621 INFO O| Dec 21 03:09:52.621 INFO STEP 91 (remove_files) COMPLETE |
8505 | 2024-12-21T03:09:54.709Z | [ recovery-image] Dec 21 03:09:52.621 INFO O| Dec 21 03:09:52.621 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8506 | 2024-12-21T03:09:54.730Z | [ recovery-image] Dec 21 03:09:52.642 INFO O| Dec 21 03:09:52.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8507 | 2024-12-21T03:09:54.731Z | [ recovery-image] Dec 21 03:09:52.642 INFO O| Dec 21 03:09:52.642 INFO STEP 92 (remove_files) COMPLETE |
8508 | 2024-12-21T03:09:54.731Z | [ recovery-image] Dec 21 03:09:52.642 INFO O| Dec 21 03:09:52.642 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8509 | 2024-12-21T03:09:54.751Z | [ recovery-image] Dec 21 03:09:52.663 INFO O| Dec 21 03:09:52.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8510 | 2024-12-21T03:09:54.751Z | [ recovery-image] Dec 21 03:09:52.663 INFO O| Dec 21 03:09:52.663 INFO STEP 93 (remove_files) COMPLETE |
8511 | 2024-12-21T03:09:54.754Z | [ recovery-image] Dec 21 03:09:52.663 INFO O| Dec 21 03:09:52.663 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8512 | 2024-12-21T03:09:54.771Z | [ recovery-image] Dec 21 03:09:52.682 INFO O| Dec 21 03:09:52.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8513 | 2024-12-21T03:09:54.771Z | [ recovery-image] Dec 21 03:09:52.682 INFO O| Dec 21 03:09:52.682 INFO STEP 94 (remove_files) COMPLETE |
8514 | 2024-12-21T03:09:54.771Z | [ recovery-image] Dec 21 03:09:52.682 INFO O| Dec 21 03:09:52.682 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8515 | 2024-12-21T03:09:54.802Z | [ recovery-image] Dec 21 03:09:52.713 INFO O| Dec 21 03:09:52.713 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8516 | 2024-12-21T03:09:54.804Z | [ recovery-image] Dec 21 03:09:52.714 INFO O| Dec 21 03:09:52.713 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8517 | 2024-12-21T03:10:09.647Z | [ recovery-image] Dec 21 03:10:07.555 INFO O| Dec 21 03:10:07.555 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 |
8518 | 2024-12-21T03:10:09.652Z | [ recovery-image] Dec 21 03:10:07.555 INFO O| Dec 21 03:10:07.555 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8519 | 2024-12-21T03:10:09.666Z | [ recovery-image] Dec 21 03:10:07.574 INFO O| Dec 21 03:10:07.574 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8520 | 2024-12-21T03:10:09.875Z | [ recovery-image] Dec 21 03:10:07.781 INFO O| Dec 21 03:10:07.781 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8521 | 2024-12-21T03:10:09.878Z | [ recovery-image] Dec 21 03:10:07.781 INFO O| Dec 21 03:10:07.781 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 ... |
8522 | 2024-12-21T03:10:09.878Z | [ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8523 | 2024-12-21T03:10:09.878Z | [ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO ok! |
8524 | 2024-12-21T03:10:09.878Z | [ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8525 | 2024-12-21T03:10:09.878Z | [ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO STEP 95 (seed_smf) COMPLETE |
8526 | 2024-12-21T03:10:09.878Z | [ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO steps complete; finalising image! |
8527 | 2024-12-21T03:10:09.878Z | [ recovery-image] Dec 21 03:10:07.784 INFO O| Dec 21 03:10:07.784 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8528 | 2024-12-21T03:10:09.949Z | [ recovery-image] Dec 21 03:10:07.857 INFO O| Dec 21 03:10:07.857 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 21 03:10:07 2024) |
8529 | 2024-12-21T03:10:10.160Z | [ recovery-image] Dec 21 03:10:08.067 INFO O| Dec 21 03:10:08.067 INFO trim TEMPORARY-gimlet-zfs-recovery: (63% trimmed, started at Sat Dec 21 03:10:07 2024) |
8530 | 2024-12-21T03:10:10.396Z | [ recovery-image] Dec 21 03:10:08.304 INFO O| Dec 21 03:10:08.304 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8531 | 2024-12-21T03:10:10.396Z | [ recovery-image] Dec 21 03:10:08.304 INFO O| Dec 21 03:10:08.304 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8532 | 2024-12-21T03:10:11.309Z | [ recovery-image] Dec 21 03:10:09.217 INFO O| Dec 21 03:10:09.216 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 |
8533 | 2024-12-21T03:10:11.309Z | [ recovery-image] Dec 21 03:10:09.217 INFO O| Dec 21 03:10:09.217 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8534 | 2024-12-21T03:10:17.077Z | [ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8535 | 2024-12-21T03:10:17.077Z | [ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8536 | 2024-12-21T03:10:17.081Z | [ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8537 | 2024-12-21T03:10:17.081Z | [ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO completed processing gimlet/zfs-recovery |
8538 | 2024-12-21T03:10:17.081Z | [ recovery-image] Dec 21 03:10:14.982 INFO O| Dec 21 03:10:14.982 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8539 | 2024-12-21T03:10:17.537Z | [ recovery-image] Dec 21 03:10:15.443 INFO O| Dec 21 03:10:15.443 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8540 | 2024-12-21T03:10:17.681Z | [ recovery-image] Dec 21 03:10:15.587 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8541 | 2024-12-21T03:10:17.686Z | [ recovery-image] Dec 21 03:10:15.588 INFO expanded image name: "recovery ecf33f7/${os_short_commit} 2024-12-21 02:37" -> "recovery ecf33f7/37a4469 2024-12-21 02:37" |
8542 | 2024-12-21T03:10:17.686Z | [ recovery-image] Dec 21 03:10:15.589 INFO output artefacts stored in: "/work/os-recovery" |
8543 | 2024-12-21T03:10:17.686Z | [ recovery-image] Dec 21 03:10:15.589 INFO collecting git info from project "pilot"... |
8544 | 2024-12-21T03:10:17.728Z | [ recovery-image] Dec 21 03:10:15.634 INFO collecting git info from project "amd-host-image-builder"... |
8545 | 2024-12-21T03:10:18.308Z | [ recovery-image] Dec 21 03:10:16.210 INFO collecting git info from project "image-builder"... |
8546 | 2024-12-21T03:10:18.313Z | [ recovery-image] Dec 21 03:10:16.220 INFO collecting git info from project "chelsio-t6-roms"... |
8547 | 2024-12-21T03:10:18.366Z | [ recovery-image] Dec 21 03:10:16.254 INFO collecting git info from project "amd-firmware"... |
8548 | 2024-12-21T03:10:18.904Z | [ recovery-image] Dec 21 03:10:16.810 INFO collecting git info from project "phbl"... |
8549 | 2024-12-21T03:10:18.914Z | [ recovery-image] Dec 21 03:10:16.820 INFO collecting git info from project "pinprick"... |
8550 | 2024-12-21T03:10:18.923Z | [ recovery-image] Dec 21 03:10:16.829 INFO collecting git info from project "bootserver"... |
8551 | 2024-12-21T03:10:18.951Z | [ recovery-image] Dec 21 03:10:16.856 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8552 | 2024-12-21T03:10:19.903Z | [ recovery-image] Dec 21 03:10:17.808 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8553 | 2024-12-21T03:10:20.620Z | [ recovery-image] Dec 21 03:10:18.525 INFO creating Oxide boot image... |
8554 | 2024-12-21T03:10:20.624Z | [ recovery-image] Dec 21 03:10:18.526 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery ecf33f7/37a4469 2024-12-21 02:37", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8555 | 2024-12-21T03:10:59.307Z | [ host-image] Dec 21 03:10:57.203 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8556 | 2024-12-21T03:10:59.309Z | [ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8557 | 2024-12-21T03:10:59.309Z | [ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8558 | 2024-12-21T03:10:59.309Z | [ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8559 | 2024-12-21T03:10:59.309Z | [ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8560 | 2024-12-21T03:10:59.310Z | [ host-image] Dec 21 03:10:57.204 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8561 | 2024-12-21T03:10:59.310Z | [ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8562 | 2024-12-21T03:10:59.310Z | [ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8563 | 2024-12-21T03:10:59.310Z | [ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8564 | 2024-12-21T03:10:59.310Z | [ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8565 | 2024-12-21T03:10:59.310Z | [ host-image] Dec 21 03:10:57.205 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8566 | 2024-12-21T03:10:59.313Z | [ host-image] Dec 21 03:10:57.207 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8567 | 2024-12-21T03:10:59.313Z | [ host-image] Dec 21 03:10:57.208 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8568 | 2024-12-21T03:10:59.313Z | [ host-image] Dec 21 03:10:57.209 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8569 | 2024-12-21T03:10:59.313Z | [ host-image] Dec 21 03:10:57.209 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8570 | 2024-12-21T03:10:59.313Z | [ host-image] Dec 21 03:10:57.209 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8571 | 2024-12-21T03:10:59.316Z | [ host-image] Dec 21 03:10:57.210 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8572 | 2024-12-21T03:10:59.316Z | [ host-image] Dec 21 03:10:57.210 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8573 | 2024-12-21T03:10:59.316Z | [ host-image] Dec 21 03:10:57.210 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8574 | 2024-12-21T03:10:59.316Z | [ host-image] Dec 21 03:10:57.210 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8575 | 2024-12-21T03:10:59.316Z | [ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8576 | 2024-12-21T03:10:59.316Z | [ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8577 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8578 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8579 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.211 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8580 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8581 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8582 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8583 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8584 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8585 | 2024-12-21T03:10:59.317Z | [ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8586 | 2024-12-21T03:10:59.318Z | [ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8587 | 2024-12-21T03:10:59.318Z | [ host-image] Dec 21 03:10:57.212 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8588 | 2024-12-21T03:10:59.318Z | [ host-image] Dec 21 03:10:57.213 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8589 | 2024-12-21T03:10:59.321Z | [ host-image] Dec 21 03:10:57.214 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8590 | 2024-12-21T03:10:59.321Z | [ host-image] Dec 21 03:10:57.214 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8591 | 2024-12-21T03:10:59.326Z | [ host-image] Dec 21 03:10:57.223 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8592 | 2024-12-21T03:10:59.328Z | [ host-image] Dec 21 03:10:57.223 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8593 | 2024-12-21T03:10:59.328Z | [ host-image] Dec 21 03:10:57.224 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8594 | 2024-12-21T03:10:59.331Z | [ host-image] Dec 21 03:10:57.224 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8595 | 2024-12-21T03:10:59.331Z | [ host-image] Dec 21 03:10:57.224 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8596 | 2024-12-21T03:10:59.331Z | [ host-image] Dec 21 03:10:57.225 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8597 | 2024-12-21T03:10:59.331Z | [ host-image] Dec 21 03:10:57.225 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8598 | 2024-12-21T03:10:59.331Z | [ host-image] Dec 21 03:10:57.225 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8599 | 2024-12-21T03:10:59.336Z | [ host-image] Dec 21 03:10:57.226 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8600 | 2024-12-21T03:10:59.336Z | [ host-image] Dec 21 03:10:57.227 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8601 | 2024-12-21T03:10:59.342Z | [ host-image] Dec 21 03:10:57.239 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8602 | 2024-12-21T03:10:59.342Z | [ host-image] Dec 21 03:10:57.239 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8603 | 2024-12-21T03:10:59.346Z | [ host-image] Dec 21 03:10:57.239 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8604 | 2024-12-21T03:10:59.346Z | [ host-image] Dec 21 03:10:57.240 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8605 | 2024-12-21T03:10:59.346Z | [ host-image] Dec 21 03:10:57.241 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8606 | 2024-12-21T03:10:59.346Z | [ host-image] Dec 21 03:10:57.241 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8607 | 2024-12-21T03:10:59.381Z | [ host-image] Dec 21 03:10:57.277 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8608 | 2024-12-21T03:10:59.383Z | [ host-image] Dec 21 03:10:57.278 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8609 | 2024-12-21T03:10:59.383Z | [ host-image] Dec 21 03:10:57.278 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8610 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8611 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8612 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8613 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8614 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.279 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8615 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.280 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8616 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.280 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8617 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.280 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8618 | 2024-12-21T03:10:59.385Z | [ host-image] Dec 21 03:10:57.280 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8619 | 2024-12-21T03:10:59.388Z | [ host-image] Dec 21 03:10:57.284 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8620 | 2024-12-21T03:10:59.388Z | [ host-image] Dec 21 03:10:57.285 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8621 | 2024-12-21T03:10:59.388Z | [ host-image] Dec 21 03:10:57.285 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8622 | 2024-12-21T03:10:59.388Z | [ host-image] Dec 21 03:10:57.285 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8623 | 2024-12-21T03:10:59.391Z | [ host-image] Dec 21 03:10:57.285 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8624 | 2024-12-21T03:10:59.403Z | [ host-image] Dec 21 03:10:57.300 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8625 | 2024-12-21T03:10:59.405Z | [ host-image] Dec 21 03:10:57.300 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8626 | 2024-12-21T03:10:59.405Z | [ host-image] Dec 21 03:10:57.302 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8627 | 2024-12-21T03:10:59.411Z | [ host-image] Dec 21 03:10:57.303 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8628 | 2024-12-21T03:10:59.412Z | [ host-image] Dec 21 03:10:57.303 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8629 | 2024-12-21T03:10:59.413Z | [ host-image] Dec 21 03:10:57.304 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8630 | 2024-12-21T03:10:59.413Z | [ host-image] Dec 21 03:10:57.304 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8631 | 2024-12-21T03:10:59.413Z | [ host-image] Dec 21 03:10:57.304 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8632 | 2024-12-21T03:10:59.413Z | [ host-image] Dec 21 03:10:57.305 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8633 | 2024-12-21T03:10:59.413Z | [ host-image] Dec 21 03:10:57.308 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8634 | 2024-12-21T03:10:59.416Z | [ host-image] Dec 21 03:10:57.309 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8635 | 2024-12-21T03:10:59.416Z | [ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8636 | 2024-12-21T03:10:59.416Z | [ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8637 | 2024-12-21T03:10:59.416Z | [ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8638 | 2024-12-21T03:10:59.416Z | [ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8639 | 2024-12-21T03:10:59.416Z | [ host-image] Dec 21 03:10:57.310 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8640 | 2024-12-21T03:10:59.416Z | [ host-image] Dec 21 03:10:57.311 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8641 | 2024-12-21T03:10:59.422Z | [ host-image] Dec 21 03:10:57.319 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8642 | 2024-12-21T03:10:59.422Z | [ host-image] Dec 21 03:10:57.319 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8643 | 2024-12-21T03:10:59.425Z | [ host-image] Dec 21 03:10:57.321 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8644 | 2024-12-21T03:10:59.428Z | [ host-image] Dec 21 03:10:57.323 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8645 | 2024-12-21T03:10:59.428Z | [ host-image] Dec 21 03:10:57.323 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8646 | 2024-12-21T03:10:59.428Z | [ host-image] Dec 21 03:10:57.323 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8647 | 2024-12-21T03:10:59.428Z | [ host-image] Dec 21 03:10:57.324 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8648 | 2024-12-21T03:10:59.428Z | [ host-image] Dec 21 03:10:57.324 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8649 | 2024-12-21T03:10:59.438Z | [ host-image] Dec 21 03:10:57.334 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8650 | 2024-12-21T03:10:59.440Z | [ host-image] Dec 21 03:10:57.335 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8651 | 2024-12-21T03:10:59.440Z | [ host-image] Dec 21 03:10:57.335 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8652 | 2024-12-21T03:10:59.440Z | [ host-image] Dec 21 03:10:57.336 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8653 | 2024-12-21T03:10:59.440Z | [ host-image] Dec 21 03:10:57.336 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8654 | 2024-12-21T03:10:59.462Z | [ host-image] Dec 21 03:10:57.358 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8655 | 2024-12-21T03:10:59.464Z | [ host-image] Dec 21 03:10:57.358 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8656 | 2024-12-21T03:10:59.464Z | [ host-image] Dec 21 03:10:57.359 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8657 | 2024-12-21T03:10:59.464Z | [ host-image] Dec 21 03:10:57.359 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8658 | 2024-12-21T03:10:59.464Z | [ host-image] Dec 21 03:10:57.359 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8659 | 2024-12-21T03:10:59.492Z | [ host-image] Dec 21 03:10:57.388 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8660 | 2024-12-21T03:10:59.495Z | [ host-image] Dec 21 03:10:57.389 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8661 | 2024-12-21T03:10:59.495Z | [ host-image] Dec 21 03:10:57.389 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8662 | 2024-12-21T03:10:59.496Z | [ host-image] Dec 21 03:10:57.389 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8663 | 2024-12-21T03:10:59.496Z | [ host-image] Dec 21 03:10:57.390 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8664 | 2024-12-21T03:10:59.496Z | [ host-image] Dec 21 03:10:57.390 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8665 | 2024-12-21T03:10:59.496Z | [ host-image] Dec 21 03:10:57.391 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8666 | 2024-12-21T03:10:59.496Z | [ host-image] Dec 21 03:10:57.392 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8667 | 2024-12-21T03:10:59.496Z | [ host-image] Dec 21 03:10:57.392 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8668 | 2024-12-21T03:10:59.496Z | [ host-image] Dec 21 03:10:57.392 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8669 | 2024-12-21T03:10:59.499Z | [ host-image] Dec 21 03:10:57.392 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8670 | 2024-12-21T03:10:59.499Z | [ host-image] Dec 21 03:10:57.393 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8671 | 2024-12-21T03:10:59.499Z | [ host-image] Dec 21 03:10:57.393 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8672 | 2024-12-21T03:10:59.499Z | [ host-image] Dec 21 03:10:57.396 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8673 | 2024-12-21T03:10:59.499Z | [ host-image] Dec 21 03:10:57.396 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8674 | 2024-12-21T03:10:59.502Z | [ host-image] Dec 21 03:10:57.398 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8675 | 2024-12-21T03:10:59.502Z | [ host-image] Dec 21 03:10:57.398 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8676 | 2024-12-21T03:10:59.505Z | [ host-image] Dec 21 03:10:57.398 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8677 | 2024-12-21T03:10:59.505Z | [ host-image] Dec 21 03:10:57.398 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8678 | 2024-12-21T03:10:59.505Z | [ host-image] Dec 21 03:10:57.399 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8679 | 2024-12-21T03:10:59.505Z | [ host-image] Dec 21 03:10:57.399 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8680 | 2024-12-21T03:10:59.505Z | [ host-image] Dec 21 03:10:57.399 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8681 | 2024-12-21T03:10:59.506Z | [ host-image] Dec 21 03:10:57.399 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8682 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8683 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8684 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8685 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8686 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8687 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.400 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8688 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.401 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8689 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.402 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8690 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.402 INFO O| tempdir @ "/tmp/.tmpizwFdn/tmp" |
8691 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.402 INFO O| image root @ "/tmp/.tmpizwFdn/tmp/root" |
8692 | 2024-12-21T03:10:59.508Z | [ host-image] Dec 21 03:10:57.403 INFO O| creating image... |
8693 | 2024-12-21T03:11:00.016Z | [ host-image] Dec 21 03:10:57.912 INFO O| copying publishers... |
8694 | 2024-12-21T03:11:13.939Z | [ host-image] Dec 21 03:11:11.833 INFO O| adding properties... |
8695 | 2024-12-21T03:11:16.128Z | [ host-image] Dec 21 03:11:14.021 INFO O| installing packages... |
8696 | 2024-12-21T03:11:16.475Z | [ recovery-image] Dec 21 03:11:14.368 INFO O| ok, image written! |
8697 | 2024-12-21T03:11:16.478Z | [ recovery-image] Dec 21 03:11:14.368 INFO O| ok, boot_image_csum file written! |
8698 | 2024-12-21T03:11:16.482Z | [ recovery-image] Dec 21 03:11:14.375 INFO creating boot archive (CPIO)... |
8699 | 2024-12-21T03:11:16.482Z | [ recovery-image] Dec 21 03:11:14.375 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 |
8700 | 2024-12-21T03:11:16.497Z | [ recovery-image] Dec 21 03:11:14.390 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8701 | 2024-12-21T03:11:16.497Z | [ recovery-image] Dec 21 03:11:14.390 INFO E| + outfile=/work/os-recovery/cpio |
8702 | 2024-12-21T03:11:16.497Z | [ recovery-image] Dec 21 03:11:14.390 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8703 | 2024-12-21T03:11:16.500Z | [ recovery-image] Dec 21 03:11:14.393 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8704 | 2024-12-21T03:11:16.503Z | [ recovery-image] Dec 21 03:11:14.393 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8705 | 2024-12-21T03:11:16.547Z | [ recovery-image] Dec 21 03:11:14.440 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8706 | 2024-12-21T03:11:16.547Z | [ recovery-image] Dec 21 03:11:14.440 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8707 | 2024-12-21T03:11:16.557Z | [ recovery-image] Dec 21 03:11:14.450 INFO creating compressed cpio/unix for nanobl-rs... |
8708 | 2024-12-21T03:11:16.557Z | [ recovery-image] Dec 21 03:11:14.450 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 |
8709 | 2024-12-21T03:11:16.979Z | [ recovery-image] Dec 21 03:11:14.871 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8710 | 2024-12-21T03:11:23.648Z | [ recovery-image] Dec 21 03:11:21.540 INFO creating reset image... |
8711 | 2024-12-21T03:11:23.648Z | [ recovery-image] Dec 21 03:11:21.540 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8712 | 2024-12-21T03:11:24.184Z | [ recovery-image] Dec 21 03:11:22.076 INFO E| Updating crates.io index |
8713 | 2024-12-21T03:11:24.308Z | [ recovery-image] Dec 21 03:11:22.199 INFO E| Downloading crates ... |
8714 | 2024-12-21T03:11:24.421Z | [ recovery-image] Dec 21 03:11:22.312 INFO E| Downloaded shared_child v1.0.1 |
8715 | 2024-12-21T03:11:24.424Z | [ recovery-image] Dec 21 03:11:22.315 INFO E| Downloaded clap v4.5.17 |
8716 | 2024-12-21T03:11:24.440Z | [ recovery-image] Dec 21 03:11:22.331 INFO E| Downloaded os_pipe v1.2.1 |
8717 | 2024-12-21T03:11:24.442Z | [ recovery-image] Dec 21 03:11:22.333 INFO E| Downloaded duct v0.13.7 |
8718 | 2024-12-21T03:11:24.445Z | [ recovery-image] Dec 21 03:11:22.336 INFO E| Downloaded clap_derive v4.5.13 |
8719 | 2024-12-21T03:11:24.510Z | [ recovery-image] Dec 21 03:11:22.401 INFO E| Downloaded clap_builder v4.5.17 |
8720 | 2024-12-21T03:11:24.520Z | [ recovery-image] Dec 21 03:11:22.411 INFO E| Downloaded syn v2.0.77 |
8721 | 2024-12-21T03:11:24.614Z | [ recovery-image] Dec 21 03:11:22.505 INFO E| Downloaded libc v0.2.158 |
8722 | 2024-12-21T03:11:24.766Z | [ recovery-image] Dec 21 03:11:22.657 INFO E| Compiling proc-macro2 v1.0.86 |
8723 | 2024-12-21T03:11:24.766Z | [ recovery-image] Dec 21 03:11:22.657 INFO E| Compiling unicode-ident v1.0.13 |
8724 | 2024-12-21T03:11:24.766Z | [ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling libc v0.2.158 |
8725 | 2024-12-21T03:11:24.769Z | [ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling utf8parse v0.2.2 |
8726 | 2024-12-21T03:11:24.769Z | [ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling anstyle v1.0.8 |
8727 | 2024-12-21T03:11:24.769Z | [ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8728 | 2024-12-21T03:11:24.769Z | [ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling colorchoice v1.0.2 |
8729 | 2024-12-21T03:11:24.769Z | [ recovery-image] Dec 21 03:11:22.658 INFO E| Compiling anstyle-query v1.1.1 |
8730 | 2024-12-21T03:11:25.476Z | [ recovery-image] Dec 21 03:11:23.367 INFO E| Compiling anstyle-parse v0.2.5 |
8731 | 2024-12-21T03:11:25.634Z | [ recovery-image] Dec 21 03:11:23.525 INFO E| Compiling clap_lex v0.7.2 |
8732 | 2024-12-21T03:11:25.703Z | [ recovery-image] Dec 21 03:11:23.593 INFO E| Compiling heck v0.5.0 |
8733 | 2024-12-21T03:11:25.736Z | [ recovery-image] Dec 21 03:11:23.626 INFO E| Compiling strsim v0.11.1 |
8734 | 2024-12-21T03:11:26.051Z | [ recovery-image] Dec 21 03:11:23.942 INFO E| Compiling anstream v0.6.15 |
8735 | 2024-12-21T03:11:26.114Z | [ recovery-image] Dec 21 03:11:24.005 INFO E| Compiling once_cell v1.19.0 |
8736 | 2024-12-21T03:11:26.779Z | [ recovery-image] Dec 21 03:11:24.669 INFO E| Compiling clap_builder v4.5.17 |
8737 | 2024-12-21T03:11:27.923Z | [ recovery-image] Dec 21 03:11:25.813 INFO E| Compiling os_pipe v1.2.1 |
8738 | 2024-12-21T03:11:27.923Z | [ recovery-image] Dec 21 03:11:25.813 INFO E| Compiling shared_child v1.0.1 |
8739 | 2024-12-21T03:11:28.175Z | [ recovery-image] Dec 21 03:11:26.065 INFO E| Compiling duct v0.13.7 |
8740 | 2024-12-21T03:11:28.299Z | [ recovery-image] Dec 21 03:11:26.189 INFO E| Compiling quote v1.0.37 |
8741 | 2024-12-21T03:11:28.961Z | [ recovery-image] Dec 21 03:11:26.851 INFO E| Compiling syn v2.0.77 |
8742 | 2024-12-21T03:11:37.831Z | [ recovery-image] Dec 21 03:11:35.718 INFO E| Compiling clap_derive v4.5.13 |
8743 | 2024-12-21T03:11:41.959Z | [ recovery-image] Dec 21 03:11:39.846 INFO E| Compiling clap v4.5.17 |
8744 | 2024-12-21T03:11:42.052Z | [ recovery-image] Dec 21 03:11:39.938 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8745 | 2024-12-21T03:11:44.399Z | [ recovery-image] Dec 21 03:11:42.285 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.62s |
8746 | 2024-12-21T03:11:44.415Z | [ recovery-image] Dec 21 03:11:42.301 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8747 | 2024-12-21T03:11:44.645Z | [ recovery-image] Dec 21 03:11:42.531 INFO E| Updating crates.io index |
8748 | 2024-12-21T03:11:44.767Z | [ recovery-image] Dec 21 03:11:42.652 INFO E| Downloading crates ... |
8749 | 2024-12-21T03:11:44.957Z | [ recovery-image] Dec 21 03:11:42.843 INFO E| Downloaded cpio_reader v0.1.1 |
8750 | 2024-12-21T03:11:44.960Z | [ recovery-image] Dec 21 03:11:42.846 INFO E| Downloaded seq-macro v0.3.5 |
8751 | 2024-12-21T03:11:44.964Z | [ recovery-image] Dec 21 03:11:42.849 INFO E| Downloaded raw-cpuid v10.7.0 |
8752 | 2024-12-21T03:11:44.968Z | [ recovery-image] Dec 21 03:11:42.855 INFO E| Downloaded bitstruct v0.1.1 |
8753 | 2024-12-21T03:11:44.971Z | [ recovery-image] Dec 21 03:11:42.857 INFO E| Downloaded bit_field v0.10.2 |
8754 | 2024-12-21T03:11:44.974Z | [ recovery-image] Dec 21 03:11:42.858 INFO E| Downloaded bitstruct_derive v0.1.0 |
8755 | 2024-12-21T03:11:45.036Z | [ recovery-image] Dec 21 03:11:42.922 INFO E| Downloaded syn v2.0.85 |
8756 | 2024-12-21T03:11:45.244Z | [ recovery-image] Dec 21 03:11:43.130 INFO E| Downloaded x86 v0.52.0 |
8757 | 2024-12-21T03:11:45.377Z | [ recovery-image] Dec 21 03:11:43.262 INFO E| Updating crates.io index |
8758 | 2024-12-21T03:11:45.523Z | [ recovery-image] Dec 21 03:11:43.409 INFO E| Downloading crates ... |
8759 | 2024-12-21T03:11:45.658Z | [ recovery-image] Dec 21 03:11:43.544 INFO E| Downloaded hashbrown v0.15.0 |
8760 | 2024-12-21T03:11:45.689Z | [ recovery-image] Dec 21 03:11:43.553 INFO E| Downloaded compiler_builtins v0.1.134 |
8761 | 2024-12-21T03:11:45.795Z | [ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling compiler_builtins v0.1.134 |
8762 | 2024-12-21T03:11:45.798Z | [ recovery-image] Dec 21 03:11:43.681 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) |
8763 | 2024-12-21T03:11:45.799Z | [ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling proc-macro2 v1.0.89 |
8764 | 2024-12-21T03:11:45.799Z | [ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling unicode-ident v1.0.13 |
8765 | 2024-12-21T03:11:45.799Z | [ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling syn v1.0.109 |
8766 | 2024-12-21T03:11:45.799Z | [ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling x86 v0.52.0 |
8767 | 2024-12-21T03:11:45.799Z | [ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8768 | 2024-12-21T03:11:45.799Z | [ recovery-image] Dec 21 03:11:43.681 INFO E| Compiling seq-macro v0.3.5 |
8769 | 2024-12-21T03:11:48.891Z | [ recovery-image] Dec 21 03:11:46.772 INFO E| Compiling quote v1.0.37 |
8770 | 2024-12-21T03:11:49.272Z | [ recovery-image] Dec 21 03:11:47.156 INFO E| Compiling syn v2.0.85 |
8771 | 2024-12-21T03:11:55.450Z | [ host-image] Dec 21 03:11:53.334 INFO O| seeding SMF database... |
8772 | 2024-12-21T03:11:56.283Z | [ recovery-image] Dec 21 03:11:54.167 INFO E| Compiling scroll_derive v0.12.0 |
8773 | 2024-12-21T03:12:00.651Z | [ recovery-image] Dec 21 03:11:58.534 INFO E| Compiling bitstruct_derive v0.1.0 |
8774 | 2024-12-21T03:12:09.898Z | [ host-image] Dec 21 03:12:07.777 INFO O| configuring SMF profile... |
8775 | 2024-12-21T03:12:09.900Z | [ host-image] Dec 21 03:12:07.777 INFO O| modifying shadow(5)... |
8776 | 2024-12-21T03:12:09.900Z | [ host-image] Dec 21 03:12:07.778 INFO O| loading user and group database... |
8777 | 2024-12-21T03:12:09.900Z | [ host-image] Dec 21 03:12:07.778 INFO O| assessing packaged files... |
8778 | 2024-12-21T03:12:14.029Z | [ host-image] Dec 21 03:12:11.908 INFO O| creating archive... |
8779 | 2024-12-21T03:12:14.097Z | [ host-image] Dec 21 03:12:11.977 INFO O| missing from packaging: |
8780 | 2024-12-21T03:12:14.097Z | [ host-image] Dec 21 03:12:11.977 INFO O| "etc/.pwd.lock" |
8781 | 2024-12-21T03:12:14.100Z | [ host-image] Dec 21 03:12:11.977 INFO O| "etc/bash" |
8782 | 2024-12-21T03:12:14.107Z | [ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/generic.xml" |
8783 | 2024-12-21T03:12:14.107Z | [ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/inetd_services.xml" |
8784 | 2024-12-21T03:12:14.110Z | [ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/name_service.xml" |
8785 | 2024-12-21T03:12:14.110Z | [ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/platform.xml" |
8786 | 2024-12-21T03:12:14.110Z | [ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8787 | 2024-12-21T03:12:14.110Z | [ host-image] Dec 21 03:12:11.987 INFO O| "etc/svc/repository.db" |
8788 | 2024-12-21T03:12:14.128Z | [ host-image] Dec 21 03:12:12.008 INFO O| "opt/ooce/share" |
8789 | 2024-12-21T03:12:14.128Z | [ host-image] Dec 21 03:12:12.008 INFO O| "opt/ooce/share/man" |
8790 | 2024-12-21T03:12:14.131Z | [ host-image] Dec 21 03:12:12.008 INFO O| "opt/ooce/share/man/man1" |
8791 | 2024-12-21T03:12:14.151Z | [ host-image] Dec 21 03:12:12.031 INFO O| finishing archive... |
8792 | 2024-12-21T03:12:17.831Z | [ host-image] Dec 21 03:12:15.710 INFO O| creating gzonly manifest... |
8793 | 2024-12-21T03:12:17.843Z | [ host-image] Dec 21 03:12:15.722 INFO O| ok |
8794 | 2024-12-21T03:12:18.004Z | [ host-image] Dec 21 03:12:15.883 INFO image builder template: ramdisk-02-trim... |
8795 | 2024-12-21T03:12:18.004Z | [ host-image] Dec 21 03:12:15.883 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/.tmpLkmalU/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 |
8796 | 2024-12-21T03:12:18.045Z | [ host-image] Dec 21 03:12:15.923 INFO O| Dec 21 03:12:15.923 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8797 | 2024-12-21T03:12:18.051Z | [ host-image] Dec 21 03:12:15.930 INFO O| Dec 21 03:12:15.930 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8798 | 2024-12-21T03:12:18.170Z | [ host-image] Dec 21 03:12:16.048 INFO O| Dec 21 03:12:16.048 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8799 | 2024-12-21T03:12:18.328Z | [ host-image] Dec 21 03:12:16.207 INFO O| Dec 21 03:12:16.207 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8800 | 2024-12-21T03:12:18.328Z | [ host-image] Dec 21 03:12:16.207 INFO O| Dec 21 03:12:16.207 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8801 | 2024-12-21T03:12:18.337Z | [ host-image] Dec 21 03:12:16.216 INFO O| Dec 21 03:12:16.216 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8802 | 2024-12-21T03:12:18.343Z | [ host-image] Dec 21 03:12:16.223 INFO O| Dec 21 03:12:16.222 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8803 | 2024-12-21T03:12:18.352Z | [ host-image] Dec 21 03:12:16.230 INFO O| Dec 21 03:12:16.230 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8804 | 2024-12-21T03:12:18.950Z | [ host-image] Dec 21 03:12:16.828 INFO O| Dec 21 03:12:16.828 INFO rolled back to input snapshot; work may begin |
8805 | 2024-12-21T03:12:18.950Z | [ host-image] Dec 21 03:12:16.828 INFO O| Dec 21 03:12:16.828 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8806 | 2024-12-21T03:12:18.978Z | [ host-image] Dec 21 03:12:16.856 INFO O| Dec 21 03:12:16.856 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8807 | 2024-12-21T03:12:19.020Z | [ host-image] Dec 21 03:12:16.899 INFO O| Dec 21 03:12:16.899 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8808 | 2024-12-21T03:12:19.167Z | [ host-image] Dec 21 03:12:17.045 INFO O| Dec 21 03:12:17.045 INFO STEP 0 (remove_files) COMPLETE |
8809 | 2024-12-21T03:12:19.167Z | [ host-image] Dec 21 03:12:17.045 INFO O| Dec 21 03:12:17.045 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-12-21T03:12:19.192Z | [ host-image] Dec 21 03:12:17.070 INFO O| Dec 21 03:12:17.070 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8811 | 2024-12-21T03:12:19.195Z | [ host-image] Dec 21 03:12:17.073 INFO O| Dec 21 03:12:17.073 INFO STEP 1 (remove_files) COMPLETE |
8812 | 2024-12-21T03:12:19.195Z | [ host-image] Dec 21 03:12:17.073 INFO O| Dec 21 03:12:17.073 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8813 | 2024-12-21T03:12:19.212Z | [ host-image] Dec 21 03:12:17.091 INFO O| Dec 21 03:12:17.091 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8814 | 2024-12-21T03:12:19.237Z | [ host-image] Dec 21 03:12:17.115 INFO O| Dec 21 03:12:17.115 INFO STEP 2 (remove_files) COMPLETE |
8815 | 2024-12-21T03:12:19.240Z | [ host-image] Dec 21 03:12:17.115 INFO O| Dec 21 03:12:17.115 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2024-12-21T03:12:19.261Z | [ host-image] Dec 21 03:12:17.140 INFO O| Dec 21 03:12:17.140 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8817 | 2024-12-21T03:12:19.264Z | [ host-image] Dec 21 03:12:17.143 INFO O| Dec 21 03:12:17.143 INFO STEP 3 (remove_files) COMPLETE |
8818 | 2024-12-21T03:12:19.265Z | [ host-image] Dec 21 03:12:17.143 INFO O| Dec 21 03:12:17.143 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-12-21T03:12:19.282Z | [ host-image] Dec 21 03:12:17.160 INFO O| Dec 21 03:12:17.160 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8820 | 2024-12-21T03:12:19.286Z | [ host-image] Dec 21 03:12:17.165 INFO O| Dec 21 03:12:17.165 INFO STEP 4 (remove_files) COMPLETE |
8821 | 2024-12-21T03:12:19.286Z | [ host-image] Dec 21 03:12:17.165 INFO O| Dec 21 03:12:17.165 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-12-21T03:12:19.315Z | [ host-image] Dec 21 03:12:17.193 INFO O| Dec 21 03:12:17.193 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8823 | 2024-12-21T03:12:19.319Z | [ host-image] Dec 21 03:12:17.198 INFO O| Dec 21 03:12:17.198 INFO STEP 5 (remove_files) COMPLETE |
8824 | 2024-12-21T03:12:19.322Z | [ host-image] Dec 21 03:12:17.198 INFO O| Dec 21 03:12:17.198 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-12-21T03:12:19.360Z | [ host-image] Dec 21 03:12:17.238 INFO O| Dec 21 03:12:17.238 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8826 | 2024-12-21T03:12:19.376Z | [ host-image] Dec 21 03:12:17.255 INFO O| Dec 21 03:12:17.255 INFO STEP 6 (remove_files) COMPLETE |
8827 | 2024-12-21T03:12:19.376Z | [ host-image] Dec 21 03:12:17.255 INFO O| Dec 21 03:12:17.255 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-21T03:12:19.419Z | [ host-image] Dec 21 03:12:17.296 INFO O| Dec 21 03:12:17.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8829 | 2024-12-21T03:12:19.437Z | [ host-image] Dec 21 03:12:17.316 INFO O| Dec 21 03:12:17.316 INFO STEP 7 (remove_files) COMPLETE |
8830 | 2024-12-21T03:12:19.437Z | [ host-image] Dec 21 03:12:17.316 INFO O| Dec 21 03:12:17.316 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-21T03:12:19.457Z | [ host-image] Dec 21 03:12:17.335 INFO O| Dec 21 03:12:17.335 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8832 | 2024-12-21T03:12:19.574Z | [ host-image] Dec 21 03:12:17.453 INFO O| Dec 21 03:12:17.453 INFO STEP 8 (remove_files) COMPLETE |
8833 | 2024-12-21T03:12:19.575Z | [ host-image] Dec 21 03:12:17.453 INFO O| Dec 21 03:12:17.453 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-21T03:12:19.610Z | [ host-image] Dec 21 03:12:17.488 INFO O| Dec 21 03:12:17.488 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8835 | 2024-12-21T03:12:19.738Z | [ host-image] Dec 21 03:12:17.616 INFO O| Dec 21 03:12:17.615 INFO STEP 9 (remove_files) COMPLETE |
8836 | 2024-12-21T03:12:19.738Z | [ host-image] Dec 21 03:12:17.616 INFO O| Dec 21 03:12:17.616 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-21T03:12:19.756Z | [ host-image] Dec 21 03:12:17.634 INFO O| Dec 21 03:12:17.634 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8838 | 2024-12-21T03:12:19.761Z | [ host-image] Dec 21 03:12:17.639 INFO O| Dec 21 03:12:17.639 INFO STEP 10 (remove_files) COMPLETE |
8839 | 2024-12-21T03:12:19.761Z | [ host-image] Dec 21 03:12:17.639 INFO O| Dec 21 03:12:17.639 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-21T03:12:19.778Z | [ host-image] Dec 21 03:12:17.656 INFO O| Dec 21 03:12:17.656 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8841 | 2024-12-21T03:12:19.782Z | [ host-image] Dec 21 03:12:17.658 INFO O| Dec 21 03:12:17.658 INFO STEP 11 (remove_files) COMPLETE |
8842 | 2024-12-21T03:12:19.782Z | [ host-image] Dec 21 03:12:17.658 INFO O| Dec 21 03:12:17.658 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-21T03:12:19.813Z | [ host-image] Dec 21 03:12:17.691 INFO O| Dec 21 03:12:17.691 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8844 | 2024-12-21T03:12:19.816Z | [ host-image] Dec 21 03:12:17.693 INFO O| Dec 21 03:12:17.693 INFO STEP 12 (remove_files) COMPLETE |
8845 | 2024-12-21T03:12:19.816Z | [ host-image] Dec 21 03:12:17.693 INFO O| Dec 21 03:12:17.693 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-21T03:12:20.333Z | [ host-image] Dec 21 03:12:18.211 INFO O| Dec 21 03:12:18.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8847 | 2024-12-21T03:12:20.417Z | [ host-image] Dec 21 03:12:18.295 INFO O| Dec 21 03:12:18.295 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8848 | 2024-12-21T03:12:20.424Z | [ host-image] Dec 21 03:12:18.297 INFO O| Dec 21 03:12:18.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8849 | 2024-12-21T03:12:20.429Z | [ host-image] Dec 21 03:12:18.307 INFO O| Dec 21 03:12:18.307 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8850 | 2024-12-21T03:12:20.480Z | [ host-image] Dec 21 03:12:18.357 INFO O| Dec 21 03:12:18.357 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8851 | 2024-12-21T03:12:20.499Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8852 | 2024-12-21T03:12:20.499Z | [ host-image] Dec 21 03:12:18.377 INFO O| Dec 21 03:12:18.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8853 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8854 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8855 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8856 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8857 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.378 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8858 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.379 INFO O| Dec 21 03:12:18.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8859 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.379 INFO O| Dec 21 03:12:18.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8860 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.379 INFO O| Dec 21 03:12:18.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8861 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.379 INFO O| Dec 21 03:12:18.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8862 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.380 INFO O| Dec 21 03:12:18.379 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8863 | 2024-12-21T03:12:20.506Z | [ host-image] Dec 21 03:12:18.380 INFO O| Dec 21 03:12:18.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8864 | 2024-12-21T03:12:20.507Z | [ host-image] Dec 21 03:12:18.380 INFO O| Dec 21 03:12:18.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8865 | 2024-12-21T03:12:20.510Z | [ host-image] Dec 21 03:12:18.386 INFO O| Dec 21 03:12:18.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8866 | 2024-12-21T03:12:20.510Z | [ host-image] Dec 21 03:12:18.386 INFO O| Dec 21 03:12:18.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8867 | 2024-12-21T03:12:20.510Z | [ host-image] Dec 21 03:12:18.388 INFO O| Dec 21 03:12:18.388 INFO STEP 13 (remove_files) COMPLETE |
8868 | 2024-12-21T03:12:20.510Z | [ host-image] Dec 21 03:12:18.388 INFO O| Dec 21 03:12:18.388 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8869 | 2024-12-21T03:12:20.567Z | [ host-image] Dec 21 03:12:18.445 INFO O| Dec 21 03:12:18.445 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8870 | 2024-12-21T03:12:20.571Z | [ host-image] Dec 21 03:12:18.447 INFO O| Dec 21 03:12:18.447 INFO STEP 14 (remove_files) COMPLETE |
8871 | 2024-12-21T03:12:20.571Z | [ host-image] Dec 21 03:12:18.447 INFO O| Dec 21 03:12:18.447 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8872 | 2024-12-21T03:12:20.605Z | [ host-image] Dec 21 03:12:18.483 INFO O| Dec 21 03:12:18.483 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8873 | 2024-12-21T03:12:20.615Z | [ host-image] Dec 21 03:12:18.493 INFO O| Dec 21 03:12:18.493 INFO STEP 15 (remove_files) COMPLETE |
8874 | 2024-12-21T03:12:20.615Z | [ host-image] Dec 21 03:12:18.493 INFO O| Dec 21 03:12:18.493 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8875 | 2024-12-21T03:12:20.642Z | [ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8876 | 2024-12-21T03:12:20.645Z | [ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO STEP 16 (remove_files) COMPLETE |
8877 | 2024-12-21T03:12:20.645Z | [ host-image] Dec 21 03:12:18.520 INFO O| Dec 21 03:12:18.520 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-21T03:12:20.679Z | [ host-image] Dec 21 03:12:18.557 INFO O| Dec 21 03:12:18.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8879 | 2024-12-21T03:12:20.681Z | [ host-image] Dec 21 03:12:18.559 INFO O| Dec 21 03:12:18.559 INFO STEP 17 (remove_files) COMPLETE |
8880 | 2024-12-21T03:12:20.681Z | [ host-image] Dec 21 03:12:18.559 INFO O| Dec 21 03:12:18.559 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-21T03:12:20.698Z | [ host-image] Dec 21 03:12:18.576 INFO O| Dec 21 03:12:18.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8882 | 2024-12-21T03:12:20.698Z | [ host-image] Dec 21 03:12:18.576 INFO O| Dec 21 03:12:18.576 INFO STEP 18 (remove_files) COMPLETE |
8883 | 2024-12-21T03:12:20.700Z | [ host-image] Dec 21 03:12:18.576 INFO O| Dec 21 03:12:18.576 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-21T03:12:20.714Z | [ host-image] Dec 21 03:12:18.592 INFO O| Dec 21 03:12:18.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8885 | 2024-12-21T03:12:20.714Z | [ host-image] Dec 21 03:12:18.592 INFO O| Dec 21 03:12:18.592 INFO STEP 19 (remove_files) COMPLETE |
8886 | 2024-12-21T03:12:20.714Z | [ host-image] Dec 21 03:12:18.592 INFO O| Dec 21 03:12:18.592 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-21T03:12:20.750Z | [ host-image] Dec 21 03:12:18.628 INFO O| Dec 21 03:12:18.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8888 | 2024-12-21T03:12:20.750Z | [ host-image] Dec 21 03:12:18.628 INFO O| Dec 21 03:12:18.628 INFO STEP 20 (remove_files) COMPLETE |
8889 | 2024-12-21T03:12:20.753Z | [ host-image] Dec 21 03:12:18.628 INFO O| Dec 21 03:12:18.628 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-21T03:12:20.784Z | [ host-image] Dec 21 03:12:18.662 INFO O| Dec 21 03:12:18.662 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8891 | 2024-12-21T03:12:20.784Z | [ host-image] Dec 21 03:12:18.662 INFO O| Dec 21 03:12:18.662 INFO STEP 21 (remove_files) COMPLETE |
8892 | 2024-12-21T03:12:20.784Z | [ host-image] Dec 21 03:12:18.662 INFO O| Dec 21 03:12:18.662 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-12-21T03:12:20.800Z | [ host-image] Dec 21 03:12:18.678 INFO O| Dec 21 03:12:18.678 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8894 | 2024-12-21T03:12:20.800Z | [ host-image] Dec 21 03:12:18.679 INFO O| Dec 21 03:12:18.678 INFO STEP 22 (remove_files) COMPLETE |
8895 | 2024-12-21T03:12:20.800Z | [ host-image] Dec 21 03:12:18.679 INFO O| Dec 21 03:12:18.678 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-21T03:12:20.817Z | [ host-image] Dec 21 03:12:18.695 INFO O| Dec 21 03:12:18.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8897 | 2024-12-21T03:12:20.817Z | [ host-image] Dec 21 03:12:18.695 INFO O| Dec 21 03:12:18.695 INFO STEP 23 (remove_files) COMPLETE |
8898 | 2024-12-21T03:12:20.820Z | [ host-image] Dec 21 03:12:18.695 INFO O| Dec 21 03:12:18.695 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-21T03:12:20.835Z | [ host-image] Dec 21 03:12:18.713 INFO O| Dec 21 03:12:18.713 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8900 | 2024-12-21T03:12:20.835Z | [ host-image] Dec 21 03:12:18.713 INFO O| Dec 21 03:12:18.713 INFO STEP 24 (remove_files) COMPLETE |
8901 | 2024-12-21T03:12:20.835Z | [ host-image] Dec 21 03:12:18.713 INFO O| Dec 21 03:12:18.713 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-21T03:12:20.875Z | [ host-image] Dec 21 03:12:18.753 INFO O| Dec 21 03:12:18.753 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8903 | 2024-12-21T03:12:20.875Z | [ host-image] Dec 21 03:12:18.753 INFO O| Dec 21 03:12:18.753 INFO STEP 25 (remove_files) COMPLETE |
8904 | 2024-12-21T03:12:20.875Z | [ host-image] Dec 21 03:12:18.753 INFO O| Dec 21 03:12:18.753 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-21T03:12:20.913Z | [ host-image] Dec 21 03:12:18.791 INFO O| Dec 21 03:12:18.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8906 | 2024-12-21T03:12:20.916Z | [ host-image] Dec 21 03:12:18.791 INFO O| Dec 21 03:12:18.791 INFO STEP 26 (remove_files) COMPLETE |
8907 | 2024-12-21T03:12:20.916Z | [ host-image] Dec 21 03:12:18.792 INFO O| Dec 21 03:12:18.792 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-21T03:12:20.948Z | [ host-image] Dec 21 03:12:18.826 INFO O| Dec 21 03:12:18.826 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8909 | 2024-12-21T03:12:20.948Z | [ host-image] Dec 21 03:12:18.826 INFO O| Dec 21 03:12:18.826 INFO STEP 27 (remove_files) COMPLETE |
8910 | 2024-12-21T03:12:20.948Z | [ host-image] Dec 21 03:12:18.826 INFO O| Dec 21 03:12:18.826 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-21T03:12:20.998Z | [ host-image] Dec 21 03:12:18.876 INFO O| Dec 21 03:12:18.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8912 | 2024-12-21T03:12:20.998Z | [ host-image] Dec 21 03:12:18.876 INFO O| Dec 21 03:12:18.876 INFO STEP 28 (remove_files) COMPLETE |
8913 | 2024-12-21T03:12:20.999Z | [ host-image] Dec 21 03:12:18.876 INFO O| Dec 21 03:12:18.876 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-21T03:12:21.043Z | [ host-image] Dec 21 03:12:18.920 INFO O| Dec 21 03:12:18.920 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8915 | 2024-12-21T03:12:21.043Z | [ host-image] Dec 21 03:12:18.920 INFO O| Dec 21 03:12:18.920 INFO STEP 29 (remove_files) COMPLETE |
8916 | 2024-12-21T03:12:21.043Z | [ host-image] Dec 21 03:12:18.920 INFO O| Dec 21 03:12:18.920 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8917 | 2024-12-21T03:12:21.102Z | [ host-image] Dec 21 03:12:18.980 INFO O| Dec 21 03:12:18.980 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8918 | 2024-12-21T03:12:21.102Z | [ host-image] Dec 21 03:12:18.980 INFO O| Dec 21 03:12:18.980 INFO STEP 30 (remove_files) COMPLETE |
8919 | 2024-12-21T03:12:21.105Z | [ host-image] Dec 21 03:12:18.980 INFO O| Dec 21 03:12:18.980 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8920 | 2024-12-21T03:12:21.119Z | [ host-image] Dec 21 03:12:18.997 INFO O| Dec 21 03:12:18.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8921 | 2024-12-21T03:12:21.121Z | [ host-image] Dec 21 03:12:18.997 INFO O| Dec 21 03:12:18.997 INFO STEP 31 (remove_files) COMPLETE |
8922 | 2024-12-21T03:12:21.121Z | [ host-image] Dec 21 03:12:18.997 INFO O| Dec 21 03:12:18.997 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8923 | 2024-12-21T03:12:21.165Z | [ host-image] Dec 21 03:12:19.042 INFO O| Dec 21 03:12:19.042 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8924 | 2024-12-21T03:12:21.165Z | [ host-image] Dec 21 03:12:19.043 INFO O| Dec 21 03:12:19.042 INFO STEP 32 (remove_files) COMPLETE |
8925 | 2024-12-21T03:12:21.165Z | [ host-image] Dec 21 03:12:19.043 INFO O| Dec 21 03:12:19.043 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8926 | 2024-12-21T03:12:21.201Z | [ host-image] Dec 21 03:12:19.078 INFO O| Dec 21 03:12:19.078 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8927 | 2024-12-21T03:12:21.201Z | [ host-image] Dec 21 03:12:19.079 INFO O| Dec 21 03:12:19.079 INFO STEP 33 (remove_files) COMPLETE |
8928 | 2024-12-21T03:12:21.201Z | [ host-image] Dec 21 03:12:19.079 INFO O| Dec 21 03:12:19.079 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8929 | 2024-12-21T03:12:21.254Z | [ host-image] Dec 21 03:12:19.132 INFO O| Dec 21 03:12:19.132 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8930 | 2024-12-21T03:12:21.254Z | [ host-image] Dec 21 03:12:19.132 INFO O| Dec 21 03:12:19.132 INFO STEP 34 (remove_files) COMPLETE |
8931 | 2024-12-21T03:12:21.254Z | [ host-image] Dec 21 03:12:19.132 INFO O| Dec 21 03:12:19.132 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8932 | 2024-12-21T03:12:21.271Z | [ host-image] Dec 21 03:12:19.149 INFO O| Dec 21 03:12:19.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8933 | 2024-12-21T03:12:21.271Z | [ host-image] Dec 21 03:12:19.149 INFO O| Dec 21 03:12:19.149 INFO STEP 35 (remove_files) COMPLETE |
8934 | 2024-12-21T03:12:21.274Z | [ host-image] Dec 21 03:12:19.149 INFO O| Dec 21 03:12:19.149 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8935 | 2024-12-21T03:12:21.296Z | [ host-image] Dec 21 03:12:19.174 INFO O| Dec 21 03:12:19.174 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8936 | 2024-12-21T03:12:21.296Z | [ host-image] Dec 21 03:12:19.174 INFO O| Dec 21 03:12:19.174 INFO STEP 36 (remove_files) COMPLETE |
8937 | 2024-12-21T03:12:21.296Z | [ host-image] Dec 21 03:12:19.174 INFO O| Dec 21 03:12:19.174 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-21T03:12:21.333Z | [ host-image] Dec 21 03:12:19.211 INFO O| Dec 21 03:12:19.211 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8939 | 2024-12-21T03:12:21.333Z | [ host-image] Dec 21 03:12:19.211 INFO O| Dec 21 03:12:19.211 INFO STEP 37 (remove_files) COMPLETE |
8940 | 2024-12-21T03:12:21.336Z | [ host-image] Dec 21 03:12:19.212 INFO O| Dec 21 03:12:19.211 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-21T03:12:21.355Z | [ host-image] Dec 21 03:12:19.233 INFO O| Dec 21 03:12:19.233 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8942 | 2024-12-21T03:12:21.358Z | [ host-image] Dec 21 03:12:19.233 INFO O| Dec 21 03:12:19.233 INFO STEP 38 (remove_files) COMPLETE |
8943 | 2024-12-21T03:12:21.358Z | [ host-image] Dec 21 03:12:19.234 INFO O| Dec 21 03:12:19.233 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-21T03:12:21.373Z | [ host-image] Dec 21 03:12:19.251 INFO O| Dec 21 03:12:19.251 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8945 | 2024-12-21T03:12:21.373Z | [ host-image] Dec 21 03:12:19.251 INFO O| Dec 21 03:12:19.251 INFO STEP 39 (remove_files) COMPLETE |
8946 | 2024-12-21T03:12:21.375Z | [ host-image] Dec 21 03:12:19.251 INFO O| Dec 21 03:12:19.251 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-21T03:12:21.391Z | [ host-image] Dec 21 03:12:19.268 INFO O| Dec 21 03:12:19.268 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8948 | 2024-12-21T03:12:21.394Z | [ host-image] Dec 21 03:12:19.269 INFO O| Dec 21 03:12:19.268 INFO STEP 40 (remove_files) COMPLETE |
8949 | 2024-12-21T03:12:21.394Z | [ host-image] Dec 21 03:12:19.269 INFO O| Dec 21 03:12:19.269 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-21T03:12:21.414Z | [ host-image] Dec 21 03:12:19.292 INFO O| Dec 21 03:12:19.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8951 | 2024-12-21T03:12:21.414Z | [ host-image] Dec 21 03:12:19.292 INFO O| Dec 21 03:12:19.292 INFO STEP 41 (remove_files) COMPLETE |
8952 | 2024-12-21T03:12:21.415Z | [ host-image] Dec 21 03:12:19.292 INFO O| Dec 21 03:12:19.292 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-21T03:12:21.451Z | [ host-image] Dec 21 03:12:19.329 INFO O| Dec 21 03:12:19.329 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8954 | 2024-12-21T03:12:21.454Z | [ host-image] Dec 21 03:12:19.329 INFO O| Dec 21 03:12:19.329 INFO STEP 42 (remove_files) COMPLETE |
8955 | 2024-12-21T03:12:21.454Z | [ host-image] Dec 21 03:12:19.329 INFO O| Dec 21 03:12:19.329 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-21T03:12:21.485Z | [ host-image] Dec 21 03:12:19.364 INFO O| Dec 21 03:12:19.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8957 | 2024-12-21T03:12:21.486Z | [ host-image] Dec 21 03:12:19.364 INFO O| Dec 21 03:12:19.364 INFO STEP 43 (remove_files) COMPLETE |
8958 | 2024-12-21T03:12:21.488Z | [ host-image] Dec 21 03:12:19.364 INFO O| Dec 21 03:12:19.364 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2024-12-21T03:12:21.502Z | [ host-image] Dec 21 03:12:19.380 INFO O| Dec 21 03:12:19.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8960 | 2024-12-21T03:12:21.502Z | [ host-image] Dec 21 03:12:19.380 INFO O| Dec 21 03:12:19.380 INFO STEP 44 (remove_files) COMPLETE |
8961 | 2024-12-21T03:12:21.505Z | [ host-image] Dec 21 03:12:19.380 INFO O| Dec 21 03:12:19.380 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2024-12-21T03:12:21.519Z | [ host-image] Dec 21 03:12:19.395 INFO O| Dec 21 03:12:19.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8963 | 2024-12-21T03:12:21.521Z | [ host-image] Dec 21 03:12:19.395 INFO O| Dec 21 03:12:19.395 INFO STEP 45 (remove_files) COMPLETE |
8964 | 2024-12-21T03:12:21.521Z | [ host-image] Dec 21 03:12:19.395 INFO O| Dec 21 03:12:19.395 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2024-12-21T03:12:21.559Z | [ host-image] Dec 21 03:12:19.437 INFO O| Dec 21 03:12:19.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8966 | 2024-12-21T03:12:21.559Z | [ host-image] Dec 21 03:12:19.437 INFO O| Dec 21 03:12:19.437 INFO STEP 46 (remove_files) COMPLETE |
8967 | 2024-12-21T03:12:21.559Z | [ host-image] Dec 21 03:12:19.437 INFO O| Dec 21 03:12:19.437 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8968 | 2024-12-21T03:12:21.576Z | [ host-image] Dec 21 03:12:19.453 INFO O| Dec 21 03:12:19.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8969 | 2024-12-21T03:12:21.576Z | [ host-image] Dec 21 03:12:19.453 INFO O| Dec 21 03:12:19.453 INFO STEP 47 (remove_files) COMPLETE |
8970 | 2024-12-21T03:12:21.579Z | [ host-image] Dec 21 03:12:19.453 INFO O| Dec 21 03:12:19.453 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2024-12-21T03:12:21.592Z | [ host-image] Dec 21 03:12:19.470 INFO O| Dec 21 03:12:19.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8972 | 2024-12-21T03:12:21.592Z | [ host-image] Dec 21 03:12:19.470 INFO O| Dec 21 03:12:19.470 INFO STEP 48 (remove_files) COMPLETE |
8973 | 2024-12-21T03:12:21.592Z | [ host-image] Dec 21 03:12:19.470 INFO O| Dec 21 03:12:19.470 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8974 | 2024-12-21T03:12:21.628Z | [ host-image] Dec 21 03:12:19.506 INFO O| Dec 21 03:12:19.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8975 | 2024-12-21T03:12:21.628Z | [ host-image] Dec 21 03:12:19.506 INFO O| Dec 21 03:12:19.506 INFO STEP 49 (remove_files) COMPLETE |
8976 | 2024-12-21T03:12:21.628Z | [ host-image] Dec 21 03:12:19.506 INFO O| Dec 21 03:12:19.506 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2024-12-21T03:12:21.647Z | [ host-image] Dec 21 03:12:19.525 INFO O| Dec 21 03:12:19.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8978 | 2024-12-21T03:12:21.648Z | [ host-image] Dec 21 03:12:19.525 INFO O| Dec 21 03:12:19.525 INFO STEP 50 (remove_files) COMPLETE |
8979 | 2024-12-21T03:12:21.650Z | [ host-image] Dec 21 03:12:19.525 INFO O| Dec 21 03:12:19.525 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2024-12-21T03:12:21.663Z | [ host-image] Dec 21 03:12:19.541 INFO O| Dec 21 03:12:19.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8981 | 2024-12-21T03:12:21.666Z | [ host-image] Dec 21 03:12:19.541 INFO O| Dec 21 03:12:19.541 INFO STEP 51 (remove_files) COMPLETE |
8982 | 2024-12-21T03:12:21.666Z | [ host-image] Dec 21 03:12:19.542 INFO O| Dec 21 03:12:19.541 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-21T03:12:21.679Z | [ host-image] Dec 21 03:12:19.557 INFO O| Dec 21 03:12:19.557 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8984 | 2024-12-21T03:12:21.682Z | [ host-image] Dec 21 03:12:19.558 INFO O| Dec 21 03:12:19.557 INFO STEP 52 (remove_files) COMPLETE |
8985 | 2024-12-21T03:12:21.682Z | [ host-image] Dec 21 03:12:19.558 INFO O| Dec 21 03:12:19.558 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-21T03:12:21.737Z | [ host-image] Dec 21 03:12:19.615 INFO O| Dec 21 03:12:19.615 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8987 | 2024-12-21T03:12:21.741Z | [ host-image] Dec 21 03:12:19.615 INFO O| Dec 21 03:12:19.615 INFO STEP 53 (remove_files) COMPLETE |
8988 | 2024-12-21T03:12:21.741Z | [ host-image] Dec 21 03:12:19.615 INFO O| Dec 21 03:12:19.615 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2024-12-21T03:12:21.756Z | [ host-image] Dec 21 03:12:19.634 INFO O| Dec 21 03:12:19.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8990 | 2024-12-21T03:12:21.759Z | [ host-image] Dec 21 03:12:19.635 INFO O| Dec 21 03:12:19.634 INFO STEP 54 (remove_files) COMPLETE |
8991 | 2024-12-21T03:12:21.759Z | [ host-image] Dec 21 03:12:19.635 INFO O| Dec 21 03:12:19.635 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2024-12-21T03:12:21.774Z | [ host-image] Dec 21 03:12:19.652 INFO O| Dec 21 03:12:19.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8993 | 2024-12-21T03:12:21.774Z | [ host-image] Dec 21 03:12:19.652 INFO O| Dec 21 03:12:19.652 INFO STEP 55 (remove_files) COMPLETE |
8994 | 2024-12-21T03:12:21.777Z | [ host-image] Dec 21 03:12:19.652 INFO O| Dec 21 03:12:19.652 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8995 | 2024-12-21T03:12:21.815Z | [ host-image] Dec 21 03:12:19.693 INFO O| Dec 21 03:12:19.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8996 | 2024-12-21T03:12:21.815Z | [ host-image] Dec 21 03:12:19.693 INFO O| Dec 21 03:12:19.693 INFO STEP 56 (remove_files) COMPLETE |
8997 | 2024-12-21T03:12:21.815Z | [ host-image] Dec 21 03:12:19.693 INFO O| Dec 21 03:12:19.693 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8998 | 2024-12-21T03:12:21.834Z | [ host-image] Dec 21 03:12:19.712 INFO O| Dec 21 03:12:19.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8999 | 2024-12-21T03:12:21.834Z | [ host-image] Dec 21 03:12:19.712 INFO O| Dec 21 03:12:19.712 INFO STEP 57 (remove_files) COMPLETE |
9000 | 2024-12-21T03:12:21.835Z | [ host-image] Dec 21 03:12:19.712 INFO O| Dec 21 03:12:19.712 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2024-12-21T03:12:21.869Z | [ host-image] Dec 21 03:12:19.747 INFO O| Dec 21 03:12:19.747 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9002 | 2024-12-21T03:12:21.869Z | [ host-image] Dec 21 03:12:19.747 INFO O| Dec 21 03:12:19.747 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9003 | 2024-12-21T03:12:21.869Z | [ host-image] Dec 21 03:12:19.747 INFO O| Dec 21 03:12:19.747 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9004 | 2024-12-21T03:12:21.872Z | [ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.747 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9005 | 2024-12-21T03:12:21.872Z | [ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.747 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9006 | 2024-12-21T03:12:21.872Z | [ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.748 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9007 | 2024-12-21T03:12:21.872Z | [ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.748 INFO ok! |
9008 | 2024-12-21T03:12:21.872Z | [ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.748 INFO STEP 58 (ensure_file) COMPLETE |
9009 | 2024-12-21T03:12:21.873Z | [ host-image] Dec 21 03:12:19.748 INFO O| Dec 21 03:12:19.748 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9010 | 2024-12-21T03:12:21.930Z | [ host-image] Dec 21 03:12:19.807 INFO O| Dec 21 03:12:19.807 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9011 | 2024-12-21T03:12:21.930Z | [ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.807 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9012 | 2024-12-21T03:12:21.932Z | [ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9013 | 2024-12-21T03:12:21.932Z | [ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9014 | 2024-12-21T03:12:21.932Z | [ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9015 | 2024-12-21T03:12:21.932Z | [ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9016 | 2024-12-21T03:12:21.932Z | [ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO ok! |
9017 | 2024-12-21T03:12:21.933Z | [ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO STEP 59 (ensure_file) COMPLETE |
9018 | 2024-12-21T03:12:21.933Z | [ host-image] Dec 21 03:12:19.808 INFO O| Dec 21 03:12:19.808 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9019 | 2024-12-21T03:12:21.950Z | [ host-image] Dec 21 03:12:19.828 INFO O| Dec 21 03:12:19.828 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9020 | 2024-12-21T03:12:21.950Z | [ host-image] Dec 21 03:12:19.828 INFO O| Dec 21 03:12:19.828 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9021 | 2024-12-21T03:12:21.950Z | [ host-image] Dec 21 03:12:19.828 INFO O| Dec 21 03:12:19.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9022 | 2024-12-21T03:12:21.953Z | [ host-image] Dec 21 03:12:19.828 INFO O| Dec 21 03:12:19.828 INFO ok! |
9023 | 2024-12-21T03:12:21.953Z | [ host-image] Dec 21 03:12:19.829 INFO O| Dec 21 03:12:19.828 INFO STEP 60 (ensure_file) COMPLETE |
9024 | 2024-12-21T03:12:21.953Z | [ host-image] Dec 21 03:12:19.829 INFO O| Dec 21 03:12:19.828 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9025 | 2024-12-21T03:12:21.988Z | [ host-image] Dec 21 03:12:19.866 INFO O| Dec 21 03:12:19.866 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9026 | 2024-12-21T03:12:21.989Z | [ host-image] Dec 21 03:12:19.866 INFO O| Dec 21 03:12:19.866 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9027 | 2024-12-21T03:12:21.992Z | [ host-image] Dec 21 03:12:19.866 INFO O| Dec 21 03:12:19.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9028 | 2024-12-21T03:12:21.992Z | [ host-image] Dec 21 03:12:19.867 INFO O| Dec 21 03:12:19.866 INFO ok! |
9029 | 2024-12-21T03:12:21.992Z | [ host-image] Dec 21 03:12:19.867 INFO O| Dec 21 03:12:19.867 INFO STEP 61 (ensure_file) COMPLETE |
9030 | 2024-12-21T03:12:21.992Z | [ host-image] Dec 21 03:12:19.867 INFO O| Dec 21 03:12:19.867 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9031 | 2024-12-21T03:12:22.007Z | [ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9032 | 2024-12-21T03:12:22.007Z | [ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9033 | 2024-12-21T03:12:22.007Z | [ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9034 | 2024-12-21T03:12:22.007Z | [ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9035 | 2024-12-21T03:12:22.013Z | [ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO ok! |
9036 | 2024-12-21T03:12:22.013Z | [ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO STEP 62 (ensure_file) COMPLETE |
9037 | 2024-12-21T03:12:22.013Z | [ host-image] Dec 21 03:12:19.884 INFO O| Dec 21 03:12:19.884 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9038 | 2024-12-21T03:12:22.024Z | [ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9039 | 2024-12-21T03:12:22.024Z | [ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9040 | 2024-12-21T03:12:22.024Z | [ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9041 | 2024-12-21T03:12:22.027Z | [ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9042 | 2024-12-21T03:12:22.027Z | [ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO ok! |
9043 | 2024-12-21T03:12:22.027Z | [ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO STEP 63 (ensure_file) COMPLETE |
9044 | 2024-12-21T03:12:22.027Z | [ host-image] Dec 21 03:12:19.901 INFO O| Dec 21 03:12:19.901 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9045 | 2024-12-21T03:12:22.041Z | [ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.918 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9046 | 2024-12-21T03:12:22.041Z | [ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.918 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9047 | 2024-12-21T03:12:22.041Z | [ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9048 | 2024-12-21T03:12:22.041Z | [ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.919 INFO ok! |
9049 | 2024-12-21T03:12:22.044Z | [ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.919 INFO STEP 64 (assemble_files) COMPLETE |
9050 | 2024-12-21T03:12:22.044Z | [ host-image] Dec 21 03:12:19.919 INFO O| Dec 21 03:12:19.919 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9051 | 2024-12-21T03:12:22.071Z | [ host-image] Dec 21 03:12:19.948 INFO O| Dec 21 03:12:19.948 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9052 | 2024-12-21T03:12:22.071Z | [ host-image] Dec 21 03:12:19.948 INFO O| Dec 21 03:12:19.948 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9053 | 2024-12-21T03:12:22.071Z | [ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.948 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9054 | 2024-12-21T03:12:22.071Z | [ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.949 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9055 | 2024-12-21T03:12:22.074Z | [ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.949 INFO ok! |
9056 | 2024-12-21T03:12:22.074Z | [ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.949 INFO STEP 65 (ensure_file) COMPLETE |
9057 | 2024-12-21T03:12:22.074Z | [ host-image] Dec 21 03:12:19.949 INFO O| Dec 21 03:12:19.949 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9058 | 2024-12-21T03:12:22.094Z | [ host-image] Dec 21 03:12:19.972 INFO O| Dec 21 03:12:19.972 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9059 | 2024-12-21T03:12:22.094Z | [ host-image] Dec 21 03:12:19.972 INFO O| Dec 21 03:12:19.972 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9060 | 2024-12-21T03:12:22.097Z | [ host-image] Dec 21 03:12:19.972 INFO O| Dec 21 03:12:19.972 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9061 | 2024-12-21T03:12:22.097Z | [ host-image] Dec 21 03:12:19.972 INFO O| Dec 21 03:12:19.972 INFO STEP 66 (ensure_dir) COMPLETE |
9062 | 2024-12-21T03:12:22.097Z | [ host-image] Dec 21 03:12:19.973 INFO O| Dec 21 03:12:19.972 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9063 | 2024-12-21T03:12:22.112Z | [ host-image] Dec 21 03:12:19.990 INFO O| Dec 21 03:12:19.990 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9064 | 2024-12-21T03:12:22.112Z | [ host-image] Dec 21 03:12:19.990 INFO O| Dec 21 03:12:19.990 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 ... |
9065 | 2024-12-21T03:12:22.122Z | [ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 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 |
9066 | 2024-12-21T03:12:22.125Z | [ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9067 | 2024-12-21T03:12:22.125Z | [ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 INFO ok! |
9068 | 2024-12-21T03:12:22.125Z | [ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 INFO STEP 67 (ensure_file) COMPLETE |
9069 | 2024-12-21T03:12:22.125Z | [ host-image] Dec 21 03:12:20.000 INFO O| Dec 21 03:12:20.000 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9070 | 2024-12-21T03:12:22.141Z | [ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9071 | 2024-12-21T03:12:22.141Z | [ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 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 ... |
9072 | 2024-12-21T03:12:22.144Z | [ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 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 |
9073 | 2024-12-21T03:12:22.145Z | [ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9074 | 2024-12-21T03:12:22.145Z | [ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO ok! |
9075 | 2024-12-21T03:12:22.145Z | [ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO STEP 68 (ensure_file) COMPLETE |
9076 | 2024-12-21T03:12:22.145Z | [ host-image] Dec 21 03:12:20.019 INFO O| Dec 21 03:12:20.019 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9077 | 2024-12-21T03:12:22.168Z | [ host-image] Dec 21 03:12:20.046 INFO O| Dec 21 03:12:20.045 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9078 | 2024-12-21T03:12:22.168Z | [ host-image] Dec 21 03:12:20.046 INFO O| Dec 21 03:12:20.046 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9079 | 2024-12-21T03:12:22.229Z | [ recovery-image] Dec 21 03:12:20.107 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) |
9080 | 2024-12-21T03:12:25.985Z | [ recovery-image] Dec 21 03:12:23.863 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) |
9081 | 2024-12-21T03:12:27.381Z | [ host-image] Dec 21 03:12:25.258 INFO O| Dec 21 03:12:25.258 INFO STEP 69 (pack_tar) COMPLETE |
9082 | 2024-12-21T03:12:27.381Z | [ host-image] Dec 21 03:12:25.258 INFO O| Dec 21 03:12:25.258 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9083 | 2024-12-21T03:12:27.381Z | [ host-image] Dec 21 03:12:25.258 INFO O| Dec 21 03:12:25.258 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9084 | 2024-12-21T03:12:27.949Z | [ host-image] Dec 21 03:12:25.825 INFO O| Dec 21 03:12:25.825 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9085 | 2024-12-21T03:12:28.094Z | [ host-image] Dec 21 03:12:25.971 INFO O| Dec 21 03:12:25.971 INFO completed processing gimlet/ramdisk-02-trim |
9086 | 2024-12-21T03:12:28.097Z | [ host-image] Dec 21 03:12:25.974 INFO image builder template: zfs... |
9087 | 2024-12-21T03:12:28.097Z | [ host-image] Dec 21 03:12:25.974 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/.tmpLkmalU/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 |
9088 | 2024-12-21T03:12:28.120Z | [ host-image] Dec 21 03:12:25.996 INFO O| Dec 21 03:12:25.996 INFO skip include "stress" because feature "stress" is not enabled |
9089 | 2024-12-21T03:12:28.190Z | [ host-image] Dec 21 03:12:26.066 INFO O| Dec 21 03:12:26.066 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9090 | 2024-12-21T03:12:28.197Z | [ host-image] Dec 21 03:12:26.074 INFO O| Dec 21 03:12:26.074 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9091 | 2024-12-21T03:12:28.294Z | [ host-image] Dec 21 03:12:26.169 INFO O| Dec 21 03:12:26.169 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9092 | 2024-12-21T03:12:28.386Z | [ host-image] Dec 21 03:12:26.262 INFO O| Dec 21 03:12:26.262 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9093 | 2024-12-21T03:12:28.386Z | [ host-image] Dec 21 03:12:26.262 INFO O| Dec 21 03:12:26.262 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9094 | 2024-12-21T03:12:28.392Z | [ host-image] Dec 21 03:12:26.269 INFO O| Dec 21 03:12:26.269 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9095 | 2024-12-21T03:12:28.518Z | [ host-image] Dec 21 03:12:26.394 INFO O| Dec 21 03:12:26.394 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9096 | 2024-12-21T03:12:28.579Z | [ host-image] Dec 21 03:12:26.456 INFO O| Dec 21 03:12:26.456 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9097 | 2024-12-21T03:12:28.596Z | [ host-image] Dec 21 03:12:26.472 INFO O| Dec 21 03:12:26.472 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9098 | 2024-12-21T03:12:28.605Z | [ host-image] Dec 21 03:12:26.480 INFO O| Dec 21 03:12:26.480 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9099 | 2024-12-21T03:12:28.605Z | [ host-image] Dec 21 03:12:26.481 INFO O| Dec 21 03:12:26.480 INFO no lofi found |
9100 | 2024-12-21T03:12:28.608Z | [ host-image] Dec 21 03:12:26.481 INFO O| Dec 21 03:12:26.481 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9101 | 2024-12-21T03:12:28.608Z | [ host-image] Dec 21 03:12:26.481 INFO O| Dec 21 03:12:26.481 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9102 | 2024-12-21T03:12:30.133Z | [ host-image] Dec 21 03:12:28.010 INFO O| Dec 21 03:12:28.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
9103 | 2024-12-21T03:12:30.134Z | [ host-image] Dec 21 03:12:28.010 INFO O| Dec 21 03:12:28.009 INFO pool device = /dev/dsk/c2t1d0p0 |
9104 | 2024-12-21T03:12:30.136Z | [ host-image] Dec 21 03:12:28.010 INFO O| Dec 21 03:12:28.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"] |
9105 | 2024-12-21T03:12:30.371Z | [ host-image] Dec 21 03:12:28.247 INFO O| Dec 21 03:12:28.247 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9106 | 2024-12-21T03:12:30.371Z | [ host-image] Dec 21 03:12:28.247 INFO O| Dec 21 03:12:28.247 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9107 | 2024-12-21T03:12:30.407Z | [ host-image] Dec 21 03:12:28.283 INFO O| Dec 21 03:12:28.283 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9108 | 2024-12-21T03:12:30.517Z | [ host-image] Dec 21 03:12:28.392 INFO O| Dec 21 03:12:28.392 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9109 | 2024-12-21T03:12:30.594Z | [ host-image] Dec 21 03:12:28.470 INFO O| Dec 21 03:12:28.470 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9110 | 2024-12-21T03:12:30.620Z | [ host-image] Dec 21 03:12:28.496 INFO O| Dec 21 03:12:28.496 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9111 | 2024-12-21T03:12:30.640Z | [ host-image] Dec 21 03:12:28.516 INFO O| Dec 21 03:12:28.516 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9112 | 2024-12-21T03:12:30.732Z | [ host-image] Dec 21 03:12:28.607 INFO O| Dec 21 03:12:28.607 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9113 | 2024-12-21T03:12:30.735Z | [ host-image] Dec 21 03:12:28.608 INFO O| Dec 21 03:12:28.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9114 | 2024-12-21T03:12:30.735Z | [ host-image] Dec 21 03:12:28.608 INFO O| Dec 21 03:12:28.608 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9115 | 2024-12-21T03:12:30.771Z | [ host-image] Dec 21 03:12:28.647 INFO O| Dec 21 03:12:28.647 INFO boot environment UUID: daad4324-c5cb-4b21-a1cd-c3c443a41d87 |
9116 | 2024-12-21T03:12:30.771Z | [ host-image] Dec 21 03:12:28.647 INFO O| Dec 21 03:12:28.647 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = daad4324-c5cb-4b21-a1cd-c3c443a41d87 |
9117 | 2024-12-21T03:12:30.799Z | [ host-image] Dec 21 03:12:28.675 INFO O| Dec 21 03:12:28.675 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9118 | 2024-12-21T03:12:30.825Z | [ host-image] Dec 21 03:12:28.701 INFO O| Dec 21 03:12:28.701 INFO STEP 0 (create_be) COMPLETE |
9119 | 2024-12-21T03:12:30.825Z | [ host-image] Dec 21 03:12:28.701 INFO O| Dec 21 03:12:28.701 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9120 | 2024-12-21T03:12:30.854Z | [ host-image] Dec 21 03:12:28.729 INFO O| Dec 21 03:12:28.729 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9121 | 2024-12-21T03:12:34.109Z | [ recovery-image] Dec 21 03:12:31.983 INFO E| Compiling bitflags v1.3.2 |
9122 | 2024-12-21T03:12:34.109Z | [ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling scroll v0.12.0 |
9123 | 2024-12-21T03:12:34.112Z | [ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling log v0.4.22 |
9124 | 2024-12-21T03:12:34.112Z | [ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling adler2 v2.0.0 |
9125 | 2024-12-21T03:12:34.112Z | [ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling plain v0.2.3 |
9126 | 2024-12-21T03:12:34.112Z | [ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling bit_field v0.10.2 |
9127 | 2024-12-21T03:12:34.112Z | [ recovery-image] Dec 21 03:12:31.984 INFO E| Compiling static_assertions v1.1.0 |
9128 | 2024-12-21T03:12:34.229Z | [ recovery-image] Dec 21 03:12:32.104 INFO E| Compiling raw-cpuid v10.7.0 |
9129 | 2024-12-21T03:12:34.278Z | [ recovery-image] Dec 21 03:12:32.153 INFO E| Compiling cpio_reader v0.1.1 |
9130 | 2024-12-21T03:12:34.417Z | [ recovery-image] Dec 21 03:12:32.292 INFO E| Compiling miniz_oxide v0.8.0 |
9131 | 2024-12-21T03:12:34.490Z | [ recovery-image] Dec 21 03:12:32.364 INFO E| Compiling bitstruct v0.1.1 |
9132 | 2024-12-21T03:12:35.827Z | [ recovery-image] Dec 21 03:12:33.702 INFO E| Compiling goblin v0.8.2 |
9133 | 2024-12-21T03:12:56.069Z | [ host-image] Dec 21 03:12:53.939 INFO O| Dec 21 03:12:53.939 INFO STEP 1 (unpack_tar) COMPLETE |
9134 | 2024-12-21T03:12:56.069Z | [ host-image] Dec 21 03:12:53.939 INFO O| Dec 21 03:12:53.939 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9135 | 2024-12-21T03:12:56.086Z | [ host-image] Dec 21 03:12:53.956 INFO O| Dec 21 03:12:53.956 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9136 | 2024-12-21T03:12:56.566Z | [ recovery-image] Dec 21 03:12:54.430 INFO E| Finished `release` profile [optimized] target(s) in 1m 12s |
9137 | 2024-12-21T03:12:56.591Z | [ recovery-image] Dec 21 03:12:54.459 INFO building host image... |
9138 | 2024-12-21T03:12:56.596Z | [ recovery-image] Dec 21 03:12:54.459 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") |
9139 | 2024-12-21T03:12:56.883Z | [ host-image] Dec 21 03:12:54.753 INFO O| Dec 21 03:12:54.753 INFO STEP 2 (devfsadm) COMPLETE |
9140 | 2024-12-21T03:12:56.883Z | [ host-image] Dec 21 03:12:54.753 INFO O| Dec 21 03:12:54.753 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9141 | 2024-12-21T03:12:56.901Z | [ host-image] Dec 21 03:12:54.772 INFO O| Dec 21 03:12:54.771 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9142 | 2024-12-21T03:12:56.902Z | [ host-image] Dec 21 03:12:54.772 INFO O| Dec 21 03:12:54.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9143 | 2024-12-21T03:12:56.902Z | [ host-image] Dec 21 03:12:54.772 INFO O| Dec 21 03:12:54.772 INFO STEP 3 (ensure_dir) COMPLETE |
9144 | 2024-12-21T03:12:56.905Z | [ host-image] Dec 21 03:12:54.772 INFO O| Dec 21 03:12:54.772 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9145 | 2024-12-21T03:12:56.919Z | [ host-image] Dec 21 03:12:54.789 INFO O| Dec 21 03:12:54.789 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9146 | 2024-12-21T03:12:56.919Z | [ host-image] Dec 21 03:12:54.789 INFO O| Dec 21 03:12:54.789 INFO STEP 4 (ensure_dir) COMPLETE |
9147 | 2024-12-21T03:12:56.919Z | [ host-image] Dec 21 03:12:54.789 INFO O| Dec 21 03:12:54.789 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9148 | 2024-12-21T03:12:56.957Z | [ host-image] Dec 21 03:12:54.827 INFO O| Dec 21 03:12:54.827 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9149 | 2024-12-21T03:12:56.957Z | [ host-image] Dec 21 03:12:54.827 INFO O| Dec 21 03:12:54.827 INFO STEP 5 (ensure_dir) COMPLETE |
9150 | 2024-12-21T03:12:56.960Z | [ host-image] Dec 21 03:12:54.827 INFO O| Dec 21 03:12:54.827 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9151 | 2024-12-21T03:12:56.994Z | [ host-image] Dec 21 03:12:54.863 INFO O| Dec 21 03:12:54.863 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9152 | 2024-12-21T03:12:56.994Z | [ host-image] Dec 21 03:12:54.863 INFO O| Dec 21 03:12:54.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9153 | 2024-12-21T03:12:56.994Z | [ host-image] Dec 21 03:12:54.863 INFO O| Dec 21 03:12:54.863 INFO STEP 6 (ensure_dir) COMPLETE |
9154 | 2024-12-21T03:12:56.997Z | [ host-image] Dec 21 03:12:54.863 INFO O| Dec 21 03:12:54.863 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9155 | 2024-12-21T03:12:57.023Z | [ host-image] Dec 21 03:12:54.892 INFO O| Dec 21 03:12:54.892 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9156 | 2024-12-21T03:12:57.023Z | [ host-image] Dec 21 03:12:54.893 INFO O| Dec 21 03:12:54.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9157 | 2024-12-21T03:12:57.023Z | [ host-image] Dec 21 03:12:54.893 INFO O| Dec 21 03:12:54.893 INFO STEP 7 (ensure_dir) COMPLETE |
9158 | 2024-12-21T03:12:57.026Z | [ host-image] Dec 21 03:12:54.893 INFO O| Dec 21 03:12:54.893 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9159 | 2024-12-21T03:12:57.063Z | [ host-image] Dec 21 03:12:54.933 INFO O| Dec 21 03:12:54.933 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9160 | 2024-12-21T03:12:57.066Z | [ host-image] Dec 21 03:12:54.934 INFO O| Dec 21 03:12:54.934 INFO STEP 8 (remove_files) COMPLETE |
9161 | 2024-12-21T03:12:57.066Z | [ host-image] Dec 21 03:12:54.934 INFO O| Dec 21 03:12:54.934 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9162 | 2024-12-21T03:12:57.084Z | [ host-image] Dec 21 03:12:54.954 INFO O| Dec 21 03:12:54.954 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9163 | 2024-12-21T03:12:57.087Z | [ host-image] Dec 21 03:12:54.955 INFO O| Dec 21 03:12:54.955 INFO STEP 9 (remove_files) COMPLETE |
9164 | 2024-12-21T03:12:57.087Z | [ host-image] Dec 21 03:12:54.955 INFO O| Dec 21 03:12:54.955 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9165 | 2024-12-21T03:12:57.118Z | [ host-image] Dec 21 03:12:54.987 INFO O| Dec 21 03:12:54.987 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9166 | 2024-12-21T03:12:57.121Z | [ host-image] Dec 21 03:12:54.988 INFO O| Dec 21 03:12:54.988 INFO STEP 10 (remove_files) COMPLETE |
9167 | 2024-12-21T03:12:57.121Z | [ host-image] Dec 21 03:12:54.988 INFO O| Dec 21 03:12:54.988 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9168 | 2024-12-21T03:12:57.139Z | [ host-image] Dec 21 03:12:55.009 INFO O| Dec 21 03:12:55.008 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9169 | 2024-12-21T03:12:57.139Z | [ host-image] Dec 21 03:12:55.009 INFO O| Dec 21 03:12:55.009 INFO STEP 11 (remove_files) COMPLETE |
9170 | 2024-12-21T03:12:57.139Z | [ host-image] Dec 21 03:12:55.009 INFO O| Dec 21 03:12:55.009 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9171 | 2024-12-21T03:12:57.157Z | [ host-image] Dec 21 03:12:55.027 INFO O| Dec 21 03:12:55.027 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9172 | 2024-12-21T03:12:57.160Z | [ host-image] Dec 21 03:12:55.027 INFO O| Dec 21 03:12:55.027 INFO STEP 12 (remove_files) COMPLETE |
9173 | 2024-12-21T03:12:57.160Z | [ host-image] Dec 21 03:12:55.027 INFO O| Dec 21 03:12:55.027 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9174 | 2024-12-21T03:12:57.176Z | [ host-image] Dec 21 03:12:55.046 INFO O| Dec 21 03:12:55.046 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9175 | 2024-12-21T03:12:57.176Z | [ host-image] Dec 21 03:12:55.046 INFO O| Dec 21 03:12:55.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9176 | 2024-12-21T03:12:57.179Z | [ host-image] Dec 21 03:12:55.046 INFO O| Dec 21 03:12:55.046 INFO STEP 13 (ensure_dir) COMPLETE |
9177 | 2024-12-21T03:12:57.179Z | [ host-image] Dec 21 03:12:55.046 INFO O| Dec 21 03:12:55.046 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9178 | 2024-12-21T03:12:57.199Z | [ host-image] Dec 21 03:12:55.069 INFO O| Dec 21 03:12:55.069 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9179 | 2024-12-21T03:12:57.200Z | [ host-image] Dec 21 03:12:55.069 INFO O| Dec 21 03:12:55.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9180 | 2024-12-21T03:12:57.202Z | [ host-image] Dec 21 03:12:55.070 INFO O| Dec 21 03:12:55.069 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9181 | 2024-12-21T03:12:57.202Z | [ host-image] Dec 21 03:12:55.070 INFO O| Dec 21 03:12:55.070 INFO STEP 14 (ensure_dir) COMPLETE |
9182 | 2024-12-21T03:12:57.202Z | [ host-image] Dec 21 03:12:55.070 INFO O| Dec 21 03:12:55.070 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9183 | 2024-12-21T03:12:57.236Z | [ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9184 | 2024-12-21T03:12:57.236Z | [ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9185 | 2024-12-21T03:12:57.236Z | [ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9186 | 2024-12-21T03:12:57.236Z | [ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO STEP 15 (ensure_dir) COMPLETE |
9187 | 2024-12-21T03:12:57.236Z | [ host-image] Dec 21 03:12:55.105 INFO O| Dec 21 03:12:55.105 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9188 | 2024-12-21T03:12:57.276Z | [ host-image] Dec 21 03:12:55.146 INFO O| Dec 21 03:12:55.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9189 | 2024-12-21T03:12:57.276Z | [ host-image] Dec 21 03:12:55.146 INFO O| Dec 21 03:12:55.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9190 | 2024-12-21T03:12:57.276Z | [ host-image] Dec 21 03:12:55.146 INFO O| Dec 21 03:12:55.146 INFO STEP 16 (ensure_dir) COMPLETE |
9191 | 2024-12-21T03:12:57.279Z | [ host-image] Dec 21 03:12:55.146 INFO O| Dec 21 03:12:55.146 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9192 | 2024-12-21T03:12:57.293Z | [ host-image] Dec 21 03:12:55.163 INFO O| Dec 21 03:12:55.162 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9193 | 2024-12-21T03:12:57.293Z | [ host-image] Dec 21 03:12:55.163 INFO O| Dec 21 03:12:55.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9194 | 2024-12-21T03:12:57.295Z | [ host-image] Dec 21 03:12:55.163 INFO O| Dec 21 03:12:55.163 INFO STEP 17 (ensure_dir) COMPLETE |
9195 | 2024-12-21T03:12:57.295Z | [ host-image] Dec 21 03:12:55.163 INFO O| Dec 21 03:12:55.163 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9196 | 2024-12-21T03:12:57.362Z | [ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9197 | 2024-12-21T03:12:57.362Z | [ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9198 | 2024-12-21T03:12:57.362Z | [ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO ok! |
9199 | 2024-12-21T03:12:57.365Z | [ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO STEP 18 (ensure_symlink) COMPLETE |
9200 | 2024-12-21T03:12:57.366Z | [ host-image] Dec 21 03:12:55.231 INFO O| Dec 21 03:12:55.231 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9201 | 2024-12-21T03:12:57.418Z | [ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9202 | 2024-12-21T03:12:57.418Z | [ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9203 | 2024-12-21T03:12:57.418Z | [ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO ok! |
9204 | 2024-12-21T03:12:57.418Z | [ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO STEP 19 (ensure_file) COMPLETE |
9205 | 2024-12-21T03:12:57.423Z | [ host-image] Dec 21 03:12:55.288 INFO O| Dec 21 03:12:55.288 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9206 | 2024-12-21T03:12:57.435Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9207 | 2024-12-21T03:12:57.435Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9208 | 2024-12-21T03:12:57.437Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9209 | 2024-12-21T03:12:57.437Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO ok! |
9210 | 2024-12-21T03:12:57.437Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO STEP 20 (ensure_symlink) COMPLETE |
9211 | 2024-12-21T03:12:57.438Z | [ host-image] Dec 21 03:12:55.305 INFO O| Dec 21 03:12:55.305 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9212 | 2024-12-21T03:12:57.452Z | [ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9213 | 2024-12-21T03:12:57.452Z | [ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9214 | 2024-12-21T03:12:57.452Z | [ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9215 | 2024-12-21T03:12:57.452Z | [ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO ok! |
9216 | 2024-12-21T03:12:57.452Z | [ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO STEP 21 (ensure_symlink) COMPLETE |
9217 | 2024-12-21T03:12:57.452Z | [ host-image] Dec 21 03:12:55.321 INFO O| Dec 21 03:12:55.321 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9218 | 2024-12-21T03:12:57.468Z | [ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9219 | 2024-12-21T03:12:57.468Z | [ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9220 | 2024-12-21T03:12:57.468Z | [ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9221 | 2024-12-21T03:12:57.468Z | [ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO ok! |
9222 | 2024-12-21T03:12:57.473Z | [ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO STEP 22 (ensure_symlink) COMPLETE |
9223 | 2024-12-21T03:12:57.473Z | [ host-image] Dec 21 03:12:55.338 INFO O| Dec 21 03:12:55.338 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9224 | 2024-12-21T03:12:57.485Z | [ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.354 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9225 | 2024-12-21T03:12:57.485Z | [ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9226 | 2024-12-21T03:12:57.487Z | [ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9227 | 2024-12-21T03:12:57.488Z | [ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO ok! |
9228 | 2024-12-21T03:12:57.488Z | [ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO STEP 23 (ensure_symlink) COMPLETE |
9229 | 2024-12-21T03:12:57.488Z | [ host-image] Dec 21 03:12:55.355 INFO O| Dec 21 03:12:55.355 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9230 | 2024-12-21T03:12:57.503Z | [ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9231 | 2024-12-21T03:12:57.503Z | [ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9232 | 2024-12-21T03:12:57.505Z | [ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9233 | 2024-12-21T03:12:57.505Z | [ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO ok! |
9234 | 2024-12-21T03:12:57.505Z | [ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO STEP 24 (ensure_file) COMPLETE |
9235 | 2024-12-21T03:12:57.506Z | [ host-image] Dec 21 03:12:55.373 INFO O| Dec 21 03:12:55.373 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9236 | 2024-12-21T03:12:57.524Z | [ recovery-image] Dec 21 03:12:55.394 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9237 | 2024-12-21T03:12:57.615Z | [ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO updating shadow file |
9238 | 2024-12-21T03:12:57.619Z | [ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9239 | 2024-12-21T03:12:57.619Z | [ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9240 | 2024-12-21T03:12:57.619Z | [ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO STEP 25 (shadow) COMPLETE |
9241 | 2024-12-21T03:12:57.619Z | [ host-image] Dec 21 03:12:55.485 INFO O| Dec 21 03:12:55.485 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9242 | 2024-12-21T03:12:57.638Z | [ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9243 | 2024-12-21T03:12:57.638Z | [ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9244 | 2024-12-21T03:12:57.642Z | [ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9245 | 2024-12-21T03:12:57.642Z | [ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO ok! |
9246 | 2024-12-21T03:12:57.642Z | [ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO STEP 26 (ensure_file) COMPLETE |
9247 | 2024-12-21T03:12:57.642Z | [ host-image] Dec 21 03:12:55.507 INFO O| Dec 21 03:12:55.507 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9248 | 2024-12-21T03:12:57.692Z | [ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9249 | 2024-12-21T03:12:57.692Z | [ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9250 | 2024-12-21T03:12:57.692Z | [ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9251 | 2024-12-21T03:12:57.696Z | [ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO ok! |
9252 | 2024-12-21T03:12:57.696Z | [ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO STEP 27 (ensure_file) COMPLETE |
9253 | 2024-12-21T03:12:57.696Z | [ host-image] Dec 21 03:12:55.562 INFO O| Dec 21 03:12:55.562 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9254 | 2024-12-21T03:12:57.712Z | [ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9255 | 2024-12-21T03:12:57.712Z | [ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9256 | 2024-12-21T03:12:57.715Z | [ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9257 | 2024-12-21T03:12:57.715Z | [ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9258 | 2024-12-21T03:12:57.715Z | [ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO ok! |
9259 | 2024-12-21T03:12:57.715Z | [ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO STEP 28 (ensure_file) COMPLETE |
9260 | 2024-12-21T03:12:57.715Z | [ host-image] Dec 21 03:12:55.582 INFO O| Dec 21 03:12:55.582 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9261 | 2024-12-21T03:12:57.731Z | [ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9262 | 2024-12-21T03:12:57.731Z | [ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9263 | 2024-12-21T03:12:57.731Z | [ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9264 | 2024-12-21T03:12:57.732Z | [ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO ok! |
9265 | 2024-12-21T03:12:57.732Z | [ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO STEP 29 (ensure_file) COMPLETE |
9266 | 2024-12-21T03:12:57.732Z | [ host-image] Dec 21 03:12:55.601 INFO O| Dec 21 03:12:55.601 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9267 | 2024-12-21T03:12:57.763Z | [ host-image] Dec 21 03:12:55.632 INFO O| Dec 21 03:12:55.632 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9268 | 2024-12-21T03:12:57.763Z | [ host-image] Dec 21 03:12:55.632 INFO O| Dec 21 03:12:55.632 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9269 | 2024-12-21T03:12:57.767Z | [ host-image] Dec 21 03:12:55.633 INFO O| Dec 21 03:12:55.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9270 | 2024-12-21T03:12:57.767Z | [ host-image] Dec 21 03:12:55.633 INFO O| Dec 21 03:12:55.633 INFO ok! |
9271 | 2024-12-21T03:12:57.767Z | [ host-image] Dec 21 03:12:55.633 INFO O| Dec 21 03:12:55.633 INFO STEP 30 (ensure_file) COMPLETE |
9272 | 2024-12-21T03:12:57.767Z | [ host-image] Dec 21 03:12:55.633 INFO O| Dec 21 03:12:55.633 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9273 | 2024-12-21T03:12:57.798Z | [ host-image] Dec 21 03:12:55.667 INFO O| Dec 21 03:12:55.667 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9274 | 2024-12-21T03:12:57.798Z | [ host-image] Dec 21 03:12:55.667 INFO O| Dec 21 03:12:55.667 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9275 | 2024-12-21T03:12:57.798Z | [ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9276 | 2024-12-21T03:12:57.801Z | [ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9277 | 2024-12-21T03:12:57.801Z | [ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO ok! |
9278 | 2024-12-21T03:12:57.801Z | [ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO STEP 31 (ensure_file) COMPLETE |
9279 | 2024-12-21T03:12:57.801Z | [ host-image] Dec 21 03:12:55.668 INFO O| Dec 21 03:12:55.668 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9280 | 2024-12-21T03:12:57.833Z | [ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9281 | 2024-12-21T03:12:57.833Z | [ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9282 | 2024-12-21T03:12:57.833Z | [ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9283 | 2024-12-21T03:12:57.836Z | [ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO ok! |
9284 | 2024-12-21T03:12:57.836Z | [ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO STEP 32 (ensure_file) COMPLETE |
9285 | 2024-12-21T03:12:57.836Z | [ host-image] Dec 21 03:12:55.703 INFO O| Dec 21 03:12:55.703 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9286 | 2024-12-21T03:12:57.853Z | [ host-image] Dec 21 03:12:55.722 INFO O| Dec 21 03:12:55.722 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9287 | 2024-12-21T03:12:57.855Z | [ host-image] Dec 21 03:12:55.722 INFO O| Dec 21 03:12:55.722 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9288 | 2024-12-21T03:12:57.856Z | [ host-image] Dec 21 03:12:55.723 INFO O| Dec 21 03:12:55.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9289 | 2024-12-21T03:12:57.856Z | [ host-image] Dec 21 03:12:55.723 INFO O| Dec 21 03:12:55.723 INFO ok! |
9290 | 2024-12-21T03:12:57.856Z | [ host-image] Dec 21 03:12:55.723 INFO O| Dec 21 03:12:55.723 INFO STEP 33 (ensure_file) COMPLETE |
9291 | 2024-12-21T03:12:57.856Z | [ host-image] Dec 21 03:12:55.723 INFO O| Dec 21 03:12:55.723 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9292 | 2024-12-21T03:12:57.894Z | [ host-image] Dec 21 03:12:55.763 INFO O| Dec 21 03:12:55.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9293 | 2024-12-21T03:12:57.894Z | [ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.763 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9294 | 2024-12-21T03:12:57.894Z | [ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9295 | 2024-12-21T03:12:57.897Z | [ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9296 | 2024-12-21T03:12:57.897Z | [ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9297 | 2024-12-21T03:12:57.897Z | [ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9298 | 2024-12-21T03:12:57.897Z | [ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO ok! |
9299 | 2024-12-21T03:12:57.897Z | [ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO STEP 34 (ensure_file) COMPLETE |
9300 | 2024-12-21T03:12:57.897Z | [ host-image] Dec 21 03:12:55.764 INFO O| Dec 21 03:12:55.764 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9301 | 2024-12-21T03:12:57.912Z | [ host-image] Dec 21 03:12:55.782 INFO O| Dec 21 03:12:55.782 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9302 | 2024-12-21T03:12:57.916Z | [ host-image] Dec 21 03:12:55.783 INFO O| Dec 21 03:12:55.783 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9303 | 2024-12-21T03:12:57.916Z | [ host-image] Dec 21 03:12:55.783 INFO O| Dec 21 03:12:55.783 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9304 | 2024-12-21T03:12:57.916Z | [ host-image] Dec 21 03:12:55.783 INFO O| Dec 21 03:12:55.783 INFO STEP 35 (ensure_dir) COMPLETE |
9305 | 2024-12-21T03:12:57.916Z | [ host-image] Dec 21 03:12:55.783 INFO O| Dec 21 03:12:55.783 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9306 | 2024-12-21T03:12:57.935Z | [ host-image] Dec 21 03:12:55.802 INFO O| Dec 21 03:12:55.802 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 |
9307 | 2024-12-21T03:12:57.935Z | [ host-image] Dec 21 03:12:55.802 INFO O| Dec 21 03:12:55.802 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 ... |
9308 | 2024-12-21T03:12:57.938Z | [ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 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 |
9309 | 2024-12-21T03:12:57.938Z | [ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 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 |
9310 | 2024-12-21T03:12:57.938Z | [ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 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 |
9311 | 2024-12-21T03:12:57.938Z | [ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 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 |
9312 | 2024-12-21T03:12:57.938Z | [ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 INFO ok! |
9313 | 2024-12-21T03:12:57.938Z | [ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 INFO STEP 36 (ensure_file) COMPLETE |
9314 | 2024-12-21T03:12:57.938Z | [ host-image] Dec 21 03:12:55.803 INFO O| Dec 21 03:12:55.803 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9315 | 2024-12-21T03:12:57.956Z | [ host-image] Dec 21 03:12:55.822 INFO O| Dec 21 03:12:55.822 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9316 | 2024-12-21T03:12:57.956Z | [ host-image] Dec 21 03:12:55.822 INFO O| Dec 21 03:12:55.822 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 ... |
9317 | 2024-12-21T03:12:57.959Z | [ host-image] Dec 21 03:12:55.823 INFO O| Dec 21 03:12:55.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9318 | 2024-12-21T03:12:57.959Z | [ host-image] Dec 21 03:12:55.823 INFO O| Dec 21 03:12:55.823 INFO ok! |
9319 | 2024-12-21T03:12:57.959Z | [ host-image] Dec 21 03:12:55.823 INFO O| Dec 21 03:12:55.823 INFO STEP 37 (ensure_symlink) COMPLETE |
9320 | 2024-12-21T03:12:57.959Z | [ host-image] Dec 21 03:12:55.823 INFO O| Dec 21 03:12:55.823 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9321 | 2024-12-21T03:12:57.973Z | [ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9322 | 2024-12-21T03:12:57.973Z | [ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9323 | 2024-12-21T03:12:57.975Z | [ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9324 | 2024-12-21T03:12:57.976Z | [ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9325 | 2024-12-21T03:12:57.976Z | [ host-image] Dec 21 03:12:55.842 INFO O| Dec 21 03:12:55.842 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9326 | 2024-12-21T03:12:57.976Z | [ host-image] Dec 21 03:12:55.843 INFO O| Dec 21 03:12:55.842 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9327 | 2024-12-21T03:12:57.976Z | [ host-image] Dec 21 03:12:55.843 INFO O| Dec 21 03:12:55.843 INFO ok! |
9328 | 2024-12-21T03:12:57.976Z | [ host-image] Dec 21 03:12:55.843 INFO O| Dec 21 03:12:55.843 INFO STEP 38 (ensure_file) COMPLETE |
9329 | 2024-12-21T03:12:57.976Z | [ host-image] Dec 21 03:12:55.843 INFO O| Dec 21 03:12:55.843 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9330 | 2024-12-21T03:12:58.007Z | [ host-image] Dec 21 03:12:55.875 INFO O| Dec 21 03:12:55.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9331 | 2024-12-21T03:12:58.007Z | [ host-image] Dec 21 03:12:55.875 INFO O| Dec 21 03:12:55.875 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 ... |
9332 | 2024-12-21T03:12:58.010Z | [ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 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 |
9333 | 2024-12-21T03:12:58.010Z | [ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9334 | 2024-12-21T03:12:58.010Z | [ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 INFO ok! |
9335 | 2024-12-21T03:12:58.010Z | [ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 INFO STEP 39 (ensure_file) COMPLETE |
9336 | 2024-12-21T03:12:58.010Z | [ host-image] Dec 21 03:12:55.876 INFO O| Dec 21 03:12:55.876 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9337 | 2024-12-21T03:12:58.043Z | [ host-image] Dec 21 03:12:55.910 INFO O| Dec 21 03:12:55.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9338 | 2024-12-21T03:12:58.043Z | [ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.910 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9339 | 2024-12-21T03:12:58.046Z | [ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9340 | 2024-12-21T03:12:58.046Z | [ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.911 INFO ok! |
9341 | 2024-12-21T03:12:58.046Z | [ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.911 INFO STEP 40 (ensure_file) COMPLETE |
9342 | 2024-12-21T03:12:58.046Z | [ host-image] Dec 21 03:12:55.911 INFO O| Dec 21 03:12:55.911 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9343 | 2024-12-21T03:12:58.091Z | [ host-image] Dec 21 03:12:55.960 INFO O| Dec 21 03:12:55.960 INFO updating shadow file |
9344 | 2024-12-21T03:12:58.091Z | [ host-image] Dec 21 03:12:55.961 INFO O| Dec 21 03:12:55.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9345 | 2024-12-21T03:12:58.091Z | [ host-image] Dec 21 03:12:55.961 INFO O| Dec 21 03:12:55.961 INFO STEP 41 (shadow) COMPLETE |
9346 | 2024-12-21T03:12:58.094Z | [ host-image] Dec 21 03:12:55.961 INFO O| Dec 21 03:12:55.961 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9347 | 2024-12-21T03:12:58.151Z | [ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9348 | 2024-12-21T03:12:58.151Z | [ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9349 | 2024-12-21T03:12:58.151Z | [ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9350 | 2024-12-21T03:12:58.156Z | [ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9351 | 2024-12-21T03:12:58.156Z | [ host-image] Dec 21 03:12:56.020 INFO O| Dec 21 03:12:56.020 INFO ok! |
9352 | 2024-12-21T03:12:58.156Z | [ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.020 INFO STEP 42 (ensure_file) COMPLETE |
9353 | 2024-12-21T03:12:58.156Z | [ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.020 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9354 | 2024-12-21T03:12:58.156Z | [ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.020 INFO skip step because feature "mfg" is not enabled |
9355 | 2024-12-21T03:12:58.156Z | [ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.020 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9356 | 2024-12-21T03:12:58.156Z | [ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.021 INFO skip step because feature "mfg" is not enabled |
9357 | 2024-12-21T03:12:58.156Z | [ host-image] Dec 21 03:12:56.021 INFO O| Dec 21 03:12:56.021 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9358 | 2024-12-21T03:12:58.167Z | [ host-image] Dec 21 03:12:56.037 INFO O| Dec 21 03:12:56.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9359 | 2024-12-21T03:12:58.167Z | [ host-image] Dec 21 03:12:56.037 INFO O| Dec 21 03:12:56.037 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9360 | 2024-12-21T03:12:59.017Z | [ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9361 | 2024-12-21T03:12:59.017Z | [ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9362 | 2024-12-21T03:12:59.020Z | [ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO ok! |
9363 | 2024-12-21T03:12:59.020Z | [ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO STEP 45 (ensure_file) COMPLETE |
9364 | 2024-12-21T03:12:59.020Z | [ host-image] Dec 21 03:12:56.886 INFO O| Dec 21 03:12:56.886 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9365 | 2024-12-21T03:12:59.033Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9366 | 2024-12-21T03:12:59.033Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9367 | 2024-12-21T03:12:59.036Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9368 | 2024-12-21T03:12:59.036Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9369 | 2024-12-21T03:12:59.036Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9370 | 2024-12-21T03:12:59.036Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9371 | 2024-12-21T03:12:59.036Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO ok! |
9372 | 2024-12-21T03:12:59.036Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO STEP 46 (ensure_file) COMPLETE |
9373 | 2024-12-21T03:12:59.036Z | [ host-image] Dec 21 03:12:56.903 INFO O| Dec 21 03:12:56.903 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9374 | 2024-12-21T03:12:59.069Z | [ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9375 | 2024-12-21T03:12:59.069Z | [ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 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 ... |
9376 | 2024-12-21T03:12:59.072Z | [ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 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 |
9377 | 2024-12-21T03:12:59.072Z | [ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9378 | 2024-12-21T03:12:59.072Z | [ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 INFO ok! |
9379 | 2024-12-21T03:12:59.072Z | [ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 INFO STEP 47 (ensure_file) COMPLETE |
9380 | 2024-12-21T03:12:59.072Z | [ host-image] Dec 21 03:12:56.939 INFO O| Dec 21 03:12:56.939 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9381 | 2024-12-21T03:12:59.088Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9382 | 2024-12-21T03:12:59.088Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9383 | 2024-12-21T03:12:59.091Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9384 | 2024-12-21T03:12:59.091Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9385 | 2024-12-21T03:12:59.091Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9386 | 2024-12-21T03:12:59.091Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9387 | 2024-12-21T03:12:59.091Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO ok! |
9388 | 2024-12-21T03:12:59.092Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO STEP 48 (ensure_file) COMPLETE |
9389 | 2024-12-21T03:12:59.092Z | [ host-image] Dec 21 03:12:56.958 INFO O| Dec 21 03:12:56.958 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9390 | 2024-12-21T03:12:59.105Z | [ host-image] Dec 21 03:12:56.973 INFO O| Dec 21 03:12:56.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9391 | 2024-12-21T03:12:59.105Z | [ host-image] Dec 21 03:12:56.973 INFO O| Dec 21 03:12:56.973 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 ... |
9392 | 2024-12-21T03:12:59.108Z | [ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 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 |
9393 | 2024-12-21T03:12:59.108Z | [ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9394 | 2024-12-21T03:12:59.108Z | [ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 INFO ok! |
9395 | 2024-12-21T03:12:59.108Z | [ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 INFO STEP 49 (ensure_file) COMPLETE |
9396 | 2024-12-21T03:12:59.108Z | [ host-image] Dec 21 03:12:56.974 INFO O| Dec 21 03:12:56.974 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9397 | 2024-12-21T03:12:59.121Z | [ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9398 | 2024-12-21T03:12:59.121Z | [ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9399 | 2024-12-21T03:12:59.121Z | [ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9400 | 2024-12-21T03:12:59.124Z | [ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9401 | 2024-12-21T03:12:59.124Z | [ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9402 | 2024-12-21T03:12:59.124Z | [ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9403 | 2024-12-21T03:12:59.124Z | [ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO ok! |
9404 | 2024-12-21T03:12:59.124Z | [ host-image] Dec 21 03:12:56.990 INFO O| Dec 21 03:12:56.990 INFO STEP 50 (ensure_file) COMPLETE |
9405 | 2024-12-21T03:12:59.124Z | [ host-image] Dec 21 03:12:56.991 INFO O| Dec 21 03:12:56.990 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9406 | 2024-12-21T03:12:59.138Z | [ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9407 | 2024-12-21T03:12:59.138Z | [ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 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 ... |
9408 | 2024-12-21T03:12:59.141Z | [ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 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 |
9409 | 2024-12-21T03:12:59.141Z | [ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9410 | 2024-12-21T03:12:59.141Z | [ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO ok! |
9411 | 2024-12-21T03:12:59.141Z | [ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO STEP 51 (ensure_file) COMPLETE |
9412 | 2024-12-21T03:12:59.141Z | [ host-image] Dec 21 03:12:57.008 INFO O| Dec 21 03:12:57.008 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9413 | 2024-12-21T03:12:59.157Z | [ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9414 | 2024-12-21T03:12:59.157Z | [ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 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 ... |
9415 | 2024-12-21T03:12:59.160Z | [ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 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 |
9416 | 2024-12-21T03:12:59.160Z | [ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9417 | 2024-12-21T03:12:59.160Z | [ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO ok! |
9418 | 2024-12-21T03:12:59.160Z | [ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO STEP 52 (ensure_file) COMPLETE |
9419 | 2024-12-21T03:12:59.160Z | [ host-image] Dec 21 03:12:57.027 INFO O| Dec 21 03:12:57.027 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9420 | 2024-12-21T03:12:59.190Z | [ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9421 | 2024-12-21T03:12:59.190Z | [ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 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 ... |
9422 | 2024-12-21T03:12:59.193Z | [ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 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 |
9423 | 2024-12-21T03:12:59.193Z | [ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9424 | 2024-12-21T03:12:59.193Z | [ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO ok! |
9425 | 2024-12-21T03:12:59.193Z | [ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO STEP 53 (ensure_file) COMPLETE |
9426 | 2024-12-21T03:12:59.193Z | [ host-image] Dec 21 03:12:57.060 INFO O| Dec 21 03:12:57.060 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9427 | 2024-12-21T03:12:59.220Z | [ host-image] Dec 21 03:12:57.089 INFO O| Dec 21 03:12:57.089 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9428 | 2024-12-21T03:12:59.220Z | [ host-image] Dec 21 03:12:57.089 INFO O| Dec 21 03:12:57.089 INFO STEP 54 (ensure_dir) COMPLETE |
9429 | 2024-12-21T03:12:59.223Z | [ host-image] Dec 21 03:12:57.089 INFO O| Dec 21 03:12:57.089 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9430 | 2024-12-21T03:12:59.261Z | [ host-image] Dec 21 03:12:57.130 INFO O| Dec 21 03:12:57.130 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9431 | 2024-12-21T03:12:59.262Z | [ host-image] Dec 21 03:12:57.130 INFO O| Dec 21 03:12:57.130 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9432 | 2024-12-21T03:12:59.264Z | [ host-image] Dec 21 03:12:57.130 INFO O| Dec 21 03:12:57.130 INFO STEP 55 (ensure_dir) COMPLETE |
9433 | 2024-12-21T03:12:59.264Z | [ host-image] Dec 21 03:12:57.131 INFO O| Dec 21 03:12:57.130 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9434 | 2024-12-21T03:12:59.283Z | [ host-image] Dec 21 03:12:57.152 INFO O| Dec 21 03:12:57.152 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9435 | 2024-12-21T03:12:59.283Z | [ host-image] Dec 21 03:12:57.152 INFO O| Dec 21 03:12:57.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9436 | 2024-12-21T03:12:59.283Z | [ host-image] Dec 21 03:12:57.152 INFO O| Dec 21 03:12:57.152 INFO STEP 56 (ensure_dir) COMPLETE |
9437 | 2024-12-21T03:12:59.285Z | [ host-image] Dec 21 03:12:57.152 INFO O| Dec 21 03:12:57.152 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9438 | 2024-12-21T03:12:59.319Z | [ host-image] Dec 21 03:12:57.188 INFO O| Dec 21 03:12:57.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9439 | 2024-12-21T03:12:59.319Z | [ host-image] Dec 21 03:12:57.188 INFO O| Dec 21 03:12:57.188 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9440 | 2024-12-21T03:12:59.341Z | [ host-image] Dec 21 03:12:57.209 INFO O| Dec 21 03:12:57.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9441 | 2024-12-21T03:12:59.341Z | [ host-image] Dec 21 03:12:57.209 INFO O| Dec 21 03:12:57.209 INFO ok! |
9442 | 2024-12-21T03:12:59.341Z | [ host-image] Dec 21 03:12:57.209 INFO O| Dec 21 03:12:57.209 INFO STEP 57 (ensure_file) COMPLETE |
9443 | 2024-12-21T03:12:59.343Z | [ host-image] Dec 21 03:12:57.209 INFO O| Dec 21 03:12:57.209 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9444 | 2024-12-21T03:12:59.376Z | [ host-image] Dec 21 03:12:57.245 INFO O| Dec 21 03:12:57.245 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9445 | 2024-12-21T03:12:59.376Z | [ host-image] Dec 21 03:12:57.245 INFO O| Dec 21 03:12:57.245 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9446 | 2024-12-21T03:13:00.899Z | [ host-image] Dec 21 03:12:58.767 INFO O| Dec 21 03:12:58.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9447 | 2024-12-21T03:13:00.899Z | [ host-image] Dec 21 03:12:58.768 INFO O| Dec 21 03:12:58.767 INFO ok! |
9448 | 2024-12-21T03:13:00.902Z | [ host-image] Dec 21 03:12:58.768 INFO O| Dec 21 03:12:58.767 INFO STEP 58 (ensure_file) COMPLETE |
9449 | 2024-12-21T03:13:00.902Z | [ host-image] Dec 21 03:12:58.768 INFO O| Dec 21 03:12:58.767 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9450 | 2024-12-21T03:13:00.916Z | [ host-image] Dec 21 03:12:58.785 INFO O| Dec 21 03:12:58.785 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9451 | 2024-12-21T03:13:00.916Z | [ host-image] Dec 21 03:12:58.785 INFO O| Dec 21 03:12:58.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9452 | 2024-12-21T03:13:00.919Z | [ host-image] Dec 21 03:12:58.785 INFO O| Dec 21 03:12:58.785 INFO STEP 59 (ensure_dir) COMPLETE |
9453 | 2024-12-21T03:13:00.919Z | [ host-image] Dec 21 03:12:58.785 INFO O| Dec 21 03:12:58.785 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9454 | 2024-12-21T03:13:00.934Z | [ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9455 | 2024-12-21T03:13:00.934Z | [ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO copying /tmp/.tmpLkmalU/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 ... |
9456 | 2024-12-21T03:13:00.937Z | [ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9457 | 2024-12-21T03:13:00.937Z | [ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO ok! |
9458 | 2024-12-21T03:13:00.937Z | [ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO STEP 60 (ensure_file) COMPLETE |
9459 | 2024-12-21T03:13:00.937Z | [ host-image] Dec 21 03:12:58.803 INFO O| Dec 21 03:12:58.803 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9460 | 2024-12-21T03:13:00.971Z | [ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9461 | 2024-12-21T03:13:00.974Z | [ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO copying /tmp/.tmpLkmalU/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 ... |
9462 | 2024-12-21T03:13:00.974Z | [ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9463 | 2024-12-21T03:13:00.974Z | [ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO ok! |
9464 | 2024-12-21T03:13:00.974Z | [ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO STEP 61 (ensure_file) COMPLETE |
9465 | 2024-12-21T03:13:00.974Z | [ host-image] Dec 21 03:12:58.840 INFO O| Dec 21 03:12:58.840 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9466 | 2024-12-21T03:13:00.989Z | [ host-image] Dec 21 03:12:58.858 INFO O| Dec 21 03:12:58.858 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9467 | 2024-12-21T03:13:00.989Z | [ host-image] Dec 21 03:12:58.859 INFO O| Dec 21 03:12:58.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9468 | 2024-12-21T03:13:00.989Z | [ host-image] Dec 21 03:12:58.859 INFO O| Dec 21 03:12:58.859 INFO STEP 62 (ensure_dir) COMPLETE |
9469 | 2024-12-21T03:13:00.992Z | [ host-image] Dec 21 03:12:58.859 INFO O| Dec 21 03:12:58.859 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9470 | 2024-12-21T03:13:01.021Z | [ host-image] Dec 21 03:12:58.890 INFO O| Dec 21 03:12:58.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9471 | 2024-12-21T03:13:01.021Z | [ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.890 INFO copying /tmp/.tmpLkmalU/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 ... |
9472 | 2024-12-21T03:13:01.024Z | [ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9473 | 2024-12-21T03:13:01.024Z | [ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.891 INFO ok! |
9474 | 2024-12-21T03:13:01.024Z | [ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.891 INFO STEP 63 (ensure_file) COMPLETE |
9475 | 2024-12-21T03:13:01.024Z | [ host-image] Dec 21 03:12:58.891 INFO O| Dec 21 03:12:58.891 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9476 | 2024-12-21T03:13:01.042Z | [ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9477 | 2024-12-21T03:13:01.042Z | [ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO copying /tmp/.tmpLkmalU/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 ... |
9478 | 2024-12-21T03:13:01.044Z | [ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9479 | 2024-12-21T03:13:01.044Z | [ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO ok! |
9480 | 2024-12-21T03:13:01.044Z | [ host-image] Dec 21 03:12:58.911 INFO O| Dec 21 03:12:58.911 INFO STEP 64 (ensure_file) COMPLETE |
9481 | 2024-12-21T03:13:01.044Z | [ host-image] Dec 21 03:12:58.912 INFO O| Dec 21 03:12:58.912 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9482 | 2024-12-21T03:13:01.060Z | [ host-image] Dec 21 03:12:58.929 INFO O| Dec 21 03:12:58.929 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9483 | 2024-12-21T03:13:01.063Z | [ host-image] Dec 21 03:12:58.929 INFO O| Dec 21 03:12:58.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9484 | 2024-12-21T03:13:01.063Z | [ host-image] Dec 21 03:12:58.929 INFO O| Dec 21 03:12:58.929 INFO STEP 65 (ensure_dir) COMPLETE |
9485 | 2024-12-21T03:13:01.063Z | [ host-image] Dec 21 03:12:58.929 INFO O| Dec 21 03:12:58.929 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-12-21T03:13:01.094Z | [ host-image] Dec 21 03:12:58.963 INFO O| Dec 21 03:12:58.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9487 | 2024-12-21T03:13:01.098Z | [ host-image] Dec 21 03:12:58.963 INFO O| Dec 21 03:12:58.963 INFO copying /tmp/.tmpLkmalU/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 ... |
9488 | 2024-12-21T03:13:01.098Z | [ host-image] Dec 21 03:12:58.963 INFO O| Dec 21 03:12:58.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9489 | 2024-12-21T03:13:01.098Z | [ host-image] Dec 21 03:12:58.964 INFO O| Dec 21 03:12:58.963 INFO ok! |
9490 | 2024-12-21T03:13:01.098Z | [ host-image] Dec 21 03:12:58.964 INFO O| Dec 21 03:12:58.964 INFO STEP 66 (ensure_file) COMPLETE |
9491 | 2024-12-21T03:13:01.098Z | [ host-image] Dec 21 03:12:58.964 INFO O| Dec 21 03:12:58.964 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-12-21T03:13:01.137Z | [ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9493 | 2024-12-21T03:13:01.137Z | [ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9494 | 2024-12-21T03:13:01.137Z | [ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9495 | 2024-12-21T03:13:01.140Z | [ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO ok! |
9496 | 2024-12-21T03:13:01.140Z | [ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO STEP 67 (ensure_file) COMPLETE |
9497 | 2024-12-21T03:13:01.140Z | [ host-image] Dec 21 03:12:59.005 INFO O| Dec 21 03:12:59.005 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2024-12-21T03:13:01.166Z | [ host-image] Dec 21 03:12:59.035 INFO O| Dec 21 03:12:59.035 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9499 | 2024-12-21T03:13:01.166Z | [ host-image] Dec 21 03:12:59.035 INFO O| Dec 21 03:12:59.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9500 | 2024-12-21T03:13:01.170Z | [ host-image] Dec 21 03:12:59.035 INFO O| Dec 21 03:12:59.035 INFO STEP 68 (ensure_dir) COMPLETE |
9501 | 2024-12-21T03:13:01.170Z | [ host-image] Dec 21 03:12:59.035 INFO O| Dec 21 03:12:59.035 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9502 | 2024-12-21T03:13:01.248Z | [ host-image] Dec 21 03:12:59.116 INFO O| Dec 21 03:12:59.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9503 | 2024-12-21T03:13:01.248Z | [ host-image] Dec 21 03:12:59.116 INFO O| Dec 21 03:12:59.116 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9504 | 2024-12-21T03:13:01.964Z | [ recovery-image] Dec 21 03:12:59.833 INFO image complete! materials are in "/work/os-recovery" |
9505 | 2024-12-21T03:13:01.969Z | [ recovery-image] |
9506 | 2024-12-21T03:13:01.969Z | [ recovery-image] real 12:53.758722942 |
9507 | 2024-12-21T03:13:01.972Z | [ recovery-image] user 6:25.425519008 |
9508 | 2024-12-21T03:13:01.972Z | [ recovery-image] sys 1:05.033692286 |
9509 | 2024-12-21T03:13:01.972Z | [ recovery-image] trap 0.335531845 |
9510 | 2024-12-21T03:13:01.972Z | [ recovery-image] tflt 0.461920708 |
9511 | 2024-12-21T03:13:01.972Z | [ recovery-image] dflt 3.841057538 |
9512 | 2024-12-21T03:13:01.972Z | [ recovery-image] kflt 0.012637002 |
9513 | 2024-12-21T03:13:01.972Z | [ recovery-image] lock 29:56.629729752 |
9514 | 2024-12-21T03:13:01.972Z | [ recovery-image] slp 1:22:07.025125532 |
9515 | 2024-12-21T03:13:01.972Z | [ recovery-image] lat 4:51.091537493 |
9516 | 2024-12-21T03:13:01.972Z | [ recovery-image] stop 10.618601764 |
9517 | 2024-12-21T03:13:01.972Z | Dec 21 03:12:59.840 INFO [recovery-image] process exited with exit status: 0 (773.980920475s) |
9518 | 2024-12-21T03:13:02.655Z | [ host-image] Dec 21 03:13:00.524 INFO O| Dec 21 03:13:00.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9519 | 2024-12-21T03:13:02.656Z | [ host-image] Dec 21 03:13:00.524 INFO O| Dec 21 03:13:00.524 INFO ok! |
9520 | 2024-12-21T03:13:02.658Z | [ host-image] Dec 21 03:13:00.524 INFO O| Dec 21 03:13:00.524 INFO STEP 69 (ensure_file) COMPLETE |
9521 | 2024-12-21T03:13:02.659Z | [ host-image] Dec 21 03:13:00.524 INFO O| Dec 21 03:13:00.524 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-12-21T03:13:02.672Z | [ host-image] Dec 21 03:13:00.541 INFO O| Dec 21 03:13:00.541 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9523 | 2024-12-21T03:13:02.672Z | [ host-image] Dec 21 03:13:00.541 INFO O| Dec 21 03:13:00.541 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9524 | 2024-12-21T03:13:04.696Z | [ host-image] Dec 21 03:13:02.564 INFO O| Dec 21 03:13:02.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9525 | 2024-12-21T03:13:04.696Z | [ host-image] Dec 21 03:13:02.564 INFO O| Dec 21 03:13:02.564 INFO ok! |
9526 | 2024-12-21T03:13:04.699Z | [ host-image] Dec 21 03:13:02.564 INFO O| Dec 21 03:13:02.564 INFO STEP 70 (ensure_file) COMPLETE |
9527 | 2024-12-21T03:13:04.699Z | [ host-image] Dec 21 03:13:02.564 INFO O| Dec 21 03:13:02.564 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-12-21T03:13:04.715Z | [ host-image] Dec 21 03:13:02.584 INFO O| Dec 21 03:13:02.583 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9529 | 2024-12-21T03:13:04.715Z | [ host-image] Dec 21 03:13:02.584 INFO O| Dec 21 03:13:02.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9530 | 2024-12-21T03:13:04.715Z | [ host-image] Dec 21 03:13:02.584 INFO O| Dec 21 03:13:02.584 INFO STEP 71 (ensure_dir) COMPLETE |
9531 | 2024-12-21T03:13:04.718Z | [ host-image] Dec 21 03:13:02.584 INFO O| Dec 21 03:13:02.584 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9532 | 2024-12-21T03:13:04.733Z | [ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9533 | 2024-12-21T03:13:04.733Z | [ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO copying /tmp/.tmpLkmalU/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 ... |
9534 | 2024-12-21T03:13:04.733Z | [ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9535 | 2024-12-21T03:13:04.736Z | [ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO ok! |
9536 | 2024-12-21T03:13:04.736Z | [ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO STEP 72 (ensure_file) COMPLETE |
9537 | 2024-12-21T03:13:04.736Z | [ host-image] Dec 21 03:13:02.601 INFO O| Dec 21 03:13:02.601 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9538 | 2024-12-21T03:13:04.777Z | [ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9539 | 2024-12-21T03:13:04.777Z | [ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO copying /tmp/.tmpLkmalU/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 ... |
9540 | 2024-12-21T03:13:04.777Z | [ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9541 | 2024-12-21T03:13:04.780Z | [ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO ok! |
9542 | 2024-12-21T03:13:04.780Z | [ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO STEP 73 (ensure_file) COMPLETE |
9543 | 2024-12-21T03:13:04.780Z | [ host-image] Dec 21 03:13:02.645 INFO O| Dec 21 03:13:02.645 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9544 | 2024-12-21T03:13:04.796Z | [ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9545 | 2024-12-21T03:13:04.796Z | [ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9546 | 2024-12-21T03:13:04.796Z | [ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9547 | 2024-12-21T03:13:04.796Z | [ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO ok! |
9548 | 2024-12-21T03:13:04.796Z | [ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO STEP 74 (ensure_file) COMPLETE |
9549 | 2024-12-21T03:13:04.796Z | [ host-image] Dec 21 03:13:02.664 INFO O| Dec 21 03:13:02.664 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2024-12-21T03:13:04.814Z | [ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9551 | 2024-12-21T03:13:04.817Z | [ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9552 | 2024-12-21T03:13:04.817Z | [ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9553 | 2024-12-21T03:13:04.817Z | [ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO ok! |
9554 | 2024-12-21T03:13:04.817Z | [ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO STEP 75 (ensure_file) COMPLETE |
9555 | 2024-12-21T03:13:04.817Z | [ host-image] Dec 21 03:13:02.682 INFO O| Dec 21 03:13:02.682 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9556 | 2024-12-21T03:13:04.835Z | [ host-image] Dec 21 03:13:02.702 INFO O| Dec 21 03:13:02.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9557 | 2024-12-21T03:13:04.835Z | [ host-image] Dec 21 03:13:02.702 INFO O| Dec 21 03:13:02.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9558 | 2024-12-21T03:13:04.837Z | [ host-image] Dec 21 03:13:02.702 INFO O| Dec 21 03:13:02.702 INFO STEP 76 (ensure_dir) COMPLETE |
9559 | 2024-12-21T03:13:04.837Z | [ host-image] Dec 21 03:13:02.702 INFO O| Dec 21 03:13:02.702 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9560 | 2024-12-21T03:13:04.852Z | [ host-image] Dec 21 03:13:02.720 INFO O| Dec 21 03:13:02.720 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9561 | 2024-12-21T03:13:04.852Z | [ host-image] Dec 21 03:13:02.720 INFO O| Dec 21 03:13:02.720 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9562 | 2024-12-21T03:13:04.856Z | [ host-image] Dec 21 03:13:02.725 INFO O| Dec 21 03:13:02.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9563 | 2024-12-21T03:13:04.859Z | [ host-image] Dec 21 03:13:02.725 INFO O| Dec 21 03:13:02.725 INFO ok! |
9564 | 2024-12-21T03:13:04.859Z | [ host-image] Dec 21 03:13:02.725 INFO O| Dec 21 03:13:02.725 INFO STEP 77 (ensure_file) COMPLETE |
9565 | 2024-12-21T03:13:04.859Z | [ host-image] Dec 21 03:13:02.725 INFO O| Dec 21 03:13:02.725 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-12-21T03:13:04.876Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9567 | 2024-12-21T03:13:04.876Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9568 | 2024-12-21T03:13:04.879Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9569 | 2024-12-21T03:13:04.879Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO ok! |
9570 | 2024-12-21T03:13:04.879Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO STEP 78 (ensure_file) COMPLETE |
9571 | 2024-12-21T03:13:04.879Z | [ host-image] Dec 21 03:13:02.744 INFO O| Dec 21 03:13:02.744 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-12-21T03:13:04.895Z | [ host-image] Dec 21 03:13:02.763 INFO O| Dec 21 03:13:02.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9573 | 2024-12-21T03:13:04.895Z | [ host-image] Dec 21 03:13:02.764 INFO O| Dec 21 03:13:02.763 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9574 | 2024-12-21T03:13:06.801Z | [ host-image] Dec 21 03:13:04.669 INFO O| Dec 21 03:13:04.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9575 | 2024-12-21T03:13:06.801Z | [ host-image] Dec 21 03:13:04.669 INFO O| Dec 21 03:13:04.669 INFO ok! |
9576 | 2024-12-21T03:13:06.804Z | [ host-image] Dec 21 03:13:04.669 INFO O| Dec 21 03:13:04.669 INFO STEP 79 (ensure_file) COMPLETE |
9577 | 2024-12-21T03:13:06.804Z | [ host-image] Dec 21 03:13:04.669 INFO O| Dec 21 03:13:04.669 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2024-12-21T03:13:06.819Z | [ host-image] Dec 21 03:13:04.687 INFO O| Dec 21 03:13:04.687 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9579 | 2024-12-21T03:13:06.820Z | [ host-image] Dec 21 03:13:04.687 INFO O| Dec 21 03:13:04.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9580 | 2024-12-21T03:13:06.820Z | [ host-image] Dec 21 03:13:04.687 INFO O| Dec 21 03:13:04.687 INFO STEP 80 (ensure_dir) COMPLETE |
9581 | 2024-12-21T03:13:06.820Z | [ host-image] Dec 21 03:13:04.687 INFO O| Dec 21 03:13:04.687 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-12-21T03:13:06.856Z | [ host-image] Dec 21 03:13:04.723 INFO O| Dec 21 03:13:04.723 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9583 | 2024-12-21T03:13:06.858Z | [ host-image] Dec 21 03:13:04.724 INFO O| Dec 21 03:13:04.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9584 | 2024-12-21T03:13:06.859Z | [ host-image] Dec 21 03:13:04.724 INFO O| Dec 21 03:13:04.724 INFO STEP 81 (ensure_dir) COMPLETE |
9585 | 2024-12-21T03:13:06.859Z | [ host-image] Dec 21 03:13:04.724 INFO O| Dec 21 03:13:04.724 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9586 | 2024-12-21T03:13:06.875Z | [ host-image] Dec 21 03:13:04.743 INFO O| Dec 21 03:13:04.742 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9587 | 2024-12-21T03:13:06.877Z | [ host-image] Dec 21 03:13:04.743 INFO O| Dec 21 03:13:04.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9588 | 2024-12-21T03:13:06.877Z | [ host-image] Dec 21 03:13:04.743 INFO O| Dec 21 03:13:04.743 INFO STEP 82 (ensure_dir) COMPLETE |
9589 | 2024-12-21T03:13:06.877Z | [ host-image] Dec 21 03:13:04.743 INFO O| Dec 21 03:13:04.743 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2024-12-21T03:13:06.894Z | [ host-image] Dec 21 03:13:04.762 INFO O| Dec 21 03:13:04.762 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9591 | 2024-12-21T03:13:06.897Z | [ host-image] Dec 21 03:13:04.763 INFO O| Dec 21 03:13:04.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9592 | 2024-12-21T03:13:06.897Z | [ host-image] Dec 21 03:13:04.763 INFO O| Dec 21 03:13:04.763 INFO STEP 83 (ensure_dir) COMPLETE |
9593 | 2024-12-21T03:13:06.897Z | [ host-image] Dec 21 03:13:04.763 INFO O| Dec 21 03:13:04.763 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-12-21T03:13:06.913Z | [ host-image] Dec 21 03:13:04.781 INFO O| Dec 21 03:13:04.781 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9595 | 2024-12-21T03:13:06.916Z | [ host-image] Dec 21 03:13:04.781 INFO O| Dec 21 03:13:04.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9596 | 2024-12-21T03:13:06.916Z | [ host-image] Dec 21 03:13:04.781 INFO O| Dec 21 03:13:04.781 INFO STEP 84 (ensure_dir) COMPLETE |
9597 | 2024-12-21T03:13:06.916Z | [ host-image] Dec 21 03:13:04.781 INFO O| Dec 21 03:13:04.781 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9598 | 2024-12-21T03:13:06.933Z | [ host-image] Dec 21 03:13:04.799 INFO O| Dec 21 03:13:04.799 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9599 | 2024-12-21T03:13:06.933Z | [ host-image] Dec 21 03:13:04.799 INFO O| Dec 21 03:13:04.799 INFO copying /tmp/.tmpLkmalU/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 ... |
9600 | 2024-12-21T03:13:06.936Z | [ host-image] Dec 21 03:13:04.800 INFO O| Dec 21 03:13:04.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9601 | 2024-12-21T03:13:06.936Z | [ host-image] Dec 21 03:13:04.800 INFO O| Dec 21 03:13:04.800 INFO ok! |
9602 | 2024-12-21T03:13:06.936Z | [ host-image] Dec 21 03:13:04.800 INFO O| Dec 21 03:13:04.800 INFO STEP 85 (ensure_file) COMPLETE |
9603 | 2024-12-21T03:13:06.936Z | [ host-image] Dec 21 03:13:04.800 INFO O| Dec 21 03:13:04.800 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2024-12-21T03:13:06.950Z | [ host-image] Dec 21 03:13:04.818 INFO O| Dec 21 03:13:04.818 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9605 | 2024-12-21T03:13:06.953Z | [ host-image] Dec 21 03:13:04.818 INFO O| Dec 21 03:13:04.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9606 | 2024-12-21T03:13:06.953Z | [ host-image] Dec 21 03:13:04.818 INFO O| Dec 21 03:13:04.818 INFO STEP 86 (ensure_dir) COMPLETE |
9607 | 2024-12-21T03:13:06.953Z | [ host-image] Dec 21 03:13:04.818 INFO O| Dec 21 03:13:04.818 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9608 | 2024-12-21T03:13:06.969Z | [ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9609 | 2024-12-21T03:13:06.969Z | [ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9610 | 2024-12-21T03:13:06.972Z | [ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9611 | 2024-12-21T03:13:06.972Z | [ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO ok! |
9612 | 2024-12-21T03:13:06.972Z | [ host-image] Dec 21 03:13:04.837 INFO O| Dec 21 03:13:04.837 INFO STEP 87 (ensure_file) COMPLETE |
9613 | 2024-12-21T03:13:06.973Z | [ host-image] Dec 21 03:13:04.838 INFO O| Dec 21 03:13:04.838 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9614 | 2024-12-21T03:13:06.988Z | [ host-image] Dec 21 03:13:04.856 INFO O| Dec 21 03:13:04.856 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9615 | 2024-12-21T03:13:06.988Z | [ host-image] Dec 21 03:13:04.856 INFO O| Dec 21 03:13:04.856 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9616 | 2024-12-21T03:13:07.586Z | [ host-image] Dec 21 03:13:05.454 INFO O| Dec 21 03:13:05.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9617 | 2024-12-21T03:13:07.586Z | [ host-image] Dec 21 03:13:05.454 INFO O| Dec 21 03:13:05.454 INFO ok! |
9618 | 2024-12-21T03:13:07.589Z | [ host-image] Dec 21 03:13:05.454 INFO O| Dec 21 03:13:05.454 INFO STEP 88 (ensure_file) COMPLETE |
9619 | 2024-12-21T03:13:07.589Z | [ host-image] Dec 21 03:13:05.454 INFO O| Dec 21 03:13:05.454 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9620 | 2024-12-21T03:13:07.605Z | [ host-image] Dec 21 03:13:05.472 INFO O| Dec 21 03:13:05.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9621 | 2024-12-21T03:13:07.605Z | [ host-image] Dec 21 03:13:05.472 INFO O| Dec 21 03:13:05.472 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9622 | 2024-12-21T03:13:08.350Z | [ host-image] Dec 21 03:13:06.217 INFO O| Dec 21 03:13:06.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9623 | 2024-12-21T03:13:08.350Z | [ host-image] Dec 21 03:13:06.217 INFO O| Dec 21 03:13:06.217 INFO ok! |
9624 | 2024-12-21T03:13:08.353Z | [ host-image] Dec 21 03:13:06.217 INFO O| Dec 21 03:13:06.217 INFO STEP 89 (ensure_file) COMPLETE |
9625 | 2024-12-21T03:13:08.353Z | [ host-image] Dec 21 03:13:06.217 INFO O| Dec 21 03:13:06.217 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2024-12-21T03:13:08.367Z | [ host-image] Dec 21 03:13:06.234 INFO O| Dec 21 03:13:06.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9627 | 2024-12-21T03:13:08.367Z | [ host-image] Dec 21 03:13:06.234 INFO O| Dec 21 03:13:06.234 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9628 | 2024-12-21T03:13:08.370Z | [ host-image] Dec 21 03:13:06.235 INFO O| Dec 21 03:13:06.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9629 | 2024-12-21T03:13:08.370Z | [ host-image] Dec 21 03:13:06.235 INFO O| Dec 21 03:13:06.235 INFO ok! |
9630 | 2024-12-21T03:13:08.370Z | [ host-image] Dec 21 03:13:06.235 INFO O| Dec 21 03:13:06.235 INFO STEP 90 (ensure_file) COMPLETE |
9631 | 2024-12-21T03:13:08.370Z | [ host-image] Dec 21 03:13:06.235 INFO O| Dec 21 03:13:06.235 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2024-12-21T03:13:08.386Z | [ host-image] Dec 21 03:13:06.252 INFO O| Dec 21 03:13:06.251 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9633 | 2024-12-21T03:13:08.386Z | [ host-image] Dec 21 03:13:06.252 INFO O| Dec 21 03:13:06.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9634 | 2024-12-21T03:13:08.386Z | [ host-image] Dec 21 03:13:06.252 INFO O| Dec 21 03:13:06.252 INFO STEP 91 (ensure_dir) COMPLETE |
9635 | 2024-12-21T03:13:08.386Z | [ host-image] Dec 21 03:13:06.252 INFO O| Dec 21 03:13:06.252 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9636 | 2024-12-21T03:13:08.420Z | [ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9637 | 2024-12-21T03:13:08.420Z | [ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO copying /tmp/.tmpLkmalU/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 ... |
9638 | 2024-12-21T03:13:08.420Z | [ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9639 | 2024-12-21T03:13:08.420Z | [ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO ok! |
9640 | 2024-12-21T03:13:08.420Z | [ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO STEP 92 (ensure_file) COMPLETE |
9641 | 2024-12-21T03:13:08.420Z | [ host-image] Dec 21 03:13:06.287 INFO O| Dec 21 03:13:06.287 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9642 | 2024-12-21T03:13:08.454Z | [ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9643 | 2024-12-21T03:13:08.454Z | [ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO copying /tmp/.tmpLkmalU/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 ... |
9644 | 2024-12-21T03:13:08.454Z | [ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9645 | 2024-12-21T03:13:08.457Z | [ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO ok! |
9646 | 2024-12-21T03:13:08.457Z | [ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO STEP 93 (ensure_file) COMPLETE |
9647 | 2024-12-21T03:13:08.457Z | [ host-image] Dec 21 03:13:06.321 INFO O| Dec 21 03:13:06.321 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9648 | 2024-12-21T03:13:08.510Z | [ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9649 | 2024-12-21T03:13:08.510Z | [ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.377 INFO copying /tmp/.tmpLkmalU/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 ... |
9650 | 2024-12-21T03:13:08.510Z | [ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9651 | 2024-12-21T03:13:08.513Z | [ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.378 INFO ok! |
9652 | 2024-12-21T03:13:08.514Z | [ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.378 INFO STEP 94 (ensure_file) COMPLETE |
9653 | 2024-12-21T03:13:08.514Z | [ host-image] Dec 21 03:13:06.378 INFO O| Dec 21 03:13:06.378 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9654 | 2024-12-21T03:13:08.527Z | [ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9655 | 2024-12-21T03:13:08.527Z | [ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.394 INFO copying /tmp/.tmpLkmalU/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 ... |
9656 | 2024-12-21T03:13:08.527Z | [ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9657 | 2024-12-21T03:13:08.530Z | [ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.395 INFO ok! |
9658 | 2024-12-21T03:13:08.530Z | [ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.395 INFO STEP 95 (ensure_file) COMPLETE |
9659 | 2024-12-21T03:13:08.530Z | [ host-image] Dec 21 03:13:06.395 INFO O| Dec 21 03:13:06.395 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9660 | 2024-12-21T03:13:08.544Z | [ host-image] Dec 21 03:13:06.411 INFO O| Dec 21 03:13:06.411 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9661 | 2024-12-21T03:13:08.544Z | [ host-image] Dec 21 03:13:06.411 INFO O| Dec 21 03:13:06.411 INFO copying /tmp/.tmpLkmalU/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 ... |
9662 | 2024-12-21T03:13:08.544Z | [ host-image] Dec 21 03:13:06.412 INFO O| Dec 21 03:13:06.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9663 | 2024-12-21T03:13:08.546Z | [ host-image] Dec 21 03:13:06.412 INFO O| Dec 21 03:13:06.412 INFO ok! |
9664 | 2024-12-21T03:13:08.546Z | [ host-image] Dec 21 03:13:06.412 INFO O| Dec 21 03:13:06.412 INFO STEP 96 (ensure_file) COMPLETE |
9665 | 2024-12-21T03:13:08.546Z | [ host-image] Dec 21 03:13:06.412 INFO O| Dec 21 03:13:06.412 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9666 | 2024-12-21T03:13:08.562Z | [ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9667 | 2024-12-21T03:13:08.562Z | [ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9668 | 2024-12-21T03:13:08.562Z | [ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9669 | 2024-12-21T03:13:08.562Z | [ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO ok! |
9670 | 2024-12-21T03:13:08.562Z | [ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO STEP 97 (ensure_file) COMPLETE |
9671 | 2024-12-21T03:13:08.562Z | [ host-image] Dec 21 03:13:06.428 INFO O| Dec 21 03:13:06.428 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9672 | 2024-12-21T03:13:08.577Z | [ host-image] Dec 21 03:13:06.444 INFO O| Dec 21 03:13:06.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9673 | 2024-12-21T03:13:08.577Z | [ host-image] Dec 21 03:13:06.444 INFO O| Dec 21 03:13:06.444 INFO copying /tmp/.tmpLkmalU/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 ... |
9674 | 2024-12-21T03:13:08.580Z | [ host-image] Dec 21 03:13:06.445 INFO O| Dec 21 03:13:06.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9675 | 2024-12-21T03:13:08.580Z | [ host-image] Dec 21 03:13:06.445 INFO O| Dec 21 03:13:06.445 INFO ok! |
9676 | 2024-12-21T03:13:08.580Z | [ host-image] Dec 21 03:13:06.445 INFO O| Dec 21 03:13:06.445 INFO STEP 98 (ensure_file) COMPLETE |
9677 | 2024-12-21T03:13:08.580Z | [ host-image] Dec 21 03:13:06.445 INFO O| Dec 21 03:13:06.445 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9678 | 2024-12-21T03:13:08.594Z | [ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9679 | 2024-12-21T03:13:08.594Z | [ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO copying /tmp/.tmpLkmalU/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 ... |
9680 | 2024-12-21T03:13:08.598Z | [ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9681 | 2024-12-21T03:13:08.598Z | [ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO ok! |
9682 | 2024-12-21T03:13:08.598Z | [ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO STEP 99 (ensure_file) COMPLETE |
9683 | 2024-12-21T03:13:08.598Z | [ host-image] Dec 21 03:13:06.461 INFO O| Dec 21 03:13:06.461 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9684 | 2024-12-21T03:13:08.622Z | [ host-image] Dec 21 03:13:06.489 INFO O| Dec 21 03:13:06.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9685 | 2024-12-21T03:13:08.622Z | [ host-image] Dec 21 03:13:06.489 INFO O| Dec 21 03:13:06.489 INFO copying /tmp/.tmpLkmalU/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 ... |
9686 | 2024-12-21T03:13:08.625Z | [ host-image] Dec 21 03:13:06.489 INFO O| Dec 21 03:13:06.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9687 | 2024-12-21T03:13:08.625Z | [ host-image] Dec 21 03:13:06.489 INFO O| Dec 21 03:13:06.489 INFO ok! |
9688 | 2024-12-21T03:13:08.626Z | [ host-image] Dec 21 03:13:06.490 INFO O| Dec 21 03:13:06.489 INFO STEP 100 (ensure_file) COMPLETE |
9689 | 2024-12-21T03:13:08.626Z | [ host-image] Dec 21 03:13:06.490 INFO O| Dec 21 03:13:06.489 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9690 | 2024-12-21T03:13:08.656Z | [ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9691 | 2024-12-21T03:13:08.656Z | [ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9692 | 2024-12-21T03:13:08.656Z | [ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9693 | 2024-12-21T03:13:08.656Z | [ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO ok! |
9694 | 2024-12-21T03:13:08.656Z | [ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO STEP 101 (ensure_file) COMPLETE |
9695 | 2024-12-21T03:13:08.656Z | [ host-image] Dec 21 03:13:06.523 INFO O| Dec 21 03:13:06.523 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9696 | 2024-12-21T03:13:08.693Z | [ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9697 | 2024-12-21T03:13:08.693Z | [ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO copying /tmp/.tmpLkmalU/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 ... |
9698 | 2024-12-21T03:13:08.696Z | [ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9699 | 2024-12-21T03:13:08.696Z | [ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO ok! |
9700 | 2024-12-21T03:13:08.696Z | [ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO STEP 102 (ensure_file) COMPLETE |
9701 | 2024-12-21T03:13:08.696Z | [ host-image] Dec 21 03:13:06.560 INFO O| Dec 21 03:13:06.560 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9702 | 2024-12-21T03:13:08.730Z | [ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9703 | 2024-12-21T03:13:08.730Z | [ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.596 INFO copying /tmp/.tmpLkmalU/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 ... |
9704 | 2024-12-21T03:13:08.730Z | [ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.597 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9705 | 2024-12-21T03:13:08.730Z | [ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.597 INFO ok! |
9706 | 2024-12-21T03:13:08.730Z | [ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.597 INFO STEP 103 (ensure_file) COMPLETE |
9707 | 2024-12-21T03:13:08.730Z | [ host-image] Dec 21 03:13:06.597 INFO O| Dec 21 03:13:06.597 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9708 | 2024-12-21T03:13:08.746Z | [ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9709 | 2024-12-21T03:13:08.746Z | [ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO copying /tmp/.tmpLkmalU/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 ... |
9710 | 2024-12-21T03:13:08.746Z | [ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9711 | 2024-12-21T03:13:08.750Z | [ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO ok! |
9712 | 2024-12-21T03:13:08.750Z | [ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO STEP 104 (ensure_file) COMPLETE |
9713 | 2024-12-21T03:13:08.750Z | [ host-image] Dec 21 03:13:06.613 INFO O| Dec 21 03:13:06.613 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9714 | 2024-12-21T03:13:08.761Z | [ host-image] Dec 21 03:13:06.628 INFO O| Dec 21 03:13:06.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9715 | 2024-12-21T03:13:08.761Z | [ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.628 INFO copying /tmp/.tmpLkmalU/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 ... |
9716 | 2024-12-21T03:13:08.762Z | [ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9717 | 2024-12-21T03:13:08.762Z | [ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.629 INFO ok! |
9718 | 2024-12-21T03:13:08.765Z | [ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.629 INFO STEP 105 (ensure_file) COMPLETE |
9719 | 2024-12-21T03:13:08.765Z | [ host-image] Dec 21 03:13:06.629 INFO O| Dec 21 03:13:06.629 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9720 | 2024-12-21T03:13:08.777Z | [ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.644 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9721 | 2024-12-21T03:13:08.777Z | [ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO copying /tmp/.tmpLkmalU/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 ... |
9722 | 2024-12-21T03:13:08.777Z | [ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9723 | 2024-12-21T03:13:08.780Z | [ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO ok! |
9724 | 2024-12-21T03:13:08.780Z | [ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO STEP 106 (ensure_file) COMPLETE |
9725 | 2024-12-21T03:13:08.780Z | [ host-image] Dec 21 03:13:06.645 INFO O| Dec 21 03:13:06.645 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9726 | 2024-12-21T03:13:08.795Z | [ host-image] Dec 21 03:13:06.662 INFO O| Dec 21 03:13:06.662 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9727 | 2024-12-21T03:13:08.795Z | [ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.662 INFO copying /tmp/.tmpLkmalU/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 ... |
9728 | 2024-12-21T03:13:08.795Z | [ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9729 | 2024-12-21T03:13:08.798Z | [ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.663 INFO ok! |
9730 | 2024-12-21T03:13:08.798Z | [ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.663 INFO STEP 107 (ensure_file) COMPLETE |
9731 | 2024-12-21T03:13:08.798Z | [ host-image] Dec 21 03:13:06.663 INFO O| Dec 21 03:13:06.663 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9732 | 2024-12-21T03:13:08.813Z | [ host-image] Dec 21 03:13:06.680 INFO O| Dec 21 03:13:06.680 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9733 | 2024-12-21T03:13:08.813Z | [ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.680 INFO copying /tmp/.tmpLkmalU/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 ... |
9734 | 2024-12-21T03:13:08.816Z | [ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9735 | 2024-12-21T03:13:08.816Z | [ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.681 INFO ok! |
9736 | 2024-12-21T03:13:08.816Z | [ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.681 INFO STEP 108 (ensure_file) COMPLETE |
9737 | 2024-12-21T03:13:08.816Z | [ host-image] Dec 21 03:13:06.681 INFO O| Dec 21 03:13:06.681 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9738 | 2024-12-21T03:13:08.840Z | [ host-image] Dec 21 03:13:06.707 INFO O| Dec 21 03:13:06.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9739 | 2024-12-21T03:13:08.840Z | [ host-image] Dec 21 03:13:06.707 INFO O| Dec 21 03:13:06.707 INFO copying /tmp/.tmpLkmalU/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 ... |
9740 | 2024-12-21T03:13:08.841Z | [ host-image] Dec 21 03:13:06.708 INFO O| Dec 21 03:13:06.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9741 | 2024-12-21T03:13:08.845Z | [ host-image] Dec 21 03:13:06.708 INFO O| Dec 21 03:13:06.708 INFO ok! |
9742 | 2024-12-21T03:13:08.845Z | [ host-image] Dec 21 03:13:06.708 INFO O| Dec 21 03:13:06.708 INFO STEP 109 (ensure_file) COMPLETE |
9743 | 2024-12-21T03:13:08.845Z | [ host-image] Dec 21 03:13:06.708 INFO O| Dec 21 03:13:06.708 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9744 | 2024-12-21T03:13:08.897Z | [ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9745 | 2024-12-21T03:13:08.897Z | [ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO copying /tmp/.tmpLkmalU/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 ... |
9746 | 2024-12-21T03:13:08.898Z | [ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9747 | 2024-12-21T03:13:08.898Z | [ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO ok! |
9748 | 2024-12-21T03:13:08.898Z | [ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO STEP 110 (ensure_file) COMPLETE |
9749 | 2024-12-21T03:13:08.898Z | [ host-image] Dec 21 03:13:06.764 INFO O| Dec 21 03:13:06.764 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9750 | 2024-12-21T03:13:08.954Z | [ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9751 | 2024-12-21T03:13:08.954Z | [ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO copying /tmp/.tmpLkmalU/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 ... |
9752 | 2024-12-21T03:13:08.954Z | [ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9753 | 2024-12-21T03:13:08.958Z | [ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO ok! |
9754 | 2024-12-21T03:13:08.958Z | [ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO STEP 111 (ensure_file) COMPLETE |
9755 | 2024-12-21T03:13:08.958Z | [ host-image] Dec 21 03:13:06.821 INFO O| Dec 21 03:13:06.821 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9756 | 2024-12-21T03:13:08.970Z | [ host-image] Dec 21 03:13:06.836 INFO O| Dec 21 03:13:06.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9757 | 2024-12-21T03:13:08.971Z | [ host-image] Dec 21 03:13:06.836 INFO O| Dec 21 03:13:06.836 INFO copying /tmp/.tmpLkmalU/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 ... |
9758 | 2024-12-21T03:13:08.971Z | [ host-image] Dec 21 03:13:06.837 INFO O| Dec 21 03:13:06.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9759 | 2024-12-21T03:13:08.973Z | [ host-image] Dec 21 03:13:06.837 INFO O| Dec 21 03:13:06.836 INFO ok! |
9760 | 2024-12-21T03:13:08.973Z | [ host-image] Dec 21 03:13:06.837 INFO O| Dec 21 03:13:06.837 INFO STEP 112 (ensure_file) COMPLETE |
9761 | 2024-12-21T03:13:08.973Z | [ host-image] Dec 21 03:13:06.837 INFO O| Dec 21 03:13:06.837 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9762 | 2024-12-21T03:13:08.984Z | [ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9763 | 2024-12-21T03:13:08.984Z | [ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO copying /tmp/.tmpLkmalU/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 ... |
9764 | 2024-12-21T03:13:08.987Z | [ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9765 | 2024-12-21T03:13:08.987Z | [ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO ok! |
9766 | 2024-12-21T03:13:08.987Z | [ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO STEP 113 (ensure_file) COMPLETE |
9767 | 2024-12-21T03:13:08.987Z | [ host-image] Dec 21 03:13:06.852 INFO O| Dec 21 03:13:06.852 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9768 | 2024-12-21T03:13:09.006Z | [ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9769 | 2024-12-21T03:13:09.006Z | [ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.873 INFO copying /tmp/.tmpLkmalU/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 ... |
9770 | 2024-12-21T03:13:09.009Z | [ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9771 | 2024-12-21T03:13:09.009Z | [ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.874 INFO ok! |
9772 | 2024-12-21T03:13:09.010Z | [ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.874 INFO STEP 114 (ensure_file) COMPLETE |
9773 | 2024-12-21T03:13:09.010Z | [ host-image] Dec 21 03:13:06.874 INFO O| Dec 21 03:13:06.874 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9774 | 2024-12-21T03:13:09.024Z | [ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9775 | 2024-12-21T03:13:09.024Z | [ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO copying /tmp/.tmpLkmalU/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 ... |
9776 | 2024-12-21T03:13:09.026Z | [ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9777 | 2024-12-21T03:13:09.026Z | [ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO ok! |
9778 | 2024-12-21T03:13:09.026Z | [ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO STEP 115 (ensure_file) COMPLETE |
9779 | 2024-12-21T03:13:09.026Z | [ host-image] Dec 21 03:13:06.891 INFO O| Dec 21 03:13:06.891 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9780 | 2024-12-21T03:13:09.058Z | [ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9781 | 2024-12-21T03:13:09.058Z | [ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO copying /tmp/.tmpLkmalU/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 ... |
9782 | 2024-12-21T03:13:09.058Z | [ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9783 | 2024-12-21T03:13:09.058Z | [ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO ok! |
9784 | 2024-12-21T03:13:09.061Z | [ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO STEP 116 (ensure_file) COMPLETE |
9785 | 2024-12-21T03:13:09.061Z | [ host-image] Dec 21 03:13:06.925 INFO O| Dec 21 03:13:06.925 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9786 | 2024-12-21T03:13:09.077Z | [ host-image] Dec 21 03:13:06.944 INFO O| Dec 21 03:13:06.944 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9787 | 2024-12-21T03:13:09.077Z | [ host-image] Dec 21 03:13:06.944 INFO O| Dec 21 03:13:06.944 INFO copying /tmp/.tmpLkmalU/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 ... |
9788 | 2024-12-21T03:13:09.077Z | [ host-image] Dec 21 03:13:06.945 INFO O| Dec 21 03:13:06.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9789 | 2024-12-21T03:13:09.080Z | [ host-image] Dec 21 03:13:06.945 INFO O| Dec 21 03:13:06.945 INFO ok! |
9790 | 2024-12-21T03:13:09.080Z | [ host-image] Dec 21 03:13:06.945 INFO O| Dec 21 03:13:06.945 INFO STEP 117 (ensure_file) COMPLETE |
9791 | 2024-12-21T03:13:09.080Z | [ host-image] Dec 21 03:13:06.945 INFO O| Dec 21 03:13:06.945 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9792 | 2024-12-21T03:13:09.094Z | [ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.961 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9793 | 2024-12-21T03:13:09.094Z | [ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9794 | 2024-12-21T03:13:09.097Z | [ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9795 | 2024-12-21T03:13:09.097Z | [ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO ok! |
9796 | 2024-12-21T03:13:09.097Z | [ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO STEP 118 (ensure_file) COMPLETE |
9797 | 2024-12-21T03:13:09.097Z | [ host-image] Dec 21 03:13:06.962 INFO O| Dec 21 03:13:06.962 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9798 | 2024-12-21T03:13:09.111Z | [ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9799 | 2024-12-21T03:13:09.111Z | [ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO copying /tmp/.tmpLkmalU/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 ... |
9800 | 2024-12-21T03:13:09.111Z | [ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9801 | 2024-12-21T03:13:09.114Z | [ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO ok! |
9802 | 2024-12-21T03:13:09.114Z | [ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO STEP 119 (ensure_file) COMPLETE |
9803 | 2024-12-21T03:13:09.114Z | [ host-image] Dec 21 03:13:06.978 INFO O| Dec 21 03:13:06.978 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9804 | 2024-12-21T03:13:09.127Z | [ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9805 | 2024-12-21T03:13:09.127Z | [ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9806 | 2024-12-21T03:13:09.129Z | [ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9807 | 2024-12-21T03:13:09.129Z | [ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO ok! |
9808 | 2024-12-21T03:13:09.129Z | [ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO STEP 120 (ensure_file) COMPLETE |
9809 | 2024-12-21T03:13:09.129Z | [ host-image] Dec 21 03:13:06.994 INFO O| Dec 21 03:13:06.994 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9810 | 2024-12-21T03:13:09.144Z | [ host-image] Dec 21 03:13:07.011 INFO O| Dec 21 03:13:07.010 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9811 | 2024-12-21T03:13:09.144Z | [ host-image] Dec 21 03:13:07.011 INFO O| Dec 21 03:13:07.010 INFO copying /tmp/.tmpLkmalU/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9812 | 2024-12-21T03:13:20.679Z | [ host-image] Dec 21 03:13:18.544 INFO O| Dec 21 03:13:18.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9813 | 2024-12-21T03:13:20.679Z | [ host-image] Dec 21 03:13:18.544 INFO O| Dec 21 03:13:18.544 INFO ok! |
9814 | 2024-12-21T03:13:20.682Z | [ host-image] Dec 21 03:13:18.544 INFO O| Dec 21 03:13:18.544 INFO STEP 121 (ensure_file) COMPLETE |
9815 | 2024-12-21T03:13:20.682Z | [ host-image] Dec 21 03:13:18.544 INFO O| Dec 21 03:13:18.544 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9816 | 2024-12-21T03:13:20.698Z | [ host-image] Dec 21 03:13:18.562 INFO O| Dec 21 03:13:18.562 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9817 | 2024-12-21T03:13:20.698Z | [ host-image] Dec 21 03:13:18.563 INFO O| Dec 21 03:13:18.562 INFO STEP 122 (ensure_dir) COMPLETE |
9818 | 2024-12-21T03:13:20.700Z | [ host-image] Dec 21 03:13:18.563 INFO O| Dec 21 03:13:18.562 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9819 | 2024-12-21T03:13:20.724Z | [ host-image] Dec 21 03:13:18.588 INFO O| Dec 21 03:13:18.588 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9820 | 2024-12-21T03:13:20.724Z | [ host-image] Dec 21 03:13:18.588 INFO O| Dec 21 03:13:18.588 INFO STEP 123 (ensure_dir) COMPLETE |
9821 | 2024-12-21T03:13:20.724Z | [ host-image] Dec 21 03:13:18.588 INFO O| Dec 21 03:13:18.588 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9822 | 2024-12-21T03:13:20.767Z | [ host-image] Dec 21 03:13:18.632 INFO O| Dec 21 03:13:18.632 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9823 | 2024-12-21T03:13:20.768Z | [ host-image] Dec 21 03:13:18.632 INFO O| Dec 21 03:13:18.632 INFO STEP 124 (ensure_dir) COMPLETE |
9824 | 2024-12-21T03:13:20.770Z | [ host-image] Dec 21 03:13:18.632 INFO O| Dec 21 03:13:18.632 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9825 | 2024-12-21T03:13:20.784Z | [ host-image] Dec 21 03:13:18.648 INFO O| Dec 21 03:13:18.648 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9826 | 2024-12-21T03:13:20.784Z | [ host-image] Dec 21 03:13:18.648 INFO O| Dec 21 03:13:18.648 INFO STEP 125 (ensure_dir) COMPLETE |
9827 | 2024-12-21T03:13:20.787Z | [ host-image] Dec 21 03:13:18.648 INFO O| Dec 21 03:13:18.648 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9828 | 2024-12-21T03:13:20.799Z | [ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9829 | 2024-12-21T03:13:20.799Z | [ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO copying /tmp/.tmpLkmalU/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 ... |
9830 | 2024-12-21T03:13:20.799Z | [ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9831 | 2024-12-21T03:13:20.802Z | [ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO ok! |
9832 | 2024-12-21T03:13:20.802Z | [ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO STEP 126 (ensure_file) COMPLETE |
9833 | 2024-12-21T03:13:20.802Z | [ host-image] Dec 21 03:13:18.664 INFO O| Dec 21 03:13:18.664 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9834 | 2024-12-21T03:13:20.853Z | [ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9835 | 2024-12-21T03:13:20.853Z | [ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9836 | 2024-12-21T03:13:20.856Z | [ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9837 | 2024-12-21T03:13:20.856Z | [ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO STEP 127 (ensure_dir) COMPLETE |
9838 | 2024-12-21T03:13:20.857Z | [ host-image] Dec 21 03:13:18.717 INFO O| Dec 21 03:13:18.717 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9839 | 2024-12-21T03:13:20.908Z | [ host-image] Dec 21 03:13:18.772 INFO O| Dec 21 03:13:18.772 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9840 | 2024-12-21T03:13:20.908Z | [ host-image] Dec 21 03:13:18.772 INFO O| Dec 21 03:13:18.772 INFO copying /tmp/.tmpLkmalU/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9841 | 2024-12-21T03:13:20.911Z | [ host-image] Dec 21 03:13:18.773 INFO O| Dec 21 03:13:18.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9842 | 2024-12-21T03:13:20.911Z | [ host-image] Dec 21 03:13:18.773 INFO O| Dec 21 03:13:18.773 INFO ok! |
9843 | 2024-12-21T03:13:20.911Z | [ host-image] Dec 21 03:13:18.773 INFO O| Dec 21 03:13:18.773 INFO STEP 128 (ensure_file) COMPLETE |
9844 | 2024-12-21T03:13:20.911Z | [ host-image] Dec 21 03:13:18.773 INFO O| Dec 21 03:13:18.773 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9845 | 2024-12-21T03:13:20.924Z | [ host-image] Dec 21 03:13:18.788 INFO O| Dec 21 03:13:18.788 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9846 | 2024-12-21T03:13:20.926Z | [ host-image] Dec 21 03:13:18.789 INFO O| Dec 21 03:13:18.789 INFO STEP 129 (remove_files) COMPLETE |
9847 | 2024-12-21T03:13:20.926Z | [ host-image] Dec 21 03:13:18.789 INFO O| Dec 21 03:13:18.789 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9848 | 2024-12-21T03:13:20.940Z | [ host-image] Dec 21 03:13:18.804 INFO O| Dec 21 03:13:18.804 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9849 | 2024-12-21T03:13:20.943Z | [ host-image] Dec 21 03:13:18.805 INFO O| Dec 21 03:13:18.805 INFO STEP 130 (remove_files) COMPLETE |
9850 | 2024-12-21T03:13:20.943Z | [ host-image] Dec 21 03:13:18.805 INFO O| Dec 21 03:13:18.805 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9851 | 2024-12-21T03:13:20.959Z | [ host-image] Dec 21 03:13:18.823 INFO O| Dec 21 03:13:18.823 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9852 | 2024-12-21T03:13:20.961Z | [ host-image] Dec 21 03:13:18.823 INFO O| Dec 21 03:13:18.823 INFO STEP 131 (remove_files) COMPLETE |
9853 | 2024-12-21T03:13:20.961Z | [ host-image] Dec 21 03:13:18.823 INFO O| Dec 21 03:13:18.823 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9854 | 2024-12-21T03:13:20.978Z | [ host-image] Dec 21 03:13:18.842 INFO O| Dec 21 03:13:18.842 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9855 | 2024-12-21T03:13:20.980Z | [ host-image] Dec 21 03:13:18.842 INFO O| Dec 21 03:13:18.842 INFO STEP 132 (remove_files) COMPLETE |
9856 | 2024-12-21T03:13:20.980Z | [ host-image] Dec 21 03:13:18.842 INFO O| Dec 21 03:13:18.842 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9857 | 2024-12-21T03:13:20.997Z | [ host-image] Dec 21 03:13:18.861 INFO O| Dec 21 03:13:18.861 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9858 | 2024-12-21T03:13:20.999Z | [ host-image] Dec 21 03:13:18.861 INFO O| Dec 21 03:13:18.861 INFO STEP 133 (remove_files) COMPLETE |
9859 | 2024-12-21T03:13:20.999Z | [ host-image] Dec 21 03:13:18.861 INFO O| Dec 21 03:13:18.861 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9860 | 2024-12-21T03:13:21.016Z | [ host-image] Dec 21 03:13:18.879 INFO O| Dec 21 03:13:18.878 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9861 | 2024-12-21T03:13:21.016Z | [ host-image] Dec 21 03:13:18.879 INFO O| Dec 21 03:13:18.879 INFO STEP 134 (remove_files) COMPLETE |
9862 | 2024-12-21T03:13:21.019Z | [ host-image] Dec 21 03:13:18.879 INFO O| Dec 21 03:13:18.879 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9863 | 2024-12-21T03:13:21.032Z | [ host-image] Dec 21 03:13:18.896 INFO O| Dec 21 03:13:18.896 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9864 | 2024-12-21T03:13:21.032Z | [ host-image] Dec 21 03:13:18.896 INFO O| Dec 21 03:13:18.896 INFO STEP 135 (remove_files) COMPLETE |
9865 | 2024-12-21T03:13:21.035Z | [ host-image] Dec 21 03:13:18.896 INFO O| Dec 21 03:13:18.896 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9866 | 2024-12-21T03:13:21.049Z | [ host-image] Dec 21 03:13:18.914 INFO O| Dec 21 03:13:18.914 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9867 | 2024-12-21T03:13:21.049Z | [ host-image] Dec 21 03:13:18.914 INFO O| Dec 21 03:13:18.914 INFO STEP 136 (remove_files) COMPLETE |
9868 | 2024-12-21T03:13:21.049Z | [ host-image] Dec 21 03:13:18.914 INFO O| Dec 21 03:13:18.914 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9869 | 2024-12-21T03:13:21.077Z | [ host-image] Dec 21 03:13:18.941 INFO O| Dec 21 03:13:18.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9870 | 2024-12-21T03:13:21.077Z | [ host-image] Dec 21 03:13:18.941 INFO O| Dec 21 03:13:18.941 INFO STEP 137 (remove_files) COMPLETE |
9871 | 2024-12-21T03:13:21.077Z | [ host-image] Dec 21 03:13:18.941 INFO O| Dec 21 03:13:18.941 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9872 | 2024-12-21T03:13:21.113Z | [ host-image] Dec 21 03:13:18.977 INFO O| Dec 21 03:13:18.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9873 | 2024-12-21T03:13:21.113Z | [ host-image] Dec 21 03:13:18.977 INFO O| Dec 21 03:13:18.977 INFO STEP 138 (remove_files) COMPLETE |
9874 | 2024-12-21T03:13:21.113Z | [ host-image] Dec 21 03:13:18.977 INFO O| Dec 21 03:13:18.977 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9875 | 2024-12-21T03:13:21.131Z | [ host-image] Dec 21 03:13:18.994 INFO O| Dec 21 03:13:18.994 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9876 | 2024-12-21T03:13:21.134Z | [ host-image] Dec 21 03:13:18.994 INFO O| Dec 21 03:13:18.994 INFO STEP 139 (remove_files) COMPLETE |
9877 | 2024-12-21T03:13:21.134Z | [ host-image] Dec 21 03:13:18.994 INFO O| Dec 21 03:13:18.994 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9878 | 2024-12-21T03:13:21.150Z | [ host-image] Dec 21 03:13:19.014 INFO O| Dec 21 03:13:19.014 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9879 | 2024-12-21T03:13:21.150Z | [ host-image] Dec 21 03:13:19.014 INFO O| Dec 21 03:13:19.014 INFO STEP 140 (remove_files) COMPLETE |
9880 | 2024-12-21T03:13:21.150Z | [ host-image] Dec 21 03:13:19.014 INFO O| Dec 21 03:13:19.014 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9881 | 2024-12-21T03:13:21.167Z | [ host-image] Dec 21 03:13:19.031 INFO O| Dec 21 03:13:19.031 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9882 | 2024-12-21T03:13:21.167Z | [ host-image] Dec 21 03:13:19.032 INFO O| Dec 21 03:13:19.032 INFO STEP 141 (remove_files) COMPLETE |
9883 | 2024-12-21T03:13:21.167Z | [ host-image] Dec 21 03:13:19.032 INFO O| Dec 21 03:13:19.032 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9884 | 2024-12-21T03:13:21.204Z | [ host-image] Dec 21 03:13:19.068 INFO O| Dec 21 03:13:19.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9885 | 2024-12-21T03:13:21.204Z | [ host-image] Dec 21 03:13:19.068 INFO O| Dec 21 03:13:19.068 INFO STEP 142 (remove_files) COMPLETE |
9886 | 2024-12-21T03:13:21.204Z | [ host-image] Dec 21 03:13:19.068 INFO O| Dec 21 03:13:19.068 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9887 | 2024-12-21T03:13:21.223Z | [ host-image] Dec 21 03:13:19.087 INFO O| Dec 21 03:13:19.087 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9888 | 2024-12-21T03:13:21.223Z | [ host-image] Dec 21 03:13:19.087 INFO O| Dec 21 03:13:19.087 INFO STEP 143 (remove_files) COMPLETE |
9889 | 2024-12-21T03:13:21.223Z | [ host-image] Dec 21 03:13:19.087 INFO O| Dec 21 03:13:19.087 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9890 | 2024-12-21T03:13:21.239Z | [ host-image] Dec 21 03:13:19.103 INFO O| Dec 21 03:13:19.103 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9891 | 2024-12-21T03:13:21.241Z | [ host-image] Dec 21 03:13:19.104 INFO O| Dec 21 03:13:19.103 INFO STEP 144 (remove_files) COMPLETE |
9892 | 2024-12-21T03:13:21.241Z | [ host-image] Dec 21 03:13:19.104 INFO O| Dec 21 03:13:19.104 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9893 | 2024-12-21T03:13:21.256Z | [ host-image] Dec 21 03:13:19.120 INFO O| Dec 21 03:13:19.120 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9894 | 2024-12-21T03:13:21.256Z | [ host-image] Dec 21 03:13:19.120 INFO O| Dec 21 03:13:19.120 INFO STEP 145 (remove_files) COMPLETE |
9895 | 2024-12-21T03:13:21.260Z | [ host-image] Dec 21 03:13:19.120 INFO O| Dec 21 03:13:19.120 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9896 | 2024-12-21T03:13:21.282Z | [ host-image] Dec 21 03:13:19.147 INFO O| Dec 21 03:13:19.147 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9897 | 2024-12-21T03:13:21.282Z | [ host-image] Dec 21 03:13:19.147 INFO O| Dec 21 03:13:19.147 INFO STEP 146 (remove_files) COMPLETE |
9898 | 2024-12-21T03:13:21.285Z | [ host-image] Dec 21 03:13:19.147 INFO O| Dec 21 03:13:19.147 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9899 | 2024-12-21T03:13:21.318Z | [ host-image] Dec 21 03:13:19.183 INFO O| Dec 21 03:13:19.183 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9900 | 2024-12-21T03:13:21.319Z | [ host-image] Dec 21 03:13:19.183 INFO O| Dec 21 03:13:19.183 INFO STEP 147 (remove_files) COMPLETE |
9901 | 2024-12-21T03:13:21.319Z | [ host-image] Dec 21 03:13:19.183 INFO O| Dec 21 03:13:19.183 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9902 | 2024-12-21T03:13:21.360Z | [ host-image] Dec 21 03:13:19.224 INFO O| Dec 21 03:13:19.224 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9903 | 2024-12-21T03:13:21.360Z | [ host-image] Dec 21 03:13:19.225 INFO O| Dec 21 03:13:19.224 INFO STEP 148 (remove_files) COMPLETE |
9904 | 2024-12-21T03:13:21.360Z | [ host-image] Dec 21 03:13:19.225 INFO O| Dec 21 03:13:19.224 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9905 | 2024-12-21T03:13:21.414Z | [ host-image] Dec 21 03:13:19.278 INFO O| Dec 21 03:13:19.278 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9906 | 2024-12-21T03:13:21.414Z | [ host-image] Dec 21 03:13:19.278 INFO O| Dec 21 03:13:19.278 INFO STEP 149 (remove_files) COMPLETE |
9907 | 2024-12-21T03:13:21.416Z | [ host-image] Dec 21 03:13:19.278 INFO O| Dec 21 03:13:19.278 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9908 | 2024-12-21T03:13:21.437Z | [ host-image] Dec 21 03:13:19.301 INFO O| Dec 21 03:13:19.301 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9909 | 2024-12-21T03:13:21.440Z | [ host-image] Dec 21 03:13:19.302 INFO O| Dec 21 03:13:19.301 INFO STEP 150 (remove_files) COMPLETE |
9910 | 2024-12-21T03:13:21.440Z | [ host-image] Dec 21 03:13:19.302 INFO O| Dec 21 03:13:19.301 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9911 | 2024-12-21T03:13:21.455Z | [ host-image] Dec 21 03:13:19.319 INFO O| Dec 21 03:13:19.319 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9912 | 2024-12-21T03:13:21.458Z | [ host-image] Dec 21 03:13:19.320 INFO O| Dec 21 03:13:19.319 INFO STEP 151 (remove_files) COMPLETE |
9913 | 2024-12-21T03:13:21.458Z | [ host-image] Dec 21 03:13:19.320 INFO O| Dec 21 03:13:19.320 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9914 | 2024-12-21T03:13:21.471Z | [ host-image] Dec 21 03:13:19.336 INFO O| Dec 21 03:13:19.336 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9915 | 2024-12-21T03:13:21.471Z | [ host-image] Dec 21 03:13:19.336 INFO O| Dec 21 03:13:19.336 INFO STEP 152 (remove_files) COMPLETE |
9916 | 2024-12-21T03:13:21.472Z | [ host-image] Dec 21 03:13:19.336 INFO O| Dec 21 03:13:19.336 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9917 | 2024-12-21T03:13:21.506Z | [ host-image] Dec 21 03:13:19.370 INFO O| Dec 21 03:13:19.370 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9918 | 2024-12-21T03:13:21.506Z | [ host-image] Dec 21 03:13:19.370 INFO O| Dec 21 03:13:19.370 INFO STEP 153 (remove_files) COMPLETE |
9919 | 2024-12-21T03:13:21.506Z | [ host-image] Dec 21 03:13:19.370 INFO O| Dec 21 03:13:19.370 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9920 | 2024-12-21T03:13:21.526Z | [ host-image] Dec 21 03:13:19.389 INFO O| Dec 21 03:13:19.389 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9921 | 2024-12-21T03:13:21.526Z | [ host-image] Dec 21 03:13:19.390 INFO O| Dec 21 03:13:19.389 INFO STEP 154 (remove_files) COMPLETE |
9922 | 2024-12-21T03:13:21.526Z | [ host-image] Dec 21 03:13:19.390 INFO O| Dec 21 03:13:19.390 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9923 | 2024-12-21T03:13:21.544Z | [ host-image] Dec 21 03:13:19.408 INFO O| Dec 21 03:13:19.408 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9924 | 2024-12-21T03:13:21.544Z | [ host-image] Dec 21 03:13:19.408 INFO O| Dec 21 03:13:19.408 INFO STEP 155 (remove_files) COMPLETE |
9925 | 2024-12-21T03:13:21.547Z | [ host-image] Dec 21 03:13:19.409 INFO O| Dec 21 03:13:19.408 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9926 | 2024-12-21T03:13:21.562Z | [ host-image] Dec 21 03:13:19.426 INFO O| Dec 21 03:13:19.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9927 | 2024-12-21T03:13:21.562Z | [ host-image] Dec 21 03:13:19.426 INFO O| Dec 21 03:13:19.426 INFO STEP 156 (remove_files) COMPLETE |
9928 | 2024-12-21T03:13:21.564Z | [ host-image] Dec 21 03:13:19.426 INFO O| Dec 21 03:13:19.426 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9929 | 2024-12-21T03:13:21.580Z | [ host-image] Dec 21 03:13:19.445 INFO O| Dec 21 03:13:19.444 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9930 | 2024-12-21T03:13:21.580Z | [ host-image] Dec 21 03:13:19.445 INFO O| Dec 21 03:13:19.445 INFO STEP 157 (remove_files) COMPLETE |
9931 | 2024-12-21T03:13:21.581Z | [ host-image] Dec 21 03:13:19.445 INFO O| Dec 21 03:13:19.445 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9932 | 2024-12-21T03:13:21.606Z | [ host-image] Dec 21 03:13:19.471 INFO O| Dec 21 03:13:19.470 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9933 | 2024-12-21T03:13:21.606Z | [ host-image] Dec 21 03:13:19.471 INFO O| Dec 21 03:13:19.471 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9934 | 2024-12-21T03:13:35.940Z | [ host-image] Dec 21 03:13:33.801 INFO O| Dec 21 03:13:33.801 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 |
9935 | 2024-12-21T03:13:35.943Z | [ host-image] Dec 21 03:13:33.801 INFO O| Dec 21 03:13:33.801 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9936 | 2024-12-21T03:13:35.964Z | [ host-image] Dec 21 03:13:33.825 INFO O| Dec 21 03:13:33.825 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9937 | 2024-12-21T03:13:36.099Z | [ host-image] Dec 21 03:13:33.960 INFO O| Dec 21 03:13:33.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9938 | 2024-12-21T03:13:36.099Z | [ host-image] Dec 21 03:13:33.960 INFO O| Dec 21 03:13:33.960 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9939 | 2024-12-21T03:13:36.102Z | [ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9940 | 2024-12-21T03:13:36.102Z | [ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO ok! |
9941 | 2024-12-21T03:13:36.102Z | [ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9942 | 2024-12-21T03:13:36.102Z | [ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO STEP 158 (seed_smf) COMPLETE |
9943 | 2024-12-21T03:13:36.102Z | [ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO steps complete; finalising image! |
9944 | 2024-12-21T03:13:36.105Z | [ host-image] Dec 21 03:13:33.963 INFO O| Dec 21 03:13:33.963 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9945 | 2024-12-21T03:13:36.304Z | [ host-image] Dec 21 03:13:34.165 INFO O| Dec 21 03:13:34.164 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 21 03:13:33 2024) |
9946 | 2024-12-21T03:13:36.515Z | [ host-image] Dec 21 03:13:34.376 INFO O| Dec 21 03:13:34.375 INFO trim TEMPORARY-gimlet-zfs: (48% trimmed, started at Sat Dec 21 03:13:33 2024) |
9947 | 2024-12-21T03:13:36.726Z | [ host-image] Dec 21 03:13:34.587 INFO O| Dec 21 03:13:34.587 INFO trim TEMPORARY-gimlet-zfs: (93% trimmed, started at Sat Dec 21 03:13:33 2024) |
9948 | 2024-12-21T03:13:36.937Z | [ host-image] Dec 21 03:13:34.798 INFO O| Dec 21 03:13:34.798 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Sat Dec 21 03:13:33 2024) |
9949 | 2024-12-21T03:13:37.170Z | [ host-image] Dec 21 03:13:35.030 INFO O| Dec 21 03:13:35.030 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio |
9950 | 2024-12-21T03:13:37.170Z | [ host-image] Dec 21 03:13:35.031 INFO O| Dec 21 03:13:35.031 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9951 | 2024-12-21T03:13:37.598Z | [ host-image] Dec 21 03:13:35.458 INFO O| Dec 21 03:13:35.458 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9952 | 2024-12-21T03:13:37.600Z | [ host-image] Dec 21 03:13:35.459 INFO O| Dec 21 03:13:35.459 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9953 | 2024-12-21T03:13:39.236Z | [ host-image] Dec 21 03:13:37.096 INFO O| Dec 21 03:13:37.096 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9954 | 2024-12-21T03:13:39.236Z | [ host-image] Dec 21 03:13:37.096 INFO O| Dec 21 03:13:37.096 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9955 | 2024-12-21T03:13:39.239Z | [ host-image] Dec 21 03:13:37.096 INFO O| Dec 21 03:13:37.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9956 | 2024-12-21T03:13:39.239Z | [ host-image] Dec 21 03:13:37.096 INFO O| Dec 21 03:13:37.096 INFO completed processing gimlet/zfs |
9957 | 2024-12-21T03:13:39.239Z | [ host-image] Dec 21 03:13:37.097 INFO O| Dec 21 03:13:37.097 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9958 | 2024-12-21T03:13:47.823Z | [ host-image] Dec 21 03:13:45.682 INFO O| Dec 21 03:13:45.682 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9959 | 2024-12-21T03:13:47.940Z | [ host-image] Dec 21 03:13:45.798 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9960 | 2024-12-21T03:13:47.940Z | [ host-image] Dec 21 03:13:45.798 INFO expanded image name: "ci ecf33f7/${os_short_commit} 2024-12-21 02:37" -> "ci ecf33f7/37a4469 2024-12-21 02:37" |
9961 | 2024-12-21T03:13:47.943Z | [ host-image] Dec 21 03:13:45.799 INFO output artefacts stored in: "/work/os-host" |
9962 | 2024-12-21T03:13:47.943Z | [ host-image] Dec 21 03:13:45.799 INFO collecting git info from project "pilot"... |
9963 | 2024-12-21T03:13:47.949Z | [ host-image] Dec 21 03:13:45.807 INFO collecting git info from project "amd-host-image-builder"... |
9964 | 2024-12-21T03:13:47.971Z | [ host-image] Dec 21 03:13:45.829 INFO collecting git info from project "image-builder"... |
9965 | 2024-12-21T03:13:47.978Z | [ host-image] Dec 21 03:13:45.837 INFO collecting git info from project "chelsio-t6-roms"... |
9966 | 2024-12-21T03:13:47.986Z | [ host-image] Dec 21 03:13:45.844 INFO collecting git info from project "amd-firmware"... |
9967 | 2024-12-21T03:13:47.999Z | [ host-image] Dec 21 03:13:45.858 INFO collecting git info from project "phbl"... |
9968 | 2024-12-21T03:13:48.007Z | [ host-image] Dec 21 03:13:45.866 INFO collecting git info from project "pinprick"... |
9969 | 2024-12-21T03:13:48.014Z | [ host-image] Dec 21 03:13:45.873 INFO collecting git info from project "bootserver"... |
9970 | 2024-12-21T03:13:48.021Z | [ host-image] Dec 21 03:13:45.880 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9971 | 2024-12-21T03:13:48.615Z | [ host-image] Dec 21 03:13:46.473 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9972 | 2024-12-21T03:13:49.031Z | [ host-image] Dec 21 03:13:46.889 INFO creating Oxide boot image... |
9973 | 2024-12-21T03:13:49.031Z | [ host-image] Dec 21 03:13:46.889 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci ecf33f7/37a4469 2024-12-21 02:37", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9974 | 2024-12-21T03:13:50.158Z | [ host-image] Dec 21 03:13:48.016 INFO O| ok, image written! |
9975 | 2024-12-21T03:13:50.158Z | [ host-image] Dec 21 03:13:48.016 INFO O| ok, boot_image_csum file written! |
9976 | 2024-12-21T03:13:50.162Z | [ host-image] Dec 21 03:13:48.020 INFO creating boot archive (CPIO)... |
9977 | 2024-12-21T03:13:50.162Z | [ host-image] Dec 21 03:13:48.020 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 |
9978 | 2024-12-21T03:13:50.175Z | [ host-image] Dec 21 03:13:48.033 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9979 | 2024-12-21T03:13:50.175Z | [ host-image] Dec 21 03:13:48.033 INFO E| + outfile=/work/os-host/cpio |
9980 | 2024-12-21T03:13:50.178Z | [ host-image] Dec 21 03:13:48.033 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9981 | 2024-12-21T03:13:50.178Z | [ host-image] Dec 21 03:13:48.035 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9982 | 2024-12-21T03:13:50.178Z | [ host-image] Dec 21 03:13:48.035 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9983 | 2024-12-21T03:13:50.232Z | [ host-image] Dec 21 03:13:48.089 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9984 | 2024-12-21T03:13:50.232Z | [ host-image] Dec 21 03:13:48.090 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9985 | 2024-12-21T03:13:50.242Z | [ host-image] Dec 21 03:13:48.100 INFO creating compressed cpio/unix for nanobl-rs... |
9986 | 2024-12-21T03:13:50.242Z | [ host-image] Dec 21 03:13:48.100 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 |
9987 | 2024-12-21T03:13:50.577Z | [ host-image] Dec 21 03:13:48.434 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9988 | 2024-12-21T03:13:55.510Z | [ host-image] Dec 21 03:13:53.366 INFO creating reset image... |
9989 | 2024-12-21T03:13:55.513Z | [ host-image] Dec 21 03:13:53.367 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9990 | 2024-12-21T03:13:55.651Z | [ host-image] Dec 21 03:13:53.507 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9991 | 2024-12-21T03:13:55.654Z | [ host-image] Dec 21 03:13:53.509 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9992 | 2024-12-21T03:13:55.739Z | [ host-image] Dec 21 03:13:53.596 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9993 | 2024-12-21T03:13:58.649Z | [ host-image] Dec 21 03:13:56.505 INFO E| Finished `release` profile [optimized] target(s) in 2.97s |
9994 | 2024-12-21T03:13:58.666Z | [ host-image] Dec 21 03:13:56.522 INFO building host image... |
9995 | 2024-12-21T03:13:58.669Z | [ host-image] Dec 21 03:13:56.522 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") |
9996 | 2024-12-21T03:13:59.382Z | [ host-image] Dec 21 03:13:57.237 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9997 | 2024-12-21T03:15:06.221Z | [ host-image] Dec 21 03:15:04.061 INFO image complete! materials are in "/work/os-host" |
9998 | 2024-12-21T03:15:06.224Z | [ host-image] |
9999 | 2024-12-21T03:15:06.227Z | [ host-image] real 15:12.087883820 |
10000 | 2024-12-21T03:15:06.227Z | [ host-image] user 6:31.203446238 |
10001 | 2024-12-21T03:15:06.227Z | [ host-image] sys 1:08.264070139 |
10002 | 2024-12-21T03:15:06.227Z | [ host-image] trap 0.281279030 |
10003 | 2024-12-21T03:15:06.227Z | [ host-image] tflt 0.018654513 |
10004 | 2024-12-21T03:15:06.227Z | [ host-image] dflt 0.056581980 |
10005 | 2024-12-21T03:15:06.227Z | [ host-image] kflt 0.005132165 |
10006 | 2024-12-21T03:15:06.227Z | [ host-image] lock 10:21.749656535 |
10007 | 2024-12-21T03:15:06.227Z | [ host-image] slp 1:25:19.938792681 |
10008 | 2024-12-21T03:15:06.228Z | [ host-image] lat 2:37.394206836 |
10009 | 2024-12-21T03:15:06.228Z | [ host-image] stop 0.783051166 |
10010 | 2024-12-21T03:15:06.228Z | Dec 21 03:15:04.066 INFO [host-image] process exited with exit status: 0 (912.104934971s) |
10011 | 2024-12-21T03:15:06.228Z | Dec 21 03:15:04.066 INFO [tuf-repo] running task |
10012 | 2024-12-21T03:15:18.123Z | Dec 21 03:15:15.961 INFO assembling repository in `/tmp/tufaceousxHCiCn`, component: OmicronRepoAssembler |
10013 | 2024-12-21T03:15:23.905Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 13s |
10014 | 2024-12-21T03:15:24.291Z | Dec 21 03:15:22.128 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10015 | 2024-12-21T03:15:24.608Z | Dec 21 03:15:22.444 INFO [verify-libraries] process exited with exit status: 0 (917.315994132s) |
10016 | 2024-12-21T03:15:24.657Z | Dec 21 03:15:22.493 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10017 | 2024-12-21T03:15:40.568Z | Dec 21 03:15:38.401 INFO [tuf-repo] task succeeded (34.335023354s) |
10018 | 2024-12-21T03:15:40.569Z | Dec 21 03:15:38.401 INFO all jobs completed in 2258.962658915s |
10019 | 2024-12-21T03:15:41.126Z | process exited: duration 3028432 ms, exit code 0 |
|
10020 | 2024-12-21T03:15:41.146Z | found 33 output files |
10021 | 2024-12-21T03:15:41.146Z | uploading: /work/manifest.toml (8404 bytes) |
10022 | 2024-12-21T03:15:42.174Z | uploaded: /work/manifest.toml |
10023 | 2024-12-21T03:15:42.174Z | uploading: /work/repo.zip (1958001015 bytes) |
10024 | 2024-12-21T03:16:56.771Z | uploaded: /work/repo.zip |
10025 | 2024-12-21T03:16:56.771Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10026 | 2024-12-21T03:16:57.789Z | uploaded: /work/repo.zip.sha256.txt |
10027 | 2024-12-21T03:16:57.789Z | uploading: /work/helios-setup.log (66444 bytes) |
10028 | 2024-12-21T03:16:58.801Z | uploaded: /work/helios-setup.log |
10029 | 2024-12-21T03:16:58.801Z | uploading: /work/host-image.log (199902 bytes) |
10030 | 2024-12-21T03:16:59.818Z | uploaded: /work/host-image.log |
10031 | 2024-12-21T03:16:59.818Z | uploading: /work/host-package.log (22437 bytes) |
10032 | 2024-12-21T03:17:00.829Z | uploaded: /work/host-package.log |
10033 | 2024-12-21T03:17:00.829Z | uploading: /work/host-target.log (101 bytes) |
10034 | 2024-12-21T03:17:01.840Z | uploaded: /work/host-target.log |
10035 | 2024-12-21T03:17:01.840Z | uploading: /work/omicron-package.log (5666 bytes) |
10036 | 2024-12-21T03:17:02.852Z | uploaded: /work/omicron-package.log |
10037 | 2024-12-21T03:17:02.852Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10038 | 2024-12-21T03:17:03.862Z | uploaded: /work/phbl-toolchain.log |
10039 | 2024-12-21T03:17:03.862Z | uploading: /work/recovery-image.log (594724 bytes) |
10040 | 2024-12-21T03:17:06.159Z | uploaded: /work/recovery-image.log |
10041 | 2024-12-21T03:17:06.159Z | uploading: /work/recovery-package.log (321 bytes) |
10042 | 2024-12-21T03:17:07.174Z | uploaded: /work/recovery-package.log |
10043 | 2024-12-21T03:17:07.174Z | uploading: /work/recovery-target.log (57 bytes) |
10044 | 2024-12-21T03:17:08.187Z | uploaded: /work/recovery-target.log |
10045 | 2024-12-21T03:17:08.187Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10046 | 2024-12-21T03:17:09.199Z | uploaded: /work/stamp-clickhouse.log |
10047 | 2024-12-21T03:17:09.199Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10048 | 2024-12-21T03:17:10.209Z | uploaded: /work/stamp-clickhouse_keeper.log |
10049 | 2024-12-21T03:17:10.209Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10050 | 2024-12-21T03:17:11.219Z | uploaded: /work/stamp-cockroachdb.log |
10051 | 2024-12-21T03:17:11.219Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10052 | 2024-12-21T03:17:12.293Z | uploaded: /work/stamp-crucible-dtrace.log |
10053 | 2024-12-21T03:17:12.293Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10054 | 2024-12-21T03:17:13.301Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10055 | 2024-12-21T03:17:13.301Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10056 | 2024-12-21T03:17:14.314Z | uploaded: /work/stamp-crucible-zone.log |
10057 | 2024-12-21T03:17:14.314Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10058 | 2024-12-21T03:17:15.324Z | uploaded: /work/stamp-external-dns.log |
10059 | 2024-12-21T03:17:15.324Z | uploading: /work/stamp-installinator.log (103 bytes) |
10060 | 2024-12-21T03:17:16.335Z | uploaded: /work/stamp-installinator.log |
10061 | 2024-12-21T03:17:16.335Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10062 | 2024-12-21T03:17:17.345Z | uploaded: /work/stamp-internal-dns.log |
10063 | 2024-12-21T03:17:17.345Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10064 | 2024-12-21T03:17:18.359Z | uploaded: /work/stamp-mg-ddm-gz.log |
10065 | 2024-12-21T03:17:18.360Z | uploading: /work/stamp-nexus.log (112 bytes) |
10066 | 2024-12-21T03:17:19.372Z | uploaded: /work/stamp-nexus.log |
10067 | 2024-12-21T03:17:19.372Z | uploading: /work/stamp-ntp.log (110 bytes) |
10068 | 2024-12-21T03:17:20.384Z | uploaded: /work/stamp-ntp.log |
10069 | 2024-12-21T03:17:20.384Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10070 | 2024-12-21T03:17:21.395Z | uploaded: /work/stamp-omicron-sled-agent.log |
10071 | 2024-12-21T03:17:21.395Z | uploading: /work/stamp-overlay.log (114 bytes) |
10072 | 2024-12-21T03:17:22.405Z | uploaded: /work/stamp-overlay.log |
10073 | 2024-12-21T03:17:22.405Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10074 | 2024-12-21T03:17:23.417Z | uploaded: /work/stamp-oximeter.log |
10075 | 2024-12-21T03:17:23.417Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10076 | 2024-12-21T03:17:24.427Z | uploaded: /work/stamp-oxlog.log |
10077 | 2024-12-21T03:17:24.427Z | uploading: /work/stamp-probe.log (112 bytes) |
10078 | 2024-12-21T03:17:25.439Z | uploaded: /work/stamp-probe.log |
10079 | 2024-12-21T03:17:25.439Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10080 | 2024-12-21T03:17:26.449Z | uploaded: /work/stamp-propolis-server.log |
10081 | 2024-12-21T03:17:26.449Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10082 | 2024-12-21T03:17:27.460Z | uploaded: /work/stamp-pumpkind-gz.log |
10083 | 2024-12-21T03:17:27.460Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10084 | 2024-12-21T03:17:28.470Z | uploaded: /work/stamp-switch-asic.log |
10085 | 2024-12-21T03:17:28.472Z | uploading: /work/verify-libraries.log (5773 bytes) |
10086 | 2024-12-21T03:17:29.482Z | uploaded: /work/verify-libraries.log |