|
|
|
1 | 2024-12-20T19:38:29.392Z | job assigned to worker 01JFJS6DFCS3C9Y960DPXY69EW [factory aws, i-0b4f707fb9c559682] (queued for 57 s) |
|
2 | 2024-12-20T19:38:37.481Z | starting task 0: "setup" |
3 | 2024-12-20T19:38:37.490Z | ++ uname -s |
4 | 2024-12-20T19:38:37.492Z | + kern=SunOS |
5 | 2024-12-20T19:38:37.493Z | + case "$kern" in |
6 | 2024-12-20T19:38:37.493Z | + groupadd -g 12345 build |
7 | 2024-12-20T19:38:37.496Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T19:38:39.501Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T19:38:39.650Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T19:38:39.653Z | + home_fs=zfs |
11 | 2024-12-20T19:38:39.653Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T19:38:39.653Z | + mkdir -p /home/build |
13 | 2024-12-20T19:38:39.653Z | + chown build:build /home/build /work |
14 | 2024-12-20T19:38:41.657Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T19:38:41.661Z | process exited: duration 4178 ms, exit code 0 |
|
16 | 2024-12-20T19:38:41.669Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T19:38:41.673Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T19:38:41.673Z | ' 1.81.0 |
19 | 2024-12-20T19:38:41.673Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T19:38:41.673Z | * toolchain profile = "default" |
21 | 2024-12-20T19:38:41.673Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T19:38:41.673Z | ' default |
23 | 2024-12-20T19:38:41.675Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T19:38:41.675Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T19:38:41.794Z | info: downloading installer |
26 | 2024-12-20T19:38:43.347Z | info: profile set to 'default' |
27 | 2024-12-20T19:38:43.347Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T19:38:43.349Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T19:38:43.480Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T19:38:43.480Z | info: downloading component 'cargo' |
31 | 2024-12-20T19:38:44.179Z | info: downloading component 'clippy' |
32 | 2024-12-20T19:38:44.437Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T19:38:45.405Z | info: downloading component 'rust-std' |
34 | 2024-12-20T19:38:46.908Z | info: downloading component 'rustc' |
35 | 2024-12-20T19:38:52.320Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T19:38:52.528Z | info: installing component 'cargo' |
37 | 2024-12-20T19:38:53.318Z | info: installing component 'clippy' |
38 | 2024-12-20T19:38:53.674Z | info: installing component 'rust-docs' |
39 | 2024-12-20T19:38:55.274Z | info: installing component 'rust-std' |
40 | 2024-12-20T19:38:56.931Z | info: installing component 'rustc' |
41 | 2024-12-20T19:39:02.653Z | info: installing component 'rustfmt' |
42 | 2024-12-20T19:39:02.980Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T19:39:02.980Z | |
44 | 2024-12-20T19:39:03.347Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T19:39:03.347Z | |
46 | 2024-12-20T19:39:03.350Z | |
47 | 2024-12-20T19:39:03.350Z | Rust is installed now. Great! |
48 | 2024-12-20T19:39:03.350Z | |
49 | 2024-12-20T19:39:03.350Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T19:39:03.350Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T19:39:03.350Z | |
52 | 2024-12-20T19:39:03.350Z | To configure your current shell, you need to source |
53 | 2024-12-20T19:39:03.350Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T19:39:03.350Z | |
55 | 2024-12-20T19:39:03.350Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T19:39:03.350Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T19:39:03.350Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T19:39:03.425Z | + rustc --version |
59 | 2024-12-20T19:39:03.495Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T19:39:03.499Z | process exited: duration 21831 ms, exit code 0 |
|
61 | 2024-12-20T19:39:03.508Z | starting task 2: "authentication" |
62 | 2024-12-20T19:39:03.528Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T19:39:03.538Z | starting task 3: "clone repository" |
64 | 2024-12-20T19:39:03.543Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T19:39:03.548Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T19:39:04.303Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T19:39:10.830Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T19:39:10.830Z | + git fetch origin 5e4153b5697a135cd51a49210fa9c926f8eae90a |
69 | 2024-12-20T19:39:11.109Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T19:39:11.109Z | * branch 5e4153b5697a135cd51a49210fa9c926f8eae90a -> FETCH_HEAD |
71 | 2024-12-20T19:39:11.119Z | + [[ -n dap/paginate-endpoints ]] |
72 | 2024-12-20T19:39:11.121Z | ++ git branch --show-current |
73 | 2024-12-20T19:39:11.124Z | + current=main |
74 | 2024-12-20T19:39:11.124Z | + [[ main != dap/paginate-endpoints ]] |
75 | 2024-12-20T19:39:11.124Z | + git branch -f dap/paginate-endpoints 5e4153b5697a135cd51a49210fa9c926f8eae90a |
76 | 2024-12-20T19:39:11.126Z | + git checkout -f dap/paginate-endpoints |
77 | 2024-12-20T19:39:11.305Z | Switched to branch 'dap/paginate-endpoints' |
78 | 2024-12-20T19:39:11.308Z | + git reset --hard 5e4153b5697a135cd51a49210fa9c926f8eae90a |
79 | 2024-12-20T19:39:11.480Z | HEAD is now at 5e4153b56 Revert "add integration test" |
80 | 2024-12-20T19:39:11.487Z | process exited: duration 7947 ms, exit code 0 |
|
81 | 2024-12-20T19:39:11.495Z | starting task 4: "build" |
82 | 2024-12-20T19:39:11.501Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T19:39:11.501Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T19:39:11.503Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T19:39:11.503Z | + cargo --version |
86 | 2024-12-20T19:39:11.558Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T19:39:11.561Z | + rustc --version |
88 | 2024-12-20T19:39:11.621Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T19:39:11.624Z | + cargo tree --locked |
90 | 2024-12-20T19:39:11.885Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-20T19:39:12.204Z | Updating crates.io index |
92 | 2024-12-20T19:39:12.272Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-20T19:39:12.735Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-20T19:39:12.962Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-20T19:39:13.186Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-20T19:39:13.434Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-20T19:39:14.308Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-20T19:39:15.946Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-20T19:39:16.563Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-20T19:39:17.286Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-20T19:39:17.547Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-20T19:39:17.829Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-20T19:39:18.435Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-20T19:39:18.745Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-20T19:39:19.045Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-20T19:39:19.316Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-20T19:39:19.562Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-20T19:39:19.805Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-20T19:39:20.104Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-20T19:39:20.387Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-20T19:39:20.655Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-20T19:39:20.984Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-20T19:39:21.494Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-20T19:39:21.862Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-20T19:39:22.272Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-20T19:39:22.665Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-20T19:39:23.027Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-20T19:39:23.281Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-20T19:39:23.534Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-20T19:39:24.938Z | Downloading crates ... |
121 | 2024-12-20T19:39:25.037Z | Downloaded adler2 v2.0.0 |
122 | 2024-12-20T19:39:25.044Z | Downloaded atomicwrites v0.4.4 |
123 | 2024-12-20T19:39:25.054Z | Downloaded assert_matches v1.5.0 |
124 | 2024-12-20T19:39:25.057Z | Downloaded atty v0.2.14 |
125 | 2024-12-20T19:39:25.060Z | Downloaded async-stream-impl v0.3.6 |
126 | 2024-12-20T19:39:25.062Z | Downloaded ciborium v0.2.2 |
127 | 2024-12-20T19:39:25.065Z | Downloaded foreign-types-shared v0.3.1 |
128 | 2024-12-20T19:39:25.068Z | Downloaded async-object-pool v0.1.5 |
129 | 2024-12-20T19:39:25.068Z | Downloaded anstyle v1.0.10 |
130 | 2024-12-20T19:39:25.074Z | Downloaded getrandom v0.2.15 |
131 | 2024-12-20T19:39:25.078Z | Downloaded errno v0.3.9 |
132 | 2024-12-20T19:39:25.081Z | Downloaded anstyle-parse v0.2.5 |
133 | 2024-12-20T19:39:25.081Z | Downloaded anes v0.1.6 |
134 | 2024-12-20T19:39:25.084Z | Downloaded foreign-types v0.5.0 |
135 | 2024-12-20T19:39:25.084Z | Downloaded aead v0.5.2 |
136 | 2024-12-20T19:39:25.087Z | Downloaded cfg_aliases v0.2.1 |
137 | 2024-12-20T19:39:25.087Z | Downloaded escape8259 v0.5.3 |
138 | 2024-12-20T19:39:25.090Z | Downloaded cfg_aliases v0.1.1 |
139 | 2024-12-20T19:39:25.095Z | Downloaded headers-core v0.3.0 |
140 | 2024-12-20T19:39:25.097Z | Downloaded async-channel v1.9.0 |
141 | 2024-12-20T19:39:25.100Z | Downloaded async-global-executor v2.4.1 |
142 | 2024-12-20T19:39:25.102Z | Downloaded async-channel v2.3.1 |
143 | 2024-12-20T19:39:25.105Z | Downloaded bitfield-struct v0.6.2 |
144 | 2024-12-20T19:39:25.105Z | Downloaded fxhash v0.2.1 |
145 | 2024-12-20T19:39:25.108Z | Downloaded ascii-canvas v3.0.0 |
146 | 2024-12-20T19:39:25.108Z | Downloaded http-range v0.1.5 |
147 | 2024-12-20T19:39:25.110Z | Downloaded bitflags v1.3.2 |
148 | 2024-12-20T19:39:25.113Z | Downloaded foreign-types v0.3.2 |
149 | 2024-12-20T19:39:25.113Z | Downloaded bcrypt-pbkdf v0.10.0 |
150 | 2024-12-20T19:39:25.116Z | Downloaded hubpack_derive v0.1.1 |
151 | 2024-12-20T19:39:25.116Z | Downloaded http-body v1.0.1 |
152 | 2024-12-20T19:39:25.119Z | Downloaded guppy-workspace-hack v0.1.0 |
153 | 2024-12-20T19:39:25.119Z | Downloaded bitfield v0.14.0 |
154 | 2024-12-20T19:39:25.121Z | Downloaded blowfish v0.9.1 |
155 | 2024-12-20T19:39:25.121Z | Downloaded futures-macro v0.3.31 |
156 | 2024-12-20T19:39:25.124Z | Downloaded event-listener v2.5.3 |
157 | 2024-12-20T19:39:25.127Z | Downloaded ghash v0.5.1 |
158 | 2024-12-20T19:39:25.127Z | Downloaded gethostname v0.5.0 |
159 | 2024-12-20T19:39:25.127Z | Downloaded futures-timer v3.0.3 |
160 | 2024-12-20T19:39:25.130Z | Downloaded futures-sink v0.3.31 |
161 | 2024-12-20T19:39:25.132Z | Downloaded futures-executor v0.3.31 |
162 | 2024-12-20T19:39:25.135Z | Downloaded hash32 v0.3.1 |
163 | 2024-12-20T19:39:25.138Z | Downloaded futures-io v0.3.31 |
164 | 2024-12-20T19:39:25.138Z | Downloaded castaway v0.2.3 |
165 | 2024-12-20T19:39:25.140Z | Downloaded heck v0.5.0 |
166 | 2024-12-20T19:39:25.140Z | Downloaded heck v0.3.3 |
167 | 2024-12-20T19:39:25.143Z | Downloaded hostname v0.4.0 |
168 | 2024-12-20T19:39:25.146Z | Downloaded hex-literal v0.4.1 |
169 | 2024-12-20T19:39:25.146Z | Downloaded glob v0.3.1 |
170 | 2024-12-20T19:39:25.150Z | Downloaded hash32 v0.2.1 |
171 | 2024-12-20T19:39:25.150Z | Downloaded group v0.13.0 |
172 | 2024-12-20T19:39:25.153Z | Downloaded home v0.5.9 |
173 | 2024-12-20T19:39:25.155Z | Downloaded foreign-types-shared v0.1.1 |
174 | 2024-12-20T19:39:25.155Z | Downloaded blocking v1.6.1 |
175 | 2024-12-20T19:39:25.159Z | Downloaded hostname v0.3.1 |
176 | 2024-12-20T19:39:25.159Z | Downloaded fixedbitset v0.4.2 |
177 | 2024-12-20T19:39:25.161Z | Downloaded httpdate v1.0.3 |
178 | 2024-12-20T19:39:25.162Z | Downloaded chacha20 v0.9.1 |
179 | 2024-12-20T19:39:25.164Z | Downloaded bytecount v0.6.8 |
180 | 2024-12-20T19:39:25.166Z | Downloaded num_threads v0.1.7 |
181 | 2024-12-20T19:39:25.166Z | Downloaded generic-array v0.14.7 |
182 | 2024-12-20T19:39:25.170Z | Downloaded form_urlencoded v1.2.1 |
183 | 2024-12-20T19:39:25.173Z | Downloaded fastrand v2.1.1 |
184 | 2024-12-20T19:39:25.173Z | Downloaded block-padding v0.3.3 |
185 | 2024-12-20T19:39:25.173Z | Downloaded assert_cmd v2.0.16 |
186 | 2024-12-20T19:39:25.177Z | Downloaded humantime v2.1.0 |
187 | 2024-12-20T19:39:25.181Z | Downloaded async-process v2.3.0 |
188 | 2024-12-20T19:39:25.181Z | Downloaded futures-core v0.3.31 |
189 | 2024-12-20T19:39:25.184Z | Downloaded async-task v4.7.1 |
190 | 2024-12-20T19:39:25.187Z | Downloaded http-body-util v0.1.2 |
191 | 2024-12-20T19:39:25.189Z | Downloaded async-bb8-diesel v0.2.1 |
192 | 2024-12-20T19:39:25.192Z | Downloaded cargo_metadata v0.18.1 |
193 | 2024-12-20T19:39:25.192Z | Downloaded funty v2.0.0 |
194 | 2024-12-20T19:39:25.195Z | Downloaded anstream v0.6.15 |
195 | 2024-12-20T19:39:25.198Z | Downloaded precomputed-hash v0.1.1 |
196 | 2024-12-20T19:39:25.198Z | Downloaded futures-lite v2.3.0 |
197 | 2024-12-20T19:39:25.200Z | Downloaded event-listener-strategy v0.5.2 |
198 | 2024-12-20T19:39:25.203Z | Downloaded hyper-rustls v0.26.0 |
199 | 2024-12-20T19:39:25.205Z | Downloaded hyper-rustls v0.27.3 |
200 | 2024-12-20T19:39:25.208Z | Downloaded httptest v0.16.1 |
201 | 2024-12-20T19:39:25.211Z | Downloaded cargo-platform v0.1.8 |
202 | 2024-12-20T19:39:25.214Z | Downloaded httparse v1.9.5 |
203 | 2024-12-20T19:39:25.214Z | Downloaded bzip2 v0.4.4 |
204 | 2024-12-20T19:39:25.217Z | Downloaded camino v1.1.9 |
205 | 2024-12-20T19:39:25.220Z | Downloaded camino-tempfile v1.1.1 |
206 | 2024-12-20T19:39:25.222Z | Downloaded fs_extra v1.3.0 |
207 | 2024-12-20T19:39:25.225Z | Downloaded highway v1.2.0 |
208 | 2024-12-20T19:39:25.225Z | Downloaded target-triple v0.1.3 |
209 | 2024-12-20T19:39:25.229Z | Downloaded num-iter v0.1.45 |
210 | 2024-12-20T19:39:25.229Z | Downloaded globset v0.4.15 |
211 | 2024-12-20T19:39:25.232Z | Downloaded sqlparser_derive v0.2.2 |
212 | 2024-12-20T19:39:25.232Z | Downloaded parking v2.2.1 |
213 | 2024-12-20T19:39:25.232Z | Downloaded num_enum_derive v0.5.11 |
214 | 2024-12-20T19:39:25.235Z | Downloaded event-listener v5.3.1 |
215 | 2024-12-20T19:39:25.237Z | Downloaded password-hash v0.4.2 |
216 | 2024-12-20T19:39:25.240Z | Downloaded ssh-encoding v0.2.0 |
217 | 2024-12-20T19:39:25.243Z | Downloaded polyval v0.6.2 |
218 | 2024-12-20T19:39:25.243Z | Downloaded tower-service v0.3.3 |
219 | 2024-12-20T19:39:25.246Z | Downloaded usdt-macro v0.5.0 |
220 | 2024-12-20T19:39:25.246Z | Downloaded try-lock v0.2.5 |
221 | 2024-12-20T19:39:25.249Z | Downloaded zone v0.3.0 |
222 | 2024-12-20T19:39:25.249Z | Downloaded bitflags v2.6.0 |
223 | 2024-12-20T19:39:25.254Z | Downloaded peg v0.8.4 |
224 | 2024-12-20T19:39:25.257Z | Downloaded write16 v1.0.0 |
225 | 2024-12-20T19:39:25.259Z | Downloaded darling_macro v0.20.10 |
226 | 2024-12-20T19:39:25.259Z | Downloaded rustc-hash v1.1.0 |
227 | 2024-12-20T19:39:25.262Z | Downloaded proc-macro-crate v3.2.0 |
228 | 2024-12-20T19:39:25.262Z | Downloaded plotters-backend v0.3.7 |
229 | 2024-12-20T19:39:25.264Z | Downloaded rpassword v7.3.1 |
230 | 2024-12-20T19:39:25.267Z | Downloaded rand_chacha v0.3.1 |
231 | 2024-12-20T19:39:25.267Z | Downloaded proc-macro-error-attr v1.0.4 |
232 | 2024-12-20T19:39:25.270Z | Downloaded ref-cast-impl v1.0.23 |
233 | 2024-12-20T19:39:25.270Z | Downloaded anyhow v1.0.93 |
234 | 2024-12-20T19:39:25.274Z | Downloaded hubpack v0.1.2 |
235 | 2024-12-20T19:39:25.277Z | Downloaded fatfs v0.3.6 |
236 | 2024-12-20T19:39:25.280Z | Downloaded same-file v1.0.6 |
237 | 2024-12-20T19:39:25.283Z | Downloaded cfg-expr v0.17.0 |
238 | 2024-12-20T19:39:25.286Z | Downloaded blake2b_simd v1.0.2 |
239 | 2024-12-20T19:39:25.286Z | Downloaded sha1 v0.10.6 |
240 | 2024-12-20T19:39:25.289Z | Downloaded scheduled-thread-pool v0.2.7 |
241 | 2024-12-20T19:39:25.292Z | Downloaded spki v0.7.3 |
242 | 2024-12-20T19:39:25.295Z | Downloaded sqlformat v0.2.6 |
243 | 2024-12-20T19:39:25.295Z | Downloaded signal-hook-mio v0.2.4 |
244 | 2024-12-20T19:39:25.297Z | Downloaded static_assertions v1.1.0 |
245 | 2024-12-20T19:39:25.300Z | Downloaded stable_deref_trait v1.2.0 |
246 | 2024-12-20T19:39:25.300Z | Downloaded tiny-keccak v2.0.2 |
247 | 2024-12-20T19:39:25.303Z | Downloaded pkcs1 v0.7.5 |
248 | 2024-12-20T19:39:25.306Z | Downloaded tls_codec v0.4.1 |
249 | 2024-12-20T19:39:25.309Z | Downloaded is_ci v1.2.0 |
250 | 2024-12-20T19:39:25.309Z | Downloaded tinystr v0.7.6 |
251 | 2024-12-20T19:39:25.311Z | Downloaded peg-macros v0.8.4 |
252 | 2024-12-20T19:39:25.314Z | Downloaded partial-io v0.5.4 |
253 | 2024-12-20T19:39:25.316Z | Downloaded wait-timeout v0.2.0 |
254 | 2024-12-20T19:39:25.318Z | Downloaded zone v0.1.8 |
255 | 2024-12-20T19:39:25.321Z | Downloaded xz2 v0.1.7 |
256 | 2024-12-20T19:39:25.324Z | Downloaded crossbeam-deque v0.8.5 |
257 | 2024-12-20T19:39:25.324Z | Downloaded rustc-demangle v0.1.24 |
258 | 2024-12-20T19:39:25.326Z | Downloaded criterion-plot v0.5.0 |
259 | 2024-12-20T19:39:25.329Z | Downloaded colored v2.1.0 |
260 | 2024-12-20T19:39:25.332Z | Downloaded cobs v0.2.3 |
261 | 2024-12-20T19:39:25.334Z | Downloaded flume v0.11.1 |
262 | 2024-12-20T19:39:25.337Z | Downloaded chacha20poly1305 v0.10.1 |
263 | 2024-12-20T19:39:25.340Z | Downloaded rust-argon2 v2.1.0 |
264 | 2024-12-20T19:39:25.342Z | Downloaded futures v0.3.31 |
265 | 2024-12-20T19:39:25.346Z | Downloaded num-conv v0.1.0 |
266 | 2024-12-20T19:39:25.349Z | Downloaded defmt-parser v0.3.4 |
267 | 2024-12-20T19:39:25.351Z | Downloaded defmt-macros v0.3.9 |
268 | 2024-12-20T19:39:25.354Z | Downloaded path-slash v0.1.5 |
269 | 2024-12-20T19:39:25.356Z | Downloaded opaque-debug v0.3.1 |
270 | 2024-12-20T19:39:25.356Z | Downloaded dirs-next v2.0.0 |
271 | 2024-12-20T19:39:25.359Z | Downloaded target-spec v3.2.2 |
272 | 2024-12-20T19:39:25.361Z | Downloaded tempfile v3.13.0 |
273 | 2024-12-20T19:39:25.364Z | Downloaded bytes v1.8.0 |
274 | 2024-12-20T19:39:25.367Z | Downloaded phf_shared v0.10.0 |
275 | 2024-12-20T19:39:25.370Z | Downloaded tui-tree-widget v0.22.0 |
276 | 2024-12-20T19:39:25.373Z | Downloaded tracing-attributes v0.1.27 |
277 | 2024-12-20T19:39:25.375Z | Downloaded dunce v1.0.5 |
278 | 2024-12-20T19:39:25.375Z | Downloaded scroll_derive v0.12.0 |
279 | 2024-12-20T19:39:25.378Z | Downloaded either v1.13.0 |
280 | 2024-12-20T19:39:25.378Z | Downloaded is_terminal_polyfill v1.70.1 |
281 | 2024-12-20T19:39:25.381Z | Downloaded idna_adapter v1.2.0 |
282 | 2024-12-20T19:39:25.381Z | Downloaded usdt-impl v0.5.0 |
283 | 2024-12-20T19:39:25.384Z | Downloaded pest_meta v2.7.14 |
284 | 2024-12-20T19:39:25.386Z | Downloaded multimap v0.10.0 |
285 | 2024-12-20T19:39:25.389Z | Downloaded colorchoice v1.0.2 |
286 | 2024-12-20T19:39:25.389Z | Downloaded pin-project v1.1.6 |
287 | 2024-12-20T19:39:25.401Z | Downloaded heapless v0.7.17 |
288 | 2024-12-20T19:39:25.405Z | Downloaded oorandom v11.1.4 |
289 | 2024-12-20T19:39:25.408Z | Downloaded nanorand v0.7.0 |
290 | 2024-12-20T19:39:25.411Z | Downloaded libsw v3.3.1 |
291 | 2024-12-20T19:39:25.413Z | Downloaded take_mut v0.2.2 |
292 | 2024-12-20T19:39:25.413Z | Downloaded md-5 v0.10.6 |
293 | 2024-12-20T19:39:25.416Z | Downloaded num-derive v0.4.2 |
294 | 2024-12-20T19:39:25.416Z | Downloaded signal-hook v0.3.17 |
295 | 2024-12-20T19:39:25.422Z | Downloaded cc v1.1.30 |
296 | 2024-12-20T19:39:25.425Z | Downloaded backtrace v0.3.74 |
297 | 2024-12-20T19:39:25.429Z | Downloaded psl-types v2.0.11 |
298 | 2024-12-20T19:39:25.432Z | Downloaded phf_shared v0.11.2 |
299 | 2024-12-20T19:39:25.432Z | Downloaded paste v1.0.15 |
300 | 2024-12-20T19:39:25.436Z | Downloaded iana-time-zone v0.1.61 |
301 | 2024-12-20T19:39:25.438Z | Downloaded yoke-derive v0.7.4 |
302 | 2024-12-20T19:39:25.440Z | Downloaded rand_xorshift v0.3.0 |
303 | 2024-12-20T19:39:25.443Z | Downloaded rand_seeder v0.3.0 |
304 | 2024-12-20T19:39:25.443Z | Downloaded fancy-regex v0.13.0 |
305 | 2024-12-20T19:39:25.447Z | Downloaded scrypt v0.11.0 |
306 | 2024-12-20T19:39:25.451Z | Downloaded rustc_version v0.1.7 |
307 | 2024-12-20T19:39:25.454Z | Downloaded relative-path v1.9.3 |
308 | 2024-12-20T19:39:25.454Z | Downloaded predicates-tree v1.0.11 |
309 | 2024-12-20T19:39:25.454Z | Downloaded predicates-core v1.0.8 |
310 | 2024-12-20T19:39:25.457Z | Downloaded utf8parse v0.2.2 |
311 | 2024-12-20T19:39:25.457Z | Downloaded radium v0.7.0 |
312 | 2024-12-20T19:39:25.459Z | Downloaded signal-hook-registry v1.4.2 |
313 | 2024-12-20T19:39:25.459Z | Downloaded scopeguard v1.2.0 |
314 | 2024-12-20T19:39:25.459Z | Downloaded trybuild v1.0.101 |
315 | 2024-12-20T19:39:25.464Z | Downloaded crunchy v0.2.2 |
316 | 2024-12-20T19:39:25.467Z | Downloaded schemars v0.8.21 |
317 | 2024-12-20T19:39:25.478Z | Downloaded strip-ansi-escapes v0.2.0 |
318 | 2024-12-20T19:39:25.480Z | Downloaded icu_provider_macros v1.5.0 |
319 | 2024-12-20T19:39:25.483Z | Downloaded tabwriter v1.4.0 |
320 | 2024-12-20T19:39:25.485Z | Downloaded serde_yaml v0.9.34+deprecated |
321 | 2024-12-20T19:39:25.488Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-12-20T19:39:25.491Z | Downloaded threadpool v1.8.1 |
323 | 2024-12-20T19:39:25.491Z | Downloaded doc-comment v0.3.3 |
324 | 2024-12-20T19:39:25.491Z | Downloaded universal-hash v0.5.1 |
325 | 2024-12-20T19:39:25.493Z | Downloaded tracing-core v0.1.32 |
326 | 2024-12-20T19:39:25.496Z | Downloaded unicode-linebreak v0.1.5 |
327 | 2024-12-20T19:39:25.498Z | Downloaded predicates v3.1.2 |
328 | 2024-12-20T19:39:25.501Z | Downloaded difflib v0.4.0 |
329 | 2024-12-20T19:39:25.507Z | Downloaded mirai-annotations v1.12.0 |
330 | 2024-12-20T19:39:25.507Z | Downloaded matches v0.1.10 |
331 | 2024-12-20T19:39:25.507Z | Downloaded poly1305 v0.8.0 |
332 | 2024-12-20T19:39:25.515Z | Downloaded zeroize_derive v1.4.2 |
333 | 2024-12-20T19:39:25.515Z | Downloaded password-hash v0.5.0 |
334 | 2024-12-20T19:39:25.523Z | Downloaded schemars_derive v0.8.21 |
335 | 2024-12-20T19:39:25.523Z | Downloaded pin-project-internal v1.1.6 |
336 | 2024-12-20T19:39:25.523Z | Downloaded thread-id v4.2.2 |
337 | 2024-12-20T19:39:25.523Z | Downloaded which v4.4.2 |
338 | 2024-12-20T19:39:25.523Z | Downloaded compact_str v0.8.0 |
339 | 2024-12-20T19:39:25.527Z | Downloaded quinn v0.11.5 |
340 | 2024-12-20T19:39:25.527Z | Downloaded strum_macros v0.26.4 |
341 | 2024-12-20T19:39:25.532Z | Downloaded flate2 v1.0.34 |
342 | 2024-12-20T19:39:25.536Z | Downloaded downcast v0.11.0 |
343 | 2024-12-20T19:39:25.539Z | Downloaded dof v0.3.0 |
344 | 2024-12-20T19:39:25.539Z | Downloaded debug-ignore v1.0.5 |
345 | 2024-12-20T19:39:25.539Z | Downloaded thread_local v1.1.8 |
346 | 2024-12-20T19:39:25.541Z | Downloaded tokio-tungstenite v0.24.0 |
347 | 2024-12-20T19:39:25.544Z | Downloaded ipnetwork v0.20.0 |
348 | 2024-12-20T19:39:25.546Z | Downloaded tokio-tungstenite v0.21.0 |
349 | 2024-12-20T19:39:25.549Z | Downloaded tokio-stream v0.1.16 |
350 | 2024-12-20T19:39:25.553Z | Downloaded uuid v1.11.0 |
351 | 2024-12-20T19:39:25.558Z | Downloaded samael v0.0.17 |
352 | 2024-12-20T19:39:25.564Z | Downloaded swrite v0.1.0 |
353 | 2024-12-20T19:39:25.566Z | Downloaded indent_write v2.2.0 |
354 | 2024-12-20T19:39:25.566Z | Downloaded aes v0.8.4 |
355 | 2024-12-20T19:39:25.571Z | Downloaded packed_struct v0.10.1 |
356 | 2024-12-20T19:39:25.574Z | Downloaded num_enum v0.5.11 |
357 | 2024-12-20T19:39:25.577Z | Downloaded mockall v0.13.0 |
358 | 2024-12-20T19:39:25.579Z | Downloaded cipher v0.4.4 |
359 | 2024-12-20T19:39:25.582Z | Downloaded lru-cache v0.1.2 |
360 | 2024-12-20T19:39:25.584Z | Downloaded internet-checksum v0.2.1 |
361 | 2024-12-20T19:39:25.584Z | Downloaded pbkdf2 v0.12.2 |
362 | 2024-12-20T19:39:25.587Z | Downloaded toolchain_find v0.4.0 |
363 | 2024-12-20T19:39:25.587Z | Downloaded defmt v0.3.8 |
364 | 2024-12-20T19:39:25.591Z | Downloaded slog v2.7.0 |
365 | 2024-12-20T19:39:25.596Z | Downloaded waitgroup v0.1.2 |
366 | 2024-12-20T19:39:25.600Z | Downloaded quinn-udp v0.5.5 |
367 | 2024-12-20T19:39:25.600Z | Downloaded plain v0.2.3 |
368 | 2024-12-20T19:39:25.606Z | Downloaded pkg-config v0.3.31 |
369 | 2024-12-20T19:39:25.606Z | Downloaded ron v0.8.1 |
370 | 2024-12-20T19:39:25.609Z | Downloaded ciborium-io v0.2.2 |
371 | 2024-12-20T19:39:25.609Z | Downloaded quick-error v1.2.3 |
372 | 2024-12-20T19:39:25.612Z | Downloaded rustls-pemfile v1.0.4 |
373 | 2024-12-20T19:39:25.614Z | Downloaded rusty-fork v0.3.0 |
374 | 2024-12-20T19:39:25.616Z | Downloaded rustversion v1.0.17 |
375 | 2024-12-20T19:39:25.618Z | Downloaded libtest-mimic v0.7.3 |
376 | 2024-12-20T19:39:25.621Z | Downloaded constant_time_eq v0.3.1 |
377 | 2024-12-20T19:39:25.623Z | Downloaded slog-bunyan v2.5.0 |
378 | 2024-12-20T19:39:25.623Z | Downloaded ipnet v2.10.1 |
379 | 2024-12-20T19:39:25.625Z | Downloaded slab v0.4.9 |
380 | 2024-12-20T19:39:25.628Z | Downloaded rustc-hash v2.0.0 |
381 | 2024-12-20T19:39:25.630Z | Downloaded supports-color v3.0.1 |
382 | 2024-12-20T19:39:25.631Z | Downloaded subtle v2.6.1 |
383 | 2024-12-20T19:39:25.633Z | Downloaded siphasher v0.3.11 |
384 | 2024-12-20T19:39:25.633Z | Downloaded strum_macros v0.25.3 |
385 | 2024-12-20T19:39:25.636Z | Downloaded multer v3.1.0 |
386 | 2024-12-20T19:39:25.638Z | Downloaded rfc6979 v0.4.0 |
387 | 2024-12-20T19:39:25.640Z | Downloaded displaydoc v0.2.5 |
388 | 2024-12-20T19:39:25.643Z | Downloaded crossbeam-channel v0.5.13 |
389 | 2024-12-20T19:39:25.648Z | Downloaded tokio-macros v2.4.0 |
390 | 2024-12-20T19:39:25.651Z | Downloaded clap v4.5.21 |
391 | 2024-12-20T19:39:25.660Z | Downloaded walkdir v2.5.0 |
392 | 2024-12-20T19:39:25.662Z | Downloaded openssl-probe v0.1.5 |
393 | 2024-12-20T19:39:25.665Z | Downloaded newtype_derive v0.1.6 |
394 | 2024-12-20T19:39:25.665Z | Downloaded newline-converter v0.3.0 |
395 | 2024-12-20T19:39:25.668Z | Downloaded new_debug_unreachable v1.0.6 |
396 | 2024-12-20T19:39:25.668Z | Downloaded unicase v2.7.0 |
397 | 2024-12-20T19:39:25.670Z | Downloaded topological-sort v0.2.2 |
398 | 2024-12-20T19:39:25.672Z | Downloaded rustls-pemfile v2.2.0 |
399 | 2024-12-20T19:39:25.675Z | Downloaded plotters-svg v0.3.7 |
400 | 2024-12-20T19:39:25.675Z | Downloaded quote v1.0.37 |
401 | 2024-12-20T19:39:25.677Z | Downloaded pkcs8 v0.10.2 |
402 | 2024-12-20T19:39:25.681Z | Downloaded progenitor-client v0.8.0 |
403 | 2024-12-20T19:39:25.684Z | Downloaded convert_case v0.4.0 |
404 | 2024-12-20T19:39:25.684Z | Downloaded zerofrom-derive v0.1.4 |
405 | 2024-12-20T19:39:25.687Z | Downloaded rustls-native-certs v0.7.3 |
406 | 2024-12-20T19:39:25.690Z | Downloaded mockall_derive v0.13.0 |
407 | 2024-12-20T19:39:25.692Z | Downloaded zip v2.1.3 |
408 | 2024-12-20T19:39:25.696Z | Downloaded dyn-clone v1.0.17 |
409 | 2024-12-20T19:39:25.699Z | Downloaded impl-trait-for-tuples v0.2.2 |
410 | 2024-12-20T19:39:25.702Z | Downloaded litemap v0.7.3 |
411 | 2024-12-20T19:39:25.705Z | Downloaded indexmap v1.9.3 |
412 | 2024-12-20T19:39:25.708Z | Downloaded hyper v1.5.0 |
413 | 2024-12-20T19:39:25.715Z | Downloaded lockfree-object-pool v0.1.6 |
414 | 2024-12-20T19:39:25.719Z | Downloaded aes-gcm v0.10.3 |
415 | 2024-12-20T19:39:25.721Z | Downloaded criterion v0.5.1 |
416 | 2024-12-20T19:39:25.729Z | Downloaded parse-display v0.10.0 |
417 | 2024-12-20T19:39:25.731Z | Downloaded newtype-uuid v1.1.3 |
418 | 2024-12-20T19:39:25.734Z | Downloaded rustls-pki-types v1.10.0 |
419 | 2024-12-20T19:39:25.747Z | Downloaded unarray v0.1.4 |
420 | 2024-12-20T19:39:25.747Z | Downloaded vsss-rs v3.3.4 |
421 | 2024-12-20T19:39:25.747Z | Downloaded diesel_table_macro_syntax v0.2.0 |
422 | 2024-12-20T19:39:25.747Z | Downloaded ref-cast v1.0.23 |
423 | 2024-12-20T19:39:25.750Z | Downloaded mio v1.0.2 |
424 | 2024-12-20T19:39:25.752Z | Downloaded dhcproto-macros v0.1.0 |
425 | 2024-12-20T19:39:25.752Z | Downloaded signal-hook-tokio v0.3.1 |
426 | 2024-12-20T19:39:25.756Z | Downloaded serde_urlencoded v0.7.1 |
427 | 2024-12-20T19:39:25.759Z | Downloaded tough v0.19.0 |
428 | 2024-12-20T19:39:25.765Z | Downloaded progenitor v0.8.0 |
429 | 2024-12-20T19:39:25.768Z | Downloaded thiserror-no-std v2.0.2 |
430 | 2024-12-20T19:39:25.771Z | Downloaded p521 v0.13.3 |
431 | 2024-12-20T19:39:25.776Z | Downloaded pretty-hex v0.4.1 |
432 | 2024-12-20T19:39:25.779Z | Downloaded pretty-hex v0.2.1 |
433 | 2024-12-20T19:39:25.784Z | Downloaded russh-cryptovec v0.7.3 |
434 | 2024-12-20T19:39:25.784Z | Downloaded number_prefix v0.4.0 |
435 | 2024-12-20T19:39:25.784Z | Downloaded spin v0.5.2 |
436 | 2024-12-20T19:39:25.793Z | Downloaded mime_guess v2.0.5 |
437 | 2024-12-20T19:39:25.793Z | Downloaded parking_lot_core v0.9.10 |
438 | 2024-12-20T19:39:25.797Z | Downloaded vte v0.11.1 |
439 | 2024-12-20T19:39:25.797Z | Downloaded des v0.8.1 |
440 | 2024-12-20T19:39:25.797Z | Downloaded unicode-ident v1.0.13 |
441 | 2024-12-20T19:39:25.797Z | Downloaded lock_api v0.4.12 |
442 | 2024-12-20T19:39:25.799Z | Downloaded cookie v0.18.1 |
443 | 2024-12-20T19:39:25.802Z | Downloaded zopfli v0.8.1 |
444 | 2024-12-20T19:39:25.804Z | Downloaded strum v0.26.3 |
445 | 2024-12-20T19:39:25.804Z | Downloaded ecdsa v0.16.9 |
446 | 2024-12-20T19:39:25.808Z | Downloaded thiserror-impl-no-std v2.0.2 |
447 | 2024-12-20T19:39:25.810Z | Downloaded hkdf v0.12.4 |
448 | 2024-12-20T19:39:25.813Z | Downloaded kv-log-macro v1.0.7 |
449 | 2024-12-20T19:39:25.813Z | Downloaded ucd-trie v0.1.7 |
450 | 2024-12-20T19:39:25.817Z | Downloaded crc-catalog v2.4.0 |
451 | 2024-12-20T19:39:25.817Z | Downloaded futures-util v0.3.31 |
452 | 2024-12-20T19:39:25.828Z | Downloaded nodrop v0.1.14 |
453 | 2024-12-20T19:39:25.831Z | Downloaded lazy_static v1.5.0 |
454 | 2024-12-20T19:39:25.834Z | Downloaded instability v0.3.2 |
455 | 2024-12-20T19:39:25.834Z | Downloaded diesel-dtrace v0.4.2 |
456 | 2024-12-20T19:39:25.837Z | Downloaded lalrpop-util v0.19.12 |
457 | 2024-12-20T19:39:25.837Z | Downloaded parking_lot_core v0.8.6 |
458 | 2024-12-20T19:39:25.839Z | Downloaded dtrace-parser v0.2.0 |
459 | 2024-12-20T19:39:25.839Z | Downloaded serde_spanned v0.6.8 |
460 | 2024-12-20T19:39:25.842Z | Downloaded goblin v0.8.2 |
461 | 2024-12-20T19:39:25.847Z | Downloaded version_check v0.9.5 |
462 | 2024-12-20T19:39:25.850Z | Downloaded memmap v0.7.0 |
463 | 2024-12-20T19:39:25.852Z | Downloaded dhcproto v0.12.0 |
464 | 2024-12-20T19:39:25.855Z | Downloaded rtoolbox v0.0.2 |
465 | 2024-12-20T19:39:25.855Z | Downloaded console v0.15.8 |
466 | 2024-12-20T19:39:25.859Z | Downloaded p256 v0.13.2 |
467 | 2024-12-20T19:39:25.861Z | Downloaded unicode-bidi v0.3.17 |
468 | 2024-12-20T19:39:25.864Z | Downloaded pest_generator v2.7.14 |
469 | 2024-12-20T19:39:25.867Z | Downloaded tap v1.0.1 |
470 | 2024-12-20T19:39:25.867Z | Downloaded snafu v0.8.5 |
471 | 2024-12-20T19:39:25.872Z | Downloaded instant v0.1.13 |
472 | 2024-12-20T19:39:25.876Z | Downloaded spin v0.9.8 |
473 | 2024-12-20T19:39:25.880Z | Downloaded structmeta-derive v0.3.0 |
474 | 2024-12-20T19:39:25.880Z | Downloaded structmeta-derive v0.2.0 |
475 | 2024-12-20T19:39:25.880Z | Downloaded structmeta v0.3.0 |
476 | 2024-12-20T19:39:25.882Z | Downloaded structmeta v0.2.0 |
477 | 2024-12-20T19:39:25.882Z | Downloaded aho-corasick v1.1.3 |
478 | 2024-12-20T19:39:25.887Z | Downloaded untrusted v0.7.1 |
479 | 2024-12-20T19:39:25.890Z | Downloaded parking_lot v0.12.3 |
480 | 2024-12-20T19:39:25.893Z | Downloaded parse-zoneinfo v0.3.1 |
481 | 2024-12-20T19:39:25.896Z | Downloaded indicatif v0.17.9 |
482 | 2024-12-20T19:39:25.899Z | Downloaded stringprep v0.1.5 |
483 | 2024-12-20T19:39:25.901Z | Downloaded utf16_iter v1.0.5 |
484 | 2024-12-20T19:39:25.905Z | Downloaded toml_datetime v0.6.8 |
485 | 2024-12-20T19:39:25.905Z | Downloaded rstest_macros v0.23.0 |
486 | 2024-12-20T19:39:25.908Z | Downloaded serde-big-array v0.5.1 |
487 | 2024-12-20T19:39:25.911Z | Downloaded num-rational v0.4.2 |
488 | 2024-12-20T19:39:25.911Z | Downloaded typenum v1.17.0 |
489 | 2024-12-20T19:39:25.913Z | Downloaded darling_core v0.20.10 |
490 | 2024-12-20T19:39:25.918Z | Downloaded hyper-tls v0.6.0 |
491 | 2024-12-20T19:39:25.920Z | Downloaded ed25519 v2.2.3 |
492 | 2024-12-20T19:39:25.923Z | Downloaded dsl_auto_type v0.1.2 |
493 | 2024-12-20T19:39:25.923Z | Downloaded zeroize v1.8.1 |
494 | 2024-12-20T19:39:25.925Z | Downloaded postgres-protocol v0.6.7 |
495 | 2024-12-20T19:39:25.928Z | Downloaded crossbeam-utils v0.8.20 |
496 | 2024-12-20T19:39:25.931Z | Downloaded num-complex v0.4.6 |
497 | 2024-12-20T19:39:25.933Z | Downloaded icu_locid v1.5.0 |
498 | 2024-12-20T19:39:25.937Z | Downloaded curve25519-dalek-derive v0.1.1 |
499 | 2024-12-20T19:39:25.940Z | Downloaded textwrap v0.16.1 |
500 | 2024-12-20T19:39:25.940Z | Downloaded diff v0.1.13 |
501 | 2024-12-20T19:39:25.945Z | Downloaded mime v0.3.17 |
502 | 2024-12-20T19:39:25.949Z | Downloaded libefi-sys v0.1.0 |
503 | 2024-12-20T19:39:25.949Z | Downloaded inout v0.1.3 |
504 | 2024-12-20T19:39:25.949Z | Downloaded dropshot_endpoint v0.12.0 |
505 | 2024-12-20T19:39:25.953Z | Downloaded endian-type v0.1.2 |
506 | 2024-12-20T19:39:25.953Z | Downloaded rand_core v0.6.4 |
507 | 2024-12-20T19:39:25.957Z | Downloaded aws-lc-rs v1.10.0 |
508 | 2024-12-20T19:39:25.962Z | Downloaded phf_codegen v0.11.2 |
509 | 2024-12-20T19:39:25.967Z | Downloaded nested v0.1.1 |
510 | 2024-12-20T19:39:25.967Z | Downloaded slog-scope v4.4.0 |
511 | 2024-12-20T19:39:25.967Z | Downloaded polling v3.7.3 |
512 | 2024-12-20T19:39:25.972Z | Downloaded indexmap v2.6.0 |
513 | 2024-12-20T19:39:25.975Z | Downloaded secrecy v0.8.0 |
514 | 2024-12-20T19:39:25.975Z | Downloaded idna v1.0.3 |
515 | 2024-12-20T19:39:25.978Z | Downloaded thiserror-impl v1.0.69 |
516 | 2024-12-20T19:39:25.980Z | Downloaded rcgen v0.12.1 |
517 | 2024-12-20T19:39:25.983Z | Downloaded thiserror v1.0.69 |
518 | 2024-12-20T19:39:25.987Z | Downloaded similar v2.6.0 |
519 | 2024-12-20T19:39:25.992Z | Downloaded rstest v0.23.0 |
520 | 2024-12-20T19:39:25.998Z | Downloaded want v0.3.1 |
521 | 2024-12-20T19:39:26.001Z | Downloaded crc-any v2.5.0 |
522 | 2024-12-20T19:39:26.003Z | Downloaded ciborium-ll v0.2.2 |
523 | 2024-12-20T19:39:26.003Z | Downloaded unicode-xid v0.2.6 |
524 | 2024-12-20T19:39:26.006Z | Downloaded russh-keys v0.45.0 |
525 | 2024-12-20T19:39:26.009Z | Downloaded quick-xml v0.33.0 |
526 | 2024-12-20T19:39:26.014Z | Downloaded zone_cfg_derive v0.3.0 |
527 | 2024-12-20T19:39:26.016Z | Downloaded papergrid v0.11.0 |
528 | 2024-12-20T19:39:26.019Z | Downloaded ena v0.14.3 |
529 | 2024-12-20T19:39:26.022Z | Downloaded zerocopy v0.6.6 |
530 | 2024-12-20T19:39:26.026Z | Downloaded clap_lex v0.7.2 |
531 | 2024-12-20T19:39:26.029Z | Downloaded zerovec v0.10.4 |
532 | 2024-12-20T19:39:26.032Z | Downloaded normalize-line-endings v0.3.0 |
533 | 2024-12-20T19:39:26.035Z | Downloaded proc-macro-crate v1.3.1 |
534 | 2024-12-20T19:39:26.035Z | Downloaded parse-display-derive v0.10.0 |
535 | 2024-12-20T19:39:26.037Z | Downloaded unicode-properties v0.1.3 |
536 | 2024-12-20T19:39:26.037Z | Downloaded pem v3.0.4 |
537 | 2024-12-20T19:39:26.040Z | Downloaded termtree v0.4.1 |
538 | 2024-12-20T19:39:26.042Z | Downloaded sync_wrapper v1.0.1 |
539 | 2024-12-20T19:39:26.042Z | Downloaded const_format v0.2.33 |
540 | 2024-12-20T19:39:26.046Z | Downloaded thiserror v2.0.3 |
541 | 2024-12-20T19:39:26.051Z | Downloaded sync-ptr v0.1.1 |
542 | 2024-12-20T19:39:26.054Z | Downloaded synstructure v0.13.1 |
543 | 2024-12-20T19:39:26.054Z | Downloaded terminal_size v0.4.0 |
544 | 2024-12-20T19:39:26.056Z | Downloaded termcolor v1.4.1 |
545 | 2024-12-20T19:39:26.060Z | Downloaded smawk v0.3.2 |
546 | 2024-12-20T19:39:26.062Z | Downloaded resolv-conf v0.7.0 |
547 | 2024-12-20T19:39:26.062Z | Downloaded cpufeatures v0.2.14 |
548 | 2024-12-20T19:39:26.062Z | Downloaded md5 v0.7.0 |
549 | 2024-12-20T19:39:26.065Z | Downloaded serde_plain v1.0.2 |
550 | 2024-12-20T19:39:26.067Z | Downloaded serde_path_to_error v0.1.16 |
551 | 2024-12-20T19:39:26.067Z | Downloaded match_cfg v0.1.0 |
552 | 2024-12-20T19:39:26.071Z | Downloaded serde_regex v1.1.0 |
553 | 2024-12-20T19:39:26.071Z | Downloaded r2d2 v0.8.10 |
554 | 2024-12-20T19:39:26.073Z | Downloaded concurrent-queue v2.5.0 |
555 | 2024-12-20T19:39:26.073Z | Downloaded unicode-truncate v1.1.0 |
556 | 2024-12-20T19:39:26.076Z | Downloaded diesel_derives v2.2.3 |
557 | 2024-12-20T19:39:26.079Z | Downloaded serde v1.0.215 |
558 | 2024-12-20T19:39:26.082Z | Downloaded time-core v0.1.2 |
559 | 2024-12-20T19:39:26.085Z | Downloaded lazycell v1.3.0 |
560 | 2024-12-20T19:39:26.085Z | Downloaded darling v0.20.10 |
561 | 2024-12-20T19:39:26.089Z | Downloaded kstat-rs v0.2.4 |
562 | 2024-12-20T19:39:26.091Z | Downloaded env_logger v0.11.5 |
563 | 2024-12-20T19:39:26.094Z | Downloaded keccak v0.1.5 |
564 | 2024-12-20T19:39:26.099Z | Downloaded ident_case v1.0.1 |
565 | 2024-12-20T19:39:26.099Z | Downloaded equivalent v1.0.1 |
566 | 2024-12-20T19:39:26.099Z | Downloaded pem-rfc7468 v0.7.0 |
567 | 2024-12-20T19:39:26.104Z | Downloaded chrono v0.4.38 |
568 | 2024-12-20T19:39:26.108Z | Downloaded termios v0.3.3 |
569 | 2024-12-20T19:39:26.112Z | Downloaded pretty_assertions v1.4.1 |
570 | 2024-12-20T19:39:26.112Z | Downloaded similar-asserts v1.6.0 |
571 | 2024-12-20T19:39:26.114Z | Downloaded tungstenite v0.21.0 |
572 | 2024-12-20T19:39:26.116Z | Downloaded x509-cert v0.2.5 |
573 | 2024-12-20T19:39:26.122Z | Downloaded cstr-argument v0.1.2 |
574 | 2024-12-20T19:39:26.125Z | Downloaded rayon-core v1.12.1 |
575 | 2024-12-20T19:39:26.127Z | Downloaded linear-map v1.2.0 |
576 | 2024-12-20T19:39:26.130Z | Downloaded crucible-workspace-hack v0.1.0 |
577 | 2024-12-20T19:39:26.130Z | Downloaded steno v0.4.1 |
578 | 2024-12-20T19:39:26.134Z | Downloaded itertools v0.12.1 |
579 | 2024-12-20T19:39:26.141Z | Downloaded sigpipe v0.1.3 |
580 | 2024-12-20T19:39:26.144Z | Downloaded crc v3.2.1 |
581 | 2024-12-20T19:39:26.146Z | Downloaded maplit v1.0.2 |
582 | 2024-12-20T19:39:26.146Z | Downloaded serde_with v3.11.0 |
583 | 2024-12-20T19:39:26.155Z | Downloaded xattr v1.3.1 |
584 | 2024-12-20T19:39:26.157Z | Downloaded tls_codec_derive v0.4.1 |
585 | 2024-12-20T19:39:26.159Z | Downloaded thiserror-impl v2.0.3 |
586 | 2024-12-20T19:39:26.162Z | Downloaded pathdiff v0.2.2 |
587 | 2024-12-20T19:39:26.162Z | Downloaded slog-stdlog v4.1.1 |
588 | 2024-12-20T19:39:26.164Z | Downloaded simd-adler32 v0.3.7 |
589 | 2024-12-20T19:39:26.164Z | Downloaded icu_properties v1.5.1 |
590 | 2024-12-20T19:39:26.167Z | Downloaded rustls-webpki v0.102.8 |
591 | 2024-12-20T19:39:26.185Z | Downloaded zerofrom v0.1.4 |
592 | 2024-12-20T19:39:26.188Z | Downloaded sec1 v0.7.3 |
593 | 2024-12-20T19:39:26.191Z | Downloaded indoc v1.0.9 |
594 | 2024-12-20T19:39:26.191Z | Downloaded crypto-common v0.1.6 |
595 | 2024-12-20T19:39:26.194Z | Downloaded vergen v8.3.2 |
596 | 2024-12-20T19:39:26.196Z | Downloaded pin-project-lite v0.2.14 |
597 | 2024-12-20T19:39:26.199Z | Downloaded openssl-macros v0.1.1 |
598 | 2024-12-20T19:39:26.202Z | Downloaded usdt-attr-macro v0.5.0 |
599 | 2024-12-20T19:39:26.202Z | Downloaded tar v0.4.42 |
600 | 2024-12-20T19:39:26.204Z | Downloaded rusqlite v0.32.1 |
601 | 2024-12-20T19:39:26.209Z | Downloaded tungstenite v0.24.0 |
602 | 2024-12-20T19:39:26.213Z | Downloaded lru v0.12.5 |
603 | 2024-12-20T19:39:26.216Z | Downloaded bitvec v1.0.1 |
604 | 2024-12-20T19:39:26.228Z | Downloaded zone_cfg_derive v0.1.2 |
605 | 2024-12-20T19:39:26.231Z | Downloaded zerovec-derive v0.10.3 |
606 | 2024-12-20T19:39:26.231Z | Downloaded typed-path v0.9.3 |
607 | 2024-12-20T19:39:26.238Z | Downloaded toml_edit v0.22.22 |
608 | 2024-12-20T19:39:26.257Z | Downloaded oso-derive v0.27.3 |
609 | 2024-12-20T19:39:26.261Z | Downloaded twox-hash v1.6.3 |
610 | 2024-12-20T19:39:26.261Z | Downloaded smallvec v0.6.14 |
611 | 2024-12-20T19:39:26.264Z | Downloaded percent-encoding v2.3.1 |
612 | 2024-12-20T19:39:26.264Z | Downloaded peg-runtime v0.8.3 |
613 | 2024-12-20T19:39:26.264Z | Downloaded hyper-staticfile v0.10.1 |
614 | 2024-12-20T19:39:26.266Z | Downloaded rand v0.8.5 |
615 | 2024-12-20T19:39:26.269Z | Downloaded tokio-native-tls v0.3.1 |
616 | 2024-12-20T19:39:26.271Z | Downloaded sct v0.7.1 |
617 | 2024-12-20T19:39:26.274Z | Downloaded whoami v1.5.2 |
618 | 2024-12-20T19:39:26.276Z | Downloaded macaddr v1.0.1 |
619 | 2024-12-20T19:39:26.279Z | Downloaded tokio-rustls v0.24.1 |
620 | 2024-12-20T19:39:26.281Z | Downloaded linked-hash-map v0.5.6 |
621 | 2024-12-20T19:39:26.281Z | Downloaded icu_properties_data v1.5.0 |
622 | 2024-12-20T19:39:26.290Z | Downloaded signature v2.2.0 |
623 | 2024-12-20T19:39:26.292Z | Downloaded tokio-rustls v0.26.0 |
624 | 2024-12-20T19:39:26.295Z | Downloaded derive_builder v0.20.2 |
625 | 2024-12-20T19:39:26.298Z | Downloaded dropshot_endpoint v0.13.0 |
626 | 2024-12-20T19:39:26.301Z | Downloaded slog-envlogger v2.2.0 |
627 | 2024-12-20T19:39:26.304Z | Downloaded slog-dtrace v0.3.0 |
628 | 2024-12-20T19:39:26.307Z | Downloaded phf v0.11.2 |
629 | 2024-12-20T19:39:26.307Z | Downloaded indoc v2.0.5 |
630 | 2024-12-20T19:39:26.309Z | Downloaded slog-json v2.6.1 |
631 | 2024-12-20T19:39:26.312Z | Downloaded native-tls v0.2.12 |
632 | 2024-12-20T19:39:26.312Z | Downloaded yasna v0.5.2 |
633 | 2024-12-20T19:39:26.315Z | Downloaded gimli v0.31.1 |
634 | 2024-12-20T19:39:26.322Z | Downloaded rustfmt-wrapper v0.2.1 |
635 | 2024-12-20T19:39:26.326Z | Downloaded rustc_version v0.4.1 |
636 | 2024-12-20T19:39:26.326Z | Downloaded num v0.4.3 |
637 | 2024-12-20T19:39:26.329Z | Downloaded csv-core v0.1.11 |
638 | 2024-12-20T19:39:26.329Z | Downloaded smallvec v1.13.2 |
639 | 2024-12-20T19:39:26.332Z | Downloaded deranged v0.3.11 |
640 | 2024-12-20T19:39:26.332Z | Downloaded usdt v0.5.0 |
641 | 2024-12-20T19:39:26.332Z | Downloaded jobserver v0.1.32 |
642 | 2024-12-20T19:39:26.334Z | Downloaded ryu v1.0.18 |
643 | 2024-12-20T19:39:26.337Z | Downloaded itoa v1.0.11 |
644 | 2024-12-20T19:39:26.340Z | Downloaded uzers v0.12.1 |
645 | 2024-12-20T19:39:26.342Z | Downloaded const-oid v0.9.6 |
646 | 2024-12-20T19:39:26.342Z | Downloaded russh v0.45.0 |
647 | 2024-12-20T19:39:26.347Z | Downloaded value-bag v1.9.0 |
648 | 2024-12-20T19:39:26.351Z | Downloaded untrusted v0.9.0 |
649 | 2024-12-20T19:39:26.353Z | Downloaded ron v0.7.1 |
650 | 2024-12-20T19:39:26.360Z | Downloaded slog-term v2.9.1 |
651 | 2024-12-20T19:39:26.362Z | Downloaded der_derive v0.7.3 |
652 | 2024-12-20T19:39:26.362Z | Downloaded icu_normalizer v1.5.0 |
653 | 2024-12-20T19:39:26.369Z | Downloaded proc-macro2 v1.0.89 |
654 | 2024-12-20T19:39:26.374Z | Downloaded derive-where v1.2.7 |
655 | 2024-12-20T19:39:26.375Z | Downloaded progenitor-impl v0.8.0 |
656 | 2024-12-20T19:39:26.381Z | Downloaded miniz_oxide v0.8.0 |
657 | 2024-12-20T19:39:26.381Z | Downloaded rustls-webpki v0.101.7 |
658 | 2024-12-20T19:39:26.389Z | Downloaded memmap2 v0.9.5 |
659 | 2024-12-20T19:39:26.392Z | Downloaded reedline v0.35.0 |
660 | 2024-12-20T19:39:26.398Z | Downloaded oso v0.27.3 |
661 | 2024-12-20T19:39:26.401Z | Downloaded qorb v0.2.1 |
662 | 2024-12-20T19:39:26.406Z | Downloaded libxml v0.3.3 |
663 | 2024-12-20T19:39:26.411Z | Downloaded serde_derive_internals v0.29.1 |
664 | 2024-12-20T19:39:26.413Z | Downloaded zip v0.6.6 |
665 | 2024-12-20T19:39:26.418Z | Downloaded icu_collections v1.5.0 |
666 | 2024-12-20T19:39:26.422Z | Downloaded quinn-proto v0.11.8 |
667 | 2024-12-20T19:39:26.429Z | Downloaded toml v0.8.19 |
668 | 2024-12-20T19:39:26.436Z | Downloaded tokio-postgres v0.7.12 |
669 | 2024-12-20T19:39:26.439Z | Downloaded memchr v2.7.4 |
670 | 2024-12-20T19:39:26.444Z | Downloaded regex v1.11.1 |
671 | 2024-12-20T19:39:26.454Z | Downloaded winnow v0.6.20 |
672 | 2024-12-20T19:39:26.463Z | Downloaded tungstenite v0.23.0 |
673 | 2024-12-20T19:39:26.466Z | Downloaded winnow v0.5.40 |
674 | 2024-12-20T19:39:26.475Z | Downloaded rsa v0.9.6 |
675 | 2024-12-20T19:39:26.480Z | Downloaded p384 v0.13.0 |
676 | 2024-12-20T19:39:26.486Z | Downloaded nix v0.27.1 |
677 | 2024-12-20T19:39:26.497Z | Downloaded url v2.5.3 |
678 | 2024-12-20T19:39:26.500Z | Downloaded webpki-roots v0.26.6 |
679 | 2024-12-20T19:39:26.504Z | Downloaded rustyline v14.0.0 |
680 | 2024-12-20T19:39:26.510Z | Downloaded syn v1.0.109 |
681 | 2024-12-20T19:39:26.523Z | Downloaded publicsuffix v2.2.3 |
682 | 2024-12-20T19:39:26.526Z | Downloaded trust-dns-proto v0.22.0 |
683 | 2024-12-20T19:39:26.536Z | Downloaded nix v0.28.0 |
684 | 2024-12-20T19:39:26.548Z | Downloaded idna v0.5.0 |
685 | 2024-12-20T19:39:26.555Z | Downloaded unicode-segmentation v1.12.0 |
686 | 2024-12-20T19:39:26.559Z | Downloaded zerocopy v0.7.35 |
687 | 2024-12-20T19:39:26.576Z | Downloaded plotters v0.3.7 |
688 | 2024-12-20T19:39:26.585Z | Downloaded crossterm v0.28.1 |
689 | 2024-12-20T19:39:26.592Z | Downloaded reqwest v0.12.9 |
690 | 2024-12-20T19:39:26.600Z | Downloaded portable-atomic v1.9.0 |
691 | 2024-12-20T19:39:26.608Z | Downloaded idna v0.3.0 |
692 | 2024-12-20T19:39:26.613Z | Downloaded chrono-tz v0.10.0 |
693 | 2024-12-20T19:39:26.625Z | Downloaded bstr v1.10.0 |
694 | 2024-12-20T19:39:26.632Z | Downloaded object v0.30.4 |
695 | 2024-12-20T19:39:26.642Z | Downloaded itertools v0.13.0 |
696 | 2024-12-20T19:39:26.649Z | Downloaded serde_json v1.0.132 |
697 | 2024-12-20T19:39:26.657Z | Downloaded smoltcp v0.9.1 |
698 | 2024-12-20T19:39:26.668Z | Downloaded polar-core v0.27.3 |
699 | 2024-12-20T19:39:26.677Z | Downloaded diesel v2.2.6 |
700 | 2024-12-20T19:39:26.696Z | Downloaded radix_trie v0.2.1 |
701 | 2024-12-20T19:39:26.701Z | Downloaded zerocopy v0.8.10 |
702 | 2024-12-20T19:39:26.725Z | Downloaded idna v0.2.3 |
703 | 2024-12-20T19:39:26.736Z | Downloaded rustls v0.21.12 |
704 | 2024-12-20T19:39:26.744Z | Downloaded curve25519-dalek v4.1.3 |
705 | 2024-12-20T19:39:26.752Z | Downloaded petname v2.0.2 |
706 | 2024-12-20T19:39:26.757Z | Downloaded openssl v0.10.66 |
707 | 2024-12-20T19:39:26.766Z | Downloaded object v0.36.5 |
708 | 2024-12-20T19:39:26.779Z | Downloaded syn v2.0.87 |
709 | 2024-12-20T19:39:26.793Z | Downloaded vcpkg v0.2.15 |
710 | 2024-12-20T19:39:26.827Z | Downloaded unicode-width v0.2.0 |
711 | 2024-12-20T19:39:26.833Z | Downloaded unicode-width v0.1.14 |
712 | 2024-12-20T19:39:26.838Z | Downloaded smoltcp v0.11.0 |
713 | 2024-12-20T19:39:26.852Z | Downloaded nix v0.29.0 |
714 | 2024-12-20T19:39:26.865Z | Downloaded regex-syntax v0.8.5 |
715 | 2024-12-20T19:39:26.872Z | Downloaded sled v0.34.7 |
716 | 2024-12-20T19:39:26.882Z | Downloaded rustix v0.38.37 |
717 | 2024-12-20T19:39:26.905Z | Downloaded ratatui v0.28.1 |
718 | 2024-12-20T19:39:26.923Z | Downloaded typify-impl v0.2.0 |
719 | 2024-12-20T19:39:26.936Z | Downloaded dropshot v0.12.0 |
720 | 2024-12-20T19:39:26.955Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
721 | 2024-12-20T19:39:26.969Z | Downloaded regex-automata v0.4.8 |
722 | 2024-12-20T19:39:26.983Z | Downloaded regex-syntax v0.6.29 |
723 | 2024-12-20T19:39:26.991Z | Downloaded zerocopy-derive v0.6.6 |
724 | 2024-12-20T19:39:26.999Z | Downloaded rustls v0.23.19 |
725 | 2024-12-20T19:39:27.010Z | Downloaded rustls v0.22.4 |
726 | 2024-12-20T19:39:27.022Z | Downloaded regress v0.10.1 |
727 | 2024-12-20T19:39:27.031Z | Downloaded regress v0.9.1 |
728 | 2024-12-20T19:39:27.039Z | Downloaded lalrpop v0.19.12 |
729 | 2024-12-20T19:39:27.050Z | Downloaded hickory-proto v0.24.1 |
730 | 2024-12-20T19:39:27.068Z | Downloaded dropshot v0.13.0 |
731 | 2024-12-20T19:39:27.084Z | Downloaded openapiv3 v2.0.0 |
732 | 2024-12-20T19:39:27.096Z | Downloaded idna v0.4.0 |
733 | 2024-12-20T19:39:27.101Z | Downloaded rayon v1.10.0 |
734 | 2024-12-20T19:39:27.111Z | Downloaded path-tree v0.8.1 |
735 | 2024-12-20T19:39:27.113Z | Downloaded petgraph v0.6.5 |
736 | 2024-12-20T19:39:27.128Z | Downloaded nu-ansi-term v0.50.1 |
737 | 2024-12-20T19:39:27.131Z | Downloaded icu_provider v1.5.0 |
738 | 2024-12-20T19:39:27.134Z | Downloaded icu_locid_transform v1.5.0 |
739 | 2024-12-20T19:39:27.138Z | Downloaded ed25519-dalek v2.1.1 |
740 | 2024-12-20T19:39:27.140Z | Downloaded strum_macros v0.24.3 |
741 | 2024-12-20T19:39:27.143Z | Downloaded num-bigint v0.4.6 |
742 | 2024-12-20T19:39:27.145Z | Downloaded tokio v1.40.0 |
743 | 2024-12-20T19:39:27.181Z | Downloaded tabled v0.15.0 |
744 | 2024-12-20T19:39:27.196Z | Downloaded sha3 v0.10.8 |
745 | 2024-12-20T19:39:27.200Z | Downloaded minimal-lexical v0.2.1 |
746 | 2024-12-20T19:39:27.204Z | Downloaded test-strategy v0.3.1 |
747 | 2024-12-20T19:39:27.208Z | Downloaded unicode_categories v0.1.1 |
748 | 2024-12-20T19:39:27.210Z | Downloaded crypto-bigint v0.5.5 |
749 | 2024-12-20T19:39:27.216Z | Downloaded lzma-sys v0.1.20 |
750 | 2024-12-20T19:39:27.247Z | Downloaded libc v0.2.162 |
751 | 2024-12-20T19:39:27.270Z | Downloaded toml_edit v0.19.15 |
752 | 2024-12-20T19:39:27.284Z | Downloaded proptest v1.5.0 |
753 | 2024-12-20T19:39:27.293Z | Downloaded prettyplease v0.2.25 |
754 | 2024-12-20T19:39:27.296Z | Downloaded time v0.3.36 |
755 | 2024-12-20T19:39:27.303Z | Downloaded libz-sys v1.1.20 |
756 | 2024-12-20T19:39:27.323Z | Downloaded pest v2.7.14 |
757 | 2024-12-20T19:39:27.328Z | Downloaded progenitor-macro v0.8.0 |
758 | 2024-12-20T19:39:27.330Z | Downloaded pbkdf2 v0.11.0 |
759 | 2024-12-20T19:39:27.332Z | Downloaded time-macros v0.2.18 |
760 | 2024-12-20T19:39:27.335Z | Downloaded icu_normalizer_data v1.5.0 |
761 | 2024-12-20T19:39:27.337Z | Downloaded derive_builder_core v0.20.2 |
762 | 2024-12-20T19:39:27.337Z | Downloaded owo-colors v4.1.0 |
763 | 2024-12-20T19:39:27.340Z | Downloaded phf_generator v0.11.2 |
764 | 2024-12-20T19:39:27.342Z | Downloaded csv v1.3.0 |
765 | 2024-12-20T19:39:27.359Z | Downloaded unsafe-libyaml v0.2.11 |
766 | 2024-12-20T19:39:27.362Z | Downloaded salty v0.3.0 |
767 | 2024-12-20T19:39:27.370Z | Downloaded tokio-rustls v0.25.0 |
768 | 2024-12-20T19:39:27.372Z | Downloaded clap_builder v4.5.21 |
769 | 2024-12-20T19:39:27.377Z | Downloaded packed_struct_codegen v0.10.1 |
770 | 2024-12-20T19:39:27.380Z | Downloaded serde_derive v1.0.215 |
771 | 2024-12-20T19:39:27.383Z | Downloaded bindgen v0.69.5 |
772 | 2024-12-20T19:39:27.388Z | Downloaded cmake v0.1.51 |
773 | 2024-12-20T19:39:27.391Z | Downloaded enum-as-inner v0.6.1 |
774 | 2024-12-20T19:39:27.396Z | Downloaded enum-as-inner v0.5.1 |
775 | 2024-12-20T19:39:27.396Z | Downloaded async-std v1.13.0 |
776 | 2024-12-20T19:39:27.411Z | Downloaded nibble_vec v0.1.0 |
777 | 2024-12-20T19:39:27.414Z | Downloaded embedded-io v0.6.1 |
778 | 2024-12-20T19:39:27.414Z | Downloaded embedded-io v0.4.0 |
779 | 2024-12-20T19:39:27.416Z | Downloaded git2 v0.19.0 |
780 | 2024-12-20T19:39:27.426Z | Downloaded unicode-normalization v0.1.24 |
781 | 2024-12-20T19:39:27.430Z | Downloaded httpmock v0.8.0-alpha.1 |
782 | 2024-12-20T19:39:27.444Z | Downloaded sqlparser v0.45.0 |
783 | 2024-12-20T19:39:27.449Z | Downloaded postgres-types v0.2.8 |
784 | 2024-12-20T19:39:27.452Z | Downloaded string_cache v0.8.7 |
785 | 2024-12-20T19:39:27.456Z | Downloaded serde-hex v0.1.0 |
786 | 2024-12-20T19:39:27.456Z | Downloaded semver v0.1.20 |
787 | 2024-12-20T19:39:27.460Z | Downloaded cookie_store v0.21.0 |
788 | 2024-12-20T19:39:27.460Z | Downloaded clap_derive v4.5.18 |
789 | 2024-12-20T19:39:27.460Z | Downloaded rand_distr v0.4.3 |
790 | 2024-12-20T19:39:27.463Z | Downloaded primeorder v0.13.6 |
791 | 2024-12-20T19:39:27.463Z | Downloaded olpc-cjson v0.1.4 |
792 | 2024-12-20T19:39:27.466Z | Downloaded postcard v1.0.10 |
793 | 2024-12-20T19:39:27.466Z | Downloaded tokio-util v0.7.12 |
794 | 2024-12-20T19:39:27.471Z | Downloaded crossbeam-epoch v0.9.18 |
795 | 2024-12-20T19:39:27.474Z | Downloaded stringmetrics v2.2.2 |
796 | 2024-12-20T19:39:27.479Z | Downloaded encoding_rs v0.8.34 |
797 | 2024-12-20T19:39:27.496Z | Downloaded libm v0.2.8 |
798 | 2024-12-20T19:39:27.504Z | Downloaded h2 v0.4.6 |
799 | 2024-12-20T19:39:27.511Z | Downloaded blake3 v1.5.4 |
800 | 2024-12-20T19:39:27.517Z | Downloaded num-integer v0.1.46 |
801 | 2024-12-20T19:39:27.521Z | Downloaded semver v1.0.23 |
802 | 2024-12-20T19:39:27.524Z | Downloaded derive_more v0.99.18 |
803 | 2024-12-20T19:39:27.536Z | Downloaded derive_builder_macro v0.20.2 |
804 | 2024-12-20T19:39:27.536Z | Downloaded wyz v0.5.1 |
805 | 2024-12-20T19:39:27.536Z | Downloaded writeable v0.5.5 |
806 | 2024-12-20T19:39:27.536Z | Downloaded typify v0.2.0 |
807 | 2024-12-20T19:39:27.536Z | Downloaded log v0.4.22 |
808 | 2024-12-20T19:39:27.539Z | Downloaded itertools v0.10.5 |
809 | 2024-12-20T19:39:27.542Z | Downloaded env_logger v0.10.2 |
810 | 2024-12-20T19:39:27.542Z | Downloaded serde_tokenstream v0.2.2 |
811 | 2024-12-20T19:39:27.544Z | Downloaded const_format_proc_macros v0.2.33 |
812 | 2024-12-20T19:39:27.547Z | Downloaded subprocess v0.2.9 |
813 | 2024-12-20T19:39:27.550Z | Downloaded pkcs5 v0.7.1 |
814 | 2024-12-20T19:39:27.552Z | Downloaded ssh-key v0.6.6 |
815 | 2024-12-20T19:39:27.559Z | Downloaded nom v7.1.3 |
816 | 2024-12-20T19:39:27.565Z | Downloaded icu_locid_transform_data v1.5.0 |
817 | 2024-12-20T19:39:27.568Z | Downloaded typify-macro v0.2.0 |
818 | 2024-12-20T19:39:27.571Z | Downloaded snafu-derive v0.8.5 |
819 | 2024-12-20T19:39:27.571Z | Downloaded num-traits v0.2.19 |
820 | 2024-12-20T19:39:27.573Z | Downloaded maybe-uninit v2.0.0 |
821 | 2024-12-20T19:39:27.579Z | Downloaded pest_derive v2.7.14 |
822 | 2024-12-20T19:39:27.579Z | Downloaded num-bigint-dig v0.8.4 |
823 | 2024-12-20T19:39:27.581Z | Downloaded clang-sys v1.8.1 |
824 | 2024-12-20T19:39:27.584Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
825 | 2024-12-20T19:39:27.644Z | Downloaded socket2 v0.5.7 |
826 | 2024-12-20T19:39:27.647Z | Downloaded hashbrown v0.15.1 |
827 | 2024-12-20T19:39:27.649Z | Downloaded hashbrown v0.14.5 |
828 | 2024-12-20T19:39:27.654Z | Downloaded guppy v0.17.8 |
829 | 2024-12-20T19:39:27.660Z | Downloaded utf8_iter v1.0.4 |
830 | 2024-12-20T19:39:27.663Z | Downloaded yansi v1.0.1 |
831 | 2024-12-20T19:39:27.667Z | Downloaded toml v0.7.8 |
832 | 2024-12-20T19:39:27.678Z | Downloaded piper v0.2.4 |
833 | 2024-12-20T19:39:27.678Z | Downloaded pin-utils v0.1.0 |
834 | 2024-12-20T19:39:27.678Z | Downloaded crc32fast v1.4.2 |
835 | 2024-12-20T19:39:27.678Z | Downloaded der v0.7.9 |
836 | 2024-12-20T19:39:27.681Z | Downloaded yoke v0.7.4 |
837 | 2024-12-20T19:39:27.681Z | Downloaded hyper-util v0.1.10 |
838 | 2024-12-20T19:39:27.681Z | Downloaded zerocopy-derive v0.8.10 |
839 | 2024-12-20T19:39:27.688Z | Downloaded num_cpus v1.16.0 |
840 | 2024-12-20T19:39:27.690Z | Downloaded display-error-chain v0.2.2 |
841 | 2024-12-20T19:39:27.691Z | Downloaded dirs-sys-next v0.1.2 |
842 | 2024-12-20T19:39:27.694Z | Downloaded datatest-stable v0.2.9 |
843 | 2024-12-20T19:39:27.694Z | Downloaded elliptic-curve v0.13.8 |
844 | 2024-12-20T19:39:27.697Z | Downloaded tracing v0.1.40 |
845 | 2024-12-20T19:39:27.702Z | Downloaded omicron-zone-package v0.11.1 |
846 | 2024-12-20T19:39:27.705Z | Downloaded data-encoding v2.6.0 |
847 | 2024-12-20T19:39:27.708Z | Downloaded ctr v0.9.2 |
848 | 2024-12-20T19:39:27.708Z | Downloaded tokio-tungstenite v0.23.1 |
849 | 2024-12-20T19:39:27.710Z | Downloaded strsim v0.11.1 |
850 | 2024-12-20T19:39:27.713Z | Downloaded scroll v0.12.0 |
851 | 2024-12-20T19:39:27.715Z | Downloaded hickory-server v0.24.1 |
852 | 2024-12-20T19:39:27.719Z | Downloaded http v1.1.0 |
853 | 2024-12-20T19:39:27.724Z | Downloaded hashbrown v0.13.2 |
854 | 2024-12-20T19:39:27.728Z | Downloaded hashbrown v0.12.3 |
855 | 2024-12-20T19:39:27.731Z | Downloaded once_cell v1.20.2 |
856 | 2024-12-20T19:39:27.734Z | Downloaded smf v0.2.3 |
857 | 2024-12-20T19:39:27.736Z | Downloaded slog-async v2.8.0 |
858 | 2024-12-20T19:39:27.740Z | Downloaded memoffset v0.9.1 |
859 | 2024-12-20T19:39:27.740Z | Downloaded libloading v0.8.5 |
860 | 2024-12-20T19:39:27.742Z | Downloaded hickory-resolver v0.24.1 |
861 | 2024-12-20T19:39:27.745Z | Downloaded tinyvec v1.8.0 |
862 | 2024-12-20T19:39:27.750Z | Downloaded term v0.7.0 |
863 | 2024-12-20T19:39:27.754Z | Downloaded sha2 v0.10.8 |
864 | 2024-12-20T19:39:27.754Z | Downloaded is-terminal v0.4.13 |
865 | 2024-12-20T19:39:27.757Z | Downloaded serde_repr v0.1.19 |
866 | 2024-12-20T19:39:27.757Z | Downloaded base64 v0.22.1 |
867 | 2024-12-20T19:39:27.763Z | Downloaded bumpalo v3.16.0 |
868 | 2024-12-20T19:39:27.765Z | Downloaded openssl-sys v0.9.103 |
869 | 2024-12-20T19:39:27.768Z | Downloaded heapless v0.8.0 |
870 | 2024-12-20T19:39:27.772Z | Downloaded managed v0.8.0 |
871 | 2024-12-20T19:39:27.774Z | Downloaded zerocopy-derive v0.7.35 |
872 | 2024-12-20T19:39:27.777Z | Downloaded parse-size v1.1.0 |
873 | 2024-12-20T19:39:27.780Z | Downloaded env_filter v0.1.2 |
874 | 2024-12-20T19:39:27.780Z | Downloaded tinytemplate v1.2.1 |
875 | 2024-12-20T19:39:27.782Z | Downloaded base64 v0.21.7 |
876 | 2024-12-20T19:39:27.785Z | Downloaded digest v0.10.7 |
877 | 2024-12-20T19:39:27.788Z | Downloaded target-lexicon v0.12.16 |
878 | 2024-12-20T19:39:27.791Z | Downloaded serde_with_macros v3.11.0 |
879 | 2024-12-20T19:39:27.793Z | Downloaded blake2 v0.10.6 |
880 | 2024-12-20T19:39:27.793Z | Downloaded parking_lot v0.11.2 |
881 | 2024-12-20T19:39:27.796Z | Downloaded headers v0.4.0 |
882 | 2024-12-20T19:39:27.803Z | Downloaded proc-macro-error v1.0.4 |
883 | 2024-12-20T19:39:27.810Z | Downloaded utf-8 v0.7.6 |
884 | 2024-12-20T19:39:27.810Z | Downloaded hmac v0.12.1 |
885 | 2024-12-20T19:39:27.820Z | Downloaded base64 v0.13.1 |
886 | 2024-12-20T19:39:27.820Z | Downloaded arc-swap v1.7.1 |
887 | 2024-12-20T19:39:27.826Z | Downloaded ssh-cipher v0.2.0 |
888 | 2024-12-20T19:39:27.826Z | Downloaded shlex v1.3.0 |
889 | 2024-12-20T19:39:27.826Z | Downloaded shell-words v1.1.0 |
890 | 2024-12-20T19:39:27.826Z | Downloaded salsa20 v0.10.2 |
891 | 2024-12-20T19:39:27.826Z | Downloaded powerfmt v0.2.0 |
892 | 2024-12-20T19:39:27.826Z | Downloaded half v2.4.1 |
893 | 2024-12-20T19:39:27.826Z | Downloaded futures-channel v0.3.31 |
894 | 2024-12-20T19:39:27.830Z | Downloaded ppv-lite86 v0.2.20 |
895 | 2024-12-20T19:39:27.830Z | Downloaded allocator-api2 v0.2.18 |
896 | 2024-12-20T19:39:27.833Z | Downloaded vte_generate_state_changes v0.1.2 |
897 | 2024-12-20T19:39:27.833Z | Downloaded tinyvec_macros v0.1.1 |
898 | 2024-12-20T19:39:27.833Z | Downloaded async-executor v1.13.1 |
899 | 2024-12-20T19:39:27.835Z | Downloaded cancel-safe-futures v0.1.5 |
900 | 2024-12-20T19:39:27.838Z | Downloaded async-io v2.3.4 |
901 | 2024-12-20T19:39:27.842Z | Downloaded arrayvec v0.7.6 |
902 | 2024-12-20T19:39:27.844Z | Downloaded ahash v0.8.11 |
903 | 2024-12-20T19:39:27.846Z | Downloaded expectorate v1.1.0 |
904 | 2024-12-20T19:39:27.849Z | Downloaded block-buffer v0.10.4 |
905 | 2024-12-20T19:39:27.849Z | Downloaded base64ct v1.6.0 |
906 | 2024-12-20T19:39:27.852Z | Downloaded backoff v0.4.0 |
907 | 2024-12-20T19:39:27.855Z | Downloaded hickory-client v0.24.1 |
908 | 2024-12-20T19:39:27.857Z | Downloaded buf-list v1.0.3 |
909 | 2024-12-20T19:39:27.860Z | Downloaded hex v0.4.3 |
910 | 2024-12-20T19:39:27.860Z | Downloaded heck v0.4.1 |
911 | 2024-12-20T19:39:27.863Z | Downloaded hashlink v0.9.1 |
912 | 2024-12-20T19:39:27.863Z | Downloaded async-lock v3.4.0 |
913 | 2024-12-20T19:39:27.869Z | Downloaded bcs v0.1.6 |
914 | 2024-12-20T19:39:27.872Z | Downloaded bb8 v0.8.5 |
915 | 2024-12-20T19:39:27.872Z | Downloaded async-trait v0.1.83 |
916 | 2024-12-20T19:39:27.872Z | Downloaded argon2 v0.5.3 |
917 | 2024-12-20T19:39:27.875Z | Downloaded ff v0.13.0 |
918 | 2024-12-20T19:39:27.875Z | Downloaded cexpr v0.6.0 |
919 | 2024-12-20T19:39:27.879Z | Downloaded byteorder v1.5.0 |
920 | 2024-12-20T19:39:27.882Z | Downloaded chrono-tz-build v0.4.0 |
921 | 2024-12-20T19:39:27.882Z | Downloaded cfg-if v1.0.0 |
922 | 2024-12-20T19:39:27.882Z | Downloaded base16ct v0.2.0 |
923 | 2024-12-20T19:39:27.882Z | Downloaded atomic-waker v1.1.2 |
924 | 2024-12-20T19:39:27.885Z | Downloaded async-stream v0.3.6 |
925 | 2024-12-20T19:39:27.885Z | Downloaded async-signal v0.2.10 |
926 | 2024-12-20T19:39:27.887Z | Downloaded futures-task v0.3.31 |
927 | 2024-12-20T19:39:27.887Z | Downloaded foldhash v0.1.3 |
928 | 2024-12-20T19:39:27.890Z | Downloaded fnv v1.0.7 |
929 | 2024-12-20T19:39:27.890Z | Downloaded fallible-iterator v0.2.0 |
930 | 2024-12-20T19:39:27.893Z | Downloaded cassowary v0.3.0 |
931 | 2024-12-20T19:39:27.893Z | Downloaded addr2line v0.24.2 |
932 | 2024-12-20T19:39:27.896Z | Downloaded fragile v2.0.0 |
933 | 2024-12-20T19:39:27.896Z | Downloaded foreign-types-macros v0.2.3 |
934 | 2024-12-20T19:39:27.899Z | Downloaded float-ord v0.3.2 |
935 | 2024-12-20T19:39:27.899Z | Downloaded flagset v0.4.6 |
936 | 2024-12-20T19:39:27.902Z | Downloaded fallible-iterator v0.3.0 |
937 | 2024-12-20T19:39:27.902Z | Downloaded bit-vec v0.6.3 |
938 | 2024-12-20T19:39:27.902Z | Downloaded arrayref v0.3.9 |
939 | 2024-12-20T19:39:27.907Z | Downloaded float-cmp v0.9.0 |
940 | 2024-12-20T19:39:27.907Z | Downloaded filetime v0.2.25 |
941 | 2024-12-20T19:39:27.911Z | Downloaded fd-lock v4.0.2 |
942 | 2024-12-20T19:39:27.911Z | Downloaded cast v0.3.0 |
943 | 2024-12-20T19:39:27.911Z | Downloaded autocfg v1.4.0 |
944 | 2024-12-20T19:39:27.915Z | Downloaded async-recursion v1.1.1 |
945 | 2024-12-20T19:39:27.915Z | Downloaded fs-err v2.11.0 |
946 | 2024-12-20T19:39:27.917Z | Downloaded fallible-streaming-iterator v0.1.9 |
947 | 2024-12-20T19:39:27.918Z | Downloaded cbc v0.1.2 |
948 | 2024-12-20T19:39:27.920Z | Downloaded bit-set v0.5.3 |
949 | 2024-12-20T19:39:27.920Z | Downloaded anstyle-query v1.1.1 |
950 | 2024-12-20T19:39:27.922Z | Downloaded array-init v0.0.4 |
951 | 2024-12-20T19:39:27.922Z | Downloaded approx v0.5.1 |
952 | 2024-12-20T19:39:27.925Z | Downloaded async-attributes v1.1.2 |
953 | 2024-12-20T19:39:27.925Z | Downloaded assert-json-diff v2.0.2 |
954 | 2024-12-20T19:39:28.013Z | Downloaded ring v0.17.8 |
955 | 2024-12-20T19:39:28.135Z | Downloaded ring v0.16.20 |
956 | 2024-12-20T19:39:28.260Z | Downloaded libsqlite3-sys v0.30.1 |
957 | 2024-12-20T19:39:28.513Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-20T19:39:28.988Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-20T19:39:41.189Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-20T19:39:45.196Z | Startup: Caching catalogs ... Done |
961 | 2024-12-20T19:39:56.037Z | Planning: Solver setup ... Done (9.870s) |
962 | 2024-12-20T19:39:56.171Z | Planning: Running solver ... Done (0.134s) |
963 | 2024-12-20T19:39:56.365Z | Planning: Finding local manifests ... Done (0.095s) |
964 | 2024-12-20T19:39:56.386Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-20T19:39:57.147Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-20T19:39:57.333Z | Planning: Package planning ... Done (0.187s) |
967 | 2024-12-20T19:39:57.553Z | Planning: Merging actions ... Done (0.220s) |
968 | 2024-12-20T19:39:58.108Z | Planning: Checking for conflicting actions ... Done (0.555s) |
969 | 2024-12-20T19:40:03.129Z | Planning: Consolidating action changes ... Done (5.020s) |
970 | 2024-12-20T19:40:03.529Z | Planning: Evaluating mediators ... Done (0.399s) |
971 | 2024-12-20T19:40:03.619Z | Planning: Planning completed in 18.33 seconds |
972 | 2024-12-20T19:40:03.634Z | Packages to install: 4 |
973 | 2024-12-20T19:40:03.634Z | Packages to update: 1 |
974 | 2024-12-20T19:40:03.637Z | Mediators to change: 2 |
975 | 2024-12-20T19:40:03.637Z | Services to change: 1 |
976 | 2024-12-20T19:40:03.637Z | Estimated space available: 155.37 GB |
977 | 2024-12-20T19:40:03.637Z | Estimated space to be consumed: 1.62 GB |
978 | 2024-12-20T19:40:03.637Z | Create boot environment: No |
979 | 2024-12-20T19:40:03.637Z | Create backup boot environment: Yes |
980 | 2024-12-20T19:40:03.637Z | Rebuild boot archive: No |
981 | 2024-12-20T19:40:03.637Z | |
982 | 2024-12-20T19:40:03.637Z | Changed mediators: |
983 | 2024-12-20T19:40:03.637Z | mediator clang: |
984 | 2024-12-20T19:40:03.637Z | version: None -> 15 (system default) |
985 | 2024-12-20T19:40:03.637Z | |
986 | 2024-12-20T19:40:03.637Z | mediator llvm: |
987 | 2024-12-20T19:40:03.637Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-20T19:40:03.637Z | |
989 | 2024-12-20T19:40:03.637Z | Changed packages: |
990 | 2024-12-20T19:40:03.637Z | helios-dev |
991 | 2024-12-20T19:40:03.637Z | developer/build-essential |
992 | 2024-12-20T19:40:03.637Z | None -> 11-2.0 |
993 | 2024-12-20T19:40:03.637Z | library/libxmlsec1 |
994 | 2024-12-20T19:40:03.637Z | None -> 1.2.35-2.0 |
995 | 2024-12-20T19:40:03.637Z | ooce/developer/clang-15 |
996 | 2024-12-20T19:40:03.637Z | None -> 15.0.7-2.0 |
997 | 2024-12-20T19:40:03.637Z | ooce/developer/llvm-15 |
998 | 2024-12-20T19:40:03.637Z | None -> 15.0.7-2.0 |
999 | 2024-12-20T19:40:03.637Z | package/pkg |
1000 | 2024-12-20T19:40:03.637Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-20T19:40:03.637Z | |
1002 | 2024-12-20T19:40:03.637Z | Services: |
1003 | 2024-12-20T19:40:03.637Z | restart_fmri: |
1004 | 2024-12-20T19:40:03.637Z | svc:/system/update-man-index:default |
1005 | 2024-12-20T19:40:03.637Z | |
1006 | 2024-12-20T19:40:03.637Z | Editable files to change: |
1007 | 2024-12-20T19:40:03.638Z | Update: |
1008 | 2024-12-20T19:40:03.638Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-20T19:40:03.896Z | |
1010 | 2024-12-20T19:40:03.896Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-20T19:40:08.900Z | Download: 325/4281 items 16.3/220.6MB 7% complete (3.4M/s) |
1012 | 2024-12-20T19:40:13.902Z | Download: 969/4281 items 19.3/220.6MB 8% complete (1.9M/s) |
1013 | 2024-12-20T19:40:19.138Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (7.5M/s) |
1014 | 2024-12-20T19:40:24.138Z | Download: 2147/4281 items 118.9/220.6MB 53% complete (10.0M/s) |
1015 | 2024-12-20T19:40:29.140Z | Download: 2693/4281 items 120.7/220.6MB 54% complete (3.7M/s) |
1016 | 2024-12-20T19:40:34.143Z | Download: 3899/4281 items 218.5/220.6MB 99% complete (9.9M/s) |
1017 | 2024-12-20T19:40:39.019Z | Download: Completed 220.60 MB in 35.12 seconds (6.3M/s) |
1018 | 2024-12-20T19:40:41.199Z | Actions: 1/5063 actions (Removing old actions) |
1019 | 2024-12-20T19:40:41.271Z | Actions: 194/5063 actions (Installing new actions) |
1020 | 2024-12-20T19:40:46.300Z | Actions: 4098/5063 actions (Installing new actions) |
1021 | 2024-12-20T19:40:46.597Z | Actions: 4226/5063 actions (Updating modified actions) |
1022 | 2024-12-20T19:40:46.959Z | Actions: Completed 5063 actions in 5.76 seconds. |
1023 | 2024-12-20T19:40:47.369Z | Done (0.403s) |
1024 | 2024-12-20T19:40:47.373Z | Done (0.000s) |
1025 | 2024-12-20T19:40:47.956Z | Done (0.582s) |
1026 | 2024-12-20T19:40:53.588Z | Done (5.413s) |
1027 | 2024-12-20T19:40:53.837Z | Done (0.184s) |
1028 | 2024-12-20T19:40:53.840Z | Done (0.000s) |
1029 | 2024-12-20T19:40:54.007Z | Done (0.000s) |
1030 | 2024-12-20T19:40:54.693Z | Planning: Evaluating mediator changes ... Done |
1031 | 2024-12-20T19:40:54.855Z | Planning: Checking for conflicting actions ... Done |
1032 | 2024-12-20T19:40:54.858Z | Planning: Consolidating action changes ... Done |
1033 | 2024-12-20T19:40:55.120Z | Planning: Evaluating mediators ... Done |
1034 | 2024-12-20T19:40:55.123Z | Planning: Planning completed in 0.43 seconds |
1035 | 2024-12-20T19:40:55.159Z | Mediators to change: 2 |
1036 | 2024-12-20T19:40:55.161Z | Create boot environment: No |
1037 | 2024-12-20T19:40:55.161Z | Create backup boot environment: No |
1038 | 2024-12-20T19:40:55.263Z | Done |
1039 | 2024-12-20T19:40:55.263Z | Done |
1040 | 2024-12-20T19:40:55.655Z | Done |
1041 | 2024-12-20T19:40:59.260Z | Done |
1042 | 2024-12-20T19:40:59.351Z | Done |
1043 | 2024-12-20T19:40:59.354Z | Done |
1044 | 2024-12-20T19:40:59.509Z | Done |
1045 | 2024-12-20T19:41:00.116Z | Planning: Evaluating mediator changes ... Done |
1046 | 2024-12-20T19:41:00.118Z | Planning: Merging actions ... Done |
1047 | 2024-12-20T19:41:00.306Z | Planning: Checking for conflicting actions ... Done |
1048 | 2024-12-20T19:41:00.309Z | Planning: Consolidating action changes ... Done |
1049 | 2024-12-20T19:41:00.570Z | Planning: Evaluating mediators ... Done |
1050 | 2024-12-20T19:41:00.625Z | Planning: Planning completed in 0.75 seconds |
1051 | 2024-12-20T19:41:00.664Z | Packages to change: 1 |
1052 | 2024-12-20T19:41:00.664Z | Mediators to change: 1 |
1053 | 2024-12-20T19:41:00.667Z | Services to change: 1 |
1054 | 2024-12-20T19:41:00.667Z | Create boot environment: No |
1055 | 2024-12-20T19:41:00.667Z | Create backup boot environment: Yes |
1056 | 2024-12-20T19:41:02.927Z | Actions: 1/6 actions (Updating modified actions) |
1057 | 2024-12-20T19:41:03.069Z | Actions: Completed 6 actions in 0.04 seconds. |
1058 | 2024-12-20T19:41:03.070Z | Done |
1059 | 2024-12-20T19:41:03.070Z | Done |
1060 | 2024-12-20T19:41:03.164Z | Done |
1061 | 2024-12-20T19:41:06.600Z | Done |
1062 | 2024-12-20T19:41:06.688Z | Done |
1063 | 2024-12-20T19:41:06.690Z | Done |
1064 | 2024-12-20T19:41:06.851Z | Done |
1065 | 2024-12-20T19:41:07.293Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1066 | 2024-12-20T19:41:07.293Z | clang system 15 system |
1067 | 2024-12-20T19:41:07.293Z | csh system system illumos |
1068 | 2024-12-20T19:41:07.293Z | ctags system system illumos |
1069 | 2024-12-20T19:41:07.293Z | gcc vendor 12 vendor |
1070 | 2024-12-20T19:41:07.293Z | gcc system 10 system |
1071 | 2024-12-20T19:41:07.293Z | gcc system 7 system |
1072 | 2024-12-20T19:41:07.293Z | go system 1.20 system |
1073 | 2024-12-20T19:41:07.293Z | go system 1.19 system |
1074 | 2024-12-20T19:41:07.293Z | llvm system 15 system |
1075 | 2024-12-20T19:41:07.293Z | llvm system 14 system |
1076 | 2024-12-20T19:41:07.294Z | mariadb system 10.6 system |
1077 | 2024-12-20T19:41:07.294Z | mta vendor vendor dma |
1078 | 2024-12-20T19:41:07.294Z | openjdk system 17 system |
1079 | 2024-12-20T19:41:07.294Z | openjdk system 11 system |
1080 | 2024-12-20T19:41:07.294Z | openjdk system 1.8 system |
1081 | 2024-12-20T19:41:07.294Z | openssl vendor 3 vendor |
1082 | 2024-12-20T19:41:07.294Z | perl system 5.36 system |
1083 | 2024-12-20T19:41:07.294Z | postgresql system 15 system |
1084 | 2024-12-20T19:41:07.294Z | postgresql system 13 system |
1085 | 2024-12-20T19:41:07.294Z | python vendor 3 vendor |
1086 | 2024-12-20T19:41:07.294Z | python system 2 system |
1087 | 2024-12-20T19:41:07.295Z | python3 system 3.11 system |
1088 | 2024-12-20T19:41:07.295Z | ruby system 3.0 system |
1089 | 2024-12-20T19:41:07.295Z | words vendor vendor american-english |
1090 | 2024-12-20T19:41:07.295Z | words system system australian-english |
1091 | 2024-12-20T19:41:07.295Z | words system system british-english |
1092 | 2024-12-20T19:41:07.295Z | words system system canadian-english |
1093 | 2024-12-20T19:41:07.295Z | words system system french |
1094 | 2024-12-20T19:41:07.295Z | words system system italian |
1095 | 2024-12-20T19:41:07.295Z | words system system ngerman |
1096 | 2024-12-20T19:41:07.295Z | words system system ogerman |
1097 | 2024-12-20T19:41:07.295Z | words system system spanish |
1098 | 2024-12-20T19:41:07.626Z | PUBLISHER TYPE STATUS P LOCATION |
1099 | 2024-12-20T19:41:07.626Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1100 | 2024-12-20T19:41:10.346Z | FMRI IFO |
1101 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1102 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1103 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1104 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1105 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1106 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1107 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1108 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1109 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1110 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1111 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1112 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1113 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1114 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1115 | 2024-12-20T19:41:10.346Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1116 | 2024-12-20T19:41:11.394Z | Downloading crates ... |
1117 | 2024-12-20T19:41:11.493Z | Downloaded cargo_toml v0.20.5 |
1118 | 2024-12-20T19:41:11.630Z | Compiling proc-macro2 v1.0.89 |
1119 | 2024-12-20T19:41:11.630Z | Compiling unicode-ident v1.0.13 |
1120 | 2024-12-20T19:41:11.633Z | Compiling serde v1.0.215 |
1121 | 2024-12-20T19:41:11.634Z | Compiling version_check v0.9.5 |
1122 | 2024-12-20T19:41:11.634Z | Compiling thiserror v1.0.69 |
1123 | 2024-12-20T19:41:11.634Z | Compiling memchr v2.7.4 |
1124 | 2024-12-20T19:41:11.634Z | Compiling libc v0.2.162 |
1125 | 2024-12-20T19:41:11.634Z | Compiling ucd-trie v0.1.7 |
1126 | 2024-12-20T19:41:11.890Z | Compiling ryu v1.0.18 |
1127 | 2024-12-20T19:41:12.208Z | Compiling itoa v1.0.11 |
1128 | 2024-12-20T19:41:12.370Z | Compiling once_cell v1.20.2 |
1129 | 2024-12-20T19:41:12.506Z | Compiling byteorder v1.5.0 |
1130 | 2024-12-20T19:41:12.725Z | Compiling rustix v0.38.37 |
1131 | 2024-12-20T19:41:12.776Z | Compiling serde_json v1.0.132 |
1132 | 2024-12-20T19:41:13.067Z | Compiling bitflags v2.6.0 |
1133 | 2024-12-20T19:41:13.153Z | Compiling proc-macro-error-attr v1.0.4 |
1134 | 2024-12-20T19:41:13.182Z | Compiling usdt-impl v0.5.0 |
1135 | 2024-12-20T19:41:13.252Z | Compiling syn v1.0.109 |
1136 | 2024-12-20T19:41:13.482Z | Compiling proc-macro-error v1.0.4 |
1137 | 2024-12-20T19:41:13.522Z | Compiling log v0.4.22 |
1138 | 2024-12-20T19:41:13.545Z | Compiling equivalent v1.0.1 |
1139 | 2024-12-20T19:41:13.616Z | Compiling hashbrown v0.15.1 |
1140 | 2024-12-20T19:41:13.627Z | Compiling utf8parse v0.2.2 |
1141 | 2024-12-20T19:41:13.759Z | Compiling plain v0.2.3 |
1142 | 2024-12-20T19:41:13.771Z | Compiling camino v1.1.9 |
1143 | 2024-12-20T19:41:13.899Z | Compiling anstyle-parse v0.2.5 |
1144 | 2024-12-20T19:41:13.967Z | Compiling quote v1.0.37 |
1145 | 2024-12-20T19:41:14.212Z | Compiling errno v0.3.9 |
1146 | 2024-12-20T19:41:14.234Z | Compiling autocfg v1.4.0 |
1147 | 2024-12-20T19:41:14.383Z | Compiling syn v2.0.87 |
1148 | 2024-12-20T19:41:14.421Z | Compiling thread-id v4.2.2 |
1149 | 2024-12-20T19:41:14.533Z | Compiling anstyle v1.0.10 |
1150 | 2024-12-20T19:41:14.685Z | Compiling anstyle-query v1.1.1 |
1151 | 2024-12-20T19:41:14.827Z | Compiling indexmap v2.6.0 |
1152 | 2024-12-20T19:41:14.847Z | Compiling winnow v0.6.20 |
1153 | 2024-12-20T19:41:14.957Z | Compiling is_terminal_polyfill v1.70.1 |
1154 | 2024-12-20T19:41:15.070Z | Compiling pretty-hex v0.4.1 |
1155 | 2024-12-20T19:41:15.288Z | Compiling unicode-width v0.1.14 |
1156 | 2024-12-20T19:41:15.384Z | Compiling colorchoice v1.0.2 |
1157 | 2024-12-20T19:41:15.522Z | Compiling semver v1.0.23 |
1158 | 2024-12-20T19:41:15.714Z | Compiling anstream v0.6.15 |
1159 | 2024-12-20T19:41:15.865Z | Compiling fs-err v2.11.0 |
1160 | 2024-12-20T19:41:16.197Z | Compiling cfg-if v1.0.0 |
1161 | 2024-12-20T19:41:16.235Z | Compiling heck v0.5.0 |
1162 | 2024-12-20T19:41:16.281Z | Compiling fastrand v2.1.1 |
1163 | 2024-12-20T19:41:16.479Z | Compiling terminal_size v0.4.0 |
1164 | 2024-12-20T19:41:16.622Z | Compiling strsim v0.11.1 |
1165 | 2024-12-20T19:41:16.681Z | Compiling clap_lex v0.7.2 |
1166 | 2024-12-20T19:41:16.773Z | Compiling bytecount v0.6.8 |
1167 | 2024-12-20T19:41:16.878Z | Compiling fnv v1.0.7 |
1168 | 2024-12-20T19:41:16.984Z | Compiling heck v0.4.1 |
1169 | 2024-12-20T19:41:17.008Z | Compiling anyhow v1.0.93 |
1170 | 2024-12-20T19:41:17.198Z | Compiling papergrid v0.11.0 |
1171 | 2024-12-20T19:41:17.275Z | Compiling clap_builder v4.5.21 |
1172 | 2024-12-20T19:41:17.561Z | Compiling tempfile v3.13.0 |
1173 | 2024-12-20T19:41:18.109Z | Compiling memmap v0.7.0 |
1174 | 2024-12-20T19:41:18.197Z | Compiling unicode-linebreak v0.1.5 |
1175 | 2024-12-20T19:41:18.437Z | Compiling smawk v0.3.2 |
1176 | 2024-12-20T19:41:18.649Z | Compiling textwrap v0.16.1 |
1177 | 2024-12-20T19:41:18.745Z | Compiling swrite v0.1.0 |
1178 | 2024-12-20T19:41:20.186Z | Compiling tabled_derive v0.7.0 |
1179 | 2024-12-20T19:41:21.639Z | Compiling tabled v0.15.0 |
1180 | 2024-12-20T19:41:23.190Z | Compiling serde_derive v1.0.215 |
1181 | 2024-12-20T19:41:23.192Z | Compiling thiserror-impl v1.0.69 |
1182 | 2024-12-20T19:41:23.193Z | Compiling zerocopy-derive v0.7.35 |
1183 | 2024-12-20T19:41:23.193Z | Compiling scroll_derive v0.12.0 |
1184 | 2024-12-20T19:41:23.193Z | Compiling clap_derive v4.5.18 |
1185 | 2024-12-20T19:41:24.270Z | Compiling scroll v0.12.0 |
1186 | 2024-12-20T19:41:24.727Z | Compiling goblin v0.8.2 |
1187 | 2024-12-20T19:41:24.970Z | Compiling zerocopy v0.7.35 |
1188 | 2024-12-20T19:41:26.021Z | Compiling pest v2.7.14 |
1189 | 2024-12-20T19:41:26.785Z | Compiling clap v4.5.21 |
1190 | 2024-12-20T19:41:28.107Z | Compiling pest_meta v2.7.14 |
1191 | 2024-12-20T19:41:28.902Z | Compiling pest_generator v2.7.14 |
1192 | 2024-12-20T19:41:30.820Z | Compiling pest_derive v2.7.14 |
1193 | 2024-12-20T19:41:31.527Z | Compiling dtrace-parser v0.2.0 |
1194 | 2024-12-20T19:41:33.245Z | Compiling serde_tokenstream v0.2.2 |
1195 | 2024-12-20T19:41:33.322Z | Compiling toml_datetime v0.6.8 |
1196 | 2024-12-20T19:41:33.322Z | Compiling serde_spanned v0.6.8 |
1197 | 2024-12-20T19:41:33.568Z | Compiling cargo-platform v0.1.8 |
1198 | 2024-12-20T19:41:33.728Z | Compiling toml_edit v0.22.22 |
1199 | 2024-12-20T19:41:33.821Z | Compiling macaddr v1.0.1 |
1200 | 2024-12-20T19:41:34.020Z | Compiling camino-tempfile v1.1.1 |
1201 | 2024-12-20T19:41:34.791Z | Compiling dof v0.3.0 |
1202 | 2024-12-20T19:41:34.865Z | Compiling cargo_metadata v0.18.1 |
1203 | 2024-12-20T19:41:36.490Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-12-20T19:41:36.493Z | Compiling usdt-macro v0.5.0 |
1205 | 2024-12-20T19:41:36.542Z | Compiling toml v0.8.19 |
1206 | 2024-12-20T19:41:37.391Z | Compiling cargo_toml v0.20.5 |
1207 | 2024-12-20T19:41:37.841Z | Compiling usdt v0.5.0 |
1208 | 2024-12-20T19:41:40.769Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1209 | 2024-12-20T19:41:44.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.01s |
1210 | 2024-12-20T19:41:44.946Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1211 | 2024-12-20T19:41:45.769Z | Compiling serde v1.0.215 |
1212 | 2024-12-20T19:41:45.775Z | Compiling lock_api v0.4.12 |
1213 | 2024-12-20T19:41:45.775Z | Compiling scopeguard v1.2.0 |
1214 | 2024-12-20T19:41:45.775Z | Compiling value-bag v1.9.0 |
1215 | 2024-12-20T19:41:45.775Z | Compiling typenum v1.17.0 |
1216 | 2024-12-20T19:41:45.775Z | Compiling generic-array v0.14.7 |
1217 | 2024-12-20T19:41:45.775Z | Compiling syn v2.0.87 |
1218 | 2024-12-20T19:41:45.775Z | Compiling getrandom v0.2.15 |
1219 | 2024-12-20T19:41:46.026Z | Compiling subtle v2.6.1 |
1220 | 2024-12-20T19:41:46.253Z | Compiling rand_core v0.6.4 |
1221 | 2024-12-20T19:41:46.331Z | Compiling log v0.4.22 |
1222 | 2024-12-20T19:41:46.444Z | Compiling shlex v1.3.0 |
1223 | 2024-12-20T19:41:46.459Z | Compiling jobserver v0.1.32 |
1224 | 2024-12-20T19:41:46.491Z | Compiling smallvec v1.13.2 |
1225 | 2024-12-20T19:41:46.713Z | Compiling const-oid v0.9.6 |
1226 | 2024-12-20T19:41:46.802Z | Compiling spin v0.9.8 |
1227 | 2024-12-20T19:41:46.891Z | Compiling cc v1.1.30 |
1228 | 2024-12-20T19:41:46.908Z | Compiling pin-project-lite v0.2.14 |
1229 | 2024-12-20T19:41:47.038Z | Compiling rustix v0.38.37 |
1230 | 2024-12-20T19:41:47.195Z | Compiling parking_lot_core v0.9.10 |
1231 | 2024-12-20T19:41:47.261Z | Compiling futures-core v0.3.31 |
1232 | 2024-12-20T19:41:47.406Z | Compiling signal-hook-registry v1.4.2 |
1233 | 2024-12-20T19:41:47.563Z | Compiling mio v1.0.2 |
1234 | 2024-12-20T19:41:47.969Z | Compiling aho-corasick v1.1.3 |
1235 | 2024-12-20T19:41:48.287Z | Compiling parking_lot v0.12.3 |
1236 | 2024-12-20T19:41:48.343Z | Compiling cpufeatures v0.2.14 |
1237 | 2024-12-20T19:41:48.370Z | Compiling regex-syntax v0.8.5 |
1238 | 2024-12-20T19:41:48.693Z | Compiling lazy_static v1.5.0 |
1239 | 2024-12-20T19:41:48.803Z | Compiling either v1.13.0 |
1240 | 2024-12-20T19:41:48.803Z | Compiling stable_deref_trait v1.2.0 |
1241 | 2024-12-20T19:41:48.911Z | Compiling futures-sink v0.3.31 |
1242 | 2024-12-20T19:41:48.911Z | Compiling glob v0.3.1 |
1243 | 2024-12-20T19:41:49.003Z | Compiling socket2 v0.5.7 |
1244 | 2024-12-20T19:41:49.131Z | Compiling slab v0.4.9 |
1245 | 2024-12-20T19:41:49.205Z | Compiling prettyplease v0.2.25 |
1246 | 2024-12-20T19:41:49.451Z | Compiling minimal-lexical v0.2.1 |
1247 | 2024-12-20T19:41:49.787Z | Compiling libloading v0.8.5 |
1248 | 2024-12-20T19:41:49.846Z | Compiling clang-sys v1.8.1 |
1249 | 2024-12-20T19:41:49.885Z | Compiling home v0.5.9 |
1250 | 2024-12-20T19:41:49.970Z | Compiling nom v7.1.3 |
1251 | 2024-12-20T19:41:50.091Z | Compiling serde_json v1.0.132 |
1252 | 2024-12-20T19:41:50.184Z | Compiling bindgen v0.69.5 |
1253 | 2024-12-20T19:41:50.441Z | Compiling itertools v0.10.5 |
1254 | 2024-12-20T19:41:50.973Z | Compiling futures-channel v0.3.31 |
1255 | 2024-12-20T19:41:51.060Z | Compiling futures-io v0.3.31 |
1256 | 2024-12-20T19:41:51.373Z | Compiling foldhash v0.1.3 |
1257 | 2024-12-20T19:41:51.390Z | Compiling pin-utils v0.1.0 |
1258 | 2024-12-20T19:41:51.485Z | Compiling futures-task v0.3.31 |
1259 | 2024-12-20T19:41:51.683Z | Compiling rustc-hash v1.1.0 |
1260 | 2024-12-20T19:41:51.802Z | Compiling allocator-api2 v0.2.18 |
1261 | 2024-12-20T19:41:51.865Z | Compiling regex-automata v0.4.8 |
1262 | 2024-12-20T19:41:52.644Z | Compiling lazycell v1.3.0 |
1263 | 2024-12-20T19:41:52.786Z | Compiling hashbrown v0.15.1 |
1264 | 2024-12-20T19:41:53.252Z | Compiling cmake v0.1.51 |
1265 | 2024-12-20T19:41:53.608Z | Compiling synstructure v0.13.1 |
1266 | 2024-12-20T19:41:54.118Z | Compiling cexpr v0.6.0 |
1267 | 2024-12-20T19:41:54.300Z | Compiling libm v0.2.8 |
1268 | 2024-12-20T19:41:54.625Z | Compiling pkg-config v0.3.31 |
1269 | 2024-12-20T19:41:55.027Z | Compiling tinyvec_macros v0.1.1 |
1270 | 2024-12-20T19:41:55.118Z | Compiling dunce v1.0.5 |
1271 | 2024-12-20T19:41:55.243Z | Compiling fs_extra v1.3.0 |
1272 | 2024-12-20T19:41:55.292Z | Compiling tinyvec v1.8.0 |
1273 | 2024-12-20T19:41:55.871Z | Compiling num-traits v0.2.19 |
1274 | 2024-12-20T19:41:56.162Z | Compiling ring v0.17.8 |
1275 | 2024-12-20T19:41:56.358Z | Compiling paste v1.0.15 |
1276 | 2024-12-20T19:41:56.852Z | Compiling unicode-normalization v0.1.24 |
1277 | 2024-12-20T19:41:56.893Z | Compiling unicode-bidi v0.3.17 |
1278 | 2024-12-20T19:41:56.965Z | Compiling base64ct v1.6.0 |
1279 | 2024-12-20T19:41:57.250Z | Compiling writeable v0.5.5 |
1280 | 2024-12-20T19:41:57.328Z | Compiling regex v1.11.1 |
1281 | 2024-12-20T19:41:57.525Z | Compiling litemap v0.7.3 |
1282 | 2024-12-20T19:41:57.827Z | Compiling pem-rfc7468 v0.7.0 |
1283 | 2024-12-20T19:41:58.323Z | Compiling aws-lc-rs v1.10.0 |
1284 | 2024-12-20T19:41:58.435Z | Compiling httparse v1.9.5 |
1285 | 2024-12-20T19:41:58.509Z | Compiling flagset v0.4.6 |
1286 | 2024-12-20T19:41:58.767Z | Compiling tracing-core v0.1.32 |
1287 | 2024-12-20T19:41:59.217Z | Compiling icu_locid_transform_data v1.5.0 |
1288 | 2024-12-20T19:41:59.294Z | Compiling percent-encoding v2.3.1 |
1289 | 2024-12-20T19:41:59.620Z | Compiling crossbeam-utils v0.8.20 |
1290 | 2024-12-20T19:41:59.821Z | Compiling rustls-pki-types v1.10.0 |
1291 | 2024-12-20T19:42:00.035Z | Compiling powerfmt v0.2.0 |
1292 | 2024-12-20T19:42:00.205Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-20T19:42:00.311Z | Compiling serde_derive v1.0.215 |
1294 | 2024-12-20T19:42:00.359Z | Compiling zeroize_derive v1.4.2 |
1295 | 2024-12-20T19:42:00.595Z | Compiling zerocopy-derive v0.7.35 |
1296 | 2024-12-20T19:42:00.860Z | Compiling tokio-macros v2.4.0 |
1297 | 2024-12-20T19:42:01.886Z | Compiling zeroize v1.8.1 |
1298 | 2024-12-20T19:42:02.261Z | Compiling zerofrom-derive v0.1.4 |
1299 | 2024-12-20T19:42:02.454Z | Compiling yoke-derive v0.7.4 |
1300 | 2024-12-20T19:42:02.515Z | Compiling thiserror-impl v1.0.69 |
1301 | 2024-12-20T19:42:02.850Z | Compiling zerocopy v0.7.35 |
1302 | 2024-12-20T19:42:03.598Z | Compiling crypto-common v0.1.6 |
1303 | 2024-12-20T19:42:03.830Z | Compiling block-buffer v0.10.4 |
1304 | 2024-12-20T19:42:04.105Z | Compiling digest v0.10.7 |
1305 | 2024-12-20T19:42:04.449Z | Compiling zerovec-derive v0.10.3 |
1306 | 2024-12-20T19:42:04.570Z | Compiling hmac v0.12.1 |
1307 | 2024-12-20T19:42:04.594Z | Compiling futures-macro v0.3.31 |
1308 | 2024-12-20T19:42:04.830Z | Compiling block-padding v0.3.3 |
1309 | 2024-12-20T19:42:05.044Z | Compiling displaydoc v0.2.5 |
1310 | 2024-12-20T19:42:05.559Z | Compiling inout v0.1.3 |
1311 | 2024-12-20T19:42:05.731Z | Compiling thiserror v1.0.69 |
1312 | 2024-12-20T19:42:05.814Z | Compiling cipher v0.4.4 |
1313 | 2024-12-20T19:42:05.889Z | Compiling sha2 v0.10.8 |
1314 | 2024-12-20T19:42:06.264Z | Compiling zerofrom v0.1.4 |
1315 | 2024-12-20T19:42:06.331Z | Compiling ppv-lite86 v0.2.20 |
1316 | 2024-12-20T19:42:06.498Z | Compiling yoke v0.7.4 |
1317 | 2024-12-20T19:42:06.516Z | Compiling futures-util v0.3.31 |
1318 | 2024-12-20T19:42:06.740Z | Compiling icu_provider_macros v1.5.0 |
1319 | 2024-12-20T19:42:06.868Z | Compiling der_derive v0.7.3 |
1320 | 2024-12-20T19:42:06.974Z | Compiling zerovec v0.10.4 |
1321 | 2024-12-20T19:42:07.177Z | Compiling rand_chacha v0.3.1 |
1322 | 2024-12-20T19:42:07.953Z | Compiling tracing-attributes v0.1.27 |
1323 | 2024-12-20T19:42:08.847Z | Compiling tinystr v0.7.6 |
1324 | 2024-12-20T19:42:09.218Z | Compiling icu_locid v1.5.0 |
1325 | 2024-12-20T19:42:09.255Z | Compiling icu_collections v1.5.0 |
1326 | 2024-12-20T19:42:09.272Z | Compiling rand v0.8.5 |
1327 | 2024-12-20T19:42:09.348Z | Compiling der v0.7.9 |
1328 | 2024-12-20T19:42:09.485Z | Compiling salsa20 v0.10.2 |
1329 | 2024-12-20T19:42:09.726Z | Compiling pest v2.7.14 |
1330 | 2024-12-20T19:42:10.763Z | Compiling icu_provider v1.5.0 |
1331 | 2024-12-20T19:42:11.381Z | Compiling pbkdf2 v0.12.2 |
1332 | 2024-12-20T19:42:11.555Z | Compiling spki v0.7.3 |
1333 | 2024-12-20T19:42:11.727Z | Compiling icu_locid_transform v1.5.0 |
1334 | 2024-12-20T19:42:11.816Z | Compiling tracing v0.1.40 |
1335 | 2024-12-20T19:42:11.905Z | Compiling icu_properties_data v1.5.0 |
1336 | 2024-12-20T19:42:11.961Z | Compiling mirai-annotations v1.12.0 |
1337 | 2024-12-20T19:42:12.141Z | Compiling num-conv v0.1.0 |
1338 | 2024-12-20T19:42:12.171Z | Compiling time-core v0.1.2 |
1339 | 2024-12-20T19:42:12.360Z | Compiling untrusted v0.9.0 |
1340 | 2024-12-20T19:42:12.378Z | Compiling untrusted v0.7.1 |
1341 | 2024-12-20T19:42:12.431Z | Compiling time-macros v0.2.18 |
1342 | 2024-12-20T19:42:12.562Z | Compiling pest_meta v2.7.14 |
1343 | 2024-12-20T19:42:12.816Z | Compiling scrypt v0.11.0 |
1344 | 2024-12-20T19:42:12.835Z | Compiling cbc v0.1.2 |
1345 | 2024-12-20T19:42:12.853Z | Compiling aes v0.8.4 |
1346 | 2024-12-20T19:42:13.055Z | Compiling icu_properties v1.5.1 |
1347 | 2024-12-20T19:42:13.381Z | Compiling openssl-sys v0.9.103 |
1348 | 2024-12-20T19:42:14.416Z | Compiling bitflags v2.6.0 |
1349 | 2024-12-20T19:42:14.462Z | Compiling bytes v1.8.0 |
1350 | 2024-12-20T19:42:15.715Z | Compiling tokio v1.40.0 |
1351 | 2024-12-20T19:42:15.755Z | Compiling indexmap v2.6.0 |
1352 | 2024-12-20T19:42:15.794Z | Compiling http v1.1.0 |
1353 | 2024-12-20T19:42:16.455Z | Compiling semver v1.0.23 |
1354 | 2024-12-20T19:42:17.381Z | Compiling rustc_version v0.4.1 |
1355 | 2024-12-20T19:42:17.414Z | Compiling scroll_derive v0.12.0 |
1356 | 2024-12-20T19:42:17.669Z | Compiling deranged v0.3.11 |
1357 | 2024-12-20T19:42:17.967Z | Compiling write16 v1.0.0 |
1358 | 2024-12-20T19:42:18.048Z | Compiling utf8_iter v1.0.4 |
1359 | 2024-12-20T19:42:18.092Z | Compiling icu_normalizer_data v1.5.0 |
1360 | 2024-12-20T19:42:18.199Z | Compiling atomic-waker v1.1.2 |
1361 | 2024-12-20T19:42:18.286Z | Compiling num_threads v0.1.7 |
1362 | 2024-12-20T19:42:18.385Z | Compiling utf16_iter v1.0.5 |
1363 | 2024-12-20T19:42:18.387Z | Compiling http-body v1.0.1 |
1364 | 2024-12-20T19:42:18.590Z | Compiling icu_normalizer v1.5.0 |
1365 | 2024-12-20T19:42:18.611Z | Compiling pkcs5 v0.7.1 |
1366 | 2024-12-20T19:42:18.634Z | Compiling pest_generator v2.7.14 |
1367 | 2024-12-20T19:42:18.784Z | Compiling which v4.4.2 |
1368 | 2024-12-20T19:42:19.043Z | Compiling scroll v0.12.0 |
1369 | 2024-12-20T19:42:19.608Z | Compiling time v0.3.36 |
1370 | 2024-12-20T19:42:19.608Z | Compiling form_urlencoded v1.2.1 |
1371 | 2024-12-20T19:42:19.789Z | Compiling slog v2.7.0 |
1372 | 2024-12-20T19:42:19.934Z | Compiling try-lock v0.2.5 |
1373 | 2024-12-20T19:42:20.075Z | Compiling want v0.3.1 |
1374 | 2024-12-20T19:42:20.224Z | Compiling goblin v0.8.2 |
1375 | 2024-12-20T19:42:20.353Z | Compiling idna_adapter v1.2.0 |
1376 | 2024-12-20T19:42:20.372Z | Compiling pkcs8 v0.10.2 |
1377 | 2024-12-20T19:42:20.575Z | Compiling httpdate v1.0.3 |
1378 | 2024-12-20T19:42:20.632Z | Compiling idna v1.0.3 |
1379 | 2024-12-20T19:42:20.654Z | Compiling pest_derive v2.7.14 |
1380 | 2024-12-20T19:42:21.116Z | Compiling serde_tokenstream v0.2.2 |
1381 | 2024-12-20T19:42:21.472Z | Compiling dtrace-parser v0.2.0 |
1382 | 2024-12-20T19:42:21.747Z | Compiling serde_spanned v0.6.8 |
1383 | 2024-12-20T19:42:21.951Z | Compiling toml_datetime v0.6.8 |
1384 | 2024-12-20T19:42:22.002Z | Compiling uuid v1.11.0 |
1385 | 2024-12-20T19:42:22.478Z | Compiling foreign-types-shared v0.1.1 |
1386 | 2024-12-20T19:42:22.498Z | Compiling tower-service v0.3.3 |
1387 | 2024-12-20T19:42:22.584Z | Compiling iana-time-zone v0.1.61 |
1388 | 2024-12-20T19:42:22.622Z | Compiling base64 v0.22.1 |
1389 | 2024-12-20T19:42:23.042Z | Compiling match_cfg v0.1.0 |
1390 | 2024-12-20T19:42:23.138Z | Compiling rustversion v1.0.17 |
1391 | 2024-12-20T19:42:23.391Z | Compiling adler2 v2.0.0 |
1392 | 2024-12-20T19:42:23.410Z | Compiling openssl v0.10.66 |
1393 | 2024-12-20T19:42:23.587Z | Compiling miniz_oxide v0.8.0 |
1394 | 2024-12-20T19:42:23.743Z | Compiling hostname v0.3.1 |
1395 | 2024-12-20T19:42:23.844Z | Compiling chrono v0.4.38 |
1396 | 2024-12-20T19:42:23.930Z | Compiling foreign-types v0.3.2 |
1397 | 2024-12-20T19:42:24.004Z | Compiling url v2.5.3 |
1398 | 2024-12-20T19:42:24.941Z | Compiling tokio-util v0.7.12 |
1399 | 2024-12-20T19:42:25.112Z | Compiling openssl-macros v0.1.1 |
1400 | 2024-12-20T19:42:25.476Z | Compiling async-trait v0.1.83 |
1401 | 2024-12-20T19:42:25.903Z | Compiling h2 v0.4.6 |
1402 | 2024-12-20T19:42:26.063Z | Compiling dof v0.3.0 |
1403 | 2024-12-20T19:42:26.316Z | Compiling dirs-sys-next v0.1.2 |
1404 | 2024-12-20T19:42:27.019Z | Compiling usdt-impl v0.5.0 |
1405 | 2024-12-20T19:42:27.626Z | Compiling syn v1.0.109 |
1406 | 2024-12-20T19:42:28.238Z | Compiling rustls v0.23.19 |
1407 | 2024-12-20T19:42:28.270Z | Compiling native-tls v0.2.12 |
1408 | 2024-12-20T19:42:28.302Z | Compiling siphasher v0.3.11 |
1409 | 2024-12-20T19:42:28.490Z | Compiling data-encoding v2.6.0 |
1410 | 2024-12-20T19:42:28.583Z | Compiling rustls v0.22.4 |
1411 | 2024-12-20T19:42:28.663Z | Compiling dirs-next v2.0.0 |
1412 | 2024-12-20T19:42:28.886Z | Compiling http-body-util v0.1.2 |
1413 | 2024-12-20T19:42:29.436Z | Compiling crossbeam-epoch v0.9.18 |
1414 | 2024-12-20T19:42:30.209Z | Compiling heapless v0.7.17 |
1415 | 2024-12-20T19:42:30.262Z | Compiling sha1 v0.10.6 |
1416 | 2024-12-20T19:42:30.597Z | Compiling signature v2.2.0 |
1417 | 2024-12-20T19:42:30.624Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1418 | 2024-12-20T19:42:30.666Z | Compiling serde_derive_internals v0.29.1 |
1419 | 2024-12-20T19:42:30.894Z | Compiling thread_local v1.1.8 |
1420 | 2024-12-20T19:42:30.948Z | Compiling multer v3.1.0 |
1421 | 2024-12-20T19:42:31.106Z | Compiling cookie v0.18.1 |
1422 | 2024-12-20T19:42:31.227Z | Compiling encoding_rs v0.8.34 |
1423 | 2024-12-20T19:42:31.334Z | Compiling schemars v0.8.21 |
1424 | 2024-12-20T19:42:31.385Z | Compiling signal-hook v0.3.17 |
1425 | 2024-12-20T19:42:31.414Z | Compiling gimli v0.31.1 |
1426 | 2024-12-20T19:42:31.633Z | Compiling openssl-probe v0.1.5 |
1427 | 2024-12-20T19:42:31.681Z | Compiling mime v0.3.17 |
1428 | 2024-12-20T19:42:32.009Z | Compiling slog-async v2.8.0 |
1429 | 2024-12-20T19:42:32.339Z | Compiling unicode-properties v0.1.3 |
1430 | 2024-12-20T19:42:32.516Z | Compiling ipnet v2.10.1 |
1431 | 2024-12-20T19:42:32.748Z | Compiling rayon-core v1.12.1 |
1432 | 2024-12-20T19:42:33.012Z | Compiling hyper v1.5.0 |
1433 | 2024-12-20T19:42:33.461Z | Compiling schemars_derive v0.8.21 |
1434 | 2024-12-20T19:42:33.832Z | Compiling stringprep v0.1.5 |
1435 | 2024-12-20T19:42:35.724Z | Compiling hyper-util v0.1.10 |
1436 | 2024-12-20T19:42:35.866Z | Compiling addr2line v0.24.2 |
1437 | 2024-12-20T19:42:36.478Z | Compiling toml_edit v0.22.22 |
1438 | 2024-12-20T19:42:36.743Z | Compiling usdt-attr-macro v0.5.0 |
1439 | 2024-12-20T19:42:36.882Z | Compiling usdt-macro v0.5.0 |
1440 | 2024-12-20T19:42:37.212Z | Compiling crossbeam-deque v0.8.5 |
1441 | 2024-12-20T19:42:37.400Z | Compiling term v0.7.0 |
1442 | 2024-12-20T19:42:38.299Z | Compiling slog-json v2.6.1 |
1443 | 2024-12-20T19:42:38.319Z | Compiling serde_urlencoded v0.7.1 |
1444 | 2024-12-20T19:42:38.403Z | Compiling crossbeam-channel v0.5.13 |
1445 | 2024-12-20T19:42:38.675Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2024-12-20T19:42:38.825Z | Compiling futures-executor v0.3.31 |
1447 | 2024-12-20T19:42:38.843Z | Compiling md-5 v0.10.6 |
1448 | 2024-12-20T19:42:38.869Z | Compiling rustls-pemfile v2.2.0 |
1449 | 2024-12-20T19:42:39.086Z | Compiling async-stream-impl v0.3.6 |
1450 | 2024-12-20T19:42:39.193Z | Compiling enum-as-inner v0.6.1 |
1451 | 2024-12-20T19:42:39.305Z | Compiling num-integer v0.1.46 |
1452 | 2024-12-20T19:42:39.373Z | Compiling idna v0.4.0 |
1453 | 2024-12-20T19:42:39.476Z | Compiling idna v0.3.0 |
1454 | 2024-12-20T19:42:40.030Z | Compiling hash32 v0.2.1 |
1455 | 2024-12-20T19:42:40.267Z | Compiling ff v0.13.0 |
1456 | 2024-12-20T19:42:40.424Z | Compiling is-terminal v0.4.13 |
1457 | 2024-12-20T19:42:40.454Z | Compiling object v0.36.5 |
1458 | 2024-12-20T19:42:40.492Z | Compiling dropshot v0.12.0 |
1459 | 2024-12-20T19:42:40.550Z | Compiling take_mut v0.2.2 |
1460 | 2024-12-20T19:42:40.717Z | Compiling base16ct v0.2.0 |
1461 | 2024-12-20T19:42:40.790Z | Compiling utf-8 v0.7.6 |
1462 | 2024-12-20T19:42:41.006Z | Compiling rustc-demangle v0.1.24 |
1463 | 2024-12-20T19:42:41.037Z | Compiling smoltcp v0.9.1 |
1464 | 2024-12-20T19:42:41.091Z | Compiling num-bigint-dig v0.8.4 |
1465 | 2024-12-20T19:42:41.117Z | Compiling portable-atomic v1.9.0 |
1466 | 2024-12-20T19:42:41.367Z | Compiling quick-error v1.2.3 |
1467 | 2024-12-20T19:42:41.513Z | Compiling dyn-clone v1.0.17 |
1468 | 2024-12-20T19:42:41.803Z | Compiling linked-hash-map v0.5.6 |
1469 | 2024-12-20T19:42:41.821Z | Compiling fallible-iterator v0.2.0 |
1470 | 2024-12-20T19:42:42.068Z | Compiling anyhow v1.0.93 |
1471 | 2024-12-20T19:42:42.199Z | Compiling psl-types v2.0.11 |
1472 | 2024-12-20T19:42:42.321Z | Compiling lru-cache v0.1.2 |
1473 | 2024-12-20T19:42:42.406Z | Compiling publicsuffix v2.2.3 |
1474 | 2024-12-20T19:42:42.530Z | Compiling postgres-protocol v0.6.7 |
1475 | 2024-12-20T19:42:42.660Z | Compiling resolv-conf v0.7.0 |
1476 | 2024-12-20T19:42:43.098Z | Compiling tungstenite v0.24.0 |
1477 | 2024-12-20T19:42:43.441Z | Compiling sec1 v0.7.3 |
1478 | 2024-12-20T19:42:44.028Z | Compiling slog-term v2.9.1 |
1479 | 2024-12-20T19:42:44.823Z | Compiling group v0.13.0 |
1480 | 2024-12-20T19:42:45.145Z | Compiling usdt v0.5.0 |
1481 | 2024-12-20T19:42:45.164Z | Compiling async-stream v0.3.6 |
1482 | 2024-12-20T19:42:45.440Z | Compiling hickory-proto v0.24.1 |
1483 | 2024-12-20T19:42:45.473Z | Compiling num-iter v0.1.45 |
1484 | 2024-12-20T19:42:45.654Z | Compiling toml v0.8.19 |
1485 | 2024-12-20T19:42:45.782Z | Compiling futures v0.3.31 |
1486 | 2024-12-20T19:42:45.905Z | Compiling slog-bunyan v2.5.0 |
1487 | 2024-12-20T19:42:47.490Z | Compiling camino v1.1.9 |
1488 | 2024-12-20T19:42:47.678Z | Compiling tokio-native-tls v0.3.1 |
1489 | 2024-12-20T19:42:47.964Z | Compiling backtrace v0.3.74 |
1490 | 2024-12-20T19:42:48.116Z | Compiling phf_shared v0.11.2 |
1491 | 2024-12-20T19:42:48.468Z | Compiling dropshot_endpoint v0.12.0 |
1492 | 2024-12-20T19:42:48.486Z | Compiling terminal_size v0.4.0 |
1493 | 2024-12-20T19:42:48.515Z | Compiling waitgroup v0.1.2 |
1494 | 2024-12-20T19:42:48.571Z | Compiling openapiv3 v2.0.0 |
1495 | 2024-12-20T19:42:48.696Z | Compiling serde_path_to_error v0.1.16 |
1496 | 2024-12-20T19:42:48.738Z | Compiling hkdf v0.12.4 |
1497 | 2024-12-20T19:42:49.004Z | Compiling crypto-bigint v0.5.5 |
1498 | 2024-12-20T19:42:49.564Z | Compiling webpki-roots v0.26.6 |
1499 | 2024-12-20T19:42:49.785Z | Compiling curve25519-dalek-derive v0.1.1 |
1500 | 2024-12-20T19:42:51.394Z | Compiling zerocopy-derive v0.6.6 |
1501 | 2024-12-20T19:42:51.669Z | Compiling idna v0.5.0 |
1502 | 2024-12-20T19:42:51.883Z | Compiling hubpack_derive v0.1.1 |
1503 | 2024-12-20T19:42:52.800Z | Compiling hostname v0.4.0 |
1504 | 2024-12-20T19:42:52.987Z | Compiling fs-err v2.11.0 |
1505 | 2024-12-20T19:42:53.043Z | Compiling ahash v0.8.11 |
1506 | 2024-12-20T19:42:53.155Z | Compiling crc32fast v1.4.2 |
1507 | 2024-12-20T19:42:53.258Z | Compiling debug-ignore v1.0.5 |
1508 | 2024-12-20T19:42:53.338Z | Compiling winnow v0.5.40 |
1509 | 2024-12-20T19:42:53.380Z | Compiling managed v0.8.0 |
1510 | 2024-12-20T19:42:53.402Z | Compiling bitflags v1.3.2 |
1511 | 2024-12-20T19:42:53.487Z | Compiling strum_macros v0.25.3 |
1512 | 2024-12-20T19:42:53.572Z | Compiling flate2 v1.0.34 |
1513 | 2024-12-20T19:42:53.717Z | Compiling zerocopy v0.6.6 |
1514 | 2024-12-20T19:42:54.567Z | Compiling clap_builder v4.5.21 |
1515 | 2024-12-20T19:42:54.606Z | Compiling console v0.15.8 |
1516 | 2024-12-20T19:42:55.320Z | Compiling hubpack v0.1.2 |
1517 | 2024-12-20T19:42:55.828Z | Compiling cookie_store v0.21.0 |
1518 | 2024-12-20T19:42:56.021Z | Compiling elliptic-curve v0.13.8 |
1519 | 2024-12-20T19:42:56.180Z | Compiling hickory-resolver v0.24.1 |
1520 | 2024-12-20T19:42:56.877Z | Compiling toml_edit v0.19.15 |
1521 | 2024-12-20T19:42:57.439Z | Compiling phf v0.11.2 |
1522 | 2024-12-20T19:42:57.743Z | Compiling hyper-tls v0.6.0 |
1523 | 2024-12-20T19:42:57.793Z | Compiling signal-hook-mio v0.2.4 |
1524 | 2024-12-20T19:42:57.963Z | Compiling rayon v1.10.0 |
1525 | 2024-12-20T19:42:58.110Z | Compiling bzip2 v0.4.4 |
1526 | 2024-12-20T19:42:58.490Z | Compiling tokio-tungstenite v0.24.0 |
1527 | 2024-12-20T19:42:59.028Z | Compiling postgres-types v0.2.8 |
1528 | 2024-12-20T19:43:01.981Z | Compiling ed25519 v2.2.3 |
1529 | 2024-12-20T19:43:02.775Z | Compiling phf_shared v0.10.0 |
1530 | 2024-12-20T19:43:03.136Z | Compiling tokio-stream v0.1.16 |
1531 | 2024-12-20T19:43:03.187Z | Compiling pkcs1 v0.7.5 |
1532 | 2024-12-20T19:43:03.853Z | Compiling serde-big-array v0.5.1 |
1533 | 2024-12-20T19:43:04.087Z | Compiling rfc6979 v0.4.0 |
1534 | 2024-12-20T19:43:04.173Z | Compiling clap_derive v4.5.18 |
1535 | 2024-12-20T19:43:04.204Z | Compiling derive-where v1.2.7 |
1536 | 2024-12-20T19:43:04.225Z | Compiling serde_repr v0.1.19 |
1537 | 2024-12-20T19:43:04.242Z | Compiling float-cmp v0.9.0 |
1538 | 2024-12-20T19:43:04.266Z | Compiling bstr v1.10.0 |
1539 | 2024-12-20T19:43:04.712Z | Compiling sync_wrapper v1.0.1 |
1540 | 2024-12-20T19:43:04.720Z | Compiling whoami v1.5.2 |
1541 | 2024-12-20T19:43:04.898Z | Compiling difflib v0.4.0 |
1542 | 2024-12-20T19:43:05.302Z | Compiling number_prefix v0.4.0 |
1543 | 2024-12-20T19:43:05.409Z | Compiling normalize-line-endings v0.3.0 |
1544 | 2024-12-20T19:43:05.527Z | Compiling unicode-width v0.2.0 |
1545 | 2024-12-20T19:43:05.544Z | Compiling bit-vec v0.6.3 |
1546 | 2024-12-20T19:43:06.022Z | Compiling static_assertions v1.1.0 |
1547 | 2024-12-20T19:43:06.048Z | Compiling unicode-segmentation v1.12.0 |
1548 | 2024-12-20T19:43:06.067Z | Compiling new_debug_unreachable v1.0.6 |
1549 | 2024-12-20T19:43:06.121Z | Compiling predicates-core v1.0.8 |
1550 | 2024-12-20T19:43:06.158Z | Compiling precomputed-hash v0.1.1 |
1551 | 2024-12-20T19:43:06.277Z | Compiling fixedbitset v0.4.2 |
1552 | 2024-12-20T19:43:06.474Z | Compiling predicates v3.1.2 |
1553 | 2024-12-20T19:43:06.516Z | Compiling string_cache v0.8.7 |
1554 | 2024-12-20T19:43:06.767Z | Compiling petgraph v0.6.5 |
1555 | 2024-12-20T19:43:06.963Z | Compiling similar v2.6.0 |
1556 | 2024-12-20T19:43:07.026Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1557 | 2024-12-20T19:43:07.824Z | Compiling indicatif v0.17.9 |
1558 | 2024-12-20T19:43:08.300Z | Compiling bit-set v0.5.3 |
1559 | 2024-12-20T19:43:08.605Z | Compiling tokio-postgres v0.7.12 |
1560 | 2024-12-20T19:43:09.309Z | Compiling clap v4.5.21 |
1561 | 2024-12-20T19:43:09.434Z | Compiling ecdsa v0.16.9 |
1562 | 2024-12-20T19:43:09.453Z | Compiling rsa v0.9.6 |
1563 | 2024-12-20T19:43:10.148Z | Compiling ed25519-dalek v2.1.1 |
1564 | 2024-12-20T19:43:10.294Z | Compiling toml v0.7.8 |
1565 | 2024-12-20T19:43:10.932Z | Compiling zip v0.6.6 |
1566 | 2024-12-20T19:43:11.447Z | Compiling crossterm v0.28.1 |
1567 | 2024-12-20T19:43:12.874Z | Compiling hex v0.4.3 |
1568 | 2024-12-20T19:43:12.980Z | Compiling x509-cert v0.2.5 |
1569 | 2024-12-20T19:43:13.062Z | Compiling unicode-xid v0.2.6 |
1570 | 2024-12-20T19:43:13.242Z | Compiling peg-runtime v0.8.3 |
1571 | 2024-12-20T19:43:13.501Z | Compiling lalrpop-util v0.19.12 |
1572 | 2024-12-20T19:43:13.859Z | Compiling strum_macros v0.26.4 |
1573 | 2024-12-20T19:43:13.935Z | Compiling xattr v1.3.1 |
1574 | 2024-12-20T19:43:14.082Z | Compiling filetime v0.2.25 |
1575 | 2024-12-20T19:43:14.409Z | Compiling tar v0.4.42 |
1576 | 2024-12-20T19:43:19.068Z | Compiling strum v0.26.3 |
1577 | 2024-12-20T19:43:21.868Z | Compiling aws-lc-sys v0.22.0 |
1578 | 2024-12-20T19:43:55.788Z | Compiling rustls-webpki v0.102.8 |
1579 | 2024-12-20T19:43:59.218Z | Compiling tokio-rustls v0.25.0 |
1580 | 2024-12-20T19:44:01.042Z | Compiling tokio-rustls v0.26.0 |
1581 | 2024-12-20T19:44:01.427Z | Compiling hyper-rustls v0.27.3 |
1582 | 2024-12-20T19:44:01.745Z | Compiling reqwest v0.12.9 |
1583 | 2024-12-20T19:44:02.715Z | Compiling qorb v0.2.1 |
1584 | 2024-12-20T19:44:07.881Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1585 | 2024-12-20T19:44:08.114Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1586 | 2024-12-20T19:44:14.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1587 | 2024-12-20T19:44:14.204Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1588 | 2024-12-20T19:44:14.332Z | Dec 20 19:44:13.846 INFO Starting download, target: Cockroach |
1589 | 2024-12-20T19:44:14.332Z | Dec 20 19:44:13.846 INFO Starting download, target: Console |
1590 | 2024-12-20T19:44:14.332Z | Dec 20 19:44:13.846 INFO Starting download, target: Clickhouse |
1591 | 2024-12-20T19:44:14.332Z | Dec 20 19:44:13.846 INFO Starting download, target: DendriteOpenapi |
1592 | 2024-12-20T19:44:14.332Z | Dec 20 19:44:13.846 INFO Starting download, target: DendriteStub |
1593 | 2024-12-20T19:44:14.332Z | Dec 20 19:44:13.846 INFO Starting download, target: MaghemiteMgd |
1594 | 2024-12-20T19:44:14.332Z | Dec 20 19:44:13.846 INFO Starting download, target: TransceiverControl |
1595 | 2024-12-20T19:44:14.332Z | Dec 20 19:44:13.847 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1596 | 2024-12-20T19:44:14.333Z | Dec 20 19:44:13.847 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1597 | 2024-12-20T19:44:14.333Z | Dec 20 19:44:13.847 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1598 | 2024-12-20T19:44:14.333Z | Dec 20 19:44:13.847 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1599 | 2024-12-20T19:44:14.333Z | Dec 20 19:44:13.847 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1600 | 2024-12-20T19:44:14.333Z | Dec 20 19:44:13.847 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1601 | 2024-12-20T19:44:14.333Z | Dec 20 19:44:13.847 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1602 | 2024-12-20T19:44:14.608Z | Dec 20 19:44:14.241 INFO Download complete, target: DendriteOpenapi |
1603 | 2024-12-20T19:44:14.857Z | Dec 20 19:44:14.372 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1604 | 2024-12-20T19:44:15.122Z | Dec 20 19:44:14.679 INFO Download complete, target: Console |
1605 | 2024-12-20T19:44:15.247Z | Dec 20 19:44:14.826 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1606 | 2024-12-20T19:44:15.687Z | Dec 20 19:44:15.311 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1607 | 2024-12-20T19:44:15.864Z | Dec 20 19:44:15.481 INFO Download complete, target: TransceiverControl |
1608 | 2024-12-20T19:44:16.112Z | Dec 20 19:44:15.729 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1609 | 2024-12-20T19:44:16.191Z | Dec 20 19:44:15.784 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1610 | 2024-12-20T19:44:17.115Z | Dec 20 19:44:16.699 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1611 | 2024-12-20T19:44:17.115Z | Dec 20 19:44:16.699 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1612 | 2024-12-20T19:44:18.545Z | Dec 20 19:44:18.193 INFO Download complete, target: DendriteStub |
1613 | 2024-12-20T19:44:19.090Z | Dec 20 19:44:18.739 INFO Download complete, target: MaghemiteMgd |
1614 | 2024-12-20T19:44:24.613Z | Dec 20 19:44:24.257 INFO Checking that binary works, target: Cockroach |
1615 | 2024-12-20T19:44:24.786Z | Dec 20 19:44:24.433 INFO Download complete, target: Cockroach |
1616 | 2024-12-20T19:44:29.182Z | Dec 20 19:44:28.833 INFO Checking that binary works, target: Clickhouse |
1617 | 2024-12-20T19:44:29.595Z | Dec 20 19:44:29.246 INFO Download complete, target: Clickhouse |
1618 | 2024-12-20T19:44:29.602Z | All prerequisites installed successfully |
1619 | 2024-12-20T19:44:29.605Z | |
1620 | 2024-12-20T19:44:29.605Z | real 5:00.619109677 |
1621 | 2024-12-20T19:44:29.605Z | user 16:24.842262067 |
1622 | 2024-12-20T19:44:29.605Z | sys 3:08.541303088 |
1623 | 2024-12-20T19:44:29.605Z | trap 0.495438827 |
1624 | 2024-12-20T19:44:29.605Z | tflt 5.858016641 |
1625 | 2024-12-20T19:44:29.605Z | dflt 5.221639786 |
1626 | 2024-12-20T19:44:29.605Z | kflt 0.219673846 |
1627 | 2024-12-20T19:44:29.605Z | lock 31:46.162879726 |
1628 | 2024-12-20T19:44:29.605Z | slp 1:02:25.972184367 |
1629 | 2024-12-20T19:44:29.605Z | lat 52.093335713 |
1630 | 2024-12-20T19:44:29.605Z | stop 2:06.286068003 |
1631 | 2024-12-20T19:44:29.606Z | + source ./tools/include/force-git-over-https.sh |
1632 | 2024-12-20T19:44:29.606Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1633 | 2024-12-20T19:44:29.606Z | ++ (( i = 0 )) |
1634 | 2024-12-20T19:44:29.606Z | ++ (( i < 5 )) |
1635 | 2024-12-20T19:44:29.606Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1636 | 2024-12-20T19:44:29.610Z | ++ (( i++ )) |
1637 | 2024-12-20T19:44:29.610Z | ++ (( i < 5 )) |
1638 | 2024-12-20T19:44:29.610Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1639 | 2024-12-20T19:44:29.613Z | ++ (( i++ )) |
1640 | 2024-12-20T19:44:29.613Z | ++ (( i < 5 )) |
1641 | 2024-12-20T19:44:29.613Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1642 | 2024-12-20T19:44:29.613Z | ++ (( i++ )) |
1643 | 2024-12-20T19:44:29.613Z | ++ (( i < 5 )) |
1644 | 2024-12-20T19:44:29.613Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1645 | 2024-12-20T19:44:29.616Z | ++ (( i++ )) |
1646 | 2024-12-20T19:44:29.616Z | ++ (( i < 5 )) |
1647 | 2024-12-20T19:44:29.616Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1648 | 2024-12-20T19:44:29.619Z | ++ (( i++ )) |
1649 | 2024-12-20T19:44:29.619Z | ++ (( i < 5 )) |
1650 | 2024-12-20T19:44:29.619Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1651 | 2024-12-20T19:44:29.619Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1652 | 2024-12-20T19:44:29.622Z | + rc=0 |
1653 | 2024-12-20T19:44:29.622Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1654 | 2024-12-20T19:44:59.635Z | + case $rc in |
1655 | 2024-12-20T19:44:59.635Z | + pfexec zfs create -p rpool/images/build/host |
1656 | 2024-12-20T19:44:59.860Z | + pfexec zfs create -p rpool/images/build/recovery |
1657 | 2024-12-20T19:44:59.932Z | + cargo xtask releng --output-dir /work |
1658 | 2024-12-20T19:45:00.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1659 | 2024-12-20T19:45:00.477Z | Running `target/debug/xtask releng --output-dir /work` |
1660 | 2024-12-20T19:45:01.374Z | Compiling proc-macro2 v1.0.89 |
1661 | 2024-12-20T19:45:01.374Z | Compiling unicode-ident v1.0.13 |
1662 | 2024-12-20T19:45:01.377Z | Compiling libc v0.2.162 |
1663 | 2024-12-20T19:45:01.377Z | Compiling serde v1.0.215 |
1664 | 2024-12-20T19:45:01.377Z | Compiling autocfg v1.4.0 |
1665 | 2024-12-20T19:45:01.377Z | Compiling version_check v0.9.5 |
1666 | 2024-12-20T19:45:01.377Z | Compiling cfg-if v1.0.0 |
1667 | 2024-12-20T19:45:01.624Z | Compiling memchr v2.7.4 |
1668 | 2024-12-20T19:45:01.702Z | Compiling typenum v1.17.0 |
1669 | 2024-12-20T19:45:01.847Z | Compiling shlex v1.3.0 |
1670 | 2024-12-20T19:45:02.217Z | Compiling generic-array v0.14.7 |
1671 | 2024-12-20T19:45:02.312Z | Compiling value-bag v1.9.0 |
1672 | 2024-12-20T19:45:02.500Z | Compiling lock_api v0.4.12 |
1673 | 2024-12-20T19:45:02.565Z | Compiling scopeguard v1.2.0 |
1674 | 2024-12-20T19:45:02.711Z | Compiling parking_lot_core v0.9.10 |
1675 | 2024-12-20T19:45:02.750Z | Compiling rustix v0.38.37 |
1676 | 2024-12-20T19:45:02.826Z | Compiling log v0.4.22 |
1677 | 2024-12-20T19:45:03.098Z | Compiling serde_json v1.0.132 |
1678 | 2024-12-20T19:45:03.378Z | Compiling quote v1.0.37 |
1679 | 2024-12-20T19:45:03.422Z | Compiling libm v0.2.8 |
1680 | 2024-12-20T19:45:03.537Z | Compiling num-traits v0.2.19 |
1681 | 2024-12-20T19:45:03.647Z | Compiling jobserver v0.1.32 |
1682 | 2024-12-20T19:45:03.729Z | Compiling getrandom v0.2.15 |
1683 | 2024-12-20T19:45:03.821Z | Compiling syn v2.0.87 |
1684 | 2024-12-20T19:45:03.844Z | Compiling thiserror v1.0.69 |
1685 | 2024-12-20T19:45:04.002Z | Compiling cc v1.1.30 |
1686 | 2024-12-20T19:45:04.088Z | Compiling once_cell v1.20.2 |
1687 | 2024-12-20T19:45:04.132Z | Compiling spin v0.9.8 |
1688 | 2024-12-20T19:45:04.202Z | Compiling itoa v1.0.11 |
1689 | 2024-12-20T19:45:04.374Z | Compiling aho-corasick v1.1.3 |
1690 | 2024-12-20T19:45:04.397Z | Compiling regex-syntax v0.8.5 |
1691 | 2024-12-20T19:45:04.499Z | Compiling slab v0.4.9 |
1692 | 2024-12-20T19:45:04.520Z | Compiling errno v0.3.9 |
1693 | 2024-12-20T19:45:04.898Z | Compiling byteorder v1.5.0 |
1694 | 2024-12-20T19:45:05.390Z | Compiling lazy_static v1.5.0 |
1695 | 2024-12-20T19:45:05.515Z | Compiling rand_core v0.6.4 |
1696 | 2024-12-20T19:45:05.912Z | Compiling either v1.13.0 |
1697 | 2024-12-20T19:45:06.093Z | Compiling glob v0.3.1 |
1698 | 2024-12-20T19:45:06.253Z | Compiling prettyplease v0.2.25 |
1699 | 2024-12-20T19:45:06.395Z | Compiling subtle v2.6.1 |
1700 | 2024-12-20T19:45:06.713Z | Compiling minimal-lexical v0.2.1 |
1701 | 2024-12-20T19:45:06.834Z | Compiling libloading v0.8.5 |
1702 | 2024-12-20T19:45:06.924Z | Compiling clang-sys v1.8.1 |
1703 | 2024-12-20T19:45:07.232Z | Compiling nom v7.1.3 |
1704 | 2024-12-20T19:45:07.258Z | Compiling bindgen v0.69.5 |
1705 | 2024-12-20T19:45:07.673Z | Compiling home v0.5.9 |
1706 | 2024-12-20T19:45:07.893Z | Compiling itertools v0.10.5 |
1707 | 2024-12-20T19:45:08.238Z | Compiling lazycell v1.3.0 |
1708 | 2024-12-20T19:45:08.349Z | Compiling regex-automata v0.4.8 |
1709 | 2024-12-20T19:45:08.810Z | Compiling rustc-hash v1.1.0 |
1710 | 2024-12-20T19:45:09.497Z | Compiling cmake v0.1.51 |
1711 | 2024-12-20T19:45:10.522Z | Compiling smallvec v1.13.2 |
1712 | 2024-12-20T19:45:10.685Z | Compiling fs_extra v1.3.0 |
1713 | 2024-12-20T19:45:10.704Z | Compiling cexpr v0.6.0 |
1714 | 2024-12-20T19:45:10.861Z | Compiling pkg-config v0.3.31 |
1715 | 2024-12-20T19:45:10.999Z | Compiling semver v1.0.23 |
1716 | 2024-12-20T19:45:11.032Z | Compiling dunce v1.0.5 |
1717 | 2024-12-20T19:45:11.180Z | Compiling ring v0.17.8 |
1718 | 2024-12-20T19:45:11.479Z | Compiling ryu v1.0.18 |
1719 | 2024-12-20T19:45:11.581Z | Compiling synstructure v0.13.1 |
1720 | 2024-12-20T19:45:12.243Z | Compiling paste v1.0.15 |
1721 | 2024-12-20T19:45:12.267Z | Compiling aws-lc-rs v1.10.0 |
1722 | 2024-12-20T19:45:12.306Z | Compiling httparse v1.9.5 |
1723 | 2024-12-20T19:45:12.780Z | Compiling const-oid v0.9.6 |
1724 | 2024-12-20T19:45:13.380Z | Compiling heck v0.5.0 |
1725 | 2024-12-20T19:45:13.418Z | Compiling pin-project-lite v0.2.14 |
1726 | 2024-12-20T19:45:13.609Z | Compiling allocator-api2 v0.2.18 |
1727 | 2024-12-20T19:45:14.403Z | Compiling futures-core v0.3.31 |
1728 | 2024-12-20T19:45:14.524Z | Compiling regex v1.11.1 |
1729 | 2024-12-20T19:45:14.854Z | Compiling signal-hook-registry v1.4.2 |
1730 | 2024-12-20T19:45:14.896Z | Compiling crossbeam-utils v0.8.20 |
1731 | 2024-12-20T19:45:15.577Z | Compiling time-core v0.1.2 |
1732 | 2024-12-20T19:45:15.798Z | Compiling num-conv v0.1.0 |
1733 | 2024-12-20T19:45:16.255Z | Compiling time-macros v0.2.18 |
1734 | 2024-12-20T19:45:16.365Z | Compiling parking_lot v0.12.3 |
1735 | 2024-12-20T19:45:16.394Z | Compiling mio v1.0.2 |
1736 | 2024-12-20T19:45:16.517Z | Compiling vcpkg v0.2.15 |
1737 | 2024-12-20T19:45:17.155Z | Compiling fnv v1.0.7 |
1738 | 2024-12-20T19:45:17.306Z | Compiling schemars v0.8.21 |
1739 | 2024-12-20T19:45:17.389Z | Compiling serde_derive v1.0.215 |
1740 | 2024-12-20T19:45:17.724Z | Compiling zeroize_derive v1.4.2 |
1741 | 2024-12-20T19:45:18.079Z | Compiling zerocopy-derive v0.7.35 |
1742 | 2024-12-20T19:45:18.430Z | Compiling tokio-macros v2.4.0 |
1743 | 2024-12-20T19:45:18.473Z | Compiling thiserror-impl v1.0.69 |
1744 | 2024-12-20T19:45:18.602Z | Compiling zerofrom-derive v0.1.4 |
1745 | 2024-12-20T19:45:19.219Z | Compiling zeroize v1.8.1 |
1746 | 2024-12-20T19:45:19.790Z | Compiling yoke-derive v0.7.4 |
1747 | 2024-12-20T19:45:19.829Z | Compiling futures-macro v0.3.31 |
1748 | 2024-12-20T19:45:20.016Z | Compiling zerovec-derive v0.10.3 |
1749 | 2024-12-20T19:45:20.439Z | Compiling displaydoc v0.2.5 |
1750 | 2024-12-20T19:45:21.646Z | Compiling zerocopy v0.7.35 |
1751 | 2024-12-20T19:45:21.828Z | Compiling crypto-common v0.1.6 |
1752 | 2024-12-20T19:45:22.105Z | Compiling icu_provider_macros v1.5.0 |
1753 | 2024-12-20T19:45:22.214Z | Compiling tracing-attributes v0.1.27 |
1754 | 2024-12-20T19:45:22.370Z | Compiling block-buffer v0.10.4 |
1755 | 2024-12-20T19:45:22.725Z | Compiling digest v0.10.7 |
1756 | 2024-12-20T19:45:22.781Z | Compiling der_derive v0.7.3 |
1757 | 2024-12-20T19:45:23.192Z | Compiling openssl-sys v0.9.103 |
1758 | 2024-12-20T19:45:24.172Z | Compiling serde_derive_internals v0.29.1 |
1759 | 2024-12-20T19:45:24.836Z | Compiling socket2 v0.5.7 |
1760 | 2024-12-20T19:45:25.018Z | Compiling ahash v0.8.11 |
1761 | 2024-12-20T19:45:26.393Z | Compiling schemars_derive v0.8.21 |
1762 | 2024-12-20T19:45:26.884Z | Compiling equivalent v1.0.1 |
1763 | 2024-12-20T19:45:26.990Z | Compiling cpufeatures v0.2.14 |
1764 | 2024-12-20T19:45:27.111Z | Compiling foldhash v0.1.3 |
1765 | 2024-12-20T19:45:27.185Z | Compiling futures-sink v0.3.31 |
1766 | 2024-12-20T19:45:27.405Z | Compiling hashbrown v0.15.1 |
1767 | 2024-12-20T19:45:27.800Z | Compiling stable_deref_trait v1.2.0 |
1768 | 2024-12-20T19:45:27.999Z | Compiling slog v2.7.0 |
1769 | 2024-12-20T19:45:28.909Z | Compiling futures-channel v0.3.31 |
1770 | 2024-12-20T19:45:29.105Z | Compiling zerofrom v0.1.4 |
1771 | 2024-12-20T19:45:29.352Z | Compiling scroll_derive v0.12.0 |
1772 | 2024-12-20T19:45:29.404Z | Compiling futures-io v0.3.31 |
1773 | 2024-12-20T19:45:29.447Z | Compiling futures-task v0.3.31 |
1774 | 2024-12-20T19:45:29.475Z | Compiling pin-utils v0.1.0 |
1775 | 2024-12-20T19:45:29.564Z | Compiling ucd-trie v0.1.7 |
1776 | 2024-12-20T19:45:29.618Z | Compiling openssl v0.10.66 |
1777 | 2024-12-20T19:45:29.671Z | Compiling yoke v0.7.4 |
1778 | 2024-12-20T19:45:29.744Z | Compiling futures-util v0.3.31 |
1779 | 2024-12-20T19:45:29.850Z | Compiling pest v2.7.14 |
1780 | 2024-12-20T19:45:30.186Z | Compiling hmac v0.12.1 |
1781 | 2024-12-20T19:45:30.685Z | Compiling tinyvec_macros v0.1.1 |
1782 | 2024-12-20T19:45:30.834Z | Compiling tinyvec v1.8.0 |
1783 | 2024-12-20T19:45:30.837Z | Compiling zerovec v0.10.4 |
1784 | 2024-12-20T19:45:31.943Z | Compiling bitflags v2.6.0 |
1785 | 2024-12-20T19:45:32.567Z | Compiling bytes v1.8.0 |
1786 | 2024-12-20T19:45:33.984Z | Compiling tokio v1.40.0 |
1787 | 2024-12-20T19:45:34.961Z | Compiling indexmap v2.6.0 |
1788 | 2024-12-20T19:45:35.018Z | Compiling serde_tokenstream v0.2.2 |
1789 | 2024-12-20T19:45:36.569Z | Compiling http v1.1.0 |
1790 | 2024-12-20T19:45:37.530Z | Compiling which v4.4.2 |
1791 | 2024-12-20T19:45:38.165Z | Compiling rustc_version v0.4.1 |
1792 | 2024-12-20T19:45:38.467Z | Compiling pest_meta v2.7.14 |
1793 | 2024-12-20T19:45:38.820Z | Compiling uuid v1.11.0 |
1794 | 2024-12-20T19:45:39.012Z | Compiling block-padding v0.3.3 |
1795 | 2024-12-20T19:45:39.335Z | Compiling openssl-macros v0.1.1 |
1796 | 2024-12-20T19:45:39.881Z | Compiling rustls v0.23.19 |
1797 | 2024-12-20T19:45:40.244Z | Compiling native-tls v0.2.12 |
1798 | 2024-12-20T19:45:40.308Z | Compiling iana-time-zone v0.1.61 |
1799 | 2024-12-20T19:45:40.695Z | Compiling chrono v0.4.38 |
1800 | 2024-12-20T19:45:41.732Z | Compiling pest_generator v2.7.14 |
1801 | 2024-12-20T19:45:42.528Z | Compiling inout v0.1.3 |
1802 | 2024-12-20T19:45:43.046Z | Compiling unicode-normalization v0.1.24 |
1803 | 2024-12-20T19:45:43.049Z | Compiling cipher v0.4.4 |
1804 | 2024-12-20T19:45:43.528Z | Compiling tinystr v0.7.6 |
1805 | 2024-12-20T19:45:43.583Z | Compiling pest_derive v2.7.14 |
1806 | 2024-12-20T19:45:44.347Z | Compiling sha2 v0.10.8 |
1807 | 2024-12-20T19:45:44.512Z | Compiling async-trait v0.1.83 |
1808 | 2024-12-20T19:45:44.590Z | Compiling cookie v0.18.1 |
1809 | 2024-12-20T19:45:44.777Z | Compiling usdt-impl v0.5.0 |
1810 | 2024-12-20T19:45:44.975Z | Compiling unicode-bidi v0.3.17 |
1811 | 2024-12-20T19:45:45.234Z | Compiling writeable v0.5.5 |
1812 | 2024-12-20T19:45:45.252Z | Compiling litemap v0.7.3 |
1813 | 2024-12-20T19:45:45.946Z | Compiling base64ct v1.6.0 |
1814 | 2024-12-20T19:45:47.178Z | Compiling icu_locid v1.5.0 |
1815 | 2024-12-20T19:45:48.111Z | Compiling pem-rfc7468 v0.7.0 |
1816 | 2024-12-20T19:45:48.817Z | Compiling scroll v0.12.0 |
1817 | 2024-12-20T19:45:49.527Z | Compiling ppv-lite86 v0.2.20 |
1818 | 2024-12-20T19:45:50.385Z | Compiling tracing-core v0.1.32 |
1819 | 2024-12-20T19:45:50.442Z | Compiling dyn-clone v1.0.17 |
1820 | 2024-12-20T19:45:50.641Z | Compiling flagset v0.4.6 |
1821 | 2024-12-20T19:45:50.850Z | Compiling untrusted v0.7.1 |
1822 | 2024-12-20T19:45:51.028Z | Compiling percent-encoding v2.3.1 |
1823 | 2024-12-20T19:45:51.539Z | Compiling plain v0.2.3 |
1824 | 2024-12-20T19:45:51.704Z | Compiling camino v1.1.9 |
1825 | 2024-12-20T19:45:52.280Z | Compiling syn v1.0.109 |
1826 | 2024-12-20T19:45:52.535Z | Compiling rustls-pki-types v1.10.0 |
1827 | 2024-12-20T19:45:52.714Z | Compiling aws-lc-sys v0.22.0 |
1828 | 2024-12-20T19:45:53.011Z | Compiling goblin v0.8.2 |
1829 | 2024-12-20T19:45:54.410Z | Compiling tracing v0.1.40 |
1830 | 2024-12-20T19:45:55.291Z | Compiling der v0.7.9 |
1831 | 2024-12-20T19:45:56.777Z | Compiling rand_chacha v0.3.1 |
1832 | 2024-12-20T19:45:58.921Z | Compiling icu_provider v1.5.0 |
1833 | 2024-12-20T19:45:59.488Z | Compiling tokio-util v0.7.12 |
1834 | 2024-12-20T19:46:01.073Z | Compiling rayon-core v1.12.1 |
1835 | 2024-12-20T19:46:01.424Z | Compiling icu_locid_transform_data v1.5.0 |
1836 | 2024-12-20T19:46:01.509Z | Compiling untrusted v0.9.0 |
1837 | 2024-12-20T19:46:01.556Z | Compiling rustls v0.22.4 |
1838 | 2024-12-20T19:46:01.760Z | Compiling pretty-hex v0.4.1 |
1839 | 2024-12-20T19:46:01.857Z | Compiling powerfmt v0.2.0 |
1840 | 2024-12-20T19:46:01.977Z | Compiling mirai-annotations v1.12.0 |
1841 | 2024-12-20T19:46:02.167Z | Compiling deranged v0.3.11 |
1842 | 2024-12-20T19:46:02.279Z | Compiling dof v0.3.0 |
1843 | 2024-12-20T19:46:02.446Z | Compiling icu_locid_transform v1.5.0 |
1844 | 2024-12-20T19:46:04.299Z | Compiling spki v0.7.3 |
1845 | 2024-12-20T19:46:04.583Z | Compiling rand v0.8.5 |
1846 | 2024-12-20T19:46:05.464Z | Compiling dtrace-parser v0.2.0 |
1847 | 2024-12-20T19:46:06.364Z | Compiling salsa20 v0.10.2 |
1848 | 2024-12-20T19:46:06.536Z | Compiling icu_collections v1.5.0 |
1849 | 2024-12-20T19:46:07.488Z | Compiling pbkdf2 v0.12.2 |
1850 | 2024-12-20T19:46:08.410Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1851 | 2024-12-20T19:46:09.028Z | Compiling thread-id v4.2.2 |
1852 | 2024-12-20T19:46:09.664Z | Compiling icu_properties_data v1.5.0 |
1853 | 2024-12-20T19:46:10.089Z | Compiling atomic-waker v1.1.2 |
1854 | 2024-12-20T19:46:10.524Z | Compiling num_threads v0.1.7 |
1855 | 2024-12-20T19:46:10.665Z | Compiling time v0.3.36 |
1856 | 2024-12-20T19:46:10.688Z | Compiling icu_properties v1.5.1 |
1857 | 2024-12-20T19:46:16.439Z | Compiling scrypt v0.11.0 |
1858 | 2024-12-20T19:46:16.894Z | Compiling form_urlencoded v1.2.1 |
1859 | 2024-12-20T19:46:17.032Z | Compiling cbc v0.1.2 |
1860 | 2024-12-20T19:46:17.370Z | Compiling aes v0.8.4 |
1861 | 2024-12-20T19:46:17.424Z | Compiling http-body v1.0.1 |
1862 | 2024-12-20T19:46:17.685Z | Compiling multer v3.1.0 |
1863 | 2024-12-20T19:46:17.754Z | Compiling utf16_iter v1.0.5 |
1864 | 2024-12-20T19:46:17.800Z | Compiling slog-async v2.8.0 |
1865 | 2024-12-20T19:46:18.208Z | Compiling write16 v1.0.0 |
1866 | 2024-12-20T19:46:18.380Z | Compiling utf8_iter v1.0.4 |
1867 | 2024-12-20T19:46:18.419Z | Compiling icu_normalizer_data v1.5.0 |
1868 | 2024-12-20T19:46:18.677Z | Compiling try-lock v0.2.5 |
1869 | 2024-12-20T19:46:18.699Z | Compiling icu_normalizer v1.5.0 |
1870 | 2024-12-20T19:46:18.822Z | Compiling want v0.3.1 |
1871 | 2024-12-20T19:46:19.092Z | Compiling pkcs5 v0.7.1 |
1872 | 2024-12-20T19:46:23.027Z | Compiling h2 v0.4.6 |
1873 | 2024-12-20T19:46:24.116Z | Compiling heapless v0.7.17 |
1874 | 2024-12-20T19:46:24.612Z | Compiling zerocopy-derive v0.6.6 |
1875 | 2024-12-20T19:46:24.688Z | Compiling base64 v0.22.1 |
1876 | 2024-12-20T19:46:25.024Z | Compiling signal-hook v0.3.17 |
1877 | 2024-12-20T19:46:25.421Z | Compiling num-bigint-dig v0.8.4 |
1878 | 2024-12-20T19:46:25.883Z | Compiling anyhow v1.0.93 |
1879 | 2024-12-20T19:46:25.935Z | Compiling httpdate v1.0.3 |
1880 | 2024-12-20T19:46:28.089Z | Compiling idna_adapter v1.2.0 |
1881 | 2024-12-20T19:46:28.559Z | Compiling pkcs8 v0.10.2 |
1882 | 2024-12-20T19:46:28.967Z | Compiling usdt-macro v0.5.0 |
1883 | 2024-12-20T19:46:29.408Z | Compiling usdt-attr-macro v0.5.0 |
1884 | 2024-12-20T19:46:31.309Z | Compiling async-stream-impl v0.3.6 |
1885 | 2024-12-20T19:46:31.374Z | Compiling tower-service v0.3.3 |
1886 | 2024-12-20T19:46:31.602Z | Compiling rustversion v1.0.17 |
1887 | 2024-12-20T19:46:32.343Z | Compiling hyper v1.5.0 |
1888 | 2024-12-20T19:46:32.763Z | Compiling strsim v0.11.1 |
1889 | 2024-12-20T19:46:34.289Z | Compiling idna v1.0.3 |
1890 | 2024-12-20T19:46:35.884Z | Compiling hyper-util v0.1.10 |
1891 | 2024-12-20T19:46:41.829Z | Compiling curve25519-dalek v4.1.3 |
1892 | 2024-12-20T19:46:42.192Z | Compiling openapiv3 v2.0.0 |
1893 | 2024-12-20T19:46:42.257Z | Compiling serde_spanned v0.6.8 |
1894 | 2024-12-20T19:46:42.327Z | Compiling toml_datetime v0.6.8 |
1895 | 2024-12-20T19:46:42.659Z | Compiling enum-as-inner v0.6.1 |
1896 | 2024-12-20T19:46:43.371Z | Compiling dropshot v0.12.0 |
1897 | 2024-12-20T19:46:43.462Z | Compiling adler2 v2.0.0 |
1898 | 2024-12-20T19:46:43.682Z | Compiling foreign-types-shared v0.1.1 |
1899 | 2024-12-20T19:46:43.715Z | Compiling portable-atomic v1.9.0 |
1900 | 2024-12-20T19:46:43.998Z | Compiling smoltcp v0.9.1 |
1901 | 2024-12-20T19:46:44.706Z | Compiling match_cfg v0.1.0 |
1902 | 2024-12-20T19:46:44.776Z | Compiling heck v0.4.1 |
1903 | 2024-12-20T19:46:44.833Z | Compiling hostname v0.3.1 |
1904 | 2024-12-20T19:46:45.135Z | Compiling foreign-types v0.3.2 |
1905 | 2024-12-20T19:46:45.457Z | Compiling miniz_oxide v0.8.0 |
1906 | 2024-12-20T19:46:46.888Z | Compiling url v2.5.3 |
1907 | 2024-12-20T19:46:54.950Z | Compiling http-body-util v0.1.2 |
1908 | 2024-12-20T19:46:55.773Z | Compiling clap_derive v4.5.18 |
1909 | 2024-12-20T19:46:55.882Z | Compiling dirs-sys-next v0.1.2 |
1910 | 2024-12-20T19:46:56.471Z | Compiling encoding_rs v0.8.34 |
1911 | 2024-12-20T19:46:58.653Z | Compiling data-encoding v2.6.0 |
1912 | 2024-12-20T19:47:00.415Z | Compiling siphasher v0.3.11 |
1913 | 2024-12-20T19:47:00.978Z | Compiling mime v0.3.17 |
1914 | 2024-12-20T19:47:02.227Z | Compiling dirs-next v2.0.0 |
1915 | 2024-12-20T19:47:08.131Z | Compiling hubpack_derive v0.1.1 |
1916 | 2024-12-20T19:47:08.159Z | Compiling serde_urlencoded v0.7.1 |
1917 | 2024-12-20T19:47:08.758Z | Compiling crossbeam-epoch v0.9.18 |
1918 | 2024-12-20T19:47:09.005Z | Compiling hashbrown v0.14.5 |
1919 | 2024-12-20T19:47:09.437Z | Compiling rustls-pemfile v2.2.0 |
1920 | 2024-12-20T19:47:09.915Z | Compiling rustls-webpki v0.102.8 |
1921 | 2024-12-20T19:47:10.456Z | Compiling dropshot_endpoint v0.12.0 |
1922 | 2024-12-20T19:47:11.270Z | Compiling sha1 v0.10.6 |
1923 | 2024-12-20T19:47:11.363Z | Compiling signature v2.2.0 |
1924 | 2024-12-20T19:47:11.605Z | Compiling curve25519-dalek-derive v0.1.1 |
1925 | 2024-12-20T19:47:11.753Z | Compiling thread_local v1.1.8 |
1926 | 2024-12-20T19:47:11.905Z | Compiling fs-err v2.11.0 |
1927 | 2024-12-20T19:47:12.270Z | Compiling ipnet v2.10.1 |
1928 | 2024-12-20T19:47:12.989Z | Compiling unicode-properties v0.1.3 |
1929 | 2024-12-20T19:47:13.337Z | Compiling anstyle v1.0.10 |
1930 | 2024-12-20T19:47:13.409Z | Compiling gimli v0.31.1 |
1931 | 2024-12-20T19:47:13.791Z | Compiling openssl-probe v0.1.5 |
1932 | 2024-12-20T19:47:14.562Z | Compiling winnow v0.6.20 |
1933 | 2024-12-20T19:47:15.726Z | Compiling utf8parse v0.2.2 |
1934 | 2024-12-20T19:47:15.892Z | Compiling anstyle-parse v0.2.5 |
1935 | 2024-12-20T19:47:17.832Z | Compiling stringprep v0.1.5 |
1936 | 2024-12-20T19:47:17.991Z | Compiling toml_edit v0.22.22 |
1937 | 2024-12-20T19:47:18.270Z | Compiling addr2line v0.24.2 |
1938 | 2024-12-20T19:47:18.930Z | Compiling regress v0.10.1 |
1939 | 2024-12-20T19:47:19.848Z | Compiling crossbeam-deque v0.8.5 |
1940 | 2024-12-20T19:47:20.218Z | Compiling term v0.7.0 |
1941 | 2024-12-20T19:47:21.486Z | Compiling slog-json v2.6.1 |
1942 | 2024-12-20T19:47:22.626Z | Compiling crossbeam-channel v0.5.13 |
1943 | 2024-12-20T19:47:24.113Z | Compiling idna v0.3.0 |
1944 | 2024-12-20T19:47:25.227Z | Compiling idna v0.4.0 |
1945 | 2024-12-20T19:47:25.685Z | Compiling futures-executor v0.3.31 |
1946 | 2024-12-20T19:47:26.157Z | Compiling num-integer v0.1.46 |
1947 | 2024-12-20T19:47:26.543Z | Compiling md-5 v0.10.6 |
1948 | 2024-12-20T19:47:26.785Z | Compiling ff v0.13.0 |
1949 | 2024-12-20T19:47:26.865Z | Compiling hash32 v0.2.1 |
1950 | 2024-12-20T19:47:27.027Z | Compiling is-terminal v0.4.13 |
1951 | 2024-12-20T19:47:27.163Z | Compiling memmap v0.7.0 |
1952 | 2024-12-20T19:47:27.242Z | Compiling object v0.36.5 |
1953 | 2024-12-20T19:47:27.264Z | Compiling quick-error v1.2.3 |
1954 | 2024-12-20T19:47:27.432Z | Compiling colorchoice v1.0.2 |
1955 | 2024-12-20T19:47:27.470Z | Compiling anstyle-query v1.1.1 |
1956 | 2024-12-20T19:47:27.598Z | Compiling psl-types v2.0.11 |
1957 | 2024-12-20T19:47:27.818Z | Compiling take_mut v0.2.2 |
1958 | 2024-12-20T19:47:27.838Z | Compiling utf-8 v0.7.6 |
1959 | 2024-12-20T19:47:27.976Z | Compiling fallible-iterator v0.2.0 |
1960 | 2024-12-20T19:47:28.126Z | Compiling linked-hash-map v0.5.6 |
1961 | 2024-12-20T19:47:28.490Z | Compiling rustc-demangle v0.1.24 |
1962 | 2024-12-20T19:47:28.709Z | Compiling is_terminal_polyfill v1.70.1 |
1963 | 2024-12-20T19:47:28.845Z | Compiling base16ct v0.2.0 |
1964 | 2024-12-20T19:47:29.061Z | Compiling sec1 v0.7.3 |
1965 | 2024-12-20T19:47:29.143Z | Compiling anstream v0.6.15 |
1966 | 2024-12-20T19:47:29.357Z | Compiling postgres-protocol v0.6.7 |
1967 | 2024-12-20T19:47:29.655Z | Compiling lru-cache v0.1.2 |
1968 | 2024-12-20T19:47:29.783Z | Compiling tungstenite v0.24.0 |
1969 | 2024-12-20T19:47:30.590Z | Compiling publicsuffix v2.2.3 |
1970 | 2024-12-20T19:47:30.876Z | Compiling resolv-conf v0.7.0 |
1971 | 2024-12-20T19:47:31.169Z | Compiling usdt v0.5.0 |
1972 | 2024-12-20T19:47:31.627Z | Compiling slog-term v2.9.1 |
1973 | 2024-12-20T19:47:31.853Z | Compiling group v0.13.0 |
1974 | 2024-12-20T19:47:32.036Z | Compiling num-iter v0.1.45 |
1975 | 2024-12-20T19:47:32.178Z | Compiling hickory-proto v0.24.1 |
1976 | 2024-12-20T19:47:32.228Z | Compiling futures v0.3.31 |
1977 | 2024-12-20T19:47:32.761Z | Compiling tokio-rustls v0.26.0 |
1978 | 2024-12-20T19:47:33.701Z | Compiling tokio-rustls v0.25.0 |
1979 | 2024-12-20T19:47:34.108Z | Compiling typify-impl v0.2.0 |
1980 | 2024-12-20T19:47:34.948Z | Compiling backtrace v0.3.74 |
1981 | 2024-12-20T19:47:35.233Z | Compiling slog-bunyan v2.5.0 |
1982 | 2024-12-20T19:47:35.256Z | Compiling toml v0.8.19 |
1983 | 2024-12-20T19:47:35.429Z | Compiling tokio-native-tls v0.3.1 |
1984 | 2024-12-20T19:47:36.012Z | Compiling phf_shared v0.11.2 |
1985 | 2024-12-20T19:47:36.035Z | Compiling strum_macros v0.25.3 |
1986 | 2024-12-20T19:47:36.703Z | Compiling async-stream v0.3.6 |
1987 | 2024-12-20T19:47:37.018Z | Compiling waitgroup v0.1.2 |
1988 | 2024-12-20T19:47:37.167Z | Compiling webpki-roots v0.26.6 |
1989 | 2024-12-20T19:47:37.461Z | Compiling idna v0.5.0 |
1990 | 2024-12-20T19:47:37.774Z | Compiling terminal_size v0.4.0 |
1991 | 2024-12-20T19:47:37.982Z | Compiling serde_path_to_error v0.1.16 |
1992 | 2024-12-20T19:47:38.867Z | Compiling hkdf v0.12.4 |
1993 | 2024-12-20T19:47:39.107Z | Compiling crypto-bigint v0.5.5 |
1994 | 2024-12-20T19:47:39.464Z | Compiling derive-where v1.2.7 |
1995 | 2024-12-20T19:47:39.562Z | Compiling serde_repr v0.1.19 |
1996 | 2024-12-20T19:47:40.799Z | Compiling hostname v0.4.0 |
1997 | 2024-12-20T19:47:41.025Z | Compiling crc32fast v1.4.2 |
1998 | 2024-12-20T19:47:41.443Z | Compiling clap_lex v0.7.2 |
1999 | 2024-12-20T19:47:41.533Z | Compiling managed v0.8.0 |
2000 | 2024-12-20T19:47:41.634Z | Compiling bitflags v1.3.2 |
2001 | 2024-12-20T19:47:41.877Z | Compiling unicode-width v0.1.14 |
2002 | 2024-12-20T19:47:42.306Z | Compiling winnow v0.5.40 |
2003 | 2024-12-20T19:47:42.411Z | Compiling debug-ignore v1.0.5 |
2004 | 2024-12-20T19:47:42.689Z | Compiling console v0.15.8 |
2005 | 2024-12-20T19:47:43.883Z | Compiling elliptic-curve v0.13.8 |
2006 | 2024-12-20T19:47:44.623Z | Compiling clap_builder v4.5.21 |
2007 | 2024-12-20T19:47:45.938Z | Compiling typify-macro v0.2.0 |
2008 | 2024-12-20T19:47:45.989Z | Compiling toml_edit v0.19.15 |
2009 | 2024-12-20T19:47:46.138Z | Compiling flate2 v1.0.34 |
2010 | 2024-12-20T19:47:46.720Z | Compiling cookie_store v0.21.0 |
2011 | 2024-12-20T19:47:50.574Z | Compiling hickory-resolver v0.24.1 |
2012 | 2024-12-20T19:47:51.359Z | Compiling hyper-rustls v0.27.3 |
2013 | 2024-12-20T19:47:53.013Z | Compiling phf v0.11.2 |
2014 | 2024-12-20T19:47:53.049Z | Compiling hyper-tls v0.6.0 |
2015 | 2024-12-20T19:47:53.440Z | Compiling signal-hook-mio v0.2.4 |
2016 | 2024-12-20T19:47:53.608Z | Compiling rayon v1.10.0 |
2017 | 2024-12-20T19:47:53.726Z | Compiling bzip2 v0.4.4 |
2018 | 2024-12-20T19:47:54.013Z | Compiling tokio-tungstenite v0.24.0 |
2019 | 2024-12-20T19:47:54.106Z | Compiling postgres-types v0.2.8 |
2020 | 2024-12-20T19:47:54.716Z | Compiling ed25519 v2.2.3 |
2021 | 2024-12-20T19:47:54.773Z | Compiling hubpack v0.1.2 |
2022 | 2024-12-20T19:47:55.173Z | Compiling phf_shared v0.10.0 |
2023 | 2024-12-20T19:47:55.236Z | Compiling pkcs1 v0.7.5 |
2024 | 2024-12-20T19:47:55.583Z | Compiling zerocopy v0.6.6 |
2025 | 2024-12-20T19:47:55.934Z | Compiling tokio-stream v0.1.16 |
2026 | 2024-12-20T19:47:56.551Z | Compiling serde-big-array v0.5.1 |
2027 | 2024-12-20T19:47:56.750Z | Compiling rfc6979 v0.4.0 |
2028 | 2024-12-20T19:47:56.797Z | Compiling float-cmp v0.9.0 |
2029 | 2024-12-20T19:47:57.108Z | Compiling sync_wrapper v1.0.1 |
2030 | 2024-12-20T19:47:57.299Z | Compiling bstr v1.10.0 |
2031 | 2024-12-20T19:47:57.451Z | Compiling unicode-segmentation v1.12.0 |
2032 | 2024-12-20T19:47:58.322Z | Compiling new_debug_unreachable v1.0.6 |
2033 | 2024-12-20T19:47:58.448Z | Compiling fixedbitset v0.4.2 |
2034 | 2024-12-20T19:47:58.519Z | Compiling normalize-line-endings v0.3.0 |
2035 | 2024-12-20T19:47:58.851Z | Compiling precomputed-hash v0.1.1 |
2036 | 2024-12-20T19:47:58.854Z | Compiling bit-vec v0.6.3 |
2037 | 2024-12-20T19:47:58.891Z | Compiling predicates-core v1.0.8 |
2038 | 2024-12-20T19:47:58.911Z | Compiling difflib v0.4.0 |
2039 | 2024-12-20T19:47:58.976Z | Compiling unicode-width v0.2.0 |
2040 | 2024-12-20T19:47:59.208Z | Compiling static_assertions v1.1.0 |
2041 | 2024-12-20T19:47:59.314Z | Compiling number_prefix v0.4.0 |
2042 | 2024-12-20T19:47:59.335Z | Compiling whoami v1.5.2 |
2043 | 2024-12-20T19:47:59.507Z | Compiling indicatif v0.17.9 |
2044 | 2024-12-20T19:47:59.540Z | Compiling predicates v3.1.2 |
2045 | 2024-12-20T19:47:59.898Z | Compiling tokio-postgres v0.7.12 |
2046 | 2024-12-20T19:48:00.227Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2047 | 2024-12-20T19:48:01.172Z | Compiling bit-set v0.5.3 |
2048 | 2024-12-20T19:48:01.377Z | Compiling string_cache v0.8.7 |
2049 | 2024-12-20T19:48:01.784Z | Compiling petgraph v0.6.5 |
2050 | 2024-12-20T19:48:02.537Z | Compiling similar v2.6.0 |
2051 | 2024-12-20T19:48:05.303Z | Compiling reqwest v0.12.9 |
2052 | 2024-12-20T19:48:05.829Z | Compiling ecdsa v0.16.9 |
2053 | 2024-12-20T19:48:05.851Z | Compiling qorb v0.2.1 |
2054 | 2024-12-20T19:48:07.096Z | Compiling rsa v0.9.6 |
2055 | 2024-12-20T19:48:07.237Z | Compiling ed25519-dalek v2.1.1 |
2056 | 2024-12-20T19:48:07.785Z | Compiling zip v0.6.6 |
2057 | 2024-12-20T19:48:08.231Z | Compiling crossterm v0.28.1 |
2058 | 2024-12-20T19:48:08.569Z | Compiling toml v0.7.8 |
2059 | 2024-12-20T19:48:08.750Z | Compiling clap v4.5.21 |
2060 | 2024-12-20T19:48:11.392Z | Compiling x509-cert v0.2.5 |
2061 | 2024-12-20T19:48:11.823Z | Compiling hex v0.4.3 |
2062 | 2024-12-20T19:48:14.859Z | Compiling radium v0.7.0 |
2063 | 2024-12-20T19:48:17.032Z | Compiling lalrpop-util v0.19.12 |
2064 | 2024-12-20T19:48:17.146Z | Compiling unicode-xid v0.2.6 |
2065 | 2024-12-20T19:48:17.365Z | Compiling peg-runtime v0.8.3 |
2066 | 2024-12-20T19:48:17.897Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2067 | 2024-12-20T19:48:35.203Z | Compiling tap v1.0.1 |
2068 | 2024-12-20T19:48:35.412Z | Compiling maybe-uninit v2.0.0 |
2069 | 2024-12-20T19:48:35.612Z | Compiling ident_case v1.0.1 |
2070 | 2024-12-20T19:48:36.438Z | Compiling darling_core v0.20.10 |
2071 | 2024-12-20T19:48:38.935Z | Compiling wyz v0.5.1 |
2072 | 2024-12-20T19:48:45.852Z | Compiling typify v0.2.0 |
2073 | 2024-12-20T19:48:50.560Z | Compiling unsafe-libyaml v0.2.11 |
2074 | 2024-12-20T19:48:50.700Z | Compiling funty v2.0.0 |
2075 | 2024-12-20T19:48:51.211Z | Compiling packed_struct v0.10.1 |
2076 | 2024-12-20T19:48:52.323Z | Compiling serde_yaml v0.9.34+deprecated |
2077 | 2024-12-20T19:48:52.386Z | Compiling bitvec v1.0.1 |
2078 | 2024-12-20T19:48:56.145Z | Compiling progenitor-impl v0.8.0 |
2079 | 2024-12-20T19:48:57.482Z | Compiling darling_macro v0.20.10 |
2080 | 2024-12-20T19:48:58.427Z | Compiling packed_struct_codegen v0.10.1 |
2081 | 2024-12-20T19:49:01.643Z | Compiling structmeta-derive v0.3.0 |
2082 | 2024-12-20T19:49:01.769Z | Compiling indexmap v1.9.3 |
2083 | 2024-12-20T19:49:02.076Z | Compiling crc-catalog v2.4.0 |
2084 | 2024-12-20T19:49:02.362Z | Compiling fastrand v2.1.1 |
2085 | 2024-12-20T19:49:03.006Z | Compiling newtype-uuid v1.1.3 |
2086 | 2024-12-20T19:49:03.010Z | Compiling nodrop v0.1.14 |
2087 | 2024-12-20T19:49:03.168Z | Compiling array-init v0.0.4 |
2088 | 2024-12-20T19:49:03.345Z | Compiling progenitor-macro v0.8.0 |
2089 | 2024-12-20T19:49:04.241Z | Compiling structmeta v0.3.0 |
2090 | 2024-12-20T19:49:05.343Z | Compiling tempfile v3.13.0 |
2091 | 2024-12-20T19:49:06.371Z | Compiling crc v3.2.1 |
2092 | 2024-12-20T19:49:08.332Z | Compiling darling v0.20.10 |
2093 | 2024-12-20T19:49:11.511Z | Compiling smallvec v0.6.14 |
2094 | 2024-12-20T19:49:17.804Z | Compiling progenitor-client v0.8.0 |
2095 | 2024-12-20T19:49:20.162Z | Compiling pin-project-internal v1.1.6 |
2096 | 2024-12-20T19:49:20.365Z | Compiling dropshot v0.13.0 |
2097 | 2024-12-20T19:49:21.221Z | Compiling same-file v1.0.6 |
2098 | 2024-12-20T19:49:21.905Z | Compiling hashbrown v0.12.3 |
2099 | 2024-12-20T19:49:22.182Z | Compiling termcolor v1.4.1 |
2100 | 2024-12-20T19:49:22.622Z | Compiling base64 v0.21.7 |
2101 | 2024-12-20T19:49:24.169Z | Compiling bitfield v0.14.0 |
2102 | 2024-12-20T19:49:24.490Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2103 | 2024-12-20T19:49:32.649Z | Compiling ron v0.8.1 |
2104 | 2024-12-20T19:49:33.861Z | Compiling pin-project v1.1.6 |
2105 | 2024-12-20T19:49:34.012Z | Compiling env_logger v0.10.2 |
2106 | 2024-12-20T19:49:38.239Z | Compiling walkdir v2.5.0 |
2107 | 2024-12-20T19:49:42.233Z | Compiling progenitor v0.8.0 |
2108 | 2024-12-20T19:49:43.131Z | Compiling serde-hex v0.1.0 |
2109 | 2024-12-20T19:49:43.238Z | Compiling serde_with_macros v3.11.0 |
2110 | 2024-12-20T19:49:44.357Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2111 | 2024-12-20T19:49:44.452Z | Compiling parse-display-derive v0.10.0 |
2112 | 2024-12-20T19:49:45.822Z | Compiling strum_macros v0.26.4 |
2113 | 2024-12-20T19:49:48.244Z | Compiling snafu-derive v0.8.5 |
2114 | 2024-12-20T19:49:48.298Z | Compiling hashbrown v0.13.2 |
2115 | 2024-12-20T19:49:48.389Z | Compiling ipnetwork v0.20.0 |
2116 | 2024-12-20T19:49:49.688Z | Compiling xattr v1.3.1 |
2117 | 2024-12-20T19:49:49.882Z | Compiling dropshot_endpoint v0.13.0 |
2118 | 2024-12-20T19:49:49.996Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2119 | 2024-12-20T19:49:50.229Z | Compiling blake3 v1.5.4 |
2120 | 2024-12-20T19:49:50.734Z | Compiling ring v0.16.20 |
2121 | 2024-12-20T19:49:50.794Z | Compiling filetime v0.2.25 |
2122 | 2024-12-20T19:49:51.153Z | Compiling instant v0.1.13 |
2123 | 2024-12-20T19:49:51.330Z | Compiling buf-list v1.0.3 |
2124 | 2024-12-20T19:49:51.868Z | Compiling zip v2.1.3 |
2125 | 2024-12-20T19:49:52.184Z | Compiling simd-adler32 v0.3.7 |
2126 | 2024-12-20T19:49:52.461Z | Compiling lockfree-object-pool v0.1.6 |
2127 | 2024-12-20T19:49:52.767Z | Compiling crc-any v2.5.0 |
2128 | 2024-12-20T19:49:52.854Z | Compiling bumpalo v3.16.0 |
2129 | 2024-12-20T19:49:53.004Z | Compiling snafu v0.8.5 |
2130 | 2024-12-20T19:49:53.191Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2131 | 2024-12-20T19:49:53.322Z | Compiling zopfli v0.8.1 |
2132 | 2024-12-20T19:49:53.715Z | Compiling backoff v0.4.0 |
2133 | 2024-12-20T19:49:54.088Z | Compiling tar v0.4.42 |
2134 | 2024-12-20T19:49:54.972Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2135 | 2024-12-20T19:49:55.205Z | Compiling strum v0.26.3 |
2136 | 2024-12-20T19:49:55.411Z | Compiling object v0.30.4 |
2137 | 2024-12-20T19:49:57.667Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2138 | 2024-12-20T19:49:58.399Z | Compiling parse-display v0.10.0 |
2139 | 2024-12-20T19:49:59.212Z | Compiling serde_with v3.11.0 |
2140 | 2024-12-20T19:49:59.815Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2141 | 2024-12-20T19:50:00.317Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2142 | 2024-12-20T19:50:00.461Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2143 | 2024-12-20T19:50:01.174Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2144 | 2024-12-20T19:50:01.309Z | Compiling camino-tempfile v1.1.1 |
2145 | 2024-12-20T19:50:01.919Z | Compiling globset v0.4.15 |
2146 | 2024-12-20T19:50:02.081Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2147 | 2024-12-20T19:50:02.264Z | Compiling regress v0.9.1 |
2148 | 2024-12-20T19:50:03.606Z | Compiling pem v3.0.4 |
2149 | 2024-12-20T19:50:05.053Z | Compiling olpc-cjson v0.1.4 |
2150 | 2024-12-20T19:50:05.407Z | Compiling macaddr v1.0.1 |
2151 | 2024-12-20T19:50:06.067Z | Compiling serde_plain v1.0.2 |
2152 | 2024-12-20T19:50:06.604Z | Compiling async-recursion v1.1.1 |
2153 | 2024-12-20T19:50:08.054Z | Compiling memmap2 v0.9.5 |
2154 | 2024-12-20T19:50:08.211Z | Compiling spin v0.5.2 |
2155 | 2024-12-20T19:50:08.481Z | Compiling constant_time_eq v0.3.1 |
2156 | 2024-12-20T19:50:08.536Z | Compiling path-slash v0.1.5 |
2157 | 2024-12-20T19:50:08.636Z | Compiling arrayref v0.3.9 |
2158 | 2024-12-20T19:50:08.660Z | Compiling arrayvec v0.7.6 |
2159 | 2024-12-20T19:50:08.748Z | Compiling typed-path v0.9.3 |
2160 | 2024-12-20T19:50:08.773Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2161 | 2024-12-20T19:50:10.949Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2162 | 2024-12-20T19:50:11.649Z | Compiling tough v0.19.0 |
2163 | 2024-12-20T19:50:16.164Z | Compiling itertools v0.13.0 |
2164 | 2024-12-20T19:50:16.753Z | Compiling cargo-platform v0.1.8 |
2165 | 2024-12-20T19:50:16.827Z | Compiling topological-sort v0.2.2 |
2166 | 2024-12-20T19:50:17.103Z | Compiling parse-size v1.1.0 |
2167 | 2024-12-20T19:50:17.429Z | Compiling cargo_metadata v0.18.1 |
2168 | 2024-12-20T19:50:17.844Z | Compiling omicron-zone-package v0.11.1 |
2169 | 2024-12-20T19:50:19.989Z | Compiling shell-words v1.1.0 |
2170 | 2024-12-20T19:50:24.485Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2171 | 2024-12-20T19:50:37.208Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2172 | 2024-12-20T19:50:52.210Z | Finished `release` profile [optimized] target(s) in 5m 51s |
2173 | 2024-12-20T19:50:52.373Z | Running `target/release/omicron-releng --output-dir /work` |
2174 | 2024-12-20T19:50:52.420Z | Dec 20 19:50:52.079 DEBG changing working directory to /work/oxidecomputer/omicron |
2175 | 2024-12-20T19:50:52.521Z | Dec 20 19:50:52.182 DEBG running: git rev-parse HEAD |
2176 | 2024-12-20T19:50:52.529Z | Dec 20 19:50:52.189 DEBG process exited with exit status: 0 (6.765183ms) |
2177 | 2024-12-20T19:50:52.529Z | Dec 20 19:50:52.189 INFO version: 12.0.0-0.ci+git5e4153b5697 |
2178 | 2024-12-20T19:50:52.568Z | Dec 20 19:50:52.229 INFO cloning helios to /work/oxidecomputer/helios |
2179 | 2024-12-20T19:50:52.568Z | Dec 20 19:50:52.229 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2180 | 2024-12-20T19:50:52.573Z | Cloning into '/work/oxidecomputer/helios'... |
2181 | 2024-12-20T19:50:53.113Z | Dec 20 19:50:52.774 DEBG process exited with exit status: 0 (544.450275ms) |
2182 | 2024-12-20T19:50:53.113Z | Dec 20 19:50:52.774 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2183 | 2024-12-20T19:50:53.121Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2184 | 2024-12-20T19:50:53.121Z | # branch.head master |
2185 | 2024-12-20T19:50:53.121Z | # branch.upstream origin/master |
2186 | 2024-12-20T19:50:53.121Z | # branch.ab +0 -0 |
2187 | 2024-12-20T19:50:53.124Z | Dec 20 19:50:52.782 DEBG process exited with exit status: 0 (8.13626ms) |
2188 | 2024-12-20T19:50:53.124Z | Dec 20 19:50:52.782 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2189 | 2024-12-20T19:50:53.986Z | Dec 20 19:50:53.647 DEBG process exited with exit status: 0 (864.831775ms) |
2190 | 2024-12-20T19:50:53.986Z | Dec 20 19:50:53.647 DEBG running: zfs list rpool/images/build/host |
2191 | 2024-12-20T19:50:53.992Z | NAME USED AVAIL REFER MOUNTPOINT |
2192 | 2024-12-20T19:50:53.993Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2193 | 2024-12-20T19:50:53.996Z | Dec 20 19:50:53.654 DEBG process exited with exit status: 0 (7.444566ms) |
2194 | 2024-12-20T19:50:53.996Z | Dec 20 19:50:53.654 DEBG running: zfs list rpool/images/build/recovery |
2195 | 2024-12-20T19:50:53.999Z | NAME USED AVAIL REFER MOUNTPOINT |
2196 | 2024-12-20T19:50:53.999Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2197 | 2024-12-20T19:50:54.002Z | Dec 20 19:50:53.661 DEBG process exited with exit status: 0 (6.538901ms) |
2198 | 2024-12-20T19:50:54.002Z | Dec 20 19:50:53.662 INFO [hubris-production] running task |
2199 | 2024-12-20T19:50:54.002Z | Dec 20 19:50:53.662 INFO [hubris-staging] running task |
2200 | 2024-12-20T19:50:54.002Z | Dec 20 19:50:53.662 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2201 | 2024-12-20T19:50:54.005Z | Dec 20 19:50:53.665 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2202 | 2024-12-20T19:50:54.071Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2203 | 2024-12-20T19:50:54.485Z | [ omicron-package] Blocking waiting for file lock on package cache |
2204 | 2024-12-20T19:50:55.084Z | [ omicron-package] Blocking waiting for file lock on package cache |
2205 | 2024-12-20T19:50:55.359Z | [ omicron-package] Blocking waiting for file lock on package cache |
2206 | 2024-12-20T19:50:55.840Z | Dec 20 19:50:55.501 INFO [hubris-production] task succeeded (1.838877682s) |
2207 | 2024-12-20T19:50:56.200Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2208 | 2024-12-20T19:50:56.203Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2209 | 2024-12-20T19:50:56.203Z | [ omicron-package] Compiling itertools v0.13.0 |
2210 | 2024-12-20T19:50:56.203Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2211 | 2024-12-20T19:50:56.203Z | [ omicron-package] Compiling heapless v0.8.0 |
2212 | 2024-12-20T19:50:56.203Z | [ omicron-package] Compiling hash32 v0.3.1 |
2213 | 2024-12-20T19:50:56.204Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2214 | 2024-12-20T19:50:56.204Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2215 | 2024-12-20T19:50:57.327Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2216 | 2024-12-20T19:50:57.385Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2217 | 2024-12-20T19:50:57.834Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2218 | 2024-12-20T19:50:58.058Z | [ omicron-package] Compiling cobs v0.2.3 |
2219 | 2024-12-20T19:50:58.478Z | [ omicron-package] Compiling postcard v1.0.10 |
2220 | 2024-12-20T19:50:58.555Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2221 | 2024-12-20T19:50:58.783Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2222 | 2024-12-20T19:50:58.933Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2223 | 2024-12-20T19:50:59.384Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2224 | 2024-12-20T19:50:59.569Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2225 | 2024-12-20T19:51:00.965Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2226 | 2024-12-20T19:51:01.099Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2227 | 2024-12-20T19:51:01.737Z | [ omicron-package] Compiling num_enum v0.5.11 |
2228 | 2024-12-20T19:51:01.985Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2229 | 2024-12-20T19:51:02.082Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2230 | 2024-12-20T19:51:02.147Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2231 | 2024-12-20T19:51:02.327Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2232 | 2024-12-20T19:51:02.395Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2233 | 2024-12-20T19:51:02.475Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2234 | 2024-12-20T19:51:02.478Z | [ omicron-package] Compiling thiserror v2.0.3 |
2235 | 2024-12-20T19:51:02.847Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2236 | 2024-12-20T19:51:03.070Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2237 | 2024-12-20T19:51:03.555Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2238 | 2024-12-20T19:51:03.896Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2239 | 2024-12-20T19:51:04.314Z | [ omicron-package] Compiling colored v2.1.0 |
2240 | 2024-12-20T19:51:04.510Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2241 | 2024-12-20T19:51:05.047Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2242 | 2024-12-20T19:51:05.423Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2243 | 2024-12-20T19:51:06.582Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2244 | 2024-12-20T19:51:06.721Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2245 | 2024-12-20T19:51:07.101Z | [ omicron-package] Compiling num-derive v0.4.2 |
2246 | 2024-12-20T19:51:07.685Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2247 | 2024-12-20T19:51:08.270Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2248 | 2024-12-20T19:51:08.455Z | [ omicron-package] Compiling zone v0.3.0 |
2249 | 2024-12-20T19:51:08.893Z | Dec 20 19:51:08.554 INFO [hubris-staging] task succeeded (14.89200204s) |
2250 | 2024-12-20T19:51:09.127Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2251 | 2024-12-20T19:51:09.216Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2252 | 2024-12-20T19:51:10.249Z | [ omicron-package] Compiling smf v0.2.3 |
2253 | 2024-12-20T19:51:10.456Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2254 | 2024-12-20T19:51:11.270Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2255 | 2024-12-20T19:51:11.367Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2256 | 2024-12-20T19:51:13.500Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-20T19:51:13.777Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2258 | 2024-12-20T19:51:13.889Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2024-12-20T19:51:13.984Z | [ omicron-package] Compiling gethostname v0.5.0 |
2260 | 2024-12-20T19:51:14.245Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2261 | 2024-12-20T19:51:14.433Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2262 | 2024-12-20T19:51:14.535Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2263 | 2024-12-20T19:51:15.269Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2264 | 2024-12-20T19:51:17.682Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2265 | 2024-12-20T19:51:19.027Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2266 | 2024-12-20T19:51:20.635Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2267 | 2024-12-20T19:51:23.432Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2268 | 2024-12-20T19:51:24.168Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2269 | 2024-12-20T19:51:25.908Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2270 | 2024-12-20T19:51:36.039Z | [ helios-setup] Dec 20 19:51:35.701 INFO helios repository root is: /work/oxidecomputer/helios |
2271 | 2024-12-20T19:51:36.041Z | [ helios-setup] Dec 20 19:51:35.703 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2272 | 2024-12-20T19:51:36.041Z | [ helios-setup] Dec 20 19:51:35.703 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 |
2273 | 2024-12-20T19:51:36.042Z | [ helios-setup] Dec 20 19:51:35.703 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2274 | 2024-12-20T19:51:36.046Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2275 | 2024-12-20T19:51:36.753Z | [ helios-setup] Dec 20 19:51:36.414 INFO clone ok!, project: bootserver |
2276 | 2024-12-20T19:51:36.756Z | [ helios-setup] Dec 20 19:51:36.415 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 |
2277 | 2024-12-20T19:51:36.756Z | [ helios-setup] Dec 20 19:51:36.415 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2278 | 2024-12-20T19:51:36.759Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2279 | 2024-12-20T19:51:43.181Z | [ helios-setup] Dec 20 19:51:42.844 INFO clone ok!, project: amd-firmware |
2280 | 2024-12-20T19:51:43.184Z | [ helios-setup] Dec 20 19:51:42.844 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 |
2281 | 2024-12-20T19:51:43.184Z | [ helios-setup] Dec 20 19:51:42.844 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2282 | 2024-12-20T19:51:43.187Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2283 | 2024-12-20T19:51:43.992Z | [ helios-setup] Dec 20 19:51:43.654 INFO clone ok!, project: pilot |
2284 | 2024-12-20T19:51:43.994Z | [ helios-setup] Dec 20 19:51:43.654 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 |
2285 | 2024-12-20T19:51:43.994Z | [ helios-setup] Dec 20 19:51:43.654 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2286 | 2024-12-20T19:51:43.997Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2287 | 2024-12-20T19:51:44.584Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.57s |
2288 | 2024-12-20T19:51:44.815Z | [ helios-setup] Dec 20 19:51:44.477 INFO clone ok!, project: chelsio-t6-roms |
2289 | 2024-12-20T19:51:44.818Z | [ helios-setup] Dec 20 19:51:44.477 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 |
2290 | 2024-12-20T19:51:44.818Z | [ helios-setup] Dec 20 19:51:44.477 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2291 | 2024-12-20T19:51:44.821Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2292 | 2024-12-20T19:51:44.842Z | [ omicron-package] |
2293 | 2024-12-20T19:51:44.842Z | [ omicron-package] real 50.790531813 |
2294 | 2024-12-20T19:51:44.845Z | [ omicron-package] user 2:56.526079725 |
2295 | 2024-12-20T19:51:44.845Z | [ omicron-package] sys 26.167442278 |
2296 | 2024-12-20T19:51:44.845Z | [ omicron-package] trap 0.282834046 |
2297 | 2024-12-20T19:51:44.845Z | [ omicron-package] tflt 0.459104025 |
2298 | 2024-12-20T19:51:44.845Z | [ omicron-package] dflt 0.708356271 |
2299 | 2024-12-20T19:51:44.845Z | [ omicron-package] kflt 0.000040821 |
2300 | 2024-12-20T19:51:44.845Z | [ omicron-package] lock 6:13.506289590 |
2301 | 2024-12-20T19:51:44.845Z | [ omicron-package] slp 10:06.536860749 |
2302 | 2024-12-20T19:51:44.845Z | [ omicron-package] lat 1:37.508114952 |
2303 | 2024-12-20T19:51:44.845Z | Dec 20 19:51:44.504 INFO [omicron-package] process exited with exit status: 0 (50.838996278s) |
2304 | 2024-12-20T19:51:44.845Z | [ omicron-package] stop 59.798219680 |
2305 | 2024-12-20T19:51:44.845Z | Dec 20 19:51:44.505 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 |
2306 | 2024-12-20T19:51:44.921Z | Dec 20 19:51:44.583 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2307 | 2024-12-20T19:51:44.934Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2308 | 2024-12-20T19:51:44.936Z | [ host-target] Created new build target 'host' and set it as active |
2309 | 2024-12-20T19:51:44.936Z | Dec 20 19:51:44.599 INFO [host-target] process exited with exit status: 0 (93.980594ms) |
2310 | 2024-12-20T19:51:44.936Z | Dec 20 19:51:44.599 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2311 | 2024-12-20T19:51:44.945Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2312 | 2024-12-20T19:51:44.945Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2313 | 2024-12-20T19:51:44.947Z | Dec 20 19:51:44.610 INFO [recovery-target] process exited with exit status: 0 (26.549097ms) |
2314 | 2024-12-20T19:51:44.956Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2315 | 2024-12-20T19:51:45.692Z | [ helios-setup] Dec 20 19:51:44.975 INFO clone ok!, project: image-builder |
2316 | 2024-12-20T19:51:45.726Z | [ helios-setup] Dec 20 19:51:44.975 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2317 | 2024-12-20T19:51:45.726Z | [ helios-setup] Dec 20 19:51:44.975 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 |
2318 | 2024-12-20T19:51:45.726Z | [ helios-setup] Dec 20 19:51:44.975 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 |
2319 | 2024-12-20T19:51:45.726Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2320 | 2024-12-20T19:51:46.173Z | [ host-package] Compiling convert_case v0.4.0 |
2321 | 2024-12-20T19:51:46.173Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2322 | 2024-12-20T19:51:46.176Z | [ host-package] Compiling newline-converter v0.3.0 |
2323 | 2024-12-20T19:51:46.176Z | [ host-package] Compiling password-hash v0.5.0 |
2324 | 2024-12-20T19:51:46.176Z | [ host-package] Compiling progenitor-client v0.8.0 |
2325 | 2024-12-20T19:51:46.176Z | [ host-package] Compiling blake2 v0.10.6 |
2326 | 2024-12-20T19:51:46.176Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2327 | 2024-12-20T19:51:46.181Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2328 | 2024-12-20T19:51:46.188Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2329 | 2024-12-20T19:51:46.384Z | [ host-package] Compiling atomicwrites v0.4.4 |
2330 | 2024-12-20T19:51:46.475Z | [ host-package] Compiling expectorate v1.1.0 |
2331 | 2024-12-20T19:51:46.522Z | [ host-package] Compiling owo-colors v4.1.0 |
2332 | 2024-12-20T19:51:46.683Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2333 | 2024-12-20T19:51:46.782Z | [ host-package] Compiling progenitor v0.8.0 |
2334 | 2024-12-20T19:51:46.868Z | [ host-package] Compiling argon2 v0.5.3 |
2335 | 2024-12-20T19:51:46.911Z | [ host-package] Compiling num-rational v0.4.2 |
2336 | 2024-12-20T19:51:47.061Z | [ host-package] Compiling derive_more v0.99.18 |
2337 | 2024-12-20T19:51:47.063Z | [ host-package] Compiling num-complex v0.4.6 |
2338 | 2024-12-20T19:51:47.559Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2339 | 2024-12-20T19:51:47.808Z | [ host-package] Compiling libsw v3.3.1 |
2340 | 2024-12-20T19:51:48.169Z | [ host-package] Compiling num v0.4.3 |
2341 | 2024-12-20T19:51:48.196Z | [ host-package] Compiling linear-map v1.2.0 |
2342 | 2024-12-20T19:51:48.321Z | [ host-package] Compiling float-ord v0.3.2 |
2343 | 2024-12-20T19:51:48.416Z | [ host-package] Compiling swrite v0.1.0 |
2344 | 2024-12-20T19:51:48.468Z | [ host-package] Compiling indent_write v2.2.0 |
2345 | 2024-12-20T19:51:48.505Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2346 | 2024-12-20T19:51:48.567Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2347 | 2024-12-20T19:51:48.659Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2348 | 2024-12-20T19:51:48.694Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2349 | 2024-12-20T19:51:49.267Z | [ host-package] Compiling highway v1.2.0 |
2350 | 2024-12-20T19:51:49.414Z | [ host-package] Compiling semver v0.1.20 |
2351 | 2024-12-20T19:51:50.027Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2352 | 2024-12-20T19:51:50.527Z | [ host-package] Compiling rustc_version v0.1.7 |
2353 | 2024-12-20T19:51:50.724Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2354 | 2024-12-20T19:51:50.981Z | [ host-package] Compiling newtype_derive v0.1.6 |
2355 | 2024-12-20T19:51:51.094Z | [ host-package] Compiling dropshot v0.13.0 |
2356 | 2024-12-20T19:51:51.181Z | [ host-package] Compiling ipnetwork v0.20.0 |
2357 | 2024-12-20T19:51:51.394Z | [ host-package] Compiling instant v0.1.13 |
2358 | 2024-12-20T19:51:51.577Z | [ host-package] Compiling humantime v2.1.0 |
2359 | 2024-12-20T19:51:52.042Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2360 | 2024-12-20T19:51:52.483Z | [ host-package] Compiling backoff v0.4.0 |
2361 | 2024-12-20T19:51:52.989Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2362 | 2024-12-20T19:51:53.703Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2363 | 2024-12-20T19:51:53.848Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2364 | 2024-12-20T19:51:53.862Z | [ helios-setup] Dec 20 19:51:53.525 INFO clone ok!, project: amd-host-image-builder |
2365 | 2024-12-20T19:51:53.865Z | [ helios-setup] Dec 20 19:51:53.525 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 |
2366 | 2024-12-20T19:51:53.865Z | [ helios-setup] Dec 20 19:51:53.525 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2367 | 2024-12-20T19:51:53.868Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2368 | 2024-12-20T19:51:54.041Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2369 | 2024-12-20T19:51:54.525Z | [ helios-setup] Dec 20 19:51:54.188 INFO clone ok!, project: pinprick |
2370 | 2024-12-20T19:51:54.529Z | [ helios-setup] Dec 20 19:51:54.188 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 |
2371 | 2024-12-20T19:51:54.529Z | [ helios-setup] Dec 20 19:51:54.188 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2372 | 2024-12-20T19:51:54.532Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2373 | 2024-12-20T19:51:55.366Z | [ helios-setup] Dec 20 19:51:55.028 INFO clone ok!, project: phbl |
2374 | 2024-12-20T19:51:55.369Z | [ helios-setup] Dec 20 19:51:55.028 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2375 | 2024-12-20T19:51:55.369Z | [ helios-setup] Dec 20 19:51:55.029 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2376 | 2024-12-20T19:51:56.263Z | [ helios-setup] Dec 20 19:51:55.926 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2377 | 2024-12-20T19:51:56.864Z | [ helios-setup] Dec 20 19:51:56.526 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2378 | 2024-12-20T19:51:56.867Z | [ helios-setup] Dec 20 19:51:56.526 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2379 | 2024-12-20T19:51:57.060Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2380 | 2024-12-20T19:51:57.478Z | [ helios-setup] Dec 20 19:51:57.140 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2381 | 2024-12-20T19:51:58.034Z | [ helios-setup] Dec 20 19:51:57.697 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2382 | 2024-12-20T19:51:58.034Z | [ helios-setup] Dec 20 19:51:57.697 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2383 | 2024-12-20T19:51:58.595Z | [ host-package] Compiling parse-display v0.10.0 |
2384 | 2024-12-20T19:51:58.625Z | [ helios-setup] Dec 20 19:51:58.288 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2385 | 2024-12-20T19:51:58.884Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2386 | 2024-12-20T19:51:59.104Z | [ host-package] Compiling strum v0.26.3 |
2387 | 2024-12-20T19:51:59.200Z | [ helios-setup] Dec 20 19:51:58.862 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2388 | 2024-12-20T19:51:59.203Z | [ helios-setup] Dec 20 19:51:58.863 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2389 | 2024-12-20T19:51:59.203Z | [ helios-setup] Dec 20 19:51:58.863 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2390 | 2024-12-20T19:51:59.203Z | [ helios-setup] Dec 20 19:51:58.863 INFO ok! |
2391 | 2024-12-20T19:51:59.203Z | [ helios-setup] Dec 20 19:51:58.863 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2392 | 2024-12-20T19:51:59.203Z | [ helios-setup] Dec 20 19:51:58.863 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2393 | 2024-12-20T19:51:59.205Z | [ helios-setup] Dec 20 19:51:58.863 INFO ok! |
2394 | 2024-12-20T19:51:59.205Z | [ helios-setup] Dec 20 19:51:58.863 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2395 | 2024-12-20T19:51:59.205Z | [ helios-setup] Dec 20 19:51:58.863 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2396 | 2024-12-20T19:51:59.205Z | [ helios-setup] Dec 20 19:51:58.863 INFO ok! |
2397 | 2024-12-20T19:51:59.205Z | [ helios-setup] Dec 20 19:51:58.863 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2398 | 2024-12-20T19:51:59.205Z | [ helios-setup] Dec 20 19:51:58.863 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2399 | 2024-12-20T19:51:59.334Z | [ host-package] Compiling serde_with v3.11.0 |
2400 | 2024-12-20T19:51:59.366Z | [ host-package] Compiling regress v0.9.1 |
2401 | 2024-12-20T19:51:59.516Z | [ helios-setup] Dec 20 19:51:59.179 INFO E| Downloading crates ... |
2402 | 2024-12-20T19:51:59.665Z | [ helios-setup] Dec 20 19:51:59.327 INFO E| Downloaded unicode-width v0.1.10 |
2403 | 2024-12-20T19:51:59.668Z | [ helios-setup] Dec 20 19:51:59.331 INFO E| Downloaded block-buffer v0.10.3 |
2404 | 2024-12-20T19:51:59.670Z | [ helios-setup] Dec 20 19:51:59.333 INFO E| Downloaded anyhow v1.0.62 |
2405 | 2024-12-20T19:51:59.677Z | [ helios-setup] Dec 20 19:51:59.339 INFO E| Downloaded miniz_oxide v0.6.2 |
2406 | 2024-12-20T19:51:59.680Z | [ helios-setup] Dec 20 19:51:59.343 INFO E| Downloaded sha2 v0.10.5 |
2407 | 2024-12-20T19:51:59.684Z | [ helios-setup] Dec 20 19:51:59.347 INFO E| Downloaded typenum v1.15.0 |
2408 | 2024-12-20T19:51:59.689Z | [ helios-setup] Dec 20 19:51:59.351 INFO E| Downloaded digest v0.10.3 |
2409 | 2024-12-20T19:51:59.692Z | [ helios-setup] Dec 20 19:51:59.354 INFO E| Downloaded flate2 v1.0.25 |
2410 | 2024-12-20T19:51:59.699Z | [ helios-setup] Dec 20 19:51:59.361 INFO E| Downloaded bytes v1.2.1 |
2411 | 2024-12-20T19:51:59.705Z | [ helios-setup] Dec 20 19:51:59.367 INFO E| Downloaded cpufeatures v0.2.5 |
2412 | 2024-12-20T19:51:59.707Z | [ helios-setup] Dec 20 19:51:59.369 INFO E| Downloaded generic-array v0.14.6 |
2413 | 2024-12-20T19:51:59.771Z | [ helios-setup] Dec 20 19:51:59.433 INFO E| Compiling version_check v0.9.4 |
2414 | 2024-12-20T19:51:59.771Z | [ helios-setup] Dec 20 19:51:59.433 INFO E| Compiling typenum v1.15.0 |
2415 | 2024-12-20T19:51:59.771Z | [ helios-setup] Dec 20 19:51:59.433 INFO E| Compiling cfg-if v1.0.0 |
2416 | 2024-12-20T19:51:59.773Z | [ helios-setup] Dec 20 19:51:59.433 INFO E| Compiling crc32fast v1.3.2 |
2417 | 2024-12-20T19:51:59.773Z | [ helios-setup] Dec 20 19:51:59.433 INFO E| Compiling anyhow v1.0.62 |
2418 | 2024-12-20T19:51:59.773Z | [ helios-setup] Dec 20 19:51:59.433 INFO E| Compiling adler v1.0.2 |
2419 | 2024-12-20T19:51:59.773Z | [ helios-setup] Dec 20 19:51:59.434 INFO E| Compiling cpufeatures v0.2.5 |
2420 | 2024-12-20T19:51:59.773Z | [ helios-setup] Dec 20 19:51:59.434 INFO E| Compiling unicode-width v0.1.10 |
2421 | 2024-12-20T19:52:00.195Z | [ helios-setup] Dec 20 19:51:59.858 INFO E| Compiling bytes v1.2.1 |
2422 | 2024-12-20T19:52:00.202Z | [ helios-setup] Dec 20 19:51:59.864 INFO E| Compiling bitflags v1.3.2 |
2423 | 2024-12-20T19:52:00.422Z | [ helios-setup] Dec 20 19:52:00.076 INFO E| Compiling miniz_oxide v0.6.2 |
2424 | 2024-12-20T19:52:00.448Z | [ helios-setup] Dec 20 19:52:00.110 INFO E| Compiling getopts v0.2.21 |
2425 | 2024-12-20T19:52:01.323Z | [ helios-setup] Dec 20 19:52:00.985 INFO E| Compiling generic-array v0.14.6 |
2426 | 2024-12-20T19:52:02.122Z | [ helios-setup] Dec 20 19:52:01.784 INFO E| Compiling flate2 v1.0.25 |
2427 | 2024-12-20T19:52:04.135Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2428 | 2024-12-20T19:52:05.552Z | [ host-package] Compiling macaddr v1.0.1 |
2429 | 2024-12-20T19:52:06.158Z | [ helios-setup] Dec 20 19:52:05.821 INFO E| Compiling crypto-common v0.1.6 |
2430 | 2024-12-20T19:52:06.158Z | [ helios-setup] Dec 20 19:52:05.821 INFO E| Compiling block-buffer v0.10.3 |
2431 | 2024-12-20T19:52:06.203Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2432 | 2024-12-20T19:52:06.310Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2433 | 2024-12-20T19:52:06.374Z | [ helios-setup] Dec 20 19:52:06.036 INFO E| Compiling digest v0.10.3 |
2434 | 2024-12-20T19:52:06.537Z | [ host-package] Compiling steno v0.4.1 |
2435 | 2024-12-20T19:52:06.731Z | [ helios-setup] Dec 20 19:52:06.394 INFO E| Compiling sha2 v0.10.5 |
2436 | 2024-12-20T19:52:07.249Z | [ helios-setup] Dec 20 19:52:06.912 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2437 | 2024-12-20T19:52:07.312Z | [ host-package] Compiling prettyplease v0.2.25 |
2438 | 2024-12-20T19:52:07.812Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2439 | 2024-12-20T19:52:09.119Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2440 | 2024-12-20T19:52:09.228Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2441 | 2024-12-20T19:52:12.993Z | [ helios-setup] Dec 20 19:52:12.656 INFO E| Finished `release` profile [optimized] target(s) in 13.69s |
2442 | 2024-12-20T19:52:13.009Z | [ helios-setup] Dec 20 19:52:12.671 INFO building project "bootserver" ok (13 seconds) |
2443 | 2024-12-20T19:52:13.009Z | [ helios-setup] Dec 20 19:52:12.672 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2444 | 2024-12-20T19:52:13.009Z | [ helios-setup] Dec 20 19:52:12.672 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2445 | 2024-12-20T19:52:13.088Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2446 | 2024-12-20T19:52:13.181Z | [ host-package] Compiling half v2.4.1 |
2447 | 2024-12-20T19:52:13.319Z | [ helios-setup] Dec 20 19:52:12.982 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2448 | 2024-12-20T19:52:13.938Z | [ host-package] Compiling ciborium-io v0.2.2 |
2449 | 2024-12-20T19:52:14.109Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2450 | 2024-12-20T19:52:14.759Z | [ helios-setup] Dec 20 19:52:14.422 INFO E| From https://github.com/oxidecomputer/progenitor |
2451 | 2024-12-20T19:52:14.760Z | [ helios-setup] Dec 20 19:52:14.422 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2452 | 2024-12-20T19:52:14.792Z | [ helios-setup] Dec 20 19:52:14.455 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2453 | 2024-12-20T19:52:14.792Z | [ helios-setup] Dec 20 19:52:14.455 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2454 | 2024-12-20T19:52:14.830Z | [ host-package] Compiling tungstenite v0.21.0 |
2455 | 2024-12-20T19:52:14.920Z | [ helios-setup] Dec 20 19:52:14.583 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2456 | 2024-12-20T19:52:15.497Z | [ helios-setup] Dec 20 19:52:15.160 INFO E| From https://github.com/jclulow/hiercmd |
2457 | 2024-12-20T19:52:15.497Z | [ helios-setup] Dec 20 19:52:15.160 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2458 | 2024-12-20T19:52:15.518Z | [ helios-setup] Dec 20 19:52:15.181 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2459 | 2024-12-20T19:52:16.050Z | [ helios-setup] Dec 20 19:52:15.713 INFO E| From https://github.com/jclulow/network-interface |
2460 | 2024-12-20T19:52:16.050Z | [ helios-setup] Dec 20 19:52:15.713 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2461 | 2024-12-20T19:52:16.068Z | [ helios-setup] Dec 20 19:52:15.731 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2462 | 2024-12-20T19:52:16.564Z | [ helios-setup] Dec 20 19:52:16.226 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2463 | 2024-12-20T19:52:16.564Z | [ helios-setup] Dec 20 19:52:16.226 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2464 | 2024-12-20T19:52:16.606Z | [ helios-setup] Dec 20 19:52:16.269 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2465 | 2024-12-20T19:52:17.418Z | [ helios-setup] Dec 20 19:52:17.081 INFO E| From https://github.com/oxidecomputer/facade |
2466 | 2024-12-20T19:52:17.418Z | [ helios-setup] Dec 20 19:52:17.081 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2467 | 2024-12-20T19:52:17.462Z | [ helios-setup] Dec 20 19:52:17.125 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2468 | 2024-12-20T19:52:18.336Z | [ helios-setup] Dec 20 19:52:17.999 INFO E| From https://github.com/oxidecomputer/dropshot |
2469 | 2024-12-20T19:52:18.336Z | [ helios-setup] Dec 20 19:52:17.999 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2470 | 2024-12-20T19:52:18.372Z | [ helios-setup] Dec 20 19:52:18.035 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2471 | 2024-12-20T19:52:18.372Z | [ helios-setup] Dec 20 19:52:18.035 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2472 | 2024-12-20T19:52:18.375Z | [ helios-setup] Dec 20 19:52:18.036 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2473 | 2024-12-20T19:52:18.375Z | [ helios-setup] Dec 20 19:52:18.036 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2474 | 2024-12-20T19:52:18.375Z | [ helios-setup] Dec 20 19:52:18.036 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2475 | 2024-12-20T19:52:18.375Z | [ helios-setup] Dec 20 19:52:18.036 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2476 | 2024-12-20T19:52:18.375Z | [ helios-setup] Dec 20 19:52:18.036 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2477 | 2024-12-20T19:52:18.375Z | [ helios-setup] Dec 20 19:52:18.036 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2478 | 2024-12-20T19:52:18.437Z | [ helios-setup] Dec 20 19:52:18.099 INFO E| Updating crates.io index |
2479 | 2024-12-20T19:52:18.467Z | [ helios-setup] Dec 20 19:52:18.130 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2480 | 2024-12-20T19:52:18.809Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2481 | 2024-12-20T19:52:19.277Z | [ helios-setup] Dec 20 19:52:18.940 INFO E| From https://github.com/oxidecomputer/typify |
2482 | 2024-12-20T19:52:19.277Z | [ helios-setup] Dec 20 19:52:18.940 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2483 | 2024-12-20T19:52:19.309Z | [ helios-setup] Dec 20 19:52:18.972 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2484 | 2024-12-20T19:52:19.309Z | [ helios-setup] Dec 20 19:52:18.972 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2485 | 2024-12-20T19:52:19.309Z | [ helios-setup] Dec 20 19:52:18.972 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2486 | 2024-12-20T19:52:19.312Z | [ helios-setup] Dec 20 19:52:18.972 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2487 | 2024-12-20T19:52:19.312Z | [ helios-setup] Dec 20 19:52:18.972 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2488 | 2024-12-20T19:52:19.312Z | [ helios-setup] Dec 20 19:52:18.973 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2489 | 2024-12-20T19:52:19.312Z | [ helios-setup] Dec 20 19:52:18.973 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2490 | 2024-12-20T19:52:19.523Z | [ host-package] Compiling ciborium v0.2.2 |
2491 | 2024-12-20T19:52:19.815Z | [ helios-setup] Dec 20 19:52:19.478 INFO E| Downloading crates ... |
2492 | 2024-12-20T19:52:19.992Z | [ helios-setup] Dec 20 19:52:19.655 INFO E| Downloaded const-random v0.1.15 |
2493 | 2024-12-20T19:52:19.995Z | [ helios-setup] Dec 20 19:52:19.658 INFO E| Downloaded async-stream-impl v0.3.5 |
2494 | 2024-12-20T19:52:20.040Z | [ helios-setup] Dec 20 19:52:19.703 INFO E| Downloaded const-random-macro v0.1.15 |
2495 | 2024-12-20T19:52:20.043Z | [ helios-setup] Dec 20 19:52:19.705 INFO E| Downloaded concolor-override v1.0.0 |
2496 | 2024-12-20T19:52:20.056Z | [ helios-setup] Dec 20 19:52:19.719 INFO E| Downloaded fastrand v1.9.0 |
2497 | 2024-12-20T19:52:20.072Z | [ helios-setup] Dec 20 19:52:19.736 INFO E| Downloaded project-root v0.2.2 |
2498 | 2024-12-20T19:52:20.075Z | [ helios-setup] Dec 20 19:52:19.737 INFO E| Downloaded futures-core v0.3.28 |
2499 | 2024-12-20T19:52:20.078Z | [ helios-setup] Dec 20 19:52:19.739 INFO E| Downloaded concolor-query v0.3.3 |
2500 | 2024-12-20T19:52:20.078Z | [ helios-setup] Dec 20 19:52:19.741 INFO E| Downloaded byteorder v1.4.3 |
2501 | 2024-12-20T19:52:20.104Z | [ helios-setup] Dec 20 19:52:19.767 INFO E| Downloaded tower-service v0.3.2 |
2502 | 2024-12-20T19:52:20.106Z | [ helios-setup] Dec 20 19:52:19.768 INFO E| Downloaded try-lock v0.2.4 |
2503 | 2024-12-20T19:52:20.109Z | [ helios-setup] Dec 20 19:52:19.770 INFO E| Downloaded jobserver v0.1.26 |
2504 | 2024-12-20T19:52:20.112Z | [ helios-setup] Dec 20 19:52:19.773 INFO E| Downloaded paste v1.0.12 |
2505 | 2024-12-20T19:52:20.115Z | [ helios-setup] Dec 20 19:52:19.778 INFO E| Downloaded serde_spanned v0.6.1 |
2506 | 2024-12-20T19:52:20.118Z | [ helios-setup] Dec 20 19:52:19.780 INFO E| Downloaded home v0.5.4 |
2507 | 2024-12-20T19:52:20.120Z | [ helios-setup] Dec 20 19:52:19.782 INFO E| Downloaded futures-sink v0.3.28 |
2508 | 2024-12-20T19:52:20.120Z | [ helios-setup] Dec 20 19:52:19.783 INFO E| Downloaded num_enum v0.5.7 |
2509 | 2024-12-20T19:52:20.127Z | [ helios-setup] Dec 20 19:52:19.789 INFO E| Downloaded want v0.3.0 |
2510 | 2024-12-20T19:52:20.130Z | [ helios-setup] Dec 20 19:52:19.791 INFO E| Downloaded proc-macro-crate v1.2.1 |
2511 | 2024-12-20T19:52:20.130Z | [ helios-setup] Dec 20 19:52:19.793 INFO E| Downloaded clap_derive v4.2.0 |
2512 | 2024-12-20T19:52:20.134Z | [ helios-setup] Dec 20 19:52:19.797 INFO E| Downloaded toolchain_find v0.2.0 |
2513 | 2024-12-20T19:52:20.137Z | [ helios-setup] Dec 20 19:52:19.799 INFO E| Downloaded either v1.8.0 |
2514 | 2024-12-20T19:52:20.139Z | [ helios-setup] Dec 20 19:52:19.801 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2515 | 2024-12-20T19:52:20.142Z | [ helios-setup] Dec 20 19:52:19.804 INFO E| Downloaded rustls-pemfile v1.0.2 |
2516 | 2024-12-20T19:52:20.145Z | [ helios-setup] Dec 20 19:52:19.808 INFO E| Downloaded toml_datetime v0.6.1 |
2517 | 2024-12-20T19:52:20.147Z | [ helios-setup] Dec 20 19:52:19.810 INFO E| Downloaded errno v0.3.1 |
2518 | 2024-12-20T19:52:20.150Z | [ helios-setup] Dec 20 19:52:19.813 INFO E| Downloaded slog-async v2.7.0 |
2519 | 2024-12-20T19:52:20.154Z | [ helios-setup] Dec 20 19:52:19.815 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2520 | 2024-12-20T19:52:20.157Z | [ helios-setup] Dec 20 19:52:19.818 INFO E| Downloaded thiserror v1.0.38 |
2521 | 2024-12-20T19:52:20.162Z | [ helios-setup] Dec 20 19:52:19.826 INFO E| Downloaded semver v0.11.0 |
2522 | 2024-12-20T19:52:20.166Z | [ helios-setup] Dec 20 19:52:19.829 INFO E| Downloaded httparse v1.8.0 |
2523 | 2024-12-20T19:52:20.170Z | [ helios-setup] Dec 20 19:52:19.833 INFO E| Downloaded once_cell v1.17.0 |
2524 | 2024-12-20T19:52:20.175Z | [ helios-setup] Dec 20 19:52:19.838 INFO E| Downloaded walkdir v2.3.3 |
2525 | 2024-12-20T19:52:20.179Z | [ helios-setup] Dec 20 19:52:19.842 INFO E| Downloaded thiserror-impl v1.0.38 |
2526 | 2024-12-20T19:52:20.182Z | [ helios-setup] Dec 20 19:52:19.845 INFO E| Downloaded sha1 v0.10.5 |
2527 | 2024-12-20T19:52:20.185Z | [ helios-setup] Dec 20 19:52:19.848 INFO E| Downloaded slab v0.4.7 |
2528 | 2024-12-20T19:52:20.188Z | [ helios-setup] Dec 20 19:52:19.851 INFO E| Downloaded serde_path_to_error v0.1.11 |
2529 | 2024-12-20T19:52:20.191Z | [ helios-setup] Dec 20 19:52:19.854 INFO E| Downloaded serde_tokenstream v0.2.0 |
2530 | 2024-12-20T19:52:20.197Z | [ helios-setup] Dec 20 19:52:19.861 INFO E| Downloaded tempfile v3.5.0 |
2531 | 2024-12-20T19:52:20.202Z | [ helios-setup] Dec 20 19:52:19.865 INFO E| Downloaded schemars_derive v0.8.12 |
2532 | 2024-12-20T19:52:20.205Z | [ helios-setup] Dec 20 19:52:19.868 INFO E| Downloaded parking_lot v0.12.1 |
2533 | 2024-12-20T19:52:20.209Z | [ helios-setup] Dec 20 19:52:19.873 INFO E| Downloaded bytes v1.4.0 |
2534 | 2024-12-20T19:52:20.217Z | [ helios-setup] Dec 20 19:52:19.880 INFO E| Downloaded semver v1.0.17 |
2535 | 2024-12-20T19:52:20.221Z | [ helios-setup] Dec 20 19:52:19.884 INFO E| Downloaded socket2 v0.4.9 |
2536 | 2024-12-20T19:52:20.224Z | [ helios-setup] Dec 20 19:52:19.888 INFO E| Downloaded serde_derive_internals v0.26.0 |
2537 | 2024-12-20T19:52:20.227Z | [ helios-setup] Dec 20 19:52:19.891 INFO E| Downloaded tinyvec v1.6.0 |
2538 | 2024-12-20T19:52:20.233Z | [ helios-setup] Dec 20 19:52:19.897 INFO E| Downloaded rayon-core v1.10.2 |
2539 | 2024-12-20T19:52:20.240Z | [ helios-setup] Dec 20 19:52:19.903 INFO E| Downloaded unicode-bidi v0.3.13 |
2540 | 2024-12-20T19:52:20.249Z | [ helios-setup] Dec 20 19:52:19.908 INFO E| Downloaded serde_derive v1.0.204 |
2541 | 2024-12-20T19:52:20.252Z | [ helios-setup] Dec 20 19:52:19.913 INFO E| Downloaded toml v0.7.3 |
2542 | 2024-12-20T19:52:20.255Z | [ helios-setup] Dec 20 19:52:19.919 INFO E| Downloaded schemars v0.8.12 |
2543 | 2024-12-20T19:52:20.276Z | [ helios-setup] Dec 20 19:52:19.939 INFO E| Downloaded rustls-webpki v0.100.1 |
2544 | 2024-12-20T19:52:20.286Z | [ helios-setup] Dec 20 19:52:19.949 INFO E| Downloaded tracing-core v0.1.30 |
2545 | 2024-12-20T19:52:20.291Z | [ helios-setup] Dec 20 19:52:19.954 INFO E| Downloaded serde_yaml v0.9.21 |
2546 | 2024-12-20T19:52:20.306Z | [ helios-setup] Dec 20 19:52:19.969 INFO E| Downloaded unicode-linebreak v0.1.4 |
2547 | 2024-12-20T19:52:20.309Z | [ helios-setup] Dec 20 19:52:19.973 INFO E| Downloaded toml_edit v0.19.8 |
2548 | 2024-12-20T19:52:20.335Z | [ helios-setup] Dec 20 19:52:19.998 INFO E| Downloaded unicode-normalization v0.1.22 |
2549 | 2024-12-20T19:52:20.342Z | [ helios-setup] Dec 20 19:52:20.005 INFO E| Downloaded tokio-util v0.7.7 |
2550 | 2024-12-20T19:52:20.350Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2551 | 2024-12-20T19:52:20.354Z | [ helios-setup] Dec 20 19:52:20.017 INFO E| Downloaded serde_json v1.0.95 |
2552 | 2024-12-20T19:52:20.367Z | [ helios-setup] Dec 20 19:52:20.030 INFO E| Downloaded winnow v0.4.1 |
2553 | 2024-12-20T19:52:20.382Z | [ helios-setup] Dec 20 19:52:20.045 INFO E| Downloaded reqwest v0.11.16 |
2554 | 2024-12-20T19:52:20.426Z | [ helios-setup] Dec 20 19:52:20.089 INFO E| Downloaded h2 v0.3.16 |
2555 | 2024-12-20T19:52:20.437Z | [ helios-setup] Dec 20 19:52:20.100 INFO E| Downloaded chrono v0.4.24 |
2556 | 2024-12-20T19:52:20.455Z | [ helios-setup] Dec 20 19:52:20.118 INFO E| Downloaded rayon v1.6.1 |
2557 | 2024-12-20T19:52:20.471Z | [ helios-setup] Dec 20 19:52:20.134 INFO E| Downloaded syn v1.0.107 |
2558 | 2024-12-20T19:52:20.490Z | [ helios-setup] Dec 20 19:52:20.153 INFO E| Downloaded syn v2.0.72 |
2559 | 2024-12-20T19:52:20.509Z | [ helios-setup] Dec 20 19:52:20.173 INFO E| Downloaded regress v0.5.0 |
2560 | 2024-12-20T19:52:20.528Z | [ helios-setup] Dec 20 19:52:20.186 INFO E| Downloaded rustix v0.37.3 |
2561 | 2024-12-20T19:52:20.618Z | [ helios-setup] Dec 20 19:52:20.281 INFO E| Downloaded regex v1.7.3 |
2562 | 2024-12-20T19:52:20.630Z | [ helios-setup] Dec 20 19:52:20.293 INFO E| Downloaded rustls v0.21.0 |
2563 | 2024-12-20T19:52:20.647Z | [ helios-setup] Dec 20 19:52:20.309 INFO E| Downloaded hyper v0.14.25 |
2564 | 2024-12-20T19:52:20.660Z | [ helios-setup] Dec 20 19:52:20.323 INFO E| Downloaded git2 v0.16.1 |
2565 | 2024-12-20T19:52:20.674Z | [ helios-setup] Dec 20 19:52:20.337 INFO E| Downloaded rhai v1.14.0 |
2566 | 2024-12-20T19:52:20.700Z | [ helios-setup] Dec 20 19:52:20.363 INFO E| Downloaded clap_builder v4.2.1 |
2567 | 2024-12-20T19:52:20.711Z | [ helios-setup] Dec 20 19:52:20.374 INFO E| Downloaded futures-util v0.3.28 |
2568 | 2024-12-20T19:52:20.746Z | [ helios-setup] Dec 20 19:52:20.409 INFO E| Downloaded openapiv3 v1.0.2 |
2569 | 2024-12-20T19:52:20.765Z | [ helios-setup] Dec 20 19:52:20.429 INFO E| Downloaded tracing v0.1.37 |
2570 | 2024-12-20T19:52:20.775Z | [ helios-setup] Dec 20 19:52:20.435 INFO E| Downloaded pest v2.5.7 |
2571 | 2024-12-20T19:52:20.780Z | [ helios-setup] Dec 20 19:52:20.444 INFO E| Downloaded textwrap v0.16.0 |
2572 | 2024-12-20T19:52:20.784Z | [ helios-setup] Dec 20 19:52:20.448 INFO E| Downloaded serde v1.0.204 |
2573 | 2024-12-20T19:52:20.789Z | [ helios-setup] Dec 20 19:52:20.453 INFO E| Downloaded aho-corasick v0.7.20 |
2574 | 2024-12-20T19:52:20.795Z | [ helios-setup] Dec 20 19:52:20.458 INFO E| Downloaded uuid v1.3.0 |
2575 | 2024-12-20T19:52:20.801Z | [ helios-setup] Dec 20 19:52:20.465 INFO E| Downloaded url v2.3.1 |
2576 | 2024-12-20T19:52:20.807Z | [ helios-setup] Dec 20 19:52:20.470 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2577 | 2024-12-20T19:52:20.812Z | [ helios-setup] Dec 20 19:52:20.475 INFO E| Downloaded ucd-trie v0.1.5 |
2578 | 2024-12-20T19:52:20.817Z | [ helios-setup] Dec 20 19:52:20.478 INFO E| Downloaded tungstenite v0.18.0 |
2579 | 2024-12-20T19:52:20.820Z | [ helios-setup] Dec 20 19:52:20.484 INFO E| Downloaded mio v0.8.5 |
2580 | 2024-12-20T19:52:20.829Z | [ helios-setup] Dec 20 19:52:20.492 INFO E| Downloaded http v0.2.9 |
2581 | 2024-12-20T19:52:20.836Z | [ helios-setup] Dec 20 19:52:20.498 INFO E| Downloaded crossbeam-channel v0.5.6 |
2582 | 2024-12-20T19:52:20.842Z | [ helios-setup] Dec 20 19:52:20.505 INFO E| Downloaded tokio v1.27.0 |
2583 | 2024-12-20T19:52:20.904Z | [ helios-setup] Dec 20 19:52:20.567 INFO E| Downloaded libc v0.2.139 |
2584 | 2024-12-20T19:52:20.941Z | [ helios-setup] Dec 20 19:52:20.604 INFO E| Downloaded ryu v1.0.13 |
2585 | 2024-12-20T19:52:20.946Z | [ helios-setup] Dec 20 19:52:20.609 INFO E| Downloaded unicode-ident v1.0.8 |
2586 | 2024-12-20T19:52:20.950Z | [ helios-setup] Dec 20 19:52:20.614 INFO E| Downloaded futures v0.3.28 |
2587 | 2024-12-20T19:52:20.958Z | [ helios-setup] Dec 20 19:52:20.621 INFO E| Downloaded typenum v1.16.0 |
2588 | 2024-12-20T19:52:20.962Z | [ helios-setup] Dec 20 19:52:20.625 INFO E| Downloaded toml v0.5.11 |
2589 | 2024-12-20T19:52:20.966Z | [ helios-setup] Dec 20 19:52:20.629 INFO E| Downloaded tokio-rustls v0.24.0 |
2590 | 2024-12-20T19:52:20.969Z | [ helios-setup] Dec 20 19:52:20.632 INFO E| Downloaded cc v1.0.78 |
2591 | 2024-12-20T19:52:20.972Z | [ helios-setup] Dec 20 19:52:20.636 INFO E| Downloaded num-traits v0.2.15 |
2592 | 2024-12-20T19:52:20.976Z | [ helios-setup] Dec 20 19:52:20.640 INFO E| Downloaded base64 v0.21.0 |
2593 | 2024-12-20T19:52:20.981Z | [ helios-setup] Dec 20 19:52:20.645 INFO E| Downloaded sct v0.7.0 |
2594 | 2024-12-20T19:52:20.987Z | [ helios-setup] Dec 20 19:52:20.650 INFO E| Downloaded scopeguard v1.1.0 |
2595 | 2024-12-20T19:52:20.989Z | [ helios-setup] Dec 20 19:52:20.652 INFO E| Downloaded clap v4.2.1 |
2596 | 2024-12-20T19:52:21.001Z | [ helios-setup] Dec 20 19:52:20.664 INFO E| Downloaded memchr v2.5.0 |
2597 | 2024-12-20T19:52:21.008Z | [ helios-setup] Dec 20 19:52:20.671 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2598 | 2024-12-20T19:52:21.011Z | [ helios-setup] Dec 20 19:52:20.675 INFO E| Downloaded time v0.1.45 |
2599 | 2024-12-20T19:52:21.014Z | [ helios-setup] Dec 20 19:52:20.677 INFO E| Downloaded crossbeam-utils v0.8.14 |
2600 | 2024-12-20T19:52:21.019Z | [ helios-setup] Dec 20 19:52:20.682 INFO E| Downloaded smawk v0.3.1 |
2601 | 2024-12-20T19:52:21.022Z | [ helios-setup] Dec 20 19:52:20.684 INFO E| Downloaded lock_api v0.4.9 |
2602 | 2024-12-20T19:52:21.025Z | [ helios-setup] Dec 20 19:52:20.686 INFO E| Downloaded io-lifetimes v1.0.10 |
2603 | 2024-12-20T19:52:21.028Z | [ helios-setup] Dec 20 19:52:20.690 INFO E| Downloaded proc-macro2 v1.0.86 |
2604 | 2024-12-20T19:52:21.031Z | [ helios-setup] Dec 20 19:52:20.695 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2605 | 2024-12-20T19:52:21.042Z | [ helios-setup] Dec 20 19:52:20.705 INFO E| Downloaded rhai_codegen v1.5.0 |
2606 | 2024-12-20T19:52:21.069Z | [ helios-setup] Dec 20 19:52:20.732 INFO E| Downloaded log v0.4.17 |
2607 | 2024-12-20T19:52:21.072Z | [ helios-setup] Dec 20 19:52:20.735 INFO E| Downloaded signal-hook-registry v1.4.0 |
2608 | 2024-12-20T19:52:21.075Z | [ helios-setup] Dec 20 19:52:20.737 INFO E| Downloaded sha2 v0.10.6 |
2609 | 2024-12-20T19:52:21.081Z | [ helios-setup] Dec 20 19:52:20.745 INFO E| Downloaded utf8parse v0.2.1 |
2610 | 2024-12-20T19:52:21.085Z | [ helios-setup] Dec 20 19:52:20.746 INFO E| Downloaded pin-project-lite v0.2.9 |
2611 | 2024-12-20T19:52:21.092Z | [ helios-setup] Dec 20 19:52:20.753 INFO E| Downloaded iana-time-zone v0.1.56 |
2612 | 2024-12-20T19:52:21.097Z | [ helios-setup] Dec 20 19:52:20.757 INFO E| Downloaded camino v1.1.4 |
2613 | 2024-12-20T19:52:21.100Z | [ helios-setup] Dec 20 19:52:20.764 INFO E| Downloaded semver-parser v0.10.2 |
2614 | 2024-12-20T19:52:21.103Z | [ helios-setup] Dec 20 19:52:20.766 INFO E| Downloaded parking_lot_core v0.9.6 |
2615 | 2024-12-20T19:52:21.107Z | [ helios-setup] Dec 20 19:52:20.770 INFO E| Downloaded async-trait v0.1.68 |
2616 | 2024-12-20T19:52:21.112Z | [ helios-setup] Dec 20 19:52:20.776 INFO E| Downloaded anyhow v1.0.68 |
2617 | 2024-12-20T19:52:21.117Z | [ helios-setup] Dec 20 19:52:20.781 INFO E| Downloaded ahash v0.8.3 |
2618 | 2024-12-20T19:52:21.121Z | [ helios-setup] Dec 20 19:52:20.784 INFO E| Downloaded terminal_size v0.2.6 |
2619 | 2024-12-20T19:52:21.124Z | [ helios-setup] Dec 20 19:52:20.787 INFO E| Downloaded strsim v0.10.0 |
2620 | 2024-12-20T19:52:21.143Z | [ helios-setup] Dec 20 19:52:20.806 INFO E| Downloaded bincode v1.3.3 |
2621 | 2024-12-20T19:52:21.147Z | [ helios-setup] Dec 20 19:52:20.810 INFO E| Downloaded futures-channel v0.3.28 |
2622 | 2024-12-20T19:52:21.150Z | [ helios-setup] Dec 20 19:52:20.814 INFO E| Downloaded cargo-lock v8.0.3 |
2623 | 2024-12-20T19:52:21.155Z | [ helios-setup] Dec 20 19:52:20.818 INFO E| Downloaded quote v1.0.36 |
2624 | 2024-12-20T19:52:21.159Z | [ helios-setup] Dec 20 19:52:20.822 INFO E| Downloaded num_enum_derive v0.5.7 |
2625 | 2024-12-20T19:52:21.161Z | [ helios-setup] Dec 20 19:52:20.823 INFO E| Downloaded getrandom v0.2.8 |
2626 | 2024-12-20T19:52:21.164Z | [ helios-setup] Dec 20 19:52:20.828 INFO E| Downloaded anstyle v0.3.5 |
2627 | 2024-12-20T19:52:21.168Z | [ helios-setup] Dec 20 19:52:20.830 INFO E| Downloaded ipnet v2.7.2 |
2628 | 2024-12-20T19:52:21.170Z | [ helios-setup] Dec 20 19:52:20.833 INFO E| Downloaded tokio-macros v2.0.0 |
2629 | 2024-12-20T19:52:21.173Z | [ helios-setup] Dec 20 19:52:20.835 INFO E| Downloaded async-stream v0.3.5 |
2630 | 2024-12-20T19:52:21.198Z | [ helios-setup] Dec 20 19:52:20.861 INFO E| Downloaded autocfg v1.1.0 |
2631 | 2024-12-20T19:52:21.203Z | [ helios-setup] Dec 20 19:52:20.865 INFO E| Downloaded anstream v0.2.6 |
2632 | 2024-12-20T19:52:21.205Z | [ helios-setup] Dec 20 19:52:20.868 INFO E| Downloaded ppv-lite86 v0.2.17 |
2633 | 2024-12-20T19:52:21.208Z | [ helios-setup] Dec 20 19:52:20.871 INFO E| Downloaded ahash v0.7.6 |
2634 | 2024-12-20T19:52:21.212Z | [ helios-setup] Dec 20 19:52:20.875 INFO E| Downloaded encoding_rs v0.8.32 |
2635 | 2024-12-20T19:52:21.247Z | [ helios-setup] Dec 20 19:52:20.910 INFO E| Downloaded built v0.6.0 |
2636 | 2024-12-20T19:52:21.250Z | [ helios-setup] Dec 20 19:52:20.912 INFO E| Downloaded http-body v0.4.5 |
2637 | 2024-12-20T19:52:21.252Z | [ helios-setup] Dec 20 19:52:20.915 INFO E| Downloaded num_cpus v1.15.0 |
2638 | 2024-12-20T19:52:21.256Z | [ helios-setup] Dec 20 19:52:20.919 INFO E| Downloaded num-integer v0.1.45 |
2639 | 2024-12-20T19:52:21.259Z | [ helios-setup] Dec 20 19:52:20.922 INFO E| Downloaded futures-task v0.3.28 |
2640 | 2024-12-20T19:52:21.312Z | [ helios-setup] Dec 20 19:52:20.975 INFO E| Downloaded futures-executor v0.3.28 |
2641 | 2024-12-20T19:52:21.315Z | [ helios-setup] Dec 20 19:52:20.978 INFO E| Downloaded itoa v1.0.6 |
2642 | 2024-12-20T19:52:21.317Z | [ helios-setup] Dec 20 19:52:20.980 INFO E| Downloaded httpdate v1.0.2 |
2643 | 2024-12-20T19:52:21.320Z | [ helios-setup] Dec 20 19:52:20.982 INFO E| Downloaded futures-macro v0.3.28 |
2644 | 2024-12-20T19:52:21.320Z | [ helios-setup] Dec 20 19:52:20.983 INFO E| Downloaded futures-io v0.3.28 |
2645 | 2024-12-20T19:52:21.324Z | [ helios-setup] Dec 20 19:52:20.985 INFO E| Downloaded dyn-clone v1.0.11 |
2646 | 2024-12-20T19:52:21.327Z | [ helios-setup] Dec 20 19:52:20.987 INFO E| Downloaded crossbeam-deque v0.8.2 |
2647 | 2024-12-20T19:52:21.327Z | [ helios-setup] Dec 20 19:52:20.990 INFO E| Downloaded anstyle-parse v0.1.1 |
2648 | 2024-12-20T19:52:21.330Z | [ helios-setup] Dec 20 19:52:20.993 INFO E| Downloaded smartstring v1.0.1 |
2649 | 2024-12-20T19:52:21.334Z | [ helios-setup] Dec 20 19:52:20.998 INFO E| Downloaded smallvec v1.10.0 |
2650 | 2024-12-20T19:52:21.338Z | [ helios-setup] Dec 20 19:52:21.001 INFO E| Downloaded slog-bunyan v2.4.0 |
2651 | 2024-12-20T19:52:21.340Z | [ helios-setup] Dec 20 19:52:21.003 INFO E| Downloaded pkg-config v0.3.26 |
2652 | 2024-12-20T19:52:21.343Z | [ helios-setup] Dec 20 19:52:21.005 INFO E| Downloaded percent-encoding v2.2.0 |
2653 | 2024-12-20T19:52:21.343Z | [ helios-setup] Dec 20 19:52:21.006 INFO E| Downloaded memoffset v0.7.1 |
2654 | 2024-12-20T19:52:21.346Z | [ helios-setup] Dec 20 19:52:21.008 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2655 | 2024-12-20T19:52:21.449Z | [ helios-setup] Dec 20 19:52:21.112 INFO E| Downloaded lazy_static v1.4.0 |
2656 | 2024-12-20T19:52:21.452Z | [ helios-setup] Dec 20 19:52:21.114 INFO E| Downloaded is-terminal v0.4.7 |
2657 | 2024-12-20T19:52:21.458Z | [ helios-setup] Dec 20 19:52:21.116 INFO E| Downloaded form_urlencoded v1.1.0 |
2658 | 2024-12-20T19:52:21.458Z | [ helios-setup] Dec 20 19:52:21.117 INFO E| Downloaded digest v0.10.6 |
2659 | 2024-12-20T19:52:21.458Z | [ helios-setup] Dec 20 19:52:21.120 INFO E| Downloaded clap_lex v0.4.1 |
2660 | 2024-12-20T19:52:21.522Z | [ helios-setup] Dec 20 19:52:21.185 INFO E| Downloaded libz-sys v1.1.8 |
2661 | 2024-12-20T19:52:21.847Z | [ helios-setup] Dec 20 19:52:21.510 INFO E| Compiling proc-macro2 v1.0.86 |
2662 | 2024-12-20T19:52:21.850Z | [ helios-setup] Dec 20 19:52:21.510 INFO E| Compiling libc v0.2.139 |
2663 | 2024-12-20T19:52:21.850Z | [ helios-setup] Dec 20 19:52:21.511 INFO E| Compiling unicode-ident v1.0.8 |
2664 | 2024-12-20T19:52:21.850Z | [ helios-setup] Dec 20 19:52:21.511 INFO E| Compiling autocfg v1.1.0 |
2665 | 2024-12-20T19:52:21.850Z | [ helios-setup] Dec 20 19:52:21.511 INFO E| Compiling cfg-if v1.0.0 |
2666 | 2024-12-20T19:52:21.851Z | [ helios-setup] Dec 20 19:52:21.511 INFO E| Compiling version_check v0.9.4 |
2667 | 2024-12-20T19:52:21.851Z | [ helios-setup] Dec 20 19:52:21.511 INFO E| Compiling serde v1.0.204 |
2668 | 2024-12-20T19:52:21.851Z | [ helios-setup] Dec 20 19:52:21.511 INFO E| Compiling syn v1.0.107 |
2669 | 2024-12-20T19:52:22.246Z | [ helios-setup] Dec 20 19:52:21.908 INFO E| Compiling memchr v2.5.0 |
2670 | 2024-12-20T19:52:23.493Z | [ helios-setup] Dec 20 19:52:23.156 INFO E| Compiling once_cell v1.17.0 |
2671 | 2024-12-20T19:52:23.544Z | [ helios-setup] Dec 20 19:52:23.207 INFO E| Compiling log v0.4.17 |
2672 | 2024-12-20T19:52:23.742Z | [ helios-setup] Dec 20 19:52:23.405 INFO E| Compiling thiserror v1.0.38 |
2673 | 2024-12-20T19:52:24.198Z | [ helios-setup] Dec 20 19:52:23.861 INFO E| Compiling itoa v1.0.6 |
2674 | 2024-12-20T19:52:24.617Z | [ helios-setup] Dec 20 19:52:24.280 INFO E| Compiling serde_json v1.0.95 |
2675 | 2024-12-20T19:52:25.326Z | [ helios-setup] Dec 20 19:52:24.989 INFO E| Compiling jobserver v0.1.26 |
2676 | 2024-12-20T19:52:25.770Z | [ helios-setup] Dec 20 19:52:25.433 INFO E| Compiling quote v1.0.36 |
2677 | 2024-12-20T19:52:25.875Z | [ helios-setup] Dec 20 19:52:25.537 INFO E| Compiling getrandom v0.2.8 |
2678 | 2024-12-20T19:52:25.981Z | [ helios-setup] Dec 20 19:52:25.644 INFO E| Compiling cc v1.0.78 |
2679 | 2024-12-20T19:52:26.758Z | [ helios-setup] Dec 20 19:52:26.421 INFO E| Compiling indexmap v1.9.3 |
2680 | 2024-12-20T19:52:26.812Z | [ helios-setup] Dec 20 19:52:26.476 INFO E| Compiling syn v2.0.72 |
2681 | 2024-12-20T19:52:27.076Z | [ helios-setup] Dec 20 19:52:26.739 INFO E| Compiling pin-project-lite v0.2.9 |
2682 | 2024-12-20T19:52:27.189Z | [ helios-setup] Dec 20 19:52:26.852 INFO E| Compiling scopeguard v1.1.0 |
2683 | 2024-12-20T19:52:27.447Z | [ helios-setup] Dec 20 19:52:27.110 INFO E| Compiling num-integer v0.1.45 |
2684 | 2024-12-20T19:52:27.520Z | [ helios-setup] Dec 20 19:52:27.184 INFO E| Compiling bytes v1.4.0 |
2685 | 2024-12-20T19:52:27.573Z | [ helios-setup] Dec 20 19:52:27.237 INFO E| Compiling futures-core v0.3.28 |
2686 | 2024-12-20T19:52:28.024Z | [ host-package] Compiling fastrand v2.1.1 |
2687 | 2024-12-20T19:52:28.331Z | [ helios-setup] Dec 20 19:52:27.994 INFO E| Compiling ryu v1.0.13 |
2688 | 2024-12-20T19:52:29.350Z | [ host-package] Compiling same-file v1.0.6 |
2689 | 2024-12-20T19:52:29.542Z | [ helios-setup] Dec 20 19:52:29.206 INFO E| Compiling lock_api v0.4.9 |
2690 | 2024-12-20T19:52:29.882Z | [ helios-setup] Dec 20 19:52:29.546 INFO E| Compiling bitflags v1.3.2 |
2691 | 2024-12-20T19:52:30.031Z | [ helios-setup] Dec 20 19:52:29.693 INFO E| Compiling typenum v1.16.0 |
2692 | 2024-12-20T19:52:30.161Z | [ helios-setup] Dec 20 19:52:29.824 INFO E| Compiling parking_lot_core v0.9.6 |
2693 | 2024-12-20T19:52:30.272Z | [ helios-setup] Dec 20 19:52:29.935 INFO E| Compiling num_cpus v1.15.0 |
2694 | 2024-12-20T19:52:30.324Z | [ helios-setup] Dec 20 19:52:29.987 INFO E| Compiling generic-array v0.14.6 |
2695 | 2024-12-20T19:52:30.498Z | [ host-package] Compiling display-error-chain v0.2.2 |
2696 | 2024-12-20T19:52:30.571Z | [ helios-setup] Dec 20 19:52:30.234 INFO E| Compiling slab v0.4.7 |
2697 | 2024-12-20T19:52:30.863Z | [ helios-setup] Dec 20 19:52:30.527 INFO E| Compiling futures-sink v0.3.28 |
2698 | 2024-12-20T19:52:30.998Z | [ host-package] Compiling walkdir v2.5.0 |
2699 | 2024-12-20T19:52:31.089Z | [ helios-setup] Dec 20 19:52:30.752 INFO E| Compiling futures-task v0.3.28 |
2700 | 2024-12-20T19:52:31.323Z | [ helios-setup] Dec 20 19:52:30.986 INFO E| Compiling futures-channel v0.3.28 |
2701 | 2024-12-20T19:52:31.641Z | [ helios-setup] Dec 20 19:52:31.305 INFO E| Compiling tokio v1.27.0 |
2702 | 2024-12-20T19:52:31.783Z | [ helios-setup] Dec 20 19:52:31.446 INFO E| Compiling schemars v0.8.12 |
2703 | 2024-12-20T19:52:32.085Z | [ host-package] Compiling tempfile v3.13.0 |
2704 | 2024-12-20T19:52:32.236Z | [ helios-setup] Dec 20 19:52:31.900 INFO E| Compiling futures-util v0.3.28 |
2705 | 2024-12-20T19:52:32.327Z | [ host-package] Compiling ring v0.16.20 |
2706 | 2024-12-20T19:52:33.070Z | [ helios-setup] Dec 20 19:52:32.616 INFO E| Compiling mio v0.8.5 |
2707 | 2024-12-20T19:52:33.152Z | [ helios-setup] Dec 20 19:52:32.816 INFO E| Compiling signal-hook-registry v1.4.0 |
2708 | 2024-12-20T19:52:33.339Z | [ helios-setup] Dec 20 19:52:33.002 INFO E| Compiling socket2 v0.4.9 |
2709 | 2024-12-20T19:52:33.352Z | [ host-package] Compiling blake3 v1.5.4 |
2710 | 2024-12-20T19:52:33.526Z | [ helios-setup] Dec 20 19:52:33.190 INFO E| Compiling ahash v0.7.6 |
2711 | 2024-12-20T19:52:33.601Z | [ helios-setup] Dec 20 19:52:33.264 INFO E| Compiling num-traits v0.2.15 |
2712 | 2024-12-20T19:52:34.357Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2713 | 2024-12-20T19:52:34.440Z | [ helios-setup] Dec 20 19:52:34.104 INFO E| Compiling io-lifetimes v1.0.10 |
2714 | 2024-12-20T19:52:34.646Z | [ host-package] Compiling xattr v1.3.1 |
2715 | 2024-12-20T19:52:34.660Z | [ helios-setup] Dec 20 19:52:34.324 INFO E| Compiling pin-utils v0.1.0 |
2716 | 2024-12-20T19:52:34.873Z | [ helios-setup] Dec 20 19:52:34.537 INFO E| Compiling crunchy v0.2.2 |
2717 | 2024-12-20T19:52:35.173Z | [ host-package] Compiling filetime v0.2.25 |
2718 | 2024-12-20T19:52:35.602Z | [ host-package] Compiling memmap2 v0.9.5 |
2719 | 2024-12-20T19:52:35.824Z | [ helios-setup] Dec 20 19:52:35.487 INFO E| Compiling futures-io v0.3.28 |
2720 | 2024-12-20T19:52:36.063Z | [ host-package] Compiling arrayvec v0.7.6 |
2721 | 2024-12-20T19:52:36.278Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2722 | 2024-12-20T19:52:36.635Z | [ helios-setup] Dec 20 19:52:36.299 INFO E| Compiling ahash v0.8.3 |
2723 | 2024-12-20T19:52:36.668Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2724 | 2024-12-20T19:52:36.792Z | [ helios-setup] Dec 20 19:52:36.455 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2725 | 2024-12-20T19:52:37.065Z | [ host-package] Compiling arrayref v0.3.9 |
2726 | 2024-12-20T19:52:37.134Z | [ helios-setup] Dec 20 19:52:36.797 INFO E| Compiling tiny-keccak v2.0.2 |
2727 | 2024-12-20T19:52:37.172Z | [ host-package] Compiling keccak v0.1.5 |
2728 | 2024-12-20T19:52:37.439Z | [ host-package] Compiling spin v0.5.2 |
2729 | 2024-12-20T19:52:37.617Z | [ helios-setup] Dec 20 19:52:37.280 INFO E| Compiling hashbrown v0.12.3 |
2730 | 2024-12-20T19:52:37.691Z | [ helios-setup] Dec 20 19:52:37.355 INFO E| Compiling rustix v0.37.3 |
2731 | 2024-12-20T19:52:37.970Z | [ host-package] Compiling sha3 v0.10.8 |
2732 | 2024-12-20T19:52:38.193Z | [ helios-setup] Dec 20 19:52:37.856 INFO E| Compiling serde_derive_internals v0.26.0 |
2733 | 2024-12-20T19:52:38.563Z | [ helios-setup] Dec 20 19:52:38.227 INFO E| Compiling block-buffer v0.10.3 |
2734 | 2024-12-20T19:52:38.660Z | [ helios-setup] Dec 20 19:52:38.324 INFO E| Compiling crypto-common v0.1.6 |
2735 | 2024-12-20T19:52:39.097Z | [ host-package] Compiling tar v0.4.42 |
2736 | 2024-12-20T19:52:39.417Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2737 | 2024-12-20T19:52:40.163Z | [ helios-setup] Dec 20 19:52:39.826 INFO E| Compiling errno v0.3.1 |
2738 | 2024-12-20T19:52:40.407Z | [ helios-setup] Dec 20 19:52:40.071 INFO E| Compiling slog v2.7.0 |
2739 | 2024-12-20T19:52:40.457Z | [ host-package] Compiling toolchain_find v0.4.0 |
2740 | 2024-12-20T19:52:40.510Z | [ helios-setup] Dec 20 19:52:40.174 INFO E| Compiling pkg-config v0.3.26 |
2741 | 2024-12-20T19:52:40.565Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2742 | 2024-12-20T19:52:40.873Z | [ helios-setup] Dec 20 19:52:40.536 INFO E| Compiling fnv v1.0.7 |
2743 | 2024-12-20T19:52:41.089Z | [ helios-setup] Dec 20 19:52:40.752 INFO E| Compiling crossbeam-utils v0.8.14 |
2744 | 2024-12-20T19:52:41.283Z | [ helios-setup] Dec 20 19:52:40.947 INFO E| Compiling http v0.2.9 |
2745 | 2024-12-20T19:52:41.655Z | [ host-package] Compiling topological-sort v0.2.2 |
2746 | 2024-12-20T19:52:41.658Z | [ host-package] Compiling crunchy v0.2.2 |
2747 | 2024-12-20T19:52:42.399Z | [ host-package] Compiling maplit v1.0.2 |
2748 | 2024-12-20T19:52:42.583Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2749 | 2024-12-20T19:52:42.794Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2750 | 2024-12-20T19:52:42.961Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2751 | 2024-12-20T19:52:43.195Z | [ helios-setup] Dec 20 19:52:42.858 INFO E| Compiling digest v0.10.6 |
2752 | 2024-12-20T19:52:44.173Z | [ helios-setup] Dec 20 19:52:43.836 INFO E| Compiling aho-corasick v0.7.20 |
2753 | 2024-12-20T19:52:44.187Z | [ host-package] Compiling const_format v0.2.33 |
2754 | 2024-12-20T19:52:44.229Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2755 | 2024-12-20T19:52:44.281Z | [ helios-setup] Dec 20 19:52:43.944 INFO E| Compiling cpufeatures v0.2.5 |
2756 | 2024-12-20T19:52:44.578Z | [ helios-setup] Dec 20 19:52:44.242 INFO E| Compiling httparse v1.8.0 |
2757 | 2024-12-20T19:52:44.624Z | [ host-package] Compiling phf_generator v0.11.2 |
2758 | 2024-12-20T19:52:44.672Z | [ helios-setup] Dec 20 19:52:44.336 INFO E| Compiling tinyvec_macros v0.1.1 |
2759 | 2024-12-20T19:52:44.757Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2760 | 2024-12-20T19:52:45.013Z | [ helios-setup] Dec 20 19:52:44.677 INFO E| Compiling anyhow v1.0.68 |
2761 | 2024-12-20T19:52:45.162Z | [ host-package] Compiling secrecy v0.8.0 |
2762 | 2024-12-20T19:52:45.229Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2763 | 2024-12-20T19:52:45.993Z | [ helios-setup] Dec 20 19:52:45.656 INFO E| Compiling heck v0.4.1 |
2764 | 2024-12-20T19:52:45.996Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2765 | 2024-12-20T19:52:46.330Z | [ helios-setup] Dec 20 19:52:45.994 INFO E| Compiling regex-syntax v0.6.29 |
2766 | 2024-12-20T19:52:46.570Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2767 | 2024-12-20T19:52:46.814Z | [ host-package] Compiling arc-swap v1.7.1 |
2768 | 2024-12-20T19:52:46.825Z | [ helios-setup] Dec 20 19:52:46.489 INFO E| Compiling percent-encoding v2.2.0 |
2769 | 2024-12-20T19:52:46.869Z | [ host-package] Compiling r2d2 v0.8.10 |
2770 | 2024-12-20T19:52:46.943Z | [ helios-setup] Dec 20 19:52:46.606 INFO E| Compiling unicode-width v0.1.10 |
2771 | 2024-12-20T19:52:47.033Z | [ host-package] Compiling diesel_derives v2.2.3 |
2772 | 2024-12-20T19:52:47.161Z | [ host-package] Compiling phf_codegen v0.11.2 |
2773 | 2024-12-20T19:52:47.476Z | [ helios-setup] Dec 20 19:52:47.140 INFO E| Compiling form_urlencoded v1.1.0 |
2774 | 2024-12-20T19:52:47.546Z | [ helios-setup] Dec 20 19:52:47.210 INFO E| Compiling thiserror-impl v1.0.38 |
2775 | 2024-12-20T19:52:47.661Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2776 | 2024-12-20T19:52:47.886Z | [ host-package] Compiling slog-scope v4.4.0 |
2777 | 2024-12-20T19:52:47.902Z | [ helios-setup] Dec 20 19:52:47.566 INFO E| Compiling schemars_derive v0.8.12 |
2778 | 2024-12-20T19:52:47.963Z | [ helios-setup] Dec 20 19:52:47.627 INFO E| Compiling const-random-macro v0.1.15 |
2779 | 2024-12-20T19:52:48.172Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2780 | 2024-12-20T19:52:48.247Z | [ host-package] Compiling universal-hash v0.5.1 |
2781 | 2024-12-20T19:52:48.450Z | [ helios-setup] Dec 20 19:52:48.114 INFO E| Compiling tinyvec v1.6.0 |
2782 | 2024-12-20T19:52:48.850Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2783 | 2024-12-20T19:52:49.111Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2784 | 2024-12-20T19:52:49.455Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2785 | 2024-12-20T19:52:49.657Z | [ helios-setup] Dec 20 19:52:49.321 INFO E| Compiling serde_derive v1.0.204 |
2786 | 2024-12-20T19:52:49.867Z | [ helios-setup] Dec 20 19:52:49.531 INFO E| Compiling tokio-macros v2.0.0 |
2787 | 2024-12-20T19:52:50.238Z | [ helios-setup] Dec 20 19:52:49.902 INFO E| Compiling futures-macro v0.3.28 |
2788 | 2024-12-20T19:52:52.008Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2789 | 2024-12-20T19:52:52.527Z | [ host-package] Compiling ena v0.14.3 |
2790 | 2024-12-20T19:52:52.851Z | [ helios-setup] Dec 20 19:52:52.515 INFO E| Compiling hashbrown v0.13.2 |
2791 | 2024-12-20T19:52:53.310Z | [ helios-setup] Dec 20 19:52:52.974 INFO E| Compiling chrono v0.4.24 |
2792 | 2024-12-20T19:52:53.366Z | [ helios-setup] Dec 20 19:52:53.030 INFO E| Compiling libz-sys v1.1.8 |
2793 | 2024-12-20T19:52:53.485Z | [ host-package] Compiling opaque-debug v0.3.1 |
2794 | 2024-12-20T19:52:53.794Z | [ helios-setup] Dec 20 19:52:53.458 INFO E| Compiling regex v1.7.3 |
2795 | 2024-12-20T19:52:54.062Z | [ host-package] Compiling regex-syntax v0.6.29 |
2796 | 2024-12-20T19:52:54.252Z | [ host-package] Compiling diff v0.1.13 |
2797 | 2024-12-20T19:52:55.337Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2798 | 2024-12-20T19:52:55.852Z | [ host-package] Compiling poly1305 v0.8.0 |
2799 | 2024-12-20T19:52:56.969Z | [ helios-setup] Dec 20 19:52:56.633 INFO E| Compiling dyn-clone v1.0.11 |
2800 | 2024-12-20T19:52:57.095Z | [ helios-setup] Dec 20 19:52:56.759 INFO E| Compiling uuid v1.3.0 |
2801 | 2024-12-20T19:52:57.449Z | [ helios-setup] Dec 20 19:52:57.113 INFO E| Compiling regress v0.5.0 |
2802 | 2024-12-20T19:52:57.731Z | [ helios-setup] Dec 20 19:52:57.395 INFO E| Compiling unicode-normalization v0.1.22 |
2803 | 2024-12-20T19:52:57.976Z | [ helios-setup] Dec 20 19:52:57.641 INFO E| Compiling const-random v0.1.15 |
2804 | 2024-12-20T19:52:58.635Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2805 | 2024-12-20T19:53:00.003Z | [ helios-setup] Dec 20 19:52:59.667 INFO E| Compiling getopts v0.2.21 |
2806 | 2024-12-20T19:53:00.322Z | [ helios-setup] Dec 20 19:52:59.984 INFO E| Compiling tracing-core v0.1.30 |
2807 | 2024-12-20T19:53:00.486Z | [ helios-setup] Dec 20 19:53:00.150 INFO E| Compiling memoffset v0.7.1 |
2808 | 2024-12-20T19:53:01.235Z | [ host-package] Compiling lalrpop v0.19.12 |
2809 | 2024-12-20T19:53:01.552Z | [ helios-setup] Dec 20 19:53:01.216 INFO E| Compiling powerfmt v0.2.0 |
2810 | 2024-12-20T19:53:02.072Z | [ helios-setup] Dec 20 19:53:01.736 INFO E| Compiling unicode-bidi v0.3.13 |
2811 | 2024-12-20T19:53:03.737Z | [ helios-setup] Dec 20 19:53:02.398 INFO E| Compiling time-core v0.1.2 |
2812 | 2024-12-20T19:53:03.739Z | [ helios-setup] Dec 20 19:53:02.729 INFO E| Compiling ucd-trie v0.1.5 |
2813 | 2024-12-20T19:53:04.386Z | [ helios-setup] Dec 20 19:53:04.050 INFO E| Compiling num-conv v0.1.0 |
2814 | 2024-12-20T19:53:05.271Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2815 | 2024-12-20T19:53:05.795Z | [ helios-setup] Dec 20 19:53:05.459 INFO E| Compiling time-macros v0.2.18 |
2816 | 2024-12-20T19:53:06.845Z | [ helios-setup] Dec 20 19:53:06.510 INFO E| Compiling idna v0.3.0 |
2817 | 2024-12-20T19:53:06.908Z | [ helios-setup] Dec 20 19:53:06.571 INFO E| Compiling pest v2.5.7 |
2818 | 2024-12-20T19:53:08.225Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2819 | 2024-12-20T19:53:09.250Z | [ helios-setup] Dec 20 19:53:08.914 INFO E| Compiling deranged v0.3.11 |
2820 | 2024-12-20T19:53:09.799Z | [ helios-setup] Dec 20 19:53:09.464 INFO E| Compiling tracing v0.1.37 |
2821 | 2024-12-20T19:53:10.662Z | [ host-package] Compiling diesel v2.2.6 |
2822 | 2024-12-20T19:53:11.097Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2823 | 2024-12-20T19:53:11.953Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2824 | 2024-12-20T19:53:12.602Z | [ helios-setup] Dec 20 19:53:12.267 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2825 | 2024-12-20T19:53:12.667Z | [ host-package] Compiling chacha20 v0.9.1 |
2826 | 2024-12-20T19:53:13.179Z | [ helios-setup] Dec 20 19:53:12.843 INFO E| Compiling time v0.1.45 |
2827 | 2024-12-20T19:53:13.748Z | [ helios-setup] Dec 20 19:53:13.413 INFO E| Compiling crossbeam-epoch v0.9.13 |
2828 | 2024-12-20T19:53:13.997Z | [ host-package] Compiling aead v0.5.2 |
2829 | 2024-12-20T19:53:14.871Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2830 | 2024-12-20T19:53:14.872Z | [ helios-setup] Dec 20 19:53:14.536 INFO E| Compiling semver v1.0.17 |
2831 | 2024-12-20T19:53:15.931Z | [ helios-setup] Dec 20 19:53:15.595 INFO E| Compiling iana-time-zone v0.1.56 |
2832 | 2024-12-20T19:53:16.067Z | [ helios-setup] Dec 20 19:53:15.731 INFO E| Compiling num_threads v0.1.6 |
2833 | 2024-12-20T19:53:16.082Z | [ host-package] Compiling ref-cast v1.0.23 |
2834 | 2024-12-20T19:53:16.501Z | [ helios-setup] Dec 20 19:53:16.166 INFO E| Compiling time v0.3.36 |
2835 | 2024-12-20T19:53:17.190Z | [ helios-setup] Dec 20 19:53:16.851 INFO E| Compiling semver-parser v0.10.2 |
2836 | 2024-12-20T19:53:17.347Z | [ helios-setup] Dec 20 19:53:17.012 INFO E| Compiling url v2.3.1 |
2837 | 2024-12-20T19:53:17.451Z | [ helios-setup] Dec 20 19:53:17.115 INFO E| Compiling smallvec v1.10.0 |
2838 | 2024-12-20T19:53:17.497Z | [ host-package] Compiling vte v0.11.1 |
2839 | 2024-12-20T19:53:17.824Z | [ helios-setup] Dec 20 19:53:17.489 INFO E| Compiling toml v0.5.11 |
2840 | 2024-12-20T19:53:20.424Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2841 | 2024-12-20T19:53:20.430Z | [ helios-setup] Dec 20 19:53:20.012 INFO E| Compiling parking_lot v0.12.1 |
2842 | 2024-12-20T19:53:20.852Z | [ helios-setup] Dec 20 19:53:20.516 INFO E| Compiling serde_tokenstream v0.2.0 |
2843 | 2024-12-20T19:53:20.996Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2844 | 2024-12-20T19:53:21.228Z | [ host-package] Compiling chrono-tz v0.10.0 |
2845 | 2024-12-20T19:53:22.831Z | [ host-package] Compiling vsss-rs v3.3.4 |
2846 | 2024-12-20T19:53:25.704Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2847 | 2024-12-20T19:53:26.058Z | [ helios-setup] Dec 20 19:53:25.722 INFO E| Compiling crossbeam-channel v0.5.6 |
2848 | 2024-12-20T19:53:26.642Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2849 | 2024-12-20T19:53:29.319Z | [ helios-setup] Dec 20 19:53:28.984 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2850 | 2024-12-20T19:53:30.396Z | [ helios-setup] Dec 20 19:53:30.061 INFO E| Compiling dirs-sys-next v0.1.2 |
2851 | 2024-12-20T19:53:30.869Z | [ host-package] Compiling headers-core v0.3.0 |
2852 | 2024-12-20T19:53:31.144Z | [ helios-setup] Dec 20 19:53:30.809 INFO E| Compiling same-file v1.0.6 |
2853 | 2024-12-20T19:53:31.616Z | [ host-package] Compiling fxhash v0.2.1 |
2854 | 2024-12-20T19:53:32.200Z | [ helios-setup] Dec 20 19:53:31.865 INFO E| Compiling crc32fast v1.3.2 |
2855 | 2024-12-20T19:53:32.203Z | [ host-package] Compiling libxml v0.3.3 |
2856 | 2024-12-20T19:53:32.478Z | [ helios-setup] Dec 20 19:53:32.143 INFO E| Compiling try-lock v0.2.4 |
2857 | 2024-12-20T19:53:32.531Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2858 | 2024-12-20T19:53:33.060Z | [ helios-setup] Dec 20 19:53:32.725 INFO E| Compiling want v0.3.0 |
2859 | 2024-12-20T19:53:33.065Z | [ host-package] Compiling bytecount v0.6.8 |
2860 | 2024-12-20T19:53:33.801Z | [ host-package] Compiling papergrid v0.11.0 |
2861 | 2024-12-20T19:53:34.075Z | [ helios-setup] Dec 20 19:53:33.740 INFO E| Compiling walkdir v2.3.3 |
2862 | 2024-12-20T19:53:35.051Z | [ helios-setup] Dec 20 19:53:34.715 INFO E| Compiling dirs-next v2.0.0 |
2863 | 2024-12-20T19:53:37.743Z | [ helios-setup] Dec 20 19:53:37.408 INFO E| Compiling proc-macro-crate v1.2.1 |
2864 | 2024-12-20T19:53:38.335Z | [ helios-setup] Dec 20 19:53:38.000 INFO E| Compiling semver v0.11.0 |
2865 | 2024-12-20T19:53:40.929Z | [ helios-setup] Dec 20 19:53:40.594 INFO E| Compiling tokio-util v0.7.7 |
2866 | 2024-12-20T19:53:41.177Z | [ helios-setup] Dec 20 19:53:40.842 INFO E| Compiling futures-executor v0.3.28 |
2867 | 2024-12-20T19:53:42.586Z | [ helios-setup] Dec 20 19:53:42.251 INFO E| Compiling http-body v0.4.5 |
2868 | 2024-12-20T19:53:43.636Z | [ helios-setup] Dec 20 19:53:43.301 INFO E| Compiling h2 v0.3.16 |
2869 | 2024-12-20T19:53:43.832Z | [ helios-setup] Dec 20 19:53:43.497 INFO E| Compiling ring v0.16.20 |
2870 | 2024-12-20T19:53:45.802Z | [ helios-setup] Dec 20 19:53:45.467 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2871 | 2024-12-20T19:53:46.068Z | [ helios-setup] Dec 20 19:53:45.734 INFO E| Compiling rand_core v0.6.4 |
2872 | 2024-12-20T19:53:46.237Z | [ helios-setup] Dec 20 19:53:45.902 INFO E| Compiling thread_local v1.1.7 |
2873 | 2024-12-20T19:53:47.179Z | [ helios-setup] Dec 20 19:53:46.844 INFO E| Compiling rayon-core v1.10.2 |
2874 | 2024-12-20T19:53:48.075Z | [ helios-setup] Dec 20 19:53:47.741 INFO E| Compiling home v0.5.4 |
2875 | 2024-12-20T19:53:48.389Z | [ helios-setup] Dec 20 19:53:48.055 INFO E| Compiling ppv-lite86 v0.2.17 |
2876 | 2024-12-20T19:53:48.537Z | [ helios-setup] Dec 20 19:53:48.203 INFO E| Compiling httpdate v1.0.2 |
2877 | 2024-12-20T19:53:50.241Z | [ helios-setup] Dec 20 19:53:49.907 INFO E| Compiling base64 v0.21.0 |
2878 | 2024-12-20T19:53:50.743Z | [ helios-setup] Dec 20 19:53:50.409 INFO E| Compiling utf8parse v0.2.1 |
2879 | 2024-12-20T19:53:51.193Z | [ helios-setup] Dec 20 19:53:50.858 INFO E| Compiling tower-service v0.3.2 |
2880 | 2024-12-20T19:53:51.627Z | [ helios-setup] Dec 20 19:53:51.252 INFO E| Compiling adler v1.0.2 |
2881 | 2024-12-20T19:53:52.133Z | [ helios-setup] Dec 20 19:53:51.782 INFO E| Compiling fastrand v1.9.0 |
2882 | 2024-12-20T19:53:53.129Z | [ helios-setup] Dec 20 19:53:52.795 INFO E| Compiling lazy_static v1.4.0 |
2883 | 2024-12-20T19:53:53.394Z | [ helios-setup] Dec 20 19:53:53.059 INFO E| Compiling toolchain_find v0.2.0 |
2884 | 2024-12-20T19:53:53.397Z | [ helios-setup] Dec 20 19:53:53.060 INFO E| Compiling tempfile v3.5.0 |
2885 | 2024-12-20T19:53:53.834Z | [ helios-setup] Dec 20 19:53:53.499 INFO E| Compiling miniz_oxide v0.6.2 |
2886 | 2024-12-20T19:53:54.501Z | [ helios-setup] Dec 20 19:53:54.167 INFO E| Compiling anstyle-parse v0.1.1 |
2887 | 2024-12-20T19:53:54.878Z | [ host-package] Compiling polar-core v0.27.3 |
2888 | 2024-12-20T19:53:55.229Z | [ helios-setup] Dec 20 19:53:54.894 INFO E| Compiling hyper v0.14.25 |
2889 | 2024-12-20T19:53:55.481Z | [ helios-setup] Dec 20 19:53:55.146 INFO E| Compiling rand_chacha v0.3.1 |
2890 | 2024-12-20T19:54:00.591Z | [ host-package] Compiling headers v0.4.0 |
2891 | 2024-12-20T19:54:03.081Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2892 | 2024-12-20T19:54:06.534Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2893 | 2024-12-20T19:54:06.928Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2894 | 2024-12-20T19:54:07.822Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2895 | 2024-12-20T19:54:07.982Z | [ host-package] Compiling tabled_derive v0.7.0 |
2896 | 2024-12-20T19:54:08.174Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2897 | 2024-12-20T19:54:11.785Z | [ helios-setup] Dec 20 19:54:11.371 INFO E| Compiling futures v0.3.28 |
2898 | 2024-12-20T19:54:12.105Z | [ helios-setup] Dec 20 19:54:11.736 INFO E| Compiling cargo-lock v8.0.3 |
2899 | 2024-12-20T19:54:12.268Z | [ host-package] Compiling itertools v0.12.1 |
2900 | 2024-12-20T19:54:13.908Z | [ host-package] Compiling fd-lock v4.0.2 |
2901 | 2024-12-20T19:54:14.740Z | [ host-package] Compiling peg-macros v0.8.4 |
2902 | 2024-12-20T19:54:15.919Z | [ helios-setup] Dec 20 19:54:15.585 INFO E| Compiling num_enum_derive v0.5.7 |
2903 | 2024-12-20T19:54:17.569Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2904 | 2024-12-20T19:54:18.056Z | [ helios-setup] Dec 20 19:54:17.722 INFO E| Compiling crossbeam-deque v0.8.2 |
2905 | 2024-12-20T19:54:19.210Z | [ helios-setup] Dec 20 19:54:18.876 INFO E| Compiling term v0.7.0 |
2906 | 2024-12-20T19:54:19.864Z | [ host-package] Compiling strum_macros v0.24.3 |
2907 | 2024-12-20T19:54:20.202Z | [ host-package] Compiling kstat-rs v0.2.4 |
2908 | 2024-12-20T19:54:20.929Z | [ helios-setup] Dec 20 19:54:20.596 INFO E| Compiling serde_urlencoded v0.7.1 |
2909 | 2024-12-20T19:54:21.301Z | [ helios-setup] Dec 20 19:54:20.967 INFO E| Compiling is-terminal v0.4.7 |
2910 | 2024-12-20T19:54:21.461Z | [ host-package] Compiling samael v0.0.17 |
2911 | 2024-12-20T19:54:21.548Z | [ host-package] Compiling unicase v2.7.0 |
2912 | 2024-12-20T19:54:21.647Z | [ helios-setup] Dec 20 19:54:21.313 INFO E| Compiling sha1 v0.10.5 |
2913 | 2024-12-20T19:54:21.965Z | [ helios-setup] Dec 20 19:54:21.631 INFO E| Compiling sha2 v0.10.6 |
2914 | 2024-12-20T19:54:22.462Z | [ helios-setup] Dec 20 19:54:22.128 INFO E| Compiling atty v0.2.14 |
2915 | 2024-12-20T19:54:22.618Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2916 | 2024-12-20T19:54:22.750Z | [ host-package] Compiling indoc v1.0.9 |
2917 | 2024-12-20T19:54:22.900Z | [ helios-setup] Dec 20 19:54:22.564 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2918 | 2024-12-20T19:54:23.833Z | [ helios-setup] Dec 20 19:54:23.499 INFO E| Compiling concolor-override v1.0.0 |
2919 | 2024-12-20T19:54:24.352Z | [ helios-setup] Dec 20 19:54:24.018 INFO E| Compiling anstyle v0.3.5 |
2920 | 2024-12-20T19:54:24.818Z | [ host-package] Compiling reedline v0.35.0 |
2921 | 2024-12-20T19:54:24.891Z | [ host-package] Compiling peg v0.8.4 |
2922 | 2024-12-20T19:54:24.989Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2923 | 2024-12-20T19:54:25.246Z | [ host-package] Compiling tabled v0.15.0 |
2924 | 2024-12-20T19:54:25.818Z | [ helios-setup] Dec 20 19:54:25.483 INFO E| Compiling concolor-query v0.3.3 |
2925 | 2024-12-20T19:54:26.167Z | [ helios-setup] Dec 20 19:54:25.834 INFO E| Compiling anstream v0.2.6 |
2926 | 2024-12-20T19:54:29.440Z | [ helios-setup] Dec 20 19:54:29.107 INFO E| Compiling slog-term v2.9.0 |
2927 | 2024-12-20T19:54:29.595Z | [ helios-setup] Dec 20 19:54:29.261 INFO E| Compiling flate2 v1.0.25 |
2928 | 2024-12-20T19:54:30.062Z | [ helios-setup] Dec 20 19:54:29.728 INFO E| Compiling num_enum v0.5.7 |
2929 | 2024-12-20T19:54:31.674Z | [ helios-setup] Dec 20 19:54:31.341 INFO E| Compiling rand v0.8.5 |
2930 | 2024-12-20T19:54:32.473Z | [ helios-setup] Dec 20 19:54:32.139 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2931 | 2024-12-20T19:54:32.529Z | [ helios-setup] Dec 20 19:54:32.196 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2932 | 2024-12-20T19:54:32.994Z | [ helios-setup] Dec 20 19:54:32.660 INFO E| Compiling openapiv3 v1.0.2 |
2933 | 2024-12-20T19:54:34.659Z | [ helios-setup] Dec 20 19:54:34.325 INFO E| Compiling encoding_rs v0.8.32 |
2934 | 2024-12-20T19:54:35.840Z | [ helios-setup] Dec 20 19:54:35.507 INFO E| Compiling untrusted v0.7.1 |
2935 | 2024-12-20T19:54:36.448Z | [ helios-setup] Dec 20 19:54:36.115 INFO E| Compiling ipnet v2.7.2 |
2936 | 2024-12-20T19:54:41.603Z | [ helios-setup] Dec 20 19:54:41.269 INFO E| Compiling mime v0.3.17 |
2937 | 2024-12-20T19:54:42.085Z | [ helios-setup] Dec 20 19:54:41.752 INFO E| Compiling clap_lex v0.4.1 |
2938 | 2024-12-20T19:54:42.186Z | [ helios-setup] Dec 20 19:54:41.853 INFO E| Compiling strsim v0.10.0 |
2939 | 2024-12-20T19:54:43.588Z | [ helios-setup] Dec 20 19:54:43.255 INFO E| Compiling utf-8 v0.7.6 |
2940 | 2024-12-20T19:54:43.934Z | [ helios-setup] Dec 20 19:54:43.601 INFO E| Compiling base64 v0.13.1 |
2941 | 2024-12-20T19:54:44.392Z | [ helios-setup] Dec 20 19:54:44.058 INFO E| Compiling project-root v0.2.2 |
2942 | 2024-12-20T19:54:44.856Z | [ helios-setup] Dec 20 19:54:44.523 INFO E| Compiling unsafe-libyaml v0.2.8 |
2943 | 2024-12-20T19:54:45.686Z | [ helios-setup] Dec 20 19:54:45.353 INFO E| Compiling spin v0.5.2 |
2944 | 2024-12-20T19:54:46.029Z | [ helios-setup] Dec 20 19:54:45.696 INFO E| Compiling byteorder v1.4.3 |
2945 | 2024-12-20T19:54:46.320Z | [ helios-setup] Dec 20 19:54:45.987 INFO E| Compiling either v1.8.0 |
2946 | 2024-12-20T19:54:47.065Z | [ helios-setup] Dec 20 19:54:46.732 INFO E| Compiling tungstenite v0.18.0 |
2947 | 2024-12-20T19:54:47.155Z | [ helios-setup] Dec 20 19:54:46.822 INFO E| Compiling rayon v1.6.1 |
2948 | 2024-12-20T19:54:47.955Z | [ helios-setup] Dec 20 19:54:47.614 INFO E| Compiling serde_yaml v0.9.21 |
2949 | 2024-12-20T19:54:48.461Z | [ helios-setup] Dec 20 19:54:48.115 INFO E| Compiling clap_builder v4.2.1 |
2950 | 2024-12-20T19:54:55.841Z | [ helios-setup] Dec 20 19:54:55.505 INFO E| Compiling reqwest v0.11.16 |
2951 | 2024-12-20T19:54:56.598Z | [ helios-setup] Dec 20 19:54:56.265 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2952 | 2024-12-20T19:54:57.907Z | [ helios-setup] Dec 20 19:54:57.568 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2953 | 2024-12-20T19:54:58.129Z | [ helios-setup] Dec 20 19:54:57.794 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2954 | 2024-12-20T19:54:59.789Z | [ host-package] Compiling derive_builder v0.20.2 |
2955 | 2024-12-20T19:55:00.167Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2956 | 2024-12-20T19:55:02.235Z | [ helios-setup] Dec 20 19:55:01.903 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2957 | 2024-12-20T19:55:03.276Z | [ helios-setup] Dec 20 19:55:02.943 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2958 | 2024-12-20T19:55:04.073Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2959 | 2024-12-20T19:55:04.120Z | [ helios-setup] Dec 20 19:55:03.787 INFO E| Compiling clap_derive v4.2.0 |
2960 | 2024-12-20T19:55:05.775Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2961 | 2024-12-20T19:55:06.446Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2962 | 2024-12-20T19:55:07.326Z | [ host-package] Compiling bcs v0.1.6 |
2963 | 2024-12-20T19:55:08.834Z | [ helios-setup] Dec 20 19:55:08.501 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2964 | 2024-12-20T19:55:09.299Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2965 | 2024-12-20T19:55:11.491Z | [ host-package] Compiling oso-derive v0.27.3 |
2966 | 2024-12-20T19:55:11.656Z | [ host-package] Compiling libz-sys v1.1.20 |
2967 | 2024-12-20T19:55:13.204Z | [ host-package] Compiling quick-xml v0.33.0 |
2968 | 2024-12-20T19:55:13.643Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2969 | 2024-12-20T19:55:13.976Z | [ helios-setup] Dec 20 19:55:13.640 INFO E| Compiling clap v4.2.1 |
2970 | 2024-12-20T19:55:14.265Z | [ helios-setup] Dec 20 19:55:13.932 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2971 | 2024-12-20T19:55:14.496Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2972 | 2024-12-20T19:55:22.659Z | [ host-package] Compiling oso v0.27.3 |
2973 | 2024-12-20T19:55:26.947Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2974 | 2024-12-20T19:55:30.021Z | [ helios-setup] Dec 20 19:55:29.689 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2975 | 2024-12-20T19:55:30.149Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2976 | 2024-12-20T19:55:33.470Z | [ helios-setup] Dec 20 19:55:33.138 INFO E| Compiling tokio-tungstenite v0.18.0 |
2977 | 2024-12-20T19:55:34.881Z | [ helios-setup] Dec 20 19:55:34.549 INFO E| Compiling smartstring v1.0.1 |
2978 | 2024-12-20T19:55:35.801Z | [ helios-setup] Dec 20 19:55:35.469 INFO E| Compiling rustls v0.21.0 |
2979 | 2024-12-20T19:55:37.677Z | [ helios-setup] Dec 20 19:55:37.345 INFO E| Compiling toml_datetime v0.6.1 |
2980 | 2024-12-20T19:55:39.072Z | [ helios-setup] Dec 20 19:55:38.741 INFO E| Compiling serde_spanned v0.6.1 |
2981 | 2024-12-20T19:55:39.963Z | [ helios-setup] Dec 20 19:55:39.629 INFO E| Compiling match_cfg v0.1.0 |
2982 | 2024-12-20T19:55:40.301Z | [ helios-setup] Dec 20 19:55:39.969 INFO E| Compiling paste v1.0.12 |
2983 | 2024-12-20T19:55:41.028Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2984 | 2024-12-20T19:55:41.426Z | [ helios-setup] Dec 20 19:55:41.095 INFO E| Compiling slog-async v2.7.0 |
2985 | 2024-12-20T19:55:41.533Z | [ helios-setup] Dec 20 19:55:41.201 INFO E| Compiling camino v1.1.4 |
2986 | 2024-12-20T19:55:42.759Z | [ helios-setup] Dec 20 19:55:42.427 INFO E| Compiling static_assertions v1.1.0 |
2987 | 2024-12-20T19:55:42.946Z | [ helios-setup] Dec 20 19:55:42.615 INFO E| Compiling winnow v0.4.1 |
2988 | 2024-12-20T19:55:43.024Z | [ helios-setup] Dec 20 19:55:42.693 INFO E| Compiling async-trait v0.1.68 |
2989 | 2024-12-20T19:55:44.656Z | [ helios-setup] Dec 20 19:55:44.325 INFO E| Compiling hostname v0.3.1 |
2990 | 2024-12-20T19:55:45.076Z | [ helios-setup] Dec 20 19:55:44.745 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2991 | 2024-12-20T19:55:45.235Z | [ helios-setup] Dec 20 19:55:44.903 INFO E| Compiling slog-json v2.6.1 |
2992 | 2024-12-20T19:55:46.300Z | [ helios-setup] Dec 20 19:55:45.968 INFO E| Compiling unicode-linebreak v0.1.4 |
2993 | 2024-12-20T19:55:46.572Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2994 | 2024-12-20T19:55:47.389Z | [ host-package] Compiling bb8 v0.8.5 |
2995 | 2024-12-20T19:55:49.070Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2996 | 2024-12-20T19:55:49.173Z | [ helios-setup] Dec 20 19:55:48.842 INFO E| Compiling async-stream-impl v0.3.5 |
2997 | 2024-12-20T19:55:50.825Z | [ helios-setup] Dec 20 19:55:50.493 INFO E| Compiling toml_edit v0.19.8 |
2998 | 2024-12-20T19:55:51.266Z | [ helios-setup] Dec 20 19:55:50.934 INFO E| Compiling rhai_codegen v1.5.0 |
2999 | 2024-12-20T19:55:51.941Z | [ helios-setup] Dec 20 19:55:51.610 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3000 | 2024-12-20T19:55:53.107Z | [ helios-setup] Dec 20 19:55:52.776 INFO E| Compiling take_mut v0.2.2 |
3001 | 2024-12-20T19:55:54.966Z | [ host-package] Compiling nibble_vec v0.1.0 |
3002 | 2024-12-20T19:55:55.784Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3003 | 2024-12-20T19:55:56.452Z | [ helios-setup] Dec 20 19:55:56.121 INFO E| Compiling rustls-webpki v0.100.1 |
3004 | 2024-12-20T19:55:57.603Z | [ host-package] Compiling atty v0.2.14 |
3005 | 2024-12-20T19:55:57.934Z | [ host-package] Compiling endian-type v0.1.2 |
3006 | 2024-12-20T19:55:58.062Z | [ host-package] Compiling salty v0.3.0 |
3007 | 2024-12-20T19:55:58.428Z | [ host-package] Compiling radix_trie v0.2.1 |
3008 | 2024-12-20T19:55:58.778Z | [ helios-setup] Dec 20 19:55:58.447 INFO E| Compiling sct v0.7.0 |
3009 | 2024-12-20T19:56:00.558Z | [ helios-setup] Dec 20 19:56:00.227 INFO E| Compiling toml v0.7.3 |
3010 | 2024-12-20T19:56:01.060Z | [ helios-setup] Dec 20 19:56:00.729 INFO E| Compiling rhai v1.14.0 |
3011 | 2024-12-20T19:56:01.216Z | [ host-package] Compiling parking_lot v0.11.2 |
3012 | 2024-12-20T19:56:01.282Z | [ helios-setup] Dec 20 19:56:00.951 INFO E| Compiling async-stream v0.3.5 |
3013 | 2024-12-20T19:56:02.355Z | [ helios-setup] Dec 20 19:56:02.025 INFO E| Compiling slog-bunyan v2.4.0 |
3014 | 2024-12-20T19:56:06.003Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3015 | 2024-12-20T19:56:07.199Z | [ helios-setup] Dec 20 19:56:06.868 INFO E| Compiling rustls-pemfile v1.0.2 |
3016 | 2024-12-20T19:56:08.433Z | [ helios-setup] Dec 20 19:56:08.103 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3017 | 2024-12-20T19:56:08.492Z | [ helios-setup] Dec 20 19:56:08.162 INFO E| Compiling tokio-rustls v0.24.0 |
3018 | 2024-12-20T19:56:08.738Z | [ helios-setup] Dec 20 19:56:08.407 INFO E| Compiling bincode v1.3.3 |
3019 | 2024-12-20T19:56:09.292Z | [ helios-setup] Dec 20 19:56:08.961 INFO E| Compiling serde_path_to_error v0.1.11 |
3020 | 2024-12-20T19:56:11.220Z | [ helios-setup] Dec 20 19:56:10.889 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3021 | 2024-12-20T19:56:11.379Z | [ helios-setup] Dec 20 19:56:11.048 INFO E| Compiling terminal_size v0.2.6 |
3022 | 2024-12-20T19:56:12.059Z | [ helios-setup] Dec 20 19:56:11.728 INFO E| Compiling smawk v0.3.1 |
3023 | 2024-12-20T19:56:12.851Z | [ helios-setup] Dec 20 19:56:12.520 INFO E| Compiling textwrap v0.16.0 |
3024 | 2024-12-20T19:56:18.668Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3025 | 2024-12-20T19:56:28.512Z | [ host-package] Compiling sled v0.34.7 |
3026 | 2024-12-20T19:56:43.773Z | [ helios-setup] Dec 20 19:56:43.443 INFO E| Compiling git2 v0.16.1 |
3027 | 2024-12-20T19:56:48.918Z | [ helios-setup] Dec 20 19:56:48.588 INFO E| Compiling built v0.6.0 |
3028 | 2024-12-20T19:56:52.449Z | [ helios-setup] Dec 20 19:56:52.119 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3029 | 2024-12-20T19:56:53.799Z | [ helios-setup] Dec 20 19:56:53.469 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3030 | 2024-12-20T19:56:54.421Z | [ helios-setup] Dec 20 19:56:54.092 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3031 | 2024-12-20T19:56:54.628Z | [ helios-setup] Dec 20 19:56:54.299 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3032 | 2024-12-20T19:56:57.672Z | [ helios-setup] Dec 20 19:56:57.343 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3033 | 2024-12-20T19:56:57.959Z | [ host-package] Compiling mime_guess v2.0.5 |
3034 | 2024-12-20T19:56:58.983Z | [ host-package] Compiling hickory-client v0.24.1 |
3035 | 2024-12-20T19:57:00.163Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3036 | 2024-12-20T19:57:01.460Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3037 | 2024-12-20T19:57:03.485Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3038 | 2024-12-20T19:57:04.218Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3039 | 2024-12-20T19:57:07.220Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3040 | 2024-12-20T19:57:08.372Z | [ host-package] Compiling hickory-server v0.24.1 |
3041 | 2024-12-20T19:57:10.469Z | [ host-package] Compiling primeorder v0.13.6 |
3042 | 2024-12-20T19:57:12.112Z | [ host-package] Compiling castaway v0.2.3 |
3043 | 2024-12-20T19:57:12.252Z | [ host-package] Compiling vergen v8.3.2 |
3044 | 2024-12-20T19:57:12.674Z | [ host-package] Compiling env_filter v0.1.2 |
3045 | 2024-12-20T19:57:13.199Z | [ host-package] Compiling cargo-platform v0.1.8 |
3046 | 2024-12-20T19:57:14.266Z | [ host-package] Compiling nanorand v0.7.0 |
3047 | 2024-12-20T19:57:15.672Z | [ host-package] Compiling memoffset v0.9.1 |
3048 | 2024-12-20T19:57:16.144Z | [ host-package] Compiling flume v0.11.1 |
3049 | 2024-12-20T19:57:17.248Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3050 | 2024-12-20T19:57:18.062Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3051 | 2024-12-20T19:57:21.689Z | [ host-package] Compiling env_logger v0.11.5 |
3052 | 2024-12-20T19:57:24.400Z | [ host-package] Compiling compact_str v0.8.0 |
3053 | 2024-12-20T19:57:24.831Z | [ host-package] Compiling p384 v0.13.0 |
3054 | 2024-12-20T19:57:29.471Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3055 | 2024-12-20T19:57:31.157Z | [ host-package] Compiling git2 v0.19.0 |
3056 | 2024-12-20T19:57:32.179Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3057 | 2024-12-20T19:57:35.510Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3058 | 2024-12-20T19:57:37.981Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3059 | 2024-12-20T19:57:38.044Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3060 | 2024-12-20T19:57:38.994Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3061 | 2024-12-20T19:57:43.605Z | [ host-package] Compiling lru v0.12.5 |
3062 | 2024-12-20T19:57:43.905Z | [ host-package] Compiling rand_seeder v0.3.0 |
3063 | 2024-12-20T19:57:44.254Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3064 | 2024-12-20T19:57:44.750Z | [ host-package] Compiling lzma-sys v0.1.20 |
3065 | 2024-12-20T19:57:45.001Z | [ host-package] Compiling instability v0.3.2 |
3066 | 2024-12-20T19:57:45.593Z | [ host-package] Compiling cassowary v0.3.0 |
3067 | 2024-12-20T19:57:46.244Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3068 | 2024-12-20T19:57:46.438Z | [ host-package] Compiling rustls v0.21.12 |
3069 | 2024-12-20T19:57:46.803Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3070 | 2024-12-20T19:57:47.149Z | [ host-package] Compiling http-range v0.1.5 |
3071 | 2024-12-20T19:57:47.409Z | [ host-package] Compiling nix v0.29.0 |
3072 | 2024-12-20T19:57:47.764Z | [ host-package] Compiling ratatui v0.28.1 |
3073 | 2024-12-20T19:57:48.038Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3074 | 2024-12-20T19:57:48.113Z | [ helios-setup] Dec 20 19:57:47.784 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3075 | 2024-12-20T19:57:48.422Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3076 | 2024-12-20T19:57:49.527Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3077 | 2024-12-20T19:57:50.212Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3078 | 2024-12-20T19:57:50.295Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3079 | 2024-12-20T19:57:50.534Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3080 | 2024-12-20T19:57:50.744Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3081 | 2024-12-20T19:57:51.122Z | [ host-package] Compiling sct v0.7.1 |
3082 | 2024-12-20T19:57:51.750Z | [ host-package] Compiling heck v0.3.3 |
3083 | 2024-12-20T19:57:55.104Z | [ host-package] Compiling csv-core v0.1.11 |
3084 | 2024-12-20T19:57:55.144Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3085 | 2024-12-20T19:57:55.228Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3086 | 2024-12-20T19:57:55.319Z | [ host-package] Compiling glob v0.3.1 |
3087 | 2024-12-20T19:57:55.710Z | [ host-package] Compiling csv v1.3.0 |
3088 | 2024-12-20T19:57:55.759Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3089 | 2024-12-20T19:57:56.073Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3090 | 2024-12-20T19:57:57.558Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3091 | 2024-12-20T19:57:58.236Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3092 | 2024-12-20T19:57:59.764Z | [ host-package] Compiling nix v0.27.1 |
3093 | 2024-12-20T19:58:04.725Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3094 | 2024-12-20T19:58:10.392Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3095 | 2024-12-20T19:58:12.676Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3096 | 2024-12-20T19:58:14.828Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3097 | 2024-12-20T19:58:20.641Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3098 | 2024-12-20T19:58:25.181Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3099 | 2024-12-20T19:58:26.299Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3100 | 2024-12-20T19:58:38.575Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3101 | 2024-12-20T19:58:39.248Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3102 | 2024-12-20T19:58:39.855Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3103 | 2024-12-20T19:58:40.098Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3104 | 2024-12-20T19:58:40.375Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3105 | 2024-12-20T19:58:40.661Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3106 | 2024-12-20T19:58:42.019Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3107 | 2024-12-20T19:58:42.314Z | [ host-package] Compiling hashlink v0.9.1 |
3108 | 2024-12-20T19:58:43.240Z | [ host-package] Compiling tungstenite v0.23.0 |
3109 | 2024-12-20T19:58:43.975Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3110 | 2024-12-20T19:58:44.620Z | [ host-package] Compiling base64 v0.13.1 |
3111 | 2024-12-20T19:58:45.522Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3112 | 2024-12-20T19:58:45.930Z | [ host-package] Compiling ron v0.7.1 |
3113 | 2024-12-20T19:58:46.662Z | [ host-package] Compiling rusqlite v0.32.1 |
3114 | 2024-12-20T19:58:50.480Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3115 | 2024-12-20T19:58:50.544Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3116 | 2024-12-20T19:58:51.193Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3117 | 2024-12-20T19:58:51.958Z | [ helios-setup] Dec 20 19:58:51.264 INFO E| Finished `release` profile [optimized] target(s) in 6m 38s |
3118 | 2024-12-20T19:58:51.981Z | [ helios-setup] Dec 20 19:58:51.408 INFO building project "pilot" ok (398 seconds) |
3119 | 2024-12-20T19:58:51.981Z | [ helios-setup] Dec 20 19:58:51.408 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3120 | 2024-12-20T19:58:51.981Z | [ helios-setup] Dec 20 19:58:51.408 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3121 | 2024-12-20T19:58:52.016Z | [ helios-setup] Dec 20 19:58:51.690 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3122 | 2024-12-20T19:58:52.071Z | [ host-package] Compiling xz2 v0.1.7 |
3123 | 2024-12-20T19:58:52.552Z | [ helios-setup] Dec 20 19:58:52.226 INFO E| From https://github.com/jclulow/rust-jmclib |
3124 | 2024-12-20T19:58:52.552Z | [ helios-setup] Dec 20 19:58:52.226 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3125 | 2024-12-20T19:58:52.571Z | [ helios-setup] Dec 20 19:58:52.244 INFO E| Updating crates.io index |
3126 | 2024-12-20T19:58:52.695Z | [ helios-setup] Dec 20 19:58:52.368 INFO E| Downloading crates ... |
3127 | 2024-12-20T19:58:52.718Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3128 | 2024-12-20T19:58:52.931Z | [ helios-setup] Dec 20 19:58:52.605 INFO E| Downloaded opaque-debug v0.3.0 |
3129 | 2024-12-20T19:58:52.933Z | [ helios-setup] Dec 20 19:58:52.607 INFO E| Downloaded md-5 v0.9.1 |
3130 | 2024-12-20T19:58:52.936Z | [ helios-setup] Dec 20 19:58:52.609 INFO E| Downloaded itoa v1.0.9 |
3131 | 2024-12-20T19:58:52.938Z | [ helios-setup] Dec 20 19:58:52.611 INFO E| Downloaded once_cell v1.18.0 |
3132 | 2024-12-20T19:58:52.947Z | [ helios-setup] Dec 20 19:58:52.621 INFO E| Downloaded fastrand v2.0.0 |
3133 | 2024-12-20T19:58:52.950Z | [ helios-setup] Dec 20 19:58:52.624 INFO E| Downloaded sha-1 v0.9.8 |
3134 | 2024-12-20T19:58:52.953Z | [ helios-setup] Dec 20 19:58:52.627 INFO E| Downloaded getrandom v0.2.10 |
3135 | 2024-12-20T19:58:52.959Z | [ helios-setup] Dec 20 19:58:52.632 INFO E| Downloaded bitflags v2.3.3 |
3136 | 2024-12-20T19:58:52.963Z | [ helios-setup] Dec 20 19:58:52.636 INFO E| Downloaded uuid v0.8.2 |
3137 | 2024-12-20T19:58:52.970Z | [ helios-setup] Dec 20 19:58:52.642 INFO E| Downloaded tempfile v3.7.0 |
3138 | 2024-12-20T19:58:52.972Z | [ helios-setup] Dec 20 19:58:52.646 INFO E| Downloaded unicode-ident v1.0.11 |
3139 | 2024-12-20T19:58:52.977Z | [ helios-setup] Dec 20 19:58:52.651 INFO E| Downloaded serde_derive v1.0.193 |
3140 | 2024-12-20T19:58:52.982Z | [ helios-setup] Dec 20 19:58:52.655 INFO E| Downloaded serde v1.0.193 |
3141 | 2024-12-20T19:58:52.987Z | [ helios-setup] Dec 20 19:58:52.661 INFO E| Downloaded ryu v1.0.15 |
3142 | 2024-12-20T19:58:52.992Z | [ helios-setup] Dec 20 19:58:52.666 INFO E| Downloaded anyhow v1.0.72 |
3143 | 2024-12-20T19:58:52.999Z | [ helios-setup] Dec 20 19:58:52.672 INFO E| Downloaded quote v1.0.31 |
3144 | 2024-12-20T19:58:53.008Z | [ helios-setup] Dec 20 19:58:52.677 INFO E| Downloaded proc-macro2 v1.0.66 |
3145 | 2024-12-20T19:58:53.010Z | [ helios-setup] Dec 20 19:58:52.681 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3146 | 2024-12-20T19:58:53.010Z | [ helios-setup] Dec 20 19:58:52.683 INFO E| Downloaded serde_json v1.0.103 |
3147 | 2024-12-20T19:58:53.022Z | [ helios-setup] Dec 20 19:58:52.695 INFO E| Downloaded digest v0.9.0 |
3148 | 2024-12-20T19:58:53.024Z | [ helios-setup] Dec 20 19:58:52.697 INFO E| Downloaded cpufeatures v0.2.9 |
3149 | 2024-12-20T19:58:53.029Z | [ helios-setup] Dec 20 19:58:52.699 INFO E| Downloaded syn v2.0.32 |
3150 | 2024-12-20T19:58:53.043Z | [ helios-setup] Dec 20 19:58:52.716 INFO E| Downloaded block-buffer v0.9.0 |
3151 | 2024-12-20T19:58:53.046Z | [ helios-setup] Dec 20 19:58:52.719 INFO E| Downloaded rustix v0.38.4 |
3152 | 2024-12-20T19:58:53.109Z | [ helios-setup] Dec 20 19:58:52.783 INFO E| Downloaded libc v0.2.147 |
3153 | 2024-12-20T19:58:53.237Z | [ helios-setup] Dec 20 19:58:52.911 INFO E| Compiling libc v0.2.147 |
3154 | 2024-12-20T19:58:53.238Z | [ helios-setup] Dec 20 19:58:52.911 INFO E| Compiling proc-macro2 v1.0.66 |
3155 | 2024-12-20T19:58:53.240Z | [ helios-setup] Dec 20 19:58:52.911 INFO E| Compiling cfg-if v1.0.0 |
3156 | 2024-12-20T19:58:53.240Z | [ helios-setup] Dec 20 19:58:52.911 INFO E| Compiling unicode-ident v1.0.11 |
3157 | 2024-12-20T19:58:53.240Z | [ helios-setup] Dec 20 19:58:52.911 INFO E| Compiling version_check v0.9.4 |
3158 | 2024-12-20T19:58:53.240Z | [ helios-setup] Dec 20 19:58:52.911 INFO E| Compiling typenum v1.16.0 |
3159 | 2024-12-20T19:58:53.240Z | [ helios-setup] Dec 20 19:58:52.911 INFO E| Compiling serde v1.0.193 |
3160 | 2024-12-20T19:58:53.240Z | [ helios-setup] Dec 20 19:58:52.911 INFO E| Compiling rustix v0.38.4 |
3161 | 2024-12-20T19:58:53.994Z | [ host-package] Compiling zone v0.1.8 |
3162 | 2024-12-20T19:58:54.060Z | [ helios-setup] Dec 20 19:58:53.734 INFO E| Compiling slog v2.7.0 |
3163 | 2024-12-20T19:58:54.149Z | [ helios-setup] Dec 20 19:58:53.823 INFO E| Compiling time-core v0.1.2 |
3164 | 2024-12-20T19:58:54.324Z | [ helios-setup] Dec 20 19:58:53.998 INFO E| Compiling generic-array v0.14.7 |
3165 | 2024-12-20T19:58:54.381Z | [ helios-setup] Dec 20 19:58:54.055 INFO E| Compiling powerfmt v0.2.0 |
3166 | 2024-12-20T19:58:54.590Z | [ helios-setup] Dec 20 19:58:54.264 INFO E| Compiling itoa v1.0.9 |
3167 | 2024-12-20T19:58:54.640Z | [ helios-setup] Dec 20 19:58:54.314 INFO E| Compiling num-conv v0.1.0 |
3168 | 2024-12-20T19:58:55.097Z | [ helios-setup] Dec 20 19:58:54.771 INFO E| Compiling deranged v0.3.11 |
3169 | 2024-12-20T19:58:55.173Z | [ helios-setup] Dec 20 19:58:54.847 INFO E| Compiling num_threads v0.1.6 |
3170 | 2024-12-20T19:58:55.217Z | [ helios-setup] Dec 20 19:58:54.889 INFO E| Compiling time-macros v0.2.18 |
3171 | 2024-12-20T19:58:55.250Z | [ helios-setup] Dec 20 19:58:54.923 INFO E| Compiling once_cell v1.18.0 |
3172 | 2024-12-20T19:58:55.307Z | [ helios-setup] Dec 20 19:58:54.979 INFO E| Compiling bitflags v2.3.3 |
3173 | 2024-12-20T19:58:56.015Z | [ helios-setup] Dec 20 19:58:55.689 INFO E| Compiling quote v1.0.31 |
3174 | 2024-12-20T19:58:56.412Z | [ helios-setup] Dec 20 19:58:56.086 INFO E| Compiling thread_local v1.1.7 |
3175 | 2024-12-20T19:58:56.594Z | [ helios-setup] Dec 20 19:58:56.268 INFO E| Compiling syn v2.0.32 |
3176 | 2024-12-20T19:58:57.236Z | [ helios-setup] Dec 20 19:58:56.910 INFO E| Compiling serde_json v1.0.103 |
3177 | 2024-12-20T19:58:57.457Z | [ helios-setup] Dec 20 19:58:57.130 INFO E| Compiling opaque-debug v0.3.0 |
3178 | 2024-12-20T19:58:57.549Z | [ helios-setup] Dec 20 19:58:57.222 INFO E| Compiling anyhow v1.0.72 |
3179 | 2024-12-20T19:58:57.671Z | [ helios-setup] Dec 20 19:58:57.344 INFO E| Compiling fastrand v2.0.0 |
3180 | 2024-12-20T19:58:58.896Z | [ helios-setup] Dec 20 19:58:58.570 INFO E| Compiling dirs-sys-next v0.1.2 |
3181 | 2024-12-20T19:58:58.932Z | [ helios-setup] Dec 20 19:58:58.606 INFO E| Compiling errno v0.3.1 |
3182 | 2024-12-20T19:58:58.941Z | [ helios-setup] Dec 20 19:58:58.615 INFO E| Compiling atty v0.2.14 |
3183 | 2024-12-20T19:58:59.212Z | [ helios-setup] Dec 20 19:58:58.886 INFO E| Compiling getrandom v0.2.10 |
3184 | 2024-12-20T19:58:59.398Z | [ helios-setup] Dec 20 19:58:59.072 INFO E| Compiling dirs-next v2.0.0 |
3185 | 2024-12-20T19:58:59.695Z | [ helios-setup] Dec 20 19:58:59.368 INFO E| Compiling term v0.7.0 |
3186 | 2024-12-20T19:58:59.943Z | [ helios-setup] Dec 20 19:58:59.615 INFO E| Compiling ryu v1.0.15 |
3187 | 2024-12-20T19:59:00.078Z | [ helios-setup] Dec 20 19:58:59.752 INFO E| Compiling cpufeatures v0.2.9 |
3188 | 2024-12-20T19:59:00.206Z | [ helios-setup] Dec 20 19:58:59.879 INFO E| Compiling same-file v1.0.6 |
3189 | 2024-12-20T19:59:00.722Z | [ helios-setup] Dec 20 19:59:00.396 INFO E| Compiling unicode-width v0.1.10 |
3190 | 2024-12-20T19:59:00.841Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3191 | 2024-12-20T19:59:00.947Z | [ helios-setup] Dec 20 19:59:00.620 INFO E| Compiling getopts v0.2.21 |
3192 | 2024-12-20T19:59:00.958Z | [ helios-setup] Dec 20 19:59:00.631 INFO E| Compiling time v0.3.36 |
3193 | 2024-12-20T19:59:01.055Z | [ helios-setup] Dec 20 19:59:00.729 INFO E| Compiling walkdir v2.3.3 |
3194 | 2024-12-20T19:59:01.964Z | [ helios-setup] Dec 20 19:59:01.638 INFO E| Compiling digest v0.9.0 |
3195 | 2024-12-20T19:59:02.422Z | [ helios-setup] Dec 20 19:59:02.096 INFO E| Compiling block-buffer v0.9.0 |
3196 | 2024-12-20T19:59:02.650Z | [ helios-setup] Dec 20 19:59:02.324 INFO E| Compiling tempfile v3.7.0 |
3197 | 2024-12-20T19:59:02.785Z | [ helios-setup] Dec 20 19:59:02.459 INFO E| Compiling md-5 v0.9.1 |
3198 | 2024-12-20T19:59:03.043Z | [ helios-setup] Dec 20 19:59:02.716 INFO E| Compiling sha-1 v0.9.8 |
3199 | 2024-12-20T19:59:03.395Z | [ helios-setup] Dec 20 19:59:03.069 INFO E| Compiling glob v0.3.1 |
3200 | 2024-12-20T19:59:03.605Z | [ helios-setup] Dec 20 19:59:03.279 INFO E| Compiling libdevinfo-sys v1.0.0 |
3201 | 2024-12-20T19:59:05.256Z | [ helios-setup] Dec 20 19:59:04.930 INFO E| Compiling slog-term v2.9.0 |
3202 | 2024-12-20T19:59:06.366Z | [ helios-setup] Dec 20 19:59:06.040 INFO E| Compiling serde_derive v1.0.193 |
3203 | 2024-12-20T19:59:07.624Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3204 | 2024-12-20T19:59:11.578Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3205 | 2024-12-20T19:59:15.901Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3206 | 2024-12-20T19:59:17.299Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3207 | 2024-12-20T19:59:20.956Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3208 | 2024-12-20T19:59:21.470Z | [ helios-setup] Dec 20 19:59:21.145 INFO E| Compiling toml v0.5.11 |
3209 | 2024-12-20T19:59:21.470Z | [ helios-setup] Dec 20 19:59:21.145 INFO E| Compiling uuid v0.8.2 |
3210 | 2024-12-20T19:59:23.820Z | [ helios-setup] Dec 20 19:59:23.494 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3211 | 2024-12-20T19:59:26.310Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3212 | 2024-12-20T19:59:26.501Z | [ helios-setup] Dec 20 19:59:26.175 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3213 | 2024-12-20T19:59:27.136Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3214 | 2024-12-20T19:59:28.187Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3215 | 2024-12-20T19:59:28.359Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3216 | 2024-12-20T19:59:28.744Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3217 | 2024-12-20T19:59:28.968Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3218 | 2024-12-20T19:59:29.227Z | [ host-package] Compiling twox-hash v1.6.3 |
3219 | 2024-12-20T19:59:30.364Z | [ host-package] Compiling yasna v0.5.2 |
3220 | 2024-12-20T19:59:30.650Z | [ host-package] Compiling smawk v0.3.2 |
3221 | 2024-12-20T19:59:31.028Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3222 | 2024-12-20T19:59:31.649Z | [ host-package] Compiling is_ci v1.2.0 |
3223 | 2024-12-20T19:59:31.996Z | [ host-package] Compiling supports-color v3.0.1 |
3224 | 2024-12-20T19:59:32.492Z | [ host-package] Compiling rcgen v0.12.1 |
3225 | 2024-12-20T19:59:33.327Z | [ host-package] Compiling textwrap v0.16.1 |
3226 | 2024-12-20T19:59:37.481Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3227 | 2024-12-20T19:59:40.718Z | [ helios-setup] Dec 20 19:59:40.392 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.89s |
3228 | 2024-12-20T19:59:40.753Z | [ helios-setup] Dec 20 19:59:40.428 INFO building project "image-builder" ok (49 seconds) |
3229 | 2024-12-20T19:59:40.753Z | [ helios-setup] Dec 20 19:59:40.428 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3230 | 2024-12-20T19:59:40.756Z | [ helios-setup] Dec 20 19:59:40.428 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3231 | 2024-12-20T19:59:40.764Z | [ helios-setup] Dec 20 19:59:40.439 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3232 | 2024-12-20T19:59:41.179Z | [ helios-setup] Dec 20 19:59:40.854 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3233 | 2024-12-20T19:59:41.179Z | [ helios-setup] Dec 20 19:59:40.854 INFO E| info: downloading component 'cargo' |
3234 | 2024-12-20T19:59:43.177Z | [ helios-setup] Dec 20 19:59:42.852 INFO E| info: downloading component 'clippy' |
3235 | 2024-12-20T19:59:43.490Z | [ helios-setup] Dec 20 19:59:43.165 INFO E| info: downloading component 'rust-docs' |
3236 | 2024-12-20T19:59:44.098Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3237 | 2024-12-20T19:59:44.832Z | [ helios-setup] Dec 20 19:59:44.507 INFO E| info: downloading component 'rust-src' |
3238 | 2024-12-20T19:59:45.059Z | [ helios-setup] Dec 20 19:59:44.734 INFO E| info: downloading component 'rust-std' |
3239 | 2024-12-20T19:59:45.799Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3240 | 2024-12-20T19:59:45.924Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3241 | 2024-12-20T19:59:47.311Z | [ helios-setup] Dec 20 19:59:46.986 INFO E| info: downloading component 'rustc' |
3242 | 2024-12-20T19:59:52.502Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3243 | 2024-12-20T19:59:53.105Z | [ helios-setup] Dec 20 19:59:52.780 INFO E| info: downloading component 'rustfmt' |
3244 | 2024-12-20T19:59:53.387Z | [ helios-setup] Dec 20 19:59:53.062 INFO E| info: installing component 'cargo' |
3245 | 2024-12-20T19:59:54.798Z | [ helios-setup] Dec 20 19:59:54.473 INFO E| info: installing component 'clippy' |
3246 | 2024-12-20T19:59:55.208Z | [ helios-setup] Dec 20 19:59:54.883 INFO E| info: installing component 'rust-docs' |
3247 | 2024-12-20T20:00:01.503Z | [ helios-setup] Dec 20 20:00:01.179 INFO E| info: installing component 'rust-src' |
3248 | 2024-12-20T20:00:02.502Z | [ helios-setup] Dec 20 20:00:02.178 INFO E| info: installing component 'rust-std' |
3249 | 2024-12-20T20:00:05.164Z | [ helios-setup] Dec 20 20:00:04.839 INFO E| info: installing component 'rustc' |
3250 | 2024-12-20T20:00:09.766Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3251 | 2024-12-20T20:00:11.572Z | [ helios-setup] Dec 20 20:00:11.248 INFO E| info: installing component 'rustfmt' |
3252 | 2024-12-20T20:00:12.438Z | [ helios-setup] Dec 20 20:00:12.113 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3253 | 2024-12-20T20:00:13.240Z | [ helios-setup] Dec 20 20:00:12.915 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3254 | 2024-12-20T20:00:13.240Z | [ helios-setup] Dec 20 20:00:12.916 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3255 | 2024-12-20T20:00:13.240Z | [ helios-setup] Dec 20 20:00:12.916 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3256 | 2024-12-20T20:00:13.270Z | [ helios-setup] Dec 20 20:00:12.946 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3257 | 2024-12-20T20:00:13.270Z | [ helios-setup] Dec 20 20:00:12.946 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3258 | 2024-12-20T20:00:13.270Z | [ helios-setup] Dec 20 20:00:12.946 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3259 | 2024-12-20T20:00:13.273Z | [ helios-setup] Dec 20 20:00:12.946 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3260 | 2024-12-20T20:00:13.273Z | [ helios-setup] Dec 20 20:00:12.946 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3261 | 2024-12-20T20:00:13.273Z | [ helios-setup] Dec 20 20:00:12.946 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3262 | 2024-12-20T20:00:13.273Z | [ helios-setup] Dec 20 20:00:12.946 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3263 | 2024-12-20T20:00:13.273Z | [ helios-setup] Dec 20 20:00:12.946 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3264 | 2024-12-20T20:00:13.273Z | [ helios-setup] Dec 20 20:00:12.947 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3265 | 2024-12-20T20:00:13.273Z | [ helios-setup] Dec 20 20:00:12.947 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3266 | 2024-12-20T20:00:13.273Z | [ helios-setup] Dec 20 20:00:12.947 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3267 | 2024-12-20T20:00:13.318Z | [ helios-setup] Dec 20 20:00:12.994 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3268 | 2024-12-20T20:00:14.238Z | [ helios-setup] Dec 20 20:00:13.914 INFO E| From https://github.com/oxidecomputer/amd-efs |
3269 | 2024-12-20T20:00:14.238Z | [ helios-setup] Dec 20 20:00:13.914 INFO E| * [new branch] empty -> origin/empty |
3270 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.914 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3271 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.914 INFO E| * [new branch] main -> origin/main |
3272 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.914 INFO E| * [new branch] review -> origin/review |
3273 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.914 INFO E| * [new ref] -> origin/HEAD |
3274 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.915 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3275 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.915 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3276 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.915 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3277 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.915 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3278 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.915 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3279 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.915 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3280 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.916 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3281 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.916 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3282 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.916 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3283 | 2024-12-20T20:00:14.241Z | [ helios-setup] Dec 20 20:00:13.916 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3284 | 2024-12-20T20:00:14.242Z | [ helios-setup] Dec 20 20:00:13.916 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3285 | 2024-12-20T20:00:14.242Z | [ helios-setup] Dec 20 20:00:13.916 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3286 | 2024-12-20T20:00:14.242Z | [ helios-setup] Dec 20 20:00:13.916 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3287 | 2024-12-20T20:00:14.242Z | [ helios-setup] Dec 20 20:00:13.916 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3288 | 2024-12-20T20:00:14.264Z | [ helios-setup] Dec 20 20:00:13.940 INFO E| Updating crates.io index |
3289 | 2024-12-20T20:00:14.583Z | [ helios-setup] Dec 20 20:00:14.259 INFO E| Downloading crates ... |
3290 | 2024-12-20T20:00:14.733Z | [ helios-setup] Dec 20 20:00:14.409 INFO E| Downloaded bytesize v1.3.0 |
3291 | 2024-12-20T20:00:14.736Z | [ helios-setup] Dec 20 20:00:14.411 INFO E| Downloaded cfg-if v0.1.10 |
3292 | 2024-12-20T20:00:14.738Z | [ helios-setup] Dec 20 20:00:14.413 INFO E| Downloaded ansi_term v0.12.1 |
3293 | 2024-12-20T20:00:14.774Z | [ helios-setup] Dec 20 20:00:14.449 INFO E| Downloaded unic-ucd-version v0.9.0 |
3294 | 2024-12-20T20:00:14.776Z | [ helios-setup] Dec 20 20:00:14.451 INFO E| Downloaded unic-common v0.9.0 |
3295 | 2024-12-20T20:00:14.776Z | [ helios-setup] Dec 20 20:00:14.452 INFO E| Downloaded unic-char-property v0.9.0 |
3296 | 2024-12-20T20:00:14.780Z | [ helios-setup] Dec 20 20:00:14.454 INFO E| Downloaded strum v0.23.0 |
3297 | 2024-12-20T20:00:14.784Z | [ helios-setup] Dec 20 20:00:14.455 INFO E| Downloaded scroll_derive v0.10.5 |
3298 | 2024-12-20T20:00:14.784Z | [ helios-setup] Dec 20 20:00:14.457 INFO E| Downloaded semver v0.9.0 |
3299 | 2024-12-20T20:00:14.784Z | [ helios-setup] Dec 20 20:00:14.459 INFO E| Downloaded semver-parser v0.7.0 |
3300 | 2024-12-20T20:00:14.787Z | [ helios-setup] Dec 20 20:00:14.460 INFO E| Downloaded parse_int v0.6.0 |
3301 | 2024-12-20T20:00:14.787Z | [ helios-setup] Dec 20 20:00:14.461 INFO E| Downloaded memoffset v0.5.6 |
3302 | 2024-12-20T20:00:14.787Z | [ helios-setup] Dec 20 20:00:14.462 INFO E| Downloaded four-cc v0.3.0 |
3303 | 2024-12-20T20:00:14.792Z | [ helios-setup] Dec 20 20:00:14.467 INFO E| Downloaded thiserror-impl v1.0.64 |
3304 | 2024-12-20T20:00:14.797Z | [ helios-setup] Dec 20 20:00:14.469 INFO E| Downloaded unic-char-range v0.9.0 |
3305 | 2024-12-20T20:00:14.797Z | [ helios-setup] Dec 20 20:00:14.471 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3306 | 2024-12-20T20:00:14.799Z | [ helios-setup] Dec 20 20:00:14.473 INFO E| Downloaded vec_map v0.8.2 |
3307 | 2024-12-20T20:00:14.799Z | [ helios-setup] Dec 20 20:00:14.474 INFO E| Downloaded textwrap v0.11.0 |
3308 | 2024-12-20T20:00:14.802Z | [ helios-setup] Dec 20 20:00:14.477 INFO E| Downloaded structopt-derive v0.4.18 |
3309 | 2024-12-20T20:00:14.805Z | [ helios-setup] Dec 20 20:00:14.478 INFO E| Downloaded strum_macros v0.23.1 |
3310 | 2024-12-20T20:00:14.808Z | [ helios-setup] Dec 20 20:00:14.481 INFO E| Downloaded strsim v0.8.0 |
3311 | 2024-12-20T20:00:14.808Z | [ helios-setup] Dec 20 20:00:14.482 INFO E| Downloaded pre-proc-macro v0.2.1 |
3312 | 2024-12-20T20:00:14.810Z | [ helios-setup] Dec 20 20:00:14.484 INFO E| Downloaded proc-macro-crate v0.1.5 |
3313 | 2024-12-20T20:00:14.810Z | [ helios-setup] Dec 20 20:00:14.486 INFO E| Downloaded pest_generator v2.7.13 |
3314 | 2024-12-20T20:00:14.813Z | [ helios-setup] Dec 20 20:00:14.487 INFO E| Downloaded once_cell v1.20.1 |
3315 | 2024-12-20T20:00:14.816Z | [ helios-setup] Dec 20 20:00:14.491 INFO E| Downloaded rustc_version v0.2.3 |
3316 | 2024-12-20T20:00:14.818Z | [ helios-setup] Dec 20 20:00:14.493 INFO E| Downloaded scroll v0.10.2 |
3317 | 2024-12-20T20:00:14.821Z | [ helios-setup] Dec 20 20:00:14.496 INFO E| Downloaded serde_derive v1.0.210 |
3318 | 2024-12-20T20:00:14.825Z | [ helios-setup] Dec 20 20:00:14.501 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3319 | 2024-12-20T20:00:14.828Z | [ helios-setup] Dec 20 20:00:14.504 INFO E| Downloaded modular-bitfield v0.11.2 |
3320 | 2024-12-20T20:00:14.847Z | [ helios-setup] Dec 20 20:00:14.523 INFO E| Downloaded structopt v0.3.26 |
3321 | 2024-12-20T20:00:14.860Z | [ helios-setup] Dec 20 20:00:14.536 INFO E| Downloaded pest v2.7.13 |
3322 | 2024-12-20T20:00:14.869Z | [ helios-setup] Dec 20 20:00:14.545 INFO E| Downloaded goblin v0.4.3 |
3323 | 2024-12-20T20:00:14.878Z | [ helios-setup] Dec 20 20:00:14.554 INFO E| Downloaded serde_json v1.0.128 |
3324 | 2024-12-20T20:00:14.890Z | [ helios-setup] Dec 20 20:00:14.566 INFO E| Downloaded syn v2.0.79 |
3325 | 2024-12-20T20:00:14.909Z | [ helios-setup] Dec 20 20:00:14.585 INFO E| Downloaded clap v2.34.0 |
3326 | 2024-12-20T20:00:14.919Z | [ helios-setup] Dec 20 20:00:14.595 INFO E| Downloaded serde v1.0.210 |
3327 | 2024-12-20T20:00:14.924Z | [ helios-setup] Dec 20 20:00:14.600 INFO E| Downloaded libc v0.2.159 |
3328 | 2024-12-20T20:00:14.975Z | [ helios-setup] Dec 20 20:00:14.650 INFO E| Downloaded pest_meta v2.7.13 |
3329 | 2024-12-20T20:00:14.977Z | [ helios-setup] Dec 20 20:00:14.653 INFO E| Downloaded pest_derive v2.7.13 |
3330 | 2024-12-20T20:00:14.980Z | [ helios-setup] Dec 20 20:00:14.656 INFO E| Downloaded thiserror v1.0.64 |
3331 | 2024-12-20T20:00:14.986Z | [ helios-setup] Dec 20 20:00:14.662 INFO E| Downloaded pre v0.2.1 |
3332 | 2024-12-20T20:00:14.988Z | [ helios-setup] Dec 20 20:00:14.663 INFO E| Downloaded fletcher v0.1.0 |
3333 | 2024-12-20T20:00:15.016Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3334 | 2024-12-20T20:00:15.076Z | [ helios-setup] Dec 20 20:00:14.752 INFO E| Compiling proc-macro2 v1.0.86 |
3335 | 2024-12-20T20:00:15.076Z | [ helios-setup] Dec 20 20:00:14.752 INFO E| Compiling unicode-ident v1.0.13 |
3336 | 2024-12-20T20:00:15.079Z | [ helios-setup] Dec 20 20:00:14.752 INFO E| Compiling syn v1.0.109 |
3337 | 2024-12-20T20:00:15.079Z | [ helios-setup] Dec 20 20:00:14.752 INFO E| Compiling version_check v0.9.5 |
3338 | 2024-12-20T20:00:15.079Z | [ helios-setup] Dec 20 20:00:14.752 INFO E| Compiling memchr v2.7.4 |
3339 | 2024-12-20T20:00:15.079Z | [ helios-setup] Dec 20 20:00:14.752 INFO E| Compiling semver-parser v0.7.0 |
3340 | 2024-12-20T20:00:15.097Z | [ helios-setup] Dec 20 20:00:14.772 INFO E| Compiling autocfg v1.4.0 |
3341 | 2024-12-20T20:00:15.100Z | [ helios-setup] Dec 20 20:00:14.772 INFO E| Compiling thiserror v1.0.64 |
3342 | 2024-12-20T20:00:15.633Z | [ helios-setup] Dec 20 20:00:15.309 INFO E| Compiling serde v1.0.210 |
3343 | 2024-12-20T20:00:16.344Z | [ helios-setup] Dec 20 20:00:16.016 INFO E| Compiling semver v0.9.0 |
3344 | 2024-12-20T20:00:16.344Z | [ helios-setup] Dec 20 20:00:16.016 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3345 | 2024-12-20T20:00:16.806Z | [ helios-setup] Dec 20 20:00:16.482 INFO E| Compiling proc-macro-error v1.0.4 |
3346 | 2024-12-20T20:00:16.999Z | [ helios-setup] Dec 20 20:00:16.675 INFO E| Compiling rustc_version v0.2.3 |
3347 | 2024-12-20T20:00:17.049Z | [ helios-setup] Dec 20 20:00:16.724 INFO E| Compiling serde_json v1.0.128 |
3348 | 2024-12-20T20:00:17.311Z | [ helios-setup] Dec 20 20:00:16.987 INFO E| Compiling num-traits v0.2.19 |
3349 | 2024-12-20T20:00:17.394Z | [ helios-setup] Dec 20 20:00:17.069 INFO E| Compiling ryu v1.0.18 |
3350 | 2024-12-20T20:00:17.727Z | [ helios-setup] Dec 20 20:00:17.403 INFO E| Compiling schemars v0.8.21 |
3351 | 2024-12-20T20:00:17.863Z | [ helios-setup] Dec 20 20:00:17.539 INFO E| Compiling itoa v1.0.11 |
3352 | 2024-12-20T20:00:18.059Z | [ helios-setup] Dec 20 20:00:17.733 INFO E| Compiling unicode-segmentation v1.12.0 |
3353 | 2024-12-20T20:00:18.081Z | [ helios-setup] Dec 20 20:00:17.749 INFO E| Compiling pre-proc-macro v0.2.1 |
3354 | 2024-12-20T20:00:18.359Z | [ helios-setup] Dec 20 20:00:18.034 INFO E| Compiling memoffset v0.5.6 |
3355 | 2024-12-20T20:00:18.419Z | [ helios-setup] Dec 20 20:00:18.092 INFO E| Compiling libc v0.2.159 |
3356 | 2024-12-20T20:00:18.742Z | [ helios-setup] Dec 20 20:00:18.418 INFO E| Compiling quote v1.0.37 |
3357 | 2024-12-20T20:00:19.140Z | [ helios-setup] Dec 20 20:00:18.816 INFO E| Compiling paste v1.0.15 |
3358 | 2024-12-20T20:00:19.172Z | [ helios-setup] Dec 20 20:00:18.846 INFO E| Compiling ucd-trie v0.1.7 |
3359 | 2024-12-20T20:00:19.209Z | [ helios-setup] Dec 20 20:00:18.884 INFO E| Compiling lazy_static v1.5.0 |
3360 | 2024-12-20T20:00:19.506Z | [ helios-setup] Dec 20 20:00:19.162 INFO E| Compiling heck v0.3.3 |
3361 | 2024-12-20T20:00:19.996Z | [ helios-setup] Dec 20 20:00:19.670 INFO E| Compiling syn v2.0.79 |
3362 | 2024-12-20T20:00:20.180Z | [ helios-setup] Dec 20 20:00:19.844 INFO E| Compiling rustversion v1.0.17 |
3363 | 2024-12-20T20:00:20.220Z | [ helios-setup] Dec 20 20:00:19.895 INFO E| Compiling dyn-clone v1.0.17 |
3364 | 2024-12-20T20:00:20.686Z | [ helios-setup] Dec 20 20:00:20.361 INFO E| Compiling pre v0.2.1 |
3365 | 2024-12-20T20:00:20.819Z | [ helios-setup] Dec 20 20:00:20.494 INFO E| Compiling static_assertions v1.1.0 |
3366 | 2024-12-20T20:00:20.920Z | [ helios-setup] Dec 20 20:00:20.596 INFO E| Compiling once_cell v1.20.1 |
3367 | 2024-12-20T20:00:21.416Z | [ helios-setup] Dec 20 20:00:21.092 INFO E| Compiling byteorder v1.5.0 |
3368 | 2024-12-20T20:00:21.725Z | [ helios-setup] Dec 20 20:00:21.401 INFO E| Compiling cfg-if v0.1.10 |
3369 | 2024-12-20T20:00:22.360Z | [ helios-setup] Dec 20 20:00:22.036 INFO E| Compiling unicode-width v0.1.14 |
3370 | 2024-12-20T20:00:23.357Z | [ helios-setup] Dec 20 20:00:23.033 INFO E| Compiling textwrap v0.11.0 |
3371 | 2024-12-20T20:00:24.073Z | [ helios-setup] Dec 20 20:00:23.749 INFO E| Compiling atty v0.2.14 |
3372 | 2024-12-20T20:00:24.405Z | [ helios-setup] Dec 20 20:00:24.081 INFO E| Compiling fletcher v0.1.0 |
3373 | 2024-12-20T20:00:24.553Z | [ helios-setup] Dec 20 20:00:24.229 INFO E| Compiling strum v0.23.0 |
3374 | 2024-12-20T20:00:24.686Z | [ helios-setup] Dec 20 20:00:24.362 INFO E| Compiling bitflags v1.3.2 |
3375 | 2024-12-20T20:00:24.757Z | [ helios-setup] Dec 20 20:00:24.433 INFO E| Compiling unic-char-range v0.9.0 |
3376 | 2024-12-20T20:00:24.777Z | [ helios-setup] Dec 20 20:00:24.453 INFO E| Compiling vec_map v0.8.2 |
3377 | 2024-12-20T20:00:24.783Z | [ helios-setup] Dec 20 20:00:24.459 INFO E| Compiling ansi_term v0.12.1 |
3378 | 2024-12-20T20:00:25.067Z | [ helios-setup] Dec 20 20:00:24.743 INFO E| Compiling parse_int v0.6.0 |
3379 | 2024-12-20T20:00:25.149Z | [ helios-setup] Dec 20 20:00:24.825 INFO E| Compiling strsim v0.8.0 |
3380 | 2024-12-20T20:00:25.244Z | [ helios-setup] Dec 20 20:00:24.919 INFO E| Compiling unic-common v0.9.0 |
3381 | 2024-12-20T20:00:25.262Z | [ helios-setup] Dec 20 20:00:24.938 INFO E| Compiling unic-char-property v0.9.0 |
3382 | 2024-12-20T20:00:25.518Z | [ helios-setup] Dec 20 20:00:25.194 INFO E| Compiling clap v2.34.0 |
3383 | 2024-12-20T20:00:25.534Z | [ helios-setup] Dec 20 20:00:25.210 INFO E| Compiling unic-ucd-version v0.9.0 |
3384 | 2024-12-20T20:00:25.546Z | [ helios-setup] Dec 20 20:00:25.222 INFO E| Compiling plain v0.2.3 |
3385 | 2024-12-20T20:00:25.639Z | [ helios-setup] Dec 20 20:00:25.315 INFO E| Compiling log v0.4.22 |
3386 | 2024-12-20T20:00:25.985Z | [ helios-setup] Dec 20 20:00:25.661 INFO E| Compiling unic-ucd-ident v0.9.0 |
3387 | 2024-12-20T20:00:26.062Z | [ helios-setup] Dec 20 20:00:25.738 INFO E| Compiling bytesize v1.3.0 |
3388 | 2024-12-20T20:00:28.666Z | [ helios-setup] Dec 20 20:00:28.342 INFO E| Compiling serde_derive_internals v0.29.1 |
3389 | 2024-12-20T20:00:30.236Z | [ helios-setup] Dec 20 20:00:29.912 INFO E| Compiling toml v0.5.11 |
3390 | 2024-12-20T20:00:32.573Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3391 | 2024-12-20T20:00:32.888Z | [ helios-setup] Dec 20 20:00:32.564 INFO E| Compiling proc-macro-crate v0.1.5 |
3392 | 2024-12-20T20:00:33.853Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3393 | 2024-12-20T20:00:35.454Z | [ helios-setup] Dec 20 20:00:35.129 INFO E| Compiling thiserror-impl v1.0.64 |
3394 | 2024-12-20T20:00:35.454Z | [ helios-setup] Dec 20 20:00:35.129 INFO E| Compiling serde_derive v1.0.210 |
3395 | 2024-12-20T20:00:35.691Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3396 | 2024-12-20T20:00:36.096Z | [ helios-setup] Dec 20 20:00:35.772 INFO E| Compiling schemars_derive v0.8.21 |
3397 | 2024-12-20T20:00:36.167Z | [ helios-setup] Dec 20 20:00:35.844 INFO E| Compiling zerocopy-derive v0.6.6 |
3398 | 2024-12-20T20:00:36.175Z | [ helios-setup] Dec 20 20:00:35.850 INFO E| Compiling num-derive v0.4.2 |
3399 | 2024-12-20T20:00:36.263Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3400 | 2024-12-20T20:00:39.149Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3401 | 2024-12-20T20:00:40.002Z | [ helios-setup] Dec 20 20:00:39.678 INFO E| Compiling zerocopy v0.6.6 |
3402 | 2024-12-20T20:00:41.066Z | [ helios-setup] Dec 20 20:00:40.742 INFO E| Compiling pest v2.7.13 |
3403 | 2024-12-20T20:00:41.496Z | [ helios-setup] Dec 20 20:00:41.172 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3404 | 2024-12-20T20:00:41.835Z | [ helios-setup] Dec 20 20:00:41.511 INFO E| Compiling scroll_derive v0.10.5 |
3405 | 2024-12-20T20:00:41.970Z | [ helios-setup] Dec 20 20:00:41.646 INFO E| Compiling strum_macros v0.23.1 |
3406 | 2024-12-20T20:00:42.114Z | [ helios-setup] Dec 20 20:00:41.790 INFO E| Compiling structopt-derive v0.4.18 |
3407 | 2024-12-20T20:00:45.806Z | [ helios-setup] Dec 20 20:00:45.483 INFO E| Compiling scroll v0.10.2 |
3408 | 2024-12-20T20:00:46.663Z | [ helios-setup] Dec 20 20:00:46.340 INFO E| Compiling pest_meta v2.7.13 |
3409 | 2024-12-20T20:00:46.850Z | [ helios-setup] Dec 20 20:00:46.527 INFO E| Compiling modular-bitfield v0.11.2 |
3410 | 2024-12-20T20:00:46.891Z | [ helios-setup] Dec 20 20:00:46.567 INFO E| Compiling goblin v0.4.3 |
3411 | 2024-12-20T20:00:47.966Z | [ helios-setup] Dec 20 20:00:47.639 INFO E| Compiling structopt v0.3.26 |
3412 | 2024-12-20T20:00:48.943Z | [ helios-setup] Dec 20 20:00:48.619 INFO E| Compiling pest_generator v2.7.13 |
3413 | 2024-12-20T20:00:49.248Z | [ host-package] Compiling fatfs v0.3.6 |
3414 | 2024-12-20T20:00:53.622Z | [ host-package] Compiling rtoolbox v0.0.2 |
3415 | 2024-12-20T20:00:54.160Z | [ host-package] Compiling subprocess v0.2.9 |
3416 | 2024-12-20T20:00:54.236Z | [ helios-setup] Dec 20 20:00:53.913 INFO E| Compiling pest_derive v2.7.13 |
3417 | 2024-12-20T20:00:56.152Z | [ host-package] Compiling assert_matches v1.5.0 |
3418 | 2024-12-20T20:00:57.268Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3419 | 2024-12-20T20:00:58.250Z | [ helios-setup] Dec 20 20:00:57.926 INFO E| Compiling json5 v0.4.1 |
3420 | 2024-12-20T20:01:00.329Z | [ host-package] Compiling rpassword v7.3.1 |
3421 | 2024-12-20T20:01:00.986Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3422 | 2024-12-20T20:01:04.316Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3423 | 2024-12-20T20:01:04.522Z | [ helios-setup] Dec 20 20:01:04.199 INFO E| Compiling four-cc v0.3.0 |
3424 | 2024-12-20T20:01:04.522Z | [ helios-setup] Dec 20 20:01:04.199 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3425 | 2024-12-20T20:01:04.735Z | [ helios-setup] Dec 20 20:01:04.412 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3426 | 2024-12-20T20:01:07.806Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3427 | 2024-12-20T20:01:09.722Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3428 | 2024-12-20T20:01:10.488Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3429 | 2024-12-20T20:01:13.652Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3430 | 2024-12-20T20:01:14.128Z | [ host-package] Compiling uzers v0.12.1 |
3431 | 2024-12-20T20:01:17.525Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3432 | 2024-12-20T20:01:25.942Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3433 | 2024-12-20T20:01:28.922Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3434 | 2024-12-20T20:01:48.236Z | [ helios-setup] Dec 20 20:01:47.914 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3435 | 2024-12-20T20:01:54.855Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3436 | 2024-12-20T20:02:03.817Z | [ helios-setup] Dec 20 20:02:03.495 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3437 | 2024-12-20T20:02:04.717Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3438 | 2024-12-20T20:02:07.552Z | [ host-package] Compiling multimap v0.10.0 |
3439 | 2024-12-20T20:02:56.482Z | [ helios-setup] Dec 20 20:02:56.162 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s |
3440 | 2024-12-20T20:02:56.519Z | [ helios-setup] Dec 20 20:02:56.198 INFO building project "amd-host-image-builder" ok (195 seconds) |
3441 | 2024-12-20T20:02:56.521Z | [ helios-setup] Dec 20 20:02:56.199 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3442 | 2024-12-20T20:02:56.522Z | [ helios-setup] Dec 20 20:02:56.199 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3443 | 2024-12-20T20:02:56.864Z | [ helios-setup] Dec 20 20:02:56.543 INFO E| Downloading crates ... |
3444 | 2024-12-20T20:02:57.017Z | [ helios-setup] Dec 20 20:02:56.697 INFO E| Downloaded miniz_oxide v0.7.2 |
3445 | 2024-12-20T20:02:57.124Z | [ helios-setup] Dec 20 20:02:56.804 INFO E| Compiling adler v1.0.2 |
3446 | 2024-12-20T20:02:57.279Z | [ helios-setup] Dec 20 20:02:56.959 INFO E| Compiling miniz_oxide v0.7.2 |
3447 | 2024-12-20T20:03:00.278Z | [ helios-setup] Dec 20 20:02:59.958 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3448 | 2024-12-20T20:03:01.184Z | [ helios-setup] Dec 20 20:03:00.864 INFO E| Finished `release` profile [optimized] target(s) in 4.56s |
3449 | 2024-12-20T20:03:01.196Z | [ helios-setup] Dec 20 20:03:00.876 INFO building project "pinprick" ok (4 seconds) |
3450 | 2024-12-20T20:03:01.199Z | [ helios-setup] rm -f helios-build |
3451 | 2024-12-20T20:03:01.201Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3452 | 2024-12-20T20:03:01.208Z | [ helios-setup] |
3453 | 2024-12-20T20:03:01.213Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3454 | 2024-12-20T20:03:01.213Z | [ helios-setup] |
3455 | 2024-12-20T20:03:01.216Z | [ helios-setup] |
3456 | 2024-12-20T20:03:01.216Z | [ helios-setup] real 12:07.226212999 |
3457 | 2024-12-20T20:03:01.216Z | [ helios-setup] user 28:52.574153328 |
3458 | 2024-12-20T20:03:01.216Z | [ helios-setup] sys 3:32.654330754 |
3459 | 2024-12-20T20:03:01.216Z | [ helios-setup] trap 1.682971771 |
3460 | 2024-12-20T20:03:01.216Z | [ helios-setup] tflt 6.188829149 |
3461 | 2024-12-20T20:03:01.216Z | [ helios-setup] dflt 37.508219048 |
3462 | 2024-12-20T20:03:01.216Z | [ helios-setup] kflt 0.048661585 |
3463 | 2024-12-20T20:03:01.216Z | [ helios-setup] lock 2:06:13.332631822 |
3464 | 2024-12-20T20:03:01.216Z | [ helios-setup] slp 3:40:08.417611883 |
3465 | 2024-12-20T20:03:01.216Z | [ helios-setup] lat 32:55.302320813 |
3466 | 2024-12-20T20:03:01.216Z | [ helios-setup] stop 4:41.604558856 |
3467 | 2024-12-20T20:03:01.216Z | Dec 20 20:03:00.894 INFO [helios-setup] process exited with exit status: 0 (727.231900719s) |
3468 | 2024-12-20T20:03:01.216Z | Dec 20 20:03:00.894 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3469 | 2024-12-20T20:03:01.240Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3470 | 2024-12-20T20:03:01.552Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3471 | 2024-12-20T20:03:01.555Z | [ phbl-toolchain] info: downloading component 'cargo' |
3472 | 2024-12-20T20:03:03.079Z | [ phbl-toolchain] info: downloading component 'clippy' |
3473 | 2024-12-20T20:03:03.428Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3474 | 2024-12-20T20:03:08.433Z | [ phbl-toolchain] info: downloading component 'miri' |
3475 | 2024-12-20T20:03:08.619Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3476 | 2024-12-20T20:03:10.077Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3477 | 2024-12-20T20:03:10.303Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3478 | 2024-12-20T20:03:12.772Z | [ phbl-toolchain] info: downloading component 'rustc' |
3479 | 2024-12-20T20:03:21.122Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3480 | 2024-12-20T20:03:21.388Z | [ phbl-toolchain] info: installing component 'cargo' |
3481 | 2024-12-20T20:03:22.624Z | [ phbl-toolchain] info: installing component 'clippy' |
3482 | 2024-12-20T20:03:23.136Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3483 | 2024-12-20T20:03:28.757Z | [ phbl-toolchain] info: installing component 'miri' |
3484 | 2024-12-20T20:03:29.098Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3485 | 2024-12-20T20:03:36.547Z | [ phbl-toolchain] info: installing component 'rust-src' |
3486 | 2024-12-20T20:03:37.292Z | [ phbl-toolchain] info: installing component 'rust-std' |
3487 | 2024-12-20T20:03:39.847Z | [ phbl-toolchain] info: installing component 'rustc' |
3488 | 2024-12-20T20:03:48.818Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3489 | 2024-12-20T20:03:49.671Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3490 | 2024-12-20T20:03:49.673Z | Dec 20 20:03:49.353 INFO [phbl-toolchain] process exited with exit status: 0 (48.458383733s) |
3491 | 2024-12-20T20:04:40.366Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3492 | 2024-12-20T20:04:42.717Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3493 | 2024-12-20T20:11:22.333Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 37s |
3494 | 2024-12-20T20:12:30.932Z | Dec 20 20:12:30.556 INFO [host-package] process exited with exit status: 0 (1245.957311262s) |
3495 | 2024-12-20T20:12:30.932Z | Dec 20 20:12:30.556 INFO [host-stamp] running task |
3496 | 2024-12-20T20:12:30.965Z | Dec 20 20:12:30.557 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3497 | 2024-12-20T20:12:30.965Z | Dec 20 20:12:30.566 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+git5e4153b5697 |
3498 | 2024-12-20T20:12:30.965Z | Dec 20 20:12:30.575 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+git5e4153b5697 |
3499 | 2024-12-20T20:12:30.965Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3500 | 2024-12-20T20:12:30.965Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3501 | 2024-12-20T20:12:30.965Z | Dec 20 20:12:30.586 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+git5e4153b5697 |
3502 | 2024-12-20T20:12:30.965Z | Dec 20 20:12:30.595 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+git5e4153b5697 |
3503 | 2024-12-20T20:12:30.965Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3504 | 2024-12-20T20:12:30.965Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-20T20:12:30.965Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3506 | 2024-12-20T20:12:30.965Z | Dec 20 20:12:30.606 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+git5e4153b5697 |
3507 | 2024-12-20T20:12:30.965Z | Dec 20 20:12:30.619 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+git5e4153b5697 |
3508 | 2024-12-20T20:12:30.965Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-20T20:12:30.974Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3510 | 2024-12-20T20:12:30.974Z | Dec 20 20:12:30.634 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+git5e4153b5697 |
3511 | 2024-12-20T20:12:30.975Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3512 | 2024-12-20T20:12:30.975Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3513 | 2024-12-20T20:12:30.975Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3514 | 2024-12-20T20:12:30.975Z | Dec 20 20:12:30.650 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+git5e4153b5697 |
3515 | 2024-12-20T20:12:30.978Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-20T20:12:30.978Z | Dec 20 20:12:30.665 INFO [stamp-overlay] process exited with exit status: 0 (89.711984ms) |
3517 | 2024-12-20T20:12:30.978Z | Dec 20 20:12:30.665 INFO [stamp-oxlog] process exited with exit status: 0 (59.097307ms) |
3518 | 2024-12-20T20:12:30.979Z | Dec 20 20:12:30.665 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (46.839544ms) |
3519 | 2024-12-20T20:12:30.982Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3520 | 2024-12-20T20:12:30.984Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3521 | 2024-12-20T20:12:30.984Z | Dec 20 20:12:30.678 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (112.177878ms) |
3522 | 2024-12-20T20:12:31.197Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3523 | 2024-12-20T20:12:31.201Z | Dec 20 20:12:30.896 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (246.480565ms) |
3524 | 2024-12-20T20:12:31.348Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3525 | 2024-12-20T20:12:31.351Z | Dec 20 20:12:31.047 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (412.979176ms) |
3526 | 2024-12-20T20:12:32.089Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3527 | 2024-12-20T20:12:32.093Z | Dec 20 20:12:31.787 INFO [stamp-propolis-server] process exited with exit status: 0 (1.201728078s) |
3528 | 2024-12-20T20:12:32.127Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3529 | 2024-12-20T20:12:34.458Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3530 | 2024-12-20T20:12:41.810Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3531 | 2024-12-20T20:12:41.814Z | Dec 20 20:12:41.509 INFO [stamp-switch-asic] process exited with exit status: 0 (10.914335164s) |
3532 | 2024-12-20T20:12:41.814Z | Dec 20 20:12:41.510 INFO [host-stamp] task succeeded (10.953259389s) |
3533 | 2024-12-20T20:12:41.814Z | Dec 20 20:12:41.510 INFO [host-proto] running task |
3534 | 2024-12-20T20:12:42.239Z | Dec 20 20:12:41.935 INFO [host-proto] task succeeded (425.404907ms) |
3535 | 2024-12-20T20:12:42.240Z | Dec 20 20:12:41.935 INFO [host-profile] running task |
3536 | 2024-12-20T20:12:42.242Z | Dec 20 20:12:41.936 INFO [host-profile] task succeeded (382.569µs) |
3537 | 2024-12-20T20:12:42.242Z | Dec 20 20:12:41.936 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/.tmpvU0PN2/proto/host/root -N 'ci 5e4153b/${os_short_commit} 2024-12-20 19:50' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3538 | 2024-12-20T20:12:42.260Z | [ host-image] Dec 20 20:12:41.956 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3539 | 2024-12-20T20:12:42.260Z | [ host-image] Dec 20 20:12:41.956 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3540 | 2024-12-20T20:12:42.274Z | [ host-image] Dec 20 20:12:41.970 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpvU0PN2/proto/host/root" |
3541 | 2024-12-20T20:12:42.275Z | [ host-image] Dec 20 20:12:41.970 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3542 | 2024-12-20T20:12:42.277Z | [ host-image] Dec 20 20:12:41.970 INFO image builder template: ramdisk-01-os... |
3543 | 2024-12-20T20:12:42.277Z | [ host-image] Dec 20 20:12:41.971 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/.tmpvU0PN2/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 |
3544 | 2024-12-20T20:12:42.299Z | [ host-image] Dec 20 20:12:41.995 INFO O| Dec 20 20:12:41.994 INFO CREATE DATASET: rpool/images/build/host/output |
3545 | 2024-12-20T20:12:42.611Z | [ host-image] Dec 20 20:12:42.306 INFO O| Dec 20 20:12:42.306 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3546 | 2024-12-20T20:12:42.615Z | [ host-image] Dec 20 20:12:42.311 INFO O| Dec 20 20:12:42.311 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3547 | 2024-12-20T20:12:42.847Z | [ host-image] Dec 20 20:12:42.542 INFO O| Dec 20 20:12:42.542 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3548 | 2024-12-20T20:12:42.927Z | [ host-image] Dec 20 20:12:42.622 INFO O| Dec 20 20:12:42.622 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3549 | 2024-12-20T20:12:42.927Z | [ host-image] Dec 20 20:12:42.623 INFO O| Dec 20 20:12:42.622 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3550 | 2024-12-20T20:12:42.929Z | [ host-image] Dec 20 20:12:42.623 INFO O| Dec 20 20:12:42.623 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3551 | 2024-12-20T20:12:42.929Z | [ host-image] Dec 20 20:12:42.623 INFO O| Dec 20 20:12:42.623 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3552 | 2024-12-20T20:12:42.940Z | [ host-image] Dec 20 20:12:42.635 INFO O| Dec 20 20:12:42.635 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3553 | 2024-12-20T20:12:43.184Z | [ host-image] Dec 20 20:12:42.880 INFO O| Dec 20 20:12:42.880 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-12-20T20:12:43.200Z | [ host-image] Dec 20 20:12:42.896 INFO O| Dec 20 20:12:42.896 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3555 | 2024-12-20T20:12:43.794Z | [ host-image] Dec 20 20:12:43.489 INFO O| Dec 20 20:12:43.489 INFO O| Caching catalogs ... Done |
3556 | 2024-12-20T20:12:43.919Z | [ host-image] Dec 20 20:12:43.613 INFO O| Dec 20 20:12:43.613 INFO STEP 0 (pkg_image_create) COMPLETE |
3557 | 2024-12-20T20:12:43.919Z | [ host-image] Dec 20 20:12:43.613 INFO O| Dec 20 20:12:43.613 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-12-20T20:12:43.919Z | [ host-image] Dec 20 20:12:43.613 INFO O| Dec 20 20:12:43.613 INFO skip step because feature "repo_redist" is not enabled |
3559 | 2024-12-20T20:12:43.923Z | [ host-image] Dec 20 20:12:43.613 INFO O| Dec 20 20:12:43.613 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-12-20T20:12:43.936Z | [ host-image] Dec 20 20:12:43.631 INFO O| Dec 20 20:12:43.630 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"] |
3561 | 2024-12-20T20:12:44.498Z | [ host-image] Dec 20 20:12:44.193 INFO O| Dec 20 20:12:44.193 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3562 | 2024-12-20T20:12:44.498Z | [ host-image] Dec 20 20:12:44.193 INFO O| Dec 20 20:12:44.193 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-20T20:12:44.514Z | [ host-image] Dec 20 20:12:44.210 INFO O| Dec 20 20:12:44.210 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3564 | 2024-12-20T20:12:45.124Z | [ host-image] Dec 20 20:12:44.819 INFO O| Dec 20 20:12:44.819 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3565 | 2024-12-20T20:12:45.124Z | [ host-image] Dec 20 20:12:44.819 INFO O| Dec 20 20:12:44.819 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3566 | 2024-12-20T20:12:45.126Z | [ host-image] Dec 20 20:12:44.819 INFO O| Dec 20 20:12:44.819 INFO skip step because feature "repo_redist" is not enabled |
3567 | 2024-12-20T20:12:45.126Z | [ host-image] Dec 20 20:12:44.819 INFO O| Dec 20 20:12:44.819 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3568 | 2024-12-20T20:12:45.687Z | [ host-image] Dec 20 20:12:45.382 INFO O| Dec 20 20:12:45.382 INFO variant opensolaris.zone is already global |
3569 | 2024-12-20T20:12:45.687Z | [ host-image] Dec 20 20:12:45.382 INFO O| Dec 20 20:12:45.382 INFO STEP 5 (pkg_change_variant) COMPLETE |
3570 | 2024-12-20T20:12:45.689Z | [ host-image] Dec 20 20:12:45.382 INFO O| Dec 20 20:12:45.382 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3571 | 2024-12-20T20:12:46.234Z | [ host-image] Dec 20 20:12:45.930 INFO O| Dec 20 20:12:45.929 INFO variant opensolaris.imagetype is full; changing to partial |
3572 | 2024-12-20T20:12:46.237Z | [ host-image] Dec 20 20:12:45.930 INFO O| Dec 20 20:12:45.930 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3573 | 2024-12-20T20:12:53.905Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.76s |
3574 | 2024-12-20T20:12:54.618Z | [ host-image] Dec 20 20:12:54.310 INFO O| Dec 20 20:12:54.310 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3575 | 2024-12-20T20:12:55.137Z | Dec 20 20:12:54.833 INFO [recovery-package] process exited with exit status: 0 (24.275866115s) |
3576 | 2024-12-20T20:12:55.137Z | Dec 20 20:12:54.833 INFO [recovery-stamp] running task |
3577 | 2024-12-20T20:12:55.140Z | Dec 20 20:12:54.833 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3578 | 2024-12-20T20:12:55.146Z | Dec 20 20:12:54.842 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+git5e4153b5697 |
3579 | 2024-12-20T20:12:55.156Z | Dec 20 20:12:54.852 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git5e4153b5697 |
3580 | 2024-12-20T20:12:55.166Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3581 | 2024-12-20T20:12:55.178Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3582 | 2024-12-20T20:12:55.262Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3583 | 2024-12-20T20:12:55.267Z | Dec 20 20:12:54.962 INFO [stamp-installinator] process exited with exit status: 0 (110.201732ms) |
3584 | 2024-12-20T20:12:55.289Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3585 | 2024-12-20T20:12:55.292Z | Dec 20 20:12:54.988 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (146.187351ms) |
3586 | 2024-12-20T20:12:55.295Z | Dec 20 20:12:54.988 INFO [recovery-stamp] task succeeded (155.145032ms) |
3587 | 2024-12-20T20:12:55.295Z | Dec 20 20:12:54.988 INFO [recovery-proto] running task |
3588 | 2024-12-20T20:12:55.295Z | Dec 20 20:12:54.988 INFO [tuf-stamp] running task |
3589 | 2024-12-20T20:12:55.295Z | Dec 20 20:12:54.989 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+git5e4153b5697 |
3590 | 2024-12-20T20:12:55.307Z | Dec 20 20:12:55.003 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+git5e4153b5697 |
3591 | 2024-12-20T20:12:55.317Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3592 | 2024-12-20T20:12:55.321Z | Dec 20 20:12:55.017 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+git5e4153b5697 |
3593 | 2024-12-20T20:12:55.334Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3594 | 2024-12-20T20:12:55.335Z | Dec 20 20:12:55.031 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+git5e4153b5697 |
3595 | 2024-12-20T20:12:55.351Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3596 | 2024-12-20T20:12:55.351Z | Dec 20 20:12:55.046 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+git5e4153b5697 |
3597 | 2024-12-20T20:12:55.374Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3598 | 2024-12-20T20:12:55.377Z | Dec 20 20:12:55.070 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+git5e4153b5697 |
3599 | 2024-12-20T20:12:55.408Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3600 | 2024-12-20T20:12:55.412Z | Dec 20 20:12:55.104 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+git5e4153b5697 |
3601 | 2024-12-20T20:12:55.438Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-20T20:12:55.442Z | Dec 20 20:12:55.134 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+git5e4153b5697 |
3603 | 2024-12-20T20:12:55.516Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3604 | 2024-12-20T20:12:55.519Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3605 | 2024-12-20T20:12:55.519Z | Dec 20 20:12:55.212 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+git5e4153b5697 |
3606 | 2024-12-20T20:12:55.548Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3607 | 2024-12-20T20:12:55.559Z | Dec 20 20:12:55.244 INFO [recovery-proto] task succeeded (255.833296ms) |
3608 | 2024-12-20T20:12:55.559Z | Dec 20 20:12:55.244 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+git5e4153b5697 |
3609 | 2024-12-20T20:12:55.571Z | Dec 20 20:12:55.257 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/.tmpvU0PN2/proto/recovery/root -N 'recovery 5e4153b/${os_short_commit} 2024-12-20 19:50' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3610 | 2024-12-20T20:12:55.598Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3611 | 2024-12-20T20:12:55.601Z | [ recovery-image] Dec 20 20:12:55.283 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3612 | 2024-12-20T20:12:55.601Z | [ recovery-image] Dec 20 20:12:55.284 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3613 | 2024-12-20T20:12:55.605Z | Dec 20 20:12:55.301 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+git5e4153b5697 |
3614 | 2024-12-20T20:12:55.697Z | [ recovery-image] Dec 20 20:12:55.304 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpvU0PN2/proto/recovery/root" |
3615 | 2024-12-20T20:12:55.727Z | [ recovery-image] Dec 20 20:12:55.304 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3616 | 2024-12-20T20:12:55.730Z | [ recovery-image] Dec 20 20:12:55.304 INFO image builder template: ramdisk-01-os... |
3617 | 2024-12-20T20:12:55.731Z | [ recovery-image] Dec 20 20:12:55.304 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/.tmpvU0PN2/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 |
3618 | 2024-12-20T20:12:55.731Z | [ recovery-image] Dec 20 20:12:55.409 INFO O| Dec 20 20:12:55.408 INFO CREATE DATASET: rpool/images/build/recovery/output |
3619 | 2024-12-20T20:12:55.750Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3620 | 2024-12-20T20:12:55.862Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3621 | 2024-12-20T20:12:55.862Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3622 | 2024-12-20T20:12:55.867Z | Dec 20 20:12:55.557 INFO [stamp-probe] process exited with exit status: 0 (510.522855ms) |
3623 | 2024-12-20T20:12:55.964Z | Dec 20 20:12:55.660 INFO [stamp-ntp] process exited with exit status: 0 (656.76554ms) |
3624 | 2024-12-20T20:12:56.216Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3625 | 2024-12-20T20:12:56.269Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3626 | 2024-12-20T20:12:56.336Z | [ recovery-image] Dec 20 20:12:56.032 INFO O| Dec 20 20:12:56.032 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3627 | 2024-12-20T20:12:56.342Z | [ recovery-image] Dec 20 20:12:56.038 INFO O| Dec 20 20:12:56.038 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3628 | 2024-12-20T20:12:56.841Z | [ recovery-image] Dec 20 20:12:56.536 INFO O| Dec 20 20:12:56.536 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3629 | 2024-12-20T20:12:56.953Z | [ recovery-image] Dec 20 20:12:56.648 INFO O| Dec 20 20:12:56.643 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3630 | 2024-12-20T20:12:56.953Z | [ recovery-image] Dec 20 20:12:56.649 INFO O| Dec 20 20:12:56.643 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3631 | 2024-12-20T20:12:56.956Z | [ recovery-image] Dec 20 20:12:56.649 INFO O| Dec 20 20:12:56.643 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3632 | 2024-12-20T20:12:56.956Z | [ recovery-image] Dec 20 20:12:56.649 INFO O| Dec 20 20:12:56.643 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3633 | 2024-12-20T20:12:56.969Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3634 | 2024-12-20T20:12:56.975Z | Dec 20 20:12:56.670 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.425736039s) |
3635 | 2024-12-20T20:12:56.991Z | [ recovery-image] Dec 20 20:12:56.686 INFO O| Dec 20 20:12:56.686 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3636 | 2024-12-20T20:12:57.101Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3637 | 2024-12-20T20:12:57.121Z | Dec 20 20:12:56.817 INFO [stamp-internal-dns] process exited with exit status: 0 (1.827779076s) |
3638 | 2024-12-20T20:12:57.312Z | [ recovery-image] Dec 20 20:12:57.007 INFO O| Dec 20 20:12:57.007 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3639 | 2024-12-20T20:12:57.324Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3640 | 2024-12-20T20:12:57.327Z | [ recovery-image] Dec 20 20:12:57.021 INFO O| Dec 20 20:12:57.021 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3641 | 2024-12-20T20:12:57.350Z | Dec 20 20:12:57.046 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.029182725s) |
3642 | 2024-12-20T20:12:57.488Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3643 | 2024-12-20T20:12:57.504Z | Dec 20 20:12:57.200 INFO [stamp-external-dns] process exited with exit status: 0 (2.129178034s) |
3644 | 2024-12-20T20:12:57.844Z | [ recovery-image] Dec 20 20:12:57.540 INFO O| Dec 20 20:12:57.540 INFO O| Caching catalogs ... Done |
3645 | 2024-12-20T20:12:57.954Z | [ recovery-image] Dec 20 20:12:57.650 INFO O| Dec 20 20:12:57.650 INFO STEP 0 (pkg_image_create) COMPLETE |
3646 | 2024-12-20T20:12:57.955Z | [ recovery-image] Dec 20 20:12:57.650 INFO O| Dec 20 20:12:57.650 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3647 | 2024-12-20T20:12:57.955Z | [ recovery-image] Dec 20 20:12:57.650 INFO O| Dec 20 20:12:57.650 INFO skip step because feature "repo_redist" is not enabled |
3648 | 2024-12-20T20:12:57.955Z | [ recovery-image] Dec 20 20:12:57.650 INFO O| Dec 20 20:12:57.650 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3649 | 2024-12-20T20:12:57.967Z | [ recovery-image] Dec 20 20:12:57.662 INFO O| Dec 20 20:12:57.662 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"] |
3650 | 2024-12-20T20:12:57.981Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3651 | 2024-12-20T20:12:57.985Z | Dec 20 20:12:57.681 INFO [stamp-oximeter] process exited with exit status: 0 (2.469053524s) |
3652 | 2024-12-20T20:12:58.459Z | [ recovery-image] Dec 20 20:12:58.154 INFO O| Dec 20 20:12:58.154 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3653 | 2024-12-20T20:12:58.459Z | [ recovery-image] Dec 20 20:12:58.154 INFO O| Dec 20 20:12:58.154 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3654 | 2024-12-20T20:12:58.474Z | [ recovery-image] Dec 20 20:12:58.169 INFO O| Dec 20 20:12:58.169 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3655 | 2024-12-20T20:12:58.947Z | [ recovery-image] Dec 20 20:12:58.643 INFO O| Dec 20 20:12:58.643 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3656 | 2024-12-20T20:12:58.947Z | [ recovery-image] Dec 20 20:12:58.643 INFO O| Dec 20 20:12:58.643 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3657 | 2024-12-20T20:12:58.948Z | [ recovery-image] Dec 20 20:12:58.643 INFO O| Dec 20 20:12:58.643 INFO skip step because feature "repo_redist" is not enabled |
3658 | 2024-12-20T20:12:58.951Z | [ recovery-image] Dec 20 20:12:58.643 INFO O| Dec 20 20:12:58.643 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3659 | 2024-12-20T20:12:59.442Z | [ recovery-image] Dec 20 20:12:59.137 INFO O| Dec 20 20:12:59.137 INFO variant opensolaris.zone is already global |
3660 | 2024-12-20T20:12:59.442Z | [ recovery-image] Dec 20 20:12:59.137 INFO O| Dec 20 20:12:59.137 INFO STEP 5 (pkg_change_variant) COMPLETE |
3661 | 2024-12-20T20:12:59.442Z | [ recovery-image] Dec 20 20:12:59.137 INFO O| Dec 20 20:12:59.137 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3662 | 2024-12-20T20:12:59.704Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3663 | 2024-12-20T20:12:59.708Z | Dec 20 20:12:59.404 INFO [stamp-nexus] process exited with exit status: 0 (4.269615191s) |
3664 | 2024-12-20T20:12:59.905Z | [ recovery-image] Dec 20 20:12:59.600 INFO O| Dec 20 20:12:59.600 INFO variant opensolaris.imagetype is full; changing to partial |
3665 | 2024-12-20T20:12:59.905Z | [ recovery-image] Dec 20 20:12:59.600 INFO O| Dec 20 20:12:59.600 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3666 | 2024-12-20T20:13:00.331Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3667 | 2024-12-20T20:13:00.334Z | [verify-libraries] Compiling home v0.5.9 |
3668 | 2024-12-20T20:13:00.529Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3669 | 2024-12-20T20:13:00.563Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3670 | 2024-12-20T20:13:00.563Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3671 | 2024-12-20T20:13:00.564Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3672 | 2024-12-20T20:13:00.574Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3673 | 2024-12-20T20:13:00.847Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3674 | 2024-12-20T20:13:00.887Z | [ host-image] Dec 20 20:13:00.583 INFO O| Dec 20 20:13:00.583 INFO O| Startup: Caching catalogs ... Done |
3675 | 2024-12-20T20:13:00.988Z | [verify-libraries] Compiling polyval v0.6.2 |
3676 | 2024-12-20T20:13:01.004Z | [ host-image] Dec 20 20:13:00.700 INFO O| Dec 20 20:13:00.699 INFO O| Planning: Planning completed in 0.00 seconds |
3677 | 2024-12-20T20:13:01.007Z | [ host-image] Dec 20 20:13:00.700 INFO O| Dec 20 20:13:00.700 INFO O| Planning: Consolidating action changes ... Done |
3678 | 2024-12-20T20:13:01.008Z | [ host-image] Dec 20 20:13:00.701 INFO O| Dec 20 20:13:00.701 INFO O| Planning: Evaluating mediators ... Done |
3679 | 2024-12-20T20:13:01.008Z | [ host-image] Dec 20 20:13:00.701 INFO O| Dec 20 20:13:00.701 INFO O| Planning: Planning completed in 0.00 seconds |
3680 | 2024-12-20T20:13:01.008Z | [ host-image] Dec 20 20:13:00.701 INFO O| Dec 20 20:13:00.701 INFO O| Variants/Facets to change: 1 |
3681 | 2024-12-20T20:13:01.051Z | [ host-image] Dec 20 20:13:00.747 INFO O| Dec 20 20:13:00.746 INFO O| Done |
3682 | 2024-12-20T20:13:01.051Z | [ host-image] Dec 20 20:13:00.747 INFO O| Dec 20 20:13:00.747 INFO O| Done |
3683 | 2024-12-20T20:13:01.102Z | [verify-libraries] Compiling nix v0.28.0 |
3684 | 2024-12-20T20:13:01.337Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3685 | 2024-12-20T20:13:01.400Z | Dec 20 20:13:01.095 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.064573703s) |
3686 | 2024-12-20T20:13:01.406Z | [verify-libraries] Compiling ctr v0.9.2 |
3687 | 2024-12-20T20:13:01.894Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3688 | 2024-12-20T20:13:01.977Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3689 | 2024-12-20T20:13:02.012Z | [verify-libraries] Compiling ghash v0.5.1 |
3690 | 2024-12-20T20:13:02.039Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3691 | 2024-12-20T20:13:02.199Z | [verify-libraries] Compiling blowfish v0.9.1 |
3692 | 2024-12-20T20:13:02.284Z | [ host-image] Dec 20 20:13:01.980 INFO O| Dec 20 20:13:01.980 INFO O| Done |
3693 | 2024-12-20T20:13:02.385Z | [ host-image] Dec 20 20:13:02.081 INFO O| Dec 20 20:13:02.081 INFO O| Done |
3694 | 2024-12-20T20:13:02.388Z | [ host-image] Dec 20 20:13:02.083 INFO O| Dec 20 20:13:02.083 INFO O| Done |
3695 | 2024-12-20T20:13:02.388Z | [ host-image] Dec 20 20:13:02.083 INFO O| Dec 20 20:13:02.083 INFO O| Done |
3696 | 2024-12-20T20:13:02.391Z | [ host-image] Dec 20 20:13:02.085 INFO O| Dec 20 20:13:02.085 INFO O| Done |
3697 | 2024-12-20T20:13:03.104Z | [ host-image] Dec 20 20:13:02.800 INFO O| Dec 20 20:13:02.800 INFO STEP 6 (pkg_change_variant) COMPLETE |
3698 | 2024-12-20T20:13:03.104Z | [ host-image] Dec 20 20:13:02.800 INFO O| Dec 20 20:13:02.800 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3699 | 2024-12-20T20:13:03.104Z | [ host-image] Dec 20 20:13:02.800 INFO O| Dec 20 20:13:02.800 INFO skip step because feature "debug_variant" is not enabled |
3700 | 2024-12-20T20:13:03.104Z | [ host-image] Dec 20 20:13:02.800 INFO O| Dec 20 20:13:02.800 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3701 | 2024-12-20T20:13:03.212Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3702 | 2024-12-20T20:13:03.709Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3703 | 2024-12-20T20:13:03.799Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3704 | 2024-12-20T20:13:03.840Z | [ host-image] Dec 20 20:13:03.530 INFO O| Dec 20 20:13:03.529 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3705 | 2024-12-20T20:13:04.491Z | [verify-libraries] Compiling password-hash v0.4.2 |
3706 | 2024-12-20T20:13:05.353Z | [ host-image] Dec 20 20:13:05.049 INFO O| Dec 20 20:13:05.049 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3707 | 2024-12-20T20:13:05.356Z | [ host-image] Dec 20 20:13:05.050 INFO O| Dec 20 20:13:05.050 INFO O| Planning: Planning completed in 0.00 seconds |
3708 | 2024-12-20T20:13:05.356Z | [ host-image] Dec 20 20:13:05.051 INFO O| Dec 20 20:13:05.051 INFO O| Planning: Consolidating action changes ... Done |
3709 | 2024-12-20T20:13:05.356Z | [ host-image] Dec 20 20:13:05.051 INFO O| Dec 20 20:13:05.051 INFO O| Planning: Evaluating mediators ... Done |
3710 | 2024-12-20T20:13:05.356Z | [ host-image] Dec 20 20:13:05.052 INFO O| Dec 20 20:13:05.052 INFO O| Planning: Planning completed in 0.00 seconds |
3711 | 2024-12-20T20:13:05.358Z | [ host-image] Dec 20 20:13:05.052 INFO O| Dec 20 20:13:05.052 INFO O| Variants/Facets to change: 1 |
3712 | 2024-12-20T20:13:05.476Z | [ host-image] Dec 20 20:13:05.172 INFO O| Dec 20 20:13:05.172 INFO O| Done |
3713 | 2024-12-20T20:13:05.476Z | [ host-image] Dec 20 20:13:05.172 INFO O| Dec 20 20:13:05.172 INFO O| Done |
3714 | 2024-12-20T20:13:06.740Z | [ host-image] Dec 20 20:13:06.436 INFO O| Dec 20 20:13:06.436 INFO O| Done |
3715 | 2024-12-20T20:13:06.822Z | [ host-image] Dec 20 20:13:06.518 INFO O| Dec 20 20:13:06.518 INFO O| Done |
3716 | 2024-12-20T20:13:06.825Z | [ host-image] Dec 20 20:13:06.519 INFO O| Dec 20 20:13:06.519 INFO O| Done |
3717 | 2024-12-20T20:13:06.825Z | [ host-image] Dec 20 20:13:06.520 INFO O| Dec 20 20:13:06.520 INFO O| Done |
3718 | 2024-12-20T20:13:06.827Z | [ host-image] Dec 20 20:13:06.522 INFO O| Dec 20 20:13:06.522 INFO O| Done |
3719 | 2024-12-20T20:13:06.937Z | [ host-image] Dec 20 20:13:06.632 INFO O| Dec 20 20:13:06.632 INFO STEP 8 (pkg_change_facet) COMPLETE |
3720 | 2024-12-20T20:13:06.937Z | [ host-image] Dec 20 20:13:06.632 INFO O| Dec 20 20:13:06.632 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-20T20:13:06.938Z | [ host-image] Dec 20 20:13:06.632 INFO O| Dec 20 20:13:06.632 INFO skip step because feature "recovery" is not enabled |
3722 | 2024-12-20T20:13:06.941Z | [ host-image] Dec 20 20:13:06.632 INFO O| Dec 20 20:13:06.632 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3723 | 2024-12-20T20:13:06.941Z | [ host-image] Dec 20 20:13:06.632 INFO O| Dec 20 20:13:06.632 INFO skip step because feature "recovery" is not enabled |
3724 | 2024-12-20T20:13:06.941Z | [ host-image] Dec 20 20:13:06.632 INFO O| Dec 20 20:13:06.632 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3725 | 2024-12-20T20:13:06.955Z | [ host-image] Dec 20 20:13:06.651 INFO O| Dec 20 20:13:06.651 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"] |
3726 | 2024-12-20T20:13:07.930Z | [verify-libraries] Compiling rustyline v14.0.0 |
3727 | 2024-12-20T20:13:08.321Z | [ host-image] Dec 20 20:13:08.018 INFO O| Dec 20 20:13:08.017 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3728 | 2024-12-20T20:13:09.018Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3729 | 2024-12-20T20:13:09.023Z | Dec 20 20:13:08.719 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.615179619s) |
3730 | 2024-12-20T20:13:09.059Z | [verify-libraries] Compiling matches v0.1.10 |
3731 | 2024-12-20T20:13:09.229Z | [verify-libraries] Compiling idna v0.2.3 |
3732 | 2024-12-20T20:13:10.458Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3733 | 2024-12-20T20:13:10.615Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3734 | 2024-12-20T20:13:10.662Z | Dec 20 20:13:10.353 INFO [stamp-clickhouse] process exited with exit status: 0 (15.051961099s) |
3735 | 2024-12-20T20:13:10.662Z | Dec 20 20:13:10.354 INFO [tuf-stamp] task succeeded (15.365487614s) |
3736 | 2024-12-20T20:13:11.086Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3737 | 2024-12-20T20:13:11.117Z | [verify-libraries] Compiling p521 v0.13.3 |
3738 | 2024-12-20T20:13:13.267Z | [ recovery-image] Dec 20 20:13:12.963 INFO O| Dec 20 20:13:12.963 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3739 | 2024-12-20T20:13:14.040Z | [verify-libraries] Compiling p256 v0.13.2 |
3740 | 2024-12-20T20:13:16.909Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3741 | 2024-12-20T20:13:17.016Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3742 | 2024-12-20T20:13:17.500Z | [verify-libraries] Compiling md5 v0.7.0 |
3743 | 2024-12-20T20:13:18.074Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3744 | 2024-12-20T20:13:18.110Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3745 | 2024-12-20T20:13:21.419Z | [ recovery-image] Dec 20 20:13:21.115 INFO O| Dec 20 20:13:21.115 INFO O| Startup: Caching catalogs ... Done |
3746 | 2024-12-20T20:13:21.539Z | [ recovery-image] Dec 20 20:13:21.235 INFO O| Dec 20 20:13:21.235 INFO O| Planning: Planning completed in 0.00 seconds |
3747 | 2024-12-20T20:13:21.541Z | [ recovery-image] Dec 20 20:13:21.236 INFO O| Dec 20 20:13:21.236 INFO O| Planning: Consolidating action changes ... Done |
3748 | 2024-12-20T20:13:21.541Z | [ recovery-image] Dec 20 20:13:21.237 INFO O| Dec 20 20:13:21.237 INFO O| Planning: Evaluating mediators ... Done |
3749 | 2024-12-20T20:13:21.541Z | [ recovery-image] Dec 20 20:13:21.237 INFO O| Dec 20 20:13:21.237 INFO O| Planning: Planning completed in 0.00 seconds |
3750 | 2024-12-20T20:13:21.541Z | [ recovery-image] Dec 20 20:13:21.238 INFO O| Dec 20 20:13:21.238 INFO O| Variants/Facets to change: 1 |
3751 | 2024-12-20T20:13:21.678Z | [ recovery-image] Dec 20 20:13:21.374 INFO O| Dec 20 20:13:21.373 INFO O| Done |
3752 | 2024-12-20T20:13:21.678Z | [ recovery-image] Dec 20 20:13:21.374 INFO O| Dec 20 20:13:21.373 INFO O| Done |
3753 | 2024-12-20T20:13:22.745Z | [ recovery-image] Dec 20 20:13:22.442 INFO O| Dec 20 20:13:22.442 INFO O| Done |
3754 | 2024-12-20T20:13:22.825Z | [ recovery-image] Dec 20 20:13:22.522 INFO O| Dec 20 20:13:22.522 INFO O| Done |
3755 | 2024-12-20T20:13:22.828Z | [ recovery-image] Dec 20 20:13:22.523 INFO O| Dec 20 20:13:22.523 INFO O| Done |
3756 | 2024-12-20T20:13:22.828Z | [ recovery-image] Dec 20 20:13:22.524 INFO O| Dec 20 20:13:22.524 INFO O| Done |
3757 | 2024-12-20T20:13:22.831Z | [ recovery-image] Dec 20 20:13:22.525 INFO O| Dec 20 20:13:22.525 INFO O| Done |
3758 | 2024-12-20T20:13:23.563Z | [ recovery-image] Dec 20 20:13:23.259 INFO O| Dec 20 20:13:23.259 INFO STEP 6 (pkg_change_variant) COMPLETE |
3759 | 2024-12-20T20:13:23.563Z | [ recovery-image] Dec 20 20:13:23.259 INFO O| Dec 20 20:13:23.259 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3760 | 2024-12-20T20:13:23.563Z | [ recovery-image] Dec 20 20:13:23.259 INFO O| Dec 20 20:13:23.259 INFO skip step because feature "debug_variant" is not enabled |
3761 | 2024-12-20T20:13:23.563Z | [ recovery-image] Dec 20 20:13:23.259 INFO O| Dec 20 20:13:23.259 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3762 | 2024-12-20T20:13:23.691Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3763 | 2024-12-20T20:13:24.273Z | [ recovery-image] Dec 20 20:13:23.970 INFO O| Dec 20 20:13:23.970 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3764 | 2024-12-20T20:13:25.370Z | [ recovery-image] Dec 20 20:13:25.067 INFO O| Dec 20 20:13:25.067 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3765 | 2024-12-20T20:13:25.373Z | [ recovery-image] Dec 20 20:13:25.069 INFO O| Dec 20 20:13:25.069 INFO O| Planning: Planning completed in 0.00 seconds |
3766 | 2024-12-20T20:13:25.373Z | [ recovery-image] Dec 20 20:13:25.070 INFO O| Dec 20 20:13:25.070 INFO O| Planning: Consolidating action changes ... Done |
3767 | 2024-12-20T20:13:25.373Z | [ recovery-image] Dec 20 20:13:25.070 INFO O| Dec 20 20:13:25.070 INFO O| Planning: Evaluating mediators ... Done |
3768 | 2024-12-20T20:13:25.376Z | [ recovery-image] Dec 20 20:13:25.071 INFO O| Dec 20 20:13:25.071 INFO O| Planning: Planning completed in 0.00 seconds |
3769 | 2024-12-20T20:13:25.376Z | [ recovery-image] Dec 20 20:13:25.071 INFO O| Dec 20 20:13:25.071 INFO O| Variants/Facets to change: 1 |
3770 | 2024-12-20T20:13:25.467Z | [ recovery-image] Dec 20 20:13:25.163 INFO O| Dec 20 20:13:25.163 INFO O| Done |
3771 | 2024-12-20T20:13:25.467Z | [ recovery-image] Dec 20 20:13:25.164 INFO O| Dec 20 20:13:25.163 INFO O| Done |
3772 | 2024-12-20T20:13:26.435Z | [ recovery-image] Dec 20 20:13:26.131 INFO O| Dec 20 20:13:26.131 INFO O| Done |
3773 | 2024-12-20T20:13:26.534Z | [ recovery-image] Dec 20 20:13:26.230 INFO O| Dec 20 20:13:26.230 INFO O| Done |
3774 | 2024-12-20T20:13:26.536Z | [ recovery-image] Dec 20 20:13:26.231 INFO O| Dec 20 20:13:26.231 INFO O| Done |
3775 | 2024-12-20T20:13:26.536Z | [ recovery-image] Dec 20 20:13:26.231 INFO O| Dec 20 20:13:26.231 INFO O| Done |
3776 | 2024-12-20T20:13:26.539Z | [ recovery-image] Dec 20 20:13:26.234 INFO O| Dec 20 20:13:26.233 INFO O| Done |
3777 | 2024-12-20T20:13:26.629Z | [ recovery-image] Dec 20 20:13:26.326 INFO O| Dec 20 20:13:26.326 INFO STEP 8 (pkg_change_facet) COMPLETE |
3778 | 2024-12-20T20:13:26.629Z | [ recovery-image] Dec 20 20:13:26.326 INFO O| Dec 20 20:13:26.326 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3779 | 2024-12-20T20:13:27.291Z | [ recovery-image] Dec 20 20:13:26.988 INFO O| Dec 20 20:13:26.988 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3780 | 2024-12-20T20:13:28.721Z | [ recovery-image] Dec 20 20:13:28.418 INFO O| Dec 20 20:13:28.418 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3781 | 2024-12-20T20:13:28.724Z | [ recovery-image] Dec 20 20:13:28.420 INFO O| Dec 20 20:13:28.420 INFO O| Planning: Planning completed in 0.00 seconds |
3782 | 2024-12-20T20:13:28.726Z | [ recovery-image] Dec 20 20:13:28.421 INFO O| Dec 20 20:13:28.421 INFO O| Planning: Consolidating action changes ... Done |
3783 | 2024-12-20T20:13:28.726Z | [ recovery-image] Dec 20 20:13:28.422 INFO O| Dec 20 20:13:28.422 INFO O| Planning: Evaluating mediators ... Done |
3784 | 2024-12-20T20:13:28.726Z | [ recovery-image] Dec 20 20:13:28.422 INFO O| Dec 20 20:13:28.422 INFO O| Planning: Planning completed in 0.00 seconds |
3785 | 2024-12-20T20:13:28.726Z | [ recovery-image] Dec 20 20:13:28.423 INFO O| Dec 20 20:13:28.423 INFO O| Variants/Facets to change: 1 |
3786 | 2024-12-20T20:13:28.820Z | [ recovery-image] Dec 20 20:13:28.516 INFO O| Dec 20 20:13:28.516 INFO O| Done |
3787 | 2024-12-20T20:13:28.820Z | [ recovery-image] Dec 20 20:13:28.516 INFO O| Dec 20 20:13:28.516 INFO O| Done |
3788 | 2024-12-20T20:13:29.543Z | [ recovery-image] Dec 20 20:13:29.240 INFO O| Dec 20 20:13:29.240 INFO O| Done |
3789 | 2024-12-20T20:13:29.637Z | [ recovery-image] Dec 20 20:13:29.334 INFO O| Dec 20 20:13:29.334 INFO O| Done |
3790 | 2024-12-20T20:13:29.640Z | [ recovery-image] Dec 20 20:13:29.335 INFO O| Dec 20 20:13:29.335 INFO O| Done |
3791 | 2024-12-20T20:13:29.640Z | [ recovery-image] Dec 20 20:13:29.335 INFO O| Dec 20 20:13:29.335 INFO O| Done |
3792 | 2024-12-20T20:13:29.640Z | [ recovery-image] Dec 20 20:13:29.337 INFO O| Dec 20 20:13:29.337 INFO O| Done |
3793 | 2024-12-20T20:13:29.758Z | [ recovery-image] Dec 20 20:13:29.455 INFO O| Dec 20 20:13:29.455 INFO STEP 9 (pkg_change_facet) COMPLETE |
3794 | 2024-12-20T20:13:29.758Z | [ recovery-image] Dec 20 20:13:29.455 INFO O| Dec 20 20:13:29.455 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3795 | 2024-12-20T20:13:30.437Z | [ recovery-image] Dec 20 20:13:30.133 INFO O| Dec 20 20:13:30.133 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3796 | 2024-12-20T20:13:31.824Z | [ recovery-image] Dec 20 20:13:31.521 INFO O| Dec 20 20:13:31.521 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3797 | 2024-12-20T20:13:31.827Z | [ recovery-image] Dec 20 20:13:31.523 INFO O| Dec 20 20:13:31.523 INFO O| Planning: Planning completed in 0.00 seconds |
3798 | 2024-12-20T20:13:31.827Z | [ recovery-image] Dec 20 20:13:31.524 INFO O| Dec 20 20:13:31.524 INFO O| Planning: Consolidating action changes ... Done |
3799 | 2024-12-20T20:13:31.827Z | [ recovery-image] Dec 20 20:13:31.524 INFO O| Dec 20 20:13:31.524 INFO O| Planning: Evaluating mediators ... Done |
3800 | 2024-12-20T20:13:31.830Z | [ recovery-image] Dec 20 20:13:31.525 INFO O| Dec 20 20:13:31.525 INFO O| Planning: Planning completed in 0.00 seconds |
3801 | 2024-12-20T20:13:31.830Z | [ recovery-image] Dec 20 20:13:31.525 INFO O| Dec 20 20:13:31.525 INFO O| Variants/Facets to change: 1 |
3802 | 2024-12-20T20:13:31.920Z | [ recovery-image] Dec 20 20:13:31.617 INFO O| Dec 20 20:13:31.617 INFO O| Done |
3803 | 2024-12-20T20:13:31.920Z | [ recovery-image] Dec 20 20:13:31.617 INFO O| Dec 20 20:13:31.617 INFO O| Done |
3804 | 2024-12-20T20:13:32.734Z | [ recovery-image] Dec 20 20:13:32.431 INFO O| Dec 20 20:13:32.431 INFO O| Done |
3805 | 2024-12-20T20:13:32.821Z | [ recovery-image] Dec 20 20:13:32.518 INFO O| Dec 20 20:13:32.518 INFO O| Done |
3806 | 2024-12-20T20:13:32.824Z | [ recovery-image] Dec 20 20:13:32.519 INFO O| Dec 20 20:13:32.519 INFO O| Done |
3807 | 2024-12-20T20:13:32.824Z | [ recovery-image] Dec 20 20:13:32.519 INFO O| Dec 20 20:13:32.519 INFO O| Done |
3808 | 2024-12-20T20:13:32.824Z | [ recovery-image] Dec 20 20:13:32.520 INFO O| Dec 20 20:13:32.520 INFO O| Done |
3809 | 2024-12-20T20:13:33.013Z | [ recovery-image] Dec 20 20:13:32.710 INFO O| Dec 20 20:13:32.709 INFO STEP 10 (pkg_change_facet) COMPLETE |
3810 | 2024-12-20T20:13:33.013Z | [ recovery-image] Dec 20 20:13:32.710 INFO O| Dec 20 20:13:32.709 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3811 | 2024-12-20T20:13:33.039Z | [ recovery-image] Dec 20 20:13:32.736 INFO O| Dec 20 20:13:32.735 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"] |
3812 | 2024-12-20T20:13:33.914Z | [verify-libraries] Compiling des v0.8.1 |
3813 | 2024-12-20T20:13:33.963Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3814 | 2024-12-20T20:13:34.161Z | [ recovery-image] Dec 20 20:13:33.857 INFO O| Dec 20 20:13:33.857 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3815 | 2024-12-20T20:13:34.539Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3816 | 2024-12-20T20:13:34.888Z | [verify-libraries] Compiling russh v0.45.0 |
3817 | 2024-12-20T20:13:35.177Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3818 | 2024-12-20T20:13:41.623Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3819 | 2024-12-20T20:13:44.427Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3820 | 2024-12-20T20:13:46.403Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3821 | 2024-12-20T20:13:57.735Z | [verify-libraries] Compiling petname v2.0.2 |
3822 | 2024-12-20T20:13:59.127Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3823 | 2024-12-20T20:14:00.084Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3824 | 2024-12-20T20:14:00.777Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3825 | 2024-12-20T20:14:12.837Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3826 | 2024-12-20T20:14:14.272Z | [ host-image] Dec 20 20:14:13.969 INFO O| Dec 20 20:14:13.969 INFO O| Planning: Solver setup ... Done |
3827 | 2024-12-20T20:14:18.040Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3828 | 2024-12-20T20:14:20.338Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3829 | 2024-12-20T20:14:27.333Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3830 | 2024-12-20T20:14:37.795Z | [ recovery-image] Dec 20 20:14:37.493 INFO O| Dec 20 20:14:37.493 INFO O| Planning: Solver setup ... Done |
3831 | 2024-12-20T20:14:45.160Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3832 | 2024-12-20T20:14:47.056Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3833 | 2024-12-20T20:14:54.265Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3834 | 2024-12-20T20:15:14.271Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3835 | 2024-12-20T20:15:24.034Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3836 | 2024-12-20T20:15:24.651Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3837 | 2024-12-20T20:15:25.084Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3838 | 2024-12-20T20:15:25.532Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3839 | 2024-12-20T20:15:26.033Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3840 | 2024-12-20T20:15:26.476Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3841 | 2024-12-20T20:15:26.839Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3842 | 2024-12-20T20:15:34.769Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3843 | 2024-12-20T20:15:37.535Z | [ host-image] Dec 20 20:15:37.235 INFO O| Dec 20 20:15:37.235 INFO O| Planning: Running solver ... Done |
3844 | 2024-12-20T20:15:38.133Z | [ host-image] Dec 20 20:15:37.832 INFO O| Dec 20 20:15:37.832 INFO O| Planning: Finding local manifests ... Done |
3845 | 2024-12-20T20:15:38.147Z | [ host-image] Dec 20 20:15:37.847 INFO O| Dec 20 20:15:37.847 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3846 | 2024-12-20T20:15:38.330Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3847 | 2024-12-20T20:15:41.222Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3848 | 2024-12-20T20:15:45.057Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3849 | 2024-12-20T20:15:45.252Z | [ host-image] Dec 20 20:15:44.952 INFO O| Dec 20 20:15:44.952 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3850 | 2024-12-20T20:15:46.586Z | [ host-image] Dec 20 20:15:46.286 INFO O| Dec 20 20:15:46.286 INFO O| Planning: Package planning ... Done |
3851 | 2024-12-20T20:15:48.365Z | [ host-image] Dec 20 20:15:48.066 INFO O| Dec 20 20:15:48.066 INFO O| Planning: Merging actions ... Done |
3852 | 2024-12-20T20:15:48.662Z | [ host-image] Dec 20 20:15:48.362 INFO O| Dec 20 20:15:48.362 INFO O| Planning: Checking for conflicting actions ... Done |
3853 | 2024-12-20T20:15:48.955Z | [ host-image] Dec 20 20:15:48.655 INFO O| Dec 20 20:15:48.655 INFO O| Planning: Consolidating action changes ... Done |
3854 | 2024-12-20T20:15:49.545Z | [ host-image] Dec 20 20:15:49.245 INFO O| Dec 20 20:15:49.245 INFO O| Planning: Evaluating mediators ... Done |
3855 | 2024-12-20T20:15:51.252Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3856 | 2024-12-20T20:15:56.515Z | [ host-image] Dec 20 20:15:56.216 INFO O| Dec 20 20:15:56.216 INFO O| Planning: Planning completed in 168.20 seconds |
3857 | 2024-12-20T20:15:56.523Z | [ host-image] Dec 20 20:15:56.224 INFO O| Dec 20 20:15:56.223 INFO O| Packages to install: 124 |
3858 | 2024-12-20T20:15:56.525Z | [ host-image] Dec 20 20:15:56.224 INFO O| Dec 20 20:15:56.223 INFO O| Mediators to change: 4 |
3859 | 2024-12-20T20:15:56.525Z | [ host-image] Dec 20 20:15:56.224 INFO O| Dec 20 20:15:56.224 INFO O| Services to change: 6 |
3860 | 2024-12-20T20:15:56.643Z | [ host-image] Dec 20 20:15:56.344 INFO O| Dec 20 20:15:56.344 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3861 | 2024-12-20T20:15:59.051Z | [ recovery-image] Dec 20 20:15:58.752 INFO O| Dec 20 20:15:58.752 INFO O| Planning: Running solver ... Done |
3862 | 2024-12-20T20:15:59.610Z | [ recovery-image] Dec 20 20:15:59.310 INFO O| Dec 20 20:15:59.310 INFO O| Planning: Finding local manifests ... Done |
3863 | 2024-12-20T20:15:59.627Z | [ recovery-image] Dec 20 20:15:59.327 INFO O| Dec 20 20:15:59.327 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3864 | 2024-12-20T20:16:01.643Z | [ host-image] Dec 20 20:16:01.344 INFO O| Dec 20 20:16:01.344 INFO O| Download: 437/22788 items 1.8/199.7MB 0% complete (390k/s) |
3865 | 2024-12-20T20:16:04.975Z | [ recovery-image] Dec 20 20:16:04.676 INFO O| Dec 20 20:16:04.675 INFO O| Planning: Fetching manifests: 122/124 98% complete |
3866 | 2024-12-20T20:16:06.843Z | [ host-image] Dec 20 20:16:06.543 INFO O| Dec 20 20:16:06.543 INFO O| Download: 1062/22788 items 6.8/199.7MB 3% complete (741k/s) |
3867 | 2024-12-20T20:16:09.625Z | [ recovery-image] Dec 20 20:16:09.326 INFO O| Dec 20 20:16:09.326 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3868 | 2024-12-20T20:16:10.769Z | [ recovery-image] Dec 20 20:16:10.470 INFO O| Dec 20 20:16:10.470 INFO O| Planning: Package planning ... Done |
3869 | 2024-12-20T20:16:11.509Z | [ recovery-image] Dec 20 20:16:11.210 INFO O| Dec 20 20:16:11.210 INFO O| Planning: Merging actions ... Done |
3870 | 2024-12-20T20:16:11.707Z | [ recovery-image] Dec 20 20:16:11.409 INFO O| Dec 20 20:16:11.409 INFO O| Planning: Checking for conflicting actions ... Done |
3871 | 2024-12-20T20:16:11.846Z | [ recovery-image] Dec 20 20:16:11.547 INFO O| Dec 20 20:16:11.547 INFO O| Planning: Consolidating action changes ... Done |
3872 | 2024-12-20T20:16:12.223Z | [ recovery-image] Dec 20 20:16:11.924 INFO O| Dec 20 20:16:11.924 INFO O| Planning: Evaluating mediators ... Done |
3873 | 2024-12-20T20:16:12.235Z | [ host-image] Dec 20 20:16:11.936 INFO O| Dec 20 20:16:11.936 INFO O| Download: 1642/22788 items 10.4/199.7MB 5% complete (861k/s) |
3874 | 2024-12-20T20:16:16.145Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3875 | 2024-12-20T20:16:18.148Z | [ recovery-image] Dec 20 20:16:17.850 INFO O| Dec 20 20:16:17.849 INFO O| Planning: Planning completed in 163.99 seconds |
3876 | 2024-12-20T20:16:18.156Z | [ recovery-image] Dec 20 20:16:17.857 INFO O| Dec 20 20:16:17.857 INFO O| Packages to install: 124 |
3877 | 2024-12-20T20:16:18.156Z | [ recovery-image] Dec 20 20:16:17.857 INFO O| Dec 20 20:16:17.857 INFO O| Mediators to change: 4 |
3878 | 2024-12-20T20:16:18.159Z | [ recovery-image] Dec 20 20:16:17.857 INFO O| Dec 20 20:16:17.857 INFO O| Services to change: 5 |
3879 | 2024-12-20T20:16:18.225Z | [ recovery-image] Dec 20 20:16:17.927 INFO O| Dec 20 20:16:17.926 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3880 | 2024-12-20T20:16:18.311Z | [ host-image] Dec 20 20:16:18.013 INFO O| Dec 20 20:16:18.012 INFO O| Download: 1658/22788 items 10.9/199.7MB 5% complete (771k/s) |
3881 | 2024-12-20T20:16:23.158Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3882 | 2024-12-20T20:16:23.321Z | [ recovery-image] Dec 20 20:16:22.927 INFO O| Dec 20 20:16:22.927 INFO O| Download: 631/15862 items 5.6/176.4MB 3% complete (1.1M/s) |
3883 | 2024-12-20T20:16:23.487Z | [ host-image] Dec 20 20:16:23.014 INFO O| Dec 20 20:16:23.014 INFO O| Download: 1795/22788 items 13.2/199.7MB 6% complete (193k/s) |
3884 | 2024-12-20T20:16:23.831Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3885 | 2024-12-20T20:16:25.312Z | [verify-libraries] Compiling termios v0.3.3 |
3886 | 2024-12-20T20:16:25.682Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3887 | 2024-12-20T20:16:28.450Z | [ recovery-image] Dec 20 20:16:28.152 INFO O| Dec 20 20:16:28.152 INFO O| Download: 1054/15862 items 7.9/176.4MB 4% complete (832k/s) |
3888 | 2024-12-20T20:16:28.809Z | [ host-image] Dec 20 20:16:28.510 INFO O| Dec 20 20:16:28.510 INFO O| Download: 1943/22788 items 22.1/199.7MB 11% complete (1.1M/s) |
3889 | 2024-12-20T20:16:34.319Z | [ host-image] Dec 20 20:16:34.021 INFO O| Dec 20 20:16:34.021 INFO O| Download: 2152/22788 items 23.9/199.7MB 11% complete (1008k/s) |
3890 | 2024-12-20T20:16:34.383Z | [ recovery-image] Dec 20 20:16:34.085 INFO O| Dec 20 20:16:34.085 INFO O| Download: 1164/15862 items 10.1/176.4MB 5% complete (634k/s) |
3891 | 2024-12-20T20:16:39.662Z | [ host-image] Dec 20 20:16:39.364 INFO O| Dec 20 20:16:39.364 INFO O| Download: 2278/22788 items 25.4/199.7MB 12% complete (490k/s) |
3892 | 2024-12-20T20:16:41.432Z | [ recovery-image] Dec 20 20:16:41.134 INFO O| Dec 20 20:16:41.134 INFO O| Download: 1322/15862 items 20.0/176.4MB 11% complete (1.2M/s) |
3893 | 2024-12-20T20:16:46.766Z | [ recovery-image] Dec 20 20:16:46.468 INFO O| Dec 20 20:16:46.468 INFO O| Download: 1524/15862 items 22.0/176.4MB 12% complete (361k/s) |
3894 | 2024-12-20T20:16:49.169Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3895 | 2024-12-20T20:16:50.914Z | [ host-image] Dec 20 20:16:50.616 INFO O| Dec 20 20:16:50.616 INFO O| Download: 2287/22788 items 26.3/199.7MB 13% complete (381k/s) |
3896 | 2024-12-20T20:16:51.783Z | [ recovery-image] Dec 20 20:16:51.484 INFO O| Dec 20 20:16:51.484 INFO O| Download: 1789/15862 items 28.2/176.4MB 15% complete (790k/s) |
3897 | 2024-12-20T20:16:56.009Z | [ host-image] Dec 20 20:16:55.711 INFO O| Dec 20 20:16:55.711 INFO O| Download: 2446/22788 items 28.2/199.7MB 14% complete (505k/s) |
3898 | 2024-12-20T20:16:56.790Z | [ recovery-image] Dec 20 20:16:56.493 INFO O| Dec 20 20:16:56.492 INFO O| Download: 2584/15862 items 32.9/176.4MB 18% complete (1.1M/s) |
3899 | 2024-12-20T20:17:01.017Z | [ host-image] Dec 20 20:17:00.718 INFO O| Dec 20 20:17:00.718 INFO O| Download: 2802/22788 items 31.8/199.7MB 15% complete (522k/s) |
3900 | 2024-12-20T20:17:01.146Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3901 | 2024-12-20T20:17:01.800Z | [ recovery-image] Dec 20 20:17:01.502 INFO O| Dec 20 20:17:01.502 INFO O| Download: 3179/15862 items 37.5/176.4MB 21% complete (947k/s) |
3902 | 2024-12-20T20:17:06.083Z | [ host-image] Dec 20 20:17:05.785 INFO O| Dec 20 20:17:05.785 INFO O| Download: 3474/22788 items 35.2/199.7MB 17% complete (732k/s) |
3903 | 2024-12-20T20:17:06.868Z | [ recovery-image] Dec 20 20:17:06.570 INFO O| Dec 20 20:17:06.570 INFO O| Download: 3606/15862 items 39.0/176.4MB 22% complete (780k/s) |
3904 | 2024-12-20T20:17:11.087Z | [ host-image] Dec 20 20:17:10.790 INFO O| Dec 20 20:17:10.790 INFO O| Download: 3936/22788 items 40.0/199.7MB 20% complete (846k/s) |
3905 | 2024-12-20T20:17:11.869Z | [ recovery-image] Dec 20 20:17:11.572 INFO O| Dec 20 20:17:11.572 INFO O| Download: 3727/15862 items 41.8/176.4MB 23% complete (410k/s) |
3906 | 2024-12-20T20:17:16.087Z | [ host-image] Dec 20 20:17:15.790 INFO O| Dec 20 20:17:15.790 INFO O| Download: 4514/22788 items 41.9/199.7MB 21% complete (684k/s) |
3907 | 2024-12-20T20:17:16.886Z | [ recovery-image] Dec 20 20:17:16.589 INFO O| Dec 20 20:17:16.589 INFO O| Download: 3969/15862 items 42.5/176.4MB 24% complete (364k/s) |
3908 | 2024-12-20T20:17:21.902Z | [ recovery-image] Dec 20 20:17:21.605 INFO O| Dec 20 20:17:21.605 INFO O| Download: 4478/15862 items 42.8/176.4MB 24% complete (228k/s) |
3909 | 2024-12-20T20:17:22.397Z | [ host-image] Dec 20 20:17:22.100 INFO O| Dec 20 20:17:22.100 INFO O| Download: 4640/22788 items 42.9/199.7MB 21% complete (346k/s) |
3910 | 2024-12-20T20:17:27.406Z | [ host-image] Dec 20 20:17:27.110 INFO O| Dec 20 20:17:27.110 INFO O| Download: 5150/22788 items 46.0/199.7MB 23% complete (374k/s) |
3911 | 2024-12-20T20:17:27.887Z | [ recovery-image] Dec 20 20:17:27.590 INFO O| Dec 20 20:17:27.590 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete (121k/s) |
3912 | 2024-12-20T20:17:32.660Z | [ host-image] Dec 20 20:17:32.364 INFO O| Dec 20 20:17:32.364 INFO O| Download: 5749/22788 items 46.3/199.7MB 23% complete (369k/s) |
3913 | 2024-12-20T20:17:32.903Z | [ recovery-image] Dec 20 20:17:32.607 INFO O| Dec 20 20:17:32.607 INFO O| Download: 5450/15862 items 43.4/176.4MB 24% complete (48.1k/s) |
3914 | 2024-12-20T20:17:37.730Z | [ host-image] Dec 20 20:17:37.433 INFO O| Dec 20 20:17:37.433 INFO O| Download: 6322/22788 items 46.6/199.7MB 23% complete (64.5k/s) |
3915 | 2024-12-20T20:17:38.965Z | [ recovery-image] Dec 20 20:17:38.669 INFO O| Dec 20 20:17:38.669 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete (128k/s) |
3916 | 2024-12-20T20:17:43.237Z | [ host-image] Dec 20 20:17:42.941 INFO O| Dec 20 20:17:42.941 INFO O| Download: 6766/22788 items 47.9/199.7MB 23% complete (127k/s) |
3917 | 2024-12-20T20:17:44.164Z | [ recovery-image] Dec 20 20:17:43.867 INFO O| Dec 20 20:17:43.867 INFO O| Download: 5748/15862 items 46.8/176.4MB 26% complete (315k/s) |
3918 | 2024-12-20T20:17:48.358Z | [ host-image] Dec 20 20:17:48.061 INFO O| Dec 20 20:17:48.061 INFO O| Download: 6996/22788 items 50.6/199.7MB 25% complete (391k/s) |
3919 | 2024-12-20T20:17:53.408Z | [ host-image] Dec 20 20:17:53.112 INFO O| Dec 20 20:17:53.112 INFO O| Download: 7955/22788 items 59.6/199.7MB 29% complete (1.2M/s) |
3920 | 2024-12-20T20:17:58.489Z | [ host-image] Dec 20 20:17:58.193 INFO O| Dec 20 20:17:58.193 INFO O| Download: 8262/22788 items 64.9/199.7MB 32% complete (1.4M/s) |
3921 | 2024-12-20T20:17:58.688Z | [ recovery-image] Dec 20 20:17:58.392 INFO O| Dec 20 20:17:58.392 INFO O| Download: 5913/15862 items 53.0/176.4MB 30% complete |
3922 | 2024-12-20T20:18:03.822Z | [ recovery-image] Dec 20 20:18:03.526 INFO O| Dec 20 20:18:03.526 INFO O| Download: 6092/15862 items 54.5/176.4MB 30% complete (242k/s) |
3923 | 2024-12-20T20:18:04.823Z | [ host-image] Dec 20 20:18:04.527 INFO O| Dec 20 20:18:04.527 INFO O| Download: 8297/22788 items 67.3/199.7MB 33% complete (1.1M/s) |
3924 | 2024-12-20T20:18:08.830Z | [ recovery-image] Dec 20 20:18:08.534 INFO O| Dec 20 20:18:08.534 INFO O| Download: 6325/15862 items 62.7/176.4MB 35% complete (959k/s) |
3925 | 2024-12-20T20:18:09.846Z | [ host-image] Dec 20 20:18:09.551 INFO O| Dec 20 20:18:09.551 INFO O| Download: 8708/22788 items 71.1/199.7MB 35% complete (396k/s) |
3926 | 2024-12-20T20:18:13.841Z | [ recovery-image] Dec 20 20:18:13.545 INFO O| Dec 20 20:18:13.545 INFO O| Download: 7082/15862 items 72.2/176.4MB 40% complete (1.8M/s) |
3927 | 2024-12-20T20:18:15.102Z | [ host-image] Dec 20 20:18:14.807 INFO O| Dec 20 20:18:14.806 INFO O| Download: 9387/22788 items 81.5/199.7MB 40% complete (1.5M/s) |
3928 | 2024-12-20T20:18:18.954Z | [ recovery-image] Dec 20 20:18:18.658 INFO O| Dec 20 20:18:18.658 INFO O| Download: 7623/15862 items 73.7/176.4MB 41% complete (1.1M/s) |
3929 | 2024-12-20T20:18:23.967Z | [ recovery-image] Dec 20 20:18:23.671 INFO O| Dec 20 20:18:23.671 INFO O| Download: 7889/15862 items 76.3/176.4MB 43% complete (424k/s) |
3930 | 2024-12-20T20:18:24.717Z | [ host-image] Dec 20 20:18:24.422 INFO O| Dec 20 20:18:24.422 INFO O| Download: 9388/22788 items 81.5/199.7MB 40% complete |
3931 | 2024-12-20T20:18:29.729Z | [ host-image] Dec 20 20:18:29.434 INFO O| Dec 20 20:18:29.434 INFO O| Download: 10190/22788 items 86.1/199.7MB 43% complete (912k/s) |
3932 | 2024-12-20T20:18:30.529Z | [ recovery-image] Dec 20 20:18:30.234 INFO O| Dec 20 20:18:30.234 INFO O| Download: 7938/15862 items 77.7/176.4MB 44% complete (417k/s) |
3933 | 2024-12-20T20:18:35.538Z | [ recovery-image] Dec 20 20:18:35.243 INFO O| Dec 20 20:18:35.243 INFO O| Download: 8543/15862 items 79.9/176.4MB 45% complete (270k/s) |
3934 | 2024-12-20T20:18:40.754Z | [ host-image] Dec 20 20:18:40.459 INFO O| Dec 20 20:18:40.459 INFO O| Download: 10416/22788 items 88.0/199.7MB 44% complete (909k/s) |
3935 | 2024-12-20T20:18:40.985Z | [ recovery-image] Dec 20 20:18:40.690 INFO O| Dec 20 20:18:40.690 INFO O| Download: 8848/15862 items 92.0/176.4MB 52% complete (1.5M/s) |
3936 | 2024-12-20T20:18:42.496Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3937 | 2024-12-20T20:18:45.994Z | [ recovery-image] Dec 20 20:18:45.700 INFO O| Dec 20 20:18:45.700 INFO O| Download: 9385/15862 items 92.9/176.4MB 52% complete (1.2M/s) |
3938 | 2024-12-20T20:18:47.123Z | [ host-image] Dec 20 20:18:46.828 INFO O| Dec 20 20:18:46.828 INFO O| Download: 10847/22788 items 90.0/199.7MB 45% complete (201k/s) |
3939 | 2024-12-20T20:18:50.470Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3940 | 2024-12-20T20:18:50.994Z | [ recovery-image] Dec 20 20:18:50.700 INFO O| Dec 20 20:18:50.700 INFO O| Download: 10271/15862 items 93.3/176.4MB 52% complete (136k/s) |
3941 | 2024-12-20T20:18:52.143Z | [ host-image] Dec 20 20:18:51.849 INFO O| Dec 20 20:18:51.848 INFO O| Download: 11200/22788 items 93.9/199.7MB 47% complete (580k/s) |
3942 | 2024-12-20T20:18:56.005Z | [ recovery-image] Dec 20 20:18:55.710 INFO O| Dec 20 20:18:55.710 INFO O| Download: 10775/15862 items 93.6/176.4MB 53% complete (70.4k/s) |
3943 | 2024-12-20T20:18:57.259Z | [ host-image] Dec 20 20:18:56.965 INFO O| Dec 20 20:18:56.965 INFO O| Download: 11227/22788 items 94.0/199.7MB 47% complete (440k/s) |
3944 | 2024-12-20T20:19:01.029Z | [ recovery-image] Dec 20 20:19:00.734 INFO O| Dec 20 20:19:00.734 INFO O| Download: 11043/15862 items 95.3/176.4MB 54% complete (174k/s) |
3945 | 2024-12-20T20:19:02.262Z | [ host-image] Dec 20 20:19:01.967 INFO O| Dec 20 20:19:01.967 INFO O| Download: 11504/22788 items 96.3/199.7MB 48% complete (327k/s) |
3946 | 2024-12-20T20:19:06.075Z | [ recovery-image] Dec 20 20:19:05.763 INFO O| Dec 20 20:19:05.763 INFO O| Download: 11403/15862 items 107.1/176.4MB 60% complete (1.3M/s) |
3947 | 2024-12-20T20:19:07.869Z | [ host-image] Dec 20 20:19:07.575 INFO O| Dec 20 20:19:07.575 INFO O| Download: 11979/22788 items 98.2/199.7MB 49% complete (415k/s) |
3948 | 2024-12-20T20:19:11.189Z | [ recovery-image] Dec 20 20:19:10.895 INFO O| Dec 20 20:19:10.895 INFO O| Download: 11922/15862 items 128.4/176.4MB 72% complete (3.3M/s) |
3949 | 2024-12-20T20:19:12.876Z | [ host-image] Dec 20 20:19:12.582 INFO O| Dec 20 20:19:12.582 INFO O| Download: 12234/22788 items 109.4/199.7MB 54% complete (1.3M/s) |
3950 | 2024-12-20T20:19:16.189Z | [ recovery-image] Dec 20 20:19:15.895 INFO O| Dec 20 20:19:15.895 INFO O| Download: 12553/15862 items 142.3/176.4MB 80% complete (4.1M/s) |
3951 | 2024-12-20T20:19:17.999Z | [ host-image] Dec 20 20:19:17.703 INFO O| Dec 20 20:19:17.703 INFO O| Download: 12474/22788 items 109.6/199.7MB 54% complete (1.2M/s) |
3952 | 2024-12-20T20:19:18.379Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3953 | 2024-12-20T20:19:21.194Z | [ recovery-image] Dec 20 20:19:20.899 INFO O| Dec 20 20:19:20.899 INFO O| Download: 13068/15862 items 144.2/176.4MB 81% complete (1.6M/s) |
3954 | 2024-12-20T20:19:21.940Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3955 | 2024-12-20T20:19:22.999Z | [ host-image] Dec 20 20:19:22.706 INFO O| Dec 20 20:19:22.705 INFO O| Download: 13205/22788 items 109.9/199.7MB 55% complete (74.1k/s) |
3956 | 2024-12-20T20:19:23.776Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3957 | 2024-12-20T20:19:26.375Z | [ recovery-image] Dec 20 20:19:26.082 INFO O| Dec 20 20:19:26.082 INFO O| Download: 14035/15862 items 148.5/176.4MB 84% complete (635k/s) |
3958 | 2024-12-20T20:19:29.493Z | [ host-image] Dec 20 20:19:29.199 INFO O| Dec 20 20:19:29.199 INFO O| Download: 13315/22788 items 110.0/199.7MB 55% complete (51.1k/s) |
3959 | 2024-12-20T20:19:31.623Z | [ recovery-image] Dec 20 20:19:31.329 INFO O| Dec 20 20:19:31.329 INFO O| Download: 14680/15862 items 151.0/176.4MB 85% complete (658k/s) |
3960 | 2024-12-20T20:19:35.890Z | [ host-image] Dec 20 20:19:35.597 INFO O| Dec 20 20:19:35.597 INFO O| Download: 13903/22788 items 110.3/199.7MB 55% complete (36.6k/s) |
3961 | 2024-12-20T20:19:36.641Z | [ recovery-image] Dec 20 20:19:36.348 INFO O| Dec 20 20:19:36.348 INFO O| Download: 15086/15862 items 157.9/176.4MB 89% complete (956k/s) |
3962 | 2024-12-20T20:19:40.918Z | [ host-image] Dec 20 20:19:40.624 INFO O| Dec 20 20:19:40.624 INFO O| Download: 14246/22788 items 110.7/199.7MB 55% complete (66.8k/s) |
3963 | 2024-12-20T20:19:42.127Z | [ recovery-image] Dec 20 20:19:41.834 INFO O| Dec 20 20:19:41.834 INFO O| Download: 15528/15862 items 168.9/176.4MB 95% complete (1.8M/s) |
3964 | 2024-12-20T20:19:45.935Z | [ host-image] Dec 20 20:19:45.641 INFO O| Dec 20 20:19:45.641 INFO O| Download: 14643/22788 items 117.0/199.7MB 58% complete (700k/s) |
3965 | 2024-12-20T20:19:47.617Z | [ recovery-image] Dec 20 20:19:47.324 INFO O| Dec 20 20:19:47.324 INFO O| Download: 15662/15862 items 170.4/176.4MB 96% complete (1.2M/s) |
3966 | 2024-12-20T20:19:50.938Z | [ host-image] Dec 20 20:19:50.645 INFO O| Dec 20 20:19:50.645 INFO O| Download: 15482/22788 items 124.3/199.7MB 62% complete (1.3M/s) |
3967 | 2024-12-20T20:19:51.153Z | [ recovery-image] Dec 20 20:19:50.860 INFO O| Dec 20 20:19:50.860 INFO O| Download: Completed 176.38 MB in 212.93 seconds (845k/s) |
3968 | 2024-12-20T20:19:52.466Z | [ recovery-image] Dec 20 20:19:52.169 INFO O| Dec 20 20:19:52.169 INFO O| Actions: 1/25028 actions (Installing new actions) |
3969 | 2024-12-20T20:19:55.953Z | [ host-image] Dec 20 20:19:55.660 INFO O| Dec 20 20:19:55.660 INFO O| Download: 15808/22788 items 127.7/199.7MB 63% complete (1.0M/s) |
3970 | 2024-12-20T20:19:57.464Z | [ recovery-image] Dec 20 20:19:57.171 INFO O| Dec 20 20:19:57.171 INFO O| Actions: 9098/25028 actions (Installing new actions) |
3971 | 2024-12-20T20:20:00.961Z | [ host-image] Dec 20 20:20:00.668 INFO O| Dec 20 20:20:00.668 INFO O| Download: 16329/22788 items 147.3/199.7MB 73% complete (2.3M/s) |
3972 | 2024-12-20T20:20:02.464Z | [ recovery-image] Dec 20 20:20:02.171 INFO O| Dec 20 20:20:02.171 INFO O| Actions: 15841/25028 actions (Installing new actions) |
3973 | 2024-12-20T20:20:06.059Z | [ host-image] Dec 20 20:20:05.767 INFO O| Dec 20 20:20:05.767 INFO O| Download: 16912/22788 items 148.4/199.7MB 74% complete (2.2M/s) |
3974 | 2024-12-20T20:20:07.420Z | [ recovery-image] Dec 20 20:20:07.122 INFO O| Dec 20 20:20:07.121 INFO O| Actions: Completed 25028 actions in 14.95 seconds. |
3975 | 2024-12-20T20:20:08.141Z | [ recovery-image] Dec 20 20:20:07.849 INFO O| Dec 20 20:20:07.848 INFO O| Done |
3976 | 2024-12-20T20:20:08.144Z | [ recovery-image] Dec 20 20:20:07.849 INFO O| Dec 20 20:20:07.849 INFO O| Done |
3977 | 2024-12-20T20:20:09.653Z | [ recovery-image] Dec 20 20:20:09.360 INFO O| Dec 20 20:20:09.360 INFO O| Done |
3978 | 2024-12-20T20:20:11.097Z | [ host-image] Dec 20 20:20:10.804 INFO O| Dec 20 20:20:10.804 INFO O| Download: 17887/22788 items 150.2/199.7MB 75% complete (458k/s) |
3979 | 2024-12-20T20:20:11.239Z | [ recovery-image] Dec 20 20:20:10.946 INFO O| Dec 20 20:20:10.946 INFO O| Done |
3980 | 2024-12-20T20:20:11.260Z | [ recovery-image] Dec 20 20:20:10.967 INFO O| Dec 20 20:20:10.967 INFO O| Done |
3981 | 2024-12-20T20:20:15.953Z | [ recovery-image] Dec 20 20:20:15.659 INFO O| Dec 20 20:20:15.659 INFO O| Done |
3982 | 2024-12-20T20:20:16.098Z | [ host-image] Dec 20 20:20:15.806 INFO O| Dec 20 20:20:15.806 INFO O| Download: 18092/22788 items 162.3/199.7MB 81% complete (1.4M/s) |
3983 | 2024-12-20T20:20:16.627Z | [ recovery-image] Dec 20 20:20:16.334 INFO O| Dec 20 20:20:16.334 INFO O| Done |
3984 | 2024-12-20T20:20:17.211Z | [ recovery-image] Dec 20 20:20:16.918 INFO O| Dec 20 20:20:16.918 INFO STEP 11 (pkg_install) COMPLETE |
3985 | 2024-12-20T20:20:17.211Z | [ recovery-image] Dec 20 20:20:16.918 INFO O| Dec 20 20:20:16.918 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3986 | 2024-12-20T20:20:17.212Z | [ recovery-image] Dec 20 20:20:16.919 INFO O| Dec 20 20:20:16.918 INFO skip step because feature "recovery" is enabled |
3987 | 2024-12-20T20:20:17.212Z | [ recovery-image] Dec 20 20:20:16.919 INFO O| Dec 20 20:20:16.918 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3988 | 2024-12-20T20:20:17.212Z | [ recovery-image] Dec 20 20:20:16.919 INFO O| Dec 20 20:20:16.918 INFO skip step because feature "omicron1" is not enabled |
3989 | 2024-12-20T20:20:17.212Z | [ recovery-image] Dec 20 20:20:16.919 INFO O| Dec 20 20:20:16.918 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3990 | 2024-12-20T20:20:17.232Z | [ recovery-image] Dec 20 20:20:16.939 INFO O| Dec 20 20:20:16.939 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3991 | 2024-12-20T20:20:19.124Z | [ recovery-image] Dec 20 20:20:18.832 INFO O| Dec 20 20:20:18.832 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3992 | 2024-12-20T20:20:21.341Z | [ host-image] Dec 20 20:20:21.049 INFO O| Dec 20 20:20:21.049 INFO O| Download: 18987/22788 items 165.9/199.7MB 83% complete (1.6M/s) |
3993 | 2024-12-20T20:20:22.573Z | [ recovery-image] Dec 20 20:20:22.280 INFO O| Dec 20 20:20:22.280 INFO O| Planning: Solver setup ... Done |
3994 | 2024-12-20T20:20:22.579Z | [ recovery-image] Dec 20 20:20:22.287 INFO O| Dec 20 20:20:22.287 INFO O| Planning: Running solver ... Done |
3995 | 2024-12-20T20:20:22.681Z | [ recovery-image] Dec 20 20:20:22.389 INFO O| Dec 20 20:20:22.389 INFO O| Planning: Finding local manifests ... Done |
3996 | 2024-12-20T20:20:22.684Z | [ recovery-image] Dec 20 20:20:22.390 INFO O| Dec 20 20:20:22.390 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3997 | 2024-12-20T20:20:22.873Z | [ recovery-image] Dec 20 20:20:22.581 INFO O| Dec 20 20:20:22.581 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3998 | 2024-12-20T20:20:22.906Z | [ recovery-image] Dec 20 20:20:22.613 INFO O| Dec 20 20:20:22.613 INFO O| Planning: Package planning ... Done |
3999 | 2024-12-20T20:20:22.908Z | [ recovery-image] Dec 20 20:20:22.614 INFO O| Dec 20 20:20:22.614 INFO O| Planning: Merging actions ... Done |
4000 | 2024-12-20T20:20:22.969Z | [ recovery-image] Dec 20 20:20:22.677 INFO O| Dec 20 20:20:22.677 INFO O| Planning: Checking for conflicting actions ... Done |
4001 | 2024-12-20T20:20:22.972Z | [ recovery-image] Dec 20 20:20:22.678 INFO O| Dec 20 20:20:22.678 INFO O| Planning: Consolidating action changes ... Done |
4002 | 2024-12-20T20:20:23.302Z | [ recovery-image] Dec 20 20:20:23.010 INFO O| Dec 20 20:20:23.010 INFO O| Planning: Evaluating mediators ... Done |
4003 | 2024-12-20T20:20:23.304Z | [ recovery-image] Dec 20 20:20:23.011 INFO O| Dec 20 20:20:23.010 INFO O| Planning: Planning completed in 4.18 seconds |
4004 | 2024-12-20T20:20:23.307Z | [ recovery-image] Dec 20 20:20:23.013 INFO O| Dec 20 20:20:23.013 INFO O| Packages to install: 1 |
4005 | 2024-12-20T20:20:23.335Z | [ recovery-image] Dec 20 20:20:23.043 INFO O| Dec 20 20:20:23.043 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4006 | 2024-12-20T20:20:24.743Z | [ recovery-image] Dec 20 20:20:24.451 INFO O| Dec 20 20:20:24.450 INFO O| Download: Completed 9.99 MB in 1.41 seconds (7.1M/s) |
4007 | 2024-12-20T20:20:24.855Z | [ recovery-image] Dec 20 20:20:24.563 INFO O| Dec 20 20:20:24.563 INFO O| Actions: 1/22 actions (Installing new actions) |
4008 | 2024-12-20T20:20:25.242Z | [ recovery-image] Dec 20 20:20:24.950 INFO O| Dec 20 20:20:24.950 INFO O| Actions: Completed 22 actions in 0.39 seconds. |
4009 | 2024-12-20T20:20:25.655Z | [ recovery-image] Dec 20 20:20:25.363 INFO O| Dec 20 20:20:25.363 INFO O| Done |
4010 | 2024-12-20T20:20:25.655Z | [ recovery-image] Dec 20 20:20:25.363 INFO O| Dec 20 20:20:25.363 INFO O| Done |
4011 | 2024-12-20T20:20:26.345Z | [ host-image] Dec 20 20:20:26.053 INFO O| Dec 20 20:20:26.053 INFO O| Download: 19873/22788 items 170.0/199.7MB 85% complete (762k/s) |
4012 | 2024-12-20T20:20:26.989Z | [ recovery-image] Dec 20 20:20:26.697 INFO O| Dec 20 20:20:26.697 INFO O| Done |
4013 | 2024-12-20T20:20:28.886Z | [ recovery-image] Dec 20 20:20:28.594 INFO O| Dec 20 20:20:28.594 INFO O| Done |
4014 | 2024-12-20T20:20:28.913Z | [ recovery-image] Dec 20 20:20:28.621 INFO O| Dec 20 20:20:28.621 INFO O| Done |
4015 | 2024-12-20T20:20:28.913Z | [ recovery-image] Dec 20 20:20:28.621 INFO O| Dec 20 20:20:28.621 INFO O| Done |
4016 | 2024-12-20T20:20:28.931Z | [ recovery-image] Dec 20 20:20:28.639 INFO O| Dec 20 20:20:28.639 INFO O| Done |
4017 | 2024-12-20T20:20:29.112Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO STEP 14 (pkg_install) COMPLETE |
4018 | 2024-12-20T20:20:29.112Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4019 | 2024-12-20T20:20:29.114Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO skip step because feature "mfg" is not enabled |
4020 | 2024-12-20T20:20:29.115Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4021 | 2024-12-20T20:20:29.115Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO skip step because feature "compliance" is not enabled |
4022 | 2024-12-20T20:20:29.115Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4023 | 2024-12-20T20:20:29.115Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO skip step because feature "stress" is not enabled |
4024 | 2024-12-20T20:20:29.115Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4025 | 2024-12-20T20:20:29.115Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO skip step because feature "nfs" is not enabled |
4026 | 2024-12-20T20:20:29.115Z | [ recovery-image] Dec 20 20:20:28.820 INFO O| Dec 20 20:20:28.820 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4027 | 2024-12-20T20:20:29.115Z | [ recovery-image] Dec 20 20:20:28.821 INFO O| Dec 20 20:20:28.820 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4028 | 2024-12-20T20:20:29.289Z | [ recovery-image] Dec 20 20:20:28.997 INFO O| Dec 20 20:20:28.997 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4029 | 2024-12-20T20:20:29.425Z | [ recovery-image] Dec 20 20:20:29.133 INFO O| Dec 20 20:20:29.133 INFO completed processing gimlet/ramdisk-01-os |
4030 | 2024-12-20T20:20:29.429Z | [ recovery-image] Dec 20 20:20:29.137 INFO image builder template: ramdisk-02-trim... |
4031 | 2024-12-20T20:20:29.429Z | [ recovery-image] Dec 20 20:20:29.137 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/.tmpvU0PN2/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 |
4032 | 2024-12-20T20:20:29.471Z | [ recovery-image] Dec 20 20:20:29.179 INFO O| Dec 20 20:20:29.179 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4033 | 2024-12-20T20:20:29.503Z | [ recovery-image] Dec 20 20:20:29.211 INFO O| Dec 20 20:20:29.211 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4034 | 2024-12-20T20:20:29.654Z | [ recovery-image] Dec 20 20:20:29.362 INFO O| Dec 20 20:20:29.362 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4035 | 2024-12-20T20:20:29.861Z | [ recovery-image] Dec 20 20:20:29.569 INFO O| Dec 20 20:20:29.569 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4036 | 2024-12-20T20:20:29.864Z | [ recovery-image] Dec 20 20:20:29.570 INFO O| Dec 20 20:20:29.570 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4037 | 2024-12-20T20:20:29.895Z | [ recovery-image] Dec 20 20:20:29.603 INFO O| Dec 20 20:20:29.603 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4038 | 2024-12-20T20:20:29.926Z | [ recovery-image] Dec 20 20:20:29.634 INFO O| Dec 20 20:20:29.633 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4039 | 2024-12-20T20:20:29.987Z | [ recovery-image] Dec 20 20:20:29.694 INFO O| Dec 20 20:20:29.694 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4040 | 2024-12-20T20:20:30.601Z | [ recovery-image] Dec 20 20:20:30.309 INFO O| Dec 20 20:20:30.308 INFO rolled back to input snapshot; work may begin |
4041 | 2024-12-20T20:20:30.601Z | [ recovery-image] Dec 20 20:20:30.309 INFO O| Dec 20 20:20:30.309 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4042 | 2024-12-20T20:20:30.610Z | [ recovery-image] Dec 20 20:20:30.318 INFO O| Dec 20 20:20:30.318 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4043 | 2024-12-20T20:20:30.630Z | [ recovery-image] Dec 20 20:20:30.337 INFO O| Dec 20 20:20:30.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4044 | 2024-12-20T20:20:30.712Z | [ recovery-image] Dec 20 20:20:30.419 INFO O| Dec 20 20:20:30.419 INFO STEP 0 (remove_files) COMPLETE |
4045 | 2024-12-20T20:20:30.712Z | [ recovery-image] Dec 20 20:20:30.419 INFO O| Dec 20 20:20:30.419 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4046 | 2024-12-20T20:20:30.777Z | [ recovery-image] Dec 20 20:20:30.485 INFO O| Dec 20 20:20:30.485 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4047 | 2024-12-20T20:20:30.779Z | [ recovery-image] Dec 20 20:20:30.488 INFO O| Dec 20 20:20:30.487 INFO STEP 1 (remove_files) COMPLETE |
4048 | 2024-12-20T20:20:30.779Z | [ recovery-image] Dec 20 20:20:30.488 INFO O| Dec 20 20:20:30.487 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4049 | 2024-12-20T20:20:30.799Z | [ recovery-image] Dec 20 20:20:30.507 INFO O| Dec 20 20:20:30.507 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4050 | 2024-12-20T20:20:30.820Z | [ recovery-image] Dec 20 20:20:30.528 INFO O| Dec 20 20:20:30.528 INFO STEP 2 (remove_files) COMPLETE |
4051 | 2024-12-20T20:20:30.820Z | [ recovery-image] Dec 20 20:20:30.528 INFO O| Dec 20 20:20:30.528 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4052 | 2024-12-20T20:20:30.839Z | [ recovery-image] Dec 20 20:20:30.547 INFO O| Dec 20 20:20:30.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4053 | 2024-12-20T20:20:30.842Z | [ recovery-image] Dec 20 20:20:30.550 INFO O| Dec 20 20:20:30.550 INFO STEP 3 (remove_files) COMPLETE |
4054 | 2024-12-20T20:20:30.842Z | [ recovery-image] Dec 20 20:20:30.550 INFO O| Dec 20 20:20:30.550 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4055 | 2024-12-20T20:20:30.860Z | [ recovery-image] Dec 20 20:20:30.568 INFO O| Dec 20 20:20:30.568 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4056 | 2024-12-20T20:20:30.866Z | [ recovery-image] Dec 20 20:20:30.574 INFO O| Dec 20 20:20:30.574 INFO STEP 4 (remove_files) COMPLETE |
4057 | 2024-12-20T20:20:30.866Z | [ recovery-image] Dec 20 20:20:30.574 INFO O| Dec 20 20:20:30.574 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4058 | 2024-12-20T20:20:30.887Z | [ recovery-image] Dec 20 20:20:30.595 INFO O| Dec 20 20:20:30.595 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4059 | 2024-12-20T20:20:30.890Z | [ recovery-image] Dec 20 20:20:30.596 INFO O| Dec 20 20:20:30.596 INFO STEP 5 (remove_files) COMPLETE |
4060 | 2024-12-20T20:20:30.890Z | [ recovery-image] Dec 20 20:20:30.596 INFO O| Dec 20 20:20:30.596 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4061 | 2024-12-20T20:20:30.906Z | [ recovery-image] Dec 20 20:20:30.614 INFO O| Dec 20 20:20:30.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4062 | 2024-12-20T20:20:30.921Z | [ recovery-image] Dec 20 20:20:30.629 INFO O| Dec 20 20:20:30.629 INFO STEP 6 (remove_files) COMPLETE |
4063 | 2024-12-20T20:20:30.921Z | [ recovery-image] Dec 20 20:20:30.630 INFO O| Dec 20 20:20:30.629 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4064 | 2024-12-20T20:20:30.924Z | [ recovery-image] Dec 20 20:20:30.630 INFO O| Dec 20 20:20:30.629 INFO skip step because feature "recovery" is enabled |
4065 | 2024-12-20T20:20:30.924Z | [ recovery-image] Dec 20 20:20:30.630 INFO O| Dec 20 20:20:30.629 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4066 | 2024-12-20T20:20:30.924Z | [ recovery-image] Dec 20 20:20:30.630 INFO O| Dec 20 20:20:30.630 INFO skip step because feature "recovery" is enabled |
4067 | 2024-12-20T20:20:30.924Z | [ recovery-image] Dec 20 20:20:30.630 INFO O| Dec 20 20:20:30.630 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4068 | 2024-12-20T20:20:30.924Z | [ recovery-image] Dec 20 20:20:30.630 INFO O| Dec 20 20:20:30.630 INFO skip step because feature "recovery" is enabled |
4069 | 2024-12-20T20:20:30.924Z | [ recovery-image] Dec 20 20:20:30.630 INFO O| Dec 20 20:20:30.630 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-12-20T20:20:30.953Z | [ recovery-image] Dec 20 20:20:30.661 INFO O| Dec 20 20:20:30.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4071 | 2024-12-20T20:20:30.957Z | [ recovery-image] Dec 20 20:20:30.666 INFO O| Dec 20 20:20:30.666 INFO STEP 10 (remove_files) COMPLETE |
4072 | 2024-12-20T20:20:30.960Z | [ recovery-image] Dec 20 20:20:30.666 INFO O| Dec 20 20:20:30.666 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4073 | 2024-12-20T20:20:31.024Z | [ recovery-image] Dec 20 20:20:30.732 INFO O| Dec 20 20:20:30.732 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4074 | 2024-12-20T20:20:31.027Z | [ recovery-image] Dec 20 20:20:30.733 INFO O| Dec 20 20:20:30.733 INFO STEP 11 (remove_files) COMPLETE |
4075 | 2024-12-20T20:20:31.027Z | [ recovery-image] Dec 20 20:20:30.733 INFO O| Dec 20 20:20:30.733 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-12-20T20:20:31.043Z | [ recovery-image] Dec 20 20:20:30.751 INFO O| Dec 20 20:20:30.751 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4077 | 2024-12-20T20:20:31.046Z | [ recovery-image] Dec 20 20:20:30.753 INFO O| Dec 20 20:20:30.753 INFO STEP 12 (remove_files) COMPLETE |
4078 | 2024-12-20T20:20:31.046Z | [ recovery-image] Dec 20 20:20:30.753 INFO O| Dec 20 20:20:30.753 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4079 | 2024-12-20T20:20:31.226Z | [ recovery-image] Dec 20 20:20:30.934 INFO O| Dec 20 20:20:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4080 | 2024-12-20T20:20:31.333Z | [ recovery-image] Dec 20 20:20:31.041 INFO O| Dec 20 20:20:31.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4081 | 2024-12-20T20:20:31.345Z | [ recovery-image] Dec 20 20:20:31.053 INFO O| Dec 20 20:20:31.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4082 | 2024-12-20T20:20:31.347Z | [ host-image] Dec 20 20:20:31.053 INFO O| Dec 20 20:20:31.053 INFO O| Download: 20639/22788 items 172.5/199.7MB 86% complete (671k/s) |
4083 | 2024-12-20T20:20:31.348Z | [ recovery-image] Dec 20 20:20:31.054 INFO O| Dec 20 20:20:31.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4084 | 2024-12-20T20:20:31.566Z | [ recovery-image] Dec 20 20:20:31.274 INFO O| Dec 20 20:20:31.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4085 | 2024-12-20T20:20:31.569Z | [ recovery-image] Dec 20 20:20:31.275 INFO O| Dec 20 20:20:31.275 INFO STEP 13 (remove_files) COMPLETE |
4086 | 2024-12-20T20:20:31.569Z | [ recovery-image] Dec 20 20:20:31.275 INFO O| Dec 20 20:20:31.275 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-20T20:20:31.587Z | [ recovery-image] Dec 20 20:20:31.295 INFO O| Dec 20 20:20:31.294 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4088 | 2024-12-20T20:20:31.589Z | [ recovery-image] Dec 20 20:20:31.296 INFO O| Dec 20 20:20:31.296 INFO STEP 14 (remove_files) COMPLETE |
4089 | 2024-12-20T20:20:31.589Z | [ recovery-image] Dec 20 20:20:31.296 INFO O| Dec 20 20:20:31.296 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-20T20:20:31.607Z | [ recovery-image] Dec 20 20:20:31.315 INFO O| Dec 20 20:20:31.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4091 | 2024-12-20T20:20:31.616Z | [ recovery-image] Dec 20 20:20:31.323 INFO O| Dec 20 20:20:31.323 INFO STEP 15 (remove_files) COMPLETE |
4092 | 2024-12-20T20:20:31.616Z | [ recovery-image] Dec 20 20:20:31.323 INFO O| Dec 20 20:20:31.323 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-20T20:20:31.632Z | [ recovery-image] Dec 20 20:20:31.340 INFO O| Dec 20 20:20:31.340 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4094 | 2024-12-20T20:20:31.638Z | [ recovery-image] Dec 20 20:20:31.341 INFO O| Dec 20 20:20:31.341 INFO STEP 16 (remove_files) COMPLETE |
4095 | 2024-12-20T20:20:31.638Z | [ recovery-image] Dec 20 20:20:31.341 INFO O| Dec 20 20:20:31.341 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-20T20:20:31.650Z | [ recovery-image] Dec 20 20:20:31.358 INFO O| Dec 20 20:20:31.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4097 | 2024-12-20T20:20:31.653Z | [ recovery-image] Dec 20 20:20:31.360 INFO O| Dec 20 20:20:31.360 INFO STEP 17 (remove_files) COMPLETE |
4098 | 2024-12-20T20:20:31.653Z | [ recovery-image] Dec 20 20:20:31.360 INFO O| Dec 20 20:20:31.360 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-20T20:20:31.673Z | [ recovery-image] Dec 20 20:20:31.379 INFO O| Dec 20 20:20:31.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4100 | 2024-12-20T20:20:31.673Z | [ recovery-image] Dec 20 20:20:31.379 INFO O| Dec 20 20:20:31.379 INFO STEP 18 (remove_files) COMPLETE |
4101 | 2024-12-20T20:20:31.673Z | [ recovery-image] Dec 20 20:20:31.380 INFO O| Dec 20 20:20:31.379 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-12-20T20:20:31.690Z | [ recovery-image] Dec 20 20:20:31.398 INFO O| Dec 20 20:20:31.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4103 | 2024-12-20T20:20:31.690Z | [ recovery-image] Dec 20 20:20:31.399 INFO O| Dec 20 20:20:31.398 INFO STEP 19 (remove_files) COMPLETE |
4104 | 2024-12-20T20:20:31.690Z | [ recovery-image] Dec 20 20:20:31.399 INFO O| Dec 20 20:20:31.399 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-20T20:20:31.720Z | [ recovery-image] Dec 20 20:20:31.428 INFO O| Dec 20 20:20:31.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4106 | 2024-12-20T20:20:31.720Z | [ recovery-image] Dec 20 20:20:31.428 INFO O| Dec 20 20:20:31.428 INFO STEP 20 (remove_files) COMPLETE |
4107 | 2024-12-20T20:20:31.723Z | [ recovery-image] Dec 20 20:20:31.429 INFO O| Dec 20 20:20:31.428 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-20T20:20:31.741Z | [ recovery-image] Dec 20 20:20:31.449 INFO O| Dec 20 20:20:31.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4109 | 2024-12-20T20:20:31.744Z | [ recovery-image] Dec 20 20:20:31.449 INFO O| Dec 20 20:20:31.449 INFO STEP 21 (remove_files) COMPLETE |
4110 | 2024-12-20T20:20:31.744Z | [ recovery-image] Dec 20 20:20:31.449 INFO O| Dec 20 20:20:31.449 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-20T20:20:31.758Z | [ recovery-image] Dec 20 20:20:31.466 INFO O| Dec 20 20:20:31.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4112 | 2024-12-20T20:20:31.758Z | [ recovery-image] Dec 20 20:20:31.466 INFO O| Dec 20 20:20:31.466 INFO STEP 22 (remove_files) COMPLETE |
4113 | 2024-12-20T20:20:31.758Z | [ recovery-image] Dec 20 20:20:31.466 INFO O| Dec 20 20:20:31.466 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-20T20:20:31.777Z | [ recovery-image] Dec 20 20:20:31.485 INFO O| Dec 20 20:20:31.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4115 | 2024-12-20T20:20:31.777Z | [ recovery-image] Dec 20 20:20:31.485 INFO O| Dec 20 20:20:31.485 INFO STEP 23 (remove_files) COMPLETE |
4116 | 2024-12-20T20:20:31.787Z | [ recovery-image] Dec 20 20:20:31.485 INFO O| Dec 20 20:20:31.485 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-20T20:20:31.794Z | [ recovery-image] Dec 20 20:20:31.502 INFO O| Dec 20 20:20:31.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4118 | 2024-12-20T20:20:31.794Z | [ recovery-image] Dec 20 20:20:31.502 INFO O| Dec 20 20:20:31.502 INFO STEP 24 (remove_files) COMPLETE |
4119 | 2024-12-20T20:20:31.796Z | [ recovery-image] Dec 20 20:20:31.502 INFO O| Dec 20 20:20:31.502 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-20T20:20:31.811Z | [ recovery-image] Dec 20 20:20:31.518 INFO O| Dec 20 20:20:31.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4121 | 2024-12-20T20:20:31.811Z | [ recovery-image] Dec 20 20:20:31.518 INFO O| Dec 20 20:20:31.518 INFO STEP 25 (remove_files) COMPLETE |
4122 | 2024-12-20T20:20:31.811Z | [ recovery-image] Dec 20 20:20:31.518 INFO O| Dec 20 20:20:31.518 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-20T20:20:31.839Z | [ recovery-image] Dec 20 20:20:31.547 INFO O| Dec 20 20:20:31.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4124 | 2024-12-20T20:20:31.840Z | [ recovery-image] Dec 20 20:20:31.547 INFO O| Dec 20 20:20:31.547 INFO STEP 26 (remove_files) COMPLETE |
4125 | 2024-12-20T20:20:31.840Z | [ recovery-image] Dec 20 20:20:31.547 INFO O| Dec 20 20:20:31.547 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-20T20:20:31.998Z | [ recovery-image] Dec 20 20:20:31.706 INFO O| Dec 20 20:20:31.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4127 | 2024-12-20T20:20:31.998Z | [ recovery-image] Dec 20 20:20:31.706 INFO O| Dec 20 20:20:31.706 INFO STEP 27 (remove_files) COMPLETE |
4128 | 2024-12-20T20:20:31.998Z | [ recovery-image] Dec 20 20:20:31.706 INFO O| Dec 20 20:20:31.706 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-20T20:20:32.061Z | [ recovery-image] Dec 20 20:20:31.769 INFO O| Dec 20 20:20:31.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4130 | 2024-12-20T20:20:32.061Z | [ recovery-image] Dec 20 20:20:31.769 INFO O| Dec 20 20:20:31.769 INFO STEP 28 (remove_files) COMPLETE |
4131 | 2024-12-20T20:20:32.061Z | [ recovery-image] Dec 20 20:20:31.769 INFO O| Dec 20 20:20:31.769 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-20T20:20:32.078Z | [ recovery-image] Dec 20 20:20:31.786 INFO O| Dec 20 20:20:31.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4133 | 2024-12-20T20:20:32.078Z | [ recovery-image] Dec 20 20:20:31.786 INFO O| Dec 20 20:20:31.786 INFO STEP 29 (remove_files) COMPLETE |
4134 | 2024-12-20T20:20:32.080Z | [ recovery-image] Dec 20 20:20:31.786 INFO O| Dec 20 20:20:31.786 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-20T20:20:32.123Z | [ recovery-image] Dec 20 20:20:31.831 INFO O| Dec 20 20:20:31.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4136 | 2024-12-20T20:20:32.123Z | [ recovery-image] Dec 20 20:20:31.831 INFO O| Dec 20 20:20:31.831 INFO STEP 30 (remove_files) COMPLETE |
4137 | 2024-12-20T20:20:32.123Z | [ recovery-image] Dec 20 20:20:31.831 INFO O| Dec 20 20:20:31.831 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-20T20:20:32.186Z | [ recovery-image] Dec 20 20:20:31.894 INFO O| Dec 20 20:20:31.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4139 | 2024-12-20T20:20:32.186Z | [ recovery-image] Dec 20 20:20:31.894 INFO O| Dec 20 20:20:31.894 INFO STEP 31 (remove_files) COMPLETE |
4140 | 2024-12-20T20:20:32.186Z | [ recovery-image] Dec 20 20:20:31.894 INFO O| Dec 20 20:20:31.894 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-20T20:20:32.208Z | [ recovery-image] Dec 20 20:20:31.916 INFO O| Dec 20 20:20:31.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4142 | 2024-12-20T20:20:32.217Z | [ recovery-image] Dec 20 20:20:31.916 INFO O| Dec 20 20:20:31.916 INFO STEP 32 (remove_files) COMPLETE |
4143 | 2024-12-20T20:20:32.217Z | [ recovery-image] Dec 20 20:20:31.916 INFO O| Dec 20 20:20:31.916 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-20T20:20:32.227Z | [ recovery-image] Dec 20 20:20:31.936 INFO O| Dec 20 20:20:31.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4145 | 2024-12-20T20:20:32.230Z | [ recovery-image] Dec 20 20:20:31.936 INFO O| Dec 20 20:20:31.936 INFO STEP 33 (remove_files) COMPLETE |
4146 | 2024-12-20T20:20:32.230Z | [ recovery-image] Dec 20 20:20:31.936 INFO O| Dec 20 20:20:31.936 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-20T20:20:32.248Z | [ recovery-image] Dec 20 20:20:31.953 INFO O| Dec 20 20:20:31.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4148 | 2024-12-20T20:20:32.248Z | [ recovery-image] Dec 20 20:20:31.953 INFO O| Dec 20 20:20:31.953 INFO STEP 34 (remove_files) COMPLETE |
4149 | 2024-12-20T20:20:32.250Z | [ recovery-image] Dec 20 20:20:31.953 INFO O| Dec 20 20:20:31.953 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-20T20:20:32.268Z | [ recovery-image] Dec 20 20:20:31.976 INFO O| Dec 20 20:20:31.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4151 | 2024-12-20T20:20:32.268Z | [ recovery-image] Dec 20 20:20:31.977 INFO O| Dec 20 20:20:31.977 INFO STEP 35 (remove_files) COMPLETE |
4152 | 2024-12-20T20:20:32.273Z | [ recovery-image] Dec 20 20:20:31.977 INFO O| Dec 20 20:20:31.977 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-20T20:20:32.290Z | [ recovery-image] Dec 20 20:20:31.998 INFO O| Dec 20 20:20:31.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4154 | 2024-12-20T20:20:32.293Z | [ recovery-image] Dec 20 20:20:31.998 INFO O| Dec 20 20:20:31.998 INFO STEP 36 (remove_files) COMPLETE |
4155 | 2024-12-20T20:20:32.293Z | [ recovery-image] Dec 20 20:20:31.998 INFO O| Dec 20 20:20:31.998 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-20T20:20:32.311Z | [ recovery-image] Dec 20 20:20:32.019 INFO O| Dec 20 20:20:32.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4157 | 2024-12-20T20:20:32.314Z | [ recovery-image] Dec 20 20:20:32.019 INFO O| Dec 20 20:20:32.019 INFO STEP 37 (remove_files) COMPLETE |
4158 | 2024-12-20T20:20:32.314Z | [ recovery-image] Dec 20 20:20:32.019 INFO O| Dec 20 20:20:32.019 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-20T20:20:32.335Z | [ recovery-image] Dec 20 20:20:32.040 INFO O| Dec 20 20:20:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4160 | 2024-12-20T20:20:32.335Z | [ recovery-image] Dec 20 20:20:32.040 INFO O| Dec 20 20:20:32.040 INFO STEP 38 (remove_files) COMPLETE |
4161 | 2024-12-20T20:20:32.339Z | [ recovery-image] Dec 20 20:20:32.040 INFO O| Dec 20 20:20:32.040 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-20T20:20:32.351Z | [ recovery-image] Dec 20 20:20:32.060 INFO O| Dec 20 20:20:32.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4163 | 2024-12-20T20:20:32.356Z | [ recovery-image] Dec 20 20:20:32.060 INFO O| Dec 20 20:20:32.060 INFO STEP 39 (remove_files) COMPLETE |
4164 | 2024-12-20T20:20:32.356Z | [ recovery-image] Dec 20 20:20:32.060 INFO O| Dec 20 20:20:32.060 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-20T20:20:32.371Z | [ recovery-image] Dec 20 20:20:32.079 INFO O| Dec 20 20:20:32.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4166 | 2024-12-20T20:20:32.374Z | [ recovery-image] Dec 20 20:20:32.080 INFO O| Dec 20 20:20:32.080 INFO STEP 40 (remove_files) COMPLETE |
4167 | 2024-12-20T20:20:32.374Z | [ recovery-image] Dec 20 20:20:32.080 INFO O| Dec 20 20:20:32.080 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-20T20:20:32.392Z | [ recovery-image] Dec 20 20:20:32.100 INFO O| Dec 20 20:20:32.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4169 | 2024-12-20T20:20:32.405Z | [ recovery-image] Dec 20 20:20:32.100 INFO O| Dec 20 20:20:32.100 INFO STEP 41 (remove_files) COMPLETE |
4170 | 2024-12-20T20:20:32.405Z | [ recovery-image] Dec 20 20:20:32.101 INFO O| Dec 20 20:20:32.100 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-20T20:20:32.410Z | [ recovery-image] Dec 20 20:20:32.118 INFO O| Dec 20 20:20:32.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4172 | 2024-12-20T20:20:32.421Z | [ recovery-image] Dec 20 20:20:32.118 INFO O| Dec 20 20:20:32.118 INFO STEP 42 (remove_files) COMPLETE |
4173 | 2024-12-20T20:20:32.421Z | [ recovery-image] Dec 20 20:20:32.119 INFO O| Dec 20 20:20:32.119 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-20T20:20:32.433Z | [ recovery-image] Dec 20 20:20:32.141 INFO O| Dec 20 20:20:32.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4175 | 2024-12-20T20:20:32.435Z | [ recovery-image] Dec 20 20:20:32.141 INFO O| Dec 20 20:20:32.141 INFO STEP 43 (remove_files) COMPLETE |
4176 | 2024-12-20T20:20:32.435Z | [ recovery-image] Dec 20 20:20:32.141 INFO O| Dec 20 20:20:32.141 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-20T20:20:32.455Z | [ recovery-image] Dec 20 20:20:32.163 INFO O| Dec 20 20:20:32.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4178 | 2024-12-20T20:20:32.457Z | [ recovery-image] Dec 20 20:20:32.163 INFO O| Dec 20 20:20:32.163 INFO STEP 44 (remove_files) COMPLETE |
4179 | 2024-12-20T20:20:32.457Z | [ recovery-image] Dec 20 20:20:32.163 INFO O| Dec 20 20:20:32.163 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-20T20:20:32.479Z | [ recovery-image] Dec 20 20:20:32.187 INFO O| Dec 20 20:20:32.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4181 | 2024-12-20T20:20:32.479Z | [ recovery-image] Dec 20 20:20:32.187 INFO O| Dec 20 20:20:32.187 INFO STEP 45 (remove_files) COMPLETE |
4182 | 2024-12-20T20:20:32.482Z | [ recovery-image] Dec 20 20:20:32.187 INFO O| Dec 20 20:20:32.187 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-20T20:20:32.503Z | [ recovery-image] Dec 20 20:20:32.211 INFO O| Dec 20 20:20:32.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4184 | 2024-12-20T20:20:32.503Z | [ recovery-image] Dec 20 20:20:32.211 INFO O| Dec 20 20:20:32.211 INFO STEP 46 (remove_files) COMPLETE |
4185 | 2024-12-20T20:20:32.503Z | [ recovery-image] Dec 20 20:20:32.211 INFO O| Dec 20 20:20:32.211 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-20T20:20:32.551Z | [ recovery-image] Dec 20 20:20:32.259 INFO O| Dec 20 20:20:32.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4187 | 2024-12-20T20:20:32.551Z | [ recovery-image] Dec 20 20:20:32.259 INFO O| Dec 20 20:20:32.259 INFO STEP 47 (remove_files) COMPLETE |
4188 | 2024-12-20T20:20:32.559Z | [ recovery-image] Dec 20 20:20:32.259 INFO O| Dec 20 20:20:32.259 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-20T20:20:32.569Z | [ recovery-image] Dec 20 20:20:32.278 INFO O| Dec 20 20:20:32.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4190 | 2024-12-20T20:20:32.569Z | [ recovery-image] Dec 20 20:20:32.278 INFO O| Dec 20 20:20:32.278 INFO STEP 48 (remove_files) COMPLETE |
4191 | 2024-12-20T20:20:32.569Z | [ recovery-image] Dec 20 20:20:32.278 INFO O| Dec 20 20:20:32.278 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-20T20:20:32.588Z | [ recovery-image] Dec 20 20:20:32.296 INFO O| Dec 20 20:20:32.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4193 | 2024-12-20T20:20:32.589Z | [ recovery-image] Dec 20 20:20:32.296 INFO O| Dec 20 20:20:32.296 INFO STEP 49 (remove_files) COMPLETE |
4194 | 2024-12-20T20:20:32.589Z | [ recovery-image] Dec 20 20:20:32.296 INFO O| Dec 20 20:20:32.296 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-20T20:20:32.607Z | [ recovery-image] Dec 20 20:20:32.315 INFO O| Dec 20 20:20:32.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4196 | 2024-12-20T20:20:32.607Z | [ recovery-image] Dec 20 20:20:32.315 INFO O| Dec 20 20:20:32.315 INFO STEP 50 (remove_files) COMPLETE |
4197 | 2024-12-20T20:20:32.607Z | [ recovery-image] Dec 20 20:20:32.315 INFO O| Dec 20 20:20:32.315 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-20T20:20:32.629Z | [ recovery-image] Dec 20 20:20:32.337 INFO O| Dec 20 20:20:32.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4199 | 2024-12-20T20:20:32.629Z | [ recovery-image] Dec 20 20:20:32.337 INFO O| Dec 20 20:20:32.337 INFO STEP 51 (remove_files) COMPLETE |
4200 | 2024-12-20T20:20:32.629Z | [ recovery-image] Dec 20 20:20:32.337 INFO O| Dec 20 20:20:32.337 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-20T20:20:32.650Z | [ recovery-image] Dec 20 20:20:32.358 INFO O| Dec 20 20:20:32.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4202 | 2024-12-20T20:20:32.650Z | [ recovery-image] Dec 20 20:20:32.358 INFO O| Dec 20 20:20:32.358 INFO STEP 52 (remove_files) COMPLETE |
4203 | 2024-12-20T20:20:32.653Z | [ recovery-image] Dec 20 20:20:32.358 INFO O| Dec 20 20:20:32.358 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4204 | 2024-12-20T20:20:32.671Z | [ recovery-image] Dec 20 20:20:32.379 INFO O| Dec 20 20:20:32.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4205 | 2024-12-20T20:20:32.671Z | [ recovery-image] Dec 20 20:20:32.379 INFO O| Dec 20 20:20:32.379 INFO STEP 53 (remove_files) COMPLETE |
4206 | 2024-12-20T20:20:32.673Z | [ recovery-image] Dec 20 20:20:32.379 INFO O| Dec 20 20:20:32.379 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4207 | 2024-12-20T20:20:32.691Z | [ recovery-image] Dec 20 20:20:32.399 INFO O| Dec 20 20:20:32.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4208 | 2024-12-20T20:20:32.691Z | [ recovery-image] Dec 20 20:20:32.399 INFO O| Dec 20 20:20:32.399 INFO STEP 54 (remove_files) COMPLETE |
4209 | 2024-12-20T20:20:32.691Z | [ recovery-image] Dec 20 20:20:32.399 INFO O| Dec 20 20:20:32.399 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-20T20:20:32.712Z | [ recovery-image] Dec 20 20:20:32.420 INFO O| Dec 20 20:20:32.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4211 | 2024-12-20T20:20:32.712Z | [ recovery-image] Dec 20 20:20:32.420 INFO O| Dec 20 20:20:32.420 INFO STEP 55 (remove_files) COMPLETE |
4212 | 2024-12-20T20:20:32.712Z | [ recovery-image] Dec 20 20:20:32.420 INFO O| Dec 20 20:20:32.420 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-20T20:20:32.732Z | [ recovery-image] Dec 20 20:20:32.440 INFO O| Dec 20 20:20:32.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4214 | 2024-12-20T20:20:32.732Z | [ recovery-image] Dec 20 20:20:32.440 INFO O| Dec 20 20:20:32.440 INFO STEP 56 (remove_files) COMPLETE |
4215 | 2024-12-20T20:20:32.735Z | [ recovery-image] Dec 20 20:20:32.440 INFO O| Dec 20 20:20:32.440 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2024-12-20T20:20:32.778Z | [ recovery-image] Dec 20 20:20:32.486 INFO O| Dec 20 20:20:32.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4217 | 2024-12-20T20:20:32.778Z | [ recovery-image] Dec 20 20:20:32.486 INFO O| Dec 20 20:20:32.486 INFO STEP 57 (remove_files) COMPLETE |
4218 | 2024-12-20T20:20:32.780Z | [ recovery-image] Dec 20 20:20:32.486 INFO O| Dec 20 20:20:32.486 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2024-12-20T20:20:32.803Z | [ recovery-image] Dec 20 20:20:32.511 INFO O| Dec 20 20:20:32.511 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4220 | 2024-12-20T20:20:32.803Z | [ recovery-image] Dec 20 20:20:32.511 INFO O| Dec 20 20:20:32.511 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4221 | 2024-12-20T20:20:32.803Z | [ recovery-image] Dec 20 20:20:32.511 INFO O| Dec 20 20:20:32.511 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4222 | 2024-12-20T20:20:32.806Z | [ recovery-image] Dec 20 20:20:32.512 INFO O| Dec 20 20:20:32.512 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4223 | 2024-12-20T20:20:32.806Z | [ recovery-image] Dec 20 20:20:32.512 INFO O| Dec 20 20:20:32.512 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4224 | 2024-12-20T20:20:32.806Z | [ recovery-image] Dec 20 20:20:32.512 INFO O| Dec 20 20:20:32.512 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4225 | 2024-12-20T20:20:32.806Z | [ recovery-image] Dec 20 20:20:32.512 INFO O| Dec 20 20:20:32.512 INFO ok! |
4226 | 2024-12-20T20:20:32.806Z | [ recovery-image] Dec 20 20:20:32.512 INFO O| Dec 20 20:20:32.512 INFO STEP 58 (ensure_file) COMPLETE |
4227 | 2024-12-20T20:20:32.806Z | [ recovery-image] Dec 20 20:20:32.512 INFO O| Dec 20 20:20:32.512 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4228 | 2024-12-20T20:20:32.828Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.535 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4229 | 2024-12-20T20:20:32.828Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.536 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4230 | 2024-12-20T20:20:32.830Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.536 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4231 | 2024-12-20T20:20:32.830Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.536 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4232 | 2024-12-20T20:20:32.830Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4233 | 2024-12-20T20:20:32.830Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.536 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4234 | 2024-12-20T20:20:32.830Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.536 INFO ok! |
4235 | 2024-12-20T20:20:32.830Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.536 INFO STEP 59 (ensure_file) COMPLETE |
4236 | 2024-12-20T20:20:32.830Z | [ recovery-image] Dec 20 20:20:32.536 INFO O| Dec 20 20:20:32.536 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4237 | 2024-12-20T20:20:32.865Z | [ recovery-image] Dec 20 20:20:32.573 INFO O| Dec 20 20:20:32.573 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4238 | 2024-12-20T20:20:32.865Z | [ recovery-image] Dec 20 20:20:32.573 INFO O| Dec 20 20:20:32.573 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4239 | 2024-12-20T20:20:32.865Z | [ recovery-image] Dec 20 20:20:32.573 INFO O| Dec 20 20:20:32.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4240 | 2024-12-20T20:20:32.865Z | [ recovery-image] Dec 20 20:20:32.573 INFO O| Dec 20 20:20:32.573 INFO ok! |
4241 | 2024-12-20T20:20:32.865Z | [ recovery-image] Dec 20 20:20:32.573 INFO O| Dec 20 20:20:32.573 INFO STEP 60 (ensure_file) COMPLETE |
4242 | 2024-12-20T20:20:32.865Z | [ recovery-image] Dec 20 20:20:32.573 INFO O| Dec 20 20:20:32.573 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4243 | 2024-12-20T20:20:32.926Z | [ recovery-image] Dec 20 20:20:32.634 INFO O| Dec 20 20:20:32.634 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4244 | 2024-12-20T20:20:32.926Z | [ recovery-image] Dec 20 20:20:32.634 INFO O| Dec 20 20:20:32.634 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4245 | 2024-12-20T20:20:32.926Z | [ recovery-image] Dec 20 20:20:32.634 INFO O| Dec 20 20:20:32.634 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4246 | 2024-12-20T20:20:32.926Z | [ recovery-image] Dec 20 20:20:32.634 INFO O| Dec 20 20:20:32.634 INFO ok! |
4247 | 2024-12-20T20:20:32.929Z | [ recovery-image] Dec 20 20:20:32.634 INFO O| Dec 20 20:20:32.634 INFO STEP 61 (ensure_file) COMPLETE |
4248 | 2024-12-20T20:20:32.929Z | [ recovery-image] Dec 20 20:20:32.634 INFO O| Dec 20 20:20:32.634 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4249 | 2024-12-20T20:20:32.946Z | [ recovery-image] Dec 20 20:20:32.654 INFO O| Dec 20 20:20:32.654 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4250 | 2024-12-20T20:20:32.946Z | [ recovery-image] Dec 20 20:20:32.654 INFO O| Dec 20 20:20:32.654 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4251 | 2024-12-20T20:20:32.946Z | [ recovery-image] Dec 20 20:20:32.654 INFO O| Dec 20 20:20:32.654 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4252 | 2024-12-20T20:20:32.949Z | [ recovery-image] Dec 20 20:20:32.654 INFO O| Dec 20 20:20:32.654 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4253 | 2024-12-20T20:20:32.949Z | [ recovery-image] Dec 20 20:20:32.654 INFO O| Dec 20 20:20:32.654 INFO ok! |
4254 | 2024-12-20T20:20:32.949Z | [ recovery-image] Dec 20 20:20:32.654 INFO O| Dec 20 20:20:32.654 INFO STEP 62 (ensure_file) COMPLETE |
4255 | 2024-12-20T20:20:32.949Z | [ recovery-image] Dec 20 20:20:32.654 INFO O| Dec 20 20:20:32.654 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4256 | 2024-12-20T20:20:32.965Z | [ recovery-image] Dec 20 20:20:32.673 INFO O| Dec 20 20:20:32.673 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4257 | 2024-12-20T20:20:32.965Z | [ recovery-image] Dec 20 20:20:32.673 INFO O| Dec 20 20:20:32.673 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4258 | 2024-12-20T20:20:32.968Z | [ recovery-image] Dec 20 20:20:32.673 INFO O| Dec 20 20:20:32.673 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4259 | 2024-12-20T20:20:32.968Z | [ recovery-image] Dec 20 20:20:32.673 INFO O| Dec 20 20:20:32.673 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4260 | 2024-12-20T20:20:32.968Z | [ recovery-image] Dec 20 20:20:32.673 INFO O| Dec 20 20:20:32.673 INFO ok! |
4261 | 2024-12-20T20:20:32.968Z | [ recovery-image] Dec 20 20:20:32.673 INFO O| Dec 20 20:20:32.673 INFO STEP 63 (ensure_file) COMPLETE |
4262 | 2024-12-20T20:20:32.968Z | [ recovery-image] Dec 20 20:20:32.673 INFO O| Dec 20 20:20:32.673 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4263 | 2024-12-20T20:20:32.985Z | [ recovery-image] Dec 20 20:20:32.693 INFO O| Dec 20 20:20:32.693 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4264 | 2024-12-20T20:20:32.985Z | [ recovery-image] Dec 20 20:20:32.693 INFO O| Dec 20 20:20:32.693 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4265 | 2024-12-20T20:20:32.991Z | [ recovery-image] Dec 20 20:20:32.693 INFO O| Dec 20 20:20:32.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4266 | 2024-12-20T20:20:32.991Z | [ recovery-image] Dec 20 20:20:32.693 INFO O| Dec 20 20:20:32.693 INFO ok! |
4267 | 2024-12-20T20:20:32.991Z | [ recovery-image] Dec 20 20:20:32.693 INFO O| Dec 20 20:20:32.693 INFO STEP 64 (assemble_files) COMPLETE |
4268 | 2024-12-20T20:20:32.991Z | [ recovery-image] Dec 20 20:20:32.693 INFO O| Dec 20 20:20:32.693 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4269 | 2024-12-20T20:20:33.013Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4270 | 2024-12-20T20:20:33.013Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4271 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4272 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4273 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO ok! |
4274 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO STEP 65 (ensure_file) COMPLETE |
4275 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4276 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO skip step because feature "omicron1" is not enabled |
4277 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4278 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO skip step because feature "omicron1" is not enabled |
4279 | 2024-12-20T20:20:33.016Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4280 | 2024-12-20T20:20:33.017Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO skip step because feature "omicron1" is not enabled |
4281 | 2024-12-20T20:20:33.017Z | [ recovery-image] Dec 20 20:20:32.721 INFO O| Dec 20 20:20:32.721 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4282 | 2024-12-20T20:20:33.039Z | [ recovery-image] Dec 20 20:20:32.747 INFO O| Dec 20 20:20:32.747 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4283 | 2024-12-20T20:20:33.042Z | [ recovery-image] Dec 20 20:20:32.747 INFO O| Dec 20 20:20:32.747 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4284 | 2024-12-20T20:20:36.237Z | [ recovery-image] Dec 20 20:20:35.945 INFO O| Dec 20 20:20:35.945 INFO STEP 69 (pack_tar) COMPLETE |
4285 | 2024-12-20T20:20:36.237Z | [ recovery-image] Dec 20 20:20:35.945 INFO O| Dec 20 20:20:35.945 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4286 | 2024-12-20T20:20:36.240Z | [ recovery-image] Dec 20 20:20:35.945 INFO O| Dec 20 20:20:35.945 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4287 | 2024-12-20T20:20:36.402Z | [ recovery-image] Dec 20 20:20:36.111 INFO O| Dec 20 20:20:36.110 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4288 | 2024-12-20T20:20:36.524Z | [ recovery-image] Dec 20 20:20:36.231 INFO O| Dec 20 20:20:36.231 INFO completed processing gimlet/ramdisk-02-trim |
4289 | 2024-12-20T20:20:36.527Z | [ recovery-image] Dec 20 20:20:36.235 INFO image builder template: ramdisk-03-recovery-trim... |
4290 | 2024-12-20T20:20:36.529Z | [ recovery-image] Dec 20 20:20:36.235 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/.tmpvU0PN2/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 |
4291 | 2024-12-20T20:20:36.596Z | [ host-image] Dec 20 20:20:36.304 INFO O| Dec 20 20:20:36.304 INFO O| Download: 21059/22788 items 179.3/199.7MB 89% complete (971k/s) |
4292 | 2024-12-20T20:20:36.728Z | [ recovery-image] Dec 20 20:20:36.437 INFO O| Dec 20 20:20:36.436 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4293 | 2024-12-20T20:20:36.736Z | [ recovery-image] Dec 20 20:20:36.444 INFO O| Dec 20 20:20:36.444 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4294 | 2024-12-20T20:20:36.830Z | [ recovery-image] Dec 20 20:20:36.538 INFO O| Dec 20 20:20:36.538 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4295 | 2024-12-20T20:20:36.912Z | [ recovery-image] Dec 20 20:20:36.621 INFO O| Dec 20 20:20:36.620 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4296 | 2024-12-20T20:20:36.917Z | [ recovery-image] Dec 20 20:20:36.621 INFO O| Dec 20 20:20:36.621 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4297 | 2024-12-20T20:20:36.929Z | [ recovery-image] Dec 20 20:20:36.637 INFO O| Dec 20 20:20:36.637 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4298 | 2024-12-20T20:20:36.937Z | [ recovery-image] Dec 20 20:20:36.645 INFO O| Dec 20 20:20:36.645 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4299 | 2024-12-20T20:20:36.947Z | [ recovery-image] Dec 20 20:20:36.655 INFO O| Dec 20 20:20:36.655 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4300 | 2024-12-20T20:20:37.432Z | [ recovery-image] Dec 20 20:20:37.140 INFO O| Dec 20 20:20:37.140 INFO rolled back to input snapshot; work may begin |
4301 | 2024-12-20T20:20:37.432Z | [ recovery-image] Dec 20 20:20:37.140 INFO O| Dec 20 20:20:37.140 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4302 | 2024-12-20T20:20:37.441Z | [ recovery-image] Dec 20 20:20:37.149 INFO O| Dec 20 20:20:37.149 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-12-20T20:20:37.458Z | [ recovery-image] Dec 20 20:20:37.166 INFO O| Dec 20 20:20:37.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4304 | 2024-12-20T20:20:37.462Z | [ recovery-image] Dec 20 20:20:37.170 INFO O| Dec 20 20:20:37.170 INFO STEP 0 (remove_files) COMPLETE |
4305 | 2024-12-20T20:20:37.462Z | [ recovery-image] Dec 20 20:20:37.170 INFO O| Dec 20 20:20:37.170 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-12-20T20:20:37.496Z | [ recovery-image] Dec 20 20:20:37.204 INFO O| Dec 20 20:20:37.204 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4307 | 2024-12-20T20:20:38.010Z | [ recovery-image] Dec 20 20:20:37.710 INFO O| Dec 20 20:20:37.710 INFO STEP 1 (remove_files) COMPLETE |
4308 | 2024-12-20T20:20:38.010Z | [ recovery-image] Dec 20 20:20:37.710 INFO O| Dec 20 20:20:37.710 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-12-20T20:20:38.031Z | [ recovery-image] Dec 20 20:20:37.739 INFO O| Dec 20 20:20:37.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4310 | 2024-12-20T20:20:38.034Z | [ recovery-image] Dec 20 20:20:37.742 INFO O| Dec 20 20:20:37.742 INFO STEP 2 (remove_files) COMPLETE |
4311 | 2024-12-20T20:20:38.034Z | [ recovery-image] Dec 20 20:20:37.742 INFO O| Dec 20 20:20:37.742 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-12-20T20:20:38.073Z | [ recovery-image] Dec 20 20:20:37.782 INFO O| Dec 20 20:20:37.782 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4313 | 2024-12-20T20:20:38.183Z | [ recovery-image] Dec 20 20:20:37.891 INFO O| Dec 20 20:20:37.891 INFO STEP 3 (remove_files) COMPLETE |
4314 | 2024-12-20T20:20:38.186Z | [ recovery-image] Dec 20 20:20:37.891 INFO O| Dec 20 20:20:37.891 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-12-20T20:20:38.206Z | [ recovery-image] Dec 20 20:20:37.914 INFO O| Dec 20 20:20:37.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4316 | 2024-12-20T20:20:38.420Z | [ recovery-image] Dec 20 20:20:38.128 INFO O| Dec 20 20:20:38.128 INFO STEP 4 (remove_files) COMPLETE |
4317 | 2024-12-20T20:20:38.420Z | [ recovery-image] Dec 20 20:20:38.128 INFO O| Dec 20 20:20:38.128 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-12-20T20:20:38.441Z | [ recovery-image] Dec 20 20:20:38.149 INFO O| Dec 20 20:20:38.149 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4319 | 2024-12-20T20:20:38.495Z | [ recovery-image] Dec 20 20:20:38.203 INFO O| Dec 20 20:20:38.203 INFO STEP 5 (remove_files) COMPLETE |
4320 | 2024-12-20T20:20:38.495Z | [ recovery-image] Dec 20 20:20:38.203 INFO O| Dec 20 20:20:38.203 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-12-20T20:20:38.516Z | [ recovery-image] Dec 20 20:20:38.224 INFO O| Dec 20 20:20:38.224 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4322 | 2024-12-20T20:20:38.541Z | [ recovery-image] Dec 20 20:20:38.248 INFO O| Dec 20 20:20:38.248 INFO STEP 6 (remove_files) COMPLETE |
4323 | 2024-12-20T20:20:38.541Z | [ recovery-image] Dec 20 20:20:38.248 INFO O| Dec 20 20:20:38.248 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-12-20T20:20:38.582Z | [ recovery-image] Dec 20 20:20:38.290 INFO O| Dec 20 20:20:38.290 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4325 | 2024-12-20T20:20:38.634Z | [ recovery-image] Dec 20 20:20:38.341 INFO O| Dec 20 20:20:38.341 INFO STEP 7 (remove_files) COMPLETE |
4326 | 2024-12-20T20:20:38.634Z | [ recovery-image] Dec 20 20:20:38.341 INFO O| Dec 20 20:20:38.341 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-12-20T20:20:38.694Z | [ recovery-image] Dec 20 20:20:38.402 INFO O| Dec 20 20:20:38.402 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4328 | 2024-12-20T20:20:38.719Z | [ recovery-image] Dec 20 20:20:38.427 INFO O| Dec 20 20:20:38.427 INFO STEP 8 (remove_files) COMPLETE |
4329 | 2024-12-20T20:20:38.719Z | [ recovery-image] Dec 20 20:20:38.427 INFO O| Dec 20 20:20:38.427 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-12-20T20:20:38.740Z | [ recovery-image] Dec 20 20:20:38.448 INFO O| Dec 20 20:20:38.448 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4331 | 2024-12-20T20:20:38.742Z | [ recovery-image] Dec 20 20:20:38.448 INFO O| Dec 20 20:20:38.448 INFO STEP 9 (remove_files) COMPLETE |
4332 | 2024-12-20T20:20:38.742Z | [ recovery-image] Dec 20 20:20:38.449 INFO O| Dec 20 20:20:38.448 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-12-20T20:20:38.761Z | [ recovery-image] Dec 20 20:20:38.469 INFO O| Dec 20 20:20:38.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4334 | 2024-12-20T20:20:38.774Z | [ recovery-image] Dec 20 20:20:38.481 INFO O| Dec 20 20:20:38.481 INFO STEP 10 (remove_files) COMPLETE |
4335 | 2024-12-20T20:20:38.774Z | [ recovery-image] Dec 20 20:20:38.482 INFO O| Dec 20 20:20:38.481 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-12-20T20:20:38.820Z | [ recovery-image] Dec 20 20:20:38.528 INFO O| Dec 20 20:20:38.528 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4337 | 2024-12-20T20:20:39.074Z | [ recovery-image] Dec 20 20:20:38.782 INFO O| Dec 20 20:20:38.782 INFO STEP 11 (remove_files) COMPLETE |
4338 | 2024-12-20T20:20:39.074Z | [ recovery-image] Dec 20 20:20:38.782 INFO O| Dec 20 20:20:38.782 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-12-20T20:20:39.112Z | [ recovery-image] Dec 20 20:20:38.820 INFO O| Dec 20 20:20:38.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4340 | 2024-12-20T20:20:39.146Z | [ recovery-image] Dec 20 20:20:38.854 INFO O| Dec 20 20:20:38.854 INFO STEP 12 (remove_files) COMPLETE |
4341 | 2024-12-20T20:20:39.146Z | [ recovery-image] Dec 20 20:20:38.854 INFO O| Dec 20 20:20:38.854 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-12-20T20:20:39.187Z | [ recovery-image] Dec 20 20:20:38.895 INFO O| Dec 20 20:20:38.895 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4343 | 2024-12-20T20:20:39.194Z | [ recovery-image] Dec 20 20:20:38.902 INFO O| Dec 20 20:20:38.902 INFO STEP 13 (remove_files) COMPLETE |
4344 | 2024-12-20T20:20:39.194Z | [ recovery-image] Dec 20 20:20:38.902 INFO O| Dec 20 20:20:38.902 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-12-20T20:20:39.300Z | [ recovery-image] Dec 20 20:20:39.008 INFO O| Dec 20 20:20:39.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4346 | 2024-12-20T20:20:39.326Z | [ recovery-image] Dec 20 20:20:39.034 INFO O| Dec 20 20:20:39.034 INFO STEP 14 (remove_files) COMPLETE |
4347 | 2024-12-20T20:20:39.327Z | [ recovery-image] Dec 20 20:20:39.034 INFO O| Dec 20 20:20:39.034 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-12-20T20:20:39.409Z | [ recovery-image] Dec 20 20:20:39.117 INFO O| Dec 20 20:20:39.117 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4349 | 2024-12-20T20:20:39.474Z | [ recovery-image] Dec 20 20:20:39.182 INFO O| Dec 20 20:20:39.182 INFO STEP 15 (remove_files) COMPLETE |
4350 | 2024-12-20T20:20:39.474Z | [ recovery-image] Dec 20 20:20:39.182 INFO O| Dec 20 20:20:39.182 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-12-20T20:20:39.518Z | [ recovery-image] Dec 20 20:20:39.226 INFO O| Dec 20 20:20:39.226 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4352 | 2024-12-20T20:20:39.665Z | [ recovery-image] Dec 20 20:20:39.373 INFO O| Dec 20 20:20:39.373 INFO STEP 16 (remove_files) COMPLETE |
4353 | 2024-12-20T20:20:39.665Z | [ recovery-image] Dec 20 20:20:39.373 INFO O| Dec 20 20:20:39.373 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-12-20T20:20:39.716Z | [ recovery-image] Dec 20 20:20:39.424 INFO O| Dec 20 20:20:39.424 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4355 | 2024-12-20T20:20:39.716Z | [ recovery-image] Dec 20 20:20:39.424 INFO O| Dec 20 20:20:39.424 INFO STEP 17 (remove_files) COMPLETE |
4356 | 2024-12-20T20:20:39.718Z | [ recovery-image] Dec 20 20:20:39.424 INFO O| Dec 20 20:20:39.424 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-12-20T20:20:39.745Z | [ recovery-image] Dec 20 20:20:39.453 INFO O| Dec 20 20:20:39.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4358 | 2024-12-20T20:20:39.745Z | [ recovery-image] Dec 20 20:20:39.453 INFO O| Dec 20 20:20:39.453 INFO STEP 18 (remove_files) COMPLETE |
4359 | 2024-12-20T20:20:39.748Z | [ recovery-image] Dec 20 20:20:39.454 INFO O| Dec 20 20:20:39.453 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-12-20T20:20:39.766Z | [ recovery-image] Dec 20 20:20:39.475 INFO O| Dec 20 20:20:39.474 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4361 | 2024-12-20T20:20:39.858Z | [ recovery-image] Dec 20 20:20:39.567 INFO O| Dec 20 20:20:39.567 INFO STEP 19 (remove_files) COMPLETE |
4362 | 2024-12-20T20:20:39.858Z | [ recovery-image] Dec 20 20:20:39.567 INFO O| Dec 20 20:20:39.567 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-12-20T20:20:39.883Z | [ recovery-image] Dec 20 20:20:39.592 INFO O| Dec 20 20:20:39.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4364 | 2024-12-20T20:20:39.901Z | [ recovery-image] Dec 20 20:20:39.610 INFO O| Dec 20 20:20:39.609 INFO STEP 20 (remove_files) COMPLETE |
4365 | 2024-12-20T20:20:39.901Z | [ recovery-image] Dec 20 20:20:39.610 INFO O| Dec 20 20:20:39.609 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-12-20T20:20:39.955Z | [ recovery-image] Dec 20 20:20:39.663 INFO O| Dec 20 20:20:39.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4367 | 2024-12-20T20:20:39.955Z | [ recovery-image] Dec 20 20:20:39.664 INFO O| Dec 20 20:20:39.664 INFO STEP 21 (remove_files) COMPLETE |
4368 | 2024-12-20T20:20:39.958Z | [ recovery-image] Dec 20 20:20:39.664 INFO O| Dec 20 20:20:39.664 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-20T20:20:39.979Z | [ recovery-image] Dec 20 20:20:39.688 INFO O| Dec 20 20:20:39.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4370 | 2024-12-20T20:20:40.002Z | [ recovery-image] Dec 20 20:20:39.710 INFO O| Dec 20 20:20:39.710 INFO STEP 22 (remove_files) COMPLETE |
4371 | 2024-12-20T20:20:40.002Z | [ recovery-image] Dec 20 20:20:39.710 INFO O| Dec 20 20:20:39.710 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-12-20T20:20:40.031Z | [ recovery-image] Dec 20 20:20:39.740 INFO O| Dec 20 20:20:39.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4373 | 2024-12-20T20:20:40.033Z | [ recovery-image] Dec 20 20:20:39.740 INFO O| Dec 20 20:20:39.740 INFO STEP 23 (remove_files) COMPLETE |
4374 | 2024-12-20T20:20:40.033Z | [ recovery-image] Dec 20 20:20:39.740 INFO O| Dec 20 20:20:39.740 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-12-20T20:20:40.051Z | [ recovery-image] Dec 20 20:20:39.759 INFO O| Dec 20 20:20:39.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4376 | 2024-12-20T20:20:40.051Z | [ recovery-image] Dec 20 20:20:39.760 INFO O| Dec 20 20:20:39.760 INFO STEP 24 (remove_files) COMPLETE |
4377 | 2024-12-20T20:20:40.051Z | [ recovery-image] Dec 20 20:20:39.760 INFO O| Dec 20 20:20:39.760 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-12-20T20:20:40.075Z | [ recovery-image] Dec 20 20:20:39.782 INFO O| Dec 20 20:20:39.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4379 | 2024-12-20T20:20:40.075Z | [ recovery-image] Dec 20 20:20:39.782 INFO O| Dec 20 20:20:39.782 INFO STEP 25 (remove_files) COMPLETE |
4380 | 2024-12-20T20:20:40.075Z | [ recovery-image] Dec 20 20:20:39.782 INFO O| Dec 20 20:20:39.782 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-12-20T20:20:40.131Z | [ recovery-image] Dec 20 20:20:39.839 INFO O| Dec 20 20:20:39.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4382 | 2024-12-20T20:20:40.133Z | [ recovery-image] Dec 20 20:20:39.839 INFO O| Dec 20 20:20:39.839 INFO STEP 26 (remove_files) COMPLETE |
4383 | 2024-12-20T20:20:40.133Z | [ recovery-image] Dec 20 20:20:39.839 INFO O| Dec 20 20:20:39.839 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-12-20T20:20:40.150Z | [ recovery-image] Dec 20 20:20:39.858 INFO O| Dec 20 20:20:39.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4385 | 2024-12-20T20:20:40.150Z | [ recovery-image] Dec 20 20:20:39.858 INFO O| Dec 20 20:20:39.858 INFO STEP 27 (remove_files) COMPLETE |
4386 | 2024-12-20T20:20:40.153Z | [ recovery-image] Dec 20 20:20:39.858 INFO O| Dec 20 20:20:39.858 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-12-20T20:20:40.171Z | [ recovery-image] Dec 20 20:20:39.878 INFO O| Dec 20 20:20:39.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4388 | 2024-12-20T20:20:40.174Z | [ recovery-image] Dec 20 20:20:39.878 INFO O| Dec 20 20:20:39.878 INFO STEP 28 (remove_files) COMPLETE |
4389 | 2024-12-20T20:20:40.174Z | [ recovery-image] Dec 20 20:20:39.878 INFO O| Dec 20 20:20:39.878 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-20T20:20:40.220Z | [ recovery-image] Dec 20 20:20:39.928 INFO O| Dec 20 20:20:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4391 | 2024-12-20T20:20:40.220Z | [ recovery-image] Dec 20 20:20:39.928 INFO O| Dec 20 20:20:39.928 INFO STEP 29 (remove_files) COMPLETE |
4392 | 2024-12-20T20:20:40.222Z | [ recovery-image] Dec 20 20:20:39.928 INFO O| Dec 20 20:20:39.928 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-20T20:20:40.240Z | [ recovery-image] Dec 20 20:20:39.948 INFO O| Dec 20 20:20:39.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4394 | 2024-12-20T20:20:40.240Z | [ recovery-image] Dec 20 20:20:39.948 INFO O| Dec 20 20:20:39.948 INFO STEP 30 (remove_files) COMPLETE |
4395 | 2024-12-20T20:20:40.240Z | [ recovery-image] Dec 20 20:20:39.948 INFO O| Dec 20 20:20:39.948 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-20T20:20:40.260Z | [ recovery-image] Dec 20 20:20:39.968 INFO O| Dec 20 20:20:39.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4397 | 2024-12-20T20:20:40.260Z | [ recovery-image] Dec 20 20:20:39.968 INFO O| Dec 20 20:20:39.968 INFO STEP 31 (remove_files) COMPLETE |
4398 | 2024-12-20T20:20:40.260Z | [ recovery-image] Dec 20 20:20:39.968 INFO O| Dec 20 20:20:39.968 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-20T20:20:40.280Z | [ recovery-image] Dec 20 20:20:39.987 INFO O| Dec 20 20:20:39.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4400 | 2024-12-20T20:20:40.280Z | [ recovery-image] Dec 20 20:20:39.987 INFO O| Dec 20 20:20:39.987 INFO STEP 32 (remove_files) COMPLETE |
4401 | 2024-12-20T20:20:40.280Z | [ recovery-image] Dec 20 20:20:39.987 INFO O| Dec 20 20:20:39.987 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-20T20:20:40.299Z | [ recovery-image] Dec 20 20:20:40.007 INFO O| Dec 20 20:20:40.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4403 | 2024-12-20T20:20:40.302Z | [ recovery-image] Dec 20 20:20:40.008 INFO O| Dec 20 20:20:40.008 INFO STEP 33 (remove_files) COMPLETE |
4404 | 2024-12-20T20:20:40.302Z | [ recovery-image] Dec 20 20:20:40.008 INFO O| Dec 20 20:20:40.008 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-12-20T20:20:40.341Z | [ recovery-image] Dec 20 20:20:40.050 INFO O| Dec 20 20:20:40.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4406 | 2024-12-20T20:20:40.341Z | [ recovery-image] Dec 20 20:20:40.050 INFO O| Dec 20 20:20:40.050 INFO STEP 34 (remove_files) COMPLETE |
4407 | 2024-12-20T20:20:40.342Z | [ recovery-image] Dec 20 20:20:40.050 INFO O| Dec 20 20:20:40.050 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-20T20:20:40.361Z | [ recovery-image] Dec 20 20:20:40.069 INFO O| Dec 20 20:20:40.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4409 | 2024-12-20T20:20:40.375Z | [ recovery-image] Dec 20 20:20:40.084 INFO O| Dec 20 20:20:40.084 INFO STEP 35 (remove_files) COMPLETE |
4410 | 2024-12-20T20:20:40.376Z | [ recovery-image] Dec 20 20:20:40.084 INFO O| Dec 20 20:20:40.084 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-20T20:20:40.413Z | [ recovery-image] Dec 20 20:20:40.121 INFO O| Dec 20 20:20:40.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4412 | 2024-12-20T20:20:40.413Z | [ recovery-image] Dec 20 20:20:40.121 INFO O| Dec 20 20:20:40.121 INFO STEP 36 (remove_files) COMPLETE |
4413 | 2024-12-20T20:20:40.415Z | [ recovery-image] Dec 20 20:20:40.121 INFO O| Dec 20 20:20:40.121 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-20T20:20:40.461Z | [ recovery-image] Dec 20 20:20:40.169 INFO O| Dec 20 20:20:40.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4415 | 2024-12-20T20:20:40.470Z | [ recovery-image] Dec 20 20:20:40.179 INFO O| Dec 20 20:20:40.179 INFO STEP 37 (remove_files) COMPLETE |
4416 | 2024-12-20T20:20:40.470Z | [ recovery-image] Dec 20 20:20:40.179 INFO O| Dec 20 20:20:40.179 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-20T20:20:40.517Z | [ recovery-image] Dec 20 20:20:40.225 INFO O| Dec 20 20:20:40.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4418 | 2024-12-20T20:20:40.517Z | [ recovery-image] Dec 20 20:20:40.225 INFO O| Dec 20 20:20:40.225 INFO STEP 38 (remove_files) COMPLETE |
4419 | 2024-12-20T20:20:40.520Z | [ recovery-image] Dec 20 20:20:40.225 INFO O| Dec 20 20:20:40.225 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-20T20:20:40.559Z | [ recovery-image] Dec 20 20:20:40.267 INFO O| Dec 20 20:20:40.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4421 | 2024-12-20T20:20:40.559Z | [ recovery-image] Dec 20 20:20:40.267 INFO O| Dec 20 20:20:40.267 INFO STEP 39 (remove_files) COMPLETE |
4422 | 2024-12-20T20:20:40.559Z | [ recovery-image] Dec 20 20:20:40.267 INFO O| Dec 20 20:20:40.267 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-20T20:20:40.580Z | [ recovery-image] Dec 20 20:20:40.287 INFO O| Dec 20 20:20:40.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4424 | 2024-12-20T20:20:40.580Z | [ recovery-image] Dec 20 20:20:40.287 INFO O| Dec 20 20:20:40.287 INFO STEP 40 (remove_files) COMPLETE |
4425 | 2024-12-20T20:20:40.580Z | [ recovery-image] Dec 20 20:20:40.288 INFO O| Dec 20 20:20:40.287 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-20T20:20:40.599Z | [ recovery-image] Dec 20 20:20:40.307 INFO O| Dec 20 20:20:40.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4427 | 2024-12-20T20:20:40.599Z | [ recovery-image] Dec 20 20:20:40.307 INFO O| Dec 20 20:20:40.307 INFO STEP 41 (remove_files) COMPLETE |
4428 | 2024-12-20T20:20:40.599Z | [ recovery-image] Dec 20 20:20:40.307 INFO O| Dec 20 20:20:40.307 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-20T20:20:40.685Z | [ recovery-image] Dec 20 20:20:40.394 INFO O| Dec 20 20:20:40.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4430 | 2024-12-20T20:20:40.685Z | [ recovery-image] Dec 20 20:20:40.394 INFO O| Dec 20 20:20:40.394 INFO STEP 42 (remove_files) COMPLETE |
4431 | 2024-12-20T20:20:40.685Z | [ recovery-image] Dec 20 20:20:40.394 INFO O| Dec 20 20:20:40.394 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-20T20:20:40.705Z | [ recovery-image] Dec 20 20:20:40.414 INFO O| Dec 20 20:20:40.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4433 | 2024-12-20T20:20:40.706Z | [ recovery-image] Dec 20 20:20:40.414 INFO O| Dec 20 20:20:40.414 INFO STEP 43 (remove_files) COMPLETE |
4434 | 2024-12-20T20:20:40.706Z | [ recovery-image] Dec 20 20:20:40.414 INFO O| Dec 20 20:20:40.414 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-20T20:20:40.725Z | [ recovery-image] Dec 20 20:20:40.433 INFO O| Dec 20 20:20:40.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4436 | 2024-12-20T20:20:40.725Z | [ recovery-image] Dec 20 20:20:40.433 INFO O| Dec 20 20:20:40.433 INFO STEP 44 (remove_files) COMPLETE |
4437 | 2024-12-20T20:20:40.725Z | [ recovery-image] Dec 20 20:20:40.433 INFO O| Dec 20 20:20:40.433 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-20T20:20:40.745Z | [ recovery-image] Dec 20 20:20:40.453 INFO O| Dec 20 20:20:40.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4439 | 2024-12-20T20:20:40.756Z | [ recovery-image] Dec 20 20:20:40.464 INFO O| Dec 20 20:20:40.464 INFO STEP 45 (remove_files) COMPLETE |
4440 | 2024-12-20T20:20:40.756Z | [ recovery-image] Dec 20 20:20:40.464 INFO O| Dec 20 20:20:40.464 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-20T20:20:40.792Z | [ recovery-image] Dec 20 20:20:40.500 INFO O| Dec 20 20:20:40.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4442 | 2024-12-20T20:20:40.792Z | [ recovery-image] Dec 20 20:20:40.500 INFO O| Dec 20 20:20:40.500 INFO STEP 46 (remove_files) COMPLETE |
4443 | 2024-12-20T20:20:40.793Z | [ recovery-image] Dec 20 20:20:40.500 INFO O| Dec 20 20:20:40.500 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-20T20:20:40.896Z | [ recovery-image] Dec 20 20:20:40.604 INFO O| Dec 20 20:20:40.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4445 | 2024-12-20T20:20:40.897Z | [ recovery-image] Dec 20 20:20:40.604 INFO O| Dec 20 20:20:40.604 INFO STEP 47 (remove_files) COMPLETE |
4446 | 2024-12-20T20:20:40.897Z | [ recovery-image] Dec 20 20:20:40.604 INFO O| Dec 20 20:20:40.604 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-20T20:20:40.934Z | [ recovery-image] Dec 20 20:20:40.642 INFO O| Dec 20 20:20:40.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4448 | 2024-12-20T20:20:40.934Z | [ recovery-image] Dec 20 20:20:40.642 INFO O| Dec 20 20:20:40.642 INFO STEP 48 (remove_files) COMPLETE |
4449 | 2024-12-20T20:20:40.936Z | [ recovery-image] Dec 20 20:20:40.642 INFO O| Dec 20 20:20:40.642 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-20T20:20:41.023Z | [ recovery-image] Dec 20 20:20:40.731 INFO O| Dec 20 20:20:40.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4451 | 2024-12-20T20:20:41.023Z | [ recovery-image] Dec 20 20:20:40.731 INFO O| Dec 20 20:20:40.731 INFO STEP 49 (remove_files) COMPLETE |
4452 | 2024-12-20T20:20:41.023Z | [ recovery-image] Dec 20 20:20:40.731 INFO O| Dec 20 20:20:40.731 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-20T20:20:41.042Z | [ recovery-image] Dec 20 20:20:40.749 INFO O| Dec 20 20:20:40.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4454 | 2024-12-20T20:20:41.044Z | [ recovery-image] Dec 20 20:20:40.749 INFO O| Dec 20 20:20:40.749 INFO STEP 50 (remove_files) COMPLETE |
4455 | 2024-12-20T20:20:41.044Z | [ recovery-image] Dec 20 20:20:40.749 INFO O| Dec 20 20:20:40.749 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-20T20:20:41.080Z | [ recovery-image] Dec 20 20:20:40.788 INFO O| Dec 20 20:20:40.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4457 | 2024-12-20T20:20:41.080Z | [ recovery-image] Dec 20 20:20:40.788 INFO O| Dec 20 20:20:40.788 INFO STEP 51 (remove_files) COMPLETE |
4458 | 2024-12-20T20:20:41.083Z | [ recovery-image] Dec 20 20:20:40.788 INFO O| Dec 20 20:20:40.788 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-12-20T20:20:41.106Z | [ recovery-image] Dec 20 20:20:40.814 INFO O| Dec 20 20:20:40.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4460 | 2024-12-20T20:20:41.106Z | [ recovery-image] Dec 20 20:20:40.815 INFO O| Dec 20 20:20:40.815 INFO STEP 52 (remove_files) COMPLETE |
4461 | 2024-12-20T20:20:41.109Z | [ recovery-image] Dec 20 20:20:40.815 INFO O| Dec 20 20:20:40.815 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-12-20T20:20:41.133Z | [ recovery-image] Dec 20 20:20:40.842 INFO O| Dec 20 20:20:40.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4463 | 2024-12-20T20:20:41.138Z | [ recovery-image] Dec 20 20:20:40.842 INFO O| Dec 20 20:20:40.842 INFO STEP 53 (remove_files) COMPLETE |
4464 | 2024-12-20T20:20:41.138Z | [ recovery-image] Dec 20 20:20:40.842 INFO O| Dec 20 20:20:40.842 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-12-20T20:20:41.156Z | [ recovery-image] Dec 20 20:20:40.865 INFO O| Dec 20 20:20:40.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4466 | 2024-12-20T20:20:41.156Z | [ recovery-image] Dec 20 20:20:40.865 INFO O| Dec 20 20:20:40.865 INFO STEP 54 (remove_files) COMPLETE |
4467 | 2024-12-20T20:20:41.165Z | [ recovery-image] Dec 20 20:20:40.865 INFO O| Dec 20 20:20:40.865 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-12-20T20:20:41.179Z | [ recovery-image] Dec 20 20:20:40.887 INFO O| Dec 20 20:20:40.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4469 | 2024-12-20T20:20:41.199Z | [ recovery-image] Dec 20 20:20:40.907 INFO O| Dec 20 20:20:40.907 INFO STEP 55 (remove_files) COMPLETE |
4470 | 2024-12-20T20:20:41.199Z | [ recovery-image] Dec 20 20:20:40.907 INFO O| Dec 20 20:20:40.907 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-12-20T20:20:41.226Z | [ recovery-image] Dec 20 20:20:40.934 INFO O| Dec 20 20:20:40.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4472 | 2024-12-20T20:20:41.229Z | [ recovery-image] Dec 20 20:20:40.937 INFO O| Dec 20 20:20:40.937 INFO STEP 56 (remove_files) COMPLETE |
4473 | 2024-12-20T20:20:41.229Z | [ recovery-image] Dec 20 20:20:40.937 INFO O| Dec 20 20:20:40.937 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-12-20T20:20:41.327Z | [ recovery-image] Dec 20 20:20:41.035 INFO O| Dec 20 20:20:41.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4475 | 2024-12-20T20:20:41.350Z | [ recovery-image] Dec 20 20:20:41.059 INFO O| Dec 20 20:20:41.059 INFO STEP 57 (remove_files) COMPLETE |
4476 | 2024-12-20T20:20:41.350Z | [ recovery-image] Dec 20 20:20:41.059 INFO O| Dec 20 20:20:41.059 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-12-20T20:20:41.460Z | [ recovery-image] Dec 20 20:20:41.168 INFO O| Dec 20 20:20:41.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4478 | 2024-12-20T20:20:41.463Z | [ recovery-image] Dec 20 20:20:41.168 INFO O| Dec 20 20:20:41.168 INFO STEP 58 (remove_files) COMPLETE |
4479 | 2024-12-20T20:20:41.463Z | [ recovery-image] Dec 20 20:20:41.168 INFO O| Dec 20 20:20:41.168 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-12-20T20:20:41.530Z | [ recovery-image] Dec 20 20:20:41.238 INFO O| Dec 20 20:20:41.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4481 | 2024-12-20T20:20:41.534Z | [ recovery-image] Dec 20 20:20:41.238 INFO O| Dec 20 20:20:41.238 INFO STEP 59 (remove_files) COMPLETE |
4482 | 2024-12-20T20:20:41.534Z | [ recovery-image] Dec 20 20:20:41.238 INFO O| Dec 20 20:20:41.238 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-12-20T20:20:41.609Z | [ recovery-image] Dec 20 20:20:41.318 INFO O| Dec 20 20:20:41.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4484 | 2024-12-20T20:20:41.609Z | [ recovery-image] Dec 20 20:20:41.318 INFO O| Dec 20 20:20:41.318 INFO STEP 60 (remove_files) COMPLETE |
4485 | 2024-12-20T20:20:41.609Z | [ recovery-image] Dec 20 20:20:41.318 INFO O| Dec 20 20:20:41.318 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-12-20T20:20:41.629Z | [ recovery-image] Dec 20 20:20:41.337 INFO O| Dec 20 20:20:41.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4487 | 2024-12-20T20:20:41.629Z | [ recovery-image] Dec 20 20:20:41.338 INFO O| Dec 20 20:20:41.338 INFO STEP 61 (remove_files) COMPLETE |
4488 | 2024-12-20T20:20:41.629Z | [ recovery-image] Dec 20 20:20:41.338 INFO O| Dec 20 20:20:41.338 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-12-20T20:20:41.650Z | [ recovery-image] Dec 20 20:20:41.358 INFO O| Dec 20 20:20:41.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4490 | 2024-12-20T20:20:41.650Z | [ recovery-image] Dec 20 20:20:41.358 INFO O| Dec 20 20:20:41.358 INFO STEP 62 (remove_files) COMPLETE |
4491 | 2024-12-20T20:20:41.650Z | [ recovery-image] Dec 20 20:20:41.358 INFO O| Dec 20 20:20:41.358 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-20T20:20:41.669Z | [ recovery-image] Dec 20 20:20:41.378 INFO O| Dec 20 20:20:41.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4493 | 2024-12-20T20:20:41.669Z | [ recovery-image] Dec 20 20:20:41.378 INFO O| Dec 20 20:20:41.378 INFO STEP 63 (remove_files) COMPLETE |
4494 | 2024-12-20T20:20:41.673Z | [ recovery-image] Dec 20 20:20:41.378 INFO O| Dec 20 20:20:41.378 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-20T20:20:41.690Z | [ recovery-image] Dec 20 20:20:41.398 INFO O| Dec 20 20:20:41.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4496 | 2024-12-20T20:20:41.690Z | [ recovery-image] Dec 20 20:20:41.398 INFO O| Dec 20 20:20:41.398 INFO STEP 64 (remove_files) COMPLETE |
4497 | 2024-12-20T20:20:41.690Z | [ recovery-image] Dec 20 20:20:41.398 INFO O| Dec 20 20:20:41.398 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-12-20T20:20:41.711Z | [ recovery-image] Dec 20 20:20:41.419 INFO O| Dec 20 20:20:41.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4499 | 2024-12-20T20:20:41.711Z | [ recovery-image] Dec 20 20:20:41.419 INFO O| Dec 20 20:20:41.419 INFO STEP 65 (remove_files) COMPLETE |
4500 | 2024-12-20T20:20:41.711Z | [ recovery-image] Dec 20 20:20:41.419 INFO O| Dec 20 20:20:41.419 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-12-20T20:20:41.731Z | [ recovery-image] Dec 20 20:20:41.439 INFO O| Dec 20 20:20:41.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4502 | 2024-12-20T20:20:41.731Z | [ recovery-image] Dec 20 20:20:41.440 INFO O| Dec 20 20:20:41.440 INFO STEP 66 (remove_files) COMPLETE |
4503 | 2024-12-20T20:20:41.734Z | [ recovery-image] Dec 20 20:20:41.440 INFO O| Dec 20 20:20:41.440 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-12-20T20:20:41.752Z | [ recovery-image] Dec 20 20:20:41.460 INFO O| Dec 20 20:20:41.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4505 | 2024-12-20T20:20:41.752Z | [ recovery-image] Dec 20 20:20:41.460 INFO O| Dec 20 20:20:41.460 INFO STEP 67 (remove_files) COMPLETE |
4506 | 2024-12-20T20:20:41.754Z | [ recovery-image] Dec 20 20:20:41.460 INFO O| Dec 20 20:20:41.460 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-12-20T20:20:41.796Z | [ host-image] Dec 20 20:20:41.504 INFO O| Dec 20 20:20:41.504 INFO O| Download: 21822/22788 items 189.0/199.7MB 94% complete (1.6M/s) |
4508 | 2024-12-20T20:20:41.799Z | [ recovery-image] Dec 20 20:20:41.506 INFO O| Dec 20 20:20:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4509 | 2024-12-20T20:20:41.799Z | [ recovery-image] Dec 20 20:20:41.506 INFO O| Dec 20 20:20:41.506 INFO STEP 68 (remove_files) COMPLETE |
4510 | 2024-12-20T20:20:41.799Z | [ recovery-image] Dec 20 20:20:41.506 INFO O| Dec 20 20:20:41.506 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-20T20:20:41.865Z | [ recovery-image] Dec 20 20:20:41.574 INFO O| Dec 20 20:20:41.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4512 | 2024-12-20T20:20:41.865Z | [ recovery-image] Dec 20 20:20:41.574 INFO O| Dec 20 20:20:41.574 INFO STEP 69 (remove_files) COMPLETE |
4513 | 2024-12-20T20:20:41.865Z | [ recovery-image] Dec 20 20:20:41.574 INFO O| Dec 20 20:20:41.574 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-20T20:20:41.923Z | [ recovery-image] Dec 20 20:20:41.630 INFO O| Dec 20 20:20:41.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4515 | 2024-12-20T20:20:41.923Z | [ recovery-image] Dec 20 20:20:41.630 INFO O| Dec 20 20:20:41.630 INFO STEP 70 (remove_files) COMPLETE |
4516 | 2024-12-20T20:20:41.923Z | [ recovery-image] Dec 20 20:20:41.630 INFO O| Dec 20 20:20:41.630 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-20T20:20:41.942Z | [ recovery-image] Dec 20 20:20:41.650 INFO O| Dec 20 20:20:41.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4518 | 2024-12-20T20:20:41.942Z | [ recovery-image] Dec 20 20:20:41.650 INFO O| Dec 20 20:20:41.650 INFO STEP 71 (remove_files) COMPLETE |
4519 | 2024-12-20T20:20:41.942Z | [ recovery-image] Dec 20 20:20:41.650 INFO O| Dec 20 20:20:41.650 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-20T20:20:41.962Z | [ recovery-image] Dec 20 20:20:41.670 INFO O| Dec 20 20:20:41.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4521 | 2024-12-20T20:20:41.962Z | [ recovery-image] Dec 20 20:20:41.670 INFO O| Dec 20 20:20:41.670 INFO STEP 72 (remove_files) COMPLETE |
4522 | 2024-12-20T20:20:41.962Z | [ recovery-image] Dec 20 20:20:41.670 INFO O| Dec 20 20:20:41.670 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-20T20:20:41.983Z | [ recovery-image] Dec 20 20:20:41.690 INFO O| Dec 20 20:20:41.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4524 | 2024-12-20T20:20:41.983Z | [ recovery-image] Dec 20 20:20:41.690 INFO O| Dec 20 20:20:41.690 INFO STEP 73 (remove_files) COMPLETE |
4525 | 2024-12-20T20:20:41.983Z | [ recovery-image] Dec 20 20:20:41.690 INFO O| Dec 20 20:20:41.690 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-20T20:20:42.003Z | [ recovery-image] Dec 20 20:20:41.710 INFO O| Dec 20 20:20:41.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4527 | 2024-12-20T20:20:42.006Z | [ recovery-image] Dec 20 20:20:41.712 INFO O| Dec 20 20:20:41.710 INFO STEP 74 (remove_files) COMPLETE |
4528 | 2024-12-20T20:20:42.006Z | [ recovery-image] Dec 20 20:20:41.712 INFO O| Dec 20 20:20:41.710 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-20T20:20:42.031Z | [ recovery-image] Dec 20 20:20:41.739 INFO O| Dec 20 20:20:41.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4530 | 2024-12-20T20:20:42.031Z | [ recovery-image] Dec 20 20:20:41.739 INFO O| Dec 20 20:20:41.739 INFO STEP 75 (remove_files) COMPLETE |
4531 | 2024-12-20T20:20:42.031Z | [ recovery-image] Dec 20 20:20:41.739 INFO O| Dec 20 20:20:41.739 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-20T20:20:42.054Z | [ recovery-image] Dec 20 20:20:41.762 INFO O| Dec 20 20:20:41.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4533 | 2024-12-20T20:20:42.054Z | [ recovery-image] Dec 20 20:20:41.762 INFO O| Dec 20 20:20:41.762 INFO STEP 76 (remove_files) COMPLETE |
4534 | 2024-12-20T20:20:42.056Z | [ recovery-image] Dec 20 20:20:41.762 INFO O| Dec 20 20:20:41.762 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-20T20:20:42.089Z | [ recovery-image] Dec 20 20:20:41.797 INFO O| Dec 20 20:20:41.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4536 | 2024-12-20T20:20:42.090Z | [ recovery-image] Dec 20 20:20:41.797 INFO O| Dec 20 20:20:41.797 INFO STEP 77 (remove_files) COMPLETE |
4537 | 2024-12-20T20:20:42.090Z | [ recovery-image] Dec 20 20:20:41.797 INFO O| Dec 20 20:20:41.797 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-20T20:20:42.125Z | [ recovery-image] Dec 20 20:20:41.832 INFO O| Dec 20 20:20:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4539 | 2024-12-20T20:20:42.128Z | [ recovery-image] Dec 20 20:20:41.832 INFO O| Dec 20 20:20:41.832 INFO STEP 78 (remove_files) COMPLETE |
4540 | 2024-12-20T20:20:42.128Z | [ recovery-image] Dec 20 20:20:41.832 INFO O| Dec 20 20:20:41.832 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-20T20:20:42.284Z | [ recovery-image] Dec 20 20:20:41.992 INFO O| Dec 20 20:20:41.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4542 | 2024-12-20T20:20:42.286Z | [ recovery-image] Dec 20 20:20:41.992 INFO O| Dec 20 20:20:41.992 INFO STEP 79 (remove_files) COMPLETE |
4543 | 2024-12-20T20:20:42.286Z | [ recovery-image] Dec 20 20:20:41.992 INFO O| Dec 20 20:20:41.992 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-20T20:20:42.337Z | [ recovery-image] Dec 20 20:20:42.045 INFO O| Dec 20 20:20:42.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4545 | 2024-12-20T20:20:42.337Z | [ recovery-image] Dec 20 20:20:42.045 INFO O| Dec 20 20:20:42.045 INFO STEP 80 (remove_files) COMPLETE |
4546 | 2024-12-20T20:20:42.337Z | [ recovery-image] Dec 20 20:20:42.045 INFO O| Dec 20 20:20:42.045 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-20T20:20:42.401Z | [ recovery-image] Dec 20 20:20:42.110 INFO O| Dec 20 20:20:42.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4548 | 2024-12-20T20:20:42.401Z | [ recovery-image] Dec 20 20:20:42.110 INFO O| Dec 20 20:20:42.110 INFO STEP 81 (remove_files) COMPLETE |
4549 | 2024-12-20T20:20:42.404Z | [ recovery-image] Dec 20 20:20:42.110 INFO O| Dec 20 20:20:42.110 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-20T20:20:42.424Z | [ recovery-image] Dec 20 20:20:42.132 INFO O| Dec 20 20:20:42.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4551 | 2024-12-20T20:20:42.424Z | [ recovery-image] Dec 20 20:20:42.132 INFO O| Dec 20 20:20:42.132 INFO STEP 82 (remove_files) COMPLETE |
4552 | 2024-12-20T20:20:42.428Z | [ recovery-image] Dec 20 20:20:42.133 INFO O| Dec 20 20:20:42.132 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-20T20:20:42.443Z | [ recovery-image] Dec 20 20:20:42.152 INFO O| Dec 20 20:20:42.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4554 | 2024-12-20T20:20:42.443Z | [ recovery-image] Dec 20 20:20:42.152 INFO O| Dec 20 20:20:42.152 INFO STEP 83 (remove_files) COMPLETE |
4555 | 2024-12-20T20:20:42.446Z | [ recovery-image] Dec 20 20:20:42.152 INFO O| Dec 20 20:20:42.152 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-20T20:20:42.489Z | [ recovery-image] Dec 20 20:20:42.198 INFO O| Dec 20 20:20:42.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4557 | 2024-12-20T20:20:42.493Z | [ recovery-image] Dec 20 20:20:42.198 INFO O| Dec 20 20:20:42.198 INFO STEP 84 (remove_files) COMPLETE |
4558 | 2024-12-20T20:20:42.493Z | [ recovery-image] Dec 20 20:20:42.198 INFO O| Dec 20 20:20:42.198 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-20T20:20:42.510Z | [ recovery-image] Dec 20 20:20:42.218 INFO O| Dec 20 20:20:42.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4560 | 2024-12-20T20:20:42.538Z | [ recovery-image] Dec 20 20:20:42.247 INFO O| Dec 20 20:20:42.247 INFO STEP 85 (remove_files) COMPLETE |
4561 | 2024-12-20T20:20:42.541Z | [ recovery-image] Dec 20 20:20:42.247 INFO O| Dec 20 20:20:42.247 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-20T20:20:42.581Z | [ recovery-image] Dec 20 20:20:42.289 INFO O| Dec 20 20:20:42.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4563 | 2024-12-20T20:20:42.583Z | [ recovery-image] Dec 20 20:20:42.289 INFO O| Dec 20 20:20:42.289 INFO STEP 86 (remove_files) COMPLETE |
4564 | 2024-12-20T20:20:42.584Z | [ recovery-image] Dec 20 20:20:42.290 INFO O| Dec 20 20:20:42.289 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-20T20:20:42.604Z | [ recovery-image] Dec 20 20:20:42.311 INFO O| Dec 20 20:20:42.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4566 | 2024-12-20T20:20:42.628Z | [ recovery-image] Dec 20 20:20:42.337 INFO O| Dec 20 20:20:42.337 INFO STEP 87 (remove_files) COMPLETE |
4567 | 2024-12-20T20:20:42.628Z | [ recovery-image] Dec 20 20:20:42.337 INFO O| Dec 20 20:20:42.337 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-20T20:20:42.685Z | [ recovery-image] Dec 20 20:20:42.394 INFO O| Dec 20 20:20:42.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4569 | 2024-12-20T20:20:42.688Z | [ recovery-image] Dec 20 20:20:42.394 INFO O| Dec 20 20:20:42.394 INFO STEP 88 (remove_files) COMPLETE |
4570 | 2024-12-20T20:20:42.688Z | [ recovery-image] Dec 20 20:20:42.394 INFO O| Dec 20 20:20:42.394 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-20T20:20:42.707Z | [ recovery-image] Dec 20 20:20:42.415 INFO O| Dec 20 20:20:42.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4572 | 2024-12-20T20:20:42.709Z | [ recovery-image] Dec 20 20:20:42.416 INFO O| Dec 20 20:20:42.415 INFO STEP 89 (remove_files) COMPLETE |
4573 | 2024-12-20T20:20:42.709Z | [ recovery-image] Dec 20 20:20:42.416 INFO O| Dec 20 20:20:42.416 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-20T20:20:42.727Z | [ recovery-image] Dec 20 20:20:42.436 INFO O| Dec 20 20:20:42.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4575 | 2024-12-20T20:20:42.744Z | [ recovery-image] Dec 20 20:20:42.452 INFO O| Dec 20 20:20:42.452 INFO STEP 90 (remove_files) COMPLETE |
4576 | 2024-12-20T20:20:42.744Z | [ recovery-image] Dec 20 20:20:42.452 INFO O| Dec 20 20:20:42.452 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-20T20:20:42.801Z | [ recovery-image] Dec 20 20:20:42.509 INFO O| Dec 20 20:20:42.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4578 | 2024-12-20T20:20:42.801Z | [ recovery-image] Dec 20 20:20:42.509 INFO O| Dec 20 20:20:42.509 INFO STEP 91 (remove_files) COMPLETE |
4579 | 2024-12-20T20:20:42.801Z | [ recovery-image] Dec 20 20:20:42.509 INFO O| Dec 20 20:20:42.509 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-20T20:20:42.822Z | [ recovery-image] Dec 20 20:20:42.529 INFO O| Dec 20 20:20:42.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4581 | 2024-12-20T20:20:42.822Z | [ recovery-image] Dec 20 20:20:42.530 INFO O| Dec 20 20:20:42.529 INFO STEP 92 (remove_files) COMPLETE |
4582 | 2024-12-20T20:20:42.822Z | [ recovery-image] Dec 20 20:20:42.530 INFO O| Dec 20 20:20:42.530 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-20T20:20:42.844Z | [ recovery-image] Dec 20 20:20:42.550 INFO O| Dec 20 20:20:42.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4584 | 2024-12-20T20:20:42.844Z | [ recovery-image] Dec 20 20:20:42.550 INFO O| Dec 20 20:20:42.550 INFO STEP 93 (remove_files) COMPLETE |
4585 | 2024-12-20T20:20:42.844Z | [ recovery-image] Dec 20 20:20:42.550 INFO O| Dec 20 20:20:42.550 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-20T20:20:42.861Z | [ recovery-image] Dec 20 20:20:42.570 INFO O| Dec 20 20:20:42.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4587 | 2024-12-20T20:20:42.861Z | [ recovery-image] Dec 20 20:20:42.570 INFO O| Dec 20 20:20:42.570 INFO STEP 94 (remove_files) COMPLETE |
4588 | 2024-12-20T20:20:42.861Z | [ recovery-image] Dec 20 20:20:42.570 INFO O| Dec 20 20:20:42.570 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-20T20:20:42.884Z | [ recovery-image] Dec 20 20:20:42.591 INFO O| Dec 20 20:20:42.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4590 | 2024-12-20T20:20:42.884Z | [ recovery-image] Dec 20 20:20:42.591 INFO O| Dec 20 20:20:42.591 INFO STEP 95 (remove_files) COMPLETE |
4591 | 2024-12-20T20:20:42.884Z | [ recovery-image] Dec 20 20:20:42.591 INFO O| Dec 20 20:20:42.591 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-20T20:20:42.903Z | [ recovery-image] Dec 20 20:20:42.611 INFO O| Dec 20 20:20:42.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4593 | 2024-12-20T20:20:42.903Z | [ recovery-image] Dec 20 20:20:42.611 INFO O| Dec 20 20:20:42.611 INFO STEP 96 (remove_files) COMPLETE |
4594 | 2024-12-20T20:20:42.906Z | [ recovery-image] Dec 20 20:20:42.611 INFO O| Dec 20 20:20:42.611 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-20T20:20:42.923Z | [ recovery-image] Dec 20 20:20:42.631 INFO O| Dec 20 20:20:42.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4596 | 2024-12-20T20:20:42.923Z | [ recovery-image] Dec 20 20:20:42.631 INFO O| Dec 20 20:20:42.631 INFO STEP 97 (remove_files) COMPLETE |
4597 | 2024-12-20T20:20:42.923Z | [ recovery-image] Dec 20 20:20:42.631 INFO O| Dec 20 20:20:42.631 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-20T20:20:42.942Z | [ recovery-image] Dec 20 20:20:42.650 INFO O| Dec 20 20:20:42.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4599 | 2024-12-20T20:20:42.942Z | [ recovery-image] Dec 20 20:20:42.651 INFO O| Dec 20 20:20:42.651 INFO STEP 98 (remove_files) COMPLETE |
4600 | 2024-12-20T20:20:42.942Z | [ recovery-image] Dec 20 20:20:42.651 INFO O| Dec 20 20:20:42.651 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-20T20:20:42.974Z | [ recovery-image] Dec 20 20:20:42.682 INFO O| Dec 20 20:20:42.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4602 | 2024-12-20T20:20:42.974Z | [ recovery-image] Dec 20 20:20:42.682 INFO O| Dec 20 20:20:42.682 INFO STEP 99 (remove_files) COMPLETE |
4603 | 2024-12-20T20:20:42.974Z | [ recovery-image] Dec 20 20:20:42.682 INFO O| Dec 20 20:20:42.682 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-20T20:20:43.017Z | [ recovery-image] Dec 20 20:20:42.726 INFO O| Dec 20 20:20:42.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4605 | 2024-12-20T20:20:43.019Z | [ recovery-image] Dec 20 20:20:42.726 INFO O| Dec 20 20:20:42.726 INFO STEP 100 (remove_files) COMPLETE |
4606 | 2024-12-20T20:20:43.021Z | [ recovery-image] Dec 20 20:20:42.726 INFO O| Dec 20 20:20:42.726 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-20T20:20:43.042Z | [ recovery-image] Dec 20 20:20:42.745 INFO O| Dec 20 20:20:42.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4608 | 2024-12-20T20:20:43.042Z | [ recovery-image] Dec 20 20:20:42.746 INFO O| Dec 20 20:20:42.746 INFO STEP 101 (remove_files) COMPLETE |
4609 | 2024-12-20T20:20:43.042Z | [ recovery-image] Dec 20 20:20:42.746 INFO O| Dec 20 20:20:42.746 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-20T20:20:43.058Z | [ recovery-image] Dec 20 20:20:42.766 INFO O| Dec 20 20:20:42.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4611 | 2024-12-20T20:20:43.060Z | [ recovery-image] Dec 20 20:20:42.766 INFO O| Dec 20 20:20:42.766 INFO STEP 102 (remove_files) COMPLETE |
4612 | 2024-12-20T20:20:43.060Z | [ recovery-image] Dec 20 20:20:42.767 INFO O| Dec 20 20:20:42.766 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-20T20:20:43.076Z | [ recovery-image] Dec 20 20:20:42.784 INFO O| Dec 20 20:20:42.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4614 | 2024-12-20T20:20:43.078Z | [ recovery-image] Dec 20 20:20:42.784 INFO O| Dec 20 20:20:42.784 INFO STEP 103 (remove_files) COMPLETE |
4615 | 2024-12-20T20:20:43.079Z | [ recovery-image] Dec 20 20:20:42.785 INFO O| Dec 20 20:20:42.785 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-20T20:20:43.093Z | [ recovery-image] Dec 20 20:20:42.802 INFO O| Dec 20 20:20:42.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4617 | 2024-12-20T20:20:43.096Z | [ recovery-image] Dec 20 20:20:42.802 INFO O| Dec 20 20:20:42.802 INFO STEP 104 (remove_files) COMPLETE |
4618 | 2024-12-20T20:20:43.096Z | [ recovery-image] Dec 20 20:20:42.802 INFO O| Dec 20 20:20:42.802 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-20T20:20:43.112Z | [ recovery-image] Dec 20 20:20:42.820 INFO O| Dec 20 20:20:42.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4620 | 2024-12-20T20:20:43.115Z | [ recovery-image] Dec 20 20:20:42.820 INFO O| Dec 20 20:20:42.820 INFO STEP 105 (remove_files) COMPLETE |
4621 | 2024-12-20T20:20:43.115Z | [ recovery-image] Dec 20 20:20:42.820 INFO O| Dec 20 20:20:42.820 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-20T20:20:43.130Z | [ recovery-image] Dec 20 20:20:42.839 INFO O| Dec 20 20:20:42.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4623 | 2024-12-20T20:20:43.147Z | [ recovery-image] Dec 20 20:20:42.856 INFO O| Dec 20 20:20:42.856 INFO STEP 106 (remove_files) COMPLETE |
4624 | 2024-12-20T20:20:43.147Z | [ recovery-image] Dec 20 20:20:42.856 INFO O| Dec 20 20:20:42.856 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-20T20:20:43.170Z | [ recovery-image] Dec 20 20:20:42.878 INFO O| Dec 20 20:20:42.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4626 | 2024-12-20T20:20:43.172Z | [ recovery-image] Dec 20 20:20:42.878 INFO O| Dec 20 20:20:42.878 INFO STEP 107 (remove_files) COMPLETE |
4627 | 2024-12-20T20:20:43.172Z | [ recovery-image] Dec 20 20:20:42.878 INFO O| Dec 20 20:20:42.878 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-20T20:20:43.191Z | [ recovery-image] Dec 20 20:20:42.899 INFO O| Dec 20 20:20:42.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4629 | 2024-12-20T20:20:43.196Z | [ recovery-image] Dec 20 20:20:42.900 INFO O| Dec 20 20:20:42.900 INFO STEP 108 (remove_files) COMPLETE |
4630 | 2024-12-20T20:20:43.196Z | [ recovery-image] Dec 20 20:20:42.900 INFO O| Dec 20 20:20:42.900 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-20T20:20:43.212Z | [ recovery-image] Dec 20 20:20:42.921 INFO O| Dec 20 20:20:42.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4632 | 2024-12-20T20:20:43.212Z | [ recovery-image] Dec 20 20:20:42.921 INFO O| Dec 20 20:20:42.921 INFO STEP 109 (remove_files) COMPLETE |
4633 | 2024-12-20T20:20:43.216Z | [ recovery-image] Dec 20 20:20:42.921 INFO O| Dec 20 20:20:42.921 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-20T20:20:43.234Z | [ recovery-image] Dec 20 20:20:42.943 INFO O| Dec 20 20:20:42.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4635 | 2024-12-20T20:20:43.237Z | [ recovery-image] Dec 20 20:20:42.943 INFO O| Dec 20 20:20:42.943 INFO STEP 110 (remove_files) COMPLETE |
4636 | 2024-12-20T20:20:43.237Z | [ recovery-image] Dec 20 20:20:42.943 INFO O| Dec 20 20:20:42.943 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-20T20:20:43.270Z | [ recovery-image] Dec 20 20:20:42.979 INFO O| Dec 20 20:20:42.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4638 | 2024-12-20T20:20:43.270Z | [ recovery-image] Dec 20 20:20:42.979 INFO O| Dec 20 20:20:42.979 INFO STEP 111 (remove_files) COMPLETE |
4639 | 2024-12-20T20:20:43.273Z | [ recovery-image] Dec 20 20:20:42.979 INFO O| Dec 20 20:20:42.979 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-20T20:20:43.293Z | [ recovery-image] Dec 20 20:20:43.001 INFO O| Dec 20 20:20:43.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4641 | 2024-12-20T20:20:43.296Z | [ recovery-image] Dec 20 20:20:43.001 INFO O| Dec 20 20:20:43.001 INFO STEP 112 (remove_files) COMPLETE |
4642 | 2024-12-20T20:20:43.296Z | [ recovery-image] Dec 20 20:20:43.002 INFO O| Dec 20 20:20:43.002 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-20T20:20:43.317Z | [ recovery-image] Dec 20 20:20:43.025 INFO O| Dec 20 20:20:43.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4644 | 2024-12-20T20:20:43.321Z | [ recovery-image] Dec 20 20:20:43.029 INFO O| Dec 20 20:20:43.029 INFO STEP 113 (remove_files) COMPLETE |
4645 | 2024-12-20T20:20:43.321Z | [ recovery-image] Dec 20 20:20:43.029 INFO O| Dec 20 20:20:43.029 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-20T20:20:43.342Z | [ recovery-image] Dec 20 20:20:43.050 INFO O| Dec 20 20:20:43.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4647 | 2024-12-20T20:20:43.345Z | [ recovery-image] Dec 20 20:20:43.051 INFO O| Dec 20 20:20:43.050 INFO STEP 114 (remove_files) COMPLETE |
4648 | 2024-12-20T20:20:43.345Z | [ recovery-image] Dec 20 20:20:43.051 INFO O| Dec 20 20:20:43.051 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-20T20:20:43.363Z | [ recovery-image] Dec 20 20:20:43.071 INFO O| Dec 20 20:20:43.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4650 | 2024-12-20T20:20:43.366Z | [ recovery-image] Dec 20 20:20:43.072 INFO O| Dec 20 20:20:43.072 INFO STEP 115 (remove_files) COMPLETE |
4651 | 2024-12-20T20:20:43.366Z | [ recovery-image] Dec 20 20:20:43.072 INFO O| Dec 20 20:20:43.072 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-20T20:20:43.385Z | [ recovery-image] Dec 20 20:20:43.093 INFO O| Dec 20 20:20:43.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4653 | 2024-12-20T20:20:43.388Z | [ recovery-image] Dec 20 20:20:43.093 INFO O| Dec 20 20:20:43.093 INFO STEP 116 (remove_files) COMPLETE |
4654 | 2024-12-20T20:20:43.388Z | [ recovery-image] Dec 20 20:20:43.094 INFO O| Dec 20 20:20:43.093 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-20T20:20:43.406Z | [ recovery-image] Dec 20 20:20:43.114 INFO O| Dec 20 20:20:43.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4656 | 2024-12-20T20:20:43.409Z | [ recovery-image] Dec 20 20:20:43.115 INFO O| Dec 20 20:20:43.115 INFO STEP 117 (remove_files) COMPLETE |
4657 | 2024-12-20T20:20:43.409Z | [ recovery-image] Dec 20 20:20:43.115 INFO O| Dec 20 20:20:43.115 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-20T20:20:43.429Z | [ recovery-image] Dec 20 20:20:43.137 INFO O| Dec 20 20:20:43.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4659 | 2024-12-20T20:20:43.432Z | [ recovery-image] Dec 20 20:20:43.137 INFO O| Dec 20 20:20:43.137 INFO STEP 118 (remove_files) COMPLETE |
4660 | 2024-12-20T20:20:43.432Z | [ recovery-image] Dec 20 20:20:43.137 INFO O| Dec 20 20:20:43.137 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-20T20:20:43.451Z | [ recovery-image] Dec 20 20:20:43.160 INFO O| Dec 20 20:20:43.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4662 | 2024-12-20T20:20:43.456Z | [ recovery-image] Dec 20 20:20:43.165 INFO O| Dec 20 20:20:43.165 INFO STEP 119 (remove_files) COMPLETE |
4663 | 2024-12-20T20:20:43.461Z | [ recovery-image] Dec 20 20:20:43.165 INFO O| Dec 20 20:20:43.165 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-20T20:20:43.481Z | [ recovery-image] Dec 20 20:20:43.189 INFO O| Dec 20 20:20:43.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4665 | 2024-12-20T20:20:43.481Z | [ recovery-image] Dec 20 20:20:43.189 INFO O| Dec 20 20:20:43.189 INFO STEP 120 (remove_files) COMPLETE |
4666 | 2024-12-20T20:20:43.481Z | [ recovery-image] Dec 20 20:20:43.189 INFO O| Dec 20 20:20:43.189 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-20T20:20:43.502Z | [ recovery-image] Dec 20 20:20:43.209 INFO O| Dec 20 20:20:43.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4668 | 2024-12-20T20:20:43.502Z | [ recovery-image] Dec 20 20:20:43.209 INFO O| Dec 20 20:20:43.209 INFO STEP 121 (remove_files) COMPLETE |
4669 | 2024-12-20T20:20:43.502Z | [ recovery-image] Dec 20 20:20:43.209 INFO O| Dec 20 20:20:43.209 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-20T20:20:43.535Z | [ recovery-image] Dec 20 20:20:43.243 INFO O| Dec 20 20:20:43.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4671 | 2024-12-20T20:20:43.535Z | [ recovery-image] Dec 20 20:20:43.243 INFO O| Dec 20 20:20:43.243 INFO STEP 122 (remove_files) COMPLETE |
4672 | 2024-12-20T20:20:43.538Z | [ recovery-image] Dec 20 20:20:43.243 INFO O| Dec 20 20:20:43.243 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-20T20:20:43.555Z | [ recovery-image] Dec 20 20:20:43.263 INFO O| Dec 20 20:20:43.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4674 | 2024-12-20T20:20:43.555Z | [ recovery-image] Dec 20 20:20:43.263 INFO O| Dec 20 20:20:43.263 INFO STEP 123 (remove_files) COMPLETE |
4675 | 2024-12-20T20:20:43.557Z | [ recovery-image] Dec 20 20:20:43.263 INFO O| Dec 20 20:20:43.263 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-20T20:20:43.575Z | [ recovery-image] Dec 20 20:20:43.283 INFO O| Dec 20 20:20:43.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4677 | 2024-12-20T20:20:43.575Z | [ recovery-image] Dec 20 20:20:43.283 INFO O| Dec 20 20:20:43.283 INFO STEP 124 (remove_files) COMPLETE |
4678 | 2024-12-20T20:20:43.575Z | [ recovery-image] Dec 20 20:20:43.283 INFO O| Dec 20 20:20:43.283 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-20T20:20:43.594Z | [ recovery-image] Dec 20 20:20:43.303 INFO O| Dec 20 20:20:43.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4680 | 2024-12-20T20:20:43.594Z | [ recovery-image] Dec 20 20:20:43.303 INFO O| Dec 20 20:20:43.303 INFO STEP 125 (remove_files) COMPLETE |
4681 | 2024-12-20T20:20:43.599Z | [ recovery-image] Dec 20 20:20:43.303 INFO O| Dec 20 20:20:43.303 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-20T20:20:43.613Z | [ recovery-image] Dec 20 20:20:43.322 INFO O| Dec 20 20:20:43.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4683 | 2024-12-20T20:20:43.613Z | [ recovery-image] Dec 20 20:20:43.322 INFO O| Dec 20 20:20:43.322 INFO STEP 126 (remove_files) COMPLETE |
4684 | 2024-12-20T20:20:43.613Z | [ recovery-image] Dec 20 20:20:43.322 INFO O| Dec 20 20:20:43.322 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-20T20:20:43.637Z | [ recovery-image] Dec 20 20:20:43.345 INFO O| Dec 20 20:20:43.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4686 | 2024-12-20T20:20:43.637Z | [ recovery-image] Dec 20 20:20:43.345 INFO O| Dec 20 20:20:43.345 INFO STEP 127 (remove_files) COMPLETE |
4687 | 2024-12-20T20:20:43.638Z | [ recovery-image] Dec 20 20:20:43.345 INFO O| Dec 20 20:20:43.345 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-20T20:20:43.695Z | [ recovery-image] Dec 20 20:20:43.403 INFO O| Dec 20 20:20:43.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4689 | 2024-12-20T20:20:43.695Z | [ recovery-image] Dec 20 20:20:43.403 INFO O| Dec 20 20:20:43.403 INFO STEP 128 (remove_files) COMPLETE |
4690 | 2024-12-20T20:20:43.695Z | [ recovery-image] Dec 20 20:20:43.403 INFO O| Dec 20 20:20:43.403 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-20T20:20:43.751Z | [ recovery-image] Dec 20 20:20:43.458 INFO O| Dec 20 20:20:43.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4692 | 2024-12-20T20:20:43.751Z | [ recovery-image] Dec 20 20:20:43.458 INFO O| Dec 20 20:20:43.458 INFO STEP 129 (remove_files) COMPLETE |
4693 | 2024-12-20T20:20:43.751Z | [ recovery-image] Dec 20 20:20:43.458 INFO O| Dec 20 20:20:43.458 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-20T20:20:43.772Z | [ recovery-image] Dec 20 20:20:43.479 INFO O| Dec 20 20:20:43.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4695 | 2024-12-20T20:20:43.772Z | [ recovery-image] Dec 20 20:20:43.479 INFO O| Dec 20 20:20:43.479 INFO STEP 130 (remove_files) COMPLETE |
4696 | 2024-12-20T20:20:43.772Z | [ recovery-image] Dec 20 20:20:43.479 INFO O| Dec 20 20:20:43.479 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-20T20:20:43.791Z | [ recovery-image] Dec 20 20:20:43.499 INFO O| Dec 20 20:20:43.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4698 | 2024-12-20T20:20:43.791Z | [ recovery-image] Dec 20 20:20:43.499 INFO O| Dec 20 20:20:43.499 INFO STEP 131 (remove_files) COMPLETE |
4699 | 2024-12-20T20:20:43.791Z | [ recovery-image] Dec 20 20:20:43.499 INFO O| Dec 20 20:20:43.499 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-20T20:20:43.810Z | [ recovery-image] Dec 20 20:20:43.518 INFO O| Dec 20 20:20:43.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4701 | 2024-12-20T20:20:43.810Z | [ recovery-image] Dec 20 20:20:43.518 INFO O| Dec 20 20:20:43.518 INFO STEP 132 (remove_files) COMPLETE |
4702 | 2024-12-20T20:20:43.811Z | [ recovery-image] Dec 20 20:20:43.518 INFO O| Dec 20 20:20:43.518 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-20T20:20:43.830Z | [ recovery-image] Dec 20 20:20:43.537 INFO O| Dec 20 20:20:43.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4704 | 2024-12-20T20:20:43.830Z | [ recovery-image] Dec 20 20:20:43.537 INFO O| Dec 20 20:20:43.537 INFO STEP 133 (remove_files) COMPLETE |
4705 | 2024-12-20T20:20:43.830Z | [ recovery-image] Dec 20 20:20:43.537 INFO O| Dec 20 20:20:43.537 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-12-20T20:20:43.850Z | [ recovery-image] Dec 20 20:20:43.558 INFO O| Dec 20 20:20:43.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4707 | 2024-12-20T20:20:43.850Z | [ recovery-image] Dec 20 20:20:43.558 INFO O| Dec 20 20:20:43.558 INFO STEP 134 (remove_files) COMPLETE |
4708 | 2024-12-20T20:20:43.853Z | [ recovery-image] Dec 20 20:20:43.558 INFO O| Dec 20 20:20:43.558 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-12-20T20:20:43.869Z | [ recovery-image] Dec 20 20:20:43.577 INFO O| Dec 20 20:20:43.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4710 | 2024-12-20T20:20:43.869Z | [ recovery-image] Dec 20 20:20:43.577 INFO O| Dec 20 20:20:43.577 INFO STEP 135 (remove_files) COMPLETE |
4711 | 2024-12-20T20:20:43.869Z | [ recovery-image] Dec 20 20:20:43.577 INFO O| Dec 20 20:20:43.577 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-12-20T20:20:43.888Z | [ recovery-image] Dec 20 20:20:43.597 INFO O| Dec 20 20:20:43.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4713 | 2024-12-20T20:20:43.888Z | [ recovery-image] Dec 20 20:20:43.597 INFO O| Dec 20 20:20:43.597 INFO STEP 136 (remove_files) COMPLETE |
4714 | 2024-12-20T20:20:43.891Z | [ recovery-image] Dec 20 20:20:43.597 INFO O| Dec 20 20:20:43.597 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-12-20T20:20:43.917Z | [ recovery-image] Dec 20 20:20:43.624 INFO O| Dec 20 20:20:43.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4716 | 2024-12-20T20:20:43.917Z | [ recovery-image] Dec 20 20:20:43.624 INFO O| Dec 20 20:20:43.624 INFO STEP 137 (remove_files) COMPLETE |
4717 | 2024-12-20T20:20:43.921Z | [ recovery-image] Dec 20 20:20:43.624 INFO O| Dec 20 20:20:43.624 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-12-20T20:20:43.957Z | [ recovery-image] Dec 20 20:20:43.665 INFO O| Dec 20 20:20:43.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4719 | 2024-12-20T20:20:43.957Z | [ recovery-image] Dec 20 20:20:43.665 INFO O| Dec 20 20:20:43.665 INFO STEP 138 (remove_files) COMPLETE |
4720 | 2024-12-20T20:20:43.963Z | [ recovery-image] Dec 20 20:20:43.665 INFO O| Dec 20 20:20:43.665 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-12-20T20:20:43.979Z | [ recovery-image] Dec 20 20:20:43.688 INFO O| Dec 20 20:20:43.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4722 | 2024-12-20T20:20:43.979Z | [ recovery-image] Dec 20 20:20:43.688 INFO O| Dec 20 20:20:43.688 INFO STEP 139 (remove_files) COMPLETE |
4723 | 2024-12-20T20:20:43.979Z | [ recovery-image] Dec 20 20:20:43.688 INFO O| Dec 20 20:20:43.688 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-20T20:20:44.001Z | [ recovery-image] Dec 20 20:20:43.708 INFO O| Dec 20 20:20:43.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4725 | 2024-12-20T20:20:44.001Z | [ recovery-image] Dec 20 20:20:43.708 INFO O| Dec 20 20:20:43.708 INFO STEP 140 (remove_files) COMPLETE |
4726 | 2024-12-20T20:20:44.004Z | [ recovery-image] Dec 20 20:20:43.708 INFO O| Dec 20 20:20:43.708 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-12-20T20:20:44.026Z | [ recovery-image] Dec 20 20:20:43.734 INFO O| Dec 20 20:20:43.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4728 | 2024-12-20T20:20:44.026Z | [ recovery-image] Dec 20 20:20:43.734 INFO O| Dec 20 20:20:43.734 INFO STEP 141 (remove_files) COMPLETE |
4729 | 2024-12-20T20:20:44.026Z | [ recovery-image] Dec 20 20:20:43.734 INFO O| Dec 20 20:20:43.734 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-12-20T20:20:44.051Z | [ recovery-image] Dec 20 20:20:43.756 INFO O| Dec 20 20:20:43.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4731 | 2024-12-20T20:20:44.054Z | [ recovery-image] Dec 20 20:20:43.756 INFO O| Dec 20 20:20:43.756 INFO STEP 142 (remove_files) COMPLETE |
4732 | 2024-12-20T20:20:44.054Z | [ recovery-image] Dec 20 20:20:43.757 INFO O| Dec 20 20:20:43.756 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-20T20:20:44.068Z | [ recovery-image] Dec 20 20:20:43.776 INFO O| Dec 20 20:20:43.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4734 | 2024-12-20T20:20:44.072Z | [ recovery-image] Dec 20 20:20:43.777 INFO O| Dec 20 20:20:43.777 INFO STEP 143 (remove_files) COMPLETE |
4735 | 2024-12-20T20:20:44.072Z | [ recovery-image] Dec 20 20:20:43.777 INFO O| Dec 20 20:20:43.777 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-20T20:20:44.087Z | [ recovery-image] Dec 20 20:20:43.796 INFO O| Dec 20 20:20:43.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4737 | 2024-12-20T20:20:44.090Z | [ recovery-image] Dec 20 20:20:43.796 INFO O| Dec 20 20:20:43.796 INFO STEP 144 (remove_files) COMPLETE |
4738 | 2024-12-20T20:20:44.090Z | [ recovery-image] Dec 20 20:20:43.796 INFO O| Dec 20 20:20:43.796 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-20T20:20:44.107Z | [ recovery-image] Dec 20 20:20:43.815 INFO O| Dec 20 20:20:43.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4740 | 2024-12-20T20:20:44.109Z | [ recovery-image] Dec 20 20:20:43.816 INFO O| Dec 20 20:20:43.816 INFO STEP 145 (remove_files) COMPLETE |
4741 | 2024-12-20T20:20:44.110Z | [ recovery-image] Dec 20 20:20:43.816 INFO O| Dec 20 20:20:43.816 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-20T20:20:44.126Z | [ recovery-image] Dec 20 20:20:43.835 INFO O| Dec 20 20:20:43.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4743 | 2024-12-20T20:20:44.131Z | [ recovery-image] Dec 20 20:20:43.835 INFO O| Dec 20 20:20:43.835 INFO STEP 146 (remove_files) COMPLETE |
4744 | 2024-12-20T20:20:44.131Z | [ recovery-image] Dec 20 20:20:43.835 INFO O| Dec 20 20:20:43.835 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-20T20:20:44.148Z | [ recovery-image] Dec 20 20:20:43.856 INFO O| Dec 20 20:20:43.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4746 | 2024-12-20T20:20:44.150Z | [ recovery-image] Dec 20 20:20:43.856 INFO O| Dec 20 20:20:43.856 INFO STEP 147 (remove_files) COMPLETE |
4747 | 2024-12-20T20:20:44.150Z | [ recovery-image] Dec 20 20:20:43.856 INFO O| Dec 20 20:20:43.856 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-20T20:20:44.169Z | [ recovery-image] Dec 20 20:20:43.878 INFO O| Dec 20 20:20:43.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4749 | 2024-12-20T20:20:44.172Z | [ recovery-image] Dec 20 20:20:43.878 INFO O| Dec 20 20:20:43.878 INFO STEP 148 (remove_files) COMPLETE |
4750 | 2024-12-20T20:20:44.172Z | [ recovery-image] Dec 20 20:20:43.878 INFO O| Dec 20 20:20:43.878 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-20T20:20:44.207Z | [ recovery-image] Dec 20 20:20:43.916 INFO O| Dec 20 20:20:43.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4752 | 2024-12-20T20:20:44.207Z | [ recovery-image] Dec 20 20:20:43.916 INFO O| Dec 20 20:20:43.916 INFO STEP 149 (remove_files) COMPLETE |
4753 | 2024-12-20T20:20:44.210Z | [ recovery-image] Dec 20 20:20:43.916 INFO O| Dec 20 20:20:43.916 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-20T20:20:44.227Z | [ recovery-image] Dec 20 20:20:43.936 INFO O| Dec 20 20:20:43.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4755 | 2024-12-20T20:20:44.227Z | [ recovery-image] Dec 20 20:20:43.936 INFO O| Dec 20 20:20:43.936 INFO STEP 150 (remove_files) COMPLETE |
4756 | 2024-12-20T20:20:44.227Z | [ recovery-image] Dec 20 20:20:43.936 INFO O| Dec 20 20:20:43.936 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-20T20:20:44.246Z | [ recovery-image] Dec 20 20:20:43.954 INFO O| Dec 20 20:20:43.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4758 | 2024-12-20T20:20:44.246Z | [ recovery-image] Dec 20 20:20:43.954 INFO O| Dec 20 20:20:43.954 INFO STEP 151 (remove_files) COMPLETE |
4759 | 2024-12-20T20:20:44.248Z | [ recovery-image] Dec 20 20:20:43.954 INFO O| Dec 20 20:20:43.954 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-20T20:20:44.264Z | [ recovery-image] Dec 20 20:20:43.972 INFO O| Dec 20 20:20:43.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4761 | 2024-12-20T20:20:44.264Z | [ recovery-image] Dec 20 20:20:43.972 INFO O| Dec 20 20:20:43.972 INFO STEP 152 (remove_files) COMPLETE |
4762 | 2024-12-20T20:20:44.264Z | [ recovery-image] Dec 20 20:20:43.972 INFO O| Dec 20 20:20:43.972 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-20T20:20:44.282Z | [ recovery-image] Dec 20 20:20:43.991 INFO O| Dec 20 20:20:43.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4764 | 2024-12-20T20:20:44.308Z | [ recovery-image] Dec 20 20:20:44.017 INFO O| Dec 20 20:20:44.017 INFO STEP 153 (remove_files) COMPLETE |
4765 | 2024-12-20T20:20:44.308Z | [ recovery-image] Dec 20 20:20:44.017 INFO O| Dec 20 20:20:44.017 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-20T20:20:44.393Z | [ recovery-image] Dec 20 20:20:44.101 INFO O| Dec 20 20:20:44.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4767 | 2024-12-20T20:20:44.393Z | [ recovery-image] Dec 20 20:20:44.101 INFO O| Dec 20 20:20:44.101 INFO STEP 154 (remove_files) COMPLETE |
4768 | 2024-12-20T20:20:44.395Z | [ recovery-image] Dec 20 20:20:44.101 INFO O| Dec 20 20:20:44.101 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-20T20:20:44.415Z | [ recovery-image] Dec 20 20:20:44.123 INFO O| Dec 20 20:20:44.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4770 | 2024-12-20T20:20:44.415Z | [ recovery-image] Dec 20 20:20:44.123 INFO O| Dec 20 20:20:44.123 INFO STEP 155 (remove_files) COMPLETE |
4771 | 2024-12-20T20:20:44.417Z | [ recovery-image] Dec 20 20:20:44.123 INFO O| Dec 20 20:20:44.123 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-20T20:20:44.436Z | [ recovery-image] Dec 20 20:20:44.144 INFO O| Dec 20 20:20:44.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4773 | 2024-12-20T20:20:44.436Z | [ recovery-image] Dec 20 20:20:44.144 INFO O| Dec 20 20:20:44.144 INFO STEP 156 (remove_files) COMPLETE |
4774 | 2024-12-20T20:20:44.436Z | [ recovery-image] Dec 20 20:20:44.144 INFO O| Dec 20 20:20:44.144 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-12-20T20:20:44.457Z | [ recovery-image] Dec 20 20:20:44.164 INFO O| Dec 20 20:20:44.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4776 | 2024-12-20T20:20:44.478Z | [ recovery-image] Dec 20 20:20:44.187 INFO O| Dec 20 20:20:44.187 INFO STEP 157 (remove_files) COMPLETE |
4777 | 2024-12-20T20:20:44.478Z | [ recovery-image] Dec 20 20:20:44.187 INFO O| Dec 20 20:20:44.187 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-12-20T20:20:44.536Z | [ recovery-image] Dec 20 20:20:44.244 INFO O| Dec 20 20:20:44.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4779 | 2024-12-20T20:20:44.536Z | [ recovery-image] Dec 20 20:20:44.244 INFO O| Dec 20 20:20:44.244 INFO STEP 158 (remove_files) COMPLETE |
4780 | 2024-12-20T20:20:44.539Z | [ recovery-image] Dec 20 20:20:44.244 INFO O| Dec 20 20:20:44.244 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-20T20:20:44.556Z | [ recovery-image] Dec 20 20:20:44.264 INFO O| Dec 20 20:20:44.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4782 | 2024-12-20T20:20:44.556Z | [ recovery-image] Dec 20 20:20:44.264 INFO O| Dec 20 20:20:44.264 INFO STEP 159 (remove_files) COMPLETE |
4783 | 2024-12-20T20:20:44.559Z | [ recovery-image] Dec 20 20:20:44.264 INFO O| Dec 20 20:20:44.264 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-12-20T20:20:44.576Z | [ recovery-image] Dec 20 20:20:44.283 INFO O| Dec 20 20:20:44.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4785 | 2024-12-20T20:20:44.576Z | [ recovery-image] Dec 20 20:20:44.283 INFO O| Dec 20 20:20:44.283 INFO STEP 160 (remove_files) COMPLETE |
4786 | 2024-12-20T20:20:44.576Z | [ recovery-image] Dec 20 20:20:44.283 INFO O| Dec 20 20:20:44.283 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-12-20T20:20:44.594Z | [ recovery-image] Dec 20 20:20:44.302 INFO O| Dec 20 20:20:44.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4788 | 2024-12-20T20:20:44.594Z | [ recovery-image] Dec 20 20:20:44.302 INFO O| Dec 20 20:20:44.302 INFO STEP 161 (remove_files) COMPLETE |
4789 | 2024-12-20T20:20:44.594Z | [ recovery-image] Dec 20 20:20:44.302 INFO O| Dec 20 20:20:44.302 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-12-20T20:20:44.614Z | [ recovery-image] Dec 20 20:20:44.322 INFO O| Dec 20 20:20:44.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4791 | 2024-12-20T20:20:44.614Z | [ recovery-image] Dec 20 20:20:44.322 INFO O| Dec 20 20:20:44.322 INFO STEP 162 (remove_files) COMPLETE |
4792 | 2024-12-20T20:20:44.615Z | [ recovery-image] Dec 20 20:20:44.322 INFO O| Dec 20 20:20:44.322 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-12-20T20:20:44.635Z | [ recovery-image] Dec 20 20:20:44.342 INFO O| Dec 20 20:20:44.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4794 | 2024-12-20T20:20:44.635Z | [ recovery-image] Dec 20 20:20:44.342 INFO O| Dec 20 20:20:44.342 INFO STEP 163 (remove_files) COMPLETE |
4795 | 2024-12-20T20:20:44.635Z | [ recovery-image] Dec 20 20:20:44.342 INFO O| Dec 20 20:20:44.342 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-12-20T20:20:44.653Z | [ recovery-image] Dec 20 20:20:44.361 INFO O| Dec 20 20:20:44.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4797 | 2024-12-20T20:20:44.653Z | [ recovery-image] Dec 20 20:20:44.361 INFO O| Dec 20 20:20:44.361 INFO STEP 164 (remove_files) COMPLETE |
4798 | 2024-12-20T20:20:44.653Z | [ recovery-image] Dec 20 20:20:44.361 INFO O| Dec 20 20:20:44.361 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-12-20T20:20:44.674Z | [ recovery-image] Dec 20 20:20:44.380 INFO O| Dec 20 20:20:44.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4800 | 2024-12-20T20:20:44.674Z | [ recovery-image] Dec 20 20:20:44.380 INFO O| Dec 20 20:20:44.380 INFO STEP 165 (remove_files) COMPLETE |
4801 | 2024-12-20T20:20:44.674Z | [ recovery-image] Dec 20 20:20:44.380 INFO O| Dec 20 20:20:44.380 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-12-20T20:20:44.690Z | [ recovery-image] Dec 20 20:20:44.399 INFO O| Dec 20 20:20:44.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4803 | 2024-12-20T20:20:44.690Z | [ recovery-image] Dec 20 20:20:44.399 INFO O| Dec 20 20:20:44.399 INFO STEP 166 (remove_files) COMPLETE |
4804 | 2024-12-20T20:20:44.693Z | [ recovery-image] Dec 20 20:20:44.399 INFO O| Dec 20 20:20:44.399 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-12-20T20:20:44.721Z | [ recovery-image] Dec 20 20:20:44.429 INFO O| Dec 20 20:20:44.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4806 | 2024-12-20T20:20:44.723Z | [ recovery-image] Dec 20 20:20:44.429 INFO O| Dec 20 20:20:44.429 INFO STEP 167 (remove_files) COMPLETE |
4807 | 2024-12-20T20:20:44.723Z | [ recovery-image] Dec 20 20:20:44.429 INFO O| Dec 20 20:20:44.429 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-12-20T20:20:44.742Z | [ recovery-image] Dec 20 20:20:44.450 INFO O| Dec 20 20:20:44.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4809 | 2024-12-20T20:20:44.742Z | [ recovery-image] Dec 20 20:20:44.450 INFO O| Dec 20 20:20:44.450 INFO STEP 168 (remove_files) COMPLETE |
4810 | 2024-12-20T20:20:44.742Z | [ recovery-image] Dec 20 20:20:44.450 INFO O| Dec 20 20:20:44.450 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-20T20:20:44.761Z | [ recovery-image] Dec 20 20:20:44.470 INFO O| Dec 20 20:20:44.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4812 | 2024-12-20T20:20:44.761Z | [ recovery-image] Dec 20 20:20:44.470 INFO O| Dec 20 20:20:44.470 INFO STEP 169 (remove_files) COMPLETE |
4813 | 2024-12-20T20:20:44.764Z | [ recovery-image] Dec 20 20:20:44.470 INFO O| Dec 20 20:20:44.470 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-20T20:20:44.781Z | [ recovery-image] Dec 20 20:20:44.489 INFO O| Dec 20 20:20:44.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4815 | 2024-12-20T20:20:44.781Z | [ recovery-image] Dec 20 20:20:44.489 INFO O| Dec 20 20:20:44.489 INFO STEP 170 (remove_files) COMPLETE |
4816 | 2024-12-20T20:20:44.781Z | [ recovery-image] Dec 20 20:20:44.489 INFO O| Dec 20 20:20:44.489 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-20T20:20:44.800Z | [ recovery-image] Dec 20 20:20:44.509 INFO O| Dec 20 20:20:44.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4818 | 2024-12-20T20:20:44.800Z | [ recovery-image] Dec 20 20:20:44.509 INFO O| Dec 20 20:20:44.509 INFO STEP 171 (remove_files) COMPLETE |
4819 | 2024-12-20T20:20:44.800Z | [ recovery-image] Dec 20 20:20:44.509 INFO O| Dec 20 20:20:44.509 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-12-20T20:20:44.820Z | [ recovery-image] Dec 20 20:20:44.529 INFO O| Dec 20 20:20:44.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4821 | 2024-12-20T20:20:44.829Z | [ recovery-image] Dec 20 20:20:44.537 INFO O| Dec 20 20:20:44.537 INFO STEP 172 (remove_files) COMPLETE |
4822 | 2024-12-20T20:20:44.829Z | [ recovery-image] Dec 20 20:20:44.537 INFO O| Dec 20 20:20:44.537 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-12-20T20:20:44.861Z | [ recovery-image] Dec 20 20:20:44.569 INFO O| Dec 20 20:20:44.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4824 | 2024-12-20T20:20:44.861Z | [ recovery-image] Dec 20 20:20:44.569 INFO O| Dec 20 20:20:44.569 INFO STEP 173 (remove_files) COMPLETE |
4825 | 2024-12-20T20:20:44.861Z | [ recovery-image] Dec 20 20:20:44.569 INFO O| Dec 20 20:20:44.569 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-12-20T20:20:44.880Z | [ recovery-image] Dec 20 20:20:44.588 INFO O| Dec 20 20:20:44.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4827 | 2024-12-20T20:20:44.880Z | [ recovery-image] Dec 20 20:20:44.588 INFO O| Dec 20 20:20:44.588 INFO STEP 174 (remove_files) COMPLETE |
4828 | 2024-12-20T20:20:44.880Z | [ recovery-image] Dec 20 20:20:44.588 INFO O| Dec 20 20:20:44.588 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-12-20T20:20:44.900Z | [ recovery-image] Dec 20 20:20:44.608 INFO O| Dec 20 20:20:44.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4830 | 2024-12-20T20:20:44.900Z | [ recovery-image] Dec 20 20:20:44.608 INFO O| Dec 20 20:20:44.608 INFO STEP 175 (remove_files) COMPLETE |
4831 | 2024-12-20T20:20:44.900Z | [ recovery-image] Dec 20 20:20:44.608 INFO O| Dec 20 20:20:44.608 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-12-20T20:20:44.918Z | [ recovery-image] Dec 20 20:20:44.627 INFO O| Dec 20 20:20:44.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4833 | 2024-12-20T20:20:44.939Z | [ recovery-image] Dec 20 20:20:44.647 INFO O| Dec 20 20:20:44.647 INFO STEP 176 (remove_files) COMPLETE |
4834 | 2024-12-20T20:20:44.939Z | [ recovery-image] Dec 20 20:20:44.647 INFO O| Dec 20 20:20:44.647 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-12-20T20:20:44.976Z | [ recovery-image] Dec 20 20:20:44.684 INFO O| Dec 20 20:20:44.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4836 | 2024-12-20T20:20:44.977Z | [ recovery-image] Dec 20 20:20:44.684 INFO O| Dec 20 20:20:44.684 INFO STEP 177 (remove_files) COMPLETE |
4837 | 2024-12-20T20:20:44.977Z | [ recovery-image] Dec 20 20:20:44.684 INFO O| Dec 20 20:20:44.684 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-12-20T20:20:45.027Z | [ recovery-image] Dec 20 20:20:44.735 INFO O| Dec 20 20:20:44.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4839 | 2024-12-20T20:20:45.027Z | [ recovery-image] Dec 20 20:20:44.735 INFO O| Dec 20 20:20:44.735 INFO STEP 178 (remove_files) COMPLETE |
4840 | 2024-12-20T20:20:45.027Z | [ recovery-image] Dec 20 20:20:44.735 INFO O| Dec 20 20:20:44.735 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-12-20T20:20:45.047Z | [ recovery-image] Dec 20 20:20:44.756 INFO O| Dec 20 20:20:44.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4842 | 2024-12-20T20:20:45.047Z | [ recovery-image] Dec 20 20:20:44.756 INFO O| Dec 20 20:20:44.756 INFO STEP 179 (remove_files) COMPLETE |
4843 | 2024-12-20T20:20:45.047Z | [ recovery-image] Dec 20 20:20:44.756 INFO O| Dec 20 20:20:44.756 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-12-20T20:20:45.091Z | [ recovery-image] Dec 20 20:20:44.799 INFO O| Dec 20 20:20:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4845 | 2024-12-20T20:20:45.091Z | [ recovery-image] Dec 20 20:20:44.799 INFO O| Dec 20 20:20:44.799 INFO STEP 180 (remove_files) COMPLETE |
4846 | 2024-12-20T20:20:45.091Z | [ recovery-image] Dec 20 20:20:44.799 INFO O| Dec 20 20:20:44.799 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-12-20T20:20:45.113Z | [ recovery-image] Dec 20 20:20:44.821 INFO O| Dec 20 20:20:44.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4848 | 2024-12-20T20:20:45.113Z | [ recovery-image] Dec 20 20:20:44.821 INFO O| Dec 20 20:20:44.821 INFO STEP 181 (remove_files) COMPLETE |
4849 | 2024-12-20T20:20:45.113Z | [ recovery-image] Dec 20 20:20:44.821 INFO O| Dec 20 20:20:44.821 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-12-20T20:20:45.133Z | [ recovery-image] Dec 20 20:20:44.841 INFO O| Dec 20 20:20:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4851 | 2024-12-20T20:20:45.134Z | [ recovery-image] Dec 20 20:20:44.841 INFO O| Dec 20 20:20:44.841 INFO STEP 182 (remove_files) COMPLETE |
4852 | 2024-12-20T20:20:45.137Z | [ recovery-image] Dec 20 20:20:44.841 INFO O| Dec 20 20:20:44.841 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-12-20T20:20:45.155Z | [ recovery-image] Dec 20 20:20:44.864 INFO O| Dec 20 20:20:44.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4854 | 2024-12-20T20:20:45.155Z | [ recovery-image] Dec 20 20:20:44.864 INFO O| Dec 20 20:20:44.864 INFO STEP 183 (remove_files) COMPLETE |
4855 | 2024-12-20T20:20:45.155Z | [ recovery-image] Dec 20 20:20:44.864 INFO O| Dec 20 20:20:44.864 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-12-20T20:20:45.177Z | [ recovery-image] Dec 20 20:20:44.886 INFO O| Dec 20 20:20:44.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4857 | 2024-12-20T20:20:45.177Z | [ recovery-image] Dec 20 20:20:44.886 INFO O| Dec 20 20:20:44.886 INFO STEP 184 (remove_files) COMPLETE |
4858 | 2024-12-20T20:20:45.180Z | [ recovery-image] Dec 20 20:20:44.886 INFO O| Dec 20 20:20:44.886 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-12-20T20:20:45.206Z | [ recovery-image] Dec 20 20:20:44.914 INFO O| Dec 20 20:20:44.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4860 | 2024-12-20T20:20:45.206Z | [ recovery-image] Dec 20 20:20:44.914 INFO O| Dec 20 20:20:44.914 INFO STEP 185 (remove_files) COMPLETE |
4861 | 2024-12-20T20:20:45.206Z | [ recovery-image] Dec 20 20:20:44.914 INFO O| Dec 20 20:20:44.914 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-12-20T20:20:45.240Z | [ recovery-image] Dec 20 20:20:44.948 INFO O| Dec 20 20:20:44.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4863 | 2024-12-20T20:20:45.240Z | [ recovery-image] Dec 20 20:20:44.948 INFO O| Dec 20 20:20:44.948 INFO STEP 186 (remove_files) COMPLETE |
4864 | 2024-12-20T20:20:45.240Z | [ recovery-image] Dec 20 20:20:44.948 INFO O| Dec 20 20:20:44.948 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-12-20T20:20:45.262Z | [ recovery-image] Dec 20 20:20:44.970 INFO O| Dec 20 20:20:44.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4866 | 2024-12-20T20:20:45.264Z | [ recovery-image] Dec 20 20:20:44.970 INFO O| Dec 20 20:20:44.970 INFO STEP 187 (remove_files) COMPLETE |
4867 | 2024-12-20T20:20:45.264Z | [ recovery-image] Dec 20 20:20:44.970 INFO O| Dec 20 20:20:44.970 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-12-20T20:20:45.291Z | [ recovery-image] Dec 20 20:20:44.999 INFO O| Dec 20 20:20:44.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4869 | 2024-12-20T20:20:45.291Z | [ recovery-image] Dec 20 20:20:44.999 INFO O| Dec 20 20:20:44.999 INFO STEP 188 (remove_files) COMPLETE |
4870 | 2024-12-20T20:20:45.291Z | [ recovery-image] Dec 20 20:20:44.999 INFO O| Dec 20 20:20:44.999 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-12-20T20:20:45.315Z | [ recovery-image] Dec 20 20:20:45.023 INFO O| Dec 20 20:20:45.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4872 | 2024-12-20T20:20:45.315Z | [ recovery-image] Dec 20 20:20:45.023 INFO O| Dec 20 20:20:45.023 INFO STEP 189 (remove_files) COMPLETE |
4873 | 2024-12-20T20:20:45.315Z | [ recovery-image] Dec 20 20:20:45.023 INFO O| Dec 20 20:20:45.023 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-20T20:20:45.337Z | [ recovery-image] Dec 20 20:20:45.045 INFO O| Dec 20 20:20:45.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4875 | 2024-12-20T20:20:45.337Z | [ recovery-image] Dec 20 20:20:45.045 INFO O| Dec 20 20:20:45.045 INFO STEP 190 (remove_files) COMPLETE |
4876 | 2024-12-20T20:20:45.340Z | [ recovery-image] Dec 20 20:20:45.045 INFO O| Dec 20 20:20:45.045 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-20T20:20:45.360Z | [ recovery-image] Dec 20 20:20:45.068 INFO O| Dec 20 20:20:45.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4878 | 2024-12-20T20:20:45.360Z | [ recovery-image] Dec 20 20:20:45.068 INFO O| Dec 20 20:20:45.068 INFO STEP 191 (remove_files) COMPLETE |
4879 | 2024-12-20T20:20:45.362Z | [ recovery-image] Dec 20 20:20:45.068 INFO O| Dec 20 20:20:45.068 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-12-20T20:20:45.383Z | [ recovery-image] Dec 20 20:20:45.092 INFO O| Dec 20 20:20:45.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4881 | 2024-12-20T20:20:45.384Z | [ recovery-image] Dec 20 20:20:45.092 INFO O| Dec 20 20:20:45.092 INFO STEP 192 (remove_files) COMPLETE |
4882 | 2024-12-20T20:20:45.384Z | [ recovery-image] Dec 20 20:20:45.092 INFO O| Dec 20 20:20:45.092 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-12-20T20:20:45.404Z | [ recovery-image] Dec 20 20:20:45.112 INFO O| Dec 20 20:20:45.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4884 | 2024-12-20T20:20:45.404Z | [ recovery-image] Dec 20 20:20:45.113 INFO O| Dec 20 20:20:45.112 INFO STEP 193 (remove_files) COMPLETE |
4885 | 2024-12-20T20:20:45.404Z | [ recovery-image] Dec 20 20:20:45.113 INFO O| Dec 20 20:20:45.112 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-20T20:20:45.425Z | [ recovery-image] Dec 20 20:20:45.134 INFO O| Dec 20 20:20:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4887 | 2024-12-20T20:20:45.425Z | [ recovery-image] Dec 20 20:20:45.134 INFO O| Dec 20 20:20:45.134 INFO STEP 194 (remove_files) COMPLETE |
4888 | 2024-12-20T20:20:45.425Z | [ recovery-image] Dec 20 20:20:45.134 INFO O| Dec 20 20:20:45.134 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-12-20T20:20:45.462Z | [ recovery-image] Dec 20 20:20:45.171 INFO O| Dec 20 20:20:45.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4890 | 2024-12-20T20:20:45.465Z | [ recovery-image] Dec 20 20:20:45.171 INFO O| Dec 20 20:20:45.171 INFO STEP 195 (remove_files) COMPLETE |
4891 | 2024-12-20T20:20:45.465Z | [ recovery-image] Dec 20 20:20:45.171 INFO O| Dec 20 20:20:45.171 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-12-20T20:20:45.486Z | [ recovery-image] Dec 20 20:20:45.195 INFO O| Dec 20 20:20:45.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4893 | 2024-12-20T20:20:45.489Z | [ recovery-image] Dec 20 20:20:45.195 INFO O| Dec 20 20:20:45.195 INFO STEP 196 (remove_files) COMPLETE |
4894 | 2024-12-20T20:20:45.491Z | [ recovery-image] Dec 20 20:20:45.195 INFO O| Dec 20 20:20:45.195 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-12-20T20:20:45.509Z | [ recovery-image] Dec 20 20:20:45.218 INFO O| Dec 20 20:20:45.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4896 | 2024-12-20T20:20:45.512Z | [ recovery-image] Dec 20 20:20:45.218 INFO O| Dec 20 20:20:45.218 INFO STEP 197 (remove_files) COMPLETE |
4897 | 2024-12-20T20:20:45.512Z | [ recovery-image] Dec 20 20:20:45.218 INFO O| Dec 20 20:20:45.218 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-12-20T20:20:45.531Z | [ recovery-image] Dec 20 20:20:45.239 INFO O| Dec 20 20:20:45.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4899 | 2024-12-20T20:20:45.533Z | [ recovery-image] Dec 20 20:20:45.240 INFO O| Dec 20 20:20:45.240 INFO STEP 198 (remove_files) COMPLETE |
4900 | 2024-12-20T20:20:45.533Z | [ recovery-image] Dec 20 20:20:45.240 INFO O| Dec 20 20:20:45.240 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-12-20T20:20:45.575Z | [ recovery-image] Dec 20 20:20:45.283 INFO O| Dec 20 20:20:45.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4902 | 2024-12-20T20:20:45.577Z | [ recovery-image] Dec 20 20:20:45.283 INFO O| Dec 20 20:20:45.283 INFO STEP 199 (remove_files) COMPLETE |
4903 | 2024-12-20T20:20:45.578Z | [ recovery-image] Dec 20 20:20:45.284 INFO O| Dec 20 20:20:45.284 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-20T20:20:45.608Z | [ recovery-image] Dec 20 20:20:45.317 INFO O| Dec 20 20:20:45.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4905 | 2024-12-20T20:20:45.611Z | [ recovery-image] Dec 20 20:20:45.317 INFO O| Dec 20 20:20:45.317 INFO STEP 200 (remove_files) COMPLETE |
4906 | 2024-12-20T20:20:45.611Z | [ recovery-image] Dec 20 20:20:45.317 INFO O| Dec 20 20:20:45.317 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-20T20:20:45.742Z | [ recovery-image] Dec 20 20:20:45.451 INFO O| Dec 20 20:20:45.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4908 | 2024-12-20T20:20:45.745Z | [ recovery-image] Dec 20 20:20:45.451 INFO O| Dec 20 20:20:45.451 INFO STEP 201 (remove_files) COMPLETE |
4909 | 2024-12-20T20:20:45.745Z | [ recovery-image] Dec 20 20:20:45.451 INFO O| Dec 20 20:20:45.451 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-20T20:20:45.816Z | [ recovery-image] Dec 20 20:20:45.525 INFO O| Dec 20 20:20:45.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4911 | 2024-12-20T20:20:45.819Z | [ recovery-image] Dec 20 20:20:45.525 INFO O| Dec 20 20:20:45.525 INFO STEP 202 (remove_files) COMPLETE |
4912 | 2024-12-20T20:20:45.819Z | [ recovery-image] Dec 20 20:20:45.525 INFO O| Dec 20 20:20:45.525 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-20T20:20:45.863Z | [ recovery-image] Dec 20 20:20:45.571 INFO O| Dec 20 20:20:45.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4914 | 2024-12-20T20:20:45.863Z | [ recovery-image] Dec 20 20:20:45.571 INFO O| Dec 20 20:20:45.571 INFO STEP 203 (remove_files) COMPLETE |
4915 | 2024-12-20T20:20:45.863Z | [ recovery-image] Dec 20 20:20:45.571 INFO O| Dec 20 20:20:45.571 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-20T20:20:45.884Z | [ recovery-image] Dec 20 20:20:45.592 INFO O| Dec 20 20:20:45.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4917 | 2024-12-20T20:20:45.884Z | [ recovery-image] Dec 20 20:20:45.592 INFO O| Dec 20 20:20:45.592 INFO STEP 204 (remove_files) COMPLETE |
4918 | 2024-12-20T20:20:45.884Z | [ recovery-image] Dec 20 20:20:45.592 INFO O| Dec 20 20:20:45.592 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-20T20:20:45.904Z | [ recovery-image] Dec 20 20:20:45.612 INFO O| Dec 20 20:20:45.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4920 | 2024-12-20T20:20:45.904Z | [ recovery-image] Dec 20 20:20:45.612 INFO O| Dec 20 20:20:45.612 INFO STEP 205 (remove_files) COMPLETE |
4921 | 2024-12-20T20:20:45.904Z | [ recovery-image] Dec 20 20:20:45.612 INFO O| Dec 20 20:20:45.612 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-20T20:20:45.925Z | [ recovery-image] Dec 20 20:20:45.633 INFO O| Dec 20 20:20:45.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4923 | 2024-12-20T20:20:45.925Z | [ recovery-image] Dec 20 20:20:45.633 INFO O| Dec 20 20:20:45.633 INFO STEP 206 (remove_files) COMPLETE |
4924 | 2024-12-20T20:20:45.925Z | [ recovery-image] Dec 20 20:20:45.633 INFO O| Dec 20 20:20:45.633 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-20T20:20:45.947Z | [ recovery-image] Dec 20 20:20:45.654 INFO O| Dec 20 20:20:45.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4926 | 2024-12-20T20:20:45.947Z | [ recovery-image] Dec 20 20:20:45.654 INFO O| Dec 20 20:20:45.654 INFO STEP 207 (remove_files) COMPLETE |
4927 | 2024-12-20T20:20:45.947Z | [ recovery-image] Dec 20 20:20:45.654 INFO O| Dec 20 20:20:45.654 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-20T20:20:46.026Z | [ recovery-image] Dec 20 20:20:45.734 INFO O| Dec 20 20:20:45.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4929 | 2024-12-20T20:20:46.026Z | [ recovery-image] Dec 20 20:20:45.735 INFO O| Dec 20 20:20:45.735 INFO STEP 208 (remove_files) COMPLETE |
4930 | 2024-12-20T20:20:46.026Z | [ recovery-image] Dec 20 20:20:45.735 INFO O| Dec 20 20:20:45.735 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-20T20:20:46.044Z | [ recovery-image] Dec 20 20:20:45.753 INFO O| Dec 20 20:20:45.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4932 | 2024-12-20T20:20:46.047Z | [ recovery-image] Dec 20 20:20:45.754 INFO O| Dec 20 20:20:45.754 INFO STEP 209 (remove_files) COMPLETE |
4933 | 2024-12-20T20:20:46.047Z | [ recovery-image] Dec 20 20:20:45.754 INFO O| Dec 20 20:20:45.754 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-20T20:20:46.069Z | [ recovery-image] Dec 20 20:20:45.775 INFO O| Dec 20 20:20:45.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4935 | 2024-12-20T20:20:46.069Z | [ recovery-image] Dec 20 20:20:45.775 INFO O| Dec 20 20:20:45.775 INFO STEP 210 (remove_files) COMPLETE |
4936 | 2024-12-20T20:20:46.069Z | [ recovery-image] Dec 20 20:20:45.775 INFO O| Dec 20 20:20:45.775 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-20T20:20:46.100Z | [ recovery-image] Dec 20 20:20:45.809 INFO O| Dec 20 20:20:45.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4938 | 2024-12-20T20:20:46.100Z | [ recovery-image] Dec 20 20:20:45.809 INFO O| Dec 20 20:20:45.809 INFO STEP 211 (remove_files) COMPLETE |
4939 | 2024-12-20T20:20:46.103Z | [ recovery-image] Dec 20 20:20:45.809 INFO O| Dec 20 20:20:45.809 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-20T20:20:46.161Z | [ recovery-image] Dec 20 20:20:45.869 INFO O| Dec 20 20:20:45.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4941 | 2024-12-20T20:20:46.161Z | [ recovery-image] Dec 20 20:20:45.869 INFO O| Dec 20 20:20:45.869 INFO STEP 212 (remove_files) COMPLETE |
4942 | 2024-12-20T20:20:46.161Z | [ recovery-image] Dec 20 20:20:45.869 INFO O| Dec 20 20:20:45.869 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-20T20:20:46.180Z | [ recovery-image] Dec 20 20:20:45.888 INFO O| Dec 20 20:20:45.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4944 | 2024-12-20T20:20:46.180Z | [ recovery-image] Dec 20 20:20:45.888 INFO O| Dec 20 20:20:45.888 INFO STEP 213 (remove_files) COMPLETE |
4945 | 2024-12-20T20:20:46.180Z | [ recovery-image] Dec 20 20:20:45.888 INFO O| Dec 20 20:20:45.888 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-20T20:20:46.199Z | [ recovery-image] Dec 20 20:20:45.908 INFO O| Dec 20 20:20:45.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4947 | 2024-12-20T20:20:46.199Z | [ recovery-image] Dec 20 20:20:45.908 INFO O| Dec 20 20:20:45.908 INFO STEP 214 (remove_files) COMPLETE |
4948 | 2024-12-20T20:20:46.202Z | [ recovery-image] Dec 20 20:20:45.908 INFO O| Dec 20 20:20:45.908 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-20T20:20:46.219Z | [ recovery-image] Dec 20 20:20:45.928 INFO O| Dec 20 20:20:45.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4950 | 2024-12-20T20:20:46.219Z | [ recovery-image] Dec 20 20:20:45.928 INFO O| Dec 20 20:20:45.928 INFO STEP 215 (remove_files) COMPLETE |
4951 | 2024-12-20T20:20:46.222Z | [ recovery-image] Dec 20 20:20:45.928 INFO O| Dec 20 20:20:45.928 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-20T20:20:46.240Z | [ recovery-image] Dec 20 20:20:45.948 INFO O| Dec 20 20:20:45.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4953 | 2024-12-20T20:20:46.240Z | [ recovery-image] Dec 20 20:20:45.949 INFO O| Dec 20 20:20:45.949 INFO STEP 216 (remove_files) COMPLETE |
4954 | 2024-12-20T20:20:46.240Z | [ recovery-image] Dec 20 20:20:45.949 INFO O| Dec 20 20:20:45.949 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-20T20:20:46.266Z | [ recovery-image] Dec 20 20:20:45.974 INFO O| Dec 20 20:20:45.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4956 | 2024-12-20T20:20:46.268Z | [ recovery-image] Dec 20 20:20:45.974 INFO O| Dec 20 20:20:45.974 INFO STEP 217 (remove_files) COMPLETE |
4957 | 2024-12-20T20:20:46.268Z | [ recovery-image] Dec 20 20:20:45.975 INFO O| Dec 20 20:20:45.974 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-20T20:20:46.286Z | [ recovery-image] Dec 20 20:20:45.995 INFO O| Dec 20 20:20:45.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4959 | 2024-12-20T20:20:46.289Z | [ recovery-image] Dec 20 20:20:45.995 INFO O| Dec 20 20:20:45.995 INFO STEP 218 (remove_files) COMPLETE |
4960 | 2024-12-20T20:20:46.289Z | [ recovery-image] Dec 20 20:20:45.995 INFO O| Dec 20 20:20:45.995 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-20T20:20:46.308Z | [ recovery-image] Dec 20 20:20:46.017 INFO O| Dec 20 20:20:46.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4962 | 2024-12-20T20:20:46.311Z | [ recovery-image] Dec 20 20:20:46.017 INFO O| Dec 20 20:20:46.017 INFO STEP 219 (remove_files) COMPLETE |
4963 | 2024-12-20T20:20:46.311Z | [ recovery-image] Dec 20 20:20:46.017 INFO O| Dec 20 20:20:46.017 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-20T20:20:46.329Z | [ recovery-image] Dec 20 20:20:46.038 INFO O| Dec 20 20:20:46.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4965 | 2024-12-20T20:20:46.337Z | [ recovery-image] Dec 20 20:20:46.038 INFO O| Dec 20 20:20:46.038 INFO STEP 220 (remove_files) COMPLETE |
4966 | 2024-12-20T20:20:46.337Z | [ recovery-image] Dec 20 20:20:46.038 INFO O| Dec 20 20:20:46.038 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-20T20:20:46.353Z | [ recovery-image] Dec 20 20:20:46.060 INFO O| Dec 20 20:20:46.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4968 | 2024-12-20T20:20:46.356Z | [ recovery-image] Dec 20 20:20:46.060 INFO O| Dec 20 20:20:46.060 INFO STEP 221 (remove_files) COMPLETE |
4969 | 2024-12-20T20:20:46.356Z | [ recovery-image] Dec 20 20:20:46.060 INFO O| Dec 20 20:20:46.060 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-20T20:20:46.373Z | [ recovery-image] Dec 20 20:20:46.081 INFO O| Dec 20 20:20:46.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4971 | 2024-12-20T20:20:46.375Z | [ recovery-image] Dec 20 20:20:46.081 INFO O| Dec 20 20:20:46.081 INFO STEP 222 (remove_files) COMPLETE |
4972 | 2024-12-20T20:20:46.375Z | [ recovery-image] Dec 20 20:20:46.081 INFO O| Dec 20 20:20:46.081 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-20T20:20:46.394Z | [ recovery-image] Dec 20 20:20:46.102 INFO O| Dec 20 20:20:46.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4974 | 2024-12-20T20:20:46.396Z | [ recovery-image] Dec 20 20:20:46.102 INFO O| Dec 20 20:20:46.102 INFO STEP 223 (remove_files) COMPLETE |
4975 | 2024-12-20T20:20:46.396Z | [ recovery-image] Dec 20 20:20:46.102 INFO O| Dec 20 20:20:46.102 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-20T20:20:46.415Z | [ recovery-image] Dec 20 20:20:46.123 INFO O| Dec 20 20:20:46.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4977 | 2024-12-20T20:20:46.418Z | [ recovery-image] Dec 20 20:20:46.124 INFO O| Dec 20 20:20:46.123 INFO STEP 224 (remove_files) COMPLETE |
4978 | 2024-12-20T20:20:46.418Z | [ recovery-image] Dec 20 20:20:46.124 INFO O| Dec 20 20:20:46.124 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-20T20:20:46.436Z | [ recovery-image] Dec 20 20:20:46.145 INFO O| Dec 20 20:20:46.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4980 | 2024-12-20T20:20:46.439Z | [ recovery-image] Dec 20 20:20:46.145 INFO O| Dec 20 20:20:46.145 INFO STEP 225 (remove_files) COMPLETE |
4981 | 2024-12-20T20:20:46.439Z | [ recovery-image] Dec 20 20:20:46.145 INFO O| Dec 20 20:20:46.145 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-20T20:20:46.457Z | [ recovery-image] Dec 20 20:20:46.165 INFO O| Dec 20 20:20:46.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4983 | 2024-12-20T20:20:46.461Z | [ recovery-image] Dec 20 20:20:46.166 INFO O| Dec 20 20:20:46.166 INFO STEP 226 (remove_files) COMPLETE |
4984 | 2024-12-20T20:20:46.461Z | [ recovery-image] Dec 20 20:20:46.166 INFO O| Dec 20 20:20:46.166 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-20T20:20:46.492Z | [ recovery-image] Dec 20 20:20:46.201 INFO O| Dec 20 20:20:46.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4986 | 2024-12-20T20:20:46.492Z | [ recovery-image] Dec 20 20:20:46.201 INFO O| Dec 20 20:20:46.201 INFO STEP 227 (remove_files) COMPLETE |
4987 | 2024-12-20T20:20:46.495Z | [ recovery-image] Dec 20 20:20:46.201 INFO O| Dec 20 20:20:46.201 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-20T20:20:46.512Z | [ recovery-image] Dec 20 20:20:46.221 INFO O| Dec 20 20:20:46.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4989 | 2024-12-20T20:20:46.515Z | [ recovery-image] Dec 20 20:20:46.221 INFO O| Dec 20 20:20:46.221 INFO STEP 228 (remove_files) COMPLETE |
4990 | 2024-12-20T20:20:46.515Z | [ recovery-image] Dec 20 20:20:46.221 INFO O| Dec 20 20:20:46.221 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-20T20:20:46.532Z | [ recovery-image] Dec 20 20:20:46.240 INFO O| Dec 20 20:20:46.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4992 | 2024-12-20T20:20:46.534Z | [ recovery-image] Dec 20 20:20:46.240 INFO O| Dec 20 20:20:46.240 INFO STEP 229 (remove_files) COMPLETE |
4993 | 2024-12-20T20:20:46.535Z | [ recovery-image] Dec 20 20:20:46.241 INFO O| Dec 20 20:20:46.241 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-20T20:20:46.551Z | [ recovery-image] Dec 20 20:20:46.259 INFO O| Dec 20 20:20:46.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4995 | 2024-12-20T20:20:46.553Z | [ recovery-image] Dec 20 20:20:46.259 INFO O| Dec 20 20:20:46.259 INFO STEP 230 (remove_files) COMPLETE |
4996 | 2024-12-20T20:20:46.553Z | [ recovery-image] Dec 20 20:20:46.260 INFO O| Dec 20 20:20:46.259 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-20T20:20:46.570Z | [ recovery-image] Dec 20 20:20:46.278 INFO O| Dec 20 20:20:46.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4998 | 2024-12-20T20:20:46.572Z | [ recovery-image] Dec 20 20:20:46.279 INFO O| Dec 20 20:20:46.279 INFO STEP 231 (remove_files) COMPLETE |
4999 | 2024-12-20T20:20:46.572Z | [ recovery-image] Dec 20 20:20:46.279 INFO O| Dec 20 20:20:46.279 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-20T20:20:46.590Z | [ recovery-image] Dec 20 20:20:46.298 INFO O| Dec 20 20:20:46.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5001 | 2024-12-20T20:20:46.593Z | [ recovery-image] Dec 20 20:20:46.298 INFO O| Dec 20 20:20:46.298 INFO STEP 232 (remove_files) COMPLETE |
5002 | 2024-12-20T20:20:46.593Z | [ recovery-image] Dec 20 20:20:46.299 INFO O| Dec 20 20:20:46.298 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-20T20:20:46.622Z | [ recovery-image] Dec 20 20:20:46.330 INFO O| Dec 20 20:20:46.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5004 | 2024-12-20T20:20:46.622Z | [ recovery-image] Dec 20 20:20:46.330 INFO O| Dec 20 20:20:46.330 INFO STEP 233 (remove_files) COMPLETE |
5005 | 2024-12-20T20:20:46.622Z | [ recovery-image] Dec 20 20:20:46.330 INFO O| Dec 20 20:20:46.330 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-20T20:20:46.697Z | [ recovery-image] Dec 20 20:20:46.406 INFO O| Dec 20 20:20:46.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5007 | 2024-12-20T20:20:46.698Z | [ recovery-image] Dec 20 20:20:46.406 INFO O| Dec 20 20:20:46.406 INFO STEP 234 (remove_files) COMPLETE |
5008 | 2024-12-20T20:20:46.701Z | [ recovery-image] Dec 20 20:20:46.406 INFO O| Dec 20 20:20:46.406 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-20T20:20:46.719Z | [ recovery-image] Dec 20 20:20:46.427 INFO O| Dec 20 20:20:46.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5010 | 2024-12-20T20:20:46.719Z | [ recovery-image] Dec 20 20:20:46.427 INFO O| Dec 20 20:20:46.427 INFO STEP 235 (remove_files) COMPLETE |
5011 | 2024-12-20T20:20:46.719Z | [ recovery-image] Dec 20 20:20:46.427 INFO O| Dec 20 20:20:46.427 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-20T20:20:46.744Z | [ recovery-image] Dec 20 20:20:46.452 INFO O| Dec 20 20:20:46.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5013 | 2024-12-20T20:20:46.747Z | [ recovery-image] Dec 20 20:20:46.452 INFO O| Dec 20 20:20:46.452 INFO STEP 236 (remove_files) COMPLETE |
5014 | 2024-12-20T20:20:46.747Z | [ recovery-image] Dec 20 20:20:46.452 INFO O| Dec 20 20:20:46.452 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-20T20:20:46.772Z | [ recovery-image] Dec 20 20:20:46.481 INFO O| Dec 20 20:20:46.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5016 | 2024-12-20T20:20:46.772Z | [ recovery-image] Dec 20 20:20:46.481 INFO O| Dec 20 20:20:46.481 INFO STEP 237 (remove_files) COMPLETE |
5017 | 2024-12-20T20:20:46.775Z | [ recovery-image] Dec 20 20:20:46.481 INFO O| Dec 20 20:20:46.481 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-20T20:20:46.796Z | [ recovery-image] Dec 20 20:20:46.504 INFO O| Dec 20 20:20:46.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5019 | 2024-12-20T20:20:46.798Z | [ recovery-image] Dec 20 20:20:46.504 INFO O| Dec 20 20:20:46.504 INFO STEP 238 (remove_files) COMPLETE |
5020 | 2024-12-20T20:20:46.798Z | [ recovery-image] Dec 20 20:20:46.505 INFO O| Dec 20 20:20:46.504 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-20T20:20:46.804Z | [ host-image] Dec 20 20:20:46.513 INFO O| Dec 20 20:20:46.513 INFO O| Download: 22290/22788 items 199.1/199.7MB 99% complete (2.0M/s) |
5022 | 2024-12-20T20:20:46.832Z | [ recovery-image] Dec 20 20:20:46.540 INFO O| Dec 20 20:20:46.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5023 | 2024-12-20T20:20:46.832Z | [ recovery-image] Dec 20 20:20:46.540 INFO O| Dec 20 20:20:46.540 INFO STEP 239 (remove_files) COMPLETE |
5024 | 2024-12-20T20:20:46.832Z | [ recovery-image] Dec 20 20:20:46.540 INFO O| Dec 20 20:20:46.540 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-12-20T20:20:46.927Z | [ recovery-image] Dec 20 20:20:46.634 INFO O| Dec 20 20:20:46.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5026 | 2024-12-20T20:20:46.927Z | [ recovery-image] Dec 20 20:20:46.634 INFO O| Dec 20 20:20:46.634 INFO STEP 240 (remove_files) COMPLETE |
5027 | 2024-12-20T20:20:46.927Z | [ recovery-image] Dec 20 20:20:46.634 INFO O| Dec 20 20:20:46.634 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-12-20T20:20:46.949Z | [ recovery-image] Dec 20 20:20:46.657 INFO O| Dec 20 20:20:46.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5029 | 2024-12-20T20:20:46.949Z | [ recovery-image] Dec 20 20:20:46.657 INFO O| Dec 20 20:20:46.657 INFO STEP 241 (remove_files) COMPLETE |
5030 | 2024-12-20T20:20:46.949Z | [ recovery-image] Dec 20 20:20:46.657 INFO O| Dec 20 20:20:46.657 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-12-20T20:20:46.969Z | [ recovery-image] Dec 20 20:20:46.677 INFO O| Dec 20 20:20:46.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5032 | 2024-12-20T20:20:46.969Z | [ recovery-image] Dec 20 20:20:46.678 INFO O| Dec 20 20:20:46.678 INFO STEP 242 (remove_files) COMPLETE |
5033 | 2024-12-20T20:20:46.969Z | [ recovery-image] Dec 20 20:20:46.678 INFO O| Dec 20 20:20:46.678 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-20T20:20:46.990Z | [ recovery-image] Dec 20 20:20:46.697 INFO O| Dec 20 20:20:46.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5035 | 2024-12-20T20:20:46.990Z | [ recovery-image] Dec 20 20:20:46.697 INFO O| Dec 20 20:20:46.697 INFO STEP 243 (remove_files) COMPLETE |
5036 | 2024-12-20T20:20:46.990Z | [ recovery-image] Dec 20 20:20:46.697 INFO O| Dec 20 20:20:46.697 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-20T20:20:47.010Z | [ recovery-image] Dec 20 20:20:46.718 INFO O| Dec 20 20:20:46.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5038 | 2024-12-20T20:20:47.014Z | [ recovery-image] Dec 20 20:20:46.723 INFO O| Dec 20 20:20:46.723 INFO STEP 244 (remove_files) COMPLETE |
5039 | 2024-12-20T20:20:47.014Z | [ recovery-image] Dec 20 20:20:46.723 INFO O| Dec 20 20:20:46.723 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-20T20:20:47.046Z | [ recovery-image] Dec 20 20:20:46.755 INFO O| Dec 20 20:20:46.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5041 | 2024-12-20T20:20:47.047Z | [ recovery-image] Dec 20 20:20:46.755 INFO O| Dec 20 20:20:46.755 INFO STEP 245 (remove_files) COMPLETE |
5042 | 2024-12-20T20:20:47.047Z | [ recovery-image] Dec 20 20:20:46.755 INFO O| Dec 20 20:20:46.755 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-20T20:20:47.073Z | [ recovery-image] Dec 20 20:20:46.781 INFO O| Dec 20 20:20:46.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5044 | 2024-12-20T20:20:47.073Z | [ recovery-image] Dec 20 20:20:46.781 INFO O| Dec 20 20:20:46.781 INFO STEP 246 (remove_files) COMPLETE |
5045 | 2024-12-20T20:20:47.075Z | [ recovery-image] Dec 20 20:20:46.782 INFO O| Dec 20 20:20:46.781 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-20T20:20:47.106Z | [ recovery-image] Dec 20 20:20:46.814 INFO O| Dec 20 20:20:46.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5047 | 2024-12-20T20:20:47.106Z | [ recovery-image] Dec 20 20:20:46.815 INFO O| Dec 20 20:20:46.815 INFO STEP 247 (remove_files) COMPLETE |
5048 | 2024-12-20T20:20:47.106Z | [ recovery-image] Dec 20 20:20:46.815 INFO O| Dec 20 20:20:46.815 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-20T20:20:47.127Z | [ recovery-image] Dec 20 20:20:46.836 INFO O| Dec 20 20:20:46.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5050 | 2024-12-20T20:20:47.151Z | [ recovery-image] Dec 20 20:20:46.860 INFO O| Dec 20 20:20:46.860 INFO STEP 248 (remove_files) COMPLETE |
5051 | 2024-12-20T20:20:47.151Z | [ recovery-image] Dec 20 20:20:46.860 INFO O| Dec 20 20:20:46.860 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-20T20:20:47.174Z | [ recovery-image] Dec 20 20:20:46.881 INFO O| Dec 20 20:20:46.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5053 | 2024-12-20T20:20:47.174Z | [ recovery-image] Dec 20 20:20:46.881 INFO O| Dec 20 20:20:46.881 INFO STEP 249 (remove_files) COMPLETE |
5054 | 2024-12-20T20:20:47.174Z | [ recovery-image] Dec 20 20:20:46.882 INFO O| Dec 20 20:20:46.881 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-20T20:20:47.193Z | [ recovery-image] Dec 20 20:20:46.901 INFO O| Dec 20 20:20:46.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5056 | 2024-12-20T20:20:47.193Z | [ recovery-image] Dec 20 20:20:46.902 INFO O| Dec 20 20:20:46.901 INFO STEP 250 (remove_files) COMPLETE |
5057 | 2024-12-20T20:20:47.193Z | [ recovery-image] Dec 20 20:20:46.902 INFO O| Dec 20 20:20:46.901 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-20T20:20:47.228Z | [ recovery-image] Dec 20 20:20:46.936 INFO O| Dec 20 20:20:46.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5059 | 2024-12-20T20:20:47.228Z | [ recovery-image] Dec 20 20:20:46.936 INFO O| Dec 20 20:20:46.936 INFO STEP 251 (remove_files) COMPLETE |
5060 | 2024-12-20T20:20:47.233Z | [ recovery-image] Dec 20 20:20:46.936 INFO O| Dec 20 20:20:46.936 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-20T20:20:47.252Z | [ recovery-image] Dec 20 20:20:46.960 INFO O| Dec 20 20:20:46.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5062 | 2024-12-20T20:20:47.263Z | [ recovery-image] Dec 20 20:20:46.960 INFO O| Dec 20 20:20:46.960 INFO STEP 252 (remove_files) COMPLETE |
5063 | 2024-12-20T20:20:47.263Z | [ recovery-image] Dec 20 20:20:46.960 INFO O| Dec 20 20:20:46.960 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-20T20:20:47.273Z | [ recovery-image] Dec 20 20:20:46.982 INFO O| Dec 20 20:20:46.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5065 | 2024-12-20T20:20:47.274Z | [ recovery-image] Dec 20 20:20:46.982 INFO O| Dec 20 20:20:46.982 INFO STEP 253 (remove_files) COMPLETE |
5066 | 2024-12-20T20:20:47.277Z | [ recovery-image] Dec 20 20:20:46.982 INFO O| Dec 20 20:20:46.982 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-20T20:20:47.296Z | [ recovery-image] Dec 20 20:20:47.004 INFO O| Dec 20 20:20:47.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5068 | 2024-12-20T20:20:47.296Z | [ recovery-image] Dec 20 20:20:47.004 INFO O| Dec 20 20:20:47.004 INFO STEP 254 (remove_files) COMPLETE |
5069 | 2024-12-20T20:20:47.299Z | [ recovery-image] Dec 20 20:20:47.004 INFO O| Dec 20 20:20:47.004 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-20T20:20:47.319Z | [ recovery-image] Dec 20 20:20:47.028 INFO O| Dec 20 20:20:47.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5071 | 2024-12-20T20:20:47.319Z | [ recovery-image] Dec 20 20:20:47.028 INFO O| Dec 20 20:20:47.028 INFO STEP 255 (remove_files) COMPLETE |
5072 | 2024-12-20T20:20:47.319Z | [ recovery-image] Dec 20 20:20:47.028 INFO O| Dec 20 20:20:47.028 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-20T20:20:47.344Z | [ recovery-image] Dec 20 20:20:47.051 INFO O| Dec 20 20:20:47.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5074 | 2024-12-20T20:20:47.344Z | [ recovery-image] Dec 20 20:20:47.051 INFO O| Dec 20 20:20:47.051 INFO STEP 256 (remove_files) COMPLETE |
5075 | 2024-12-20T20:20:47.344Z | [ recovery-image] Dec 20 20:20:47.051 INFO O| Dec 20 20:20:47.051 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-20T20:20:47.363Z | [ recovery-image] Dec 20 20:20:47.072 INFO O| Dec 20 20:20:47.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5077 | 2024-12-20T20:20:47.363Z | [ recovery-image] Dec 20 20:20:47.072 INFO O| Dec 20 20:20:47.072 INFO STEP 257 (remove_files) COMPLETE |
5078 | 2024-12-20T20:20:47.363Z | [ recovery-image] Dec 20 20:20:47.072 INFO O| Dec 20 20:20:47.072 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-12-20T20:20:47.385Z | [ recovery-image] Dec 20 20:20:47.094 INFO O| Dec 20 20:20:47.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5080 | 2024-12-20T20:20:47.385Z | [ recovery-image] Dec 20 20:20:47.094 INFO O| Dec 20 20:20:47.094 INFO STEP 258 (remove_files) COMPLETE |
5081 | 2024-12-20T20:20:47.385Z | [ recovery-image] Dec 20 20:20:47.094 INFO O| Dec 20 20:20:47.094 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-12-20T20:20:47.407Z | [ recovery-image] Dec 20 20:20:47.115 INFO O| Dec 20 20:20:47.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5083 | 2024-12-20T20:20:47.407Z | [ recovery-image] Dec 20 20:20:47.115 INFO O| Dec 20 20:20:47.115 INFO STEP 259 (remove_files) COMPLETE |
5084 | 2024-12-20T20:20:47.407Z | [ recovery-image] Dec 20 20:20:47.115 INFO O| Dec 20 20:20:47.115 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-12-20T20:20:47.428Z | [ recovery-image] Dec 20 20:20:47.137 INFO O| Dec 20 20:20:47.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5086 | 2024-12-20T20:20:47.432Z | [ recovery-image] Dec 20 20:20:47.137 INFO O| Dec 20 20:20:47.137 INFO STEP 260 (remove_files) COMPLETE |
5087 | 2024-12-20T20:20:47.432Z | [ recovery-image] Dec 20 20:20:47.137 INFO O| Dec 20 20:20:47.137 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-20T20:20:47.464Z | [ recovery-image] Dec 20 20:20:47.173 INFO O| Dec 20 20:20:47.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5089 | 2024-12-20T20:20:47.464Z | [ recovery-image] Dec 20 20:20:47.173 INFO O| Dec 20 20:20:47.173 INFO STEP 261 (remove_files) COMPLETE |
5090 | 2024-12-20T20:20:47.467Z | [ recovery-image] Dec 20 20:20:47.173 INFO O| Dec 20 20:20:47.173 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-20T20:20:47.489Z | [ recovery-image] Dec 20 20:20:47.195 INFO O| Dec 20 20:20:47.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5092 | 2024-12-20T20:20:47.489Z | [ recovery-image] Dec 20 20:20:47.195 INFO O| Dec 20 20:20:47.195 INFO STEP 262 (remove_files) COMPLETE |
5093 | 2024-12-20T20:20:47.489Z | [ recovery-image] Dec 20 20:20:47.195 INFO O| Dec 20 20:20:47.195 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-20T20:20:47.509Z | [ recovery-image] Dec 20 20:20:47.216 INFO O| Dec 20 20:20:47.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5095 | 2024-12-20T20:20:47.510Z | [ recovery-image] Dec 20 20:20:47.216 INFO O| Dec 20 20:20:47.216 INFO STEP 263 (remove_files) COMPLETE |
5096 | 2024-12-20T20:20:47.510Z | [ recovery-image] Dec 20 20:20:47.216 INFO O| Dec 20 20:20:47.216 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-20T20:20:47.528Z | [ recovery-image] Dec 20 20:20:47.237 INFO O| Dec 20 20:20:47.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5098 | 2024-12-20T20:20:47.528Z | [ recovery-image] Dec 20 20:20:47.237 INFO O| Dec 20 20:20:47.237 INFO STEP 264 (remove_files) COMPLETE |
5099 | 2024-12-20T20:20:47.531Z | [ recovery-image] Dec 20 20:20:47.237 INFO O| Dec 20 20:20:47.237 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-20T20:20:47.549Z | [ recovery-image] Dec 20 20:20:47.257 INFO O| Dec 20 20:20:47.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5101 | 2024-12-20T20:20:47.549Z | [ recovery-image] Dec 20 20:20:47.258 INFO O| Dec 20 20:20:47.258 INFO STEP 265 (remove_files) COMPLETE |
5102 | 2024-12-20T20:20:47.552Z | [ recovery-image] Dec 20 20:20:47.258 INFO O| Dec 20 20:20:47.258 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-20T20:20:47.573Z | [ recovery-image] Dec 20 20:20:47.279 INFO O| Dec 20 20:20:47.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5104 | 2024-12-20T20:20:47.573Z | [ recovery-image] Dec 20 20:20:47.279 INFO O| Dec 20 20:20:47.279 INFO STEP 266 (remove_files) COMPLETE |
5105 | 2024-12-20T20:20:47.573Z | [ recovery-image] Dec 20 20:20:47.279 INFO O| Dec 20 20:20:47.279 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-12-20T20:20:47.610Z | [ recovery-image] Dec 20 20:20:47.319 INFO O| Dec 20 20:20:47.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5107 | 2024-12-20T20:20:47.610Z | [ recovery-image] Dec 20 20:20:47.319 INFO O| Dec 20 20:20:47.319 INFO STEP 267 (remove_files) COMPLETE |
5108 | 2024-12-20T20:20:47.610Z | [ recovery-image] Dec 20 20:20:47.319 INFO O| Dec 20 20:20:47.319 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-12-20T20:20:47.633Z | [ recovery-image] Dec 20 20:20:47.341 INFO O| Dec 20 20:20:47.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5110 | 2024-12-20T20:20:47.636Z | [ recovery-image] Dec 20 20:20:47.342 INFO O| Dec 20 20:20:47.342 INFO STEP 268 (remove_files) COMPLETE |
5111 | 2024-12-20T20:20:47.636Z | [ recovery-image] Dec 20 20:20:47.342 INFO O| Dec 20 20:20:47.342 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-12-20T20:20:47.656Z | [ recovery-image] Dec 20 20:20:47.364 INFO O| Dec 20 20:20:47.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5113 | 2024-12-20T20:20:47.658Z | [ recovery-image] Dec 20 20:20:47.364 INFO O| Dec 20 20:20:47.364 INFO STEP 269 (remove_files) COMPLETE |
5114 | 2024-12-20T20:20:47.658Z | [ recovery-image] Dec 20 20:20:47.364 INFO O| Dec 20 20:20:47.364 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-12-20T20:20:47.678Z | [ recovery-image] Dec 20 20:20:47.386 INFO O| Dec 20 20:20:47.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5116 | 2024-12-20T20:20:47.680Z | [ recovery-image] Dec 20 20:20:47.387 INFO O| Dec 20 20:20:47.387 INFO STEP 270 (remove_files) COMPLETE |
5117 | 2024-12-20T20:20:47.680Z | [ recovery-image] Dec 20 20:20:47.387 INFO O| Dec 20 20:20:47.387 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-12-20T20:20:47.703Z | [ recovery-image] Dec 20 20:20:47.411 INFO O| Dec 20 20:20:47.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5119 | 2024-12-20T20:20:47.703Z | [ recovery-image] Dec 20 20:20:47.411 INFO O| Dec 20 20:20:47.411 INFO STEP 271 (remove_files) COMPLETE |
5120 | 2024-12-20T20:20:47.703Z | [ recovery-image] Dec 20 20:20:47.411 INFO O| Dec 20 20:20:47.411 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-12-20T20:20:47.770Z | [ recovery-image] Dec 20 20:20:47.478 INFO O| Dec 20 20:20:47.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5122 | 2024-12-20T20:20:47.770Z | [ recovery-image] Dec 20 20:20:47.478 INFO O| Dec 20 20:20:47.478 INFO STEP 272 (remove_files) COMPLETE |
5123 | 2024-12-20T20:20:47.770Z | [ recovery-image] Dec 20 20:20:47.479 INFO O| Dec 20 20:20:47.478 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-12-20T20:20:47.805Z | [ recovery-image] Dec 20 20:20:47.513 INFO O| Dec 20 20:20:47.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5125 | 2024-12-20T20:20:47.805Z | [ recovery-image] Dec 20 20:20:47.514 INFO O| Dec 20 20:20:47.513 INFO STEP 273 (remove_files) COMPLETE |
5126 | 2024-12-20T20:20:47.809Z | [ recovery-image] Dec 20 20:20:47.514 INFO O| Dec 20 20:20:47.514 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-12-20T20:20:47.827Z | [ recovery-image] Dec 20 20:20:47.535 INFO O| Dec 20 20:20:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5128 | 2024-12-20T20:20:47.827Z | [ recovery-image] Dec 20 20:20:47.535 INFO O| Dec 20 20:20:47.535 INFO STEP 274 (remove_files) COMPLETE |
5129 | 2024-12-20T20:20:47.829Z | [ recovery-image] Dec 20 20:20:47.536 INFO O| Dec 20 20:20:47.535 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-12-20T20:20:47.849Z | [ recovery-image] Dec 20 20:20:47.558 INFO O| Dec 20 20:20:47.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5131 | 2024-12-20T20:20:47.849Z | [ recovery-image] Dec 20 20:20:47.558 INFO O| Dec 20 20:20:47.558 INFO STEP 275 (remove_files) COMPLETE |
5132 | 2024-12-20T20:20:47.852Z | [ recovery-image] Dec 20 20:20:47.558 INFO O| Dec 20 20:20:47.558 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-12-20T20:20:47.872Z | [ recovery-image] Dec 20 20:20:47.581 INFO O| Dec 20 20:20:47.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5134 | 2024-12-20T20:20:47.875Z | [ recovery-image] Dec 20 20:20:47.581 INFO O| Dec 20 20:20:47.581 INFO STEP 276 (remove_files) COMPLETE |
5135 | 2024-12-20T20:20:47.875Z | [ recovery-image] Dec 20 20:20:47.581 INFO O| Dec 20 20:20:47.581 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-20T20:20:47.894Z | [ recovery-image] Dec 20 20:20:47.603 INFO O| Dec 20 20:20:47.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5137 | 2024-12-20T20:20:47.894Z | [ recovery-image] Dec 20 20:20:47.603 INFO O| Dec 20 20:20:47.603 INFO STEP 277 (remove_files) COMPLETE |
5138 | 2024-12-20T20:20:47.897Z | [ recovery-image] Dec 20 20:20:47.603 INFO O| Dec 20 20:20:47.603 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-12-20T20:20:47.915Z | [ recovery-image] Dec 20 20:20:47.624 INFO O| Dec 20 20:20:47.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5140 | 2024-12-20T20:20:47.915Z | [ recovery-image] Dec 20 20:20:47.624 INFO O| Dec 20 20:20:47.624 INFO STEP 278 (remove_files) COMPLETE |
5141 | 2024-12-20T20:20:47.915Z | [ recovery-image] Dec 20 20:20:47.624 INFO O| Dec 20 20:20:47.624 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-12-20T20:20:47.941Z | [ recovery-image] Dec 20 20:20:47.649 INFO O| Dec 20 20:20:47.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5143 | 2024-12-20T20:20:47.941Z | [ recovery-image] Dec 20 20:20:47.650 INFO O| Dec 20 20:20:47.650 INFO STEP 279 (remove_files) COMPLETE |
5144 | 2024-12-20T20:20:47.941Z | [ recovery-image] Dec 20 20:20:47.650 INFO O| Dec 20 20:20:47.650 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-12-20T20:20:47.964Z | [ recovery-image] Dec 20 20:20:47.672 INFO O| Dec 20 20:20:47.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5146 | 2024-12-20T20:20:47.964Z | [ recovery-image] Dec 20 20:20:47.672 INFO O| Dec 20 20:20:47.672 INFO STEP 280 (remove_files) COMPLETE |
5147 | 2024-12-20T20:20:47.968Z | [ recovery-image] Dec 20 20:20:47.672 INFO O| Dec 20 20:20:47.672 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-20T20:20:47.997Z | [ recovery-image] Dec 20 20:20:47.706 INFO O| Dec 20 20:20:47.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5149 | 2024-12-20T20:20:47.997Z | [ recovery-image] Dec 20 20:20:47.706 INFO O| Dec 20 20:20:47.706 INFO STEP 281 (remove_files) COMPLETE |
5150 | 2024-12-20T20:20:47.997Z | [ recovery-image] Dec 20 20:20:47.706 INFO O| Dec 20 20:20:47.706 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-20T20:20:48.029Z | [ recovery-image] Dec 20 20:20:47.738 INFO O| Dec 20 20:20:47.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5152 | 2024-12-20T20:20:48.029Z | [ recovery-image] Dec 20 20:20:47.738 INFO O| Dec 20 20:20:47.738 INFO STEP 282 (remove_files) COMPLETE |
5153 | 2024-12-20T20:20:48.032Z | [ recovery-image] Dec 20 20:20:47.738 INFO O| Dec 20 20:20:47.738 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-12-20T20:20:48.055Z | [ recovery-image] Dec 20 20:20:47.763 INFO O| Dec 20 20:20:47.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5155 | 2024-12-20T20:20:48.055Z | [ recovery-image] Dec 20 20:20:47.763 INFO O| Dec 20 20:20:47.763 INFO STEP 283 (remove_files) COMPLETE |
5156 | 2024-12-20T20:20:48.055Z | [ recovery-image] Dec 20 20:20:47.763 INFO O| Dec 20 20:20:47.763 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-12-20T20:20:48.088Z | [ recovery-image] Dec 20 20:20:47.797 INFO O| Dec 20 20:20:47.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5158 | 2024-12-20T20:20:48.088Z | [ recovery-image] Dec 20 20:20:47.797 INFO O| Dec 20 20:20:47.797 INFO STEP 284 (remove_files) COMPLETE |
5159 | 2024-12-20T20:20:48.090Z | [ recovery-image] Dec 20 20:20:47.797 INFO O| Dec 20 20:20:47.797 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-12-20T20:20:48.124Z | [ recovery-image] Dec 20 20:20:47.833 INFO O| Dec 20 20:20:47.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5161 | 2024-12-20T20:20:48.134Z | [ recovery-image] Dec 20 20:20:47.843 INFO O| Dec 20 20:20:47.843 INFO STEP 285 (remove_files) COMPLETE |
5162 | 2024-12-20T20:20:48.134Z | [ recovery-image] Dec 20 20:20:47.843 INFO O| Dec 20 20:20:47.843 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-12-20T20:20:48.190Z | [ recovery-image] Dec 20 20:20:47.899 INFO O| Dec 20 20:20:47.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5164 | 2024-12-20T20:20:48.190Z | [ recovery-image] Dec 20 20:20:47.899 INFO O| Dec 20 20:20:47.899 INFO STEP 286 (remove_files) COMPLETE |
5165 | 2024-12-20T20:20:48.190Z | [ recovery-image] Dec 20 20:20:47.899 INFO O| Dec 20 20:20:47.899 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-12-20T20:20:48.210Z | [ recovery-image] Dec 20 20:20:47.919 INFO O| Dec 20 20:20:47.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5167 | 2024-12-20T20:20:48.210Z | [ recovery-image] Dec 20 20:20:47.919 INFO O| Dec 20 20:20:47.919 INFO STEP 287 (remove_files) COMPLETE |
5168 | 2024-12-20T20:20:48.210Z | [ recovery-image] Dec 20 20:20:47.919 INFO O| Dec 20 20:20:47.919 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-12-20T20:20:48.230Z | [ recovery-image] Dec 20 20:20:47.939 INFO O| Dec 20 20:20:47.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5170 | 2024-12-20T20:20:48.230Z | [ recovery-image] Dec 20 20:20:47.939 INFO O| Dec 20 20:20:47.939 INFO STEP 288 (remove_files) COMPLETE |
5171 | 2024-12-20T20:20:48.230Z | [ recovery-image] Dec 20 20:20:47.939 INFO O| Dec 20 20:20:47.939 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-12-20T20:20:48.255Z | [ recovery-image] Dec 20 20:20:47.963 INFO O| Dec 20 20:20:47.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5173 | 2024-12-20T20:20:48.255Z | [ recovery-image] Dec 20 20:20:47.963 INFO O| Dec 20 20:20:47.963 INFO STEP 289 (remove_files) COMPLETE |
5174 | 2024-12-20T20:20:48.256Z | [ recovery-image] Dec 20 20:20:47.963 INFO O| Dec 20 20:20:47.963 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-12-20T20:20:48.327Z | [ recovery-image] Dec 20 20:20:48.036 INFO O| Dec 20 20:20:48.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5176 | 2024-12-20T20:20:48.330Z | [ recovery-image] Dec 20 20:20:48.036 INFO O| Dec 20 20:20:48.036 INFO STEP 290 (remove_files) COMPLETE |
5177 | 2024-12-20T20:20:48.330Z | [ recovery-image] Dec 20 20:20:48.036 INFO O| Dec 20 20:20:48.036 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-12-20T20:20:48.350Z | [ recovery-image] Dec 20 20:20:48.059 INFO O| Dec 20 20:20:48.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5179 | 2024-12-20T20:20:48.353Z | [ recovery-image] Dec 20 20:20:48.059 INFO O| Dec 20 20:20:48.059 INFO STEP 291 (remove_files) COMPLETE |
5180 | 2024-12-20T20:20:48.354Z | [ recovery-image] Dec 20 20:20:48.059 INFO O| Dec 20 20:20:48.059 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-12-20T20:20:48.374Z | [ recovery-image] Dec 20 20:20:48.083 INFO O| Dec 20 20:20:48.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5182 | 2024-12-20T20:20:48.377Z | [ recovery-image] Dec 20 20:20:48.083 INFO O| Dec 20 20:20:48.083 INFO STEP 292 (remove_files) COMPLETE |
5183 | 2024-12-20T20:20:48.377Z | [ recovery-image] Dec 20 20:20:48.083 INFO O| Dec 20 20:20:48.083 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-12-20T20:20:48.394Z | [ recovery-image] Dec 20 20:20:48.103 INFO O| Dec 20 20:20:48.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5185 | 2024-12-20T20:20:48.396Z | [ recovery-image] Dec 20 20:20:48.103 INFO O| Dec 20 20:20:48.103 INFO STEP 293 (remove_files) COMPLETE |
5186 | 2024-12-20T20:20:48.396Z | [ recovery-image] Dec 20 20:20:48.103 INFO O| Dec 20 20:20:48.103 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-12-20T20:20:48.414Z | [ recovery-image] Dec 20 20:20:48.123 INFO O| Dec 20 20:20:48.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5188 | 2024-12-20T20:20:48.416Z | [ recovery-image] Dec 20 20:20:48.123 INFO O| Dec 20 20:20:48.123 INFO STEP 294 (remove_files) COMPLETE |
5189 | 2024-12-20T20:20:48.417Z | [ recovery-image] Dec 20 20:20:48.123 INFO O| Dec 20 20:20:48.123 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-12-20T20:20:48.440Z | [ recovery-image] Dec 20 20:20:48.148 INFO O| Dec 20 20:20:48.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5191 | 2024-12-20T20:20:48.442Z | [ recovery-image] Dec 20 20:20:48.148 INFO O| Dec 20 20:20:48.148 INFO STEP 295 (remove_files) COMPLETE |
5192 | 2024-12-20T20:20:48.442Z | [ recovery-image] Dec 20 20:20:48.148 INFO O| Dec 20 20:20:48.148 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-12-20T20:20:48.505Z | [ recovery-image] Dec 20 20:20:48.211 INFO O| Dec 20 20:20:48.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5194 | 2024-12-20T20:20:48.505Z | [ recovery-image] Dec 20 20:20:48.211 INFO O| Dec 20 20:20:48.211 INFO STEP 296 (remove_files) COMPLETE |
5195 | 2024-12-20T20:20:48.505Z | [ recovery-image] Dec 20 20:20:48.212 INFO O| Dec 20 20:20:48.211 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-12-20T20:20:48.594Z | [ recovery-image] Dec 20 20:20:48.303 INFO O| Dec 20 20:20:48.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5197 | 2024-12-20T20:20:48.594Z | [ recovery-image] Dec 20 20:20:48.303 INFO O| Dec 20 20:20:48.303 INFO STEP 297 (remove_files) COMPLETE |
5198 | 2024-12-20T20:20:48.594Z | [ recovery-image] Dec 20 20:20:48.303 INFO O| Dec 20 20:20:48.303 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-12-20T20:20:48.618Z | [ recovery-image] Dec 20 20:20:48.326 INFO O| Dec 20 20:20:48.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5200 | 2024-12-20T20:20:48.618Z | [ recovery-image] Dec 20 20:20:48.326 INFO O| Dec 20 20:20:48.326 INFO STEP 298 (remove_files) COMPLETE |
5201 | 2024-12-20T20:20:48.618Z | [ recovery-image] Dec 20 20:20:48.326 INFO O| Dec 20 20:20:48.326 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-12-20T20:20:48.639Z | [ recovery-image] Dec 20 20:20:48.347 INFO O| Dec 20 20:20:48.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5203 | 2024-12-20T20:20:48.639Z | [ recovery-image] Dec 20 20:20:48.347 INFO O| Dec 20 20:20:48.347 INFO STEP 299 (remove_files) COMPLETE |
5204 | 2024-12-20T20:20:48.639Z | [ recovery-image] Dec 20 20:20:48.347 INFO O| Dec 20 20:20:48.347 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-12-20T20:20:48.660Z | [ recovery-image] Dec 20 20:20:48.369 INFO O| Dec 20 20:20:48.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5206 | 2024-12-20T20:20:48.660Z | [ recovery-image] Dec 20 20:20:48.369 INFO O| Dec 20 20:20:48.369 INFO STEP 300 (remove_files) COMPLETE |
5207 | 2024-12-20T20:20:48.661Z | [ recovery-image] Dec 20 20:20:48.369 INFO O| Dec 20 20:20:48.369 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-12-20T20:20:48.681Z | [ recovery-image] Dec 20 20:20:48.390 INFO O| Dec 20 20:20:48.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5209 | 2024-12-20T20:20:48.681Z | [ recovery-image] Dec 20 20:20:48.390 INFO O| Dec 20 20:20:48.390 INFO STEP 301 (remove_files) COMPLETE |
5210 | 2024-12-20T20:20:48.681Z | [ recovery-image] Dec 20 20:20:48.390 INFO O| Dec 20 20:20:48.390 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-12-20T20:20:48.703Z | [ recovery-image] Dec 20 20:20:48.411 INFO O| Dec 20 20:20:48.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5212 | 2024-12-20T20:20:48.703Z | [ recovery-image] Dec 20 20:20:48.411 INFO O| Dec 20 20:20:48.411 INFO STEP 302 (remove_files) COMPLETE |
5213 | 2024-12-20T20:20:48.703Z | [ recovery-image] Dec 20 20:20:48.411 INFO O| Dec 20 20:20:48.411 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-12-20T20:20:48.723Z | [ recovery-image] Dec 20 20:20:48.432 INFO O| Dec 20 20:20:48.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5215 | 2024-12-20T20:20:48.724Z | [ recovery-image] Dec 20 20:20:48.432 INFO O| Dec 20 20:20:48.432 INFO STEP 303 (remove_files) COMPLETE |
5216 | 2024-12-20T20:20:48.727Z | [ recovery-image] Dec 20 20:20:48.432 INFO O| Dec 20 20:20:48.432 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-12-20T20:20:48.745Z | [ recovery-image] Dec 20 20:20:48.453 INFO O| Dec 20 20:20:48.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5218 | 2024-12-20T20:20:48.745Z | [ recovery-image] Dec 20 20:20:48.453 INFO O| Dec 20 20:20:48.453 INFO STEP 304 (remove_files) COMPLETE |
5219 | 2024-12-20T20:20:48.745Z | [ recovery-image] Dec 20 20:20:48.453 INFO O| Dec 20 20:20:48.453 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-12-20T20:20:48.771Z | [ recovery-image] Dec 20 20:20:48.478 INFO O| Dec 20 20:20:48.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5221 | 2024-12-20T20:20:48.771Z | [ recovery-image] Dec 20 20:20:48.478 INFO O| Dec 20 20:20:48.478 INFO STEP 305 (remove_files) COMPLETE |
5222 | 2024-12-20T20:20:48.771Z | [ recovery-image] Dec 20 20:20:48.478 INFO O| Dec 20 20:20:48.478 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-12-20T20:20:48.793Z | [ recovery-image] Dec 20 20:20:48.502 INFO O| Dec 20 20:20:48.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5224 | 2024-12-20T20:20:48.793Z | [ recovery-image] Dec 20 20:20:48.502 INFO O| Dec 20 20:20:48.502 INFO STEP 306 (remove_files) COMPLETE |
5225 | 2024-12-20T20:20:48.796Z | [ recovery-image] Dec 20 20:20:48.502 INFO O| Dec 20 20:20:48.502 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-12-20T20:20:48.817Z | [ recovery-image] Dec 20 20:20:48.525 INFO O| Dec 20 20:20:48.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5227 | 2024-12-20T20:20:48.817Z | [ recovery-image] Dec 20 20:20:48.525 INFO O| Dec 20 20:20:48.525 INFO STEP 307 (remove_files) COMPLETE |
5228 | 2024-12-20T20:20:48.817Z | [ recovery-image] Dec 20 20:20:48.525 INFO O| Dec 20 20:20:48.525 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-12-20T20:20:48.838Z | [ recovery-image] Dec 20 20:20:48.547 INFO O| Dec 20 20:20:48.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5230 | 2024-12-20T20:20:48.838Z | [ recovery-image] Dec 20 20:20:48.547 INFO O| Dec 20 20:20:48.547 INFO STEP 308 (remove_files) COMPLETE |
5231 | 2024-12-20T20:20:48.838Z | [ recovery-image] Dec 20 20:20:48.547 INFO O| Dec 20 20:20:48.547 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-12-20T20:20:48.860Z | [ recovery-image] Dec 20 20:20:48.568 INFO O| Dec 20 20:20:48.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5233 | 2024-12-20T20:20:48.860Z | [ recovery-image] Dec 20 20:20:48.568 INFO O| Dec 20 20:20:48.568 INFO STEP 309 (remove_files) COMPLETE |
5234 | 2024-12-20T20:20:48.862Z | [ recovery-image] Dec 20 20:20:48.568 INFO O| Dec 20 20:20:48.568 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-12-20T20:20:48.883Z | [ recovery-image] Dec 20 20:20:48.591 INFO O| Dec 20 20:20:48.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5236 | 2024-12-20T20:20:48.883Z | [ recovery-image] Dec 20 20:20:48.591 INFO O| Dec 20 20:20:48.591 INFO STEP 310 (remove_files) COMPLETE |
5237 | 2024-12-20T20:20:48.883Z | [ recovery-image] Dec 20 20:20:48.591 INFO O| Dec 20 20:20:48.591 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-12-20T20:20:48.923Z | [ recovery-image] Dec 20 20:20:48.632 INFO O| Dec 20 20:20:48.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5239 | 2024-12-20T20:20:48.923Z | [ recovery-image] Dec 20 20:20:48.632 INFO O| Dec 20 20:20:48.632 INFO STEP 311 (remove_files) COMPLETE |
5240 | 2024-12-20T20:20:48.927Z | [ recovery-image] Dec 20 20:20:48.632 INFO O| Dec 20 20:20:48.632 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-12-20T20:20:48.960Z | [ recovery-image] Dec 20 20:20:48.668 INFO O| Dec 20 20:20:48.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5242 | 2024-12-20T20:20:48.960Z | [ recovery-image] Dec 20 20:20:48.668 INFO O| Dec 20 20:20:48.668 INFO STEP 312 (remove_files) COMPLETE |
5243 | 2024-12-20T20:20:48.962Z | [ recovery-image] Dec 20 20:20:48.668 INFO O| Dec 20 20:20:48.668 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-12-20T20:20:48.981Z | [ recovery-image] Dec 20 20:20:48.690 INFO O| Dec 20 20:20:48.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5245 | 2024-12-20T20:20:48.981Z | [ recovery-image] Dec 20 20:20:48.690 INFO O| Dec 20 20:20:48.690 INFO STEP 313 (remove_files) COMPLETE |
5246 | 2024-12-20T20:20:48.984Z | [ recovery-image] Dec 20 20:20:48.690 INFO O| Dec 20 20:20:48.690 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-12-20T20:20:49.028Z | [ recovery-image] Dec 20 20:20:48.737 INFO O| Dec 20 20:20:48.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5248 | 2024-12-20T20:20:49.028Z | [ recovery-image] Dec 20 20:20:48.737 INFO O| Dec 20 20:20:48.737 INFO STEP 314 (remove_files) COMPLETE |
5249 | 2024-12-20T20:20:49.029Z | [ recovery-image] Dec 20 20:20:48.737 INFO O| Dec 20 20:20:48.737 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-12-20T20:20:49.049Z | [ recovery-image] Dec 20 20:20:48.757 INFO O| Dec 20 20:20:48.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5251 | 2024-12-20T20:20:49.049Z | [ recovery-image] Dec 20 20:20:48.757 INFO O| Dec 20 20:20:48.757 INFO STEP 315 (remove_files) COMPLETE |
5252 | 2024-12-20T20:20:49.049Z | [ recovery-image] Dec 20 20:20:48.757 INFO O| Dec 20 20:20:48.757 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-12-20T20:20:49.089Z | [ recovery-image] Dec 20 20:20:48.796 INFO O| Dec 20 20:20:48.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5254 | 2024-12-20T20:20:49.089Z | [ recovery-image] Dec 20 20:20:48.796 INFO O| Dec 20 20:20:48.796 INFO STEP 316 (remove_files) COMPLETE |
5255 | 2024-12-20T20:20:49.092Z | [ recovery-image] Dec 20 20:20:48.796 INFO O| Dec 20 20:20:48.796 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-12-20T20:20:49.147Z | [ recovery-image] Dec 20 20:20:48.856 INFO O| Dec 20 20:20:48.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5257 | 2024-12-20T20:20:49.147Z | [ recovery-image] Dec 20 20:20:48.856 INFO O| Dec 20 20:20:48.856 INFO STEP 317 (remove_files) COMPLETE |
5258 | 2024-12-20T20:20:49.147Z | [ recovery-image] Dec 20 20:20:48.856 INFO O| Dec 20 20:20:48.856 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-12-20T20:20:49.166Z | [ recovery-image] Dec 20 20:20:48.874 INFO O| Dec 20 20:20:48.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5260 | 2024-12-20T20:20:49.166Z | [ recovery-image] Dec 20 20:20:48.875 INFO O| Dec 20 20:20:48.875 INFO STEP 318 (remove_files) COMPLETE |
5261 | 2024-12-20T20:20:49.166Z | [ recovery-image] Dec 20 20:20:48.875 INFO O| Dec 20 20:20:48.875 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-12-20T20:20:49.185Z | [ recovery-image] Dec 20 20:20:48.893 INFO O| Dec 20 20:20:48.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5263 | 2024-12-20T20:20:49.185Z | [ recovery-image] Dec 20 20:20:48.893 INFO O| Dec 20 20:20:48.893 INFO STEP 319 (remove_files) COMPLETE |
5264 | 2024-12-20T20:20:49.188Z | [ recovery-image] Dec 20 20:20:48.893 INFO O| Dec 20 20:20:48.893 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-12-20T20:20:49.204Z | [ recovery-image] Dec 20 20:20:48.912 INFO O| Dec 20 20:20:48.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5266 | 2024-12-20T20:20:49.206Z | [ recovery-image] Dec 20 20:20:48.912 INFO O| Dec 20 20:20:48.912 INFO STEP 320 (remove_files) COMPLETE |
5267 | 2024-12-20T20:20:49.206Z | [ recovery-image] Dec 20 20:20:48.912 INFO O| Dec 20 20:20:48.912 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-12-20T20:20:49.225Z | [ recovery-image] Dec 20 20:20:48.932 INFO O| Dec 20 20:20:48.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5269 | 2024-12-20T20:20:49.225Z | [ recovery-image] Dec 20 20:20:48.932 INFO O| Dec 20 20:20:48.932 INFO STEP 321 (remove_files) COMPLETE |
5270 | 2024-12-20T20:20:49.225Z | [ recovery-image] Dec 20 20:20:48.932 INFO O| Dec 20 20:20:48.932 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-12-20T20:20:49.247Z | [ recovery-image] Dec 20 20:20:48.955 INFO O| Dec 20 20:20:48.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5272 | 2024-12-20T20:20:49.247Z | [ recovery-image] Dec 20 20:20:48.955 INFO O| Dec 20 20:20:48.955 INFO STEP 322 (remove_files) COMPLETE |
5273 | 2024-12-20T20:20:49.247Z | [ recovery-image] Dec 20 20:20:48.955 INFO O| Dec 20 20:20:48.955 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-20T20:20:49.278Z | [ recovery-image] Dec 20 20:20:48.985 INFO O| Dec 20 20:20:48.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5275 | 2024-12-20T20:20:49.298Z | [ recovery-image] Dec 20 20:20:49.005 INFO O| Dec 20 20:20:49.005 INFO STEP 323 (remove_files) COMPLETE |
5276 | 2024-12-20T20:20:49.298Z | [ recovery-image] Dec 20 20:20:49.005 INFO O| Dec 20 20:20:49.005 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-20T20:20:49.351Z | [ recovery-image] Dec 20 20:20:49.058 INFO O| Dec 20 20:20:49.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5278 | 2024-12-20T20:20:49.351Z | [ recovery-image] Dec 20 20:20:49.058 INFO O| Dec 20 20:20:49.058 INFO STEP 324 (remove_files) COMPLETE |
5279 | 2024-12-20T20:20:49.351Z | [ recovery-image] Dec 20 20:20:49.058 INFO O| Dec 20 20:20:49.058 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-20T20:20:49.369Z | [ recovery-image] Dec 20 20:20:49.078 INFO O| Dec 20 20:20:49.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5281 | 2024-12-20T20:20:49.369Z | [ recovery-image] Dec 20 20:20:49.078 INFO O| Dec 20 20:20:49.078 INFO STEP 325 (remove_files) COMPLETE |
5282 | 2024-12-20T20:20:49.370Z | [ recovery-image] Dec 20 20:20:49.078 INFO O| Dec 20 20:20:49.078 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-20T20:20:49.390Z | [ recovery-image] Dec 20 20:20:49.099 INFO O| Dec 20 20:20:49.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5284 | 2024-12-20T20:20:49.390Z | [ recovery-image] Dec 20 20:20:49.099 INFO O| Dec 20 20:20:49.099 INFO STEP 326 (remove_files) COMPLETE |
5285 | 2024-12-20T20:20:49.391Z | [ recovery-image] Dec 20 20:20:49.099 INFO O| Dec 20 20:20:49.099 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-20T20:20:49.414Z | [ recovery-image] Dec 20 20:20:49.119 INFO O| Dec 20 20:20:49.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5287 | 2024-12-20T20:20:49.414Z | [ recovery-image] Dec 20 20:20:49.119 INFO O| Dec 20 20:20:49.119 INFO STEP 327 (remove_files) COMPLETE |
5288 | 2024-12-20T20:20:49.414Z | [ recovery-image] Dec 20 20:20:49.120 INFO O| Dec 20 20:20:49.119 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-20T20:20:49.433Z | [ recovery-image] Dec 20 20:20:49.139 INFO O| Dec 20 20:20:49.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5290 | 2024-12-20T20:20:49.433Z | [ recovery-image] Dec 20 20:20:49.139 INFO O| Dec 20 20:20:49.139 INFO STEP 328 (remove_files) COMPLETE |
5291 | 2024-12-20T20:20:49.433Z | [ recovery-image] Dec 20 20:20:49.139 INFO O| Dec 20 20:20:49.139 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-20T20:20:49.454Z | [ recovery-image] Dec 20 20:20:49.160 INFO O| Dec 20 20:20:49.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5293 | 2024-12-20T20:20:49.454Z | [ recovery-image] Dec 20 20:20:49.160 INFO O| Dec 20 20:20:49.160 INFO STEP 329 (remove_files) COMPLETE |
5294 | 2024-12-20T20:20:49.454Z | [ recovery-image] Dec 20 20:20:49.161 INFO O| Dec 20 20:20:49.160 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-20T20:20:49.474Z | [ recovery-image] Dec 20 20:20:49.181 INFO O| Dec 20 20:20:49.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5296 | 2024-12-20T20:20:49.474Z | [ recovery-image] Dec 20 20:20:49.181 INFO O| Dec 20 20:20:49.181 INFO STEP 330 (remove_files) COMPLETE |
5297 | 2024-12-20T20:20:49.474Z | [ recovery-image] Dec 20 20:20:49.181 INFO O| Dec 20 20:20:49.181 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-20T20:20:49.493Z | [ recovery-image] Dec 20 20:20:49.201 INFO O| Dec 20 20:20:49.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5299 | 2024-12-20T20:20:49.493Z | [ recovery-image] Dec 20 20:20:49.202 INFO O| Dec 20 20:20:49.201 INFO STEP 331 (remove_files) COMPLETE |
5300 | 2024-12-20T20:20:49.493Z | [ recovery-image] Dec 20 20:20:49.202 INFO O| Dec 20 20:20:49.201 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-20T20:20:49.514Z | [ recovery-image] Dec 20 20:20:49.222 INFO O| Dec 20 20:20:49.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5302 | 2024-12-20T20:20:49.514Z | [ recovery-image] Dec 20 20:20:49.222 INFO O| Dec 20 20:20:49.222 INFO STEP 332 (remove_files) COMPLETE |
5303 | 2024-12-20T20:20:49.514Z | [ recovery-image] Dec 20 20:20:49.222 INFO O| Dec 20 20:20:49.222 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-20T20:20:49.533Z | [ recovery-image] Dec 20 20:20:49.242 INFO O| Dec 20 20:20:49.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5305 | 2024-12-20T20:20:49.533Z | [ recovery-image] Dec 20 20:20:49.242 INFO O| Dec 20 20:20:49.242 INFO STEP 333 (remove_files) COMPLETE |
5306 | 2024-12-20T20:20:49.533Z | [ recovery-image] Dec 20 20:20:49.242 INFO O| Dec 20 20:20:49.242 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-20T20:20:49.557Z | [ recovery-image] Dec 20 20:20:49.266 INFO O| Dec 20 20:20:49.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5308 | 2024-12-20T20:20:49.560Z | [ recovery-image] Dec 20 20:20:49.266 INFO O| Dec 20 20:20:49.266 INFO STEP 334 (remove_files) COMPLETE |
5309 | 2024-12-20T20:20:49.560Z | [ recovery-image] Dec 20 20:20:49.266 INFO O| Dec 20 20:20:49.266 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-20T20:20:49.579Z | [ recovery-image] Dec 20 20:20:49.287 INFO O| Dec 20 20:20:49.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5311 | 2024-12-20T20:20:49.583Z | [ recovery-image] Dec 20 20:20:49.287 INFO O| Dec 20 20:20:49.287 INFO STEP 335 (remove_files) COMPLETE |
5312 | 2024-12-20T20:20:49.583Z | [ recovery-image] Dec 20 20:20:49.288 INFO O| Dec 20 20:20:49.287 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-20T20:20:49.601Z | [ recovery-image] Dec 20 20:20:49.309 INFO O| Dec 20 20:20:49.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5314 | 2024-12-20T20:20:49.604Z | [ recovery-image] Dec 20 20:20:49.309 INFO O| Dec 20 20:20:49.309 INFO STEP 336 (remove_files) COMPLETE |
5315 | 2024-12-20T20:20:49.604Z | [ recovery-image] Dec 20 20:20:49.309 INFO O| Dec 20 20:20:49.309 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-20T20:20:49.621Z | [ recovery-image] Dec 20 20:20:49.330 INFO O| Dec 20 20:20:49.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5317 | 2024-12-20T20:20:49.624Z | [ recovery-image] Dec 20 20:20:49.330 INFO O| Dec 20 20:20:49.330 INFO STEP 337 (remove_files) COMPLETE |
5318 | 2024-12-20T20:20:49.624Z | [ recovery-image] Dec 20 20:20:49.330 INFO O| Dec 20 20:20:49.330 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-20T20:20:49.643Z | [ recovery-image] Dec 20 20:20:49.351 INFO O| Dec 20 20:20:49.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5320 | 2024-12-20T20:20:49.646Z | [ recovery-image] Dec 20 20:20:49.352 INFO O| Dec 20 20:20:49.352 INFO STEP 338 (remove_files) COMPLETE |
5321 | 2024-12-20T20:20:49.646Z | [ recovery-image] Dec 20 20:20:49.352 INFO O| Dec 20 20:20:49.352 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-20T20:20:49.674Z | [ recovery-image] Dec 20 20:20:49.382 INFO O| Dec 20 20:20:49.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5323 | 2024-12-20T20:20:49.676Z | [ recovery-image] Dec 20 20:20:49.383 INFO O| Dec 20 20:20:49.382 INFO STEP 339 (remove_files) COMPLETE |
5324 | 2024-12-20T20:20:49.676Z | [ recovery-image] Dec 20 20:20:49.383 INFO O| Dec 20 20:20:49.383 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-20T20:20:49.695Z | [ recovery-image] Dec 20 20:20:49.403 INFO O| Dec 20 20:20:49.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5326 | 2024-12-20T20:20:49.697Z | [ recovery-image] Dec 20 20:20:49.404 INFO O| Dec 20 20:20:49.404 INFO STEP 340 (remove_files) COMPLETE |
5327 | 2024-12-20T20:20:49.697Z | [ recovery-image] Dec 20 20:20:49.404 INFO O| Dec 20 20:20:49.404 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-20T20:20:49.715Z | [ recovery-image] Dec 20 20:20:49.424 INFO O| Dec 20 20:20:49.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5329 | 2024-12-20T20:20:49.718Z | [ recovery-image] Dec 20 20:20:49.424 INFO O| Dec 20 20:20:49.424 INFO STEP 341 (remove_files) COMPLETE |
5330 | 2024-12-20T20:20:49.719Z | [ recovery-image] Dec 20 20:20:49.424 INFO O| Dec 20 20:20:49.424 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-20T20:20:49.736Z | [ recovery-image] Dec 20 20:20:49.444 INFO O| Dec 20 20:20:49.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5332 | 2024-12-20T20:20:49.740Z | [ recovery-image] Dec 20 20:20:49.444 INFO O| Dec 20 20:20:49.444 INFO STEP 342 (remove_files) COMPLETE |
5333 | 2024-12-20T20:20:49.740Z | [ recovery-image] Dec 20 20:20:49.445 INFO O| Dec 20 20:20:49.444 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-20T20:20:49.756Z | [ recovery-image] Dec 20 20:20:49.464 INFO O| Dec 20 20:20:49.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5335 | 2024-12-20T20:20:49.759Z | [ recovery-image] Dec 20 20:20:49.464 INFO O| Dec 20 20:20:49.464 INFO STEP 343 (remove_files) COMPLETE |
5336 | 2024-12-20T20:20:49.760Z | [ recovery-image] Dec 20 20:20:49.464 INFO O| Dec 20 20:20:49.464 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-20T20:20:49.807Z | [ recovery-image] Dec 20 20:20:49.515 INFO O| Dec 20 20:20:49.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5338 | 2024-12-20T20:20:49.810Z | [ recovery-image] Dec 20 20:20:49.515 INFO O| Dec 20 20:20:49.515 INFO STEP 344 (remove_files) COMPLETE |
5339 | 2024-12-20T20:20:49.810Z | [ recovery-image] Dec 20 20:20:49.515 INFO O| Dec 20 20:20:49.515 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-20T20:20:49.828Z | [ recovery-image] Dec 20 20:20:49.536 INFO O| Dec 20 20:20:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5341 | 2024-12-20T20:20:49.831Z | [ recovery-image] Dec 20 20:20:49.537 INFO O| Dec 20 20:20:49.536 INFO STEP 345 (remove_files) COMPLETE |
5342 | 2024-12-20T20:20:49.831Z | [ recovery-image] Dec 20 20:20:49.537 INFO O| Dec 20 20:20:49.537 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-20T20:20:49.849Z | [ recovery-image] Dec 20 20:20:49.555 INFO O| Dec 20 20:20:49.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5344 | 2024-12-20T20:20:49.849Z | [ recovery-image] Dec 20 20:20:49.556 INFO O| Dec 20 20:20:49.556 INFO STEP 346 (remove_files) COMPLETE |
5345 | 2024-12-20T20:20:49.854Z | [ recovery-image] Dec 20 20:20:49.556 INFO O| Dec 20 20:20:49.556 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-20T20:20:49.866Z | [ recovery-image] Dec 20 20:20:49.574 INFO O| Dec 20 20:20:49.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5347 | 2024-12-20T20:20:49.871Z | [ recovery-image] Dec 20 20:20:49.574 INFO O| Dec 20 20:20:49.574 INFO STEP 347 (remove_files) COMPLETE |
5348 | 2024-12-20T20:20:49.871Z | [ recovery-image] Dec 20 20:20:49.574 INFO O| Dec 20 20:20:49.574 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-20T20:20:49.955Z | [ recovery-image] Dec 20 20:20:49.663 INFO O| Dec 20 20:20:49.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5350 | 2024-12-20T20:20:49.955Z | [ recovery-image] Dec 20 20:20:49.663 INFO O| Dec 20 20:20:49.663 INFO STEP 348 (remove_files) COMPLETE |
5351 | 2024-12-20T20:20:49.955Z | [ recovery-image] Dec 20 20:20:49.663 INFO O| Dec 20 20:20:49.663 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-20T20:20:49.977Z | [ recovery-image] Dec 20 20:20:49.685 INFO O| Dec 20 20:20:49.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5353 | 2024-12-20T20:20:49.978Z | [ recovery-image] Dec 20 20:20:49.685 INFO O| Dec 20 20:20:49.685 INFO STEP 349 (remove_files) COMPLETE |
5354 | 2024-12-20T20:20:49.978Z | [ recovery-image] Dec 20 20:20:49.685 INFO O| Dec 20 20:20:49.685 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-20T20:20:49.997Z | [ recovery-image] Dec 20 20:20:49.705 INFO O| Dec 20 20:20:49.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5356 | 2024-12-20T20:20:49.997Z | [ recovery-image] Dec 20 20:20:49.705 INFO O| Dec 20 20:20:49.705 INFO STEP 350 (remove_files) COMPLETE |
5357 | 2024-12-20T20:20:49.997Z | [ recovery-image] Dec 20 20:20:49.705 INFO O| Dec 20 20:20:49.705 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-20T20:20:50.017Z | [ recovery-image] Dec 20 20:20:49.725 INFO O| Dec 20 20:20:49.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5359 | 2024-12-20T20:20:50.017Z | [ recovery-image] Dec 20 20:20:49.725 INFO O| Dec 20 20:20:49.725 INFO STEP 351 (remove_files) COMPLETE |
5360 | 2024-12-20T20:20:50.017Z | [ recovery-image] Dec 20 20:20:49.725 INFO O| Dec 20 20:20:49.725 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-20T20:20:50.039Z | [ recovery-image] Dec 20 20:20:49.747 INFO O| Dec 20 20:20:49.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5362 | 2024-12-20T20:20:50.039Z | [ recovery-image] Dec 20 20:20:49.747 INFO O| Dec 20 20:20:49.747 INFO STEP 352 (remove_files) COMPLETE |
5363 | 2024-12-20T20:20:50.039Z | [ recovery-image] Dec 20 20:20:49.747 INFO O| Dec 20 20:20:49.747 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-20T20:20:50.100Z | [ recovery-image] Dec 20 20:20:49.807 INFO O| Dec 20 20:20:49.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5365 | 2024-12-20T20:20:50.100Z | [ recovery-image] Dec 20 20:20:49.807 INFO O| Dec 20 20:20:49.807 INFO STEP 353 (remove_files) COMPLETE |
5366 | 2024-12-20T20:20:50.100Z | [ recovery-image] Dec 20 20:20:49.807 INFO O| Dec 20 20:20:49.807 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-20T20:20:50.136Z | [ recovery-image] Dec 20 20:20:49.845 INFO O| Dec 20 20:20:49.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5368 | 2024-12-20T20:20:50.136Z | [ recovery-image] Dec 20 20:20:49.845 INFO O| Dec 20 20:20:49.845 INFO STEP 354 (remove_files) COMPLETE |
5369 | 2024-12-20T20:20:50.136Z | [ recovery-image] Dec 20 20:20:49.845 INFO O| Dec 20 20:20:49.845 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-20T20:20:50.159Z | [ recovery-image] Dec 20 20:20:49.866 INFO O| Dec 20 20:20:49.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5371 | 2024-12-20T20:20:50.159Z | [ recovery-image] Dec 20 20:20:49.866 INFO O| Dec 20 20:20:49.866 INFO STEP 355 (remove_files) COMPLETE |
5372 | 2024-12-20T20:20:50.161Z | [ recovery-image] Dec 20 20:20:49.866 INFO O| Dec 20 20:20:49.866 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-20T20:20:50.178Z | [ recovery-image] Dec 20 20:20:49.887 INFO O| Dec 20 20:20:49.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5374 | 2024-12-20T20:20:50.178Z | [ recovery-image] Dec 20 20:20:49.887 INFO O| Dec 20 20:20:49.887 INFO STEP 356 (remove_files) COMPLETE |
5375 | 2024-12-20T20:20:50.181Z | [ recovery-image] Dec 20 20:20:49.887 INFO O| Dec 20 20:20:49.887 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-20T20:20:50.199Z | [ recovery-image] Dec 20 20:20:49.908 INFO O| Dec 20 20:20:49.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5377 | 2024-12-20T20:20:50.199Z | [ recovery-image] Dec 20 20:20:49.908 INFO O| Dec 20 20:20:49.908 INFO STEP 357 (remove_files) COMPLETE |
5378 | 2024-12-20T20:20:50.199Z | [ recovery-image] Dec 20 20:20:49.908 INFO O| Dec 20 20:20:49.908 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-20T20:20:50.221Z | [ recovery-image] Dec 20 20:20:49.930 INFO O| Dec 20 20:20:49.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5380 | 2024-12-20T20:20:50.221Z | [ recovery-image] Dec 20 20:20:49.930 INFO O| Dec 20 20:20:49.930 INFO STEP 358 (remove_files) COMPLETE |
5381 | 2024-12-20T20:20:50.221Z | [ recovery-image] Dec 20 20:20:49.930 INFO O| Dec 20 20:20:49.930 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-20T20:20:50.271Z | [ recovery-image] Dec 20 20:20:49.974 INFO O| Dec 20 20:20:49.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5383 | 2024-12-20T20:20:50.271Z | [ recovery-image] Dec 20 20:20:49.974 INFO O| Dec 20 20:20:49.974 INFO STEP 359 (remove_files) COMPLETE |
5384 | 2024-12-20T20:20:50.274Z | [ recovery-image] Dec 20 20:20:49.974 INFO O| Dec 20 20:20:49.974 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-20T20:20:50.300Z | [ recovery-image] Dec 20 20:20:50.007 INFO O| Dec 20 20:20:50.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5386 | 2024-12-20T20:20:50.300Z | [ recovery-image] Dec 20 20:20:50.007 INFO O| Dec 20 20:20:50.007 INFO STEP 360 (remove_files) COMPLETE |
5387 | 2024-12-20T20:20:50.300Z | [ recovery-image] Dec 20 20:20:50.007 INFO O| Dec 20 20:20:50.007 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-20T20:20:50.341Z | [ recovery-image] Dec 20 20:20:50.048 INFO O| Dec 20 20:20:50.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5389 | 2024-12-20T20:20:50.341Z | [ recovery-image] Dec 20 20:20:50.048 INFO O| Dec 20 20:20:50.048 INFO STEP 361 (remove_files) COMPLETE |
5390 | 2024-12-20T20:20:50.341Z | [ recovery-image] Dec 20 20:20:50.048 INFO O| Dec 20 20:20:50.048 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-20T20:20:50.359Z | [ recovery-image] Dec 20 20:20:50.067 INFO O| Dec 20 20:20:50.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5392 | 2024-12-20T20:20:50.359Z | [ recovery-image] Dec 20 20:20:50.067 INFO O| Dec 20 20:20:50.067 INFO STEP 362 (remove_files) COMPLETE |
5393 | 2024-12-20T20:20:50.359Z | [ recovery-image] Dec 20 20:20:50.067 INFO O| Dec 20 20:20:50.067 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-20T20:20:50.378Z | [ recovery-image] Dec 20 20:20:50.087 INFO O| Dec 20 20:20:50.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5395 | 2024-12-20T20:20:50.378Z | [ recovery-image] Dec 20 20:20:50.087 INFO O| Dec 20 20:20:50.087 INFO STEP 363 (remove_files) COMPLETE |
5396 | 2024-12-20T20:20:50.381Z | [ recovery-image] Dec 20 20:20:50.087 INFO O| Dec 20 20:20:50.087 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-20T20:20:50.397Z | [ recovery-image] Dec 20 20:20:50.106 INFO O| Dec 20 20:20:50.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5398 | 2024-12-20T20:20:50.397Z | [ recovery-image] Dec 20 20:20:50.106 INFO O| Dec 20 20:20:50.106 INFO STEP 364 (remove_files) COMPLETE |
5399 | 2024-12-20T20:20:50.397Z | [ recovery-image] Dec 20 20:20:50.106 INFO O| Dec 20 20:20:50.106 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-20T20:20:50.416Z | [ recovery-image] Dec 20 20:20:50.125 INFO O| Dec 20 20:20:50.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5401 | 2024-12-20T20:20:50.416Z | [ recovery-image] Dec 20 20:20:50.125 INFO O| Dec 20 20:20:50.125 INFO STEP 365 (remove_files) COMPLETE |
5402 | 2024-12-20T20:20:50.416Z | [ recovery-image] Dec 20 20:20:50.125 INFO O| Dec 20 20:20:50.125 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-20T20:20:50.469Z | [ recovery-image] Dec 20 20:20:50.176 INFO O| Dec 20 20:20:50.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5404 | 2024-12-20T20:20:50.469Z | [ recovery-image] Dec 20 20:20:50.177 INFO O| Dec 20 20:20:50.176 INFO STEP 366 (remove_files) COMPLETE |
5405 | 2024-12-20T20:20:50.469Z | [ recovery-image] Dec 20 20:20:50.177 INFO O| Dec 20 20:20:50.177 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-20T20:20:50.487Z | [ recovery-image] Dec 20 20:20:50.196 INFO O| Dec 20 20:20:50.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5407 | 2024-12-20T20:20:50.490Z | [ recovery-image] Dec 20 20:20:50.196 INFO O| Dec 20 20:20:50.196 INFO STEP 367 (remove_files) COMPLETE |
5408 | 2024-12-20T20:20:50.490Z | [ recovery-image] Dec 20 20:20:50.196 INFO O| Dec 20 20:20:50.196 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-12-20T20:20:50.506Z | [ recovery-image] Dec 20 20:20:50.215 INFO O| Dec 20 20:20:50.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5410 | 2024-12-20T20:20:50.506Z | [ recovery-image] Dec 20 20:20:50.215 INFO O| Dec 20 20:20:50.215 INFO STEP 368 (remove_files) COMPLETE |
5411 | 2024-12-20T20:20:50.506Z | [ recovery-image] Dec 20 20:20:50.215 INFO O| Dec 20 20:20:50.215 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-12-20T20:20:50.525Z | [ recovery-image] Dec 20 20:20:50.233 INFO O| Dec 20 20:20:50.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5413 | 2024-12-20T20:20:50.525Z | [ recovery-image] Dec 20 20:20:50.233 INFO O| Dec 20 20:20:50.233 INFO STEP 369 (remove_files) COMPLETE |
5414 | 2024-12-20T20:20:50.525Z | [ recovery-image] Dec 20 20:20:50.233 INFO O| Dec 20 20:20:50.233 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-12-20T20:20:50.544Z | [ recovery-image] Dec 20 20:20:50.252 INFO O| Dec 20 20:20:50.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5416 | 2024-12-20T20:20:50.544Z | [ recovery-image] Dec 20 20:20:50.252 INFO O| Dec 20 20:20:50.252 INFO STEP 370 (remove_files) COMPLETE |
5417 | 2024-12-20T20:20:50.547Z | [ recovery-image] Dec 20 20:20:50.252 INFO O| Dec 20 20:20:50.252 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-12-20T20:20:50.581Z | [ recovery-image] Dec 20 20:20:50.290 INFO O| Dec 20 20:20:50.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5419 | 2024-12-20T20:20:50.581Z | [ recovery-image] Dec 20 20:20:50.290 INFO O| Dec 20 20:20:50.290 INFO STEP 371 (remove_files) COMPLETE |
5420 | 2024-12-20T20:20:50.581Z | [ recovery-image] Dec 20 20:20:50.290 INFO O| Dec 20 20:20:50.290 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-12-20T20:20:50.599Z | [ recovery-image] Dec 20 20:20:50.308 INFO O| Dec 20 20:20:50.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5422 | 2024-12-20T20:20:50.599Z | [ recovery-image] Dec 20 20:20:50.308 INFO O| Dec 20 20:20:50.308 INFO STEP 372 (remove_files) COMPLETE |
5423 | 2024-12-20T20:20:50.599Z | [ recovery-image] Dec 20 20:20:50.308 INFO O| Dec 20 20:20:50.308 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-12-20T20:20:50.618Z | [ recovery-image] Dec 20 20:20:50.327 INFO O| Dec 20 20:20:50.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5425 | 2024-12-20T20:20:50.638Z | [ recovery-image] Dec 20 20:20:50.346 INFO O| Dec 20 20:20:50.346 INFO STEP 373 (remove_files) COMPLETE |
5426 | 2024-12-20T20:20:50.638Z | [ recovery-image] Dec 20 20:20:50.346 INFO O| Dec 20 20:20:50.346 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-12-20T20:20:50.669Z | [ recovery-image] Dec 20 20:20:50.377 INFO O| Dec 20 20:20:50.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5428 | 2024-12-20T20:20:50.669Z | [ recovery-image] Dec 20 20:20:50.377 INFO O| Dec 20 20:20:50.377 INFO STEP 374 (remove_files) COMPLETE |
5429 | 2024-12-20T20:20:50.669Z | [ recovery-image] Dec 20 20:20:50.377 INFO O| Dec 20 20:20:50.377 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-12-20T20:20:50.705Z | [ recovery-image] Dec 20 20:20:50.413 INFO O| Dec 20 20:20:50.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5431 | 2024-12-20T20:20:50.715Z | [ recovery-image] Dec 20 20:20:50.422 INFO O| Dec 20 20:20:50.422 INFO STEP 375 (remove_files) COMPLETE |
5432 | 2024-12-20T20:20:50.715Z | [ recovery-image] Dec 20 20:20:50.422 INFO O| Dec 20 20:20:50.422 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-12-20T20:20:50.771Z | [ recovery-image] Dec 20 20:20:50.479 INFO O| Dec 20 20:20:50.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5434 | 2024-12-20T20:20:50.771Z | [ recovery-image] Dec 20 20:20:50.479 INFO O| Dec 20 20:20:50.479 INFO STEP 376 (remove_files) COMPLETE |
5435 | 2024-12-20T20:20:50.771Z | [ recovery-image] Dec 20 20:20:50.479 INFO O| Dec 20 20:20:50.479 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-12-20T20:20:50.791Z | [ recovery-image] Dec 20 20:20:50.500 INFO O| Dec 20 20:20:50.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5437 | 2024-12-20T20:20:50.791Z | [ recovery-image] Dec 20 20:20:50.500 INFO O| Dec 20 20:20:50.500 INFO STEP 377 (remove_files) COMPLETE |
5438 | 2024-12-20T20:20:50.791Z | [ recovery-image] Dec 20 20:20:50.500 INFO O| Dec 20 20:20:50.500 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-12-20T20:20:50.812Z | [ recovery-image] Dec 20 20:20:50.521 INFO O| Dec 20 20:20:50.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5440 | 2024-12-20T20:20:50.812Z | [ recovery-image] Dec 20 20:20:50.521 INFO O| Dec 20 20:20:50.521 INFO STEP 378 (remove_files) COMPLETE |
5441 | 2024-12-20T20:20:50.813Z | [ recovery-image] Dec 20 20:20:50.521 INFO O| Dec 20 20:20:50.521 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-12-20T20:20:50.829Z | [ recovery-image] Dec 20 20:20:50.538 INFO O| Dec 20 20:20:50.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5443 | 2024-12-20T20:20:50.843Z | [ recovery-image] Dec 20 20:20:50.551 INFO O| Dec 20 20:20:50.551 INFO STEP 379 (remove_files) COMPLETE |
5444 | 2024-12-20T20:20:50.843Z | [ recovery-image] Dec 20 20:20:50.551 INFO O| Dec 20 20:20:50.551 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-12-20T20:20:50.876Z | [ recovery-image] Dec 20 20:20:50.584 INFO O| Dec 20 20:20:50.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5446 | 2024-12-20T20:20:50.876Z | [ recovery-image] Dec 20 20:20:50.584 INFO O| Dec 20 20:20:50.584 INFO STEP 380 (remove_files) COMPLETE |
5447 | 2024-12-20T20:20:50.876Z | [ recovery-image] Dec 20 20:20:50.584 INFO O| Dec 20 20:20:50.584 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-12-20T20:20:50.896Z | [ recovery-image] Dec 20 20:20:50.605 INFO O| Dec 20 20:20:50.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5449 | 2024-12-20T20:20:50.928Z | [ recovery-image] Dec 20 20:20:50.637 INFO O| Dec 20 20:20:50.637 INFO STEP 381 (remove_files) COMPLETE |
5450 | 2024-12-20T20:20:50.928Z | [ recovery-image] Dec 20 20:20:50.637 INFO O| Dec 20 20:20:50.637 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-12-20T20:20:50.977Z | [ host-image] Dec 20 20:20:50.685 INFO O| Dec 20 20:20:50.685 INFO O| Download: Completed 199.66 MB in 294.34 seconds (692k/s) |
5452 | 2024-12-20T20:20:51.017Z | [ recovery-image] Dec 20 20:20:50.726 INFO O| Dec 20 20:20:50.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5453 | 2024-12-20T20:20:51.017Z | [ recovery-image] Dec 20 20:20:50.726 INFO O| Dec 20 20:20:50.726 INFO STEP 382 (remove_files) COMPLETE |
5454 | 2024-12-20T20:20:51.018Z | [ recovery-image] Dec 20 20:20:50.726 INFO O| Dec 20 20:20:50.726 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-12-20T20:20:51.036Z | [ recovery-image] Dec 20 20:20:50.745 INFO O| Dec 20 20:20:50.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5456 | 2024-12-20T20:20:51.036Z | [ recovery-image] Dec 20 20:20:50.745 INFO O| Dec 20 20:20:50.745 INFO STEP 383 (remove_files) COMPLETE |
5457 | 2024-12-20T20:20:51.036Z | [ recovery-image] Dec 20 20:20:50.745 INFO O| Dec 20 20:20:50.745 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-12-20T20:20:51.076Z | [ recovery-image] Dec 20 20:20:50.784 INFO O| Dec 20 20:20:50.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5459 | 2024-12-20T20:20:51.076Z | [ recovery-image] Dec 20 20:20:50.784 INFO O| Dec 20 20:20:50.784 INFO STEP 384 (remove_files) COMPLETE |
5460 | 2024-12-20T20:20:51.076Z | [ recovery-image] Dec 20 20:20:50.784 INFO O| Dec 20 20:20:50.784 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-20T20:20:51.120Z | [ recovery-image] Dec 20 20:20:50.826 INFO O| Dec 20 20:20:50.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5462 | 2024-12-20T20:20:51.125Z | [ recovery-image] Dec 20 20:20:50.826 INFO O| Dec 20 20:20:50.826 INFO STEP 385 (remove_files) COMPLETE |
5463 | 2024-12-20T20:20:51.125Z | [ recovery-image] Dec 20 20:20:50.826 INFO O| Dec 20 20:20:50.826 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-20T20:20:51.140Z | [ recovery-image] Dec 20 20:20:50.847 INFO O| Dec 20 20:20:50.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5465 | 2024-12-20T20:20:51.142Z | [ recovery-image] Dec 20 20:20:50.848 INFO O| Dec 20 20:20:50.848 INFO STEP 386 (remove_files) COMPLETE |
5466 | 2024-12-20T20:20:51.142Z | [ recovery-image] Dec 20 20:20:50.848 INFO O| Dec 20 20:20:50.848 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-20T20:20:51.258Z | [ recovery-image] Dec 20 20:20:50.965 INFO O| Dec 20 20:20:50.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5468 | 2024-12-20T20:20:51.266Z | [ recovery-image] Dec 20 20:20:50.965 INFO O| Dec 20 20:20:50.965 INFO STEP 387 (remove_files) COMPLETE |
5469 | 2024-12-20T20:20:51.266Z | [ recovery-image] Dec 20 20:20:50.965 INFO O| Dec 20 20:20:50.965 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-20T20:20:51.275Z | [ recovery-image] Dec 20 20:20:50.984 INFO O| Dec 20 20:20:50.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5471 | 2024-12-20T20:20:51.280Z | [ recovery-image] Dec 20 20:20:50.984 INFO O| Dec 20 20:20:50.984 INFO STEP 388 (remove_files) COMPLETE |
5472 | 2024-12-20T20:20:51.280Z | [ recovery-image] Dec 20 20:20:50.985 INFO O| Dec 20 20:20:50.984 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-20T20:20:51.294Z | [ recovery-image] Dec 20 20:20:51.002 INFO O| Dec 20 20:20:51.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5474 | 2024-12-20T20:20:51.297Z | [ recovery-image] Dec 20 20:20:51.003 INFO O| Dec 20 20:20:51.002 INFO STEP 389 (remove_files) COMPLETE |
5475 | 2024-12-20T20:20:51.297Z | [ recovery-image] Dec 20 20:20:51.003 INFO O| Dec 20 20:20:51.003 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-12-20T20:20:51.312Z | [ recovery-image] Dec 20 20:20:51.021 INFO O| Dec 20 20:20:51.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5477 | 2024-12-20T20:20:51.315Z | [ recovery-image] Dec 20 20:20:51.021 INFO O| Dec 20 20:20:51.021 INFO STEP 390 (remove_files) COMPLETE |
5478 | 2024-12-20T20:20:51.315Z | [ recovery-image] Dec 20 20:20:51.021 INFO O| Dec 20 20:20:51.021 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-12-20T20:20:51.332Z | [ recovery-image] Dec 20 20:20:51.041 INFO O| Dec 20 20:20:51.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5480 | 2024-12-20T20:20:51.334Z | [ recovery-image] Dec 20 20:20:51.041 INFO O| Dec 20 20:20:51.041 INFO STEP 391 (remove_files) COMPLETE |
5481 | 2024-12-20T20:20:51.334Z | [ recovery-image] Dec 20 20:20:51.041 INFO O| Dec 20 20:20:51.041 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-12-20T20:20:51.351Z | [ recovery-image] Dec 20 20:20:51.060 INFO O| Dec 20 20:20:51.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5483 | 2024-12-20T20:20:51.351Z | [ recovery-image] Dec 20 20:20:51.060 INFO O| Dec 20 20:20:51.060 INFO STEP 392 (remove_files) COMPLETE |
5484 | 2024-12-20T20:20:51.351Z | [ recovery-image] Dec 20 20:20:51.060 INFO O| Dec 20 20:20:51.060 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-12-20T20:20:51.371Z | [ recovery-image] Dec 20 20:20:51.079 INFO O| Dec 20 20:20:51.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5486 | 2024-12-20T20:20:51.371Z | [ recovery-image] Dec 20 20:20:51.079 INFO O| Dec 20 20:20:51.079 INFO STEP 393 (remove_files) COMPLETE |
5487 | 2024-12-20T20:20:51.374Z | [ recovery-image] Dec 20 20:20:51.079 INFO O| Dec 20 20:20:51.079 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-12-20T20:20:51.403Z | [ recovery-image] Dec 20 20:20:51.111 INFO O| Dec 20 20:20:51.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5489 | 2024-12-20T20:20:51.406Z | [ recovery-image] Dec 20 20:20:51.111 INFO O| Dec 20 20:20:51.111 INFO STEP 394 (remove_files) COMPLETE |
5490 | 2024-12-20T20:20:51.406Z | [ recovery-image] Dec 20 20:20:51.111 INFO O| Dec 20 20:20:51.111 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-12-20T20:20:51.424Z | [ recovery-image] Dec 20 20:20:51.132 INFO O| Dec 20 20:20:51.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5492 | 2024-12-20T20:20:51.427Z | [ recovery-image] Dec 20 20:20:51.133 INFO O| Dec 20 20:20:51.133 INFO STEP 395 (remove_files) COMPLETE |
5493 | 2024-12-20T20:20:51.427Z | [ recovery-image] Dec 20 20:20:51.133 INFO O| Dec 20 20:20:51.133 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-12-20T20:20:51.444Z | [ recovery-image] Dec 20 20:20:51.153 INFO O| Dec 20 20:20:51.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5495 | 2024-12-20T20:20:51.447Z | [ recovery-image] Dec 20 20:20:51.153 INFO O| Dec 20 20:20:51.153 INFO STEP 396 (remove_files) COMPLETE |
5496 | 2024-12-20T20:20:51.447Z | [ recovery-image] Dec 20 20:20:51.153 INFO O| Dec 20 20:20:51.153 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-12-20T20:20:51.484Z | [ recovery-image] Dec 20 20:20:51.193 INFO O| Dec 20 20:20:51.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5498 | 2024-12-20T20:20:51.484Z | [ recovery-image] Dec 20 20:20:51.193 INFO O| Dec 20 20:20:51.193 INFO STEP 397 (remove_files) COMPLETE |
5499 | 2024-12-20T20:20:51.486Z | [ recovery-image] Dec 20 20:20:51.193 INFO O| Dec 20 20:20:51.193 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-12-20T20:20:51.506Z | [ recovery-image] Dec 20 20:20:51.214 INFO O| Dec 20 20:20:51.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5501 | 2024-12-20T20:20:51.506Z | [ recovery-image] Dec 20 20:20:51.214 INFO O| Dec 20 20:20:51.214 INFO STEP 398 (remove_files) COMPLETE |
5502 | 2024-12-20T20:20:51.506Z | [ recovery-image] Dec 20 20:20:51.214 INFO O| Dec 20 20:20:51.214 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-12-20T20:20:51.525Z | [ recovery-image] Dec 20 20:20:51.234 INFO O| Dec 20 20:20:51.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5504 | 2024-12-20T20:20:51.525Z | [ recovery-image] Dec 20 20:20:51.234 INFO O| Dec 20 20:20:51.234 INFO STEP 399 (remove_files) COMPLETE |
5505 | 2024-12-20T20:20:51.528Z | [ recovery-image] Dec 20 20:20:51.234 INFO O| Dec 20 20:20:51.234 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-12-20T20:20:51.560Z | [ recovery-image] Dec 20 20:20:51.268 INFO O| Dec 20 20:20:51.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5507 | 2024-12-20T20:20:51.560Z | [ recovery-image] Dec 20 20:20:51.268 INFO O| Dec 20 20:20:51.268 INFO STEP 400 (remove_files) COMPLETE |
5508 | 2024-12-20T20:20:51.563Z | [ recovery-image] Dec 20 20:20:51.268 INFO O| Dec 20 20:20:51.268 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-12-20T20:20:51.612Z | [ recovery-image] Dec 20 20:20:51.320 INFO O| Dec 20 20:20:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5510 | 2024-12-20T20:20:51.612Z | [ recovery-image] Dec 20 20:20:51.320 INFO O| Dec 20 20:20:51.320 INFO STEP 401 (remove_files) COMPLETE |
5511 | 2024-12-20T20:20:51.612Z | [ recovery-image] Dec 20 20:20:51.320 INFO O| Dec 20 20:20:51.320 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-12-20T20:20:51.633Z | [ recovery-image] Dec 20 20:20:51.342 INFO O| Dec 20 20:20:51.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5513 | 2024-12-20T20:20:51.633Z | [ recovery-image] Dec 20 20:20:51.342 INFO O| Dec 20 20:20:51.342 INFO STEP 402 (remove_files) COMPLETE |
5514 | 2024-12-20T20:20:51.633Z | [ recovery-image] Dec 20 20:20:51.342 INFO O| Dec 20 20:20:51.342 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-12-20T20:20:51.653Z | [ recovery-image] Dec 20 20:20:51.362 INFO O| Dec 20 20:20:51.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5516 | 2024-12-20T20:20:51.653Z | [ recovery-image] Dec 20 20:20:51.362 INFO O| Dec 20 20:20:51.362 INFO STEP 403 (remove_files) COMPLETE |
5517 | 2024-12-20T20:20:51.653Z | [ recovery-image] Dec 20 20:20:51.362 INFO O| Dec 20 20:20:51.362 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-12-20T20:20:51.673Z | [ recovery-image] Dec 20 20:20:51.382 INFO O| Dec 20 20:20:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5519 | 2024-12-20T20:20:51.676Z | [ recovery-image] Dec 20 20:20:51.382 INFO O| Dec 20 20:20:51.382 INFO STEP 404 (remove_files) COMPLETE |
5520 | 2024-12-20T20:20:51.676Z | [ recovery-image] Dec 20 20:20:51.382 INFO O| Dec 20 20:20:51.382 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-12-20T20:20:51.695Z | [ recovery-image] Dec 20 20:20:51.402 INFO O| Dec 20 20:20:51.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5522 | 2024-12-20T20:20:51.695Z | [ recovery-image] Dec 20 20:20:51.402 INFO O| Dec 20 20:20:51.402 INFO STEP 405 (remove_files) COMPLETE |
5523 | 2024-12-20T20:20:51.695Z | [ recovery-image] Dec 20 20:20:51.402 INFO O| Dec 20 20:20:51.402 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-12-20T20:20:51.733Z | [ recovery-image] Dec 20 20:20:51.440 INFO O| Dec 20 20:20:51.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5525 | 2024-12-20T20:20:51.733Z | [ recovery-image] Dec 20 20:20:51.440 INFO O| Dec 20 20:20:51.440 INFO STEP 406 (remove_files) COMPLETE |
5526 | 2024-12-20T20:20:51.733Z | [ recovery-image] Dec 20 20:20:51.440 INFO O| Dec 20 20:20:51.440 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-12-20T20:20:51.754Z | [ recovery-image] Dec 20 20:20:51.462 INFO O| Dec 20 20:20:51.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5528 | 2024-12-20T20:20:51.754Z | [ recovery-image] Dec 20 20:20:51.462 INFO O| Dec 20 20:20:51.462 INFO STEP 407 (remove_files) COMPLETE |
5529 | 2024-12-20T20:20:51.756Z | [ recovery-image] Dec 20 20:20:51.462 INFO O| Dec 20 20:20:51.462 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-12-20T20:20:51.774Z | [ recovery-image] Dec 20 20:20:51.482 INFO O| Dec 20 20:20:51.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5531 | 2024-12-20T20:20:51.774Z | [ recovery-image] Dec 20 20:20:51.482 INFO O| Dec 20 20:20:51.482 INFO STEP 408 (remove_files) COMPLETE |
5532 | 2024-12-20T20:20:51.774Z | [ recovery-image] Dec 20 20:20:51.482 INFO O| Dec 20 20:20:51.482 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-12-20T20:20:51.793Z | [ recovery-image] Dec 20 20:20:51.501 INFO O| Dec 20 20:20:51.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5534 | 2024-12-20T20:20:51.793Z | [ recovery-image] Dec 20 20:20:51.502 INFO O| Dec 20 20:20:51.501 INFO STEP 409 (remove_files) COMPLETE |
5535 | 2024-12-20T20:20:51.793Z | [ recovery-image] Dec 20 20:20:51.502 INFO O| Dec 20 20:20:51.502 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-12-20T20:20:51.831Z | [ recovery-image] Dec 20 20:20:51.538 INFO O| Dec 20 20:20:51.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5537 | 2024-12-20T20:20:51.831Z | [ recovery-image] Dec 20 20:20:51.538 INFO O| Dec 20 20:20:51.538 INFO STEP 410 (remove_files) COMPLETE |
5538 | 2024-12-20T20:20:51.831Z | [ recovery-image] Dec 20 20:20:51.538 INFO O| Dec 20 20:20:51.538 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-12-20T20:20:51.852Z | [ recovery-image] Dec 20 20:20:51.560 INFO O| Dec 20 20:20:51.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5540 | 2024-12-20T20:20:51.852Z | [ recovery-image] Dec 20 20:20:51.561 INFO O| Dec 20 20:20:51.561 INFO STEP 411 (remove_files) COMPLETE |
5541 | 2024-12-20T20:20:51.852Z | [ recovery-image] Dec 20 20:20:51.561 INFO O| Dec 20 20:20:51.561 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-12-20T20:20:51.873Z | [ recovery-image] Dec 20 20:20:51.581 INFO O| Dec 20 20:20:51.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5543 | 2024-12-20T20:20:51.873Z | [ recovery-image] Dec 20 20:20:51.581 INFO O| Dec 20 20:20:51.581 INFO STEP 412 (remove_files) COMPLETE |
5544 | 2024-12-20T20:20:51.874Z | [ recovery-image] Dec 20 20:20:51.581 INFO O| Dec 20 20:20:51.581 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-12-20T20:20:51.892Z | [ recovery-image] Dec 20 20:20:51.601 INFO O| Dec 20 20:20:51.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5546 | 2024-12-20T20:20:51.892Z | [ recovery-image] Dec 20 20:20:51.601 INFO O| Dec 20 20:20:51.601 INFO STEP 413 (remove_files) COMPLETE |
5547 | 2024-12-20T20:20:51.892Z | [ recovery-image] Dec 20 20:20:51.601 INFO O| Dec 20 20:20:51.601 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-12-20T20:20:51.913Z | [ recovery-image] Dec 20 20:20:51.621 INFO O| Dec 20 20:20:51.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5549 | 2024-12-20T20:20:51.913Z | [ recovery-image] Dec 20 20:20:51.621 INFO O| Dec 20 20:20:51.621 INFO STEP 414 (remove_files) COMPLETE |
5550 | 2024-12-20T20:20:51.915Z | [ recovery-image] Dec 20 20:20:51.621 INFO O| Dec 20 20:20:51.621 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-12-20T20:20:51.935Z | [ recovery-image] Dec 20 20:20:51.644 INFO O| Dec 20 20:20:51.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5552 | 2024-12-20T20:20:51.938Z | [ recovery-image] Dec 20 20:20:51.644 INFO O| Dec 20 20:20:51.644 INFO STEP 415 (remove_files) COMPLETE |
5553 | 2024-12-20T20:20:51.938Z | [ recovery-image] Dec 20 20:20:51.645 INFO O| Dec 20 20:20:51.645 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-12-20T20:20:51.958Z | [ recovery-image] Dec 20 20:20:51.667 INFO O| Dec 20 20:20:51.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5555 | 2024-12-20T20:20:51.962Z | [ recovery-image] Dec 20 20:20:51.667 INFO O| Dec 20 20:20:51.667 INFO STEP 416 (remove_files) COMPLETE |
5556 | 2024-12-20T20:20:51.962Z | [ recovery-image] Dec 20 20:20:51.667 INFO O| Dec 20 20:20:51.667 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-12-20T20:20:51.999Z | [ recovery-image] Dec 20 20:20:51.707 INFO O| Dec 20 20:20:51.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5558 | 2024-12-20T20:20:51.999Z | [ recovery-image] Dec 20 20:20:51.707 INFO O| Dec 20 20:20:51.707 INFO STEP 417 (remove_files) COMPLETE |
5559 | 2024-12-20T20:20:51.999Z | [ recovery-image] Dec 20 20:20:51.707 INFO O| Dec 20 20:20:51.707 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-12-20T20:20:52.023Z | [ recovery-image] Dec 20 20:20:51.731 INFO O| Dec 20 20:20:51.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5561 | 2024-12-20T20:20:52.026Z | [ recovery-image] Dec 20 20:20:51.732 INFO O| Dec 20 20:20:51.732 INFO STEP 418 (remove_files) COMPLETE |
5562 | 2024-12-20T20:20:52.026Z | [ recovery-image] Dec 20 20:20:51.732 INFO O| Dec 20 20:20:51.732 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-12-20T20:20:52.061Z | [ recovery-image] Dec 20 20:20:51.769 INFO O| Dec 20 20:20:51.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5564 | 2024-12-20T20:20:52.063Z | [ recovery-image] Dec 20 20:20:51.769 INFO O| Dec 20 20:20:51.769 INFO STEP 419 (remove_files) COMPLETE |
5565 | 2024-12-20T20:20:52.063Z | [ recovery-image] Dec 20 20:20:51.769 INFO O| Dec 20 20:20:51.769 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-12-20T20:20:52.097Z | [ recovery-image] Dec 20 20:20:51.806 INFO O| Dec 20 20:20:51.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5567 | 2024-12-20T20:20:52.100Z | [ recovery-image] Dec 20 20:20:51.806 INFO O| Dec 20 20:20:51.806 INFO STEP 420 (remove_files) COMPLETE |
5568 | 2024-12-20T20:20:52.100Z | [ recovery-image] Dec 20 20:20:51.806 INFO O| Dec 20 20:20:51.806 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-12-20T20:20:52.122Z | [ recovery-image] Dec 20 20:20:51.830 INFO O| Dec 20 20:20:51.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5570 | 2024-12-20T20:20:52.122Z | [ recovery-image] Dec 20 20:20:51.830 INFO O| Dec 20 20:20:51.830 INFO STEP 421 (remove_files) COMPLETE |
5571 | 2024-12-20T20:20:52.122Z | [ recovery-image] Dec 20 20:20:51.830 INFO O| Dec 20 20:20:51.830 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-12-20T20:20:52.143Z | [ recovery-image] Dec 20 20:20:51.852 INFO O| Dec 20 20:20:51.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5573 | 2024-12-20T20:20:52.143Z | [ recovery-image] Dec 20 20:20:51.852 INFO O| Dec 20 20:20:51.852 INFO STEP 422 (remove_files) COMPLETE |
5574 | 2024-12-20T20:20:52.143Z | [ recovery-image] Dec 20 20:20:51.852 INFO O| Dec 20 20:20:51.852 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-12-20T20:20:52.176Z | [ recovery-image] Dec 20 20:20:51.884 INFO O| Dec 20 20:20:51.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5576 | 2024-12-20T20:20:52.176Z | [ recovery-image] Dec 20 20:20:51.884 INFO O| Dec 20 20:20:51.884 INFO STEP 423 (remove_files) COMPLETE |
5577 | 2024-12-20T20:20:52.176Z | [ recovery-image] Dec 20 20:20:51.885 INFO O| Dec 20 20:20:51.884 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-12-20T20:20:52.224Z | [ recovery-image] Dec 20 20:20:51.932 INFO O| Dec 20 20:20:51.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5579 | 2024-12-20T20:20:52.227Z | [ recovery-image] Dec 20 20:20:51.933 INFO O| Dec 20 20:20:51.932 INFO STEP 424 (remove_files) COMPLETE |
5580 | 2024-12-20T20:20:52.227Z | [ recovery-image] Dec 20 20:20:51.933 INFO O| Dec 20 20:20:51.933 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-12-20T20:20:52.288Z | [ recovery-image] Dec 20 20:20:51.997 INFO O| Dec 20 20:20:51.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5582 | 2024-12-20T20:20:52.288Z | [ recovery-image] Dec 20 20:20:51.997 INFO O| Dec 20 20:20:51.997 INFO STEP 425 (remove_files) COMPLETE |
5583 | 2024-12-20T20:20:52.291Z | [ recovery-image] Dec 20 20:20:51.997 INFO O| Dec 20 20:20:51.997 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-12-20T20:20:52.313Z | [ recovery-image] Dec 20 20:20:52.021 INFO O| Dec 20 20:20:52.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5585 | 2024-12-20T20:20:52.313Z | [ recovery-image] Dec 20 20:20:52.021 INFO O| Dec 20 20:20:52.021 INFO STEP 426 (remove_files) COMPLETE |
5586 | 2024-12-20T20:20:52.313Z | [ recovery-image] Dec 20 20:20:52.021 INFO O| Dec 20 20:20:52.021 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-12-20T20:20:52.334Z | [ recovery-image] Dec 20 20:20:52.042 INFO O| Dec 20 20:20:52.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5588 | 2024-12-20T20:20:52.360Z | [ recovery-image] Dec 20 20:20:52.068 INFO O| Dec 20 20:20:52.068 INFO STEP 427 (remove_files) COMPLETE |
5589 | 2024-12-20T20:20:52.360Z | [ recovery-image] Dec 20 20:20:52.068 INFO O| Dec 20 20:20:52.068 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-12-20T20:20:52.400Z | [ recovery-image] Dec 20 20:20:52.109 INFO O| Dec 20 20:20:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5591 | 2024-12-20T20:20:52.400Z | [ recovery-image] Dec 20 20:20:52.109 INFO O| Dec 20 20:20:52.109 INFO STEP 428 (remove_files) COMPLETE |
5592 | 2024-12-20T20:20:52.403Z | [ recovery-image] Dec 20 20:20:52.109 INFO O| Dec 20 20:20:52.109 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-12-20T20:20:52.418Z | [ recovery-image] Dec 20 20:20:52.127 INFO O| Dec 20 20:20:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5594 | 2024-12-20T20:20:52.420Z | [ recovery-image] Dec 20 20:20:52.127 INFO O| Dec 20 20:20:52.127 INFO STEP 429 (remove_files) COMPLETE |
5595 | 2024-12-20T20:20:52.420Z | [ recovery-image] Dec 20 20:20:52.127 INFO O| Dec 20 20:20:52.127 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-12-20T20:20:52.436Z | [ recovery-image] Dec 20 20:20:52.145 INFO O| Dec 20 20:20:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5597 | 2024-12-20T20:20:52.436Z | [ recovery-image] Dec 20 20:20:52.145 INFO O| Dec 20 20:20:52.145 INFO STEP 430 (remove_files) COMPLETE |
5598 | 2024-12-20T20:20:52.436Z | [ recovery-image] Dec 20 20:20:52.145 INFO O| Dec 20 20:20:52.145 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-12-20T20:20:52.455Z | [ recovery-image] Dec 20 20:20:52.163 INFO O| Dec 20 20:20:52.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5600 | 2024-12-20T20:20:52.459Z | [ recovery-image] Dec 20 20:20:52.164 INFO O| Dec 20 20:20:52.163 INFO STEP 431 (remove_files) COMPLETE |
5601 | 2024-12-20T20:20:52.459Z | [ recovery-image] Dec 20 20:20:52.164 INFO O| Dec 20 20:20:52.164 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-12-20T20:20:52.474Z | [ recovery-image] Dec 20 20:20:52.182 INFO O| Dec 20 20:20:52.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5603 | 2024-12-20T20:20:52.474Z | [ recovery-image] Dec 20 20:20:52.182 INFO O| Dec 20 20:20:52.182 INFO STEP 432 (remove_files) COMPLETE |
5604 | 2024-12-20T20:20:52.474Z | [ recovery-image] Dec 20 20:20:52.182 INFO O| Dec 20 20:20:52.182 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-12-20T20:20:52.493Z | [ recovery-image] Dec 20 20:20:52.201 INFO O| Dec 20 20:20:52.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5606 | 2024-12-20T20:20:52.493Z | [ recovery-image] Dec 20 20:20:52.202 INFO O| Dec 20 20:20:52.202 INFO STEP 433 (remove_files) COMPLETE |
5607 | 2024-12-20T20:20:52.493Z | [ recovery-image] Dec 20 20:20:52.202 INFO O| Dec 20 20:20:52.202 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-12-20T20:20:52.511Z | [ recovery-image] Dec 20 20:20:52.220 INFO O| Dec 20 20:20:52.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5609 | 2024-12-20T20:20:52.511Z | [ recovery-image] Dec 20 20:20:52.220 INFO O| Dec 20 20:20:52.220 INFO STEP 434 (remove_files) COMPLETE |
5610 | 2024-12-20T20:20:52.514Z | [ recovery-image] Dec 20 20:20:52.220 INFO O| Dec 20 20:20:52.220 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-12-20T20:20:52.530Z | [ recovery-image] Dec 20 20:20:52.238 INFO O| Dec 20 20:20:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5612 | 2024-12-20T20:20:52.530Z | [ recovery-image] Dec 20 20:20:52.238 INFO O| Dec 20 20:20:52.238 INFO STEP 435 (remove_files) COMPLETE |
5613 | 2024-12-20T20:20:52.530Z | [ recovery-image] Dec 20 20:20:52.238 INFO O| Dec 20 20:20:52.238 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-12-20T20:20:52.587Z | [ recovery-image] Dec 20 20:20:52.296 INFO O| Dec 20 20:20:52.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5615 | 2024-12-20T20:20:52.587Z | [ recovery-image] Dec 20 20:20:52.296 INFO O| Dec 20 20:20:52.296 INFO STEP 436 (remove_files) COMPLETE |
5616 | 2024-12-20T20:20:52.587Z | [ recovery-image] Dec 20 20:20:52.296 INFO O| Dec 20 20:20:52.296 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-12-20T20:20:52.609Z | [ recovery-image] Dec 20 20:20:52.317 INFO O| Dec 20 20:20:52.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5618 | 2024-12-20T20:20:52.609Z | [ recovery-image] Dec 20 20:20:52.317 INFO O| Dec 20 20:20:52.317 INFO STEP 437 (remove_files) COMPLETE |
5619 | 2024-12-20T20:20:52.609Z | [ recovery-image] Dec 20 20:20:52.317 INFO O| Dec 20 20:20:52.317 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-12-20T20:20:52.635Z | [ recovery-image] Dec 20 20:20:52.343 INFO O| Dec 20 20:20:52.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5621 | 2024-12-20T20:20:52.635Z | [ recovery-image] Dec 20 20:20:52.343 INFO O| Dec 20 20:20:52.343 INFO STEP 438 (remove_files) COMPLETE |
5622 | 2024-12-20T20:20:52.637Z | [ recovery-image] Dec 20 20:20:52.344 INFO O| Dec 20 20:20:52.343 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-12-20T20:20:52.669Z | [ recovery-image] Dec 20 20:20:52.377 INFO O| Dec 20 20:20:52.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5624 | 2024-12-20T20:20:52.672Z | [ recovery-image] Dec 20 20:20:52.377 INFO O| Dec 20 20:20:52.377 INFO STEP 439 (remove_files) COMPLETE |
5625 | 2024-12-20T20:20:52.673Z | [ recovery-image] Dec 20 20:20:52.378 INFO O| Dec 20 20:20:52.377 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-12-20T20:20:52.691Z | [ recovery-image] Dec 20 20:20:52.399 INFO O| Dec 20 20:20:52.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5627 | 2024-12-20T20:20:52.691Z | [ recovery-image] Dec 20 20:20:52.399 INFO O| Dec 20 20:20:52.399 INFO STEP 440 (remove_files) COMPLETE |
5628 | 2024-12-20T20:20:52.691Z | [ recovery-image] Dec 20 20:20:52.399 INFO O| Dec 20 20:20:52.399 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-12-20T20:20:52.716Z | [ host-image] Dec 20 20:20:52.425 INFO O| Dec 20 20:20:52.425 INFO O| Actions: 1/49485 actions (Installing new actions) |
5630 | 2024-12-20T20:20:52.719Z | [ recovery-image] Dec 20 20:20:52.428 INFO O| Dec 20 20:20:52.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5631 | 2024-12-20T20:20:52.719Z | [ recovery-image] Dec 20 20:20:52.428 INFO O| Dec 20 20:20:52.428 INFO STEP 441 (remove_files) COMPLETE |
5632 | 2024-12-20T20:20:52.721Z | [ recovery-image] Dec 20 20:20:52.428 INFO O| Dec 20 20:20:52.428 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-20T20:20:52.753Z | [ recovery-image] Dec 20 20:20:52.461 INFO O| Dec 20 20:20:52.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5634 | 2024-12-20T20:20:52.753Z | [ recovery-image] Dec 20 20:20:52.461 INFO O| Dec 20 20:20:52.461 INFO STEP 442 (remove_files) COMPLETE |
5635 | 2024-12-20T20:20:52.753Z | [ recovery-image] Dec 20 20:20:52.461 INFO O| Dec 20 20:20:52.461 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-20T20:20:52.793Z | [ recovery-image] Dec 20 20:20:52.502 INFO O| Dec 20 20:20:52.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5637 | 2024-12-20T20:20:52.794Z | [ recovery-image] Dec 20 20:20:52.502 INFO O| Dec 20 20:20:52.502 INFO STEP 443 (remove_files) COMPLETE |
5638 | 2024-12-20T20:20:52.794Z | [ recovery-image] Dec 20 20:20:52.502 INFO O| Dec 20 20:20:52.502 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-20T20:20:52.959Z | [ recovery-image] Dec 20 20:20:52.668 INFO O| Dec 20 20:20:52.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5640 | 2024-12-20T20:20:52.960Z | [ recovery-image] Dec 20 20:20:52.668 INFO O| Dec 20 20:20:52.668 INFO STEP 444 (remove_files) COMPLETE |
5641 | 2024-12-20T20:20:52.960Z | [ recovery-image] Dec 20 20:20:52.668 INFO O| Dec 20 20:20:52.668 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-20T20:20:52.980Z | [ recovery-image] Dec 20 20:20:52.688 INFO O| Dec 20 20:20:52.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5643 | 2024-12-20T20:20:52.980Z | [ recovery-image] Dec 20 20:20:52.688 INFO O| Dec 20 20:20:52.688 INFO STEP 445 (remove_files) COMPLETE |
5644 | 2024-12-20T20:20:52.980Z | [ recovery-image] Dec 20 20:20:52.688 INFO O| Dec 20 20:20:52.688 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-20T20:20:52.999Z | [ recovery-image] Dec 20 20:20:52.708 INFO O| Dec 20 20:20:52.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5646 | 2024-12-20T20:20:52.999Z | [ recovery-image] Dec 20 20:20:52.708 INFO O| Dec 20 20:20:52.708 INFO STEP 446 (remove_files) COMPLETE |
5647 | 2024-12-20T20:20:53.002Z | [ recovery-image] Dec 20 20:20:52.708 INFO O| Dec 20 20:20:52.708 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-20T20:20:53.019Z | [ recovery-image] Dec 20 20:20:52.728 INFO O| Dec 20 20:20:52.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5649 | 2024-12-20T20:20:53.019Z | [ recovery-image] Dec 20 20:20:52.728 INFO O| Dec 20 20:20:52.728 INFO STEP 447 (remove_files) COMPLETE |
5650 | 2024-12-20T20:20:53.019Z | [ recovery-image] Dec 20 20:20:52.728 INFO O| Dec 20 20:20:52.728 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-20T20:20:53.038Z | [ recovery-image] Dec 20 20:20:52.746 INFO O| Dec 20 20:20:52.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5652 | 2024-12-20T20:20:53.041Z | [ recovery-image] Dec 20 20:20:52.747 INFO O| Dec 20 20:20:52.747 INFO STEP 448 (remove_files) COMPLETE |
5653 | 2024-12-20T20:20:53.041Z | [ recovery-image] Dec 20 20:20:52.747 INFO O| Dec 20 20:20:52.747 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-20T20:20:53.067Z | [ recovery-image] Dec 20 20:20:52.775 INFO O| Dec 20 20:20:52.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5655 | 2024-12-20T20:20:53.069Z | [ recovery-image] Dec 20 20:20:52.776 INFO O| Dec 20 20:20:52.775 INFO STEP 449 (remove_files) COMPLETE |
5656 | 2024-12-20T20:20:53.069Z | [ recovery-image] Dec 20 20:20:52.776 INFO O| Dec 20 20:20:52.776 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-20T20:20:53.088Z | [ recovery-image] Dec 20 20:20:52.796 INFO O| Dec 20 20:20:52.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5658 | 2024-12-20T20:20:53.090Z | [ recovery-image] Dec 20 20:20:52.797 INFO O| Dec 20 20:20:52.797 INFO STEP 450 (remove_files) COMPLETE |
5659 | 2024-12-20T20:20:53.090Z | [ recovery-image] Dec 20 20:20:52.797 INFO O| Dec 20 20:20:52.797 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-20T20:20:53.109Z | [ recovery-image] Dec 20 20:20:52.817 INFO O| Dec 20 20:20:52.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5661 | 2024-12-20T20:20:53.112Z | [ recovery-image] Dec 20 20:20:52.818 INFO O| Dec 20 20:20:52.817 INFO STEP 451 (remove_files) COMPLETE |
5662 | 2024-12-20T20:20:53.112Z | [ recovery-image] Dec 20 20:20:52.818 INFO O| Dec 20 20:20:52.818 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-20T20:20:53.133Z | [ recovery-image] Dec 20 20:20:52.841 INFO O| Dec 20 20:20:52.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5664 | 2024-12-20T20:20:53.133Z | [ recovery-image] Dec 20 20:20:52.841 INFO O| Dec 20 20:20:52.841 INFO STEP 452 (remove_files) COMPLETE |
5665 | 2024-12-20T20:20:53.136Z | [ recovery-image] Dec 20 20:20:52.841 INFO O| Dec 20 20:20:52.841 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-20T20:20:53.154Z | [ recovery-image] Dec 20 20:20:52.862 INFO O| Dec 20 20:20:52.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5667 | 2024-12-20T20:20:53.154Z | [ recovery-image] Dec 20 20:20:52.862 INFO O| Dec 20 20:20:52.862 INFO STEP 453 (remove_files) COMPLETE |
5668 | 2024-12-20T20:20:53.154Z | [ recovery-image] Dec 20 20:20:52.862 INFO O| Dec 20 20:20:52.862 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-20T20:20:53.195Z | [ recovery-image] Dec 20 20:20:52.903 INFO O| Dec 20 20:20:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5670 | 2024-12-20T20:20:53.195Z | [ recovery-image] Dec 20 20:20:52.903 INFO O| Dec 20 20:20:52.903 INFO STEP 454 (remove_files) COMPLETE |
5671 | 2024-12-20T20:20:53.195Z | [ recovery-image] Dec 20 20:20:52.903 INFO O| Dec 20 20:20:52.903 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-20T20:20:53.213Z | [ recovery-image] Dec 20 20:20:52.922 INFO O| Dec 20 20:20:52.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5673 | 2024-12-20T20:20:53.213Z | [ recovery-image] Dec 20 20:20:52.922 INFO O| Dec 20 20:20:52.922 INFO STEP 455 (remove_files) COMPLETE |
5674 | 2024-12-20T20:20:53.216Z | [ recovery-image] Dec 20 20:20:52.922 INFO O| Dec 20 20:20:52.922 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-20T20:20:53.233Z | [ recovery-image] Dec 20 20:20:52.942 INFO O| Dec 20 20:20:52.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5676 | 2024-12-20T20:20:53.233Z | [ recovery-image] Dec 20 20:20:52.942 INFO O| Dec 20 20:20:52.942 INFO STEP 456 (remove_files) COMPLETE |
5677 | 2024-12-20T20:20:53.233Z | [ recovery-image] Dec 20 20:20:52.942 INFO O| Dec 20 20:20:52.942 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-20T20:20:53.252Z | [ recovery-image] Dec 20 20:20:52.960 INFO O| Dec 20 20:20:52.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5679 | 2024-12-20T20:20:53.252Z | [ recovery-image] Dec 20 20:20:52.961 INFO O| Dec 20 20:20:52.960 INFO STEP 457 (remove_files) COMPLETE |
5680 | 2024-12-20T20:20:53.254Z | [ recovery-image] Dec 20 20:20:52.961 INFO O| Dec 20 20:20:52.961 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-20T20:20:53.271Z | [ recovery-image] Dec 20 20:20:52.980 INFO O| Dec 20 20:20:52.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5682 | 2024-12-20T20:20:53.274Z | [ recovery-image] Dec 20 20:20:52.980 INFO O| Dec 20 20:20:52.980 INFO STEP 458 (remove_files) COMPLETE |
5683 | 2024-12-20T20:20:53.274Z | [ recovery-image] Dec 20 20:20:52.980 INFO O| Dec 20 20:20:52.980 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-20T20:20:53.291Z | [ recovery-image] Dec 20 20:20:53.000 INFO O| Dec 20 20:20:53.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5685 | 2024-12-20T20:20:53.296Z | [ recovery-image] Dec 20 20:20:53.003 INFO O| Dec 20 20:20:53.000 INFO STEP 459 (remove_files) COMPLETE |
5686 | 2024-12-20T20:20:53.296Z | [ recovery-image] Dec 20 20:20:53.003 INFO O| Dec 20 20:20:53.000 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-20T20:20:53.313Z | [ recovery-image] Dec 20 20:20:53.021 INFO O| Dec 20 20:20:53.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5688 | 2024-12-20T20:20:53.342Z | [ recovery-image] Dec 20 20:20:53.051 INFO O| Dec 20 20:20:53.051 INFO STEP 460 (remove_files) COMPLETE |
5689 | 2024-12-20T20:20:53.342Z | [ recovery-image] Dec 20 20:20:53.051 INFO O| Dec 20 20:20:53.051 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-20T20:20:53.363Z | [ recovery-image] Dec 20 20:20:53.072 INFO O| Dec 20 20:20:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5691 | 2024-12-20T20:20:53.366Z | [ recovery-image] Dec 20 20:20:53.072 INFO O| Dec 20 20:20:53.072 INFO STEP 461 (remove_files) COMPLETE |
5692 | 2024-12-20T20:20:53.366Z | [ recovery-image] Dec 20 20:20:53.072 INFO O| Dec 20 20:20:53.072 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-20T20:20:53.383Z | [ recovery-image] Dec 20 20:20:53.092 INFO O| Dec 20 20:20:53.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5694 | 2024-12-20T20:20:53.387Z | [ recovery-image] Dec 20 20:20:53.092 INFO O| Dec 20 20:20:53.092 INFO STEP 462 (remove_files) COMPLETE |
5695 | 2024-12-20T20:20:53.387Z | [ recovery-image] Dec 20 20:20:53.092 INFO O| Dec 20 20:20:53.092 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-20T20:20:53.402Z | [ recovery-image] Dec 20 20:20:53.111 INFO O| Dec 20 20:20:53.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5697 | 2024-12-20T20:20:53.404Z | [ recovery-image] Dec 20 20:20:53.111 INFO O| Dec 20 20:20:53.111 INFO STEP 463 (remove_files) COMPLETE |
5698 | 2024-12-20T20:20:53.404Z | [ recovery-image] Dec 20 20:20:53.111 INFO O| Dec 20 20:20:53.111 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-20T20:20:53.421Z | [ recovery-image] Dec 20 20:20:53.130 INFO O| Dec 20 20:20:53.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5700 | 2024-12-20T20:20:53.424Z | [ recovery-image] Dec 20 20:20:53.130 INFO O| Dec 20 20:20:53.130 INFO STEP 464 (remove_files) COMPLETE |
5701 | 2024-12-20T20:20:53.424Z | [ recovery-image] Dec 20 20:20:53.131 INFO O| Dec 20 20:20:53.130 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-20T20:20:53.440Z | [ recovery-image] Dec 20 20:20:53.149 INFO O| Dec 20 20:20:53.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5703 | 2024-12-20T20:20:53.442Z | [ recovery-image] Dec 20 20:20:53.149 INFO O| Dec 20 20:20:53.149 INFO STEP 465 (remove_files) COMPLETE |
5704 | 2024-12-20T20:20:53.443Z | [ recovery-image] Dec 20 20:20:53.149 INFO O| Dec 20 20:20:53.149 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-20T20:20:53.475Z | [ recovery-image] Dec 20 20:20:53.183 INFO O| Dec 20 20:20:53.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5706 | 2024-12-20T20:20:53.475Z | [ recovery-image] Dec 20 20:20:53.183 INFO O| Dec 20 20:20:53.183 INFO STEP 466 (remove_files) COMPLETE |
5707 | 2024-12-20T20:20:53.477Z | [ recovery-image] Dec 20 20:20:53.183 INFO O| Dec 20 20:20:53.183 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-20T20:20:53.518Z | [ recovery-image] Dec 20 20:20:53.227 INFO O| Dec 20 20:20:53.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5709 | 2024-12-20T20:20:53.518Z | [ recovery-image] Dec 20 20:20:53.227 INFO O| Dec 20 20:20:53.227 INFO STEP 467 (remove_files) COMPLETE |
5710 | 2024-12-20T20:20:53.518Z | [ recovery-image] Dec 20 20:20:53.227 INFO O| Dec 20 20:20:53.227 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-20T20:20:53.538Z | [ recovery-image] Dec 20 20:20:53.247 INFO O| Dec 20 20:20:53.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5712 | 2024-12-20T20:20:53.538Z | [ recovery-image] Dec 20 20:20:53.247 INFO O| Dec 20 20:20:53.247 INFO STEP 468 (remove_files) COMPLETE |
5713 | 2024-12-20T20:20:53.541Z | [ recovery-image] Dec 20 20:20:53.247 INFO O| Dec 20 20:20:53.247 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-20T20:20:53.558Z | [ recovery-image] Dec 20 20:20:53.266 INFO O| Dec 20 20:20:53.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5715 | 2024-12-20T20:20:53.558Z | [ recovery-image] Dec 20 20:20:53.267 INFO O| Dec 20 20:20:53.266 INFO STEP 469 (remove_files) COMPLETE |
5716 | 2024-12-20T20:20:53.559Z | [ recovery-image] Dec 20 20:20:53.267 INFO O| Dec 20 20:20:53.267 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-20T20:20:53.577Z | [ recovery-image] Dec 20 20:20:53.286 INFO O| Dec 20 20:20:53.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5718 | 2024-12-20T20:20:53.577Z | [ recovery-image] Dec 20 20:20:53.286 INFO O| Dec 20 20:20:53.286 INFO STEP 470 (remove_files) COMPLETE |
5719 | 2024-12-20T20:20:53.580Z | [ recovery-image] Dec 20 20:20:53.286 INFO O| Dec 20 20:20:53.286 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-20T20:20:53.596Z | [ recovery-image] Dec 20 20:20:53.305 INFO O| Dec 20 20:20:53.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5721 | 2024-12-20T20:20:53.596Z | [ recovery-image] Dec 20 20:20:53.305 INFO O| Dec 20 20:20:53.305 INFO STEP 471 (remove_files) COMPLETE |
5722 | 2024-12-20T20:20:53.598Z | [ recovery-image] Dec 20 20:20:53.305 INFO O| Dec 20 20:20:53.305 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-12-20T20:20:53.615Z | [ recovery-image] Dec 20 20:20:53.324 INFO O| Dec 20 20:20:53.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5724 | 2024-12-20T20:20:53.615Z | [ recovery-image] Dec 20 20:20:53.324 INFO O| Dec 20 20:20:53.324 INFO STEP 472 (remove_files) COMPLETE |
5725 | 2024-12-20T20:20:53.615Z | [ recovery-image] Dec 20 20:20:53.324 INFO O| Dec 20 20:20:53.324 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-12-20T20:20:53.669Z | [ recovery-image] Dec 20 20:20:53.378 INFO O| Dec 20 20:20:53.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5727 | 2024-12-20T20:20:53.673Z | [ recovery-image] Dec 20 20:20:53.378 INFO O| Dec 20 20:20:53.378 INFO STEP 473 (remove_files) COMPLETE |
5728 | 2024-12-20T20:20:53.673Z | [ recovery-image] Dec 20 20:20:53.378 INFO O| Dec 20 20:20:53.378 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-12-20T20:20:53.742Z | [ recovery-image] Dec 20 20:20:53.450 INFO O| Dec 20 20:20:53.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5730 | 2024-12-20T20:20:53.742Z | [ recovery-image] Dec 20 20:20:53.450 INFO O| Dec 20 20:20:53.450 INFO STEP 474 (remove_files) COMPLETE |
5731 | 2024-12-20T20:20:53.742Z | [ recovery-image] Dec 20 20:20:53.450 INFO O| Dec 20 20:20:53.450 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-20T20:20:53.815Z | [ recovery-image] Dec 20 20:20:53.522 INFO O| Dec 20 20:20:53.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5733 | 2024-12-20T20:20:53.815Z | [ recovery-image] Dec 20 20:20:53.522 INFO O| Dec 20 20:20:53.522 INFO STEP 475 (remove_files) COMPLETE |
5734 | 2024-12-20T20:20:53.815Z | [ recovery-image] Dec 20 20:20:53.522 INFO O| Dec 20 20:20:53.522 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-20T20:20:53.862Z | [ recovery-image] Dec 20 20:20:53.570 INFO O| Dec 20 20:20:53.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5736 | 2024-12-20T20:20:53.862Z | [ recovery-image] Dec 20 20:20:53.570 INFO O| Dec 20 20:20:53.570 INFO STEP 476 (remove_files) COMPLETE |
5737 | 2024-12-20T20:20:53.865Z | [ recovery-image] Dec 20 20:20:53.570 INFO O| Dec 20 20:20:53.570 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-20T20:20:53.909Z | [ recovery-image] Dec 20 20:20:53.615 INFO O| Dec 20 20:20:53.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5739 | 2024-12-20T20:20:53.909Z | [ recovery-image] Dec 20 20:20:53.615 INFO O| Dec 20 20:20:53.615 INFO STEP 477 (remove_files) COMPLETE |
5740 | 2024-12-20T20:20:53.909Z | [ recovery-image] Dec 20 20:20:53.615 INFO O| Dec 20 20:20:53.615 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-20T20:20:53.924Z | [ recovery-image] Dec 20 20:20:53.633 INFO O| Dec 20 20:20:53.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5742 | 2024-12-20T20:20:53.925Z | [ recovery-image] Dec 20 20:20:53.633 INFO O| Dec 20 20:20:53.633 INFO STEP 478 (remove_files) COMPLETE |
5743 | 2024-12-20T20:20:53.925Z | [ recovery-image] Dec 20 20:20:53.633 INFO O| Dec 20 20:20:53.633 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-20T20:20:53.943Z | [ recovery-image] Dec 20 20:20:53.651 INFO O| Dec 20 20:20:53.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5745 | 2024-12-20T20:20:53.943Z | [ recovery-image] Dec 20 20:20:53.651 INFO O| Dec 20 20:20:53.651 INFO STEP 479 (remove_files) COMPLETE |
5746 | 2024-12-20T20:20:53.943Z | [ recovery-image] Dec 20 20:20:53.651 INFO O| Dec 20 20:20:53.651 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-20T20:20:53.972Z | [ recovery-image] Dec 20 20:20:53.678 INFO O| Dec 20 20:20:53.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5748 | 2024-12-20T20:20:53.974Z | [ recovery-image] Dec 20 20:20:53.678 INFO O| Dec 20 20:20:53.678 INFO STEP 480 (remove_files) COMPLETE |
5749 | 2024-12-20T20:20:53.974Z | [ recovery-image] Dec 20 20:20:53.678 INFO O| Dec 20 20:20:53.678 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-20T20:20:53.990Z | [ recovery-image] Dec 20 20:20:53.699 INFO O| Dec 20 20:20:53.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5751 | 2024-12-20T20:20:53.991Z | [ recovery-image] Dec 20 20:20:53.699 INFO O| Dec 20 20:20:53.699 INFO STEP 481 (remove_files) COMPLETE |
5752 | 2024-12-20T20:20:53.991Z | [ recovery-image] Dec 20 20:20:53.699 INFO O| Dec 20 20:20:53.699 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-20T20:20:54.025Z | [ recovery-image] Dec 20 20:20:53.732 INFO O| Dec 20 20:20:53.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5754 | 2024-12-20T20:20:54.025Z | [ recovery-image] Dec 20 20:20:53.732 INFO O| Dec 20 20:20:53.732 INFO STEP 482 (remove_files) COMPLETE |
5755 | 2024-12-20T20:20:54.025Z | [ recovery-image] Dec 20 20:20:53.732 INFO O| Dec 20 20:20:53.732 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-20T20:20:54.053Z | [ recovery-image] Dec 20 20:20:53.762 INFO O| Dec 20 20:20:53.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5757 | 2024-12-20T20:20:54.053Z | [ recovery-image] Dec 20 20:20:53.762 INFO O| Dec 20 20:20:53.762 INFO STEP 483 (remove_files) COMPLETE |
5758 | 2024-12-20T20:20:54.056Z | [ recovery-image] Dec 20 20:20:53.762 INFO O| Dec 20 20:20:53.762 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-20T20:20:54.113Z | [ recovery-image] Dec 20 20:20:53.820 INFO O| Dec 20 20:20:53.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5760 | 2024-12-20T20:20:54.116Z | [ recovery-image] Dec 20 20:20:53.821 INFO O| Dec 20 20:20:53.820 INFO STEP 484 (remove_files) COMPLETE |
5761 | 2024-12-20T20:20:54.116Z | [ recovery-image] Dec 20 20:20:53.821 INFO O| Dec 20 20:20:53.821 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-20T20:20:54.133Z | [ recovery-image] Dec 20 20:20:53.841 INFO O| Dec 20 20:20:53.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5763 | 2024-12-20T20:20:54.135Z | [ recovery-image] Dec 20 20:20:53.842 INFO O| Dec 20 20:20:53.841 INFO STEP 485 (remove_files) COMPLETE |
5764 | 2024-12-20T20:20:54.135Z | [ recovery-image] Dec 20 20:20:53.842 INFO O| Dec 20 20:20:53.842 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-20T20:20:54.152Z | [ recovery-image] Dec 20 20:20:53.860 INFO O| Dec 20 20:20:53.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5766 | 2024-12-20T20:20:54.155Z | [ recovery-image] Dec 20 20:20:53.861 INFO O| Dec 20 20:20:53.861 INFO STEP 486 (remove_files) COMPLETE |
5767 | 2024-12-20T20:20:54.155Z | [ recovery-image] Dec 20 20:20:53.861 INFO O| Dec 20 20:20:53.861 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-20T20:20:54.180Z | [ recovery-image] Dec 20 20:20:53.888 INFO O| Dec 20 20:20:53.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5769 | 2024-12-20T20:20:54.180Z | [ recovery-image] Dec 20 20:20:53.888 INFO O| Dec 20 20:20:53.888 INFO STEP 487 (remove_files) COMPLETE |
5770 | 2024-12-20T20:20:54.182Z | [ recovery-image] Dec 20 20:20:53.888 INFO O| Dec 20 20:20:53.888 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-20T20:20:54.211Z | [ recovery-image] Dec 20 20:20:53.920 INFO O| Dec 20 20:20:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5772 | 2024-12-20T20:20:54.214Z | [ recovery-image] Dec 20 20:20:53.920 INFO O| Dec 20 20:20:53.920 INFO STEP 488 (remove_files) COMPLETE |
5773 | 2024-12-20T20:20:54.214Z | [ recovery-image] Dec 20 20:20:53.920 INFO O| Dec 20 20:20:53.920 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-20T20:20:54.263Z | [ recovery-image] Dec 20 20:20:53.971 INFO O| Dec 20 20:20:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5775 | 2024-12-20T20:20:54.265Z | [ recovery-image] Dec 20 20:20:53.971 INFO O| Dec 20 20:20:53.971 INFO STEP 489 (remove_files) COMPLETE |
5776 | 2024-12-20T20:20:54.265Z | [ recovery-image] Dec 20 20:20:53.971 INFO O| Dec 20 20:20:53.971 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-20T20:20:54.286Z | [ recovery-image] Dec 20 20:20:53.995 INFO O| Dec 20 20:20:53.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5778 | 2024-12-20T20:20:54.297Z | [ recovery-image] Dec 20 20:20:53.995 INFO O| Dec 20 20:20:53.995 INFO STEP 490 (remove_files) COMPLETE |
5779 | 2024-12-20T20:20:54.297Z | [ recovery-image] Dec 20 20:20:53.996 INFO O| Dec 20 20:20:53.995 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-20T20:20:54.308Z | [ recovery-image] Dec 20 20:20:54.017 INFO O| Dec 20 20:20:54.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5781 | 2024-12-20T20:20:54.310Z | [ recovery-image] Dec 20 20:20:54.017 INFO O| Dec 20 20:20:54.017 INFO STEP 491 (remove_files) COMPLETE |
5782 | 2024-12-20T20:20:54.310Z | [ recovery-image] Dec 20 20:20:54.017 INFO O| Dec 20 20:20:54.017 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-20T20:20:54.341Z | [ recovery-image] Dec 20 20:20:54.049 INFO O| Dec 20 20:20:54.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5784 | 2024-12-20T20:20:54.344Z | [ recovery-image] Dec 20 20:20:54.049 INFO O| Dec 20 20:20:54.049 INFO STEP 492 (remove_files) COMPLETE |
5785 | 2024-12-20T20:20:54.344Z | [ recovery-image] Dec 20 20:20:54.049 INFO O| Dec 20 20:20:54.049 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-20T20:20:54.361Z | [ recovery-image] Dec 20 20:20:54.068 INFO O| Dec 20 20:20:54.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5787 | 2024-12-20T20:20:54.361Z | [ recovery-image] Dec 20 20:20:54.068 INFO O| Dec 20 20:20:54.068 INFO STEP 493 (remove_files) COMPLETE |
5788 | 2024-12-20T20:20:54.361Z | [ recovery-image] Dec 20 20:20:54.068 INFO O| Dec 20 20:20:54.068 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-20T20:20:54.381Z | [ recovery-image] Dec 20 20:20:54.089 INFO O| Dec 20 20:20:54.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5790 | 2024-12-20T20:20:54.381Z | [ recovery-image] Dec 20 20:20:54.089 INFO O| Dec 20 20:20:54.089 INFO STEP 494 (remove_files) COMPLETE |
5791 | 2024-12-20T20:20:54.381Z | [ recovery-image] Dec 20 20:20:54.089 INFO O| Dec 20 20:20:54.089 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-20T20:20:54.420Z | [ recovery-image] Dec 20 20:20:54.128 INFO O| Dec 20 20:20:54.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5793 | 2024-12-20T20:20:54.420Z | [ recovery-image] Dec 20 20:20:54.128 INFO O| Dec 20 20:20:54.128 INFO STEP 495 (remove_files) COMPLETE |
5794 | 2024-12-20T20:20:54.420Z | [ recovery-image] Dec 20 20:20:54.128 INFO O| Dec 20 20:20:54.128 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-20T20:20:54.443Z | [ recovery-image] Dec 20 20:20:54.149 INFO O| Dec 20 20:20:54.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5796 | 2024-12-20T20:20:54.443Z | [ recovery-image] Dec 20 20:20:54.149 INFO O| Dec 20 20:20:54.149 INFO STEP 496 (remove_files) COMPLETE |
5797 | 2024-12-20T20:20:54.446Z | [ recovery-image] Dec 20 20:20:54.149 INFO O| Dec 20 20:20:54.149 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-20T20:20:54.478Z | [ recovery-image] Dec 20 20:20:54.187 INFO O| Dec 20 20:20:54.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5799 | 2024-12-20T20:20:54.483Z | [ recovery-image] Dec 20 20:20:54.187 INFO O| Dec 20 20:20:54.187 INFO STEP 497 (remove_files) COMPLETE |
5800 | 2024-12-20T20:20:54.483Z | [ recovery-image] Dec 20 20:20:54.187 INFO O| Dec 20 20:20:54.187 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-20T20:20:54.499Z | [ recovery-image] Dec 20 20:20:54.208 INFO O| Dec 20 20:20:54.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5802 | 2024-12-20T20:20:54.502Z | [ recovery-image] Dec 20 20:20:54.208 INFO O| Dec 20 20:20:54.208 INFO STEP 498 (remove_files) COMPLETE |
5803 | 2024-12-20T20:20:54.502Z | [ recovery-image] Dec 20 20:20:54.208 INFO O| Dec 20 20:20:54.208 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-20T20:20:54.523Z | [ recovery-image] Dec 20 20:20:54.231 INFO O| Dec 20 20:20:54.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5805 | 2024-12-20T20:20:54.523Z | [ recovery-image] Dec 20 20:20:54.231 INFO O| Dec 20 20:20:54.231 INFO STEP 499 (remove_files) COMPLETE |
5806 | 2024-12-20T20:20:54.523Z | [ recovery-image] Dec 20 20:20:54.231 INFO O| Dec 20 20:20:54.231 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-20T20:20:54.565Z | [ recovery-image] Dec 20 20:20:54.273 INFO O| Dec 20 20:20:54.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5808 | 2024-12-20T20:20:54.565Z | [ recovery-image] Dec 20 20:20:54.273 INFO O| Dec 20 20:20:54.273 INFO STEP 500 (remove_files) COMPLETE |
5809 | 2024-12-20T20:20:54.565Z | [ recovery-image] Dec 20 20:20:54.273 INFO O| Dec 20 20:20:54.273 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-20T20:20:54.584Z | [ recovery-image] Dec 20 20:20:54.293 INFO O| Dec 20 20:20:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5811 | 2024-12-20T20:20:54.584Z | [ recovery-image] Dec 20 20:20:54.293 INFO O| Dec 20 20:20:54.293 INFO STEP 501 (remove_files) COMPLETE |
5812 | 2024-12-20T20:20:54.584Z | [ recovery-image] Dec 20 20:20:54.293 INFO O| Dec 20 20:20:54.293 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-20T20:20:54.610Z | [ recovery-image] Dec 20 20:20:54.319 INFO O| Dec 20 20:20:54.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5814 | 2024-12-20T20:20:54.614Z | [ recovery-image] Dec 20 20:20:54.319 INFO O| Dec 20 20:20:54.319 INFO STEP 502 (remove_files) COMPLETE |
5815 | 2024-12-20T20:20:54.614Z | [ recovery-image] Dec 20 20:20:54.320 INFO O| Dec 20 20:20:54.319 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-20T20:20:54.632Z | [ recovery-image] Dec 20 20:20:54.341 INFO O| Dec 20 20:20:54.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5817 | 2024-12-20T20:20:54.636Z | [ recovery-image] Dec 20 20:20:54.341 INFO O| Dec 20 20:20:54.341 INFO STEP 503 (remove_files) COMPLETE |
5818 | 2024-12-20T20:20:54.636Z | [ recovery-image] Dec 20 20:20:54.341 INFO O| Dec 20 20:20:54.341 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-20T20:20:54.653Z | [ recovery-image] Dec 20 20:20:54.362 INFO O| Dec 20 20:20:54.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5820 | 2024-12-20T20:20:54.656Z | [ recovery-image] Dec 20 20:20:54.362 INFO O| Dec 20 20:20:54.362 INFO STEP 504 (remove_files) COMPLETE |
5821 | 2024-12-20T20:20:54.656Z | [ recovery-image] Dec 20 20:20:54.362 INFO O| Dec 20 20:20:54.362 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-20T20:20:54.673Z | [ recovery-image] Dec 20 20:20:54.381 INFO O| Dec 20 20:20:54.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5823 | 2024-12-20T20:20:54.676Z | [ recovery-image] Dec 20 20:20:54.382 INFO O| Dec 20 20:20:54.381 INFO STEP 505 (remove_files) COMPLETE |
5824 | 2024-12-20T20:20:54.676Z | [ recovery-image] Dec 20 20:20:54.382 INFO O| Dec 20 20:20:54.382 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-20T20:20:54.692Z | [ recovery-image] Dec 20 20:20:54.400 INFO O| Dec 20 20:20:54.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5826 | 2024-12-20T20:20:54.706Z | [ recovery-image] Dec 20 20:20:54.414 INFO O| Dec 20 20:20:54.414 INFO STEP 506 (remove_files) COMPLETE |
5827 | 2024-12-20T20:20:54.706Z | [ recovery-image] Dec 20 20:20:54.414 INFO O| Dec 20 20:20:54.414 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-20T20:20:54.752Z | [ recovery-image] Dec 20 20:20:54.461 INFO O| Dec 20 20:20:54.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5829 | 2024-12-20T20:20:54.752Z | [ recovery-image] Dec 20 20:20:54.461 INFO O| Dec 20 20:20:54.461 INFO STEP 507 (remove_files) COMPLETE |
5830 | 2024-12-20T20:20:54.754Z | [ recovery-image] Dec 20 20:20:54.461 INFO O| Dec 20 20:20:54.461 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-20T20:20:54.801Z | [ recovery-image] Dec 20 20:20:54.510 INFO O| Dec 20 20:20:54.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5832 | 2024-12-20T20:20:54.801Z | [ recovery-image] Dec 20 20:20:54.510 INFO O| Dec 20 20:20:54.510 INFO STEP 508 (remove_files) COMPLETE |
5833 | 2024-12-20T20:20:54.801Z | [ recovery-image] Dec 20 20:20:54.510 INFO O| Dec 20 20:20:54.510 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-20T20:20:54.821Z | [ recovery-image] Dec 20 20:20:54.530 INFO O| Dec 20 20:20:54.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5835 | 2024-12-20T20:20:54.821Z | [ recovery-image] Dec 20 20:20:54.530 INFO O| Dec 20 20:20:54.530 INFO STEP 509 (remove_files) COMPLETE |
5836 | 2024-12-20T20:20:54.824Z | [ recovery-image] Dec 20 20:20:54.530 INFO O| Dec 20 20:20:54.530 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-20T20:20:54.841Z | [ recovery-image] Dec 20 20:20:54.550 INFO O| Dec 20 20:20:54.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5838 | 2024-12-20T20:20:54.841Z | [ recovery-image] Dec 20 20:20:54.550 INFO O| Dec 20 20:20:54.550 INFO STEP 510 (remove_files) COMPLETE |
5839 | 2024-12-20T20:20:54.841Z | [ recovery-image] Dec 20 20:20:54.550 INFO O| Dec 20 20:20:54.550 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-20T20:20:54.860Z | [ recovery-image] Dec 20 20:20:54.569 INFO O| Dec 20 20:20:54.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5841 | 2024-12-20T20:20:54.860Z | [ recovery-image] Dec 20 20:20:54.569 INFO O| Dec 20 20:20:54.569 INFO STEP 511 (remove_files) COMPLETE |
5842 | 2024-12-20T20:20:54.860Z | [ recovery-image] Dec 20 20:20:54.569 INFO O| Dec 20 20:20:54.569 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-20T20:20:54.880Z | [ recovery-image] Dec 20 20:20:54.588 INFO O| Dec 20 20:20:54.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5844 | 2024-12-20T20:20:54.880Z | [ recovery-image] Dec 20 20:20:54.589 INFO O| Dec 20 20:20:54.589 INFO STEP 512 (remove_files) COMPLETE |
5845 | 2024-12-20T20:20:54.882Z | [ recovery-image] Dec 20 20:20:54.589 INFO O| Dec 20 20:20:54.589 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-20T20:20:54.920Z | [ recovery-image] Dec 20 20:20:54.629 INFO O| Dec 20 20:20:54.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5847 | 2024-12-20T20:20:54.920Z | [ recovery-image] Dec 20 20:20:54.629 INFO O| Dec 20 20:20:54.629 INFO STEP 513 (remove_files) COMPLETE |
5848 | 2024-12-20T20:20:54.920Z | [ recovery-image] Dec 20 20:20:54.629 INFO O| Dec 20 20:20:54.629 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-20T20:20:55.002Z | [ recovery-image] Dec 20 20:20:54.710 INFO O| Dec 20 20:20:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5850 | 2024-12-20T20:20:55.002Z | [ recovery-image] Dec 20 20:20:54.710 INFO O| Dec 20 20:20:54.710 INFO STEP 514 (remove_files) COMPLETE |
5851 | 2024-12-20T20:20:55.002Z | [ recovery-image] Dec 20 20:20:54.710 INFO O| Dec 20 20:20:54.710 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-20T20:20:55.039Z | [ recovery-image] Dec 20 20:20:54.748 INFO O| Dec 20 20:20:54.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5853 | 2024-12-20T20:20:55.039Z | [ recovery-image] Dec 20 20:20:54.748 INFO O| Dec 20 20:20:54.748 INFO STEP 515 (remove_files) COMPLETE |
5854 | 2024-12-20T20:20:55.039Z | [ recovery-image] Dec 20 20:20:54.748 INFO O| Dec 20 20:20:54.748 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-20T20:20:55.074Z | [ recovery-image] Dec 20 20:20:54.782 INFO O| Dec 20 20:20:54.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5856 | 2024-12-20T20:20:55.074Z | [ recovery-image] Dec 20 20:20:54.782 INFO O| Dec 20 20:20:54.782 INFO STEP 516 (remove_files) COMPLETE |
5857 | 2024-12-20T20:20:55.074Z | [ recovery-image] Dec 20 20:20:54.782 INFO O| Dec 20 20:20:54.782 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-20T20:20:55.121Z | [ recovery-image] Dec 20 20:20:54.828 INFO O| Dec 20 20:20:54.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5859 | 2024-12-20T20:20:55.126Z | [ recovery-image] Dec 20 20:20:54.828 INFO O| Dec 20 20:20:54.828 INFO STEP 517 (remove_files) COMPLETE |
5860 | 2024-12-20T20:20:55.126Z | [ recovery-image] Dec 20 20:20:54.828 INFO O| Dec 20 20:20:54.828 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-20T20:20:55.159Z | [ recovery-image] Dec 20 20:20:54.867 INFO O| Dec 20 20:20:54.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5862 | 2024-12-20T20:20:55.161Z | [ recovery-image] Dec 20 20:20:54.867 INFO O| Dec 20 20:20:54.867 INFO STEP 518 (remove_files) COMPLETE |
5863 | 2024-12-20T20:20:55.161Z | [ recovery-image] Dec 20 20:20:54.867 INFO O| Dec 20 20:20:54.867 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-20T20:20:55.178Z | [ recovery-image] Dec 20 20:20:54.886 INFO O| Dec 20 20:20:54.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5865 | 2024-12-20T20:20:55.180Z | [ recovery-image] Dec 20 20:20:54.887 INFO O| Dec 20 20:20:54.887 INFO STEP 519 (remove_files) COMPLETE |
5866 | 2024-12-20T20:20:55.180Z | [ recovery-image] Dec 20 20:20:54.887 INFO O| Dec 20 20:20:54.887 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-20T20:20:55.206Z | [ recovery-image] Dec 20 20:20:54.915 INFO O| Dec 20 20:20:54.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5868 | 2024-12-20T20:20:55.210Z | [ recovery-image] Dec 20 20:20:54.915 INFO O| Dec 20 20:20:54.915 INFO STEP 520 (remove_files) COMPLETE |
5869 | 2024-12-20T20:20:55.210Z | [ recovery-image] Dec 20 20:20:54.915 INFO O| Dec 20 20:20:54.915 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-20T20:20:55.227Z | [ recovery-image] Dec 20 20:20:54.936 INFO O| Dec 20 20:20:54.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5871 | 2024-12-20T20:20:55.227Z | [ recovery-image] Dec 20 20:20:54.936 INFO O| Dec 20 20:20:54.936 INFO STEP 521 (remove_files) COMPLETE |
5872 | 2024-12-20T20:20:55.227Z | [ recovery-image] Dec 20 20:20:54.936 INFO O| Dec 20 20:20:54.936 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-20T20:20:55.288Z | [ recovery-image] Dec 20 20:20:54.996 INFO O| Dec 20 20:20:54.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5874 | 2024-12-20T20:20:55.288Z | [ recovery-image] Dec 20 20:20:54.996 INFO O| Dec 20 20:20:54.996 INFO STEP 522 (remove_files) COMPLETE |
5875 | 2024-12-20T20:20:55.290Z | [ recovery-image] Dec 20 20:20:54.997 INFO O| Dec 20 20:20:54.996 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-20T20:20:55.327Z | [ recovery-image] Dec 20 20:20:55.036 INFO O| Dec 20 20:20:55.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5877 | 2024-12-20T20:20:55.327Z | [ recovery-image] Dec 20 20:20:55.036 INFO O| Dec 20 20:20:55.036 INFO STEP 523 (remove_files) COMPLETE |
5878 | 2024-12-20T20:20:55.327Z | [ recovery-image] Dec 20 20:20:55.036 INFO O| Dec 20 20:20:55.036 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-20T20:20:55.384Z | [ recovery-image] Dec 20 20:20:55.093 INFO O| Dec 20 20:20:55.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5880 | 2024-12-20T20:20:55.384Z | [ recovery-image] Dec 20 20:20:55.093 INFO O| Dec 20 20:20:55.093 INFO STEP 524 (remove_files) COMPLETE |
5881 | 2024-12-20T20:20:55.384Z | [ recovery-image] Dec 20 20:20:55.093 INFO O| Dec 20 20:20:55.093 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-20T20:20:55.411Z | [ recovery-image] Dec 20 20:20:55.119 INFO O| Dec 20 20:20:55.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5883 | 2024-12-20T20:20:55.413Z | [ recovery-image] Dec 20 20:20:55.119 INFO O| Dec 20 20:20:55.119 INFO STEP 525 (remove_files) COMPLETE |
5884 | 2024-12-20T20:20:55.413Z | [ recovery-image] Dec 20 20:20:55.120 INFO O| Dec 20 20:20:55.119 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-20T20:20:55.431Z | [ recovery-image] Dec 20 20:20:55.140 INFO O| Dec 20 20:20:55.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5886 | 2024-12-20T20:20:55.434Z | [ recovery-image] Dec 20 20:20:55.140 INFO O| Dec 20 20:20:55.140 INFO STEP 526 (remove_files) COMPLETE |
5887 | 2024-12-20T20:20:55.434Z | [ recovery-image] Dec 20 20:20:55.141 INFO O| Dec 20 20:20:55.140 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-20T20:20:55.451Z | [ recovery-image] Dec 20 20:20:55.160 INFO O| Dec 20 20:20:55.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5889 | 2024-12-20T20:20:55.455Z | [ recovery-image] Dec 20 20:20:55.160 INFO O| Dec 20 20:20:55.160 INFO STEP 527 (remove_files) COMPLETE |
5890 | 2024-12-20T20:20:55.455Z | [ recovery-image] Dec 20 20:20:55.160 INFO O| Dec 20 20:20:55.160 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-20T20:20:55.471Z | [ recovery-image] Dec 20 20:20:55.180 INFO O| Dec 20 20:20:55.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5892 | 2024-12-20T20:20:55.499Z | [ recovery-image] Dec 20 20:20:55.208 INFO O| Dec 20 20:20:55.208 INFO STEP 528 (remove_files) COMPLETE |
5893 | 2024-12-20T20:20:55.499Z | [ recovery-image] Dec 20 20:20:55.208 INFO O| Dec 20 20:20:55.208 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-20T20:20:55.521Z | [ recovery-image] Dec 20 20:20:55.229 INFO O| Dec 20 20:20:55.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5895 | 2024-12-20T20:20:55.521Z | [ recovery-image] Dec 20 20:20:55.230 INFO O| Dec 20 20:20:55.230 INFO STEP 529 (remove_files) COMPLETE |
5896 | 2024-12-20T20:20:55.524Z | [ recovery-image] Dec 20 20:20:55.230 INFO O| Dec 20 20:20:55.230 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-20T20:20:55.540Z | [ recovery-image] Dec 20 20:20:55.248 INFO O| Dec 20 20:20:55.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5898 | 2024-12-20T20:20:55.543Z | [ recovery-image] Dec 20 20:20:55.248 INFO O| Dec 20 20:20:55.248 INFO STEP 530 (remove_files) COMPLETE |
5899 | 2024-12-20T20:20:55.543Z | [ recovery-image] Dec 20 20:20:55.249 INFO O| Dec 20 20:20:55.249 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-20T20:20:55.557Z | [ recovery-image] Dec 20 20:20:55.266 INFO O| Dec 20 20:20:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5901 | 2024-12-20T20:20:55.559Z | [ recovery-image] Dec 20 20:20:55.266 INFO O| Dec 20 20:20:55.266 INFO STEP 531 (remove_files) COMPLETE |
5902 | 2024-12-20T20:20:55.559Z | [ recovery-image] Dec 20 20:20:55.266 INFO O| Dec 20 20:20:55.266 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-20T20:20:55.576Z | [ recovery-image] Dec 20 20:20:55.285 INFO O| Dec 20 20:20:55.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5904 | 2024-12-20T20:20:55.576Z | [ recovery-image] Dec 20 20:20:55.285 INFO O| Dec 20 20:20:55.285 INFO STEP 532 (remove_files) COMPLETE |
5905 | 2024-12-20T20:20:55.579Z | [ recovery-image] Dec 20 20:20:55.285 INFO O| Dec 20 20:20:55.285 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-20T20:20:55.618Z | [ recovery-image] Dec 20 20:20:55.326 INFO O| Dec 20 20:20:55.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5907 | 2024-12-20T20:20:55.620Z | [ recovery-image] Dec 20 20:20:55.326 INFO O| Dec 20 20:20:55.326 INFO STEP 533 (remove_files) COMPLETE |
5908 | 2024-12-20T20:20:55.620Z | [ recovery-image] Dec 20 20:20:55.327 INFO O| Dec 20 20:20:55.327 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-20T20:20:55.638Z | [ recovery-image] Dec 20 20:20:55.347 INFO O| Dec 20 20:20:55.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5910 | 2024-12-20T20:20:55.641Z | [ recovery-image] Dec 20 20:20:55.347 INFO O| Dec 20 20:20:55.347 INFO STEP 534 (remove_files) COMPLETE |
5911 | 2024-12-20T20:20:55.641Z | [ recovery-image] Dec 20 20:20:55.347 INFO O| Dec 20 20:20:55.347 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-12-20T20:20:55.658Z | [ recovery-image] Dec 20 20:20:55.366 INFO O| Dec 20 20:20:55.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5913 | 2024-12-20T20:20:55.661Z | [ recovery-image] Dec 20 20:20:55.367 INFO O| Dec 20 20:20:55.367 INFO STEP 535 (remove_files) COMPLETE |
5914 | 2024-12-20T20:20:55.661Z | [ recovery-image] Dec 20 20:20:55.367 INFO O| Dec 20 20:20:55.367 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-12-20T20:20:55.758Z | [ recovery-image] Dec 20 20:20:55.467 INFO O| Dec 20 20:20:55.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5916 | 2024-12-20T20:20:55.758Z | [ recovery-image] Dec 20 20:20:55.467 INFO O| Dec 20 20:20:55.467 INFO STEP 536 (remove_files) COMPLETE |
5917 | 2024-12-20T20:20:55.760Z | [ recovery-image] Dec 20 20:20:55.467 INFO O| Dec 20 20:20:55.467 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-12-20T20:20:55.777Z | [ recovery-image] Dec 20 20:20:55.486 INFO O| Dec 20 20:20:55.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5919 | 2024-12-20T20:20:55.777Z | [ recovery-image] Dec 20 20:20:55.486 INFO O| Dec 20 20:20:55.486 INFO STEP 537 (remove_files) COMPLETE |
5920 | 2024-12-20T20:20:55.777Z | [ recovery-image] Dec 20 20:20:55.486 INFO O| Dec 20 20:20:55.486 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-12-20T20:20:55.797Z | [ recovery-image] Dec 20 20:20:55.506 INFO O| Dec 20 20:20:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5922 | 2024-12-20T20:20:55.797Z | [ recovery-image] Dec 20 20:20:55.506 INFO O| Dec 20 20:20:55.506 INFO STEP 538 (remove_files) COMPLETE |
5923 | 2024-12-20T20:20:55.797Z | [ recovery-image] Dec 20 20:20:55.506 INFO O| Dec 20 20:20:55.506 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-12-20T20:20:55.840Z | [ recovery-image] Dec 20 20:20:55.549 INFO O| Dec 20 20:20:55.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5925 | 2024-12-20T20:20:55.840Z | [ recovery-image] Dec 20 20:20:55.549 INFO O| Dec 20 20:20:55.549 INFO STEP 539 (remove_files) COMPLETE |
5926 | 2024-12-20T20:20:55.840Z | [ recovery-image] Dec 20 20:20:55.549 INFO O| Dec 20 20:20:55.549 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-12-20T20:20:55.869Z | [ recovery-image] Dec 20 20:20:55.578 INFO O| Dec 20 20:20:55.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5928 | 2024-12-20T20:20:55.872Z | [ recovery-image] Dec 20 20:20:55.578 INFO O| Dec 20 20:20:55.578 INFO STEP 540 (remove_files) COMPLETE |
5929 | 2024-12-20T20:20:55.872Z | [ recovery-image] Dec 20 20:20:55.579 INFO O| Dec 20 20:20:55.578 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-12-20T20:20:55.890Z | [ recovery-image] Dec 20 20:20:55.599 INFO O| Dec 20 20:20:55.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5931 | 2024-12-20T20:20:55.890Z | [ recovery-image] Dec 20 20:20:55.599 INFO O| Dec 20 20:20:55.599 INFO STEP 541 (remove_files) COMPLETE |
5932 | 2024-12-20T20:20:55.895Z | [ recovery-image] Dec 20 20:20:55.600 INFO O| Dec 20 20:20:55.599 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-12-20T20:20:55.911Z | [ recovery-image] Dec 20 20:20:55.619 INFO O| Dec 20 20:20:55.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5934 | 2024-12-20T20:20:55.911Z | [ recovery-image] Dec 20 20:20:55.619 INFO O| Dec 20 20:20:55.619 INFO STEP 542 (remove_files) COMPLETE |
5935 | 2024-12-20T20:20:55.911Z | [ recovery-image] Dec 20 20:20:55.619 INFO O| Dec 20 20:20:55.619 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-12-20T20:20:55.930Z | [ recovery-image] Dec 20 20:20:55.639 INFO O| Dec 20 20:20:55.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5937 | 2024-12-20T20:20:55.930Z | [ recovery-image] Dec 20 20:20:55.639 INFO O| Dec 20 20:20:55.639 INFO STEP 543 (remove_files) COMPLETE |
5938 | 2024-12-20T20:20:55.930Z | [ recovery-image] Dec 20 20:20:55.639 INFO O| Dec 20 20:20:55.639 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-12-20T20:20:55.953Z | [ recovery-image] Dec 20 20:20:55.662 INFO O| Dec 20 20:20:55.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5940 | 2024-12-20T20:20:55.953Z | [ recovery-image] Dec 20 20:20:55.662 INFO O| Dec 20 20:20:55.662 INFO STEP 544 (remove_files) COMPLETE |
5941 | 2024-12-20T20:20:55.953Z | [ recovery-image] Dec 20 20:20:55.662 INFO O| Dec 20 20:20:55.662 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-12-20T20:20:56.013Z | [ recovery-image] Dec 20 20:20:55.721 INFO O| Dec 20 20:20:55.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5943 | 2024-12-20T20:20:56.013Z | [ recovery-image] Dec 20 20:20:55.721 INFO O| Dec 20 20:20:55.721 INFO STEP 545 (remove_files) COMPLETE |
5944 | 2024-12-20T20:20:56.013Z | [ recovery-image] Dec 20 20:20:55.721 INFO O| Dec 20 20:20:55.721 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-12-20T20:20:56.047Z | [ recovery-image] Dec 20 20:20:55.756 INFO O| Dec 20 20:20:55.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5946 | 2024-12-20T20:20:56.048Z | [ recovery-image] Dec 20 20:20:55.756 INFO O| Dec 20 20:20:55.756 INFO STEP 546 (remove_files) COMPLETE |
5947 | 2024-12-20T20:20:56.048Z | [ recovery-image] Dec 20 20:20:55.756 INFO O| Dec 20 20:20:55.756 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-12-20T20:20:56.131Z | [ recovery-image] Dec 20 20:20:55.840 INFO O| Dec 20 20:20:55.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5949 | 2024-12-20T20:20:56.132Z | [ recovery-image] Dec 20 20:20:55.840 INFO O| Dec 20 20:20:55.840 INFO STEP 547 (remove_files) COMPLETE |
5950 | 2024-12-20T20:20:56.132Z | [ recovery-image] Dec 20 20:20:55.840 INFO O| Dec 20 20:20:55.840 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-12-20T20:20:56.155Z | [ recovery-image] Dec 20 20:20:55.861 INFO O| Dec 20 20:20:55.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5952 | 2024-12-20T20:20:56.155Z | [ recovery-image] Dec 20 20:20:55.862 INFO O| Dec 20 20:20:55.862 INFO STEP 548 (remove_files) COMPLETE |
5953 | 2024-12-20T20:20:56.155Z | [ recovery-image] Dec 20 20:20:55.862 INFO O| Dec 20 20:20:55.862 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-12-20T20:20:56.201Z | [ recovery-image] Dec 20 20:20:55.910 INFO O| Dec 20 20:20:55.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5955 | 2024-12-20T20:20:56.201Z | [ recovery-image] Dec 20 20:20:55.910 INFO O| Dec 20 20:20:55.910 INFO STEP 549 (remove_files) COMPLETE |
5956 | 2024-12-20T20:20:56.201Z | [ recovery-image] Dec 20 20:20:55.910 INFO O| Dec 20 20:20:55.910 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-12-20T20:20:56.235Z | [ recovery-image] Dec 20 20:20:55.942 INFO O| Dec 20 20:20:55.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5958 | 2024-12-20T20:20:56.236Z | [ recovery-image] Dec 20 20:20:55.942 INFO O| Dec 20 20:20:55.942 INFO STEP 550 (remove_files) COMPLETE |
5959 | 2024-12-20T20:20:56.236Z | [ recovery-image] Dec 20 20:20:55.942 INFO O| Dec 20 20:20:55.942 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-12-20T20:20:56.282Z | [ recovery-image] Dec 20 20:20:55.991 INFO O| Dec 20 20:20:55.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5961 | 2024-12-20T20:20:56.282Z | [ recovery-image] Dec 20 20:20:55.991 INFO O| Dec 20 20:20:55.991 INFO STEP 551 (remove_files) COMPLETE |
5962 | 2024-12-20T20:20:56.283Z | [ recovery-image] Dec 20 20:20:55.991 INFO O| Dec 20 20:20:55.991 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-12-20T20:20:56.316Z | [ recovery-image] Dec 20 20:20:56.024 INFO O| Dec 20 20:20:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5964 | 2024-12-20T20:20:56.319Z | [ recovery-image] Dec 20 20:20:56.024 INFO O| Dec 20 20:20:56.024 INFO STEP 552 (remove_files) COMPLETE |
5965 | 2024-12-20T20:20:56.319Z | [ recovery-image] Dec 20 20:20:56.024 INFO O| Dec 20 20:20:56.024 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-12-20T20:20:56.391Z | [ recovery-image] Dec 20 20:20:56.099 INFO O| Dec 20 20:20:56.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5967 | 2024-12-20T20:20:56.391Z | [ recovery-image] Dec 20 20:20:56.100 INFO O| Dec 20 20:20:56.100 INFO STEP 553 (remove_files) COMPLETE |
5968 | 2024-12-20T20:20:56.391Z | [ recovery-image] Dec 20 20:20:56.100 INFO O| Dec 20 20:20:56.100 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-12-20T20:20:56.413Z | [ recovery-image] Dec 20 20:20:56.121 INFO O| Dec 20 20:20:56.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5970 | 2024-12-20T20:20:56.415Z | [ recovery-image] Dec 20 20:20:56.122 INFO O| Dec 20 20:20:56.122 INFO STEP 554 (remove_files) COMPLETE |
5971 | 2024-12-20T20:20:56.415Z | [ recovery-image] Dec 20 20:20:56.122 INFO O| Dec 20 20:20:56.122 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-12-20T20:20:56.459Z | [ recovery-image] Dec 20 20:20:56.168 INFO O| Dec 20 20:20:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5973 | 2024-12-20T20:20:56.460Z | [ recovery-image] Dec 20 20:20:56.168 INFO O| Dec 20 20:20:56.168 INFO STEP 555 (remove_files) COMPLETE |
5974 | 2024-12-20T20:20:56.462Z | [ recovery-image] Dec 20 20:20:56.168 INFO O| Dec 20 20:20:56.168 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-12-20T20:20:56.532Z | [ recovery-image] Dec 20 20:20:56.241 INFO O| Dec 20 20:20:56.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5976 | 2024-12-20T20:20:56.532Z | [ recovery-image] Dec 20 20:20:56.241 INFO O| Dec 20 20:20:56.241 INFO STEP 556 (remove_files) COMPLETE |
5977 | 2024-12-20T20:20:56.535Z | [ recovery-image] Dec 20 20:20:56.241 INFO O| Dec 20 20:20:56.241 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-12-20T20:20:56.551Z | [ recovery-image] Dec 20 20:20:56.260 INFO O| Dec 20 20:20:56.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5979 | 2024-12-20T20:20:56.551Z | [ recovery-image] Dec 20 20:20:56.260 INFO O| Dec 20 20:20:56.260 INFO STEP 557 (remove_files) COMPLETE |
5980 | 2024-12-20T20:20:56.554Z | [ recovery-image] Dec 20 20:20:56.260 INFO O| Dec 20 20:20:56.260 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-12-20T20:20:56.578Z | [ recovery-image] Dec 20 20:20:56.286 INFO O| Dec 20 20:20:56.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5982 | 2024-12-20T20:20:56.578Z | [ recovery-image] Dec 20 20:20:56.286 INFO O| Dec 20 20:20:56.286 INFO STEP 558 (remove_files) COMPLETE |
5983 | 2024-12-20T20:20:56.578Z | [ recovery-image] Dec 20 20:20:56.286 INFO O| Dec 20 20:20:56.286 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-12-20T20:20:56.618Z | [ recovery-image] Dec 20 20:20:56.326 INFO O| Dec 20 20:20:56.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5985 | 2024-12-20T20:20:56.618Z | [ recovery-image] Dec 20 20:20:56.326 INFO O| Dec 20 20:20:56.326 INFO STEP 559 (remove_files) COMPLETE |
5986 | 2024-12-20T20:20:56.618Z | [ recovery-image] Dec 20 20:20:56.326 INFO O| Dec 20 20:20:56.326 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-12-20T20:20:56.667Z | [ recovery-image] Dec 20 20:20:56.375 INFO O| Dec 20 20:20:56.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5988 | 2024-12-20T20:20:56.667Z | [ recovery-image] Dec 20 20:20:56.375 INFO O| Dec 20 20:20:56.375 INFO STEP 560 (remove_files) COMPLETE |
5989 | 2024-12-20T20:20:56.667Z | [ recovery-image] Dec 20 20:20:56.375 INFO O| Dec 20 20:20:56.375 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-12-20T20:20:56.685Z | [ recovery-image] Dec 20 20:20:56.393 INFO O| Dec 20 20:20:56.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5991 | 2024-12-20T20:20:56.685Z | [ recovery-image] Dec 20 20:20:56.393 INFO O| Dec 20 20:20:56.393 INFO STEP 561 (remove_files) COMPLETE |
5992 | 2024-12-20T20:20:56.685Z | [ recovery-image] Dec 20 20:20:56.393 INFO O| Dec 20 20:20:56.393 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-12-20T20:20:56.703Z | [ recovery-image] Dec 20 20:20:56.412 INFO O| Dec 20 20:20:56.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5994 | 2024-12-20T20:20:56.703Z | [ recovery-image] Dec 20 20:20:56.412 INFO O| Dec 20 20:20:56.412 INFO STEP 562 (remove_files) COMPLETE |
5995 | 2024-12-20T20:20:56.703Z | [ recovery-image] Dec 20 20:20:56.412 INFO O| Dec 20 20:20:56.412 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-12-20T20:20:56.722Z | [ recovery-image] Dec 20 20:20:56.431 INFO O| Dec 20 20:20:56.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5997 | 2024-12-20T20:20:56.722Z | [ recovery-image] Dec 20 20:20:56.431 INFO O| Dec 20 20:20:56.431 INFO STEP 563 (remove_files) COMPLETE |
5998 | 2024-12-20T20:20:56.722Z | [ recovery-image] Dec 20 20:20:56.431 INFO O| Dec 20 20:20:56.431 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-12-20T20:20:56.767Z | [ recovery-image] Dec 20 20:20:56.474 INFO O| Dec 20 20:20:56.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6000 | 2024-12-20T20:20:56.767Z | [ recovery-image] Dec 20 20:20:56.474 INFO O| Dec 20 20:20:56.474 INFO STEP 564 (remove_files) COMPLETE |
6001 | 2024-12-20T20:20:56.768Z | [ recovery-image] Dec 20 20:20:56.474 INFO O| Dec 20 20:20:56.474 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-12-20T20:20:56.785Z | [ recovery-image] Dec 20 20:20:56.494 INFO O| Dec 20 20:20:56.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6003 | 2024-12-20T20:20:56.786Z | [ recovery-image] Dec 20 20:20:56.494 INFO O| Dec 20 20:20:56.494 INFO STEP 565 (remove_files) COMPLETE |
6004 | 2024-12-20T20:20:56.786Z | [ recovery-image] Dec 20 20:20:56.494 INFO O| Dec 20 20:20:56.494 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-12-20T20:20:56.805Z | [ recovery-image] Dec 20 20:20:56.513 INFO O| Dec 20 20:20:56.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6006 | 2024-12-20T20:20:56.805Z | [ recovery-image] Dec 20 20:20:56.513 INFO O| Dec 20 20:20:56.513 INFO STEP 566 (remove_files) COMPLETE |
6007 | 2024-12-20T20:20:56.805Z | [ recovery-image] Dec 20 20:20:56.513 INFO O| Dec 20 20:20:56.513 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-12-20T20:20:56.823Z | [ recovery-image] Dec 20 20:20:56.532 INFO O| Dec 20 20:20:56.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6009 | 2024-12-20T20:20:56.823Z | [ recovery-image] Dec 20 20:20:56.532 INFO O| Dec 20 20:20:56.532 INFO STEP 567 (remove_files) COMPLETE |
6010 | 2024-12-20T20:20:56.823Z | [ recovery-image] Dec 20 20:20:56.532 INFO O| Dec 20 20:20:56.532 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-12-20T20:20:56.842Z | [ recovery-image] Dec 20 20:20:56.551 INFO O| Dec 20 20:20:56.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6012 | 2024-12-20T20:20:56.842Z | [ recovery-image] Dec 20 20:20:56.551 INFO O| Dec 20 20:20:56.551 INFO STEP 568 (remove_files) COMPLETE |
6013 | 2024-12-20T20:20:56.842Z | [ recovery-image] Dec 20 20:20:56.551 INFO O| Dec 20 20:20:56.551 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-12-20T20:20:56.889Z | [ recovery-image] Dec 20 20:20:56.597 INFO O| Dec 20 20:20:56.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6015 | 2024-12-20T20:20:56.889Z | [ recovery-image] Dec 20 20:20:56.597 INFO O| Dec 20 20:20:56.597 INFO STEP 569 (remove_files) COMPLETE |
6016 | 2024-12-20T20:20:56.891Z | [ recovery-image] Dec 20 20:20:56.597 INFO O| Dec 20 20:20:56.597 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-12-20T20:20:56.930Z | [ recovery-image] Dec 20 20:20:56.639 INFO O| Dec 20 20:20:56.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6018 | 2024-12-20T20:20:56.933Z | [ recovery-image] Dec 20 20:20:56.639 INFO O| Dec 20 20:20:56.639 INFO STEP 570 (remove_files) COMPLETE |
6019 | 2024-12-20T20:20:56.933Z | [ recovery-image] Dec 20 20:20:56.640 INFO O| Dec 20 20:20:56.640 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-12-20T20:20:56.952Z | [ recovery-image] Dec 20 20:20:56.661 INFO O| Dec 20 20:20:56.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6021 | 2024-12-20T20:20:56.983Z | [ recovery-image] Dec 20 20:20:56.692 INFO O| Dec 20 20:20:56.692 INFO STEP 571 (remove_files) COMPLETE |
6022 | 2024-12-20T20:20:56.983Z | [ recovery-image] Dec 20 20:20:56.692 INFO O| Dec 20 20:20:56.692 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-12-20T20:20:57.005Z | [ recovery-image] Dec 20 20:20:56.714 INFO O| Dec 20 20:20:56.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6024 | 2024-12-20T20:20:57.011Z | [ recovery-image] Dec 20 20:20:56.720 INFO O| Dec 20 20:20:56.720 INFO STEP 572 (remove_files) COMPLETE |
6025 | 2024-12-20T20:20:57.014Z | [ recovery-image] Dec 20 20:20:56.720 INFO O| Dec 20 20:20:56.720 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-12-20T20:20:57.042Z | [ recovery-image] Dec 20 20:20:56.751 INFO O| Dec 20 20:20:56.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6027 | 2024-12-20T20:20:57.042Z | [ recovery-image] Dec 20 20:20:56.751 INFO O| Dec 20 20:20:56.751 INFO STEP 573 (remove_files) COMPLETE |
6028 | 2024-12-20T20:20:57.042Z | [ recovery-image] Dec 20 20:20:56.751 INFO O| Dec 20 20:20:56.751 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-12-20T20:20:57.078Z | [ recovery-image] Dec 20 20:20:56.786 INFO O| Dec 20 20:20:56.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6030 | 2024-12-20T20:20:57.078Z | [ recovery-image] Dec 20 20:20:56.786 INFO O| Dec 20 20:20:56.786 INFO STEP 574 (remove_files) COMPLETE |
6031 | 2024-12-20T20:20:57.078Z | [ recovery-image] Dec 20 20:20:56.786 INFO O| Dec 20 20:20:56.786 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-12-20T20:20:57.123Z | [ recovery-image] Dec 20 20:20:56.830 INFO O| Dec 20 20:20:56.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6033 | 2024-12-20T20:20:57.123Z | [ recovery-image] Dec 20 20:20:56.830 INFO O| Dec 20 20:20:56.830 INFO STEP 575 (remove_files) COMPLETE |
6034 | 2024-12-20T20:20:57.127Z | [ recovery-image] Dec 20 20:20:56.830 INFO O| Dec 20 20:20:56.830 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-12-20T20:20:57.151Z | [ recovery-image] Dec 20 20:20:56.860 INFO O| Dec 20 20:20:56.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6036 | 2024-12-20T20:20:57.155Z | [ recovery-image] Dec 20 20:20:56.860 INFO O| Dec 20 20:20:56.860 INFO STEP 576 (remove_files) COMPLETE |
6037 | 2024-12-20T20:20:57.155Z | [ recovery-image] Dec 20 20:20:56.861 INFO O| Dec 20 20:20:56.860 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-12-20T20:20:57.170Z | [ recovery-image] Dec 20 20:20:56.879 INFO O| Dec 20 20:20:56.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6039 | 2024-12-20T20:20:57.170Z | [ recovery-image] Dec 20 20:20:56.879 INFO O| Dec 20 20:20:56.879 INFO STEP 577 (remove_files) COMPLETE |
6040 | 2024-12-20T20:20:57.174Z | [ recovery-image] Dec 20 20:20:56.880 INFO O| Dec 20 20:20:56.879 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-12-20T20:20:57.188Z | [ recovery-image] Dec 20 20:20:56.897 INFO O| Dec 20 20:20:56.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6042 | 2024-12-20T20:20:57.188Z | [ recovery-image] Dec 20 20:20:56.897 INFO O| Dec 20 20:20:56.897 INFO STEP 578 (remove_files) COMPLETE |
6043 | 2024-12-20T20:20:57.191Z | [ recovery-image] Dec 20 20:20:56.897 INFO O| Dec 20 20:20:56.897 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-12-20T20:20:57.280Z | [ recovery-image] Dec 20 20:20:56.989 INFO O| Dec 20 20:20:56.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6045 | 2024-12-20T20:20:57.280Z | [ recovery-image] Dec 20 20:20:56.989 INFO O| Dec 20 20:20:56.989 INFO STEP 579 (remove_files) COMPLETE |
6046 | 2024-12-20T20:20:57.283Z | [ recovery-image] Dec 20 20:20:56.989 INFO O| Dec 20 20:20:56.989 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-12-20T20:20:57.303Z | [ recovery-image] Dec 20 20:20:57.012 INFO O| Dec 20 20:20:57.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6048 | 2024-12-20T20:20:57.303Z | [ recovery-image] Dec 20 20:20:57.012 INFO O| Dec 20 20:20:57.012 INFO STEP 580 (remove_files) COMPLETE |
6049 | 2024-12-20T20:20:57.306Z | [ recovery-image] Dec 20 20:20:57.012 INFO O| Dec 20 20:20:57.012 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-12-20T20:20:57.324Z | [ recovery-image] Dec 20 20:20:57.033 INFO O| Dec 20 20:20:57.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6051 | 2024-12-20T20:20:57.324Z | [ recovery-image] Dec 20 20:20:57.033 INFO O| Dec 20 20:20:57.033 INFO STEP 581 (remove_files) COMPLETE |
6052 | 2024-12-20T20:20:57.327Z | [ recovery-image] Dec 20 20:20:57.033 INFO O| Dec 20 20:20:57.033 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-12-20T20:20:57.344Z | [ recovery-image] Dec 20 20:20:57.053 INFO O| Dec 20 20:20:57.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6054 | 2024-12-20T20:20:57.344Z | [ recovery-image] Dec 20 20:20:57.053 INFO O| Dec 20 20:20:57.053 INFO STEP 582 (remove_files) COMPLETE |
6055 | 2024-12-20T20:20:57.348Z | [ recovery-image] Dec 20 20:20:57.053 INFO O| Dec 20 20:20:57.053 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-12-20T20:20:57.364Z | [ recovery-image] Dec 20 20:20:57.073 INFO O| Dec 20 20:20:57.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6057 | 2024-12-20T20:20:57.394Z | [ recovery-image] Dec 20 20:20:57.102 INFO O| Dec 20 20:20:57.102 INFO STEP 583 (remove_files) COMPLETE |
6058 | 2024-12-20T20:20:57.394Z | [ recovery-image] Dec 20 20:20:57.102 INFO O| Dec 20 20:20:57.102 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-20T20:20:57.501Z | [ recovery-image] Dec 20 20:20:57.210 INFO O| Dec 20 20:20:57.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6060 | 2024-12-20T20:20:57.510Z | [ recovery-image] Dec 20 20:20:57.219 INFO O| Dec 20 20:20:57.219 INFO STEP 584 (remove_files) COMPLETE |
6061 | 2024-12-20T20:20:57.510Z | [ recovery-image] Dec 20 20:20:57.219 INFO O| Dec 20 20:20:57.219 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-20T20:20:57.532Z | [ recovery-image] Dec 20 20:20:57.240 INFO O| Dec 20 20:20:57.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6063 | 2024-12-20T20:20:57.557Z | [ recovery-image] Dec 20 20:20:57.266 INFO O| Dec 20 20:20:57.266 INFO STEP 585 (remove_files) COMPLETE |
6064 | 2024-12-20T20:20:57.557Z | [ recovery-image] Dec 20 20:20:57.266 INFO O| Dec 20 20:20:57.266 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-20T20:20:57.579Z | [ recovery-image] Dec 20 20:20:57.288 INFO O| Dec 20 20:20:57.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6066 | 2024-12-20T20:20:57.583Z | [ recovery-image] Dec 20 20:20:57.288 INFO O| Dec 20 20:20:57.288 INFO STEP 586 (remove_files) COMPLETE |
6067 | 2024-12-20T20:20:57.583Z | [ recovery-image] Dec 20 20:20:57.288 INFO O| Dec 20 20:20:57.288 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-20T20:20:57.614Z | [ recovery-image] Dec 20 20:20:57.323 INFO O| Dec 20 20:20:57.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6069 | 2024-12-20T20:20:57.617Z | [ recovery-image] Dec 20 20:20:57.323 INFO O| Dec 20 20:20:57.323 INFO STEP 587 (remove_files) COMPLETE |
6070 | 2024-12-20T20:20:57.617Z | [ recovery-image] Dec 20 20:20:57.323 INFO O| Dec 20 20:20:57.323 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-20T20:20:57.635Z | [ recovery-image] Dec 20 20:20:57.344 INFO O| Dec 20 20:20:57.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6072 | 2024-12-20T20:20:57.635Z | [ recovery-image] Dec 20 20:20:57.344 INFO O| Dec 20 20:20:57.344 INFO STEP 588 (remove_files) COMPLETE |
6073 | 2024-12-20T20:20:57.638Z | [ recovery-image] Dec 20 20:20:57.344 INFO O| Dec 20 20:20:57.344 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-20T20:20:57.655Z | [ recovery-image] Dec 20 20:20:57.363 INFO O| Dec 20 20:20:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6075 | 2024-12-20T20:20:57.685Z | [ recovery-image] Dec 20 20:20:57.394 INFO O| Dec 20 20:20:57.394 INFO STEP 589 (remove_files) COMPLETE |
6076 | 2024-12-20T20:20:57.685Z | [ recovery-image] Dec 20 20:20:57.394 INFO O| Dec 20 20:20:57.394 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-20T20:20:57.717Z | [ host-image] Dec 20 20:20:57.426 INFO O| Dec 20 20:20:57.425 INFO O| Actions: 9119/49485 actions (Installing new actions) |
6078 | 2024-12-20T20:20:57.731Z | [ recovery-image] Dec 20 20:20:57.438 INFO O| Dec 20 20:20:57.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6079 | 2024-12-20T20:20:57.731Z | [ recovery-image] Dec 20 20:20:57.438 INFO O| Dec 20 20:20:57.438 INFO STEP 590 (remove_files) COMPLETE |
6080 | 2024-12-20T20:20:57.734Z | [ recovery-image] Dec 20 20:20:57.438 INFO O| Dec 20 20:20:57.438 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-20T20:20:57.775Z | [ recovery-image] Dec 20 20:20:57.484 INFO O| Dec 20 20:20:57.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6082 | 2024-12-20T20:20:57.775Z | [ recovery-image] Dec 20 20:20:57.484 INFO O| Dec 20 20:20:57.484 INFO STEP 591 (remove_files) COMPLETE |
6083 | 2024-12-20T20:20:57.778Z | [ recovery-image] Dec 20 20:20:57.484 INFO O| Dec 20 20:20:57.484 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-20T20:20:57.794Z | [ recovery-image] Dec 20 20:20:57.503 INFO O| Dec 20 20:20:57.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6085 | 2024-12-20T20:20:57.794Z | [ recovery-image] Dec 20 20:20:57.503 INFO O| Dec 20 20:20:57.503 INFO STEP 592 (remove_files) COMPLETE |
6086 | 2024-12-20T20:20:57.797Z | [ recovery-image] Dec 20 20:20:57.503 INFO O| Dec 20 20:20:57.503 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-20T20:20:57.813Z | [ recovery-image] Dec 20 20:20:57.522 INFO O| Dec 20 20:20:57.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6088 | 2024-12-20T20:20:57.813Z | [ recovery-image] Dec 20 20:20:57.522 INFO O| Dec 20 20:20:57.522 INFO STEP 593 (remove_files) COMPLETE |
6089 | 2024-12-20T20:20:57.814Z | [ recovery-image] Dec 20 20:20:57.522 INFO O| Dec 20 20:20:57.522 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-20T20:20:57.833Z | [ recovery-image] Dec 20 20:20:57.541 INFO O| Dec 20 20:20:57.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6091 | 2024-12-20T20:20:57.833Z | [ recovery-image] Dec 20 20:20:57.541 INFO O| Dec 20 20:20:57.541 INFO STEP 594 (remove_files) COMPLETE |
6092 | 2024-12-20T20:20:57.833Z | [ recovery-image] Dec 20 20:20:57.541 INFO O| Dec 20 20:20:57.541 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-20T20:20:57.852Z | [ recovery-image] Dec 20 20:20:57.560 INFO O| Dec 20 20:20:57.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6094 | 2024-12-20T20:20:57.852Z | [ recovery-image] Dec 20 20:20:57.560 INFO O| Dec 20 20:20:57.560 INFO STEP 595 (remove_files) COMPLETE |
6095 | 2024-12-20T20:20:57.852Z | [ recovery-image] Dec 20 20:20:57.561 INFO O| Dec 20 20:20:57.560 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-20T20:20:57.989Z | [ recovery-image] Dec 20 20:20:57.698 INFO O| Dec 20 20:20:57.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6097 | 2024-12-20T20:20:57.989Z | [ recovery-image] Dec 20 20:20:57.698 INFO O| Dec 20 20:20:57.698 INFO STEP 596 (remove_files) COMPLETE |
6098 | 2024-12-20T20:20:57.992Z | [ recovery-image] Dec 20 20:20:57.698 INFO O| Dec 20 20:20:57.698 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-20T20:20:58.030Z | [ recovery-image] Dec 20 20:20:57.739 INFO O| Dec 20 20:20:57.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6100 | 2024-12-20T20:20:58.034Z | [ recovery-image] Dec 20 20:20:57.739 INFO O| Dec 20 20:20:57.739 INFO STEP 597 (remove_files) COMPLETE |
6101 | 2024-12-20T20:20:58.034Z | [ recovery-image] Dec 20 20:20:57.739 INFO O| Dec 20 20:20:57.739 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-20T20:20:58.052Z | [ recovery-image] Dec 20 20:20:57.760 INFO O| Dec 20 20:20:57.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6103 | 2024-12-20T20:20:58.052Z | [ recovery-image] Dec 20 20:20:57.761 INFO O| Dec 20 20:20:57.760 INFO STEP 598 (remove_files) COMPLETE |
6104 | 2024-12-20T20:20:58.052Z | [ recovery-image] Dec 20 20:20:57.761 INFO O| Dec 20 20:20:57.761 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-20T20:20:58.118Z | [ recovery-image] Dec 20 20:20:57.827 INFO O| Dec 20 20:20:57.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6106 | 2024-12-20T20:20:58.118Z | [ recovery-image] Dec 20 20:20:57.827 INFO O| Dec 20 20:20:57.827 INFO STEP 599 (remove_files) COMPLETE |
6107 | 2024-12-20T20:20:58.118Z | [ recovery-image] Dec 20 20:20:57.827 INFO O| Dec 20 20:20:57.827 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-20T20:20:58.276Z | [ recovery-image] Dec 20 20:20:57.984 INFO O| Dec 20 20:20:57.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6109 | 2024-12-20T20:20:58.276Z | [ recovery-image] Dec 20 20:20:57.984 INFO O| Dec 20 20:20:57.984 INFO STEP 600 (remove_files) COMPLETE |
6110 | 2024-12-20T20:20:58.276Z | [ recovery-image] Dec 20 20:20:57.984 INFO O| Dec 20 20:20:57.984 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-20T20:20:58.322Z | [ recovery-image] Dec 20 20:20:58.030 INFO O| Dec 20 20:20:58.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6112 | 2024-12-20T20:20:58.322Z | [ recovery-image] Dec 20 20:20:58.031 INFO O| Dec 20 20:20:58.031 INFO STEP 601 (remove_files) COMPLETE |
6113 | 2024-12-20T20:20:58.324Z | [ recovery-image] Dec 20 20:20:58.031 INFO O| Dec 20 20:20:58.031 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-20T20:20:58.397Z | [ recovery-image] Dec 20 20:20:58.105 INFO O| Dec 20 20:20:58.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6115 | 2024-12-20T20:20:58.397Z | [ recovery-image] Dec 20 20:20:58.105 INFO O| Dec 20 20:20:58.105 INFO STEP 602 (remove_files) COMPLETE |
6116 | 2024-12-20T20:20:58.397Z | [ recovery-image] Dec 20 20:20:58.105 INFO O| Dec 20 20:20:58.105 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-20T20:20:58.467Z | [ recovery-image] Dec 20 20:20:58.175 INFO O| Dec 20 20:20:58.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6118 | 2024-12-20T20:20:58.467Z | [ recovery-image] Dec 20 20:20:58.175 INFO O| Dec 20 20:20:58.175 INFO STEP 603 (remove_files) COMPLETE |
6119 | 2024-12-20T20:20:58.467Z | [ recovery-image] Dec 20 20:20:58.175 INFO O| Dec 20 20:20:58.175 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-20T20:20:58.535Z | [ recovery-image] Dec 20 20:20:58.244 INFO O| Dec 20 20:20:58.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6121 | 2024-12-20T20:20:58.537Z | [ recovery-image] Dec 20 20:20:58.244 INFO O| Dec 20 20:20:58.244 INFO STEP 604 (remove_files) COMPLETE |
6122 | 2024-12-20T20:20:58.537Z | [ recovery-image] Dec 20 20:20:58.244 INFO O| Dec 20 20:20:58.244 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-12-20T20:20:58.554Z | [ recovery-image] Dec 20 20:20:58.263 INFO O| Dec 20 20:20:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6124 | 2024-12-20T20:20:58.554Z | [ recovery-image] Dec 20 20:20:58.263 INFO O| Dec 20 20:20:58.263 INFO STEP 605 (remove_files) COMPLETE |
6125 | 2024-12-20T20:20:58.554Z | [ recovery-image] Dec 20 20:20:58.263 INFO O| Dec 20 20:20:58.263 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-12-20T20:20:58.623Z | [ recovery-image] Dec 20 20:20:58.332 INFO O| Dec 20 20:20:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6127 | 2024-12-20T20:20:58.623Z | [ recovery-image] Dec 20 20:20:58.332 INFO O| Dec 20 20:20:58.332 INFO STEP 606 (remove_files) COMPLETE |
6128 | 2024-12-20T20:20:58.623Z | [ recovery-image] Dec 20 20:20:58.332 INFO O| Dec 20 20:20:58.332 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-12-20T20:20:58.644Z | [ recovery-image] Dec 20 20:20:58.352 INFO O| Dec 20 20:20:58.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6130 | 2024-12-20T20:20:58.644Z | [ recovery-image] Dec 20 20:20:58.352 INFO O| Dec 20 20:20:58.352 INFO STEP 607 (remove_files) COMPLETE |
6131 | 2024-12-20T20:20:58.644Z | [ recovery-image] Dec 20 20:20:58.352 INFO O| Dec 20 20:20:58.352 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-12-20T20:20:58.662Z | [ recovery-image] Dec 20 20:20:58.371 INFO O| Dec 20 20:20:58.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6133 | 2024-12-20T20:20:58.662Z | [ recovery-image] Dec 20 20:20:58.371 INFO O| Dec 20 20:20:58.371 INFO STEP 608 (remove_files) COMPLETE |
6134 | 2024-12-20T20:20:58.662Z | [ recovery-image] Dec 20 20:20:58.371 INFO O| Dec 20 20:20:58.371 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-12-20T20:20:58.704Z | [ recovery-image] Dec 20 20:20:58.413 INFO O| Dec 20 20:20:58.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6136 | 2024-12-20T20:20:58.704Z | [ recovery-image] Dec 20 20:20:58.413 INFO O| Dec 20 20:20:58.413 INFO STEP 609 (remove_files) COMPLETE |
6137 | 2024-12-20T20:20:58.707Z | [ recovery-image] Dec 20 20:20:58.413 INFO O| Dec 20 20:20:58.413 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-12-20T20:20:58.726Z | [ recovery-image] Dec 20 20:20:58.434 INFO O| Dec 20 20:20:58.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6139 | 2024-12-20T20:20:58.726Z | [ recovery-image] Dec 20 20:20:58.434 INFO O| Dec 20 20:20:58.434 INFO STEP 610 (remove_files) COMPLETE |
6140 | 2024-12-20T20:20:58.728Z | [ recovery-image] Dec 20 20:20:58.435 INFO O| Dec 20 20:20:58.434 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-12-20T20:20:58.745Z | [ recovery-image] Dec 20 20:20:58.454 INFO O| Dec 20 20:20:58.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6142 | 2024-12-20T20:20:58.745Z | [ recovery-image] Dec 20 20:20:58.454 INFO O| Dec 20 20:20:58.454 INFO STEP 611 (remove_files) COMPLETE |
6143 | 2024-12-20T20:20:58.747Z | [ recovery-image] Dec 20 20:20:58.454 INFO O| Dec 20 20:20:58.454 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-12-20T20:20:58.775Z | [ recovery-image] Dec 20 20:20:58.484 INFO O| Dec 20 20:20:58.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6145 | 2024-12-20T20:20:58.807Z | [ recovery-image] Dec 20 20:20:58.515 INFO O| Dec 20 20:20:58.515 INFO STEP 612 (remove_files) COMPLETE |
6146 | 2024-12-20T20:20:58.808Z | [ recovery-image] Dec 20 20:20:58.515 INFO O| Dec 20 20:20:58.515 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-12-20T20:20:58.846Z | [ recovery-image] Dec 20 20:20:58.555 INFO O| Dec 20 20:20:58.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6148 | 2024-12-20T20:20:58.846Z | [ recovery-image] Dec 20 20:20:58.555 INFO O| Dec 20 20:20:58.555 INFO STEP 613 (remove_files) COMPLETE |
6149 | 2024-12-20T20:20:58.846Z | [ recovery-image] Dec 20 20:20:58.555 INFO O| Dec 20 20:20:58.555 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-12-20T20:20:58.867Z | [ recovery-image] Dec 20 20:20:58.576 INFO O| Dec 20 20:20:58.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6151 | 2024-12-20T20:20:58.871Z | [ recovery-image] Dec 20 20:20:58.580 INFO O| Dec 20 20:20:58.580 INFO STEP 614 (remove_files) COMPLETE |
6152 | 2024-12-20T20:20:58.871Z | [ recovery-image] Dec 20 20:20:58.580 INFO O| Dec 20 20:20:58.580 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-12-20T20:20:58.904Z | [ recovery-image] Dec 20 20:20:58.613 INFO O| Dec 20 20:20:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6154 | 2024-12-20T20:20:58.907Z | [ recovery-image] Dec 20 20:20:58.613 INFO O| Dec 20 20:20:58.613 INFO STEP 615 (remove_files) COMPLETE |
6155 | 2024-12-20T20:20:58.907Z | [ recovery-image] Dec 20 20:20:58.613 INFO O| Dec 20 20:20:58.613 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-12-20T20:20:58.940Z | [ recovery-image] Dec 20 20:20:58.649 INFO O| Dec 20 20:20:58.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6157 | 2024-12-20T20:20:58.969Z | [ recovery-image] Dec 20 20:20:58.678 INFO O| Dec 20 20:20:58.678 INFO STEP 616 (remove_files) COMPLETE |
6158 | 2024-12-20T20:20:58.969Z | [ recovery-image] Dec 20 20:20:58.678 INFO O| Dec 20 20:20:58.678 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-12-20T20:20:58.988Z | [ recovery-image] Dec 20 20:20:58.697 INFO O| Dec 20 20:20:58.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6160 | 2024-12-20T20:20:58.988Z | [ recovery-image] Dec 20 20:20:58.697 INFO O| Dec 20 20:20:58.697 INFO STEP 617 (remove_files) COMPLETE |
6161 | 2024-12-20T20:20:58.990Z | [ recovery-image] Dec 20 20:20:58.697 INFO O| Dec 20 20:20:58.697 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-12-20T20:20:59.019Z | [ recovery-image] Dec 20 20:20:58.728 INFO O| Dec 20 20:20:58.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6163 | 2024-12-20T20:20:59.019Z | [ recovery-image] Dec 20 20:20:58.728 INFO O| Dec 20 20:20:58.728 INFO STEP 618 (remove_files) COMPLETE |
6164 | 2024-12-20T20:20:59.019Z | [ recovery-image] Dec 20 20:20:58.728 INFO O| Dec 20 20:20:58.728 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-12-20T20:20:59.042Z | [ recovery-image] Dec 20 20:20:58.750 INFO O| Dec 20 20:20:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6166 | 2024-12-20T20:20:59.042Z | [ recovery-image] Dec 20 20:20:58.750 INFO O| Dec 20 20:20:58.750 INFO STEP 619 (remove_files) COMPLETE |
6167 | 2024-12-20T20:20:59.042Z | [ recovery-image] Dec 20 20:20:58.750 INFO O| Dec 20 20:20:58.750 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-12-20T20:20:59.098Z | [ recovery-image] Dec 20 20:20:58.807 INFO O| Dec 20 20:20:58.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6169 | 2024-12-20T20:20:59.099Z | [ recovery-image] Dec 20 20:20:58.807 INFO O| Dec 20 20:20:58.807 INFO STEP 620 (remove_files) COMPLETE |
6170 | 2024-12-20T20:20:59.099Z | [ recovery-image] Dec 20 20:20:58.807 INFO O| Dec 20 20:20:58.807 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-12-20T20:20:59.120Z | [ recovery-image] Dec 20 20:20:58.829 INFO O| Dec 20 20:20:58.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6172 | 2024-12-20T20:20:59.120Z | [ recovery-image] Dec 20 20:20:58.829 INFO O| Dec 20 20:20:58.829 INFO STEP 621 (remove_files) COMPLETE |
6173 | 2024-12-20T20:20:59.120Z | [ recovery-image] Dec 20 20:20:58.829 INFO O| Dec 20 20:20:58.829 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-12-20T20:20:59.162Z | [ recovery-image] Dec 20 20:20:58.871 INFO O| Dec 20 20:20:58.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6175 | 2024-12-20T20:20:59.165Z | [ recovery-image] Dec 20 20:20:58.871 INFO O| Dec 20 20:20:58.871 INFO STEP 622 (remove_files) COMPLETE |
6176 | 2024-12-20T20:20:59.165Z | [ recovery-image] Dec 20 20:20:58.871 INFO O| Dec 20 20:20:58.871 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-12-20T20:20:59.184Z | [ recovery-image] Dec 20 20:20:58.892 INFO O| Dec 20 20:20:58.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6178 | 2024-12-20T20:20:59.184Z | [ recovery-image] Dec 20 20:20:58.892 INFO O| Dec 20 20:20:58.892 INFO STEP 623 (remove_files) COMPLETE |
6179 | 2024-12-20T20:20:59.184Z | [ recovery-image] Dec 20 20:20:58.892 INFO O| Dec 20 20:20:58.892 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-12-20T20:20:59.203Z | [ recovery-image] Dec 20 20:20:58.912 INFO O| Dec 20 20:20:58.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6181 | 2024-12-20T20:20:59.205Z | [ recovery-image] Dec 20 20:20:58.912 INFO O| Dec 20 20:20:58.912 INFO STEP 624 (remove_files) COMPLETE |
6182 | 2024-12-20T20:20:59.206Z | [ recovery-image] Dec 20 20:20:58.912 INFO O| Dec 20 20:20:58.912 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-12-20T20:20:59.222Z | [ recovery-image] Dec 20 20:20:58.931 INFO O| Dec 20 20:20:58.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6184 | 2024-12-20T20:20:59.222Z | [ recovery-image] Dec 20 20:20:58.931 INFO O| Dec 20 20:20:58.931 INFO STEP 625 (remove_files) COMPLETE |
6185 | 2024-12-20T20:20:59.222Z | [ recovery-image] Dec 20 20:20:58.931 INFO O| Dec 20 20:20:58.931 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-12-20T20:20:59.244Z | [ recovery-image] Dec 20 20:20:58.950 INFO O| Dec 20 20:20:58.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6187 | 2024-12-20T20:20:59.244Z | [ recovery-image] Dec 20 20:20:58.951 INFO O| Dec 20 20:20:58.951 INFO STEP 626 (remove_files) COMPLETE |
6188 | 2024-12-20T20:20:59.248Z | [ recovery-image] Dec 20 20:20:58.951 INFO O| Dec 20 20:20:58.951 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-12-20T20:20:59.260Z | [ recovery-image] Dec 20 20:20:58.969 INFO O| Dec 20 20:20:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6190 | 2024-12-20T20:20:59.260Z | [ recovery-image] Dec 20 20:20:58.969 INFO O| Dec 20 20:20:58.969 INFO STEP 627 (remove_files) COMPLETE |
6191 | 2024-12-20T20:20:59.263Z | [ recovery-image] Dec 20 20:20:58.969 INFO O| Dec 20 20:20:58.969 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-12-20T20:20:59.278Z | [ recovery-image] Dec 20 20:20:58.987 INFO O| Dec 20 20:20:58.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6193 | 2024-12-20T20:20:59.278Z | [ recovery-image] Dec 20 20:20:58.987 INFO O| Dec 20 20:20:58.987 INFO STEP 628 (remove_files) COMPLETE |
6194 | 2024-12-20T20:20:59.283Z | [ recovery-image] Dec 20 20:20:58.987 INFO O| Dec 20 20:20:58.987 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-12-20T20:20:59.297Z | [ recovery-image] Dec 20 20:20:59.006 INFO O| Dec 20 20:20:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6196 | 2024-12-20T20:20:59.297Z | [ recovery-image] Dec 20 20:20:59.006 INFO O| Dec 20 20:20:59.006 INFO STEP 629 (remove_files) COMPLETE |
6197 | 2024-12-20T20:20:59.297Z | [ recovery-image] Dec 20 20:20:59.006 INFO O| Dec 20 20:20:59.006 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-12-20T20:20:59.343Z | [ recovery-image] Dec 20 20:20:59.052 INFO O| Dec 20 20:20:59.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6199 | 2024-12-20T20:20:59.343Z | [ recovery-image] Dec 20 20:20:59.052 INFO O| Dec 20 20:20:59.052 INFO STEP 630 (remove_files) COMPLETE |
6200 | 2024-12-20T20:20:59.346Z | [ recovery-image] Dec 20 20:20:59.052 INFO O| Dec 20 20:20:59.052 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-12-20T20:20:59.387Z | [ recovery-image] Dec 20 20:20:59.096 INFO O| Dec 20 20:20:59.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6202 | 2024-12-20T20:20:59.387Z | [ recovery-image] Dec 20 20:20:59.096 INFO O| Dec 20 20:20:59.096 INFO STEP 631 (remove_files) COMPLETE |
6203 | 2024-12-20T20:20:59.390Z | [ recovery-image] Dec 20 20:20:59.096 INFO O| Dec 20 20:20:59.096 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-12-20T20:20:59.461Z | [ recovery-image] Dec 20 20:20:59.169 INFO O| Dec 20 20:20:59.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6205 | 2024-12-20T20:20:59.461Z | [ recovery-image] Dec 20 20:20:59.169 INFO O| Dec 20 20:20:59.169 INFO STEP 632 (remove_files) COMPLETE |
6206 | 2024-12-20T20:20:59.463Z | [ recovery-image] Dec 20 20:20:59.169 INFO O| Dec 20 20:20:59.169 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-12-20T20:20:59.491Z | [ recovery-image] Dec 20 20:20:59.200 INFO O| Dec 20 20:20:59.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6208 | 2024-12-20T20:20:59.491Z | [ recovery-image] Dec 20 20:20:59.200 INFO O| Dec 20 20:20:59.200 INFO STEP 633 (remove_files) COMPLETE |
6209 | 2024-12-20T20:20:59.495Z | [ recovery-image] Dec 20 20:20:59.200 INFO O| Dec 20 20:20:59.200 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-12-20T20:20:59.526Z | [ recovery-image] Dec 20 20:20:59.235 INFO O| Dec 20 20:20:59.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6211 | 2024-12-20T20:20:59.526Z | [ recovery-image] Dec 20 20:20:59.235 INFO O| Dec 20 20:20:59.235 INFO STEP 634 (remove_files) COMPLETE |
6212 | 2024-12-20T20:20:59.526Z | [ recovery-image] Dec 20 20:20:59.235 INFO O| Dec 20 20:20:59.235 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-12-20T20:20:59.571Z | [ recovery-image] Dec 20 20:20:59.279 INFO O| Dec 20 20:20:59.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6214 | 2024-12-20T20:20:59.571Z | [ recovery-image] Dec 20 20:20:59.279 INFO O| Dec 20 20:20:59.279 INFO STEP 635 (remove_files) COMPLETE |
6215 | 2024-12-20T20:20:59.571Z | [ recovery-image] Dec 20 20:20:59.280 INFO O| Dec 20 20:20:59.279 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-12-20T20:20:59.677Z | [ recovery-image] Dec 20 20:20:59.386 INFO O| Dec 20 20:20:59.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6217 | 2024-12-20T20:20:59.677Z | [ recovery-image] Dec 20 20:20:59.386 INFO O| Dec 20 20:20:59.386 INFO STEP 636 (remove_files) COMPLETE |
6218 | 2024-12-20T20:20:59.677Z | [ recovery-image] Dec 20 20:20:59.386 INFO O| Dec 20 20:20:59.386 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-12-20T20:20:59.698Z | [ recovery-image] Dec 20 20:20:59.407 INFO O| Dec 20 20:20:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6220 | 2024-12-20T20:20:59.698Z | [ recovery-image] Dec 20 20:20:59.407 INFO O| Dec 20 20:20:59.407 INFO STEP 637 (remove_files) COMPLETE |
6221 | 2024-12-20T20:20:59.698Z | [ recovery-image] Dec 20 20:20:59.407 INFO O| Dec 20 20:20:59.407 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-12-20T20:20:59.719Z | [ recovery-image] Dec 20 20:20:59.428 INFO O| Dec 20 20:20:59.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6223 | 2024-12-20T20:20:59.724Z | [ recovery-image] Dec 20 20:20:59.433 INFO O| Dec 20 20:20:59.433 INFO STEP 638 (remove_files) COMPLETE |
6224 | 2024-12-20T20:20:59.724Z | [ recovery-image] Dec 20 20:20:59.433 INFO O| Dec 20 20:20:59.433 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-12-20T20:20:59.769Z | [ recovery-image] Dec 20 20:20:59.478 INFO O| Dec 20 20:20:59.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6226 | 2024-12-20T20:20:59.769Z | [ recovery-image] Dec 20 20:20:59.478 INFO O| Dec 20 20:20:59.478 INFO STEP 639 (remove_files) COMPLETE |
6227 | 2024-12-20T20:20:59.769Z | [ recovery-image] Dec 20 20:20:59.478 INFO O| Dec 20 20:20:59.478 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-12-20T20:20:59.789Z | [ recovery-image] Dec 20 20:20:59.498 INFO O| Dec 20 20:20:59.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6229 | 2024-12-20T20:20:59.789Z | [ recovery-image] Dec 20 20:20:59.498 INFO O| Dec 20 20:20:59.498 INFO STEP 640 (remove_files) COMPLETE |
6230 | 2024-12-20T20:20:59.792Z | [ recovery-image] Dec 20 20:20:59.498 INFO O| Dec 20 20:20:59.498 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-12-20T20:20:59.810Z | [ recovery-image] Dec 20 20:20:59.519 INFO O| Dec 20 20:20:59.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6232 | 2024-12-20T20:20:59.810Z | [ recovery-image] Dec 20 20:20:59.519 INFO O| Dec 20 20:20:59.519 INFO STEP 641 (remove_files) COMPLETE |
6233 | 2024-12-20T20:20:59.812Z | [ recovery-image] Dec 20 20:20:59.519 INFO O| Dec 20 20:20:59.519 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-12-20T20:21:00.354Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6235 | 2024-12-20T20:21:00.354Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.551 INFO STEP 642 (remove_files) COMPLETE |
6236 | 2024-12-20T20:21:00.354Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.551 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-12-20T20:21:00.355Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6238 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.571 INFO STEP 643 (remove_files) COMPLETE |
6239 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.571 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6241 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.591 INFO STEP 644 (remove_files) COMPLETE |
6242 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.607 INFO O| Dec 20 20:20:59.591 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.637 INFO O| Dec 20 20:20:59.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6244 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.637 INFO O| Dec 20 20:20:59.637 INFO STEP 645 (remove_files) COMPLETE |
6245 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.637 INFO O| Dec 20 20:20:59.637 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.712 INFO O| Dec 20 20:20:59.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6247 | 2024-12-20T20:21:00.374Z | [ recovery-image] Dec 20 20:20:59.712 INFO O| Dec 20 20:20:59.712 INFO STEP 646 (remove_files) COMPLETE |
6248 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.712 INFO O| Dec 20 20:20:59.712 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.738 INFO O| Dec 20 20:20:59.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6250 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.738 INFO O| Dec 20 20:20:59.738 INFO STEP 647 (remove_files) COMPLETE |
6251 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.738 INFO O| Dec 20 20:20:59.738 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.797 INFO O| Dec 20 20:20:59.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6253 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.797 INFO O| Dec 20 20:20:59.797 INFO STEP 648 (remove_files) COMPLETE |
6254 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.797 INFO O| Dec 20 20:20:59.797 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.830 INFO O| Dec 20 20:20:59.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6256 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.830 INFO O| Dec 20 20:20:59.830 INFO STEP 649 (remove_files) COMPLETE |
6257 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.830 INFO O| Dec 20 20:20:59.830 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.848 INFO O| Dec 20 20:20:59.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6259 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.848 INFO O| Dec 20 20:20:59.848 INFO STEP 650 (remove_files) COMPLETE |
6260 | 2024-12-20T20:21:00.375Z | [ recovery-image] Dec 20 20:20:59.848 INFO O| Dec 20 20:20:59.848 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.865 INFO O| Dec 20 20:20:59.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6262 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.865 INFO O| Dec 20 20:20:59.865 INFO STEP 651 (remove_files) COMPLETE |
6263 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.865 INFO O| Dec 20 20:20:59.865 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.884 INFO O| Dec 20 20:20:59.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6265 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.884 INFO O| Dec 20 20:20:59.884 INFO STEP 652 (remove_files) COMPLETE |
6266 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.884 INFO O| Dec 20 20:20:59.884 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.941 INFO O| Dec 20 20:20:59.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6268 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.941 INFO O| Dec 20 20:20:59.941 INFO STEP 653 (remove_files) COMPLETE |
6269 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.941 INFO O| Dec 20 20:20:59.941 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.959 INFO O| Dec 20 20:20:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6271 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.959 INFO O| Dec 20 20:20:59.959 INFO STEP 654 (remove_files) COMPLETE |
6272 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.959 INFO O| Dec 20 20:20:59.959 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.977 INFO O| Dec 20 20:20:59.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6274 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.978 INFO O| Dec 20 20:20:59.977 INFO STEP 655 (remove_files) COMPLETE |
6275 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.978 INFO O| Dec 20 20:20:59.978 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.997 INFO O| Dec 20 20:20:59.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6277 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.997 INFO O| Dec 20 20:20:59.997 INFO STEP 656 (remove_files) COMPLETE |
6278 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:20:59.997 INFO O| Dec 20 20:20:59.997 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.021 INFO O| Dec 20 20:21:00.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6280 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.021 INFO O| Dec 20 20:21:00.021 INFO STEP 657 (remove_files) COMPLETE |
6281 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.021 INFO O| Dec 20 20:21:00.021 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.041 INFO O| Dec 20 20:21:00.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6283 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.041 INFO O| Dec 20 20:21:00.041 INFO STEP 658 (remove_files) COMPLETE |
6284 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.041 INFO O| Dec 20 20:21:00.041 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.060 INFO O| Dec 20 20:21:00.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6286 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.060 INFO O| Dec 20 20:21:00.060 INFO STEP 659 (remove_files) COMPLETE |
6287 | 2024-12-20T20:21:00.376Z | [ recovery-image] Dec 20 20:21:00.060 INFO O| Dec 20 20:21:00.060 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-20T20:21:00.382Z | [ recovery-image] Dec 20 20:21:00.079 INFO O| Dec 20 20:21:00.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6289 | 2024-12-20T20:21:00.382Z | [ recovery-image] Dec 20 20:21:00.079 INFO O| Dec 20 20:21:00.079 INFO STEP 660 (remove_files) COMPLETE |
6290 | 2024-12-20T20:21:00.382Z | [ recovery-image] Dec 20 20:21:00.080 INFO O| Dec 20 20:21:00.079 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-20T20:21:00.389Z | [ recovery-image] Dec 20 20:21:00.098 INFO O| Dec 20 20:21:00.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6292 | 2024-12-20T20:21:00.389Z | [ recovery-image] Dec 20 20:21:00.098 INFO O| Dec 20 20:21:00.098 INFO STEP 661 (remove_files) COMPLETE |
6293 | 2024-12-20T20:21:00.392Z | [ recovery-image] Dec 20 20:21:00.098 INFO O| Dec 20 20:21:00.098 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-20T20:21:00.411Z | [ recovery-image] Dec 20 20:21:00.119 INFO O| Dec 20 20:21:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6295 | 2024-12-20T20:21:00.411Z | [ recovery-image] Dec 20 20:21:00.119 INFO O| Dec 20 20:21:00.119 INFO STEP 662 (remove_files) COMPLETE |
6296 | 2024-12-20T20:21:00.411Z | [ recovery-image] Dec 20 20:21:00.119 INFO O| Dec 20 20:21:00.119 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-20T20:21:00.431Z | [ recovery-image] Dec 20 20:21:00.140 INFO O| Dec 20 20:21:00.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6298 | 2024-12-20T20:21:00.431Z | [ recovery-image] Dec 20 20:21:00.140 INFO O| Dec 20 20:21:00.140 INFO STEP 663 (remove_files) COMPLETE |
6299 | 2024-12-20T20:21:00.431Z | [ recovery-image] Dec 20 20:21:00.140 INFO O| Dec 20 20:21:00.140 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-20T20:21:00.451Z | [ recovery-image] Dec 20 20:21:00.160 INFO O| Dec 20 20:21:00.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6301 | 2024-12-20T20:21:00.451Z | [ recovery-image] Dec 20 20:21:00.160 INFO O| Dec 20 20:21:00.160 INFO STEP 664 (remove_files) COMPLETE |
6302 | 2024-12-20T20:21:00.452Z | [ recovery-image] Dec 20 20:21:00.160 INFO O| Dec 20 20:21:00.160 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-20T20:21:00.471Z | [ recovery-image] Dec 20 20:21:00.180 INFO O| Dec 20 20:21:00.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6304 | 2024-12-20T20:21:00.471Z | [ recovery-image] Dec 20 20:21:00.180 INFO O| Dec 20 20:21:00.180 INFO STEP 665 (remove_files) COMPLETE |
6305 | 2024-12-20T20:21:00.471Z | [ recovery-image] Dec 20 20:21:00.180 INFO O| Dec 20 20:21:00.180 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-20T20:21:00.491Z | [ recovery-image] Dec 20 20:21:00.199 INFO O| Dec 20 20:21:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6307 | 2024-12-20T20:21:00.494Z | [ recovery-image] Dec 20 20:21:00.200 INFO O| Dec 20 20:21:00.200 INFO STEP 666 (remove_files) COMPLETE |
6308 | 2024-12-20T20:21:00.494Z | [ recovery-image] Dec 20 20:21:00.200 INFO O| Dec 20 20:21:00.200 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-20T20:21:00.509Z | [ recovery-image] Dec 20 20:21:00.218 INFO O| Dec 20 20:21:00.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6310 | 2024-12-20T20:21:00.509Z | [ recovery-image] Dec 20 20:21:00.218 INFO O| Dec 20 20:21:00.218 INFO STEP 667 (remove_files) COMPLETE |
6311 | 2024-12-20T20:21:00.512Z | [ recovery-image] Dec 20 20:21:00.218 INFO O| Dec 20 20:21:00.218 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-20T20:21:00.535Z | [ recovery-image] Dec 20 20:21:00.236 INFO O| Dec 20 20:21:00.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6313 | 2024-12-20T20:21:00.536Z | [ recovery-image] Dec 20 20:21:00.236 INFO O| Dec 20 20:21:00.236 INFO STEP 668 (remove_files) COMPLETE |
6314 | 2024-12-20T20:21:00.536Z | [ recovery-image] Dec 20 20:21:00.236 INFO O| Dec 20 20:21:00.236 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-20T20:21:00.544Z | [ recovery-image] Dec 20 20:21:00.253 INFO O| Dec 20 20:21:00.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6316 | 2024-12-20T20:21:00.544Z | [ recovery-image] Dec 20 20:21:00.253 INFO O| Dec 20 20:21:00.253 INFO STEP 669 (remove_files) COMPLETE |
6317 | 2024-12-20T20:21:00.547Z | [ recovery-image] Dec 20 20:21:00.253 INFO O| Dec 20 20:21:00.253 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-20T20:21:00.562Z | [ recovery-image] Dec 20 20:21:00.271 INFO O| Dec 20 20:21:00.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6319 | 2024-12-20T20:21:00.562Z | [ recovery-image] Dec 20 20:21:00.271 INFO O| Dec 20 20:21:00.271 INFO STEP 670 (remove_files) COMPLETE |
6320 | 2024-12-20T20:21:00.565Z | [ recovery-image] Dec 20 20:21:00.271 INFO O| Dec 20 20:21:00.271 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-20T20:21:00.579Z | [ recovery-image] Dec 20 20:21:00.288 INFO O| Dec 20 20:21:00.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6322 | 2024-12-20T20:21:00.582Z | [ recovery-image] Dec 20 20:21:00.288 INFO O| Dec 20 20:21:00.288 INFO STEP 671 (remove_files) COMPLETE |
6323 | 2024-12-20T20:21:00.582Z | [ recovery-image] Dec 20 20:21:00.288 INFO O| Dec 20 20:21:00.288 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-12-20T20:21:00.628Z | [ recovery-image] Dec 20 20:21:00.336 INFO O| Dec 20 20:21:00.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6325 | 2024-12-20T20:21:00.666Z | [ recovery-image] Dec 20 20:21:00.375 INFO O| Dec 20 20:21:00.375 INFO STEP 672 (remove_files) COMPLETE |
6326 | 2024-12-20T20:21:00.666Z | [ recovery-image] Dec 20 20:21:00.375 INFO O| Dec 20 20:21:00.375 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-12-20T20:21:00.685Z | [ recovery-image] Dec 20 20:21:00.393 INFO O| Dec 20 20:21:00.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6328 | 2024-12-20T20:21:00.685Z | [ recovery-image] Dec 20 20:21:00.393 INFO O| Dec 20 20:21:00.393 INFO STEP 673 (remove_files) COMPLETE |
6329 | 2024-12-20T20:21:00.688Z | [ recovery-image] Dec 20 20:21:00.394 INFO O| Dec 20 20:21:00.393 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-12-20T20:21:00.749Z | [ recovery-image] Dec 20 20:21:00.458 INFO O| Dec 20 20:21:00.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6331 | 2024-12-20T20:21:00.794Z | [ recovery-image] Dec 20 20:21:00.494 INFO O| Dec 20 20:21:00.494 INFO STEP 674 (remove_files) COMPLETE |
6332 | 2024-12-20T20:21:00.794Z | [ recovery-image] Dec 20 20:21:00.494 INFO O| Dec 20 20:21:00.494 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-12-20T20:21:00.852Z | [ recovery-image] Dec 20 20:21:00.561 INFO O| Dec 20 20:21:00.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6334 | 2024-12-20T20:21:00.852Z | [ recovery-image] Dec 20 20:21:00.561 INFO O| Dec 20 20:21:00.561 INFO STEP 675 (remove_files) COMPLETE |
6335 | 2024-12-20T20:21:00.855Z | [ recovery-image] Dec 20 20:21:00.561 INFO O| Dec 20 20:21:00.561 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-12-20T20:21:00.926Z | [ recovery-image] Dec 20 20:21:00.632 INFO O| Dec 20 20:21:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6337 | 2024-12-20T20:21:00.926Z | [ recovery-image] Dec 20 20:21:00.632 INFO O| Dec 20 20:21:00.632 INFO STEP 676 (remove_files) COMPLETE |
6338 | 2024-12-20T20:21:00.926Z | [ recovery-image] Dec 20 20:21:00.632 INFO O| Dec 20 20:21:00.632 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-12-20T20:21:00.970Z | [ recovery-image] Dec 20 20:21:00.679 INFO O| Dec 20 20:21:00.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6340 | 2024-12-20T20:21:00.970Z | [ recovery-image] Dec 20 20:21:00.679 INFO O| Dec 20 20:21:00.679 INFO STEP 677 (remove_files) COMPLETE |
6341 | 2024-12-20T20:21:00.970Z | [ recovery-image] Dec 20 20:21:00.679 INFO O| Dec 20 20:21:00.679 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-12-20T20:21:00.992Z | [ recovery-image] Dec 20 20:21:00.701 INFO O| Dec 20 20:21:00.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6343 | 2024-12-20T20:21:00.992Z | [ recovery-image] Dec 20 20:21:00.701 INFO O| Dec 20 20:21:00.701 INFO STEP 678 (remove_files) COMPLETE |
6344 | 2024-12-20T20:21:00.992Z | [ recovery-image] Dec 20 20:21:00.701 INFO O| Dec 20 20:21:00.701 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-12-20T20:21:01.024Z | [ recovery-image] Dec 20 20:21:00.733 INFO O| Dec 20 20:21:00.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6346 | 2024-12-20T20:21:01.026Z | [ recovery-image] Dec 20 20:21:00.734 INFO O| Dec 20 20:21:00.734 INFO STEP 679 (remove_files) COMPLETE |
6347 | 2024-12-20T20:21:01.026Z | [ recovery-image] Dec 20 20:21:00.734 INFO O| Dec 20 20:21:00.734 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-12-20T20:21:01.043Z | [ recovery-image] Dec 20 20:21:00.752 INFO O| Dec 20 20:21:00.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6349 | 2024-12-20T20:21:01.046Z | [ recovery-image] Dec 20 20:21:00.752 INFO O| Dec 20 20:21:00.752 INFO STEP 680 (remove_files) COMPLETE |
6350 | 2024-12-20T20:21:01.046Z | [ recovery-image] Dec 20 20:21:00.753 INFO O| Dec 20 20:21:00.752 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-12-20T20:21:01.081Z | [ recovery-image] Dec 20 20:21:00.789 INFO O| Dec 20 20:21:00.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6352 | 2024-12-20T20:21:01.081Z | [ recovery-image] Dec 20 20:21:00.789 INFO O| Dec 20 20:21:00.789 INFO STEP 681 (remove_files) COMPLETE |
6353 | 2024-12-20T20:21:01.081Z | [ recovery-image] Dec 20 20:21:00.789 INFO O| Dec 20 20:21:00.789 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-12-20T20:21:01.146Z | [ recovery-image] Dec 20 20:21:00.855 INFO O| Dec 20 20:21:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6355 | 2024-12-20T20:21:01.146Z | [ recovery-image] Dec 20 20:21:00.855 INFO O| Dec 20 20:21:00.855 INFO STEP 682 (remove_files) COMPLETE |
6356 | 2024-12-20T20:21:01.149Z | [ recovery-image] Dec 20 20:21:00.855 INFO O| Dec 20 20:21:00.855 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-12-20T20:21:01.226Z | [ recovery-image] Dec 20 20:21:00.934 INFO O| Dec 20 20:21:00.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6358 | 2024-12-20T20:21:01.226Z | [ recovery-image] Dec 20 20:21:00.934 INFO O| Dec 20 20:21:00.934 INFO STEP 683 (remove_files) COMPLETE |
6359 | 2024-12-20T20:21:01.226Z | [ recovery-image] Dec 20 20:21:00.934 INFO O| Dec 20 20:21:00.934 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-12-20T20:21:01.247Z | [ recovery-image] Dec 20 20:21:00.955 INFO O| Dec 20 20:21:00.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6361 | 2024-12-20T20:21:01.247Z | [ recovery-image] Dec 20 20:21:00.956 INFO O| Dec 20 20:21:00.955 INFO STEP 684 (remove_files) COMPLETE |
6362 | 2024-12-20T20:21:01.247Z | [ recovery-image] Dec 20 20:21:00.956 INFO O| Dec 20 20:21:00.956 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-12-20T20:21:01.267Z | [ recovery-image] Dec 20 20:21:00.976 INFO O| Dec 20 20:21:00.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6364 | 2024-12-20T20:21:01.267Z | [ recovery-image] Dec 20 20:21:00.976 INFO O| Dec 20 20:21:00.976 INFO STEP 685 (remove_files) COMPLETE |
6365 | 2024-12-20T20:21:01.267Z | [ recovery-image] Dec 20 20:21:00.976 INFO O| Dec 20 20:21:00.976 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-12-20T20:21:01.287Z | [ recovery-image] Dec 20 20:21:00.996 INFO O| Dec 20 20:21:00.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6367 | 2024-12-20T20:21:01.287Z | [ recovery-image] Dec 20 20:21:00.996 INFO O| Dec 20 20:21:00.996 INFO STEP 686 (remove_files) COMPLETE |
6368 | 2024-12-20T20:21:01.290Z | [ recovery-image] Dec 20 20:21:00.996 INFO O| Dec 20 20:21:00.996 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-12-20T20:21:01.310Z | [ recovery-image] Dec 20 20:21:01.019 INFO O| Dec 20 20:21:01.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6370 | 2024-12-20T20:21:01.310Z | [ recovery-image] Dec 20 20:21:01.019 INFO O| Dec 20 20:21:01.019 INFO STEP 687 (remove_files) COMPLETE |
6371 | 2024-12-20T20:21:01.310Z | [ recovery-image] Dec 20 20:21:01.019 INFO O| Dec 20 20:21:01.019 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-12-20T20:21:01.331Z | [ recovery-image] Dec 20 20:21:01.040 INFO O| Dec 20 20:21:01.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6373 | 2024-12-20T20:21:01.331Z | [ recovery-image] Dec 20 20:21:01.040 INFO O| Dec 20 20:21:01.040 INFO STEP 688 (remove_files) COMPLETE |
6374 | 2024-12-20T20:21:01.331Z | [ recovery-image] Dec 20 20:21:01.040 INFO O| Dec 20 20:21:01.040 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-12-20T20:21:01.353Z | [ recovery-image] Dec 20 20:21:01.060 INFO O| Dec 20 20:21:01.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6376 | 2024-12-20T20:21:01.353Z | [ recovery-image] Dec 20 20:21:01.060 INFO O| Dec 20 20:21:01.060 INFO STEP 689 (remove_files) COMPLETE |
6377 | 2024-12-20T20:21:01.353Z | [ recovery-image] Dec 20 20:21:01.060 INFO O| Dec 20 20:21:01.060 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-12-20T20:21:01.374Z | [ recovery-image] Dec 20 20:21:01.080 INFO O| Dec 20 20:21:01.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6379 | 2024-12-20T20:21:01.375Z | [ recovery-image] Dec 20 20:21:01.080 INFO O| Dec 20 20:21:01.080 INFO STEP 690 (remove_files) COMPLETE |
6380 | 2024-12-20T20:21:01.375Z | [ recovery-image] Dec 20 20:21:01.080 INFO O| Dec 20 20:21:01.080 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-12-20T20:21:01.391Z | [ recovery-image] Dec 20 20:21:01.100 INFO O| Dec 20 20:21:01.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6382 | 2024-12-20T20:21:01.391Z | [ recovery-image] Dec 20 20:21:01.100 INFO O| Dec 20 20:21:01.100 INFO STEP 691 (remove_files) COMPLETE |
6383 | 2024-12-20T20:21:01.391Z | [ recovery-image] Dec 20 20:21:01.100 INFO O| Dec 20 20:21:01.100 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-12-20T20:21:01.410Z | [ recovery-image] Dec 20 20:21:01.119 INFO O| Dec 20 20:21:01.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6385 | 2024-12-20T20:21:01.410Z | [ recovery-image] Dec 20 20:21:01.119 INFO O| Dec 20 20:21:01.119 INFO STEP 692 (remove_files) COMPLETE |
6386 | 2024-12-20T20:21:01.410Z | [ recovery-image] Dec 20 20:21:01.119 INFO O| Dec 20 20:21:01.119 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-12-20T20:21:01.445Z | [ recovery-image] Dec 20 20:21:01.153 INFO O| Dec 20 20:21:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6388 | 2024-12-20T20:21:01.445Z | [ recovery-image] Dec 20 20:21:01.153 INFO O| Dec 20 20:21:01.153 INFO STEP 693 (remove_files) COMPLETE |
6389 | 2024-12-20T20:21:01.445Z | [ recovery-image] Dec 20 20:21:01.153 INFO O| Dec 20 20:21:01.153 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-12-20T20:21:01.464Z | [ recovery-image] Dec 20 20:21:01.172 INFO O| Dec 20 20:21:01.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6391 | 2024-12-20T20:21:01.464Z | [ recovery-image] Dec 20 20:21:01.172 INFO O| Dec 20 20:21:01.172 INFO STEP 694 (remove_files) COMPLETE |
6392 | 2024-12-20T20:21:01.464Z | [ recovery-image] Dec 20 20:21:01.172 INFO O| Dec 20 20:21:01.172 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-12-20T20:21:01.482Z | [ recovery-image] Dec 20 20:21:01.190 INFO O| Dec 20 20:21:01.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6394 | 2024-12-20T20:21:01.482Z | [ recovery-image] Dec 20 20:21:01.190 INFO O| Dec 20 20:21:01.190 INFO STEP 695 (remove_files) COMPLETE |
6395 | 2024-12-20T20:21:01.482Z | [ recovery-image] Dec 20 20:21:01.190 INFO O| Dec 20 20:21:01.190 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-12-20T20:21:01.528Z | [ recovery-image] Dec 20 20:21:01.237 INFO O| Dec 20 20:21:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6397 | 2024-12-20T20:21:01.531Z | [ recovery-image] Dec 20 20:21:01.237 INFO O| Dec 20 20:21:01.237 INFO STEP 696 (remove_files) COMPLETE |
6398 | 2024-12-20T20:21:01.531Z | [ recovery-image] Dec 20 20:21:01.237 INFO O| Dec 20 20:21:01.237 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-12-20T20:21:01.549Z | [ recovery-image] Dec 20 20:21:01.258 INFO O| Dec 20 20:21:01.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6400 | 2024-12-20T20:21:01.549Z | [ recovery-image] Dec 20 20:21:01.258 INFO O| Dec 20 20:21:01.258 INFO STEP 697 (remove_files) COMPLETE |
6401 | 2024-12-20T20:21:01.549Z | [ recovery-image] Dec 20 20:21:01.258 INFO O| Dec 20 20:21:01.258 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-12-20T20:21:01.589Z | [ recovery-image] Dec 20 20:21:01.298 INFO O| Dec 20 20:21:01.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6403 | 2024-12-20T20:21:01.591Z | [ recovery-image] Dec 20 20:21:01.298 INFO O| Dec 20 20:21:01.298 INFO STEP 698 (remove_files) COMPLETE |
6404 | 2024-12-20T20:21:01.591Z | [ recovery-image] Dec 20 20:21:01.298 INFO O| Dec 20 20:21:01.298 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-12-20T20:21:01.608Z | [ recovery-image] Dec 20 20:21:01.316 INFO O| Dec 20 20:21:01.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6406 | 2024-12-20T20:21:01.608Z | [ recovery-image] Dec 20 20:21:01.317 INFO O| Dec 20 20:21:01.316 INFO STEP 699 (remove_files) COMPLETE |
6407 | 2024-12-20T20:21:01.610Z | [ recovery-image] Dec 20 20:21:01.317 INFO O| Dec 20 20:21:01.317 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-12-20T20:21:01.654Z | [ recovery-image] Dec 20 20:21:01.363 INFO O| Dec 20 20:21:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6409 | 2024-12-20T20:21:01.655Z | [ recovery-image] Dec 20 20:21:01.363 INFO O| Dec 20 20:21:01.363 INFO STEP 700 (remove_files) COMPLETE |
6410 | 2024-12-20T20:21:01.658Z | [ recovery-image] Dec 20 20:21:01.363 INFO O| Dec 20 20:21:01.363 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-12-20T20:21:01.675Z | [ recovery-image] Dec 20 20:21:01.384 INFO O| Dec 20 20:21:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6412 | 2024-12-20T20:21:01.675Z | [ recovery-image] Dec 20 20:21:01.384 INFO O| Dec 20 20:21:01.384 INFO STEP 701 (remove_files) COMPLETE |
6413 | 2024-12-20T20:21:01.675Z | [ recovery-image] Dec 20 20:21:01.384 INFO O| Dec 20 20:21:01.384 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-12-20T20:21:01.692Z | [ recovery-image] Dec 20 20:21:01.401 INFO O| Dec 20 20:21:01.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6415 | 2024-12-20T20:21:01.692Z | [ recovery-image] Dec 20 20:21:01.401 INFO O| Dec 20 20:21:01.401 INFO STEP 702 (remove_files) COMPLETE |
6416 | 2024-12-20T20:21:01.692Z | [ recovery-image] Dec 20 20:21:01.401 INFO O| Dec 20 20:21:01.401 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-12-20T20:21:01.710Z | [ recovery-image] Dec 20 20:21:01.419 INFO O| Dec 20 20:21:01.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6418 | 2024-12-20T20:21:01.710Z | [ recovery-image] Dec 20 20:21:01.419 INFO O| Dec 20 20:21:01.419 INFO STEP 703 (remove_files) COMPLETE |
6419 | 2024-12-20T20:21:01.710Z | [ recovery-image] Dec 20 20:21:01.419 INFO O| Dec 20 20:21:01.419 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-12-20T20:21:01.729Z | [ recovery-image] Dec 20 20:21:01.438 INFO O| Dec 20 20:21:01.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6421 | 2024-12-20T20:21:01.729Z | [ recovery-image] Dec 20 20:21:01.438 INFO O| Dec 20 20:21:01.438 INFO STEP 704 (remove_files) COMPLETE |
6422 | 2024-12-20T20:21:01.729Z | [ recovery-image] Dec 20 20:21:01.438 INFO O| Dec 20 20:21:01.438 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-12-20T20:21:01.747Z | [ recovery-image] Dec 20 20:21:01.456 INFO O| Dec 20 20:21:01.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6424 | 2024-12-20T20:21:01.747Z | [ recovery-image] Dec 20 20:21:01.456 INFO O| Dec 20 20:21:01.456 INFO STEP 705 (remove_files) COMPLETE |
6425 | 2024-12-20T20:21:01.747Z | [ recovery-image] Dec 20 20:21:01.456 INFO O| Dec 20 20:21:01.456 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-12-20T20:21:01.824Z | [ recovery-image] Dec 20 20:21:01.533 INFO O| Dec 20 20:21:01.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6427 | 2024-12-20T20:21:01.824Z | [ recovery-image] Dec 20 20:21:01.533 INFO O| Dec 20 20:21:01.533 INFO STEP 706 (remove_files) COMPLETE |
6428 | 2024-12-20T20:21:01.826Z | [ recovery-image] Dec 20 20:21:01.533 INFO O| Dec 20 20:21:01.533 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-12-20T20:21:01.848Z | [ recovery-image] Dec 20 20:21:01.556 INFO O| Dec 20 20:21:01.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6430 | 2024-12-20T20:21:01.848Z | [ recovery-image] Dec 20 20:21:01.556 INFO O| Dec 20 20:21:01.556 INFO STEP 707 (remove_files) COMPLETE |
6431 | 2024-12-20T20:21:01.848Z | [ recovery-image] Dec 20 20:21:01.556 INFO O| Dec 20 20:21:01.556 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-12-20T20:21:01.890Z | [ recovery-image] Dec 20 20:21:01.599 INFO O| Dec 20 20:21:01.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6433 | 2024-12-20T20:21:01.891Z | [ recovery-image] Dec 20 20:21:01.599 INFO O| Dec 20 20:21:01.599 INFO STEP 708 (remove_files) COMPLETE |
6434 | 2024-12-20T20:21:01.891Z | [ recovery-image] Dec 20 20:21:01.599 INFO O| Dec 20 20:21:01.599 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-12-20T20:21:01.956Z | [ recovery-image] Dec 20 20:21:01.665 INFO O| Dec 20 20:21:01.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6436 | 2024-12-20T20:21:01.956Z | [ recovery-image] Dec 20 20:21:01.665 INFO O| Dec 20 20:21:01.665 INFO STEP 709 (remove_files) COMPLETE |
6437 | 2024-12-20T20:21:01.959Z | [ recovery-image] Dec 20 20:21:01.666 INFO O| Dec 20 20:21:01.666 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-12-20T20:21:01.977Z | [ recovery-image] Dec 20 20:21:01.686 INFO O| Dec 20 20:21:01.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6439 | 2024-12-20T20:21:01.977Z | [ recovery-image] Dec 20 20:21:01.686 INFO O| Dec 20 20:21:01.686 INFO STEP 710 (remove_files) COMPLETE |
6440 | 2024-12-20T20:21:01.980Z | [ recovery-image] Dec 20 20:21:01.686 INFO O| Dec 20 20:21:01.686 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-12-20T20:21:01.998Z | [ recovery-image] Dec 20 20:21:01.706 INFO O| Dec 20 20:21:01.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6442 | 2024-12-20T20:21:01.998Z | [ recovery-image] Dec 20 20:21:01.707 INFO O| Dec 20 20:21:01.706 INFO STEP 711 (remove_files) COMPLETE |
6443 | 2024-12-20T20:21:01.998Z | [ recovery-image] Dec 20 20:21:01.707 INFO O| Dec 20 20:21:01.706 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-12-20T20:21:02.030Z | [ recovery-image] Dec 20 20:21:01.739 INFO O| Dec 20 20:21:01.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6445 | 2024-12-20T20:21:02.031Z | [ recovery-image] Dec 20 20:21:01.740 INFO O| Dec 20 20:21:01.739 INFO STEP 712 (remove_files) COMPLETE |
6446 | 2024-12-20T20:21:02.031Z | [ recovery-image] Dec 20 20:21:01.740 INFO O| Dec 20 20:21:01.740 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-12-20T20:21:02.080Z | [ recovery-image] Dec 20 20:21:01.789 INFO O| Dec 20 20:21:01.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6448 | 2024-12-20T20:21:02.080Z | [ recovery-image] Dec 20 20:21:01.789 INFO O| Dec 20 20:21:01.789 INFO STEP 713 (remove_files) COMPLETE |
6449 | 2024-12-20T20:21:02.081Z | [ recovery-image] Dec 20 20:21:01.789 INFO O| Dec 20 20:21:01.789 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-20T20:21:02.178Z | [ recovery-image] Dec 20 20:21:01.887 INFO O| Dec 20 20:21:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6451 | 2024-12-20T20:21:02.178Z | [ recovery-image] Dec 20 20:21:01.887 INFO O| Dec 20 20:21:01.887 INFO STEP 714 (remove_files) COMPLETE |
6452 | 2024-12-20T20:21:02.178Z | [ recovery-image] Dec 20 20:21:01.887 INFO O| Dec 20 20:21:01.887 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-20T20:21:02.351Z | [ recovery-image] Dec 20 20:21:02.060 INFO O| Dec 20 20:21:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6454 | 2024-12-20T20:21:02.358Z | [ recovery-image] Dec 20 20:21:02.060 INFO O| Dec 20 20:21:02.060 INFO STEP 715 (remove_files) COMPLETE |
6455 | 2024-12-20T20:21:02.358Z | [ recovery-image] Dec 20 20:21:02.060 INFO O| Dec 20 20:21:02.060 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-20T20:21:02.450Z | [ recovery-image] Dec 20 20:21:02.158 INFO O| Dec 20 20:21:02.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6457 | 2024-12-20T20:21:02.450Z | [ recovery-image] Dec 20 20:21:02.158 INFO O| Dec 20 20:21:02.158 INFO STEP 716 (remove_files) COMPLETE |
6458 | 2024-12-20T20:21:02.450Z | [ recovery-image] Dec 20 20:21:02.158 INFO O| Dec 20 20:21:02.158 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-20T20:21:02.496Z | [ recovery-image] Dec 20 20:21:02.205 INFO O| Dec 20 20:21:02.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6460 | 2024-12-20T20:21:02.544Z | [ recovery-image] Dec 20 20:21:02.229 INFO O| Dec 20 20:21:02.229 INFO STEP 717 (remove_files) COMPLETE |
6461 | 2024-12-20T20:21:02.544Z | [ recovery-image] Dec 20 20:21:02.229 INFO O| Dec 20 20:21:02.229 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-20T20:21:02.544Z | [ recovery-image] Dec 20 20:21:02.252 INFO O| Dec 20 20:21:02.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6463 | 2024-12-20T20:21:02.544Z | [ recovery-image] Dec 20 20:21:02.252 INFO O| Dec 20 20:21:02.252 INFO STEP 718 (remove_files) COMPLETE |
6464 | 2024-12-20T20:21:02.544Z | [ recovery-image] Dec 20 20:21:02.252 INFO O| Dec 20 20:21:02.252 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-20T20:21:02.636Z | [ recovery-image] Dec 20 20:21:02.345 INFO O| Dec 20 20:21:02.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6466 | 2024-12-20T20:21:02.636Z | [ recovery-image] Dec 20 20:21:02.345 INFO O| Dec 20 20:21:02.345 INFO STEP 719 (remove_files) COMPLETE |
6467 | 2024-12-20T20:21:02.639Z | [ recovery-image] Dec 20 20:21:02.345 INFO O| Dec 20 20:21:02.345 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-12-20T20:21:02.656Z | [ recovery-image] Dec 20 20:21:02.365 INFO O| Dec 20 20:21:02.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6469 | 2024-12-20T20:21:02.656Z | [ recovery-image] Dec 20 20:21:02.365 INFO O| Dec 20 20:21:02.365 INFO STEP 720 (remove_files) COMPLETE |
6470 | 2024-12-20T20:21:02.656Z | [ recovery-image] Dec 20 20:21:02.365 INFO O| Dec 20 20:21:02.365 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-12-20T20:21:02.677Z | [ recovery-image] Dec 20 20:21:02.386 INFO O| Dec 20 20:21:02.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6472 | 2024-12-20T20:21:02.677Z | [ recovery-image] Dec 20 20:21:02.386 INFO O| Dec 20 20:21:02.386 INFO STEP 721 (remove_files) COMPLETE |
6473 | 2024-12-20T20:21:02.680Z | [ recovery-image] Dec 20 20:21:02.386 INFO O| Dec 20 20:21:02.386 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-12-20T20:21:02.698Z | [ recovery-image] Dec 20 20:21:02.407 INFO O| Dec 20 20:21:02.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6475 | 2024-12-20T20:21:02.698Z | [ recovery-image] Dec 20 20:21:02.407 INFO O| Dec 20 20:21:02.407 INFO STEP 722 (remove_files) COMPLETE |
6476 | 2024-12-20T20:21:02.702Z | [ recovery-image] Dec 20 20:21:02.407 INFO O| Dec 20 20:21:02.407 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-12-20T20:21:02.717Z | [ host-image] Dec 20 20:21:02.426 INFO O| Dec 20 20:21:02.426 INFO O| Actions: 15622/49485 actions (Installing new actions) |
6478 | 2024-12-20T20:21:02.720Z | [ recovery-image] Dec 20 20:21:02.429 INFO O| Dec 20 20:21:02.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6479 | 2024-12-20T20:21:02.720Z | [ recovery-image] Dec 20 20:21:02.429 INFO O| Dec 20 20:21:02.429 INFO STEP 723 (remove_files) COMPLETE |
6480 | 2024-12-20T20:21:02.723Z | [ recovery-image] Dec 20 20:21:02.429 INFO O| Dec 20 20:21:02.429 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-20T20:21:02.742Z | [ recovery-image] Dec 20 20:21:02.451 INFO O| Dec 20 20:21:02.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6482 | 2024-12-20T20:21:02.742Z | [ recovery-image] Dec 20 20:21:02.451 INFO O| Dec 20 20:21:02.451 INFO STEP 724 (remove_files) COMPLETE |
6483 | 2024-12-20T20:21:02.742Z | [ recovery-image] Dec 20 20:21:02.451 INFO O| Dec 20 20:21:02.451 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-20T20:21:02.843Z | [ recovery-image] Dec 20 20:21:02.552 INFO O| Dec 20 20:21:02.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6485 | 2024-12-20T20:21:02.846Z | [ recovery-image] Dec 20 20:21:02.552 INFO O| Dec 20 20:21:02.552 INFO STEP 725 (remove_files) COMPLETE |
6486 | 2024-12-20T20:21:02.846Z | [ recovery-image] Dec 20 20:21:02.552 INFO O| Dec 20 20:21:02.552 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-20T20:21:03.003Z | [ recovery-image] Dec 20 20:21:02.712 INFO O| Dec 20 20:21:02.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6488 | 2024-12-20T20:21:03.003Z | [ recovery-image] Dec 20 20:21:02.712 INFO O| Dec 20 20:21:02.712 INFO STEP 726 (remove_files) COMPLETE |
6489 | 2024-12-20T20:21:03.003Z | [ recovery-image] Dec 20 20:21:02.712 INFO O| Dec 20 20:21:02.712 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-20T20:21:03.031Z | [ recovery-image] Dec 20 20:21:02.740 INFO O| Dec 20 20:21:02.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6491 | 2024-12-20T20:21:03.031Z | [ recovery-image] Dec 20 20:21:02.740 INFO O| Dec 20 20:21:02.740 INFO STEP 727 (remove_files) COMPLETE |
6492 | 2024-12-20T20:21:03.031Z | [ recovery-image] Dec 20 20:21:02.740 INFO O| Dec 20 20:21:02.740 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-20T20:21:03.069Z | [ recovery-image] Dec 20 20:21:02.778 INFO O| Dec 20 20:21:02.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6494 | 2024-12-20T20:21:03.069Z | [ recovery-image] Dec 20 20:21:02.778 INFO O| Dec 20 20:21:02.778 INFO STEP 728 (remove_files) COMPLETE |
6495 | 2024-12-20T20:21:03.073Z | [ recovery-image] Dec 20 20:21:02.778 INFO O| Dec 20 20:21:02.778 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-20T20:21:03.150Z | [ recovery-image] Dec 20 20:21:02.859 INFO O| Dec 20 20:21:02.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6497 | 2024-12-20T20:21:03.150Z | [ recovery-image] Dec 20 20:21:02.859 INFO O| Dec 20 20:21:02.859 INFO STEP 729 (remove_files) COMPLETE |
6498 | 2024-12-20T20:21:03.153Z | [ recovery-image] Dec 20 20:21:02.859 INFO O| Dec 20 20:21:02.859 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-20T20:21:03.214Z | [ recovery-image] Dec 20 20:21:02.923 INFO O| Dec 20 20:21:02.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6500 | 2024-12-20T20:21:03.214Z | [ recovery-image] Dec 20 20:21:02.923 INFO O| Dec 20 20:21:02.923 INFO STEP 730 (remove_files) COMPLETE |
6501 | 2024-12-20T20:21:03.214Z | [ recovery-image] Dec 20 20:21:02.923 INFO O| Dec 20 20:21:02.923 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-20T20:21:03.234Z | [ recovery-image] Dec 20 20:21:02.943 INFO O| Dec 20 20:21:02.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6503 | 2024-12-20T20:21:03.234Z | [ recovery-image] Dec 20 20:21:02.943 INFO O| Dec 20 20:21:02.943 INFO STEP 731 (remove_files) COMPLETE |
6504 | 2024-12-20T20:21:03.237Z | [ recovery-image] Dec 20 20:21:02.943 INFO O| Dec 20 20:21:02.943 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-20T20:21:03.256Z | [ recovery-image] Dec 20 20:21:02.964 INFO O| Dec 20 20:21:02.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6506 | 2024-12-20T20:21:03.256Z | [ recovery-image] Dec 20 20:21:02.964 INFO O| Dec 20 20:21:02.964 INFO STEP 732 (remove_files) COMPLETE |
6507 | 2024-12-20T20:21:03.261Z | [ recovery-image] Dec 20 20:21:02.964 INFO O| Dec 20 20:21:02.964 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-20T20:21:03.287Z | [ recovery-image] Dec 20 20:21:02.994 INFO O| Dec 20 20:21:02.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6509 | 2024-12-20T20:21:03.287Z | [ recovery-image] Dec 20 20:21:02.994 INFO O| Dec 20 20:21:02.994 INFO STEP 733 (remove_files) COMPLETE |
6510 | 2024-12-20T20:21:03.287Z | [ recovery-image] Dec 20 20:21:02.994 INFO O| Dec 20 20:21:02.994 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-20T20:21:03.334Z | [ recovery-image] Dec 20 20:21:03.042 INFO O| Dec 20 20:21:03.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6512 | 2024-12-20T20:21:03.334Z | [ recovery-image] Dec 20 20:21:03.042 INFO O| Dec 20 20:21:03.042 INFO STEP 734 (remove_files) COMPLETE |
6513 | 2024-12-20T20:21:03.334Z | [ recovery-image] Dec 20 20:21:03.042 INFO O| Dec 20 20:21:03.042 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-20T20:21:03.380Z | [ recovery-image] Dec 20 20:21:03.089 INFO O| Dec 20 20:21:03.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6515 | 2024-12-20T20:21:03.380Z | [ recovery-image] Dec 20 20:21:03.089 INFO O| Dec 20 20:21:03.089 INFO STEP 735 (remove_files) COMPLETE |
6516 | 2024-12-20T20:21:03.383Z | [ recovery-image] Dec 20 20:21:03.089 INFO O| Dec 20 20:21:03.089 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-20T20:21:03.406Z | [ recovery-image] Dec 20 20:21:03.109 INFO O| Dec 20 20:21:03.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6518 | 2024-12-20T20:21:03.406Z | [ recovery-image] Dec 20 20:21:03.109 INFO O| Dec 20 20:21:03.109 INFO STEP 736 (remove_files) COMPLETE |
6519 | 2024-12-20T20:21:03.409Z | [ recovery-image] Dec 20 20:21:03.109 INFO O| Dec 20 20:21:03.109 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-20T20:21:03.451Z | [ recovery-image] Dec 20 20:21:03.160 INFO O| Dec 20 20:21:03.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6521 | 2024-12-20T20:21:03.454Z | [ recovery-image] Dec 20 20:21:03.160 INFO O| Dec 20 20:21:03.160 INFO STEP 737 (remove_files) COMPLETE |
6522 | 2024-12-20T20:21:03.454Z | [ recovery-image] Dec 20 20:21:03.160 INFO O| Dec 20 20:21:03.160 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-20T20:21:03.473Z | [ recovery-image] Dec 20 20:21:03.182 INFO O| Dec 20 20:21:03.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6524 | 2024-12-20T20:21:03.476Z | [ recovery-image] Dec 20 20:21:03.182 INFO O| Dec 20 20:21:03.182 INFO STEP 738 (remove_files) COMPLETE |
6525 | 2024-12-20T20:21:03.476Z | [ recovery-image] Dec 20 20:21:03.182 INFO O| Dec 20 20:21:03.182 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-20T20:21:03.510Z | [ recovery-image] Dec 20 20:21:03.219 INFO O| Dec 20 20:21:03.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6527 | 2024-12-20T20:21:03.510Z | [ recovery-image] Dec 20 20:21:03.219 INFO O| Dec 20 20:21:03.219 INFO STEP 739 (remove_files) COMPLETE |
6528 | 2024-12-20T20:21:03.510Z | [ recovery-image] Dec 20 20:21:03.219 INFO O| Dec 20 20:21:03.219 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-20T20:21:03.550Z | [ recovery-image] Dec 20 20:21:03.259 INFO O| Dec 20 20:21:03.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6530 | 2024-12-20T20:21:03.550Z | [ recovery-image] Dec 20 20:21:03.259 INFO O| Dec 20 20:21:03.259 INFO STEP 740 (remove_files) COMPLETE |
6531 | 2024-12-20T20:21:03.550Z | [ recovery-image] Dec 20 20:21:03.259 INFO O| Dec 20 20:21:03.259 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-20T20:21:03.570Z | [ recovery-image] Dec 20 20:21:03.279 INFO O| Dec 20 20:21:03.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6533 | 2024-12-20T20:21:03.573Z | [ recovery-image] Dec 20 20:21:03.279 INFO O| Dec 20 20:21:03.279 INFO STEP 741 (remove_files) COMPLETE |
6534 | 2024-12-20T20:21:03.573Z | [ recovery-image] Dec 20 20:21:03.279 INFO O| Dec 20 20:21:03.279 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-20T20:21:03.611Z | [ recovery-image] Dec 20 20:21:03.320 INFO O| Dec 20 20:21:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6536 | 2024-12-20T20:21:03.612Z | [ recovery-image] Dec 20 20:21:03.320 INFO O| Dec 20 20:21:03.320 INFO STEP 742 (remove_files) COMPLETE |
6537 | 2024-12-20T20:21:03.614Z | [ recovery-image] Dec 20 20:21:03.320 INFO O| Dec 20 20:21:03.320 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-20T20:21:03.673Z | [ recovery-image] Dec 20 20:21:03.382 INFO O| Dec 20 20:21:03.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6539 | 2024-12-20T20:21:03.674Z | [ recovery-image] Dec 20 20:21:03.382 INFO O| Dec 20 20:21:03.382 INFO STEP 743 (remove_files) COMPLETE |
6540 | 2024-12-20T20:21:03.677Z | [ recovery-image] Dec 20 20:21:03.382 INFO O| Dec 20 20:21:03.382 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-20T20:21:03.899Z | [ recovery-image] Dec 20 20:21:03.607 INFO O| Dec 20 20:21:03.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6542 | 2024-12-20T20:21:03.899Z | [ recovery-image] Dec 20 20:21:03.607 INFO O| Dec 20 20:21:03.607 INFO STEP 744 (remove_files) COMPLETE |
6543 | 2024-12-20T20:21:03.899Z | [ recovery-image] Dec 20 20:21:03.607 INFO O| Dec 20 20:21:03.607 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-20T20:21:03.972Z | [ recovery-image] Dec 20 20:21:03.680 INFO O| Dec 20 20:21:03.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6545 | 2024-12-20T20:21:03.972Z | [ recovery-image] Dec 20 20:21:03.681 INFO O| Dec 20 20:21:03.681 INFO STEP 745 (remove_files) COMPLETE |
6546 | 2024-12-20T20:21:03.972Z | [ recovery-image] Dec 20 20:21:03.681 INFO O| Dec 20 20:21:03.681 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-20T20:21:04.015Z | [ recovery-image] Dec 20 20:21:03.724 INFO O| Dec 20 20:21:03.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6548 | 2024-12-20T20:21:04.015Z | [ recovery-image] Dec 20 20:21:03.724 INFO O| Dec 20 20:21:03.724 INFO STEP 746 (remove_files) COMPLETE |
6549 | 2024-12-20T20:21:04.015Z | [ recovery-image] Dec 20 20:21:03.724 INFO O| Dec 20 20:21:03.724 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-20T20:21:04.072Z | [ recovery-image] Dec 20 20:21:03.781 INFO O| Dec 20 20:21:03.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6551 | 2024-12-20T20:21:04.072Z | [ recovery-image] Dec 20 20:21:03.781 INFO O| Dec 20 20:21:03.781 INFO STEP 747 (remove_files) COMPLETE |
6552 | 2024-12-20T20:21:04.072Z | [ recovery-image] Dec 20 20:21:03.781 INFO O| Dec 20 20:21:03.781 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-20T20:21:04.118Z | [ recovery-image] Dec 20 20:21:03.826 INFO O| Dec 20 20:21:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6554 | 2024-12-20T20:21:04.121Z | [ recovery-image] Dec 20 20:21:03.826 INFO O| Dec 20 20:21:03.826 INFO STEP 748 (remove_files) COMPLETE |
6555 | 2024-12-20T20:21:04.121Z | [ recovery-image] Dec 20 20:21:03.827 INFO O| Dec 20 20:21:03.826 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-20T20:21:04.139Z | [ recovery-image] Dec 20 20:21:03.848 INFO O| Dec 20 20:21:03.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6557 | 2024-12-20T20:21:04.144Z | [ recovery-image] Dec 20 20:21:03.848 INFO O| Dec 20 20:21:03.848 INFO STEP 749 (remove_files) COMPLETE |
6558 | 2024-12-20T20:21:04.144Z | [ recovery-image] Dec 20 20:21:03.848 INFO O| Dec 20 20:21:03.848 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-20T20:21:04.159Z | [ recovery-image] Dec 20 20:21:03.867 INFO O| Dec 20 20:21:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6560 | 2024-12-20T20:21:04.159Z | [ recovery-image] Dec 20 20:21:03.868 INFO O| Dec 20 20:21:03.867 INFO STEP 750 (remove_files) COMPLETE |
6561 | 2024-12-20T20:21:04.162Z | [ recovery-image] Dec 20 20:21:03.868 INFO O| Dec 20 20:21:03.868 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-20T20:21:04.183Z | [ recovery-image] Dec 20 20:21:03.892 INFO O| Dec 20 20:21:03.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6563 | 2024-12-20T20:21:04.183Z | [ recovery-image] Dec 20 20:21:03.892 INFO O| Dec 20 20:21:03.892 INFO STEP 751 (remove_files) COMPLETE |
6564 | 2024-12-20T20:21:04.183Z | [ recovery-image] Dec 20 20:21:03.892 INFO O| Dec 20 20:21:03.892 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-20T20:21:04.265Z | [ recovery-image] Dec 20 20:21:03.973 INFO O| Dec 20 20:21:03.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6566 | 2024-12-20T20:21:04.265Z | [ recovery-image] Dec 20 20:21:03.973 INFO O| Dec 20 20:21:03.973 INFO STEP 752 (remove_files) COMPLETE |
6567 | 2024-12-20T20:21:04.265Z | [ recovery-image] Dec 20 20:21:03.973 INFO O| Dec 20 20:21:03.973 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-20T20:21:04.315Z | [ recovery-image] Dec 20 20:21:04.024 INFO O| Dec 20 20:21:04.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6569 | 2024-12-20T20:21:04.343Z | [ recovery-image] Dec 20 20:21:04.052 INFO O| Dec 20 20:21:04.052 INFO STEP 753 (remove_files) COMPLETE |
6570 | 2024-12-20T20:21:04.343Z | [ recovery-image] Dec 20 20:21:04.052 INFO O| Dec 20 20:21:04.052 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-20T20:21:04.387Z | [ recovery-image] Dec 20 20:21:04.096 INFO O| Dec 20 20:21:04.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6572 | 2024-12-20T20:21:04.387Z | [ recovery-image] Dec 20 20:21:04.096 INFO O| Dec 20 20:21:04.096 INFO STEP 754 (remove_files) COMPLETE |
6573 | 2024-12-20T20:21:04.387Z | [ recovery-image] Dec 20 20:21:04.096 INFO O| Dec 20 20:21:04.096 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-20T20:21:04.407Z | [ recovery-image] Dec 20 20:21:04.116 INFO O| Dec 20 20:21:04.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6575 | 2024-12-20T20:21:04.407Z | [ recovery-image] Dec 20 20:21:04.116 INFO O| Dec 20 20:21:04.116 INFO STEP 755 (remove_files) COMPLETE |
6576 | 2024-12-20T20:21:04.407Z | [ recovery-image] Dec 20 20:21:04.116 INFO O| Dec 20 20:21:04.116 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-20T20:21:04.428Z | [ recovery-image] Dec 20 20:21:04.137 INFO O| Dec 20 20:21:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6578 | 2024-12-20T20:21:04.428Z | [ recovery-image] Dec 20 20:21:04.137 INFO O| Dec 20 20:21:04.137 INFO STEP 756 (remove_files) COMPLETE |
6579 | 2024-12-20T20:21:04.443Z | [ recovery-image] Dec 20 20:21:04.137 INFO O| Dec 20 20:21:04.137 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-20T20:21:04.447Z | [ recovery-image] Dec 20 20:21:04.156 INFO O| Dec 20 20:21:04.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6581 | 2024-12-20T20:21:04.447Z | [ recovery-image] Dec 20 20:21:04.156 INFO O| Dec 20 20:21:04.156 INFO STEP 757 (remove_files) COMPLETE |
6582 | 2024-12-20T20:21:04.447Z | [ recovery-image] Dec 20 20:21:04.157 INFO O| Dec 20 20:21:04.156 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-20T20:21:04.479Z | [ recovery-image] Dec 20 20:21:04.188 INFO O| Dec 20 20:21:04.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6584 | 2024-12-20T20:21:04.479Z | [ recovery-image] Dec 20 20:21:04.188 INFO O| Dec 20 20:21:04.188 INFO STEP 758 (remove_files) COMPLETE |
6585 | 2024-12-20T20:21:04.479Z | [ recovery-image] Dec 20 20:21:04.188 INFO O| Dec 20 20:21:04.188 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-20T20:21:04.527Z | [ recovery-image] Dec 20 20:21:04.236 INFO O| Dec 20 20:21:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6587 | 2024-12-20T20:21:04.527Z | [ recovery-image] Dec 20 20:21:04.236 INFO O| Dec 20 20:21:04.236 INFO STEP 759 (remove_files) COMPLETE |
6588 | 2024-12-20T20:21:04.530Z | [ recovery-image] Dec 20 20:21:04.236 INFO O| Dec 20 20:21:04.236 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-20T20:21:04.547Z | [ recovery-image] Dec 20 20:21:04.256 INFO O| Dec 20 20:21:04.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6590 | 2024-12-20T20:21:04.547Z | [ recovery-image] Dec 20 20:21:04.256 INFO O| Dec 20 20:21:04.256 INFO STEP 760 (remove_files) COMPLETE |
6591 | 2024-12-20T20:21:04.550Z | [ recovery-image] Dec 20 20:21:04.256 INFO O| Dec 20 20:21:04.256 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-20T20:21:04.567Z | [ recovery-image] Dec 20 20:21:04.276 INFO O| Dec 20 20:21:04.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6593 | 2024-12-20T20:21:04.567Z | [ recovery-image] Dec 20 20:21:04.276 INFO O| Dec 20 20:21:04.276 INFO STEP 761 (remove_files) COMPLETE |
6594 | 2024-12-20T20:21:04.570Z | [ recovery-image] Dec 20 20:21:04.276 INFO O| Dec 20 20:21:04.276 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-20T20:21:04.608Z | [ recovery-image] Dec 20 20:21:04.316 INFO O| Dec 20 20:21:04.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6596 | 2024-12-20T20:21:04.609Z | [ recovery-image] Dec 20 20:21:04.316 INFO O| Dec 20 20:21:04.316 INFO STEP 762 (remove_files) COMPLETE |
6597 | 2024-12-20T20:21:04.609Z | [ recovery-image] Dec 20 20:21:04.316 INFO O| Dec 20 20:21:04.316 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-20T20:21:04.650Z | [ recovery-image] Dec 20 20:21:04.359 INFO O| Dec 20 20:21:04.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6599 | 2024-12-20T20:21:04.650Z | [ recovery-image] Dec 20 20:21:04.359 INFO O| Dec 20 20:21:04.359 INFO STEP 763 (remove_files) COMPLETE |
6600 | 2024-12-20T20:21:04.650Z | [ recovery-image] Dec 20 20:21:04.359 INFO O| Dec 20 20:21:04.359 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-20T20:21:04.690Z | [ recovery-image] Dec 20 20:21:04.399 INFO O| Dec 20 20:21:04.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6602 | 2024-12-20T20:21:04.690Z | [ recovery-image] Dec 20 20:21:04.399 INFO O| Dec 20 20:21:04.399 INFO STEP 764 (remove_files) COMPLETE |
6603 | 2024-12-20T20:21:04.690Z | [ recovery-image] Dec 20 20:21:04.399 INFO O| Dec 20 20:21:04.399 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-20T20:21:04.715Z | [ recovery-image] Dec 20 20:21:04.424 INFO O| Dec 20 20:21:04.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6605 | 2024-12-20T20:21:04.718Z | [ recovery-image] Dec 20 20:21:04.424 INFO O| Dec 20 20:21:04.424 INFO STEP 765 (remove_files) COMPLETE |
6606 | 2024-12-20T20:21:04.718Z | [ recovery-image] Dec 20 20:21:04.425 INFO O| Dec 20 20:21:04.424 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-20T20:21:04.736Z | [ recovery-image] Dec 20 20:21:04.445 INFO O| Dec 20 20:21:04.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6608 | 2024-12-20T20:21:04.739Z | [ recovery-image] Dec 20 20:21:04.445 INFO O| Dec 20 20:21:04.445 INFO STEP 766 (remove_files) COMPLETE |
6609 | 2024-12-20T20:21:04.739Z | [ recovery-image] Dec 20 20:21:04.445 INFO O| Dec 20 20:21:04.445 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-20T20:21:04.756Z | [ recovery-image] Dec 20 20:21:04.465 INFO O| Dec 20 20:21:04.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6611 | 2024-12-20T20:21:04.768Z | [ recovery-image] Dec 20 20:21:04.477 INFO O| Dec 20 20:21:04.477 INFO STEP 767 (remove_files) COMPLETE |
6612 | 2024-12-20T20:21:04.768Z | [ recovery-image] Dec 20 20:21:04.477 INFO O| Dec 20 20:21:04.477 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-20T20:21:04.793Z | [ recovery-image] Dec 20 20:21:04.502 INFO O| Dec 20 20:21:04.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6614 | 2024-12-20T20:21:04.793Z | [ recovery-image] Dec 20 20:21:04.502 INFO O| Dec 20 20:21:04.502 INFO STEP 768 (remove_files) COMPLETE |
6615 | 2024-12-20T20:21:04.793Z | [ recovery-image] Dec 20 20:21:04.502 INFO O| Dec 20 20:21:04.502 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-20T20:21:04.812Z | [ recovery-image] Dec 20 20:21:04.521 INFO O| Dec 20 20:21:04.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6617 | 2024-12-20T20:21:04.812Z | [ recovery-image] Dec 20 20:21:04.521 INFO O| Dec 20 20:21:04.521 INFO STEP 769 (remove_files) COMPLETE |
6618 | 2024-12-20T20:21:04.812Z | [ recovery-image] Dec 20 20:21:04.521 INFO O| Dec 20 20:21:04.521 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-20T20:21:04.832Z | [ recovery-image] Dec 20 20:21:04.540 INFO O| Dec 20 20:21:04.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6620 | 2024-12-20T20:21:04.832Z | [ recovery-image] Dec 20 20:21:04.541 INFO O| Dec 20 20:21:04.541 INFO STEP 770 (remove_files) COMPLETE |
6621 | 2024-12-20T20:21:04.832Z | [ recovery-image] Dec 20 20:21:04.541 INFO O| Dec 20 20:21:04.541 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-20T20:21:04.852Z | [ recovery-image] Dec 20 20:21:04.561 INFO O| Dec 20 20:21:04.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6623 | 2024-12-20T20:21:04.852Z | [ recovery-image] Dec 20 20:21:04.561 INFO O| Dec 20 20:21:04.561 INFO STEP 771 (remove_files) COMPLETE |
6624 | 2024-12-20T20:21:04.852Z | [ recovery-image] Dec 20 20:21:04.561 INFO O| Dec 20 20:21:04.561 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-20T20:21:04.871Z | [ recovery-image] Dec 20 20:21:04.580 INFO O| Dec 20 20:21:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6626 | 2024-12-20T20:21:04.872Z | [ recovery-image] Dec 20 20:21:04.580 INFO O| Dec 20 20:21:04.580 INFO STEP 772 (remove_files) COMPLETE |
6627 | 2024-12-20T20:21:04.874Z | [ recovery-image] Dec 20 20:21:04.580 INFO O| Dec 20 20:21:04.580 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-20T20:21:04.903Z | [ recovery-image] Dec 20 20:21:04.612 INFO O| Dec 20 20:21:04.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6629 | 2024-12-20T20:21:04.903Z | [ recovery-image] Dec 20 20:21:04.612 INFO O| Dec 20 20:21:04.612 INFO STEP 773 (remove_files) COMPLETE |
6630 | 2024-12-20T20:21:04.903Z | [ recovery-image] Dec 20 20:21:04.612 INFO O| Dec 20 20:21:04.612 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-20T20:21:04.925Z | [ recovery-image] Dec 20 20:21:04.634 INFO O| Dec 20 20:21:04.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6632 | 2024-12-20T20:21:04.925Z | [ recovery-image] Dec 20 20:21:04.634 INFO O| Dec 20 20:21:04.634 INFO STEP 774 (remove_files) COMPLETE |
6633 | 2024-12-20T20:21:04.925Z | [ recovery-image] Dec 20 20:21:04.634 INFO O| Dec 20 20:21:04.634 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-20T20:21:04.945Z | [ recovery-image] Dec 20 20:21:04.654 INFO O| Dec 20 20:21:04.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6635 | 2024-12-20T20:21:04.946Z | [ recovery-image] Dec 20 20:21:04.654 INFO O| Dec 20 20:21:04.654 INFO STEP 775 (remove_files) COMPLETE |
6636 | 2024-12-20T20:21:04.948Z | [ recovery-image] Dec 20 20:21:04.655 INFO O| Dec 20 20:21:04.654 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-20T20:21:04.970Z | [ recovery-image] Dec 20 20:21:04.679 INFO O| Dec 20 20:21:04.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6638 | 2024-12-20T20:21:04.970Z | [ recovery-image] Dec 20 20:21:04.679 INFO O| Dec 20 20:21:04.679 INFO STEP 776 (remove_files) COMPLETE |
6639 | 2024-12-20T20:21:04.973Z | [ recovery-image] Dec 20 20:21:04.679 INFO O| Dec 20 20:21:04.679 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-20T20:21:05.024Z | [ recovery-image] Dec 20 20:21:04.733 INFO O| Dec 20 20:21:04.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6641 | 2024-12-20T20:21:05.024Z | [ recovery-image] Dec 20 20:21:04.733 INFO O| Dec 20 20:21:04.733 INFO STEP 777 (remove_files) COMPLETE |
6642 | 2024-12-20T20:21:05.024Z | [ recovery-image] Dec 20 20:21:04.733 INFO O| Dec 20 20:21:04.733 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-20T20:21:05.043Z | [ recovery-image] Dec 20 20:21:04.752 INFO O| Dec 20 20:21:04.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6644 | 2024-12-20T20:21:05.043Z | [ recovery-image] Dec 20 20:21:04.752 INFO O| Dec 20 20:21:04.752 INFO STEP 778 (remove_files) COMPLETE |
6645 | 2024-12-20T20:21:05.043Z | [ recovery-image] Dec 20 20:21:04.752 INFO O| Dec 20 20:21:04.752 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-20T20:21:05.067Z | [ recovery-image] Dec 20 20:21:04.776 INFO O| Dec 20 20:21:04.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6647 | 2024-12-20T20:21:05.070Z | [ recovery-image] Dec 20 20:21:04.776 INFO O| Dec 20 20:21:04.776 INFO STEP 779 (remove_files) COMPLETE |
6648 | 2024-12-20T20:21:05.070Z | [ recovery-image] Dec 20 20:21:04.776 INFO O| Dec 20 20:21:04.776 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-20T20:21:05.094Z | [ recovery-image] Dec 20 20:21:04.802 INFO O| Dec 20 20:21:04.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6650 | 2024-12-20T20:21:05.096Z | [ recovery-image] Dec 20 20:21:04.802 INFO O| Dec 20 20:21:04.802 INFO STEP 780 (remove_files) COMPLETE |
6651 | 2024-12-20T20:21:05.097Z | [ recovery-image] Dec 20 20:21:04.803 INFO O| Dec 20 20:21:04.803 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-20T20:21:05.115Z | [ recovery-image] Dec 20 20:21:04.823 INFO O| Dec 20 20:21:04.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6653 | 2024-12-20T20:21:05.118Z | [ recovery-image] Dec 20 20:21:04.824 INFO O| Dec 20 20:21:04.824 INFO STEP 781 (remove_files) COMPLETE |
6654 | 2024-12-20T20:21:05.118Z | [ recovery-image] Dec 20 20:21:04.824 INFO O| Dec 20 20:21:04.824 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-20T20:21:05.165Z | [ recovery-image] Dec 20 20:21:04.874 INFO O| Dec 20 20:21:04.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6656 | 2024-12-20T20:21:05.165Z | [ recovery-image] Dec 20 20:21:04.874 INFO O| Dec 20 20:21:04.874 INFO STEP 782 (remove_files) COMPLETE |
6657 | 2024-12-20T20:21:05.165Z | [ recovery-image] Dec 20 20:21:04.874 INFO O| Dec 20 20:21:04.874 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-20T20:21:05.212Z | [ recovery-image] Dec 20 20:21:04.920 INFO O| Dec 20 20:21:04.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6659 | 2024-12-20T20:21:05.212Z | [ recovery-image] Dec 20 20:21:04.920 INFO O| Dec 20 20:21:04.920 INFO STEP 783 (remove_files) COMPLETE |
6660 | 2024-12-20T20:21:05.212Z | [ recovery-image] Dec 20 20:21:04.920 INFO O| Dec 20 20:21:04.920 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-12-20T20:21:05.261Z | [ recovery-image] Dec 20 20:21:04.966 INFO O| Dec 20 20:21:04.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6662 | 2024-12-20T20:21:05.261Z | [ recovery-image] Dec 20 20:21:04.966 INFO O| Dec 20 20:21:04.966 INFO STEP 784 (remove_files) COMPLETE |
6663 | 2024-12-20T20:21:05.261Z | [ recovery-image] Dec 20 20:21:04.966 INFO O| Dec 20 20:21:04.966 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-12-20T20:21:05.321Z | [ recovery-image] Dec 20 20:21:05.029 INFO O| Dec 20 20:21:05.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6665 | 2024-12-20T20:21:05.321Z | [ recovery-image] Dec 20 20:21:05.029 INFO O| Dec 20 20:21:05.029 INFO STEP 785 (remove_files) COMPLETE |
6666 | 2024-12-20T20:21:05.321Z | [ recovery-image] Dec 20 20:21:05.029 INFO O| Dec 20 20:21:05.029 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-12-20T20:21:05.363Z | [ recovery-image] Dec 20 20:21:05.069 INFO O| Dec 20 20:21:05.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6668 | 2024-12-20T20:21:05.363Z | [ recovery-image] Dec 20 20:21:05.069 INFO O| Dec 20 20:21:05.069 INFO STEP 786 (remove_files) COMPLETE |
6669 | 2024-12-20T20:21:05.363Z | [ recovery-image] Dec 20 20:21:05.069 INFO O| Dec 20 20:21:05.069 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-12-20T20:21:05.424Z | [ recovery-image] Dec 20 20:21:05.132 INFO O| Dec 20 20:21:05.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6671 | 2024-12-20T20:21:05.424Z | [ recovery-image] Dec 20 20:21:05.132 INFO O| Dec 20 20:21:05.132 INFO STEP 787 (remove_files) COMPLETE |
6672 | 2024-12-20T20:21:05.428Z | [ recovery-image] Dec 20 20:21:05.133 INFO O| Dec 20 20:21:05.133 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-12-20T20:21:05.442Z | [ recovery-image] Dec 20 20:21:05.151 INFO O| Dec 20 20:21:05.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6674 | 2024-12-20T20:21:05.445Z | [ recovery-image] Dec 20 20:21:05.151 INFO O| Dec 20 20:21:05.151 INFO STEP 788 (remove_files) COMPLETE |
6675 | 2024-12-20T20:21:05.445Z | [ recovery-image] Dec 20 20:21:05.151 INFO O| Dec 20 20:21:05.151 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-12-20T20:21:05.461Z | [ recovery-image] Dec 20 20:21:05.170 INFO O| Dec 20 20:21:05.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6677 | 2024-12-20T20:21:05.465Z | [ recovery-image] Dec 20 20:21:05.170 INFO O| Dec 20 20:21:05.170 INFO STEP 789 (remove_files) COMPLETE |
6678 | 2024-12-20T20:21:05.465Z | [ recovery-image] Dec 20 20:21:05.170 INFO O| Dec 20 20:21:05.170 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-12-20T20:21:05.495Z | [ recovery-image] Dec 20 20:21:05.204 INFO O| Dec 20 20:21:05.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6680 | 2024-12-20T20:21:05.495Z | [ recovery-image] Dec 20 20:21:05.204 INFO O| Dec 20 20:21:05.204 INFO STEP 790 (remove_files) COMPLETE |
6681 | 2024-12-20T20:21:05.495Z | [ recovery-image] Dec 20 20:21:05.204 INFO O| Dec 20 20:21:05.204 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-12-20T20:21:05.549Z | [ recovery-image] Dec 20 20:21:05.258 INFO O| Dec 20 20:21:05.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6683 | 2024-12-20T20:21:05.549Z | [ recovery-image] Dec 20 20:21:05.258 INFO O| Dec 20 20:21:05.258 INFO STEP 791 (remove_files) COMPLETE |
6684 | 2024-12-20T20:21:05.549Z | [ recovery-image] Dec 20 20:21:05.258 INFO O| Dec 20 20:21:05.258 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-12-20T20:21:05.572Z | [ recovery-image] Dec 20 20:21:05.280 INFO O| Dec 20 20:21:05.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6686 | 2024-12-20T20:21:05.572Z | [ recovery-image] Dec 20 20:21:05.280 INFO O| Dec 20 20:21:05.280 INFO STEP 792 (remove_files) COMPLETE |
6687 | 2024-12-20T20:21:05.572Z | [ recovery-image] Dec 20 20:21:05.280 INFO O| Dec 20 20:21:05.280 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-12-20T20:21:05.591Z | [ recovery-image] Dec 20 20:21:05.300 INFO O| Dec 20 20:21:05.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6689 | 2024-12-20T20:21:05.591Z | [ recovery-image] Dec 20 20:21:05.300 INFO O| Dec 20 20:21:05.300 INFO STEP 793 (remove_files) COMPLETE |
6690 | 2024-12-20T20:21:05.594Z | [ recovery-image] Dec 20 20:21:05.300 INFO O| Dec 20 20:21:05.300 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-12-20T20:21:05.611Z | [ recovery-image] Dec 20 20:21:05.320 INFO O| Dec 20 20:21:05.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6692 | 2024-12-20T20:21:05.611Z | [ recovery-image] Dec 20 20:21:05.320 INFO O| Dec 20 20:21:05.320 INFO STEP 794 (remove_files) COMPLETE |
6693 | 2024-12-20T20:21:05.611Z | [ recovery-image] Dec 20 20:21:05.320 INFO O| Dec 20 20:21:05.320 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-12-20T20:21:05.656Z | [ recovery-image] Dec 20 20:21:05.362 INFO O| Dec 20 20:21:05.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6695 | 2024-12-20T20:21:05.656Z | [ recovery-image] Dec 20 20:21:05.362 INFO O| Dec 20 20:21:05.362 INFO STEP 795 (remove_files) COMPLETE |
6696 | 2024-12-20T20:21:05.656Z | [ recovery-image] Dec 20 20:21:05.362 INFO O| Dec 20 20:21:05.362 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-12-20T20:21:05.716Z | [ recovery-image] Dec 20 20:21:05.424 INFO O| Dec 20 20:21:05.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6698 | 2024-12-20T20:21:05.716Z | [ recovery-image] Dec 20 20:21:05.425 INFO O| Dec 20 20:21:05.424 INFO STEP 796 (remove_files) COMPLETE |
6699 | 2024-12-20T20:21:05.716Z | [ recovery-image] Dec 20 20:21:05.425 INFO O| Dec 20 20:21:05.425 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-12-20T20:21:05.736Z | [ recovery-image] Dec 20 20:21:05.445 INFO O| Dec 20 20:21:05.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6701 | 2024-12-20T20:21:05.736Z | [ recovery-image] Dec 20 20:21:05.445 INFO O| Dec 20 20:21:05.445 INFO STEP 797 (remove_files) COMPLETE |
6702 | 2024-12-20T20:21:05.736Z | [ recovery-image] Dec 20 20:21:05.445 INFO O| Dec 20 20:21:05.445 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-12-20T20:21:05.757Z | [ recovery-image] Dec 20 20:21:05.466 INFO O| Dec 20 20:21:05.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6704 | 2024-12-20T20:21:05.757Z | [ recovery-image] Dec 20 20:21:05.466 INFO O| Dec 20 20:21:05.466 INFO STEP 798 (remove_files) COMPLETE |
6705 | 2024-12-20T20:21:05.758Z | [ recovery-image] Dec 20 20:21:05.466 INFO O| Dec 20 20:21:05.466 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-12-20T20:21:05.777Z | [ recovery-image] Dec 20 20:21:05.485 INFO O| Dec 20 20:21:05.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6707 | 2024-12-20T20:21:05.777Z | [ recovery-image] Dec 20 20:21:05.485 INFO O| Dec 20 20:21:05.485 INFO STEP 799 (remove_files) COMPLETE |
6708 | 2024-12-20T20:21:05.781Z | [ recovery-image] Dec 20 20:21:05.486 INFO O| Dec 20 20:21:05.485 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-20T20:21:05.803Z | [ recovery-image] Dec 20 20:21:05.512 INFO O| Dec 20 20:21:05.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6710 | 2024-12-20T20:21:05.807Z | [ recovery-image] Dec 20 20:21:05.512 INFO O| Dec 20 20:21:05.512 INFO STEP 800 (remove_files) COMPLETE |
6711 | 2024-12-20T20:21:05.807Z | [ recovery-image] Dec 20 20:21:05.513 INFO O| Dec 20 20:21:05.513 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-20T20:21:05.824Z | [ recovery-image] Dec 20 20:21:05.533 INFO O| Dec 20 20:21:05.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6713 | 2024-12-20T20:21:05.824Z | [ recovery-image] Dec 20 20:21:05.534 INFO O| Dec 20 20:21:05.534 INFO STEP 801 (remove_files) COMPLETE |
6714 | 2024-12-20T20:21:05.828Z | [ recovery-image] Dec 20 20:21:05.534 INFO O| Dec 20 20:21:05.534 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-20T20:21:05.845Z | [ recovery-image] Dec 20 20:21:05.553 INFO O| Dec 20 20:21:05.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6716 | 2024-12-20T20:21:05.848Z | [ recovery-image] Dec 20 20:21:05.553 INFO O| Dec 20 20:21:05.553 INFO STEP 802 (remove_files) COMPLETE |
6717 | 2024-12-20T20:21:05.848Z | [ recovery-image] Dec 20 20:21:05.554 INFO O| Dec 20 20:21:05.553 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-12-20T20:21:05.892Z | [ recovery-image] Dec 20 20:21:05.601 INFO O| Dec 20 20:21:05.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6719 | 2024-12-20T20:21:05.892Z | [ recovery-image] Dec 20 20:21:05.601 INFO O| Dec 20 20:21:05.601 INFO STEP 803 (remove_files) COMPLETE |
6720 | 2024-12-20T20:21:05.894Z | [ recovery-image] Dec 20 20:21:05.601 INFO O| Dec 20 20:21:05.601 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-20T20:21:05.912Z | [ recovery-image] Dec 20 20:21:05.620 INFO O| Dec 20 20:21:05.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6722 | 2024-12-20T20:21:05.915Z | [ recovery-image] Dec 20 20:21:05.621 INFO O| Dec 20 20:21:05.621 INFO STEP 804 (remove_files) COMPLETE |
6723 | 2024-12-20T20:21:05.915Z | [ recovery-image] Dec 20 20:21:05.621 INFO O| Dec 20 20:21:05.621 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-20T20:21:05.986Z | [ recovery-image] Dec 20 20:21:05.695 INFO O| Dec 20 20:21:05.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6725 | 2024-12-20T20:21:05.989Z | [ recovery-image] Dec 20 20:21:05.695 INFO O| Dec 20 20:21:05.695 INFO STEP 805 (remove_files) COMPLETE |
6726 | 2024-12-20T20:21:05.989Z | [ recovery-image] Dec 20 20:21:05.695 INFO O| Dec 20 20:21:05.695 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-12-20T20:21:06.012Z | [ recovery-image] Dec 20 20:21:05.721 INFO O| Dec 20 20:21:05.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6728 | 2024-12-20T20:21:06.012Z | [ recovery-image] Dec 20 20:21:05.721 INFO O| Dec 20 20:21:05.721 INFO STEP 806 (remove_files) COMPLETE |
6729 | 2024-12-20T20:21:06.015Z | [ recovery-image] Dec 20 20:21:05.721 INFO O| Dec 20 20:21:05.721 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-20T20:21:06.042Z | [ recovery-image] Dec 20 20:21:05.751 INFO O| Dec 20 20:21:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6731 | 2024-12-20T20:21:06.046Z | [ recovery-image] Dec 20 20:21:05.752 INFO O| Dec 20 20:21:05.752 INFO STEP 807 (remove_files) COMPLETE |
6732 | 2024-12-20T20:21:06.046Z | [ recovery-image] Dec 20 20:21:05.752 INFO O| Dec 20 20:21:05.752 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-20T20:21:06.096Z | [ recovery-image] Dec 20 20:21:05.805 INFO O| Dec 20 20:21:05.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6734 | 2024-12-20T20:21:06.096Z | [ recovery-image] Dec 20 20:21:05.805 INFO O| Dec 20 20:21:05.805 INFO STEP 808 (remove_files) COMPLETE |
6735 | 2024-12-20T20:21:06.096Z | [ recovery-image] Dec 20 20:21:05.805 INFO O| Dec 20 20:21:05.805 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-20T20:21:06.131Z | [ recovery-image] Dec 20 20:21:05.840 INFO O| Dec 20 20:21:05.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6737 | 2024-12-20T20:21:06.131Z | [ recovery-image] Dec 20 20:21:05.840 INFO O| Dec 20 20:21:05.840 INFO STEP 809 (remove_files) COMPLETE |
6738 | 2024-12-20T20:21:06.131Z | [ recovery-image] Dec 20 20:21:05.840 INFO O| Dec 20 20:21:05.840 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-20T20:21:06.204Z | [ recovery-image] Dec 20 20:21:05.911 INFO O| Dec 20 20:21:05.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6740 | 2024-12-20T20:21:06.204Z | [ recovery-image] Dec 20 20:21:05.911 INFO O| Dec 20 20:21:05.911 INFO STEP 810 (remove_files) COMPLETE |
6741 | 2024-12-20T20:21:06.207Z | [ recovery-image] Dec 20 20:21:05.911 INFO O| Dec 20 20:21:05.911 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-20T20:21:06.279Z | [ recovery-image] Dec 20 20:21:05.988 INFO O| Dec 20 20:21:05.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6743 | 2024-12-20T20:21:06.279Z | [ recovery-image] Dec 20 20:21:05.989 INFO O| Dec 20 20:21:05.989 INFO STEP 811 (remove_files) COMPLETE |
6744 | 2024-12-20T20:21:06.283Z | [ recovery-image] Dec 20 20:21:05.989 INFO O| Dec 20 20:21:05.989 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-20T20:21:06.342Z | [ recovery-image] Dec 20 20:21:06.051 INFO O| Dec 20 20:21:06.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6746 | 2024-12-20T20:21:06.342Z | [ recovery-image] Dec 20 20:21:06.052 INFO O| Dec 20 20:21:06.051 INFO STEP 812 (remove_files) COMPLETE |
6747 | 2024-12-20T20:21:06.342Z | [ recovery-image] Dec 20 20:21:06.052 INFO O| Dec 20 20:21:06.052 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-20T20:21:06.361Z | [ recovery-image] Dec 20 20:21:06.070 INFO O| Dec 20 20:21:06.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6749 | 2024-12-20T20:21:06.361Z | [ recovery-image] Dec 20 20:21:06.070 INFO O| Dec 20 20:21:06.070 INFO STEP 813 (remove_files) COMPLETE |
6750 | 2024-12-20T20:21:06.361Z | [ recovery-image] Dec 20 20:21:06.070 INFO O| Dec 20 20:21:06.070 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-20T20:21:06.382Z | [ recovery-image] Dec 20 20:21:06.090 INFO O| Dec 20 20:21:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6752 | 2024-12-20T20:21:06.382Z | [ recovery-image] Dec 20 20:21:06.090 INFO O| Dec 20 20:21:06.090 INFO STEP 814 (remove_files) COMPLETE |
6753 | 2024-12-20T20:21:06.382Z | [ recovery-image] Dec 20 20:21:06.090 INFO O| Dec 20 20:21:06.090 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-20T20:21:06.405Z | [ recovery-image] Dec 20 20:21:06.113 INFO O| Dec 20 20:21:06.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6755 | 2024-12-20T20:21:06.408Z | [ recovery-image] Dec 20 20:21:06.113 INFO O| Dec 20 20:21:06.113 INFO STEP 815 (remove_files) COMPLETE |
6756 | 2024-12-20T20:21:06.408Z | [ recovery-image] Dec 20 20:21:06.114 INFO O| Dec 20 20:21:06.113 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-20T20:21:06.425Z | [ recovery-image] Dec 20 20:21:06.134 INFO O| Dec 20 20:21:06.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6758 | 2024-12-20T20:21:06.429Z | [ recovery-image] Dec 20 20:21:06.134 INFO O| Dec 20 20:21:06.134 INFO STEP 816 (remove_files) COMPLETE |
6759 | 2024-12-20T20:21:06.429Z | [ recovery-image] Dec 20 20:21:06.135 INFO O| Dec 20 20:21:06.134 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-20T20:21:06.469Z | [ recovery-image] Dec 20 20:21:06.178 INFO O| Dec 20 20:21:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6761 | 2024-12-20T20:21:06.497Z | [ recovery-image] Dec 20 20:21:06.206 INFO O| Dec 20 20:21:06.206 INFO STEP 817 (remove_files) COMPLETE |
6762 | 2024-12-20T20:21:06.497Z | [ recovery-image] Dec 20 20:21:06.206 INFO O| Dec 20 20:21:06.206 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-20T20:21:06.517Z | [ recovery-image] Dec 20 20:21:06.224 INFO O| Dec 20 20:21:06.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6764 | 2024-12-20T20:21:06.518Z | [ recovery-image] Dec 20 20:21:06.224 INFO O| Dec 20 20:21:06.224 INFO STEP 818 (remove_files) COMPLETE |
6765 | 2024-12-20T20:21:06.520Z | [ recovery-image] Dec 20 20:21:06.224 INFO O| Dec 20 20:21:06.224 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-20T20:21:06.534Z | [ recovery-image] Dec 20 20:21:06.243 INFO O| Dec 20 20:21:06.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6767 | 2024-12-20T20:21:06.536Z | [ recovery-image] Dec 20 20:21:06.243 INFO O| Dec 20 20:21:06.243 INFO STEP 819 (remove_files) COMPLETE |
6768 | 2024-12-20T20:21:06.536Z | [ recovery-image] Dec 20 20:21:06.243 INFO O| Dec 20 20:21:06.243 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-20T20:21:06.576Z | [ recovery-image] Dec 20 20:21:06.285 INFO O| Dec 20 20:21:06.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6770 | 2024-12-20T20:21:06.576Z | [ recovery-image] Dec 20 20:21:06.285 INFO O| Dec 20 20:21:06.285 INFO STEP 820 (remove_files) COMPLETE |
6771 | 2024-12-20T20:21:06.576Z | [ recovery-image] Dec 20 20:21:06.285 INFO O| Dec 20 20:21:06.285 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-20T20:21:06.687Z | [ recovery-image] Dec 20 20:21:06.396 INFO O| Dec 20 20:21:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6773 | 2024-12-20T20:21:06.687Z | [ recovery-image] Dec 20 20:21:06.396 INFO O| Dec 20 20:21:06.396 INFO STEP 821 (remove_files) COMPLETE |
6774 | 2024-12-20T20:21:06.687Z | [ recovery-image] Dec 20 20:21:06.396 INFO O| Dec 20 20:21:06.396 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-20T20:21:06.734Z | [ recovery-image] Dec 20 20:21:06.443 INFO O| Dec 20 20:21:06.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6776 | 2024-12-20T20:21:06.737Z | [ recovery-image] Dec 20 20:21:06.443 INFO O| Dec 20 20:21:06.443 INFO STEP 822 (remove_files) COMPLETE |
6777 | 2024-12-20T20:21:06.737Z | [ recovery-image] Dec 20 20:21:06.443 INFO O| Dec 20 20:21:06.443 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-20T20:21:06.758Z | [ recovery-image] Dec 20 20:21:06.466 INFO O| Dec 20 20:21:06.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6779 | 2024-12-20T20:21:06.758Z | [ recovery-image] Dec 20 20:21:06.466 INFO O| Dec 20 20:21:06.466 INFO STEP 823 (remove_files) COMPLETE |
6780 | 2024-12-20T20:21:06.759Z | [ recovery-image] Dec 20 20:21:06.466 INFO O| Dec 20 20:21:06.466 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-20T20:21:06.795Z | [ recovery-image] Dec 20 20:21:06.504 INFO O| Dec 20 20:21:06.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6782 | 2024-12-20T20:21:06.795Z | [ recovery-image] Dec 20 20:21:06.504 INFO O| Dec 20 20:21:06.504 INFO STEP 824 (remove_files) COMPLETE |
6783 | 2024-12-20T20:21:06.798Z | [ recovery-image] Dec 20 20:21:06.504 INFO O| Dec 20 20:21:06.504 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-20T20:21:06.813Z | [ recovery-image] Dec 20 20:21:06.522 INFO O| Dec 20 20:21:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6785 | 2024-12-20T20:21:06.813Z | [ recovery-image] Dec 20 20:21:06.522 INFO O| Dec 20 20:21:06.522 INFO STEP 825 (remove_files) COMPLETE |
6786 | 2024-12-20T20:21:06.813Z | [ recovery-image] Dec 20 20:21:06.522 INFO O| Dec 20 20:21:06.522 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-20T20:21:06.830Z | [ recovery-image] Dec 20 20:21:06.538 INFO O| Dec 20 20:21:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6788 | 2024-12-20T20:21:06.830Z | [ recovery-image] Dec 20 20:21:06.538 INFO O| Dec 20 20:21:06.538 INFO STEP 826 (remove_files) COMPLETE |
6789 | 2024-12-20T20:21:06.830Z | [ recovery-image] Dec 20 20:21:06.538 INFO O| Dec 20 20:21:06.538 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-20T20:21:06.852Z | [ recovery-image] Dec 20 20:21:06.561 INFO O| Dec 20 20:21:06.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6791 | 2024-12-20T20:21:06.853Z | [ recovery-image] Dec 20 20:21:06.561 INFO O| Dec 20 20:21:06.561 INFO STEP 827 (remove_files) COMPLETE |
6792 | 2024-12-20T20:21:06.855Z | [ recovery-image] Dec 20 20:21:06.562 INFO O| Dec 20 20:21:06.561 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-20T20:21:06.873Z | [ recovery-image] Dec 20 20:21:06.582 INFO O| Dec 20 20:21:06.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6794 | 2024-12-20T20:21:06.875Z | [ recovery-image] Dec 20 20:21:06.582 INFO O| Dec 20 20:21:06.582 INFO STEP 828 (remove_files) COMPLETE |
6795 | 2024-12-20T20:21:06.875Z | [ recovery-image] Dec 20 20:21:06.582 INFO O| Dec 20 20:21:06.582 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-20T20:21:06.891Z | [ recovery-image] Dec 20 20:21:06.600 INFO O| Dec 20 20:21:06.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6797 | 2024-12-20T20:21:06.894Z | [ recovery-image] Dec 20 20:21:06.601 INFO O| Dec 20 20:21:06.600 INFO STEP 829 (remove_files) COMPLETE |
6798 | 2024-12-20T20:21:06.894Z | [ recovery-image] Dec 20 20:21:06.601 INFO O| Dec 20 20:21:06.601 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-20T20:21:06.909Z | [ recovery-image] Dec 20 20:21:06.618 INFO O| Dec 20 20:21:06.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6800 | 2024-12-20T20:21:06.909Z | [ recovery-image] Dec 20 20:21:06.619 INFO O| Dec 20 20:21:06.618 INFO STEP 830 (remove_files) COMPLETE |
6801 | 2024-12-20T20:21:06.914Z | [ recovery-image] Dec 20 20:21:06.619 INFO O| Dec 20 20:21:06.619 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-20T20:21:06.927Z | [ recovery-image] Dec 20 20:21:06.636 INFO O| Dec 20 20:21:06.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6803 | 2024-12-20T20:21:06.927Z | [ recovery-image] Dec 20 20:21:06.636 INFO O| Dec 20 20:21:06.636 INFO STEP 831 (remove_files) COMPLETE |
6804 | 2024-12-20T20:21:06.930Z | [ recovery-image] Dec 20 20:21:06.637 INFO O| Dec 20 20:21:06.636 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-20T20:21:06.946Z | [ recovery-image] Dec 20 20:21:06.655 INFO O| Dec 20 20:21:06.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6806 | 2024-12-20T20:21:06.951Z | [ recovery-image] Dec 20 20:21:06.655 INFO O| Dec 20 20:21:06.655 INFO STEP 832 (remove_files) COMPLETE |
6807 | 2024-12-20T20:21:06.951Z | [ recovery-image] Dec 20 20:21:06.655 INFO O| Dec 20 20:21:06.655 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-20T20:21:06.968Z | [ recovery-image] Dec 20 20:21:06.677 INFO O| Dec 20 20:21:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6809 | 2024-12-20T20:21:06.995Z | [ recovery-image] Dec 20 20:21:06.703 INFO O| Dec 20 20:21:06.703 INFO STEP 833 (remove_files) COMPLETE |
6810 | 2024-12-20T20:21:06.995Z | [ recovery-image] Dec 20 20:21:06.703 INFO O| Dec 20 20:21:06.703 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-20T20:21:07.022Z | [ recovery-image] Dec 20 20:21:06.731 INFO O| Dec 20 20:21:06.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6812 | 2024-12-20T20:21:07.022Z | [ recovery-image] Dec 20 20:21:06.731 INFO O| Dec 20 20:21:06.731 INFO STEP 834 (remove_files) COMPLETE |
6813 | 2024-12-20T20:21:07.022Z | [ recovery-image] Dec 20 20:21:06.731 INFO O| Dec 20 20:21:06.731 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-20T20:21:07.042Z | [ recovery-image] Dec 20 20:21:06.751 INFO O| Dec 20 20:21:06.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6815 | 2024-12-20T20:21:07.042Z | [ recovery-image] Dec 20 20:21:06.751 INFO O| Dec 20 20:21:06.751 INFO STEP 835 (remove_files) COMPLETE |
6816 | 2024-12-20T20:21:07.042Z | [ recovery-image] Dec 20 20:21:06.751 INFO O| Dec 20 20:21:06.751 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-20T20:21:07.066Z | [ recovery-image] Dec 20 20:21:06.775 INFO O| Dec 20 20:21:06.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6818 | 2024-12-20T20:21:07.066Z | [ recovery-image] Dec 20 20:21:06.775 INFO O| Dec 20 20:21:06.775 INFO STEP 836 (remove_files) COMPLETE |
6819 | 2024-12-20T20:21:07.066Z | [ recovery-image] Dec 20 20:21:06.775 INFO O| Dec 20 20:21:06.775 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-20T20:21:07.104Z | [ recovery-image] Dec 20 20:21:06.813 INFO O| Dec 20 20:21:06.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6821 | 2024-12-20T20:21:07.108Z | [ recovery-image] Dec 20 20:21:06.814 INFO O| Dec 20 20:21:06.814 INFO STEP 837 (remove_files) COMPLETE |
6822 | 2024-12-20T20:21:07.108Z | [ recovery-image] Dec 20 20:21:06.814 INFO O| Dec 20 20:21:06.814 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-20T20:21:07.125Z | [ recovery-image] Dec 20 20:21:06.834 INFO O| Dec 20 20:21:06.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6824 | 2024-12-20T20:21:07.125Z | [ recovery-image] Dec 20 20:21:06.834 INFO O| Dec 20 20:21:06.834 INFO STEP 838 (remove_files) COMPLETE |
6825 | 2024-12-20T20:21:07.128Z | [ recovery-image] Dec 20 20:21:06.834 INFO O| Dec 20 20:21:06.834 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-20T20:21:07.144Z | [ recovery-image] Dec 20 20:21:06.853 INFO O| Dec 20 20:21:06.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6827 | 2024-12-20T20:21:07.144Z | [ recovery-image] Dec 20 20:21:06.853 INFO O| Dec 20 20:21:06.853 INFO STEP 839 (remove_files) COMPLETE |
6828 | 2024-12-20T20:21:07.147Z | [ recovery-image] Dec 20 20:21:06.853 INFO O| Dec 20 20:21:06.853 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-20T20:21:07.162Z | [ recovery-image] Dec 20 20:21:06.870 INFO O| Dec 20 20:21:06.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6830 | 2024-12-20T20:21:07.162Z | [ recovery-image] Dec 20 20:21:06.871 INFO O| Dec 20 20:21:06.870 INFO STEP 840 (remove_files) COMPLETE |
6831 | 2024-12-20T20:21:07.164Z | [ recovery-image] Dec 20 20:21:06.871 INFO O| Dec 20 20:21:06.871 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-20T20:21:07.181Z | [ recovery-image] Dec 20 20:21:06.889 INFO O| Dec 20 20:21:06.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6833 | 2024-12-20T20:21:07.184Z | [ recovery-image] Dec 20 20:21:06.889 INFO O| Dec 20 20:21:06.889 INFO STEP 841 (remove_files) COMPLETE |
6834 | 2024-12-20T20:21:07.184Z | [ recovery-image] Dec 20 20:21:06.889 INFO O| Dec 20 20:21:06.889 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-20T20:21:07.199Z | [ recovery-image] Dec 20 20:21:06.907 INFO O| Dec 20 20:21:06.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6836 | 2024-12-20T20:21:07.199Z | [ recovery-image] Dec 20 20:21:06.908 INFO O| Dec 20 20:21:06.907 INFO STEP 842 (remove_files) COMPLETE |
6837 | 2024-12-20T20:21:07.201Z | [ recovery-image] Dec 20 20:21:06.908 INFO O| Dec 20 20:21:06.908 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-20T20:21:07.253Z | [ recovery-image] Dec 20 20:21:06.957 INFO O| Dec 20 20:21:06.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6839 | 2024-12-20T20:21:07.259Z | [ recovery-image] Dec 20 20:21:06.957 INFO O| Dec 20 20:21:06.957 INFO STEP 843 (remove_files) COMPLETE |
6840 | 2024-12-20T20:21:07.259Z | [ recovery-image] Dec 20 20:21:06.957 INFO O| Dec 20 20:21:06.957 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-20T20:21:07.426Z | [ recovery-image] Dec 20 20:21:07.135 INFO O| Dec 20 20:21:07.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6842 | 2024-12-20T20:21:07.429Z | [ recovery-image] Dec 20 20:21:07.135 INFO O| Dec 20 20:21:07.135 INFO STEP 844 (remove_files) COMPLETE |
6843 | 2024-12-20T20:21:07.429Z | [ recovery-image] Dec 20 20:21:07.135 INFO O| Dec 20 20:21:07.135 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-20T20:21:07.492Z | [ recovery-image] Dec 20 20:21:07.201 INFO O| Dec 20 20:21:07.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6845 | 2024-12-20T20:21:07.510Z | [ recovery-image] Dec 20 20:21:07.219 INFO O| Dec 20 20:21:07.219 INFO STEP 845 (remove_files) COMPLETE |
6846 | 2024-12-20T20:21:07.510Z | [ recovery-image] Dec 20 20:21:07.219 INFO O| Dec 20 20:21:07.219 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-20T20:21:07.532Z | [ recovery-image] Dec 20 20:21:07.241 INFO O| Dec 20 20:21:07.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6848 | 2024-12-20T20:21:07.536Z | [ recovery-image] Dec 20 20:21:07.241 INFO O| Dec 20 20:21:07.241 INFO STEP 846 (remove_files) COMPLETE |
6849 | 2024-12-20T20:21:07.536Z | [ recovery-image] Dec 20 20:21:07.241 INFO O| Dec 20 20:21:07.241 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-20T20:21:07.554Z | [ recovery-image] Dec 20 20:21:07.262 INFO O| Dec 20 20:21:07.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6851 | 2024-12-20T20:21:07.557Z | [ recovery-image] Dec 20 20:21:07.263 INFO O| Dec 20 20:21:07.263 INFO STEP 847 (remove_files) COMPLETE |
6852 | 2024-12-20T20:21:07.557Z | [ recovery-image] Dec 20 20:21:07.263 INFO O| Dec 20 20:21:07.263 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-20T20:21:07.595Z | [ recovery-image] Dec 20 20:21:07.303 INFO O| Dec 20 20:21:07.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6854 | 2024-12-20T20:21:07.595Z | [ recovery-image] Dec 20 20:21:07.303 INFO O| Dec 20 20:21:07.303 INFO STEP 848 (remove_files) COMPLETE |
6855 | 2024-12-20T20:21:07.598Z | [ recovery-image] Dec 20 20:21:07.303 INFO O| Dec 20 20:21:07.303 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-20T20:21:07.618Z | [ recovery-image] Dec 20 20:21:07.327 INFO O| Dec 20 20:21:07.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6857 | 2024-12-20T20:21:07.620Z | [ recovery-image] Dec 20 20:21:07.327 INFO O| Dec 20 20:21:07.327 INFO STEP 849 (remove_files) COMPLETE |
6858 | 2024-12-20T20:21:07.620Z | [ recovery-image] Dec 20 20:21:07.327 INFO O| Dec 20 20:21:07.327 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-20T20:21:07.640Z | [ recovery-image] Dec 20 20:21:07.348 INFO O| Dec 20 20:21:07.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6860 | 2024-12-20T20:21:07.643Z | [ recovery-image] Dec 20 20:21:07.348 INFO O| Dec 20 20:21:07.348 INFO STEP 850 (remove_files) COMPLETE |
6861 | 2024-12-20T20:21:07.643Z | [ recovery-image] Dec 20 20:21:07.348 INFO O| Dec 20 20:21:07.348 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-20T20:21:07.712Z | [ recovery-image] Dec 20 20:21:07.420 INFO O| Dec 20 20:21:07.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6863 | 2024-12-20T20:21:07.712Z | [ recovery-image] Dec 20 20:21:07.420 INFO O| Dec 20 20:21:07.420 INFO STEP 851 (remove_files) COMPLETE |
6864 | 2024-12-20T20:21:07.712Z | [ recovery-image] Dec 20 20:21:07.420 INFO O| Dec 20 20:21:07.420 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-20T20:21:07.718Z | [ host-image] Dec 20 20:21:07.426 INFO O| Dec 20 20:21:07.426 INFO O| Actions: 22517/49485 actions (Installing new actions) |
6866 | 2024-12-20T20:21:07.782Z | [ recovery-image] Dec 20 20:21:07.491 INFO O| Dec 20 20:21:07.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6867 | 2024-12-20T20:21:07.782Z | [ recovery-image] Dec 20 20:21:07.491 INFO O| Dec 20 20:21:07.491 INFO STEP 852 (remove_files) COMPLETE |
6868 | 2024-12-20T20:21:07.782Z | [ recovery-image] Dec 20 20:21:07.491 INFO O| Dec 20 20:21:07.491 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-12-20T20:21:07.802Z | [ recovery-image] Dec 20 20:21:07.511 INFO O| Dec 20 20:21:07.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6870 | 2024-12-20T20:21:07.802Z | [ recovery-image] Dec 20 20:21:07.511 INFO O| Dec 20 20:21:07.511 INFO STEP 853 (remove_files) COMPLETE |
6871 | 2024-12-20T20:21:07.802Z | [ recovery-image] Dec 20 20:21:07.511 INFO O| Dec 20 20:21:07.511 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-12-20T20:21:07.823Z | [ recovery-image] Dec 20 20:21:07.532 INFO O| Dec 20 20:21:07.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6873 | 2024-12-20T20:21:07.823Z | [ recovery-image] Dec 20 20:21:07.532 INFO O| Dec 20 20:21:07.532 INFO STEP 854 (remove_files) COMPLETE |
6874 | 2024-12-20T20:21:07.826Z | [ recovery-image] Dec 20 20:21:07.532 INFO O| Dec 20 20:21:07.532 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-12-20T20:21:07.875Z | [ recovery-image] Dec 20 20:21:07.584 INFO O| Dec 20 20:21:07.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6876 | 2024-12-20T20:21:07.875Z | [ recovery-image] Dec 20 20:21:07.584 INFO O| Dec 20 20:21:07.584 INFO STEP 855 (remove_files) COMPLETE |
6877 | 2024-12-20T20:21:07.875Z | [ recovery-image] Dec 20 20:21:07.584 INFO O| Dec 20 20:21:07.584 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-12-20T20:21:07.959Z | [ recovery-image] Dec 20 20:21:07.668 INFO O| Dec 20 20:21:07.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6879 | 2024-12-20T20:21:07.959Z | [ recovery-image] Dec 20 20:21:07.668 INFO O| Dec 20 20:21:07.668 INFO STEP 856 (remove_files) COMPLETE |
6880 | 2024-12-20T20:21:07.959Z | [ recovery-image] Dec 20 20:21:07.668 INFO O| Dec 20 20:21:07.668 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-12-20T20:21:07.980Z | [ recovery-image] Dec 20 20:21:07.689 INFO O| Dec 20 20:21:07.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6882 | 2024-12-20T20:21:07.980Z | [ recovery-image] Dec 20 20:21:07.689 INFO O| Dec 20 20:21:07.689 INFO STEP 857 (remove_files) COMPLETE |
6883 | 2024-12-20T20:21:07.983Z | [ recovery-image] Dec 20 20:21:07.690 INFO O| Dec 20 20:21:07.689 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-12-20T20:21:08.004Z | [ recovery-image] Dec 20 20:21:07.713 INFO O| Dec 20 20:21:07.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6885 | 2024-12-20T20:21:08.004Z | [ recovery-image] Dec 20 20:21:07.713 INFO O| Dec 20 20:21:07.713 INFO STEP 858 (remove_files) COMPLETE |
6886 | 2024-12-20T20:21:08.007Z | [ recovery-image] Dec 20 20:21:07.713 INFO O| Dec 20 20:21:07.713 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-12-20T20:21:08.039Z | [ recovery-image] Dec 20 20:21:07.748 INFO O| Dec 20 20:21:07.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6888 | 2024-12-20T20:21:08.039Z | [ recovery-image] Dec 20 20:21:07.748 INFO O| Dec 20 20:21:07.748 INFO STEP 859 (remove_files) COMPLETE |
6889 | 2024-12-20T20:21:08.045Z | [ recovery-image] Dec 20 20:21:07.748 INFO O| Dec 20 20:21:07.748 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-12-20T20:21:08.069Z | [ recovery-image] Dec 20 20:21:07.777 INFO O| Dec 20 20:21:07.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6891 | 2024-12-20T20:21:08.073Z | [ recovery-image] Dec 20 20:21:07.777 INFO O| Dec 20 20:21:07.777 INFO STEP 860 (remove_files) COMPLETE |
6892 | 2024-12-20T20:21:08.073Z | [ recovery-image] Dec 20 20:21:07.778 INFO O| Dec 20 20:21:07.777 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-12-20T20:21:08.159Z | [ recovery-image] Dec 20 20:21:07.868 INFO O| Dec 20 20:21:07.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6894 | 2024-12-20T20:21:08.159Z | [ recovery-image] Dec 20 20:21:07.868 INFO O| Dec 20 20:21:07.868 INFO STEP 861 (remove_files) COMPLETE |
6895 | 2024-12-20T20:21:08.159Z | [ recovery-image] Dec 20 20:21:07.868 INFO O| Dec 20 20:21:07.868 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-20T20:21:08.182Z | [ recovery-image] Dec 20 20:21:07.891 INFO O| Dec 20 20:21:07.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6897 | 2024-12-20T20:21:08.182Z | [ recovery-image] Dec 20 20:21:07.891 INFO O| Dec 20 20:21:07.891 INFO STEP 862 (remove_files) COMPLETE |
6898 | 2024-12-20T20:21:08.182Z | [ recovery-image] Dec 20 20:21:07.891 INFO O| Dec 20 20:21:07.891 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-20T20:21:08.228Z | [ recovery-image] Dec 20 20:21:07.937 INFO O| Dec 20 20:21:07.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6900 | 2024-12-20T20:21:08.228Z | [ recovery-image] Dec 20 20:21:07.937 INFO O| Dec 20 20:21:07.937 INFO STEP 863 (remove_files) COMPLETE |
6901 | 2024-12-20T20:21:08.228Z | [ recovery-image] Dec 20 20:21:07.937 INFO O| Dec 20 20:21:07.937 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-20T20:21:08.260Z | [ recovery-image] Dec 20 20:21:07.969 INFO O| Dec 20 20:21:07.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6903 | 2024-12-20T20:21:08.263Z | [ recovery-image] Dec 20 20:21:07.969 INFO O| Dec 20 20:21:07.969 INFO STEP 864 (remove_files) COMPLETE |
6904 | 2024-12-20T20:21:08.263Z | [ recovery-image] Dec 20 20:21:07.970 INFO O| Dec 20 20:21:07.969 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-20T20:21:08.281Z | [ recovery-image] Dec 20 20:21:07.990 INFO O| Dec 20 20:21:07.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6906 | 2024-12-20T20:21:08.281Z | [ recovery-image] Dec 20 20:21:07.990 INFO O| Dec 20 20:21:07.990 INFO STEP 865 (remove_files) COMPLETE |
6907 | 2024-12-20T20:21:08.283Z | [ recovery-image] Dec 20 20:21:07.990 INFO O| Dec 20 20:21:07.990 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-20T20:21:08.301Z | [ recovery-image] Dec 20 20:21:08.010 INFO O| Dec 20 20:21:08.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6909 | 2024-12-20T20:21:08.301Z | [ recovery-image] Dec 20 20:21:08.011 INFO O| Dec 20 20:21:08.011 INFO STEP 866 (remove_files) COMPLETE |
6910 | 2024-12-20T20:21:08.305Z | [ recovery-image] Dec 20 20:21:08.011 INFO O| Dec 20 20:21:08.011 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-20T20:21:08.323Z | [ recovery-image] Dec 20 20:21:08.032 INFO O| Dec 20 20:21:08.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6912 | 2024-12-20T20:21:08.326Z | [ recovery-image] Dec 20 20:21:08.033 INFO O| Dec 20 20:21:08.033 INFO STEP 867 (remove_files) COMPLETE |
6913 | 2024-12-20T20:21:08.326Z | [ recovery-image] Dec 20 20:21:08.033 INFO O| Dec 20 20:21:08.033 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-20T20:21:08.379Z | [ recovery-image] Dec 20 20:21:08.088 INFO O| Dec 20 20:21:08.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6915 | 2024-12-20T20:21:08.379Z | [ recovery-image] Dec 20 20:21:08.088 INFO O| Dec 20 20:21:08.088 INFO STEP 868 (remove_files) COMPLETE |
6916 | 2024-12-20T20:21:08.379Z | [ recovery-image] Dec 20 20:21:08.088 INFO O| Dec 20 20:21:08.088 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-20T20:21:08.402Z | [ recovery-image] Dec 20 20:21:08.110 INFO O| Dec 20 20:21:08.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6918 | 2024-12-20T20:21:08.402Z | [ recovery-image] Dec 20 20:21:08.110 INFO O| Dec 20 20:21:08.110 INFO STEP 869 (remove_files) COMPLETE |
6919 | 2024-12-20T20:21:08.402Z | [ recovery-image] Dec 20 20:21:08.110 INFO O| Dec 20 20:21:08.110 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-20T20:21:08.469Z | [ recovery-image] Dec 20 20:21:08.178 INFO O| Dec 20 20:21:08.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6921 | 2024-12-20T20:21:08.469Z | [ recovery-image] Dec 20 20:21:08.178 INFO O| Dec 20 20:21:08.178 INFO STEP 870 (remove_files) COMPLETE |
6922 | 2024-12-20T20:21:08.471Z | [ recovery-image] Dec 20 20:21:08.178 INFO O| Dec 20 20:21:08.178 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-20T20:21:08.514Z | [ recovery-image] Dec 20 20:21:08.223 INFO O| Dec 20 20:21:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6924 | 2024-12-20T20:21:08.517Z | [ recovery-image] Dec 20 20:21:08.223 INFO O| Dec 20 20:21:08.223 INFO STEP 871 (remove_files) COMPLETE |
6925 | 2024-12-20T20:21:08.517Z | [ recovery-image] Dec 20 20:21:08.223 INFO O| Dec 20 20:21:08.223 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-20T20:21:08.583Z | [ recovery-image] Dec 20 20:21:08.292 INFO O| Dec 20 20:21:08.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6927 | 2024-12-20T20:21:08.586Z | [ recovery-image] Dec 20 20:21:08.293 INFO O| Dec 20 20:21:08.292 INFO STEP 872 (remove_files) COMPLETE |
6928 | 2024-12-20T20:21:08.586Z | [ recovery-image] Dec 20 20:21:08.293 INFO O| Dec 20 20:21:08.293 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-20T20:21:08.606Z | [ recovery-image] Dec 20 20:21:08.315 INFO O| Dec 20 20:21:08.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6930 | 2024-12-20T20:21:08.609Z | [ recovery-image] Dec 20 20:21:08.316 INFO O| Dec 20 20:21:08.316 INFO STEP 873 (remove_files) COMPLETE |
6931 | 2024-12-20T20:21:08.609Z | [ recovery-image] Dec 20 20:21:08.316 INFO O| Dec 20 20:21:08.316 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-20T20:21:08.678Z | [ recovery-image] Dec 20 20:21:08.386 INFO O| Dec 20 20:21:08.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6933 | 2024-12-20T20:21:08.678Z | [ recovery-image] Dec 20 20:21:08.386 INFO O| Dec 20 20:21:08.386 INFO STEP 874 (remove_files) COMPLETE |
6934 | 2024-12-20T20:21:08.678Z | [ recovery-image] Dec 20 20:21:08.386 INFO O| Dec 20 20:21:08.386 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-20T20:21:08.722Z | [ recovery-image] Dec 20 20:21:08.431 INFO O| Dec 20 20:21:08.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6936 | 2024-12-20T20:21:08.722Z | [ recovery-image] Dec 20 20:21:08.431 INFO O| Dec 20 20:21:08.431 INFO STEP 875 (remove_files) COMPLETE |
6937 | 2024-12-20T20:21:08.722Z | [ recovery-image] Dec 20 20:21:08.431 INFO O| Dec 20 20:21:08.431 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-20T20:21:08.743Z | [ recovery-image] Dec 20 20:21:08.452 INFO O| Dec 20 20:21:08.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6939 | 2024-12-20T20:21:08.743Z | [ recovery-image] Dec 20 20:21:08.452 INFO O| Dec 20 20:21:08.452 INFO STEP 876 (remove_files) COMPLETE |
6940 | 2024-12-20T20:21:08.743Z | [ recovery-image] Dec 20 20:21:08.452 INFO O| Dec 20 20:21:08.452 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-20T20:21:08.763Z | [ recovery-image] Dec 20 20:21:08.472 INFO O| Dec 20 20:21:08.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6942 | 2024-12-20T20:21:08.763Z | [ recovery-image] Dec 20 20:21:08.472 INFO O| Dec 20 20:21:08.472 INFO STEP 877 (remove_files) COMPLETE |
6943 | 2024-12-20T20:21:08.763Z | [ recovery-image] Dec 20 20:21:08.472 INFO O| Dec 20 20:21:08.472 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-20T20:21:08.811Z | [ recovery-image] Dec 20 20:21:08.518 INFO O| Dec 20 20:21:08.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6945 | 2024-12-20T20:21:08.811Z | [ recovery-image] Dec 20 20:21:08.518 INFO O| Dec 20 20:21:08.518 INFO STEP 878 (remove_files) COMPLETE |
6946 | 2024-12-20T20:21:08.811Z | [ recovery-image] Dec 20 20:21:08.518 INFO O| Dec 20 20:21:08.518 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-20T20:21:08.830Z | [ recovery-image] Dec 20 20:21:08.539 INFO O| Dec 20 20:21:08.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6948 | 2024-12-20T20:21:08.830Z | [ recovery-image] Dec 20 20:21:08.539 INFO O| Dec 20 20:21:08.539 INFO STEP 879 (remove_files) COMPLETE |
6949 | 2024-12-20T20:21:08.830Z | [ recovery-image] Dec 20 20:21:08.539 INFO O| Dec 20 20:21:08.539 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-20T20:21:08.851Z | [ recovery-image] Dec 20 20:21:08.560 INFO O| Dec 20 20:21:08.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6951 | 2024-12-20T20:21:08.852Z | [ recovery-image] Dec 20 20:21:08.560 INFO O| Dec 20 20:21:08.560 INFO STEP 880 (remove_files) COMPLETE |
6952 | 2024-12-20T20:21:08.852Z | [ recovery-image] Dec 20 20:21:08.560 INFO O| Dec 20 20:21:08.560 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-20T20:21:08.872Z | [ recovery-image] Dec 20 20:21:08.580 INFO O| Dec 20 20:21:08.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6954 | 2024-12-20T20:21:08.872Z | [ recovery-image] Dec 20 20:21:08.580 INFO O| Dec 20 20:21:08.580 INFO STEP 881 (remove_files) COMPLETE |
6955 | 2024-12-20T20:21:08.872Z | [ recovery-image] Dec 20 20:21:08.580 INFO O| Dec 20 20:21:08.580 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-20T20:21:08.895Z | [ recovery-image] Dec 20 20:21:08.599 INFO O| Dec 20 20:21:08.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6957 | 2024-12-20T20:21:08.895Z | [ recovery-image] Dec 20 20:21:08.600 INFO O| Dec 20 20:21:08.600 INFO STEP 882 (remove_files) COMPLETE |
6958 | 2024-12-20T20:21:08.895Z | [ recovery-image] Dec 20 20:21:08.600 INFO O| Dec 20 20:21:08.600 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-20T20:21:08.930Z | [ recovery-image] Dec 20 20:21:08.639 INFO O| Dec 20 20:21:08.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6960 | 2024-12-20T20:21:08.931Z | [ recovery-image] Dec 20 20:21:08.640 INFO O| Dec 20 20:21:08.639 INFO STEP 883 (remove_files) COMPLETE |
6961 | 2024-12-20T20:21:08.933Z | [ recovery-image] Dec 20 20:21:08.640 INFO O| Dec 20 20:21:08.639 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-20T20:21:08.953Z | [ recovery-image] Dec 20 20:21:08.662 INFO O| Dec 20 20:21:08.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6963 | 2024-12-20T20:21:08.956Z | [ recovery-image] Dec 20 20:21:08.662 INFO O| Dec 20 20:21:08.662 INFO STEP 884 (remove_files) COMPLETE |
6964 | 2024-12-20T20:21:08.956Z | [ recovery-image] Dec 20 20:21:08.662 INFO O| Dec 20 20:21:08.662 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-20T20:21:08.974Z | [ recovery-image] Dec 20 20:21:08.683 INFO O| Dec 20 20:21:08.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6966 | 2024-12-20T20:21:08.974Z | [ recovery-image] Dec 20 20:21:08.683 INFO O| Dec 20 20:21:08.683 INFO STEP 885 (remove_files) COMPLETE |
6967 | 2024-12-20T20:21:08.974Z | [ recovery-image] Dec 20 20:21:08.683 INFO O| Dec 20 20:21:08.683 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-20T20:21:09.028Z | [ recovery-image] Dec 20 20:21:08.737 INFO O| Dec 20 20:21:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6969 | 2024-12-20T20:21:09.030Z | [ recovery-image] Dec 20 20:21:08.738 INFO O| Dec 20 20:21:08.738 INFO STEP 886 (remove_files) COMPLETE |
6970 | 2024-12-20T20:21:09.030Z | [ recovery-image] Dec 20 20:21:08.738 INFO O| Dec 20 20:21:08.738 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-20T20:21:09.048Z | [ recovery-image] Dec 20 20:21:08.757 INFO O| Dec 20 20:21:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6972 | 2024-12-20T20:21:09.048Z | [ recovery-image] Dec 20 20:21:08.758 INFO O| Dec 20 20:21:08.758 INFO STEP 887 (remove_files) COMPLETE |
6973 | 2024-12-20T20:21:09.049Z | [ recovery-image] Dec 20 20:21:08.758 INFO O| Dec 20 20:21:08.758 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-20T20:21:09.115Z | [ recovery-image] Dec 20 20:21:08.824 INFO O| Dec 20 20:21:08.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6975 | 2024-12-20T20:21:09.115Z | [ recovery-image] Dec 20 20:21:08.824 INFO O| Dec 20 20:21:08.824 INFO STEP 888 (remove_files) COMPLETE |
6976 | 2024-12-20T20:21:09.115Z | [ recovery-image] Dec 20 20:21:08.824 INFO O| Dec 20 20:21:08.824 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-20T20:21:09.146Z | [ recovery-image] Dec 20 20:21:08.855 INFO O| Dec 20 20:21:08.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6978 | 2024-12-20T20:21:09.146Z | [ recovery-image] Dec 20 20:21:08.855 INFO O| Dec 20 20:21:08.855 INFO STEP 889 (remove_files) COMPLETE |
6979 | 2024-12-20T20:21:09.149Z | [ recovery-image] Dec 20 20:21:08.856 INFO O| Dec 20 20:21:08.855 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-20T20:21:09.167Z | [ recovery-image] Dec 20 20:21:08.876 INFO O| Dec 20 20:21:08.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6981 | 2024-12-20T20:21:09.167Z | [ recovery-image] Dec 20 20:21:08.876 INFO O| Dec 20 20:21:08.876 INFO STEP 890 (remove_files) COMPLETE |
6982 | 2024-12-20T20:21:09.170Z | [ recovery-image] Dec 20 20:21:08.876 INFO O| Dec 20 20:21:08.876 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-20T20:21:09.244Z | [ recovery-image] Dec 20 20:21:08.953 INFO O| Dec 20 20:21:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6984 | 2024-12-20T20:21:09.244Z | [ recovery-image] Dec 20 20:21:08.954 INFO O| Dec 20 20:21:08.953 INFO STEP 891 (remove_files) COMPLETE |
6985 | 2024-12-20T20:21:09.244Z | [ recovery-image] Dec 20 20:21:08.954 INFO O| Dec 20 20:21:08.953 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-20T20:21:09.320Z | [ recovery-image] Dec 20 20:21:09.029 INFO O| Dec 20 20:21:09.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6987 | 2024-12-20T20:21:09.320Z | [ recovery-image] Dec 20 20:21:09.029 INFO O| Dec 20 20:21:09.029 INFO STEP 892 (remove_files) COMPLETE |
6988 | 2024-12-20T20:21:09.320Z | [ recovery-image] Dec 20 20:21:09.029 INFO O| Dec 20 20:21:09.029 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-20T20:21:09.415Z | [ recovery-image] Dec 20 20:21:09.124 INFO O| Dec 20 20:21:09.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6990 | 2024-12-20T20:21:09.415Z | [ recovery-image] Dec 20 20:21:09.124 INFO O| Dec 20 20:21:09.124 INFO STEP 893 (remove_files) COMPLETE |
6991 | 2024-12-20T20:21:09.418Z | [ recovery-image] Dec 20 20:21:09.124 INFO O| Dec 20 20:21:09.124 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-20T20:21:09.437Z | [ recovery-image] Dec 20 20:21:09.146 INFO O| Dec 20 20:21:09.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6993 | 2024-12-20T20:21:09.437Z | [ recovery-image] Dec 20 20:21:09.146 INFO O| Dec 20 20:21:09.146 INFO STEP 894 (remove_files) COMPLETE |
6994 | 2024-12-20T20:21:09.440Z | [ recovery-image] Dec 20 20:21:09.146 INFO O| Dec 20 20:21:09.146 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-20T20:21:09.456Z | [ recovery-image] Dec 20 20:21:09.165 INFO O| Dec 20 20:21:09.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6996 | 2024-12-20T20:21:09.456Z | [ recovery-image] Dec 20 20:21:09.165 INFO O| Dec 20 20:21:09.165 INFO STEP 895 (remove_files) COMPLETE |
6997 | 2024-12-20T20:21:09.458Z | [ recovery-image] Dec 20 20:21:09.165 INFO O| Dec 20 20:21:09.165 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-20T20:21:09.487Z | [ recovery-image] Dec 20 20:21:09.196 INFO O| Dec 20 20:21:09.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6999 | 2024-12-20T20:21:09.487Z | [ recovery-image] Dec 20 20:21:09.196 INFO O| Dec 20 20:21:09.196 INFO STEP 896 (remove_files) COMPLETE |
7000 | 2024-12-20T20:21:09.487Z | [ recovery-image] Dec 20 20:21:09.196 INFO O| Dec 20 20:21:09.196 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-20T20:21:09.527Z | [ recovery-image] Dec 20 20:21:09.236 INFO O| Dec 20 20:21:09.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7002 | 2024-12-20T20:21:09.527Z | [ recovery-image] Dec 20 20:21:09.236 INFO O| Dec 20 20:21:09.236 INFO STEP 897 (remove_files) COMPLETE |
7003 | 2024-12-20T20:21:09.527Z | [ recovery-image] Dec 20 20:21:09.236 INFO O| Dec 20 20:21:09.236 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-20T20:21:09.582Z | [ recovery-image] Dec 20 20:21:09.291 INFO O| Dec 20 20:21:09.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7005 | 2024-12-20T20:21:09.582Z | [ recovery-image] Dec 20 20:21:09.291 INFO O| Dec 20 20:21:09.291 INFO STEP 898 (remove_files) COMPLETE |
7006 | 2024-12-20T20:21:09.582Z | [ recovery-image] Dec 20 20:21:09.291 INFO O| Dec 20 20:21:09.291 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-20T20:21:09.602Z | [ recovery-image] Dec 20 20:21:09.311 INFO O| Dec 20 20:21:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7008 | 2024-12-20T20:21:09.602Z | [ recovery-image] Dec 20 20:21:09.311 INFO O| Dec 20 20:21:09.311 INFO STEP 899 (remove_files) COMPLETE |
7009 | 2024-12-20T20:21:09.606Z | [ recovery-image] Dec 20 20:21:09.311 INFO O| Dec 20 20:21:09.311 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-20T20:21:09.624Z | [ recovery-image] Dec 20 20:21:09.333 INFO O| Dec 20 20:21:09.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7011 | 2024-12-20T20:21:09.653Z | [ recovery-image] Dec 20 20:21:09.360 INFO O| Dec 20 20:21:09.360 INFO STEP 900 (remove_files) COMPLETE |
7012 | 2024-12-20T20:21:09.653Z | [ recovery-image] Dec 20 20:21:09.360 INFO O| Dec 20 20:21:09.360 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-20T20:21:09.694Z | [ recovery-image] Dec 20 20:21:09.403 INFO O| Dec 20 20:21:09.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7014 | 2024-12-20T20:21:09.699Z | [ recovery-image] Dec 20 20:21:09.403 INFO O| Dec 20 20:21:09.403 INFO STEP 901 (remove_files) COMPLETE |
7015 | 2024-12-20T20:21:09.699Z | [ recovery-image] Dec 20 20:21:09.403 INFO O| Dec 20 20:21:09.403 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-20T20:21:09.740Z | [ recovery-image] Dec 20 20:21:09.448 INFO O| Dec 20 20:21:09.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7017 | 2024-12-20T20:21:09.740Z | [ recovery-image] Dec 20 20:21:09.448 INFO O| Dec 20 20:21:09.448 INFO STEP 902 (remove_files) COMPLETE |
7018 | 2024-12-20T20:21:09.740Z | [ recovery-image] Dec 20 20:21:09.449 INFO O| Dec 20 20:21:09.448 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-20T20:21:09.758Z | [ recovery-image] Dec 20 20:21:09.467 INFO O| Dec 20 20:21:09.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7020 | 2024-12-20T20:21:09.758Z | [ recovery-image] Dec 20 20:21:09.467 INFO O| Dec 20 20:21:09.467 INFO STEP 903 (remove_files) COMPLETE |
7021 | 2024-12-20T20:21:09.759Z | [ recovery-image] Dec 20 20:21:09.467 INFO O| Dec 20 20:21:09.467 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-20T20:21:09.802Z | [ recovery-image] Dec 20 20:21:09.511 INFO O| Dec 20 20:21:09.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7023 | 2024-12-20T20:21:09.802Z | [ recovery-image] Dec 20 20:21:09.511 INFO O| Dec 20 20:21:09.511 INFO STEP 904 (remove_files) COMPLETE |
7024 | 2024-12-20T20:21:09.802Z | [ recovery-image] Dec 20 20:21:09.511 INFO O| Dec 20 20:21:09.511 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-20T20:21:09.823Z | [ recovery-image] Dec 20 20:21:09.531 INFO O| Dec 20 20:21:09.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7026 | 2024-12-20T20:21:09.823Z | [ recovery-image] Dec 20 20:21:09.531 INFO O| Dec 20 20:21:09.531 INFO STEP 905 (remove_files) COMPLETE |
7027 | 2024-12-20T20:21:09.823Z | [ recovery-image] Dec 20 20:21:09.531 INFO O| Dec 20 20:21:09.531 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-20T20:21:09.839Z | [ recovery-image] Dec 20 20:21:09.548 INFO O| Dec 20 20:21:09.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7029 | 2024-12-20T20:21:09.839Z | [ recovery-image] Dec 20 20:21:09.548 INFO O| Dec 20 20:21:09.548 INFO STEP 906 (remove_files) COMPLETE |
7030 | 2024-12-20T20:21:09.839Z | [ recovery-image] Dec 20 20:21:09.548 INFO O| Dec 20 20:21:09.548 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-20T20:21:09.856Z | [ recovery-image] Dec 20 20:21:09.565 INFO O| Dec 20 20:21:09.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7032 | 2024-12-20T20:21:09.856Z | [ recovery-image] Dec 20 20:21:09.565 INFO O| Dec 20 20:21:09.565 INFO STEP 907 (remove_files) COMPLETE |
7033 | 2024-12-20T20:21:09.856Z | [ recovery-image] Dec 20 20:21:09.565 INFO O| Dec 20 20:21:09.565 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-20T20:21:09.872Z | [ recovery-image] Dec 20 20:21:09.581 INFO O| Dec 20 20:21:09.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7035 | 2024-12-20T20:21:09.872Z | [ recovery-image] Dec 20 20:21:09.582 INFO O| Dec 20 20:21:09.582 INFO STEP 908 (remove_files) COMPLETE |
7036 | 2024-12-20T20:21:09.875Z | [ recovery-image] Dec 20 20:21:09.582 INFO O| Dec 20 20:21:09.582 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-20T20:21:09.889Z | [ recovery-image] Dec 20 20:21:09.598 INFO O| Dec 20 20:21:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7038 | 2024-12-20T20:21:09.890Z | [ recovery-image] Dec 20 20:21:09.598 INFO O| Dec 20 20:21:09.598 INFO STEP 909 (remove_files) COMPLETE |
7039 | 2024-12-20T20:21:09.890Z | [ recovery-image] Dec 20 20:21:09.598 INFO O| Dec 20 20:21:09.598 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-20T20:21:09.905Z | [ recovery-image] Dec 20 20:21:09.614 INFO O| Dec 20 20:21:09.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7041 | 2024-12-20T20:21:09.905Z | [ recovery-image] Dec 20 20:21:09.614 INFO O| Dec 20 20:21:09.614 INFO STEP 910 (remove_files) COMPLETE |
7042 | 2024-12-20T20:21:09.910Z | [ recovery-image] Dec 20 20:21:09.614 INFO O| Dec 20 20:21:09.614 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-20T20:21:09.922Z | [ recovery-image] Dec 20 20:21:09.631 INFO O| Dec 20 20:21:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7044 | 2024-12-20T20:21:09.949Z | [ recovery-image] Dec 20 20:21:09.658 INFO O| Dec 20 20:21:09.658 INFO STEP 911 (remove_files) COMPLETE |
7045 | 2024-12-20T20:21:09.950Z | [ recovery-image] Dec 20 20:21:09.658 INFO O| Dec 20 20:21:09.658 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-20T20:21:10.020Z | [ recovery-image] Dec 20 20:21:09.726 INFO O| Dec 20 20:21:09.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7047 | 2024-12-20T20:21:10.020Z | [ recovery-image] Dec 20 20:21:09.726 INFO O| Dec 20 20:21:09.726 INFO STEP 912 (remove_files) COMPLETE |
7048 | 2024-12-20T20:21:10.020Z | [ recovery-image] Dec 20 20:21:09.726 INFO O| Dec 20 20:21:09.726 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-20T20:21:10.045Z | [ recovery-image] Dec 20 20:21:09.754 INFO O| Dec 20 20:21:09.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7050 | 2024-12-20T20:21:10.045Z | [ recovery-image] Dec 20 20:21:09.754 INFO O| Dec 20 20:21:09.754 INFO STEP 913 (remove_files) COMPLETE |
7051 | 2024-12-20T20:21:10.045Z | [ recovery-image] Dec 20 20:21:09.754 INFO O| Dec 20 20:21:09.754 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-20T20:21:10.115Z | [ recovery-image] Dec 20 20:21:09.823 INFO O| Dec 20 20:21:09.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7053 | 2024-12-20T20:21:10.117Z | [ recovery-image] Dec 20 20:21:09.823 INFO O| Dec 20 20:21:09.823 INFO STEP 914 (remove_files) COMPLETE |
7054 | 2024-12-20T20:21:10.117Z | [ recovery-image] Dec 20 20:21:09.823 INFO O| Dec 20 20:21:09.823 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-20T20:21:10.179Z | [ recovery-image] Dec 20 20:21:09.888 INFO O| Dec 20 20:21:09.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7056 | 2024-12-20T20:21:10.183Z | [ recovery-image] Dec 20 20:21:09.888 INFO O| Dec 20 20:21:09.888 INFO STEP 915 (remove_files) COMPLETE |
7057 | 2024-12-20T20:21:10.183Z | [ recovery-image] Dec 20 20:21:09.888 INFO O| Dec 20 20:21:09.888 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-20T20:21:10.200Z | [ recovery-image] Dec 20 20:21:09.906 INFO O| Dec 20 20:21:09.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7059 | 2024-12-20T20:21:10.200Z | [ recovery-image] Dec 20 20:21:09.906 INFO O| Dec 20 20:21:09.906 INFO STEP 916 (remove_files) COMPLETE |
7060 | 2024-12-20T20:21:10.200Z | [ recovery-image] Dec 20 20:21:09.906 INFO O| Dec 20 20:21:09.906 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-20T20:21:10.237Z | [ recovery-image] Dec 20 20:21:09.946 INFO O| Dec 20 20:21:09.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7062 | 2024-12-20T20:21:10.237Z | [ recovery-image] Dec 20 20:21:09.946 INFO O| Dec 20 20:21:09.946 INFO STEP 917 (remove_files) COMPLETE |
7063 | 2024-12-20T20:21:10.237Z | [ recovery-image] Dec 20 20:21:09.946 INFO O| Dec 20 20:21:09.946 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-20T20:21:10.284Z | [ recovery-image] Dec 20 20:21:09.993 INFO O| Dec 20 20:21:09.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7065 | 2024-12-20T20:21:10.285Z | [ recovery-image] Dec 20 20:21:09.993 INFO O| Dec 20 20:21:09.993 INFO STEP 918 (remove_files) COMPLETE |
7066 | 2024-12-20T20:21:10.285Z | [ recovery-image] Dec 20 20:21:09.993 INFO O| Dec 20 20:21:09.993 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-20T20:21:10.307Z | [ recovery-image] Dec 20 20:21:10.016 INFO O| Dec 20 20:21:10.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7068 | 2024-12-20T20:21:10.307Z | [ recovery-image] Dec 20 20:21:10.016 INFO O| Dec 20 20:21:10.016 INFO STEP 919 (remove_files) COMPLETE |
7069 | 2024-12-20T20:21:10.307Z | [ recovery-image] Dec 20 20:21:10.016 INFO O| Dec 20 20:21:10.016 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-20T20:21:10.326Z | [ recovery-image] Dec 20 20:21:10.035 INFO O| Dec 20 20:21:10.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7071 | 2024-12-20T20:21:10.326Z | [ recovery-image] Dec 20 20:21:10.035 INFO O| Dec 20 20:21:10.035 INFO STEP 920 (remove_files) COMPLETE |
7072 | 2024-12-20T20:21:10.326Z | [ recovery-image] Dec 20 20:21:10.035 INFO O| Dec 20 20:21:10.035 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-20T20:21:10.372Z | [ recovery-image] Dec 20 20:21:10.081 INFO O| Dec 20 20:21:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7074 | 2024-12-20T20:21:10.372Z | [ recovery-image] Dec 20 20:21:10.081 INFO O| Dec 20 20:21:10.081 INFO STEP 921 (remove_files) COMPLETE |
7075 | 2024-12-20T20:21:10.374Z | [ recovery-image] Dec 20 20:21:10.081 INFO O| Dec 20 20:21:10.081 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-20T20:21:10.482Z | [ recovery-image] Dec 20 20:21:10.190 INFO O| Dec 20 20:21:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7077 | 2024-12-20T20:21:10.482Z | [ recovery-image] Dec 20 20:21:10.190 INFO O| Dec 20 20:21:10.190 INFO STEP 922 (remove_files) COMPLETE |
7078 | 2024-12-20T20:21:10.482Z | [ recovery-image] Dec 20 20:21:10.190 INFO O| Dec 20 20:21:10.190 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-20T20:21:10.563Z | [ recovery-image] Dec 20 20:21:10.271 INFO O| Dec 20 20:21:10.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7080 | 2024-12-20T20:21:10.563Z | [ recovery-image] Dec 20 20:21:10.271 INFO O| Dec 20 20:21:10.271 INFO STEP 923 (remove_files) COMPLETE |
7081 | 2024-12-20T20:21:10.564Z | [ recovery-image] Dec 20 20:21:10.271 INFO O| Dec 20 20:21:10.271 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-20T20:21:10.581Z | [ recovery-image] Dec 20 20:21:10.290 INFO O| Dec 20 20:21:10.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7083 | 2024-12-20T20:21:10.581Z | [ recovery-image] Dec 20 20:21:10.290 INFO O| Dec 20 20:21:10.290 INFO STEP 924 (remove_files) COMPLETE |
7084 | 2024-12-20T20:21:10.581Z | [ recovery-image] Dec 20 20:21:10.290 INFO O| Dec 20 20:21:10.290 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-20T20:21:10.617Z | [ recovery-image] Dec 20 20:21:10.325 INFO O| Dec 20 20:21:10.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7086 | 2024-12-20T20:21:10.617Z | [ recovery-image] Dec 20 20:21:10.325 INFO O| Dec 20 20:21:10.325 INFO STEP 925 (remove_files) COMPLETE |
7087 | 2024-12-20T20:21:10.617Z | [ recovery-image] Dec 20 20:21:10.325 INFO O| Dec 20 20:21:10.325 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-20T20:21:10.667Z | [ recovery-image] Dec 20 20:21:10.375 INFO O| Dec 20 20:21:10.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7089 | 2024-12-20T20:21:10.667Z | [ recovery-image] Dec 20 20:21:10.376 INFO O| Dec 20 20:21:10.376 INFO STEP 926 (remove_files) COMPLETE |
7090 | 2024-12-20T20:21:10.667Z | [ recovery-image] Dec 20 20:21:10.376 INFO O| Dec 20 20:21:10.376 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-20T20:21:10.719Z | [ recovery-image] Dec 20 20:21:10.427 INFO O| Dec 20 20:21:10.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7092 | 2024-12-20T20:21:10.719Z | [ recovery-image] Dec 20 20:21:10.428 INFO O| Dec 20 20:21:10.428 INFO STEP 927 (remove_files) COMPLETE |
7093 | 2024-12-20T20:21:10.719Z | [ recovery-image] Dec 20 20:21:10.428 INFO O| Dec 20 20:21:10.428 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-20T20:21:10.803Z | [ recovery-image] Dec 20 20:21:10.512 INFO O| Dec 20 20:21:10.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7095 | 2024-12-20T20:21:10.803Z | [ recovery-image] Dec 20 20:21:10.512 INFO O| Dec 20 20:21:10.512 INFO STEP 928 (remove_files) COMPLETE |
7096 | 2024-12-20T20:21:10.803Z | [ recovery-image] Dec 20 20:21:10.512 INFO O| Dec 20 20:21:10.512 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-20T20:21:10.867Z | [ recovery-image] Dec 20 20:21:10.575 INFO O| Dec 20 20:21:10.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7098 | 2024-12-20T20:21:10.867Z | [ recovery-image] Dec 20 20:21:10.576 INFO O| Dec 20 20:21:10.575 INFO STEP 929 (remove_files) COMPLETE |
7099 | 2024-12-20T20:21:10.867Z | [ recovery-image] Dec 20 20:21:10.576 INFO O| Dec 20 20:21:10.576 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-20T20:21:10.885Z | [ recovery-image] Dec 20 20:21:10.594 INFO O| Dec 20 20:21:10.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7101 | 2024-12-20T20:21:10.886Z | [ recovery-image] Dec 20 20:21:10.594 INFO O| Dec 20 20:21:10.594 INFO STEP 930 (remove_files) COMPLETE |
7102 | 2024-12-20T20:21:10.886Z | [ recovery-image] Dec 20 20:21:10.594 INFO O| Dec 20 20:21:10.594 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-20T20:21:10.904Z | [ recovery-image] Dec 20 20:21:10.612 INFO O| Dec 20 20:21:10.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7104 | 2024-12-20T20:21:10.904Z | [ recovery-image] Dec 20 20:21:10.612 INFO O| Dec 20 20:21:10.612 INFO STEP 931 (remove_files) COMPLETE |
7105 | 2024-12-20T20:21:10.904Z | [ recovery-image] Dec 20 20:21:10.612 INFO O| Dec 20 20:21:10.612 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-20T20:21:10.927Z | [ recovery-image] Dec 20 20:21:10.635 INFO O| Dec 20 20:21:10.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7107 | 2024-12-20T20:21:10.927Z | [ recovery-image] Dec 20 20:21:10.635 INFO O| Dec 20 20:21:10.635 INFO STEP 932 (remove_files) COMPLETE |
7108 | 2024-12-20T20:21:10.927Z | [ recovery-image] Dec 20 20:21:10.635 INFO O| Dec 20 20:21:10.635 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-20T20:21:10.974Z | [ recovery-image] Dec 20 20:21:10.681 INFO O| Dec 20 20:21:10.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7110 | 2024-12-20T20:21:10.974Z | [ recovery-image] Dec 20 20:21:10.681 INFO O| Dec 20 20:21:10.681 INFO STEP 933 (remove_files) COMPLETE |
7111 | 2024-12-20T20:21:10.974Z | [ recovery-image] Dec 20 20:21:10.681 INFO O| Dec 20 20:21:10.681 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-20T20:21:11.029Z | [ recovery-image] Dec 20 20:21:10.738 INFO O| Dec 20 20:21:10.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7113 | 2024-12-20T20:21:11.029Z | [ recovery-image] Dec 20 20:21:10.738 INFO O| Dec 20 20:21:10.738 INFO STEP 934 (remove_files) COMPLETE |
7114 | 2024-12-20T20:21:11.029Z | [ recovery-image] Dec 20 20:21:10.738 INFO O| Dec 20 20:21:10.738 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-20T20:21:11.046Z | [ recovery-image] Dec 20 20:21:10.755 INFO O| Dec 20 20:21:10.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7116 | 2024-12-20T20:21:11.046Z | [ recovery-image] Dec 20 20:21:10.756 INFO O| Dec 20 20:21:10.756 INFO STEP 935 (remove_files) COMPLETE |
7117 | 2024-12-20T20:21:11.050Z | [ recovery-image] Dec 20 20:21:10.756 INFO O| Dec 20 20:21:10.756 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-20T20:21:11.084Z | [ recovery-image] Dec 20 20:21:10.793 INFO O| Dec 20 20:21:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7119 | 2024-12-20T20:21:11.087Z | [ recovery-image] Dec 20 20:21:10.793 INFO O| Dec 20 20:21:10.793 INFO STEP 936 (remove_files) COMPLETE |
7120 | 2024-12-20T20:21:11.087Z | [ recovery-image] Dec 20 20:21:10.794 INFO O| Dec 20 20:21:10.793 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-20T20:21:11.103Z | [ recovery-image] Dec 20 20:21:10.812 INFO O| Dec 20 20:21:10.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7122 | 2024-12-20T20:21:11.107Z | [ recovery-image] Dec 20 20:21:10.813 INFO O| Dec 20 20:21:10.813 INFO STEP 937 (remove_files) COMPLETE |
7123 | 2024-12-20T20:21:11.107Z | [ recovery-image] Dec 20 20:21:10.813 INFO O| Dec 20 20:21:10.813 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-20T20:21:11.122Z | [ recovery-image] Dec 20 20:21:10.830 INFO O| Dec 20 20:21:10.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7125 | 2024-12-20T20:21:11.122Z | [ recovery-image] Dec 20 20:21:10.831 INFO O| Dec 20 20:21:10.831 INFO STEP 938 (remove_files) COMPLETE |
7126 | 2024-12-20T20:21:11.124Z | [ recovery-image] Dec 20 20:21:10.831 INFO O| Dec 20 20:21:10.831 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-20T20:21:11.167Z | [ recovery-image] Dec 20 20:21:10.876 INFO O| Dec 20 20:21:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7128 | 2024-12-20T20:21:11.167Z | [ recovery-image] Dec 20 20:21:10.876 INFO O| Dec 20 20:21:10.876 INFO STEP 939 (remove_files) COMPLETE |
7129 | 2024-12-20T20:21:11.171Z | [ recovery-image] Dec 20 20:21:10.876 INFO O| Dec 20 20:21:10.876 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-20T20:21:11.220Z | [ recovery-image] Dec 20 20:21:10.929 INFO O| Dec 20 20:21:10.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7131 | 2024-12-20T20:21:11.220Z | [ recovery-image] Dec 20 20:21:10.929 INFO O| Dec 20 20:21:10.929 INFO STEP 940 (remove_files) COMPLETE |
7132 | 2024-12-20T20:21:11.220Z | [ recovery-image] Dec 20 20:21:10.929 INFO O| Dec 20 20:21:10.929 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-20T20:21:11.266Z | [ recovery-image] Dec 20 20:21:10.975 INFO O| Dec 20 20:21:10.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7134 | 2024-12-20T20:21:11.266Z | [ recovery-image] Dec 20 20:21:10.975 INFO O| Dec 20 20:21:10.975 INFO STEP 941 (remove_files) COMPLETE |
7135 | 2024-12-20T20:21:11.269Z | [ recovery-image] Dec 20 20:21:10.975 INFO O| Dec 20 20:21:10.975 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-20T20:21:11.288Z | [ recovery-image] Dec 20 20:21:10.997 INFO O| Dec 20 20:21:10.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7137 | 2024-12-20T20:21:11.288Z | [ recovery-image] Dec 20 20:21:10.997 INFO O| Dec 20 20:21:10.997 INFO STEP 942 (remove_files) COMPLETE |
7138 | 2024-12-20T20:21:11.291Z | [ recovery-image] Dec 20 20:21:10.997 INFO O| Dec 20 20:21:10.997 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-20T20:21:11.359Z | [ recovery-image] Dec 20 20:21:11.068 INFO O| Dec 20 20:21:11.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7140 | 2024-12-20T20:21:11.359Z | [ recovery-image] Dec 20 20:21:11.068 INFO O| Dec 20 20:21:11.068 INFO STEP 943 (remove_files) COMPLETE |
7141 | 2024-12-20T20:21:11.362Z | [ recovery-image] Dec 20 20:21:11.069 INFO O| Dec 20 20:21:11.068 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-20T20:21:11.376Z | [ recovery-image] Dec 20 20:21:11.085 INFO O| Dec 20 20:21:11.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7143 | 2024-12-20T20:21:11.376Z | [ recovery-image] Dec 20 20:21:11.085 INFO O| Dec 20 20:21:11.085 INFO STEP 944 (remove_files) COMPLETE |
7144 | 2024-12-20T20:21:11.376Z | [ recovery-image] Dec 20 20:21:11.085 INFO O| Dec 20 20:21:11.085 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-20T20:21:11.392Z | [ recovery-image] Dec 20 20:21:11.101 INFO O| Dec 20 20:21:11.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7146 | 2024-12-20T20:21:11.392Z | [ recovery-image] Dec 20 20:21:11.101 INFO O| Dec 20 20:21:11.101 INFO STEP 945 (remove_files) COMPLETE |
7147 | 2024-12-20T20:21:11.400Z | [ recovery-image] Dec 20 20:21:11.101 INFO O| Dec 20 20:21:11.101 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-20T20:21:11.410Z | [ recovery-image] Dec 20 20:21:11.119 INFO O| Dec 20 20:21:11.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7149 | 2024-12-20T20:21:11.410Z | [ recovery-image] Dec 20 20:21:11.119 INFO O| Dec 20 20:21:11.119 INFO STEP 946 (remove_files) COMPLETE |
7150 | 2024-12-20T20:21:11.410Z | [ recovery-image] Dec 20 20:21:11.119 INFO O| Dec 20 20:21:11.119 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-20T20:21:11.431Z | [ recovery-image] Dec 20 20:21:11.137 INFO O| Dec 20 20:21:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7152 | 2024-12-20T20:21:11.431Z | [ recovery-image] Dec 20 20:21:11.137 INFO O| Dec 20 20:21:11.137 INFO STEP 947 (remove_files) COMPLETE |
7153 | 2024-12-20T20:21:11.437Z | [ recovery-image] Dec 20 20:21:11.137 INFO O| Dec 20 20:21:11.137 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-20T20:21:11.445Z | [ recovery-image] Dec 20 20:21:11.155 INFO O| Dec 20 20:21:11.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7155 | 2024-12-20T20:21:11.446Z | [ recovery-image] Dec 20 20:21:11.155 INFO O| Dec 20 20:21:11.155 INFO STEP 948 (remove_files) COMPLETE |
7156 | 2024-12-20T20:21:11.446Z | [ recovery-image] Dec 20 20:21:11.155 INFO O| Dec 20 20:21:11.155 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-20T20:21:11.487Z | [ recovery-image] Dec 20 20:21:11.196 INFO O| Dec 20 20:21:11.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7158 | 2024-12-20T20:21:11.487Z | [ recovery-image] Dec 20 20:21:11.196 INFO O| Dec 20 20:21:11.196 INFO STEP 949 (remove_files) COMPLETE |
7159 | 2024-12-20T20:21:11.490Z | [ recovery-image] Dec 20 20:21:11.196 INFO O| Dec 20 20:21:11.196 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-20T20:21:11.530Z | [ recovery-image] Dec 20 20:21:11.239 INFO O| Dec 20 20:21:11.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7161 | 2024-12-20T20:21:11.531Z | [ recovery-image] Dec 20 20:21:11.239 INFO O| Dec 20 20:21:11.239 INFO STEP 950 (remove_files) COMPLETE |
7162 | 2024-12-20T20:21:11.531Z | [ recovery-image] Dec 20 20:21:11.239 INFO O| Dec 20 20:21:11.239 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-20T20:21:11.574Z | [ recovery-image] Dec 20 20:21:11.282 INFO O| Dec 20 20:21:11.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7164 | 2024-12-20T20:21:11.574Z | [ recovery-image] Dec 20 20:21:11.283 INFO O| Dec 20 20:21:11.283 INFO STEP 951 (remove_files) COMPLETE |
7165 | 2024-12-20T20:21:11.574Z | [ recovery-image] Dec 20 20:21:11.283 INFO O| Dec 20 20:21:11.283 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-20T20:21:11.594Z | [ recovery-image] Dec 20 20:21:11.303 INFO O| Dec 20 20:21:11.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7167 | 2024-12-20T20:21:11.595Z | [ recovery-image] Dec 20 20:21:11.303 INFO O| Dec 20 20:21:11.303 INFO STEP 952 (remove_files) COMPLETE |
7168 | 2024-12-20T20:21:11.595Z | [ recovery-image] Dec 20 20:21:11.303 INFO O| Dec 20 20:21:11.303 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-20T20:21:11.633Z | [ recovery-image] Dec 20 20:21:11.342 INFO O| Dec 20 20:21:11.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7170 | 2024-12-20T20:21:11.633Z | [ recovery-image] Dec 20 20:21:11.342 INFO O| Dec 20 20:21:11.342 INFO STEP 953 (remove_files) COMPLETE |
7171 | 2024-12-20T20:21:11.633Z | [ recovery-image] Dec 20 20:21:11.342 INFO O| Dec 20 20:21:11.342 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-20T20:21:11.675Z | [ recovery-image] Dec 20 20:21:11.383 INFO O| Dec 20 20:21:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7173 | 2024-12-20T20:21:11.675Z | [ recovery-image] Dec 20 20:21:11.383 INFO O| Dec 20 20:21:11.383 INFO STEP 954 (remove_files) COMPLETE |
7174 | 2024-12-20T20:21:11.675Z | [ recovery-image] Dec 20 20:21:11.383 INFO O| Dec 20 20:21:11.383 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-20T20:21:11.717Z | [ recovery-image] Dec 20 20:21:11.425 INFO O| Dec 20 20:21:11.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7176 | 2024-12-20T20:21:11.717Z | [ recovery-image] Dec 20 20:21:11.425 INFO O| Dec 20 20:21:11.425 INFO STEP 955 (remove_files) COMPLETE |
7177 | 2024-12-20T20:21:11.718Z | [ recovery-image] Dec 20 20:21:11.425 INFO O| Dec 20 20:21:11.425 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-20T20:21:11.846Z | [ recovery-image] Dec 20 20:21:11.554 INFO O| Dec 20 20:21:11.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7179 | 2024-12-20T20:21:11.846Z | [ recovery-image] Dec 20 20:21:11.554 INFO O| Dec 20 20:21:11.554 INFO STEP 956 (remove_files) COMPLETE |
7180 | 2024-12-20T20:21:11.846Z | [ recovery-image] Dec 20 20:21:11.554 INFO O| Dec 20 20:21:11.554 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-20T20:21:11.888Z | [ recovery-image] Dec 20 20:21:11.597 INFO O| Dec 20 20:21:11.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7182 | 2024-12-20T20:21:11.888Z | [ recovery-image] Dec 20 20:21:11.597 INFO O| Dec 20 20:21:11.597 INFO STEP 957 (remove_files) COMPLETE |
7183 | 2024-12-20T20:21:11.888Z | [ recovery-image] Dec 20 20:21:11.597 INFO O| Dec 20 20:21:11.597 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-20T20:21:11.964Z | [ recovery-image] Dec 20 20:21:11.672 INFO O| Dec 20 20:21:11.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7185 | 2024-12-20T20:21:11.964Z | [ recovery-image] Dec 20 20:21:11.672 INFO O| Dec 20 20:21:11.672 INFO STEP 958 (remove_files) COMPLETE |
7186 | 2024-12-20T20:21:11.964Z | [ recovery-image] Dec 20 20:21:11.672 INFO O| Dec 20 20:21:11.672 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-20T20:21:11.985Z | [ recovery-image] Dec 20 20:21:11.694 INFO O| Dec 20 20:21:11.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7188 | 2024-12-20T20:21:11.988Z | [ recovery-image] Dec 20 20:21:11.694 INFO O| Dec 20 20:21:11.694 INFO STEP 959 (remove_files) COMPLETE |
7189 | 2024-12-20T20:21:11.988Z | [ recovery-image] Dec 20 20:21:11.694 INFO O| Dec 20 20:21:11.694 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-20T20:21:12.006Z | [ recovery-image] Dec 20 20:21:11.715 INFO O| Dec 20 20:21:11.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7191 | 2024-12-20T20:21:12.006Z | [ recovery-image] Dec 20 20:21:11.715 INFO O| Dec 20 20:21:11.715 INFO STEP 960 (remove_files) COMPLETE |
7192 | 2024-12-20T20:21:12.006Z | [ recovery-image] Dec 20 20:21:11.715 INFO O| Dec 20 20:21:11.715 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-20T20:21:12.035Z | [ recovery-image] Dec 20 20:21:11.744 INFO O| Dec 20 20:21:11.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7194 | 2024-12-20T20:21:12.035Z | [ recovery-image] Dec 20 20:21:11.744 INFO O| Dec 20 20:21:11.744 INFO STEP 961 (remove_files) COMPLETE |
7195 | 2024-12-20T20:21:12.035Z | [ recovery-image] Dec 20 20:21:11.744 INFO O| Dec 20 20:21:11.744 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-20T20:21:12.059Z | [ recovery-image] Dec 20 20:21:11.768 INFO O| Dec 20 20:21:11.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7197 | 2024-12-20T20:21:12.059Z | [ recovery-image] Dec 20 20:21:11.768 INFO O| Dec 20 20:21:11.768 INFO STEP 962 (remove_files) COMPLETE |
7198 | 2024-12-20T20:21:12.059Z | [ recovery-image] Dec 20 20:21:11.768 INFO O| Dec 20 20:21:11.768 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-20T20:21:12.095Z | [ recovery-image] Dec 20 20:21:11.804 INFO O| Dec 20 20:21:11.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7200 | 2024-12-20T20:21:12.098Z | [ recovery-image] Dec 20 20:21:11.804 INFO O| Dec 20 20:21:11.804 INFO STEP 963 (remove_files) COMPLETE |
7201 | 2024-12-20T20:21:12.098Z | [ recovery-image] Dec 20 20:21:11.804 INFO O| Dec 20 20:21:11.804 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-20T20:21:12.128Z | [ recovery-image] Dec 20 20:21:11.838 INFO O| Dec 20 20:21:11.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7203 | 2024-12-20T20:21:12.128Z | [ recovery-image] Dec 20 20:21:11.838 INFO O| Dec 20 20:21:11.838 INFO STEP 964 (remove_files) COMPLETE |
7204 | 2024-12-20T20:21:12.132Z | [ recovery-image] Dec 20 20:21:11.838 INFO O| Dec 20 20:21:11.838 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-20T20:21:12.158Z | [ recovery-image] Dec 20 20:21:11.867 INFO O| Dec 20 20:21:11.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7206 | 2024-12-20T20:21:12.162Z | [ recovery-image] Dec 20 20:21:11.868 INFO O| Dec 20 20:21:11.867 INFO STEP 965 (remove_files) COMPLETE |
7207 | 2024-12-20T20:21:12.162Z | [ recovery-image] Dec 20 20:21:11.868 INFO O| Dec 20 20:21:11.867 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-20T20:21:12.178Z | [ recovery-image] Dec 20 20:21:11.887 INFO O| Dec 20 20:21:11.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7209 | 2024-12-20T20:21:12.182Z | [ recovery-image] Dec 20 20:21:11.887 INFO O| Dec 20 20:21:11.887 INFO STEP 966 (remove_files) COMPLETE |
7210 | 2024-12-20T20:21:12.182Z | [ recovery-image] Dec 20 20:21:11.887 INFO O| Dec 20 20:21:11.887 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-20T20:21:12.265Z | [ recovery-image] Dec 20 20:21:11.974 INFO O| Dec 20 20:21:11.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7212 | 2024-12-20T20:21:12.265Z | [ recovery-image] Dec 20 20:21:11.974 INFO O| Dec 20 20:21:11.974 INFO STEP 967 (remove_files) COMPLETE |
7213 | 2024-12-20T20:21:12.269Z | [ recovery-image] Dec 20 20:21:11.974 INFO O| Dec 20 20:21:11.974 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-20T20:21:12.305Z | [ recovery-image] Dec 20 20:21:12.014 INFO O| Dec 20 20:21:12.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7215 | 2024-12-20T20:21:12.305Z | [ recovery-image] Dec 20 20:21:12.014 INFO O| Dec 20 20:21:12.014 INFO STEP 968 (remove_files) COMPLETE |
7216 | 2024-12-20T20:21:12.308Z | [ recovery-image] Dec 20 20:21:12.014 INFO O| Dec 20 20:21:12.014 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-20T20:21:12.345Z | [ recovery-image] Dec 20 20:21:12.053 INFO O| Dec 20 20:21:12.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7218 | 2024-12-20T20:21:12.345Z | [ recovery-image] Dec 20 20:21:12.053 INFO O| Dec 20 20:21:12.053 INFO STEP 969 (remove_files) COMPLETE |
7219 | 2024-12-20T20:21:12.345Z | [ recovery-image] Dec 20 20:21:12.053 INFO O| Dec 20 20:21:12.053 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-20T20:21:12.369Z | [ recovery-image] Dec 20 20:21:12.074 INFO O| Dec 20 20:21:12.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7221 | 2024-12-20T20:21:12.369Z | [ recovery-image] Dec 20 20:21:12.075 INFO O| Dec 20 20:21:12.075 INFO STEP 970 (remove_files) COMPLETE |
7222 | 2024-12-20T20:21:12.369Z | [ recovery-image] Dec 20 20:21:12.075 INFO O| Dec 20 20:21:12.075 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-20T20:21:12.390Z | [ recovery-image] Dec 20 20:21:12.099 INFO O| Dec 20 20:21:12.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7224 | 2024-12-20T20:21:12.390Z | [ recovery-image] Dec 20 20:21:12.099 INFO O| Dec 20 20:21:12.099 INFO STEP 971 (remove_files) COMPLETE |
7225 | 2024-12-20T20:21:12.390Z | [ recovery-image] Dec 20 20:21:12.099 INFO O| Dec 20 20:21:12.099 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-20T20:21:12.467Z | [ recovery-image] Dec 20 20:21:12.143 INFO O| Dec 20 20:21:12.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7227 | 2024-12-20T20:21:12.467Z | [ recovery-image] Dec 20 20:21:12.143 INFO O| Dec 20 20:21:12.143 INFO STEP 972 (remove_files) COMPLETE |
7228 | 2024-12-20T20:21:12.476Z | [ recovery-image] Dec 20 20:21:12.144 INFO O| Dec 20 20:21:12.143 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-20T20:21:12.476Z | [ recovery-image] Dec 20 20:21:12.170 INFO O| Dec 20 20:21:12.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7230 | 2024-12-20T20:21:12.476Z | [ recovery-image] Dec 20 20:21:12.170 INFO O| Dec 20 20:21:12.170 INFO STEP 973 (remove_files) COMPLETE |
7231 | 2024-12-20T20:21:12.476Z | [ recovery-image] Dec 20 20:21:12.171 INFO O| Dec 20 20:21:12.170 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-20T20:21:12.482Z | [ recovery-image] Dec 20 20:21:12.191 INFO O| Dec 20 20:21:12.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7233 | 2024-12-20T20:21:12.485Z | [ recovery-image] Dec 20 20:21:12.192 INFO O| Dec 20 20:21:12.192 INFO STEP 974 (remove_files) COMPLETE |
7234 | 2024-12-20T20:21:12.485Z | [ recovery-image] Dec 20 20:21:12.192 INFO O| Dec 20 20:21:12.192 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-20T20:21:12.504Z | [ recovery-image] Dec 20 20:21:12.212 INFO O| Dec 20 20:21:12.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7236 | 2024-12-20T20:21:12.507Z | [ recovery-image] Dec 20 20:21:12.212 INFO O| Dec 20 20:21:12.212 INFO STEP 975 (remove_files) COMPLETE |
7237 | 2024-12-20T20:21:12.507Z | [ recovery-image] Dec 20 20:21:12.212 INFO O| Dec 20 20:21:12.212 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-20T20:21:12.523Z | [ recovery-image] Dec 20 20:21:12.232 INFO O| Dec 20 20:21:12.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7239 | 2024-12-20T20:21:12.528Z | [ recovery-image] Dec 20 20:21:12.233 INFO O| Dec 20 20:21:12.233 INFO STEP 976 (remove_files) COMPLETE |
7240 | 2024-12-20T20:21:12.528Z | [ recovery-image] Dec 20 20:21:12.233 INFO O| Dec 20 20:21:12.233 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-20T20:21:12.543Z | [ recovery-image] Dec 20 20:21:12.253 INFO O| Dec 20 20:21:12.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7242 | 2024-12-20T20:21:12.547Z | [ recovery-image] Dec 20 20:21:12.253 INFO O| Dec 20 20:21:12.253 INFO STEP 977 (remove_files) COMPLETE |
7243 | 2024-12-20T20:21:12.547Z | [ recovery-image] Dec 20 20:21:12.253 INFO O| Dec 20 20:21:12.253 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-20T20:21:12.563Z | [ recovery-image] Dec 20 20:21:12.273 INFO O| Dec 20 20:21:12.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7245 | 2024-12-20T20:21:12.566Z | [ recovery-image] Dec 20 20:21:12.273 INFO O| Dec 20 20:21:12.273 INFO STEP 978 (remove_files) COMPLETE |
7246 | 2024-12-20T20:21:12.566Z | [ recovery-image] Dec 20 20:21:12.273 INFO O| Dec 20 20:21:12.273 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-20T20:21:12.584Z | [ recovery-image] Dec 20 20:21:12.293 INFO O| Dec 20 20:21:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7248 | 2024-12-20T20:21:12.587Z | [ recovery-image] Dec 20 20:21:12.293 INFO O| Dec 20 20:21:12.293 INFO STEP 979 (remove_files) COMPLETE |
7249 | 2024-12-20T20:21:12.587Z | [ recovery-image] Dec 20 20:21:12.293 INFO O| Dec 20 20:21:12.293 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-20T20:21:12.623Z | [ recovery-image] Dec 20 20:21:12.332 INFO O| Dec 20 20:21:12.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7251 | 2024-12-20T20:21:12.626Z | [ recovery-image] Dec 20 20:21:12.333 INFO O| Dec 20 20:21:12.333 INFO STEP 980 (remove_files) COMPLETE |
7252 | 2024-12-20T20:21:12.626Z | [ recovery-image] Dec 20 20:21:12.333 INFO O| Dec 20 20:21:12.333 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-20T20:21:12.671Z | [ recovery-image] Dec 20 20:21:12.380 INFO O| Dec 20 20:21:12.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7254 | 2024-12-20T20:21:12.673Z | [ recovery-image] Dec 20 20:21:12.380 INFO O| Dec 20 20:21:12.380 INFO STEP 981 (remove_files) COMPLETE |
7255 | 2024-12-20T20:21:12.673Z | [ recovery-image] Dec 20 20:21:12.380 INFO O| Dec 20 20:21:12.380 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-20T20:21:12.714Z | [ recovery-image] Dec 20 20:21:12.423 INFO O| Dec 20 20:21:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7257 | 2024-12-20T20:21:12.717Z | [ recovery-image] Dec 20 20:21:12.423 INFO O| Dec 20 20:21:12.423 INFO STEP 982 (remove_files) COMPLETE |
7258 | 2024-12-20T20:21:12.717Z | [ recovery-image] Dec 20 20:21:12.423 INFO O| Dec 20 20:21:12.423 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-20T20:21:12.731Z | [ host-image] Dec 20 20:21:12.440 INFO O| Dec 20 20:21:12.440 INFO O| Actions: 49023/49485 actions (Installing new actions) |
7260 | 2024-12-20T20:21:12.745Z | [ recovery-image] Dec 20 20:21:12.455 INFO O| Dec 20 20:21:12.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7261 | 2024-12-20T20:21:12.745Z | [ recovery-image] Dec 20 20:21:12.455 INFO O| Dec 20 20:21:12.455 INFO STEP 983 (remove_files) COMPLETE |
7262 | 2024-12-20T20:21:12.746Z | [ recovery-image] Dec 20 20:21:12.455 INFO O| Dec 20 20:21:12.455 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-20T20:21:12.782Z | [ recovery-image] Dec 20 20:21:12.491 INFO O| Dec 20 20:21:12.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7264 | 2024-12-20T20:21:12.784Z | [ recovery-image] Dec 20 20:21:12.491 INFO O| Dec 20 20:21:12.491 INFO STEP 984 (remove_files) COMPLETE |
7265 | 2024-12-20T20:21:12.784Z | [ recovery-image] Dec 20 20:21:12.492 INFO O| Dec 20 20:21:12.492 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-20T20:21:12.830Z | [ recovery-image] Dec 20 20:21:12.539 INFO O| Dec 20 20:21:12.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7267 | 2024-12-20T20:21:12.830Z | [ recovery-image] Dec 20 20:21:12.539 INFO O| Dec 20 20:21:12.539 INFO STEP 985 (remove_files) COMPLETE |
7268 | 2024-12-20T20:21:12.833Z | [ recovery-image] Dec 20 20:21:12.539 INFO O| Dec 20 20:21:12.539 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-20T20:21:12.883Z | [ recovery-image] Dec 20 20:21:12.592 INFO O| Dec 20 20:21:12.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7270 | 2024-12-20T20:21:12.883Z | [ recovery-image] Dec 20 20:21:12.592 INFO O| Dec 20 20:21:12.592 INFO STEP 986 (remove_files) COMPLETE |
7271 | 2024-12-20T20:21:12.886Z | [ recovery-image] Dec 20 20:21:12.592 INFO O| Dec 20 20:21:12.592 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-20T20:21:12.945Z | [ recovery-image] Dec 20 20:21:12.654 INFO O| Dec 20 20:21:12.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7273 | 2024-12-20T20:21:12.948Z | [ recovery-image] Dec 20 20:21:12.654 INFO O| Dec 20 20:21:12.654 INFO STEP 987 (remove_files) COMPLETE |
7274 | 2024-12-20T20:21:12.948Z | [ recovery-image] Dec 20 20:21:12.654 INFO O| Dec 20 20:21:12.654 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-20T20:21:12.997Z | [ recovery-image] Dec 20 20:21:12.705 INFO O| Dec 20 20:21:12.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7276 | 2024-12-20T20:21:13.003Z | [ recovery-image] Dec 20 20:21:12.705 INFO O| Dec 20 20:21:12.705 INFO STEP 988 (remove_files) COMPLETE |
7277 | 2024-12-20T20:21:13.005Z | [ recovery-image] Dec 20 20:21:12.710 INFO O| Dec 20 20:21:12.706 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-20T20:21:13.034Z | [ recovery-image] Dec 20 20:21:12.743 INFO O| Dec 20 20:21:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7279 | 2024-12-20T20:21:13.034Z | [ recovery-image] Dec 20 20:21:12.743 INFO O| Dec 20 20:21:12.743 INFO STEP 989 (remove_files) COMPLETE |
7280 | 2024-12-20T20:21:13.038Z | [ recovery-image] Dec 20 20:21:12.743 INFO O| Dec 20 20:21:12.743 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-20T20:21:13.071Z | [ recovery-image] Dec 20 20:21:12.780 INFO O| Dec 20 20:21:12.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7282 | 2024-12-20T20:21:13.071Z | [ recovery-image] Dec 20 20:21:12.780 INFO O| Dec 20 20:21:12.780 INFO STEP 990 (remove_files) COMPLETE |
7283 | 2024-12-20T20:21:13.071Z | [ recovery-image] Dec 20 20:21:12.780 INFO O| Dec 20 20:21:12.780 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-20T20:21:13.138Z | [ recovery-image] Dec 20 20:21:12.847 INFO O| Dec 20 20:21:12.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7285 | 2024-12-20T20:21:13.138Z | [ recovery-image] Dec 20 20:21:12.847 INFO O| Dec 20 20:21:12.847 INFO STEP 991 (remove_files) COMPLETE |
7286 | 2024-12-20T20:21:13.141Z | [ recovery-image] Dec 20 20:21:12.847 INFO O| Dec 20 20:21:12.847 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-20T20:21:13.200Z | [ recovery-image] Dec 20 20:21:12.909 INFO O| Dec 20 20:21:12.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7288 | 2024-12-20T20:21:13.200Z | [ recovery-image] Dec 20 20:21:12.910 INFO O| Dec 20 20:21:12.909 INFO STEP 992 (remove_files) COMPLETE |
7289 | 2024-12-20T20:21:13.203Z | [ recovery-image] Dec 20 20:21:12.910 INFO O| Dec 20 20:21:12.909 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-20T20:21:13.263Z | [ recovery-image] Dec 20 20:21:12.972 INFO O| Dec 20 20:21:12.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7291 | 2024-12-20T20:21:13.263Z | [ recovery-image] Dec 20 20:21:12.972 INFO O| Dec 20 20:21:12.972 INFO STEP 993 (remove_files) COMPLETE |
7292 | 2024-12-20T20:21:13.265Z | [ recovery-image] Dec 20 20:21:12.972 INFO O| Dec 20 20:21:12.972 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-20T20:21:13.284Z | [ recovery-image] Dec 20 20:21:12.993 INFO O| Dec 20 20:21:12.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7294 | 2024-12-20T20:21:13.284Z | [ recovery-image] Dec 20 20:21:12.993 INFO O| Dec 20 20:21:12.993 INFO STEP 994 (remove_files) COMPLETE |
7295 | 2024-12-20T20:21:13.284Z | [ recovery-image] Dec 20 20:21:12.993 INFO O| Dec 20 20:21:12.993 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-20T20:21:13.311Z | [ recovery-image] Dec 20 20:21:13.021 INFO O| Dec 20 20:21:13.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7297 | 2024-12-20T20:21:13.312Z | [ recovery-image] Dec 20 20:21:13.021 INFO O| Dec 20 20:21:13.021 INFO STEP 995 (remove_files) COMPLETE |
7298 | 2024-12-20T20:21:13.315Z | [ recovery-image] Dec 20 20:21:13.021 INFO O| Dec 20 20:21:13.021 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-20T20:21:13.334Z | [ recovery-image] Dec 20 20:21:13.043 INFO O| Dec 20 20:21:13.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7300 | 2024-12-20T20:21:13.334Z | [ recovery-image] Dec 20 20:21:13.043 INFO O| Dec 20 20:21:13.043 INFO STEP 996 (remove_files) COMPLETE |
7301 | 2024-12-20T20:21:13.334Z | [ recovery-image] Dec 20 20:21:13.043 INFO O| Dec 20 20:21:13.043 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7302 | 2024-12-20T20:21:13.355Z | [ recovery-image] Dec 20 20:21:13.064 INFO O| Dec 20 20:21:13.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7303 | 2024-12-20T20:21:13.356Z | [ recovery-image] Dec 20 20:21:13.064 INFO O| Dec 20 20:21:13.064 INFO STEP 997 (remove_files) COMPLETE |
7304 | 2024-12-20T20:21:13.356Z | [ recovery-image] Dec 20 20:21:13.064 INFO O| Dec 20 20:21:13.064 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7305 | 2024-12-20T20:21:13.376Z | [ recovery-image] Dec 20 20:21:13.085 INFO O| Dec 20 20:21:13.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7306 | 2024-12-20T20:21:13.376Z | [ recovery-image] Dec 20 20:21:13.085 INFO O| Dec 20 20:21:13.085 INFO STEP 998 (remove_files) COMPLETE |
7307 | 2024-12-20T20:21:13.376Z | [ recovery-image] Dec 20 20:21:13.085 INFO O| Dec 20 20:21:13.085 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7308 | 2024-12-20T20:21:13.408Z | [ recovery-image] Dec 20 20:21:13.117 INFO O| Dec 20 20:21:13.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7309 | 2024-12-20T20:21:13.408Z | [ recovery-image] Dec 20 20:21:13.117 INFO O| Dec 20 20:21:13.117 INFO STEP 999 (remove_files) COMPLETE |
7310 | 2024-12-20T20:21:13.411Z | [ recovery-image] Dec 20 20:21:13.117 INFO O| Dec 20 20:21:13.117 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7311 | 2024-12-20T20:21:13.473Z | [ recovery-image] Dec 20 20:21:13.181 INFO O| Dec 20 20:21:13.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7312 | 2024-12-20T20:21:13.476Z | [ recovery-image] Dec 20 20:21:13.181 INFO O| Dec 20 20:21:13.181 INFO STEP 1000 (remove_files) COMPLETE |
7313 | 2024-12-20T20:21:13.476Z | [ recovery-image] Dec 20 20:21:13.181 INFO O| Dec 20 20:21:13.181 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7314 | 2024-12-20T20:21:13.495Z | [ host-image] Dec 20 20:21:13.204 INFO O| Dec 20 20:21:13.204 INFO O| Actions: Completed 49485 actions in 20.77 seconds. |
7315 | 2024-12-20T20:21:13.499Z | [ recovery-image] Dec 20 20:21:13.205 INFO O| Dec 20 20:21:13.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7316 | 2024-12-20T20:21:13.499Z | [ recovery-image] Dec 20 20:21:13.205 INFO O| Dec 20 20:21:13.205 INFO STEP 1001 (remove_files) COMPLETE |
7317 | 2024-12-20T20:21:13.499Z | [ recovery-image] Dec 20 20:21:13.205 INFO O| Dec 20 20:21:13.205 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-20T20:21:13.522Z | [ recovery-image] Dec 20 20:21:13.231 INFO O| Dec 20 20:21:13.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7319 | 2024-12-20T20:21:13.525Z | [ recovery-image] Dec 20 20:21:13.232 INFO O| Dec 20 20:21:13.231 INFO STEP 1002 (remove_files) COMPLETE |
7320 | 2024-12-20T20:21:13.525Z | [ recovery-image] Dec 20 20:21:13.232 INFO O| Dec 20 20:21:13.232 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-20T20:21:13.544Z | [ recovery-image] Dec 20 20:21:13.253 INFO O| Dec 20 20:21:13.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7322 | 2024-12-20T20:21:13.547Z | [ recovery-image] Dec 20 20:21:13.254 INFO O| Dec 20 20:21:13.254 INFO STEP 1003 (remove_files) COMPLETE |
7323 | 2024-12-20T20:21:13.547Z | [ recovery-image] Dec 20 20:21:13.254 INFO O| Dec 20 20:21:13.254 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-20T20:21:13.565Z | [ recovery-image] Dec 20 20:21:13.274 INFO O| Dec 20 20:21:13.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7325 | 2024-12-20T20:21:13.567Z | [ recovery-image] Dec 20 20:21:13.274 INFO O| Dec 20 20:21:13.274 INFO STEP 1004 (remove_files) COMPLETE |
7326 | 2024-12-20T20:21:13.567Z | [ recovery-image] Dec 20 20:21:13.275 INFO O| Dec 20 20:21:13.274 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-20T20:21:13.585Z | [ recovery-image] Dec 20 20:21:13.295 INFO O| Dec 20 20:21:13.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7328 | 2024-12-20T20:21:13.588Z | [ recovery-image] Dec 20 20:21:13.295 INFO O| Dec 20 20:21:13.295 INFO STEP 1005 (remove_files) COMPLETE |
7329 | 2024-12-20T20:21:13.588Z | [ recovery-image] Dec 20 20:21:13.295 INFO O| Dec 20 20:21:13.295 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-20T20:21:13.607Z | [ recovery-image] Dec 20 20:21:13.316 INFO O| Dec 20 20:21:13.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7331 | 2024-12-20T20:21:13.607Z | [ recovery-image] Dec 20 20:21:13.316 INFO O| Dec 20 20:21:13.316 INFO STEP 1006 (remove_files) COMPLETE |
7332 | 2024-12-20T20:21:13.609Z | [ recovery-image] Dec 20 20:21:13.316 INFO O| Dec 20 20:21:13.316 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-20T20:21:13.628Z | [ recovery-image] Dec 20 20:21:13.337 INFO O| Dec 20 20:21:13.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7334 | 2024-12-20T20:21:13.630Z | [ recovery-image] Dec 20 20:21:13.337 INFO O| Dec 20 20:21:13.337 INFO STEP 1007 (remove_files) COMPLETE |
7335 | 2024-12-20T20:21:13.630Z | [ recovery-image] Dec 20 20:21:13.337 INFO O| Dec 20 20:21:13.337 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-12-20T20:21:13.648Z | [ recovery-image] Dec 20 20:21:13.357 INFO O| Dec 20 20:21:13.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7337 | 2024-12-20T20:21:13.651Z | [ recovery-image] Dec 20 20:21:13.357 INFO O| Dec 20 20:21:13.357 INFO STEP 1008 (remove_files) COMPLETE |
7338 | 2024-12-20T20:21:13.651Z | [ recovery-image] Dec 20 20:21:13.357 INFO O| Dec 20 20:21:13.357 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-20T20:21:13.694Z | [ recovery-image] Dec 20 20:21:13.403 INFO O| Dec 20 20:21:13.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7340 | 2024-12-20T20:21:13.694Z | [ recovery-image] Dec 20 20:21:13.403 INFO O| Dec 20 20:21:13.403 INFO STEP 1009 (remove_files) COMPLETE |
7341 | 2024-12-20T20:21:13.696Z | [ recovery-image] Dec 20 20:21:13.403 INFO O| Dec 20 20:21:13.403 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-20T20:21:13.717Z | [ recovery-image] Dec 20 20:21:13.427 INFO O| Dec 20 20:21:13.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7343 | 2024-12-20T20:21:13.717Z | [ recovery-image] Dec 20 20:21:13.427 INFO O| Dec 20 20:21:13.427 INFO STEP 1010 (remove_files) COMPLETE |
7344 | 2024-12-20T20:21:13.720Z | [ recovery-image] Dec 20 20:21:13.427 INFO O| Dec 20 20:21:13.427 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-20T20:21:13.739Z | [ recovery-image] Dec 20 20:21:13.448 INFO O| Dec 20 20:21:13.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7346 | 2024-12-20T20:21:13.739Z | [ recovery-image] Dec 20 20:21:13.448 INFO O| Dec 20 20:21:13.448 INFO STEP 1011 (remove_files) COMPLETE |
7347 | 2024-12-20T20:21:13.742Z | [ recovery-image] Dec 20 20:21:13.448 INFO O| Dec 20 20:21:13.448 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-20T20:21:13.761Z | [ recovery-image] Dec 20 20:21:13.469 INFO O| Dec 20 20:21:13.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7349 | 2024-12-20T20:21:13.761Z | [ recovery-image] Dec 20 20:21:13.469 INFO O| Dec 20 20:21:13.469 INFO STEP 1012 (remove_files) COMPLETE |
7350 | 2024-12-20T20:21:13.761Z | [ recovery-image] Dec 20 20:21:13.469 INFO O| Dec 20 20:21:13.469 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-20T20:21:13.785Z | [ recovery-image] Dec 20 20:21:13.490 INFO O| Dec 20 20:21:13.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7352 | 2024-12-20T20:21:13.789Z | [ recovery-image] Dec 20 20:21:13.490 INFO O| Dec 20 20:21:13.490 INFO STEP 1013 (remove_files) COMPLETE |
7353 | 2024-12-20T20:21:13.789Z | [ recovery-image] Dec 20 20:21:13.490 INFO O| Dec 20 20:21:13.490 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-20T20:21:13.802Z | [ recovery-image] Dec 20 20:21:13.511 INFO O| Dec 20 20:21:13.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7355 | 2024-12-20T20:21:13.804Z | [ recovery-image] Dec 20 20:21:13.511 INFO O| Dec 20 20:21:13.511 INFO STEP 1014 (remove_files) COMPLETE |
7356 | 2024-12-20T20:21:13.804Z | [ recovery-image] Dec 20 20:21:13.511 INFO O| Dec 20 20:21:13.511 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-20T20:21:13.824Z | [ recovery-image] Dec 20 20:21:13.533 INFO O| Dec 20 20:21:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7358 | 2024-12-20T20:21:13.827Z | [ recovery-image] Dec 20 20:21:13.533 INFO O| Dec 20 20:21:13.533 INFO STEP 1015 (remove_files) COMPLETE |
7359 | 2024-12-20T20:21:13.827Z | [ recovery-image] Dec 20 20:21:13.533 INFO O| Dec 20 20:21:13.533 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-20T20:21:13.845Z | [ recovery-image] Dec 20 20:21:13.555 INFO O| Dec 20 20:21:13.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7361 | 2024-12-20T20:21:13.851Z | [ recovery-image] Dec 20 20:21:13.555 INFO O| Dec 20 20:21:13.555 INFO STEP 1016 (remove_files) COMPLETE |
7362 | 2024-12-20T20:21:13.851Z | [ recovery-image] Dec 20 20:21:13.555 INFO O| Dec 20 20:21:13.555 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-20T20:21:13.886Z | [ recovery-image] Dec 20 20:21:13.595 INFO O| Dec 20 20:21:13.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7364 | 2024-12-20T20:21:13.889Z | [ recovery-image] Dec 20 20:21:13.595 INFO O| Dec 20 20:21:13.595 INFO STEP 1017 (remove_files) COMPLETE |
7365 | 2024-12-20T20:21:13.890Z | [ recovery-image] Dec 20 20:21:13.595 INFO O| Dec 20 20:21:13.595 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-20T20:21:13.936Z | [ recovery-image] Dec 20 20:21:13.645 INFO O| Dec 20 20:21:13.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7367 | 2024-12-20T20:21:13.940Z | [ recovery-image] Dec 20 20:21:13.646 INFO O| Dec 20 20:21:13.645 INFO STEP 1018 (remove_files) COMPLETE |
7368 | 2024-12-20T20:21:13.940Z | [ recovery-image] Dec 20 20:21:13.646 INFO O| Dec 20 20:21:13.646 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-20T20:21:13.978Z | [ recovery-image] Dec 20 20:21:13.687 INFO O| Dec 20 20:21:13.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7370 | 2024-12-20T20:21:13.978Z | [ recovery-image] Dec 20 20:21:13.687 INFO O| Dec 20 20:21:13.687 INFO STEP 1019 (remove_files) COMPLETE |
7371 | 2024-12-20T20:21:13.978Z | [ recovery-image] Dec 20 20:21:13.687 INFO O| Dec 20 20:21:13.687 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-20T20:21:14.004Z | [ recovery-image] Dec 20 20:21:13.713 INFO O| Dec 20 20:21:13.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7373 | 2024-12-20T20:21:14.007Z | [ recovery-image] Dec 20 20:21:13.714 INFO O| Dec 20 20:21:13.714 INFO STEP 1020 (remove_files) COMPLETE |
7374 | 2024-12-20T20:21:14.007Z | [ recovery-image] Dec 20 20:21:13.714 INFO O| Dec 20 20:21:13.714 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-20T20:21:14.040Z | [ recovery-image] Dec 20 20:21:13.749 INFO O| Dec 20 20:21:13.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7376 | 2024-12-20T20:21:14.040Z | [ recovery-image] Dec 20 20:21:13.749 INFO O| Dec 20 20:21:13.749 INFO STEP 1021 (remove_files) COMPLETE |
7377 | 2024-12-20T20:21:14.040Z | [ recovery-image] Dec 20 20:21:13.749 INFO O| Dec 20 20:21:13.749 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-20T20:21:14.064Z | [ recovery-image] Dec 20 20:21:13.773 INFO O| Dec 20 20:21:13.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7379 | 2024-12-20T20:21:14.064Z | [ recovery-image] Dec 20 20:21:13.773 INFO O| Dec 20 20:21:13.773 INFO STEP 1022 (remove_files) COMPLETE |
7380 | 2024-12-20T20:21:14.064Z | [ recovery-image] Dec 20 20:21:13.773 INFO O| Dec 20 20:21:13.773 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-20T20:21:14.105Z | [ recovery-image] Dec 20 20:21:13.814 INFO O| Dec 20 20:21:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7382 | 2024-12-20T20:21:14.105Z | [ recovery-image] Dec 20 20:21:13.814 INFO O| Dec 20 20:21:13.814 INFO STEP 1023 (remove_files) COMPLETE |
7383 | 2024-12-20T20:21:14.105Z | [ recovery-image] Dec 20 20:21:13.814 INFO O| Dec 20 20:21:13.814 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-12-20T20:21:14.129Z | [ recovery-image] Dec 20 20:21:13.836 INFO O| Dec 20 20:21:13.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7385 | 2024-12-20T20:21:14.129Z | [ recovery-image] Dec 20 20:21:13.836 INFO O| Dec 20 20:21:13.836 INFO STEP 1024 (remove_files) COMPLETE |
7386 | 2024-12-20T20:21:14.129Z | [ recovery-image] Dec 20 20:21:13.836 INFO O| Dec 20 20:21:13.836 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-12-20T20:21:14.164Z | [ recovery-image] Dec 20 20:21:13.873 INFO O| Dec 20 20:21:13.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7388 | 2024-12-20T20:21:14.164Z | [ recovery-image] Dec 20 20:21:13.873 INFO O| Dec 20 20:21:13.873 INFO STEP 1025 (remove_files) COMPLETE |
7389 | 2024-12-20T20:21:14.167Z | [ recovery-image] Dec 20 20:21:13.873 INFO O| Dec 20 20:21:13.873 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-12-20T20:21:14.189Z | [ recovery-image] Dec 20 20:21:13.898 INFO O| Dec 20 20:21:13.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7391 | 2024-12-20T20:21:14.215Z | [ recovery-image] Dec 20 20:21:13.918 INFO O| Dec 20 20:21:13.918 INFO STEP 1026 (remove_files) COMPLETE |
7392 | 2024-12-20T20:21:14.215Z | [ recovery-image] Dec 20 20:21:13.918 INFO O| Dec 20 20:21:13.918 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-12-20T20:21:14.231Z | [ recovery-image] Dec 20 20:21:13.940 INFO O| Dec 20 20:21:13.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7394 | 2024-12-20T20:21:14.234Z | [ recovery-image] Dec 20 20:21:13.940 INFO O| Dec 20 20:21:13.940 INFO STEP 1027 (remove_files) COMPLETE |
7395 | 2024-12-20T20:21:14.234Z | [ recovery-image] Dec 20 20:21:13.940 INFO O| Dec 20 20:21:13.940 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-12-20T20:21:14.252Z | [ recovery-image] Dec 20 20:21:13.961 INFO O| Dec 20 20:21:13.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7397 | 2024-12-20T20:21:14.255Z | [ recovery-image] Dec 20 20:21:13.961 INFO O| Dec 20 20:21:13.961 INFO STEP 1028 (remove_files) COMPLETE |
7398 | 2024-12-20T20:21:14.255Z | [ recovery-image] Dec 20 20:21:13.961 INFO O| Dec 20 20:21:13.961 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-12-20T20:21:14.273Z | [ recovery-image] Dec 20 20:21:13.982 INFO O| Dec 20 20:21:13.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7400 | 2024-12-20T20:21:14.276Z | [ recovery-image] Dec 20 20:21:13.982 INFO O| Dec 20 20:21:13.982 INFO STEP 1029 (remove_files) COMPLETE |
7401 | 2024-12-20T20:21:14.276Z | [ recovery-image] Dec 20 20:21:13.982 INFO O| Dec 20 20:21:13.982 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-12-20T20:21:14.305Z | [ host-image] Dec 20 20:21:14.003 INFO O| Dec 20 20:21:14.003 INFO O| Done |
7403 | 2024-12-20T20:21:14.305Z | [ host-image] Dec 20 20:21:14.003 INFO O| Dec 20 20:21:14.003 INFO O| Done |
7404 | 2024-12-20T20:21:14.305Z | [ recovery-image] Dec 20 20:21:14.004 INFO O| Dec 20 20:21:14.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7405 | 2024-12-20T20:21:14.305Z | [ recovery-image] Dec 20 20:21:14.004 INFO O| Dec 20 20:21:14.004 INFO STEP 1030 (remove_files) COMPLETE |
7406 | 2024-12-20T20:21:14.305Z | [ recovery-image] Dec 20 20:21:14.004 INFO O| Dec 20 20:21:14.004 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-20T20:21:14.318Z | [ recovery-image] Dec 20 20:21:14.027 INFO O| Dec 20 20:21:14.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7408 | 2024-12-20T20:21:14.320Z | [ recovery-image] Dec 20 20:21:14.027 INFO O| Dec 20 20:21:14.027 INFO STEP 1031 (remove_files) COMPLETE |
7409 | 2024-12-20T20:21:14.321Z | [ recovery-image] Dec 20 20:21:14.027 INFO O| Dec 20 20:21:14.027 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-20T20:21:14.340Z | [ recovery-image] Dec 20 20:21:14.049 INFO O| Dec 20 20:21:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7411 | 2024-12-20T20:21:14.342Z | [ recovery-image] Dec 20 20:21:14.049 INFO O| Dec 20 20:21:14.049 INFO STEP 1032 (remove_files) COMPLETE |
7412 | 2024-12-20T20:21:14.342Z | [ recovery-image] Dec 20 20:21:14.050 INFO O| Dec 20 20:21:14.049 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-20T20:21:14.381Z | [ recovery-image] Dec 20 20:21:14.090 INFO O| Dec 20 20:21:14.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7414 | 2024-12-20T20:21:14.381Z | [ recovery-image] Dec 20 20:21:14.090 INFO O| Dec 20 20:21:14.090 INFO STEP 1033 (remove_files) COMPLETE |
7415 | 2024-12-20T20:21:14.381Z | [ recovery-image] Dec 20 20:21:14.090 INFO O| Dec 20 20:21:14.090 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-20T20:21:14.405Z | [ recovery-image] Dec 20 20:21:14.113 INFO O| Dec 20 20:21:14.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7417 | 2024-12-20T20:21:14.405Z | [ recovery-image] Dec 20 20:21:14.113 INFO O| Dec 20 20:21:14.113 INFO STEP 1034 (remove_files) COMPLETE |
7418 | 2024-12-20T20:21:14.405Z | [ recovery-image] Dec 20 20:21:14.113 INFO O| Dec 20 20:21:14.113 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-20T20:21:14.437Z | [ recovery-image] Dec 20 20:21:14.146 INFO O| Dec 20 20:21:14.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7420 | 2024-12-20T20:21:14.437Z | [ recovery-image] Dec 20 20:21:14.146 INFO O| Dec 20 20:21:14.146 INFO STEP 1035 (remove_files) COMPLETE |
7421 | 2024-12-20T20:21:14.437Z | [ recovery-image] Dec 20 20:21:14.146 INFO O| Dec 20 20:21:14.146 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-20T20:21:14.459Z | [ recovery-image] Dec 20 20:21:14.168 INFO O| Dec 20 20:21:14.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7423 | 2024-12-20T20:21:14.459Z | [ recovery-image] Dec 20 20:21:14.168 INFO O| Dec 20 20:21:14.168 INFO STEP 1036 (remove_files) COMPLETE |
7424 | 2024-12-20T20:21:14.459Z | [ recovery-image] Dec 20 20:21:14.168 INFO O| Dec 20 20:21:14.168 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-20T20:21:14.490Z | [ recovery-image] Dec 20 20:21:14.199 INFO O| Dec 20 20:21:14.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7426 | 2024-12-20T20:21:14.490Z | [ recovery-image] Dec 20 20:21:14.199 INFO O| Dec 20 20:21:14.199 INFO STEP 1037 (remove_files) COMPLETE |
7427 | 2024-12-20T20:21:14.490Z | [ recovery-image] Dec 20 20:21:14.199 INFO O| Dec 20 20:21:14.199 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-12-20T20:21:14.512Z | [ recovery-image] Dec 20 20:21:14.221 INFO O| Dec 20 20:21:14.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7429 | 2024-12-20T20:21:14.512Z | [ recovery-image] Dec 20 20:21:14.221 INFO O| Dec 20 20:21:14.221 INFO STEP 1038 (remove_files) COMPLETE |
7430 | 2024-12-20T20:21:14.516Z | [ recovery-image] Dec 20 20:21:14.221 INFO O| Dec 20 20:21:14.221 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7431 | 2024-12-20T20:21:14.533Z | [ recovery-image] Dec 20 20:21:14.243 INFO O| Dec 20 20:21:14.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7432 | 2024-12-20T20:21:14.537Z | [ recovery-image] Dec 20 20:21:14.243 INFO O| Dec 20 20:21:14.243 INFO STEP 1039 (remove_files) COMPLETE |
7433 | 2024-12-20T20:21:14.537Z | [ recovery-image] Dec 20 20:21:14.243 INFO O| Dec 20 20:21:14.243 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7434 | 2024-12-20T20:21:14.555Z | [ recovery-image] Dec 20 20:21:14.265 INFO O| Dec 20 20:21:14.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7435 | 2024-12-20T20:21:14.556Z | [ recovery-image] Dec 20 20:21:14.265 INFO O| Dec 20 20:21:14.265 INFO STEP 1040 (remove_files) COMPLETE |
7436 | 2024-12-20T20:21:14.556Z | [ recovery-image] Dec 20 20:21:14.265 INFO O| Dec 20 20:21:14.265 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7437 | 2024-12-20T20:21:14.611Z | [ recovery-image] Dec 20 20:21:14.320 INFO O| Dec 20 20:21:14.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7438 | 2024-12-20T20:21:14.611Z | [ recovery-image] Dec 20 20:21:14.320 INFO O| Dec 20 20:21:14.320 INFO STEP 1041 (remove_files) COMPLETE |
7439 | 2024-12-20T20:21:14.611Z | [ recovery-image] Dec 20 20:21:14.320 INFO O| Dec 20 20:21:14.320 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7440 | 2024-12-20T20:21:14.633Z | [ recovery-image] Dec 20 20:21:14.342 INFO O| Dec 20 20:21:14.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7441 | 2024-12-20T20:21:14.633Z | [ recovery-image] Dec 20 20:21:14.343 INFO O| Dec 20 20:21:14.343 INFO STEP 1042 (remove_files) COMPLETE |
7442 | 2024-12-20T20:21:14.634Z | [ recovery-image] Dec 20 20:21:14.343 INFO O| Dec 20 20:21:14.343 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-12-20T20:21:14.663Z | [ recovery-image] Dec 20 20:21:14.372 INFO O| Dec 20 20:21:14.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7444 | 2024-12-20T20:21:14.663Z | [ recovery-image] Dec 20 20:21:14.372 INFO O| Dec 20 20:21:14.372 INFO STEP 1043 (remove_files) COMPLETE |
7445 | 2024-12-20T20:21:14.663Z | [ recovery-image] Dec 20 20:21:14.372 INFO O| Dec 20 20:21:14.372 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-12-20T20:21:14.685Z | [ recovery-image] Dec 20 20:21:14.394 INFO O| Dec 20 20:21:14.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7447 | 2024-12-20T20:21:14.685Z | [ recovery-image] Dec 20 20:21:14.394 INFO O| Dec 20 20:21:14.394 INFO STEP 1044 (remove_files) COMPLETE |
7448 | 2024-12-20T20:21:14.685Z | [ recovery-image] Dec 20 20:21:14.394 INFO O| Dec 20 20:21:14.394 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-12-20T20:21:14.709Z | [ recovery-image] Dec 20 20:21:14.417 INFO O| Dec 20 20:21:14.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7450 | 2024-12-20T20:21:14.709Z | [ recovery-image] Dec 20 20:21:14.417 INFO O| Dec 20 20:21:14.417 INFO STEP 1045 (remove_files) COMPLETE |
7451 | 2024-12-20T20:21:14.709Z | [ recovery-image] Dec 20 20:21:14.417 INFO O| Dec 20 20:21:14.417 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-12-20T20:21:14.738Z | [ recovery-image] Dec 20 20:21:14.447 INFO O| Dec 20 20:21:14.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7453 | 2024-12-20T20:21:14.741Z | [ recovery-image] Dec 20 20:21:14.447 INFO O| Dec 20 20:21:14.447 INFO STEP 1046 (remove_files) COMPLETE |
7454 | 2024-12-20T20:21:14.741Z | [ recovery-image] Dec 20 20:21:14.448 INFO O| Dec 20 20:21:14.447 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-12-20T20:21:14.765Z | [ recovery-image] Dec 20 20:21:14.474 INFO O| Dec 20 20:21:14.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7456 | 2024-12-20T20:21:14.767Z | [ recovery-image] Dec 20 20:21:14.474 INFO O| Dec 20 20:21:14.474 INFO STEP 1047 (remove_files) COMPLETE |
7457 | 2024-12-20T20:21:14.767Z | [ recovery-image] Dec 20 20:21:14.474 INFO O| Dec 20 20:21:14.474 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-12-20T20:21:14.784Z | [ recovery-image] Dec 20 20:21:14.493 INFO O| Dec 20 20:21:14.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7459 | 2024-12-20T20:21:14.784Z | [ recovery-image] Dec 20 20:21:14.493 INFO O| Dec 20 20:21:14.493 INFO STEP 1048 (remove_files) COMPLETE |
7460 | 2024-12-20T20:21:14.784Z | [ recovery-image] Dec 20 20:21:14.493 INFO O| Dec 20 20:21:14.493 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7461 | 2024-12-20T20:21:14.802Z | [ recovery-image] Dec 20 20:21:14.510 INFO O| Dec 20 20:21:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7462 | 2024-12-20T20:21:14.802Z | [ recovery-image] Dec 20 20:21:14.510 INFO O| Dec 20 20:21:14.510 INFO STEP 1049 (remove_files) COMPLETE |
7463 | 2024-12-20T20:21:14.802Z | [ recovery-image] Dec 20 20:21:14.510 INFO O| Dec 20 20:21:14.510 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7464 | 2024-12-20T20:21:14.821Z | [ recovery-image] Dec 20 20:21:14.531 INFO O| Dec 20 20:21:14.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7465 | 2024-12-20T20:21:14.825Z | [ recovery-image] Dec 20 20:21:14.531 INFO O| Dec 20 20:21:14.531 INFO STEP 1050 (remove_files) COMPLETE |
7466 | 2024-12-20T20:21:14.825Z | [ recovery-image] Dec 20 20:21:14.531 INFO O| Dec 20 20:21:14.531 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7467 | 2024-12-20T20:21:14.852Z | [ recovery-image] Dec 20 20:21:14.561 INFO O| Dec 20 20:21:14.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7468 | 2024-12-20T20:21:14.852Z | [ recovery-image] Dec 20 20:21:14.561 INFO O| Dec 20 20:21:14.561 INFO STEP 1051 (remove_files) COMPLETE |
7469 | 2024-12-20T20:21:14.852Z | [ recovery-image] Dec 20 20:21:14.561 INFO O| Dec 20 20:21:14.561 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-12-20T20:21:14.872Z | [ recovery-image] Dec 20 20:21:14.582 INFO O| Dec 20 20:21:14.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7471 | 2024-12-20T20:21:14.872Z | [ recovery-image] Dec 20 20:21:14.582 INFO O| Dec 20 20:21:14.582 INFO STEP 1052 (remove_files) COMPLETE |
7472 | 2024-12-20T20:21:14.872Z | [ recovery-image] Dec 20 20:21:14.582 INFO O| Dec 20 20:21:14.582 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-20T20:21:14.891Z | [ recovery-image] Dec 20 20:21:14.600 INFO O| Dec 20 20:21:14.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7474 | 2024-12-20T20:21:14.892Z | [ recovery-image] Dec 20 20:21:14.600 INFO O| Dec 20 20:21:14.600 INFO STEP 1053 (remove_files) COMPLETE |
7475 | 2024-12-20T20:21:14.892Z | [ recovery-image] Dec 20 20:21:14.600 INFO O| Dec 20 20:21:14.600 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-20T20:21:14.911Z | [ recovery-image] Dec 20 20:21:14.620 INFO O| Dec 20 20:21:14.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7477 | 2024-12-20T20:21:14.911Z | [ recovery-image] Dec 20 20:21:14.620 INFO O| Dec 20 20:21:14.620 INFO STEP 1054 (remove_files) COMPLETE |
7478 | 2024-12-20T20:21:14.914Z | [ recovery-image] Dec 20 20:21:14.620 INFO O| Dec 20 20:21:14.620 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-20T20:21:14.948Z | [ recovery-image] Dec 20 20:21:14.655 INFO O| Dec 20 20:21:14.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7480 | 2024-12-20T20:21:14.949Z | [ recovery-image] Dec 20 20:21:14.655 INFO O| Dec 20 20:21:14.655 INFO STEP 1055 (remove_files) COMPLETE |
7481 | 2024-12-20T20:21:14.949Z | [ recovery-image] Dec 20 20:21:14.655 INFO O| Dec 20 20:21:14.655 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-20T20:21:15.007Z | [ recovery-image] Dec 20 20:21:14.716 INFO O| Dec 20 20:21:14.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7483 | 2024-12-20T20:21:15.007Z | [ recovery-image] Dec 20 20:21:14.716 INFO O| Dec 20 20:21:14.716 INFO STEP 1056 (remove_files) COMPLETE |
7484 | 2024-12-20T20:21:15.007Z | [ recovery-image] Dec 20 20:21:14.716 INFO O| Dec 20 20:21:14.716 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-20T20:21:15.034Z | [ recovery-image] Dec 20 20:21:14.742 INFO O| Dec 20 20:21:14.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7486 | 2024-12-20T20:21:15.034Z | [ recovery-image] Dec 20 20:21:14.742 INFO O| Dec 20 20:21:14.742 INFO STEP 1057 (remove_files) COMPLETE |
7487 | 2024-12-20T20:21:15.035Z | [ recovery-image] Dec 20 20:21:14.742 INFO O| Dec 20 20:21:14.742 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-20T20:21:15.082Z | [ recovery-image] Dec 20 20:21:14.791 INFO O| Dec 20 20:21:14.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7489 | 2024-12-20T20:21:15.085Z | [ recovery-image] Dec 20 20:21:14.792 INFO O| Dec 20 20:21:14.792 INFO STEP 1058 (remove_files) COMPLETE |
7490 | 2024-12-20T20:21:15.085Z | [ recovery-image] Dec 20 20:21:14.792 INFO O| Dec 20 20:21:14.792 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-20T20:21:15.119Z | [ recovery-image] Dec 20 20:21:14.827 INFO O| Dec 20 20:21:14.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7492 | 2024-12-20T20:21:15.122Z | [ recovery-image] Dec 20 20:21:14.827 INFO O| Dec 20 20:21:14.827 INFO STEP 1059 (remove_files) COMPLETE |
7493 | 2024-12-20T20:21:15.122Z | [ recovery-image] Dec 20 20:21:14.827 INFO O| Dec 20 20:21:14.827 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-20T20:21:15.137Z | [ recovery-image] Dec 20 20:21:14.846 INFO O| Dec 20 20:21:14.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7495 | 2024-12-20T20:21:15.140Z | [ recovery-image] Dec 20 20:21:14.847 INFO O| Dec 20 20:21:14.847 INFO STEP 1060 (remove_files) COMPLETE |
7496 | 2024-12-20T20:21:15.140Z | [ recovery-image] Dec 20 20:21:14.847 INFO O| Dec 20 20:21:14.847 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-20T20:21:15.155Z | [ recovery-image] Dec 20 20:21:14.864 INFO O| Dec 20 20:21:14.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7498 | 2024-12-20T20:21:15.158Z | [ recovery-image] Dec 20 20:21:14.865 INFO O| Dec 20 20:21:14.865 INFO STEP 1061 (remove_files) COMPLETE |
7499 | 2024-12-20T20:21:15.158Z | [ recovery-image] Dec 20 20:21:14.865 INFO O| Dec 20 20:21:14.865 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-20T20:21:15.188Z | [ recovery-image] Dec 20 20:21:14.896 INFO O| Dec 20 20:21:14.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7501 | 2024-12-20T20:21:15.188Z | [ recovery-image] Dec 20 20:21:14.896 INFO O| Dec 20 20:21:14.896 INFO STEP 1062 (remove_files) COMPLETE |
7502 | 2024-12-20T20:21:15.188Z | [ recovery-image] Dec 20 20:21:14.896 INFO O| Dec 20 20:21:14.896 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-20T20:21:15.222Z | [ recovery-image] Dec 20 20:21:14.931 INFO O| Dec 20 20:21:14.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7504 | 2024-12-20T20:21:15.222Z | [ recovery-image] Dec 20 20:21:14.931 INFO O| Dec 20 20:21:14.931 INFO STEP 1063 (remove_files) COMPLETE |
7505 | 2024-12-20T20:21:15.224Z | [ recovery-image] Dec 20 20:21:14.931 INFO O| Dec 20 20:21:14.931 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-20T20:21:15.241Z | [ recovery-image] Dec 20 20:21:14.950 INFO O| Dec 20 20:21:14.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7507 | 2024-12-20T20:21:15.243Z | [ recovery-image] Dec 20 20:21:14.950 INFO O| Dec 20 20:21:14.950 INFO STEP 1064 (remove_files) COMPLETE |
7508 | 2024-12-20T20:21:15.243Z | [ recovery-image] Dec 20 20:21:14.950 INFO O| Dec 20 20:21:14.950 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-20T20:21:15.259Z | [ recovery-image] Dec 20 20:21:14.968 INFO O| Dec 20 20:21:14.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7510 | 2024-12-20T20:21:15.259Z | [ recovery-image] Dec 20 20:21:14.969 INFO O| Dec 20 20:21:14.969 INFO STEP 1065 (remove_files) COMPLETE |
7511 | 2024-12-20T20:21:15.262Z | [ recovery-image] Dec 20 20:21:14.969 INFO O| Dec 20 20:21:14.969 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-20T20:21:15.296Z | [ recovery-image] Dec 20 20:21:15.004 INFO O| Dec 20 20:21:15.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7513 | 2024-12-20T20:21:15.296Z | [ recovery-image] Dec 20 20:21:15.004 INFO O| Dec 20 20:21:15.004 INFO STEP 1066 (remove_files) COMPLETE |
7514 | 2024-12-20T20:21:15.296Z | [ recovery-image] Dec 20 20:21:15.004 INFO O| Dec 20 20:21:15.004 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-20T20:21:15.327Z | [ recovery-image] Dec 20 20:21:15.036 INFO O| Dec 20 20:21:15.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7516 | 2024-12-20T20:21:15.327Z | [ recovery-image] Dec 20 20:21:15.036 INFO O| Dec 20 20:21:15.036 INFO STEP 1067 (remove_files) COMPLETE |
7517 | 2024-12-20T20:21:15.327Z | [ recovery-image] Dec 20 20:21:15.036 INFO O| Dec 20 20:21:15.036 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-12-20T20:21:15.347Z | [ recovery-image] Dec 20 20:21:15.056 INFO O| Dec 20 20:21:15.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7519 | 2024-12-20T20:21:15.347Z | [ recovery-image] Dec 20 20:21:15.056 INFO O| Dec 20 20:21:15.056 INFO STEP 1068 (remove_files) COMPLETE |
7520 | 2024-12-20T20:21:15.347Z | [ recovery-image] Dec 20 20:21:15.056 INFO O| Dec 20 20:21:15.056 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-12-20T20:21:15.367Z | [ recovery-image] Dec 20 20:21:15.076 INFO O| Dec 20 20:21:15.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7522 | 2024-12-20T20:21:15.367Z | [ recovery-image] Dec 20 20:21:15.076 INFO O| Dec 20 20:21:15.076 INFO STEP 1069 (remove_files) COMPLETE |
7523 | 2024-12-20T20:21:15.367Z | [ recovery-image] Dec 20 20:21:15.076 INFO O| Dec 20 20:21:15.076 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-20T20:21:15.425Z | [ recovery-image] Dec 20 20:21:15.135 INFO O| Dec 20 20:21:15.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7525 | 2024-12-20T20:21:15.428Z | [ recovery-image] Dec 20 20:21:15.135 INFO O| Dec 20 20:21:15.135 INFO STEP 1070 (remove_files) COMPLETE |
7526 | 2024-12-20T20:21:15.428Z | [ recovery-image] Dec 20 20:21:15.135 INFO O| Dec 20 20:21:15.135 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-12-20T20:21:15.479Z | [ recovery-image] Dec 20 20:21:15.188 INFO O| Dec 20 20:21:15.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7528 | 2024-12-20T20:21:15.479Z | [ recovery-image] Dec 20 20:21:15.188 INFO O| Dec 20 20:21:15.188 INFO STEP 1071 (remove_files) COMPLETE |
7529 | 2024-12-20T20:21:15.479Z | [ recovery-image] Dec 20 20:21:15.188 INFO O| Dec 20 20:21:15.188 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-12-20T20:21:15.510Z | [ recovery-image] Dec 20 20:21:15.211 INFO O| Dec 20 20:21:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7531 | 2024-12-20T20:21:15.510Z | [ recovery-image] Dec 20 20:21:15.211 INFO O| Dec 20 20:21:15.211 INFO STEP 1072 (remove_files) COMPLETE |
7532 | 2024-12-20T20:21:15.510Z | [ recovery-image] Dec 20 20:21:15.211 INFO O| Dec 20 20:21:15.211 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-12-20T20:21:15.538Z | [ recovery-image] Dec 20 20:21:15.247 INFO O| Dec 20 20:21:15.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7534 | 2024-12-20T20:21:15.538Z | [ recovery-image] Dec 20 20:21:15.247 INFO O| Dec 20 20:21:15.247 INFO STEP 1073 (remove_files) COMPLETE |
7535 | 2024-12-20T20:21:15.538Z | [ recovery-image] Dec 20 20:21:15.247 INFO O| Dec 20 20:21:15.247 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-12-20T20:21:15.558Z | [ recovery-image] Dec 20 20:21:15.266 INFO O| Dec 20 20:21:15.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7537 | 2024-12-20T20:21:15.558Z | [ recovery-image] Dec 20 20:21:15.266 INFO O| Dec 20 20:21:15.266 INFO STEP 1074 (remove_files) COMPLETE |
7538 | 2024-12-20T20:21:15.558Z | [ recovery-image] Dec 20 20:21:15.266 INFO O| Dec 20 20:21:15.266 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-20T20:21:15.577Z | [ recovery-image] Dec 20 20:21:15.285 INFO O| Dec 20 20:21:15.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7540 | 2024-12-20T20:21:15.577Z | [ recovery-image] Dec 20 20:21:15.285 INFO O| Dec 20 20:21:15.285 INFO STEP 1075 (remove_files) COMPLETE |
7541 | 2024-12-20T20:21:15.577Z | [ recovery-image] Dec 20 20:21:15.285 INFO O| Dec 20 20:21:15.285 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-12-20T20:21:15.594Z | [ recovery-image] Dec 20 20:21:15.303 INFO O| Dec 20 20:21:15.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7543 | 2024-12-20T20:21:15.594Z | [ recovery-image] Dec 20 20:21:15.303 INFO O| Dec 20 20:21:15.303 INFO STEP 1076 (remove_files) COMPLETE |
7544 | 2024-12-20T20:21:15.594Z | [ recovery-image] Dec 20 20:21:15.303 INFO O| Dec 20 20:21:15.303 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-12-20T20:21:15.632Z | [ recovery-image] Dec 20 20:21:15.341 INFO O| Dec 20 20:21:15.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7546 | 2024-12-20T20:21:15.632Z | [ recovery-image] Dec 20 20:21:15.341 INFO O| Dec 20 20:21:15.341 INFO STEP 1077 (remove_files) COMPLETE |
7547 | 2024-12-20T20:21:15.634Z | [ recovery-image] Dec 20 20:21:15.341 INFO O| Dec 20 20:21:15.341 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-12-20T20:21:15.667Z | [ recovery-image] Dec 20 20:21:15.376 INFO O| Dec 20 20:21:15.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7549 | 2024-12-20T20:21:15.670Z | [ recovery-image] Dec 20 20:21:15.377 INFO O| Dec 20 20:21:15.376 INFO STEP 1078 (remove_files) COMPLETE |
7550 | 2024-12-20T20:21:15.671Z | [ recovery-image] Dec 20 20:21:15.377 INFO O| Dec 20 20:21:15.376 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-20T20:21:15.695Z | [ recovery-image] Dec 20 20:21:15.404 INFO O| Dec 20 20:21:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7552 | 2024-12-20T20:21:15.695Z | [ recovery-image] Dec 20 20:21:15.404 INFO O| Dec 20 20:21:15.404 INFO STEP 1079 (remove_files) COMPLETE |
7553 | 2024-12-20T20:21:15.695Z | [ recovery-image] Dec 20 20:21:15.404 INFO O| Dec 20 20:21:15.404 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-20T20:21:15.732Z | [ recovery-image] Dec 20 20:21:15.441 INFO O| Dec 20 20:21:15.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7555 | 2024-12-20T20:21:15.732Z | [ recovery-image] Dec 20 20:21:15.441 INFO O| Dec 20 20:21:15.441 INFO STEP 1080 (remove_files) COMPLETE |
7556 | 2024-12-20T20:21:15.732Z | [ recovery-image] Dec 20 20:21:15.441 INFO O| Dec 20 20:21:15.441 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-20T20:21:15.767Z | [ recovery-image] Dec 20 20:21:15.477 INFO O| Dec 20 20:21:15.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7558 | 2024-12-20T20:21:15.770Z | [ recovery-image] Dec 20 20:21:15.477 INFO O| Dec 20 20:21:15.477 INFO STEP 1081 (remove_files) COMPLETE |
7559 | 2024-12-20T20:21:15.770Z | [ recovery-image] Dec 20 20:21:15.477 INFO O| Dec 20 20:21:15.477 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-20T20:21:15.787Z | [ recovery-image] Dec 20 20:21:15.496 INFO O| Dec 20 20:21:15.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7561 | 2024-12-20T20:21:15.792Z | [ recovery-image] Dec 20 20:21:15.496 INFO O| Dec 20 20:21:15.496 INFO STEP 1082 (remove_files) COMPLETE |
7562 | 2024-12-20T20:21:15.792Z | [ recovery-image] Dec 20 20:21:15.496 INFO O| Dec 20 20:21:15.496 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-20T20:21:15.806Z | [ recovery-image] Dec 20 20:21:15.515 INFO O| Dec 20 20:21:15.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7564 | 2024-12-20T20:21:15.808Z | [ recovery-image] Dec 20 20:21:15.516 INFO O| Dec 20 20:21:15.515 INFO STEP 1083 (remove_files) COMPLETE |
7565 | 2024-12-20T20:21:15.808Z | [ recovery-image] Dec 20 20:21:15.516 INFO O| Dec 20 20:21:15.516 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-20T20:21:15.826Z | [ recovery-image] Dec 20 20:21:15.535 INFO O| Dec 20 20:21:15.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7567 | 2024-12-20T20:21:15.828Z | [ recovery-image] Dec 20 20:21:15.535 INFO O| Dec 20 20:21:15.535 INFO STEP 1084 (remove_files) COMPLETE |
7568 | 2024-12-20T20:21:15.828Z | [ recovery-image] Dec 20 20:21:15.535 INFO O| Dec 20 20:21:15.535 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-20T20:21:15.852Z | [ recovery-image] Dec 20 20:21:15.561 INFO O| Dec 20 20:21:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7570 | 2024-12-20T20:21:15.852Z | [ recovery-image] Dec 20 20:21:15.561 INFO O| Dec 20 20:21:15.561 INFO STEP 1085 (remove_files) COMPLETE |
7571 | 2024-12-20T20:21:15.855Z | [ recovery-image] Dec 20 20:21:15.561 INFO O| Dec 20 20:21:15.561 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-20T20:21:15.873Z | [ recovery-image] Dec 20 20:21:15.582 INFO O| Dec 20 20:21:15.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7573 | 2024-12-20T20:21:15.873Z | [ recovery-image] Dec 20 20:21:15.582 INFO O| Dec 20 20:21:15.582 INFO STEP 1086 (remove_files) COMPLETE |
7574 | 2024-12-20T20:21:15.876Z | [ recovery-image] Dec 20 20:21:15.582 INFO O| Dec 20 20:21:15.582 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-20T20:21:15.894Z | [ recovery-image] Dec 20 20:21:15.603 INFO O| Dec 20 20:21:15.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7576 | 2024-12-20T20:21:15.897Z | [ recovery-image] Dec 20 20:21:15.603 INFO O| Dec 20 20:21:15.603 INFO STEP 1087 (remove_files) COMPLETE |
7577 | 2024-12-20T20:21:15.897Z | [ recovery-image] Dec 20 20:21:15.604 INFO O| Dec 20 20:21:15.603 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-20T20:21:15.914Z | [ recovery-image] Dec 20 20:21:15.623 INFO O| Dec 20 20:21:15.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7579 | 2024-12-20T20:21:15.917Z | [ recovery-image] Dec 20 20:21:15.623 INFO O| Dec 20 20:21:15.623 INFO STEP 1088 (remove_files) COMPLETE |
7580 | 2024-12-20T20:21:15.917Z | [ recovery-image] Dec 20 20:21:15.624 INFO O| Dec 20 20:21:15.623 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-12-20T20:21:15.934Z | [ recovery-image] Dec 20 20:21:15.643 INFO O| Dec 20 20:21:15.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7582 | 2024-12-20T20:21:15.937Z | [ recovery-image] Dec 20 20:21:15.644 INFO O| Dec 20 20:21:15.644 INFO STEP 1089 (remove_files) COMPLETE |
7583 | 2024-12-20T20:21:15.937Z | [ recovery-image] Dec 20 20:21:15.644 INFO O| Dec 20 20:21:15.644 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-12-20T20:21:15.955Z | [ host-image] Dec 20 20:21:15.663 INFO O| Dec 20 20:21:15.663 INFO O| Done |
7585 | 2024-12-20T20:21:15.958Z | [ recovery-image] Dec 20 20:21:15.665 INFO O| Dec 20 20:21:15.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7586 | 2024-12-20T20:21:15.958Z | [ recovery-image] Dec 20 20:21:15.666 INFO O| Dec 20 20:21:15.665 INFO STEP 1090 (remove_files) COMPLETE |
7587 | 2024-12-20T20:21:15.958Z | [ recovery-image] Dec 20 20:21:15.666 INFO O| Dec 20 20:21:15.665 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-12-20T20:21:15.997Z | [ recovery-image] Dec 20 20:21:15.707 INFO O| Dec 20 20:21:15.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7589 | 2024-12-20T20:21:15.998Z | [ recovery-image] Dec 20 20:21:15.707 INFO O| Dec 20 20:21:15.707 INFO STEP 1091 (remove_files) COMPLETE |
7590 | 2024-12-20T20:21:15.998Z | [ recovery-image] Dec 20 20:21:15.707 INFO O| Dec 20 20:21:15.707 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-12-20T20:21:16.021Z | [ recovery-image] Dec 20 20:21:15.730 INFO O| Dec 20 20:21:15.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7592 | 2024-12-20T20:21:16.023Z | [ recovery-image] Dec 20 20:21:15.730 INFO O| Dec 20 20:21:15.730 INFO STEP 1092 (remove_files) COMPLETE |
7593 | 2024-12-20T20:21:16.025Z | [ recovery-image] Dec 20 20:21:15.730 INFO O| Dec 20 20:21:15.730 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-12-20T20:21:16.052Z | [ recovery-image] Dec 20 20:21:15.761 INFO O| Dec 20 20:21:15.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7595 | 2024-12-20T20:21:16.052Z | [ recovery-image] Dec 20 20:21:15.761 INFO O| Dec 20 20:21:15.761 INFO STEP 1093 (remove_files) COMPLETE |
7596 | 2024-12-20T20:21:16.055Z | [ recovery-image] Dec 20 20:21:15.761 INFO O| Dec 20 20:21:15.761 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-12-20T20:21:16.078Z | [ recovery-image] Dec 20 20:21:15.787 INFO O| Dec 20 20:21:15.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7598 | 2024-12-20T20:21:16.078Z | [ recovery-image] Dec 20 20:21:15.787 INFO O| Dec 20 20:21:15.787 INFO STEP 1094 (remove_files) COMPLETE |
7599 | 2024-12-20T20:21:16.078Z | [ recovery-image] Dec 20 20:21:15.787 INFO O| Dec 20 20:21:15.787 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-12-20T20:21:16.098Z | [ recovery-image] Dec 20 20:21:15.807 INFO O| Dec 20 20:21:15.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7601 | 2024-12-20T20:21:16.101Z | [ recovery-image] Dec 20 20:21:15.808 INFO O| Dec 20 20:21:15.808 INFO STEP 1095 (remove_files) COMPLETE |
7602 | 2024-12-20T20:21:16.101Z | [ recovery-image] Dec 20 20:21:15.808 INFO O| Dec 20 20:21:15.808 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-12-20T20:21:16.153Z | [ recovery-image] Dec 20 20:21:15.862 INFO O| Dec 20 20:21:15.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7604 | 2024-12-20T20:21:16.156Z | [ recovery-image] Dec 20 20:21:15.862 INFO O| Dec 20 20:21:15.862 INFO STEP 1096 (remove_files) COMPLETE |
7605 | 2024-12-20T20:21:16.156Z | [ recovery-image] Dec 20 20:21:15.863 INFO O| Dec 20 20:21:15.862 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-12-20T20:21:16.174Z | [ recovery-image] Dec 20 20:21:15.884 INFO O| Dec 20 20:21:15.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7607 | 2024-12-20T20:21:16.174Z | [ recovery-image] Dec 20 20:21:15.884 INFO O| Dec 20 20:21:15.884 INFO STEP 1097 (remove_files) COMPLETE |
7608 | 2024-12-20T20:21:16.178Z | [ recovery-image] Dec 20 20:21:15.884 INFO O| Dec 20 20:21:15.884 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-12-20T20:21:16.208Z | [ recovery-image] Dec 20 20:21:15.918 INFO O| Dec 20 20:21:15.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7610 | 2024-12-20T20:21:16.209Z | [ recovery-image] Dec 20 20:21:15.918 INFO O| Dec 20 20:21:15.918 INFO STEP 1098 (remove_files) COMPLETE |
7611 | 2024-12-20T20:21:16.209Z | [ recovery-image] Dec 20 20:21:15.918 INFO O| Dec 20 20:21:15.918 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-12-20T20:21:16.269Z | [ recovery-image] Dec 20 20:21:15.978 INFO O| Dec 20 20:21:15.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7613 | 2024-12-20T20:21:16.269Z | [ recovery-image] Dec 20 20:21:15.978 INFO O| Dec 20 20:21:15.978 INFO STEP 1099 (remove_files) COMPLETE |
7614 | 2024-12-20T20:21:16.269Z | [ recovery-image] Dec 20 20:21:15.978 INFO O| Dec 20 20:21:15.978 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-12-20T20:21:16.309Z | [ recovery-image] Dec 20 20:21:16.018 INFO O| Dec 20 20:21:16.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7616 | 2024-12-20T20:21:16.311Z | [ recovery-image] Dec 20 20:21:16.018 INFO O| Dec 20 20:21:16.018 INFO STEP 1100 (remove_files) COMPLETE |
7617 | 2024-12-20T20:21:16.311Z | [ recovery-image] Dec 20 20:21:16.018 INFO O| Dec 20 20:21:16.018 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-12-20T20:21:16.331Z | [ recovery-image] Dec 20 20:21:16.041 INFO O| Dec 20 20:21:16.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7619 | 2024-12-20T20:21:16.334Z | [ recovery-image] Dec 20 20:21:16.041 INFO O| Dec 20 20:21:16.041 INFO STEP 1101 (remove_files) COMPLETE |
7620 | 2024-12-20T20:21:16.334Z | [ recovery-image] Dec 20 20:21:16.041 INFO O| Dec 20 20:21:16.041 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-12-20T20:21:16.370Z | [ recovery-image] Dec 20 20:21:16.079 INFO O| Dec 20 20:21:16.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7622 | 2024-12-20T20:21:16.370Z | [ recovery-image] Dec 20 20:21:16.079 INFO O| Dec 20 20:21:16.079 INFO STEP 1102 (remove_files) COMPLETE |
7623 | 2024-12-20T20:21:16.374Z | [ recovery-image] Dec 20 20:21:16.079 INFO O| Dec 20 20:21:16.079 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-12-20T20:21:16.434Z | [ recovery-image] Dec 20 20:21:16.143 INFO O| Dec 20 20:21:16.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7625 | 2024-12-20T20:21:16.434Z | [ recovery-image] Dec 20 20:21:16.143 INFO O| Dec 20 20:21:16.143 INFO STEP 1103 (remove_files) COMPLETE |
7626 | 2024-12-20T20:21:16.434Z | [ recovery-image] Dec 20 20:21:16.143 INFO O| Dec 20 20:21:16.143 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-12-20T20:21:16.455Z | [ recovery-image] Dec 20 20:21:16.164 INFO O| Dec 20 20:21:16.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7628 | 2024-12-20T20:21:16.455Z | [ recovery-image] Dec 20 20:21:16.164 INFO O| Dec 20 20:21:16.164 INFO STEP 1104 (remove_files) COMPLETE |
7629 | 2024-12-20T20:21:16.455Z | [ recovery-image] Dec 20 20:21:16.164 INFO O| Dec 20 20:21:16.164 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-12-20T20:21:16.480Z | [ recovery-image] Dec 20 20:21:16.189 INFO O| Dec 20 20:21:16.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7631 | 2024-12-20T20:21:16.480Z | [ recovery-image] Dec 20 20:21:16.189 INFO O| Dec 20 20:21:16.189 INFO STEP 1105 (remove_files) COMPLETE |
7632 | 2024-12-20T20:21:16.484Z | [ recovery-image] Dec 20 20:21:16.189 INFO O| Dec 20 20:21:16.189 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-12-20T20:21:16.500Z | [ recovery-image] Dec 20 20:21:16.210 INFO O| Dec 20 20:21:16.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7634 | 2024-12-20T20:21:16.503Z | [ recovery-image] Dec 20 20:21:16.210 INFO O| Dec 20 20:21:16.210 INFO STEP 1106 (remove_files) COMPLETE |
7635 | 2024-12-20T20:21:16.503Z | [ recovery-image] Dec 20 20:21:16.210 INFO O| Dec 20 20:21:16.210 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-12-20T20:21:16.528Z | [ recovery-image] Dec 20 20:21:16.230 INFO O| Dec 20 20:21:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7637 | 2024-12-20T20:21:16.528Z | [ recovery-image] Dec 20 20:21:16.230 INFO O| Dec 20 20:21:16.230 INFO STEP 1107 (remove_files) COMPLETE |
7638 | 2024-12-20T20:21:16.528Z | [ recovery-image] Dec 20 20:21:16.230 INFO O| Dec 20 20:21:16.230 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-20T20:21:16.544Z | [ recovery-image] Dec 20 20:21:16.251 INFO O| Dec 20 20:21:16.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7640 | 2024-12-20T20:21:16.544Z | [ recovery-image] Dec 20 20:21:16.251 INFO O| Dec 20 20:21:16.251 INFO STEP 1108 (remove_files) COMPLETE |
7641 | 2024-12-20T20:21:16.545Z | [ recovery-image] Dec 20 20:21:16.251 INFO O| Dec 20 20:21:16.251 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-12-20T20:21:16.562Z | [ recovery-image] Dec 20 20:21:16.272 INFO O| Dec 20 20:21:16.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7643 | 2024-12-20T20:21:16.563Z | [ recovery-image] Dec 20 20:21:16.272 INFO O| Dec 20 20:21:16.272 INFO STEP 1109 (remove_files) COMPLETE |
7644 | 2024-12-20T20:21:16.563Z | [ recovery-image] Dec 20 20:21:16.272 INFO O| Dec 20 20:21:16.272 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-12-20T20:21:16.595Z | [ recovery-image] Dec 20 20:21:16.304 INFO O| Dec 20 20:21:16.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7646 | 2024-12-20T20:21:16.595Z | [ recovery-image] Dec 20 20:21:16.304 INFO O| Dec 20 20:21:16.304 INFO STEP 1110 (remove_files) COMPLETE |
7647 | 2024-12-20T20:21:16.598Z | [ recovery-image] Dec 20 20:21:16.304 INFO O| Dec 20 20:21:16.304 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-20T20:21:16.632Z | [ recovery-image] Dec 20 20:21:16.339 INFO O| Dec 20 20:21:16.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7649 | 2024-12-20T20:21:16.632Z | [ recovery-image] Dec 20 20:21:16.340 INFO O| Dec 20 20:21:16.339 INFO STEP 1111 (remove_files) COMPLETE |
7650 | 2024-12-20T20:21:16.632Z | [ recovery-image] Dec 20 20:21:16.340 INFO O| Dec 20 20:21:16.340 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-20T20:21:16.687Z | [ recovery-image] Dec 20 20:21:16.396 INFO O| Dec 20 20:21:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7652 | 2024-12-20T20:21:16.690Z | [ recovery-image] Dec 20 20:21:16.396 INFO O| Dec 20 20:21:16.396 INFO STEP 1112 (remove_files) COMPLETE |
7653 | 2024-12-20T20:21:16.692Z | [ recovery-image] Dec 20 20:21:16.396 INFO O| Dec 20 20:21:16.396 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-20T20:21:16.707Z | [ recovery-image] Dec 20 20:21:16.416 INFO O| Dec 20 20:21:16.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7655 | 2024-12-20T20:21:16.710Z | [ recovery-image] Dec 20 20:21:16.416 INFO O| Dec 20 20:21:16.416 INFO STEP 1113 (remove_files) COMPLETE |
7656 | 2024-12-20T20:21:16.710Z | [ recovery-image] Dec 20 20:21:16.416 INFO O| Dec 20 20:21:16.416 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-12-20T20:21:16.727Z | [ recovery-image] Dec 20 20:21:16.437 INFO O| Dec 20 20:21:16.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7658 | 2024-12-20T20:21:16.730Z | [ recovery-image] Dec 20 20:21:16.437 INFO O| Dec 20 20:21:16.437 INFO STEP 1114 (remove_files) COMPLETE |
7659 | 2024-12-20T20:21:16.730Z | [ recovery-image] Dec 20 20:21:16.437 INFO O| Dec 20 20:21:16.437 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-12-20T20:21:16.757Z | [ recovery-image] Dec 20 20:21:16.466 INFO O| Dec 20 20:21:16.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7661 | 2024-12-20T20:21:16.757Z | [ recovery-image] Dec 20 20:21:16.466 INFO O| Dec 20 20:21:16.466 INFO STEP 1115 (remove_files) COMPLETE |
7662 | 2024-12-20T20:21:16.757Z | [ recovery-image] Dec 20 20:21:16.466 INFO O| Dec 20 20:21:16.466 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-12-20T20:21:16.778Z | [ recovery-image] Dec 20 20:21:16.487 INFO O| Dec 20 20:21:16.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7664 | 2024-12-20T20:21:16.778Z | [ recovery-image] Dec 20 20:21:16.487 INFO O| Dec 20 20:21:16.487 INFO STEP 1116 (remove_files) COMPLETE |
7665 | 2024-12-20T20:21:16.778Z | [ recovery-image] Dec 20 20:21:16.487 INFO O| Dec 20 20:21:16.487 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-12-20T20:21:16.814Z | [ recovery-image] Dec 20 20:21:16.523 INFO O| Dec 20 20:21:16.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7667 | 2024-12-20T20:21:16.814Z | [ recovery-image] Dec 20 20:21:16.523 INFO O| Dec 20 20:21:16.523 INFO STEP 1117 (remove_files) COMPLETE |
7668 | 2024-12-20T20:21:16.817Z | [ recovery-image] Dec 20 20:21:16.523 INFO O| Dec 20 20:21:16.523 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-12-20T20:21:16.847Z | [ recovery-image] Dec 20 20:21:16.557 INFO O| Dec 20 20:21:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7670 | 2024-12-20T20:21:16.847Z | [ recovery-image] Dec 20 20:21:16.557 INFO O| Dec 20 20:21:16.557 INFO STEP 1118 (remove_files) COMPLETE |
7671 | 2024-12-20T20:21:16.847Z | [ recovery-image] Dec 20 20:21:16.557 INFO O| Dec 20 20:21:16.557 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-12-20T20:21:16.866Z | [ recovery-image] Dec 20 20:21:16.575 INFO O| Dec 20 20:21:16.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7673 | 2024-12-20T20:21:16.866Z | [ recovery-image] Dec 20 20:21:16.576 INFO O| Dec 20 20:21:16.576 INFO STEP 1119 (remove_files) COMPLETE |
7674 | 2024-12-20T20:21:16.866Z | [ recovery-image] Dec 20 20:21:16.576 INFO O| Dec 20 20:21:16.576 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-12-20T20:21:16.929Z | [ recovery-image] Dec 20 20:21:16.638 INFO O| Dec 20 20:21:16.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7676 | 2024-12-20T20:21:16.929Z | [ recovery-image] Dec 20 20:21:16.638 INFO O| Dec 20 20:21:16.638 INFO STEP 1120 (remove_files) COMPLETE |
7677 | 2024-12-20T20:21:16.929Z | [ recovery-image] Dec 20 20:21:16.638 INFO O| Dec 20 20:21:16.638 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-12-20T20:21:16.949Z | [ recovery-image] Dec 20 20:21:16.658 INFO O| Dec 20 20:21:16.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7679 | 2024-12-20T20:21:16.949Z | [ recovery-image] Dec 20 20:21:16.659 INFO O| Dec 20 20:21:16.659 INFO STEP 1121 (remove_files) COMPLETE |
7680 | 2024-12-20T20:21:16.950Z | [ recovery-image] Dec 20 20:21:16.659 INFO O| Dec 20 20:21:16.659 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-12-20T20:21:16.977Z | [ recovery-image] Dec 20 20:21:16.686 INFO O| Dec 20 20:21:16.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7682 | 2024-12-20T20:21:16.977Z | [ recovery-image] Dec 20 20:21:16.686 INFO O| Dec 20 20:21:16.686 INFO STEP 1122 (remove_files) COMPLETE |
7683 | 2024-12-20T20:21:16.981Z | [ recovery-image] Dec 20 20:21:16.686 INFO O| Dec 20 20:21:16.686 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-12-20T20:21:17.028Z | [ recovery-image] Dec 20 20:21:16.737 INFO O| Dec 20 20:21:16.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7685 | 2024-12-20T20:21:17.028Z | [ recovery-image] Dec 20 20:21:16.737 INFO O| Dec 20 20:21:16.737 INFO STEP 1123 (remove_files) COMPLETE |
7686 | 2024-12-20T20:21:17.028Z | [ recovery-image] Dec 20 20:21:16.738 INFO O| Dec 20 20:21:16.737 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-12-20T20:21:17.048Z | [ recovery-image] Dec 20 20:21:16.757 INFO O| Dec 20 20:21:16.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7688 | 2024-12-20T20:21:17.049Z | [ recovery-image] Dec 20 20:21:16.757 INFO O| Dec 20 20:21:16.757 INFO STEP 1124 (remove_files) COMPLETE |
7689 | 2024-12-20T20:21:17.049Z | [ recovery-image] Dec 20 20:21:16.757 INFO O| Dec 20 20:21:16.757 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-12-20T20:21:17.073Z | [ recovery-image] Dec 20 20:21:16.782 INFO O| Dec 20 20:21:16.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7691 | 2024-12-20T20:21:17.077Z | [ recovery-image] Dec 20 20:21:16.782 INFO O| Dec 20 20:21:16.782 INFO STEP 1125 (remove_files) COMPLETE |
7692 | 2024-12-20T20:21:17.077Z | [ recovery-image] Dec 20 20:21:16.783 INFO O| Dec 20 20:21:16.782 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-12-20T20:21:17.111Z | [ recovery-image] Dec 20 20:21:16.820 INFO O| Dec 20 20:21:16.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7694 | 2024-12-20T20:21:17.115Z | [ recovery-image] Dec 20 20:21:16.820 INFO O| Dec 20 20:21:16.820 INFO STEP 1126 (remove_files) COMPLETE |
7695 | 2024-12-20T20:21:17.115Z | [ recovery-image] Dec 20 20:21:16.820 INFO O| Dec 20 20:21:16.820 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-12-20T20:21:17.130Z | [ recovery-image] Dec 20 20:21:16.839 INFO O| Dec 20 20:21:16.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7697 | 2024-12-20T20:21:17.130Z | [ recovery-image] Dec 20 20:21:16.839 INFO O| Dec 20 20:21:16.839 INFO STEP 1127 (remove_files) COMPLETE |
7698 | 2024-12-20T20:21:17.130Z | [ recovery-image] Dec 20 20:21:16.839 INFO O| Dec 20 20:21:16.839 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-12-20T20:21:17.149Z | [ recovery-image] Dec 20 20:21:16.858 INFO O| Dec 20 20:21:16.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7700 | 2024-12-20T20:21:17.149Z | [ recovery-image] Dec 20 20:21:16.858 INFO O| Dec 20 20:21:16.858 INFO STEP 1128 (remove_files) COMPLETE |
7701 | 2024-12-20T20:21:17.149Z | [ recovery-image] Dec 20 20:21:16.858 INFO O| Dec 20 20:21:16.858 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-12-20T20:21:17.168Z | [ recovery-image] Dec 20 20:21:16.878 INFO O| Dec 20 20:21:16.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7703 | 2024-12-20T20:21:17.168Z | [ recovery-image] Dec 20 20:21:16.878 INFO O| Dec 20 20:21:16.878 INFO STEP 1129 (remove_files) COMPLETE |
7704 | 2024-12-20T20:21:17.171Z | [ recovery-image] Dec 20 20:21:16.878 INFO O| Dec 20 20:21:16.878 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-12-20T20:21:17.198Z | [ recovery-image] Dec 20 20:21:16.907 INFO O| Dec 20 20:21:16.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7706 | 2024-12-20T20:21:17.200Z | [ recovery-image] Dec 20 20:21:16.907 INFO O| Dec 20 20:21:16.907 INFO STEP 1130 (remove_files) COMPLETE |
7707 | 2024-12-20T20:21:17.200Z | [ recovery-image] Dec 20 20:21:16.908 INFO O| Dec 20 20:21:16.907 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-20T20:21:17.240Z | [ recovery-image] Dec 20 20:21:16.949 INFO O| Dec 20 20:21:16.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7709 | 2024-12-20T20:21:17.243Z | [ recovery-image] Dec 20 20:21:16.949 INFO O| Dec 20 20:21:16.949 INFO STEP 1131 (remove_files) COMPLETE |
7710 | 2024-12-20T20:21:17.243Z | [ recovery-image] Dec 20 20:21:16.949 INFO O| Dec 20 20:21:16.949 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-20T20:21:17.280Z | [ recovery-image] Dec 20 20:21:16.989 INFO O| Dec 20 20:21:16.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7712 | 2024-12-20T20:21:17.280Z | [ recovery-image] Dec 20 20:21:16.989 INFO O| Dec 20 20:21:16.989 INFO STEP 1132 (remove_files) COMPLETE |
7713 | 2024-12-20T20:21:17.280Z | [ recovery-image] Dec 20 20:21:16.989 INFO O| Dec 20 20:21:16.989 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-20T20:21:17.378Z | [ recovery-image] Dec 20 20:21:17.088 INFO O| Dec 20 20:21:17.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7715 | 2024-12-20T20:21:17.382Z | [ recovery-image] Dec 20 20:21:17.088 INFO O| Dec 20 20:21:17.088 INFO STEP 1133 (remove_files) COMPLETE |
7716 | 2024-12-20T20:21:17.382Z | [ recovery-image] Dec 20 20:21:17.088 INFO O| Dec 20 20:21:17.088 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-12-20T20:21:17.399Z | [ recovery-image] Dec 20 20:21:17.109 INFO O| Dec 20 20:21:17.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7718 | 2024-12-20T20:21:17.402Z | [ recovery-image] Dec 20 20:21:17.109 INFO O| Dec 20 20:21:17.109 INFO STEP 1134 (remove_files) COMPLETE |
7719 | 2024-12-20T20:21:17.403Z | [ recovery-image] Dec 20 20:21:17.109 INFO O| Dec 20 20:21:17.109 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-12-20T20:21:17.421Z | [ recovery-image] Dec 20 20:21:17.129 INFO O| Dec 20 20:21:17.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7721 | 2024-12-20T20:21:17.424Z | [ recovery-image] Dec 20 20:21:17.129 INFO O| Dec 20 20:21:17.129 INFO STEP 1135 (remove_files) COMPLETE |
7722 | 2024-12-20T20:21:17.424Z | [ recovery-image] Dec 20 20:21:17.129 INFO O| Dec 20 20:21:17.129 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-12-20T20:21:17.443Z | [ recovery-image] Dec 20 20:21:17.153 INFO O| Dec 20 20:21:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7724 | 2024-12-20T20:21:17.445Z | [ recovery-image] Dec 20 20:21:17.153 INFO O| Dec 20 20:21:17.153 INFO STEP 1136 (remove_files) COMPLETE |
7725 | 2024-12-20T20:21:17.445Z | [ recovery-image] Dec 20 20:21:17.153 INFO O| Dec 20 20:21:17.153 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-12-20T20:21:17.466Z | [ recovery-image] Dec 20 20:21:17.175 INFO O| Dec 20 20:21:17.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7727 | 2024-12-20T20:21:17.469Z | [ recovery-image] Dec 20 20:21:17.175 INFO O| Dec 20 20:21:17.175 INFO STEP 1137 (remove_files) COMPLETE |
7728 | 2024-12-20T20:21:17.469Z | [ recovery-image] Dec 20 20:21:17.175 INFO O| Dec 20 20:21:17.175 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-12-20T20:21:17.615Z | [ recovery-image] Dec 20 20:21:17.324 INFO O| Dec 20 20:21:17.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7730 | 2024-12-20T20:21:17.619Z | [ recovery-image] Dec 20 20:21:17.324 INFO O| Dec 20 20:21:17.324 INFO STEP 1138 (remove_files) COMPLETE |
7731 | 2024-12-20T20:21:17.619Z | [ recovery-image] Dec 20 20:21:17.324 INFO O| Dec 20 20:21:17.324 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-12-20T20:21:17.655Z | [ recovery-image] Dec 20 20:21:17.364 INFO O| Dec 20 20:21:17.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7733 | 2024-12-20T20:21:17.658Z | [ recovery-image] Dec 20 20:21:17.365 INFO O| Dec 20 20:21:17.364 INFO STEP 1139 (remove_files) COMPLETE |
7734 | 2024-12-20T20:21:17.658Z | [ recovery-image] Dec 20 20:21:17.365 INFO O| Dec 20 20:21:17.365 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-12-20T20:21:17.678Z | [ recovery-image] Dec 20 20:21:17.387 INFO O| Dec 20 20:21:17.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7736 | 2024-12-20T20:21:17.681Z | [ recovery-image] Dec 20 20:21:17.387 INFO O| Dec 20 20:21:17.387 INFO STEP 1140 (remove_files) COMPLETE |
7737 | 2024-12-20T20:21:17.681Z | [ recovery-image] Dec 20 20:21:17.387 INFO O| Dec 20 20:21:17.387 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-12-20T20:21:17.699Z | [ recovery-image] Dec 20 20:21:17.409 INFO O| Dec 20 20:21:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7739 | 2024-12-20T20:21:17.721Z | [ recovery-image] Dec 20 20:21:17.431 INFO O| Dec 20 20:21:17.431 INFO STEP 1141 (remove_files) COMPLETE |
7740 | 2024-12-20T20:21:17.722Z | [ recovery-image] Dec 20 20:21:17.431 INFO O| Dec 20 20:21:17.431 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-12-20T20:21:17.744Z | [ recovery-image] Dec 20 20:21:17.453 INFO O| Dec 20 20:21:17.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7742 | 2024-12-20T20:21:17.746Z | [ recovery-image] Dec 20 20:21:17.453 INFO O| Dec 20 20:21:17.453 INFO STEP 1142 (remove_files) COMPLETE |
7743 | 2024-12-20T20:21:17.746Z | [ recovery-image] Dec 20 20:21:17.453 INFO O| Dec 20 20:21:17.453 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-12-20T20:21:17.764Z | [ recovery-image] Dec 20 20:21:17.473 INFO O| Dec 20 20:21:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7745 | 2024-12-20T20:21:17.768Z | [ recovery-image] Dec 20 20:21:17.474 INFO O| Dec 20 20:21:17.474 INFO STEP 1143 (remove_files) COMPLETE |
7746 | 2024-12-20T20:21:17.768Z | [ recovery-image] Dec 20 20:21:17.474 INFO O| Dec 20 20:21:17.474 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-12-20T20:21:17.806Z | [ recovery-image] Dec 20 20:21:17.515 INFO O| Dec 20 20:21:17.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7748 | 2024-12-20T20:21:17.806Z | [ recovery-image] Dec 20 20:21:17.515 INFO O| Dec 20 20:21:17.515 INFO STEP 1144 (remove_files) COMPLETE |
7749 | 2024-12-20T20:21:17.806Z | [ recovery-image] Dec 20 20:21:17.515 INFO O| Dec 20 20:21:17.515 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-12-20T20:21:17.828Z | [ recovery-image] Dec 20 20:21:17.537 INFO O| Dec 20 20:21:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7751 | 2024-12-20T20:21:17.828Z | [ recovery-image] Dec 20 20:21:17.537 INFO O| Dec 20 20:21:17.537 INFO STEP 1145 (remove_files) COMPLETE |
7752 | 2024-12-20T20:21:17.828Z | [ recovery-image] Dec 20 20:21:17.537 INFO O| Dec 20 20:21:17.537 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-12-20T20:21:17.866Z | [ recovery-image] Dec 20 20:21:17.575 INFO O| Dec 20 20:21:17.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7754 | 2024-12-20T20:21:17.866Z | [ recovery-image] Dec 20 20:21:17.575 INFO O| Dec 20 20:21:17.575 INFO STEP 1146 (remove_files) COMPLETE |
7755 | 2024-12-20T20:21:17.866Z | [ recovery-image] Dec 20 20:21:17.575 INFO O| Dec 20 20:21:17.575 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-12-20T20:21:17.897Z | [ recovery-image] Dec 20 20:21:17.606 INFO O| Dec 20 20:21:17.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7757 | 2024-12-20T20:21:17.897Z | [ recovery-image] Dec 20 20:21:17.606 INFO O| Dec 20 20:21:17.606 INFO STEP 1147 (remove_files) COMPLETE |
7758 | 2024-12-20T20:21:17.900Z | [ recovery-image] Dec 20 20:21:17.606 INFO O| Dec 20 20:21:17.606 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-12-20T20:21:17.920Z | [ recovery-image] Dec 20 20:21:17.630 INFO O| Dec 20 20:21:17.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7760 | 2024-12-20T20:21:17.920Z | [ recovery-image] Dec 20 20:21:17.630 INFO O| Dec 20 20:21:17.630 INFO STEP 1148 (remove_files) COMPLETE |
7761 | 2024-12-20T20:21:17.920Z | [ recovery-image] Dec 20 20:21:17.630 INFO O| Dec 20 20:21:17.630 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-12-20T20:21:17.943Z | [ recovery-image] Dec 20 20:21:17.652 INFO O| Dec 20 20:21:17.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7763 | 2024-12-20T20:21:17.943Z | [ recovery-image] Dec 20 20:21:17.652 INFO O| Dec 20 20:21:17.652 INFO STEP 1149 (remove_files) COMPLETE |
7764 | 2024-12-20T20:21:17.943Z | [ recovery-image] Dec 20 20:21:17.652 INFO O| Dec 20 20:21:17.652 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2024-12-20T20:21:17.963Z | [ recovery-image] Dec 20 20:21:17.672 INFO O| Dec 20 20:21:17.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7766 | 2024-12-20T20:21:17.982Z | [ recovery-image] Dec 20 20:21:17.690 INFO O| Dec 20 20:21:17.690 INFO STEP 1150 (remove_files) COMPLETE |
7767 | 2024-12-20T20:21:17.982Z | [ recovery-image] Dec 20 20:21:17.690 INFO O| Dec 20 20:21:17.690 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2024-12-20T20:21:18.033Z | [ recovery-image] Dec 20 20:21:17.743 INFO O| Dec 20 20:21:17.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7769 | 2024-12-20T20:21:18.033Z | [ recovery-image] Dec 20 20:21:17.743 INFO O| Dec 20 20:21:17.743 INFO STEP 1151 (remove_files) COMPLETE |
7770 | 2024-12-20T20:21:18.033Z | [ recovery-image] Dec 20 20:21:17.743 INFO O| Dec 20 20:21:17.743 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2024-12-20T20:21:18.053Z | [ recovery-image] Dec 20 20:21:17.763 INFO O| Dec 20 20:21:17.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7772 | 2024-12-20T20:21:18.053Z | [ recovery-image] Dec 20 20:21:17.763 INFO O| Dec 20 20:21:17.763 INFO STEP 1152 (remove_files) COMPLETE |
7773 | 2024-12-20T20:21:18.053Z | [ recovery-image] Dec 20 20:21:17.763 INFO O| Dec 20 20:21:17.763 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2024-12-20T20:21:18.090Z | [ recovery-image] Dec 20 20:21:17.799 INFO O| Dec 20 20:21:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7775 | 2024-12-20T20:21:18.091Z | [ recovery-image] Dec 20 20:21:17.799 INFO O| Dec 20 20:21:17.799 INFO STEP 1153 (remove_files) COMPLETE |
7776 | 2024-12-20T20:21:18.091Z | [ recovery-image] Dec 20 20:21:17.799 INFO O| Dec 20 20:21:17.799 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2024-12-20T20:21:18.112Z | [ recovery-image] Dec 20 20:21:17.821 INFO O| Dec 20 20:21:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7778 | 2024-12-20T20:21:18.112Z | [ recovery-image] Dec 20 20:21:17.821 INFO O| Dec 20 20:21:17.821 INFO STEP 1154 (remove_files) COMPLETE |
7779 | 2024-12-20T20:21:18.115Z | [ recovery-image] Dec 20 20:21:17.822 INFO O| Dec 20 20:21:17.821 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2024-12-20T20:21:18.142Z | [ recovery-image] Dec 20 20:21:17.851 INFO O| Dec 20 20:21:17.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7781 | 2024-12-20T20:21:18.142Z | [ recovery-image] Dec 20 20:21:17.851 INFO O| Dec 20 20:21:17.851 INFO STEP 1155 (remove_files) COMPLETE |
7782 | 2024-12-20T20:21:18.145Z | [ recovery-image] Dec 20 20:21:17.851 INFO O| Dec 20 20:21:17.851 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2024-12-20T20:21:18.165Z | [ recovery-image] Dec 20 20:21:17.874 INFO O| Dec 20 20:21:17.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7784 | 2024-12-20T20:21:18.165Z | [ recovery-image] Dec 20 20:21:17.874 INFO O| Dec 20 20:21:17.874 INFO STEP 1156 (remove_files) COMPLETE |
7785 | 2024-12-20T20:21:18.167Z | [ recovery-image] Dec 20 20:21:17.874 INFO O| Dec 20 20:21:17.874 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2024-12-20T20:21:18.203Z | [ recovery-image] Dec 20 20:21:17.912 INFO O| Dec 20 20:21:17.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7787 | 2024-12-20T20:21:18.203Z | [ recovery-image] Dec 20 20:21:17.912 INFO O| Dec 20 20:21:17.912 INFO STEP 1157 (remove_files) COMPLETE |
7788 | 2024-12-20T20:21:18.206Z | [ recovery-image] Dec 20 20:21:17.913 INFO O| Dec 20 20:21:17.912 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2024-12-20T20:21:18.239Z | [ recovery-image] Dec 20 20:21:17.948 INFO O| Dec 20 20:21:17.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7790 | 2024-12-20T20:21:18.239Z | [ recovery-image] Dec 20 20:21:17.948 INFO O| Dec 20 20:21:17.948 INFO STEP 1158 (remove_files) COMPLETE |
7791 | 2024-12-20T20:21:18.241Z | [ recovery-image] Dec 20 20:21:17.948 INFO O| Dec 20 20:21:17.948 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2024-12-20T20:21:18.277Z | [ recovery-image] Dec 20 20:21:17.986 INFO O| Dec 20 20:21:17.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7793 | 2024-12-20T20:21:18.277Z | [ recovery-image] Dec 20 20:21:17.986 INFO O| Dec 20 20:21:17.986 INFO STEP 1159 (remove_files) COMPLETE |
7794 | 2024-12-20T20:21:18.277Z | [ recovery-image] Dec 20 20:21:17.986 INFO O| Dec 20 20:21:17.986 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2024-12-20T20:21:18.341Z | [ recovery-image] Dec 20 20:21:18.051 INFO O| Dec 20 20:21:18.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7796 | 2024-12-20T20:21:18.345Z | [ recovery-image] Dec 20 20:21:18.051 INFO O| Dec 20 20:21:18.051 INFO STEP 1160 (remove_files) COMPLETE |
7797 | 2024-12-20T20:21:18.345Z | [ recovery-image] Dec 20 20:21:18.051 INFO O| Dec 20 20:21:18.051 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2024-12-20T20:21:18.364Z | [ recovery-image] Dec 20 20:21:18.073 INFO O| Dec 20 20:21:18.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7799 | 2024-12-20T20:21:18.367Z | [ recovery-image] Dec 20 20:21:18.073 INFO O| Dec 20 20:21:18.073 INFO STEP 1161 (remove_files) COMPLETE |
7800 | 2024-12-20T20:21:18.367Z | [ recovery-image] Dec 20 20:21:18.073 INFO O| Dec 20 20:21:18.073 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2024-12-20T20:21:18.385Z | [ recovery-image] Dec 20 20:21:18.094 INFO O| Dec 20 20:21:18.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7802 | 2024-12-20T20:21:18.388Z | [ recovery-image] Dec 20 20:21:18.095 INFO O| Dec 20 20:21:18.095 INFO STEP 1162 (remove_files) COMPLETE |
7803 | 2024-12-20T20:21:18.388Z | [ recovery-image] Dec 20 20:21:18.095 INFO O| Dec 20 20:21:18.095 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-12-20T20:21:18.421Z | [ recovery-image] Dec 20 20:21:18.130 INFO O| Dec 20 20:21:18.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7805 | 2024-12-20T20:21:18.423Z | [ recovery-image] Dec 20 20:21:18.130 INFO O| Dec 20 20:21:18.130 INFO STEP 1163 (remove_files) COMPLETE |
7806 | 2024-12-20T20:21:18.423Z | [ recovery-image] Dec 20 20:21:18.130 INFO O| Dec 20 20:21:18.130 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-12-20T20:21:18.451Z | [ recovery-image] Dec 20 20:21:18.159 INFO O| Dec 20 20:21:18.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7808 | 2024-12-20T20:21:18.451Z | [ recovery-image] Dec 20 20:21:18.159 INFO O| Dec 20 20:21:18.159 INFO STEP 1164 (remove_files) COMPLETE |
7809 | 2024-12-20T20:21:18.451Z | [ recovery-image] Dec 20 20:21:18.159 INFO O| Dec 20 20:21:18.159 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-12-20T20:21:18.483Z | [ recovery-image] Dec 20 20:21:18.192 INFO O| Dec 20 20:21:18.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7811 | 2024-12-20T20:21:18.483Z | [ recovery-image] Dec 20 20:21:18.192 INFO O| Dec 20 20:21:18.192 INFO STEP 1165 (remove_files) COMPLETE |
7812 | 2024-12-20T20:21:18.483Z | [ recovery-image] Dec 20 20:21:18.192 INFO O| Dec 20 20:21:18.192 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-12-20T20:21:18.557Z | [ recovery-image] Dec 20 20:21:18.267 INFO O| Dec 20 20:21:18.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7814 | 2024-12-20T20:21:18.560Z | [ recovery-image] Dec 20 20:21:18.267 INFO O| Dec 20 20:21:18.267 INFO STEP 1166 (remove_files) COMPLETE |
7815 | 2024-12-20T20:21:18.560Z | [ recovery-image] Dec 20 20:21:18.267 INFO O| Dec 20 20:21:18.267 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-12-20T20:21:18.579Z | [ recovery-image] Dec 20 20:21:18.289 INFO O| Dec 20 20:21:18.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7817 | 2024-12-20T20:21:18.604Z | [ recovery-image] Dec 20 20:21:18.313 INFO O| Dec 20 20:21:18.313 INFO STEP 1167 (remove_files) COMPLETE |
7818 | 2024-12-20T20:21:18.604Z | [ recovery-image] Dec 20 20:21:18.313 INFO O| Dec 20 20:21:18.313 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-12-20T20:21:18.665Z | [ recovery-image] Dec 20 20:21:18.374 INFO O| Dec 20 20:21:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7820 | 2024-12-20T20:21:18.668Z | [ recovery-image] Dec 20 20:21:18.374 INFO O| Dec 20 20:21:18.374 INFO STEP 1168 (remove_files) COMPLETE |
7821 | 2024-12-20T20:21:18.668Z | [ recovery-image] Dec 20 20:21:18.374 INFO O| Dec 20 20:21:18.374 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-12-20T20:21:18.677Z | [ host-image] Dec 20 20:21:18.386 INFO O| Dec 20 20:21:18.385 INFO O| Done |
7823 | 2024-12-20T20:21:18.686Z | [ recovery-image] Dec 20 20:21:18.396 INFO O| Dec 20 20:21:18.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7824 | 2024-12-20T20:21:18.686Z | [ recovery-image] Dec 20 20:21:18.396 INFO O| Dec 20 20:21:18.396 INFO STEP 1169 (remove_files) COMPLETE |
7825 | 2024-12-20T20:21:18.686Z | [ recovery-image] Dec 20 20:21:18.396 INFO O| Dec 20 20:21:18.396 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-20T20:21:18.707Z | [ recovery-image] Dec 20 20:21:18.416 INFO O| Dec 20 20:21:18.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7827 | 2024-12-20T20:21:18.707Z | [ recovery-image] Dec 20 20:21:18.416 INFO O| Dec 20 20:21:18.416 INFO STEP 1170 (remove_files) COMPLETE |
7828 | 2024-12-20T20:21:18.709Z | [ recovery-image] Dec 20 20:21:18.416 INFO O| Dec 20 20:21:18.416 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-20T20:21:18.713Z | [ host-image] Dec 20 20:21:18.420 INFO O| Dec 20 20:21:18.420 INFO O| Done |
7830 | 2024-12-20T20:21:18.732Z | [ recovery-image] Dec 20 20:21:18.441 INFO O| Dec 20 20:21:18.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7831 | 2024-12-20T20:21:18.732Z | [ recovery-image] Dec 20 20:21:18.441 INFO O| Dec 20 20:21:18.441 INFO STEP 1171 (remove_files) COMPLETE |
7832 | 2024-12-20T20:21:18.734Z | [ recovery-image] Dec 20 20:21:18.441 INFO O| Dec 20 20:21:18.441 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7833 | 2024-12-20T20:21:18.752Z | [ recovery-image] Dec 20 20:21:18.461 INFO O| Dec 20 20:21:18.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7834 | 2024-12-20T20:21:18.752Z | [ recovery-image] Dec 20 20:21:18.462 INFO O| Dec 20 20:21:18.462 INFO STEP 1172 (remove_files) COMPLETE |
7835 | 2024-12-20T20:21:18.753Z | [ recovery-image] Dec 20 20:21:18.462 INFO O| Dec 20 20:21:18.462 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7836 | 2024-12-20T20:21:18.771Z | [ recovery-image] Dec 20 20:21:18.480 INFO O| Dec 20 20:21:18.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7837 | 2024-12-20T20:21:18.771Z | [ recovery-image] Dec 20 20:21:18.481 INFO O| Dec 20 20:21:18.480 INFO STEP 1173 (remove_files) COMPLETE |
7838 | 2024-12-20T20:21:18.771Z | [ recovery-image] Dec 20 20:21:18.481 INFO O| Dec 20 20:21:18.481 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7839 | 2024-12-20T20:21:18.791Z | [ recovery-image] Dec 20 20:21:18.500 INFO O| Dec 20 20:21:18.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7840 | 2024-12-20T20:21:18.791Z | [ recovery-image] Dec 20 20:21:18.500 INFO O| Dec 20 20:21:18.500 INFO STEP 1174 (remove_files) COMPLETE |
7841 | 2024-12-20T20:21:18.791Z | [ recovery-image] Dec 20 20:21:18.500 INFO O| Dec 20 20:21:18.500 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7842 | 2024-12-20T20:21:18.829Z | [ recovery-image] Dec 20 20:21:18.539 INFO O| Dec 20 20:21:18.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7843 | 2024-12-20T20:21:18.829Z | [ recovery-image] Dec 20 20:21:18.539 INFO O| Dec 20 20:21:18.539 INFO STEP 1175 (remove_files) COMPLETE |
7844 | 2024-12-20T20:21:18.830Z | [ recovery-image] Dec 20 20:21:18.539 INFO O| Dec 20 20:21:18.539 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7845 | 2024-12-20T20:21:18.850Z | [ recovery-image] Dec 20 20:21:18.560 INFO O| Dec 20 20:21:18.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7846 | 2024-12-20T20:21:18.850Z | [ recovery-image] Dec 20 20:21:18.560 INFO O| Dec 20 20:21:18.560 INFO STEP 1176 (remove_files) COMPLETE |
7847 | 2024-12-20T20:21:18.850Z | [ recovery-image] Dec 20 20:21:18.560 INFO O| Dec 20 20:21:18.560 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7848 | 2024-12-20T20:21:18.879Z | [ recovery-image] Dec 20 20:21:18.588 INFO O| Dec 20 20:21:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7849 | 2024-12-20T20:21:18.882Z | [ recovery-image] Dec 20 20:21:18.588 INFO O| Dec 20 20:21:18.588 INFO STEP 1177 (remove_files) COMPLETE |
7850 | 2024-12-20T20:21:18.884Z | [ recovery-image] Dec 20 20:21:18.589 INFO O| Dec 20 20:21:18.588 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7851 | 2024-12-20T20:21:18.900Z | [ recovery-image] Dec 20 20:21:18.609 INFO O| Dec 20 20:21:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7852 | 2024-12-20T20:21:18.903Z | [ recovery-image] Dec 20 20:21:18.609 INFO O| Dec 20 20:21:18.609 INFO STEP 1178 (remove_files) COMPLETE |
7853 | 2024-12-20T20:21:18.903Z | [ recovery-image] Dec 20 20:21:18.609 INFO O| Dec 20 20:21:18.609 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7854 | 2024-12-20T20:21:18.919Z | [ recovery-image] Dec 20 20:21:18.629 INFO O| Dec 20 20:21:18.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7855 | 2024-12-20T20:21:18.923Z | [ recovery-image] Dec 20 20:21:18.629 INFO O| Dec 20 20:21:18.629 INFO STEP 1179 (remove_files) COMPLETE |
7856 | 2024-12-20T20:21:18.923Z | [ recovery-image] Dec 20 20:21:18.629 INFO O| Dec 20 20:21:18.629 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7857 | 2024-12-20T20:21:18.950Z | [ recovery-image] Dec 20 20:21:18.659 INFO O| Dec 20 20:21:18.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7858 | 2024-12-20T20:21:18.950Z | [ recovery-image] Dec 20 20:21:18.659 INFO O| Dec 20 20:21:18.659 INFO STEP 1180 (remove_files) COMPLETE |
7859 | 2024-12-20T20:21:18.950Z | [ recovery-image] Dec 20 20:21:18.659 INFO O| Dec 20 20:21:18.659 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7860 | 2024-12-20T20:21:18.969Z | [ recovery-image] Dec 20 20:21:18.678 INFO O| Dec 20 20:21:18.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7861 | 2024-12-20T20:21:18.969Z | [ recovery-image] Dec 20 20:21:18.679 INFO O| Dec 20 20:21:18.678 INFO STEP 1181 (remove_files) COMPLETE |
7862 | 2024-12-20T20:21:18.970Z | [ recovery-image] Dec 20 20:21:18.679 INFO O| Dec 20 20:21:18.679 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7863 | 2024-12-20T20:21:19.015Z | [ recovery-image] Dec 20 20:21:18.724 INFO O| Dec 20 20:21:18.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7864 | 2024-12-20T20:21:19.015Z | [ recovery-image] Dec 20 20:21:18.724 INFO O| Dec 20 20:21:18.724 INFO STEP 1182 (remove_files) COMPLETE |
7865 | 2024-12-20T20:21:19.015Z | [ recovery-image] Dec 20 20:21:18.724 INFO O| Dec 20 20:21:18.724 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7866 | 2024-12-20T20:21:19.034Z | [ recovery-image] Dec 20 20:21:18.744 INFO O| Dec 20 20:21:18.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7867 | 2024-12-20T20:21:19.034Z | [ recovery-image] Dec 20 20:21:18.744 INFO O| Dec 20 20:21:18.744 INFO STEP 1183 (remove_files) COMPLETE |
7868 | 2024-12-20T20:21:19.034Z | [ recovery-image] Dec 20 20:21:18.744 INFO O| Dec 20 20:21:18.744 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7869 | 2024-12-20T20:21:19.089Z | [ recovery-image] Dec 20 20:21:18.798 INFO O| Dec 20 20:21:18.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7870 | 2024-12-20T20:21:19.089Z | [ recovery-image] Dec 20 20:21:18.798 INFO O| Dec 20 20:21:18.798 INFO STEP 1184 (remove_files) COMPLETE |
7871 | 2024-12-20T20:21:19.089Z | [ recovery-image] Dec 20 20:21:18.798 INFO O| Dec 20 20:21:18.798 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7872 | 2024-12-20T20:21:19.125Z | [ recovery-image] Dec 20 20:21:18.834 INFO O| Dec 20 20:21:18.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7873 | 2024-12-20T20:21:19.125Z | [ recovery-image] Dec 20 20:21:18.834 INFO O| Dec 20 20:21:18.834 INFO STEP 1185 (remove_files) COMPLETE |
7874 | 2024-12-20T20:21:19.126Z | [ recovery-image] Dec 20 20:21:18.834 INFO O| Dec 20 20:21:18.834 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7875 | 2024-12-20T20:21:19.186Z | [ recovery-image] Dec 20 20:21:18.896 INFO O| Dec 20 20:21:18.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7876 | 2024-12-20T20:21:19.186Z | [ recovery-image] Dec 20 20:21:18.896 INFO O| Dec 20 20:21:18.896 INFO STEP 1186 (remove_files) COMPLETE |
7877 | 2024-12-20T20:21:19.186Z | [ recovery-image] Dec 20 20:21:18.896 INFO O| Dec 20 20:21:18.896 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7878 | 2024-12-20T20:21:19.227Z | [ recovery-image] Dec 20 20:21:18.937 INFO O| Dec 20 20:21:18.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7879 | 2024-12-20T20:21:19.230Z | [ recovery-image] Dec 20 20:21:18.937 INFO O| Dec 20 20:21:18.937 INFO STEP 1187 (remove_files) COMPLETE |
7880 | 2024-12-20T20:21:19.230Z | [ recovery-image] Dec 20 20:21:18.937 INFO O| Dec 20 20:21:18.937 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7881 | 2024-12-20T20:21:19.250Z | [ recovery-image] Dec 20 20:21:18.959 INFO O| Dec 20 20:21:18.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7882 | 2024-12-20T20:21:19.252Z | [ recovery-image] Dec 20 20:21:18.959 INFO O| Dec 20 20:21:18.959 INFO STEP 1188 (remove_files) COMPLETE |
7883 | 2024-12-20T20:21:19.252Z | [ recovery-image] Dec 20 20:21:18.959 INFO O| Dec 20 20:21:18.959 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7884 | 2024-12-20T20:21:19.314Z | [ recovery-image] Dec 20 20:21:19.023 INFO O| Dec 20 20:21:19.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7885 | 2024-12-20T20:21:19.314Z | [ recovery-image] Dec 20 20:21:19.023 INFO O| Dec 20 20:21:19.023 INFO STEP 1189 (remove_files) COMPLETE |
7886 | 2024-12-20T20:21:19.314Z | [ recovery-image] Dec 20 20:21:19.023 INFO O| Dec 20 20:21:19.023 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7887 | 2024-12-20T20:21:19.335Z | [ recovery-image] Dec 20 20:21:19.045 INFO O| Dec 20 20:21:19.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7888 | 2024-12-20T20:21:19.335Z | [ recovery-image] Dec 20 20:21:19.045 INFO O| Dec 20 20:21:19.045 INFO STEP 1190 (remove_files) COMPLETE |
7889 | 2024-12-20T20:21:19.335Z | [ recovery-image] Dec 20 20:21:19.045 INFO O| Dec 20 20:21:19.045 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7890 | 2024-12-20T20:21:19.373Z | [ recovery-image] Dec 20 20:21:19.082 INFO O| Dec 20 20:21:19.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7891 | 2024-12-20T20:21:19.373Z | [ recovery-image] Dec 20 20:21:19.082 INFO O| Dec 20 20:21:19.082 INFO STEP 1191 (remove_files) COMPLETE |
7892 | 2024-12-20T20:21:19.376Z | [ recovery-image] Dec 20 20:21:19.082 INFO O| Dec 20 20:21:19.082 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7893 | 2024-12-20T20:21:19.414Z | [ recovery-image] Dec 20 20:21:19.123 INFO O| Dec 20 20:21:19.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7894 | 2024-12-20T20:21:19.414Z | [ recovery-image] Dec 20 20:21:19.123 INFO O| Dec 20 20:21:19.123 INFO STEP 1192 (remove_files) COMPLETE |
7895 | 2024-12-20T20:21:19.414Z | [ recovery-image] Dec 20 20:21:19.124 INFO O| Dec 20 20:21:19.123 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7896 | 2024-12-20T20:21:19.446Z | [ recovery-image] Dec 20 20:21:19.155 INFO O| Dec 20 20:21:19.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7897 | 2024-12-20T20:21:19.446Z | [ recovery-image] Dec 20 20:21:19.155 INFO O| Dec 20 20:21:19.155 INFO STEP 1193 (remove_files) COMPLETE |
7898 | 2024-12-20T20:21:19.446Z | [ recovery-image] Dec 20 20:21:19.155 INFO O| Dec 20 20:21:19.155 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7899 | 2024-12-20T20:21:19.481Z | [ recovery-image] Dec 20 20:21:19.191 INFO O| Dec 20 20:21:19.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7900 | 2024-12-20T20:21:19.481Z | [ recovery-image] Dec 20 20:21:19.191 INFO O| Dec 20 20:21:19.191 INFO STEP 1194 (remove_files) COMPLETE |
7901 | 2024-12-20T20:21:19.488Z | [ recovery-image] Dec 20 20:21:19.191 INFO O| Dec 20 20:21:19.191 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7902 | 2024-12-20T20:21:19.542Z | [ recovery-image] Dec 20 20:21:19.251 INFO O| Dec 20 20:21:19.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7903 | 2024-12-20T20:21:19.542Z | [ recovery-image] Dec 20 20:21:19.251 INFO O| Dec 20 20:21:19.251 INFO STEP 1195 (remove_files) COMPLETE |
7904 | 2024-12-20T20:21:19.542Z | [ recovery-image] Dec 20 20:21:19.251 INFO O| Dec 20 20:21:19.251 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7905 | 2024-12-20T20:21:19.561Z | [ recovery-image] Dec 20 20:21:19.271 INFO O| Dec 20 20:21:19.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7906 | 2024-12-20T20:21:19.561Z | [ recovery-image] Dec 20 20:21:19.271 INFO O| Dec 20 20:21:19.271 INFO STEP 1196 (remove_files) COMPLETE |
7907 | 2024-12-20T20:21:19.564Z | [ recovery-image] Dec 20 20:21:19.271 INFO O| Dec 20 20:21:19.271 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7908 | 2024-12-20T20:21:19.597Z | [ recovery-image] Dec 20 20:21:19.306 INFO O| Dec 20 20:21:19.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7909 | 2024-12-20T20:21:19.597Z | [ recovery-image] Dec 20 20:21:19.306 INFO O| Dec 20 20:21:19.306 INFO STEP 1197 (remove_files) COMPLETE |
7910 | 2024-12-20T20:21:19.597Z | [ recovery-image] Dec 20 20:21:19.306 INFO O| Dec 20 20:21:19.306 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7911 | 2024-12-20T20:21:19.659Z | [ recovery-image] Dec 20 20:21:19.367 INFO O| Dec 20 20:21:19.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7912 | 2024-12-20T20:21:19.659Z | [ recovery-image] Dec 20 20:21:19.367 INFO O| Dec 20 20:21:19.367 INFO STEP 1198 (remove_files) COMPLETE |
7913 | 2024-12-20T20:21:19.663Z | [ recovery-image] Dec 20 20:21:19.367 INFO O| Dec 20 20:21:19.367 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7914 | 2024-12-20T20:21:19.677Z | [ recovery-image] Dec 20 20:21:19.386 INFO O| Dec 20 20:21:19.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7915 | 2024-12-20T20:21:19.677Z | [ recovery-image] Dec 20 20:21:19.386 INFO O| Dec 20 20:21:19.386 INFO STEP 1199 (remove_files) COMPLETE |
7916 | 2024-12-20T20:21:19.677Z | [ recovery-image] Dec 20 20:21:19.386 INFO O| Dec 20 20:21:19.386 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7917 | 2024-12-20T20:21:19.719Z | [ recovery-image] Dec 20 20:21:19.428 INFO O| Dec 20 20:21:19.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7918 | 2024-12-20T20:21:19.719Z | [ recovery-image] Dec 20 20:21:19.428 INFO O| Dec 20 20:21:19.428 INFO STEP 1200 (remove_files) COMPLETE |
7919 | 2024-12-20T20:21:19.719Z | [ recovery-image] Dec 20 20:21:19.428 INFO O| Dec 20 20:21:19.428 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7920 | 2024-12-20T20:21:19.766Z | [ recovery-image] Dec 20 20:21:19.474 INFO O| Dec 20 20:21:19.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7921 | 2024-12-20T20:21:19.770Z | [ recovery-image] Dec 20 20:21:19.474 INFO O| Dec 20 20:21:19.474 INFO STEP 1201 (remove_files) COMPLETE |
7922 | 2024-12-20T20:21:19.770Z | [ recovery-image] Dec 20 20:21:19.474 INFO O| Dec 20 20:21:19.474 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7923 | 2024-12-20T20:21:19.800Z | [ recovery-image] Dec 20 20:21:19.509 INFO O| Dec 20 20:21:19.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7924 | 2024-12-20T20:21:19.800Z | [ recovery-image] Dec 20 20:21:19.509 INFO O| Dec 20 20:21:19.509 INFO STEP 1202 (remove_files) COMPLETE |
7925 | 2024-12-20T20:21:19.800Z | [ recovery-image] Dec 20 20:21:19.509 INFO O| Dec 20 20:21:19.509 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7926 | 2024-12-20T20:21:19.820Z | [ recovery-image] Dec 20 20:21:19.529 INFO O| Dec 20 20:21:19.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7927 | 2024-12-20T20:21:19.820Z | [ recovery-image] Dec 20 20:21:19.529 INFO O| Dec 20 20:21:19.529 INFO STEP 1203 (remove_files) COMPLETE |
7928 | 2024-12-20T20:21:19.820Z | [ recovery-image] Dec 20 20:21:19.529 INFO O| Dec 20 20:21:19.529 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7929 | 2024-12-20T20:21:19.858Z | [ recovery-image] Dec 20 20:21:19.566 INFO O| Dec 20 20:21:19.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7930 | 2024-12-20T20:21:19.858Z | [ recovery-image] Dec 20 20:21:19.566 INFO O| Dec 20 20:21:19.566 INFO STEP 1204 (remove_files) COMPLETE |
7931 | 2024-12-20T20:21:19.859Z | [ recovery-image] Dec 20 20:21:19.566 INFO O| Dec 20 20:21:19.566 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7932 | 2024-12-20T20:21:19.886Z | [ recovery-image] Dec 20 20:21:19.595 INFO O| Dec 20 20:21:19.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7933 | 2024-12-20T20:21:19.886Z | [ recovery-image] Dec 20 20:21:19.595 INFO O| Dec 20 20:21:19.595 INFO STEP 1205 (remove_files) COMPLETE |
7934 | 2024-12-20T20:21:19.886Z | [ recovery-image] Dec 20 20:21:19.595 INFO O| Dec 20 20:21:19.595 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7935 | 2024-12-20T20:21:19.915Z | [ recovery-image] Dec 20 20:21:19.625 INFO O| Dec 20 20:21:19.625 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7936 | 2024-12-20T20:21:19.915Z | [ recovery-image] Dec 20 20:21:19.625 INFO O| Dec 20 20:21:19.625 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7937 | 2024-12-20T20:21:21.773Z | [ recovery-image] Dec 20 20:21:21.482 INFO O| Dec 20 20:21:21.482 INFO STEP 1206 (pack_tar) COMPLETE |
7938 | 2024-12-20T20:21:21.773Z | [ recovery-image] Dec 20 20:21:21.482 INFO O| Dec 20 20:21:21.482 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7939 | 2024-12-20T20:21:21.774Z | [ recovery-image] Dec 20 20:21:21.482 INFO O| Dec 20 20:21:21.482 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7940 | 2024-12-20T20:21:22.231Z | [ recovery-image] Dec 20 20:21:21.940 INFO O| Dec 20 20:21:21.940 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7941 | 2024-12-20T20:21:22.380Z | [ recovery-image] Dec 20 20:21:22.089 INFO O| Dec 20 20:21:22.089 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7942 | 2024-12-20T20:21:22.390Z | [ recovery-image] Dec 20 20:21:22.099 INFO image builder template: zfs-recovery... |
7943 | 2024-12-20T20:21:22.390Z | [ recovery-image] Dec 20 20:21:22.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/.tmpvU0PN2/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 |
7944 | 2024-12-20T20:21:22.468Z | [ recovery-image] Dec 20 20:21:22.177 INFO O| Dec 20 20:21:22.177 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7945 | 2024-12-20T20:21:22.490Z | [ recovery-image] Dec 20 20:21:22.199 INFO O| Dec 20 20:21:22.199 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7946 | 2024-12-20T20:21:22.585Z | [ recovery-image] Dec 20 20:21:22.295 INFO O| Dec 20 20:21:22.295 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7947 | 2024-12-20T20:21:22.700Z | [ recovery-image] Dec 20 20:21:22.410 INFO O| Dec 20 20:21:22.410 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7948 | 2024-12-20T20:21:22.703Z | [ recovery-image] Dec 20 20:21:22.410 INFO O| Dec 20 20:21:22.410 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7949 | 2024-12-20T20:21:22.710Z | [ recovery-image] Dec 20 20:21:22.419 INFO O| Dec 20 20:21:22.419 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7950 | 2024-12-20T20:21:22.824Z | [ recovery-image] Dec 20 20:21:22.534 INFO O| Dec 20 20:21:22.534 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7951 | 2024-12-20T20:21:22.941Z | [ recovery-image] Dec 20 20:21:22.650 INFO O| Dec 20 20:21:22.650 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7952 | 2024-12-20T20:21:22.998Z | [ recovery-image] Dec 20 20:21:22.708 INFO O| Dec 20 20:21:22.708 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7953 | 2024-12-20T20:21:23.011Z | [ recovery-image] Dec 20 20:21:22.721 INFO O| Dec 20 20:21:22.721 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7954 | 2024-12-20T20:21:23.017Z | [ recovery-image] Dec 20 20:21:22.727 INFO O| Dec 20 20:21:22.723 INFO no lofi found |
7955 | 2024-12-20T20:21:23.017Z | [ recovery-image] Dec 20 20:21:22.727 INFO O| Dec 20 20:21:22.723 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7956 | 2024-12-20T20:21:23.017Z | [ recovery-image] Dec 20 20:21:22.727 INFO O| Dec 20 20:21:22.723 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7957 | 2024-12-20T20:21:25.302Z | [ recovery-image] Dec 20 20:21:25.011 INFO O| Dec 20 20:21:25.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
7958 | 2024-12-20T20:21:25.302Z | [ recovery-image] Dec 20 20:21:25.011 INFO O| Dec 20 20:21:25.011 INFO pool device = /dev/dsk/c2t1d0p0 |
7959 | 2024-12-20T20:21:25.309Z | [ recovery-image] Dec 20 20:21:25.011 INFO O| Dec 20 20:21:25.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"] |
7960 | 2024-12-20T20:21:25.565Z | [ recovery-image] Dec 20 20:21:25.274 INFO O| Dec 20 20:21:25.274 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7961 | 2024-12-20T20:21:25.565Z | [ recovery-image] Dec 20 20:21:25.274 INFO O| Dec 20 20:21:25.274 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7962 | 2024-12-20T20:21:25.611Z | [ recovery-image] Dec 20 20:21:25.321 INFO O| Dec 20 20:21:25.321 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7963 | 2024-12-20T20:21:25.765Z | [ recovery-image] Dec 20 20:21:25.474 INFO O| Dec 20 20:21:25.474 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7964 | 2024-12-20T20:21:25.841Z | [ recovery-image] Dec 20 20:21:25.550 INFO O| Dec 20 20:21:25.550 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7965 | 2024-12-20T20:21:25.870Z | [ recovery-image] Dec 20 20:21:25.580 INFO O| Dec 20 20:21:25.580 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7966 | 2024-12-20T20:21:25.909Z | [ recovery-image] Dec 20 20:21:25.618 INFO O| Dec 20 20:21:25.618 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7967 | 2024-12-20T20:21:26.025Z | [ recovery-image] Dec 20 20:21:25.734 INFO O| Dec 20 20:21:25.734 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7968 | 2024-12-20T20:21:26.025Z | [ recovery-image] Dec 20 20:21:25.734 INFO O| Dec 20 20:21:25.734 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7969 | 2024-12-20T20:21:26.027Z | [ recovery-image] Dec 20 20:21:25.734 INFO O| Dec 20 20:21:25.734 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7970 | 2024-12-20T20:21:26.080Z | [ recovery-image] Dec 20 20:21:25.790 INFO O| Dec 20 20:21:25.790 INFO boot environment UUID: 8b8745e3-37d3-426d-8dd5-83e17658c350 |
7971 | 2024-12-20T20:21:26.080Z | [ recovery-image] Dec 20 20:21:25.790 INFO O| Dec 20 20:21:25.790 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8b8745e3-37d3-426d-8dd5-83e17658c350 |
7972 | 2024-12-20T20:21:26.090Z | [ host-image] Dec 20 20:21:25.799 INFO O| Dec 20 20:21:25.799 INFO O| Done |
7973 | 2024-12-20T20:21:26.103Z | [ recovery-image] Dec 20 20:21:25.812 INFO O| Dec 20 20:21:25.812 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7974 | 2024-12-20T20:21:26.151Z | [ recovery-image] Dec 20 20:21:25.860 INFO O| Dec 20 20:21:25.860 INFO STEP 0 (create_be) COMPLETE |
7975 | 2024-12-20T20:21:26.151Z | [ recovery-image] Dec 20 20:21:25.860 INFO O| Dec 20 20:21:25.860 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7976 | 2024-12-20T20:21:26.183Z | [ recovery-image] Dec 20 20:21:25.893 INFO O| Dec 20 20:21:25.893 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"] |
7977 | 2024-12-20T20:21:28.622Z | [ host-image] Dec 20 20:21:28.316 INFO O| Dec 20 20:21:28.316 INFO O| Done |
7978 | 2024-12-20T20:21:29.725Z | [ host-image] Dec 20 20:21:29.434 INFO O| Dec 20 20:21:29.434 INFO STEP 11 (pkg_install) COMPLETE |
7979 | 2024-12-20T20:21:29.726Z | [ host-image] Dec 20 20:21:29.434 INFO O| Dec 20 20:21:29.434 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7980 | 2024-12-20T20:21:29.755Z | [ host-image] Dec 20 20:21:29.464 INFO O| Dec 20 20:21:29.464 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"] |
7981 | 2024-12-20T20:21:31.392Z | [ host-image] Dec 20 20:21:31.101 INFO O| Dec 20 20:21:31.101 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7982 | 2024-12-20T20:21:31.706Z | [ recovery-image] Dec 20 20:21:31.416 INFO O| Dec 20 20:21:31.416 INFO STEP 1 (unpack_tar) COMPLETE |
7983 | 2024-12-20T20:21:31.706Z | [ recovery-image] Dec 20 20:21:31.416 INFO O| Dec 20 20:21:31.416 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7984 | 2024-12-20T20:21:31.730Z | [ recovery-image] Dec 20 20:21:31.439 INFO O| Dec 20 20:21:31.438 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7985 | 2024-12-20T20:21:32.155Z | [ recovery-image] Dec 20 20:21:31.864 INFO O| Dec 20 20:21:31.864 INFO STEP 2 (devfsadm) COMPLETE |
7986 | 2024-12-20T20:21:32.155Z | [ recovery-image] Dec 20 20:21:31.864 INFO O| Dec 20 20:21:31.864 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7987 | 2024-12-20T20:21:32.175Z | [ recovery-image] Dec 20 20:21:31.885 INFO O| Dec 20 20:21:31.885 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7988 | 2024-12-20T20:21:32.175Z | [ recovery-image] Dec 20 20:21:31.885 INFO O| Dec 20 20:21:31.885 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7989 | 2024-12-20T20:21:32.176Z | [ recovery-image] Dec 20 20:21:31.885 INFO O| Dec 20 20:21:31.885 INFO STEP 3 (ensure_dir) COMPLETE |
7990 | 2024-12-20T20:21:32.176Z | [ recovery-image] Dec 20 20:21:31.885 INFO O| Dec 20 20:21:31.885 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7991 | 2024-12-20T20:21:32.196Z | [ recovery-image] Dec 20 20:21:31.905 INFO O| Dec 20 20:21:31.905 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7992 | 2024-12-20T20:21:32.196Z | [ recovery-image] Dec 20 20:21:31.905 INFO O| Dec 20 20:21:31.905 INFO STEP 4 (ensure_dir) COMPLETE |
7993 | 2024-12-20T20:21:32.198Z | [ recovery-image] Dec 20 20:21:31.905 INFO O| Dec 20 20:21:31.905 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7994 | 2024-12-20T20:21:32.235Z | [ recovery-image] Dec 20 20:21:31.945 INFO O| Dec 20 20:21:31.944 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7995 | 2024-12-20T20:21:32.235Z | [ recovery-image] Dec 20 20:21:31.945 INFO O| Dec 20 20:21:31.945 INFO STEP 5 (ensure_dir) COMPLETE |
7996 | 2024-12-20T20:21:32.238Z | [ recovery-image] Dec 20 20:21:31.945 INFO O| Dec 20 20:21:31.945 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7997 | 2024-12-20T20:21:32.259Z | [ recovery-image] Dec 20 20:21:31.968 INFO O| Dec 20 20:21:31.968 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7998 | 2024-12-20T20:21:32.264Z | [ recovery-image] Dec 20 20:21:31.968 INFO O| Dec 20 20:21:31.968 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7999 | 2024-12-20T20:21:32.264Z | [ recovery-image] Dec 20 20:21:31.968 INFO O| Dec 20 20:21:31.968 INFO STEP 6 (ensure_dir) COMPLETE |
8000 | 2024-12-20T20:21:32.264Z | [ recovery-image] Dec 20 20:21:31.968 INFO O| Dec 20 20:21:31.968 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8001 | 2024-12-20T20:21:32.303Z | [ recovery-image] Dec 20 20:21:32.013 INFO O| Dec 20 20:21:32.013 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8002 | 2024-12-20T20:21:32.309Z | [ recovery-image] Dec 20 20:21:32.013 INFO O| Dec 20 20:21:32.013 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8003 | 2024-12-20T20:21:32.309Z | [ recovery-image] Dec 20 20:21:32.013 INFO O| Dec 20 20:21:32.013 INFO STEP 7 (ensure_dir) COMPLETE |
8004 | 2024-12-20T20:21:32.309Z | [ recovery-image] Dec 20 20:21:32.013 INFO O| Dec 20 20:21:32.013 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8005 | 2024-12-20T20:21:32.327Z | [ recovery-image] Dec 20 20:21:32.036 INFO O| Dec 20 20:21:32.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8006 | 2024-12-20T20:21:32.330Z | [ recovery-image] Dec 20 20:21:32.036 INFO O| Dec 20 20:21:32.036 INFO STEP 8 (remove_files) COMPLETE |
8007 | 2024-12-20T20:21:32.330Z | [ recovery-image] Dec 20 20:21:32.036 INFO O| Dec 20 20:21:32.036 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8008 | 2024-12-20T20:21:32.374Z | [ recovery-image] Dec 20 20:21:32.058 INFO O| Dec 20 20:21:32.058 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8009 | 2024-12-20T20:21:32.378Z | [ recovery-image] Dec 20 20:21:32.059 INFO O| Dec 20 20:21:32.059 INFO STEP 9 (remove_files) COMPLETE |
8010 | 2024-12-20T20:21:32.378Z | [ recovery-image] Dec 20 20:21:32.059 INFO O| Dec 20 20:21:32.059 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8011 | 2024-12-20T20:21:32.378Z | [ recovery-image] Dec 20 20:21:32.086 INFO O| Dec 20 20:21:32.086 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8012 | 2024-12-20T20:21:32.381Z | [ recovery-image] Dec 20 20:21:32.087 INFO O| Dec 20 20:21:32.087 INFO STEP 10 (remove_files) COMPLETE |
8013 | 2024-12-20T20:21:32.381Z | [ recovery-image] Dec 20 20:21:32.087 INFO O| Dec 20 20:21:32.087 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8014 | 2024-12-20T20:21:32.399Z | [ recovery-image] Dec 20 20:21:32.109 INFO O| Dec 20 20:21:32.108 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8015 | 2024-12-20T20:21:32.400Z | [ recovery-image] Dec 20 20:21:32.109 INFO O| Dec 20 20:21:32.109 INFO STEP 11 (remove_files) COMPLETE |
8016 | 2024-12-20T20:21:32.400Z | [ recovery-image] Dec 20 20:21:32.109 INFO O| Dec 20 20:21:32.109 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8017 | 2024-12-20T20:21:32.422Z | [ recovery-image] Dec 20 20:21:32.131 INFO O| Dec 20 20:21:32.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8018 | 2024-12-20T20:21:32.422Z | [ recovery-image] Dec 20 20:21:32.132 INFO O| Dec 20 20:21:32.131 INFO STEP 12 (remove_files) COMPLETE |
8019 | 2024-12-20T20:21:32.422Z | [ recovery-image] Dec 20 20:21:32.132 INFO O| Dec 20 20:21:32.132 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8020 | 2024-12-20T20:21:32.469Z | [ recovery-image] Dec 20 20:21:32.176 INFO O| Dec 20 20:21:32.176 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8021 | 2024-12-20T20:21:32.469Z | [ recovery-image] Dec 20 20:21:32.176 INFO O| Dec 20 20:21:32.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8022 | 2024-12-20T20:21:32.469Z | [ recovery-image] Dec 20 20:21:32.176 INFO O| Dec 20 20:21:32.176 INFO STEP 13 (ensure_dir) COMPLETE |
8023 | 2024-12-20T20:21:32.469Z | [ recovery-image] Dec 20 20:21:32.176 INFO O| Dec 20 20:21:32.176 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8024 | 2024-12-20T20:21:32.489Z | [ recovery-image] Dec 20 20:21:32.198 INFO O| Dec 20 20:21:32.198 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8025 | 2024-12-20T20:21:32.490Z | [ recovery-image] Dec 20 20:21:32.198 INFO O| Dec 20 20:21:32.198 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8026 | 2024-12-20T20:21:32.493Z | [ recovery-image] Dec 20 20:21:32.199 INFO O| Dec 20 20:21:32.199 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8027 | 2024-12-20T20:21:32.493Z | [ recovery-image] Dec 20 20:21:32.199 INFO O| Dec 20 20:21:32.199 INFO STEP 14 (ensure_dir) COMPLETE |
8028 | 2024-12-20T20:21:32.493Z | [ recovery-image] Dec 20 20:21:32.199 INFO O| Dec 20 20:21:32.199 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8029 | 2024-12-20T20:21:32.515Z | [ recovery-image] Dec 20 20:21:32.225 INFO O| Dec 20 20:21:32.225 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8030 | 2024-12-20T20:21:32.515Z | [ recovery-image] Dec 20 20:21:32.225 INFO O| Dec 20 20:21:32.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8031 | 2024-12-20T20:21:32.519Z | [ recovery-image] Dec 20 20:21:32.225 INFO O| Dec 20 20:21:32.225 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8032 | 2024-12-20T20:21:32.519Z | [ recovery-image] Dec 20 20:21:32.225 INFO O| Dec 20 20:21:32.225 INFO STEP 15 (ensure_dir) COMPLETE |
8033 | 2024-12-20T20:21:32.519Z | [ recovery-image] Dec 20 20:21:32.225 INFO O| Dec 20 20:21:32.225 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8034 | 2024-12-20T20:21:32.542Z | [ recovery-image] Dec 20 20:21:32.251 INFO O| Dec 20 20:21:32.251 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8035 | 2024-12-20T20:21:32.542Z | [ recovery-image] Dec 20 20:21:32.251 INFO O| Dec 20 20:21:32.251 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8036 | 2024-12-20T20:21:32.542Z | [ recovery-image] Dec 20 20:21:32.251 INFO O| Dec 20 20:21:32.251 INFO STEP 16 (ensure_dir) COMPLETE |
8037 | 2024-12-20T20:21:32.545Z | [ recovery-image] Dec 20 20:21:32.251 INFO O| Dec 20 20:21:32.251 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8038 | 2024-12-20T20:21:32.568Z | [ recovery-image] Dec 20 20:21:32.277 INFO O| Dec 20 20:21:32.276 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8039 | 2024-12-20T20:21:32.568Z | [ recovery-image] Dec 20 20:21:32.277 INFO O| Dec 20 20:21:32.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8040 | 2024-12-20T20:21:32.568Z | [ recovery-image] Dec 20 20:21:32.277 INFO O| Dec 20 20:21:32.277 INFO STEP 17 (ensure_dir) COMPLETE |
8041 | 2024-12-20T20:21:32.574Z | [ recovery-image] Dec 20 20:21:32.277 INFO O| Dec 20 20:21:32.277 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8042 | 2024-12-20T20:21:32.594Z | [ recovery-image] Dec 20 20:21:32.302 INFO O| Dec 20 20:21:32.302 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8043 | 2024-12-20T20:21:32.597Z | [ recovery-image] Dec 20 20:21:32.302 INFO O| Dec 20 20:21:32.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8044 | 2024-12-20T20:21:32.597Z | [ recovery-image] Dec 20 20:21:32.302 INFO O| Dec 20 20:21:32.302 INFO ok! |
8045 | 2024-12-20T20:21:32.597Z | [ recovery-image] Dec 20 20:21:32.302 INFO O| Dec 20 20:21:32.302 INFO STEP 18 (ensure_symlink) COMPLETE |
8046 | 2024-12-20T20:21:32.597Z | [ recovery-image] Dec 20 20:21:32.302 INFO O| Dec 20 20:21:32.302 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8047 | 2024-12-20T20:21:32.620Z | [ recovery-image] Dec 20 20:21:32.329 INFO O| Dec 20 20:21:32.328 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8048 | 2024-12-20T20:21:32.620Z | [ recovery-image] Dec 20 20:21:32.329 INFO O| Dec 20 20:21:32.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8049 | 2024-12-20T20:21:32.620Z | [ recovery-image] Dec 20 20:21:32.329 INFO O| Dec 20 20:21:32.329 INFO ok! |
8050 | 2024-12-20T20:21:32.620Z | [ recovery-image] Dec 20 20:21:32.329 INFO O| Dec 20 20:21:32.329 INFO STEP 19 (ensure_file) COMPLETE |
8051 | 2024-12-20T20:21:32.620Z | [ recovery-image] Dec 20 20:21:32.329 INFO O| Dec 20 20:21:32.329 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8052 | 2024-12-20T20:21:32.645Z | [ recovery-image] Dec 20 20:21:32.355 INFO O| Dec 20 20:21:32.354 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8053 | 2024-12-20T20:21:32.650Z | [ recovery-image] Dec 20 20:21:32.355 INFO O| Dec 20 20:21:32.354 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8054 | 2024-12-20T20:21:32.650Z | [ recovery-image] Dec 20 20:21:32.355 INFO O| Dec 20 20:21:32.355 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8055 | 2024-12-20T20:21:32.650Z | [ recovery-image] Dec 20 20:21:32.355 INFO O| Dec 20 20:21:32.355 INFO ok! |
8056 | 2024-12-20T20:21:32.650Z | [ recovery-image] Dec 20 20:21:32.355 INFO O| Dec 20 20:21:32.355 INFO STEP 20 (ensure_symlink) COMPLETE |
8057 | 2024-12-20T20:21:32.650Z | [ recovery-image] Dec 20 20:21:32.355 INFO O| Dec 20 20:21:32.355 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8058 | 2024-12-20T20:21:32.672Z | [ recovery-image] Dec 20 20:21:32.382 INFO O| Dec 20 20:21:32.381 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8059 | 2024-12-20T20:21:32.672Z | [ recovery-image] Dec 20 20:21:32.382 INFO O| Dec 20 20:21:32.382 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8060 | 2024-12-20T20:21:32.677Z | [ recovery-image] Dec 20 20:21:32.382 INFO O| Dec 20 20:21:32.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8061 | 2024-12-20T20:21:32.677Z | [ recovery-image] Dec 20 20:21:32.382 INFO O| Dec 20 20:21:32.382 INFO ok! |
8062 | 2024-12-20T20:21:32.677Z | [ recovery-image] Dec 20 20:21:32.382 INFO O| Dec 20 20:21:32.382 INFO STEP 21 (ensure_symlink) COMPLETE |
8063 | 2024-12-20T20:21:32.677Z | [ recovery-image] Dec 20 20:21:32.382 INFO O| Dec 20 20:21:32.382 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8064 | 2024-12-20T20:21:32.697Z | [ recovery-image] Dec 20 20:21:32.407 INFO O| Dec 20 20:21:32.407 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8065 | 2024-12-20T20:21:32.697Z | [ recovery-image] Dec 20 20:21:32.407 INFO O| Dec 20 20:21:32.407 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8066 | 2024-12-20T20:21:32.701Z | [ recovery-image] Dec 20 20:21:32.407 INFO O| Dec 20 20:21:32.407 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8067 | 2024-12-20T20:21:32.701Z | [ recovery-image] Dec 20 20:21:32.407 INFO O| Dec 20 20:21:32.407 INFO ok! |
8068 | 2024-12-20T20:21:32.701Z | [ recovery-image] Dec 20 20:21:32.407 INFO O| Dec 20 20:21:32.407 INFO STEP 22 (ensure_symlink) COMPLETE |
8069 | 2024-12-20T20:21:32.701Z | [ recovery-image] Dec 20 20:21:32.408 INFO O| Dec 20 20:21:32.407 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8070 | 2024-12-20T20:21:32.723Z | [ recovery-image] Dec 20 20:21:32.433 INFO O| Dec 20 20:21:32.432 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8071 | 2024-12-20T20:21:32.723Z | [ recovery-image] Dec 20 20:21:32.433 INFO O| Dec 20 20:21:32.433 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8072 | 2024-12-20T20:21:32.727Z | [ recovery-image] Dec 20 20:21:32.433 INFO O| Dec 20 20:21:32.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8073 | 2024-12-20T20:21:32.727Z | [ recovery-image] Dec 20 20:21:32.433 INFO O| Dec 20 20:21:32.433 INFO ok! |
8074 | 2024-12-20T20:21:32.727Z | [ recovery-image] Dec 20 20:21:32.433 INFO O| Dec 20 20:21:32.433 INFO STEP 23 (ensure_symlink) COMPLETE |
8075 | 2024-12-20T20:21:32.727Z | [ recovery-image] Dec 20 20:21:32.433 INFO O| Dec 20 20:21:32.433 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8076 | 2024-12-20T20:21:32.768Z | [ recovery-image] Dec 20 20:21:32.477 INFO O| Dec 20 20:21:32.477 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8077 | 2024-12-20T20:21:32.768Z | [ recovery-image] Dec 20 20:21:32.477 INFO O| Dec 20 20:21:32.477 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 ... |
8078 | 2024-12-20T20:21:32.771Z | [ recovery-image] Dec 20 20:21:32.478 INFO O| Dec 20 20:21:32.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8079 | 2024-12-20T20:21:32.771Z | [ recovery-image] Dec 20 20:21:32.478 INFO O| Dec 20 20:21:32.478 INFO ok! |
8080 | 2024-12-20T20:21:32.771Z | [ recovery-image] Dec 20 20:21:32.478 INFO O| Dec 20 20:21:32.478 INFO STEP 24 (ensure_file) COMPLETE |
8081 | 2024-12-20T20:21:32.771Z | [ recovery-image] Dec 20 20:21:32.478 INFO O| Dec 20 20:21:32.478 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8082 | 2024-12-20T20:21:32.797Z | [ recovery-image] Dec 20 20:21:32.505 INFO O| Dec 20 20:21:32.505 INFO updating shadow file |
8083 | 2024-12-20T20:21:32.806Z | [ recovery-image] Dec 20 20:21:32.506 INFO O| Dec 20 20:21:32.506 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8084 | 2024-12-20T20:21:32.806Z | [ recovery-image] Dec 20 20:21:32.506 INFO O| Dec 20 20:21:32.506 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8085 | 2024-12-20T20:21:32.806Z | [ recovery-image] Dec 20 20:21:32.506 INFO O| Dec 20 20:21:32.506 INFO STEP 25 (shadow) COMPLETE |
8086 | 2024-12-20T20:21:32.806Z | [ recovery-image] Dec 20 20:21:32.506 INFO O| Dec 20 20:21:32.506 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8087 | 2024-12-20T20:21:32.824Z | [ recovery-image] Dec 20 20:21:32.532 INFO O| Dec 20 20:21:32.532 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8088 | 2024-12-20T20:21:32.824Z | [ recovery-image] Dec 20 20:21:32.532 INFO O| Dec 20 20:21:32.532 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8089 | 2024-12-20T20:21:32.828Z | [ recovery-image] Dec 20 20:21:32.533 INFO O| Dec 20 20:21:32.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8090 | 2024-12-20T20:21:32.828Z | [ recovery-image] Dec 20 20:21:32.533 INFO O| Dec 20 20:21:32.533 INFO ok! |
8091 | 2024-12-20T20:21:32.828Z | [ recovery-image] Dec 20 20:21:32.533 INFO O| Dec 20 20:21:32.533 INFO STEP 26 (ensure_file) COMPLETE |
8092 | 2024-12-20T20:21:32.828Z | [ recovery-image] Dec 20 20:21:32.533 INFO O| Dec 20 20:21:32.533 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8093 | 2024-12-20T20:21:32.858Z | [ recovery-image] Dec 20 20:21:32.560 INFO O| Dec 20 20:21:32.560 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8094 | 2024-12-20T20:21:32.858Z | [ recovery-image] Dec 20 20:21:32.560 INFO O| Dec 20 20:21:32.560 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8095 | 2024-12-20T20:21:32.884Z | [ recovery-image] Dec 20 20:21:32.560 INFO O| Dec 20 20:21:32.560 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8096 | 2024-12-20T20:21:32.884Z | [ recovery-image] Dec 20 20:21:32.560 INFO O| Dec 20 20:21:32.560 INFO ok! |
8097 | 2024-12-20T20:21:32.884Z | [ recovery-image] Dec 20 20:21:32.560 INFO O| Dec 20 20:21:32.560 INFO STEP 27 (ensure_file) COMPLETE |
8098 | 2024-12-20T20:21:32.884Z | [ recovery-image] Dec 20 20:21:32.560 INFO O| Dec 20 20:21:32.560 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8099 | 2024-12-20T20:21:33.319Z | [ recovery-image] Dec 20 20:21:32.589 INFO O| Dec 20 20:21:32.589 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8100 | 2024-12-20T20:21:33.319Z | [ recovery-image] Dec 20 20:21:32.589 INFO O| Dec 20 20:21:32.589 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8101 | 2024-12-20T20:21:33.319Z | [ recovery-image] Dec 20 20:21:32.589 INFO O| Dec 20 20:21:32.589 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8102 | 2024-12-20T20:21:33.319Z | [ recovery-image] Dec 20 20:21:32.589 INFO O| Dec 20 20:21:32.589 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8103 | 2024-12-20T20:21:33.319Z | [ recovery-image] Dec 20 20:21:32.589 INFO O| Dec 20 20:21:32.589 INFO ok! |
8104 | 2024-12-20T20:21:33.320Z | [ recovery-image] Dec 20 20:21:32.589 INFO O| Dec 20 20:21:32.589 INFO STEP 28 (ensure_file) COMPLETE |
8105 | 2024-12-20T20:21:33.320Z | [ recovery-image] Dec 20 20:21:32.590 INFO O| Dec 20 20:21:32.589 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8106 | 2024-12-20T20:21:33.328Z | [ recovery-image] Dec 20 20:21:32.615 INFO O| Dec 20 20:21:32.615 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8107 | 2024-12-20T20:21:33.328Z | [ recovery-image] Dec 20 20:21:32.616 INFO O| Dec 20 20:21:32.615 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8108 | 2024-12-20T20:21:33.328Z | [ recovery-image] Dec 20 20:21:32.616 INFO O| Dec 20 20:21:32.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8109 | 2024-12-20T20:21:33.328Z | [ recovery-image] Dec 20 20:21:32.616 INFO O| Dec 20 20:21:32.616 INFO ok! |
8110 | 2024-12-20T20:21:33.328Z | [ recovery-image] Dec 20 20:21:32.616 INFO O| Dec 20 20:21:32.616 INFO STEP 29 (ensure_file) COMPLETE |
8111 | 2024-12-20T20:21:33.328Z | [ recovery-image] Dec 20 20:21:32.616 INFO O| Dec 20 20:21:32.616 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8112 | 2024-12-20T20:21:33.328Z | [ recovery-image] Dec 20 20:21:32.643 INFO O| Dec 20 20:21:32.643 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8113 | 2024-12-20T20:21:33.329Z | [ recovery-image] Dec 20 20:21:32.643 INFO O| Dec 20 20:21:32.643 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8114 | 2024-12-20T20:21:33.329Z | [ recovery-image] Dec 20 20:21:32.643 INFO O| Dec 20 20:21:32.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8115 | 2024-12-20T20:21:33.329Z | [ recovery-image] Dec 20 20:21:32.643 INFO O| Dec 20 20:21:32.643 INFO ok! |
8116 | 2024-12-20T20:21:33.329Z | [ recovery-image] Dec 20 20:21:32.643 INFO O| Dec 20 20:21:32.643 INFO STEP 30 (ensure_file) COMPLETE |
8117 | 2024-12-20T20:21:33.329Z | [ recovery-image] Dec 20 20:21:32.643 INFO O| Dec 20 20:21:32.643 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8118 | 2024-12-20T20:21:33.330Z | [ recovery-image] Dec 20 20:21:32.668 INFO O| Dec 20 20:21:32.668 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8119 | 2024-12-20T20:21:33.331Z | [ recovery-image] Dec 20 20:21:32.668 INFO O| Dec 20 20:21:32.668 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8120 | 2024-12-20T20:21:33.331Z | [ recovery-image] Dec 20 20:21:32.668 INFO O| Dec 20 20:21:32.668 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8121 | 2024-12-20T20:21:33.331Z | [ recovery-image] Dec 20 20:21:32.668 INFO O| Dec 20 20:21:32.668 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8122 | 2024-12-20T20:21:33.331Z | [ recovery-image] Dec 20 20:21:32.668 INFO O| Dec 20 20:21:32.668 INFO ok! |
8123 | 2024-12-20T20:21:33.331Z | [ recovery-image] Dec 20 20:21:32.668 INFO O| Dec 20 20:21:32.668 INFO STEP 31 (ensure_file) COMPLETE |
8124 | 2024-12-20T20:21:33.331Z | [ recovery-image] Dec 20 20:21:32.668 INFO O| Dec 20 20:21:32.668 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8125 | 2024-12-20T20:21:33.331Z | [ recovery-image] Dec 20 20:21:32.693 INFO O| Dec 20 20:21:32.693 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8126 | 2024-12-20T20:21:33.331Z | [ recovery-image] Dec 20 20:21:32.693 INFO O| Dec 20 20:21:32.693 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8127 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.693 INFO O| Dec 20 20:21:32.693 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8128 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.693 INFO O| Dec 20 20:21:32.693 INFO ok! |
8129 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.694 INFO O| Dec 20 20:21:32.693 INFO STEP 32 (ensure_file) COMPLETE |
8130 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.694 INFO O| Dec 20 20:21:32.693 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8131 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.719 INFO O| Dec 20 20:21:32.719 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8132 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.719 INFO O| Dec 20 20:21:32.719 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8133 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.719 INFO O| Dec 20 20:21:32.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8134 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.719 INFO O| Dec 20 20:21:32.719 INFO ok! |
8135 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.719 INFO O| Dec 20 20:21:32.719 INFO STEP 33 (ensure_file) COMPLETE |
8136 | 2024-12-20T20:21:33.332Z | [ recovery-image] Dec 20 20:21:32.719 INFO O| Dec 20 20:21:32.719 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8137 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.750 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8138 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.751 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8139 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.751 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8140 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.751 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8141 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.751 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8142 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.751 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8143 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.751 INFO ok! |
8144 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.751 INFO STEP 34 (ensure_file) COMPLETE |
8145 | 2024-12-20T20:21:33.334Z | [ recovery-image] Dec 20 20:21:32.751 INFO O| Dec 20 20:21:32.751 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8146 | 2024-12-20T20:21:33.335Z | [ recovery-image] Dec 20 20:21:32.788 INFO O| Dec 20 20:21:32.788 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8147 | 2024-12-20T20:21:33.335Z | [ recovery-image] Dec 20 20:21:32.788 INFO O| Dec 20 20:21:32.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8148 | 2024-12-20T20:21:33.336Z | [ recovery-image] Dec 20 20:21:32.788 INFO O| Dec 20 20:21:32.788 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8149 | 2024-12-20T20:21:33.336Z | [ recovery-image] Dec 20 20:21:32.788 INFO O| Dec 20 20:21:32.788 INFO STEP 35 (ensure_dir) COMPLETE |
8150 | 2024-12-20T20:21:33.336Z | [ recovery-image] Dec 20 20:21:32.788 INFO O| Dec 20 20:21:32.788 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8151 | 2024-12-20T20:21:33.336Z | [ recovery-image] Dec 20 20:21:32.813 INFO O| Dec 20 20:21:32.813 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 |
8152 | 2024-12-20T20:21:33.336Z | [ recovery-image] Dec 20 20:21:32.813 INFO O| Dec 20 20:21:32.813 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 ... |
8153 | 2024-12-20T20:21:33.336Z | [ recovery-image] Dec 20 20:21:32.813 INFO O| Dec 20 20:21:32.813 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 |
8154 | 2024-12-20T20:21:33.337Z | [ recovery-image] Dec 20 20:21:32.813 INFO O| Dec 20 20:21:32.813 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 |
8155 | 2024-12-20T20:21:33.337Z | [ recovery-image] Dec 20 20:21:32.813 INFO O| Dec 20 20:21:32.813 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 |
8156 | 2024-12-20T20:21:33.337Z | [ recovery-image] Dec 20 20:21:32.813 INFO O| Dec 20 20:21:32.813 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 |
8157 | 2024-12-20T20:21:33.337Z | [ recovery-image] Dec 20 20:21:32.813 INFO O| Dec 20 20:21:32.813 INFO ok! |
8158 | 2024-12-20T20:21:33.337Z | [ recovery-image] Dec 20 20:21:32.814 INFO O| Dec 20 20:21:32.813 INFO STEP 36 (ensure_file) COMPLETE |
8159 | 2024-12-20T20:21:33.337Z | [ recovery-image] Dec 20 20:21:32.814 INFO O| Dec 20 20:21:32.814 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8160 | 2024-12-20T20:21:33.337Z | [ recovery-image] Dec 20 20:21:32.849 INFO O| Dec 20 20:21:32.849 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8161 | 2024-12-20T20:21:33.338Z | [ recovery-image] Dec 20 20:21:32.849 INFO O| Dec 20 20:21:32.849 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 ... |
8162 | 2024-12-20T20:21:33.338Z | [ recovery-image] Dec 20 20:21:32.850 INFO O| Dec 20 20:21:32.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8163 | 2024-12-20T20:21:33.338Z | [ recovery-image] Dec 20 20:21:32.850 INFO O| Dec 20 20:21:32.850 INFO ok! |
8164 | 2024-12-20T20:21:33.338Z | [ recovery-image] Dec 20 20:21:32.850 INFO O| Dec 20 20:21:32.850 INFO STEP 37 (ensure_symlink) COMPLETE |
8165 | 2024-12-20T20:21:33.338Z | [ recovery-image] Dec 20 20:21:32.850 INFO O| Dec 20 20:21:32.850 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8166 | 2024-12-20T20:21:33.338Z | [ recovery-image] Dec 20 20:21:32.873 INFO O| Dec 20 20:21:32.873 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8167 | 2024-12-20T20:21:33.338Z | [ recovery-image] Dec 20 20:21:32.873 INFO O| Dec 20 20:21:32.873 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8168 | 2024-12-20T20:21:33.338Z | [ recovery-image] Dec 20 20:21:32.874 INFO O| Dec 20 20:21:32.873 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8169 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.874 INFO O| Dec 20 20:21:32.874 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8170 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.874 INFO O| Dec 20 20:21:32.874 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8171 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.874 INFO O| Dec 20 20:21:32.874 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8172 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.874 INFO O| Dec 20 20:21:32.874 INFO ok! |
8173 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.874 INFO O| Dec 20 20:21:32.874 INFO STEP 38 (ensure_file) COMPLETE |
8174 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.874 INFO O| Dec 20 20:21:32.874 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8175 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.898 INFO O| Dec 20 20:21:32.898 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8176 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.898 INFO O| Dec 20 20:21:32.898 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 ... |
8177 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.899 INFO O| Dec 20 20:21:32.899 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 |
8178 | 2024-12-20T20:21:33.339Z | [ recovery-image] Dec 20 20:21:32.899 INFO O| Dec 20 20:21:32.899 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8179 | 2024-12-20T20:21:33.340Z | [ recovery-image] Dec 20 20:21:32.899 INFO O| Dec 20 20:21:32.899 INFO ok! |
8180 | 2024-12-20T20:21:33.340Z | [ recovery-image] Dec 20 20:21:32.899 INFO O| Dec 20 20:21:32.899 INFO STEP 39 (ensure_file) COMPLETE |
8181 | 2024-12-20T20:21:33.340Z | [ recovery-image] Dec 20 20:21:32.900 INFO O| Dec 20 20:21:32.899 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8182 | 2024-12-20T20:21:33.340Z | [ recovery-image] Dec 20 20:21:32.925 INFO O| Dec 20 20:21:32.925 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8183 | 2024-12-20T20:21:33.340Z | [ recovery-image] Dec 20 20:21:32.925 INFO O| Dec 20 20:21:32.925 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8184 | 2024-12-20T20:21:33.340Z | [ recovery-image] Dec 20 20:21:32.925 INFO O| Dec 20 20:21:32.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8185 | 2024-12-20T20:21:33.340Z | [ recovery-image] Dec 20 20:21:32.925 INFO O| Dec 20 20:21:32.925 INFO ok! |
8186 | 2024-12-20T20:21:33.340Z | [ recovery-image] Dec 20 20:21:32.925 INFO O| Dec 20 20:21:32.925 INFO STEP 40 (ensure_file) COMPLETE |
8187 | 2024-12-20T20:21:33.341Z | [ recovery-image] Dec 20 20:21:32.926 INFO O| Dec 20 20:21:32.926 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8188 | 2024-12-20T20:21:33.341Z | [ recovery-image] Dec 20 20:21:32.969 INFO O| Dec 20 20:21:32.968 INFO updating shadow file |
8189 | 2024-12-20T20:21:33.341Z | [ recovery-image] Dec 20 20:21:32.969 INFO O| Dec 20 20:21:32.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8190 | 2024-12-20T20:21:33.342Z | [ recovery-image] Dec 20 20:21:32.969 INFO O| Dec 20 20:21:32.969 INFO STEP 41 (shadow) COMPLETE |
8191 | 2024-12-20T20:21:33.342Z | [ recovery-image] Dec 20 20:21:32.969 INFO O| Dec 20 20:21:32.969 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8192 | 2024-12-20T20:21:33.342Z | [ recovery-image] Dec 20 20:21:32.991 INFO O| Dec 20 20:21:32.991 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8193 | 2024-12-20T20:21:33.342Z | [ recovery-image] Dec 20 20:21:32.991 INFO O| Dec 20 20:21:32.991 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8194 | 2024-12-20T20:21:33.342Z | [ recovery-image] Dec 20 20:21:32.991 INFO O| Dec 20 20:21:32.991 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8195 | 2024-12-20T20:21:33.342Z | [ recovery-image] Dec 20 20:21:32.991 INFO O| Dec 20 20:21:32.991 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8196 | 2024-12-20T20:21:33.342Z | [ recovery-image] Dec 20 20:21:32.991 INFO O| Dec 20 20:21:32.991 INFO ok! |
8197 | 2024-12-20T20:21:33.342Z | [ recovery-image] Dec 20 20:21:32.991 INFO O| Dec 20 20:21:32.991 INFO STEP 42 (ensure_file) COMPLETE |
8198 | 2024-12-20T20:21:33.343Z | [ recovery-image] Dec 20 20:21:32.991 INFO O| Dec 20 20:21:32.991 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8199 | 2024-12-20T20:21:33.343Z | [ recovery-image] Dec 20 20:21:33.013 INFO O| Dec 20 20:21:33.013 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8200 | 2024-12-20T20:21:33.343Z | [ recovery-image] Dec 20 20:21:33.013 INFO O| Dec 20 20:21:33.013 INFO STEP 43 (ensure_dir) COMPLETE |
8201 | 2024-12-20T20:21:33.343Z | [ recovery-image] Dec 20 20:21:33.013 INFO O| Dec 20 20:21:33.013 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8202 | 2024-12-20T20:21:33.343Z | [ recovery-image] Dec 20 20:21:33.033 INFO O| Dec 20 20:21:33.033 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8203 | 2024-12-20T20:21:33.343Z | [ recovery-image] Dec 20 20:21:33.033 INFO O| Dec 20 20:21:33.033 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8204 | 2024-12-20T20:21:33.343Z | [ recovery-image] Dec 20 20:21:33.033 INFO O| Dec 20 20:21:33.033 INFO STEP 44 (ensure_dir) COMPLETE |
8205 | 2024-12-20T20:21:33.345Z | [ recovery-image] Dec 20 20:21:33.033 INFO O| Dec 20 20:21:33.033 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8206 | 2024-12-20T20:21:33.353Z | [ recovery-image] Dec 20 20:21:33.061 INFO O| Dec 20 20:21:33.061 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8207 | 2024-12-20T20:21:33.353Z | [ recovery-image] Dec 20 20:21:33.061 INFO O| Dec 20 20:21:33.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8208 | 2024-12-20T20:21:33.354Z | [ recovery-image] Dec 20 20:21:33.061 INFO O| Dec 20 20:21:33.061 INFO STEP 45 (ensure_dir) COMPLETE |
8209 | 2024-12-20T20:21:33.354Z | [ recovery-image] Dec 20 20:21:33.061 INFO O| Dec 20 20:21:33.061 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8210 | 2024-12-20T20:21:33.425Z | [ recovery-image] Dec 20 20:21:33.100 INFO O| Dec 20 20:21:33.100 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8211 | 2024-12-20T20:21:33.425Z | [ recovery-image] Dec 20 20:21:33.100 INFO O| Dec 20 20:21:33.100 INFO copying /tmp/.tmpvU0PN2/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8212 | 2024-12-20T20:21:33.468Z | [ recovery-image] Dec 20 20:21:33.157 INFO O| Dec 20 20:21:33.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8213 | 2024-12-20T20:21:33.468Z | [ recovery-image] Dec 20 20:21:33.158 INFO O| Dec 20 20:21:33.157 INFO ok! |
8214 | 2024-12-20T20:21:33.468Z | [ recovery-image] Dec 20 20:21:33.158 INFO O| Dec 20 20:21:33.158 INFO STEP 46 (ensure_file) COMPLETE |
8215 | 2024-12-20T20:21:33.513Z | [ recovery-image] Dec 20 20:21:33.158 INFO O| Dec 20 20:21:33.158 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8216 | 2024-12-20T20:21:33.513Z | [ recovery-image] Dec 20 20:21:33.182 INFO O| Dec 20 20:21:33.182 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8217 | 2024-12-20T20:21:33.513Z | [ recovery-image] Dec 20 20:21:33.182 INFO O| Dec 20 20:21:33.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8218 | 2024-12-20T20:21:33.513Z | [ recovery-image] Dec 20 20:21:33.182 INFO O| Dec 20 20:21:33.182 INFO STEP 47 (ensure_dir) COMPLETE |
8219 | 2024-12-20T20:21:33.514Z | [ recovery-image] Dec 20 20:21:33.182 INFO O| Dec 20 20:21:33.182 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8220 | 2024-12-20T20:21:33.546Z | [ recovery-image] Dec 20 20:21:33.205 INFO O| Dec 20 20:21:33.205 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8221 | 2024-12-20T20:21:33.546Z | [ recovery-image] Dec 20 20:21:33.205 INFO O| Dec 20 20:21:33.205 INFO copying /tmp/.tmpvU0PN2/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8222 | 2024-12-20T20:21:33.548Z | [ recovery-image] Dec 20 20:21:33.205 INFO O| Dec 20 20:21:33.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8223 | 2024-12-20T20:21:33.548Z | [ recovery-image] Dec 20 20:21:33.205 INFO O| Dec 20 20:21:33.205 INFO ok! |
8224 | 2024-12-20T20:21:33.548Z | [ recovery-image] Dec 20 20:21:33.205 INFO O| Dec 20 20:21:33.205 INFO STEP 48 (ensure_file) COMPLETE |
8225 | 2024-12-20T20:21:33.548Z | [ recovery-image] Dec 20 20:21:33.206 INFO O| Dec 20 20:21:33.205 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8226 | 2024-12-20T20:21:33.548Z | [ recovery-image] Dec 20 20:21:33.227 INFO O| Dec 20 20:21:33.227 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8227 | 2024-12-20T20:21:33.548Z | [ recovery-image] Dec 20 20:21:33.227 INFO O| Dec 20 20:21:33.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8228 | 2024-12-20T20:21:33.549Z | [ recovery-image] Dec 20 20:21:33.227 INFO O| Dec 20 20:21:33.227 INFO STEP 49 (ensure_dir) COMPLETE |
8229 | 2024-12-20T20:21:33.549Z | [ recovery-image] Dec 20 20:21:33.228 INFO O| Dec 20 20:21:33.227 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8230 | 2024-12-20T20:21:33.566Z | [ recovery-image] Dec 20 20:21:33.249 INFO O| Dec 20 20:21:33.249 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8231 | 2024-12-20T20:21:33.566Z | [ recovery-image] Dec 20 20:21:33.249 INFO O| Dec 20 20:21:33.249 INFO copying /tmp/.tmpvU0PN2/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8232 | 2024-12-20T20:21:33.573Z | [ recovery-image] Dec 20 20:21:33.276 INFO O| Dec 20 20:21:33.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8233 | 2024-12-20T20:21:33.575Z | [ recovery-image] Dec 20 20:21:33.276 INFO O| Dec 20 20:21:33.276 INFO ok! |
8234 | 2024-12-20T20:21:33.575Z | [ recovery-image] Dec 20 20:21:33.276 INFO O| Dec 20 20:21:33.276 INFO STEP 50 (ensure_file) COMPLETE |
8235 | 2024-12-20T20:21:33.575Z | [ recovery-image] Dec 20 20:21:33.276 INFO O| Dec 20 20:21:33.276 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8236 | 2024-12-20T20:21:33.677Z | [ recovery-image] Dec 20 20:21:33.374 INFO O| Dec 20 20:21:33.374 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8237 | 2024-12-20T20:21:33.677Z | [ recovery-image] Dec 20 20:21:33.374 INFO O| Dec 20 20:21:33.374 INFO copying /tmp/.tmpvU0PN2/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8238 | 2024-12-20T20:21:35.569Z | [ recovery-image] Dec 20 20:21:35.268 INFO O| Dec 20 20:21:35.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8239 | 2024-12-20T20:21:35.569Z | [ recovery-image] Dec 20 20:21:35.268 INFO O| Dec 20 20:21:35.268 INFO ok! |
8240 | 2024-12-20T20:21:35.590Z | [ recovery-image] Dec 20 20:21:35.268 INFO O| Dec 20 20:21:35.268 INFO STEP 51 (ensure_file) COMPLETE |
8241 | 2024-12-20T20:21:35.590Z | [ recovery-image] Dec 20 20:21:35.268 INFO O| Dec 20 20:21:35.268 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8242 | 2024-12-20T20:21:35.604Z | [ recovery-image] Dec 20 20:21:35.288 INFO O| Dec 20 20:21:35.288 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8243 | 2024-12-20T20:21:35.604Z | [ recovery-image] Dec 20 20:21:35.288 INFO O| Dec 20 20:21:35.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8244 | 2024-12-20T20:21:35.604Z | [ recovery-image] Dec 20 20:21:35.288 INFO O| Dec 20 20:21:35.288 INFO STEP 52 (ensure_dir) COMPLETE |
8245 | 2024-12-20T20:21:35.604Z | [ recovery-image] Dec 20 20:21:35.288 INFO O| Dec 20 20:21:35.288 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8246 | 2024-12-20T20:21:35.622Z | [ recovery-image] Dec 20 20:21:35.332 INFO O| Dec 20 20:21:35.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8247 | 2024-12-20T20:21:35.622Z | [ recovery-image] Dec 20 20:21:35.332 INFO O| Dec 20 20:21:35.332 INFO copying /tmp/.tmpvU0PN2/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 ... |
8248 | 2024-12-20T20:21:35.629Z | [ recovery-image] Dec 20 20:21:35.332 INFO O| Dec 20 20:21:35.332 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 |
8249 | 2024-12-20T20:21:35.629Z | [ recovery-image] Dec 20 20:21:35.332 INFO O| Dec 20 20:21:35.332 INFO ok! |
8250 | 2024-12-20T20:21:35.629Z | [ recovery-image] Dec 20 20:21:35.332 INFO O| Dec 20 20:21:35.332 INFO STEP 53 (ensure_file) COMPLETE |
8251 | 2024-12-20T20:21:35.629Z | [ recovery-image] Dec 20 20:21:35.332 INFO O| Dec 20 20:21:35.332 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8252 | 2024-12-20T20:21:35.669Z | [ recovery-image] Dec 20 20:21:35.378 INFO O| Dec 20 20:21:35.378 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8253 | 2024-12-20T20:21:35.669Z | [ recovery-image] Dec 20 20:21:35.378 INFO O| Dec 20 20:21:35.378 INFO copying /tmp/.tmpvU0PN2/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 ... |
8254 | 2024-12-20T20:21:35.672Z | [ recovery-image] Dec 20 20:21:35.379 INFO O| Dec 20 20:21:35.379 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 |
8255 | 2024-12-20T20:21:35.672Z | [ recovery-image] Dec 20 20:21:35.379 INFO O| Dec 20 20:21:35.379 INFO ok! |
8256 | 2024-12-20T20:21:35.672Z | [ recovery-image] Dec 20 20:21:35.379 INFO O| Dec 20 20:21:35.379 INFO STEP 54 (ensure_file) COMPLETE |
8257 | 2024-12-20T20:21:35.672Z | [ recovery-image] Dec 20 20:21:35.379 INFO O| Dec 20 20:21:35.379 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8258 | 2024-12-20T20:21:35.696Z | [ recovery-image] Dec 20 20:21:35.405 INFO O| Dec 20 20:21:35.405 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8259 | 2024-12-20T20:21:35.699Z | [ recovery-image] Dec 20 20:21:35.405 INFO O| Dec 20 20:21:35.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8260 | 2024-12-20T20:21:35.699Z | [ recovery-image] Dec 20 20:21:35.405 INFO O| Dec 20 20:21:35.405 INFO STEP 55 (ensure_dir) COMPLETE |
8261 | 2024-12-20T20:21:35.699Z | [ recovery-image] Dec 20 20:21:35.405 INFO O| Dec 20 20:21:35.405 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8262 | 2024-12-20T20:21:35.731Z | [ recovery-image] Dec 20 20:21:35.441 INFO O| Dec 20 20:21:35.440 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8263 | 2024-12-20T20:21:35.732Z | [ recovery-image] Dec 20 20:21:35.441 INFO O| Dec 20 20:21:35.441 INFO copying /tmp/.tmpvU0PN2/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 ... |
8264 | 2024-12-20T20:21:35.735Z | [ recovery-image] Dec 20 20:21:35.441 INFO O| Dec 20 20:21:35.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8265 | 2024-12-20T20:21:35.735Z | [ recovery-image] Dec 20 20:21:35.441 INFO O| Dec 20 20:21:35.441 INFO ok! |
8266 | 2024-12-20T20:21:35.735Z | [ recovery-image] Dec 20 20:21:35.441 INFO O| Dec 20 20:21:35.441 INFO STEP 56 (ensure_file) COMPLETE |
8267 | 2024-12-20T20:21:35.735Z | [ recovery-image] Dec 20 20:21:35.441 INFO O| Dec 20 20:21:35.441 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8268 | 2024-12-20T20:21:35.767Z | [ recovery-image] Dec 20 20:21:35.477 INFO O| Dec 20 20:21:35.477 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8269 | 2024-12-20T20:21:35.767Z | [ recovery-image] Dec 20 20:21:35.477 INFO O| Dec 20 20:21:35.477 INFO copying /tmp/.tmpvU0PN2/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 ... |
8270 | 2024-12-20T20:21:35.770Z | [ recovery-image] Dec 20 20:21:35.477 INFO O| Dec 20 20:21:35.477 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 |
8271 | 2024-12-20T20:21:35.770Z | [ recovery-image] Dec 20 20:21:35.477 INFO O| Dec 20 20:21:35.477 INFO ok! |
8272 | 2024-12-20T20:21:35.770Z | [ recovery-image] Dec 20 20:21:35.477 INFO O| Dec 20 20:21:35.477 INFO STEP 57 (ensure_file) COMPLETE |
8273 | 2024-12-20T20:21:35.770Z | [ recovery-image] Dec 20 20:21:35.477 INFO O| Dec 20 20:21:35.477 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8274 | 2024-12-20T20:21:35.810Z | [ recovery-image] Dec 20 20:21:35.516 INFO O| Dec 20 20:21:35.516 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8275 | 2024-12-20T20:21:35.810Z | [ recovery-image] Dec 20 20:21:35.516 INFO O| Dec 20 20:21:35.516 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8276 | 2024-12-20T20:21:35.813Z | [ recovery-image] Dec 20 20:21:35.516 INFO O| Dec 20 20:21:35.516 INFO STEP 58 (ensure_dir) COMPLETE |
8277 | 2024-12-20T20:21:35.813Z | [ recovery-image] Dec 20 20:21:35.516 INFO O| Dec 20 20:21:35.516 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8278 | 2024-12-20T20:21:35.845Z | [ recovery-image] Dec 20 20:21:35.555 INFO O| Dec 20 20:21:35.555 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8279 | 2024-12-20T20:21:35.845Z | [ recovery-image] Dec 20 20:21:35.555 INFO O| Dec 20 20:21:35.555 INFO copying /tmp/.tmpvU0PN2/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 ... |
8280 | 2024-12-20T20:21:35.848Z | [ recovery-image] Dec 20 20:21:35.555 INFO O| Dec 20 20:21:35.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8281 | 2024-12-20T20:21:35.848Z | [ recovery-image] Dec 20 20:21:35.556 INFO O| Dec 20 20:21:35.556 INFO ok! |
8282 | 2024-12-20T20:21:35.848Z | [ recovery-image] Dec 20 20:21:35.556 INFO O| Dec 20 20:21:35.556 INFO STEP 59 (ensure_file) COMPLETE |
8283 | 2024-12-20T20:21:35.848Z | [ recovery-image] Dec 20 20:21:35.556 INFO O| Dec 20 20:21:35.556 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8284 | 2024-12-20T20:21:35.868Z | [ recovery-image] Dec 20 20:21:35.574 INFO O| Dec 20 20:21:35.574 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8285 | 2024-12-20T20:21:35.868Z | [ recovery-image] Dec 20 20:21:35.574 INFO O| Dec 20 20:21:35.574 INFO copying /tmp/.tmpvU0PN2/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8286 | 2024-12-20T20:21:35.873Z | [ recovery-image] Dec 20 20:21:35.575 INFO O| Dec 20 20:21:35.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8287 | 2024-12-20T20:21:35.873Z | [ recovery-image] Dec 20 20:21:35.575 INFO O| Dec 20 20:21:35.575 INFO ok! |
8288 | 2024-12-20T20:21:35.873Z | [ recovery-image] Dec 20 20:21:35.575 INFO O| Dec 20 20:21:35.575 INFO STEP 60 (ensure_file) COMPLETE |
8289 | 2024-12-20T20:21:35.873Z | [ recovery-image] Dec 20 20:21:35.575 INFO O| Dec 20 20:21:35.575 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8290 | 2024-12-20T20:21:35.885Z | [ recovery-image] Dec 20 20:21:35.594 INFO O| Dec 20 20:21:35.594 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8291 | 2024-12-20T20:21:35.885Z | [ recovery-image] Dec 20 20:21:35.594 INFO O| Dec 20 20:21:35.594 INFO STEP 61 (ensure_dir) COMPLETE |
8292 | 2024-12-20T20:21:35.885Z | [ recovery-image] Dec 20 20:21:35.594 INFO O| Dec 20 20:21:35.594 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8293 | 2024-12-20T20:21:35.922Z | [ recovery-image] Dec 20 20:21:35.630 INFO O| Dec 20 20:21:35.630 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8294 | 2024-12-20T20:21:35.922Z | [ recovery-image] Dec 20 20:21:35.630 INFO O| Dec 20 20:21:35.630 INFO STEP 62 (ensure_dir) COMPLETE |
8295 | 2024-12-20T20:21:35.927Z | [ recovery-image] Dec 20 20:21:35.630 INFO O| Dec 20 20:21:35.630 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8296 | 2024-12-20T20:21:35.985Z | [ recovery-image] Dec 20 20:21:35.690 INFO O| Dec 20 20:21:35.690 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8297 | 2024-12-20T20:21:35.985Z | [ recovery-image] Dec 20 20:21:35.690 INFO O| Dec 20 20:21:35.690 INFO STEP 63 (ensure_dir) COMPLETE |
8298 | 2024-12-20T20:21:35.989Z | [ recovery-image] Dec 20 20:21:35.691 INFO O| Dec 20 20:21:35.690 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8299 | 2024-12-20T20:21:36.002Z | [ recovery-image] Dec 20 20:21:35.711 INFO O| Dec 20 20:21:35.711 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8300 | 2024-12-20T20:21:36.003Z | [ recovery-image] Dec 20 20:21:35.711 INFO O| Dec 20 20:21:35.711 INFO STEP 64 (ensure_dir) COMPLETE |
8301 | 2024-12-20T20:21:36.003Z | [ recovery-image] Dec 20 20:21:35.711 INFO O| Dec 20 20:21:35.711 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8302 | 2024-12-20T20:21:36.029Z | [ recovery-image] Dec 20 20:21:35.737 INFO O| Dec 20 20:21:35.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8303 | 2024-12-20T20:21:36.029Z | [ recovery-image] Dec 20 20:21:35.737 INFO O| Dec 20 20:21:35.737 INFO copying /tmp/.tmpvU0PN2/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8304 | 2024-12-20T20:21:36.032Z | [ recovery-image] Dec 20 20:21:35.737 INFO O| Dec 20 20:21:35.737 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8305 | 2024-12-20T20:21:36.032Z | [ recovery-image] Dec 20 20:21:35.737 INFO O| Dec 20 20:21:35.737 INFO ok! |
8306 | 2024-12-20T20:21:36.032Z | [ recovery-image] Dec 20 20:21:35.737 INFO O| Dec 20 20:21:35.737 INFO STEP 65 (ensure_file) COMPLETE |
8307 | 2024-12-20T20:21:36.032Z | [ recovery-image] Dec 20 20:21:35.737 INFO O| Dec 20 20:21:35.737 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8308 | 2024-12-20T20:21:36.056Z | [ recovery-image] Dec 20 20:21:35.766 INFO O| Dec 20 20:21:35.766 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8309 | 2024-12-20T20:21:36.060Z | [ recovery-image] Dec 20 20:21:35.766 INFO O| Dec 20 20:21:35.766 INFO STEP 66 (remove_files) COMPLETE |
8310 | 2024-12-20T20:21:36.060Z | [ recovery-image] Dec 20 20:21:35.766 INFO O| Dec 20 20:21:35.766 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8311 | 2024-12-20T20:21:36.079Z | [ recovery-image] Dec 20 20:21:35.788 INFO O| Dec 20 20:21:35.788 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8312 | 2024-12-20T20:21:36.081Z | [ recovery-image] Dec 20 20:21:35.789 INFO O| Dec 20 20:21:35.789 INFO STEP 67 (remove_files) COMPLETE |
8313 | 2024-12-20T20:21:36.081Z | [ recovery-image] Dec 20 20:21:35.789 INFO O| Dec 20 20:21:35.789 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8314 | 2024-12-20T20:21:36.126Z | [ recovery-image] Dec 20 20:21:35.835 INFO O| Dec 20 20:21:35.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8315 | 2024-12-20T20:21:36.129Z | [ recovery-image] Dec 20 20:21:35.836 INFO O| Dec 20 20:21:35.836 INFO STEP 68 (remove_files) COMPLETE |
8316 | 2024-12-20T20:21:36.129Z | [ recovery-image] Dec 20 20:21:35.836 INFO O| Dec 20 20:21:35.836 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8317 | 2024-12-20T20:21:36.147Z | [ recovery-image] Dec 20 20:21:35.857 INFO O| Dec 20 20:21:35.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8318 | 2024-12-20T20:21:36.147Z | [ recovery-image] Dec 20 20:21:35.857 INFO O| Dec 20 20:21:35.857 INFO STEP 69 (remove_files) COMPLETE |
8319 | 2024-12-20T20:21:36.150Z | [ recovery-image] Dec 20 20:21:35.857 INFO O| Dec 20 20:21:35.857 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8320 | 2024-12-20T20:21:36.177Z | [ recovery-image] Dec 20 20:21:35.886 INFO O| Dec 20 20:21:35.886 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8321 | 2024-12-20T20:21:36.181Z | [ recovery-image] Dec 20 20:21:35.886 INFO O| Dec 20 20:21:35.886 INFO STEP 70 (remove_files) COMPLETE |
8322 | 2024-12-20T20:21:36.182Z | [ recovery-image] Dec 20 20:21:35.886 INFO O| Dec 20 20:21:35.886 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8323 | 2024-12-20T20:21:36.198Z | [ recovery-image] Dec 20 20:21:35.907 INFO O| Dec 20 20:21:35.907 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8324 | 2024-12-20T20:21:36.201Z | [ recovery-image] Dec 20 20:21:35.908 INFO O| Dec 20 20:21:35.908 INFO STEP 71 (remove_files) COMPLETE |
8325 | 2024-12-20T20:21:36.201Z | [ recovery-image] Dec 20 20:21:35.908 INFO O| Dec 20 20:21:35.908 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8326 | 2024-12-20T20:21:36.219Z | [ recovery-image] Dec 20 20:21:35.929 INFO O| Dec 20 20:21:35.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8327 | 2024-12-20T20:21:36.221Z | [ recovery-image] Dec 20 20:21:35.929 INFO O| Dec 20 20:21:35.929 INFO STEP 72 (remove_files) COMPLETE |
8328 | 2024-12-20T20:21:36.222Z | [ recovery-image] Dec 20 20:21:35.929 INFO O| Dec 20 20:21:35.929 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8329 | 2024-12-20T20:21:36.262Z | [ recovery-image] Dec 20 20:21:35.972 INFO O| Dec 20 20:21:35.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8330 | 2024-12-20T20:21:36.265Z | [ recovery-image] Dec 20 20:21:35.972 INFO O| Dec 20 20:21:35.972 INFO STEP 73 (remove_files) COMPLETE |
8331 | 2024-12-20T20:21:36.266Z | [ recovery-image] Dec 20 20:21:35.972 INFO O| Dec 20 20:21:35.972 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8332 | 2024-12-20T20:21:36.282Z | [ recovery-image] Dec 20 20:21:35.992 INFO O| Dec 20 20:21:35.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8333 | 2024-12-20T20:21:36.285Z | [ recovery-image] Dec 20 20:21:35.993 INFO O| Dec 20 20:21:35.993 INFO STEP 74 (remove_files) COMPLETE |
8334 | 2024-12-20T20:21:36.285Z | [ recovery-image] Dec 20 20:21:35.993 INFO O| Dec 20 20:21:35.993 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8335 | 2024-12-20T20:21:36.304Z | [ recovery-image] Dec 20 20:21:36.014 INFO O| Dec 20 20:21:36.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8336 | 2024-12-20T20:21:36.307Z | [ recovery-image] Dec 20 20:21:36.014 INFO O| Dec 20 20:21:36.014 INFO STEP 75 (remove_files) COMPLETE |
8337 | 2024-12-20T20:21:36.307Z | [ recovery-image] Dec 20 20:21:36.014 INFO O| Dec 20 20:21:36.014 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8338 | 2024-12-20T20:21:36.323Z | [ recovery-image] Dec 20 20:21:36.033 INFO O| Dec 20 20:21:36.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8339 | 2024-12-20T20:21:36.327Z | [ recovery-image] Dec 20 20:21:36.033 INFO O| Dec 20 20:21:36.033 INFO STEP 76 (remove_files) COMPLETE |
8340 | 2024-12-20T20:21:36.327Z | [ recovery-image] Dec 20 20:21:36.033 INFO O| Dec 20 20:21:36.033 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8341 | 2024-12-20T20:21:36.345Z | [ recovery-image] Dec 20 20:21:36.055 INFO O| Dec 20 20:21:36.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8342 | 2024-12-20T20:21:36.345Z | [ recovery-image] Dec 20 20:21:36.055 INFO O| Dec 20 20:21:36.055 INFO STEP 77 (remove_files) COMPLETE |
8343 | 2024-12-20T20:21:36.345Z | [ recovery-image] Dec 20 20:21:36.055 INFO O| Dec 20 20:21:36.055 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8344 | 2024-12-20T20:21:36.366Z | [ recovery-image] Dec 20 20:21:36.075 INFO O| Dec 20 20:21:36.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8345 | 2024-12-20T20:21:36.366Z | [ recovery-image] Dec 20 20:21:36.075 INFO O| Dec 20 20:21:36.075 INFO STEP 78 (remove_files) COMPLETE |
8346 | 2024-12-20T20:21:36.369Z | [ recovery-image] Dec 20 20:21:36.075 INFO O| Dec 20 20:21:36.075 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8347 | 2024-12-20T20:21:36.420Z | [ recovery-image] Dec 20 20:21:36.129 INFO O| Dec 20 20:21:36.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8348 | 2024-12-20T20:21:36.422Z | [ recovery-image] Dec 20 20:21:36.130 INFO O| Dec 20 20:21:36.130 INFO STEP 79 (remove_files) COMPLETE |
8349 | 2024-12-20T20:21:36.422Z | [ recovery-image] Dec 20 20:21:36.130 INFO O| Dec 20 20:21:36.130 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8350 | 2024-12-20T20:21:36.440Z | [ recovery-image] Dec 20 20:21:36.150 INFO O| Dec 20 20:21:36.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8351 | 2024-12-20T20:21:36.441Z | [ recovery-image] Dec 20 20:21:36.150 INFO O| Dec 20 20:21:36.150 INFO STEP 80 (remove_files) COMPLETE |
8352 | 2024-12-20T20:21:36.441Z | [ recovery-image] Dec 20 20:21:36.150 INFO O| Dec 20 20:21:36.150 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8353 | 2024-12-20T20:21:36.484Z | [ recovery-image] Dec 20 20:21:36.193 INFO O| Dec 20 20:21:36.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8354 | 2024-12-20T20:21:36.484Z | [ recovery-image] Dec 20 20:21:36.193 INFO O| Dec 20 20:21:36.193 INFO STEP 81 (remove_files) COMPLETE |
8355 | 2024-12-20T20:21:36.484Z | [ recovery-image] Dec 20 20:21:36.194 INFO O| Dec 20 20:21:36.193 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8356 | 2024-12-20T20:21:36.516Z | [ recovery-image] Dec 20 20:21:36.226 INFO O| Dec 20 20:21:36.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8357 | 2024-12-20T20:21:36.516Z | [ recovery-image] Dec 20 20:21:36.226 INFO O| Dec 20 20:21:36.226 INFO STEP 82 (remove_files) COMPLETE |
8358 | 2024-12-20T20:21:36.519Z | [ recovery-image] Dec 20 20:21:36.226 INFO O| Dec 20 20:21:36.226 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8359 | 2024-12-20T20:21:36.541Z | [ recovery-image] Dec 20 20:21:36.250 INFO O| Dec 20 20:21:36.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8360 | 2024-12-20T20:21:36.541Z | [ recovery-image] Dec 20 20:21:36.251 INFO O| Dec 20 20:21:36.251 INFO STEP 83 (remove_files) COMPLETE |
8361 | 2024-12-20T20:21:36.541Z | [ recovery-image] Dec 20 20:21:36.251 INFO O| Dec 20 20:21:36.251 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8362 | 2024-12-20T20:21:36.579Z | [ recovery-image] Dec 20 20:21:36.283 INFO O| Dec 20 20:21:36.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8363 | 2024-12-20T20:21:36.580Z | [ recovery-image] Dec 20 20:21:36.283 INFO O| Dec 20 20:21:36.283 INFO STEP 84 (remove_files) COMPLETE |
8364 | 2024-12-20T20:21:36.595Z | [ recovery-image] Dec 20 20:21:36.284 INFO O| Dec 20 20:21:36.283 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8365 | 2024-12-20T20:21:36.598Z | [ recovery-image] Dec 20 20:21:36.305 INFO O| Dec 20 20:21:36.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8366 | 2024-12-20T20:21:36.598Z | [ recovery-image] Dec 20 20:21:36.305 INFO O| Dec 20 20:21:36.305 INFO STEP 85 (remove_files) COMPLETE |
8367 | 2024-12-20T20:21:36.598Z | [ recovery-image] Dec 20 20:21:36.305 INFO O| Dec 20 20:21:36.305 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8368 | 2024-12-20T20:21:36.616Z | [ recovery-image] Dec 20 20:21:36.324 INFO O| Dec 20 20:21:36.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8369 | 2024-12-20T20:21:36.619Z | [ recovery-image] Dec 20 20:21:36.324 INFO O| Dec 20 20:21:36.324 INFO STEP 86 (remove_files) COMPLETE |
8370 | 2024-12-20T20:21:36.619Z | [ recovery-image] Dec 20 20:21:36.324 INFO O| Dec 20 20:21:36.324 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8371 | 2024-12-20T20:21:36.645Z | [ recovery-image] Dec 20 20:21:36.355 INFO O| Dec 20 20:21:36.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8372 | 2024-12-20T20:21:36.645Z | [ recovery-image] Dec 20 20:21:36.355 INFO O| Dec 20 20:21:36.355 INFO STEP 87 (remove_files) COMPLETE |
8373 | 2024-12-20T20:21:36.645Z | [ recovery-image] Dec 20 20:21:36.355 INFO O| Dec 20 20:21:36.355 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8374 | 2024-12-20T20:21:36.664Z | [ recovery-image] Dec 20 20:21:36.374 INFO O| Dec 20 20:21:36.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8375 | 2024-12-20T20:21:36.664Z | [ recovery-image] Dec 20 20:21:36.374 INFO O| Dec 20 20:21:36.374 INFO STEP 88 (remove_files) COMPLETE |
8376 | 2024-12-20T20:21:36.664Z | [ recovery-image] Dec 20 20:21:36.374 INFO O| Dec 20 20:21:36.374 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8377 | 2024-12-20T20:21:36.700Z | [ recovery-image] Dec 20 20:21:36.409 INFO O| Dec 20 20:21:36.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8378 | 2024-12-20T20:21:36.700Z | [ recovery-image] Dec 20 20:21:36.409 INFO O| Dec 20 20:21:36.409 INFO STEP 89 (remove_files) COMPLETE |
8379 | 2024-12-20T20:21:36.700Z | [ recovery-image] Dec 20 20:21:36.409 INFO O| Dec 20 20:21:36.409 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8380 | 2024-12-20T20:21:36.736Z | [ recovery-image] Dec 20 20:21:36.446 INFO O| Dec 20 20:21:36.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8381 | 2024-12-20T20:21:36.737Z | [ recovery-image] Dec 20 20:21:36.446 INFO O| Dec 20 20:21:36.446 INFO STEP 90 (remove_files) COMPLETE |
8382 | 2024-12-20T20:21:36.737Z | [ recovery-image] Dec 20 20:21:36.446 INFO O| Dec 20 20:21:36.446 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8383 | 2024-12-20T20:21:36.781Z | [ recovery-image] Dec 20 20:21:36.491 INFO O| Dec 20 20:21:36.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8384 | 2024-12-20T20:21:36.784Z | [ recovery-image] Dec 20 20:21:36.491 INFO O| Dec 20 20:21:36.491 INFO STEP 91 (remove_files) COMPLETE |
8385 | 2024-12-20T20:21:36.784Z | [ recovery-image] Dec 20 20:21:36.491 INFO O| Dec 20 20:21:36.491 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8386 | 2024-12-20T20:21:36.802Z | [ recovery-image] Dec 20 20:21:36.511 INFO O| Dec 20 20:21:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8387 | 2024-12-20T20:21:36.806Z | [ recovery-image] Dec 20 20:21:36.511 INFO O| Dec 20 20:21:36.511 INFO STEP 92 (remove_files) COMPLETE |
8388 | 2024-12-20T20:21:36.806Z | [ recovery-image] Dec 20 20:21:36.512 INFO O| Dec 20 20:21:36.512 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8389 | 2024-12-20T20:21:36.831Z | [ recovery-image] Dec 20 20:21:36.540 INFO O| Dec 20 20:21:36.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8390 | 2024-12-20T20:21:36.831Z | [ recovery-image] Dec 20 20:21:36.540 INFO O| Dec 20 20:21:36.540 INFO STEP 93 (remove_files) COMPLETE |
8391 | 2024-12-20T20:21:36.834Z | [ recovery-image] Dec 20 20:21:36.541 INFO O| Dec 20 20:21:36.540 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8392 | 2024-12-20T20:21:36.850Z | [ recovery-image] Dec 20 20:21:36.560 INFO O| Dec 20 20:21:36.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8393 | 2024-12-20T20:21:36.850Z | [ recovery-image] Dec 20 20:21:36.560 INFO O| Dec 20 20:21:36.560 INFO STEP 94 (remove_files) COMPLETE |
8394 | 2024-12-20T20:21:36.850Z | [ recovery-image] Dec 20 20:21:36.560 INFO O| Dec 20 20:21:36.560 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8395 | 2024-12-20T20:21:36.878Z | [ recovery-image] Dec 20 20:21:36.588 INFO O| Dec 20 20:21:36.588 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8396 | 2024-12-20T20:21:36.884Z | [ recovery-image] Dec 20 20:21:36.588 INFO O| Dec 20 20:21:36.588 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", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8397 | 2024-12-20T20:21:37.598Z | [ host-image] Dec 20 20:21:37.308 INFO O| Dec 20 20:21:37.307 INFO O| Planning: Solver setup ... Done |
8398 | 2024-12-20T20:21:37.604Z | [ host-image] Dec 20 20:21:37.314 INFO O| Dec 20 20:21:37.314 INFO O| Planning: Running solver ... Done |
8399 | 2024-12-20T20:21:37.746Z | [ host-image] Dec 20 20:21:37.456 INFO O| Dec 20 20:21:37.456 INFO O| Planning: Finding local manifests ... Done |
8400 | 2024-12-20T20:21:37.749Z | [ host-image] Dec 20 20:21:37.458 INFO O| Dec 20 20:21:37.458 INFO O| Planning: Fetching manifests: 0/5 0% complete |
8401 | 2024-12-20T20:21:38.091Z | [ host-image] Dec 20 20:21:37.801 INFO O| Dec 20 20:21:37.801 INFO O| Planning: Fetching manifests: 5/5 100% complete |
8402 | 2024-12-20T20:21:38.132Z | [ host-image] Dec 20 20:21:37.841 INFO O| Dec 20 20:21:37.841 INFO O| Planning: Package planning ... Done |
8403 | 2024-12-20T20:21:38.139Z | [ host-image] Dec 20 20:21:37.848 INFO O| Dec 20 20:21:37.848 INFO O| Planning: Merging actions ... Done |
8404 | 2024-12-20T20:21:38.324Z | [ host-image] Dec 20 20:21:38.034 INFO O| Dec 20 20:21:38.034 INFO O| Planning: Checking for conflicting actions ... Done |
8405 | 2024-12-20T20:21:38.329Z | [ host-image] Dec 20 20:21:38.036 INFO O| Dec 20 20:21:38.036 INFO O| Planning: Consolidating action changes ... Done |
8406 | 2024-12-20T20:21:38.894Z | [ host-image] Dec 20 20:21:38.603 INFO O| Dec 20 20:21:38.603 INFO O| Planning: Evaluating mediators ... Done |
8407 | 2024-12-20T20:21:38.897Z | [ host-image] Dec 20 20:21:38.605 INFO O| Dec 20 20:21:38.605 INFO O| Planning: Planning completed in 7.50 seconds |
8408 | 2024-12-20T20:21:38.900Z | [ host-image] Dec 20 20:21:38.608 INFO O| Dec 20 20:21:38.608 INFO O| Packages to install: 5 |
8409 | 2024-12-20T20:21:38.900Z | [ host-image] Dec 20 20:21:38.608 INFO O| Dec 20 20:21:38.608 INFO O| Services to change: 2 |
8410 | 2024-12-20T20:21:38.978Z | [ host-image] Dec 20 20:21:38.687 INFO O| Dec 20 20:21:38.687 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
8411 | 2024-12-20T20:21:43.096Z | [ host-image] Dec 20 20:21:42.806 INFO O| Dec 20 20:21:42.805 INFO O| Download: Completed 1.45 MB in 4.12 seconds (359k/s) |
8412 | 2024-12-20T20:21:43.149Z | [ host-image] Dec 20 20:21:42.859 INFO O| Dec 20 20:21:42.858 INFO O| Actions: 1/305 actions (Installing new actions) |
8413 | 2024-12-20T20:21:43.353Z | [ host-image] Dec 20 20:21:43.063 INFO O| Dec 20 20:21:43.063 INFO O| Actions: Completed 305 actions in 0.20 seconds. |
8414 | 2024-12-20T20:21:44.106Z | [ host-image] Dec 20 20:21:43.816 INFO O| Dec 20 20:21:43.815 INFO O| Done |
8415 | 2024-12-20T20:21:44.106Z | [ host-image] Dec 20 20:21:43.816 INFO O| Dec 20 20:21:43.816 INFO O| Done |
8416 | 2024-12-20T20:21:45.626Z | [ host-image] Dec 20 20:21:45.336 INFO O| Dec 20 20:21:45.336 INFO O| Done |
8417 | 2024-12-20T20:21:48.328Z | [ host-image] Dec 20 20:21:48.037 INFO O| Dec 20 20:21:48.037 INFO O| Done |
8418 | 2024-12-20T20:21:48.402Z | [ host-image] Dec 20 20:21:48.112 INFO O| Dec 20 20:21:48.112 INFO O| Done |
8419 | 2024-12-20T20:21:48.405Z | [ host-image] Dec 20 20:21:48.113 INFO O| Dec 20 20:21:48.113 INFO O| Done |
8420 | 2024-12-20T20:21:48.446Z | [ host-image] Dec 20 20:21:48.156 INFO O| Dec 20 20:21:48.156 INFO O| Done |
8421 | 2024-12-20T20:21:48.708Z | [ host-image] Dec 20 20:21:48.417 INFO O| Dec 20 20:21:48.417 INFO STEP 12 (pkg_install) COMPLETE |
8422 | 2024-12-20T20:21:48.708Z | [ host-image] Dec 20 20:21:48.417 INFO O| Dec 20 20:21:48.417 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8423 | 2024-12-20T20:21:48.726Z | [ host-image] Dec 20 20:21:48.435 INFO O| Dec 20 20:21:48.435 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
8424 | 2024-12-20T20:21:50.006Z | [ host-image] Dec 20 20:21:49.686 INFO O| Dec 20 20:21:49.686 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8425 | 2024-12-20T20:21:54.042Z | [ recovery-image] Dec 20 20:21:53.736 INFO O| Dec 20 20:21:53.736 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 |
8426 | 2024-12-20T20:21:54.043Z | [ recovery-image] Dec 20 20:21:53.736 INFO O| Dec 20 20:21:53.736 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8427 | 2024-12-20T20:21:54.048Z | [ recovery-image] Dec 20 20:21:53.759 INFO O| Dec 20 20:21:53.758 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8428 | 2024-12-20T20:21:54.194Z | [ recovery-image] Dec 20 20:21:53.904 INFO O| Dec 20 20:21:53.904 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8429 | 2024-12-20T20:21:54.194Z | [ recovery-image] Dec 20 20:21:53.904 INFO O| Dec 20 20:21:53.904 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 ... |
8430 | 2024-12-20T20:21:54.197Z | [ recovery-image] Dec 20 20:21:53.907 INFO O| Dec 20 20:21:53.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8431 | 2024-12-20T20:21:54.197Z | [ recovery-image] Dec 20 20:21:53.907 INFO O| Dec 20 20:21:53.907 INFO ok! |
8432 | 2024-12-20T20:21:54.197Z | [ recovery-image] Dec 20 20:21:53.907 INFO O| Dec 20 20:21:53.907 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8433 | 2024-12-20T20:21:54.197Z | [ recovery-image] Dec 20 20:21:53.907 INFO O| Dec 20 20:21:53.907 INFO STEP 95 (seed_smf) COMPLETE |
8434 | 2024-12-20T20:21:54.197Z | [ recovery-image] Dec 20 20:21:53.907 INFO O| Dec 20 20:21:53.907 INFO steps complete; finalising image! |
8435 | 2024-12-20T20:21:54.200Z | [ recovery-image] Dec 20 20:21:53.907 INFO O| Dec 20 20:21:53.907 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8436 | 2024-12-20T20:21:54.271Z | [ recovery-image] Dec 20 20:21:53.980 INFO O| Dec 20 20:21:53.980 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 20:21:53 2024) |
8437 | 2024-12-20T20:21:54.481Z | [ recovery-image] Dec 20 20:21:54.191 INFO O| Dec 20 20:21:54.191 INFO trim TEMPORARY-gimlet-zfs-recovery: (67% trimmed, started at Fri Dec 20 20:21:53 2024) |
8438 | 2024-12-20T20:21:54.636Z | [ host-image] Dec 20 20:21:54.345 INFO O| Dec 20 20:21:54.345 INFO O| Planning: Solver setup ... Done |
8439 | 2024-12-20T20:21:54.646Z | [ host-image] Dec 20 20:21:54.353 INFO O| Dec 20 20:21:54.353 INFO O| Planning: Running solver ... Done |
8440 | 2024-12-20T20:21:54.729Z | [ recovery-image] Dec 20 20:21:54.438 INFO O| Dec 20 20:21:54.438 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8441 | 2024-12-20T20:21:54.729Z | [ recovery-image] Dec 20 20:21:54.438 INFO O| Dec 20 20:21:54.438 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8442 | 2024-12-20T20:21:54.754Z | [ host-image] Dec 20 20:21:54.464 INFO O| Dec 20 20:21:54.464 INFO O| Planning: Finding local manifests ... Done |
8443 | 2024-12-20T20:21:54.757Z | [ host-image] Dec 20 20:21:54.467 INFO O| Dec 20 20:21:54.467 INFO O| Planning: Fetching manifests: 0/6 0% complete |
8444 | 2024-12-20T20:21:55.096Z | [ host-image] Dec 20 20:21:54.806 INFO O| Dec 20 20:21:54.806 INFO O| Planning: Fetching manifests: 6/6 100% complete |
8445 | 2024-12-20T20:21:55.168Z | [ host-image] Dec 20 20:21:54.878 INFO O| Dec 20 20:21:54.877 INFO O| Planning: Package planning ... Done |
8446 | 2024-12-20T20:21:55.205Z | [ host-image] Dec 20 20:21:54.914 INFO O| Dec 20 20:21:54.914 INFO O| Planning: Merging actions ... Done |
8447 | 2024-12-20T20:21:55.346Z | [ host-image] Dec 20 20:21:55.056 INFO O| Dec 20 20:21:55.056 INFO O| Planning: Checking for conflicting actions ... Done |
8448 | 2024-12-20T20:21:55.352Z | [ host-image] Dec 20 20:21:55.062 INFO O| Dec 20 20:21:55.062 INFO O| Planning: Consolidating action changes ... Done |
8449 | 2024-12-20T20:21:55.443Z | [ recovery-image] Dec 20 20:21:55.153 INFO O| Dec 20 20:21:55.153 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 |
8450 | 2024-12-20T20:21:55.443Z | [ recovery-image] Dec 20 20:21:55.153 INFO O| Dec 20 20:21:55.153 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8451 | 2024-12-20T20:21:55.716Z | [ host-image] Dec 20 20:21:55.427 INFO O| Dec 20 20:21:55.426 INFO O| Planning: Evaluating mediators ... Done |
8452 | 2024-12-20T20:21:55.721Z | [ host-image] Dec 20 20:21:55.432 INFO O| Dec 20 20:21:55.431 INFO O| Planning: Planning completed in 5.74 seconds |
8453 | 2024-12-20T20:21:55.724Z | [ host-image] Dec 20 20:21:55.434 INFO O| Dec 20 20:21:55.434 INFO O| Packages to install: 6 |
8454 | 2024-12-20T20:21:55.724Z | [ host-image] Dec 20 20:21:55.434 INFO O| Dec 20 20:21:55.434 INFO O| Mediators to change: 1 |
8455 | 2024-12-20T20:21:55.724Z | [ host-image] Dec 20 20:21:55.434 INFO O| Dec 20 20:21:55.434 INFO O| Services to change: 1 |
8456 | 2024-12-20T20:21:55.744Z | [ host-image] Dec 20 20:21:55.454 INFO O| Dec 20 20:21:55.454 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
8457 | 2024-12-20T20:22:00.749Z | [ host-image] Dec 20 20:22:00.459 INFO O| Dec 20 20:22:00.459 INFO O| Download: 963/1140 items 3.3/8.4MB 39% complete (700k/s) |
8458 | 2024-12-20T20:22:01.148Z | [ recovery-image] Dec 20 20:22:00.857 INFO O| Dec 20 20:22:00.857 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8459 | 2024-12-20T20:22:01.148Z | [ recovery-image] Dec 20 20:22:00.857 INFO O| Dec 20 20:22:00.857 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8460 | 2024-12-20T20:22:01.148Z | [ recovery-image] Dec 20 20:22:00.857 INFO O| Dec 20 20:22:00.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8461 | 2024-12-20T20:22:01.148Z | [ recovery-image] Dec 20 20:22:00.857 INFO O| Dec 20 20:22:00.857 INFO completed processing gimlet/zfs-recovery |
8462 | 2024-12-20T20:22:01.148Z | [ recovery-image] Dec 20 20:22:00.857 INFO O| Dec 20 20:22:00.857 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8463 | 2024-12-20T20:22:01.717Z | [ recovery-image] Dec 20 20:22:01.428 INFO O| Dec 20 20:22:01.428 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8464 | 2024-12-20T20:22:01.799Z | [ host-image] Dec 20 20:22:01.509 INFO O| Dec 20 20:22:01.509 INFO O| Download: Completed 8.42 MB in 6.06 seconds (1.4M/s) |
8465 | 2024-12-20T20:22:01.898Z | [ recovery-image] Dec 20 20:22:01.609 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8466 | 2024-12-20T20:22:01.902Z | [ recovery-image] Dec 20 20:22:01.610 INFO expanded image name: "recovery 5e4153b/${os_short_commit} 2024-12-20 19:50" -> "recovery 5e4153b/37a4469 2024-12-20 19:50" |
8467 | 2024-12-20T20:22:01.902Z | [ recovery-image] Dec 20 20:22:01.610 INFO output artefacts stored in: "/work/os-recovery" |
8468 | 2024-12-20T20:22:01.905Z | [ recovery-image] Dec 20 20:22:01.616 INFO collecting git info from project "amd-firmware"... |
8469 | 2024-12-20T20:22:02.068Z | [ host-image] Dec 20 20:22:01.778 INFO O| Dec 20 20:22:01.778 INFO O| Actions: 1/1361 actions (Installing new actions) |
8470 | 2024-12-20T20:22:02.491Z | [ recovery-image] Dec 20 20:22:02.201 INFO collecting git info from project "chelsio-t6-roms"... |
8471 | 2024-12-20T20:22:02.521Z | [ recovery-image] Dec 20 20:22:02.231 INFO collecting git info from project "pinprick"... |
8472 | 2024-12-20T20:22:02.529Z | [ recovery-image] Dec 20 20:22:02.240 INFO collecting git info from project "pilot"... |
8473 | 2024-12-20T20:22:02.551Z | [ recovery-image] Dec 20 20:22:02.261 INFO collecting git info from project "phbl"... |
8474 | 2024-12-20T20:22:02.561Z | [ recovery-image] Dec 20 20:22:02.272 INFO collecting git info from project "amd-host-image-builder"... |
8475 | 2024-12-20T20:22:02.882Z | [ host-image] Dec 20 20:22:02.592 INFO O| Dec 20 20:22:02.592 INFO O| Actions: Completed 1361 actions in 0.81 seconds. |
8476 | 2024-12-20T20:22:03.167Z | [ recovery-image] Dec 20 20:22:02.875 INFO collecting git info from project "image-builder"... |
8477 | 2024-12-20T20:22:03.271Z | [ recovery-image] Dec 20 20:22:02.969 INFO collecting git info from project "bootserver"... |
8478 | 2024-12-20T20:22:03.274Z | [ recovery-image] Dec 20 20:22:02.980 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8479 | 2024-12-20T20:22:03.492Z | [ host-image] Dec 20 20:22:03.202 INFO O| Dec 20 20:22:03.202 INFO O| Done |
8480 | 2024-12-20T20:22:03.492Z | [ host-image] Dec 20 20:22:03.202 INFO O| Dec 20 20:22:03.202 INFO O| Done |
8481 | 2024-12-20T20:22:04.235Z | [ recovery-image] Dec 20 20:22:03.944 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8482 | 2024-12-20T20:22:04.631Z | [ host-image] Dec 20 20:22:04.341 INFO O| Dec 20 20:22:04.341 INFO O| Done |
8483 | 2024-12-20T20:22:04.942Z | [ recovery-image] Dec 20 20:22:04.649 INFO creating Oxide boot image... |
8484 | 2024-12-20T20:22:04.944Z | [ recovery-image] Dec 20 20:22:04.649 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 5e4153b/37a4469 2024-12-20 19:50", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8485 | 2024-12-20T20:22:07.440Z | [ host-image] Dec 20 20:22:07.150 INFO O| Dec 20 20:22:07.150 INFO O| Done |
8486 | 2024-12-20T20:22:07.489Z | [ host-image] Dec 20 20:22:07.200 INFO O| Dec 20 20:22:07.200 INFO O| Done |
8487 | 2024-12-20T20:22:07.494Z | [ host-image] Dec 20 20:22:07.200 INFO O| Dec 20 20:22:07.200 INFO O| Done |
8488 | 2024-12-20T20:22:07.548Z | [ host-image] Dec 20 20:22:07.259 INFO O| Dec 20 20:22:07.258 INFO O| Done |
8489 | 2024-12-20T20:22:07.732Z | [ host-image] Dec 20 20:22:07.442 INFO O| Dec 20 20:22:07.442 INFO STEP 13 (pkg_install) COMPLETE |
8490 | 2024-12-20T20:22:07.732Z | [ host-image] Dec 20 20:22:07.442 INFO O| Dec 20 20:22:07.442 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8491 | 2024-12-20T20:22:07.750Z | [ host-image] Dec 20 20:22:07.461 INFO O| Dec 20 20:22:07.461 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
8492 | 2024-12-20T20:22:08.811Z | [ host-image] Dec 20 20:22:08.521 INFO O| Dec 20 20:22:08.521 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8493 | 2024-12-20T20:22:12.793Z | [ host-image] Dec 20 20:22:12.503 INFO O| Dec 20 20:22:12.503 INFO O| Planning: Solver setup ... Done |
8494 | 2024-12-20T20:22:12.800Z | [ host-image] Dec 20 20:22:12.511 INFO O| Dec 20 20:22:12.511 INFO O| Planning: Running solver ... Done |
8495 | 2024-12-20T20:22:12.889Z | [ host-image] Dec 20 20:22:12.599 INFO O| Dec 20 20:22:12.599 INFO O| Planning: Finding local manifests ... Done |
8496 | 2024-12-20T20:22:12.894Z | [ host-image] Dec 20 20:22:12.600 INFO O| Dec 20 20:22:12.600 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8497 | 2024-12-20T20:22:13.026Z | [ host-image] Dec 20 20:22:12.736 INFO O| Dec 20 20:22:12.736 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8498 | 2024-12-20T20:22:13.053Z | [ host-image] Dec 20 20:22:12.764 INFO O| Dec 20 20:22:12.764 INFO O| Planning: Package planning ... Done |
8499 | 2024-12-20T20:22:13.056Z | [ host-image] Dec 20 20:22:12.764 INFO O| Dec 20 20:22:12.764 INFO O| Planning: Merging actions ... Done |
8500 | 2024-12-20T20:22:13.171Z | [ host-image] Dec 20 20:22:12.880 INFO O| Dec 20 20:22:12.880 INFO O| Planning: Checking for conflicting actions ... Done |
8501 | 2024-12-20T20:22:13.174Z | [ host-image] Dec 20 20:22:12.881 INFO O| Dec 20 20:22:12.881 INFO O| Planning: Consolidating action changes ... Done |
8502 | 2024-12-20T20:22:13.497Z | [ host-image] Dec 20 20:22:13.206 INFO O| Dec 20 20:22:13.206 INFO O| Planning: Evaluating mediators ... Done |
8503 | 2024-12-20T20:22:13.499Z | [ host-image] Dec 20 20:22:13.207 INFO O| Dec 20 20:22:13.207 INFO O| Planning: Planning completed in 4.69 seconds |
8504 | 2024-12-20T20:22:13.499Z | [ host-image] Dec 20 20:22:13.209 INFO O| Dec 20 20:22:13.209 INFO O| Packages to install: 1 |
8505 | 2024-12-20T20:22:13.519Z | [ host-image] Dec 20 20:22:13.230 INFO O| Dec 20 20:22:13.230 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
8506 | 2024-12-20T20:22:13.780Z | [ host-image] Dec 20 20:22:13.491 INFO O| Dec 20 20:22:13.491 INFO O| Download: Completed 9.99 MB in 0.26 seconds (38.3M/s) |
8507 | 2024-12-20T20:22:13.834Z | [ host-image] Dec 20 20:22:13.539 INFO O| Dec 20 20:22:13.539 INFO O| Actions: 1/22 actions (Installing new actions) |
8508 | 2024-12-20T20:22:14.219Z | [ host-image] Dec 20 20:22:13.929 INFO O| Dec 20 20:22:13.929 INFO O| Actions: Completed 22 actions in 0.39 seconds. |
8509 | 2024-12-20T20:22:14.743Z | [ host-image] Dec 20 20:22:14.454 INFO O| Dec 20 20:22:14.454 INFO O| Done |
8510 | 2024-12-20T20:22:14.743Z | [ host-image] Dec 20 20:22:14.454 INFO O| Dec 20 20:22:14.454 INFO O| Done |
8511 | 2024-12-20T20:22:15.927Z | [ host-image] Dec 20 20:22:15.637 INFO O| Dec 20 20:22:15.637 INFO O| Done |
8512 | 2024-12-20T20:22:18.264Z | [ host-image] Dec 20 20:22:17.974 INFO O| Dec 20 20:22:17.974 INFO O| Done |
8513 | 2024-12-20T20:22:18.304Z | [ host-image] Dec 20 20:22:18.014 INFO O| Dec 20 20:22:18.014 INFO O| Done |
8514 | 2024-12-20T20:22:18.304Z | [ host-image] Dec 20 20:22:18.015 INFO O| Dec 20 20:22:18.015 INFO O| Done |
8515 | 2024-12-20T20:22:18.320Z | [ host-image] Dec 20 20:22:18.030 INFO O| Dec 20 20:22:18.030 INFO O| Done |
8516 | 2024-12-20T20:22:18.486Z | [ host-image] Dec 20 20:22:18.196 INFO O| Dec 20 20:22:18.196 INFO STEP 14 (pkg_install) COMPLETE |
8517 | 2024-12-20T20:22:18.486Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.196 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8518 | 2024-12-20T20:22:18.486Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.196 INFO skip step because feature "mfg" is not enabled |
8519 | 2024-12-20T20:22:18.493Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.197 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8520 | 2024-12-20T20:22:18.493Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.197 INFO skip step because feature "compliance" is not enabled |
8521 | 2024-12-20T20:22:18.494Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.197 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8522 | 2024-12-20T20:22:18.494Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.197 INFO skip step because feature "stress" is not enabled |
8523 | 2024-12-20T20:22:18.494Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.197 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8524 | 2024-12-20T20:22:18.494Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.197 INFO skip step because feature "nfs" is not enabled |
8525 | 2024-12-20T20:22:18.495Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.197 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8526 | 2024-12-20T20:22:18.495Z | [ host-image] Dec 20 20:22:18.197 INFO O| Dec 20 20:22:18.197 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8527 | 2024-12-20T20:22:18.629Z | [ host-image] Dec 20 20:22:18.340 INFO O| Dec 20 20:22:18.339 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8528 | 2024-12-20T20:22:18.748Z | [ host-image] Dec 20 20:22:18.458 INFO O| Dec 20 20:22:18.458 INFO completed processing gimlet/ramdisk-01-os |
8529 | 2024-12-20T20:22:18.750Z | [ host-image] Dec 20 20:22:18.461 INFO omicron1 baseline generation... |
8530 | 2024-12-20T20:22:18.750Z | [ host-image] Dec 20 20:22:18.461 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8531 | 2024-12-20T20:22:19.499Z | [ host-image] Dec 20 20:22:19.210 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8532 | 2024-12-20T20:23:15.284Z | [ recovery-image] Dec 20 20:23:14.995 INFO O| ok, image written! |
8533 | 2024-12-20T20:23:15.284Z | [ recovery-image] Dec 20 20:23:14.995 INFO O| ok, boot_image_csum file written! |
8534 | 2024-12-20T20:23:15.290Z | [ recovery-image] Dec 20 20:23:15.003 INFO creating boot archive (CPIO)... |
8535 | 2024-12-20T20:23:15.293Z | [ recovery-image] Dec 20 20:23:15.003 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 |
8536 | 2024-12-20T20:23:15.317Z | [ recovery-image] Dec 20 20:23:15.029 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8537 | 2024-12-20T20:23:15.317Z | [ recovery-image] Dec 20 20:23:15.030 INFO E| + outfile=/work/os-recovery/cpio |
8538 | 2024-12-20T20:23:15.317Z | [ recovery-image] Dec 20 20:23:15.030 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8539 | 2024-12-20T20:23:15.321Z | [ recovery-image] Dec 20 20:23:15.033 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8540 | 2024-12-20T20:23:15.321Z | [ recovery-image] Dec 20 20:23:15.033 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8541 | 2024-12-20T20:23:15.368Z | [ recovery-image] Dec 20 20:23:15.080 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8542 | 2024-12-20T20:23:15.368Z | [ recovery-image] Dec 20 20:23:15.081 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8543 | 2024-12-20T20:23:15.385Z | [ recovery-image] Dec 20 20:23:15.091 INFO creating compressed cpio/unix for nanobl-rs... |
8544 | 2024-12-20T20:23:15.385Z | [ recovery-image] Dec 20 20:23:15.091 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 |
8545 | 2024-12-20T20:23:15.813Z | [ recovery-image] Dec 20 20:23:15.525 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8546 | 2024-12-20T20:23:22.562Z | [ recovery-image] Dec 20 20:23:22.275 INFO creating reset image... |
8547 | 2024-12-20T20:23:22.562Z | [ recovery-image] Dec 20 20:23:22.275 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8548 | 2024-12-20T20:23:23.266Z | [ recovery-image] Dec 20 20:23:22.978 INFO E| Updating crates.io index |
8549 | 2024-12-20T20:23:23.605Z | [ recovery-image] Dec 20 20:23:23.318 INFO E| Downloading crates ... |
8550 | 2024-12-20T20:23:24.056Z | [ recovery-image] Dec 20 20:23:23.768 INFO E| Downloaded clap v4.5.17 |
8551 | 2024-12-20T20:23:24.072Z | [ recovery-image] Dec 20 20:23:23.785 INFO E| Downloaded shared_child v1.0.1 |
8552 | 2024-12-20T20:23:24.075Z | [ recovery-image] Dec 20 20:23:23.787 INFO E| Downloaded os_pipe v1.2.1 |
8553 | 2024-12-20T20:23:24.079Z | [ recovery-image] Dec 20 20:23:23.789 INFO E| Downloaded duct v0.13.7 |
8554 | 2024-12-20T20:23:24.082Z | [ recovery-image] Dec 20 20:23:23.792 INFO E| Downloaded clap_derive v4.5.13 |
8555 | 2024-12-20T20:23:24.107Z | [ recovery-image] Dec 20 20:23:23.819 INFO E| Downloaded clap_builder v4.5.17 |
8556 | 2024-12-20T20:23:24.121Z | [ recovery-image] Dec 20 20:23:23.834 INFO E| Downloaded syn v2.0.77 |
8557 | 2024-12-20T20:23:24.178Z | [ recovery-image] Dec 20 20:23:23.890 INFO E| Downloaded libc v0.2.158 |
8558 | 2024-12-20T20:23:24.302Z | [ recovery-image] Dec 20 20:23:24.014 INFO E| Compiling proc-macro2 v1.0.86 |
8559 | 2024-12-20T20:23:24.302Z | [ recovery-image] Dec 20 20:23:24.014 INFO E| Compiling unicode-ident v1.0.13 |
8560 | 2024-12-20T20:23:24.302Z | [ recovery-image] Dec 20 20:23:24.014 INFO E| Compiling libc v0.2.158 |
8561 | 2024-12-20T20:23:24.302Z | [ recovery-image] Dec 20 20:23:24.014 INFO E| Compiling utf8parse v0.2.2 |
8562 | 2024-12-20T20:23:24.305Z | [ recovery-image] Dec 20 20:23:24.014 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8563 | 2024-12-20T20:23:24.305Z | [ recovery-image] Dec 20 20:23:24.014 INFO E| Compiling anstyle v1.0.8 |
8564 | 2024-12-20T20:23:24.305Z | [ recovery-image] Dec 20 20:23:24.015 INFO E| Compiling anstyle-query v1.1.1 |
8565 | 2024-12-20T20:23:24.305Z | [ recovery-image] Dec 20 20:23:24.015 INFO E| Compiling colorchoice v1.0.2 |
8566 | 2024-12-20T20:23:25.050Z | [ recovery-image] Dec 20 20:23:24.763 INFO E| Compiling heck v0.5.0 |
8567 | 2024-12-20T20:23:25.250Z | [ recovery-image] Dec 20 20:23:24.962 INFO E| Compiling strsim v0.11.1 |
8568 | 2024-12-20T20:23:25.386Z | [ recovery-image] Dec 20 20:23:25.098 INFO E| Compiling anstyle-parse v0.2.5 |
8569 | 2024-12-20T20:23:25.469Z | [ recovery-image] Dec 20 20:23:25.181 INFO E| Compiling clap_lex v0.7.2 |
8570 | 2024-12-20T20:23:25.649Z | [ recovery-image] Dec 20 20:23:25.361 INFO E| Compiling once_cell v1.19.0 |
8571 | 2024-12-20T20:23:26.036Z | [ recovery-image] Dec 20 20:23:25.747 INFO E| Compiling anstream v0.6.15 |
8572 | 2024-12-20T20:23:26.706Z | [ recovery-image] Dec 20 20:23:26.419 INFO E| Compiling clap_builder v4.5.17 |
8573 | 2024-12-20T20:23:27.513Z | [ recovery-image] Dec 20 20:23:27.225 INFO E| Compiling quote v1.0.37 |
8574 | 2024-12-20T20:23:27.655Z | [ recovery-image] Dec 20 20:23:27.366 INFO E| Compiling os_pipe v1.2.1 |
8575 | 2024-12-20T20:23:27.655Z | [ recovery-image] Dec 20 20:23:27.366 INFO E| Compiling shared_child v1.0.1 |
8576 | 2024-12-20T20:23:27.896Z | [ recovery-image] Dec 20 20:23:27.609 INFO E| Compiling duct v0.13.7 |
8577 | 2024-12-20T20:23:28.131Z | [ recovery-image] Dec 20 20:23:27.843 INFO E| Compiling syn v2.0.77 |
8578 | 2024-12-20T20:23:35.464Z | [ recovery-image] Dec 20 20:23:35.177 INFO E| Compiling clap_derive v4.5.13 |
8579 | 2024-12-20T20:23:37.653Z | [ recovery-image] Dec 20 20:23:37.366 INFO E| Compiling clap v4.5.17 |
8580 | 2024-12-20T20:23:37.722Z | [ recovery-image] Dec 20 20:23:37.435 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8581 | 2024-12-20T20:23:38.918Z | [ recovery-image] Dec 20 20:23:38.631 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.16s |
8582 | 2024-12-20T20:23:38.931Z | [ recovery-image] Dec 20 20:23:38.643 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8583 | 2024-12-20T20:23:39.091Z | [ recovery-image] Dec 20 20:23:38.804 INFO E| Updating crates.io index |
8584 | 2024-12-20T20:23:39.158Z | [ recovery-image] Dec 20 20:23:38.871 INFO E| Downloading crates ... |
8585 | 2024-12-20T20:23:39.224Z | [ recovery-image] Dec 20 20:23:38.937 INFO E| Downloaded bit_field v0.10.2 |
8586 | 2024-12-20T20:23:39.242Z | [ recovery-image] Dec 20 20:23:38.954 INFO E| Downloaded bitstruct v0.1.1 |
8587 | 2024-12-20T20:23:39.248Z | [ recovery-image] Dec 20 20:23:38.956 INFO E| Downloaded bitstruct_derive v0.1.0 |
8588 | 2024-12-20T20:23:39.251Z | [ recovery-image] Dec 20 20:23:38.963 INFO E| Downloaded seq-macro v0.3.5 |
8589 | 2024-12-20T20:23:39.254Z | [ recovery-image] Dec 20 20:23:38.965 INFO E| Downloaded cpio_reader v0.1.1 |
8590 | 2024-12-20T20:23:39.271Z | [ recovery-image] Dec 20 20:23:38.983 INFO E| Downloaded syn v2.0.85 |
8591 | 2024-12-20T20:23:39.282Z | [ recovery-image] Dec 20 20:23:38.995 INFO E| Downloaded raw-cpuid v10.7.0 |
8592 | 2024-12-20T20:23:39.406Z | [ recovery-image] Dec 20 20:23:39.119 INFO E| Downloaded x86 v0.52.0 |
8593 | 2024-12-20T20:23:39.475Z | [ recovery-image] Dec 20 20:23:39.188 INFO E| Updating crates.io index |
8594 | 2024-12-20T20:23:39.547Z | [ recovery-image] Dec 20 20:23:39.260 INFO E| Downloading crates ... |
8595 | 2024-12-20T20:23:39.617Z | [ recovery-image] Dec 20 20:23:39.331 INFO E| Downloaded hashbrown v0.15.0 |
8596 | 2024-12-20T20:23:39.630Z | [ recovery-image] Dec 20 20:23:39.343 INFO E| Downloaded compiler_builtins v0.1.134 |
8597 | 2024-12-20T20:23:39.725Z | [ recovery-image] Dec 20 20:23:39.438 INFO E| Compiling compiler_builtins v0.1.134 |
8598 | 2024-12-20T20:23:39.725Z | [ recovery-image] Dec 20 20:23:39.438 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) |
8599 | 2024-12-20T20:23:39.728Z | [ recovery-image] Dec 20 20:23:39.438 INFO E| Compiling proc-macro2 v1.0.89 |
8600 | 2024-12-20T20:23:39.728Z | [ recovery-image] Dec 20 20:23:39.438 INFO E| Compiling unicode-ident v1.0.13 |
8601 | 2024-12-20T20:23:39.728Z | [ recovery-image] Dec 20 20:23:39.438 INFO E| Compiling syn v1.0.109 |
8602 | 2024-12-20T20:23:39.728Z | [ recovery-image] Dec 20 20:23:39.438 INFO E| Compiling x86 v0.52.0 |
8603 | 2024-12-20T20:23:39.728Z | [ recovery-image] Dec 20 20:23:39.438 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8604 | 2024-12-20T20:23:39.728Z | [ recovery-image] Dec 20 20:23:39.438 INFO E| Compiling seq-macro v0.3.5 |
8605 | 2024-12-20T20:23:41.270Z | [ recovery-image] Dec 20 20:23:40.982 INFO E| Compiling quote v1.0.37 |
8606 | 2024-12-20T20:23:41.559Z | [ recovery-image] Dec 20 20:23:41.272 INFO E| Compiling syn v2.0.85 |
8607 | 2024-12-20T20:23:44.805Z | [ recovery-image] Dec 20 20:23:44.518 INFO E| Compiling scroll_derive v0.12.0 |
8608 | 2024-12-20T20:23:46.765Z | [ recovery-image] Dec 20 20:23:46.478 INFO E| Compiling bitstruct_derive v0.1.0 |
8609 | 2024-12-20T20:23:51.768Z | [ host-image] Dec 20 20:23:51.481 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8610 | 2024-12-20T20:23:51.772Z | [ host-image] Dec 20 20:23:51.481 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8611 | 2024-12-20T20:23:51.772Z | [ host-image] Dec 20 20:23:51.481 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8612 | 2024-12-20T20:23:51.772Z | [ host-image] Dec 20 20:23:51.481 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8613 | 2024-12-20T20:23:51.772Z | [ host-image] Dec 20 20:23:51.482 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8614 | 2024-12-20T20:23:51.772Z | [ host-image] Dec 20 20:23:51.482 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8615 | 2024-12-20T20:23:51.772Z | [ host-image] Dec 20 20:23:51.482 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8616 | 2024-12-20T20:23:51.772Z | [ host-image] Dec 20 20:23:51.483 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8617 | 2024-12-20T20:23:51.773Z | [ host-image] Dec 20 20:23:51.483 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8618 | 2024-12-20T20:23:51.773Z | [ host-image] Dec 20 20:23:51.483 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8619 | 2024-12-20T20:23:51.773Z | [ host-image] Dec 20 20:23:51.483 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8620 | 2024-12-20T20:23:51.773Z | [ host-image] Dec 20 20:23:51.485 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8621 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.486 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8622 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.486 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8623 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.486 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8624 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.487 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8625 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.488 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8626 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.488 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8627 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.488 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8628 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.488 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8629 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.488 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8630 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.488 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8631 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.488 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8632 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.489 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8633 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.489 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8634 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.489 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8635 | 2024-12-20T20:23:51.777Z | [ host-image] Dec 20 20:23:51.489 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8636 | 2024-12-20T20:23:51.779Z | [ host-image] Dec 20 20:23:51.489 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8637 | 2024-12-20T20:23:51.779Z | [ host-image] Dec 20 20:23:51.489 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8638 | 2024-12-20T20:23:51.779Z | [ host-image] Dec 20 20:23:51.489 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8639 | 2024-12-20T20:23:51.779Z | [ host-image] Dec 20 20:23:51.490 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8640 | 2024-12-20T20:23:51.779Z | [ host-image] Dec 20 20:23:51.490 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8641 | 2024-12-20T20:23:51.779Z | [ host-image] Dec 20 20:23:51.490 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8642 | 2024-12-20T20:23:51.779Z | [ host-image] Dec 20 20:23:51.490 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8643 | 2024-12-20T20:23:51.781Z | [ host-image] Dec 20 20:23:51.491 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8644 | 2024-12-20T20:23:51.782Z | [ host-image] Dec 20 20:23:51.491 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8645 | 2024-12-20T20:23:51.787Z | [ host-image] Dec 20 20:23:51.501 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8646 | 2024-12-20T20:23:51.790Z | [ host-image] Dec 20 20:23:51.501 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8647 | 2024-12-20T20:23:51.790Z | [ host-image] Dec 20 20:23:51.501 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8648 | 2024-12-20T20:23:51.790Z | [ host-image] Dec 20 20:23:51.501 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8649 | 2024-12-20T20:23:51.790Z | [ host-image] Dec 20 20:23:51.502 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8650 | 2024-12-20T20:23:51.790Z | [ host-image] Dec 20 20:23:51.502 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8651 | 2024-12-20T20:23:51.790Z | [ host-image] Dec 20 20:23:51.502 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8652 | 2024-12-20T20:23:51.790Z | [ host-image] Dec 20 20:23:51.503 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8653 | 2024-12-20T20:23:51.794Z | [ host-image] Dec 20 20:23:51.504 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8654 | 2024-12-20T20:23:51.794Z | [ host-image] Dec 20 20:23:51.504 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8655 | 2024-12-20T20:23:51.803Z | [ host-image] Dec 20 20:23:51.516 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8656 | 2024-12-20T20:23:51.803Z | [ host-image] Dec 20 20:23:51.516 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8657 | 2024-12-20T20:23:51.806Z | [ host-image] Dec 20 20:23:51.517 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8658 | 2024-12-20T20:23:51.806Z | [ host-image] Dec 20 20:23:51.517 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8659 | 2024-12-20T20:23:51.806Z | [ host-image] Dec 20 20:23:51.518 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8660 | 2024-12-20T20:23:51.806Z | [ host-image] Dec 20 20:23:51.518 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8661 | 2024-12-20T20:23:51.843Z | [ host-image] Dec 20 20:23:51.555 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8662 | 2024-12-20T20:23:51.846Z | [ host-image] Dec 20 20:23:51.555 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8663 | 2024-12-20T20:23:51.846Z | [ host-image] Dec 20 20:23:51.555 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8664 | 2024-12-20T20:23:51.846Z | [ host-image] Dec 20 20:23:51.556 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8665 | 2024-12-20T20:23:51.846Z | [ host-image] Dec 20 20:23:51.556 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8666 | 2024-12-20T20:23:51.846Z | [ host-image] Dec 20 20:23:51.556 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8667 | 2024-12-20T20:23:51.846Z | [ host-image] Dec 20 20:23:51.557 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8668 | 2024-12-20T20:23:51.847Z | [ host-image] Dec 20 20:23:51.557 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8669 | 2024-12-20T20:23:51.847Z | [ host-image] Dec 20 20:23:51.557 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8670 | 2024-12-20T20:23:51.847Z | [ host-image] Dec 20 20:23:51.557 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8671 | 2024-12-20T20:23:51.847Z | [ host-image] Dec 20 20:23:51.557 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8672 | 2024-12-20T20:23:51.848Z | [ host-image] Dec 20 20:23:51.557 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8673 | 2024-12-20T20:23:51.850Z | [ host-image] Dec 20 20:23:51.562 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8674 | 2024-12-20T20:23:51.850Z | [ host-image] Dec 20 20:23:51.562 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8675 | 2024-12-20T20:23:51.850Z | [ host-image] Dec 20 20:23:51.562 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8676 | 2024-12-20T20:23:51.850Z | [ host-image] Dec 20 20:23:51.563 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8677 | 2024-12-20T20:23:51.850Z | [ host-image] Dec 20 20:23:51.563 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8678 | 2024-12-20T20:23:51.864Z | [ host-image] Dec 20 20:23:51.577 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8679 | 2024-12-20T20:23:51.864Z | [ host-image] Dec 20 20:23:51.578 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8680 | 2024-12-20T20:23:51.866Z | [ host-image] Dec 20 20:23:51.580 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8681 | 2024-12-20T20:23:51.870Z | [ host-image] Dec 20 20:23:51.580 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8682 | 2024-12-20T20:23:51.870Z | [ host-image] Dec 20 20:23:51.580 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8683 | 2024-12-20T20:23:51.870Z | [ host-image] Dec 20 20:23:51.581 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8684 | 2024-12-20T20:23:51.870Z | [ host-image] Dec 20 20:23:51.581 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8685 | 2024-12-20T20:23:51.870Z | [ host-image] Dec 20 20:23:51.581 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8686 | 2024-12-20T20:23:51.870Z | [ host-image] Dec 20 20:23:51.582 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8687 | 2024-12-20T20:23:51.872Z | [ host-image] Dec 20 20:23:51.586 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8688 | 2024-12-20T20:23:51.875Z | [ host-image] Dec 20 20:23:51.586 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8689 | 2024-12-20T20:23:51.875Z | [ host-image] Dec 20 20:23:51.587 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8690 | 2024-12-20T20:23:51.875Z | [ host-image] Dec 20 20:23:51.587 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8691 | 2024-12-20T20:23:51.876Z | [ host-image] Dec 20 20:23:51.587 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8692 | 2024-12-20T20:23:51.876Z | [ host-image] Dec 20 20:23:51.587 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8693 | 2024-12-20T20:23:51.876Z | [ host-image] Dec 20 20:23:51.588 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8694 | 2024-12-20T20:23:51.876Z | [ host-image] Dec 20 20:23:51.588 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8695 | 2024-12-20T20:23:51.887Z | [ host-image] Dec 20 20:23:51.601 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8696 | 2024-12-20T20:23:51.890Z | [ host-image] Dec 20 20:23:51.601 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8697 | 2024-12-20T20:23:51.890Z | [ host-image] Dec 20 20:23:51.603 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8698 | 2024-12-20T20:23:51.893Z | [ host-image] Dec 20 20:23:51.605 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8699 | 2024-12-20T20:23:51.894Z | [ host-image] Dec 20 20:23:51.605 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8700 | 2024-12-20T20:23:51.894Z | [ host-image] Dec 20 20:23:51.605 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8701 | 2024-12-20T20:23:51.894Z | [ host-image] Dec 20 20:23:51.606 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8702 | 2024-12-20T20:23:51.894Z | [ host-image] Dec 20 20:23:51.606 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8703 | 2024-12-20T20:23:51.903Z | [ host-image] Dec 20 20:23:51.617 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8704 | 2024-12-20T20:23:51.903Z | [ host-image] Dec 20 20:23:51.617 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8705 | 2024-12-20T20:23:51.908Z | [ host-image] Dec 20 20:23:51.617 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8706 | 2024-12-20T20:23:51.908Z | [ host-image] Dec 20 20:23:51.618 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8707 | 2024-12-20T20:23:51.908Z | [ host-image] Dec 20 20:23:51.618 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8708 | 2024-12-20T20:23:51.929Z | [ host-image] Dec 20 20:23:51.641 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8709 | 2024-12-20T20:23:51.929Z | [ host-image] Dec 20 20:23:51.641 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8710 | 2024-12-20T20:23:51.929Z | [ host-image] Dec 20 20:23:51.641 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8711 | 2024-12-20T20:23:51.933Z | [ host-image] Dec 20 20:23:51.641 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8712 | 2024-12-20T20:23:51.934Z | [ host-image] Dec 20 20:23:51.642 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8713 | 2024-12-20T20:23:51.958Z | [ host-image] Dec 20 20:23:51.671 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8714 | 2024-12-20T20:23:51.960Z | [ host-image] Dec 20 20:23:51.671 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8715 | 2024-12-20T20:23:51.960Z | [ host-image] Dec 20 20:23:51.671 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8716 | 2024-12-20T20:23:51.960Z | [ host-image] Dec 20 20:23:51.672 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8717 | 2024-12-20T20:23:51.960Z | [ host-image] Dec 20 20:23:51.673 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8718 | 2024-12-20T20:23:51.960Z | [ host-image] Dec 20 20:23:51.673 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8719 | 2024-12-20T20:23:51.960Z | [ host-image] Dec 20 20:23:51.674 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8720 | 2024-12-20T20:23:51.963Z | [ host-image] Dec 20 20:23:51.674 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8721 | 2024-12-20T20:23:51.963Z | [ host-image] Dec 20 20:23:51.674 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8722 | 2024-12-20T20:23:51.963Z | [ host-image] Dec 20 20:23:51.675 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8723 | 2024-12-20T20:23:51.963Z | [ host-image] Dec 20 20:23:51.675 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8724 | 2024-12-20T20:23:51.963Z | [ host-image] Dec 20 20:23:51.675 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8725 | 2024-12-20T20:23:51.963Z | [ host-image] Dec 20 20:23:51.675 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8726 | 2024-12-20T20:23:51.965Z | [ host-image] Dec 20 20:23:51.678 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8727 | 2024-12-20T20:23:51.965Z | [ host-image] Dec 20 20:23:51.679 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8728 | 2024-12-20T20:23:51.968Z | [ host-image] Dec 20 20:23:51.680 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8729 | 2024-12-20T20:23:51.968Z | [ host-image] Dec 20 20:23:51.681 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8730 | 2024-12-20T20:23:51.968Z | [ host-image] Dec 20 20:23:51.681 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8731 | 2024-12-20T20:23:51.968Z | [ host-image] Dec 20 20:23:51.681 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8732 | 2024-12-20T20:23:51.968Z | [ host-image] Dec 20 20:23:51.681 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8733 | 2024-12-20T20:23:51.968Z | [ host-image] Dec 20 20:23:51.681 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8734 | 2024-12-20T20:23:51.968Z | [ host-image] Dec 20 20:23:51.681 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8735 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.682 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8736 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.682 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8737 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.682 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8738 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.682 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8739 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.683 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8740 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.683 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8741 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.683 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8742 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.684 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8743 | 2024-12-20T20:23:51.972Z | [ host-image] Dec 20 20:23:51.685 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8744 | 2024-12-20T20:23:51.973Z | [ host-image] Dec 20 20:23:51.685 INFO O| tempdir @ "/tmp/.tmpl1N34M/tmp" |
8745 | 2024-12-20T20:23:51.973Z | [ host-image] Dec 20 20:23:51.685 INFO O| image root @ "/tmp/.tmpl1N34M/tmp/root" |
8746 | 2024-12-20T20:23:51.973Z | [ host-image] Dec 20 20:23:51.685 INFO O| creating image... |
8747 | 2024-12-20T20:23:52.502Z | [ host-image] Dec 20 20:23:52.214 INFO O| copying publishers... |
8748 | 2024-12-20T20:23:58.725Z | [ recovery-image] Dec 20 20:23:58.438 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) |
8749 | 2024-12-20T20:24:00.487Z | [ recovery-image] Dec 20 20:24:00.199 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) |
8750 | 2024-12-20T20:24:03.351Z | [ host-image] Dec 20 20:24:03.065 INFO O| adding properties... |
8751 | 2024-12-20T20:24:03.846Z | [ recovery-image] Dec 20 20:24:03.559 INFO E| Compiling bitflags v1.3.2 |
8752 | 2024-12-20T20:24:03.846Z | [ recovery-image] Dec 20 20:24:03.559 INFO E| Compiling scroll v0.12.0 |
8753 | 2024-12-20T20:24:03.852Z | [ recovery-image] Dec 20 20:24:03.559 INFO E| Compiling adler2 v2.0.0 |
8754 | 2024-12-20T20:24:03.852Z | [ recovery-image] Dec 20 20:24:03.559 INFO E| Compiling bit_field v0.10.2 |
8755 | 2024-12-20T20:24:03.853Z | [ recovery-image] Dec 20 20:24:03.559 INFO E| Compiling plain v0.2.3 |
8756 | 2024-12-20T20:24:03.854Z | [ recovery-image] Dec 20 20:24:03.560 INFO E| Compiling log v0.4.22 |
8757 | 2024-12-20T20:24:03.854Z | [ recovery-image] Dec 20 20:24:03.560 INFO E| Compiling static_assertions v1.1.0 |
8758 | 2024-12-20T20:24:03.951Z | [ recovery-image] Dec 20 20:24:03.664 INFO E| Compiling raw-cpuid v10.7.0 |
8759 | 2024-12-20T20:24:03.963Z | [ recovery-image] Dec 20 20:24:03.675 INFO E| Compiling cpio_reader v0.1.1 |
8760 | 2024-12-20T20:24:04.008Z | [ recovery-image] Dec 20 20:24:03.722 INFO E| Compiling miniz_oxide v0.8.0 |
8761 | 2024-12-20T20:24:04.147Z | [ recovery-image] Dec 20 20:24:03.858 INFO E| Compiling bitstruct v0.1.1 |
8762 | 2024-12-20T20:24:04.337Z | [ recovery-image] Dec 20 20:24:04.051 INFO E| Compiling goblin v0.8.2 |
8763 | 2024-12-20T20:24:05.052Z | [ host-image] Dec 20 20:24:04.765 INFO O| installing packages... |
8764 | 2024-12-20T20:24:10.793Z | [ recovery-image] Dec 20 20:24:10.491 INFO E| Finished `release` profile [optimized] target(s) in 31.83s |
8765 | 2024-12-20T20:24:10.816Z | [ recovery-image] Dec 20 20:24:10.513 INFO building host image... |
8766 | 2024-12-20T20:24:10.816Z | [ recovery-image] Dec 20 20:24:10.514 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") |
8767 | 2024-12-20T20:24:11.288Z | [ recovery-image] Dec 20 20:24:10.996 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8768 | 2024-12-20T20:24:12.701Z | [ recovery-image] Dec 20 20:24:12.413 INFO image complete! materials are in "/work/os-recovery" |
8769 | 2024-12-20T20:24:12.707Z | [ recovery-image] |
8770 | 2024-12-20T20:24:12.708Z | [ recovery-image] real 11:17.137759231 |
8771 | 2024-12-20T20:24:12.708Z | [ recovery-image] user 6:12.727710237 |
8772 | 2024-12-20T20:24:12.708Z | [ recovery-image] sys 1:07.889889962 |
8773 | 2024-12-20T20:24:12.708Z | [ recovery-image] trap 0.242452418 |
8774 | 2024-12-20T20:24:12.708Z | [ recovery-image] tflt 0.306141195 |
8775 | 2024-12-20T20:24:12.708Z | [ recovery-image] dflt 1.823612904 |
8776 | 2024-12-20T20:24:12.708Z | [ recovery-image] kflt 0.001865320 |
8777 | 2024-12-20T20:24:12.715Z | [ recovery-image] lock 22:43.250094470 |
8778 | 2024-12-20T20:24:12.715Z | [ recovery-image] slp 1:08:18.200182201 |
8779 | 2024-12-20T20:24:12.715Z | [ recovery-image] lat 3:10.469250538 |
8780 | 2024-12-20T20:24:12.715Z | [ recovery-image] stop 8.451111558 |
8781 | 2024-12-20T20:24:12.716Z | Dec 20 20:24:12.419 INFO [recovery-image] process exited with exit status: 0 (677.162241276s) |
8782 | 2024-12-20T20:24:28.192Z | [ host-image] Dec 20 20:24:27.906 INFO O| seeding SMF database... |
8783 | 2024-12-20T20:24:41.041Z | [ host-image] Dec 20 20:24:40.755 INFO O| configuring SMF profile... |
8784 | 2024-12-20T20:24:41.044Z | [ host-image] Dec 20 20:24:40.755 INFO O| modifying shadow(5)... |
8785 | 2024-12-20T20:24:41.044Z | [ host-image] Dec 20 20:24:40.755 INFO O| loading user and group database... |
8786 | 2024-12-20T20:24:41.044Z | [ host-image] Dec 20 20:24:40.755 INFO O| assessing packaged files... |
8787 | 2024-12-20T20:24:45.893Z | [ host-image] Dec 20 20:24:45.608 INFO O| creating archive... |
8788 | 2024-12-20T20:24:45.960Z | [ host-image] Dec 20 20:24:45.675 INFO O| missing from packaging: |
8789 | 2024-12-20T20:24:45.962Z | [ host-image] Dec 20 20:24:45.675 INFO O| "etc/.pwd.lock" |
8790 | 2024-12-20T20:24:45.962Z | [ host-image] Dec 20 20:24:45.675 INFO O| "etc/bash" |
8791 | 2024-12-20T20:24:45.976Z | [ host-image] Dec 20 20:24:45.691 INFO O| "etc/svc/profile/generic.xml" |
8792 | 2024-12-20T20:24:45.976Z | [ host-image] Dec 20 20:24:45.691 INFO O| "etc/svc/profile/inetd_services.xml" |
8793 | 2024-12-20T20:24:45.979Z | [ host-image] Dec 20 20:24:45.691 INFO O| "etc/svc/profile/name_service.xml" |
8794 | 2024-12-20T20:24:45.979Z | [ host-image] Dec 20 20:24:45.691 INFO O| "etc/svc/profile/platform.xml" |
8795 | 2024-12-20T20:24:45.979Z | [ host-image] Dec 20 20:24:45.691 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8796 | 2024-12-20T20:24:45.979Z | [ host-image] Dec 20 20:24:45.692 INFO O| "etc/svc/repository.db" |
8797 | 2024-12-20T20:24:45.993Z | [ host-image] Dec 20 20:24:45.708 INFO O| "opt/ooce/share" |
8798 | 2024-12-20T20:24:45.993Z | [ host-image] Dec 20 20:24:45.708 INFO O| "opt/ooce/share/man" |
8799 | 2024-12-20T20:24:45.996Z | [ host-image] Dec 20 20:24:45.708 INFO O| "opt/ooce/share/man/man1" |
8800 | 2024-12-20T20:24:46.008Z | [ host-image] Dec 20 20:24:45.723 INFO O| finishing archive... |
8801 | 2024-12-20T20:24:49.872Z | [ host-image] Dec 20 20:24:49.587 INFO O| creating gzonly manifest... |
8802 | 2024-12-20T20:24:49.883Z | [ host-image] Dec 20 20:24:49.598 INFO O| ok |
8803 | 2024-12-20T20:24:50.044Z | [ host-image] Dec 20 20:24:49.759 INFO image builder template: ramdisk-02-trim... |
8804 | 2024-12-20T20:24:50.044Z | [ host-image] Dec 20 20:24:49.759 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/.tmpvU0PN2/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 |
8805 | 2024-12-20T20:24:50.084Z | [ host-image] Dec 20 20:24:49.799 INFO O| Dec 20 20:24:49.798 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8806 | 2024-12-20T20:24:50.111Z | [ host-image] Dec 20 20:24:49.825 INFO O| Dec 20 20:24:49.825 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8807 | 2024-12-20T20:24:50.274Z | [ host-image] Dec 20 20:24:49.989 INFO O| Dec 20 20:24:49.989 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8808 | 2024-12-20T20:24:50.421Z | [ host-image] Dec 20 20:24:50.136 INFO O| Dec 20 20:24:50.136 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8809 | 2024-12-20T20:24:50.424Z | [ host-image] Dec 20 20:24:50.136 INFO O| Dec 20 20:24:50.136 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8810 | 2024-12-20T20:24:50.432Z | [ host-image] Dec 20 20:24:50.147 INFO O| Dec 20 20:24:50.146 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8811 | 2024-12-20T20:24:50.439Z | [ host-image] Dec 20 20:24:50.154 INFO O| Dec 20 20:24:50.154 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8812 | 2024-12-20T20:24:50.464Z | [ host-image] Dec 20 20:24:50.179 INFO O| Dec 20 20:24:50.179 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8813 | 2024-12-20T20:24:50.999Z | [ host-image] Dec 20 20:24:50.714 INFO O| Dec 20 20:24:50.714 INFO rolled back to input snapshot; work may begin |
8814 | 2024-12-20T20:24:51.000Z | [ host-image] Dec 20 20:24:50.714 INFO O| Dec 20 20:24:50.714 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8815 | 2024-12-20T20:24:51.010Z | [ host-image] Dec 20 20:24:50.724 INFO O| Dec 20 20:24:50.724 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8816 | 2024-12-20T20:24:51.035Z | [ host-image] Dec 20 20:24:50.749 INFO O| Dec 20 20:24:50.749 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8817 | 2024-12-20T20:24:52.038Z | [ host-image] Dec 20 20:24:51.753 INFO O| Dec 20 20:24:51.753 INFO STEP 0 (remove_files) COMPLETE |
8818 | 2024-12-20T20:24:52.038Z | [ host-image] Dec 20 20:24:51.753 INFO O| Dec 20 20:24:51.753 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8819 | 2024-12-20T20:24:52.056Z | [ host-image] Dec 20 20:24:51.771 INFO O| Dec 20 20:24:51.771 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8820 | 2024-12-20T20:24:52.059Z | [ host-image] Dec 20 20:24:51.773 INFO O| Dec 20 20:24:51.773 INFO STEP 1 (remove_files) COMPLETE |
8821 | 2024-12-20T20:24:52.059Z | [ host-image] Dec 20 20:24:51.773 INFO O| Dec 20 20:24:51.773 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8822 | 2024-12-20T20:24:52.075Z | [ host-image] Dec 20 20:24:51.790 INFO O| Dec 20 20:24:51.790 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8823 | 2024-12-20T20:24:52.093Z | [ host-image] Dec 20 20:24:51.808 INFO O| Dec 20 20:24:51.808 INFO STEP 2 (remove_files) COMPLETE |
8824 | 2024-12-20T20:24:52.094Z | [ host-image] Dec 20 20:24:51.809 INFO O| Dec 20 20:24:51.808 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-12-20T20:24:52.127Z | [ host-image] Dec 20 20:24:51.841 INFO O| Dec 20 20:24:51.841 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8826 | 2024-12-20T20:24:52.130Z | [ host-image] Dec 20 20:24:51.844 INFO O| Dec 20 20:24:51.844 INFO STEP 3 (remove_files) COMPLETE |
8827 | 2024-12-20T20:24:52.130Z | [ host-image] Dec 20 20:24:51.844 INFO O| Dec 20 20:24:51.844 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-12-20T20:24:52.147Z | [ host-image] Dec 20 20:24:51.862 INFO O| Dec 20 20:24:51.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8829 | 2024-12-20T20:24:52.152Z | [ host-image] Dec 20 20:24:51.867 INFO O| Dec 20 20:24:51.867 INFO STEP 4 (remove_files) COMPLETE |
8830 | 2024-12-20T20:24:52.152Z | [ host-image] Dec 20 20:24:51.867 INFO O| Dec 20 20:24:51.867 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8831 | 2024-12-20T20:24:52.167Z | [ host-image] Dec 20 20:24:51.882 INFO O| Dec 20 20:24:51.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8832 | 2024-12-20T20:24:52.171Z | [ host-image] Dec 20 20:24:51.886 INFO O| Dec 20 20:24:51.886 INFO STEP 5 (remove_files) COMPLETE |
8833 | 2024-12-20T20:24:52.171Z | [ host-image] Dec 20 20:24:51.886 INFO O| Dec 20 20:24:51.886 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8834 | 2024-12-20T20:24:52.187Z | [ host-image] Dec 20 20:24:51.900 INFO O| Dec 20 20:24:51.900 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8835 | 2024-12-20T20:24:52.199Z | [ host-image] Dec 20 20:24:51.914 INFO O| Dec 20 20:24:51.914 INFO STEP 6 (remove_files) COMPLETE |
8836 | 2024-12-20T20:24:52.199Z | [ host-image] Dec 20 20:24:51.914 INFO O| Dec 20 20:24:51.914 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8837 | 2024-12-20T20:24:52.253Z | [ host-image] Dec 20 20:24:51.966 INFO O| Dec 20 20:24:51.966 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8838 | 2024-12-20T20:24:52.271Z | [ host-image] Dec 20 20:24:51.985 INFO O| Dec 20 20:24:51.985 INFO STEP 7 (remove_files) COMPLETE |
8839 | 2024-12-20T20:24:52.271Z | [ host-image] Dec 20 20:24:51.986 INFO O| Dec 20 20:24:51.985 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-12-20T20:24:52.289Z | [ host-image] Dec 20 20:24:52.002 INFO O| Dec 20 20:24:52.002 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8841 | 2024-12-20T20:24:52.443Z | [ host-image] Dec 20 20:24:52.157 INFO O| Dec 20 20:24:52.157 INFO STEP 8 (remove_files) COMPLETE |
8842 | 2024-12-20T20:24:52.443Z | [ host-image] Dec 20 20:24:52.157 INFO O| Dec 20 20:24:52.157 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8843 | 2024-12-20T20:24:52.463Z | [ host-image] Dec 20 20:24:52.178 INFO O| Dec 20 20:24:52.177 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8844 | 2024-12-20T20:24:52.626Z | [ host-image] Dec 20 20:24:52.340 INFO O| Dec 20 20:24:52.340 INFO STEP 9 (remove_files) COMPLETE |
8845 | 2024-12-20T20:24:52.626Z | [ host-image] Dec 20 20:24:52.340 INFO O| Dec 20 20:24:52.340 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8846 | 2024-12-20T20:24:52.642Z | [ host-image] Dec 20 20:24:52.357 INFO O| Dec 20 20:24:52.357 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8847 | 2024-12-20T20:24:52.647Z | [ host-image] Dec 20 20:24:52.362 INFO O| Dec 20 20:24:52.362 INFO STEP 10 (remove_files) COMPLETE |
8848 | 2024-12-20T20:24:52.647Z | [ host-image] Dec 20 20:24:52.362 INFO O| Dec 20 20:24:52.362 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-12-20T20:24:52.665Z | [ host-image] Dec 20 20:24:52.380 INFO O| Dec 20 20:24:52.380 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8850 | 2024-12-20T20:24:52.668Z | [ host-image] Dec 20 20:24:52.382 INFO O| Dec 20 20:24:52.382 INFO STEP 11 (remove_files) COMPLETE |
8851 | 2024-12-20T20:24:52.668Z | [ host-image] Dec 20 20:24:52.382 INFO O| Dec 20 20:24:52.382 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8852 | 2024-12-20T20:24:52.685Z | [ host-image] Dec 20 20:24:52.400 INFO O| Dec 20 20:24:52.400 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8853 | 2024-12-20T20:24:52.688Z | [ host-image] Dec 20 20:24:52.403 INFO O| Dec 20 20:24:52.403 INFO STEP 12 (remove_files) COMPLETE |
8854 | 2024-12-20T20:24:52.690Z | [ host-image] Dec 20 20:24:52.403 INFO O| Dec 20 20:24:52.403 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8855 | 2024-12-20T20:24:52.831Z | [ host-image] Dec 20 20:24:52.546 INFO O| Dec 20 20:24:52.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8856 | 2024-12-20T20:24:52.847Z | [ host-image] Dec 20 20:24:52.562 INFO O| Dec 20 20:24:52.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8857 | 2024-12-20T20:24:52.862Z | [ host-image] Dec 20 20:24:52.577 INFO O| Dec 20 20:24:52.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8858 | 2024-12-20T20:24:52.865Z | [ host-image] Dec 20 20:24:52.580 INFO O| Dec 20 20:24:52.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8859 | 2024-12-20T20:24:53.434Z | [ host-image] Dec 20 20:24:53.149 INFO O| Dec 20 20:24:53.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8860 | 2024-12-20T20:24:53.434Z | [ host-image] Dec 20 20:24:53.149 INFO O| Dec 20 20:24:53.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8861 | 2024-12-20T20:24:53.438Z | [ host-image] Dec 20 20:24:53.149 INFO O| Dec 20 20:24:53.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8862 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.149 INFO O| Dec 20 20:24:53.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8863 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.149 INFO O| Dec 20 20:24:53.149 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8864 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.150 INFO O| Dec 20 20:24:53.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8865 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.150 INFO O| Dec 20 20:24:53.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8866 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.151 INFO O| Dec 20 20:24:53.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8867 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.151 INFO O| Dec 20 20:24:53.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8868 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.151 INFO O| Dec 20 20:24:53.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8869 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.152 INFO O| Dec 20 20:24:53.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8870 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.152 INFO O| Dec 20 20:24:53.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8871 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.152 INFO O| Dec 20 20:24:53.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8872 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.152 INFO O| Dec 20 20:24:53.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8873 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.152 INFO O| Dec 20 20:24:53.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8874 | 2024-12-20T20:24:53.439Z | [ host-image] Dec 20 20:24:53.152 INFO O| Dec 20 20:24:53.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8875 | 2024-12-20T20:24:53.442Z | [ host-image] Dec 20 20:24:53.154 INFO O| Dec 20 20:24:53.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8876 | 2024-12-20T20:24:53.461Z | [ host-image] Dec 20 20:24:53.176 INFO O| Dec 20 20:24:53.176 INFO STEP 13 (remove_files) COMPLETE |
8877 | 2024-12-20T20:24:53.461Z | [ host-image] Dec 20 20:24:53.176 INFO O| Dec 20 20:24:53.176 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-20T20:24:53.500Z | [ host-image] Dec 20 20:24:53.215 INFO O| Dec 20 20:24:53.215 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8879 | 2024-12-20T20:24:53.503Z | [ host-image] Dec 20 20:24:53.217 INFO O| Dec 20 20:24:53.217 INFO STEP 14 (remove_files) COMPLETE |
8880 | 2024-12-20T20:24:53.503Z | [ host-image] Dec 20 20:24:53.217 INFO O| Dec 20 20:24:53.217 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-20T20:24:53.519Z | [ host-image] Dec 20 20:24:53.234 INFO O| Dec 20 20:24:53.234 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8882 | 2024-12-20T20:24:53.531Z | [ host-image] Dec 20 20:24:53.246 INFO O| Dec 20 20:24:53.246 INFO STEP 15 (remove_files) COMPLETE |
8883 | 2024-12-20T20:24:53.531Z | [ host-image] Dec 20 20:24:53.246 INFO O| Dec 20 20:24:53.246 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-20T20:24:53.549Z | [ host-image] Dec 20 20:24:53.264 INFO O| Dec 20 20:24:53.264 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8885 | 2024-12-20T20:24:53.552Z | [ host-image] Dec 20 20:24:53.264 INFO O| Dec 20 20:24:53.264 INFO STEP 16 (remove_files) COMPLETE |
8886 | 2024-12-20T20:24:53.552Z | [ host-image] Dec 20 20:24:53.264 INFO O| Dec 20 20:24:53.264 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-20T20:24:53.566Z | [ host-image] Dec 20 20:24:53.281 INFO O| Dec 20 20:24:53.281 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8888 | 2024-12-20T20:24:53.568Z | [ host-image] Dec 20 20:24:53.283 INFO O| Dec 20 20:24:53.283 INFO STEP 17 (remove_files) COMPLETE |
8889 | 2024-12-20T20:24:53.569Z | [ host-image] Dec 20 20:24:53.283 INFO O| Dec 20 20:24:53.283 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-20T20:24:53.585Z | [ host-image] Dec 20 20:24:53.300 INFO O| Dec 20 20:24:53.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8891 | 2024-12-20T20:24:53.585Z | [ host-image] Dec 20 20:24:53.300 INFO O| Dec 20 20:24:53.300 INFO STEP 18 (remove_files) COMPLETE |
8892 | 2024-12-20T20:24:53.585Z | [ host-image] Dec 20 20:24:53.300 INFO O| Dec 20 20:24:53.300 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-12-20T20:24:53.603Z | [ host-image] Dec 20 20:24:53.318 INFO O| Dec 20 20:24:53.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8894 | 2024-12-20T20:24:53.603Z | [ host-image] Dec 20 20:24:53.318 INFO O| Dec 20 20:24:53.318 INFO STEP 19 (remove_files) COMPLETE |
8895 | 2024-12-20T20:24:53.603Z | [ host-image] Dec 20 20:24:53.319 INFO O| Dec 20 20:24:53.318 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-20T20:24:53.637Z | [ host-image] Dec 20 20:24:53.352 INFO O| Dec 20 20:24:53.352 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8897 | 2024-12-20T20:24:53.640Z | [ host-image] Dec 20 20:24:53.353 INFO O| Dec 20 20:24:53.352 INFO STEP 20 (remove_files) COMPLETE |
8898 | 2024-12-20T20:24:53.640Z | [ host-image] Dec 20 20:24:53.353 INFO O| Dec 20 20:24:53.353 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-20T20:24:53.657Z | [ host-image] Dec 20 20:24:53.372 INFO O| Dec 20 20:24:53.372 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8900 | 2024-12-20T20:24:53.658Z | [ host-image] Dec 20 20:24:53.373 INFO O| Dec 20 20:24:53.373 INFO STEP 21 (remove_files) COMPLETE |
8901 | 2024-12-20T20:24:53.658Z | [ host-image] Dec 20 20:24:53.373 INFO O| Dec 20 20:24:53.373 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-20T20:24:53.709Z | [ host-image] Dec 20 20:24:53.424 INFO O| Dec 20 20:24:53.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8903 | 2024-12-20T20:24:53.709Z | [ host-image] Dec 20 20:24:53.424 INFO O| Dec 20 20:24:53.424 INFO STEP 22 (remove_files) COMPLETE |
8904 | 2024-12-20T20:24:53.712Z | [ host-image] Dec 20 20:24:53.424 INFO O| Dec 20 20:24:53.424 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-20T20:24:53.727Z | [ host-image] Dec 20 20:24:53.442 INFO O| Dec 20 20:24:53.441 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8906 | 2024-12-20T20:24:53.727Z | [ host-image] Dec 20 20:24:53.442 INFO O| Dec 20 20:24:53.442 INFO STEP 23 (remove_files) COMPLETE |
8907 | 2024-12-20T20:24:53.727Z | [ host-image] Dec 20 20:24:53.442 INFO O| Dec 20 20:24:53.442 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-20T20:24:53.743Z | [ host-image] Dec 20 20:24:53.458 INFO O| Dec 20 20:24:53.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8909 | 2024-12-20T20:24:53.743Z | [ host-image] Dec 20 20:24:53.458 INFO O| Dec 20 20:24:53.458 INFO STEP 24 (remove_files) COMPLETE |
8910 | 2024-12-20T20:24:53.746Z | [ host-image] Dec 20 20:24:53.458 INFO O| Dec 20 20:24:53.458 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-20T20:24:53.760Z | [ host-image] Dec 20 20:24:53.475 INFO O| Dec 20 20:24:53.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8912 | 2024-12-20T20:24:53.760Z | [ host-image] Dec 20 20:24:53.475 INFO O| Dec 20 20:24:53.475 INFO STEP 25 (remove_files) COMPLETE |
8913 | 2024-12-20T20:24:53.762Z | [ host-image] Dec 20 20:24:53.475 INFO O| Dec 20 20:24:53.475 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-20T20:24:53.792Z | [ host-image] Dec 20 20:24:53.507 INFO O| Dec 20 20:24:53.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8915 | 2024-12-20T20:24:53.793Z | [ host-image] Dec 20 20:24:53.507 INFO O| Dec 20 20:24:53.507 INFO STEP 26 (remove_files) COMPLETE |
8916 | 2024-12-20T20:24:53.793Z | [ host-image] Dec 20 20:24:53.507 INFO O| Dec 20 20:24:53.507 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8917 | 2024-12-20T20:24:53.809Z | [ host-image] Dec 20 20:24:53.524 INFO O| Dec 20 20:24:53.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8918 | 2024-12-20T20:24:53.809Z | [ host-image] Dec 20 20:24:53.524 INFO O| Dec 20 20:24:53.524 INFO STEP 27 (remove_files) COMPLETE |
8919 | 2024-12-20T20:24:53.809Z | [ host-image] Dec 20 20:24:53.524 INFO O| Dec 20 20:24:53.524 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8920 | 2024-12-20T20:24:53.824Z | [ host-image] Dec 20 20:24:53.539 INFO O| Dec 20 20:24:53.539 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8921 | 2024-12-20T20:24:53.824Z | [ host-image] Dec 20 20:24:53.539 INFO O| Dec 20 20:24:53.539 INFO STEP 28 (remove_files) COMPLETE |
8922 | 2024-12-20T20:24:53.826Z | [ host-image] Dec 20 20:24:53.539 INFO O| Dec 20 20:24:53.539 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8923 | 2024-12-20T20:24:53.840Z | [ host-image] Dec 20 20:24:53.555 INFO O| Dec 20 20:24:53.555 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8924 | 2024-12-20T20:24:53.840Z | [ host-image] Dec 20 20:24:53.555 INFO O| Dec 20 20:24:53.555 INFO STEP 29 (remove_files) COMPLETE |
8925 | 2024-12-20T20:24:53.840Z | [ host-image] Dec 20 20:24:53.555 INFO O| Dec 20 20:24:53.555 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8926 | 2024-12-20T20:24:53.856Z | [ host-image] Dec 20 20:24:53.571 INFO O| Dec 20 20:24:53.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8927 | 2024-12-20T20:24:53.856Z | [ host-image] Dec 20 20:24:53.571 INFO O| Dec 20 20:24:53.571 INFO STEP 30 (remove_files) COMPLETE |
8928 | 2024-12-20T20:24:53.856Z | [ host-image] Dec 20 20:24:53.571 INFO O| Dec 20 20:24:53.571 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8929 | 2024-12-20T20:24:53.873Z | [ host-image] Dec 20 20:24:53.588 INFO O| Dec 20 20:24:53.588 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8930 | 2024-12-20T20:24:53.873Z | [ host-image] Dec 20 20:24:53.588 INFO O| Dec 20 20:24:53.588 INFO STEP 31 (remove_files) COMPLETE |
8931 | 2024-12-20T20:24:53.876Z | [ host-image] Dec 20 20:24:53.588 INFO O| Dec 20 20:24:53.588 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8932 | 2024-12-20T20:24:53.889Z | [ host-image] Dec 20 20:24:53.604 INFO O| Dec 20 20:24:53.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8933 | 2024-12-20T20:24:53.890Z | [ host-image] Dec 20 20:24:53.604 INFO O| Dec 20 20:24:53.604 INFO STEP 32 (remove_files) COMPLETE |
8934 | 2024-12-20T20:24:53.898Z | [ host-image] Dec 20 20:24:53.604 INFO O| Dec 20 20:24:53.604 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8935 | 2024-12-20T20:24:53.906Z | [ host-image] Dec 20 20:24:53.621 INFO O| Dec 20 20:24:53.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8936 | 2024-12-20T20:24:53.906Z | [ host-image] Dec 20 20:24:53.621 INFO O| Dec 20 20:24:53.621 INFO STEP 33 (remove_files) COMPLETE |
8937 | 2024-12-20T20:24:53.910Z | [ host-image] Dec 20 20:24:53.621 INFO O| Dec 20 20:24:53.621 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-20T20:24:53.943Z | [ host-image] Dec 20 20:24:53.658 INFO O| Dec 20 20:24:53.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8939 | 2024-12-20T20:24:53.945Z | [ host-image] Dec 20 20:24:53.658 INFO O| Dec 20 20:24:53.658 INFO STEP 34 (remove_files) COMPLETE |
8940 | 2024-12-20T20:24:53.945Z | [ host-image] Dec 20 20:24:53.658 INFO O| Dec 20 20:24:53.658 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-20T20:24:53.961Z | [ host-image] Dec 20 20:24:53.676 INFO O| Dec 20 20:24:53.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8942 | 2024-12-20T20:24:53.964Z | [ host-image] Dec 20 20:24:53.677 INFO O| Dec 20 20:24:53.677 INFO STEP 35 (remove_files) COMPLETE |
8943 | 2024-12-20T20:24:53.964Z | [ host-image] Dec 20 20:24:53.677 INFO O| Dec 20 20:24:53.677 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-20T20:24:53.979Z | [ host-image] Dec 20 20:24:53.694 INFO O| Dec 20 20:24:53.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8945 | 2024-12-20T20:24:53.981Z | [ host-image] Dec 20 20:24:53.694 INFO O| Dec 20 20:24:53.694 INFO STEP 36 (remove_files) COMPLETE |
8946 | 2024-12-20T20:24:53.981Z | [ host-image] Dec 20 20:24:53.694 INFO O| Dec 20 20:24:53.694 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-20T20:24:53.996Z | [ host-image] Dec 20 20:24:53.712 INFO O| Dec 20 20:24:53.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8948 | 2024-12-20T20:24:53.997Z | [ host-image] Dec 20 20:24:53.712 INFO O| Dec 20 20:24:53.712 INFO STEP 37 (remove_files) COMPLETE |
8949 | 2024-12-20T20:24:53.997Z | [ host-image] Dec 20 20:24:53.712 INFO O| Dec 20 20:24:53.712 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-20T20:24:54.016Z | [ host-image] Dec 20 20:24:53.731 INFO O| Dec 20 20:24:53.731 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8951 | 2024-12-20T20:24:54.016Z | [ host-image] Dec 20 20:24:53.731 INFO O| Dec 20 20:24:53.731 INFO STEP 38 (remove_files) COMPLETE |
8952 | 2024-12-20T20:24:54.019Z | [ host-image] Dec 20 20:24:53.731 INFO O| Dec 20 20:24:53.731 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-20T20:24:54.047Z | [ host-image] Dec 20 20:24:53.762 INFO O| Dec 20 20:24:53.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8954 | 2024-12-20T20:24:54.047Z | [ host-image] Dec 20 20:24:53.762 INFO O| Dec 20 20:24:53.762 INFO STEP 39 (remove_files) COMPLETE |
8955 | 2024-12-20T20:24:54.047Z | [ host-image] Dec 20 20:24:53.762 INFO O| Dec 20 20:24:53.762 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-20T20:24:54.094Z | [ host-image] Dec 20 20:24:53.809 INFO O| Dec 20 20:24:53.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8957 | 2024-12-20T20:24:54.097Z | [ host-image] Dec 20 20:24:53.809 INFO O| Dec 20 20:24:53.809 INFO STEP 40 (remove_files) COMPLETE |
8958 | 2024-12-20T20:24:54.097Z | [ host-image] Dec 20 20:24:53.809 INFO O| Dec 20 20:24:53.809 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8959 | 2024-12-20T20:24:54.113Z | [ host-image] Dec 20 20:24:53.828 INFO O| Dec 20 20:24:53.828 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8960 | 2024-12-20T20:24:54.113Z | [ host-image] Dec 20 20:24:53.828 INFO O| Dec 20 20:24:53.828 INFO STEP 41 (remove_files) COMPLETE |
8961 | 2024-12-20T20:24:54.115Z | [ host-image] Dec 20 20:24:53.828 INFO O| Dec 20 20:24:53.828 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8962 | 2024-12-20T20:24:54.130Z | [ host-image] Dec 20 20:24:53.845 INFO O| Dec 20 20:24:53.845 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8963 | 2024-12-20T20:24:54.134Z | [ host-image] Dec 20 20:24:53.845 INFO O| Dec 20 20:24:53.845 INFO STEP 42 (remove_files) COMPLETE |
8964 | 2024-12-20T20:24:54.134Z | [ host-image] Dec 20 20:24:53.845 INFO O| Dec 20 20:24:53.845 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2024-12-20T20:24:54.148Z | [ host-image] Dec 20 20:24:53.863 INFO O| Dec 20 20:24:53.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8966 | 2024-12-20T20:24:54.150Z | [ host-image] Dec 20 20:24:53.863 INFO O| Dec 20 20:24:53.863 INFO STEP 43 (remove_files) COMPLETE |
8967 | 2024-12-20T20:24:54.150Z | [ host-image] Dec 20 20:24:53.863 INFO O| Dec 20 20:24:53.863 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8968 | 2024-12-20T20:24:54.165Z | [ host-image] Dec 20 20:24:53.880 INFO O| Dec 20 20:24:53.880 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8969 | 2024-12-20T20:24:54.167Z | [ host-image] Dec 20 20:24:53.880 INFO O| Dec 20 20:24:53.880 INFO STEP 44 (remove_files) COMPLETE |
8970 | 2024-12-20T20:24:54.167Z | [ host-image] Dec 20 20:24:53.880 INFO O| Dec 20 20:24:53.880 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8971 | 2024-12-20T20:24:54.204Z | [ host-image] Dec 20 20:24:53.919 INFO O| Dec 20 20:24:53.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8972 | 2024-12-20T20:24:54.206Z | [ host-image] Dec 20 20:24:53.919 INFO O| Dec 20 20:24:53.919 INFO STEP 45 (remove_files) COMPLETE |
8973 | 2024-12-20T20:24:54.206Z | [ host-image] Dec 20 20:24:53.919 INFO O| Dec 20 20:24:53.919 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8974 | 2024-12-20T20:24:54.223Z | [ host-image] Dec 20 20:24:53.938 INFO O| Dec 20 20:24:53.938 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8975 | 2024-12-20T20:24:54.223Z | [ host-image] Dec 20 20:24:53.938 INFO O| Dec 20 20:24:53.938 INFO STEP 46 (remove_files) COMPLETE |
8976 | 2024-12-20T20:24:54.225Z | [ host-image] Dec 20 20:24:53.938 INFO O| Dec 20 20:24:53.938 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8977 | 2024-12-20T20:24:54.240Z | [ host-image] Dec 20 20:24:53.955 INFO O| Dec 20 20:24:53.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8978 | 2024-12-20T20:24:54.242Z | [ host-image] Dec 20 20:24:53.955 INFO O| Dec 20 20:24:53.955 INFO STEP 47 (remove_files) COMPLETE |
8979 | 2024-12-20T20:24:54.242Z | [ host-image] Dec 20 20:24:53.955 INFO O| Dec 20 20:24:53.955 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2024-12-20T20:24:54.257Z | [ host-image] Dec 20 20:24:53.972 INFO O| Dec 20 20:24:53.972 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8981 | 2024-12-20T20:24:54.260Z | [ host-image] Dec 20 20:24:53.972 INFO O| Dec 20 20:24:53.972 INFO STEP 48 (remove_files) COMPLETE |
8982 | 2024-12-20T20:24:54.260Z | [ host-image] Dec 20 20:24:53.972 INFO O| Dec 20 20:24:53.972 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8983 | 2024-12-20T20:24:54.275Z | [ host-image] Dec 20 20:24:53.990 INFO O| Dec 20 20:24:53.990 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8984 | 2024-12-20T20:24:54.277Z | [ host-image] Dec 20 20:24:53.990 INFO O| Dec 20 20:24:53.990 INFO STEP 49 (remove_files) COMPLETE |
8985 | 2024-12-20T20:24:54.277Z | [ host-image] Dec 20 20:24:53.990 INFO O| Dec 20 20:24:53.990 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-20T20:24:54.311Z | [ host-image] Dec 20 20:24:54.026 INFO O| Dec 20 20:24:54.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8987 | 2024-12-20T20:24:54.311Z | [ host-image] Dec 20 20:24:54.026 INFO O| Dec 20 20:24:54.026 INFO STEP 50 (remove_files) COMPLETE |
8988 | 2024-12-20T20:24:54.311Z | [ host-image] Dec 20 20:24:54.026 INFO O| Dec 20 20:24:54.026 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8989 | 2024-12-20T20:24:54.329Z | [ host-image] Dec 20 20:24:54.044 INFO O| Dec 20 20:24:54.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8990 | 2024-12-20T20:24:54.329Z | [ host-image] Dec 20 20:24:54.044 INFO O| Dec 20 20:24:54.044 INFO STEP 51 (remove_files) COMPLETE |
8991 | 2024-12-20T20:24:54.331Z | [ host-image] Dec 20 20:24:54.044 INFO O| Dec 20 20:24:54.044 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8992 | 2024-12-20T20:24:54.385Z | [ host-image] Dec 20 20:24:54.100 INFO O| Dec 20 20:24:54.099 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8993 | 2024-12-20T20:24:54.385Z | [ host-image] Dec 20 20:24:54.100 INFO O| Dec 20 20:24:54.100 INFO STEP 52 (remove_files) COMPLETE |
8994 | 2024-12-20T20:24:54.385Z | [ host-image] Dec 20 20:24:54.100 INFO O| Dec 20 20:24:54.100 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8995 | 2024-12-20T20:24:54.401Z | [ host-image] Dec 20 20:24:54.116 INFO O| Dec 20 20:24:54.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8996 | 2024-12-20T20:24:54.401Z | [ host-image] Dec 20 20:24:54.116 INFO O| Dec 20 20:24:54.116 INFO STEP 53 (remove_files) COMPLETE |
8997 | 2024-12-20T20:24:54.404Z | [ host-image] Dec 20 20:24:54.116 INFO O| Dec 20 20:24:54.116 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8998 | 2024-12-20T20:24:54.418Z | [ host-image] Dec 20 20:24:54.133 INFO O| Dec 20 20:24:54.133 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8999 | 2024-12-20T20:24:54.418Z | [ host-image] Dec 20 20:24:54.133 INFO O| Dec 20 20:24:54.133 INFO STEP 54 (remove_files) COMPLETE |
9000 | 2024-12-20T20:24:54.418Z | [ host-image] Dec 20 20:24:54.133 INFO O| Dec 20 20:24:54.133 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9001 | 2024-12-20T20:24:54.435Z | [ host-image] Dec 20 20:24:54.150 INFO O| Dec 20 20:24:54.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9002 | 2024-12-20T20:24:54.435Z | [ host-image] Dec 20 20:24:54.150 INFO O| Dec 20 20:24:54.150 INFO STEP 55 (remove_files) COMPLETE |
9003 | 2024-12-20T20:24:54.435Z | [ host-image] Dec 20 20:24:54.150 INFO O| Dec 20 20:24:54.150 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9004 | 2024-12-20T20:24:54.466Z | [ host-image] Dec 20 20:24:54.180 INFO O| Dec 20 20:24:54.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9005 | 2024-12-20T20:24:54.466Z | [ host-image] Dec 20 20:24:54.180 INFO O| Dec 20 20:24:54.180 INFO STEP 56 (remove_files) COMPLETE |
9006 | 2024-12-20T20:24:54.466Z | [ host-image] Dec 20 20:24:54.180 INFO O| Dec 20 20:24:54.180 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9007 | 2024-12-20T20:24:54.497Z | [ host-image] Dec 20 20:24:54.212 INFO O| Dec 20 20:24:54.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9008 | 2024-12-20T20:24:54.497Z | [ host-image] Dec 20 20:24:54.212 INFO O| Dec 20 20:24:54.212 INFO STEP 57 (remove_files) COMPLETE |
9009 | 2024-12-20T20:24:54.497Z | [ host-image] Dec 20 20:24:54.212 INFO O| Dec 20 20:24:54.212 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9010 | 2024-12-20T20:24:54.514Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9011 | 2024-12-20T20:24:54.514Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9012 | 2024-12-20T20:24:54.514Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9013 | 2024-12-20T20:24:54.517Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9014 | 2024-12-20T20:24:54.517Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9015 | 2024-12-20T20:24:54.517Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9016 | 2024-12-20T20:24:54.517Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 INFO ok! |
9017 | 2024-12-20T20:24:54.517Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 INFO STEP 58 (ensure_file) COMPLETE |
9018 | 2024-12-20T20:24:54.517Z | [ host-image] Dec 20 20:24:54.229 INFO O| Dec 20 20:24:54.229 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9019 | 2024-12-20T20:24:54.531Z | [ host-image] Dec 20 20:24:54.246 INFO O| Dec 20 20:24:54.246 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9020 | 2024-12-20T20:24:54.531Z | [ host-image] Dec 20 20:24:54.246 INFO O| Dec 20 20:24:54.246 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9021 | 2024-12-20T20:24:54.534Z | [ host-image] Dec 20 20:24:54.246 INFO O| Dec 20 20:24:54.246 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9022 | 2024-12-20T20:24:54.534Z | [ host-image] Dec 20 20:24:54.247 INFO O| Dec 20 20:24:54.246 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9023 | 2024-12-20T20:24:54.534Z | [ host-image] Dec 20 20:24:54.247 INFO O| Dec 20 20:24:54.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9024 | 2024-12-20T20:24:54.534Z | [ host-image] Dec 20 20:24:54.247 INFO O| Dec 20 20:24:54.247 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9025 | 2024-12-20T20:24:54.534Z | [ host-image] Dec 20 20:24:54.247 INFO O| Dec 20 20:24:54.247 INFO ok! |
9026 | 2024-12-20T20:24:54.534Z | [ host-image] Dec 20 20:24:54.247 INFO O| Dec 20 20:24:54.247 INFO STEP 59 (ensure_file) COMPLETE |
9027 | 2024-12-20T20:24:54.534Z | [ host-image] Dec 20 20:24:54.247 INFO O| Dec 20 20:24:54.247 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9028 | 2024-12-20T20:24:54.552Z | [ host-image] Dec 20 20:24:54.264 INFO O| Dec 20 20:24:54.264 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9029 | 2024-12-20T20:24:54.552Z | [ host-image] Dec 20 20:24:54.264 INFO O| Dec 20 20:24:54.264 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9030 | 2024-12-20T20:24:54.555Z | [ host-image] Dec 20 20:24:54.264 INFO O| Dec 20 20:24:54.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9031 | 2024-12-20T20:24:54.555Z | [ host-image] Dec 20 20:24:54.264 INFO O| Dec 20 20:24:54.264 INFO ok! |
9032 | 2024-12-20T20:24:54.555Z | [ host-image] Dec 20 20:24:54.264 INFO O| Dec 20 20:24:54.264 INFO STEP 60 (ensure_file) COMPLETE |
9033 | 2024-12-20T20:24:54.555Z | [ host-image] Dec 20 20:24:54.264 INFO O| Dec 20 20:24:54.264 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9034 | 2024-12-20T20:24:54.566Z | [ host-image] Dec 20 20:24:54.281 INFO O| Dec 20 20:24:54.281 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9035 | 2024-12-20T20:24:54.566Z | [ host-image] Dec 20 20:24:54.281 INFO O| Dec 20 20:24:54.281 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9036 | 2024-12-20T20:24:54.568Z | [ host-image] Dec 20 20:24:54.281 INFO O| Dec 20 20:24:54.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9037 | 2024-12-20T20:24:54.568Z | [ host-image] Dec 20 20:24:54.282 INFO O| Dec 20 20:24:54.281 INFO ok! |
9038 | 2024-12-20T20:24:54.568Z | [ host-image] Dec 20 20:24:54.282 INFO O| Dec 20 20:24:54.282 INFO STEP 61 (ensure_file) COMPLETE |
9039 | 2024-12-20T20:24:54.568Z | [ host-image] Dec 20 20:24:54.282 INFO O| Dec 20 20:24:54.282 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9040 | 2024-12-20T20:24:54.583Z | [ host-image] Dec 20 20:24:54.298 INFO O| Dec 20 20:24:54.298 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9041 | 2024-12-20T20:24:54.583Z | [ host-image] Dec 20 20:24:54.298 INFO O| Dec 20 20:24:54.298 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9042 | 2024-12-20T20:24:54.585Z | [ host-image] Dec 20 20:24:54.298 INFO O| Dec 20 20:24:54.298 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9043 | 2024-12-20T20:24:54.585Z | [ host-image] Dec 20 20:24:54.298 INFO O| Dec 20 20:24:54.298 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9044 | 2024-12-20T20:24:54.585Z | [ host-image] Dec 20 20:24:54.298 INFO O| Dec 20 20:24:54.298 INFO ok! |
9045 | 2024-12-20T20:24:54.585Z | [ host-image] Dec 20 20:24:54.298 INFO O| Dec 20 20:24:54.298 INFO STEP 62 (ensure_file) COMPLETE |
9046 | 2024-12-20T20:24:54.585Z | [ host-image] Dec 20 20:24:54.298 INFO O| Dec 20 20:24:54.298 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9047 | 2024-12-20T20:24:54.618Z | [ host-image] Dec 20 20:24:54.333 INFO O| Dec 20 20:24:54.333 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9048 | 2024-12-20T20:24:54.618Z | [ host-image] Dec 20 20:24:54.333 INFO O| Dec 20 20:24:54.333 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9049 | 2024-12-20T20:24:54.621Z | [ host-image] Dec 20 20:24:54.334 INFO O| Dec 20 20:24:54.334 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9050 | 2024-12-20T20:24:54.621Z | [ host-image] Dec 20 20:24:54.334 INFO O| Dec 20 20:24:54.334 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9051 | 2024-12-20T20:24:54.621Z | [ host-image] Dec 20 20:24:54.334 INFO O| Dec 20 20:24:54.334 INFO ok! |
9052 | 2024-12-20T20:24:54.621Z | [ host-image] Dec 20 20:24:54.334 INFO O| Dec 20 20:24:54.334 INFO STEP 63 (ensure_file) COMPLETE |
9053 | 2024-12-20T20:24:54.621Z | [ host-image] Dec 20 20:24:54.334 INFO O| Dec 20 20:24:54.334 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9054 | 2024-12-20T20:24:54.653Z | [ host-image] Dec 20 20:24:54.368 INFO O| Dec 20 20:24:54.367 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9055 | 2024-12-20T20:24:54.653Z | [ host-image] Dec 20 20:24:54.368 INFO O| Dec 20 20:24:54.367 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9056 | 2024-12-20T20:24:54.653Z | [ host-image] Dec 20 20:24:54.368 INFO O| Dec 20 20:24:54.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9057 | 2024-12-20T20:24:54.653Z | [ host-image] Dec 20 20:24:54.368 INFO O| Dec 20 20:24:54.368 INFO ok! |
9058 | 2024-12-20T20:24:54.656Z | [ host-image] Dec 20 20:24:54.368 INFO O| Dec 20 20:24:54.368 INFO STEP 64 (assemble_files) COMPLETE |
9059 | 2024-12-20T20:24:54.656Z | [ host-image] Dec 20 20:24:54.368 INFO O| Dec 20 20:24:54.368 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9060 | 2024-12-20T20:24:54.688Z | [ host-image] Dec 20 20:24:54.403 INFO O| Dec 20 20:24:54.403 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9061 | 2024-12-20T20:24:54.688Z | [ host-image] Dec 20 20:24:54.403 INFO O| Dec 20 20:24:54.403 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9062 | 2024-12-20T20:24:54.691Z | [ host-image] Dec 20 20:24:54.403 INFO O| Dec 20 20:24:54.403 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9063 | 2024-12-20T20:24:54.692Z | [ host-image] Dec 20 20:24:54.403 INFO O| Dec 20 20:24:54.403 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9064 | 2024-12-20T20:24:54.692Z | [ host-image] Dec 20 20:24:54.403 INFO O| Dec 20 20:24:54.403 INFO ok! |
9065 | 2024-12-20T20:24:54.692Z | [ host-image] Dec 20 20:24:54.403 INFO O| Dec 20 20:24:54.403 INFO STEP 65 (ensure_file) COMPLETE |
9066 | 2024-12-20T20:24:54.692Z | [ host-image] Dec 20 20:24:54.403 INFO O| Dec 20 20:24:54.403 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9067 | 2024-12-20T20:24:54.705Z | [ host-image] Dec 20 20:24:54.420 INFO O| Dec 20 20:24:54.420 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9068 | 2024-12-20T20:24:54.705Z | [ host-image] Dec 20 20:24:54.421 INFO O| Dec 20 20:24:54.421 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9069 | 2024-12-20T20:24:54.708Z | [ host-image] Dec 20 20:24:54.421 INFO O| Dec 20 20:24:54.421 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9070 | 2024-12-20T20:24:54.708Z | [ host-image] Dec 20 20:24:54.421 INFO O| Dec 20 20:24:54.421 INFO STEP 66 (ensure_dir) COMPLETE |
9071 | 2024-12-20T20:24:54.708Z | [ host-image] Dec 20 20:24:54.421 INFO O| Dec 20 20:24:54.421 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9072 | 2024-12-20T20:24:54.723Z | [ host-image] Dec 20 20:24:54.438 INFO O| Dec 20 20:24:54.438 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9073 | 2024-12-20T20:24:54.723Z | [ host-image] Dec 20 20:24:54.438 INFO O| Dec 20 20:24:54.438 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 ... |
9074 | 2024-12-20T20:24:54.734Z | [ host-image] Dec 20 20:24:54.448 INFO O| Dec 20 20:24:54.448 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 |
9075 | 2024-12-20T20:24:54.734Z | [ host-image] Dec 20 20:24:54.448 INFO O| Dec 20 20:24:54.448 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9076 | 2024-12-20T20:24:54.735Z | [ host-image] Dec 20 20:24:54.448 INFO O| Dec 20 20:24:54.448 INFO ok! |
9077 | 2024-12-20T20:24:54.735Z | [ host-image] Dec 20 20:24:54.448 INFO O| Dec 20 20:24:54.448 INFO STEP 67 (ensure_file) COMPLETE |
9078 | 2024-12-20T20:24:54.735Z | [ host-image] Dec 20 20:24:54.449 INFO O| Dec 20 20:24:54.448 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9079 | 2024-12-20T20:24:54.751Z | [ host-image] Dec 20 20:24:54.467 INFO O| Dec 20 20:24:54.466 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9080 | 2024-12-20T20:24:54.752Z | [ host-image] Dec 20 20:24:54.467 INFO O| Dec 20 20:24:54.466 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 ... |
9081 | 2024-12-20T20:24:54.754Z | [ host-image] Dec 20 20:24:54.467 INFO O| Dec 20 20:24:54.467 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 |
9082 | 2024-12-20T20:24:54.754Z | [ host-image] Dec 20 20:24:54.467 INFO O| Dec 20 20:24:54.467 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9083 | 2024-12-20T20:24:54.754Z | [ host-image] Dec 20 20:24:54.467 INFO O| Dec 20 20:24:54.467 INFO ok! |
9084 | 2024-12-20T20:24:54.754Z | [ host-image] Dec 20 20:24:54.467 INFO O| Dec 20 20:24:54.467 INFO STEP 68 (ensure_file) COMPLETE |
9085 | 2024-12-20T20:24:54.754Z | [ host-image] Dec 20 20:24:54.467 INFO O| Dec 20 20:24:54.467 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9086 | 2024-12-20T20:24:54.777Z | [ host-image] Dec 20 20:24:54.492 INFO O| Dec 20 20:24:54.492 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9087 | 2024-12-20T20:24:54.777Z | [ host-image] Dec 20 20:24:54.492 INFO O| Dec 20 20:24:54.492 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9088 | 2024-12-20T20:24:58.514Z | [ host-image] Dec 20 20:24:58.229 INFO O| Dec 20 20:24:58.229 INFO STEP 69 (pack_tar) COMPLETE |
9089 | 2024-12-20T20:24:58.514Z | [ host-image] Dec 20 20:24:58.229 INFO O| Dec 20 20:24:58.229 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9090 | 2024-12-20T20:24:58.517Z | [ host-image] Dec 20 20:24:58.229 INFO O| Dec 20 20:24:58.229 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9091 | 2024-12-20T20:24:58.968Z | [ host-image] Dec 20 20:24:58.682 INFO O| Dec 20 20:24:58.682 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9092 | 2024-12-20T20:24:59.068Z | [ host-image] Dec 20 20:24:58.783 INFO O| Dec 20 20:24:58.783 INFO completed processing gimlet/ramdisk-02-trim |
9093 | 2024-12-20T20:24:59.071Z | [ host-image] Dec 20 20:24:58.786 INFO image builder template: zfs... |
9094 | 2024-12-20T20:24:59.071Z | [ host-image] Dec 20 20:24:58.786 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/.tmpvU0PN2/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 |
9095 | 2024-12-20T20:24:59.094Z | [ host-image] Dec 20 20:24:58.809 INFO O| Dec 20 20:24:58.809 INFO skip include "stress" because feature "stress" is not enabled |
9096 | 2024-12-20T20:24:59.149Z | [ host-image] Dec 20 20:24:58.864 INFO O| Dec 20 20:24:58.864 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9097 | 2024-12-20T20:24:59.157Z | [ host-image] Dec 20 20:24:58.872 INFO O| Dec 20 20:24:58.872 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9098 | 2024-12-20T20:24:59.257Z | [ host-image] Dec 20 20:24:58.972 INFO O| Dec 20 20:24:58.972 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9099 | 2024-12-20T20:24:59.331Z | [ host-image] Dec 20 20:24:59.046 INFO O| Dec 20 20:24:59.046 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9100 | 2024-12-20T20:24:59.331Z | [ host-image] Dec 20 20:24:59.046 INFO O| Dec 20 20:24:59.046 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9101 | 2024-12-20T20:24:59.338Z | [ host-image] Dec 20 20:24:59.053 INFO O| Dec 20 20:24:59.053 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9102 | 2024-12-20T20:24:59.470Z | [ host-image] Dec 20 20:24:59.183 INFO O| Dec 20 20:24:59.183 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9103 | 2024-12-20T20:24:59.562Z | [ host-image] Dec 20 20:24:59.277 INFO O| Dec 20 20:24:59.277 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9104 | 2024-12-20T20:24:59.579Z | [ host-image] Dec 20 20:24:59.294 INFO O| Dec 20 20:24:59.294 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9105 | 2024-12-20T20:24:59.589Z | [ host-image] Dec 20 20:24:59.302 INFO O| Dec 20 20:24:59.302 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9106 | 2024-12-20T20:24:59.589Z | [ host-image] Dec 20 20:24:59.302 INFO O| Dec 20 20:24:59.302 INFO no lofi found |
9107 | 2024-12-20T20:24:59.591Z | [ host-image] Dec 20 20:24:59.303 INFO O| Dec 20 20:24:59.303 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9108 | 2024-12-20T20:24:59.592Z | [ host-image] Dec 20 20:24:59.303 INFO O| Dec 20 20:24:59.303 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9109 | 2024-12-20T20:25:01.296Z | [ host-image] Dec 20 20:25:01.011 INFO O| Dec 20 20:25:01.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9110 | 2024-12-20T20:25:01.296Z | [ host-image] Dec 20 20:25:01.011 INFO O| Dec 20 20:25:01.011 INFO pool device = /dev/dsk/c2t1d0p0 |
9111 | 2024-12-20T20:25:01.298Z | [ host-image] Dec 20 20:25:01.011 INFO O| Dec 20 20:25:01.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9112 | 2024-12-20T20:25:01.549Z | [ host-image] Dec 20 20:25:01.264 INFO O| Dec 20 20:25:01.264 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9113 | 2024-12-20T20:25:01.549Z | [ host-image] Dec 20 20:25:01.264 INFO O| Dec 20 20:25:01.264 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9114 | 2024-12-20T20:25:01.642Z | [ host-image] Dec 20 20:25:01.357 INFO O| Dec 20 20:25:01.357 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9115 | 2024-12-20T20:25:01.742Z | [ host-image] Dec 20 20:25:01.457 INFO O| Dec 20 20:25:01.457 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9116 | 2024-12-20T20:25:01.805Z | [ host-image] Dec 20 20:25:01.520 INFO O| Dec 20 20:25:01.520 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9117 | 2024-12-20T20:25:01.833Z | [ host-image] Dec 20 20:25:01.548 INFO O| Dec 20 20:25:01.548 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9118 | 2024-12-20T20:25:01.864Z | [ host-image] Dec 20 20:25:01.579 INFO O| Dec 20 20:25:01.579 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9119 | 2024-12-20T20:25:01.993Z | [ host-image] Dec 20 20:25:01.709 INFO O| Dec 20 20:25:01.708 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9120 | 2024-12-20T20:25:01.996Z | [ host-image] Dec 20 20:25:01.709 INFO O| Dec 20 20:25:01.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9121 | 2024-12-20T20:25:01.996Z | [ host-image] Dec 20 20:25:01.709 INFO O| Dec 20 20:25:01.709 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9122 | 2024-12-20T20:25:02.049Z | [ host-image] Dec 20 20:25:01.764 INFO O| Dec 20 20:25:01.763 INFO boot environment UUID: 4aa5e72e-b522-4d39-9868-27941ade3c37 |
9123 | 2024-12-20T20:25:02.051Z | [ host-image] Dec 20 20:25:01.764 INFO O| Dec 20 20:25:01.763 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 4aa5e72e-b522-4d39-9868-27941ade3c37 |
9124 | 2024-12-20T20:25:02.072Z | [ host-image] Dec 20 20:25:01.787 INFO O| Dec 20 20:25:01.787 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9125 | 2024-12-20T20:25:02.094Z | [ host-image] Dec 20 20:25:01.809 INFO O| Dec 20 20:25:01.809 INFO STEP 0 (create_be) COMPLETE |
9126 | 2024-12-20T20:25:02.094Z | [ host-image] Dec 20 20:25:01.809 INFO O| Dec 20 20:25:01.809 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9127 | 2024-12-20T20:25:02.140Z | [ host-image] Dec 20 20:25:01.855 INFO O| Dec 20 20:25:01.855 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9128 | 2024-12-20T20:25:26.584Z | [ host-image] Dec 20 20:25:26.297 INFO O| Dec 20 20:25:26.297 INFO STEP 1 (unpack_tar) COMPLETE |
9129 | 2024-12-20T20:25:26.584Z | [ host-image] Dec 20 20:25:26.297 INFO O| Dec 20 20:25:26.297 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9130 | 2024-12-20T20:25:26.599Z | [ host-image] Dec 20 20:25:26.314 INFO O| Dec 20 20:25:26.314 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9131 | 2024-12-20T20:25:27.348Z | [ host-image] Dec 20 20:25:27.059 INFO O| Dec 20 20:25:27.059 INFO STEP 2 (devfsadm) COMPLETE |
9132 | 2024-12-20T20:25:27.348Z | [ host-image] Dec 20 20:25:27.059 INFO O| Dec 20 20:25:27.059 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9133 | 2024-12-20T20:25:27.361Z | [ host-image] Dec 20 20:25:27.076 INFO O| Dec 20 20:25:27.076 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9134 | 2024-12-20T20:25:27.361Z | [ host-image] Dec 20 20:25:27.076 INFO O| Dec 20 20:25:27.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9135 | 2024-12-20T20:25:27.361Z | [ host-image] Dec 20 20:25:27.076 INFO O| Dec 20 20:25:27.076 INFO STEP 3 (ensure_dir) COMPLETE |
9136 | 2024-12-20T20:25:27.364Z | [ host-image] Dec 20 20:25:27.076 INFO O| Dec 20 20:25:27.076 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9137 | 2024-12-20T20:25:27.377Z | [ host-image] Dec 20 20:25:27.092 INFO O| Dec 20 20:25:27.092 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9138 | 2024-12-20T20:25:27.377Z | [ host-image] Dec 20 20:25:27.092 INFO O| Dec 20 20:25:27.092 INFO STEP 4 (ensure_dir) COMPLETE |
9139 | 2024-12-20T20:25:27.377Z | [ host-image] Dec 20 20:25:27.092 INFO O| Dec 20 20:25:27.092 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9140 | 2024-12-20T20:25:27.414Z | [ host-image] Dec 20 20:25:27.123 INFO O| Dec 20 20:25:27.123 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9141 | 2024-12-20T20:25:27.414Z | [ host-image] Dec 20 20:25:27.123 INFO O| Dec 20 20:25:27.123 INFO STEP 5 (ensure_dir) COMPLETE |
9142 | 2024-12-20T20:25:27.414Z | [ host-image] Dec 20 20:25:27.123 INFO O| Dec 20 20:25:27.123 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9143 | 2024-12-20T20:25:27.439Z | [ host-image] Dec 20 20:25:27.154 INFO O| Dec 20 20:25:27.154 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9144 | 2024-12-20T20:25:27.439Z | [ host-image] Dec 20 20:25:27.154 INFO O| Dec 20 20:25:27.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9145 | 2024-12-20T20:25:27.444Z | [ host-image] Dec 20 20:25:27.154 INFO O| Dec 20 20:25:27.154 INFO STEP 6 (ensure_dir) COMPLETE |
9146 | 2024-12-20T20:25:27.444Z | [ host-image] Dec 20 20:25:27.154 INFO O| Dec 20 20:25:27.154 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9147 | 2024-12-20T20:25:27.496Z | [ host-image] Dec 20 20:25:27.212 INFO O| Dec 20 20:25:27.212 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9148 | 2024-12-20T20:25:27.497Z | [ host-image] Dec 20 20:25:27.212 INFO O| Dec 20 20:25:27.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9149 | 2024-12-20T20:25:27.500Z | [ host-image] Dec 20 20:25:27.212 INFO O| Dec 20 20:25:27.212 INFO STEP 7 (ensure_dir) COMPLETE |
9150 | 2024-12-20T20:25:27.500Z | [ host-image] Dec 20 20:25:27.212 INFO O| Dec 20 20:25:27.212 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9151 | 2024-12-20T20:25:27.513Z | [ host-image] Dec 20 20:25:27.229 INFO O| Dec 20 20:25:27.229 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9152 | 2024-12-20T20:25:27.517Z | [ host-image] Dec 20 20:25:27.229 INFO O| Dec 20 20:25:27.229 INFO STEP 8 (remove_files) COMPLETE |
9153 | 2024-12-20T20:25:27.517Z | [ host-image] Dec 20 20:25:27.229 INFO O| Dec 20 20:25:27.229 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9154 | 2024-12-20T20:25:27.541Z | [ host-image] Dec 20 20:25:27.247 INFO O| Dec 20 20:25:27.247 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9155 | 2024-12-20T20:25:27.547Z | [ host-image] Dec 20 20:25:27.248 INFO O| Dec 20 20:25:27.248 INFO STEP 9 (remove_files) COMPLETE |
9156 | 2024-12-20T20:25:27.548Z | [ host-image] Dec 20 20:25:27.248 INFO O| Dec 20 20:25:27.248 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9157 | 2024-12-20T20:25:27.554Z | [ host-image] Dec 20 20:25:27.264 INFO O| Dec 20 20:25:27.264 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9158 | 2024-12-20T20:25:27.554Z | [ host-image] Dec 20 20:25:27.265 INFO O| Dec 20 20:25:27.265 INFO STEP 10 (remove_files) COMPLETE |
9159 | 2024-12-20T20:25:27.554Z | [ host-image] Dec 20 20:25:27.265 INFO O| Dec 20 20:25:27.265 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9160 | 2024-12-20T20:25:27.566Z | [ host-image] Dec 20 20:25:27.281 INFO O| Dec 20 20:25:27.281 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9161 | 2024-12-20T20:25:27.570Z | [ host-image] Dec 20 20:25:27.282 INFO O| Dec 20 20:25:27.282 INFO STEP 11 (remove_files) COMPLETE |
9162 | 2024-12-20T20:25:27.570Z | [ host-image] Dec 20 20:25:27.282 INFO O| Dec 20 20:25:27.282 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9163 | 2024-12-20T20:25:27.630Z | [ host-image] Dec 20 20:25:27.325 INFO O| Dec 20 20:25:27.325 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9164 | 2024-12-20T20:25:27.634Z | [ host-image] Dec 20 20:25:27.326 INFO O| Dec 20 20:25:27.326 INFO STEP 12 (remove_files) COMPLETE |
9165 | 2024-12-20T20:25:27.634Z | [ host-image] Dec 20 20:25:27.326 INFO O| Dec 20 20:25:27.326 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9166 | 2024-12-20T20:25:27.634Z | [ host-image] Dec 20 20:25:27.345 INFO O| Dec 20 20:25:27.344 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9167 | 2024-12-20T20:25:27.634Z | [ host-image] Dec 20 20:25:27.345 INFO O| Dec 20 20:25:27.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9168 | 2024-12-20T20:25:27.634Z | [ host-image] Dec 20 20:25:27.345 INFO O| Dec 20 20:25:27.345 INFO STEP 13 (ensure_dir) COMPLETE |
9169 | 2024-12-20T20:25:27.635Z | [ host-image] Dec 20 20:25:27.345 INFO O| Dec 20 20:25:27.345 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9170 | 2024-12-20T20:25:27.646Z | [ host-image] Dec 20 20:25:27.362 INFO O| Dec 20 20:25:27.362 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9171 | 2024-12-20T20:25:27.646Z | [ host-image] Dec 20 20:25:27.362 INFO O| Dec 20 20:25:27.362 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9172 | 2024-12-20T20:25:27.650Z | [ host-image] Dec 20 20:25:27.362 INFO O| Dec 20 20:25:27.362 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9173 | 2024-12-20T20:25:27.651Z | [ host-image] Dec 20 20:25:27.362 INFO O| Dec 20 20:25:27.362 INFO STEP 14 (ensure_dir) COMPLETE |
9174 | 2024-12-20T20:25:27.651Z | [ host-image] Dec 20 20:25:27.362 INFO O| Dec 20 20:25:27.362 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9175 | 2024-12-20T20:25:27.677Z | [ host-image] Dec 20 20:25:27.392 INFO O| Dec 20 20:25:27.392 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9176 | 2024-12-20T20:25:27.677Z | [ host-image] Dec 20 20:25:27.392 INFO O| Dec 20 20:25:27.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9177 | 2024-12-20T20:25:27.677Z | [ host-image] Dec 20 20:25:27.392 INFO O| Dec 20 20:25:27.392 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9178 | 2024-12-20T20:25:27.692Z | [ host-image] Dec 20 20:25:27.392 INFO O| Dec 20 20:25:27.392 INFO STEP 15 (ensure_dir) COMPLETE |
9179 | 2024-12-20T20:25:27.692Z | [ host-image] Dec 20 20:25:27.392 INFO O| Dec 20 20:25:27.392 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9180 | 2024-12-20T20:25:27.698Z | [ host-image] Dec 20 20:25:27.411 INFO O| Dec 20 20:25:27.411 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9181 | 2024-12-20T20:25:27.698Z | [ host-image] Dec 20 20:25:27.411 INFO O| Dec 20 20:25:27.411 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9182 | 2024-12-20T20:25:27.698Z | [ host-image] Dec 20 20:25:27.411 INFO O| Dec 20 20:25:27.411 INFO STEP 16 (ensure_dir) COMPLETE |
9183 | 2024-12-20T20:25:27.698Z | [ host-image] Dec 20 20:25:27.411 INFO O| Dec 20 20:25:27.411 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9184 | 2024-12-20T20:25:27.737Z | [ host-image] Dec 20 20:25:27.429 INFO O| Dec 20 20:25:27.429 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9185 | 2024-12-20T20:25:27.737Z | [ host-image] Dec 20 20:25:27.429 INFO O| Dec 20 20:25:27.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9186 | 2024-12-20T20:25:27.737Z | [ host-image] Dec 20 20:25:27.429 INFO O| Dec 20 20:25:27.429 INFO STEP 17 (ensure_dir) COMPLETE |
9187 | 2024-12-20T20:25:27.737Z | [ host-image] Dec 20 20:25:27.429 INFO O| Dec 20 20:25:27.429 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9188 | 2024-12-20T20:25:27.753Z | [ host-image] Dec 20 20:25:27.466 INFO O| Dec 20 20:25:27.466 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9189 | 2024-12-20T20:25:27.753Z | [ host-image] Dec 20 20:25:27.466 INFO O| Dec 20 20:25:27.466 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9190 | 2024-12-20T20:25:27.753Z | [ host-image] Dec 20 20:25:27.466 INFO O| Dec 20 20:25:27.466 INFO ok! |
9191 | 2024-12-20T20:25:27.757Z | [ host-image] Dec 20 20:25:27.466 INFO O| Dec 20 20:25:27.466 INFO STEP 18 (ensure_symlink) COMPLETE |
9192 | 2024-12-20T20:25:27.757Z | [ host-image] Dec 20 20:25:27.466 INFO O| Dec 20 20:25:27.466 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9193 | 2024-12-20T20:25:27.807Z | [ host-image] Dec 20 20:25:27.522 INFO O| Dec 20 20:25:27.522 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9194 | 2024-12-20T20:25:27.807Z | [ host-image] Dec 20 20:25:27.522 INFO O| Dec 20 20:25:27.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9195 | 2024-12-20T20:25:27.807Z | [ host-image] Dec 20 20:25:27.522 INFO O| Dec 20 20:25:27.522 INFO ok! |
9196 | 2024-12-20T20:25:27.807Z | [ host-image] Dec 20 20:25:27.522 INFO O| Dec 20 20:25:27.522 INFO STEP 19 (ensure_file) COMPLETE |
9197 | 2024-12-20T20:25:27.807Z | [ host-image] Dec 20 20:25:27.522 INFO O| Dec 20 20:25:27.522 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9198 | 2024-12-20T20:25:27.824Z | [ host-image] Dec 20 20:25:27.539 INFO O| Dec 20 20:25:27.539 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9199 | 2024-12-20T20:25:27.824Z | [ host-image] Dec 20 20:25:27.539 INFO O| Dec 20 20:25:27.539 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9200 | 2024-12-20T20:25:27.829Z | [ host-image] Dec 20 20:25:27.539 INFO O| Dec 20 20:25:27.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9201 | 2024-12-20T20:25:27.829Z | [ host-image] Dec 20 20:25:27.539 INFO O| Dec 20 20:25:27.539 INFO ok! |
9202 | 2024-12-20T20:25:27.829Z | [ host-image] Dec 20 20:25:27.539 INFO O| Dec 20 20:25:27.539 INFO STEP 20 (ensure_symlink) COMPLETE |
9203 | 2024-12-20T20:25:27.829Z | [ host-image] Dec 20 20:25:27.540 INFO O| Dec 20 20:25:27.540 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9204 | 2024-12-20T20:25:27.842Z | [ host-image] Dec 20 20:25:27.557 INFO O| Dec 20 20:25:27.557 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9205 | 2024-12-20T20:25:27.842Z | [ host-image] Dec 20 20:25:27.557 INFO O| Dec 20 20:25:27.557 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9206 | 2024-12-20T20:25:27.842Z | [ host-image] Dec 20 20:25:27.557 INFO O| Dec 20 20:25:27.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9207 | 2024-12-20T20:25:27.845Z | [ host-image] Dec 20 20:25:27.557 INFO O| Dec 20 20:25:27.557 INFO ok! |
9208 | 2024-12-20T20:25:27.846Z | [ host-image] Dec 20 20:25:27.558 INFO O| Dec 20 20:25:27.557 INFO STEP 21 (ensure_symlink) COMPLETE |
9209 | 2024-12-20T20:25:27.846Z | [ host-image] Dec 20 20:25:27.558 INFO O| Dec 20 20:25:27.558 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9210 | 2024-12-20T20:25:27.860Z | [ host-image] Dec 20 20:25:27.575 INFO O| Dec 20 20:25:27.575 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9211 | 2024-12-20T20:25:27.860Z | [ host-image] Dec 20 20:25:27.575 INFO O| Dec 20 20:25:27.575 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9212 | 2024-12-20T20:25:27.860Z | [ host-image] Dec 20 20:25:27.575 INFO O| Dec 20 20:25:27.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9213 | 2024-12-20T20:25:27.866Z | [ host-image] Dec 20 20:25:27.575 INFO O| Dec 20 20:25:27.575 INFO ok! |
9214 | 2024-12-20T20:25:27.866Z | [ host-image] Dec 20 20:25:27.575 INFO O| Dec 20 20:25:27.575 INFO STEP 22 (ensure_symlink) COMPLETE |
9215 | 2024-12-20T20:25:27.866Z | [ host-image] Dec 20 20:25:27.575 INFO O| Dec 20 20:25:27.575 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9216 | 2024-12-20T20:25:27.920Z | [ host-image] Dec 20 20:25:27.635 INFO O| Dec 20 20:25:27.635 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9217 | 2024-12-20T20:25:27.920Z | [ host-image] Dec 20 20:25:27.635 INFO O| Dec 20 20:25:27.635 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9218 | 2024-12-20T20:25:27.920Z | [ host-image] Dec 20 20:25:27.635 INFO O| Dec 20 20:25:27.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9219 | 2024-12-20T20:25:27.920Z | [ host-image] Dec 20 20:25:27.635 INFO O| Dec 20 20:25:27.635 INFO ok! |
9220 | 2024-12-20T20:25:27.924Z | [ host-image] Dec 20 20:25:27.635 INFO O| Dec 20 20:25:27.635 INFO STEP 23 (ensure_symlink) COMPLETE |
9221 | 2024-12-20T20:25:27.924Z | [ host-image] Dec 20 20:25:27.635 INFO O| Dec 20 20:25:27.635 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9222 | 2024-12-20T20:25:27.941Z | [ host-image] Dec 20 20:25:27.655 INFO O| Dec 20 20:25:27.655 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9223 | 2024-12-20T20:25:27.947Z | [ host-image] Dec 20 20:25:27.655 INFO O| Dec 20 20:25:27.655 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9224 | 2024-12-20T20:25:27.947Z | [ host-image] Dec 20 20:25:27.656 INFO O| Dec 20 20:25:27.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9225 | 2024-12-20T20:25:27.948Z | [ host-image] Dec 20 20:25:27.656 INFO O| Dec 20 20:25:27.656 INFO ok! |
9226 | 2024-12-20T20:25:27.948Z | [ host-image] Dec 20 20:25:27.656 INFO O| Dec 20 20:25:27.656 INFO STEP 24 (ensure_file) COMPLETE |
9227 | 2024-12-20T20:25:27.948Z | [ host-image] Dec 20 20:25:27.656 INFO O| Dec 20 20:25:27.656 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9228 | 2024-12-20T20:25:27.962Z | [ host-image] Dec 20 20:25:27.676 INFO O| Dec 20 20:25:27.676 INFO updating shadow file |
9229 | 2024-12-20T20:25:27.965Z | [ host-image] Dec 20 20:25:27.677 INFO O| Dec 20 20:25:27.677 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9230 | 2024-12-20T20:25:27.965Z | [ host-image] Dec 20 20:25:27.677 INFO O| Dec 20 20:25:27.677 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9231 | 2024-12-20T20:25:27.965Z | [ host-image] Dec 20 20:25:27.677 INFO O| Dec 20 20:25:27.677 INFO STEP 25 (shadow) COMPLETE |
9232 | 2024-12-20T20:25:27.965Z | [ host-image] Dec 20 20:25:27.677 INFO O| Dec 20 20:25:27.677 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9233 | 2024-12-20T20:25:27.980Z | [ host-image] Dec 20 20:25:27.696 INFO O| Dec 20 20:25:27.696 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9234 | 2024-12-20T20:25:27.981Z | [ host-image] Dec 20 20:25:27.696 INFO O| Dec 20 20:25:27.696 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9235 | 2024-12-20T20:25:27.981Z | [ host-image] Dec 20 20:25:27.696 INFO O| Dec 20 20:25:27.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9236 | 2024-12-20T20:25:27.981Z | [ host-image] Dec 20 20:25:27.696 INFO O| Dec 20 20:25:27.696 INFO ok! |
9237 | 2024-12-20T20:25:27.985Z | [ host-image] Dec 20 20:25:27.696 INFO O| Dec 20 20:25:27.696 INFO STEP 26 (ensure_file) COMPLETE |
9238 | 2024-12-20T20:25:27.985Z | [ host-image] Dec 20 20:25:27.696 INFO O| Dec 20 20:25:27.696 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9239 | 2024-12-20T20:25:28.010Z | [ host-image] Dec 20 20:25:27.723 INFO O| Dec 20 20:25:27.723 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9240 | 2024-12-20T20:25:28.010Z | [ host-image] Dec 20 20:25:27.724 INFO O| Dec 20 20:25:27.723 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9241 | 2024-12-20T20:25:28.019Z | [ host-image] Dec 20 20:25:27.724 INFO O| Dec 20 20:25:27.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9242 | 2024-12-20T20:25:28.019Z | [ host-image] Dec 20 20:25:27.724 INFO O| Dec 20 20:25:27.724 INFO ok! |
9243 | 2024-12-20T20:25:28.019Z | [ host-image] Dec 20 20:25:27.724 INFO O| Dec 20 20:25:27.724 INFO STEP 27 (ensure_file) COMPLETE |
9244 | 2024-12-20T20:25:28.019Z | [ host-image] Dec 20 20:25:27.724 INFO O| Dec 20 20:25:27.724 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9245 | 2024-12-20T20:25:28.028Z | [ host-image] Dec 20 20:25:27.743 INFO O| Dec 20 20:25:27.743 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9246 | 2024-12-20T20:25:28.028Z | [ host-image] Dec 20 20:25:27.743 INFO O| Dec 20 20:25:27.743 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9247 | 2024-12-20T20:25:28.032Z | [ host-image] Dec 20 20:25:27.743 INFO O| Dec 20 20:25:27.743 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9248 | 2024-12-20T20:25:28.032Z | [ host-image] Dec 20 20:25:27.743 INFO O| Dec 20 20:25:27.743 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9249 | 2024-12-20T20:25:28.032Z | [ host-image] Dec 20 20:25:27.743 INFO O| Dec 20 20:25:27.743 INFO ok! |
9250 | 2024-12-20T20:25:28.032Z | [ host-image] Dec 20 20:25:27.743 INFO O| Dec 20 20:25:27.743 INFO STEP 28 (ensure_file) COMPLETE |
9251 | 2024-12-20T20:25:28.032Z | [ host-image] Dec 20 20:25:27.743 INFO O| Dec 20 20:25:27.743 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9252 | 2024-12-20T20:25:28.056Z | [ host-image] Dec 20 20:25:27.772 INFO O| Dec 20 20:25:27.772 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9253 | 2024-12-20T20:25:28.056Z | [ host-image] Dec 20 20:25:27.772 INFO O| Dec 20 20:25:27.772 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9254 | 2024-12-20T20:25:28.061Z | [ host-image] Dec 20 20:25:27.772 INFO O| Dec 20 20:25:27.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9255 | 2024-12-20T20:25:28.061Z | [ host-image] Dec 20 20:25:27.772 INFO O| Dec 20 20:25:27.772 INFO ok! |
9256 | 2024-12-20T20:25:28.061Z | [ host-image] Dec 20 20:25:27.772 INFO O| Dec 20 20:25:27.772 INFO STEP 29 (ensure_file) COMPLETE |
9257 | 2024-12-20T20:25:28.061Z | [ host-image] Dec 20 20:25:27.773 INFO O| Dec 20 20:25:27.772 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9258 | 2024-12-20T20:25:28.085Z | [ host-image] Dec 20 20:25:27.801 INFO O| Dec 20 20:25:27.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9259 | 2024-12-20T20:25:28.086Z | [ host-image] Dec 20 20:25:27.801 INFO O| Dec 20 20:25:27.801 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9260 | 2024-12-20T20:25:28.109Z | [ host-image] Dec 20 20:25:27.802 INFO O| Dec 20 20:25:27.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9261 | 2024-12-20T20:25:28.109Z | [ host-image] Dec 20 20:25:27.802 INFO O| Dec 20 20:25:27.802 INFO ok! |
9262 | 2024-12-20T20:25:28.109Z | [ host-image] Dec 20 20:25:27.802 INFO O| Dec 20 20:25:27.802 INFO STEP 30 (ensure_file) COMPLETE |
9263 | 2024-12-20T20:25:28.109Z | [ host-image] Dec 20 20:25:27.802 INFO O| Dec 20 20:25:27.802 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9264 | 2024-12-20T20:25:28.114Z | [ host-image] Dec 20 20:25:27.820 INFO O| Dec 20 20:25:27.820 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9265 | 2024-12-20T20:25:28.114Z | [ host-image] Dec 20 20:25:27.820 INFO O| Dec 20 20:25:27.820 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9266 | 2024-12-20T20:25:28.114Z | [ host-image] Dec 20 20:25:27.820 INFO O| Dec 20 20:25:27.820 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9267 | 2024-12-20T20:25:28.114Z | [ host-image] Dec 20 20:25:27.820 INFO O| Dec 20 20:25:27.820 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9268 | 2024-12-20T20:25:28.114Z | [ host-image] Dec 20 20:25:27.820 INFO O| Dec 20 20:25:27.820 INFO ok! |
9269 | 2024-12-20T20:25:28.114Z | [ host-image] Dec 20 20:25:27.820 INFO O| Dec 20 20:25:27.820 INFO STEP 31 (ensure_file) COMPLETE |
9270 | 2024-12-20T20:25:28.114Z | [ host-image] Dec 20 20:25:27.821 INFO O| Dec 20 20:25:27.821 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9271 | 2024-12-20T20:25:28.159Z | [ host-image] Dec 20 20:25:27.873 INFO O| Dec 20 20:25:27.873 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9272 | 2024-12-20T20:25:28.159Z | [ host-image] Dec 20 20:25:27.873 INFO O| Dec 20 20:25:27.873 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9273 | 2024-12-20T20:25:28.199Z | [ host-image] Dec 20 20:25:27.873 INFO O| Dec 20 20:25:27.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9274 | 2024-12-20T20:25:28.199Z | [ host-image] Dec 20 20:25:27.873 INFO O| Dec 20 20:25:27.873 INFO ok! |
9275 | 2024-12-20T20:25:28.199Z | [ host-image] Dec 20 20:25:27.873 INFO O| Dec 20 20:25:27.873 INFO STEP 32 (ensure_file) COMPLETE |
9276 | 2024-12-20T20:25:28.199Z | [ host-image] Dec 20 20:25:27.873 INFO O| Dec 20 20:25:27.873 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9277 | 2024-12-20T20:25:28.224Z | [ host-image] Dec 20 20:25:27.939 INFO O| Dec 20 20:25:27.939 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9278 | 2024-12-20T20:25:28.224Z | [ host-image] Dec 20 20:25:27.939 INFO O| Dec 20 20:25:27.939 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9279 | 2024-12-20T20:25:28.224Z | [ host-image] Dec 20 20:25:27.940 INFO O| Dec 20 20:25:27.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9280 | 2024-12-20T20:25:28.229Z | [ host-image] Dec 20 20:25:27.940 INFO O| Dec 20 20:25:27.940 INFO ok! |
9281 | 2024-12-20T20:25:28.230Z | [ host-image] Dec 20 20:25:27.940 INFO O| Dec 20 20:25:27.940 INFO STEP 33 (ensure_file) COMPLETE |
9282 | 2024-12-20T20:25:28.232Z | [ host-image] Dec 20 20:25:27.940 INFO O| Dec 20 20:25:27.940 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9283 | 2024-12-20T20:25:28.247Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9284 | 2024-12-20T20:25:28.248Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9285 | 2024-12-20T20:25:28.248Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9286 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9287 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9288 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9289 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO ok! |
9290 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO STEP 34 (ensure_file) COMPLETE |
9291 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.963 INFO O| Dec 20 20:25:27.963 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9292 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.982 INFO O| Dec 20 20:25:27.982 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9293 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.982 INFO O| Dec 20 20:25:27.982 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9294 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.982 INFO O| Dec 20 20:25:27.982 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9295 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.982 INFO O| Dec 20 20:25:27.982 INFO STEP 35 (ensure_dir) COMPLETE |
9296 | 2024-12-20T20:25:28.281Z | [ host-image] Dec 20 20:25:27.982 INFO O| Dec 20 20:25:27.982 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9297 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.000 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 |
9298 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.001 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 ... |
9299 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.001 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 |
9300 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.001 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 |
9301 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.001 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 |
9302 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.001 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 |
9303 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.001 INFO ok! |
9304 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.001 INFO STEP 36 (ensure_file) COMPLETE |
9305 | 2024-12-20T20:25:28.304Z | [ host-image] Dec 20 20:25:28.001 INFO O| Dec 20 20:25:28.001 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9306 | 2024-12-20T20:25:28.317Z | [ host-image] Dec 20 20:25:28.033 INFO O| Dec 20 20:25:28.033 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9307 | 2024-12-20T20:25:28.317Z | [ host-image] Dec 20 20:25:28.033 INFO O| Dec 20 20:25:28.033 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 ... |
9308 | 2024-12-20T20:25:28.362Z | [ host-image] Dec 20 20:25:28.033 INFO O| Dec 20 20:25:28.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9309 | 2024-12-20T20:25:28.362Z | [ host-image] Dec 20 20:25:28.033 INFO O| Dec 20 20:25:28.033 INFO ok! |
9310 | 2024-12-20T20:25:28.362Z | [ host-image] Dec 20 20:25:28.033 INFO O| Dec 20 20:25:28.033 INFO STEP 37 (ensure_symlink) COMPLETE |
9311 | 2024-12-20T20:25:28.362Z | [ host-image] Dec 20 20:25:28.033 INFO O| Dec 20 20:25:28.033 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9312 | 2024-12-20T20:25:28.372Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9313 | 2024-12-20T20:25:28.372Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.087 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9314 | 2024-12-20T20:25:28.375Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.087 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9315 | 2024-12-20T20:25:28.375Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.087 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9316 | 2024-12-20T20:25:28.376Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.087 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9317 | 2024-12-20T20:25:28.376Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.087 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9318 | 2024-12-20T20:25:28.376Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.087 INFO ok! |
9319 | 2024-12-20T20:25:28.376Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.087 INFO STEP 38 (ensure_file) COMPLETE |
9320 | 2024-12-20T20:25:28.376Z | [ host-image] Dec 20 20:25:28.087 INFO O| Dec 20 20:25:28.087 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9321 | 2024-12-20T20:25:28.397Z | [ host-image] Dec 20 20:25:28.105 INFO O| Dec 20 20:25:28.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9322 | 2024-12-20T20:25:28.397Z | [ host-image] Dec 20 20:25:28.106 INFO O| Dec 20 20:25:28.105 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 ... |
9323 | 2024-12-20T20:25:28.397Z | [ host-image] Dec 20 20:25:28.106 INFO O| Dec 20 20:25:28.106 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 |
9324 | 2024-12-20T20:25:28.397Z | [ host-image] Dec 20 20:25:28.106 INFO O| Dec 20 20:25:28.106 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9325 | 2024-12-20T20:25:28.408Z | [ host-image] Dec 20 20:25:28.106 INFO O| Dec 20 20:25:28.106 INFO ok! |
9326 | 2024-12-20T20:25:28.408Z | [ host-image] Dec 20 20:25:28.106 INFO O| Dec 20 20:25:28.106 INFO STEP 39 (ensure_file) COMPLETE |
9327 | 2024-12-20T20:25:28.408Z | [ host-image] Dec 20 20:25:28.106 INFO O| Dec 20 20:25:28.106 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9328 | 2024-12-20T20:25:28.419Z | [ host-image] Dec 20 20:25:28.123 INFO O| Dec 20 20:25:28.123 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9329 | 2024-12-20T20:25:28.419Z | [ host-image] Dec 20 20:25:28.124 INFO O| Dec 20 20:25:28.123 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9330 | 2024-12-20T20:25:28.419Z | [ host-image] Dec 20 20:25:28.124 INFO O| Dec 20 20:25:28.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9331 | 2024-12-20T20:25:28.420Z | [ host-image] Dec 20 20:25:28.124 INFO O| Dec 20 20:25:28.124 INFO ok! |
9332 | 2024-12-20T20:25:28.420Z | [ host-image] Dec 20 20:25:28.124 INFO O| Dec 20 20:25:28.124 INFO STEP 40 (ensure_file) COMPLETE |
9333 | 2024-12-20T20:25:28.420Z | [ host-image] Dec 20 20:25:28.124 INFO O| Dec 20 20:25:28.124 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9334 | 2024-12-20T20:25:28.427Z | [ host-image] Dec 20 20:25:28.142 INFO O| Dec 20 20:25:28.142 INFO updating shadow file |
9335 | 2024-12-20T20:25:28.430Z | [ host-image] Dec 20 20:25:28.142 INFO O| Dec 20 20:25:28.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9336 | 2024-12-20T20:25:28.430Z | [ host-image] Dec 20 20:25:28.142 INFO O| Dec 20 20:25:28.142 INFO STEP 41 (shadow) COMPLETE |
9337 | 2024-12-20T20:25:28.430Z | [ host-image] Dec 20 20:25:28.142 INFO O| Dec 20 20:25:28.142 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9338 | 2024-12-20T20:25:28.458Z | [ host-image] Dec 20 20:25:28.174 INFO O| Dec 20 20:25:28.174 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9339 | 2024-12-20T20:25:28.462Z | [ host-image] Dec 20 20:25:28.174 INFO O| Dec 20 20:25:28.174 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9340 | 2024-12-20T20:25:28.462Z | [ host-image] Dec 20 20:25:28.174 INFO O| Dec 20 20:25:28.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9341 | 2024-12-20T20:25:28.462Z | [ host-image] Dec 20 20:25:28.174 INFO O| Dec 20 20:25:28.174 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9342 | 2024-12-20T20:25:28.462Z | [ host-image] Dec 20 20:25:28.174 INFO O| Dec 20 20:25:28.174 INFO ok! |
9343 | 2024-12-20T20:25:28.462Z | [ host-image] Dec 20 20:25:28.174 INFO O| Dec 20 20:25:28.174 INFO STEP 42 (ensure_file) COMPLETE |
9344 | 2024-12-20T20:25:28.463Z | [ host-image] Dec 20 20:25:28.175 INFO O| Dec 20 20:25:28.174 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9345 | 2024-12-20T20:25:28.463Z | [ host-image] Dec 20 20:25:28.175 INFO O| Dec 20 20:25:28.175 INFO skip step because feature "mfg" is not enabled |
9346 | 2024-12-20T20:25:28.463Z | [ host-image] Dec 20 20:25:28.175 INFO O| Dec 20 20:25:28.175 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9347 | 2024-12-20T20:25:28.463Z | [ host-image] Dec 20 20:25:28.175 INFO O| Dec 20 20:25:28.175 INFO skip step because feature "mfg" is not enabled |
9348 | 2024-12-20T20:25:28.463Z | [ host-image] Dec 20 20:25:28.175 INFO O| Dec 20 20:25:28.175 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9349 | 2024-12-20T20:25:28.506Z | [ host-image] Dec 20 20:25:28.210 INFO O| Dec 20 20:25:28.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9350 | 2024-12-20T20:25:28.506Z | [ host-image] Dec 20 20:25:28.210 INFO O| Dec 20 20:25:28.210 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9351 | 2024-12-20T20:25:29.343Z | [ host-image] Dec 20 20:25:29.058 INFO O| Dec 20 20:25:29.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9352 | 2024-12-20T20:25:29.343Z | [ host-image] Dec 20 20:25:29.058 INFO O| Dec 20 20:25:29.058 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9353 | 2024-12-20T20:25:29.346Z | [ host-image] Dec 20 20:25:29.058 INFO O| Dec 20 20:25:29.058 INFO ok! |
9354 | 2024-12-20T20:25:29.346Z | [ host-image] Dec 20 20:25:29.058 INFO O| Dec 20 20:25:29.058 INFO STEP 45 (ensure_file) COMPLETE |
9355 | 2024-12-20T20:25:29.346Z | [ host-image] Dec 20 20:25:29.058 INFO O| Dec 20 20:25:29.058 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9356 | 2024-12-20T20:25:29.363Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9357 | 2024-12-20T20:25:29.363Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9358 | 2024-12-20T20:25:29.369Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9359 | 2024-12-20T20:25:29.369Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9360 | 2024-12-20T20:25:29.370Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9361 | 2024-12-20T20:25:29.370Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9362 | 2024-12-20T20:25:29.370Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 INFO ok! |
9363 | 2024-12-20T20:25:29.370Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 INFO STEP 46 (ensure_file) COMPLETE |
9364 | 2024-12-20T20:25:29.370Z | [ host-image] Dec 20 20:25:29.076 INFO O| Dec 20 20:25:29.076 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9365 | 2024-12-20T20:25:29.377Z | [ host-image] Dec 20 20:25:29.092 INFO O| Dec 20 20:25:29.092 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9366 | 2024-12-20T20:25:29.377Z | [ host-image] Dec 20 20:25:29.093 INFO O| Dec 20 20:25:29.092 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 ... |
9367 | 2024-12-20T20:25:29.384Z | [ host-image] Dec 20 20:25:29.093 INFO O| Dec 20 20:25:29.093 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 |
9368 | 2024-12-20T20:25:29.385Z | [ host-image] Dec 20 20:25:29.093 INFO O| Dec 20 20:25:29.093 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9369 | 2024-12-20T20:25:29.385Z | [ host-image] Dec 20 20:25:29.093 INFO O| Dec 20 20:25:29.093 INFO ok! |
9370 | 2024-12-20T20:25:29.385Z | [ host-image] Dec 20 20:25:29.093 INFO O| Dec 20 20:25:29.093 INFO STEP 47 (ensure_file) COMPLETE |
9371 | 2024-12-20T20:25:29.385Z | [ host-image] Dec 20 20:25:29.093 INFO O| Dec 20 20:25:29.093 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9372 | 2024-12-20T20:25:29.402Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9373 | 2024-12-20T20:25:29.402Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.117 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9374 | 2024-12-20T20:25:29.402Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.118 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9375 | 2024-12-20T20:25:29.406Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.118 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9376 | 2024-12-20T20:25:29.406Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.118 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9377 | 2024-12-20T20:25:29.408Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9378 | 2024-12-20T20:25:29.408Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.118 INFO ok! |
9379 | 2024-12-20T20:25:29.408Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.118 INFO STEP 48 (ensure_file) COMPLETE |
9380 | 2024-12-20T20:25:29.408Z | [ host-image] Dec 20 20:25:29.118 INFO O| Dec 20 20:25:29.118 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9381 | 2024-12-20T20:25:29.422Z | [ host-image] Dec 20 20:25:29.137 INFO O| Dec 20 20:25:29.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9382 | 2024-12-20T20:25:29.422Z | [ host-image] Dec 20 20:25:29.137 INFO O| Dec 20 20:25:29.137 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 ... |
9383 | 2024-12-20T20:25:29.425Z | [ host-image] Dec 20 20:25:29.137 INFO O| Dec 20 20:25:29.137 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 |
9384 | 2024-12-20T20:25:29.425Z | [ host-image] Dec 20 20:25:29.137 INFO O| Dec 20 20:25:29.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9385 | 2024-12-20T20:25:29.425Z | [ host-image] Dec 20 20:25:29.137 INFO O| Dec 20 20:25:29.137 INFO ok! |
9386 | 2024-12-20T20:25:29.425Z | [ host-image] Dec 20 20:25:29.137 INFO O| Dec 20 20:25:29.137 INFO STEP 49 (ensure_file) COMPLETE |
9387 | 2024-12-20T20:25:29.426Z | [ host-image] Dec 20 20:25:29.137 INFO O| Dec 20 20:25:29.137 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9388 | 2024-12-20T20:25:29.460Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9389 | 2024-12-20T20:25:29.460Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9390 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9391 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9392 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9393 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9394 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO ok! |
9395 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO STEP 50 (ensure_file) COMPLETE |
9396 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.157 INFO O| Dec 20 20:25:29.157 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9397 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.175 INFO O| Dec 20 20:25:29.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9398 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.176 INFO O| Dec 20 20:25:29.175 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 ... |
9399 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.176 INFO O| Dec 20 20:25:29.176 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 |
9400 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.176 INFO O| Dec 20 20:25:29.176 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9401 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.176 INFO O| Dec 20 20:25:29.176 INFO ok! |
9402 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.176 INFO O| Dec 20 20:25:29.176 INFO STEP 51 (ensure_file) COMPLETE |
9403 | 2024-12-20T20:25:29.470Z | [ host-image] Dec 20 20:25:29.176 INFO O| Dec 20 20:25:29.176 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9404 | 2024-12-20T20:25:29.478Z | [ host-image] Dec 20 20:25:29.193 INFO O| Dec 20 20:25:29.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9405 | 2024-12-20T20:25:29.478Z | [ host-image] Dec 20 20:25:29.193 INFO O| Dec 20 20:25:29.193 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 ... |
9406 | 2024-12-20T20:25:29.482Z | [ host-image] Dec 20 20:25:29.193 INFO O| Dec 20 20:25:29.193 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 |
9407 | 2024-12-20T20:25:29.482Z | [ host-image] Dec 20 20:25:29.194 INFO O| Dec 20 20:25:29.193 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9408 | 2024-12-20T20:25:29.482Z | [ host-image] Dec 20 20:25:29.194 INFO O| Dec 20 20:25:29.194 INFO ok! |
9409 | 2024-12-20T20:25:29.482Z | [ host-image] Dec 20 20:25:29.194 INFO O| Dec 20 20:25:29.194 INFO STEP 52 (ensure_file) COMPLETE |
9410 | 2024-12-20T20:25:29.482Z | [ host-image] Dec 20 20:25:29.194 INFO O| Dec 20 20:25:29.194 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9411 | 2024-12-20T20:25:29.495Z | [ host-image] Dec 20 20:25:29.211 INFO O| Dec 20 20:25:29.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9412 | 2024-12-20T20:25:29.496Z | [ host-image] Dec 20 20:25:29.211 INFO O| Dec 20 20:25:29.211 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 ... |
9413 | 2024-12-20T20:25:29.496Z | [ host-image] Dec 20 20:25:29.211 INFO O| Dec 20 20:25:29.211 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 |
9414 | 2024-12-20T20:25:29.496Z | [ host-image] Dec 20 20:25:29.211 INFO O| Dec 20 20:25:29.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9415 | 2024-12-20T20:25:29.499Z | [ host-image] Dec 20 20:25:29.211 INFO O| Dec 20 20:25:29.211 INFO ok! |
9416 | 2024-12-20T20:25:29.499Z | [ host-image] Dec 20 20:25:29.212 INFO O| Dec 20 20:25:29.211 INFO STEP 53 (ensure_file) COMPLETE |
9417 | 2024-12-20T20:25:29.499Z | [ host-image] Dec 20 20:25:29.212 INFO O| Dec 20 20:25:29.212 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9418 | 2024-12-20T20:25:29.526Z | [ host-image] Dec 20 20:25:29.241 INFO O| Dec 20 20:25:29.241 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9419 | 2024-12-20T20:25:29.526Z | [ host-image] Dec 20 20:25:29.241 INFO O| Dec 20 20:25:29.241 INFO STEP 54 (ensure_dir) COMPLETE |
9420 | 2024-12-20T20:25:29.530Z | [ host-image] Dec 20 20:25:29.241 INFO O| Dec 20 20:25:29.241 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9421 | 2024-12-20T20:25:29.544Z | [ host-image] Dec 20 20:25:29.260 INFO O| Dec 20 20:25:29.260 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9422 | 2024-12-20T20:25:29.545Z | [ host-image] Dec 20 20:25:29.260 INFO O| Dec 20 20:25:29.260 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9423 | 2024-12-20T20:25:29.548Z | [ host-image] Dec 20 20:25:29.260 INFO O| Dec 20 20:25:29.260 INFO STEP 55 (ensure_dir) COMPLETE |
9424 | 2024-12-20T20:25:29.548Z | [ host-image] Dec 20 20:25:29.260 INFO O| Dec 20 20:25:29.260 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9425 | 2024-12-20T20:25:29.565Z | [ host-image] Dec 20 20:25:29.278 INFO O| Dec 20 20:25:29.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9426 | 2024-12-20T20:25:29.575Z | [ host-image] Dec 20 20:25:29.278 INFO O| Dec 20 20:25:29.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9427 | 2024-12-20T20:25:29.575Z | [ host-image] Dec 20 20:25:29.278 INFO O| Dec 20 20:25:29.278 INFO STEP 56 (ensure_dir) COMPLETE |
9428 | 2024-12-20T20:25:29.575Z | [ host-image] Dec 20 20:25:29.278 INFO O| Dec 20 20:25:29.278 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9429 | 2024-12-20T20:25:29.667Z | [ host-image] Dec 20 20:25:29.295 INFO O| Dec 20 20:25:29.295 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9430 | 2024-12-20T20:25:29.667Z | [ host-image] Dec 20 20:25:29.295 INFO O| Dec 20 20:25:29.295 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9431 | 2024-12-20T20:25:29.673Z | [ host-image] Dec 20 20:25:29.347 INFO O| Dec 20 20:25:29.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9432 | 2024-12-20T20:25:29.673Z | [ host-image] Dec 20 20:25:29.347 INFO O| Dec 20 20:25:29.347 INFO ok! |
9433 | 2024-12-20T20:25:29.673Z | [ host-image] Dec 20 20:25:29.347 INFO O| Dec 20 20:25:29.347 INFO STEP 57 (ensure_file) COMPLETE |
9434 | 2024-12-20T20:25:29.676Z | [ host-image] Dec 20 20:25:29.347 INFO O| Dec 20 20:25:29.347 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9435 | 2024-12-20T20:25:29.676Z | [ host-image] Dec 20 20:25:29.381 INFO O| Dec 20 20:25:29.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9436 | 2024-12-20T20:25:29.676Z | [ host-image] Dec 20 20:25:29.381 INFO O| Dec 20 20:25:29.381 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9437 | 2024-12-20T20:25:31.127Z | [ host-image] Dec 20 20:25:30.842 INFO O| Dec 20 20:25:30.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9438 | 2024-12-20T20:25:31.127Z | [ host-image] Dec 20 20:25:30.842 INFO O| Dec 20 20:25:30.842 INFO ok! |
9439 | 2024-12-20T20:25:31.131Z | [ host-image] Dec 20 20:25:30.842 INFO O| Dec 20 20:25:30.842 INFO STEP 58 (ensure_file) COMPLETE |
9440 | 2024-12-20T20:25:31.131Z | [ host-image] Dec 20 20:25:30.842 INFO O| Dec 20 20:25:30.842 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9441 | 2024-12-20T20:25:31.144Z | [ host-image] Dec 20 20:25:30.860 INFO O| Dec 20 20:25:30.860 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9442 | 2024-12-20T20:25:31.144Z | [ host-image] Dec 20 20:25:30.860 INFO O| Dec 20 20:25:30.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9443 | 2024-12-20T20:25:31.147Z | [ host-image] Dec 20 20:25:30.860 INFO O| Dec 20 20:25:30.860 INFO STEP 59 (ensure_dir) COMPLETE |
9444 | 2024-12-20T20:25:31.147Z | [ host-image] Dec 20 20:25:30.860 INFO O| Dec 20 20:25:30.860 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9445 | 2024-12-20T20:25:31.185Z | [ host-image] Dec 20 20:25:30.900 INFO O| Dec 20 20:25:30.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9446 | 2024-12-20T20:25:31.185Z | [ host-image] Dec 20 20:25:30.900 INFO O| Dec 20 20:25:30.900 INFO copying /tmp/.tmpvU0PN2/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 ... |
9447 | 2024-12-20T20:25:31.188Z | [ host-image] Dec 20 20:25:30.900 INFO O| Dec 20 20:25:30.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9448 | 2024-12-20T20:25:31.188Z | [ host-image] Dec 20 20:25:30.900 INFO O| Dec 20 20:25:30.900 INFO ok! |
9449 | 2024-12-20T20:25:31.188Z | [ host-image] Dec 20 20:25:30.900 INFO O| Dec 20 20:25:30.900 INFO STEP 60 (ensure_file) COMPLETE |
9450 | 2024-12-20T20:25:31.189Z | [ host-image] Dec 20 20:25:30.900 INFO O| Dec 20 20:25:30.900 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9451 | 2024-12-20T20:25:31.244Z | [ host-image] Dec 20 20:25:30.959 INFO O| Dec 20 20:25:30.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9452 | 2024-12-20T20:25:31.244Z | [ host-image] Dec 20 20:25:30.959 INFO O| Dec 20 20:25:30.959 INFO copying /tmp/.tmpvU0PN2/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 ... |
9453 | 2024-12-20T20:25:31.253Z | [ host-image] Dec 20 20:25:30.960 INFO O| Dec 20 20:25:30.959 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9454 | 2024-12-20T20:25:31.253Z | [ host-image] Dec 20 20:25:30.960 INFO O| Dec 20 20:25:30.960 INFO ok! |
9455 | 2024-12-20T20:25:31.254Z | [ host-image] Dec 20 20:25:30.960 INFO O| Dec 20 20:25:30.960 INFO STEP 61 (ensure_file) COMPLETE |
9456 | 2024-12-20T20:25:31.254Z | [ host-image] Dec 20 20:25:30.960 INFO O| Dec 20 20:25:30.960 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9457 | 2024-12-20T20:25:31.262Z | [ host-image] Dec 20 20:25:30.978 INFO O| Dec 20 20:25:30.978 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9458 | 2024-12-20T20:25:31.266Z | [ host-image] Dec 20 20:25:30.978 INFO O| Dec 20 20:25:30.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9459 | 2024-12-20T20:25:31.266Z | [ host-image] Dec 20 20:25:30.978 INFO O| Dec 20 20:25:30.978 INFO STEP 62 (ensure_dir) COMPLETE |
9460 | 2024-12-20T20:25:31.266Z | [ host-image] Dec 20 20:25:30.979 INFO O| Dec 20 20:25:30.978 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9461 | 2024-12-20T20:25:31.280Z | [ host-image] Dec 20 20:25:30.995 INFO O| Dec 20 20:25:30.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9462 | 2024-12-20T20:25:31.280Z | [ host-image] Dec 20 20:25:30.996 INFO O| Dec 20 20:25:30.995 INFO copying /tmp/.tmpvU0PN2/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 ... |
9463 | 2024-12-20T20:25:31.280Z | [ host-image] Dec 20 20:25:30.996 INFO O| Dec 20 20:25:30.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9464 | 2024-12-20T20:25:31.286Z | [ host-image] Dec 20 20:25:30.996 INFO O| Dec 20 20:25:30.996 INFO ok! |
9465 | 2024-12-20T20:25:31.286Z | [ host-image] Dec 20 20:25:30.996 INFO O| Dec 20 20:25:30.996 INFO STEP 63 (ensure_file) COMPLETE |
9466 | 2024-12-20T20:25:31.286Z | [ host-image] Dec 20 20:25:30.996 INFO O| Dec 20 20:25:30.996 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9467 | 2024-12-20T20:25:31.343Z | [ host-image] Dec 20 20:25:31.057 INFO O| Dec 20 20:25:31.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9468 | 2024-12-20T20:25:31.343Z | [ host-image] Dec 20 20:25:31.057 INFO O| Dec 20 20:25:31.057 INFO copying /tmp/.tmpvU0PN2/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 ... |
9469 | 2024-12-20T20:25:31.351Z | [ host-image] Dec 20 20:25:31.057 INFO O| Dec 20 20:25:31.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9470 | 2024-12-20T20:25:31.351Z | [ host-image] Dec 20 20:25:31.058 INFO O| Dec 20 20:25:31.057 INFO ok! |
9471 | 2024-12-20T20:25:31.352Z | [ host-image] Dec 20 20:25:31.058 INFO O| Dec 20 20:25:31.058 INFO STEP 64 (ensure_file) COMPLETE |
9472 | 2024-12-20T20:25:31.352Z | [ host-image] Dec 20 20:25:31.058 INFO O| Dec 20 20:25:31.058 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9473 | 2024-12-20T20:25:31.362Z | [ host-image] Dec 20 20:25:31.077 INFO O| Dec 20 20:25:31.077 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9474 | 2024-12-20T20:25:31.365Z | [ host-image] Dec 20 20:25:31.077 INFO O| Dec 20 20:25:31.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9475 | 2024-12-20T20:25:31.366Z | [ host-image] Dec 20 20:25:31.077 INFO O| Dec 20 20:25:31.077 INFO STEP 65 (ensure_dir) COMPLETE |
9476 | 2024-12-20T20:25:31.366Z | [ host-image] Dec 20 20:25:31.077 INFO O| Dec 20 20:25:31.077 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9477 | 2024-12-20T20:25:31.380Z | [ host-image] Dec 20 20:25:31.095 INFO O| Dec 20 20:25:31.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9478 | 2024-12-20T20:25:31.381Z | [ host-image] Dec 20 20:25:31.095 INFO O| Dec 20 20:25:31.095 INFO copying /tmp/.tmpvU0PN2/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 ... |
9479 | 2024-12-20T20:25:31.384Z | [ host-image] Dec 20 20:25:31.096 INFO O| Dec 20 20:25:31.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9480 | 2024-12-20T20:25:31.384Z | [ host-image] Dec 20 20:25:31.096 INFO O| Dec 20 20:25:31.096 INFO ok! |
9481 | 2024-12-20T20:25:31.384Z | [ host-image] Dec 20 20:25:31.096 INFO O| Dec 20 20:25:31.096 INFO STEP 66 (ensure_file) COMPLETE |
9482 | 2024-12-20T20:25:31.384Z | [ host-image] Dec 20 20:25:31.096 INFO O| Dec 20 20:25:31.096 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2024-12-20T20:25:31.399Z | [ host-image] Dec 20 20:25:31.113 INFO O| Dec 20 20:25:31.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9484 | 2024-12-20T20:25:31.399Z | [ host-image] Dec 20 20:25:31.114 INFO O| Dec 20 20:25:31.113 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9485 | 2024-12-20T20:25:31.406Z | [ host-image] Dec 20 20:25:31.114 INFO O| Dec 20 20:25:31.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9486 | 2024-12-20T20:25:31.406Z | [ host-image] Dec 20 20:25:31.114 INFO O| Dec 20 20:25:31.114 INFO ok! |
9487 | 2024-12-20T20:25:31.406Z | [ host-image] Dec 20 20:25:31.114 INFO O| Dec 20 20:25:31.114 INFO STEP 67 (ensure_file) COMPLETE |
9488 | 2024-12-20T20:25:31.406Z | [ host-image] Dec 20 20:25:31.114 INFO O| Dec 20 20:25:31.114 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-12-20T20:25:31.424Z | [ host-image] Dec 20 20:25:31.132 INFO O| Dec 20 20:25:31.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9490 | 2024-12-20T20:25:31.446Z | [ host-image] Dec 20 20:25:31.132 INFO O| Dec 20 20:25:31.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9491 | 2024-12-20T20:25:31.446Z | [ host-image] Dec 20 20:25:31.133 INFO O| Dec 20 20:25:31.133 INFO STEP 68 (ensure_dir) COMPLETE |
9492 | 2024-12-20T20:25:31.446Z | [ host-image] Dec 20 20:25:31.133 INFO O| Dec 20 20:25:31.133 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9493 | 2024-12-20T20:25:31.455Z | [ host-image] Dec 20 20:25:31.151 INFO O| Dec 20 20:25:31.151 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9494 | 2024-12-20T20:25:31.455Z | [ host-image] Dec 20 20:25:31.151 INFO O| Dec 20 20:25:31.151 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9495 | 2024-12-20T20:25:32.857Z | [ host-image] Dec 20 20:25:32.573 INFO O| Dec 20 20:25:32.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9496 | 2024-12-20T20:25:32.861Z | [ host-image] Dec 20 20:25:32.573 INFO O| Dec 20 20:25:32.573 INFO ok! |
9497 | 2024-12-20T20:25:32.861Z | [ host-image] Dec 20 20:25:32.573 INFO O| Dec 20 20:25:32.573 INFO STEP 69 (ensure_file) COMPLETE |
9498 | 2024-12-20T20:25:32.861Z | [ host-image] Dec 20 20:25:32.573 INFO O| Dec 20 20:25:32.573 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9499 | 2024-12-20T20:25:32.876Z | [ host-image] Dec 20 20:25:32.592 INFO O| Dec 20 20:25:32.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9500 | 2024-12-20T20:25:32.876Z | [ host-image] Dec 20 20:25:32.592 INFO O| Dec 20 20:25:32.592 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9501 | 2024-12-20T20:25:34.937Z | [ host-image] Dec 20 20:25:34.650 INFO O| Dec 20 20:25:34.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9502 | 2024-12-20T20:25:34.937Z | [ host-image] Dec 20 20:25:34.650 INFO O| Dec 20 20:25:34.650 INFO ok! |
9503 | 2024-12-20T20:25:34.937Z | [ host-image] Dec 20 20:25:34.650 INFO O| Dec 20 20:25:34.650 INFO STEP 70 (ensure_file) COMPLETE |
9504 | 2024-12-20T20:25:34.941Z | [ host-image] Dec 20 20:25:34.650 INFO O| Dec 20 20:25:34.650 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9505 | 2024-12-20T20:25:34.967Z | [ host-image] Dec 20 20:25:34.683 INFO O| Dec 20 20:25:34.683 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9506 | 2024-12-20T20:25:34.967Z | [ host-image] Dec 20 20:25:34.683 INFO O| Dec 20 20:25:34.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9507 | 2024-12-20T20:25:34.971Z | [ host-image] Dec 20 20:25:34.683 INFO O| Dec 20 20:25:34.683 INFO STEP 71 (ensure_dir) COMPLETE |
9508 | 2024-12-20T20:25:34.971Z | [ host-image] Dec 20 20:25:34.683 INFO O| Dec 20 20:25:34.683 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9509 | 2024-12-20T20:25:34.987Z | [ host-image] Dec 20 20:25:34.702 INFO O| Dec 20 20:25:34.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9510 | 2024-12-20T20:25:34.987Z | [ host-image] Dec 20 20:25:34.702 INFO O| Dec 20 20:25:34.702 INFO copying /tmp/.tmpvU0PN2/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 ... |
9511 | 2024-12-20T20:25:34.990Z | [ host-image] Dec 20 20:25:34.703 INFO O| Dec 20 20:25:34.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9512 | 2024-12-20T20:25:34.990Z | [ host-image] Dec 20 20:25:34.703 INFO O| Dec 20 20:25:34.703 INFO ok! |
9513 | 2024-12-20T20:25:34.990Z | [ host-image] Dec 20 20:25:34.703 INFO O| Dec 20 20:25:34.703 INFO STEP 72 (ensure_file) COMPLETE |
9514 | 2024-12-20T20:25:34.990Z | [ host-image] Dec 20 20:25:34.703 INFO O| Dec 20 20:25:34.703 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9515 | 2024-12-20T20:25:35.003Z | [ host-image] Dec 20 20:25:34.719 INFO O| Dec 20 20:25:34.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9516 | 2024-12-20T20:25:35.003Z | [ host-image] Dec 20 20:25:34.719 INFO O| Dec 20 20:25:34.719 INFO copying /tmp/.tmpvU0PN2/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 ... |
9517 | 2024-12-20T20:25:35.003Z | [ host-image] Dec 20 20:25:34.719 INFO O| Dec 20 20:25:34.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9518 | 2024-12-20T20:25:35.004Z | [ host-image] Dec 20 20:25:34.719 INFO O| Dec 20 20:25:34.719 INFO ok! |
9519 | 2024-12-20T20:25:35.007Z | [ host-image] Dec 20 20:25:34.719 INFO O| Dec 20 20:25:34.719 INFO STEP 73 (ensure_file) COMPLETE |
9520 | 2024-12-20T20:25:35.007Z | [ host-image] Dec 20 20:25:34.719 INFO O| Dec 20 20:25:34.719 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9521 | 2024-12-20T20:25:35.045Z | [ host-image] Dec 20 20:25:34.748 INFO O| Dec 20 20:25:34.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9522 | 2024-12-20T20:25:35.045Z | [ host-image] Dec 20 20:25:34.748 INFO O| Dec 20 20:25:34.748 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9523 | 2024-12-20T20:25:35.045Z | [ host-image] Dec 20 20:25:34.748 INFO O| Dec 20 20:25:34.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9524 | 2024-12-20T20:25:35.045Z | [ host-image] Dec 20 20:25:34.748 INFO O| Dec 20 20:25:34.748 INFO ok! |
9525 | 2024-12-20T20:25:35.061Z | [ host-image] Dec 20 20:25:34.748 INFO O| Dec 20 20:25:34.748 INFO STEP 74 (ensure_file) COMPLETE |
9526 | 2024-12-20T20:25:35.061Z | [ host-image] Dec 20 20:25:34.748 INFO O| Dec 20 20:25:34.748 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-12-20T20:25:35.093Z | [ host-image] Dec 20 20:25:34.806 INFO O| Dec 20 20:25:34.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9528 | 2024-12-20T20:25:35.094Z | [ host-image] Dec 20 20:25:34.806 INFO O| Dec 20 20:25:34.806 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9529 | 2024-12-20T20:25:35.099Z | [ host-image] Dec 20 20:25:34.806 INFO O| Dec 20 20:25:34.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9530 | 2024-12-20T20:25:35.099Z | [ host-image] Dec 20 20:25:34.806 INFO O| Dec 20 20:25:34.806 INFO ok! |
9531 | 2024-12-20T20:25:35.099Z | [ host-image] Dec 20 20:25:34.806 INFO O| Dec 20 20:25:34.806 INFO STEP 75 (ensure_file) COMPLETE |
9532 | 2024-12-20T20:25:35.099Z | [ host-image] Dec 20 20:25:34.806 INFO O| Dec 20 20:25:34.806 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9533 | 2024-12-20T20:25:35.131Z | [ host-image] Dec 20 20:25:34.847 INFO O| Dec 20 20:25:34.847 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9534 | 2024-12-20T20:25:35.139Z | [ host-image] Dec 20 20:25:34.847 INFO O| Dec 20 20:25:34.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9535 | 2024-12-20T20:25:35.139Z | [ host-image] Dec 20 20:25:34.847 INFO O| Dec 20 20:25:34.847 INFO STEP 76 (ensure_dir) COMPLETE |
9536 | 2024-12-20T20:25:35.139Z | [ host-image] Dec 20 20:25:34.847 INFO O| Dec 20 20:25:34.847 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2024-12-20T20:25:35.156Z | [ host-image] Dec 20 20:25:34.865 INFO O| Dec 20 20:25:34.865 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9538 | 2024-12-20T20:25:35.156Z | [ host-image] Dec 20 20:25:34.865 INFO O| Dec 20 20:25:34.865 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9539 | 2024-12-20T20:25:35.165Z | [ host-image] Dec 20 20:25:34.869 INFO O| Dec 20 20:25:34.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9540 | 2024-12-20T20:25:35.165Z | [ host-image] Dec 20 20:25:34.869 INFO O| Dec 20 20:25:34.869 INFO ok! |
9541 | 2024-12-20T20:25:35.166Z | [ host-image] Dec 20 20:25:34.869 INFO O| Dec 20 20:25:34.869 INFO STEP 77 (ensure_file) COMPLETE |
9542 | 2024-12-20T20:25:35.166Z | [ host-image] Dec 20 20:25:34.870 INFO O| Dec 20 20:25:34.869 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2024-12-20T20:25:35.175Z | [ host-image] Dec 20 20:25:34.888 INFO O| Dec 20 20:25:34.888 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9544 | 2024-12-20T20:25:35.175Z | [ host-image] Dec 20 20:25:34.888 INFO O| Dec 20 20:25:34.888 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9545 | 2024-12-20T20:25:35.178Z | [ host-image] Dec 20 20:25:34.889 INFO O| Dec 20 20:25:34.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9546 | 2024-12-20T20:25:35.178Z | [ host-image] Dec 20 20:25:34.889 INFO O| Dec 20 20:25:34.889 INFO ok! |
9547 | 2024-12-20T20:25:35.178Z | [ host-image] Dec 20 20:25:34.889 INFO O| Dec 20 20:25:34.889 INFO STEP 78 (ensure_file) COMPLETE |
9548 | 2024-12-20T20:25:35.178Z | [ host-image] Dec 20 20:25:34.889 INFO O| Dec 20 20:25:34.889 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9549 | 2024-12-20T20:25:35.194Z | [ host-image] Dec 20 20:25:34.909 INFO O| Dec 20 20:25:34.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9550 | 2024-12-20T20:25:35.194Z | [ host-image] Dec 20 20:25:34.909 INFO O| Dec 20 20:25:34.909 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9551 | 2024-12-20T20:25:36.547Z | [ host-image] Dec 20 20:25:36.262 INFO O| Dec 20 20:25:36.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9552 | 2024-12-20T20:25:36.547Z | [ host-image] Dec 20 20:25:36.263 INFO O| Dec 20 20:25:36.262 INFO ok! |
9553 | 2024-12-20T20:25:36.554Z | [ host-image] Dec 20 20:25:36.263 INFO O| Dec 20 20:25:36.262 INFO STEP 79 (ensure_file) COMPLETE |
9554 | 2024-12-20T20:25:36.554Z | [ host-image] Dec 20 20:25:36.263 INFO O| Dec 20 20:25:36.262 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-12-20T20:25:36.562Z | [ host-image] Dec 20 20:25:36.275 INFO O| Dec 20 20:25:36.275 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9556 | 2024-12-20T20:25:36.562Z | [ host-image] Dec 20 20:25:36.275 INFO O| Dec 20 20:25:36.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9557 | 2024-12-20T20:25:36.562Z | [ host-image] Dec 20 20:25:36.275 INFO O| Dec 20 20:25:36.275 INFO STEP 80 (ensure_dir) COMPLETE |
9558 | 2024-12-20T20:25:36.566Z | [ host-image] Dec 20 20:25:36.276 INFO O| Dec 20 20:25:36.275 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2024-12-20T20:25:36.573Z | [ host-image] Dec 20 20:25:36.289 INFO O| Dec 20 20:25:36.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9560 | 2024-12-20T20:25:36.573Z | [ host-image] Dec 20 20:25:36.289 INFO O| Dec 20 20:25:36.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9561 | 2024-12-20T20:25:36.578Z | [ host-image] Dec 20 20:25:36.289 INFO O| Dec 20 20:25:36.289 INFO STEP 81 (ensure_dir) COMPLETE |
9562 | 2024-12-20T20:25:36.578Z | [ host-image] Dec 20 20:25:36.289 INFO O| Dec 20 20:25:36.289 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9563 | 2024-12-20T20:25:36.585Z | [ host-image] Dec 20 20:25:36.300 INFO O| Dec 20 20:25:36.300 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9564 | 2024-12-20T20:25:36.590Z | [ host-image] Dec 20 20:25:36.300 INFO O| Dec 20 20:25:36.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9565 | 2024-12-20T20:25:36.590Z | [ host-image] Dec 20 20:25:36.300 INFO O| Dec 20 20:25:36.300 INFO STEP 82 (ensure_dir) COMPLETE |
9566 | 2024-12-20T20:25:36.590Z | [ host-image] Dec 20 20:25:36.300 INFO O| Dec 20 20:25:36.300 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9567 | 2024-12-20T20:25:36.598Z | [ host-image] Dec 20 20:25:36.313 INFO O| Dec 20 20:25:36.313 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9568 | 2024-12-20T20:25:36.599Z | [ host-image] Dec 20 20:25:36.313 INFO O| Dec 20 20:25:36.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9569 | 2024-12-20T20:25:36.600Z | [ host-image] Dec 20 20:25:36.313 INFO O| Dec 20 20:25:36.313 INFO STEP 83 (ensure_dir) COMPLETE |
9570 | 2024-12-20T20:25:36.604Z | [ host-image] Dec 20 20:25:36.313 INFO O| Dec 20 20:25:36.313 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-12-20T20:25:36.613Z | [ host-image] Dec 20 20:25:36.329 INFO O| Dec 20 20:25:36.329 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9572 | 2024-12-20T20:25:36.613Z | [ host-image] Dec 20 20:25:36.329 INFO O| Dec 20 20:25:36.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9573 | 2024-12-20T20:25:36.615Z | [ host-image] Dec 20 20:25:36.329 INFO O| Dec 20 20:25:36.329 INFO STEP 84 (ensure_dir) COMPLETE |
9574 | 2024-12-20T20:25:36.615Z | [ host-image] Dec 20 20:25:36.329 INFO O| Dec 20 20:25:36.329 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9575 | 2024-12-20T20:25:36.626Z | [ host-image] Dec 20 20:25:36.342 INFO O| Dec 20 20:25:36.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9576 | 2024-12-20T20:25:36.629Z | [ host-image] Dec 20 20:25:36.342 INFO O| Dec 20 20:25:36.342 INFO copying /tmp/.tmpvU0PN2/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 ... |
9577 | 2024-12-20T20:25:36.629Z | [ host-image] Dec 20 20:25:36.342 INFO O| Dec 20 20:25:36.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9578 | 2024-12-20T20:25:36.629Z | [ host-image] Dec 20 20:25:36.342 INFO O| Dec 20 20:25:36.342 INFO ok! |
9579 | 2024-12-20T20:25:36.629Z | [ host-image] Dec 20 20:25:36.342 INFO O| Dec 20 20:25:36.342 INFO STEP 85 (ensure_file) COMPLETE |
9580 | 2024-12-20T20:25:36.629Z | [ host-image] Dec 20 20:25:36.342 INFO O| Dec 20 20:25:36.342 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9581 | 2024-12-20T20:25:36.641Z | [ host-image] Dec 20 20:25:36.357 INFO O| Dec 20 20:25:36.357 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9582 | 2024-12-20T20:25:36.641Z | [ host-image] Dec 20 20:25:36.357 INFO O| Dec 20 20:25:36.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9583 | 2024-12-20T20:25:36.644Z | [ host-image] Dec 20 20:25:36.357 INFO O| Dec 20 20:25:36.357 INFO STEP 86 (ensure_dir) COMPLETE |
9584 | 2024-12-20T20:25:36.644Z | [ host-image] Dec 20 20:25:36.357 INFO O| Dec 20 20:25:36.357 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-12-20T20:25:36.655Z | [ host-image] Dec 20 20:25:36.370 INFO O| Dec 20 20:25:36.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9586 | 2024-12-20T20:25:36.655Z | [ host-image] Dec 20 20:25:36.370 INFO O| Dec 20 20:25:36.370 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9587 | 2024-12-20T20:25:36.655Z | [ host-image] Dec 20 20:25:36.370 INFO O| Dec 20 20:25:36.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9588 | 2024-12-20T20:25:36.658Z | [ host-image] Dec 20 20:25:36.370 INFO O| Dec 20 20:25:36.370 INFO ok! |
9589 | 2024-12-20T20:25:36.658Z | [ host-image] Dec 20 20:25:36.370 INFO O| Dec 20 20:25:36.370 INFO STEP 87 (ensure_file) COMPLETE |
9590 | 2024-12-20T20:25:36.658Z | [ host-image] Dec 20 20:25:36.370 INFO O| Dec 20 20:25:36.370 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9591 | 2024-12-20T20:25:36.669Z | [ host-image] Dec 20 20:25:36.385 INFO O| Dec 20 20:25:36.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9592 | 2024-12-20T20:25:36.669Z | [ host-image] Dec 20 20:25:36.385 INFO O| Dec 20 20:25:36.385 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9593 | 2024-12-20T20:25:37.159Z | [ host-image] Dec 20 20:25:36.874 INFO O| Dec 20 20:25:36.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9594 | 2024-12-20T20:25:37.159Z | [ host-image] Dec 20 20:25:36.874 INFO O| Dec 20 20:25:36.874 INFO ok! |
9595 | 2024-12-20T20:25:37.164Z | [ host-image] Dec 20 20:25:36.874 INFO O| Dec 20 20:25:36.874 INFO STEP 88 (ensure_file) COMPLETE |
9596 | 2024-12-20T20:25:37.164Z | [ host-image] Dec 20 20:25:36.874 INFO O| Dec 20 20:25:36.874 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9597 | 2024-12-20T20:25:37.176Z | [ host-image] Dec 20 20:25:36.892 INFO O| Dec 20 20:25:36.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9598 | 2024-12-20T20:25:37.176Z | [ host-image] Dec 20 20:25:36.892 INFO O| Dec 20 20:25:36.892 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9599 | 2024-12-20T20:25:37.797Z | [ host-image] Dec 20 20:25:37.512 INFO O| Dec 20 20:25:37.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9600 | 2024-12-20T20:25:37.797Z | [ host-image] Dec 20 20:25:37.512 INFO O| Dec 20 20:25:37.512 INFO ok! |
9601 | 2024-12-20T20:25:37.797Z | [ host-image] Dec 20 20:25:37.512 INFO O| Dec 20 20:25:37.512 INFO STEP 89 (ensure_file) COMPLETE |
9602 | 2024-12-20T20:25:37.800Z | [ host-image] Dec 20 20:25:37.512 INFO O| Dec 20 20:25:37.512 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9603 | 2024-12-20T20:25:37.814Z | [ host-image] Dec 20 20:25:37.530 INFO O| Dec 20 20:25:37.529 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9604 | 2024-12-20T20:25:37.814Z | [ host-image] Dec 20 20:25:37.530 INFO O| Dec 20 20:25:37.529 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9605 | 2024-12-20T20:25:37.814Z | [ host-image] Dec 20 20:25:37.530 INFO O| Dec 20 20:25:37.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9606 | 2024-12-20T20:25:37.818Z | [ host-image] Dec 20 20:25:37.530 INFO O| Dec 20 20:25:37.530 INFO ok! |
9607 | 2024-12-20T20:25:37.818Z | [ host-image] Dec 20 20:25:37.530 INFO O| Dec 20 20:25:37.530 INFO STEP 90 (ensure_file) COMPLETE |
9608 | 2024-12-20T20:25:37.818Z | [ host-image] Dec 20 20:25:37.530 INFO O| Dec 20 20:25:37.530 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9609 | 2024-12-20T20:25:37.833Z | [ host-image] Dec 20 20:25:37.547 INFO O| Dec 20 20:25:37.546 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9610 | 2024-12-20T20:25:37.834Z | [ host-image] Dec 20 20:25:37.547 INFO O| Dec 20 20:25:37.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9611 | 2024-12-20T20:25:37.837Z | [ host-image] Dec 20 20:25:37.547 INFO O| Dec 20 20:25:37.547 INFO STEP 91 (ensure_dir) COMPLETE |
9612 | 2024-12-20T20:25:37.837Z | [ host-image] Dec 20 20:25:37.547 INFO O| Dec 20 20:25:37.547 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9613 | 2024-12-20T20:25:37.853Z | [ host-image] Dec 20 20:25:37.565 INFO O| Dec 20 20:25:37.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9614 | 2024-12-20T20:25:37.853Z | [ host-image] Dec 20 20:25:37.565 INFO O| Dec 20 20:25:37.565 INFO copying /tmp/.tmpvU0PN2/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 ... |
9615 | 2024-12-20T20:25:37.853Z | [ host-image] Dec 20 20:25:37.565 INFO O| Dec 20 20:25:37.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9616 | 2024-12-20T20:25:37.859Z | [ host-image] Dec 20 20:25:37.565 INFO O| Dec 20 20:25:37.565 INFO ok! |
9617 | 2024-12-20T20:25:37.859Z | [ host-image] Dec 20 20:25:37.565 INFO O| Dec 20 20:25:37.565 INFO STEP 92 (ensure_file) COMPLETE |
9618 | 2024-12-20T20:25:37.859Z | [ host-image] Dec 20 20:25:37.565 INFO O| Dec 20 20:25:37.565 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9619 | 2024-12-20T20:25:37.868Z | [ host-image] Dec 20 20:25:37.581 INFO O| Dec 20 20:25:37.580 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9620 | 2024-12-20T20:25:37.868Z | [ host-image] Dec 20 20:25:37.581 INFO O| Dec 20 20:25:37.581 INFO copying /tmp/.tmpvU0PN2/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 ... |
9621 | 2024-12-20T20:25:37.873Z | [ host-image] Dec 20 20:25:37.581 INFO O| Dec 20 20:25:37.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9622 | 2024-12-20T20:25:37.873Z | [ host-image] Dec 20 20:25:37.581 INFO O| Dec 20 20:25:37.581 INFO ok! |
9623 | 2024-12-20T20:25:37.873Z | [ host-image] Dec 20 20:25:37.581 INFO O| Dec 20 20:25:37.581 INFO STEP 93 (ensure_file) COMPLETE |
9624 | 2024-12-20T20:25:37.873Z | [ host-image] Dec 20 20:25:37.581 INFO O| Dec 20 20:25:37.581 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9625 | 2024-12-20T20:25:37.883Z | [ host-image] Dec 20 20:25:37.599 INFO O| Dec 20 20:25:37.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9626 | 2024-12-20T20:25:37.883Z | [ host-image] Dec 20 20:25:37.599 INFO O| Dec 20 20:25:37.599 INFO copying /tmp/.tmpvU0PN2/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 ... |
9627 | 2024-12-20T20:25:37.889Z | [ host-image] Dec 20 20:25:37.600 INFO O| Dec 20 20:25:37.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9628 | 2024-12-20T20:25:37.889Z | [ host-image] Dec 20 20:25:37.600 INFO O| Dec 20 20:25:37.600 INFO ok! |
9629 | 2024-12-20T20:25:37.889Z | [ host-image] Dec 20 20:25:37.600 INFO O| Dec 20 20:25:37.600 INFO STEP 94 (ensure_file) COMPLETE |
9630 | 2024-12-20T20:25:37.889Z | [ host-image] Dec 20 20:25:37.600 INFO O| Dec 20 20:25:37.600 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9631 | 2024-12-20T20:25:37.909Z | [ host-image] Dec 20 20:25:37.617 INFO O| Dec 20 20:25:37.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9632 | 2024-12-20T20:25:37.909Z | [ host-image] Dec 20 20:25:37.617 INFO O| Dec 20 20:25:37.617 INFO copying /tmp/.tmpvU0PN2/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 ... |
9633 | 2024-12-20T20:25:37.912Z | [ host-image] Dec 20 20:25:37.618 INFO O| Dec 20 20:25:37.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9634 | 2024-12-20T20:25:37.912Z | [ host-image] Dec 20 20:25:37.618 INFO O| Dec 20 20:25:37.618 INFO ok! |
9635 | 2024-12-20T20:25:37.912Z | [ host-image] Dec 20 20:25:37.618 INFO O| Dec 20 20:25:37.618 INFO STEP 95 (ensure_file) COMPLETE |
9636 | 2024-12-20T20:25:37.912Z | [ host-image] Dec 20 20:25:37.618 INFO O| Dec 20 20:25:37.618 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9637 | 2024-12-20T20:25:37.921Z | [ host-image] Dec 20 20:25:37.637 INFO O| Dec 20 20:25:37.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9638 | 2024-12-20T20:25:37.921Z | [ host-image] Dec 20 20:25:37.637 INFO O| Dec 20 20:25:37.637 INFO copying /tmp/.tmpvU0PN2/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 ... |
9639 | 2024-12-20T20:25:37.925Z | [ host-image] Dec 20 20:25:37.637 INFO O| Dec 20 20:25:37.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9640 | 2024-12-20T20:25:37.925Z | [ host-image] Dec 20 20:25:37.637 INFO O| Dec 20 20:25:37.637 INFO ok! |
9641 | 2024-12-20T20:25:37.925Z | [ host-image] Dec 20 20:25:37.638 INFO O| Dec 20 20:25:37.637 INFO STEP 96 (ensure_file) COMPLETE |
9642 | 2024-12-20T20:25:37.925Z | [ host-image] Dec 20 20:25:37.638 INFO O| Dec 20 20:25:37.638 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9643 | 2024-12-20T20:25:37.940Z | [ host-image] Dec 20 20:25:37.656 INFO O| Dec 20 20:25:37.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9644 | 2024-12-20T20:25:37.940Z | [ host-image] Dec 20 20:25:37.656 INFO O| Dec 20 20:25:37.656 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9645 | 2024-12-20T20:25:37.943Z | [ host-image] Dec 20 20:25:37.656 INFO O| Dec 20 20:25:37.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9646 | 2024-12-20T20:25:37.943Z | [ host-image] Dec 20 20:25:37.656 INFO O| Dec 20 20:25:37.656 INFO ok! |
9647 | 2024-12-20T20:25:37.943Z | [ host-image] Dec 20 20:25:37.656 INFO O| Dec 20 20:25:37.656 INFO STEP 97 (ensure_file) COMPLETE |
9648 | 2024-12-20T20:25:37.943Z | [ host-image] Dec 20 20:25:37.656 INFO O| Dec 20 20:25:37.656 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9649 | 2024-12-20T20:25:37.957Z | [ host-image] Dec 20 20:25:37.672 INFO O| Dec 20 20:25:37.672 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9650 | 2024-12-20T20:25:37.957Z | [ host-image] Dec 20 20:25:37.672 INFO O| Dec 20 20:25:37.672 INFO copying /tmp/.tmpvU0PN2/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 ... |
9651 | 2024-12-20T20:25:37.957Z | [ host-image] Dec 20 20:25:37.672 INFO O| Dec 20 20:25:37.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9652 | 2024-12-20T20:25:37.957Z | [ host-image] Dec 20 20:25:37.672 INFO O| Dec 20 20:25:37.672 INFO ok! |
9653 | 2024-12-20T20:25:37.961Z | [ host-image] Dec 20 20:25:37.672 INFO O| Dec 20 20:25:37.672 INFO STEP 98 (ensure_file) COMPLETE |
9654 | 2024-12-20T20:25:37.961Z | [ host-image] Dec 20 20:25:37.672 INFO O| Dec 20 20:25:37.672 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9655 | 2024-12-20T20:25:37.973Z | [ host-image] Dec 20 20:25:37.688 INFO O| Dec 20 20:25:37.688 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9656 | 2024-12-20T20:25:37.973Z | [ host-image] Dec 20 20:25:37.688 INFO O| Dec 20 20:25:37.688 INFO copying /tmp/.tmpvU0PN2/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 ... |
9657 | 2024-12-20T20:25:37.979Z | [ host-image] Dec 20 20:25:37.689 INFO O| Dec 20 20:25:37.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9658 | 2024-12-20T20:25:37.979Z | [ host-image] Dec 20 20:25:37.689 INFO O| Dec 20 20:25:37.689 INFO ok! |
9659 | 2024-12-20T20:25:37.979Z | [ host-image] Dec 20 20:25:37.689 INFO O| Dec 20 20:25:37.689 INFO STEP 99 (ensure_file) COMPLETE |
9660 | 2024-12-20T20:25:37.979Z | [ host-image] Dec 20 20:25:37.689 INFO O| Dec 20 20:25:37.689 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9661 | 2024-12-20T20:25:37.992Z | [ host-image] Dec 20 20:25:37.705 INFO O| Dec 20 20:25:37.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9662 | 2024-12-20T20:25:37.992Z | [ host-image] Dec 20 20:25:37.705 INFO O| Dec 20 20:25:37.705 INFO copying /tmp/.tmpvU0PN2/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 ... |
9663 | 2024-12-20T20:25:37.997Z | [ host-image] Dec 20 20:25:37.705 INFO O| Dec 20 20:25:37.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9664 | 2024-12-20T20:25:37.997Z | [ host-image] Dec 20 20:25:37.705 INFO O| Dec 20 20:25:37.705 INFO ok! |
9665 | 2024-12-20T20:25:37.997Z | [ host-image] Dec 20 20:25:37.705 INFO O| Dec 20 20:25:37.705 INFO STEP 100 (ensure_file) COMPLETE |
9666 | 2024-12-20T20:25:37.997Z | [ host-image] Dec 20 20:25:37.705 INFO O| Dec 20 20:25:37.705 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9667 | 2024-12-20T20:25:38.002Z | [ host-image] Dec 20 20:25:37.718 INFO O| Dec 20 20:25:37.718 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9668 | 2024-12-20T20:25:38.002Z | [ host-image] Dec 20 20:25:37.718 INFO O| Dec 20 20:25:37.718 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9669 | 2024-12-20T20:25:38.006Z | [ host-image] Dec 20 20:25:37.718 INFO O| Dec 20 20:25:37.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9670 | 2024-12-20T20:25:38.007Z | [ host-image] Dec 20 20:25:37.718 INFO O| Dec 20 20:25:37.718 INFO ok! |
9671 | 2024-12-20T20:25:38.007Z | [ host-image] Dec 20 20:25:37.718 INFO O| Dec 20 20:25:37.718 INFO STEP 101 (ensure_file) COMPLETE |
9672 | 2024-12-20T20:25:38.007Z | [ host-image] Dec 20 20:25:37.718 INFO O| Dec 20 20:25:37.718 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9673 | 2024-12-20T20:25:38.017Z | [ host-image] Dec 20 20:25:37.733 INFO O| Dec 20 20:25:37.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9674 | 2024-12-20T20:25:38.017Z | [ host-image] Dec 20 20:25:37.733 INFO O| Dec 20 20:25:37.733 INFO copying /tmp/.tmpvU0PN2/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 ... |
9675 | 2024-12-20T20:25:38.022Z | [ host-image] Dec 20 20:25:37.734 INFO O| Dec 20 20:25:37.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9676 | 2024-12-20T20:25:38.022Z | [ host-image] Dec 20 20:25:37.734 INFO O| Dec 20 20:25:37.734 INFO ok! |
9677 | 2024-12-20T20:25:38.022Z | [ host-image] Dec 20 20:25:37.734 INFO O| Dec 20 20:25:37.734 INFO STEP 102 (ensure_file) COMPLETE |
9678 | 2024-12-20T20:25:38.022Z | [ host-image] Dec 20 20:25:37.734 INFO O| Dec 20 20:25:37.734 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9679 | 2024-12-20T20:25:38.038Z | [ host-image] Dec 20 20:25:37.754 INFO O| Dec 20 20:25:37.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9680 | 2024-12-20T20:25:38.038Z | [ host-image] Dec 20 20:25:37.754 INFO O| Dec 20 20:25:37.754 INFO copying /tmp/.tmpvU0PN2/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 ... |
9681 | 2024-12-20T20:25:38.042Z | [ host-image] Dec 20 20:25:37.754 INFO O| Dec 20 20:25:37.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9682 | 2024-12-20T20:25:38.042Z | [ host-image] Dec 20 20:25:37.754 INFO O| Dec 20 20:25:37.754 INFO ok! |
9683 | 2024-12-20T20:25:38.042Z | [ host-image] Dec 20 20:25:37.754 INFO O| Dec 20 20:25:37.754 INFO STEP 103 (ensure_file) COMPLETE |
9684 | 2024-12-20T20:25:38.042Z | [ host-image] Dec 20 20:25:37.754 INFO O| Dec 20 20:25:37.754 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9685 | 2024-12-20T20:25:38.060Z | [ host-image] Dec 20 20:25:37.776 INFO O| Dec 20 20:25:37.776 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9686 | 2024-12-20T20:25:38.060Z | [ host-image] Dec 20 20:25:37.776 INFO O| Dec 20 20:25:37.776 INFO copying /tmp/.tmpvU0PN2/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 ... |
9687 | 2024-12-20T20:25:38.063Z | [ host-image] Dec 20 20:25:37.776 INFO O| Dec 20 20:25:37.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9688 | 2024-12-20T20:25:38.063Z | [ host-image] Dec 20 20:25:37.776 INFO O| Dec 20 20:25:37.776 INFO ok! |
9689 | 2024-12-20T20:25:38.063Z | [ host-image] Dec 20 20:25:37.776 INFO O| Dec 20 20:25:37.776 INFO STEP 104 (ensure_file) COMPLETE |
9690 | 2024-12-20T20:25:38.063Z | [ host-image] Dec 20 20:25:37.776 INFO O| Dec 20 20:25:37.776 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9691 | 2024-12-20T20:25:38.081Z | [ host-image] Dec 20 20:25:37.797 INFO O| Dec 20 20:25:37.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9692 | 2024-12-20T20:25:38.081Z | [ host-image] Dec 20 20:25:37.797 INFO O| Dec 20 20:25:37.797 INFO copying /tmp/.tmpvU0PN2/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 ... |
9693 | 2024-12-20T20:25:38.085Z | [ host-image] Dec 20 20:25:37.797 INFO O| Dec 20 20:25:37.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9694 | 2024-12-20T20:25:38.085Z | [ host-image] Dec 20 20:25:37.797 INFO O| Dec 20 20:25:37.797 INFO ok! |
9695 | 2024-12-20T20:25:38.087Z | [ host-image] Dec 20 20:25:37.798 INFO O| Dec 20 20:25:37.798 INFO STEP 105 (ensure_file) COMPLETE |
9696 | 2024-12-20T20:25:38.087Z | [ host-image] Dec 20 20:25:37.798 INFO O| Dec 20 20:25:37.798 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9697 | 2024-12-20T20:25:38.096Z | [ host-image] Dec 20 20:25:37.812 INFO O| Dec 20 20:25:37.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9698 | 2024-12-20T20:25:38.096Z | [ host-image] Dec 20 20:25:37.812 INFO O| Dec 20 20:25:37.812 INFO copying /tmp/.tmpvU0PN2/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 ... |
9699 | 2024-12-20T20:25:38.100Z | [ host-image] Dec 20 20:25:37.813 INFO O| Dec 20 20:25:37.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9700 | 2024-12-20T20:25:38.100Z | [ host-image] Dec 20 20:25:37.813 INFO O| Dec 20 20:25:37.813 INFO ok! |
9701 | 2024-12-20T20:25:38.100Z | [ host-image] Dec 20 20:25:37.813 INFO O| Dec 20 20:25:37.813 INFO STEP 106 (ensure_file) COMPLETE |
9702 | 2024-12-20T20:25:38.100Z | [ host-image] Dec 20 20:25:37.813 INFO O| Dec 20 20:25:37.813 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9703 | 2024-12-20T20:25:38.113Z | [ host-image] Dec 20 20:25:37.827 INFO O| Dec 20 20:25:37.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9704 | 2024-12-20T20:25:38.113Z | [ host-image] Dec 20 20:25:37.827 INFO O| Dec 20 20:25:37.827 INFO copying /tmp/.tmpvU0PN2/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 ... |
9705 | 2024-12-20T20:25:38.113Z | [ host-image] Dec 20 20:25:37.827 INFO O| Dec 20 20:25:37.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9706 | 2024-12-20T20:25:38.117Z | [ host-image] Dec 20 20:25:37.827 INFO O| Dec 20 20:25:37.827 INFO ok! |
9707 | 2024-12-20T20:25:38.117Z | [ host-image] Dec 20 20:25:37.828 INFO O| Dec 20 20:25:37.827 INFO STEP 107 (ensure_file) COMPLETE |
9708 | 2024-12-20T20:25:38.117Z | [ host-image] Dec 20 20:25:37.828 INFO O| Dec 20 20:25:37.828 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9709 | 2024-12-20T20:25:38.128Z | [ host-image] Dec 20 20:25:37.843 INFO O| Dec 20 20:25:37.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9710 | 2024-12-20T20:25:38.128Z | [ host-image] Dec 20 20:25:37.844 INFO O| Dec 20 20:25:37.843 INFO copying /tmp/.tmpvU0PN2/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 ... |
9711 | 2024-12-20T20:25:38.132Z | [ host-image] Dec 20 20:25:37.844 INFO O| Dec 20 20:25:37.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9712 | 2024-12-20T20:25:38.132Z | [ host-image] Dec 20 20:25:37.844 INFO O| Dec 20 20:25:37.844 INFO ok! |
9713 | 2024-12-20T20:25:38.132Z | [ host-image] Dec 20 20:25:37.844 INFO O| Dec 20 20:25:37.844 INFO STEP 108 (ensure_file) COMPLETE |
9714 | 2024-12-20T20:25:38.132Z | [ host-image] Dec 20 20:25:37.844 INFO O| Dec 20 20:25:37.844 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9715 | 2024-12-20T20:25:38.146Z | [ host-image] Dec 20 20:25:37.862 INFO O| Dec 20 20:25:37.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9716 | 2024-12-20T20:25:38.146Z | [ host-image] Dec 20 20:25:37.862 INFO O| Dec 20 20:25:37.862 INFO copying /tmp/.tmpvU0PN2/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 ... |
9717 | 2024-12-20T20:25:38.154Z | [ host-image] Dec 20 20:25:37.862 INFO O| Dec 20 20:25:37.862 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9718 | 2024-12-20T20:25:38.154Z | [ host-image] Dec 20 20:25:37.862 INFO O| Dec 20 20:25:37.862 INFO ok! |
9719 | 2024-12-20T20:25:38.154Z | [ host-image] Dec 20 20:25:37.862 INFO O| Dec 20 20:25:37.862 INFO STEP 109 (ensure_file) COMPLETE |
9720 | 2024-12-20T20:25:38.154Z | [ host-image] Dec 20 20:25:37.862 INFO O| Dec 20 20:25:37.862 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9721 | 2024-12-20T20:25:38.162Z | [ host-image] Dec 20 20:25:37.877 INFO O| Dec 20 20:25:37.877 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9722 | 2024-12-20T20:25:38.162Z | [ host-image] Dec 20 20:25:37.877 INFO O| Dec 20 20:25:37.877 INFO copying /tmp/.tmpvU0PN2/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 ... |
9723 | 2024-12-20T20:25:38.166Z | [ host-image] Dec 20 20:25:37.877 INFO O| Dec 20 20:25:37.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9724 | 2024-12-20T20:25:38.166Z | [ host-image] Dec 20 20:25:37.877 INFO O| Dec 20 20:25:37.877 INFO ok! |
9725 | 2024-12-20T20:25:38.166Z | [ host-image] Dec 20 20:25:37.877 INFO O| Dec 20 20:25:37.877 INFO STEP 110 (ensure_file) COMPLETE |
9726 | 2024-12-20T20:25:38.166Z | [ host-image] Dec 20 20:25:37.877 INFO O| Dec 20 20:25:37.877 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9727 | 2024-12-20T20:25:38.180Z | [ host-image] Dec 20 20:25:37.894 INFO O| Dec 20 20:25:37.894 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9728 | 2024-12-20T20:25:38.180Z | [ host-image] Dec 20 20:25:37.894 INFO O| Dec 20 20:25:37.894 INFO copying /tmp/.tmpvU0PN2/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 ... |
9729 | 2024-12-20T20:25:38.185Z | [ host-image] Dec 20 20:25:37.894 INFO O| Dec 20 20:25:37.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9730 | 2024-12-20T20:25:38.185Z | [ host-image] Dec 20 20:25:37.894 INFO O| Dec 20 20:25:37.894 INFO ok! |
9731 | 2024-12-20T20:25:38.185Z | [ host-image] Dec 20 20:25:37.894 INFO O| Dec 20 20:25:37.894 INFO STEP 111 (ensure_file) COMPLETE |
9732 | 2024-12-20T20:25:38.185Z | [ host-image] Dec 20 20:25:37.894 INFO O| Dec 20 20:25:37.894 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9733 | 2024-12-20T20:25:38.195Z | [ host-image] Dec 20 20:25:37.910 INFO O| Dec 20 20:25:37.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9734 | 2024-12-20T20:25:38.195Z | [ host-image] Dec 20 20:25:37.910 INFO O| Dec 20 20:25:37.910 INFO copying /tmp/.tmpvU0PN2/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 ... |
9735 | 2024-12-20T20:25:38.199Z | [ host-image] Dec 20 20:25:37.910 INFO O| Dec 20 20:25:37.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9736 | 2024-12-20T20:25:38.199Z | [ host-image] Dec 20 20:25:37.910 INFO O| Dec 20 20:25:37.910 INFO ok! |
9737 | 2024-12-20T20:25:38.199Z | [ host-image] Dec 20 20:25:37.910 INFO O| Dec 20 20:25:37.910 INFO STEP 112 (ensure_file) COMPLETE |
9738 | 2024-12-20T20:25:38.199Z | [ host-image] Dec 20 20:25:37.910 INFO O| Dec 20 20:25:37.910 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9739 | 2024-12-20T20:25:38.214Z | [ host-image] Dec 20 20:25:37.928 INFO O| Dec 20 20:25:37.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9740 | 2024-12-20T20:25:38.214Z | [ host-image] Dec 20 20:25:37.928 INFO O| Dec 20 20:25:37.928 INFO copying /tmp/.tmpvU0PN2/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 ... |
9741 | 2024-12-20T20:25:38.219Z | [ host-image] Dec 20 20:25:37.928 INFO O| Dec 20 20:25:37.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9742 | 2024-12-20T20:25:38.220Z | [ host-image] Dec 20 20:25:37.928 INFO O| Dec 20 20:25:37.928 INFO ok! |
9743 | 2024-12-20T20:25:38.220Z | [ host-image] Dec 20 20:25:37.928 INFO O| Dec 20 20:25:37.928 INFO STEP 113 (ensure_file) COMPLETE |
9744 | 2024-12-20T20:25:38.220Z | [ host-image] Dec 20 20:25:37.928 INFO O| Dec 20 20:25:37.928 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9745 | 2024-12-20T20:25:38.232Z | [ host-image] Dec 20 20:25:37.948 INFO O| Dec 20 20:25:37.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9746 | 2024-12-20T20:25:38.232Z | [ host-image] Dec 20 20:25:37.948 INFO O| Dec 20 20:25:37.948 INFO copying /tmp/.tmpvU0PN2/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 ... |
9747 | 2024-12-20T20:25:38.232Z | [ host-image] Dec 20 20:25:37.948 INFO O| Dec 20 20:25:37.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9748 | 2024-12-20T20:25:38.237Z | [ host-image] Dec 20 20:25:37.948 INFO O| Dec 20 20:25:37.948 INFO ok! |
9749 | 2024-12-20T20:25:38.237Z | [ host-image] Dec 20 20:25:37.948 INFO O| Dec 20 20:25:37.948 INFO STEP 114 (ensure_file) COMPLETE |
9750 | 2024-12-20T20:25:38.237Z | [ host-image] Dec 20 20:25:37.948 INFO O| Dec 20 20:25:37.948 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9751 | 2024-12-20T20:25:38.247Z | [ host-image] Dec 20 20:25:37.963 INFO O| Dec 20 20:25:37.963 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9752 | 2024-12-20T20:25:38.247Z | [ host-image] Dec 20 20:25:37.964 INFO O| Dec 20 20:25:37.963 INFO copying /tmp/.tmpvU0PN2/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 ... |
9753 | 2024-12-20T20:25:38.250Z | [ host-image] Dec 20 20:25:37.964 INFO O| Dec 20 20:25:37.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9754 | 2024-12-20T20:25:38.250Z | [ host-image] Dec 20 20:25:37.964 INFO O| Dec 20 20:25:37.964 INFO ok! |
9755 | 2024-12-20T20:25:38.250Z | [ host-image] Dec 20 20:25:37.964 INFO O| Dec 20 20:25:37.964 INFO STEP 115 (ensure_file) COMPLETE |
9756 | 2024-12-20T20:25:38.250Z | [ host-image] Dec 20 20:25:37.964 INFO O| Dec 20 20:25:37.964 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9757 | 2024-12-20T20:25:38.266Z | [ host-image] Dec 20 20:25:37.982 INFO O| Dec 20 20:25:37.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9758 | 2024-12-20T20:25:38.266Z | [ host-image] Dec 20 20:25:37.982 INFO O| Dec 20 20:25:37.981 INFO copying /tmp/.tmpvU0PN2/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 ... |
9759 | 2024-12-20T20:25:38.269Z | [ host-image] Dec 20 20:25:37.982 INFO O| Dec 20 20:25:37.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9760 | 2024-12-20T20:25:38.269Z | [ host-image] Dec 20 20:25:37.982 INFO O| Dec 20 20:25:37.982 INFO ok! |
9761 | 2024-12-20T20:25:38.269Z | [ host-image] Dec 20 20:25:37.982 INFO O| Dec 20 20:25:37.982 INFO STEP 116 (ensure_file) COMPLETE |
9762 | 2024-12-20T20:25:38.269Z | [ host-image] Dec 20 20:25:37.982 INFO O| Dec 20 20:25:37.982 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9763 | 2024-12-20T20:25:38.283Z | [ host-image] Dec 20 20:25:37.999 INFO O| Dec 20 20:25:37.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9764 | 2024-12-20T20:25:38.289Z | [ host-image] Dec 20 20:25:37.999 INFO O| Dec 20 20:25:37.999 INFO copying /tmp/.tmpvU0PN2/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 ... |
9765 | 2024-12-20T20:25:38.289Z | [ host-image] Dec 20 20:25:37.999 INFO O| Dec 20 20:25:37.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9766 | 2024-12-20T20:25:38.289Z | [ host-image] Dec 20 20:25:37.999 INFO O| Dec 20 20:25:37.999 INFO ok! |
9767 | 2024-12-20T20:25:38.289Z | [ host-image] Dec 20 20:25:37.999 INFO O| Dec 20 20:25:37.999 INFO STEP 117 (ensure_file) COMPLETE |
9768 | 2024-12-20T20:25:38.289Z | [ host-image] Dec 20 20:25:37.999 INFO O| Dec 20 20:25:37.999 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9769 | 2024-12-20T20:25:38.299Z | [ host-image] Dec 20 20:25:38.015 INFO O| Dec 20 20:25:38.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9770 | 2024-12-20T20:25:38.299Z | [ host-image] Dec 20 20:25:38.015 INFO O| Dec 20 20:25:38.015 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9771 | 2024-12-20T20:25:38.304Z | [ host-image] Dec 20 20:25:38.015 INFO O| Dec 20 20:25:38.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9772 | 2024-12-20T20:25:38.304Z | [ host-image] Dec 20 20:25:38.015 INFO O| Dec 20 20:25:38.015 INFO ok! |
9773 | 2024-12-20T20:25:38.304Z | [ host-image] Dec 20 20:25:38.015 INFO O| Dec 20 20:25:38.015 INFO STEP 118 (ensure_file) COMPLETE |
9774 | 2024-12-20T20:25:38.304Z | [ host-image] Dec 20 20:25:38.015 INFO O| Dec 20 20:25:38.015 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2024-12-20T20:25:38.319Z | [ host-image] Dec 20 20:25:38.034 INFO O| Dec 20 20:25:38.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9776 | 2024-12-20T20:25:38.319Z | [ host-image] Dec 20 20:25:38.034 INFO O| Dec 20 20:25:38.034 INFO copying /tmp/.tmpvU0PN2/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 ... |
9777 | 2024-12-20T20:25:38.325Z | [ host-image] Dec 20 20:25:38.034 INFO O| Dec 20 20:25:38.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9778 | 2024-12-20T20:25:38.325Z | [ host-image] Dec 20 20:25:38.034 INFO O| Dec 20 20:25:38.034 INFO ok! |
9779 | 2024-12-20T20:25:38.325Z | [ host-image] Dec 20 20:25:38.034 INFO O| Dec 20 20:25:38.034 INFO STEP 119 (ensure_file) COMPLETE |
9780 | 2024-12-20T20:25:38.325Z | [ host-image] Dec 20 20:25:38.034 INFO O| Dec 20 20:25:38.034 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9781 | 2024-12-20T20:25:38.334Z | [ host-image] Dec 20 20:25:38.050 INFO O| Dec 20 20:25:38.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9782 | 2024-12-20T20:25:38.334Z | [ host-image] Dec 20 20:25:38.050 INFO O| Dec 20 20:25:38.050 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9783 | 2024-12-20T20:25:38.339Z | [ host-image] Dec 20 20:25:38.050 INFO O| Dec 20 20:25:38.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9784 | 2024-12-20T20:25:38.339Z | [ host-image] Dec 20 20:25:38.050 INFO O| Dec 20 20:25:38.050 INFO ok! |
9785 | 2024-12-20T20:25:38.339Z | [ host-image] Dec 20 20:25:38.050 INFO O| Dec 20 20:25:38.050 INFO STEP 120 (ensure_file) COMPLETE |
9786 | 2024-12-20T20:25:38.339Z | [ host-image] Dec 20 20:25:38.050 INFO O| Dec 20 20:25:38.050 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9787 | 2024-12-20T20:25:38.351Z | [ host-image] Dec 20 20:25:38.067 INFO O| Dec 20 20:25:38.067 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9788 | 2024-12-20T20:25:38.352Z | [ host-image] Dec 20 20:25:38.067 INFO O| Dec 20 20:25:38.067 INFO copying /tmp/.tmpvU0PN2/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9789 | 2024-12-20T20:25:46.646Z | [ host-image] Dec 20 20:25:46.361 INFO O| Dec 20 20:25:46.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9790 | 2024-12-20T20:25:46.646Z | [ host-image] Dec 20 20:25:46.361 INFO O| Dec 20 20:25:46.361 INFO ok! |
9791 | 2024-12-20T20:25:46.646Z | [ host-image] Dec 20 20:25:46.361 INFO O| Dec 20 20:25:46.361 INFO STEP 121 (ensure_file) COMPLETE |
9792 | 2024-12-20T20:25:46.649Z | [ host-image] Dec 20 20:25:46.361 INFO O| Dec 20 20:25:46.361 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9793 | 2024-12-20T20:25:46.664Z | [ host-image] Dec 20 20:25:46.380 INFO O| Dec 20 20:25:46.380 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9794 | 2024-12-20T20:25:46.664Z | [ host-image] Dec 20 20:25:46.380 INFO O| Dec 20 20:25:46.380 INFO STEP 122 (ensure_dir) COMPLETE |
9795 | 2024-12-20T20:25:46.668Z | [ host-image] Dec 20 20:25:46.380 INFO O| Dec 20 20:25:46.380 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9796 | 2024-12-20T20:25:46.695Z | [ host-image] Dec 20 20:25:46.404 INFO O| Dec 20 20:25:46.404 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9797 | 2024-12-20T20:25:46.695Z | [ host-image] Dec 20 20:25:46.404 INFO O| Dec 20 20:25:46.404 INFO STEP 123 (ensure_dir) COMPLETE |
9798 | 2024-12-20T20:25:46.695Z | [ host-image] Dec 20 20:25:46.404 INFO O| Dec 20 20:25:46.404 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9799 | 2024-12-20T20:25:46.743Z | [ host-image] Dec 20 20:25:46.458 INFO O| Dec 20 20:25:46.458 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9800 | 2024-12-20T20:25:46.743Z | [ host-image] Dec 20 20:25:46.459 INFO O| Dec 20 20:25:46.458 INFO STEP 124 (ensure_dir) COMPLETE |
9801 | 2024-12-20T20:25:46.743Z | [ host-image] Dec 20 20:25:46.459 INFO O| Dec 20 20:25:46.458 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9802 | 2024-12-20T20:25:46.805Z | [ host-image] Dec 20 20:25:46.521 INFO O| Dec 20 20:25:46.521 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9803 | 2024-12-20T20:25:46.805Z | [ host-image] Dec 20 20:25:46.521 INFO O| Dec 20 20:25:46.521 INFO STEP 125 (ensure_dir) COMPLETE |
9804 | 2024-12-20T20:25:46.805Z | [ host-image] Dec 20 20:25:46.521 INFO O| Dec 20 20:25:46.521 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9805 | 2024-12-20T20:25:46.861Z | [ host-image] Dec 20 20:25:46.577 INFO O| Dec 20 20:25:46.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9806 | 2024-12-20T20:25:46.861Z | [ host-image] Dec 20 20:25:46.577 INFO O| Dec 20 20:25:46.577 INFO copying /tmp/.tmpvU0PN2/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 ... |
9807 | 2024-12-20T20:25:46.861Z | [ host-image] Dec 20 20:25:46.577 INFO O| Dec 20 20:25:46.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9808 | 2024-12-20T20:25:46.864Z | [ host-image] Dec 20 20:25:46.577 INFO O| Dec 20 20:25:46.577 INFO ok! |
9809 | 2024-12-20T20:25:46.865Z | [ host-image] Dec 20 20:25:46.577 INFO O| Dec 20 20:25:46.577 INFO STEP 126 (ensure_file) COMPLETE |
9810 | 2024-12-20T20:25:46.865Z | [ host-image] Dec 20 20:25:46.577 INFO O| Dec 20 20:25:46.577 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9811 | 2024-12-20T20:25:46.880Z | [ host-image] Dec 20 20:25:46.596 INFO O| Dec 20 20:25:46.596 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9812 | 2024-12-20T20:25:46.880Z | [ host-image] Dec 20 20:25:46.596 INFO O| Dec 20 20:25:46.596 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9813 | 2024-12-20T20:25:46.880Z | [ host-image] Dec 20 20:25:46.596 INFO O| Dec 20 20:25:46.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9814 | 2024-12-20T20:25:46.880Z | [ host-image] Dec 20 20:25:46.596 INFO O| Dec 20 20:25:46.596 INFO STEP 127 (ensure_dir) COMPLETE |
9815 | 2024-12-20T20:25:46.881Z | [ host-image] Dec 20 20:25:46.596 INFO O| Dec 20 20:25:46.596 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9816 | 2024-12-20T20:25:46.898Z | [ host-image] Dec 20 20:25:46.614 INFO O| Dec 20 20:25:46.614 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9817 | 2024-12-20T20:25:46.898Z | [ host-image] Dec 20 20:25:46.614 INFO O| Dec 20 20:25:46.614 INFO copying /tmp/.tmpvU0PN2/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9818 | 2024-12-20T20:25:46.903Z | [ host-image] Dec 20 20:25:46.615 INFO O| Dec 20 20:25:46.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9819 | 2024-12-20T20:25:46.903Z | [ host-image] Dec 20 20:25:46.615 INFO O| Dec 20 20:25:46.615 INFO ok! |
9820 | 2024-12-20T20:25:46.903Z | [ host-image] Dec 20 20:25:46.615 INFO O| Dec 20 20:25:46.615 INFO STEP 128 (ensure_file) COMPLETE |
9821 | 2024-12-20T20:25:46.903Z | [ host-image] Dec 20 20:25:46.615 INFO O| Dec 20 20:25:46.615 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9822 | 2024-12-20T20:25:46.915Z | [ host-image] Dec 20 20:25:46.631 INFO O| Dec 20 20:25:46.631 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9823 | 2024-12-20T20:25:46.919Z | [ host-image] Dec 20 20:25:46.631 INFO O| Dec 20 20:25:46.631 INFO STEP 129 (remove_files) COMPLETE |
9824 | 2024-12-20T20:25:46.919Z | [ host-image] Dec 20 20:25:46.631 INFO O| Dec 20 20:25:46.631 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9825 | 2024-12-20T20:25:46.933Z | [ host-image] Dec 20 20:25:46.648 INFO O| Dec 20 20:25:46.648 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9826 | 2024-12-20T20:25:46.934Z | [ host-image] Dec 20 20:25:46.648 INFO O| Dec 20 20:25:46.648 INFO STEP 130 (remove_files) COMPLETE |
9827 | 2024-12-20T20:25:46.937Z | [ host-image] Dec 20 20:25:46.648 INFO O| Dec 20 20:25:46.648 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9828 | 2024-12-20T20:25:46.952Z | [ host-image] Dec 20 20:25:46.666 INFO O| Dec 20 20:25:46.666 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9829 | 2024-12-20T20:25:46.966Z | [ host-image] Dec 20 20:25:46.666 INFO O| Dec 20 20:25:46.666 INFO STEP 131 (remove_files) COMPLETE |
9830 | 2024-12-20T20:25:46.966Z | [ host-image] Dec 20 20:25:46.666 INFO O| Dec 20 20:25:46.666 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9831 | 2024-12-20T20:25:46.975Z | [ host-image] Dec 20 20:25:46.691 INFO O| Dec 20 20:25:46.691 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9832 | 2024-12-20T20:25:46.983Z | [ host-image] Dec 20 20:25:46.692 INFO O| Dec 20 20:25:46.692 INFO STEP 132 (remove_files) COMPLETE |
9833 | 2024-12-20T20:25:46.983Z | [ host-image] Dec 20 20:25:46.692 INFO O| Dec 20 20:25:46.692 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9834 | 2024-12-20T20:25:47.010Z | [ host-image] Dec 20 20:25:46.727 INFO O| Dec 20 20:25:46.726 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9835 | 2024-12-20T20:25:47.014Z | [ host-image] Dec 20 20:25:46.727 INFO O| Dec 20 20:25:46.727 INFO STEP 133 (remove_files) COMPLETE |
9836 | 2024-12-20T20:25:47.014Z | [ host-image] Dec 20 20:25:46.727 INFO O| Dec 20 20:25:46.727 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9837 | 2024-12-20T20:25:47.036Z | [ host-image] Dec 20 20:25:46.752 INFO O| Dec 20 20:25:46.752 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9838 | 2024-12-20T20:25:47.036Z | [ host-image] Dec 20 20:25:46.752 INFO O| Dec 20 20:25:46.752 INFO STEP 134 (remove_files) COMPLETE |
9839 | 2024-12-20T20:25:47.036Z | [ host-image] Dec 20 20:25:46.752 INFO O| Dec 20 20:25:46.752 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9840 | 2024-12-20T20:25:47.087Z | [ host-image] Dec 20 20:25:46.802 INFO O| Dec 20 20:25:46.802 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9841 | 2024-12-20T20:25:47.087Z | [ host-image] Dec 20 20:25:46.802 INFO O| Dec 20 20:25:46.802 INFO STEP 135 (remove_files) COMPLETE |
9842 | 2024-12-20T20:25:47.091Z | [ host-image] Dec 20 20:25:46.802 INFO O| Dec 20 20:25:46.802 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9843 | 2024-12-20T20:25:47.146Z | [ host-image] Dec 20 20:25:46.862 INFO O| Dec 20 20:25:46.862 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9844 | 2024-12-20T20:25:47.146Z | [ host-image] Dec 20 20:25:46.862 INFO O| Dec 20 20:25:46.862 INFO STEP 136 (remove_files) COMPLETE |
9845 | 2024-12-20T20:25:47.150Z | [ host-image] Dec 20 20:25:46.862 INFO O| Dec 20 20:25:46.862 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9846 | 2024-12-20T20:25:47.243Z | [ host-image] Dec 20 20:25:46.959 INFO O| Dec 20 20:25:46.959 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9847 | 2024-12-20T20:25:47.243Z | [ host-image] Dec 20 20:25:46.959 INFO O| Dec 20 20:25:46.959 INFO STEP 137 (remove_files) COMPLETE |
9848 | 2024-12-20T20:25:47.243Z | [ host-image] Dec 20 20:25:46.959 INFO O| Dec 20 20:25:46.959 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9849 | 2024-12-20T20:25:47.295Z | [ host-image] Dec 20 20:25:47.011 INFO O| Dec 20 20:25:47.011 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9850 | 2024-12-20T20:25:47.295Z | [ host-image] Dec 20 20:25:47.011 INFO O| Dec 20 20:25:47.011 INFO STEP 138 (remove_files) COMPLETE |
9851 | 2024-12-20T20:25:47.295Z | [ host-image] Dec 20 20:25:47.011 INFO O| Dec 20 20:25:47.011 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9852 | 2024-12-20T20:25:47.315Z | [ host-image] Dec 20 20:25:47.031 INFO O| Dec 20 20:25:47.031 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9853 | 2024-12-20T20:25:47.315Z | [ host-image] Dec 20 20:25:47.031 INFO O| Dec 20 20:25:47.031 INFO STEP 139 (remove_files) COMPLETE |
9854 | 2024-12-20T20:25:47.315Z | [ host-image] Dec 20 20:25:47.031 INFO O| Dec 20 20:25:47.031 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9855 | 2024-12-20T20:25:47.334Z | [ host-image] Dec 20 20:25:47.050 INFO O| Dec 20 20:25:47.050 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9856 | 2024-12-20T20:25:47.334Z | [ host-image] Dec 20 20:25:47.050 INFO O| Dec 20 20:25:47.050 INFO STEP 140 (remove_files) COMPLETE |
9857 | 2024-12-20T20:25:47.335Z | [ host-image] Dec 20 20:25:47.050 INFO O| Dec 20 20:25:47.050 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9858 | 2024-12-20T20:25:47.353Z | [ host-image] Dec 20 20:25:47.068 INFO O| Dec 20 20:25:47.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9859 | 2024-12-20T20:25:47.353Z | [ host-image] Dec 20 20:25:47.068 INFO O| Dec 20 20:25:47.068 INFO STEP 141 (remove_files) COMPLETE |
9860 | 2024-12-20T20:25:47.353Z | [ host-image] Dec 20 20:25:47.068 INFO O| Dec 20 20:25:47.068 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9861 | 2024-12-20T20:25:47.370Z | [ host-image] Dec 20 20:25:47.087 INFO O| Dec 20 20:25:47.087 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9862 | 2024-12-20T20:25:47.370Z | [ host-image] Dec 20 20:25:47.087 INFO O| Dec 20 20:25:47.087 INFO STEP 142 (remove_files) COMPLETE |
9863 | 2024-12-20T20:25:47.371Z | [ host-image] Dec 20 20:25:47.087 INFO O| Dec 20 20:25:47.087 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9864 | 2024-12-20T20:25:47.399Z | [ host-image] Dec 20 20:25:47.114 INFO O| Dec 20 20:25:47.114 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9865 | 2024-12-20T20:25:47.399Z | [ host-image] Dec 20 20:25:47.114 INFO O| Dec 20 20:25:47.114 INFO STEP 143 (remove_files) COMPLETE |
9866 | 2024-12-20T20:25:47.403Z | [ host-image] Dec 20 20:25:47.114 INFO O| Dec 20 20:25:47.114 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9867 | 2024-12-20T20:25:47.436Z | [ host-image] Dec 20 20:25:47.152 INFO O| Dec 20 20:25:47.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9868 | 2024-12-20T20:25:47.436Z | [ host-image] Dec 20 20:25:47.152 INFO O| Dec 20 20:25:47.152 INFO STEP 144 (remove_files) COMPLETE |
9869 | 2024-12-20T20:25:47.437Z | [ host-image] Dec 20 20:25:47.153 INFO O| Dec 20 20:25:47.152 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9870 | 2024-12-20T20:25:47.455Z | [ host-image] Dec 20 20:25:47.171 INFO O| Dec 20 20:25:47.171 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9871 | 2024-12-20T20:25:47.455Z | [ host-image] Dec 20 20:25:47.171 INFO O| Dec 20 20:25:47.171 INFO STEP 145 (remove_files) COMPLETE |
9872 | 2024-12-20T20:25:47.458Z | [ host-image] Dec 20 20:25:47.172 INFO O| Dec 20 20:25:47.171 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9873 | 2024-12-20T20:25:47.474Z | [ host-image] Dec 20 20:25:47.190 INFO O| Dec 20 20:25:47.190 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9874 | 2024-12-20T20:25:47.474Z | [ host-image] Dec 20 20:25:47.190 INFO O| Dec 20 20:25:47.190 INFO STEP 146 (remove_files) COMPLETE |
9875 | 2024-12-20T20:25:47.474Z | [ host-image] Dec 20 20:25:47.190 INFO O| Dec 20 20:25:47.190 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9876 | 2024-12-20T20:25:47.491Z | [ host-image] Dec 20 20:25:47.207 INFO O| Dec 20 20:25:47.207 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9877 | 2024-12-20T20:25:47.491Z | [ host-image] Dec 20 20:25:47.208 INFO O| Dec 20 20:25:47.208 INFO STEP 147 (remove_files) COMPLETE |
9878 | 2024-12-20T20:25:47.491Z | [ host-image] Dec 20 20:25:47.208 INFO O| Dec 20 20:25:47.208 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9879 | 2024-12-20T20:25:47.523Z | [ host-image] Dec 20 20:25:47.238 INFO O| Dec 20 20:25:47.238 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9880 | 2024-12-20T20:25:47.523Z | [ host-image] Dec 20 20:25:47.238 INFO O| Dec 20 20:25:47.238 INFO STEP 148 (remove_files) COMPLETE |
9881 | 2024-12-20T20:25:47.523Z | [ host-image] Dec 20 20:25:47.238 INFO O| Dec 20 20:25:47.238 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9882 | 2024-12-20T20:25:47.540Z | [ host-image] Dec 20 20:25:47.256 INFO O| Dec 20 20:25:47.256 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9883 | 2024-12-20T20:25:47.540Z | [ host-image] Dec 20 20:25:47.256 INFO O| Dec 20 20:25:47.256 INFO STEP 149 (remove_files) COMPLETE |
9884 | 2024-12-20T20:25:47.540Z | [ host-image] Dec 20 20:25:47.256 INFO O| Dec 20 20:25:47.256 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9885 | 2024-12-20T20:25:47.573Z | [ host-image] Dec 20 20:25:47.289 INFO O| Dec 20 20:25:47.289 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9886 | 2024-12-20T20:25:47.578Z | [ host-image] Dec 20 20:25:47.289 INFO O| Dec 20 20:25:47.289 INFO STEP 150 (remove_files) COMPLETE |
9887 | 2024-12-20T20:25:47.578Z | [ host-image] Dec 20 20:25:47.289 INFO O| Dec 20 20:25:47.289 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9888 | 2024-12-20T20:25:47.589Z | [ host-image] Dec 20 20:25:47.305 INFO O| Dec 20 20:25:47.305 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9889 | 2024-12-20T20:25:47.591Z | [ host-image] Dec 20 20:25:47.305 INFO O| Dec 20 20:25:47.305 INFO STEP 151 (remove_files) COMPLETE |
9890 | 2024-12-20T20:25:47.591Z | [ host-image] Dec 20 20:25:47.305 INFO O| Dec 20 20:25:47.305 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9891 | 2024-12-20T20:25:47.606Z | [ host-image] Dec 20 20:25:47.321 INFO O| Dec 20 20:25:47.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9892 | 2024-12-20T20:25:47.607Z | [ host-image] Dec 20 20:25:47.321 INFO O| Dec 20 20:25:47.321 INFO STEP 152 (remove_files) COMPLETE |
9893 | 2024-12-20T20:25:47.607Z | [ host-image] Dec 20 20:25:47.322 INFO O| Dec 20 20:25:47.321 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9894 | 2024-12-20T20:25:47.625Z | [ host-image] Dec 20 20:25:47.341 INFO O| Dec 20 20:25:47.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9895 | 2024-12-20T20:25:47.625Z | [ host-image] Dec 20 20:25:47.341 INFO O| Dec 20 20:25:47.341 INFO STEP 153 (remove_files) COMPLETE |
9896 | 2024-12-20T20:25:47.631Z | [ host-image] Dec 20 20:25:47.341 INFO O| Dec 20 20:25:47.341 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9897 | 2024-12-20T20:25:47.665Z | [ host-image] Dec 20 20:25:47.382 INFO O| Dec 20 20:25:47.381 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9898 | 2024-12-20T20:25:47.666Z | [ host-image] Dec 20 20:25:47.382 INFO O| Dec 20 20:25:47.382 INFO STEP 154 (remove_files) COMPLETE |
9899 | 2024-12-20T20:25:47.666Z | [ host-image] Dec 20 20:25:47.382 INFO O| Dec 20 20:25:47.382 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9900 | 2024-12-20T20:25:47.688Z | [ host-image] Dec 20 20:25:47.404 INFO O| Dec 20 20:25:47.404 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9901 | 2024-12-20T20:25:47.691Z | [ host-image] Dec 20 20:25:47.404 INFO O| Dec 20 20:25:47.404 INFO STEP 155 (remove_files) COMPLETE |
9902 | 2024-12-20T20:25:47.691Z | [ host-image] Dec 20 20:25:47.404 INFO O| Dec 20 20:25:47.404 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9903 | 2024-12-20T20:25:47.718Z | [ host-image] Dec 20 20:25:47.433 INFO O| Dec 20 20:25:47.433 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9904 | 2024-12-20T20:25:47.718Z | [ host-image] Dec 20 20:25:47.433 INFO O| Dec 20 20:25:47.433 INFO STEP 156 (remove_files) COMPLETE |
9905 | 2024-12-20T20:25:47.718Z | [ host-image] Dec 20 20:25:47.433 INFO O| Dec 20 20:25:47.433 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9906 | 2024-12-20T20:25:47.762Z | [ host-image] Dec 20 20:25:47.478 INFO O| Dec 20 20:25:47.478 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9907 | 2024-12-20T20:25:47.767Z | [ host-image] Dec 20 20:25:47.478 INFO O| Dec 20 20:25:47.478 INFO STEP 157 (remove_files) COMPLETE |
9908 | 2024-12-20T20:25:47.767Z | [ host-image] Dec 20 20:25:47.478 INFO O| Dec 20 20:25:47.478 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9909 | 2024-12-20T20:25:47.793Z | [ host-image] Dec 20 20:25:47.508 INFO O| Dec 20 20:25:47.508 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9910 | 2024-12-20T20:25:47.800Z | [ host-image] Dec 20 20:25:47.509 INFO O| Dec 20 20:25:47.508 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9911 | 2024-12-20T20:25:59.568Z | [ host-image] Dec 20 20:25:59.265 INFO O| Dec 20 20:25:59.265 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 |
9912 | 2024-12-20T20:25:59.568Z | [ host-image] Dec 20 20:25:59.266 INFO O| Dec 20 20:25:59.265 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9913 | 2024-12-20T20:25:59.575Z | [ host-image] Dec 20 20:25:59.291 INFO O| Dec 20 20:25:59.291 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9914 | 2024-12-20T20:25:59.720Z | [ host-image] Dec 20 20:25:59.435 INFO O| Dec 20 20:25:59.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9915 | 2024-12-20T20:25:59.720Z | [ host-image] Dec 20 20:25:59.435 INFO O| Dec 20 20:25:59.435 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9916 | 2024-12-20T20:25:59.729Z | [ host-image] Dec 20 20:25:59.438 INFO O| Dec 20 20:25:59.437 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9917 | 2024-12-20T20:25:59.729Z | [ host-image] Dec 20 20:25:59.438 INFO O| Dec 20 20:25:59.438 INFO ok! |
9918 | 2024-12-20T20:25:59.729Z | [ host-image] Dec 20 20:25:59.438 INFO O| Dec 20 20:25:59.438 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9919 | 2024-12-20T20:25:59.729Z | [ host-image] Dec 20 20:25:59.438 INFO O| Dec 20 20:25:59.438 INFO STEP 158 (seed_smf) COMPLETE |
9920 | 2024-12-20T20:25:59.729Z | [ host-image] Dec 20 20:25:59.438 INFO O| Dec 20 20:25:59.438 INFO steps complete; finalising image! |
9921 | 2024-12-20T20:25:59.729Z | [ host-image] Dec 20 20:25:59.438 INFO O| Dec 20 20:25:59.438 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9922 | 2024-12-20T20:25:59.921Z | [ host-image] Dec 20 20:25:59.638 INFO O| Dec 20 20:25:59.638 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Dec 20 20:25:59 2024) |
9923 | 2024-12-20T20:26:00.138Z | [ host-image] Dec 20 20:25:59.848 INFO O| Dec 20 20:25:59.848 INFO trim TEMPORARY-gimlet-zfs: (94% trimmed, started at Fri Dec 20 20:25:59 2024) |
9924 | 2024-12-20T20:26:00.346Z | [ host-image] Dec 20 20:26:00.063 INFO O| Dec 20 20:26:00.063 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Dec 20 20:25:59 2024) |
9925 | 2024-12-20T20:26:00.602Z | [ host-image] Dec 20 20:26:00.318 INFO O| Dec 20 20:26:00.318 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio |
9926 | 2024-12-20T20:26:00.603Z | [ host-image] Dec 20 20:26:00.318 INFO O| Dec 20 20:26:00.318 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9927 | 2024-12-20T20:26:01.410Z | [ host-image] Dec 20 20:26:01.126 INFO O| Dec 20 20:26:01.126 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9928 | 2024-12-20T20:26:01.410Z | [ host-image] Dec 20 20:26:01.126 INFO O| Dec 20 20:26:01.126 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9929 | 2024-12-20T20:26:03.388Z | [ host-image] Dec 20 20:26:03.100 INFO O| Dec 20 20:26:03.100 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9930 | 2024-12-20T20:26:03.388Z | [ host-image] Dec 20 20:26:03.100 INFO O| Dec 20 20:26:03.100 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9931 | 2024-12-20T20:26:03.396Z | [ host-image] Dec 20 20:26:03.100 INFO O| Dec 20 20:26:03.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9932 | 2024-12-20T20:26:03.396Z | [ host-image] Dec 20 20:26:03.100 INFO O| Dec 20 20:26:03.100 INFO completed processing gimlet/zfs |
9933 | 2024-12-20T20:26:03.396Z | [ host-image] Dec 20 20:26:03.100 INFO O| Dec 20 20:26:03.100 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9934 | 2024-12-20T20:26:15.392Z | [ host-image] Dec 20 20:26:11.763 INFO O| Dec 20 20:26:11.762 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9935 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.865 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9936 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.865 INFO expanded image name: "ci 5e4153b/${os_short_commit} 2024-12-20 19:50" -> "ci 5e4153b/37a4469 2024-12-20 19:50" |
9937 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.865 INFO output artefacts stored in: "/work/os-host" |
9938 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.865 INFO collecting git info from project "amd-firmware"... |
9939 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.885 INFO collecting git info from project "chelsio-t6-roms"... |
9940 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.893 INFO collecting git info from project "pinprick"... |
9941 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.901 INFO collecting git info from project "pilot"... |
9942 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.909 INFO collecting git info from project "phbl"... |
9943 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.917 INFO collecting git info from project "amd-host-image-builder"... |
9944 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.942 INFO collecting git info from project "image-builder"... |
9945 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.953 INFO collecting git info from project "bootserver"... |
9946 | 2024-12-20T20:26:15.621Z | [ host-image] Dec 20 20:26:11.967 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9947 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:12.834 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9948 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:13.454 INFO creating Oxide boot image... |
9949 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:13.454 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 5e4153b/37a4469 2024-12-20 19:50", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9950 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.675 INFO O| ok, image written! |
9951 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.675 INFO O| ok, boot_image_csum file written! |
9952 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.679 INFO creating boot archive (CPIO)... |
9953 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.679 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 |
9954 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.693 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9955 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.693 INFO E| + outfile=/work/os-host/cpio |
9956 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.693 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9957 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.697 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9958 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.697 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9959 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.745 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9960 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.745 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9961 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.757 INFO creating compressed cpio/unix for nanobl-rs... |
9962 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:14.757 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 |
9963 | 2024-12-20T20:26:15.778Z | [ host-image] Dec 20 20:26:15.185 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9964 | 2024-12-20T20:26:21.453Z | [ host-image] Dec 20 20:26:21.170 INFO creating reset image... |
9965 | 2024-12-20T20:26:21.462Z | [ host-image] Dec 20 20:26:21.170 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9966 | 2024-12-20T20:26:21.610Z | [ host-image] Dec 20 20:26:21.327 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
9967 | 2024-12-20T20:26:21.661Z | [ host-image] Dec 20 20:26:21.377 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9968 | 2024-12-20T20:26:21.792Z | [ host-image] Dec 20 20:26:21.509 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9969 | 2024-12-20T20:26:27.941Z | [ host-image] Dec 20 20:26:25.472 INFO E| Finished `release` profile [optimized] target(s) in 4.05s |
9970 | 2024-12-20T20:26:28.073Z | [ host-image] Dec 20 20:26:25.489 INFO building host image... |
9971 | 2024-12-20T20:26:28.073Z | [ host-image] Dec 20 20:26:25.489 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") |
9972 | 2024-12-20T20:26:28.073Z | [ host-image] Dec 20 20:26:26.338 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9973 | 2024-12-20T20:27:27.648Z | [ host-image] Dec 20 20:27:27.366 INFO image complete! materials are in "/work/os-host" |
9974 | 2024-12-20T20:27:27.651Z | [ host-image] |
9975 | 2024-12-20T20:27:27.651Z | [ host-image] real 14:45.417388062 |
9976 | 2024-12-20T20:27:27.652Z | [ host-image] user 6:27.782070393 |
9977 | 2024-12-20T20:27:27.652Z | [ host-image] sys 1:07.029765524 |
9978 | 2024-12-20T20:27:27.652Z | [ host-image] trap 0.262313136 |
9979 | 2024-12-20T20:27:27.656Z | [ host-image] tflt 0.042242065 |
9980 | 2024-12-20T20:27:27.656Z | [ host-image] dflt 0.239082204 |
9981 | 2024-12-20T20:27:27.656Z | [ host-image] kflt 0.003384475 |
9982 | 2024-12-20T20:27:27.656Z | [ host-image] lock 9:58.645319093 |
9983 | 2024-12-20T20:27:27.656Z | [ host-image] slp 1:23:03.311095761 |
9984 | 2024-12-20T20:27:27.656Z | [ host-image] lat 2:34.927845839 |
9985 | 2024-12-20T20:27:27.656Z | [ host-image] stop 0.894934803 |
9986 | 2024-12-20T20:27:27.656Z | Dec 20 20:27:27.371 INFO [host-image] process exited with exit status: 0 (885.435205368s) |
9987 | 2024-12-20T20:27:27.656Z | Dec 20 20:27:27.371 INFO [tuf-repo] running task |
9988 | 2024-12-20T20:27:41.233Z | Dec 20 20:27:40.952 INFO assembling repository in `/tmp/tufaceous724Uwc`, component: OmicronRepoAssembler |
9989 | 2024-12-20T20:27:49.832Z | Dec 20 20:27:49.551 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9990 | 2024-12-20T20:27:50.191Z | Dec 20 20:27:49.910 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9991 | 2024-12-20T20:28:10.451Z | Dec 20 20:28:10.171 INFO [tuf-repo] task succeeded (42.800242719s) |
9992 | 2024-12-20T20:28:24.654Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 25s |
9993 | 2024-12-20T20:28:25.089Z | Dec 20 20:28:24.810 INFO [verify-libraries] process exited with exit status: 0 (929.97681468s) |
9994 | 2024-12-20T20:28:25.089Z | Dec 20 20:28:24.810 INFO all jobs completed in 2251.148284139s |
9995 | 2024-12-20T20:28:25.674Z | process exited: duration 2954257 ms, exit code 0 |
|
9996 | 2024-12-20T20:28:25.689Z | found 33 output files |
9997 | 2024-12-20T20:28:25.689Z | uploading: /work/manifest.toml (8404 bytes) |
9998 | 2024-12-20T20:28:26.705Z | uploaded: /work/manifest.toml |
9999 | 2024-12-20T20:28:26.705Z | uploading: /work/repo.zip (1956892093 bytes) |
10000 | 2024-12-20T20:29:22.346Z | uploaded: /work/repo.zip |
10001 | 2024-12-20T20:29:22.346Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10002 | 2024-12-20T20:29:23.415Z | uploaded: /work/repo.zip.sha256.txt |
10003 | 2024-12-20T20:29:23.415Z | uploading: /work/helios-setup.log (66237 bytes) |
10004 | 2024-12-20T20:29:24.438Z | uploaded: /work/helios-setup.log |
10005 | 2024-12-20T20:29:24.438Z | uploading: /work/host-image.log (199425 bytes) |
10006 | 2024-12-20T20:29:25.481Z | uploaded: /work/host-image.log |
10007 | 2024-12-20T20:29:25.481Z | uploading: /work/host-package.log (22440 bytes) |
10008 | 2024-12-20T20:29:26.506Z | uploaded: /work/host-package.log |
10009 | 2024-12-20T20:29:26.506Z | uploading: /work/host-target.log (101 bytes) |
10010 | 2024-12-20T20:29:27.584Z | uploaded: /work/host-target.log |
10011 | 2024-12-20T20:29:27.584Z | uploading: /work/omicron-package.log (5666 bytes) |
10012 | 2024-12-20T20:29:28.603Z | uploaded: /work/omicron-package.log |
10013 | 2024-12-20T20:29:28.603Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10014 | 2024-12-20T20:29:29.620Z | uploaded: /work/phbl-toolchain.log |
10015 | 2024-12-20T20:29:29.620Z | uploading: /work/recovery-image.log (593606 bytes) |
10016 | 2024-12-20T20:29:30.670Z | uploaded: /work/recovery-image.log |
10017 | 2024-12-20T20:29:30.670Z | uploading: /work/recovery-package.log (321 bytes) |
10018 | 2024-12-20T20:29:31.689Z | uploaded: /work/recovery-package.log |
10019 | 2024-12-20T20:29:31.689Z | uploading: /work/recovery-target.log (98 bytes) |
10020 | 2024-12-20T20:29:32.704Z | uploaded: /work/recovery-target.log |
10021 | 2024-12-20T20:29:32.704Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10022 | 2024-12-20T20:29:33.719Z | uploaded: /work/stamp-clickhouse.log |
10023 | 2024-12-20T20:29:33.720Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10024 | 2024-12-20T20:29:34.730Z | uploaded: /work/stamp-clickhouse_keeper.log |
10025 | 2024-12-20T20:29:34.730Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10026 | 2024-12-20T20:29:35.747Z | uploaded: /work/stamp-cockroachdb.log |
10027 | 2024-12-20T20:29:35.747Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10028 | 2024-12-20T20:29:36.780Z | uploaded: /work/stamp-crucible-dtrace.log |
10029 | 2024-12-20T20:29:36.780Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10030 | 2024-12-20T20:29:37.799Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10031 | 2024-12-20T20:29:37.799Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10032 | 2024-12-20T20:29:38.815Z | uploaded: /work/stamp-crucible-zone.log |
10033 | 2024-12-20T20:29:38.815Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10034 | 2024-12-20T20:29:39.825Z | uploaded: /work/stamp-external-dns.log |
10035 | 2024-12-20T20:29:39.825Z | uploading: /work/stamp-installinator.log (103 bytes) |
10036 | 2024-12-20T20:29:40.835Z | uploaded: /work/stamp-installinator.log |
10037 | 2024-12-20T20:29:40.836Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10038 | 2024-12-20T20:29:41.854Z | uploaded: /work/stamp-internal-dns.log |
10039 | 2024-12-20T20:29:41.854Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10040 | 2024-12-20T20:29:43.325Z | uploaded: /work/stamp-mg-ddm-gz.log |
10041 | 2024-12-20T20:29:43.325Z | uploading: /work/stamp-nexus.log (112 bytes) |
10042 | 2024-12-20T20:29:44.348Z | uploaded: /work/stamp-nexus.log |
10043 | 2024-12-20T20:29:44.348Z | uploading: /work/stamp-ntp.log (110 bytes) |
10044 | 2024-12-20T20:29:45.360Z | uploaded: /work/stamp-ntp.log |
10045 | 2024-12-20T20:29:45.360Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10046 | 2024-12-20T20:29:46.378Z | uploaded: /work/stamp-omicron-sled-agent.log |
10047 | 2024-12-20T20:29:46.378Z | uploading: /work/stamp-overlay.log (114 bytes) |
10048 | 2024-12-20T20:29:47.789Z | uploaded: /work/stamp-overlay.log |
10049 | 2024-12-20T20:29:47.790Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10050 | 2024-12-20T20:29:48.804Z | uploaded: /work/stamp-oximeter.log |
10051 | 2024-12-20T20:29:48.804Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10052 | 2024-12-20T20:29:49.822Z | uploaded: /work/stamp-oxlog.log |
10053 | 2024-12-20T20:29:49.822Z | uploading: /work/stamp-probe.log (112 bytes) |
10054 | 2024-12-20T20:29:50.833Z | uploaded: /work/stamp-probe.log |
10055 | 2024-12-20T20:29:50.833Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10056 | 2024-12-20T20:29:51.847Z | uploaded: /work/stamp-propolis-server.log |
10057 | 2024-12-20T20:29:51.847Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10058 | 2024-12-20T20:29:54.968Z | uploaded: /work/stamp-pumpkind-gz.log |
10059 | 2024-12-20T20:29:54.968Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10060 | 2024-12-20T20:29:55.987Z | uploaded: /work/stamp-switch-asic.log |
10061 | 2024-12-20T20:29:55.987Z | uploading: /work/verify-libraries.log (5735 bytes) |
10062 | 2024-12-20T20:29:57.554Z | uploaded: /work/verify-libraries.log |