|
|
|
1 | 2024-12-06T19:55:22.669Z | job assigned to worker 01JEERK1SQPJ8V1AQYKPYC9DW2 [factory aws, i-044a9edb85eafc8c7] (queued for 1 m 13 s) |
|
2 | 2024-12-06T19:55:30.492Z | starting task 0: "setup" |
3 | 2024-12-06T19:55:30.501Z | ++ uname -s |
4 | 2024-12-06T19:55:30.503Z | + kern=SunOS |
5 | 2024-12-06T19:55:30.503Z | + case "$kern" in |
6 | 2024-12-06T19:55:30.503Z | + groupadd -g 12345 build |
7 | 2024-12-06T19:55:30.506Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T19:55:32.512Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T19:55:32.631Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T19:55:32.634Z | + home_fs=zfs |
11 | 2024-12-06T19:55:32.634Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T19:55:32.634Z | + mkdir -p /home/build |
13 | 2024-12-06T19:55:32.636Z | + chown build:build /home/build /work |
14 | 2024-12-06T19:55:33.637Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T19:55:33.640Z | process exited: duration 3147 ms, exit code 0 |
|
16 | 2024-12-06T19:55:33.645Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T19:55:33.650Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T19:55:33.650Z | ' 1.81.0 |
19 | 2024-12-06T19:55:33.650Z | * toolchain channel = "1.81.0" |
20 | 2024-12-06T19:55:33.650Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-06T19:55:33.650Z | ' default |
22 | 2024-12-06T19:55:33.650Z | * toolchain profile = "default" |
23 | 2024-12-06T19:55:33.653Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T19:55:33.653Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T19:55:33.766Z | info: downloading installer |
26 | 2024-12-06T19:55:35.226Z | info: profile set to 'default' |
27 | 2024-12-06T19:55:35.226Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T19:55:35.228Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T19:55:35.378Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T19:55:35.378Z | info: downloading component 'cargo' |
31 | 2024-12-06T19:55:36.225Z | info: downloading component 'clippy' |
32 | 2024-12-06T19:55:36.541Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T19:55:37.724Z | info: downloading component 'rust-std' |
34 | 2024-12-06T19:55:39.560Z | info: downloading component 'rustc' |
35 | 2024-12-06T19:55:46.133Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T19:55:46.379Z | info: installing component 'cargo' |
37 | 2024-12-06T19:55:47.156Z | info: installing component 'clippy' |
38 | 2024-12-06T19:55:47.511Z | info: installing component 'rust-docs' |
39 | 2024-12-06T19:55:49.037Z | info: installing component 'rust-std' |
40 | 2024-12-06T19:55:50.756Z | info: installing component 'rustc' |
41 | 2024-12-06T19:55:56.254Z | info: installing component 'rustfmt' |
42 | 2024-12-06T19:55:56.593Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T19:55:56.593Z | |
44 | 2024-12-06T19:55:56.963Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T19:55:56.963Z | |
46 | 2024-12-06T19:55:56.965Z | |
47 | 2024-12-06T19:55:56.965Z | Rust is installed now. Great! |
48 | 2024-12-06T19:55:56.965Z | |
49 | 2024-12-06T19:55:56.965Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T19:55:56.965Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T19:55:56.965Z | |
52 | 2024-12-06T19:55:56.965Z | To configure your current shell, you need to source |
53 | 2024-12-06T19:55:56.965Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T19:55:56.965Z | |
55 | 2024-12-06T19:55:56.965Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T19:55:56.965Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T19:55:56.965Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T19:55:57.033Z | + rustc --version |
59 | 2024-12-06T19:55:57.093Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T19:55:57.096Z | process exited: duration 23450 ms, exit code 0 |
|
61 | 2024-12-06T19:55:57.101Z | starting task 2: "authentication" |
62 | 2024-12-06T19:55:57.121Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-06T19:55:57.125Z | starting task 3: "clone repository" |
64 | 2024-12-06T19:55:57.130Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T19:55:57.133Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T19:55:58.824Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T19:56:05.301Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T19:56:05.303Z | + git fetch origin dd376b02d913e55e4cbc41ffd833280201241145 |
69 | 2024-12-06T19:56:05.580Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T19:56:05.580Z | * branch dd376b02d913e55e4cbc41ffd833280201241145 -> FETCH_HEAD |
71 | 2024-12-06T19:56:05.589Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
72 | 2024-12-06T19:56:05.593Z | ++ git branch --show-current |
73 | 2024-12-06T19:56:05.595Z | + current=main |
74 | 2024-12-06T19:56:05.595Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
75 | 2024-12-06T19:56:05.595Z | + git branch -f gjcolombo/ingest-propolis-ensure-api dd376b02d913e55e4cbc41ffd833280201241145 |
76 | 2024-12-06T19:56:05.598Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
77 | 2024-12-06T19:56:05.765Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
78 | 2024-12-06T19:56:05.768Z | + git reset --hard dd376b02d913e55e4cbc41ffd833280201241145 |
79 | 2024-12-06T19:56:05.803Z | HEAD is now at dd376b02d remove unneeded sled agent param |
80 | 2024-12-06T19:56:05.805Z | process exited: duration 8678 ms, exit code 0 |
|
81 | 2024-12-06T19:56:05.811Z | starting task 4: "build" |
82 | 2024-12-06T19:56:05.815Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-06T19:56:05.818Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-06T19:56:05.818Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-06T19:56:05.818Z | + cargo --version |
86 | 2024-12-06T19:56:05.872Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-06T19:56:05.874Z | + rustc --version |
88 | 2024-12-06T19:56:05.933Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-06T19:56:05.936Z | + cargo tree --locked |
90 | 2024-12-06T19:56:06.184Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-06T19:56:06.547Z | Updating crates.io index |
92 | 2024-12-06T19:56:06.592Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-06T19:56:07.066Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-06T19:56:07.364Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-06T19:56:07.648Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-06T19:56:07.919Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-06T19:56:08.824Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-06T19:56:11.396Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-06T19:56:12.548Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-06T19:56:13.352Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-06T19:56:13.668Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-06T19:56:14.126Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-06T19:56:14.693Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-06T19:56:14.996Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-06T19:56:15.324Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-06T19:56:15.642Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-06T19:56:15.878Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-06T19:56:16.099Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-06T19:56:16.393Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-06T19:56:16.673Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-06T19:56:17.213Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-06T19:56:17.482Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-06T19:56:17.977Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-06T19:56:18.274Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-06T19:56:18.680Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-06T19:56:19.074Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-06T19:56:19.389Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-06T19:56:19.670Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-06T19:56:19.951Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-06T19:56:21.513Z | Downloading crates ... |
121 | 2024-12-06T19:56:21.607Z | Downloaded async-bb8-diesel v0.2.1 |
122 | 2024-12-06T19:56:21.680Z | Downloaded aho-corasick v1.1.3 |
123 | 2024-12-06T19:56:21.686Z | Downloaded aead v0.5.2 |
124 | 2024-12-06T19:56:21.688Z | Downloaded addr2line v0.24.2 |
125 | 2024-12-06T19:56:21.691Z | Downloaded ahash v0.8.11 |
126 | 2024-12-06T19:56:21.703Z | Downloaded adler2 v2.0.0 |
127 | 2024-12-06T19:56:21.710Z | Downloaded ciborium v0.2.2 |
128 | 2024-12-06T19:56:21.713Z | Downloaded allocator-api2 v0.2.18 |
129 | 2024-12-06T19:56:21.717Z | Downloaded fallible-iterator v0.2.0 |
130 | 2024-12-06T19:56:21.719Z | Downloaded anes v0.1.6 |
131 | 2024-12-06T19:56:21.721Z | Downloaded approx v0.5.1 |
132 | 2024-12-06T19:56:21.724Z | Downloaded fatfs v0.3.6 |
133 | 2024-12-06T19:56:21.727Z | Downloaded fd-lock v4.0.2 |
134 | 2024-12-06T19:56:21.729Z | Downloaded fastrand v2.1.1 |
135 | 2024-12-06T19:56:21.731Z | Downloaded event-listener-strategy v0.5.2 |
136 | 2024-12-06T19:56:21.734Z | Downloaded fallible-iterator v0.3.0 |
137 | 2024-12-06T19:56:21.736Z | Downloaded expectorate v1.1.0 |
138 | 2024-12-06T19:56:21.739Z | Downloaded fallible-streaming-iterator v0.1.9 |
139 | 2024-12-06T19:56:21.739Z | Downloaded errno v0.3.9 |
140 | 2024-12-06T19:56:21.741Z | Downloaded assert_matches v1.5.0 |
141 | 2024-12-06T19:56:21.741Z | Downloaded fancy-regex v0.13.0 |
142 | 2024-12-06T19:56:21.745Z | Downloaded event-listener v2.5.3 |
143 | 2024-12-06T19:56:21.747Z | Downloaded fixedbitset v0.4.2 |
144 | 2024-12-06T19:56:21.750Z | Downloaded array-init v0.0.4 |
145 | 2024-12-06T19:56:21.752Z | Downloaded futures-task v0.3.31 |
146 | 2024-12-06T19:56:21.752Z | Downloaded foreign-types-shared v0.1.1 |
147 | 2024-12-06T19:56:21.754Z | Downloaded async-stream-impl v0.3.6 |
148 | 2024-12-06T19:56:21.756Z | Downloaded foreign-types v0.3.2 |
149 | 2024-12-06T19:56:21.756Z | Downloaded arc-swap v1.7.1 |
150 | 2024-12-06T19:56:21.759Z | Downloaded arrayvec v0.7.6 |
151 | 2024-12-06T19:56:21.761Z | Downloaded flate2 v1.0.34 |
152 | 2024-12-06T19:56:21.767Z | Downloaded fxhash v0.2.1 |
153 | 2024-12-06T19:56:21.770Z | Downloaded futures-sink v0.3.31 |
154 | 2024-12-06T19:56:21.770Z | Downloaded futures-macro v0.3.31 |
155 | 2024-12-06T19:56:21.772Z | Downloaded foreign-types-shared v0.3.1 |
156 | 2024-12-06T19:56:21.772Z | Downloaded fnv v1.0.7 |
157 | 2024-12-06T19:56:21.775Z | Downloaded float-cmp v0.9.0 |
158 | 2024-12-06T19:56:21.777Z | Downloaded cfg_aliases v0.2.1 |
159 | 2024-12-06T19:56:21.777Z | Downloaded cfg_aliases v0.1.1 |
160 | 2024-12-06T19:56:21.777Z | Downloaded flagset v0.4.6 |
161 | 2024-12-06T19:56:21.780Z | Downloaded fs-err v2.11.0 |
162 | 2024-12-06T19:56:21.782Z | Downloaded generic-array v0.14.7 |
163 | 2024-12-06T19:56:21.784Z | Downloaded futures-timer v3.0.3 |
164 | 2024-12-06T19:56:21.786Z | Downloaded guppy-workspace-hack v0.1.0 |
165 | 2024-12-06T19:56:21.789Z | Downloaded futures-channel v0.3.31 |
166 | 2024-12-06T19:56:21.791Z | Downloaded fs_extra v1.3.0 |
167 | 2024-12-06T19:56:21.791Z | Downloaded assert-json-diff v2.0.2 |
168 | 2024-12-06T19:56:21.794Z | Downloaded hashbrown v0.15.0 |
169 | 2024-12-06T19:56:21.799Z | Downloaded async-recursion v1.1.1 |
170 | 2024-12-06T19:56:21.803Z | Downloaded http-range v0.1.5 |
171 | 2024-12-06T19:56:21.806Z | Downloaded headers-core v0.3.0 |
172 | 2024-12-06T19:56:21.806Z | Downloaded glob v0.3.1 |
173 | 2024-12-06T19:56:21.808Z | Downloaded bcrypt-pbkdf v0.10.0 |
174 | 2024-12-06T19:56:21.810Z | Downloaded hostname v0.4.0 |
175 | 2024-12-06T19:56:21.810Z | Downloaded futures v0.3.31 |
176 | 2024-12-06T19:56:21.816Z | Downloaded hubpack_derive v0.1.1 |
177 | 2024-12-06T19:56:21.818Z | Downloaded buf-list v1.0.3 |
178 | 2024-12-06T19:56:21.820Z | Downloaded cargo-platform v0.1.8 |
179 | 2024-12-06T19:56:21.820Z | Downloaded block-padding v0.3.3 |
180 | 2024-12-06T19:56:21.822Z | Downloaded bit-vec v0.6.3 |
181 | 2024-12-06T19:56:21.824Z | Downloaded home v0.5.9 |
182 | 2024-12-06T19:56:21.826Z | Downloaded castaway v0.2.3 |
183 | 2024-12-06T19:56:21.829Z | Downloaded blowfish v0.9.1 |
184 | 2024-12-06T19:56:21.829Z | Downloaded cast v0.3.0 |
185 | 2024-12-06T19:56:21.831Z | Downloaded bytecount v0.6.8 |
186 | 2024-12-06T19:56:21.833Z | Downloaded httpdate v1.0.3 |
187 | 2024-12-06T19:56:21.835Z | Downloaded ff v0.13.0 |
188 | 2024-12-06T19:56:21.837Z | Downloaded cfg-if v1.0.0 |
189 | 2024-12-06T19:56:21.839Z | Downloaded half v2.4.1 |
190 | 2024-12-06T19:56:21.841Z | Downloaded fragile v2.0.0 |
191 | 2024-12-06T19:56:21.844Z | Downloaded cbc v0.1.2 |
192 | 2024-12-06T19:56:21.846Z | Downloaded http-body v1.0.1 |
193 | 2024-12-06T19:56:21.849Z | Downloaded cexpr v0.6.0 |
194 | 2024-12-06T19:56:21.849Z | Downloaded camino-tempfile v1.1.1 |
195 | 2024-12-06T19:56:21.851Z | Downloaded hostname v0.3.1 |
196 | 2024-12-06T19:56:21.853Z | Downloaded humantime v2.1.0 |
197 | 2024-12-06T19:56:21.855Z | Downloaded hubpack v0.1.2 |
198 | 2024-12-06T19:56:21.858Z | Downloaded cassowary v0.3.0 |
199 | 2024-12-06T19:56:21.858Z | Downloaded blocking v1.6.1 |
200 | 2024-12-06T19:56:21.860Z | Downloaded globset v0.4.15 |
201 | 2024-12-06T19:56:21.863Z | Downloaded bitfield-struct v0.6.2 |
202 | 2024-12-06T19:56:21.863Z | Downloaded autocfg v1.4.0 |
203 | 2024-12-06T19:56:21.865Z | Downloaded backoff v0.4.0 |
204 | 2024-12-06T19:56:21.867Z | Downloaded chacha20 v0.9.1 |
205 | 2024-12-06T19:56:21.869Z | Downloaded bitfield v0.14.0 |
206 | 2024-12-06T19:56:21.871Z | Downloaded bb8 v0.8.5 |
207 | 2024-12-06T19:56:21.874Z | Downloaded httparse v1.9.5 |
208 | 2024-12-06T19:56:21.876Z | Downloaded hickory-client v0.24.1 |
209 | 2024-12-06T19:56:21.878Z | Downloaded chrono-tz-build v0.4.0 |
210 | 2024-12-06T19:56:21.881Z | Downloaded toolchain_find v0.4.0 |
211 | 2024-12-06T19:56:21.883Z | Downloaded powerfmt v0.2.0 |
212 | 2024-12-06T19:56:21.883Z | Downloaded target-triple v0.1.3 |
213 | 2024-12-06T19:56:21.885Z | Downloaded anstream v0.6.15 |
214 | 2024-12-06T19:56:21.898Z | Downloaded pkg-config v0.3.31 |
215 | 2024-12-06T19:56:21.898Z | Downloaded getrandom v0.2.15 |
216 | 2024-12-06T19:56:21.898Z | Downloaded num_enum_derive v0.5.11 |
217 | 2024-12-06T19:56:21.898Z | Downloaded base64ct v1.6.0 |
218 | 2024-12-06T19:56:21.898Z | Downloaded hyper-rustls v0.27.3 |
219 | 2024-12-06T19:56:21.901Z | Downloaded hyper-rustls v0.26.0 |
220 | 2024-12-06T19:56:21.903Z | Downloaded usdt-macro v0.5.0 |
221 | 2024-12-06T19:56:21.903Z | Downloaded bzip2 v0.4.4 |
222 | 2024-12-06T19:56:21.905Z | Downloaded password-hash v0.5.0 |
223 | 2024-12-06T19:56:21.907Z | Downloaded phf_generator v0.11.2 |
224 | 2024-12-06T19:56:21.910Z | Downloaded same-file v1.0.6 |
225 | 2024-12-06T19:56:21.912Z | Downloaded rustversion v1.0.17 |
226 | 2024-12-06T19:56:21.915Z | Downloaded hmac v0.12.1 |
227 | 2024-12-06T19:56:21.917Z | Downloaded usdt-attr-macro v0.5.0 |
228 | 2024-12-06T19:56:21.917Z | Downloaded byteorder v1.5.0 |
229 | 2024-12-06T19:56:21.919Z | Downloaded cargo_metadata v0.18.1 |
230 | 2024-12-06T19:56:21.922Z | Downloaded bcs v0.1.6 |
231 | 2024-12-06T19:56:21.924Z | Downloaded string_cache v0.8.7 |
232 | 2024-12-06T19:56:21.927Z | Downloaded polyval v0.6.2 |
233 | 2024-12-06T19:56:21.927Z | Downloaded phf_codegen v0.11.2 |
234 | 2024-12-06T19:56:21.929Z | Downloaded async-trait v0.1.83 |
235 | 2024-12-06T19:56:21.932Z | Downloaded derive_builder_macro v0.20.2 |
236 | 2024-12-06T19:56:21.935Z | Downloaded dhcproto-macros v0.1.0 |
237 | 2024-12-06T19:56:21.935Z | Downloaded rand_core v0.6.4 |
238 | 2024-12-06T19:56:21.937Z | Downloaded threadpool v1.8.1 |
239 | 2024-12-06T19:56:21.939Z | Downloaded rustc_version v0.4.1 |
240 | 2024-12-06T19:56:21.939Z | Downloaded ref-cast-impl v1.0.23 |
241 | 2024-12-06T19:56:21.942Z | Downloaded cancel-safe-futures v0.1.5 |
242 | 2024-12-06T19:56:21.944Z | Downloaded postgres-types v0.2.8 |
243 | 2024-12-06T19:56:21.946Z | Downloaded quote v1.0.37 |
244 | 2024-12-06T19:56:21.949Z | Downloaded yoke-derive v0.7.4 |
245 | 2024-12-06T19:56:21.951Z | Downloaded is_ci v1.2.0 |
246 | 2024-12-06T19:56:21.953Z | Downloaded async-io v2.3.4 |
247 | 2024-12-06T19:56:21.955Z | Downloaded rustc_version v0.1.7 |
248 | 2024-12-06T19:56:21.957Z | Downloaded num-integer v0.1.46 |
249 | 2024-12-06T19:56:21.960Z | Downloaded equivalent v1.0.1 |
250 | 2024-12-06T19:56:21.960Z | Downloaded darling_macro v0.20.10 |
251 | 2024-12-06T19:56:21.962Z | Downloaded crunchy v0.2.2 |
252 | 2024-12-06T19:56:21.962Z | Downloaded zone_cfg_derive v0.3.0 |
253 | 2024-12-06T19:56:21.962Z | Downloaded writeable v0.5.5 |
254 | 2024-12-06T19:56:21.964Z | Downloaded num-conv v0.1.0 |
255 | 2024-12-06T19:56:21.967Z | Downloaded cobs v0.2.3 |
256 | 2024-12-06T19:56:21.969Z | Downloaded colored v2.1.0 |
257 | 2024-12-06T19:56:21.971Z | Downloaded colorchoice v1.0.2 |
258 | 2024-12-06T19:56:21.971Z | Downloaded sha2 v0.10.8 |
259 | 2024-12-06T19:56:21.974Z | Downloaded topological-sort v0.2.2 |
260 | 2024-12-06T19:56:21.976Z | Downloaded target-lexicon v0.12.16 |
261 | 2024-12-06T19:56:21.978Z | Downloaded deranged v0.3.11 |
262 | 2024-12-06T19:56:21.981Z | Downloaded openssl-macros v0.1.1 |
263 | 2024-12-06T19:56:21.981Z | Downloaded derive_builder_core v0.20.2 |
264 | 2024-12-06T19:56:21.983Z | Downloaded thiserror-impl-no-std v2.0.2 |
265 | 2024-12-06T19:56:21.986Z | Downloaded thiserror-impl v2.0.3 |
266 | 2024-12-06T19:56:21.988Z | Downloaded ena v0.14.3 |
267 | 2024-12-06T19:56:21.990Z | Downloaded cfg-expr v0.17.0 |
268 | 2024-12-06T19:56:21.992Z | Downloaded blake2b_simd v1.0.2 |
269 | 2024-12-06T19:56:21.995Z | Downloaded oso v0.27.3 |
270 | 2024-12-06T19:56:21.997Z | Downloaded md5 v0.7.0 |
271 | 2024-12-06T19:56:22.010Z | Downloaded opaque-debug v0.3.1 |
272 | 2024-12-06T19:56:22.012Z | Downloaded is_terminal_polyfill v1.70.1 |
273 | 2024-12-06T19:56:22.014Z | Downloaded base64 v0.13.1 |
274 | 2024-12-06T19:56:22.018Z | Downloaded pathdiff v0.2.2 |
275 | 2024-12-06T19:56:22.020Z | Downloaded spin v0.9.8 |
276 | 2024-12-06T19:56:22.022Z | Downloaded russh-keys v0.45.0 |
277 | 2024-12-06T19:56:22.024Z | Downloaded hashbrown v0.13.2 |
278 | 2024-12-06T19:56:22.029Z | Downloaded cmake v0.1.51 |
279 | 2024-12-06T19:56:22.031Z | Downloaded strum v0.26.3 |
280 | 2024-12-06T19:56:22.033Z | Downloaded hickory-server v0.24.1 |
281 | 2024-12-06T19:56:22.038Z | Downloaded pbkdf2 v0.11.0 |
282 | 2024-12-06T19:56:22.041Z | Downloaded hyper-tls v0.6.0 |
283 | 2024-12-06T19:56:22.043Z | Downloaded embedded-io v0.6.1 |
284 | 2024-12-06T19:56:22.046Z | Downloaded strum_macros v0.26.4 |
285 | 2024-12-06T19:56:22.048Z | Downloaded take_mut v0.2.2 |
286 | 2024-12-06T19:56:22.048Z | Downloaded pest_derive v2.7.14 |
287 | 2024-12-06T19:56:22.050Z | Downloaded indoc v2.0.5 |
288 | 2024-12-06T19:56:22.053Z | Downloaded piper v0.2.4 |
289 | 2024-12-06T19:56:22.056Z | Downloaded kv-log-macro v1.0.7 |
290 | 2024-12-06T19:56:22.058Z | Downloaded indoc v1.0.9 |
291 | 2024-12-06T19:56:22.061Z | Downloaded zerocopy v0.6.6 |
292 | 2024-12-06T19:56:22.063Z | Downloaded pin-utils v0.1.0 |
293 | 2024-12-06T19:56:22.065Z | Downloaded samael v0.0.17 |
294 | 2024-12-06T19:56:22.071Z | Downloaded time-core v0.1.2 |
295 | 2024-12-06T19:56:22.073Z | Downloaded swrite v0.1.0 |
296 | 2024-12-06T19:56:22.075Z | Downloaded signal-hook-tokio v0.3.1 |
297 | 2024-12-06T19:56:22.075Z | Downloaded dhcproto v0.12.0 |
298 | 2024-12-06T19:56:22.078Z | Downloaded rustls-pemfile v1.0.4 |
299 | 2024-12-06T19:56:22.081Z | Downloaded yasna v0.5.2 |
300 | 2024-12-06T19:56:22.083Z | Downloaded smawk v0.3.2 |
301 | 2024-12-06T19:56:22.085Z | Downloaded smallvec v0.6.14 |
302 | 2024-12-06T19:56:22.088Z | Downloaded base64 v0.22.1 |
303 | 2024-12-06T19:56:22.091Z | Downloaded diesel-dtrace v0.3.0 |
304 | 2024-12-06T19:56:22.094Z | Downloaded derive-where v1.2.7 |
305 | 2024-12-06T19:56:22.097Z | Downloaded tap v1.0.1 |
306 | 2024-12-06T19:56:22.099Z | Downloaded tabwriter v1.4.0 |
307 | 2024-12-06T19:56:22.102Z | Downloaded proc-macro-crate v1.3.1 |
308 | 2024-12-06T19:56:22.104Z | Downloaded tokio-macros v2.4.0 |
309 | 2024-12-06T19:56:22.104Z | Downloaded smf v0.2.3 |
310 | 2024-12-06T19:56:22.106Z | Downloaded primeorder v0.13.6 |
311 | 2024-12-06T19:56:22.109Z | Downloaded bumpalo v3.16.0 |
312 | 2024-12-06T19:56:22.111Z | Downloaded utf16_iter v1.0.5 |
313 | 2024-12-06T19:56:22.113Z | Downloaded untrusted v0.7.1 |
314 | 2024-12-06T19:56:22.113Z | Downloaded universal-hash v0.5.1 |
315 | 2024-12-06T19:56:22.115Z | Downloaded pkcs1 v0.7.5 |
316 | 2024-12-06T19:56:22.117Z | Downloaded number_prefix v0.4.0 |
317 | 2024-12-06T19:56:22.119Z | Downloaded mime v0.3.17 |
318 | 2024-12-06T19:56:22.122Z | Downloaded rand_chacha v0.3.1 |
319 | 2024-12-06T19:56:22.122Z | Downloaded compact_str v0.8.0 |
320 | 2024-12-06T19:56:22.125Z | Downloaded crossbeam-deque v0.8.5 |
321 | 2024-12-06T19:56:22.127Z | Downloaded hyper-staticfile v0.10.1 |
322 | 2024-12-06T19:56:22.130Z | Downloaded typenum v1.17.0 |
323 | 2024-12-06T19:56:22.132Z | Downloaded rustls-pemfile v2.2.0 |
324 | 2024-12-06T19:56:22.135Z | Downloaded rustls-native-certs v0.7.3 |
325 | 2024-12-06T19:56:22.138Z | Downloaded precomputed-hash v0.1.1 |
326 | 2024-12-06T19:56:22.140Z | Downloaded oso-derive v0.27.3 |
327 | 2024-12-06T19:56:22.140Z | Downloaded match_cfg v0.1.0 |
328 | 2024-12-06T19:56:22.143Z | Downloaded instant v0.1.13 |
329 | 2024-12-06T19:56:22.143Z | Downloaded dyn-clone v1.0.17 |
330 | 2024-12-06T19:56:22.145Z | Downloaded parking_lot_core v0.8.6 |
331 | 2024-12-06T19:56:22.148Z | Downloaded slog-async v2.8.0 |
332 | 2024-12-06T19:56:22.150Z | Downloaded multimap v0.10.0 |
333 | 2024-12-06T19:56:22.153Z | Downloaded hickory-resolver v0.24.1 |
334 | 2024-12-06T19:56:22.155Z | Downloaded tracing-attributes v0.1.27 |
335 | 2024-12-06T19:56:22.159Z | Downloaded url v2.5.3 |
336 | 2024-12-06T19:56:22.162Z | Downloaded openssl-probe v0.1.5 |
337 | 2024-12-06T19:56:22.164Z | Downloaded polling v3.7.3 |
338 | 2024-12-06T19:56:22.167Z | Downloaded plotters-svg v0.3.7 |
339 | 2024-12-06T19:56:22.169Z | Downloaded path-slash v0.1.5 |
340 | 2024-12-06T19:56:22.171Z | Downloaded parse-size v1.1.0 |
341 | 2024-12-06T19:56:22.171Z | Downloaded twox-hash v1.6.3 |
342 | 2024-12-06T19:56:22.174Z | Downloaded mime_guess v2.0.5 |
343 | 2024-12-06T19:56:22.176Z | Downloaded const_format_proc_macros v0.2.33 |
344 | 2024-12-06T19:56:22.178Z | Downloaded ctr v0.9.2 |
345 | 2024-12-06T19:56:22.181Z | Downloaded steno v0.4.1 |
346 | 2024-12-06T19:56:22.184Z | Downloaded backtrace v0.3.74 |
347 | 2024-12-06T19:56:22.190Z | Downloaded tinyvec_macros v0.1.1 |
348 | 2024-12-06T19:56:22.193Z | Downloaded peg v0.8.4 |
349 | 2024-12-06T19:56:22.196Z | Downloaded rand_xorshift v0.3.0 |
350 | 2024-12-06T19:56:22.198Z | Downloaded scroll_derive v0.12.0 |
351 | 2024-12-06T19:56:22.200Z | Downloaded defmt-parser v0.3.4 |
352 | 2024-12-06T19:56:22.200Z | Downloaded subprocess v0.2.9 |
353 | 2024-12-06T19:56:22.203Z | Downloaded signal-hook-registry v1.4.2 |
354 | 2024-12-06T19:56:22.205Z | Downloaded psl-types v2.0.11 |
355 | 2024-12-06T19:56:22.207Z | Downloaded smallvec v1.13.2 |
356 | 2024-12-06T19:56:22.209Z | Downloaded rusty-fork v0.3.0 |
357 | 2024-12-06T19:56:22.211Z | Downloaded rand_seeder v0.3.0 |
358 | 2024-12-06T19:56:22.213Z | Downloaded embedded-io v0.4.0 |
359 | 2024-12-06T19:56:22.215Z | Downloaded zerovec-derive v0.10.3 |
360 | 2024-12-06T19:56:22.217Z | Downloaded pkcs5 v0.7.1 |
361 | 2024-12-06T19:56:22.220Z | Downloaded unicode-truncate v1.1.0 |
362 | 2024-12-06T19:56:22.222Z | Downloaded sync-ptr v0.1.1 |
363 | 2024-12-06T19:56:22.225Z | Downloaded spin v0.5.2 |
364 | 2024-12-06T19:56:22.225Z | Downloaded semver v0.1.20 |
365 | 2024-12-06T19:56:22.229Z | Downloaded secrecy v0.8.0 |
366 | 2024-12-06T19:56:22.229Z | Downloaded memoffset v0.9.1 |
367 | 2024-12-06T19:56:22.232Z | Downloaded num-rational v0.4.2 |
368 | 2024-12-06T19:56:22.233Z | Downloaded termcolor v1.4.1 |
369 | 2024-12-06T19:56:22.235Z | Downloaded mockall_derive v0.13.0 |
370 | 2024-12-06T19:56:22.235Z | Downloaded stringmetrics v2.2.2 |
371 | 2024-12-06T19:56:22.238Z | Downloaded write16 v1.0.0 |
372 | 2024-12-06T19:56:22.241Z | Downloaded crc-any v2.5.0 |
373 | 2024-12-06T19:56:22.243Z | Downloaded rustls-pki-types v1.9.0 |
374 | 2024-12-06T19:56:22.247Z | Downloaded matches v0.1.10 |
375 | 2024-12-06T19:56:22.247Z | Downloaded endian-type v0.1.2 |
376 | 2024-12-06T19:56:22.247Z | Downloaded tls_codec v0.4.1 |
377 | 2024-12-06T19:56:22.250Z | Downloaded ppv-lite86 v0.2.20 |
378 | 2024-12-06T19:56:22.252Z | Downloaded toml_datetime v0.6.8 |
379 | 2024-12-06T19:56:22.254Z | Downloaded icu_normalizer_data v1.5.0 |
380 | 2024-12-06T19:56:22.257Z | Downloaded icu_normalizer v1.5.0 |
381 | 2024-12-06T19:56:22.259Z | Downloaded doc-comment v0.3.3 |
382 | 2024-12-06T19:56:22.262Z | Downloaded hashbrown v0.14.5 |
383 | 2024-12-06T19:56:22.267Z | Downloaded vte_generate_state_changes v0.1.2 |
384 | 2024-12-06T19:56:22.270Z | Downloaded der_derive v0.7.3 |
385 | 2024-12-06T19:56:22.274Z | Downloaded futures-util v0.3.31 |
386 | 2024-12-06T19:56:22.284Z | Downloaded mirai-annotations v1.12.0 |
387 | 2024-12-06T19:56:22.286Z | Downloaded convert_case v0.4.0 |
388 | 2024-12-06T19:56:22.286Z | Downloaded constant_time_eq v0.3.1 |
389 | 2024-12-06T19:56:22.289Z | Downloaded semver v1.0.23 |
390 | 2024-12-06T19:56:22.291Z | Downloaded sct v0.7.1 |
391 | 2024-12-06T19:56:22.293Z | Downloaded defmt v0.3.8 |
392 | 2024-12-06T19:56:22.296Z | Downloaded guppy v0.17.8 |
393 | 2024-12-06T19:56:22.303Z | Downloaded nu-ansi-term v0.50.1 |
394 | 2024-12-06T19:56:22.306Z | Downloaded itoa v1.0.11 |
395 | 2024-12-06T19:56:22.309Z | Downloaded instability v0.3.2 |
396 | 2024-12-06T19:56:22.311Z | Downloaded russh-cryptovec v0.7.3 |
397 | 2024-12-06T19:56:22.311Z | Downloaded inout v0.1.3 |
398 | 2024-12-06T19:56:22.313Z | Downloaded enum-as-inner v0.5.1 |
399 | 2024-12-06T19:56:22.315Z | Downloaded either v1.13.0 |
400 | 2024-12-06T19:56:22.317Z | Downloaded ipnet v2.10.1 |
401 | 2024-12-06T19:56:22.319Z | Downloaded debug-ignore v1.0.5 |
402 | 2024-12-06T19:56:22.321Z | Downloaded nodrop v0.1.14 |
403 | 2024-12-06T19:56:22.322Z | Downloaded zerocopy-derive v0.7.35 |
404 | 2024-12-06T19:56:22.326Z | Downloaded try-lock v0.2.5 |
405 | 2024-12-06T19:56:22.328Z | Downloaded goblin v0.8.2 |
406 | 2024-12-06T19:56:22.333Z | Downloaded pest_generator v2.7.14 |
407 | 2024-12-06T19:56:22.336Z | Downloaded unsafe-libyaml v0.2.11 |
408 | 2024-12-06T19:56:22.338Z | Downloaded ed25519 v2.2.3 |
409 | 2024-12-06T19:56:22.340Z | Downloaded ciborium-io v0.2.2 |
410 | 2024-12-06T19:56:22.343Z | Downloaded unicode-properties v0.1.3 |
411 | 2024-12-06T19:56:22.345Z | Downloaded yansi v1.0.1 |
412 | 2024-12-06T19:56:22.347Z | Downloaded tough v0.19.0 |
413 | 2024-12-06T19:56:22.355Z | Downloaded similar-asserts v1.6.0 |
414 | 2024-12-06T19:56:22.358Z | Downloaded serde_repr v0.1.19 |
415 | 2024-12-06T19:56:22.360Z | Downloaded cstr-argument v0.1.2 |
416 | 2024-12-06T19:56:22.363Z | Downloaded want v0.3.1 |
417 | 2024-12-06T19:56:22.363Z | Downloaded dtrace-parser v0.2.0 |
418 | 2024-12-06T19:56:22.365Z | Downloaded structmeta-derive v0.3.0 |
419 | 2024-12-06T19:56:22.365Z | Downloaded vte v0.11.1 |
420 | 2024-12-06T19:56:22.368Z | Downloaded unicode-linebreak v0.1.5 |
421 | 2024-12-06T19:56:22.368Z | Downloaded toml v0.8.19 |
422 | 2024-12-06T19:56:22.371Z | Downloaded num_threads v0.1.7 |
423 | 2024-12-06T19:56:22.374Z | Downloaded percent-encoding v2.3.1 |
424 | 2024-12-06T19:56:22.376Z | Downloaded pem v3.0.4 |
425 | 2024-12-06T19:56:22.376Z | Downloaded hyper v1.5.0 |
426 | 2024-12-06T19:56:22.382Z | Downloaded structmeta-derive v0.2.0 |
427 | 2024-12-06T19:56:22.384Z | Downloaded lalrpop-util v0.19.12 |
428 | 2024-12-06T19:56:22.387Z | Downloaded once_cell v1.20.2 |
429 | 2024-12-06T19:56:22.389Z | Downloaded tui-tree-widget v0.22.0 |
430 | 2024-12-06T19:56:22.391Z | Downloaded tokio-tungstenite v0.24.0 |
431 | 2024-12-06T19:56:22.393Z | Downloaded concurrent-queue v2.5.0 |
432 | 2024-12-06T19:56:22.396Z | Downloaded quick-error v1.2.3 |
433 | 2024-12-06T19:56:22.396Z | Downloaded hkdf v0.12.4 |
434 | 2024-12-06T19:56:22.398Z | Downloaded sqlparser_derive v0.2.2 |
435 | 2024-12-06T19:56:22.401Z | Downloaded term v0.7.0 |
436 | 2024-12-06T19:56:22.403Z | Downloaded serde_plain v1.0.2 |
437 | 2024-12-06T19:56:22.405Z | Downloaded curve25519-dalek-derive v0.1.1 |
438 | 2024-12-06T19:56:22.408Z | Downloaded crossbeam-channel v0.5.13 |
439 | 2024-12-06T19:56:22.410Z | Downloaded num-bigint-dig v0.8.4 |
440 | 2024-12-06T19:56:22.415Z | Downloaded csv-core v0.1.11 |
441 | 2024-12-06T19:56:22.418Z | Downloaded slog-scope v4.4.0 |
442 | 2024-12-06T19:56:22.420Z | Downloaded lru-cache v0.1.2 |
443 | 2024-12-06T19:56:22.422Z | Downloaded rand v0.8.5 |
444 | 2024-12-06T19:56:22.425Z | Downloaded phf_shared v0.11.2 |
445 | 2024-12-06T19:56:22.425Z | Downloaded phf_shared v0.10.0 |
446 | 2024-12-06T19:56:22.427Z | Downloaded rayon-core v1.12.1 |
447 | 2024-12-06T19:56:22.430Z | Downloaded h2 v0.4.6 |
448 | 2024-12-06T19:56:22.436Z | Downloaded tinystr v0.7.6 |
449 | 2024-12-06T19:56:22.438Z | Downloaded structmeta v0.3.0 |
450 | 2024-12-06T19:56:22.440Z | Downloaded linear-map v1.2.0 |
451 | 2024-12-06T19:56:22.443Z | Downloaded nom v7.1.3 |
452 | 2024-12-06T19:56:22.446Z | Downloaded elliptic-curve v0.13.8 |
453 | 2024-12-06T19:56:22.450Z | Downloaded difflib v0.4.0 |
454 | 2024-12-06T19:56:22.452Z | Downloaded which v4.4.2 |
455 | 2024-12-06T19:56:22.454Z | Downloaded walkdir v2.5.0 |
456 | 2024-12-06T19:56:22.456Z | Downloaded signature v2.2.0 |
457 | 2024-12-06T19:56:22.456Z | Downloaded plain v0.2.3 |
458 | 2024-12-06T19:56:22.458Z | Downloaded pem-rfc7468 v0.7.0 |
459 | 2024-12-06T19:56:22.460Z | Downloaded stringprep v0.1.5 |
460 | 2024-12-06T19:56:22.463Z | Downloaded ssh-cipher v0.2.0 |
461 | 2024-12-06T19:56:22.463Z | Downloaded ryu v1.0.18 |
462 | 2024-12-06T19:56:22.465Z | Downloaded tracing v0.1.40 |
463 | 2024-12-06T19:56:22.469Z | Downloaded zip v2.1.3 |
464 | 2024-12-06T19:56:22.474Z | Downloaded nibble_vec v0.1.0 |
465 | 2024-12-06T19:56:22.476Z | Downloaded packed_struct_codegen v0.10.1 |
466 | 2024-12-06T19:56:22.478Z | Downloaded lockfree-object-pool v0.1.6 |
467 | 2024-12-06T19:56:22.481Z | Downloaded indent_write v2.2.0 |
468 | 2024-12-06T19:56:22.481Z | Downloaded xattr v1.3.1 |
469 | 2024-12-06T19:56:22.484Z | Downloaded indicatif v0.17.9 |
470 | 2024-12-06T19:56:22.486Z | Downloaded pretty-hex v0.4.1 |
471 | 2024-12-06T19:56:22.489Z | Downloaded const-oid v0.9.6 |
472 | 2024-12-06T19:56:22.491Z | Downloaded zeroize_derive v1.4.2 |
473 | 2024-12-06T19:56:22.491Z | Downloaded ident_case v1.0.1 |
474 | 2024-12-06T19:56:22.493Z | Downloaded diesel_table_macro_syntax v0.2.0 |
475 | 2024-12-06T19:56:22.493Z | Downloaded zeroize v1.8.1 |
476 | 2024-12-06T19:56:22.496Z | Downloaded unicode-ident v1.0.13 |
477 | 2024-12-06T19:56:22.499Z | Downloaded trybuild v1.0.101 |
478 | 2024-12-06T19:56:22.501Z | Downloaded test-strategy v0.3.1 |
479 | 2024-12-06T19:56:22.505Z | Downloaded zone_cfg_derive v0.1.2 |
480 | 2024-12-06T19:56:22.507Z | Downloaded zerofrom v0.1.4 |
481 | 2024-12-06T19:56:22.507Z | Downloaded sigpipe v0.1.3 |
482 | 2024-12-06T19:56:22.509Z | Downloaded const_format v0.2.33 |
483 | 2024-12-06T19:56:22.512Z | Downloaded maplit v1.0.2 |
484 | 2024-12-06T19:56:22.515Z | Downloaded managed v0.8.0 |
485 | 2024-12-06T19:56:22.517Z | Downloaded macaddr v1.0.1 |
486 | 2024-12-06T19:56:22.517Z | Downloaded rustc-demangle v0.1.24 |
487 | 2024-12-06T19:56:22.519Z | Downloaded sqlformat v0.2.6 |
488 | 2024-12-06T19:56:22.522Z | Downloaded ron v0.8.1 |
489 | 2024-12-06T19:56:22.525Z | Downloaded criterion-plot v0.5.0 |
490 | 2024-12-06T19:56:22.527Z | Downloaded reedline v0.35.0 |
491 | 2024-12-06T19:56:22.534Z | Downloaded value-bag v1.9.0 |
492 | 2024-12-06T19:56:22.537Z | Downloaded tokio-tungstenite v0.23.1 |
493 | 2024-12-06T19:56:22.539Z | Downloaded peg-runtime v0.8.3 |
494 | 2024-12-06T19:56:22.541Z | Downloaded tokio-rustls v0.26.0 |
495 | 2024-12-06T19:56:22.544Z | Downloaded thiserror v1.0.69 |
496 | 2024-12-06T19:56:22.547Z | Downloaded schemars_derive v0.8.21 |
497 | 2024-12-06T19:56:22.550Z | Downloaded papergrid v0.11.0 |
498 | 2024-12-06T19:56:22.553Z | Downloaded crc32fast v1.4.2 |
499 | 2024-12-06T19:56:22.556Z | Downloaded tracing-core v0.1.32 |
500 | 2024-12-06T19:56:22.558Z | Downloaded quinn-udp v0.5.5 |
501 | 2024-12-06T19:56:22.560Z | Downloaded itertools v0.10.5 |
502 | 2024-12-06T19:56:22.566Z | Downloaded dof v0.3.0 |
503 | 2024-12-06T19:56:22.568Z | Downloaded socket2 v0.5.7 |
504 | 2024-12-06T19:56:22.570Z | Downloaded quinn v0.11.5 |
505 | 2024-12-06T19:56:22.573Z | Downloaded defmt-macros v0.3.9 |
506 | 2024-12-06T19:56:22.576Z | Downloaded zone v0.3.0 |
507 | 2024-12-06T19:56:22.578Z | Downloaded p521 v0.13.3 |
508 | 2024-12-06T19:56:22.581Z | Downloaded der v0.7.9 |
509 | 2024-12-06T19:56:22.586Z | Downloaded tinyvec v1.8.0 |
510 | 2024-12-06T19:56:22.589Z | Downloaded ed25519-dalek v2.1.1 |
511 | 2024-12-06T19:56:22.592Z | Downloaded data-encoding v2.6.0 |
512 | 2024-12-06T19:56:22.594Z | Downloaded zerofrom-derive v0.1.4 |
513 | 2024-12-06T19:56:22.596Z | Downloaded utf8parse v0.2.2 |
514 | 2024-12-06T19:56:22.596Z | Downloaded tokio-util v0.7.12 |
515 | 2024-12-06T19:56:22.603Z | Downloaded sync_wrapper v1.0.1 |
516 | 2024-12-06T19:56:22.605Z | Downloaded git2 v0.19.0 |
517 | 2024-12-06T19:56:22.611Z | Downloaded parking v2.2.1 |
518 | 2024-12-06T19:56:22.614Z | Downloaded strum_macros v0.24.3 |
519 | 2024-12-06T19:56:22.616Z | Downloaded rustc-hash v1.1.0 |
520 | 2024-12-06T19:56:22.616Z | Downloaded slog-bunyan v2.5.0 |
521 | 2024-12-06T19:56:22.618Z | Downloaded serde-big-array v0.5.1 |
522 | 2024-12-06T19:56:22.621Z | Downloaded slab v0.4.9 |
523 | 2024-12-06T19:56:22.621Z | Downloaded serde_urlencoded v0.7.1 |
524 | 2024-12-06T19:56:22.623Z | Downloaded tokio-rustls v0.25.0 |
525 | 2024-12-06T19:56:22.625Z | Downloaded strum_macros v0.25.3 |
526 | 2024-12-06T19:56:22.627Z | Downloaded unicode-segmentation v1.12.0 |
527 | 2024-12-06T19:56:22.629Z | Downloaded diff v0.1.13 |
528 | 2024-12-06T19:56:22.632Z | Downloaded icu_provider_macros v1.5.0 |
529 | 2024-12-06T19:56:22.634Z | Downloaded utf8_iter v1.0.4 |
530 | 2024-12-06T19:56:22.634Z | Downloaded ciborium-ll v0.2.2 |
531 | 2024-12-06T19:56:22.637Z | Downloaded uzers v0.12.1 |
532 | 2024-12-06T19:56:22.639Z | Downloaded num-traits v0.2.19 |
533 | 2024-12-06T19:56:22.642Z | Downloaded rustls-webpki v0.101.7 |
534 | 2024-12-06T19:56:22.654Z | Downloaded maybe-uninit v2.0.0 |
535 | 2024-12-06T19:56:22.656Z | Downloaded dirs-next v2.0.0 |
536 | 2024-12-06T19:56:22.659Z | Downloaded crc v3.2.1 |
537 | 2024-12-06T19:56:22.659Z | Downloaded peg-macros v0.8.4 |
538 | 2024-12-06T19:56:22.661Z | Downloaded dropshot_endpoint v0.13.0 |
539 | 2024-12-06T19:56:22.664Z | Downloaded oorandom v11.1.4 |
540 | 2024-12-06T19:56:22.666Z | Downloaded num_enum v0.5.11 |
541 | 2024-12-06T19:56:22.669Z | Downloaded itertools v0.13.0 |
542 | 2024-12-06T19:56:22.676Z | Downloaded pretty-hex v0.2.1 |
543 | 2024-12-06T19:56:22.679Z | Downloaded owo-colors v4.1.0 |
544 | 2024-12-06T19:56:22.681Z | Downloaded lock_api v0.4.12 |
545 | 2024-12-06T19:56:22.683Z | Downloaded typify-macro v0.2.0 |
546 | 2024-12-06T19:56:22.683Z | Downloaded serde-hex v0.1.0 |
547 | 2024-12-06T19:56:22.686Z | Downloaded salsa20 v0.10.2 |
548 | 2024-12-06T19:56:22.689Z | Downloaded zopfli v0.8.1 |
549 | 2024-12-06T19:56:22.691Z | Downloaded rustc-hash v2.0.0 |
550 | 2024-12-06T19:56:22.691Z | Downloaded jobserver v0.1.32 |
551 | 2024-12-06T19:56:22.693Z | Downloaded idna_adapter v1.2.0 |
552 | 2024-12-06T19:56:22.693Z | Downloaded rpassword v7.3.1 |
553 | 2024-12-06T19:56:22.695Z | Downloaded progenitor v0.8.0 |
554 | 2024-12-06T19:56:22.697Z | Downloaded rfc6979 v0.4.0 |
555 | 2024-12-06T19:56:22.699Z | Downloaded tempfile v3.13.0 |
556 | 2024-12-06T19:56:22.701Z | Downloaded signal-hook-mio v0.2.4 |
557 | 2024-12-06T19:56:22.703Z | Downloaded parse-display-derive v0.10.0 |
558 | 2024-12-06T19:56:22.705Z | Downloaded strsim v0.11.1 |
559 | 2024-12-06T19:56:22.707Z | Downloaded strip-ansi-escapes v0.2.0 |
560 | 2024-12-06T19:56:22.710Z | Downloaded tower-service v0.3.3 |
561 | 2024-12-06T19:56:22.710Z | Downloaded new_debug_unreachable v1.0.6 |
562 | 2024-12-06T19:56:22.712Z | Downloaded prettyplease v0.2.25 |
563 | 2024-12-06T19:56:22.714Z | Downloaded cpufeatures v0.2.14 |
564 | 2024-12-06T19:56:22.716Z | Downloaded portable-atomic v1.9.0 |
565 | 2024-12-06T19:56:22.723Z | Downloaded tiny-keccak v2.0.2 |
566 | 2024-12-06T19:56:22.726Z | Downloaded parking_lot_core v0.9.10 |
567 | 2024-12-06T19:56:22.729Z | Downloaded qorb v0.2.1 |
568 | 2024-12-06T19:56:22.734Z | Downloaded version_check v0.9.5 |
569 | 2024-12-06T19:56:22.736Z | Downloaded litemap v0.7.3 |
570 | 2024-12-06T19:56:22.738Z | Downloaded libefi-sys v0.1.0 |
571 | 2024-12-06T19:56:22.740Z | Downloaded libloading v0.8.5 |
572 | 2024-12-06T19:56:22.742Z | Downloaded iana-time-zone v0.1.61 |
573 | 2024-12-06T19:56:22.744Z | Downloaded displaydoc v0.2.5 |
574 | 2024-12-06T19:56:22.748Z | Downloaded newline-converter v0.3.0 |
575 | 2024-12-06T19:56:22.751Z | Downloaded crc-catalog v2.4.0 |
576 | 2024-12-06T19:56:22.751Z | Downloaded resolv-conf v0.7.0 |
577 | 2024-12-06T19:56:22.753Z | Downloaded relative-path v1.9.3 |
578 | 2024-12-06T19:56:22.755Z | Downloaded structmeta v0.2.0 |
579 | 2024-12-06T19:56:22.758Z | Downloaded rustls-webpki v0.102.8 |
580 | 2024-12-06T19:56:22.775Z | Downloaded kstat-rs v0.2.4 |
581 | 2024-12-06T19:56:22.778Z | Downloaded rustyline v14.0.0 |
582 | 2024-12-06T19:56:22.781Z | Downloaded typify v0.2.0 |
583 | 2024-12-06T19:56:22.784Z | Downloaded normalize-line-endings v0.3.0 |
584 | 2024-12-06T19:56:22.787Z | Downloaded num_cpus v1.16.0 |
585 | 2024-12-06T19:56:22.789Z | Downloaded tokio-rustls v0.24.1 |
586 | 2024-12-06T19:56:22.791Z | Downloaded slog-envlogger v2.2.0 |
587 | 2024-12-06T19:56:22.793Z | Downloaded gimli v0.31.1 |
588 | 2024-12-06T19:56:22.802Z | Downloaded progenitor-macro v0.8.0 |
589 | 2024-12-06T19:56:22.804Z | Downloaded progenitor-client v0.8.0 |
590 | 2024-12-06T19:56:22.804Z | Downloaded serde_derive v1.0.215 |
591 | 2024-12-06T19:56:22.807Z | Downloaded slog-json v2.6.1 |
592 | 2024-12-06T19:56:22.809Z | Downloaded predicates-tree v1.0.11 |
593 | 2024-12-06T19:56:22.811Z | Downloaded num v0.4.3 |
594 | 2024-12-06T19:56:22.813Z | Downloaded downcast v0.11.0 |
595 | 2024-12-06T19:56:22.813Z | Downloaded nested v0.1.1 |
596 | 2024-12-06T19:56:22.816Z | Downloaded memmap2 v0.9.5 |
597 | 2024-12-06T19:56:22.818Z | Downloaded env_logger v0.11.5 |
598 | 2024-12-06T19:56:22.820Z | Downloaded serde_spanned v0.6.8 |
599 | 2024-12-06T19:56:22.820Z | Downloaded r2d2 v0.8.10 |
600 | 2024-12-06T19:56:22.823Z | Downloaded newtype-uuid v1.1.3 |
601 | 2024-12-06T19:56:22.825Z | Downloaded crossbeam-epoch v0.9.18 |
602 | 2024-12-06T19:56:22.828Z | Downloaded crucible-workspace-hack v0.1.0 |
603 | 2024-12-06T19:56:22.828Z | Downloaded diesel_derives v2.2.3 |
604 | 2024-12-06T19:56:22.832Z | Downloaded keccak v0.1.5 |
605 | 2024-12-06T19:56:22.834Z | Downloaded darling v0.20.10 |
606 | 2024-12-06T19:56:22.837Z | Downloaded wait-timeout v0.2.0 |
607 | 2024-12-06T19:56:22.839Z | Downloaded cipher v0.4.4 |
608 | 2024-12-06T19:56:22.841Z | Downloaded slog-stdlog v4.1.1 |
609 | 2024-12-06T19:56:22.844Z | Downloaded env_filter v0.1.2 |
610 | 2024-12-06T19:56:22.846Z | Downloaded icu_locid_transform v1.5.0 |
611 | 2024-12-06T19:56:22.849Z | Downloaded num-derive v0.4.2 |
612 | 2024-12-06T19:56:22.851Z | Downloaded impl-trait-for-tuples v0.2.2 |
613 | 2024-12-06T19:56:22.853Z | Downloaded p256 v0.13.2 |
614 | 2024-12-06T19:56:22.856Z | Downloaded wyz v0.5.1 |
615 | 2024-12-06T19:56:22.859Z | Downloaded termtree v0.4.1 |
616 | 2024-12-06T19:56:22.859Z | Downloaded tokio-native-tls v0.3.1 |
617 | 2024-12-06T19:56:22.861Z | Downloaded slog-dtrace v0.3.0 |
618 | 2024-12-06T19:56:22.863Z | Downloaded display-error-chain v0.2.2 |
619 | 2024-12-06T19:56:22.863Z | Downloaded radium v0.7.0 |
620 | 2024-12-06T19:56:22.866Z | Downloaded schemars v0.8.21 |
621 | 2024-12-06T19:56:22.877Z | Downloaded plotters-backend v0.3.7 |
622 | 2024-12-06T19:56:22.880Z | Downloaded serde_path_to_error v0.1.16 |
623 | 2024-12-06T19:56:22.882Z | Downloaded async-std v1.13.0 |
624 | 2024-12-06T19:56:22.902Z | Downloaded supports-color v3.0.1 |
625 | 2024-12-06T19:56:22.904Z | Downloaded xz2 v0.1.7 |
626 | 2024-12-06T19:56:22.906Z | Downloaded slog-term v2.9.1 |
627 | 2024-12-06T19:56:22.908Z | Downloaded serde_tokenstream v0.2.2 |
628 | 2024-12-06T19:56:22.911Z | Downloaded olpc-cjson v0.1.4 |
629 | 2024-12-06T19:56:22.911Z | Downloaded tungstenite v0.24.0 |
630 | 2024-12-06T19:56:22.914Z | Downloaded whoami v1.5.2 |
631 | 2024-12-06T19:56:22.917Z | Downloaded native-tls v0.2.12 |
632 | 2024-12-06T19:56:22.919Z | Downloaded env_logger v0.10.2 |
633 | 2024-12-06T19:56:22.921Z | Downloaded mio v1.0.2 |
634 | 2024-12-06T19:56:22.928Z | Downloaded enum-as-inner v0.6.1 |
635 | 2024-12-06T19:56:22.930Z | Downloaded tungstenite v0.23.0 |
636 | 2024-12-06T19:56:22.933Z | Downloaded tungstenite v0.21.0 |
637 | 2024-12-06T19:56:22.936Z | Downloaded crypto-common v0.1.6 |
638 | 2024-12-06T19:56:22.938Z | Downloaded aws-lc-rs v1.10.0 |
639 | 2024-12-06T19:56:22.946Z | Downloaded subtle v2.6.1 |
640 | 2024-12-06T19:56:22.948Z | Downloaded predicates-core v1.0.8 |
641 | 2024-12-06T19:56:22.948Z | Downloaded crossbeam-utils v0.8.20 |
642 | 2024-12-06T19:56:22.950Z | Downloaded clang-sys v1.8.1 |
643 | 2024-12-06T19:56:22.953Z | Downloaded hyper-util v0.1.10 |
644 | 2024-12-06T19:56:22.957Z | Downloaded icu_collections v1.5.0 |
645 | 2024-12-06T19:56:22.962Z | Downloaded pest_meta v2.7.14 |
646 | 2024-12-06T19:56:22.964Z | Downloaded idna v0.5.0 |
647 | 2024-12-06T19:56:22.971Z | Downloaded openssl v0.10.66 |
648 | 2024-12-06T19:56:22.980Z | Downloaded icu_properties v1.5.1 |
649 | 2024-12-06T19:56:22.982Z | Downloaded clap v4.5.21 |
650 | 2024-12-06T19:56:22.990Z | Downloaded publicsuffix v2.2.3 |
651 | 2024-12-06T19:56:22.993Z | Downloaded thiserror v2.0.3 |
652 | 2024-12-06T19:56:22.998Z | Downloaded tokio-postgres v0.7.12 |
653 | 2024-12-06T19:56:23.003Z | Downloaded tls_codec_derive v0.4.1 |
654 | 2024-12-06T19:56:23.006Z | Downloaded zerovec v0.10.4 |
655 | 2024-12-06T19:56:23.010Z | Downloaded plotters v0.3.7 |
656 | 2024-12-06T19:56:23.018Z | Downloaded clap_builder v4.5.21 |
657 | 2024-12-06T19:56:23.024Z | Downloaded snafu v0.8.5 |
658 | 2024-12-06T19:56:23.030Z | Downloaded progenitor-impl v0.8.0 |
659 | 2024-12-06T19:56:23.033Z | Downloaded unicode-normalization v0.1.24 |
660 | 2024-12-06T19:56:23.036Z | Downloaded rustls v0.21.12 |
661 | 2024-12-06T19:56:23.048Z | Downloaded textwrap v0.16.1 |
662 | 2024-12-06T19:56:23.051Z | Downloaded tar v0.4.42 |
663 | 2024-12-06T19:56:23.054Z | Downloaded unicode-width v0.2.0 |
664 | 2024-12-06T19:56:23.060Z | Downloaded snafu-derive v0.8.5 |
665 | 2024-12-06T19:56:23.063Z | Downloaded miniz_oxide v0.8.0 |
666 | 2024-12-06T19:56:23.065Z | Downloaded idna v1.0.3 |
667 | 2024-12-06T19:56:23.069Z | Downloaded quinn-proto v0.11.8 |
668 | 2024-12-06T19:56:23.077Z | Downloaded reqwest v0.12.9 |
669 | 2024-12-06T19:56:23.086Z | Downloaded winnow v0.5.40 |
670 | 2024-12-06T19:56:23.095Z | Downloaded p384 v0.13.0 |
671 | 2024-12-06T19:56:23.101Z | Downloaded hickory-proto v0.24.1 |
672 | 2024-12-06T19:56:23.118Z | Downloaded indexmap v2.6.0 |
673 | 2024-12-06T19:56:23.122Z | Downloaded salty v0.3.0 |
674 | 2024-12-06T19:56:23.129Z | Downloaded crossterm v0.28.1 |
675 | 2024-12-06T19:56:23.136Z | Downloaded criterion v0.5.1 |
676 | 2024-12-06T19:56:23.143Z | Downloaded tabled v0.15.0 |
677 | 2024-12-06T19:56:23.159Z | Downloaded num-bigint v0.4.6 |
678 | 2024-12-06T19:56:23.164Z | Downloaded x509-cert v0.2.5 |
679 | 2024-12-06T19:56:23.170Z | Downloaded vcpkg v0.2.15 |
680 | 2024-12-06T19:56:23.208Z | Downloaded winnow v0.6.20 |
681 | 2024-12-06T19:56:23.216Z | Downloaded trust-dns-proto v0.22.0 |
682 | 2024-12-06T19:56:23.228Z | Downloaded libxml v0.3.3 |
683 | 2024-12-06T19:56:23.235Z | Downloaded idna v0.4.0 |
684 | 2024-12-06T19:56:23.242Z | Downloaded proptest v1.5.0 |
685 | 2024-12-06T19:56:23.252Z | Downloaded nix v0.29.0 |
686 | 2024-12-06T19:56:23.264Z | Downloaded radix_trie v0.2.1 |
687 | 2024-12-06T19:56:23.269Z | Downloaded rayon v1.10.0 |
688 | 2024-12-06T19:56:23.279Z | Downloaded icu_properties_data v1.5.0 |
689 | 2024-12-06T19:56:23.288Z | Downloaded unicode-width v0.1.14 |
690 | 2024-12-06T19:56:23.295Z | Downloaded object v0.30.4 |
691 | 2024-12-06T19:56:23.305Z | Downloaded regress v0.9.1 |
692 | 2024-12-06T19:56:23.313Z | Downloaded petname v2.0.2 |
693 | 2024-12-06T19:56:23.319Z | Downloaded object v0.36.5 |
694 | 2024-12-06T19:56:23.331Z | Downloaded regress v0.10.1 |
695 | 2024-12-06T19:56:23.340Z | Downloaded regex-syntax v0.8.5 |
696 | 2024-12-06T19:56:23.348Z | Downloaded webpki-roots v0.26.6 |
697 | 2024-12-06T19:56:23.352Z | Downloaded serde_json v1.0.132 |
698 | 2024-12-06T19:56:23.360Z | Downloaded diesel v2.2.4 |
699 | 2024-12-06T19:56:23.379Z | Downloaded polar-core v0.27.3 |
700 | 2024-12-06T19:56:23.387Z | Downloaded ratatui v0.28.1 |
701 | 2024-12-06T19:56:23.407Z | Downloaded chrono-tz v0.10.0 |
702 | 2024-12-06T19:56:23.413Z | Downloaded zerocopy-derive v0.6.6 |
703 | 2024-12-06T19:56:23.422Z | Downloaded idna v0.3.0 |
704 | 2024-12-06T19:56:23.429Z | Downloaded nix v0.28.0 |
705 | 2024-12-06T19:56:23.441Z | Downloaded idna v0.2.3 |
706 | 2024-12-06T19:56:23.447Z | Downloaded typify-impl v0.2.0 |
707 | 2024-12-06T19:56:23.462Z | Downloaded syn v2.0.87 |
708 | 2024-12-06T19:56:23.473Z | Downloaded bstr v1.10.0 |
709 | 2024-12-06T19:56:23.483Z | Downloaded syn v1.0.109 |
710 | 2024-12-06T19:56:23.493Z | Downloaded regex-automata v0.4.8 |
711 | 2024-12-06T19:56:23.510Z | Downloaded regex-syntax v0.6.29 |
712 | 2024-12-06T19:56:23.517Z | Downloaded rustix v0.38.37 |
713 | 2024-12-06T19:56:23.539Z | Downloaded dropshot v0.13.0 |
714 | 2024-12-06T19:56:23.559Z | Downloaded petgraph v0.6.5 |
715 | 2024-12-06T19:56:23.574Z | Downloaded lzma-sys v0.1.20 |
716 | 2024-12-06T19:56:23.607Z | Downloaded dropshot v0.12.0 |
717 | 2024-12-06T19:56:23.625Z | Downloaded openapiv3 v2.0.0 |
718 | 2024-12-06T19:56:23.636Z | Downloaded sha3 v0.10.8 |
719 | 2024-12-06T19:56:23.640Z | Downloaded nix v0.27.1 |
720 | 2024-12-06T19:56:23.651Z | Downloaded rustls v0.23.14 |
721 | 2024-12-06T19:56:23.662Z | Downloaded rustls v0.22.4 |
722 | 2024-12-06T19:56:23.675Z | Downloaded sqlparser v0.45.0 |
723 | 2024-12-06T19:56:23.680Z | Downloaded sled v0.34.7 |
724 | 2024-12-06T19:56:23.690Z | Downloaded quick-xml v0.33.0 |
725 | 2024-12-06T19:56:23.695Z | Downloaded smoltcp v0.11.0 |
726 | 2024-12-06T19:56:23.708Z | Downloaded lalrpop v0.19.12 |
727 | 2024-12-06T19:56:23.719Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
728 | 2024-12-06T19:56:23.730Z | Downloaded curve25519-dalek v4.1.3 |
729 | 2024-12-06T19:56:23.738Z | Downloaded csv v1.3.0 |
730 | 2024-12-06T19:56:23.757Z | Downloaded zerocopy-derive v0.8.10 |
731 | 2024-12-06T19:56:23.763Z | Downloaded zerocopy v0.8.10 |
732 | 2024-12-06T19:56:23.786Z | Downloaded smoltcp v0.9.1 |
733 | 2024-12-06T19:56:23.795Z | Downloaded chrono v0.4.38 |
734 | 2024-12-06T19:56:23.802Z | Downloaded icu_locid v1.5.0 |
735 | 2024-12-06T19:56:23.806Z | Downloaded bitvec v1.0.1 |
736 | 2024-12-06T19:56:23.821Z | Downloaded regex v1.11.1 |
737 | 2024-12-06T19:56:23.833Z | Downloaded proc-macro-error-attr v1.0.4 |
738 | 2024-12-06T19:56:23.836Z | Downloaded bindgen v0.69.5 |
739 | 2024-12-06T19:56:23.841Z | Downloaded newtype_derive v0.1.6 |
740 | 2024-12-06T19:56:23.843Z | Downloaded mockall v0.13.0 |
741 | 2024-12-06T19:56:23.844Z | Downloaded serde_derive_internals v0.29.1 |
742 | 2024-12-06T19:56:23.846Z | Downloaded memmap v0.7.0 |
743 | 2024-12-06T19:56:23.846Z | Downloaded dirs-sys-next v0.1.2 |
744 | 2024-12-06T19:56:23.849Z | Downloaded ucd-trie v0.1.7 |
745 | 2024-12-06T19:56:23.849Z | Downloaded libm v0.2.8 |
746 | 2024-12-06T19:56:23.857Z | Downloaded russh v0.45.0 |
747 | 2024-12-06T19:56:23.862Z | Downloaded time v0.3.36 |
748 | 2024-12-06T19:56:23.869Z | Downloaded ssh-key v0.6.6 |
749 | 2024-12-06T19:56:23.876Z | Downloaded vsss-rs v3.3.4 |
750 | 2024-12-06T19:56:23.879Z | Downloaded httpmock v0.8.0-alpha.1 |
751 | 2024-12-06T19:56:23.897Z | Downloaded rsa v0.9.6 |
752 | 2024-12-06T19:56:23.901Z | Downloaded libc v0.2.162 |
753 | 2024-12-06T19:56:23.927Z | Downloaded cookie_store v0.21.0 |
754 | 2024-12-06T19:56:23.930Z | Downloaded thiserror-impl v1.0.69 |
755 | 2024-12-06T19:56:23.932Z | Downloaded pretty_assertions v1.4.1 |
756 | 2024-12-06T19:56:23.934Z | Downloaded toml_edit v0.19.15 |
757 | 2024-12-06T19:56:23.948Z | Downloaded tokio v1.40.0 |
758 | 2024-12-06T19:56:23.983Z | Downloaded libz-sys v1.1.20 |
759 | 2024-12-06T19:56:24.002Z | Downloaded parking_lot v0.11.2 |
760 | 2024-12-06T19:56:24.004Z | Downloaded pest v2.7.14 |
761 | 2024-12-06T19:56:24.008Z | Downloaded zerocopy v0.7.35 |
762 | 2024-12-06T19:56:24.022Z | Downloaded synstructure v0.13.1 |
763 | 2024-12-06T19:56:24.025Z | Downloaded num-iter v0.1.45 |
764 | 2024-12-06T19:56:24.025Z | Downloaded cookie v0.18.1 |
765 | 2024-12-06T19:56:24.027Z | Downloaded uuid v1.11.0 |
766 | 2024-12-06T19:56:24.029Z | Downloaded blake3 v1.5.4 |
767 | 2024-12-06T19:56:24.036Z | Downloaded digest v0.10.7 |
768 | 2024-12-06T19:56:24.038Z | Downloaded vergen v8.3.2 |
769 | 2024-12-06T19:56:24.040Z | Downloaded parse-display v0.10.0 |
770 | 2024-12-06T19:56:24.043Z | Downloaded itertools v0.12.1 |
771 | 2024-12-06T19:56:24.047Z | Downloaded serde_with v3.11.0 |
772 | 2024-12-06T19:56:24.055Z | Downloaded similar v2.6.0 |
773 | 2024-12-06T19:56:24.059Z | Downloaded unicode-bidi v0.3.17 |
774 | 2024-12-06T19:56:24.061Z | Downloaded typed-path v0.9.3 |
775 | 2024-12-06T19:56:24.067Z | Downloaded rusqlite v0.32.1 |
776 | 2024-12-06T19:56:24.073Z | Downloaded termios v0.3.3 |
777 | 2024-12-06T19:56:24.075Z | Downloaded terminal_size v0.4.0 |
778 | 2024-12-06T19:56:24.077Z | Downloaded siphasher v0.3.11 |
779 | 2024-12-06T19:56:24.077Z | Downloaded simd-adler32 v0.3.7 |
780 | 2024-12-06T19:56:24.079Z | Downloaded pin-project v1.1.6 |
781 | 2024-12-06T19:56:24.087Z | Downloaded log v0.4.22 |
782 | 2024-12-06T19:56:24.090Z | Downloaded proc-macro2 v1.0.89 |
783 | 2024-12-06T19:56:24.092Z | Downloaded parking_lot v0.12.3 |
784 | 2024-12-06T19:56:24.095Z | Downloaded omicron-zone-package v0.11.1 |
785 | 2024-12-06T19:56:24.097Z | Downloaded memchr v2.7.4 |
786 | 2024-12-06T19:56:24.101Z | Downloaded rust-argon2 v2.1.0 |
787 | 2024-12-06T19:56:24.104Z | Downloaded rtoolbox v0.0.2 |
788 | 2024-12-06T19:56:24.106Z | Downloaded pkcs8 v0.10.2 |
789 | 2024-12-06T19:56:24.108Z | Downloaded pin-project-lite v0.2.14 |
790 | 2024-12-06T19:56:24.111Z | Downloaded pin-project-internal v1.1.6 |
791 | 2024-12-06T19:56:24.113Z | Downloaded tinytemplate v1.2.1 |
792 | 2024-12-06T19:56:24.116Z | Downloaded minimal-lexical v0.2.1 |
793 | 2024-12-06T19:56:24.118Z | Downloaded dropshot_endpoint v0.12.0 |
794 | 2024-12-06T19:56:24.120Z | Downloaded rstest_macros v0.23.0 |
795 | 2024-12-06T19:56:24.123Z | Downloaded rstest v0.23.0 |
796 | 2024-12-06T19:56:24.128Z | Downloaded toml v0.7.8 |
797 | 2024-12-06T19:56:24.131Z | Downloaded toml_edit v0.22.22 |
798 | 2024-12-06T19:56:24.151Z | Downloaded lru v0.12.5 |
799 | 2024-12-06T19:56:24.153Z | Downloaded lazycell v1.3.0 |
800 | 2024-12-06T19:56:24.155Z | Downloaded lazy_static v1.5.0 |
801 | 2024-12-06T19:56:24.157Z | Downloaded encoding_rs v0.8.34 |
802 | 2024-12-06T19:56:24.174Z | Downloaded dunce v1.0.5 |
803 | 2024-12-06T19:56:24.177Z | Downloaded dsl_auto_type v0.1.2 |
804 | 2024-12-06T19:56:24.177Z | Downloaded ecdsa v0.16.9 |
805 | 2024-12-06T19:56:24.179Z | Downloaded openssl-sys v0.9.103 |
806 | 2024-12-06T19:56:24.183Z | Downloaded crypto-bigint v0.5.5 |
807 | 2024-12-06T19:56:24.188Z | Downloaded console v0.15.8 |
808 | 2024-12-06T19:56:24.192Z | Downloaded unicode_categories v0.1.1 |
809 | 2024-12-06T19:56:24.194Z | Downloaded waitgroup v0.1.2 |
810 | 2024-12-06T19:56:24.194Z | Downloaded linked-hash-map v0.5.6 |
811 | 2024-12-06T19:56:24.196Z | Downloaded scroll v0.12.0 |
812 | 2024-12-06T19:56:24.196Z | Downloaded scopeguard v1.2.0 |
813 | 2024-12-06T19:56:24.198Z | Downloaded indexmap v1.9.3 |
814 | 2024-12-06T19:56:24.200Z | Downloaded datatest-stable v0.2.9 |
815 | 2024-12-06T19:56:24.203Z | Downloaded stable_deref_trait v1.2.0 |
816 | 2024-12-06T19:56:24.203Z | Downloaded ssh-encoding v0.2.0 |
817 | 2024-12-06T19:56:24.206Z | Downloaded zip v0.6.6 |
818 | 2024-12-06T19:56:24.208Z | Downloaded slog v2.7.0 |
819 | 2024-12-06T19:56:24.211Z | Downloaded parse-zoneinfo v0.3.1 |
820 | 2024-12-06T19:56:24.213Z | Downloaded icu_locid_transform_data v1.5.0 |
821 | 2024-12-06T19:56:24.217Z | Downloaded serde v1.0.215 |
822 | 2024-12-06T19:56:24.217Z | Downloaded predicates v3.1.2 |
823 | 2024-12-06T19:56:24.220Z | Downloaded darling_core v0.20.10 |
824 | 2024-12-06T19:56:24.224Z | Downloaded pbkdf2 v0.12.2 |
825 | 2024-12-06T19:56:24.226Z | Downloaded paste v1.0.15 |
826 | 2024-12-06T19:56:24.228Z | Downloaded rcgen v0.12.1 |
827 | 2024-12-06T19:56:24.232Z | Downloaded ipnetwork v0.20.0 |
828 | 2024-12-06T19:56:24.234Z | Downloaded internet-checksum v0.2.1 |
829 | 2024-12-06T19:56:24.234Z | Downloaded tokio-tungstenite v0.21.0 |
830 | 2024-12-06T19:56:24.236Z | Downloaded tokio-stream v0.1.16 |
831 | 2024-12-06T19:56:24.240Z | Downloaded sec1 v0.7.3 |
832 | 2024-12-06T19:56:24.242Z | Downloaded scrypt v0.11.0 |
833 | 2024-12-06T19:56:24.244Z | Downloaded is-terminal v0.4.13 |
834 | 2024-12-06T19:56:24.244Z | Downloaded time-macros v0.2.18 |
835 | 2024-12-06T19:56:24.247Z | Downloaded yoke v0.7.4 |
836 | 2024-12-06T19:56:24.247Z | Downloaded multer v3.1.0 |
837 | 2024-12-06T19:56:24.249Z | Downloaded http v1.1.0 |
838 | 2024-12-06T19:56:24.253Z | Downloaded des v0.8.1 |
839 | 2024-12-06T19:56:24.255Z | Downloaded derive_more v0.99.18 |
840 | 2024-12-06T19:56:24.258Z | Downloaded chacha20poly1305 v0.10.1 |
841 | 2024-12-06T19:56:24.261Z | Downloaded cc v1.1.30 |
842 | 2024-12-06T19:56:24.263Z | Downloaded zone v0.1.8 |
843 | 2024-12-06T19:56:24.265Z | Downloaded proc-macro-error v1.0.4 |
844 | 2024-12-06T19:56:24.269Z | Downloaded clap_derive v4.5.18 |
845 | 2024-12-06T19:56:24.269Z | Downloaded path-tree v0.8.1 |
846 | 2024-12-06T19:56:24.272Z | Downloaded icu_provider v1.5.0 |
847 | 2024-12-06T19:56:24.274Z | Downloaded base64 v0.21.7 |
848 | 2024-12-06T19:56:24.276Z | Downloaded nanorand v0.7.0 |
849 | 2024-12-06T19:56:24.279Z | Downloaded md-5 v0.10.6 |
850 | 2024-12-06T19:56:24.281Z | Downloaded phf v0.11.2 |
851 | 2024-12-06T19:56:24.281Z | Downloaded proc-macro-crate v3.2.0 |
852 | 2024-12-06T19:56:24.283Z | Downloaded num-complex v0.4.6 |
853 | 2024-12-06T19:56:24.283Z | Downloaded libtest-mimic v0.7.3 |
854 | 2024-12-06T19:56:24.286Z | Downloaded libsw v3.3.1 |
855 | 2024-12-06T19:56:24.288Z | Downloaded signal-hook v0.3.17 |
856 | 2024-12-06T19:56:24.290Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
857 | 2024-12-06T19:56:24.343Z | Downloaded serde_yaml v0.9.34+deprecated |
858 | 2024-12-06T19:56:24.346Z | Downloaded hashbrown v0.12.3 |
859 | 2024-12-06T19:56:24.350Z | Downloaded thiserror-no-std v2.0.2 |
860 | 2024-12-06T19:56:24.353Z | Downloaded heapless v0.7.17 |
861 | 2024-12-06T19:56:24.356Z | Downloaded bytes v1.8.0 |
862 | 2024-12-06T19:56:24.360Z | Downloaded serde_with_macros v3.11.0 |
863 | 2024-12-06T19:56:24.362Z | Downloaded rand_distr v0.4.3 |
864 | 2024-12-06T19:56:24.364Z | Downloaded derive_builder v0.20.2 |
865 | 2024-12-06T19:56:24.368Z | Downloaded clap_lex v0.7.2 |
866 | 2024-12-06T19:56:24.371Z | Downloaded unicode-xid v0.2.6 |
867 | 2024-12-06T19:56:24.371Z | Downloaded unicase v2.7.0 |
868 | 2024-12-06T19:56:24.374Z | Downloaded ron v0.7.1 |
869 | 2024-12-06T19:56:24.376Z | Downloaded ref-cast v1.0.23 |
870 | 2024-12-06T19:56:24.379Z | Downloaded postcard v1.0.10 |
871 | 2024-12-06T19:56:24.381Z | Downloaded poly1305 v0.8.0 |
872 | 2024-12-06T19:56:24.384Z | Downloaded heapless v0.8.0 |
873 | 2024-12-06T19:56:24.387Z | Downloaded headers v0.4.0 |
874 | 2024-12-06T19:56:24.391Z | Downloaded blake2 v0.10.6 |
875 | 2024-12-06T19:56:24.394Z | Downloaded partial-io v0.5.4 |
876 | 2024-12-06T19:56:24.396Z | Downloaded camino v1.1.9 |
877 | 2024-12-06T19:56:24.398Z | Downloaded packed_struct v0.10.1 |
878 | 2024-12-06T19:56:24.400Z | Downloaded utf-8 v0.7.6 |
879 | 2024-12-06T19:56:24.402Z | Downloaded usdt-impl v0.5.0 |
880 | 2024-12-06T19:56:24.402Z | Downloaded usdt v0.5.0 |
881 | 2024-12-06T19:56:24.402Z | Downloaded untrusted v0.9.0 |
882 | 2024-12-06T19:56:24.405Z | Downloaded unarray v0.1.4 |
883 | 2024-12-06T19:56:24.405Z | Downloaded bitflags v2.6.0 |
884 | 2024-12-06T19:56:24.408Z | Downloaded postgres-protocol v0.6.7 |
885 | 2024-12-06T19:56:24.410Z | Downloaded password-hash v0.4.2 |
886 | 2024-12-06T19:56:24.413Z | Downloaded thread_local v1.1.8 |
887 | 2024-12-06T19:56:24.413Z | Downloaded thread-id v4.2.2 |
888 | 2024-12-06T19:56:24.415Z | Downloaded target-spec v3.2.2 |
889 | 2024-12-06T19:56:24.415Z | Downloaded tabled_derive v0.7.0 |
890 | 2024-12-06T19:56:24.424Z | Downloaded anyhow v1.0.93 |
891 | 2024-12-06T19:56:24.424Z | Downloaded static_assertions v1.1.0 |
892 | 2024-12-06T19:56:24.424Z | Downloaded spki v0.7.3 |
893 | 2024-12-06T19:56:24.424Z | Downloaded shlex v1.3.0 |
894 | 2024-12-06T19:56:24.424Z | Downloaded shell-words v1.1.0 |
895 | 2024-12-06T19:56:24.434Z | Downloaded sha1 v0.10.6 |
896 | 2024-12-06T19:56:24.434Z | Downloaded serde_regex v1.1.0 |
897 | 2024-12-06T19:56:24.434Z | Downloaded scheduled-thread-pool v0.2.7 |
898 | 2024-12-06T19:56:24.434Z | Downloaded rustfmt-wrapper v0.2.1 |
899 | 2024-12-06T19:56:24.434Z | Downloaded httptest v0.16.1 |
900 | 2024-12-06T19:56:24.434Z | Downloaded highway v1.2.0 |
901 | 2024-12-06T19:56:24.434Z | Downloaded async-task v4.7.1 |
902 | 2024-12-06T19:56:24.437Z | Downloaded async-process v2.3.0 |
903 | 2024-12-06T19:56:24.437Z | Downloaded async-lock v3.4.0 |
904 | 2024-12-06T19:56:24.439Z | Downloaded block-buffer v0.10.4 |
905 | 2024-12-06T19:56:24.442Z | Downloaded http-body-util v0.1.2 |
906 | 2024-12-06T19:56:24.442Z | Downloaded hex-literal v0.4.1 |
907 | 2024-12-06T19:56:24.451Z | Downloaded hex v0.4.3 |
908 | 2024-12-06T19:56:24.451Z | Downloaded heck v0.4.1 |
909 | 2024-12-06T19:56:24.451Z | Downloaded hashlink v0.9.1 |
910 | 2024-12-06T19:56:24.451Z | Downloaded hash32 v0.2.1 |
911 | 2024-12-06T19:56:24.451Z | Downloaded funty v2.0.0 |
912 | 2024-12-06T19:56:24.451Z | Downloaded filetime v0.2.25 |
913 | 2024-12-06T19:56:24.451Z | Downloaded heck v0.5.0 |
914 | 2024-12-06T19:56:24.451Z | Downloaded heck v0.3.3 |
915 | 2024-12-06T19:56:24.457Z | Downloaded futures-io v0.3.31 |
916 | 2024-12-06T19:56:24.457Z | Downloaded bitflags v1.3.2 |
917 | 2024-12-06T19:56:24.457Z | Downloaded base16ct v0.2.0 |
918 | 2024-12-06T19:56:24.457Z | Downloaded async-executor v1.13.1 |
919 | 2024-12-06T19:56:24.460Z | Downloaded bit-set v0.5.3 |
920 | 2024-12-06T19:56:24.460Z | Downloaded hash32 v0.3.1 |
921 | 2024-12-06T19:56:24.463Z | Downloaded group v0.13.0 |
922 | 2024-12-06T19:56:24.463Z | Downloaded ghash v0.5.1 |
923 | 2024-12-06T19:56:24.463Z | Downloaded gethostname v0.5.0 |
924 | 2024-12-06T19:56:24.465Z | Downloaded form_urlencoded v1.2.1 |
925 | 2024-12-06T19:56:24.465Z | Downloaded foreign-types-macros v0.2.3 |
926 | 2024-12-06T19:56:24.465Z | Downloaded futures-core v0.3.31 |
927 | 2024-12-06T19:56:24.468Z | Downloaded async-channel v1.9.0 |
928 | 2024-12-06T19:56:24.468Z | Downloaded atty v0.2.14 |
929 | 2024-12-06T19:56:24.470Z | Downloaded async-attributes v1.1.2 |
930 | 2024-12-06T19:56:24.470Z | Downloaded anstyle-query v1.1.1 |
931 | 2024-12-06T19:56:24.473Z | Downloaded foreign-types v0.5.0 |
932 | 2024-12-06T19:56:24.473Z | Downloaded float-ord v0.3.2 |
933 | 2024-12-06T19:56:24.473Z | Downloaded futures-lite v2.3.0 |
934 | 2024-12-06T19:56:24.476Z | Downloaded futures-executor v0.3.31 |
935 | 2024-12-06T19:56:24.476Z | Downloaded foldhash v0.1.3 |
936 | 2024-12-06T19:56:24.476Z | Downloaded flume v0.11.1 |
937 | 2024-12-06T19:56:24.479Z | Downloaded async-signal v0.2.10 |
938 | 2024-12-06T19:56:24.481Z | Downloaded argon2 v0.5.3 |
939 | 2024-12-06T19:56:24.484Z | Downloaded async-object-pool v0.1.5 |
940 | 2024-12-06T19:56:24.486Z | Downloaded event-listener v5.3.1 |
941 | 2024-12-06T19:56:24.488Z | Downloaded atomicwrites v0.4.4 |
942 | 2024-12-06T19:56:24.488Z | Downloaded atomic-waker v1.1.2 |
943 | 2024-12-06T19:56:24.490Z | Downloaded async-stream v0.3.6 |
944 | 2024-12-06T19:56:24.492Z | Downloaded async-global-executor v2.4.1 |
945 | 2024-12-06T19:56:24.492Z | Downloaded async-channel v2.3.1 |
946 | 2024-12-06T19:56:24.495Z | Downloaded arrayref v0.3.9 |
947 | 2024-12-06T19:56:24.496Z | Downloaded ring v0.17.8 |
948 | 2024-12-06T19:56:24.560Z | Downloaded anstyle-parse v0.2.5 |
949 | 2024-12-06T19:56:24.563Z | Downloaded anstyle v1.0.10 |
950 | 2024-12-06T19:56:24.565Z | Downloaded escape8259 v0.5.3 |
951 | 2024-12-06T19:56:24.565Z | Downloaded assert_cmd v2.0.16 |
952 | 2024-12-06T19:56:24.567Z | Downloaded ascii-canvas v3.0.0 |
953 | 2024-12-06T19:56:24.567Z | Downloaded aes-gcm v0.10.3 |
954 | 2024-12-06T19:56:24.570Z | Downloaded aes v0.8.4 |
955 | 2024-12-06T19:56:24.623Z | Downloaded ring v0.16.20 |
956 | 2024-12-06T19:56:24.999Z | Downloaded libsqlite3-sys v0.30.1 |
957 | 2024-12-06T19:56:25.270Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-06T19:56:25.746Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-06T19:56:45.319Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-06T19:56:49.463Z | Startup: Caching catalogs ... Done |
961 | 2024-12-06T19:56:59.611Z | Planning: Solver setup ... Done (9.292s) |
962 | 2024-12-06T19:56:59.739Z | Planning: Running solver ... Done (0.128s) |
963 | 2024-12-06T19:57:00.057Z | Planning: Finding local manifests ... Done (0.221s) |
964 | 2024-12-06T19:57:00.070Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-06T19:57:00.287Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-06T19:57:00.632Z | Planning: Package planning ... Done (0.345s) |
967 | 2024-12-06T19:57:00.689Z | Planning: Merging actions ... Done (0.057s) |
968 | 2024-12-06T19:57:01.949Z | Planning: Checking for conflicting actions ... Done (1.260s) |
969 | 2024-12-06T19:57:12.728Z | Planning: Consolidating action changes ... Done (10.779s) |
970 | 2024-12-06T19:57:13.181Z | Planning: Evaluating mediators ... Done (0.453s) |
971 | 2024-12-06T19:57:13.373Z | Planning: Planning completed in 23.82 seconds |
972 | 2024-12-06T19:57:14.498Z | Packages to install: 4 |
973 | 2024-12-06T19:57:14.498Z | Packages to update: 1 |
974 | 2024-12-06T19:57:14.500Z | Mediators to change: 2 |
975 | 2024-12-06T19:57:14.500Z | Services to change: 1 |
976 | 2024-12-06T19:57:14.500Z | Estimated space available: 155.37 GB |
977 | 2024-12-06T19:57:14.500Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-06T19:57:14.500Z | Create boot environment: No |
979 | 2024-12-06T19:57:14.500Z | Create backup boot environment: Yes |
980 | 2024-12-06T19:57:14.500Z | Rebuild boot archive: No |
981 | 2024-12-06T19:57:14.500Z | |
982 | 2024-12-06T19:57:14.500Z | Changed mediators: |
983 | 2024-12-06T19:57:14.500Z | mediator clang: |
984 | 2024-12-06T19:57:14.500Z | version: None -> 15 (system default) |
985 | 2024-12-06T19:57:14.500Z | |
986 | 2024-12-06T19:57:14.500Z | mediator llvm: |
987 | 2024-12-06T19:57:14.500Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-06T19:57:14.500Z | |
989 | 2024-12-06T19:57:14.500Z | Changed packages: |
990 | 2024-12-06T19:57:14.500Z | helios-dev |
991 | 2024-12-06T19:57:14.500Z | developer/build-essential |
992 | 2024-12-06T19:57:14.500Z | None -> 11-2.0 |
993 | 2024-12-06T19:57:14.502Z | library/libxmlsec1 |
994 | 2024-12-06T19:57:14.502Z | None -> 1.2.35-2.0 |
995 | 2024-12-06T19:57:14.502Z | ooce/developer/clang-15 |
996 | 2024-12-06T19:57:14.502Z | None -> 15.0.7-2.0 |
997 | 2024-12-06T19:57:14.502Z | ooce/developer/llvm-15 |
998 | 2024-12-06T19:57:14.502Z | None -> 15.0.7-2.0 |
999 | 2024-12-06T19:57:14.502Z | package/pkg |
1000 | 2024-12-06T19:57:14.502Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-06T19:57:14.502Z | |
1002 | 2024-12-06T19:57:14.502Z | Services: |
1003 | 2024-12-06T19:57:14.502Z | restart_fmri: |
1004 | 2024-12-06T19:57:14.502Z | svc:/system/update-man-index:default |
1005 | 2024-12-06T19:57:14.502Z | |
1006 | 2024-12-06T19:57:14.502Z | Editable files to change: |
1007 | 2024-12-06T19:57:14.502Z | Update: |
1008 | 2024-12-06T19:57:14.502Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-06T19:57:15.101Z | |
1010 | 2024-12-06T19:57:15.101Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-06T19:57:20.105Z | Download: 1380/4281 items 105.0/220.6MB 47% complete (21.2M/s) |
1012 | 2024-12-06T19:57:25.104Z | Download: 3207/4281 items 163.9/220.6MB 74% complete (16.3M/s) |
1013 | 2024-12-06T19:57:29.542Z | Download: Completed 220.60 MB in 14.44 seconds (15.3M/s) |
1014 | 2024-12-06T19:57:30.493Z | Actions: 1/5063 actions (Removing old actions) |
1015 | 2024-12-06T19:57:30.510Z | Actions: 194/5063 actions (Installing new actions) |
1016 | 2024-12-06T19:57:35.620Z | Actions: 4083/5063 actions (Installing new actions) |
1017 | 2024-12-06T19:57:36.399Z | Actions: 4226/5063 actions (Updating modified actions) |
1018 | 2024-12-06T19:57:36.845Z | Actions: Completed 5063 actions in 6.35 seconds. |
1019 | 2024-12-06T19:57:37.068Z | Done (0.215s) |
1020 | 2024-12-06T19:57:37.071Z | Done (0.000s) |
1021 | 2024-12-06T19:57:37.631Z | Done (0.561s) |
1022 | 2024-12-06T19:57:45.275Z | Done (7.426s) |
1023 | 2024-12-06T19:57:45.853Z | Done (0.504s) |
1024 | 2024-12-06T19:57:45.855Z | Done (0.000s) |
1025 | 2024-12-06T19:57:46.041Z | Done (0.000s) |
1026 | 2024-12-06T19:57:46.725Z | Planning: Evaluating mediator changes ... Done |
1027 | 2024-12-06T19:57:46.884Z | Planning: Checking for conflicting actions ... Done |
1028 | 2024-12-06T19:57:46.886Z | Planning: Consolidating action changes ... Done |
1029 | 2024-12-06T19:57:47.150Z | Planning: Evaluating mediators ... Done |
1030 | 2024-12-06T19:57:47.153Z | Planning: Planning completed in 0.43 seconds |
1031 | 2024-12-06T19:57:47.188Z | Mediators to change: 2 |
1032 | 2024-12-06T19:57:47.190Z | Create boot environment: No |
1033 | 2024-12-06T19:57:47.190Z | Create backup boot environment: No |
1034 | 2024-12-06T19:57:47.259Z | Done |
1035 | 2024-12-06T19:57:47.259Z | Done |
1036 | 2024-12-06T19:57:47.607Z | Done |
1037 | 2024-12-06T19:57:51.179Z | Done |
1038 | 2024-12-06T19:57:51.268Z | Done |
1039 | 2024-12-06T19:57:51.271Z | Done |
1040 | 2024-12-06T19:57:51.414Z | Done |
1041 | 2024-12-06T19:57:52.026Z | Planning: Evaluating mediator changes ... Done |
1042 | 2024-12-06T19:57:52.028Z | Planning: Merging actions ... Done |
1043 | 2024-12-06T19:57:52.218Z | Planning: Checking for conflicting actions ... Done |
1044 | 2024-12-06T19:57:52.220Z | Planning: Consolidating action changes ... Done |
1045 | 2024-12-06T19:57:52.488Z | Planning: Evaluating mediators ... Done |
1046 | 2024-12-06T19:57:52.545Z | Planning: Planning completed in 0.76 seconds |
1047 | 2024-12-06T19:57:52.584Z | Packages to change: 1 |
1048 | 2024-12-06T19:57:52.584Z | Mediators to change: 1 |
1049 | 2024-12-06T19:57:52.586Z | Services to change: 1 |
1050 | 2024-12-06T19:57:52.586Z | Create boot environment: No |
1051 | 2024-12-06T19:57:52.587Z | Create backup boot environment: Yes |
1052 | 2024-12-06T19:57:54.705Z | Actions: 1/6 actions (Updating modified actions) |
1053 | 2024-12-06T19:57:54.822Z | Actions: Completed 6 actions in 0.12 seconds. |
1054 | 2024-12-06T19:57:54.826Z | Done |
1055 | 2024-12-06T19:57:54.826Z | Done |
1056 | 2024-12-06T19:57:54.935Z | Done |
1057 | 2024-12-06T19:57:58.526Z | Done |
1058 | 2024-12-06T19:57:58.618Z | Done |
1059 | 2024-12-06T19:57:58.620Z | Done |
1060 | 2024-12-06T19:57:58.783Z | Done |
1061 | 2024-12-06T19:57:59.219Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1062 | 2024-12-06T19:57:59.219Z | clang system 15 system |
1063 | 2024-12-06T19:57:59.219Z | csh system system illumos |
1064 | 2024-12-06T19:57:59.219Z | ctags system system illumos |
1065 | 2024-12-06T19:57:59.219Z | gcc vendor 12 vendor |
1066 | 2024-12-06T19:57:59.219Z | gcc system 10 system |
1067 | 2024-12-06T19:57:59.220Z | gcc system 7 system |
1068 | 2024-12-06T19:57:59.220Z | go system 1.20 system |
1069 | 2024-12-06T19:57:59.220Z | go system 1.19 system |
1070 | 2024-12-06T19:57:59.220Z | llvm system 15 system |
1071 | 2024-12-06T19:57:59.220Z | llvm system 14 system |
1072 | 2024-12-06T19:57:59.220Z | mariadb system 10.6 system |
1073 | 2024-12-06T19:57:59.220Z | mta vendor vendor dma |
1074 | 2024-12-06T19:57:59.220Z | openjdk system 17 system |
1075 | 2024-12-06T19:57:59.220Z | openjdk system 11 system |
1076 | 2024-12-06T19:57:59.220Z | openjdk system 1.8 system |
1077 | 2024-12-06T19:57:59.220Z | openssl vendor 3 vendor |
1078 | 2024-12-06T19:57:59.220Z | perl system 5.36 system |
1079 | 2024-12-06T19:57:59.220Z | postgresql system 15 system |
1080 | 2024-12-06T19:57:59.220Z | postgresql system 13 system |
1081 | 2024-12-06T19:57:59.220Z | python vendor 3 vendor |
1082 | 2024-12-06T19:57:59.220Z | python system 2 system |
1083 | 2024-12-06T19:57:59.220Z | python3 system 3.11 system |
1084 | 2024-12-06T19:57:59.220Z | ruby system 3.0 system |
1085 | 2024-12-06T19:57:59.220Z | words vendor vendor american-english |
1086 | 2024-12-06T19:57:59.220Z | words system system australian-english |
1087 | 2024-12-06T19:57:59.220Z | words system system british-english |
1088 | 2024-12-06T19:57:59.220Z | words system system canadian-english |
1089 | 2024-12-06T19:57:59.220Z | words system system french |
1090 | 2024-12-06T19:57:59.220Z | words system system italian |
1091 | 2024-12-06T19:57:59.220Z | words system system ngerman |
1092 | 2024-12-06T19:57:59.221Z | words system system ogerman |
1093 | 2024-12-06T19:57:59.221Z | words system system spanish |
1094 | 2024-12-06T19:57:59.556Z | PUBLISHER TYPE STATUS P LOCATION |
1095 | 2024-12-06T19:57:59.556Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1096 | 2024-12-06T19:58:02.222Z | FMRI IFO |
1097 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1098 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1099 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1100 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1101 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1102 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1103 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1104 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1105 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1106 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1107 | 2024-12-06T19:58:02.222Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1108 | 2024-12-06T19:58:02.223Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1109 | 2024-12-06T19:58:02.223Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1110 | 2024-12-06T19:58:02.223Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1111 | 2024-12-06T19:58:02.223Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1112 | 2024-12-06T19:58:03.256Z | Downloading crates ... |
1113 | 2024-12-06T19:58:03.344Z | Downloaded cargo_toml v0.20.5 |
1114 | 2024-12-06T19:58:03.479Z | Compiling proc-macro2 v1.0.89 |
1115 | 2024-12-06T19:58:03.479Z | Compiling unicode-ident v1.0.13 |
1116 | 2024-12-06T19:58:03.479Z | Compiling version_check v0.9.5 |
1117 | 2024-12-06T19:58:03.482Z | Compiling serde v1.0.215 |
1118 | 2024-12-06T19:58:03.482Z | Compiling thiserror v1.0.69 |
1119 | 2024-12-06T19:58:03.482Z | Compiling memchr v2.7.4 |
1120 | 2024-12-06T19:58:03.482Z | Compiling libc v0.2.162 |
1121 | 2024-12-06T19:58:03.482Z | Compiling ryu v1.0.18 |
1122 | 2024-12-06T19:58:03.733Z | Compiling itoa v1.0.11 |
1123 | 2024-12-06T19:58:03.872Z | Compiling ucd-trie v0.1.7 |
1124 | 2024-12-06T19:58:03.943Z | Compiling once_cell v1.20.2 |
1125 | 2024-12-06T19:58:04.302Z | Compiling byteorder v1.5.0 |
1126 | 2024-12-06T19:58:04.369Z | Compiling rustix v0.38.37 |
1127 | 2024-12-06T19:58:04.644Z | Compiling serde_json v1.0.132 |
1128 | 2024-12-06T19:58:05.777Z | Compiling bitflags v2.6.0 |
1129 | 2024-12-06T19:58:05.789Z | Compiling usdt-impl v0.5.0 |
1130 | 2024-12-06T19:58:05.825Z | Compiling proc-macro-error-attr v1.0.4 |
1131 | 2024-12-06T19:58:05.996Z | Compiling syn v1.0.109 |
1132 | 2024-12-06T19:58:06.047Z | Compiling proc-macro-error v1.0.4 |
1133 | 2024-12-06T19:58:06.115Z | Compiling equivalent v1.0.1 |
1134 | 2024-12-06T19:58:06.162Z | Compiling camino v1.1.9 |
1135 | 2024-12-06T19:58:06.205Z | Compiling log v0.4.22 |
1136 | 2024-12-06T19:58:06.218Z | Compiling utf8parse v0.2.2 |
1137 | 2024-12-06T19:58:06.291Z | Compiling hashbrown v0.15.0 |
1138 | 2024-12-06T19:58:06.355Z | Compiling plain v0.2.3 |
1139 | 2024-12-06T19:58:06.486Z | Compiling thread-id v4.2.2 |
1140 | 2024-12-06T19:58:06.511Z | Compiling anstyle-parse v0.2.5 |
1141 | 2024-12-06T19:58:06.653Z | Compiling winnow v0.6.20 |
1142 | 2024-12-06T19:58:06.705Z | Compiling colorchoice v1.0.2 |
1143 | 2024-12-06T19:58:06.822Z | Compiling quote v1.0.37 |
1144 | 2024-12-06T19:58:06.837Z | Compiling semver v1.0.23 |
1145 | 2024-12-06T19:58:06.848Z | Compiling anstyle v1.0.10 |
1146 | 2024-12-06T19:58:06.882Z | Compiling anstyle-query v1.1.1 |
1147 | 2024-12-06T19:58:07.017Z | Compiling errno v0.3.9 |
1148 | 2024-12-06T19:58:07.237Z | Compiling syn v2.0.87 |
1149 | 2024-12-06T19:58:07.354Z | Compiling unicode-width v0.1.14 |
1150 | 2024-12-06T19:58:07.475Z | Compiling indexmap v2.6.0 |
1151 | 2024-12-06T19:58:07.514Z | Compiling is_terminal_polyfill v1.70.1 |
1152 | 2024-12-06T19:58:07.630Z | Compiling autocfg v1.4.0 |
1153 | 2024-12-06T19:58:07.859Z | Compiling pretty-hex v0.4.1 |
1154 | 2024-12-06T19:58:08.046Z | Compiling anstream v0.6.15 |
1155 | 2024-12-06T19:58:08.821Z | Compiling fs-err v2.11.0 |
1156 | 2024-12-06T19:58:08.990Z | Compiling anyhow v1.0.93 |
1157 | 2024-12-06T19:58:09.079Z | Compiling fastrand v2.1.1 |
1158 | 2024-12-06T19:58:09.169Z | Compiling bytecount v0.6.8 |
1159 | 2024-12-06T19:58:09.362Z | Compiling clap_lex v0.7.2 |
1160 | 2024-12-06T19:58:09.375Z | Compiling cfg-if v1.0.0 |
1161 | 2024-12-06T19:58:09.456Z | Compiling terminal_size v0.4.0 |
1162 | 2024-12-06T19:58:09.617Z | Compiling strsim v0.11.1 |
1163 | 2024-12-06T19:58:09.620Z | Compiling fnv v1.0.7 |
1164 | 2024-12-06T19:58:09.644Z | Compiling heck v0.5.0 |
1165 | 2024-12-06T19:58:09.747Z | Compiling heck v0.4.1 |
1166 | 2024-12-06T19:58:09.858Z | Compiling papergrid v0.11.0 |
1167 | 2024-12-06T19:58:10.152Z | Compiling clap_builder v4.5.21 |
1168 | 2024-12-06T19:58:10.443Z | Compiling tempfile v3.13.0 |
1169 | 2024-12-06T19:58:10.570Z | Compiling memmap v0.7.0 |
1170 | 2024-12-06T19:58:10.654Z | Compiling smawk v0.3.2 |
1171 | 2024-12-06T19:58:10.858Z | Compiling unicode-linebreak v0.1.5 |
1172 | 2024-12-06T19:58:11.325Z | Compiling textwrap v0.16.1 |
1173 | 2024-12-06T19:58:11.366Z | Compiling swrite v0.1.0 |
1174 | 2024-12-06T19:58:12.727Z | Compiling tabled_derive v0.7.0 |
1175 | 2024-12-06T19:58:14.183Z | Compiling tabled v0.15.0 |
1176 | 2024-12-06T19:58:16.130Z | Compiling serde_derive v1.0.215 |
1177 | 2024-12-06T19:58:16.132Z | Compiling thiserror-impl v1.0.69 |
1178 | 2024-12-06T19:58:16.132Z | Compiling zerocopy-derive v0.7.35 |
1179 | 2024-12-06T19:58:16.132Z | Compiling scroll_derive v0.12.0 |
1180 | 2024-12-06T19:58:16.132Z | Compiling clap_derive v4.5.18 |
1181 | 2024-12-06T19:58:17.391Z | Compiling scroll v0.12.0 |
1182 | 2024-12-06T19:58:17.815Z | Compiling zerocopy v0.7.35 |
1183 | 2024-12-06T19:58:17.938Z | Compiling goblin v0.8.2 |
1184 | 2024-12-06T19:58:18.735Z | Compiling pest v2.7.14 |
1185 | 2024-12-06T19:58:19.892Z | Compiling clap v4.5.21 |
1186 | 2024-12-06T19:58:20.973Z | Compiling pest_meta v2.7.14 |
1187 | 2024-12-06T19:58:21.800Z | Compiling pest_generator v2.7.14 |
1188 | 2024-12-06T19:58:23.820Z | Compiling pest_derive v2.7.14 |
1189 | 2024-12-06T19:58:24.555Z | Compiling dtrace-parser v0.2.0 |
1190 | 2024-12-06T19:58:26.084Z | Compiling serde_spanned v0.6.8 |
1191 | 2024-12-06T19:58:26.084Z | Compiling toml_datetime v0.6.8 |
1192 | 2024-12-06T19:58:26.087Z | Compiling cargo-platform v0.1.8 |
1193 | 2024-12-06T19:58:26.482Z | Compiling serde_tokenstream v0.2.2 |
1194 | 2024-12-06T19:58:26.526Z | Compiling toml_edit v0.22.22 |
1195 | 2024-12-06T19:58:26.611Z | Compiling macaddr v1.0.1 |
1196 | 2024-12-06T19:58:26.719Z | Compiling camino-tempfile v1.1.1 |
1197 | 2024-12-06T19:58:27.559Z | Compiling dof v0.3.0 |
1198 | 2024-12-06T19:58:27.559Z | Compiling cargo_metadata v0.18.1 |
1199 | 2024-12-06T19:58:29.338Z | Compiling toml v0.8.19 |
1200 | 2024-12-06T19:58:29.587Z | Compiling usdt-attr-macro v0.5.0 |
1201 | 2024-12-06T19:58:29.587Z | Compiling usdt-macro v0.5.0 |
1202 | 2024-12-06T19:58:30.171Z | Compiling cargo_toml v0.20.5 |
1203 | 2024-12-06T19:58:30.919Z | Compiling usdt v0.5.0 |
1204 | 2024-12-06T19:58:33.682Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1205 | 2024-12-06T19:58:37.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.06s |
1206 | 2024-12-06T19:58:37.860Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1207 | 2024-12-06T19:58:38.695Z | Compiling serde v1.0.215 |
1208 | 2024-12-06T19:58:38.698Z | Compiling lock_api v0.4.12 |
1209 | 2024-12-06T19:58:38.698Z | Compiling scopeguard v1.2.0 |
1210 | 2024-12-06T19:58:38.698Z | Compiling value-bag v1.9.0 |
1211 | 2024-12-06T19:58:38.698Z | Compiling typenum v1.17.0 |
1212 | 2024-12-06T19:58:38.698Z | Compiling generic-array v0.14.7 |
1213 | 2024-12-06T19:58:38.855Z | Compiling syn v2.0.87 |
1214 | 2024-12-06T19:58:38.869Z | Compiling getrandom v0.2.15 |
1215 | 2024-12-06T19:58:39.000Z | Compiling subtle v2.6.1 |
1216 | 2024-12-06T19:58:39.121Z | Compiling rand_core v0.6.4 |
1217 | 2024-12-06T19:58:39.255Z | Compiling log v0.4.22 |
1218 | 2024-12-06T19:58:39.385Z | Compiling shlex v1.3.0 |
1219 | 2024-12-06T19:58:39.404Z | Compiling jobserver v0.1.32 |
1220 | 2024-12-06T19:58:39.419Z | Compiling const-oid v0.9.6 |
1221 | 2024-12-06T19:58:39.625Z | Compiling smallvec v1.13.2 |
1222 | 2024-12-06T19:58:39.675Z | Compiling spin v0.9.8 |
1223 | 2024-12-06T19:58:39.794Z | Compiling cc v1.1.30 |
1224 | 2024-12-06T19:58:40.017Z | Compiling pin-project-lite v0.2.14 |
1225 | 2024-12-06T19:58:40.056Z | Compiling rustix v0.38.37 |
1226 | 2024-12-06T19:58:40.128Z | Compiling parking_lot_core v0.9.10 |
1227 | 2024-12-06T19:58:40.145Z | Compiling futures-core v0.3.31 |
1228 | 2024-12-06T19:58:40.309Z | Compiling signal-hook-registry v1.4.2 |
1229 | 2024-12-06T19:58:40.400Z | Compiling mio v1.0.2 |
1230 | 2024-12-06T19:58:40.932Z | Compiling aho-corasick v1.1.3 |
1231 | 2024-12-06T19:58:41.146Z | Compiling parking_lot v0.12.3 |
1232 | 2024-12-06T19:58:41.268Z | Compiling cpufeatures v0.2.14 |
1233 | 2024-12-06T19:58:41.309Z | Compiling regex-syntax v0.8.5 |
1234 | 2024-12-06T19:58:41.372Z | Compiling either v1.13.0 |
1235 | 2024-12-06T19:58:41.476Z | Compiling lazy_static v1.5.0 |
1236 | 2024-12-06T19:58:41.596Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2024-12-06T19:58:41.614Z | Compiling glob v0.3.1 |
1238 | 2024-12-06T19:58:41.708Z | Compiling futures-sink v0.3.31 |
1239 | 2024-12-06T19:58:41.779Z | Compiling socket2 v0.5.7 |
1240 | 2024-12-06T19:58:41.865Z | Compiling slab v0.4.9 |
1241 | 2024-12-06T19:58:42.041Z | Compiling prettyplease v0.2.25 |
1242 | 2024-12-06T19:58:42.302Z | Compiling minimal-lexical v0.2.1 |
1243 | 2024-12-06T19:58:42.629Z | Compiling clang-sys v1.8.1 |
1244 | 2024-12-06T19:58:42.661Z | Compiling libloading v0.8.5 |
1245 | 2024-12-06T19:58:42.770Z | Compiling nom v7.1.3 |
1246 | 2024-12-06T19:58:42.813Z | Compiling serde_json v1.0.132 |
1247 | 2024-12-06T19:58:43.070Z | Compiling home v0.5.9 |
1248 | 2024-12-06T19:58:43.112Z | Compiling bindgen v0.69.5 |
1249 | 2024-12-06T19:58:43.370Z | Compiling futures-channel v0.3.31 |
1250 | 2024-12-06T19:58:43.836Z | Compiling itertools v0.12.1 |
1251 | 2024-12-06T19:58:43.907Z | Compiling futures-task v0.3.31 |
1252 | 2024-12-06T19:58:44.118Z | Compiling pin-utils v0.1.0 |
1253 | 2024-12-06T19:58:44.215Z | Compiling rustc-hash v1.1.0 |
1254 | 2024-12-06T19:58:44.233Z | Compiling foldhash v0.1.3 |
1255 | 2024-12-06T19:58:44.366Z | Compiling futures-io v0.3.31 |
1256 | 2024-12-06T19:58:44.536Z | Compiling lazycell v1.3.0 |
1257 | 2024-12-06T19:58:44.672Z | Compiling allocator-api2 v0.2.18 |
1258 | 2024-12-06T19:58:44.712Z | Compiling cmake v0.1.51 |
1259 | 2024-12-06T19:58:45.459Z | Compiling regex-automata v0.4.8 |
1260 | 2024-12-06T19:58:45.769Z | Compiling hashbrown v0.15.0 |
1261 | 2024-12-06T19:58:46.541Z | Compiling synstructure v0.13.1 |
1262 | 2024-12-06T19:58:46.999Z | Compiling cexpr v0.6.0 |
1263 | 2024-12-06T19:58:47.079Z | Compiling tinyvec_macros v0.1.1 |
1264 | 2024-12-06T19:58:47.171Z | Compiling fs_extra v1.3.0 |
1265 | 2024-12-06T19:58:47.769Z | Compiling libm v0.2.8 |
1266 | 2024-12-06T19:58:48.087Z | Compiling dunce v1.0.5 |
1267 | 2024-12-06T19:58:48.193Z | Compiling pkg-config v0.3.31 |
1268 | 2024-12-06T19:58:48.248Z | Compiling tinyvec v1.8.0 |
1269 | 2024-12-06T19:58:48.266Z | Compiling num-traits v0.2.19 |
1270 | 2024-12-06T19:58:48.795Z | Compiling ring v0.17.8 |
1271 | 2024-12-06T19:58:49.725Z | Compiling unicode-normalization v0.1.24 |
1272 | 2024-12-06T19:58:49.762Z | Compiling litemap v0.7.3 |
1273 | 2024-12-06T19:58:49.797Z | Compiling base64ct v1.6.0 |
1274 | 2024-12-06T19:58:49.921Z | Compiling paste v1.0.15 |
1275 | 2024-12-06T19:58:50.144Z | Compiling unicode-bidi v0.3.17 |
1276 | 2024-12-06T19:58:50.199Z | Compiling writeable v0.5.5 |
1277 | 2024-12-06T19:58:50.412Z | Compiling pem-rfc7468 v0.7.0 |
1278 | 2024-12-06T19:58:50.807Z | Compiling aws-lc-rs v1.10.0 |
1279 | 2024-12-06T19:58:51.102Z | Compiling regex v1.11.1 |
1280 | 2024-12-06T19:58:51.222Z | Compiling httparse v1.9.5 |
1281 | 2024-12-06T19:58:51.550Z | Compiling flagset v0.4.6 |
1282 | 2024-12-06T19:58:51.999Z | Compiling tracing-core v0.1.32 |
1283 | 2024-12-06T19:58:52.152Z | Compiling rustls-pki-types v1.9.0 |
1284 | 2024-12-06T19:58:52.605Z | Compiling crossbeam-utils v0.8.20 |
1285 | 2024-12-06T19:58:52.886Z | Compiling percent-encoding v2.3.1 |
1286 | 2024-12-06T19:58:53.174Z | Compiling icu_locid_transform_data v1.5.0 |
1287 | 2024-12-06T19:58:53.246Z | Compiling serde_derive v1.0.215 |
1288 | 2024-12-06T19:58:53.264Z | Compiling zeroize_derive v1.4.2 |
1289 | 2024-12-06T19:58:53.267Z | Compiling zerocopy-derive v0.7.35 |
1290 | 2024-12-06T19:58:53.267Z | Compiling tokio-macros v2.4.0 |
1291 | 2024-12-06T19:58:53.915Z | Compiling zerofrom-derive v0.1.4 |
1292 | 2024-12-06T19:58:54.730Z | Compiling zeroize v1.8.1 |
1293 | 2024-12-06T19:58:54.898Z | Compiling yoke-derive v0.7.4 |
1294 | 2024-12-06T19:58:55.492Z | Compiling thiserror-impl v1.0.69 |
1295 | 2024-12-06T19:58:55.530Z | Compiling zerocopy v0.7.35 |
1296 | 2024-12-06T19:58:56.407Z | Compiling crypto-common v0.1.6 |
1297 | 2024-12-06T19:58:56.652Z | Compiling block-buffer v0.10.4 |
1298 | 2024-12-06T19:58:56.900Z | Compiling digest v0.10.7 |
1299 | 2024-12-06T19:58:57.120Z | Compiling futures-macro v0.3.31 |
1300 | 2024-12-06T19:58:57.389Z | Compiling hmac v0.12.1 |
1301 | 2024-12-06T19:58:57.597Z | Compiling zerovec-derive v0.10.3 |
1302 | 2024-12-06T19:58:57.911Z | Compiling block-padding v0.3.3 |
1303 | 2024-12-06T19:58:57.913Z | Compiling zerofrom v0.1.4 |
1304 | 2024-12-06T19:58:58.078Z | Compiling displaydoc v0.2.5 |
1305 | 2024-12-06T19:58:58.129Z | Compiling yoke v0.7.4 |
1306 | 2024-12-06T19:58:58.147Z | Compiling inout v0.1.3 |
1307 | 2024-12-06T19:58:58.405Z | Compiling cipher v0.4.4 |
1308 | 2024-12-06T19:58:58.466Z | Compiling sha2 v0.10.8 |
1309 | 2024-12-06T19:58:58.786Z | Compiling thiserror v1.0.69 |
1310 | 2024-12-06T19:58:58.911Z | Compiling ppv-lite86 v0.2.20 |
1311 | 2024-12-06T19:58:58.929Z | Compiling icu_provider_macros v1.5.0 |
1312 | 2024-12-06T19:58:59.045Z | Compiling futures-util v0.3.31 |
1313 | 2024-12-06T19:58:59.734Z | Compiling der_derive v0.7.3 |
1314 | 2024-12-06T19:58:59.781Z | Compiling rand_chacha v0.3.1 |
1315 | 2024-12-06T19:59:00.009Z | Compiling tracing-attributes v0.1.27 |
1316 | 2024-12-06T19:59:00.267Z | Compiling zerovec v0.10.4 |
1317 | 2024-12-06T19:59:01.746Z | Compiling rand v0.8.5 |
1318 | 2024-12-06T19:59:01.872Z | Compiling pest v2.7.14 |
1319 | 2024-12-06T19:59:02.160Z | Compiling tinystr v0.7.6 |
1320 | 2024-12-06T19:59:02.385Z | Compiling der v0.7.9 |
1321 | 2024-12-06T19:59:02.550Z | Compiling icu_locid v1.5.0 |
1322 | 2024-12-06T19:59:03.849Z | Compiling icu_provider v1.5.0 |
1323 | 2024-12-06T19:59:03.945Z | Compiling tracing v0.1.40 |
1324 | 2024-12-06T19:59:04.428Z | Compiling spki v0.7.3 |
1325 | 2024-12-06T19:59:04.773Z | Compiling icu_locid_transform v1.5.0 |
1326 | 2024-12-06T19:59:04.775Z | Compiling icu_collections v1.5.0 |
1327 | 2024-12-06T19:59:04.917Z | Compiling salsa20 v0.10.2 |
1328 | 2024-12-06T19:59:04.936Z | Compiling pbkdf2 v0.12.2 |
1329 | 2024-12-06T19:59:05.030Z | Compiling vcpkg v0.2.15 |
1330 | 2024-12-06T19:59:05.101Z | Compiling icu_properties_data v1.5.0 |
1331 | 2024-12-06T19:59:05.153Z | Compiling powerfmt v0.2.0 |
1332 | 2024-12-06T19:59:05.372Z | Compiling untrusted v0.9.0 |
1333 | 2024-12-06T19:59:05.482Z | Compiling mirai-annotations v1.12.0 |
1334 | 2024-12-06T19:59:05.527Z | Compiling time-core v0.1.2 |
1335 | 2024-12-06T19:59:05.638Z | Compiling num-conv v0.1.0 |
1336 | 2024-12-06T19:59:05.673Z | Compiling untrusted v0.7.1 |
1337 | 2024-12-06T19:59:05.690Z | Compiling deranged v0.3.11 |
1338 | 2024-12-06T19:59:05.849Z | Compiling icu_properties v1.5.1 |
1339 | 2024-12-06T19:59:05.913Z | Compiling time-macros v0.2.18 |
1340 | 2024-12-06T19:59:06.211Z | Compiling scrypt v0.11.0 |
1341 | 2024-12-06T19:59:06.743Z | Compiling bitflags v2.6.0 |
1342 | 2024-12-06T19:59:06.920Z | Compiling bytes v1.8.0 |
1343 | 2024-12-06T19:59:07.194Z | Compiling indexmap v2.6.0 |
1344 | 2024-12-06T19:59:07.355Z | Compiling semver v1.0.23 |
1345 | 2024-12-06T19:59:07.544Z | Compiling openssl-sys v0.9.103 |
1346 | 2024-12-06T19:59:08.129Z | Compiling tokio v1.40.0 |
1347 | 2024-12-06T19:59:08.263Z | Compiling http v1.1.0 |
1348 | 2024-12-06T19:59:08.678Z | Compiling rustc_version v0.4.1 |
1349 | 2024-12-06T19:59:09.267Z | Compiling pest_meta v2.7.14 |
1350 | 2024-12-06T19:59:09.500Z | Compiling aes v0.8.4 |
1351 | 2024-12-06T19:59:10.472Z | Compiling cbc v0.1.2 |
1352 | 2024-12-06T19:59:10.713Z | Compiling scroll_derive v0.12.0 |
1353 | 2024-12-06T19:59:10.776Z | Compiling icu_normalizer_data v1.5.0 |
1354 | 2024-12-06T19:59:10.884Z | Compiling num_threads v0.1.7 |
1355 | 2024-12-06T19:59:11.015Z | Compiling utf16_iter v1.0.5 |
1356 | 2024-12-06T19:59:11.220Z | Compiling which v4.4.2 |
1357 | 2024-12-06T19:59:12.041Z | Compiling atomic-waker v1.1.2 |
1358 | 2024-12-06T19:59:12.218Z | Compiling utf8_iter v1.0.4 |
1359 | 2024-12-06T19:59:12.234Z | Compiling write16 v1.0.0 |
1360 | 2024-12-06T19:59:12.356Z | Compiling scroll v0.12.0 |
1361 | 2024-12-06T19:59:12.374Z | Compiling time v0.3.36 |
1362 | 2024-12-06T19:59:12.453Z | Compiling icu_normalizer v1.5.0 |
1363 | 2024-12-06T19:59:12.514Z | Compiling pkcs5 v0.7.1 |
1364 | 2024-12-06T19:59:12.599Z | Compiling pest_generator v2.7.14 |
1365 | 2024-12-06T19:59:12.904Z | Compiling http-body v1.0.1 |
1366 | 2024-12-06T19:59:13.432Z | Compiling form_urlencoded v1.2.1 |
1367 | 2024-12-06T19:59:13.760Z | Compiling slog v2.7.0 |
1368 | 2024-12-06T19:59:13.798Z | Compiling try-lock v0.2.5 |
1369 | 2024-12-06T19:59:13.954Z | Compiling goblin v0.8.2 |
1370 | 2024-12-06T19:59:14.359Z | Compiling want v0.3.1 |
1371 | 2024-12-06T19:59:14.420Z | Compiling idna_adapter v1.2.0 |
1372 | 2024-12-06T19:59:14.497Z | Compiling pkcs8 v0.10.2 |
1373 | 2024-12-06T19:59:14.637Z | Compiling httpdate v1.0.3 |
1374 | 2024-12-06T19:59:14.655Z | Compiling pest_derive v2.7.14 |
1375 | 2024-12-06T19:59:14.657Z | Compiling idna v1.0.3 |
1376 | 2024-12-06T19:59:15.187Z | Compiling uuid v1.11.0 |
1377 | 2024-12-06T19:59:15.424Z | Compiling dtrace-parser v0.2.0 |
1378 | 2024-12-06T19:59:15.922Z | Compiling toml_datetime v0.6.8 |
1379 | 2024-12-06T19:59:16.447Z | Compiling serde_spanned v0.6.8 |
1380 | 2024-12-06T19:59:16.525Z | Compiling serde_tokenstream v0.2.2 |
1381 | 2024-12-06T19:59:16.609Z | Compiling rustversion v1.0.17 |
1382 | 2024-12-06T19:59:16.676Z | Compiling tokio-util v0.7.12 |
1383 | 2024-12-06T19:59:17.162Z | Compiling match_cfg v0.1.0 |
1384 | 2024-12-06T19:59:17.260Z | Compiling openssl v0.10.66 |
1385 | 2024-12-06T19:59:17.347Z | Compiling tower-service v0.3.3 |
1386 | 2024-12-06T19:59:17.480Z | Compiling adler2 v2.0.0 |
1387 | 2024-12-06T19:59:17.610Z | Compiling foreign-types-shared v0.1.1 |
1388 | 2024-12-06T19:59:17.612Z | Compiling iana-time-zone v0.1.61 |
1389 | 2024-12-06T19:59:17.667Z | Compiling base64 v0.22.1 |
1390 | 2024-12-06T19:59:17.684Z | Compiling h2 v0.4.6 |
1391 | 2024-12-06T19:59:17.719Z | Compiling foreign-types v0.3.2 |
1392 | 2024-12-06T19:59:17.818Z | Compiling chrono v0.4.38 |
1393 | 2024-12-06T19:59:18.091Z | Compiling miniz_oxide v0.8.0 |
1394 | 2024-12-06T19:59:18.189Z | Compiling hostname v0.3.1 |
1395 | 2024-12-06T19:59:18.436Z | Compiling url v2.5.3 |
1396 | 2024-12-06T19:59:19.673Z | Compiling async-trait v0.1.83 |
1397 | 2024-12-06T19:59:19.868Z | Compiling dof v0.3.0 |
1398 | 2024-12-06T19:59:20.444Z | Compiling openssl-macros v0.1.1 |
1399 | 2024-12-06T19:59:21.182Z | Compiling usdt-impl v0.5.0 |
1400 | 2024-12-06T19:59:21.623Z | Compiling dirs-sys-next v0.1.2 |
1401 | 2024-12-06T19:59:22.085Z | Compiling native-tls v0.2.12 |
1402 | 2024-12-06T19:59:22.274Z | Compiling syn v1.0.109 |
1403 | 2024-12-06T19:59:22.418Z | Compiling data-encoding v2.6.0 |
1404 | 2024-12-06T19:59:22.493Z | Compiling rustls v0.23.14 |
1405 | 2024-12-06T19:59:22.751Z | Compiling siphasher v0.3.11 |
1406 | 2024-12-06T19:59:22.770Z | Compiling rustls v0.22.4 |
1407 | 2024-12-06T19:59:23.010Z | Compiling dirs-next v2.0.0 |
1408 | 2024-12-06T19:59:23.204Z | Compiling http-body-util v0.1.2 |
1409 | 2024-12-06T19:59:23.800Z | Compiling crossbeam-epoch v0.9.18 |
1410 | 2024-12-06T19:59:24.049Z | Compiling heapless v0.7.17 |
1411 | 2024-12-06T19:59:24.370Z | Compiling signature v2.2.0 |
1412 | 2024-12-06T19:59:24.482Z | Compiling sha1 v0.10.6 |
1413 | 2024-12-06T19:59:24.567Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1414 | 2024-12-06T19:59:24.586Z | Compiling serde_derive_internals v0.29.1 |
1415 | 2024-12-06T19:59:24.639Z | Compiling hyper v1.5.0 |
1416 | 2024-12-06T19:59:24.837Z | Compiling thread_local v1.1.8 |
1417 | 2024-12-06T19:59:24.903Z | Compiling encoding_rs v0.8.34 |
1418 | 2024-12-06T19:59:25.050Z | Compiling cookie v0.18.1 |
1419 | 2024-12-06T19:59:25.315Z | Compiling multer v3.1.0 |
1420 | 2024-12-06T19:59:25.379Z | Compiling signal-hook v0.3.17 |
1421 | 2024-12-06T19:59:25.591Z | Compiling rayon-core v1.12.1 |
1422 | 2024-12-06T19:59:25.621Z | Compiling ipnet v2.10.1 |
1423 | 2024-12-06T19:59:25.853Z | Compiling slog-async v2.8.0 |
1424 | 2024-12-06T19:59:26.399Z | Compiling mime v0.3.17 |
1425 | 2024-12-06T19:59:26.903Z | Compiling openssl-probe v0.1.5 |
1426 | 2024-12-06T19:59:27.017Z | Compiling schemars v0.8.21 |
1427 | 2024-12-06T19:59:27.250Z | Compiling hyper-util v0.1.10 |
1428 | 2024-12-06T19:59:27.308Z | Compiling gimli v0.31.1 |
1429 | 2024-12-06T19:59:27.350Z | Compiling unicode-properties v0.1.3 |
1430 | 2024-12-06T19:59:27.765Z | Compiling stringprep v0.1.5 |
1431 | 2024-12-06T19:59:28.388Z | Compiling schemars_derive v0.8.21 |
1432 | 2024-12-06T19:59:28.922Z | Compiling toml_edit v0.22.22 |
1433 | 2024-12-06T19:59:29.872Z | Compiling usdt-macro v0.5.0 |
1434 | 2024-12-06T19:59:30.434Z | Compiling usdt-attr-macro v0.5.0 |
1435 | 2024-12-06T19:59:30.988Z | Compiling crossbeam-deque v0.8.5 |
1436 | 2024-12-06T19:59:31.258Z | Compiling term v0.7.0 |
1437 | 2024-12-06T19:59:31.773Z | Compiling addr2line v0.24.2 |
1438 | 2024-12-06T19:59:31.860Z | Compiling slog-json v2.6.1 |
1439 | 2024-12-06T19:59:32.044Z | Compiling serde_urlencoded v0.7.1 |
1440 | 2024-12-06T19:59:32.226Z | Compiling crossbeam-channel v0.5.13 |
1441 | 2024-12-06T19:59:32.436Z | Compiling curve25519-dalek v4.1.3 |
1442 | 2024-12-06T19:59:32.474Z | Compiling enum-as-inner v0.6.1 |
1443 | 2024-12-06T19:59:32.566Z | Compiling futures-executor v0.3.31 |
1444 | 2024-12-06T19:59:32.786Z | Compiling md-5 v0.10.6 |
1445 | 2024-12-06T19:59:33.042Z | Compiling async-stream-impl v0.3.6 |
1446 | 2024-12-06T19:59:33.073Z | Compiling rustls-pemfile v2.2.0 |
1447 | 2024-12-06T19:59:33.135Z | Compiling num-integer v0.1.46 |
1448 | 2024-12-06T19:59:33.292Z | Compiling idna v0.4.0 |
1449 | 2024-12-06T19:59:33.417Z | Compiling idna v0.3.0 |
1450 | 2024-12-06T19:59:33.565Z | Compiling hash32 v0.2.1 |
1451 | 2024-12-06T19:59:33.913Z | Compiling ff v0.13.0 |
1452 | 2024-12-06T19:59:33.983Z | Compiling is-terminal v0.4.13 |
1453 | 2024-12-06T19:59:34.111Z | Compiling object v0.36.5 |
1454 | 2024-12-06T19:59:34.130Z | Compiling dropshot v0.12.0 |
1455 | 2024-12-06T19:59:34.419Z | Compiling take_mut v0.2.2 |
1456 | 2024-12-06T19:59:34.437Z | Compiling smoltcp v0.9.1 |
1457 | 2024-12-06T19:59:34.591Z | Compiling base16ct v0.2.0 |
1458 | 2024-12-06T19:59:34.909Z | Compiling anyhow v1.0.93 |
1459 | 2024-12-06T19:59:35.017Z | Compiling num-bigint-dig v0.8.4 |
1460 | 2024-12-06T19:59:35.133Z | Compiling utf-8 v0.7.6 |
1461 | 2024-12-06T19:59:35.152Z | Compiling portable-atomic v1.9.0 |
1462 | 2024-12-06T19:59:35.290Z | Compiling quick-error v1.2.3 |
1463 | 2024-12-06T19:59:35.438Z | Compiling dyn-clone v1.0.17 |
1464 | 2024-12-06T19:59:35.460Z | Compiling psl-types v2.0.11 |
1465 | 2024-12-06T19:59:35.536Z | Compiling linked-hash-map v0.5.6 |
1466 | 2024-12-06T19:59:35.647Z | Compiling fallible-iterator v0.2.0 |
1467 | 2024-12-06T19:59:35.676Z | Compiling rustc-demangle v0.1.24 |
1468 | 2024-12-06T19:59:35.907Z | Compiling lru-cache v0.1.2 |
1469 | 2024-12-06T19:59:36.106Z | Compiling publicsuffix v2.2.3 |
1470 | 2024-12-06T19:59:36.329Z | Compiling postgres-protocol v0.6.7 |
1471 | 2024-12-06T19:59:36.634Z | Compiling resolv-conf v0.7.0 |
1472 | 2024-12-06T19:59:36.734Z | Compiling tungstenite v0.24.0 |
1473 | 2024-12-06T19:59:37.382Z | Compiling sec1 v0.7.3 |
1474 | 2024-12-06T19:59:37.668Z | Compiling async-stream v0.3.6 |
1475 | 2024-12-06T19:59:37.981Z | Compiling hickory-proto v0.24.1 |
1476 | 2024-12-06T19:59:38.015Z | Compiling usdt v0.5.0 |
1477 | 2024-12-06T19:59:38.536Z | Compiling group v0.13.0 |
1478 | 2024-12-06T19:59:38.601Z | Compiling slog-term v2.9.1 |
1479 | 2024-12-06T19:59:39.104Z | Compiling num-iter v0.1.45 |
1480 | 2024-12-06T19:59:39.418Z | Compiling futures v0.3.31 |
1481 | 2024-12-06T19:59:39.539Z | Compiling toml v0.8.19 |
1482 | 2024-12-06T19:59:39.888Z | Compiling slog-bunyan v2.5.0 |
1483 | 2024-12-06T19:59:40.271Z | Compiling tokio-native-tls v0.3.1 |
1484 | 2024-12-06T19:59:41.383Z | Compiling camino v1.1.9 |
1485 | 2024-12-06T19:59:41.674Z | Compiling backtrace v0.3.74 |
1486 | 2024-12-06T19:59:41.870Z | Compiling phf_shared v0.11.2 |
1487 | 2024-12-06T19:59:42.268Z | Compiling dropshot_endpoint v0.12.0 |
1488 | 2024-12-06T19:59:42.271Z | Compiling waitgroup v0.1.2 |
1489 | 2024-12-06T19:59:42.308Z | Compiling terminal_size v0.4.0 |
1490 | 2024-12-06T19:59:42.346Z | Compiling openapiv3 v2.0.0 |
1491 | 2024-12-06T19:59:42.500Z | Compiling serde_path_to_error v0.1.16 |
1492 | 2024-12-06T19:59:42.518Z | Compiling hkdf v0.12.4 |
1493 | 2024-12-06T19:59:42.768Z | Compiling crypto-bigint v0.5.5 |
1494 | 2024-12-06T19:59:43.344Z | Compiling curve25519-dalek-derive v0.1.1 |
1495 | 2024-12-06T19:59:44.975Z | Compiling zerocopy-derive v0.6.6 |
1496 | 2024-12-06T19:59:45.452Z | Compiling webpki-roots v0.26.6 |
1497 | 2024-12-06T19:59:45.666Z | Compiling idna v0.5.0 |
1498 | 2024-12-06T19:59:46.010Z | Compiling hubpack_derive v0.1.1 |
1499 | 2024-12-06T19:59:46.855Z | Compiling hostname v0.4.0 |
1500 | 2024-12-06T19:59:46.886Z | Compiling ahash v0.8.11 |
1501 | 2024-12-06T19:59:46.990Z | Compiling fs-err v2.11.0 |
1502 | 2024-12-06T19:59:47.127Z | Compiling crc32fast v1.4.2 |
1503 | 2024-12-06T19:59:47.207Z | Compiling winnow v0.5.40 |
1504 | 2024-12-06T19:59:47.250Z | Compiling managed v0.8.0 |
1505 | 2024-12-06T19:59:47.267Z | Compiling debug-ignore v1.0.5 |
1506 | 2024-12-06T19:59:47.303Z | Compiling bitflags v1.3.2 |
1507 | 2024-12-06T19:59:47.407Z | Compiling flate2 v1.0.34 |
1508 | 2024-12-06T19:59:47.427Z | Compiling clap_builder v4.5.21 |
1509 | 2024-12-06T19:59:47.445Z | Compiling console v0.15.8 |
1510 | 2024-12-06T19:59:48.384Z | Compiling strum_macros v0.25.3 |
1511 | 2024-12-06T19:59:48.760Z | Compiling zerocopy v0.6.6 |
1512 | 2024-12-06T19:59:49.097Z | Compiling hubpack v0.1.2 |
1513 | 2024-12-06T19:59:49.139Z | Compiling cookie_store v0.21.0 |
1514 | 2024-12-06T19:59:49.571Z | Compiling elliptic-curve v0.13.8 |
1515 | 2024-12-06T19:59:49.874Z | Compiling hickory-resolver v0.24.1 |
1516 | 2024-12-06T19:59:50.757Z | Compiling toml_edit v0.19.15 |
1517 | 2024-12-06T19:59:51.161Z | Compiling phf v0.11.2 |
1518 | 2024-12-06T19:59:51.293Z | Compiling signal-hook-mio v0.2.4 |
1519 | 2024-12-06T19:59:51.447Z | Compiling rayon v1.10.0 |
1520 | 2024-12-06T19:59:51.465Z | Compiling hyper-tls v0.6.0 |
1521 | 2024-12-06T19:59:51.894Z | Compiling bzip2 v0.4.4 |
1522 | 2024-12-06T19:59:52.564Z | Compiling tokio-tungstenite v0.24.0 |
1523 | 2024-12-06T19:59:53.142Z | Compiling postgres-types v0.2.8 |
1524 | 2024-12-06T19:59:56.114Z | Compiling ed25519 v2.2.3 |
1525 | 2024-12-06T19:59:56.266Z | Compiling phf_shared v0.10.0 |
1526 | 2024-12-06T19:59:56.675Z | Compiling tokio-stream v0.1.16 |
1527 | 2024-12-06T19:59:56.712Z | Compiling pkcs1 v0.7.5 |
1528 | 2024-12-06T19:59:57.056Z | Compiling serde-big-array v0.5.1 |
1529 | 2024-12-06T19:59:57.288Z | Compiling clap_derive v4.5.18 |
1530 | 2024-12-06T19:59:57.763Z | Compiling rfc6979 v0.4.0 |
1531 | 2024-12-06T19:59:57.783Z | Compiling serde_repr v0.1.19 |
1532 | 2024-12-06T19:59:57.790Z | Compiling derive-where v1.2.7 |
1533 | 2024-12-06T19:59:57.956Z | Compiling float-cmp v0.9.0 |
1534 | 2024-12-06T19:59:58.034Z | Compiling bstr v1.10.0 |
1535 | 2024-12-06T19:59:58.181Z | Compiling sync_wrapper v1.0.1 |
1536 | 2024-12-06T19:59:58.323Z | Compiling fixedbitset v0.4.2 |
1537 | 2024-12-06T19:59:58.817Z | Compiling bit-vec v0.6.3 |
1538 | 2024-12-06T19:59:58.896Z | Compiling unicode-segmentation v1.12.0 |
1539 | 2024-12-06T19:59:59.001Z | Compiling new_debug_unreachable v1.0.6 |
1540 | 2024-12-06T19:59:59.128Z | Compiling number_prefix v0.4.0 |
1541 | 2024-12-06T19:59:59.306Z | Compiling precomputed-hash v0.1.1 |
1542 | 2024-12-06T19:59:59.348Z | Compiling whoami v1.5.2 |
1543 | 2024-12-06T19:59:59.431Z | Compiling unicode-width v0.2.0 |
1544 | 2024-12-06T19:59:59.783Z | Compiling static_assertions v1.1.0 |
1545 | 2024-12-06T19:59:59.879Z | Compiling difflib v0.4.0 |
1546 | 2024-12-06T19:59:59.891Z | Compiling predicates-core v1.0.8 |
1547 | 2024-12-06T19:59:59.939Z | Compiling normalize-line-endings v0.3.0 |
1548 | 2024-12-06T19:59:59.960Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1549 | 2024-12-06T20:00:00.063Z | Compiling indicatif v0.17.9 |
1550 | 2024-12-06T20:00:00.239Z | Compiling tokio-postgres v0.7.12 |
1551 | 2024-12-06T20:00:01.515Z | Compiling predicates v3.1.2 |
1552 | 2024-12-06T20:00:01.549Z | Compiling similar v2.6.0 |
1553 | 2024-12-06T20:00:02.338Z | Compiling string_cache v0.8.7 |
1554 | 2024-12-06T20:00:02.469Z | Compiling clap v4.5.21 |
1555 | 2024-12-06T20:00:02.595Z | Compiling bit-set v0.5.3 |
1556 | 2024-12-06T20:00:02.840Z | Compiling petgraph v0.6.5 |
1557 | 2024-12-06T20:00:02.883Z | Compiling ecdsa v0.16.9 |
1558 | 2024-12-06T20:00:03.291Z | Compiling rsa v0.9.6 |
1559 | 2024-12-06T20:00:03.777Z | Compiling ed25519-dalek v2.1.1 |
1560 | 2024-12-06T20:00:04.079Z | Compiling toml v0.7.8 |
1561 | 2024-12-06T20:00:05.144Z | Compiling zip v0.6.6 |
1562 | 2024-12-06T20:00:05.833Z | Compiling crossterm v0.28.1 |
1563 | 2024-12-06T20:00:06.761Z | Compiling hex v0.4.3 |
1564 | 2024-12-06T20:00:06.917Z | Compiling x509-cert v0.2.5 |
1565 | 2024-12-06T20:00:07.053Z | Compiling itertools v0.10.5 |
1566 | 2024-12-06T20:00:07.116Z | Compiling lalrpop-util v0.19.12 |
1567 | 2024-12-06T20:00:07.381Z | Compiling unicode-xid v0.2.6 |
1568 | 2024-12-06T20:00:07.453Z | Compiling peg-runtime v0.8.3 |
1569 | 2024-12-06T20:00:07.483Z | Compiling strum_macros v0.26.4 |
1570 | 2024-12-06T20:00:07.564Z | Compiling xattr v1.3.1 |
1571 | 2024-12-06T20:00:07.827Z | Compiling filetime v0.2.25 |
1572 | 2024-12-06T20:00:08.105Z | Compiling tar v0.4.42 |
1573 | 2024-12-06T20:00:12.397Z | Compiling strum v0.26.3 |
1574 | 2024-12-06T20:00:15.463Z | Compiling aws-lc-sys v0.22.0 |
1575 | 2024-12-06T20:00:53.678Z | Compiling rustls-webpki v0.102.8 |
1576 | 2024-12-06T20:00:57.074Z | Compiling tokio-rustls v0.25.0 |
1577 | 2024-12-06T20:00:58.660Z | Compiling tokio-rustls v0.26.0 |
1578 | 2024-12-06T20:00:58.990Z | Compiling hyper-rustls v0.27.3 |
1579 | 2024-12-06T20:00:59.394Z | Compiling reqwest v0.12.9 |
1580 | 2024-12-06T20:01:00.616Z | Compiling qorb v0.2.1 |
1581 | 2024-12-06T20:01:05.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1582 | 2024-12-06T20:01:05.613Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1583 | 2024-12-06T20:01:11.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1584 | 2024-12-06T20:01:11.550Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1585 | 2024-12-06T20:01:11.592Z | Dec 06 20:01:10.961 INFO Starting download, target: Clickhouse |
1586 | 2024-12-06T20:01:11.592Z | Dec 06 20:01:10.961 INFO Starting download, target: Cockroach |
1587 | 2024-12-06T20:01:11.592Z | Dec 06 20:01:10.961 INFO Starting download, target: Console |
1588 | 2024-12-06T20:01:11.592Z | Dec 06 20:01:10.961 INFO Starting download, target: DendriteOpenapi |
1589 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.961 INFO Starting download, target: DendriteStub |
1590 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.961 INFO Starting download, target: MaghemiteMgd |
1591 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.961 INFO Starting download, target: TransceiverControl |
1592 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.962 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1593 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.962 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1594 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.962 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1595 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.962 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1596 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.962 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1597 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.962 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1598 | 2024-12-06T20:01:11.594Z | Dec 06 20:01:10.962 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1599 | 2024-12-06T20:01:11.826Z | Dec 06 20:01:11.193 INFO Download complete, target: DendriteOpenapi |
1600 | 2024-12-06T20:01:12.011Z | Dec 06 20:01:11.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1601 | 2024-12-06T20:01:12.092Z | Dec 06 20:01:11.455 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1602 | 2024-12-06T20:01:12.425Z | Dec 06 20:01:11.794 INFO Download complete, target: Console |
1603 | 2024-12-06T20:01:12.474Z | Dec 06 20:01:11.842 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1604 | 2024-12-06T20:01:12.499Z | Dec 06 20:01:11.868 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1605 | 2024-12-06T20:01:12.664Z | Dec 06 20:01:12.033 INFO Download complete, target: TransceiverControl |
1606 | 2024-12-06T20:01:13.328Z | Dec 06 20:01:12.698 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1607 | 2024-12-06T20:01:13.329Z | Dec 06 20:01:12.698 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1608 | 2024-12-06T20:01:13.535Z | Dec 06 20:01:12.905 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1609 | 2024-12-06T20:01:15.433Z | Dec 06 20:01:14.803 INFO Download complete, target: MaghemiteMgd |
1610 | 2024-12-06T20:01:15.439Z | Dec 06 20:01:14.809 INFO Download complete, target: DendriteStub |
1611 | 2024-12-06T20:01:20.451Z | Dec 06 20:01:19.821 INFO Checking that binary works, target: Cockroach |
1612 | 2024-12-06T20:01:20.613Z | Dec 06 20:01:19.982 INFO Download complete, target: Cockroach |
1613 | 2024-12-06T20:01:25.454Z | Dec 06 20:01:24.823 INFO Checking that binary works, target: Clickhouse |
1614 | 2024-12-06T20:01:26.688Z | Dec 06 20:01:26.057 INFO Download complete, target: Clickhouse |
1615 | 2024-12-06T20:01:26.694Z | All prerequisites installed successfully |
1616 | 2024-12-06T20:01:26.697Z | |
1617 | 2024-12-06T20:01:26.697Z | real 5:00.941062171 |
1618 | 2024-12-06T20:01:26.697Z | user 16:21.602550914 |
1619 | 2024-12-06T20:01:26.697Z | sys 3:08.043484357 |
1620 | 2024-12-06T20:01:26.697Z | trap 0.493357153 |
1621 | 2024-12-06T20:01:26.697Z | tflt 9.722027985 |
1622 | 2024-12-06T20:01:26.697Z | dflt 10.171798176 |
1623 | 2024-12-06T20:01:26.697Z | kflt 0.610936104 |
1624 | 2024-12-06T20:01:26.697Z | lock 33:01.872739762 |
1625 | 2024-12-06T20:01:26.697Z | slp 1:03:46.828043296 |
1626 | 2024-12-06T20:01:26.697Z | lat 49.920852920 |
1627 | 2024-12-06T20:01:26.697Z | stop 2:01.116433139 |
1628 | 2024-12-06T20:01:26.697Z | + source ./tools/include/force-git-over-https.sh |
1629 | 2024-12-06T20:01:26.697Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1630 | 2024-12-06T20:01:26.697Z | ++ (( i = 0 )) |
1631 | 2024-12-06T20:01:26.697Z | ++ (( i < 5 )) |
1632 | 2024-12-06T20:01:26.697Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1633 | 2024-12-06T20:01:26.700Z | ++ (( i++ )) |
1634 | 2024-12-06T20:01:26.700Z | ++ (( i < 5 )) |
1635 | 2024-12-06T20:01:26.700Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1636 | 2024-12-06T20:01:26.702Z | ++ (( i++ )) |
1637 | 2024-12-06T20:01:26.703Z | ++ (( i < 5 )) |
1638 | 2024-12-06T20:01:26.703Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1639 | 2024-12-06T20:01:26.705Z | ++ (( i++ )) |
1640 | 2024-12-06T20:01:26.705Z | ++ (( i < 5 )) |
1641 | 2024-12-06T20:01:26.705Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1642 | 2024-12-06T20:01:26.708Z | ++ (( i++ )) |
1643 | 2024-12-06T20:01:26.710Z | ++ (( i < 5 )) |
1644 | 2024-12-06T20:01:26.710Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1645 | 2024-12-06T20:01:26.713Z | ++ (( i++ )) |
1646 | 2024-12-06T20:01:26.713Z | ++ (( i < 5 )) |
1647 | 2024-12-06T20:01:26.713Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1648 | 2024-12-06T20:01:26.713Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1649 | 2024-12-06T20:01:26.713Z | + rc=0 |
1650 | 2024-12-06T20:01:26.713Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1651 | 2024-12-06T20:01:55.518Z | + case $rc in |
1652 | 2024-12-06T20:01:55.518Z | + pfexec zfs create -p rpool/images/build/host |
1653 | 2024-12-06T20:01:55.745Z | + pfexec zfs create -p rpool/images/build/recovery |
1654 | 2024-12-06T20:01:55.823Z | + cargo xtask releng --output-dir /work |
1655 | 2024-12-06T20:01:56.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1656 | 2024-12-06T20:01:56.353Z | Running `target/debug/xtask releng --output-dir /work` |
1657 | 2024-12-06T20:01:57.246Z | Compiling proc-macro2 v1.0.89 |
1658 | 2024-12-06T20:01:57.246Z | Compiling unicode-ident v1.0.13 |
1659 | 2024-12-06T20:01:57.248Z | Compiling libc v0.2.162 |
1660 | 2024-12-06T20:01:57.248Z | Compiling serde v1.0.215 |
1661 | 2024-12-06T20:01:57.248Z | Compiling autocfg v1.4.0 |
1662 | 2024-12-06T20:01:57.248Z | Compiling version_check v0.9.5 |
1663 | 2024-12-06T20:01:57.248Z | Compiling cfg-if v1.0.0 |
1664 | 2024-12-06T20:01:57.546Z | Compiling memchr v2.7.4 |
1665 | 2024-12-06T20:01:57.566Z | Compiling typenum v1.17.0 |
1666 | 2024-12-06T20:01:57.586Z | Compiling shlex v1.3.0 |
1667 | 2024-12-06T20:01:58.066Z | Compiling value-bag v1.9.0 |
1668 | 2024-12-06T20:01:58.085Z | Compiling generic-array v0.14.7 |
1669 | 2024-12-06T20:01:58.121Z | Compiling scopeguard v1.2.0 |
1670 | 2024-12-06T20:01:58.349Z | Compiling lock_api v0.4.12 |
1671 | 2024-12-06T20:01:58.521Z | Compiling log v0.4.22 |
1672 | 2024-12-06T20:01:58.603Z | Compiling rustix v0.38.37 |
1673 | 2024-12-06T20:01:58.976Z | Compiling parking_lot_core v0.9.10 |
1674 | 2024-12-06T20:01:59.283Z | Compiling quote v1.0.37 |
1675 | 2024-12-06T20:01:59.305Z | Compiling serde_json v1.0.132 |
1676 | 2024-12-06T20:01:59.327Z | Compiling libm v0.2.8 |
1677 | 2024-12-06T20:01:59.377Z | Compiling num-traits v0.2.19 |
1678 | 2024-12-06T20:01:59.630Z | Compiling jobserver v0.1.32 |
1679 | 2024-12-06T20:01:59.682Z | Compiling syn v2.0.87 |
1680 | 2024-12-06T20:01:59.703Z | Compiling getrandom v0.2.15 |
1681 | 2024-12-06T20:01:59.856Z | Compiling thiserror v1.0.69 |
1682 | 2024-12-06T20:01:59.893Z | Compiling once_cell v1.20.2 |
1683 | 2024-12-06T20:02:00.035Z | Compiling cc v1.1.30 |
1684 | 2024-12-06T20:02:00.069Z | Compiling spin v0.9.8 |
1685 | 2024-12-06T20:02:00.257Z | Compiling itoa v1.0.11 |
1686 | 2024-12-06T20:02:00.292Z | Compiling aho-corasick v1.1.3 |
1687 | 2024-12-06T20:02:00.400Z | Compiling regex-syntax v0.8.5 |
1688 | 2024-12-06T20:02:00.464Z | Compiling slab v0.4.9 |
1689 | 2024-12-06T20:02:00.496Z | Compiling errno v0.3.9 |
1690 | 2024-12-06T20:02:00.953Z | Compiling byteorder v1.5.0 |
1691 | 2024-12-06T20:02:01.264Z | Compiling either v1.13.0 |
1692 | 2024-12-06T20:02:01.447Z | Compiling lazy_static v1.5.0 |
1693 | 2024-12-06T20:02:01.636Z | Compiling rand_core v0.6.4 |
1694 | 2024-12-06T20:02:01.970Z | Compiling glob v0.3.1 |
1695 | 2024-12-06T20:02:02.083Z | Compiling subtle v2.6.1 |
1696 | 2024-12-06T20:02:02.140Z | Compiling prettyplease v0.2.25 |
1697 | 2024-12-06T20:02:02.545Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-12-06T20:02:02.678Z | Compiling libloading v0.8.5 |
1699 | 2024-12-06T20:02:02.820Z | Compiling clang-sys v1.8.1 |
1700 | 2024-12-06T20:02:03.030Z | Compiling nom v7.1.3 |
1701 | 2024-12-06T20:02:03.048Z | Compiling home v0.5.9 |
1702 | 2024-12-06T20:02:03.303Z | Compiling bindgen v0.69.5 |
1703 | 2024-12-06T20:02:03.868Z | Compiling itertools v0.12.1 |
1704 | 2024-12-06T20:02:04.183Z | Compiling regex-automata v0.4.8 |
1705 | 2024-12-06T20:02:04.532Z | Compiling lazycell v1.3.0 |
1706 | 2024-12-06T20:02:04.802Z | Compiling rustc-hash v1.1.0 |
1707 | 2024-12-06T20:02:05.365Z | Compiling cmake v0.1.51 |
1708 | 2024-12-06T20:02:06.373Z | Compiling smallvec v1.13.2 |
1709 | 2024-12-06T20:02:06.560Z | Compiling cexpr v0.6.0 |
1710 | 2024-12-06T20:02:06.676Z | Compiling dunce v1.0.5 |
1711 | 2024-12-06T20:02:06.815Z | Compiling pkg-config v0.3.31 |
1712 | 2024-12-06T20:02:06.817Z | Compiling fs_extra v1.3.0 |
1713 | 2024-12-06T20:02:06.858Z | Compiling semver v1.0.23 |
1714 | 2024-12-06T20:02:07.052Z | Compiling ring v0.17.8 |
1715 | 2024-12-06T20:02:07.402Z | Compiling heck v0.5.0 |
1716 | 2024-12-06T20:02:07.681Z | Compiling synstructure v0.13.1 |
1717 | 2024-12-06T20:02:08.086Z | Compiling ryu v1.0.18 |
1718 | 2024-12-06T20:02:08.137Z | Compiling paste v1.0.15 |
1719 | 2024-12-06T20:02:08.220Z | Compiling httparse v1.9.5 |
1720 | 2024-12-06T20:02:08.391Z | Compiling aws-lc-rs v1.10.0 |
1721 | 2024-12-06T20:02:08.751Z | Compiling const-oid v0.9.6 |
1722 | 2024-12-06T20:02:09.263Z | Compiling pin-project-lite v0.2.14 |
1723 | 2024-12-06T20:02:09.442Z | Compiling allocator-api2 v0.2.18 |
1724 | 2024-12-06T20:02:10.062Z | Compiling regex v1.11.1 |
1725 | 2024-12-06T20:02:10.588Z | Compiling futures-core v0.3.31 |
1726 | 2024-12-06T20:02:10.929Z | Compiling signal-hook-registry v1.4.2 |
1727 | 2024-12-06T20:02:10.951Z | Compiling time-core v0.1.2 |
1728 | 2024-12-06T20:02:11.722Z | Compiling crossbeam-utils v0.8.20 |
1729 | 2024-12-06T20:02:11.777Z | Compiling num-conv v0.1.0 |
1730 | 2024-12-06T20:02:11.996Z | Compiling parking_lot v0.12.3 |
1731 | 2024-12-06T20:02:12.124Z | Compiling time-macros v0.2.18 |
1732 | 2024-12-06T20:02:12.321Z | Compiling mio v1.0.2 |
1733 | 2024-12-06T20:02:12.443Z | Compiling vcpkg v0.2.15 |
1734 | 2024-12-06T20:02:12.950Z | Compiling fnv v1.0.7 |
1735 | 2024-12-06T20:02:13.140Z | Compiling schemars v0.8.21 |
1736 | 2024-12-06T20:02:13.737Z | Compiling serde_derive v1.0.215 |
1737 | 2024-12-06T20:02:14.047Z | Compiling zeroize_derive v1.4.2 |
1738 | 2024-12-06T20:02:14.213Z | Compiling zerocopy-derive v0.7.35 |
1739 | 2024-12-06T20:02:14.286Z | Compiling tokio-macros v2.4.0 |
1740 | 2024-12-06T20:02:14.321Z | Compiling thiserror-impl v1.0.69 |
1741 | 2024-12-06T20:02:15.022Z | Compiling zerofrom-derive v0.1.4 |
1742 | 2024-12-06T20:02:15.247Z | Compiling yoke-derive v0.7.4 |
1743 | 2024-12-06T20:02:15.586Z | Compiling zeroize v1.8.1 |
1744 | 2024-12-06T20:02:16.020Z | Compiling futures-macro v0.3.31 |
1745 | 2024-12-06T20:02:16.127Z | Compiling zerovec-derive v0.10.3 |
1746 | 2024-12-06T20:02:16.408Z | Compiling displaydoc v0.2.5 |
1747 | 2024-12-06T20:02:17.507Z | Compiling zerocopy v0.7.35 |
1748 | 2024-12-06T20:02:18.015Z | Compiling crypto-common v0.1.6 |
1749 | 2024-12-06T20:02:18.237Z | Compiling icu_provider_macros v1.5.0 |
1750 | 2024-12-06T20:02:18.333Z | Compiling tracing-attributes v0.1.27 |
1751 | 2024-12-06T20:02:18.373Z | Compiling block-buffer v0.10.4 |
1752 | 2024-12-06T20:02:18.799Z | Compiling digest v0.10.7 |
1753 | 2024-12-06T20:02:18.943Z | Compiling der_derive v0.7.3 |
1754 | 2024-12-06T20:02:19.260Z | Compiling openssl-sys v0.9.103 |
1755 | 2024-12-06T20:02:20.319Z | Compiling serde_derive_internals v0.29.1 |
1756 | 2024-12-06T20:02:20.966Z | Compiling socket2 v0.5.7 |
1757 | 2024-12-06T20:02:21.239Z | Compiling ahash v0.8.11 |
1758 | 2024-12-06T20:02:22.704Z | Compiling equivalent v1.0.1 |
1759 | 2024-12-06T20:02:22.829Z | Compiling schemars_derive v0.8.21 |
1760 | 2024-12-06T20:02:22.866Z | Compiling futures-sink v0.3.31 |
1761 | 2024-12-06T20:02:22.898Z | Compiling cpufeatures v0.2.14 |
1762 | 2024-12-06T20:02:23.025Z | Compiling foldhash v0.1.3 |
1763 | 2024-12-06T20:02:23.114Z | Compiling stable_deref_trait v1.2.0 |
1764 | 2024-12-06T20:02:23.364Z | Compiling hashbrown v0.15.0 |
1765 | 2024-12-06T20:02:23.469Z | Compiling slog v2.7.0 |
1766 | 2024-12-06T20:02:24.783Z | Compiling futures-channel v0.3.31 |
1767 | 2024-12-06T20:02:25.108Z | Compiling zerofrom v0.1.4 |
1768 | 2024-12-06T20:02:25.144Z | Compiling scroll_derive v0.12.0 |
1769 | 2024-12-06T20:02:25.344Z | Compiling futures-task v0.3.31 |
1770 | 2024-12-06T20:02:25.399Z | Compiling openssl v0.10.66 |
1771 | 2024-12-06T20:02:25.449Z | Compiling pin-utils v0.1.0 |
1772 | 2024-12-06T20:02:25.616Z | Compiling ucd-trie v0.1.7 |
1773 | 2024-12-06T20:02:25.681Z | Compiling futures-io v0.3.31 |
1774 | 2024-12-06T20:02:25.729Z | Compiling yoke v0.7.4 |
1775 | 2024-12-06T20:02:25.906Z | Compiling pest v2.7.14 |
1776 | 2024-12-06T20:02:26.149Z | Compiling futures-util v0.3.31 |
1777 | 2024-12-06T20:02:26.270Z | Compiling hmac v0.12.1 |
1778 | 2024-12-06T20:02:26.418Z | Compiling tinyvec_macros v0.1.1 |
1779 | 2024-12-06T20:02:26.742Z | Compiling tinyvec v1.8.0 |
1780 | 2024-12-06T20:02:26.796Z | Compiling zerovec v0.10.4 |
1781 | 2024-12-06T20:02:27.991Z | Compiling bitflags v2.6.0 |
1782 | 2024-12-06T20:02:28.591Z | Compiling bytes v1.8.0 |
1783 | 2024-12-06T20:02:30.118Z | Compiling tokio v1.40.0 |
1784 | 2024-12-06T20:02:30.812Z | Compiling indexmap v2.6.0 |
1785 | 2024-12-06T20:02:31.198Z | Compiling serde_tokenstream v0.2.2 |
1786 | 2024-12-06T20:02:32.593Z | Compiling http v1.1.0 |
1787 | 2024-12-06T20:02:33.709Z | Compiling which v4.4.2 |
1788 | 2024-12-06T20:02:33.712Z | Compiling rustc_version v0.4.1 |
1789 | 2024-12-06T20:02:34.484Z | Compiling pest_meta v2.7.14 |
1790 | 2024-12-06T20:02:34.528Z | Compiling uuid v1.11.0 |
1791 | 2024-12-06T20:02:35.076Z | Compiling block-padding v0.3.3 |
1792 | 2024-12-06T20:02:35.407Z | Compiling openssl-macros v0.1.1 |
1793 | 2024-12-06T20:02:35.438Z | Compiling iana-time-zone v0.1.61 |
1794 | 2024-12-06T20:02:35.889Z | Compiling native-tls v0.2.12 |
1795 | 2024-12-06T20:02:36.367Z | Compiling rustls v0.23.14 |
1796 | 2024-12-06T20:02:36.828Z | Compiling pest_generator v2.7.14 |
1797 | 2024-12-06T20:02:37.887Z | Compiling chrono v0.4.38 |
1798 | 2024-12-06T20:02:38.203Z | Compiling inout v0.1.3 |
1799 | 2024-12-06T20:02:38.506Z | Compiling unicode-normalization v0.1.24 |
1800 | 2024-12-06T20:02:38.909Z | Compiling cipher v0.4.4 |
1801 | 2024-12-06T20:02:39.163Z | Compiling pest_derive v2.7.14 |
1802 | 2024-12-06T20:02:39.479Z | Compiling tinystr v0.7.6 |
1803 | 2024-12-06T20:02:40.067Z | Compiling sha2 v0.10.8 |
1804 | 2024-12-06T20:02:40.435Z | Compiling async-trait v0.1.83 |
1805 | 2024-12-06T20:02:40.557Z | Compiling usdt-impl v0.5.0 |
1806 | 2024-12-06T20:02:40.935Z | Compiling cookie v0.18.1 |
1807 | 2024-12-06T20:02:41.054Z | Compiling unicode-bidi v0.3.17 |
1808 | 2024-12-06T20:02:41.713Z | Compiling writeable v0.5.5 |
1809 | 2024-12-06T20:02:43.030Z | Compiling litemap v0.7.3 |
1810 | 2024-12-06T20:02:43.489Z | Compiling base64ct v1.6.0 |
1811 | 2024-12-06T20:02:43.535Z | Compiling icu_locid v1.5.0 |
1812 | 2024-12-06T20:02:44.339Z | Compiling pem-rfc7468 v0.7.0 |
1813 | 2024-12-06T20:02:45.020Z | Compiling scroll v0.12.0 |
1814 | 2024-12-06T20:02:46.011Z | Compiling ppv-lite86 v0.2.20 |
1815 | 2024-12-06T20:02:46.230Z | Compiling tracing-core v0.1.32 |
1816 | 2024-12-06T20:02:46.947Z | Compiling untrusted v0.7.1 |
1817 | 2024-12-06T20:02:47.142Z | Compiling camino v1.1.9 |
1818 | 2024-12-06T20:02:47.674Z | Compiling syn v1.0.109 |
1819 | 2024-12-06T20:02:48.239Z | Compiling dyn-clone v1.0.17 |
1820 | 2024-12-06T20:02:48.434Z | Compiling percent-encoding v2.3.1 |
1821 | 2024-12-06T20:02:48.565Z | Compiling flagset v0.4.6 |
1822 | 2024-12-06T20:02:48.810Z | Compiling plain v0.2.3 |
1823 | 2024-12-06T20:02:48.832Z | Compiling aws-lc-sys v0.22.0 |
1824 | 2024-12-06T20:02:48.932Z | Compiling rustls-pki-types v1.9.0 |
1825 | 2024-12-06T20:02:48.976Z | Compiling goblin v0.8.2 |
1826 | 2024-12-06T20:02:50.883Z | Compiling der v0.7.9 |
1827 | 2024-12-06T20:02:53.141Z | Compiling tracing v0.1.40 |
1828 | 2024-12-06T20:02:53.650Z | Compiling rand_chacha v0.3.1 |
1829 | 2024-12-06T20:02:54.719Z | Compiling icu_provider v1.5.0 |
1830 | 2024-12-06T20:02:55.408Z | Compiling tokio-util v0.7.12 |
1831 | 2024-12-06T20:02:57.208Z | Compiling rustls v0.22.4 |
1832 | 2024-12-06T20:02:57.372Z | Compiling rayon-core v1.12.1 |
1833 | 2024-12-06T20:02:57.530Z | Compiling untrusted v0.9.0 |
1834 | 2024-12-06T20:02:57.813Z | Compiling powerfmt v0.2.0 |
1835 | 2024-12-06T20:02:57.856Z | Compiling pretty-hex v0.4.1 |
1836 | 2024-12-06T20:02:57.994Z | Compiling mirai-annotations v1.12.0 |
1837 | 2024-12-06T20:02:58.209Z | Compiling icu_locid_transform_data v1.5.0 |
1838 | 2024-12-06T20:02:58.378Z | Compiling icu_locid_transform v1.5.0 |
1839 | 2024-12-06T20:02:58.685Z | Compiling dof v0.3.0 |
1840 | 2024-12-06T20:02:58.708Z | Compiling deranged v0.3.11 |
1841 | 2024-12-06T20:03:00.727Z | Compiling rand v0.8.5 |
1842 | 2024-12-06T20:03:01.100Z | Compiling spki v0.7.3 |
1843 | 2024-12-06T20:03:01.751Z | Compiling dtrace-parser v0.2.0 |
1844 | 2024-12-06T20:03:02.516Z | Compiling salsa20 v0.10.2 |
1845 | 2024-12-06T20:03:02.733Z | Compiling icu_collections v1.5.0 |
1846 | 2024-12-06T20:03:03.776Z | Compiling pbkdf2 v0.12.2 |
1847 | 2024-12-06T20:03:04.428Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1848 | 2024-12-06T20:03:05.013Z | Compiling thread-id v4.2.2 |
1849 | 2024-12-06T20:03:05.818Z | Compiling atomic-waker v1.1.2 |
1850 | 2024-12-06T20:03:05.992Z | Compiling icu_properties_data v1.5.0 |
1851 | 2024-12-06T20:03:06.153Z | Compiling num_threads v0.1.7 |
1852 | 2024-12-06T20:03:06.676Z | Compiling icu_properties v1.5.1 |
1853 | 2024-12-06T20:03:06.924Z | Compiling time v0.3.36 |
1854 | 2024-12-06T20:03:12.757Z | Compiling scrypt v0.11.0 |
1855 | 2024-12-06T20:03:12.954Z | Compiling form_urlencoded v1.2.1 |
1856 | 2024-12-06T20:03:13.015Z | Compiling aes v0.8.4 |
1857 | 2024-12-06T20:03:13.333Z | Compiling cbc v0.1.2 |
1858 | 2024-12-06T20:03:13.391Z | Compiling http-body v1.0.1 |
1859 | 2024-12-06T20:03:13.722Z | Compiling multer v3.1.0 |
1860 | 2024-12-06T20:03:13.812Z | Compiling icu_normalizer_data v1.5.0 |
1861 | 2024-12-06T20:03:13.964Z | Compiling utf16_iter v1.0.5 |
1862 | 2024-12-06T20:03:14.038Z | Compiling slog-async v2.8.0 |
1863 | 2024-12-06T20:03:14.192Z | Compiling try-lock v0.2.5 |
1864 | 2024-12-06T20:03:14.404Z | Compiling write16 v1.0.0 |
1865 | 2024-12-06T20:03:14.522Z | Compiling utf8_iter v1.0.4 |
1866 | 2024-12-06T20:03:14.770Z | Compiling icu_normalizer v1.5.0 |
1867 | 2024-12-06T20:03:15.031Z | Compiling want v0.3.1 |
1868 | 2024-12-06T20:03:15.387Z | Compiling pkcs5 v0.7.1 |
1869 | 2024-12-06T20:03:18.795Z | Compiling h2 v0.4.6 |
1870 | 2024-12-06T20:03:20.323Z | Compiling heapless v0.7.17 |
1871 | 2024-12-06T20:03:20.912Z | Compiling zerocopy-derive v0.6.6 |
1872 | 2024-12-06T20:03:21.055Z | Compiling base64 v0.22.1 |
1873 | 2024-12-06T20:03:21.673Z | Compiling num-bigint-dig v0.8.4 |
1874 | 2024-12-06T20:03:22.269Z | Compiling httpdate v1.0.3 |
1875 | 2024-12-06T20:03:22.406Z | Compiling signal-hook v0.3.17 |
1876 | 2024-12-06T20:03:22.776Z | Compiling anyhow v1.0.93 |
1877 | 2024-12-06T20:03:23.962Z | Compiling pkcs8 v0.10.2 |
1878 | 2024-12-06T20:03:24.797Z | Compiling idna_adapter v1.2.0 |
1879 | 2024-12-06T20:03:25.255Z | Compiling usdt-attr-macro v0.5.0 |
1880 | 2024-12-06T20:03:25.362Z | Compiling usdt-macro v0.5.0 |
1881 | 2024-12-06T20:03:27.216Z | Compiling async-stream-impl v0.3.6 |
1882 | 2024-12-06T20:03:27.237Z | Compiling strsim v0.11.1 |
1883 | 2024-12-06T20:03:27.951Z | Compiling hyper v1.5.0 |
1884 | 2024-12-06T20:03:28.146Z | Compiling rustversion v1.0.17 |
1885 | 2024-12-06T20:03:28.506Z | Compiling tower-service v0.3.3 |
1886 | 2024-12-06T20:03:29.923Z | Compiling idna v1.0.3 |
1887 | 2024-12-06T20:03:31.480Z | Compiling hyper-util v0.1.10 |
1888 | 2024-12-06T20:03:38.063Z | Compiling curve25519-dalek v4.1.3 |
1889 | 2024-12-06T20:03:38.420Z | Compiling openapiv3 v2.0.0 |
1890 | 2024-12-06T20:03:38.561Z | Compiling toml_datetime v0.6.8 |
1891 | 2024-12-06T20:03:38.777Z | Compiling serde_spanned v0.6.8 |
1892 | 2024-12-06T20:03:39.063Z | Compiling enum-as-inner v0.6.1 |
1893 | 2024-12-06T20:03:39.171Z | Compiling dropshot v0.12.0 |
1894 | 2024-12-06T20:03:39.565Z | Compiling smoltcp v0.9.1 |
1895 | 2024-12-06T20:03:39.648Z | Compiling foreign-types-shared v0.1.1 |
1896 | 2024-12-06T20:03:40.401Z | Compiling match_cfg v0.1.0 |
1897 | 2024-12-06T20:03:40.654Z | Compiling adler2 v2.0.0 |
1898 | 2024-12-06T20:03:40.857Z | Compiling portable-atomic v1.9.0 |
1899 | 2024-12-06T20:03:40.959Z | Compiling miniz_oxide v0.8.0 |
1900 | 2024-12-06T20:03:41.922Z | Compiling hostname v0.3.1 |
1901 | 2024-12-06T20:03:42.171Z | Compiling foreign-types v0.3.2 |
1902 | 2024-12-06T20:03:43.820Z | Compiling url v2.5.3 |
1903 | 2024-12-06T20:03:51.558Z | Compiling http-body-util v0.1.2 |
1904 | 2024-12-06T20:03:51.621Z | Compiling clap_derive v4.5.18 |
1905 | 2024-12-06T20:03:52.338Z | Compiling dirs-sys-next v0.1.2 |
1906 | 2024-12-06T20:03:52.967Z | Compiling encoding_rs v0.8.34 |
1907 | 2024-12-06T20:03:54.518Z | Compiling siphasher v0.3.11 |
1908 | 2024-12-06T20:03:54.924Z | Compiling data-encoding v2.6.0 |
1909 | 2024-12-06T20:03:56.805Z | Compiling mime v0.3.17 |
1910 | 2024-12-06T20:03:58.055Z | Compiling dirs-next v2.0.0 |
1911 | 2024-12-06T20:04:03.705Z | Compiling hubpack_derive v0.1.1 |
1912 | 2024-12-06T20:04:04.414Z | Compiling serde_urlencoded v0.7.1 |
1913 | 2024-12-06T20:04:04.563Z | Compiling crossbeam-epoch v0.9.18 |
1914 | 2024-12-06T20:04:05.009Z | Compiling hashbrown v0.14.5 |
1915 | 2024-12-06T20:04:05.263Z | Compiling rustls-pemfile v2.2.0 |
1916 | 2024-12-06T20:04:05.746Z | Compiling rustls-webpki v0.102.8 |
1917 | 2024-12-06T20:04:06.506Z | Compiling dropshot_endpoint v0.12.0 |
1918 | 2024-12-06T20:04:07.461Z | Compiling sha1 v0.10.6 |
1919 | 2024-12-06T20:04:07.528Z | Compiling signature v2.2.0 |
1920 | 2024-12-06T20:04:07.674Z | Compiling curve25519-dalek-derive v0.1.1 |
1921 | 2024-12-06T20:04:07.875Z | Compiling thread_local v1.1.8 |
1922 | 2024-12-06T20:04:07.904Z | Compiling fs-err v2.11.0 |
1923 | 2024-12-06T20:04:08.353Z | Compiling ipnet v2.10.1 |
1924 | 2024-12-06T20:04:09.007Z | Compiling anstyle v1.0.10 |
1925 | 2024-12-06T20:04:09.435Z | Compiling openssl-probe v0.1.5 |
1926 | 2024-12-06T20:04:09.906Z | Compiling unicode-properties v0.1.3 |
1927 | 2024-12-06T20:04:10.311Z | Compiling winnow v0.6.20 |
1928 | 2024-12-06T20:04:10.619Z | Compiling utf8parse v0.2.2 |
1929 | 2024-12-06T20:04:11.663Z | Compiling gimli v0.31.1 |
1930 | 2024-12-06T20:04:12.185Z | Compiling anstyle-parse v0.2.5 |
1931 | 2024-12-06T20:04:12.419Z | Compiling stringprep v0.1.5 |
1932 | 2024-12-06T20:04:13.924Z | Compiling toml_edit v0.22.22 |
1933 | 2024-12-06T20:04:14.880Z | Compiling regress v0.10.1 |
1934 | 2024-12-06T20:04:16.919Z | Compiling addr2line v0.24.2 |
1935 | 2024-12-06T20:04:17.561Z | Compiling crossbeam-deque v0.8.5 |
1936 | 2024-12-06T20:04:17.906Z | Compiling term v0.7.0 |
1937 | 2024-12-06T20:04:19.208Z | Compiling slog-json v2.6.1 |
1938 | 2024-12-06T20:04:19.856Z | Compiling crossbeam-channel v0.5.13 |
1939 | 2024-12-06T20:04:21.212Z | Compiling idna v0.3.0 |
1940 | 2024-12-06T20:04:21.233Z | Compiling idna v0.4.0 |
1941 | 2024-12-06T20:04:22.369Z | Compiling futures-executor v0.3.31 |
1942 | 2024-12-06T20:04:22.624Z | Compiling num-integer v0.1.46 |
1943 | 2024-12-06T20:04:22.862Z | Compiling md-5 v0.10.6 |
1944 | 2024-12-06T20:04:23.110Z | Compiling ff v0.13.0 |
1945 | 2024-12-06T20:04:23.130Z | Compiling hash32 v0.2.1 |
1946 | 2024-12-06T20:04:23.348Z | Compiling memmap v0.7.0 |
1947 | 2024-12-06T20:04:23.351Z | Compiling is-terminal v0.4.13 |
1948 | 2024-12-06T20:04:23.508Z | Compiling object v0.36.5 |
1949 | 2024-12-06T20:04:23.529Z | Compiling heck v0.4.1 |
1950 | 2024-12-06T20:04:23.665Z | Compiling rustc-demangle v0.1.24 |
1951 | 2024-12-06T20:04:23.943Z | Compiling take_mut v0.2.2 |
1952 | 2024-12-06T20:04:24.109Z | Compiling base16ct v0.2.0 |
1953 | 2024-12-06T20:04:24.403Z | Compiling is_terminal_polyfill v1.70.1 |
1954 | 2024-12-06T20:04:24.545Z | Compiling psl-types v2.0.11 |
1955 | 2024-12-06T20:04:24.568Z | Compiling utf-8 v0.7.6 |
1956 | 2024-12-06T20:04:24.758Z | Compiling quick-error v1.2.3 |
1957 | 2024-12-06T20:04:24.862Z | Compiling colorchoice v1.0.2 |
1958 | 2024-12-06T20:04:24.920Z | Compiling linked-hash-map v0.5.6 |
1959 | 2024-12-06T20:04:25.023Z | Compiling anstyle-query v1.1.1 |
1960 | 2024-12-06T20:04:25.127Z | Compiling fallible-iterator v0.2.0 |
1961 | 2024-12-06T20:04:25.277Z | Compiling lru-cache v0.1.2 |
1962 | 2024-12-06T20:04:25.376Z | Compiling publicsuffix v2.2.3 |
1963 | 2024-12-06T20:04:25.482Z | Compiling anstream v0.6.15 |
1964 | 2024-12-06T20:04:25.708Z | Compiling resolv-conf v0.7.0 |
1965 | 2024-12-06T20:04:25.871Z | Compiling postgres-protocol v0.6.7 |
1966 | 2024-12-06T20:04:26.171Z | Compiling tungstenite v0.24.0 |
1967 | 2024-12-06T20:04:26.669Z | Compiling sec1 v0.7.3 |
1968 | 2024-12-06T20:04:27.259Z | Compiling strum_macros v0.25.3 |
1969 | 2024-12-06T20:04:27.305Z | Compiling usdt v0.5.0 |
1970 | 2024-12-06T20:04:27.771Z | Compiling slog-term v2.9.1 |
1971 | 2024-12-06T20:04:28.196Z | Compiling group v0.13.0 |
1972 | 2024-12-06T20:04:28.515Z | Compiling num-iter v0.1.45 |
1973 | 2024-12-06T20:04:28.719Z | Compiling futures v0.3.31 |
1974 | 2024-12-06T20:04:29.398Z | Compiling hickory-proto v0.24.1 |
1975 | 2024-12-06T20:04:30.440Z | Compiling tokio-rustls v0.26.0 |
1976 | 2024-12-06T20:04:30.929Z | Compiling backtrace v0.3.74 |
1977 | 2024-12-06T20:04:31.534Z | Compiling slog-bunyan v2.5.0 |
1978 | 2024-12-06T20:04:31.551Z | Compiling typify-impl v0.2.0 |
1979 | 2024-12-06T20:04:31.739Z | Compiling tokio-rustls v0.25.0 |
1980 | 2024-12-06T20:04:31.804Z | Compiling toml v0.8.19 |
1981 | 2024-12-06T20:04:32.184Z | Compiling tokio-native-tls v0.3.1 |
1982 | 2024-12-06T20:04:32.512Z | Compiling phf_shared v0.11.2 |
1983 | 2024-12-06T20:04:32.881Z | Compiling async-stream v0.3.6 |
1984 | 2024-12-06T20:04:33.208Z | Compiling waitgroup v0.1.2 |
1985 | 2024-12-06T20:04:33.272Z | Compiling webpki-roots v0.26.6 |
1986 | 2024-12-06T20:04:33.489Z | Compiling idna v0.5.0 |
1987 | 2024-12-06T20:04:33.550Z | Compiling terminal_size v0.4.0 |
1988 | 2024-12-06T20:04:33.760Z | Compiling serde_path_to_error v0.1.16 |
1989 | 2024-12-06T20:04:34.489Z | Compiling hkdf v0.12.4 |
1990 | 2024-12-06T20:04:34.531Z | Compiling crypto-bigint v0.5.5 |
1991 | 2024-12-06T20:04:34.732Z | Compiling serde_repr v0.1.19 |
1992 | 2024-12-06T20:04:34.932Z | Compiling derive-where v1.2.7 |
1993 | 2024-12-06T20:04:35.981Z | Compiling hostname v0.4.0 |
1994 | 2024-12-06T20:04:36.209Z | Compiling crc32fast v1.4.2 |
1995 | 2024-12-06T20:04:37.043Z | Compiling unicode-width v0.1.14 |
1996 | 2024-12-06T20:04:37.490Z | Compiling managed v0.8.0 |
1997 | 2024-12-06T20:04:37.559Z | Compiling clap_lex v0.7.2 |
1998 | 2024-12-06T20:04:37.925Z | Compiling winnow v0.5.40 |
1999 | 2024-12-06T20:04:38.128Z | Compiling bitflags v1.3.2 |
2000 | 2024-12-06T20:04:38.264Z | Compiling debug-ignore v1.0.5 |
2001 | 2024-12-06T20:04:39.152Z | Compiling clap_builder v4.5.21 |
2002 | 2024-12-06T20:04:40.399Z | Compiling elliptic-curve v0.13.8 |
2003 | 2024-12-06T20:04:41.037Z | Compiling console v0.15.8 |
2004 | 2024-12-06T20:04:41.588Z | Compiling toml_edit v0.19.15 |
2005 | 2024-12-06T20:04:42.368Z | Compiling flate2 v1.0.34 |
2006 | 2024-12-06T20:04:43.009Z | Compiling hickory-resolver v0.24.1 |
2007 | 2024-12-06T20:04:43.528Z | Compiling typify-macro v0.2.0 |
2008 | 2024-12-06T20:04:46.550Z | Compiling cookie_store v0.21.0 |
2009 | 2024-12-06T20:04:47.859Z | Compiling hyper-rustls v0.27.3 |
2010 | 2024-12-06T20:04:48.557Z | Compiling phf v0.11.2 |
2011 | 2024-12-06T20:04:48.697Z | Compiling hyper-tls v0.6.0 |
2012 | 2024-12-06T20:04:49.084Z | Compiling signal-hook-mio v0.2.4 |
2013 | 2024-12-06T20:04:49.268Z | Compiling rayon v1.10.0 |
2014 | 2024-12-06T20:04:49.318Z | Compiling bzip2 v0.4.4 |
2015 | 2024-12-06T20:04:49.701Z | Compiling tokio-tungstenite v0.24.0 |
2016 | 2024-12-06T20:04:49.919Z | Compiling postgres-types v0.2.8 |
2017 | 2024-12-06T20:04:50.403Z | Compiling ed25519 v2.2.3 |
2018 | 2024-12-06T20:04:50.706Z | Compiling hubpack v0.1.2 |
2019 | 2024-12-06T20:04:50.857Z | Compiling phf_shared v0.10.0 |
2020 | 2024-12-06T20:04:51.231Z | Compiling pkcs1 v0.7.5 |
2021 | 2024-12-06T20:04:51.345Z | Compiling zerocopy v0.6.6 |
2022 | 2024-12-06T20:04:51.761Z | Compiling tokio-stream v0.1.16 |
2023 | 2024-12-06T20:04:52.415Z | Compiling serde-big-array v0.5.1 |
2024 | 2024-12-06T20:04:52.651Z | Compiling rfc6979 v0.4.0 |
2025 | 2024-12-06T20:04:52.810Z | Compiling float-cmp v0.9.0 |
2026 | 2024-12-06T20:04:52.962Z | Compiling sync_wrapper v1.0.1 |
2027 | 2024-12-06T20:04:53.121Z | Compiling bstr v1.10.0 |
2028 | 2024-12-06T20:04:53.199Z | Compiling precomputed-hash v0.1.1 |
2029 | 2024-12-06T20:04:53.226Z | Compiling bit-vec v0.6.3 |
2030 | 2024-12-06T20:04:53.465Z | Compiling static_assertions v1.1.0 |
2031 | 2024-12-06T20:04:53.571Z | Compiling whoami v1.5.2 |
2032 | 2024-12-06T20:04:54.034Z | Compiling number_prefix v0.4.0 |
2033 | 2024-12-06T20:04:54.244Z | Compiling difflib v0.4.0 |
2034 | 2024-12-06T20:04:54.347Z | Compiling unicode-segmentation v1.12.0 |
2035 | 2024-12-06T20:04:54.779Z | Compiling normalize-line-endings v0.3.0 |
2036 | 2024-12-06T20:04:54.907Z | Compiling predicates-core v1.0.8 |
2037 | 2024-12-06T20:04:55.225Z | Compiling new_debug_unreachable v1.0.6 |
2038 | 2024-12-06T20:04:55.228Z | Compiling fixedbitset v0.4.2 |
2039 | 2024-12-06T20:04:55.338Z | Compiling unicode-width v0.2.0 |
2040 | 2024-12-06T20:04:55.696Z | Compiling petgraph v0.6.5 |
2041 | 2024-12-06T20:04:55.885Z | Compiling indicatif v0.17.9 |
2042 | 2024-12-06T20:04:56.764Z | Compiling string_cache v0.8.7 |
2043 | 2024-12-06T20:04:57.196Z | Compiling predicates v3.1.2 |
2044 | 2024-12-06T20:04:57.823Z | Compiling similar v2.6.0 |
2045 | 2024-12-06T20:04:58.191Z | Compiling reqwest v0.12.9 |
2046 | 2024-12-06T20:04:58.731Z | Compiling tokio-postgres v0.7.12 |
2047 | 2024-12-06T20:04:59.892Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2048 | 2024-12-06T20:05:00.706Z | Compiling bit-set v0.5.3 |
2049 | 2024-12-06T20:05:01.292Z | Compiling ecdsa v0.16.9 |
2050 | 2024-12-06T20:05:02.011Z | Compiling qorb v0.2.1 |
2051 | 2024-12-06T20:05:02.734Z | Compiling rsa v0.9.6 |
2052 | 2024-12-06T20:05:04.135Z | Compiling ed25519-dalek v2.1.1 |
2053 | 2024-12-06T20:05:04.684Z | Compiling zip v0.6.6 |
2054 | 2024-12-06T20:05:05.249Z | Compiling crossterm v0.28.1 |
2055 | 2024-12-06T20:05:05.280Z | Compiling toml v0.7.8 |
2056 | 2024-12-06T20:05:05.957Z | Compiling clap v4.5.21 |
2057 | 2024-12-06T20:05:07.920Z | Compiling x509-cert v0.2.5 |
2058 | 2024-12-06T20:05:08.833Z | Compiling hex v0.4.3 |
2059 | 2024-12-06T20:05:11.186Z | Compiling itertools v0.10.5 |
2060 | 2024-12-06T20:05:11.488Z | Compiling lalrpop-util v0.19.12 |
2061 | 2024-12-06T20:05:14.099Z | Compiling radium v0.7.0 |
2062 | 2024-12-06T20:05:14.458Z | Compiling peg-runtime v0.8.3 |
2063 | 2024-12-06T20:05:14.850Z | Compiling unicode-xid v0.2.6 |
2064 | 2024-12-06T20:05:15.026Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2065 | 2024-12-06T20:05:32.044Z | Compiling maybe-uninit v2.0.0 |
2066 | 2024-12-06T20:05:32.477Z | Compiling ident_case v1.0.1 |
2067 | 2024-12-06T20:05:32.502Z | Compiling tap v1.0.1 |
2068 | 2024-12-06T20:05:32.702Z | Compiling wyz v0.5.1 |
2069 | 2024-12-06T20:05:33.024Z | Compiling darling_core v0.20.10 |
2070 | 2024-12-06T20:05:42.665Z | Compiling typify v0.2.0 |
2071 | 2024-12-06T20:05:46.947Z | Compiling funty v2.0.0 |
2072 | 2024-12-06T20:05:47.166Z | Compiling packed_struct v0.10.1 |
2073 | 2024-12-06T20:05:47.929Z | Compiling unsafe-libyaml v0.2.11 |
2074 | 2024-12-06T20:05:49.396Z | Compiling serde_yaml v0.9.34+deprecated |
2075 | 2024-12-06T20:05:50.156Z | Compiling bitvec v1.0.1 |
2076 | 2024-12-06T20:05:53.230Z | Compiling progenitor-impl v0.8.0 |
2077 | 2024-12-06T20:05:54.297Z | Compiling darling_macro v0.20.10 |
2078 | 2024-12-06T20:05:55.507Z | Compiling packed_struct_codegen v0.10.1 |
2079 | 2024-12-06T20:05:58.346Z | Compiling structmeta-derive v0.3.0 |
2080 | 2024-12-06T20:05:59.217Z | Compiling indexmap v1.9.3 |
2081 | 2024-12-06T20:05:59.529Z | Compiling fastrand v2.1.1 |
2082 | 2024-12-06T20:06:00.026Z | Compiling crc-catalog v2.4.0 |
2083 | 2024-12-06T20:06:00.206Z | Compiling newtype-uuid v1.1.3 |
2084 | 2024-12-06T20:06:00.305Z | Compiling nodrop v0.1.14 |
2085 | 2024-12-06T20:06:00.447Z | Compiling array-init v0.0.4 |
2086 | 2024-12-06T20:06:00.949Z | Compiling structmeta v0.3.0 |
2087 | 2024-12-06T20:06:01.699Z | Compiling crc v3.2.1 |
2088 | 2024-12-06T20:06:02.220Z | Compiling progenitor-macro v0.8.0 |
2089 | 2024-12-06T20:06:03.240Z | Compiling tempfile v3.13.0 |
2090 | 2024-12-06T20:06:08.296Z | Compiling darling v0.20.10 |
2091 | 2024-12-06T20:06:08.434Z | Compiling smallvec v0.6.14 |
2092 | 2024-12-06T20:06:15.050Z | Compiling progenitor-client v0.8.0 |
2093 | 2024-12-06T20:06:16.946Z | Compiling pin-project-internal v1.1.6 |
2094 | 2024-12-06T20:06:17.022Z | Compiling dropshot v0.13.0 |
2095 | 2024-12-06T20:06:18.025Z | Compiling bitfield v0.14.0 |
2096 | 2024-12-06T20:06:19.926Z | Compiling base64 v0.21.7 |
2097 | 2024-12-06T20:06:20.383Z | Compiling termcolor v1.4.1 |
2098 | 2024-12-06T20:06:20.707Z | Compiling same-file v1.0.6 |
2099 | 2024-12-06T20:06:21.258Z | Compiling hashbrown v0.12.3 |
2100 | 2024-12-06T20:06:23.899Z | Compiling env_logger v0.10.2 |
2101 | 2024-12-06T20:06:25.273Z | Compiling walkdir v2.5.0 |
2102 | 2024-12-06T20:06:26.539Z | Compiling ron v0.8.1 |
2103 | 2024-12-06T20:06:28.040Z | Compiling pin-project v1.1.6 |
2104 | 2024-12-06T20:06:28.192Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2105 | 2024-12-06T20:06:36.337Z | Compiling progenitor v0.8.0 |
2106 | 2024-12-06T20:06:37.057Z | Compiling serde-hex v0.1.0 |
2107 | 2024-12-06T20:06:37.675Z | Compiling serde_with_macros v3.11.0 |
2108 | 2024-12-06T20:06:40.343Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2109 | 2024-12-06T20:06:40.684Z | Compiling parse-display-derive v0.10.0 |
2110 | 2024-12-06T20:06:44.617Z | Compiling strum_macros v0.26.4 |
2111 | 2024-12-06T20:06:45.509Z | Compiling hashbrown v0.13.2 |
2112 | 2024-12-06T20:06:45.564Z | Compiling ipnetwork v0.20.0 |
2113 | 2024-12-06T20:06:46.152Z | Compiling xattr v1.3.1 |
2114 | 2024-12-06T20:06:46.494Z | Compiling dropshot_endpoint v0.13.0 |
2115 | 2024-12-06T20:06:46.526Z | Compiling snafu-derive v0.8.5 |
2116 | 2024-12-06T20:06:46.772Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2117 | 2024-12-06T20:06:46.928Z | Compiling ring v0.16.20 |
2118 | 2024-12-06T20:06:47.525Z | Compiling blake3 v1.5.4 |
2119 | 2024-12-06T20:06:47.933Z | Compiling filetime v0.2.25 |
2120 | 2024-12-06T20:06:48.142Z | Compiling instant v0.1.13 |
2121 | 2024-12-06T20:06:48.296Z | Compiling simd-adler32 v0.3.7 |
2122 | 2024-12-06T20:06:48.325Z | Compiling crc-any v2.5.0 |
2123 | 2024-12-06T20:06:49.207Z | Compiling buf-list v1.0.3 |
2124 | 2024-12-06T20:06:49.474Z | Compiling bumpalo v3.16.0 |
2125 | 2024-12-06T20:06:49.580Z | Compiling zip v2.1.3 |
2126 | 2024-12-06T20:06:49.766Z | Compiling lockfree-object-pool v0.1.6 |
2127 | 2024-12-06T20:06:50.069Z | Compiling zopfli v0.8.1 |
2128 | 2024-12-06T20:06:50.300Z | Compiling strum v0.26.3 |
2129 | 2024-12-06T20:06:50.354Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2130 | 2024-12-06T20:06:50.511Z | Compiling backoff v0.4.0 |
2131 | 2024-12-06T20:06:50.909Z | Compiling tar v0.4.42 |
2132 | 2024-12-06T20:06:51.325Z | Compiling snafu v0.8.5 |
2133 | 2024-12-06T20:06:52.633Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2134 | 2024-12-06T20:06:52.853Z | Compiling object v0.30.4 |
2135 | 2024-12-06T20:06:54.387Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2136 | 2024-12-06T20:06:56.584Z | Compiling parse-display v0.10.0 |
2137 | 2024-12-06T20:06:57.035Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2138 | 2024-12-06T20:06:57.635Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2139 | 2024-12-06T20:06:58.072Z | Compiling serde_with v3.11.0 |
2140 | 2024-12-06T20:06:58.522Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2141 | 2024-12-06T20:06:59.216Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2142 | 2024-12-06T20:06:59.263Z | Compiling camino-tempfile v1.1.1 |
2143 | 2024-12-06T20:07:00.027Z | Compiling globset v0.4.15 |
2144 | 2024-12-06T20:07:02.163Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2145 | 2024-12-06T20:07:02.367Z | Compiling regress v0.9.1 |
2146 | 2024-12-06T20:07:02.506Z | Compiling pem v3.0.4 |
2147 | 2024-12-06T20:07:03.964Z | Compiling olpc-cjson v0.1.4 |
2148 | 2024-12-06T20:07:04.321Z | Compiling macaddr v1.0.1 |
2149 | 2024-12-06T20:07:04.959Z | Compiling serde_plain v1.0.2 |
2150 | 2024-12-06T20:07:05.489Z | Compiling async-recursion v1.1.1 |
2151 | 2024-12-06T20:07:05.571Z | Compiling memmap2 v0.9.5 |
2152 | 2024-12-06T20:07:05.681Z | Compiling arrayvec v0.7.6 |
2153 | 2024-12-06T20:07:06.056Z | Compiling typed-path v0.9.3 |
2154 | 2024-12-06T20:07:06.181Z | Compiling path-slash v0.1.5 |
2155 | 2024-12-06T20:07:06.208Z | Compiling constant_time_eq v0.3.1 |
2156 | 2024-12-06T20:07:06.389Z | Compiling arrayref v0.3.9 |
2157 | 2024-12-06T20:07:06.413Z | Compiling spin v0.5.2 |
2158 | 2024-12-06T20:07:06.954Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2159 | 2024-12-06T20:07:07.750Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2160 | 2024-12-06T20:07:09.194Z | Compiling tough v0.19.0 |
2161 | 2024-12-06T20:07:13.901Z | Compiling itertools v0.13.0 |
2162 | 2024-12-06T20:07:14.364Z | Compiling cargo-platform v0.1.8 |
2163 | 2024-12-06T20:07:15.233Z | Compiling topological-sort v0.2.2 |
2164 | 2024-12-06T20:07:15.440Z | Compiling parse-size v1.1.0 |
2165 | 2024-12-06T20:07:15.513Z | Compiling omicron-zone-package v0.11.1 |
2166 | 2024-12-06T20:07:15.735Z | Compiling cargo_metadata v0.18.1 |
2167 | 2024-12-06T20:07:17.737Z | Compiling shell-words v1.1.0 |
2168 | 2024-12-06T20:07:20.727Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2169 | 2024-12-06T20:07:34.808Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2170 | 2024-12-06T20:07:49.836Z | Finished `release` profile [optimized] target(s) in 5m 53s |
2171 | 2024-12-06T20:07:50.057Z | Running `target/release/omicron-releng --output-dir /work` |
2172 | 2024-12-06T20:07:50.060Z | Dec 06 20:07:49.412 DEBG changing working directory to /work/oxidecomputer/omicron |
2173 | 2024-12-06T20:07:50.150Z | Dec 06 20:07:49.513 DEBG running: git rev-parse HEAD |
2174 | 2024-12-06T20:07:50.156Z | Dec 06 20:07:49.520 DEBG process exited with exit status: 0 (6.700945ms) |
2175 | 2024-12-06T20:07:50.156Z | Dec 06 20:07:49.520 INFO version: 12.0.0-0.ci+gitdd376b02d91 |
2176 | 2024-12-06T20:07:50.197Z | Dec 06 20:07:49.561 INFO cloning helios to /work/oxidecomputer/helios |
2177 | 2024-12-06T20:07:50.197Z | Dec 06 20:07:49.561 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2178 | 2024-12-06T20:07:50.203Z | Cloning into '/work/oxidecomputer/helios'... |
2179 | 2024-12-06T20:07:50.708Z | Dec 06 20:07:50.071 DEBG process exited with exit status: 0 (510.040737ms) |
2180 | 2024-12-06T20:07:50.708Z | Dec 06 20:07:50.071 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2181 | 2024-12-06T20:07:50.715Z | # branch.oid 59a814adacfd4f9258f38e9a0f40d343da9323a7 |
2182 | 2024-12-06T20:07:50.715Z | # branch.head master |
2183 | 2024-12-06T20:07:50.715Z | # branch.upstream origin/master |
2184 | 2024-12-06T20:07:50.715Z | # branch.ab +0 -0 |
2185 | 2024-12-06T20:07:50.717Z | Dec 06 20:07:50.079 DEBG process exited with exit status: 0 (7.916218ms) |
2186 | 2024-12-06T20:07:50.717Z | Dec 06 20:07:50.079 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2187 | 2024-12-06T20:07:51.660Z | Dec 06 20:07:51.023 DEBG process exited with exit status: 0 (944.366558ms) |
2188 | 2024-12-06T20:07:51.660Z | Dec 06 20:07:51.023 DEBG running: zfs list rpool/images/build/host |
2189 | 2024-12-06T20:07:51.667Z | NAME USED AVAIL REFER MOUNTPOINT |
2190 | 2024-12-06T20:07:51.667Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2191 | 2024-12-06T20:07:51.669Z | Dec 06 20:07:51.031 DEBG process exited with exit status: 0 (7.363032ms) |
2192 | 2024-12-06T20:07:51.669Z | Dec 06 20:07:51.031 DEBG running: zfs list rpool/images/build/recovery |
2193 | 2024-12-06T20:07:51.673Z | NAME USED AVAIL REFER MOUNTPOINT |
2194 | 2024-12-06T20:07:51.673Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2195 | 2024-12-06T20:07:51.676Z | Dec 06 20:07:51.037 DEBG process exited with exit status: 0 (6.453302ms) |
2196 | 2024-12-06T20:07:51.676Z | Dec 06 20:07:51.038 INFO [hubris-staging] running task |
2197 | 2024-12-06T20:07:51.676Z | Dec 06 20:07:51.038 INFO [hubris-production] running task |
2198 | 2024-12-06T20:07:51.676Z | Dec 06 20:07:51.038 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 |
2199 | 2024-12-06T20:07:51.678Z | Dec 06 20:07:51.042 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2200 | 2024-12-06T20:07:51.751Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2201 | 2024-12-06T20:07:52.147Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-06T20:07:52.815Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-06T20:07:53.115Z | [ omicron-package] Blocking waiting for file lock on package cache |
2204 | 2024-12-06T20:07:53.487Z | Dec 06 20:07:52.850 INFO [hubris-production] task succeeded (1.811231032s) |
2205 | 2024-12-06T20:07:53.901Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2206 | 2024-12-06T20:07:53.903Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2207 | 2024-12-06T20:07:53.903Z | [ omicron-package] Compiling itertools v0.13.0 |
2208 | 2024-12-06T20:07:53.903Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2209 | 2024-12-06T20:07:53.903Z | [ omicron-package] Compiling heapless v0.8.0 |
2210 | 2024-12-06T20:07:53.903Z | [ omicron-package] Compiling hash32 v0.3.1 |
2211 | 2024-12-06T20:07:53.903Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2212 | 2024-12-06T20:07:53.903Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2213 | 2024-12-06T20:07:54.946Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2214 | 2024-12-06T20:07:55.576Z | [ omicron-package] Compiling cobs v0.2.3 |
2215 | 2024-12-06T20:07:55.703Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2216 | 2024-12-06T20:07:55.875Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2217 | 2024-12-06T20:07:56.062Z | [ omicron-package] Compiling postcard v1.0.10 |
2218 | 2024-12-06T20:07:56.546Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2219 | 2024-12-06T20:07:56.546Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2220 | 2024-12-06T20:07:56.678Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2221 | 2024-12-06T20:07:57.506Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2222 | 2024-12-06T20:07:57.942Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2223 | 2024-12-06T20:07:58.807Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2224 | 2024-12-06T20:07:59.164Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2225 | 2024-12-06T20:07:59.809Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2226 | 2024-12-06T20:08:00.097Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2227 | 2024-12-06T20:08:00.213Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2228 | 2024-12-06T20:08:00.322Z | [ omicron-package] Compiling num_enum v0.5.11 |
2229 | 2024-12-06T20:08:00.431Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2230 | 2024-12-06T20:08:00.634Z | [ omicron-package] Compiling thiserror v2.0.3 |
2231 | 2024-12-06T20:08:00.828Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2232 | 2024-12-06T20:08:01.059Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2233 | 2024-12-06T20:08:01.258Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2234 | 2024-12-06T20:08:01.453Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2235 | 2024-12-06T20:08:01.768Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2236 | 2024-12-06T20:08:02.023Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2237 | 2024-12-06T20:08:02.417Z | [ omicron-package] Compiling colored v2.1.0 |
2238 | 2024-12-06T20:08:02.685Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2239 | 2024-12-06T20:08:02.749Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2240 | 2024-12-06T20:08:03.049Z | Dec 06 20:08:02.412 INFO [hubris-staging] task succeeded (11.373810314s) |
2241 | 2024-12-06T20:08:03.574Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2242 | 2024-12-06T20:08:04.359Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2243 | 2024-12-06T20:08:04.776Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2244 | 2024-12-06T20:08:05.196Z | [ omicron-package] Compiling num-derive v0.4.2 |
2245 | 2024-12-06T20:08:05.554Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2246 | 2024-12-06T20:08:06.405Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2247 | 2024-12-06T20:08:06.689Z | [ omicron-package] Compiling zone v0.3.0 |
2248 | 2024-12-06T20:08:07.201Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2249 | 2024-12-06T20:08:07.495Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2250 | 2024-12-06T20:08:08.280Z | [ omicron-package] Compiling smf v0.2.3 |
2251 | 2024-12-06T20:08:08.643Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2252 | 2024-12-06T20:08:08.995Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2253 | 2024-12-06T20:08:09.326Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2254 | 2024-12-06T20:08:11.705Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-06T20:08:11.935Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2256 | 2024-12-06T20:08:11.985Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-06T20:08:12.319Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2258 | 2024-12-06T20:08:12.352Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2259 | 2024-12-06T20:08:12.405Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-06T20:08:12.571Z | [ omicron-package] Compiling gethostname v0.5.0 |
2261 | 2024-12-06T20:08:13.630Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2262 | 2024-12-06T20:08:15.899Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-06T20:08:17.136Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-06T20:08:18.504Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2265 | 2024-12-06T20:08:21.291Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2266 | 2024-12-06T20:08:21.998Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2267 | 2024-12-06T20:08:23.721Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2268 | 2024-12-06T20:08:34.034Z | [ helios-setup] Dec 06 20:08:33.396 INFO helios repository root is: /work/oxidecomputer/helios |
2269 | 2024-12-06T20:08:34.038Z | [ helios-setup] Dec 06 20:08:33.399 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 |
2270 | 2024-12-06T20:08:34.038Z | [ helios-setup] Dec 06 20:08:33.399 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2271 | 2024-12-06T20:08:34.042Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2272 | 2024-12-06T20:08:35.324Z | [ helios-setup] Dec 06 20:08:34.686 INFO clone ok!, project: chelsio-t6-roms |
2273 | 2024-12-06T20:08:35.326Z | [ helios-setup] Dec 06 20:08:34.686 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
2274 | 2024-12-06T20:08:35.326Z | [ helios-setup] Dec 06 20:08:34.686 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2275 | 2024-12-06T20:08:35.329Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2276 | 2024-12-06T20:08:36.259Z | [ helios-setup] Dec 06 20:08:35.621 INFO clone ok!, project: pilot |
2277 | 2024-12-06T20:08:36.261Z | [ helios-setup] Dec 06 20:08:35.621 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 |
2278 | 2024-12-06T20:08:36.261Z | [ helios-setup] Dec 06 20:08:35.621 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2279 | 2024-12-06T20:08:36.264Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2280 | 2024-12-06T20:08:36.935Z | [ helios-setup] Dec 06 20:08:36.297 INFO clone ok!, project: phbl |
2281 | 2024-12-06T20:08:36.938Z | [ helios-setup] Dec 06 20:08:36.297 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 |
2282 | 2024-12-06T20:08:36.938Z | [ helios-setup] Dec 06 20:08:36.297 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2283 | 2024-12-06T20:08:36.940Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2284 | 2024-12-06T20:08:37.669Z | [ helios-setup] Dec 06 20:08:37.031 INFO clone ok!, project: bootserver |
2285 | 2024-12-06T20:08:37.671Z | [ helios-setup] Dec 06 20:08:37.031 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2286 | 2024-12-06T20:08:37.671Z | [ helios-setup] Dec 06 20:08:37.031 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 |
2287 | 2024-12-06T20:08:37.671Z | [ helios-setup] Dec 06 20:08:37.031 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2288 | 2024-12-06T20:08:37.674Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2289 | 2024-12-06T20:08:38.532Z | [ helios-setup] Dec 06 20:08:37.894 INFO clone ok!, project: image-builder |
2290 | 2024-12-06T20:08:38.535Z | [ helios-setup] Dec 06 20:08:37.895 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2291 | 2024-12-06T20:08:38.535Z | [ helios-setup] Dec 06 20:08:37.895 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2292 | 2024-12-06T20:08:38.535Z | [ helios-setup] Dec 06 20:08:37.895 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 |
2293 | 2024-12-06T20:08:38.535Z | [ helios-setup] Dec 06 20:08:37.895 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2294 | 2024-12-06T20:08:38.538Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2295 | 2024-12-06T20:08:39.223Z | [ helios-setup] Dec 06 20:08:38.585 INFO clone ok!, project: pinprick |
2296 | 2024-12-06T20:08:39.226Z | [ helios-setup] Dec 06 20:08:38.585 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 |
2297 | 2024-12-06T20:08:39.226Z | [ helios-setup] Dec 06 20:08:38.586 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 |
2298 | 2024-12-06T20:08:39.229Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2299 | 2024-12-06T20:08:40.344Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2300 | 2024-12-06T20:08:40.354Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2301 | 2024-12-06T20:08:42.467Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.78s |
2302 | 2024-12-06T20:08:42.698Z | [ omicron-package] |
2303 | 2024-12-06T20:08:42.698Z | [ omicron-package] real 50.977388449 |
2304 | 2024-12-06T20:08:42.698Z | [ omicron-package] user 2:58.272775484 |
2305 | 2024-12-06T20:08:42.701Z | [ omicron-package] sys 26.398973892 |
2306 | 2024-12-06T20:08:42.701Z | [ omicron-package] trap 0.177405257 |
2307 | 2024-12-06T20:08:42.701Z | [ omicron-package] tflt 0.468878735 |
2308 | 2024-12-06T20:08:42.701Z | [ omicron-package] dflt 0.932739847 |
2309 | 2024-12-06T20:08:42.701Z | [ omicron-package] kflt 0.000006290 |
2310 | 2024-12-06T20:08:42.701Z | [ omicron-package] lock 5:44.830239225 |
2311 | 2024-12-06T20:08:42.701Z | [ omicron-package] slp 10:16.067668973 |
2312 | 2024-12-06T20:08:42.701Z | [ omicron-package] lat 1:38.300728194 |
2313 | 2024-12-06T20:08:42.701Z | Dec 06 20:08:42.061 INFO [omicron-package] process exited with exit status: 0 (51.022630684s) |
2314 | 2024-12-06T20:08:42.701Z | [ omicron-package] stop 1:00.924380336 |
2315 | 2024-12-06T20:08:42.701Z | Dec 06 20:08:42.061 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2316 | 2024-12-06T20:08:42.786Z | Dec 06 20:08:42.148 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 |
2317 | 2024-12-06T20:08:42.798Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2318 | 2024-12-06T20:08:42.800Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2319 | 2024-12-06T20:08:42.800Z | Dec 06 20:08:42.162 INFO [recovery-target] process exited with exit status: 0 (100.927287ms) |
2320 | 2024-12-06T20:08:42.804Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2321 | 2024-12-06T20:08:42.806Z | [ host-target] Created new build target 'host' and set it as active |
2322 | 2024-12-06T20:08:42.806Z | Dec 06 20:08:42.168 INFO [host-target] process exited with exit status: 0 (19.917562ms) |
2323 | 2024-12-06T20:08:42.806Z | Dec 06 20:08:42.168 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2324 | 2024-12-06T20:08:42.823Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2325 | 2024-12-06T20:08:44.051Z | [ host-package] Compiling convert_case v0.4.0 |
2326 | 2024-12-06T20:08:44.051Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2327 | 2024-12-06T20:08:44.054Z | [ host-package] Compiling newline-converter v0.3.0 |
2328 | 2024-12-06T20:08:44.054Z | [ host-package] Compiling password-hash v0.5.0 |
2329 | 2024-12-06T20:08:44.202Z | [ host-package] Compiling progenitor-client v0.8.0 |
2330 | 2024-12-06T20:08:44.205Z | [ host-package] Compiling blake2 v0.10.6 |
2331 | 2024-12-06T20:08:44.216Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2332 | 2024-12-06T20:08:44.253Z | [ host-package] Compiling owo-colors v4.1.0 |
2333 | 2024-12-06T20:08:44.409Z | [ host-package] Compiling expectorate v1.1.0 |
2334 | 2024-12-06T20:08:44.473Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2335 | 2024-12-06T20:08:44.608Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2336 | 2024-12-06T20:08:44.627Z | [ helios-setup] Dec 06 20:08:43.989 INFO clone ok!, project: amd-host-image-builder |
2337 | 2024-12-06T20:08:44.629Z | [ helios-setup] Dec 06 20:08:43.989 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 |
2338 | 2024-12-06T20:08:44.629Z | [ helios-setup] Dec 06 20:08:43.989 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2339 | 2024-12-06T20:08:44.632Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2340 | 2024-12-06T20:08:44.634Z | [ host-package] Compiling num-rational v0.4.2 |
2341 | 2024-12-06T20:08:44.678Z | [ host-package] Compiling progenitor v0.8.0 |
2342 | 2024-12-06T20:08:44.759Z | [ host-package] Compiling argon2 v0.5.3 |
2343 | 2024-12-06T20:08:44.926Z | [ host-package] Compiling num-complex v0.4.6 |
2344 | 2024-12-06T20:08:44.971Z | [ host-package] Compiling derive_more v0.99.18 |
2345 | 2024-12-06T20:08:45.831Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2346 | 2024-12-06T20:08:46.155Z | [ host-package] Compiling num v0.4.3 |
2347 | 2024-12-06T20:08:46.285Z | [ host-package] Compiling atomicwrites v0.4.4 |
2348 | 2024-12-06T20:08:46.316Z | [ host-package] Compiling libsw v3.3.1 |
2349 | 2024-12-06T20:08:46.338Z | [ host-package] Compiling linear-map v1.2.0 |
2350 | 2024-12-06T20:08:46.436Z | [ host-package] Compiling float-ord v0.3.2 |
2351 | 2024-12-06T20:08:46.629Z | [ host-package] Compiling swrite v0.1.0 |
2352 | 2024-12-06T20:08:46.692Z | [ host-package] Compiling indent_write v2.2.0 |
2353 | 2024-12-06T20:08:46.780Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2354 | 2024-12-06T20:08:46.816Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2355 | 2024-12-06T20:08:46.876Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2356 | 2024-12-06T20:08:46.935Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2357 | 2024-12-06T20:08:47.165Z | [ host-package] Compiling highway v1.2.0 |
2358 | 2024-12-06T20:08:47.251Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2359 | 2024-12-06T20:08:47.996Z | [ host-package] Compiling semver v0.1.20 |
2360 | 2024-12-06T20:08:48.637Z | [ host-package] Compiling rustc_version v0.1.7 |
2361 | 2024-12-06T20:08:48.715Z | [ host-package] Compiling tungstenite v0.21.0 |
2362 | 2024-12-06T20:08:49.080Z | [ host-package] Compiling newtype_derive v0.1.6 |
2363 | 2024-12-06T20:08:49.415Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2364 | 2024-12-06T20:08:49.884Z | [ host-package] Compiling dropshot v0.13.0 |
2365 | 2024-12-06T20:08:49.964Z | [ host-package] Compiling ipnetwork v0.20.0 |
2366 | 2024-12-06T20:08:50.830Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2367 | 2024-12-06T20:08:51.544Z | [ host-package] Compiling instant v0.1.13 |
2368 | 2024-12-06T20:08:51.738Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2369 | 2024-12-06T20:08:51.884Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2370 | 2024-12-06T20:08:53.257Z | [ helios-setup] Dec 06 20:08:52.619 INFO clone ok!, project: amd-firmware |
2371 | 2024-12-06T20:08:53.260Z | [ helios-setup] Dec 06 20:08:52.619 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2372 | 2024-12-06T20:08:54.124Z | [ host-package] Compiling humantime v2.1.0 |
2373 | 2024-12-06T20:08:54.270Z | [ helios-setup] Dec 06 20:08:53.632 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2374 | 2024-12-06T20:08:54.820Z | [ helios-setup] Dec 06 20:08:54.182 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2375 | 2024-12-06T20:08:54.820Z | [ helios-setup] Dec 06 20:08:54.182 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2376 | 2024-12-06T20:08:55.051Z | [ host-package] Compiling backoff v0.4.0 |
2377 | 2024-12-06T20:08:55.356Z | [ helios-setup] Dec 06 20:08:54.718 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2378 | 2024-12-06T20:08:55.551Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2379 | 2024-12-06T20:08:55.953Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2380 | 2024-12-06T20:08:55.966Z | [ helios-setup] Dec 06 20:08:55.328 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2381 | 2024-12-06T20:08:55.971Z | [ helios-setup] Dec 06 20:08:55.328 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2382 | 2024-12-06T20:08:56.391Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2383 | 2024-12-06T20:08:56.526Z | [ helios-setup] Dec 06 20:08:55.888 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2384 | 2024-12-06T20:08:56.568Z | [ host-package] Compiling parse-display v0.10.0 |
2385 | 2024-12-06T20:08:56.815Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2386 | 2024-12-06T20:08:57.087Z | [ helios-setup] Dec 06 20:08:56.448 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2387 | 2024-12-06T20:08:57.089Z | [ helios-setup] Dec 06 20:08:56.449 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2388 | 2024-12-06T20:08:57.089Z | [ helios-setup] Dec 06 20:08:56.449 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2389 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO ok! |
2390 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2391 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2392 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO ok! |
2393 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2394 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2395 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO ok! |
2396 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2397 | 2024-12-06T20:08:57.090Z | [ helios-setup] Dec 06 20:08:56.449 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2398 | 2024-12-06T20:08:57.142Z | [ host-package] Compiling strum v0.26.3 |
2399 | 2024-12-06T20:08:57.365Z | [ host-package] Compiling serde_with v3.11.0 |
2400 | 2024-12-06T20:08:57.394Z | [ host-package] Compiling regress v0.9.1 |
2401 | 2024-12-06T20:08:57.396Z | [ helios-setup] Dec 06 20:08:56.757 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2402 | 2024-12-06T20:08:58.821Z | [ helios-setup] Dec 06 20:08:58.183 INFO E| From https://github.com/oxidecomputer/progenitor |
2403 | 2024-12-06T20:08:58.821Z | [ helios-setup] Dec 06 20:08:58.183 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2404 | 2024-12-06T20:08:58.856Z | [ helios-setup] Dec 06 20:08:58.218 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2405 | 2024-12-06T20:08:58.856Z | [ helios-setup] Dec 06 20:08:58.218 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2406 | 2024-12-06T20:08:58.983Z | [ helios-setup] Dec 06 20:08:58.345 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2407 | 2024-12-06T20:08:59.472Z | [ helios-setup] Dec 06 20:08:58.834 INFO E| From https://github.com/jclulow/hiercmd |
2408 | 2024-12-06T20:08:59.472Z | [ helios-setup] Dec 06 20:08:58.834 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2409 | 2024-12-06T20:08:59.492Z | [ helios-setup] Dec 06 20:08:58.854 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2410 | 2024-12-06T20:09:00.072Z | [ helios-setup] Dec 06 20:08:59.433 INFO E| From https://github.com/jclulow/network-interface |
2411 | 2024-12-06T20:09:00.072Z | [ helios-setup] Dec 06 20:08:59.433 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2412 | 2024-12-06T20:09:00.105Z | [ helios-setup] Dec 06 20:08:59.467 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2413 | 2024-12-06T20:09:00.587Z | [ helios-setup] Dec 06 20:08:59.949 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2414 | 2024-12-06T20:09:00.587Z | [ helios-setup] Dec 06 20:08:59.949 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2415 | 2024-12-06T20:09:00.621Z | [ helios-setup] Dec 06 20:08:59.983 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2416 | 2024-12-06T20:09:01.494Z | [ helios-setup] Dec 06 20:09:00.855 INFO E| From https://github.com/oxidecomputer/facade |
2417 | 2024-12-06T20:09:01.494Z | [ helios-setup] Dec 06 20:09:00.855 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2418 | 2024-12-06T20:09:01.537Z | [ helios-setup] Dec 06 20:09:00.899 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2419 | 2024-12-06T20:09:01.810Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2420 | 2024-12-06T20:09:02.483Z | [ helios-setup] Dec 06 20:09:01.845 INFO E| From https://github.com/oxidecomputer/dropshot |
2421 | 2024-12-06T20:09:02.483Z | [ helios-setup] Dec 06 20:09:01.845 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2422 | 2024-12-06T20:09:02.521Z | [ helios-setup] Dec 06 20:09:01.882 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2423 | 2024-12-06T20:09:02.521Z | [ helios-setup] Dec 06 20:09:01.882 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2424 | 2024-12-06T20:09:02.523Z | [ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2425 | 2024-12-06T20:09:02.523Z | [ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2426 | 2024-12-06T20:09:02.523Z | [ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2427 | 2024-12-06T20:09:02.523Z | [ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2428 | 2024-12-06T20:09:02.523Z | [ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2429 | 2024-12-06T20:09:02.523Z | [ helios-setup] Dec 06 20:09:01.883 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2430 | 2024-12-06T20:09:02.569Z | [ helios-setup] Dec 06 20:09:01.931 INFO E| Updating crates.io index |
2431 | 2024-12-06T20:09:02.587Z | [ host-package] Compiling macaddr v1.0.1 |
2432 | 2024-12-06T20:09:02.597Z | [ helios-setup] Dec 06 20:09:01.959 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2433 | 2024-12-06T20:09:03.043Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2434 | 2024-12-06T20:09:03.354Z | [ host-package] Compiling steno v0.4.1 |
2435 | 2024-12-06T20:09:03.492Z | [ helios-setup] Dec 06 20:09:02.854 INFO E| From https://github.com/oxidecomputer/typify |
2436 | 2024-12-06T20:09:03.492Z | [ helios-setup] Dec 06 20:09:02.854 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2437 | 2024-12-06T20:09:03.525Z | [ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2438 | 2024-12-06T20:09:03.525Z | [ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2439 | 2024-12-06T20:09:03.528Z | [ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2440 | 2024-12-06T20:09:03.528Z | [ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2441 | 2024-12-06T20:09:03.528Z | [ helios-setup] Dec 06 20:09:02.887 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2442 | 2024-12-06T20:09:03.528Z | [ helios-setup] Dec 06 20:09:02.888 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2443 | 2024-12-06T20:09:03.528Z | [ helios-setup] Dec 06 20:09:02.888 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2444 | 2024-12-06T20:09:03.910Z | [ helios-setup] Dec 06 20:09:03.272 INFO E| Downloading crates ... |
2445 | 2024-12-06T20:09:03.985Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2446 | 2024-12-06T20:09:04.176Z | [ helios-setup] Dec 06 20:09:03.538 INFO E| Downloaded ahash v0.7.6 |
2447 | 2024-12-06T20:09:04.205Z | [ helios-setup] Dec 06 20:09:03.567 INFO E| Downloaded ahash v0.8.3 |
2448 | 2024-12-06T20:09:04.261Z | [ helios-setup] Dec 06 20:09:03.623 INFO E| Downloaded async-trait v0.1.68 |
2449 | 2024-12-06T20:09:04.267Z | [ helios-setup] Dec 06 20:09:03.629 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2450 | 2024-12-06T20:09:04.271Z | [ helios-setup] Dec 06 20:09:03.633 INFO E| Downloaded block-buffer v0.10.3 |
2451 | 2024-12-06T20:09:04.274Z | [ helios-setup] Dec 06 20:09:03.635 INFO E| Downloaded autocfg v1.1.0 |
2452 | 2024-12-06T20:09:04.276Z | [ helios-setup] Dec 06 20:09:03.638 INFO E| Downloaded byteorder v1.4.3 |
2453 | 2024-12-06T20:09:04.279Z | [ helios-setup] Dec 06 20:09:03.641 INFO E| Downloaded built v0.6.0 |
2454 | 2024-12-06T20:09:04.282Z | [ helios-setup] Dec 06 20:09:03.644 INFO E| Downloaded const-random-macro v0.1.15 |
2455 | 2024-12-06T20:09:04.286Z | [ helios-setup] Dec 06 20:09:03.648 INFO E| Downloaded async-stream v0.3.5 |
2456 | 2024-12-06T20:09:04.289Z | [ helios-setup] Dec 06 20:09:03.652 INFO E| Downloaded futures-sink v0.3.28 |
2457 | 2024-12-06T20:09:04.292Z | [ helios-setup] Dec 06 20:09:03.653 INFO E| Downloaded const-random v0.1.15 |
2458 | 2024-12-06T20:09:04.295Z | [ helios-setup] Dec 06 20:09:03.655 INFO E| Downloaded form_urlencoded v1.1.0 |
2459 | 2024-12-06T20:09:04.295Z | [ helios-setup] Dec 06 20:09:03.657 INFO E| Downloaded anstyle v0.3.5 |
2460 | 2024-12-06T20:09:04.297Z | [ helios-setup] Dec 06 20:09:03.659 INFO E| Downloaded rustls-pemfile v1.0.2 |
2461 | 2024-12-06T20:09:04.300Z | [ helios-setup] Dec 06 20:09:03.662 INFO E| Downloaded schemars_derive v0.8.12 |
2462 | 2024-12-06T20:09:04.303Z | [ helios-setup] Dec 06 20:09:03.665 INFO E| Downloaded cargo-lock v8.0.3 |
2463 | 2024-12-06T20:09:04.308Z | [ helios-setup] Dec 06 20:09:03.670 INFO E| Downloaded tower-service v0.3.2 |
2464 | 2024-12-06T20:09:04.310Z | [ helios-setup] Dec 06 20:09:03.671 INFO E| Downloaded want v0.3.0 |
2465 | 2024-12-06T20:09:04.312Z | [ helios-setup] Dec 06 20:09:03.673 INFO E| Downloaded try-lock v0.2.4 |
2466 | 2024-12-06T20:09:04.315Z | [ helios-setup] Dec 06 20:09:03.675 INFO E| Downloaded toolchain_find v0.2.0 |
2467 | 2024-12-06T20:09:04.315Z | [ helios-setup] Dec 06 20:09:03.677 INFO E| Downloaded bincode v1.3.3 |
2468 | 2024-12-06T20:09:04.319Z | [ helios-setup] Dec 06 20:09:03.681 INFO E| Downloaded serde_spanned v0.6.1 |
2469 | 2024-12-06T20:09:04.321Z | [ helios-setup] Dec 06 20:09:03.683 INFO E| Downloaded semver v0.11.0 |
2470 | 2024-12-06T20:09:04.324Z | [ helios-setup] Dec 06 20:09:03.686 INFO E| Downloaded scopeguard v1.1.0 |
2471 | 2024-12-06T20:09:04.327Z | [ helios-setup] Dec 06 20:09:03.689 INFO E| Downloaded slog-async v2.7.0 |
2472 | 2024-12-06T20:09:04.329Z | [ helios-setup] Dec 06 20:09:03.691 INFO E| Downloaded thiserror v1.0.38 |
2473 | 2024-12-06T20:09:04.336Z | [ helios-setup] Dec 06 20:09:03.698 INFO E| Downloaded unicode-width v0.1.10 |
2474 | 2024-12-06T20:09:04.339Z | [ helios-setup] Dec 06 20:09:03.701 INFO E| Downloaded concolor-override v1.0.0 |
2475 | 2024-12-06T20:09:04.341Z | [ helios-setup] Dec 06 20:09:03.702 INFO E| Downloaded dyn-clone v1.0.11 |
2476 | 2024-12-06T20:09:04.344Z | [ helios-setup] Dec 06 20:09:03.705 INFO E| Downloaded toml_datetime v0.6.1 |
2477 | 2024-12-06T20:09:04.346Z | [ helios-setup] Dec 06 20:09:03.707 INFO E| Downloaded futures-executor v0.3.28 |
2478 | 2024-12-06T20:09:04.349Z | [ helios-setup] Dec 06 20:09:03.710 INFO E| Downloaded fastrand v1.9.0 |
2479 | 2024-12-06T20:09:04.351Z | [ helios-setup] Dec 06 20:09:03.712 INFO E| Downloaded http-body v0.4.5 |
2480 | 2024-12-06T20:09:04.353Z | [ helios-setup] Dec 06 20:09:03.715 INFO E| Downloaded tokio-macros v2.0.0 |
2481 | 2024-12-06T20:09:04.356Z | [ helios-setup] Dec 06 20:09:03.717 INFO E| Downloaded httpdate v1.0.2 |
2482 | 2024-12-06T20:09:04.358Z | [ helios-setup] Dec 06 20:09:03.719 INFO E| Downloaded utf8parse v0.2.1 |
2483 | 2024-12-06T20:09:04.361Z | [ helios-setup] Dec 06 20:09:03.721 INFO E| Downloaded home v0.5.4 |
2484 | 2024-12-06T20:09:04.363Z | [ helios-setup] Dec 06 20:09:03.723 INFO E| Downloaded futures-io v0.3.28 |
2485 | 2024-12-06T20:09:04.363Z | [ helios-setup] Dec 06 20:09:03.725 INFO E| Downloaded semver v1.0.17 |
2486 | 2024-12-06T20:09:04.368Z | [ helios-setup] Dec 06 20:09:03.729 INFO E| Downloaded strsim v0.10.0 |
2487 | 2024-12-06T20:09:04.372Z | [ helios-setup] Dec 06 20:09:03.731 INFO E| Downloaded serde_derive_internals v0.26.0 |
2488 | 2024-12-06T20:09:04.374Z | [ helios-setup] Dec 06 20:09:03.734 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2489 | 2024-12-06T20:09:04.377Z | [ helios-setup] Dec 06 20:09:03.738 INFO E| Downloaded proc-macro-crate v1.2.1 |
2490 | 2024-12-06T20:09:04.379Z | [ helios-setup] Dec 06 20:09:03.740 INFO E| Downloaded crossbeam-deque v0.8.2 |
2491 | 2024-12-06T20:09:04.381Z | [ helios-setup] Dec 06 20:09:03.742 INFO E| Downloaded num_enum v0.5.7 |
2492 | 2024-12-06T20:09:04.387Z | [ helios-setup] Dec 06 20:09:03.749 INFO E| Downloaded tokio-rustls v0.24.0 |
2493 | 2024-12-06T20:09:04.391Z | [ helios-setup] Dec 06 20:09:03.753 INFO E| Downloaded thiserror-impl v1.0.38 |
2494 | 2024-12-06T20:09:04.393Z | [ helios-setup] Dec 06 20:09:03.755 INFO E| Downloaded getrandom v0.2.8 |
2495 | 2024-12-06T20:09:04.398Z | [ helios-setup] Dec 06 20:09:03.760 INFO E| Downloaded walkdir v2.3.3 |
2496 | 2024-12-06T20:09:04.402Z | [ helios-setup] Dec 06 20:09:03.764 INFO E| Downloaded tempfile v3.5.0 |
2497 | 2024-12-06T20:09:04.406Z | [ helios-setup] Dec 06 20:09:03.769 INFO E| Downloaded tinyvec v1.6.0 |
2498 | 2024-12-06T20:09:04.412Z | [ helios-setup] Dec 06 20:09:03.774 INFO E| Downloaded unicode-bidi v0.3.13 |
2499 | 2024-12-06T20:09:04.416Z | [ helios-setup] Dec 06 20:09:03.778 INFO E| Downloaded tungstenite v0.18.0 |
2500 | 2024-12-06T20:09:04.421Z | [ helios-setup] Dec 06 20:09:03.783 INFO E| Downloaded toml v0.7.3 |
2501 | 2024-12-06T20:09:04.427Z | [ helios-setup] Dec 06 20:09:03.789 INFO E| Downloaded uuid v1.3.0 |
2502 | 2024-12-06T20:09:04.435Z | [ helios-setup] Dec 06 20:09:03.797 INFO E| Downloaded unicode-ident v1.0.8 |
2503 | 2024-12-06T20:09:04.440Z | [ helios-setup] Dec 06 20:09:03.802 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2504 | 2024-12-06T20:09:04.447Z | [ helios-setup] Dec 06 20:09:03.809 INFO E| Downloaded tracing-core v0.1.30 |
2505 | 2024-12-06T20:09:04.452Z | [ helios-setup] Dec 06 20:09:03.814 INFO E| Downloaded clap v4.2.1 |
2506 | 2024-12-06T20:09:04.468Z | [ helios-setup] Dec 06 20:09:03.830 INFO E| Downloaded url v2.3.1 |
2507 | 2024-12-06T20:09:04.476Z | [ helios-setup] Dec 06 20:09:03.835 INFO E| Downloaded flate2 v1.0.25 |
2508 | 2024-12-06T20:09:04.481Z | [ helios-setup] Dec 06 20:09:03.843 INFO E| Downloaded toml_edit v0.19.8 |
2509 | 2024-12-06T20:09:04.511Z | [ helios-setup] Dec 06 20:09:03.873 INFO E| Downloaded unicode-normalization v0.1.22 |
2510 | 2024-12-06T20:09:04.517Z | [ helios-setup] Dec 06 20:09:03.879 INFO E| Downloaded mio v0.8.5 |
2511 | 2024-12-06T20:09:04.528Z | [ helios-setup] Dec 06 20:09:03.890 INFO E| Downloaded winnow v0.4.1 |
2512 | 2024-12-06T20:09:04.541Z | [ helios-setup] Dec 06 20:09:03.903 INFO E| Downloaded serde_json v1.0.95 |
2513 | 2024-12-06T20:09:04.552Z | [ helios-setup] Dec 06 20:09:03.914 INFO E| Downloaded pest v2.5.7 |
2514 | 2024-12-06T20:09:04.560Z | [ helios-setup] Dec 06 20:09:03.922 INFO E| Downloaded chrono v0.4.24 |
2515 | 2024-12-06T20:09:04.576Z | [ helios-setup] Dec 06 20:09:03.938 INFO E| Downloaded tokio-util v0.7.7 |
2516 | 2024-12-06T20:09:04.587Z | [ helios-setup] Dec 06 20:09:03.949 INFO E| Downloaded rustls v0.21.0 |
2517 | 2024-12-06T20:09:04.607Z | [ helios-setup] Dec 06 20:09:03.969 INFO E| Downloaded syn v1.0.107 |
2518 | 2024-12-06T20:09:04.625Z | [ helios-setup] Dec 06 20:09:03.987 INFO E| Downloaded syn v2.0.72 |
2519 | 2024-12-06T20:09:04.659Z | [ helios-setup] Dec 06 20:09:04.021 INFO E| Downloaded hyper v0.14.25 |
2520 | 2024-12-06T20:09:04.673Z | [ helios-setup] Dec 06 20:09:04.034 INFO E| Downloaded git2 v0.16.1 |
2521 | 2024-12-06T20:09:04.686Z | [ helios-setup] Dec 06 20:09:04.048 INFO E| Downloaded rhai v1.14.0 |
2522 | 2024-12-06T20:09:04.707Z | [ helios-setup] Dec 06 20:09:04.069 INFO E| Downloaded regex v1.7.3 |
2523 | 2024-12-06T20:09:04.721Z | [ helios-setup] Dec 06 20:09:04.083 INFO E| Downloaded rustix v0.37.3 |
2524 | 2024-12-06T20:09:04.754Z | [ helios-setup] Dec 06 20:09:04.115 INFO E| Downloaded rayon v1.6.1 |
2525 | 2024-12-06T20:09:04.775Z | [ helios-setup] Dec 06 20:09:04.137 INFO E| Downloaded h2 v0.3.16 |
2526 | 2024-12-06T20:09:04.786Z | [ helios-setup] Dec 06 20:09:04.148 INFO E| Downloaded futures-util v0.3.28 |
2527 | 2024-12-06T20:09:04.809Z | [ helios-setup] Dec 06 20:09:04.171 INFO E| Downloaded clap_builder v4.2.1 |
2528 | 2024-12-06T20:09:04.821Z | [ helios-setup] Dec 06 20:09:04.183 INFO E| Downloaded openapiv3 v1.0.2 |
2529 | 2024-12-06T20:09:04.841Z | [ helios-setup] Dec 06 20:09:04.203 INFO E| Downloaded reqwest v0.11.16 |
2530 | 2024-12-06T20:09:04.855Z | [ helios-setup] Dec 06 20:09:04.216 INFO E| Downloaded http v0.2.9 |
2531 | 2024-12-06T20:09:04.861Z | [ helios-setup] Dec 06 20:09:04.223 INFO E| Downloaded crossbeam-channel v0.5.6 |
2532 | 2024-12-06T20:09:04.868Z | [ helios-setup] Dec 06 20:09:04.230 INFO E| Downloaded unicode-linebreak v0.1.4 |
2533 | 2024-12-06T20:09:04.872Z | [ helios-setup] Dec 06 20:09:04.234 INFO E| Downloaded tracing v0.1.37 |
2534 | 2024-12-06T20:09:04.879Z | [ helios-setup] Dec 06 20:09:04.241 INFO E| Downloaded rayon-core v1.10.2 |
2535 | 2024-12-06T20:09:04.885Z | [ helios-setup] Dec 06 20:09:04.247 INFO E| Downloaded memchr v2.5.0 |
2536 | 2024-12-06T20:09:04.892Z | [ helios-setup] Dec 06 20:09:04.254 INFO E| Downloaded serde v1.0.204 |
2537 | 2024-12-06T20:09:04.898Z | [ helios-setup] Dec 06 20:09:04.260 INFO E| Downloaded rustls-webpki v0.100.1 |
2538 | 2024-12-06T20:09:04.908Z | [ helios-setup] Dec 06 20:09:04.270 INFO E| Downloaded miniz_oxide v0.6.2 |
2539 | 2024-12-06T20:09:04.913Z | [ helios-setup] Dec 06 20:09:04.274 INFO E| Downloaded proc-macro2 v1.0.86 |
2540 | 2024-12-06T20:09:04.919Z | [ helios-setup] Dec 06 20:09:04.278 INFO E| Downloaded tokio v1.27.0 |
2541 | 2024-12-06T20:09:04.974Z | [ helios-setup] Dec 06 20:09:04.336 INFO E| Downloaded parking_lot v0.12.1 |
2542 | 2024-12-06T20:09:04.977Z | [ helios-setup] Dec 06 20:09:04.339 INFO E| Downloaded num-traits v0.2.15 |
2543 | 2024-12-06T20:09:04.982Z | [ helios-setup] Dec 06 20:09:04.344 INFO E| Downloaded futures v0.3.28 |
2544 | 2024-12-06T20:09:04.990Z | [ helios-setup] Dec 06 20:09:04.352 INFO E| Downloaded serde_yaml v0.9.21 |
2545 | 2024-12-06T20:09:04.996Z | [ helios-setup] Dec 06 20:09:04.358 INFO E| Downloaded ryu v1.0.13 |
2546 | 2024-12-06T20:09:05.001Z | [ helios-setup] Dec 06 20:09:04.363 INFO E| Downloaded ucd-trie v0.1.5 |
2547 | 2024-12-06T20:09:05.005Z | [ helios-setup] Dec 06 20:09:04.365 INFO E| Downloaded libc v0.2.139 |
2548 | 2024-12-06T20:09:05.021Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2549 | 2024-12-06T20:09:05.021Z | [ host-package] Compiling prettyplease v0.2.25 |
2550 | 2024-12-06T20:09:05.038Z | [ helios-setup] Dec 06 20:09:04.400 INFO E| Downloaded typenum v1.16.0 |
2551 | 2024-12-06T20:09:05.042Z | [ helios-setup] Dec 06 20:09:04.404 INFO E| Downloaded schemars v0.8.12 |
2552 | 2024-12-06T20:09:05.059Z | [ helios-setup] Dec 06 20:09:04.421 INFO E| Downloaded rhai_codegen v1.5.0 |
2553 | 2024-12-06T20:09:05.074Z | [ helios-setup] Dec 06 20:09:04.436 INFO E| Downloaded io-lifetimes v1.0.10 |
2554 | 2024-12-06T20:09:05.083Z | [ helios-setup] Dec 06 20:09:04.439 INFO E| Downloaded textwrap v0.16.0 |
2555 | 2024-12-06T20:09:05.083Z | [ helios-setup] Dec 06 20:09:04.442 INFO E| Downloaded pin-project-lite v0.2.9 |
2556 | 2024-12-06T20:09:05.097Z | [ helios-setup] Dec 06 20:09:04.447 INFO E| Downloaded once_cell v1.17.0 |
2557 | 2024-12-06T20:09:05.097Z | [ helios-setup] Dec 06 20:09:04.450 INFO E| Downloaded crossbeam-utils v0.8.14 |
2558 | 2024-12-06T20:09:05.097Z | [ helios-setup] Dec 06 20:09:04.454 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2559 | 2024-12-06T20:09:05.098Z | [ helios-setup] Dec 06 20:09:04.458 INFO E| Downloaded parking_lot_core v0.9.6 |
2560 | 2024-12-06T20:09:05.100Z | [ helios-setup] Dec 06 20:09:04.460 INFO E| Downloaded lock_api v0.4.9 |
2561 | 2024-12-06T20:09:05.102Z | [ helios-setup] Dec 06 20:09:04.462 INFO E| Downloaded toml v0.5.11 |
2562 | 2024-12-06T20:09:05.105Z | [ helios-setup] Dec 06 20:09:04.466 INFO E| Downloaded socket2 v0.4.9 |
2563 | 2024-12-06T20:09:05.107Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2564 | 2024-12-06T20:09:05.107Z | [ helios-setup] Dec 06 20:09:04.468 INFO E| Downloaded smallvec v1.10.0 |
2565 | 2024-12-06T20:09:05.110Z | [ helios-setup] Dec 06 20:09:04.472 INFO E| Downloaded serde_derive v1.0.204 |
2566 | 2024-12-06T20:09:05.114Z | [ helios-setup] Dec 06 20:09:04.476 INFO E| Downloaded ppv-lite86 v0.2.17 |
2567 | 2024-12-06T20:09:05.116Z | [ helios-setup] Dec 06 20:09:04.478 INFO E| Downloaded log v0.4.17 |
2568 | 2024-12-06T20:09:05.120Z | [ helios-setup] Dec 06 20:09:04.482 INFO E| Downloaded ipnet v2.7.2 |
2569 | 2024-12-06T20:09:05.123Z | [ helios-setup] Dec 06 20:09:04.485 INFO E| Downloaded httparse v1.8.0 |
2570 | 2024-12-06T20:09:05.126Z | [ helios-setup] Dec 06 20:09:04.488 INFO E| Downloaded bytes v1.4.0 |
2571 | 2024-12-06T20:09:05.131Z | [ helios-setup] Dec 06 20:09:04.493 INFO E| Downloaded base64 v0.21.0 |
2572 | 2024-12-06T20:09:05.136Z | [ helios-setup] Dec 06 20:09:04.498 INFO E| Downloaded futures-task v0.3.28 |
2573 | 2024-12-06T20:09:05.139Z | [ helios-setup] Dec 06 20:09:04.500 INFO E| Downloaded futures-channel v0.3.28 |
2574 | 2024-12-06T20:09:05.142Z | [ helios-setup] Dec 06 20:09:04.504 INFO E| Downloaded regress v0.5.0 |
2575 | 2024-12-06T20:09:05.151Z | [ helios-setup] Dec 06 20:09:04.513 INFO E| Downloaded clap_derive v4.2.0 |
2576 | 2024-12-06T20:09:05.153Z | [ helios-setup] Dec 06 20:09:04.515 INFO E| Downloaded cc v1.0.78 |
2577 | 2024-12-06T20:09:05.156Z | [ helios-setup] Dec 06 20:09:04.518 INFO E| Downloaded quote v1.0.36 |
2578 | 2024-12-06T20:09:05.159Z | [ helios-setup] Dec 06 20:09:04.521 INFO E| Downloaded pkg-config v0.3.26 |
2579 | 2024-12-06T20:09:05.162Z | [ helios-setup] Dec 06 20:09:04.523 INFO E| Downloaded paste v1.0.12 |
2580 | 2024-12-06T20:09:05.166Z | [ helios-setup] Dec 06 20:09:04.528 INFO E| Downloaded num_enum_derive v0.5.7 |
2581 | 2024-12-06T20:09:05.169Z | [ helios-setup] Dec 06 20:09:04.530 INFO E| Downloaded iana-time-zone v0.1.56 |
2582 | 2024-12-06T20:09:05.171Z | [ helios-setup] Dec 06 20:09:04.533 INFO E| Downloaded lazy_static v1.4.0 |
2583 | 2024-12-06T20:09:05.174Z | [ helios-setup] Dec 06 20:09:04.535 INFO E| Downloaded is-terminal v0.4.7 |
2584 | 2024-12-06T20:09:05.176Z | [ helios-setup] Dec 06 20:09:04.537 INFO E| Downloaded time v0.1.45 |
2585 | 2024-12-06T20:09:05.178Z | [ helios-setup] Dec 06 20:09:04.539 INFO E| Downloaded smartstring v1.0.1 |
2586 | 2024-12-06T20:09:05.181Z | [ helios-setup] Dec 06 20:09:04.542 INFO E| Downloaded num-integer v0.1.45 |
2587 | 2024-12-06T20:09:05.183Z | [ helios-setup] Dec 06 20:09:04.545 INFO E| Downloaded semver-parser v0.10.2 |
2588 | 2024-12-06T20:09:05.193Z | [ helios-setup] Dec 06 20:09:04.547 INFO E| Downloaded jobserver v0.1.26 |
2589 | 2024-12-06T20:09:05.196Z | [ helios-setup] Dec 06 20:09:04.550 INFO E| Downloaded sct v0.7.0 |
2590 | 2024-12-06T20:09:05.196Z | [ helios-setup] Dec 06 20:09:04.556 INFO E| Downloaded itoa v1.0.6 |
2591 | 2024-12-06T20:09:05.199Z | [ helios-setup] Dec 06 20:09:04.558 INFO E| Downloaded anyhow v1.0.68 |
2592 | 2024-12-06T20:09:05.204Z | [ helios-setup] Dec 06 20:09:04.566 INFO E| Downloaded errno v0.3.1 |
2593 | 2024-12-06T20:09:05.206Z | [ helios-setup] Dec 06 20:09:04.568 INFO E| Downloaded encoding_rs v0.8.32 |
2594 | 2024-12-06T20:09:05.248Z | [ helios-setup] Dec 06 20:09:04.610 INFO E| Downloaded generic-array v0.14.6 |
2595 | 2024-12-06T20:09:05.250Z | [ helios-setup] Dec 06 20:09:04.612 INFO E| Downloaded futures-macro v0.3.28 |
2596 | 2024-12-06T20:09:05.253Z | [ helios-setup] Dec 06 20:09:04.614 INFO E| Downloaded camino v1.1.4 |
2597 | 2024-12-06T20:09:05.255Z | [ helios-setup] Dec 06 20:09:04.617 INFO E| Downloaded futures-core v0.3.28 |
2598 | 2024-12-06T20:09:05.257Z | [ helios-setup] Dec 06 20:09:04.619 INFO E| Downloaded cpufeatures v0.2.5 |
2599 | 2024-12-06T20:09:05.259Z | [ helios-setup] Dec 06 20:09:04.621 INFO E| Downloaded either v1.8.0 |
2600 | 2024-12-06T20:09:05.263Z | [ helios-setup] Dec 06 20:09:04.623 INFO E| Downloaded digest v0.10.6 |
2601 | 2024-12-06T20:09:05.265Z | [ helios-setup] Dec 06 20:09:04.626 INFO E| Downloaded concolor-query v0.3.3 |
2602 | 2024-12-06T20:09:05.268Z | [ helios-setup] Dec 06 20:09:04.628 INFO E| Downloaded clap_lex v0.4.1 |
2603 | 2024-12-06T20:09:05.268Z | [ helios-setup] Dec 06 20:09:04.629 INFO E| Downloaded terminal_size v0.2.6 |
2604 | 2024-12-06T20:09:05.270Z | [ helios-setup] Dec 06 20:09:04.632 INFO E| Downloaded serde_tokenstream v0.2.0 |
2605 | 2024-12-06T20:09:05.278Z | [ helios-setup] Dec 06 20:09:04.640 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2606 | 2024-12-06T20:09:05.281Z | [ helios-setup] Dec 06 20:09:04.644 INFO E| Downloaded percent-encoding v2.2.0 |
2607 | 2024-12-06T20:09:05.284Z | [ helios-setup] Dec 06 20:09:04.645 INFO E| Downloaded num_cpus v1.15.0 |
2608 | 2024-12-06T20:09:05.287Z | [ helios-setup] Dec 06 20:09:04.649 INFO E| Downloaded smawk v0.3.1 |
2609 | 2024-12-06T20:09:05.290Z | [ helios-setup] Dec 06 20:09:04.651 INFO E| Downloaded slog-bunyan v2.4.0 |
2610 | 2024-12-06T20:09:05.292Z | [ helios-setup] Dec 06 20:09:04.653 INFO E| Downloaded memoffset v0.7.1 |
2611 | 2024-12-06T20:09:05.295Z | [ helios-setup] Dec 06 20:09:04.655 INFO E| Downloaded slab v0.4.7 |
2612 | 2024-12-06T20:09:05.295Z | [ helios-setup] Dec 06 20:09:04.657 INFO E| Downloaded signal-hook-registry v1.4.0 |
2613 | 2024-12-06T20:09:05.298Z | [ helios-setup] Dec 06 20:09:04.659 INFO E| Downloaded sha2 v0.10.6 |
2614 | 2024-12-06T20:09:05.301Z | [ helios-setup] Dec 06 20:09:04.663 INFO E| Downloaded sha1 v0.10.5 |
2615 | 2024-12-06T20:09:05.303Z | [ helios-setup] Dec 06 20:09:04.666 INFO E| Downloaded serde_path_to_error v0.1.11 |
2616 | 2024-12-06T20:09:05.307Z | [ helios-setup] Dec 06 20:09:04.669 INFO E| Downloaded project-root v0.2.2 |
2617 | 2024-12-06T20:09:05.309Z | [ helios-setup] Dec 06 20:09:04.670 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2618 | 2024-12-06T20:09:05.428Z | [ helios-setup] Dec 06 20:09:04.788 INFO E| Downloaded anstream v0.2.6 |
2619 | 2024-12-06T20:09:05.430Z | [ helios-setup] Dec 06 20:09:04.791 INFO E| Downloaded aho-corasick v0.7.20 |
2620 | 2024-12-06T20:09:05.435Z | [ helios-setup] Dec 06 20:09:04.797 INFO E| Downloaded async-stream-impl v0.3.5 |
2621 | 2024-12-06T20:09:05.439Z | [ helios-setup] Dec 06 20:09:04.798 INFO E| Downloaded anstyle-parse v0.1.1 |
2622 | 2024-12-06T20:09:05.500Z | [ helios-setup] Dec 06 20:09:04.858 INFO E| Downloaded libz-sys v1.1.8 |
2623 | 2024-12-06T20:09:05.887Z | [ helios-setup] Dec 06 20:09:05.248 INFO E| Compiling proc-macro2 v1.0.86 |
2624 | 2024-12-06T20:09:05.887Z | [ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling libc v0.2.139 |
2625 | 2024-12-06T20:09:05.887Z | [ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling unicode-ident v1.0.8 |
2626 | 2024-12-06T20:09:05.890Z | [ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling autocfg v1.1.0 |
2627 | 2024-12-06T20:09:05.890Z | [ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling cfg-if v1.0.0 |
2628 | 2024-12-06T20:09:05.890Z | [ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling version_check v0.9.4 |
2629 | 2024-12-06T20:09:05.890Z | [ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling serde v1.0.204 |
2630 | 2024-12-06T20:09:05.890Z | [ helios-setup] Dec 06 20:09:05.249 INFO E| Compiling syn v1.0.107 |
2631 | 2024-12-06T20:09:06.378Z | [ helios-setup] Dec 06 20:09:05.740 INFO E| Compiling memchr v2.5.0 |
2632 | 2024-12-06T20:09:07.177Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2633 | 2024-12-06T20:09:07.720Z | [ helios-setup] Dec 06 20:09:07.081 INFO E| Compiling once_cell v1.17.0 |
2634 | 2024-12-06T20:09:07.866Z | [ helios-setup] Dec 06 20:09:07.228 INFO E| Compiling thiserror v1.0.38 |
2635 | 2024-12-06T20:09:08.039Z | [ helios-setup] Dec 06 20:09:07.401 INFO E| Compiling log v0.4.17 |
2636 | 2024-12-06T20:09:08.501Z | [ helios-setup] Dec 06 20:09:07.862 INFO E| Compiling itoa v1.0.6 |
2637 | 2024-12-06T20:09:09.048Z | [ helios-setup] Dec 06 20:09:08.410 INFO E| Compiling serde_json v1.0.95 |
2638 | 2024-12-06T20:09:09.525Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2639 | 2024-12-06T20:09:09.961Z | [ helios-setup] Dec 06 20:09:09.321 INFO E| Compiling quote v1.0.36 |
2640 | 2024-12-06T20:09:10.053Z | [ helios-setup] Dec 06 20:09:09.415 INFO E| Compiling jobserver v0.1.26 |
2641 | 2024-12-06T20:09:10.349Z | [ helios-setup] Dec 06 20:09:09.711 INFO E| Compiling getrandom v0.2.8 |
2642 | 2024-12-06T20:09:10.576Z | [ host-package] Compiling display-error-chain v0.2.2 |
2643 | 2024-12-06T20:09:10.593Z | [ helios-setup] Dec 06 20:09:09.954 INFO E| Compiling indexmap v1.9.3 |
2644 | 2024-12-06T20:09:10.799Z | [ helios-setup] Dec 06 20:09:10.160 INFO E| Compiling syn v2.0.72 |
2645 | 2024-12-06T20:09:11.159Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2646 | 2024-12-06T20:09:11.391Z | [ helios-setup] Dec 06 20:09:10.753 INFO E| Compiling cc v1.0.78 |
2647 | 2024-12-06T20:09:11.453Z | [ helios-setup] Dec 06 20:09:10.814 INFO E| Compiling pin-project-lite v0.2.9 |
2648 | 2024-12-06T20:09:11.473Z | [ helios-setup] Dec 06 20:09:10.830 INFO E| Compiling scopeguard v1.1.0 |
2649 | 2024-12-06T20:09:11.477Z | [ helios-setup] Dec 06 20:09:10.839 INFO E| Compiling num-integer v0.1.45 |
2650 | 2024-12-06T20:09:11.934Z | [ helios-setup] Dec 06 20:09:11.296 INFO E| Compiling futures-core v0.3.28 |
2651 | 2024-12-06T20:09:12.082Z | [ helios-setup] Dec 06 20:09:11.444 INFO E| Compiling bytes v1.4.0 |
2652 | 2024-12-06T20:09:12.377Z | [ helios-setup] Dec 06 20:09:11.739 INFO E| Compiling ryu v1.0.13 |
2653 | 2024-12-06T20:09:13.452Z | [ helios-setup] Dec 06 20:09:12.814 INFO E| Compiling lock_api v0.4.9 |
2654 | 2024-12-06T20:09:13.757Z | [ helios-setup] Dec 06 20:09:13.119 INFO E| Compiling typenum v1.16.0 |
2655 | 2024-12-06T20:09:13.905Z | [ helios-setup] Dec 06 20:09:13.267 INFO E| Compiling parking_lot_core v0.9.6 |
2656 | 2024-12-06T20:09:14.130Z | [ helios-setup] Dec 06 20:09:13.492 INFO E| Compiling bitflags v1.3.2 |
2657 | 2024-12-06T20:09:14.827Z | [ helios-setup] Dec 06 20:09:14.189 INFO E| Compiling num_cpus v1.15.0 |
2658 | 2024-12-06T20:09:14.918Z | [ helios-setup] Dec 06 20:09:14.279 INFO E| Compiling generic-array v0.14.6 |
2659 | 2024-12-06T20:09:15.078Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2660 | 2024-12-06T20:09:15.115Z | [ helios-setup] Dec 06 20:09:14.476 INFO E| Compiling slab v0.4.7 |
2661 | 2024-12-06T20:09:15.357Z | [ helios-setup] Dec 06 20:09:14.718 INFO E| Compiling futures-sink v0.3.28 |
2662 | 2024-12-06T20:09:15.514Z | [ helios-setup] Dec 06 20:09:14.875 INFO E| Compiling futures-channel v0.3.28 |
2663 | 2024-12-06T20:09:15.694Z | [ helios-setup] Dec 06 20:09:15.055 INFO E| Compiling futures-task v0.3.28 |
2664 | 2024-12-06T20:09:16.291Z | [ helios-setup] Dec 06 20:09:15.653 INFO E| Compiling tokio v1.27.0 |
2665 | 2024-12-06T20:09:16.353Z | [ helios-setup] Dec 06 20:09:15.715 INFO E| Compiling schemars v0.8.12 |
2666 | 2024-12-06T20:09:16.427Z | [ helios-setup] Dec 06 20:09:15.789 INFO E| Compiling futures-util v0.3.28 |
2667 | 2024-12-06T20:09:17.435Z | [ helios-setup] Dec 06 20:09:16.796 INFO E| Compiling mio v0.8.5 |
2668 | 2024-12-06T20:09:17.446Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2669 | 2024-12-06T20:09:17.573Z | [ helios-setup] Dec 06 20:09:16.935 INFO E| Compiling signal-hook-registry v1.4.0 |
2670 | 2024-12-06T20:09:17.880Z | [ helios-setup] Dec 06 20:09:17.242 INFO E| Compiling socket2 v0.4.9 |
2671 | 2024-12-06T20:09:18.229Z | [ helios-setup] Dec 06 20:09:17.590 INFO E| Compiling ahash v0.7.6 |
2672 | 2024-12-06T20:09:18.328Z | [ helios-setup] Dec 06 20:09:17.690 INFO E| Compiling num-traits v0.2.15 |
2673 | 2024-12-06T20:09:18.830Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2674 | 2024-12-06T20:09:19.254Z | [ helios-setup] Dec 06 20:09:18.615 INFO E| Compiling futures-io v0.3.28 |
2675 | 2024-12-06T20:09:19.798Z | [ helios-setup] Dec 06 20:09:19.160 INFO E| Compiling crunchy v0.2.2 |
2676 | 2024-12-06T20:09:20.402Z | [ helios-setup] Dec 06 20:09:19.763 INFO E| Compiling pin-utils v0.1.0 |
2677 | 2024-12-06T20:09:20.427Z | [ helios-setup] Dec 06 20:09:19.789 INFO E| Compiling io-lifetimes v1.0.10 |
2678 | 2024-12-06T20:09:21.115Z | [ helios-setup] Dec 06 20:09:20.477 INFO E| Compiling ahash v0.8.3 |
2679 | 2024-12-06T20:09:21.234Z | [ helios-setup] Dec 06 20:09:20.596 INFO E| Compiling tiny-keccak v2.0.2 |
2680 | 2024-12-06T20:09:21.825Z | [ helios-setup] Dec 06 20:09:21.187 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2681 | 2024-12-06T20:09:22.089Z | [ helios-setup] Dec 06 20:09:21.450 INFO E| Compiling rustix v0.37.3 |
2682 | 2024-12-06T20:09:22.089Z | [ helios-setup] Dec 06 20:09:21.450 INFO E| Compiling hashbrown v0.12.3 |
2683 | 2024-12-06T20:09:23.184Z | [ helios-setup] Dec 06 20:09:22.546 INFO E| Compiling block-buffer v0.10.3 |
2684 | 2024-12-06T20:09:23.323Z | [ helios-setup] Dec 06 20:09:22.684 INFO E| Compiling crypto-common v0.1.6 |
2685 | 2024-12-06T20:09:23.555Z | [ helios-setup] Dec 06 20:09:22.917 INFO E| Compiling serde_derive_internals v0.26.0 |
2686 | 2024-12-06T20:09:24.699Z | [ helios-setup] Dec 06 20:09:24.061 INFO E| Compiling errno v0.3.1 |
2687 | 2024-12-06T20:09:24.926Z | [ helios-setup] Dec 06 20:09:24.287 INFO E| Compiling crossbeam-utils v0.8.14 |
2688 | 2024-12-06T20:09:25.202Z | [ helios-setup] Dec 06 20:09:24.563 INFO E| Compiling slog v2.7.0 |
2689 | 2024-12-06T20:09:25.360Z | [ helios-setup] Dec 06 20:09:24.722 INFO E| Compiling fnv v1.0.7 |
2690 | 2024-12-06T20:09:25.820Z | [ helios-setup] Dec 06 20:09:25.181 INFO E| Compiling pkg-config v0.3.26 |
2691 | 2024-12-06T20:09:26.117Z | [ helios-setup] Dec 06 20:09:25.478 INFO E| Compiling http v0.2.9 |
2692 | 2024-12-06T20:09:28.136Z | [ helios-setup] Dec 06 20:09:27.498 INFO E| Compiling digest v0.10.6 |
2693 | 2024-12-06T20:09:29.004Z | [ helios-setup] Dec 06 20:09:28.365 INFO E| Compiling aho-corasick v0.7.20 |
2694 | 2024-12-06T20:09:29.198Z | [ helios-setup] Dec 06 20:09:28.560 INFO E| Compiling tinyvec_macros v0.1.1 |
2695 | 2024-12-06T20:09:29.369Z | [ helios-setup] Dec 06 20:09:28.730 INFO E| Compiling unicode-width v0.1.10 |
2696 | 2024-12-06T20:09:30.137Z | [ helios-setup] Dec 06 20:09:29.498 INFO E| Compiling httparse v1.8.0 |
2697 | 2024-12-06T20:09:30.277Z | [ helios-setup] Dec 06 20:09:29.638 INFO E| Compiling heck v0.4.1 |
2698 | 2024-12-06T20:09:31.289Z | [ helios-setup] Dec 06 20:09:30.650 INFO E| Compiling percent-encoding v2.2.0 |
2699 | 2024-12-06T20:09:31.445Z | [ helios-setup] Dec 06 20:09:30.807 INFO E| Compiling cpufeatures v0.2.5 |
2700 | 2024-12-06T20:09:31.775Z | [ helios-setup] Dec 06 20:09:31.134 INFO E| Compiling regex-syntax v0.6.29 |
2701 | 2024-12-06T20:09:31.841Z | [ helios-setup] Dec 06 20:09:31.203 INFO E| Compiling anyhow v1.0.68 |
2702 | 2024-12-06T20:09:31.908Z | [ helios-setup] Dec 06 20:09:31.270 INFO E| Compiling const-random-macro v0.1.15 |
2703 | 2024-12-06T20:09:32.386Z | [ helios-setup] Dec 06 20:09:31.747 INFO E| Compiling form_urlencoded v1.1.0 |
2704 | 2024-12-06T20:09:33.454Z | [ helios-setup] Dec 06 20:09:32.815 INFO E| Compiling thiserror-impl v1.0.38 |
2705 | 2024-12-06T20:09:33.561Z | [ helios-setup] Dec 06 20:09:32.922 INFO E| Compiling schemars_derive v0.8.12 |
2706 | 2024-12-06T20:09:33.829Z | [ helios-setup] Dec 06 20:09:33.191 INFO E| Compiling tinyvec v1.6.0 |
2707 | 2024-12-06T20:09:34.023Z | [ helios-setup] Dec 06 20:09:33.384 INFO E| Compiling hashbrown v0.13.2 |
2708 | 2024-12-06T20:09:34.280Z | [ helios-setup] Dec 06 20:09:33.642 INFO E| Compiling serde_derive v1.0.204 |
2709 | 2024-12-06T20:09:34.660Z | [ helios-setup] Dec 06 20:09:34.021 INFO E| Compiling futures-macro v0.3.28 |
2710 | 2024-12-06T20:09:36.674Z | [ host-package] Compiling arc-swap v1.7.1 |
2711 | 2024-12-06T20:09:36.790Z | [ helios-setup] Dec 06 20:09:36.151 INFO E| Compiling tokio-macros v2.0.0 |
2712 | 2024-12-06T20:09:37.456Z | [ helios-setup] Dec 06 20:09:36.817 INFO E| Compiling libz-sys v1.1.8 |
2713 | 2024-12-06T20:09:38.371Z | [ host-package] Compiling slog-scope v4.4.0 |
2714 | 2024-12-06T20:09:38.667Z | [ helios-setup] Dec 06 20:09:38.028 INFO E| Compiling chrono v0.4.24 |
2715 | 2024-12-06T20:09:39.736Z | [ helios-setup] Dec 06 20:09:39.098 INFO E| Compiling regex v1.7.3 |
2716 | 2024-12-06T20:09:40.056Z | [ host-package] Compiling half v2.4.1 |
2717 | 2024-12-06T20:09:40.626Z | [ host-package] Compiling ciborium-io v0.2.2 |
2718 | 2024-12-06T20:09:41.019Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2719 | 2024-12-06T20:09:41.444Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2720 | 2024-12-06T20:09:42.385Z | [ helios-setup] Dec 06 20:09:41.746 INFO E| Compiling dyn-clone v1.0.11 |
2721 | 2024-12-06T20:09:42.512Z | [ host-package] Compiling ciborium v0.2.2 |
2722 | 2024-12-06T20:09:42.589Z | [ helios-setup] Dec 06 20:09:41.950 INFO E| Compiling uuid v1.3.0 |
2723 | 2024-12-06T20:09:42.597Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2724 | 2024-12-06T20:09:42.880Z | [ helios-setup] Dec 06 20:09:42.241 INFO E| Compiling unicode-normalization v0.1.22 |
2725 | 2024-12-06T20:09:43.562Z | [ helios-setup] Dec 06 20:09:42.923 INFO E| Compiling regress v0.5.0 |
2726 | 2024-12-06T20:09:44.188Z | [ host-package] Compiling nibble_vec v0.1.0 |
2727 | 2024-12-06T20:09:44.529Z | [ host-package] Compiling endian-type v0.1.2 |
2728 | 2024-12-06T20:09:44.799Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2729 | 2024-12-06T20:09:45.158Z | [ host-package] Compiling radix_trie v0.2.1 |
2730 | 2024-12-06T20:09:45.405Z | [ helios-setup] Dec 06 20:09:44.766 INFO E| Compiling const-random v0.1.15 |
2731 | 2024-12-06T20:09:45.652Z | [ helios-setup] Dec 06 20:09:45.013 INFO E| Compiling getopts v0.2.21 |
2732 | 2024-12-06T20:09:46.031Z | [ helios-setup] Dec 06 20:09:45.392 INFO E| Compiling tracing-core v0.1.30 |
2733 | 2024-12-06T20:09:46.163Z | [ helios-setup] Dec 06 20:09:45.524 INFO E| Compiling memoffset v0.7.1 |
2734 | 2024-12-06T20:09:46.876Z | [ helios-setup] Dec 06 20:09:46.237 INFO E| Compiling time-core v0.1.2 |
2735 | 2024-12-06T20:09:46.948Z | [ host-package] Compiling fastrand v2.1.1 |
2736 | 2024-12-06T20:09:47.350Z | [ helios-setup] Dec 06 20:09:46.711 INFO E| Compiling unicode-bidi v0.3.13 |
2737 | 2024-12-06T20:09:47.593Z | [ helios-setup] Dec 06 20:09:46.954 INFO E| Compiling powerfmt v0.2.0 |
2738 | 2024-12-06T20:09:47.600Z | [ host-package] Compiling same-file v1.0.6 |
2739 | 2024-12-06T20:09:48.159Z | [ host-package] Compiling walkdir v2.5.0 |
2740 | 2024-12-06T20:09:48.357Z | [ host-package] Compiling tempfile v3.13.0 |
2741 | 2024-12-06T20:09:49.629Z | [ host-package] Compiling blake3 v1.5.4 |
2742 | 2024-12-06T20:09:49.688Z | [ helios-setup] Dec 06 20:09:49.049 INFO E| Compiling ucd-trie v0.1.5 |
2743 | 2024-12-06T20:09:50.045Z | [ host-package] Compiling ring v0.16.20 |
2744 | 2024-12-06T20:09:50.542Z | [ helios-setup] Dec 06 20:09:49.903 INFO E| Compiling num-conv v0.1.0 |
2745 | 2024-12-06T20:09:50.624Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2746 | 2024-12-06T20:09:50.950Z | [ host-package] Compiling xattr v1.3.1 |
2747 | 2024-12-06T20:09:51.548Z | [ host-package] Compiling memmap2 v0.9.5 |
2748 | 2024-12-06T20:09:51.957Z | [ host-package] Compiling filetime v0.2.25 |
2749 | 2024-12-06T20:09:52.355Z | [ helios-setup] Dec 06 20:09:51.716 INFO E| Compiling idna v0.3.0 |
2750 | 2024-12-06T20:09:52.545Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2751 | 2024-12-06T20:09:52.581Z | [ host-package] Compiling keccak v0.1.5 |
2752 | 2024-12-06T20:09:52.761Z | [ helios-setup] Dec 06 20:09:52.122 INFO E| Compiling time-macros v0.2.18 |
2753 | 2024-12-06T20:09:53.037Z | [ helios-setup] Dec 06 20:09:52.398 INFO E| Compiling pest v2.5.7 |
2754 | 2024-12-06T20:09:53.126Z | [ host-package] Compiling arrayvec v0.7.6 |
2755 | 2024-12-06T20:09:53.580Z | [ helios-setup] Dec 06 20:09:52.940 INFO E| Compiling deranged v0.3.11 |
2756 | 2024-12-06T20:09:53.737Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2757 | 2024-12-06T20:09:54.105Z | [ host-package] Compiling spin v0.5.2 |
2758 | 2024-12-06T20:09:54.244Z | [ host-package] Compiling arrayref v0.3.9 |
2759 | 2024-12-06T20:09:54.563Z | [ host-package] Compiling sha3 v0.10.8 |
2760 | 2024-12-06T20:09:54.694Z | [ host-package] Compiling tar v0.4.42 |
2761 | 2024-12-06T20:09:55.321Z | [ helios-setup] Dec 06 20:09:54.682 INFO E| Compiling tracing v0.1.37 |
2762 | 2024-12-06T20:09:56.218Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2763 | 2024-12-06T20:09:56.752Z | [ host-package] Compiling toolchain_find v0.4.0 |
2764 | 2024-12-06T20:09:57.194Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2765 | 2024-12-06T20:09:57.332Z | [ host-package] Compiling maplit v1.0.2 |
2766 | 2024-12-06T20:09:57.656Z | [ host-package] Compiling crunchy v0.2.2 |
2767 | 2024-12-06T20:09:58.095Z | [ host-package] Compiling topological-sort v0.2.2 |
2768 | 2024-12-06T20:09:58.667Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2769 | 2024-12-06T20:09:58.704Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2770 | 2024-12-06T20:09:58.840Z | [ helios-setup] Dec 06 20:09:58.198 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2771 | 2024-12-06T20:09:58.983Z | [ helios-setup] Dec 06 20:09:58.343 INFO E| Compiling time v0.1.45 |
2772 | 2024-12-06T20:09:59.206Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2773 | 2024-12-06T20:09:59.689Z | [ host-package] Compiling phf_generator v0.11.2 |
2774 | 2024-12-06T20:09:59.902Z | [ helios-setup] Dec 06 20:09:59.263 INFO E| Compiling crossbeam-epoch v0.9.13 |
2775 | 2024-12-06T20:09:59.955Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2776 | 2024-12-06T20:10:00.176Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2777 | 2024-12-06T20:10:00.895Z | [ helios-setup] Dec 06 20:10:00.255 INFO E| Compiling semver v1.0.17 |
2778 | 2024-12-06T20:10:01.301Z | [ host-package] Compiling const_format v0.2.33 |
2779 | 2024-12-06T20:10:01.641Z | [ helios-setup] Dec 06 20:10:01.002 INFO E| Compiling smallvec v1.10.0 |
2780 | 2024-12-06T20:10:02.031Z | [ host-package] Compiling secrecy v0.8.0 |
2781 | 2024-12-06T20:10:02.154Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2782 | 2024-12-06T20:10:02.216Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2783 | 2024-12-06T20:10:02.370Z | [ helios-setup] Dec 06 20:10:01.730 INFO E| Compiling toml v0.5.11 |
2784 | 2024-12-06T20:10:02.653Z | [ host-package] Compiling r2d2 v0.8.10 |
2785 | 2024-12-06T20:10:03.008Z | [ host-package] Compiling diesel_derives v2.2.3 |
2786 | 2024-12-06T20:10:03.041Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2787 | 2024-12-06T20:10:03.045Z | [ helios-setup] Dec 06 20:10:02.405 INFO E| Compiling serde_tokenstream v0.2.0 |
2788 | 2024-12-06T20:10:03.165Z | [ helios-setup] Dec 06 20:10:02.526 INFO E| Compiling iana-time-zone v0.1.56 |
2789 | 2024-12-06T20:10:03.527Z | [ host-package] Compiling phf_codegen v0.11.2 |
2790 | 2024-12-06T20:10:03.823Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2791 | 2024-12-06T20:10:03.861Z | [ helios-setup] Dec 06 20:10:03.222 INFO E| Compiling parking_lot v0.12.1 |
2792 | 2024-12-06T20:10:03.990Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2793 | 2024-12-06T20:10:04.097Z | [ host-package] Compiling universal-hash v0.5.1 |
2794 | 2024-12-06T20:10:04.361Z | [ helios-setup] Dec 06 20:10:03.722 INFO E| Compiling num_threads v0.1.6 |
2795 | 2024-12-06T20:10:04.434Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2796 | 2024-12-06T20:10:04.769Z | [ helios-setup] Dec 06 20:10:04.130 INFO E| Compiling time v0.3.36 |
2797 | 2024-12-06T20:10:04.803Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2798 | 2024-12-06T20:10:05.300Z | [ host-package] Compiling lzma-sys v0.1.20 |
2799 | 2024-12-06T20:10:07.272Z | [ host-package] Compiling ena v0.14.3 |
2800 | 2024-12-06T20:10:08.076Z | [ host-package] Compiling opaque-debug v0.3.1 |
2801 | 2024-12-06T20:10:08.312Z | [ host-package] Compiling diff v0.1.13 |
2802 | 2024-12-06T20:10:08.417Z | [ host-package] Compiling regex-syntax v0.6.29 |
2803 | 2024-12-06T20:10:08.904Z | [ helios-setup] Dec 06 20:10:08.265 INFO E| Compiling semver-parser v0.10.2 |
2804 | 2024-12-06T20:10:09.411Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2805 | 2024-12-06T20:10:09.606Z | [ host-package] Compiling nix v0.28.0 |
2806 | 2024-12-06T20:10:09.664Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2807 | 2024-12-06T20:10:10.107Z | [ host-package] Compiling poly1305 v0.8.0 |
2808 | 2024-12-06T20:10:10.308Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2809 | 2024-12-06T20:10:11.013Z | [ helios-setup] Dec 06 20:10:10.374 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2810 | 2024-12-06T20:10:11.397Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2811 | 2024-12-06T20:10:12.686Z | [ helios-setup] Dec 06 20:10:12.047 INFO E| Compiling url v2.3.1 |
2812 | 2024-12-06T20:10:13.757Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2813 | 2024-12-06T20:10:14.658Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2814 | 2024-12-06T20:10:14.912Z | [ helios-setup] Dec 06 20:10:14.272 INFO E| Compiling crossbeam-channel v0.5.6 |
2815 | 2024-12-06T20:10:15.533Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2816 | 2024-12-06T20:10:15.941Z | [ host-package] Compiling lalrpop v0.19.12 |
2817 | 2024-12-06T20:10:16.183Z | [ host-package] Compiling chacha20 v0.9.1 |
2818 | 2024-12-06T20:10:17.222Z | [ host-package] Compiling heck v0.3.3 |
2819 | 2024-12-06T20:10:17.363Z | [ helios-setup] Dec 06 20:10:16.723 INFO E| Compiling dirs-sys-next v0.1.2 |
2820 | 2024-12-06T20:10:18.174Z | [ host-package] Compiling aead v0.5.2 |
2821 | 2024-12-06T20:10:18.356Z | [ helios-setup] Dec 06 20:10:17.717 INFO E| Compiling crc32fast v1.3.2 |
2822 | 2024-12-06T20:10:19.095Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2823 | 2024-12-06T20:10:19.646Z | [ helios-setup] Dec 06 20:10:19.006 INFO E| Compiling same-file v1.0.6 |
2824 | 2024-12-06T20:10:19.835Z | [ host-package] Compiling ref-cast v1.0.23 |
2825 | 2024-12-06T20:10:20.033Z | [ helios-setup] Dec 06 20:10:19.393 INFO E| Compiling try-lock v0.2.4 |
2826 | 2024-12-06T20:10:20.232Z | [ helios-setup] Dec 06 20:10:19.593 INFO E| Compiling walkdir v2.3.3 |
2827 | 2024-12-06T20:10:20.383Z | [ helios-setup] Dec 06 20:10:19.743 INFO E| Compiling want v0.3.0 |
2828 | 2024-12-06T20:10:20.433Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2829 | 2024-12-06T20:10:21.028Z | [ host-package] Compiling vte v0.11.1 |
2830 | 2024-12-06T20:10:21.594Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2831 | 2024-12-06T20:10:21.597Z | [ helios-setup] Dec 06 20:10:20.958 INFO E| Compiling tokio-util v0.7.7 |
2832 | 2024-12-06T20:10:21.737Z | [ helios-setup] Dec 06 20:10:21.097 INFO E| Compiling dirs-next v2.0.0 |
2833 | 2024-12-06T20:10:22.310Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2834 | 2024-12-06T20:10:24.431Z | [ host-package] Compiling chrono-tz v0.10.0 |
2835 | 2024-12-06T20:10:25.021Z | [ helios-setup] Dec 06 20:10:24.382 INFO E| Compiling h2 v0.3.16 |
2836 | 2024-12-06T20:10:25.725Z | [ helios-setup] Dec 06 20:10:25.085 INFO E| Compiling semver v0.11.0 |
2837 | 2024-12-06T20:10:26.034Z | [ host-package] Compiling diesel v2.2.4 |
2838 | 2024-12-06T20:10:26.120Z | [ host-package] Compiling vsss-rs v3.3.4 |
2839 | 2024-12-06T20:10:26.170Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2840 | 2024-12-06T20:10:26.397Z | [ helios-setup] Dec 06 20:10:25.757 INFO E| Compiling proc-macro-crate v1.2.1 |
2841 | 2024-12-06T20:10:27.379Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2842 | 2024-12-06T20:10:28.235Z | [ helios-setup] Dec 06 20:10:27.595 INFO E| Compiling futures-executor v0.3.28 |
2843 | 2024-12-06T20:10:28.577Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2844 | 2024-12-06T20:10:28.678Z | [ helios-setup] Dec 06 20:10:28.039 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2845 | 2024-12-06T20:10:30.238Z | [ helios-setup] Dec 06 20:10:29.598 INFO E| Compiling http-body v0.4.5 |
2846 | 2024-12-06T20:10:30.798Z | [ helios-setup] Dec 06 20:10:30.158 INFO E| Compiling ring v0.16.20 |
2847 | 2024-12-06T20:10:31.190Z | [ helios-setup] Dec 06 20:10:30.550 INFO E| Compiling rand_core v0.6.4 |
2848 | 2024-12-06T20:10:32.430Z | [ helios-setup] Dec 06 20:10:31.791 INFO E| Compiling thread_local v1.1.7 |
2849 | 2024-12-06T20:10:33.119Z | [ host-package] Compiling fd-lock v4.0.2 |
2850 | 2024-12-06T20:10:33.819Z | [ helios-setup] Dec 06 20:10:33.179 INFO E| Compiling lazy_static v1.4.0 |
2851 | 2024-12-06T20:10:33.867Z | [ helios-setup] Dec 06 20:10:33.228 INFO E| Compiling utf8parse v0.2.1 |
2852 | 2024-12-06T20:10:34.078Z | [ host-package] Compiling headers-core v0.3.0 |
2853 | 2024-12-06T20:10:34.349Z | [ helios-setup] Dec 06 20:10:33.709 INFO E| Compiling tower-service v0.3.2 |
2854 | 2024-12-06T20:10:34.482Z | [ host-package] Compiling fxhash v0.2.1 |
2855 | 2024-12-06T20:10:35.094Z | [ host-package] Compiling libxml v0.3.3 |
2856 | 2024-12-06T20:10:35.361Z | [ helios-setup] Dec 06 20:10:34.722 INFO E| Compiling ppv-lite86 v0.2.17 |
2857 | 2024-12-06T20:10:35.754Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2858 | 2024-12-06T20:10:36.027Z | [ host-package] Compiling bytecount v0.6.8 |
2859 | 2024-12-06T20:10:36.524Z | [ helios-setup] Dec 06 20:10:35.885 INFO E| Compiling home v0.5.4 |
2860 | 2024-12-06T20:10:37.134Z | [ host-package] Compiling base64 v0.13.1 |
2861 | 2024-12-06T20:10:37.150Z | [ helios-setup] Dec 06 20:10:36.511 INFO E| Compiling adler v1.0.2 |
2862 | 2024-12-06T20:10:37.256Z | [ helios-setup] Dec 06 20:10:36.616 INFO E| Compiling httpdate v1.0.2 |
2863 | 2024-12-06T20:10:37.523Z | [ helios-setup] Dec 06 20:10:36.883 INFO E| Compiling rayon-core v1.10.2 |
2864 | 2024-12-06T20:10:37.769Z | [ helios-setup] Dec 06 20:10:37.129 INFO E| Compiling base64 v0.21.0 |
2865 | 2024-12-06T20:10:38.586Z | [ helios-setup] Dec 06 20:10:37.946 INFO E| Compiling fastrand v1.9.0 |
2866 | 2024-12-06T20:10:38.775Z | [ host-package] Compiling ron v0.7.1 |
2867 | 2024-12-06T20:10:38.841Z | [ host-package] Compiling papergrid v0.11.0 |
2868 | 2024-12-06T20:10:39.050Z | [ helios-setup] Dec 06 20:10:38.410 INFO E| Compiling hyper v0.14.25 |
2869 | 2024-12-06T20:10:39.888Z | [ helios-setup] Dec 06 20:10:39.248 INFO E| Compiling tempfile v3.5.0 |
2870 | 2024-12-06T20:10:41.421Z | [ helios-setup] Dec 06 20:10:40.781 INFO E| Compiling miniz_oxide v0.6.2 |
2871 | 2024-12-06T20:10:43.557Z | [ helios-setup] Dec 06 20:10:42.917 INFO E| Compiling rand_chacha v0.3.1 |
2872 | 2024-12-06T20:10:43.931Z | [ helios-setup] Dec 06 20:10:43.292 INFO E| Compiling toolchain_find v0.2.0 |
2873 | 2024-12-06T20:10:44.839Z | [ helios-setup] Dec 06 20:10:44.199 INFO E| Compiling anstyle-parse v0.1.1 |
2874 | 2024-12-06T20:10:49.462Z | [ helios-setup] Dec 06 20:10:48.821 INFO E| Compiling futures v0.3.28 |
2875 | 2024-12-06T20:10:55.990Z | [ helios-setup] Dec 06 20:10:55.350 INFO E| Compiling num_enum_derive v0.5.7 |
2876 | 2024-12-06T20:10:59.664Z | [ helios-setup] Dec 06 20:10:59.024 INFO E| Compiling cargo-lock v8.0.3 |
2877 | 2024-12-06T20:11:00.022Z | [ helios-setup] Dec 06 20:10:59.382 INFO E| Compiling crossbeam-deque v0.8.2 |
2878 | 2024-12-06T20:11:00.970Z | [ helios-setup] Dec 06 20:11:00.330 INFO E| Compiling term v0.7.0 |
2879 | 2024-12-06T20:11:03.819Z | [ helios-setup] Dec 06 20:11:03.177 INFO E| Compiling serde_urlencoded v0.7.1 |
2880 | 2024-12-06T20:11:04.931Z | [ helios-setup] Dec 06 20:11:04.290 INFO E| Compiling sha2 v0.10.6 |
2881 | 2024-12-06T20:11:04.992Z | [ helios-setup] Dec 06 20:11:04.352 INFO E| Compiling sha1 v0.10.5 |
2882 | 2024-12-06T20:11:05.230Z | [ host-package] Compiling headers v0.4.0 |
2883 | 2024-12-06T20:11:06.882Z | [ helios-setup] Dec 06 20:11:06.242 INFO E| Compiling is-terminal v0.4.7 |
2884 | 2024-12-06T20:11:07.351Z | [ helios-setup] Dec 06 20:11:06.711 INFO E| Compiling atty v0.2.14 |
2885 | 2024-12-06T20:11:08.117Z | [ helios-setup] Dec 06 20:11:07.476 INFO E| Compiling anstyle v0.3.5 |
2886 | 2024-12-06T20:11:08.337Z | [ helios-setup] Dec 06 20:11:07.697 INFO E| Compiling concolor-query v0.3.3 |
2887 | 2024-12-06T20:11:08.962Z | [ helios-setup] Dec 06 20:11:08.321 INFO E| Compiling concolor-override v1.0.0 |
2888 | 2024-12-06T20:11:09.032Z | [ host-package] Compiling polar-core v0.27.3 |
2889 | 2024-12-06T20:11:09.696Z | [ helios-setup] Dec 06 20:11:09.056 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2890 | 2024-12-06T20:11:11.395Z | [ helios-setup] Dec 06 20:11:10.755 INFO E| Compiling anstream v0.2.6 |
2891 | 2024-12-06T20:11:11.852Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2892 | 2024-12-06T20:11:12.237Z | [ helios-setup] Dec 06 20:11:11.597 INFO E| Compiling slog-term v2.9.0 |
2893 | 2024-12-06T20:11:13.181Z | [ helios-setup] Dec 06 20:11:12.540 INFO E| Compiling flate2 v1.0.25 |
2894 | 2024-12-06T20:11:13.502Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2895 | 2024-12-06T20:11:14.118Z | [ helios-setup] Dec 06 20:11:13.478 INFO E| Compiling num_enum v0.5.7 |
2896 | 2024-12-06T20:11:14.394Z | [ helios-setup] Dec 06 20:11:13.754 INFO E| Compiling rand v0.8.5 |
2897 | 2024-12-06T20:11:14.879Z | [ helios-setup] Dec 06 20:11:14.238 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2898 | 2024-12-06T20:11:15.897Z | [ helios-setup] Dec 06 20:11:15.256 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2899 | 2024-12-06T20:11:16.221Z | [ helios-setup] Dec 06 20:11:15.580 INFO E| Compiling openapiv3 v1.0.2 |
2900 | 2024-12-06T20:11:17.457Z | [ host-package] Compiling xz2 v0.1.7 |
2901 | 2024-12-06T20:11:17.586Z | [ helios-setup] Dec 06 20:11:16.945 INFO E| Compiling encoding_rs v0.8.32 |
2902 | 2024-12-06T20:11:18.761Z | [ host-package] Compiling zone v0.1.8 |
2903 | 2024-12-06T20:11:18.940Z | [ helios-setup] Dec 06 20:11:18.300 INFO E| Compiling either v1.8.0 |
2904 | 2024-12-06T20:11:19.632Z | [ helios-setup] Dec 06 20:11:18.992 INFO E| Compiling unsafe-libyaml v0.2.8 |
2905 | 2024-12-06T20:11:21.616Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2906 | 2024-12-06T20:11:23.434Z | [ helios-setup] Dec 06 20:11:22.794 INFO E| Compiling utf-8 v0.7.6 |
2907 | 2024-12-06T20:11:24.225Z | [ helios-setup] Dec 06 20:11:23.584 INFO E| Compiling project-root v0.2.2 |
2908 | 2024-12-06T20:11:24.742Z | [ helios-setup] Dec 06 20:11:24.102 INFO E| Compiling clap_lex v0.4.1 |
2909 | 2024-12-06T20:11:24.809Z | [ helios-setup] Dec 06 20:11:24.168 INFO E| Compiling mime v0.3.17 |
2910 | 2024-12-06T20:11:25.112Z | [ helios-setup] Dec 06 20:11:24.471 INFO E| Compiling spin v0.5.2 |
2911 | 2024-12-06T20:11:25.779Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2912 | 2024-12-06T20:11:25.989Z | [ helios-setup] Dec 06 20:11:25.349 INFO E| Compiling base64 v0.13.1 |
2913 | 2024-12-06T20:11:26.178Z | [ helios-setup] Dec 06 20:11:25.537 INFO E| Compiling untrusted v0.7.1 |
2914 | 2024-12-06T20:11:26.584Z | [ helios-setup] Dec 06 20:11:25.944 INFO E| Compiling byteorder v1.4.3 |
2915 | 2024-12-06T20:11:26.882Z | [ helios-setup] Dec 06 20:11:26.241 INFO E| Compiling strsim v0.10.0 |
2916 | 2024-12-06T20:11:26.930Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2917 | 2024-12-06T20:11:27.281Z | [ helios-setup] Dec 06 20:11:26.640 INFO E| Compiling ipnet v2.7.2 |
2918 | 2024-12-06T20:11:27.414Z | [ helios-setup] Dec 06 20:11:26.773 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2919 | 2024-12-06T20:11:27.866Z | [ helios-setup] Dec 06 20:11:27.225 INFO E| Compiling tungstenite v0.18.0 |
2920 | 2024-12-06T20:11:29.820Z | [ helios-setup] Dec 06 20:11:29.179 INFO E| Compiling reqwest v0.11.16 |
2921 | 2024-12-06T20:11:30.533Z | [ helios-setup] Dec 06 20:11:29.893 INFO E| Compiling clap_builder v4.2.1 |
2922 | 2024-12-06T20:11:31.919Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2923 | 2024-12-06T20:11:32.508Z | [ host-package] Compiling tabled_derive v0.7.0 |
2924 | 2024-12-06T20:11:33.345Z | [ helios-setup] Dec 06 20:11:32.704 INFO E| Compiling serde_yaml v0.9.21 |
2925 | 2024-12-06T20:11:35.296Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2926 | 2024-12-06T20:11:36.462Z | [ host-package] Compiling yasna v0.5.2 |
2927 | 2024-12-06T20:11:38.146Z | [ helios-setup] Dec 06 20:11:37.505 INFO E| Compiling rayon v1.6.1 |
2928 | 2024-12-06T20:11:38.727Z | [ helios-setup] Dec 06 20:11:38.087 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2929 | 2024-12-06T20:11:39.173Z | [ helios-setup] Dec 06 20:11:38.475 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2930 | 2024-12-06T20:11:41.718Z | [ helios-setup] Dec 06 20:11:41.077 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2931 | 2024-12-06T20:11:42.815Z | [ host-package] Compiling peg-macros v0.8.4 |
2932 | 2024-12-06T20:11:42.849Z | [ helios-setup] Dec 06 20:11:42.204 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2933 | 2024-12-06T20:11:42.934Z | [ host-package] Compiling strum_macros v0.24.3 |
2934 | 2024-12-06T20:11:43.826Z | [ helios-setup] Dec 06 20:11:43.185 INFO E| Compiling clap_derive v4.2.0 |
2935 | 2024-12-06T20:11:44.587Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2936 | 2024-12-06T20:11:46.016Z | [ host-package] Compiling kstat-rs v0.2.4 |
2937 | 2024-12-06T20:11:46.621Z | [ host-package] Compiling samael v0.0.17 |
2938 | 2024-12-06T20:11:48.081Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2939 | 2024-12-06T20:11:48.529Z | [ helios-setup] Dec 06 20:11:47.888 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2940 | 2024-12-06T20:11:48.972Z | [ host-package] Compiling unicase v2.7.0 |
2941 | 2024-12-06T20:11:49.477Z | [ host-package] Compiling indoc v1.0.9 |
2942 | 2024-12-06T20:11:49.843Z | [ host-package] Compiling unicode_categories v0.1.1 |
2943 | 2024-12-06T20:11:50.060Z | [ host-package] Compiling home v0.5.9 |
2944 | 2024-12-06T20:11:50.364Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2945 | 2024-12-06T20:11:50.490Z | [ host-package] Compiling rustyline v14.0.0 |
2946 | 2024-12-06T20:11:50.787Z | [ host-package] Compiling sqlformat v0.2.6 |
2947 | 2024-12-06T20:11:53.192Z | [ host-package] Compiling reedline v0.35.0 |
2948 | 2024-12-06T20:11:53.701Z | [ helios-setup] Dec 06 20:11:53.060 INFO E| Compiling clap v4.2.1 |
2949 | 2024-12-06T20:11:55.129Z | [ helios-setup] Dec 06 20:11:54.488 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2950 | 2024-12-06T20:12:01.393Z | [ host-package] Compiling sqlparser v0.45.0 |
2951 | 2024-12-06T20:12:08.343Z | [ helios-setup] Dec 06 20:12:07.702 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2952 | 2024-12-06T20:12:12.034Z | [ helios-setup] Dec 06 20:12:11.392 INFO E| Compiling tokio-tungstenite v0.18.0 |
2953 | 2024-12-06T20:12:13.456Z | [ helios-setup] Dec 06 20:12:12.815 INFO E| Compiling smartstring v1.0.1 |
2954 | 2024-12-06T20:12:14.673Z | [ helios-setup] Dec 06 20:12:14.032 INFO E| Compiling rustls v0.21.0 |
2955 | 2024-12-06T20:12:15.244Z | [ host-package] Compiling peg v0.8.4 |
2956 | 2024-12-06T20:12:15.519Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2957 | 2024-12-06T20:12:16.832Z | [ helios-setup] Dec 06 20:12:16.191 INFO E| Compiling toml_datetime v0.6.1 |
2958 | 2024-12-06T20:12:17.604Z | [ host-package] Compiling rcgen v0.12.1 |
2959 | 2024-12-06T20:12:18.393Z | [ helios-setup] Dec 06 20:12:17.751 INFO E| Compiling serde_spanned v0.6.1 |
2960 | 2024-12-06T20:12:18.995Z | [ helios-setup] Dec 06 20:12:18.354 INFO E| Compiling slog-async v2.7.0 |
2961 | 2024-12-06T20:12:19.159Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2962 | 2024-12-06T20:12:20.166Z | [ helios-setup] Dec 06 20:12:19.525 INFO E| Compiling async-trait v0.1.68 |
2963 | 2024-12-06T20:12:21.094Z | [ helios-setup] Dec 06 20:12:20.452 INFO E| Compiling match_cfg v0.1.0 |
2964 | 2024-12-06T20:12:21.362Z | [ helios-setup] Dec 06 20:12:20.721 INFO E| Compiling camino v1.1.4 |
2965 | 2024-12-06T20:12:22.443Z | [ host-package] Compiling tabled v0.15.0 |
2966 | 2024-12-06T20:12:23.219Z | [ helios-setup] Dec 06 20:12:22.577 INFO E| Compiling winnow v0.4.1 |
2967 | 2024-12-06T20:12:25.028Z | [ helios-setup] Dec 06 20:12:24.386 INFO E| Compiling paste v1.0.12 |
2968 | 2024-12-06T20:12:26.631Z | [ helios-setup] Dec 06 20:12:25.989 INFO E| Compiling static_assertions v1.1.0 |
2969 | 2024-12-06T20:12:29.431Z | [ helios-setup] Dec 06 20:12:28.790 INFO E| Compiling hostname v0.3.1 |
2970 | 2024-12-06T20:12:29.819Z | [ helios-setup] Dec 06 20:12:29.178 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2971 | 2024-12-06T20:12:30.087Z | [ helios-setup] Dec 06 20:12:29.446 INFO E| Compiling slog-json v2.6.1 |
2972 | 2024-12-06T20:12:30.642Z | [ helios-setup] Dec 06 20:12:30.001 INFO E| Compiling toml_edit v0.19.8 |
2973 | 2024-12-06T20:12:31.317Z | [ helios-setup] Dec 06 20:12:30.675 INFO E| Compiling unicode-linebreak v0.1.4 |
2974 | 2024-12-06T20:12:34.790Z | [ helios-setup] Dec 06 20:12:34.148 INFO E| Compiling async-stream-impl v0.3.5 |
2975 | 2024-12-06T20:12:36.722Z | [ helios-setup] Dec 06 20:12:36.080 INFO E| Compiling rhai_codegen v1.5.0 |
2976 | 2024-12-06T20:12:37.623Z | [ helios-setup] Dec 06 20:12:36.981 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2977 | 2024-12-06T20:12:38.754Z | [ helios-setup] Dec 06 20:12:38.112 INFO E| Compiling take_mut v0.2.2 |
2978 | 2024-12-06T20:12:40.442Z | [ host-package] Compiling derive_builder v0.20.2 |
2979 | 2024-12-06T20:12:41.183Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2980 | 2024-12-06T20:12:42.250Z | [ helios-setup] Dec 06 20:12:41.608 INFO E| Compiling rhai v1.14.0 |
2981 | 2024-12-06T20:12:42.581Z | [ helios-setup] Dec 06 20:12:41.939 INFO E| Compiling async-stream v0.3.5 |
2982 | 2024-12-06T20:12:43.364Z | [ helios-setup] Dec 06 20:12:42.723 INFO E| Compiling toml v0.7.3 |
2983 | 2024-12-06T20:12:45.330Z | [ helios-setup] Dec 06 20:12:44.689 INFO E| Compiling slog-bunyan v2.4.0 |
2984 | 2024-12-06T20:12:50.106Z | [ helios-setup] Dec 06 20:12:49.464 INFO E| Compiling rustls-pemfile v1.0.2 |
2985 | 2024-12-06T20:12:50.217Z | [ helios-setup] Dec 06 20:12:49.575 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2986 | 2024-12-06T20:12:50.961Z | [ helios-setup] Dec 06 20:12:50.320 INFO E| Compiling bincode v1.3.3 |
2987 | 2024-12-06T20:12:51.627Z | [ helios-setup] Dec 06 20:12:50.986 INFO E| Compiling serde_path_to_error v0.1.11 |
2988 | 2024-12-06T20:12:53.566Z | [ helios-setup] Dec 06 20:12:52.924 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2989 | 2024-12-06T20:12:54.417Z | [ helios-setup] Dec 06 20:12:53.775 INFO E| Compiling terminal_size v0.2.6 |
2990 | 2024-12-06T20:12:54.655Z | [ helios-setup] Dec 06 20:12:54.014 INFO E| Compiling smawk v0.3.1 |
2991 | 2024-12-06T20:12:55.482Z | [ helios-setup] Dec 06 20:12:54.840 INFO E| Compiling textwrap v0.16.0 |
2992 | 2024-12-06T20:12:59.755Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2993 | 2024-12-06T20:13:03.118Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2994 | 2024-12-06T20:13:03.539Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2995 | 2024-12-06T20:13:04.094Z | [ helios-setup] Dec 06 20:13:03.452 INFO E| Compiling rustls-webpki v0.100.1 |
2996 | 2024-12-06T20:13:04.225Z | [ helios-setup] Dec 06 20:13:03.583 INFO E| Compiling sct v0.7.0 |
2997 | 2024-12-06T20:13:04.391Z | [ host-package] Compiling bcs v0.1.6 |
2998 | 2024-12-06T20:13:05.877Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2999 | 2024-12-06T20:13:06.808Z | [ host-package] Compiling oso-derive v0.27.3 |
3000 | 2024-12-06T20:13:09.124Z | [ host-package] Compiling libz-sys v1.1.20 |
3001 | 2024-12-06T20:13:11.465Z | [ host-package] Compiling quick-xml v0.33.0 |
3002 | 2024-12-06T20:13:13.795Z | [ helios-setup] Dec 06 20:13:13.153 INFO E| Compiling git2 v0.16.1 |
3003 | 2024-12-06T20:13:15.001Z | [ helios-setup] Dec 06 20:13:14.359 INFO E| Compiling tokio-rustls v0.24.0 |
3004 | 2024-12-06T20:13:18.163Z | [ host-package] Compiling subprocess v0.2.9 |
3005 | 2024-12-06T20:13:22.125Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
3006 | 2024-12-06T20:13:23.280Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3007 | 2024-12-06T20:13:24.577Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3008 | 2024-12-06T20:13:26.694Z | [ helios-setup] Dec 06 20:13:26.051 INFO E| Compiling built v0.6.0 |
3009 | 2024-12-06T20:13:26.776Z | [ host-package] Compiling oso v0.27.3 |
3010 | 2024-12-06T20:13:28.106Z | [ helios-setup] Dec 06 20:13:27.463 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3011 | 2024-12-06T20:13:29.991Z | [ helios-setup] Dec 06 20:13:29.349 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3012 | 2024-12-06T20:13:30.910Z | [ helios-setup] Dec 06 20:13:30.268 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3013 | 2024-12-06T20:13:42.258Z | [ helios-setup] Dec 06 20:13:41.615 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3014 | 2024-12-06T20:13:45.351Z | [ helios-setup] Dec 06 20:13:44.709 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3015 | 2024-12-06T20:13:56.935Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3016 | 2024-12-06T20:14:00.147Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3017 | 2024-12-06T20:14:09.288Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3018 | 2024-12-06T20:14:15.055Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3019 | 2024-12-06T20:14:15.700Z | [ host-package] Compiling bb8 v0.8.5 |
3020 | 2024-12-06T20:14:16.916Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3021 | 2024-12-06T20:14:22.168Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3022 | 2024-12-06T20:14:24.139Z | [ host-package] Compiling atty v0.2.14 |
3023 | 2024-12-06T20:14:24.516Z | [ host-package] Compiling salty v0.3.0 |
3024 | 2024-12-06T20:14:30.285Z | [ host-package] Compiling parking_lot v0.11.2 |
3025 | 2024-12-06T20:14:32.788Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3026 | 2024-12-06T20:14:33.545Z | [ helios-setup] Dec 06 20:14:32.902 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3027 | 2024-12-06T20:14:36.495Z | [ host-package] Compiling sled v0.34.7 |
3028 | 2024-12-06T20:14:37.848Z | [ host-package] Compiling mime_guess v2.0.5 |
3029 | 2024-12-06T20:14:41.480Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3030 | 2024-12-06T20:14:43.550Z | [ host-package] Compiling hickory-client v0.24.1 |
3031 | 2024-12-06T20:14:44.091Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3032 | 2024-12-06T20:14:47.417Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3033 | 2024-12-06T20:14:47.470Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3034 | 2024-12-06T20:14:50.849Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3035 | 2024-12-06T20:14:52.329Z | [ host-package] Compiling hickory-server v0.24.1 |
3036 | 2024-12-06T20:14:53.802Z | [ host-package] Compiling primeorder v0.13.6 |
3037 | 2024-12-06T20:14:54.961Z | [ host-package] Compiling vergen v8.3.2 |
3038 | 2024-12-06T20:14:56.022Z | [ host-package] Compiling env_filter v0.1.2 |
3039 | 2024-12-06T20:15:02.071Z | [ host-package] Compiling cargo-platform v0.1.8 |
3040 | 2024-12-06T20:15:02.896Z | [ host-package] Compiling nanorand v0.7.0 |
3041 | 2024-12-06T20:15:03.908Z | [ host-package] Compiling memoffset v0.9.1 |
3042 | 2024-12-06T20:15:04.562Z | [ host-package] Compiling flume v0.11.1 |
3043 | 2024-12-06T20:15:06.455Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3044 | 2024-12-06T20:15:13.299Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3045 | 2024-12-06T20:15:23.812Z | [ host-package] Compiling env_logger v0.11.5 |
3046 | 2024-12-06T20:15:26.459Z | [ host-package] Compiling p384 v0.13.0 |
3047 | 2024-12-06T20:15:29.096Z | [ host-package] Compiling git2 v0.19.0 |
3048 | 2024-12-06T20:15:30.809Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3049 | 2024-12-06T20:15:31.906Z | [ helios-setup] Dec 06 20:15:31.261 INFO E| Finished `release` profile [optimized] target(s) in 6m 34s |
3050 | 2024-12-06T20:15:32.044Z | [ helios-setup] Dec 06 20:15:31.399 INFO building project "pilot" ok (394 seconds) |
3051 | 2024-12-06T20:15:32.047Z | [ helios-setup] Dec 06 20:15:31.400 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3052 | 2024-12-06T20:15:32.047Z | [ helios-setup] Dec 06 20:15:31.400 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3053 | 2024-12-06T20:15:32.403Z | [ helios-setup] Dec 06 20:15:31.758 INFO E| Downloading crates ... |
3054 | 2024-12-06T20:15:32.525Z | [ helios-setup] Dec 06 20:15:31.881 INFO E| Downloaded sha2 v0.10.5 |
3055 | 2024-12-06T20:15:32.529Z | [ helios-setup] Dec 06 20:15:31.885 INFO E| Downloaded digest v0.10.3 |
3056 | 2024-12-06T20:15:32.532Z | [ helios-setup] Dec 06 20:15:31.888 INFO E| Downloaded typenum v1.15.0 |
3057 | 2024-12-06T20:15:32.535Z | [ helios-setup] Dec 06 20:15:31.891 INFO E| Downloaded anyhow v1.0.62 |
3058 | 2024-12-06T20:15:32.541Z | [ helios-setup] Dec 06 20:15:31.897 INFO E| Downloaded bytes v1.2.1 |
3059 | 2024-12-06T20:15:32.624Z | [ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling typenum v1.15.0 |
3060 | 2024-12-06T20:15:32.624Z | [ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling version_check v0.9.4 |
3061 | 2024-12-06T20:15:32.624Z | [ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling cfg-if v1.0.0 |
3062 | 2024-12-06T20:15:32.628Z | [ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling crc32fast v1.3.2 |
3063 | 2024-12-06T20:15:32.628Z | [ helios-setup] Dec 06 20:15:31.979 INFO E| Compiling adler v1.0.2 |
3064 | 2024-12-06T20:15:32.628Z | [ helios-setup] Dec 06 20:15:31.980 INFO E| Compiling anyhow v1.0.62 |
3065 | 2024-12-06T20:15:32.628Z | [ helios-setup] Dec 06 20:15:31.980 INFO E| Compiling cpufeatures v0.2.5 |
3066 | 2024-12-06T20:15:32.628Z | [ helios-setup] Dec 06 20:15:31.980 INFO E| Compiling unicode-width v0.1.10 |
3067 | 2024-12-06T20:15:33.340Z | [ helios-setup] Dec 06 20:15:32.696 INFO E| Compiling miniz_oxide v0.6.2 |
3068 | 2024-12-06T20:15:33.385Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3069 | 2024-12-06T20:15:33.489Z | [ helios-setup] Dec 06 20:15:32.845 INFO E| Compiling bitflags v1.3.2 |
3070 | 2024-12-06T20:15:33.493Z | [ helios-setup] Dec 06 20:15:32.849 INFO E| Compiling bytes v1.2.1 |
3071 | 2024-12-06T20:15:33.620Z | [ helios-setup] Dec 06 20:15:32.976 INFO E| Compiling getopts v0.2.21 |
3072 | 2024-12-06T20:15:34.583Z | [ helios-setup] Dec 06 20:15:33.939 INFO E| Compiling generic-array v0.14.6 |
3073 | 2024-12-06T20:15:35.306Z | [ helios-setup] Dec 06 20:15:34.662 INFO E| Compiling flate2 v1.0.25 |
3074 | 2024-12-06T20:15:38.987Z | [ helios-setup] Dec 06 20:15:38.343 INFO E| Compiling block-buffer v0.10.3 |
3075 | 2024-12-06T20:15:38.988Z | [ helios-setup] Dec 06 20:15:38.343 INFO E| Compiling crypto-common v0.1.6 |
3076 | 2024-12-06T20:15:39.203Z | [ helios-setup] Dec 06 20:15:38.558 INFO E| Compiling digest v0.10.3 |
3077 | 2024-12-06T20:15:39.558Z | [ helios-setup] Dec 06 20:15:38.914 INFO E| Compiling sha2 v0.10.5 |
3078 | 2024-12-06T20:15:40.084Z | [ helios-setup] Dec 06 20:15:39.440 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3079 | 2024-12-06T20:15:43.028Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3080 | 2024-12-06T20:15:43.919Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3081 | 2024-12-06T20:15:45.102Z | [ helios-setup] Dec 06 20:15:44.457 INFO E| Finished `release` profile [optimized] target(s) in 12.94s |
3082 | 2024-12-06T20:15:45.117Z | [ helios-setup] Dec 06 20:15:44.473 INFO building project "bootserver" ok (13 seconds) |
3083 | 2024-12-06T20:15:45.117Z | [ helios-setup] Dec 06 20:15:44.473 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
3084 | 2024-12-06T20:15:45.117Z | [ helios-setup] Dec 06 20:15:44.473 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
3085 | 2024-12-06T20:15:45.137Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3086 | 2024-12-06T20:15:45.425Z | [ helios-setup] Dec 06 20:15:44.780 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
3087 | 2024-12-06T20:15:46.000Z | [ helios-setup] Dec 06 20:15:45.355 INFO E| From https://github.com/jclulow/rust-jmclib |
3088 | 2024-12-06T20:15:46.000Z | [ helios-setup] Dec 06 20:15:45.355 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
3089 | 2024-12-06T20:15:46.034Z | [ helios-setup] Dec 06 20:15:45.389 INFO E| Updating crates.io index |
3090 | 2024-12-06T20:15:46.279Z | [ helios-setup] Dec 06 20:15:45.634 INFO E| Downloading crates ... |
3091 | 2024-12-06T20:15:46.301Z | [ host-package] Compiling rand_seeder v0.3.0 |
3092 | 2024-12-06T20:15:46.368Z | [ helios-setup] Dec 06 20:15:45.723 INFO E| Downloaded fastrand v2.0.0 |
3093 | 2024-12-06T20:15:46.379Z | [ helios-setup] Dec 06 20:15:45.734 INFO E| Downloaded proc-macro2 v1.0.66 |
3094 | 2024-12-06T20:15:46.383Z | [ helios-setup] Dec 06 20:15:45.738 INFO E| Downloaded block-buffer v0.9.0 |
3095 | 2024-12-06T20:15:46.389Z | [ helios-setup] Dec 06 20:15:45.745 INFO E| Downloaded getrandom v0.2.10 |
3096 | 2024-12-06T20:15:46.395Z | [ helios-setup] Dec 06 20:15:45.751 INFO E| Downloaded once_cell v1.18.0 |
3097 | 2024-12-06T20:15:46.399Z | [ helios-setup] Dec 06 20:15:45.755 INFO E| Downloaded cpufeatures v0.2.9 |
3098 | 2024-12-06T20:15:46.402Z | [ helios-setup] Dec 06 20:15:45.757 INFO E| Downloaded opaque-debug v0.3.0 |
3099 | 2024-12-06T20:15:46.404Z | [ helios-setup] Dec 06 20:15:45.759 INFO E| Downloaded digest v0.9.0 |
3100 | 2024-12-06T20:15:46.407Z | [ helios-setup] Dec 06 20:15:45.762 INFO E| Downloaded itoa v1.0.9 |
3101 | 2024-12-06T20:15:46.411Z | [ helios-setup] Dec 06 20:15:45.767 INFO E| Downloaded md-5 v0.9.1 |
3102 | 2024-12-06T20:15:46.418Z | [ helios-setup] Dec 06 20:15:45.774 INFO E| Downloaded sha-1 v0.9.8 |
3103 | 2024-12-06T20:15:46.425Z | [ helios-setup] Dec 06 20:15:45.781 INFO E| Downloaded bitflags v2.3.3 |
3104 | 2024-12-06T20:15:46.430Z | [ helios-setup] Dec 06 20:15:45.786 INFO E| Downloaded quote v1.0.31 |
3105 | 2024-12-06T20:15:46.436Z | [ helios-setup] Dec 06 20:15:45.792 INFO E| Downloaded tempfile v3.7.0 |
3106 | 2024-12-06T20:15:46.440Z | [ helios-setup] Dec 06 20:15:45.796 INFO E| Downloaded uuid v0.8.2 |
3107 | 2024-12-06T20:15:46.457Z | [ helios-setup] Dec 06 20:15:45.813 INFO E| Downloaded unicode-ident v1.0.11 |
3108 | 2024-12-06T20:15:46.462Z | [ helios-setup] Dec 06 20:15:45.818 INFO E| Downloaded serde v1.0.193 |
3109 | 2024-12-06T20:15:46.468Z | [ helios-setup] Dec 06 20:15:45.823 INFO E| Downloaded ryu v1.0.15 |
3110 | 2024-12-06T20:15:46.473Z | [ helios-setup] Dec 06 20:15:45.829 INFO E| Downloaded anyhow v1.0.72 |
3111 | 2024-12-06T20:15:46.479Z | [ helios-setup] Dec 06 20:15:45.834 INFO E| Downloaded libdevinfo-sys v1.0.0 |
3112 | 2024-12-06T20:15:46.481Z | [ helios-setup] Dec 06 20:15:45.836 INFO E| Downloaded serde_derive v1.0.193 |
3113 | 2024-12-06T20:15:46.484Z | [ helios-setup] Dec 06 20:15:45.840 INFO E| Downloaded serde_json v1.0.103 |
3114 | 2024-12-06T20:15:46.525Z | [ helios-setup] Dec 06 20:15:45.880 INFO E| Downloaded syn v2.0.32 |
3115 | 2024-12-06T20:15:46.541Z | [ helios-setup] Dec 06 20:15:45.897 INFO E| Downloaded rustix v0.38.4 |
3116 | 2024-12-06T20:15:46.631Z | [ helios-setup] Dec 06 20:15:45.987 INFO E| Downloaded libc v0.2.147 |
3117 | 2024-12-06T20:15:46.803Z | [ helios-setup] Dec 06 20:15:46.141 INFO E| Compiling libc v0.2.147 |
3118 | 2024-12-06T20:15:46.806Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3119 | 2024-12-06T20:15:46.830Z | [ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling proc-macro2 v1.0.66 |
3120 | 2024-12-06T20:15:46.830Z | [ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling cfg-if v1.0.0 |
3121 | 2024-12-06T20:15:46.833Z | [ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling unicode-ident v1.0.11 |
3122 | 2024-12-06T20:15:46.833Z | [ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling version_check v0.9.4 |
3123 | 2024-12-06T20:15:46.833Z | [ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling typenum v1.16.0 |
3124 | 2024-12-06T20:15:46.833Z | [ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling serde v1.0.193 |
3125 | 2024-12-06T20:15:46.833Z | [ helios-setup] Dec 06 20:15:46.186 INFO E| Compiling slog v2.7.0 |
3126 | 2024-12-06T20:15:47.401Z | [ helios-setup] Dec 06 20:15:46.757 INFO E| Compiling num-conv v0.1.0 |
3127 | 2024-12-06T20:15:47.404Z | [ helios-setup] Dec 06 20:15:46.757 INFO E| Compiling time-core v0.1.2 |
3128 | 2024-12-06T20:15:47.503Z | [ host-package] Compiling rustls v0.21.12 |
3129 | 2024-12-06T20:15:47.739Z | [ helios-setup] Dec 06 20:15:47.093 INFO E| Compiling rustix v0.38.4 |
3130 | 2024-12-06T20:15:47.986Z | [ helios-setup] Dec 06 20:15:47.337 INFO E| Compiling powerfmt v0.2.0 |
3131 | 2024-12-06T20:15:48.004Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3132 | 2024-12-06T20:15:48.587Z | [ helios-setup] Dec 06 20:15:47.942 INFO E| Compiling generic-array v0.14.7 |
3133 | 2024-12-06T20:15:48.697Z | [ helios-setup] Dec 06 20:15:48.053 INFO E| Compiling itoa v1.0.9 |
3134 | 2024-12-06T20:15:48.870Z | [ helios-setup] Dec 06 20:15:48.225 INFO E| Compiling deranged v0.3.11 |
3135 | 2024-12-06T20:15:48.875Z | [ host-package] Compiling http-range v0.1.5 |
3136 | 2024-12-06T20:15:48.921Z | [ helios-setup] Dec 06 20:15:48.276 INFO E| Compiling time-macros v0.2.18 |
3137 | 2024-12-06T20:15:49.179Z | [ helios-setup] Dec 06 20:15:48.535 INFO E| Compiling num_threads v0.1.6 |
3138 | 2024-12-06T20:15:49.375Z | [ helios-setup] Dec 06 20:15:48.730 INFO E| Compiling bitflags v2.3.3 |
3139 | 2024-12-06T20:15:49.479Z | [ helios-setup] Dec 06 20:15:48.835 INFO E| Compiling quote v1.0.31 |
3140 | 2024-12-06T20:15:49.671Z | [ helios-setup] Dec 06 20:15:49.027 INFO E| Compiling once_cell v1.18.0 |
3141 | 2024-12-06T20:15:49.952Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3142 | 2024-12-06T20:15:50.370Z | [ helios-setup] Dec 06 20:15:49.724 INFO E| Compiling syn v2.0.32 |
3143 | 2024-12-06T20:15:50.373Z | [ helios-setup] Dec 06 20:15:49.726 INFO E| Compiling thread_local v1.1.7 |
3144 | 2024-12-06T20:15:50.517Z | [ host-package] Compiling nix v0.29.0 |
3145 | 2024-12-06T20:15:50.834Z | [ helios-setup] Dec 06 20:15:50.189 INFO E| Compiling dirs-sys-next v0.1.2 |
3146 | 2024-12-06T20:15:50.861Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3147 | 2024-12-06T20:15:50.944Z | [ helios-setup] Dec 06 20:15:50.300 INFO E| Compiling errno v0.3.1 |
3148 | 2024-12-06T20:15:51.053Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3149 | 2024-12-06T20:15:51.408Z | [ helios-setup] Dec 06 20:15:50.764 INFO E| Compiling dirs-next v2.0.0 |
3150 | 2024-12-06T20:15:51.705Z | [ helios-setup] Dec 06 20:15:51.060 INFO E| Compiling term v0.7.0 |
3151 | 2024-12-06T20:15:51.903Z | [ helios-setup] Dec 06 20:15:51.259 INFO E| Compiling atty v0.2.14 |
3152 | 2024-12-06T20:15:52.385Z | [ helios-setup] Dec 06 20:15:51.740 INFO E| Compiling opaque-debug v0.3.0 |
3153 | 2024-12-06T20:15:52.813Z | [ helios-setup] Dec 06 20:15:52.168 INFO E| Compiling anyhow v1.0.72 |
3154 | 2024-12-06T20:15:53.277Z | [ helios-setup] Dec 06 20:15:52.632 INFO E| Compiling serde_json v1.0.103 |
3155 | 2024-12-06T20:15:53.505Z | [ helios-setup] Dec 06 20:15:52.861 INFO E| Compiling fastrand v2.0.0 |
3156 | 2024-12-06T20:15:53.620Z | [ helios-setup] Dec 06 20:15:52.975 INFO E| Compiling block-buffer v0.9.0 |
3157 | 2024-12-06T20:15:54.111Z | [ helios-setup] Dec 06 20:15:53.467 INFO E| Compiling digest v0.9.0 |
3158 | 2024-12-06T20:15:54.364Z | [ helios-setup] Dec 06 20:15:53.719 INFO E| Compiling getrandom v0.2.10 |
3159 | 2024-12-06T20:15:54.574Z | [ helios-setup] Dec 06 20:15:53.927 INFO E| Compiling time v0.3.36 |
3160 | 2024-12-06T20:15:54.671Z | [ helios-setup] Dec 06 20:15:54.027 INFO E| Compiling tempfile v3.7.0 |
3161 | 2024-12-06T20:15:54.938Z | [ helios-setup] Dec 06 20:15:54.293 INFO E| Compiling unicode-width v0.1.10 |
3162 | 2024-12-06T20:15:54.992Z | [ helios-setup] Dec 06 20:15:54.347 INFO E| Compiling same-file v1.0.6 |
3163 | 2024-12-06T20:15:55.276Z | [ helios-setup] Dec 06 20:15:54.631 INFO E| Compiling cpufeatures v0.2.9 |
3164 | 2024-12-06T20:15:55.303Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3165 | 2024-12-06T20:15:55.360Z | [ helios-setup] Dec 06 20:15:54.715 INFO E| Compiling ryu v1.0.15 |
3166 | 2024-12-06T20:15:55.413Z | [ helios-setup] Dec 06 20:15:54.767 INFO E| Compiling sha-1 v0.9.8 |
3167 | 2024-12-06T20:15:55.526Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3168 | 2024-12-06T20:15:55.557Z | [ helios-setup] Dec 06 20:15:54.913 INFO E| Compiling walkdir v2.3.3 |
3169 | 2024-12-06T20:15:55.610Z | [ helios-setup] Dec 06 20:15:54.966 INFO E| Compiling getopts v0.2.21 |
3170 | 2024-12-06T20:15:55.903Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3171 | 2024-12-06T20:15:56.287Z | [ helios-setup] Dec 06 20:15:55.643 INFO E| Compiling md-5 v0.9.1 |
3172 | 2024-12-06T20:15:56.371Z | [ helios-setup] Dec 06 20:15:55.726 INFO E| Compiling libdevinfo-sys v1.0.0 |
3173 | 2024-12-06T20:15:56.373Z | [ host-package] Compiling sct v0.7.1 |
3174 | 2024-12-06T20:15:56.525Z | [ helios-setup] Dec 06 20:15:55.880 INFO E| Compiling glob v0.3.1 |
3175 | 2024-12-06T20:15:56.570Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3176 | 2024-12-06T20:15:57.442Z | [ host-package] Compiling castaway v0.2.3 |
3177 | 2024-12-06T20:15:57.506Z | [ host-package] Compiling csv-core v0.1.11 |
3178 | 2024-12-06T20:15:57.818Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3179 | 2024-12-06T20:15:58.236Z | [ host-package] Compiling glob v0.3.1 |
3180 | 2024-12-06T20:15:58.381Z | [ helios-setup] Dec 06 20:15:57.736 INFO E| Compiling slog-term v2.9.0 |
3181 | 2024-12-06T20:15:58.889Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3182 | 2024-12-06T20:15:59.983Z | [ helios-setup] Dec 06 20:15:59.338 INFO E| Compiling serde_derive v1.0.193 |
3183 | 2024-12-06T20:16:00.710Z | [ host-package] Compiling csv v1.3.0 |
3184 | 2024-12-06T20:16:02.160Z | [ host-package] Compiling compact_str v0.8.0 |
3185 | 2024-12-06T20:16:03.406Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3186 | 2024-12-06T20:16:04.887Z | [ host-package] Compiling nix v0.27.1 |
3187 | 2024-12-06T20:16:05.163Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3188 | 2024-12-06T20:16:08.568Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3189 | 2024-12-06T20:16:09.260Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3190 | 2024-12-06T20:16:09.366Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3191 | 2024-12-06T20:16:10.912Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
3192 | 2024-12-06T20:16:12.048Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3193 | 2024-12-06T20:16:14.804Z | [ helios-setup] Dec 06 20:16:14.159 INFO E| Compiling toml v0.5.11 |
3194 | 2024-12-06T20:16:14.804Z | [ helios-setup] Dec 06 20:16:14.159 INFO E| Compiling uuid v0.8.2 |
3195 | 2024-12-06T20:16:17.146Z | [ helios-setup] Dec 06 20:16:16.501 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3196 | 2024-12-06T20:16:17.176Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3197 | 2024-12-06T20:16:17.229Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3198 | 2024-12-06T20:16:17.744Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3199 | 2024-12-06T20:16:18.096Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3200 | 2024-12-06T20:16:18.637Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3201 | 2024-12-06T20:16:19.023Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3202 | 2024-12-06T20:16:20.307Z | [ helios-setup] Dec 06 20:16:19.662 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3203 | 2024-12-06T20:16:20.908Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3204 | 2024-12-06T20:16:24.248Z | [ host-package] Compiling hashlink v0.9.1 |
3205 | 2024-12-06T20:16:25.157Z | [ host-package] Compiling tungstenite v0.23.0 |
3206 | 2024-12-06T20:16:25.840Z | [ host-package] Compiling lru v0.12.5 |
3207 | 2024-12-06T20:16:26.265Z | [ host-package] Compiling instability v0.3.2 |
3208 | 2024-12-06T20:16:27.090Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3209 | 2024-12-06T20:16:27.455Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3210 | 2024-12-06T20:16:27.814Z | [ host-package] Compiling cassowary v0.3.0 |
3211 | 2024-12-06T20:16:28.049Z | [ host-package] Compiling rusqlite v0.32.1 |
3212 | 2024-12-06T20:16:28.673Z | [ host-package] Compiling ratatui v0.28.1 |
3213 | 2024-12-06T20:16:31.675Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3214 | 2024-12-06T20:16:32.085Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3215 | 2024-12-06T20:16:32.651Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3216 | 2024-12-06T20:16:34.312Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3217 | 2024-12-06T20:16:34.667Z | [ helios-setup] Dec 06 20:16:34.022 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.44s |
3218 | 2024-12-06T20:16:34.701Z | [ helios-setup] Dec 06 20:16:34.055 INFO building project "image-builder" ok (49 seconds) |
3219 | 2024-12-06T20:16:34.701Z | [ helios-setup] Dec 06 20:16:34.056 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3220 | 2024-12-06T20:16:34.701Z | [ helios-setup] Dec 06 20:16:34.056 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3221 | 2024-12-06T20:16:35.022Z | [ helios-setup] Dec 06 20:16:34.377 INFO E| Downloading crates ... |
3222 | 2024-12-06T20:16:35.149Z | [ helios-setup] Dec 06 20:16:34.504 INFO E| Downloaded miniz_oxide v0.7.2 |
3223 | 2024-12-06T20:16:35.227Z | [ helios-setup] Dec 06 20:16:34.582 INFO E| Compiling adler v1.0.2 |
3224 | 2024-12-06T20:16:35.389Z | [ helios-setup] Dec 06 20:16:34.744 INFO E| Compiling miniz_oxide v0.7.2 |
3225 | 2024-12-06T20:16:36.648Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3226 | 2024-12-06T20:16:37.414Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3227 | 2024-12-06T20:16:38.250Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3228 | 2024-12-06T20:16:38.513Z | [ helios-setup] Dec 06 20:16:37.868 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3229 | 2024-12-06T20:16:39.544Z | [ helios-setup] Dec 06 20:16:38.899 INFO E| Finished `release` profile [optimized] target(s) in 4.75s |
3230 | 2024-12-06T20:16:39.555Z | [ helios-setup] Dec 06 20:16:38.910 INFO building project "pinprick" ok (4 seconds) |
3231 | 2024-12-06T20:16:39.555Z | [ helios-setup] Dec 06 20:16:38.910 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3232 | 2024-12-06T20:16:39.555Z | [ helios-setup] Dec 06 20:16:38.910 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3233 | 2024-12-06T20:16:39.566Z | [ helios-setup] Dec 06 20:16:38.920 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3234 | 2024-12-06T20:16:39.744Z | [ helios-setup] Dec 06 20:16:39.099 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3235 | 2024-12-06T20:16:39.744Z | [ helios-setup] Dec 06 20:16:39.099 INFO E| info: downloading component 'cargo' |
3236 | 2024-12-06T20:16:40.578Z | [ helios-setup] Dec 06 20:16:39.933 INFO E| info: downloading component 'clippy' |
3237 | 2024-12-06T20:16:40.808Z | [ helios-setup] Dec 06 20:16:40.163 INFO E| info: downloading component 'rust-docs' |
3238 | 2024-12-06T20:16:41.774Z | [ helios-setup] Dec 06 20:16:41.128 INFO E| info: downloading component 'rust-src' |
3239 | 2024-12-06T20:16:42.245Z | [ helios-setup] Dec 06 20:16:41.599 INFO E| info: downloading component 'rust-std' |
3240 | 2024-12-06T20:16:44.433Z | [ helios-setup] Dec 06 20:16:43.787 INFO E| info: downloading component 'rustc' |
3241 | 2024-12-06T20:16:49.338Z | [ helios-setup] Dec 06 20:16:48.692 INFO E| info: downloading component 'rustfmt' |
3242 | 2024-12-06T20:16:49.545Z | [ helios-setup] Dec 06 20:16:48.899 INFO E| info: installing component 'cargo' |
3243 | 2024-12-06T20:16:50.316Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3244 | 2024-12-06T20:16:50.767Z | [ helios-setup] Dec 06 20:16:50.122 INFO E| info: installing component 'clippy' |
3245 | 2024-12-06T20:16:51.261Z | [ helios-setup] Dec 06 20:16:50.616 INFO E| info: installing component 'rust-docs' |
3246 | 2024-12-06T20:16:52.389Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3247 | 2024-12-06T20:16:54.418Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3248 | 2024-12-06T20:16:54.802Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3249 | 2024-12-06T20:16:55.701Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3250 | 2024-12-06T20:16:56.435Z | [ helios-setup] Dec 06 20:16:55.789 INFO E| info: installing component 'rust-src' |
3251 | 2024-12-06T20:16:57.130Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3252 | 2024-12-06T20:16:57.258Z | [ helios-setup] Dec 06 20:16:56.613 INFO E| info: installing component 'rust-std' |
3253 | 2024-12-06T20:16:57.319Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3254 | 2024-12-06T20:16:57.385Z | [ host-package] Compiling twox-hash v1.6.3 |
3255 | 2024-12-06T20:16:57.624Z | [ host-package] Compiling is_ci v1.2.0 |
3256 | 2024-12-06T20:16:58.222Z | [ host-package] Compiling smawk v0.3.2 |
3257 | 2024-12-06T20:16:58.557Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3258 | 2024-12-06T20:16:59.155Z | [ host-package] Compiling textwrap v0.16.1 |
3259 | 2024-12-06T20:16:59.542Z | [ helios-setup] Dec 06 20:16:58.896 INFO E| info: installing component 'rustc' |
3260 | 2024-12-06T20:17:01.282Z | [ host-package] Compiling supports-color v3.0.1 |
3261 | 2024-12-06T20:17:01.542Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3262 | 2024-12-06T20:17:01.785Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3263 | 2024-12-06T20:17:05.574Z | [ helios-setup] Dec 06 20:17:04.928 INFO E| info: installing component 'rustfmt' |
3264 | 2024-12-06T20:17:06.390Z | [ helios-setup] Dec 06 20:17:05.744 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3265 | 2024-12-06T20:17:07.370Z | [ helios-setup] Dec 06 20:17:06.724 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3266 | 2024-12-06T20:17:07.370Z | [ helios-setup] Dec 06 20:17:06.724 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3267 | 2024-12-06T20:17:07.373Z | [ helios-setup] Dec 06 20:17:06.724 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3268 | 2024-12-06T20:17:07.403Z | [ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3269 | 2024-12-06T20:17:07.403Z | [ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3270 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3271 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3272 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3273 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3274 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.758 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3275 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.759 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3276 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.759 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3277 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.759 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3278 | 2024-12-06T20:17:07.406Z | [ helios-setup] Dec 06 20:17:06.759 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3279 | 2024-12-06T20:17:07.444Z | [ helios-setup] Dec 06 20:17:06.798 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3280 | 2024-12-06T20:17:08.391Z | [ helios-setup] Dec 06 20:17:07.745 INFO E| From https://github.com/oxidecomputer/amd-efs |
3281 | 2024-12-06T20:17:08.391Z | [ helios-setup] Dec 06 20:17:07.745 INFO E| * [new branch] empty -> origin/empty |
3282 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.745 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3283 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.746 INFO E| * [new branch] main -> origin/main |
3284 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.746 INFO E| * [new branch] review -> origin/review |
3285 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.746 INFO E| * [new ref] -> origin/HEAD |
3286 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.746 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3287 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.746 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3288 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.746 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3289 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3290 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3291 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3292 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3293 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3294 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3295 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.747 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3296 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.748 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3297 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.748 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3298 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.748 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3299 | 2024-12-06T20:17:08.394Z | [ helios-setup] Dec 06 20:17:07.748 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3300 | 2024-12-06T20:17:08.419Z | [ helios-setup] Dec 06 20:17:07.773 INFO E| Updating crates.io index |
3301 | 2024-12-06T20:17:08.775Z | [ helios-setup] Dec 06 20:17:08.129 INFO E| Downloading crates ... |
3302 | 2024-12-06T20:17:09.004Z | [ helios-setup] Dec 06 20:17:08.358 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3303 | 2024-12-06T20:17:09.007Z | [ helios-setup] Dec 06 20:17:08.360 INFO E| Downloaded memoffset v0.5.6 |
3304 | 2024-12-06T20:17:09.007Z | [ helios-setup] Dec 06 20:17:08.362 INFO E| Downloaded four-cc v0.3.0 |
3305 | 2024-12-06T20:17:09.010Z | [ helios-setup] Dec 06 20:17:08.363 INFO E| Downloaded cfg-if v0.1.10 |
3306 | 2024-12-06T20:17:09.013Z | [ helios-setup] Dec 06 20:17:08.366 INFO E| Downloaded ansi_term v0.12.1 |
3307 | 2024-12-06T20:17:09.015Z | [ helios-setup] Dec 06 20:17:08.368 INFO E| Downloaded unic-ucd-version v0.9.0 |
3308 | 2024-12-06T20:17:09.018Z | [ helios-setup] Dec 06 20:17:08.370 INFO E| Downloaded fletcher v0.1.0 |
3309 | 2024-12-06T20:17:09.018Z | [ helios-setup] Dec 06 20:17:08.371 INFO E| Downloaded scroll_derive v0.10.5 |
3310 | 2024-12-06T20:17:09.020Z | [ helios-setup] Dec 06 20:17:08.373 INFO E| Downloaded unic-char-range v0.9.0 |
3311 | 2024-12-06T20:17:09.020Z | [ helios-setup] Dec 06 20:17:08.374 INFO E| Downloaded unic-common v0.9.0 |
3312 | 2024-12-06T20:17:09.023Z | [ helios-setup] Dec 06 20:17:08.376 INFO E| Downloaded strum v0.23.0 |
3313 | 2024-12-06T20:17:09.023Z | [ helios-setup] Dec 06 20:17:08.377 INFO E| Downloaded unic-char-property v0.9.0 |
3314 | 2024-12-06T20:17:09.025Z | [ helios-setup] Dec 06 20:17:08.378 INFO E| Downloaded parse_int v0.6.0 |
3315 | 2024-12-06T20:17:09.056Z | [ helios-setup] Dec 06 20:17:08.410 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3316 | 2024-12-06T20:17:09.058Z | [ helios-setup] Dec 06 20:17:08.413 INFO E| Downloaded thiserror-impl v1.0.64 |
3317 | 2024-12-06T20:17:09.061Z | [ helios-setup] Dec 06 20:17:08.415 INFO E| Downloaded thiserror v1.0.64 |
3318 | 2024-12-06T20:17:09.068Z | [ helios-setup] Dec 06 20:17:08.423 INFO E| Downloaded vec_map v0.8.2 |
3319 | 2024-12-06T20:17:09.071Z | [ helios-setup] Dec 06 20:17:08.424 INFO E| Downloaded once_cell v1.20.1 |
3320 | 2024-12-06T20:17:09.074Z | [ helios-setup] Dec 06 20:17:08.428 INFO E| Downloaded strum_macros v0.23.1 |
3321 | 2024-12-06T20:17:09.077Z | [ helios-setup] Dec 06 20:17:08.431 INFO E| Downloaded scroll v0.10.2 |
3322 | 2024-12-06T20:17:09.079Z | [ helios-setup] Dec 06 20:17:08.434 INFO E| Downloaded serde_derive v1.0.210 |
3323 | 2024-12-06T20:17:09.084Z | [ helios-setup] Dec 06 20:17:08.438 INFO E| Downloaded structopt v0.3.26 |
3324 | 2024-12-06T20:17:09.095Z | [ helios-setup] Dec 06 20:17:08.449 INFO E| Downloaded serde v1.0.210 |
3325 | 2024-12-06T20:17:09.100Z | [ helios-setup] Dec 06 20:17:08.454 INFO E| Downloaded modular-bitfield v0.11.2 |
3326 | 2024-12-06T20:17:09.116Z | [ helios-setup] Dec 06 20:17:08.470 INFO E| Downloaded serde_json v1.0.128 |
3327 | 2024-12-06T20:17:09.126Z | [ helios-setup] Dec 06 20:17:08.480 INFO E| Downloaded goblin v0.4.3 |
3328 | 2024-12-06T20:17:09.133Z | [ helios-setup] Dec 06 20:17:08.488 INFO E| Downloaded clap v2.34.0 |
3329 | 2024-12-06T20:17:09.143Z | [ helios-setup] Dec 06 20:17:08.498 INFO E| Downloaded syn v2.0.79 |
3330 | 2024-12-06T20:17:09.160Z | [ helios-setup] Dec 06 20:17:08.514 INFO E| Downloaded structopt-derive v0.4.18 |
3331 | 2024-12-06T20:17:09.162Z | [ helios-setup] Dec 06 20:17:08.516 INFO E| Downloaded pest v2.7.13 |
3332 | 2024-12-06T20:17:09.168Z | [ helios-setup] Dec 06 20:17:08.523 INFO E| Downloaded pre-proc-macro v0.2.1 |
3333 | 2024-12-06T20:17:09.171Z | [ helios-setup] Dec 06 20:17:08.525 INFO E| Downloaded pre v0.2.1 |
3334 | 2024-12-06T20:17:09.173Z | [ helios-setup] Dec 06 20:17:08.526 INFO E| Downloaded textwrap v0.11.0 |
3335 | 2024-12-06T20:17:09.176Z | [ helios-setup] Dec 06 20:17:08.528 INFO E| Downloaded libc v0.2.159 |
3336 | 2024-12-06T20:17:09.211Z | [ helios-setup] Dec 06 20:17:08.565 INFO E| Downloaded strsim v0.8.0 |
3337 | 2024-12-06T20:17:09.214Z | [ helios-setup] Dec 06 20:17:08.567 INFO E| Downloaded semver-parser v0.7.0 |
3338 | 2024-12-06T20:17:09.214Z | [ helios-setup] Dec 06 20:17:08.568 INFO E| Downloaded semver v0.9.0 |
3339 | 2024-12-06T20:17:09.216Z | [ helios-setup] Dec 06 20:17:08.569 INFO E| Downloaded rustc_version v0.2.3 |
3340 | 2024-12-06T20:17:09.216Z | [ helios-setup] Dec 06 20:17:08.571 INFO E| Downloaded proc-macro-crate v0.1.5 |
3341 | 2024-12-06T20:17:09.230Z | [ helios-setup] Dec 06 20:17:08.584 INFO E| Downloaded pest_meta v2.7.13 |
3342 | 2024-12-06T20:17:09.232Z | [ helios-setup] Dec 06 20:17:08.587 INFO E| Downloaded pest_generator v2.7.13 |
3343 | 2024-12-06T20:17:09.235Z | [ helios-setup] Dec 06 20:17:08.589 INFO E| Downloaded pest_derive v2.7.13 |
3344 | 2024-12-06T20:17:09.238Z | [ helios-setup] Dec 06 20:17:08.592 INFO E| Downloaded bytesize v1.3.0 |
3345 | 2024-12-06T20:17:09.330Z | [ helios-setup] Dec 06 20:17:08.684 INFO E| Compiling proc-macro2 v1.0.86 |
3346 | 2024-12-06T20:17:09.330Z | [ helios-setup] Dec 06 20:17:08.684 INFO E| Compiling unicode-ident v1.0.13 |
3347 | 2024-12-06T20:17:09.330Z | [ helios-setup] Dec 06 20:17:08.684 INFO E| Compiling syn v1.0.109 |
3348 | 2024-12-06T20:17:09.333Z | [ helios-setup] Dec 06 20:17:08.684 INFO E| Compiling version_check v0.9.5 |
3349 | 2024-12-06T20:17:09.333Z | [ helios-setup] Dec 06 20:17:08.685 INFO E| Compiling memchr v2.7.4 |
3350 | 2024-12-06T20:17:09.333Z | [ helios-setup] Dec 06 20:17:08.685 INFO E| Compiling thiserror v1.0.64 |
3351 | 2024-12-06T20:17:09.333Z | [ helios-setup] Dec 06 20:17:08.685 INFO E| Compiling semver-parser v0.7.0 |
3352 | 2024-12-06T20:17:09.333Z | [ helios-setup] Dec 06 20:17:08.685 INFO E| Compiling autocfg v1.4.0 |
3353 | 2024-12-06T20:17:09.890Z | [ helios-setup] Dec 06 20:17:09.244 INFO E| Compiling semver v0.9.0 |
3354 | 2024-12-06T20:17:10.598Z | [ helios-setup] Dec 06 20:17:09.951 INFO E| Compiling serde v1.0.210 |
3355 | 2024-12-06T20:17:10.670Z | [ helios-setup] Dec 06 20:17:10.024 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3356 | 2024-12-06T20:17:10.709Z | [ helios-setup] Dec 06 20:17:10.061 INFO E| Compiling proc-macro-error v1.0.4 |
3357 | 2024-12-06T20:17:11.008Z | [ helios-setup] Dec 06 20:17:10.362 INFO E| Compiling rustc_version v0.2.3 |
3358 | 2024-12-06T20:17:11.222Z | [ helios-setup] Dec 06 20:17:10.577 INFO E| Compiling serde_json v1.0.128 |
3359 | 2024-12-06T20:17:11.440Z | [ helios-setup] Dec 06 20:17:10.794 INFO E| Compiling num-traits v0.2.19 |
3360 | 2024-12-06T20:17:11.525Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3361 | 2024-12-06T20:17:11.582Z | [ helios-setup] Dec 06 20:17:10.937 INFO E| Compiling unicode-segmentation v1.12.0 |
3362 | 2024-12-06T20:17:11.809Z | [ helios-setup] Dec 06 20:17:11.163 INFO E| Compiling itoa v1.0.11 |
3363 | 2024-12-06T20:17:11.857Z | [ helios-setup] Dec 06 20:17:11.210 INFO E| Compiling schemars v0.8.21 |
3364 | 2024-12-06T20:17:12.201Z | [ helios-setup] Dec 06 20:17:11.555 INFO E| Compiling ryu v1.0.18 |
3365 | 2024-12-06T20:17:12.365Z | [ helios-setup] Dec 06 20:17:11.718 INFO E| Compiling pre-proc-macro v0.2.1 |
3366 | 2024-12-06T20:17:12.664Z | [ helios-setup] Dec 06 20:17:12.018 INFO E| Compiling quote v1.0.37 |
3367 | 2024-12-06T20:17:12.790Z | [ helios-setup] Dec 06 20:17:12.144 INFO E| Compiling memoffset v0.5.6 |
3368 | 2024-12-06T20:17:13.077Z | [ helios-setup] Dec 06 20:17:12.431 INFO E| Compiling lazy_static v1.5.0 |
3369 | 2024-12-06T20:17:13.137Z | [ helios-setup] Dec 06 20:17:12.491 INFO E| Compiling libc v0.2.159 |
3370 | 2024-12-06T20:17:13.266Z | [ helios-setup] Dec 06 20:17:12.620 INFO E| Compiling paste v1.0.15 |
3371 | 2024-12-06T20:17:13.328Z | [ helios-setup] Dec 06 20:17:12.682 INFO E| Compiling syn v2.0.79 |
3372 | 2024-12-06T20:17:13.726Z | [ helios-setup] Dec 06 20:17:13.080 INFO E| Compiling heck v0.3.3 |
3373 | 2024-12-06T20:17:13.804Z | [ helios-setup] Dec 06 20:17:13.158 INFO E| Compiling dyn-clone v1.0.17 |
3374 | 2024-12-06T20:17:14.365Z | [ helios-setup] Dec 06 20:17:13.717 INFO E| Compiling rustversion v1.0.17 |
3375 | 2024-12-06T20:17:14.439Z | [ helios-setup] Dec 06 20:17:13.793 INFO E| Compiling ucd-trie v0.1.7 |
3376 | 2024-12-06T20:17:14.750Z | [ helios-setup] Dec 06 20:17:14.105 INFO E| Compiling pre v0.2.1 |
3377 | 2024-12-06T20:17:15.554Z | [ helios-setup] Dec 06 20:17:14.907 INFO E| Compiling cfg-if v0.1.10 |
3378 | 2024-12-06T20:17:15.559Z | [ helios-setup] Dec 06 20:17:14.913 INFO E| Compiling static_assertions v1.1.0 |
3379 | 2024-12-06T20:17:15.646Z | [ helios-setup] Dec 06 20:17:15.000 INFO E| Compiling byteorder v1.5.0 |
3380 | 2024-12-06T20:17:15.649Z | [ helios-setup] Dec 06 20:17:15.000 INFO E| Compiling once_cell v1.20.1 |
3381 | 2024-12-06T20:17:16.832Z | [ helios-setup] Dec 06 20:17:16.186 INFO E| Compiling unicode-width v0.1.14 |
3382 | 2024-12-06T20:17:17.873Z | [ helios-setup] Dec 06 20:17:17.227 INFO E| Compiling textwrap v0.11.0 |
3383 | 2024-12-06T20:17:18.137Z | [ helios-setup] Dec 06 20:17:17.491 INFO E| Compiling atty v0.2.14 |
3384 | 2024-12-06T20:17:18.393Z | [ helios-setup] Dec 06 20:17:17.747 INFO E| Compiling unic-char-range v0.9.0 |
3385 | 2024-12-06T20:17:18.789Z | [ helios-setup] Dec 06 20:17:18.143 INFO E| Compiling parse_int v0.6.0 |
3386 | 2024-12-06T20:17:18.993Z | [ helios-setup] Dec 06 20:17:18.347 INFO E| Compiling vec_map v0.8.2 |
3387 | 2024-12-06T20:17:19.093Z | [ helios-setup] Dec 06 20:17:18.447 INFO E| Compiling strsim v0.8.0 |
3388 | 2024-12-06T20:17:19.122Z | [ helios-setup] Dec 06 20:17:18.476 INFO E| Compiling bitflags v1.3.2 |
3389 | 2024-12-06T20:17:19.223Z | [ helios-setup] Dec 06 20:17:18.577 INFO E| Compiling ansi_term v0.12.1 |
3390 | 2024-12-06T20:17:19.344Z | [ helios-setup] Dec 06 20:17:18.698 INFO E| Compiling strum v0.23.0 |
3391 | 2024-12-06T20:17:19.474Z | [ helios-setup] Dec 06 20:17:18.829 INFO E| Compiling unic-common v0.9.0 |
3392 | 2024-12-06T20:17:19.755Z | [ helios-setup] Dec 06 20:17:19.109 INFO E| Compiling fletcher v0.1.0 |
3393 | 2024-12-06T20:17:19.823Z | [ helios-setup] Dec 06 20:17:19.177 INFO E| Compiling unic-ucd-version v0.9.0 |
3394 | 2024-12-06T20:17:19.850Z | [ helios-setup] Dec 06 20:17:19.205 INFO E| Compiling unic-char-property v0.9.0 |
3395 | 2024-12-06T20:17:20.049Z | [ helios-setup] Dec 06 20:17:19.403 INFO E| Compiling clap v2.34.0 |
3396 | 2024-12-06T20:17:20.190Z | [ helios-setup] Dec 06 20:17:19.543 INFO E| Compiling plain v0.2.3 |
3397 | 2024-12-06T20:17:20.202Z | [ helios-setup] Dec 06 20:17:19.556 INFO E| Compiling log v0.4.22 |
3398 | 2024-12-06T20:17:20.467Z | [ helios-setup] Dec 06 20:17:19.821 INFO E| Compiling unic-ucd-ident v0.9.0 |
3399 | 2024-12-06T20:17:20.581Z | [ helios-setup] Dec 06 20:17:19.935 INFO E| Compiling bytesize v1.3.0 |
3400 | 2024-12-06T20:17:21.889Z | [ helios-setup] Dec 06 20:17:21.244 INFO E| Compiling serde_derive_internals v0.29.1 |
3401 | 2024-12-06T20:17:24.180Z | [ helios-setup] Dec 06 20:17:23.534 INFO E| Compiling toml v0.5.11 |
3402 | 2024-12-06T20:17:25.684Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3403 | 2024-12-06T20:17:27.911Z | [ helios-setup] Dec 06 20:17:27.265 INFO E| Compiling proc-macro-crate v0.1.5 |
3404 | 2024-12-06T20:17:28.211Z | [ helios-setup] Dec 06 20:17:27.565 INFO E| Compiling thiserror-impl v1.0.64 |
3405 | 2024-12-06T20:17:28.363Z | [ helios-setup] Dec 06 20:17:27.717 INFO E| Compiling serde_derive v1.0.210 |
3406 | 2024-12-06T20:17:29.099Z | [ helios-setup] Dec 06 20:17:28.453 INFO E| Compiling schemars_derive v0.8.21 |
3407 | 2024-12-06T20:17:30.196Z | [ helios-setup] Dec 06 20:17:29.550 INFO E| Compiling zerocopy-derive v0.6.6 |
3408 | 2024-12-06T20:17:30.214Z | [ helios-setup] Dec 06 20:17:29.567 INFO E| Compiling num-derive v0.4.2 |
3409 | 2024-12-06T20:17:33.381Z | [ helios-setup] Dec 06 20:17:32.733 INFO E| Compiling pest v2.7.13 |
3410 | 2024-12-06T20:17:33.841Z | [ helios-setup] Dec 06 20:17:33.195 INFO E| Compiling zerocopy v0.6.6 |
3411 | 2024-12-06T20:17:36.270Z | [ helios-setup] Dec 06 20:17:35.623 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3412 | 2024-12-06T20:17:36.424Z | [ helios-setup] Dec 06 20:17:35.778 INFO E| Compiling scroll_derive v0.10.5 |
3413 | 2024-12-06T20:17:37.773Z | [ helios-setup] Dec 06 20:17:37.127 INFO E| Compiling pest_meta v2.7.13 |
3414 | 2024-12-06T20:17:38.124Z | [ helios-setup] Dec 06 20:17:37.477 INFO E| Compiling strum_macros v0.23.1 |
3415 | 2024-12-06T20:17:38.938Z | [ helios-setup] Dec 06 20:17:38.292 INFO E| Compiling structopt-derive v0.4.18 |
3416 | 2024-12-06T20:17:39.743Z | [ helios-setup] Dec 06 20:17:39.097 INFO E| Compiling scroll v0.10.2 |
3417 | 2024-12-06T20:17:41.163Z | [ helios-setup] Dec 06 20:17:40.517 INFO E| Compiling pest_generator v2.7.13 |
3418 | 2024-12-06T20:17:41.211Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3419 | 2024-12-06T20:17:41.392Z | [ helios-setup] Dec 06 20:17:40.746 INFO E| Compiling modular-bitfield v0.11.2 |
3420 | 2024-12-06T20:17:42.129Z | [ helios-setup] Dec 06 20:17:41.483 INFO E| Compiling goblin v0.4.3 |
3421 | 2024-12-06T20:17:44.149Z | [ helios-setup] Dec 06 20:17:43.503 INFO E| Compiling structopt v0.3.26 |
3422 | 2024-12-06T20:17:45.908Z | [ helios-setup] Dec 06 20:17:45.262 INFO E| Compiling pest_derive v2.7.13 |
3423 | 2024-12-06T20:17:48.393Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3424 | 2024-12-06T20:17:51.182Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3425 | 2024-12-06T20:17:52.110Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3426 | 2024-12-06T20:17:52.423Z | [ helios-setup] Dec 06 20:17:51.776 INFO E| Compiling json5 v0.4.1 |
3427 | 2024-12-06T20:17:58.270Z | [ helios-setup] Dec 06 20:17:57.623 INFO E| Compiling four-cc v0.3.0 |
3428 | 2024-12-06T20:17:58.270Z | [ helios-setup] Dec 06 20:17:57.623 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3429 | 2024-12-06T20:17:58.498Z | [ helios-setup] Dec 06 20:17:57.851 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3430 | 2024-12-06T20:18:06.377Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3431 | 2024-12-06T20:18:06.926Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3432 | 2024-12-06T20:18:07.887Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3433 | 2024-12-06T20:18:14.723Z | [ host-package] Compiling fatfs v0.3.6 |
3434 | 2024-12-06T20:18:16.923Z | [ host-package] Compiling rtoolbox v0.0.2 |
3435 | 2024-12-06T20:18:17.410Z | [ host-package] Compiling assert_matches v1.5.0 |
3436 | 2024-12-06T20:18:18.137Z | [ host-package] Compiling rpassword v7.3.1 |
3437 | 2024-12-06T20:18:18.514Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3438 | 2024-12-06T20:18:18.827Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3439 | 2024-12-06T20:18:24.579Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3440 | 2024-12-06T20:18:25.159Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3441 | 2024-12-06T20:18:26.000Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3442 | 2024-12-06T20:18:26.948Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3443 | 2024-12-06T20:18:27.566Z | [ host-package] Compiling uzers v0.12.1 |
3444 | 2024-12-06T20:18:31.134Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3445 | 2024-12-06T20:18:41.237Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3446 | 2024-12-06T20:18:42.080Z | [ helios-setup] Dec 06 20:18:41.433 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3447 | 2024-12-06T20:18:43.902Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3448 | 2024-12-06T20:18:58.924Z | [ helios-setup] Dec 06 20:18:58.276 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3449 | 2024-12-06T20:19:17.786Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3450 | 2024-12-06T20:19:20.210Z | [ host-package] Compiling multimap v0.10.0 |
3451 | 2024-12-06T20:19:53.945Z | [ helios-setup] Dec 06 20:19:53.296 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 47s |
3452 | 2024-12-06T20:19:53.981Z | [ helios-setup] Dec 06 20:19:53.333 INFO building project "amd-host-image-builder" ok (194 seconds) |
3453 | 2024-12-06T20:19:53.984Z | [ helios-setup] rm -f helios-build |
3454 | 2024-12-06T20:19:53.988Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3455 | 2024-12-06T20:19:53.991Z | [ helios-setup] |
3456 | 2024-12-06T20:19:53.994Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3457 | 2024-12-06T20:19:53.994Z | [ helios-setup] |
3458 | 2024-12-06T20:19:53.994Z | [ helios-setup] |
3459 | 2024-12-06T20:19:53.994Z | [ helios-setup] real 12:02.299074297 |
3460 | 2024-12-06T20:19:53.994Z | [ helios-setup] user 28:57.633997832 |
3461 | 2024-12-06T20:19:53.994Z | [ helios-setup] sys 3:33.304330450 |
3462 | 2024-12-06T20:19:54.008Z | [ helios-setup] trap 1.649119908 |
3463 | 2024-12-06T20:19:54.008Z | [ helios-setup] tflt 6.619829663 |
3464 | 2024-12-06T20:19:54.008Z | [ helios-setup] dflt 34.940428185 |
3465 | 2024-12-06T20:19:54.008Z | [ helios-setup] kflt 0.051502489 |
3466 | 2024-12-06T20:19:54.008Z | [ helios-setup] lock 1:52:48.245629438 |
3467 | 2024-12-06T20:19:54.008Z | [ helios-setup] slp 3:45:05.122416168 |
3468 | 2024-12-06T20:19:54.008Z | [ helios-setup] lat 33:11.316706325 |
3469 | 2024-12-06T20:19:54.008Z | [ helios-setup] stop 4:48.955978468 |
3470 | 2024-12-06T20:19:54.008Z | Dec 06 20:19:53.347 INFO [helios-setup] process exited with exit status: 0 (722.305069534s) |
3471 | 2024-12-06T20:19:54.008Z | Dec 06 20:19:53.347 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3472 | 2024-12-06T20:19:54.024Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3473 | 2024-12-06T20:19:54.385Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3474 | 2024-12-06T20:19:54.385Z | [ phbl-toolchain] info: downloading component 'cargo' |
3475 | 2024-12-06T20:19:56.497Z | [ phbl-toolchain] info: downloading component 'clippy' |
3476 | 2024-12-06T20:19:56.844Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3477 | 2024-12-06T20:20:02.120Z | [ phbl-toolchain] info: downloading component 'miri' |
3478 | 2024-12-06T20:20:02.341Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3479 | 2024-12-06T20:20:03.710Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3480 | 2024-12-06T20:20:03.928Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3481 | 2024-12-06T20:20:05.802Z | [ phbl-toolchain] info: downloading component 'rustc' |
3482 | 2024-12-06T20:20:14.392Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3483 | 2024-12-06T20:20:14.651Z | [ phbl-toolchain] info: installing component 'cargo' |
3484 | 2024-12-06T20:20:15.969Z | [ phbl-toolchain] info: installing component 'clippy' |
3485 | 2024-12-06T20:20:16.532Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3486 | 2024-12-06T20:20:22.296Z | [ phbl-toolchain] info: installing component 'miri' |
3487 | 2024-12-06T20:20:22.600Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3488 | 2024-12-06T20:20:30.013Z | [ phbl-toolchain] info: installing component 'rust-src' |
3489 | 2024-12-06T20:20:30.717Z | [ phbl-toolchain] info: installing component 'rust-std' |
3490 | 2024-12-06T20:20:33.357Z | [ phbl-toolchain] info: installing component 'rustc' |
3491 | 2024-12-06T20:20:42.672Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3492 | 2024-12-06T20:20:43.594Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3493 | 2024-12-06T20:20:43.597Z | Dec 06 20:20:42.948 INFO [phbl-toolchain] process exited with exit status: 0 (49.601116664s) |
3494 | 2024-12-06T20:21:49.284Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3495 | 2024-12-06T20:21:51.807Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3496 | 2024-12-06T20:28:42.955Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 59s |
3497 | 2024-12-06T20:29:51.359Z | Dec 06 20:29:50.701 INFO [host-package] process exited with exit status: 0 (1268.533023194s) |
3498 | 2024-12-06T20:29:51.361Z | Dec 06 20:29:50.701 INFO [host-stamp] running task |
3499 | 2024-12-06T20:29:51.361Z | Dec 06 20:29:50.702 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3500 | 2024-12-06T20:29:51.361Z | Dec 06 20:29:50.702 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+gitdd376b02d91 |
3501 | 2024-12-06T20:29:51.376Z | Dec 06 20:29:50.719 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+gitdd376b02d91 |
3502 | 2024-12-06T20:29:51.383Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3503 | 2024-12-06T20:29:51.385Z | Dec 06 20:29:50.728 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+gitdd376b02d91 |
3504 | 2024-12-06T20:29:51.394Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3505 | 2024-12-06T20:29:51.397Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3506 | 2024-12-06T20:29:51.400Z | Dec 06 20:29:50.740 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+gitdd376b02d91 |
3507 | 2024-12-06T20:29:51.409Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3508 | 2024-12-06T20:29:51.412Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3509 | 2024-12-06T20:29:51.412Z | Dec 06 20:29:50.755 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+gitdd376b02d91 |
3510 | 2024-12-06T20:29:51.429Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3511 | 2024-12-06T20:29:51.432Z | Dec 06 20:29:50.772 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+gitdd376b02d91 |
3512 | 2024-12-06T20:29:51.446Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3513 | 2024-12-06T20:29:51.448Z | Dec 06 20:29:50.788 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+gitdd376b02d91 |
3514 | 2024-12-06T20:29:51.465Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3515 | 2024-12-06T20:29:51.469Z | Dec 06 20:29:50.808 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+gitdd376b02d91 |
3516 | 2024-12-06T20:29:51.482Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3517 | 2024-12-06T20:29:51.486Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3518 | 2024-12-06T20:29:51.486Z | Dec 06 20:29:50.829 INFO [stamp-oxlog] process exited with exit status: 0 (126.297721ms) |
3519 | 2024-12-06T20:29:51.489Z | Dec 06 20:29:50.829 INFO [stamp-overlay] process exited with exit status: 0 (40.434632ms) |
3520 | 2024-12-06T20:29:51.500Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3521 | 2024-12-06T20:29:51.503Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3522 | 2024-12-06T20:29:51.506Z | Dec 06 20:29:50.849 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (40.876696ms) |
3523 | 2024-12-06T20:29:51.539Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3524 | 2024-12-06T20:29:51.543Z | Dec 06 20:29:50.886 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (145.624616ms) |
3525 | 2024-12-06T20:29:51.665Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3526 | 2024-12-06T20:29:51.668Z | Dec 06 20:29:51.011 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (239.334543ms) |
3527 | 2024-12-06T20:29:51.778Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3528 | 2024-12-06T20:29:51.781Z | Dec 06 20:29:51.123 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (394.76669ms) |
3529 | 2024-12-06T20:29:52.542Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3530 | 2024-12-06T20:29:52.545Z | Dec 06 20:29:51.887 INFO [stamp-propolis-server] process exited with exit status: 0 (1.168841366s) |
3531 | 2024-12-06T20:29:52.689Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3532 | 2024-12-06T20:29:55.089Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3533 | 2024-12-06T20:30:02.255Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3534 | 2024-12-06T20:30:02.259Z | Dec 06 20:30:01.600 INFO [stamp-switch-asic] process exited with exit status: 0 (10.845102768s) |
3535 | 2024-12-06T20:30:02.259Z | Dec 06 20:30:01.600 INFO [host-stamp] task succeeded (10.898834138s) |
3536 | 2024-12-06T20:30:02.259Z | Dec 06 20:30:01.600 INFO [host-proto] running task |
3537 | 2024-12-06T20:30:02.672Z | Dec 06 20:30:02.015 INFO [host-proto] task succeeded (414.344788ms) |
3538 | 2024-12-06T20:30:02.672Z | Dec 06 20:30:02.015 INFO [host-profile] running task |
3539 | 2024-12-06T20:30:02.675Z | Dec 06 20:30:02.015 INFO [host-profile] task succeeded (462.115µs) |
3540 | 2024-12-06T20:30:02.675Z | Dec 06 20:30:02.016 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/.tmpPWOfI9/proto/host/root -N 'ci dd376b0/${os_short_commit} 2024-12-06 20:07' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3541 | 2024-12-06T20:30:02.694Z | [ host-image] Dec 06 20:30:02.035 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3542 | 2024-12-06T20:30:02.699Z | [ host-image] Dec 06 20:30:02.036 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3543 | 2024-12-06T20:30:02.713Z | [ host-image] Dec 06 20:30:02.055 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpPWOfI9/proto/host/root" |
3544 | 2024-12-06T20:30:02.715Z | [ host-image] Dec 06 20:30:02.055 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3545 | 2024-12-06T20:30:02.715Z | [ host-image] Dec 06 20:30:02.055 INFO image builder template: ramdisk-01-os... |
3546 | 2024-12-06T20:30:02.715Z | [ host-image] Dec 06 20:30:02.055 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/.tmpPWOfI9/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 |
3547 | 2024-12-06T20:30:02.732Z | [ host-image] Dec 06 20:30:02.075 INFO O| Dec 06 20:30:02.075 INFO CREATE DATASET: rpool/images/build/host/output |
3548 | 2024-12-06T20:30:03.265Z | [ host-image] Dec 06 20:30:02.607 INFO O| Dec 06 20:30:02.607 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3549 | 2024-12-06T20:30:03.272Z | [ host-image] Dec 06 20:30:02.614 INFO O| Dec 06 20:30:02.614 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3550 | 2024-12-06T20:30:03.517Z | [ host-image] Dec 06 20:30:02.859 INFO O| Dec 06 20:30:02.859 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3551 | 2024-12-06T20:30:03.593Z | [ host-image] Dec 06 20:30:02.936 INFO O| Dec 06 20:30:02.935 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3552 | 2024-12-06T20:30:03.594Z | [ host-image] Dec 06 20:30:02.936 INFO O| Dec 06 20:30:02.936 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3553 | 2024-12-06T20:30:03.596Z | [ host-image] Dec 06 20:30:02.936 INFO O| Dec 06 20:30:02.936 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3554 | 2024-12-06T20:30:03.596Z | [ host-image] Dec 06 20:30:02.936 INFO O| Dec 06 20:30:02.936 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3555 | 2024-12-06T20:30:03.606Z | [ host-image] Dec 06 20:30:02.948 INFO O| Dec 06 20:30:02.948 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3556 | 2024-12-06T20:30:03.875Z | [ host-image] Dec 06 20:30:03.215 INFO O| Dec 06 20:30:03.215 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-12-06T20:30:03.889Z | [ host-image] Dec 06 20:30:03.231 INFO O| Dec 06 20:30:03.231 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3558 | 2024-12-06T20:30:04.524Z | [ host-image] Dec 06 20:30:03.866 INFO O| Dec 06 20:30:03.866 INFO O| Caching catalogs ... Done |
3559 | 2024-12-06T20:30:04.657Z | [ host-image] Dec 06 20:30:04.000 INFO O| Dec 06 20:30:03.999 INFO STEP 0 (pkg_image_create) COMPLETE |
3560 | 2024-12-06T20:30:04.658Z | [ host-image] Dec 06 20:30:04.000 INFO O| Dec 06 20:30:03.999 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-12-06T20:30:04.660Z | [ host-image] Dec 06 20:30:04.000 INFO O| Dec 06 20:30:04.000 INFO skip step because feature "repo_redist" is not enabled |
3562 | 2024-12-06T20:30:04.660Z | [ host-image] Dec 06 20:30:04.000 INFO O| Dec 06 20:30:04.000 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3563 | 2024-12-06T20:30:04.675Z | [ host-image] Dec 06 20:30:04.017 INFO O| Dec 06 20:30:04.017 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-06T20:30:05.232Z | [ host-image] Dec 06 20:30:04.573 INFO O| Dec 06 20:30:04.573 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3565 | 2024-12-06T20:30:05.232Z | [ host-image] Dec 06 20:30:04.574 INFO O| Dec 06 20:30:04.573 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3566 | 2024-12-06T20:30:05.251Z | [ host-image] Dec 06 20:30:04.591 INFO O| Dec 06 20:30:04.590 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"] |
3567 | 2024-12-06T20:30:05.740Z | [ host-image] Dec 06 20:30:05.082 INFO O| Dec 06 20:30:05.082 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3568 | 2024-12-06T20:30:05.740Z | [ host-image] Dec 06 20:30:05.082 INFO O| Dec 06 20:30:05.082 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3569 | 2024-12-06T20:30:05.742Z | [ host-image] Dec 06 20:30:05.082 INFO O| Dec 06 20:30:05.082 INFO skip step because feature "repo_redist" is not enabled |
3570 | 2024-12-06T20:30:05.743Z | [ host-image] Dec 06 20:30:05.082 INFO O| Dec 06 20:30:05.082 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3571 | 2024-12-06T20:30:06.274Z | [ host-image] Dec 06 20:30:05.616 INFO O| Dec 06 20:30:05.616 INFO variant opensolaris.zone is already global |
3572 | 2024-12-06T20:30:06.274Z | [ host-image] Dec 06 20:30:05.616 INFO O| Dec 06 20:30:05.616 INFO STEP 5 (pkg_change_variant) COMPLETE |
3573 | 2024-12-06T20:30:06.276Z | [ host-image] Dec 06 20:30:05.616 INFO O| Dec 06 20:30:05.616 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3574 | 2024-12-06T20:30:06.826Z | [ host-image] Dec 06 20:30:06.167 INFO O| Dec 06 20:30:06.167 INFO variant opensolaris.imagetype is full; changing to partial |
3575 | 2024-12-06T20:30:06.826Z | [ host-image] Dec 06 20:30:06.167 INFO O| Dec 06 20:30:06.167 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3576 | 2024-12-06T20:30:13.892Z | [ host-image] Dec 06 20:30:13.234 INFO O| Dec 06 20:30:13.234 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3577 | 2024-12-06T20:30:14.484Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.87s |
3578 | 2024-12-06T20:30:15.984Z | Dec 06 20:30:15.326 INFO [recovery-package] process exited with exit status: 0 (24.624163259s) |
3579 | 2024-12-06T20:30:15.984Z | Dec 06 20:30:15.326 INFO [recovery-stamp] running task |
3580 | 2024-12-06T20:30:15.986Z | Dec 06 20:30:15.326 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3581 | 2024-12-06T20:30:15.986Z | Dec 06 20:30:15.327 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitdd376b02d91 |
3582 | 2024-12-06T20:30:16.004Z | Dec 06 20:30:15.347 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+gitdd376b02d91 |
3583 | 2024-12-06T20:30:16.015Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3584 | 2024-12-06T20:30:16.025Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3585 | 2024-12-06T20:30:16.109Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3586 | 2024-12-06T20:30:16.114Z | Dec 06 20:30:15.455 INFO [stamp-installinator] process exited with exit status: 0 (128.746338ms) |
3587 | 2024-12-06T20:30:16.144Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3588 | 2024-12-06T20:30:16.148Z | Dec 06 20:30:15.490 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (143.23336ms) |
3589 | 2024-12-06T20:30:16.150Z | Dec 06 20:30:15.490 INFO [recovery-stamp] task succeeded (163.649308ms) |
3590 | 2024-12-06T20:30:16.150Z | Dec 06 20:30:15.490 INFO [recovery-proto] running task |
3591 | 2024-12-06T20:30:16.150Z | Dec 06 20:30:15.490 INFO [tuf-stamp] running task |
3592 | 2024-12-06T20:30:16.150Z | Dec 06 20:30:15.491 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+gitdd376b02d91 |
3593 | 2024-12-06T20:30:16.167Z | Dec 06 20:30:15.509 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+gitdd376b02d91 |
3594 | 2024-12-06T20:30:16.179Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3595 | 2024-12-06T20:30:16.182Z | Dec 06 20:30:15.521 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+gitdd376b02d91 |
3596 | 2024-12-06T20:30:16.192Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3597 | 2024-12-06T20:30:16.195Z | Dec 06 20:30:15.534 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+gitdd376b02d91 |
3598 | 2024-12-06T20:30:16.206Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3599 | 2024-12-06T20:30:16.209Z | Dec 06 20:30:15.549 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+gitdd376b02d91 |
3600 | 2024-12-06T20:30:16.234Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3601 | 2024-12-06T20:30:16.236Z | Dec 06 20:30:15.576 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+gitdd376b02d91 |
3602 | 2024-12-06T20:30:16.268Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3603 | 2024-12-06T20:30:16.271Z | Dec 06 20:30:15.610 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+gitdd376b02d91 |
3604 | 2024-12-06T20:30:16.316Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3605 | 2024-12-06T20:30:16.318Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3606 | 2024-12-06T20:30:16.318Z | Dec 06 20:30:15.659 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+gitdd376b02d91 |
3607 | 2024-12-06T20:30:16.472Z | Dec 06 20:30:15.814 INFO [recovery-proto] task succeeded (323.685966ms) |
3608 | 2024-12-06T20:30:16.474Z | Dec 06 20:30:15.814 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+gitdd376b02d91 |
3609 | 2024-12-06T20:30:16.475Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3610 | 2024-12-06T20:30:16.475Z | Dec 06 20:30:15.814 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/.tmpPWOfI9/proto/recovery/root -N 'recovery dd376b0/${os_short_commit} 2024-12-06 20:07' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3611 | 2024-12-06T20:30:16.573Z | [ recovery-image] Dec 06 20:30:15.912 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3612 | 2024-12-06T20:30:16.573Z | [ recovery-image] Dec 06 20:30:15.912 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3613 | 2024-12-06T20:30:16.578Z | Dec 06 20:30:15.915 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+gitdd376b02d91 |
3614 | 2024-12-06T20:30:16.587Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3615 | 2024-12-06T20:30:16.594Z | [ recovery-image] Dec 06 20:30:15.936 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpPWOfI9/proto/recovery/root" |
3616 | 2024-12-06T20:30:16.597Z | [ recovery-image] Dec 06 20:30:15.936 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3617 | 2024-12-06T20:30:16.597Z | [ recovery-image] Dec 06 20:30:15.936 INFO image builder template: ramdisk-01-os... |
3618 | 2024-12-06T20:30:16.597Z | [ recovery-image] Dec 06 20:30:15.936 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/.tmpPWOfI9/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 |
3619 | 2024-12-06T20:30:16.652Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3620 | 2024-12-06T20:30:16.654Z | Dec 06 20:30:15.994 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+gitdd376b02d91 |
3621 | 2024-12-06T20:30:16.711Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3622 | 2024-12-06T20:30:16.713Z | Dec 06 20:30:16.055 [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3623 | 2024-12-06T20:30:16.713Z | INFO [stamp-probe] process exited with exit status: 0 (563.697767ms) |
3624 | 2024-12-06T20:30:16.713Z | Dec 06 20:30:16.055 INFO [stamp-ntp] process exited with exit status: 0 (478.516325ms) |
3625 | 2024-12-06T20:30:16.713Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3626 | 2024-12-06T20:30:16.732Z | [ recovery-image] Dec 06 20:30:16.074 INFO O| Dec 06 20:30:16.044 INFO CREATE DATASET: rpool/images/build/recovery/output |
3627 | 2024-12-06T20:30:16.921Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3628 | 2024-12-06T20:30:16.966Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3629 | 2024-12-06T20:30:17.385Z | [ recovery-image] Dec 06 20:30:16.727 INFO O| Dec 06 20:30:16.727 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3630 | 2024-12-06T20:30:17.392Z | [ recovery-image] Dec 06 20:30:16.735 INFO O| Dec 06 20:30:16.734 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3631 | 2024-12-06T20:30:17.869Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3632 | 2024-12-06T20:30:17.904Z | Dec 06 20:30:17.247 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.725072108s) |
3633 | 2024-12-06T20:30:17.924Z | [ recovery-image] Dec 06 20:30:17.266 INFO O| Dec 06 20:30:17.266 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3634 | 2024-12-06T20:30:18.037Z | [ recovery-image] Dec 06 20:30:17.379 INFO O| Dec 06 20:30:17.379 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3635 | 2024-12-06T20:30:18.037Z | [ recovery-image] Dec 06 20:30:17.379 INFO O| Dec 06 20:30:17.379 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3636 | 2024-12-06T20:30:18.040Z | [ recovery-image] Dec 06 20:30:17.380 INFO O| Dec 06 20:30:17.379 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3637 | 2024-12-06T20:30:18.040Z | [ recovery-image] Dec 06 20:30:17.380 INFO O| Dec 06 20:30:17.380 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3638 | 2024-12-06T20:30:18.042Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3639 | 2024-12-06T20:30:18.052Z | Dec 06 20:30:17.394 INFO [stamp-external-dns] process exited with exit status: 0 (1.859455809s) |
3640 | 2024-12-06T20:30:18.075Z | [ recovery-image] Dec 06 20:30:17.417 INFO O| Dec 06 20:30:17.417 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3641 | 2024-12-06T20:30:18.238Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3642 | 2024-12-06T20:30:18.252Z | Dec 06 20:30:17.594 INFO [stamp-internal-dns] process exited with exit status: 0 (1.935564109s) |
3643 | 2024-12-06T20:30:18.288Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3644 | 2024-12-06T20:30:18.293Z | Dec 06 20:30:17.635 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.640949219s) |
3645 | 2024-12-06T20:30:18.612Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3646 | 2024-12-06T20:30:18.616Z | Dec 06 20:30:17.958 INFO [stamp-oximeter] process exited with exit status: 0 (2.449098616s) |
3647 | 2024-12-06T20:30:18.683Z | [ recovery-image] Dec 06 20:30:18.025 INFO O| Dec 06 20:30:18.024 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3648 | 2024-12-06T20:30:18.698Z | [ recovery-image] Dec 06 20:30:18.040 INFO O| Dec 06 20:30:18.040 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3649 | 2024-12-06T20:30:19.188Z | [ recovery-image] Dec 06 20:30:18.530 INFO O| Dec 06 20:30:18.530 INFO O| Caching catalogs ... Done |
3650 | 2024-12-06T20:30:19.210Z | [ host-image] Dec 06 20:30:18.552 INFO O| Dec 06 20:30:18.552 INFO O| Startup: Caching catalogs ... Done |
3651 | 2024-12-06T20:30:19.284Z | [ host-image] Dec 06 20:30:18.626 INFO O| Dec 06 20:30:18.626 INFO O| Planning: Planning completed in 0.00 seconds |
3652 | 2024-12-06T20:30:19.287Z | [ host-image] Dec 06 20:30:18.627 INFO O| Dec 06 20:30:18.627 INFO O| Planning: Consolidating action changes ... Done |
3653 | 2024-12-06T20:30:19.287Z | [ host-image] Dec 06 20:30:18.627 INFO O| Dec 06 20:30:18.627 INFO O| Planning: Evaluating mediators ... Done |
3654 | 2024-12-06T20:30:19.287Z | [ host-image] Dec 06 20:30:18.627 INFO O| Dec 06 20:30:18.627 INFO O| Planning: Planning completed in 0.00 seconds |
3655 | 2024-12-06T20:30:19.287Z | [ host-image] Dec 06 20:30:18.627 INFO O| Dec 06 20:30:18.627 INFO O| Variants/Facets to change: 1 |
3656 | 2024-12-06T20:30:19.304Z | [ recovery-image] Dec 06 20:30:18.646 INFO O| Dec 06 20:30:18.646 INFO STEP 0 (pkg_image_create) COMPLETE |
3657 | 2024-12-06T20:30:19.304Z | [ recovery-image] Dec 06 20:30:18.646 INFO O| Dec 06 20:30:18.646 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3658 | 2024-12-06T20:30:19.307Z | [ recovery-image] Dec 06 20:30:18.646 INFO O| Dec 06 20:30:18.646 INFO skip step because feature "repo_redist" is not enabled |
3659 | 2024-12-06T20:30:19.307Z | [ recovery-image] Dec 06 20:30:18.647 INFO O| Dec 06 20:30:18.646 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3660 | 2024-12-06T20:30:19.309Z | [ host-image] Dec 06 20:30:18.651 INFO O| Dec 06 20:30:18.651 INFO O| Done |
3661 | 2024-12-06T20:30:19.309Z | [ host-image] Dec 06 20:30:18.651 INFO O| Dec 06 20:30:18.651 INFO O| Done |
3662 | 2024-12-06T20:30:19.319Z | [ recovery-image] Dec 06 20:30:18.661 INFO O| Dec 06 20:30:18.661 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3663 | 2024-12-06T20:30:19.822Z | [ recovery-image] Dec 06 20:30:19.164 INFO O| Dec 06 20:30:19.163 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3664 | 2024-12-06T20:30:19.822Z | [ recovery-image] Dec 06 20:30:19.164 INFO O| Dec 06 20:30:19.164 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3665 | 2024-12-06T20:30:19.838Z | [ recovery-image] Dec 06 20:30:19.179 INFO O| Dec 06 20:30:19.179 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"] |
3666 | 2024-12-06T20:30:20.063Z | [ host-image] Dec 06 20:30:19.405 INFO O| Dec 06 20:30:19.405 INFO O| Done |
3667 | 2024-12-06T20:30:20.129Z | [ host-image] Dec 06 20:30:19.471 INFO O| Dec 06 20:30:19.471 INFO O| Done |
3668 | 2024-12-06T20:30:20.132Z | [ host-image] Dec 06 20:30:19.473 INFO O| Dec 06 20:30:19.472 INFO O| Done |
3669 | 2024-12-06T20:30:20.132Z | [ host-image] Dec 06 20:30:19.473 INFO O| Dec 06 20:30:19.473 INFO O| Done |
3670 | 2024-12-06T20:30:20.134Z | [ host-image] Dec 06 20:30:19.474 INFO O| Dec 06 20:30:19.474 INFO O| Done |
3671 | 2024-12-06T20:30:20.330Z | [ recovery-image] Dec 06 20:30:19.672 INFO O| Dec 06 20:30:19.672 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3672 | 2024-12-06T20:30:20.330Z | [ recovery-image] Dec 06 20:30:19.672 INFO O| Dec 06 20:30:19.672 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3673 | 2024-12-06T20:30:20.330Z | [ recovery-image] Dec 06 20:30:19.672 INFO O| Dec 06 20:30:19.672 INFO skip step because feature "repo_redist" is not enabled |
3674 | 2024-12-06T20:30:20.333Z | [ recovery-image] Dec 06 20:30:19.672 INFO O| Dec 06 20:30:19.672 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3675 | 2024-12-06T20:30:20.509Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3676 | 2024-12-06T20:30:20.514Z | Dec 06 20:30:19.856 INFO [stamp-nexus] process exited with exit status: 0 (4.246342031s) |
3677 | 2024-12-06T20:30:20.700Z | [ host-image] Dec 06 20:30:20.042 INFO O| Dec 06 20:30:20.042 INFO STEP 6 (pkg_change_variant) COMPLETE |
3678 | 2024-12-06T20:30:20.700Z | [ host-image] Dec 06 20:30:20.042 INFO O| Dec 06 20:30:20.042 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3679 | 2024-12-06T20:30:20.701Z | [ host-image] Dec 06 20:30:20.042 INFO O| Dec 06 20:30:20.042 INFO skip step because feature "debug_variant" is not enabled |
3680 | 2024-12-06T20:30:20.702Z | [ host-image] Dec 06 20:30:20.042 INFO O| Dec 06 20:30:20.042 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3681 | 2024-12-06T20:30:20.796Z | [ recovery-image] Dec 06 20:30:20.137 INFO O| Dec 06 20:30:20.137 INFO variant opensolaris.zone is already global |
3682 | 2024-12-06T20:30:20.796Z | [ recovery-image] Dec 06 20:30:20.138 INFO O| Dec 06 20:30:20.137 INFO STEP 5 (pkg_change_variant) COMPLETE |
3683 | 2024-12-06T20:30:20.796Z | [ recovery-image] Dec 06 20:30:20.138 INFO O| Dec 06 20:30:20.137 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3684 | 2024-12-06T20:30:21.009Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3685 | 2024-12-06T20:30:21.011Z | [verify-libraries] Compiling polyval v0.6.2 |
3686 | 2024-12-06T20:30:21.066Z | [ host-image] Dec 06 20:30:20.408 INFO O| Dec 06 20:30:20.408 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3687 | 2024-12-06T20:30:21.148Z | [verify-libraries] Compiling ctr v0.9.2 |
3688 | 2024-12-06T20:30:21.212Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3689 | 2024-12-06T20:30:21.212Z | [verify-libraries] Compiling blowfish v0.9.1 |
3690 | 2024-12-06T20:30:21.214Z | [verify-libraries] Compiling password-hash v0.4.2 |
3691 | 2024-12-06T20:30:21.214Z | [verify-libraries] Compiling matches v0.1.10 |
3692 | 2024-12-06T20:30:21.217Z | [verify-libraries] Compiling p256 v0.13.2 |
3693 | 2024-12-06T20:30:21.265Z | [ recovery-image] Dec 06 20:30:20.607 INFO O| Dec 06 20:30:20.607 INFO variant opensolaris.imagetype is full; changing to partial |
3694 | 2024-12-06T20:30:21.265Z | [ recovery-image] Dec 06 20:30:20.607 INFO O| Dec 06 20:30:20.607 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3695 | 2024-12-06T20:30:21.662Z | [verify-libraries] Compiling ghash v0.5.1 |
3696 | 2024-12-06T20:30:21.751Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3697 | 2024-12-06T20:30:21.864Z | [verify-libraries] Compiling idna v0.2.3 |
3698 | 2024-12-06T20:30:21.987Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3699 | 2024-12-06T20:30:22.079Z | [verify-libraries] Compiling p521 v0.13.3 |
3700 | 2024-12-06T20:30:22.133Z | [ host-image] Dec 06 20:30:21.475 INFO O| Dec 06 20:30:21.475 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3701 | 2024-12-06T20:30:22.135Z | [ host-image] Dec 06 20:30:21.477 INFO O| Dec 06 20:30:21.477 INFO O| Planning: Planning completed in 0.00 seconds |
3702 | 2024-12-06T20:30:22.138Z | [ host-image] Dec 06 20:30:21.477 INFO O| Dec 06 20:30:21.477 INFO O| Planning: Consolidating action changes ... Done |
3703 | 2024-12-06T20:30:22.138Z | [ host-image] Dec 06 20:30:21.477 INFO O| Dec 06 20:30:21.477 INFO O| Planning: Evaluating mediators ... Done |
3704 | 2024-12-06T20:30:22.138Z | [ host-image] Dec 06 20:30:21.478 INFO O| Dec 06 20:30:21.478 INFO O| Planning: Planning completed in 0.00 seconds |
3705 | 2024-12-06T20:30:22.138Z | [ host-image] Dec 06 20:30:21.478 INFO O| Dec 06 20:30:21.478 INFO O| Variants/Facets to change: 1 |
3706 | 2024-12-06T20:30:22.303Z | [ host-image] Dec 06 20:30:21.644 INFO O| Dec 06 20:30:21.644 INFO O| Done |
3707 | 2024-12-06T20:30:22.303Z | [ host-image] Dec 06 20:30:21.644 INFO O| Dec 06 20:30:21.644 INFO O| Done |
3708 | 2024-12-06T20:30:22.479Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3709 | 2024-12-06T20:30:22.550Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3710 | 2024-12-06T20:30:22.748Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3711 | 2024-12-06T20:30:22.803Z | Dec 06 20:30:22.145 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.330575811s) |
3712 | 2024-12-06T20:30:23.225Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3713 | 2024-12-06T20:30:23.306Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3714 | 2024-12-06T20:30:23.531Z | [ host-image] Dec 06 20:30:22.872 INFO O| Dec 06 20:30:22.872 INFO O| Done |
3715 | 2024-12-06T20:30:23.716Z | [ host-image] Dec 06 20:30:23.058 INFO O| Dec 06 20:30:23.058 INFO O| Done |
3716 | 2024-12-06T20:30:23.719Z | [ host-image] Dec 06 20:30:23.059 INFO O| Dec 06 20:30:23.059 INFO O| Done |
3717 | 2024-12-06T20:30:23.719Z | [ host-image] Dec 06 20:30:23.059 INFO O| Dec 06 20:30:23.059 INFO O| Done |
3718 | 2024-12-06T20:30:23.719Z | [ host-image] Dec 06 20:30:23.061 INFO O| Dec 06 20:30:23.061 INFO O| Done |
3719 | 2024-12-06T20:30:23.839Z | [ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO STEP 8 (pkg_change_facet) COMPLETE |
3720 | 2024-12-06T20:30:23.839Z | [ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-06T20:30:23.842Z | [ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO skip step because feature "recovery" is not enabled |
3722 | 2024-12-06T20:30:23.842Z | [ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3723 | 2024-12-06T20:30:23.842Z | [ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO skip step because feature "recovery" is not enabled |
3724 | 2024-12-06T20:30:23.842Z | [ host-image] Dec 06 20:30:23.180 INFO O| Dec 06 20:30:23.180 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3725 | 2024-12-06T20:30:23.858Z | [ host-image] Dec 06 20:30:23.199 INFO O| Dec 06 20:30:23.199 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-06T20:30:24.307Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3727 | 2024-12-06T20:30:24.578Z | [verify-libraries] Compiling md5 v0.7.0 |
3728 | 2024-12-06T20:30:24.791Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3729 | 2024-12-06T20:30:24.983Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3730 | 2024-12-06T20:30:25.003Z | [ host-image] Dec 06 20:30:24.345 INFO O| Dec 06 20:30:24.345 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3731 | 2024-12-06T20:30:25.376Z | [verify-libraries] Compiling des v0.8.1 |
3732 | 2024-12-06T20:30:26.057Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3733 | 2024-12-06T20:30:26.315Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3734 | 2024-12-06T20:30:27.363Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3735 | 2024-12-06T20:30:27.927Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3736 | 2024-12-06T20:30:28.016Z | [verify-libraries] Compiling petname v2.0.2 |
3737 | 2024-12-06T20:30:29.475Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3738 | 2024-12-06T20:30:30.429Z | [verify-libraries] Compiling russh v0.45.0 |
3739 | 2024-12-06T20:30:30.787Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3740 | 2024-12-06T20:30:30.833Z | Dec 06 20:30:30.175 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.625843238s) |
3741 | 2024-12-06T20:30:31.200Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3742 | 2024-12-06T20:30:31.205Z | Dec 06 20:30:30.547 INFO [stamp-clickhouse] process exited with exit status: 0 (14.631572772s) |
3743 | 2024-12-06T20:30:31.208Z | Dec 06 20:30:30.547 INFO [tuf-stamp] task succeeded (15.057053884s) |
3744 | 2024-12-06T20:30:35.799Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3745 | 2024-12-06T20:30:36.001Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3746 | 2024-12-06T20:30:36.763Z | [verify-libraries] Compiling heck v0.4.1 |
3747 | 2024-12-06T20:30:37.297Z | [ recovery-image] Dec 06 20:30:36.638 INFO O| Dec 06 20:30:36.638 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3748 | 2024-12-06T20:30:38.214Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3749 | 2024-12-06T20:30:46.154Z | [ recovery-image] Dec 06 20:30:45.495 INFO O| Dec 06 20:30:45.495 INFO O| Startup: Caching catalogs ... Done |
3750 | 2024-12-06T20:30:46.269Z | [ recovery-image] Dec 06 20:30:45.610 INFO O| Dec 06 20:30:45.610 INFO O| Planning: Planning completed in 0.00 seconds |
3751 | 2024-12-06T20:30:46.271Z | [ recovery-image] Dec 06 20:30:45.611 INFO O| Dec 06 20:30:45.611 INFO O| Planning: Consolidating action changes ... Done |
3752 | 2024-12-06T20:30:46.271Z | [ recovery-image] Dec 06 20:30:45.611 INFO O| Dec 06 20:30:45.611 INFO O| Planning: Evaluating mediators ... Done |
3753 | 2024-12-06T20:30:46.271Z | [ recovery-image] Dec 06 20:30:45.612 INFO O| Dec 06 20:30:45.612 INFO O| Planning: Planning completed in 0.00 seconds |
3754 | 2024-12-06T20:30:46.271Z | [ recovery-image] Dec 06 20:30:45.612 INFO O| Dec 06 20:30:45.612 INFO O| Variants/Facets to change: 1 |
3755 | 2024-12-06T20:30:46.364Z | [ recovery-image] Dec 06 20:30:45.705 INFO O| Dec 06 20:30:45.705 INFO O| Done |
3756 | 2024-12-06T20:30:46.364Z | [ recovery-image] Dec 06 20:30:45.705 INFO O| Dec 06 20:30:45.705 INFO O| Done |
3757 | 2024-12-06T20:30:47.297Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3758 | 2024-12-06T20:30:47.439Z | [ recovery-image] Dec 06 20:30:46.780 INFO O| Dec 06 20:30:46.780 INFO O| Done |
3759 | 2024-12-06T20:30:47.469Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3760 | 2024-12-06T20:30:47.534Z | [ recovery-image] Dec 06 20:30:46.876 INFO O| Dec 06 20:30:46.876 INFO O| Done |
3761 | 2024-12-06T20:30:47.537Z | [ recovery-image] Dec 06 20:30:46.877 INFO O| Dec 06 20:30:46.877 INFO O| Done |
3762 | 2024-12-06T20:30:47.537Z | [ recovery-image] Dec 06 20:30:46.877 INFO O| Dec 06 20:30:46.877 INFO O| Done |
3763 | 2024-12-06T20:30:47.539Z | [ recovery-image] Dec 06 20:30:46.879 INFO O| Dec 06 20:30:46.879 INFO O| Done |
3764 | 2024-12-06T20:30:48.109Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3765 | 2024-12-06T20:30:48.229Z | [ recovery-image] Dec 06 20:30:47.570 INFO O| Dec 06 20:30:47.570 INFO STEP 6 (pkg_change_variant) COMPLETE |
3766 | 2024-12-06T20:30:48.229Z | [ recovery-image] Dec 06 20:30:47.571 INFO O| Dec 06 20:30:47.570 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3767 | 2024-12-06T20:30:48.231Z | [ recovery-image] Dec 06 20:30:47.571 INFO O| Dec 06 20:30:47.570 INFO skip step because feature "debug_variant" is not enabled |
3768 | 2024-12-06T20:30:48.231Z | [ recovery-image] Dec 06 20:30:47.571 INFO O| Dec 06 20:30:47.570 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3769 | 2024-12-06T20:30:48.557Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3770 | 2024-12-06T20:30:48.980Z | [ recovery-image] Dec 06 20:30:48.304 INFO O| Dec 06 20:30:48.304 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3771 | 2024-12-06T20:30:49.011Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3772 | 2024-12-06T20:30:49.137Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3773 | 2024-12-06T20:30:49.474Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3774 | 2024-12-06T20:30:49.803Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3775 | 2024-12-06T20:30:50.034Z | [ recovery-image] Dec 06 20:30:49.375 INFO O| Dec 06 20:30:49.375 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3776 | 2024-12-06T20:30:50.037Z | [ recovery-image] Dec 06 20:30:49.377 INFO O| Dec 06 20:30:49.377 INFO O| Planning: Planning completed in 0.00 seconds |
3777 | 2024-12-06T20:30:50.037Z | [ recovery-image] Dec 06 20:30:49.378 INFO O| Dec 06 20:30:49.378 INFO O| Planning: Consolidating action changes ... Done |
3778 | 2024-12-06T20:30:50.037Z | [ recovery-image] Dec 06 20:30:49.378 INFO O| Dec 06 20:30:49.378 INFO O| Planning: Evaluating mediators ... Done |
3779 | 2024-12-06T20:30:50.037Z | [ recovery-image] Dec 06 20:30:49.378 INFO O| Dec 06 20:30:49.378 INFO O| Planning: Planning completed in 0.00 seconds |
3780 | 2024-12-06T20:30:50.040Z | [ recovery-image] Dec 06 20:30:49.379 INFO O| Dec 06 20:30:49.379 INFO O| Variants/Facets to change: 1 |
3781 | 2024-12-06T20:30:50.135Z | [ recovery-image] Dec 06 20:30:49.476 INFO O| Dec 06 20:30:49.476 INFO O| Done |
3782 | 2024-12-06T20:30:50.135Z | [ recovery-image] Dec 06 20:30:49.476 INFO O| Dec 06 20:30:49.476 INFO O| Done |
3783 | 2024-12-06T20:30:50.851Z | [ recovery-image] Dec 06 20:30:50.192 INFO O| Dec 06 20:30:50.192 INFO O| Done |
3784 | 2024-12-06T20:30:50.962Z | [ recovery-image] Dec 06 20:30:50.302 INFO O| Dec 06 20:30:50.302 INFO O| Done |
3785 | 2024-12-06T20:30:50.964Z | [ recovery-image] Dec 06 20:30:50.303 INFO O| Dec 06 20:30:50.303 INFO O| Done |
3786 | 2024-12-06T20:30:50.964Z | [ recovery-image] Dec 06 20:30:50.303 INFO O| Dec 06 20:30:50.303 INFO O| Done |
3787 | 2024-12-06T20:30:50.964Z | [ recovery-image] Dec 06 20:30:50.305 INFO O| Dec 06 20:30:50.305 INFO O| Done |
3788 | 2024-12-06T20:30:51.077Z | [ recovery-image] Dec 06 20:30:50.419 INFO O| Dec 06 20:30:50.418 INFO STEP 8 (pkg_change_facet) COMPLETE |
3789 | 2024-12-06T20:30:51.077Z | [ recovery-image] Dec 06 20:30:50.419 INFO O| Dec 06 20:30:50.419 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3790 | 2024-12-06T20:30:51.811Z | [ recovery-image] Dec 06 20:30:51.152 INFO O| Dec 06 20:30:51.152 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3791 | 2024-12-06T20:30:52.813Z | [ recovery-image] Dec 06 20:30:52.154 INFO O| Dec 06 20:30:52.154 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3792 | 2024-12-06T20:30:52.816Z | [ recovery-image] Dec 06 20:30:52.156 INFO O| Dec 06 20:30:52.156 INFO O| Planning: Planning completed in 0.00 seconds |
3793 | 2024-12-06T20:30:52.816Z | [ recovery-image] Dec 06 20:30:52.157 INFO O| Dec 06 20:30:52.157 INFO O| Planning: Consolidating action changes ... Done |
3794 | 2024-12-06T20:30:52.819Z | [ recovery-image] Dec 06 20:30:52.157 INFO O| Dec 06 20:30:52.157 INFO O| Planning: Evaluating mediators ... Done |
3795 | 2024-12-06T20:30:52.819Z | [ recovery-image] Dec 06 20:30:52.158 INFO O| Dec 06 20:30:52.158 INFO O| Planning: Planning completed in 0.00 seconds |
3796 | 2024-12-06T20:30:52.819Z | [ recovery-image] Dec 06 20:30:52.158 INFO O| Dec 06 20:30:52.158 INFO O| Variants/Facets to change: 1 |
3797 | 2024-12-06T20:30:52.913Z | [ recovery-image] Dec 06 20:30:52.252 INFO O| Dec 06 20:30:52.252 INFO O| Done |
3798 | 2024-12-06T20:30:52.914Z | [ recovery-image] Dec 06 20:30:52.252 INFO O| Dec 06 20:30:52.252 INFO O| Done |
3799 | 2024-12-06T20:30:53.832Z | [ recovery-image] Dec 06 20:30:53.170 INFO O| Dec 06 20:30:53.170 INFO O| Done |
3800 | 2024-12-06T20:30:53.944Z | [ recovery-image] Dec 06 20:30:53.286 INFO O| Dec 06 20:30:53.285 INFO O| Done |
3801 | 2024-12-06T20:30:53.948Z | [ recovery-image] Dec 06 20:30:53.287 INFO O| Dec 06 20:30:53.287 INFO O| Done |
3802 | 2024-12-06T20:30:53.948Z | [ recovery-image] Dec 06 20:30:53.287 INFO O| Dec 06 20:30:53.287 INFO O| Done |
3803 | 2024-12-06T20:30:53.948Z | [ recovery-image] Dec 06 20:30:53.289 INFO O| Dec 06 20:30:53.289 INFO O| Done |
3804 | 2024-12-06T20:30:54.045Z | [ recovery-image] Dec 06 20:30:53.386 INFO O| Dec 06 20:30:53.386 INFO STEP 9 (pkg_change_facet) COMPLETE |
3805 | 2024-12-06T20:30:54.045Z | [ recovery-image] Dec 06 20:30:53.387 INFO O| Dec 06 20:30:53.386 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3806 | 2024-12-06T20:30:54.662Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3807 | 2024-12-06T20:30:54.764Z | [ recovery-image] Dec 06 20:30:54.105 INFO O| Dec 06 20:30:54.105 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3808 | 2024-12-06T20:30:55.679Z | [ recovery-image] Dec 06 20:30:55.020 INFO O| Dec 06 20:30:55.020 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3809 | 2024-12-06T20:30:55.682Z | [ recovery-image] Dec 06 20:30:55.022 INFO O| Dec 06 20:30:55.022 INFO O| Planning: Planning completed in 0.00 seconds |
3810 | 2024-12-06T20:30:55.682Z | [ recovery-image] Dec 06 20:30:55.023 INFO O| Dec 06 20:30:55.023 INFO O| Planning: Consolidating action changes ... Done |
3811 | 2024-12-06T20:30:55.682Z | [ recovery-image] Dec 06 20:30:55.023 INFO O| Dec 06 20:30:55.023 INFO O| Planning: Evaluating mediators ... Done |
3812 | 2024-12-06T20:30:55.682Z | [ recovery-image] Dec 06 20:30:55.023 INFO O| Dec 06 20:30:55.023 INFO O| Planning: Planning completed in 0.00 seconds |
3813 | 2024-12-06T20:30:55.682Z | [ recovery-image] Dec 06 20:30:55.023 INFO O| Dec 06 20:30:55.023 INFO O| Variants/Facets to change: 1 |
3814 | 2024-12-06T20:30:55.839Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3815 | 2024-12-06T20:30:55.876Z | [ recovery-image] Dec 06 20:30:55.217 INFO O| Dec 06 20:30:55.217 INFO O| Done |
3816 | 2024-12-06T20:30:55.876Z | [ recovery-image] Dec 06 20:30:55.217 INFO O| Dec 06 20:30:55.217 INFO O| Done |
3817 | 2024-12-06T20:30:56.700Z | [ recovery-image] Dec 06 20:30:56.042 INFO O| Dec 06 20:30:56.041 INFO O| Done |
3818 | 2024-12-06T20:30:56.787Z | [ recovery-image] Dec 06 20:30:56.128 INFO O| Dec 06 20:30:56.128 INFO O| Done |
3819 | 2024-12-06T20:30:56.789Z | [ recovery-image] Dec 06 20:30:56.129 INFO O| Dec 06 20:30:56.129 INFO O| Done |
3820 | 2024-12-06T20:30:56.789Z | [ recovery-image] Dec 06 20:30:56.130 INFO O| Dec 06 20:30:56.129 INFO O| Done |
3821 | 2024-12-06T20:30:56.792Z | [ recovery-image] Dec 06 20:30:56.131 INFO O| Dec 06 20:30:56.131 INFO O| Done |
3822 | 2024-12-06T20:30:56.906Z | [ recovery-image] Dec 06 20:30:56.248 INFO O| Dec 06 20:30:56.247 INFO STEP 10 (pkg_change_facet) COMPLETE |
3823 | 2024-12-06T20:30:56.906Z | [ recovery-image] Dec 06 20:30:56.248 INFO O| Dec 06 20:30:56.247 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3824 | 2024-12-06T20:30:56.926Z | [ recovery-image] Dec 06 20:30:56.267 INFO O| Dec 06 20:30:56.266 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"] |
3825 | 2024-12-06T20:30:58.204Z | [ recovery-image] Dec 06 20:30:57.545 INFO O| Dec 06 20:30:57.545 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3826 | 2024-12-06T20:30:58.628Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3827 | 2024-12-06T20:30:58.777Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3828 | 2024-12-06T20:31:06.953Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3829 | 2024-12-06T20:31:08.041Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3830 | 2024-12-06T20:31:08.768Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3831 | 2024-12-06T20:31:12.576Z | [verify-libraries] Compiling termios v0.3.3 |
3832 | 2024-12-06T20:31:13.383Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3833 | 2024-12-06T20:31:28.457Z | [ host-image] Dec 06 20:31:27.797 INFO O| Dec 06 20:31:27.797 INFO O| Planning: Solver setup ... Done |
3834 | 2024-12-06T20:31:30.404Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3835 | 2024-12-06T20:31:40.069Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3836 | 2024-12-06T20:32:01.868Z | [ recovery-image] Dec 06 20:32:01.208 INFO O| Dec 06 20:32:01.175 INFO O| Planning: Solver setup ... Done |
3837 | 2024-12-06T20:32:25.545Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3838 | 2024-12-06T20:32:32.436Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3839 | 2024-12-06T20:32:34.223Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3840 | 2024-12-06T20:32:38.293Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3841 | 2024-12-06T20:32:45.608Z | [ host-image] Dec 06 20:32:44.948 INFO O| Dec 06 20:32:44.948 INFO O| Planning: Running solver ... Done |
3842 | 2024-12-06T20:32:46.167Z | [ host-image] Dec 06 20:32:45.507 INFO O| Dec 06 20:32:45.506 INFO O| Planning: Finding local manifests ... Done |
3843 | 2024-12-06T20:32:46.184Z | [ host-image] Dec 06 20:32:45.524 INFO O| Dec 06 20:32:45.523 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3844 | 2024-12-06T20:32:50.583Z | [ host-image] Dec 06 20:32:49.923 INFO O| Dec 06 20:32:49.923 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3845 | 2024-12-06T20:32:51.937Z | [ host-image] Dec 06 20:32:51.276 INFO O| Dec 06 20:32:51.276 INFO O| Planning: Package planning ... Done |
3846 | 2024-12-06T20:32:53.508Z | [ host-image] Dec 06 20:32:52.848 INFO O| Dec 06 20:32:52.848 INFO O| Planning: Merging actions ... Done |
3847 | 2024-12-06T20:32:53.818Z | [ host-image] Dec 06 20:32:53.156 INFO O| Dec 06 20:32:53.156 INFO O| Planning: Checking for conflicting actions ... Done |
3848 | 2024-12-06T20:32:54.109Z | [ host-image] Dec 06 20:32:53.449 INFO O| Dec 06 20:32:53.449 INFO O| Planning: Consolidating action changes ... Done |
3849 | 2024-12-06T20:32:54.886Z | [ host-image] Dec 06 20:32:54.226 INFO O| Dec 06 20:32:54.226 INFO O| Planning: Evaluating mediators ... Done |
3850 | 2024-12-06T20:33:01.369Z | [ host-image] Dec 06 20:33:00.708 INFO O| Dec 06 20:33:00.708 INFO O| Planning: Planning completed in 156.36 seconds |
3851 | 2024-12-06T20:33:01.389Z | [ host-image] Dec 06 20:33:00.728 INFO O| Dec 06 20:33:00.728 INFO O| Packages to install: 124 |
3852 | 2024-12-06T20:33:01.391Z | [ host-image] Dec 06 20:33:00.728 INFO O| Dec 06 20:33:00.728 INFO O| Mediators to change: 4 |
3853 | 2024-12-06T20:33:01.391Z | [ host-image] Dec 06 20:33:00.728 INFO O| Dec 06 20:33:00.728 INFO O| Services to change: 6 |
3854 | 2024-12-06T20:33:01.501Z | [ host-image] Dec 06 20:33:00.839 INFO O| Dec 06 20:33:00.839 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete |
3855 | 2024-12-06T20:33:03.895Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3856 | 2024-12-06T20:33:06.505Z | [ host-image] Dec 06 20:33:05.839 INFO O| Dec 06 20:33:05.839 INFO O| Download: 1173/22774 items 6.6/199.6MB 3% complete (1.3M/s) |
3857 | 2024-12-06T20:33:11.504Z | [ host-image] Dec 06 20:33:10.843 INFO O| Dec 06 20:33:10.843 INFO O| Download: 1732/22774 items 11.5/199.6MB 5% complete (1.2M/s) |
3858 | 2024-12-06T20:33:14.231Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3859 | 2024-12-06T20:33:16.504Z | [ host-image] Dec 06 20:33:15.843 INFO O| Dec 06 20:33:15.843 INFO O| Download: 2181/22774 items 24.1/199.6MB 12% complete (1.8M/s) |
3860 | 2024-12-06T20:33:18.247Z | [ recovery-image] Dec 06 20:33:17.586 INFO O| Dec 06 20:33:17.586 INFO O| Planning: Running solver ... Done |
3861 | 2024-12-06T20:33:18.817Z | [ recovery-image] Dec 06 20:33:18.156 INFO O| Dec 06 20:33:18.156 INFO O| Planning: Finding local manifests ... Done |
3862 | 2024-12-06T20:33:18.834Z | [ recovery-image] Dec 06 20:33:18.174 INFO O| Dec 06 20:33:18.173 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3863 | 2024-12-06T20:33:20.112Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3864 | 2024-12-06T20:33:21.505Z | [ host-image] Dec 06 20:33:20.844 INFO O| Dec 06 20:33:20.844 INFO O| Download: 3062/22774 items 33.9/199.6MB 16% complete (2.2M/s) |
3865 | 2024-12-06T20:33:23.816Z | [ recovery-image] Dec 06 20:33:23.155 INFO O| Dec 06 20:33:23.155 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3866 | 2024-12-06T20:33:25.070Z | [ recovery-image] Dec 06 20:33:24.409 INFO O| Dec 06 20:33:24.408 INFO O| Planning: Package planning ... Done |
3867 | 2024-12-06T20:33:25.928Z | [ recovery-image] Dec 06 20:33:25.267 INFO O| Dec 06 20:33:25.267 INFO O| Planning: Merging actions ... Done |
3868 | 2024-12-06T20:33:26.168Z | [ recovery-image] Dec 06 20:33:25.507 INFO O| Dec 06 20:33:25.507 INFO O| Planning: Checking for conflicting actions ... Done |
3869 | 2024-12-06T20:33:26.317Z | [ recovery-image] Dec 06 20:33:25.656 INFO O| Dec 06 20:33:25.656 INFO O| Planning: Consolidating action changes ... Done |
3870 | 2024-12-06T20:33:26.520Z | [ host-image] Dec 06 20:33:25.859 INFO O| Dec 06 20:33:25.859 INFO O| Download: 4303/22774 items 40.9/199.6MB 20% complete (1.7M/s) |
3871 | 2024-12-06T20:33:26.685Z | [ recovery-image] Dec 06 20:33:26.024 INFO O| Dec 06 20:33:26.024 INFO O| Planning: Evaluating mediators ... Done |
3872 | 2024-12-06T20:33:31.522Z | [ host-image] Dec 06 20:33:30.861 INFO O| Dec 06 20:33:30.861 INFO O| Download: 5060/22774 items 45.9/199.6MB 22% complete (1.2M/s) |
3873 | 2024-12-06T20:33:32.722Z | [ recovery-image] Dec 06 20:33:32.061 INFO O| Dec 06 20:33:32.061 INFO O| Planning: Planning completed in 154.52 seconds |
3874 | 2024-12-06T20:33:32.731Z | [ recovery-image] Dec 06 20:33:32.070 INFO O| Dec 06 20:33:32.070 INFO O| Packages to install: 124 |
3875 | 2024-12-06T20:33:32.731Z | [ recovery-image] Dec 06 20:33:32.070 INFO O| Dec 06 20:33:32.070 INFO O| Mediators to change: 4 |
3876 | 2024-12-06T20:33:32.734Z | [ recovery-image] Dec 06 20:33:32.070 INFO O| Dec 06 20:33:32.070 INFO O| Services to change: 5 |
3877 | 2024-12-06T20:33:32.818Z | [ recovery-image] Dec 06 20:33:32.157 INFO O| Dec 06 20:33:32.157 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete |
3878 | 2024-12-06T20:33:37.058Z | [ host-image] Dec 06 20:33:36.397 INFO O| Dec 06 20:33:36.397 INFO O| Download: 5750/22774 items 46.3/199.6MB 23% complete (680k/s) |
3879 | 2024-12-06T20:33:37.819Z | [ recovery-image] Dec 06 20:33:37.157 INFO O| Dec 06 20:33:37.157 INFO O| Download: 1023/15848 items 7.9/176.3MB 4% complete (1.7M/s) |
3880 | 2024-12-06T20:33:42.072Z | [ host-image] Dec 06 20:33:41.411 INFO O| Dec 06 20:33:41.411 INFO O| Download: 6879/22774 items 49.6/199.6MB 24% complete (329k/s) |
3881 | 2024-12-06T20:33:42.832Z | [ recovery-image] Dec 06 20:33:42.171 INFO O| Dec 06 20:33:42.171 INFO O| Download: 1248/15848 items 17.8/176.3MB 10% complete (1.8M/s) |
3882 | 2024-12-06T20:33:47.084Z | [ host-image] Dec 06 20:33:46.423 INFO O| Dec 06 20:33:46.423 INFO O| Download: 7925/22774 items 59.5/199.6MB 29% complete (1.3M/s) |
3883 | 2024-12-06T20:33:47.835Z | [ recovery-image] Dec 06 20:33:47.173 INFO O| Dec 06 20:33:47.173 INFO O| Download: 1823/15848 items 28.1/176.3MB 15% complete (2.0M/s) |
3884 | 2024-12-06T20:33:52.375Z | [ host-image] Dec 06 20:33:51.714 INFO O| Dec 06 20:33:51.714 INFO O| Download: 8130/22774 items 60.8/199.6MB 30% complete (1.2M/s) |
3885 | 2024-12-06T20:33:53.119Z | [ recovery-image] Dec 06 20:33:52.457 INFO O| Dec 06 20:33:52.457 INFO O| Download: 3604/15848 items 39.1/176.3MB 22% complete (2.4M/s) |
3886 | 2024-12-06T20:33:57.378Z | [ host-image] Dec 06 20:33:56.716 INFO O| Dec 06 20:33:56.716 INFO O| Download: 8541/22774 items 70.0/199.6MB 35% complete (1.0M/s) |
3887 | 2024-12-06T20:33:58.124Z | [ recovery-image] Dec 06 20:33:57.462 INFO O| Dec 06 20:33:57.462 INFO O| Download: 4268/15848 items 42.7/176.3MB 24% complete (1.4M/s) |
3888 | 2024-12-06T20:34:02.378Z | [ host-image] Dec 06 20:34:01.716 INFO O| Dec 06 20:34:01.716 INFO O| Download: 9392/22774 items 81.5/199.6MB 40% complete (2.1M/s) |
3889 | 2024-12-06T20:34:03.282Z | [ recovery-image] Dec 06 20:34:02.620 INFO O| Dec 06 20:34:02.620 INFO O| Download: 4788/15848 items 43.0/176.3MB 24% complete (414k/s) |
3890 | 2024-12-06T20:34:07.385Z | [ host-image] Dec 06 20:34:06.723 INFO O| Dec 06 20:34:06.723 INFO O| Download: 10042/22774 items 83.9/199.6MB 42% complete (1.4M/s) |
3891 | 2024-12-06T20:34:08.295Z | [ recovery-image] Dec 06 20:34:07.634 INFO O| Dec 06 20:34:07.634 INFO O| Download: 5590/15848 items 43.5/176.3MB 24% complete (75.5k/s) |
3892 | 2024-12-06T20:34:12.390Z | [ host-image] Dec 06 20:34:11.728 INFO O| Dec 06 20:34:11.728 INFO O| Download: 10745/22774 items 89.5/199.6MB 44% complete (814k/s) |
3893 | 2024-12-06T20:34:13.321Z | [ recovery-image] Dec 06 20:34:12.658 INFO O| Dec 06 20:34:12.658 INFO O| Download: 5815/15848 items 50.4/176.3MB 28% complete (667k/s) |
3894 | 2024-12-06T20:34:17.396Z | [ host-image] Dec 06 20:34:16.734 INFO O| Dec 06 20:34:16.734 INFO O| Download: 10918/22774 items 90.6/199.6MB 45% complete (670k/s) |
3895 | 2024-12-06T20:34:18.725Z | [ recovery-image] Dec 06 20:34:18.062 INFO O| Dec 06 20:34:18.062 INFO O| Download: 6015/15848 items 54.1/176.3MB 30% complete (1.0M/s) |
3896 | 2024-12-06T20:34:22.496Z | [ host-image] Dec 06 20:34:21.834 INFO O| Dec 06 20:34:21.834 INFO O| Download: 11232/22774 items 94.1/199.6MB 47% complete (482k/s) |
3897 | 2024-12-06T20:34:23.727Z | [ recovery-image] Dec 06 20:34:23.065 INFO O| Dec 06 20:34:23.064 INFO O| Download: 6644/15848 items 64.4/176.3MB 36% complete (1.2M/s) |
3898 | 2024-12-06T20:34:28.221Z | [ host-image] Dec 06 20:34:27.559 INFO O| Dec 06 20:34:27.558 INFO O| Download: 11283/22774 items 95.4/199.6MB 47% complete (514k/s) |
3899 | 2024-12-06T20:34:28.997Z | [ recovery-image] Dec 06 20:34:28.335 INFO O| Dec 06 20:34:28.335 INFO O| Download: 7205/15848 items 73.2/176.3MB 41% complete (1.9M/s) |
3900 | 2024-12-06T20:34:33.265Z | [ host-image] Dec 06 20:34:32.603 INFO O| Dec 06 20:34:32.603 INFO O| Download: 11977/22774 items 98.2/199.6MB 49% complete (381k/s) |
3901 | 2024-12-06T20:34:34.049Z | [ recovery-image] Dec 06 20:34:33.387 INFO O| Dec 06 20:34:33.387 INFO O| Download: 7274/15848 items 73.4/176.3MB 41% complete (916k/s) |
3902 | 2024-12-06T20:34:38.342Z | [ host-image] Dec 06 20:34:37.680 INFO O| Dec 06 20:34:37.680 INFO O| Download: 12109/22774 items 101.0/199.6MB 50% complete (598k/s) |
3903 | 2024-12-06T20:34:41.558Z | [ recovery-image] Dec 06 20:34:40.894 INFO O| Dec 06 20:34:40.894 INFO O| Download: 7625/15848 items 73.7/176.3MB 41% complete (389k/s) |
3904 | 2024-12-06T20:34:43.408Z | [ host-image] Dec 06 20:34:42.745 INFO O| Dec 06 20:34:42.745 INFO O| Download: 12194/22774 items 108.7/199.6MB 54% complete (1.1M/s) |
3905 | 2024-12-06T20:34:48.411Z | [ host-image] Dec 06 20:34:47.749 INFO O| Dec 06 20:34:47.748 INFO O| Download: 12521/22774 items 109.6/199.6MB 54% complete (959k/s) |
3906 | 2024-12-06T20:34:49.452Z | [ recovery-image] Dec 06 20:34:48.789 INFO O| Dec 06 20:34:48.789 INFO O| Download: 7897/15848 items 76.4/176.3MB 43% complete (285k/s) |
3907 | 2024-12-06T20:34:53.427Z | [ host-image] Dec 06 20:34:52.764 INFO O| Dec 06 20:34:52.764 INFO O| Download: 13188/22774 items 109.9/199.6MB 55% complete (129k/s) |
3908 | 2024-12-06T20:34:54.476Z | [ recovery-image] Dec 06 20:34:53.814 INFO O| Dec 06 20:34:53.814 INFO O| Download: 8137/15848 items 79.7/176.3MB 45% complete (343k/s) |
3909 | 2024-12-06T20:34:58.501Z | [ host-image] Dec 06 20:34:57.839 INFO O| Dec 06 20:34:57.839 INFO O| Download: 13371/22774 items 110.0/199.6MB 55% complete (44.2k/s) |
3910 | 2024-12-06T20:34:59.933Z | [ recovery-image] Dec 06 20:34:59.270 INFO O| Dec 06 20:34:59.270 INFO O| Download: 8679/15848 items 83.1/176.3MB 47% complete (762k/s) |
3911 | 2024-12-06T20:35:03.503Z | [ host-image] Dec 06 20:35:02.840 INFO O| Dec 06 20:35:02.840 INFO O| Download: 13956/22774 items 110.3/199.6MB 55% complete (38.1k/s) |
3912 | 2024-12-06T20:35:05.065Z | [ recovery-image] Dec 06 20:35:04.402 INFO O| Dec 06 20:35:04.402 INFO O| Download: 8845/15848 items 91.9/176.3MB 52% complete (1.2M/s) |
3913 | 2024-12-06T20:35:08.603Z | [ host-image] Dec 06 20:35:07.941 INFO O| Dec 06 20:35:07.940 INFO O| Download: 14419/22774 items 111.6/199.6MB 55% complete (156k/s) |
3914 | 2024-12-06T20:35:10.070Z | [ recovery-image] Dec 06 20:35:09.408 INFO O| Dec 06 20:35:09.407 INFO O| Download: 8915/15848 items 92.6/176.3MB 52% complete (927k/s) |
3915 | 2024-12-06T20:35:13.621Z | [ host-image] Dec 06 20:35:12.958 INFO O| Dec 06 20:35:12.958 INFO O| Download: 14809/22774 items 118.4/199.6MB 59% complete (824k/s) |
3916 | 2024-12-06T20:35:15.083Z | [ recovery-image] Dec 06 20:35:14.421 INFO O| Dec 06 20:35:14.420 INFO O| Download: 9146/15848 items 92.7/176.3MB 52% complete (85.2k/s) |
3917 | 2024-12-06T20:35:18.630Z | [ host-image] Dec 06 20:35:17.967 INFO O| Dec 06 20:35:17.967 INFO O| Download: 15216/22774 items 123.2/199.6MB 61% complete (1.2M/s) |
3918 | 2024-12-06T20:35:20.098Z | [ recovery-image] Dec 06 20:35:19.436 INFO O| Dec 06 20:35:19.435 INFO O| Download: 9814/15848 items 93.1/176.3MB 52% complete (69.5k/s) |
3919 | 2024-12-06T20:35:24.230Z | [ host-image] Dec 06 20:35:23.567 INFO O| Dec 06 20:35:23.566 INFO O| Download: 15551/22774 items 123.7/199.6MB 62% complete (692k/s) |
3920 | 2024-12-06T20:35:25.820Z | [ recovery-image] Dec 06 20:35:25.157 INFO O| Dec 06 20:35:25.157 INFO O| Download: 9958/15848 items 93.2/176.3MB 52% complete (54.4k/s) |
3921 | 2024-12-06T20:35:30.573Z | [ host-image] Dec 06 20:35:29.910 INFO O| Dec 06 20:35:29.910 INFO O| Download: 15733/22774 items 125.9/199.6MB 63% complete (510k/s) |
3922 | 2024-12-06T20:35:32.083Z | [ recovery-image] Dec 06 20:35:31.419 INFO O| Dec 06 20:35:31.419 INFO O| Download: 10546/15848 items 93.5/176.3MB 53% complete (47.2k/s) |
3923 | 2024-12-06T20:35:36.699Z | [ host-image] Dec 06 20:35:36.036 INFO O| Dec 06 20:35:36.036 INFO O| Download: 15763/22774 items 126.1/199.6MB 63% complete (242k/s) |
3924 | 2024-12-06T20:35:38.307Z | [ recovery-image] Dec 06 20:35:37.644 INFO O| Dec 06 20:35:37.644 INFO O| Download: 10909/15848 items 93.9/176.3MB 53% complete (58.2k/s) |
3925 | 2024-12-06T20:35:42.066Z | [ host-image] Dec 06 20:35:41.369 INFO O| Dec 06 20:35:41.369 INFO O| Download: 16887/22774 items 139.5/199.6MB 69% complete (1.4M/s) |
3926 | 2024-12-06T20:35:44.711Z | [ recovery-image] Dec 06 20:35:44.048 INFO O| Dec 06 20:35:44.048 INFO O| Download: 10913/15848 items 93.9/176.3MB 53% complete (57.2k/s) |
3927 | 2024-12-06T20:35:47.033Z | [ host-image] Dec 06 20:35:46.369 INFO O| Dec 06 20:35:46.369 INFO O| Download: 17790/22774 items 150.0/199.6MB 75% complete (2.0M/s) |
3928 | 2024-12-06T20:35:50.048Z | [ recovery-image] Dec 06 20:35:49.384 INFO O| Dec 06 20:35:49.384 INFO O| Download: 11093/15848 items 99.6/176.3MB 56% complete (1.1M/s) |
3929 | 2024-12-06T20:35:52.042Z | [ host-image] Dec 06 20:35:51.378 INFO O| Dec 06 20:35:51.378 INFO O| Download: 18243/22774 items 162.8/199.6MB 81% complete (2.4M/s) |
3930 | 2024-12-06T20:35:55.061Z | [ recovery-image] Dec 06 20:35:54.397 INFO O| Dec 06 20:35:54.397 INFO O| Download: 11858/15848 items 126.0/176.3MB 71% complete (3.0M/s) |
3931 | 2024-12-06T20:35:57.042Z | [ host-image] Dec 06 20:35:56.379 INFO O| Dec 06 20:35:56.379 INFO O| Download: 19228/22774 items 166.6/199.6MB 83% complete (1.6M/s) |
3932 | 2024-12-06T20:36:00.061Z | [ recovery-image] Dec 06 20:35:59.397 INFO O| Dec 06 20:35:59.397 INFO O| Download: 12311/15848 items 141.0/176.3MB 80% complete (4.2M/s) |
3933 | 2024-12-06T20:36:00.099Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 40s |
3934 | 2024-12-06T20:36:00.400Z | Dec 06 20:35:59.737 INFO [verify-libraries] process exited with exit status: 0 (344.41029146s) |
3935 | 2024-12-06T20:36:02.044Z | [ host-image] Dec 06 20:36:01.381 INFO O| Dec 06 20:36:01.381 INFO O| Download: 20459/22774 items 171.8/199.6MB 86% complete (924k/s) |
3936 | 2024-12-06T20:36:05.061Z | [ recovery-image] Dec 06 20:36:04.398 INFO O| Dec 06 20:36:04.398 INFO O| Download: 13396/15848 items 145.3/176.3MB 82% complete (2.0M/s) |
3937 | 2024-12-06T20:36:07.050Z | [ host-image] Dec 06 20:36:06.386 INFO O| Dec 06 20:36:06.386 INFO O| Download: 20816/22774 items 174.5/199.6MB 87% complete (786k/s) |
3938 | 2024-12-06T20:36:10.402Z | [ recovery-image] Dec 06 20:36:09.737 INFO O| Dec 06 20:36:09.737 INFO O| Download: 14672/15848 items 150.6/176.3MB 85% complete (1.1M/s) |
3939 | 2024-12-06T20:36:13.008Z | [ host-image] Dec 06 20:36:12.333 INFO O| Dec 06 20:36:12.333 INFO O| Download: 21687/22774 items 183.6/199.6MB 91% complete (1.2M/s) |
3940 | 2024-12-06T20:36:15.403Z | [ recovery-image] Dec 06 20:36:14.739 INFO O| Dec 06 20:36:14.739 INFO O| Download: 15100/15848 items 157.9/176.3MB 89% complete (1.2M/s) |
3941 | 2024-12-06T20:36:18.001Z | [ host-image] Dec 06 20:36:17.337 INFO O| Dec 06 20:36:17.336 INFO O| Download: 22156/22774 items 197.1/199.6MB 98% complete (1.9M/s) |
3942 | 2024-12-06T20:36:20.277Z | [ host-image] Dec 06 20:36:19.613 INFO O| Dec 06 20:36:19.613 INFO O| Download: Completed 199.56 MB in 198.77 seconds (1.0M/s) |
3943 | 2024-12-06T20:36:20.546Z | [ recovery-image] Dec 06 20:36:19.882 INFO O| Dec 06 20:36:19.882 INFO O| Download: 15296/15848 items 161.0/176.3MB 91% complete (1.2M/s) |
3944 | 2024-12-06T20:36:20.878Z | [ host-image] Dec 06 20:36:20.214 INFO O| Dec 06 20:36:20.214 INFO O| Actions: 1/49471 actions (Installing new actions) |
3945 | 2024-12-06T20:36:24.626Z | [ recovery-image] Dec 06 20:36:23.962 INFO O| Dec 06 20:36:23.962 INFO O| Download: Completed 176.29 MB in 171.80 seconds (1.0M/s) |
3946 | 2024-12-06T20:36:25.083Z | [ recovery-image] Dec 06 20:36:24.419 INFO O| Dec 06 20:36:24.419 INFO O| Actions: 1/25014 actions (Installing new actions) |
3947 | 2024-12-06T20:36:25.878Z | [ host-image] Dec 06 20:36:25.214 INFO O| Dec 06 20:36:25.214 INFO O| Actions: 14570/49471 actions (Installing new actions) |
3948 | 2024-12-06T20:36:30.085Z | [ recovery-image] Dec 06 20:36:29.421 INFO O| Dec 06 20:36:29.421 INFO O| Actions: 12881/25014 actions (Installing new actions) |
3949 | 2024-12-06T20:36:30.888Z | [ host-image] Dec 06 20:36:30.223 INFO O| Dec 06 20:36:30.223 INFO O| Actions: 25819/49471 actions (Installing new actions) |
3950 | 2024-12-06T20:36:32.895Z | [ host-image] Dec 06 20:36:32.231 INFO O| Dec 06 20:36:32.230 INFO O| Actions: Completed 49471 actions in 12.01 seconds. |
3951 | 2024-12-06T20:36:33.308Z | [ host-image] Dec 06 20:36:32.644 INFO O| Dec 06 20:36:32.644 INFO O| Done |
3952 | 2024-12-06T20:36:33.308Z | [ host-image] Dec 06 20:36:32.644 INFO O| Dec 06 20:36:32.644 INFO O| Done |
3953 | 2024-12-06T20:36:34.042Z | [ host-image] Dec 06 20:36:33.378 INFO O| Dec 06 20:36:33.378 INFO O| Done |
3954 | 2024-12-06T20:36:34.220Z | [ recovery-image] Dec 06 20:36:33.556 INFO O| Dec 06 20:36:33.556 INFO O| Actions: Completed 25014 actions in 9.14 seconds. |
3955 | 2024-12-06T20:36:34.747Z | [ recovery-image] Dec 06 20:36:34.083 INFO O| Dec 06 20:36:34.083 INFO O| Done |
3956 | 2024-12-06T20:36:34.747Z | [ recovery-image] Dec 06 20:36:34.083 INFO O| Dec 06 20:36:34.083 INFO O| Done |
3957 | 2024-12-06T20:36:35.321Z | [ host-image] Dec 06 20:36:34.657 INFO O| Dec 06 20:36:34.657 INFO O| Done |
3958 | 2024-12-06T20:36:35.342Z | [ host-image] Dec 06 20:36:34.678 INFO O| Dec 06 20:36:34.678 INFO O| Done |
3959 | 2024-12-06T20:36:35.468Z | [ recovery-image] Dec 06 20:36:34.803 INFO O| Dec 06 20:36:34.803 INFO O| Done |
3960 | 2024-12-06T20:36:36.270Z | [ recovery-image] Dec 06 20:36:35.606 INFO O| Dec 06 20:36:35.606 INFO O| Done |
3961 | 2024-12-06T20:36:36.284Z | [ recovery-image] Dec 06 20:36:35.620 INFO O| Dec 06 20:36:35.620 INFO O| Done |
3962 | 2024-12-06T20:36:38.594Z | [ recovery-image] Dec 06 20:36:37.931 INFO O| Dec 06 20:36:37.930 INFO O| Done |
3963 | 2024-12-06T20:36:38.767Z | [ host-image] Dec 06 20:36:38.103 INFO O| Dec 06 20:36:38.103 INFO O| Done |
3964 | 2024-12-06T20:36:38.899Z | [ recovery-image] Dec 06 20:36:38.235 INFO O| Dec 06 20:36:38.235 INFO O| Done |
3965 | 2024-12-06T20:36:39.211Z | [ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO STEP 11 (pkg_install) COMPLETE |
3966 | 2024-12-06T20:36:39.211Z | [ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3967 | 2024-12-06T20:36:39.214Z | [ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO skip step because feature "recovery" is enabled |
3968 | 2024-12-06T20:36:39.214Z | [ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3969 | 2024-12-06T20:36:39.214Z | [ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO skip step because feature "omicron1" is not enabled |
3970 | 2024-12-06T20:36:39.214Z | [ recovery-image] Dec 06 20:36:38.547 INFO O| Dec 06 20:36:38.547 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3971 | 2024-12-06T20:36:39.224Z | [ recovery-image] Dec 06 20:36:38.559 INFO O| Dec 06 20:36:38.559 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3972 | 2024-12-06T20:36:39.250Z | [ host-image] Dec 06 20:36:38.586 INFO O| Dec 06 20:36:38.586 INFO O| Done |
3973 | 2024-12-06T20:36:39.586Z | [ host-image] Dec 06 20:36:38.922 INFO O| Dec 06 20:36:38.922 INFO STEP 11 (pkg_install) COMPLETE |
3974 | 2024-12-06T20:36:39.586Z | [ host-image] Dec 06 20:36:38.922 INFO O| Dec 06 20:36:38.922 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3975 | 2024-12-06T20:36:39.597Z | [ host-image] Dec 06 20:36:38.933 INFO O| Dec 06 20:36:38.933 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"] |
3976 | 2024-12-06T20:36:39.719Z | [ recovery-image] Dec 06 20:36:39.055 INFO O| Dec 06 20:36:39.055 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3977 | 2024-12-06T20:36:40.080Z | [ host-image] Dec 06 20:36:39.416 INFO O| Dec 06 20:36:39.415 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3978 | 2024-12-06T20:36:41.925Z | [ recovery-image] Dec 06 20:36:41.261 INFO O| Dec 06 20:36:41.261 INFO O| Planning: Solver setup ... Done |
3979 | 2024-12-06T20:36:41.929Z | [ recovery-image] Dec 06 20:36:41.265 INFO O| Dec 06 20:36:41.265 INFO O| Planning: Running solver ... Done |
3980 | 2024-12-06T20:36:41.988Z | [ recovery-image] Dec 06 20:36:41.324 INFO O| Dec 06 20:36:41.324 INFO O| Planning: Finding local manifests ... Done |
3981 | 2024-12-06T20:36:41.991Z | [ recovery-image] Dec 06 20:36:41.325 INFO O| Dec 06 20:36:41.325 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3982 | 2024-12-06T20:36:42.080Z | [ recovery-image] Dec 06 20:36:41.416 INFO O| Dec 06 20:36:41.416 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3983 | 2024-12-06T20:36:42.100Z | [ recovery-image] Dec 06 20:36:41.436 INFO O| Dec 06 20:36:41.436 INFO O| Planning: Package planning ... Done |
3984 | 2024-12-06T20:36:42.102Z | [ recovery-image] Dec 06 20:36:41.436 INFO O| Dec 06 20:36:41.436 INFO O| Planning: Merging actions ... Done |
3985 | 2024-12-06T20:36:42.133Z | [ recovery-image] Dec 06 20:36:41.469 INFO O| Dec 06 20:36:41.469 INFO O| Planning: Checking for conflicting actions ... Done |
3986 | 2024-12-06T20:36:42.136Z | [ recovery-image] Dec 06 20:36:41.469 INFO O| Dec 06 20:36:41.469 INFO O| Planning: Consolidating action changes ... Done |
3987 | 2024-12-06T20:36:42.265Z | [ recovery-image] Dec 06 20:36:41.601 INFO O| Dec 06 20:36:41.601 INFO O| Planning: Evaluating mediators ... Done |
3988 | 2024-12-06T20:36:42.267Z | [ recovery-image] Dec 06 20:36:41.601 INFO O| Dec 06 20:36:41.601 INFO O| Planning: Planning completed in 2.55 seconds |
3989 | 2024-12-06T20:36:42.268Z | [ recovery-image] Dec 06 20:36:41.603 INFO O| Dec 06 20:36:41.603 INFO O| Packages to install: 1 |
3990 | 2024-12-06T20:36:42.278Z | [ recovery-image] Dec 06 20:36:41.614 INFO O| Dec 06 20:36:41.614 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3991 | 2024-12-06T20:36:42.448Z | [ recovery-image] Dec 06 20:36:41.784 INFO O| Dec 06 20:36:41.784 INFO O| Download: Completed 9.99 MB in 0.17 seconds (58.9M/s) |
3992 | 2024-12-06T20:36:42.473Z | [ recovery-image] Dec 06 20:36:41.809 INFO O| Dec 06 20:36:41.809 INFO O| Actions: 1/22 actions (Installing new actions) |
3993 | 2024-12-06T20:36:42.727Z | [ recovery-image] Dec 06 20:36:42.063 INFO O| Dec 06 20:36:42.063 INFO O| Actions: Completed 22 actions in 0.25 seconds. |
3994 | 2024-12-06T20:36:42.774Z | [ host-image] Dec 06 20:36:42.110 INFO O| Dec 06 20:36:42.110 INFO O| Planning: Solver setup ... Done |
3995 | 2024-12-06T20:36:42.780Z | [ host-image] Dec 06 20:36:42.116 INFO O| Dec 06 20:36:42.116 INFO O| Planning: Running solver ... Done |
3996 | 2024-12-06T20:36:42.868Z | [ host-image] Dec 06 20:36:42.204 INFO O| Dec 06 20:36:42.204 INFO O| Planning: Finding local manifests ... Done |
3997 | 2024-12-06T20:36:42.870Z | [ host-image] Dec 06 20:36:42.206 INFO O| Dec 06 20:36:42.206 INFO O| Planning: Fetching manifests: 0/5 0% complete |
3998 | 2024-12-06T20:36:43.095Z | [ host-image] Dec 06 20:36:42.430 INFO O| Dec 06 20:36:42.430 INFO O| Planning: Fetching manifests: 5/5 100% complete |
3999 | 2024-12-06T20:36:43.097Z | [ recovery-image] Dec 06 20:36:42.432 INFO O| Dec 06 20:36:42.432 INFO O| Done |
4000 | 2024-12-06T20:36:43.097Z | [ recovery-image] Dec 06 20:36:42.432 INFO O| Dec 06 20:36:42.432 INFO O| Done |
4001 | 2024-12-06T20:36:43.135Z | [ host-image] Dec 06 20:36:42.471 INFO O| Dec 06 20:36:42.471 INFO O| Planning: Package planning ... Done |
4002 | 2024-12-06T20:36:43.140Z | [ host-image] Dec 06 20:36:42.476 INFO O| Dec 06 20:36:42.476 INFO O| Planning: Merging actions ... Done |
4003 | 2024-12-06T20:36:43.265Z | [ host-image] Dec 06 20:36:42.601 INFO O| Dec 06 20:36:42.601 INFO O| Planning: Checking for conflicting actions ... Done |
4004 | 2024-12-06T20:36:43.268Z | [ host-image] Dec 06 20:36:42.603 INFO O| Dec 06 20:36:42.603 INFO O| Planning: Consolidating action changes ... Done |
4005 | 2024-12-06T20:36:43.508Z | [ host-image] Dec 06 20:36:42.844 INFO O| Dec 06 20:36:42.844 INFO O| Planning: Evaluating mediators ... Done |
4006 | 2024-12-06T20:36:43.511Z | [ host-image] Dec 06 20:36:42.845 INFO O| Dec 06 20:36:42.845 INFO O| Planning: Planning completed in 3.43 seconds |
4007 | 2024-12-06T20:36:43.513Z | [ host-image] Dec 06 20:36:42.847 INFO O| Dec 06 20:36:42.847 INFO O| Packages to install: 5 |
4008 | 2024-12-06T20:36:43.513Z | [ host-image] Dec 06 20:36:42.847 INFO O| Dec 06 20:36:42.847 INFO O| Services to change: 2 |
4009 | 2024-12-06T20:36:43.522Z | [ host-image] Dec 06 20:36:42.858 INFO O| Dec 06 20:36:42.858 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4010 | 2024-12-06T20:36:43.719Z | [ recovery-image] Dec 06 20:36:43.055 INFO O| Dec 06 20:36:43.055 INFO O| Done |
4011 | 2024-12-06T20:36:44.555Z | [ recovery-image] Dec 06 20:36:43.891 INFO O| Dec 06 20:36:43.891 INFO O| Done |
4012 | 2024-12-06T20:36:44.566Z | [ recovery-image] Dec 06 20:36:43.902 INFO O| Dec 06 20:36:43.902 INFO O| Done |
4013 | 2024-12-06T20:36:44.569Z | [ recovery-image] Dec 06 20:36:43.903 INFO O| Dec 06 20:36:43.902 INFO O| Done |
4014 | 2024-12-06T20:36:44.577Z | [ recovery-image] Dec 06 20:36:43.912 INFO O| Dec 06 20:36:43.912 INFO O| Done |
4015 | 2024-12-06T20:36:44.589Z | [ host-image] Dec 06 20:36:43.925 INFO O| Dec 06 20:36:43.925 INFO O| Download: Completed 1.44 MB in 1.07 seconds (1.4M/s) |
4016 | 2024-12-06T20:36:44.617Z | [ host-image] Dec 06 20:36:43.953 INFO O| Dec 06 20:36:43.953 INFO O| Actions: 1/305 actions (Installing new actions) |
4017 | 2024-12-06T20:36:44.674Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.009 INFO STEP 14 (pkg_install) COMPLETE |
4018 | 2024-12-06T20:36:44.674Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.009 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4019 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO skip step because feature "mfg" is not enabled |
4020 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4021 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO skip step because feature "compliance" is not enabled |
4022 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4023 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO skip step because feature "stress" is not enabled |
4024 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4025 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO skip step because feature "nfs" is not enabled |
4026 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4027 | 2024-12-06T20:36:44.678Z | [ recovery-image] Dec 06 20:36:44.010 INFO O| Dec 06 20:36:44.010 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4028 | 2024-12-06T20:36:44.732Z | [ host-image] Dec 06 20:36:44.068 INFO O| Dec 06 20:36:44.068 INFO O| Actions: Completed 305 actions in 0.11 seconds. |
4029 | 2024-12-06T20:36:44.843Z | [ recovery-image] Dec 06 20:36:44.179 INFO O| Dec 06 20:36:44.179 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4030 | 2024-12-06T20:36:44.939Z | [ recovery-image] Dec 06 20:36:44.275 INFO O| Dec 06 20:36:44.275 INFO completed processing gimlet/ramdisk-01-os |
4031 | 2024-12-06T20:36:44.941Z | [ recovery-image] Dec 06 20:36:44.277 INFO image builder template: ramdisk-02-trim... |
4032 | 2024-12-06T20:36:44.942Z | [ recovery-image] Dec 06 20:36:44.277 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/.tmpPWOfI9/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 |
4033 | 2024-12-06T20:36:44.967Z | [ recovery-image] Dec 06 20:36:44.303 INFO O| Dec 06 20:36:44.303 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4034 | 2024-12-06T20:36:44.970Z | [ host-image] Dec 06 20:36:44.304 INFO O| Dec 06 20:36:44.304 INFO O| Done |
4035 | 2024-12-06T20:36:44.970Z | [ host-image] Dec 06 20:36:44.304 INFO O| Dec 06 20:36:44.304 INFO O| Done |
4036 | 2024-12-06T20:36:44.973Z | [ recovery-image] Dec 06 20:36:44.308 INFO O| Dec 06 20:36:44.308 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4037 | 2024-12-06T20:36:45.078Z | [ recovery-image] Dec 06 20:36:44.414 INFO O| Dec 06 20:36:44.414 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4038 | 2024-12-06T20:36:45.167Z | [ recovery-image] Dec 06 20:36:44.502 INFO O| Dec 06 20:36:44.502 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4039 | 2024-12-06T20:36:45.167Z | [ recovery-image] Dec 06 20:36:44.503 INFO O| Dec 06 20:36:44.502 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4040 | 2024-12-06T20:36:45.171Z | [ recovery-image] Dec 06 20:36:44.508 INFO O| Dec 06 20:36:44.507 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4041 | 2024-12-06T20:36:45.175Z | [ recovery-image] Dec 06 20:36:44.511 INFO O| Dec 06 20:36:44.511 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4042 | 2024-12-06T20:36:45.180Z | [ recovery-image] Dec 06 20:36:44.516 INFO O| Dec 06 20:36:44.516 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4043 | 2024-12-06T20:36:45.528Z | [ host-image] Dec 06 20:36:44.864 INFO O| Dec 06 20:36:44.864 INFO O| Done |
4044 | 2024-12-06T20:36:45.634Z | [ recovery-image] Dec 06 20:36:44.970 INFO O| Dec 06 20:36:44.970 INFO rolled back to input snapshot; work may begin |
4045 | 2024-12-06T20:36:45.634Z | [ recovery-image] Dec 06 20:36:44.970 INFO O| Dec 06 20:36:44.970 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4046 | 2024-12-06T20:36:45.639Z | [ recovery-image] Dec 06 20:36:44.975 INFO O| Dec 06 20:36:44.975 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4047 | 2024-12-06T20:36:45.650Z | [ recovery-image] Dec 06 20:36:44.986 INFO O| Dec 06 20:36:44.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4048 | 2024-12-06T20:36:45.698Z | [ recovery-image] Dec 06 20:36:45.034 INFO O| Dec 06 20:36:45.033 INFO STEP 0 (remove_files) COMPLETE |
4049 | 2024-12-06T20:36:45.698Z | [ recovery-image] Dec 06 20:36:45.034 INFO O| Dec 06 20:36:45.034 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4050 | 2024-12-06T20:36:45.708Z | [ recovery-image] Dec 06 20:36:45.044 INFO O| Dec 06 20:36:45.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4051 | 2024-12-06T20:36:45.711Z | [ recovery-image] Dec 06 20:36:45.046 INFO O| Dec 06 20:36:45.046 INFO STEP 1 (remove_files) COMPLETE |
4052 | 2024-12-06T20:36:45.711Z | [ recovery-image] Dec 06 20:36:45.046 INFO O| Dec 06 20:36:45.046 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4053 | 2024-12-06T20:36:45.719Z | [ recovery-image] Dec 06 20:36:45.055 INFO O| Dec 06 20:36:45.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4054 | 2024-12-06T20:36:45.733Z | [ recovery-image] Dec 06 20:36:45.069 INFO O| Dec 06 20:36:45.069 INFO STEP 2 (remove_files) COMPLETE |
4055 | 2024-12-06T20:36:45.733Z | [ recovery-image] Dec 06 20:36:45.069 INFO O| Dec 06 20:36:45.069 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4056 | 2024-12-06T20:36:45.746Z | [ recovery-image] Dec 06 20:36:45.081 INFO O| Dec 06 20:36:45.081 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4057 | 2024-12-06T20:36:45.752Z | [ recovery-image] Dec 06 20:36:45.083 INFO O| Dec 06 20:36:45.083 INFO STEP 3 (remove_files) COMPLETE |
4058 | 2024-12-06T20:36:45.752Z | [ recovery-image] Dec 06 20:36:45.083 INFO O| Dec 06 20:36:45.083 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4059 | 2024-12-06T20:36:45.758Z | [ recovery-image] Dec 06 20:36:45.094 INFO O| Dec 06 20:36:45.094 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4060 | 2024-12-06T20:36:45.762Z | [ recovery-image] Dec 06 20:36:45.098 INFO O| Dec 06 20:36:45.098 INFO STEP 4 (remove_files) COMPLETE |
4061 | 2024-12-06T20:36:45.762Z | [ recovery-image] Dec 06 20:36:45.098 INFO O| Dec 06 20:36:45.098 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4062 | 2024-12-06T20:36:45.773Z | [ recovery-image] Dec 06 20:36:45.109 INFO O| Dec 06 20:36:45.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4063 | 2024-12-06T20:36:45.775Z | [ recovery-image] Dec 06 20:36:45.109 INFO O| Dec 06 20:36:45.109 INFO STEP 5 (remove_files) COMPLETE |
4064 | 2024-12-06T20:36:45.775Z | [ recovery-image] Dec 06 20:36:45.110 INFO O| Dec 06 20:36:45.109 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4065 | 2024-12-06T20:36:45.783Z | [ recovery-image] Dec 06 20:36:45.119 INFO O| Dec 06 20:36:45.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4066 | 2024-12-06T20:36:45.794Z | [ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 6 (remove_files) COMPLETE |
4067 | 2024-12-06T20:36:45.794Z | [ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4068 | 2024-12-06T20:36:45.797Z | [ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO skip step because feature "recovery" is enabled |
4069 | 2024-12-06T20:36:45.797Z | [ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-12-06T20:36:45.797Z | [ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO skip step because feature "recovery" is enabled |
4071 | 2024-12-06T20:36:45.798Z | [ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-12-06T20:36:45.798Z | [ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO skip step because feature "recovery" is enabled |
4073 | 2024-12-06T20:36:45.798Z | [ recovery-image] Dec 06 20:36:45.130 INFO O| Dec 06 20:36:45.130 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4074 | 2024-12-06T20:36:45.805Z | [ recovery-image] Dec 06 20:36:45.141 INFO O| Dec 06 20:36:45.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4075 | 2024-12-06T20:36:45.809Z | [ recovery-image] Dec 06 20:36:45.145 INFO O| Dec 06 20:36:45.145 INFO STEP 10 (remove_files) COMPLETE |
4076 | 2024-12-06T20:36:45.809Z | [ recovery-image] Dec 06 20:36:45.145 INFO O| Dec 06 20:36:45.145 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4077 | 2024-12-06T20:36:45.819Z | [ recovery-image] Dec 06 20:36:45.155 INFO O| Dec 06 20:36:45.155 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4078 | 2024-12-06T20:36:45.822Z | [ recovery-image] Dec 06 20:36:45.156 INFO O| Dec 06 20:36:45.156 INFO STEP 11 (remove_files) COMPLETE |
4079 | 2024-12-06T20:36:45.822Z | [ recovery-image] Dec 06 20:36:45.156 INFO O| Dec 06 20:36:45.156 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4080 | 2024-12-06T20:36:45.830Z | [ recovery-image] Dec 06 20:36:45.166 INFO O| Dec 06 20:36:45.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4081 | 2024-12-06T20:36:45.832Z | [ recovery-image] Dec 06 20:36:45.167 INFO O| Dec 06 20:36:45.167 INFO STEP 12 (remove_files) COMPLETE |
4082 | 2024-12-06T20:36:45.832Z | [ recovery-image] Dec 06 20:36:45.167 INFO O| Dec 06 20:36:45.167 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-12-06T20:36:45.855Z | [ recovery-image] Dec 06 20:36:45.191 INFO O| Dec 06 20:36:45.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4084 | 2024-12-06T20:36:45.931Z | [ recovery-image] Dec 06 20:36:45.267 INFO O| Dec 06 20:36:45.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4085 | 2024-12-06T20:36:45.946Z | [ recovery-image] Dec 06 20:36:45.282 INFO O| Dec 06 20:36:45.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4086 | 2024-12-06T20:36:45.949Z | [ recovery-image] Dec 06 20:36:45.285 INFO O| Dec 06 20:36:45.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4087 | 2024-12-06T20:36:45.952Z | [ recovery-image] Dec 06 20:36:45.288 INFO O| Dec 06 20:36:45.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4088 | 2024-12-06T20:36:46.077Z | [ recovery-image] Dec 06 20:36:45.413 INFO O| Dec 06 20:36:45.413 INFO STEP 13 (remove_files) COMPLETE |
4089 | 2024-12-06T20:36:46.077Z | [ recovery-image] Dec 06 20:36:45.413 INFO O| Dec 06 20:36:45.413 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-06T20:36:46.088Z | [ recovery-image] Dec 06 20:36:45.424 INFO O| Dec 06 20:36:45.424 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4091 | 2024-12-06T20:36:46.091Z | [ recovery-image] Dec 06 20:36:45.426 INFO O| Dec 06 20:36:45.426 INFO STEP 14 (remove_files) COMPLETE |
4092 | 2024-12-06T20:36:46.091Z | [ recovery-image] Dec 06 20:36:45.426 INFO O| Dec 06 20:36:45.426 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-06T20:36:46.099Z | [ recovery-image] Dec 06 20:36:45.435 INFO O| Dec 06 20:36:45.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4094 | 2024-12-06T20:36:46.105Z | [ recovery-image] Dec 06 20:36:45.441 INFO O| Dec 06 20:36:45.441 INFO STEP 15 (remove_files) COMPLETE |
4095 | 2024-12-06T20:36:46.105Z | [ recovery-image] Dec 06 20:36:45.441 INFO O| Dec 06 20:36:45.441 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-06T20:36:46.114Z | [ recovery-image] Dec 06 20:36:45.450 INFO O| Dec 06 20:36:45.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4097 | 2024-12-06T20:36:46.116Z | [ recovery-image] Dec 06 20:36:45.451 INFO O| Dec 06 20:36:45.451 INFO STEP 16 (remove_files) COMPLETE |
4098 | 2024-12-06T20:36:46.116Z | [ recovery-image] Dec 06 20:36:45.451 INFO O| Dec 06 20:36:45.451 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-06T20:36:46.124Z | [ recovery-image] Dec 06 20:36:45.460 INFO O| Dec 06 20:36:45.460 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4100 | 2024-12-06T20:36:46.126Z | [ recovery-image] Dec 06 20:36:45.462 INFO O| Dec 06 20:36:45.462 INFO STEP 17 (remove_files) COMPLETE |
4101 | 2024-12-06T20:36:46.126Z | [ recovery-image] Dec 06 20:36:45.462 INFO O| Dec 06 20:36:45.462 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-12-06T20:36:46.135Z | [ recovery-image] Dec 06 20:36:45.471 INFO O| Dec 06 20:36:45.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4103 | 2024-12-06T20:36:46.137Z | [ recovery-image] Dec 06 20:36:45.471 INFO O| Dec 06 20:36:45.471 INFO STEP 18 (remove_files) COMPLETE |
4104 | 2024-12-06T20:36:46.137Z | [ recovery-image] Dec 06 20:36:45.471 INFO O| Dec 06 20:36:45.471 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-06T20:36:46.144Z | [ recovery-image] Dec 06 20:36:45.480 INFO O| Dec 06 20:36:45.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4106 | 2024-12-06T20:36:46.146Z | [ recovery-image] Dec 06 20:36:45.480 INFO O| Dec 06 20:36:45.480 INFO STEP 19 (remove_files) COMPLETE |
4107 | 2024-12-06T20:36:46.146Z | [ recovery-image] Dec 06 20:36:45.480 INFO O| Dec 06 20:36:45.480 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-06T20:36:46.154Z | [ recovery-image] Dec 06 20:36:45.489 INFO O| Dec 06 20:36:45.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4109 | 2024-12-06T20:36:46.154Z | [ recovery-image] Dec 06 20:36:45.490 INFO O| Dec 06 20:36:45.490 INFO STEP 20 (remove_files) COMPLETE |
4110 | 2024-12-06T20:36:46.154Z | [ recovery-image] Dec 06 20:36:45.490 INFO O| Dec 06 20:36:45.490 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-06T20:36:46.163Z | [ recovery-image] Dec 06 20:36:45.499 INFO O| Dec 06 20:36:45.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4112 | 2024-12-06T20:36:46.163Z | [ recovery-image] Dec 06 20:36:45.499 INFO O| Dec 06 20:36:45.499 INFO STEP 21 (remove_files) COMPLETE |
4113 | 2024-12-06T20:36:46.165Z | [ recovery-image] Dec 06 20:36:45.499 INFO O| Dec 06 20:36:45.499 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-06T20:36:46.172Z | [ recovery-image] Dec 06 20:36:45.508 INFO O| Dec 06 20:36:45.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4115 | 2024-12-06T20:36:46.174Z | [ recovery-image] Dec 06 20:36:45.508 INFO O| Dec 06 20:36:45.508 INFO STEP 22 (remove_files) COMPLETE |
4116 | 2024-12-06T20:36:46.175Z | [ recovery-image] Dec 06 20:36:45.508 INFO O| Dec 06 20:36:45.508 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-06T20:36:46.181Z | [ recovery-image] Dec 06 20:36:45.517 INFO O| Dec 06 20:36:45.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4118 | 2024-12-06T20:36:46.183Z | [ recovery-image] Dec 06 20:36:45.517 INFO O| Dec 06 20:36:45.517 INFO STEP 23 (remove_files) COMPLETE |
4119 | 2024-12-06T20:36:46.183Z | [ recovery-image] Dec 06 20:36:45.517 INFO O| Dec 06 20:36:45.517 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-06T20:36:46.190Z | [ recovery-image] Dec 06 20:36:45.527 INFO O| Dec 06 20:36:45.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4121 | 2024-12-06T20:36:46.191Z | [ recovery-image] Dec 06 20:36:45.527 INFO O| Dec 06 20:36:45.527 INFO STEP 24 (remove_files) COMPLETE |
4122 | 2024-12-06T20:36:46.193Z | [ recovery-image] Dec 06 20:36:45.527 INFO O| Dec 06 20:36:45.527 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-06T20:36:46.371Z | [ recovery-image] Dec 06 20:36:45.536 INFO O| Dec 06 20:36:45.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4124 | 2024-12-06T20:36:46.371Z | [ recovery-image] Dec 06 20:36:45.536 INFO O| Dec 06 20:36:45.536 INFO STEP 25 (remove_files) COMPLETE |
4125 | 2024-12-06T20:36:46.379Z | [ recovery-image] Dec 06 20:36:45.536 INFO O| Dec 06 20:36:45.536 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-06T20:36:46.379Z | [ recovery-image] Dec 06 20:36:45.545 INFO O| Dec 06 20:36:45.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4127 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.545 INFO O| Dec 06 20:36:45.545 INFO STEP 26 (remove_files) COMPLETE |
4128 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.545 INFO O| Dec 06 20:36:45.545 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.555 INFO O| Dec 06 20:36:45.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4130 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.555 INFO O| Dec 06 20:36:45.555 INFO STEP 27 (remove_files) COMPLETE |
4131 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.555 INFO O| Dec 06 20:36:45.555 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.564 INFO O| Dec 06 20:36:45.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4133 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.564 INFO O| Dec 06 20:36:45.564 INFO STEP 28 (remove_files) COMPLETE |
4134 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.564 INFO O| Dec 06 20:36:45.564 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.573 INFO O| Dec 06 20:36:45.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4136 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.573 INFO O| Dec 06 20:36:45.573 INFO STEP 29 (remove_files) COMPLETE |
4137 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.573 INFO O| Dec 06 20:36:45.573 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.583 INFO O| Dec 06 20:36:45.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4139 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.583 INFO O| Dec 06 20:36:45.583 INFO STEP 30 (remove_files) COMPLETE |
4140 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.583 INFO O| Dec 06 20:36:45.583 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.592 INFO O| Dec 06 20:36:45.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4142 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.592 INFO O| Dec 06 20:36:45.592 INFO STEP 31 (remove_files) COMPLETE |
4143 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.592 INFO O| Dec 06 20:36:45.592 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4144 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.601 INFO O| Dec 06 20:36:45.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4145 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.601 INFO O| Dec 06 20:36:45.601 INFO STEP 32 (remove_files) COMPLETE |
4146 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.601 INFO O| Dec 06 20:36:45.601 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.610 INFO O| Dec 06 20:36:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4148 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.610 INFO O| Dec 06 20:36:45.610 INFO STEP 33 (remove_files) COMPLETE |
4149 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.610 INFO O| Dec 06 20:36:45.610 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.620 INFO O| Dec 06 20:36:45.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4151 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.620 INFO O| Dec 06 20:36:45.620 INFO STEP 34 (remove_files) COMPLETE |
4152 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.620 INFO O| Dec 06 20:36:45.620 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.629 INFO O| Dec 06 20:36:45.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4154 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.629 INFO O| Dec 06 20:36:45.629 INFO STEP 35 (remove_files) COMPLETE |
4155 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.629 INFO O| Dec 06 20:36:45.629 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.639 INFO O| Dec 06 20:36:45.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4157 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.640 INFO O| Dec 06 20:36:45.639 INFO STEP 36 (remove_files) COMPLETE |
4158 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.640 INFO O| Dec 06 20:36:45.640 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-06T20:36:46.380Z | [ recovery-image] Dec 06 20:36:45.649 INFO O| Dec 06 20:36:45.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4160 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.649 INFO O| Dec 06 20:36:45.649 INFO STEP 37 (remove_files) COMPLETE |
4161 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.649 INFO O| Dec 06 20:36:45.649 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.659 INFO O| Dec 06 20:36:45.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4163 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.659 INFO O| Dec 06 20:36:45.659 INFO STEP 38 (remove_files) COMPLETE |
4164 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.659 INFO O| Dec 06 20:36:45.659 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.669 INFO O| Dec 06 20:36:45.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4166 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.669 INFO O| Dec 06 20:36:45.669 INFO STEP 39 (remove_files) COMPLETE |
4167 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.669 INFO O| Dec 06 20:36:45.669 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.678 INFO O| Dec 06 20:36:45.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4169 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.678 INFO O| Dec 06 20:36:45.678 INFO STEP 40 (remove_files) COMPLETE |
4170 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.678 INFO O| Dec 06 20:36:45.678 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.687 INFO O| Dec 06 20:36:45.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4172 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.687 INFO O| Dec 06 20:36:45.687 INFO STEP 41 (remove_files) COMPLETE |
4173 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.687 INFO O| Dec 06 20:36:45.687 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.697 INFO O| Dec 06 20:36:45.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4175 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.697 INFO O| Dec 06 20:36:45.697 INFO STEP 42 (remove_files) COMPLETE |
4176 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.697 INFO O| Dec 06 20:36:45.697 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.706 INFO O| Dec 06 20:36:45.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4178 | 2024-12-06T20:36:46.381Z | [ recovery-image] Dec 06 20:36:45.706 INFO O| Dec 06 20:36:45.706 INFO STEP 43 (remove_files) COMPLETE |
4179 | 2024-12-06T20:36:46.382Z | [ recovery-image] Dec 06 20:36:45.706 INFO O| Dec 06 20:36:45.706 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-06T20:36:46.386Z | [ recovery-image] Dec 06 20:36:45.715 INFO O| Dec 06 20:36:45.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4181 | 2024-12-06T20:36:46.386Z | [ recovery-image] Dec 06 20:36:45.715 INFO O| Dec 06 20:36:45.715 INFO STEP 44 (remove_files) COMPLETE |
4182 | 2024-12-06T20:36:46.386Z | [ recovery-image] Dec 06 20:36:45.715 INFO O| Dec 06 20:36:45.715 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-06T20:36:46.389Z | [ recovery-image] Dec 06 20:36:45.724 INFO O| Dec 06 20:36:45.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4184 | 2024-12-06T20:36:46.389Z | [ recovery-image] Dec 06 20:36:45.724 INFO O| Dec 06 20:36:45.724 INFO STEP 45 (remove_files) COMPLETE |
4185 | 2024-12-06T20:36:46.389Z | [ recovery-image] Dec 06 20:36:45.724 INFO O| Dec 06 20:36:45.724 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-06T20:36:46.398Z | [ recovery-image] Dec 06 20:36:45.734 INFO O| Dec 06 20:36:45.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4187 | 2024-12-06T20:36:46.398Z | [ recovery-image] Dec 06 20:36:45.734 INFO O| Dec 06 20:36:45.734 INFO STEP 46 (remove_files) COMPLETE |
4188 | 2024-12-06T20:36:46.398Z | [ recovery-image] Dec 06 20:36:45.734 INFO O| Dec 06 20:36:45.734 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-06T20:36:46.407Z | [ recovery-image] Dec 06 20:36:45.743 INFO O| Dec 06 20:36:45.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4190 | 2024-12-06T20:36:46.407Z | [ recovery-image] Dec 06 20:36:45.743 INFO O| Dec 06 20:36:45.743 INFO STEP 47 (remove_files) COMPLETE |
4191 | 2024-12-06T20:36:46.409Z | [ recovery-image] Dec 06 20:36:45.743 INFO O| Dec 06 20:36:45.743 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-06T20:36:46.416Z | [ recovery-image] Dec 06 20:36:45.752 INFO O| Dec 06 20:36:45.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4193 | 2024-12-06T20:36:46.416Z | [ recovery-image] Dec 06 20:36:45.752 INFO O| Dec 06 20:36:45.752 INFO STEP 48 (remove_files) COMPLETE |
4194 | 2024-12-06T20:36:46.416Z | [ recovery-image] Dec 06 20:36:45.752 INFO O| Dec 06 20:36:45.752 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-06T20:36:46.425Z | [ recovery-image] Dec 06 20:36:45.761 INFO O| Dec 06 20:36:45.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4196 | 2024-12-06T20:36:46.425Z | [ recovery-image] Dec 06 20:36:45.761 INFO O| Dec 06 20:36:45.761 INFO STEP 49 (remove_files) COMPLETE |
4197 | 2024-12-06T20:36:46.428Z | [ recovery-image] Dec 06 20:36:45.762 INFO O| Dec 06 20:36:45.761 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-06T20:36:46.437Z | [ recovery-image] Dec 06 20:36:45.771 INFO O| Dec 06 20:36:45.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4199 | 2024-12-06T20:36:46.437Z | [ recovery-image] Dec 06 20:36:45.771 INFO O| Dec 06 20:36:45.771 INFO STEP 50 (remove_files) COMPLETE |
4200 | 2024-12-06T20:36:46.437Z | [ recovery-image] Dec 06 20:36:45.771 INFO O| Dec 06 20:36:45.771 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-06T20:36:46.444Z | [ recovery-image] Dec 06 20:36:45.780 INFO O| Dec 06 20:36:45.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4202 | 2024-12-06T20:36:46.444Z | [ recovery-image] Dec 06 20:36:45.780 INFO O| Dec 06 20:36:45.780 INFO STEP 51 (remove_files) COMPLETE |
4203 | 2024-12-06T20:36:46.446Z | [ recovery-image] Dec 06 20:36:45.780 INFO O| Dec 06 20:36:45.780 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4204 | 2024-12-06T20:36:46.453Z | [ recovery-image] Dec 06 20:36:45.789 INFO O| Dec 06 20:36:45.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4205 | 2024-12-06T20:36:46.453Z | [ recovery-image] Dec 06 20:36:45.789 INFO O| Dec 06 20:36:45.789 INFO STEP 52 (remove_files) COMPLETE |
4206 | 2024-12-06T20:36:46.453Z | [ recovery-image] Dec 06 20:36:45.789 INFO O| Dec 06 20:36:45.789 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4207 | 2024-12-06T20:36:46.463Z | [ recovery-image] Dec 06 20:36:45.798 INFO O| Dec 06 20:36:45.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4208 | 2024-12-06T20:36:46.463Z | [ recovery-image] Dec 06 20:36:45.799 INFO O| Dec 06 20:36:45.799 INFO STEP 53 (remove_files) COMPLETE |
4209 | 2024-12-06T20:36:46.465Z | [ recovery-image] Dec 06 20:36:45.799 INFO O| Dec 06 20:36:45.799 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4210 | 2024-12-06T20:36:46.472Z | [ recovery-image] Dec 06 20:36:45.808 INFO O| Dec 06 20:36:45.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4211 | 2024-12-06T20:36:46.474Z | [ recovery-image] Dec 06 20:36:45.808 INFO O| Dec 06 20:36:45.808 INFO STEP 54 (remove_files) COMPLETE |
4212 | 2024-12-06T20:36:46.474Z | [ recovery-image] Dec 06 20:36:45.808 INFO O| Dec 06 20:36:45.808 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-06T20:36:46.481Z | [ recovery-image] Dec 06 20:36:45.817 INFO O| Dec 06 20:36:45.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4214 | 2024-12-06T20:36:46.481Z | [ recovery-image] Dec 06 20:36:45.817 INFO O| Dec 06 20:36:45.817 INFO STEP 55 (remove_files) COMPLETE |
4215 | 2024-12-06T20:36:46.502Z | [ recovery-image] Dec 06 20:36:45.817 INFO O| Dec 06 20:36:45.817 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4216 | 2024-12-06T20:36:46.505Z | [ recovery-image] Dec 06 20:36:45.827 INFO O| Dec 06 20:36:45.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4217 | 2024-12-06T20:36:46.505Z | [ recovery-image] Dec 06 20:36:45.827 INFO O| Dec 06 20:36:45.827 INFO STEP 56 (remove_files) COMPLETE |
4218 | 2024-12-06T20:36:46.505Z | [ recovery-image] Dec 06 20:36:45.827 INFO O| Dec 06 20:36:45.827 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2024-12-06T20:36:46.505Z | [ recovery-image] Dec 06 20:36:45.836 INFO O| Dec 06 20:36:45.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4220 | 2024-12-06T20:36:46.505Z | [ recovery-image] Dec 06 20:36:45.836 INFO O| Dec 06 20:36:45.836 INFO STEP 57 (remove_files) COMPLETE |
4221 | 2024-12-06T20:36:46.505Z | [ recovery-image] Dec 06 20:36:45.836 INFO O| Dec 06 20:36:45.836 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4222 | 2024-12-06T20:36:46.510Z | [ recovery-image] Dec 06 20:36:45.846 INFO O| Dec 06 20:36:45.846 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4223 | 2024-12-06T20:36:46.510Z | [ recovery-image] Dec 06 20:36:45.846 INFO O| Dec 06 20:36:45.846 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4224 | 2024-12-06T20:36:46.512Z | [ recovery-image] Dec 06 20:36:45.846 INFO O| Dec 06 20:36:45.846 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4225 | 2024-12-06T20:36:46.512Z | [ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4226 | 2024-12-06T20:36:46.512Z | [ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4227 | 2024-12-06T20:36:46.512Z | [ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4228 | 2024-12-06T20:36:46.513Z | [ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO ok! |
4229 | 2024-12-06T20:36:46.513Z | [ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO STEP 58 (ensure_file) COMPLETE |
4230 | 2024-12-06T20:36:46.513Z | [ recovery-image] Dec 06 20:36:45.847 INFO O| Dec 06 20:36:45.847 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4231 | 2024-12-06T20:36:46.520Z | [ recovery-image] Dec 06 20:36:45.856 INFO O| Dec 06 20:36:45.856 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4232 | 2024-12-06T20:36:46.520Z | [ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4233 | 2024-12-06T20:36:46.523Z | [ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4234 | 2024-12-06T20:36:46.523Z | [ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4235 | 2024-12-06T20:36:46.523Z | [ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4236 | 2024-12-06T20:36:46.523Z | [ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4237 | 2024-12-06T20:36:46.523Z | [ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO ok! |
4238 | 2024-12-06T20:36:46.523Z | [ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO STEP 59 (ensure_file) COMPLETE |
4239 | 2024-12-06T20:36:46.523Z | [ recovery-image] Dec 06 20:36:45.857 INFO O| Dec 06 20:36:45.857 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4240 | 2024-12-06T20:36:46.530Z | [ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4241 | 2024-12-06T20:36:46.530Z | [ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4242 | 2024-12-06T20:36:46.532Z | [ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4243 | 2024-12-06T20:36:46.532Z | [ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO ok! |
4244 | 2024-12-06T20:36:46.532Z | [ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO STEP 60 (ensure_file) COMPLETE |
4245 | 2024-12-06T20:36:46.532Z | [ recovery-image] Dec 06 20:36:45.866 INFO O| Dec 06 20:36:45.866 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4246 | 2024-12-06T20:36:46.541Z | [ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4247 | 2024-12-06T20:36:46.541Z | [ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4248 | 2024-12-06T20:36:46.543Z | [ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4249 | 2024-12-06T20:36:46.543Z | [ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO ok! |
4250 | 2024-12-06T20:36:46.543Z | [ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO STEP 61 (ensure_file) COMPLETE |
4251 | 2024-12-06T20:36:46.543Z | [ recovery-image] Dec 06 20:36:45.876 INFO O| Dec 06 20:36:45.876 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4252 | 2024-12-06T20:36:46.549Z | [ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4253 | 2024-12-06T20:36:46.549Z | [ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4254 | 2024-12-06T20:36:46.551Z | [ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4255 | 2024-12-06T20:36:46.552Z | [ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4256 | 2024-12-06T20:36:46.552Z | [ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO ok! |
4257 | 2024-12-06T20:36:46.552Z | [ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO STEP 62 (ensure_file) COMPLETE |
4258 | 2024-12-06T20:36:46.552Z | [ recovery-image] Dec 06 20:36:45.885 INFO O| Dec 06 20:36:45.885 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4259 | 2024-12-06T20:36:46.561Z | [ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4260 | 2024-12-06T20:36:46.561Z | [ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4261 | 2024-12-06T20:36:46.563Z | [ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4262 | 2024-12-06T20:36:46.563Z | [ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4263 | 2024-12-06T20:36:46.563Z | [ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO ok! |
4264 | 2024-12-06T20:36:46.563Z | [ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO STEP 63 (ensure_file) COMPLETE |
4265 | 2024-12-06T20:36:46.563Z | [ recovery-image] Dec 06 20:36:45.895 INFO O| Dec 06 20:36:45.895 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4266 | 2024-12-06T20:36:46.569Z | [ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4267 | 2024-12-06T20:36:46.569Z | [ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4268 | 2024-12-06T20:36:46.571Z | [ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4269 | 2024-12-06T20:36:46.571Z | [ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO ok! |
4270 | 2024-12-06T20:36:46.571Z | [ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO STEP 64 (assemble_files) COMPLETE |
4271 | 2024-12-06T20:36:46.571Z | [ recovery-image] Dec 06 20:36:45.905 INFO O| Dec 06 20:36:45.905 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4272 | 2024-12-06T20:36:46.578Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4273 | 2024-12-06T20:36:46.578Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4274 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4275 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4276 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO ok! |
4277 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO STEP 65 (ensure_file) COMPLETE |
4278 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4279 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO skip step because feature "omicron1" is not enabled |
4280 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4281 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO skip step because feature "omicron1" is not enabled |
4282 | 2024-12-06T20:36:46.581Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4283 | 2024-12-06T20:36:46.582Z | [ recovery-image] Dec 06 20:36:45.914 INFO O| Dec 06 20:36:45.914 INFO skip step because feature "omicron1" is not enabled |
4284 | 2024-12-06T20:36:46.582Z | [ recovery-image] Dec 06 20:36:45.915 INFO O| Dec 06 20:36:45.914 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4285 | 2024-12-06T20:36:46.593Z | [ recovery-image] Dec 06 20:36:45.929 INFO O| Dec 06 20:36:45.929 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4286 | 2024-12-06T20:36:46.593Z | [ recovery-image] Dec 06 20:36:45.929 INFO O| Dec 06 20:36:45.929 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4287 | 2024-12-06T20:36:46.733Z | [ host-image] Dec 06 20:36:46.069 INFO O| Dec 06 20:36:46.068 INFO O| Done |
4288 | 2024-12-06T20:36:46.758Z | [ host-image] Dec 06 20:36:46.094 INFO O| Dec 06 20:36:46.094 INFO O| Done |
4289 | 2024-12-06T20:36:46.758Z | [ host-image] Dec 06 20:36:46.094 INFO O| Dec 06 20:36:46.094 INFO O| Done |
4290 | 2024-12-06T20:36:46.774Z | [ host-image] Dec 06 20:36:46.110 INFO O| Dec 06 20:36:46.110 INFO O| Done |
4291 | 2024-12-06T20:36:46.882Z | [ host-image] Dec 06 20:36:46.218 INFO O| Dec 06 20:36:46.217 INFO STEP 12 (pkg_install) COMPLETE |
4292 | 2024-12-06T20:36:46.882Z | [ host-image] Dec 06 20:36:46.218 INFO O| Dec 06 20:36:46.217 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4293 | 2024-12-06T20:36:46.893Z | [ host-image] Dec 06 20:36:46.229 INFO O| Dec 06 20:36:46.229 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4294 | 2024-12-06T20:36:47.352Z | [ host-image] Dec 06 20:36:46.688 INFO O| Dec 06 20:36:46.688 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4295 | 2024-12-06T20:36:47.965Z | [ recovery-image] Dec 06 20:36:47.300 INFO O| Dec 06 20:36:47.300 INFO STEP 69 (pack_tar) COMPLETE |
4296 | 2024-12-06T20:36:47.965Z | [ recovery-image] Dec 06 20:36:47.301 INFO O| Dec 06 20:36:47.300 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4297 | 2024-12-06T20:36:47.967Z | [ recovery-image] Dec 06 20:36:47.301 INFO O| Dec 06 20:36:47.300 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4298 | 2024-12-06T20:36:48.824Z | [ recovery-image] Dec 06 20:36:48.159 INFO O| Dec 06 20:36:48.159 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4299 | 2024-12-06T20:36:48.897Z | [ recovery-image] Dec 06 20:36:48.233 INFO O| Dec 06 20:36:48.233 INFO completed processing gimlet/ramdisk-02-trim |
4300 | 2024-12-06T20:36:48.900Z | [ recovery-image] Dec 06 20:36:48.236 INFO image builder template: ramdisk-03-recovery-trim... |
4301 | 2024-12-06T20:36:48.900Z | [ recovery-image] Dec 06 20:36:48.236 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/.tmpPWOfI9/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 |
4302 | 2024-12-06T20:36:49.008Z | [ recovery-image] Dec 06 20:36:48.343 INFO O| Dec 06 20:36:48.343 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4303 | 2024-12-06T20:36:49.012Z | [ recovery-image] Dec 06 20:36:48.348 INFO O| Dec 06 20:36:48.348 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4304 | 2024-12-06T20:36:49.079Z | [ recovery-image] Dec 06 20:36:48.415 INFO O| Dec 06 20:36:48.415 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4305 | 2024-12-06T20:36:49.136Z | [ recovery-image] Dec 06 20:36:48.471 INFO O| Dec 06 20:36:48.471 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4306 | 2024-12-06T20:36:49.138Z | [ recovery-image] Dec 06 20:36:48.472 INFO O| Dec 06 20:36:48.472 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4307 | 2024-12-06T20:36:49.144Z | [ recovery-image] Dec 06 20:36:48.480 INFO O| Dec 06 20:36:48.480 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4308 | 2024-12-06T20:36:49.149Z | [ recovery-image] Dec 06 20:36:48.485 INFO O| Dec 06 20:36:48.485 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4309 | 2024-12-06T20:36:49.157Z | [ recovery-image] Dec 06 20:36:48.490 INFO O| Dec 06 20:36:48.490 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4310 | 2024-12-06T20:36:49.401Z | [ recovery-image] Dec 06 20:36:48.737 INFO O| Dec 06 20:36:48.737 INFO rolled back to input snapshot; work may begin |
4311 | 2024-12-06T20:36:49.401Z | [ recovery-image] Dec 06 20:36:48.737 INFO O| Dec 06 20:36:48.737 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4312 | 2024-12-06T20:36:49.406Z | [ recovery-image] Dec 06 20:36:48.742 INFO O| Dec 06 20:36:48.742 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-12-06T20:36:49.416Z | [ recovery-image] Dec 06 20:36:48.752 INFO O| Dec 06 20:36:48.752 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4314 | 2024-12-06T20:36:49.419Z | [ recovery-image] Dec 06 20:36:48.755 INFO O| Dec 06 20:36:48.755 INFO STEP 0 (remove_files) COMPLETE |
4315 | 2024-12-06T20:36:49.419Z | [ recovery-image] Dec 06 20:36:48.755 INFO O| Dec 06 20:36:48.755 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-12-06T20:36:49.428Z | [ recovery-image] Dec 06 20:36:48.765 INFO O| Dec 06 20:36:48.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4317 | 2024-12-06T20:36:49.486Z | [ recovery-image] Dec 06 20:36:48.822 INFO O| Dec 06 20:36:48.822 INFO STEP 1 (remove_files) COMPLETE |
4318 | 2024-12-06T20:36:49.486Z | [ recovery-image] Dec 06 20:36:48.822 INFO O| Dec 06 20:36:48.822 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-12-06T20:36:49.497Z | [ recovery-image] Dec 06 20:36:48.833 INFO O| Dec 06 20:36:48.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4320 | 2024-12-06T20:36:49.499Z | [ recovery-image] Dec 06 20:36:48.835 INFO O| Dec 06 20:36:48.835 INFO STEP 2 (remove_files) COMPLETE |
4321 | 2024-12-06T20:36:49.499Z | [ recovery-image] Dec 06 20:36:48.835 INFO O| Dec 06 20:36:48.835 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-12-06T20:36:49.509Z | [ recovery-image] Dec 06 20:36:48.845 INFO O| Dec 06 20:36:48.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4323 | 2024-12-06T20:36:49.536Z | [ host-image] Dec 06 20:36:48.872 INFO O| Dec 06 20:36:48.872 INFO O| Planning: Solver setup ... Done |
4324 | 2024-12-06T20:36:49.540Z | [ host-image] Dec 06 20:36:48.876 INFO O| Dec 06 20:36:48.876 INFO O| Planning: Running solver ... Done |
4325 | 2024-12-06T20:36:49.554Z | [ recovery-image] Dec 06 20:36:48.890 INFO O| Dec 06 20:36:48.890 INFO STEP 3 (remove_files) COMPLETE |
4326 | 2024-12-06T20:36:49.554Z | [ recovery-image] Dec 06 20:36:48.890 INFO O| Dec 06 20:36:48.890 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-12-06T20:36:49.565Z | [ recovery-image] Dec 06 20:36:48.901 INFO O| Dec 06 20:36:48.901 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4328 | 2024-12-06T20:36:49.578Z | [ recovery-image] Dec 06 20:36:48.914 INFO O| Dec 06 20:36:48.914 INFO STEP 4 (remove_files) COMPLETE |
4329 | 2024-12-06T20:36:49.578Z | [ recovery-image] Dec 06 20:36:48.914 INFO O| Dec 06 20:36:48.914 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-12-06T20:36:49.588Z | [ recovery-image] Dec 06 20:36:48.924 INFO O| Dec 06 20:36:48.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4331 | 2024-12-06T20:36:49.591Z | [ recovery-image] Dec 06 20:36:48.927 INFO O| Dec 06 20:36:48.927 INFO STEP 5 (remove_files) COMPLETE |
4332 | 2024-12-06T20:36:49.591Z | [ recovery-image] Dec 06 20:36:48.927 INFO O| Dec 06 20:36:48.927 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-12-06T20:36:49.600Z | [ host-image] Dec 06 20:36:48.936 INFO O| Dec 06 20:36:48.936 INFO O| Planning: Finding local manifests ... Done |
4334 | 2024-12-06T20:36:49.603Z | [ recovery-image] Dec 06 20:36:48.937 INFO O| Dec 06 20:36:48.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4335 | 2024-12-06T20:36:49.603Z | [ host-image] Dec 06 20:36:48.938 INFO O| Dec 06 20:36:48.938 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4336 | 2024-12-06T20:36:49.605Z | [ recovery-image] Dec 06 20:36:48.939 INFO O| Dec 06 20:36:48.939 INFO STEP 6 (remove_files) COMPLETE |
4337 | 2024-12-06T20:36:49.605Z | [ recovery-image] Dec 06 20:36:48.939 INFO O| Dec 06 20:36:48.939 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-12-06T20:36:49.614Z | [ recovery-image] Dec 06 20:36:48.950 INFO O| Dec 06 20:36:48.950 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4339 | 2024-12-06T20:36:49.617Z | [ recovery-image] Dec 06 20:36:48.952 INFO O| Dec 06 20:36:48.952 INFO STEP 7 (remove_files) COMPLETE |
4340 | 2024-12-06T20:36:49.617Z | [ recovery-image] Dec 06 20:36:48.952 INFO O| Dec 06 20:36:48.952 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-12-06T20:36:49.629Z | [ recovery-image] Dec 06 20:36:48.965 INFO O| Dec 06 20:36:48.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4342 | 2024-12-06T20:36:49.631Z | [ recovery-image] Dec 06 20:36:48.967 INFO O| Dec 06 20:36:48.967 INFO STEP 8 (remove_files) COMPLETE |
4343 | 2024-12-06T20:36:49.631Z | [ recovery-image] Dec 06 20:36:48.967 INFO O| Dec 06 20:36:48.967 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-12-06T20:36:49.641Z | [ recovery-image] Dec 06 20:36:48.977 INFO O| Dec 06 20:36:48.977 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4345 | 2024-12-06T20:36:49.644Z | [ recovery-image] Dec 06 20:36:48.977 INFO O| Dec 06 20:36:48.977 INFO STEP 9 (remove_files) COMPLETE |
4346 | 2024-12-06T20:36:49.644Z | [ recovery-image] Dec 06 20:36:48.977 INFO O| Dec 06 20:36:48.977 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-12-06T20:36:49.651Z | [ recovery-image] Dec 06 20:36:48.987 INFO O| Dec 06 20:36:48.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4348 | 2024-12-06T20:36:49.653Z | [ recovery-image] Dec 06 20:36:48.988 INFO O| Dec 06 20:36:48.988 INFO STEP 10 (remove_files) COMPLETE |
4349 | 2024-12-06T20:36:49.653Z | [ recovery-image] Dec 06 20:36:48.988 INFO O| Dec 06 20:36:48.988 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-12-06T20:36:49.662Z | [ recovery-image] Dec 06 20:36:48.998 INFO O| Dec 06 20:36:48.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4351 | 2024-12-06T20:36:49.709Z | [ recovery-image] Dec 06 20:36:49.045 INFO O| Dec 06 20:36:49.045 INFO STEP 11 (remove_files) COMPLETE |
4352 | 2024-12-06T20:36:49.709Z | [ recovery-image] Dec 06 20:36:49.045 INFO O| Dec 06 20:36:49.045 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-12-06T20:36:49.720Z | [ recovery-image] Dec 06 20:36:49.056 INFO O| Dec 06 20:36:49.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4354 | 2024-12-06T20:36:49.723Z | [ recovery-image] Dec 06 20:36:49.058 INFO O| Dec 06 20:36:49.058 INFO STEP 12 (remove_files) COMPLETE |
4355 | 2024-12-06T20:36:49.723Z | [ recovery-image] Dec 06 20:36:49.058 INFO O| Dec 06 20:36:49.058 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-12-06T20:36:49.732Z | [ recovery-image] Dec 06 20:36:49.068 INFO O| Dec 06 20:36:49.068 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4357 | 2024-12-06T20:36:49.735Z | [ recovery-image] Dec 06 20:36:49.071 INFO O| Dec 06 20:36:49.071 INFO STEP 13 (remove_files) COMPLETE |
4358 | 2024-12-06T20:36:49.735Z | [ recovery-image] Dec 06 20:36:49.071 INFO O| Dec 06 20:36:49.071 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-12-06T20:36:49.744Z | [ recovery-image] Dec 06 20:36:49.080 INFO O| Dec 06 20:36:49.080 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4360 | 2024-12-06T20:36:49.747Z | [ recovery-image] Dec 06 20:36:49.081 INFO O| Dec 06 20:36:49.080 INFO STEP 14 (remove_files) COMPLETE |
4361 | 2024-12-06T20:36:49.747Z | [ recovery-image] Dec 06 20:36:49.081 INFO O| Dec 06 20:36:49.081 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-12-06T20:36:49.754Z | [ recovery-image] Dec 06 20:36:49.090 INFO O| Dec 06 20:36:49.090 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4363 | 2024-12-06T20:36:49.759Z | [ recovery-image] Dec 06 20:36:49.091 INFO O| Dec 06 20:36:49.091 INFO STEP 15 (remove_files) COMPLETE |
4364 | 2024-12-06T20:36:49.759Z | [ recovery-image] Dec 06 20:36:49.091 INFO O| Dec 06 20:36:49.091 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-12-06T20:36:49.764Z | [ recovery-image] Dec 06 20:36:49.100 INFO O| Dec 06 20:36:49.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4366 | 2024-12-06T20:36:49.770Z | [ host-image] Dec 06 20:36:49.105 INFO O| Dec 06 20:36:49.105 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4367 | 2024-12-06T20:36:49.773Z | [ recovery-image] Dec 06 20:36:49.107 INFO O| Dec 06 20:36:49.107 INFO STEP 16 (remove_files) COMPLETE |
4368 | 2024-12-06T20:36:49.773Z | [ recovery-image] Dec 06 20:36:49.107 INFO O| Dec 06 20:36:49.107 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-06T20:36:49.782Z | [ recovery-image] Dec 06 20:36:49.117 INFO O| Dec 06 20:36:49.117 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4370 | 2024-12-06T20:36:49.784Z | [ recovery-image] Dec 06 20:36:49.118 INFO O| Dec 06 20:36:49.118 INFO STEP 17 (remove_files) COMPLETE |
4371 | 2024-12-06T20:36:49.784Z | [ recovery-image] Dec 06 20:36:49.118 INFO O| Dec 06 20:36:49.118 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-12-06T20:36:49.791Z | [ recovery-image] Dec 06 20:36:49.127 INFO O| Dec 06 20:36:49.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4373 | 2024-12-06T20:36:49.794Z | [ recovery-image] Dec 06 20:36:49.127 INFO O| Dec 06 20:36:49.127 INFO STEP 18 (remove_files) COMPLETE |
4374 | 2024-12-06T20:36:49.794Z | [ recovery-image] Dec 06 20:36:49.127 INFO O| Dec 06 20:36:49.127 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-12-06T20:36:49.803Z | [ recovery-image] Dec 06 20:36:49.137 INFO O| Dec 06 20:36:49.137 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4376 | 2024-12-06T20:36:49.806Z | [ host-image] Dec 06 20:36:49.137 INFO O| Dec 06 20:36:49.137 INFO O| Planning: Package planning ... Done |
4377 | 2024-12-06T20:36:49.821Z | [ host-image] Dec 06 20:36:49.157 INFO O| Dec 06 20:36:49.157 INFO O| Planning: Merging actions ... Done |
4378 | 2024-12-06T20:36:49.837Z | [ recovery-image] Dec 06 20:36:49.173 INFO O| Dec 06 20:36:49.173 INFO STEP 19 (remove_files) COMPLETE |
4379 | 2024-12-06T20:36:49.837Z | [ recovery-image] Dec 06 20:36:49.173 INFO O| Dec 06 20:36:49.173 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-12-06T20:36:49.848Z | [ recovery-image] Dec 06 20:36:49.184 INFO O| Dec 06 20:36:49.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4381 | 2024-12-06T20:36:49.851Z | [ recovery-image] Dec 06 20:36:49.185 INFO O| Dec 06 20:36:49.185 INFO STEP 20 (remove_files) COMPLETE |
4382 | 2024-12-06T20:36:49.851Z | [ recovery-image] Dec 06 20:36:49.186 INFO O| Dec 06 20:36:49.185 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-12-06T20:36:49.859Z | [ recovery-image] Dec 06 20:36:49.195 INFO O| Dec 06 20:36:49.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4384 | 2024-12-06T20:36:49.859Z | [ recovery-image] Dec 06 20:36:49.195 INFO O| Dec 06 20:36:49.195 INFO STEP 21 (remove_files) COMPLETE |
4385 | 2024-12-06T20:36:49.863Z | [ recovery-image] Dec 06 20:36:49.195 INFO O| Dec 06 20:36:49.195 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-12-06T20:36:49.869Z | [ recovery-image] Dec 06 20:36:49.204 INFO O| Dec 06 20:36:49.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4387 | 2024-12-06T20:36:49.872Z | [ recovery-image] Dec 06 20:36:49.205 INFO O| Dec 06 20:36:49.205 INFO STEP 22 (remove_files) COMPLETE |
4388 | 2024-12-06T20:36:49.872Z | [ recovery-image] Dec 06 20:36:49.205 INFO O| Dec 06 20:36:49.205 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-12-06T20:36:49.879Z | [ recovery-image] Dec 06 20:36:49.215 INFO O| Dec 06 20:36:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4390 | 2024-12-06T20:36:49.882Z | [ recovery-image] Dec 06 20:36:49.215 INFO O| Dec 06 20:36:49.215 INFO STEP 23 (remove_files) COMPLETE |
4391 | 2024-12-06T20:36:49.882Z | [ recovery-image] Dec 06 20:36:49.215 INFO O| Dec 06 20:36:49.215 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-12-06T20:36:49.890Z | [ recovery-image] Dec 06 20:36:49.224 INFO O| Dec 06 20:36:49.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4393 | 2024-12-06T20:36:49.892Z | [ recovery-image] Dec 06 20:36:49.225 INFO O| Dec 06 20:36:49.225 INFO STEP 24 (remove_files) COMPLETE |
4394 | 2024-12-06T20:36:49.892Z | [ recovery-image] Dec 06 20:36:49.225 INFO O| Dec 06 20:36:49.225 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-12-06T20:36:49.892Z | [ host-image] Dec 06 20:36:49.227 INFO O| Dec 06 20:36:49.227 INFO O| Planning: Checking for conflicting actions ... Done |
4396 | 2024-12-06T20:36:49.895Z | [ host-image] Dec 06 20:36:49.231 INFO O| Dec 06 20:36:49.231 INFO O| Planning: Consolidating action changes ... Done |
4397 | 2024-12-06T20:36:49.899Z | [ recovery-image] Dec 06 20:36:49.235 INFO O| Dec 06 20:36:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4398 | 2024-12-06T20:36:49.899Z | [ recovery-image] Dec 06 20:36:49.235 INFO O| Dec 06 20:36:49.235 INFO STEP 25 (remove_files) COMPLETE |
4399 | 2024-12-06T20:36:49.902Z | [ recovery-image] Dec 06 20:36:49.235 INFO O| Dec 06 20:36:49.235 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4400 | 2024-12-06T20:36:49.908Z | [ recovery-image] Dec 06 20:36:49.244 INFO O| Dec 06 20:36:49.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4401 | 2024-12-06T20:36:49.910Z | [ recovery-image] Dec 06 20:36:49.244 INFO O| Dec 06 20:36:49.244 INFO STEP 26 (remove_files) COMPLETE |
4402 | 2024-12-06T20:36:49.910Z | [ recovery-image] Dec 06 20:36:49.244 INFO O| Dec 06 20:36:49.244 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4403 | 2024-12-06T20:36:49.918Z | [ recovery-image] Dec 06 20:36:49.254 INFO O| Dec 06 20:36:49.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4404 | 2024-12-06T20:36:49.920Z | [ recovery-image] Dec 06 20:36:49.254 INFO O| Dec 06 20:36:49.254 INFO STEP 27 (remove_files) COMPLETE |
4405 | 2024-12-06T20:36:49.920Z | [ recovery-image] Dec 06 20:36:49.254 INFO O| Dec 06 20:36:49.254 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4406 | 2024-12-06T20:36:49.929Z | [ recovery-image] Dec 06 20:36:49.264 INFO O| Dec 06 20:36:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4407 | 2024-12-06T20:36:49.929Z | [ recovery-image] Dec 06 20:36:49.264 INFO O| Dec 06 20:36:49.264 INFO STEP 28 (remove_files) COMPLETE |
4408 | 2024-12-06T20:36:49.931Z | [ recovery-image] Dec 06 20:36:49.264 INFO O| Dec 06 20:36:49.264 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4409 | 2024-12-06T20:36:49.938Z | [ recovery-image] Dec 06 20:36:49.274 INFO O| Dec 06 20:36:49.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4410 | 2024-12-06T20:36:49.938Z | [ recovery-image] Dec 06 20:36:49.274 INFO O| Dec 06 20:36:49.274 INFO STEP 29 (remove_files) COMPLETE |
4411 | 2024-12-06T20:36:49.940Z | [ recovery-image] Dec 06 20:36:49.274 INFO O| Dec 06 20:36:49.274 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4412 | 2024-12-06T20:36:49.949Z | [ recovery-image] Dec 06 20:36:49.285 INFO O| Dec 06 20:36:49.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4413 | 2024-12-06T20:36:49.952Z | [ recovery-image] Dec 06 20:36:49.285 INFO O| Dec 06 20:36:49.285 INFO STEP 30 (remove_files) COMPLETE |
4414 | 2024-12-06T20:36:49.952Z | [ recovery-image] Dec 06 20:36:49.285 INFO O| Dec 06 20:36:49.285 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4415 | 2024-12-06T20:36:49.959Z | [ recovery-image] Dec 06 20:36:49.295 INFO O| Dec 06 20:36:49.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4416 | 2024-12-06T20:36:49.959Z | [ recovery-image] Dec 06 20:36:49.295 INFO O| Dec 06 20:36:49.295 INFO STEP 31 (remove_files) COMPLETE |
4417 | 2024-12-06T20:36:49.961Z | [ recovery-image] Dec 06 20:36:49.295 INFO O| Dec 06 20:36:49.295 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4418 | 2024-12-06T20:36:49.969Z | [ recovery-image] Dec 06 20:36:49.305 INFO O| Dec 06 20:36:49.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4419 | 2024-12-06T20:36:49.969Z | [ recovery-image] Dec 06 20:36:49.305 INFO O| Dec 06 20:36:49.305 INFO STEP 32 (remove_files) COMPLETE |
4420 | 2024-12-06T20:36:49.973Z | [ recovery-image] Dec 06 20:36:49.305 INFO O| Dec 06 20:36:49.305 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-12-06T20:36:49.979Z | [ recovery-image] Dec 06 20:36:49.315 INFO O| Dec 06 20:36:49.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4422 | 2024-12-06T20:36:49.981Z | [ recovery-image] Dec 06 20:36:49.315 INFO O| Dec 06 20:36:49.315 INFO STEP 33 (remove_files) COMPLETE |
4423 | 2024-12-06T20:36:49.981Z | [ recovery-image] Dec 06 20:36:49.315 INFO O| Dec 06 20:36:49.315 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-12-06T20:36:49.989Z | [ recovery-image] Dec 06 20:36:49.325 INFO O| Dec 06 20:36:49.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4425 | 2024-12-06T20:36:49.992Z | [ recovery-image] Dec 06 20:36:49.326 INFO O| Dec 06 20:36:49.326 INFO STEP 34 (remove_files) COMPLETE |
4426 | 2024-12-06T20:36:49.992Z | [ recovery-image] Dec 06 20:36:49.326 INFO O| Dec 06 20:36:49.326 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-12-06T20:36:50.000Z | [ recovery-image] Dec 06 20:36:49.336 INFO O| Dec 06 20:36:49.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4428 | 2024-12-06T20:36:50.002Z | [ recovery-image] Dec 06 20:36:49.336 INFO O| Dec 06 20:36:49.336 INFO STEP 35 (remove_files) COMPLETE |
4429 | 2024-12-06T20:36:50.002Z | [ recovery-image] Dec 06 20:36:49.336 INFO O| Dec 06 20:36:49.336 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-12-06T20:36:50.010Z | [ recovery-image] Dec 06 20:36:49.346 INFO O| Dec 06 20:36:49.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4431 | 2024-12-06T20:36:50.010Z | [ recovery-image] Dec 06 20:36:49.346 INFO O| Dec 06 20:36:49.346 INFO STEP 36 (remove_files) COMPLETE |
4432 | 2024-12-06T20:36:50.010Z | [ recovery-image] Dec 06 20:36:49.346 INFO O| Dec 06 20:36:49.346 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-12-06T20:36:50.021Z | [ recovery-image] Dec 06 20:36:49.357 INFO O| Dec 06 20:36:49.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4434 | 2024-12-06T20:36:50.023Z | [ recovery-image] Dec 06 20:36:49.357 INFO O| Dec 06 20:36:49.357 INFO STEP 37 (remove_files) COMPLETE |
4435 | 2024-12-06T20:36:50.023Z | [ recovery-image] Dec 06 20:36:49.357 INFO O| Dec 06 20:36:49.357 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4436 | 2024-12-06T20:36:50.031Z | [ recovery-image] Dec 06 20:36:49.367 INFO O| Dec 06 20:36:49.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4437 | 2024-12-06T20:36:50.031Z | [ recovery-image] Dec 06 20:36:49.367 INFO O| Dec 06 20:36:49.367 INFO STEP 38 (remove_files) COMPLETE |
4438 | 2024-12-06T20:36:50.031Z | [ recovery-image] Dec 06 20:36:49.367 INFO O| Dec 06 20:36:49.367 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4439 | 2024-12-06T20:36:50.042Z | [ recovery-image] Dec 06 20:36:49.377 INFO O| Dec 06 20:36:49.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4440 | 2024-12-06T20:36:50.042Z | [ recovery-image] Dec 06 20:36:49.377 INFO O| Dec 06 20:36:49.377 INFO STEP 39 (remove_files) COMPLETE |
4441 | 2024-12-06T20:36:50.042Z | [ recovery-image] Dec 06 20:36:49.377 INFO O| Dec 06 20:36:49.377 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4442 | 2024-12-06T20:36:50.051Z | [ recovery-image] Dec 06 20:36:49.387 INFO O| Dec 06 20:36:49.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4443 | 2024-12-06T20:36:50.052Z | [ recovery-image] Dec 06 20:36:49.388 INFO O| Dec 06 20:36:49.387 INFO STEP 40 (remove_files) COMPLETE |
4444 | 2024-12-06T20:36:50.054Z | [ recovery-image] Dec 06 20:36:49.388 INFO O| Dec 06 20:36:49.387 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4445 | 2024-12-06T20:36:50.061Z | [ recovery-image] Dec 06 20:36:49.397 INFO O| Dec 06 20:36:49.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4446 | 2024-12-06T20:36:50.061Z | [ recovery-image] Dec 06 20:36:49.398 INFO O| Dec 06 20:36:49.397 INFO STEP 41 (remove_files) COMPLETE |
4447 | 2024-12-06T20:36:50.064Z | [ recovery-image] Dec 06 20:36:49.398 INFO O| Dec 06 20:36:49.397 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4448 | 2024-12-06T20:36:50.071Z | [ recovery-image] Dec 06 20:36:49.407 INFO O| Dec 06 20:36:49.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4449 | 2024-12-06T20:36:50.072Z | [ recovery-image] Dec 06 20:36:49.407 INFO O| Dec 06 20:36:49.407 INFO STEP 42 (remove_files) COMPLETE |
4450 | 2024-12-06T20:36:50.074Z | [ recovery-image] Dec 06 20:36:49.407 INFO O| Dec 06 20:36:49.407 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4451 | 2024-12-06T20:36:50.083Z | [ recovery-image] Dec 06 20:36:49.419 INFO O| Dec 06 20:36:49.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4452 | 2024-12-06T20:36:50.083Z | [ recovery-image] Dec 06 20:36:49.419 INFO O| Dec 06 20:36:49.419 INFO STEP 43 (remove_files) COMPLETE |
4453 | 2024-12-06T20:36:50.085Z | [ recovery-image] Dec 06 20:36:49.419 INFO O| Dec 06 20:36:49.419 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4454 | 2024-12-06T20:36:50.093Z | [ recovery-image] Dec 06 20:36:49.429 INFO O| Dec 06 20:36:49.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4455 | 2024-12-06T20:36:50.093Z | [ recovery-image] Dec 06 20:36:49.429 INFO O| Dec 06 20:36:49.429 INFO STEP 44 (remove_files) COMPLETE |
4456 | 2024-12-06T20:36:50.097Z | [ recovery-image] Dec 06 20:36:49.429 INFO O| Dec 06 20:36:49.429 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4457 | 2024-12-06T20:36:50.104Z | [ recovery-image] Dec 06 20:36:49.440 INFO O| Dec 06 20:36:49.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4458 | 2024-12-06T20:36:50.107Z | [ recovery-image] Dec 06 20:36:49.441 INFO O| Dec 06 20:36:49.441 INFO STEP 45 (remove_files) COMPLETE |
4459 | 2024-12-06T20:36:50.107Z | [ recovery-image] Dec 06 20:36:49.441 INFO O| Dec 06 20:36:49.441 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-06T20:36:50.116Z | [ recovery-image] Dec 06 20:36:49.452 INFO O| Dec 06 20:36:49.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4461 | 2024-12-06T20:36:50.116Z | [ recovery-image] Dec 06 20:36:49.452 INFO O| Dec 06 20:36:49.452 INFO STEP 46 (remove_files) COMPLETE |
4462 | 2024-12-06T20:36:50.116Z | [ recovery-image] Dec 06 20:36:49.452 INFO O| Dec 06 20:36:49.452 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-06T20:36:50.125Z | [ recovery-image] Dec 06 20:36:49.461 INFO O| Dec 06 20:36:49.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4464 | 2024-12-06T20:36:50.125Z | [ recovery-image] Dec 06 20:36:49.461 INFO O| Dec 06 20:36:49.461 INFO STEP 47 (remove_files) COMPLETE |
4465 | 2024-12-06T20:36:50.128Z | [ recovery-image] Dec 06 20:36:49.462 INFO O| Dec 06 20:36:49.461 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-06T20:36:50.137Z | [ recovery-image] Dec 06 20:36:49.473 INFO O| Dec 06 20:36:49.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4467 | 2024-12-06T20:36:50.137Z | [ recovery-image] Dec 06 20:36:49.473 INFO O| Dec 06 20:36:49.473 INFO STEP 48 (remove_files) COMPLETE |
4468 | 2024-12-06T20:36:50.139Z | [ recovery-image] Dec 06 20:36:49.473 INFO O| Dec 06 20:36:49.473 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-06T20:36:50.148Z | [ recovery-image] Dec 06 20:36:49.484 INFO O| Dec 06 20:36:49.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4470 | 2024-12-06T20:36:50.149Z | [ recovery-image] Dec 06 20:36:49.484 INFO O| Dec 06 20:36:49.484 INFO STEP 49 (remove_files) COMPLETE |
4471 | 2024-12-06T20:36:50.151Z | [ recovery-image] Dec 06 20:36:49.484 INFO O| Dec 06 20:36:49.484 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-06T20:36:50.158Z | [ recovery-image] Dec 06 20:36:49.494 INFO O| Dec 06 20:36:49.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4473 | 2024-12-06T20:36:50.160Z | [ recovery-image] Dec 06 20:36:49.494 INFO O| Dec 06 20:36:49.494 INFO STEP 50 (remove_files) COMPLETE |
4474 | 2024-12-06T20:36:50.160Z | [ recovery-image] Dec 06 20:36:49.494 INFO O| Dec 06 20:36:49.494 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-06T20:36:50.168Z | [ recovery-image] Dec 06 20:36:49.504 INFO O| Dec 06 20:36:49.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4476 | 2024-12-06T20:36:50.168Z | [ recovery-image] Dec 06 20:36:49.504 INFO O| Dec 06 20:36:49.504 INFO STEP 51 (remove_files) COMPLETE |
4477 | 2024-12-06T20:36:50.171Z | [ recovery-image] Dec 06 20:36:49.504 INFO O| Dec 06 20:36:49.504 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-06T20:36:50.178Z | [ recovery-image] Dec 06 20:36:49.514 INFO O| Dec 06 20:36:49.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4479 | 2024-12-06T20:36:50.178Z | [ recovery-image] Dec 06 20:36:49.514 INFO O| Dec 06 20:36:49.514 INFO STEP 52 (remove_files) COMPLETE |
4480 | 2024-12-06T20:36:50.180Z | [ recovery-image] Dec 06 20:36:49.514 INFO O| Dec 06 20:36:49.514 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-06T20:36:50.187Z | [ recovery-image] Dec 06 20:36:49.523 INFO O| Dec 06 20:36:49.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4482 | 2024-12-06T20:36:50.189Z | [ recovery-image] Dec 06 20:36:49.524 INFO O| Dec 06 20:36:49.524 INFO STEP 53 (remove_files) COMPLETE |
4483 | 2024-12-06T20:36:50.190Z | [ recovery-image] Dec 06 20:36:49.524 INFO O| Dec 06 20:36:49.524 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-06T20:36:50.192Z | [ host-image] Dec 06 20:36:49.527 INFO O| Dec 06 20:36:49.527 INFO O| Planning: Evaluating mediators ... Done |
4485 | 2024-12-06T20:36:50.195Z | [ host-image] Dec 06 20:36:49.531 INFO O| Dec 06 20:36:49.531 INFO O| Planning: Planning completed in 2.84 seconds |
4486 | 2024-12-06T20:36:50.197Z | [ host-image] Dec 06 20:36:49.533 INFO O| Dec 06 20:36:49.533 INFO O| Packages to install: 6 |
4487 | 2024-12-06T20:36:50.197Z | [ host-image] Dec 06 20:36:49.533 INFO O| Dec 06 20:36:49.533 INFO O| Mediators to change: 1 |
4488 | 2024-12-06T20:36:50.198Z | [ host-image] Dec 06 20:36:49.533 INFO O| Dec 06 20:36:49.533 INFO O| Services to change: 1 |
4489 | 2024-12-06T20:36:50.200Z | [ recovery-image] Dec 06 20:36:49.534 INFO O| Dec 06 20:36:49.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4490 | 2024-12-06T20:36:50.200Z | [ recovery-image] Dec 06 20:36:49.534 INFO O| Dec 06 20:36:49.534 INFO STEP 54 (remove_files) COMPLETE |
4491 | 2024-12-06T20:36:50.200Z | [ recovery-image] Dec 06 20:36:49.534 INFO O| Dec 06 20:36:49.534 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-12-06T20:36:50.209Z | [ recovery-image] Dec 06 20:36:49.545 INFO O| Dec 06 20:36:49.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4493 | 2024-12-06T20:36:50.209Z | [ recovery-image] Dec 06 20:36:49.545 INFO O| Dec 06 20:36:49.545 INFO STEP 55 (remove_files) COMPLETE |
4494 | 2024-12-06T20:36:50.212Z | [ recovery-image] Dec 06 20:36:49.545 INFO O| Dec 06 20:36:49.545 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-12-06T20:36:50.215Z | [ host-image] Dec 06 20:36:49.551 INFO O| Dec 06 20:36:49.551 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4496 | 2024-12-06T20:36:50.221Z | [ recovery-image] Dec 06 20:36:49.557 INFO O| Dec 06 20:36:49.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4497 | 2024-12-06T20:36:50.224Z | [ recovery-image] Dec 06 20:36:49.557 INFO O| Dec 06 20:36:49.557 INFO STEP 56 (remove_files) COMPLETE |
4498 | 2024-12-06T20:36:50.224Z | [ recovery-image] Dec 06 20:36:49.557 INFO O| Dec 06 20:36:49.557 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-06T20:36:50.231Z | [ recovery-image] Dec 06 20:36:49.567 INFO O| Dec 06 20:36:49.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4500 | 2024-12-06T20:36:50.233Z | [ recovery-image] Dec 06 20:36:49.567 INFO O| Dec 06 20:36:49.567 INFO STEP 57 (remove_files) COMPLETE |
4501 | 2024-12-06T20:36:50.233Z | [ recovery-image] Dec 06 20:36:49.567 INFO O| Dec 06 20:36:49.567 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-06T20:36:50.241Z | [ recovery-image] Dec 06 20:36:49.577 INFO O| Dec 06 20:36:49.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4503 | 2024-12-06T20:36:50.241Z | [ recovery-image] Dec 06 20:36:49.577 INFO O| Dec 06 20:36:49.577 INFO STEP 58 (remove_files) COMPLETE |
4504 | 2024-12-06T20:36:50.241Z | [ recovery-image] Dec 06 20:36:49.577 INFO O| Dec 06 20:36:49.577 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-06T20:36:50.251Z | [ recovery-image] Dec 06 20:36:49.587 INFO O| Dec 06 20:36:49.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4506 | 2024-12-06T20:36:50.251Z | [ recovery-image] Dec 06 20:36:49.587 INFO O| Dec 06 20:36:49.587 INFO STEP 59 (remove_files) COMPLETE |
4507 | 2024-12-06T20:36:50.253Z | [ recovery-image] Dec 06 20:36:49.587 INFO O| Dec 06 20:36:49.587 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-06T20:36:50.260Z | [ recovery-image] Dec 06 20:36:49.596 INFO O| Dec 06 20:36:49.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4509 | 2024-12-06T20:36:50.260Z | [ recovery-image] Dec 06 20:36:49.596 INFO O| Dec 06 20:36:49.596 INFO STEP 60 (remove_files) COMPLETE |
4510 | 2024-12-06T20:36:50.260Z | [ recovery-image] Dec 06 20:36:49.596 INFO O| Dec 06 20:36:49.596 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-06T20:36:50.270Z | [ recovery-image] Dec 06 20:36:49.606 INFO O| Dec 06 20:36:49.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4512 | 2024-12-06T20:36:50.270Z | [ recovery-image] Dec 06 20:36:49.606 INFO O| Dec 06 20:36:49.606 INFO STEP 61 (remove_files) COMPLETE |
4513 | 2024-12-06T20:36:50.270Z | [ recovery-image] Dec 06 20:36:49.606 INFO O| Dec 06 20:36:49.606 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-06T20:36:50.280Z | [ recovery-image] Dec 06 20:36:49.616 INFO O| Dec 06 20:36:49.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4515 | 2024-12-06T20:36:50.280Z | [ recovery-image] Dec 06 20:36:49.616 INFO O| Dec 06 20:36:49.616 INFO STEP 62 (remove_files) COMPLETE |
4516 | 2024-12-06T20:36:50.282Z | [ recovery-image] Dec 06 20:36:49.616 INFO O| Dec 06 20:36:49.616 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-06T20:36:50.289Z | [ recovery-image] Dec 06 20:36:49.625 INFO O| Dec 06 20:36:49.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4518 | 2024-12-06T20:36:50.292Z | [ recovery-image] Dec 06 20:36:49.626 INFO O| Dec 06 20:36:49.626 INFO STEP 63 (remove_files) COMPLETE |
4519 | 2024-12-06T20:36:50.292Z | [ recovery-image] Dec 06 20:36:49.626 INFO O| Dec 06 20:36:49.626 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-06T20:36:50.299Z | [ recovery-image] Dec 06 20:36:49.635 INFO O| Dec 06 20:36:49.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4521 | 2024-12-06T20:36:50.302Z | [ recovery-image] Dec 06 20:36:49.635 INFO O| Dec 06 20:36:49.635 INFO STEP 64 (remove_files) COMPLETE |
4522 | 2024-12-06T20:36:50.302Z | [ recovery-image] Dec 06 20:36:49.636 INFO O| Dec 06 20:36:49.635 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-06T20:36:50.309Z | [ recovery-image] Dec 06 20:36:49.645 INFO O| Dec 06 20:36:49.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4524 | 2024-12-06T20:36:50.309Z | [ recovery-image] Dec 06 20:36:49.645 INFO O| Dec 06 20:36:49.645 INFO STEP 65 (remove_files) COMPLETE |
4525 | 2024-12-06T20:36:50.312Z | [ recovery-image] Dec 06 20:36:49.645 INFO O| Dec 06 20:36:49.645 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-06T20:36:50.318Z | [ recovery-image] Dec 06 20:36:49.654 INFO O| Dec 06 20:36:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4527 | 2024-12-06T20:36:50.321Z | [ recovery-image] Dec 06 20:36:49.654 INFO O| Dec 06 20:36:49.654 INFO STEP 66 (remove_files) COMPLETE |
4528 | 2024-12-06T20:36:50.321Z | [ recovery-image] Dec 06 20:36:49.654 INFO O| Dec 06 20:36:49.654 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-06T20:36:50.328Z | [ recovery-image] Dec 06 20:36:49.664 INFO O| Dec 06 20:36:49.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4530 | 2024-12-06T20:36:50.328Z | [ recovery-image] Dec 06 20:36:49.664 INFO O| Dec 06 20:36:49.664 INFO STEP 67 (remove_files) COMPLETE |
4531 | 2024-12-06T20:36:50.328Z | [ recovery-image] Dec 06 20:36:49.664 INFO O| Dec 06 20:36:49.664 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-06T20:36:50.337Z | [ recovery-image] Dec 06 20:36:49.673 INFO O| Dec 06 20:36:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4533 | 2024-12-06T20:36:50.340Z | [ recovery-image] Dec 06 20:36:49.674 INFO O| Dec 06 20:36:49.674 INFO STEP 68 (remove_files) COMPLETE |
4534 | 2024-12-06T20:36:50.340Z | [ recovery-image] Dec 06 20:36:49.674 INFO O| Dec 06 20:36:49.674 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-06T20:36:50.348Z | [ recovery-image] Dec 06 20:36:49.684 INFO O| Dec 06 20:36:49.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4536 | 2024-12-06T20:36:50.348Z | [ recovery-image] Dec 06 20:36:49.684 INFO O| Dec 06 20:36:49.684 INFO STEP 69 (remove_files) COMPLETE |
4537 | 2024-12-06T20:36:50.350Z | [ recovery-image] Dec 06 20:36:49.684 INFO O| Dec 06 20:36:49.684 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-06T20:36:50.357Z | [ recovery-image] Dec 06 20:36:49.693 INFO O| Dec 06 20:36:49.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4539 | 2024-12-06T20:36:50.357Z | [ recovery-image] Dec 06 20:36:49.693 INFO O| Dec 06 20:36:49.693 INFO STEP 70 (remove_files) COMPLETE |
4540 | 2024-12-06T20:36:50.357Z | [ recovery-image] Dec 06 20:36:49.693 INFO O| Dec 06 20:36:49.693 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-06T20:36:50.366Z | [ recovery-image] Dec 06 20:36:49.702 INFO O| Dec 06 20:36:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4542 | 2024-12-06T20:36:50.366Z | [ recovery-image] Dec 06 20:36:49.702 INFO O| Dec 06 20:36:49.702 INFO STEP 71 (remove_files) COMPLETE |
4543 | 2024-12-06T20:36:50.369Z | [ recovery-image] Dec 06 20:36:49.702 INFO O| Dec 06 20:36:49.702 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-06T20:36:50.376Z | [ recovery-image] Dec 06 20:36:49.711 INFO O| Dec 06 20:36:49.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4545 | 2024-12-06T20:36:50.376Z | [ recovery-image] Dec 06 20:36:49.712 INFO O| Dec 06 20:36:49.712 INFO STEP 72 (remove_files) COMPLETE |
4546 | 2024-12-06T20:36:50.376Z | [ recovery-image] Dec 06 20:36:49.712 INFO O| Dec 06 20:36:49.712 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-06T20:36:50.385Z | [ recovery-image] Dec 06 20:36:49.721 INFO O| Dec 06 20:36:49.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4548 | 2024-12-06T20:36:50.385Z | [ recovery-image] Dec 06 20:36:49.721 INFO O| Dec 06 20:36:49.721 INFO STEP 73 (remove_files) COMPLETE |
4549 | 2024-12-06T20:36:50.385Z | [ recovery-image] Dec 06 20:36:49.721 INFO O| Dec 06 20:36:49.721 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-06T20:36:50.394Z | [ recovery-image] Dec 06 20:36:49.730 INFO O| Dec 06 20:36:49.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4551 | 2024-12-06T20:36:50.394Z | [ recovery-image] Dec 06 20:36:49.730 INFO O| Dec 06 20:36:49.730 INFO STEP 74 (remove_files) COMPLETE |
4552 | 2024-12-06T20:36:50.397Z | [ recovery-image] Dec 06 20:36:49.730 INFO O| Dec 06 20:36:49.730 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-06T20:36:50.404Z | [ recovery-image] Dec 06 20:36:49.740 INFO O| Dec 06 20:36:49.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4554 | 2024-12-06T20:36:50.404Z | [ recovery-image] Dec 06 20:36:49.740 INFO O| Dec 06 20:36:49.740 INFO STEP 75 (remove_files) COMPLETE |
4555 | 2024-12-06T20:36:50.404Z | [ recovery-image] Dec 06 20:36:49.740 INFO O| Dec 06 20:36:49.740 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-06T20:36:50.414Z | [ recovery-image] Dec 06 20:36:49.750 INFO O| Dec 06 20:36:49.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4557 | 2024-12-06T20:36:50.414Z | [ recovery-image] Dec 06 20:36:49.750 INFO O| Dec 06 20:36:49.750 INFO STEP 76 (remove_files) COMPLETE |
4558 | 2024-12-06T20:36:50.416Z | [ recovery-image] Dec 06 20:36:49.750 INFO O| Dec 06 20:36:49.750 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-06T20:36:50.423Z | [ recovery-image] Dec 06 20:36:49.759 INFO O| Dec 06 20:36:49.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4560 | 2024-12-06T20:36:50.426Z | [ recovery-image] Dec 06 20:36:49.759 INFO O| Dec 06 20:36:49.759 INFO STEP 77 (remove_files) COMPLETE |
4561 | 2024-12-06T20:36:50.426Z | [ recovery-image] Dec 06 20:36:49.759 INFO O| Dec 06 20:36:49.759 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-06T20:36:50.433Z | [ recovery-image] Dec 06 20:36:49.769 INFO O| Dec 06 20:36:49.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4563 | 2024-12-06T20:36:50.435Z | [ recovery-image] Dec 06 20:36:49.769 INFO O| Dec 06 20:36:49.769 INFO STEP 78 (remove_files) COMPLETE |
4564 | 2024-12-06T20:36:50.435Z | [ recovery-image] Dec 06 20:36:49.769 INFO O| Dec 06 20:36:49.769 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-06T20:36:50.442Z | [ recovery-image] Dec 06 20:36:49.778 INFO O| Dec 06 20:36:49.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4566 | 2024-12-06T20:36:50.442Z | [ recovery-image] Dec 06 20:36:49.778 INFO O| Dec 06 20:36:49.778 INFO STEP 79 (remove_files) COMPLETE |
4567 | 2024-12-06T20:36:50.445Z | [ recovery-image] Dec 06 20:36:49.778 INFO O| Dec 06 20:36:49.778 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-06T20:36:50.452Z | [ recovery-image] Dec 06 20:36:49.788 INFO O| Dec 06 20:36:49.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4569 | 2024-12-06T20:36:50.452Z | [ recovery-image] Dec 06 20:36:49.788 INFO O| Dec 06 20:36:49.788 INFO STEP 80 (remove_files) COMPLETE |
4570 | 2024-12-06T20:36:50.454Z | [ recovery-image] Dec 06 20:36:49.788 INFO O| Dec 06 20:36:49.788 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-06T20:36:50.461Z | [ recovery-image] Dec 06 20:36:49.797 INFO O| Dec 06 20:36:49.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4572 | 2024-12-06T20:36:50.461Z | [ recovery-image] Dec 06 20:36:49.797 INFO O| Dec 06 20:36:49.797 INFO STEP 81 (remove_files) COMPLETE |
4573 | 2024-12-06T20:36:50.461Z | [ recovery-image] Dec 06 20:36:49.797 INFO O| Dec 06 20:36:49.797 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-06T20:36:50.470Z | [ recovery-image] Dec 06 20:36:49.806 INFO O| Dec 06 20:36:49.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4575 | 2024-12-06T20:36:50.470Z | [ recovery-image] Dec 06 20:36:49.806 INFO O| Dec 06 20:36:49.806 INFO STEP 82 (remove_files) COMPLETE |
4576 | 2024-12-06T20:36:50.470Z | [ recovery-image] Dec 06 20:36:49.806 INFO O| Dec 06 20:36:49.806 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-06T20:36:50.480Z | [ recovery-image] Dec 06 20:36:49.816 INFO O| Dec 06 20:36:49.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4578 | 2024-12-06T20:36:50.482Z | [ recovery-image] Dec 06 20:36:49.816 INFO O| Dec 06 20:36:49.816 INFO STEP 83 (remove_files) COMPLETE |
4579 | 2024-12-06T20:36:50.482Z | [ recovery-image] Dec 06 20:36:49.816 INFO O| Dec 06 20:36:49.816 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-06T20:36:50.489Z | [ recovery-image] Dec 06 20:36:49.825 INFO O| Dec 06 20:36:49.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4581 | 2024-12-06T20:36:50.489Z | [ recovery-image] Dec 06 20:36:49.825 INFO O| Dec 06 20:36:49.825 INFO STEP 84 (remove_files) COMPLETE |
4582 | 2024-12-06T20:36:50.489Z | [ recovery-image] Dec 06 20:36:49.825 INFO O| Dec 06 20:36:49.825 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-06T20:36:50.499Z | [ recovery-image] Dec 06 20:36:49.835 INFO O| Dec 06 20:36:49.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4584 | 2024-12-06T20:36:50.501Z | [ recovery-image] Dec 06 20:36:49.835 INFO O| Dec 06 20:36:49.835 INFO STEP 85 (remove_files) COMPLETE |
4585 | 2024-12-06T20:36:50.501Z | [ recovery-image] Dec 06 20:36:49.835 INFO O| Dec 06 20:36:49.835 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-06T20:36:50.508Z | [ recovery-image] Dec 06 20:36:49.844 INFO O| Dec 06 20:36:49.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4587 | 2024-12-06T20:36:50.509Z | [ recovery-image] Dec 06 20:36:49.845 INFO O| Dec 06 20:36:49.845 INFO STEP 86 (remove_files) COMPLETE |
4588 | 2024-12-06T20:36:50.509Z | [ recovery-image] Dec 06 20:36:49.845 INFO O| Dec 06 20:36:49.845 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-06T20:36:50.518Z | [ recovery-image] Dec 06 20:36:49.854 INFO O| Dec 06 20:36:49.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4590 | 2024-12-06T20:36:50.520Z | [ recovery-image] Dec 06 20:36:49.854 INFO O| Dec 06 20:36:49.854 INFO STEP 87 (remove_files) COMPLETE |
4591 | 2024-12-06T20:36:50.520Z | [ recovery-image] Dec 06 20:36:49.854 INFO O| Dec 06 20:36:49.854 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-06T20:36:50.528Z | [ recovery-image] Dec 06 20:36:49.863 INFO O| Dec 06 20:36:49.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4593 | 2024-12-06T20:36:50.528Z | [ recovery-image] Dec 06 20:36:49.864 INFO O| Dec 06 20:36:49.864 INFO STEP 88 (remove_files) COMPLETE |
4594 | 2024-12-06T20:36:50.530Z | [ recovery-image] Dec 06 20:36:49.864 INFO O| Dec 06 20:36:49.864 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-06T20:36:50.537Z | [ recovery-image] Dec 06 20:36:49.873 INFO O| Dec 06 20:36:49.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4596 | 2024-12-06T20:36:50.538Z | [ recovery-image] Dec 06 20:36:49.873 INFO O| Dec 06 20:36:49.873 INFO STEP 89 (remove_files) COMPLETE |
4597 | 2024-12-06T20:36:50.538Z | [ recovery-image] Dec 06 20:36:49.873 INFO O| Dec 06 20:36:49.873 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-06T20:36:50.546Z | [ recovery-image] Dec 06 20:36:49.882 INFO O| Dec 06 20:36:49.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4599 | 2024-12-06T20:36:50.549Z | [ recovery-image] Dec 06 20:36:49.882 INFO O| Dec 06 20:36:49.882 INFO STEP 90 (remove_files) COMPLETE |
4600 | 2024-12-06T20:36:50.549Z | [ recovery-image] Dec 06 20:36:49.882 INFO O| Dec 06 20:36:49.882 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-06T20:36:50.556Z | [ recovery-image] Dec 06 20:36:49.892 INFO O| Dec 06 20:36:49.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4602 | 2024-12-06T20:36:50.556Z | [ recovery-image] Dec 06 20:36:49.892 INFO O| Dec 06 20:36:49.892 INFO STEP 91 (remove_files) COMPLETE |
4603 | 2024-12-06T20:36:50.558Z | [ recovery-image] Dec 06 20:36:49.892 INFO O| Dec 06 20:36:49.892 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-06T20:36:50.566Z | [ recovery-image] Dec 06 20:36:49.901 INFO O| Dec 06 20:36:49.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4605 | 2024-12-06T20:36:50.566Z | [ recovery-image] Dec 06 20:36:49.901 INFO O| Dec 06 20:36:49.901 INFO STEP 92 (remove_files) COMPLETE |
4606 | 2024-12-06T20:36:50.569Z | [ recovery-image] Dec 06 20:36:49.901 INFO O| Dec 06 20:36:49.901 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-06T20:36:50.575Z | [ recovery-image] Dec 06 20:36:49.911 INFO O| Dec 06 20:36:49.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4608 | 2024-12-06T20:36:50.577Z | [ recovery-image] Dec 06 20:36:49.911 INFO O| Dec 06 20:36:49.911 INFO STEP 93 (remove_files) COMPLETE |
4609 | 2024-12-06T20:36:50.577Z | [ recovery-image] Dec 06 20:36:49.911 INFO O| Dec 06 20:36:49.911 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-06T20:36:50.587Z | [ recovery-image] Dec 06 20:36:49.921 INFO O| Dec 06 20:36:49.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4611 | 2024-12-06T20:36:50.587Z | [ recovery-image] Dec 06 20:36:49.921 INFO O| Dec 06 20:36:49.921 INFO STEP 94 (remove_files) COMPLETE |
4612 | 2024-12-06T20:36:50.587Z | [ recovery-image] Dec 06 20:36:49.921 INFO O| Dec 06 20:36:49.921 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-06T20:36:50.594Z | [ recovery-image] Dec 06 20:36:49.930 INFO O| Dec 06 20:36:49.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4614 | 2024-12-06T20:36:50.594Z | [ recovery-image] Dec 06 20:36:49.930 INFO O| Dec 06 20:36:49.930 INFO STEP 95 (remove_files) COMPLETE |
4615 | 2024-12-06T20:36:50.596Z | [ recovery-image] Dec 06 20:36:49.930 INFO O| Dec 06 20:36:49.930 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-06T20:36:50.603Z | [ recovery-image] Dec 06 20:36:49.939 INFO O| Dec 06 20:36:49.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4617 | 2024-12-06T20:36:50.603Z | [ recovery-image] Dec 06 20:36:49.939 INFO O| Dec 06 20:36:49.939 INFO STEP 96 (remove_files) COMPLETE |
4618 | 2024-12-06T20:36:50.606Z | [ recovery-image] Dec 06 20:36:49.939 INFO O| Dec 06 20:36:49.939 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-06T20:36:50.613Z | [ recovery-image] Dec 06 20:36:49.949 INFO O| Dec 06 20:36:49.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4620 | 2024-12-06T20:36:50.613Z | [ recovery-image] Dec 06 20:36:49.949 INFO O| Dec 06 20:36:49.949 INFO STEP 97 (remove_files) COMPLETE |
4621 | 2024-12-06T20:36:50.613Z | [ recovery-image] Dec 06 20:36:49.949 INFO O| Dec 06 20:36:49.949 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-06T20:36:50.622Z | [ recovery-image] Dec 06 20:36:49.958 INFO O| Dec 06 20:36:49.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4623 | 2024-12-06T20:36:50.622Z | [ recovery-image] Dec 06 20:36:49.958 INFO O| Dec 06 20:36:49.958 INFO STEP 98 (remove_files) COMPLETE |
4624 | 2024-12-06T20:36:50.625Z | [ recovery-image] Dec 06 20:36:49.958 INFO O| Dec 06 20:36:49.958 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-06T20:36:50.632Z | [ recovery-image] Dec 06 20:36:49.968 INFO O| Dec 06 20:36:49.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4626 | 2024-12-06T20:36:50.632Z | [ recovery-image] Dec 06 20:36:49.968 INFO O| Dec 06 20:36:49.968 INFO STEP 99 (remove_files) COMPLETE |
4627 | 2024-12-06T20:36:50.632Z | [ recovery-image] Dec 06 20:36:49.968 INFO O| Dec 06 20:36:49.968 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-06T20:36:50.641Z | [ recovery-image] Dec 06 20:36:49.977 INFO O| Dec 06 20:36:49.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4629 | 2024-12-06T20:36:50.643Z | [ recovery-image] Dec 06 20:36:49.978 INFO O| Dec 06 20:36:49.978 INFO STEP 100 (remove_files) COMPLETE |
4630 | 2024-12-06T20:36:50.643Z | [ recovery-image] Dec 06 20:36:49.978 INFO O| Dec 06 20:36:49.978 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-06T20:36:50.651Z | [ recovery-image] Dec 06 20:36:49.987 INFO O| Dec 06 20:36:49.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4632 | 2024-12-06T20:36:50.651Z | [ recovery-image] Dec 06 20:36:49.987 INFO O| Dec 06 20:36:49.987 INFO STEP 101 (remove_files) COMPLETE |
4633 | 2024-12-06T20:36:50.654Z | [ recovery-image] Dec 06 20:36:49.987 INFO O| Dec 06 20:36:49.987 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-06T20:36:50.661Z | [ recovery-image] Dec 06 20:36:49.997 INFO O| Dec 06 20:36:49.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4635 | 2024-12-06T20:36:50.661Z | [ recovery-image] Dec 06 20:36:49.997 INFO O| Dec 06 20:36:49.997 INFO STEP 102 (remove_files) COMPLETE |
4636 | 2024-12-06T20:36:50.661Z | [ recovery-image] Dec 06 20:36:49.997 INFO O| Dec 06 20:36:49.997 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-06T20:36:50.671Z | [ recovery-image] Dec 06 20:36:50.007 INFO O| Dec 06 20:36:50.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4638 | 2024-12-06T20:36:50.671Z | [ recovery-image] Dec 06 20:36:50.007 INFO O| Dec 06 20:36:50.007 INFO STEP 103 (remove_files) COMPLETE |
4639 | 2024-12-06T20:36:50.674Z | [ recovery-image] Dec 06 20:36:50.007 INFO O| Dec 06 20:36:50.007 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-06T20:36:50.681Z | [ recovery-image] Dec 06 20:36:50.017 INFO O| Dec 06 20:36:50.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4641 | 2024-12-06T20:36:50.683Z | [ recovery-image] Dec 06 20:36:50.017 INFO O| Dec 06 20:36:50.017 INFO STEP 104 (remove_files) COMPLETE |
4642 | 2024-12-06T20:36:50.683Z | [ recovery-image] Dec 06 20:36:50.017 INFO O| Dec 06 20:36:50.017 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-06T20:36:50.690Z | [ recovery-image] Dec 06 20:36:50.026 INFO O| Dec 06 20:36:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4644 | 2024-12-06T20:36:50.692Z | [ recovery-image] Dec 06 20:36:50.026 INFO O| Dec 06 20:36:50.026 INFO STEP 105 (remove_files) COMPLETE |
4645 | 2024-12-06T20:36:50.693Z | [ recovery-image] Dec 06 20:36:50.026 INFO O| Dec 06 20:36:50.026 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-06T20:36:50.700Z | [ recovery-image] Dec 06 20:36:50.036 INFO O| Dec 06 20:36:50.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4647 | 2024-12-06T20:36:50.700Z | [ recovery-image] Dec 06 20:36:50.036 INFO O| Dec 06 20:36:50.036 INFO STEP 106 (remove_files) COMPLETE |
4648 | 2024-12-06T20:36:50.703Z | [ recovery-image] Dec 06 20:36:50.036 INFO O| Dec 06 20:36:50.036 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-06T20:36:50.710Z | [ recovery-image] Dec 06 20:36:50.046 INFO O| Dec 06 20:36:50.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4650 | 2024-12-06T20:36:50.710Z | [ recovery-image] Dec 06 20:36:50.046 INFO O| Dec 06 20:36:50.046 INFO STEP 107 (remove_files) COMPLETE |
4651 | 2024-12-06T20:36:50.712Z | [ recovery-image] Dec 06 20:36:50.046 INFO O| Dec 06 20:36:50.046 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-06T20:36:50.719Z | [ recovery-image] Dec 06 20:36:50.055 INFO O| Dec 06 20:36:50.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4653 | 2024-12-06T20:36:50.721Z | [ recovery-image] Dec 06 20:36:50.055 INFO O| Dec 06 20:36:50.055 INFO STEP 108 (remove_files) COMPLETE |
4654 | 2024-12-06T20:36:50.721Z | [ recovery-image] Dec 06 20:36:50.055 INFO O| Dec 06 20:36:50.055 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-06T20:36:50.728Z | [ recovery-image] Dec 06 20:36:50.064 INFO O| Dec 06 20:36:50.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4656 | 2024-12-06T20:36:50.728Z | [ recovery-image] Dec 06 20:36:50.064 INFO O| Dec 06 20:36:50.064 INFO STEP 109 (remove_files) COMPLETE |
4657 | 2024-12-06T20:36:50.731Z | [ recovery-image] Dec 06 20:36:50.064 INFO O| Dec 06 20:36:50.064 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-06T20:36:50.737Z | [ recovery-image] Dec 06 20:36:50.073 INFO O| Dec 06 20:36:50.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4659 | 2024-12-06T20:36:50.737Z | [ recovery-image] Dec 06 20:36:50.073 INFO O| Dec 06 20:36:50.073 INFO STEP 110 (remove_files) COMPLETE |
4660 | 2024-12-06T20:36:50.739Z | [ recovery-image] Dec 06 20:36:50.073 INFO O| Dec 06 20:36:50.073 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-06T20:36:50.747Z | [ recovery-image] Dec 06 20:36:50.082 INFO O| Dec 06 20:36:50.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4662 | 2024-12-06T20:36:50.749Z | [ recovery-image] Dec 06 20:36:50.083 INFO O| Dec 06 20:36:50.083 INFO STEP 111 (remove_files) COMPLETE |
4663 | 2024-12-06T20:36:50.749Z | [ recovery-image] Dec 06 20:36:50.083 INFO O| Dec 06 20:36:50.083 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-06T20:36:50.756Z | [ recovery-image] Dec 06 20:36:50.092 INFO O| Dec 06 20:36:50.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4665 | 2024-12-06T20:36:50.756Z | [ recovery-image] Dec 06 20:36:50.092 INFO O| Dec 06 20:36:50.092 INFO STEP 112 (remove_files) COMPLETE |
4666 | 2024-12-06T20:36:50.756Z | [ recovery-image] Dec 06 20:36:50.092 INFO O| Dec 06 20:36:50.092 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-06T20:36:50.765Z | [ recovery-image] Dec 06 20:36:50.101 INFO O| Dec 06 20:36:50.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4668 | 2024-12-06T20:36:50.765Z | [ recovery-image] Dec 06 20:36:50.101 INFO O| Dec 06 20:36:50.101 INFO STEP 113 (remove_files) COMPLETE |
4669 | 2024-12-06T20:36:50.767Z | [ recovery-image] Dec 06 20:36:50.101 INFO O| Dec 06 20:36:50.101 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-06T20:36:50.774Z | [ recovery-image] Dec 06 20:36:50.110 INFO O| Dec 06 20:36:50.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4671 | 2024-12-06T20:36:50.777Z | [ recovery-image] Dec 06 20:36:50.110 INFO O| Dec 06 20:36:50.110 INFO STEP 114 (remove_files) COMPLETE |
4672 | 2024-12-06T20:36:50.777Z | [ recovery-image] Dec 06 20:36:50.110 INFO O| Dec 06 20:36:50.110 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-06T20:36:50.784Z | [ recovery-image] Dec 06 20:36:50.120 INFO O| Dec 06 20:36:50.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4674 | 2024-12-06T20:36:50.784Z | [ recovery-image] Dec 06 20:36:50.120 INFO O| Dec 06 20:36:50.120 INFO STEP 115 (remove_files) COMPLETE |
4675 | 2024-12-06T20:36:50.786Z | [ recovery-image] Dec 06 20:36:50.120 INFO O| Dec 06 20:36:50.120 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-06T20:36:50.793Z | [ recovery-image] Dec 06 20:36:50.129 INFO O| Dec 06 20:36:50.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4677 | 2024-12-06T20:36:50.793Z | [ recovery-image] Dec 06 20:36:50.129 INFO O| Dec 06 20:36:50.129 INFO STEP 116 (remove_files) COMPLETE |
4678 | 2024-12-06T20:36:50.795Z | [ recovery-image] Dec 06 20:36:50.129 INFO O| Dec 06 20:36:50.129 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-06T20:36:50.802Z | [ recovery-image] Dec 06 20:36:50.138 INFO O| Dec 06 20:36:50.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4680 | 2024-12-06T20:36:50.802Z | [ recovery-image] Dec 06 20:36:50.138 INFO O| Dec 06 20:36:50.138 INFO STEP 117 (remove_files) COMPLETE |
4681 | 2024-12-06T20:36:50.805Z | [ recovery-image] Dec 06 20:36:50.138 INFO O| Dec 06 20:36:50.138 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-06T20:36:50.812Z | [ recovery-image] Dec 06 20:36:50.148 INFO O| Dec 06 20:36:50.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4683 | 2024-12-06T20:36:50.814Z | [ recovery-image] Dec 06 20:36:50.148 INFO O| Dec 06 20:36:50.148 INFO STEP 118 (remove_files) COMPLETE |
4684 | 2024-12-06T20:36:50.814Z | [ recovery-image] Dec 06 20:36:50.148 INFO O| Dec 06 20:36:50.148 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-06T20:36:50.821Z | [ recovery-image] Dec 06 20:36:50.157 INFO O| Dec 06 20:36:50.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4686 | 2024-12-06T20:36:50.825Z | [ recovery-image] Dec 06 20:36:50.157 INFO O| Dec 06 20:36:50.157 INFO STEP 119 (remove_files) COMPLETE |
4687 | 2024-12-06T20:36:50.825Z | [ recovery-image] Dec 06 20:36:50.157 INFO O| Dec 06 20:36:50.157 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-06T20:36:50.831Z | [ recovery-image] Dec 06 20:36:50.167 INFO O| Dec 06 20:36:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4689 | 2024-12-06T20:36:50.833Z | [ recovery-image] Dec 06 20:36:50.167 INFO O| Dec 06 20:36:50.167 INFO STEP 120 (remove_files) COMPLETE |
4690 | 2024-12-06T20:36:50.833Z | [ recovery-image] Dec 06 20:36:50.167 INFO O| Dec 06 20:36:50.167 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-06T20:36:50.841Z | [ recovery-image] Dec 06 20:36:50.177 INFO O| Dec 06 20:36:50.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4692 | 2024-12-06T20:36:50.844Z | [ recovery-image] Dec 06 20:36:50.178 INFO O| Dec 06 20:36:50.178 INFO STEP 121 (remove_files) COMPLETE |
4693 | 2024-12-06T20:36:50.844Z | [ recovery-image] Dec 06 20:36:50.178 INFO O| Dec 06 20:36:50.178 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-06T20:36:50.851Z | [ recovery-image] Dec 06 20:36:50.187 INFO O| Dec 06 20:36:50.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4695 | 2024-12-06T20:36:50.851Z | [ recovery-image] Dec 06 20:36:50.187 INFO O| Dec 06 20:36:50.187 INFO STEP 122 (remove_files) COMPLETE |
4696 | 2024-12-06T20:36:50.853Z | [ recovery-image] Dec 06 20:36:50.187 INFO O| Dec 06 20:36:50.187 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-06T20:36:50.861Z | [ recovery-image] Dec 06 20:36:50.197 INFO O| Dec 06 20:36:50.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4698 | 2024-12-06T20:36:50.861Z | [ recovery-image] Dec 06 20:36:50.197 INFO O| Dec 06 20:36:50.197 INFO STEP 123 (remove_files) COMPLETE |
4699 | 2024-12-06T20:36:50.861Z | [ recovery-image] Dec 06 20:36:50.197 INFO O| Dec 06 20:36:50.197 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-06T20:36:50.870Z | [ recovery-image] Dec 06 20:36:50.206 INFO O| Dec 06 20:36:50.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4701 | 2024-12-06T20:36:50.873Z | [ recovery-image] Dec 06 20:36:50.206 INFO O| Dec 06 20:36:50.206 INFO STEP 124 (remove_files) COMPLETE |
4702 | 2024-12-06T20:36:50.873Z | [ recovery-image] Dec 06 20:36:50.206 INFO O| Dec 06 20:36:50.206 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-06T20:36:50.881Z | [ recovery-image] Dec 06 20:36:50.217 INFO O| Dec 06 20:36:50.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4704 | 2024-12-06T20:36:50.881Z | [ recovery-image] Dec 06 20:36:50.217 INFO O| Dec 06 20:36:50.217 INFO STEP 125 (remove_files) COMPLETE |
4705 | 2024-12-06T20:36:50.881Z | [ recovery-image] Dec 06 20:36:50.217 INFO O| Dec 06 20:36:50.217 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-12-06T20:36:50.890Z | [ recovery-image] Dec 06 20:36:50.226 INFO O| Dec 06 20:36:50.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4707 | 2024-12-06T20:36:50.892Z | [ recovery-image] Dec 06 20:36:50.226 INFO O| Dec 06 20:36:50.226 INFO STEP 126 (remove_files) COMPLETE |
4708 | 2024-12-06T20:36:50.892Z | [ recovery-image] Dec 06 20:36:50.226 INFO O| Dec 06 20:36:50.226 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-12-06T20:36:50.899Z | [ recovery-image] Dec 06 20:36:50.235 INFO O| Dec 06 20:36:50.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4710 | 2024-12-06T20:36:50.899Z | [ recovery-image] Dec 06 20:36:50.235 INFO O| Dec 06 20:36:50.235 INFO STEP 127 (remove_files) COMPLETE |
4711 | 2024-12-06T20:36:50.899Z | [ recovery-image] Dec 06 20:36:50.235 INFO O| Dec 06 20:36:50.235 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-12-06T20:36:50.909Z | [ recovery-image] Dec 06 20:36:50.245 INFO O| Dec 06 20:36:50.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4713 | 2024-12-06T20:36:50.909Z | [ recovery-image] Dec 06 20:36:50.245 INFO O| Dec 06 20:36:50.245 INFO STEP 128 (remove_files) COMPLETE |
4714 | 2024-12-06T20:36:50.912Z | [ recovery-image] Dec 06 20:36:50.245 INFO O| Dec 06 20:36:50.245 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-12-06T20:36:50.918Z | [ recovery-image] Dec 06 20:36:50.254 INFO O| Dec 06 20:36:50.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4716 | 2024-12-06T20:36:50.918Z | [ recovery-image] Dec 06 20:36:50.254 INFO O| Dec 06 20:36:50.254 INFO STEP 129 (remove_files) COMPLETE |
4717 | 2024-12-06T20:36:50.920Z | [ recovery-image] Dec 06 20:36:50.254 INFO O| Dec 06 20:36:50.254 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-12-06T20:36:50.927Z | [ recovery-image] Dec 06 20:36:50.263 INFO O| Dec 06 20:36:50.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4719 | 2024-12-06T20:36:50.927Z | [ recovery-image] Dec 06 20:36:50.263 INFO O| Dec 06 20:36:50.263 INFO STEP 130 (remove_files) COMPLETE |
4720 | 2024-12-06T20:36:50.927Z | [ recovery-image] Dec 06 20:36:50.263 INFO O| Dec 06 20:36:50.263 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-12-06T20:36:50.936Z | [ recovery-image] Dec 06 20:36:50.272 INFO O| Dec 06 20:36:50.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4722 | 2024-12-06T20:36:50.936Z | [ recovery-image] Dec 06 20:36:50.272 INFO O| Dec 06 20:36:50.272 INFO STEP 131 (remove_files) COMPLETE |
4723 | 2024-12-06T20:36:50.936Z | [ recovery-image] Dec 06 20:36:50.272 INFO O| Dec 06 20:36:50.272 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-06T20:36:50.945Z | [ recovery-image] Dec 06 20:36:50.281 INFO O| Dec 06 20:36:50.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4725 | 2024-12-06T20:36:50.948Z | [ recovery-image] Dec 06 20:36:50.281 INFO O| Dec 06 20:36:50.281 INFO STEP 132 (remove_files) COMPLETE |
4726 | 2024-12-06T20:36:50.948Z | [ recovery-image] Dec 06 20:36:50.281 INFO O| Dec 06 20:36:50.281 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-12-06T20:36:50.955Z | [ recovery-image] Dec 06 20:36:50.291 INFO O| Dec 06 20:36:50.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4728 | 2024-12-06T20:36:50.955Z | [ recovery-image] Dec 06 20:36:50.291 INFO O| Dec 06 20:36:50.291 INFO STEP 133 (remove_files) COMPLETE |
4729 | 2024-12-06T20:36:50.955Z | [ recovery-image] Dec 06 20:36:50.291 INFO O| Dec 06 20:36:50.291 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-12-06T20:36:50.964Z | [ recovery-image] Dec 06 20:36:50.300 INFO O| Dec 06 20:36:50.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4731 | 2024-12-06T20:36:50.964Z | [ recovery-image] Dec 06 20:36:50.300 INFO O| Dec 06 20:36:50.300 INFO STEP 134 (remove_files) COMPLETE |
4732 | 2024-12-06T20:36:50.966Z | [ recovery-image] Dec 06 20:36:50.300 INFO O| Dec 06 20:36:50.300 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-06T20:36:50.976Z | [ recovery-image] Dec 06 20:36:50.309 INFO O| Dec 06 20:36:50.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4734 | 2024-12-06T20:36:50.976Z | [ recovery-image] Dec 06 20:36:50.309 INFO O| Dec 06 20:36:50.309 INFO STEP 135 (remove_files) COMPLETE |
4735 | 2024-12-06T20:36:50.976Z | [ recovery-image] Dec 06 20:36:50.309 INFO O| Dec 06 20:36:50.309 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-06T20:36:50.983Z | [ recovery-image] Dec 06 20:36:50.319 INFO O| Dec 06 20:36:50.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4737 | 2024-12-06T20:36:50.983Z | [ recovery-image] Dec 06 20:36:50.319 INFO O| Dec 06 20:36:50.319 INFO STEP 136 (remove_files) COMPLETE |
4738 | 2024-12-06T20:36:50.986Z | [ recovery-image] Dec 06 20:36:50.319 INFO O| Dec 06 20:36:50.319 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-06T20:36:50.992Z | [ recovery-image] Dec 06 20:36:50.328 INFO O| Dec 06 20:36:50.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4740 | 2024-12-06T20:36:50.992Z | [ recovery-image] Dec 06 20:36:50.328 INFO O| Dec 06 20:36:50.328 INFO STEP 137 (remove_files) COMPLETE |
4741 | 2024-12-06T20:36:50.994Z | [ recovery-image] Dec 06 20:36:50.328 INFO O| Dec 06 20:36:50.328 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-06T20:36:51.002Z | [ recovery-image] Dec 06 20:36:50.338 INFO O| Dec 06 20:36:50.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4743 | 2024-12-06T20:36:51.005Z | [ recovery-image] Dec 06 20:36:50.338 INFO O| Dec 06 20:36:50.338 INFO STEP 138 (remove_files) COMPLETE |
4744 | 2024-12-06T20:36:51.005Z | [ recovery-image] Dec 06 20:36:50.338 INFO O| Dec 06 20:36:50.338 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-06T20:36:51.012Z | [ recovery-image] Dec 06 20:36:50.348 INFO O| Dec 06 20:36:50.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4746 | 2024-12-06T20:36:51.012Z | [ recovery-image] Dec 06 20:36:50.348 INFO O| Dec 06 20:36:50.348 INFO STEP 139 (remove_files) COMPLETE |
4747 | 2024-12-06T20:36:51.014Z | [ recovery-image] Dec 06 20:36:50.348 INFO O| Dec 06 20:36:50.348 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-06T20:36:51.021Z | [ recovery-image] Dec 06 20:36:50.357 INFO O| Dec 06 20:36:50.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4749 | 2024-12-06T20:36:51.023Z | [ recovery-image] Dec 06 20:36:50.358 INFO O| Dec 06 20:36:50.358 INFO STEP 140 (remove_files) COMPLETE |
4750 | 2024-12-06T20:36:51.023Z | [ recovery-image] Dec 06 20:36:50.358 INFO O| Dec 06 20:36:50.358 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-06T20:36:51.031Z | [ recovery-image] Dec 06 20:36:50.367 INFO O| Dec 06 20:36:50.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4752 | 2024-12-06T20:36:51.031Z | [ recovery-image] Dec 06 20:36:50.367 INFO O| Dec 06 20:36:50.367 INFO STEP 141 (remove_files) COMPLETE |
4753 | 2024-12-06T20:36:51.033Z | [ recovery-image] Dec 06 20:36:50.367 INFO O| Dec 06 20:36:50.367 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-06T20:36:51.040Z | [ recovery-image] Dec 06 20:36:50.376 INFO O| Dec 06 20:36:50.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4755 | 2024-12-06T20:36:51.040Z | [ recovery-image] Dec 06 20:36:50.376 INFO O| Dec 06 20:36:50.376 INFO STEP 142 (remove_files) COMPLETE |
4756 | 2024-12-06T20:36:51.040Z | [ recovery-image] Dec 06 20:36:50.376 INFO O| Dec 06 20:36:50.376 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-06T20:36:51.050Z | [ recovery-image] Dec 06 20:36:50.386 INFO O| Dec 06 20:36:50.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4758 | 2024-12-06T20:36:51.050Z | [ recovery-image] Dec 06 20:36:50.386 INFO O| Dec 06 20:36:50.386 INFO STEP 143 (remove_files) COMPLETE |
4759 | 2024-12-06T20:36:51.053Z | [ recovery-image] Dec 06 20:36:50.386 INFO O| Dec 06 20:36:50.386 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-06T20:36:51.059Z | [ recovery-image] Dec 06 20:36:50.395 INFO O| Dec 06 20:36:50.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4761 | 2024-12-06T20:36:51.059Z | [ recovery-image] Dec 06 20:36:50.395 INFO O| Dec 06 20:36:50.395 INFO STEP 144 (remove_files) COMPLETE |
4762 | 2024-12-06T20:36:51.062Z | [ recovery-image] Dec 06 20:36:50.395 INFO O| Dec 06 20:36:50.395 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-06T20:36:51.069Z | [ recovery-image] Dec 06 20:36:50.404 INFO O| Dec 06 20:36:50.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4764 | 2024-12-06T20:36:51.069Z | [ recovery-image] Dec 06 20:36:50.404 INFO O| Dec 06 20:36:50.404 INFO STEP 145 (remove_files) COMPLETE |
4765 | 2024-12-06T20:36:51.071Z | [ recovery-image] Dec 06 20:36:50.404 INFO O| Dec 06 20:36:50.404 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-06T20:36:51.079Z | [ recovery-image] Dec 06 20:36:50.414 INFO O| Dec 06 20:36:50.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4767 | 2024-12-06T20:36:51.079Z | [ recovery-image] Dec 06 20:36:50.414 INFO O| Dec 06 20:36:50.414 INFO STEP 146 (remove_files) COMPLETE |
4768 | 2024-12-06T20:36:51.081Z | [ recovery-image] Dec 06 20:36:50.414 INFO O| Dec 06 20:36:50.414 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-06T20:36:51.088Z | [ recovery-image] Dec 06 20:36:50.423 INFO O| Dec 06 20:36:50.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4770 | 2024-12-06T20:36:51.088Z | [ recovery-image] Dec 06 20:36:50.423 INFO O| Dec 06 20:36:50.423 INFO STEP 147 (remove_files) COMPLETE |
4771 | 2024-12-06T20:36:51.090Z | [ recovery-image] Dec 06 20:36:50.423 INFO O| Dec 06 20:36:50.423 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-06T20:36:51.097Z | [ recovery-image] Dec 06 20:36:50.433 INFO O| Dec 06 20:36:50.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4773 | 2024-12-06T20:36:51.100Z | [ recovery-image] Dec 06 20:36:50.433 INFO O| Dec 06 20:36:50.433 INFO STEP 148 (remove_files) COMPLETE |
4774 | 2024-12-06T20:36:51.100Z | [ recovery-image] Dec 06 20:36:50.433 INFO O| Dec 06 20:36:50.433 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-12-06T20:36:51.107Z | [ recovery-image] Dec 06 20:36:50.442 INFO O| Dec 06 20:36:50.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4776 | 2024-12-06T20:36:51.110Z | [ recovery-image] Dec 06 20:36:50.443 INFO O| Dec 06 20:36:50.443 INFO STEP 149 (remove_files) COMPLETE |
4777 | 2024-12-06T20:36:51.110Z | [ recovery-image] Dec 06 20:36:50.443 INFO O| Dec 06 20:36:50.443 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-12-06T20:36:51.118Z | [ recovery-image] Dec 06 20:36:50.452 INFO O| Dec 06 20:36:50.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4779 | 2024-12-06T20:36:51.118Z | [ recovery-image] Dec 06 20:36:50.452 INFO O| Dec 06 20:36:50.452 INFO STEP 150 (remove_files) COMPLETE |
4780 | 2024-12-06T20:36:51.118Z | [ recovery-image] Dec 06 20:36:50.452 INFO O| Dec 06 20:36:50.452 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-06T20:36:51.125Z | [ recovery-image] Dec 06 20:36:50.461 INFO O| Dec 06 20:36:50.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4782 | 2024-12-06T20:36:51.126Z | [ recovery-image] Dec 06 20:36:50.461 INFO O| Dec 06 20:36:50.461 INFO STEP 151 (remove_files) COMPLETE |
4783 | 2024-12-06T20:36:51.129Z | [ recovery-image] Dec 06 20:36:50.461 INFO O| Dec 06 20:36:50.461 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-12-06T20:36:51.135Z | [ recovery-image] Dec 06 20:36:50.471 INFO O| Dec 06 20:36:50.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4785 | 2024-12-06T20:36:51.135Z | [ recovery-image] Dec 06 20:36:50.471 INFO O| Dec 06 20:36:50.471 INFO STEP 152 (remove_files) COMPLETE |
4786 | 2024-12-06T20:36:51.135Z | [ recovery-image] Dec 06 20:36:50.471 INFO O| Dec 06 20:36:50.471 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-12-06T20:36:51.144Z | [ recovery-image] Dec 06 20:36:50.480 INFO O| Dec 06 20:36:50.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4788 | 2024-12-06T20:36:51.144Z | [ recovery-image] Dec 06 20:36:50.480 INFO O| Dec 06 20:36:50.480 INFO STEP 153 (remove_files) COMPLETE |
4789 | 2024-12-06T20:36:51.147Z | [ recovery-image] Dec 06 20:36:50.480 INFO O| Dec 06 20:36:50.480 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-12-06T20:36:51.154Z | [ recovery-image] Dec 06 20:36:50.489 INFO O| Dec 06 20:36:50.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4791 | 2024-12-06T20:36:51.154Z | [ recovery-image] Dec 06 20:36:50.489 INFO O| Dec 06 20:36:50.489 INFO STEP 154 (remove_files) COMPLETE |
4792 | 2024-12-06T20:36:51.156Z | [ recovery-image] Dec 06 20:36:50.489 INFO O| Dec 06 20:36:50.489 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-12-06T20:36:51.163Z | [ recovery-image] Dec 06 20:36:50.499 INFO O| Dec 06 20:36:50.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4794 | 2024-12-06T20:36:51.163Z | [ recovery-image] Dec 06 20:36:50.499 INFO O| Dec 06 20:36:50.499 INFO STEP 155 (remove_files) COMPLETE |
4795 | 2024-12-06T20:36:51.166Z | [ recovery-image] Dec 06 20:36:50.499 INFO O| Dec 06 20:36:50.499 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-12-06T20:36:51.174Z | [ recovery-image] Dec 06 20:36:50.508 INFO O| Dec 06 20:36:50.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4797 | 2024-12-06T20:36:51.178Z | [ recovery-image] Dec 06 20:36:50.508 INFO O| Dec 06 20:36:50.508 INFO STEP 156 (remove_files) COMPLETE |
4798 | 2024-12-06T20:36:51.178Z | [ recovery-image] Dec 06 20:36:50.508 INFO O| Dec 06 20:36:50.508 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-12-06T20:36:51.182Z | [ recovery-image] Dec 06 20:36:50.518 INFO O| Dec 06 20:36:50.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4800 | 2024-12-06T20:36:51.182Z | [ recovery-image] Dec 06 20:36:50.518 INFO O| Dec 06 20:36:50.518 INFO STEP 157 (remove_files) COMPLETE |
4801 | 2024-12-06T20:36:51.184Z | [ recovery-image] Dec 06 20:36:50.518 INFO O| Dec 06 20:36:50.518 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-12-06T20:36:51.192Z | [ recovery-image] Dec 06 20:36:50.527 INFO O| Dec 06 20:36:50.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4803 | 2024-12-06T20:36:51.192Z | [ recovery-image] Dec 06 20:36:50.527 INFO O| Dec 06 20:36:50.527 INFO STEP 158 (remove_files) COMPLETE |
4804 | 2024-12-06T20:36:51.192Z | [ recovery-image] Dec 06 20:36:50.527 INFO O| Dec 06 20:36:50.527 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-12-06T20:36:51.201Z | [ recovery-image] Dec 06 20:36:50.536 INFO O| Dec 06 20:36:50.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4806 | 2024-12-06T20:36:51.203Z | [ recovery-image] Dec 06 20:36:50.537 INFO O| Dec 06 20:36:50.537 INFO STEP 159 (remove_files) COMPLETE |
4807 | 2024-12-06T20:36:51.203Z | [ recovery-image] Dec 06 20:36:50.537 INFO O| Dec 06 20:36:50.537 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-12-06T20:36:51.210Z | [ recovery-image] Dec 06 20:36:50.546 INFO O| Dec 06 20:36:50.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4809 | 2024-12-06T20:36:51.211Z | [ recovery-image] Dec 06 20:36:50.546 INFO O| Dec 06 20:36:50.546 INFO STEP 160 (remove_files) COMPLETE |
4810 | 2024-12-06T20:36:51.213Z | [ recovery-image] Dec 06 20:36:50.546 INFO O| Dec 06 20:36:50.546 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-06T20:36:51.222Z | [ recovery-image] Dec 06 20:36:50.558 INFO O| Dec 06 20:36:50.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4812 | 2024-12-06T20:36:51.222Z | [ recovery-image] Dec 06 20:36:50.558 INFO O| Dec 06 20:36:50.558 INFO STEP 161 (remove_files) COMPLETE |
4813 | 2024-12-06T20:36:51.222Z | [ recovery-image] Dec 06 20:36:50.558 INFO O| Dec 06 20:36:50.558 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-06T20:36:51.235Z | [ recovery-image] Dec 06 20:36:50.571 INFO O| Dec 06 20:36:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4815 | 2024-12-06T20:36:51.235Z | [ recovery-image] Dec 06 20:36:50.571 INFO O| Dec 06 20:36:50.571 INFO STEP 162 (remove_files) COMPLETE |
4816 | 2024-12-06T20:36:51.235Z | [ recovery-image] Dec 06 20:36:50.571 INFO O| Dec 06 20:36:50.571 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-06T20:36:51.244Z | [ recovery-image] Dec 06 20:36:50.580 INFO O| Dec 06 20:36:50.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4818 | 2024-12-06T20:36:51.244Z | [ recovery-image] Dec 06 20:36:50.580 INFO O| Dec 06 20:36:50.580 INFO STEP 163 (remove_files) COMPLETE |
4819 | 2024-12-06T20:36:51.246Z | [ recovery-image] Dec 06 20:36:50.580 INFO O| Dec 06 20:36:50.580 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-12-06T20:36:51.254Z | [ recovery-image] Dec 06 20:36:50.589 INFO O| Dec 06 20:36:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4821 | 2024-12-06T20:36:51.256Z | [ recovery-image] Dec 06 20:36:50.590 INFO O| Dec 06 20:36:50.590 INFO STEP 164 (remove_files) COMPLETE |
4822 | 2024-12-06T20:36:51.256Z | [ recovery-image] Dec 06 20:36:50.590 INFO O| Dec 06 20:36:50.590 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-12-06T20:36:51.263Z | [ recovery-image] Dec 06 20:36:50.599 INFO O| Dec 06 20:36:50.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4824 | 2024-12-06T20:36:51.263Z | [ recovery-image] Dec 06 20:36:50.599 INFO O| Dec 06 20:36:50.599 INFO STEP 165 (remove_files) COMPLETE |
4825 | 2024-12-06T20:36:51.263Z | [ recovery-image] Dec 06 20:36:50.599 INFO O| Dec 06 20:36:50.599 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-12-06T20:36:51.272Z | [ recovery-image] Dec 06 20:36:50.608 INFO O| Dec 06 20:36:50.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4827 | 2024-12-06T20:36:51.275Z | [ recovery-image] Dec 06 20:36:50.609 INFO O| Dec 06 20:36:50.609 INFO STEP 166 (remove_files) COMPLETE |
4828 | 2024-12-06T20:36:51.275Z | [ recovery-image] Dec 06 20:36:50.609 INFO O| Dec 06 20:36:50.609 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-12-06T20:36:51.285Z | [ recovery-image] Dec 06 20:36:50.621 INFO O| Dec 06 20:36:50.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4830 | 2024-12-06T20:36:51.287Z | [ recovery-image] Dec 06 20:36:50.621 INFO O| Dec 06 20:36:50.621 INFO STEP 167 (remove_files) COMPLETE |
4831 | 2024-12-06T20:36:51.287Z | [ recovery-image] Dec 06 20:36:50.621 INFO O| Dec 06 20:36:50.621 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-12-06T20:36:51.295Z | [ recovery-image] Dec 06 20:36:50.631 INFO O| Dec 06 20:36:50.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4833 | 2024-12-06T20:36:51.295Z | [ recovery-image] Dec 06 20:36:50.631 INFO O| Dec 06 20:36:50.631 INFO STEP 168 (remove_files) COMPLETE |
4834 | 2024-12-06T20:36:51.299Z | [ recovery-image] Dec 06 20:36:50.631 INFO O| Dec 06 20:36:50.631 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-12-06T20:36:51.305Z | [ recovery-image] Dec 06 20:36:50.641 INFO O| Dec 06 20:36:50.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4836 | 2024-12-06T20:36:51.307Z | [ recovery-image] Dec 06 20:36:50.641 INFO O| Dec 06 20:36:50.641 INFO STEP 169 (remove_files) COMPLETE |
4837 | 2024-12-06T20:36:51.307Z | [ recovery-image] Dec 06 20:36:50.641 INFO O| Dec 06 20:36:50.641 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-12-06T20:36:51.316Z | [ recovery-image] Dec 06 20:36:50.652 INFO O| Dec 06 20:36:50.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4839 | 2024-12-06T20:36:51.316Z | [ recovery-image] Dec 06 20:36:50.652 INFO O| Dec 06 20:36:50.652 INFO STEP 170 (remove_files) COMPLETE |
4840 | 2024-12-06T20:36:51.320Z | [ recovery-image] Dec 06 20:36:50.652 INFO O| Dec 06 20:36:50.652 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-12-06T20:36:51.325Z | [ recovery-image] Dec 06 20:36:50.661 INFO O| Dec 06 20:36:50.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4842 | 2024-12-06T20:36:51.325Z | [ recovery-image] Dec 06 20:36:50.661 INFO O| Dec 06 20:36:50.661 INFO STEP 171 (remove_files) COMPLETE |
4843 | 2024-12-06T20:36:51.328Z | [ recovery-image] Dec 06 20:36:50.661 INFO O| Dec 06 20:36:50.661 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-12-06T20:36:51.335Z | [ recovery-image] Dec 06 20:36:50.671 INFO O| Dec 06 20:36:50.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4845 | 2024-12-06T20:36:51.335Z | [ recovery-image] Dec 06 20:36:50.671 INFO O| Dec 06 20:36:50.671 INFO STEP 172 (remove_files) COMPLETE |
4846 | 2024-12-06T20:36:51.337Z | [ recovery-image] Dec 06 20:36:50.671 INFO O| Dec 06 20:36:50.671 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-12-06T20:36:51.344Z | [ recovery-image] Dec 06 20:36:50.680 INFO O| Dec 06 20:36:50.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4848 | 2024-12-06T20:36:51.346Z | [ recovery-image] Dec 06 20:36:50.681 INFO O| Dec 06 20:36:50.681 INFO STEP 173 (remove_files) COMPLETE |
4849 | 2024-12-06T20:36:51.346Z | [ recovery-image] Dec 06 20:36:50.681 INFO O| Dec 06 20:36:50.681 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-12-06T20:36:51.354Z | [ recovery-image] Dec 06 20:36:50.690 INFO O| Dec 06 20:36:50.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4851 | 2024-12-06T20:36:51.354Z | [ recovery-image] Dec 06 20:36:50.690 INFO O| Dec 06 20:36:50.690 INFO STEP 174 (remove_files) COMPLETE |
4852 | 2024-12-06T20:36:51.354Z | [ recovery-image] Dec 06 20:36:50.690 INFO O| Dec 06 20:36:50.690 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-12-06T20:36:51.364Z | [ recovery-image] Dec 06 20:36:50.700 INFO O| Dec 06 20:36:50.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4854 | 2024-12-06T20:36:51.364Z | [ recovery-image] Dec 06 20:36:50.700 INFO O| Dec 06 20:36:50.700 INFO STEP 175 (remove_files) COMPLETE |
4855 | 2024-12-06T20:36:51.367Z | [ recovery-image] Dec 06 20:36:50.700 INFO O| Dec 06 20:36:50.700 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-12-06T20:36:51.373Z | [ recovery-image] Dec 06 20:36:50.709 INFO O| Dec 06 20:36:50.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4857 | 2024-12-06T20:36:51.373Z | [ recovery-image] Dec 06 20:36:50.709 INFO O| Dec 06 20:36:50.709 INFO STEP 176 (remove_files) COMPLETE |
4858 | 2024-12-06T20:36:51.373Z | [ recovery-image] Dec 06 20:36:50.709 INFO O| Dec 06 20:36:50.709 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-12-06T20:36:51.383Z | [ recovery-image] Dec 06 20:36:50.719 INFO O| Dec 06 20:36:50.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4860 | 2024-12-06T20:36:51.383Z | [ recovery-image] Dec 06 20:36:50.719 INFO O| Dec 06 20:36:50.719 INFO STEP 177 (remove_files) COMPLETE |
4861 | 2024-12-06T20:36:51.385Z | [ recovery-image] Dec 06 20:36:50.719 INFO O| Dec 06 20:36:50.719 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-12-06T20:36:51.392Z | [ recovery-image] Dec 06 20:36:50.728 INFO O| Dec 06 20:36:50.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4863 | 2024-12-06T20:36:51.392Z | [ recovery-image] Dec 06 20:36:50.728 INFO O| Dec 06 20:36:50.728 INFO STEP 178 (remove_files) COMPLETE |
4864 | 2024-12-06T20:36:51.395Z | [ recovery-image] Dec 06 20:36:50.728 INFO O| Dec 06 20:36:50.728 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-12-06T20:36:51.402Z | [ recovery-image] Dec 06 20:36:50.738 INFO O| Dec 06 20:36:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4866 | 2024-12-06T20:36:51.402Z | [ recovery-image] Dec 06 20:36:50.738 INFO O| Dec 06 20:36:50.738 INFO STEP 179 (remove_files) COMPLETE |
4867 | 2024-12-06T20:36:51.404Z | [ recovery-image] Dec 06 20:36:50.738 INFO O| Dec 06 20:36:50.738 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-12-06T20:36:51.412Z | [ recovery-image] Dec 06 20:36:50.748 INFO O| Dec 06 20:36:50.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4869 | 2024-12-06T20:36:51.412Z | [ recovery-image] Dec 06 20:36:50.748 INFO O| Dec 06 20:36:50.748 INFO STEP 180 (remove_files) COMPLETE |
4870 | 2024-12-06T20:36:51.414Z | [ recovery-image] Dec 06 20:36:50.748 INFO O| Dec 06 20:36:50.748 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-12-06T20:36:51.421Z | [ recovery-image] Dec 06 20:36:50.757 INFO O| Dec 06 20:36:50.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4872 | 2024-12-06T20:36:51.423Z | [ recovery-image] Dec 06 20:36:50.757 INFO O| Dec 06 20:36:50.757 INFO STEP 181 (remove_files) COMPLETE |
4873 | 2024-12-06T20:36:51.423Z | [ recovery-image] Dec 06 20:36:50.757 INFO O| Dec 06 20:36:50.757 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-06T20:36:51.430Z | [ recovery-image] Dec 06 20:36:50.767 INFO O| Dec 06 20:36:50.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4875 | 2024-12-06T20:36:51.432Z | [ recovery-image] Dec 06 20:36:50.767 INFO O| Dec 06 20:36:50.767 INFO STEP 182 (remove_files) COMPLETE |
4876 | 2024-12-06T20:36:51.432Z | [ recovery-image] Dec 06 20:36:50.767 INFO O| Dec 06 20:36:50.767 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-06T20:36:51.440Z | [ recovery-image] Dec 06 20:36:50.776 INFO O| Dec 06 20:36:50.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4878 | 2024-12-06T20:36:51.442Z | [ recovery-image] Dec 06 20:36:50.776 INFO O| Dec 06 20:36:50.776 INFO STEP 183 (remove_files) COMPLETE |
4879 | 2024-12-06T20:36:51.442Z | [ recovery-image] Dec 06 20:36:50.776 INFO O| Dec 06 20:36:50.776 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-12-06T20:36:51.450Z | [ recovery-image] Dec 06 20:36:50.786 INFO O| Dec 06 20:36:50.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4881 | 2024-12-06T20:36:51.450Z | [ recovery-image] Dec 06 20:36:50.786 INFO O| Dec 06 20:36:50.786 INFO STEP 184 (remove_files) COMPLETE |
4882 | 2024-12-06T20:36:51.452Z | [ recovery-image] Dec 06 20:36:50.786 INFO O| Dec 06 20:36:50.786 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-12-06T20:36:51.459Z | [ recovery-image] Dec 06 20:36:50.795 INFO O| Dec 06 20:36:50.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4884 | 2024-12-06T20:36:51.459Z | [ recovery-image] Dec 06 20:36:50.795 INFO O| Dec 06 20:36:50.795 INFO STEP 185 (remove_files) COMPLETE |
4885 | 2024-12-06T20:36:51.462Z | [ recovery-image] Dec 06 20:36:50.795 INFO O| Dec 06 20:36:50.795 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-06T20:36:51.468Z | [ recovery-image] Dec 06 20:36:50.804 INFO O| Dec 06 20:36:50.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4887 | 2024-12-06T20:36:51.468Z | [ recovery-image] Dec 06 20:36:50.804 INFO O| Dec 06 20:36:50.804 INFO STEP 186 (remove_files) COMPLETE |
4888 | 2024-12-06T20:36:51.472Z | [ recovery-image] Dec 06 20:36:50.804 INFO O| Dec 06 20:36:50.804 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-12-06T20:36:51.478Z | [ recovery-image] Dec 06 20:36:50.814 INFO O| Dec 06 20:36:50.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4890 | 2024-12-06T20:36:51.480Z | [ recovery-image] Dec 06 20:36:50.814 INFO O| Dec 06 20:36:50.814 INFO STEP 187 (remove_files) COMPLETE |
4891 | 2024-12-06T20:36:51.480Z | [ recovery-image] Dec 06 20:36:50.814 INFO O| Dec 06 20:36:50.814 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-12-06T20:36:51.488Z | [ recovery-image] Dec 06 20:36:50.824 INFO O| Dec 06 20:36:50.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4893 | 2024-12-06T20:36:51.488Z | [ recovery-image] Dec 06 20:36:50.824 INFO O| Dec 06 20:36:50.824 INFO STEP 188 (remove_files) COMPLETE |
4894 | 2024-12-06T20:36:51.490Z | [ recovery-image] Dec 06 20:36:50.824 INFO O| Dec 06 20:36:50.824 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-12-06T20:36:51.497Z | [ recovery-image] Dec 06 20:36:50.833 INFO O| Dec 06 20:36:50.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4896 | 2024-12-06T20:36:51.497Z | [ recovery-image] Dec 06 20:36:50.833 INFO O| Dec 06 20:36:50.833 INFO STEP 189 (remove_files) COMPLETE |
4897 | 2024-12-06T20:36:51.497Z | [ recovery-image] Dec 06 20:36:50.833 INFO O| Dec 06 20:36:50.833 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-12-06T20:36:51.507Z | [ recovery-image] Dec 06 20:36:50.843 INFO O| Dec 06 20:36:50.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4899 | 2024-12-06T20:36:51.509Z | [ recovery-image] Dec 06 20:36:50.843 INFO O| Dec 06 20:36:50.843 INFO STEP 190 (remove_files) COMPLETE |
4900 | 2024-12-06T20:36:51.509Z | [ recovery-image] Dec 06 20:36:50.843 INFO O| Dec 06 20:36:50.843 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-12-06T20:36:51.516Z | [ recovery-image] Dec 06 20:36:50.852 INFO O| Dec 06 20:36:50.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4902 | 2024-12-06T20:36:51.516Z | [ recovery-image] Dec 06 20:36:50.852 INFO O| Dec 06 20:36:50.852 INFO STEP 191 (remove_files) COMPLETE |
4903 | 2024-12-06T20:36:51.516Z | [ recovery-image] Dec 06 20:36:50.852 INFO O| Dec 06 20:36:50.852 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-06T20:36:51.526Z | [ recovery-image] Dec 06 20:36:50.862 INFO O| Dec 06 20:36:50.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4905 | 2024-12-06T20:36:51.526Z | [ recovery-image] Dec 06 20:36:50.862 INFO O| Dec 06 20:36:50.862 INFO STEP 192 (remove_files) COMPLETE |
4906 | 2024-12-06T20:36:51.528Z | [ recovery-image] Dec 06 20:36:50.862 INFO O| Dec 06 20:36:50.862 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-06T20:36:51.535Z | [ recovery-image] Dec 06 20:36:50.871 INFO O| Dec 06 20:36:50.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4908 | 2024-12-06T20:36:51.535Z | [ recovery-image] Dec 06 20:36:50.871 INFO O| Dec 06 20:36:50.871 INFO STEP 193 (remove_files) COMPLETE |
4909 | 2024-12-06T20:36:51.537Z | [ recovery-image] Dec 06 20:36:50.871 INFO O| Dec 06 20:36:50.871 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-06T20:36:51.544Z | [ recovery-image] Dec 06 20:36:50.880 INFO O| Dec 06 20:36:50.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4911 | 2024-12-06T20:36:51.544Z | [ recovery-image] Dec 06 20:36:50.880 INFO O| Dec 06 20:36:50.880 INFO STEP 194 (remove_files) COMPLETE |
4912 | 2024-12-06T20:36:51.544Z | [ recovery-image] Dec 06 20:36:50.880 INFO O| Dec 06 20:36:50.880 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-06T20:36:51.553Z | [ recovery-image] Dec 06 20:36:50.889 INFO O| Dec 06 20:36:50.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4914 | 2024-12-06T20:36:51.553Z | [ recovery-image] Dec 06 20:36:50.889 INFO O| Dec 06 20:36:50.889 INFO STEP 195 (remove_files) COMPLETE |
4915 | 2024-12-06T20:36:51.556Z | [ recovery-image] Dec 06 20:36:50.889 INFO O| Dec 06 20:36:50.889 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-06T20:36:51.562Z | [ recovery-image] Dec 06 20:36:50.899 INFO O| Dec 06 20:36:50.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4917 | 2024-12-06T20:36:51.565Z | [ recovery-image] Dec 06 20:36:50.899 INFO O| Dec 06 20:36:50.899 INFO STEP 196 (remove_files) COMPLETE |
4918 | 2024-12-06T20:36:51.565Z | [ recovery-image] Dec 06 20:36:50.899 INFO O| Dec 06 20:36:50.899 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-06T20:36:51.572Z | [ recovery-image] Dec 06 20:36:50.908 INFO O| Dec 06 20:36:50.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4920 | 2024-12-06T20:36:51.572Z | [ recovery-image] Dec 06 20:36:50.908 INFO O| Dec 06 20:36:50.908 INFO STEP 197 (remove_files) COMPLETE |
4921 | 2024-12-06T20:36:51.572Z | [ recovery-image] Dec 06 20:36:50.908 INFO O| Dec 06 20:36:50.908 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-06T20:36:51.581Z | [ recovery-image] Dec 06 20:36:50.917 INFO O| Dec 06 20:36:50.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4923 | 2024-12-06T20:36:51.584Z | [ recovery-image] Dec 06 20:36:50.917 INFO O| Dec 06 20:36:50.917 INFO STEP 198 (remove_files) COMPLETE |
4924 | 2024-12-06T20:36:51.584Z | [ recovery-image] Dec 06 20:36:50.917 INFO O| Dec 06 20:36:50.917 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-06T20:36:51.590Z | [ recovery-image] Dec 06 20:36:50.926 INFO O| Dec 06 20:36:50.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4926 | 2024-12-06T20:36:51.590Z | [ recovery-image] Dec 06 20:36:50.926 INFO O| Dec 06 20:36:50.926 INFO STEP 199 (remove_files) COMPLETE |
4927 | 2024-12-06T20:36:51.590Z | [ recovery-image] Dec 06 20:36:50.926 INFO O| Dec 06 20:36:50.926 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-06T20:36:51.600Z | [ recovery-image] Dec 06 20:36:50.936 INFO O| Dec 06 20:36:50.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4929 | 2024-12-06T20:36:51.602Z | [ recovery-image] Dec 06 20:36:50.936 INFO O| Dec 06 20:36:50.936 INFO STEP 200 (remove_files) COMPLETE |
4930 | 2024-12-06T20:36:51.602Z | [ recovery-image] Dec 06 20:36:50.936 INFO O| Dec 06 20:36:50.936 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-06T20:36:51.609Z | [ recovery-image] Dec 06 20:36:50.945 INFO O| Dec 06 20:36:50.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4932 | 2024-12-06T20:36:51.609Z | [ recovery-image] Dec 06 20:36:50.945 INFO O| Dec 06 20:36:50.945 INFO STEP 201 (remove_files) COMPLETE |
4933 | 2024-12-06T20:36:51.609Z | [ recovery-image] Dec 06 20:36:50.945 INFO O| Dec 06 20:36:50.945 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-06T20:36:51.618Z | [ recovery-image] Dec 06 20:36:50.954 INFO O| Dec 06 20:36:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4935 | 2024-12-06T20:36:51.622Z | [ recovery-image] Dec 06 20:36:50.954 INFO O| Dec 06 20:36:50.954 INFO STEP 202 (remove_files) COMPLETE |
4936 | 2024-12-06T20:36:51.622Z | [ recovery-image] Dec 06 20:36:50.954 INFO O| Dec 06 20:36:50.954 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-06T20:36:51.627Z | [ recovery-image] Dec 06 20:36:50.963 INFO O| Dec 06 20:36:50.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4938 | 2024-12-06T20:36:51.627Z | [ recovery-image] Dec 06 20:36:50.963 INFO O| Dec 06 20:36:50.963 INFO STEP 203 (remove_files) COMPLETE |
4939 | 2024-12-06T20:36:51.627Z | [ recovery-image] Dec 06 20:36:50.963 INFO O| Dec 06 20:36:50.963 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-06T20:36:51.636Z | [ recovery-image] Dec 06 20:36:50.972 INFO O| Dec 06 20:36:50.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4941 | 2024-12-06T20:36:51.636Z | [ recovery-image] Dec 06 20:36:50.972 INFO O| Dec 06 20:36:50.972 INFO STEP 204 (remove_files) COMPLETE |
4942 | 2024-12-06T20:36:51.639Z | [ recovery-image] Dec 06 20:36:50.972 INFO O| Dec 06 20:36:50.972 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-06T20:36:51.646Z | [ recovery-image] Dec 06 20:36:50.982 INFO O| Dec 06 20:36:50.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4944 | 2024-12-06T20:36:51.648Z | [ recovery-image] Dec 06 20:36:50.982 INFO O| Dec 06 20:36:50.982 INFO STEP 205 (remove_files) COMPLETE |
4945 | 2024-12-06T20:36:51.648Z | [ recovery-image] Dec 06 20:36:50.982 INFO O| Dec 06 20:36:50.982 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-06T20:36:51.655Z | [ recovery-image] Dec 06 20:36:50.991 INFO O| Dec 06 20:36:50.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4947 | 2024-12-06T20:36:51.655Z | [ recovery-image] Dec 06 20:36:50.991 INFO O| Dec 06 20:36:50.991 INFO STEP 206 (remove_files) COMPLETE |
4948 | 2024-12-06T20:36:51.657Z | [ recovery-image] Dec 06 20:36:50.991 INFO O| Dec 06 20:36:50.991 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-06T20:36:51.664Z | [ recovery-image] Dec 06 20:36:51.000 INFO O| Dec 06 20:36:51.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4950 | 2024-12-06T20:36:51.666Z | [ recovery-image] Dec 06 20:36:51.000 INFO O| Dec 06 20:36:51.000 INFO STEP 207 (remove_files) COMPLETE |
4951 | 2024-12-06T20:36:51.666Z | [ recovery-image] Dec 06 20:36:51.000 INFO O| Dec 06 20:36:51.000 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-06T20:36:51.675Z | [ recovery-image] Dec 06 20:36:51.011 INFO O| Dec 06 20:36:51.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4953 | 2024-12-06T20:36:51.675Z | [ recovery-image] Dec 06 20:36:51.011 INFO O| Dec 06 20:36:51.011 INFO STEP 208 (remove_files) COMPLETE |
4954 | 2024-12-06T20:36:51.678Z | [ recovery-image] Dec 06 20:36:51.011 INFO O| Dec 06 20:36:51.011 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-06T20:36:51.684Z | [ recovery-image] Dec 06 20:36:51.020 INFO O| Dec 06 20:36:51.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4956 | 2024-12-06T20:36:51.686Z | [ recovery-image] Dec 06 20:36:51.020 INFO O| Dec 06 20:36:51.020 INFO STEP 209 (remove_files) COMPLETE |
4957 | 2024-12-06T20:36:51.686Z | [ recovery-image] Dec 06 20:36:51.020 INFO O| Dec 06 20:36:51.020 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-06T20:36:51.693Z | [ recovery-image] Dec 06 20:36:51.029 INFO O| Dec 06 20:36:51.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4959 | 2024-12-06T20:36:51.695Z | [ recovery-image] Dec 06 20:36:51.029 INFO O| Dec 06 20:36:51.029 INFO STEP 210 (remove_files) COMPLETE |
4960 | 2024-12-06T20:36:51.695Z | [ recovery-image] Dec 06 20:36:51.029 INFO O| Dec 06 20:36:51.029 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-06T20:36:51.703Z | [ recovery-image] Dec 06 20:36:51.039 INFO O| Dec 06 20:36:51.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4962 | 2024-12-06T20:36:51.703Z | [ recovery-image] Dec 06 20:36:51.039 INFO O| Dec 06 20:36:51.039 INFO STEP 211 (remove_files) COMPLETE |
4963 | 2024-12-06T20:36:51.705Z | [ recovery-image] Dec 06 20:36:51.039 INFO O| Dec 06 20:36:51.039 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-06T20:36:51.712Z | [ recovery-image] Dec 06 20:36:51.048 INFO O| Dec 06 20:36:51.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4965 | 2024-12-06T20:36:51.712Z | [ recovery-image] Dec 06 20:36:51.048 INFO O| Dec 06 20:36:51.048 INFO STEP 212 (remove_files) COMPLETE |
4966 | 2024-12-06T20:36:51.715Z | [ recovery-image] Dec 06 20:36:51.048 INFO O| Dec 06 20:36:51.048 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-06T20:36:51.721Z | [ recovery-image] Dec 06 20:36:51.057 INFO O| Dec 06 20:36:51.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4968 | 2024-12-06T20:36:51.721Z | [ recovery-image] Dec 06 20:36:51.057 INFO O| Dec 06 20:36:51.057 INFO STEP 213 (remove_files) COMPLETE |
4969 | 2024-12-06T20:36:51.723Z | [ recovery-image] Dec 06 20:36:51.057 INFO O| Dec 06 20:36:51.057 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-06T20:36:51.730Z | [ recovery-image] Dec 06 20:36:51.066 INFO O| Dec 06 20:36:51.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4971 | 2024-12-06T20:36:51.732Z | [ recovery-image] Dec 06 20:36:51.066 INFO O| Dec 06 20:36:51.066 INFO STEP 214 (remove_files) COMPLETE |
4972 | 2024-12-06T20:36:51.732Z | [ recovery-image] Dec 06 20:36:51.066 INFO O| Dec 06 20:36:51.066 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-06T20:36:51.739Z | [ recovery-image] Dec 06 20:36:51.075 INFO O| Dec 06 20:36:51.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4974 | 2024-12-06T20:36:51.742Z | [ recovery-image] Dec 06 20:36:51.075 INFO O| Dec 06 20:36:51.075 INFO STEP 215 (remove_files) COMPLETE |
4975 | 2024-12-06T20:36:51.742Z | [ recovery-image] Dec 06 20:36:51.075 INFO O| Dec 06 20:36:51.075 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-06T20:36:51.748Z | [ recovery-image] Dec 06 20:36:51.084 INFO O| Dec 06 20:36:51.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4977 | 2024-12-06T20:36:51.749Z | [ recovery-image] Dec 06 20:36:51.085 INFO O| Dec 06 20:36:51.084 INFO STEP 216 (remove_files) COMPLETE |
4978 | 2024-12-06T20:36:51.749Z | [ recovery-image] Dec 06 20:36:51.085 INFO O| Dec 06 20:36:51.085 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-06T20:36:51.758Z | [ recovery-image] Dec 06 20:36:51.094 INFO O| Dec 06 20:36:51.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4980 | 2024-12-06T20:36:51.758Z | [ recovery-image] Dec 06 20:36:51.094 INFO O| Dec 06 20:36:51.094 INFO STEP 217 (remove_files) COMPLETE |
4981 | 2024-12-06T20:36:51.760Z | [ recovery-image] Dec 06 20:36:51.094 INFO O| Dec 06 20:36:51.094 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-06T20:36:51.767Z | [ recovery-image] Dec 06 20:36:51.103 INFO O| Dec 06 20:36:51.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4983 | 2024-12-06T20:36:51.767Z | [ recovery-image] Dec 06 20:36:51.103 INFO O| Dec 06 20:36:51.103 INFO STEP 218 (remove_files) COMPLETE |
4984 | 2024-12-06T20:36:51.770Z | [ recovery-image] Dec 06 20:36:51.103 INFO O| Dec 06 20:36:51.103 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-06T20:36:51.777Z | [ recovery-image] Dec 06 20:36:51.112 INFO O| Dec 06 20:36:51.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4986 | 2024-12-06T20:36:51.777Z | [ recovery-image] Dec 06 20:36:51.112 INFO O| Dec 06 20:36:51.112 INFO STEP 219 (remove_files) COMPLETE |
4987 | 2024-12-06T20:36:51.777Z | [ recovery-image] Dec 06 20:36:51.112 INFO O| Dec 06 20:36:51.112 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-06T20:36:51.786Z | [ recovery-image] Dec 06 20:36:51.122 INFO O| Dec 06 20:36:51.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4989 | 2024-12-06T20:36:51.786Z | [ recovery-image] Dec 06 20:36:51.122 INFO O| Dec 06 20:36:51.122 INFO STEP 220 (remove_files) COMPLETE |
4990 | 2024-12-06T20:36:51.789Z | [ recovery-image] Dec 06 20:36:51.122 INFO O| Dec 06 20:36:51.122 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-06T20:36:51.795Z | [ recovery-image] Dec 06 20:36:51.131 INFO O| Dec 06 20:36:51.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4992 | 2024-12-06T20:36:51.795Z | [ recovery-image] Dec 06 20:36:51.131 INFO O| Dec 06 20:36:51.131 INFO STEP 221 (remove_files) COMPLETE |
4993 | 2024-12-06T20:36:51.795Z | [ recovery-image] Dec 06 20:36:51.131 INFO O| Dec 06 20:36:51.131 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-06T20:36:51.805Z | [ recovery-image] Dec 06 20:36:51.141 INFO O| Dec 06 20:36:51.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4995 | 2024-12-06T20:36:51.807Z | [ recovery-image] Dec 06 20:36:51.141 INFO O| Dec 06 20:36:51.141 INFO STEP 222 (remove_files) COMPLETE |
4996 | 2024-12-06T20:36:51.807Z | [ recovery-image] Dec 06 20:36:51.141 INFO O| Dec 06 20:36:51.141 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-06T20:36:51.814Z | [ recovery-image] Dec 06 20:36:51.150 INFO O| Dec 06 20:36:51.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4998 | 2024-12-06T20:36:51.818Z | [ recovery-image] Dec 06 20:36:51.150 INFO O| Dec 06 20:36:51.150 INFO STEP 223 (remove_files) COMPLETE |
4999 | 2024-12-06T20:36:51.818Z | [ recovery-image] Dec 06 20:36:51.150 INFO O| Dec 06 20:36:51.150 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-06T20:36:51.823Z | [ recovery-image] Dec 06 20:36:51.159 INFO O| Dec 06 20:36:51.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5001 | 2024-12-06T20:36:51.826Z | [ recovery-image] Dec 06 20:36:51.159 INFO O| Dec 06 20:36:51.159 INFO STEP 224 (remove_files) COMPLETE |
5002 | 2024-12-06T20:36:51.826Z | [ recovery-image] Dec 06 20:36:51.160 INFO O| Dec 06 20:36:51.159 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-06T20:36:51.833Z | [ recovery-image] Dec 06 20:36:51.169 INFO O| Dec 06 20:36:51.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5004 | 2024-12-06T20:36:51.835Z | [ recovery-image] Dec 06 20:36:51.169 INFO O| Dec 06 20:36:51.169 INFO STEP 225 (remove_files) COMPLETE |
5005 | 2024-12-06T20:36:51.835Z | [ recovery-image] Dec 06 20:36:51.169 INFO O| Dec 06 20:36:51.169 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-06T20:36:51.842Z | [ recovery-image] Dec 06 20:36:51.178 INFO O| Dec 06 20:36:51.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5007 | 2024-12-06T20:36:51.842Z | [ recovery-image] Dec 06 20:36:51.178 INFO O| Dec 06 20:36:51.178 INFO STEP 226 (remove_files) COMPLETE |
5008 | 2024-12-06T20:36:51.842Z | [ recovery-image] Dec 06 20:36:51.178 INFO O| Dec 06 20:36:51.178 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-06T20:36:51.854Z | [ recovery-image] Dec 06 20:36:51.188 INFO O| Dec 06 20:36:51.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5010 | 2024-12-06T20:36:51.857Z | [ recovery-image] Dec 06 20:36:51.188 INFO O| Dec 06 20:36:51.188 INFO STEP 227 (remove_files) COMPLETE |
5011 | 2024-12-06T20:36:51.857Z | [ recovery-image] Dec 06 20:36:51.188 INFO O| Dec 06 20:36:51.188 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-06T20:36:51.861Z | [ recovery-image] Dec 06 20:36:51.197 INFO O| Dec 06 20:36:51.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5013 | 2024-12-06T20:36:51.864Z | [ recovery-image] Dec 06 20:36:51.198 INFO O| Dec 06 20:36:51.198 INFO STEP 228 (remove_files) COMPLETE |
5014 | 2024-12-06T20:36:51.864Z | [ recovery-image] Dec 06 20:36:51.198 INFO O| Dec 06 20:36:51.198 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-06T20:36:51.871Z | [ recovery-image] Dec 06 20:36:51.207 INFO O| Dec 06 20:36:51.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5016 | 2024-12-06T20:36:51.873Z | [ recovery-image] Dec 06 20:36:51.207 INFO O| Dec 06 20:36:51.207 INFO STEP 229 (remove_files) COMPLETE |
5017 | 2024-12-06T20:36:51.873Z | [ recovery-image] Dec 06 20:36:51.207 INFO O| Dec 06 20:36:51.207 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-06T20:36:51.880Z | [ recovery-image] Dec 06 20:36:51.216 INFO O| Dec 06 20:36:51.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5019 | 2024-12-06T20:36:51.880Z | [ recovery-image] Dec 06 20:36:51.216 INFO O| Dec 06 20:36:51.216 INFO STEP 230 (remove_files) COMPLETE |
5020 | 2024-12-06T20:36:51.882Z | [ recovery-image] Dec 06 20:36:51.216 INFO O| Dec 06 20:36:51.216 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-06T20:36:51.889Z | [ recovery-image] Dec 06 20:36:51.225 INFO O| Dec 06 20:36:51.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5022 | 2024-12-06T20:36:51.889Z | [ recovery-image] Dec 06 20:36:51.225 INFO O| Dec 06 20:36:51.225 INFO STEP 231 (remove_files) COMPLETE |
5023 | 2024-12-06T20:36:51.892Z | [ recovery-image] Dec 06 20:36:51.225 INFO O| Dec 06 20:36:51.225 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-12-06T20:36:51.899Z | [ recovery-image] Dec 06 20:36:51.235 INFO O| Dec 06 20:36:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5025 | 2024-12-06T20:36:51.901Z | [ recovery-image] Dec 06 20:36:51.235 INFO O| Dec 06 20:36:51.235 INFO STEP 232 (remove_files) COMPLETE |
5026 | 2024-12-06T20:36:51.901Z | [ recovery-image] Dec 06 20:36:51.235 INFO O| Dec 06 20:36:51.235 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-12-06T20:36:51.909Z | [ recovery-image] Dec 06 20:36:51.245 INFO O| Dec 06 20:36:51.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5028 | 2024-12-06T20:36:51.909Z | [ recovery-image] Dec 06 20:36:51.245 INFO O| Dec 06 20:36:51.245 INFO STEP 233 (remove_files) COMPLETE |
5029 | 2024-12-06T20:36:51.911Z | [ recovery-image] Dec 06 20:36:51.245 INFO O| Dec 06 20:36:51.245 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-12-06T20:36:51.918Z | [ recovery-image] Dec 06 20:36:51.254 INFO O| Dec 06 20:36:51.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5031 | 2024-12-06T20:36:51.918Z | [ recovery-image] Dec 06 20:36:51.254 INFO O| Dec 06 20:36:51.254 INFO STEP 234 (remove_files) COMPLETE |
5032 | 2024-12-06T20:36:51.918Z | [ recovery-image] Dec 06 20:36:51.254 INFO O| Dec 06 20:36:51.254 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-12-06T20:36:51.928Z | [ recovery-image] Dec 06 20:36:51.264 INFO O| Dec 06 20:36:51.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5034 | 2024-12-06T20:36:51.928Z | [ recovery-image] Dec 06 20:36:51.264 INFO O| Dec 06 20:36:51.264 INFO STEP 235 (remove_files) COMPLETE |
5035 | 2024-12-06T20:36:51.930Z | [ recovery-image] Dec 06 20:36:51.264 INFO O| Dec 06 20:36:51.264 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-12-06T20:36:51.937Z | [ recovery-image] Dec 06 20:36:51.273 INFO O| Dec 06 20:36:51.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5037 | 2024-12-06T20:36:51.937Z | [ recovery-image] Dec 06 20:36:51.273 INFO O| Dec 06 20:36:51.273 INFO STEP 236 (remove_files) COMPLETE |
5038 | 2024-12-06T20:36:51.939Z | [ recovery-image] Dec 06 20:36:51.273 INFO O| Dec 06 20:36:51.273 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-12-06T20:36:51.947Z | [ recovery-image] Dec 06 20:36:51.283 INFO O| Dec 06 20:36:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5040 | 2024-12-06T20:36:51.947Z | [ recovery-image] Dec 06 20:36:51.283 INFO O| Dec 06 20:36:51.283 INFO STEP 237 (remove_files) COMPLETE |
5041 | 2024-12-06T20:36:51.949Z | [ recovery-image] Dec 06 20:36:51.283 INFO O| Dec 06 20:36:51.283 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-12-06T20:36:51.956Z | [ recovery-image] Dec 06 20:36:51.292 INFO O| Dec 06 20:36:51.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5043 | 2024-12-06T20:36:51.959Z | [ recovery-image] Dec 06 20:36:51.292 INFO O| Dec 06 20:36:51.292 INFO STEP 238 (remove_files) COMPLETE |
5044 | 2024-12-06T20:36:51.959Z | [ recovery-image] Dec 06 20:36:51.292 INFO O| Dec 06 20:36:51.292 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-12-06T20:36:51.966Z | [ recovery-image] Dec 06 20:36:51.302 INFO O| Dec 06 20:36:51.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5046 | 2024-12-06T20:36:51.966Z | [ recovery-image] Dec 06 20:36:51.302 INFO O| Dec 06 20:36:51.302 INFO STEP 239 (remove_files) COMPLETE |
5047 | 2024-12-06T20:36:51.968Z | [ recovery-image] Dec 06 20:36:51.302 INFO O| Dec 06 20:36:51.302 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-12-06T20:36:51.975Z | [ recovery-image] Dec 06 20:36:51.311 INFO O| Dec 06 20:36:51.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5049 | 2024-12-06T20:36:51.975Z | [ recovery-image] Dec 06 20:36:51.311 INFO O| Dec 06 20:36:51.311 INFO STEP 240 (remove_files) COMPLETE |
5050 | 2024-12-06T20:36:51.975Z | [ recovery-image] Dec 06 20:36:51.311 INFO O| Dec 06 20:36:51.311 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-12-06T20:36:51.984Z | [ recovery-image] Dec 06 20:36:51.320 INFO O| Dec 06 20:36:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5052 | 2024-12-06T20:36:51.984Z | [ recovery-image] Dec 06 20:36:51.320 INFO O| Dec 06 20:36:51.320 INFO STEP 241 (remove_files) COMPLETE |
5053 | 2024-12-06T20:36:51.987Z | [ recovery-image] Dec 06 20:36:51.320 INFO O| Dec 06 20:36:51.320 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-12-06T20:36:51.994Z | [ recovery-image] Dec 06 20:36:51.330 INFO O| Dec 06 20:36:51.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5055 | 2024-12-06T20:36:51.996Z | [ recovery-image] Dec 06 20:36:51.330 INFO O| Dec 06 20:36:51.330 INFO STEP 242 (remove_files) COMPLETE |
5056 | 2024-12-06T20:36:51.996Z | [ recovery-image] Dec 06 20:36:51.330 INFO O| Dec 06 20:36:51.330 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-12-06T20:36:52.004Z | [ recovery-image] Dec 06 20:36:51.340 INFO O| Dec 06 20:36:51.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5058 | 2024-12-06T20:36:52.006Z | [ recovery-image] Dec 06 20:36:51.340 INFO O| Dec 06 20:36:51.340 INFO STEP 243 (remove_files) COMPLETE |
5059 | 2024-12-06T20:36:52.006Z | [ recovery-image] Dec 06 20:36:51.340 INFO O| Dec 06 20:36:51.340 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-12-06T20:36:52.014Z | [ recovery-image] Dec 06 20:36:51.350 INFO O| Dec 06 20:36:51.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5061 | 2024-12-06T20:36:52.014Z | [ recovery-image] Dec 06 20:36:51.350 INFO O| Dec 06 20:36:51.350 INFO STEP 244 (remove_files) COMPLETE |
5062 | 2024-12-06T20:36:52.017Z | [ recovery-image] Dec 06 20:36:51.350 INFO O| Dec 06 20:36:51.350 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-12-06T20:36:52.023Z | [ recovery-image] Dec 06 20:36:51.359 INFO O| Dec 06 20:36:51.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5064 | 2024-12-06T20:36:52.023Z | [ recovery-image] Dec 06 20:36:51.359 INFO O| Dec 06 20:36:51.359 INFO STEP 245 (remove_files) COMPLETE |
5065 | 2024-12-06T20:36:52.026Z | [ recovery-image] Dec 06 20:36:51.359 INFO O| Dec 06 20:36:51.359 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-12-06T20:36:52.032Z | [ recovery-image] Dec 06 20:36:51.368 INFO O| Dec 06 20:36:51.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5067 | 2024-12-06T20:36:52.032Z | [ recovery-image] Dec 06 20:36:51.368 INFO O| Dec 06 20:36:51.368 INFO STEP 246 (remove_files) COMPLETE |
5068 | 2024-12-06T20:36:52.035Z | [ recovery-image] Dec 06 20:36:51.368 INFO O| Dec 06 20:36:51.368 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-12-06T20:36:52.042Z | [ recovery-image] Dec 06 20:36:51.378 INFO O| Dec 06 20:36:51.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5070 | 2024-12-06T20:36:52.042Z | [ recovery-image] Dec 06 20:36:51.378 INFO O| Dec 06 20:36:51.378 INFO STEP 247 (remove_files) COMPLETE |
5071 | 2024-12-06T20:36:52.042Z | [ recovery-image] Dec 06 20:36:51.378 INFO O| Dec 06 20:36:51.378 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-12-06T20:36:52.051Z | [ recovery-image] Dec 06 20:36:51.387 INFO O| Dec 06 20:36:51.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5073 | 2024-12-06T20:36:52.051Z | [ recovery-image] Dec 06 20:36:51.387 INFO O| Dec 06 20:36:51.387 INFO STEP 248 (remove_files) COMPLETE |
5074 | 2024-12-06T20:36:52.054Z | [ recovery-image] Dec 06 20:36:51.387 INFO O| Dec 06 20:36:51.387 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-06T20:36:52.060Z | [ recovery-image] Dec 06 20:36:51.396 INFO O| Dec 06 20:36:51.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5076 | 2024-12-06T20:36:52.060Z | [ recovery-image] Dec 06 20:36:51.396 INFO O| Dec 06 20:36:51.396 INFO STEP 249 (remove_files) COMPLETE |
5077 | 2024-12-06T20:36:52.063Z | [ recovery-image] Dec 06 20:36:51.396 INFO O| Dec 06 20:36:51.396 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-06T20:36:52.070Z | [ recovery-image] Dec 06 20:36:51.406 INFO O| Dec 06 20:36:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5079 | 2024-12-06T20:36:52.070Z | [ recovery-image] Dec 06 20:36:51.406 INFO O| Dec 06 20:36:51.406 INFO STEP 250 (remove_files) COMPLETE |
5080 | 2024-12-06T20:36:52.070Z | [ recovery-image] Dec 06 20:36:51.406 INFO O| Dec 06 20:36:51.406 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-06T20:36:52.080Z | [ recovery-image] Dec 06 20:36:51.415 INFO O| Dec 06 20:36:51.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5082 | 2024-12-06T20:36:52.083Z | [ recovery-image] Dec 06 20:36:51.416 INFO O| Dec 06 20:36:51.416 INFO STEP 251 (remove_files) COMPLETE |
5083 | 2024-12-06T20:36:52.083Z | [ recovery-image] Dec 06 20:36:51.416 INFO O| Dec 06 20:36:51.416 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-06T20:36:52.089Z | [ recovery-image] Dec 06 20:36:51.425 INFO O| Dec 06 20:36:51.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5085 | 2024-12-06T20:36:52.092Z | [ recovery-image] Dec 06 20:36:51.425 INFO O| Dec 06 20:36:51.425 INFO STEP 252 (remove_files) COMPLETE |
5086 | 2024-12-06T20:36:52.092Z | [ recovery-image] Dec 06 20:36:51.425 INFO O| Dec 06 20:36:51.425 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-06T20:36:52.099Z | [ recovery-image] Dec 06 20:36:51.435 INFO O| Dec 06 20:36:51.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5088 | 2024-12-06T20:36:52.099Z | [ recovery-image] Dec 06 20:36:51.435 INFO O| Dec 06 20:36:51.435 INFO STEP 253 (remove_files) COMPLETE |
5089 | 2024-12-06T20:36:52.101Z | [ recovery-image] Dec 06 20:36:51.435 INFO O| Dec 06 20:36:51.435 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-12-06T20:36:52.108Z | [ recovery-image] Dec 06 20:36:51.444 INFO O| Dec 06 20:36:51.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5091 | 2024-12-06T20:36:52.110Z | [ recovery-image] Dec 06 20:36:51.444 INFO O| Dec 06 20:36:51.444 INFO STEP 254 (remove_files) COMPLETE |
5092 | 2024-12-06T20:36:52.110Z | [ recovery-image] Dec 06 20:36:51.444 INFO O| Dec 06 20:36:51.444 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-12-06T20:36:52.117Z | [ recovery-image] Dec 06 20:36:51.453 INFO O| Dec 06 20:36:51.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5094 | 2024-12-06T20:36:52.117Z | [ recovery-image] Dec 06 20:36:51.453 INFO O| Dec 06 20:36:51.453 INFO STEP 255 (remove_files) COMPLETE |
5095 | 2024-12-06T20:36:52.117Z | [ recovery-image] Dec 06 20:36:51.453 INFO O| Dec 06 20:36:51.453 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-06T20:36:52.126Z | [ recovery-image] Dec 06 20:36:51.462 INFO O| Dec 06 20:36:51.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5097 | 2024-12-06T20:36:52.127Z | [ recovery-image] Dec 06 20:36:51.462 INFO O| Dec 06 20:36:51.462 INFO STEP 256 (remove_files) COMPLETE |
5098 | 2024-12-06T20:36:52.127Z | [ recovery-image] Dec 06 20:36:51.462 INFO O| Dec 06 20:36:51.462 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-06T20:36:52.135Z | [ recovery-image] Dec 06 20:36:51.471 INFO O| Dec 06 20:36:51.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5100 | 2024-12-06T20:36:52.138Z | [ recovery-image] Dec 06 20:36:51.471 INFO O| Dec 06 20:36:51.471 INFO STEP 257 (remove_files) COMPLETE |
5101 | 2024-12-06T20:36:52.138Z | [ recovery-image] Dec 06 20:36:51.471 INFO O| Dec 06 20:36:51.471 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-06T20:36:52.145Z | [ recovery-image] Dec 06 20:36:51.481 INFO O| Dec 06 20:36:51.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5103 | 2024-12-06T20:36:52.147Z | [ recovery-image] Dec 06 20:36:51.481 INFO O| Dec 06 20:36:51.481 INFO STEP 258 (remove_files) COMPLETE |
5104 | 2024-12-06T20:36:52.147Z | [ recovery-image] Dec 06 20:36:51.481 INFO O| Dec 06 20:36:51.481 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-06T20:36:52.154Z | [ recovery-image] Dec 06 20:36:51.490 INFO O| Dec 06 20:36:51.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5106 | 2024-12-06T20:36:52.154Z | [ recovery-image] Dec 06 20:36:51.490 INFO O| Dec 06 20:36:51.490 INFO STEP 259 (remove_files) COMPLETE |
5107 | 2024-12-06T20:36:52.157Z | [ recovery-image] Dec 06 20:36:51.490 INFO O| Dec 06 20:36:51.490 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-06T20:36:52.164Z | [ recovery-image] Dec 06 20:36:51.500 INFO O| Dec 06 20:36:51.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5109 | 2024-12-06T20:36:52.164Z | [ recovery-image] Dec 06 20:36:51.500 INFO O| Dec 06 20:36:51.500 INFO STEP 260 (remove_files) COMPLETE |
5110 | 2024-12-06T20:36:52.166Z | [ recovery-image] Dec 06 20:36:51.500 INFO O| Dec 06 20:36:51.500 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-06T20:36:52.173Z | [ recovery-image] Dec 06 20:36:51.509 INFO O| Dec 06 20:36:51.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5112 | 2024-12-06T20:36:52.176Z | [ recovery-image] Dec 06 20:36:51.509 INFO O| Dec 06 20:36:51.509 INFO STEP 261 (remove_files) COMPLETE |
5113 | 2024-12-06T20:36:52.176Z | [ recovery-image] Dec 06 20:36:51.509 INFO O| Dec 06 20:36:51.509 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-06T20:36:52.182Z | [ recovery-image] Dec 06 20:36:51.518 INFO O| Dec 06 20:36:51.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5115 | 2024-12-06T20:36:52.185Z | [ recovery-image] Dec 06 20:36:51.519 INFO O| Dec 06 20:36:51.519 INFO STEP 262 (remove_files) COMPLETE |
5116 | 2024-12-06T20:36:52.185Z | [ recovery-image] Dec 06 20:36:51.519 INFO O| Dec 06 20:36:51.519 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-06T20:36:52.192Z | [ recovery-image] Dec 06 20:36:51.528 INFO O| Dec 06 20:36:51.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5118 | 2024-12-06T20:36:52.192Z | [ recovery-image] Dec 06 20:36:51.528 INFO O| Dec 06 20:36:51.528 INFO STEP 263 (remove_files) COMPLETE |
5119 | 2024-12-06T20:36:52.192Z | [ recovery-image] Dec 06 20:36:51.528 INFO O| Dec 06 20:36:51.528 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-06T20:36:52.203Z | [ recovery-image] Dec 06 20:36:51.537 INFO O| Dec 06 20:36:51.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5121 | 2024-12-06T20:36:52.203Z | [ recovery-image] Dec 06 20:36:51.537 INFO O| Dec 06 20:36:51.537 INFO STEP 264 (remove_files) COMPLETE |
5122 | 2024-12-06T20:36:52.206Z | [ recovery-image] Dec 06 20:36:51.537 INFO O| Dec 06 20:36:51.537 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-06T20:36:52.211Z | [ recovery-image] Dec 06 20:36:51.547 INFO O| Dec 06 20:36:51.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5124 | 2024-12-06T20:36:52.211Z | [ recovery-image] Dec 06 20:36:51.547 INFO O| Dec 06 20:36:51.547 INFO STEP 265 (remove_files) COMPLETE |
5125 | 2024-12-06T20:36:52.211Z | [ recovery-image] Dec 06 20:36:51.547 INFO O| Dec 06 20:36:51.547 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-06T20:36:52.220Z | [ recovery-image] Dec 06 20:36:51.556 INFO O| Dec 06 20:36:51.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5127 | 2024-12-06T20:36:52.220Z | [ recovery-image] Dec 06 20:36:51.556 INFO O| Dec 06 20:36:51.556 INFO STEP 266 (remove_files) COMPLETE |
5128 | 2024-12-06T20:36:52.222Z | [ recovery-image] Dec 06 20:36:51.556 INFO O| Dec 06 20:36:51.556 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-06T20:36:52.229Z | [ recovery-image] Dec 06 20:36:51.565 INFO O| Dec 06 20:36:51.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5130 | 2024-12-06T20:36:52.229Z | [ recovery-image] Dec 06 20:36:51.565 INFO O| Dec 06 20:36:51.565 INFO STEP 267 (remove_files) COMPLETE |
5131 | 2024-12-06T20:36:52.232Z | [ recovery-image] Dec 06 20:36:51.565 INFO O| Dec 06 20:36:51.565 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-06T20:36:52.238Z | [ recovery-image] Dec 06 20:36:51.574 INFO O| Dec 06 20:36:51.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5133 | 2024-12-06T20:36:52.238Z | [ recovery-image] Dec 06 20:36:51.574 INFO O| Dec 06 20:36:51.574 INFO STEP 268 (remove_files) COMPLETE |
5134 | 2024-12-06T20:36:52.238Z | [ recovery-image] Dec 06 20:36:51.574 INFO O| Dec 06 20:36:51.574 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-06T20:36:52.248Z | [ recovery-image] Dec 06 20:36:51.584 INFO O| Dec 06 20:36:51.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5136 | 2024-12-06T20:36:52.250Z | [ recovery-image] Dec 06 20:36:51.584 INFO O| Dec 06 20:36:51.584 INFO STEP 269 (remove_files) COMPLETE |
5137 | 2024-12-06T20:36:52.250Z | [ recovery-image] Dec 06 20:36:51.584 INFO O| Dec 06 20:36:51.584 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-06T20:36:52.257Z | [ recovery-image] Dec 06 20:36:51.593 INFO O| Dec 06 20:36:51.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5139 | 2024-12-06T20:36:52.259Z | [ recovery-image] Dec 06 20:36:51.593 INFO O| Dec 06 20:36:51.593 INFO STEP 270 (remove_files) COMPLETE |
5140 | 2024-12-06T20:36:52.259Z | [ recovery-image] Dec 06 20:36:51.593 INFO O| Dec 06 20:36:51.593 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-06T20:36:52.267Z | [ recovery-image] Dec 06 20:36:51.603 INFO O| Dec 06 20:36:51.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5142 | 2024-12-06T20:36:52.269Z | [ recovery-image] Dec 06 20:36:51.603 INFO O| Dec 06 20:36:51.603 INFO STEP 271 (remove_files) COMPLETE |
5143 | 2024-12-06T20:36:52.269Z | [ recovery-image] Dec 06 20:36:51.603 INFO O| Dec 06 20:36:51.603 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-06T20:36:52.277Z | [ recovery-image] Dec 06 20:36:51.613 INFO O| Dec 06 20:36:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5145 | 2024-12-06T20:36:52.277Z | [ recovery-image] Dec 06 20:36:51.613 INFO O| Dec 06 20:36:51.613 INFO STEP 272 (remove_files) COMPLETE |
5146 | 2024-12-06T20:36:52.277Z | [ recovery-image] Dec 06 20:36:51.613 INFO O| Dec 06 20:36:51.613 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-06T20:36:52.286Z | [ recovery-image] Dec 06 20:36:51.622 INFO O| Dec 06 20:36:51.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5148 | 2024-12-06T20:36:52.286Z | [ recovery-image] Dec 06 20:36:51.622 INFO O| Dec 06 20:36:51.622 INFO STEP 273 (remove_files) COMPLETE |
5149 | 2024-12-06T20:36:52.286Z | [ recovery-image] Dec 06 20:36:51.622 INFO O| Dec 06 20:36:51.622 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-06T20:36:52.296Z | [ recovery-image] Dec 06 20:36:51.632 INFO O| Dec 06 20:36:51.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5151 | 2024-12-06T20:36:52.296Z | [ recovery-image] Dec 06 20:36:51.632 INFO O| Dec 06 20:36:51.632 INFO STEP 274 (remove_files) COMPLETE |
5152 | 2024-12-06T20:36:52.296Z | [ recovery-image] Dec 06 20:36:51.632 INFO O| Dec 06 20:36:51.632 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-06T20:36:52.305Z | [ recovery-image] Dec 06 20:36:51.641 INFO O| Dec 06 20:36:51.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5154 | 2024-12-06T20:36:52.307Z | [ recovery-image] Dec 06 20:36:51.641 INFO O| Dec 06 20:36:51.641 INFO STEP 275 (remove_files) COMPLETE |
5155 | 2024-12-06T20:36:52.307Z | [ recovery-image] Dec 06 20:36:51.641 INFO O| Dec 06 20:36:51.641 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-06T20:36:52.314Z | [ recovery-image] Dec 06 20:36:51.650 INFO O| Dec 06 20:36:51.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5157 | 2024-12-06T20:36:52.317Z | [ recovery-image] Dec 06 20:36:51.650 INFO O| Dec 06 20:36:51.650 INFO STEP 276 (remove_files) COMPLETE |
5158 | 2024-12-06T20:36:52.318Z | [ recovery-image] Dec 06 20:36:51.651 INFO O| Dec 06 20:36:51.650 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-06T20:36:52.324Z | [ recovery-image] Dec 06 20:36:51.660 INFO O| Dec 06 20:36:51.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5160 | 2024-12-06T20:36:52.326Z | [ recovery-image] Dec 06 20:36:51.660 INFO O| Dec 06 20:36:51.660 INFO STEP 277 (remove_files) COMPLETE |
5161 | 2024-12-06T20:36:52.326Z | [ recovery-image] Dec 06 20:36:51.660 INFO O| Dec 06 20:36:51.660 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-06T20:36:52.333Z | [ recovery-image] Dec 06 20:36:51.669 INFO O| Dec 06 20:36:51.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5163 | 2024-12-06T20:36:52.333Z | [ recovery-image] Dec 06 20:36:51.669 INFO O| Dec 06 20:36:51.669 INFO STEP 278 (remove_files) COMPLETE |
5164 | 2024-12-06T20:36:52.333Z | [ recovery-image] Dec 06 20:36:51.669 INFO O| Dec 06 20:36:51.669 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-06T20:36:52.343Z | [ recovery-image] Dec 06 20:36:51.679 INFO O| Dec 06 20:36:51.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5166 | 2024-12-06T20:36:52.343Z | [ recovery-image] Dec 06 20:36:51.679 INFO O| Dec 06 20:36:51.679 INFO STEP 279 (remove_files) COMPLETE |
5167 | 2024-12-06T20:36:52.346Z | [ recovery-image] Dec 06 20:36:51.679 INFO O| Dec 06 20:36:51.679 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-06T20:36:52.353Z | [ recovery-image] Dec 06 20:36:51.689 INFO O| Dec 06 20:36:51.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5169 | 2024-12-06T20:36:52.353Z | [ recovery-image] Dec 06 20:36:51.689 INFO O| Dec 06 20:36:51.689 INFO STEP 280 (remove_files) COMPLETE |
5170 | 2024-12-06T20:36:52.355Z | [ recovery-image] Dec 06 20:36:51.689 INFO O| Dec 06 20:36:51.689 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-06T20:36:52.362Z | [ recovery-image] Dec 06 20:36:51.698 INFO O| Dec 06 20:36:51.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5172 | 2024-12-06T20:36:52.362Z | [ recovery-image] Dec 06 20:36:51.698 INFO O| Dec 06 20:36:51.698 INFO STEP 281 (remove_files) COMPLETE |
5173 | 2024-12-06T20:36:52.366Z | [ recovery-image] Dec 06 20:36:51.698 INFO O| Dec 06 20:36:51.698 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-06T20:36:52.372Z | [ recovery-image] Dec 06 20:36:51.708 INFO O| Dec 06 20:36:51.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5175 | 2024-12-06T20:36:52.374Z | [ recovery-image] Dec 06 20:36:51.708 INFO O| Dec 06 20:36:51.708 INFO STEP 282 (remove_files) COMPLETE |
5176 | 2024-12-06T20:36:52.374Z | [ recovery-image] Dec 06 20:36:51.708 INFO O| Dec 06 20:36:51.708 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-06T20:36:52.381Z | [ recovery-image] Dec 06 20:36:51.717 INFO O| Dec 06 20:36:51.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5178 | 2024-12-06T20:36:52.384Z | [ recovery-image] Dec 06 20:36:51.717 INFO O| Dec 06 20:36:51.717 INFO STEP 283 (remove_files) COMPLETE |
5179 | 2024-12-06T20:36:52.384Z | [ recovery-image] Dec 06 20:36:51.717 INFO O| Dec 06 20:36:51.717 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-06T20:36:52.390Z | [ recovery-image] Dec 06 20:36:51.726 INFO O| Dec 06 20:36:51.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5181 | 2024-12-06T20:36:52.390Z | [ recovery-image] Dec 06 20:36:51.726 INFO O| Dec 06 20:36:51.726 INFO STEP 284 (remove_files) COMPLETE |
5182 | 2024-12-06T20:36:52.393Z | [ recovery-image] Dec 06 20:36:51.726 INFO O| Dec 06 20:36:51.726 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-06T20:36:52.400Z | [ recovery-image] Dec 06 20:36:51.735 INFO O| Dec 06 20:36:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5184 | 2024-12-06T20:36:52.400Z | [ recovery-image] Dec 06 20:36:51.736 INFO O| Dec 06 20:36:51.736 INFO STEP 285 (remove_files) COMPLETE |
5185 | 2024-12-06T20:36:52.402Z | [ recovery-image] Dec 06 20:36:51.736 INFO O| Dec 06 20:36:51.736 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-06T20:36:52.409Z | [ recovery-image] Dec 06 20:36:51.745 INFO O| Dec 06 20:36:51.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5187 | 2024-12-06T20:36:52.409Z | [ recovery-image] Dec 06 20:36:51.745 INFO O| Dec 06 20:36:51.745 INFO STEP 286 (remove_files) COMPLETE |
5188 | 2024-12-06T20:36:52.409Z | [ recovery-image] Dec 06 20:36:51.745 INFO O| Dec 06 20:36:51.745 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-06T20:36:52.418Z | [ recovery-image] Dec 06 20:36:51.754 INFO O| Dec 06 20:36:51.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5190 | 2024-12-06T20:36:52.418Z | [ recovery-image] Dec 06 20:36:51.754 INFO O| Dec 06 20:36:51.754 INFO STEP 287 (remove_files) COMPLETE |
5191 | 2024-12-06T20:36:52.418Z | [ recovery-image] Dec 06 20:36:51.754 INFO O| Dec 06 20:36:51.754 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-06T20:36:52.427Z | [ recovery-image] Dec 06 20:36:51.763 INFO O| Dec 06 20:36:51.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5193 | 2024-12-06T20:36:52.427Z | [ recovery-image] Dec 06 20:36:51.763 INFO O| Dec 06 20:36:51.763 INFO STEP 288 (remove_files) COMPLETE |
5194 | 2024-12-06T20:36:52.430Z | [ recovery-image] Dec 06 20:36:51.763 INFO O| Dec 06 20:36:51.763 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-06T20:36:52.437Z | [ recovery-image] Dec 06 20:36:51.773 INFO O| Dec 06 20:36:51.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5196 | 2024-12-06T20:36:52.437Z | [ recovery-image] Dec 06 20:36:51.773 INFO O| Dec 06 20:36:51.773 INFO STEP 289 (remove_files) COMPLETE |
5197 | 2024-12-06T20:36:52.437Z | [ recovery-image] Dec 06 20:36:51.773 INFO O| Dec 06 20:36:51.773 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-06T20:36:52.446Z | [ recovery-image] Dec 06 20:36:51.782 INFO O| Dec 06 20:36:51.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5199 | 2024-12-06T20:36:52.446Z | [ recovery-image] Dec 06 20:36:51.782 INFO O| Dec 06 20:36:51.782 INFO STEP 290 (remove_files) COMPLETE |
5200 | 2024-12-06T20:36:52.446Z | [ recovery-image] Dec 06 20:36:51.782 INFO O| Dec 06 20:36:51.782 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-06T20:36:52.455Z | [ recovery-image] Dec 06 20:36:51.791 INFO O| Dec 06 20:36:51.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5202 | 2024-12-06T20:36:52.455Z | [ recovery-image] Dec 06 20:36:51.791 INFO O| Dec 06 20:36:51.791 INFO STEP 291 (remove_files) COMPLETE |
5203 | 2024-12-06T20:36:52.455Z | [ recovery-image] Dec 06 20:36:51.791 INFO O| Dec 06 20:36:51.791 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-06T20:36:52.464Z | [ recovery-image] Dec 06 20:36:51.800 INFO O| Dec 06 20:36:51.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5205 | 2024-12-06T20:36:52.467Z | [ recovery-image] Dec 06 20:36:51.800 INFO O| Dec 06 20:36:51.800 INFO STEP 292 (remove_files) COMPLETE |
5206 | 2024-12-06T20:36:52.467Z | [ recovery-image] Dec 06 20:36:51.800 INFO O| Dec 06 20:36:51.800 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-06T20:36:52.473Z | [ recovery-image] Dec 06 20:36:51.809 INFO O| Dec 06 20:36:51.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5208 | 2024-12-06T20:36:52.473Z | [ recovery-image] Dec 06 20:36:51.809 INFO O| Dec 06 20:36:51.809 INFO STEP 293 (remove_files) COMPLETE |
5209 | 2024-12-06T20:36:52.476Z | [ recovery-image] Dec 06 20:36:51.809 INFO O| Dec 06 20:36:51.809 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-06T20:36:52.483Z | [ recovery-image] Dec 06 20:36:51.819 INFO O| Dec 06 20:36:51.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5211 | 2024-12-06T20:36:52.483Z | [ recovery-image] Dec 06 20:36:51.819 INFO O| Dec 06 20:36:51.819 INFO STEP 294 (remove_files) COMPLETE |
5212 | 2024-12-06T20:36:52.485Z | [ recovery-image] Dec 06 20:36:51.819 INFO O| Dec 06 20:36:51.819 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-06T20:36:52.492Z | [ recovery-image] Dec 06 20:36:51.828 INFO O| Dec 06 20:36:51.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5214 | 2024-12-06T20:36:52.492Z | [ recovery-image] Dec 06 20:36:51.828 INFO O| Dec 06 20:36:51.828 INFO STEP 295 (remove_files) COMPLETE |
5215 | 2024-12-06T20:36:52.492Z | [ recovery-image] Dec 06 20:36:51.828 INFO O| Dec 06 20:36:51.828 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-06T20:36:52.501Z | [ recovery-image] Dec 06 20:36:51.837 INFO O| Dec 06 20:36:51.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5217 | 2024-12-06T20:36:52.501Z | [ recovery-image] Dec 06 20:36:51.837 INFO O| Dec 06 20:36:51.837 INFO STEP 296 (remove_files) COMPLETE |
5218 | 2024-12-06T20:36:52.512Z | [ recovery-image] Dec 06 20:36:51.837 INFO O| Dec 06 20:36:51.837 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-06T20:36:52.512Z | [ recovery-image] Dec 06 20:36:51.846 INFO O| Dec 06 20:36:51.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5220 | 2024-12-06T20:36:52.512Z | [ recovery-image] Dec 06 20:36:51.846 INFO O| Dec 06 20:36:51.846 INFO STEP 297 (remove_files) COMPLETE |
5221 | 2024-12-06T20:36:52.512Z | [ recovery-image] Dec 06 20:36:51.846 INFO O| Dec 06 20:36:51.846 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-06T20:36:52.519Z | [ recovery-image] Dec 06 20:36:51.855 INFO O| Dec 06 20:36:51.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5223 | 2024-12-06T20:36:52.519Z | [ recovery-image] Dec 06 20:36:51.855 INFO O| Dec 06 20:36:51.855 INFO STEP 298 (remove_files) COMPLETE |
5224 | 2024-12-06T20:36:52.519Z | [ recovery-image] Dec 06 20:36:51.855 INFO O| Dec 06 20:36:51.855 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-12-06T20:36:52.528Z | [ recovery-image] Dec 06 20:36:51.864 INFO O| Dec 06 20:36:51.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5226 | 2024-12-06T20:36:52.531Z | [ recovery-image] Dec 06 20:36:51.865 INFO O| Dec 06 20:36:51.865 INFO STEP 299 (remove_files) COMPLETE |
5227 | 2024-12-06T20:36:52.531Z | [ recovery-image] Dec 06 20:36:51.865 INFO O| Dec 06 20:36:51.865 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-12-06T20:36:52.538Z | [ recovery-image] Dec 06 20:36:51.874 INFO O| Dec 06 20:36:51.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5229 | 2024-12-06T20:36:52.538Z | [ recovery-image] Dec 06 20:36:51.874 INFO O| Dec 06 20:36:51.874 INFO STEP 300 (remove_files) COMPLETE |
5230 | 2024-12-06T20:36:52.540Z | [ recovery-image] Dec 06 20:36:51.874 INFO O| Dec 06 20:36:51.874 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-12-06T20:36:52.547Z | [ recovery-image] Dec 06 20:36:51.883 INFO O| Dec 06 20:36:51.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5232 | 2024-12-06T20:36:52.547Z | [ recovery-image] Dec 06 20:36:51.883 INFO O| Dec 06 20:36:51.883 INFO STEP 301 (remove_files) COMPLETE |
5233 | 2024-12-06T20:36:52.550Z | [ recovery-image] Dec 06 20:36:51.883 INFO O| Dec 06 20:36:51.883 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-12-06T20:36:52.556Z | [ recovery-image] Dec 06 20:36:51.892 INFO O| Dec 06 20:36:51.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5235 | 2024-12-06T20:36:52.556Z | [ recovery-image] Dec 06 20:36:51.892 INFO O| Dec 06 20:36:51.892 INFO STEP 302 (remove_files) COMPLETE |
5236 | 2024-12-06T20:36:52.558Z | [ recovery-image] Dec 06 20:36:51.892 INFO O| Dec 06 20:36:51.892 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-12-06T20:36:52.565Z | [ recovery-image] Dec 06 20:36:51.901 INFO O| Dec 06 20:36:51.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5238 | 2024-12-06T20:36:52.565Z | [ recovery-image] Dec 06 20:36:51.901 INFO O| Dec 06 20:36:51.901 INFO STEP 303 (remove_files) COMPLETE |
5239 | 2024-12-06T20:36:52.568Z | [ recovery-image] Dec 06 20:36:51.901 INFO O| Dec 06 20:36:51.901 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-12-06T20:36:52.575Z | [ recovery-image] Dec 06 20:36:51.911 INFO O| Dec 06 20:36:51.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5241 | 2024-12-06T20:36:52.577Z | [ recovery-image] Dec 06 20:36:51.911 INFO O| Dec 06 20:36:51.911 INFO STEP 304 (remove_files) COMPLETE |
5242 | 2024-12-06T20:36:52.577Z | [ recovery-image] Dec 06 20:36:51.911 INFO O| Dec 06 20:36:51.911 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-12-06T20:36:52.584Z | [ recovery-image] Dec 06 20:36:51.920 INFO O| Dec 06 20:36:51.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5244 | 2024-12-06T20:36:52.584Z | [ recovery-image] Dec 06 20:36:51.920 INFO O| Dec 06 20:36:51.920 INFO STEP 305 (remove_files) COMPLETE |
5245 | 2024-12-06T20:36:52.586Z | [ recovery-image] Dec 06 20:36:51.920 INFO O| Dec 06 20:36:51.920 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-12-06T20:36:52.593Z | [ recovery-image] Dec 06 20:36:51.929 INFO O| Dec 06 20:36:51.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5247 | 2024-12-06T20:36:52.593Z | [ recovery-image] Dec 06 20:36:51.929 INFO O| Dec 06 20:36:51.929 INFO STEP 306 (remove_files) COMPLETE |
5248 | 2024-12-06T20:36:52.595Z | [ recovery-image] Dec 06 20:36:51.929 INFO O| Dec 06 20:36:51.929 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-06T20:36:52.602Z | [ recovery-image] Dec 06 20:36:51.938 INFO O| Dec 06 20:36:51.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5250 | 2024-12-06T20:36:52.602Z | [ recovery-image] Dec 06 20:36:51.938 INFO O| Dec 06 20:36:51.938 INFO STEP 307 (remove_files) COMPLETE |
5251 | 2024-12-06T20:36:52.602Z | [ recovery-image] Dec 06 20:36:51.938 INFO O| Dec 06 20:36:51.938 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-06T20:36:52.611Z | [ recovery-image] Dec 06 20:36:51.947 INFO O| Dec 06 20:36:51.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5253 | 2024-12-06T20:36:52.614Z | [ recovery-image] Dec 06 20:36:51.948 INFO O| Dec 06 20:36:51.948 INFO STEP 308 (remove_files) COMPLETE |
5254 | 2024-12-06T20:36:52.614Z | [ recovery-image] Dec 06 20:36:51.948 INFO O| Dec 06 20:36:51.948 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-06T20:36:52.621Z | [ recovery-image] Dec 06 20:36:51.957 INFO O| Dec 06 20:36:51.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5256 | 2024-12-06T20:36:52.621Z | [ recovery-image] Dec 06 20:36:51.957 INFO O| Dec 06 20:36:51.957 INFO STEP 309 (remove_files) COMPLETE |
5257 | 2024-12-06T20:36:52.621Z | [ recovery-image] Dec 06 20:36:51.957 INFO O| Dec 06 20:36:51.957 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-06T20:36:52.630Z | [ recovery-image] Dec 06 20:36:51.966 INFO O| Dec 06 20:36:51.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5259 | 2024-12-06T20:36:52.632Z | [ recovery-image] Dec 06 20:36:51.966 INFO O| Dec 06 20:36:51.966 INFO STEP 310 (remove_files) COMPLETE |
5260 | 2024-12-06T20:36:52.632Z | [ recovery-image] Dec 06 20:36:51.966 INFO O| Dec 06 20:36:51.966 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-06T20:36:52.639Z | [ recovery-image] Dec 06 20:36:51.975 INFO O| Dec 06 20:36:51.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5262 | 2024-12-06T20:36:52.639Z | [ recovery-image] Dec 06 20:36:51.975 INFO O| Dec 06 20:36:51.975 INFO STEP 311 (remove_files) COMPLETE |
5263 | 2024-12-06T20:36:52.641Z | [ recovery-image] Dec 06 20:36:51.975 INFO O| Dec 06 20:36:51.975 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-06T20:36:52.648Z | [ recovery-image] Dec 06 20:36:51.984 INFO O| Dec 06 20:36:51.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5265 | 2024-12-06T20:36:52.648Z | [ recovery-image] Dec 06 20:36:51.984 INFO O| Dec 06 20:36:51.984 INFO STEP 312 (remove_files) COMPLETE |
5266 | 2024-12-06T20:36:52.648Z | [ recovery-image] Dec 06 20:36:51.984 INFO O| Dec 06 20:36:51.984 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-06T20:36:52.658Z | [ recovery-image] Dec 06 20:36:51.994 INFO O| Dec 06 20:36:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5268 | 2024-12-06T20:36:52.658Z | [ recovery-image] Dec 06 20:36:51.994 INFO O| Dec 06 20:36:51.994 INFO STEP 313 (remove_files) COMPLETE |
5269 | 2024-12-06T20:36:52.660Z | [ recovery-image] Dec 06 20:36:51.994 INFO O| Dec 06 20:36:51.994 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-06T20:36:52.668Z | [ recovery-image] Dec 06 20:36:52.004 INFO O| Dec 06 20:36:52.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5271 | 2024-12-06T20:36:52.668Z | [ recovery-image] Dec 06 20:36:52.004 INFO O| Dec 06 20:36:52.004 INFO STEP 314 (remove_files) COMPLETE |
5272 | 2024-12-06T20:36:52.670Z | [ recovery-image] Dec 06 20:36:52.004 INFO O| Dec 06 20:36:52.004 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-06T20:36:52.677Z | [ recovery-image] Dec 06 20:36:52.013 INFO O| Dec 06 20:36:52.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5274 | 2024-12-06T20:36:52.679Z | [ recovery-image] Dec 06 20:36:52.013 INFO O| Dec 06 20:36:52.013 INFO STEP 315 (remove_files) COMPLETE |
5275 | 2024-12-06T20:36:52.680Z | [ recovery-image] Dec 06 20:36:52.013 INFO O| Dec 06 20:36:52.013 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-06T20:36:52.687Z | [ recovery-image] Dec 06 20:36:52.023 INFO O| Dec 06 20:36:52.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5277 | 2024-12-06T20:36:52.687Z | [ recovery-image] Dec 06 20:36:52.023 INFO O| Dec 06 20:36:52.023 INFO STEP 316 (remove_files) COMPLETE |
5278 | 2024-12-06T20:36:52.687Z | [ recovery-image] Dec 06 20:36:52.023 INFO O| Dec 06 20:36:52.023 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-06T20:36:52.697Z | [ recovery-image] Dec 06 20:36:52.032 INFO O| Dec 06 20:36:52.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5280 | 2024-12-06T20:36:52.697Z | [ recovery-image] Dec 06 20:36:52.033 INFO O| Dec 06 20:36:52.033 INFO STEP 317 (remove_files) COMPLETE |
5281 | 2024-12-06T20:36:52.697Z | [ recovery-image] Dec 06 20:36:52.033 INFO O| Dec 06 20:36:52.033 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-06T20:36:52.706Z | [ recovery-image] Dec 06 20:36:52.042 INFO O| Dec 06 20:36:52.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5283 | 2024-12-06T20:36:52.706Z | [ recovery-image] Dec 06 20:36:52.042 INFO O| Dec 06 20:36:52.042 INFO STEP 318 (remove_files) COMPLETE |
5284 | 2024-12-06T20:36:52.708Z | [ recovery-image] Dec 06 20:36:52.042 INFO O| Dec 06 20:36:52.042 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-06T20:36:52.715Z | [ recovery-image] Dec 06 20:36:52.051 INFO O| Dec 06 20:36:52.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5286 | 2024-12-06T20:36:52.716Z | [ recovery-image] Dec 06 20:36:52.051 INFO O| Dec 06 20:36:52.051 INFO STEP 319 (remove_files) COMPLETE |
5287 | 2024-12-06T20:36:52.716Z | [ recovery-image] Dec 06 20:36:52.052 INFO O| Dec 06 20:36:52.051 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-06T20:36:52.725Z | [ recovery-image] Dec 06 20:36:52.061 INFO O| Dec 06 20:36:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5289 | 2024-12-06T20:36:52.727Z | [ recovery-image] Dec 06 20:36:52.061 INFO O| Dec 06 20:36:52.061 INFO STEP 320 (remove_files) COMPLETE |
5290 | 2024-12-06T20:36:52.727Z | [ recovery-image] Dec 06 20:36:52.061 INFO O| Dec 06 20:36:52.061 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-06T20:36:52.734Z | [ recovery-image] Dec 06 20:36:52.070 INFO O| Dec 06 20:36:52.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5292 | 2024-12-06T20:36:52.734Z | [ recovery-image] Dec 06 20:36:52.070 INFO O| Dec 06 20:36:52.070 INFO STEP 321 (remove_files) COMPLETE |
5293 | 2024-12-06T20:36:52.737Z | [ recovery-image] Dec 06 20:36:52.070 INFO O| Dec 06 20:36:52.070 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-06T20:36:52.744Z | [ recovery-image] Dec 06 20:36:52.080 INFO O| Dec 06 20:36:52.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5295 | 2024-12-06T20:36:52.746Z | [ recovery-image] Dec 06 20:36:52.080 INFO O| Dec 06 20:36:52.080 INFO STEP 322 (remove_files) COMPLETE |
5296 | 2024-12-06T20:36:52.746Z | [ recovery-image] Dec 06 20:36:52.080 INFO O| Dec 06 20:36:52.080 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-06T20:36:52.753Z | [ recovery-image] Dec 06 20:36:52.089 INFO O| Dec 06 20:36:52.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5298 | 2024-12-06T20:36:52.754Z | [ recovery-image] Dec 06 20:36:52.090 INFO O| Dec 06 20:36:52.089 INFO STEP 323 (remove_files) COMPLETE |
5299 | 2024-12-06T20:36:52.757Z | [ recovery-image] Dec 06 20:36:52.090 INFO O| Dec 06 20:36:52.090 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-06T20:36:52.763Z | [ recovery-image] Dec 06 20:36:52.099 INFO O| Dec 06 20:36:52.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5301 | 2024-12-06T20:36:52.763Z | [ recovery-image] Dec 06 20:36:52.099 INFO O| Dec 06 20:36:52.099 INFO STEP 324 (remove_files) COMPLETE |
5302 | 2024-12-06T20:36:52.763Z | [ recovery-image] Dec 06 20:36:52.099 INFO O| Dec 06 20:36:52.099 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-12-06T20:36:52.772Z | [ recovery-image] Dec 06 20:36:52.108 INFO O| Dec 06 20:36:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5304 | 2024-12-06T20:36:52.772Z | [ recovery-image] Dec 06 20:36:52.108 INFO O| Dec 06 20:36:52.108 INFO STEP 325 (remove_files) COMPLETE |
5305 | 2024-12-06T20:36:52.775Z | [ recovery-image] Dec 06 20:36:52.108 INFO O| Dec 06 20:36:52.108 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-12-06T20:36:52.782Z | [ recovery-image] Dec 06 20:36:52.118 INFO O| Dec 06 20:36:52.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5307 | 2024-12-06T20:36:52.782Z | [ recovery-image] Dec 06 20:36:52.118 INFO O| Dec 06 20:36:52.118 INFO STEP 326 (remove_files) COMPLETE |
5308 | 2024-12-06T20:36:52.784Z | [ recovery-image] Dec 06 20:36:52.118 INFO O| Dec 06 20:36:52.118 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-12-06T20:36:52.791Z | [ recovery-image] Dec 06 20:36:52.127 INFO O| Dec 06 20:36:52.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5310 | 2024-12-06T20:36:52.791Z | [ recovery-image] Dec 06 20:36:52.127 INFO O| Dec 06 20:36:52.127 INFO STEP 327 (remove_files) COMPLETE |
5311 | 2024-12-06T20:36:52.792Z | [ recovery-image] Dec 06 20:36:52.127 INFO O| Dec 06 20:36:52.127 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-12-06T20:36:52.801Z | [ recovery-image] Dec 06 20:36:52.137 INFO O| Dec 06 20:36:52.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5313 | 2024-12-06T20:36:52.803Z | [ recovery-image] Dec 06 20:36:52.137 INFO O| Dec 06 20:36:52.137 INFO STEP 328 (remove_files) COMPLETE |
5314 | 2024-12-06T20:36:52.804Z | [ recovery-image] Dec 06 20:36:52.137 INFO O| Dec 06 20:36:52.137 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-06T20:36:52.810Z | [ recovery-image] Dec 06 20:36:52.146 INFO O| Dec 06 20:36:52.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5316 | 2024-12-06T20:36:52.813Z | [ recovery-image] Dec 06 20:36:52.146 INFO O| Dec 06 20:36:52.146 INFO STEP 329 (remove_files) COMPLETE |
5317 | 2024-12-06T20:36:52.813Z | [ recovery-image] Dec 06 20:36:52.146 INFO O| Dec 06 20:36:52.146 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-06T20:36:52.820Z | [ recovery-image] Dec 06 20:36:52.156 INFO O| Dec 06 20:36:52.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5319 | 2024-12-06T20:36:52.823Z | [ recovery-image] Dec 06 20:36:52.156 INFO O| Dec 06 20:36:52.156 INFO STEP 330 (remove_files) COMPLETE |
5320 | 2024-12-06T20:36:52.823Z | [ recovery-image] Dec 06 20:36:52.156 INFO O| Dec 06 20:36:52.156 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-06T20:36:52.832Z | [ recovery-image] Dec 06 20:36:52.165 INFO O| Dec 06 20:36:52.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5322 | 2024-12-06T20:36:52.832Z | [ recovery-image] Dec 06 20:36:52.165 INFO O| Dec 06 20:36:52.165 INFO STEP 331 (remove_files) COMPLETE |
5323 | 2024-12-06T20:36:52.834Z | [ recovery-image] Dec 06 20:36:52.165 INFO O| Dec 06 20:36:52.165 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-06T20:36:52.839Z | [ recovery-image] Dec 06 20:36:52.174 INFO O| Dec 06 20:36:52.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5325 | 2024-12-06T20:36:52.839Z | [ recovery-image] Dec 06 20:36:52.175 INFO O| Dec 06 20:36:52.175 INFO STEP 332 (remove_files) COMPLETE |
5326 | 2024-12-06T20:36:52.841Z | [ recovery-image] Dec 06 20:36:52.175 INFO O| Dec 06 20:36:52.175 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-06T20:36:52.849Z | [ recovery-image] Dec 06 20:36:52.184 INFO O| Dec 06 20:36:52.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5328 | 2024-12-06T20:36:52.849Z | [ recovery-image] Dec 06 20:36:52.184 INFO O| Dec 06 20:36:52.184 INFO STEP 333 (remove_files) COMPLETE |
5329 | 2024-12-06T20:36:52.852Z | [ recovery-image] Dec 06 20:36:52.184 INFO O| Dec 06 20:36:52.184 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-06T20:36:52.858Z | [ recovery-image] Dec 06 20:36:52.193 INFO O| Dec 06 20:36:52.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5331 | 2024-12-06T20:36:52.861Z | [ recovery-image] Dec 06 20:36:52.193 INFO O| Dec 06 20:36:52.193 INFO STEP 334 (remove_files) COMPLETE |
5332 | 2024-12-06T20:36:52.861Z | [ recovery-image] Dec 06 20:36:52.193 INFO O| Dec 06 20:36:52.193 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-06T20:36:52.867Z | [ recovery-image] Dec 06 20:36:52.203 INFO O| Dec 06 20:36:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5334 | 2024-12-06T20:36:52.867Z | [ recovery-image] Dec 06 20:36:52.203 INFO O| Dec 06 20:36:52.203 INFO STEP 335 (remove_files) COMPLETE |
5335 | 2024-12-06T20:36:52.872Z | [ recovery-image] Dec 06 20:36:52.203 INFO O| Dec 06 20:36:52.203 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-06T20:36:52.877Z | [ recovery-image] Dec 06 20:36:52.213 INFO O| Dec 06 20:36:52.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5337 | 2024-12-06T20:36:52.877Z | [ recovery-image] Dec 06 20:36:52.213 INFO O| Dec 06 20:36:52.213 INFO STEP 336 (remove_files) COMPLETE |
5338 | 2024-12-06T20:36:52.880Z | [ recovery-image] Dec 06 20:36:52.213 INFO O| Dec 06 20:36:52.213 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-06T20:36:52.887Z | [ recovery-image] Dec 06 20:36:52.223 INFO O| Dec 06 20:36:52.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5340 | 2024-12-06T20:36:52.887Z | [ recovery-image] Dec 06 20:36:52.223 INFO O| Dec 06 20:36:52.223 INFO STEP 337 (remove_files) COMPLETE |
5341 | 2024-12-06T20:36:52.892Z | [ recovery-image] Dec 06 20:36:52.223 INFO O| Dec 06 20:36:52.223 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-06T20:36:52.897Z | [ recovery-image] Dec 06 20:36:52.233 INFO O| Dec 06 20:36:52.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5343 | 2024-12-06T20:36:52.897Z | [ recovery-image] Dec 06 20:36:52.233 INFO O| Dec 06 20:36:52.233 INFO STEP 338 (remove_files) COMPLETE |
5344 | 2024-12-06T20:36:52.897Z | [ recovery-image] Dec 06 20:36:52.233 INFO O| Dec 06 20:36:52.233 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-06T20:36:52.906Z | [ recovery-image] Dec 06 20:36:52.242 INFO O| Dec 06 20:36:52.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5346 | 2024-12-06T20:36:52.909Z | [ recovery-image] Dec 06 20:36:52.242 INFO O| Dec 06 20:36:52.242 INFO STEP 339 (remove_files) COMPLETE |
5347 | 2024-12-06T20:36:52.909Z | [ recovery-image] Dec 06 20:36:52.242 INFO O| Dec 06 20:36:52.242 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-06T20:36:52.916Z | [ recovery-image] Dec 06 20:36:52.252 INFO O| Dec 06 20:36:52.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5349 | 2024-12-06T20:36:52.918Z | [ recovery-image] Dec 06 20:36:52.252 INFO O| Dec 06 20:36:52.252 INFO STEP 340 (remove_files) COMPLETE |
5350 | 2024-12-06T20:36:52.918Z | [ recovery-image] Dec 06 20:36:52.252 INFO O| Dec 06 20:36:52.252 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-06T20:36:52.926Z | [ recovery-image] Dec 06 20:36:52.261 INFO O| Dec 06 20:36:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5352 | 2024-12-06T20:36:52.928Z | [ recovery-image] Dec 06 20:36:52.261 INFO O| Dec 06 20:36:52.261 INFO STEP 341 (remove_files) COMPLETE |
5353 | 2024-12-06T20:36:52.928Z | [ recovery-image] Dec 06 20:36:52.261 INFO O| Dec 06 20:36:52.261 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-06T20:36:52.935Z | [ recovery-image] Dec 06 20:36:52.271 INFO O| Dec 06 20:36:52.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5355 | 2024-12-06T20:36:52.935Z | [ recovery-image] Dec 06 20:36:52.271 INFO O| Dec 06 20:36:52.271 INFO STEP 342 (remove_files) COMPLETE |
5356 | 2024-12-06T20:36:52.935Z | [ recovery-image] Dec 06 20:36:52.271 INFO O| Dec 06 20:36:52.271 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-06T20:36:52.944Z | [ recovery-image] Dec 06 20:36:52.280 INFO O| Dec 06 20:36:52.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5358 | 2024-12-06T20:36:52.944Z | [ recovery-image] Dec 06 20:36:52.280 INFO O| Dec 06 20:36:52.280 INFO STEP 343 (remove_files) COMPLETE |
5359 | 2024-12-06T20:36:52.944Z | [ recovery-image] Dec 06 20:36:52.280 INFO O| Dec 06 20:36:52.280 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-06T20:36:52.954Z | [ recovery-image] Dec 06 20:36:52.290 INFO O| Dec 06 20:36:52.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5361 | 2024-12-06T20:36:52.954Z | [ recovery-image] Dec 06 20:36:52.290 INFO O| Dec 06 20:36:52.290 INFO STEP 344 (remove_files) COMPLETE |
5362 | 2024-12-06T20:36:52.954Z | [ recovery-image] Dec 06 20:36:52.290 INFO O| Dec 06 20:36:52.290 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-06T20:36:52.964Z | [ recovery-image] Dec 06 20:36:52.299 INFO O| Dec 06 20:36:52.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5364 | 2024-12-06T20:36:52.964Z | [ recovery-image] Dec 06 20:36:52.299 INFO O| Dec 06 20:36:52.299 INFO STEP 345 (remove_files) COMPLETE |
5365 | 2024-12-06T20:36:52.964Z | [ recovery-image] Dec 06 20:36:52.299 INFO O| Dec 06 20:36:52.299 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-06T20:36:52.973Z | [ recovery-image] Dec 06 20:36:52.308 INFO O| Dec 06 20:36:52.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5367 | 2024-12-06T20:36:52.973Z | [ recovery-image] Dec 06 20:36:52.308 INFO O| Dec 06 20:36:52.308 INFO STEP 346 (remove_files) COMPLETE |
5368 | 2024-12-06T20:36:52.976Z | [ recovery-image] Dec 06 20:36:52.308 INFO O| Dec 06 20:36:52.308 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-06T20:36:52.982Z | [ recovery-image] Dec 06 20:36:52.318 INFO O| Dec 06 20:36:52.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5370 | 2024-12-06T20:36:52.982Z | [ recovery-image] Dec 06 20:36:52.318 INFO O| Dec 06 20:36:52.318 INFO STEP 347 (remove_files) COMPLETE |
5371 | 2024-12-06T20:36:52.985Z | [ recovery-image] Dec 06 20:36:52.318 INFO O| Dec 06 20:36:52.318 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-06T20:36:52.993Z | [ recovery-image] Dec 06 20:36:52.328 INFO O| Dec 06 20:36:52.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5373 | 2024-12-06T20:36:52.993Z | [ recovery-image] Dec 06 20:36:52.328 INFO O| Dec 06 20:36:52.328 INFO STEP 348 (remove_files) COMPLETE |
5374 | 2024-12-06T20:36:52.996Z | [ recovery-image] Dec 06 20:36:52.328 INFO O| Dec 06 20:36:52.328 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-06T20:36:53.001Z | [ recovery-image] Dec 06 20:36:52.337 INFO O| Dec 06 20:36:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5376 | 2024-12-06T20:36:53.004Z | [ recovery-image] Dec 06 20:36:52.338 INFO O| Dec 06 20:36:52.338 INFO STEP 349 (remove_files) COMPLETE |
5377 | 2024-12-06T20:36:53.004Z | [ recovery-image] Dec 06 20:36:52.338 INFO O| Dec 06 20:36:52.338 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-06T20:36:53.011Z | [ recovery-image] Dec 06 20:36:52.347 INFO O| Dec 06 20:36:52.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5379 | 2024-12-06T20:36:53.011Z | [ recovery-image] Dec 06 20:36:52.347 INFO O| Dec 06 20:36:52.347 INFO STEP 350 (remove_files) COMPLETE |
5380 | 2024-12-06T20:36:53.014Z | [ recovery-image] Dec 06 20:36:52.347 INFO O| Dec 06 20:36:52.347 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-06T20:36:53.021Z | [ recovery-image] Dec 06 20:36:52.357 INFO O| Dec 06 20:36:52.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5382 | 2024-12-06T20:36:53.023Z | [ recovery-image] Dec 06 20:36:52.357 INFO O| Dec 06 20:36:52.357 INFO STEP 351 (remove_files) COMPLETE |
5383 | 2024-12-06T20:36:53.023Z | [ recovery-image] Dec 06 20:36:52.357 INFO O| Dec 06 20:36:52.357 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-06T20:36:53.030Z | [ recovery-image] Dec 06 20:36:52.366 INFO O| Dec 06 20:36:52.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5385 | 2024-12-06T20:36:53.030Z | [ recovery-image] Dec 06 20:36:52.366 INFO O| Dec 06 20:36:52.366 INFO STEP 352 (remove_files) COMPLETE |
5386 | 2024-12-06T20:36:53.031Z | [ recovery-image] Dec 06 20:36:52.366 INFO O| Dec 06 20:36:52.366 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-06T20:36:53.040Z | [ recovery-image] Dec 06 20:36:52.376 INFO O| Dec 06 20:36:52.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5388 | 2024-12-06T20:36:53.040Z | [ recovery-image] Dec 06 20:36:52.376 INFO O| Dec 06 20:36:52.376 INFO STEP 353 (remove_files) COMPLETE |
5389 | 2024-12-06T20:36:53.042Z | [ recovery-image] Dec 06 20:36:52.376 INFO O| Dec 06 20:36:52.376 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-06T20:36:53.049Z | [ recovery-image] Dec 06 20:36:52.385 INFO O| Dec 06 20:36:52.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5391 | 2024-12-06T20:36:53.049Z | [ recovery-image] Dec 06 20:36:52.385 INFO O| Dec 06 20:36:52.385 INFO STEP 354 (remove_files) COMPLETE |
5392 | 2024-12-06T20:36:53.049Z | [ recovery-image] Dec 06 20:36:52.385 INFO O| Dec 06 20:36:52.385 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-12-06T20:36:53.058Z | [ recovery-image] Dec 06 20:36:52.394 INFO O| Dec 06 20:36:52.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5394 | 2024-12-06T20:36:53.061Z | [ recovery-image] Dec 06 20:36:52.394 INFO O| Dec 06 20:36:52.394 INFO STEP 355 (remove_files) COMPLETE |
5395 | 2024-12-06T20:36:53.061Z | [ recovery-image] Dec 06 20:36:52.395 INFO O| Dec 06 20:36:52.394 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-12-06T20:36:53.068Z | [ recovery-image] Dec 06 20:36:52.404 INFO O| Dec 06 20:36:52.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5397 | 2024-12-06T20:36:53.071Z | [ recovery-image] Dec 06 20:36:52.404 INFO O| Dec 06 20:36:52.404 INFO STEP 356 (remove_files) COMPLETE |
5398 | 2024-12-06T20:36:53.071Z | [ recovery-image] Dec 06 20:36:52.404 INFO O| Dec 06 20:36:52.404 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-06T20:36:53.077Z | [ recovery-image] Dec 06 20:36:52.413 INFO O| Dec 06 20:36:52.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5400 | 2024-12-06T20:36:53.077Z | [ recovery-image] Dec 06 20:36:52.413 INFO O| Dec 06 20:36:52.413 INFO STEP 357 (remove_files) COMPLETE |
5401 | 2024-12-06T20:36:53.077Z | [ recovery-image] Dec 06 20:36:52.413 INFO O| Dec 06 20:36:52.413 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-12-06T20:36:53.087Z | [ recovery-image] Dec 06 20:36:52.423 INFO O| Dec 06 20:36:52.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5403 | 2024-12-06T20:36:53.089Z | [ recovery-image] Dec 06 20:36:52.423 INFO O| Dec 06 20:36:52.423 INFO STEP 358 (remove_files) COMPLETE |
5404 | 2024-12-06T20:36:53.089Z | [ recovery-image] Dec 06 20:36:52.423 INFO O| Dec 06 20:36:52.423 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-06T20:36:53.096Z | [ recovery-image] Dec 06 20:36:52.432 INFO O| Dec 06 20:36:52.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5406 | 2024-12-06T20:36:53.098Z | [ recovery-image] Dec 06 20:36:52.432 INFO O| Dec 06 20:36:52.432 INFO STEP 359 (remove_files) COMPLETE |
5407 | 2024-12-06T20:36:53.098Z | [ recovery-image] Dec 06 20:36:52.432 INFO O| Dec 06 20:36:52.432 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-06T20:36:53.106Z | [ recovery-image] Dec 06 20:36:52.442 INFO O| Dec 06 20:36:52.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5409 | 2024-12-06T20:36:53.106Z | [ recovery-image] Dec 06 20:36:52.442 INFO O| Dec 06 20:36:52.442 INFO STEP 360 (remove_files) COMPLETE |
5410 | 2024-12-06T20:36:53.106Z | [ recovery-image] Dec 06 20:36:52.442 INFO O| Dec 06 20:36:52.442 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-06T20:36:53.115Z | [ recovery-image] Dec 06 20:36:52.451 INFO O| Dec 06 20:36:52.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5412 | 2024-12-06T20:36:53.115Z | [ recovery-image] Dec 06 20:36:52.451 INFO O| Dec 06 20:36:52.451 INFO STEP 361 (remove_files) COMPLETE |
5413 | 2024-12-06T20:36:53.117Z | [ recovery-image] Dec 06 20:36:52.451 INFO O| Dec 06 20:36:52.451 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-06T20:36:53.124Z | [ recovery-image] Dec 06 20:36:52.460 INFO O| Dec 06 20:36:52.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5415 | 2024-12-06T20:36:53.124Z | [ recovery-image] Dec 06 20:36:52.460 INFO O| Dec 06 20:36:52.460 INFO STEP 362 (remove_files) COMPLETE |
5416 | 2024-12-06T20:36:53.127Z | [ recovery-image] Dec 06 20:36:52.460 INFO O| Dec 06 20:36:52.460 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-06T20:36:53.134Z | [ recovery-image] Dec 06 20:36:52.470 INFO O| Dec 06 20:36:52.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5418 | 2024-12-06T20:36:53.134Z | [ recovery-image] Dec 06 20:36:52.470 INFO O| Dec 06 20:36:52.470 INFO STEP 363 (remove_files) COMPLETE |
5419 | 2024-12-06T20:36:53.136Z | [ recovery-image] Dec 06 20:36:52.470 INFO O| Dec 06 20:36:52.470 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-06T20:36:53.143Z | [ recovery-image] Dec 06 20:36:52.479 INFO O| Dec 06 20:36:52.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5421 | 2024-12-06T20:36:53.143Z | [ recovery-image] Dec 06 20:36:52.479 INFO O| Dec 06 20:36:52.479 INFO STEP 364 (remove_files) COMPLETE |
5422 | 2024-12-06T20:36:53.146Z | [ recovery-image] Dec 06 20:36:52.479 INFO O| Dec 06 20:36:52.479 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-06T20:36:53.153Z | [ recovery-image] Dec 06 20:36:52.489 INFO O| Dec 06 20:36:52.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5424 | 2024-12-06T20:36:53.153Z | [ recovery-image] Dec 06 20:36:52.489 INFO O| Dec 06 20:36:52.489 INFO STEP 365 (remove_files) COMPLETE |
5425 | 2024-12-06T20:36:53.153Z | [ recovery-image] Dec 06 20:36:52.489 INFO O| Dec 06 20:36:52.489 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-06T20:36:53.163Z | [ recovery-image] Dec 06 20:36:52.499 INFO O| Dec 06 20:36:52.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5427 | 2024-12-06T20:36:53.163Z | [ recovery-image] Dec 06 20:36:52.499 INFO O| Dec 06 20:36:52.499 INFO STEP 366 (remove_files) COMPLETE |
5428 | 2024-12-06T20:36:53.163Z | [ recovery-image] Dec 06 20:36:52.499 INFO O| Dec 06 20:36:52.499 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-06T20:36:53.173Z | [ recovery-image] Dec 06 20:36:52.509 INFO O| Dec 06 20:36:52.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5430 | 2024-12-06T20:36:53.173Z | [ recovery-image] Dec 06 20:36:52.509 INFO O| Dec 06 20:36:52.509 INFO STEP 367 (remove_files) COMPLETE |
5431 | 2024-12-06T20:36:53.175Z | [ recovery-image] Dec 06 20:36:52.509 INFO O| Dec 06 20:36:52.509 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-06T20:36:53.183Z | [ recovery-image] Dec 06 20:36:52.518 INFO O| Dec 06 20:36:52.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5433 | 2024-12-06T20:36:53.183Z | [ recovery-image] Dec 06 20:36:52.518 INFO O| Dec 06 20:36:52.518 INFO STEP 368 (remove_files) COMPLETE |
5434 | 2024-12-06T20:36:53.183Z | [ recovery-image] Dec 06 20:36:52.518 INFO O| Dec 06 20:36:52.518 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-06T20:36:53.192Z | [ recovery-image] Dec 06 20:36:52.528 INFO O| Dec 06 20:36:52.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5436 | 2024-12-06T20:36:53.192Z | [ recovery-image] Dec 06 20:36:52.528 INFO O| Dec 06 20:36:52.528 INFO STEP 369 (remove_files) COMPLETE |
5437 | 2024-12-06T20:36:53.192Z | [ recovery-image] Dec 06 20:36:52.528 INFO O| Dec 06 20:36:52.528 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-06T20:36:53.201Z | [ recovery-image] Dec 06 20:36:52.537 INFO O| Dec 06 20:36:52.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5439 | 2024-12-06T20:36:53.201Z | [ recovery-image] Dec 06 20:36:52.537 INFO O| Dec 06 20:36:52.537 INFO STEP 370 (remove_files) COMPLETE |
5440 | 2024-12-06T20:36:53.201Z | [ recovery-image] Dec 06 20:36:52.537 INFO O| Dec 06 20:36:52.537 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-06T20:36:53.211Z | [ recovery-image] Dec 06 20:36:52.546 INFO O| Dec 06 20:36:52.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5442 | 2024-12-06T20:36:53.211Z | [ recovery-image] Dec 06 20:36:52.547 INFO O| Dec 06 20:36:52.547 INFO STEP 371 (remove_files) COMPLETE |
5443 | 2024-12-06T20:36:53.211Z | [ recovery-image] Dec 06 20:36:52.547 INFO O| Dec 06 20:36:52.547 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-06T20:36:53.220Z | [ recovery-image] Dec 06 20:36:52.556 INFO O| Dec 06 20:36:52.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5445 | 2024-12-06T20:36:53.223Z | [ recovery-image] Dec 06 20:36:52.556 INFO O| Dec 06 20:36:52.556 INFO STEP 372 (remove_files) COMPLETE |
5446 | 2024-12-06T20:36:53.223Z | [ recovery-image] Dec 06 20:36:52.556 INFO O| Dec 06 20:36:52.556 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-06T20:36:53.230Z | [ recovery-image] Dec 06 20:36:52.566 INFO O| Dec 06 20:36:52.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5448 | 2024-12-06T20:36:53.233Z | [ recovery-image] Dec 06 20:36:52.566 INFO O| Dec 06 20:36:52.566 INFO STEP 373 (remove_files) COMPLETE |
5449 | 2024-12-06T20:36:53.233Z | [ recovery-image] Dec 06 20:36:52.566 INFO O| Dec 06 20:36:52.566 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-06T20:36:53.240Z | [ recovery-image] Dec 06 20:36:52.576 INFO O| Dec 06 20:36:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5451 | 2024-12-06T20:36:53.242Z | [ recovery-image] Dec 06 20:36:52.576 INFO O| Dec 06 20:36:52.576 INFO STEP 374 (remove_files) COMPLETE |
5452 | 2024-12-06T20:36:53.242Z | [ recovery-image] Dec 06 20:36:52.576 INFO O| Dec 06 20:36:52.576 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-06T20:36:53.249Z | [ recovery-image] Dec 06 20:36:52.585 INFO O| Dec 06 20:36:52.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5454 | 2024-12-06T20:36:53.249Z | [ recovery-image] Dec 06 20:36:52.585 INFO O| Dec 06 20:36:52.585 INFO STEP 375 (remove_files) COMPLETE |
5455 | 2024-12-06T20:36:53.249Z | [ recovery-image] Dec 06 20:36:52.585 INFO O| Dec 06 20:36:52.585 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-06T20:36:53.258Z | [ recovery-image] Dec 06 20:36:52.594 INFO O| Dec 06 20:36:52.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5457 | 2024-12-06T20:36:53.258Z | [ recovery-image] Dec 06 20:36:52.594 INFO O| Dec 06 20:36:52.594 INFO STEP 376 (remove_files) COMPLETE |
5458 | 2024-12-06T20:36:53.261Z | [ recovery-image] Dec 06 20:36:52.594 INFO O| Dec 06 20:36:52.594 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-06T20:36:53.267Z | [ recovery-image] Dec 06 20:36:52.604 INFO O| Dec 06 20:36:52.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5460 | 2024-12-06T20:36:53.270Z | [ recovery-image] Dec 06 20:36:52.604 INFO O| Dec 06 20:36:52.604 INFO STEP 377 (remove_files) COMPLETE |
5461 | 2024-12-06T20:36:53.270Z | [ recovery-image] Dec 06 20:36:52.604 INFO O| Dec 06 20:36:52.604 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-12-06T20:36:53.277Z | [ recovery-image] Dec 06 20:36:52.613 INFO O| Dec 06 20:36:52.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5463 | 2024-12-06T20:36:53.277Z | [ recovery-image] Dec 06 20:36:52.613 INFO O| Dec 06 20:36:52.613 INFO STEP 378 (remove_files) COMPLETE |
5464 | 2024-12-06T20:36:53.279Z | [ recovery-image] Dec 06 20:36:52.613 INFO O| Dec 06 20:36:52.613 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-12-06T20:36:53.286Z | [ recovery-image] Dec 06 20:36:52.622 INFO O| Dec 06 20:36:52.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5466 | 2024-12-06T20:36:53.289Z | [ recovery-image] Dec 06 20:36:52.622 INFO O| Dec 06 20:36:52.622 INFO STEP 379 (remove_files) COMPLETE |
5467 | 2024-12-06T20:36:53.289Z | [ recovery-image] Dec 06 20:36:52.622 INFO O| Dec 06 20:36:52.622 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-12-06T20:36:53.295Z | [ recovery-image] Dec 06 20:36:52.631 INFO O| Dec 06 20:36:52.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5469 | 2024-12-06T20:36:53.298Z | [ recovery-image] Dec 06 20:36:52.631 INFO O| Dec 06 20:36:52.631 INFO STEP 380 (remove_files) COMPLETE |
5470 | 2024-12-06T20:36:53.298Z | [ recovery-image] Dec 06 20:36:52.631 INFO O| Dec 06 20:36:52.631 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-12-06T20:36:53.305Z | [ recovery-image] Dec 06 20:36:52.641 INFO O| Dec 06 20:36:52.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5472 | 2024-12-06T20:36:53.305Z | [ recovery-image] Dec 06 20:36:52.641 INFO O| Dec 06 20:36:52.641 INFO STEP 381 (remove_files) COMPLETE |
5473 | 2024-12-06T20:36:53.307Z | [ recovery-image] Dec 06 20:36:52.641 INFO O| Dec 06 20:36:52.641 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-12-06T20:36:53.314Z | [ recovery-image] Dec 06 20:36:52.650 INFO O| Dec 06 20:36:52.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5475 | 2024-12-06T20:36:53.316Z | [ recovery-image] Dec 06 20:36:52.650 INFO O| Dec 06 20:36:52.650 INFO STEP 382 (remove_files) COMPLETE |
5476 | 2024-12-06T20:36:53.316Z | [ recovery-image] Dec 06 20:36:52.650 INFO O| Dec 06 20:36:52.650 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-06T20:36:53.325Z | [ recovery-image] Dec 06 20:36:52.659 INFO O| Dec 06 20:36:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5478 | 2024-12-06T20:36:53.327Z | [ recovery-image] Dec 06 20:36:52.659 INFO O| Dec 06 20:36:52.659 INFO STEP 383 (remove_files) COMPLETE |
5479 | 2024-12-06T20:36:53.327Z | [ recovery-image] Dec 06 20:36:52.659 INFO O| Dec 06 20:36:52.659 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-12-06T20:36:53.334Z | [ recovery-image] Dec 06 20:36:52.669 INFO O| Dec 06 20:36:52.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5481 | 2024-12-06T20:36:53.334Z | [ recovery-image] Dec 06 20:36:52.669 INFO O| Dec 06 20:36:52.669 INFO STEP 384 (remove_files) COMPLETE |
5482 | 2024-12-06T20:36:53.334Z | [ recovery-image] Dec 06 20:36:52.669 INFO O| Dec 06 20:36:52.669 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-12-06T20:36:53.342Z | [ recovery-image] Dec 06 20:36:52.678 INFO O| Dec 06 20:36:52.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5484 | 2024-12-06T20:36:53.342Z | [ recovery-image] Dec 06 20:36:52.678 INFO O| Dec 06 20:36:52.678 INFO STEP 385 (remove_files) COMPLETE |
5485 | 2024-12-06T20:36:53.344Z | [ recovery-image] Dec 06 20:36:52.678 INFO O| Dec 06 20:36:52.678 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-12-06T20:36:53.351Z | [ recovery-image] Dec 06 20:36:52.687 INFO O| Dec 06 20:36:52.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5487 | 2024-12-06T20:36:53.351Z | [ recovery-image] Dec 06 20:36:52.687 INFO O| Dec 06 20:36:52.687 INFO STEP 386 (remove_files) COMPLETE |
5488 | 2024-12-06T20:36:53.354Z | [ recovery-image] Dec 06 20:36:52.687 INFO O| Dec 06 20:36:52.687 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-12-06T20:36:53.361Z | [ recovery-image] Dec 06 20:36:52.697 INFO O| Dec 06 20:36:52.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5490 | 2024-12-06T20:36:53.361Z | [ recovery-image] Dec 06 20:36:52.697 INFO O| Dec 06 20:36:52.697 INFO STEP 387 (remove_files) COMPLETE |
5491 | 2024-12-06T20:36:53.363Z | [ recovery-image] Dec 06 20:36:52.697 INFO O| Dec 06 20:36:52.697 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-12-06T20:36:53.370Z | [ recovery-image] Dec 06 20:36:52.706 INFO O| Dec 06 20:36:52.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5493 | 2024-12-06T20:36:53.372Z | [ recovery-image] Dec 06 20:36:52.706 INFO O| Dec 06 20:36:52.706 INFO STEP 388 (remove_files) COMPLETE |
5494 | 2024-12-06T20:36:53.372Z | [ recovery-image] Dec 06 20:36:52.706 INFO O| Dec 06 20:36:52.706 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-12-06T20:36:53.379Z | [ recovery-image] Dec 06 20:36:52.715 INFO O| Dec 06 20:36:52.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5496 | 2024-12-06T20:36:53.382Z | [ recovery-image] Dec 06 20:36:52.715 INFO O| Dec 06 20:36:52.715 INFO STEP 389 (remove_files) COMPLETE |
5497 | 2024-12-06T20:36:53.382Z | [ recovery-image] Dec 06 20:36:52.716 INFO O| Dec 06 20:36:52.715 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-12-06T20:36:53.389Z | [ recovery-image] Dec 06 20:36:52.725 INFO O| Dec 06 20:36:52.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5499 | 2024-12-06T20:36:53.389Z | [ recovery-image] Dec 06 20:36:52.725 INFO O| Dec 06 20:36:52.725 INFO STEP 390 (remove_files) COMPLETE |
5500 | 2024-12-06T20:36:53.389Z | [ recovery-image] Dec 06 20:36:52.725 INFO O| Dec 06 20:36:52.725 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-12-06T20:36:53.398Z | [ recovery-image] Dec 06 20:36:52.734 INFO O| Dec 06 20:36:52.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5502 | 2024-12-06T20:36:53.398Z | [ recovery-image] Dec 06 20:36:52.734 INFO O| Dec 06 20:36:52.734 INFO STEP 391 (remove_files) COMPLETE |
5503 | 2024-12-06T20:36:53.398Z | [ recovery-image] Dec 06 20:36:52.734 INFO O| Dec 06 20:36:52.734 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-12-06T20:36:53.407Z | [ recovery-image] Dec 06 20:36:52.743 INFO O| Dec 06 20:36:52.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5505 | 2024-12-06T20:36:53.407Z | [ recovery-image] Dec 06 20:36:52.743 INFO O| Dec 06 20:36:52.743 INFO STEP 392 (remove_files) COMPLETE |
5506 | 2024-12-06T20:36:53.407Z | [ recovery-image] Dec 06 20:36:52.743 INFO O| Dec 06 20:36:52.743 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-12-06T20:36:53.417Z | [ recovery-image] Dec 06 20:36:52.752 INFO O| Dec 06 20:36:52.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5508 | 2024-12-06T20:36:53.419Z | [ recovery-image] Dec 06 20:36:52.752 INFO O| Dec 06 20:36:52.752 INFO STEP 393 (remove_files) COMPLETE |
5509 | 2024-12-06T20:36:53.419Z | [ recovery-image] Dec 06 20:36:52.752 INFO O| Dec 06 20:36:52.752 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-12-06T20:36:53.426Z | [ recovery-image] Dec 06 20:36:52.762 INFO O| Dec 06 20:36:52.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5511 | 2024-12-06T20:36:53.426Z | [ recovery-image] Dec 06 20:36:52.762 INFO O| Dec 06 20:36:52.762 INFO STEP 394 (remove_files) COMPLETE |
5512 | 2024-12-06T20:36:53.426Z | [ recovery-image] Dec 06 20:36:52.762 INFO O| Dec 06 20:36:52.762 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-12-06T20:36:53.435Z | [ recovery-image] Dec 06 20:36:52.771 INFO O| Dec 06 20:36:52.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5514 | 2024-12-06T20:36:53.435Z | [ recovery-image] Dec 06 20:36:52.771 INFO O| Dec 06 20:36:52.771 INFO STEP 395 (remove_files) COMPLETE |
5515 | 2024-12-06T20:36:53.435Z | [ recovery-image] Dec 06 20:36:52.771 INFO O| Dec 06 20:36:52.771 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-12-06T20:36:53.444Z | [ recovery-image] Dec 06 20:36:52.780 INFO O| Dec 06 20:36:52.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5517 | 2024-12-06T20:36:53.444Z | [ recovery-image] Dec 06 20:36:52.780 INFO O| Dec 06 20:36:52.780 INFO STEP 396 (remove_files) COMPLETE |
5518 | 2024-12-06T20:36:53.444Z | [ recovery-image] Dec 06 20:36:52.780 INFO O| Dec 06 20:36:52.780 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-12-06T20:36:53.453Z | [ recovery-image] Dec 06 20:36:52.789 INFO O| Dec 06 20:36:52.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5520 | 2024-12-06T20:36:53.453Z | [ recovery-image] Dec 06 20:36:52.789 INFO O| Dec 06 20:36:52.789 INFO STEP 397 (remove_files) COMPLETE |
5521 | 2024-12-06T20:36:53.453Z | [ recovery-image] Dec 06 20:36:52.789 INFO O| Dec 06 20:36:52.789 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-12-06T20:36:53.463Z | [ recovery-image] Dec 06 20:36:52.799 INFO O| Dec 06 20:36:52.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5523 | 2024-12-06T20:36:53.463Z | [ recovery-image] Dec 06 20:36:52.799 INFO O| Dec 06 20:36:52.799 INFO STEP 398 (remove_files) COMPLETE |
5524 | 2024-12-06T20:36:53.463Z | [ recovery-image] Dec 06 20:36:52.799 INFO O| Dec 06 20:36:52.799 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-12-06T20:36:53.472Z | [ recovery-image] Dec 06 20:36:52.808 INFO O| Dec 06 20:36:52.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5526 | 2024-12-06T20:36:53.476Z | [ recovery-image] Dec 06 20:36:52.809 INFO O| Dec 06 20:36:52.809 INFO STEP 399 (remove_files) COMPLETE |
5527 | 2024-12-06T20:36:53.476Z | [ recovery-image] Dec 06 20:36:52.809 INFO O| Dec 06 20:36:52.809 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-12-06T20:36:53.482Z | [ recovery-image] Dec 06 20:36:52.818 INFO O| Dec 06 20:36:52.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5529 | 2024-12-06T20:36:53.482Z | [ recovery-image] Dec 06 20:36:52.818 INFO O| Dec 06 20:36:52.818 INFO STEP 400 (remove_files) COMPLETE |
5530 | 2024-12-06T20:36:53.482Z | [ recovery-image] Dec 06 20:36:52.818 INFO O| Dec 06 20:36:52.818 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-12-06T20:36:53.492Z | [ recovery-image] Dec 06 20:36:52.827 INFO O| Dec 06 20:36:52.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5532 | 2024-12-06T20:36:53.494Z | [ recovery-image] Dec 06 20:36:52.827 INFO O| Dec 06 20:36:52.827 INFO STEP 401 (remove_files) COMPLETE |
5533 | 2024-12-06T20:36:53.494Z | [ recovery-image] Dec 06 20:36:52.827 INFO O| Dec 06 20:36:52.827 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-12-06T20:36:53.501Z | [ recovery-image] Dec 06 20:36:52.837 INFO O| Dec 06 20:36:52.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5535 | 2024-12-06T20:36:53.501Z | [ recovery-image] Dec 06 20:36:52.837 INFO O| Dec 06 20:36:52.837 INFO STEP 402 (remove_files) COMPLETE |
5536 | 2024-12-06T20:36:53.501Z | [ recovery-image] Dec 06 20:36:52.837 INFO O| Dec 06 20:36:52.837 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-06T20:36:53.510Z | [ recovery-image] Dec 06 20:36:52.846 INFO O| Dec 06 20:36:52.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5538 | 2024-12-06T20:36:53.510Z | [ recovery-image] Dec 06 20:36:52.846 INFO O| Dec 06 20:36:52.846 INFO STEP 403 (remove_files) COMPLETE |
5539 | 2024-12-06T20:36:53.510Z | [ recovery-image] Dec 06 20:36:52.846 INFO O| Dec 06 20:36:52.846 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-12-06T20:36:53.519Z | [ recovery-image] Dec 06 20:36:52.855 INFO O| Dec 06 20:36:52.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5541 | 2024-12-06T20:36:53.519Z | [ recovery-image] Dec 06 20:36:52.855 INFO O| Dec 06 20:36:52.855 INFO STEP 404 (remove_files) COMPLETE |
5542 | 2024-12-06T20:36:53.522Z | [ recovery-image] Dec 06 20:36:52.855 INFO O| Dec 06 20:36:52.855 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-12-06T20:36:53.529Z | [ recovery-image] Dec 06 20:36:52.865 INFO O| Dec 06 20:36:52.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5544 | 2024-12-06T20:36:53.529Z | [ recovery-image] Dec 06 20:36:52.865 INFO O| Dec 06 20:36:52.865 INFO STEP 405 (remove_files) COMPLETE |
5545 | 2024-12-06T20:36:53.529Z | [ recovery-image] Dec 06 20:36:52.865 INFO O| Dec 06 20:36:52.865 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-12-06T20:36:53.538Z | [ recovery-image] Dec 06 20:36:52.874 INFO O| Dec 06 20:36:52.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5547 | 2024-12-06T20:36:53.538Z | [ recovery-image] Dec 06 20:36:52.874 INFO O| Dec 06 20:36:52.874 INFO STEP 406 (remove_files) COMPLETE |
5548 | 2024-12-06T20:36:53.541Z | [ recovery-image] Dec 06 20:36:52.874 INFO O| Dec 06 20:36:52.874 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-12-06T20:36:53.548Z | [ recovery-image] Dec 06 20:36:52.884 INFO O| Dec 06 20:36:52.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5550 | 2024-12-06T20:36:53.550Z | [ recovery-image] Dec 06 20:36:52.884 INFO O| Dec 06 20:36:52.884 INFO STEP 407 (remove_files) COMPLETE |
5551 | 2024-12-06T20:36:53.550Z | [ recovery-image] Dec 06 20:36:52.884 INFO O| Dec 06 20:36:52.884 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-12-06T20:36:53.557Z | [ recovery-image] Dec 06 20:36:52.893 INFO O| Dec 06 20:36:52.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5553 | 2024-12-06T20:36:53.559Z | [ recovery-image] Dec 06 20:36:52.894 INFO O| Dec 06 20:36:52.894 INFO STEP 408 (remove_files) COMPLETE |
5554 | 2024-12-06T20:36:53.559Z | [ recovery-image] Dec 06 20:36:52.894 INFO O| Dec 06 20:36:52.894 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-12-06T20:36:53.567Z | [ recovery-image] Dec 06 20:36:52.903 INFO O| Dec 06 20:36:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5556 | 2024-12-06T20:36:53.567Z | [ recovery-image] Dec 06 20:36:52.903 INFO O| Dec 06 20:36:52.903 INFO STEP 409 (remove_files) COMPLETE |
5557 | 2024-12-06T20:36:53.569Z | [ recovery-image] Dec 06 20:36:52.903 INFO O| Dec 06 20:36:52.903 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-12-06T20:36:53.576Z | [ recovery-image] Dec 06 20:36:52.912 INFO O| Dec 06 20:36:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5559 | 2024-12-06T20:36:53.578Z | [ recovery-image] Dec 06 20:36:52.912 INFO O| Dec 06 20:36:52.912 INFO STEP 410 (remove_files) COMPLETE |
5560 | 2024-12-06T20:36:53.578Z | [ recovery-image] Dec 06 20:36:52.912 INFO O| Dec 06 20:36:52.912 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-12-06T20:36:53.586Z | [ recovery-image] Dec 06 20:36:52.922 INFO O| Dec 06 20:36:52.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5562 | 2024-12-06T20:36:53.586Z | [ recovery-image] Dec 06 20:36:52.922 INFO O| Dec 06 20:36:52.922 INFO STEP 411 (remove_files) COMPLETE |
5563 | 2024-12-06T20:36:53.588Z | [ recovery-image] Dec 06 20:36:52.922 INFO O| Dec 06 20:36:52.922 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-12-06T20:36:53.595Z | [ recovery-image] Dec 06 20:36:52.931 INFO O| Dec 06 20:36:52.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5565 | 2024-12-06T20:36:53.595Z | [ recovery-image] Dec 06 20:36:52.931 INFO O| Dec 06 20:36:52.931 INFO STEP 412 (remove_files) COMPLETE |
5566 | 2024-12-06T20:36:53.597Z | [ recovery-image] Dec 06 20:36:52.931 INFO O| Dec 06 20:36:52.931 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-12-06T20:36:53.606Z | [ recovery-image] Dec 06 20:36:52.940 INFO O| Dec 06 20:36:52.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5568 | 2024-12-06T20:36:53.609Z | [ recovery-image] Dec 06 20:36:52.940 INFO O| Dec 06 20:36:52.940 INFO STEP 413 (remove_files) COMPLETE |
5569 | 2024-12-06T20:36:53.609Z | [ recovery-image] Dec 06 20:36:52.940 INFO O| Dec 06 20:36:52.940 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-12-06T20:36:53.614Z | [ recovery-image] Dec 06 20:36:52.950 INFO O| Dec 06 20:36:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5571 | 2024-12-06T20:36:53.616Z | [ recovery-image] Dec 06 20:36:52.950 INFO O| Dec 06 20:36:52.950 INFO STEP 414 (remove_files) COMPLETE |
5572 | 2024-12-06T20:36:53.616Z | [ recovery-image] Dec 06 20:36:52.950 INFO O| Dec 06 20:36:52.950 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-12-06T20:36:53.623Z | [ recovery-image] Dec 06 20:36:52.959 INFO O| Dec 06 20:36:52.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5574 | 2024-12-06T20:36:53.623Z | [ recovery-image] Dec 06 20:36:52.959 INFO O| Dec 06 20:36:52.959 INFO STEP 415 (remove_files) COMPLETE |
5575 | 2024-12-06T20:36:53.623Z | [ recovery-image] Dec 06 20:36:52.959 INFO O| Dec 06 20:36:52.959 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-12-06T20:36:53.632Z | [ recovery-image] Dec 06 20:36:52.968 INFO O| Dec 06 20:36:52.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5577 | 2024-12-06T20:36:53.635Z | [ recovery-image] Dec 06 20:36:52.968 INFO O| Dec 06 20:36:52.968 INFO STEP 416 (remove_files) COMPLETE |
5578 | 2024-12-06T20:36:53.635Z | [ recovery-image] Dec 06 20:36:52.968 INFO O| Dec 06 20:36:52.968 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-12-06T20:36:53.641Z | [ recovery-image] Dec 06 20:36:52.977 INFO O| Dec 06 20:36:52.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5580 | 2024-12-06T20:36:53.644Z | [ recovery-image] Dec 06 20:36:52.977 INFO O| Dec 06 20:36:52.977 INFO STEP 417 (remove_files) COMPLETE |
5581 | 2024-12-06T20:36:53.644Z | [ recovery-image] Dec 06 20:36:52.977 INFO O| Dec 06 20:36:52.977 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-12-06T20:36:53.651Z | [ recovery-image] Dec 06 20:36:52.987 INFO O| Dec 06 20:36:52.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5583 | 2024-12-06T20:36:53.653Z | [ recovery-image] Dec 06 20:36:52.987 INFO O| Dec 06 20:36:52.987 INFO STEP 418 (remove_files) COMPLETE |
5584 | 2024-12-06T20:36:53.653Z | [ recovery-image] Dec 06 20:36:52.987 INFO O| Dec 06 20:36:52.987 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-12-06T20:36:53.660Z | [ recovery-image] Dec 06 20:36:52.996 INFO O| Dec 06 20:36:52.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5586 | 2024-12-06T20:36:53.660Z | [ recovery-image] Dec 06 20:36:52.996 INFO O| Dec 06 20:36:52.996 INFO STEP 419 (remove_files) COMPLETE |
5587 | 2024-12-06T20:36:53.663Z | [ recovery-image] Dec 06 20:36:52.996 INFO O| Dec 06 20:36:52.996 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-12-06T20:36:53.670Z | [ recovery-image] Dec 06 20:36:53.006 INFO O| Dec 06 20:36:53.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5589 | 2024-12-06T20:36:53.670Z | [ recovery-image] Dec 06 20:36:53.006 INFO O| Dec 06 20:36:53.006 INFO STEP 420 (remove_files) COMPLETE |
5590 | 2024-12-06T20:36:53.672Z | [ recovery-image] Dec 06 20:36:53.006 INFO O| Dec 06 20:36:53.006 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-12-06T20:36:53.680Z | [ recovery-image] Dec 06 20:36:53.016 INFO O| Dec 06 20:36:53.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5592 | 2024-12-06T20:36:53.682Z | [ recovery-image] Dec 06 20:36:53.016 INFO O| Dec 06 20:36:53.016 INFO STEP 421 (remove_files) COMPLETE |
5593 | 2024-12-06T20:36:53.682Z | [ recovery-image] Dec 06 20:36:53.016 INFO O| Dec 06 20:36:53.016 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-12-06T20:36:53.689Z | [ recovery-image] Dec 06 20:36:53.025 INFO O| Dec 06 20:36:53.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5595 | 2024-12-06T20:36:53.689Z | [ recovery-image] Dec 06 20:36:53.025 INFO O| Dec 06 20:36:53.025 INFO STEP 422 (remove_files) COMPLETE |
5596 | 2024-12-06T20:36:53.689Z | [ recovery-image] Dec 06 20:36:53.025 INFO O| Dec 06 20:36:53.025 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-12-06T20:36:53.698Z | [ recovery-image] Dec 06 20:36:53.034 INFO O| Dec 06 20:36:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5598 | 2024-12-06T20:36:53.700Z | [ recovery-image] Dec 06 20:36:53.034 INFO O| Dec 06 20:36:53.034 INFO STEP 423 (remove_files) COMPLETE |
5599 | 2024-12-06T20:36:53.700Z | [ recovery-image] Dec 06 20:36:53.034 INFO O| Dec 06 20:36:53.034 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-12-06T20:36:53.708Z | [ recovery-image] Dec 06 20:36:53.043 INFO O| Dec 06 20:36:53.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5601 | 2024-12-06T20:36:53.708Z | [ recovery-image] Dec 06 20:36:53.043 INFO O| Dec 06 20:36:53.043 INFO STEP 424 (remove_files) COMPLETE |
5602 | 2024-12-06T20:36:53.711Z | [ recovery-image] Dec 06 20:36:53.043 INFO O| Dec 06 20:36:53.043 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-12-06T20:36:53.717Z | [ recovery-image] Dec 06 20:36:53.053 INFO O| Dec 06 20:36:53.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5604 | 2024-12-06T20:36:53.717Z | [ recovery-image] Dec 06 20:36:53.053 INFO O| Dec 06 20:36:53.053 INFO STEP 425 (remove_files) COMPLETE |
5605 | 2024-12-06T20:36:53.719Z | [ recovery-image] Dec 06 20:36:53.053 INFO O| Dec 06 20:36:53.053 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-12-06T20:36:53.726Z | [ recovery-image] Dec 06 20:36:53.062 INFO O| Dec 06 20:36:53.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5607 | 2024-12-06T20:36:53.726Z | [ recovery-image] Dec 06 20:36:53.062 INFO O| Dec 06 20:36:53.062 INFO STEP 426 (remove_files) COMPLETE |
5608 | 2024-12-06T20:36:53.726Z | [ recovery-image] Dec 06 20:36:53.062 INFO O| Dec 06 20:36:53.062 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-12-06T20:36:53.735Z | [ recovery-image] Dec 06 20:36:53.071 INFO O| Dec 06 20:36:53.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5610 | 2024-12-06T20:36:53.735Z | [ recovery-image] Dec 06 20:36:53.071 INFO O| Dec 06 20:36:53.071 INFO STEP 427 (remove_files) COMPLETE |
5611 | 2024-12-06T20:36:53.738Z | [ recovery-image] Dec 06 20:36:53.071 INFO O| Dec 06 20:36:53.071 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-12-06T20:36:53.744Z | [ recovery-image] Dec 06 20:36:53.080 INFO O| Dec 06 20:36:53.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5613 | 2024-12-06T20:36:53.752Z | [ recovery-image] Dec 06 20:36:53.081 INFO O| Dec 06 20:36:53.081 INFO STEP 428 (remove_files) COMPLETE |
5614 | 2024-12-06T20:36:53.752Z | [ recovery-image] Dec 06 20:36:53.081 INFO O| Dec 06 20:36:53.081 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-12-06T20:36:53.766Z | [ recovery-image] Dec 06 20:36:53.090 INFO O| Dec 06 20:36:53.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5616 | 2024-12-06T20:36:53.766Z | [ recovery-image] Dec 06 20:36:53.090 INFO O| Dec 06 20:36:53.090 INFO STEP 429 (remove_files) COMPLETE |
5617 | 2024-12-06T20:36:53.766Z | [ recovery-image] Dec 06 20:36:53.090 INFO O| Dec 06 20:36:53.090 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-12-06T20:36:53.770Z | [ recovery-image] Dec 06 20:36:53.099 INFO O| Dec 06 20:36:53.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5619 | 2024-12-06T20:36:53.770Z | [ recovery-image] Dec 06 20:36:53.099 INFO O| Dec 06 20:36:53.099 INFO STEP 430 (remove_files) COMPLETE |
5620 | 2024-12-06T20:36:53.770Z | [ recovery-image] Dec 06 20:36:53.099 INFO O| Dec 06 20:36:53.099 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-12-06T20:36:53.772Z | [ recovery-image] Dec 06 20:36:53.108 INFO O| Dec 06 20:36:53.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5622 | 2024-12-06T20:36:53.773Z | [ recovery-image] Dec 06 20:36:53.108 INFO O| Dec 06 20:36:53.108 INFO STEP 431 (remove_files) COMPLETE |
5623 | 2024-12-06T20:36:53.773Z | [ recovery-image] Dec 06 20:36:53.108 INFO O| Dec 06 20:36:53.108 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-12-06T20:36:53.787Z | [ recovery-image] Dec 06 20:36:53.118 INFO O| Dec 06 20:36:53.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5625 | 2024-12-06T20:36:53.788Z | [ recovery-image] Dec 06 20:36:53.118 INFO O| Dec 06 20:36:53.118 INFO STEP 432 (remove_files) COMPLETE |
5626 | 2024-12-06T20:36:53.788Z | [ recovery-image] Dec 06 20:36:53.118 INFO O| Dec 06 20:36:53.118 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-12-06T20:36:53.794Z | [ recovery-image] Dec 06 20:36:53.127 INFO O| Dec 06 20:36:53.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5628 | 2024-12-06T20:36:53.794Z | [ recovery-image] Dec 06 20:36:53.127 INFO O| Dec 06 20:36:53.127 INFO STEP 433 (remove_files) COMPLETE |
5629 | 2024-12-06T20:36:53.794Z | [ recovery-image] Dec 06 20:36:53.127 INFO O| Dec 06 20:36:53.127 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5630 | 2024-12-06T20:36:53.800Z | [ recovery-image] Dec 06 20:36:53.136 INFO O| Dec 06 20:36:53.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5631 | 2024-12-06T20:36:53.800Z | [ recovery-image] Dec 06 20:36:53.136 INFO O| Dec 06 20:36:53.136 INFO STEP 434 (remove_files) COMPLETE |
5632 | 2024-12-06T20:36:53.800Z | [ recovery-image] Dec 06 20:36:53.136 INFO O| Dec 06 20:36:53.136 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5633 | 2024-12-06T20:36:53.809Z | [ recovery-image] Dec 06 20:36:53.145 INFO O| Dec 06 20:36:53.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5634 | 2024-12-06T20:36:53.809Z | [ recovery-image] Dec 06 20:36:53.145 INFO O| Dec 06 20:36:53.145 INFO STEP 435 (remove_files) COMPLETE |
5635 | 2024-12-06T20:36:53.813Z | [ recovery-image] Dec 06 20:36:53.145 INFO O| Dec 06 20:36:53.145 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5636 | 2024-12-06T20:36:53.818Z | [ recovery-image] Dec 06 20:36:53.154 INFO O| Dec 06 20:36:53.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5637 | 2024-12-06T20:36:53.819Z | [ recovery-image] Dec 06 20:36:53.154 INFO O| Dec 06 20:36:53.154 INFO STEP 436 (remove_files) COMPLETE |
5638 | 2024-12-06T20:36:53.819Z | [ recovery-image] Dec 06 20:36:53.154 INFO O| Dec 06 20:36:53.154 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5639 | 2024-12-06T20:36:53.828Z | [ recovery-image] Dec 06 20:36:53.164 INFO O| Dec 06 20:36:53.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5640 | 2024-12-06T20:36:53.828Z | [ recovery-image] Dec 06 20:36:53.164 INFO O| Dec 06 20:36:53.164 INFO STEP 437 (remove_files) COMPLETE |
5641 | 2024-12-06T20:36:53.830Z | [ recovery-image] Dec 06 20:36:53.164 INFO O| Dec 06 20:36:53.164 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5642 | 2024-12-06T20:36:53.837Z | [ recovery-image] Dec 06 20:36:53.173 INFO O| Dec 06 20:36:53.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5643 | 2024-12-06T20:36:53.837Z | [ recovery-image] Dec 06 20:36:53.173 INFO O| Dec 06 20:36:53.173 INFO STEP 438 (remove_files) COMPLETE |
5644 | 2024-12-06T20:36:53.837Z | [ recovery-image] Dec 06 20:36:53.173 INFO O| Dec 06 20:36:53.173 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5645 | 2024-12-06T20:36:53.846Z | [ recovery-image] Dec 06 20:36:53.182 INFO O| Dec 06 20:36:53.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5646 | 2024-12-06T20:36:53.846Z | [ recovery-image] Dec 06 20:36:53.182 INFO O| Dec 06 20:36:53.182 INFO STEP 439 (remove_files) COMPLETE |
5647 | 2024-12-06T20:36:53.846Z | [ recovery-image] Dec 06 20:36:53.182 INFO O| Dec 06 20:36:53.182 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5648 | 2024-12-06T20:36:53.855Z | [ recovery-image] Dec 06 20:36:53.191 INFO O| Dec 06 20:36:53.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5649 | 2024-12-06T20:36:53.855Z | [ recovery-image] Dec 06 20:36:53.191 INFO O| Dec 06 20:36:53.191 INFO STEP 440 (remove_files) COMPLETE |
5650 | 2024-12-06T20:36:53.855Z | [ recovery-image] Dec 06 20:36:53.191 INFO O| Dec 06 20:36:53.191 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5651 | 2024-12-06T20:36:53.865Z | [ recovery-image] Dec 06 20:36:53.200 INFO O| Dec 06 20:36:53.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5652 | 2024-12-06T20:36:53.865Z | [ recovery-image] Dec 06 20:36:53.201 INFO O| Dec 06 20:36:53.201 INFO STEP 441 (remove_files) COMPLETE |
5653 | 2024-12-06T20:36:53.865Z | [ recovery-image] Dec 06 20:36:53.201 INFO O| Dec 06 20:36:53.201 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5654 | 2024-12-06T20:36:53.874Z | [ recovery-image] Dec 06 20:36:53.210 INFO O| Dec 06 20:36:53.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5655 | 2024-12-06T20:36:53.874Z | [ recovery-image] Dec 06 20:36:53.210 INFO O| Dec 06 20:36:53.210 INFO STEP 442 (remove_files) COMPLETE |
5656 | 2024-12-06T20:36:53.876Z | [ recovery-image] Dec 06 20:36:53.210 INFO O| Dec 06 20:36:53.210 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5657 | 2024-12-06T20:36:53.883Z | [ recovery-image] Dec 06 20:36:53.219 INFO O| Dec 06 20:36:53.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5658 | 2024-12-06T20:36:53.883Z | [ recovery-image] Dec 06 20:36:53.219 INFO O| Dec 06 20:36:53.219 INFO STEP 443 (remove_files) COMPLETE |
5659 | 2024-12-06T20:36:53.883Z | [ recovery-image] Dec 06 20:36:53.219 INFO O| Dec 06 20:36:53.219 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5660 | 2024-12-06T20:36:53.892Z | [ recovery-image] Dec 06 20:36:53.228 INFO O| Dec 06 20:36:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5661 | 2024-12-06T20:36:53.894Z | [ recovery-image] Dec 06 20:36:53.228 INFO O| Dec 06 20:36:53.228 INFO STEP 444 (remove_files) COMPLETE |
5662 | 2024-12-06T20:36:53.894Z | [ recovery-image] Dec 06 20:36:53.228 INFO O| Dec 06 20:36:53.228 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5663 | 2024-12-06T20:36:53.902Z | [ recovery-image] Dec 06 20:36:53.237 INFO O| Dec 06 20:36:53.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5664 | 2024-12-06T20:36:53.902Z | [ recovery-image] Dec 06 20:36:53.238 INFO O| Dec 06 20:36:53.238 INFO STEP 445 (remove_files) COMPLETE |
5665 | 2024-12-06T20:36:53.902Z | [ recovery-image] Dec 06 20:36:53.238 INFO O| Dec 06 20:36:53.238 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5666 | 2024-12-06T20:36:53.911Z | [ recovery-image] Dec 06 20:36:53.247 INFO O| Dec 06 20:36:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5667 | 2024-12-06T20:36:53.911Z | [ recovery-image] Dec 06 20:36:53.247 INFO O| Dec 06 20:36:53.247 INFO STEP 446 (remove_files) COMPLETE |
5668 | 2024-12-06T20:36:53.913Z | [ recovery-image] Dec 06 20:36:53.247 INFO O| Dec 06 20:36:53.247 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5669 | 2024-12-06T20:36:53.920Z | [ recovery-image] Dec 06 20:36:53.256 INFO O| Dec 06 20:36:53.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5670 | 2024-12-06T20:36:53.923Z | [ recovery-image] Dec 06 20:36:53.256 INFO O| Dec 06 20:36:53.256 INFO STEP 447 (remove_files) COMPLETE |
5671 | 2024-12-06T20:36:53.923Z | [ recovery-image] Dec 06 20:36:53.256 INFO O| Dec 06 20:36:53.256 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5672 | 2024-12-06T20:36:53.930Z | [ recovery-image] Dec 06 20:36:53.265 INFO O| Dec 06 20:36:53.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5673 | 2024-12-06T20:36:53.930Z | [ recovery-image] Dec 06 20:36:53.266 INFO O| Dec 06 20:36:53.266 INFO STEP 448 (remove_files) COMPLETE |
5674 | 2024-12-06T20:36:53.932Z | [ recovery-image] Dec 06 20:36:53.266 INFO O| Dec 06 20:36:53.266 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5675 | 2024-12-06T20:36:53.939Z | [ recovery-image] Dec 06 20:36:53.275 INFO O| Dec 06 20:36:53.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5676 | 2024-12-06T20:36:53.941Z | [ recovery-image] Dec 06 20:36:53.275 INFO O| Dec 06 20:36:53.275 INFO STEP 449 (remove_files) COMPLETE |
5677 | 2024-12-06T20:36:53.941Z | [ recovery-image] Dec 06 20:36:53.275 INFO O| Dec 06 20:36:53.275 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5678 | 2024-12-06T20:36:53.948Z | [ recovery-image] Dec 06 20:36:53.284 INFO O| Dec 06 20:36:53.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5679 | 2024-12-06T20:36:53.948Z | [ recovery-image] Dec 06 20:36:53.284 INFO O| Dec 06 20:36:53.284 INFO STEP 450 (remove_files) COMPLETE |
5680 | 2024-12-06T20:36:53.950Z | [ recovery-image] Dec 06 20:36:53.284 INFO O| Dec 06 20:36:53.284 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5681 | 2024-12-06T20:36:53.957Z | [ recovery-image] Dec 06 20:36:53.293 INFO O| Dec 06 20:36:53.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5682 | 2024-12-06T20:36:53.958Z | [ recovery-image] Dec 06 20:36:53.293 INFO O| Dec 06 20:36:53.293 INFO STEP 451 (remove_files) COMPLETE |
5683 | 2024-12-06T20:36:53.958Z | [ recovery-image] Dec 06 20:36:53.293 INFO O| Dec 06 20:36:53.293 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5684 | 2024-12-06T20:36:53.966Z | [ recovery-image] Dec 06 20:36:53.302 INFO O| Dec 06 20:36:53.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5685 | 2024-12-06T20:36:53.966Z | [ recovery-image] Dec 06 20:36:53.302 INFO O| Dec 06 20:36:53.302 INFO STEP 452 (remove_files) COMPLETE |
5686 | 2024-12-06T20:36:53.966Z | [ recovery-image] Dec 06 20:36:53.302 INFO O| Dec 06 20:36:53.302 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5687 | 2024-12-06T20:36:53.976Z | [ recovery-image] Dec 06 20:36:53.311 INFO O| Dec 06 20:36:53.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5688 | 2024-12-06T20:36:53.979Z | [ recovery-image] Dec 06 20:36:53.311 INFO O| Dec 06 20:36:53.311 INFO STEP 453 (remove_files) COMPLETE |
5689 | 2024-12-06T20:36:53.979Z | [ recovery-image] Dec 06 20:36:53.311 INFO O| Dec 06 20:36:53.311 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5690 | 2024-12-06T20:36:53.986Z | [ recovery-image] Dec 06 20:36:53.321 INFO O| Dec 06 20:36:53.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5691 | 2024-12-06T20:36:53.986Z | [ recovery-image] Dec 06 20:36:53.321 INFO O| Dec 06 20:36:53.321 INFO STEP 454 (remove_files) COMPLETE |
5692 | 2024-12-06T20:36:53.988Z | [ recovery-image] Dec 06 20:36:53.321 INFO O| Dec 06 20:36:53.321 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5693 | 2024-12-06T20:36:53.994Z | [ recovery-image] Dec 06 20:36:53.330 INFO O| Dec 06 20:36:53.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5694 | 2024-12-06T20:36:53.996Z | [ recovery-image] Dec 06 20:36:53.330 INFO O| Dec 06 20:36:53.330 INFO STEP 455 (remove_files) COMPLETE |
5695 | 2024-12-06T20:36:53.996Z | [ recovery-image] Dec 06 20:36:53.330 INFO O| Dec 06 20:36:53.330 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5696 | 2024-12-06T20:36:54.003Z | [ recovery-image] Dec 06 20:36:53.339 INFO O| Dec 06 20:36:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5697 | 2024-12-06T20:36:54.003Z | [ recovery-image] Dec 06 20:36:53.339 INFO O| Dec 06 20:36:53.339 INFO STEP 456 (remove_files) COMPLETE |
5698 | 2024-12-06T20:36:54.006Z | [ recovery-image] Dec 06 20:36:53.339 INFO O| Dec 06 20:36:53.339 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5699 | 2024-12-06T20:36:54.012Z | [ recovery-image] Dec 06 20:36:53.348 INFO O| Dec 06 20:36:53.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5700 | 2024-12-06T20:36:54.012Z | [ recovery-image] Dec 06 20:36:53.348 INFO O| Dec 06 20:36:53.348 INFO STEP 457 (remove_files) COMPLETE |
5701 | 2024-12-06T20:36:54.012Z | [ recovery-image] Dec 06 20:36:53.348 INFO O| Dec 06 20:36:53.348 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5702 | 2024-12-06T20:36:54.021Z | [ recovery-image] Dec 06 20:36:53.357 INFO O| Dec 06 20:36:53.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5703 | 2024-12-06T20:36:54.021Z | [ recovery-image] Dec 06 20:36:53.357 INFO O| Dec 06 20:36:53.357 INFO STEP 458 (remove_files) COMPLETE |
5704 | 2024-12-06T20:36:54.024Z | [ recovery-image] Dec 06 20:36:53.357 INFO O| Dec 06 20:36:53.357 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5705 | 2024-12-06T20:36:54.031Z | [ recovery-image] Dec 06 20:36:53.367 INFO O| Dec 06 20:36:53.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5706 | 2024-12-06T20:36:54.031Z | [ recovery-image] Dec 06 20:36:53.367 INFO O| Dec 06 20:36:53.367 INFO STEP 459 (remove_files) COMPLETE |
5707 | 2024-12-06T20:36:54.033Z | [ recovery-image] Dec 06 20:36:53.367 INFO O| Dec 06 20:36:53.367 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5708 | 2024-12-06T20:36:54.040Z | [ recovery-image] Dec 06 20:36:53.376 INFO O| Dec 06 20:36:53.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5709 | 2024-12-06T20:36:54.040Z | [ recovery-image] Dec 06 20:36:53.376 INFO O| Dec 06 20:36:53.376 INFO STEP 460 (remove_files) COMPLETE |
5710 | 2024-12-06T20:36:54.042Z | [ recovery-image] Dec 06 20:36:53.376 INFO O| Dec 06 20:36:53.376 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5711 | 2024-12-06T20:36:54.049Z | [ recovery-image] Dec 06 20:36:53.385 INFO O| Dec 06 20:36:53.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5712 | 2024-12-06T20:36:54.049Z | [ recovery-image] Dec 06 20:36:53.385 INFO O| Dec 06 20:36:53.385 INFO STEP 461 (remove_files) COMPLETE |
5713 | 2024-12-06T20:36:54.049Z | [ recovery-image] Dec 06 20:36:53.385 INFO O| Dec 06 20:36:53.385 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5714 | 2024-12-06T20:36:54.058Z | [ recovery-image] Dec 06 20:36:53.394 INFO O| Dec 06 20:36:53.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5715 | 2024-12-06T20:36:54.058Z | [ recovery-image] Dec 06 20:36:53.394 INFO O| Dec 06 20:36:53.394 INFO STEP 462 (remove_files) COMPLETE |
5716 | 2024-12-06T20:36:54.061Z | [ recovery-image] Dec 06 20:36:53.394 INFO O| Dec 06 20:36:53.394 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5717 | 2024-12-06T20:36:54.067Z | [ recovery-image] Dec 06 20:36:53.403 INFO O| Dec 06 20:36:53.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5718 | 2024-12-06T20:36:54.070Z | [ recovery-image] Dec 06 20:36:53.403 INFO O| Dec 06 20:36:53.403 INFO STEP 463 (remove_files) COMPLETE |
5719 | 2024-12-06T20:36:54.070Z | [ recovery-image] Dec 06 20:36:53.403 INFO O| Dec 06 20:36:53.403 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5720 | 2024-12-06T20:36:54.077Z | [ recovery-image] Dec 06 20:36:53.413 INFO O| Dec 06 20:36:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5721 | 2024-12-06T20:36:54.079Z | [ recovery-image] Dec 06 20:36:53.413 INFO O| Dec 06 20:36:53.413 INFO STEP 464 (remove_files) COMPLETE |
5722 | 2024-12-06T20:36:54.079Z | [ recovery-image] Dec 06 20:36:53.413 INFO O| Dec 06 20:36:53.413 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5723 | 2024-12-06T20:36:54.086Z | [ recovery-image] Dec 06 20:36:53.422 INFO O| Dec 06 20:36:53.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5724 | 2024-12-06T20:36:54.086Z | [ recovery-image] Dec 06 20:36:53.422 INFO O| Dec 06 20:36:53.422 INFO STEP 465 (remove_files) COMPLETE |
5725 | 2024-12-06T20:36:54.086Z | [ recovery-image] Dec 06 20:36:53.422 INFO O| Dec 06 20:36:53.422 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5726 | 2024-12-06T20:36:54.095Z | [ recovery-image] Dec 06 20:36:53.431 INFO O| Dec 06 20:36:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5727 | 2024-12-06T20:36:54.095Z | [ recovery-image] Dec 06 20:36:53.431 INFO O| Dec 06 20:36:53.431 INFO STEP 466 (remove_files) COMPLETE |
5728 | 2024-12-06T20:36:54.097Z | [ recovery-image] Dec 06 20:36:53.431 INFO O| Dec 06 20:36:53.431 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5729 | 2024-12-06T20:36:54.104Z | [ recovery-image] Dec 06 20:36:53.440 INFO O| Dec 06 20:36:53.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5730 | 2024-12-06T20:36:54.104Z | [ recovery-image] Dec 06 20:36:53.440 INFO O| Dec 06 20:36:53.440 INFO STEP 467 (remove_files) COMPLETE |
5731 | 2024-12-06T20:36:54.106Z | [ recovery-image] Dec 06 20:36:53.440 INFO O| Dec 06 20:36:53.440 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5732 | 2024-12-06T20:36:54.114Z | [ recovery-image] Dec 06 20:36:53.450 INFO O| Dec 06 20:36:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5733 | 2024-12-06T20:36:54.114Z | [ recovery-image] Dec 06 20:36:53.450 INFO O| Dec 06 20:36:53.450 INFO STEP 468 (remove_files) COMPLETE |
5734 | 2024-12-06T20:36:54.116Z | [ recovery-image] Dec 06 20:36:53.450 INFO O| Dec 06 20:36:53.450 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5735 | 2024-12-06T20:36:54.123Z | [ recovery-image] Dec 06 20:36:53.459 INFO O| Dec 06 20:36:53.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5736 | 2024-12-06T20:36:54.123Z | [ recovery-image] Dec 06 20:36:53.459 INFO O| Dec 06 20:36:53.459 INFO STEP 469 (remove_files) COMPLETE |
5737 | 2024-12-06T20:36:54.123Z | [ recovery-image] Dec 06 20:36:53.459 INFO O| Dec 06 20:36:53.459 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5738 | 2024-12-06T20:36:54.132Z | [ recovery-image] Dec 06 20:36:53.468 INFO O| Dec 06 20:36:53.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5739 | 2024-12-06T20:36:54.132Z | [ recovery-image] Dec 06 20:36:53.468 INFO O| Dec 06 20:36:53.468 INFO STEP 470 (remove_files) COMPLETE |
5740 | 2024-12-06T20:36:54.135Z | [ recovery-image] Dec 06 20:36:53.468 INFO O| Dec 06 20:36:53.468 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5741 | 2024-12-06T20:36:54.141Z | [ recovery-image] Dec 06 20:36:53.477 INFO O| Dec 06 20:36:53.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5742 | 2024-12-06T20:36:54.141Z | [ recovery-image] Dec 06 20:36:53.477 INFO O| Dec 06 20:36:53.477 INFO STEP 471 (remove_files) COMPLETE |
5743 | 2024-12-06T20:36:54.141Z | [ recovery-image] Dec 06 20:36:53.477 INFO O| Dec 06 20:36:53.477 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5744 | 2024-12-06T20:36:54.150Z | [ recovery-image] Dec 06 20:36:53.486 INFO O| Dec 06 20:36:53.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5745 | 2024-12-06T20:36:54.153Z | [ recovery-image] Dec 06 20:36:53.487 INFO O| Dec 06 20:36:53.487 INFO STEP 472 (remove_files) COMPLETE |
5746 | 2024-12-06T20:36:54.153Z | [ recovery-image] Dec 06 20:36:53.487 INFO O| Dec 06 20:36:53.487 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5747 | 2024-12-06T20:36:54.160Z | [ recovery-image] Dec 06 20:36:53.496 INFO O| Dec 06 20:36:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5748 | 2024-12-06T20:36:54.163Z | [ recovery-image] Dec 06 20:36:53.496 INFO O| Dec 06 20:36:53.496 INFO STEP 473 (remove_files) COMPLETE |
5749 | 2024-12-06T20:36:54.163Z | [ recovery-image] Dec 06 20:36:53.496 INFO O| Dec 06 20:36:53.496 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5750 | 2024-12-06T20:36:54.169Z | [ recovery-image] Dec 06 20:36:53.505 INFO O| Dec 06 20:36:53.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5751 | 2024-12-06T20:36:54.169Z | [ recovery-image] Dec 06 20:36:53.505 INFO O| Dec 06 20:36:53.505 INFO STEP 474 (remove_files) COMPLETE |
5752 | 2024-12-06T20:36:54.169Z | [ recovery-image] Dec 06 20:36:53.505 INFO O| Dec 06 20:36:53.505 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5753 | 2024-12-06T20:36:54.178Z | [ recovery-image] Dec 06 20:36:53.514 INFO O| Dec 06 20:36:53.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5754 | 2024-12-06T20:36:54.180Z | [ recovery-image] Dec 06 20:36:53.514 INFO O| Dec 06 20:36:53.514 INFO STEP 475 (remove_files) COMPLETE |
5755 | 2024-12-06T20:36:54.180Z | [ recovery-image] Dec 06 20:36:53.514 INFO O| Dec 06 20:36:53.514 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5756 | 2024-12-06T20:36:54.188Z | [ recovery-image] Dec 06 20:36:53.523 INFO O| Dec 06 20:36:53.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5757 | 2024-12-06T20:36:54.189Z | [ recovery-image] Dec 06 20:36:53.523 INFO O| Dec 06 20:36:53.523 INFO STEP 476 (remove_files) COMPLETE |
5758 | 2024-12-06T20:36:54.191Z | [ recovery-image] Dec 06 20:36:53.523 INFO O| Dec 06 20:36:53.523 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5759 | 2024-12-06T20:36:54.197Z | [ recovery-image] Dec 06 20:36:53.533 INFO O| Dec 06 20:36:53.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5760 | 2024-12-06T20:36:54.200Z | [ recovery-image] Dec 06 20:36:53.533 INFO O| Dec 06 20:36:53.533 INFO STEP 477 (remove_files) COMPLETE |
5761 | 2024-12-06T20:36:54.200Z | [ recovery-image] Dec 06 20:36:53.533 INFO O| Dec 06 20:36:53.533 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5762 | 2024-12-06T20:36:54.206Z | [ recovery-image] Dec 06 20:36:53.542 INFO O| Dec 06 20:36:53.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5763 | 2024-12-06T20:36:54.206Z | [ recovery-image] Dec 06 20:36:53.542 INFO O| Dec 06 20:36:53.542 INFO STEP 478 (remove_files) COMPLETE |
5764 | 2024-12-06T20:36:54.206Z | [ recovery-image] Dec 06 20:36:53.542 INFO O| Dec 06 20:36:53.542 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5765 | 2024-12-06T20:36:54.215Z | [ recovery-image] Dec 06 20:36:53.551 INFO O| Dec 06 20:36:53.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5766 | 2024-12-06T20:36:54.217Z | [ recovery-image] Dec 06 20:36:53.551 INFO O| Dec 06 20:36:53.551 INFO STEP 479 (remove_files) COMPLETE |
5767 | 2024-12-06T20:36:54.217Z | [ recovery-image] Dec 06 20:36:53.551 INFO O| Dec 06 20:36:53.551 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5768 | 2024-12-06T20:36:54.225Z | [ recovery-image] Dec 06 20:36:53.560 INFO O| Dec 06 20:36:53.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5769 | 2024-12-06T20:36:54.225Z | [ recovery-image] Dec 06 20:36:53.561 INFO O| Dec 06 20:36:53.561 INFO STEP 480 (remove_files) COMPLETE |
5770 | 2024-12-06T20:36:54.225Z | [ recovery-image] Dec 06 20:36:53.561 INFO O| Dec 06 20:36:53.561 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5771 | 2024-12-06T20:36:54.234Z | [ recovery-image] Dec 06 20:36:53.570 INFO O| Dec 06 20:36:53.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5772 | 2024-12-06T20:36:54.234Z | [ recovery-image] Dec 06 20:36:53.570 INFO O| Dec 06 20:36:53.570 INFO STEP 481 (remove_files) COMPLETE |
5773 | 2024-12-06T20:36:54.234Z | [ recovery-image] Dec 06 20:36:53.570 INFO O| Dec 06 20:36:53.570 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5774 | 2024-12-06T20:36:54.243Z | [ recovery-image] Dec 06 20:36:53.579 INFO O| Dec 06 20:36:53.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5775 | 2024-12-06T20:36:54.245Z | [ recovery-image] Dec 06 20:36:53.579 INFO O| Dec 06 20:36:53.579 INFO STEP 482 (remove_files) COMPLETE |
5776 | 2024-12-06T20:36:54.245Z | [ recovery-image] Dec 06 20:36:53.579 INFO O| Dec 06 20:36:53.579 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5777 | 2024-12-06T20:36:54.252Z | [ recovery-image] Dec 06 20:36:53.588 INFO O| Dec 06 20:36:53.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5778 | 2024-12-06T20:36:54.255Z | [ recovery-image] Dec 06 20:36:53.589 INFO O| Dec 06 20:36:53.588 INFO STEP 483 (remove_files) COMPLETE |
5779 | 2024-12-06T20:36:54.255Z | [ recovery-image] Dec 06 20:36:53.589 INFO O| Dec 06 20:36:53.588 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5780 | 2024-12-06T20:36:54.262Z | [ recovery-image] Dec 06 20:36:53.598 INFO O| Dec 06 20:36:53.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5781 | 2024-12-06T20:36:54.264Z | [ recovery-image] Dec 06 20:36:53.598 INFO O| Dec 06 20:36:53.598 INFO STEP 484 (remove_files) COMPLETE |
5782 | 2024-12-06T20:36:54.264Z | [ recovery-image] Dec 06 20:36:53.598 INFO O| Dec 06 20:36:53.598 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5783 | 2024-12-06T20:36:54.272Z | [ recovery-image] Dec 06 20:36:53.607 INFO O| Dec 06 20:36:53.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5784 | 2024-12-06T20:36:54.274Z | [ recovery-image] Dec 06 20:36:53.608 INFO O| Dec 06 20:36:53.607 INFO STEP 485 (remove_files) COMPLETE |
5785 | 2024-12-06T20:36:54.274Z | [ recovery-image] Dec 06 20:36:53.608 INFO O| Dec 06 20:36:53.607 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5786 | 2024-12-06T20:36:54.281Z | [ recovery-image] Dec 06 20:36:53.617 INFO O| Dec 06 20:36:53.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5787 | 2024-12-06T20:36:54.283Z | [ recovery-image] Dec 06 20:36:53.617 INFO O| Dec 06 20:36:53.617 INFO STEP 486 (remove_files) COMPLETE |
5788 | 2024-12-06T20:36:54.283Z | [ recovery-image] Dec 06 20:36:53.617 INFO O| Dec 06 20:36:53.617 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5789 | 2024-12-06T20:36:54.290Z | [ recovery-image] Dec 06 20:36:53.626 INFO O| Dec 06 20:36:53.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5790 | 2024-12-06T20:36:54.290Z | [ recovery-image] Dec 06 20:36:53.626 INFO O| Dec 06 20:36:53.626 INFO STEP 487 (remove_files) COMPLETE |
5791 | 2024-12-06T20:36:54.290Z | [ recovery-image] Dec 06 20:36:53.626 INFO O| Dec 06 20:36:53.626 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5792 | 2024-12-06T20:36:54.299Z | [ recovery-image] Dec 06 20:36:53.635 INFO O| Dec 06 20:36:53.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5793 | 2024-12-06T20:36:54.299Z | [ recovery-image] Dec 06 20:36:53.635 INFO O| Dec 06 20:36:53.635 INFO STEP 488 (remove_files) COMPLETE |
5794 | 2024-12-06T20:36:54.299Z | [ recovery-image] Dec 06 20:36:53.635 INFO O| Dec 06 20:36:53.635 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5795 | 2024-12-06T20:36:54.309Z | [ recovery-image] Dec 06 20:36:53.645 INFO O| Dec 06 20:36:53.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5796 | 2024-12-06T20:36:54.312Z | [ recovery-image] Dec 06 20:36:53.645 INFO O| Dec 06 20:36:53.645 INFO STEP 489 (remove_files) COMPLETE |
5797 | 2024-12-06T20:36:54.312Z | [ recovery-image] Dec 06 20:36:53.645 INFO O| Dec 06 20:36:53.645 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5798 | 2024-12-06T20:36:54.318Z | [ recovery-image] Dec 06 20:36:53.654 INFO O| Dec 06 20:36:53.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5799 | 2024-12-06T20:36:54.321Z | [ recovery-image] Dec 06 20:36:53.654 INFO O| Dec 06 20:36:53.654 INFO STEP 490 (remove_files) COMPLETE |
5800 | 2024-12-06T20:36:54.321Z | [ recovery-image] Dec 06 20:36:53.654 INFO O| Dec 06 20:36:53.654 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5801 | 2024-12-06T20:36:54.327Z | [ recovery-image] Dec 06 20:36:53.663 INFO O| Dec 06 20:36:53.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5802 | 2024-12-06T20:36:54.330Z | [ recovery-image] Dec 06 20:36:53.663 INFO O| Dec 06 20:36:53.663 INFO STEP 491 (remove_files) COMPLETE |
5803 | 2024-12-06T20:36:54.330Z | [ recovery-image] Dec 06 20:36:53.663 INFO O| Dec 06 20:36:53.663 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5804 | 2024-12-06T20:36:54.337Z | [ recovery-image] Dec 06 20:36:53.673 INFO O| Dec 06 20:36:53.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5805 | 2024-12-06T20:36:54.339Z | [ recovery-image] Dec 06 20:36:53.673 INFO O| Dec 06 20:36:53.673 INFO STEP 492 (remove_files) COMPLETE |
5806 | 2024-12-06T20:36:54.339Z | [ recovery-image] Dec 06 20:36:53.673 INFO O| Dec 06 20:36:53.673 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5807 | 2024-12-06T20:36:54.351Z | [ recovery-image] Dec 06 20:36:53.687 INFO O| Dec 06 20:36:53.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5808 | 2024-12-06T20:36:54.354Z | [ recovery-image] Dec 06 20:36:53.687 INFO O| Dec 06 20:36:53.687 INFO STEP 493 (remove_files) COMPLETE |
5809 | 2024-12-06T20:36:54.354Z | [ recovery-image] Dec 06 20:36:53.687 INFO O| Dec 06 20:36:53.687 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5810 | 2024-12-06T20:36:54.366Z | [ recovery-image] Dec 06 20:36:53.702 INFO O| Dec 06 20:36:53.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5811 | 2024-12-06T20:36:54.366Z | [ recovery-image] Dec 06 20:36:53.702 INFO O| Dec 06 20:36:53.702 INFO STEP 494 (remove_files) COMPLETE |
5812 | 2024-12-06T20:36:54.366Z | [ recovery-image] Dec 06 20:36:53.702 INFO O| Dec 06 20:36:53.702 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5813 | 2024-12-06T20:36:54.378Z | [ recovery-image] Dec 06 20:36:53.714 INFO O| Dec 06 20:36:53.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5814 | 2024-12-06T20:36:54.381Z | [ recovery-image] Dec 06 20:36:53.715 INFO O| Dec 06 20:36:53.715 INFO STEP 495 (remove_files) COMPLETE |
5815 | 2024-12-06T20:36:54.381Z | [ recovery-image] Dec 06 20:36:53.715 INFO O| Dec 06 20:36:53.715 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5816 | 2024-12-06T20:36:54.390Z | [ recovery-image] Dec 06 20:36:53.726 INFO O| Dec 06 20:36:53.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5817 | 2024-12-06T20:36:54.390Z | [ recovery-image] Dec 06 20:36:53.726 INFO O| Dec 06 20:36:53.726 INFO STEP 496 (remove_files) COMPLETE |
5818 | 2024-12-06T20:36:54.390Z | [ recovery-image] Dec 06 20:36:53.726 INFO O| Dec 06 20:36:53.726 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5819 | 2024-12-06T20:36:54.400Z | [ recovery-image] Dec 06 20:36:53.736 INFO O| Dec 06 20:36:53.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5820 | 2024-12-06T20:36:54.402Z | [ recovery-image] Dec 06 20:36:53.736 INFO O| Dec 06 20:36:53.736 INFO STEP 497 (remove_files) COMPLETE |
5821 | 2024-12-06T20:36:54.402Z | [ recovery-image] Dec 06 20:36:53.736 INFO O| Dec 06 20:36:53.736 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5822 | 2024-12-06T20:36:54.409Z | [ recovery-image] Dec 06 20:36:53.745 INFO O| Dec 06 20:36:53.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5823 | 2024-12-06T20:36:54.412Z | [ recovery-image] Dec 06 20:36:53.745 INFO O| Dec 06 20:36:53.745 INFO STEP 498 (remove_files) COMPLETE |
5824 | 2024-12-06T20:36:54.412Z | [ recovery-image] Dec 06 20:36:53.745 INFO O| Dec 06 20:36:53.745 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5825 | 2024-12-06T20:36:54.419Z | [ recovery-image] Dec 06 20:36:53.755 INFO O| Dec 06 20:36:53.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5826 | 2024-12-06T20:36:54.419Z | [ recovery-image] Dec 06 20:36:53.755 INFO O| Dec 06 20:36:53.755 INFO STEP 499 (remove_files) COMPLETE |
5827 | 2024-12-06T20:36:54.421Z | [ recovery-image] Dec 06 20:36:53.755 INFO O| Dec 06 20:36:53.755 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5828 | 2024-12-06T20:36:54.428Z | [ recovery-image] Dec 06 20:36:53.764 INFO O| Dec 06 20:36:53.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5829 | 2024-12-06T20:36:54.428Z | [ recovery-image] Dec 06 20:36:53.764 INFO O| Dec 06 20:36:53.764 INFO STEP 500 (remove_files) COMPLETE |
5830 | 2024-12-06T20:36:54.428Z | [ recovery-image] Dec 06 20:36:53.764 INFO O| Dec 06 20:36:53.764 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5831 | 2024-12-06T20:36:54.438Z | [ recovery-image] Dec 06 20:36:53.773 INFO O| Dec 06 20:36:53.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5832 | 2024-12-06T20:36:54.438Z | [ recovery-image] Dec 06 20:36:53.773 INFO O| Dec 06 20:36:53.773 INFO STEP 501 (remove_files) COMPLETE |
5833 | 2024-12-06T20:36:54.440Z | [ recovery-image] Dec 06 20:36:53.773 INFO O| Dec 06 20:36:53.773 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5834 | 2024-12-06T20:36:54.447Z | [ recovery-image] Dec 06 20:36:53.783 INFO O| Dec 06 20:36:53.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5835 | 2024-12-06T20:36:54.449Z | [ recovery-image] Dec 06 20:36:53.783 INFO O| Dec 06 20:36:53.783 INFO STEP 502 (remove_files) COMPLETE |
5836 | 2024-12-06T20:36:54.449Z | [ recovery-image] Dec 06 20:36:53.783 INFO O| Dec 06 20:36:53.783 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5837 | 2024-12-06T20:36:54.456Z | [ recovery-image] Dec 06 20:36:53.792 INFO O| Dec 06 20:36:53.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5838 | 2024-12-06T20:36:54.456Z | [ recovery-image] Dec 06 20:36:53.792 INFO O| Dec 06 20:36:53.792 INFO STEP 503 (remove_files) COMPLETE |
5839 | 2024-12-06T20:36:54.458Z | [ recovery-image] Dec 06 20:36:53.792 INFO O| Dec 06 20:36:53.792 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5840 | 2024-12-06T20:36:54.465Z | [ recovery-image] Dec 06 20:36:53.801 INFO O| Dec 06 20:36:53.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5841 | 2024-12-06T20:36:54.468Z | [ recovery-image] Dec 06 20:36:53.801 INFO O| Dec 06 20:36:53.801 INFO STEP 504 (remove_files) COMPLETE |
5842 | 2024-12-06T20:36:54.468Z | [ recovery-image] Dec 06 20:36:53.801 INFO O| Dec 06 20:36:53.801 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5843 | 2024-12-06T20:36:54.475Z | [ recovery-image] Dec 06 20:36:53.811 INFO O| Dec 06 20:36:53.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5844 | 2024-12-06T20:36:54.477Z | [ recovery-image] Dec 06 20:36:53.811 INFO O| Dec 06 20:36:53.811 INFO STEP 505 (remove_files) COMPLETE |
5845 | 2024-12-06T20:36:54.477Z | [ recovery-image] Dec 06 20:36:53.811 INFO O| Dec 06 20:36:53.811 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5846 | 2024-12-06T20:36:54.484Z | [ recovery-image] Dec 06 20:36:53.820 INFO O| Dec 06 20:36:53.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5847 | 2024-12-06T20:36:54.486Z | [ recovery-image] Dec 06 20:36:53.821 INFO O| Dec 06 20:36:53.821 INFO STEP 506 (remove_files) COMPLETE |
5848 | 2024-12-06T20:36:54.486Z | [ recovery-image] Dec 06 20:36:53.821 INFO O| Dec 06 20:36:53.821 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5849 | 2024-12-06T20:36:54.494Z | [ recovery-image] Dec 06 20:36:53.830 INFO O| Dec 06 20:36:53.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5850 | 2024-12-06T20:36:54.496Z | [ recovery-image] Dec 06 20:36:53.830 INFO O| Dec 06 20:36:53.830 INFO STEP 507 (remove_files) COMPLETE |
5851 | 2024-12-06T20:36:54.496Z | [ recovery-image] Dec 06 20:36:53.830 INFO O| Dec 06 20:36:53.830 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5852 | 2024-12-06T20:36:54.504Z | [ recovery-image] Dec 06 20:36:53.839 INFO O| Dec 06 20:36:53.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5853 | 2024-12-06T20:36:54.504Z | [ recovery-image] Dec 06 20:36:53.840 INFO O| Dec 06 20:36:53.840 INFO STEP 508 (remove_files) COMPLETE |
5854 | 2024-12-06T20:36:54.505Z | [ recovery-image] Dec 06 20:36:53.840 INFO O| Dec 06 20:36:53.840 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5855 | 2024-12-06T20:36:54.513Z | [ recovery-image] Dec 06 20:36:53.849 INFO O| Dec 06 20:36:53.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5856 | 2024-12-06T20:36:54.513Z | [ recovery-image] Dec 06 20:36:53.849 INFO O| Dec 06 20:36:53.849 INFO STEP 509 (remove_files) COMPLETE |
5857 | 2024-12-06T20:36:54.515Z | [ recovery-image] Dec 06 20:36:53.849 INFO O| Dec 06 20:36:53.849 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5858 | 2024-12-06T20:36:54.522Z | [ recovery-image] Dec 06 20:36:53.858 INFO O| Dec 06 20:36:53.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5859 | 2024-12-06T20:36:54.522Z | [ recovery-image] Dec 06 20:36:53.858 INFO O| Dec 06 20:36:53.858 INFO STEP 510 (remove_files) COMPLETE |
5860 | 2024-12-06T20:36:54.525Z | [ recovery-image] Dec 06 20:36:53.858 INFO O| Dec 06 20:36:53.858 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5861 | 2024-12-06T20:36:54.532Z | [ recovery-image] Dec 06 20:36:53.867 INFO O| Dec 06 20:36:53.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5862 | 2024-12-06T20:36:54.532Z | [ recovery-image] Dec 06 20:36:53.868 INFO O| Dec 06 20:36:53.868 INFO STEP 511 (remove_files) COMPLETE |
5863 | 2024-12-06T20:36:54.534Z | [ recovery-image] Dec 06 20:36:53.868 INFO O| Dec 06 20:36:53.868 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5864 | 2024-12-06T20:36:54.541Z | [ recovery-image] Dec 06 20:36:53.877 INFO O| Dec 06 20:36:53.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5865 | 2024-12-06T20:36:54.544Z | [ recovery-image] Dec 06 20:36:53.877 INFO O| Dec 06 20:36:53.877 INFO STEP 512 (remove_files) COMPLETE |
5866 | 2024-12-06T20:36:54.544Z | [ recovery-image] Dec 06 20:36:53.877 INFO O| Dec 06 20:36:53.877 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5867 | 2024-12-06T20:36:54.550Z | [ recovery-image] Dec 06 20:36:53.886 INFO O| Dec 06 20:36:53.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5868 | 2024-12-06T20:36:54.550Z | [ recovery-image] Dec 06 20:36:53.886 INFO O| Dec 06 20:36:53.886 INFO STEP 513 (remove_files) COMPLETE |
5869 | 2024-12-06T20:36:54.553Z | [ recovery-image] Dec 06 20:36:53.886 INFO O| Dec 06 20:36:53.886 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-12-06T20:36:54.560Z | [ recovery-image] Dec 06 20:36:53.896 INFO O| Dec 06 20:36:53.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5871 | 2024-12-06T20:36:54.560Z | [ recovery-image] Dec 06 20:36:53.896 INFO O| Dec 06 20:36:53.896 INFO STEP 514 (remove_files) COMPLETE |
5872 | 2024-12-06T20:36:54.562Z | [ recovery-image] Dec 06 20:36:53.896 INFO O| Dec 06 20:36:53.896 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-12-06T20:36:54.569Z | [ recovery-image] Dec 06 20:36:53.905 INFO O| Dec 06 20:36:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5874 | 2024-12-06T20:36:54.570Z | [ recovery-image] Dec 06 20:36:53.905 INFO O| Dec 06 20:36:53.905 INFO STEP 515 (remove_files) COMPLETE |
5875 | 2024-12-06T20:36:54.570Z | [ recovery-image] Dec 06 20:36:53.905 INFO O| Dec 06 20:36:53.905 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5876 | 2024-12-06T20:36:54.579Z | [ recovery-image] Dec 06 20:36:53.915 INFO O| Dec 06 20:36:53.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5877 | 2024-12-06T20:36:54.579Z | [ recovery-image] Dec 06 20:36:53.915 INFO O| Dec 06 20:36:53.915 INFO STEP 516 (remove_files) COMPLETE |
5878 | 2024-12-06T20:36:54.581Z | [ recovery-image] Dec 06 20:36:53.915 INFO O| Dec 06 20:36:53.915 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5879 | 2024-12-06T20:36:54.588Z | [ recovery-image] Dec 06 20:36:53.924 INFO O| Dec 06 20:36:53.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5880 | 2024-12-06T20:36:54.591Z | [ recovery-image] Dec 06 20:36:53.924 INFO O| Dec 06 20:36:53.924 INFO STEP 517 (remove_files) COMPLETE |
5881 | 2024-12-06T20:36:54.591Z | [ recovery-image] Dec 06 20:36:53.924 INFO O| Dec 06 20:36:53.924 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5882 | 2024-12-06T20:36:54.598Z | [ recovery-image] Dec 06 20:36:53.934 INFO O| Dec 06 20:36:53.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5883 | 2024-12-06T20:36:54.598Z | [ recovery-image] Dec 06 20:36:53.934 INFO O| Dec 06 20:36:53.934 INFO STEP 518 (remove_files) COMPLETE |
5884 | 2024-12-06T20:36:54.600Z | [ recovery-image] Dec 06 20:36:53.934 INFO O| Dec 06 20:36:53.934 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5885 | 2024-12-06T20:36:54.607Z | [ recovery-image] Dec 06 20:36:53.943 INFO O| Dec 06 20:36:53.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5886 | 2024-12-06T20:36:54.607Z | [ recovery-image] Dec 06 20:36:53.943 INFO O| Dec 06 20:36:53.943 INFO STEP 519 (remove_files) COMPLETE |
5887 | 2024-12-06T20:36:54.609Z | [ recovery-image] Dec 06 20:36:53.943 INFO O| Dec 06 20:36:53.943 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5888 | 2024-12-06T20:36:54.616Z | [ recovery-image] Dec 06 20:36:53.952 INFO O| Dec 06 20:36:53.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5889 | 2024-12-06T20:36:54.618Z | [ recovery-image] Dec 06 20:36:53.953 INFO O| Dec 06 20:36:53.953 INFO STEP 520 (remove_files) COMPLETE |
5890 | 2024-12-06T20:36:54.619Z | [ recovery-image] Dec 06 20:36:53.953 INFO O| Dec 06 20:36:53.953 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-12-06T20:36:54.626Z | [ recovery-image] Dec 06 20:36:53.962 INFO O| Dec 06 20:36:53.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5892 | 2024-12-06T20:36:54.626Z | [ recovery-image] Dec 06 20:36:53.962 INFO O| Dec 06 20:36:53.962 INFO STEP 521 (remove_files) COMPLETE |
5893 | 2024-12-06T20:36:54.630Z | [ recovery-image] Dec 06 20:36:53.962 INFO O| Dec 06 20:36:53.962 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-12-06T20:36:54.635Z | [ recovery-image] Dec 06 20:36:53.971 INFO O| Dec 06 20:36:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5895 | 2024-12-06T20:36:54.638Z | [ recovery-image] Dec 06 20:36:53.972 INFO O| Dec 06 20:36:53.972 INFO STEP 522 (remove_files) COMPLETE |
5896 | 2024-12-06T20:36:54.638Z | [ recovery-image] Dec 06 20:36:53.972 INFO O| Dec 06 20:36:53.972 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-12-06T20:36:54.646Z | [ recovery-image] Dec 06 20:36:53.981 INFO O| Dec 06 20:36:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5898 | 2024-12-06T20:36:54.648Z | [ recovery-image] Dec 06 20:36:53.982 INFO O| Dec 06 20:36:53.982 INFO STEP 523 (remove_files) COMPLETE |
5899 | 2024-12-06T20:36:54.648Z | [ recovery-image] Dec 06 20:36:53.982 INFO O| Dec 06 20:36:53.982 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-12-06T20:36:54.655Z | [ recovery-image] Dec 06 20:36:53.991 INFO O| Dec 06 20:36:53.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5901 | 2024-12-06T20:36:54.655Z | [ recovery-image] Dec 06 20:36:53.991 INFO O| Dec 06 20:36:53.991 INFO STEP 524 (remove_files) COMPLETE |
5902 | 2024-12-06T20:36:54.657Z | [ recovery-image] Dec 06 20:36:53.991 INFO O| Dec 06 20:36:53.991 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-12-06T20:36:54.667Z | [ recovery-image] Dec 06 20:36:54.003 INFO O| Dec 06 20:36:54.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5904 | 2024-12-06T20:36:54.667Z | [ recovery-image] Dec 06 20:36:54.003 INFO O| Dec 06 20:36:54.003 INFO STEP 525 (remove_files) COMPLETE |
5905 | 2024-12-06T20:36:54.667Z | [ recovery-image] Dec 06 20:36:54.003 INFO O| Dec 06 20:36:54.003 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-12-06T20:36:54.679Z | [ recovery-image] Dec 06 20:36:54.015 INFO O| Dec 06 20:36:54.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5907 | 2024-12-06T20:36:54.682Z | [ recovery-image] Dec 06 20:36:54.015 INFO O| Dec 06 20:36:54.015 INFO STEP 526 (remove_files) COMPLETE |
5908 | 2024-12-06T20:36:54.682Z | [ recovery-image] Dec 06 20:36:54.015 INFO O| Dec 06 20:36:54.015 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-12-06T20:36:54.685Z | [ host-image] Dec 06 20:36:54.018 INFO O| Dec 06 20:36:54.018 INFO O| Download: Completed 8.42 MB in 4.47 seconds (1.9M/s) |
5910 | 2024-12-06T20:36:54.688Z | [ recovery-image] Dec 06 20:36:54.024 INFO O| Dec 06 20:36:54.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5911 | 2024-12-06T20:36:54.688Z | [ recovery-image] Dec 06 20:36:54.024 INFO O| Dec 06 20:36:54.024 INFO STEP 527 (remove_files) COMPLETE |
5912 | 2024-12-06T20:36:54.691Z | [ recovery-image] Dec 06 20:36:54.024 INFO O| Dec 06 20:36:54.024 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-12-06T20:36:54.698Z | [ recovery-image] Dec 06 20:36:54.034 INFO O| Dec 06 20:36:54.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5914 | 2024-12-06T20:36:54.700Z | [ recovery-image] Dec 06 20:36:54.035 INFO O| Dec 06 20:36:54.035 INFO STEP 528 (remove_files) COMPLETE |
5915 | 2024-12-06T20:36:54.700Z | [ recovery-image] Dec 06 20:36:54.035 INFO O| Dec 06 20:36:54.035 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-12-06T20:36:54.709Z | [ recovery-image] Dec 06 20:36:54.045 INFO O| Dec 06 20:36:54.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5917 | 2024-12-06T20:36:54.709Z | [ recovery-image] Dec 06 20:36:54.045 INFO O| Dec 06 20:36:54.045 INFO STEP 529 (remove_files) COMPLETE |
5918 | 2024-12-06T20:36:54.711Z | [ recovery-image] Dec 06 20:36:54.045 INFO O| Dec 06 20:36:54.045 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-12-06T20:36:54.718Z | [ recovery-image] Dec 06 20:36:54.054 INFO O| Dec 06 20:36:54.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5920 | 2024-12-06T20:36:54.720Z | [ recovery-image] Dec 06 20:36:54.054 INFO O| Dec 06 20:36:54.054 INFO STEP 530 (remove_files) COMPLETE |
5921 | 2024-12-06T20:36:54.720Z | [ recovery-image] Dec 06 20:36:54.054 INFO O| Dec 06 20:36:54.054 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-12-06T20:36:54.728Z | [ recovery-image] Dec 06 20:36:54.064 INFO O| Dec 06 20:36:54.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5923 | 2024-12-06T20:36:54.728Z | [ recovery-image] Dec 06 20:36:54.064 INFO O| Dec 06 20:36:54.064 INFO STEP 531 (remove_files) COMPLETE |
5924 | 2024-12-06T20:36:54.730Z | [ recovery-image] Dec 06 20:36:54.064 INFO O| Dec 06 20:36:54.064 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-12-06T20:36:54.736Z | [ host-image] Dec 06 20:36:54.071 INFO O| Dec 06 20:36:54.071 INFO O| Actions: 1/1361 actions (Installing new actions) |
5926 | 2024-12-06T20:36:54.738Z | [ recovery-image] Dec 06 20:36:54.073 INFO O| Dec 06 20:36:54.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5927 | 2024-12-06T20:36:54.738Z | [ recovery-image] Dec 06 20:36:54.073 INFO O| Dec 06 20:36:54.073 INFO STEP 532 (remove_files) COMPLETE |
5928 | 2024-12-06T20:36:54.738Z | [ recovery-image] Dec 06 20:36:54.073 INFO O| Dec 06 20:36:54.073 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-12-06T20:36:54.747Z | [ recovery-image] Dec 06 20:36:54.083 INFO O| Dec 06 20:36:54.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5930 | 2024-12-06T20:36:54.749Z | [ recovery-image] Dec 06 20:36:54.083 INFO O| Dec 06 20:36:54.083 INFO STEP 533 (remove_files) COMPLETE |
5931 | 2024-12-06T20:36:54.749Z | [ recovery-image] Dec 06 20:36:54.083 INFO O| Dec 06 20:36:54.083 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-12-06T20:36:54.756Z | [ recovery-image] Dec 06 20:36:54.092 INFO O| Dec 06 20:36:54.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5933 | 2024-12-06T20:36:54.759Z | [ recovery-image] Dec 06 20:36:54.092 INFO O| Dec 06 20:36:54.092 INFO STEP 534 (remove_files) COMPLETE |
5934 | 2024-12-06T20:36:54.759Z | [ recovery-image] Dec 06 20:36:54.092 INFO O| Dec 06 20:36:54.092 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-06T20:36:54.766Z | [ recovery-image] Dec 06 20:36:54.101 INFO O| Dec 06 20:36:54.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5936 | 2024-12-06T20:36:54.766Z | [ recovery-image] Dec 06 20:36:54.102 INFO O| Dec 06 20:36:54.101 INFO STEP 535 (remove_files) COMPLETE |
5937 | 2024-12-06T20:36:54.768Z | [ recovery-image] Dec 06 20:36:54.102 INFO O| Dec 06 20:36:54.102 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-06T20:36:54.775Z | [ recovery-image] Dec 06 20:36:54.111 INFO O| Dec 06 20:36:54.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5939 | 2024-12-06T20:36:54.775Z | [ recovery-image] Dec 06 20:36:54.111 INFO O| Dec 06 20:36:54.111 INFO STEP 536 (remove_files) COMPLETE |
5940 | 2024-12-06T20:36:54.775Z | [ recovery-image] Dec 06 20:36:54.111 INFO O| Dec 06 20:36:54.111 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-12-06T20:36:54.784Z | [ recovery-image] Dec 06 20:36:54.120 INFO O| Dec 06 20:36:54.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5942 | 2024-12-06T20:36:54.786Z | [ recovery-image] Dec 06 20:36:54.120 INFO O| Dec 06 20:36:54.120 INFO STEP 537 (remove_files) COMPLETE |
5943 | 2024-12-06T20:36:54.786Z | [ recovery-image] Dec 06 20:36:54.120 INFO O| Dec 06 20:36:54.120 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-12-06T20:36:54.797Z | [ recovery-image] Dec 06 20:36:54.129 INFO O| Dec 06 20:36:54.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5945 | 2024-12-06T20:36:54.797Z | [ recovery-image] Dec 06 20:36:54.130 INFO O| Dec 06 20:36:54.129 INFO STEP 538 (remove_files) COMPLETE |
5946 | 2024-12-06T20:36:54.799Z | [ recovery-image] Dec 06 20:36:54.130 INFO O| Dec 06 20:36:54.130 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-12-06T20:36:54.805Z | [ recovery-image] Dec 06 20:36:54.139 INFO O| Dec 06 20:36:54.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5948 | 2024-12-06T20:36:54.808Z | [ recovery-image] Dec 06 20:36:54.139 INFO O| Dec 06 20:36:54.139 INFO STEP 539 (remove_files) COMPLETE |
5949 | 2024-12-06T20:36:54.808Z | [ recovery-image] Dec 06 20:36:54.139 INFO O| Dec 06 20:36:54.139 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-12-06T20:36:54.812Z | [ recovery-image] Dec 06 20:36:54.148 INFO O| Dec 06 20:36:54.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5951 | 2024-12-06T20:36:54.812Z | [ recovery-image] Dec 06 20:36:54.148 INFO O| Dec 06 20:36:54.148 INFO STEP 540 (remove_files) COMPLETE |
5952 | 2024-12-06T20:36:54.814Z | [ recovery-image] Dec 06 20:36:54.148 INFO O| Dec 06 20:36:54.148 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-06T20:36:54.822Z | [ recovery-image] Dec 06 20:36:54.158 INFO O| Dec 06 20:36:54.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5954 | 2024-12-06T20:36:54.822Z | [ recovery-image] Dec 06 20:36:54.158 INFO O| Dec 06 20:36:54.158 INFO STEP 541 (remove_files) COMPLETE |
5955 | 2024-12-06T20:36:54.824Z | [ recovery-image] Dec 06 20:36:54.158 INFO O| Dec 06 20:36:54.158 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-12-06T20:36:54.831Z | [ recovery-image] Dec 06 20:36:54.167 INFO O| Dec 06 20:36:54.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5957 | 2024-12-06T20:36:54.831Z | [ recovery-image] Dec 06 20:36:54.167 INFO O| Dec 06 20:36:54.167 INFO STEP 542 (remove_files) COMPLETE |
5958 | 2024-12-06T20:36:54.831Z | [ recovery-image] Dec 06 20:36:54.167 INFO O| Dec 06 20:36:54.167 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-12-06T20:36:54.841Z | [ recovery-image] Dec 06 20:36:54.176 INFO O| Dec 06 20:36:54.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5960 | 2024-12-06T20:36:54.843Z | [ recovery-image] Dec 06 20:36:54.177 INFO O| Dec 06 20:36:54.177 INFO STEP 543 (remove_files) COMPLETE |
5961 | 2024-12-06T20:36:54.843Z | [ recovery-image] Dec 06 20:36:54.177 INFO O| Dec 06 20:36:54.177 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-12-06T20:36:54.850Z | [ recovery-image] Dec 06 20:36:54.186 INFO O| Dec 06 20:36:54.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5963 | 2024-12-06T20:36:54.850Z | [ recovery-image] Dec 06 20:36:54.186 INFO O| Dec 06 20:36:54.186 INFO STEP 544 (remove_files) COMPLETE |
5964 | 2024-12-06T20:36:54.850Z | [ recovery-image] Dec 06 20:36:54.186 INFO O| Dec 06 20:36:54.186 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-12-06T20:36:54.859Z | [ recovery-image] Dec 06 20:36:54.195 INFO O| Dec 06 20:36:54.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5966 | 2024-12-06T20:36:54.859Z | [ recovery-image] Dec 06 20:36:54.195 INFO O| Dec 06 20:36:54.195 INFO STEP 545 (remove_files) COMPLETE |
5967 | 2024-12-06T20:36:54.859Z | [ recovery-image] Dec 06 20:36:54.195 INFO O| Dec 06 20:36:54.195 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-12-06T20:36:54.869Z | [ recovery-image] Dec 06 20:36:54.204 INFO O| Dec 06 20:36:54.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5969 | 2024-12-06T20:36:54.869Z | [ recovery-image] Dec 06 20:36:54.205 INFO O| Dec 06 20:36:54.205 INFO STEP 546 (remove_files) COMPLETE |
5970 | 2024-12-06T20:36:54.872Z | [ recovery-image] Dec 06 20:36:54.205 INFO O| Dec 06 20:36:54.205 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-12-06T20:36:54.878Z | [ recovery-image] Dec 06 20:36:54.214 INFO O| Dec 06 20:36:54.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5972 | 2024-12-06T20:36:54.878Z | [ recovery-image] Dec 06 20:36:54.214 INFO O| Dec 06 20:36:54.214 INFO STEP 547 (remove_files) COMPLETE |
5973 | 2024-12-06T20:36:54.878Z | [ recovery-image] Dec 06 20:36:54.214 INFO O| Dec 06 20:36:54.214 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-12-06T20:36:54.887Z | [ recovery-image] Dec 06 20:36:54.223 INFO O| Dec 06 20:36:54.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5975 | 2024-12-06T20:36:54.887Z | [ recovery-image] Dec 06 20:36:54.223 INFO O| Dec 06 20:36:54.223 INFO STEP 548 (remove_files) COMPLETE |
5976 | 2024-12-06T20:36:54.890Z | [ recovery-image] Dec 06 20:36:54.223 INFO O| Dec 06 20:36:54.223 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-12-06T20:36:54.897Z | [ recovery-image] Dec 06 20:36:54.232 INFO O| Dec 06 20:36:54.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5978 | 2024-12-06T20:36:54.899Z | [ recovery-image] Dec 06 20:36:54.233 INFO O| Dec 06 20:36:54.233 INFO STEP 549 (remove_files) COMPLETE |
5979 | 2024-12-06T20:36:54.899Z | [ recovery-image] Dec 06 20:36:54.233 INFO O| Dec 06 20:36:54.233 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-12-06T20:36:54.906Z | [ recovery-image] Dec 06 20:36:54.242 INFO O| Dec 06 20:36:54.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5981 | 2024-12-06T20:36:54.906Z | [ recovery-image] Dec 06 20:36:54.242 INFO O| Dec 06 20:36:54.242 INFO STEP 550 (remove_files) COMPLETE |
5982 | 2024-12-06T20:36:54.906Z | [ recovery-image] Dec 06 20:36:54.242 INFO O| Dec 06 20:36:54.242 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-06T20:36:54.915Z | [ recovery-image] Dec 06 20:36:54.251 INFO O| Dec 06 20:36:54.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5984 | 2024-12-06T20:36:54.915Z | [ recovery-image] Dec 06 20:36:54.251 INFO O| Dec 06 20:36:54.251 INFO STEP 551 (remove_files) COMPLETE |
5985 | 2024-12-06T20:36:54.918Z | [ recovery-image] Dec 06 20:36:54.251 INFO O| Dec 06 20:36:54.251 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-06T20:36:54.925Z | [ recovery-image] Dec 06 20:36:54.261 INFO O| Dec 06 20:36:54.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5987 | 2024-12-06T20:36:54.925Z | [ recovery-image] Dec 06 20:36:54.261 INFO O| Dec 06 20:36:54.261 INFO STEP 552 (remove_files) COMPLETE |
5988 | 2024-12-06T20:36:54.927Z | [ recovery-image] Dec 06 20:36:54.261 INFO O| Dec 06 20:36:54.261 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-12-06T20:36:54.934Z | [ recovery-image] Dec 06 20:36:54.270 INFO O| Dec 06 20:36:54.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5990 | 2024-12-06T20:36:54.934Z | [ recovery-image] Dec 06 20:36:54.270 INFO O| Dec 06 20:36:54.270 INFO STEP 553 (remove_files) COMPLETE |
5991 | 2024-12-06T20:36:54.934Z | [ recovery-image] Dec 06 20:36:54.270 INFO O| Dec 06 20:36:54.270 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-12-06T20:36:54.943Z | [ recovery-image] Dec 06 20:36:54.279 INFO O| Dec 06 20:36:54.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5993 | 2024-12-06T20:36:54.945Z | [ recovery-image] Dec 06 20:36:54.280 INFO O| Dec 06 20:36:54.280 INFO STEP 554 (remove_files) COMPLETE |
5994 | 2024-12-06T20:36:54.945Z | [ recovery-image] Dec 06 20:36:54.280 INFO O| Dec 06 20:36:54.280 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-12-06T20:36:54.954Z | [ recovery-image] Dec 06 20:36:54.289 INFO O| Dec 06 20:36:54.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5996 | 2024-12-06T20:36:54.954Z | [ recovery-image] Dec 06 20:36:54.289 INFO O| Dec 06 20:36:54.289 INFO STEP 555 (remove_files) COMPLETE |
5997 | 2024-12-06T20:36:54.954Z | [ recovery-image] Dec 06 20:36:54.289 INFO O| Dec 06 20:36:54.289 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-12-06T20:36:54.962Z | [ recovery-image] Dec 06 20:36:54.298 INFO O| Dec 06 20:36:54.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5999 | 2024-12-06T20:36:54.962Z | [ recovery-image] Dec 06 20:36:54.298 INFO O| Dec 06 20:36:54.298 INFO STEP 556 (remove_files) COMPLETE |
6000 | 2024-12-06T20:36:54.962Z | [ recovery-image] Dec 06 20:36:54.298 INFO O| Dec 06 20:36:54.298 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-12-06T20:36:54.972Z | [ recovery-image] Dec 06 20:36:54.308 INFO O| Dec 06 20:36:54.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6002 | 2024-12-06T20:36:54.972Z | [ recovery-image] Dec 06 20:36:54.308 INFO O| Dec 06 20:36:54.308 INFO STEP 557 (remove_files) COMPLETE |
6003 | 2024-12-06T20:36:54.974Z | [ recovery-image] Dec 06 20:36:54.308 INFO O| Dec 06 20:36:54.308 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-12-06T20:36:54.981Z | [ recovery-image] Dec 06 20:36:54.317 INFO O| Dec 06 20:36:54.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6005 | 2024-12-06T20:36:54.981Z | [ recovery-image] Dec 06 20:36:54.317 INFO O| Dec 06 20:36:54.317 INFO STEP 558 (remove_files) COMPLETE |
6006 | 2024-12-06T20:36:54.984Z | [ recovery-image] Dec 06 20:36:54.317 INFO O| Dec 06 20:36:54.317 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-12-06T20:36:54.991Z | [ recovery-image] Dec 06 20:36:54.326 INFO O| Dec 06 20:36:54.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6008 | 2024-12-06T20:36:54.991Z | [ recovery-image] Dec 06 20:36:54.326 INFO O| Dec 06 20:36:54.326 INFO STEP 559 (remove_files) COMPLETE |
6009 | 2024-12-06T20:36:54.993Z | [ recovery-image] Dec 06 20:36:54.326 INFO O| Dec 06 20:36:54.326 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-06T20:36:55.000Z | [ recovery-image] Dec 06 20:36:54.336 INFO O| Dec 06 20:36:54.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6011 | 2024-12-06T20:36:55.000Z | [ recovery-image] Dec 06 20:36:54.336 INFO O| Dec 06 20:36:54.336 INFO STEP 560 (remove_files) COMPLETE |
6012 | 2024-12-06T20:36:55.003Z | [ recovery-image] Dec 06 20:36:54.336 INFO O| Dec 06 20:36:54.336 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-12-06T20:36:55.009Z | [ recovery-image] Dec 06 20:36:54.345 INFO O| Dec 06 20:36:54.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6014 | 2024-12-06T20:36:55.011Z | [ recovery-image] Dec 06 20:36:54.346 INFO O| Dec 06 20:36:54.346 INFO STEP 561 (remove_files) COMPLETE |
6015 | 2024-12-06T20:36:55.011Z | [ recovery-image] Dec 06 20:36:54.346 INFO O| Dec 06 20:36:54.346 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-12-06T20:36:55.019Z | [ recovery-image] Dec 06 20:36:54.355 INFO O| Dec 06 20:36:54.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6017 | 2024-12-06T20:36:55.019Z | [ recovery-image] Dec 06 20:36:54.355 INFO O| Dec 06 20:36:54.355 INFO STEP 562 (remove_files) COMPLETE |
6018 | 2024-12-06T20:36:55.021Z | [ recovery-image] Dec 06 20:36:54.355 INFO O| Dec 06 20:36:54.355 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-12-06T20:36:55.029Z | [ recovery-image] Dec 06 20:36:54.364 INFO O| Dec 06 20:36:54.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6020 | 2024-12-06T20:36:55.029Z | [ recovery-image] Dec 06 20:36:54.364 INFO O| Dec 06 20:36:54.364 INFO STEP 563 (remove_files) COMPLETE |
6021 | 2024-12-06T20:36:55.029Z | [ recovery-image] Dec 06 20:36:54.364 INFO O| Dec 06 20:36:54.364 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-12-06T20:36:55.038Z | [ recovery-image] Dec 06 20:36:54.374 INFO O| Dec 06 20:36:54.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6023 | 2024-12-06T20:36:55.041Z | [ recovery-image] Dec 06 20:36:54.374 INFO O| Dec 06 20:36:54.374 INFO STEP 564 (remove_files) COMPLETE |
6024 | 2024-12-06T20:36:55.041Z | [ recovery-image] Dec 06 20:36:54.374 INFO O| Dec 06 20:36:54.374 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-12-06T20:36:55.047Z | [ recovery-image] Dec 06 20:36:54.383 INFO O| Dec 06 20:36:54.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6026 | 2024-12-06T20:36:55.049Z | [ recovery-image] Dec 06 20:36:54.384 INFO O| Dec 06 20:36:54.384 INFO STEP 565 (remove_files) COMPLETE |
6027 | 2024-12-06T20:36:55.049Z | [ recovery-image] Dec 06 20:36:54.384 INFO O| Dec 06 20:36:54.384 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-12-06T20:36:55.057Z | [ recovery-image] Dec 06 20:36:54.393 INFO O| Dec 06 20:36:54.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6029 | 2024-12-06T20:36:55.057Z | [ recovery-image] Dec 06 20:36:54.393 INFO O| Dec 06 20:36:54.393 INFO STEP 566 (remove_files) COMPLETE |
6030 | 2024-12-06T20:36:55.059Z | [ recovery-image] Dec 06 20:36:54.393 INFO O| Dec 06 20:36:54.393 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-12-06T20:36:55.066Z | [ recovery-image] Dec 06 20:36:54.402 INFO O| Dec 06 20:36:54.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6032 | 2024-12-06T20:36:55.066Z | [ recovery-image] Dec 06 20:36:54.402 INFO O| Dec 06 20:36:54.402 INFO STEP 567 (remove_files) COMPLETE |
6033 | 2024-12-06T20:36:55.066Z | [ recovery-image] Dec 06 20:36:54.402 INFO O| Dec 06 20:36:54.402 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-12-06T20:36:55.076Z | [ recovery-image] Dec 06 20:36:54.412 INFO O| Dec 06 20:36:54.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6035 | 2024-12-06T20:36:55.079Z | [ recovery-image] Dec 06 20:36:54.412 INFO O| Dec 06 20:36:54.412 INFO STEP 568 (remove_files) COMPLETE |
6036 | 2024-12-06T20:36:55.079Z | [ recovery-image] Dec 06 20:36:54.412 INFO O| Dec 06 20:36:54.412 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-12-06T20:36:55.085Z | [ recovery-image] Dec 06 20:36:54.421 INFO O| Dec 06 20:36:54.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6038 | 2024-12-06T20:36:55.085Z | [ recovery-image] Dec 06 20:36:54.421 INFO O| Dec 06 20:36:54.421 INFO STEP 569 (remove_files) COMPLETE |
6039 | 2024-12-06T20:36:55.088Z | [ recovery-image] Dec 06 20:36:54.421 INFO O| Dec 06 20:36:54.421 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-12-06T20:36:55.095Z | [ recovery-image] Dec 06 20:36:54.431 INFO O| Dec 06 20:36:54.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6041 | 2024-12-06T20:36:55.095Z | [ recovery-image] Dec 06 20:36:54.431 INFO O| Dec 06 20:36:54.431 INFO STEP 570 (remove_files) COMPLETE |
6042 | 2024-12-06T20:36:55.097Z | [ recovery-image] Dec 06 20:36:54.431 INFO O| Dec 06 20:36:54.431 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-12-06T20:36:55.104Z | [ recovery-image] Dec 06 20:36:54.440 INFO O| Dec 06 20:36:54.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6044 | 2024-12-06T20:36:55.104Z | [ recovery-image] Dec 06 20:36:54.440 INFO O| Dec 06 20:36:54.440 INFO STEP 571 (remove_files) COMPLETE |
6045 | 2024-12-06T20:36:55.106Z | [ recovery-image] Dec 06 20:36:54.440 INFO O| Dec 06 20:36:54.440 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-12-06T20:36:55.113Z | [ recovery-image] Dec 06 20:36:54.449 INFO O| Dec 06 20:36:54.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6047 | 2024-12-06T20:36:55.113Z | [ recovery-image] Dec 06 20:36:54.449 INFO O| Dec 06 20:36:54.449 INFO STEP 572 (remove_files) COMPLETE |
6048 | 2024-12-06T20:36:55.116Z | [ recovery-image] Dec 06 20:36:54.449 INFO O| Dec 06 20:36:54.449 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-12-06T20:36:55.123Z | [ recovery-image] Dec 06 20:36:54.459 INFO O| Dec 06 20:36:54.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6050 | 2024-12-06T20:36:55.123Z | [ recovery-image] Dec 06 20:36:54.459 INFO O| Dec 06 20:36:54.459 INFO STEP 573 (remove_files) COMPLETE |
6051 | 2024-12-06T20:36:55.123Z | [ recovery-image] Dec 06 20:36:54.459 INFO O| Dec 06 20:36:54.459 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-12-06T20:36:55.132Z | [ recovery-image] Dec 06 20:36:54.468 INFO O| Dec 06 20:36:54.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6053 | 2024-12-06T20:36:55.133Z | [ recovery-image] Dec 06 20:36:54.468 INFO O| Dec 06 20:36:54.468 INFO STEP 574 (remove_files) COMPLETE |
6054 | 2024-12-06T20:36:55.133Z | [ recovery-image] Dec 06 20:36:54.468 INFO O| Dec 06 20:36:54.468 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-12-06T20:36:55.140Z | [ host-image] Dec 06 20:36:54.475 INFO O| Dec 06 20:36:54.475 INFO O| Actions: Completed 1361 actions in 0.40 seconds. |
6056 | 2024-12-06T20:36:55.142Z | [ recovery-image] Dec 06 20:36:54.478 INFO O| Dec 06 20:36:54.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6057 | 2024-12-06T20:36:55.142Z | [ recovery-image] Dec 06 20:36:54.478 INFO O| Dec 06 20:36:54.478 INFO STEP 575 (remove_files) COMPLETE |
6058 | 2024-12-06T20:36:55.144Z | [ recovery-image] Dec 06 20:36:54.478 INFO O| Dec 06 20:36:54.478 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-12-06T20:36:55.151Z | [ recovery-image] Dec 06 20:36:54.487 INFO O| Dec 06 20:36:54.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6060 | 2024-12-06T20:36:55.152Z | [ recovery-image] Dec 06 20:36:54.487 INFO O| Dec 06 20:36:54.487 INFO STEP 576 (remove_files) COMPLETE |
6061 | 2024-12-06T20:36:55.152Z | [ recovery-image] Dec 06 20:36:54.487 INFO O| Dec 06 20:36:54.487 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-12-06T20:36:55.162Z | [ recovery-image] Dec 06 20:36:54.497 INFO O| Dec 06 20:36:54.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6063 | 2024-12-06T20:36:55.164Z | [ recovery-image] Dec 06 20:36:54.498 INFO O| Dec 06 20:36:54.498 INFO STEP 577 (remove_files) COMPLETE |
6064 | 2024-12-06T20:36:55.164Z | [ recovery-image] Dec 06 20:36:54.498 INFO O| Dec 06 20:36:54.498 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-12-06T20:36:55.171Z | [ recovery-image] Dec 06 20:36:54.507 INFO O| Dec 06 20:36:54.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6066 | 2024-12-06T20:36:55.174Z | [ recovery-image] Dec 06 20:36:54.508 INFO O| Dec 06 20:36:54.508 INFO STEP 578 (remove_files) COMPLETE |
6067 | 2024-12-06T20:36:55.174Z | [ recovery-image] Dec 06 20:36:54.508 INFO O| Dec 06 20:36:54.508 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-12-06T20:36:55.182Z | [ recovery-image] Dec 06 20:36:54.518 INFO O| Dec 06 20:36:54.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6069 | 2024-12-06T20:36:55.182Z | [ recovery-image] Dec 06 20:36:54.518 INFO O| Dec 06 20:36:54.518 INFO STEP 579 (remove_files) COMPLETE |
6070 | 2024-12-06T20:36:55.184Z | [ recovery-image] Dec 06 20:36:54.518 INFO O| Dec 06 20:36:54.518 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-12-06T20:36:55.191Z | [ recovery-image] Dec 06 20:36:54.527 INFO O| Dec 06 20:36:54.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6072 | 2024-12-06T20:36:55.191Z | [ recovery-image] Dec 06 20:36:54.527 INFO O| Dec 06 20:36:54.527 INFO STEP 580 (remove_files) COMPLETE |
6073 | 2024-12-06T20:36:55.194Z | [ recovery-image] Dec 06 20:36:54.527 INFO O| Dec 06 20:36:54.527 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-12-06T20:36:55.201Z | [ recovery-image] Dec 06 20:36:54.537 INFO O| Dec 06 20:36:54.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6075 | 2024-12-06T20:36:55.201Z | [ recovery-image] Dec 06 20:36:54.537 INFO O| Dec 06 20:36:54.537 INFO STEP 581 (remove_files) COMPLETE |
6076 | 2024-12-06T20:36:55.201Z | [ recovery-image] Dec 06 20:36:54.537 INFO O| Dec 06 20:36:54.537 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-12-06T20:36:55.211Z | [ recovery-image] Dec 06 20:36:54.547 INFO O| Dec 06 20:36:54.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6078 | 2024-12-06T20:36:55.213Z | [ recovery-image] Dec 06 20:36:54.547 INFO O| Dec 06 20:36:54.547 INFO STEP 582 (remove_files) COMPLETE |
6079 | 2024-12-06T20:36:55.213Z | [ recovery-image] Dec 06 20:36:54.547 INFO O| Dec 06 20:36:54.547 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-12-06T20:36:55.221Z | [ recovery-image] Dec 06 20:36:54.557 INFO O| Dec 06 20:36:54.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6081 | 2024-12-06T20:36:55.221Z | [ recovery-image] Dec 06 20:36:54.557 INFO O| Dec 06 20:36:54.557 INFO STEP 583 (remove_files) COMPLETE |
6082 | 2024-12-06T20:36:55.223Z | [ recovery-image] Dec 06 20:36:54.557 INFO O| Dec 06 20:36:54.557 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-12-06T20:36:55.232Z | [ recovery-image] Dec 06 20:36:54.568 INFO O| Dec 06 20:36:54.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6084 | 2024-12-06T20:36:55.232Z | [ recovery-image] Dec 06 20:36:54.568 INFO O| Dec 06 20:36:54.568 INFO STEP 584 (remove_files) COMPLETE |
6085 | 2024-12-06T20:36:55.234Z | [ recovery-image] Dec 06 20:36:54.568 INFO O| Dec 06 20:36:54.568 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-12-06T20:36:55.242Z | [ recovery-image] Dec 06 20:36:54.578 INFO O| Dec 06 20:36:54.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6087 | 2024-12-06T20:36:55.244Z | [ recovery-image] Dec 06 20:36:54.578 INFO O| Dec 06 20:36:54.578 INFO STEP 585 (remove_files) COMPLETE |
6088 | 2024-12-06T20:36:55.244Z | [ recovery-image] Dec 06 20:36:54.578 INFO O| Dec 06 20:36:54.578 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-12-06T20:36:55.252Z | [ recovery-image] Dec 06 20:36:54.587 INFO O| Dec 06 20:36:54.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6090 | 2024-12-06T20:36:55.252Z | [ recovery-image] Dec 06 20:36:54.588 INFO O| Dec 06 20:36:54.587 INFO STEP 586 (remove_files) COMPLETE |
6091 | 2024-12-06T20:36:55.252Z | [ recovery-image] Dec 06 20:36:54.588 INFO O| Dec 06 20:36:54.588 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-12-06T20:36:55.262Z | [ recovery-image] Dec 06 20:36:54.597 INFO O| Dec 06 20:36:54.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6093 | 2024-12-06T20:36:55.262Z | [ recovery-image] Dec 06 20:36:54.597 INFO O| Dec 06 20:36:54.597 INFO STEP 587 (remove_files) COMPLETE |
6094 | 2024-12-06T20:36:55.264Z | [ recovery-image] Dec 06 20:36:54.598 INFO O| Dec 06 20:36:54.597 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-12-06T20:36:55.271Z | [ recovery-image] Dec 06 20:36:54.607 INFO O| Dec 06 20:36:54.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6096 | 2024-12-06T20:36:55.272Z | [ recovery-image] Dec 06 20:36:54.607 INFO O| Dec 06 20:36:54.607 INFO STEP 588 (remove_files) COMPLETE |
6097 | 2024-12-06T20:36:55.274Z | [ recovery-image] Dec 06 20:36:54.607 INFO O| Dec 06 20:36:54.607 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-12-06T20:36:55.281Z | [ recovery-image] Dec 06 20:36:54.617 INFO O| Dec 06 20:36:54.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6099 | 2024-12-06T20:36:55.281Z | [ recovery-image] Dec 06 20:36:54.617 INFO O| Dec 06 20:36:54.617 INFO STEP 589 (remove_files) COMPLETE |
6100 | 2024-12-06T20:36:55.281Z | [ recovery-image] Dec 06 20:36:54.617 INFO O| Dec 06 20:36:54.617 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-12-06T20:36:55.292Z | [ recovery-image] Dec 06 20:36:54.627 INFO O| Dec 06 20:36:54.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6102 | 2024-12-06T20:36:55.294Z | [ recovery-image] Dec 06 20:36:54.627 INFO O| Dec 06 20:36:54.627 INFO STEP 590 (remove_files) COMPLETE |
6103 | 2024-12-06T20:36:55.294Z | [ recovery-image] Dec 06 20:36:54.627 INFO O| Dec 06 20:36:54.627 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-12-06T20:36:55.301Z | [ recovery-image] Dec 06 20:36:54.637 INFO O| Dec 06 20:36:54.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6105 | 2024-12-06T20:36:55.303Z | [ recovery-image] Dec 06 20:36:54.637 INFO O| Dec 06 20:36:54.637 INFO STEP 591 (remove_files) COMPLETE |
6106 | 2024-12-06T20:36:55.303Z | [ recovery-image] Dec 06 20:36:54.637 INFO O| Dec 06 20:36:54.637 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-12-06T20:36:55.311Z | [ recovery-image] Dec 06 20:36:54.647 INFO O| Dec 06 20:36:54.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6108 | 2024-12-06T20:36:55.311Z | [ recovery-image] Dec 06 20:36:54.647 INFO O| Dec 06 20:36:54.647 INFO STEP 592 (remove_files) COMPLETE |
6109 | 2024-12-06T20:36:55.315Z | [ recovery-image] Dec 06 20:36:54.647 INFO O| Dec 06 20:36:54.647 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-12-06T20:36:55.323Z | [ recovery-image] Dec 06 20:36:54.658 INFO O| Dec 06 20:36:54.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6111 | 2024-12-06T20:36:55.323Z | [ recovery-image] Dec 06 20:36:54.659 INFO O| Dec 06 20:36:54.659 INFO STEP 593 (remove_files) COMPLETE |
6112 | 2024-12-06T20:36:55.325Z | [ recovery-image] Dec 06 20:36:54.659 INFO O| Dec 06 20:36:54.659 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-12-06T20:36:55.333Z | [ recovery-image] Dec 06 20:36:54.669 INFO O| Dec 06 20:36:54.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6114 | 2024-12-06T20:36:55.333Z | [ recovery-image] Dec 06 20:36:54.669 INFO O| Dec 06 20:36:54.669 INFO STEP 594 (remove_files) COMPLETE |
6115 | 2024-12-06T20:36:55.336Z | [ recovery-image] Dec 06 20:36:54.669 INFO O| Dec 06 20:36:54.669 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-12-06T20:36:55.343Z | [ recovery-image] Dec 06 20:36:54.679 INFO O| Dec 06 20:36:54.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6117 | 2024-12-06T20:36:55.343Z | [ recovery-image] Dec 06 20:36:54.679 INFO O| Dec 06 20:36:54.679 INFO STEP 595 (remove_files) COMPLETE |
6118 | 2024-12-06T20:36:55.343Z | [ recovery-image] Dec 06 20:36:54.679 INFO O| Dec 06 20:36:54.679 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-12-06T20:36:55.354Z | [ recovery-image] Dec 06 20:36:54.689 INFO O| Dec 06 20:36:54.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6120 | 2024-12-06T20:36:55.354Z | [ recovery-image] Dec 06 20:36:54.690 INFO O| Dec 06 20:36:54.690 INFO STEP 596 (remove_files) COMPLETE |
6121 | 2024-12-06T20:36:55.354Z | [ recovery-image] Dec 06 20:36:54.690 INFO O| Dec 06 20:36:54.690 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-12-06T20:36:55.364Z | [ recovery-image] Dec 06 20:36:54.700 INFO O| Dec 06 20:36:54.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6123 | 2024-12-06T20:36:55.366Z | [ recovery-image] Dec 06 20:36:54.700 INFO O| Dec 06 20:36:54.700 INFO STEP 597 (remove_files) COMPLETE |
6124 | 2024-12-06T20:36:55.366Z | [ recovery-image] Dec 06 20:36:54.700 INFO O| Dec 06 20:36:54.700 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-12-06T20:36:55.374Z | [ recovery-image] Dec 06 20:36:54.710 INFO O| Dec 06 20:36:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6126 | 2024-12-06T20:36:55.376Z | [ recovery-image] Dec 06 20:36:54.710 INFO O| Dec 06 20:36:54.710 INFO STEP 598 (remove_files) COMPLETE |
6127 | 2024-12-06T20:36:55.377Z | [ recovery-image] Dec 06 20:36:54.710 INFO O| Dec 06 20:36:54.710 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-12-06T20:36:55.385Z | [ recovery-image] Dec 06 20:36:54.721 INFO O| Dec 06 20:36:54.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6129 | 2024-12-06T20:36:55.387Z | [ recovery-image] Dec 06 20:36:54.721 INFO O| Dec 06 20:36:54.721 INFO STEP 599 (remove_files) COMPLETE |
6130 | 2024-12-06T20:36:55.387Z | [ recovery-image] Dec 06 20:36:54.721 INFO O| Dec 06 20:36:54.721 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-12-06T20:36:55.395Z | [ recovery-image] Dec 06 20:36:54.731 INFO O| Dec 06 20:36:54.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6132 | 2024-12-06T20:36:55.398Z | [ recovery-image] Dec 06 20:36:54.732 INFO O| Dec 06 20:36:54.732 INFO STEP 600 (remove_files) COMPLETE |
6133 | 2024-12-06T20:36:55.398Z | [ recovery-image] Dec 06 20:36:54.732 INFO O| Dec 06 20:36:54.732 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-12-06T20:36:55.407Z | [ recovery-image] Dec 06 20:36:54.742 INFO O| Dec 06 20:36:54.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6135 | 2024-12-06T20:36:55.409Z | [ recovery-image] Dec 06 20:36:54.743 INFO O| Dec 06 20:36:54.743 INFO STEP 601 (remove_files) COMPLETE |
6136 | 2024-12-06T20:36:55.409Z | [ recovery-image] Dec 06 20:36:54.743 INFO O| Dec 06 20:36:54.743 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-12-06T20:36:55.417Z | [ recovery-image] Dec 06 20:36:54.753 INFO O| Dec 06 20:36:54.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6138 | 2024-12-06T20:36:55.420Z | [ recovery-image] Dec 06 20:36:54.753 INFO O| Dec 06 20:36:54.753 INFO STEP 602 (remove_files) COMPLETE |
6139 | 2024-12-06T20:36:55.420Z | [ recovery-image] Dec 06 20:36:54.753 INFO O| Dec 06 20:36:54.753 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-12-06T20:36:55.427Z | [ recovery-image] Dec 06 20:36:54.763 INFO O| Dec 06 20:36:54.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6141 | 2024-12-06T20:36:55.427Z | [ recovery-image] Dec 06 20:36:54.763 INFO O| Dec 06 20:36:54.763 INFO STEP 603 (remove_files) COMPLETE |
6142 | 2024-12-06T20:36:55.429Z | [ recovery-image] Dec 06 20:36:54.763 INFO O| Dec 06 20:36:54.763 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-12-06T20:36:55.438Z | [ recovery-image] Dec 06 20:36:54.773 INFO O| Dec 06 20:36:54.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6144 | 2024-12-06T20:36:55.438Z | [ recovery-image] Dec 06 20:36:54.773 INFO O| Dec 06 20:36:54.773 INFO STEP 604 (remove_files) COMPLETE |
6145 | 2024-12-06T20:36:55.441Z | [ recovery-image] Dec 06 20:36:54.774 INFO O| Dec 06 20:36:54.773 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-12-06T20:36:55.448Z | [ recovery-image] Dec 06 20:36:54.784 INFO O| Dec 06 20:36:54.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6147 | 2024-12-06T20:36:55.451Z | [ recovery-image] Dec 06 20:36:54.784 INFO O| Dec 06 20:36:54.784 INFO STEP 605 (remove_files) COMPLETE |
6148 | 2024-12-06T20:36:55.451Z | [ recovery-image] Dec 06 20:36:54.784 INFO O| Dec 06 20:36:54.784 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-12-06T20:36:55.458Z | [ recovery-image] Dec 06 20:36:54.794 INFO O| Dec 06 20:36:54.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6150 | 2024-12-06T20:36:55.458Z | [ recovery-image] Dec 06 20:36:54.794 INFO O| Dec 06 20:36:54.794 INFO STEP 606 (remove_files) COMPLETE |
6151 | 2024-12-06T20:36:55.460Z | [ recovery-image] Dec 06 20:36:54.794 INFO O| Dec 06 20:36:54.794 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-12-06T20:36:55.468Z | [ recovery-image] Dec 06 20:36:54.804 INFO O| Dec 06 20:36:54.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6153 | 2024-12-06T20:36:55.470Z | [ recovery-image] Dec 06 20:36:54.804 INFO O| Dec 06 20:36:54.804 INFO STEP 607 (remove_files) COMPLETE |
6154 | 2024-12-06T20:36:55.470Z | [ recovery-image] Dec 06 20:36:54.804 INFO O| Dec 06 20:36:54.804 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-12-06T20:36:55.478Z | [ recovery-image] Dec 06 20:36:54.814 INFO O| Dec 06 20:36:54.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6156 | 2024-12-06T20:36:55.478Z | [ recovery-image] Dec 06 20:36:54.814 INFO O| Dec 06 20:36:54.814 INFO STEP 608 (remove_files) COMPLETE |
6157 | 2024-12-06T20:36:55.480Z | [ recovery-image] Dec 06 20:36:54.814 INFO O| Dec 06 20:36:54.814 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-12-06T20:36:55.488Z | [ recovery-image] Dec 06 20:36:54.824 INFO O| Dec 06 20:36:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6159 | 2024-12-06T20:36:55.488Z | [ recovery-image] Dec 06 20:36:54.824 INFO O| Dec 06 20:36:54.824 INFO STEP 609 (remove_files) COMPLETE |
6160 | 2024-12-06T20:36:55.488Z | [ recovery-image] Dec 06 20:36:54.824 INFO O| Dec 06 20:36:54.824 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-12-06T20:36:55.498Z | [ recovery-image] Dec 06 20:36:54.833 INFO O| Dec 06 20:36:54.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6162 | 2024-12-06T20:36:55.498Z | [ recovery-image] Dec 06 20:36:54.834 INFO O| Dec 06 20:36:54.834 INFO STEP 610 (remove_files) COMPLETE |
6163 | 2024-12-06T20:36:55.500Z | [ recovery-image] Dec 06 20:36:54.834 INFO O| Dec 06 20:36:54.834 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-12-06T20:36:55.500Z | [ host-image] Dec 06 20:36:54.834 INFO O| Dec 06 20:36:54.834 INFO O| Done |
6165 | 2024-12-06T20:36:55.500Z | [ host-image] Dec 06 20:36:54.834 INFO O| Dec 06 20:36:54.834 INFO O| Done |
6166 | 2024-12-06T20:36:55.507Z | [ recovery-image] Dec 06 20:36:54.843 INFO O| Dec 06 20:36:54.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6167 | 2024-12-06T20:36:55.508Z | [ recovery-image] Dec 06 20:36:54.843 INFO O| Dec 06 20:36:54.843 INFO STEP 611 (remove_files) COMPLETE |
6168 | 2024-12-06T20:36:55.510Z | [ recovery-image] Dec 06 20:36:54.843 INFO O| Dec 06 20:36:54.843 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-12-06T20:36:55.518Z | [ recovery-image] Dec 06 20:36:54.853 INFO O| Dec 06 20:36:54.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6170 | 2024-12-06T20:36:55.520Z | [ recovery-image] Dec 06 20:36:54.853 INFO O| Dec 06 20:36:54.853 INFO STEP 612 (remove_files) COMPLETE |
6171 | 2024-12-06T20:36:55.520Z | [ recovery-image] Dec 06 20:36:54.854 INFO O| Dec 06 20:36:54.853 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-12-06T20:36:55.527Z | [ recovery-image] Dec 06 20:36:54.863 INFO O| Dec 06 20:36:54.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6173 | 2024-12-06T20:36:55.529Z | [ recovery-image] Dec 06 20:36:54.863 INFO O| Dec 06 20:36:54.863 INFO STEP 613 (remove_files) COMPLETE |
6174 | 2024-12-06T20:36:55.529Z | [ recovery-image] Dec 06 20:36:54.863 INFO O| Dec 06 20:36:54.863 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-12-06T20:36:55.537Z | [ recovery-image] Dec 06 20:36:54.873 INFO O| Dec 06 20:36:54.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6176 | 2024-12-06T20:36:55.537Z | [ recovery-image] Dec 06 20:36:54.873 INFO O| Dec 06 20:36:54.873 INFO STEP 614 (remove_files) COMPLETE |
6177 | 2024-12-06T20:36:55.539Z | [ recovery-image] Dec 06 20:36:54.873 INFO O| Dec 06 20:36:54.873 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-12-06T20:36:55.547Z | [ recovery-image] Dec 06 20:36:54.883 INFO O| Dec 06 20:36:54.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6179 | 2024-12-06T20:36:55.547Z | [ recovery-image] Dec 06 20:36:54.883 INFO O| Dec 06 20:36:54.883 INFO STEP 615 (remove_files) COMPLETE |
6180 | 2024-12-06T20:36:55.550Z | [ recovery-image] Dec 06 20:36:54.883 INFO O| Dec 06 20:36:54.883 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-12-06T20:36:55.556Z | [ recovery-image] Dec 06 20:36:54.892 INFO O| Dec 06 20:36:54.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6182 | 2024-12-06T20:36:55.556Z | [ recovery-image] Dec 06 20:36:54.892 INFO O| Dec 06 20:36:54.892 INFO STEP 616 (remove_files) COMPLETE |
6183 | 2024-12-06T20:36:55.558Z | [ recovery-image] Dec 06 20:36:54.892 INFO O| Dec 06 20:36:54.892 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-12-06T20:36:55.566Z | [ recovery-image] Dec 06 20:36:54.902 INFO O| Dec 06 20:36:54.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6185 | 2024-12-06T20:36:55.566Z | [ recovery-image] Dec 06 20:36:54.902 INFO O| Dec 06 20:36:54.902 INFO STEP 617 (remove_files) COMPLETE |
6186 | 2024-12-06T20:36:55.570Z | [ recovery-image] Dec 06 20:36:54.902 INFO O| Dec 06 20:36:54.902 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-12-06T20:36:55.575Z | [ recovery-image] Dec 06 20:36:54.911 INFO O| Dec 06 20:36:54.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6188 | 2024-12-06T20:36:55.577Z | [ recovery-image] Dec 06 20:36:54.911 INFO O| Dec 06 20:36:54.911 INFO STEP 618 (remove_files) COMPLETE |
6189 | 2024-12-06T20:36:55.577Z | [ recovery-image] Dec 06 20:36:54.911 INFO O| Dec 06 20:36:54.911 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-12-06T20:36:55.589Z | [ recovery-image] Dec 06 20:36:54.920 INFO O| Dec 06 20:36:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6191 | 2024-12-06T20:36:55.589Z | [ recovery-image] Dec 06 20:36:54.920 INFO O| Dec 06 20:36:54.920 INFO STEP 619 (remove_files) COMPLETE |
6192 | 2024-12-06T20:36:55.589Z | [ recovery-image] Dec 06 20:36:54.920 INFO O| Dec 06 20:36:54.920 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-12-06T20:36:55.594Z | [ recovery-image] Dec 06 20:36:54.930 INFO O| Dec 06 20:36:54.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6194 | 2024-12-06T20:36:55.594Z | [ recovery-image] Dec 06 20:36:54.930 INFO O| Dec 06 20:36:54.930 INFO STEP 620 (remove_files) COMPLETE |
6195 | 2024-12-06T20:36:55.596Z | [ recovery-image] Dec 06 20:36:54.930 INFO O| Dec 06 20:36:54.930 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-12-06T20:36:55.603Z | [ recovery-image] Dec 06 20:36:54.939 INFO O| Dec 06 20:36:54.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6197 | 2024-12-06T20:36:55.603Z | [ recovery-image] Dec 06 20:36:54.939 INFO O| Dec 06 20:36:54.939 INFO STEP 621 (remove_files) COMPLETE |
6198 | 2024-12-06T20:36:55.607Z | [ recovery-image] Dec 06 20:36:54.939 INFO O| Dec 06 20:36:54.939 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-12-06T20:36:55.612Z | [ recovery-image] Dec 06 20:36:54.948 INFO O| Dec 06 20:36:54.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6200 | 2024-12-06T20:36:55.612Z | [ recovery-image] Dec 06 20:36:54.948 INFO O| Dec 06 20:36:54.948 INFO STEP 622 (remove_files) COMPLETE |
6201 | 2024-12-06T20:36:55.615Z | [ recovery-image] Dec 06 20:36:54.948 INFO O| Dec 06 20:36:54.948 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-12-06T20:36:55.622Z | [ recovery-image] Dec 06 20:36:54.958 INFO O| Dec 06 20:36:54.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6203 | 2024-12-06T20:36:55.622Z | [ recovery-image] Dec 06 20:36:54.958 INFO O| Dec 06 20:36:54.958 INFO STEP 623 (remove_files) COMPLETE |
6204 | 2024-12-06T20:36:55.622Z | [ recovery-image] Dec 06 20:36:54.958 INFO O| Dec 06 20:36:54.958 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-12-06T20:36:55.631Z | [ recovery-image] Dec 06 20:36:54.967 INFO O| Dec 06 20:36:54.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6206 | 2024-12-06T20:36:55.631Z | [ recovery-image] Dec 06 20:36:54.967 INFO O| Dec 06 20:36:54.967 INFO STEP 624 (remove_files) COMPLETE |
6207 | 2024-12-06T20:36:55.635Z | [ recovery-image] Dec 06 20:36:54.967 INFO O| Dec 06 20:36:54.967 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-12-06T20:36:55.640Z | [ recovery-image] Dec 06 20:36:54.976 INFO O| Dec 06 20:36:54.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6209 | 2024-12-06T20:36:55.643Z | [ recovery-image] Dec 06 20:36:54.976 INFO O| Dec 06 20:36:54.976 INFO STEP 625 (remove_files) COMPLETE |
6210 | 2024-12-06T20:36:55.643Z | [ recovery-image] Dec 06 20:36:54.976 INFO O| Dec 06 20:36:54.976 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-12-06T20:36:55.650Z | [ recovery-image] Dec 06 20:36:54.986 INFO O| Dec 06 20:36:54.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6212 | 2024-12-06T20:36:55.650Z | [ recovery-image] Dec 06 20:36:54.986 INFO O| Dec 06 20:36:54.986 INFO STEP 626 (remove_files) COMPLETE |
6213 | 2024-12-06T20:36:55.652Z | [ recovery-image] Dec 06 20:36:54.986 INFO O| Dec 06 20:36:54.986 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-12-06T20:36:55.659Z | [ recovery-image] Dec 06 20:36:54.995 INFO O| Dec 06 20:36:54.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6215 | 2024-12-06T20:36:55.662Z | [ recovery-image] Dec 06 20:36:54.995 INFO O| Dec 06 20:36:54.995 INFO STEP 627 (remove_files) COMPLETE |
6216 | 2024-12-06T20:36:55.662Z | [ recovery-image] Dec 06 20:36:54.995 INFO O| Dec 06 20:36:54.995 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-12-06T20:36:55.669Z | [ recovery-image] Dec 06 20:36:55.005 INFO O| Dec 06 20:36:55.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6218 | 2024-12-06T20:36:55.669Z | [ recovery-image] Dec 06 20:36:55.005 INFO O| Dec 06 20:36:55.005 INFO STEP 628 (remove_files) COMPLETE |
6219 | 2024-12-06T20:36:55.672Z | [ recovery-image] Dec 06 20:36:55.005 INFO O| Dec 06 20:36:55.005 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-12-06T20:36:55.679Z | [ recovery-image] Dec 06 20:36:55.015 INFO O| Dec 06 20:36:55.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6221 | 2024-12-06T20:36:55.679Z | [ recovery-image] Dec 06 20:36:55.015 INFO O| Dec 06 20:36:55.015 INFO STEP 629 (remove_files) COMPLETE |
6222 | 2024-12-06T20:36:55.680Z | [ recovery-image] Dec 06 20:36:55.015 INFO O| Dec 06 20:36:55.015 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-12-06T20:36:55.688Z | [ recovery-image] Dec 06 20:36:55.024 INFO O| Dec 06 20:36:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6224 | 2024-12-06T20:36:55.688Z | [ recovery-image] Dec 06 20:36:55.024 INFO O| Dec 06 20:36:55.024 INFO STEP 630 (remove_files) COMPLETE |
6225 | 2024-12-06T20:36:55.688Z | [ recovery-image] Dec 06 20:36:55.024 INFO O| Dec 06 20:36:55.024 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-12-06T20:36:55.698Z | [ recovery-image] Dec 06 20:36:55.033 INFO O| Dec 06 20:36:55.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6227 | 2024-12-06T20:36:55.700Z | [ recovery-image] Dec 06 20:36:55.034 INFO O| Dec 06 20:36:55.033 INFO STEP 631 (remove_files) COMPLETE |
6228 | 2024-12-06T20:36:55.700Z | [ recovery-image] Dec 06 20:36:55.034 INFO O| Dec 06 20:36:55.034 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-12-06T20:36:55.707Z | [ recovery-image] Dec 06 20:36:55.043 INFO O| Dec 06 20:36:55.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6230 | 2024-12-06T20:36:55.707Z | [ recovery-image] Dec 06 20:36:55.043 INFO O| Dec 06 20:36:55.043 INFO STEP 632 (remove_files) COMPLETE |
6231 | 2024-12-06T20:36:55.707Z | [ recovery-image] Dec 06 20:36:55.043 INFO O| Dec 06 20:36:55.043 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-12-06T20:36:55.718Z | [ recovery-image] Dec 06 20:36:55.052 INFO O| Dec 06 20:36:55.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6233 | 2024-12-06T20:36:55.718Z | [ recovery-image] Dec 06 20:36:55.052 INFO O| Dec 06 20:36:55.052 INFO STEP 633 (remove_files) COMPLETE |
6234 | 2024-12-06T20:36:55.721Z | [ recovery-image] Dec 06 20:36:55.052 INFO O| Dec 06 20:36:55.052 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-12-06T20:36:55.725Z | [ recovery-image] Dec 06 20:36:55.061 INFO O| Dec 06 20:36:55.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6236 | 2024-12-06T20:36:55.725Z | [ recovery-image] Dec 06 20:36:55.061 INFO O| Dec 06 20:36:55.061 INFO STEP 634 (remove_files) COMPLETE |
6237 | 2024-12-06T20:36:55.725Z | [ recovery-image] Dec 06 20:36:55.061 INFO O| Dec 06 20:36:55.061 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-12-06T20:36:55.735Z | [ recovery-image] Dec 06 20:36:55.070 INFO O| Dec 06 20:36:55.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6239 | 2024-12-06T20:36:55.735Z | [ recovery-image] Dec 06 20:36:55.070 INFO O| Dec 06 20:36:55.070 INFO STEP 635 (remove_files) COMPLETE |
6240 | 2024-12-06T20:36:55.735Z | [ recovery-image] Dec 06 20:36:55.070 INFO O| Dec 06 20:36:55.070 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-12-06T20:36:55.744Z | [ recovery-image] Dec 06 20:36:55.080 INFO O| Dec 06 20:36:55.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6242 | 2024-12-06T20:36:55.747Z | [ recovery-image] Dec 06 20:36:55.080 INFO O| Dec 06 20:36:55.080 INFO STEP 636 (remove_files) COMPLETE |
6243 | 2024-12-06T20:36:55.747Z | [ recovery-image] Dec 06 20:36:55.080 INFO O| Dec 06 20:36:55.080 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-12-06T20:36:55.753Z | [ recovery-image] Dec 06 20:36:55.089 INFO O| Dec 06 20:36:55.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6245 | 2024-12-06T20:36:55.755Z | [ recovery-image] Dec 06 20:36:55.089 INFO O| Dec 06 20:36:55.089 INFO STEP 637 (remove_files) COMPLETE |
6246 | 2024-12-06T20:36:55.755Z | [ recovery-image] Dec 06 20:36:55.089 INFO O| Dec 06 20:36:55.089 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-12-06T20:36:55.763Z | [ recovery-image] Dec 06 20:36:55.098 INFO O| Dec 06 20:36:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6248 | 2024-12-06T20:36:55.763Z | [ recovery-image] Dec 06 20:36:55.098 INFO O| Dec 06 20:36:55.098 INFO STEP 638 (remove_files) COMPLETE |
6249 | 2024-12-06T20:36:55.765Z | [ recovery-image] Dec 06 20:36:55.098 INFO O| Dec 06 20:36:55.098 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-12-06T20:36:55.772Z | [ recovery-image] Dec 06 20:36:55.108 INFO O| Dec 06 20:36:55.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6251 | 2024-12-06T20:36:55.772Z | [ recovery-image] Dec 06 20:36:55.108 INFO O| Dec 06 20:36:55.108 INFO STEP 639 (remove_files) COMPLETE |
6252 | 2024-12-06T20:36:55.774Z | [ recovery-image] Dec 06 20:36:55.108 INFO O| Dec 06 20:36:55.108 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-12-06T20:36:55.782Z | [ recovery-image] Dec 06 20:36:55.117 INFO O| Dec 06 20:36:55.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6254 | 2024-12-06T20:36:55.782Z | [ recovery-image] Dec 06 20:36:55.118 INFO O| Dec 06 20:36:55.118 INFO STEP 640 (remove_files) COMPLETE |
6255 | 2024-12-06T20:36:55.784Z | [ recovery-image] Dec 06 20:36:55.118 INFO O| Dec 06 20:36:55.118 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-12-06T20:36:55.791Z | [ recovery-image] Dec 06 20:36:55.127 INFO O| Dec 06 20:36:55.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6257 | 2024-12-06T20:36:55.793Z | [ recovery-image] Dec 06 20:36:55.127 INFO O| Dec 06 20:36:55.127 INFO STEP 641 (remove_files) COMPLETE |
6258 | 2024-12-06T20:36:55.793Z | [ recovery-image] Dec 06 20:36:55.127 INFO O| Dec 06 20:36:55.127 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-12-06T20:36:55.801Z | [ recovery-image] Dec 06 20:36:55.137 INFO O| Dec 06 20:36:55.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6260 | 2024-12-06T20:36:55.801Z | [ recovery-image] Dec 06 20:36:55.137 INFO O| Dec 06 20:36:55.137 INFO STEP 642 (remove_files) COMPLETE |
6261 | 2024-12-06T20:36:55.803Z | [ recovery-image] Dec 06 20:36:55.137 INFO O| Dec 06 20:36:55.137 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-12-06T20:36:55.810Z | [ recovery-image] Dec 06 20:36:55.146 INFO O| Dec 06 20:36:55.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6263 | 2024-12-06T20:36:55.813Z | [ recovery-image] Dec 06 20:36:55.146 INFO O| Dec 06 20:36:55.146 INFO STEP 643 (remove_files) COMPLETE |
6264 | 2024-12-06T20:36:55.813Z | [ recovery-image] Dec 06 20:36:55.146 INFO O| Dec 06 20:36:55.146 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-12-06T20:36:55.820Z | [ recovery-image] Dec 06 20:36:55.156 INFO O| Dec 06 20:36:55.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6266 | 2024-12-06T20:36:55.820Z | [ recovery-image] Dec 06 20:36:55.156 INFO O| Dec 06 20:36:55.156 INFO STEP 644 (remove_files) COMPLETE |
6267 | 2024-12-06T20:36:55.820Z | [ recovery-image] Dec 06 20:36:55.156 INFO O| Dec 06 20:36:55.156 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-12-06T20:36:55.829Z | [ recovery-image] Dec 06 20:36:55.165 INFO O| Dec 06 20:36:55.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6269 | 2024-12-06T20:36:55.829Z | [ recovery-image] Dec 06 20:36:55.165 INFO O| Dec 06 20:36:55.165 INFO STEP 645 (remove_files) COMPLETE |
6270 | 2024-12-06T20:36:55.829Z | [ recovery-image] Dec 06 20:36:55.165 INFO O| Dec 06 20:36:55.165 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-12-06T20:36:55.839Z | [ recovery-image] Dec 06 20:36:55.175 INFO O| Dec 06 20:36:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6272 | 2024-12-06T20:36:55.841Z | [ recovery-image] Dec 06 20:36:55.175 INFO O| Dec 06 20:36:55.175 INFO STEP 646 (remove_files) COMPLETE |
6273 | 2024-12-06T20:36:55.841Z | [ recovery-image] Dec 06 20:36:55.175 INFO O| Dec 06 20:36:55.175 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-12-06T20:36:55.848Z | [ recovery-image] Dec 06 20:36:55.184 INFO O| Dec 06 20:36:55.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6275 | 2024-12-06T20:36:55.848Z | [ recovery-image] Dec 06 20:36:55.184 INFO O| Dec 06 20:36:55.184 INFO STEP 647 (remove_files) COMPLETE |
6276 | 2024-12-06T20:36:55.850Z | [ recovery-image] Dec 06 20:36:55.184 INFO O| Dec 06 20:36:55.184 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-12-06T20:36:55.858Z | [ recovery-image] Dec 06 20:36:55.193 INFO O| Dec 06 20:36:55.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6278 | 2024-12-06T20:36:55.858Z | [ recovery-image] Dec 06 20:36:55.194 INFO O| Dec 06 20:36:55.194 INFO STEP 648 (remove_files) COMPLETE |
6279 | 2024-12-06T20:36:55.860Z | [ recovery-image] Dec 06 20:36:55.194 INFO O| Dec 06 20:36:55.194 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-12-06T20:36:55.867Z | [ recovery-image] Dec 06 20:36:55.203 INFO O| Dec 06 20:36:55.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6281 | 2024-12-06T20:36:55.870Z | [ recovery-image] Dec 06 20:36:55.203 INFO O| Dec 06 20:36:55.203 INFO STEP 649 (remove_files) COMPLETE |
6282 | 2024-12-06T20:36:55.870Z | [ recovery-image] Dec 06 20:36:55.203 INFO O| Dec 06 20:36:55.203 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-12-06T20:36:55.877Z | [ recovery-image] Dec 06 20:36:55.213 INFO O| Dec 06 20:36:55.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6284 | 2024-12-06T20:36:55.877Z | [ recovery-image] Dec 06 20:36:55.213 INFO O| Dec 06 20:36:55.213 INFO STEP 650 (remove_files) COMPLETE |
6285 | 2024-12-06T20:36:55.880Z | [ recovery-image] Dec 06 20:36:55.213 INFO O| Dec 06 20:36:55.213 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-12-06T20:36:55.887Z | [ recovery-image] Dec 06 20:36:55.222 INFO O| Dec 06 20:36:55.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6287 | 2024-12-06T20:36:55.889Z | [ recovery-image] Dec 06 20:36:55.223 INFO O| Dec 06 20:36:55.222 INFO STEP 651 (remove_files) COMPLETE |
6288 | 2024-12-06T20:36:55.889Z | [ recovery-image] Dec 06 20:36:55.223 INFO O| Dec 06 20:36:55.223 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-12-06T20:36:55.896Z | [ recovery-image] Dec 06 20:36:55.232 INFO O| Dec 06 20:36:55.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6290 | 2024-12-06T20:36:55.898Z | [ recovery-image] Dec 06 20:36:55.232 INFO O| Dec 06 20:36:55.232 INFO STEP 652 (remove_files) COMPLETE |
6291 | 2024-12-06T20:36:55.898Z | [ recovery-image] Dec 06 20:36:55.232 INFO O| Dec 06 20:36:55.232 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-12-06T20:36:55.906Z | [ recovery-image] Dec 06 20:36:55.241 INFO O| Dec 06 20:36:55.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6293 | 2024-12-06T20:36:55.906Z | [ recovery-image] Dec 06 20:36:55.242 INFO O| Dec 06 20:36:55.242 INFO STEP 653 (remove_files) COMPLETE |
6294 | 2024-12-06T20:36:55.909Z | [ recovery-image] Dec 06 20:36:55.242 INFO O| Dec 06 20:36:55.242 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-12-06T20:36:55.915Z | [ recovery-image] Dec 06 20:36:55.251 INFO O| Dec 06 20:36:55.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6296 | 2024-12-06T20:36:55.917Z | [ recovery-image] Dec 06 20:36:55.251 INFO O| Dec 06 20:36:55.251 INFO STEP 654 (remove_files) COMPLETE |
6297 | 2024-12-06T20:36:55.917Z | [ recovery-image] Dec 06 20:36:55.251 INFO O| Dec 06 20:36:55.251 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-12-06T20:36:55.925Z | [ recovery-image] Dec 06 20:36:55.261 INFO O| Dec 06 20:36:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6299 | 2024-12-06T20:36:55.927Z | [ recovery-image] Dec 06 20:36:55.261 INFO O| Dec 06 20:36:55.261 INFO STEP 655 (remove_files) COMPLETE |
6300 | 2024-12-06T20:36:55.927Z | [ recovery-image] Dec 06 20:36:55.261 INFO O| Dec 06 20:36:55.261 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-12-06T20:36:55.934Z | [ recovery-image] Dec 06 20:36:55.270 INFO O| Dec 06 20:36:55.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6302 | 2024-12-06T20:36:55.934Z | [ recovery-image] Dec 06 20:36:55.270 INFO O| Dec 06 20:36:55.270 INFO STEP 656 (remove_files) COMPLETE |
6303 | 2024-12-06T20:36:55.934Z | [ recovery-image] Dec 06 20:36:55.270 INFO O| Dec 06 20:36:55.270 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-12-06T20:36:55.944Z | [ recovery-image] Dec 06 20:36:55.280 INFO O| Dec 06 20:36:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6305 | 2024-12-06T20:36:55.946Z | [ recovery-image] Dec 06 20:36:55.280 INFO O| Dec 06 20:36:55.280 INFO STEP 657 (remove_files) COMPLETE |
6306 | 2024-12-06T20:36:55.946Z | [ recovery-image] Dec 06 20:36:55.280 INFO O| Dec 06 20:36:55.280 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-12-06T20:36:55.953Z | [ recovery-image] Dec 06 20:36:55.289 INFO O| Dec 06 20:36:55.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6308 | 2024-12-06T20:36:55.955Z | [ recovery-image] Dec 06 20:36:55.290 INFO O| Dec 06 20:36:55.290 INFO STEP 658 (remove_files) COMPLETE |
6309 | 2024-12-06T20:36:55.955Z | [ recovery-image] Dec 06 20:36:55.290 INFO O| Dec 06 20:36:55.290 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-12-06T20:36:55.963Z | [ recovery-image] Dec 06 20:36:55.299 INFO O| Dec 06 20:36:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6311 | 2024-12-06T20:36:55.963Z | [ recovery-image] Dec 06 20:36:55.299 INFO O| Dec 06 20:36:55.299 INFO STEP 659 (remove_files) COMPLETE |
6312 | 2024-12-06T20:36:55.965Z | [ recovery-image] Dec 06 20:36:55.299 INFO O| Dec 06 20:36:55.299 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-12-06T20:36:55.972Z | [ recovery-image] Dec 06 20:36:55.308 INFO O| Dec 06 20:36:55.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6314 | 2024-12-06T20:36:55.974Z | [ recovery-image] Dec 06 20:36:55.308 INFO O| Dec 06 20:36:55.308 INFO STEP 660 (remove_files) COMPLETE |
6315 | 2024-12-06T20:36:55.975Z | [ recovery-image] Dec 06 20:36:55.308 INFO O| Dec 06 20:36:55.308 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-12-06T20:36:55.982Z | [ recovery-image] Dec 06 20:36:55.317 INFO O| Dec 06 20:36:55.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6317 | 2024-12-06T20:36:55.984Z | [ recovery-image] Dec 06 20:36:55.318 INFO O| Dec 06 20:36:55.318 INFO STEP 661 (remove_files) COMPLETE |
6318 | 2024-12-06T20:36:55.984Z | [ recovery-image] Dec 06 20:36:55.318 INFO O| Dec 06 20:36:55.318 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-12-06T20:36:55.991Z | [ recovery-image] Dec 06 20:36:55.327 INFO O| Dec 06 20:36:55.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6320 | 2024-12-06T20:36:55.991Z | [ recovery-image] Dec 06 20:36:55.327 INFO O| Dec 06 20:36:55.327 INFO STEP 662 (remove_files) COMPLETE |
6321 | 2024-12-06T20:36:55.993Z | [ recovery-image] Dec 06 20:36:55.327 INFO O| Dec 06 20:36:55.327 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-12-06T20:36:56.001Z | [ recovery-image] Dec 06 20:36:55.336 INFO O| Dec 06 20:36:55.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6323 | 2024-12-06T20:36:56.001Z | [ recovery-image] Dec 06 20:36:55.336 INFO O| Dec 06 20:36:55.336 INFO STEP 663 (remove_files) COMPLETE |
6324 | 2024-12-06T20:36:56.003Z | [ recovery-image] Dec 06 20:36:55.336 INFO O| Dec 06 20:36:55.336 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-06T20:36:56.010Z | [ recovery-image] Dec 06 20:36:55.346 INFO O| Dec 06 20:36:55.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6326 | 2024-12-06T20:36:56.010Z | [ recovery-image] Dec 06 20:36:55.346 INFO O| Dec 06 20:36:55.346 INFO STEP 664 (remove_files) COMPLETE |
6327 | 2024-12-06T20:36:56.010Z | [ recovery-image] Dec 06 20:36:55.346 INFO O| Dec 06 20:36:55.346 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-06T20:36:56.017Z | [ host-image] Dec 06 20:36:55.353 INFO O| Dec 06 20:36:55.353 INFO O| Done |
6329 | 2024-12-06T20:36:56.020Z | [ recovery-image] Dec 06 20:36:55.355 INFO O| Dec 06 20:36:55.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6330 | 2024-12-06T20:36:56.020Z | [ recovery-image] Dec 06 20:36:55.355 INFO O| Dec 06 20:36:55.355 INFO STEP 665 (remove_files) COMPLETE |
6331 | 2024-12-06T20:36:56.020Z | [ recovery-image] Dec 06 20:36:55.355 INFO O| Dec 06 20:36:55.355 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-12-06T20:36:56.029Z | [ recovery-image] Dec 06 20:36:55.365 INFO O| Dec 06 20:36:55.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6333 | 2024-12-06T20:36:56.029Z | [ recovery-image] Dec 06 20:36:55.365 INFO O| Dec 06 20:36:55.365 INFO STEP 666 (remove_files) COMPLETE |
6334 | 2024-12-06T20:36:56.029Z | [ recovery-image] Dec 06 20:36:55.365 INFO O| Dec 06 20:36:55.365 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-12-06T20:36:56.039Z | [ recovery-image] Dec 06 20:36:55.374 INFO O| Dec 06 20:36:55.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6336 | 2024-12-06T20:36:56.039Z | [ recovery-image] Dec 06 20:36:55.374 INFO O| Dec 06 20:36:55.374 INFO STEP 667 (remove_files) COMPLETE |
6337 | 2024-12-06T20:36:56.039Z | [ recovery-image] Dec 06 20:36:55.374 INFO O| Dec 06 20:36:55.374 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-12-06T20:36:56.048Z | [ recovery-image] Dec 06 20:36:55.384 INFO O| Dec 06 20:36:55.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6339 | 2024-12-06T20:36:56.049Z | [ recovery-image] Dec 06 20:36:55.384 INFO O| Dec 06 20:36:55.384 INFO STEP 668 (remove_files) COMPLETE |
6340 | 2024-12-06T20:36:56.051Z | [ recovery-image] Dec 06 20:36:55.384 INFO O| Dec 06 20:36:55.384 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-12-06T20:36:56.058Z | [ recovery-image] Dec 06 20:36:55.394 INFO O| Dec 06 20:36:55.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6342 | 2024-12-06T20:36:56.058Z | [ recovery-image] Dec 06 20:36:55.394 INFO O| Dec 06 20:36:55.394 INFO STEP 669 (remove_files) COMPLETE |
6343 | 2024-12-06T20:36:56.058Z | [ recovery-image] Dec 06 20:36:55.394 INFO O| Dec 06 20:36:55.394 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-12-06T20:36:56.069Z | [ recovery-image] Dec 06 20:36:55.405 INFO O| Dec 06 20:36:55.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6345 | 2024-12-06T20:36:56.069Z | [ recovery-image] Dec 06 20:36:55.405 INFO O| Dec 06 20:36:55.405 INFO STEP 670 (remove_files) COMPLETE |
6346 | 2024-12-06T20:36:56.072Z | [ recovery-image] Dec 06 20:36:55.405 INFO O| Dec 06 20:36:55.405 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-12-06T20:36:56.079Z | [ recovery-image] Dec 06 20:36:55.415 INFO O| Dec 06 20:36:55.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6348 | 2024-12-06T20:36:56.079Z | [ recovery-image] Dec 06 20:36:55.415 INFO O| Dec 06 20:36:55.415 INFO STEP 671 (remove_files) COMPLETE |
6349 | 2024-12-06T20:36:56.081Z | [ recovery-image] Dec 06 20:36:55.415 INFO O| Dec 06 20:36:55.415 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-12-06T20:36:56.089Z | [ recovery-image] Dec 06 20:36:55.425 INFO O| Dec 06 20:36:55.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6351 | 2024-12-06T20:36:56.092Z | [ recovery-image] Dec 06 20:36:55.425 INFO O| Dec 06 20:36:55.425 INFO STEP 672 (remove_files) COMPLETE |
6352 | 2024-12-06T20:36:56.092Z | [ recovery-image] Dec 06 20:36:55.425 INFO O| Dec 06 20:36:55.425 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-12-06T20:36:56.099Z | [ recovery-image] Dec 06 20:36:55.434 INFO O| Dec 06 20:36:55.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6354 | 2024-12-06T20:36:56.099Z | [ recovery-image] Dec 06 20:36:55.435 INFO O| Dec 06 20:36:55.435 INFO STEP 673 (remove_files) COMPLETE |
6355 | 2024-12-06T20:36:56.099Z | [ recovery-image] Dec 06 20:36:55.435 INFO O| Dec 06 20:36:55.435 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-12-06T20:36:56.109Z | [ recovery-image] Dec 06 20:36:55.444 INFO O| Dec 06 20:36:55.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6357 | 2024-12-06T20:36:56.109Z | [ recovery-image] Dec 06 20:36:55.444 INFO O| Dec 06 20:36:55.444 INFO STEP 674 (remove_files) COMPLETE |
6358 | 2024-12-06T20:36:56.112Z | [ recovery-image] Dec 06 20:36:55.444 INFO O| Dec 06 20:36:55.444 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-12-06T20:36:56.118Z | [ recovery-image] Dec 06 20:36:55.454 INFO O| Dec 06 20:36:55.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6360 | 2024-12-06T20:36:56.120Z | [ recovery-image] Dec 06 20:36:55.454 INFO O| Dec 06 20:36:55.454 INFO STEP 675 (remove_files) COMPLETE |
6361 | 2024-12-06T20:36:56.120Z | [ recovery-image] Dec 06 20:36:55.454 INFO O| Dec 06 20:36:55.454 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-12-06T20:36:56.128Z | [ recovery-image] Dec 06 20:36:55.463 INFO O| Dec 06 20:36:55.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6363 | 2024-12-06T20:36:56.128Z | [ recovery-image] Dec 06 20:36:55.464 INFO O| Dec 06 20:36:55.463 INFO STEP 676 (remove_files) COMPLETE |
6364 | 2024-12-06T20:36:56.130Z | [ recovery-image] Dec 06 20:36:55.464 INFO O| Dec 06 20:36:55.463 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-12-06T20:36:56.137Z | [ recovery-image] Dec 06 20:36:55.473 INFO O| Dec 06 20:36:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6366 | 2024-12-06T20:36:56.140Z | [ recovery-image] Dec 06 20:36:55.473 INFO O| Dec 06 20:36:55.473 INFO STEP 677 (remove_files) COMPLETE |
6367 | 2024-12-06T20:36:56.140Z | [ recovery-image] Dec 06 20:36:55.473 INFO O| Dec 06 20:36:55.473 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-12-06T20:36:56.147Z | [ recovery-image] Dec 06 20:36:55.483 INFO O| Dec 06 20:36:55.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6369 | 2024-12-06T20:36:56.147Z | [ recovery-image] Dec 06 20:36:55.483 INFO O| Dec 06 20:36:55.483 INFO STEP 678 (remove_files) COMPLETE |
6370 | 2024-12-06T20:36:56.150Z | [ recovery-image] Dec 06 20:36:55.483 INFO O| Dec 06 20:36:55.483 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-12-06T20:36:56.157Z | [ recovery-image] Dec 06 20:36:55.493 INFO O| Dec 06 20:36:55.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6372 | 2024-12-06T20:36:56.157Z | [ recovery-image] Dec 06 20:36:55.493 INFO O| Dec 06 20:36:55.493 INFO STEP 679 (remove_files) COMPLETE |
6373 | 2024-12-06T20:36:56.157Z | [ recovery-image] Dec 06 20:36:55.493 INFO O| Dec 06 20:36:55.493 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-12-06T20:36:56.166Z | [ recovery-image] Dec 06 20:36:55.502 INFO O| Dec 06 20:36:55.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6375 | 2024-12-06T20:36:56.167Z | [ recovery-image] Dec 06 20:36:55.502 INFO O| Dec 06 20:36:55.502 INFO STEP 680 (remove_files) COMPLETE |
6376 | 2024-12-06T20:36:56.167Z | [ recovery-image] Dec 06 20:36:55.502 INFO O| Dec 06 20:36:55.502 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-12-06T20:36:56.176Z | [ recovery-image] Dec 06 20:36:55.512 INFO O| Dec 06 20:36:55.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6378 | 2024-12-06T20:36:56.176Z | [ recovery-image] Dec 06 20:36:55.512 INFO O| Dec 06 20:36:55.512 INFO STEP 681 (remove_files) COMPLETE |
6379 | 2024-12-06T20:36:56.179Z | [ recovery-image] Dec 06 20:36:55.512 INFO O| Dec 06 20:36:55.512 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-12-06T20:36:56.186Z | [ recovery-image] Dec 06 20:36:55.522 INFO O| Dec 06 20:36:55.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6381 | 2024-12-06T20:36:56.186Z | [ recovery-image] Dec 06 20:36:55.522 INFO O| Dec 06 20:36:55.522 INFO STEP 682 (remove_files) COMPLETE |
6382 | 2024-12-06T20:36:56.186Z | [ recovery-image] Dec 06 20:36:55.522 INFO O| Dec 06 20:36:55.522 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-12-06T20:36:56.195Z | [ recovery-image] Dec 06 20:36:55.531 INFO O| Dec 06 20:36:55.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6384 | 2024-12-06T20:36:56.195Z | [ recovery-image] Dec 06 20:36:55.531 INFO O| Dec 06 20:36:55.531 INFO STEP 683 (remove_files) COMPLETE |
6385 | 2024-12-06T20:36:56.198Z | [ recovery-image] Dec 06 20:36:55.531 INFO O| Dec 06 20:36:55.531 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-12-06T20:36:56.205Z | [ recovery-image] Dec 06 20:36:55.541 INFO O| Dec 06 20:36:55.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6387 | 2024-12-06T20:36:56.205Z | [ recovery-image] Dec 06 20:36:55.541 INFO O| Dec 06 20:36:55.541 INFO STEP 684 (remove_files) COMPLETE |
6388 | 2024-12-06T20:36:56.208Z | [ recovery-image] Dec 06 20:36:55.541 INFO O| Dec 06 20:36:55.541 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-12-06T20:36:56.215Z | [ recovery-image] Dec 06 20:36:55.551 INFO O| Dec 06 20:36:55.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6390 | 2024-12-06T20:36:56.217Z | [ recovery-image] Dec 06 20:36:55.551 INFO O| Dec 06 20:36:55.551 INFO STEP 685 (remove_files) COMPLETE |
6391 | 2024-12-06T20:36:56.217Z | [ recovery-image] Dec 06 20:36:55.551 INFO O| Dec 06 20:36:55.551 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-12-06T20:36:56.225Z | [ recovery-image] Dec 06 20:36:55.560 INFO O| Dec 06 20:36:55.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6393 | 2024-12-06T20:36:56.225Z | [ recovery-image] Dec 06 20:36:55.561 INFO O| Dec 06 20:36:55.560 INFO STEP 686 (remove_files) COMPLETE |
6394 | 2024-12-06T20:36:56.225Z | [ recovery-image] Dec 06 20:36:55.561 INFO O| Dec 06 20:36:55.561 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-12-06T20:36:56.234Z | [ recovery-image] Dec 06 20:36:55.570 INFO O| Dec 06 20:36:55.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6396 | 2024-12-06T20:36:56.234Z | [ recovery-image] Dec 06 20:36:55.570 INFO O| Dec 06 20:36:55.570 INFO STEP 687 (remove_files) COMPLETE |
6397 | 2024-12-06T20:36:56.234Z | [ recovery-image] Dec 06 20:36:55.570 INFO O| Dec 06 20:36:55.570 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-12-06T20:36:56.244Z | [ recovery-image] Dec 06 20:36:55.579 INFO O| Dec 06 20:36:55.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6399 | 2024-12-06T20:36:56.244Z | [ recovery-image] Dec 06 20:36:55.579 INFO O| Dec 06 20:36:55.579 INFO STEP 688 (remove_files) COMPLETE |
6400 | 2024-12-06T20:36:56.246Z | [ recovery-image] Dec 06 20:36:55.579 INFO O| Dec 06 20:36:55.579 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-12-06T20:36:56.253Z | [ recovery-image] Dec 06 20:36:55.589 INFO O| Dec 06 20:36:55.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6402 | 2024-12-06T20:36:56.253Z | [ recovery-image] Dec 06 20:36:55.589 INFO O| Dec 06 20:36:55.589 INFO STEP 689 (remove_files) COMPLETE |
6403 | 2024-12-06T20:36:56.253Z | [ recovery-image] Dec 06 20:36:55.589 INFO O| Dec 06 20:36:55.589 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-12-06T20:36:56.263Z | [ recovery-image] Dec 06 20:36:55.599 INFO O| Dec 06 20:36:55.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6405 | 2024-12-06T20:36:56.263Z | [ recovery-image] Dec 06 20:36:55.599 INFO O| Dec 06 20:36:55.599 INFO STEP 690 (remove_files) COMPLETE |
6406 | 2024-12-06T20:36:56.265Z | [ recovery-image] Dec 06 20:36:55.599 INFO O| Dec 06 20:36:55.599 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-12-06T20:36:56.273Z | [ recovery-image] Dec 06 20:36:55.608 INFO O| Dec 06 20:36:55.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6408 | 2024-12-06T20:36:56.273Z | [ recovery-image] Dec 06 20:36:55.608 INFO O| Dec 06 20:36:55.608 INFO STEP 691 (remove_files) COMPLETE |
6409 | 2024-12-06T20:36:56.276Z | [ recovery-image] Dec 06 20:36:55.608 INFO O| Dec 06 20:36:55.608 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-12-06T20:36:56.282Z | [ recovery-image] Dec 06 20:36:55.618 INFO O| Dec 06 20:36:55.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6411 | 2024-12-06T20:36:56.282Z | [ recovery-image] Dec 06 20:36:55.618 INFO O| Dec 06 20:36:55.618 INFO STEP 692 (remove_files) COMPLETE |
6412 | 2024-12-06T20:36:56.282Z | [ recovery-image] Dec 06 20:36:55.618 INFO O| Dec 06 20:36:55.618 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-12-06T20:36:56.291Z | [ recovery-image] Dec 06 20:36:55.627 INFO O| Dec 06 20:36:55.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6414 | 2024-12-06T20:36:56.291Z | [ recovery-image] Dec 06 20:36:55.627 INFO O| Dec 06 20:36:55.627 INFO STEP 693 (remove_files) COMPLETE |
6415 | 2024-12-06T20:36:56.294Z | [ recovery-image] Dec 06 20:36:55.627 INFO O| Dec 06 20:36:55.627 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-12-06T20:36:56.301Z | [ recovery-image] Dec 06 20:36:55.637 INFO O| Dec 06 20:36:55.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6417 | 2024-12-06T20:36:56.301Z | [ recovery-image] Dec 06 20:36:55.637 INFO O| Dec 06 20:36:55.637 INFO STEP 694 (remove_files) COMPLETE |
6418 | 2024-12-06T20:36:56.301Z | [ recovery-image] Dec 06 20:36:55.637 INFO O| Dec 06 20:36:55.637 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-12-06T20:36:56.310Z | [ recovery-image] Dec 06 20:36:55.646 INFO O| Dec 06 20:36:55.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6420 | 2024-12-06T20:36:56.310Z | [ recovery-image] Dec 06 20:36:55.646 INFO O| Dec 06 20:36:55.646 INFO STEP 695 (remove_files) COMPLETE |
6421 | 2024-12-06T20:36:56.313Z | [ recovery-image] Dec 06 20:36:55.646 INFO O| Dec 06 20:36:55.646 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-12-06T20:36:56.320Z | [ recovery-image] Dec 06 20:36:55.656 INFO O| Dec 06 20:36:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6423 | 2024-12-06T20:36:56.320Z | [ recovery-image] Dec 06 20:36:55.656 INFO O| Dec 06 20:36:55.656 INFO STEP 696 (remove_files) COMPLETE |
6424 | 2024-12-06T20:36:56.323Z | [ recovery-image] Dec 06 20:36:55.656 INFO O| Dec 06 20:36:55.656 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-12-06T20:36:56.329Z | [ recovery-image] Dec 06 20:36:55.665 INFO O| Dec 06 20:36:55.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6426 | 2024-12-06T20:36:56.330Z | [ recovery-image] Dec 06 20:36:55.665 INFO O| Dec 06 20:36:55.665 INFO STEP 697 (remove_files) COMPLETE |
6427 | 2024-12-06T20:36:56.330Z | [ recovery-image] Dec 06 20:36:55.665 INFO O| Dec 06 20:36:55.665 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-12-06T20:36:56.339Z | [ recovery-image] Dec 06 20:36:55.675 INFO O| Dec 06 20:36:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6429 | 2024-12-06T20:36:56.339Z | [ recovery-image] Dec 06 20:36:55.675 INFO O| Dec 06 20:36:55.675 INFO STEP 698 (remove_files) COMPLETE |
6430 | 2024-12-06T20:36:56.341Z | [ recovery-image] Dec 06 20:36:55.675 INFO O| Dec 06 20:36:55.675 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-12-06T20:36:56.348Z | [ recovery-image] Dec 06 20:36:55.684 INFO O| Dec 06 20:36:55.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6432 | 2024-12-06T20:36:56.348Z | [ recovery-image] Dec 06 20:36:55.684 INFO O| Dec 06 20:36:55.684 INFO STEP 699 (remove_files) COMPLETE |
6433 | 2024-12-06T20:36:56.351Z | [ recovery-image] Dec 06 20:36:55.684 INFO O| Dec 06 20:36:55.684 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-12-06T20:36:56.358Z | [ recovery-image] Dec 06 20:36:55.694 INFO O| Dec 06 20:36:55.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6435 | 2024-12-06T20:36:56.358Z | [ recovery-image] Dec 06 20:36:55.694 INFO O| Dec 06 20:36:55.694 INFO STEP 700 (remove_files) COMPLETE |
6436 | 2024-12-06T20:36:56.358Z | [ recovery-image] Dec 06 20:36:55.694 INFO O| Dec 06 20:36:55.694 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-12-06T20:36:56.367Z | [ recovery-image] Dec 06 20:36:55.703 INFO O| Dec 06 20:36:55.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6438 | 2024-12-06T20:36:56.367Z | [ recovery-image] Dec 06 20:36:55.703 INFO O| Dec 06 20:36:55.703 INFO STEP 701 (remove_files) COMPLETE |
6439 | 2024-12-06T20:36:56.370Z | [ recovery-image] Dec 06 20:36:55.703 INFO O| Dec 06 20:36:55.703 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-12-06T20:36:56.376Z | [ recovery-image] Dec 06 20:36:55.712 INFO O| Dec 06 20:36:55.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6441 | 2024-12-06T20:36:56.376Z | [ recovery-image] Dec 06 20:36:55.712 INFO O| Dec 06 20:36:55.712 INFO STEP 702 (remove_files) COMPLETE |
6442 | 2024-12-06T20:36:56.377Z | [ recovery-image] Dec 06 20:36:55.712 INFO O| Dec 06 20:36:55.712 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-12-06T20:36:56.386Z | [ recovery-image] Dec 06 20:36:55.722 INFO O| Dec 06 20:36:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6444 | 2024-12-06T20:36:56.386Z | [ recovery-image] Dec 06 20:36:55.722 INFO O| Dec 06 20:36:55.722 INFO STEP 703 (remove_files) COMPLETE |
6445 | 2024-12-06T20:36:56.386Z | [ recovery-image] Dec 06 20:36:55.722 INFO O| Dec 06 20:36:55.722 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-12-06T20:36:56.395Z | [ recovery-image] Dec 06 20:36:55.731 INFO O| Dec 06 20:36:55.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6447 | 2024-12-06T20:36:56.395Z | [ recovery-image] Dec 06 20:36:55.731 INFO O| Dec 06 20:36:55.731 INFO STEP 704 (remove_files) COMPLETE |
6448 | 2024-12-06T20:36:56.398Z | [ recovery-image] Dec 06 20:36:55.731 INFO O| Dec 06 20:36:55.731 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-12-06T20:36:56.405Z | [ recovery-image] Dec 06 20:36:55.741 INFO O| Dec 06 20:36:55.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6450 | 2024-12-06T20:36:56.407Z | [ recovery-image] Dec 06 20:36:55.741 INFO O| Dec 06 20:36:55.741 INFO STEP 705 (remove_files) COMPLETE |
6451 | 2024-12-06T20:36:56.407Z | [ recovery-image] Dec 06 20:36:55.741 INFO O| Dec 06 20:36:55.741 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-12-06T20:36:56.414Z | [ recovery-image] Dec 06 20:36:55.750 INFO O| Dec 06 20:36:55.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6453 | 2024-12-06T20:36:56.417Z | [ recovery-image] Dec 06 20:36:55.750 INFO O| Dec 06 20:36:55.750 INFO STEP 706 (remove_files) COMPLETE |
6454 | 2024-12-06T20:36:56.417Z | [ recovery-image] Dec 06 20:36:55.750 INFO O| Dec 06 20:36:55.750 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-12-06T20:36:56.424Z | [ recovery-image] Dec 06 20:36:55.760 INFO O| Dec 06 20:36:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6456 | 2024-12-06T20:36:56.424Z | [ recovery-image] Dec 06 20:36:55.760 INFO O| Dec 06 20:36:55.760 INFO STEP 707 (remove_files) COMPLETE |
6457 | 2024-12-06T20:36:56.424Z | [ recovery-image] Dec 06 20:36:55.760 INFO O| Dec 06 20:36:55.760 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-12-06T20:36:56.433Z | [ recovery-image] Dec 06 20:36:55.769 INFO O| Dec 06 20:36:55.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6459 | 2024-12-06T20:36:56.433Z | [ recovery-image] Dec 06 20:36:55.769 INFO O| Dec 06 20:36:55.769 INFO STEP 708 (remove_files) COMPLETE |
6460 | 2024-12-06T20:36:56.433Z | [ recovery-image] Dec 06 20:36:55.769 INFO O| Dec 06 20:36:55.769 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-12-06T20:36:56.443Z | [ recovery-image] Dec 06 20:36:55.778 INFO O| Dec 06 20:36:55.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6462 | 2024-12-06T20:36:56.443Z | [ recovery-image] Dec 06 20:36:55.779 INFO O| Dec 06 20:36:55.779 INFO STEP 709 (remove_files) COMPLETE |
6463 | 2024-12-06T20:36:56.443Z | [ recovery-image] Dec 06 20:36:55.779 INFO O| Dec 06 20:36:55.779 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-12-06T20:36:56.452Z | [ recovery-image] Dec 06 20:36:55.788 INFO O| Dec 06 20:36:55.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6465 | 2024-12-06T20:36:56.452Z | [ recovery-image] Dec 06 20:36:55.788 INFO O| Dec 06 20:36:55.788 INFO STEP 710 (remove_files) COMPLETE |
6466 | 2024-12-06T20:36:56.452Z | [ recovery-image] Dec 06 20:36:55.788 INFO O| Dec 06 20:36:55.788 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-12-06T20:36:56.462Z | [ recovery-image] Dec 06 20:36:55.797 INFO O| Dec 06 20:36:55.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6468 | 2024-12-06T20:36:56.462Z | [ recovery-image] Dec 06 20:36:55.798 INFO O| Dec 06 20:36:55.797 INFO STEP 711 (remove_files) COMPLETE |
6469 | 2024-12-06T20:36:56.464Z | [ recovery-image] Dec 06 20:36:55.798 INFO O| Dec 06 20:36:55.798 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-12-06T20:36:56.471Z | [ recovery-image] Dec 06 20:36:55.807 INFO O| Dec 06 20:36:55.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6471 | 2024-12-06T20:36:56.471Z | [ recovery-image] Dec 06 20:36:55.807 INFO O| Dec 06 20:36:55.807 INFO STEP 712 (remove_files) COMPLETE |
6472 | 2024-12-06T20:36:56.471Z | [ recovery-image] Dec 06 20:36:55.807 INFO O| Dec 06 20:36:55.807 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-12-06T20:36:56.480Z | [ recovery-image] Dec 06 20:36:55.816 INFO O| Dec 06 20:36:55.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6474 | 2024-12-06T20:36:56.481Z | [ recovery-image] Dec 06 20:36:55.816 INFO O| Dec 06 20:36:55.816 INFO STEP 713 (remove_files) COMPLETE |
6475 | 2024-12-06T20:36:56.481Z | [ recovery-image] Dec 06 20:36:55.816 INFO O| Dec 06 20:36:55.816 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-12-06T20:36:56.490Z | [ recovery-image] Dec 06 20:36:55.825 INFO O| Dec 06 20:36:55.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6477 | 2024-12-06T20:36:56.490Z | [ recovery-image] Dec 06 20:36:55.825 INFO O| Dec 06 20:36:55.825 INFO STEP 714 (remove_files) COMPLETE |
6478 | 2024-12-06T20:36:56.492Z | [ recovery-image] Dec 06 20:36:55.825 INFO O| Dec 06 20:36:55.825 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-12-06T20:36:56.499Z | [ recovery-image] Dec 06 20:36:55.835 INFO O| Dec 06 20:36:55.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6480 | 2024-12-06T20:36:56.499Z | [ recovery-image] Dec 06 20:36:55.835 INFO O| Dec 06 20:36:55.835 INFO STEP 715 (remove_files) COMPLETE |
6481 | 2024-12-06T20:36:56.499Z | [ recovery-image] Dec 06 20:36:55.835 INFO O| Dec 06 20:36:55.835 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-12-06T20:36:56.508Z | [ recovery-image] Dec 06 20:36:55.844 INFO O| Dec 06 20:36:55.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6483 | 2024-12-06T20:36:56.508Z | [ recovery-image] Dec 06 20:36:55.844 INFO O| Dec 06 20:36:55.844 INFO STEP 716 (remove_files) COMPLETE |
6484 | 2024-12-06T20:36:56.511Z | [ recovery-image] Dec 06 20:36:55.844 INFO O| Dec 06 20:36:55.844 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-12-06T20:36:56.518Z | [ recovery-image] Dec 06 20:36:55.853 INFO O| Dec 06 20:36:55.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6486 | 2024-12-06T20:36:56.518Z | [ recovery-image] Dec 06 20:36:55.854 INFO O| Dec 06 20:36:55.854 INFO STEP 717 (remove_files) COMPLETE |
6487 | 2024-12-06T20:36:56.520Z | [ recovery-image] Dec 06 20:36:55.854 INFO O| Dec 06 20:36:55.854 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-12-06T20:36:56.528Z | [ recovery-image] Dec 06 20:36:55.864 INFO O| Dec 06 20:36:55.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6489 | 2024-12-06T20:36:56.528Z | [ recovery-image] Dec 06 20:36:55.864 INFO O| Dec 06 20:36:55.864 INFO STEP 718 (remove_files) COMPLETE |
6490 | 2024-12-06T20:36:56.528Z | [ recovery-image] Dec 06 20:36:55.864 INFO O| Dec 06 20:36:55.864 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-12-06T20:36:56.538Z | [ recovery-image] Dec 06 20:36:55.874 INFO O| Dec 06 20:36:55.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6492 | 2024-12-06T20:36:56.538Z | [ recovery-image] Dec 06 20:36:55.874 INFO O| Dec 06 20:36:55.874 INFO STEP 719 (remove_files) COMPLETE |
6493 | 2024-12-06T20:36:56.538Z | [ recovery-image] Dec 06 20:36:55.874 INFO O| Dec 06 20:36:55.874 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-12-06T20:36:56.549Z | [ recovery-image] Dec 06 20:36:55.884 INFO O| Dec 06 20:36:55.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6495 | 2024-12-06T20:36:56.549Z | [ recovery-image] Dec 06 20:36:55.884 INFO O| Dec 06 20:36:55.884 INFO STEP 720 (remove_files) COMPLETE |
6496 | 2024-12-06T20:36:56.549Z | [ recovery-image] Dec 06 20:36:55.884 INFO O| Dec 06 20:36:55.884 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-12-06T20:36:56.559Z | [ recovery-image] Dec 06 20:36:55.894 INFO O| Dec 06 20:36:55.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6498 | 2024-12-06T20:36:56.559Z | [ recovery-image] Dec 06 20:36:55.894 INFO O| Dec 06 20:36:55.894 INFO STEP 721 (remove_files) COMPLETE |
6499 | 2024-12-06T20:36:56.562Z | [ recovery-image] Dec 06 20:36:55.894 INFO O| Dec 06 20:36:55.894 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-12-06T20:36:56.568Z | [ recovery-image] Dec 06 20:36:55.904 INFO O| Dec 06 20:36:55.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6501 | 2024-12-06T20:36:56.568Z | [ recovery-image] Dec 06 20:36:55.904 INFO O| Dec 06 20:36:55.904 INFO STEP 722 (remove_files) COMPLETE |
6502 | 2024-12-06T20:36:56.570Z | [ recovery-image] Dec 06 20:36:55.904 INFO O| Dec 06 20:36:55.904 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-12-06T20:36:56.577Z | [ recovery-image] Dec 06 20:36:55.913 INFO O| Dec 06 20:36:55.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6504 | 2024-12-06T20:36:56.579Z | [ recovery-image] Dec 06 20:36:55.913 INFO O| Dec 06 20:36:55.913 INFO STEP 723 (remove_files) COMPLETE |
6505 | 2024-12-06T20:36:56.579Z | [ recovery-image] Dec 06 20:36:55.913 INFO O| Dec 06 20:36:55.913 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-12-06T20:36:56.586Z | [ recovery-image] Dec 06 20:36:55.922 INFO O| Dec 06 20:36:55.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6507 | 2024-12-06T20:36:56.586Z | [ recovery-image] Dec 06 20:36:55.922 INFO O| Dec 06 20:36:55.922 INFO STEP 724 (remove_files) COMPLETE |
6508 | 2024-12-06T20:36:56.589Z | [ recovery-image] Dec 06 20:36:55.922 INFO O| Dec 06 20:36:55.922 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-12-06T20:36:56.597Z | [ recovery-image] Dec 06 20:36:55.932 INFO O| Dec 06 20:36:55.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6510 | 2024-12-06T20:36:56.597Z | [ recovery-image] Dec 06 20:36:55.932 INFO O| Dec 06 20:36:55.932 INFO STEP 725 (remove_files) COMPLETE |
6511 | 2024-12-06T20:36:56.598Z | [ recovery-image] Dec 06 20:36:55.932 INFO O| Dec 06 20:36:55.932 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-12-06T20:36:56.605Z | [ recovery-image] Dec 06 20:36:55.941 INFO O| Dec 06 20:36:55.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6513 | 2024-12-06T20:36:56.607Z | [ recovery-image] Dec 06 20:36:55.941 INFO O| Dec 06 20:36:55.941 INFO STEP 726 (remove_files) COMPLETE |
6514 | 2024-12-06T20:36:56.607Z | [ recovery-image] Dec 06 20:36:55.941 INFO O| Dec 06 20:36:55.941 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-12-06T20:36:56.617Z | [ recovery-image] Dec 06 20:36:55.953 INFO O| Dec 06 20:36:55.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6516 | 2024-12-06T20:36:56.620Z | [ recovery-image] Dec 06 20:36:55.953 INFO O| Dec 06 20:36:55.953 INFO STEP 727 (remove_files) COMPLETE |
6517 | 2024-12-06T20:36:56.620Z | [ recovery-image] Dec 06 20:36:55.953 INFO O| Dec 06 20:36:55.953 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-12-06T20:36:56.628Z | [ recovery-image] Dec 06 20:36:55.964 INFO O| Dec 06 20:36:55.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6519 | 2024-12-06T20:36:56.628Z | [ recovery-image] Dec 06 20:36:55.964 INFO O| Dec 06 20:36:55.964 INFO STEP 728 (remove_files) COMPLETE |
6520 | 2024-12-06T20:36:56.631Z | [ recovery-image] Dec 06 20:36:55.964 INFO O| Dec 06 20:36:55.964 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-12-06T20:36:56.638Z | [ recovery-image] Dec 06 20:36:55.974 INFO O| Dec 06 20:36:55.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6522 | 2024-12-06T20:36:56.640Z | [ recovery-image] Dec 06 20:36:55.974 INFO O| Dec 06 20:36:55.974 INFO STEP 729 (remove_files) COMPLETE |
6523 | 2024-12-06T20:36:56.640Z | [ recovery-image] Dec 06 20:36:55.974 INFO O| Dec 06 20:36:55.974 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-12-06T20:36:56.649Z | [ recovery-image] Dec 06 20:36:55.985 INFO O| Dec 06 20:36:55.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6525 | 2024-12-06T20:36:56.649Z | [ recovery-image] Dec 06 20:36:55.985 INFO O| Dec 06 20:36:55.985 INFO STEP 730 (remove_files) COMPLETE |
6526 | 2024-12-06T20:36:56.652Z | [ recovery-image] Dec 06 20:36:55.985 INFO O| Dec 06 20:36:55.985 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-12-06T20:36:56.659Z | [ recovery-image] Dec 06 20:36:55.995 INFO O| Dec 06 20:36:55.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6528 | 2024-12-06T20:36:56.661Z | [ recovery-image] Dec 06 20:36:55.995 INFO O| Dec 06 20:36:55.995 INFO STEP 731 (remove_files) COMPLETE |
6529 | 2024-12-06T20:36:56.661Z | [ recovery-image] Dec 06 20:36:55.995 INFO O| Dec 06 20:36:55.995 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-12-06T20:36:56.671Z | [ recovery-image] Dec 06 20:36:56.007 INFO O| Dec 06 20:36:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6531 | 2024-12-06T20:36:56.671Z | [ recovery-image] Dec 06 20:36:56.007 INFO O| Dec 06 20:36:56.007 INFO STEP 732 (remove_files) COMPLETE |
6532 | 2024-12-06T20:36:56.674Z | [ recovery-image] Dec 06 20:36:56.007 INFO O| Dec 06 20:36:56.007 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-12-06T20:36:56.683Z | [ recovery-image] Dec 06 20:36:56.019 INFO O| Dec 06 20:36:56.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6534 | 2024-12-06T20:36:56.683Z | [ recovery-image] Dec 06 20:36:56.019 INFO O| Dec 06 20:36:56.019 INFO STEP 733 (remove_files) COMPLETE |
6535 | 2024-12-06T20:36:56.683Z | [ recovery-image] Dec 06 20:36:56.019 INFO O| Dec 06 20:36:56.019 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-12-06T20:36:56.694Z | [ recovery-image] Dec 06 20:36:56.029 INFO O| Dec 06 20:36:56.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6537 | 2024-12-06T20:36:56.694Z | [ recovery-image] Dec 06 20:36:56.030 INFO O| Dec 06 20:36:56.030 INFO STEP 734 (remove_files) COMPLETE |
6538 | 2024-12-06T20:36:56.696Z | [ recovery-image] Dec 06 20:36:56.030 INFO O| Dec 06 20:36:56.030 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-12-06T20:36:56.703Z | [ recovery-image] Dec 06 20:36:56.039 INFO O| Dec 06 20:36:56.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6540 | 2024-12-06T20:36:56.706Z | [ recovery-image] Dec 06 20:36:56.039 INFO O| Dec 06 20:36:56.039 INFO STEP 735 (remove_files) COMPLETE |
6541 | 2024-12-06T20:36:56.706Z | [ recovery-image] Dec 06 20:36:56.039 INFO O| Dec 06 20:36:56.039 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-12-06T20:36:56.713Z | [ recovery-image] Dec 06 20:36:56.048 INFO O| Dec 06 20:36:56.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6543 | 2024-12-06T20:36:56.713Z | [ recovery-image] Dec 06 20:36:56.048 INFO O| Dec 06 20:36:56.048 INFO STEP 736 (remove_files) COMPLETE |
6544 | 2024-12-06T20:36:56.715Z | [ recovery-image] Dec 06 20:36:56.049 INFO O| Dec 06 20:36:56.048 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-12-06T20:36:56.724Z | [ recovery-image] Dec 06 20:36:56.058 INFO O| Dec 06 20:36:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6546 | 2024-12-06T20:36:56.724Z | [ recovery-image] Dec 06 20:36:56.058 INFO O| Dec 06 20:36:56.058 INFO STEP 737 (remove_files) COMPLETE |
6547 | 2024-12-06T20:36:56.728Z | [ recovery-image] Dec 06 20:36:56.058 INFO O| Dec 06 20:36:56.058 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-12-06T20:36:56.734Z | [ recovery-image] Dec 06 20:36:56.068 INFO O| Dec 06 20:36:56.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6549 | 2024-12-06T20:36:56.737Z | [ recovery-image] Dec 06 20:36:56.068 INFO O| Dec 06 20:36:56.068 INFO STEP 738 (remove_files) COMPLETE |
6550 | 2024-12-06T20:36:56.737Z | [ recovery-image] Dec 06 20:36:56.068 INFO O| Dec 06 20:36:56.068 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-12-06T20:36:56.742Z | [ recovery-image] Dec 06 20:36:56.077 INFO O| Dec 06 20:36:56.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6552 | 2024-12-06T20:36:56.745Z | [ recovery-image] Dec 06 20:36:56.077 INFO O| Dec 06 20:36:56.077 INFO STEP 739 (remove_files) COMPLETE |
6553 | 2024-12-06T20:36:56.745Z | [ recovery-image] Dec 06 20:36:56.077 INFO O| Dec 06 20:36:56.077 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-12-06T20:36:56.751Z | [ recovery-image] Dec 06 20:36:56.087 INFO O| Dec 06 20:36:56.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6555 | 2024-12-06T20:36:56.754Z | [ recovery-image] Dec 06 20:36:56.087 INFO O| Dec 06 20:36:56.087 INFO STEP 740 (remove_files) COMPLETE |
6556 | 2024-12-06T20:36:56.754Z | [ recovery-image] Dec 06 20:36:56.087 INFO O| Dec 06 20:36:56.087 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-12-06T20:36:56.761Z | [ recovery-image] Dec 06 20:36:56.096 INFO O| Dec 06 20:36:56.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6558 | 2024-12-06T20:36:56.761Z | [ recovery-image] Dec 06 20:36:56.097 INFO O| Dec 06 20:36:56.097 INFO STEP 741 (remove_files) COMPLETE |
6559 | 2024-12-06T20:36:56.761Z | [ recovery-image] Dec 06 20:36:56.097 INFO O| Dec 06 20:36:56.097 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-12-06T20:36:56.770Z | [ recovery-image] Dec 06 20:36:56.106 INFO O| Dec 06 20:36:56.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6561 | 2024-12-06T20:36:56.770Z | [ recovery-image] Dec 06 20:36:56.106 INFO O| Dec 06 20:36:56.106 INFO STEP 742 (remove_files) COMPLETE |
6562 | 2024-12-06T20:36:56.774Z | [ recovery-image] Dec 06 20:36:56.106 INFO O| Dec 06 20:36:56.106 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-12-06T20:36:56.780Z | [ recovery-image] Dec 06 20:36:56.116 INFO O| Dec 06 20:36:56.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6564 | 2024-12-06T20:36:56.782Z | [ recovery-image] Dec 06 20:36:56.116 INFO O| Dec 06 20:36:56.116 INFO STEP 743 (remove_files) COMPLETE |
6565 | 2024-12-06T20:36:56.782Z | [ recovery-image] Dec 06 20:36:56.116 INFO O| Dec 06 20:36:56.116 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-12-06T20:36:56.792Z | [ recovery-image] Dec 06 20:36:56.126 INFO O| Dec 06 20:36:56.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6567 | 2024-12-06T20:36:56.792Z | [ recovery-image] Dec 06 20:36:56.126 INFO O| Dec 06 20:36:56.126 INFO STEP 744 (remove_files) COMPLETE |
6568 | 2024-12-06T20:36:56.792Z | [ recovery-image] Dec 06 20:36:56.126 INFO O| Dec 06 20:36:56.126 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-12-06T20:36:56.802Z | [ recovery-image] Dec 06 20:36:56.136 INFO O| Dec 06 20:36:56.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6570 | 2024-12-06T20:36:56.802Z | [ recovery-image] Dec 06 20:36:56.137 INFO O| Dec 06 20:36:56.136 INFO STEP 745 (remove_files) COMPLETE |
6571 | 2024-12-06T20:36:56.805Z | [ recovery-image] Dec 06 20:36:56.137 INFO O| Dec 06 20:36:56.137 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-12-06T20:36:56.811Z | [ recovery-image] Dec 06 20:36:56.146 INFO O| Dec 06 20:36:56.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6573 | 2024-12-06T20:36:56.815Z | [ recovery-image] Dec 06 20:36:56.147 INFO O| Dec 06 20:36:56.147 INFO STEP 746 (remove_files) COMPLETE |
6574 | 2024-12-06T20:36:56.815Z | [ recovery-image] Dec 06 20:36:56.147 INFO O| Dec 06 20:36:56.147 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-12-06T20:36:56.821Z | [ recovery-image] Dec 06 20:36:56.156 INFO O| Dec 06 20:36:56.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6576 | 2024-12-06T20:36:56.821Z | [ recovery-image] Dec 06 20:36:56.157 INFO O| Dec 06 20:36:56.156 INFO STEP 747 (remove_files) COMPLETE |
6577 | 2024-12-06T20:36:56.823Z | [ recovery-image] Dec 06 20:36:56.157 INFO O| Dec 06 20:36:56.157 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-12-06T20:36:56.830Z | [ recovery-image] Dec 06 20:36:56.166 INFO O| Dec 06 20:36:56.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6579 | 2024-12-06T20:36:56.830Z | [ recovery-image] Dec 06 20:36:56.166 INFO O| Dec 06 20:36:56.166 INFO STEP 748 (remove_files) COMPLETE |
6580 | 2024-12-06T20:36:56.830Z | [ recovery-image] Dec 06 20:36:56.166 INFO O| Dec 06 20:36:56.166 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-12-06T20:36:56.840Z | [ recovery-image] Dec 06 20:36:56.176 INFO O| Dec 06 20:36:56.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6582 | 2024-12-06T20:36:56.842Z | [ recovery-image] Dec 06 20:36:56.176 INFO O| Dec 06 20:36:56.176 INFO STEP 749 (remove_files) COMPLETE |
6583 | 2024-12-06T20:36:56.842Z | [ recovery-image] Dec 06 20:36:56.176 INFO O| Dec 06 20:36:56.176 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-12-06T20:36:56.849Z | [ recovery-image] Dec 06 20:36:56.185 INFO O| Dec 06 20:36:56.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6585 | 2024-12-06T20:36:56.853Z | [ recovery-image] Dec 06 20:36:56.185 INFO O| Dec 06 20:36:56.185 INFO STEP 750 (remove_files) COMPLETE |
6586 | 2024-12-06T20:36:56.853Z | [ recovery-image] Dec 06 20:36:56.185 INFO O| Dec 06 20:36:56.185 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-12-06T20:36:56.859Z | [ recovery-image] Dec 06 20:36:56.195 INFO O| Dec 06 20:36:56.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6588 | 2024-12-06T20:36:56.859Z | [ recovery-image] Dec 06 20:36:56.195 INFO O| Dec 06 20:36:56.195 INFO STEP 751 (remove_files) COMPLETE |
6589 | 2024-12-06T20:36:56.859Z | [ recovery-image] Dec 06 20:36:56.195 INFO O| Dec 06 20:36:56.195 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-12-06T20:36:56.868Z | [ recovery-image] Dec 06 20:36:56.204 INFO O| Dec 06 20:36:56.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6591 | 2024-12-06T20:36:56.870Z | [ recovery-image] Dec 06 20:36:56.205 INFO O| Dec 06 20:36:56.204 INFO STEP 752 (remove_files) COMPLETE |
6592 | 2024-12-06T20:36:56.870Z | [ recovery-image] Dec 06 20:36:56.205 INFO O| Dec 06 20:36:56.204 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-12-06T20:36:56.878Z | [ recovery-image] Dec 06 20:36:56.214 INFO O| Dec 06 20:36:56.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6594 | 2024-12-06T20:36:56.881Z | [ recovery-image] Dec 06 20:36:56.214 INFO O| Dec 06 20:36:56.214 INFO STEP 753 (remove_files) COMPLETE |
6595 | 2024-12-06T20:36:56.881Z | [ recovery-image] Dec 06 20:36:56.214 INFO O| Dec 06 20:36:56.214 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-12-06T20:36:56.888Z | [ recovery-image] Dec 06 20:36:56.223 INFO O| Dec 06 20:36:56.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6597 | 2024-12-06T20:36:56.888Z | [ recovery-image] Dec 06 20:36:56.224 INFO O| Dec 06 20:36:56.224 INFO STEP 754 (remove_files) COMPLETE |
6598 | 2024-12-06T20:36:56.890Z | [ recovery-image] Dec 06 20:36:56.224 INFO O| Dec 06 20:36:56.224 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-12-06T20:36:56.897Z | [ recovery-image] Dec 06 20:36:56.233 INFO O| Dec 06 20:36:56.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6600 | 2024-12-06T20:36:56.897Z | [ recovery-image] Dec 06 20:36:56.233 INFO O| Dec 06 20:36:56.233 INFO STEP 755 (remove_files) COMPLETE |
6601 | 2024-12-06T20:36:56.899Z | [ recovery-image] Dec 06 20:36:56.233 INFO O| Dec 06 20:36:56.233 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-12-06T20:36:56.907Z | [ recovery-image] Dec 06 20:36:56.243 INFO O| Dec 06 20:36:56.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6603 | 2024-12-06T20:36:56.910Z | [ recovery-image] Dec 06 20:36:56.243 INFO O| Dec 06 20:36:56.243 INFO STEP 756 (remove_files) COMPLETE |
6604 | 2024-12-06T20:36:56.910Z | [ recovery-image] Dec 06 20:36:56.243 INFO O| Dec 06 20:36:56.243 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-12-06T20:36:56.918Z | [ recovery-image] Dec 06 20:36:56.253 INFO O| Dec 06 20:36:56.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6606 | 2024-12-06T20:36:56.918Z | [ recovery-image] Dec 06 20:36:56.253 INFO O| Dec 06 20:36:56.253 INFO STEP 757 (remove_files) COMPLETE |
6607 | 2024-12-06T20:36:56.918Z | [ recovery-image] Dec 06 20:36:56.253 INFO O| Dec 06 20:36:56.253 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-12-06T20:36:56.927Z | [ recovery-image] Dec 06 20:36:56.263 INFO O| Dec 06 20:36:56.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6609 | 2024-12-06T20:36:56.927Z | [ recovery-image] Dec 06 20:36:56.263 INFO O| Dec 06 20:36:56.263 INFO STEP 758 (remove_files) COMPLETE |
6610 | 2024-12-06T20:36:56.930Z | [ recovery-image] Dec 06 20:36:56.263 INFO O| Dec 06 20:36:56.263 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-12-06T20:36:56.936Z | [ recovery-image] Dec 06 20:36:56.272 INFO O| Dec 06 20:36:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6612 | 2024-12-06T20:36:56.939Z | [ recovery-image] Dec 06 20:36:56.272 INFO O| Dec 06 20:36:56.272 INFO STEP 759 (remove_files) COMPLETE |
6613 | 2024-12-06T20:36:56.939Z | [ recovery-image] Dec 06 20:36:56.272 INFO O| Dec 06 20:36:56.272 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-12-06T20:36:56.946Z | [ recovery-image] Dec 06 20:36:56.282 INFO O| Dec 06 20:36:56.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6615 | 2024-12-06T20:36:56.946Z | [ recovery-image] Dec 06 20:36:56.282 INFO O| Dec 06 20:36:56.282 INFO STEP 760 (remove_files) COMPLETE |
6616 | 2024-12-06T20:36:56.949Z | [ recovery-image] Dec 06 20:36:56.282 INFO O| Dec 06 20:36:56.282 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-12-06T20:36:56.956Z | [ recovery-image] Dec 06 20:36:56.292 INFO O| Dec 06 20:36:56.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6618 | 2024-12-06T20:36:56.956Z | [ recovery-image] Dec 06 20:36:56.292 INFO O| Dec 06 20:36:56.292 INFO STEP 761 (remove_files) COMPLETE |
6619 | 2024-12-06T20:36:56.958Z | [ recovery-image] Dec 06 20:36:56.292 INFO O| Dec 06 20:36:56.292 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-12-06T20:36:56.965Z | [ recovery-image] Dec 06 20:36:56.301 INFO O| Dec 06 20:36:56.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6621 | 2024-12-06T20:36:56.965Z | [ recovery-image] Dec 06 20:36:56.301 INFO O| Dec 06 20:36:56.301 INFO STEP 762 (remove_files) COMPLETE |
6622 | 2024-12-06T20:36:56.968Z | [ recovery-image] Dec 06 20:36:56.301 INFO O| Dec 06 20:36:56.301 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-12-06T20:36:56.974Z | [ recovery-image] Dec 06 20:36:56.310 INFO O| Dec 06 20:36:56.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6624 | 2024-12-06T20:36:56.977Z | [ recovery-image] Dec 06 20:36:56.311 INFO O| Dec 06 20:36:56.310 INFO STEP 763 (remove_files) COMPLETE |
6625 | 2024-12-06T20:36:56.977Z | [ recovery-image] Dec 06 20:36:56.311 INFO O| Dec 06 20:36:56.311 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-12-06T20:36:56.984Z | [ recovery-image] Dec 06 20:36:56.320 INFO O| Dec 06 20:36:56.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6627 | 2024-12-06T20:36:56.984Z | [ recovery-image] Dec 06 20:36:56.320 INFO O| Dec 06 20:36:56.320 INFO STEP 764 (remove_files) COMPLETE |
6628 | 2024-12-06T20:36:56.984Z | [ recovery-image] Dec 06 20:36:56.320 INFO O| Dec 06 20:36:56.320 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-12-06T20:36:56.993Z | [ recovery-image] Dec 06 20:36:56.329 INFO O| Dec 06 20:36:56.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6630 | 2024-12-06T20:36:56.995Z | [ recovery-image] Dec 06 20:36:56.329 INFO O| Dec 06 20:36:56.329 INFO STEP 765 (remove_files) COMPLETE |
6631 | 2024-12-06T20:36:56.995Z | [ recovery-image] Dec 06 20:36:56.329 INFO O| Dec 06 20:36:56.329 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-12-06T20:36:57.003Z | [ recovery-image] Dec 06 20:36:56.339 INFO O| Dec 06 20:36:56.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6633 | 2024-12-06T20:36:57.003Z | [ recovery-image] Dec 06 20:36:56.339 INFO O| Dec 06 20:36:56.339 INFO STEP 766 (remove_files) COMPLETE |
6634 | 2024-12-06T20:36:57.005Z | [ recovery-image] Dec 06 20:36:56.339 INFO O| Dec 06 20:36:56.339 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-12-06T20:36:57.012Z | [ recovery-image] Dec 06 20:36:56.348 INFO O| Dec 06 20:36:56.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6636 | 2024-12-06T20:36:57.012Z | [ recovery-image] Dec 06 20:36:56.348 INFO O| Dec 06 20:36:56.348 INFO STEP 767 (remove_files) COMPLETE |
6637 | 2024-12-06T20:36:57.015Z | [ recovery-image] Dec 06 20:36:56.348 INFO O| Dec 06 20:36:56.348 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-12-06T20:36:57.021Z | [ recovery-image] Dec 06 20:36:56.357 INFO O| Dec 06 20:36:56.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6639 | 2024-12-06T20:36:57.024Z | [ recovery-image] Dec 06 20:36:56.358 INFO O| Dec 06 20:36:56.358 INFO STEP 768 (remove_files) COMPLETE |
6640 | 2024-12-06T20:36:57.024Z | [ recovery-image] Dec 06 20:36:56.358 INFO O| Dec 06 20:36:56.358 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-12-06T20:36:57.031Z | [ recovery-image] Dec 06 20:36:56.367 INFO O| Dec 06 20:36:56.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6642 | 2024-12-06T20:36:57.031Z | [ recovery-image] Dec 06 20:36:56.367 INFO O| Dec 06 20:36:56.367 INFO STEP 769 (remove_files) COMPLETE |
6643 | 2024-12-06T20:36:57.034Z | [ recovery-image] Dec 06 20:36:56.367 INFO O| Dec 06 20:36:56.367 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-12-06T20:36:57.046Z | [ recovery-image] Dec 06 20:36:56.376 INFO O| Dec 06 20:36:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6645 | 2024-12-06T20:36:57.046Z | [ recovery-image] Dec 06 20:36:56.376 INFO O| Dec 06 20:36:56.376 INFO STEP 770 (remove_files) COMPLETE |
6646 | 2024-12-06T20:36:57.046Z | [ recovery-image] Dec 06 20:36:56.376 INFO O| Dec 06 20:36:56.376 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-12-06T20:36:57.050Z | [ recovery-image] Dec 06 20:36:56.386 INFO O| Dec 06 20:36:56.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6648 | 2024-12-06T20:36:57.050Z | [ recovery-image] Dec 06 20:36:56.386 INFO O| Dec 06 20:36:56.386 INFO STEP 771 (remove_files) COMPLETE |
6649 | 2024-12-06T20:36:57.050Z | [ recovery-image] Dec 06 20:36:56.386 INFO O| Dec 06 20:36:56.386 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-12-06T20:36:57.059Z | [ recovery-image] Dec 06 20:36:56.395 INFO O| Dec 06 20:36:56.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6651 | 2024-12-06T20:36:57.059Z | [ recovery-image] Dec 06 20:36:56.395 INFO O| Dec 06 20:36:56.395 INFO STEP 772 (remove_files) COMPLETE |
6652 | 2024-12-06T20:36:57.062Z | [ recovery-image] Dec 06 20:36:56.395 INFO O| Dec 06 20:36:56.395 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-12-06T20:36:57.069Z | [ recovery-image] Dec 06 20:36:56.404 INFO O| Dec 06 20:36:56.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6654 | 2024-12-06T20:36:57.071Z | [ recovery-image] Dec 06 20:36:56.404 INFO O| Dec 06 20:36:56.404 INFO STEP 773 (remove_files) COMPLETE |
6655 | 2024-12-06T20:36:57.072Z | [ recovery-image] Dec 06 20:36:56.404 INFO O| Dec 06 20:36:56.404 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-12-06T20:36:57.079Z | [ recovery-image] Dec 06 20:36:56.414 INFO O| Dec 06 20:36:56.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6657 | 2024-12-06T20:36:57.079Z | [ recovery-image] Dec 06 20:36:56.414 INFO O| Dec 06 20:36:56.414 INFO STEP 774 (remove_files) COMPLETE |
6658 | 2024-12-06T20:36:57.081Z | [ recovery-image] Dec 06 20:36:56.414 INFO O| Dec 06 20:36:56.414 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-06T20:36:57.087Z | [ recovery-image] Dec 06 20:36:56.423 INFO O| Dec 06 20:36:56.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6660 | 2024-12-06T20:36:57.088Z | [ recovery-image] Dec 06 20:36:56.423 INFO O| Dec 06 20:36:56.423 INFO STEP 775 (remove_files) COMPLETE |
6661 | 2024-12-06T20:36:57.088Z | [ recovery-image] Dec 06 20:36:56.423 INFO O| Dec 06 20:36:56.423 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-06T20:36:57.097Z | [ recovery-image] Dec 06 20:36:56.433 INFO O| Dec 06 20:36:56.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6663 | 2024-12-06T20:36:57.097Z | [ recovery-image] Dec 06 20:36:56.433 INFO O| Dec 06 20:36:56.433 INFO STEP 776 (remove_files) COMPLETE |
6664 | 2024-12-06T20:36:57.099Z | [ recovery-image] Dec 06 20:36:56.433 INFO O| Dec 06 20:36:56.433 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-06T20:36:57.106Z | [ recovery-image] Dec 06 20:36:56.442 INFO O| Dec 06 20:36:56.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6666 | 2024-12-06T20:36:57.106Z | [ recovery-image] Dec 06 20:36:56.442 INFO O| Dec 06 20:36:56.442 INFO STEP 777 (remove_files) COMPLETE |
6667 | 2024-12-06T20:36:57.108Z | [ recovery-image] Dec 06 20:36:56.442 INFO O| Dec 06 20:36:56.442 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-12-06T20:36:57.116Z | [ recovery-image] Dec 06 20:36:56.452 INFO O| Dec 06 20:36:56.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6669 | 2024-12-06T20:36:57.116Z | [ recovery-image] Dec 06 20:36:56.452 INFO O| Dec 06 20:36:56.452 INFO STEP 778 (remove_files) COMPLETE |
6670 | 2024-12-06T20:36:57.116Z | [ recovery-image] Dec 06 20:36:56.452 INFO O| Dec 06 20:36:56.452 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-12-06T20:36:57.125Z | [ recovery-image] Dec 06 20:36:56.461 INFO O| Dec 06 20:36:56.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6672 | 2024-12-06T20:36:57.125Z | [ recovery-image] Dec 06 20:36:56.461 INFO O| Dec 06 20:36:56.461 INFO STEP 779 (remove_files) COMPLETE |
6673 | 2024-12-06T20:36:57.128Z | [ recovery-image] Dec 06 20:36:56.461 INFO O| Dec 06 20:36:56.461 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-12-06T20:36:57.135Z | [ recovery-image] Dec 06 20:36:56.470 INFO O| Dec 06 20:36:56.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6675 | 2024-12-06T20:36:57.136Z | [ recovery-image] Dec 06 20:36:56.470 INFO O| Dec 06 20:36:56.470 INFO STEP 780 (remove_files) COMPLETE |
6676 | 2024-12-06T20:36:57.139Z | [ recovery-image] Dec 06 20:36:56.470 INFO O| Dec 06 20:36:56.470 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-12-06T20:36:57.144Z | [ recovery-image] Dec 06 20:36:56.480 INFO O| Dec 06 20:36:56.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6678 | 2024-12-06T20:36:57.144Z | [ recovery-image] Dec 06 20:36:56.480 INFO O| Dec 06 20:36:56.480 INFO STEP 781 (remove_files) COMPLETE |
6679 | 2024-12-06T20:36:57.146Z | [ recovery-image] Dec 06 20:36:56.480 INFO O| Dec 06 20:36:56.480 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-12-06T20:36:57.153Z | [ recovery-image] Dec 06 20:36:56.489 INFO O| Dec 06 20:36:56.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6681 | 2024-12-06T20:36:57.153Z | [ recovery-image] Dec 06 20:36:56.489 INFO O| Dec 06 20:36:56.489 INFO STEP 782 (remove_files) COMPLETE |
6682 | 2024-12-06T20:36:57.155Z | [ recovery-image] Dec 06 20:36:56.489 INFO O| Dec 06 20:36:56.489 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-12-06T20:36:57.163Z | [ recovery-image] Dec 06 20:36:56.498 INFO O| Dec 06 20:36:56.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6684 | 2024-12-06T20:36:57.163Z | [ recovery-image] Dec 06 20:36:56.499 INFO O| Dec 06 20:36:56.499 INFO STEP 783 (remove_files) COMPLETE |
6685 | 2024-12-06T20:36:57.165Z | [ recovery-image] Dec 06 20:36:56.499 INFO O| Dec 06 20:36:56.499 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-12-06T20:36:57.172Z | [ recovery-image] Dec 06 20:36:56.508 INFO O| Dec 06 20:36:56.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6687 | 2024-12-06T20:36:57.172Z | [ recovery-image] Dec 06 20:36:56.508 INFO O| Dec 06 20:36:56.508 INFO STEP 784 (remove_files) COMPLETE |
6688 | 2024-12-06T20:36:57.174Z | [ recovery-image] Dec 06 20:36:56.508 INFO O| Dec 06 20:36:56.508 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-12-06T20:36:57.181Z | [ recovery-image] Dec 06 20:36:56.517 INFO O| Dec 06 20:36:56.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6690 | 2024-12-06T20:36:57.184Z | [ recovery-image] Dec 06 20:36:56.518 INFO O| Dec 06 20:36:56.517 INFO STEP 785 (remove_files) COMPLETE |
6691 | 2024-12-06T20:36:57.184Z | [ recovery-image] Dec 06 20:36:56.518 INFO O| Dec 06 20:36:56.517 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-12-06T20:36:57.191Z | [ recovery-image] Dec 06 20:36:56.527 INFO O| Dec 06 20:36:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6693 | 2024-12-06T20:36:57.191Z | [ recovery-image] Dec 06 20:36:56.527 INFO O| Dec 06 20:36:56.527 INFO STEP 786 (remove_files) COMPLETE |
6694 | 2024-12-06T20:36:57.194Z | [ recovery-image] Dec 06 20:36:56.527 INFO O| Dec 06 20:36:56.527 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-12-06T20:36:57.200Z | [ recovery-image] Dec 06 20:36:56.536 INFO O| Dec 06 20:36:56.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6696 | 2024-12-06T20:36:57.203Z | [ recovery-image] Dec 06 20:36:56.536 INFO O| Dec 06 20:36:56.536 INFO STEP 787 (remove_files) COMPLETE |
6697 | 2024-12-06T20:36:57.203Z | [ recovery-image] Dec 06 20:36:56.536 INFO O| Dec 06 20:36:56.536 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-12-06T20:36:57.210Z | [ recovery-image] Dec 06 20:36:56.546 INFO O| Dec 06 20:36:56.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6699 | 2024-12-06T20:36:57.210Z | [ recovery-image] Dec 06 20:36:56.546 INFO O| Dec 06 20:36:56.546 INFO STEP 788 (remove_files) COMPLETE |
6700 | 2024-12-06T20:36:57.210Z | [ recovery-image] Dec 06 20:36:56.546 INFO O| Dec 06 20:36:56.546 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-12-06T20:36:57.220Z | [ recovery-image] Dec 06 20:36:56.555 INFO O| Dec 06 20:36:56.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6702 | 2024-12-06T20:36:57.220Z | [ recovery-image] Dec 06 20:36:56.555 INFO O| Dec 06 20:36:56.555 INFO STEP 789 (remove_files) COMPLETE |
6703 | 2024-12-06T20:36:57.220Z | [ recovery-image] Dec 06 20:36:56.555 INFO O| Dec 06 20:36:56.555 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-12-06T20:36:57.228Z | [ recovery-image] Dec 06 20:36:56.564 INFO O| Dec 06 20:36:56.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6705 | 2024-12-06T20:36:57.231Z | [ recovery-image] Dec 06 20:36:56.564 INFO O| Dec 06 20:36:56.564 INFO STEP 790 (remove_files) COMPLETE |
6706 | 2024-12-06T20:36:57.231Z | [ recovery-image] Dec 06 20:36:56.564 INFO O| Dec 06 20:36:56.564 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6707 | 2024-12-06T20:36:57.238Z | [ recovery-image] Dec 06 20:36:56.574 INFO O| Dec 06 20:36:56.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6708 | 2024-12-06T20:36:57.238Z | [ recovery-image] Dec 06 20:36:56.574 INFO O| Dec 06 20:36:56.574 INFO STEP 791 (remove_files) COMPLETE |
6709 | 2024-12-06T20:36:57.240Z | [ recovery-image] Dec 06 20:36:56.574 INFO O| Dec 06 20:36:56.574 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6710 | 2024-12-06T20:36:57.248Z | [ recovery-image] Dec 06 20:36:56.584 INFO O| Dec 06 20:36:56.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6711 | 2024-12-06T20:36:57.250Z | [ recovery-image] Dec 06 20:36:56.584 INFO O| Dec 06 20:36:56.584 INFO STEP 792 (remove_files) COMPLETE |
6712 | 2024-12-06T20:36:57.250Z | [ recovery-image] Dec 06 20:36:56.584 INFO O| Dec 06 20:36:56.584 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6713 | 2024-12-06T20:36:57.257Z | [ recovery-image] Dec 06 20:36:56.593 INFO O| Dec 06 20:36:56.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6714 | 2024-12-06T20:36:57.260Z | [ recovery-image] Dec 06 20:36:56.593 INFO O| Dec 06 20:36:56.593 INFO STEP 793 (remove_files) COMPLETE |
6715 | 2024-12-06T20:36:57.260Z | [ recovery-image] Dec 06 20:36:56.593 INFO O| Dec 06 20:36:56.593 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6716 | 2024-12-06T20:36:57.262Z | [ host-image] Dec 06 20:36:56.596 INFO O| Dec 06 20:36:56.596 INFO O| Done |
6717 | 2024-12-06T20:36:57.267Z | [ recovery-image] Dec 06 20:36:56.603 INFO O| Dec 06 20:36:56.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6718 | 2024-12-06T20:36:57.270Z | [ recovery-image] Dec 06 20:36:56.603 INFO O| Dec 06 20:36:56.603 INFO STEP 794 (remove_files) COMPLETE |
6719 | 2024-12-06T20:36:57.270Z | [ recovery-image] Dec 06 20:36:56.603 INFO O| Dec 06 20:36:56.603 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-06T20:36:57.277Z | [ recovery-image] Dec 06 20:36:56.613 INFO O| Dec 06 20:36:56.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6721 | 2024-12-06T20:36:57.277Z | [ recovery-image] Dec 06 20:36:56.613 INFO O| Dec 06 20:36:56.613 INFO STEP 795 (remove_files) COMPLETE |
6722 | 2024-12-06T20:36:57.279Z | [ recovery-image] Dec 06 20:36:56.613 INFO O| Dec 06 20:36:56.613 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-12-06T20:36:57.286Z | [ host-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO O| Done |
6724 | 2024-12-06T20:36:57.288Z | [ host-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO O| Done |
6725 | 2024-12-06T20:36:57.289Z | [ recovery-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6726 | 2024-12-06T20:36:57.289Z | [ recovery-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO STEP 796 (remove_files) COMPLETE |
6727 | 2024-12-06T20:36:57.289Z | [ recovery-image] Dec 06 20:36:56.622 INFO O| Dec 06 20:36:56.622 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6728 | 2024-12-06T20:36:57.296Z | [ recovery-image] Dec 06 20:36:56.632 INFO O| Dec 06 20:36:56.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6729 | 2024-12-06T20:36:57.296Z | [ recovery-image] Dec 06 20:36:56.632 INFO O| Dec 06 20:36:56.632 INFO STEP 797 (remove_files) COMPLETE |
6730 | 2024-12-06T20:36:57.298Z | [ recovery-image] Dec 06 20:36:56.632 INFO O| Dec 06 20:36:56.632 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6731 | 2024-12-06T20:36:57.305Z | [ recovery-image] Dec 06 20:36:56.641 INFO O| Dec 06 20:36:56.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6732 | 2024-12-06T20:36:57.307Z | [ recovery-image] Dec 06 20:36:56.641 INFO O| Dec 06 20:36:56.641 INFO STEP 798 (remove_files) COMPLETE |
6733 | 2024-12-06T20:36:57.307Z | [ recovery-image] Dec 06 20:36:56.641 INFO O| Dec 06 20:36:56.641 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6734 | 2024-12-06T20:36:57.315Z | [ recovery-image] Dec 06 20:36:56.650 INFO O| Dec 06 20:36:56.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6735 | 2024-12-06T20:36:57.315Z | [ recovery-image] Dec 06 20:36:56.650 INFO O| Dec 06 20:36:56.650 INFO STEP 799 (remove_files) COMPLETE |
6736 | 2024-12-06T20:36:57.317Z | [ recovery-image] Dec 06 20:36:56.650 INFO O| Dec 06 20:36:56.650 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6737 | 2024-12-06T20:36:57.323Z | [ host-image] Dec 06 20:36:56.659 INFO O| Dec 06 20:36:56.659 INFO O| Done |
6738 | 2024-12-06T20:36:57.325Z | [ recovery-image] Dec 06 20:36:56.660 INFO O| Dec 06 20:36:56.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6739 | 2024-12-06T20:36:57.325Z | [ recovery-image] Dec 06 20:36:56.660 INFO O| Dec 06 20:36:56.660 INFO STEP 800 (remove_files) COMPLETE |
6740 | 2024-12-06T20:36:57.326Z | [ recovery-image] Dec 06 20:36:56.660 INFO O| Dec 06 20:36:56.660 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-06T20:36:57.335Z | [ recovery-image] Dec 06 20:36:56.669 INFO O| Dec 06 20:36:56.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6742 | 2024-12-06T20:36:57.335Z | [ recovery-image] Dec 06 20:36:56.670 INFO O| Dec 06 20:36:56.670 INFO STEP 801 (remove_files) COMPLETE |
6743 | 2024-12-06T20:36:57.338Z | [ recovery-image] Dec 06 20:36:56.670 INFO O| Dec 06 20:36:56.670 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-06T20:36:57.344Z | [ recovery-image] Dec 06 20:36:56.680 INFO O| Dec 06 20:36:56.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6745 | 2024-12-06T20:36:57.344Z | [ recovery-image] Dec 06 20:36:56.680 INFO O| Dec 06 20:36:56.680 INFO STEP 802 (remove_files) COMPLETE |
6746 | 2024-12-06T20:36:57.346Z | [ recovery-image] Dec 06 20:36:56.680 INFO O| Dec 06 20:36:56.680 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-06T20:36:57.354Z | [ recovery-image] Dec 06 20:36:56.690 INFO O| Dec 06 20:36:56.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6748 | 2024-12-06T20:36:57.354Z | [ recovery-image] Dec 06 20:36:56.690 INFO O| Dec 06 20:36:56.690 INFO STEP 803 (remove_files) COMPLETE |
6749 | 2024-12-06T20:36:57.356Z | [ recovery-image] Dec 06 20:36:56.690 INFO O| Dec 06 20:36:56.690 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-06T20:36:57.366Z | [ recovery-image] Dec 06 20:36:56.700 INFO O| Dec 06 20:36:56.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6751 | 2024-12-06T20:36:57.366Z | [ recovery-image] Dec 06 20:36:56.700 INFO O| Dec 06 20:36:56.700 INFO STEP 804 (remove_files) COMPLETE |
6752 | 2024-12-06T20:36:57.368Z | [ recovery-image] Dec 06 20:36:56.700 INFO O| Dec 06 20:36:56.700 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-06T20:36:57.374Z | [ recovery-image] Dec 06 20:36:56.710 INFO O| Dec 06 20:36:56.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6754 | 2024-12-06T20:36:57.374Z | [ recovery-image] Dec 06 20:36:56.710 INFO O| Dec 06 20:36:56.710 INFO STEP 805 (remove_files) COMPLETE |
6755 | 2024-12-06T20:36:57.374Z | [ recovery-image] Dec 06 20:36:56.710 INFO O| Dec 06 20:36:56.710 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-06T20:36:57.383Z | [ recovery-image] Dec 06 20:36:56.719 INFO O| Dec 06 20:36:56.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6757 | 2024-12-06T20:36:57.384Z | [ recovery-image] Dec 06 20:36:56.719 INFO O| Dec 06 20:36:56.719 INFO STEP 806 (remove_files) COMPLETE |
6758 | 2024-12-06T20:36:57.384Z | [ recovery-image] Dec 06 20:36:56.719 INFO O| Dec 06 20:36:56.719 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-06T20:36:57.393Z | [ recovery-image] Dec 06 20:36:56.729 INFO O| Dec 06 20:36:56.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6760 | 2024-12-06T20:36:57.395Z | [ recovery-image] Dec 06 20:36:56.729 INFO O| Dec 06 20:36:56.729 INFO STEP 807 (remove_files) COMPLETE |
6761 | 2024-12-06T20:36:57.395Z | [ recovery-image] Dec 06 20:36:56.729 INFO O| Dec 06 20:36:56.729 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-06T20:36:57.403Z | [ recovery-image] Dec 06 20:36:56.738 INFO O| Dec 06 20:36:56.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6763 | 2024-12-06T20:36:57.405Z | [ recovery-image] Dec 06 20:36:56.738 INFO O| Dec 06 20:36:56.738 INFO STEP 808 (remove_files) COMPLETE |
6764 | 2024-12-06T20:36:57.405Z | [ recovery-image] Dec 06 20:36:56.739 INFO O| Dec 06 20:36:56.738 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-06T20:36:57.412Z | [ recovery-image] Dec 06 20:36:56.748 INFO O| Dec 06 20:36:56.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6766 | 2024-12-06T20:36:57.412Z | [ recovery-image] Dec 06 20:36:56.748 INFO O| Dec 06 20:36:56.748 INFO STEP 809 (remove_files) COMPLETE |
6767 | 2024-12-06T20:36:57.412Z | [ recovery-image] Dec 06 20:36:56.748 INFO O| Dec 06 20:36:56.748 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-06T20:36:57.422Z | [ recovery-image] Dec 06 20:36:56.758 INFO O| Dec 06 20:36:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6769 | 2024-12-06T20:36:57.422Z | [ recovery-image] Dec 06 20:36:56.758 INFO O| Dec 06 20:36:56.758 INFO STEP 810 (remove_files) COMPLETE |
6770 | 2024-12-06T20:36:57.422Z | [ recovery-image] Dec 06 20:36:56.758 INFO O| Dec 06 20:36:56.758 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-06T20:36:57.432Z | [ recovery-image] Dec 06 20:36:56.767 INFO O| Dec 06 20:36:56.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6772 | 2024-12-06T20:36:57.432Z | [ recovery-image] Dec 06 20:36:56.767 INFO O| Dec 06 20:36:56.767 INFO STEP 811 (remove_files) COMPLETE |
6773 | 2024-12-06T20:36:57.432Z | [ recovery-image] Dec 06 20:36:56.767 INFO O| Dec 06 20:36:56.767 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-06T20:36:57.434Z | [ host-image] Dec 06 20:36:56.769 INFO O| Dec 06 20:36:56.769 INFO STEP 13 (pkg_install) COMPLETE |
6775 | 2024-12-06T20:36:57.434Z | [ host-image] Dec 06 20:36:56.769 INFO O| Dec 06 20:36:56.769 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6776 | 2024-12-06T20:36:57.441Z | [ recovery-image] Dec 06 20:36:56.777 INFO O| Dec 06 20:36:56.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6777 | 2024-12-06T20:36:57.443Z | [ recovery-image] Dec 06 20:36:56.777 INFO O| Dec 06 20:36:56.777 INFO STEP 812 (remove_files) COMPLETE |
6778 | 2024-12-06T20:36:57.443Z | [ recovery-image] Dec 06 20:36:56.777 INFO O| Dec 06 20:36:56.777 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6779 | 2024-12-06T20:36:57.445Z | [ host-image] Dec 06 20:36:56.780 INFO O| Dec 06 20:36:56.780 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
6780 | 2024-12-06T20:36:57.451Z | [ recovery-image] Dec 06 20:36:56.787 INFO O| Dec 06 20:36:56.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6781 | 2024-12-06T20:36:57.451Z | [ recovery-image] Dec 06 20:36:56.787 INFO O| Dec 06 20:36:56.787 INFO STEP 813 (remove_files) COMPLETE |
6782 | 2024-12-06T20:36:57.451Z | [ recovery-image] Dec 06 20:36:56.787 INFO O| Dec 06 20:36:56.787 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-06T20:36:57.461Z | [ recovery-image] Dec 06 20:36:56.796 INFO O| Dec 06 20:36:56.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6784 | 2024-12-06T20:36:57.463Z | [ recovery-image] Dec 06 20:36:56.796 INFO O| Dec 06 20:36:56.796 INFO STEP 814 (remove_files) COMPLETE |
6785 | 2024-12-06T20:36:57.463Z | [ recovery-image] Dec 06 20:36:56.797 INFO O| Dec 06 20:36:56.796 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-06T20:36:57.470Z | [ recovery-image] Dec 06 20:36:56.806 INFO O| Dec 06 20:36:56.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6787 | 2024-12-06T20:36:57.470Z | [ recovery-image] Dec 06 20:36:56.806 INFO O| Dec 06 20:36:56.806 INFO STEP 815 (remove_files) COMPLETE |
6788 | 2024-12-06T20:36:57.473Z | [ recovery-image] Dec 06 20:36:56.806 INFO O| Dec 06 20:36:56.806 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-06T20:36:57.480Z | [ recovery-image] Dec 06 20:36:56.816 INFO O| Dec 06 20:36:56.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6790 | 2024-12-06T20:36:57.483Z | [ recovery-image] Dec 06 20:36:56.816 INFO O| Dec 06 20:36:56.816 INFO STEP 816 (remove_files) COMPLETE |
6791 | 2024-12-06T20:36:57.483Z | [ recovery-image] Dec 06 20:36:56.816 INFO O| Dec 06 20:36:56.816 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-06T20:36:57.490Z | [ recovery-image] Dec 06 20:36:56.826 INFO O| Dec 06 20:36:56.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6793 | 2024-12-06T20:36:57.493Z | [ recovery-image] Dec 06 20:36:56.826 INFO O| Dec 06 20:36:56.826 INFO STEP 817 (remove_files) COMPLETE |
6794 | 2024-12-06T20:36:57.493Z | [ recovery-image] Dec 06 20:36:56.826 INFO O| Dec 06 20:36:56.826 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-06T20:36:57.499Z | [ recovery-image] Dec 06 20:36:56.835 INFO O| Dec 06 20:36:56.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6796 | 2024-12-06T20:36:57.499Z | [ recovery-image] Dec 06 20:36:56.835 INFO O| Dec 06 20:36:56.835 INFO STEP 818 (remove_files) COMPLETE |
6797 | 2024-12-06T20:36:57.502Z | [ recovery-image] Dec 06 20:36:56.835 INFO O| Dec 06 20:36:56.835 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-06T20:36:57.509Z | [ recovery-image] Dec 06 20:36:56.845 INFO O| Dec 06 20:36:56.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6799 | 2024-12-06T20:36:57.509Z | [ recovery-image] Dec 06 20:36:56.845 INFO O| Dec 06 20:36:56.845 INFO STEP 819 (remove_files) COMPLETE |
6800 | 2024-12-06T20:36:57.511Z | [ recovery-image] Dec 06 20:36:56.845 INFO O| Dec 06 20:36:56.845 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-06T20:36:57.519Z | [ recovery-image] Dec 06 20:36:56.854 INFO O| Dec 06 20:36:56.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6802 | 2024-12-06T20:36:57.519Z | [ recovery-image] Dec 06 20:36:56.854 INFO O| Dec 06 20:36:56.854 INFO STEP 820 (remove_files) COMPLETE |
6803 | 2024-12-06T20:36:57.519Z | [ recovery-image] Dec 06 20:36:56.854 INFO O| Dec 06 20:36:56.854 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-06T20:36:57.529Z | [ recovery-image] Dec 06 20:36:56.864 INFO O| Dec 06 20:36:56.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6805 | 2024-12-06T20:36:57.531Z | [ recovery-image] Dec 06 20:36:56.864 INFO O| Dec 06 20:36:56.864 INFO STEP 821 (remove_files) COMPLETE |
6806 | 2024-12-06T20:36:57.531Z | [ recovery-image] Dec 06 20:36:56.864 INFO O| Dec 06 20:36:56.864 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-12-06T20:36:57.537Z | [ recovery-image] Dec 06 20:36:56.873 INFO O| Dec 06 20:36:56.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6808 | 2024-12-06T20:36:57.537Z | [ recovery-image] Dec 06 20:36:56.873 INFO O| Dec 06 20:36:56.873 INFO STEP 822 (remove_files) COMPLETE |
6809 | 2024-12-06T20:36:57.537Z | [ recovery-image] Dec 06 20:36:56.873 INFO O| Dec 06 20:36:56.873 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-12-06T20:36:57.547Z | [ recovery-image] Dec 06 20:36:56.883 INFO O| Dec 06 20:36:56.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6811 | 2024-12-06T20:36:57.547Z | [ recovery-image] Dec 06 20:36:56.883 INFO O| Dec 06 20:36:56.883 INFO STEP 823 (remove_files) COMPLETE |
6812 | 2024-12-06T20:36:57.547Z | [ recovery-image] Dec 06 20:36:56.883 INFO O| Dec 06 20:36:56.883 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-12-06T20:36:57.556Z | [ recovery-image] Dec 06 20:36:56.892 INFO O| Dec 06 20:36:56.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6814 | 2024-12-06T20:36:57.556Z | [ recovery-image] Dec 06 20:36:56.892 INFO O| Dec 06 20:36:56.892 INFO STEP 824 (remove_files) COMPLETE |
6815 | 2024-12-06T20:36:57.559Z | [ recovery-image] Dec 06 20:36:56.892 INFO O| Dec 06 20:36:56.892 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-12-06T20:36:57.566Z | [ recovery-image] Dec 06 20:36:56.901 INFO O| Dec 06 20:36:56.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6817 | 2024-12-06T20:36:57.566Z | [ recovery-image] Dec 06 20:36:56.901 INFO O| Dec 06 20:36:56.901 INFO STEP 825 (remove_files) COMPLETE |
6818 | 2024-12-06T20:36:57.566Z | [ recovery-image] Dec 06 20:36:56.901 INFO O| Dec 06 20:36:56.901 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-12-06T20:36:57.575Z | [ recovery-image] Dec 06 20:36:56.911 INFO O| Dec 06 20:36:56.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6820 | 2024-12-06T20:36:57.578Z | [ recovery-image] Dec 06 20:36:56.911 INFO O| Dec 06 20:36:56.911 INFO STEP 826 (remove_files) COMPLETE |
6821 | 2024-12-06T20:36:57.578Z | [ recovery-image] Dec 06 20:36:56.911 INFO O| Dec 06 20:36:56.911 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-12-06T20:36:57.585Z | [ recovery-image] Dec 06 20:36:56.920 INFO O| Dec 06 20:36:56.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6823 | 2024-12-06T20:36:57.585Z | [ recovery-image] Dec 06 20:36:56.920 INFO O| Dec 06 20:36:56.920 INFO STEP 827 (remove_files) COMPLETE |
6824 | 2024-12-06T20:36:57.585Z | [ recovery-image] Dec 06 20:36:56.920 INFO O| Dec 06 20:36:56.920 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-12-06T20:36:57.594Z | [ recovery-image] Dec 06 20:36:56.930 INFO O| Dec 06 20:36:56.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6826 | 2024-12-06T20:36:57.594Z | [ recovery-image] Dec 06 20:36:56.930 INFO O| Dec 06 20:36:56.930 INFO STEP 828 (remove_files) COMPLETE |
6827 | 2024-12-06T20:36:57.597Z | [ recovery-image] Dec 06 20:36:56.930 INFO O| Dec 06 20:36:56.930 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-12-06T20:36:57.603Z | [ recovery-image] Dec 06 20:36:56.939 INFO O| Dec 06 20:36:56.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6829 | 2024-12-06T20:36:57.603Z | [ recovery-image] Dec 06 20:36:56.939 INFO O| Dec 06 20:36:56.939 INFO STEP 829 (remove_files) COMPLETE |
6830 | 2024-12-06T20:36:57.606Z | [ recovery-image] Dec 06 20:36:56.939 INFO O| Dec 06 20:36:56.939 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-12-06T20:36:57.613Z | [ recovery-image] Dec 06 20:36:56.949 INFO O| Dec 06 20:36:56.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6832 | 2024-12-06T20:36:57.616Z | [ recovery-image] Dec 06 20:36:56.949 INFO O| Dec 06 20:36:56.949 INFO STEP 830 (remove_files) COMPLETE |
6833 | 2024-12-06T20:36:57.616Z | [ recovery-image] Dec 06 20:36:56.949 INFO O| Dec 06 20:36:56.949 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-12-06T20:36:57.622Z | [ recovery-image] Dec 06 20:36:56.958 INFO O| Dec 06 20:36:56.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6835 | 2024-12-06T20:36:57.625Z | [ recovery-image] Dec 06 20:36:56.958 INFO O| Dec 06 20:36:56.958 INFO STEP 831 (remove_files) COMPLETE |
6836 | 2024-12-06T20:36:57.625Z | [ recovery-image] Dec 06 20:36:56.958 INFO O| Dec 06 20:36:56.958 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-12-06T20:36:57.632Z | [ recovery-image] Dec 06 20:36:56.968 INFO O| Dec 06 20:36:56.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6838 | 2024-12-06T20:36:57.632Z | [ recovery-image] Dec 06 20:36:56.968 INFO O| Dec 06 20:36:56.968 INFO STEP 832 (remove_files) COMPLETE |
6839 | 2024-12-06T20:36:57.632Z | [ recovery-image] Dec 06 20:36:56.968 INFO O| Dec 06 20:36:56.968 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-12-06T20:36:57.641Z | [ recovery-image] Dec 06 20:36:56.977 INFO O| Dec 06 20:36:56.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6841 | 2024-12-06T20:36:57.644Z | [ recovery-image] Dec 06 20:36:56.977 INFO O| Dec 06 20:36:56.977 INFO STEP 833 (remove_files) COMPLETE |
6842 | 2024-12-06T20:36:57.644Z | [ recovery-image] Dec 06 20:36:56.977 INFO O| Dec 06 20:36:56.977 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-12-06T20:36:57.651Z | [ recovery-image] Dec 06 20:36:56.987 INFO O| Dec 06 20:36:56.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6844 | 2024-12-06T20:36:57.653Z | [ recovery-image] Dec 06 20:36:56.987 INFO O| Dec 06 20:36:56.987 INFO STEP 834 (remove_files) COMPLETE |
6845 | 2024-12-06T20:36:57.653Z | [ recovery-image] Dec 06 20:36:56.987 INFO O| Dec 06 20:36:56.987 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-12-06T20:36:57.660Z | [ recovery-image] Dec 06 20:36:56.996 INFO O| Dec 06 20:36:56.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6847 | 2024-12-06T20:36:57.664Z | [ recovery-image] Dec 06 20:36:56.996 INFO O| Dec 06 20:36:56.996 INFO STEP 835 (remove_files) COMPLETE |
6848 | 2024-12-06T20:36:57.664Z | [ recovery-image] Dec 06 20:36:56.996 INFO O| Dec 06 20:36:56.996 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-12-06T20:36:57.672Z | [ recovery-image] Dec 06 20:36:57.008 INFO O| Dec 06 20:36:57.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6850 | 2024-12-06T20:36:57.672Z | [ recovery-image] Dec 06 20:36:57.008 INFO O| Dec 06 20:36:57.008 INFO STEP 836 (remove_files) COMPLETE |
6851 | 2024-12-06T20:36:57.675Z | [ recovery-image] Dec 06 20:36:57.008 INFO O| Dec 06 20:36:57.008 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-12-06T20:36:57.682Z | [ recovery-image] Dec 06 20:36:57.018 INFO O| Dec 06 20:36:57.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6853 | 2024-12-06T20:36:57.685Z | [ recovery-image] Dec 06 20:36:57.018 INFO O| Dec 06 20:36:57.018 INFO STEP 837 (remove_files) COMPLETE |
6854 | 2024-12-06T20:36:57.685Z | [ recovery-image] Dec 06 20:36:57.018 INFO O| Dec 06 20:36:57.018 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-12-06T20:36:57.694Z | [ recovery-image] Dec 06 20:36:57.030 INFO O| Dec 06 20:36:57.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6856 | 2024-12-06T20:36:57.695Z | [ recovery-image] Dec 06 20:36:57.030 INFO O| Dec 06 20:36:57.030 INFO STEP 838 (remove_files) COMPLETE |
6857 | 2024-12-06T20:36:57.697Z | [ recovery-image] Dec 06 20:36:57.030 INFO O| Dec 06 20:36:57.030 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-12-06T20:36:57.704Z | [ recovery-image] Dec 06 20:36:57.040 INFO O| Dec 06 20:36:57.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6859 | 2024-12-06T20:36:57.704Z | [ recovery-image] Dec 06 20:36:57.040 INFO O| Dec 06 20:36:57.040 INFO STEP 839 (remove_files) COMPLETE |
6860 | 2024-12-06T20:36:57.707Z | [ recovery-image] Dec 06 20:36:57.040 INFO O| Dec 06 20:36:57.040 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-12-06T20:36:57.714Z | [ recovery-image] Dec 06 20:36:57.050 INFO O| Dec 06 20:36:57.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6862 | 2024-12-06T20:36:57.717Z | [ recovery-image] Dec 06 20:36:57.050 INFO O| Dec 06 20:36:57.050 INFO STEP 840 (remove_files) COMPLETE |
6863 | 2024-12-06T20:36:57.717Z | [ recovery-image] Dec 06 20:36:57.051 INFO O| Dec 06 20:36:57.050 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-12-06T20:36:57.726Z | [ recovery-image] Dec 06 20:36:57.062 INFO O| Dec 06 20:36:57.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6865 | 2024-12-06T20:36:57.726Z | [ recovery-image] Dec 06 20:36:57.062 INFO O| Dec 06 20:36:57.062 INFO STEP 841 (remove_files) COMPLETE |
6866 | 2024-12-06T20:36:57.729Z | [ recovery-image] Dec 06 20:36:57.062 INFO O| Dec 06 20:36:57.062 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-12-06T20:36:57.736Z | [ recovery-image] Dec 06 20:36:57.072 INFO O| Dec 06 20:36:57.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6868 | 2024-12-06T20:36:57.739Z | [ recovery-image] Dec 06 20:36:57.072 INFO O| Dec 06 20:36:57.072 INFO STEP 842 (remove_files) COMPLETE |
6869 | 2024-12-06T20:36:57.739Z | [ recovery-image] Dec 06 20:36:57.072 INFO O| Dec 06 20:36:57.072 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-12-06T20:36:57.746Z | [ recovery-image] Dec 06 20:36:57.082 INFO O| Dec 06 20:36:57.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6871 | 2024-12-06T20:36:57.748Z | [ recovery-image] Dec 06 20:36:57.082 INFO O| Dec 06 20:36:57.082 INFO STEP 843 (remove_files) COMPLETE |
6872 | 2024-12-06T20:36:57.748Z | [ recovery-image] Dec 06 20:36:57.082 INFO O| Dec 06 20:36:57.082 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-12-06T20:36:57.758Z | [ recovery-image] Dec 06 20:36:57.092 INFO O| Dec 06 20:36:57.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6874 | 2024-12-06T20:36:57.761Z | [ recovery-image] Dec 06 20:36:57.092 INFO O| Dec 06 20:36:57.092 INFO STEP 844 (remove_files) COMPLETE |
6875 | 2024-12-06T20:36:57.761Z | [ recovery-image] Dec 06 20:36:57.092 INFO O| Dec 06 20:36:57.092 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-12-06T20:36:57.765Z | [ recovery-image] Dec 06 20:36:57.101 INFO O| Dec 06 20:36:57.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6877 | 2024-12-06T20:36:57.765Z | [ recovery-image] Dec 06 20:36:57.101 INFO O| Dec 06 20:36:57.101 INFO STEP 845 (remove_files) COMPLETE |
6878 | 2024-12-06T20:36:57.768Z | [ recovery-image] Dec 06 20:36:57.101 INFO O| Dec 06 20:36:57.101 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-12-06T20:36:57.777Z | [ recovery-image] Dec 06 20:36:57.113 INFO O| Dec 06 20:36:57.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6880 | 2024-12-06T20:36:57.779Z | [ recovery-image] Dec 06 20:36:57.113 INFO O| Dec 06 20:36:57.113 INFO STEP 846 (remove_files) COMPLETE |
6881 | 2024-12-06T20:36:57.779Z | [ recovery-image] Dec 06 20:36:57.113 INFO O| Dec 06 20:36:57.113 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-12-06T20:36:57.789Z | [ recovery-image] Dec 06 20:36:57.124 INFO O| Dec 06 20:36:57.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6883 | 2024-12-06T20:36:57.789Z | [ recovery-image] Dec 06 20:36:57.124 INFO O| Dec 06 20:36:57.124 INFO STEP 847 (remove_files) COMPLETE |
6884 | 2024-12-06T20:36:57.789Z | [ recovery-image] Dec 06 20:36:57.124 INFO O| Dec 06 20:36:57.124 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-12-06T20:36:57.798Z | [ recovery-image] Dec 06 20:36:57.134 INFO O| Dec 06 20:36:57.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6886 | 2024-12-06T20:36:57.798Z | [ recovery-image] Dec 06 20:36:57.134 INFO O| Dec 06 20:36:57.134 INFO STEP 848 (remove_files) COMPLETE |
6887 | 2024-12-06T20:36:57.801Z | [ recovery-image] Dec 06 20:36:57.134 INFO O| Dec 06 20:36:57.134 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-12-06T20:36:57.807Z | [ recovery-image] Dec 06 20:36:57.143 INFO O| Dec 06 20:36:57.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6889 | 2024-12-06T20:36:57.807Z | [ recovery-image] Dec 06 20:36:57.143 INFO O| Dec 06 20:36:57.143 INFO STEP 849 (remove_files) COMPLETE |
6890 | 2024-12-06T20:36:57.807Z | [ recovery-image] Dec 06 20:36:57.143 INFO O| Dec 06 20:36:57.143 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-12-06T20:36:57.817Z | [ recovery-image] Dec 06 20:36:57.153 INFO O| Dec 06 20:36:57.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6892 | 2024-12-06T20:36:57.819Z | [ recovery-image] Dec 06 20:36:57.153 INFO O| Dec 06 20:36:57.153 INFO STEP 850 (remove_files) COMPLETE |
6893 | 2024-12-06T20:36:57.819Z | [ recovery-image] Dec 06 20:36:57.153 INFO O| Dec 06 20:36:57.153 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-12-06T20:36:57.827Z | [ recovery-image] Dec 06 20:36:57.162 INFO O| Dec 06 20:36:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6895 | 2024-12-06T20:36:57.827Z | [ recovery-image] Dec 06 20:36:57.162 INFO O| Dec 06 20:36:57.162 INFO STEP 851 (remove_files) COMPLETE |
6896 | 2024-12-06T20:36:57.830Z | [ recovery-image] Dec 06 20:36:57.162 INFO O| Dec 06 20:36:57.162 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-12-06T20:36:57.836Z | [ recovery-image] Dec 06 20:36:57.172 INFO O| Dec 06 20:36:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6898 | 2024-12-06T20:36:57.836Z | [ recovery-image] Dec 06 20:36:57.172 INFO O| Dec 06 20:36:57.172 INFO STEP 852 (remove_files) COMPLETE |
6899 | 2024-12-06T20:36:57.836Z | [ recovery-image] Dec 06 20:36:57.172 INFO O| Dec 06 20:36:57.172 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-12-06T20:36:57.846Z | [ recovery-image] Dec 06 20:36:57.182 INFO O| Dec 06 20:36:57.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6901 | 2024-12-06T20:36:57.846Z | [ recovery-image] Dec 06 20:36:57.182 INFO O| Dec 06 20:36:57.182 INFO STEP 853 (remove_files) COMPLETE |
6902 | 2024-12-06T20:36:57.846Z | [ recovery-image] Dec 06 20:36:57.182 INFO O| Dec 06 20:36:57.182 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-12-06T20:36:57.856Z | [ recovery-image] Dec 06 20:36:57.192 INFO O| Dec 06 20:36:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6904 | 2024-12-06T20:36:57.856Z | [ recovery-image] Dec 06 20:36:57.192 INFO O| Dec 06 20:36:57.192 INFO STEP 854 (remove_files) COMPLETE |
6905 | 2024-12-06T20:36:57.858Z | [ recovery-image] Dec 06 20:36:57.192 INFO O| Dec 06 20:36:57.192 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-12-06T20:36:57.865Z | [ recovery-image] Dec 06 20:36:57.201 INFO O| Dec 06 20:36:57.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6907 | 2024-12-06T20:36:57.865Z | [ recovery-image] Dec 06 20:36:57.201 INFO O| Dec 06 20:36:57.201 INFO STEP 855 (remove_files) COMPLETE |
6908 | 2024-12-06T20:36:57.865Z | [ recovery-image] Dec 06 20:36:57.201 INFO O| Dec 06 20:36:57.201 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-12-06T20:36:57.875Z | [ recovery-image] Dec 06 20:36:57.210 INFO O| Dec 06 20:36:57.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6910 | 2024-12-06T20:36:57.875Z | [ recovery-image] Dec 06 20:36:57.211 INFO O| Dec 06 20:36:57.210 INFO STEP 856 (remove_files) COMPLETE |
6911 | 2024-12-06T20:36:57.878Z | [ recovery-image] Dec 06 20:36:57.211 INFO O| Dec 06 20:36:57.210 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-12-06T20:36:57.884Z | [ recovery-image] Dec 06 20:36:57.220 INFO O| Dec 06 20:36:57.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6913 | 2024-12-06T20:36:57.887Z | [ recovery-image] Dec 06 20:36:57.220 INFO O| Dec 06 20:36:57.220 INFO STEP 857 (remove_files) COMPLETE |
6914 | 2024-12-06T20:36:57.887Z | [ recovery-image] Dec 06 20:36:57.220 INFO O| Dec 06 20:36:57.220 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-12-06T20:36:57.894Z | [ recovery-image] Dec 06 20:36:57.229 INFO O| Dec 06 20:36:57.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6916 | 2024-12-06T20:36:57.894Z | [ recovery-image] Dec 06 20:36:57.230 INFO O| Dec 06 20:36:57.230 INFO STEP 858 (remove_files) COMPLETE |
6917 | 2024-12-06T20:36:57.896Z | [ recovery-image] Dec 06 20:36:57.230 INFO O| Dec 06 20:36:57.230 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-12-06T20:36:57.903Z | [ recovery-image] Dec 06 20:36:57.239 INFO O| Dec 06 20:36:57.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6919 | 2024-12-06T20:36:57.903Z | [ recovery-image] Dec 06 20:36:57.239 INFO O| Dec 06 20:36:57.239 INFO STEP 859 (remove_files) COMPLETE |
6920 | 2024-12-06T20:36:57.906Z | [ recovery-image] Dec 06 20:36:57.239 INFO O| Dec 06 20:36:57.239 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-12-06T20:36:57.913Z | [ recovery-image] Dec 06 20:36:57.249 INFO O| Dec 06 20:36:57.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6922 | 2024-12-06T20:36:57.913Z | [ recovery-image] Dec 06 20:36:57.249 INFO O| Dec 06 20:36:57.249 INFO STEP 860 (remove_files) COMPLETE |
6923 | 2024-12-06T20:36:57.913Z | [ recovery-image] Dec 06 20:36:57.249 INFO O| Dec 06 20:36:57.249 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-12-06T20:36:57.922Z | [ recovery-image] Dec 06 20:36:57.258 INFO O| Dec 06 20:36:57.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6925 | 2024-12-06T20:36:57.925Z | [ recovery-image] Dec 06 20:36:57.258 INFO O| Dec 06 20:36:57.258 INFO STEP 861 (remove_files) COMPLETE |
6926 | 2024-12-06T20:36:57.925Z | [ recovery-image] Dec 06 20:36:57.258 INFO O| Dec 06 20:36:57.258 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-12-06T20:36:57.932Z | [ recovery-image] Dec 06 20:36:57.268 INFO O| Dec 06 20:36:57.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6928 | 2024-12-06T20:36:57.935Z | [ recovery-image] Dec 06 20:36:57.268 INFO O| Dec 06 20:36:57.268 INFO STEP 862 (remove_files) COMPLETE |
6929 | 2024-12-06T20:36:57.935Z | [ recovery-image] Dec 06 20:36:57.268 INFO O| Dec 06 20:36:57.268 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-12-06T20:36:57.942Z | [ recovery-image] Dec 06 20:36:57.278 INFO O| Dec 06 20:36:57.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6931 | 2024-12-06T20:36:57.944Z | [ recovery-image] Dec 06 20:36:57.278 INFO O| Dec 06 20:36:57.278 INFO STEP 863 (remove_files) COMPLETE |
6932 | 2024-12-06T20:36:57.944Z | [ recovery-image] Dec 06 20:36:57.278 INFO O| Dec 06 20:36:57.278 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-12-06T20:36:57.947Z | [ host-image] Dec 06 20:36:57.281 INFO O| Dec 06 20:36:57.281 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6934 | 2024-12-06T20:36:57.951Z | [ recovery-image] Dec 06 20:36:57.287 INFO O| Dec 06 20:36:57.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6935 | 2024-12-06T20:36:57.954Z | [ recovery-image] Dec 06 20:36:57.287 INFO O| Dec 06 20:36:57.287 INFO STEP 864 (remove_files) COMPLETE |
6936 | 2024-12-06T20:36:57.954Z | [ recovery-image] Dec 06 20:36:57.287 INFO O| Dec 06 20:36:57.287 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-06T20:36:57.961Z | [ recovery-image] Dec 06 20:36:57.297 INFO O| Dec 06 20:36:57.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6938 | 2024-12-06T20:36:57.961Z | [ recovery-image] Dec 06 20:36:57.297 INFO O| Dec 06 20:36:57.297 INFO STEP 865 (remove_files) COMPLETE |
6939 | 2024-12-06T20:36:57.964Z | [ recovery-image] Dec 06 20:36:57.297 INFO O| Dec 06 20:36:57.297 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-06T20:36:57.971Z | [ recovery-image] Dec 06 20:36:57.307 INFO O| Dec 06 20:36:57.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6941 | 2024-12-06T20:36:57.971Z | [ recovery-image] Dec 06 20:36:57.307 INFO O| Dec 06 20:36:57.307 INFO STEP 866 (remove_files) COMPLETE |
6942 | 2024-12-06T20:36:57.975Z | [ recovery-image] Dec 06 20:36:57.307 INFO O| Dec 06 20:36:57.307 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-06T20:36:57.981Z | [ recovery-image] Dec 06 20:36:57.317 INFO O| Dec 06 20:36:57.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6944 | 2024-12-06T20:36:57.981Z | [ recovery-image] Dec 06 20:36:57.317 INFO O| Dec 06 20:36:57.317 INFO STEP 867 (remove_files) COMPLETE |
6945 | 2024-12-06T20:36:57.984Z | [ recovery-image] Dec 06 20:36:57.317 INFO O| Dec 06 20:36:57.317 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-06T20:36:57.990Z | [ recovery-image] Dec 06 20:36:57.326 INFO O| Dec 06 20:36:57.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6947 | 2024-12-06T20:36:57.993Z | [ recovery-image] Dec 06 20:36:57.327 INFO O| Dec 06 20:36:57.327 INFO STEP 868 (remove_files) COMPLETE |
6948 | 2024-12-06T20:36:57.993Z | [ recovery-image] Dec 06 20:36:57.327 INFO O| Dec 06 20:36:57.327 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-06T20:36:58.001Z | [ recovery-image] Dec 06 20:36:57.336 INFO O| Dec 06 20:36:57.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6950 | 2024-12-06T20:36:58.003Z | [ recovery-image] Dec 06 20:36:57.337 INFO O| Dec 06 20:36:57.336 INFO STEP 869 (remove_files) COMPLETE |
6951 | 2024-12-06T20:36:58.003Z | [ recovery-image] Dec 06 20:36:57.337 INFO O| Dec 06 20:36:57.336 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-06T20:36:58.010Z | [ recovery-image] Dec 06 20:36:57.346 INFO O| Dec 06 20:36:57.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6953 | 2024-12-06T20:36:58.010Z | [ recovery-image] Dec 06 20:36:57.346 INFO O| Dec 06 20:36:57.346 INFO STEP 870 (remove_files) COMPLETE |
6954 | 2024-12-06T20:36:58.010Z | [ recovery-image] Dec 06 20:36:57.346 INFO O| Dec 06 20:36:57.346 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-06T20:36:58.020Z | [ recovery-image] Dec 06 20:36:57.356 INFO O| Dec 06 20:36:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6956 | 2024-12-06T20:36:58.020Z | [ recovery-image] Dec 06 20:36:57.356 INFO O| Dec 06 20:36:57.356 INFO STEP 871 (remove_files) COMPLETE |
6957 | 2024-12-06T20:36:58.022Z | [ recovery-image] Dec 06 20:36:57.356 INFO O| Dec 06 20:36:57.356 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-06T20:36:58.030Z | [ recovery-image] Dec 06 20:36:57.366 INFO O| Dec 06 20:36:57.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6959 | 2024-12-06T20:36:58.030Z | [ recovery-image] Dec 06 20:36:57.366 INFO O| Dec 06 20:36:57.366 INFO STEP 872 (remove_files) COMPLETE |
6960 | 2024-12-06T20:36:58.033Z | [ recovery-image] Dec 06 20:36:57.366 INFO O| Dec 06 20:36:57.366 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-06T20:36:58.040Z | [ recovery-image] Dec 06 20:36:57.376 INFO O| Dec 06 20:36:57.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6962 | 2024-12-06T20:36:58.043Z | [ recovery-image] Dec 06 20:36:57.376 INFO O| Dec 06 20:36:57.376 INFO STEP 873 (remove_files) COMPLETE |
6963 | 2024-12-06T20:36:58.043Z | [ recovery-image] Dec 06 20:36:57.376 INFO O| Dec 06 20:36:57.376 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-06T20:36:58.050Z | [ recovery-image] Dec 06 20:36:57.386 INFO O| Dec 06 20:36:57.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6965 | 2024-12-06T20:36:58.054Z | [ recovery-image] Dec 06 20:36:57.386 INFO O| Dec 06 20:36:57.386 INFO STEP 874 (remove_files) COMPLETE |
6966 | 2024-12-06T20:36:58.054Z | [ recovery-image] Dec 06 20:36:57.386 INFO O| Dec 06 20:36:57.386 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-06T20:36:58.060Z | [ recovery-image] Dec 06 20:36:57.396 INFO O| Dec 06 20:36:57.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6968 | 2024-12-06T20:36:58.060Z | [ recovery-image] Dec 06 20:36:57.396 INFO O| Dec 06 20:36:57.396 INFO STEP 875 (remove_files) COMPLETE |
6969 | 2024-12-06T20:36:58.063Z | [ recovery-image] Dec 06 20:36:57.396 INFO O| Dec 06 20:36:57.396 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-06T20:36:58.070Z | [ recovery-image] Dec 06 20:36:57.406 INFO O| Dec 06 20:36:57.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6971 | 2024-12-06T20:36:58.070Z | [ recovery-image] Dec 06 20:36:57.406 INFO O| Dec 06 20:36:57.406 INFO STEP 876 (remove_files) COMPLETE |
6972 | 2024-12-06T20:36:58.070Z | [ recovery-image] Dec 06 20:36:57.406 INFO O| Dec 06 20:36:57.406 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-12-06T20:36:58.079Z | [ recovery-image] Dec 06 20:36:57.415 INFO O| Dec 06 20:36:57.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6974 | 2024-12-06T20:36:58.082Z | [ recovery-image] Dec 06 20:36:57.415 INFO O| Dec 06 20:36:57.415 INFO STEP 877 (remove_files) COMPLETE |
6975 | 2024-12-06T20:36:58.082Z | [ recovery-image] Dec 06 20:36:57.415 INFO O| Dec 06 20:36:57.415 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-12-06T20:36:58.089Z | [ recovery-image] Dec 06 20:36:57.425 INFO O| Dec 06 20:36:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6977 | 2024-12-06T20:36:58.089Z | [ recovery-image] Dec 06 20:36:57.425 INFO O| Dec 06 20:36:57.425 INFO STEP 878 (remove_files) COMPLETE |
6978 | 2024-12-06T20:36:58.089Z | [ recovery-image] Dec 06 20:36:57.425 INFO O| Dec 06 20:36:57.425 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-12-06T20:36:58.099Z | [ recovery-image] Dec 06 20:36:57.435 INFO O| Dec 06 20:36:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6980 | 2024-12-06T20:36:58.099Z | [ recovery-image] Dec 06 20:36:57.435 INFO O| Dec 06 20:36:57.435 INFO STEP 879 (remove_files) COMPLETE |
6981 | 2024-12-06T20:36:58.101Z | [ recovery-image] Dec 06 20:36:57.435 INFO O| Dec 06 20:36:57.435 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-12-06T20:36:58.110Z | [ recovery-image] Dec 06 20:36:57.445 INFO O| Dec 06 20:36:57.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6983 | 2024-12-06T20:36:58.110Z | [ recovery-image] Dec 06 20:36:57.446 INFO O| Dec 06 20:36:57.445 INFO STEP 880 (remove_files) COMPLETE |
6984 | 2024-12-06T20:36:58.110Z | [ recovery-image] Dec 06 20:36:57.446 INFO O| Dec 06 20:36:57.446 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-12-06T20:36:58.120Z | [ recovery-image] Dec 06 20:36:57.455 INFO O| Dec 06 20:36:57.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6986 | 2024-12-06T20:36:58.122Z | [ recovery-image] Dec 06 20:36:57.456 INFO O| Dec 06 20:36:57.456 INFO STEP 881 (remove_files) COMPLETE |
6987 | 2024-12-06T20:36:58.122Z | [ recovery-image] Dec 06 20:36:57.456 INFO O| Dec 06 20:36:57.456 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-12-06T20:36:58.130Z | [ recovery-image] Dec 06 20:36:57.466 INFO O| Dec 06 20:36:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6989 | 2024-12-06T20:36:58.130Z | [ recovery-image] Dec 06 20:36:57.466 INFO O| Dec 06 20:36:57.466 INFO STEP 882 (remove_files) COMPLETE |
6990 | 2024-12-06T20:36:58.130Z | [ recovery-image] Dec 06 20:36:57.466 INFO O| Dec 06 20:36:57.466 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-12-06T20:36:58.140Z | [ recovery-image] Dec 06 20:36:57.476 INFO O| Dec 06 20:36:57.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6992 | 2024-12-06T20:36:58.142Z | [ recovery-image] Dec 06 20:36:57.476 INFO O| Dec 06 20:36:57.476 INFO STEP 883 (remove_files) COMPLETE |
6993 | 2024-12-06T20:36:58.142Z | [ recovery-image] Dec 06 20:36:57.476 INFO O| Dec 06 20:36:57.476 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-12-06T20:36:58.150Z | [ recovery-image] Dec 06 20:36:57.485 INFO O| Dec 06 20:36:57.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6995 | 2024-12-06T20:36:58.150Z | [ recovery-image] Dec 06 20:36:57.486 INFO O| Dec 06 20:36:57.485 INFO STEP 884 (remove_files) COMPLETE |
6996 | 2024-12-06T20:36:58.152Z | [ recovery-image] Dec 06 20:36:57.486 INFO O| Dec 06 20:36:57.486 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-12-06T20:36:58.159Z | [ recovery-image] Dec 06 20:36:57.495 INFO O| Dec 06 20:36:57.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6998 | 2024-12-06T20:36:58.159Z | [ recovery-image] Dec 06 20:36:57.495 INFO O| Dec 06 20:36:57.495 INFO STEP 885 (remove_files) COMPLETE |
6999 | 2024-12-06T20:36:58.162Z | [ recovery-image] Dec 06 20:36:57.495 INFO O| Dec 06 20:36:57.495 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-12-06T20:36:58.169Z | [ recovery-image] Dec 06 20:36:57.505 INFO O| Dec 06 20:36:57.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7001 | 2024-12-06T20:36:58.169Z | [ recovery-image] Dec 06 20:36:57.505 INFO O| Dec 06 20:36:57.505 INFO STEP 886 (remove_files) COMPLETE |
7002 | 2024-12-06T20:36:58.172Z | [ recovery-image] Dec 06 20:36:57.505 INFO O| Dec 06 20:36:57.505 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-06T20:36:58.179Z | [ recovery-image] Dec 06 20:36:57.515 INFO O| Dec 06 20:36:57.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7004 | 2024-12-06T20:36:58.179Z | [ recovery-image] Dec 06 20:36:57.515 INFO O| Dec 06 20:36:57.515 INFO STEP 887 (remove_files) COMPLETE |
7005 | 2024-12-06T20:36:58.179Z | [ recovery-image] Dec 06 20:36:57.515 INFO O| Dec 06 20:36:57.515 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-06T20:36:58.190Z | [ recovery-image] Dec 06 20:36:57.525 INFO O| Dec 06 20:36:57.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7007 | 2024-12-06T20:36:58.190Z | [ recovery-image] Dec 06 20:36:57.525 INFO O| Dec 06 20:36:57.525 INFO STEP 888 (remove_files) COMPLETE |
7008 | 2024-12-06T20:36:58.190Z | [ recovery-image] Dec 06 20:36:57.525 INFO O| Dec 06 20:36:57.525 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-12-06T20:36:58.200Z | [ recovery-image] Dec 06 20:36:57.536 INFO O| Dec 06 20:36:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7010 | 2024-12-06T20:36:58.200Z | [ recovery-image] Dec 06 20:36:57.536 INFO O| Dec 06 20:36:57.536 INFO STEP 889 (remove_files) COMPLETE |
7011 | 2024-12-06T20:36:58.200Z | [ recovery-image] Dec 06 20:36:57.536 INFO O| Dec 06 20:36:57.536 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-12-06T20:36:58.210Z | [ recovery-image] Dec 06 20:36:57.546 INFO O| Dec 06 20:36:57.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7013 | 2024-12-06T20:36:58.210Z | [ recovery-image] Dec 06 20:36:57.546 INFO O| Dec 06 20:36:57.546 INFO STEP 890 (remove_files) COMPLETE |
7014 | 2024-12-06T20:36:58.210Z | [ recovery-image] Dec 06 20:36:57.546 INFO O| Dec 06 20:36:57.546 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-12-06T20:36:58.220Z | [ recovery-image] Dec 06 20:36:57.556 INFO O| Dec 06 20:36:57.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7016 | 2024-12-06T20:36:58.221Z | [ recovery-image] Dec 06 20:36:57.556 INFO O| Dec 06 20:36:57.556 INFO STEP 891 (remove_files) COMPLETE |
7017 | 2024-12-06T20:36:58.221Z | [ recovery-image] Dec 06 20:36:57.556 INFO O| Dec 06 20:36:57.556 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-06T20:36:58.230Z | [ recovery-image] Dec 06 20:36:57.566 INFO O| Dec 06 20:36:57.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7019 | 2024-12-06T20:36:58.230Z | [ recovery-image] Dec 06 20:36:57.566 INFO O| Dec 06 20:36:57.566 INFO STEP 892 (remove_files) COMPLETE |
7020 | 2024-12-06T20:36:58.230Z | [ recovery-image] Dec 06 20:36:57.566 INFO O| Dec 06 20:36:57.566 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-06T20:36:58.241Z | [ recovery-image] Dec 06 20:36:57.576 INFO O| Dec 06 20:36:57.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7022 | 2024-12-06T20:36:58.241Z | [ recovery-image] Dec 06 20:36:57.576 INFO O| Dec 06 20:36:57.576 INFO STEP 893 (remove_files) COMPLETE |
7023 | 2024-12-06T20:36:58.243Z | [ recovery-image] Dec 06 20:36:57.576 INFO O| Dec 06 20:36:57.576 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-06T20:36:58.249Z | [ recovery-image] Dec 06 20:36:57.585 INFO O| Dec 06 20:36:57.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7025 | 2024-12-06T20:36:58.249Z | [ recovery-image] Dec 06 20:36:57.585 INFO O| Dec 06 20:36:57.585 INFO STEP 894 (remove_files) COMPLETE |
7026 | 2024-12-06T20:36:58.252Z | [ recovery-image] Dec 06 20:36:57.585 INFO O| Dec 06 20:36:57.585 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-06T20:36:58.259Z | [ recovery-image] Dec 06 20:36:57.595 INFO O| Dec 06 20:36:57.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7028 | 2024-12-06T20:36:58.262Z | [ recovery-image] Dec 06 20:36:57.595 INFO O| Dec 06 20:36:57.595 INFO STEP 895 (remove_files) COMPLETE |
7029 | 2024-12-06T20:36:58.262Z | [ recovery-image] Dec 06 20:36:57.595 INFO O| Dec 06 20:36:57.595 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-06T20:36:58.269Z | [ recovery-image] Dec 06 20:36:57.604 INFO O| Dec 06 20:36:57.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7031 | 2024-12-06T20:36:58.272Z | [ recovery-image] Dec 06 20:36:57.605 INFO O| Dec 06 20:36:57.604 INFO STEP 896 (remove_files) COMPLETE |
7032 | 2024-12-06T20:36:58.272Z | [ recovery-image] Dec 06 20:36:57.605 INFO O| Dec 06 20:36:57.605 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-06T20:36:58.278Z | [ recovery-image] Dec 06 20:36:57.614 INFO O| Dec 06 20:36:57.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7034 | 2024-12-06T20:36:58.278Z | [ recovery-image] Dec 06 20:36:57.614 INFO O| Dec 06 20:36:57.614 INFO STEP 897 (remove_files) COMPLETE |
7035 | 2024-12-06T20:36:58.280Z | [ recovery-image] Dec 06 20:36:57.614 INFO O| Dec 06 20:36:57.614 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-06T20:36:58.288Z | [ recovery-image] Dec 06 20:36:57.624 INFO O| Dec 06 20:36:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7037 | 2024-12-06T20:36:58.290Z | [ recovery-image] Dec 06 20:36:57.624 INFO O| Dec 06 20:36:57.624 INFO STEP 898 (remove_files) COMPLETE |
7038 | 2024-12-06T20:36:58.290Z | [ recovery-image] Dec 06 20:36:57.624 INFO O| Dec 06 20:36:57.624 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-06T20:36:58.297Z | [ recovery-image] Dec 06 20:36:57.633 INFO O| Dec 06 20:36:57.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7040 | 2024-12-06T20:36:58.300Z | [ recovery-image] Dec 06 20:36:57.634 INFO O| Dec 06 20:36:57.633 INFO STEP 899 (remove_files) COMPLETE |
7041 | 2024-12-06T20:36:58.300Z | [ recovery-image] Dec 06 20:36:57.634 INFO O| Dec 06 20:36:57.633 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-06T20:36:58.307Z | [ recovery-image] Dec 06 20:36:57.643 INFO O| Dec 06 20:36:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7043 | 2024-12-06T20:36:58.307Z | [ recovery-image] Dec 06 20:36:57.643 INFO O| Dec 06 20:36:57.643 INFO STEP 900 (remove_files) COMPLETE |
7044 | 2024-12-06T20:36:58.310Z | [ recovery-image] Dec 06 20:36:57.643 INFO O| Dec 06 20:36:57.643 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-06T20:36:58.317Z | [ recovery-image] Dec 06 20:36:57.653 INFO O| Dec 06 20:36:57.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7046 | 2024-12-06T20:36:58.319Z | [ recovery-image] Dec 06 20:36:57.653 INFO O| Dec 06 20:36:57.653 INFO STEP 901 (remove_files) COMPLETE |
7047 | 2024-12-06T20:36:58.319Z | [ recovery-image] Dec 06 20:36:57.653 INFO O| Dec 06 20:36:57.653 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-06T20:36:58.327Z | [ recovery-image] Dec 06 20:36:57.663 INFO O| Dec 06 20:36:57.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7049 | 2024-12-06T20:36:58.327Z | [ recovery-image] Dec 06 20:36:57.663 INFO O| Dec 06 20:36:57.663 INFO STEP 902 (remove_files) COMPLETE |
7050 | 2024-12-06T20:36:58.329Z | [ recovery-image] Dec 06 20:36:57.663 INFO O| Dec 06 20:36:57.663 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-06T20:36:58.337Z | [ recovery-image] Dec 06 20:36:57.672 INFO O| Dec 06 20:36:57.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7052 | 2024-12-06T20:36:58.337Z | [ recovery-image] Dec 06 20:36:57.673 INFO O| Dec 06 20:36:57.672 INFO STEP 903 (remove_files) COMPLETE |
7053 | 2024-12-06T20:36:58.339Z | [ recovery-image] Dec 06 20:36:57.673 INFO O| Dec 06 20:36:57.672 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-06T20:36:58.346Z | [ recovery-image] Dec 06 20:36:57.682 INFO O| Dec 06 20:36:57.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7055 | 2024-12-06T20:36:58.346Z | [ recovery-image] Dec 06 20:36:57.682 INFO O| Dec 06 20:36:57.682 INFO STEP 904 (remove_files) COMPLETE |
7056 | 2024-12-06T20:36:58.349Z | [ recovery-image] Dec 06 20:36:57.682 INFO O| Dec 06 20:36:57.682 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-06T20:36:58.356Z | [ recovery-image] Dec 06 20:36:57.692 INFO O| Dec 06 20:36:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7058 | 2024-12-06T20:36:58.356Z | [ recovery-image] Dec 06 20:36:57.692 INFO O| Dec 06 20:36:57.692 INFO STEP 905 (remove_files) COMPLETE |
7059 | 2024-12-06T20:36:58.358Z | [ recovery-image] Dec 06 20:36:57.692 INFO O| Dec 06 20:36:57.692 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-12-06T20:36:58.366Z | [ recovery-image] Dec 06 20:36:57.702 INFO O| Dec 06 20:36:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7061 | 2024-12-06T20:36:58.366Z | [ recovery-image] Dec 06 20:36:57.702 INFO O| Dec 06 20:36:57.702 INFO STEP 906 (remove_files) COMPLETE |
7062 | 2024-12-06T20:36:58.368Z | [ recovery-image] Dec 06 20:36:57.702 INFO O| Dec 06 20:36:57.702 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-12-06T20:36:58.376Z | [ recovery-image] Dec 06 20:36:57.711 INFO O| Dec 06 20:36:57.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7064 | 2024-12-06T20:36:58.376Z | [ recovery-image] Dec 06 20:36:57.711 INFO O| Dec 06 20:36:57.711 INFO STEP 907 (remove_files) COMPLETE |
7065 | 2024-12-06T20:36:58.379Z | [ recovery-image] Dec 06 20:36:57.711 INFO O| Dec 06 20:36:57.711 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-12-06T20:36:58.385Z | [ recovery-image] Dec 06 20:36:57.721 INFO O| Dec 06 20:36:57.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7067 | 2024-12-06T20:36:58.385Z | [ recovery-image] Dec 06 20:36:57.721 INFO O| Dec 06 20:36:57.721 INFO STEP 908 (remove_files) COMPLETE |
7068 | 2024-12-06T20:36:58.386Z | [ recovery-image] Dec 06 20:36:57.721 INFO O| Dec 06 20:36:57.721 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-12-06T20:36:58.395Z | [ recovery-image] Dec 06 20:36:57.731 INFO O| Dec 06 20:36:57.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7070 | 2024-12-06T20:36:58.395Z | [ recovery-image] Dec 06 20:36:57.731 INFO O| Dec 06 20:36:57.731 INFO STEP 909 (remove_files) COMPLETE |
7071 | 2024-12-06T20:36:58.398Z | [ recovery-image] Dec 06 20:36:57.731 INFO O| Dec 06 20:36:57.731 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-12-06T20:36:58.406Z | [ recovery-image] Dec 06 20:36:57.741 INFO O| Dec 06 20:36:57.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7073 | 2024-12-06T20:36:58.406Z | [ recovery-image] Dec 06 20:36:57.741 INFO O| Dec 06 20:36:57.741 INFO STEP 910 (remove_files) COMPLETE |
7074 | 2024-12-06T20:36:58.408Z | [ recovery-image] Dec 06 20:36:57.741 INFO O| Dec 06 20:36:57.741 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-12-06T20:36:58.416Z | [ recovery-image] Dec 06 20:36:57.752 INFO O| Dec 06 20:36:57.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7076 | 2024-12-06T20:36:58.417Z | [ recovery-image] Dec 06 20:36:57.752 INFO O| Dec 06 20:36:57.752 INFO STEP 911 (remove_files) COMPLETE |
7077 | 2024-12-06T20:36:58.417Z | [ recovery-image] Dec 06 20:36:57.752 INFO O| Dec 06 20:36:57.752 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-12-06T20:36:58.426Z | [ recovery-image] Dec 06 20:36:57.762 INFO O| Dec 06 20:36:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7079 | 2024-12-06T20:36:58.426Z | [ recovery-image] Dec 06 20:36:57.762 INFO O| Dec 06 20:36:57.762 INFO STEP 912 (remove_files) COMPLETE |
7080 | 2024-12-06T20:36:58.429Z | [ recovery-image] Dec 06 20:36:57.762 INFO O| Dec 06 20:36:57.762 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-12-06T20:36:58.436Z | [ recovery-image] Dec 06 20:36:57.772 INFO O| Dec 06 20:36:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7082 | 2024-12-06T20:36:58.438Z | [ recovery-image] Dec 06 20:36:57.772 INFO O| Dec 06 20:36:57.772 INFO STEP 913 (remove_files) COMPLETE |
7083 | 2024-12-06T20:36:58.438Z | [ recovery-image] Dec 06 20:36:57.772 INFO O| Dec 06 20:36:57.772 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-12-06T20:36:58.447Z | [ recovery-image] Dec 06 20:36:57.783 INFO O| Dec 06 20:36:57.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7085 | 2024-12-06T20:36:58.447Z | [ recovery-image] Dec 06 20:36:57.783 INFO O| Dec 06 20:36:57.783 INFO STEP 914 (remove_files) COMPLETE |
7086 | 2024-12-06T20:36:58.447Z | [ recovery-image] Dec 06 20:36:57.783 INFO O| Dec 06 20:36:57.783 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-12-06T20:36:58.460Z | [ recovery-image] Dec 06 20:36:57.796 INFO O| Dec 06 20:36:57.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7088 | 2024-12-06T20:36:58.460Z | [ recovery-image] Dec 06 20:36:57.796 INFO O| Dec 06 20:36:57.796 INFO STEP 915 (remove_files) COMPLETE |
7089 | 2024-12-06T20:36:58.463Z | [ recovery-image] Dec 06 20:36:57.796 INFO O| Dec 06 20:36:57.796 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-12-06T20:36:58.472Z | [ recovery-image] Dec 06 20:36:57.808 INFO O| Dec 06 20:36:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7091 | 2024-12-06T20:36:58.472Z | [ recovery-image] Dec 06 20:36:57.808 INFO O| Dec 06 20:36:57.808 INFO STEP 916 (remove_files) COMPLETE |
7092 | 2024-12-06T20:36:58.472Z | [ recovery-image] Dec 06 20:36:57.808 INFO O| Dec 06 20:36:57.808 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-12-06T20:36:58.483Z | [ recovery-image] Dec 06 20:36:57.819 INFO O| Dec 06 20:36:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7094 | 2024-12-06T20:36:58.483Z | [ recovery-image] Dec 06 20:36:57.819 INFO O| Dec 06 20:36:57.819 INFO STEP 917 (remove_files) COMPLETE |
7095 | 2024-12-06T20:36:58.486Z | [ recovery-image] Dec 06 20:36:57.819 INFO O| Dec 06 20:36:57.819 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-12-06T20:36:58.493Z | [ recovery-image] Dec 06 20:36:57.829 INFO O| Dec 06 20:36:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7097 | 2024-12-06T20:36:58.493Z | [ recovery-image] Dec 06 20:36:57.829 INFO O| Dec 06 20:36:57.829 INFO STEP 918 (remove_files) COMPLETE |
7098 | 2024-12-06T20:36:58.493Z | [ recovery-image] Dec 06 20:36:57.829 INFO O| Dec 06 20:36:57.829 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-12-06T20:36:58.504Z | [ recovery-image] Dec 06 20:36:57.840 INFO O| Dec 06 20:36:57.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7100 | 2024-12-06T20:36:58.504Z | [ recovery-image] Dec 06 20:36:57.840 INFO O| Dec 06 20:36:57.840 INFO STEP 919 (remove_files) COMPLETE |
7101 | 2024-12-06T20:36:58.506Z | [ recovery-image] Dec 06 20:36:57.840 INFO O| Dec 06 20:36:57.840 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-12-06T20:36:58.514Z | [ recovery-image] Dec 06 20:36:57.850 INFO O| Dec 06 20:36:57.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7103 | 2024-12-06T20:36:58.514Z | [ recovery-image] Dec 06 20:36:57.850 INFO O| Dec 06 20:36:57.850 INFO STEP 920 (remove_files) COMPLETE |
7104 | 2024-12-06T20:36:58.516Z | [ recovery-image] Dec 06 20:36:57.850 INFO O| Dec 06 20:36:57.850 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-12-06T20:36:58.523Z | [ recovery-image] Dec 06 20:36:57.859 INFO O| Dec 06 20:36:57.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7106 | 2024-12-06T20:36:58.524Z | [ recovery-image] Dec 06 20:36:57.859 INFO O| Dec 06 20:36:57.859 INFO STEP 921 (remove_files) COMPLETE |
7107 | 2024-12-06T20:36:58.527Z | [ recovery-image] Dec 06 20:36:57.859 INFO O| Dec 06 20:36:57.859 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-12-06T20:36:58.533Z | [ recovery-image] Dec 06 20:36:57.869 INFO O| Dec 06 20:36:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7109 | 2024-12-06T20:36:58.533Z | [ recovery-image] Dec 06 20:36:57.869 INFO O| Dec 06 20:36:57.869 INFO STEP 922 (remove_files) COMPLETE |
7110 | 2024-12-06T20:36:58.536Z | [ recovery-image] Dec 06 20:36:57.869 INFO O| Dec 06 20:36:57.869 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-12-06T20:36:58.543Z | [ recovery-image] Dec 06 20:36:57.879 INFO O| Dec 06 20:36:57.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7112 | 2024-12-06T20:36:58.549Z | [ recovery-image] Dec 06 20:36:57.879 INFO O| Dec 06 20:36:57.879 INFO STEP 923 (remove_files) COMPLETE |
7113 | 2024-12-06T20:36:58.549Z | [ recovery-image] Dec 06 20:36:57.879 INFO O| Dec 06 20:36:57.879 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-12-06T20:36:58.553Z | [ recovery-image] Dec 06 20:36:57.889 INFO O| Dec 06 20:36:57.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7115 | 2024-12-06T20:36:58.553Z | [ recovery-image] Dec 06 20:36:57.889 INFO O| Dec 06 20:36:57.889 INFO STEP 924 (remove_files) COMPLETE |
7116 | 2024-12-06T20:36:58.553Z | [ recovery-image] Dec 06 20:36:57.889 INFO O| Dec 06 20:36:57.889 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-12-06T20:36:58.563Z | [ recovery-image] Dec 06 20:36:57.898 INFO O| Dec 06 20:36:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7118 | 2024-12-06T20:36:58.563Z | [ recovery-image] Dec 06 20:36:57.899 INFO O| Dec 06 20:36:57.898 INFO STEP 925 (remove_files) COMPLETE |
7119 | 2024-12-06T20:36:58.565Z | [ recovery-image] Dec 06 20:36:57.899 INFO O| Dec 06 20:36:57.898 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-12-06T20:36:58.573Z | [ recovery-image] Dec 06 20:36:57.908 INFO O| Dec 06 20:36:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7121 | 2024-12-06T20:36:58.573Z | [ recovery-image] Dec 06 20:36:57.908 INFO O| Dec 06 20:36:57.908 INFO STEP 926 (remove_files) COMPLETE |
7122 | 2024-12-06T20:36:58.573Z | [ recovery-image] Dec 06 20:36:57.908 INFO O| Dec 06 20:36:57.908 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-12-06T20:36:58.582Z | [ recovery-image] Dec 06 20:36:57.918 INFO O| Dec 06 20:36:57.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7124 | 2024-12-06T20:36:58.585Z | [ recovery-image] Dec 06 20:36:57.918 INFO O| Dec 06 20:36:57.918 INFO STEP 927 (remove_files) COMPLETE |
7125 | 2024-12-06T20:36:58.585Z | [ recovery-image] Dec 06 20:36:57.918 INFO O| Dec 06 20:36:57.918 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-12-06T20:36:58.592Z | [ recovery-image] Dec 06 20:36:57.928 INFO O| Dec 06 20:36:57.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7127 | 2024-12-06T20:36:58.594Z | [ recovery-image] Dec 06 20:36:57.928 INFO O| Dec 06 20:36:57.928 INFO STEP 928 (remove_files) COMPLETE |
7128 | 2024-12-06T20:36:58.594Z | [ recovery-image] Dec 06 20:36:57.928 INFO O| Dec 06 20:36:57.928 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-12-06T20:36:58.602Z | [ recovery-image] Dec 06 20:36:57.938 INFO O| Dec 06 20:36:57.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7130 | 2024-12-06T20:36:58.602Z | [ recovery-image] Dec 06 20:36:57.938 INFO O| Dec 06 20:36:57.938 INFO STEP 929 (remove_files) COMPLETE |
7131 | 2024-12-06T20:36:58.604Z | [ recovery-image] Dec 06 20:36:57.938 INFO O| Dec 06 20:36:57.938 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-12-06T20:36:58.613Z | [ recovery-image] Dec 06 20:36:57.948 INFO O| Dec 06 20:36:57.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7133 | 2024-12-06T20:36:58.613Z | [ recovery-image] Dec 06 20:36:57.948 INFO O| Dec 06 20:36:57.948 INFO STEP 930 (remove_files) COMPLETE |
7134 | 2024-12-06T20:36:58.613Z | [ recovery-image] Dec 06 20:36:57.948 INFO O| Dec 06 20:36:57.948 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-12-06T20:36:58.623Z | [ recovery-image] Dec 06 20:36:57.959 INFO O| Dec 06 20:36:57.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7136 | 2024-12-06T20:36:58.623Z | [ recovery-image] Dec 06 20:36:57.959 INFO O| Dec 06 20:36:57.959 INFO STEP 931 (remove_files) COMPLETE |
7137 | 2024-12-06T20:36:58.623Z | [ recovery-image] Dec 06 20:36:57.959 INFO O| Dec 06 20:36:57.959 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-12-06T20:36:58.633Z | [ recovery-image] Dec 06 20:36:57.969 INFO O| Dec 06 20:36:57.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7139 | 2024-12-06T20:36:58.633Z | [ recovery-image] Dec 06 20:36:57.969 INFO O| Dec 06 20:36:57.969 INFO STEP 932 (remove_files) COMPLETE |
7140 | 2024-12-06T20:36:58.636Z | [ recovery-image] Dec 06 20:36:57.969 INFO O| Dec 06 20:36:57.969 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-12-06T20:36:58.644Z | [ recovery-image] Dec 06 20:36:57.979 INFO O| Dec 06 20:36:57.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7142 | 2024-12-06T20:36:58.644Z | [ recovery-image] Dec 06 20:36:57.979 INFO O| Dec 06 20:36:57.979 INFO STEP 933 (remove_files) COMPLETE |
7143 | 2024-12-06T20:36:58.644Z | [ recovery-image] Dec 06 20:36:57.979 INFO O| Dec 06 20:36:57.979 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-12-06T20:36:58.653Z | [ recovery-image] Dec 06 20:36:57.989 INFO O| Dec 06 20:36:57.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7145 | 2024-12-06T20:36:58.653Z | [ recovery-image] Dec 06 20:36:57.989 INFO O| Dec 06 20:36:57.989 INFO STEP 934 (remove_files) COMPLETE |
7146 | 2024-12-06T20:36:58.656Z | [ recovery-image] Dec 06 20:36:57.989 INFO O| Dec 06 20:36:57.989 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-12-06T20:36:58.664Z | [ recovery-image] Dec 06 20:36:58.000 INFO O| Dec 06 20:36:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7148 | 2024-12-06T20:36:58.664Z | [ recovery-image] Dec 06 20:36:58.000 INFO O| Dec 06 20:36:58.000 INFO STEP 935 (remove_files) COMPLETE |
7149 | 2024-12-06T20:36:58.666Z | [ recovery-image] Dec 06 20:36:58.000 INFO O| Dec 06 20:36:58.000 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-12-06T20:36:58.677Z | [ recovery-image] Dec 06 20:36:58.012 INFO O| Dec 06 20:36:58.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7151 | 2024-12-06T20:36:58.679Z | [ recovery-image] Dec 06 20:36:58.013 INFO O| Dec 06 20:36:58.013 INFO STEP 936 (remove_files) COMPLETE |
7152 | 2024-12-06T20:36:58.679Z | [ recovery-image] Dec 06 20:36:58.013 INFO O| Dec 06 20:36:58.013 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-12-06T20:36:58.688Z | [ recovery-image] Dec 06 20:36:58.024 INFO O| Dec 06 20:36:58.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7154 | 2024-12-06T20:36:58.688Z | [ recovery-image] Dec 06 20:36:58.024 INFO O| Dec 06 20:36:58.024 INFO STEP 937 (remove_files) COMPLETE |
7155 | 2024-12-06T20:36:58.690Z | [ recovery-image] Dec 06 20:36:58.024 INFO O| Dec 06 20:36:58.024 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-12-06T20:36:58.698Z | [ recovery-image] Dec 06 20:36:58.034 INFO O| Dec 06 20:36:58.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7157 | 2024-12-06T20:36:58.702Z | [ recovery-image] Dec 06 20:36:58.034 INFO O| Dec 06 20:36:58.034 INFO STEP 938 (remove_files) COMPLETE |
7158 | 2024-12-06T20:36:58.702Z | [ recovery-image] Dec 06 20:36:58.034 INFO O| Dec 06 20:36:58.034 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-12-06T20:36:58.709Z | [ recovery-image] Dec 06 20:36:58.044 INFO O| Dec 06 20:36:58.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7160 | 2024-12-06T20:36:58.711Z | [ recovery-image] Dec 06 20:36:58.045 INFO O| Dec 06 20:36:58.044 INFO STEP 939 (remove_files) COMPLETE |
7161 | 2024-12-06T20:36:58.711Z | [ recovery-image] Dec 06 20:36:58.045 INFO O| Dec 06 20:36:58.045 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-12-06T20:36:58.719Z | [ recovery-image] Dec 06 20:36:58.054 INFO O| Dec 06 20:36:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7163 | 2024-12-06T20:36:58.719Z | [ recovery-image] Dec 06 20:36:58.055 INFO O| Dec 06 20:36:58.054 INFO STEP 940 (remove_files) COMPLETE |
7164 | 2024-12-06T20:36:58.721Z | [ recovery-image] Dec 06 20:36:58.055 INFO O| Dec 06 20:36:58.055 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-12-06T20:36:58.728Z | [ recovery-image] Dec 06 20:36:58.064 INFO O| Dec 06 20:36:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7166 | 2024-12-06T20:36:58.728Z | [ recovery-image] Dec 06 20:36:58.064 INFO O| Dec 06 20:36:58.064 INFO STEP 941 (remove_files) COMPLETE |
7167 | 2024-12-06T20:36:58.731Z | [ recovery-image] Dec 06 20:36:58.064 INFO O| Dec 06 20:36:58.064 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-12-06T20:36:58.739Z | [ recovery-image] Dec 06 20:36:58.074 INFO O| Dec 06 20:36:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7169 | 2024-12-06T20:36:58.739Z | [ recovery-image] Dec 06 20:36:58.074 INFO O| Dec 06 20:36:58.074 INFO STEP 942 (remove_files) COMPLETE |
7170 | 2024-12-06T20:36:58.739Z | [ recovery-image] Dec 06 20:36:58.074 INFO O| Dec 06 20:36:58.074 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-12-06T20:36:58.747Z | [ recovery-image] Dec 06 20:36:58.083 INFO O| Dec 06 20:36:58.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7172 | 2024-12-06T20:36:58.750Z | [ recovery-image] Dec 06 20:36:58.083 INFO O| Dec 06 20:36:58.083 INFO STEP 943 (remove_files) COMPLETE |
7173 | 2024-12-06T20:36:58.750Z | [ recovery-image] Dec 06 20:36:58.083 INFO O| Dec 06 20:36:58.083 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-12-06T20:36:58.757Z | [ recovery-image] Dec 06 20:36:58.093 INFO O| Dec 06 20:36:58.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7175 | 2024-12-06T20:36:58.757Z | [ recovery-image] Dec 06 20:36:58.093 INFO O| Dec 06 20:36:58.093 INFO STEP 944 (remove_files) COMPLETE |
7176 | 2024-12-06T20:36:58.757Z | [ recovery-image] Dec 06 20:36:58.093 INFO O| Dec 06 20:36:58.093 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-12-06T20:36:58.767Z | [ recovery-image] Dec 06 20:36:58.102 INFO O| Dec 06 20:36:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7178 | 2024-12-06T20:36:58.769Z | [ recovery-image] Dec 06 20:36:58.102 INFO O| Dec 06 20:36:58.102 INFO STEP 945 (remove_files) COMPLETE |
7179 | 2024-12-06T20:36:58.769Z | [ recovery-image] Dec 06 20:36:58.103 INFO O| Dec 06 20:36:58.102 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-12-06T20:36:58.776Z | [ recovery-image] Dec 06 20:36:58.112 INFO O| Dec 06 20:36:58.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7181 | 2024-12-06T20:36:58.776Z | [ recovery-image] Dec 06 20:36:58.112 INFO O| Dec 06 20:36:58.112 INFO STEP 946 (remove_files) COMPLETE |
7182 | 2024-12-06T20:36:58.776Z | [ recovery-image] Dec 06 20:36:58.112 INFO O| Dec 06 20:36:58.112 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-12-06T20:36:58.786Z | [ recovery-image] Dec 06 20:36:58.121 INFO O| Dec 06 20:36:58.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7184 | 2024-12-06T20:36:58.786Z | [ recovery-image] Dec 06 20:36:58.121 INFO O| Dec 06 20:36:58.121 INFO STEP 947 (remove_files) COMPLETE |
7185 | 2024-12-06T20:36:58.788Z | [ recovery-image] Dec 06 20:36:58.121 INFO O| Dec 06 20:36:58.121 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-12-06T20:36:58.795Z | [ recovery-image] Dec 06 20:36:58.131 INFO O| Dec 06 20:36:58.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7187 | 2024-12-06T20:36:58.797Z | [ recovery-image] Dec 06 20:36:58.131 INFO O| Dec 06 20:36:58.131 INFO STEP 948 (remove_files) COMPLETE |
7188 | 2024-12-06T20:36:58.797Z | [ recovery-image] Dec 06 20:36:58.131 INFO O| Dec 06 20:36:58.131 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-12-06T20:36:58.804Z | [ recovery-image] Dec 06 20:36:58.140 INFO O| Dec 06 20:36:58.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7190 | 2024-12-06T20:36:58.804Z | [ recovery-image] Dec 06 20:36:58.140 INFO O| Dec 06 20:36:58.140 INFO STEP 949 (remove_files) COMPLETE |
7191 | 2024-12-06T20:36:58.809Z | [ recovery-image] Dec 06 20:36:58.140 INFO O| Dec 06 20:36:58.140 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-12-06T20:36:58.814Z | [ recovery-image] Dec 06 20:36:58.149 INFO O| Dec 06 20:36:58.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7193 | 2024-12-06T20:36:58.814Z | [ recovery-image] Dec 06 20:36:58.150 INFO O| Dec 06 20:36:58.149 INFO STEP 950 (remove_files) COMPLETE |
7194 | 2024-12-06T20:36:58.814Z | [ recovery-image] Dec 06 20:36:58.150 INFO O| Dec 06 20:36:58.149 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-12-06T20:36:58.823Z | [ recovery-image] Dec 06 20:36:58.159 INFO O| Dec 06 20:36:58.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7196 | 2024-12-06T20:36:58.823Z | [ recovery-image] Dec 06 20:36:58.159 INFO O| Dec 06 20:36:58.159 INFO STEP 951 (remove_files) COMPLETE |
7197 | 2024-12-06T20:36:58.825Z | [ recovery-image] Dec 06 20:36:58.159 INFO O| Dec 06 20:36:58.159 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-12-06T20:36:58.832Z | [ recovery-image] Dec 06 20:36:58.168 INFO O| Dec 06 20:36:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7199 | 2024-12-06T20:36:58.835Z | [ recovery-image] Dec 06 20:36:58.168 INFO O| Dec 06 20:36:58.168 INFO STEP 952 (remove_files) COMPLETE |
7200 | 2024-12-06T20:36:58.835Z | [ recovery-image] Dec 06 20:36:58.168 INFO O| Dec 06 20:36:58.168 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-12-06T20:36:58.842Z | [ recovery-image] Dec 06 20:36:58.177 INFO O| Dec 06 20:36:58.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7202 | 2024-12-06T20:36:58.844Z | [ recovery-image] Dec 06 20:36:58.178 INFO O| Dec 06 20:36:58.178 INFO STEP 953 (remove_files) COMPLETE |
7203 | 2024-12-06T20:36:58.844Z | [ recovery-image] Dec 06 20:36:58.178 INFO O| Dec 06 20:36:58.178 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-12-06T20:36:58.852Z | [ recovery-image] Dec 06 20:36:58.188 INFO O| Dec 06 20:36:58.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7205 | 2024-12-06T20:36:58.852Z | [ recovery-image] Dec 06 20:36:58.188 INFO O| Dec 06 20:36:58.188 INFO STEP 954 (remove_files) COMPLETE |
7206 | 2024-12-06T20:36:58.854Z | [ recovery-image] Dec 06 20:36:58.188 INFO O| Dec 06 20:36:58.188 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-12-06T20:36:58.862Z | [ recovery-image] Dec 06 20:36:58.198 INFO O| Dec 06 20:36:58.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7208 | 2024-12-06T20:36:58.862Z | [ recovery-image] Dec 06 20:36:58.198 INFO O| Dec 06 20:36:58.198 INFO STEP 955 (remove_files) COMPLETE |
7209 | 2024-12-06T20:36:58.862Z | [ recovery-image] Dec 06 20:36:58.198 INFO O| Dec 06 20:36:58.198 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-06T20:36:58.871Z | [ recovery-image] Dec 06 20:36:58.207 INFO O| Dec 06 20:36:58.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7211 | 2024-12-06T20:36:58.874Z | [ recovery-image] Dec 06 20:36:58.207 INFO O| Dec 06 20:36:58.207 INFO STEP 956 (remove_files) COMPLETE |
7212 | 2024-12-06T20:36:58.874Z | [ recovery-image] Dec 06 20:36:58.207 INFO O| Dec 06 20:36:58.207 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-06T20:36:58.881Z | [ recovery-image] Dec 06 20:36:58.217 INFO O| Dec 06 20:36:58.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7214 | 2024-12-06T20:36:58.881Z | [ recovery-image] Dec 06 20:36:58.217 INFO O| Dec 06 20:36:58.217 INFO STEP 957 (remove_files) COMPLETE |
7215 | 2024-12-06T20:36:58.883Z | [ recovery-image] Dec 06 20:36:58.217 INFO O| Dec 06 20:36:58.217 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-06T20:36:58.890Z | [ recovery-image] Dec 06 20:36:58.226 INFO O| Dec 06 20:36:58.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7217 | 2024-12-06T20:36:58.891Z | [ recovery-image] Dec 06 20:36:58.226 INFO O| Dec 06 20:36:58.226 INFO STEP 958 (remove_files) COMPLETE |
7218 | 2024-12-06T20:36:58.891Z | [ recovery-image] Dec 06 20:36:58.226 INFO O| Dec 06 20:36:58.226 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-06T20:36:58.900Z | [ recovery-image] Dec 06 20:36:58.236 INFO O| Dec 06 20:36:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7220 | 2024-12-06T20:36:58.900Z | [ recovery-image] Dec 06 20:36:58.236 INFO O| Dec 06 20:36:58.236 INFO STEP 959 (remove_files) COMPLETE |
7221 | 2024-12-06T20:36:58.903Z | [ recovery-image] Dec 06 20:36:58.236 INFO O| Dec 06 20:36:58.236 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-12-06T20:36:58.910Z | [ recovery-image] Dec 06 20:36:58.246 INFO O| Dec 06 20:36:58.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7223 | 2024-12-06T20:36:58.910Z | [ recovery-image] Dec 06 20:36:58.246 INFO O| Dec 06 20:36:58.246 INFO STEP 960 (remove_files) COMPLETE |
7224 | 2024-12-06T20:36:58.912Z | [ recovery-image] Dec 06 20:36:58.246 INFO O| Dec 06 20:36:58.246 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-12-06T20:36:58.920Z | [ recovery-image] Dec 06 20:36:58.256 INFO O| Dec 06 20:36:58.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7226 | 2024-12-06T20:36:58.920Z | [ recovery-image] Dec 06 20:36:58.256 INFO O| Dec 06 20:36:58.256 INFO STEP 961 (remove_files) COMPLETE |
7227 | 2024-12-06T20:36:58.920Z | [ recovery-image] Dec 06 20:36:58.256 INFO O| Dec 06 20:36:58.256 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-06T20:36:58.929Z | [ recovery-image] Dec 06 20:36:58.265 INFO O| Dec 06 20:36:58.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7229 | 2024-12-06T20:36:58.930Z | [ recovery-image] Dec 06 20:36:58.265 INFO O| Dec 06 20:36:58.265 INFO STEP 962 (remove_files) COMPLETE |
7230 | 2024-12-06T20:36:58.932Z | [ recovery-image] Dec 06 20:36:58.265 INFO O| Dec 06 20:36:58.265 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-06T20:36:58.939Z | [ recovery-image] Dec 06 20:36:58.275 INFO O| Dec 06 20:36:58.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7232 | 2024-12-06T20:36:58.939Z | [ recovery-image] Dec 06 20:36:58.275 INFO O| Dec 06 20:36:58.275 INFO STEP 963 (remove_files) COMPLETE |
7233 | 2024-12-06T20:36:58.939Z | [ recovery-image] Dec 06 20:36:58.275 INFO O| Dec 06 20:36:58.275 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-12-06T20:36:58.949Z | [ recovery-image] Dec 06 20:36:58.285 INFO O| Dec 06 20:36:58.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7235 | 2024-12-06T20:36:58.949Z | [ recovery-image] Dec 06 20:36:58.285 INFO O| Dec 06 20:36:58.285 INFO STEP 964 (remove_files) COMPLETE |
7236 | 2024-12-06T20:36:58.951Z | [ recovery-image] Dec 06 20:36:58.285 INFO O| Dec 06 20:36:58.285 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-12-06T20:36:58.961Z | [ recovery-image] Dec 06 20:36:58.297 INFO O| Dec 06 20:36:58.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7238 | 2024-12-06T20:36:58.963Z | [ recovery-image] Dec 06 20:36:58.297 INFO O| Dec 06 20:36:58.297 INFO STEP 965 (remove_files) COMPLETE |
7239 | 2024-12-06T20:36:58.964Z | [ recovery-image] Dec 06 20:36:58.297 INFO O| Dec 06 20:36:58.297 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-12-06T20:36:58.971Z | [ recovery-image] Dec 06 20:36:58.307 INFO O| Dec 06 20:36:58.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7241 | 2024-12-06T20:36:58.973Z | [ recovery-image] Dec 06 20:36:58.307 INFO O| Dec 06 20:36:58.307 INFO STEP 966 (remove_files) COMPLETE |
7242 | 2024-12-06T20:36:58.973Z | [ recovery-image] Dec 06 20:36:58.307 INFO O| Dec 06 20:36:58.307 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-12-06T20:36:58.981Z | [ recovery-image] Dec 06 20:36:58.317 INFO O| Dec 06 20:36:58.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7244 | 2024-12-06T20:36:58.981Z | [ recovery-image] Dec 06 20:36:58.317 INFO O| Dec 06 20:36:58.317 INFO STEP 967 (remove_files) COMPLETE |
7245 | 2024-12-06T20:36:58.984Z | [ recovery-image] Dec 06 20:36:58.317 INFO O| Dec 06 20:36:58.317 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-12-06T20:36:58.991Z | [ recovery-image] Dec 06 20:36:58.327 INFO O| Dec 06 20:36:58.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7247 | 2024-12-06T20:36:58.994Z | [ recovery-image] Dec 06 20:36:58.327 INFO O| Dec 06 20:36:58.327 INFO STEP 968 (remove_files) COMPLETE |
7248 | 2024-12-06T20:36:58.994Z | [ recovery-image] Dec 06 20:36:58.327 INFO O| Dec 06 20:36:58.327 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-12-06T20:36:59.001Z | [ recovery-image] Dec 06 20:36:58.337 INFO O| Dec 06 20:36:58.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7250 | 2024-12-06T20:36:59.001Z | [ recovery-image] Dec 06 20:36:58.337 INFO O| Dec 06 20:36:58.337 INFO STEP 969 (remove_files) COMPLETE |
7251 | 2024-12-06T20:36:59.002Z | [ recovery-image] Dec 06 20:36:58.337 INFO O| Dec 06 20:36:58.337 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-12-06T20:36:59.011Z | [ recovery-image] Dec 06 20:36:58.347 INFO O| Dec 06 20:36:58.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7253 | 2024-12-06T20:36:59.012Z | [ recovery-image] Dec 06 20:36:58.347 INFO O| Dec 06 20:36:58.347 INFO STEP 970 (remove_files) COMPLETE |
7254 | 2024-12-06T20:36:59.014Z | [ recovery-image] Dec 06 20:36:58.347 INFO O| Dec 06 20:36:58.347 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-12-06T20:36:59.022Z | [ recovery-image] Dec 06 20:36:58.357 INFO O| Dec 06 20:36:58.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7256 | 2024-12-06T20:36:59.022Z | [ recovery-image] Dec 06 20:36:58.358 INFO O| Dec 06 20:36:58.358 INFO STEP 971 (remove_files) COMPLETE |
7257 | 2024-12-06T20:36:59.022Z | [ recovery-image] Dec 06 20:36:58.358 INFO O| Dec 06 20:36:58.358 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-12-06T20:36:59.032Z | [ recovery-image] Dec 06 20:36:58.368 INFO O| Dec 06 20:36:58.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7259 | 2024-12-06T20:36:59.034Z | [ recovery-image] Dec 06 20:36:58.368 INFO O| Dec 06 20:36:58.368 INFO STEP 972 (remove_files) COMPLETE |
7260 | 2024-12-06T20:36:59.034Z | [ recovery-image] Dec 06 20:36:58.368 INFO O| Dec 06 20:36:58.368 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-12-06T20:36:59.042Z | [ recovery-image] Dec 06 20:36:58.378 INFO O| Dec 06 20:36:58.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7262 | 2024-12-06T20:36:59.045Z | [ recovery-image] Dec 06 20:36:58.378 INFO O| Dec 06 20:36:58.378 INFO STEP 973 (remove_files) COMPLETE |
7263 | 2024-12-06T20:36:59.045Z | [ recovery-image] Dec 06 20:36:58.378 INFO O| Dec 06 20:36:58.378 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-12-06T20:36:59.052Z | [ recovery-image] Dec 06 20:36:58.388 INFO O| Dec 06 20:36:58.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7265 | 2024-12-06T20:36:59.052Z | [ recovery-image] Dec 06 20:36:58.388 INFO O| Dec 06 20:36:58.388 INFO STEP 974 (remove_files) COMPLETE |
7266 | 2024-12-06T20:36:59.056Z | [ recovery-image] Dec 06 20:36:58.388 INFO O| Dec 06 20:36:58.388 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-12-06T20:36:59.062Z | [ recovery-image] Dec 06 20:36:58.398 INFO O| Dec 06 20:36:58.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7268 | 2024-12-06T20:36:59.065Z | [ recovery-image] Dec 06 20:36:58.398 INFO O| Dec 06 20:36:58.398 INFO STEP 975 (remove_files) COMPLETE |
7269 | 2024-12-06T20:36:59.065Z | [ recovery-image] Dec 06 20:36:58.398 INFO O| Dec 06 20:36:58.398 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-12-06T20:36:59.072Z | [ recovery-image] Dec 06 20:36:58.408 INFO O| Dec 06 20:36:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7271 | 2024-12-06T20:36:59.072Z | [ recovery-image] Dec 06 20:36:58.408 INFO O| Dec 06 20:36:58.408 INFO STEP 976 (remove_files) COMPLETE |
7272 | 2024-12-06T20:36:59.075Z | [ recovery-image] Dec 06 20:36:58.408 INFO O| Dec 06 20:36:58.408 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-12-06T20:36:59.082Z | [ recovery-image] Dec 06 20:36:58.418 INFO O| Dec 06 20:36:58.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7274 | 2024-12-06T20:36:59.084Z | [ recovery-image] Dec 06 20:36:58.418 INFO O| Dec 06 20:36:58.418 INFO STEP 977 (remove_files) COMPLETE |
7275 | 2024-12-06T20:36:59.084Z | [ recovery-image] Dec 06 20:36:58.418 INFO O| Dec 06 20:36:58.418 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-12-06T20:36:59.092Z | [ recovery-image] Dec 06 20:36:58.428 INFO O| Dec 06 20:36:58.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7277 | 2024-12-06T20:36:59.095Z | [ recovery-image] Dec 06 20:36:58.428 INFO O| Dec 06 20:36:58.428 INFO STEP 978 (remove_files) COMPLETE |
7278 | 2024-12-06T20:36:59.095Z | [ recovery-image] Dec 06 20:36:58.428 INFO O| Dec 06 20:36:58.428 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-12-06T20:36:59.102Z | [ recovery-image] Dec 06 20:36:58.438 INFO O| Dec 06 20:36:58.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7280 | 2024-12-06T20:36:59.104Z | [ recovery-image] Dec 06 20:36:58.438 INFO O| Dec 06 20:36:58.438 INFO STEP 979 (remove_files) COMPLETE |
7281 | 2024-12-06T20:36:59.104Z | [ recovery-image] Dec 06 20:36:58.438 INFO O| Dec 06 20:36:58.438 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-12-06T20:36:59.111Z | [ recovery-image] Dec 06 20:36:58.447 INFO O| Dec 06 20:36:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7283 | 2024-12-06T20:36:59.113Z | [ recovery-image] Dec 06 20:36:58.447 INFO O| Dec 06 20:36:58.447 INFO STEP 980 (remove_files) COMPLETE |
7284 | 2024-12-06T20:36:59.113Z | [ recovery-image] Dec 06 20:36:58.447 INFO O| Dec 06 20:36:58.447 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-12-06T20:36:59.121Z | [ recovery-image] Dec 06 20:36:58.457 INFO O| Dec 06 20:36:58.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7286 | 2024-12-06T20:36:59.123Z | [ recovery-image] Dec 06 20:36:58.457 INFO O| Dec 06 20:36:58.457 INFO STEP 981 (remove_files) COMPLETE |
7287 | 2024-12-06T20:36:59.123Z | [ recovery-image] Dec 06 20:36:58.457 INFO O| Dec 06 20:36:58.457 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-12-06T20:36:59.130Z | [ recovery-image] Dec 06 20:36:58.466 INFO O| Dec 06 20:36:58.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7289 | 2024-12-06T20:36:59.130Z | [ recovery-image] Dec 06 20:36:58.466 INFO O| Dec 06 20:36:58.466 INFO STEP 982 (remove_files) COMPLETE |
7290 | 2024-12-06T20:36:59.131Z | [ recovery-image] Dec 06 20:36:58.466 INFO O| Dec 06 20:36:58.466 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-12-06T20:36:59.140Z | [ recovery-image] Dec 06 20:36:58.476 INFO O| Dec 06 20:36:58.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7292 | 2024-12-06T20:36:59.140Z | [ recovery-image] Dec 06 20:36:58.476 INFO O| Dec 06 20:36:58.476 INFO STEP 983 (remove_files) COMPLETE |
7293 | 2024-12-06T20:36:59.142Z | [ recovery-image] Dec 06 20:36:58.476 INFO O| Dec 06 20:36:58.476 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-12-06T20:36:59.149Z | [ recovery-image] Dec 06 20:36:58.485 INFO O| Dec 06 20:36:58.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7295 | 2024-12-06T20:36:59.149Z | [ recovery-image] Dec 06 20:36:58.485 INFO O| Dec 06 20:36:58.485 INFO STEP 984 (remove_files) COMPLETE |
7296 | 2024-12-06T20:36:59.152Z | [ recovery-image] Dec 06 20:36:58.485 INFO O| Dec 06 20:36:58.485 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-12-06T20:36:59.159Z | [ recovery-image] Dec 06 20:36:58.495 INFO O| Dec 06 20:36:58.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7298 | 2024-12-06T20:36:59.159Z | [ recovery-image] Dec 06 20:36:58.495 INFO O| Dec 06 20:36:58.495 INFO STEP 985 (remove_files) COMPLETE |
7299 | 2024-12-06T20:36:59.162Z | [ recovery-image] Dec 06 20:36:58.495 INFO O| Dec 06 20:36:58.495 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-12-06T20:36:59.168Z | [ recovery-image] Dec 06 20:36:58.504 INFO O| Dec 06 20:36:58.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7301 | 2024-12-06T20:36:59.168Z | [ recovery-image] Dec 06 20:36:58.504 INFO O| Dec 06 20:36:58.504 INFO STEP 986 (remove_files) COMPLETE |
7302 | 2024-12-06T20:36:59.168Z | [ recovery-image] Dec 06 20:36:58.504 INFO O| Dec 06 20:36:58.504 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-12-06T20:36:59.178Z | [ recovery-image] Dec 06 20:36:58.514 INFO O| Dec 06 20:36:58.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7304 | 2024-12-06T20:36:59.178Z | [ recovery-image] Dec 06 20:36:58.514 INFO O| Dec 06 20:36:58.514 INFO STEP 987 (remove_files) COMPLETE |
7305 | 2024-12-06T20:36:59.178Z | [ recovery-image] Dec 06 20:36:58.514 INFO O| Dec 06 20:36:58.514 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-12-06T20:36:59.187Z | [ recovery-image] Dec 06 20:36:58.523 INFO O| Dec 06 20:36:58.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7307 | 2024-12-06T20:36:59.187Z | [ recovery-image] Dec 06 20:36:58.523 INFO O| Dec 06 20:36:58.523 INFO STEP 988 (remove_files) COMPLETE |
7308 | 2024-12-06T20:36:59.187Z | [ recovery-image] Dec 06 20:36:58.523 INFO O| Dec 06 20:36:58.523 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-12-06T20:36:59.197Z | [ recovery-image] Dec 06 20:36:58.533 INFO O| Dec 06 20:36:58.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7310 | 2024-12-06T20:36:59.197Z | [ recovery-image] Dec 06 20:36:58.533 INFO O| Dec 06 20:36:58.533 INFO STEP 989 (remove_files) COMPLETE |
7311 | 2024-12-06T20:36:59.197Z | [ recovery-image] Dec 06 20:36:58.533 INFO O| Dec 06 20:36:58.533 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-06T20:36:59.206Z | [ recovery-image] Dec 06 20:36:58.542 INFO O| Dec 06 20:36:58.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7313 | 2024-12-06T20:36:59.206Z | [ recovery-image] Dec 06 20:36:58.542 INFO O| Dec 06 20:36:58.542 INFO STEP 990 (remove_files) COMPLETE |
7314 | 2024-12-06T20:36:59.206Z | [ recovery-image] Dec 06 20:36:58.542 INFO O| Dec 06 20:36:58.542 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-06T20:36:59.216Z | [ recovery-image] Dec 06 20:36:58.551 INFO O| Dec 06 20:36:58.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7316 | 2024-12-06T20:36:59.217Z | [ recovery-image] Dec 06 20:36:58.552 INFO O| Dec 06 20:36:58.552 INFO STEP 991 (remove_files) COMPLETE |
7317 | 2024-12-06T20:36:59.219Z | [ recovery-image] Dec 06 20:36:58.552 INFO O| Dec 06 20:36:58.552 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-06T20:36:59.227Z | [ recovery-image] Dec 06 20:36:58.561 INFO O| Dec 06 20:36:58.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7319 | 2024-12-06T20:36:59.227Z | [ recovery-image] Dec 06 20:36:58.561 INFO O| Dec 06 20:36:58.561 INFO STEP 992 (remove_files) COMPLETE |
7320 | 2024-12-06T20:36:59.227Z | [ recovery-image] Dec 06 20:36:58.561 INFO O| Dec 06 20:36:58.561 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-06T20:36:59.235Z | [ recovery-image] Dec 06 20:36:58.570 INFO O| Dec 06 20:36:58.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7322 | 2024-12-06T20:36:59.235Z | [ recovery-image] Dec 06 20:36:58.571 INFO O| Dec 06 20:36:58.570 INFO STEP 993 (remove_files) COMPLETE |
7323 | 2024-12-06T20:36:59.238Z | [ recovery-image] Dec 06 20:36:58.571 INFO O| Dec 06 20:36:58.570 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-06T20:36:59.244Z | [ recovery-image] Dec 06 20:36:58.580 INFO O| Dec 06 20:36:58.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7325 | 2024-12-06T20:36:59.244Z | [ recovery-image] Dec 06 20:36:58.580 INFO O| Dec 06 20:36:58.580 INFO STEP 994 (remove_files) COMPLETE |
7326 | 2024-12-06T20:36:59.246Z | [ recovery-image] Dec 06 20:36:58.580 INFO O| Dec 06 20:36:58.580 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-06T20:36:59.254Z | [ recovery-image] Dec 06 20:36:58.589 INFO O| Dec 06 20:36:58.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7328 | 2024-12-06T20:36:59.256Z | [ recovery-image] Dec 06 20:36:58.589 INFO O| Dec 06 20:36:58.589 INFO STEP 995 (remove_files) COMPLETE |
7329 | 2024-12-06T20:36:59.256Z | [ recovery-image] Dec 06 20:36:58.590 INFO O| Dec 06 20:36:58.589 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-06T20:36:59.263Z | [ recovery-image] Dec 06 20:36:58.599 INFO O| Dec 06 20:36:58.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7331 | 2024-12-06T20:36:59.263Z | [ recovery-image] Dec 06 20:36:58.599 INFO O| Dec 06 20:36:58.599 INFO STEP 996 (remove_files) COMPLETE |
7332 | 2024-12-06T20:36:59.263Z | [ recovery-image] Dec 06 20:36:58.599 INFO O| Dec 06 20:36:58.599 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-06T20:36:59.272Z | [ recovery-image] Dec 06 20:36:58.608 INFO O| Dec 06 20:36:58.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7334 | 2024-12-06T20:36:59.272Z | [ recovery-image] Dec 06 20:36:58.608 INFO O| Dec 06 20:36:58.608 INFO STEP 997 (remove_files) COMPLETE |
7335 | 2024-12-06T20:36:59.272Z | [ recovery-image] Dec 06 20:36:58.608 INFO O| Dec 06 20:36:58.608 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-12-06T20:36:59.282Z | [ recovery-image] Dec 06 20:36:58.618 INFO O| Dec 06 20:36:58.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7337 | 2024-12-06T20:36:59.282Z | [ recovery-image] Dec 06 20:36:58.618 INFO O| Dec 06 20:36:58.618 INFO STEP 998 (remove_files) COMPLETE |
7338 | 2024-12-06T20:36:59.284Z | [ recovery-image] Dec 06 20:36:58.618 INFO O| Dec 06 20:36:58.618 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-06T20:36:59.291Z | [ recovery-image] Dec 06 20:36:58.627 INFO O| Dec 06 20:36:58.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7340 | 2024-12-06T20:36:59.291Z | [ recovery-image] Dec 06 20:36:58.627 INFO O| Dec 06 20:36:58.627 INFO STEP 999 (remove_files) COMPLETE |
7341 | 2024-12-06T20:36:59.291Z | [ recovery-image] Dec 06 20:36:58.627 INFO O| Dec 06 20:36:58.627 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-06T20:36:59.301Z | [ recovery-image] Dec 06 20:36:58.637 INFO O| Dec 06 20:36:58.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7343 | 2024-12-06T20:36:59.301Z | [ recovery-image] Dec 06 20:36:58.637 INFO O| Dec 06 20:36:58.637 INFO STEP 1000 (remove_files) COMPLETE |
7344 | 2024-12-06T20:36:59.303Z | [ recovery-image] Dec 06 20:36:58.637 INFO O| Dec 06 20:36:58.637 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-06T20:36:59.310Z | [ recovery-image] Dec 06 20:36:58.646 INFO O| Dec 06 20:36:58.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7346 | 2024-12-06T20:36:59.310Z | [ recovery-image] Dec 06 20:36:58.646 INFO O| Dec 06 20:36:58.646 INFO STEP 1001 (remove_files) COMPLETE |
7347 | 2024-12-06T20:36:59.310Z | [ recovery-image] Dec 06 20:36:58.646 INFO O| Dec 06 20:36:58.646 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-06T20:36:59.320Z | [ recovery-image] Dec 06 20:36:58.655 INFO O| Dec 06 20:36:58.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7349 | 2024-12-06T20:36:59.320Z | [ recovery-image] Dec 06 20:36:58.655 INFO O| Dec 06 20:36:58.655 INFO STEP 1002 (remove_files) COMPLETE |
7350 | 2024-12-06T20:36:59.320Z | [ recovery-image] Dec 06 20:36:58.655 INFO O| Dec 06 20:36:58.655 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-06T20:36:59.329Z | [ recovery-image] Dec 06 20:36:58.665 INFO O| Dec 06 20:36:58.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7352 | 2024-12-06T20:36:59.329Z | [ recovery-image] Dec 06 20:36:58.665 INFO O| Dec 06 20:36:58.665 INFO STEP 1003 (remove_files) COMPLETE |
7353 | 2024-12-06T20:36:59.329Z | [ recovery-image] Dec 06 20:36:58.665 INFO O| Dec 06 20:36:58.665 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-06T20:36:59.338Z | [ recovery-image] Dec 06 20:36:58.674 INFO O| Dec 06 20:36:58.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7355 | 2024-12-06T20:36:59.338Z | [ recovery-image] Dec 06 20:36:58.674 INFO O| Dec 06 20:36:58.674 INFO STEP 1004 (remove_files) COMPLETE |
7356 | 2024-12-06T20:36:59.341Z | [ recovery-image] Dec 06 20:36:58.674 INFO O| Dec 06 20:36:58.674 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-06T20:36:59.360Z | [ recovery-image] Dec 06 20:36:58.695 INFO O| Dec 06 20:36:58.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7358 | 2024-12-06T20:36:59.363Z | [ recovery-image] Dec 06 20:36:58.696 INFO O| Dec 06 20:36:58.695 INFO STEP 1005 (remove_files) COMPLETE |
7359 | 2024-12-06T20:36:59.363Z | [ recovery-image] Dec 06 20:36:58.696 INFO O| Dec 06 20:36:58.696 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-06T20:36:59.380Z | [ recovery-image] Dec 06 20:36:58.716 INFO O| Dec 06 20:36:58.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7361 | 2024-12-06T20:36:59.380Z | [ recovery-image] Dec 06 20:36:58.716 INFO O| Dec 06 20:36:58.716 INFO STEP 1006 (remove_files) COMPLETE |
7362 | 2024-12-06T20:36:59.381Z | [ recovery-image] Dec 06 20:36:58.716 INFO O| Dec 06 20:36:58.716 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-06T20:36:59.394Z | [ recovery-image] Dec 06 20:36:58.730 INFO O| Dec 06 20:36:58.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7364 | 2024-12-06T20:36:59.394Z | [ recovery-image] Dec 06 20:36:58.730 INFO O| Dec 06 20:36:58.730 INFO STEP 1007 (remove_files) COMPLETE |
7365 | 2024-12-06T20:36:59.397Z | [ recovery-image] Dec 06 20:36:58.730 INFO O| Dec 06 20:36:58.730 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-06T20:36:59.409Z | [ recovery-image] Dec 06 20:36:58.745 INFO O| Dec 06 20:36:58.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7367 | 2024-12-06T20:36:59.409Z | [ recovery-image] Dec 06 20:36:58.745 INFO O| Dec 06 20:36:58.745 INFO STEP 1008 (remove_files) COMPLETE |
7368 | 2024-12-06T20:36:59.409Z | [ recovery-image] Dec 06 20:36:58.745 INFO O| Dec 06 20:36:58.745 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-06T20:36:59.423Z | [ recovery-image] Dec 06 20:36:58.759 INFO O| Dec 06 20:36:58.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7370 | 2024-12-06T20:36:59.423Z | [ recovery-image] Dec 06 20:36:58.759 INFO O| Dec 06 20:36:58.759 INFO STEP 1009 (remove_files) COMPLETE |
7371 | 2024-12-06T20:36:59.426Z | [ recovery-image] Dec 06 20:36:58.759 INFO O| Dec 06 20:36:58.759 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-06T20:36:59.438Z | [ recovery-image] Dec 06 20:36:58.774 INFO O| Dec 06 20:36:58.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7373 | 2024-12-06T20:36:59.438Z | [ recovery-image] Dec 06 20:36:58.774 INFO O| Dec 06 20:36:58.774 INFO STEP 1010 (remove_files) COMPLETE |
7374 | 2024-12-06T20:36:59.438Z | [ recovery-image] Dec 06 20:36:58.774 INFO O| Dec 06 20:36:58.774 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-06T20:36:59.452Z | [ recovery-image] Dec 06 20:36:58.787 INFO O| Dec 06 20:36:58.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7376 | 2024-12-06T20:36:59.452Z | [ recovery-image] Dec 06 20:36:58.787 INFO O| Dec 06 20:36:58.787 INFO STEP 1011 (remove_files) COMPLETE |
7377 | 2024-12-06T20:36:59.452Z | [ recovery-image] Dec 06 20:36:58.787 INFO O| Dec 06 20:36:58.787 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-06T20:36:59.466Z | [ recovery-image] Dec 06 20:36:58.801 INFO O| Dec 06 20:36:58.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7379 | 2024-12-06T20:36:59.466Z | [ recovery-image] Dec 06 20:36:58.802 INFO O| Dec 06 20:36:58.802 INFO STEP 1012 (remove_files) COMPLETE |
7380 | 2024-12-06T20:36:59.468Z | [ recovery-image] Dec 06 20:36:58.802 INFO O| Dec 06 20:36:58.802 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-06T20:36:59.480Z | [ recovery-image] Dec 06 20:36:58.814 INFO O| Dec 06 20:36:58.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7382 | 2024-12-06T20:36:59.483Z | [ recovery-image] Dec 06 20:36:58.814 INFO O| Dec 06 20:36:58.814 INFO STEP 1013 (remove_files) COMPLETE |
7383 | 2024-12-06T20:36:59.483Z | [ recovery-image] Dec 06 20:36:58.814 INFO O| Dec 06 20:36:58.814 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-12-06T20:36:59.490Z | [ recovery-image] Dec 06 20:36:58.826 INFO O| Dec 06 20:36:58.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7385 | 2024-12-06T20:36:59.492Z | [ recovery-image] Dec 06 20:36:58.826 INFO O| Dec 06 20:36:58.826 INFO STEP 1014 (remove_files) COMPLETE |
7386 | 2024-12-06T20:36:59.492Z | [ recovery-image] Dec 06 20:36:58.826 INFO O| Dec 06 20:36:58.826 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-12-06T20:36:59.500Z | [ recovery-image] Dec 06 20:36:58.836 INFO O| Dec 06 20:36:58.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7388 | 2024-12-06T20:36:59.503Z | [ recovery-image] Dec 06 20:36:58.836 INFO O| Dec 06 20:36:58.836 INFO STEP 1015 (remove_files) COMPLETE |
7389 | 2024-12-06T20:36:59.503Z | [ recovery-image] Dec 06 20:36:58.836 INFO O| Dec 06 20:36:58.836 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-12-06T20:36:59.510Z | [ recovery-image] Dec 06 20:36:58.846 INFO O| Dec 06 20:36:58.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7391 | 2024-12-06T20:36:59.510Z | [ recovery-image] Dec 06 20:36:58.846 INFO O| Dec 06 20:36:58.846 INFO STEP 1016 (remove_files) COMPLETE |
7392 | 2024-12-06T20:36:59.510Z | [ recovery-image] Dec 06 20:36:58.846 INFO O| Dec 06 20:36:58.846 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-12-06T20:36:59.520Z | [ recovery-image] Dec 06 20:36:58.856 INFO O| Dec 06 20:36:58.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7394 | 2024-12-06T20:36:59.523Z | [ recovery-image] Dec 06 20:36:58.856 INFO O| Dec 06 20:36:58.856 INFO STEP 1017 (remove_files) COMPLETE |
7395 | 2024-12-06T20:36:59.523Z | [ recovery-image] Dec 06 20:36:58.856 INFO O| Dec 06 20:36:58.856 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-12-06T20:36:59.530Z | [ recovery-image] Dec 06 20:36:58.865 INFO O| Dec 06 20:36:58.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7397 | 2024-12-06T20:36:59.532Z | [ recovery-image] Dec 06 20:36:58.866 INFO O| Dec 06 20:36:58.865 INFO STEP 1018 (remove_files) COMPLETE |
7398 | 2024-12-06T20:36:59.532Z | [ recovery-image] Dec 06 20:36:58.866 INFO O| Dec 06 20:36:58.866 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-12-06T20:36:59.539Z | [ recovery-image] Dec 06 20:36:58.875 INFO O| Dec 06 20:36:58.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7400 | 2024-12-06T20:36:59.542Z | [ recovery-image] Dec 06 20:36:58.875 INFO O| Dec 06 20:36:58.875 INFO STEP 1019 (remove_files) COMPLETE |
7401 | 2024-12-06T20:36:59.542Z | [ recovery-image] Dec 06 20:36:58.875 INFO O| Dec 06 20:36:58.875 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-12-06T20:36:59.549Z | [ recovery-image] Dec 06 20:36:58.885 INFO O| Dec 06 20:36:58.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7403 | 2024-12-06T20:36:59.551Z | [ recovery-image] Dec 06 20:36:58.885 INFO O| Dec 06 20:36:58.885 INFO STEP 1020 (remove_files) COMPLETE |
7404 | 2024-12-06T20:36:59.551Z | [ recovery-image] Dec 06 20:36:58.885 INFO O| Dec 06 20:36:58.885 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-12-06T20:36:59.558Z | [ recovery-image] Dec 06 20:36:58.894 INFO O| Dec 06 20:36:58.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7406 | 2024-12-06T20:36:59.558Z | [ recovery-image] Dec 06 20:36:58.894 INFO O| Dec 06 20:36:58.894 INFO STEP 1021 (remove_files) COMPLETE |
7407 | 2024-12-06T20:36:59.561Z | [ recovery-image] Dec 06 20:36:58.894 INFO O| Dec 06 20:36:58.894 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-12-06T20:36:59.571Z | [ recovery-image] Dec 06 20:36:58.907 INFO O| Dec 06 20:36:58.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7409 | 2024-12-06T20:36:59.573Z | [ recovery-image] Dec 06 20:36:58.907 INFO O| Dec 06 20:36:58.907 INFO STEP 1022 (remove_files) COMPLETE |
7410 | 2024-12-06T20:36:59.573Z | [ recovery-image] Dec 06 20:36:58.907 INFO O| Dec 06 20:36:58.907 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-12-06T20:36:59.581Z | [ recovery-image] Dec 06 20:36:58.917 INFO O| Dec 06 20:36:58.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7412 | 2024-12-06T20:36:59.581Z | [ recovery-image] Dec 06 20:36:58.917 INFO O| Dec 06 20:36:58.917 INFO STEP 1023 (remove_files) COMPLETE |
7413 | 2024-12-06T20:36:59.583Z | [ recovery-image] Dec 06 20:36:58.917 INFO O| Dec 06 20:36:58.917 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-12-06T20:36:59.590Z | [ recovery-image] Dec 06 20:36:58.926 INFO O| Dec 06 20:36:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7415 | 2024-12-06T20:36:59.593Z | [ recovery-image] Dec 06 20:36:58.926 INFO O| Dec 06 20:36:58.926 INFO STEP 1024 (remove_files) COMPLETE |
7416 | 2024-12-06T20:36:59.593Z | [ recovery-image] Dec 06 20:36:58.926 INFO O| Dec 06 20:36:58.926 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-12-06T20:36:59.600Z | [ recovery-image] Dec 06 20:36:58.936 INFO O| Dec 06 20:36:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7418 | 2024-12-06T20:36:59.600Z | [ recovery-image] Dec 06 20:36:58.936 INFO O| Dec 06 20:36:58.936 INFO STEP 1025 (remove_files) COMPLETE |
7419 | 2024-12-06T20:36:59.600Z | [ recovery-image] Dec 06 20:36:58.936 INFO O| Dec 06 20:36:58.936 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-12-06T20:36:59.610Z | [ recovery-image] Dec 06 20:36:58.946 INFO O| Dec 06 20:36:58.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7421 | 2024-12-06T20:36:59.612Z | [ recovery-image] Dec 06 20:36:58.946 INFO O| Dec 06 20:36:58.946 INFO STEP 1026 (remove_files) COMPLETE |
7422 | 2024-12-06T20:36:59.612Z | [ recovery-image] Dec 06 20:36:58.946 INFO O| Dec 06 20:36:58.946 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-12-06T20:36:59.622Z | [ recovery-image] Dec 06 20:36:58.957 INFO O| Dec 06 20:36:58.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7424 | 2024-12-06T20:36:59.622Z | [ recovery-image] Dec 06 20:36:58.957 INFO O| Dec 06 20:36:58.957 INFO STEP 1027 (remove_files) COMPLETE |
7425 | 2024-12-06T20:36:59.622Z | [ recovery-image] Dec 06 20:36:58.957 INFO O| Dec 06 20:36:58.957 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-12-06T20:36:59.631Z | [ recovery-image] Dec 06 20:36:58.967 INFO O| Dec 06 20:36:58.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7427 | 2024-12-06T20:36:59.631Z | [ recovery-image] Dec 06 20:36:58.967 INFO O| Dec 06 20:36:58.967 INFO STEP 1028 (remove_files) COMPLETE |
7428 | 2024-12-06T20:36:59.631Z | [ recovery-image] Dec 06 20:36:58.967 INFO O| Dec 06 20:36:58.967 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-12-06T20:36:59.642Z | [ recovery-image] Dec 06 20:36:58.977 INFO O| Dec 06 20:36:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7430 | 2024-12-06T20:36:59.642Z | [ recovery-image] Dec 06 20:36:58.977 INFO O| Dec 06 20:36:58.977 INFO STEP 1029 (remove_files) COMPLETE |
7431 | 2024-12-06T20:36:59.645Z | [ recovery-image] Dec 06 20:36:58.977 INFO O| Dec 06 20:36:58.977 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-12-06T20:36:59.651Z | [ recovery-image] Dec 06 20:36:58.986 INFO O| Dec 06 20:36:58.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7433 | 2024-12-06T20:36:59.651Z | [ recovery-image] Dec 06 20:36:58.986 INFO O| Dec 06 20:36:58.986 INFO STEP 1030 (remove_files) COMPLETE |
7434 | 2024-12-06T20:36:59.651Z | [ recovery-image] Dec 06 20:36:58.986 INFO O| Dec 06 20:36:58.986 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-12-06T20:36:59.660Z | [ recovery-image] Dec 06 20:36:58.996 INFO O| Dec 06 20:36:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7436 | 2024-12-06T20:36:59.660Z | [ recovery-image] Dec 06 20:36:58.996 INFO O| Dec 06 20:36:58.996 INFO STEP 1031 (remove_files) COMPLETE |
7437 | 2024-12-06T20:36:59.662Z | [ recovery-image] Dec 06 20:36:58.996 INFO O| Dec 06 20:36:58.996 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-12-06T20:36:59.671Z | [ recovery-image] Dec 06 20:36:59.006 INFO O| Dec 06 20:36:59.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7439 | 2024-12-06T20:36:59.671Z | [ recovery-image] Dec 06 20:36:59.007 INFO O| Dec 06 20:36:59.007 INFO STEP 1032 (remove_files) COMPLETE |
7440 | 2024-12-06T20:36:59.673Z | [ recovery-image] Dec 06 20:36:59.007 INFO O| Dec 06 20:36:59.007 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-12-06T20:36:59.682Z | [ recovery-image] Dec 06 20:36:59.016 INFO O| Dec 06 20:36:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7442 | 2024-12-06T20:36:59.682Z | [ recovery-image] Dec 06 20:36:59.017 INFO O| Dec 06 20:36:59.017 INFO STEP 1033 (remove_files) COMPLETE |
7443 | 2024-12-06T20:36:59.682Z | [ recovery-image] Dec 06 20:36:59.017 INFO O| Dec 06 20:36:59.017 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-12-06T20:36:59.690Z | [ recovery-image] Dec 06 20:36:59.026 INFO O| Dec 06 20:36:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7445 | 2024-12-06T20:36:59.693Z | [ recovery-image] Dec 06 20:36:59.026 INFO O| Dec 06 20:36:59.026 INFO STEP 1034 (remove_files) COMPLETE |
7446 | 2024-12-06T20:36:59.693Z | [ recovery-image] Dec 06 20:36:59.026 INFO O| Dec 06 20:36:59.026 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-12-06T20:36:59.700Z | [ recovery-image] Dec 06 20:36:59.036 INFO O| Dec 06 20:36:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7448 | 2024-12-06T20:36:59.700Z | [ recovery-image] Dec 06 20:36:59.036 INFO O| Dec 06 20:36:59.036 INFO STEP 1035 (remove_files) COMPLETE |
7449 | 2024-12-06T20:36:59.702Z | [ recovery-image] Dec 06 20:36:59.036 INFO O| Dec 06 20:36:59.036 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-12-06T20:36:59.709Z | [ recovery-image] Dec 06 20:36:59.045 INFO O| Dec 06 20:36:59.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7451 | 2024-12-06T20:36:59.710Z | [ recovery-image] Dec 06 20:36:59.045 INFO O| Dec 06 20:36:59.045 INFO STEP 1036 (remove_files) COMPLETE |
7452 | 2024-12-06T20:36:59.713Z | [ recovery-image] Dec 06 20:36:59.045 INFO O| Dec 06 20:36:59.045 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-12-06T20:36:59.719Z | [ recovery-image] Dec 06 20:36:59.055 INFO O| Dec 06 20:36:59.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7454 | 2024-12-06T20:36:59.719Z | [ recovery-image] Dec 06 20:36:59.055 INFO O| Dec 06 20:36:59.055 INFO STEP 1037 (remove_files) COMPLETE |
7455 | 2024-12-06T20:36:59.721Z | [ recovery-image] Dec 06 20:36:59.055 INFO O| Dec 06 20:36:59.055 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-12-06T20:36:59.729Z | [ recovery-image] Dec 06 20:36:59.064 INFO O| Dec 06 20:36:59.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7457 | 2024-12-06T20:36:59.729Z | [ recovery-image] Dec 06 20:36:59.065 INFO O| Dec 06 20:36:59.065 INFO STEP 1038 (remove_files) COMPLETE |
7458 | 2024-12-06T20:36:59.729Z | [ recovery-image] Dec 06 20:36:59.065 INFO O| Dec 06 20:36:59.065 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-12-06T20:36:59.738Z | [ recovery-image] Dec 06 20:36:59.074 INFO O| Dec 06 20:36:59.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7460 | 2024-12-06T20:36:59.738Z | [ recovery-image] Dec 06 20:36:59.074 INFO O| Dec 06 20:36:59.074 INFO STEP 1039 (remove_files) COMPLETE |
7461 | 2024-12-06T20:36:59.738Z | [ recovery-image] Dec 06 20:36:59.074 INFO O| Dec 06 20:36:59.074 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-12-06T20:36:59.748Z | [ recovery-image] Dec 06 20:36:59.084 INFO O| Dec 06 20:36:59.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7463 | 2024-12-06T20:36:59.748Z | [ recovery-image] Dec 06 20:36:59.084 INFO O| Dec 06 20:36:59.084 INFO STEP 1040 (remove_files) COMPLETE |
7464 | 2024-12-06T20:36:59.750Z | [ recovery-image] Dec 06 20:36:59.084 INFO O| Dec 06 20:36:59.084 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-12-06T20:36:59.758Z | [ recovery-image] Dec 06 20:36:59.094 INFO O| Dec 06 20:36:59.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7466 | 2024-12-06T20:36:59.760Z | [ recovery-image] Dec 06 20:36:59.094 INFO O| Dec 06 20:36:59.094 INFO STEP 1041 (remove_files) COMPLETE |
7467 | 2024-12-06T20:36:59.760Z | [ recovery-image] Dec 06 20:36:59.094 INFO O| Dec 06 20:36:59.094 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-12-06T20:36:59.768Z | [ recovery-image] Dec 06 20:36:59.103 INFO O| Dec 06 20:36:59.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7469 | 2024-12-06T20:36:59.770Z | [ recovery-image] Dec 06 20:36:59.103 INFO O| Dec 06 20:36:59.103 INFO STEP 1042 (remove_files) COMPLETE |
7470 | 2024-12-06T20:36:59.770Z | [ recovery-image] Dec 06 20:36:59.103 INFO O| Dec 06 20:36:59.103 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-12-06T20:36:59.777Z | [ recovery-image] Dec 06 20:36:59.113 INFO O| Dec 06 20:36:59.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7472 | 2024-12-06T20:36:59.777Z | [ recovery-image] Dec 06 20:36:59.113 INFO O| Dec 06 20:36:59.113 INFO STEP 1043 (remove_files) COMPLETE |
7473 | 2024-12-06T20:36:59.780Z | [ recovery-image] Dec 06 20:36:59.113 INFO O| Dec 06 20:36:59.113 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-12-06T20:36:59.787Z | [ recovery-image] Dec 06 20:36:59.123 INFO O| Dec 06 20:36:59.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7475 | 2024-12-06T20:36:59.787Z | [ recovery-image] Dec 06 20:36:59.123 INFO O| Dec 06 20:36:59.123 INFO STEP 1044 (remove_files) COMPLETE |
7476 | 2024-12-06T20:36:59.787Z | [ recovery-image] Dec 06 20:36:59.123 INFO O| Dec 06 20:36:59.123 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-12-06T20:36:59.797Z | [ recovery-image] Dec 06 20:36:59.132 INFO O| Dec 06 20:36:59.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7478 | 2024-12-06T20:36:59.797Z | [ recovery-image] Dec 06 20:36:59.132 INFO O| Dec 06 20:36:59.132 INFO STEP 1045 (remove_files) COMPLETE |
7479 | 2024-12-06T20:36:59.800Z | [ recovery-image] Dec 06 20:36:59.133 INFO O| Dec 06 20:36:59.132 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-12-06T20:36:59.806Z | [ recovery-image] Dec 06 20:36:59.142 INFO O| Dec 06 20:36:59.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7481 | 2024-12-06T20:36:59.806Z | [ recovery-image] Dec 06 20:36:59.142 INFO O| Dec 06 20:36:59.142 INFO STEP 1046 (remove_files) COMPLETE |
7482 | 2024-12-06T20:36:59.808Z | [ recovery-image] Dec 06 20:36:59.142 INFO O| Dec 06 20:36:59.142 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-12-06T20:36:59.816Z | [ recovery-image] Dec 06 20:36:59.152 INFO O| Dec 06 20:36:59.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7484 | 2024-12-06T20:36:59.816Z | [ recovery-image] Dec 06 20:36:59.152 INFO O| Dec 06 20:36:59.152 INFO STEP 1047 (remove_files) COMPLETE |
7485 | 2024-12-06T20:36:59.818Z | [ recovery-image] Dec 06 20:36:59.152 INFO O| Dec 06 20:36:59.152 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-12-06T20:36:59.825Z | [ recovery-image] Dec 06 20:36:59.161 INFO O| Dec 06 20:36:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7487 | 2024-12-06T20:36:59.825Z | [ recovery-image] Dec 06 20:36:59.161 INFO O| Dec 06 20:36:59.161 INFO STEP 1048 (remove_files) COMPLETE |
7488 | 2024-12-06T20:36:59.828Z | [ recovery-image] Dec 06 20:36:59.161 INFO O| Dec 06 20:36:59.161 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-12-06T20:36:59.835Z | [ recovery-image] Dec 06 20:36:59.171 INFO O| Dec 06 20:36:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7490 | 2024-12-06T20:36:59.837Z | [ recovery-image] Dec 06 20:36:59.171 INFO O| Dec 06 20:36:59.171 INFO STEP 1049 (remove_files) COMPLETE |
7491 | 2024-12-06T20:36:59.837Z | [ recovery-image] Dec 06 20:36:59.171 INFO O| Dec 06 20:36:59.171 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-12-06T20:36:59.845Z | [ recovery-image] Dec 06 20:36:59.181 INFO O| Dec 06 20:36:59.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7493 | 2024-12-06T20:36:59.845Z | [ recovery-image] Dec 06 20:36:59.181 INFO O| Dec 06 20:36:59.181 INFO STEP 1050 (remove_files) COMPLETE |
7494 | 2024-12-06T20:36:59.848Z | [ recovery-image] Dec 06 20:36:59.181 INFO O| Dec 06 20:36:59.181 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-12-06T20:36:59.854Z | [ recovery-image] Dec 06 20:36:59.190 INFO O| Dec 06 20:36:59.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7496 | 2024-12-06T20:36:59.854Z | [ recovery-image] Dec 06 20:36:59.190 INFO O| Dec 06 20:36:59.190 INFO STEP 1051 (remove_files) COMPLETE |
7497 | 2024-12-06T20:36:59.857Z | [ recovery-image] Dec 06 20:36:59.190 INFO O| Dec 06 20:36:59.190 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-12-06T20:36:59.864Z | [ recovery-image] Dec 06 20:36:59.200 INFO O| Dec 06 20:36:59.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7499 | 2024-12-06T20:36:59.866Z | [ recovery-image] Dec 06 20:36:59.200 INFO O| Dec 06 20:36:59.200 INFO STEP 1052 (remove_files) COMPLETE |
7500 | 2024-12-06T20:36:59.866Z | [ recovery-image] Dec 06 20:36:59.200 INFO O| Dec 06 20:36:59.200 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-12-06T20:36:59.874Z | [ recovery-image] Dec 06 20:36:59.209 INFO O| Dec 06 20:36:59.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7502 | 2024-12-06T20:36:59.874Z | [ recovery-image] Dec 06 20:36:59.209 INFO O| Dec 06 20:36:59.209 INFO STEP 1053 (remove_files) COMPLETE |
7503 | 2024-12-06T20:36:59.874Z | [ recovery-image] Dec 06 20:36:59.209 INFO O| Dec 06 20:36:59.209 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-12-06T20:36:59.883Z | [ recovery-image] Dec 06 20:36:59.219 INFO O| Dec 06 20:36:59.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7505 | 2024-12-06T20:36:59.885Z | [ recovery-image] Dec 06 20:36:59.219 INFO O| Dec 06 20:36:59.219 INFO STEP 1054 (remove_files) COMPLETE |
7506 | 2024-12-06T20:36:59.886Z | [ recovery-image] Dec 06 20:36:59.219 INFO O| Dec 06 20:36:59.219 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-12-06T20:36:59.893Z | [ recovery-image] Dec 06 20:36:59.229 INFO O| Dec 06 20:36:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7508 | 2024-12-06T20:36:59.893Z | [ recovery-image] Dec 06 20:36:59.229 INFO O| Dec 06 20:36:59.229 INFO STEP 1055 (remove_files) COMPLETE |
7509 | 2024-12-06T20:36:59.895Z | [ recovery-image] Dec 06 20:36:59.229 INFO O| Dec 06 20:36:59.229 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-12-06T20:36:59.902Z | [ recovery-image] Dec 06 20:36:59.238 INFO O| Dec 06 20:36:59.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7511 | 2024-12-06T20:36:59.902Z | [ recovery-image] Dec 06 20:36:59.238 INFO O| Dec 06 20:36:59.238 INFO STEP 1056 (remove_files) COMPLETE |
7512 | 2024-12-06T20:36:59.905Z | [ recovery-image] Dec 06 20:36:59.238 INFO O| Dec 06 20:36:59.238 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-12-06T20:36:59.912Z | [ recovery-image] Dec 06 20:36:59.248 INFO O| Dec 06 20:36:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7514 | 2024-12-06T20:36:59.912Z | [ recovery-image] Dec 06 20:36:59.248 INFO O| Dec 06 20:36:59.248 INFO STEP 1057 (remove_files) COMPLETE |
7515 | 2024-12-06T20:36:59.915Z | [ recovery-image] Dec 06 20:36:59.248 INFO O| Dec 06 20:36:59.248 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-12-06T20:36:59.922Z | [ recovery-image] Dec 06 20:36:59.258 INFO O| Dec 06 20:36:59.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7517 | 2024-12-06T20:36:59.922Z | [ recovery-image] Dec 06 20:36:59.258 INFO O| Dec 06 20:36:59.258 INFO STEP 1058 (remove_files) COMPLETE |
7518 | 2024-12-06T20:36:59.924Z | [ recovery-image] Dec 06 20:36:59.258 INFO O| Dec 06 20:36:59.258 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-12-06T20:36:59.932Z | [ recovery-image] Dec 06 20:36:59.268 INFO O| Dec 06 20:36:59.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7520 | 2024-12-06T20:36:59.932Z | [ recovery-image] Dec 06 20:36:59.268 INFO O| Dec 06 20:36:59.268 INFO STEP 1059 (remove_files) COMPLETE |
7521 | 2024-12-06T20:36:59.932Z | [ recovery-image] Dec 06 20:36:59.268 INFO O| Dec 06 20:36:59.268 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-12-06T20:36:59.941Z | [ recovery-image] Dec 06 20:36:59.277 INFO O| Dec 06 20:36:59.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7523 | 2024-12-06T20:36:59.942Z | [ recovery-image] Dec 06 20:36:59.277 INFO O| Dec 06 20:36:59.277 INFO STEP 1060 (remove_files) COMPLETE |
7524 | 2024-12-06T20:36:59.944Z | [ recovery-image] Dec 06 20:36:59.277 INFO O| Dec 06 20:36:59.277 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-12-06T20:36:59.951Z | [ recovery-image] Dec 06 20:36:59.287 INFO O| Dec 06 20:36:59.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7526 | 2024-12-06T20:36:59.951Z | [ recovery-image] Dec 06 20:36:59.287 INFO O| Dec 06 20:36:59.287 INFO STEP 1061 (remove_files) COMPLETE |
7527 | 2024-12-06T20:36:59.953Z | [ recovery-image] Dec 06 20:36:59.287 INFO O| Dec 06 20:36:59.287 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-12-06T20:36:59.961Z | [ recovery-image] Dec 06 20:36:59.296 INFO O| Dec 06 20:36:59.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7529 | 2024-12-06T20:36:59.963Z | [ recovery-image] Dec 06 20:36:59.297 INFO O| Dec 06 20:36:59.296 INFO STEP 1062 (remove_files) COMPLETE |
7530 | 2024-12-06T20:36:59.963Z | [ recovery-image] Dec 06 20:36:59.297 INFO O| Dec 06 20:36:59.297 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-12-06T20:36:59.970Z | [ recovery-image] Dec 06 20:36:59.306 INFO O| Dec 06 20:36:59.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7532 | 2024-12-06T20:36:59.973Z | [ recovery-image] Dec 06 20:36:59.306 INFO O| Dec 06 20:36:59.306 INFO STEP 1063 (remove_files) COMPLETE |
7533 | 2024-12-06T20:36:59.973Z | [ recovery-image] Dec 06 20:36:59.306 INFO O| Dec 06 20:36:59.306 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-12-06T20:36:59.981Z | [ recovery-image] Dec 06 20:36:59.317 INFO O| Dec 06 20:36:59.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7535 | 2024-12-06T20:36:59.981Z | [ recovery-image] Dec 06 20:36:59.317 INFO O| Dec 06 20:36:59.317 INFO STEP 1064 (remove_files) COMPLETE |
7536 | 2024-12-06T20:36:59.981Z | [ recovery-image] Dec 06 20:36:59.317 INFO O| Dec 06 20:36:59.317 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-12-06T20:36:59.992Z | [ recovery-image] Dec 06 20:36:59.328 INFO O| Dec 06 20:36:59.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7538 | 2024-12-06T20:36:59.992Z | [ recovery-image] Dec 06 20:36:59.328 INFO O| Dec 06 20:36:59.328 INFO STEP 1065 (remove_files) COMPLETE |
7539 | 2024-12-06T20:36:59.993Z | [ recovery-image] Dec 06 20:36:59.328 INFO O| Dec 06 20:36:59.328 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-12-06T20:37:00.003Z | [ recovery-image] Dec 06 20:36:59.338 INFO O| Dec 06 20:36:59.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7541 | 2024-12-06T20:37:00.003Z | [ recovery-image] Dec 06 20:36:59.338 INFO O| Dec 06 20:36:59.338 INFO STEP 1066 (remove_files) COMPLETE |
7542 | 2024-12-06T20:37:00.003Z | [ recovery-image] Dec 06 20:36:59.338 INFO O| Dec 06 20:36:59.338 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-12-06T20:37:00.012Z | [ recovery-image] Dec 06 20:36:59.348 INFO O| Dec 06 20:36:59.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7544 | 2024-12-06T20:37:00.017Z | [ recovery-image] Dec 06 20:36:59.348 INFO O| Dec 06 20:36:59.348 INFO STEP 1067 (remove_files) COMPLETE |
7545 | 2024-12-06T20:37:00.017Z | [ recovery-image] Dec 06 20:36:59.348 INFO O| Dec 06 20:36:59.348 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-12-06T20:37:00.022Z | [ recovery-image] Dec 06 20:36:59.358 INFO O| Dec 06 20:36:59.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7547 | 2024-12-06T20:37:00.022Z | [ recovery-image] Dec 06 20:36:59.358 INFO O| Dec 06 20:36:59.358 INFO STEP 1068 (remove_files) COMPLETE |
7548 | 2024-12-06T20:37:00.026Z | [ recovery-image] Dec 06 20:36:59.358 INFO O| Dec 06 20:36:59.358 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-12-06T20:37:00.032Z | [ recovery-image] Dec 06 20:36:59.368 INFO O| Dec 06 20:36:59.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7550 | 2024-12-06T20:37:00.032Z | [ recovery-image] Dec 06 20:36:59.368 INFO O| Dec 06 20:36:59.368 INFO STEP 1069 (remove_files) COMPLETE |
7551 | 2024-12-06T20:37:00.032Z | [ recovery-image] Dec 06 20:36:59.368 INFO O| Dec 06 20:36:59.368 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-12-06T20:37:00.043Z | [ recovery-image] Dec 06 20:36:59.378 INFO O| Dec 06 20:36:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7553 | 2024-12-06T20:37:00.043Z | [ recovery-image] Dec 06 20:36:59.378 INFO O| Dec 06 20:36:59.378 INFO STEP 1070 (remove_files) COMPLETE |
7554 | 2024-12-06T20:37:00.045Z | [ recovery-image] Dec 06 20:36:59.378 INFO O| Dec 06 20:36:59.378 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-12-06T20:37:00.053Z | [ recovery-image] Dec 06 20:36:59.388 INFO O| Dec 06 20:36:59.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7556 | 2024-12-06T20:37:00.053Z | [ recovery-image] Dec 06 20:36:59.389 INFO O| Dec 06 20:36:59.389 INFO STEP 1071 (remove_files) COMPLETE |
7557 | 2024-12-06T20:37:00.053Z | [ recovery-image] Dec 06 20:36:59.389 INFO O| Dec 06 20:36:59.389 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-12-06T20:37:00.065Z | [ recovery-image] Dec 06 20:36:59.399 INFO O| Dec 06 20:36:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7559 | 2024-12-06T20:37:00.067Z | [ recovery-image] Dec 06 20:36:59.399 INFO O| Dec 06 20:36:59.399 INFO STEP 1072 (remove_files) COMPLETE |
7560 | 2024-12-06T20:37:00.067Z | [ recovery-image] Dec 06 20:36:59.399 INFO O| Dec 06 20:36:59.399 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-12-06T20:37:00.077Z | [ recovery-image] Dec 06 20:36:59.410 INFO O| Dec 06 20:36:59.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7562 | 2024-12-06T20:37:00.077Z | [ recovery-image] Dec 06 20:36:59.410 INFO O| Dec 06 20:36:59.410 INFO STEP 1073 (remove_files) COMPLETE |
7563 | 2024-12-06T20:37:00.077Z | [ recovery-image] Dec 06 20:36:59.410 INFO O| Dec 06 20:36:59.410 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-12-06T20:37:00.088Z | [ recovery-image] Dec 06 20:36:59.423 INFO O| Dec 06 20:36:59.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7565 | 2024-12-06T20:37:00.088Z | [ recovery-image] Dec 06 20:36:59.423 INFO O| Dec 06 20:36:59.423 INFO STEP 1074 (remove_files) COMPLETE |
7566 | 2024-12-06T20:37:00.088Z | [ recovery-image] Dec 06 20:36:59.423 INFO O| Dec 06 20:36:59.423 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-12-06T20:37:00.100Z | [ recovery-image] Dec 06 20:36:59.435 INFO O| Dec 06 20:36:59.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7568 | 2024-12-06T20:37:00.100Z | [ recovery-image] Dec 06 20:36:59.435 INFO O| Dec 06 20:36:59.435 INFO STEP 1075 (remove_files) COMPLETE |
7569 | 2024-12-06T20:37:00.103Z | [ recovery-image] Dec 06 20:36:59.435 INFO O| Dec 06 20:36:59.435 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-12-06T20:37:00.111Z | [ recovery-image] Dec 06 20:36:59.447 INFO O| Dec 06 20:36:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7571 | 2024-12-06T20:37:00.111Z | [ recovery-image] Dec 06 20:36:59.447 INFO O| Dec 06 20:36:59.447 INFO STEP 1076 (remove_files) COMPLETE |
7572 | 2024-12-06T20:37:00.113Z | [ recovery-image] Dec 06 20:36:59.447 INFO O| Dec 06 20:36:59.447 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-12-06T20:37:00.121Z | [ recovery-image] Dec 06 20:36:59.457 INFO O| Dec 06 20:36:59.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7574 | 2024-12-06T20:37:00.122Z | [ recovery-image] Dec 06 20:36:59.457 INFO O| Dec 06 20:36:59.457 INFO STEP 1077 (remove_files) COMPLETE |
7575 | 2024-12-06T20:37:00.124Z | [ recovery-image] Dec 06 20:36:59.457 INFO O| Dec 06 20:36:59.457 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-12-06T20:37:00.132Z | [ recovery-image] Dec 06 20:36:59.467 INFO O| Dec 06 20:36:59.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7577 | 2024-12-06T20:37:00.134Z | [ recovery-image] Dec 06 20:36:59.468 INFO O| Dec 06 20:36:59.467 INFO STEP 1078 (remove_files) COMPLETE |
7578 | 2024-12-06T20:37:00.134Z | [ recovery-image] Dec 06 20:36:59.468 INFO O| Dec 06 20:36:59.468 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-12-06T20:37:00.146Z | [ recovery-image] Dec 06 20:36:59.477 INFO O| Dec 06 20:36:59.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7580 | 2024-12-06T20:37:00.146Z | [ recovery-image] Dec 06 20:36:59.478 INFO O| Dec 06 20:36:59.478 INFO STEP 1079 (remove_files) COMPLETE |
7581 | 2024-12-06T20:37:00.149Z | [ recovery-image] Dec 06 20:36:59.478 INFO O| Dec 06 20:36:59.478 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-12-06T20:37:00.162Z | [ recovery-image] Dec 06 20:36:59.487 INFO O| Dec 06 20:36:59.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7583 | 2024-12-06T20:37:00.162Z | [ recovery-image] Dec 06 20:36:59.487 INFO O| Dec 06 20:36:59.487 INFO STEP 1080 (remove_files) COMPLETE |
7584 | 2024-12-06T20:37:00.162Z | [ recovery-image] Dec 06 20:36:59.487 INFO O| Dec 06 20:36:59.487 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-12-06T20:37:00.166Z | [ recovery-image] Dec 06 20:36:59.497 INFO O| Dec 06 20:36:59.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7586 | 2024-12-06T20:37:00.166Z | [ recovery-image] Dec 06 20:36:59.497 INFO O| Dec 06 20:36:59.497 INFO STEP 1081 (remove_files) COMPLETE |
7587 | 2024-12-06T20:37:00.166Z | [ recovery-image] Dec 06 20:36:59.497 INFO O| Dec 06 20:36:59.497 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-12-06T20:37:00.170Z | [ recovery-image] Dec 06 20:36:59.506 INFO O| Dec 06 20:36:59.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7589 | 2024-12-06T20:37:00.170Z | [ recovery-image] Dec 06 20:36:59.506 INFO O| Dec 06 20:36:59.506 INFO STEP 1082 (remove_files) COMPLETE |
7590 | 2024-12-06T20:37:00.173Z | [ recovery-image] Dec 06 20:36:59.506 INFO O| Dec 06 20:36:59.506 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-12-06T20:37:00.173Z | [ host-image] Dec 06 20:36:59.507 INFO O| Dec 06 20:36:59.507 INFO O| Planning: Solver setup ... Done |
7592 | 2024-12-06T20:37:00.175Z | [ host-image] Dec 06 20:36:59.511 INFO O| Dec 06 20:36:59.511 INFO O| Planning: Running solver ... Done |
7593 | 2024-12-06T20:37:00.180Z | [ recovery-image] Dec 06 20:36:59.516 INFO O| Dec 06 20:36:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7594 | 2024-12-06T20:37:00.180Z | [ recovery-image] Dec 06 20:36:59.516 INFO O| Dec 06 20:36:59.516 INFO STEP 1083 (remove_files) COMPLETE |
7595 | 2024-12-06T20:37:00.183Z | [ recovery-image] Dec 06 20:36:59.516 INFO O| Dec 06 20:36:59.516 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7596 | 2024-12-06T20:37:00.190Z | [ recovery-image] Dec 06 20:36:59.526 INFO O| Dec 06 20:36:59.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7597 | 2024-12-06T20:37:00.192Z | [ recovery-image] Dec 06 20:36:59.526 INFO O| Dec 06 20:36:59.526 INFO STEP 1084 (remove_files) COMPLETE |
7598 | 2024-12-06T20:37:00.192Z | [ recovery-image] Dec 06 20:36:59.526 INFO O| Dec 06 20:36:59.526 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7599 | 2024-12-06T20:37:00.200Z | [ recovery-image] Dec 06 20:36:59.536 INFO O| Dec 06 20:36:59.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7600 | 2024-12-06T20:37:00.201Z | [ recovery-image] Dec 06 20:36:59.536 INFO O| Dec 06 20:36:59.536 INFO STEP 1085 (remove_files) COMPLETE |
7601 | 2024-12-06T20:37:00.201Z | [ recovery-image] Dec 06 20:36:59.536 INFO O| Dec 06 20:36:59.536 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-12-06T20:37:00.210Z | [ recovery-image] Dec 06 20:36:59.546 INFO O| Dec 06 20:36:59.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7603 | 2024-12-06T20:37:00.212Z | [ recovery-image] Dec 06 20:36:59.546 INFO O| Dec 06 20:36:59.546 INFO STEP 1086 (remove_files) COMPLETE |
7604 | 2024-12-06T20:37:00.212Z | [ recovery-image] Dec 06 20:36:59.546 INFO O| Dec 06 20:36:59.546 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-12-06T20:37:00.220Z | [ recovery-image] Dec 06 20:36:59.556 INFO O| Dec 06 20:36:59.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7606 | 2024-12-06T20:37:00.220Z | [ recovery-image] Dec 06 20:36:59.556 INFO O| Dec 06 20:36:59.556 INFO STEP 1087 (remove_files) COMPLETE |
7607 | 2024-12-06T20:37:00.220Z | [ recovery-image] Dec 06 20:36:59.556 INFO O| Dec 06 20:36:59.556 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-12-06T20:37:00.230Z | [ recovery-image] Dec 06 20:36:59.566 INFO O| Dec 06 20:36:59.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7609 | 2024-12-06T20:37:00.230Z | [ recovery-image] Dec 06 20:36:59.566 INFO O| Dec 06 20:36:59.566 INFO STEP 1088 (remove_files) COMPLETE |
7610 | 2024-12-06T20:37:00.230Z | [ recovery-image] Dec 06 20:36:59.566 INFO O| Dec 06 20:36:59.566 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-12-06T20:37:00.236Z | [ host-image] Dec 06 20:36:59.572 INFO O| Dec 06 20:36:59.572 INFO O| Planning: Finding local manifests ... Done |
7612 | 2024-12-06T20:37:00.238Z | [ host-image] Dec 06 20:36:59.572 INFO O| Dec 06 20:36:59.572 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7613 | 2024-12-06T20:37:00.241Z | [ recovery-image] Dec 06 20:36:59.575 INFO O| Dec 06 20:36:59.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7614 | 2024-12-06T20:37:00.241Z | [ recovery-image] Dec 06 20:36:59.575 INFO O| Dec 06 20:36:59.575 INFO STEP 1089 (remove_files) COMPLETE |
7615 | 2024-12-06T20:37:00.241Z | [ recovery-image] Dec 06 20:36:59.575 INFO O| Dec 06 20:36:59.575 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-06T20:37:00.249Z | [ recovery-image] Dec 06 20:36:59.585 INFO O| Dec 06 20:36:59.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7617 | 2024-12-06T20:37:00.249Z | [ recovery-image] Dec 06 20:36:59.585 INFO O| Dec 06 20:36:59.585 INFO STEP 1090 (remove_files) COMPLETE |
7618 | 2024-12-06T20:37:00.252Z | [ recovery-image] Dec 06 20:36:59.585 INFO O| Dec 06 20:36:59.585 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-06T20:37:00.259Z | [ recovery-image] Dec 06 20:36:59.594 INFO O| Dec 06 20:36:59.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7620 | 2024-12-06T20:37:00.259Z | [ recovery-image] Dec 06 20:36:59.595 INFO O| Dec 06 20:36:59.595 INFO STEP 1091 (remove_files) COMPLETE |
7621 | 2024-12-06T20:37:00.259Z | [ recovery-image] Dec 06 20:36:59.595 INFO O| Dec 06 20:36:59.595 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-06T20:37:00.268Z | [ recovery-image] Dec 06 20:36:59.604 INFO O| Dec 06 20:36:59.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7623 | 2024-12-06T20:37:00.271Z | [ recovery-image] Dec 06 20:36:59.605 INFO O| Dec 06 20:36:59.605 INFO STEP 1092 (remove_files) COMPLETE |
7624 | 2024-12-06T20:37:00.271Z | [ recovery-image] Dec 06 20:36:59.605 INFO O| Dec 06 20:36:59.605 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-06T20:37:00.279Z | [ recovery-image] Dec 06 20:36:59.615 INFO O| Dec 06 20:36:59.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7626 | 2024-12-06T20:37:00.279Z | [ recovery-image] Dec 06 20:36:59.615 INFO O| Dec 06 20:36:59.615 INFO STEP 1093 (remove_files) COMPLETE |
7627 | 2024-12-06T20:37:00.281Z | [ recovery-image] Dec 06 20:36:59.615 INFO O| Dec 06 20:36:59.615 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-06T20:37:00.289Z | [ recovery-image] Dec 06 20:36:59.624 INFO O| Dec 06 20:36:59.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7629 | 2024-12-06T20:37:00.289Z | [ recovery-image] Dec 06 20:36:59.625 INFO O| Dec 06 20:36:59.625 INFO STEP 1094 (remove_files) COMPLETE |
7630 | 2024-12-06T20:37:00.291Z | [ recovery-image] Dec 06 20:36:59.625 INFO O| Dec 06 20:36:59.625 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-06T20:37:00.299Z | [ recovery-image] Dec 06 20:36:59.634 INFO O| Dec 06 20:36:59.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7632 | 2024-12-06T20:37:00.299Z | [ recovery-image] Dec 06 20:36:59.634 INFO O| Dec 06 20:36:59.634 INFO STEP 1095 (remove_files) COMPLETE |
7633 | 2024-12-06T20:37:00.300Z | [ recovery-image] Dec 06 20:36:59.634 INFO O| Dec 06 20:36:59.634 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-06T20:37:00.308Z | [ recovery-image] Dec 06 20:36:59.644 INFO O| Dec 06 20:36:59.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7635 | 2024-12-06T20:37:00.311Z | [ recovery-image] Dec 06 20:36:59.644 INFO O| Dec 06 20:36:59.644 INFO STEP 1096 (remove_files) COMPLETE |
7636 | 2024-12-06T20:37:00.311Z | [ recovery-image] Dec 06 20:36:59.644 INFO O| Dec 06 20:36:59.644 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-06T20:37:00.318Z | [ recovery-image] Dec 06 20:36:59.654 INFO O| Dec 06 20:36:59.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7638 | 2024-12-06T20:37:00.320Z | [ recovery-image] Dec 06 20:36:59.654 INFO O| Dec 06 20:36:59.654 INFO STEP 1097 (remove_files) COMPLETE |
7639 | 2024-12-06T20:37:00.320Z | [ recovery-image] Dec 06 20:36:59.654 INFO O| Dec 06 20:36:59.654 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-06T20:37:00.327Z | [ host-image] Dec 06 20:36:59.663 INFO O| Dec 06 20:36:59.663 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7641 | 2024-12-06T20:37:00.330Z | [ recovery-image] Dec 06 20:36:59.664 INFO O| Dec 06 20:36:59.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7642 | 2024-12-06T20:37:00.330Z | [ recovery-image] Dec 06 20:36:59.664 INFO O| Dec 06 20:36:59.664 INFO STEP 1098 (remove_files) COMPLETE |
7643 | 2024-12-06T20:37:00.330Z | [ recovery-image] Dec 06 20:36:59.664 INFO O| Dec 06 20:36:59.664 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-12-06T20:37:00.338Z | [ recovery-image] Dec 06 20:36:59.674 INFO O| Dec 06 20:36:59.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7645 | 2024-12-06T20:37:00.338Z | [ recovery-image] Dec 06 20:36:59.674 INFO O| Dec 06 20:36:59.674 INFO STEP 1099 (remove_files) COMPLETE |
7646 | 2024-12-06T20:37:00.338Z | [ recovery-image] Dec 06 20:36:59.674 INFO O| Dec 06 20:36:59.674 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-12-06T20:37:00.346Z | [ host-image] Dec 06 20:36:59.681 INFO O| Dec 06 20:36:59.681 INFO O| Planning: Package planning ... Done |
7648 | 2024-12-06T20:37:00.348Z | [ host-image] Dec 06 20:36:59.682 INFO O| Dec 06 20:36:59.682 INFO O| Planning: Merging actions ... Done |
7649 | 2024-12-06T20:37:00.348Z | [ recovery-image] Dec 06 20:36:59.684 INFO O| Dec 06 20:36:59.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7650 | 2024-12-06T20:37:00.348Z | [ recovery-image] Dec 06 20:36:59.684 INFO O| Dec 06 20:36:59.684 INFO STEP 1100 (remove_files) COMPLETE |
7651 | 2024-12-06T20:37:00.348Z | [ recovery-image] Dec 06 20:36:59.684 INFO O| Dec 06 20:36:59.684 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-06T20:37:00.357Z | [ recovery-image] Dec 06 20:36:59.693 INFO O| Dec 06 20:36:59.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7653 | 2024-12-06T20:37:00.357Z | [ recovery-image] Dec 06 20:36:59.693 INFO O| Dec 06 20:36:59.693 INFO STEP 1101 (remove_files) COMPLETE |
7654 | 2024-12-06T20:37:00.357Z | [ recovery-image] Dec 06 20:36:59.693 INFO O| Dec 06 20:36:59.693 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-06T20:37:00.367Z | [ recovery-image] Dec 06 20:36:59.703 INFO O| Dec 06 20:36:59.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7656 | 2024-12-06T20:37:00.367Z | [ recovery-image] Dec 06 20:36:59.703 INFO O| Dec 06 20:36:59.703 INFO STEP 1102 (remove_files) COMPLETE |
7657 | 2024-12-06T20:37:00.367Z | [ recovery-image] Dec 06 20:36:59.703 INFO O| Dec 06 20:36:59.703 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-06T20:37:00.377Z | [ recovery-image] Dec 06 20:36:59.713 INFO O| Dec 06 20:36:59.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7659 | 2024-12-06T20:37:00.377Z | [ recovery-image] Dec 06 20:36:59.713 INFO O| Dec 06 20:36:59.713 INFO STEP 1103 (remove_files) COMPLETE |
7660 | 2024-12-06T20:37:00.379Z | [ recovery-image] Dec 06 20:36:59.713 INFO O| Dec 06 20:36:59.713 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-06T20:37:00.387Z | [ recovery-image] Dec 06 20:36:59.723 INFO O| Dec 06 20:36:59.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7662 | 2024-12-06T20:37:00.387Z | [ recovery-image] Dec 06 20:36:59.723 INFO O| Dec 06 20:36:59.723 INFO STEP 1104 (remove_files) COMPLETE |
7663 | 2024-12-06T20:37:00.387Z | [ recovery-image] Dec 06 20:36:59.723 INFO O| Dec 06 20:36:59.723 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-06T20:37:00.397Z | [ recovery-image] Dec 06 20:36:59.732 INFO O| Dec 06 20:36:59.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7665 | 2024-12-06T20:37:00.397Z | [ recovery-image] Dec 06 20:36:59.732 INFO O| Dec 06 20:36:59.732 INFO STEP 1105 (remove_files) COMPLETE |
7666 | 2024-12-06T20:37:00.400Z | [ recovery-image] Dec 06 20:36:59.733 INFO O| Dec 06 20:36:59.732 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-06T20:37:00.405Z | [ host-image] Dec 06 20:36:59.741 INFO O| Dec 06 20:36:59.741 INFO O| Planning: Checking for conflicting actions ... Done |
7668 | 2024-12-06T20:37:00.408Z | [ host-image] Dec 06 20:36:59.741 INFO O| Dec 06 20:36:59.741 INFO O| Planning: Consolidating action changes ... Done |
7669 | 2024-12-06T20:37:00.408Z | [ recovery-image] Dec 06 20:36:59.742 INFO O| Dec 06 20:36:59.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7670 | 2024-12-06T20:37:00.408Z | [ recovery-image] Dec 06 20:36:59.742 INFO O| Dec 06 20:36:59.742 INFO STEP 1106 (remove_files) COMPLETE |
7671 | 2024-12-06T20:37:00.408Z | [ recovery-image] Dec 06 20:36:59.742 INFO O| Dec 06 20:36:59.742 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-12-06T20:37:00.415Z | [ recovery-image] Dec 06 20:36:59.751 INFO O| Dec 06 20:36:59.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7673 | 2024-12-06T20:37:00.415Z | [ recovery-image] Dec 06 20:36:59.751 INFO O| Dec 06 20:36:59.751 INFO STEP 1107 (remove_files) COMPLETE |
7674 | 2024-12-06T20:37:00.415Z | [ recovery-image] Dec 06 20:36:59.751 INFO O| Dec 06 20:36:59.751 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-12-06T20:37:00.425Z | [ recovery-image] Dec 06 20:36:59.760 INFO O| Dec 06 20:36:59.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7676 | 2024-12-06T20:37:00.425Z | [ recovery-image] Dec 06 20:36:59.761 INFO O| Dec 06 20:36:59.761 INFO STEP 1108 (remove_files) COMPLETE |
7677 | 2024-12-06T20:37:00.425Z | [ recovery-image] Dec 06 20:36:59.761 INFO O| Dec 06 20:36:59.761 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-12-06T20:37:00.434Z | [ recovery-image] Dec 06 20:36:59.770 INFO O| Dec 06 20:36:59.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7679 | 2024-12-06T20:37:00.434Z | [ recovery-image] Dec 06 20:36:59.770 INFO O| Dec 06 20:36:59.770 INFO STEP 1109 (remove_files) COMPLETE |
7680 | 2024-12-06T20:37:00.434Z | [ recovery-image] Dec 06 20:36:59.770 INFO O| Dec 06 20:36:59.770 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-12-06T20:37:00.443Z | [ recovery-image] Dec 06 20:36:59.779 INFO O| Dec 06 20:36:59.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7682 | 2024-12-06T20:37:00.443Z | [ recovery-image] Dec 06 20:36:59.779 INFO O| Dec 06 20:36:59.779 INFO STEP 1110 (remove_files) COMPLETE |
7683 | 2024-12-06T20:37:00.443Z | [ recovery-image] Dec 06 20:36:59.779 INFO O| Dec 06 20:36:59.779 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-12-06T20:37:00.453Z | [ recovery-image] Dec 06 20:36:59.789 INFO O| Dec 06 20:36:59.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7685 | 2024-12-06T20:37:00.455Z | [ recovery-image] Dec 06 20:36:59.789 INFO O| Dec 06 20:36:59.789 INFO STEP 1111 (remove_files) COMPLETE |
7686 | 2024-12-06T20:37:00.455Z | [ recovery-image] Dec 06 20:36:59.789 INFO O| Dec 06 20:36:59.789 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-12-06T20:37:00.462Z | [ recovery-image] Dec 06 20:36:59.798 INFO O| Dec 06 20:36:59.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7688 | 2024-12-06T20:37:00.462Z | [ recovery-image] Dec 06 20:36:59.798 INFO O| Dec 06 20:36:59.798 INFO STEP 1112 (remove_files) COMPLETE |
7689 | 2024-12-06T20:37:00.462Z | [ recovery-image] Dec 06 20:36:59.798 INFO O| Dec 06 20:36:59.798 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-12-06T20:37:00.472Z | [ recovery-image] Dec 06 20:36:59.807 INFO O| Dec 06 20:36:59.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7691 | 2024-12-06T20:37:00.472Z | [ recovery-image] Dec 06 20:36:59.807 INFO O| Dec 06 20:36:59.807 INFO STEP 1113 (remove_files) COMPLETE |
7692 | 2024-12-06T20:37:00.472Z | [ recovery-image] Dec 06 20:36:59.807 INFO O| Dec 06 20:36:59.807 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-12-06T20:37:00.481Z | [ recovery-image] Dec 06 20:36:59.817 INFO O| Dec 06 20:36:59.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7694 | 2024-12-06T20:37:00.490Z | [ recovery-image] Dec 06 20:36:59.817 INFO O| Dec 06 20:36:59.817 INFO STEP 1114 (remove_files) COMPLETE |
7695 | 2024-12-06T20:37:00.490Z | [ recovery-image] Dec 06 20:36:59.817 INFO O| Dec 06 20:36:59.817 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-12-06T20:37:00.495Z | [ recovery-image] Dec 06 20:36:59.826 INFO O| Dec 06 20:36:59.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7697 | 2024-12-06T20:37:00.495Z | [ recovery-image] Dec 06 20:36:59.826 INFO O| Dec 06 20:36:59.826 INFO STEP 1115 (remove_files) COMPLETE |
7698 | 2024-12-06T20:37:00.495Z | [ recovery-image] Dec 06 20:36:59.826 INFO O| Dec 06 20:36:59.826 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-12-06T20:37:00.500Z | [ recovery-image] Dec 06 20:36:59.836 INFO O| Dec 06 20:36:59.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7700 | 2024-12-06T20:37:00.500Z | [ recovery-image] Dec 06 20:36:59.836 INFO O| Dec 06 20:36:59.836 INFO STEP 1116 (remove_files) COMPLETE |
7701 | 2024-12-06T20:37:00.500Z | [ recovery-image] Dec 06 20:36:59.836 INFO O| Dec 06 20:36:59.836 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-12-06T20:37:00.510Z | [ recovery-image] Dec 06 20:36:59.845 INFO O| Dec 06 20:36:59.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7703 | 2024-12-06T20:37:00.510Z | [ recovery-image] Dec 06 20:36:59.845 INFO O| Dec 06 20:36:59.845 INFO STEP 1117 (remove_files) COMPLETE |
7704 | 2024-12-06T20:37:00.512Z | [ recovery-image] Dec 06 20:36:59.845 INFO O| Dec 06 20:36:59.845 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-12-06T20:37:00.519Z | [ recovery-image] Dec 06 20:36:59.855 INFO O| Dec 06 20:36:59.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7706 | 2024-12-06T20:37:00.519Z | [ recovery-image] Dec 06 20:36:59.855 INFO O| Dec 06 20:36:59.855 INFO STEP 1118 (remove_files) COMPLETE |
7707 | 2024-12-06T20:37:00.521Z | [ recovery-image] Dec 06 20:36:59.855 INFO O| Dec 06 20:36:59.855 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-06T20:37:00.528Z | [ recovery-image] Dec 06 20:36:59.864 INFO O| Dec 06 20:36:59.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7709 | 2024-12-06T20:37:00.528Z | [ recovery-image] Dec 06 20:36:59.864 INFO O| Dec 06 20:36:59.864 INFO STEP 1119 (remove_files) COMPLETE |
7710 | 2024-12-06T20:37:00.532Z | [ recovery-image] Dec 06 20:36:59.864 INFO O| Dec 06 20:36:59.864 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-06T20:37:00.538Z | [ recovery-image] Dec 06 20:36:59.873 INFO O| Dec 06 20:36:59.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7712 | 2024-12-06T20:37:00.540Z | [ recovery-image] Dec 06 20:36:59.874 INFO O| Dec 06 20:36:59.873 INFO STEP 1120 (remove_files) COMPLETE |
7713 | 2024-12-06T20:37:00.540Z | [ recovery-image] Dec 06 20:36:59.874 INFO O| Dec 06 20:36:59.874 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-06T20:37:00.547Z | [ recovery-image] Dec 06 20:36:59.883 INFO O| Dec 06 20:36:59.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7715 | 2024-12-06T20:37:00.549Z | [ recovery-image] Dec 06 20:36:59.883 INFO O| Dec 06 20:36:59.883 INFO STEP 1121 (remove_files) COMPLETE |
7716 | 2024-12-06T20:37:00.549Z | [ recovery-image] Dec 06 20:36:59.883 INFO O| Dec 06 20:36:59.883 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-12-06T20:37:00.556Z | [ recovery-image] Dec 06 20:36:59.892 INFO O| Dec 06 20:36:59.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7718 | 2024-12-06T20:37:00.557Z | [ recovery-image] Dec 06 20:36:59.892 INFO O| Dec 06 20:36:59.892 INFO STEP 1122 (remove_files) COMPLETE |
7719 | 2024-12-06T20:37:00.559Z | [ recovery-image] Dec 06 20:36:59.892 INFO O| Dec 06 20:36:59.892 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-12-06T20:37:00.566Z | [ recovery-image] Dec 06 20:36:59.902 INFO O| Dec 06 20:36:59.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7721 | 2024-12-06T20:37:00.568Z | [ recovery-image] Dec 06 20:36:59.902 INFO O| Dec 06 20:36:59.902 INFO STEP 1123 (remove_files) COMPLETE |
7722 | 2024-12-06T20:37:00.568Z | [ recovery-image] Dec 06 20:36:59.902 INFO O| Dec 06 20:36:59.902 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-12-06T20:37:00.575Z | [ recovery-image] Dec 06 20:36:59.911 INFO O| Dec 06 20:36:59.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7724 | 2024-12-06T20:37:00.575Z | [ recovery-image] Dec 06 20:36:59.911 INFO O| Dec 06 20:36:59.911 INFO STEP 1124 (remove_files) COMPLETE |
7725 | 2024-12-06T20:37:00.577Z | [ recovery-image] Dec 06 20:36:59.911 INFO O| Dec 06 20:36:59.911 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-12-06T20:37:00.584Z | [ host-image] Dec 06 20:36:59.919 INFO O| Dec 06 20:36:59.919 INFO O| Planning: Evaluating mediators ... Done |
7727 | 2024-12-06T20:37:00.586Z | [ host-image] Dec 06 20:36:59.920 INFO O| Dec 06 20:36:59.920 INFO O| Planning: Planning completed in 2.64 seconds |
7728 | 2024-12-06T20:37:00.586Z | [ recovery-image] Dec 06 20:36:59.920 INFO O| Dec 06 20:36:59.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7729 | 2024-12-06T20:37:00.586Z | [ recovery-image] Dec 06 20:36:59.921 INFO O| Dec 06 20:36:59.920 INFO STEP 1125 (remove_files) COMPLETE |
7730 | 2024-12-06T20:37:00.586Z | [ recovery-image] Dec 06 20:36:59.921 INFO O| Dec 06 20:36:59.921 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-12-06T20:37:00.586Z | [ host-image] Dec 06 20:36:59.921 INFO O| Dec 06 20:36:59.921 INFO O| Packages to install: 1 |
7732 | 2024-12-06T20:37:00.594Z | [ recovery-image] Dec 06 20:36:59.930 INFO O| Dec 06 20:36:59.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7733 | 2024-12-06T20:37:00.594Z | [ recovery-image] Dec 06 20:36:59.930 INFO O| Dec 06 20:36:59.930 INFO STEP 1126 (remove_files) COMPLETE |
7734 | 2024-12-06T20:37:00.596Z | [ recovery-image] Dec 06 20:36:59.930 INFO O| Dec 06 20:36:59.930 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-12-06T20:37:00.599Z | [ host-image] Dec 06 20:36:59.933 INFO O| Dec 06 20:36:59.933 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
7736 | 2024-12-06T20:37:00.604Z | [ recovery-image] Dec 06 20:36:59.940 INFO O| Dec 06 20:36:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7737 | 2024-12-06T20:37:00.604Z | [ recovery-image] Dec 06 20:36:59.940 INFO O| Dec 06 20:36:59.940 INFO STEP 1127 (remove_files) COMPLETE |
7738 | 2024-12-06T20:37:00.607Z | [ recovery-image] Dec 06 20:36:59.940 INFO O| Dec 06 20:36:59.940 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-06T20:37:00.614Z | [ recovery-image] Dec 06 20:36:59.949 INFO O| Dec 06 20:36:59.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7740 | 2024-12-06T20:37:00.614Z | [ recovery-image] Dec 06 20:36:59.949 INFO O| Dec 06 20:36:59.949 INFO STEP 1128 (remove_files) COMPLETE |
7741 | 2024-12-06T20:37:00.616Z | [ recovery-image] Dec 06 20:36:59.949 INFO O| Dec 06 20:36:59.949 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-06T20:37:00.623Z | [ recovery-image] Dec 06 20:36:59.959 INFO O| Dec 06 20:36:59.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7743 | 2024-12-06T20:37:00.623Z | [ recovery-image] Dec 06 20:36:59.959 INFO O| Dec 06 20:36:59.959 INFO STEP 1129 (remove_files) COMPLETE |
7744 | 2024-12-06T20:37:00.623Z | [ recovery-image] Dec 06 20:36:59.959 INFO O| Dec 06 20:36:59.959 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-06T20:37:00.632Z | [ recovery-image] Dec 06 20:36:59.968 INFO O| Dec 06 20:36:59.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7746 | 2024-12-06T20:37:00.633Z | [ recovery-image] Dec 06 20:36:59.968 INFO O| Dec 06 20:36:59.968 INFO STEP 1130 (remove_files) COMPLETE |
7747 | 2024-12-06T20:37:00.635Z | [ recovery-image] Dec 06 20:36:59.968 INFO O| Dec 06 20:36:59.968 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-06T20:37:00.642Z | [ recovery-image] Dec 06 20:36:59.978 INFO O| Dec 06 20:36:59.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7749 | 2024-12-06T20:37:00.644Z | [ recovery-image] Dec 06 20:36:59.978 INFO O| Dec 06 20:36:59.978 INFO STEP 1131 (remove_files) COMPLETE |
7750 | 2024-12-06T20:37:00.644Z | [ recovery-image] Dec 06 20:36:59.978 INFO O| Dec 06 20:36:59.978 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-06T20:37:00.651Z | [ recovery-image] Dec 06 20:36:59.987 INFO O| Dec 06 20:36:59.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7752 | 2024-12-06T20:37:00.651Z | [ recovery-image] Dec 06 20:36:59.987 INFO O| Dec 06 20:36:59.987 INFO STEP 1132 (remove_files) COMPLETE |
7753 | 2024-12-06T20:37:00.654Z | [ recovery-image] Dec 06 20:36:59.987 INFO O| Dec 06 20:36:59.987 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-06T20:37:00.661Z | [ recovery-image] Dec 06 20:36:59.997 INFO O| Dec 06 20:36:59.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7755 | 2024-12-06T20:37:00.661Z | [ recovery-image] Dec 06 20:36:59.997 INFO O| Dec 06 20:36:59.997 INFO STEP 1133 (remove_files) COMPLETE |
7756 | 2024-12-06T20:37:00.663Z | [ recovery-image] Dec 06 20:36:59.997 INFO O| Dec 06 20:36:59.997 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-06T20:37:00.671Z | [ recovery-image] Dec 06 20:37:00.007 INFO O| Dec 06 20:37:00.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7758 | 2024-12-06T20:37:00.671Z | [ recovery-image] Dec 06 20:37:00.007 INFO O| Dec 06 20:37:00.007 INFO STEP 1134 (remove_files) COMPLETE |
7759 | 2024-12-06T20:37:00.671Z | [ recovery-image] Dec 06 20:37:00.007 INFO O| Dec 06 20:37:00.007 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-06T20:37:00.682Z | [ recovery-image] Dec 06 20:37:00.018 INFO O| Dec 06 20:37:00.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7761 | 2024-12-06T20:37:00.684Z | [ recovery-image] Dec 06 20:37:00.018 INFO O| Dec 06 20:37:00.018 INFO STEP 1135 (remove_files) COMPLETE |
7762 | 2024-12-06T20:37:00.684Z | [ recovery-image] Dec 06 20:37:00.018 INFO O| Dec 06 20:37:00.018 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-06T20:37:00.696Z | [ recovery-image] Dec 06 20:37:00.032 INFO O| Dec 06 20:37:00.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7764 | 2024-12-06T20:37:00.698Z | [ recovery-image] Dec 06 20:37:00.032 INFO O| Dec 06 20:37:00.032 INFO STEP 1136 (remove_files) COMPLETE |
7765 | 2024-12-06T20:37:00.699Z | [ recovery-image] Dec 06 20:37:00.032 INFO O| Dec 06 20:37:00.032 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-06T20:37:00.711Z | [ recovery-image] Dec 06 20:37:00.047 INFO O| Dec 06 20:37:00.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7767 | 2024-12-06T20:37:00.714Z | [ recovery-image] Dec 06 20:37:00.047 INFO O| Dec 06 20:37:00.047 INFO STEP 1137 (remove_files) COMPLETE |
7768 | 2024-12-06T20:37:00.714Z | [ recovery-image] Dec 06 20:37:00.047 INFO O| Dec 06 20:37:00.047 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-06T20:37:00.722Z | [ recovery-image] Dec 06 20:37:00.058 INFO O| Dec 06 20:37:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7770 | 2024-12-06T20:37:00.722Z | [ recovery-image] Dec 06 20:37:00.058 INFO O| Dec 06 20:37:00.058 INFO STEP 1138 (remove_files) COMPLETE |
7771 | 2024-12-06T20:37:00.724Z | [ recovery-image] Dec 06 20:37:00.058 INFO O| Dec 06 20:37:00.058 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-06T20:37:00.732Z | [ recovery-image] Dec 06 20:37:00.068 INFO O| Dec 06 20:37:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7773 | 2024-12-06T20:37:00.732Z | [ recovery-image] Dec 06 20:37:00.068 INFO O| Dec 06 20:37:00.068 INFO STEP 1139 (remove_files) COMPLETE |
7774 | 2024-12-06T20:37:00.735Z | [ recovery-image] Dec 06 20:37:00.068 INFO O| Dec 06 20:37:00.068 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-06T20:37:00.743Z | [ recovery-image] Dec 06 20:37:00.079 INFO O| Dec 06 20:37:00.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7776 | 2024-12-06T20:37:00.743Z | [ recovery-image] Dec 06 20:37:00.079 INFO O| Dec 06 20:37:00.079 INFO STEP 1140 (remove_files) COMPLETE |
7777 | 2024-12-06T20:37:00.743Z | [ recovery-image] Dec 06 20:37:00.079 INFO O| Dec 06 20:37:00.079 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-06T20:37:00.752Z | [ recovery-image] Dec 06 20:37:00.088 INFO O| Dec 06 20:37:00.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7779 | 2024-12-06T20:37:00.755Z | [ recovery-image] Dec 06 20:37:00.088 INFO O| Dec 06 20:37:00.088 INFO STEP 1141 (remove_files) COMPLETE |
7780 | 2024-12-06T20:37:00.755Z | [ recovery-image] Dec 06 20:37:00.088 INFO O| Dec 06 20:37:00.088 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-06T20:37:00.762Z | [ recovery-image] Dec 06 20:37:00.098 INFO O| Dec 06 20:37:00.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7782 | 2024-12-06T20:37:00.762Z | [ recovery-image] Dec 06 20:37:00.098 INFO O| Dec 06 20:37:00.098 INFO STEP 1142 (remove_files) COMPLETE |
7783 | 2024-12-06T20:37:00.765Z | [ recovery-image] Dec 06 20:37:00.098 INFO O| Dec 06 20:37:00.098 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-06T20:37:00.765Z | [ host-image] Dec 06 20:37:00.099 INFO O| Dec 06 20:37:00.099 INFO O| Download: Completed 9.99 MB in 0.17 seconds (60.2M/s) |
7785 | 2024-12-06T20:37:00.772Z | [ recovery-image] Dec 06 20:37:00.107 INFO O| Dec 06 20:37:00.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7786 | 2024-12-06T20:37:00.772Z | [ recovery-image] Dec 06 20:37:00.108 INFO O| Dec 06 20:37:00.108 INFO STEP 1143 (remove_files) COMPLETE |
7787 | 2024-12-06T20:37:00.772Z | [ recovery-image] Dec 06 20:37:00.108 INFO O| Dec 06 20:37:00.108 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-12-06T20:37:00.781Z | [ recovery-image] Dec 06 20:37:00.117 INFO O| Dec 06 20:37:00.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7789 | 2024-12-06T20:37:00.781Z | [ recovery-image] Dec 06 20:37:00.117 INFO O| Dec 06 20:37:00.117 INFO STEP 1144 (remove_files) COMPLETE |
7790 | 2024-12-06T20:37:00.781Z | [ recovery-image] Dec 06 20:37:00.117 INFO O| Dec 06 20:37:00.117 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-12-06T20:37:00.788Z | [ host-image] Dec 06 20:37:00.123 INFO O| Dec 06 20:37:00.123 INFO O| Actions: 1/22 actions (Installing new actions) |
7792 | 2024-12-06T20:37:00.791Z | [ recovery-image] Dec 06 20:37:00.127 INFO O| Dec 06 20:37:00.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7793 | 2024-12-06T20:37:00.794Z | [ recovery-image] Dec 06 20:37:00.127 INFO O| Dec 06 20:37:00.127 INFO STEP 1145 (remove_files) COMPLETE |
7794 | 2024-12-06T20:37:00.794Z | [ recovery-image] Dec 06 20:37:00.127 INFO O| Dec 06 20:37:00.127 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2024-12-06T20:37:00.801Z | [ recovery-image] Dec 06 20:37:00.136 INFO O| Dec 06 20:37:00.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7796 | 2024-12-06T20:37:00.801Z | [ recovery-image] Dec 06 20:37:00.136 INFO O| Dec 06 20:37:00.136 INFO STEP 1146 (remove_files) COMPLETE |
7797 | 2024-12-06T20:37:00.801Z | [ recovery-image] Dec 06 20:37:00.136 INFO O| Dec 06 20:37:00.136 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2024-12-06T20:37:00.810Z | [ recovery-image] Dec 06 20:37:00.145 INFO O| Dec 06 20:37:00.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7799 | 2024-12-06T20:37:00.810Z | [ recovery-image] Dec 06 20:37:00.146 INFO O| Dec 06 20:37:00.145 INFO STEP 1147 (remove_files) COMPLETE |
7800 | 2024-12-06T20:37:00.810Z | [ recovery-image] Dec 06 20:37:00.146 INFO O| Dec 06 20:37:00.146 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2024-12-06T20:37:00.820Z | [ recovery-image] Dec 06 20:37:00.155 INFO O| Dec 06 20:37:00.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7802 | 2024-12-06T20:37:00.820Z | [ recovery-image] Dec 06 20:37:00.156 INFO O| Dec 06 20:37:00.156 INFO STEP 1148 (remove_files) COMPLETE |
7803 | 2024-12-06T20:37:00.820Z | [ recovery-image] Dec 06 20:37:00.156 INFO O| Dec 06 20:37:00.156 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-12-06T20:37:00.829Z | [ recovery-image] Dec 06 20:37:00.165 INFO O| Dec 06 20:37:00.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7805 | 2024-12-06T20:37:00.829Z | [ recovery-image] Dec 06 20:37:00.165 INFO O| Dec 06 20:37:00.165 INFO STEP 1149 (remove_files) COMPLETE |
7806 | 2024-12-06T20:37:00.829Z | [ recovery-image] Dec 06 20:37:00.165 INFO O| Dec 06 20:37:00.165 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-12-06T20:37:00.839Z | [ recovery-image] Dec 06 20:37:00.175 INFO O| Dec 06 20:37:00.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7808 | 2024-12-06T20:37:00.839Z | [ recovery-image] Dec 06 20:37:00.175 INFO O| Dec 06 20:37:00.175 INFO STEP 1150 (remove_files) COMPLETE |
7809 | 2024-12-06T20:37:00.839Z | [ recovery-image] Dec 06 20:37:00.175 INFO O| Dec 06 20:37:00.175 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-12-06T20:37:00.848Z | [ recovery-image] Dec 06 20:37:00.184 INFO O| Dec 06 20:37:00.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7811 | 2024-12-06T20:37:00.848Z | [ recovery-image] Dec 06 20:37:00.184 INFO O| Dec 06 20:37:00.184 INFO STEP 1151 (remove_files) COMPLETE |
7812 | 2024-12-06T20:37:00.850Z | [ recovery-image] Dec 06 20:37:00.184 INFO O| Dec 06 20:37:00.184 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-12-06T20:37:00.858Z | [ recovery-image] Dec 06 20:37:00.194 INFO O| Dec 06 20:37:00.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7814 | 2024-12-06T20:37:00.858Z | [ recovery-image] Dec 06 20:37:00.194 INFO O| Dec 06 20:37:00.194 INFO STEP 1152 (remove_files) COMPLETE |
7815 | 2024-12-06T20:37:00.860Z | [ recovery-image] Dec 06 20:37:00.194 INFO O| Dec 06 20:37:00.194 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-12-06T20:37:00.867Z | [ recovery-image] Dec 06 20:37:00.203 INFO O| Dec 06 20:37:00.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7817 | 2024-12-06T20:37:00.867Z | [ recovery-image] Dec 06 20:37:00.203 INFO O| Dec 06 20:37:00.203 INFO STEP 1153 (remove_files) COMPLETE |
7818 | 2024-12-06T20:37:00.867Z | [ recovery-image] Dec 06 20:37:00.203 INFO O| Dec 06 20:37:00.203 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-12-06T20:37:00.877Z | [ recovery-image] Dec 06 20:37:00.213 INFO O| Dec 06 20:37:00.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7820 | 2024-12-06T20:37:00.877Z | [ recovery-image] Dec 06 20:37:00.213 INFO O| Dec 06 20:37:00.213 INFO STEP 1154 (remove_files) COMPLETE |
7821 | 2024-12-06T20:37:00.877Z | [ recovery-image] Dec 06 20:37:00.213 INFO O| Dec 06 20:37:00.213 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-12-06T20:37:00.886Z | [ recovery-image] Dec 06 20:37:00.222 INFO O| Dec 06 20:37:00.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7823 | 2024-12-06T20:37:00.886Z | [ recovery-image] Dec 06 20:37:00.222 INFO O| Dec 06 20:37:00.222 INFO STEP 1155 (remove_files) COMPLETE |
7824 | 2024-12-06T20:37:00.889Z | [ recovery-image] Dec 06 20:37:00.222 INFO O| Dec 06 20:37:00.222 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-12-06T20:37:00.896Z | [ recovery-image] Dec 06 20:37:00.232 INFO O| Dec 06 20:37:00.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7826 | 2024-12-06T20:37:00.896Z | [ recovery-image] Dec 06 20:37:00.232 INFO O| Dec 06 20:37:00.232 INFO STEP 1156 (remove_files) COMPLETE |
7827 | 2024-12-06T20:37:00.898Z | [ recovery-image] Dec 06 20:37:00.232 INFO O| Dec 06 20:37:00.232 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-12-06T20:37:00.905Z | [ recovery-image] Dec 06 20:37:00.241 INFO O| Dec 06 20:37:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7829 | 2024-12-06T20:37:00.905Z | [ recovery-image] Dec 06 20:37:00.241 INFO O| Dec 06 20:37:00.241 INFO STEP 1157 (remove_files) COMPLETE |
7830 | 2024-12-06T20:37:00.908Z | [ recovery-image] Dec 06 20:37:00.241 INFO O| Dec 06 20:37:00.241 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2024-12-06T20:37:00.915Z | [ recovery-image] Dec 06 20:37:00.251 INFO O| Dec 06 20:37:00.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7832 | 2024-12-06T20:37:00.915Z | [ recovery-image] Dec 06 20:37:00.251 INFO O| Dec 06 20:37:00.251 INFO STEP 1158 (remove_files) COMPLETE |
7833 | 2024-12-06T20:37:00.917Z | [ recovery-image] Dec 06 20:37:00.251 INFO O| Dec 06 20:37:00.251 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2024-12-06T20:37:00.925Z | [ recovery-image] Dec 06 20:37:00.261 INFO O| Dec 06 20:37:00.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7835 | 2024-12-06T20:37:00.927Z | [ recovery-image] Dec 06 20:37:00.261 INFO O| Dec 06 20:37:00.261 INFO STEP 1159 (remove_files) COMPLETE |
7836 | 2024-12-06T20:37:00.927Z | [ recovery-image] Dec 06 20:37:00.261 INFO O| Dec 06 20:37:00.261 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-06T20:37:00.935Z | [ recovery-image] Dec 06 20:37:00.270 INFO O| Dec 06 20:37:00.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7838 | 2024-12-06T20:37:00.935Z | [ recovery-image] Dec 06 20:37:00.270 INFO O| Dec 06 20:37:00.270 INFO STEP 1160 (remove_files) COMPLETE |
7839 | 2024-12-06T20:37:00.935Z | [ recovery-image] Dec 06 20:37:00.270 INFO O| Dec 06 20:37:00.270 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-06T20:37:00.944Z | [ recovery-image] Dec 06 20:37:00.280 INFO O| Dec 06 20:37:00.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7841 | 2024-12-06T20:37:00.944Z | [ recovery-image] Dec 06 20:37:00.280 INFO O| Dec 06 20:37:00.280 INFO STEP 1161 (remove_files) COMPLETE |
7842 | 2024-12-06T20:37:00.944Z | [ recovery-image] Dec 06 20:37:00.280 INFO O| Dec 06 20:37:00.280 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-06T20:37:00.954Z | [ recovery-image] Dec 06 20:37:00.289 INFO O| Dec 06 20:37:00.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7844 | 2024-12-06T20:37:00.957Z | [ recovery-image] Dec 06 20:37:00.289 INFO O| Dec 06 20:37:00.289 INFO STEP 1162 (remove_files) COMPLETE |
7845 | 2024-12-06T20:37:00.957Z | [ recovery-image] Dec 06 20:37:00.289 INFO O| Dec 06 20:37:00.289 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7846 | 2024-12-06T20:37:00.963Z | [ recovery-image] Dec 06 20:37:00.299 INFO O| Dec 06 20:37:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7847 | 2024-12-06T20:37:00.963Z | [ recovery-image] Dec 06 20:37:00.299 INFO O| Dec 06 20:37:00.299 INFO STEP 1163 (remove_files) COMPLETE |
7848 | 2024-12-06T20:37:00.963Z | [ recovery-image] Dec 06 20:37:00.299 INFO O| Dec 06 20:37:00.299 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7849 | 2024-12-06T20:37:00.973Z | [ recovery-image] Dec 06 20:37:00.308 INFO O| Dec 06 20:37:00.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7850 | 2024-12-06T20:37:00.973Z | [ recovery-image] Dec 06 20:37:00.308 INFO O| Dec 06 20:37:00.308 INFO STEP 1164 (remove_files) COMPLETE |
7851 | 2024-12-06T20:37:00.975Z | [ recovery-image] Dec 06 20:37:00.309 INFO O| Dec 06 20:37:00.308 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7852 | 2024-12-06T20:37:00.982Z | [ recovery-image] Dec 06 20:37:00.318 INFO O| Dec 06 20:37:00.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7853 | 2024-12-06T20:37:00.982Z | [ recovery-image] Dec 06 20:37:00.318 INFO O| Dec 06 20:37:00.318 INFO STEP 1165 (remove_files) COMPLETE |
7854 | 2024-12-06T20:37:00.984Z | [ recovery-image] Dec 06 20:37:00.318 INFO O| Dec 06 20:37:00.318 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7855 | 2024-12-06T20:37:00.992Z | [ recovery-image] Dec 06 20:37:00.327 INFO O| Dec 06 20:37:00.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7856 | 2024-12-06T20:37:00.992Z | [ recovery-image] Dec 06 20:37:00.328 INFO O| Dec 06 20:37:00.327 INFO STEP 1166 (remove_files) COMPLETE |
7857 | 2024-12-06T20:37:00.992Z | [ recovery-image] Dec 06 20:37:00.328 INFO O| Dec 06 20:37:00.327 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7858 | 2024-12-06T20:37:01.001Z | [ recovery-image] Dec 06 20:37:00.337 INFO O| Dec 06 20:37:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7859 | 2024-12-06T20:37:01.004Z | [ recovery-image] Dec 06 20:37:00.337 INFO O| Dec 06 20:37:00.337 INFO STEP 1167 (remove_files) COMPLETE |
7860 | 2024-12-06T20:37:01.004Z | [ recovery-image] Dec 06 20:37:00.337 INFO O| Dec 06 20:37:00.337 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2024-12-06T20:37:01.012Z | [ recovery-image] Dec 06 20:37:00.346 INFO O| Dec 06 20:37:00.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7862 | 2024-12-06T20:37:01.015Z | [ recovery-image] Dec 06 20:37:00.347 INFO O| Dec 06 20:37:00.347 INFO STEP 1168 (remove_files) COMPLETE |
7863 | 2024-12-06T20:37:01.015Z | [ recovery-image] Dec 06 20:37:00.347 INFO O| Dec 06 20:37:00.347 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2024-12-06T20:37:01.018Z | [ host-image] Dec 06 20:37:00.353 INFO O| Dec 06 20:37:00.353 INFO O| Actions: Completed 22 actions in 0.23 seconds. |
7865 | 2024-12-06T20:37:01.021Z | [ recovery-image] Dec 06 20:37:00.356 INFO O| Dec 06 20:37:00.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7866 | 2024-12-06T20:37:01.021Z | [ recovery-image] Dec 06 20:37:00.356 INFO O| Dec 06 20:37:00.356 INFO STEP 1169 (remove_files) COMPLETE |
7867 | 2024-12-06T20:37:01.023Z | [ recovery-image] Dec 06 20:37:00.357 INFO O| Dec 06 20:37:00.356 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2024-12-06T20:37:01.030Z | [ recovery-image] Dec 06 20:37:00.366 INFO O| Dec 06 20:37:00.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7869 | 2024-12-06T20:37:01.030Z | [ recovery-image] Dec 06 20:37:00.366 INFO O| Dec 06 20:37:00.366 INFO STEP 1170 (remove_files) COMPLETE |
7870 | 2024-12-06T20:37:01.033Z | [ recovery-image] Dec 06 20:37:00.366 INFO O| Dec 06 20:37:00.366 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2024-12-06T20:37:01.040Z | [ recovery-image] Dec 06 20:37:00.376 INFO O| Dec 06 20:37:00.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7872 | 2024-12-06T20:37:01.040Z | [ recovery-image] Dec 06 20:37:00.376 INFO O| Dec 06 20:37:00.376 INFO STEP 1171 (remove_files) COMPLETE |
7873 | 2024-12-06T20:37:01.042Z | [ recovery-image] Dec 06 20:37:00.376 INFO O| Dec 06 20:37:00.376 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2024-12-06T20:37:01.050Z | [ recovery-image] Dec 06 20:37:00.386 INFO O| Dec 06 20:37:00.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7875 | 2024-12-06T20:37:01.050Z | [ recovery-image] Dec 06 20:37:00.386 INFO O| Dec 06 20:37:00.386 INFO STEP 1172 (remove_files) COMPLETE |
7876 | 2024-12-06T20:37:01.053Z | [ recovery-image] Dec 06 20:37:00.386 INFO O| Dec 06 20:37:00.386 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2024-12-06T20:37:01.059Z | [ recovery-image] Dec 06 20:37:00.395 INFO O| Dec 06 20:37:00.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7878 | 2024-12-06T20:37:01.059Z | [ recovery-image] Dec 06 20:37:00.395 INFO O| Dec 06 20:37:00.395 INFO STEP 1173 (remove_files) COMPLETE |
7879 | 2024-12-06T20:37:01.059Z | [ recovery-image] Dec 06 20:37:00.395 INFO O| Dec 06 20:37:00.395 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2024-12-06T20:37:01.069Z | [ recovery-image] Dec 06 20:37:00.405 INFO O| Dec 06 20:37:00.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7881 | 2024-12-06T20:37:01.069Z | [ recovery-image] Dec 06 20:37:00.405 INFO O| Dec 06 20:37:00.405 INFO STEP 1174 (remove_files) COMPLETE |
7882 | 2024-12-06T20:37:01.072Z | [ recovery-image] Dec 06 20:37:00.405 INFO O| Dec 06 20:37:00.405 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2024-12-06T20:37:01.079Z | [ recovery-image] Dec 06 20:37:00.415 INFO O| Dec 06 20:37:00.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7884 | 2024-12-06T20:37:01.079Z | [ recovery-image] Dec 06 20:37:00.415 INFO O| Dec 06 20:37:00.415 INFO STEP 1175 (remove_files) COMPLETE |
7885 | 2024-12-06T20:37:01.082Z | [ recovery-image] Dec 06 20:37:00.415 INFO O| Dec 06 20:37:00.415 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2024-12-06T20:37:01.089Z | [ recovery-image] Dec 06 20:37:00.424 INFO O| Dec 06 20:37:00.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7887 | 2024-12-06T20:37:01.089Z | [ recovery-image] Dec 06 20:37:00.424 INFO O| Dec 06 20:37:00.424 INFO STEP 1176 (remove_files) COMPLETE |
7888 | 2024-12-06T20:37:01.089Z | [ recovery-image] Dec 06 20:37:00.424 INFO O| Dec 06 20:37:00.424 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2024-12-06T20:37:01.098Z | [ recovery-image] Dec 06 20:37:00.434 INFO O| Dec 06 20:37:00.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7890 | 2024-12-06T20:37:01.098Z | [ recovery-image] Dec 06 20:37:00.434 INFO O| Dec 06 20:37:00.434 INFO STEP 1177 (remove_files) COMPLETE |
7891 | 2024-12-06T20:37:01.101Z | [ recovery-image] Dec 06 20:37:00.434 INFO O| Dec 06 20:37:00.434 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2024-12-06T20:37:01.108Z | [ recovery-image] Dec 06 20:37:00.444 INFO O| Dec 06 20:37:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7893 | 2024-12-06T20:37:01.111Z | [ recovery-image] Dec 06 20:37:00.444 INFO O| Dec 06 20:37:00.444 INFO STEP 1178 (remove_files) COMPLETE |
7894 | 2024-12-06T20:37:01.111Z | [ recovery-image] Dec 06 20:37:00.444 INFO O| Dec 06 20:37:00.444 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2024-12-06T20:37:01.118Z | [ recovery-image] Dec 06 20:37:00.454 INFO O| Dec 06 20:37:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7896 | 2024-12-06T20:37:01.118Z | [ recovery-image] Dec 06 20:37:00.454 INFO O| Dec 06 20:37:00.454 INFO STEP 1179 (remove_files) COMPLETE |
7897 | 2024-12-06T20:37:01.118Z | [ recovery-image] Dec 06 20:37:00.454 INFO O| Dec 06 20:37:00.454 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-06T20:37:01.128Z | [ recovery-image] Dec 06 20:37:00.463 INFO O| Dec 06 20:37:00.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7899 | 2024-12-06T20:37:01.128Z | [ recovery-image] Dec 06 20:37:00.464 INFO O| Dec 06 20:37:00.463 INFO STEP 1180 (remove_files) COMPLETE |
7900 | 2024-12-06T20:37:01.128Z | [ recovery-image] Dec 06 20:37:00.464 INFO O| Dec 06 20:37:00.463 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-06T20:37:01.137Z | [ recovery-image] Dec 06 20:37:00.473 INFO O| Dec 06 20:37:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7902 | 2024-12-06T20:37:01.141Z | [ recovery-image] Dec 06 20:37:00.473 INFO O| Dec 06 20:37:00.473 INFO STEP 1181 (remove_files) COMPLETE |
7903 | 2024-12-06T20:37:01.141Z | [ recovery-image] Dec 06 20:37:00.473 INFO O| Dec 06 20:37:00.473 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-06T20:37:01.147Z | [ recovery-image] Dec 06 20:37:00.483 INFO O| Dec 06 20:37:00.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7905 | 2024-12-06T20:37:01.151Z | [ recovery-image] Dec 06 20:37:00.483 INFO O| Dec 06 20:37:00.483 INFO STEP 1182 (remove_files) COMPLETE |
7906 | 2024-12-06T20:37:01.151Z | [ recovery-image] Dec 06 20:37:00.483 INFO O| Dec 06 20:37:00.483 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-06T20:37:01.157Z | [ recovery-image] Dec 06 20:37:00.493 INFO O| Dec 06 20:37:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7908 | 2024-12-06T20:37:01.160Z | [ recovery-image] Dec 06 20:37:00.493 INFO O| Dec 06 20:37:00.493 INFO STEP 1183 (remove_files) COMPLETE |
7909 | 2024-12-06T20:37:01.160Z | [ recovery-image] Dec 06 20:37:00.493 INFO O| Dec 06 20:37:00.493 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-06T20:37:01.167Z | [ recovery-image] Dec 06 20:37:00.502 INFO O| Dec 06 20:37:00.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7911 | 2024-12-06T20:37:01.169Z | [ recovery-image] Dec 06 20:37:00.502 INFO O| Dec 06 20:37:00.502 INFO STEP 1184 (remove_files) COMPLETE |
7912 | 2024-12-06T20:37:01.169Z | [ recovery-image] Dec 06 20:37:00.502 INFO O| Dec 06 20:37:00.502 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-06T20:37:01.177Z | [ recovery-image] Dec 06 20:37:00.512 INFO O| Dec 06 20:37:00.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7914 | 2024-12-06T20:37:01.177Z | [ recovery-image] Dec 06 20:37:00.512 INFO O| Dec 06 20:37:00.512 INFO STEP 1185 (remove_files) COMPLETE |
7915 | 2024-12-06T20:37:01.177Z | [ recovery-image] Dec 06 20:37:00.512 INFO O| Dec 06 20:37:00.512 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-06T20:37:01.187Z | [ recovery-image] Dec 06 20:37:00.522 INFO O| Dec 06 20:37:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7917 | 2024-12-06T20:37:01.187Z | [ recovery-image] Dec 06 20:37:00.522 INFO O| Dec 06 20:37:00.522 INFO STEP 1186 (remove_files) COMPLETE |
7918 | 2024-12-06T20:37:01.187Z | [ recovery-image] Dec 06 20:37:00.522 INFO O| Dec 06 20:37:00.522 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-06T20:37:01.196Z | [ recovery-image] Dec 06 20:37:00.532 INFO O| Dec 06 20:37:00.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7920 | 2024-12-06T20:37:01.196Z | [ recovery-image] Dec 06 20:37:00.532 INFO O| Dec 06 20:37:00.532 INFO STEP 1187 (remove_files) COMPLETE |
7921 | 2024-12-06T20:37:01.199Z | [ recovery-image] Dec 06 20:37:00.532 INFO O| Dec 06 20:37:00.532 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-06T20:37:01.206Z | [ recovery-image] Dec 06 20:37:00.542 INFO O| Dec 06 20:37:00.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7923 | 2024-12-06T20:37:01.206Z | [ recovery-image] Dec 06 20:37:00.542 INFO O| Dec 06 20:37:00.542 INFO STEP 1188 (remove_files) COMPLETE |
7924 | 2024-12-06T20:37:01.206Z | [ recovery-image] Dec 06 20:37:00.542 INFO O| Dec 06 20:37:00.542 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-06T20:37:01.217Z | [ recovery-image] Dec 06 20:37:00.551 INFO O| Dec 06 20:37:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7926 | 2024-12-06T20:37:01.217Z | [ recovery-image] Dec 06 20:37:00.551 INFO O| Dec 06 20:37:00.551 INFO STEP 1189 (remove_files) COMPLETE |
7927 | 2024-12-06T20:37:01.217Z | [ recovery-image] Dec 06 20:37:00.551 INFO O| Dec 06 20:37:00.551 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-06T20:37:01.225Z | [ recovery-image] Dec 06 20:37:00.561 INFO O| Dec 06 20:37:00.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7929 | 2024-12-06T20:37:01.225Z | [ recovery-image] Dec 06 20:37:00.561 INFO O| Dec 06 20:37:00.561 INFO STEP 1190 (remove_files) COMPLETE |
7930 | 2024-12-06T20:37:01.228Z | [ recovery-image] Dec 06 20:37:00.561 INFO O| Dec 06 20:37:00.561 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-06T20:37:01.235Z | [ recovery-image] Dec 06 20:37:00.571 INFO O| Dec 06 20:37:00.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7932 | 2024-12-06T20:37:01.235Z | [ recovery-image] Dec 06 20:37:00.571 INFO O| Dec 06 20:37:00.571 INFO STEP 1191 (remove_files) COMPLETE |
7933 | 2024-12-06T20:37:01.238Z | [ recovery-image] Dec 06 20:37:00.571 INFO O| Dec 06 20:37:00.571 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-06T20:37:01.244Z | [ host-image] Dec 06 20:37:00.580 INFO O| Dec 06 20:37:00.580 INFO O| Done |
7935 | 2024-12-06T20:37:01.247Z | [ host-image] Dec 06 20:37:00.580 INFO O| Dec 06 20:37:00.580 INFO O| Done |
7936 | 2024-12-06T20:37:01.247Z | [ recovery-image] Dec 06 20:37:00.580 INFO O| Dec 06 20:37:00.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7937 | 2024-12-06T20:37:01.247Z | [ recovery-image] Dec 06 20:37:00.581 INFO O| Dec 06 20:37:00.580 INFO STEP 1192 (remove_files) COMPLETE |
7938 | 2024-12-06T20:37:01.247Z | [ recovery-image] Dec 06 20:37:00.581 INFO O| Dec 06 20:37:00.580 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7939 | 2024-12-06T20:37:01.255Z | [ recovery-image] Dec 06 20:37:00.591 INFO O| Dec 06 20:37:00.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7940 | 2024-12-06T20:37:01.255Z | [ recovery-image] Dec 06 20:37:00.591 INFO O| Dec 06 20:37:00.591 INFO STEP 1193 (remove_files) COMPLETE |
7941 | 2024-12-06T20:37:01.255Z | [ recovery-image] Dec 06 20:37:00.591 INFO O| Dec 06 20:37:00.591 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7942 | 2024-12-06T20:37:01.265Z | [ recovery-image] Dec 06 20:37:00.601 INFO O| Dec 06 20:37:00.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7943 | 2024-12-06T20:37:01.265Z | [ recovery-image] Dec 06 20:37:00.601 INFO O| Dec 06 20:37:00.601 INFO STEP 1194 (remove_files) COMPLETE |
7944 | 2024-12-06T20:37:01.265Z | [ recovery-image] Dec 06 20:37:00.601 INFO O| Dec 06 20:37:00.601 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7945 | 2024-12-06T20:37:01.275Z | [ recovery-image] Dec 06 20:37:00.610 INFO O| Dec 06 20:37:00.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7946 | 2024-12-06T20:37:01.275Z | [ recovery-image] Dec 06 20:37:00.611 INFO O| Dec 06 20:37:00.611 INFO STEP 1195 (remove_files) COMPLETE |
7947 | 2024-12-06T20:37:01.275Z | [ recovery-image] Dec 06 20:37:00.611 INFO O| Dec 06 20:37:00.611 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7948 | 2024-12-06T20:37:01.284Z | [ recovery-image] Dec 06 20:37:00.620 INFO O| Dec 06 20:37:00.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7949 | 2024-12-06T20:37:01.284Z | [ recovery-image] Dec 06 20:37:00.620 INFO O| Dec 06 20:37:00.620 INFO STEP 1196 (remove_files) COMPLETE |
7950 | 2024-12-06T20:37:01.288Z | [ recovery-image] Dec 06 20:37:00.620 INFO O| Dec 06 20:37:00.620 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7951 | 2024-12-06T20:37:01.294Z | [ recovery-image] Dec 06 20:37:00.630 INFO O| Dec 06 20:37:00.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7952 | 2024-12-06T20:37:01.294Z | [ recovery-image] Dec 06 20:37:00.630 INFO O| Dec 06 20:37:00.630 INFO STEP 1197 (remove_files) COMPLETE |
7953 | 2024-12-06T20:37:01.294Z | [ recovery-image] Dec 06 20:37:00.630 INFO O| Dec 06 20:37:00.630 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7954 | 2024-12-06T20:37:01.303Z | [ recovery-image] Dec 06 20:37:00.639 INFO O| Dec 06 20:37:00.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7955 | 2024-12-06T20:37:01.303Z | [ recovery-image] Dec 06 20:37:00.639 INFO O| Dec 06 20:37:00.639 INFO STEP 1198 (remove_files) COMPLETE |
7956 | 2024-12-06T20:37:01.306Z | [ recovery-image] Dec 06 20:37:00.639 INFO O| Dec 06 20:37:00.639 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7957 | 2024-12-06T20:37:01.313Z | [ recovery-image] Dec 06 20:37:00.648 INFO O| Dec 06 20:37:00.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7958 | 2024-12-06T20:37:01.313Z | [ recovery-image] Dec 06 20:37:00.649 INFO O| Dec 06 20:37:00.649 INFO STEP 1199 (remove_files) COMPLETE |
7959 | 2024-12-06T20:37:01.315Z | [ recovery-image] Dec 06 20:37:00.649 INFO O| Dec 06 20:37:00.649 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7960 | 2024-12-06T20:37:01.322Z | [ recovery-image] Dec 06 20:37:00.658 INFO O| Dec 06 20:37:00.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7961 | 2024-12-06T20:37:01.322Z | [ recovery-image] Dec 06 20:37:00.658 INFO O| Dec 06 20:37:00.658 INFO STEP 1200 (remove_files) COMPLETE |
7962 | 2024-12-06T20:37:01.322Z | [ recovery-image] Dec 06 20:37:00.658 INFO O| Dec 06 20:37:00.658 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7963 | 2024-12-06T20:37:01.332Z | [ recovery-image] Dec 06 20:37:00.667 INFO O| Dec 06 20:37:00.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7964 | 2024-12-06T20:37:01.332Z | [ recovery-image] Dec 06 20:37:00.667 INFO O| Dec 06 20:37:00.667 INFO STEP 1201 (remove_files) COMPLETE |
7965 | 2024-12-06T20:37:01.334Z | [ recovery-image] Dec 06 20:37:00.667 INFO O| Dec 06 20:37:00.667 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7966 | 2024-12-06T20:37:01.341Z | [ recovery-image] Dec 06 20:37:00.677 INFO O| Dec 06 20:37:00.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7967 | 2024-12-06T20:37:01.341Z | [ recovery-image] Dec 06 20:37:00.677 INFO O| Dec 06 20:37:00.677 INFO STEP 1202 (remove_files) COMPLETE |
7968 | 2024-12-06T20:37:01.341Z | [ recovery-image] Dec 06 20:37:00.677 INFO O| Dec 06 20:37:00.677 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7969 | 2024-12-06T20:37:01.350Z | [ recovery-image] Dec 06 20:37:00.686 INFO O| Dec 06 20:37:00.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7970 | 2024-12-06T20:37:01.350Z | [ recovery-image] Dec 06 20:37:00.686 INFO O| Dec 06 20:37:00.686 INFO STEP 1203 (remove_files) COMPLETE |
7971 | 2024-12-06T20:37:01.352Z | [ recovery-image] Dec 06 20:37:00.686 INFO O| Dec 06 20:37:00.686 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7972 | 2024-12-06T20:37:01.360Z | [ recovery-image] Dec 06 20:37:00.695 INFO O| Dec 06 20:37:00.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7973 | 2024-12-06T20:37:01.360Z | [ recovery-image] Dec 06 20:37:00.695 INFO O| Dec 06 20:37:00.695 INFO STEP 1204 (remove_files) COMPLETE |
7974 | 2024-12-06T20:37:01.364Z | [ recovery-image] Dec 06 20:37:00.696 INFO O| Dec 06 20:37:00.695 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7975 | 2024-12-06T20:37:01.369Z | [ recovery-image] Dec 06 20:37:00.705 INFO O| Dec 06 20:37:00.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7976 | 2024-12-06T20:37:01.369Z | [ recovery-image] Dec 06 20:37:00.705 INFO O| Dec 06 20:37:00.705 INFO STEP 1205 (remove_files) COMPLETE |
7977 | 2024-12-06T20:37:01.369Z | [ recovery-image] Dec 06 20:37:00.705 INFO O| Dec 06 20:37:00.705 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7978 | 2024-12-06T20:37:01.383Z | [ recovery-image] Dec 06 20:37:00.719 INFO O| Dec 06 20:37:00.719 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7979 | 2024-12-06T20:37:01.385Z | [ recovery-image] Dec 06 20:37:00.719 INFO O| Dec 06 20:37:00.719 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7980 | 2024-12-06T20:37:01.764Z | [ host-image] Dec 06 20:37:01.100 INFO O| Dec 06 20:37:01.100 INFO O| Done |
7981 | 2024-12-06T20:37:02.011Z | [ recovery-image] Dec 06 20:37:01.347 INFO O| Dec 06 20:37:01.347 INFO STEP 1206 (pack_tar) COMPLETE |
7982 | 2024-12-06T20:37:02.011Z | [ recovery-image] Dec 06 20:37:01.347 INFO O| Dec 06 20:37:01.347 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7983 | 2024-12-06T20:37:02.014Z | [ recovery-image] Dec 06 20:37:01.347 INFO O| Dec 06 20:37:01.347 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7984 | 2024-12-06T20:37:02.486Z | [ recovery-image] Dec 06 20:37:01.821 INFO O| Dec 06 20:37:01.821 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7985 | 2024-12-06T20:37:02.566Z | [ recovery-image] Dec 06 20:37:01.901 INFO O| Dec 06 20:37:01.901 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7986 | 2024-12-06T20:37:02.572Z | [ recovery-image] Dec 06 20:37:01.907 INFO image builder template: zfs-recovery... |
7987 | 2024-12-06T20:37:02.574Z | [ recovery-image] Dec 06 20:37:01.907 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/.tmpPWOfI9/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 |
7988 | 2024-12-06T20:37:02.604Z | [ recovery-image] Dec 06 20:37:01.939 INFO O| Dec 06 20:37:01.939 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7989 | 2024-12-06T20:37:02.608Z | [ recovery-image] Dec 06 20:37:01.944 INFO O| Dec 06 20:37:01.943 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7990 | 2024-12-06T20:37:02.673Z | [ recovery-image] Dec 06 20:37:02.008 INFO O| Dec 06 20:37:02.008 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7991 | 2024-12-06T20:37:02.739Z | [ recovery-image] Dec 06 20:37:02.075 INFO O| Dec 06 20:37:02.075 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7992 | 2024-12-06T20:37:02.739Z | [ recovery-image] Dec 06 20:37:02.075 INFO O| Dec 06 20:37:02.075 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7993 | 2024-12-06T20:37:02.743Z | [ recovery-image] Dec 06 20:37:02.079 INFO O| Dec 06 20:37:02.079 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7994 | 2024-12-06T20:37:02.814Z | [ recovery-image] Dec 06 20:37:02.149 INFO O| Dec 06 20:37:02.149 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7995 | 2024-12-06T20:37:02.940Z | [ recovery-image] Dec 06 20:37:02.275 INFO O| Dec 06 20:37:02.275 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7996 | 2024-12-06T20:37:02.949Z | [ recovery-image] Dec 06 20:37:02.285 INFO O| Dec 06 20:37:02.285 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7997 | 2024-12-06T20:37:02.954Z | [ recovery-image] Dec 06 20:37:02.290 INFO O| Dec 06 20:37:02.290 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7998 | 2024-12-06T20:37:02.956Z | [ recovery-image] Dec 06 20:37:02.291 INFO O| Dec 06 20:37:02.291 INFO no lofi found |
7999 | 2024-12-06T20:37:02.956Z | [ recovery-image] Dec 06 20:37:02.291 INFO O| Dec 06 20:37:02.291 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8000 | 2024-12-06T20:37:02.956Z | [ recovery-image] Dec 06 20:37:02.291 INFO O| Dec 06 20:37:02.291 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8001 | 2024-12-06T20:37:03.046Z | [ host-image] Dec 06 20:37:02.382 INFO O| Dec 06 20:37:02.382 INFO O| Done |
8002 | 2024-12-06T20:37:03.072Z | [ host-image] Dec 06 20:37:02.408 INFO O| Dec 06 20:37:02.408 INFO O| Done |
8003 | 2024-12-06T20:37:03.072Z | [ host-image] Dec 06 20:37:02.408 INFO O| Dec 06 20:37:02.408 INFO O| Done |
8004 | 2024-12-06T20:37:03.082Z | [ host-image] Dec 06 20:37:02.418 INFO O| Dec 06 20:37:02.418 INFO O| Done |
8005 | 2024-12-06T20:37:03.206Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 14 (pkg_install) COMPLETE |
8006 | 2024-12-06T20:37:03.206Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8007 | 2024-12-06T20:37:03.206Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO skip step because feature "mfg" is not enabled |
8008 | 2024-12-06T20:37:03.208Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8009 | 2024-12-06T20:37:03.208Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO skip step because feature "compliance" is not enabled |
8010 | 2024-12-06T20:37:03.208Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8011 | 2024-12-06T20:37:03.208Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO skip step because feature "stress" is not enabled |
8012 | 2024-12-06T20:37:03.208Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8013 | 2024-12-06T20:37:03.208Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO skip step because feature "nfs" is not enabled |
8014 | 2024-12-06T20:37:03.208Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8015 | 2024-12-06T20:37:03.208Z | [ host-image] Dec 06 20:37:02.541 INFO O| Dec 06 20:37:02.541 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8016 | 2024-12-06T20:37:03.311Z | [ host-image] Dec 06 20:37:02.645 INFO O| Dec 06 20:37:02.645 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8017 | 2024-12-06T20:37:03.432Z | [ host-image] Dec 06 20:37:02.767 INFO O| Dec 06 20:37:02.767 INFO completed processing gimlet/ramdisk-01-os |
8018 | 2024-12-06T20:37:03.434Z | [ host-image] Dec 06 20:37:02.769 INFO omicron1 baseline generation... |
8019 | 2024-12-06T20:37:03.434Z | [ host-image] Dec 06 20:37:02.769 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8020 | 2024-12-06T20:37:03.818Z | [ host-image] Dec 06 20:37:03.154 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z |
8021 | 2024-12-06T20:37:04.673Z | [ recovery-image] Dec 06 20:37:04.008 INFO O| Dec 06 20:37:04.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
8022 | 2024-12-06T20:37:04.673Z | [ recovery-image] Dec 06 20:37:04.008 INFO O| Dec 06 20:37:04.008 INFO pool device = /dev/dsk/c2t1d0p0 |
8023 | 2024-12-06T20:37:04.675Z | [ recovery-image] Dec 06 20:37:04.008 INFO O| Dec 06 20:37:04.008 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"] |
8024 | 2024-12-06T20:37:04.742Z | [ recovery-image] Dec 06 20:37:04.078 INFO O| Dec 06 20:37:04.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8025 | 2024-12-06T20:37:04.743Z | [ recovery-image] Dec 06 20:37:04.078 INFO O| Dec 06 20:37:04.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8026 | 2024-12-06T20:37:04.763Z | [ recovery-image] Dec 06 20:37:04.099 INFO O| Dec 06 20:37:04.099 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8027 | 2024-12-06T20:37:04.820Z | [ recovery-image] Dec 06 20:37:04.155 INFO O| Dec 06 20:37:04.155 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8028 | 2024-12-06T20:37:04.857Z | [ recovery-image] Dec 06 20:37:04.192 INFO O| Dec 06 20:37:04.192 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8029 | 2024-12-06T20:37:04.870Z | [ recovery-image] Dec 06 20:37:04.206 INFO O| Dec 06 20:37:04.205 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8030 | 2024-12-06T20:37:04.880Z | [ recovery-image] Dec 06 20:37:04.216 INFO O| Dec 06 20:37:04.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8031 | 2024-12-06T20:37:04.926Z | [ recovery-image] Dec 06 20:37:04.262 INFO O| Dec 06 20:37:04.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8032 | 2024-12-06T20:37:04.926Z | [ recovery-image] Dec 06 20:37:04.262 INFO O| Dec 06 20:37:04.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8033 | 2024-12-06T20:37:04.929Z | [ recovery-image] Dec 06 20:37:04.262 INFO O| Dec 06 20:37:04.262 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8034 | 2024-12-06T20:37:04.937Z | [ recovery-image] Dec 06 20:37:04.271 INFO O| Dec 06 20:37:04.271 INFO boot environment UUID: 2b3ef58e-ae41-4b7b-95e1-7b0b121bd1de |
8035 | 2024-12-06T20:37:04.937Z | [ recovery-image] Dec 06 20:37:04.271 INFO O| Dec 06 20:37:04.271 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2b3ef58e-ae41-4b7b-95e1-7b0b121bd1de |
8036 | 2024-12-06T20:37:04.946Z | [ recovery-image] Dec 06 20:37:04.282 INFO O| Dec 06 20:37:04.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8037 | 2024-12-06T20:37:04.957Z | [ recovery-image] Dec 06 20:37:04.293 INFO O| Dec 06 20:37:04.293 INFO STEP 0 (create_be) COMPLETE |
8038 | 2024-12-06T20:37:04.957Z | [ recovery-image] Dec 06 20:37:04.293 INFO O| Dec 06 20:37:04.293 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8039 | 2024-12-06T20:37:04.972Z | [ recovery-image] Dec 06 20:37:04.308 INFO O| Dec 06 20:37:04.308 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"] |
8040 | 2024-12-06T20:37:06.990Z | [ recovery-image] Dec 06 20:37:06.325 INFO O| Dec 06 20:37:06.325 INFO STEP 1 (unpack_tar) COMPLETE |
8041 | 2024-12-06T20:37:06.992Z | [ recovery-image] Dec 06 20:37:06.325 INFO O| Dec 06 20:37:06.325 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8042 | 2024-12-06T20:37:07.002Z | [ recovery-image] Dec 06 20:37:06.338 INFO O| Dec 06 20:37:06.338 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8043 | 2024-12-06T20:37:07.131Z | [ recovery-image] Dec 06 20:37:06.466 INFO O| Dec 06 20:37:06.466 INFO STEP 2 (devfsadm) COMPLETE |
8044 | 2024-12-06T20:37:07.131Z | [ recovery-image] Dec 06 20:37:06.466 INFO O| Dec 06 20:37:06.466 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8045 | 2024-12-06T20:37:07.142Z | [ recovery-image] Dec 06 20:37:06.478 INFO O| Dec 06 20:37:06.478 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8046 | 2024-12-06T20:37:07.142Z | [ recovery-image] Dec 06 20:37:06.478 INFO O| Dec 06 20:37:06.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8047 | 2024-12-06T20:37:07.145Z | [ recovery-image] Dec 06 20:37:06.478 INFO O| Dec 06 20:37:06.478 INFO STEP 3 (ensure_dir) COMPLETE |
8048 | 2024-12-06T20:37:07.145Z | [ recovery-image] Dec 06 20:37:06.478 INFO O| Dec 06 20:37:06.478 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8049 | 2024-12-06T20:37:07.154Z | [ recovery-image] Dec 06 20:37:06.489 INFO O| Dec 06 20:37:06.489 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8050 | 2024-12-06T20:37:07.154Z | [ recovery-image] Dec 06 20:37:06.489 INFO O| Dec 06 20:37:06.489 INFO STEP 4 (ensure_dir) COMPLETE |
8051 | 2024-12-06T20:37:07.157Z | [ recovery-image] Dec 06 20:37:06.489 INFO O| Dec 06 20:37:06.489 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8052 | 2024-12-06T20:37:07.163Z | [ recovery-image] Dec 06 20:37:06.499 INFO O| Dec 06 20:37:06.499 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8053 | 2024-12-06T20:37:07.163Z | [ recovery-image] Dec 06 20:37:06.499 INFO O| Dec 06 20:37:06.499 INFO STEP 5 (ensure_dir) COMPLETE |
8054 | 2024-12-06T20:37:07.165Z | [ recovery-image] Dec 06 20:37:06.499 INFO O| Dec 06 20:37:06.499 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8055 | 2024-12-06T20:37:07.173Z | [ recovery-image] Dec 06 20:37:06.509 INFO O| Dec 06 20:37:06.509 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8056 | 2024-12-06T20:37:07.176Z | [ recovery-image] Dec 06 20:37:06.509 INFO O| Dec 06 20:37:06.509 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8057 | 2024-12-06T20:37:07.176Z | [ recovery-image] Dec 06 20:37:06.509 INFO O| Dec 06 20:37:06.509 INFO STEP 6 (ensure_dir) COMPLETE |
8058 | 2024-12-06T20:37:07.176Z | [ recovery-image] Dec 06 20:37:06.509 INFO O| Dec 06 20:37:06.509 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8059 | 2024-12-06T20:37:07.183Z | [ recovery-image] Dec 06 20:37:06.519 INFO O| Dec 06 20:37:06.519 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8060 | 2024-12-06T20:37:07.186Z | [ recovery-image] Dec 06 20:37:06.519 INFO O| Dec 06 20:37:06.519 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8061 | 2024-12-06T20:37:07.186Z | [ recovery-image] Dec 06 20:37:06.519 INFO O| Dec 06 20:37:06.519 INFO STEP 7 (ensure_dir) COMPLETE |
8062 | 2024-12-06T20:37:07.186Z | [ recovery-image] Dec 06 20:37:06.519 INFO O| Dec 06 20:37:06.519 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8063 | 2024-12-06T20:37:07.193Z | [ recovery-image] Dec 06 20:37:06.529 INFO O| Dec 06 20:37:06.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8064 | 2024-12-06T20:37:07.196Z | [ recovery-image] Dec 06 20:37:06.529 INFO O| Dec 06 20:37:06.529 INFO STEP 8 (remove_files) COMPLETE |
8065 | 2024-12-06T20:37:07.196Z | [ recovery-image] Dec 06 20:37:06.529 INFO O| Dec 06 20:37:06.529 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8066 | 2024-12-06T20:37:07.203Z | [ recovery-image] Dec 06 20:37:06.539 INFO O| Dec 06 20:37:06.539 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8067 | 2024-12-06T20:37:07.206Z | [ recovery-image] Dec 06 20:37:06.540 INFO O| Dec 06 20:37:06.540 INFO STEP 9 (remove_files) COMPLETE |
8068 | 2024-12-06T20:37:07.206Z | [ recovery-image] Dec 06 20:37:06.540 INFO O| Dec 06 20:37:06.540 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8069 | 2024-12-06T20:37:07.214Z | [ recovery-image] Dec 06 20:37:06.549 INFO O| Dec 06 20:37:06.549 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8070 | 2024-12-06T20:37:07.216Z | [ recovery-image] Dec 06 20:37:06.550 INFO O| Dec 06 20:37:06.550 INFO STEP 10 (remove_files) COMPLETE |
8071 | 2024-12-06T20:37:07.216Z | [ recovery-image] Dec 06 20:37:06.550 INFO O| Dec 06 20:37:06.550 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8072 | 2024-12-06T20:37:07.224Z | [ recovery-image] Dec 06 20:37:06.560 INFO O| Dec 06 20:37:06.560 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8073 | 2024-12-06T20:37:07.224Z | [ recovery-image] Dec 06 20:37:06.560 INFO O| Dec 06 20:37:06.560 INFO STEP 11 (remove_files) COMPLETE |
8074 | 2024-12-06T20:37:07.224Z | [ recovery-image] Dec 06 20:37:06.560 INFO O| Dec 06 20:37:06.560 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8075 | 2024-12-06T20:37:07.234Z | [ recovery-image] Dec 06 20:37:06.569 INFO O| Dec 06 20:37:06.569 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8076 | 2024-12-06T20:37:07.236Z | [ recovery-image] Dec 06 20:37:06.570 INFO O| Dec 06 20:37:06.569 INFO STEP 12 (remove_files) COMPLETE |
8077 | 2024-12-06T20:37:07.236Z | [ recovery-image] Dec 06 20:37:06.570 INFO O| Dec 06 20:37:06.569 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8078 | 2024-12-06T20:37:07.243Z | [ recovery-image] Dec 06 20:37:06.579 INFO O| Dec 06 20:37:06.579 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8079 | 2024-12-06T20:37:07.243Z | [ recovery-image] Dec 06 20:37:06.579 INFO O| Dec 06 20:37:06.579 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8080 | 2024-12-06T20:37:07.246Z | [ recovery-image] Dec 06 20:37:06.579 INFO O| Dec 06 20:37:06.579 INFO STEP 13 (ensure_dir) COMPLETE |
8081 | 2024-12-06T20:37:07.246Z | [ recovery-image] Dec 06 20:37:06.579 INFO O| Dec 06 20:37:06.579 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8082 | 2024-12-06T20:37:07.253Z | [ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8083 | 2024-12-06T20:37:07.253Z | [ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8084 | 2024-12-06T20:37:07.256Z | [ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8085 | 2024-12-06T20:37:07.256Z | [ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO STEP 14 (ensure_dir) COMPLETE |
8086 | 2024-12-06T20:37:07.256Z | [ recovery-image] Dec 06 20:37:06.589 INFO O| Dec 06 20:37:06.589 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8087 | 2024-12-06T20:37:07.263Z | [ recovery-image] Dec 06 20:37:06.598 INFO O| Dec 06 20:37:06.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8088 | 2024-12-06T20:37:07.263Z | [ recovery-image] Dec 06 20:37:06.598 INFO O| Dec 06 20:37:06.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8089 | 2024-12-06T20:37:07.265Z | [ recovery-image] Dec 06 20:37:06.598 INFO O| Dec 06 20:37:06.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8090 | 2024-12-06T20:37:07.265Z | [ recovery-image] Dec 06 20:37:06.599 INFO O| Dec 06 20:37:06.598 INFO STEP 15 (ensure_dir) COMPLETE |
8091 | 2024-12-06T20:37:07.265Z | [ recovery-image] Dec 06 20:37:06.599 INFO O| Dec 06 20:37:06.599 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8092 | 2024-12-06T20:37:07.273Z | [ recovery-image] Dec 06 20:37:06.609 INFO O| Dec 06 20:37:06.609 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8093 | 2024-12-06T20:37:07.273Z | [ recovery-image] Dec 06 20:37:06.609 INFO O| Dec 06 20:37:06.609 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8094 | 2024-12-06T20:37:07.275Z | [ recovery-image] Dec 06 20:37:06.609 INFO O| Dec 06 20:37:06.609 INFO STEP 16 (ensure_dir) COMPLETE |
8095 | 2024-12-06T20:37:07.276Z | [ recovery-image] Dec 06 20:37:06.609 INFO O| Dec 06 20:37:06.609 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8096 | 2024-12-06T20:37:07.283Z | [ recovery-image] Dec 06 20:37:06.619 INFO O| Dec 06 20:37:06.619 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8097 | 2024-12-06T20:37:07.286Z | [ recovery-image] Dec 06 20:37:06.619 INFO O| Dec 06 20:37:06.619 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8098 | 2024-12-06T20:37:07.286Z | [ recovery-image] Dec 06 20:37:06.619 INFO O| Dec 06 20:37:06.619 INFO STEP 17 (ensure_dir) COMPLETE |
8099 | 2024-12-06T20:37:07.286Z | [ recovery-image] Dec 06 20:37:06.619 INFO O| Dec 06 20:37:06.619 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8100 | 2024-12-06T20:37:07.293Z | [ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8101 | 2024-12-06T20:37:07.293Z | [ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8102 | 2024-12-06T20:37:07.295Z | [ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO ok! |
8103 | 2024-12-06T20:37:07.295Z | [ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO STEP 18 (ensure_symlink) COMPLETE |
8104 | 2024-12-06T20:37:07.295Z | [ recovery-image] Dec 06 20:37:06.629 INFO O| Dec 06 20:37:06.629 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8105 | 2024-12-06T20:37:07.303Z | [ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8106 | 2024-12-06T20:37:07.303Z | [ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8107 | 2024-12-06T20:37:07.305Z | [ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO ok! |
8108 | 2024-12-06T20:37:07.305Z | [ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO STEP 19 (ensure_file) COMPLETE |
8109 | 2024-12-06T20:37:07.305Z | [ recovery-image] Dec 06 20:37:06.639 INFO O| Dec 06 20:37:06.639 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8110 | 2024-12-06T20:37:07.313Z | [ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8111 | 2024-12-06T20:37:07.313Z | [ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8112 | 2024-12-06T20:37:07.324Z | [ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8113 | 2024-12-06T20:37:07.324Z | [ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO ok! |
8114 | 2024-12-06T20:37:07.324Z | [ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO STEP 20 (ensure_symlink) COMPLETE |
8115 | 2024-12-06T20:37:07.324Z | [ recovery-image] Dec 06 20:37:06.649 INFO O| Dec 06 20:37:06.649 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8116 | 2024-12-06T20:37:07.328Z | [ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8117 | 2024-12-06T20:37:07.328Z | [ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8118 | 2024-12-06T20:37:07.328Z | [ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8119 | 2024-12-06T20:37:07.328Z | [ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO ok! |
8120 | 2024-12-06T20:37:07.328Z | [ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO STEP 21 (ensure_symlink) COMPLETE |
8121 | 2024-12-06T20:37:07.328Z | [ recovery-image] Dec 06 20:37:06.659 INFO O| Dec 06 20:37:06.659 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8122 | 2024-12-06T20:37:07.333Z | [ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8123 | 2024-12-06T20:37:07.333Z | [ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8124 | 2024-12-06T20:37:07.336Z | [ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8125 | 2024-12-06T20:37:07.336Z | [ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO ok! |
8126 | 2024-12-06T20:37:07.336Z | [ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO STEP 22 (ensure_symlink) COMPLETE |
8127 | 2024-12-06T20:37:07.336Z | [ recovery-image] Dec 06 20:37:06.669 INFO O| Dec 06 20:37:06.669 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8128 | 2024-12-06T20:37:07.343Z | [ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8129 | 2024-12-06T20:37:07.343Z | [ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8130 | 2024-12-06T20:37:07.346Z | [ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8131 | 2024-12-06T20:37:07.346Z | [ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO ok! |
8132 | 2024-12-06T20:37:07.346Z | [ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO STEP 23 (ensure_symlink) COMPLETE |
8133 | 2024-12-06T20:37:07.346Z | [ recovery-image] Dec 06 20:37:06.679 INFO O| Dec 06 20:37:06.679 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8134 | 2024-12-06T20:37:07.354Z | [ recovery-image] Dec 06 20:37:06.689 INFO O| Dec 06 20:37:06.689 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8135 | 2024-12-06T20:37:07.354Z | [ recovery-image] Dec 06 20:37:06.689 INFO O| Dec 06 20:37:06.689 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 ... |
8136 | 2024-12-06T20:37:07.356Z | [ recovery-image] Dec 06 20:37:06.690 INFO O| Dec 06 20:37:06.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8137 | 2024-12-06T20:37:07.356Z | [ recovery-image] Dec 06 20:37:06.690 INFO O| Dec 06 20:37:06.690 INFO ok! |
8138 | 2024-12-06T20:37:07.356Z | [ recovery-image] Dec 06 20:37:06.690 INFO O| Dec 06 20:37:06.690 INFO STEP 24 (ensure_file) COMPLETE |
8139 | 2024-12-06T20:37:07.356Z | [ recovery-image] Dec 06 20:37:06.690 INFO O| Dec 06 20:37:06.690 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8140 | 2024-12-06T20:37:07.364Z | [ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO updating shadow file |
8141 | 2024-12-06T20:37:07.370Z | [ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8142 | 2024-12-06T20:37:07.370Z | [ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8143 | 2024-12-06T20:37:07.370Z | [ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO STEP 25 (shadow) COMPLETE |
8144 | 2024-12-06T20:37:07.370Z | [ recovery-image] Dec 06 20:37:06.700 INFO O| Dec 06 20:37:06.700 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8145 | 2024-12-06T20:37:07.375Z | [ recovery-image] Dec 06 20:37:06.710 INFO O| Dec 06 20:37:06.710 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8146 | 2024-12-06T20:37:07.375Z | [ recovery-image] Dec 06 20:37:06.710 INFO O| Dec 06 20:37:06.710 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8147 | 2024-12-06T20:37:07.377Z | [ recovery-image] Dec 06 20:37:06.710 INFO O| Dec 06 20:37:06.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8148 | 2024-12-06T20:37:07.377Z | [ recovery-image] Dec 06 20:37:06.710 INFO O| Dec 06 20:37:06.710 INFO ok! |
8149 | 2024-12-06T20:37:07.377Z | [ recovery-image] Dec 06 20:37:06.711 INFO O| Dec 06 20:37:06.711 INFO STEP 26 (ensure_file) COMPLETE |
8150 | 2024-12-06T20:37:07.377Z | [ recovery-image] Dec 06 20:37:06.711 INFO O| Dec 06 20:37:06.711 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8151 | 2024-12-06T20:37:07.385Z | [ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8152 | 2024-12-06T20:37:07.385Z | [ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.720 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8153 | 2024-12-06T20:37:07.387Z | [ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8154 | 2024-12-06T20:37:07.387Z | [ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.721 INFO ok! |
8155 | 2024-12-06T20:37:07.388Z | [ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.721 INFO STEP 27 (ensure_file) COMPLETE |
8156 | 2024-12-06T20:37:07.388Z | [ recovery-image] Dec 06 20:37:06.721 INFO O| Dec 06 20:37:06.721 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8157 | 2024-12-06T20:37:07.395Z | [ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8158 | 2024-12-06T20:37:07.395Z | [ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8159 | 2024-12-06T20:37:07.397Z | [ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8160 | 2024-12-06T20:37:07.397Z | [ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8161 | 2024-12-06T20:37:07.397Z | [ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO ok! |
8162 | 2024-12-06T20:37:07.398Z | [ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO STEP 28 (ensure_file) COMPLETE |
8163 | 2024-12-06T20:37:07.398Z | [ recovery-image] Dec 06 20:37:06.731 INFO O| Dec 06 20:37:06.731 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8164 | 2024-12-06T20:37:07.405Z | [ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8165 | 2024-12-06T20:37:07.405Z | [ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8166 | 2024-12-06T20:37:07.405Z | [ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8167 | 2024-12-06T20:37:07.405Z | [ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO ok! |
8168 | 2024-12-06T20:37:07.408Z | [ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO STEP 29 (ensure_file) COMPLETE |
8169 | 2024-12-06T20:37:07.408Z | [ recovery-image] Dec 06 20:37:06.741 INFO O| Dec 06 20:37:06.741 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8170 | 2024-12-06T20:37:07.415Z | [ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8171 | 2024-12-06T20:37:07.416Z | [ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8172 | 2024-12-06T20:37:07.418Z | [ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8173 | 2024-12-06T20:37:07.418Z | [ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO ok! |
8174 | 2024-12-06T20:37:07.418Z | [ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO STEP 30 (ensure_file) COMPLETE |
8175 | 2024-12-06T20:37:07.418Z | [ recovery-image] Dec 06 20:37:06.751 INFO O| Dec 06 20:37:06.751 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8176 | 2024-12-06T20:37:07.426Z | [ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.761 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8177 | 2024-12-06T20:37:07.426Z | [ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8178 | 2024-12-06T20:37:07.428Z | [ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8179 | 2024-12-06T20:37:07.428Z | [ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8180 | 2024-12-06T20:37:07.428Z | [ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO ok! |
8181 | 2024-12-06T20:37:07.428Z | [ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO STEP 31 (ensure_file) COMPLETE |
8182 | 2024-12-06T20:37:07.428Z | [ recovery-image] Dec 06 20:37:06.762 INFO O| Dec 06 20:37:06.762 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8183 | 2024-12-06T20:37:07.436Z | [ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.771 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8184 | 2024-12-06T20:37:07.436Z | [ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8185 | 2024-12-06T20:37:07.438Z | [ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8186 | 2024-12-06T20:37:07.438Z | [ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO ok! |
8187 | 2024-12-06T20:37:07.438Z | [ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO STEP 32 (ensure_file) COMPLETE |
8188 | 2024-12-06T20:37:07.439Z | [ recovery-image] Dec 06 20:37:06.772 INFO O| Dec 06 20:37:06.772 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8189 | 2024-12-06T20:37:07.446Z | [ recovery-image] Dec 06 20:37:06.781 INFO O| Dec 06 20:37:06.781 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8190 | 2024-12-06T20:37:07.446Z | [ recovery-image] Dec 06 20:37:06.781 INFO O| Dec 06 20:37:06.781 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8191 | 2024-12-06T20:37:07.448Z | [ recovery-image] Dec 06 20:37:06.782 INFO O| Dec 06 20:37:06.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8192 | 2024-12-06T20:37:07.448Z | [ recovery-image] Dec 06 20:37:06.782 INFO O| Dec 06 20:37:06.782 INFO ok! |
8193 | 2024-12-06T20:37:07.448Z | [ recovery-image] Dec 06 20:37:06.782 INFO O| Dec 06 20:37:06.782 INFO STEP 33 (ensure_file) COMPLETE |
8194 | 2024-12-06T20:37:07.448Z | [ recovery-image] Dec 06 20:37:06.782 INFO O| Dec 06 20:37:06.782 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8195 | 2024-12-06T20:37:07.456Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8196 | 2024-12-06T20:37:07.456Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8197 | 2024-12-06T20:37:07.458Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8198 | 2024-12-06T20:37:07.458Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8199 | 2024-12-06T20:37:07.458Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8200 | 2024-12-06T20:37:07.458Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8201 | 2024-12-06T20:37:07.458Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO ok! |
8202 | 2024-12-06T20:37:07.458Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO STEP 34 (ensure_file) COMPLETE |
8203 | 2024-12-06T20:37:07.458Z | [ recovery-image] Dec 06 20:37:06.792 INFO O| Dec 06 20:37:06.792 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8204 | 2024-12-06T20:37:07.467Z | [ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.802 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8205 | 2024-12-06T20:37:07.469Z | [ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.803 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8206 | 2024-12-06T20:37:07.469Z | [ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.803 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8207 | 2024-12-06T20:37:07.469Z | [ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.803 INFO STEP 35 (ensure_dir) COMPLETE |
8208 | 2024-12-06T20:37:07.470Z | [ recovery-image] Dec 06 20:37:06.803 INFO O| Dec 06 20:37:06.803 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8209 | 2024-12-06T20:37:07.478Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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 |
8210 | 2024-12-06T20:37:07.478Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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 ... |
8211 | 2024-12-06T20:37:07.481Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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 |
8212 | 2024-12-06T20:37:07.481Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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 |
8213 | 2024-12-06T20:37:07.481Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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 |
8214 | 2024-12-06T20:37:07.481Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 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 |
8215 | 2024-12-06T20:37:07.481Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 INFO ok! |
8216 | 2024-12-06T20:37:07.481Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 INFO STEP 36 (ensure_file) COMPLETE |
8217 | 2024-12-06T20:37:07.481Z | [ recovery-image] Dec 06 20:37:06.814 INFO O| Dec 06 20:37:06.814 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8218 | 2024-12-06T20:37:07.489Z | [ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.824 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8219 | 2024-12-06T20:37:07.489Z | [ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 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 ... |
8220 | 2024-12-06T20:37:07.491Z | [ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8221 | 2024-12-06T20:37:07.491Z | [ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 INFO ok! |
8222 | 2024-12-06T20:37:07.491Z | [ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 INFO STEP 37 (ensure_symlink) COMPLETE |
8223 | 2024-12-06T20:37:07.491Z | [ recovery-image] Dec 06 20:37:06.825 INFO O| Dec 06 20:37:06.825 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8224 | 2024-12-06T20:37:07.499Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8225 | 2024-12-06T20:37:07.499Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8226 | 2024-12-06T20:37:07.502Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8227 | 2024-12-06T20:37:07.502Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8228 | 2024-12-06T20:37:07.502Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8229 | 2024-12-06T20:37:07.502Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8230 | 2024-12-06T20:37:07.502Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO ok! |
8231 | 2024-12-06T20:37:07.502Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO STEP 38 (ensure_file) COMPLETE |
8232 | 2024-12-06T20:37:07.502Z | [ recovery-image] Dec 06 20:37:06.835 INFO O| Dec 06 20:37:06.835 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8233 | 2024-12-06T20:37:07.510Z | [ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8234 | 2024-12-06T20:37:07.512Z | [ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 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 ... |
8235 | 2024-12-06T20:37:07.512Z | [ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 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 |
8236 | 2024-12-06T20:37:07.512Z | [ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8237 | 2024-12-06T20:37:07.512Z | [ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO ok! |
8238 | 2024-12-06T20:37:07.512Z | [ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO STEP 39 (ensure_file) COMPLETE |
8239 | 2024-12-06T20:37:07.512Z | [ recovery-image] Dec 06 20:37:06.845 INFO O| Dec 06 20:37:06.845 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8240 | 2024-12-06T20:37:07.520Z | [ recovery-image] Dec 06 20:37:06.855 INFO O| Dec 06 20:37:06.855 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8241 | 2024-12-06T20:37:07.521Z | [ recovery-image] Dec 06 20:37:06.855 INFO O| Dec 06 20:37:06.855 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8242 | 2024-12-06T20:37:07.523Z | [ recovery-image] Dec 06 20:37:06.856 INFO O| Dec 06 20:37:06.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8243 | 2024-12-06T20:37:07.523Z | [ recovery-image] Dec 06 20:37:06.856 INFO O| Dec 06 20:37:06.856 INFO ok! |
8244 | 2024-12-06T20:37:07.524Z | [ recovery-image] Dec 06 20:37:06.856 INFO O| Dec 06 20:37:06.856 INFO STEP 40 (ensure_file) COMPLETE |
8245 | 2024-12-06T20:37:07.524Z | [ recovery-image] Dec 06 20:37:06.856 INFO O| Dec 06 20:37:06.856 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8246 | 2024-12-06T20:37:07.530Z | [ recovery-image] Dec 06 20:37:06.865 INFO O| Dec 06 20:37:06.865 INFO updating shadow file |
8247 | 2024-12-06T20:37:07.532Z | [ recovery-image] Dec 06 20:37:06.866 INFO O| Dec 06 20:37:06.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8248 | 2024-12-06T20:37:07.532Z | [ recovery-image] Dec 06 20:37:06.866 INFO O| Dec 06 20:37:06.866 INFO STEP 41 (shadow) COMPLETE |
8249 | 2024-12-06T20:37:07.532Z | [ recovery-image] Dec 06 20:37:06.866 INFO O| Dec 06 20:37:06.866 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8250 | 2024-12-06T20:37:07.540Z | [ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8251 | 2024-12-06T20:37:07.540Z | [ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8252 | 2024-12-06T20:37:07.543Z | [ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8253 | 2024-12-06T20:37:07.543Z | [ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8254 | 2024-12-06T20:37:07.543Z | [ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO ok! |
8255 | 2024-12-06T20:37:07.543Z | [ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO STEP 42 (ensure_file) COMPLETE |
8256 | 2024-12-06T20:37:07.543Z | [ recovery-image] Dec 06 20:37:06.876 INFO O| Dec 06 20:37:06.876 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8257 | 2024-12-06T20:37:07.550Z | [ recovery-image] Dec 06 20:37:06.886 INFO O| Dec 06 20:37:06.886 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8258 | 2024-12-06T20:37:07.553Z | [ recovery-image] Dec 06 20:37:06.886 INFO O| Dec 06 20:37:06.886 INFO STEP 43 (ensure_dir) COMPLETE |
8259 | 2024-12-06T20:37:07.553Z | [ recovery-image] Dec 06 20:37:06.886 INFO O| Dec 06 20:37:06.886 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8260 | 2024-12-06T20:37:07.560Z | [ recovery-image] Dec 06 20:37:06.896 INFO O| Dec 06 20:37:06.896 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8261 | 2024-12-06T20:37:07.560Z | [ recovery-image] Dec 06 20:37:06.896 INFO O| Dec 06 20:37:06.896 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8262 | 2024-12-06T20:37:07.563Z | [ recovery-image] Dec 06 20:37:06.896 INFO O| Dec 06 20:37:06.896 INFO STEP 44 (ensure_dir) COMPLETE |
8263 | 2024-12-06T20:37:07.563Z | [ recovery-image] Dec 06 20:37:06.896 INFO O| Dec 06 20:37:06.896 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8264 | 2024-12-06T20:37:07.570Z | [ recovery-image] Dec 06 20:37:06.906 INFO O| Dec 06 20:37:06.906 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8265 | 2024-12-06T20:37:07.572Z | [ recovery-image] Dec 06 20:37:06.906 INFO O| Dec 06 20:37:06.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8266 | 2024-12-06T20:37:07.572Z | [ recovery-image] Dec 06 20:37:06.906 INFO O| Dec 06 20:37:06.906 INFO STEP 45 (ensure_dir) COMPLETE |
8267 | 2024-12-06T20:37:07.572Z | [ recovery-image] Dec 06 20:37:06.906 INFO O| Dec 06 20:37:06.906 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8268 | 2024-12-06T20:37:07.580Z | [ recovery-image] Dec 06 20:37:06.916 INFO O| Dec 06 20:37:06.916 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8269 | 2024-12-06T20:37:07.580Z | [ recovery-image] Dec 06 20:37:06.916 INFO O| Dec 06 20:37:06.916 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8270 | 2024-12-06T20:37:07.611Z | [ recovery-image] Dec 06 20:37:06.947 INFO O| Dec 06 20:37:06.947 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8271 | 2024-12-06T20:37:07.611Z | [ recovery-image] Dec 06 20:37:06.947 INFO O| Dec 06 20:37:06.947 INFO ok! |
8272 | 2024-12-06T20:37:07.614Z | [ recovery-image] Dec 06 20:37:06.947 INFO O| Dec 06 20:37:06.947 INFO STEP 46 (ensure_file) COMPLETE |
8273 | 2024-12-06T20:37:07.614Z | [ recovery-image] Dec 06 20:37:06.947 INFO O| Dec 06 20:37:06.947 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8274 | 2024-12-06T20:37:07.623Z | [ recovery-image] Dec 06 20:37:06.958 INFO O| Dec 06 20:37:06.958 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8275 | 2024-12-06T20:37:07.626Z | [ recovery-image] Dec 06 20:37:06.958 INFO O| Dec 06 20:37:06.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8276 | 2024-12-06T20:37:07.626Z | [ recovery-image] Dec 06 20:37:06.958 INFO O| Dec 06 20:37:06.958 INFO STEP 47 (ensure_dir) COMPLETE |
8277 | 2024-12-06T20:37:07.626Z | [ recovery-image] Dec 06 20:37:06.958 INFO O| Dec 06 20:37:06.958 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8278 | 2024-12-06T20:37:07.633Z | [ recovery-image] Dec 06 20:37:06.968 INFO O| Dec 06 20:37:06.968 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8279 | 2024-12-06T20:37:07.633Z | [ recovery-image] Dec 06 20:37:06.968 INFO O| Dec 06 20:37:06.968 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8280 | 2024-12-06T20:37:07.633Z | [ recovery-image] Dec 06 20:37:06.969 INFO O| Dec 06 20:37:06.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8281 | 2024-12-06T20:37:07.633Z | [ recovery-image] Dec 06 20:37:06.969 INFO O| Dec 06 20:37:06.969 INFO ok! |
8282 | 2024-12-06T20:37:07.633Z | [ recovery-image] Dec 06 20:37:06.969 INFO O| Dec 06 20:37:06.969 INFO STEP 48 (ensure_file) COMPLETE |
8283 | 2024-12-06T20:37:07.635Z | [ recovery-image] Dec 06 20:37:06.969 INFO O| Dec 06 20:37:06.969 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8284 | 2024-12-06T20:37:07.644Z | [ recovery-image] Dec 06 20:37:06.980 INFO O| Dec 06 20:37:06.980 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8285 | 2024-12-06T20:37:07.647Z | [ recovery-image] Dec 06 20:37:06.980 INFO O| Dec 06 20:37:06.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8286 | 2024-12-06T20:37:07.647Z | [ recovery-image] Dec 06 20:37:06.980 INFO O| Dec 06 20:37:06.980 INFO STEP 49 (ensure_dir) COMPLETE |
8287 | 2024-12-06T20:37:07.647Z | [ recovery-image] Dec 06 20:37:06.980 INFO O| Dec 06 20:37:06.980 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8288 | 2024-12-06T20:37:07.654Z | [ recovery-image] Dec 06 20:37:06.990 INFO O| Dec 06 20:37:06.990 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8289 | 2024-12-06T20:37:07.654Z | [ recovery-image] Dec 06 20:37:06.990 INFO O| Dec 06 20:37:06.990 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8290 | 2024-12-06T20:37:07.669Z | [ recovery-image] Dec 06 20:37:07.005 INFO O| Dec 06 20:37:07.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8291 | 2024-12-06T20:37:07.670Z | [ recovery-image] Dec 06 20:37:07.005 INFO O| Dec 06 20:37:07.005 INFO ok! |
8292 | 2024-12-06T20:37:07.672Z | [ recovery-image] Dec 06 20:37:07.005 INFO O| Dec 06 20:37:07.005 INFO STEP 50 (ensure_file) COMPLETE |
8293 | 2024-12-06T20:37:07.672Z | [ recovery-image] Dec 06 20:37:07.005 INFO O| Dec 06 20:37:07.005 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8294 | 2024-12-06T20:37:07.680Z | [ recovery-image] Dec 06 20:37:07.016 INFO O| Dec 06 20:37:07.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8295 | 2024-12-06T20:37:07.680Z | [ recovery-image] Dec 06 20:37:07.016 INFO O| Dec 06 20:37:07.016 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8296 | 2024-12-06T20:37:08.175Z | [ recovery-image] Dec 06 20:37:07.510 INFO O| Dec 06 20:37:07.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8297 | 2024-12-06T20:37:08.178Z | [ recovery-image] Dec 06 20:37:07.510 INFO O| Dec 06 20:37:07.510 INFO ok! |
8298 | 2024-12-06T20:37:08.178Z | [ recovery-image] Dec 06 20:37:07.510 INFO O| Dec 06 20:37:07.510 INFO STEP 51 (ensure_file) COMPLETE |
8299 | 2024-12-06T20:37:08.178Z | [ recovery-image] Dec 06 20:37:07.510 INFO O| Dec 06 20:37:07.510 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8300 | 2024-12-06T20:37:08.188Z | [ recovery-image] Dec 06 20:37:07.524 INFO O| Dec 06 20:37:07.524 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8301 | 2024-12-06T20:37:08.190Z | [ recovery-image] Dec 06 20:37:07.524 INFO O| Dec 06 20:37:07.524 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8302 | 2024-12-06T20:37:08.190Z | [ recovery-image] Dec 06 20:37:07.524 INFO O| Dec 06 20:37:07.524 INFO STEP 52 (ensure_dir) COMPLETE |
8303 | 2024-12-06T20:37:08.190Z | [ recovery-image] Dec 06 20:37:07.524 INFO O| Dec 06 20:37:07.524 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8304 | 2024-12-06T20:37:08.200Z | [ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8305 | 2024-12-06T20:37:08.200Z | [ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO copying /tmp/.tmpPWOfI9/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 ... |
8306 | 2024-12-06T20:37:08.202Z | [ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 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 |
8307 | 2024-12-06T20:37:08.202Z | [ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO ok! |
8308 | 2024-12-06T20:37:08.202Z | [ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO STEP 53 (ensure_file) COMPLETE |
8309 | 2024-12-06T20:37:08.202Z | [ recovery-image] Dec 06 20:37:07.535 INFO O| Dec 06 20:37:07.535 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8310 | 2024-12-06T20:37:08.210Z | [ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8311 | 2024-12-06T20:37:08.210Z | [ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO copying /tmp/.tmpPWOfI9/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 ... |
8312 | 2024-12-06T20:37:08.212Z | [ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 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 |
8313 | 2024-12-06T20:37:08.212Z | [ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO ok! |
8314 | 2024-12-06T20:37:08.212Z | [ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO STEP 54 (ensure_file) COMPLETE |
8315 | 2024-12-06T20:37:08.212Z | [ recovery-image] Dec 06 20:37:07.545 INFO O| Dec 06 20:37:07.545 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8316 | 2024-12-06T20:37:08.221Z | [ recovery-image] Dec 06 20:37:07.555 INFO O| Dec 06 20:37:07.555 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8317 | 2024-12-06T20:37:08.221Z | [ recovery-image] Dec 06 20:37:07.555 INFO O| Dec 06 20:37:07.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8318 | 2024-12-06T20:37:08.221Z | [ recovery-image] Dec 06 20:37:07.555 INFO O| Dec 06 20:37:07.555 INFO STEP 55 (ensure_dir) COMPLETE |
8319 | 2024-12-06T20:37:08.224Z | [ recovery-image] Dec 06 20:37:07.555 INFO O| Dec 06 20:37:07.555 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8320 | 2024-12-06T20:37:08.230Z | [ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.565 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8321 | 2024-12-06T20:37:08.230Z | [ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.565 INFO copying /tmp/.tmpPWOfI9/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 ... |
8322 | 2024-12-06T20:37:08.233Z | [ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8323 | 2024-12-06T20:37:08.233Z | [ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.566 INFO ok! |
8324 | 2024-12-06T20:37:08.233Z | [ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.566 INFO STEP 56 (ensure_file) COMPLETE |
8325 | 2024-12-06T20:37:08.233Z | [ recovery-image] Dec 06 20:37:07.566 INFO O| Dec 06 20:37:07.566 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8326 | 2024-12-06T20:37:08.240Z | [ recovery-image] Dec 06 20:37:07.575 INFO O| Dec 06 20:37:07.575 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8327 | 2024-12-06T20:37:08.240Z | [ recovery-image] Dec 06 20:37:07.575 INFO O| Dec 06 20:37:07.575 INFO copying /tmp/.tmpPWOfI9/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 ... |
8328 | 2024-12-06T20:37:08.242Z | [ recovery-image] Dec 06 20:37:07.576 INFO O| Dec 06 20:37:07.576 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 |
8329 | 2024-12-06T20:37:08.242Z | [ recovery-image] Dec 06 20:37:07.576 INFO O| Dec 06 20:37:07.576 INFO ok! |
8330 | 2024-12-06T20:37:08.242Z | [ recovery-image] Dec 06 20:37:07.576 INFO O| Dec 06 20:37:07.576 INFO STEP 57 (ensure_file) COMPLETE |
8331 | 2024-12-06T20:37:08.242Z | [ recovery-image] Dec 06 20:37:07.576 INFO O| Dec 06 20:37:07.576 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8332 | 2024-12-06T20:37:08.250Z | [ recovery-image] Dec 06 20:37:07.585 INFO O| Dec 06 20:37:07.585 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8333 | 2024-12-06T20:37:08.250Z | [ recovery-image] Dec 06 20:37:07.586 INFO O| Dec 06 20:37:07.586 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8334 | 2024-12-06T20:37:08.252Z | [ recovery-image] Dec 06 20:37:07.586 INFO O| Dec 06 20:37:07.586 INFO STEP 58 (ensure_dir) COMPLETE |
8335 | 2024-12-06T20:37:08.252Z | [ recovery-image] Dec 06 20:37:07.586 INFO O| Dec 06 20:37:07.586 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8336 | 2024-12-06T20:37:08.260Z | [ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8337 | 2024-12-06T20:37:08.260Z | [ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO copying /tmp/.tmpPWOfI9/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 ... |
8338 | 2024-12-06T20:37:08.263Z | [ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8339 | 2024-12-06T20:37:08.263Z | [ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO ok! |
8340 | 2024-12-06T20:37:08.263Z | [ recovery-image] Dec 06 20:37:07.595 INFO O| Dec 06 20:37:07.595 INFO STEP 59 (ensure_file) COMPLETE |
8341 | 2024-12-06T20:37:08.263Z | [ recovery-image] Dec 06 20:37:07.596 INFO O| Dec 06 20:37:07.595 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8342 | 2024-12-06T20:37:08.272Z | [ recovery-image] Dec 06 20:37:07.607 INFO O| Dec 06 20:37:07.607 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8343 | 2024-12-06T20:37:08.272Z | [ recovery-image] Dec 06 20:37:07.607 INFO O| Dec 06 20:37:07.607 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8344 | 2024-12-06T20:37:08.274Z | [ recovery-image] Dec 06 20:37:07.608 INFO O| Dec 06 20:37:07.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8345 | 2024-12-06T20:37:08.274Z | [ recovery-image] Dec 06 20:37:07.608 INFO O| Dec 06 20:37:07.608 INFO ok! |
8346 | 2024-12-06T20:37:08.274Z | [ recovery-image] Dec 06 20:37:07.608 INFO O| Dec 06 20:37:07.608 INFO STEP 60 (ensure_file) COMPLETE |
8347 | 2024-12-06T20:37:08.274Z | [ recovery-image] Dec 06 20:37:07.608 INFO O| Dec 06 20:37:07.608 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8348 | 2024-12-06T20:37:08.284Z | [ recovery-image] Dec 06 20:37:07.619 INFO O| Dec 06 20:37:07.619 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8349 | 2024-12-06T20:37:08.284Z | [ recovery-image] Dec 06 20:37:07.619 INFO O| Dec 06 20:37:07.619 INFO STEP 61 (ensure_dir) COMPLETE |
8350 | 2024-12-06T20:37:08.286Z | [ recovery-image] Dec 06 20:37:07.619 INFO O| Dec 06 20:37:07.619 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8351 | 2024-12-06T20:37:08.295Z | [ recovery-image] Dec 06 20:37:07.631 INFO O| Dec 06 20:37:07.631 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8352 | 2024-12-06T20:37:08.295Z | [ recovery-image] Dec 06 20:37:07.631 INFO O| Dec 06 20:37:07.631 INFO STEP 62 (ensure_dir) COMPLETE |
8353 | 2024-12-06T20:37:08.295Z | [ recovery-image] Dec 06 20:37:07.631 INFO O| Dec 06 20:37:07.631 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8354 | 2024-12-06T20:37:08.305Z | [ recovery-image] Dec 06 20:37:07.641 INFO O| Dec 06 20:37:07.641 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8355 | 2024-12-06T20:37:08.307Z | [ recovery-image] Dec 06 20:37:07.641 INFO O| Dec 06 20:37:07.641 INFO STEP 63 (ensure_dir) COMPLETE |
8356 | 2024-12-06T20:37:08.307Z | [ recovery-image] Dec 06 20:37:07.641 INFO O| Dec 06 20:37:07.641 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8357 | 2024-12-06T20:37:08.315Z | [ recovery-image] Dec 06 20:37:07.650 INFO O| Dec 06 20:37:07.650 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8358 | 2024-12-06T20:37:08.315Z | [ recovery-image] Dec 06 20:37:07.650 INFO O| Dec 06 20:37:07.650 INFO STEP 64 (ensure_dir) COMPLETE |
8359 | 2024-12-06T20:37:08.317Z | [ recovery-image] Dec 06 20:37:07.650 INFO O| Dec 06 20:37:07.650 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8360 | 2024-12-06T20:37:08.325Z | [ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8361 | 2024-12-06T20:37:08.325Z | [ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO copying /tmp/.tmpPWOfI9/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8362 | 2024-12-06T20:37:08.327Z | [ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8363 | 2024-12-06T20:37:08.327Z | [ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO ok! |
8364 | 2024-12-06T20:37:08.327Z | [ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO STEP 65 (ensure_file) COMPLETE |
8365 | 2024-12-06T20:37:08.327Z | [ recovery-image] Dec 06 20:37:07.660 INFO O| Dec 06 20:37:07.660 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8366 | 2024-12-06T20:37:08.335Z | [ recovery-image] Dec 06 20:37:07.671 INFO O| Dec 06 20:37:07.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8367 | 2024-12-06T20:37:08.337Z | [ recovery-image] Dec 06 20:37:07.671 INFO O| Dec 06 20:37:07.671 INFO STEP 66 (remove_files) COMPLETE |
8368 | 2024-12-06T20:37:08.337Z | [ recovery-image] Dec 06 20:37:07.671 INFO O| Dec 06 20:37:07.671 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8369 | 2024-12-06T20:37:08.345Z | [ recovery-image] Dec 06 20:37:07.681 INFO O| Dec 06 20:37:07.681 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8370 | 2024-12-06T20:37:08.348Z | [ recovery-image] Dec 06 20:37:07.681 INFO O| Dec 06 20:37:07.681 INFO STEP 67 (remove_files) COMPLETE |
8371 | 2024-12-06T20:37:08.348Z | [ recovery-image] Dec 06 20:37:07.681 INFO O| Dec 06 20:37:07.681 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8372 | 2024-12-06T20:37:08.355Z | [ recovery-image] Dec 06 20:37:07.691 INFO O| Dec 06 20:37:07.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8373 | 2024-12-06T20:37:08.358Z | [ recovery-image] Dec 06 20:37:07.691 INFO O| Dec 06 20:37:07.691 INFO STEP 68 (remove_files) COMPLETE |
8374 | 2024-12-06T20:37:08.358Z | [ recovery-image] Dec 06 20:37:07.691 INFO O| Dec 06 20:37:07.691 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8375 | 2024-12-06T20:37:08.366Z | [ recovery-image] Dec 06 20:37:07.701 INFO O| Dec 06 20:37:07.701 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8376 | 2024-12-06T20:37:08.376Z | [ recovery-image] Dec 06 20:37:07.702 INFO O| Dec 06 20:37:07.702 INFO STEP 69 (remove_files) COMPLETE |
8377 | 2024-12-06T20:37:08.376Z | [ recovery-image] Dec 06 20:37:07.702 INFO O| Dec 06 20:37:07.702 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8378 | 2024-12-06T20:37:08.388Z | [ recovery-image] Dec 06 20:37:07.721 INFO O| Dec 06 20:37:07.721 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8379 | 2024-12-06T20:37:08.388Z | [ recovery-image] Dec 06 20:37:07.722 INFO O| Dec 06 20:37:07.722 INFO STEP 70 (remove_files) COMPLETE |
8380 | 2024-12-06T20:37:08.388Z | [ recovery-image] Dec 06 20:37:07.722 INFO O| Dec 06 20:37:07.722 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8381 | 2024-12-06T20:37:08.412Z | [ recovery-image] Dec 06 20:37:07.745 INFO O| Dec 06 20:37:07.744 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8382 | 2024-12-06T20:37:08.412Z | [ recovery-image] Dec 06 20:37:07.745 INFO O| Dec 06 20:37:07.745 INFO STEP 71 (remove_files) COMPLETE |
8383 | 2024-12-06T20:37:08.412Z | [ recovery-image] Dec 06 20:37:07.745 INFO O| Dec 06 20:37:07.745 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8384 | 2024-12-06T20:37:08.434Z | [ recovery-image] Dec 06 20:37:07.766 INFO O| Dec 06 20:37:07.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8385 | 2024-12-06T20:37:08.438Z | [ recovery-image] Dec 06 20:37:07.766 INFO O| Dec 06 20:37:07.766 INFO STEP 72 (remove_files) COMPLETE |
8386 | 2024-12-06T20:37:08.438Z | [ recovery-image] Dec 06 20:37:07.767 INFO O| Dec 06 20:37:07.766 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8387 | 2024-12-06T20:37:08.461Z | [ recovery-image] Dec 06 20:37:07.789 INFO O| Dec 06 20:37:07.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8388 | 2024-12-06T20:37:08.464Z | [ recovery-image] Dec 06 20:37:07.789 INFO O| Dec 06 20:37:07.788 INFO STEP 73 (remove_files) COMPLETE |
8389 | 2024-12-06T20:37:08.464Z | [ recovery-image] Dec 06 20:37:07.789 INFO O| Dec 06 20:37:07.788 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8390 | 2024-12-06T20:37:08.473Z | [ recovery-image] Dec 06 20:37:07.809 INFO O| Dec 06 20:37:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8391 | 2024-12-06T20:37:08.473Z | [ recovery-image] Dec 06 20:37:07.809 INFO O| Dec 06 20:37:07.808 INFO STEP 74 (remove_files) COMPLETE |
8392 | 2024-12-06T20:37:08.473Z | [ recovery-image] Dec 06 20:37:07.809 INFO O| Dec 06 20:37:07.808 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8393 | 2024-12-06T20:37:08.491Z | [ recovery-image] Dec 06 20:37:07.827 INFO O| Dec 06 20:37:07.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8394 | 2024-12-06T20:37:08.492Z | [ recovery-image] Dec 06 20:37:07.827 INFO O| Dec 06 20:37:07.827 INFO STEP 75 (remove_files) COMPLETE |
8395 | 2024-12-06T20:37:08.494Z | [ recovery-image] Dec 06 20:37:07.827 INFO O| Dec 06 20:37:07.827 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8396 | 2024-12-06T20:37:08.504Z | [ recovery-image] Dec 06 20:37:07.840 INFO O| Dec 06 20:37:07.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8397 | 2024-12-06T20:37:08.507Z | [ recovery-image] Dec 06 20:37:07.840 INFO O| Dec 06 20:37:07.840 INFO STEP 76 (remove_files) COMPLETE |
8398 | 2024-12-06T20:37:08.507Z | [ recovery-image] Dec 06 20:37:07.840 INFO O| Dec 06 20:37:07.840 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8399 | 2024-12-06T20:37:08.515Z | [ recovery-image] Dec 06 20:37:07.851 INFO O| Dec 06 20:37:07.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8400 | 2024-12-06T20:37:08.515Z | [ recovery-image] Dec 06 20:37:07.851 INFO O| Dec 06 20:37:07.851 INFO STEP 77 (remove_files) COMPLETE |
8401 | 2024-12-06T20:37:08.515Z | [ recovery-image] Dec 06 20:37:07.851 INFO O| Dec 06 20:37:07.851 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8402 | 2024-12-06T20:37:08.528Z | [ recovery-image] Dec 06 20:37:07.864 INFO O| Dec 06 20:37:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8403 | 2024-12-06T20:37:08.528Z | [ recovery-image] Dec 06 20:37:07.864 INFO O| Dec 06 20:37:07.864 INFO STEP 78 (remove_files) COMPLETE |
8404 | 2024-12-06T20:37:08.530Z | [ recovery-image] Dec 06 20:37:07.864 INFO O| Dec 06 20:37:07.864 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8405 | 2024-12-06T20:37:08.539Z | [ recovery-image] Dec 06 20:37:07.874 INFO O| Dec 06 20:37:07.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8406 | 2024-12-06T20:37:08.541Z | [ recovery-image] Dec 06 20:37:07.874 INFO O| Dec 06 20:37:07.874 INFO STEP 79 (remove_files) COMPLETE |
8407 | 2024-12-06T20:37:08.541Z | [ recovery-image] Dec 06 20:37:07.874 INFO O| Dec 06 20:37:07.874 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8408 | 2024-12-06T20:37:08.549Z | [ recovery-image] Dec 06 20:37:07.885 INFO O| Dec 06 20:37:07.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8409 | 2024-12-06T20:37:08.549Z | [ recovery-image] Dec 06 20:37:07.885 INFO O| Dec 06 20:37:07.885 INFO STEP 80 (remove_files) COMPLETE |
8410 | 2024-12-06T20:37:08.549Z | [ recovery-image] Dec 06 20:37:07.885 INFO O| Dec 06 20:37:07.885 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8411 | 2024-12-06T20:37:08.560Z | [ recovery-image] Dec 06 20:37:07.895 INFO O| Dec 06 20:37:07.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8412 | 2024-12-06T20:37:08.564Z | [ recovery-image] Dec 06 20:37:07.895 INFO O| Dec 06 20:37:07.895 INFO STEP 81 (remove_files) COMPLETE |
8413 | 2024-12-06T20:37:08.564Z | [ recovery-image] Dec 06 20:37:07.895 INFO O| Dec 06 20:37:07.895 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8414 | 2024-12-06T20:37:08.570Z | [ recovery-image] Dec 06 20:37:07.906 INFO O| Dec 06 20:37:07.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8415 | 2024-12-06T20:37:08.573Z | [ recovery-image] Dec 06 20:37:07.906 INFO O| Dec 06 20:37:07.906 INFO STEP 82 (remove_files) COMPLETE |
8416 | 2024-12-06T20:37:08.573Z | [ recovery-image] Dec 06 20:37:07.906 INFO O| Dec 06 20:37:07.906 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8417 | 2024-12-06T20:37:08.583Z | [ recovery-image] Dec 06 20:37:07.919 INFO O| Dec 06 20:37:07.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8418 | 2024-12-06T20:37:08.583Z | [ recovery-image] Dec 06 20:37:07.919 INFO O| Dec 06 20:37:07.919 INFO STEP 83 (remove_files) COMPLETE |
8419 | 2024-12-06T20:37:08.586Z | [ recovery-image] Dec 06 20:37:07.919 INFO O| Dec 06 20:37:07.919 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8420 | 2024-12-06T20:37:08.595Z | [ recovery-image] Dec 06 20:37:07.930 INFO O| Dec 06 20:37:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8421 | 2024-12-06T20:37:08.595Z | [ recovery-image] Dec 06 20:37:07.931 INFO O| Dec 06 20:37:07.930 INFO STEP 84 (remove_files) COMPLETE |
8422 | 2024-12-06T20:37:08.597Z | [ recovery-image] Dec 06 20:37:07.931 INFO O| Dec 06 20:37:07.930 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8423 | 2024-12-06T20:37:08.606Z | [ recovery-image] Dec 06 20:37:07.942 INFO O| Dec 06 20:37:07.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8424 | 2024-12-06T20:37:08.606Z | [ recovery-image] Dec 06 20:37:07.942 INFO O| Dec 06 20:37:07.942 INFO STEP 85 (remove_files) COMPLETE |
8425 | 2024-12-06T20:37:08.606Z | [ recovery-image] Dec 06 20:37:07.942 INFO O| Dec 06 20:37:07.942 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8426 | 2024-12-06T20:37:08.616Z | [ recovery-image] Dec 06 20:37:07.952 INFO O| Dec 06 20:37:07.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8427 | 2024-12-06T20:37:08.617Z | [ recovery-image] Dec 06 20:37:07.952 INFO O| Dec 06 20:37:07.952 INFO STEP 86 (remove_files) COMPLETE |
8428 | 2024-12-06T20:37:08.619Z | [ recovery-image] Dec 06 20:37:07.952 INFO O| Dec 06 20:37:07.952 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8429 | 2024-12-06T20:37:08.628Z | [ recovery-image] Dec 06 20:37:07.963 INFO O| Dec 06 20:37:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8430 | 2024-12-06T20:37:08.628Z | [ recovery-image] Dec 06 20:37:07.964 INFO O| Dec 06 20:37:07.964 INFO STEP 87 (remove_files) COMPLETE |
8431 | 2024-12-06T20:37:08.630Z | [ recovery-image] Dec 06 20:37:07.964 INFO O| Dec 06 20:37:07.964 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8432 | 2024-12-06T20:37:08.639Z | [ recovery-image] Dec 06 20:37:07.975 INFO O| Dec 06 20:37:07.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8433 | 2024-12-06T20:37:08.642Z | [ recovery-image] Dec 06 20:37:07.975 INFO O| Dec 06 20:37:07.975 INFO STEP 88 (remove_files) COMPLETE |
8434 | 2024-12-06T20:37:08.643Z | [ recovery-image] Dec 06 20:37:07.975 INFO O| Dec 06 20:37:07.975 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8435 | 2024-12-06T20:37:08.651Z | [ recovery-image] Dec 06 20:37:07.986 INFO O| Dec 06 20:37:07.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8436 | 2024-12-06T20:37:08.651Z | [ recovery-image] Dec 06 20:37:07.986 INFO O| Dec 06 20:37:07.986 INFO STEP 89 (remove_files) COMPLETE |
8437 | 2024-12-06T20:37:08.651Z | [ recovery-image] Dec 06 20:37:07.986 INFO O| Dec 06 20:37:07.986 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8438 | 2024-12-06T20:37:08.661Z | [ recovery-image] Dec 06 20:37:07.997 INFO O| Dec 06 20:37:07.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8439 | 2024-12-06T20:37:08.661Z | [ recovery-image] Dec 06 20:37:07.997 INFO O| Dec 06 20:37:07.997 INFO STEP 90 (remove_files) COMPLETE |
8440 | 2024-12-06T20:37:08.664Z | [ recovery-image] Dec 06 20:37:07.997 INFO O| Dec 06 20:37:07.997 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8441 | 2024-12-06T20:37:08.672Z | [ recovery-image] Dec 06 20:37:08.008 INFO O| Dec 06 20:37:08.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8442 | 2024-12-06T20:37:08.672Z | [ recovery-image] Dec 06 20:37:08.008 INFO O| Dec 06 20:37:08.008 INFO STEP 91 (remove_files) COMPLETE |
8443 | 2024-12-06T20:37:08.675Z | [ recovery-image] Dec 06 20:37:08.008 INFO O| Dec 06 20:37:08.008 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8444 | 2024-12-06T20:37:08.683Z | [ recovery-image] Dec 06 20:37:08.019 INFO O| Dec 06 20:37:08.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8445 | 2024-12-06T20:37:08.686Z | [ recovery-image] Dec 06 20:37:08.019 INFO O| Dec 06 20:37:08.019 INFO STEP 92 (remove_files) COMPLETE |
8446 | 2024-12-06T20:37:08.686Z | [ recovery-image] Dec 06 20:37:08.019 INFO O| Dec 06 20:37:08.019 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8447 | 2024-12-06T20:37:08.694Z | [ recovery-image] Dec 06 20:37:08.030 INFO O| Dec 06 20:37:08.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8448 | 2024-12-06T20:37:08.694Z | [ recovery-image] Dec 06 20:37:08.030 INFO O| Dec 06 20:37:08.030 INFO STEP 93 (remove_files) COMPLETE |
8449 | 2024-12-06T20:37:08.697Z | [ recovery-image] Dec 06 20:37:08.030 INFO O| Dec 06 20:37:08.030 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8450 | 2024-12-06T20:37:08.705Z | [ recovery-image] Dec 06 20:37:08.041 INFO O| Dec 06 20:37:08.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8451 | 2024-12-06T20:37:08.707Z | [ recovery-image] Dec 06 20:37:08.041 INFO O| Dec 06 20:37:08.041 INFO STEP 94 (remove_files) COMPLETE |
8452 | 2024-12-06T20:37:08.707Z | [ recovery-image] Dec 06 20:37:08.041 INFO O| Dec 06 20:37:08.041 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8453 | 2024-12-06T20:37:08.721Z | [ recovery-image] Dec 06 20:37:08.057 INFO O| Dec 06 20:37:08.057 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8454 | 2024-12-06T20:37:08.724Z | [ recovery-image] Dec 06 20:37:08.057 INFO O| Dec 06 20:37:08.057 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8455 | 2024-12-06T20:37:16.297Z | [ recovery-image] Dec 06 20:37:15.632 INFO O| Dec 06 20:37:15.632 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 |
8456 | 2024-12-06T20:37:16.297Z | [ recovery-image] Dec 06 20:37:15.632 INFO O| Dec 06 20:37:15.632 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8457 | 2024-12-06T20:37:16.310Z | [ recovery-image] Dec 06 20:37:15.645 INFO O| Dec 06 20:37:15.645 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8458 | 2024-12-06T20:37:16.385Z | [ recovery-image] Dec 06 20:37:15.720 INFO O| Dec 06 20:37:15.720 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8459 | 2024-12-06T20:37:16.385Z | [ recovery-image] Dec 06 20:37:15.720 INFO O| Dec 06 20:37:15.720 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 ... |
8460 | 2024-12-06T20:37:16.388Z | [ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8461 | 2024-12-06T20:37:16.388Z | [ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO ok! |
8462 | 2024-12-06T20:37:16.388Z | [ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8463 | 2024-12-06T20:37:16.388Z | [ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO STEP 95 (seed_smf) COMPLETE |
8464 | 2024-12-06T20:37:16.388Z | [ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO steps complete; finalising image! |
8465 | 2024-12-06T20:37:16.388Z | [ recovery-image] Dec 06 20:37:15.722 INFO O| Dec 06 20:37:15.722 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8466 | 2024-12-06T20:37:16.420Z | [ recovery-image] Dec 06 20:37:15.756 INFO O| Dec 06 20:37:15.755 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Fri Dec 6 20:37:15 2024) |
8467 | 2024-12-06T20:37:16.641Z | [ recovery-image] Dec 06 20:37:15.976 INFO O| Dec 06 20:37:15.976 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio |
8468 | 2024-12-06T20:37:16.641Z | [ recovery-image] Dec 06 20:37:15.976 INFO O| Dec 06 20:37:15.976 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8469 | 2024-12-06T20:37:16.871Z | [ recovery-image] Dec 06 20:37:16.205 INFO O| Dec 06 20:37:16.205 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 |
8470 | 2024-12-06T20:37:16.871Z | [ recovery-image] Dec 06 20:37:16.205 INFO O| Dec 06 20:37:16.205 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8471 | 2024-12-06T20:37:19.848Z | [ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8472 | 2024-12-06T20:37:19.848Z | [ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8473 | 2024-12-06T20:37:19.851Z | [ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8474 | 2024-12-06T20:37:19.851Z | [ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO completed processing gimlet/zfs-recovery |
8475 | 2024-12-06T20:37:19.851Z | [ recovery-image] Dec 06 20:37:19.183 INFO O| Dec 06 20:37:19.183 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8476 | 2024-12-06T20:37:20.278Z | [ recovery-image] Dec 06 20:37:19.614 INFO O| Dec 06 20:37:19.613 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8477 | 2024-12-06T20:37:20.360Z | [ recovery-image] Dec 06 20:37:19.695 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
8478 | 2024-12-06T20:37:20.362Z | [ recovery-image] Dec 06 20:37:19.696 INFO expanded image name: "recovery dd376b0/${os_short_commit} 2024-12-06 20:07" -> "recovery dd376b0/92ea229 2024-12-06 20:07" |
8479 | 2024-12-06T20:37:20.362Z | [ recovery-image] Dec 06 20:37:19.696 INFO output artefacts stored in: "/work/os-recovery" |
8480 | 2024-12-06T20:37:20.362Z | [ recovery-image] Dec 06 20:37:19.696 INFO collecting git info from project "bootserver"... |
8481 | 2024-12-06T20:37:20.371Z | [ recovery-image] Dec 06 20:37:19.707 INFO collecting git info from project "image-builder"... |
8482 | 2024-12-06T20:37:20.378Z | [ recovery-image] Dec 06 20:37:19.713 INFO collecting git info from project "phbl"... |
8483 | 2024-12-06T20:37:20.384Z | [ recovery-image] Dec 06 20:37:19.719 INFO collecting git info from project "amd-firmware"... |
8484 | 2024-12-06T20:37:20.683Z | [ recovery-image] Dec 06 20:37:20.019 INFO collecting git info from project "pinprick"... |
8485 | 2024-12-06T20:37:20.691Z | [ recovery-image] Dec 06 20:37:20.024 INFO collecting git info from project "amd-host-image-builder"... |
8486 | 2024-12-06T20:37:20.975Z | [ recovery-image] Dec 06 20:37:20.310 INFO collecting git info from project "chelsio-t6-roms"... |
8487 | 2024-12-06T20:37:20.996Z | [ recovery-image] Dec 06 20:37:20.332 INFO collecting git info from project "pilot"... |
8488 | 2024-12-06T20:37:21.008Z | [ recovery-image] Dec 06 20:37:20.343 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8489 | 2024-12-06T20:37:21.366Z | [ recovery-image] Dec 06 20:37:20.701 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8490 | 2024-12-06T20:37:21.714Z | [ recovery-image] Dec 06 20:37:21.050 INFO creating Oxide boot image... |
8491 | 2024-12-06T20:37:21.717Z | [ recovery-image] Dec 06 20:37:21.050 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery dd376b0/92ea229 2024-12-06 20:07", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8492 | 2024-12-06T20:37:52.172Z | [ host-image] Dec 06 20:37:51.506 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z |
8493 | 2024-12-06T20:37:52.173Z | [ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z |
8494 | 2024-12-06T20:37:52.175Z | [ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8495 | 2024-12-06T20:37:52.175Z | [ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8496 | 2024-12-06T20:37:52.175Z | [ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8497 | 2024-12-06T20:37:52.175Z | [ host-image] Dec 06 20:37:51.507 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8498 | 2024-12-06T20:37:52.175Z | [ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8499 | 2024-12-06T20:37:52.176Z | [ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8500 | 2024-12-06T20:37:52.176Z | [ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8501 | 2024-12-06T20:37:52.176Z | [ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8502 | 2024-12-06T20:37:52.176Z | [ host-image] Dec 06 20:37:51.508 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z |
8503 | 2024-12-06T20:37:52.176Z | [ host-image] Dec 06 20:37:51.510 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z |
8504 | 2024-12-06T20:37:52.178Z | [ host-image] Dec 06 20:37:51.511 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z |
8505 | 2024-12-06T20:37:52.178Z | [ host-image] Dec 06 20:37:51.511 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z |
8506 | 2024-12-06T20:37:52.178Z | [ host-image] Dec 06 20:37:51.511 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8507 | 2024-12-06T20:37:52.178Z | [ host-image] Dec 06 20:37:51.512 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z |
8508 | 2024-12-06T20:37:52.178Z | [ host-image] Dec 06 20:37:51.513 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z |
8509 | 2024-12-06T20:37:52.178Z | [ host-image] Dec 06 20:37:51.513 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z |
8510 | 2024-12-06T20:37:52.178Z | [ host-image] Dec 06 20:37:51.513 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z |
8511 | 2024-12-06T20:37:52.178Z | [ host-image] Dec 06 20:37:51.513 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z |
8512 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z |
8513 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z |
8514 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z |
8515 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z |
8516 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z |
8517 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z |
8518 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.514 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z |
8519 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z |
8520 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z |
8521 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8522 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z |
8523 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z |
8524 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z |
8525 | 2024-12-06T20:37:52.181Z | [ host-image] Dec 06 20:37:51.515 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z |
8526 | 2024-12-06T20:37:52.183Z | [ host-image] Dec 06 20:37:51.516 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z |
8527 | 2024-12-06T20:37:52.184Z | [ host-image] Dec 06 20:37:51.516 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z |
8528 | 2024-12-06T20:37:52.191Z | [ host-image] Dec 06 20:37:51.526 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8529 | 2024-12-06T20:37:52.193Z | [ host-image] Dec 06 20:37:51.526 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z |
8530 | 2024-12-06T20:37:52.193Z | [ host-image] Dec 06 20:37:51.526 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8531 | 2024-12-06T20:37:52.193Z | [ host-image] Dec 06 20:37:51.526 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8532 | 2024-12-06T20:37:52.193Z | [ host-image] Dec 06 20:37:51.527 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8533 | 2024-12-06T20:37:52.193Z | [ host-image] Dec 06 20:37:51.527 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z |
8534 | 2024-12-06T20:37:52.193Z | [ host-image] Dec 06 20:37:51.527 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8535 | 2024-12-06T20:37:52.193Z | [ host-image] Dec 06 20:37:51.527 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8536 | 2024-12-06T20:37:52.203Z | [ host-image] Dec 06 20:37:51.528 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8537 | 2024-12-06T20:37:52.203Z | [ host-image] Dec 06 20:37:51.529 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8538 | 2024-12-06T20:37:52.206Z | [ host-image] Dec 06 20:37:51.541 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8539 | 2024-12-06T20:37:52.206Z | [ host-image] Dec 06 20:37:51.541 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8540 | 2024-12-06T20:37:52.208Z | [ host-image] Dec 06 20:37:51.541 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8541 | 2024-12-06T20:37:52.208Z | [ host-image] Dec 06 20:37:51.542 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8542 | 2024-12-06T20:37:52.208Z | [ host-image] Dec 06 20:37:51.542 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8543 | 2024-12-06T20:37:52.208Z | [ host-image] Dec 06 20:37:51.542 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8544 | 2024-12-06T20:37:52.243Z | [ host-image] Dec 06 20:37:51.578 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8545 | 2024-12-06T20:37:52.247Z | [ host-image] Dec 06 20:37:51.579 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8546 | 2024-12-06T20:37:52.247Z | [ host-image] Dec 06 20:37:51.579 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8547 | 2024-12-06T20:37:52.247Z | [ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z |
8548 | 2024-12-06T20:37:52.248Z | [ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z |
8549 | 2024-12-06T20:37:52.248Z | [ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8550 | 2024-12-06T20:37:52.248Z | [ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z |
8551 | 2024-12-06T20:37:52.248Z | [ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8552 | 2024-12-06T20:37:52.248Z | [ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8553 | 2024-12-06T20:37:52.248Z | [ host-image] Dec 06 20:37:51.580 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8554 | 2024-12-06T20:37:52.248Z | [ host-image] Dec 06 20:37:51.581 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z |
8555 | 2024-12-06T20:37:52.250Z | [ host-image] Dec 06 20:37:51.581 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8556 | 2024-12-06T20:37:52.252Z | [ host-image] Dec 06 20:37:51.585 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8557 | 2024-12-06T20:37:52.252Z | [ host-image] Dec 06 20:37:51.585 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8558 | 2024-12-06T20:37:52.252Z | [ host-image] Dec 06 20:37:51.585 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8559 | 2024-12-06T20:37:52.253Z | [ host-image] Dec 06 20:37:51.586 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z |
8560 | 2024-12-06T20:37:52.253Z | [ host-image] Dec 06 20:37:51.586 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8561 | 2024-12-06T20:37:52.266Z | [ host-image] Dec 06 20:37:51.601 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8562 | 2024-12-06T20:37:52.268Z | [ host-image] Dec 06 20:37:51.601 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z |
8563 | 2024-12-06T20:37:52.268Z | [ host-image] Dec 06 20:37:51.603 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z |
8564 | 2024-12-06T20:37:52.271Z | [ host-image] Dec 06 20:37:51.604 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z |
8565 | 2024-12-06T20:37:52.271Z | [ host-image] Dec 06 20:37:51.604 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8566 | 2024-12-06T20:37:52.271Z | [ host-image] Dec 06 20:37:51.604 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z |
8567 | 2024-12-06T20:37:52.271Z | [ host-image] Dec 06 20:37:51.605 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z |
8568 | 2024-12-06T20:37:52.271Z | [ host-image] Dec 06 20:37:51.605 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z |
8569 | 2024-12-06T20:37:52.271Z | [ host-image] Dec 06 20:37:51.605 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z |
8570 | 2024-12-06T20:37:52.274Z | [ host-image] Dec 06 20:37:51.609 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8571 | 2024-12-06T20:37:52.277Z | [ host-image] Dec 06 20:37:51.609 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z |
8572 | 2024-12-06T20:37:52.277Z | [ host-image] Dec 06 20:37:51.610 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z |
8573 | 2024-12-06T20:37:52.277Z | [ host-image] Dec 06 20:37:51.610 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8574 | 2024-12-06T20:37:52.277Z | [ host-image] Dec 06 20:37:51.610 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z |
8575 | 2024-12-06T20:37:52.277Z | [ host-image] Dec 06 20:37:51.611 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z |
8576 | 2024-12-06T20:37:52.277Z | [ host-image] Dec 06 20:37:51.611 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z |
8577 | 2024-12-06T20:37:52.277Z | [ host-image] Dec 06 20:37:51.611 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z |
8578 | 2024-12-06T20:37:52.285Z | [ host-image] Dec 06 20:37:51.619 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z |
8579 | 2024-12-06T20:37:52.287Z | [ host-image] Dec 06 20:37:51.620 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8580 | 2024-12-06T20:37:52.287Z | [ host-image] Dec 06 20:37:51.622 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z |
8581 | 2024-12-06T20:37:52.290Z | [ host-image] Dec 06 20:37:51.623 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z |
8582 | 2024-12-06T20:37:52.290Z | [ host-image] Dec 06 20:37:51.623 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z |
8583 | 2024-12-06T20:37:52.290Z | [ host-image] Dec 06 20:37:51.623 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z |
8584 | 2024-12-06T20:37:52.290Z | [ host-image] Dec 06 20:37:51.624 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z |
8585 | 2024-12-06T20:37:52.290Z | [ host-image] Dec 06 20:37:51.624 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z |
8586 | 2024-12-06T20:37:52.299Z | [ host-image] Dec 06 20:37:51.635 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z |
8587 | 2024-12-06T20:37:52.302Z | [ host-image] Dec 06 20:37:51.635 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z |
8588 | 2024-12-06T20:37:52.302Z | [ host-image] Dec 06 20:37:51.635 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z |
8589 | 2024-12-06T20:37:52.302Z | [ host-image] Dec 06 20:37:51.636 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z |
8590 | 2024-12-06T20:37:52.302Z | [ host-image] Dec 06 20:37:51.636 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z |
8591 | 2024-12-06T20:37:52.323Z | [ host-image] Dec 06 20:37:51.658 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z |
8592 | 2024-12-06T20:37:52.326Z | [ host-image] Dec 06 20:37:51.658 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z |
8593 | 2024-12-06T20:37:52.326Z | [ host-image] Dec 06 20:37:51.659 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z |
8594 | 2024-12-06T20:37:52.326Z | [ host-image] Dec 06 20:37:51.659 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8595 | 2024-12-06T20:37:52.326Z | [ host-image] Dec 06 20:37:51.659 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8596 | 2024-12-06T20:37:52.353Z | [ host-image] Dec 06 20:37:51.688 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z |
8597 | 2024-12-06T20:37:52.356Z | [ host-image] Dec 06 20:37:51.688 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8598 | 2024-12-06T20:37:52.356Z | [ host-image] Dec 06 20:37:51.688 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z |
8599 | 2024-12-06T20:37:52.356Z | [ host-image] Dec 06 20:37:51.688 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z |
8600 | 2024-12-06T20:37:52.356Z | [ host-image] Dec 06 20:37:51.690 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z |
8601 | 2024-12-06T20:37:52.356Z | [ host-image] Dec 06 20:37:51.690 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8602 | 2024-12-06T20:37:52.356Z | [ host-image] Dec 06 20:37:51.691 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8603 | 2024-12-06T20:37:52.358Z | [ host-image] Dec 06 20:37:51.691 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z |
8604 | 2024-12-06T20:37:52.358Z | [ host-image] Dec 06 20:37:51.691 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z |
8605 | 2024-12-06T20:37:52.358Z | [ host-image] Dec 06 20:37:51.691 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z |
8606 | 2024-12-06T20:37:52.359Z | [ host-image] Dec 06 20:37:51.692 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z |
8607 | 2024-12-06T20:37:52.359Z | [ host-image] Dec 06 20:37:51.692 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z |
8608 | 2024-12-06T20:37:52.359Z | [ host-image] Dec 06 20:37:51.692 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z |
8609 | 2024-12-06T20:37:52.361Z | [ host-image] Dec 06 20:37:51.695 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8610 | 2024-12-06T20:37:52.361Z | [ host-image] Dec 06 20:37:51.695 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z |
8611 | 2024-12-06T20:37:52.363Z | [ host-image] Dec 06 20:37:51.697 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z |
8612 | 2024-12-06T20:37:52.363Z | [ host-image] Dec 06 20:37:51.697 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z |
8613 | 2024-12-06T20:37:52.363Z | [ host-image] Dec 06 20:37:51.697 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z |
8614 | 2024-12-06T20:37:52.363Z | [ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z |
8615 | 2024-12-06T20:37:52.363Z | [ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z |
8616 | 2024-12-06T20:37:52.363Z | [ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8617 | 2024-12-06T20:37:52.363Z | [ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8618 | 2024-12-06T20:37:52.366Z | [ host-image] Dec 06 20:37:51.698 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z |
8619 | 2024-12-06T20:37:52.366Z | [ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z |
8620 | 2024-12-06T20:37:52.366Z | [ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8621 | 2024-12-06T20:37:52.366Z | [ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8622 | 2024-12-06T20:37:52.366Z | [ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8623 | 2024-12-06T20:37:52.366Z | [ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8624 | 2024-12-06T20:37:52.366Z | [ host-image] Dec 06 20:37:51.699 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8625 | 2024-12-06T20:37:52.366Z | [ host-image] Dec 06 20:37:51.700 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8626 | 2024-12-06T20:37:52.369Z | [ host-image] Dec 06 20:37:51.701 INFO O| install = pkg://helios-dev/web/curl@8.11.0-2.0:20241120T162841Z |
8627 | 2024-12-06T20:37:52.369Z | [ host-image] Dec 06 20:37:51.701 INFO O| tempdir @ "/tmp/.tmpRkycNM/tmp" |
8628 | 2024-12-06T20:37:52.369Z | [ host-image] Dec 06 20:37:51.702 INFO O| image root @ "/tmp/.tmpRkycNM/tmp/root" |
8629 | 2024-12-06T20:37:52.369Z | [ host-image] Dec 06 20:37:51.702 INFO O| creating image... |
8630 | 2024-12-06T20:37:52.856Z | [ host-image] Dec 06 20:37:52.191 INFO O| copying publishers... |
8631 | 2024-12-06T20:38:02.092Z | [ host-image] Dec 06 20:38:01.426 INFO O| adding properties... |
8632 | 2024-12-06T20:38:03.101Z | [ host-image] Dec 06 20:38:02.436 INFO O| installing packages... |
8633 | 2024-12-06T20:38:11.573Z | [ recovery-image] Dec 06 20:38:10.907 INFO O| ok, image written! |
8634 | 2024-12-06T20:38:11.575Z | [ recovery-image] Dec 06 20:38:10.907 INFO O| ok, boot_image_csum file written! |
8635 | 2024-12-06T20:38:11.577Z | [ recovery-image] Dec 06 20:38:10.912 INFO creating boot archive (CPIO)... |
8636 | 2024-12-06T20:38:11.577Z | [ recovery-image] Dec 06 20:38:10.912 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 |
8637 | 2024-12-06T20:38:11.586Z | [ recovery-image] Dec 06 20:38:10.920 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8638 | 2024-12-06T20:38:11.586Z | [ recovery-image] Dec 06 20:38:10.921 INFO E| + outfile=/work/os-recovery/cpio |
8639 | 2024-12-06T20:38:11.588Z | [ recovery-image] Dec 06 20:38:10.921 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8640 | 2024-12-06T20:38:11.588Z | [ recovery-image] Dec 06 20:38:10.923 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8641 | 2024-12-06T20:38:11.588Z | [ recovery-image] Dec 06 20:38:10.923 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8642 | 2024-12-06T20:38:11.620Z | [ recovery-image] Dec 06 20:38:10.954 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8643 | 2024-12-06T20:38:11.620Z | [ recovery-image] Dec 06 20:38:10.954 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8644 | 2024-12-06T20:38:11.627Z | [ recovery-image] Dec 06 20:38:10.961 INFO creating compressed cpio/unix for nanobl-rs... |
8645 | 2024-12-06T20:38:11.627Z | [ recovery-image] Dec 06 20:38:10.961 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 |
8646 | 2024-12-06T20:38:11.915Z | [ recovery-image] Dec 06 20:38:11.250 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8647 | 2024-12-06T20:38:16.284Z | [ recovery-image] Dec 06 20:38:15.618 INFO creating reset image... |
8648 | 2024-12-06T20:38:16.286Z | [ recovery-image] Dec 06 20:38:15.618 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8649 | 2024-12-06T20:38:16.522Z | [ recovery-image] Dec 06 20:38:15.857 INFO E| Updating crates.io index |
8650 | 2024-12-06T20:38:16.616Z | [ recovery-image] Dec 06 20:38:15.950 INFO E| Downloading crates ... |
8651 | 2024-12-06T20:38:16.703Z | [ recovery-image] Dec 06 20:38:16.038 INFO E| Downloaded shared_child v1.0.1 |
8652 | 2024-12-06T20:38:16.710Z | [ recovery-image] Dec 06 20:38:16.044 INFO E| Downloaded os_pipe v1.2.1 |
8653 | 2024-12-06T20:38:16.712Z | [ recovery-image] Dec 06 20:38:16.046 INFO E| Downloaded duct v0.13.7 |
8654 | 2024-12-06T20:38:16.714Z | [ recovery-image] Dec 06 20:38:16.048 INFO E| Downloaded clap_derive v4.5.13 |
8655 | 2024-12-06T20:38:16.717Z | [ recovery-image] Dec 06 20:38:16.051 INFO E| Downloaded clap_builder v4.5.17 |
8656 | 2024-12-06T20:38:16.723Z | [ recovery-image] Dec 06 20:38:16.058 INFO E| Downloaded clap v4.5.17 |
8657 | 2024-12-06T20:38:16.740Z | [ recovery-image] Dec 06 20:38:16.075 INFO E| Downloaded syn v2.0.77 |
8658 | 2024-12-06T20:38:16.769Z | [ recovery-image] Dec 06 20:38:16.103 INFO E| Downloaded libc v0.2.158 |
8659 | 2024-12-06T20:38:16.840Z | [ recovery-image] Dec 06 20:38:16.174 INFO E| Compiling proc-macro2 v1.0.86 |
8660 | 2024-12-06T20:38:16.840Z | [ recovery-image] Dec 06 20:38:16.174 INFO E| Compiling libc v0.2.158 |
8661 | 2024-12-06T20:38:16.840Z | [ recovery-image] Dec 06 20:38:16.174 INFO E| Compiling unicode-ident v1.0.13 |
8662 | 2024-12-06T20:38:16.842Z | [ recovery-image] Dec 06 20:38:16.174 INFO E| Compiling utf8parse v0.2.2 |
8663 | 2024-12-06T20:38:16.842Z | [ recovery-image] Dec 06 20:38:16.175 INFO E| Compiling anstyle v1.0.8 |
8664 | 2024-12-06T20:38:16.842Z | [ recovery-image] Dec 06 20:38:16.175 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8665 | 2024-12-06T20:38:16.842Z | [ recovery-image] Dec 06 20:38:16.175 INFO E| Compiling anstyle-query v1.1.1 |
8666 | 2024-12-06T20:38:16.842Z | [ recovery-image] Dec 06 20:38:16.175 INFO E| Compiling colorchoice v1.0.2 |
8667 | 2024-12-06T20:38:17.063Z | [ recovery-image] Dec 06 20:38:16.397 INFO E| Compiling anstyle-parse v0.2.5 |
8668 | 2024-12-06T20:38:17.077Z | [ recovery-image] Dec 06 20:38:16.411 INFO E| Compiling strsim v0.11.1 |
8669 | 2024-12-06T20:38:17.102Z | [ recovery-image] Dec 06 20:38:16.436 INFO E| Compiling clap_lex v0.7.2 |
8670 | 2024-12-06T20:38:17.128Z | [ recovery-image] Dec 06 20:38:16.462 INFO E| Compiling heck v0.5.0 |
8671 | 2024-12-06T20:38:17.131Z | [ recovery-image] Dec 06 20:38:16.463 INFO E| Compiling once_cell v1.19.0 |
8672 | 2024-12-06T20:38:17.360Z | [ recovery-image] Dec 06 20:38:16.692 INFO E| Compiling anstream v0.6.15 |
8673 | 2024-12-06T20:38:17.741Z | [ recovery-image] Dec 06 20:38:17.075 INFO E| Compiling clap_builder v4.5.17 |
8674 | 2024-12-06T20:38:18.133Z | [ recovery-image] Dec 06 20:38:17.468 INFO E| Compiling os_pipe v1.2.1 |
8675 | 2024-12-06T20:38:18.133Z | [ recovery-image] Dec 06 20:38:17.468 INFO E| Compiling shared_child v1.0.1 |
8676 | 2024-12-06T20:38:18.249Z | [ recovery-image] Dec 06 20:38:17.584 INFO E| Compiling quote v1.0.37 |
8677 | 2024-12-06T20:38:18.276Z | [ recovery-image] Dec 06 20:38:17.610 INFO E| Compiling duct v0.13.7 |
8678 | 2024-12-06T20:38:18.561Z | [ recovery-image] Dec 06 20:38:17.895 INFO E| Compiling syn v2.0.77 |
8679 | 2024-12-06T20:38:20.234Z | [ host-image] Dec 06 20:38:19.569 INFO O| seeding SMF database... |
8680 | 2024-12-06T20:38:22.442Z | [ recovery-image] Dec 06 20:38:21.777 INFO E| Compiling clap_derive v4.5.13 |
8681 | 2024-12-06T20:38:24.229Z | [ recovery-image] Dec 06 20:38:23.563 INFO E| Compiling clap v4.5.17 |
8682 | 2024-12-06T20:38:24.282Z | [ recovery-image] Dec 06 20:38:23.617 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8683 | 2024-12-06T20:38:25.238Z | [ recovery-image] Dec 06 20:38:24.573 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s |
8684 | 2024-12-06T20:38:25.249Z | [ recovery-image] Dec 06 20:38:24.583 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8685 | 2024-12-06T20:38:25.379Z | [ recovery-image] Dec 06 20:38:24.713 INFO E| Updating crates.io index |
8686 | 2024-12-06T20:38:25.541Z | [ recovery-image] Dec 06 20:38:24.876 INFO E| Downloading crates ... |
8687 | 2024-12-06T20:38:25.612Z | [ recovery-image] Dec 06 20:38:24.946 INFO E| Downloaded raw-cpuid v10.7.0 |
8688 | 2024-12-06T20:38:25.616Z | [ recovery-image] Dec 06 20:38:24.950 INFO E| Downloaded bitstruct v0.1.1 |
8689 | 2024-12-06T20:38:25.618Z | [ recovery-image] Dec 06 20:38:24.951 INFO E| Downloaded bitstruct_derive v0.1.0 |
8690 | 2024-12-06T20:38:25.620Z | [ recovery-image] Dec 06 20:38:24.954 INFO E| Downloaded seq-macro v0.3.5 |
8691 | 2024-12-06T20:38:25.622Z | [ recovery-image] Dec 06 20:38:24.956 INFO E| Downloaded cpio_reader v0.1.1 |
8692 | 2024-12-06T20:38:25.625Z | [ recovery-image] Dec 06 20:38:24.957 INFO E| Downloaded bit_field v0.10.2 |
8693 | 2024-12-06T20:38:25.652Z | [ recovery-image] Dec 06 20:38:24.986 INFO E| Downloaded syn v2.0.85 |
8694 | 2024-12-06T20:38:25.777Z | [ recovery-image] Dec 06 20:38:25.112 INFO E| Downloaded x86 v0.52.0 |
8695 | 2024-12-06T20:38:25.862Z | [ recovery-image] Dec 06 20:38:25.196 INFO E| Updating crates.io index |
8696 | 2024-12-06T20:38:26.026Z | [ recovery-image] Dec 06 20:38:25.361 INFO E| Downloading crates ... |
8697 | 2024-12-06T20:38:26.089Z | [ recovery-image] Dec 06 20:38:25.423 INFO E| Downloaded compiler_builtins v0.1.134 |
8698 | 2024-12-06T20:38:26.154Z | [ recovery-image] Dec 06 20:38:25.488 INFO E| Compiling compiler_builtins v0.1.134 |
8699 | 2024-12-06T20:38:26.154Z | [ recovery-image] Dec 06 20:38:25.488 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) |
8700 | 2024-12-06T20:38:26.154Z | [ recovery-image] Dec 06 20:38:25.488 INFO E| Compiling proc-macro2 v1.0.89 |
8701 | 2024-12-06T20:38:26.157Z | [ recovery-image] Dec 06 20:38:25.488 INFO E| Compiling unicode-ident v1.0.13 |
8702 | 2024-12-06T20:38:26.157Z | [ recovery-image] Dec 06 20:38:25.489 INFO E| Compiling syn v1.0.109 |
8703 | 2024-12-06T20:38:26.157Z | [ recovery-image] Dec 06 20:38:25.489 INFO E| Compiling x86 v0.52.0 |
8704 | 2024-12-06T20:38:26.157Z | [ recovery-image] Dec 06 20:38:25.489 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8705 | 2024-12-06T20:38:26.159Z | [ recovery-image] Dec 06 20:38:25.494 INFO E| Compiling seq-macro v0.3.5 |
8706 | 2024-12-06T20:38:27.261Z | [ recovery-image] Dec 06 20:38:26.595 INFO E| Compiling quote v1.0.37 |
8707 | 2024-12-06T20:38:27.520Z | [ recovery-image] Dec 06 20:38:26.854 INFO E| Compiling syn v2.0.85 |
8708 | 2024-12-06T20:38:28.888Z | [ host-image] Dec 06 20:38:28.222 INFO O| configuring SMF profile... |
8709 | 2024-12-06T20:38:28.891Z | [ host-image] Dec 06 20:38:28.222 INFO O| modifying shadow(5)... |
8710 | 2024-12-06T20:38:28.891Z | [ host-image] Dec 06 20:38:28.222 INFO O| loading user and group database... |
8711 | 2024-12-06T20:38:28.891Z | [ host-image] Dec 06 20:38:28.222 INFO O| assessing packaged files... |
8712 | 2024-12-06T20:38:29.928Z | [ recovery-image] Dec 06 20:38:29.262 INFO E| Compiling scroll_derive v0.12.0 |
8713 | 2024-12-06T20:38:31.784Z | [ host-image] Dec 06 20:38:31.118 INFO O| creating archive... |
8714 | 2024-12-06T20:38:31.840Z | [ host-image] Dec 06 20:38:31.174 INFO O| missing from packaging: |
8715 | 2024-12-06T20:38:31.840Z | [ host-image] Dec 06 20:38:31.174 INFO O| "etc/.pwd.lock" |
8716 | 2024-12-06T20:38:31.842Z | [ host-image] Dec 06 20:38:31.174 INFO O| "etc/bash" |
8717 | 2024-12-06T20:38:31.847Z | [ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/generic.xml" |
8718 | 2024-12-06T20:38:31.847Z | [ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/inetd_services.xml" |
8719 | 2024-12-06T20:38:31.849Z | [ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/name_service.xml" |
8720 | 2024-12-06T20:38:31.849Z | [ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/platform.xml" |
8721 | 2024-12-06T20:38:31.849Z | [ host-image] Dec 06 20:38:31.181 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8722 | 2024-12-06T20:38:31.849Z | [ host-image] Dec 06 20:38:31.182 INFO O| "etc/svc/repository.db" |
8723 | 2024-12-06T20:38:31.864Z | [ host-image] Dec 06 20:38:31.198 INFO O| "opt/ooce/share" |
8724 | 2024-12-06T20:38:31.864Z | [ host-image] Dec 06 20:38:31.198 INFO O| "opt/ooce/share/man" |
8725 | 2024-12-06T20:38:31.867Z | [ host-image] Dec 06 20:38:31.198 INFO O| "opt/ooce/share/man/man1" |
8726 | 2024-12-06T20:38:31.874Z | [ host-image] Dec 06 20:38:31.209 INFO O| finishing archive... |
8727 | 2024-12-06T20:38:32.036Z | [ recovery-image] Dec 06 20:38:31.370 INFO E| Compiling bitstruct_derive v0.1.0 |
8728 | 2024-12-06T20:38:34.703Z | [ host-image] Dec 06 20:38:34.037 INFO O| creating gzonly manifest... |
8729 | 2024-12-06T20:38:34.709Z | [ host-image] Dec 06 20:38:34.044 INFO O| ok |
8730 | 2024-12-06T20:38:34.813Z | [ host-image] Dec 06 20:38:34.147 INFO image builder template: ramdisk-02-trim... |
8731 | 2024-12-06T20:38:34.813Z | [ host-image] Dec 06 20:38:34.147 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/.tmpPWOfI9/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 |
8732 | 2024-12-06T20:38:34.836Z | [ host-image] Dec 06 20:38:34.170 INFO O| Dec 06 20:38:34.170 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8733 | 2024-12-06T20:38:34.840Z | [ host-image] Dec 06 20:38:34.174 INFO O| Dec 06 20:38:34.174 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8734 | 2024-12-06T20:38:34.981Z | [ host-image] Dec 06 20:38:34.315 INFO O| Dec 06 20:38:34.314 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8735 | 2024-12-06T20:38:35.045Z | [ host-image] Dec 06 20:38:34.379 INFO O| Dec 06 20:38:34.379 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8736 | 2024-12-06T20:38:35.047Z | [ host-image] Dec 06 20:38:34.379 INFO O| Dec 06 20:38:34.379 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8737 | 2024-12-06T20:38:35.051Z | [ host-image] Dec 06 20:38:34.384 INFO O| Dec 06 20:38:34.384 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8738 | 2024-12-06T20:38:35.054Z | [ host-image] Dec 06 20:38:34.388 INFO O| Dec 06 20:38:34.388 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8739 | 2024-12-06T20:38:35.058Z | [ host-image] Dec 06 20:38:34.393 INFO O| Dec 06 20:38:34.392 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8740 | 2024-12-06T20:38:35.256Z | [ host-image] Dec 06 20:38:34.589 INFO O| Dec 06 20:38:34.589 INFO rolled back to input snapshot; work may begin |
8741 | 2024-12-06T20:38:35.256Z | [ host-image] Dec 06 20:38:34.589 INFO O| Dec 06 20:38:34.589 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8742 | 2024-12-06T20:38:35.260Z | [ host-image] Dec 06 20:38:34.595 INFO O| Dec 06 20:38:34.594 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8743 | 2024-12-06T20:38:35.270Z | [ host-image] Dec 06 20:38:34.604 INFO O| Dec 06 20:38:34.604 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8744 | 2024-12-06T20:38:35.319Z | [ host-image] Dec 06 20:38:34.653 INFO O| Dec 06 20:38:34.653 INFO STEP 0 (remove_files) COMPLETE |
8745 | 2024-12-06T20:38:35.319Z | [ host-image] Dec 06 20:38:34.653 INFO O| Dec 06 20:38:34.653 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8746 | 2024-12-06T20:38:35.331Z | [ host-image] Dec 06 20:38:34.664 INFO O| Dec 06 20:38:34.664 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8747 | 2024-12-06T20:38:35.333Z | [ host-image] Dec 06 20:38:34.666 INFO O| Dec 06 20:38:34.666 INFO STEP 1 (remove_files) COMPLETE |
8748 | 2024-12-06T20:38:35.333Z | [ host-image] Dec 06 20:38:34.666 INFO O| Dec 06 20:38:34.666 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8749 | 2024-12-06T20:38:35.341Z | [ host-image] Dec 06 20:38:34.675 INFO O| Dec 06 20:38:34.675 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8750 | 2024-12-06T20:38:35.357Z | [ host-image] Dec 06 20:38:34.691 INFO O| Dec 06 20:38:34.691 INFO STEP 2 (remove_files) COMPLETE |
8751 | 2024-12-06T20:38:35.357Z | [ host-image] Dec 06 20:38:34.691 INFO O| Dec 06 20:38:34.691 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8752 | 2024-12-06T20:38:35.366Z | [ host-image] Dec 06 20:38:34.700 INFO O| Dec 06 20:38:34.700 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8753 | 2024-12-06T20:38:35.369Z | [ host-image] Dec 06 20:38:34.702 INFO O| Dec 06 20:38:34.702 INFO STEP 3 (remove_files) COMPLETE |
8754 | 2024-12-06T20:38:35.369Z | [ host-image] Dec 06 20:38:34.702 INFO O| Dec 06 20:38:34.702 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8755 | 2024-12-06T20:38:35.378Z | [ host-image] Dec 06 20:38:34.712 INFO O| Dec 06 20:38:34.712 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8756 | 2024-12-06T20:38:35.381Z | [ host-image] Dec 06 20:38:34.716 INFO O| Dec 06 20:38:34.716 INFO STEP 4 (remove_files) COMPLETE |
8757 | 2024-12-06T20:38:35.381Z | [ host-image] Dec 06 20:38:34.716 INFO O| Dec 06 20:38:34.716 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8758 | 2024-12-06T20:38:35.391Z | [ host-image] Dec 06 20:38:34.725 INFO O| Dec 06 20:38:34.725 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8759 | 2024-12-06T20:38:35.394Z | [ host-image] Dec 06 20:38:34.728 INFO O| Dec 06 20:38:34.728 INFO STEP 5 (remove_files) COMPLETE |
8760 | 2024-12-06T20:38:35.394Z | [ host-image] Dec 06 20:38:34.728 INFO O| Dec 06 20:38:34.728 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8761 | 2024-12-06T20:38:35.403Z | [ host-image] Dec 06 20:38:34.737 INFO O| Dec 06 20:38:34.737 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8762 | 2024-12-06T20:38:35.414Z | [ host-image] Dec 06 20:38:34.749 INFO O| Dec 06 20:38:34.749 INFO STEP 6 (remove_files) COMPLETE |
8763 | 2024-12-06T20:38:35.414Z | [ host-image] Dec 06 20:38:34.749 INFO O| Dec 06 20:38:34.749 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8764 | 2024-12-06T20:38:35.424Z | [ host-image] Dec 06 20:38:34.758 INFO O| Dec 06 20:38:34.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8765 | 2024-12-06T20:38:35.437Z | [ host-image] Dec 06 20:38:34.772 INFO O| Dec 06 20:38:34.771 INFO STEP 7 (remove_files) COMPLETE |
8766 | 2024-12-06T20:38:35.437Z | [ host-image] Dec 06 20:38:34.772 INFO O| Dec 06 20:38:34.772 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8767 | 2024-12-06T20:38:35.447Z | [ host-image] Dec 06 20:38:34.781 INFO O| Dec 06 20:38:34.781 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8768 | 2024-12-06T20:38:35.529Z | [ host-image] Dec 06 20:38:34.863 INFO O| Dec 06 20:38:34.863 INFO STEP 8 (remove_files) COMPLETE |
8769 | 2024-12-06T20:38:35.529Z | [ host-image] Dec 06 20:38:34.863 INFO O| Dec 06 20:38:34.863 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8770 | 2024-12-06T20:38:35.540Z | [ host-image] Dec 06 20:38:34.874 INFO O| Dec 06 20:38:34.874 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8771 | 2024-12-06T20:38:35.625Z | [ host-image] Dec 06 20:38:34.959 INFO O| Dec 06 20:38:34.959 INFO STEP 9 (remove_files) COMPLETE |
8772 | 2024-12-06T20:38:35.625Z | [ host-image] Dec 06 20:38:34.959 INFO O| Dec 06 20:38:34.959 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8773 | 2024-12-06T20:38:35.637Z | [ host-image] Dec 06 20:38:34.970 INFO O| Dec 06 20:38:34.970 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8774 | 2024-12-06T20:38:35.639Z | [ host-image] Dec 06 20:38:34.973 INFO O| Dec 06 20:38:34.973 INFO STEP 10 (remove_files) COMPLETE |
8775 | 2024-12-06T20:38:35.639Z | [ host-image] Dec 06 20:38:34.973 INFO O| Dec 06 20:38:34.973 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8776 | 2024-12-06T20:38:35.648Z | [ host-image] Dec 06 20:38:34.982 INFO O| Dec 06 20:38:34.982 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8777 | 2024-12-06T20:38:35.651Z | [ host-image] Dec 06 20:38:34.983 INFO O| Dec 06 20:38:34.983 INFO STEP 11 (remove_files) COMPLETE |
8778 | 2024-12-06T20:38:35.651Z | [ host-image] Dec 06 20:38:34.983 INFO O| Dec 06 20:38:34.983 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8779 | 2024-12-06T20:38:35.658Z | [ host-image] Dec 06 20:38:34.992 INFO O| Dec 06 20:38:34.992 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8780 | 2024-12-06T20:38:35.660Z | [ host-image] Dec 06 20:38:34.994 INFO O| Dec 06 20:38:34.994 INFO STEP 12 (remove_files) COMPLETE |
8781 | 2024-12-06T20:38:35.661Z | [ host-image] Dec 06 20:38:34.994 INFO O| Dec 06 20:38:34.994 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8782 | 2024-12-06T20:38:35.672Z | [ host-image] Dec 06 20:38:35.006 INFO O| Dec 06 20:38:35.006 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8783 | 2024-12-06T20:38:35.683Z | [ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8784 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8785 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8786 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8787 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8788 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8789 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8790 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.018 INFO O| Dec 06 20:38:35.018 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8791 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.019 INFO O| Dec 06 20:38:35.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8792 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.019 INFO O| Dec 06 20:38:35.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8793 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.019 INFO O| Dec 06 20:38:35.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8794 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8795 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8796 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8797 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8798 | 2024-12-06T20:38:35.686Z | [ host-image] Dec 06 20:38:35.020 INFO O| Dec 06 20:38:35.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8799 | 2024-12-06T20:38:36.021Z | [ host-image] Dec 06 20:38:35.355 INFO O| Dec 06 20:38:35.355 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8800 | 2024-12-06T20:38:36.024Z | [ host-image] Dec 06 20:38:35.358 INFO O| Dec 06 20:38:35.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8801 | 2024-12-06T20:38:36.027Z | [ host-image] Dec 06 20:38:35.360 INFO O| Dec 06 20:38:35.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8802 | 2024-12-06T20:38:36.030Z | [ host-image] Dec 06 20:38:35.362 INFO O| Dec 06 20:38:35.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8803 | 2024-12-06T20:38:36.052Z | [ host-image] Dec 06 20:38:35.386 INFO O| Dec 06 20:38:35.386 INFO STEP 13 (remove_files) COMPLETE |
8804 | 2024-12-06T20:38:36.052Z | [ host-image] Dec 06 20:38:35.386 INFO O| Dec 06 20:38:35.386 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8805 | 2024-12-06T20:38:36.063Z | [ host-image] Dec 06 20:38:35.397 INFO O| Dec 06 20:38:35.397 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8806 | 2024-12-06T20:38:36.066Z | [ host-image] Dec 06 20:38:35.399 INFO O| Dec 06 20:38:35.399 INFO STEP 14 (remove_files) COMPLETE |
8807 | 2024-12-06T20:38:36.066Z | [ host-image] Dec 06 20:38:35.399 INFO O| Dec 06 20:38:35.399 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8808 | 2024-12-06T20:38:36.074Z | [ host-image] Dec 06 20:38:35.408 INFO O| Dec 06 20:38:35.408 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8809 | 2024-12-06T20:38:36.080Z | [ host-image] Dec 06 20:38:35.414 INFO O| Dec 06 20:38:35.414 INFO STEP 15 (remove_files) COMPLETE |
8810 | 2024-12-06T20:38:36.082Z | [ host-image] Dec 06 20:38:35.414 INFO O| Dec 06 20:38:35.414 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8811 | 2024-12-06T20:38:36.090Z | [ host-image] Dec 06 20:38:35.424 INFO O| Dec 06 20:38:35.424 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8812 | 2024-12-06T20:38:36.092Z | [ host-image] Dec 06 20:38:35.424 INFO O| Dec 06 20:38:35.424 INFO STEP 16 (remove_files) COMPLETE |
8813 | 2024-12-06T20:38:36.092Z | [ host-image] Dec 06 20:38:35.424 INFO O| Dec 06 20:38:35.424 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8814 | 2024-12-06T20:38:36.102Z | [ host-image] Dec 06 20:38:35.436 INFO O| Dec 06 20:38:35.436 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8815 | 2024-12-06T20:38:36.104Z | [ host-image] Dec 06 20:38:35.438 INFO O| Dec 06 20:38:35.438 INFO STEP 17 (remove_files) COMPLETE |
8816 | 2024-12-06T20:38:36.104Z | [ host-image] Dec 06 20:38:35.438 INFO O| Dec 06 20:38:35.438 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8817 | 2024-12-06T20:38:36.115Z | [ host-image] Dec 06 20:38:35.449 INFO O| Dec 06 20:38:35.449 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8818 | 2024-12-06T20:38:36.117Z | [ host-image] Dec 06 20:38:35.449 INFO O| Dec 06 20:38:35.449 INFO STEP 18 (remove_files) COMPLETE |
8819 | 2024-12-06T20:38:36.117Z | [ host-image] Dec 06 20:38:35.449 INFO O| Dec 06 20:38:35.449 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8820 | 2024-12-06T20:38:36.124Z | [ host-image] Dec 06 20:38:35.459 INFO O| Dec 06 20:38:35.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8821 | 2024-12-06T20:38:36.124Z | [ host-image] Dec 06 20:38:35.459 INFO O| Dec 06 20:38:35.459 INFO STEP 19 (remove_files) COMPLETE |
8822 | 2024-12-06T20:38:36.127Z | [ host-image] Dec 06 20:38:35.459 INFO O| Dec 06 20:38:35.459 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8823 | 2024-12-06T20:38:36.134Z | [ host-image] Dec 06 20:38:35.468 INFO O| Dec 06 20:38:35.468 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8824 | 2024-12-06T20:38:36.136Z | [ host-image] Dec 06 20:38:35.468 INFO O| Dec 06 20:38:35.468 INFO STEP 20 (remove_files) COMPLETE |
8825 | 2024-12-06T20:38:36.136Z | [ host-image] Dec 06 20:38:35.468 INFO O| Dec 06 20:38:35.468 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8826 | 2024-12-06T20:38:36.143Z | [ host-image] Dec 06 20:38:35.478 INFO O| Dec 06 20:38:35.477 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8827 | 2024-12-06T20:38:36.143Z | [ host-image] Dec 06 20:38:35.478 INFO O| Dec 06 20:38:35.478 INFO STEP 21 (remove_files) COMPLETE |
8828 | 2024-12-06T20:38:36.146Z | [ host-image] Dec 06 20:38:35.478 INFO O| Dec 06 20:38:35.478 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8829 | 2024-12-06T20:38:36.153Z | [ host-image] Dec 06 20:38:35.487 INFO O| Dec 06 20:38:35.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8830 | 2024-12-06T20:38:36.153Z | [ host-image] Dec 06 20:38:35.487 INFO O| Dec 06 20:38:35.487 INFO STEP 22 (remove_files) COMPLETE |
8831 | 2024-12-06T20:38:36.153Z | [ host-image] Dec 06 20:38:35.487 INFO O| Dec 06 20:38:35.487 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8832 | 2024-12-06T20:38:36.162Z | [ host-image] Dec 06 20:38:35.496 INFO O| Dec 06 20:38:35.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8833 | 2024-12-06T20:38:36.162Z | [ host-image] Dec 06 20:38:35.496 INFO O| Dec 06 20:38:35.496 INFO STEP 23 (remove_files) COMPLETE |
8834 | 2024-12-06T20:38:36.165Z | [ host-image] Dec 06 20:38:35.496 INFO O| Dec 06 20:38:35.496 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-12-06T20:38:36.171Z | [ host-image] Dec 06 20:38:35.506 INFO O| Dec 06 20:38:35.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8836 | 2024-12-06T20:38:36.171Z | [ host-image] Dec 06 20:38:35.506 INFO O| Dec 06 20:38:35.506 INFO STEP 24 (remove_files) COMPLETE |
8837 | 2024-12-06T20:38:36.174Z | [ host-image] Dec 06 20:38:35.506 INFO O| Dec 06 20:38:35.506 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8838 | 2024-12-06T20:38:36.181Z | [ host-image] Dec 06 20:38:35.515 INFO O| Dec 06 20:38:35.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8839 | 2024-12-06T20:38:36.181Z | [ host-image] Dec 06 20:38:35.515 INFO O| Dec 06 20:38:35.515 INFO STEP 25 (remove_files) COMPLETE |
8840 | 2024-12-06T20:38:36.183Z | [ host-image] Dec 06 20:38:35.515 INFO O| Dec 06 20:38:35.515 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8841 | 2024-12-06T20:38:36.190Z | [ host-image] Dec 06 20:38:35.524 INFO O| Dec 06 20:38:35.524 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8842 | 2024-12-06T20:38:36.190Z | [ host-image] Dec 06 20:38:35.524 INFO O| Dec 06 20:38:35.524 INFO STEP 26 (remove_files) COMPLETE |
8843 | 2024-12-06T20:38:36.193Z | [ host-image] Dec 06 20:38:35.524 INFO O| Dec 06 20:38:35.524 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8844 | 2024-12-06T20:38:36.199Z | [ host-image] Dec 06 20:38:35.533 INFO O| Dec 06 20:38:35.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8845 | 2024-12-06T20:38:36.199Z | [ host-image] Dec 06 20:38:35.534 INFO O| Dec 06 20:38:35.534 INFO STEP 27 (remove_files) COMPLETE |
8846 | 2024-12-06T20:38:36.202Z | [ host-image] Dec 06 20:38:35.534 INFO O| Dec 06 20:38:35.534 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8847 | 2024-12-06T20:38:36.209Z | [ host-image] Dec 06 20:38:35.543 INFO O| Dec 06 20:38:35.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8848 | 2024-12-06T20:38:36.211Z | [ host-image] Dec 06 20:38:35.543 INFO O| Dec 06 20:38:35.543 INFO STEP 28 (remove_files) COMPLETE |
8849 | 2024-12-06T20:38:36.211Z | [ host-image] Dec 06 20:38:35.543 INFO O| Dec 06 20:38:35.543 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8850 | 2024-12-06T20:38:36.218Z | [ host-image] Dec 06 20:38:35.552 INFO O| Dec 06 20:38:35.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8851 | 2024-12-06T20:38:36.218Z | [ host-image] Dec 06 20:38:35.552 INFO O| Dec 06 20:38:35.552 INFO STEP 29 (remove_files) COMPLETE |
8852 | 2024-12-06T20:38:36.221Z | [ host-image] Dec 06 20:38:35.552 INFO O| Dec 06 20:38:35.552 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8853 | 2024-12-06T20:38:36.227Z | [ host-image] Dec 06 20:38:35.562 INFO O| Dec 06 20:38:35.561 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8854 | 2024-12-06T20:38:36.227Z | [ host-image] Dec 06 20:38:35.562 INFO O| Dec 06 20:38:35.562 INFO STEP 30 (remove_files) COMPLETE |
8855 | 2024-12-06T20:38:36.227Z | [ host-image] Dec 06 20:38:35.562 INFO O| Dec 06 20:38:35.562 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8856 | 2024-12-06T20:38:36.237Z | [ host-image] Dec 06 20:38:35.571 INFO O| Dec 06 20:38:35.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8857 | 2024-12-06T20:38:36.237Z | [ host-image] Dec 06 20:38:35.571 INFO O| Dec 06 20:38:35.571 INFO STEP 31 (remove_files) COMPLETE |
8858 | 2024-12-06T20:38:36.239Z | [ host-image] Dec 06 20:38:35.571 INFO O| Dec 06 20:38:35.571 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8859 | 2024-12-06T20:38:36.246Z | [ host-image] Dec 06 20:38:35.580 INFO O| Dec 06 20:38:35.580 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8860 | 2024-12-06T20:38:36.246Z | [ host-image] Dec 06 20:38:35.580 INFO O| Dec 06 20:38:35.580 INFO STEP 32 (remove_files) COMPLETE |
8861 | 2024-12-06T20:38:36.246Z | [ host-image] Dec 06 20:38:35.580 INFO O| Dec 06 20:38:35.580 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8862 | 2024-12-06T20:38:36.255Z | [ host-image] Dec 06 20:38:35.590 INFO O| Dec 06 20:38:35.590 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8863 | 2024-12-06T20:38:36.255Z | [ host-image] Dec 06 20:38:35.590 INFO O| Dec 06 20:38:35.590 INFO STEP 33 (remove_files) COMPLETE |
8864 | 2024-12-06T20:38:36.258Z | [ host-image] Dec 06 20:38:35.590 INFO O| Dec 06 20:38:35.590 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8865 | 2024-12-06T20:38:36.265Z | [ host-image] Dec 06 20:38:35.599 INFO O| Dec 06 20:38:35.599 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8866 | 2024-12-06T20:38:36.265Z | [ host-image] Dec 06 20:38:35.599 INFO O| Dec 06 20:38:35.599 INFO STEP 34 (remove_files) COMPLETE |
8867 | 2024-12-06T20:38:36.265Z | [ host-image] Dec 06 20:38:35.599 INFO O| Dec 06 20:38:35.599 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8868 | 2024-12-06T20:38:36.274Z | [ host-image] Dec 06 20:38:35.608 INFO O| Dec 06 20:38:35.608 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8869 | 2024-12-06T20:38:36.274Z | [ host-image] Dec 06 20:38:35.609 INFO O| Dec 06 20:38:35.608 INFO STEP 35 (remove_files) COMPLETE |
8870 | 2024-12-06T20:38:36.274Z | [ host-image] Dec 06 20:38:35.609 INFO O| Dec 06 20:38:35.608 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8871 | 2024-12-06T20:38:36.284Z | [ host-image] Dec 06 20:38:35.618 INFO O| Dec 06 20:38:35.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8872 | 2024-12-06T20:38:36.284Z | [ host-image] Dec 06 20:38:35.618 INFO O| Dec 06 20:38:35.618 INFO STEP 36 (remove_files) COMPLETE |
8873 | 2024-12-06T20:38:36.286Z | [ host-image] Dec 06 20:38:35.618 INFO O| Dec 06 20:38:35.618 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8874 | 2024-12-06T20:38:36.293Z | [ host-image] Dec 06 20:38:35.627 INFO O| Dec 06 20:38:35.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8875 | 2024-12-06T20:38:36.293Z | [ host-image] Dec 06 20:38:35.628 INFO O| Dec 06 20:38:35.627 INFO STEP 37 (remove_files) COMPLETE |
8876 | 2024-12-06T20:38:36.296Z | [ host-image] Dec 06 20:38:35.628 INFO O| Dec 06 20:38:35.627 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8877 | 2024-12-06T20:38:36.302Z | [ host-image] Dec 06 20:38:35.637 INFO O| Dec 06 20:38:35.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8878 | 2024-12-06T20:38:36.302Z | [ host-image] Dec 06 20:38:35.637 INFO O| Dec 06 20:38:35.637 INFO STEP 38 (remove_files) COMPLETE |
8879 | 2024-12-06T20:38:36.303Z | [ host-image] Dec 06 20:38:35.637 INFO O| Dec 06 20:38:35.637 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8880 | 2024-12-06T20:38:36.312Z | [ host-image] Dec 06 20:38:35.646 INFO O| Dec 06 20:38:35.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8881 | 2024-12-06T20:38:36.312Z | [ host-image] Dec 06 20:38:35.646 INFO O| Dec 06 20:38:35.646 INFO STEP 39 (remove_files) COMPLETE |
8882 | 2024-12-06T20:38:36.314Z | [ host-image] Dec 06 20:38:35.646 INFO O| Dec 06 20:38:35.646 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8883 | 2024-12-06T20:38:36.321Z | [ host-image] Dec 06 20:38:35.655 INFO O| Dec 06 20:38:35.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8884 | 2024-12-06T20:38:36.321Z | [ host-image] Dec 06 20:38:35.656 INFO O| Dec 06 20:38:35.656 INFO STEP 40 (remove_files) COMPLETE |
8885 | 2024-12-06T20:38:36.324Z | [ host-image] Dec 06 20:38:35.656 INFO O| Dec 06 20:38:35.656 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8886 | 2024-12-06T20:38:36.331Z | [ host-image] Dec 06 20:38:35.665 INFO O| Dec 06 20:38:35.665 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8887 | 2024-12-06T20:38:36.331Z | [ host-image] Dec 06 20:38:35.665 INFO O| Dec 06 20:38:35.665 INFO STEP 41 (remove_files) COMPLETE |
8888 | 2024-12-06T20:38:36.333Z | [ host-image] Dec 06 20:38:35.665 INFO O| Dec 06 20:38:35.665 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8889 | 2024-12-06T20:38:36.340Z | [ host-image] Dec 06 20:38:35.674 INFO O| Dec 06 20:38:35.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8890 | 2024-12-06T20:38:36.340Z | [ host-image] Dec 06 20:38:35.675 INFO O| Dec 06 20:38:35.675 INFO STEP 42 (remove_files) COMPLETE |
8891 | 2024-12-06T20:38:36.340Z | [ host-image] Dec 06 20:38:35.675 INFO O| Dec 06 20:38:35.675 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8892 | 2024-12-06T20:38:36.350Z | [ host-image] Dec 06 20:38:35.684 INFO O| Dec 06 20:38:35.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8893 | 2024-12-06T20:38:36.350Z | [ host-image] Dec 06 20:38:35.684 INFO O| Dec 06 20:38:35.684 INFO STEP 43 (remove_files) COMPLETE |
8894 | 2024-12-06T20:38:36.352Z | [ host-image] Dec 06 20:38:35.684 INFO O| Dec 06 20:38:35.684 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8895 | 2024-12-06T20:38:36.359Z | [ host-image] Dec 06 20:38:35.693 INFO O| Dec 06 20:38:35.693 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8896 | 2024-12-06T20:38:36.359Z | [ host-image] Dec 06 20:38:35.693 INFO O| Dec 06 20:38:35.693 INFO STEP 44 (remove_files) COMPLETE |
8897 | 2024-12-06T20:38:36.361Z | [ host-image] Dec 06 20:38:35.693 INFO O| Dec 06 20:38:35.693 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8898 | 2024-12-06T20:38:36.368Z | [ host-image] Dec 06 20:38:35.703 INFO O| Dec 06 20:38:35.703 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8899 | 2024-12-06T20:38:36.368Z | [ host-image] Dec 06 20:38:35.703 INFO O| Dec 06 20:38:35.703 INFO STEP 45 (remove_files) COMPLETE |
8900 | 2024-12-06T20:38:36.371Z | [ host-image] Dec 06 20:38:35.703 INFO O| Dec 06 20:38:35.703 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8901 | 2024-12-06T20:38:36.378Z | [ host-image] Dec 06 20:38:35.712 INFO O| Dec 06 20:38:35.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8902 | 2024-12-06T20:38:36.378Z | [ host-image] Dec 06 20:38:35.712 INFO O| Dec 06 20:38:35.712 INFO STEP 46 (remove_files) COMPLETE |
8903 | 2024-12-06T20:38:36.380Z | [ host-image] Dec 06 20:38:35.712 INFO O| Dec 06 20:38:35.712 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8904 | 2024-12-06T20:38:36.387Z | [ host-image] Dec 06 20:38:35.722 INFO O| Dec 06 20:38:35.721 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8905 | 2024-12-06T20:38:36.387Z | [ host-image] Dec 06 20:38:35.722 INFO O| Dec 06 20:38:35.722 INFO STEP 47 (remove_files) COMPLETE |
8906 | 2024-12-06T20:38:36.387Z | [ host-image] Dec 06 20:38:35.722 INFO O| Dec 06 20:38:35.722 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8907 | 2024-12-06T20:38:36.397Z | [ host-image] Dec 06 20:38:35.731 INFO O| Dec 06 20:38:35.731 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8908 | 2024-12-06T20:38:36.397Z | [ host-image] Dec 06 20:38:35.731 INFO O| Dec 06 20:38:35.731 INFO STEP 48 (remove_files) COMPLETE |
8909 | 2024-12-06T20:38:36.397Z | [ host-image] Dec 06 20:38:35.731 INFO O| Dec 06 20:38:35.731 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8910 | 2024-12-06T20:38:36.406Z | [ host-image] Dec 06 20:38:35.740 INFO O| Dec 06 20:38:35.740 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8911 | 2024-12-06T20:38:36.406Z | [ host-image] Dec 06 20:38:35.741 INFO O| Dec 06 20:38:35.741 INFO STEP 49 (remove_files) COMPLETE |
8912 | 2024-12-06T20:38:36.409Z | [ host-image] Dec 06 20:38:35.741 INFO O| Dec 06 20:38:35.741 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8913 | 2024-12-06T20:38:36.415Z | [ host-image] Dec 06 20:38:35.750 INFO O| Dec 06 20:38:35.750 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8914 | 2024-12-06T20:38:36.415Z | [ host-image] Dec 06 20:38:35.750 INFO O| Dec 06 20:38:35.750 INFO STEP 50 (remove_files) COMPLETE |
8915 | 2024-12-06T20:38:36.418Z | [ host-image] Dec 06 20:38:35.750 INFO O| Dec 06 20:38:35.750 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8916 | 2024-12-06T20:38:36.425Z | [ host-image] Dec 06 20:38:35.759 INFO O| Dec 06 20:38:35.759 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8917 | 2024-12-06T20:38:36.425Z | [ host-image] Dec 06 20:38:35.759 INFO O| Dec 06 20:38:35.759 INFO STEP 51 (remove_files) COMPLETE |
8918 | 2024-12-06T20:38:36.427Z | [ host-image] Dec 06 20:38:35.759 INFO O| Dec 06 20:38:35.759 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8919 | 2024-12-06T20:38:36.434Z | [ host-image] Dec 06 20:38:35.768 INFO O| Dec 06 20:38:35.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8920 | 2024-12-06T20:38:36.434Z | [ host-image] Dec 06 20:38:35.769 INFO O| Dec 06 20:38:35.768 INFO STEP 52 (remove_files) COMPLETE |
8921 | 2024-12-06T20:38:36.437Z | [ host-image] Dec 06 20:38:35.769 INFO O| Dec 06 20:38:35.768 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8922 | 2024-12-06T20:38:36.444Z | [ host-image] Dec 06 20:38:35.778 INFO O| Dec 06 20:38:35.778 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8923 | 2024-12-06T20:38:36.444Z | [ host-image] Dec 06 20:38:35.778 INFO O| Dec 06 20:38:35.778 INFO STEP 53 (remove_files) COMPLETE |
8924 | 2024-12-06T20:38:36.444Z | [ host-image] Dec 06 20:38:35.778 INFO O| Dec 06 20:38:35.778 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8925 | 2024-12-06T20:38:36.453Z | [ host-image] Dec 06 20:38:35.787 INFO O| Dec 06 20:38:35.787 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8926 | 2024-12-06T20:38:36.453Z | [ host-image] Dec 06 20:38:35.787 INFO O| Dec 06 20:38:35.787 INFO STEP 54 (remove_files) COMPLETE |
8927 | 2024-12-06T20:38:36.453Z | [ host-image] Dec 06 20:38:35.787 INFO O| Dec 06 20:38:35.787 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8928 | 2024-12-06T20:38:36.462Z | [ host-image] Dec 06 20:38:35.796 INFO O| Dec 06 20:38:35.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8929 | 2024-12-06T20:38:36.462Z | [ host-image] Dec 06 20:38:35.796 INFO O| Dec 06 20:38:35.796 INFO STEP 55 (remove_files) COMPLETE |
8930 | 2024-12-06T20:38:36.462Z | [ host-image] Dec 06 20:38:35.796 INFO O| Dec 06 20:38:35.796 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8931 | 2024-12-06T20:38:36.471Z | [ host-image] Dec 06 20:38:35.806 INFO O| Dec 06 20:38:35.806 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8932 | 2024-12-06T20:38:36.474Z | [ host-image] Dec 06 20:38:35.806 INFO O| Dec 06 20:38:35.806 INFO STEP 56 (remove_files) COMPLETE |
8933 | 2024-12-06T20:38:36.474Z | [ host-image] Dec 06 20:38:35.806 INFO O| Dec 06 20:38:35.806 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8934 | 2024-12-06T20:38:36.481Z | [ host-image] Dec 06 20:38:35.815 INFO O| Dec 06 20:38:35.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8935 | 2024-12-06T20:38:36.484Z | [ host-image] Dec 06 20:38:35.815 INFO O| Dec 06 20:38:35.815 INFO STEP 57 (remove_files) COMPLETE |
8936 | 2024-12-06T20:38:36.484Z | [ host-image] Dec 06 20:38:35.815 INFO O| Dec 06 20:38:35.815 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8937 | 2024-12-06T20:38:36.491Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8938 | 2024-12-06T20:38:36.491Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8939 | 2024-12-06T20:38:36.494Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8940 | 2024-12-06T20:38:36.494Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8941 | 2024-12-06T20:38:36.494Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8942 | 2024-12-06T20:38:36.494Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8943 | 2024-12-06T20:38:36.494Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO ok! |
8944 | 2024-12-06T20:38:36.494Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO STEP 58 (ensure_file) COMPLETE |
8945 | 2024-12-06T20:38:36.494Z | [ host-image] Dec 06 20:38:35.825 INFO O| Dec 06 20:38:35.825 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8946 | 2024-12-06T20:38:36.500Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8947 | 2024-12-06T20:38:36.500Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8948 | 2024-12-06T20:38:36.503Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8949 | 2024-12-06T20:38:36.503Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8950 | 2024-12-06T20:38:36.503Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8951 | 2024-12-06T20:38:36.503Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8952 | 2024-12-06T20:38:36.503Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO ok! |
8953 | 2024-12-06T20:38:36.503Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO STEP 59 (ensure_file) COMPLETE |
8954 | 2024-12-06T20:38:36.503Z | [ host-image] Dec 06 20:38:35.835 INFO O| Dec 06 20:38:35.835 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8955 | 2024-12-06T20:38:36.510Z | [ host-image] Dec 06 20:38:35.844 INFO O| Dec 06 20:38:35.844 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8956 | 2024-12-06T20:38:36.512Z | [ host-image] Dec 06 20:38:35.844 INFO O| Dec 06 20:38:35.844 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8957 | 2024-12-06T20:38:36.512Z | [ host-image] Dec 06 20:38:35.845 INFO O| Dec 06 20:38:35.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8958 | 2024-12-06T20:38:36.512Z | [ host-image] Dec 06 20:38:35.845 INFO O| Dec 06 20:38:35.845 INFO ok! |
8959 | 2024-12-06T20:38:36.512Z | [ host-image] Dec 06 20:38:35.845 INFO O| Dec 06 20:38:35.845 INFO STEP 60 (ensure_file) COMPLETE |
8960 | 2024-12-06T20:38:36.512Z | [ host-image] Dec 06 20:38:35.845 INFO O| Dec 06 20:38:35.845 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8961 | 2024-12-06T20:38:36.520Z | [ host-image] Dec 06 20:38:35.854 INFO O| Dec 06 20:38:35.854 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8962 | 2024-12-06T20:38:36.520Z | [ host-image] Dec 06 20:38:35.854 INFO O| Dec 06 20:38:35.854 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8963 | 2024-12-06T20:38:36.522Z | [ host-image] Dec 06 20:38:35.855 INFO O| Dec 06 20:38:35.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8964 | 2024-12-06T20:38:36.522Z | [ host-image] Dec 06 20:38:35.855 INFO O| Dec 06 20:38:35.855 INFO ok! |
8965 | 2024-12-06T20:38:36.522Z | [ host-image] Dec 06 20:38:35.855 INFO O| Dec 06 20:38:35.855 INFO STEP 61 (ensure_file) COMPLETE |
8966 | 2024-12-06T20:38:36.522Z | [ host-image] Dec 06 20:38:35.855 INFO O| Dec 06 20:38:35.855 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8967 | 2024-12-06T20:38:36.530Z | [ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8968 | 2024-12-06T20:38:36.530Z | [ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8969 | 2024-12-06T20:38:36.532Z | [ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8970 | 2024-12-06T20:38:36.532Z | [ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8971 | 2024-12-06T20:38:36.532Z | [ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO ok! |
8972 | 2024-12-06T20:38:36.532Z | [ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO STEP 62 (ensure_file) COMPLETE |
8973 | 2024-12-06T20:38:36.532Z | [ host-image] Dec 06 20:38:35.864 INFO O| Dec 06 20:38:35.864 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8974 | 2024-12-06T20:38:36.539Z | [ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8975 | 2024-12-06T20:38:36.539Z | [ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8976 | 2024-12-06T20:38:36.542Z | [ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8977 | 2024-12-06T20:38:36.542Z | [ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8978 | 2024-12-06T20:38:36.542Z | [ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO ok! |
8979 | 2024-12-06T20:38:36.542Z | [ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO STEP 63 (ensure_file) COMPLETE |
8980 | 2024-12-06T20:38:36.542Z | [ host-image] Dec 06 20:38:35.874 INFO O| Dec 06 20:38:35.874 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8981 | 2024-12-06T20:38:36.549Z | [ host-image] Dec 06 20:38:35.883 INFO O| Dec 06 20:38:35.883 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8982 | 2024-12-06T20:38:36.549Z | [ host-image] Dec 06 20:38:35.883 INFO O| Dec 06 20:38:35.883 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8983 | 2024-12-06T20:38:36.551Z | [ host-image] Dec 06 20:38:35.884 INFO O| Dec 06 20:38:35.884 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8984 | 2024-12-06T20:38:36.551Z | [ host-image] Dec 06 20:38:35.884 INFO O| Dec 06 20:38:35.884 INFO ok! |
8985 | 2024-12-06T20:38:36.551Z | [ host-image] Dec 06 20:38:35.884 INFO O| Dec 06 20:38:35.884 INFO STEP 64 (assemble_files) COMPLETE |
8986 | 2024-12-06T20:38:36.551Z | [ host-image] Dec 06 20:38:35.884 INFO O| Dec 06 20:38:35.884 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8987 | 2024-12-06T20:38:36.561Z | [ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8988 | 2024-12-06T20:38:36.561Z | [ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8989 | 2024-12-06T20:38:36.564Z | [ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8990 | 2024-12-06T20:38:36.564Z | [ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8991 | 2024-12-06T20:38:36.564Z | [ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO ok! |
8992 | 2024-12-06T20:38:36.564Z | [ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO STEP 65 (ensure_file) COMPLETE |
8993 | 2024-12-06T20:38:36.564Z | [ host-image] Dec 06 20:38:35.896 INFO O| Dec 06 20:38:35.896 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8994 | 2024-12-06T20:38:36.571Z | [ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8995 | 2024-12-06T20:38:36.573Z | [ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8996 | 2024-12-06T20:38:36.573Z | [ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8997 | 2024-12-06T20:38:36.574Z | [ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO STEP 66 (ensure_dir) COMPLETE |
8998 | 2024-12-06T20:38:36.574Z | [ host-image] Dec 06 20:38:35.905 INFO O| Dec 06 20:38:35.905 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8999 | 2024-12-06T20:38:36.580Z | [ host-image] Dec 06 20:38:35.915 INFO O| Dec 06 20:38:35.915 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9000 | 2024-12-06T20:38:36.584Z | [ host-image] Dec 06 20:38:35.915 INFO O| Dec 06 20:38:35.915 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 ... |
9001 | 2024-12-06T20:38:36.589Z | [ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.921 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 |
9002 | 2024-12-06T20:38:36.589Z | [ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.922 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9003 | 2024-12-06T20:38:36.589Z | [ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.922 INFO ok! |
9004 | 2024-12-06T20:38:36.589Z | [ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.922 INFO STEP 67 (ensure_file) COMPLETE |
9005 | 2024-12-06T20:38:36.589Z | [ host-image] Dec 06 20:38:35.922 INFO O| Dec 06 20:38:35.922 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9006 | 2024-12-06T20:38:36.597Z | [ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9007 | 2024-12-06T20:38:36.597Z | [ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 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 ... |
9008 | 2024-12-06T20:38:36.599Z | [ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 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 |
9009 | 2024-12-06T20:38:36.599Z | [ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9010 | 2024-12-06T20:38:36.599Z | [ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO ok! |
9011 | 2024-12-06T20:38:36.599Z | [ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO STEP 68 (ensure_file) COMPLETE |
9012 | 2024-12-06T20:38:36.599Z | [ host-image] Dec 06 20:38:35.931 INFO O| Dec 06 20:38:35.931 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9013 | 2024-12-06T20:38:36.611Z | [ host-image] Dec 06 20:38:35.945 INFO O| Dec 06 20:38:35.945 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9014 | 2024-12-06T20:38:36.613Z | [ host-image] Dec 06 20:38:35.945 INFO O| Dec 06 20:38:35.945 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9015 | 2024-12-06T20:38:38.538Z | [ host-image] Dec 06 20:38:37.871 INFO O| Dec 06 20:38:37.869 INFO STEP 69 (pack_tar) COMPLETE |
9016 | 2024-12-06T20:38:38.538Z | [ host-image] Dec 06 20:38:37.871 INFO O| Dec 06 20:38:37.869 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9017 | 2024-12-06T20:38:38.538Z | [ host-image] Dec 06 20:38:37.871 INFO O| Dec 06 20:38:37.869 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9018 | 2024-12-06T20:38:39.349Z | [ host-image] Dec 06 20:38:38.683 INFO O| Dec 06 20:38:38.683 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9019 | 2024-12-06T20:38:39.429Z | [ host-image] Dec 06 20:38:38.763 INFO O| Dec 06 20:38:38.763 INFO completed processing gimlet/ramdisk-02-trim |
9020 | 2024-12-06T20:38:39.432Z | [ host-image] Dec 06 20:38:38.765 INFO image builder template: zfs... |
9021 | 2024-12-06T20:38:39.432Z | [ host-image] Dec 06 20:38:38.765 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/.tmpPWOfI9/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 |
9022 | 2024-12-06T20:38:39.445Z | [ host-image] Dec 06 20:38:38.779 INFO O| Dec 06 20:38:38.779 INFO skip include "stress" because feature "stress" is not enabled |
9023 | 2024-12-06T20:38:39.477Z | [ host-image] Dec 06 20:38:38.810 INFO O| Dec 06 20:38:38.810 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9024 | 2024-12-06T20:38:39.480Z | [ host-image] Dec 06 20:38:38.814 INFO O| Dec 06 20:38:38.814 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9025 | 2024-12-06T20:38:39.552Z | [ host-image] Dec 06 20:38:38.886 INFO O| Dec 06 20:38:38.886 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9026 | 2024-12-06T20:38:39.615Z | [ host-image] Dec 06 20:38:38.948 INFO O| Dec 06 20:38:38.948 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9027 | 2024-12-06T20:38:39.615Z | [ host-image] Dec 06 20:38:38.948 INFO O| Dec 06 20:38:38.948 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9028 | 2024-12-06T20:38:39.618Z | [ host-image] Dec 06 20:38:38.952 INFO O| Dec 06 20:38:38.952 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9029 | 2024-12-06T20:38:39.695Z | [ host-image] Dec 06 20:38:39.029 INFO O| Dec 06 20:38:39.029 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9030 | 2024-12-06T20:38:39.813Z | [ host-image] Dec 06 20:38:39.147 INFO O| Dec 06 20:38:39.147 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9031 | 2024-12-06T20:38:39.822Z | [ host-image] Dec 06 20:38:39.157 INFO O| Dec 06 20:38:39.157 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9032 | 2024-12-06T20:38:39.827Z | [ host-image] Dec 06 20:38:39.161 INFO O| Dec 06 20:38:39.161 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9033 | 2024-12-06T20:38:39.827Z | [ host-image] Dec 06 20:38:39.161 INFO O| Dec 06 20:38:39.161 INFO no lofi found |
9034 | 2024-12-06T20:38:39.830Z | [ host-image] Dec 06 20:38:39.161 INFO O| Dec 06 20:38:39.161 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9035 | 2024-12-06T20:38:39.830Z | [ host-image] Dec 06 20:38:39.161 INFO O| Dec 06 20:38:39.161 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9036 | 2024-12-06T20:38:41.674Z | [ host-image] Dec 06 20:38:41.008 INFO O| Dec 06 20:38:41.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
9037 | 2024-12-06T20:38:41.674Z | [ host-image] Dec 06 20:38:41.008 INFO O| Dec 06 20:38:41.008 INFO pool device = /dev/dsk/c2t1d0p0 |
9038 | 2024-12-06T20:38:41.676Z | [ host-image] Dec 06 20:38:41.008 INFO O| Dec 06 20:38:41.008 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"] |
9039 | 2024-12-06T20:38:41.746Z | [ host-image] Dec 06 20:38:41.080 INFO O| Dec 06 20:38:41.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9040 | 2024-12-06T20:38:41.746Z | [ host-image] Dec 06 20:38:41.080 INFO O| Dec 06 20:38:41.080 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9041 | 2024-12-06T20:38:41.769Z | [ host-image] Dec 06 20:38:41.103 INFO O| Dec 06 20:38:41.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9042 | 2024-12-06T20:38:41.826Z | [ host-image] Dec 06 20:38:41.160 INFO O| Dec 06 20:38:41.160 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9043 | 2024-12-06T20:38:41.862Z | [ host-image] Dec 06 20:38:41.196 INFO O| Dec 06 20:38:41.196 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9044 | 2024-12-06T20:38:41.875Z | [ host-image] Dec 06 20:38:41.210 INFO O| Dec 06 20:38:41.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9045 | 2024-12-06T20:38:41.885Z | [ host-image] Dec 06 20:38:41.220 INFO O| Dec 06 20:38:41.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9046 | 2024-12-06T20:38:41.930Z | [ host-image] Dec 06 20:38:41.264 INFO O| Dec 06 20:38:41.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9047 | 2024-12-06T20:38:41.930Z | [ host-image] Dec 06 20:38:41.264 INFO O| Dec 06 20:38:41.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9048 | 2024-12-06T20:38:41.934Z | [ host-image] Dec 06 20:38:41.264 INFO O| Dec 06 20:38:41.264 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9049 | 2024-12-06T20:38:41.941Z | [ host-image] Dec 06 20:38:41.275 INFO O| Dec 06 20:38:41.275 INFO boot environment UUID: a86c362c-a65d-47dd-914c-921842f70bd4 |
9050 | 2024-12-06T20:38:41.941Z | [ host-image] Dec 06 20:38:41.275 INFO O| Dec 06 20:38:41.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = a86c362c-a65d-47dd-914c-921842f70bd4 |
9051 | 2024-12-06T20:38:41.966Z | [ host-image] Dec 06 20:38:41.300 INFO O| Dec 06 20:38:41.300 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9052 | 2024-12-06T20:38:41.976Z | [ host-image] Dec 06 20:38:41.310 INFO O| Dec 06 20:38:41.310 INFO STEP 0 (create_be) COMPLETE |
9053 | 2024-12-06T20:38:41.976Z | [ host-image] Dec 06 20:38:41.310 INFO O| Dec 06 20:38:41.310 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9054 | 2024-12-06T20:38:41.991Z | [ host-image] Dec 06 20:38:41.325 INFO O| Dec 06 20:38:41.325 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9055 | 2024-12-06T20:38:44.848Z | [ recovery-image] Dec 06 20:38:44.177 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) |
9056 | 2024-12-06T20:38:47.514Z | [ recovery-image] Dec 06 20:38:46.848 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
9057 | 2024-12-06T20:38:52.077Z | [ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling bitflags v1.3.2 |
9058 | 2024-12-06T20:38:52.077Z | [ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling adler2 v2.0.0 |
9059 | 2024-12-06T20:38:52.077Z | [ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling log v0.4.22 |
9060 | 2024-12-06T20:38:52.077Z | [ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling bit_field v0.10.2 |
9061 | 2024-12-06T20:38:52.077Z | [ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling plain v0.2.3 |
9062 | 2024-12-06T20:38:52.078Z | [ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling scroll v0.12.0 |
9063 | 2024-12-06T20:38:52.078Z | [ recovery-image] Dec 06 20:38:51.409 INFO E| Compiling bitstruct v0.1.1 |
9064 | 2024-12-06T20:38:52.202Z | [ recovery-image] Dec 06 20:38:51.535 INFO E| Compiling raw-cpuid v10.7.0 |
9065 | 2024-12-06T20:38:52.211Z | [ recovery-image] Dec 06 20:38:51.541 INFO E| Compiling cpio_reader v0.1.1 |
9066 | 2024-12-06T20:38:52.365Z | [ recovery-image] Dec 06 20:38:51.699 INFO E| Compiling miniz_oxide v0.8.0 |
9067 | 2024-12-06T20:38:52.569Z | [ recovery-image] Dec 06 20:38:51.893 INFO E| Compiling static_assertions v1.1.0 |
9068 | 2024-12-06T20:38:53.394Z | [ recovery-image] Dec 06 20:38:52.721 INFO E| Compiling goblin v0.8.2 |
9069 | 2024-12-06T20:39:02.123Z | [ host-image] Dec 06 20:39:01.456 INFO O| Dec 06 20:39:01.456 INFO STEP 1 (unpack_tar) COMPLETE |
9070 | 2024-12-06T20:39:02.123Z | [ host-image] Dec 06 20:39:01.456 INFO O| Dec 06 20:39:01.456 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9071 | 2024-12-06T20:39:02.131Z | [ recovery-image] Dec 06 20:39:01.465 INFO E| Finished `release` profile [optimized] target(s) in 36.86s |
9072 | 2024-12-06T20:39:02.134Z | [ host-image] Dec 06 20:39:01.468 INFO O| Dec 06 20:39:01.468 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9073 | 2024-12-06T20:39:02.154Z | [ recovery-image] Dec 06 20:39:01.488 INFO building host image... |
9074 | 2024-12-06T20:39:02.156Z | [ recovery-image] Dec 06 20:39:01.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-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") |
9075 | 2024-12-06T20:39:02.632Z | [ host-image] Dec 06 20:39:01.966 INFO O| Dec 06 20:39:01.966 INFO STEP 2 (devfsadm) COMPLETE |
9076 | 2024-12-06T20:39:02.632Z | [ host-image] Dec 06 20:39:01.966 INFO O| Dec 06 20:39:01.966 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9077 | 2024-12-06T20:39:02.643Z | [ host-image] Dec 06 20:39:01.977 INFO O| Dec 06 20:39:01.977 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9078 | 2024-12-06T20:39:02.643Z | [ host-image] Dec 06 20:39:01.977 INFO O| Dec 06 20:39:01.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9079 | 2024-12-06T20:39:02.643Z | [ host-image] Dec 06 20:39:01.977 INFO O| Dec 06 20:39:01.977 INFO STEP 3 (ensure_dir) COMPLETE |
9080 | 2024-12-06T20:39:02.646Z | [ host-image] Dec 06 20:39:01.977 INFO O| Dec 06 20:39:01.977 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9081 | 2024-12-06T20:39:02.653Z | [ host-image] Dec 06 20:39:01.987 INFO O| Dec 06 20:39:01.987 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9082 | 2024-12-06T20:39:02.653Z | [ host-image] Dec 06 20:39:01.987 INFO O| Dec 06 20:39:01.987 INFO STEP 4 (ensure_dir) COMPLETE |
9083 | 2024-12-06T20:39:02.653Z | [ host-image] Dec 06 20:39:01.987 INFO O| Dec 06 20:39:01.987 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9084 | 2024-12-06T20:39:02.662Z | [ host-image] Dec 06 20:39:01.996 INFO O| Dec 06 20:39:01.996 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9085 | 2024-12-06T20:39:02.662Z | [ host-image] Dec 06 20:39:01.996 INFO O| Dec 06 20:39:01.996 INFO STEP 5 (ensure_dir) COMPLETE |
9086 | 2024-12-06T20:39:02.664Z | [ host-image] Dec 06 20:39:01.996 INFO O| Dec 06 20:39:01.996 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9087 | 2024-12-06T20:39:02.672Z | [ host-image] Dec 06 20:39:02.005 INFO O| Dec 06 20:39:02.005 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9088 | 2024-12-06T20:39:02.675Z | [ host-image] Dec 06 20:39:02.006 INFO O| Dec 06 20:39:02.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9089 | 2024-12-06T20:39:02.675Z | [ host-image] Dec 06 20:39:02.006 INFO O| Dec 06 20:39:02.006 INFO STEP 6 (ensure_dir) COMPLETE |
9090 | 2024-12-06T20:39:02.675Z | [ host-image] Dec 06 20:39:02.006 INFO O| Dec 06 20:39:02.006 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9091 | 2024-12-06T20:39:02.687Z | [ host-image] Dec 06 20:39:02.015 INFO O| Dec 06 20:39:02.015 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9092 | 2024-12-06T20:39:02.687Z | [ host-image] Dec 06 20:39:02.015 INFO O| Dec 06 20:39:02.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9093 | 2024-12-06T20:39:02.687Z | [ host-image] Dec 06 20:39:02.015 INFO O| Dec 06 20:39:02.015 INFO STEP 7 (ensure_dir) COMPLETE |
9094 | 2024-12-06T20:39:02.687Z | [ host-image] Dec 06 20:39:02.015 INFO O| Dec 06 20:39:02.015 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9095 | 2024-12-06T20:39:02.690Z | [ host-image] Dec 06 20:39:02.024 INFO O| Dec 06 20:39:02.024 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9096 | 2024-12-06T20:39:02.692Z | [ host-image] Dec 06 20:39:02.024 INFO O| Dec 06 20:39:02.024 INFO STEP 8 (remove_files) COMPLETE |
9097 | 2024-12-06T20:39:02.692Z | [ host-image] Dec 06 20:39:02.024 INFO O| Dec 06 20:39:02.024 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9098 | 2024-12-06T20:39:02.699Z | [ host-image] Dec 06 20:39:02.033 INFO O| Dec 06 20:39:02.033 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9099 | 2024-12-06T20:39:02.702Z | [ host-image] Dec 06 20:39:02.034 INFO O| Dec 06 20:39:02.034 INFO STEP 9 (remove_files) COMPLETE |
9100 | 2024-12-06T20:39:02.702Z | [ host-image] Dec 06 20:39:02.034 INFO O| Dec 06 20:39:02.034 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9101 | 2024-12-06T20:39:02.709Z | [ host-image] Dec 06 20:39:02.043 INFO O| Dec 06 20:39:02.043 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9102 | 2024-12-06T20:39:02.711Z | [ host-image] Dec 06 20:39:02.044 INFO O| Dec 06 20:39:02.044 INFO STEP 10 (remove_files) COMPLETE |
9103 | 2024-12-06T20:39:02.711Z | [ host-image] Dec 06 20:39:02.044 INFO O| Dec 06 20:39:02.044 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9104 | 2024-12-06T20:39:02.719Z | [ host-image] Dec 06 20:39:02.053 INFO O| Dec 06 20:39:02.053 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9105 | 2024-12-06T20:39:02.721Z | [ host-image] Dec 06 20:39:02.053 INFO O| Dec 06 20:39:02.053 INFO STEP 11 (remove_files) COMPLETE |
9106 | 2024-12-06T20:39:02.722Z | [ host-image] Dec 06 20:39:02.053 INFO O| Dec 06 20:39:02.053 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9107 | 2024-12-06T20:39:02.728Z | [ host-image] Dec 06 20:39:02.062 INFO O| Dec 06 20:39:02.062 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9108 | 2024-12-06T20:39:02.730Z | [ host-image] Dec 06 20:39:02.062 INFO O| Dec 06 20:39:02.062 INFO STEP 12 (remove_files) COMPLETE |
9109 | 2024-12-06T20:39:02.730Z | [ host-image] Dec 06 20:39:02.062 INFO O| Dec 06 20:39:02.062 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9110 | 2024-12-06T20:39:02.735Z | [ recovery-image] Dec 06 20:39:02.069 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9111 | 2024-12-06T20:39:02.738Z | [ host-image] Dec 06 20:39:02.072 INFO O| Dec 06 20:39:02.072 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9112 | 2024-12-06T20:39:02.740Z | [ host-image] Dec 06 20:39:02.072 INFO O| Dec 06 20:39:02.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9113 | 2024-12-06T20:39:02.740Z | [ host-image] Dec 06 20:39:02.072 INFO O| Dec 06 20:39:02.072 INFO STEP 13 (ensure_dir) COMPLETE |
9114 | 2024-12-06T20:39:02.740Z | [ host-image] Dec 06 20:39:02.072 INFO O| Dec 06 20:39:02.072 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9115 | 2024-12-06T20:39:02.748Z | [ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9116 | 2024-12-06T20:39:02.750Z | [ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9117 | 2024-12-06T20:39:02.751Z | [ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9118 | 2024-12-06T20:39:02.751Z | [ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO STEP 14 (ensure_dir) COMPLETE |
9119 | 2024-12-06T20:39:02.751Z | [ host-image] Dec 06 20:39:02.082 INFO O| Dec 06 20:39:02.082 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9120 | 2024-12-06T20:39:02.757Z | [ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9121 | 2024-12-06T20:39:02.760Z | [ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9122 | 2024-12-06T20:39:02.760Z | [ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9123 | 2024-12-06T20:39:02.760Z | [ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO STEP 15 (ensure_dir) COMPLETE |
9124 | 2024-12-06T20:39:02.760Z | [ host-image] Dec 06 20:39:02.091 INFO O| Dec 06 20:39:02.091 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9125 | 2024-12-06T20:39:02.769Z | [ host-image] Dec 06 20:39:02.101 INFO O| Dec 06 20:39:02.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9126 | 2024-12-06T20:39:02.769Z | [ host-image] Dec 06 20:39:02.101 INFO O| Dec 06 20:39:02.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9127 | 2024-12-06T20:39:02.769Z | [ host-image] Dec 06 20:39:02.101 INFO O| Dec 06 20:39:02.101 INFO STEP 16 (ensure_dir) COMPLETE |
9128 | 2024-12-06T20:39:02.771Z | [ host-image] Dec 06 20:39:02.101 INFO O| Dec 06 20:39:02.101 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9129 | 2024-12-06T20:39:02.776Z | [ host-image] Dec 06 20:39:02.110 INFO O| Dec 06 20:39:02.110 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9130 | 2024-12-06T20:39:02.778Z | [ host-image] Dec 06 20:39:02.110 INFO O| Dec 06 20:39:02.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9131 | 2024-12-06T20:39:02.778Z | [ host-image] Dec 06 20:39:02.110 INFO O| Dec 06 20:39:02.110 INFO STEP 17 (ensure_dir) COMPLETE |
9132 | 2024-12-06T20:39:02.778Z | [ host-image] Dec 06 20:39:02.110 INFO O| Dec 06 20:39:02.110 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9133 | 2024-12-06T20:39:02.785Z | [ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9134 | 2024-12-06T20:39:02.785Z | [ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9135 | 2024-12-06T20:39:02.785Z | [ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO ok! |
9136 | 2024-12-06T20:39:02.787Z | [ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO STEP 18 (ensure_symlink) COMPLETE |
9137 | 2024-12-06T20:39:02.788Z | [ host-image] Dec 06 20:39:02.119 INFO O| Dec 06 20:39:02.119 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9138 | 2024-12-06T20:39:02.795Z | [ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.128 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9139 | 2024-12-06T20:39:02.795Z | [ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9140 | 2024-12-06T20:39:02.795Z | [ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.129 INFO ok! |
9141 | 2024-12-06T20:39:02.797Z | [ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.129 INFO STEP 19 (ensure_file) COMPLETE |
9142 | 2024-12-06T20:39:02.797Z | [ host-image] Dec 06 20:39:02.129 INFO O| Dec 06 20:39:02.129 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9143 | 2024-12-06T20:39:02.804Z | [ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9144 | 2024-12-06T20:39:02.804Z | [ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9145 | 2024-12-06T20:39:02.806Z | [ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9146 | 2024-12-06T20:39:02.806Z | [ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO ok! |
9147 | 2024-12-06T20:39:02.806Z | [ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO STEP 20 (ensure_symlink) COMPLETE |
9148 | 2024-12-06T20:39:02.806Z | [ host-image] Dec 06 20:39:02.138 INFO O| Dec 06 20:39:02.138 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9149 | 2024-12-06T20:39:02.813Z | [ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9150 | 2024-12-06T20:39:02.815Z | [ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9151 | 2024-12-06T20:39:02.816Z | [ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9152 | 2024-12-06T20:39:02.816Z | [ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO ok! |
9153 | 2024-12-06T20:39:02.816Z | [ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO STEP 21 (ensure_symlink) COMPLETE |
9154 | 2024-12-06T20:39:02.816Z | [ host-image] Dec 06 20:39:02.147 INFO O| Dec 06 20:39:02.147 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9155 | 2024-12-06T20:39:02.823Z | [ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9156 | 2024-12-06T20:39:02.827Z | [ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9157 | 2024-12-06T20:39:02.827Z | [ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9158 | 2024-12-06T20:39:02.827Z | [ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO ok! |
9159 | 2024-12-06T20:39:02.827Z | [ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO STEP 22 (ensure_symlink) COMPLETE |
9160 | 2024-12-06T20:39:02.827Z | [ host-image] Dec 06 20:39:02.157 INFO O| Dec 06 20:39:02.157 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9161 | 2024-12-06T20:39:02.833Z | [ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9162 | 2024-12-06T20:39:02.836Z | [ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9163 | 2024-12-06T20:39:02.836Z | [ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9164 | 2024-12-06T20:39:02.836Z | [ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO ok! |
9165 | 2024-12-06T20:39:02.836Z | [ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO STEP 23 (ensure_symlink) COMPLETE |
9166 | 2024-12-06T20:39:02.836Z | [ host-image] Dec 06 20:39:02.167 INFO O| Dec 06 20:39:02.167 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9167 | 2024-12-06T20:39:02.842Z | [ host-image] Dec 06 20:39:02.176 INFO O| Dec 06 20:39:02.176 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9168 | 2024-12-06T20:39:02.845Z | [ host-image] Dec 06 20:39:02.176 INFO O| Dec 06 20:39:02.176 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9169 | 2024-12-06T20:39:02.845Z | [ host-image] Dec 06 20:39:02.177 INFO O| Dec 06 20:39:02.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9170 | 2024-12-06T20:39:02.845Z | [ host-image] Dec 06 20:39:02.177 INFO O| Dec 06 20:39:02.177 INFO ok! |
9171 | 2024-12-06T20:39:02.845Z | [ host-image] Dec 06 20:39:02.177 INFO O| Dec 06 20:39:02.177 INFO STEP 24 (ensure_file) COMPLETE |
9172 | 2024-12-06T20:39:02.845Z | [ host-image] Dec 06 20:39:02.177 INFO O| Dec 06 20:39:02.177 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9173 | 2024-12-06T20:39:02.853Z | [ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.186 INFO updating shadow file |
9174 | 2024-12-06T20:39:02.855Z | [ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.187 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9175 | 2024-12-06T20:39:02.855Z | [ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.187 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9176 | 2024-12-06T20:39:02.855Z | [ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.187 INFO STEP 25 (shadow) COMPLETE |
9177 | 2024-12-06T20:39:02.855Z | [ host-image] Dec 06 20:39:02.187 INFO O| Dec 06 20:39:02.187 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9178 | 2024-12-06T20:39:02.862Z | [ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9179 | 2024-12-06T20:39:02.864Z | [ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9180 | 2024-12-06T20:39:02.865Z | [ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9181 | 2024-12-06T20:39:02.865Z | [ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO ok! |
9182 | 2024-12-06T20:39:02.865Z | [ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO STEP 26 (ensure_file) COMPLETE |
9183 | 2024-12-06T20:39:02.865Z | [ host-image] Dec 06 20:39:02.196 INFO O| Dec 06 20:39:02.196 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9184 | 2024-12-06T20:39:02.871Z | [ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9185 | 2024-12-06T20:39:02.871Z | [ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9186 | 2024-12-06T20:39:02.874Z | [ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9187 | 2024-12-06T20:39:02.874Z | [ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO ok! |
9188 | 2024-12-06T20:39:02.874Z | [ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO STEP 27 (ensure_file) COMPLETE |
9189 | 2024-12-06T20:39:02.874Z | [ host-image] Dec 06 20:39:02.205 INFO O| Dec 06 20:39:02.205 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9190 | 2024-12-06T20:39:02.881Z | [ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9191 | 2024-12-06T20:39:02.883Z | [ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9192 | 2024-12-06T20:39:02.883Z | [ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9193 | 2024-12-06T20:39:02.883Z | [ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9194 | 2024-12-06T20:39:02.883Z | [ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO ok! |
9195 | 2024-12-06T20:39:02.883Z | [ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO STEP 28 (ensure_file) COMPLETE |
9196 | 2024-12-06T20:39:02.883Z | [ host-image] Dec 06 20:39:02.215 INFO O| Dec 06 20:39:02.215 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9197 | 2024-12-06T20:39:02.890Z | [ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9198 | 2024-12-06T20:39:02.890Z | [ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9199 | 2024-12-06T20:39:02.893Z | [ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9200 | 2024-12-06T20:39:02.893Z | [ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO ok! |
9201 | 2024-12-06T20:39:02.893Z | [ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO STEP 29 (ensure_file) COMPLETE |
9202 | 2024-12-06T20:39:02.893Z | [ host-image] Dec 06 20:39:02.224 INFO O| Dec 06 20:39:02.224 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9203 | 2024-12-06T20:39:02.900Z | [ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9204 | 2024-12-06T20:39:02.900Z | [ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9205 | 2024-12-06T20:39:02.902Z | [ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9206 | 2024-12-06T20:39:02.902Z | [ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO ok! |
9207 | 2024-12-06T20:39:02.902Z | [ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO STEP 30 (ensure_file) COMPLETE |
9208 | 2024-12-06T20:39:02.902Z | [ host-image] Dec 06 20:39:02.234 INFO O| Dec 06 20:39:02.234 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9209 | 2024-12-06T20:39:02.909Z | [ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9210 | 2024-12-06T20:39:02.909Z | [ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9211 | 2024-12-06T20:39:02.912Z | [ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9212 | 2024-12-06T20:39:02.912Z | [ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9213 | 2024-12-06T20:39:02.912Z | [ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO ok! |
9214 | 2024-12-06T20:39:02.912Z | [ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO STEP 31 (ensure_file) COMPLETE |
9215 | 2024-12-06T20:39:02.912Z | [ host-image] Dec 06 20:39:02.243 INFO O| Dec 06 20:39:02.243 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9216 | 2024-12-06T20:39:02.919Z | [ host-image] Dec 06 20:39:02.252 INFO O| Dec 06 20:39:02.252 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9217 | 2024-12-06T20:39:02.921Z | [ host-image] Dec 06 20:39:02.252 INFO O| Dec 06 20:39:02.252 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9218 | 2024-12-06T20:39:02.921Z | [ host-image] Dec 06 20:39:02.253 INFO O| Dec 06 20:39:02.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9219 | 2024-12-06T20:39:02.921Z | [ host-image] Dec 06 20:39:02.253 INFO O| Dec 06 20:39:02.253 INFO ok! |
9220 | 2024-12-06T20:39:02.921Z | [ host-image] Dec 06 20:39:02.253 INFO O| Dec 06 20:39:02.253 INFO STEP 32 (ensure_file) COMPLETE |
9221 | 2024-12-06T20:39:02.921Z | [ host-image] Dec 06 20:39:02.253 INFO O| Dec 06 20:39:02.253 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9222 | 2024-12-06T20:39:02.928Z | [ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9223 | 2024-12-06T20:39:02.928Z | [ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9224 | 2024-12-06T20:39:02.930Z | [ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9225 | 2024-12-06T20:39:02.931Z | [ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO ok! |
9226 | 2024-12-06T20:39:02.931Z | [ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO STEP 33 (ensure_file) COMPLETE |
9227 | 2024-12-06T20:39:02.931Z | [ host-image] Dec 06 20:39:02.262 INFO O| Dec 06 20:39:02.262 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9228 | 2024-12-06T20:39:02.937Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9229 | 2024-12-06T20:39:02.940Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9230 | 2024-12-06T20:39:02.940Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9231 | 2024-12-06T20:39:02.940Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9232 | 2024-12-06T20:39:02.940Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9233 | 2024-12-06T20:39:02.940Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9234 | 2024-12-06T20:39:02.940Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO ok! |
9235 | 2024-12-06T20:39:02.940Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO STEP 34 (ensure_file) COMPLETE |
9236 | 2024-12-06T20:39:02.940Z | [ host-image] Dec 06 20:39:02.271 INFO O| Dec 06 20:39:02.271 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9237 | 2024-12-06T20:39:02.947Z | [ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9238 | 2024-12-06T20:39:02.950Z | [ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9239 | 2024-12-06T20:39:02.950Z | [ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9240 | 2024-12-06T20:39:02.950Z | [ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO STEP 35 (ensure_dir) COMPLETE |
9241 | 2024-12-06T20:39:02.950Z | [ host-image] Dec 06 20:39:02.281 INFO O| Dec 06 20:39:02.281 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9242 | 2024-12-06T20:39:02.956Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 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 |
9243 | 2024-12-06T20:39:02.956Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 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 ... |
9244 | 2024-12-06T20:39:02.959Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 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 |
9245 | 2024-12-06T20:39:02.959Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 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 |
9246 | 2024-12-06T20:39:02.959Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 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 |
9247 | 2024-12-06T20:39:02.959Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 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 |
9248 | 2024-12-06T20:39:02.959Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO ok! |
9249 | 2024-12-06T20:39:02.959Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO STEP 36 (ensure_file) COMPLETE |
9250 | 2024-12-06T20:39:02.959Z | [ host-image] Dec 06 20:39:02.290 INFO O| Dec 06 20:39:02.290 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9251 | 2024-12-06T20:39:02.966Z | [ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9252 | 2024-12-06T20:39:02.966Z | [ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 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 ... |
9253 | 2024-12-06T20:39:02.969Z | [ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9254 | 2024-12-06T20:39:02.969Z | [ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO ok! |
9255 | 2024-12-06T20:39:02.969Z | [ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO STEP 37 (ensure_symlink) COMPLETE |
9256 | 2024-12-06T20:39:02.969Z | [ host-image] Dec 06 20:39:02.300 INFO O| Dec 06 20:39:02.300 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9257 | 2024-12-06T20:39:02.975Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9258 | 2024-12-06T20:39:02.975Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9259 | 2024-12-06T20:39:02.978Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9260 | 2024-12-06T20:39:02.978Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9261 | 2024-12-06T20:39:02.978Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9262 | 2024-12-06T20:39:02.978Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9263 | 2024-12-06T20:39:02.978Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO ok! |
9264 | 2024-12-06T20:39:02.978Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO STEP 38 (ensure_file) COMPLETE |
9265 | 2024-12-06T20:39:02.978Z | [ host-image] Dec 06 20:39:02.309 INFO O| Dec 06 20:39:02.309 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9266 | 2024-12-06T20:39:02.984Z | [ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9267 | 2024-12-06T20:39:02.984Z | [ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 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 ... |
9268 | 2024-12-06T20:39:02.987Z | [ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 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 |
9269 | 2024-12-06T20:39:02.988Z | [ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9270 | 2024-12-06T20:39:02.988Z | [ host-image] Dec 06 20:39:02.318 INFO O| Dec 06 20:39:02.318 INFO ok! |
9271 | 2024-12-06T20:39:02.988Z | [ host-image] Dec 06 20:39:02.319 INFO O| Dec 06 20:39:02.318 INFO STEP 39 (ensure_file) COMPLETE |
9272 | 2024-12-06T20:39:02.988Z | [ host-image] Dec 06 20:39:02.319 INFO O| Dec 06 20:39:02.319 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9273 | 2024-12-06T20:39:02.994Z | [ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9274 | 2024-12-06T20:39:02.996Z | [ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9275 | 2024-12-06T20:39:02.996Z | [ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9276 | 2024-12-06T20:39:02.996Z | [ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO ok! |
9277 | 2024-12-06T20:39:02.996Z | [ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO STEP 40 (ensure_file) COMPLETE |
9278 | 2024-12-06T20:39:02.996Z | [ host-image] Dec 06 20:39:02.328 INFO O| Dec 06 20:39:02.328 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9279 | 2024-12-06T20:39:03.003Z | [ host-image] Dec 06 20:39:02.337 INFO O| Dec 06 20:39:02.337 INFO updating shadow file |
9280 | 2024-12-06T20:39:03.005Z | [ host-image] Dec 06 20:39:02.337 INFO O| Dec 06 20:39:02.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9281 | 2024-12-06T20:39:03.006Z | [ host-image] Dec 06 20:39:02.337 INFO O| Dec 06 20:39:02.337 INFO STEP 41 (shadow) COMPLETE |
9282 | 2024-12-06T20:39:03.006Z | [ host-image] Dec 06 20:39:02.337 INFO O| Dec 06 20:39:02.337 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9283 | 2024-12-06T20:39:03.013Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9284 | 2024-12-06T20:39:03.013Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9285 | 2024-12-06T20:39:03.015Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9286 | 2024-12-06T20:39:03.016Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9287 | 2024-12-06T20:39:03.016Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO ok! |
9288 | 2024-12-06T20:39:03.016Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO STEP 42 (ensure_file) COMPLETE |
9289 | 2024-12-06T20:39:03.016Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9290 | 2024-12-06T20:39:03.016Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO skip step because feature "mfg" is not enabled |
9291 | 2024-12-06T20:39:03.016Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9292 | 2024-12-06T20:39:03.016Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO skip step because feature "mfg" is not enabled |
9293 | 2024-12-06T20:39:03.016Z | [ host-image] Dec 06 20:39:02.347 INFO O| Dec 06 20:39:02.347 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9294 | 2024-12-06T20:39:03.023Z | [ host-image] Dec 06 20:39:02.356 INFO O| Dec 06 20:39:02.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9295 | 2024-12-06T20:39:03.023Z | [ host-image] Dec 06 20:39:02.356 INFO O| Dec 06 20:39:02.356 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9296 | 2024-12-06T20:39:03.678Z | [ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9297 | 2024-12-06T20:39:03.678Z | [ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9298 | 2024-12-06T20:39:03.681Z | [ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO ok! |
9299 | 2024-12-06T20:39:03.681Z | [ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO STEP 45 (ensure_file) COMPLETE |
9300 | 2024-12-06T20:39:03.681Z | [ host-image] Dec 06 20:39:03.012 INFO O| Dec 06 20:39:03.012 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9301 | 2024-12-06T20:39:03.691Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9302 | 2024-12-06T20:39:03.693Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9303 | 2024-12-06T20:39:03.693Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9304 | 2024-12-06T20:39:03.693Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9305 | 2024-12-06T20:39:03.693Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9306 | 2024-12-06T20:39:03.693Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9307 | 2024-12-06T20:39:03.693Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO ok! |
9308 | 2024-12-06T20:39:03.693Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO STEP 46 (ensure_file) COMPLETE |
9309 | 2024-12-06T20:39:03.693Z | [ host-image] Dec 06 20:39:03.025 INFO O| Dec 06 20:39:03.025 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9310 | 2024-12-06T20:39:03.702Z | [ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9311 | 2024-12-06T20:39:03.702Z | [ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 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 ... |
9312 | 2024-12-06T20:39:03.704Z | [ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 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 |
9313 | 2024-12-06T20:39:03.704Z | [ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9314 | 2024-12-06T20:39:03.704Z | [ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO ok! |
9315 | 2024-12-06T20:39:03.704Z | [ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO STEP 47 (ensure_file) COMPLETE |
9316 | 2024-12-06T20:39:03.704Z | [ host-image] Dec 06 20:39:03.035 INFO O| Dec 06 20:39:03.035 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9317 | 2024-12-06T20:39:03.711Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9318 | 2024-12-06T20:39:03.714Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9319 | 2024-12-06T20:39:03.714Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9320 | 2024-12-06T20:39:03.714Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9321 | 2024-12-06T20:39:03.714Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9322 | 2024-12-06T20:39:03.714Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9323 | 2024-12-06T20:39:03.714Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO ok! |
9324 | 2024-12-06T20:39:03.714Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO STEP 48 (ensure_file) COMPLETE |
9325 | 2024-12-06T20:39:03.714Z | [ host-image] Dec 06 20:39:03.044 INFO O| Dec 06 20:39:03.044 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9326 | 2024-12-06T20:39:03.719Z | [ host-image] Dec 06 20:39:03.053 INFO O| Dec 06 20:39:03.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9327 | 2024-12-06T20:39:03.720Z | [ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.053 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 ... |
9328 | 2024-12-06T20:39:03.722Z | [ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 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 |
9329 | 2024-12-06T20:39:03.722Z | [ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9330 | 2024-12-06T20:39:03.722Z | [ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO ok! |
9331 | 2024-12-06T20:39:03.722Z | [ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO STEP 49 (ensure_file) COMPLETE |
9332 | 2024-12-06T20:39:03.722Z | [ host-image] Dec 06 20:39:03.054 INFO O| Dec 06 20:39:03.054 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9333 | 2024-12-06T20:39:03.729Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9334 | 2024-12-06T20:39:03.729Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9335 | 2024-12-06T20:39:03.729Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9336 | 2024-12-06T20:39:03.732Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9337 | 2024-12-06T20:39:03.732Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9338 | 2024-12-06T20:39:03.732Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9339 | 2024-12-06T20:39:03.732Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO ok! |
9340 | 2024-12-06T20:39:03.732Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO STEP 50 (ensure_file) COMPLETE |
9341 | 2024-12-06T20:39:03.732Z | [ host-image] Dec 06 20:39:03.063 INFO O| Dec 06 20:39:03.063 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9342 | 2024-12-06T20:39:03.739Z | [ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9343 | 2024-12-06T20:39:03.741Z | [ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 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 ... |
9344 | 2024-12-06T20:39:03.741Z | [ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 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 |
9345 | 2024-12-06T20:39:03.741Z | [ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9346 | 2024-12-06T20:39:03.742Z | [ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO ok! |
9347 | 2024-12-06T20:39:03.742Z | [ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO STEP 51 (ensure_file) COMPLETE |
9348 | 2024-12-06T20:39:03.742Z | [ host-image] Dec 06 20:39:03.073 INFO O| Dec 06 20:39:03.073 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9349 | 2024-12-06T20:39:03.750Z | [ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9350 | 2024-12-06T20:39:03.750Z | [ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 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 ... |
9351 | 2024-12-06T20:39:03.752Z | [ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 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 |
9352 | 2024-12-06T20:39:03.752Z | [ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9353 | 2024-12-06T20:39:03.752Z | [ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO ok! |
9354 | 2024-12-06T20:39:03.752Z | [ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO STEP 52 (ensure_file) COMPLETE |
9355 | 2024-12-06T20:39:03.752Z | [ host-image] Dec 06 20:39:03.084 INFO O| Dec 06 20:39:03.084 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9356 | 2024-12-06T20:39:03.760Z | [ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9357 | 2024-12-06T20:39:03.763Z | [ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 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 ... |
9358 | 2024-12-06T20:39:03.763Z | [ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 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 |
9359 | 2024-12-06T20:39:03.763Z | [ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9360 | 2024-12-06T20:39:03.763Z | [ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO ok! |
9361 | 2024-12-06T20:39:03.763Z | [ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO STEP 53 (ensure_file) COMPLETE |
9362 | 2024-12-06T20:39:03.763Z | [ host-image] Dec 06 20:39:03.094 INFO O| Dec 06 20:39:03.094 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9363 | 2024-12-06T20:39:03.770Z | [ host-image] Dec 06 20:39:03.104 INFO O| Dec 06 20:39:03.104 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9364 | 2024-12-06T20:39:03.770Z | [ host-image] Dec 06 20:39:03.104 INFO O| Dec 06 20:39:03.104 INFO STEP 54 (ensure_dir) COMPLETE |
9365 | 2024-12-06T20:39:03.772Z | [ host-image] Dec 06 20:39:03.104 INFO O| Dec 06 20:39:03.104 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9366 | 2024-12-06T20:39:03.780Z | [ host-image] Dec 06 20:39:03.113 INFO O| Dec 06 20:39:03.113 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9367 | 2024-12-06T20:39:03.780Z | [ host-image] Dec 06 20:39:03.113 INFO O| Dec 06 20:39:03.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9368 | 2024-12-06T20:39:03.782Z | [ host-image] Dec 06 20:39:03.113 INFO O| Dec 06 20:39:03.113 INFO STEP 55 (ensure_dir) COMPLETE |
9369 | 2024-12-06T20:39:03.782Z | [ host-image] Dec 06 20:39:03.113 INFO O| Dec 06 20:39:03.113 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9370 | 2024-12-06T20:39:03.788Z | [ host-image] Dec 06 20:39:03.122 INFO O| Dec 06 20:39:03.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9371 | 2024-12-06T20:39:03.791Z | [ host-image] Dec 06 20:39:03.122 INFO O| Dec 06 20:39:03.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9372 | 2024-12-06T20:39:03.791Z | [ host-image] Dec 06 20:39:03.122 INFO O| Dec 06 20:39:03.122 INFO STEP 56 (ensure_dir) COMPLETE |
9373 | 2024-12-06T20:39:03.791Z | [ host-image] Dec 06 20:39:03.122 INFO O| Dec 06 20:39:03.122 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9374 | 2024-12-06T20:39:03.797Z | [ host-image] Dec 06 20:39:03.131 INFO O| Dec 06 20:39:03.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9375 | 2024-12-06T20:39:03.800Z | [ host-image] Dec 06 20:39:03.131 INFO O| Dec 06 20:39:03.131 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9376 | 2024-12-06T20:39:03.813Z | [ host-image] Dec 06 20:39:03.147 INFO O| Dec 06 20:39:03.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9377 | 2024-12-06T20:39:03.813Z | [ host-image] Dec 06 20:39:03.147 INFO O| Dec 06 20:39:03.147 INFO ok! |
9378 | 2024-12-06T20:39:03.816Z | [ host-image] Dec 06 20:39:03.147 INFO O| Dec 06 20:39:03.147 INFO STEP 57 (ensure_file) COMPLETE |
9379 | 2024-12-06T20:39:03.816Z | [ host-image] Dec 06 20:39:03.147 INFO O| Dec 06 20:39:03.147 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2024-12-06T20:39:03.824Z | [ host-image] Dec 06 20:39:03.158 INFO O| Dec 06 20:39:03.158 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9381 | 2024-12-06T20:39:03.824Z | [ host-image] Dec 06 20:39:03.158 INFO O| Dec 06 20:39:03.158 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9382 | 2024-12-06T20:39:04.497Z | [ recovery-image] Dec 06 20:39:03.830 INFO image complete! materials are in "/work/os-recovery" |
9383 | 2024-12-06T20:39:04.500Z | [ recovery-image] |
9384 | 2024-12-06T20:39:04.502Z | [ recovery-image] real 8:47.963678519 |
9385 | 2024-12-06T20:39:04.502Z | [ recovery-image] user 5:34.918429998 |
9386 | 2024-12-06T20:39:04.502Z | [ recovery-image] sys 45.148168123 |
9387 | 2024-12-06T20:39:04.502Z | [ recovery-image] trap 0.238045220 |
9388 | 2024-12-06T20:39:04.502Z | [ recovery-image] tflt 0.244666500 |
9389 | 2024-12-06T20:39:04.502Z | [ recovery-image] dflt 1.042553923 |
9390 | 2024-12-06T20:39:04.502Z | [ recovery-image] kflt 0.000054749 |
9391 | 2024-12-06T20:39:04.502Z | [ recovery-image] lock 18:23.502019867 |
9392 | 2024-12-06T20:39:04.502Z | [ recovery-image] slp 54:49.610500245 |
9393 | 2024-12-06T20:39:04.502Z | [ recovery-image] lat 1:38.483799323 |
9394 | 2024-12-06T20:39:04.502Z | [ recovery-image] stop 5.567644013 |
9395 | 2024-12-06T20:39:04.502Z | Dec 06 20:39:03.834 INFO [recovery-image] process exited with exit status: 0 (528.020090339s) |
9396 | 2024-12-06T20:39:04.915Z | [ host-image] Dec 06 20:39:04.249 INFO O| Dec 06 20:39:04.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9397 | 2024-12-06T20:39:04.915Z | [ host-image] Dec 06 20:39:04.249 INFO O| Dec 06 20:39:04.249 INFO ok! |
9398 | 2024-12-06T20:39:04.915Z | [ host-image] Dec 06 20:39:04.249 INFO O| Dec 06 20:39:04.249 INFO STEP 58 (ensure_file) COMPLETE |
9399 | 2024-12-06T20:39:04.918Z | [ host-image] Dec 06 20:39:04.249 INFO O| Dec 06 20:39:04.249 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9400 | 2024-12-06T20:39:04.927Z | [ host-image] Dec 06 20:39:04.261 INFO O| Dec 06 20:39:04.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9401 | 2024-12-06T20:39:04.929Z | [ host-image] Dec 06 20:39:04.261 INFO O| Dec 06 20:39:04.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9402 | 2024-12-06T20:39:04.929Z | [ host-image] Dec 06 20:39:04.261 INFO O| Dec 06 20:39:04.261 INFO STEP 59 (ensure_dir) COMPLETE |
9403 | 2024-12-06T20:39:04.929Z | [ host-image] Dec 06 20:39:04.261 INFO O| Dec 06 20:39:04.261 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-12-06T20:39:04.936Z | [ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9405 | 2024-12-06T20:39:04.938Z | [ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO copying /tmp/.tmpPWOfI9/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 ... |
9406 | 2024-12-06T20:39:04.939Z | [ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9407 | 2024-12-06T20:39:04.939Z | [ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO ok! |
9408 | 2024-12-06T20:39:04.939Z | [ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO STEP 60 (ensure_file) COMPLETE |
9409 | 2024-12-06T20:39:04.939Z | [ host-image] Dec 06 20:39:04.270 INFO O| Dec 06 20:39:04.270 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9410 | 2024-12-06T20:39:04.946Z | [ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9411 | 2024-12-06T20:39:04.946Z | [ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO copying /tmp/.tmpPWOfI9/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 ... |
9412 | 2024-12-06T20:39:04.946Z | [ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9413 | 2024-12-06T20:39:04.948Z | [ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO ok! |
9414 | 2024-12-06T20:39:04.948Z | [ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO STEP 61 (ensure_file) COMPLETE |
9415 | 2024-12-06T20:39:04.948Z | [ host-image] Dec 06 20:39:04.280 INFO O| Dec 06 20:39:04.280 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9416 | 2024-12-06T20:39:04.955Z | [ host-image] Dec 06 20:39:04.289 INFO O| Dec 06 20:39:04.289 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9417 | 2024-12-06T20:39:04.957Z | [ host-image] Dec 06 20:39:04.289 INFO O| Dec 06 20:39:04.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9418 | 2024-12-06T20:39:04.957Z | [ host-image] Dec 06 20:39:04.289 INFO O| Dec 06 20:39:04.289 INFO STEP 62 (ensure_dir) COMPLETE |
9419 | 2024-12-06T20:39:04.957Z | [ host-image] Dec 06 20:39:04.289 INFO O| Dec 06 20:39:04.289 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-12-06T20:39:04.964Z | [ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9421 | 2024-12-06T20:39:04.964Z | [ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO copying /tmp/.tmpPWOfI9/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 ... |
9422 | 2024-12-06T20:39:04.967Z | [ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9423 | 2024-12-06T20:39:04.967Z | [ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO ok! |
9424 | 2024-12-06T20:39:04.967Z | [ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO STEP 63 (ensure_file) COMPLETE |
9425 | 2024-12-06T20:39:04.967Z | [ host-image] Dec 06 20:39:04.298 INFO O| Dec 06 20:39:04.298 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-12-06T20:39:04.974Z | [ host-image] Dec 06 20:39:04.307 INFO O| Dec 06 20:39:04.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9427 | 2024-12-06T20:39:04.976Z | [ host-image] Dec 06 20:39:04.307 INFO O| Dec 06 20:39:04.307 INFO copying /tmp/.tmpPWOfI9/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 ... |
9428 | 2024-12-06T20:39:04.976Z | [ host-image] Dec 06 20:39:04.307 INFO O| Dec 06 20:39:04.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9429 | 2024-12-06T20:39:04.976Z | [ host-image] Dec 06 20:39:04.308 INFO O| Dec 06 20:39:04.307 INFO ok! |
9430 | 2024-12-06T20:39:04.976Z | [ host-image] Dec 06 20:39:04.308 INFO O| Dec 06 20:39:04.307 INFO STEP 64 (ensure_file) COMPLETE |
9431 | 2024-12-06T20:39:04.976Z | [ host-image] Dec 06 20:39:04.308 INFO O| Dec 06 20:39:04.307 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-12-06T20:39:04.983Z | [ host-image] Dec 06 20:39:04.317 INFO O| Dec 06 20:39:04.317 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9433 | 2024-12-06T20:39:04.983Z | [ host-image] Dec 06 20:39:04.317 INFO O| Dec 06 20:39:04.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9434 | 2024-12-06T20:39:04.985Z | [ host-image] Dec 06 20:39:04.317 INFO O| Dec 06 20:39:04.317 INFO STEP 65 (ensure_dir) COMPLETE |
9435 | 2024-12-06T20:39:04.985Z | [ host-image] Dec 06 20:39:04.317 INFO O| Dec 06 20:39:04.317 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9436 | 2024-12-06T20:39:04.992Z | [ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9437 | 2024-12-06T20:39:04.992Z | [ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO copying /tmp/.tmpPWOfI9/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 ... |
9438 | 2024-12-06T20:39:04.995Z | [ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9439 | 2024-12-06T20:39:04.995Z | [ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO ok! |
9440 | 2024-12-06T20:39:04.995Z | [ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO STEP 66 (ensure_file) COMPLETE |
9441 | 2024-12-06T20:39:04.995Z | [ host-image] Dec 06 20:39:04.326 INFO O| Dec 06 20:39:04.326 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9442 | 2024-12-06T20:39:05.006Z | [ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9443 | 2024-12-06T20:39:05.006Z | [ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9444 | 2024-12-06T20:39:05.009Z | [ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9445 | 2024-12-06T20:39:05.009Z | [ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO ok! |
9446 | 2024-12-06T20:39:05.009Z | [ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO STEP 67 (ensure_file) COMPLETE |
9447 | 2024-12-06T20:39:05.009Z | [ host-image] Dec 06 20:39:04.340 INFO O| Dec 06 20:39:04.340 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9448 | 2024-12-06T20:39:05.016Z | [ host-image] Dec 06 20:39:04.350 INFO O| Dec 06 20:39:04.350 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9449 | 2024-12-06T20:39:05.019Z | [ host-image] Dec 06 20:39:04.350 INFO O| Dec 06 20:39:04.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9450 | 2024-12-06T20:39:05.019Z | [ host-image] Dec 06 20:39:04.350 INFO O| Dec 06 20:39:04.350 INFO STEP 68 (ensure_dir) COMPLETE |
9451 | 2024-12-06T20:39:05.019Z | [ host-image] Dec 06 20:39:04.350 INFO O| Dec 06 20:39:04.350 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9452 | 2024-12-06T20:39:05.026Z | [ host-image] Dec 06 20:39:04.360 INFO O| Dec 06 20:39:04.360 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9453 | 2024-12-06T20:39:05.029Z | [ host-image] Dec 06 20:39:04.360 INFO O| Dec 06 20:39:04.360 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9454 | 2024-12-06T20:39:06.085Z | [ host-image] Dec 06 20:39:05.419 INFO O| Dec 06 20:39:05.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9455 | 2024-12-06T20:39:06.085Z | [ host-image] Dec 06 20:39:05.419 INFO O| Dec 06 20:39:05.419 INFO ok! |
9456 | 2024-12-06T20:39:06.088Z | [ host-image] Dec 06 20:39:05.419 INFO O| Dec 06 20:39:05.419 INFO STEP 69 (ensure_file) COMPLETE |
9457 | 2024-12-06T20:39:06.088Z | [ host-image] Dec 06 20:39:05.419 INFO O| Dec 06 20:39:05.419 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9458 | 2024-12-06T20:39:06.096Z | [ host-image] Dec 06 20:39:05.430 INFO O| Dec 06 20:39:05.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9459 | 2024-12-06T20:39:06.098Z | [ host-image] Dec 06 20:39:05.430 INFO O| Dec 06 20:39:05.430 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9460 | 2024-12-06T20:39:07.645Z | [ host-image] Dec 06 20:39:06.972 INFO O| Dec 06 20:39:06.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9461 | 2024-12-06T20:39:07.645Z | [ host-image] Dec 06 20:39:06.972 INFO O| Dec 06 20:39:06.972 INFO ok! |
9462 | 2024-12-06T20:39:07.645Z | [ host-image] Dec 06 20:39:06.972 INFO O| Dec 06 20:39:06.972 INFO STEP 70 (ensure_file) COMPLETE |
9463 | 2024-12-06T20:39:07.650Z | [ host-image] Dec 06 20:39:06.972 INFO O| Dec 06 20:39:06.972 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9464 | 2024-12-06T20:39:07.653Z | [ host-image] Dec 06 20:39:06.983 INFO O| Dec 06 20:39:06.983 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9465 | 2024-12-06T20:39:07.653Z | [ host-image] Dec 06 20:39:06.983 INFO O| Dec 06 20:39:06.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9466 | 2024-12-06T20:39:07.653Z | [ host-image] Dec 06 20:39:06.983 INFO O| Dec 06 20:39:06.983 INFO STEP 71 (ensure_dir) COMPLETE |
9467 | 2024-12-06T20:39:07.654Z | [ host-image] Dec 06 20:39:06.983 INFO O| Dec 06 20:39:06.983 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2024-12-06T20:39:07.663Z | [ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9469 | 2024-12-06T20:39:07.663Z | [ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO copying /tmp/.tmpPWOfI9/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 ... |
9470 | 2024-12-06T20:39:07.663Z | [ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9471 | 2024-12-06T20:39:07.663Z | [ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO ok! |
9472 | 2024-12-06T20:39:07.663Z | [ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO STEP 72 (ensure_file) COMPLETE |
9473 | 2024-12-06T20:39:07.664Z | [ host-image] Dec 06 20:39:06.992 INFO O| Dec 06 20:39:06.992 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2024-12-06T20:39:07.681Z | [ host-image] Dec 06 20:39:07.001 INFO O| Dec 06 20:39:07.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9475 | 2024-12-06T20:39:07.681Z | [ host-image] Dec 06 20:39:07.001 INFO O| Dec 06 20:39:07.001 INFO copying /tmp/.tmpPWOfI9/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 ... |
9476 | 2024-12-06T20:39:07.681Z | [ host-image] Dec 06 20:39:07.002 INFO O| Dec 06 20:39:07.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9477 | 2024-12-06T20:39:07.681Z | [ host-image] Dec 06 20:39:07.002 INFO O| Dec 06 20:39:07.002 INFO ok! |
9478 | 2024-12-06T20:39:07.681Z | [ host-image] Dec 06 20:39:07.002 INFO O| Dec 06 20:39:07.002 INFO STEP 73 (ensure_file) COMPLETE |
9479 | 2024-12-06T20:39:07.681Z | [ host-image] Dec 06 20:39:07.002 INFO O| Dec 06 20:39:07.002 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-12-06T20:39:07.690Z | [ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9481 | 2024-12-06T20:39:07.690Z | [ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9482 | 2024-12-06T20:39:07.690Z | [ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9483 | 2024-12-06T20:39:07.690Z | [ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO ok! |
9484 | 2024-12-06T20:39:07.691Z | [ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO STEP 74 (ensure_file) COMPLETE |
9485 | 2024-12-06T20:39:07.691Z | [ host-image] Dec 06 20:39:07.011 INFO O| Dec 06 20:39:07.011 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-12-06T20:39:07.695Z | [ host-image] Dec 06 20:39:07.020 INFO O| Dec 06 20:39:07.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9487 | 2024-12-06T20:39:07.695Z | [ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.020 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9488 | 2024-12-06T20:39:07.695Z | [ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9489 | 2024-12-06T20:39:07.695Z | [ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.021 INFO ok! |
9490 | 2024-12-06T20:39:07.695Z | [ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.021 INFO STEP 75 (ensure_file) COMPLETE |
9491 | 2024-12-06T20:39:07.695Z | [ host-image] Dec 06 20:39:07.021 INFO O| Dec 06 20:39:07.021 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-12-06T20:39:07.708Z | [ host-image] Dec 06 20:39:07.030 INFO O| Dec 06 20:39:07.030 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9493 | 2024-12-06T20:39:07.708Z | [ host-image] Dec 06 20:39:07.030 INFO O| Dec 06 20:39:07.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9494 | 2024-12-06T20:39:07.708Z | [ host-image] Dec 06 20:39:07.030 INFO O| Dec 06 20:39:07.030 INFO STEP 76 (ensure_dir) COMPLETE |
9495 | 2024-12-06T20:39:07.708Z | [ host-image] Dec 06 20:39:07.030 INFO O| Dec 06 20:39:07.030 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9496 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.039 INFO O| Dec 06 20:39:07.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9497 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.039 INFO O| Dec 06 20:39:07.039 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9498 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.043 INFO O| Dec 06 20:39:07.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9499 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.043 INFO O| Dec 06 20:39:07.043 INFO ok! |
9500 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.043 INFO O| Dec 06 20:39:07.043 INFO STEP 77 (ensure_file) COMPLETE |
9501 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.043 INFO O| Dec 06 20:39:07.043 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9502 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9503 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9504 | 2024-12-06T20:39:07.733Z | [ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9505 | 2024-12-06T20:39:07.734Z | [ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO ok! |
9506 | 2024-12-06T20:39:07.734Z | [ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO STEP 78 (ensure_file) COMPLETE |
9507 | 2024-12-06T20:39:07.734Z | [ host-image] Dec 06 20:39:07.052 INFO O| Dec 06 20:39:07.052 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9508 | 2024-12-06T20:39:07.744Z | [ host-image] Dec 06 20:39:07.061 INFO O| Dec 06 20:39:07.061 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9509 | 2024-12-06T20:39:07.744Z | [ host-image] Dec 06 20:39:07.061 INFO O| Dec 06 20:39:07.061 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9510 | 2024-12-06T20:39:08.368Z | [ host-image] Dec 06 20:39:07.696 INFO O| Dec 06 20:39:07.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9511 | 2024-12-06T20:39:08.368Z | [ host-image] Dec 06 20:39:07.696 INFO O| Dec 06 20:39:07.696 INFO ok! |
9512 | 2024-12-06T20:39:08.381Z | [ host-image] Dec 06 20:39:07.696 INFO O| Dec 06 20:39:07.696 INFO STEP 79 (ensure_file) COMPLETE |
9513 | 2024-12-06T20:39:08.381Z | [ host-image] Dec 06 20:39:07.696 INFO O| Dec 06 20:39:07.696 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9514 | 2024-12-06T20:39:08.382Z | [ host-image] Dec 06 20:39:07.706 INFO O| Dec 06 20:39:07.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9515 | 2024-12-06T20:39:08.382Z | [ host-image] Dec 06 20:39:07.707 INFO O| Dec 06 20:39:07.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9516 | 2024-12-06T20:39:08.382Z | [ host-image] Dec 06 20:39:07.707 INFO O| Dec 06 20:39:07.707 INFO STEP 80 (ensure_dir) COMPLETE |
9517 | 2024-12-06T20:39:08.382Z | [ host-image] Dec 06 20:39:07.707 INFO O| Dec 06 20:39:07.707 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2024-12-06T20:39:08.389Z | [ host-image] Dec 06 20:39:07.716 INFO O| Dec 06 20:39:07.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9519 | 2024-12-06T20:39:08.389Z | [ host-image] Dec 06 20:39:07.716 INFO O| Dec 06 20:39:07.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9520 | 2024-12-06T20:39:08.390Z | [ host-image] Dec 06 20:39:07.716 INFO O| Dec 06 20:39:07.716 INFO STEP 81 (ensure_dir) COMPLETE |
9521 | 2024-12-06T20:39:08.390Z | [ host-image] Dec 06 20:39:07.716 INFO O| Dec 06 20:39:07.716 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-12-06T20:39:08.399Z | [ host-image] Dec 06 20:39:07.725 INFO O| Dec 06 20:39:07.725 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9523 | 2024-12-06T20:39:08.400Z | [ host-image] Dec 06 20:39:07.725 INFO O| Dec 06 20:39:07.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9524 | 2024-12-06T20:39:08.400Z | [ host-image] Dec 06 20:39:07.725 INFO O| Dec 06 20:39:07.725 INFO STEP 82 (ensure_dir) COMPLETE |
9525 | 2024-12-06T20:39:08.400Z | [ host-image] Dec 06 20:39:07.725 INFO O| Dec 06 20:39:07.725 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9526 | 2024-12-06T20:39:08.406Z | [ host-image] Dec 06 20:39:07.735 INFO O| Dec 06 20:39:07.735 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9527 | 2024-12-06T20:39:08.407Z | [ host-image] Dec 06 20:39:07.735 INFO O| Dec 06 20:39:07.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9528 | 2024-12-06T20:39:08.407Z | [ host-image] Dec 06 20:39:07.735 INFO O| Dec 06 20:39:07.735 INFO STEP 83 (ensure_dir) COMPLETE |
9529 | 2024-12-06T20:39:08.407Z | [ host-image] Dec 06 20:39:07.735 INFO O| Dec 06 20:39:07.735 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9530 | 2024-12-06T20:39:08.412Z | [ host-image] Dec 06 20:39:07.744 INFO O| Dec 06 20:39:07.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9531 | 2024-12-06T20:39:08.412Z | [ host-image] Dec 06 20:39:07.744 INFO O| Dec 06 20:39:07.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9532 | 2024-12-06T20:39:08.412Z | [ host-image] Dec 06 20:39:07.744 INFO O| Dec 06 20:39:07.744 INFO STEP 84 (ensure_dir) COMPLETE |
9533 | 2024-12-06T20:39:08.424Z | [ host-image] Dec 06 20:39:07.744 INFO O| Dec 06 20:39:07.744 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-12-06T20:39:08.436Z | [ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9535 | 2024-12-06T20:39:08.436Z | [ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO copying /tmp/.tmpPWOfI9/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 ... |
9536 | 2024-12-06T20:39:08.437Z | [ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9537 | 2024-12-06T20:39:08.437Z | [ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO ok! |
9538 | 2024-12-06T20:39:08.437Z | [ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO STEP 85 (ensure_file) COMPLETE |
9539 | 2024-12-06T20:39:08.437Z | [ host-image] Dec 06 20:39:07.753 INFO O| Dec 06 20:39:07.753 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9540 | 2024-12-06T20:39:08.437Z | [ host-image] Dec 06 20:39:07.762 INFO O| Dec 06 20:39:07.762 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9541 | 2024-12-06T20:39:08.437Z | [ host-image] Dec 06 20:39:07.762 INFO O| Dec 06 20:39:07.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9542 | 2024-12-06T20:39:08.437Z | [ host-image] Dec 06 20:39:07.762 INFO O| Dec 06 20:39:07.762 INFO STEP 86 (ensure_dir) COMPLETE |
9543 | 2024-12-06T20:39:08.438Z | [ host-image] Dec 06 20:39:07.762 INFO O| Dec 06 20:39:07.762 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9544 | 2024-12-06T20:39:08.451Z | [ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9545 | 2024-12-06T20:39:08.451Z | [ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9546 | 2024-12-06T20:39:08.451Z | [ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9547 | 2024-12-06T20:39:08.451Z | [ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO ok! |
9548 | 2024-12-06T20:39:08.451Z | [ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO STEP 87 (ensure_file) COMPLETE |
9549 | 2024-12-06T20:39:08.451Z | [ host-image] Dec 06 20:39:07.772 INFO O| Dec 06 20:39:07.772 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2024-12-06T20:39:08.474Z | [ host-image] Dec 06 20:39:07.781 INFO O| Dec 06 20:39:07.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9551 | 2024-12-06T20:39:08.474Z | [ host-image] Dec 06 20:39:07.781 INFO O| Dec 06 20:39:07.781 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9552 | 2024-12-06T20:39:08.692Z | [ host-image] Dec 06 20:39:08.025 INFO O| Dec 06 20:39:08.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9553 | 2024-12-06T20:39:08.692Z | [ host-image] Dec 06 20:39:08.025 INFO O| Dec 06 20:39:08.025 INFO ok! |
9554 | 2024-12-06T20:39:08.692Z | [ host-image] Dec 06 20:39:08.025 INFO O| Dec 06 20:39:08.025 INFO STEP 88 (ensure_file) COMPLETE |
9555 | 2024-12-06T20:39:08.696Z | [ host-image] Dec 06 20:39:08.025 INFO O| Dec 06 20:39:08.025 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9556 | 2024-12-06T20:39:08.703Z | [ host-image] Dec 06 20:39:08.036 INFO O| Dec 06 20:39:08.036 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9557 | 2024-12-06T20:39:08.703Z | [ host-image] Dec 06 20:39:08.036 INFO O| Dec 06 20:39:08.036 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9558 | 2024-12-06T20:39:09.248Z | [ host-image] Dec 06 20:39:08.581 INFO O| Dec 06 20:39:08.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9559 | 2024-12-06T20:39:09.248Z | [ host-image] Dec 06 20:39:08.581 INFO O| Dec 06 20:39:08.581 INFO ok! |
9560 | 2024-12-06T20:39:09.248Z | [ host-image] Dec 06 20:39:08.581 INFO O| Dec 06 20:39:08.581 INFO STEP 89 (ensure_file) COMPLETE |
9561 | 2024-12-06T20:39:09.252Z | [ host-image] Dec 06 20:39:08.581 INFO O| Dec 06 20:39:08.581 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9562 | 2024-12-06T20:39:09.259Z | [ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9563 | 2024-12-06T20:39:09.259Z | [ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9564 | 2024-12-06T20:39:09.263Z | [ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9565 | 2024-12-06T20:39:09.263Z | [ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO ok! |
9566 | 2024-12-06T20:39:09.263Z | [ host-image] Dec 06 20:39:08.592 INFO O| Dec 06 20:39:08.592 INFO STEP 90 (ensure_file) COMPLETE |
9567 | 2024-12-06T20:39:09.263Z | [ host-image] Dec 06 20:39:08.593 INFO O| Dec 06 20:39:08.592 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9568 | 2024-12-06T20:39:09.282Z | [ host-image] Dec 06 20:39:08.602 INFO O| Dec 06 20:39:08.602 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9569 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.602 INFO O| Dec 06 20:39:08.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9570 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.602 INFO O| Dec 06 20:39:08.602 INFO STEP 91 (ensure_dir) COMPLETE |
9571 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.602 INFO O| Dec 06 20:39:08.602 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9572 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9573 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO copying /tmp/.tmpPWOfI9/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 ... |
9574 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9575 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO ok! |
9576 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO STEP 92 (ensure_file) COMPLETE |
9577 | 2024-12-06T20:39:09.283Z | [ host-image] Dec 06 20:39:08.611 INFO O| Dec 06 20:39:08.611 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9578 | 2024-12-06T20:39:09.289Z | [ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9579 | 2024-12-06T20:39:09.290Z | [ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO copying /tmp/.tmpPWOfI9/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 ... |
9580 | 2024-12-06T20:39:09.290Z | [ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9581 | 2024-12-06T20:39:09.290Z | [ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO ok! |
9582 | 2024-12-06T20:39:09.290Z | [ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO STEP 93 (ensure_file) COMPLETE |
9583 | 2024-12-06T20:39:09.290Z | [ host-image] Dec 06 20:39:08.621 INFO O| Dec 06 20:39:08.621 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9584 | 2024-12-06T20:39:09.296Z | [ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9585 | 2024-12-06T20:39:09.304Z | [ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO copying /tmp/.tmpPWOfI9/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 ... |
9586 | 2024-12-06T20:39:09.304Z | [ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9587 | 2024-12-06T20:39:09.304Z | [ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO ok! |
9588 | 2024-12-06T20:39:09.304Z | [ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO STEP 94 (ensure_file) COMPLETE |
9589 | 2024-12-06T20:39:09.304Z | [ host-image] Dec 06 20:39:08.630 INFO O| Dec 06 20:39:08.630 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9590 | 2024-12-06T20:39:09.307Z | [ host-image] Dec 06 20:39:08.639 INFO O| Dec 06 20:39:08.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9591 | 2024-12-06T20:39:09.307Z | [ host-image] Dec 06 20:39:08.639 INFO O| Dec 06 20:39:08.639 INFO copying /tmp/.tmpPWOfI9/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 ... |
9592 | 2024-12-06T20:39:09.307Z | [ host-image] Dec 06 20:39:08.639 INFO O| Dec 06 20:39:08.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9593 | 2024-12-06T20:39:09.307Z | [ host-image] Dec 06 20:39:08.640 INFO O| Dec 06 20:39:08.639 INFO ok! |
9594 | 2024-12-06T20:39:09.308Z | [ host-image] Dec 06 20:39:08.640 INFO O| Dec 06 20:39:08.639 INFO STEP 95 (ensure_file) COMPLETE |
9595 | 2024-12-06T20:39:09.308Z | [ host-image] Dec 06 20:39:08.640 INFO O| Dec 06 20:39:08.639 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9596 | 2024-12-06T20:39:09.315Z | [ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9597 | 2024-12-06T20:39:09.315Z | [ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO copying /tmp/.tmpPWOfI9/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 ... |
9598 | 2024-12-06T20:39:09.319Z | [ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9599 | 2024-12-06T20:39:09.319Z | [ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO ok! |
9600 | 2024-12-06T20:39:09.319Z | [ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO STEP 96 (ensure_file) COMPLETE |
9601 | 2024-12-06T20:39:09.319Z | [ host-image] Dec 06 20:39:08.649 INFO O| Dec 06 20:39:08.649 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9602 | 2024-12-06T20:39:09.325Z | [ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9603 | 2024-12-06T20:39:09.325Z | [ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9604 | 2024-12-06T20:39:09.327Z | [ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9605 | 2024-12-06T20:39:09.327Z | [ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO ok! |
9606 | 2024-12-06T20:39:09.327Z | [ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO STEP 97 (ensure_file) COMPLETE |
9607 | 2024-12-06T20:39:09.327Z | [ host-image] Dec 06 20:39:08.658 INFO O| Dec 06 20:39:08.658 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9608 | 2024-12-06T20:39:09.334Z | [ host-image] Dec 06 20:39:08.667 INFO O| Dec 06 20:39:08.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9609 | 2024-12-06T20:39:09.334Z | [ host-image] Dec 06 20:39:08.667 INFO O| Dec 06 20:39:08.667 INFO copying /tmp/.tmpPWOfI9/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 ... |
9610 | 2024-12-06T20:39:09.338Z | [ host-image] Dec 06 20:39:08.668 INFO O| Dec 06 20:39:08.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9611 | 2024-12-06T20:39:09.338Z | [ host-image] Dec 06 20:39:08.668 INFO O| Dec 06 20:39:08.668 INFO ok! |
9612 | 2024-12-06T20:39:09.339Z | [ host-image] Dec 06 20:39:08.668 INFO O| Dec 06 20:39:08.668 INFO STEP 98 (ensure_file) COMPLETE |
9613 | 2024-12-06T20:39:09.339Z | [ host-image] Dec 06 20:39:08.668 INFO O| Dec 06 20:39:08.668 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9614 | 2024-12-06T20:39:09.345Z | [ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9615 | 2024-12-06T20:39:09.345Z | [ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO copying /tmp/.tmpPWOfI9/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 ... |
9616 | 2024-12-06T20:39:09.348Z | [ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9617 | 2024-12-06T20:39:09.349Z | [ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO ok! |
9618 | 2024-12-06T20:39:09.349Z | [ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO STEP 99 (ensure_file) COMPLETE |
9619 | 2024-12-06T20:39:09.349Z | [ host-image] Dec 06 20:39:08.677 INFO O| Dec 06 20:39:08.677 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9620 | 2024-12-06T20:39:09.354Z | [ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9621 | 2024-12-06T20:39:09.354Z | [ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO copying /tmp/.tmpPWOfI9/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 ... |
9622 | 2024-12-06T20:39:09.354Z | [ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9623 | 2024-12-06T20:39:09.354Z | [ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO ok! |
9624 | 2024-12-06T20:39:09.354Z | [ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO STEP 100 (ensure_file) COMPLETE |
9625 | 2024-12-06T20:39:09.354Z | [ host-image] Dec 06 20:39:08.686 INFO O| Dec 06 20:39:08.686 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9626 | 2024-12-06T20:39:09.362Z | [ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9627 | 2024-12-06T20:39:09.363Z | [ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9628 | 2024-12-06T20:39:09.366Z | [ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9629 | 2024-12-06T20:39:09.366Z | [ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO ok! |
9630 | 2024-12-06T20:39:09.367Z | [ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO STEP 101 (ensure_file) COMPLETE |
9631 | 2024-12-06T20:39:09.367Z | [ host-image] Dec 06 20:39:08.696 INFO O| Dec 06 20:39:08.696 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2024-12-06T20:39:09.372Z | [ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9633 | 2024-12-06T20:39:09.372Z | [ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO copying /tmp/.tmpPWOfI9/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 ... |
9634 | 2024-12-06T20:39:09.372Z | [ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9635 | 2024-12-06T20:39:09.378Z | [ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO ok! |
9636 | 2024-12-06T20:39:09.378Z | [ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO STEP 102 (ensure_file) COMPLETE |
9637 | 2024-12-06T20:39:09.378Z | [ host-image] Dec 06 20:39:08.705 INFO O| Dec 06 20:39:08.705 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9638 | 2024-12-06T20:39:09.381Z | [ host-image] Dec 06 20:39:08.714 INFO O| Dec 06 20:39:08.714 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9639 | 2024-12-06T20:39:09.381Z | [ host-image] Dec 06 20:39:08.714 INFO O| Dec 06 20:39:08.714 INFO copying /tmp/.tmpPWOfI9/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 ... |
9640 | 2024-12-06T20:39:09.381Z | [ host-image] Dec 06 20:39:08.714 INFO O| Dec 06 20:39:08.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9641 | 2024-12-06T20:39:09.382Z | [ host-image] Dec 06 20:39:08.715 INFO O| Dec 06 20:39:08.714 INFO ok! |
9642 | 2024-12-06T20:39:09.386Z | [ host-image] Dec 06 20:39:08.715 INFO O| Dec 06 20:39:08.714 INFO STEP 103 (ensure_file) COMPLETE |
9643 | 2024-12-06T20:39:09.387Z | [ host-image] Dec 06 20:39:08.715 INFO O| Dec 06 20:39:08.715 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9644 | 2024-12-06T20:39:09.391Z | [ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9645 | 2024-12-06T20:39:09.391Z | [ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO copying /tmp/.tmpPWOfI9/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 ... |
9646 | 2024-12-06T20:39:09.396Z | [ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9647 | 2024-12-06T20:39:09.396Z | [ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO ok! |
9648 | 2024-12-06T20:39:09.396Z | [ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO STEP 104 (ensure_file) COMPLETE |
9649 | 2024-12-06T20:39:09.396Z | [ host-image] Dec 06 20:39:08.724 INFO O| Dec 06 20:39:08.724 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9650 | 2024-12-06T20:39:09.400Z | [ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9651 | 2024-12-06T20:39:09.400Z | [ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO copying /tmp/.tmpPWOfI9/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 ... |
9652 | 2024-12-06T20:39:09.401Z | [ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9653 | 2024-12-06T20:39:09.401Z | [ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO ok! |
9654 | 2024-12-06T20:39:09.401Z | [ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO STEP 105 (ensure_file) COMPLETE |
9655 | 2024-12-06T20:39:09.401Z | [ host-image] Dec 06 20:39:08.733 INFO O| Dec 06 20:39:08.733 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9656 | 2024-12-06T20:39:09.409Z | [ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9657 | 2024-12-06T20:39:09.412Z | [ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO copying /tmp/.tmpPWOfI9/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 ... |
9658 | 2024-12-06T20:39:09.412Z | [ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9659 | 2024-12-06T20:39:09.412Z | [ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO ok! |
9660 | 2024-12-06T20:39:09.412Z | [ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO STEP 106 (ensure_file) COMPLETE |
9661 | 2024-12-06T20:39:09.412Z | [ host-image] Dec 06 20:39:08.743 INFO O| Dec 06 20:39:08.743 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9662 | 2024-12-06T20:39:09.419Z | [ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9663 | 2024-12-06T20:39:09.419Z | [ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO copying /tmp/.tmpPWOfI9/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 ... |
9664 | 2024-12-06T20:39:09.422Z | [ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9665 | 2024-12-06T20:39:09.422Z | [ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO ok! |
9666 | 2024-12-06T20:39:09.422Z | [ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO STEP 107 (ensure_file) COMPLETE |
9667 | 2024-12-06T20:39:09.422Z | [ host-image] Dec 06 20:39:08.752 INFO O| Dec 06 20:39:08.752 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9668 | 2024-12-06T20:39:09.428Z | [ host-image] Dec 06 20:39:08.761 INFO O| Dec 06 20:39:08.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9669 | 2024-12-06T20:39:09.431Z | [ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.761 INFO copying /tmp/.tmpPWOfI9/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 ... |
9670 | 2024-12-06T20:39:09.431Z | [ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9671 | 2024-12-06T20:39:09.431Z | [ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.762 INFO ok! |
9672 | 2024-12-06T20:39:09.431Z | [ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.762 INFO STEP 108 (ensure_file) COMPLETE |
9673 | 2024-12-06T20:39:09.431Z | [ host-image] Dec 06 20:39:08.762 INFO O| Dec 06 20:39:08.762 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2024-12-06T20:39:09.438Z | [ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9675 | 2024-12-06T20:39:09.438Z | [ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO copying /tmp/.tmpPWOfI9/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 ... |
9676 | 2024-12-06T20:39:09.439Z | [ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9677 | 2024-12-06T20:39:09.442Z | [ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO ok! |
9678 | 2024-12-06T20:39:09.442Z | [ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO STEP 109 (ensure_file) COMPLETE |
9679 | 2024-12-06T20:39:09.443Z | [ host-image] Dec 06 20:39:08.771 INFO O| Dec 06 20:39:08.771 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2024-12-06T20:39:09.447Z | [ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9681 | 2024-12-06T20:39:09.447Z | [ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO copying /tmp/.tmpPWOfI9/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 ... |
9682 | 2024-12-06T20:39:09.451Z | [ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9683 | 2024-12-06T20:39:09.451Z | [ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO ok! |
9684 | 2024-12-06T20:39:09.451Z | [ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO STEP 110 (ensure_file) COMPLETE |
9685 | 2024-12-06T20:39:09.451Z | [ host-image] Dec 06 20:39:08.780 INFO O| Dec 06 20:39:08.780 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9686 | 2024-12-06T20:39:09.457Z | [ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9687 | 2024-12-06T20:39:09.457Z | [ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO copying /tmp/.tmpPWOfI9/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 ... |
9688 | 2024-12-06T20:39:09.461Z | [ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9689 | 2024-12-06T20:39:09.461Z | [ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO ok! |
9690 | 2024-12-06T20:39:09.461Z | [ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO STEP 111 (ensure_file) COMPLETE |
9691 | 2024-12-06T20:39:09.461Z | [ host-image] Dec 06 20:39:08.791 INFO O| Dec 06 20:39:08.791 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9692 | 2024-12-06T20:39:09.468Z | [ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9693 | 2024-12-06T20:39:09.468Z | [ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO copying /tmp/.tmpPWOfI9/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 ... |
9694 | 2024-12-06T20:39:09.471Z | [ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9695 | 2024-12-06T20:39:09.471Z | [ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO ok! |
9696 | 2024-12-06T20:39:09.471Z | [ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO STEP 112 (ensure_file) COMPLETE |
9697 | 2024-12-06T20:39:09.471Z | [ host-image] Dec 06 20:39:08.801 INFO O| Dec 06 20:39:08.801 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9698 | 2024-12-06T20:39:09.477Z | [ host-image] Dec 06 20:39:08.810 INFO O| Dec 06 20:39:08.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9699 | 2024-12-06T20:39:09.481Z | [ host-image] Dec 06 20:39:08.810 INFO O| Dec 06 20:39:08.810 INFO copying /tmp/.tmpPWOfI9/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 ... |
9700 | 2024-12-06T20:39:09.481Z | [ host-image] Dec 06 20:39:08.810 INFO O| Dec 06 20:39:08.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9701 | 2024-12-06T20:39:09.481Z | [ host-image] Dec 06 20:39:08.811 INFO O| Dec 06 20:39:08.810 INFO ok! |
9702 | 2024-12-06T20:39:09.481Z | [ host-image] Dec 06 20:39:08.811 INFO O| Dec 06 20:39:08.810 INFO STEP 113 (ensure_file) COMPLETE |
9703 | 2024-12-06T20:39:09.482Z | [ host-image] Dec 06 20:39:08.811 INFO O| Dec 06 20:39:08.810 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9704 | 2024-12-06T20:39:09.487Z | [ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9705 | 2024-12-06T20:39:09.487Z | [ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO copying /tmp/.tmpPWOfI9/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 ... |
9706 | 2024-12-06T20:39:09.491Z | [ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9707 | 2024-12-06T20:39:09.491Z | [ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO ok! |
9708 | 2024-12-06T20:39:09.492Z | [ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO STEP 114 (ensure_file) COMPLETE |
9709 | 2024-12-06T20:39:09.492Z | [ host-image] Dec 06 20:39:08.820 INFO O| Dec 06 20:39:08.820 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2024-12-06T20:39:09.496Z | [ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9711 | 2024-12-06T20:39:09.496Z | [ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO copying /tmp/.tmpPWOfI9/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 ... |
9712 | 2024-12-06T20:39:09.496Z | [ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9713 | 2024-12-06T20:39:09.497Z | [ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO ok! |
9714 | 2024-12-06T20:39:09.500Z | [ host-image] Dec 06 20:39:08.829 INFO O| Dec 06 20:39:08.829 INFO STEP 115 (ensure_file) COMPLETE |
9715 | 2024-12-06T20:39:09.500Z | [ host-image] Dec 06 20:39:08.830 INFO O| Dec 06 20:39:08.829 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9716 | 2024-12-06T20:39:09.506Z | [ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9717 | 2024-12-06T20:39:09.506Z | [ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO copying /tmp/.tmpPWOfI9/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 ... |
9718 | 2024-12-06T20:39:09.509Z | [ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9719 | 2024-12-06T20:39:09.509Z | [ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO ok! |
9720 | 2024-12-06T20:39:09.509Z | [ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO STEP 116 (ensure_file) COMPLETE |
9721 | 2024-12-06T20:39:09.510Z | [ host-image] Dec 06 20:39:08.839 INFO O| Dec 06 20:39:08.839 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2024-12-06T20:39:09.515Z | [ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9723 | 2024-12-06T20:39:09.515Z | [ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO copying /tmp/.tmpPWOfI9/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 ... |
9724 | 2024-12-06T20:39:09.519Z | [ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9725 | 2024-12-06T20:39:09.519Z | [ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO ok! |
9726 | 2024-12-06T20:39:09.519Z | [ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO STEP 117 (ensure_file) COMPLETE |
9727 | 2024-12-06T20:39:09.519Z | [ host-image] Dec 06 20:39:08.848 INFO O| Dec 06 20:39:08.848 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9728 | 2024-12-06T20:39:09.524Z | [ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9729 | 2024-12-06T20:39:09.525Z | [ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9730 | 2024-12-06T20:39:09.528Z | [ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9731 | 2024-12-06T20:39:09.529Z | [ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO ok! |
9732 | 2024-12-06T20:39:09.529Z | [ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO STEP 118 (ensure_file) COMPLETE |
9733 | 2024-12-06T20:39:09.529Z | [ host-image] Dec 06 20:39:08.858 INFO O| Dec 06 20:39:08.858 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2024-12-06T20:39:09.534Z | [ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9735 | 2024-12-06T20:39:09.534Z | [ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO copying /tmp/.tmpPWOfI9/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 ... |
9736 | 2024-12-06T20:39:09.538Z | [ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9737 | 2024-12-06T20:39:09.538Z | [ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO ok! |
9738 | 2024-12-06T20:39:09.538Z | [ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO STEP 119 (ensure_file) COMPLETE |
9739 | 2024-12-06T20:39:09.538Z | [ host-image] Dec 06 20:39:08.867 INFO O| Dec 06 20:39:08.867 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2024-12-06T20:39:09.550Z | [ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9741 | 2024-12-06T20:39:09.550Z | [ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9742 | 2024-12-06T20:39:09.550Z | [ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9743 | 2024-12-06T20:39:09.550Z | [ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO ok! |
9744 | 2024-12-06T20:39:09.550Z | [ host-image] Dec 06 20:39:08.876 INFO O| Dec 06 20:39:08.876 INFO STEP 120 (ensure_file) COMPLETE |
9745 | 2024-12-06T20:39:09.550Z | [ host-image] Dec 06 20:39:08.877 INFO O| Dec 06 20:39:08.876 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9746 | 2024-12-06T20:39:09.553Z | [ host-image] Dec 06 20:39:08.886 INFO O| Dec 06 20:39:08.886 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9747 | 2024-12-06T20:39:09.553Z | [ host-image] Dec 06 20:39:08.886 INFO O| Dec 06 20:39:08.886 INFO copying /tmp/.tmpPWOfI9/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9748 | 2024-12-06T20:39:12.767Z | [ host-image] Dec 06 20:39:12.101 INFO O| Dec 06 20:39:12.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9749 | 2024-12-06T20:39:12.767Z | [ host-image] Dec 06 20:39:12.101 INFO O| Dec 06 20:39:12.101 INFO ok! |
9750 | 2024-12-06T20:39:12.770Z | [ host-image] Dec 06 20:39:12.101 INFO O| Dec 06 20:39:12.101 INFO STEP 121 (ensure_file) COMPLETE |
9751 | 2024-12-06T20:39:12.770Z | [ host-image] Dec 06 20:39:12.101 INFO O| Dec 06 20:39:12.101 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2024-12-06T20:39:12.778Z | [ host-image] Dec 06 20:39:12.112 INFO O| Dec 06 20:39:12.112 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9753 | 2024-12-06T20:39:12.778Z | [ host-image] Dec 06 20:39:12.112 INFO O| Dec 06 20:39:12.112 INFO STEP 122 (ensure_dir) COMPLETE |
9754 | 2024-12-06T20:39:12.780Z | [ host-image] Dec 06 20:39:12.112 INFO O| Dec 06 20:39:12.112 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9755 | 2024-12-06T20:39:12.787Z | [ host-image] Dec 06 20:39:12.121 INFO O| Dec 06 20:39:12.121 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9756 | 2024-12-06T20:39:12.787Z | [ host-image] Dec 06 20:39:12.121 INFO O| Dec 06 20:39:12.121 INFO STEP 123 (ensure_dir) COMPLETE |
9757 | 2024-12-06T20:39:12.790Z | [ host-image] Dec 06 20:39:12.121 INFO O| Dec 06 20:39:12.121 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2024-12-06T20:39:12.796Z | [ host-image] Dec 06 20:39:12.130 INFO O| Dec 06 20:39:12.130 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9759 | 2024-12-06T20:39:12.799Z | [ host-image] Dec 06 20:39:12.130 INFO O| Dec 06 20:39:12.130 INFO STEP 124 (ensure_dir) COMPLETE |
9760 | 2024-12-06T20:39:12.799Z | [ host-image] Dec 06 20:39:12.130 INFO O| Dec 06 20:39:12.130 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9761 | 2024-12-06T20:39:12.805Z | [ host-image] Dec 06 20:39:12.139 INFO O| Dec 06 20:39:12.139 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9762 | 2024-12-06T20:39:12.805Z | [ host-image] Dec 06 20:39:12.139 INFO O| Dec 06 20:39:12.139 INFO STEP 125 (ensure_dir) COMPLETE |
9763 | 2024-12-06T20:39:12.805Z | [ host-image] Dec 06 20:39:12.139 INFO O| Dec 06 20:39:12.139 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2024-12-06T20:39:12.814Z | [ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9765 | 2024-12-06T20:39:12.814Z | [ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO copying /tmp/.tmpPWOfI9/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml ... |
9766 | 2024-12-06T20:39:12.817Z | [ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9767 | 2024-12-06T20:39:12.817Z | [ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO ok! |
9768 | 2024-12-06T20:39:12.817Z | [ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO STEP 126 (ensure_file) COMPLETE |
9769 | 2024-12-06T20:39:12.817Z | [ host-image] Dec 06 20:39:12.148 INFO O| Dec 06 20:39:12.148 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9770 | 2024-12-06T20:39:12.824Z | [ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9771 | 2024-12-06T20:39:12.824Z | [ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9772 | 2024-12-06T20:39:12.826Z | [ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9773 | 2024-12-06T20:39:12.826Z | [ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO STEP 127 (ensure_dir) COMPLETE |
9774 | 2024-12-06T20:39:12.826Z | [ host-image] Dec 06 20:39:12.157 INFO O| Dec 06 20:39:12.157 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9775 | 2024-12-06T20:39:12.833Z | [ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.166 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9776 | 2024-12-06T20:39:12.833Z | [ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO copying /tmp/.tmpPWOfI9/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9777 | 2024-12-06T20:39:12.835Z | [ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9778 | 2024-12-06T20:39:12.835Z | [ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO ok! |
9779 | 2024-12-06T20:39:12.835Z | [ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO STEP 128 (ensure_file) COMPLETE |
9780 | 2024-12-06T20:39:12.835Z | [ host-image] Dec 06 20:39:12.167 INFO O| Dec 06 20:39:12.167 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9781 | 2024-12-06T20:39:12.842Z | [ host-image] Dec 06 20:39:12.176 INFO O| Dec 06 20:39:12.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9782 | 2024-12-06T20:39:12.844Z | [ host-image] Dec 06 20:39:12.176 INFO O| Dec 06 20:39:12.176 INFO STEP 129 (remove_files) COMPLETE |
9783 | 2024-12-06T20:39:12.844Z | [ host-image] Dec 06 20:39:12.176 INFO O| Dec 06 20:39:12.176 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9784 | 2024-12-06T20:39:12.851Z | [ host-image] Dec 06 20:39:12.185 INFO O| Dec 06 20:39:12.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9785 | 2024-12-06T20:39:12.854Z | [ host-image] Dec 06 20:39:12.185 INFO O| Dec 06 20:39:12.185 INFO STEP 130 (remove_files) COMPLETE |
9786 | 2024-12-06T20:39:12.854Z | [ host-image] Dec 06 20:39:12.185 INFO O| Dec 06 20:39:12.185 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9787 | 2024-12-06T20:39:12.860Z | [ host-image] Dec 06 20:39:12.194 INFO O| Dec 06 20:39:12.194 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9788 | 2024-12-06T20:39:12.862Z | [ host-image] Dec 06 20:39:12.194 INFO O| Dec 06 20:39:12.194 INFO STEP 131 (remove_files) COMPLETE |
9789 | 2024-12-06T20:39:12.862Z | [ host-image] Dec 06 20:39:12.194 INFO O| Dec 06 20:39:12.194 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9790 | 2024-12-06T20:39:12.869Z | [ host-image] Dec 06 20:39:12.203 INFO O| Dec 06 20:39:12.203 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9791 | 2024-12-06T20:39:12.872Z | [ host-image] Dec 06 20:39:12.203 INFO O| Dec 06 20:39:12.203 INFO STEP 132 (remove_files) COMPLETE |
9792 | 2024-12-06T20:39:12.872Z | [ host-image] Dec 06 20:39:12.203 INFO O| Dec 06 20:39:12.203 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9793 | 2024-12-06T20:39:12.879Z | [ host-image] Dec 06 20:39:12.212 INFO O| Dec 06 20:39:12.212 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9794 | 2024-12-06T20:39:12.881Z | [ host-image] Dec 06 20:39:12.212 INFO O| Dec 06 20:39:12.212 INFO STEP 133 (remove_files) COMPLETE |
9795 | 2024-12-06T20:39:12.881Z | [ host-image] Dec 06 20:39:12.212 INFO O| Dec 06 20:39:12.212 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9796 | 2024-12-06T20:39:12.888Z | [ host-image] Dec 06 20:39:12.221 INFO O| Dec 06 20:39:12.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9797 | 2024-12-06T20:39:12.890Z | [ host-image] Dec 06 20:39:12.222 INFO O| Dec 06 20:39:12.221 INFO STEP 134 (remove_files) COMPLETE |
9798 | 2024-12-06T20:39:12.890Z | [ host-image] Dec 06 20:39:12.222 INFO O| Dec 06 20:39:12.222 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9799 | 2024-12-06T20:39:12.897Z | [ host-image] Dec 06 20:39:12.231 INFO O| Dec 06 20:39:12.231 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9800 | 2024-12-06T20:39:12.899Z | [ host-image] Dec 06 20:39:12.231 INFO O| Dec 06 20:39:12.231 INFO STEP 135 (remove_files) COMPLETE |
9801 | 2024-12-06T20:39:12.900Z | [ host-image] Dec 06 20:39:12.231 INFO O| Dec 06 20:39:12.231 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9802 | 2024-12-06T20:39:12.906Z | [ host-image] Dec 06 20:39:12.240 INFO O| Dec 06 20:39:12.240 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9803 | 2024-12-06T20:39:12.906Z | [ host-image] Dec 06 20:39:12.240 INFO O| Dec 06 20:39:12.240 INFO STEP 136 (remove_files) COMPLETE |
9804 | 2024-12-06T20:39:12.908Z | [ host-image] Dec 06 20:39:12.240 INFO O| Dec 06 20:39:12.240 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9805 | 2024-12-06T20:39:12.915Z | [ host-image] Dec 06 20:39:12.249 INFO O| Dec 06 20:39:12.249 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9806 | 2024-12-06T20:39:12.915Z | [ host-image] Dec 06 20:39:12.249 INFO O| Dec 06 20:39:12.249 INFO STEP 137 (remove_files) COMPLETE |
9807 | 2024-12-06T20:39:12.915Z | [ host-image] Dec 06 20:39:12.249 INFO O| Dec 06 20:39:12.249 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9808 | 2024-12-06T20:39:12.924Z | [ host-image] Dec 06 20:39:12.258 INFO O| Dec 06 20:39:12.258 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9809 | 2024-12-06T20:39:12.924Z | [ host-image] Dec 06 20:39:12.258 INFO O| Dec 06 20:39:12.258 INFO STEP 138 (remove_files) COMPLETE |
9810 | 2024-12-06T20:39:12.927Z | [ host-image] Dec 06 20:39:12.258 INFO O| Dec 06 20:39:12.258 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9811 | 2024-12-06T20:39:12.933Z | [ host-image] Dec 06 20:39:12.267 INFO O| Dec 06 20:39:12.267 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9812 | 2024-12-06T20:39:12.933Z | [ host-image] Dec 06 20:39:12.267 INFO O| Dec 06 20:39:12.267 INFO STEP 139 (remove_files) COMPLETE |
9813 | 2024-12-06T20:39:12.933Z | [ host-image] Dec 06 20:39:12.267 INFO O| Dec 06 20:39:12.267 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9814 | 2024-12-06T20:39:12.942Z | [ host-image] Dec 06 20:39:12.276 INFO O| Dec 06 20:39:12.276 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9815 | 2024-12-06T20:39:12.942Z | [ host-image] Dec 06 20:39:12.276 INFO O| Dec 06 20:39:12.276 INFO STEP 140 (remove_files) COMPLETE |
9816 | 2024-12-06T20:39:12.944Z | [ host-image] Dec 06 20:39:12.276 INFO O| Dec 06 20:39:12.276 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9817 | 2024-12-06T20:39:12.951Z | [ host-image] Dec 06 20:39:12.285 INFO O| Dec 06 20:39:12.285 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9818 | 2024-12-06T20:39:12.951Z | [ host-image] Dec 06 20:39:12.285 INFO O| Dec 06 20:39:12.285 INFO STEP 141 (remove_files) COMPLETE |
9819 | 2024-12-06T20:39:12.954Z | [ host-image] Dec 06 20:39:12.285 INFO O| Dec 06 20:39:12.285 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9820 | 2024-12-06T20:39:12.960Z | [ host-image] Dec 06 20:39:12.294 INFO O| Dec 06 20:39:12.294 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9821 | 2024-12-06T20:39:12.960Z | [ host-image] Dec 06 20:39:12.294 INFO O| Dec 06 20:39:12.294 INFO STEP 142 (remove_files) COMPLETE |
9822 | 2024-12-06T20:39:12.963Z | [ host-image] Dec 06 20:39:12.294 INFO O| Dec 06 20:39:12.294 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9823 | 2024-12-06T20:39:12.969Z | [ host-image] Dec 06 20:39:12.303 INFO O| Dec 06 20:39:12.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9824 | 2024-12-06T20:39:12.969Z | [ host-image] Dec 06 20:39:12.303 INFO O| Dec 06 20:39:12.303 INFO STEP 143 (remove_files) COMPLETE |
9825 | 2024-12-06T20:39:12.972Z | [ host-image] Dec 06 20:39:12.303 INFO O| Dec 06 20:39:12.303 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9826 | 2024-12-06T20:39:12.978Z | [ host-image] Dec 06 20:39:12.312 INFO O| Dec 06 20:39:12.312 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9827 | 2024-12-06T20:39:12.978Z | [ host-image] Dec 06 20:39:12.312 INFO O| Dec 06 20:39:12.312 INFO STEP 144 (remove_files) COMPLETE |
9828 | 2024-12-06T20:39:12.978Z | [ host-image] Dec 06 20:39:12.312 INFO O| Dec 06 20:39:12.312 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9829 | 2024-12-06T20:39:12.987Z | [ host-image] Dec 06 20:39:12.321 INFO O| Dec 06 20:39:12.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9830 | 2024-12-06T20:39:12.990Z | [ host-image] Dec 06 20:39:12.321 INFO O| Dec 06 20:39:12.321 INFO STEP 145 (remove_files) COMPLETE |
9831 | 2024-12-06T20:39:12.990Z | [ host-image] Dec 06 20:39:12.321 INFO O| Dec 06 20:39:12.321 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9832 | 2024-12-06T20:39:12.996Z | [ host-image] Dec 06 20:39:12.330 INFO O| Dec 06 20:39:12.330 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9833 | 2024-12-06T20:39:12.996Z | [ host-image] Dec 06 20:39:12.330 INFO O| Dec 06 20:39:12.330 INFO STEP 146 (remove_files) COMPLETE |
9834 | 2024-12-06T20:39:12.999Z | [ host-image] Dec 06 20:39:12.330 INFO O| Dec 06 20:39:12.330 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9835 | 2024-12-06T20:39:13.006Z | [ host-image] Dec 06 20:39:12.339 INFO O| Dec 06 20:39:12.339 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9836 | 2024-12-06T20:39:13.006Z | [ host-image] Dec 06 20:39:12.339 INFO O| Dec 06 20:39:12.339 INFO STEP 147 (remove_files) COMPLETE |
9837 | 2024-12-06T20:39:13.006Z | [ host-image] Dec 06 20:39:12.339 INFO O| Dec 06 20:39:12.339 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9838 | 2024-12-06T20:39:13.015Z | [ host-image] Dec 06 20:39:12.348 INFO O| Dec 06 20:39:12.348 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9839 | 2024-12-06T20:39:13.015Z | [ host-image] Dec 06 20:39:12.348 INFO O| Dec 06 20:39:12.348 INFO STEP 148 (remove_files) COMPLETE |
9840 | 2024-12-06T20:39:13.017Z | [ host-image] Dec 06 20:39:12.348 INFO O| Dec 06 20:39:12.348 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9841 | 2024-12-06T20:39:13.024Z | [ host-image] Dec 06 20:39:12.357 INFO O| Dec 06 20:39:12.357 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9842 | 2024-12-06T20:39:13.026Z | [ host-image] Dec 06 20:39:12.357 INFO O| Dec 06 20:39:12.357 INFO STEP 149 (remove_files) COMPLETE |
9843 | 2024-12-06T20:39:13.026Z | [ host-image] Dec 06 20:39:12.357 INFO O| Dec 06 20:39:12.357 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9844 | 2024-12-06T20:39:13.033Z | [ host-image] Dec 06 20:39:12.366 INFO O| Dec 06 20:39:12.366 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9845 | 2024-12-06T20:39:13.035Z | [ host-image] Dec 06 20:39:12.367 INFO O| Dec 06 20:39:12.367 INFO STEP 150 (remove_files) COMPLETE |
9846 | 2024-12-06T20:39:13.035Z | [ host-image] Dec 06 20:39:12.367 INFO O| Dec 06 20:39:12.367 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9847 | 2024-12-06T20:39:13.042Z | [ host-image] Dec 06 20:39:12.376 INFO O| Dec 06 20:39:12.376 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9848 | 2024-12-06T20:39:13.044Z | [ host-image] Dec 06 20:39:12.376 INFO O| Dec 06 20:39:12.376 INFO STEP 151 (remove_files) COMPLETE |
9849 | 2024-12-06T20:39:13.044Z | [ host-image] Dec 06 20:39:12.376 INFO O| Dec 06 20:39:12.376 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9850 | 2024-12-06T20:39:13.051Z | [ host-image] Dec 06 20:39:12.385 INFO O| Dec 06 20:39:12.385 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9851 | 2024-12-06T20:39:13.053Z | [ host-image] Dec 06 20:39:12.385 INFO O| Dec 06 20:39:12.385 INFO STEP 152 (remove_files) COMPLETE |
9852 | 2024-12-06T20:39:13.053Z | [ host-image] Dec 06 20:39:12.385 INFO O| Dec 06 20:39:12.385 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9853 | 2024-12-06T20:39:13.060Z | [ host-image] Dec 06 20:39:12.394 INFO O| Dec 06 20:39:12.394 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9854 | 2024-12-06T20:39:13.062Z | [ host-image] Dec 06 20:39:12.394 INFO O| Dec 06 20:39:12.394 INFO STEP 153 (remove_files) COMPLETE |
9855 | 2024-12-06T20:39:13.062Z | [ host-image] Dec 06 20:39:12.394 INFO O| Dec 06 20:39:12.394 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9856 | 2024-12-06T20:39:13.069Z | [ host-image] Dec 06 20:39:12.403 INFO O| Dec 06 20:39:12.403 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9857 | 2024-12-06T20:39:13.069Z | [ host-image] Dec 06 20:39:12.403 INFO O| Dec 06 20:39:12.403 INFO STEP 154 (remove_files) COMPLETE |
9858 | 2024-12-06T20:39:13.071Z | [ host-image] Dec 06 20:39:12.403 INFO O| Dec 06 20:39:12.403 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9859 | 2024-12-06T20:39:13.078Z | [ host-image] Dec 06 20:39:12.412 INFO O| Dec 06 20:39:12.412 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9860 | 2024-12-06T20:39:13.078Z | [ host-image] Dec 06 20:39:12.412 INFO O| Dec 06 20:39:12.412 INFO STEP 155 (remove_files) COMPLETE |
9861 | 2024-12-06T20:39:13.078Z | [ host-image] Dec 06 20:39:12.412 INFO O| Dec 06 20:39:12.412 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9862 | 2024-12-06T20:39:13.087Z | [ host-image] Dec 06 20:39:12.421 INFO O| Dec 06 20:39:12.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9863 | 2024-12-06T20:39:13.087Z | [ host-image] Dec 06 20:39:12.421 INFO O| Dec 06 20:39:12.421 INFO STEP 156 (remove_files) COMPLETE |
9864 | 2024-12-06T20:39:13.090Z | [ host-image] Dec 06 20:39:12.421 INFO O| Dec 06 20:39:12.421 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9865 | 2024-12-06T20:39:13.096Z | [ host-image] Dec 06 20:39:12.430 INFO O| Dec 06 20:39:12.430 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9866 | 2024-12-06T20:39:13.096Z | [ host-image] Dec 06 20:39:12.430 INFO O| Dec 06 20:39:12.430 INFO STEP 157 (remove_files) COMPLETE |
9867 | 2024-12-06T20:39:13.096Z | [ host-image] Dec 06 20:39:12.430 INFO O| Dec 06 20:39:12.430 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9868 | 2024-12-06T20:39:13.110Z | [ host-image] Dec 06 20:39:12.443 INFO O| Dec 06 20:39:12.443 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9869 | 2024-12-06T20:39:13.110Z | [ host-image] Dec 06 20:39:12.443 INFO O| Dec 06 20:39:12.443 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9870 | 2024-12-06T20:39:19.790Z | [ host-image] Dec 06 20:39:19.123 INFO O| Dec 06 20:39:19.123 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 |
9871 | 2024-12-06T20:39:19.790Z | [ host-image] Dec 06 20:39:19.123 INFO O| Dec 06 20:39:19.123 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9872 | 2024-12-06T20:39:19.803Z | [ host-image] Dec 06 20:39:19.137 INFO O| Dec 06 20:39:19.137 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9873 | 2024-12-06T20:39:19.882Z | [ host-image] Dec 06 20:39:19.215 INFO O| Dec 06 20:39:19.215 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9874 | 2024-12-06T20:39:19.882Z | [ host-image] Dec 06 20:39:19.215 INFO O| Dec 06 20:39:19.215 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9875 | 2024-12-06T20:39:19.884Z | [ host-image] Dec 06 20:39:19.217 INFO O| Dec 06 20:39:19.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9876 | 2024-12-06T20:39:19.885Z | [ host-image] Dec 06 20:39:19.217 INFO O| Dec 06 20:39:19.217 INFO ok! |
9877 | 2024-12-06T20:39:19.885Z | [ host-image] Dec 06 20:39:19.217 INFO O| Dec 06 20:39:19.217 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9878 | 2024-12-06T20:39:19.885Z | [ host-image] Dec 06 20:39:19.218 INFO O| Dec 06 20:39:19.217 INFO STEP 158 (seed_smf) COMPLETE |
9879 | 2024-12-06T20:39:19.885Z | [ host-image] Dec 06 20:39:19.218 INFO O| Dec 06 20:39:19.217 INFO steps complete; finalising image! |
9880 | 2024-12-06T20:39:19.885Z | [ host-image] Dec 06 20:39:19.218 INFO O| Dec 06 20:39:19.218 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9881 | 2024-12-06T20:39:20.021Z | [ host-image] Dec 06 20:39:19.354 INFO O| Dec 06 20:39:19.354 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Fri Dec 6 20:39:19 2024) |
9882 | 2024-12-06T20:39:20.241Z | [ host-image] Dec 06 20:39:19.574 INFO O| Dec 06 20:39:19.574 INFO temporary pool has 688M used, 144M avail, 1.82x compressratio |
9883 | 2024-12-06T20:39:20.241Z | [ host-image] Dec 06 20:39:19.574 INFO O| Dec 06 20:39:19.574 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9884 | 2024-12-06T20:39:20.518Z | [ host-image] Dec 06 20:39:19.851 INFO O| Dec 06 20:39:19.851 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9885 | 2024-12-06T20:39:20.518Z | [ host-image] Dec 06 20:39:19.851 INFO O| Dec 06 20:39:19.851 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9886 | 2024-12-06T20:39:21.518Z | [ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9887 | 2024-12-06T20:39:21.518Z | [ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9888 | 2024-12-06T20:39:21.520Z | [ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9889 | 2024-12-06T20:39:21.520Z | [ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO completed processing gimlet/zfs |
9890 | 2024-12-06T20:39:21.520Z | [ host-image] Dec 06 20:39:20.851 INFO O| Dec 06 20:39:20.851 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9891 | 2024-12-06T20:39:30.188Z | [ host-image] Dec 06 20:39:29.522 INFO O| Dec 06 20:39:29.522 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9892 | 2024-12-06T20:39:30.280Z | [ host-image] Dec 06 20:39:29.613 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
9893 | 2024-12-06T20:39:30.280Z | [ host-image] Dec 06 20:39:29.613 INFO expanded image name: "ci dd376b0/${os_short_commit} 2024-12-06 20:07" -> "ci dd376b0/92ea229 2024-12-06 20:07" |
9894 | 2024-12-06T20:39:30.282Z | [ host-image] Dec 06 20:39:29.613 INFO output artefacts stored in: "/work/os-host" |
9895 | 2024-12-06T20:39:30.283Z | [ host-image] Dec 06 20:39:29.614 INFO collecting git info from project "bootserver"... |
9896 | 2024-12-06T20:39:30.286Z | [ host-image] Dec 06 20:39:29.619 INFO collecting git info from project "image-builder"... |
9897 | 2024-12-06T20:39:30.289Z | [ host-image] Dec 06 20:39:29.623 INFO collecting git info from project "phbl"... |
9898 | 2024-12-06T20:39:30.295Z | [ host-image] Dec 06 20:39:29.627 INFO collecting git info from project "amd-firmware"... |
9899 | 2024-12-06T20:39:30.302Z | [ host-image] Dec 06 20:39:29.635 INFO collecting git info from project "pinprick"... |
9900 | 2024-12-06T20:39:30.306Z | [ host-image] Dec 06 20:39:29.639 INFO collecting git info from project "amd-host-image-builder"... |
9901 | 2024-12-06T20:39:30.319Z | [ host-image] Dec 06 20:39:29.652 INFO collecting git info from project "chelsio-t6-roms"... |
9902 | 2024-12-06T20:39:30.323Z | [ host-image] Dec 06 20:39:29.657 INFO collecting git info from project "pilot"... |
9903 | 2024-12-06T20:39:30.328Z | [ host-image] Dec 06 20:39:29.662 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9904 | 2024-12-06T20:39:30.678Z | [ host-image] Dec 06 20:39:30.011 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9905 | 2024-12-06T20:39:31.014Z | [ host-image] Dec 06 20:39:30.347 INFO creating Oxide boot image... |
9906 | 2024-12-06T20:39:31.014Z | [ host-image] Dec 06 20:39:30.347 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci dd376b0/92ea229 2024-12-06 20:07", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9907 | 2024-12-06T20:39:31.934Z | [ host-image] Dec 06 20:39:31.267 INFO O| ok, image written! |
9908 | 2024-12-06T20:39:31.934Z | [ host-image] Dec 06 20:39:31.267 INFO O| ok, boot_image_csum file written! |
9909 | 2024-12-06T20:39:31.937Z | [ host-image] Dec 06 20:39:31.270 INFO creating boot archive (CPIO)... |
9910 | 2024-12-06T20:39:31.939Z | [ host-image] Dec 06 20:39:31.270 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 |
9911 | 2024-12-06T20:39:31.944Z | [ host-image] Dec 06 20:39:31.278 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9912 | 2024-12-06T20:39:31.944Z | [ host-image] Dec 06 20:39:31.278 INFO E| + outfile=/work/os-host/cpio |
9913 | 2024-12-06T20:39:31.944Z | [ host-image] Dec 06 20:39:31.278 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9914 | 2024-12-06T20:39:31.947Z | [ host-image] Dec 06 20:39:31.280 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9915 | 2024-12-06T20:39:31.947Z | [ host-image] Dec 06 20:39:31.280 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9916 | 2024-12-06T20:39:31.980Z | [ host-image] Dec 06 20:39:31.313 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9917 | 2024-12-06T20:39:31.980Z | [ host-image] Dec 06 20:39:31.313 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9918 | 2024-12-06T20:39:31.988Z | [ host-image] Dec 06 20:39:31.321 INFO creating compressed cpio/unix for nanobl-rs... |
9919 | 2024-12-06T20:39:31.990Z | [ host-image] Dec 06 20:39:31.321 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 |
9920 | 2024-12-06T20:39:32.284Z | [ host-image] Dec 06 20:39:31.617 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9921 | 2024-12-06T20:39:36.667Z | [ host-image] Dec 06 20:39:36.000 INFO creating reset image... |
9922 | 2024-12-06T20:39:36.670Z | [ host-image] Dec 06 20:39:36.000 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9923 | 2024-12-06T20:39:36.759Z | [ host-image] Dec 06 20:39:36.092 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9924 | 2024-12-06T20:39:36.761Z | [ host-image] Dec 06 20:39:36.093 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9925 | 2024-12-06T20:39:36.811Z | [ host-image] Dec 06 20:39:36.145 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9926 | 2024-12-06T20:39:38.620Z | [ host-image] Dec 06 20:39:37.953 INFO E| Finished `release` profile [optimized] target(s) in 1.84s |
9927 | 2024-12-06T20:39:38.631Z | [ host-image] Dec 06 20:39:37.965 INFO building host image... |
9928 | 2024-12-06T20:39:38.633Z | [ host-image] Dec 06 20:39:37.965 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") |
9929 | 2024-12-06T20:39:39.112Z | [ host-image] Dec 06 20:39:38.445 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9930 | 2024-12-06T20:40:27.247Z | [ host-image] Dec 06 20:40:26.580 INFO image complete! materials are in "/work/os-host" |
9931 | 2024-12-06T20:40:27.250Z | [ host-image] |
9932 | 2024-12-06T20:40:27.252Z | [ host-image] real 10:24.550512285 |
9933 | 2024-12-06T20:40:27.252Z | [ host-image] user 5:10.625712996 |
9934 | 2024-12-06T20:40:27.252Z | [ host-image] sys 47.470393634 |
9935 | 2024-12-06T20:40:27.252Z | [ host-image] trap 0.188490825 |
9936 | 2024-12-06T20:40:27.252Z | [ host-image] tflt 0.000057449 |
9937 | 2024-12-06T20:40:27.253Z | [ host-image] dflt 0.067901877 |
9938 | 2024-12-06T20:40:27.253Z | [ host-image] kflt 0.000021720 |
9939 | 2024-12-06T20:40:27.253Z | [ host-image] lock 7:32.241977498 |
9940 | 2024-12-06T20:40:27.253Z | [ host-image] slp 58:10.213346753 |
9941 | 2024-12-06T20:40:27.253Z | [ host-image] lat 1:14.970325636 |
9942 | 2024-12-06T20:40:27.253Z | [ host-image] stop 0.414311666 |
9943 | 2024-12-06T20:40:27.253Z | Dec 06 20:40:26.583 INFO [host-image] process exited with exit status: 0 (624.567797279s) |
9944 | 2024-12-06T20:40:27.253Z | Dec 06 20:40:26.583 INFO [tuf-repo] running task |
9945 | 2024-12-06T20:40:35.218Z | Dec 06 20:40:34.550 INFO assembling repository in `/tmp/tufaceousMoOgDV`, component: OmicronRepoAssembler |
9946 | 2024-12-06T20:40:56.417Z | Dec 06 20:40:55.747 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9947 | 2024-12-06T20:40:56.520Z | Dec 06 20:40:55.852 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9948 | 2024-12-06T20:41:09.094Z | Dec 06 20:41:08.426 INFO [tuf-repo] task succeeded (41.842746604s) |
9949 | 2024-12-06T20:41:09.094Z | Dec 06 20:41:08.426 INFO all jobs completed in 1997.388304403s |
9950 | 2024-12-06T20:41:09.737Z | process exited: duration 2703879 ms, exit code 0 |
|
9951 | 2024-12-06T20:41:09.749Z | found 33 output files |
9952 | 2024-12-06T20:41:09.749Z | uploading: /work/manifest.toml (8404 bytes) |
9953 | 2024-12-06T20:41:10.757Z | uploaded: /work/manifest.toml |
9954 | 2024-12-06T20:41:10.757Z | uploading: /work/repo.zip (1964846349 bytes) |
9955 | 2024-12-06T20:41:43.754Z | uploaded: /work/repo.zip |
9956 | 2024-12-06T20:41:43.754Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9957 | 2024-12-06T20:41:44.777Z | uploaded: /work/repo.zip.sha256.txt |
9958 | 2024-12-06T20:41:44.777Z | uploading: /work/helios-setup.log (66237 bytes) |
9959 | 2024-12-06T20:41:45.787Z | uploaded: /work/helios-setup.log |
9960 | 2024-12-06T20:41:45.787Z | uploading: /work/host-image.log (197127 bytes) |
9961 | 2024-12-06T20:41:46.799Z | uploaded: /work/host-image.log |
9962 | 2024-12-06T20:41:46.801Z | uploading: /work/host-package.log (22562 bytes) |
9963 | 2024-12-06T20:41:47.808Z | uploaded: /work/host-package.log |
9964 | 2024-12-06T20:41:47.808Z | uploading: /work/host-target.log (101 bytes) |
9965 | 2024-12-06T20:41:48.815Z | uploaded: /work/host-target.log |
9966 | 2024-12-06T20:41:48.815Z | uploading: /work/omicron-package.log (5666 bytes) |
9967 | 2024-12-06T20:41:49.822Z | uploaded: /work/omicron-package.log |
9968 | 2024-12-06T20:41:49.822Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9969 | 2024-12-06T20:41:50.828Z | uploaded: /work/phbl-toolchain.log |
9970 | 2024-12-06T20:41:50.828Z | uploading: /work/recovery-image.log (592337 bytes) |
9971 | 2024-12-06T20:41:51.844Z | uploaded: /work/recovery-image.log |
9972 | 2024-12-06T20:41:51.844Z | uploading: /work/recovery-package.log (321 bytes) |
9973 | 2024-12-06T20:41:52.851Z | uploaded: /work/recovery-package.log |
9974 | 2024-12-06T20:41:52.851Z | uploading: /work/recovery-target.log (98 bytes) |
9975 | 2024-12-06T20:41:53.857Z | uploaded: /work/recovery-target.log |
9976 | 2024-12-06T20:41:53.857Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9977 | 2024-12-06T20:41:54.865Z | uploaded: /work/stamp-clickhouse.log |
9978 | 2024-12-06T20:41:54.865Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9979 | 2024-12-06T20:41:55.874Z | uploaded: /work/stamp-clickhouse_keeper.log |
9980 | 2024-12-06T20:41:55.874Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9981 | 2024-12-06T20:41:56.883Z | uploaded: /work/stamp-cockroachdb.log |
9982 | 2024-12-06T20:41:56.883Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9983 | 2024-12-06T20:41:57.890Z | uploaded: /work/stamp-crucible-dtrace.log |
9984 | 2024-12-06T20:41:57.890Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9985 | 2024-12-06T20:41:58.897Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9986 | 2024-12-06T20:41:58.897Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9987 | 2024-12-06T20:41:59.904Z | uploaded: /work/stamp-crucible-zone.log |
9988 | 2024-12-06T20:41:59.904Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9989 | 2024-12-06T20:42:00.911Z | uploaded: /work/stamp-external-dns.log |
9990 | 2024-12-06T20:42:00.914Z | uploading: /work/stamp-installinator.log (103 bytes) |
9991 | 2024-12-06T20:42:01.918Z | uploaded: /work/stamp-installinator.log |
9992 | 2024-12-06T20:42:01.918Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9993 | 2024-12-06T20:42:02.925Z | uploaded: /work/stamp-internal-dns.log |
9994 | 2024-12-06T20:42:02.927Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9995 | 2024-12-06T20:42:03.933Z | uploaded: /work/stamp-mg-ddm-gz.log |
9996 | 2024-12-06T20:42:03.933Z | uploading: /work/stamp-nexus.log (112 bytes) |
9997 | 2024-12-06T20:42:04.939Z | uploaded: /work/stamp-nexus.log |
9998 | 2024-12-06T20:42:04.939Z | uploading: /work/stamp-ntp.log (110 bytes) |
9999 | 2024-12-06T20:42:05.946Z | uploaded: /work/stamp-ntp.log |
10000 | 2024-12-06T20:42:05.948Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10001 | 2024-12-06T20:42:06.953Z | uploaded: /work/stamp-omicron-sled-agent.log |
10002 | 2024-12-06T20:42:06.953Z | uploading: /work/stamp-overlay.log (114 bytes) |
10003 | 2024-12-06T20:42:07.960Z | uploaded: /work/stamp-overlay.log |
10004 | 2024-12-06T20:42:07.960Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10005 | 2024-12-06T20:42:08.967Z | uploaded: /work/stamp-oximeter.log |
10006 | 2024-12-06T20:42:08.967Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10007 | 2024-12-06T20:42:09.974Z | uploaded: /work/stamp-oxlog.log |
10008 | 2024-12-06T20:42:09.974Z | uploading: /work/stamp-probe.log (112 bytes) |
10009 | 2024-12-06T20:42:10.981Z | uploaded: /work/stamp-probe.log |
10010 | 2024-12-06T20:42:10.981Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10011 | 2024-12-06T20:42:11.987Z | uploaded: /work/stamp-propolis-server.log |
10012 | 2024-12-06T20:42:11.987Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10013 | 2024-12-06T20:42:13.004Z | uploaded: /work/stamp-pumpkind-gz.log |
10014 | 2024-12-06T20:42:13.004Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10015 | 2024-12-06T20:42:14.011Z | uploaded: /work/stamp-switch-asic.log |
10016 | 2024-12-06T20:42:14.011Z | uploading: /work/verify-libraries.log (4271 bytes) |
10017 | 2024-12-06T20:42:15.018Z | uploaded: /work/verify-libraries.log |