|
|
|
1 | 2024-12-20T22:32:00.801Z | job assigned to worker 01JFK34BPPKQKN06G9CHPTPWQ3 [factory aws, i-0a0aa60cfaed56a0c] (queued for 1 m 2 s) |
|
2 | 2024-12-20T22:32:09.271Z | starting task 0: "setup" |
3 | 2024-12-20T22:32:09.281Z | ++ uname -s |
4 | 2024-12-20T22:32:09.284Z | + kern=SunOS |
5 | 2024-12-20T22:32:09.285Z | + case "$kern" in |
6 | 2024-12-20T22:32:09.285Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:32:09.285Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:32:11.315Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:32:11.362Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:32:11.367Z | + home_fs=zfs |
11 | 2024-12-20T22:32:11.367Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:32:11.367Z | + mkdir -p /home/build |
13 | 2024-12-20T22:32:11.367Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:32:13.378Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:32:13.417Z | process exited: duration 4099 ms, exit code 0 |
|
16 | 2024-12-20T22:32:13.441Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:32:13.445Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:32:13.445Z | ' 1.81.0 |
19 | 2024-12-20T22:32:13.445Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T22:32:13.446Z | ' default |
21 | 2024-12-20T22:32:13.446Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T22:32:13.446Z | * toolchain profile = "default" |
23 | 2024-12-20T22:32:13.446Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:32:13.446Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:32:13.546Z | info: downloading installer |
26 | 2024-12-20T22:32:14.945Z | info: profile set to 'default' |
27 | 2024-12-20T22:32:14.945Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:32:14.945Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:32:15.079Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:32:15.079Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:32:19.175Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:32:19.262Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:32:19.262Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:32:19.262Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:32:23.986Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:32:24.192Z | info: installing component 'cargo' |
37 | 2024-12-20T22:32:24.982Z | info: installing component 'clippy' |
38 | 2024-12-20T22:32:25.340Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:32:26.975Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:32:28.651Z | info: installing component 'rustc' |
41 | 2024-12-20T22:32:34.291Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:32:34.614Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:32:34.614Z | |
44 | 2024-12-20T22:32:34.979Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:32:34.979Z | |
46 | 2024-12-20T22:32:34.982Z | |
47 | 2024-12-20T22:32:34.982Z | Rust is installed now. Great! |
48 | 2024-12-20T22:32:34.982Z | |
49 | 2024-12-20T22:32:34.982Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:32:34.982Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:32:34.983Z | |
52 | 2024-12-20T22:32:34.983Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:32:34.983Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:32:34.983Z | |
55 | 2024-12-20T22:32:34.983Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:32:34.983Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:32:34.983Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:32:35.052Z | + rustc --version |
59 | 2024-12-20T22:32:35.117Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:32:35.120Z | process exited: duration 21684 ms, exit code 0 |
|
61 | 2024-12-20T22:32:35.125Z | starting task 2: "authentication" |
62 | 2024-12-20T22:32:35.147Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T22:32:35.153Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:32:35.160Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:32:35.163Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:32:35.479Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:32:42.847Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:32:42.847Z | + git fetch origin 5f3f50751ba1868efb7fad74e5bc041418daf93b |
69 | 2024-12-20T22:32:43.160Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:32:43.160Z | * branch 5f3f50751ba1868efb7fad74e5bc041418daf93b -> FETCH_HEAD |
71 | 2024-12-20T22:32:43.170Z | + [[ -n support-bundle-bg-task ]] |
72 | 2024-12-20T22:32:43.172Z | ++ git branch --show-current |
73 | 2024-12-20T22:32:43.175Z | + current=main |
74 | 2024-12-20T22:32:43.175Z | + [[ main != support-bundle-bg-task ]] |
75 | 2024-12-20T22:32:43.175Z | + git branch -f support-bundle-bg-task 5f3f50751ba1868efb7fad74e5bc041418daf93b |
76 | 2024-12-20T22:32:43.177Z | + git checkout -f support-bundle-bg-task |
77 | 2024-12-20T22:32:43.346Z | Switched to branch 'support-bundle-bg-task' |
78 | 2024-12-20T22:32:43.349Z | + git reset --hard 5f3f50751ba1868efb7fad74e5bc041418daf93b |
79 | 2024-12-20T22:32:43.388Z | HEAD is now at 5f3f50751 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2024-12-20T22:32:43.391Z | process exited: duration 8236 ms, exit code 0 |
|
81 | 2024-12-20T22:32:43.396Z | starting task 4: "build" |
82 | 2024-12-20T22:32:43.401Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:32:43.404Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:32:43.404Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:32:43.404Z | + cargo --version |
86 | 2024-12-20T22:32:43.459Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:32:43.464Z | + rustc --version |
88 | 2024-12-20T22:32:43.524Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:32:43.527Z | + cargo tree --locked |
90 | 2024-12-20T22:32:43.783Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-20T22:32:44.058Z | Updating crates.io index |
92 | 2024-12-20T22:32:44.062Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-20T22:32:44.622Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-20T22:32:44.915Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-20T22:32:45.170Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-20T22:32:45.461Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-20T22:32:46.428Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-20T22:32:47.998Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-20T22:32:48.583Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-20T22:32:49.396Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-20T22:32:49.551Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-20T22:32:49.857Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-20T22:32:50.449Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-20T22:32:50.773Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-20T22:32:51.178Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-20T22:32:51.415Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-20T22:32:51.817Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-20T22:32:52.187Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-20T22:32:52.439Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-20T22:32:52.760Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-20T22:32:53.009Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-20T22:32:53.389Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-20T22:32:54.008Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-20T22:32:54.261Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-20T22:32:54.534Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-20T22:32:54.936Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-20T22:32:55.268Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-20T22:32:55.546Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-20T22:32:55.845Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-20T22:32:57.230Z | Downloading crates ... |
121 | 2024-12-20T22:32:57.309Z | Downloaded adler2 v2.0.0 |
122 | 2024-12-20T22:32:57.320Z | Downloaded addr2line v0.24.2 |
123 | 2024-12-20T22:32:57.320Z | Downloaded aead v0.5.2 |
124 | 2024-12-20T22:32:57.334Z | Downloaded argon2 v0.5.3 |
125 | 2024-12-20T22:32:57.334Z | Downloaded async-stream-impl v0.3.6 |
126 | 2024-12-20T22:32:57.345Z | Downloaded async-object-pool v0.1.5 |
127 | 2024-12-20T22:32:57.345Z | Downloaded atty v0.2.14 |
128 | 2024-12-20T22:32:57.355Z | Downloaded guppy-workspace-hack v0.1.0 |
129 | 2024-12-20T22:32:57.356Z | Downloaded escape8259 v0.5.3 |
130 | 2024-12-20T22:32:57.356Z | Downloaded atomicwrites v0.4.4 |
131 | 2024-12-20T22:32:57.377Z | Downloaded headers-core v0.3.0 |
132 | 2024-12-20T22:32:57.377Z | Downloaded cfg_aliases v0.2.1 |
133 | 2024-12-20T22:32:57.378Z | Downloaded cfg_aliases v0.1.1 |
134 | 2024-12-20T22:32:57.378Z | Downloaded foreign-types-shared v0.3.1 |
135 | 2024-12-20T22:32:57.378Z | Downloaded fd-lock v4.0.2 |
136 | 2024-12-20T22:32:57.379Z | Downloaded errno v0.3.9 |
137 | 2024-12-20T22:32:57.385Z | Downloaded fastrand v2.1.1 |
138 | 2024-12-20T22:32:57.385Z | Downloaded async-recursion v1.1.1 |
139 | 2024-12-20T22:32:57.385Z | Downloaded fxhash v0.2.1 |
140 | 2024-12-20T22:32:57.385Z | Downloaded foreign-types v0.3.2 |
141 | 2024-12-20T22:32:57.385Z | Downloaded async-stream v0.3.6 |
142 | 2024-12-20T22:32:57.385Z | Downloaded anes v0.1.6 |
143 | 2024-12-20T22:32:57.386Z | Downloaded http-range v0.1.5 |
144 | 2024-12-20T22:32:57.386Z | Downloaded async-attributes v1.1.2 |
145 | 2024-12-20T22:32:57.386Z | Downloaded hubpack_derive v0.1.1 |
146 | 2024-12-20T22:32:57.386Z | Downloaded bitfield v0.14.0 |
147 | 2024-12-20T22:32:57.386Z | Downloaded http-body v1.0.1 |
148 | 2024-12-20T22:32:57.386Z | Downloaded anstyle-query v1.1.1 |
149 | 2024-12-20T22:32:57.386Z | Downloaded buf-list v1.0.3 |
150 | 2024-12-20T22:32:57.389Z | Downloaded hex-literal v0.4.1 |
151 | 2024-12-20T22:32:57.389Z | Downloaded foreign-types v0.5.0 |
152 | 2024-12-20T22:32:57.389Z | Downloaded futures-task v0.3.31 |
153 | 2024-12-20T22:32:57.389Z | Downloaded chacha20 v0.9.1 |
154 | 2024-12-20T22:32:57.394Z | Downloaded hash32 v0.2.1 |
155 | 2024-12-20T22:32:57.394Z | Downloaded event-listener v2.5.3 |
156 | 2024-12-20T22:32:57.405Z | Downloaded ghash v0.5.1 |
157 | 2024-12-20T22:32:57.405Z | Downloaded cfg-if v1.0.0 |
158 | 2024-12-20T22:32:57.406Z | Downloaded form_urlencoded v1.2.1 |
159 | 2024-12-20T22:32:57.411Z | Downloaded bitfield-struct v0.6.2 |
160 | 2024-12-20T22:32:57.411Z | Downloaded bit-set v0.5.3 |
161 | 2024-12-20T22:32:57.411Z | Downloaded group v0.13.0 |
162 | 2024-12-20T22:32:57.411Z | Downloaded blowfish v0.9.1 |
163 | 2024-12-20T22:32:57.411Z | Downloaded chrono-tz-build v0.4.0 |
164 | 2024-12-20T22:32:57.411Z | Downloaded hex v0.4.3 |
165 | 2024-12-20T22:32:57.411Z | Downloaded futures-executor v0.3.31 |
166 | 2024-12-20T22:32:57.419Z | Downloaded hash32 v0.3.1 |
167 | 2024-12-20T22:32:57.420Z | Downloaded heck v0.3.3 |
168 | 2024-12-20T22:32:57.420Z | Downloaded hostname v0.4.0 |
169 | 2024-12-20T22:32:57.430Z | Downloaded bitflags v1.3.2 |
170 | 2024-12-20T22:32:57.430Z | Downloaded httpdate v1.0.3 |
171 | 2024-12-20T22:32:57.430Z | Downloaded async-executor v1.13.1 |
172 | 2024-12-20T22:32:57.430Z | Downloaded async-bb8-diesel v0.2.1 |
173 | 2024-12-20T22:32:57.441Z | Downloaded humantime v2.1.0 |
174 | 2024-12-20T22:32:57.441Z | Downloaded fs_extra v1.3.0 |
175 | 2024-12-20T22:32:57.441Z | Downloaded bzip2 v0.4.4 |
176 | 2024-12-20T22:32:57.441Z | Downloaded gethostname v0.5.0 |
177 | 2024-12-20T22:32:57.445Z | Downloaded ff v0.13.0 |
178 | 2024-12-20T22:32:57.445Z | Downloaded futures-channel v0.3.31 |
179 | 2024-12-20T22:32:57.447Z | Downloaded ciborium v0.2.2 |
180 | 2024-12-20T22:32:57.447Z | Downloaded fatfs v0.3.6 |
181 | 2024-12-20T22:32:57.450Z | Downloaded phf_shared v0.10.0 |
182 | 2024-12-20T22:32:57.451Z | Downloaded num-integer v0.1.46 |
183 | 2024-12-20T22:32:57.451Z | Downloaded futures-timer v3.0.3 |
184 | 2024-12-20T22:32:57.459Z | Downloaded peg-runtime v0.8.3 |
185 | 2024-12-20T22:32:57.459Z | Downloaded fragile v2.0.0 |
186 | 2024-12-20T22:32:57.459Z | Downloaded fixedbitset v0.4.2 |
187 | 2024-12-20T22:32:57.466Z | Downloaded event-listener v5.3.1 |
188 | 2024-12-20T22:32:57.466Z | Downloaded async-io v2.3.4 |
189 | 2024-12-20T22:32:57.466Z | Downloaded highway v1.2.0 |
190 | 2024-12-20T22:32:57.474Z | Downloaded num_enum v0.5.11 |
191 | 2024-12-20T22:32:57.475Z | Downloaded hyper-rustls v0.27.3 |
192 | 2024-12-20T22:32:57.489Z | Downloaded scroll_derive v0.12.0 |
193 | 2024-12-20T22:32:57.489Z | Downloaded cbc v0.1.2 |
194 | 2024-12-20T22:32:57.489Z | Downloaded futures v0.3.31 |
195 | 2024-12-20T22:32:57.491Z | Downloaded heck v0.4.1 |
196 | 2024-12-20T22:32:57.491Z | Downloaded hmac v0.12.1 |
197 | 2024-12-20T22:32:57.502Z | Downloaded funty v2.0.0 |
198 | 2024-12-20T22:32:57.502Z | Downloaded sync_wrapper v1.0.1 |
199 | 2024-12-20T22:32:57.502Z | Downloaded sync-ptr v0.1.1 |
200 | 2024-12-20T22:32:57.502Z | Downloaded parse-display-derive v0.10.0 |
201 | 2024-12-20T22:32:57.502Z | Downloaded vte_generate_state_changes v0.1.2 |
202 | 2024-12-20T22:32:57.502Z | Downloaded tower-service v0.3.3 |
203 | 2024-12-20T22:32:57.503Z | Downloaded cancel-safe-futures v0.1.5 |
204 | 2024-12-20T22:32:57.503Z | Downloaded write16 v1.0.0 |
205 | 2024-12-20T22:32:57.503Z | Downloaded cfg-expr v0.17.0 |
206 | 2024-12-20T22:32:57.517Z | Downloaded pkg-config v0.3.31 |
207 | 2024-12-20T22:32:57.517Z | Downloaded progenitor v0.8.0 |
208 | 2024-12-20T22:32:57.517Z | Downloaded usdt-attr-macro v0.5.0 |
209 | 2024-12-20T22:32:57.518Z | Downloaded getrandom v0.2.15 |
210 | 2024-12-20T22:32:57.526Z | Downloaded heck v0.5.0 |
211 | 2024-12-20T22:32:57.527Z | Downloaded quinn-udp v0.5.5 |
212 | 2024-12-20T22:32:57.527Z | Downloaded proc-macro-error-attr v1.0.4 |
213 | 2024-12-20T22:32:57.527Z | Downloaded polyval v0.6.2 |
214 | 2024-12-20T22:32:57.527Z | Downloaded ref-cast-impl v1.0.23 |
215 | 2024-12-20T22:32:57.527Z | Downloaded ref-cast v1.0.23 |
216 | 2024-12-20T22:32:57.528Z | Downloaded bitflags v2.6.0 |
217 | 2024-12-20T22:32:57.535Z | Downloaded crucible-workspace-hack v0.1.0 |
218 | 2024-12-20T22:32:57.535Z | Downloaded scrypt v0.11.0 |
219 | 2024-12-20T22:32:57.535Z | Downloaded signal-hook-mio v0.2.4 |
220 | 2024-12-20T22:32:57.535Z | Downloaded smawk v0.3.2 |
221 | 2024-12-20T22:32:57.535Z | Downloaded futures-macro v0.3.31 |
222 | 2024-12-20T22:32:57.535Z | Downloaded anyhow v1.0.93 |
223 | 2024-12-20T22:32:57.548Z | Downloaded password-hash v0.5.0 |
224 | 2024-12-20T22:32:57.548Z | Downloaded rtoolbox v0.0.2 |
225 | 2024-12-20T22:32:57.548Z | Downloaded smf v0.2.3 |
226 | 2024-12-20T22:32:57.548Z | Downloaded schemars_derive v0.8.21 |
227 | 2024-12-20T22:32:57.553Z | Downloaded tinystr v0.7.6 |
228 | 2024-12-20T22:32:57.553Z | Downloaded bytes v1.8.0 |
229 | 2024-12-20T22:32:57.553Z | Downloaded diesel_table_macro_syntax v0.2.0 |
230 | 2024-12-20T22:32:57.553Z | Downloaded newline-converter v0.3.0 |
231 | 2024-12-20T22:32:57.553Z | Downloaded slog-stdlog v4.1.1 |
232 | 2024-12-20T22:32:57.556Z | Downloaded md5 v0.7.0 |
233 | 2024-12-20T22:32:57.556Z | Downloaded is_ci v1.2.0 |
234 | 2024-12-20T22:32:57.556Z | Downloaded paste v1.0.15 |
235 | 2024-12-20T22:32:57.560Z | Downloaded writeable v0.5.5 |
236 | 2024-12-20T22:32:57.565Z | Downloaded quote v1.0.37 |
237 | 2024-12-20T22:32:57.565Z | Downloaded tokio-native-tls v0.3.1 |
238 | 2024-12-20T22:32:57.580Z | Downloaded unicode-truncate v1.1.0 |
239 | 2024-12-20T22:32:57.580Z | Downloaded zerovec-derive v0.10.3 |
240 | 2024-12-20T22:32:57.585Z | Downloaded postcard v1.0.10 |
241 | 2024-12-20T22:32:57.585Z | Downloaded poly1305 v0.8.0 |
242 | 2024-12-20T22:32:57.585Z | Downloaded usdt v0.5.0 |
243 | 2024-12-20T22:32:57.585Z | Downloaded number_prefix v0.4.0 |
244 | 2024-12-20T22:32:57.585Z | Downloaded num_threads v0.1.7 |
245 | 2024-12-20T22:32:57.585Z | Downloaded whoami v1.5.2 |
246 | 2024-12-20T22:32:57.585Z | Downloaded scroll v0.12.0 |
247 | 2024-12-20T22:32:57.586Z | Downloaded base64 v0.21.7 |
248 | 2024-12-20T22:32:57.590Z | Downloaded openssl-macros v0.1.1 |
249 | 2024-12-20T22:32:57.590Z | Downloaded colored v2.1.0 |
250 | 2024-12-20T22:32:57.600Z | Downloaded new_debug_unreachable v1.0.6 |
251 | 2024-12-20T22:32:57.600Z | Downloaded nested v0.1.1 |
252 | 2024-12-20T22:32:57.600Z | Downloaded ed25519 v2.2.3 |
253 | 2024-12-20T22:32:57.604Z | Downloaded cmake v0.1.51 |
254 | 2024-12-20T22:32:57.604Z | Downloaded difflib v0.4.0 |
255 | 2024-12-20T22:32:57.604Z | Downloaded clap_lex v0.7.2 |
256 | 2024-12-20T22:32:57.605Z | Downloaded defmt-parser v0.3.4 |
257 | 2024-12-20T22:32:57.605Z | Downloaded base64 v0.22.1 |
258 | 2024-12-20T22:32:57.613Z | Downloaded pathdiff v0.2.2 |
259 | 2024-12-20T22:32:57.613Z | Downloaded itoa v1.0.11 |
260 | 2024-12-20T22:32:57.619Z | Downloaded fancy-regex v0.13.0 |
261 | 2024-12-20T22:32:57.619Z | Downloaded russh-cryptovec v0.7.3 |
262 | 2024-12-20T22:32:57.619Z | Downloaded tempfile v3.13.0 |
263 | 2024-12-20T22:32:57.619Z | Downloaded memmap v0.7.0 |
264 | 2024-12-20T22:32:57.619Z | Downloaded md-5 v0.10.6 |
265 | 2024-12-20T22:32:57.622Z | Downloaded tokio-tungstenite v0.23.1 |
266 | 2024-12-20T22:32:57.623Z | Downloaded tokio-tungstenite v0.21.0 |
267 | 2024-12-20T22:32:57.626Z | Downloaded flume v0.11.1 |
268 | 2024-12-20T22:32:57.633Z | Downloaded proc-macro2 v1.0.89 |
269 | 2024-12-20T22:32:57.637Z | Downloaded heapless v0.7.17 |
270 | 2024-12-20T22:32:57.644Z | Downloaded signal-hook v0.3.17 |
271 | 2024-12-20T22:32:57.653Z | Downloaded packed_struct_codegen v0.10.1 |
272 | 2024-12-20T22:32:57.653Z | Downloaded sigpipe v0.1.3 |
273 | 2024-12-20T22:32:57.653Z | Downloaded serde_regex v1.1.0 |
274 | 2024-12-20T22:32:57.653Z | Downloaded defmt-macros v0.3.9 |
275 | 2024-12-20T22:32:57.653Z | Downloaded pest_generator v2.7.14 |
276 | 2024-12-20T22:32:57.653Z | Downloaded ppv-lite86 v0.2.20 |
277 | 2024-12-20T22:32:57.657Z | Downloaded env_logger v0.11.5 |
278 | 2024-12-20T22:32:57.657Z | Downloaded path-tree v0.8.1 |
279 | 2024-12-20T22:32:57.657Z | Downloaded usdt-macro v0.5.0 |
280 | 2024-12-20T22:32:57.661Z | Downloaded toolchain_find v0.4.0 |
281 | 2024-12-20T22:32:57.661Z | Downloaded zone_cfg_derive v0.3.0 |
282 | 2024-12-20T22:32:57.661Z | Downloaded zone_cfg_derive v0.1.2 |
283 | 2024-12-20T22:32:57.664Z | Downloaded darling_macro v0.20.10 |
284 | 2024-12-20T22:32:57.664Z | Downloaded take_mut v0.2.2 |
285 | 2024-12-20T22:32:57.664Z | Downloaded dyn-clone v1.0.17 |
286 | 2024-12-20T22:32:57.670Z | Downloaded rand_core v0.6.4 |
287 | 2024-12-20T22:32:57.670Z | Downloaded rustc_version v0.1.7 |
288 | 2024-12-20T22:32:57.673Z | Downloaded rustc-hash v2.0.0 |
289 | 2024-12-20T22:32:57.673Z | Downloaded env_logger v0.10.2 |
290 | 2024-12-20T22:32:57.678Z | Downloaded num-iter v0.1.45 |
291 | 2024-12-20T22:32:57.678Z | Downloaded unicode-ident v1.0.13 |
292 | 2024-12-20T22:32:57.684Z | Downloaded polling v3.7.3 |
293 | 2024-12-20T22:32:57.684Z | Downloaded rcgen v0.12.1 |
294 | 2024-12-20T22:32:57.692Z | Downloaded libtest-mimic v0.7.3 |
295 | 2024-12-20T22:32:57.692Z | Downloaded jobserver v0.1.32 |
296 | 2024-12-20T22:32:57.698Z | Downloaded tokio-stream v0.1.16 |
297 | 2024-12-20T22:32:57.698Z | Downloaded downcast v0.11.0 |
298 | 2024-12-20T22:32:57.703Z | Downloaded slog-envlogger v2.2.0 |
299 | 2024-12-20T22:32:57.703Z | Downloaded flate2 v1.0.34 |
300 | 2024-12-20T22:32:57.708Z | Downloaded tap v1.0.1 |
301 | 2024-12-20T22:32:57.708Z | Downloaded tokio-macros v2.4.0 |
302 | 2024-12-20T22:32:57.712Z | Downloaded mirai-annotations v1.12.0 |
303 | 2024-12-20T22:32:57.712Z | Downloaded tabwriter v1.4.0 |
304 | 2024-12-20T22:32:57.712Z | Downloaded normalize-line-endings v0.3.0 |
305 | 2024-12-20T22:32:57.712Z | Downloaded tracing-core v0.1.32 |
306 | 2024-12-20T22:32:57.715Z | Downloaded unicase v2.7.0 |
307 | 2024-12-20T22:32:57.715Z | Downloaded parse-size v1.1.0 |
308 | 2024-12-20T22:32:57.718Z | Downloaded wyz v0.5.1 |
309 | 2024-12-20T22:32:57.718Z | Downloaded progenitor-client v0.8.0 |
310 | 2024-12-20T22:32:57.721Z | Downloaded pkcs1 v0.7.5 |
311 | 2024-12-20T22:32:57.724Z | Downloaded zip v0.6.6 |
312 | 2024-12-20T22:32:57.726Z | Downloaded sct v0.7.1 |
313 | 2024-12-20T22:32:57.732Z | Downloaded rustls-pemfile v2.2.0 |
314 | 2024-12-20T22:32:57.735Z | Downloaded num-bigint v0.4.6 |
315 | 2024-12-20T22:32:57.739Z | Downloaded oso-derive v0.27.3 |
316 | 2024-12-20T22:32:57.743Z | Downloaded convert_case v0.4.0 |
317 | 2024-12-20T22:32:57.743Z | Downloaded crossbeam-utils v0.8.20 |
318 | 2024-12-20T22:32:57.746Z | Downloaded dirs-sys-next v0.1.2 |
319 | 2024-12-20T22:32:57.748Z | Downloaded display-error-chain v0.2.2 |
320 | 2024-12-20T22:32:57.748Z | Downloaded target-spec v3.2.2 |
321 | 2024-12-20T22:32:57.752Z | Downloaded dof v0.3.0 |
322 | 2024-12-20T22:32:57.752Z | Downloaded data-encoding v2.6.0 |
323 | 2024-12-20T22:32:57.755Z | Downloaded pin-utils v0.1.0 |
324 | 2024-12-20T22:32:57.755Z | Downloaded strip-ansi-escapes v0.2.0 |
325 | 2024-12-20T22:32:57.755Z | Downloaded stringmetrics v2.2.2 |
326 | 2024-12-20T22:32:57.760Z | Downloaded linked-hash-map v0.5.6 |
327 | 2024-12-20T22:32:57.760Z | Downloaded linear-map v1.2.0 |
328 | 2024-12-20T22:32:57.765Z | Downloaded impl-trait-for-tuples v0.2.2 |
329 | 2024-12-20T22:32:57.765Z | Downloaded zone v0.3.0 |
330 | 2024-12-20T22:32:57.770Z | Downloaded mockall v0.13.0 |
331 | 2024-12-20T22:32:57.770Z | Downloaded idna_adapter v1.2.0 |
332 | 2024-12-20T22:32:57.770Z | Downloaded want v0.3.1 |
333 | 2024-12-20T22:32:57.772Z | Downloaded waitgroup v0.1.2 |
334 | 2024-12-20T22:32:57.772Z | Downloaded kv-log-macro v1.0.7 |
335 | 2024-12-20T22:32:57.773Z | Downloaded indicatif v0.17.9 |
336 | 2024-12-20T22:32:57.777Z | Downloaded pbkdf2 v0.12.2 |
337 | 2024-12-20T22:32:57.780Z | Downloaded darling v0.20.10 |
338 | 2024-12-20T22:32:57.783Z | Downloaded constant_time_eq v0.3.1 |
339 | 2024-12-20T22:32:57.786Z | Downloaded cookie_store v0.21.0 |
340 | 2024-12-20T22:32:57.791Z | Downloaded heapless v0.8.0 |
341 | 2024-12-20T22:32:57.793Z | Downloaded curve25519-dalek-derive v0.1.1 |
342 | 2024-12-20T22:32:57.793Z | Downloaded const_format_proc_macros v0.2.33 |
343 | 2024-12-20T22:32:57.797Z | Downloaded hashbrown v0.13.2 |
344 | 2024-12-20T22:32:57.800Z | Downloaded slog-async v2.8.0 |
345 | 2024-12-20T22:32:57.813Z | Downloaded equivalent v1.0.1 |
346 | 2024-12-20T22:32:57.818Z | Downloaded structmeta v0.2.0 |
347 | 2024-12-20T22:32:57.818Z | Downloaded threadpool v1.8.1 |
348 | 2024-12-20T22:32:57.818Z | Downloaded thread_local v1.1.8 |
349 | 2024-12-20T22:32:57.818Z | Downloaded thread-id v4.2.2 |
350 | 2024-12-20T22:32:57.818Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2024-12-20T22:32:57.818Z | Downloaded string_cache v0.8.7 |
352 | 2024-12-20T22:32:57.818Z | Downloaded structmeta-derive v0.3.0 |
353 | 2024-12-20T22:32:57.818Z | Downloaded shlex v1.3.0 |
354 | 2024-12-20T22:32:57.819Z | Downloaded num v0.4.3 |
355 | 2024-12-20T22:32:57.829Z | Downloaded rand_distr v0.4.3 |
356 | 2024-12-20T22:32:57.829Z | Downloaded vergen v8.3.2 |
357 | 2024-12-20T22:32:57.839Z | Downloaded strsim v0.11.1 |
358 | 2024-12-20T22:32:57.839Z | Downloaded zip v2.1.3 |
359 | 2024-12-20T22:32:57.839Z | Downloaded slog-bunyan v2.5.0 |
360 | 2024-12-20T22:32:57.839Z | Downloaded concurrent-queue v2.5.0 |
361 | 2024-12-20T22:32:57.843Z | Downloaded nom v7.1.3 |
362 | 2024-12-20T22:32:57.843Z | Downloaded ctr v0.9.2 |
363 | 2024-12-20T22:32:57.843Z | Downloaded path-slash v0.1.5 |
364 | 2024-12-20T22:32:57.850Z | Downloaded indexmap v2.6.0 |
365 | 2024-12-20T22:32:57.853Z | Downloaded untrusted v0.9.0 |
366 | 2024-12-20T22:32:57.853Z | Downloaded pin-project-lite v0.2.14 |
367 | 2024-12-20T22:32:57.855Z | Downloaded slog-dtrace v0.3.0 |
368 | 2024-12-20T22:32:57.859Z | Downloaded plotters-svg v0.3.7 |
369 | 2024-12-20T22:32:57.859Z | Downloaded hashbrown v0.14.5 |
370 | 2024-12-20T22:32:57.864Z | Downloaded strum v0.26.3 |
371 | 2024-12-20T22:32:57.873Z | Downloaded serde-big-array v0.5.1 |
372 | 2024-12-20T22:32:57.899Z | Downloaded enum-as-inner v0.6.1 |
373 | 2024-12-20T22:32:57.899Z | Downloaded is_terminal_polyfill v1.70.1 |
374 | 2024-12-20T22:32:57.899Z | Downloaded libefi-sys v0.1.0 |
375 | 2024-12-20T22:32:57.899Z | Downloaded nodrop v0.1.14 |
376 | 2024-12-20T22:32:57.899Z | Downloaded multimap v0.10.0 |
377 | 2024-12-20T22:32:57.899Z | Downloaded tokio-tungstenite v0.24.0 |
378 | 2024-12-20T22:32:57.921Z | Downloaded litemap v0.7.3 |
379 | 2024-12-20T22:32:57.921Z | Downloaded once_cell v1.20.2 |
380 | 2024-12-20T22:32:57.921Z | Downloaded mockall_derive v0.13.0 |
381 | 2024-12-20T22:32:57.921Z | Downloaded tungstenite v0.23.0 |
382 | 2024-12-20T22:32:57.921Z | Downloaded oorandom v11.1.4 |
383 | 2024-12-20T22:32:57.921Z | Downloaded rand_seeder v0.3.0 |
384 | 2024-12-20T22:32:57.921Z | Downloaded cookie v0.18.1 |
385 | 2024-12-20T22:32:57.921Z | Downloaded console v0.15.8 |
386 | 2024-12-20T22:32:57.921Z | Downloaded serde v1.0.215 |
387 | 2024-12-20T22:32:57.921Z | Downloaded pin-project-internal v1.1.6 |
388 | 2024-12-20T22:32:57.921Z | Downloaded nu-ansi-term v0.50.1 |
389 | 2024-12-20T22:32:57.925Z | Downloaded radium v0.7.0 |
390 | 2024-12-20T22:32:57.925Z | Downloaded ryu v1.0.18 |
391 | 2024-12-20T22:32:57.925Z | Downloaded tokio-rustls v0.26.0 |
392 | 2024-12-20T22:32:57.925Z | Downloaded dtrace-parser v0.2.0 |
393 | 2024-12-20T22:32:57.925Z | Downloaded deranged v0.3.11 |
394 | 2024-12-20T22:32:57.925Z | Downloaded instant v0.1.13 |
395 | 2024-12-20T22:32:57.925Z | Downloaded cstr-argument v0.1.2 |
396 | 2024-12-20T22:32:57.925Z | Downloaded slog-json v2.6.1 |
397 | 2024-12-20T22:32:57.925Z | Downloaded serde-hex v0.1.0 |
398 | 2024-12-20T22:32:57.928Z | Downloaded tls_codec_derive v0.4.1 |
399 | 2024-12-20T22:32:57.928Z | Downloaded num-rational v0.4.2 |
400 | 2024-12-20T22:32:57.932Z | Downloaded multer v3.1.0 |
401 | 2024-12-20T22:32:57.934Z | Downloaded toml v0.7.8 |
402 | 2024-12-20T22:32:57.938Z | Downloaded reedline v0.35.0 |
403 | 2024-12-20T22:32:57.947Z | Downloaded opaque-debug v0.3.1 |
404 | 2024-12-20T22:32:57.949Z | Downloaded newtype_derive v0.1.6 |
405 | 2024-12-20T22:32:57.949Z | Downloaded xattr v1.3.1 |
406 | 2024-12-20T22:32:57.953Z | Downloaded const-oid v0.9.6 |
407 | 2024-12-20T22:32:57.955Z | Downloaded password-hash v0.4.2 |
408 | 2024-12-20T22:32:57.956Z | Downloaded partial-io v0.5.4 |
409 | 2024-12-20T22:32:57.959Z | Downloaded plotters-backend v0.3.7 |
410 | 2024-12-20T22:32:57.970Z | Downloaded postgres-protocol v0.6.7 |
411 | 2024-12-20T22:32:57.970Z | Downloaded vte v0.11.1 |
412 | 2024-12-20T22:32:57.973Z | Downloaded hkdf v0.12.4 |
413 | 2024-12-20T22:32:57.973Z | Downloaded crunchy v0.2.2 |
414 | 2024-12-20T22:32:57.973Z | Downloaded vsss-rs v3.3.4 |
415 | 2024-12-20T22:32:57.973Z | Downloaded swrite v0.1.0 |
416 | 2024-12-20T22:32:57.973Z | Downloaded mime v0.3.17 |
417 | 2024-12-20T22:32:57.978Z | Downloaded managed v0.8.0 |
418 | 2024-12-20T22:32:57.978Z | Downloaded indoc v2.0.5 |
419 | 2024-12-20T22:32:57.983Z | Downloaded inout v0.1.3 |
420 | 2024-12-20T22:32:57.983Z | Downloaded cpufeatures v0.2.14 |
421 | 2024-12-20T22:32:57.987Z | Downloaded rstest_macros v0.23.0 |
422 | 2024-12-20T22:32:57.988Z | Downloaded x509-cert v0.2.5 |
423 | 2024-12-20T22:32:57.992Z | Downloaded yoke-derive v0.7.4 |
424 | 2024-12-20T22:32:57.995Z | Downloaded newtype-uuid v1.1.3 |
425 | 2024-12-20T22:32:58.000Z | Downloaded rusqlite v0.32.1 |
426 | 2024-12-20T22:32:58.004Z | Downloaded icu_provider_macros v1.5.0 |
427 | 2024-12-20T22:32:58.007Z | Downloaded endian-type v0.1.2 |
428 | 2024-12-20T22:32:58.007Z | Downloaded proc-macro-crate v1.3.1 |
429 | 2024-12-20T22:32:58.007Z | Downloaded futures-util v0.3.31 |
430 | 2024-12-20T22:32:58.026Z | Downloaded precomputed-hash v0.1.1 |
431 | 2024-12-20T22:32:58.029Z | Downloaded target-triple v0.1.3 |
432 | 2024-12-20T22:32:58.029Z | Downloaded crossbeam-deque v0.8.5 |
433 | 2024-12-20T22:32:58.029Z | Downloaded num-conv v0.1.0 |
434 | 2024-12-20T22:32:58.029Z | Downloaded ident_case v1.0.1 |
435 | 2024-12-20T22:32:58.029Z | Downloaded signal-hook-registry v1.4.2 |
436 | 2024-12-20T22:32:58.029Z | Downloaded semver v0.1.20 |
437 | 2024-12-20T22:32:58.029Z | Downloaded unicode-linebreak v0.1.5 |
438 | 2024-12-20T22:32:58.032Z | Downloaded topological-sort v0.2.2 |
439 | 2024-12-20T22:32:58.032Z | Downloaded strum_macros v0.25.3 |
440 | 2024-12-20T22:32:58.038Z | Downloaded strum_macros v0.24.3 |
441 | 2024-12-20T22:32:58.038Z | Downloaded icu_normalizer v1.5.0 |
442 | 2024-12-20T22:32:58.045Z | Downloaded icu_collections v1.5.0 |
443 | 2024-12-20T22:32:58.048Z | Downloaded try-lock v0.2.5 |
444 | 2024-12-20T22:32:58.048Z | Downloaded termtree v0.4.1 |
445 | 2024-12-20T22:32:58.049Z | Downloaded twox-hash v1.6.3 |
446 | 2024-12-20T22:32:58.053Z | Downloaded ron v0.7.1 |
447 | 2024-12-20T22:32:58.057Z | Downloaded rustls-webpki v0.101.7 |
448 | 2024-12-20T22:32:58.070Z | Downloaded zerofrom v0.1.4 |
449 | 2024-12-20T22:32:58.073Z | Downloaded hyper v1.5.0 |
450 | 2024-12-20T22:32:58.082Z | Downloaded openssl-probe v0.1.5 |
451 | 2024-12-20T22:32:58.086Z | Downloaded dirs-next v2.0.0 |
452 | 2024-12-20T22:32:58.086Z | Downloaded lockfree-object-pool v0.1.6 |
453 | 2024-12-20T22:32:58.086Z | Downloaded lazycell v1.3.0 |
454 | 2024-12-20T22:32:58.086Z | Downloaded shell-words v1.1.0 |
455 | 2024-12-20T22:32:58.090Z | Downloaded ron v0.8.1 |
456 | 2024-12-20T22:32:58.092Z | Downloaded psl-types v2.0.11 |
457 | 2024-12-20T22:32:58.092Z | Downloaded progenitor-macro v0.8.0 |
458 | 2024-12-20T22:32:58.096Z | Downloaded strum_macros v0.26.4 |
459 | 2024-12-20T22:32:58.098Z | Downloaded icu_normalizer_data v1.5.0 |
460 | 2024-12-20T22:32:58.098Z | Downloaded primeorder v0.13.6 |
461 | 2024-12-20T22:32:58.101Z | Downloaded phf v0.11.2 |
462 | 2024-12-20T22:32:58.101Z | Downloaded thiserror-impl v1.0.69 |
463 | 2024-12-20T22:32:58.108Z | Downloaded bindgen v0.69.5 |
464 | 2024-12-20T22:32:58.111Z | Downloaded tinyvec_macros v0.1.1 |
465 | 2024-12-20T22:32:58.115Z | Downloaded chrono v0.4.38 |
466 | 2024-12-20T22:32:58.121Z | Downloaded time-core v0.1.2 |
467 | 2024-12-20T22:32:58.123Z | Downloaded h2 v0.4.6 |
468 | 2024-12-20T22:32:58.128Z | Downloaded hyper-tls v0.6.0 |
469 | 2024-12-20T22:32:58.132Z | Downloaded dhcproto-macros v0.1.0 |
470 | 2024-12-20T22:32:58.133Z | Downloaded csv-core v0.1.11 |
471 | 2024-12-20T22:32:58.135Z | Downloaded criterion-plot v0.5.0 |
472 | 2024-12-20T22:32:58.135Z | Downloaded digest v0.10.7 |
473 | 2024-12-20T22:32:58.138Z | Downloaded proc-macro-error v1.0.4 |
474 | 2024-12-20T22:32:58.140Z | Downloaded pest_meta v2.7.14 |
475 | 2024-12-20T22:32:58.143Z | Downloaded winnow v0.5.40 |
476 | 2024-12-20T22:32:58.151Z | Downloaded serde_urlencoded v0.7.1 |
477 | 2024-12-20T22:32:58.154Z | Downloaded semver v1.0.23 |
478 | 2024-12-20T22:32:58.156Z | Downloaded rustls-native-certs v0.7.3 |
479 | 2024-12-20T22:32:58.159Z | Downloaded parse-display v0.10.0 |
480 | 2024-12-20T22:32:58.162Z | Downloaded thiserror v2.0.3 |
481 | 2024-12-20T22:32:58.166Z | Downloaded async-std v1.13.0 |
482 | 2024-12-20T22:32:58.187Z | Downloaded datatest-stable v0.2.9 |
483 | 2024-12-20T22:32:58.191Z | Downloaded zerocopy-derive v0.7.35 |
484 | 2024-12-20T22:32:58.194Z | Downloaded icu_provider v1.5.0 |
485 | 2024-12-20T22:32:58.196Z | Downloaded lru v0.12.5 |
486 | 2024-12-20T22:32:58.199Z | Downloaded git2 v0.19.0 |
487 | 2024-12-20T22:32:58.206Z | Downloaded num-complex v0.4.6 |
488 | 2024-12-20T22:32:58.209Z | Downloaded rustyline v14.0.0 |
489 | 2024-12-20T22:32:58.213Z | Downloaded thiserror-no-std v2.0.2 |
490 | 2024-12-20T22:32:58.219Z | Downloaded tui-tree-widget v0.22.0 |
491 | 2024-12-20T22:32:58.222Z | Downloaded toml_datetime v0.6.8 |
492 | 2024-12-20T22:32:58.222Z | Downloaded parking_lot_core v0.8.6 |
493 | 2024-12-20T22:32:58.225Z | Downloaded terminal_size v0.4.0 |
494 | 2024-12-20T22:32:58.228Z | Downloaded progenitor-impl v0.8.0 |
495 | 2024-12-20T22:32:58.228Z | Downloaded miniz_oxide v0.8.0 |
496 | 2024-12-20T22:32:58.230Z | Downloaded termios v0.3.3 |
497 | 2024-12-20T22:32:58.233Z | Downloaded tokio-util v0.7.12 |
498 | 2024-12-20T22:32:58.239Z | Downloaded pretty-hex v0.4.1 |
499 | 2024-12-20T22:32:58.242Z | Downloaded pretty-hex v0.2.1 |
500 | 2024-12-20T22:32:58.242Z | Downloaded ipnetwork v0.20.0 |
501 | 2024-12-20T22:32:58.245Z | Downloaded ena v0.14.3 |
502 | 2024-12-20T22:32:58.247Z | Downloaded tokio-rustls v0.25.0 |
503 | 2024-12-20T22:32:58.250Z | Downloaded rand_xorshift v0.3.0 |
504 | 2024-12-20T22:32:58.250Z | Downloaded predicates-tree v1.0.11 |
505 | 2024-12-20T22:32:58.252Z | Downloaded der_derive v0.7.3 |
506 | 2024-12-20T22:32:58.253Z | Downloaded termcolor v1.4.1 |
507 | 2024-12-20T22:32:58.255Z | Downloaded time-macros v0.2.18 |
508 | 2024-12-20T22:32:58.257Z | Downloaded sqlformat v0.2.6 |
509 | 2024-12-20T22:32:58.260Z | Downloaded rustls-webpki v0.102.8 |
510 | 2024-12-20T22:32:58.277Z | Downloaded matches v0.1.10 |
511 | 2024-12-20T22:32:58.279Z | Downloaded maplit v1.0.2 |
512 | 2024-12-20T22:32:58.279Z | Downloaded macaddr v1.0.1 |
513 | 2024-12-20T22:32:58.282Z | Downloaded lru-cache v0.1.2 |
514 | 2024-12-20T22:32:58.283Z | Downloaded lalrpop-util v0.19.12 |
515 | 2024-12-20T22:32:58.283Z | Downloaded internet-checksum v0.2.1 |
516 | 2024-12-20T22:32:58.285Z | Downloaded universal-hash v0.5.1 |
517 | 2024-12-20T22:32:58.285Z | Downloaded sha2 v0.10.8 |
518 | 2024-12-20T22:32:58.288Z | Downloaded crc v3.2.1 |
519 | 2024-12-20T22:32:58.290Z | Downloaded indoc v1.0.9 |
520 | 2024-12-20T22:32:58.294Z | Downloaded parking_lot v0.12.3 |
521 | 2024-12-20T22:32:58.297Z | Downloaded prettyplease v0.2.25 |
522 | 2024-12-20T22:32:58.299Z | Downloaded papergrid v0.11.0 |
523 | 2024-12-20T22:32:58.303Z | Downloaded sqlparser_derive v0.2.2 |
524 | 2024-12-20T22:32:58.305Z | Downloaded utf8_iter v1.0.4 |
525 | 2024-12-20T22:32:58.305Z | Downloaded untrusted v0.7.1 |
526 | 2024-12-20T22:32:58.308Z | Downloaded trybuild v1.0.101 |
527 | 2024-12-20T22:32:58.311Z | Downloaded utf8parse v0.2.2 |
528 | 2024-12-20T22:32:58.314Z | Downloaded static_assertions v1.1.0 |
529 | 2024-12-20T22:32:58.314Z | Downloaded quick-error v1.2.3 |
530 | 2024-12-20T22:32:58.316Z | Downloaded nanorand v0.7.0 |
531 | 2024-12-20T22:32:58.319Z | Downloaded either v1.13.0 |
532 | 2024-12-20T22:32:58.319Z | Downloaded icu_locid_transform v1.5.0 |
533 | 2024-12-20T22:32:58.321Z | Downloaded clap v4.5.21 |
534 | 2024-12-20T22:32:58.331Z | Downloaded nibble_vec v0.1.0 |
535 | 2024-12-20T22:32:58.334Z | Downloaded typify-macro v0.2.0 |
536 | 2024-12-20T22:32:58.334Z | Downloaded typify v0.2.0 |
537 | 2024-12-20T22:32:58.336Z | Downloaded match_cfg v0.1.0 |
538 | 2024-12-20T22:32:58.336Z | Downloaded dhcproto v0.12.0 |
539 | 2024-12-20T22:32:58.339Z | Downloaded signal-hook-tokio v0.3.1 |
540 | 2024-12-20T22:32:58.342Z | Downloaded pin-project v1.1.6 |
541 | 2024-12-20T22:32:58.351Z | Downloaded crc-catalog v2.4.0 |
542 | 2024-12-20T22:32:58.354Z | Downloaded rustfmt-wrapper v0.2.1 |
543 | 2024-12-20T22:32:58.358Z | Downloaded rustc-hash v1.1.0 |
544 | 2024-12-20T22:32:58.360Z | Downloaded samael v0.0.17 |
545 | 2024-12-20T22:32:58.363Z | Downloaded ciborium-io v0.2.2 |
546 | 2024-12-20T22:32:58.363Z | Downloaded signature v2.2.0 |
547 | 2024-12-20T22:32:58.365Z | Downloaded openssl-sys v0.9.103 |
548 | 2024-12-20T22:32:58.368Z | Downloaded proptest v1.5.0 |
549 | 2024-12-20T22:32:58.378Z | Downloaded cipher v0.4.4 |
550 | 2024-12-20T22:32:58.382Z | Downloaded ciborium-ll v0.2.2 |
551 | 2024-12-20T22:32:58.382Z | Downloaded stable_deref_trait v1.2.0 |
552 | 2024-12-20T22:32:58.387Z | Downloaded rustc_version v0.4.1 |
553 | 2024-12-20T22:32:58.387Z | Downloaded mime_guess v2.0.5 |
554 | 2024-12-20T22:32:58.387Z | Downloaded zone v0.1.8 |
555 | 2024-12-20T22:32:58.388Z | Downloaded uzers v0.12.1 |
556 | 2024-12-20T22:32:58.391Z | Downloaded iana-time-zone v0.1.61 |
557 | 2024-12-20T22:32:58.393Z | Downloaded gimli v0.31.1 |
558 | 2024-12-20T22:32:58.399Z | Downloaded relative-path v1.9.3 |
559 | 2024-12-20T22:32:58.403Z | Downloaded plain v0.2.3 |
560 | 2024-12-20T22:32:58.403Z | Downloaded icu_locid_transform_data v1.5.0 |
561 | 2024-12-20T22:32:58.405Z | Downloaded predicates-core v1.0.8 |
562 | 2024-12-20T22:32:58.405Z | Downloaded ucd-trie v0.1.7 |
563 | 2024-12-20T22:32:58.409Z | Downloaded typenum v1.17.0 |
564 | 2024-12-20T22:32:58.411Z | Downloaded embedded-io v0.4.0 |
565 | 2024-12-20T22:32:58.412Z | Downloaded memmap2 v0.9.5 |
566 | 2024-12-20T22:32:58.415Z | Downloaded toml_edit v0.22.22 |
567 | 2024-12-20T22:32:58.435Z | Downloaded diesel-dtrace v0.4.2 |
568 | 2024-12-20T22:32:58.437Z | Downloaded zeroize v1.8.1 |
569 | 2024-12-20T22:32:58.440Z | Downloaded dropshot_endpoint v0.13.0 |
570 | 2024-12-20T22:32:58.443Z | Downloaded p256 v0.13.2 |
571 | 2024-12-20T22:32:58.445Z | Downloaded zerofrom-derive v0.1.4 |
572 | 2024-12-20T22:32:58.445Z | Downloaded der v0.7.9 |
573 | 2024-12-20T22:32:58.450Z | Downloaded embedded-io v0.6.1 |
574 | 2024-12-20T22:32:58.452Z | Downloaded predicates v3.1.2 |
575 | 2024-12-20T22:32:58.457Z | Downloaded uuid v1.11.0 |
576 | 2024-12-20T22:32:58.457Z | Downloaded unsafe-libyaml v0.2.11 |
577 | 2024-12-20T22:32:58.460Z | Downloaded similar-asserts v1.6.0 |
578 | 2024-12-20T22:32:58.463Z | Downloaded zerocopy-derive v0.8.10 |
579 | 2024-12-20T22:32:58.469Z | Downloaded rustc-demangle v0.1.24 |
580 | 2024-12-20T22:32:58.472Z | Downloaded crc-any v2.5.0 |
581 | 2024-12-20T22:32:58.475Z | Downloaded snafu-derive v0.8.5 |
582 | 2024-12-20T22:32:58.475Z | Downloaded tungstenite v0.24.0 |
583 | 2024-12-20T22:32:58.478Z | Downloaded clap_builder v4.5.21 |
584 | 2024-12-20T22:32:58.484Z | Downloaded diesel_derives v2.2.3 |
585 | 2024-12-20T22:32:58.489Z | Downloaded crc32fast v1.4.2 |
586 | 2024-12-20T22:32:58.491Z | Downloaded plotters v0.3.7 |
587 | 2024-12-20T22:32:58.500Z | Downloaded hyper-staticfile v0.10.1 |
588 | 2024-12-20T22:32:58.503Z | Downloaded similar v2.6.0 |
589 | 2024-12-20T22:32:58.507Z | Downloaded icu_locid v1.5.0 |
590 | 2024-12-20T22:32:58.515Z | Downloaded clang-sys v1.8.1 |
591 | 2024-12-20T22:32:58.518Z | Downloaded socket2 v0.5.7 |
592 | 2024-12-20T22:32:58.518Z | Downloaded rust-argon2 v2.1.0 |
593 | 2024-12-20T22:32:58.521Z | Downloaded snafu v0.8.5 |
594 | 2024-12-20T22:32:58.526Z | Downloaded publicsuffix v2.2.3 |
595 | 2024-12-20T22:32:58.530Z | Downloaded idna v0.2.3 |
596 | 2024-12-20T22:32:58.536Z | Downloaded icu_properties_data v1.5.0 |
597 | 2024-12-20T22:32:58.551Z | Downloaded steno v0.4.1 |
598 | 2024-12-20T22:32:58.554Z | Downloaded idna v0.3.0 |
599 | 2024-12-20T22:32:58.558Z | Downloaded elliptic-curve v0.13.8 |
600 | 2024-12-20T22:32:58.561Z | Downloaded p384 v0.13.0 |
601 | 2024-12-20T22:32:58.567Z | Downloaded time v0.3.36 |
602 | 2024-12-20T22:32:58.594Z | Downloaded itertools v0.10.5 |
603 | 2024-12-20T22:32:58.612Z | Downloaded object v0.36.5 |
604 | 2024-12-20T22:32:58.612Z | Downloaded ssh-key v0.6.6 |
605 | 2024-12-20T22:32:58.634Z | Downloaded tough v0.19.0 |
606 | 2024-12-20T22:32:58.634Z | Downloaded itertools v0.12.1 |
607 | 2024-12-20T22:32:58.634Z | Downloaded rayon v1.10.0 |
608 | 2024-12-20T22:32:58.645Z | Downloaded itertools v0.13.0 |
609 | 2024-12-20T22:32:58.645Z | Downloaded webpki-roots v0.26.6 |
610 | 2024-12-20T22:32:58.645Z | Downloaded rustls v0.22.4 |
611 | 2024-12-20T22:32:58.667Z | Downloaded num-bigint-dig v0.8.4 |
612 | 2024-12-20T22:32:58.681Z | Downloaded hickory-proto v0.24.1 |
613 | 2024-12-20T22:32:58.681Z | Downloaded syn v1.0.109 |
614 | 2024-12-20T22:32:58.698Z | Downloaded sqlparser v0.45.0 |
615 | 2024-12-20T22:32:58.698Z | Downloaded petname v2.0.2 |
616 | 2024-12-20T22:32:58.707Z | Downloaded bstr v1.10.0 |
617 | 2024-12-20T22:32:58.707Z | Downloaded reqwest v0.12.9 |
618 | 2024-12-20T22:32:58.721Z | Downloaded openssl v0.10.66 |
619 | 2024-12-20T22:32:58.730Z | Downloaded tabled v0.15.0 |
620 | 2024-12-20T22:32:58.747Z | Downloaded polar-core v0.27.3 |
621 | 2024-12-20T22:32:58.774Z | Downloaded lalrpop v0.19.12 |
622 | 2024-12-20T22:32:58.815Z | Downloaded regex-syntax v0.8.5 |
623 | 2024-12-20T22:32:58.815Z | Downloaded dropshot v0.12.0 |
624 | 2024-12-20T22:32:58.863Z | Downloaded object v0.30.4 |
625 | 2024-12-20T22:32:58.863Z | Downloaded rustls v0.21.12 |
626 | 2024-12-20T22:32:58.863Z | Downloaded nix v0.27.1 |
627 | 2024-12-20T22:32:58.863Z | Downloaded regex-syntax v0.6.29 |
628 | 2024-12-20T22:32:58.863Z | Downloaded dropshot v0.13.0 |
629 | 2024-12-20T22:32:58.902Z | Downloaded nix v0.28.0 |
630 | 2024-12-20T22:32:58.902Z | Downloaded nix v0.29.0 |
631 | 2024-12-20T22:32:58.902Z | Downloaded curve25519-dalek v4.1.3 |
632 | 2024-12-20T22:32:58.974Z | Downloaded idna v0.4.0 |
633 | 2024-12-20T22:32:58.974Z | Downloaded regress v0.10.1 |
634 | 2024-12-20T22:32:58.974Z | Downloaded diesel v2.2.6 |
635 | 2024-12-20T22:32:58.974Z | Downloaded rustix v0.38.37 |
636 | 2024-12-20T22:32:59.032Z | Downloaded regress v0.9.1 |
637 | 2024-12-20T22:32:59.033Z | Downloaded unicode-width v0.2.0 |
638 | 2024-12-20T22:32:59.033Z | Downloaded openapiv3 v2.0.0 |
639 | 2024-12-20T22:32:59.033Z | Downloaded radix_trie v0.2.1 |
640 | 2024-12-20T22:32:59.033Z | Downloaded idna v0.5.0 |
641 | 2024-12-20T22:32:59.033Z | Downloaded vcpkg v0.2.15 |
642 | 2024-12-20T22:32:59.092Z | Downloaded rustls v0.23.19 |
643 | 2024-12-20T22:32:59.092Z | Downloaded chrono-tz v0.10.0 |
644 | 2024-12-20T22:32:59.092Z | Downloaded serde_json v1.0.132 |
645 | 2024-12-20T22:32:59.092Z | Downloaded sled v0.34.7 |
646 | 2024-12-20T22:32:59.092Z | Downloaded smoltcp v0.11.0 |
647 | 2024-12-20T22:32:59.123Z | Downloaded criterion v0.5.1 |
648 | 2024-12-20T22:32:59.123Z | Downloaded serde_with v3.11.0 |
649 | 2024-12-20T22:32:59.123Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
650 | 2024-12-20T22:32:59.123Z | Downloaded regex-automata v0.4.8 |
651 | 2024-12-20T22:32:59.123Z | Downloaded ratatui v0.28.1 |
652 | 2024-12-20T22:32:59.226Z | Downloaded salty v0.3.0 |
653 | 2024-12-20T22:32:59.226Z | Downloaded trust-dns-proto v0.22.0 |
654 | 2024-12-20T22:32:59.226Z | Downloaded typify-impl v0.2.0 |
655 | 2024-12-20T22:32:59.245Z | Downloaded smoltcp v0.9.1 |
656 | 2024-12-20T22:32:59.245Z | Downloaded lzma-sys v0.1.20 |
657 | 2024-12-20T22:32:59.245Z | Downloaded zerocopy-derive v0.6.6 |
658 | 2024-12-20T22:32:59.245Z | Downloaded zerovec v0.10.4 |
659 | 2024-12-20T22:32:59.245Z | Downloaded zerocopy v0.8.10 |
660 | 2024-12-20T22:32:59.245Z | Downloaded serde_yaml v0.9.34+deprecated |
661 | 2024-12-20T22:32:59.245Z | Downloaded unicode-normalization v0.1.24 |
662 | 2024-12-20T22:32:59.245Z | Downloaded sha3 v0.10.8 |
663 | 2024-12-20T22:32:59.245Z | Downloaded unicode-width v0.1.14 |
664 | 2024-12-20T22:32:59.245Z | Downloaded syn v2.0.87 |
665 | 2024-12-20T22:32:59.269Z | Downloaded rayon-core v1.12.1 |
666 | 2024-12-20T22:32:59.269Z | Downloaded csv v1.3.0 |
667 | 2024-12-20T22:32:59.288Z | Downloaded petgraph v0.6.5 |
668 | 2024-12-20T22:32:59.288Z | Downloaded libc v0.2.162 |
669 | 2024-12-20T22:32:59.304Z | Downloaded tokio v1.40.0 |
670 | 2024-12-20T22:32:59.341Z | Downloaded quinn v0.11.5 |
671 | 2024-12-20T22:32:59.372Z | Downloaded mio v1.0.2 |
672 | 2024-12-20T22:32:59.373Z | Downloaded pest v2.7.14 |
673 | 2024-12-20T22:32:59.373Z | Downloaded unicode-segmentation v1.12.0 |
674 | 2024-12-20T22:32:59.391Z | Downloaded serde_with_macros v3.11.0 |
675 | 2024-12-20T22:32:59.391Z | Downloaded parse-zoneinfo v0.3.1 |
676 | 2024-12-20T22:32:59.391Z | Downloaded regex v1.11.1 |
677 | 2024-12-20T22:32:59.391Z | Downloaded ed25519-dalek v2.1.1 |
678 | 2024-12-20T22:32:59.391Z | Downloaded libz-sys v1.1.20 |
679 | 2024-12-20T22:32:59.402Z | Downloaded num-traits v0.2.19 |
680 | 2024-12-20T22:32:59.402Z | Downloaded minimal-lexical v0.2.1 |
681 | 2024-12-20T22:32:59.402Z | Downloaded tinyvec v1.8.0 |
682 | 2024-12-20T22:32:59.402Z | Downloaded httpmock v0.8.0-alpha.1 |
683 | 2024-12-20T22:32:59.427Z | Downloaded crossbeam-channel v0.5.13 |
684 | 2024-12-20T22:32:59.439Z | Downloaded yansi v1.0.1 |
685 | 2024-12-20T22:32:59.439Z | Downloaded toml_edit v0.19.15 |
686 | 2024-12-20T22:32:59.439Z | Downloaded hyper-util v0.1.10 |
687 | 2024-12-20T22:32:59.439Z | Downloaded const_format v0.2.33 |
688 | 2024-12-20T22:32:59.455Z | Downloaded idna v1.0.3 |
689 | 2024-12-20T22:32:59.456Z | Downloaded zopfli v0.8.1 |
690 | 2024-12-20T22:32:59.474Z | Downloaded quick-xml v0.33.0 |
691 | 2024-12-20T22:32:59.474Z | Downloaded typed-path v0.9.3 |
692 | 2024-12-20T22:32:59.474Z | Downloaded crypto-bigint v0.5.5 |
693 | 2024-12-20T22:32:59.486Z | Downloaded term v0.7.0 |
694 | 2024-12-20T22:32:59.486Z | Downloaded pkcs8 v0.10.2 |
695 | 2024-12-20T22:32:59.487Z | Downloaded pem-rfc7468 v0.7.0 |
696 | 2024-12-20T22:32:59.487Z | Downloaded lazy_static v1.5.0 |
697 | 2024-12-20T22:32:59.487Z | Downloaded tinytemplate v1.2.1 |
698 | 2024-12-20T22:32:59.487Z | Downloaded ipnet v2.10.1 |
699 | 2024-12-20T22:32:59.487Z | Downloaded zerocopy v0.7.35 |
700 | 2024-12-20T22:32:59.495Z | Downloaded sha1 v0.10.6 |
701 | 2024-12-20T22:32:59.495Z | Downloaded phf_shared v0.11.2 |
702 | 2024-12-20T22:32:59.495Z | Downloaded percent-encoding v2.3.1 |
703 | 2024-12-20T22:32:59.495Z | Downloaded pem v3.0.4 |
704 | 2024-12-20T22:32:59.576Z | Downloaded num_cpus v1.16.0 |
705 | 2024-12-20T22:32:59.576Z | Downloaded log v0.4.22 |
706 | 2024-12-20T22:32:59.576Z | Downloaded zerocopy v0.6.6 |
707 | 2024-12-20T22:32:59.619Z | Downloaded winnow v0.6.20 |
708 | 2024-12-20T22:32:59.619Z | Downloaded quinn-proto v0.11.8 |
709 | 2024-12-20T22:32:59.619Z | Downloaded portable-atomic v1.9.0 |
710 | 2024-12-20T22:32:59.620Z | Downloaded num_enum_derive v0.5.11 |
711 | 2024-12-20T22:32:59.620Z | Downloaded maybe-uninit v2.0.0 |
712 | 2024-12-20T22:32:59.620Z | Downloaded unicode-xid v0.2.6 |
713 | 2024-12-20T22:32:59.620Z | Downloaded rustls-pemfile v1.0.4 |
714 | 2024-12-20T22:32:59.620Z | Downloaded xz2 v0.1.7 |
715 | 2024-12-20T22:32:59.620Z | Downloaded bitvec v1.0.1 |
716 | 2024-12-20T22:32:59.620Z | Downloaded yoke v0.7.4 |
717 | 2024-12-20T22:32:59.620Z | Downloaded yasna v0.5.2 |
718 | 2024-12-20T22:32:59.620Z | Downloaded sec1 v0.7.3 |
719 | 2024-12-20T22:32:59.620Z | Downloaded rustversion v1.0.17 |
720 | 2024-12-20T22:32:59.620Z | Downloaded parking v2.2.1 |
721 | 2024-12-20T22:32:59.620Z | Downloaded subtle v2.6.1 |
722 | 2024-12-20T22:32:59.621Z | Downloaded serde_derive v1.0.215 |
723 | 2024-12-20T22:32:59.621Z | Downloaded rand v0.8.5 |
724 | 2024-12-20T22:32:59.621Z | Downloaded qorb v0.2.1 |
725 | 2024-12-20T22:32:59.621Z | Downloaded enum-as-inner v0.5.1 |
726 | 2024-12-20T22:32:59.621Z | Downloaded parking_lot_core v0.9.10 |
727 | 2024-12-20T22:32:59.621Z | Downloaded value-bag v1.9.0 |
728 | 2024-12-20T22:32:59.621Z | Downloaded unicode-properties v0.1.3 |
729 | 2024-12-20T22:32:59.621Z | Downloaded goblin v0.8.2 |
730 | 2024-12-20T22:32:59.622Z | Downloaded ssh-cipher v0.2.0 |
731 | 2024-12-20T22:32:59.622Z | Downloaded secrecy v0.8.0 |
732 | 2024-12-20T22:32:59.622Z | Downloaded instability v0.3.2 |
733 | 2024-12-20T22:32:59.622Z | Downloaded dunce v1.0.5 |
734 | 2024-12-20T22:32:59.622Z | Downloaded derive_more v0.99.18 |
735 | 2024-12-20T22:32:59.622Z | Downloaded utf16_iter v1.0.5 |
736 | 2024-12-20T22:32:59.622Z | Downloaded compact_str v0.8.0 |
737 | 2024-12-20T22:32:59.622Z | Downloaded rsa v0.9.6 |
738 | 2024-12-20T22:32:59.665Z | Downloaded num-derive v0.4.2 |
739 | 2024-12-20T22:32:59.666Z | Downloaded tls_codec v0.4.1 |
740 | 2024-12-20T22:32:59.666Z | Downloaded pretty_assertions v1.4.1 |
741 | 2024-12-20T22:32:59.666Z | Downloaded libxml v0.3.3 |
742 | 2024-12-20T22:32:59.666Z | Downloaded crossterm v0.28.1 |
743 | 2024-12-20T22:32:59.666Z | Downloaded encoding_rs v0.8.34 |
744 | 2024-12-20T22:32:59.667Z | Downloaded aws-lc-rs v1.10.0 |
745 | 2024-12-20T22:32:59.668Z | Downloaded russh-keys v0.45.0 |
746 | 2024-12-20T22:32:59.680Z | Downloaded omicron-zone-package v0.11.1 |
747 | 2024-12-20T22:32:59.680Z | Downloaded unicode-bidi v0.3.17 |
748 | 2024-12-20T22:32:59.680Z | Downloaded toml v0.8.19 |
749 | 2024-12-20T22:32:59.680Z | Downloaded libm v0.2.8 |
750 | 2024-12-20T22:32:59.680Z | Downloaded tokio-postgres v0.7.12 |
751 | 2024-12-20T22:32:59.680Z | Downloaded tokio-rustls v0.24.1 |
752 | 2024-12-20T22:32:59.680Z | Downloaded dsl_auto_type v0.1.2 |
753 | 2024-12-20T22:32:59.680Z | Downloaded crypto-common v0.1.6 |
754 | 2024-12-20T22:32:59.680Z | Downloaded zeroize_derive v1.4.2 |
755 | 2024-12-20T22:32:59.681Z | Downloaded serde_derive_internals v0.29.1 |
756 | 2024-12-20T22:32:59.681Z | Downloaded r2d2 v0.8.10 |
757 | 2024-12-20T22:32:59.681Z | Downloaded derive_builder_core v0.20.2 |
758 | 2024-12-20T22:32:59.681Z | Downloaded derive-where v1.2.7 |
759 | 2024-12-20T22:32:59.681Z | Downloaded aho-corasick v1.1.3 |
760 | 2024-12-20T22:32:59.707Z | Downloaded blake3 v1.5.4 |
761 | 2024-12-20T22:32:59.734Z | Downloaded unicode_categories v0.1.1 |
762 | 2024-12-20T22:32:59.734Z | Downloaded lock_api v0.4.12 |
763 | 2024-12-20T22:32:59.734Z | Downloaded libloading v0.8.5 |
764 | 2024-12-20T22:32:59.734Z | Downloaded thiserror-impl-no-std v2.0.2 |
765 | 2024-12-20T22:32:59.734Z | Downloaded thiserror-impl v2.0.3 |
766 | 2024-12-20T22:32:59.734Z | Downloaded synstructure v0.13.1 |
767 | 2024-12-20T22:32:59.735Z | Downloaded ssh-encoding v0.2.0 |
768 | 2024-12-20T22:32:59.735Z | Downloaded olpc-cjson v0.1.4 |
769 | 2024-12-20T22:32:59.735Z | Downloaded derive_builder v0.20.2 |
770 | 2024-12-20T22:32:59.735Z | Downloaded rusty-fork v0.3.0 |
771 | 2024-12-20T22:32:59.736Z | Downloaded des v0.8.1 |
772 | 2024-12-20T22:32:59.736Z | Downloaded wait-timeout v0.2.0 |
773 | 2024-12-20T22:32:59.736Z | Downloaded slog v2.7.0 |
774 | 2024-12-20T22:32:59.736Z | Downloaded p521 v0.13.3 |
775 | 2024-12-20T22:32:59.736Z | Downloaded rstest v0.23.0 |
776 | 2024-12-20T22:32:59.833Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
777 | 2024-12-20T22:32:59.963Z | Downloaded russh v0.45.0 |
778 | 2024-12-20T22:32:59.963Z | Downloaded guppy v0.17.8 |
779 | 2024-12-20T22:32:59.963Z | Downloaded memchr v2.7.4 |
780 | 2024-12-20T22:32:59.964Z | Downloaded darling_core v0.20.10 |
781 | 2024-12-20T22:32:59.964Z | Downloaded pkcs5 v0.7.1 |
782 | 2024-12-20T22:32:59.964Z | Downloaded walkdir v2.5.0 |
783 | 2024-12-20T22:32:59.964Z | Downloaded structmeta-derive v0.2.0 |
784 | 2024-12-20T22:32:59.964Z | Downloaded structmeta v0.3.0 |
785 | 2024-12-20T22:32:59.964Z | Downloaded rustls-pki-types v1.10.0 |
786 | 2024-12-20T22:32:59.966Z | Downloaded aes-gcm v0.10.3 |
787 | 2024-12-20T22:32:59.966Z | Downloaded tracing v0.1.40 |
788 | 2024-12-20T22:32:59.967Z | Downloaded indexmap v1.9.3 |
789 | 2024-12-20T22:32:59.967Z | Downloaded tungstenite v0.21.0 |
790 | 2024-12-20T22:32:59.967Z | Downloaded is-terminal v0.4.13 |
791 | 2024-12-20T22:32:59.967Z | Downloaded serde_path_to_error v0.1.16 |
792 | 2024-12-20T22:32:59.967Z | Downloaded peg v0.8.4 |
793 | 2024-12-20T22:32:59.967Z | Downloaded hashbrown v0.15.1 |
794 | 2024-12-20T22:32:59.968Z | Downloaded memoffset v0.9.1 |
795 | 2024-12-20T22:32:59.968Z | Downloaded indent_write v2.2.0 |
796 | 2024-12-20T22:32:59.968Z | Downloaded tar v0.4.42 |
797 | 2024-12-20T22:32:59.968Z | Downloaded owo-colors v4.1.0 |
798 | 2024-12-20T22:32:59.968Z | Downloaded salsa20 v0.10.2 |
799 | 2024-12-20T22:32:59.968Z | Downloaded rpassword v7.3.1 |
800 | 2024-12-20T22:32:59.968Z | Downloaded derive_builder_macro v0.20.2 |
801 | 2024-12-20T22:33:00.147Z | Downloaded displaydoc v0.2.5 |
802 | 2024-12-20T22:33:00.147Z | Downloaded pbkdf2 v0.11.0 |
803 | 2024-12-20T22:33:00.147Z | Downloaded url v2.5.3 |
804 | 2024-12-20T22:33:00.147Z | Downloaded icu_properties v1.5.1 |
805 | 2024-12-20T22:33:00.147Z | Downloaded kstat-rs v0.2.4 |
806 | 2024-12-20T22:33:00.148Z | Downloaded target-lexicon v0.12.16 |
807 | 2024-12-20T22:33:00.148Z | Downloaded spin v0.9.8 |
808 | 2024-12-20T22:33:00.148Z | Downloaded spin v0.5.2 |
809 | 2024-12-20T22:33:00.149Z | Downloaded diff v0.1.13 |
810 | 2024-12-20T22:33:00.149Z | Downloaded postgres-types v0.2.8 |
811 | 2024-12-20T22:33:00.149Z | Downloaded version_check v0.9.5 |
812 | 2024-12-20T22:33:00.149Z | Downloaded utf-8 v0.7.6 |
813 | 2024-12-20T22:33:00.150Z | Downloaded tabled_derive v0.7.0 |
814 | 2024-12-20T22:33:00.151Z | Downloaded unarray v0.1.4 |
815 | 2024-12-20T22:33:00.151Z | Downloaded supports-color v3.0.1 |
816 | 2024-12-20T22:33:00.151Z | Downloaded stringprep v0.1.5 |
817 | 2024-12-20T22:33:00.151Z | Downloaded spki v0.7.3 |
818 | 2024-12-20T22:33:00.151Z | Downloaded pest_derive v2.7.14 |
819 | 2024-12-20T22:33:00.151Z | Downloaded dropshot_endpoint v0.12.0 |
820 | 2024-12-20T22:33:00.151Z | Downloaded crossbeam-epoch v0.9.18 |
821 | 2024-12-20T22:33:00.152Z | Downloaded serde_spanned v0.6.8 |
822 | 2024-12-20T22:33:00.152Z | Downloaded serde_repr v0.1.19 |
823 | 2024-12-20T22:33:00.152Z | Downloaded serde_plain v1.0.2 |
824 | 2024-12-20T22:33:00.152Z | Downloaded http v1.1.0 |
825 | 2024-12-20T22:33:00.152Z | Downloaded doc-comment v0.3.3 |
826 | 2024-12-20T22:33:00.152Z | Downloaded simd-adler32 v0.3.7 |
827 | 2024-12-20T22:33:00.152Z | Downloaded native-tls v0.2.12 |
828 | 2024-12-20T22:33:00.152Z | Downloaded schemars v0.8.21 |
829 | 2024-12-20T22:33:00.153Z | Downloaded hickory-server v0.24.1 |
830 | 2024-12-20T22:33:00.153Z | Downloaded hickory-resolver v0.24.1 |
831 | 2024-12-20T22:33:00.153Z | Downloaded textwrap v0.16.1 |
832 | 2024-12-20T22:33:00.162Z | Downloaded ecdsa v0.16.9 |
833 | 2024-12-20T22:33:00.162Z | Downloaded test-strategy v0.3.1 |
834 | 2024-12-20T22:33:00.163Z | Downloaded rfc6979 v0.4.0 |
835 | 2024-12-20T22:33:00.163Z | Downloaded resolv-conf v0.7.0 |
836 | 2024-12-20T22:33:00.163Z | Downloaded proc-macro-crate v3.2.0 |
837 | 2024-12-20T22:33:00.163Z | Downloaded powerfmt v0.2.0 |
838 | 2024-12-20T22:33:00.163Z | Downloaded rand_chacha v0.3.1 |
839 | 2024-12-20T22:33:00.163Z | Downloaded piper v0.2.4 |
840 | 2024-12-20T22:33:00.163Z | Downloaded chacha20poly1305 v0.10.1 |
841 | 2024-12-20T22:33:00.163Z | Downloaded tracing-attributes v0.1.27 |
842 | 2024-12-20T22:33:00.163Z | Downloaded peg-macros v0.8.4 |
843 | 2024-12-20T22:33:00.163Z | Downloaded subprocess v0.2.9 |
844 | 2024-12-20T22:33:00.163Z | Downloaded defmt v0.3.8 |
845 | 2024-12-20T22:33:00.163Z | Downloaded clap_derive v4.5.18 |
846 | 2024-12-20T22:33:00.163Z | Downloaded expectorate v1.1.0 |
847 | 2024-12-20T22:33:00.164Z | Downloaded backtrace v0.3.74 |
848 | 2024-12-20T22:33:00.164Z | Downloaded packed_struct v0.10.1 |
849 | 2024-12-20T22:33:00.164Z | Downloaded hashbrown v0.12.3 |
850 | 2024-12-20T22:33:00.164Z | Downloaded bumpalo v3.16.0 |
851 | 2024-12-20T22:33:00.164Z | Downloaded env_filter v0.1.2 |
852 | 2024-12-20T22:33:00.164Z | Downloaded usdt-impl v0.5.0 |
853 | 2024-12-20T22:33:00.164Z | Downloaded libsw v3.3.1 |
854 | 2024-12-20T22:33:00.164Z | Downloaded keccak v0.1.5 |
855 | 2024-12-20T22:33:00.164Z | Downloaded debug-ignore v1.0.5 |
856 | 2024-12-20T22:33:00.164Z | Downloaded smallvec v1.13.2 |
857 | 2024-12-20T22:33:00.164Z | Downloaded slog-term v2.9.1 |
858 | 2024-12-20T22:33:00.166Z | Downloaded colorchoice v1.0.2 |
859 | 2024-12-20T22:33:00.166Z | Downloaded cobs v0.2.3 |
860 | 2024-12-20T22:33:00.166Z | Downloaded cc v1.1.30 |
861 | 2024-12-20T22:33:00.166Z | Downloaded base64 v0.13.1 |
862 | 2024-12-20T22:33:00.166Z | Downloaded allocator-api2 v0.2.18 |
863 | 2024-12-20T22:33:00.166Z | Downloaded ahash v0.8.11 |
864 | 2024-12-20T22:33:00.166Z | Downloaded half v2.4.1 |
865 | 2024-12-20T22:33:00.166Z | Downloaded thiserror v1.0.69 |
866 | 2024-12-20T22:33:00.166Z | Downloaded which v4.4.2 |
867 | 2024-12-20T22:33:00.166Z | Downloaded smallvec v0.6.14 |
868 | 2024-12-20T22:33:00.167Z | Downloaded slog-scope v4.4.0 |
869 | 2024-12-20T22:33:00.167Z | Downloaded slab v0.4.9 |
870 | 2024-12-20T22:33:00.167Z | Downloaded siphasher v0.3.11 |
871 | 2024-12-20T22:33:00.167Z | Downloaded scopeguard v1.2.0 |
872 | 2024-12-20T22:33:00.167Z | Downloaded oso v0.27.3 |
873 | 2024-12-20T22:33:00.167Z | Downloaded aes v0.8.4 |
874 | 2024-12-20T22:33:00.167Z | Downloaded tiny-keccak v2.0.2 |
875 | 2024-12-20T22:33:00.167Z | Downloaded phf_generator v0.11.2 |
876 | 2024-12-20T22:33:00.167Z | Downloaded scheduled-thread-pool v0.2.7 |
877 | 2024-12-20T22:33:00.168Z | Downloaded same-file v1.0.6 |
878 | 2024-12-20T22:33:00.168Z | Downloaded arc-swap v1.7.1 |
879 | 2024-12-20T22:33:00.168Z | Downloaded parking_lot v0.11.2 |
880 | 2024-12-20T22:33:00.168Z | Downloaded headers v0.4.0 |
881 | 2024-12-20T22:33:00.168Z | Downloaded futures-lite v2.3.0 |
882 | 2024-12-20T22:33:00.168Z | Downloaded fallible-iterator v0.3.0 |
883 | 2024-12-20T22:33:00.169Z | Downloaded phf_codegen v0.11.2 |
884 | 2024-12-20T22:33:00.170Z | Downloaded blake2b_simd v1.0.2 |
885 | 2024-12-20T22:33:00.171Z | Downloaded blake2 v0.10.6 |
886 | 2024-12-20T22:33:00.171Z | Downloaded httptest v0.16.1 |
887 | 2024-12-20T22:33:00.171Z | Downloaded httparse v1.9.5 |
888 | 2024-12-20T22:33:00.171Z | Downloaded camino v1.1.9 |
889 | 2024-12-20T22:33:00.172Z | Downloaded hyper-rustls v0.26.0 |
890 | 2024-12-20T22:33:00.172Z | Downloaded hickory-client v0.24.1 |
891 | 2024-12-20T22:33:00.172Z | Downloaded float-cmp v0.9.0 |
892 | 2024-12-20T22:33:00.172Z | Downloaded camino-tempfile v1.1.1 |
893 | 2024-12-20T22:33:01.269Z | Downloaded hashlink v0.9.1 |
894 | 2024-12-20T22:33:01.270Z | Downloaded globset v0.4.15 |
895 | 2024-12-20T22:33:01.270Z | Downloaded base64ct v1.6.0 |
896 | 2024-12-20T22:33:01.270Z | Downloaded bcs v0.1.6 |
897 | 2024-12-20T22:33:01.270Z | Downloaded backoff v0.4.0 |
898 | 2024-12-20T22:33:01.271Z | Downloaded bytecount v0.6.8 |
899 | 2024-12-20T22:33:01.271Z | Downloaded blocking v1.6.1 |
900 | 2024-12-20T22:33:01.272Z | Downloaded cexpr v0.6.0 |
901 | 2024-12-20T22:33:01.272Z | Downloaded byteorder v1.5.0 |
902 | 2024-12-20T22:33:01.272Z | Downloaded async-lock v3.4.0 |
903 | 2024-12-20T22:33:01.273Z | Downloaded anstream v0.6.15 |
904 | 2024-12-20T22:33:01.273Z | Downloaded hubpack v0.1.2 |
905 | 2024-12-20T22:33:01.273Z | Downloaded hostname v0.3.1 |
906 | 2024-12-20T22:33:01.273Z | Downloaded async-task v4.7.1 |
907 | 2024-12-20T22:33:01.273Z | Downloaded async-process v2.3.0 |
908 | 2024-12-20T22:33:01.273Z | Downloaded arrayvec v0.7.6 |
909 | 2024-12-20T22:33:01.273Z | Downloaded assert_cmd v2.0.16 |
910 | 2024-12-20T22:33:01.274Z | Downloaded http-body-util v0.1.2 |
911 | 2024-12-20T22:33:01.274Z | Downloaded home v0.5.9 |
912 | 2024-12-20T22:33:01.274Z | Downloaded generic-array v0.14.7 |
913 | 2024-12-20T22:33:01.274Z | Downloaded foldhash v0.1.3 |
914 | 2024-12-20T22:33:01.275Z | Downloaded event-listener-strategy v0.5.2 |
915 | 2024-12-20T22:33:01.275Z | Downloaded bit-vec v0.6.3 |
916 | 2024-12-20T22:33:01.275Z | Downloaded base16ct v0.2.0 |
917 | 2024-12-20T22:33:01.275Z | Downloaded async-trait v0.1.83 |
918 | 2024-12-20T22:33:01.276Z | Downloaded futures-core v0.3.31 |
919 | 2024-12-20T22:33:01.276Z | Downloaded fs-err v2.11.0 |
920 | 2024-12-20T22:33:01.276Z | Downloaded foreign-types-macros v0.2.3 |
921 | 2024-12-20T22:33:01.276Z | Downloaded float-ord v0.3.2 |
922 | 2024-12-20T22:33:01.276Z | Downloaded cargo-platform v0.1.8 |
923 | 2024-12-20T22:33:01.276Z | Downloaded block-padding v0.3.3 |
924 | 2024-12-20T22:33:01.308Z | Downloaded futures-io v0.3.31 |
925 | 2024-12-20T22:33:01.309Z | Downloaded anstyle-parse v0.2.5 |
926 | 2024-12-20T22:33:01.309Z | Downloaded filetime v0.2.25 |
927 | 2024-12-20T22:33:01.309Z | Downloaded glob v0.3.1 |
928 | 2024-12-20T22:33:01.309Z | Downloaded futures-sink v0.3.31 |
929 | 2024-12-20T22:33:01.309Z | Downloaded fnv v1.0.7 |
930 | 2024-12-20T22:33:01.309Z | Downloaded castaway v0.2.3 |
931 | 2024-12-20T22:33:01.309Z | Downloaded cast v0.3.0 |
932 | 2024-12-20T22:33:01.309Z | Downloaded cargo_metadata v0.18.1 |
933 | 2024-12-20T22:33:01.309Z | Downloaded bcrypt-pbkdf v0.10.0 |
934 | 2024-12-20T22:33:01.309Z | Downloaded bb8 v0.8.5 |
935 | 2024-12-20T22:33:01.309Z | Downloaded autocfg v1.4.0 |
936 | 2024-12-20T22:33:01.309Z | Downloaded fallible-iterator v0.2.0 |
937 | 2024-12-20T22:33:01.309Z | Downloaded flagset v0.4.6 |
938 | 2024-12-20T22:33:01.309Z | Downloaded cassowary v0.3.0 |
939 | 2024-12-20T22:33:01.309Z | Downloaded block-buffer v0.10.4 |
940 | 2024-12-20T22:33:01.310Z | Downloaded atomic-waker v1.1.2 |
941 | 2024-12-20T22:33:01.310Z | Downloaded async-channel v1.9.0 |
942 | 2024-12-20T22:33:01.310Z | Downloaded assert_matches v1.5.0 |
943 | 2024-12-20T22:33:01.310Z | Downloaded async-signal v0.2.10 |
944 | 2024-12-20T22:33:01.310Z | Downloaded assert-json-diff v2.0.2 |
945 | 2024-12-20T22:33:01.310Z | Downloaded ascii-canvas v3.0.0 |
946 | 2024-12-20T22:33:01.310Z | Downloaded array-init v0.0.4 |
947 | 2024-12-20T22:33:01.310Z | Downloaded foreign-types-shared v0.1.1 |
948 | 2024-12-20T22:33:01.310Z | Downloaded anstyle v1.0.10 |
949 | 2024-12-20T22:33:01.310Z | Downloaded async-global-executor v2.4.1 |
950 | 2024-12-20T22:33:01.311Z | Downloaded async-channel v2.3.1 |
951 | 2024-12-20T22:33:01.311Z | Downloaded arrayref v0.3.9 |
952 | 2024-12-20T22:33:01.311Z | Downloaded approx v0.5.1 |
953 | 2024-12-20T22:33:01.311Z | Downloaded fallible-streaming-iterator v0.1.9 |
954 | 2024-12-20T22:33:01.311Z | Downloaded ring v0.16.20 |
955 | 2024-12-20T22:33:01.311Z | Downloaded ring v0.17.8 |
956 | 2024-12-20T22:33:01.311Z | Downloaded libsqlite3-sys v0.30.1 |
957 | 2024-12-20T22:33:02.248Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-20T22:33:02.248Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-20T22:33:19.334Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-20T22:33:24.469Z | Startup: Caching catalogs ... Done |
961 | 2024-12-20T22:33:34.687Z | Planning: Solver setup ... Done (9.779s) |
962 | 2024-12-20T22:33:35.982Z | Planning: Running solver ... Done (0.134s) |
963 | 2024-12-20T22:33:35.982Z | Planning: Finding local manifests ... Done (0.075s) |
964 | 2024-12-20T22:33:37.043Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-20T22:33:37.043Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-20T22:33:37.043Z | Planning: Package planning ... Done (0.176s) |
967 | 2024-12-20T22:33:37.043Z | Planning: Merging actions ... Done (0.057s) |
968 | 2024-12-20T22:33:37.043Z | Planning: Checking for conflicting actions ... Done (0.719s) |
969 | 2024-12-20T22:33:40.853Z | Planning: Consolidating action changes ... Done (4.208s) |
970 | 2024-12-20T22:33:41.598Z | Planning: Evaluating mediators ... Done (0.396s) |
971 | 2024-12-20T22:33:41.598Z | Planning: Planning completed in 17.36 seconds |
972 | 2024-12-20T22:33:41.598Z | Packages to install: 4 |
973 | 2024-12-20T22:33:41.599Z | Packages to update: 1 |
974 | 2024-12-20T22:33:41.599Z | Mediators to change: 2 |
975 | 2024-12-20T22:33:41.599Z | Services to change: 1 |
976 | 2024-12-20T22:33:41.599Z | Estimated space available: 155.37 GB |
977 | 2024-12-20T22:33:41.599Z | Estimated space to be consumed: 1.62 GB |
978 | 2024-12-20T22:33:41.600Z | Create boot environment: No |
979 | 2024-12-20T22:33:41.600Z | Create backup boot environment: Yes |
980 | 2024-12-20T22:33:41.600Z | Rebuild boot archive: No |
981 | 2024-12-20T22:33:41.600Z | |
982 | 2024-12-20T22:33:41.600Z | Changed mediators: |
983 | 2024-12-20T22:33:41.600Z | mediator clang: |
984 | 2024-12-20T22:33:41.600Z | version: None -> 15 (system default) |
985 | 2024-12-20T22:33:41.600Z | |
986 | 2024-12-20T22:33:41.600Z | mediator llvm: |
987 | 2024-12-20T22:33:41.600Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-20T22:33:41.600Z | |
989 | 2024-12-20T22:33:41.600Z | Changed packages: |
990 | 2024-12-20T22:33:41.600Z | helios-dev |
991 | 2024-12-20T22:33:41.600Z | developer/build-essential |
992 | 2024-12-20T22:33:41.600Z | None -> 11-2.0 |
993 | 2024-12-20T22:33:41.600Z | library/libxmlsec1 |
994 | 2024-12-20T22:33:41.600Z | None -> 1.2.35-2.0 |
995 | 2024-12-20T22:33:41.600Z | ooce/developer/clang-15 |
996 | 2024-12-20T22:33:41.600Z | None -> 15.0.7-2.0 |
997 | 2024-12-20T22:33:41.600Z | ooce/developer/llvm-15 |
998 | 2024-12-20T22:33:41.600Z | None -> 15.0.7-2.0 |
999 | 2024-12-20T22:33:41.601Z | package/pkg |
1000 | 2024-12-20T22:33:41.601Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-20T22:33:41.601Z | |
1002 | 2024-12-20T22:33:41.601Z | Services: |
1003 | 2024-12-20T22:33:41.601Z | restart_fmri: |
1004 | 2024-12-20T22:33:41.601Z | svc:/system/update-man-index:default |
1005 | 2024-12-20T22:33:41.601Z | |
1006 | 2024-12-20T22:33:41.601Z | Editable files to change: |
1007 | 2024-12-20T22:33:41.601Z | Update: |
1008 | 2024-12-20T22:33:41.601Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-20T22:33:41.601Z | |
1010 | 2024-12-20T22:33:41.601Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-20T22:33:46.692Z | Download: 206/4281 items 1.0/220.6MB 0% complete (245k/s) |
1012 | 2024-12-20T22:33:53.847Z | Download: 213/4281 items 1.3/220.6MB 0% complete (214k/s) |
1013 | 2024-12-20T22:33:58.995Z | Download: 408/4281 items 16.9/220.6MB 7% complete (1.7M/s) |
1014 | 2024-12-20T22:34:03.852Z | Download: 560/4281 items 17.4/220.6MB 7% complete (1.8M/s) |
1015 | 2024-12-20T22:34:08.938Z | Download: 706/4281 items 18.1/220.6MB 8% complete (131k/s) |
1016 | 2024-12-20T22:34:13.980Z | Download: 853/4281 items 18.7/220.6MB 8% complete (131k/s) |
1017 | 2024-12-20T22:34:19.043Z | Download: 998/4281 items 19.5/220.6MB 8% complete (135k/s) |
1018 | 2024-12-20T22:34:24.082Z | Download: 1140/4281 items 78.8/220.6MB 35% complete (5.9M/s) |
1019 | 2024-12-20T22:34:29.050Z | Download: 1189/4281 items 83.3/220.6MB 37% complete (6.4M/s) |
1020 | 2024-12-20T22:34:34.694Z | Download: 1193/4281 items 83.5/220.6MB 37% complete (6.3M/s) |
1021 | 2024-12-20T22:34:50.080Z | Download: 1195/4281 items 83.5/220.6MB 37% complete |
1022 | 2024-12-20T22:34:55.095Z | Download: 1522/4281 items 103.7/220.6MB 47% complete (4.3M/s) |
1023 | 2024-12-20T22:35:00.102Z | Download: 1687/4281 items 104.3/220.6MB 47% complete (2.2M/s) |
1024 | 2024-12-20T22:35:05.103Z | Download: 1819/4281 items 118.4/220.6MB 53% complete (1.5M/s) |
1025 | 2024-12-20T22:35:10.307Z | Download: 2043/4281 items 118.7/220.6MB 53% complete (1.4M/s) |
1026 | 2024-12-20T22:35:15.549Z | Download: 2210/4281 items 119.2/220.6MB 54% complete (232k/s) |
1027 | 2024-12-20T22:35:21.264Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (170k/s) |
1028 | 2024-12-20T22:35:27.720Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (164k/s) |
1029 | 2024-12-20T22:35:35.506Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
1030 | 2024-12-20T22:35:44.146Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
1031 | 2024-12-20T22:35:49.154Z | Download: 2436/4281 items 120.1/220.6MB 54% complete (192k/s) |
1032 | 2024-12-20T22:35:54.178Z | Download: 2704/4281 items 120.8/220.6MB 54% complete (169k/s) |
1033 | 2024-12-20T22:35:59.268Z | Download: 3089/4281 items 121.5/220.6MB 55% complete (137k/s) |
1034 | 2024-12-20T22:36:05.258Z | Download: 3243/4281 items 202.9/220.6MB 91% complete (8.2M/s) |
1035 | 2024-12-20T22:36:10.658Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.1M/s) |
1036 | 2024-12-20T22:36:27.249Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
1037 | 2024-12-20T22:36:32.507Z | Download: 3277/4281 items 210.0/220.6MB 95% complete (2.1M/s) |
1038 | 2024-12-20T22:36:40.403Z | Download: 3287/4281 items 212.5/220.6MB 96% complete (1.4M/s) |
1039 | 2024-12-20T22:36:45.447Z | Download: 3458/4281 items 215.3/220.6MB 97% complete (289k/s) |
1040 | 2024-12-20T22:36:50.452Z | Download: 4135/4281 items 220.0/220.6MB 99% complete (746k/s) |
1041 | 2024-12-20T22:37:05.747Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
1042 | 2024-12-20T22:37:05.852Z | Download: Completed 220.60 MB in 204.73 seconds (1.1M/s) |
1043 | 2024-12-20T22:37:08.025Z | Actions: 1/5063 actions (Removing old actions) |
1044 | 2024-12-20T22:37:08.038Z | Actions: 194/5063 actions (Installing new actions) |
1045 | 2024-12-20T22:37:13.071Z | Actions: 4117/5063 actions (Installing new actions) |
1046 | 2024-12-20T22:37:13.249Z | Actions: 4226/5063 actions (Updating modified actions) |
1047 | 2024-12-20T22:37:13.602Z | Actions: Completed 5063 actions in 5.58 seconds. |
1048 | 2024-12-20T22:37:14.024Z | Done (0.414s) |
1049 | 2024-12-20T22:37:14.027Z | Done (0.000s) |
1050 | 2024-12-20T22:37:14.600Z | Done (0.574s) |
1051 | 2024-12-20T22:37:20.040Z | Done (5.214s) |
1052 | 2024-12-20T22:37:20.281Z | Done (0.172s) |
1053 | 2024-12-20T22:37:20.284Z | Done (0.000s) |
1054 | 2024-12-20T22:37:20.448Z | Done (0.000s) |
1055 | 2024-12-20T22:37:21.144Z | Planning: Evaluating mediator changes ... Done |
1056 | 2024-12-20T22:37:21.304Z | Planning: Checking for conflicting actions ... Done |
1057 | 2024-12-20T22:37:21.308Z | Planning: Consolidating action changes ... Done |
1058 | 2024-12-20T22:37:21.575Z | Planning: Evaluating mediators ... Done |
1059 | 2024-12-20T22:37:21.577Z | Planning: Planning completed in 0.43 seconds |
1060 | 2024-12-20T22:37:21.614Z | Mediators to change: 2 |
1061 | 2024-12-20T22:37:21.614Z | Create boot environment: No |
1062 | 2024-12-20T22:37:21.614Z | Create backup boot environment: No |
1063 | 2024-12-20T22:37:21.694Z | Done |
1064 | 2024-12-20T22:37:21.694Z | Done |
1065 | 2024-12-20T22:37:22.061Z | Done |
1066 | 2024-12-20T22:37:25.756Z | Done |
1067 | 2024-12-20T22:37:25.851Z | Done |
1068 | 2024-12-20T22:37:25.851Z | Done |
1069 | 2024-12-20T22:37:25.962Z | Done |
1070 | 2024-12-20T22:37:26.578Z | Planning: Evaluating mediator changes ... Done |
1071 | 2024-12-20T22:37:26.580Z | Planning: Merging actions ... Done |
1072 | 2024-12-20T22:37:26.771Z | Planning: Checking for conflicting actions ... Done |
1073 | 2024-12-20T22:37:26.773Z | Planning: Consolidating action changes ... Done |
1074 | 2024-12-20T22:37:27.043Z | Planning: Evaluating mediators ... Done |
1075 | 2024-12-20T22:37:27.101Z | Planning: Planning completed in 0.77 seconds |
1076 | 2024-12-20T22:37:27.141Z | Packages to change: 1 |
1077 | 2024-12-20T22:37:27.141Z | Mediators to change: 1 |
1078 | 2024-12-20T22:37:27.141Z | Services to change: 1 |
1079 | 2024-12-20T22:37:27.143Z | Create boot environment: No |
1080 | 2024-12-20T22:37:27.143Z | Create backup boot environment: Yes |
1081 | 2024-12-20T22:37:29.494Z | Actions: 1/6 actions (Updating modified actions) |
1082 | 2024-12-20T22:37:29.551Z | Actions: Completed 6 actions in 0.06 seconds. |
1083 | 2024-12-20T22:37:29.554Z | Done |
1084 | 2024-12-20T22:37:29.554Z | Done |
1085 | 2024-12-20T22:37:29.668Z | Done |
1086 | 2024-12-20T22:37:33.423Z | Done |
1087 | 2024-12-20T22:37:33.516Z | Done |
1088 | 2024-12-20T22:37:33.518Z | Done |
1089 | 2024-12-20T22:37:33.640Z | Done |
1090 | 2024-12-20T22:37:34.078Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1091 | 2024-12-20T22:37:34.078Z | clang system 15 system |
1092 | 2024-12-20T22:37:34.078Z | csh system system illumos |
1093 | 2024-12-20T22:37:34.078Z | ctags system system illumos |
1094 | 2024-12-20T22:37:34.078Z | gcc vendor 12 vendor |
1095 | 2024-12-20T22:37:34.078Z | gcc system 10 system |
1096 | 2024-12-20T22:37:34.078Z | gcc system 7 system |
1097 | 2024-12-20T22:37:34.078Z | go system 1.20 system |
1098 | 2024-12-20T22:37:34.078Z | go system 1.19 system |
1099 | 2024-12-20T22:37:34.078Z | llvm system 15 system |
1100 | 2024-12-20T22:37:34.079Z | llvm system 14 system |
1101 | 2024-12-20T22:37:34.079Z | mariadb system 10.6 system |
1102 | 2024-12-20T22:37:34.079Z | mta vendor vendor dma |
1103 | 2024-12-20T22:37:34.079Z | openjdk system 17 system |
1104 | 2024-12-20T22:37:34.079Z | openjdk system 11 system |
1105 | 2024-12-20T22:37:34.079Z | openjdk system 1.8 system |
1106 | 2024-12-20T22:37:34.079Z | openssl vendor 3 vendor |
1107 | 2024-12-20T22:37:34.079Z | perl system 5.36 system |
1108 | 2024-12-20T22:37:34.079Z | postgresql system 15 system |
1109 | 2024-12-20T22:37:34.079Z | postgresql system 13 system |
1110 | 2024-12-20T22:37:34.079Z | python vendor 3 vendor |
1111 | 2024-12-20T22:37:34.079Z | python system 2 system |
1112 | 2024-12-20T22:37:34.079Z | python3 system 3.11 system |
1113 | 2024-12-20T22:37:34.079Z | ruby system 3.0 system |
1114 | 2024-12-20T22:37:34.079Z | words vendor vendor american-english |
1115 | 2024-12-20T22:37:34.079Z | words system system australian-english |
1116 | 2024-12-20T22:37:34.079Z | words system system british-english |
1117 | 2024-12-20T22:37:34.079Z | words system system canadian-english |
1118 | 2024-12-20T22:37:34.079Z | words system system french |
1119 | 2024-12-20T22:37:34.080Z | words system system italian |
1120 | 2024-12-20T22:37:34.080Z | words system system ngerman |
1121 | 2024-12-20T22:37:34.080Z | words system system ogerman |
1122 | 2024-12-20T22:37:34.080Z | words system system spanish |
1123 | 2024-12-20T22:37:34.412Z | PUBLISHER TYPE STATUS P LOCATION |
1124 | 2024-12-20T22:37:34.412Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1125 | 2024-12-20T22:37:37.169Z | FMRI IFO |
1126 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1127 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1128 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1129 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1130 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1131 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1132 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1133 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1134 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1135 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1136 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1137 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1138 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1139 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1140 | 2024-12-20T22:37:37.169Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1141 | 2024-12-20T22:37:38.217Z | Downloading crates ... |
1142 | 2024-12-20T22:37:38.321Z | Downloaded cargo_toml v0.20.5 |
1143 | 2024-12-20T22:37:38.458Z | Compiling proc-macro2 v1.0.89 |
1144 | 2024-12-20T22:37:38.458Z | Compiling unicode-ident v1.0.13 |
1145 | 2024-12-20T22:37:38.458Z | Compiling serde v1.0.215 |
1146 | 2024-12-20T22:37:38.458Z | Compiling version_check v0.9.5 |
1147 | 2024-12-20T22:37:38.461Z | Compiling thiserror v1.0.69 |
1148 | 2024-12-20T22:37:38.461Z | Compiling memchr v2.7.4 |
1149 | 2024-12-20T22:37:38.462Z | Compiling libc v0.2.162 |
1150 | 2024-12-20T22:37:38.462Z | Compiling ucd-trie v0.1.7 |
1151 | 2024-12-20T22:37:38.729Z | Compiling itoa v1.0.11 |
1152 | 2024-12-20T22:37:38.959Z | Compiling ryu v1.0.18 |
1153 | 2024-12-20T22:37:39.233Z | Compiling once_cell v1.20.2 |
1154 | 2024-12-20T22:37:39.260Z | Compiling byteorder v1.5.0 |
1155 | 2024-12-20T22:37:39.528Z | Compiling rustix v0.38.37 |
1156 | 2024-12-20T22:37:39.832Z | Compiling serde_json v1.0.132 |
1157 | 2024-12-20T22:37:39.863Z | Compiling bitflags v2.6.0 |
1158 | 2024-12-20T22:37:40.095Z | Compiling usdt-impl v0.5.0 |
1159 | 2024-12-20T22:37:40.147Z | Compiling proc-macro-error-attr v1.0.4 |
1160 | 2024-12-20T22:37:40.276Z | Compiling syn v1.0.109 |
1161 | 2024-12-20T22:37:40.323Z | Compiling proc-macro-error v1.0.4 |
1162 | 2024-12-20T22:37:40.354Z | Compiling plain v0.2.3 |
1163 | 2024-12-20T22:37:40.465Z | Compiling equivalent v1.0.1 |
1164 | 2024-12-20T22:37:40.498Z | Compiling camino v1.1.9 |
1165 | 2024-12-20T22:37:40.535Z | Compiling utf8parse v0.2.2 |
1166 | 2024-12-20T22:37:40.573Z | Compiling hashbrown v0.15.1 |
1167 | 2024-12-20T22:37:40.587Z | Compiling log v0.4.22 |
1168 | 2024-12-20T22:37:40.687Z | Compiling anstyle-parse v0.2.5 |
1169 | 2024-12-20T22:37:40.898Z | Compiling quote v1.0.37 |
1170 | 2024-12-20T22:37:41.020Z | Compiling errno v0.3.9 |
1171 | 2024-12-20T22:37:41.121Z | Compiling thread-id v4.2.2 |
1172 | 2024-12-20T22:37:41.231Z | Compiling semver v1.0.23 |
1173 | 2024-12-20T22:37:41.242Z | Compiling autocfg v1.4.0 |
1174 | 2024-12-20T22:37:41.295Z | Compiling syn v2.0.87 |
1175 | 2024-12-20T22:37:41.619Z | Compiling pretty-hex v0.4.1 |
1176 | 2024-12-20T22:37:41.751Z | Compiling indexmap v2.6.0 |
1177 | 2024-12-20T22:37:41.814Z | Compiling anstyle v1.0.10 |
1178 | 2024-12-20T22:37:41.817Z | Compiling anstyle-query v1.1.1 |
1179 | 2024-12-20T22:37:41.966Z | Compiling colorchoice v1.0.2 |
1180 | 2024-12-20T22:37:42.122Z | Compiling winnow v0.6.20 |
1181 | 2024-12-20T22:37:42.273Z | Compiling unicode-width v0.1.14 |
1182 | 2024-12-20T22:37:42.408Z | Compiling is_terminal_polyfill v1.70.1 |
1183 | 2024-12-20T22:37:42.529Z | Compiling anstream v0.6.15 |
1184 | 2024-12-20T22:37:42.730Z | Compiling fs-err v2.11.0 |
1185 | 2024-12-20T22:37:43.040Z | Compiling bytecount v0.6.8 |
1186 | 2024-12-20T22:37:43.116Z | Compiling fnv v1.0.7 |
1187 | 2024-12-20T22:37:43.151Z | Compiling clap_lex v0.7.2 |
1188 | 2024-12-20T22:37:43.237Z | Compiling heck v0.4.1 |
1189 | 2024-12-20T22:37:43.237Z | Compiling heck v0.5.0 |
1190 | 2024-12-20T22:37:43.260Z | Compiling cfg-if v1.0.0 |
1191 | 2024-12-20T22:37:43.342Z | Compiling fastrand v2.1.1 |
1192 | 2024-12-20T22:37:43.708Z | Compiling terminal_size v0.4.0 |
1193 | 2024-12-20T22:37:43.768Z | Compiling anyhow v1.0.93 |
1194 | 2024-12-20T22:37:43.812Z | Compiling strsim v0.11.1 |
1195 | 2024-12-20T22:37:43.954Z | Compiling papergrid v0.11.0 |
1196 | 2024-12-20T22:37:44.285Z | Compiling tempfile v3.13.0 |
1197 | 2024-12-20T22:37:44.353Z | Compiling clap_builder v4.5.21 |
1198 | 2024-12-20T22:37:45.154Z | Compiling memmap v0.7.0 |
1199 | 2024-12-20T22:37:45.217Z | Compiling smawk v0.3.2 |
1200 | 2024-12-20T22:37:45.239Z | Compiling unicode-linebreak v0.1.5 |
1201 | 2024-12-20T22:37:45.726Z | Compiling textwrap v0.16.1 |
1202 | 2024-12-20T22:37:45.940Z | Compiling swrite v0.1.0 |
1203 | 2024-12-20T22:37:47.252Z | Compiling tabled_derive v0.7.0 |
1204 | 2024-12-20T22:37:48.713Z | Compiling tabled v0.15.0 |
1205 | 2024-12-20T22:37:50.350Z | Compiling serde_derive v1.0.215 |
1206 | 2024-12-20T22:37:50.352Z | Compiling thiserror-impl v1.0.69 |
1207 | 2024-12-20T22:37:50.352Z | Compiling zerocopy-derive v0.7.35 |
1208 | 2024-12-20T22:37:50.352Z | Compiling scroll_derive v0.12.0 |
1209 | 2024-12-20T22:37:50.378Z | Compiling clap_derive v4.5.18 |
1210 | 2024-12-20T22:37:51.596Z | Compiling scroll v0.12.0 |
1211 | 2024-12-20T22:37:52.060Z | Compiling zerocopy v0.7.35 |
1212 | 2024-12-20T22:37:52.091Z | Compiling goblin v0.8.2 |
1213 | 2024-12-20T22:37:53.220Z | Compiling pest v2.7.14 |
1214 | 2024-12-20T22:37:54.370Z | Compiling clap v4.5.21 |
1215 | 2024-12-20T22:37:55.370Z | Compiling pest_meta v2.7.14 |
1216 | 2024-12-20T22:37:56.193Z | Compiling pest_generator v2.7.14 |
1217 | 2024-12-20T22:37:58.196Z | Compiling pest_derive v2.7.14 |
1218 | 2024-12-20T22:37:58.924Z | Compiling dtrace-parser v0.2.0 |
1219 | 2024-12-20T22:38:00.605Z | Compiling serde_tokenstream v0.2.2 |
1220 | 2024-12-20T22:38:00.747Z | Compiling toml_datetime v0.6.8 |
1221 | 2024-12-20T22:38:00.753Z | Compiling serde_spanned v0.6.8 |
1222 | 2024-12-20T22:38:00.998Z | Compiling cargo-platform v0.1.8 |
1223 | 2024-12-20T22:38:01.148Z | Compiling toml_edit v0.22.22 |
1224 | 2024-12-20T22:38:01.188Z | Compiling macaddr v1.0.1 |
1225 | 2024-12-20T22:38:01.475Z | Compiling camino-tempfile v1.1.1 |
1226 | 2024-12-20T22:38:02.118Z | Compiling dof v0.3.0 |
1227 | 2024-12-20T22:38:02.232Z | Compiling cargo_metadata v0.18.1 |
1228 | 2024-12-20T22:38:03.850Z | Compiling usdt-macro v0.5.0 |
1229 | 2024-12-20T22:38:03.853Z | Compiling usdt-attr-macro v0.5.0 |
1230 | 2024-12-20T22:38:04.015Z | Compiling toml v0.8.19 |
1231 | 2024-12-20T22:38:04.824Z | Compiling cargo_toml v0.20.5 |
1232 | 2024-12-20T22:38:05.132Z | Compiling usdt v0.5.0 |
1233 | 2024-12-20T22:38:08.396Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1234 | 2024-12-20T22:38:12.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.55s |
1235 | 2024-12-20T22:38:12.321Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1236 | 2024-12-20T22:38:13.151Z | Compiling serde v1.0.215 |
1237 | 2024-12-20T22:38:13.155Z | Compiling lock_api v0.4.12 |
1238 | 2024-12-20T22:38:13.155Z | Compiling scopeguard v1.2.0 |
1239 | 2024-12-20T22:38:13.155Z | Compiling value-bag v1.9.0 |
1240 | 2024-12-20T22:38:13.155Z | Compiling typenum v1.17.0 |
1241 | 2024-12-20T22:38:13.155Z | Compiling generic-array v0.14.7 |
1242 | 2024-12-20T22:38:13.290Z | Compiling syn v2.0.87 |
1243 | 2024-12-20T22:38:13.294Z | Compiling getrandom v0.2.15 |
1244 | 2024-12-20T22:38:13.412Z | Compiling shlex v1.3.0 |
1245 | 2024-12-20T22:38:13.674Z | Compiling rand_core v0.6.4 |
1246 | 2024-12-20T22:38:13.786Z | Compiling log v0.4.22 |
1247 | 2024-12-20T22:38:13.817Z | Compiling subtle v2.6.1 |
1248 | 2024-12-20T22:38:13.840Z | Compiling jobserver v0.1.32 |
1249 | 2024-12-20T22:38:13.917Z | Compiling smallvec v1.13.2 |
1250 | 2024-12-20T22:38:14.183Z | Compiling const-oid v0.9.6 |
1251 | 2024-12-20T22:38:14.187Z | Compiling pin-project-lite v0.2.14 |
1252 | 2024-12-20T22:38:14.286Z | Compiling cc v1.1.30 |
1253 | 2024-12-20T22:38:14.326Z | Compiling spin v0.9.8 |
1254 | 2024-12-20T22:38:14.367Z | Compiling rustix v0.38.37 |
1255 | 2024-12-20T22:38:14.679Z | Compiling parking_lot_core v0.9.10 |
1256 | 2024-12-20T22:38:14.738Z | Compiling futures-core v0.3.31 |
1257 | 2024-12-20T22:38:14.786Z | Compiling signal-hook-registry v1.4.2 |
1258 | 2024-12-20T22:38:14.997Z | Compiling mio v1.0.2 |
1259 | 2024-12-20T22:38:15.299Z | Compiling aho-corasick v1.1.3 |
1260 | 2024-12-20T22:38:15.631Z | Compiling parking_lot v0.12.3 |
1261 | 2024-12-20T22:38:15.798Z | Compiling regex-syntax v0.8.5 |
1262 | 2024-12-20T22:38:15.933Z | Compiling cpufeatures v0.2.14 |
1263 | 2024-12-20T22:38:16.034Z | Compiling lazy_static v1.5.0 |
1264 | 2024-12-20T22:38:16.159Z | Compiling stable_deref_trait v1.2.0 |
1265 | 2024-12-20T22:38:16.180Z | Compiling futures-sink v0.3.31 |
1266 | 2024-12-20T22:38:16.242Z | Compiling either v1.13.0 |
1267 | 2024-12-20T22:38:16.275Z | Compiling glob v0.3.1 |
1268 | 2024-12-20T22:38:16.334Z | Compiling socket2 v0.5.7 |
1269 | 2024-12-20T22:38:16.617Z | Compiling slab v0.4.9 |
1270 | 2024-12-20T22:38:16.697Z | Compiling prettyplease v0.2.25 |
1271 | 2024-12-20T22:38:17.045Z | Compiling minimal-lexical v0.2.1 |
1272 | 2024-12-20T22:38:17.284Z | Compiling clang-sys v1.8.1 |
1273 | 2024-12-20T22:38:17.317Z | Compiling libloading v0.8.5 |
1274 | 2024-12-20T22:38:17.345Z | Compiling bindgen v0.69.5 |
1275 | 2024-12-20T22:38:17.565Z | Compiling nom v7.1.3 |
1276 | 2024-12-20T22:38:17.745Z | Compiling home v0.5.9 |
1277 | 2024-12-20T22:38:18.012Z | Compiling serde_json v1.0.132 |
1278 | 2024-12-20T22:38:18.164Z | Compiling itertools v0.10.5 |
1279 | 2024-12-20T22:38:18.349Z | Compiling futures-channel v0.3.31 |
1280 | 2024-12-20T22:38:18.596Z | Compiling allocator-api2 v0.2.18 |
1281 | 2024-12-20T22:38:18.807Z | Compiling futures-io v0.3.31 |
1282 | 2024-12-20T22:38:19.167Z | Compiling lazycell v1.3.0 |
1283 | 2024-12-20T22:38:19.342Z | Compiling pin-utils v0.1.0 |
1284 | 2024-12-20T22:38:19.433Z | Compiling foldhash v0.1.3 |
1285 | 2024-12-20T22:38:19.451Z | Compiling regex-automata v0.4.8 |
1286 | 2024-12-20T22:38:19.756Z | Compiling futures-task v0.3.31 |
1287 | 2024-12-20T22:38:20.099Z | Compiling rustc-hash v1.1.0 |
1288 | 2024-12-20T22:38:20.242Z | Compiling hashbrown v0.15.1 |
1289 | 2024-12-20T22:38:21.013Z | Compiling synstructure v0.13.1 |
1290 | 2024-12-20T22:38:21.099Z | Compiling cexpr v0.6.0 |
1291 | 2024-12-20T22:38:21.588Z | Compiling cmake v0.1.51 |
1292 | 2024-12-20T22:38:22.662Z | Compiling libm v0.2.8 |
1293 | 2024-12-20T22:38:22.775Z | Compiling pkg-config v0.3.31 |
1294 | 2024-12-20T22:38:22.833Z | Compiling dunce v1.0.5 |
1295 | 2024-12-20T22:38:22.942Z | Compiling fs_extra v1.3.0 |
1296 | 2024-12-20T22:38:22.961Z | Compiling tinyvec_macros v0.1.1 |
1297 | 2024-12-20T22:38:23.018Z | Compiling num-traits v0.2.19 |
1298 | 2024-12-20T22:38:23.058Z | Compiling tinyvec v1.8.0 |
1299 | 2024-12-20T22:38:23.554Z | Compiling ring v0.17.8 |
1300 | 2024-12-20T22:38:24.376Z | Compiling base64ct v1.6.0 |
1301 | 2024-12-20T22:38:24.623Z | Compiling unicode-normalization v0.1.24 |
1302 | 2024-12-20T22:38:24.740Z | Compiling litemap v0.7.3 |
1303 | 2024-12-20T22:38:24.796Z | Compiling unicode-bidi v0.3.17 |
1304 | 2024-12-20T22:38:24.922Z | Compiling paste v1.0.15 |
1305 | 2024-12-20T22:38:24.987Z | Compiling regex v1.11.1 |
1306 | 2024-12-20T22:38:25.132Z | Compiling writeable v0.5.5 |
1307 | 2024-12-20T22:38:25.564Z | Compiling pem-rfc7468 v0.7.0 |
1308 | 2024-12-20T22:38:26.153Z | Compiling flagset v0.4.6 |
1309 | 2024-12-20T22:38:26.188Z | Compiling httparse v1.9.5 |
1310 | 2024-12-20T22:38:26.272Z | Compiling aws-lc-rs v1.10.0 |
1311 | 2024-12-20T22:38:26.736Z | Compiling tracing-core v0.1.32 |
1312 | 2024-12-20T22:38:27.053Z | Compiling crossbeam-utils v0.8.20 |
1313 | 2024-12-20T22:38:27.482Z | Compiling percent-encoding v2.3.1 |
1314 | 2024-12-20T22:38:27.633Z | Compiling rustls-pki-types v1.10.0 |
1315 | 2024-12-20T22:38:27.692Z | Compiling icu_locid_transform_data v1.5.0 |
1316 | 2024-12-20T22:38:27.846Z | Compiling powerfmt v0.2.0 |
1317 | 2024-12-20T22:38:28.094Z | Compiling untrusted v0.9.0 |
1318 | 2024-12-20T22:38:28.148Z | Compiling serde_derive v1.0.215 |
1319 | 2024-12-20T22:38:28.208Z | Compiling zeroize_derive v1.4.2 |
1320 | 2024-12-20T22:38:28.255Z | Compiling zerocopy-derive v0.7.35 |
1321 | 2024-12-20T22:38:28.525Z | Compiling tokio-macros v2.4.0 |
1322 | 2024-12-20T22:38:28.720Z | Compiling zerofrom-derive v0.1.4 |
1323 | 2024-12-20T22:38:29.786Z | Compiling zeroize v1.8.1 |
1324 | 2024-12-20T22:38:30.150Z | Compiling yoke-derive v0.7.4 |
1325 | 2024-12-20T22:38:30.200Z | Compiling thiserror-impl v1.0.69 |
1326 | 2024-12-20T22:38:30.468Z | Compiling zerocopy v0.7.35 |
1327 | 2024-12-20T22:38:31.522Z | Compiling crypto-common v0.1.6 |
1328 | 2024-12-20T22:38:31.766Z | Compiling block-buffer v0.10.4 |
1329 | 2024-12-20T22:38:32.028Z | Compiling digest v0.10.7 |
1330 | 2024-12-20T22:38:32.229Z | Compiling futures-macro v0.3.31 |
1331 | 2024-12-20T22:38:32.451Z | Compiling hmac v0.12.1 |
1332 | 2024-12-20T22:38:32.527Z | Compiling zerovec-derive v0.10.3 |
1333 | 2024-12-20T22:38:32.652Z | Compiling zerofrom v0.1.4 |
1334 | 2024-12-20T22:38:32.703Z | Compiling block-padding v0.3.3 |
1335 | 2024-12-20T22:38:32.889Z | Compiling displaydoc v0.2.5 |
1336 | 2024-12-20T22:38:32.951Z | Compiling inout v0.1.3 |
1337 | 2024-12-20T22:38:33.125Z | Compiling yoke v0.7.4 |
1338 | 2024-12-20T22:38:33.215Z | Compiling cipher v0.4.4 |
1339 | 2024-12-20T22:38:33.447Z | Compiling thiserror v1.0.69 |
1340 | 2024-12-20T22:38:33.465Z | Compiling sha2 v0.10.8 |
1341 | 2024-12-20T22:38:33.586Z | Compiling ppv-lite86 v0.2.20 |
1342 | 2024-12-20T22:38:33.737Z | Compiling der_derive v0.7.3 |
1343 | 2024-12-20T22:38:34.151Z | Compiling futures-util v0.3.31 |
1344 | 2024-12-20T22:38:34.439Z | Compiling icu_provider_macros v1.5.0 |
1345 | 2024-12-20T22:38:34.686Z | Compiling rand_chacha v0.3.1 |
1346 | 2024-12-20T22:38:35.213Z | Compiling zerovec v0.10.4 |
1347 | 2024-12-20T22:38:35.572Z | Compiling tracing-attributes v0.1.27 |
1348 | 2024-12-20T22:38:36.086Z | Compiling der v0.7.9 |
1349 | 2024-12-20T22:38:36.902Z | Compiling tinystr v0.7.6 |
1350 | 2024-12-20T22:38:36.927Z | Compiling icu_collections v1.5.0 |
1351 | 2024-12-20T22:38:37.339Z | Compiling icu_locid v1.5.0 |
1352 | 2024-12-20T22:38:37.356Z | Compiling rand v0.8.5 |
1353 | 2024-12-20T22:38:38.271Z | Compiling spki v0.7.3 |
1354 | 2024-12-20T22:38:38.721Z | Compiling icu_provider v1.5.0 |
1355 | 2024-12-20T22:38:39.170Z | Compiling salsa20 v0.10.2 |
1356 | 2024-12-20T22:38:39.397Z | Compiling pest v2.7.14 |
1357 | 2024-12-20T22:38:39.519Z | Compiling icu_locid_transform v1.5.0 |
1358 | 2024-12-20T22:38:39.537Z | Compiling tracing v0.1.40 |
1359 | 2024-12-20T22:38:39.709Z | Compiling pbkdf2 v0.12.2 |
1360 | 2024-12-20T22:38:39.792Z | Compiling icu_properties_data v1.5.0 |
1361 | 2024-12-20T22:38:39.862Z | Compiling mirai-annotations v1.12.0 |
1362 | 2024-12-20T22:38:40.023Z | Compiling num-conv v0.1.0 |
1363 | 2024-12-20T22:38:40.044Z | Compiling vcpkg v0.2.15 |
1364 | 2024-12-20T22:38:40.064Z | Compiling time-core v0.1.2 |
1365 | 2024-12-20T22:38:40.158Z | Compiling untrusted v0.7.1 |
1366 | 2024-12-20T22:38:40.245Z | Compiling scrypt v0.11.0 |
1367 | 2024-12-20T22:38:40.315Z | Compiling time-macros v0.2.18 |
1368 | 2024-12-20T22:38:40.337Z | Compiling aes v0.8.4 |
1369 | 2024-12-20T22:38:40.807Z | Compiling icu_properties v1.5.1 |
1370 | 2024-12-20T22:38:42.173Z | Compiling bitflags v2.6.0 |
1371 | 2024-12-20T22:38:42.280Z | Compiling bytes v1.8.0 |
1372 | 2024-12-20T22:38:42.643Z | Compiling indexmap v2.6.0 |
1373 | 2024-12-20T22:38:43.221Z | Compiling semver v1.0.23 |
1374 | 2024-12-20T22:38:43.683Z | Compiling tokio v1.40.0 |
1375 | 2024-12-20T22:38:43.753Z | Compiling http v1.1.0 |
1376 | 2024-12-20T22:38:44.071Z | Compiling rustc_version v0.4.1 |
1377 | 2024-12-20T22:38:44.179Z | Compiling openssl-sys v0.9.103 |
1378 | 2024-12-20T22:38:44.731Z | Compiling pest_meta v2.7.14 |
1379 | 2024-12-20T22:38:44.877Z | Compiling cbc v0.1.2 |
1380 | 2024-12-20T22:38:45.107Z | Compiling scroll_derive v0.12.0 |
1381 | 2024-12-20T22:38:45.272Z | Compiling deranged v0.3.11 |
1382 | 2024-12-20T22:38:45.821Z | Compiling write16 v1.0.0 |
1383 | 2024-12-20T22:38:45.954Z | Compiling utf8_iter v1.0.4 |
1384 | 2024-12-20T22:38:46.216Z | Compiling num_threads v0.1.7 |
1385 | 2024-12-20T22:38:46.293Z | Compiling atomic-waker v1.1.2 |
1386 | 2024-12-20T22:38:46.350Z | Compiling icu_normalizer_data v1.5.0 |
1387 | 2024-12-20T22:38:46.456Z | Compiling utf16_iter v1.0.5 |
1388 | 2024-12-20T22:38:46.491Z | Compiling pest_generator v2.7.14 |
1389 | 2024-12-20T22:38:46.611Z | Compiling which v4.4.2 |
1390 | 2024-12-20T22:38:46.663Z | Compiling icu_normalizer v1.5.0 |
1391 | 2024-12-20T22:38:47.249Z | Compiling scroll v0.12.0 |
1392 | 2024-12-20T22:38:47.366Z | Compiling time v0.3.36 |
1393 | 2024-12-20T22:38:47.840Z | Compiling http-body v1.0.1 |
1394 | 2024-12-20T22:38:48.086Z | Compiling pkcs5 v0.7.1 |
1395 | 2024-12-20T22:38:48.321Z | Compiling form_urlencoded v1.2.1 |
1396 | 2024-12-20T22:38:48.591Z | Compiling try-lock v0.2.5 |
1397 | 2024-12-20T22:38:48.705Z | Compiling slog v2.7.0 |
1398 | 2024-12-20T22:38:48.755Z | Compiling want v0.3.1 |
1399 | 2024-12-20T22:38:48.780Z | Compiling pkcs8 v0.10.2 |
1400 | 2024-12-20T22:38:49.047Z | Compiling goblin v0.8.2 |
1401 | 2024-12-20T22:38:49.328Z | Compiling idna_adapter v1.2.0 |
1402 | 2024-12-20T22:38:49.372Z | Compiling httpdate v1.0.3 |
1403 | 2024-12-20T22:38:49.508Z | Compiling idna v1.0.3 |
1404 | 2024-12-20T22:38:49.866Z | Compiling toml_datetime v0.6.8 |
1405 | 2024-12-20T22:38:50.070Z | Compiling pest_derive v2.7.14 |
1406 | 2024-12-20T22:38:50.391Z | Compiling uuid v1.11.0 |
1407 | 2024-12-20T22:38:50.414Z | Compiling serde_tokenstream v0.2.2 |
1408 | 2024-12-20T22:38:50.880Z | Compiling dtrace-parser v0.2.0 |
1409 | 2024-12-20T22:38:50.997Z | Compiling serde_spanned v0.6.8 |
1410 | 2024-12-20T22:38:51.242Z | Compiling iana-time-zone v0.1.61 |
1411 | 2024-12-20T22:38:51.420Z | Compiling tower-service v0.3.3 |
1412 | 2024-12-20T22:38:51.552Z | Compiling adler2 v2.0.0 |
1413 | 2024-12-20T22:38:51.716Z | Compiling openssl v0.10.66 |
1414 | 2024-12-20T22:38:51.763Z | Compiling base64 v0.22.1 |
1415 | 2024-12-20T22:38:51.806Z | Compiling rustversion v1.0.17 |
1416 | 2024-12-20T22:38:52.132Z | Compiling tokio-util v0.7.12 |
1417 | 2024-12-20T22:38:52.552Z | Compiling foreign-types-shared v0.1.1 |
1418 | 2024-12-20T22:38:52.569Z | Compiling match_cfg v0.1.0 |
1419 | 2024-12-20T22:38:52.656Z | Compiling foreign-types v0.3.2 |
1420 | 2024-12-20T22:38:52.674Z | Compiling hostname v0.3.1 |
1421 | 2024-12-20T22:38:52.781Z | Compiling miniz_oxide v0.8.0 |
1422 | 2024-12-20T22:38:52.799Z | Compiling chrono v0.4.38 |
1423 | 2024-12-20T22:38:52.939Z | Compiling url v2.5.3 |
1424 | 2024-12-20T22:38:53.108Z | Compiling h2 v0.4.6 |
1425 | 2024-12-20T22:38:54.352Z | Compiling openssl-macros v0.1.1 |
1426 | 2024-12-20T22:38:55.000Z | Compiling dof v0.3.0 |
1427 | 2024-12-20T22:38:55.036Z | Compiling async-trait v0.1.83 |
1428 | 2024-12-20T22:38:55.136Z | Compiling dirs-sys-next v0.1.2 |
1429 | 2024-12-20T22:38:55.814Z | Compiling usdt-impl v0.5.0 |
1430 | 2024-12-20T22:38:56.644Z | Compiling rustls v0.23.19 |
1431 | 2024-12-20T22:38:56.917Z | Compiling siphasher v0.3.11 |
1432 | 2024-12-20T22:38:57.258Z | Compiling syn v1.0.109 |
1433 | 2024-12-20T22:38:57.315Z | Compiling rustls v0.22.4 |
1434 | 2024-12-20T22:38:57.483Z | Compiling data-encoding v2.6.0 |
1435 | 2024-12-20T22:38:57.573Z | Compiling native-tls v0.2.12 |
1436 | 2024-12-20T22:38:57.961Z | Compiling dirs-next v2.0.0 |
1437 | 2024-12-20T22:38:58.153Z | Compiling http-body-util v0.1.2 |
1438 | 2024-12-20T22:38:58.752Z | Compiling crossbeam-epoch v0.9.18 |
1439 | 2024-12-20T22:38:59.453Z | Compiling heapless v0.7.17 |
1440 | 2024-12-20T22:38:59.519Z | Compiling signature v2.2.0 |
1441 | 2024-12-20T22:38:59.708Z | Compiling sha1 v0.10.6 |
1442 | 2024-12-20T22:38:59.727Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1443 | 2024-12-20T22:38:59.798Z | Compiling serde_derive_internals v0.29.1 |
1444 | 2024-12-20T22:38:59.880Z | Compiling thread_local v1.1.8 |
1445 | 2024-12-20T22:38:59.985Z | Compiling encoding_rs v0.8.34 |
1446 | 2024-12-20T22:39:00.147Z | Compiling multer v3.1.0 |
1447 | 2024-12-20T22:39:00.198Z | Compiling cookie v0.18.1 |
1448 | 2024-12-20T22:39:00.418Z | Compiling hyper v1.5.0 |
1449 | 2024-12-20T22:39:00.437Z | Compiling ipnet v2.10.1 |
1450 | 2024-12-20T22:39:00.476Z | Compiling rayon-core v1.12.1 |
1451 | 2024-12-20T22:39:00.743Z | Compiling gimli v0.31.1 |
1452 | 2024-12-20T22:39:01.747Z | Compiling unicode-properties v0.1.3 |
1453 | 2024-12-20T22:39:02.163Z | Compiling slog-async v2.8.0 |
1454 | 2024-12-20T22:39:02.666Z | Compiling openssl-probe v0.1.5 |
1455 | 2024-12-20T22:39:02.703Z | Compiling signal-hook v0.3.17 |
1456 | 2024-12-20T22:39:02.970Z | Compiling hyper-util v0.1.10 |
1457 | 2024-12-20T22:39:03.038Z | Compiling schemars v0.8.21 |
1458 | 2024-12-20T22:39:03.381Z | Compiling mime v0.3.17 |
1459 | 2024-12-20T22:39:04.151Z | Compiling schemars_derive v0.8.21 |
1460 | 2024-12-20T22:39:04.179Z | Compiling toml_edit v0.22.22 |
1461 | 2024-12-20T22:39:04.719Z | Compiling stringprep v0.1.5 |
1462 | 2024-12-20T22:39:05.374Z | Compiling addr2line v0.24.2 |
1463 | 2024-12-20T22:39:06.127Z | Compiling usdt-attr-macro v0.5.0 |
1464 | 2024-12-20T22:39:06.165Z | Compiling usdt-macro v0.5.0 |
1465 | 2024-12-20T22:39:06.231Z | Compiling crossbeam-deque v0.8.5 |
1466 | 2024-12-20T22:39:06.568Z | Compiling term v0.7.0 |
1467 | 2024-12-20T22:39:07.479Z | Compiling slog-json v2.6.1 |
1468 | 2024-12-20T22:39:07.637Z | Compiling serde_urlencoded v0.7.1 |
1469 | 2024-12-20T22:39:07.663Z | Compiling crossbeam-channel v0.5.13 |
1470 | 2024-12-20T22:39:08.214Z | Compiling curve25519-dalek v4.1.3 |
1471 | 2024-12-20T22:39:08.250Z | Compiling enum-as-inner v0.6.1 |
1472 | 2024-12-20T22:39:08.250Z | Compiling futures-executor v0.3.31 |
1473 | 2024-12-20T22:39:08.250Z | Compiling md-5 v0.10.6 |
1474 | 2024-12-20T22:39:08.416Z | Compiling rustls-pemfile v2.2.0 |
1475 | 2024-12-20T22:39:08.475Z | Compiling async-stream-impl v0.3.6 |
1476 | 2024-12-20T22:39:08.735Z | Compiling num-integer v0.1.46 |
1477 | 2024-12-20T22:39:08.780Z | Compiling idna v0.4.0 |
1478 | 2024-12-20T22:39:08.827Z | Compiling idna v0.3.0 |
1479 | 2024-12-20T22:39:09.009Z | Compiling hash32 v0.2.1 |
1480 | 2024-12-20T22:39:09.430Z | Compiling ff v0.13.0 |
1481 | 2024-12-20T22:39:09.544Z | Compiling is-terminal v0.4.13 |
1482 | 2024-12-20T22:39:09.660Z | Compiling dropshot v0.12.0 |
1483 | 2024-12-20T22:39:09.676Z | Compiling object v0.36.5 |
1484 | 2024-12-20T22:39:09.894Z | Compiling utf-8 v0.7.6 |
1485 | 2024-12-20T22:39:09.945Z | Compiling quick-error v1.2.3 |
1486 | 2024-12-20T22:39:10.099Z | Compiling linked-hash-map v0.5.6 |
1487 | 2024-12-20T22:39:10.247Z | Compiling psl-types v2.0.11 |
1488 | 2024-12-20T22:39:10.457Z | Compiling smoltcp v0.9.1 |
1489 | 2024-12-20T22:39:10.481Z | Compiling fallible-iterator v0.2.0 |
1490 | 2024-12-20T22:39:10.500Z | Compiling anyhow v1.0.93 |
1491 | 2024-12-20T22:39:10.543Z | Compiling rustc-demangle v0.1.24 |
1492 | 2024-12-20T22:39:11.137Z | Compiling base16ct v0.2.0 |
1493 | 2024-12-20T22:39:11.211Z | Compiling take_mut v0.2.2 |
1494 | 2024-12-20T22:39:11.229Z | Compiling portable-atomic v1.9.0 |
1495 | 2024-12-20T22:39:11.364Z | Compiling dyn-clone v1.0.17 |
1496 | 2024-12-20T22:39:11.466Z | Compiling num-bigint-dig v0.8.4 |
1497 | 2024-12-20T22:39:11.787Z | Compiling sec1 v0.7.3 |
1498 | 2024-12-20T22:39:12.390Z | Compiling postgres-protocol v0.6.7 |
1499 | 2024-12-20T22:39:12.756Z | Compiling lru-cache v0.1.2 |
1500 | 2024-12-20T22:39:12.777Z | Compiling publicsuffix v2.2.3 |
1501 | 2024-12-20T22:39:12.807Z | Compiling tungstenite v0.24.0 |
1502 | 2024-12-20T22:39:12.960Z | Compiling resolv-conf v0.7.0 |
1503 | 2024-12-20T22:39:13.100Z | Compiling async-stream v0.3.6 |
1504 | 2024-12-20T22:39:13.417Z | Compiling hickory-proto v0.24.1 |
1505 | 2024-12-20T22:39:13.779Z | Compiling slog-term v2.9.1 |
1506 | 2024-12-20T22:39:13.797Z | Compiling group v0.13.0 |
1507 | 2024-12-20T22:39:14.145Z | Compiling usdt v0.5.0 |
1508 | 2024-12-20T22:39:15.097Z | Compiling num-iter v0.1.45 |
1509 | 2024-12-20T22:39:15.301Z | Compiling futures v0.3.31 |
1510 | 2024-12-20T22:39:15.358Z | Compiling slog-bunyan v2.5.0 |
1511 | 2024-12-20T22:39:15.518Z | Compiling toml v0.8.19 |
1512 | 2024-12-20T22:39:16.697Z | Compiling tokio-native-tls v0.3.1 |
1513 | 2024-12-20T22:39:16.991Z | Compiling backtrace v0.3.74 |
1514 | 2024-12-20T22:39:17.010Z | Compiling camino v1.1.9 |
1515 | 2024-12-20T22:39:17.379Z | Compiling phf_shared v0.11.2 |
1516 | 2024-12-20T22:39:17.696Z | Compiling dropshot_endpoint v0.12.0 |
1517 | 2024-12-20T22:39:17.767Z | Compiling terminal_size v0.4.0 |
1518 | 2024-12-20T22:39:17.996Z | Compiling waitgroup v0.1.2 |
1519 | 2024-12-20T22:39:18.039Z | Compiling openapiv3 v2.0.0 |
1520 | 2024-12-20T22:39:18.223Z | Compiling serde_path_to_error v0.1.16 |
1521 | 2024-12-20T22:39:18.340Z | Compiling hkdf v0.12.4 |
1522 | 2024-12-20T22:39:18.621Z | Compiling crypto-bigint v0.5.5 |
1523 | 2024-12-20T22:39:19.163Z | Compiling webpki-roots v0.26.6 |
1524 | 2024-12-20T22:39:19.388Z | Compiling zerocopy-derive v0.6.6 |
1525 | 2024-12-20T22:39:20.905Z | Compiling curve25519-dalek-derive v0.1.1 |
1526 | 2024-12-20T22:39:21.738Z | Compiling idna v0.5.0 |
1527 | 2024-12-20T22:39:21.960Z | Compiling hubpack_derive v0.1.1 |
1528 | 2024-12-20T22:39:22.444Z | Compiling hostname v0.4.0 |
1529 | 2024-12-20T22:39:22.513Z | Compiling fs-err v2.11.0 |
1530 | 2024-12-20T22:39:22.685Z | Compiling crc32fast v1.4.2 |
1531 | 2024-12-20T22:39:22.712Z | Compiling ahash v0.8.11 |
1532 | 2024-12-20T22:39:22.803Z | Compiling managed v0.8.0 |
1533 | 2024-12-20T22:39:22.883Z | Compiling winnow v0.5.40 |
1534 | 2024-12-20T22:39:23.035Z | Compiling bitflags v1.3.2 |
1535 | 2024-12-20T22:39:23.054Z | Compiling debug-ignore v1.0.5 |
1536 | 2024-12-20T22:39:23.147Z | Compiling clap_builder v4.5.21 |
1537 | 2024-12-20T22:39:23.333Z | Compiling flate2 v1.0.34 |
1538 | 2024-12-20T22:39:23.365Z | Compiling console v0.15.8 |
1539 | 2024-12-20T22:39:24.094Z | Compiling hubpack v0.1.2 |
1540 | 2024-12-20T22:39:24.422Z | Compiling strum_macros v0.25.3 |
1541 | 2024-12-20T22:39:24.725Z | Compiling cookie_store v0.21.0 |
1542 | 2024-12-20T22:39:25.155Z | Compiling elliptic-curve v0.13.8 |
1543 | 2024-12-20T22:39:25.485Z | Compiling zerocopy v0.6.6 |
1544 | 2024-12-20T22:39:26.031Z | Compiling hickory-resolver v0.24.1 |
1545 | 2024-12-20T22:39:26.396Z | Compiling signal-hook-mio v0.2.4 |
1546 | 2024-12-20T22:39:26.555Z | Compiling phf v0.11.2 |
1547 | 2024-12-20T22:39:26.871Z | Compiling toml_edit v0.19.15 |
1548 | 2024-12-20T22:39:27.063Z | Compiling hyper-tls v0.6.0 |
1549 | 2024-12-20T22:39:27.296Z | Compiling rayon v1.10.0 |
1550 | 2024-12-20T22:39:27.514Z | Compiling bzip2 v0.4.4 |
1551 | 2024-12-20T22:39:28.659Z | Compiling tokio-tungstenite v0.24.0 |
1552 | 2024-12-20T22:39:29.227Z | Compiling postgres-types v0.2.8 |
1553 | 2024-12-20T22:39:32.189Z | Compiling ed25519 v2.2.3 |
1554 | 2024-12-20T22:39:32.232Z | Compiling phf_shared v0.10.0 |
1555 | 2024-12-20T22:39:32.661Z | Compiling tokio-stream v0.1.16 |
1556 | 2024-12-20T22:39:32.957Z | Compiling pkcs1 v0.7.5 |
1557 | 2024-12-20T22:39:33.092Z | Compiling serde-big-array v0.5.1 |
1558 | 2024-12-20T22:39:33.306Z | Compiling clap_derive v4.5.18 |
1559 | 2024-12-20T22:39:33.343Z | Compiling rfc6979 v0.4.0 |
1560 | 2024-12-20T22:39:33.546Z | Compiling derive-where v1.2.7 |
1561 | 2024-12-20T22:39:33.779Z | Compiling serde_repr v0.1.19 |
1562 | 2024-12-20T22:39:34.025Z | Compiling float-cmp v0.9.0 |
1563 | 2024-12-20T22:39:34.135Z | Compiling bstr v1.10.0 |
1564 | 2024-12-20T22:39:34.258Z | Compiling sync_wrapper v1.0.1 |
1565 | 2024-12-20T22:39:34.422Z | Compiling bit-vec v0.6.3 |
1566 | 2024-12-20T22:39:34.901Z | Compiling unicode-segmentation v1.12.0 |
1567 | 2024-12-20T22:39:35.010Z | Compiling predicates-core v1.0.8 |
1568 | 2024-12-20T22:39:35.200Z | Compiling normalize-line-endings v0.3.0 |
1569 | 2024-12-20T22:39:35.333Z | Compiling whoami v1.5.2 |
1570 | 2024-12-20T22:39:35.409Z | Compiling precomputed-hash v0.1.1 |
1571 | 2024-12-20T22:39:35.532Z | Compiling fixedbitset v0.4.2 |
1572 | 2024-12-20T22:39:35.822Z | Compiling unicode-width v0.2.0 |
1573 | 2024-12-20T22:39:35.956Z | Compiling difflib v0.4.0 |
1574 | 2024-12-20T22:39:35.989Z | Compiling new_debug_unreachable v1.0.6 |
1575 | 2024-12-20T22:39:36.008Z | Compiling number_prefix v0.4.0 |
1576 | 2024-12-20T22:39:36.080Z | Compiling static_assertions v1.1.0 |
1577 | 2024-12-20T22:39:36.190Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1578 | 2024-12-20T22:39:36.235Z | Compiling string_cache v0.8.7 |
1579 | 2024-12-20T22:39:36.332Z | Compiling indicatif v0.17.9 |
1580 | 2024-12-20T22:39:36.726Z | Compiling predicates v3.1.2 |
1581 | 2024-12-20T22:39:37.237Z | Compiling petgraph v0.6.5 |
1582 | 2024-12-20T22:39:37.697Z | Compiling tokio-postgres v0.7.12 |
1583 | 2024-12-20T22:39:38.475Z | Compiling similar v2.6.0 |
1584 | 2024-12-20T22:39:38.600Z | Compiling clap v4.5.21 |
1585 | 2024-12-20T22:39:38.706Z | Compiling bit-set v0.5.3 |
1586 | 2024-12-20T22:39:38.729Z | Compiling ecdsa v0.16.9 |
1587 | 2024-12-20T22:39:39.009Z | Compiling rsa v0.9.6 |
1588 | 2024-12-20T22:39:39.632Z | Compiling ed25519-dalek v2.1.1 |
1589 | 2024-12-20T22:39:40.973Z | Compiling toml v0.7.8 |
1590 | 2024-12-20T22:39:40.993Z | Compiling zip v0.6.6 |
1591 | 2024-12-20T22:39:41.464Z | Compiling crossterm v0.28.1 |
1592 | 2024-12-20T22:39:42.769Z | Compiling hex v0.4.3 |
1593 | 2024-12-20T22:39:43.326Z | Compiling x509-cert v0.2.5 |
1594 | 2024-12-20T22:39:43.415Z | Compiling peg-runtime v0.8.3 |
1595 | 2024-12-20T22:39:43.433Z | Compiling unicode-xid v0.2.6 |
1596 | 2024-12-20T22:39:43.449Z | Compiling lalrpop-util v0.19.12 |
1597 | 2024-12-20T22:39:43.622Z | Compiling strum_macros v0.26.4 |
1598 | 2024-12-20T22:39:43.782Z | Compiling xattr v1.3.1 |
1599 | 2024-12-20T22:39:43.831Z | Compiling filetime v0.2.25 |
1600 | 2024-12-20T22:39:44.063Z | Compiling tar v0.4.42 |
1601 | 2024-12-20T22:39:48.941Z | Compiling strum v0.26.3 |
1602 | 2024-12-20T22:39:51.664Z | Compiling aws-lc-sys v0.22.0 |
1603 | 2024-12-20T22:40:27.996Z | Compiling rustls-webpki v0.102.8 |
1604 | 2024-12-20T22:40:31.395Z | Compiling tokio-rustls v0.25.0 |
1605 | 2024-12-20T22:40:32.922Z | Compiling tokio-rustls v0.26.0 |
1606 | 2024-12-20T22:40:33.233Z | Compiling hyper-rustls v0.27.3 |
1607 | 2024-12-20T22:40:33.670Z | Compiling reqwest v0.12.9 |
1608 | 2024-12-20T22:40:35.004Z | Compiling qorb v0.2.1 |
1609 | 2024-12-20T22:40:40.003Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1610 | 2024-12-20T22:40:40.228Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1611 | 2024-12-20T22:40:45.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1612 | 2024-12-20T22:40:46.108Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1613 | 2024-12-20T22:40:46.151Z | Dec 20 22:40:44.884 INFO Starting download, target: Clickhouse |
1614 | 2024-12-20T22:40:46.153Z | Dec 20 22:40:44.884 INFO Starting download, target: Console |
1615 | 2024-12-20T22:40:46.154Z | Dec 20 22:40:44.884 INFO Starting download, target: Cockroach |
1616 | 2024-12-20T22:40:46.156Z | Dec 20 22:40:44.884 INFO Starting download, target: DendriteOpenapi |
1617 | 2024-12-20T22:40:46.156Z | Dec 20 22:40:44.884 INFO Starting download, target: DendriteStub |
1618 | 2024-12-20T22:40:46.156Z | Dec 20 22:40:44.884 INFO Starting download, target: MaghemiteMgd |
1619 | 2024-12-20T22:40:46.156Z | Dec 20 22:40:44.884 INFO Starting download, target: TransceiverControl |
1620 | 2024-12-20T22:40:46.156Z | Dec 20 22:40:44.885 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1621 | 2024-12-20T22:40:46.157Z | Dec 20 22:40:44.885 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1622 | 2024-12-20T22:40:46.157Z | Dec 20 22:40:44.885 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1623 | 2024-12-20T22:40:46.157Z | Dec 20 22:40:44.885 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1624 | 2024-12-20T22:40:46.157Z | Dec 20 22:40:44.885 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1625 | 2024-12-20T22:40:46.157Z | Dec 20 22:40:44.885 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1626 | 2024-12-20T22:40:46.157Z | Dec 20 22:40:44.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1627 | 2024-12-20T22:40:46.540Z | Dec 20 22:40:45.254 INFO Download complete, target: DendriteOpenapi |
1628 | 2024-12-20T22:40:46.719Z | Dec 20 22:40:45.420 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1629 | 2024-12-20T22:40:47.129Z | Dec 20 22:40:45.709 INFO Download complete, target: Console |
1630 | 2024-12-20T22:40:47.433Z | Dec 20 22:40:46.075 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1631 | 2024-12-20T22:40:47.939Z | Dec 20 22:40:46.650 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1632 | 2024-12-20T22:40:47.967Z | Dec 20 22:40:46.682 INFO Download complete, target: TransceiverControl |
1633 | 2024-12-20T22:40:48.015Z | Dec 20 22:40:46.731 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1634 | 2024-12-20T22:40:48.077Z | Dec 20 22:40:46.799 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1635 | 2024-12-20T22:40:48.990Z | Dec 20 22:40:47.722 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1636 | 2024-12-20T22:40:48.990Z | Dec 20 22:40:47.723 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1637 | 2024-12-20T22:40:50.963Z | Dec 20 22:40:49.692 INFO Download complete, target: DendriteStub |
1638 | 2024-12-20T22:40:51.028Z | Dec 20 22:40:49.758 INFO Download complete, target: MaghemiteMgd |
1639 | 2024-12-20T22:40:56.603Z | Dec 20 22:40:55.168 INFO Checking that binary works, target: Cockroach |
1640 | 2024-12-20T22:40:56.775Z | Dec 20 22:40:55.327 INFO Download complete, target: Cockroach |
1641 | 2024-12-20T22:41:00.849Z | Dec 20 22:40:59.571 INFO Checking that binary works, target: Clickhouse |
1642 | 2024-12-20T22:41:01.419Z | Dec 20 22:41:00.150 INFO Download complete, target: Clickhouse |
1643 | 2024-12-20T22:41:01.426Z | All prerequisites installed successfully |
1644 | 2024-12-20T22:41:01.428Z | |
1645 | 2024-12-20T22:41:01.428Z | real 8:00.232359096 |
1646 | 2024-12-20T22:41:01.429Z | user 16:38.482772764 |
1647 | 2024-12-20T22:41:01.429Z | sys 3:15.055445051 |
1648 | 2024-12-20T22:41:01.429Z | trap 0.527679184 |
1649 | 2024-12-20T22:41:01.429Z | tflt 8.813771681 |
1650 | 2024-12-20T22:41:01.429Z | dflt 6.673255521 |
1651 | 2024-12-20T22:41:01.429Z | kflt 0.233034093 |
1652 | 2024-12-20T22:41:01.429Z | lock 33:03.461001622 |
1653 | 2024-12-20T22:41:01.429Z | slp 1:09:59.881912125 |
1654 | 2024-12-20T22:41:01.429Z | lat 52.408772356 |
1655 | 2024-12-20T22:41:01.429Z | stop 2:03.000904353 |
1656 | 2024-12-20T22:41:01.429Z | + source ./tools/include/force-git-over-https.sh |
1657 | 2024-12-20T22:41:01.429Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1658 | 2024-12-20T22:41:01.429Z | ++ (( i = 0 )) |
1659 | 2024-12-20T22:41:01.429Z | ++ (( i < 5 )) |
1660 | 2024-12-20T22:41:01.429Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1661 | 2024-12-20T22:41:01.432Z | ++ (( i++ )) |
1662 | 2024-12-20T22:41:01.432Z | ++ (( i < 5 )) |
1663 | 2024-12-20T22:41:01.432Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1664 | 2024-12-20T22:41:01.434Z | ++ (( i++ )) |
1665 | 2024-12-20T22:41:01.434Z | ++ (( i < 5 )) |
1666 | 2024-12-20T22:41:01.434Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1667 | 2024-12-20T22:41:01.437Z | ++ (( i++ )) |
1668 | 2024-12-20T22:41:01.437Z | ++ (( i < 5 )) |
1669 | 2024-12-20T22:41:01.437Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1670 | 2024-12-20T22:41:01.440Z | ++ (( i++ )) |
1671 | 2024-12-20T22:41:01.440Z | ++ (( i < 5 )) |
1672 | 2024-12-20T22:41:01.440Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1673 | 2024-12-20T22:41:01.443Z | ++ (( i++ )) |
1674 | 2024-12-20T22:41:01.443Z | ++ (( i < 5 )) |
1675 | 2024-12-20T22:41:01.443Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1676 | 2024-12-20T22:41:01.443Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1677 | 2024-12-20T22:41:01.443Z | + rc=0 |
1678 | 2024-12-20T22:41:01.443Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1679 | 2024-12-20T22:41:31.648Z | + case $rc in |
1680 | 2024-12-20T22:41:31.649Z | + pfexec zfs create -p rpool/images/build/host |
1681 | 2024-12-20T22:41:31.920Z | + pfexec zfs create -p rpool/images/build/recovery |
1682 | 2024-12-20T22:41:31.989Z | + cargo xtask releng --output-dir /work |
1683 | 2024-12-20T22:41:32.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1684 | 2024-12-20T22:41:32.530Z | Running `target/debug/xtask releng --output-dir /work` |
1685 | 2024-12-20T22:41:33.413Z | Compiling proc-macro2 v1.0.89 |
1686 | 2024-12-20T22:41:33.413Z | Compiling unicode-ident v1.0.13 |
1687 | 2024-12-20T22:41:33.413Z | Compiling libc v0.2.162 |
1688 | 2024-12-20T22:41:33.415Z | Compiling serde v1.0.215 |
1689 | 2024-12-20T22:41:33.415Z | Compiling autocfg v1.4.0 |
1690 | 2024-12-20T22:41:33.415Z | Compiling version_check v0.9.5 |
1691 | 2024-12-20T22:41:33.415Z | Compiling cfg-if v1.0.0 |
1692 | 2024-12-20T22:41:33.716Z | Compiling memchr v2.7.4 |
1693 | 2024-12-20T22:41:33.716Z | Compiling typenum v1.17.0 |
1694 | 2024-12-20T22:41:33.816Z | Compiling shlex v1.3.0 |
1695 | 2024-12-20T22:41:34.262Z | Compiling value-bag v1.9.0 |
1696 | 2024-12-20T22:41:34.345Z | Compiling generic-array v0.14.7 |
1697 | 2024-12-20T22:41:34.420Z | Compiling lock_api v0.4.12 |
1698 | 2024-12-20T22:41:34.604Z | Compiling scopeguard v1.2.0 |
1699 | 2024-12-20T22:41:34.722Z | Compiling log v0.4.22 |
1700 | 2024-12-20T22:41:34.854Z | Compiling rustix v0.38.37 |
1701 | 2024-12-20T22:41:35.292Z | Compiling parking_lot_core v0.9.10 |
1702 | 2024-12-20T22:41:35.424Z | Compiling quote v1.0.37 |
1703 | 2024-12-20T22:41:35.495Z | Compiling serde_json v1.0.132 |
1704 | 2024-12-20T22:41:35.566Z | Compiling libm v0.2.8 |
1705 | 2024-12-20T22:41:35.704Z | Compiling jobserver v0.1.32 |
1706 | 2024-12-20T22:41:36.328Z | Compiling syn v2.0.87 |
1707 | 2024-12-20T22:41:36.398Z | Compiling getrandom v0.2.15 |
1708 | 2024-12-20T22:41:36.398Z | Compiling num-traits v0.2.19 |
1709 | 2024-12-20T22:41:36.398Z | Compiling cc v1.1.30 |
1710 | 2024-12-20T22:41:36.398Z | Compiling once_cell v1.20.2 |
1711 | 2024-12-20T22:41:36.398Z | Compiling thiserror v1.0.69 |
1712 | 2024-12-20T22:41:36.398Z | Compiling spin v0.9.8 |
1713 | 2024-12-20T22:41:36.398Z | Compiling itoa v1.0.11 |
1714 | 2024-12-20T22:41:36.481Z | Compiling aho-corasick v1.1.3 |
1715 | 2024-12-20T22:41:36.793Z | Compiling regex-syntax v0.8.5 |
1716 | 2024-12-20T22:41:37.107Z | Compiling slab v0.4.9 |
1717 | 2024-12-20T22:41:37.108Z | Compiling errno v0.3.9 |
1718 | 2024-12-20T22:41:37.481Z | Compiling byteorder v1.5.0 |
1719 | 2024-12-20T22:41:37.634Z | Compiling lazy_static v1.5.0 |
1720 | 2024-12-20T22:41:37.766Z | Compiling rand_core v0.6.4 |
1721 | 2024-12-20T22:41:37.766Z | Compiling either v1.13.0 |
1722 | 2024-12-20T22:41:38.184Z | Compiling glob v0.3.1 |
1723 | 2024-12-20T22:41:38.367Z | Compiling prettyplease v0.2.25 |
1724 | 2024-12-20T22:41:38.601Z | Compiling subtle v2.6.1 |
1725 | 2024-12-20T22:41:38.844Z | Compiling minimal-lexical v0.2.1 |
1726 | 2024-12-20T22:41:39.064Z | Compiling libloading v0.8.5 |
1727 | 2024-12-20T22:41:39.114Z | Compiling clang-sys v1.8.1 |
1728 | 2024-12-20T22:41:39.402Z | Compiling nom v7.1.3 |
1729 | 2024-12-20T22:41:39.780Z | Compiling bindgen v0.69.5 |
1730 | 2024-12-20T22:41:39.845Z | Compiling home v0.5.9 |
1731 | 2024-12-20T22:41:40.153Z | Compiling itertools v0.10.5 |
1732 | 2024-12-20T22:41:40.446Z | Compiling lazycell v1.3.0 |
1733 | 2024-12-20T22:41:40.623Z | Compiling regex-automata v0.4.8 |
1734 | 2024-12-20T22:41:41.220Z | Compiling rustc-hash v1.1.0 |
1735 | 2024-12-20T22:41:45.396Z | Compiling cmake v0.1.51 |
1736 | 2024-12-20T22:41:45.537Z | Compiling fs_extra v1.3.0 |
1737 | 2024-12-20T22:41:45.537Z | Compiling pkg-config v0.3.31 |
1738 | 2024-12-20T22:41:45.537Z | Compiling cexpr v0.6.0 |
1739 | 2024-12-20T22:41:45.537Z | Compiling smallvec v1.13.2 |
1740 | 2024-12-20T22:41:45.537Z | Compiling semver v1.0.23 |
1741 | 2024-12-20T22:41:45.537Z | Compiling dunce v1.0.5 |
1742 | 2024-12-20T22:41:45.537Z | Compiling ring v0.17.8 |
1743 | 2024-12-20T22:41:45.537Z | Compiling paste v1.0.15 |
1744 | 2024-12-20T22:41:45.537Z | Compiling synstructure v0.13.1 |
1745 | 2024-12-20T22:41:45.649Z | Compiling ryu v1.0.18 |
1746 | 2024-12-20T22:41:45.650Z | Compiling const-oid v0.9.6 |
1747 | 2024-12-20T22:41:45.650Z | Compiling aws-lc-rs v1.10.0 |
1748 | 2024-12-20T22:41:45.650Z | Compiling httparse v1.9.5 |
1749 | 2024-12-20T22:41:45.906Z | Compiling pin-project-lite v0.2.14 |
1750 | 2024-12-20T22:41:45.925Z | Compiling heck v0.5.0 |
1751 | 2024-12-20T22:41:46.559Z | Compiling regex v1.11.1 |
1752 | 2024-12-20T22:41:46.831Z | Compiling allocator-api2 v0.2.18 |
1753 | 2024-12-20T22:41:47.291Z | Compiling futures-core v0.3.31 |
1754 | 2024-12-20T22:41:47.634Z | Compiling signal-hook-registry v1.4.2 |
1755 | 2024-12-20T22:41:47.732Z | Compiling crossbeam-utils v0.8.20 |
1756 | 2024-12-20T22:41:48.164Z | Compiling time-core v0.1.2 |
1757 | 2024-12-20T22:41:48.306Z | Compiling num-conv v0.1.0 |
1758 | 2024-12-20T22:41:48.601Z | Compiling parking_lot v0.12.3 |
1759 | 2024-12-20T22:41:48.642Z | Compiling mio v1.0.2 |
1760 | 2024-12-20T22:41:48.691Z | Compiling time-macros v0.2.18 |
1761 | 2024-12-20T22:41:49.040Z | Compiling vcpkg v0.2.15 |
1762 | 2024-12-20T22:41:49.562Z | Compiling schemars v0.8.21 |
1763 | 2024-12-20T22:41:49.936Z | Compiling fnv v1.0.7 |
1764 | 2024-12-20T22:41:50.066Z | Compiling serde_derive v1.0.215 |
1765 | 2024-12-20T22:41:50.108Z | Compiling zeroize_derive v1.4.2 |
1766 | 2024-12-20T22:41:50.572Z | Compiling zerocopy-derive v0.7.35 |
1767 | 2024-12-20T22:41:50.839Z | Compiling tokio-macros v2.4.0 |
1768 | 2024-12-20T22:41:50.926Z | Compiling thiserror-impl v1.0.69 |
1769 | 2024-12-20T22:41:51.414Z | Compiling zerofrom-derive v0.1.4 |
1770 | 2024-12-20T22:41:51.662Z | Compiling zeroize v1.8.1 |
1771 | 2024-12-20T22:41:52.181Z | Compiling yoke-derive v0.7.4 |
1772 | 2024-12-20T22:41:52.253Z | Compiling futures-macro v0.3.31 |
1773 | 2024-12-20T22:41:52.508Z | Compiling zerovec-derive v0.10.3 |
1774 | 2024-12-20T22:41:52.852Z | Compiling displaydoc v0.2.5 |
1775 | 2024-12-20T22:41:54.187Z | Compiling zerocopy v0.7.35 |
1776 | 2024-12-20T22:41:54.497Z | Compiling crypto-common v0.1.6 |
1777 | 2024-12-20T22:41:54.560Z | Compiling icu_provider_macros v1.5.0 |
1778 | 2024-12-20T22:41:54.709Z | Compiling tracing-attributes v0.1.27 |
1779 | 2024-12-20T22:41:54.986Z | Compiling block-buffer v0.10.4 |
1780 | 2024-12-20T22:41:55.319Z | Compiling digest v0.10.7 |
1781 | 2024-12-20T22:41:55.553Z | Compiling der_derive v0.7.3 |
1782 | 2024-12-20T22:41:55.694Z | Compiling openssl-sys v0.9.103 |
1783 | 2024-12-20T22:41:56.818Z | Compiling serde_derive_internals v0.29.1 |
1784 | 2024-12-20T22:41:57.873Z | Compiling socket2 v0.5.7 |
1785 | 2024-12-20T22:41:57.986Z | Compiling ahash v0.8.11 |
1786 | 2024-12-20T22:41:59.266Z | Compiling futures-sink v0.3.31 |
1787 | 2024-12-20T22:41:59.322Z | Compiling schemars_derive v0.8.21 |
1788 | 2024-12-20T22:41:59.577Z | Compiling foldhash v0.1.3 |
1789 | 2024-12-20T22:41:59.728Z | Compiling cpufeatures v0.2.14 |
1790 | 2024-12-20T22:41:59.878Z | Compiling equivalent v1.0.1 |
1791 | 2024-12-20T22:41:59.939Z | Compiling stable_deref_trait v1.2.0 |
1792 | 2024-12-20T22:42:00.012Z | Compiling hashbrown v0.15.1 |
1793 | 2024-12-20T22:42:00.204Z | Compiling slog v2.7.0 |
1794 | 2024-12-20T22:42:01.551Z | Compiling futures-channel v0.3.31 |
1795 | 2024-12-20T22:42:01.674Z | Compiling zerofrom v0.1.4 |
1796 | 2024-12-20T22:42:01.900Z | Compiling scroll_derive v0.12.0 |
1797 | 2024-12-20T22:42:02.000Z | Compiling openssl v0.10.66 |
1798 | 2024-12-20T22:42:02.044Z | Compiling futures-io v0.3.31 |
1799 | 2024-12-20T22:42:02.147Z | Compiling pin-utils v0.1.0 |
1800 | 2024-12-20T22:42:02.281Z | Compiling ucd-trie v0.1.7 |
1801 | 2024-12-20T22:42:02.413Z | Compiling futures-task v0.3.31 |
1802 | 2024-12-20T22:42:02.479Z | Compiling yoke v0.7.4 |
1803 | 2024-12-20T22:42:02.778Z | Compiling futures-util v0.3.31 |
1804 | 2024-12-20T22:42:02.922Z | Compiling pest v2.7.14 |
1805 | 2024-12-20T22:42:02.947Z | Compiling hmac v0.12.1 |
1806 | 2024-12-20T22:42:03.131Z | Compiling tinyvec_macros v0.1.1 |
1807 | 2024-12-20T22:42:03.406Z | Compiling tinyvec v1.8.0 |
1808 | 2024-12-20T22:42:03.433Z | Compiling zerovec v0.10.4 |
1809 | 2024-12-20T22:42:05.171Z | Compiling bitflags v2.6.0 |
1810 | 2024-12-20T22:42:05.201Z | Compiling bytes v1.8.0 |
1811 | 2024-12-20T22:42:06.997Z | Compiling tokio v1.40.0 |
1812 | 2024-12-20T22:42:07.531Z | Compiling indexmap v2.6.0 |
1813 | 2024-12-20T22:42:08.160Z | Compiling serde_tokenstream v0.2.2 |
1814 | 2024-12-20T22:42:09.435Z | Compiling http v1.1.0 |
1815 | 2024-12-20T22:42:10.285Z | Compiling which v4.4.2 |
1816 | 2024-12-20T22:42:10.959Z | Compiling rustc_version v0.4.1 |
1817 | 2024-12-20T22:42:11.505Z | Compiling pest_meta v2.7.14 |
1818 | 2024-12-20T22:42:11.830Z | Compiling uuid v1.11.0 |
1819 | 2024-12-20T22:42:11.872Z | Compiling block-padding v0.3.3 |
1820 | 2024-12-20T22:42:12.270Z | Compiling openssl-macros v0.1.1 |
1821 | 2024-12-20T22:42:12.716Z | Compiling native-tls v0.2.12 |
1822 | 2024-12-20T22:42:13.118Z | Compiling iana-time-zone v0.1.61 |
1823 | 2024-12-20T22:42:13.196Z | Compiling rustls v0.23.19 |
1824 | 2024-12-20T22:42:13.541Z | Compiling chrono v0.4.38 |
1825 | 2024-12-20T22:42:14.399Z | Compiling pest_generator v2.7.14 |
1826 | 2024-12-20T22:42:15.292Z | Compiling inout v0.1.3 |
1827 | 2024-12-20T22:42:15.596Z | Compiling unicode-normalization v0.1.24 |
1828 | 2024-12-20T22:42:16.250Z | Compiling cipher v0.4.4 |
1829 | 2024-12-20T22:42:16.308Z | Compiling pest_derive v2.7.14 |
1830 | 2024-12-20T22:42:16.764Z | Compiling tinystr v0.7.6 |
1831 | 2024-12-20T22:42:17.155Z | Compiling sha2 v0.10.8 |
1832 | 2024-12-20T22:42:17.593Z | Compiling async-trait v0.1.83 |
1833 | 2024-12-20T22:42:17.666Z | Compiling cookie v0.18.1 |
1834 | 2024-12-20T22:42:17.666Z | Compiling usdt-impl v0.5.0 |
1835 | 2024-12-20T22:42:17.995Z | Compiling writeable v0.5.5 |
1836 | 2024-12-20T22:42:18.403Z | Compiling base64ct v1.6.0 |
1837 | 2024-12-20T22:42:18.617Z | Compiling unicode-bidi v0.3.17 |
1838 | 2024-12-20T22:42:19.993Z | Compiling litemap v0.7.3 |
1839 | 2024-12-20T22:42:20.330Z | Compiling pem-rfc7468 v0.7.0 |
1840 | 2024-12-20T22:42:20.462Z | Compiling icu_locid v1.5.0 |
1841 | 2024-12-20T22:42:22.124Z | Compiling scroll v0.12.0 |
1842 | 2024-12-20T22:42:22.923Z | Compiling ppv-lite86 v0.2.20 |
1843 | 2024-12-20T22:42:23.708Z | Compiling tracing-core v0.1.32 |
1844 | 2024-12-20T22:42:23.919Z | Compiling untrusted v0.7.1 |
1845 | 2024-12-20T22:42:24.161Z | Compiling syn v1.0.109 |
1846 | 2024-12-20T22:42:24.765Z | Compiling camino v1.1.9 |
1847 | 2024-12-20T22:42:25.371Z | Compiling dyn-clone v1.0.17 |
1848 | 2024-12-20T22:42:25.545Z | Compiling rustls-pki-types v1.10.0 |
1849 | 2024-12-20T22:42:25.866Z | Compiling aws-lc-sys v0.22.0 |
1850 | 2024-12-20T22:42:25.970Z | Compiling percent-encoding v2.3.1 |
1851 | 2024-12-20T22:42:26.504Z | Compiling plain v0.2.3 |
1852 | 2024-12-20T22:42:26.701Z | Compiling flagset v0.4.6 |
1853 | 2024-12-20T22:42:26.959Z | Compiling der v0.7.9 |
1854 | 2024-12-20T22:42:27.566Z | Compiling goblin v0.8.2 |
1855 | 2024-12-20T22:42:30.134Z | Compiling tracing v0.1.40 |
1856 | 2024-12-20T22:42:30.265Z | Compiling rand_chacha v0.3.1 |
1857 | 2024-12-20T22:42:31.562Z | Compiling icu_provider v1.5.0 |
1858 | 2024-12-20T22:42:31.869Z | Compiling tokio-util v0.7.12 |
1859 | 2024-12-20T22:42:33.439Z | Compiling powerfmt v0.2.0 |
1860 | 2024-12-20T22:42:33.998Z | Compiling icu_locid_transform_data v1.5.0 |
1861 | 2024-12-20T22:42:34.194Z | Compiling pretty-hex v0.4.1 |
1862 | 2024-12-20T22:42:34.348Z | Compiling untrusted v0.9.0 |
1863 | 2024-12-20T22:42:34.390Z | Compiling rayon-core v1.12.1 |
1864 | 2024-12-20T22:42:34.445Z | Compiling mirai-annotations v1.12.0 |
1865 | 2024-12-20T22:42:34.665Z | Compiling rustls v0.22.4 |
1866 | 2024-12-20T22:42:34.979Z | Compiling dof v0.3.0 |
1867 | 2024-12-20T22:42:35.104Z | Compiling icu_locid_transform v1.5.0 |
1868 | 2024-12-20T22:42:36.522Z | Compiling deranged v0.3.11 |
1869 | 2024-12-20T22:42:37.650Z | Compiling rand v0.8.5 |
1870 | 2024-12-20T22:42:38.050Z | Compiling spki v0.7.3 |
1871 | 2024-12-20T22:42:39.544Z | Compiling dtrace-parser v0.2.0 |
1872 | 2024-12-20T22:42:39.604Z | Compiling salsa20 v0.10.2 |
1873 | 2024-12-20T22:42:39.938Z | Compiling icu_collections v1.5.0 |
1874 | 2024-12-20T22:42:41.271Z | Compiling pbkdf2 v0.12.2 |
1875 | 2024-12-20T22:42:41.614Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1876 | 2024-12-20T22:42:42.240Z | Compiling thread-id v4.2.2 |
1877 | 2024-12-20T22:42:42.924Z | Compiling atomic-waker v1.1.2 |
1878 | 2024-12-20T22:42:42.959Z | Compiling icu_properties_data v1.5.0 |
1879 | 2024-12-20T22:42:43.545Z | Compiling num_threads v0.1.7 |
1880 | 2024-12-20T22:42:43.652Z | Compiling icu_properties v1.5.1 |
1881 | 2024-12-20T22:42:43.703Z | Compiling time v0.3.36 |
1882 | 2024-12-20T22:42:49.498Z | Compiling scrypt v0.11.0 |
1883 | 2024-12-20T22:42:50.059Z | Compiling form_urlencoded v1.2.1 |
1884 | 2024-12-20T22:42:50.331Z | Compiling aes v0.8.4 |
1885 | 2024-12-20T22:42:50.354Z | Compiling cbc v0.1.2 |
1886 | 2024-12-20T22:42:50.418Z | Compiling http-body v1.0.1 |
1887 | 2024-12-20T22:42:50.748Z | Compiling multer v3.1.0 |
1888 | 2024-12-20T22:42:50.851Z | Compiling utf8_iter v1.0.4 |
1889 | 2024-12-20T22:42:50.956Z | Compiling write16 v1.0.0 |
1890 | 2024-12-20T22:42:51.053Z | Compiling utf16_iter v1.0.5 |
1891 | 2024-12-20T22:42:51.130Z | Compiling icu_normalizer_data v1.5.0 |
1892 | 2024-12-20T22:42:51.631Z | Compiling try-lock v0.2.5 |
1893 | 2024-12-20T22:42:51.786Z | Compiling slog-async v2.8.0 |
1894 | 2024-12-20T22:42:51.841Z | Compiling icu_normalizer v1.5.0 |
1895 | 2024-12-20T22:42:52.033Z | Compiling want v0.3.1 |
1896 | 2024-12-20T22:42:52.430Z | Compiling pkcs5 v0.7.1 |
1897 | 2024-12-20T22:42:56.934Z | Compiling h2 v0.4.6 |
1898 | 2024-12-20T22:42:57.244Z | Compiling heapless v0.7.17 |
1899 | 2024-12-20T22:42:57.719Z | Compiling zerocopy-derive v0.6.6 |
1900 | 2024-12-20T22:42:58.294Z | Compiling base64 v0.22.1 |
1901 | 2024-12-20T22:42:58.403Z | Compiling num-bigint-dig v0.8.4 |
1902 | 2024-12-20T22:42:58.854Z | Compiling signal-hook v0.3.17 |
1903 | 2024-12-20T22:42:59.203Z | Compiling httpdate v1.0.3 |
1904 | 2024-12-20T22:42:59.473Z | Compiling anyhow v1.0.93 |
1905 | 2024-12-20T22:43:00.884Z | Compiling idna_adapter v1.2.0 |
1906 | 2024-12-20T22:43:01.216Z | Compiling pkcs8 v0.10.2 |
1907 | 2024-12-20T22:43:02.481Z | Compiling usdt-attr-macro v0.5.0 |
1908 | 2024-12-20T22:43:02.569Z | Compiling usdt-macro v0.5.0 |
1909 | 2024-12-20T22:43:04.462Z | Compiling async-stream-impl v0.3.6 |
1910 | 2024-12-20T22:43:04.942Z | Compiling strsim v0.11.1 |
1911 | 2024-12-20T22:43:05.378Z | Compiling hyper v1.5.0 |
1912 | 2024-12-20T22:43:05.869Z | Compiling rustversion v1.0.17 |
1913 | 2024-12-20T22:43:05.894Z | Compiling tower-service v0.3.3 |
1914 | 2024-12-20T22:43:07.270Z | Compiling idna v1.0.3 |
1915 | 2024-12-20T22:43:08.895Z | Compiling hyper-util v0.1.10 |
1916 | 2024-12-20T22:43:15.288Z | Compiling curve25519-dalek v4.1.3 |
1917 | 2024-12-20T22:43:15.559Z | Compiling openapiv3 v2.0.0 |
1918 | 2024-12-20T22:43:15.789Z | Compiling toml_datetime v0.6.8 |
1919 | 2024-12-20T22:43:15.840Z | Compiling serde_spanned v0.6.8 |
1920 | 2024-12-20T22:43:16.168Z | Compiling enum-as-inner v0.6.1 |
1921 | 2024-12-20T22:43:16.415Z | Compiling dropshot v0.12.0 |
1922 | 2024-12-20T22:43:16.736Z | Compiling adler2 v2.0.0 |
1923 | 2024-12-20T22:43:16.873Z | Compiling foreign-types-shared v0.1.1 |
1924 | 2024-12-20T22:43:17.017Z | Compiling smoltcp v0.9.1 |
1925 | 2024-12-20T22:43:17.056Z | Compiling heck v0.4.1 |
1926 | 2024-12-20T22:43:17.271Z | Compiling match_cfg v0.1.0 |
1927 | 2024-12-20T22:43:17.812Z | Compiling portable-atomic v1.9.0 |
1928 | 2024-12-20T22:43:18.806Z | Compiling foreign-types v0.3.2 |
1929 | 2024-12-20T22:43:18.921Z | Compiling hostname v0.3.1 |
1930 | 2024-12-20T22:43:19.100Z | Compiling miniz_oxide v0.8.0 |
1931 | 2024-12-20T22:43:20.607Z | Compiling url v2.5.3 |
1932 | 2024-12-20T22:43:28.200Z | Compiling http-body-util v0.1.2 |
1933 | 2024-12-20T22:43:28.924Z | Compiling clap_derive v4.5.18 |
1934 | 2024-12-20T22:43:29.034Z | Compiling dirs-sys-next v0.1.2 |
1935 | 2024-12-20T22:43:29.745Z | Compiling encoding_rs v0.8.34 |
1936 | 2024-12-20T22:43:32.296Z | Compiling mime v0.3.17 |
1937 | 2024-12-20T22:43:33.448Z | Compiling siphasher v0.3.11 |
1938 | 2024-12-20T22:43:34.210Z | Compiling data-encoding v2.6.0 |
1939 | 2024-12-20T22:43:36.272Z | Compiling dirs-next v2.0.0 |
1940 | 2024-12-20T22:43:40.992Z | Compiling hubpack_derive v0.1.1 |
1941 | 2024-12-20T22:43:41.304Z | Compiling serde_urlencoded v0.7.1 |
1942 | 2024-12-20T22:43:41.830Z | Compiling crossbeam-epoch v0.9.18 |
1943 | 2024-12-20T22:43:41.931Z | Compiling hashbrown v0.14.5 |
1944 | 2024-12-20T22:43:42.573Z | Compiling rustls-pemfile v2.2.0 |
1945 | 2024-12-20T22:43:43.059Z | Compiling dropshot_endpoint v0.12.0 |
1946 | 2024-12-20T22:43:44.501Z | Compiling sha1 v0.10.6 |
1947 | 2024-12-20T22:43:44.928Z | Compiling signature v2.2.0 |
1948 | 2024-12-20T22:43:44.950Z | Compiling curve25519-dalek-derive v0.1.1 |
1949 | 2024-12-20T22:43:45.244Z | Compiling thread_local v1.1.8 |
1950 | 2024-12-20T22:43:45.733Z | Compiling rustls-webpki v0.102.8 |
1951 | 2024-12-20T22:43:46.368Z | Compiling fs-err v2.11.0 |
1952 | 2024-12-20T22:43:46.672Z | Compiling openssl-probe v0.1.5 |
1953 | 2024-12-20T22:43:47.264Z | Compiling gimli v0.31.1 |
1954 | 2024-12-20T22:43:47.482Z | Compiling anstyle v1.0.10 |
1955 | 2024-12-20T22:43:47.910Z | Compiling ipnet v2.10.1 |
1956 | 2024-12-20T22:43:49.212Z | Compiling utf8parse v0.2.2 |
1957 | 2024-12-20T22:43:49.380Z | Compiling winnow v0.6.20 |
1958 | 2024-12-20T22:43:50.106Z | Compiling unicode-properties v0.1.3 |
1959 | 2024-12-20T22:43:50.520Z | Compiling stringprep v0.1.5 |
1960 | 2024-12-20T22:43:50.997Z | Compiling anstyle-parse v0.2.5 |
1961 | 2024-12-20T22:43:52.123Z | Compiling addr2line v0.24.2 |
1962 | 2024-12-20T22:43:52.776Z | Compiling regress v0.10.1 |
1963 | 2024-12-20T22:43:53.329Z | Compiling toml_edit v0.22.22 |
1964 | 2024-12-20T22:43:53.950Z | Compiling crossbeam-deque v0.8.5 |
1965 | 2024-12-20T22:43:54.308Z | Compiling term v0.7.0 |
1966 | 2024-12-20T22:43:55.603Z | Compiling slog-json v2.6.1 |
1967 | 2024-12-20T22:43:56.771Z | Compiling crossbeam-channel v0.5.13 |
1968 | 2024-12-20T22:43:58.226Z | Compiling idna v0.3.0 |
1969 | 2024-12-20T22:43:58.919Z | Compiling idna v0.4.0 |
1970 | 2024-12-20T22:44:00.827Z | Compiling futures-executor v0.3.31 |
1971 | 2024-12-20T22:44:01.198Z | Compiling num-integer v0.1.46 |
1972 | 2024-12-20T22:44:01.303Z | Compiling md-5 v0.10.6 |
1973 | 2024-12-20T22:44:01.559Z | Compiling ff v0.13.0 |
1974 | 2024-12-20T22:44:01.804Z | Compiling hash32 v0.2.1 |
1975 | 2024-12-20T22:44:01.847Z | Compiling is-terminal v0.4.13 |
1976 | 2024-12-20T22:44:01.942Z | Compiling memmap v0.7.0 |
1977 | 2024-12-20T22:44:01.994Z | Compiling object v0.36.5 |
1978 | 2024-12-20T22:44:02.191Z | Compiling linked-hash-map v0.5.6 |
1979 | 2024-12-20T22:44:02.209Z | Compiling rustc-demangle v0.1.24 |
1980 | 2024-12-20T22:44:02.296Z | Compiling fallible-iterator v0.2.0 |
1981 | 2024-12-20T22:44:02.570Z | Compiling colorchoice v1.0.2 |
1982 | 2024-12-20T22:44:02.737Z | Compiling base16ct v0.2.0 |
1983 | 2024-12-20T22:44:03.007Z | Compiling psl-types v2.0.11 |
1984 | 2024-12-20T22:44:03.027Z | Compiling quick-error v1.2.3 |
1985 | 2024-12-20T22:44:03.100Z | Compiling take_mut v0.2.2 |
1986 | 2024-12-20T22:44:03.211Z | Compiling is_terminal_polyfill v1.70.1 |
1987 | 2024-12-20T22:44:03.261Z | Compiling utf-8 v0.7.6 |
1988 | 2024-12-20T22:44:03.351Z | Compiling anstyle-query v1.1.1 |
1989 | 2024-12-20T22:44:03.389Z | Compiling publicsuffix v2.2.3 |
1990 | 2024-12-20T22:44:03.513Z | Compiling anstream v0.6.15 |
1991 | 2024-12-20T22:44:03.557Z | Compiling tungstenite v0.24.0 |
1992 | 2024-12-20T22:44:04.483Z | Compiling resolv-conf v0.7.0 |
1993 | 2024-12-20T22:44:04.723Z | Compiling postgres-protocol v0.6.7 |
1994 | 2024-12-20T22:44:05.189Z | Compiling sec1 v0.7.3 |
1995 | 2024-12-20T22:44:05.611Z | Compiling lru-cache v0.1.2 |
1996 | 2024-12-20T22:44:05.774Z | Compiling usdt v0.5.0 |
1997 | 2024-12-20T22:44:05.853Z | Compiling slog-term v2.9.1 |
1998 | 2024-12-20T22:44:05.932Z | Compiling group v0.13.0 |
1999 | 2024-12-20T22:44:06.235Z | Compiling num-iter v0.1.45 |
2000 | 2024-12-20T22:44:06.253Z | Compiling futures v0.3.31 |
2001 | 2024-12-20T22:44:07.002Z | Compiling hickory-proto v0.24.1 |
2002 | 2024-12-20T22:44:07.207Z | Compiling tokio-rustls v0.26.0 |
2003 | 2024-12-20T22:44:08.285Z | Compiling tokio-rustls v0.25.0 |
2004 | 2024-12-20T22:44:08.725Z | Compiling toml v0.8.19 |
2005 | 2024-12-20T22:44:09.034Z | Compiling typify-impl v0.2.0 |
2006 | 2024-12-20T22:44:09.200Z | Compiling backtrace v0.3.74 |
2007 | 2024-12-20T22:44:09.745Z | Compiling slog-bunyan v2.5.0 |
2008 | 2024-12-20T22:44:09.902Z | Compiling tokio-native-tls v0.3.1 |
2009 | 2024-12-20T22:44:10.175Z | Compiling phf_shared v0.11.2 |
2010 | 2024-12-20T22:44:10.274Z | Compiling strum_macros v0.25.3 |
2011 | 2024-12-20T22:44:10.541Z | Compiling async-stream v0.3.6 |
2012 | 2024-12-20T22:44:10.874Z | Compiling waitgroup v0.1.2 |
2013 | 2024-12-20T22:44:10.998Z | Compiling webpki-roots v0.26.6 |
2014 | 2024-12-20T22:44:11.299Z | Compiling idna v0.5.0 |
2015 | 2024-12-20T22:44:12.155Z | Compiling terminal_size v0.4.0 |
2016 | 2024-12-20T22:44:12.387Z | Compiling serde_path_to_error v0.1.16 |
2017 | 2024-12-20T22:44:13.265Z | Compiling hkdf v0.12.4 |
2018 | 2024-12-20T22:44:13.477Z | Compiling crypto-bigint v0.5.5 |
2019 | 2024-12-20T22:44:13.503Z | Compiling derive-where v1.2.7 |
2020 | 2024-12-20T22:44:13.805Z | Compiling serde_repr v0.1.19 |
2021 | 2024-12-20T22:44:14.899Z | Compiling hostname v0.4.0 |
2022 | 2024-12-20T22:44:15.272Z | Compiling crc32fast v1.4.2 |
2023 | 2024-12-20T22:44:15.967Z | Compiling winnow v0.5.40 |
2024 | 2024-12-20T22:44:16.159Z | Compiling debug-ignore v1.0.5 |
2025 | 2024-12-20T22:44:16.308Z | Compiling bitflags v1.3.2 |
2026 | 2024-12-20T22:44:16.638Z | Compiling unicode-width v0.1.14 |
2027 | 2024-12-20T22:44:16.711Z | Compiling clap_lex v0.7.2 |
2028 | 2024-12-20T22:44:17.186Z | Compiling managed v0.8.0 |
2029 | 2024-12-20T22:44:17.205Z | Compiling console v0.15.8 |
2030 | 2024-12-20T22:44:17.207Z | Compiling clap_builder v4.5.21 |
2031 | 2024-12-20T22:44:18.522Z | Compiling elliptic-curve v0.13.8 |
2032 | 2024-12-20T22:44:19.650Z | Compiling toml_edit v0.19.15 |
2033 | 2024-12-20T22:44:20.297Z | Compiling flate2 v1.0.34 |
2034 | 2024-12-20T22:44:20.845Z | Compiling typify-macro v0.2.0 |
2035 | 2024-12-20T22:44:21.206Z | Compiling hickory-resolver v0.24.1 |
2036 | 2024-12-20T22:44:24.813Z | Compiling cookie_store v0.21.0 |
2037 | 2024-12-20T22:44:26.616Z | Compiling hyper-rustls v0.27.3 |
2038 | 2024-12-20T22:44:27.397Z | Compiling phf v0.11.2 |
2039 | 2024-12-20T22:44:27.679Z | Compiling hyper-tls v0.6.0 |
2040 | 2024-12-20T22:44:28.121Z | Compiling signal-hook-mio v0.2.4 |
2041 | 2024-12-20T22:44:28.144Z | Compiling rayon v1.10.0 |
2042 | 2024-12-20T22:44:28.299Z | Compiling bzip2 v0.4.4 |
2043 | 2024-12-20T22:44:28.701Z | Compiling postgres-types v0.2.8 |
2044 | 2024-12-20T22:44:28.849Z | Compiling tokio-tungstenite v0.24.0 |
2045 | 2024-12-20T22:44:29.544Z | Compiling ed25519 v2.2.3 |
2046 | 2024-12-20T22:44:29.924Z | Compiling hubpack v0.1.2 |
2047 | 2024-12-20T22:44:29.996Z | Compiling phf_shared v0.10.0 |
2048 | 2024-12-20T22:44:30.116Z | Compiling pkcs1 v0.7.5 |
2049 | 2024-12-20T22:44:30.407Z | Compiling zerocopy v0.6.6 |
2050 | 2024-12-20T22:44:30.438Z | Compiling tokio-stream v0.1.16 |
2051 | 2024-12-20T22:44:31.506Z | Compiling serde-big-array v0.5.1 |
2052 | 2024-12-20T22:44:31.546Z | Compiling rfc6979 v0.4.0 |
2053 | 2024-12-20T22:44:31.697Z | Compiling float-cmp v0.9.0 |
2054 | 2024-12-20T22:44:31.877Z | Compiling sync_wrapper v1.0.1 |
2055 | 2024-12-20T22:44:32.052Z | Compiling bstr v1.10.0 |
2056 | 2024-12-20T22:44:32.301Z | Compiling unicode-segmentation v1.12.0 |
2057 | 2024-12-20T22:44:32.942Z | Compiling bit-vec v0.6.3 |
2058 | 2024-12-20T22:44:33.110Z | Compiling unicode-width v0.2.0 |
2059 | 2024-12-20T22:44:33.163Z | Compiling number_prefix v0.4.0 |
2060 | 2024-12-20T22:44:33.419Z | Compiling fixedbitset v0.4.2 |
2061 | 2024-12-20T22:44:33.655Z | Compiling whoami v1.5.2 |
2062 | 2024-12-20T22:44:33.726Z | Compiling difflib v0.4.0 |
2063 | 2024-12-20T22:44:33.819Z | Compiling predicates-core v1.0.8 |
2064 | 2024-12-20T22:44:33.956Z | Compiling static_assertions v1.1.0 |
2065 | 2024-12-20T22:44:34.066Z | Compiling normalize-line-endings v0.3.0 |
2066 | 2024-12-20T22:44:34.208Z | Compiling new_debug_unreachable v1.0.6 |
2067 | 2024-12-20T22:44:34.299Z | Compiling precomputed-hash v0.1.1 |
2068 | 2024-12-20T22:44:34.467Z | Compiling string_cache v0.8.7 |
2069 | 2024-12-20T22:44:34.922Z | Compiling predicates v3.1.2 |
2070 | 2024-12-20T22:44:35.019Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2071 | 2024-12-20T22:44:35.388Z | Compiling tokio-postgres v0.7.12 |
2072 | 2024-12-20T22:44:36.481Z | Compiling petgraph v0.6.5 |
2073 | 2024-12-20T22:44:37.225Z | Compiling indicatif v0.17.9 |
2074 | 2024-12-20T22:44:40.068Z | Compiling bit-set v0.5.3 |
2075 | 2024-12-20T22:44:40.791Z | Compiling similar v2.6.0 |
2076 | 2024-12-20T22:44:40.823Z | Compiling reqwest v0.12.9 |
2077 | 2024-12-20T22:44:40.897Z | Compiling ecdsa v0.16.9 |
2078 | 2024-12-20T22:44:41.154Z | Compiling qorb v0.2.1 |
2079 | 2024-12-20T22:44:41.792Z | Compiling rsa v0.9.6 |
2080 | 2024-12-20T22:44:42.119Z | Compiling ed25519-dalek v2.1.1 |
2081 | 2024-12-20T22:44:42.344Z | Compiling zip v0.6.6 |
2082 | 2024-12-20T22:44:42.697Z | Compiling crossterm v0.28.1 |
2083 | 2024-12-20T22:44:43.021Z | Compiling toml v0.7.8 |
2084 | 2024-12-20T22:44:43.613Z | Compiling clap v4.5.21 |
2085 | 2024-12-20T22:44:46.253Z | Compiling x509-cert v0.2.5 |
2086 | 2024-12-20T22:44:46.805Z | Compiling hex v0.4.3 |
2087 | 2024-12-20T22:44:49.554Z | Compiling unicode-xid v0.2.6 |
2088 | 2024-12-20T22:44:49.746Z | Compiling radium v0.7.0 |
2089 | 2024-12-20T22:44:52.262Z | Compiling peg-runtime v0.8.3 |
2090 | 2024-12-20T22:44:52.816Z | Compiling lalrpop-util v0.19.12 |
2091 | 2024-12-20T22:44:53.196Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2092 | 2024-12-20T22:45:09.363Z | Compiling maybe-uninit v2.0.0 |
2093 | 2024-12-20T22:45:09.726Z | Compiling ident_case v1.0.1 |
2094 | 2024-12-20T22:45:11.212Z | Compiling tap v1.0.1 |
2095 | 2024-12-20T22:45:11.606Z | Compiling wyz v0.5.1 |
2096 | 2024-12-20T22:45:14.662Z | Compiling darling_core v0.20.10 |
2097 | 2024-12-20T22:45:22.206Z | Compiling typify v0.2.0 |
2098 | 2024-12-20T22:45:26.872Z | Compiling unsafe-libyaml v0.2.11 |
2099 | 2024-12-20T22:45:27.446Z | Compiling funty v2.0.0 |
2100 | 2024-12-20T22:45:28.253Z | Compiling packed_struct v0.10.1 |
2101 | 2024-12-20T22:45:28.277Z | Compiling serde_yaml v0.9.34+deprecated |
2102 | 2024-12-20T22:45:28.685Z | Compiling bitvec v1.0.1 |
2103 | 2024-12-20T22:45:32.181Z | Compiling progenitor-impl v0.8.0 |
2104 | 2024-12-20T22:45:33.342Z | Compiling darling_macro v0.20.10 |
2105 | 2024-12-20T22:45:35.600Z | Compiling packed_struct_codegen v0.10.1 |
2106 | 2024-12-20T22:45:37.003Z | Compiling structmeta-derive v0.3.0 |
2107 | 2024-12-20T22:45:38.159Z | Compiling indexmap v1.9.3 |
2108 | 2024-12-20T22:45:38.469Z | Compiling newtype-uuid v1.1.3 |
2109 | 2024-12-20T22:45:38.764Z | Compiling crc-catalog v2.4.0 |
2110 | 2024-12-20T22:45:38.933Z | Compiling nodrop v0.1.14 |
2111 | 2024-12-20T22:45:39.338Z | Compiling fastrand v2.1.1 |
2112 | 2024-12-20T22:45:39.588Z | Compiling structmeta v0.3.0 |
2113 | 2024-12-20T22:45:39.989Z | Compiling tempfile v3.13.0 |
2114 | 2024-12-20T22:45:40.017Z | Compiling progenitor-macro v0.8.0 |
2115 | 2024-12-20T22:45:42.643Z | Compiling array-init v0.0.4 |
2116 | 2024-12-20T22:45:42.646Z | Compiling crc v3.2.1 |
2117 | 2024-12-20T22:45:47.606Z | Compiling smallvec v0.6.14 |
2118 | 2024-12-20T22:45:48.749Z | Compiling darling v0.20.10 |
2119 | 2024-12-20T22:45:54.298Z | Compiling progenitor-client v0.8.0 |
2120 | 2024-12-20T22:45:56.493Z | Compiling pin-project-internal v1.1.6 |
2121 | 2024-12-20T22:45:56.582Z | Compiling dropshot v0.13.0 |
2122 | 2024-12-20T22:45:57.465Z | Compiling same-file v1.0.6 |
2123 | 2024-12-20T22:45:59.435Z | Compiling hashbrown v0.12.3 |
2124 | 2024-12-20T22:45:59.467Z | Compiling bitfield v0.14.0 |
2125 | 2024-12-20T22:45:59.781Z | Compiling base64 v0.21.7 |
2126 | 2024-12-20T22:46:00.955Z | Compiling termcolor v1.4.1 |
2127 | 2024-12-20T22:46:01.661Z | Compiling env_logger v0.10.2 |
2128 | 2024-12-20T22:46:03.200Z | Compiling ron v0.8.1 |
2129 | 2024-12-20T22:46:04.780Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2130 | 2024-12-20T22:46:09.366Z | Compiling pin-project v1.1.6 |
2131 | 2024-12-20T22:46:14.115Z | Compiling walkdir v2.5.0 |
2132 | 2024-12-20T22:46:18.212Z | Compiling progenitor v0.8.0 |
2133 | 2024-12-20T22:46:18.502Z | Compiling serde_with_macros v3.11.0 |
2134 | 2024-12-20T22:46:18.524Z | Compiling serde-hex v0.1.0 |
2135 | 2024-12-20T22:46:19.415Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2136 | 2024-12-20T22:46:20.129Z | Compiling parse-display-derive v0.10.0 |
2137 | 2024-12-20T22:46:21.304Z | Compiling strum_macros v0.26.4 |
2138 | 2024-12-20T22:46:23.917Z | Compiling snafu-derive v0.8.5 |
2139 | 2024-12-20T22:46:24.030Z | Compiling hashbrown v0.13.2 |
2140 | 2024-12-20T22:46:24.464Z | Compiling ipnetwork v0.20.0 |
2141 | 2024-12-20T22:46:25.489Z | Compiling xattr v1.3.1 |
2142 | 2024-12-20T22:46:25.822Z | Compiling dropshot_endpoint v0.13.0 |
2143 | 2024-12-20T22:46:25.960Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2144 | 2024-12-20T22:46:26.467Z | Compiling ring v0.16.20 |
2145 | 2024-12-20T22:46:26.713Z | Compiling blake3 v1.5.4 |
2146 | 2024-12-20T22:46:27.343Z | Compiling filetime v0.2.25 |
2147 | 2024-12-20T22:46:27.414Z | Compiling instant v0.1.13 |
2148 | 2024-12-20T22:46:27.940Z | Compiling lockfree-object-pool v0.1.6 |
2149 | 2024-12-20T22:46:28.268Z | Compiling crc-any v2.5.0 |
2150 | 2024-12-20T22:46:28.561Z | Compiling simd-adler32 v0.3.7 |
2151 | 2024-12-20T22:46:28.755Z | Compiling bumpalo v3.16.0 |
2152 | 2024-12-20T22:46:28.758Z | Compiling zip v2.1.3 |
2153 | 2024-12-20T22:46:29.012Z | Compiling buf-list v1.0.3 |
2154 | 2024-12-20T22:46:29.119Z | Compiling snafu v0.8.5 |
2155 | 2024-12-20T22:46:29.198Z | Compiling zopfli v0.8.1 |
2156 | 2024-12-20T22:46:29.347Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2157 | 2024-12-20T22:46:29.720Z | Compiling tar v0.4.42 |
2158 | 2024-12-20T22:46:29.779Z | Compiling backoff v0.4.0 |
2159 | 2024-12-20T22:46:31.055Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2160 | 2024-12-20T22:46:31.287Z | Compiling strum v0.26.3 |
2161 | 2024-12-20T22:46:31.485Z | Compiling object v0.30.4 |
2162 | 2024-12-20T22:46:33.424Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2163 | 2024-12-20T22:46:35.553Z | Compiling parse-display v0.10.0 |
2164 | 2024-12-20T22:46:36.141Z | Compiling serde_with v3.11.0 |
2165 | 2024-12-20T22:46:37.042Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2166 | 2024-12-20T22:46:37.573Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2167 | 2024-12-20T22:46:37.664Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2168 | 2024-12-20T22:46:38.381Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2169 | 2024-12-20T22:46:39.071Z | Compiling camino-tempfile v1.1.1 |
2170 | 2024-12-20T22:46:39.160Z | Compiling globset v0.4.15 |
2171 | 2024-12-20T22:46:39.840Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2172 | 2024-12-20T22:46:40.043Z | Compiling regress v0.9.1 |
2173 | 2024-12-20T22:46:40.731Z | Compiling pem v3.0.4 |
2174 | 2024-12-20T22:46:42.243Z | Compiling olpc-cjson v0.1.4 |
2175 | 2024-12-20T22:46:42.619Z | Compiling serde_plain v1.0.2 |
2176 | 2024-12-20T22:46:43.159Z | Compiling macaddr v1.0.1 |
2177 | 2024-12-20T22:46:43.814Z | Compiling async-recursion v1.1.1 |
2178 | 2024-12-20T22:46:44.463Z | Compiling memmap2 v0.9.5 |
2179 | 2024-12-20T22:46:44.649Z | Compiling spin v0.5.2 |
2180 | 2024-12-20T22:46:44.922Z | Compiling constant_time_eq v0.3.1 |
2181 | 2024-12-20T22:46:45.023Z | Compiling path-slash v0.1.5 |
2182 | 2024-12-20T22:46:45.119Z | Compiling arrayvec v0.7.6 |
2183 | 2024-12-20T22:46:45.281Z | Compiling typed-path v0.9.3 |
2184 | 2024-12-20T22:46:45.303Z | Compiling arrayref v0.3.9 |
2185 | 2024-12-20T22:46:45.421Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2186 | 2024-12-20T22:46:47.959Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2187 | 2024-12-20T22:46:48.446Z | Compiling tough v0.19.0 |
2188 | 2024-12-20T22:46:53.007Z | Compiling itertools v0.13.0 |
2189 | 2024-12-20T22:46:53.751Z | Compiling cargo-platform v0.1.8 |
2190 | 2024-12-20T22:46:54.454Z | Compiling parse-size v1.1.0 |
2191 | 2024-12-20T22:46:54.767Z | Compiling topological-sort v0.2.2 |
2192 | 2024-12-20T22:46:54.882Z | Compiling cargo_metadata v0.18.1 |
2193 | 2024-12-20T22:46:55.052Z | Compiling omicron-zone-package v0.11.1 |
2194 | 2024-12-20T22:46:56.919Z | Compiling shell-words v1.1.0 |
2195 | 2024-12-20T22:47:03.259Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2196 | 2024-12-20T22:47:14.778Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2197 | 2024-12-20T22:47:29.803Z | Finished `release` profile [optimized] target(s) in 5m 57s |
2198 | 2024-12-20T22:47:29.966Z | Running `target/release/omicron-releng --output-dir /work` |
2199 | 2024-12-20T22:47:30.013Z | Dec 20 22:47:28.698 DEBG changing working directory to /work/oxidecomputer/omicron |
2200 | 2024-12-20T22:47:30.121Z | Dec 20 22:47:28.804 DEBG running: git rev-parse HEAD |
2201 | 2024-12-20T22:47:30.123Z | Dec 20 22:47:28.810 DEBG process exited with exit status: 0 (6.799636ms) |
2202 | 2024-12-20T22:47:30.124Z | Dec 20 22:47:28.810 INFO version: 12.0.0-0.ci+git5f3f50751ba |
2203 | 2024-12-20T22:47:30.163Z | Dec 20 22:47:28.851 INFO cloning helios to /work/oxidecomputer/helios |
2204 | 2024-12-20T22:47:30.163Z | Dec 20 22:47:28.851 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2205 | 2024-12-20T22:47:30.169Z | Cloning into '/work/oxidecomputer/helios'... |
2206 | 2024-12-20T22:47:30.665Z | Dec 20 22:47:29.353 DEBG process exited with exit status: 0 (501.875156ms) |
2207 | 2024-12-20T22:47:30.665Z | Dec 20 22:47:29.353 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2208 | 2024-12-20T22:47:30.673Z | # branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067 |
2209 | 2024-12-20T22:47:30.673Z | # branch.head master |
2210 | 2024-12-20T22:47:30.673Z | # branch.upstream origin/master |
2211 | 2024-12-20T22:47:30.673Z | # branch.ab +0 -0 |
2212 | 2024-12-20T22:47:30.676Z | Dec 20 22:47:29.361 DEBG process exited with exit status: 0 (8.10755ms) |
2213 | 2024-12-20T22:47:30.676Z | Dec 20 22:47:29.361 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2214 | 2024-12-20T22:47:31.551Z | Dec 20 22:47:30.238 DEBG process exited with exit status: 0 (877.164463ms) |
2215 | 2024-12-20T22:47:31.551Z | Dec 20 22:47:30.238 DEBG running: zfs list rpool/images/build/host |
2216 | 2024-12-20T22:47:31.558Z | NAME USED AVAIL REFER MOUNTPOINT |
2217 | 2024-12-20T22:47:31.558Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2218 | 2024-12-20T22:47:31.561Z | Dec 20 22:47:30.245 DEBG process exited with exit status: 0 (7.307957ms) |
2219 | 2024-12-20T22:47:31.561Z | Dec 20 22:47:30.245 DEBG running: zfs list rpool/images/build/recovery |
2220 | 2024-12-20T22:47:31.564Z | NAME USED AVAIL REFER MOUNTPOINT |
2221 | 2024-12-20T22:47:31.564Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2222 | 2024-12-20T22:47:31.567Z | Dec 20 22:47:30.252 DEBG process exited with exit status: 0 (6.414573ms) |
2223 | 2024-12-20T22:47:31.567Z | Dec 20 22:47:30.253 INFO [hubris-staging] running task |
2224 | 2024-12-20T22:47:31.567Z | Dec 20 22:47:30.253 INFO [hubris-production] running task |
2225 | 2024-12-20T22:47:31.567Z | Dec 20 22:47:30.253 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2226 | 2024-12-20T22:47:31.569Z | Dec 20 22:47:30.256 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 |
2227 | 2024-12-20T22:47:31.635Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2228 | 2024-12-20T22:47:32.047Z | [ omicron-package] Blocking waiting for file lock on package cache |
2229 | 2024-12-20T22:47:32.613Z | [ omicron-package] Blocking waiting for file lock on package cache |
2230 | 2024-12-20T22:47:32.877Z | [ omicron-package] Blocking waiting for file lock on package cache |
2231 | 2024-12-20T22:47:33.179Z | Dec 20 22:47:31.866 INFO [hubris-production] task succeeded (1.613192746s) |
2232 | 2024-12-20T22:47:33.687Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2233 | 2024-12-20T22:47:33.690Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2234 | 2024-12-20T22:47:33.690Z | [ omicron-package] Compiling itertools v0.13.0 |
2235 | 2024-12-20T22:47:33.690Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2236 | 2024-12-20T22:47:33.690Z | [ omicron-package] Compiling heapless v0.8.0 |
2237 | 2024-12-20T22:47:33.722Z | [ omicron-package] Compiling hash32 v0.3.1 |
2238 | 2024-12-20T22:47:33.722Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2239 | 2024-12-20T22:47:33.722Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2240 | 2024-12-20T22:47:34.791Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2241 | 2024-12-20T22:47:35.358Z | [ omicron-package] Compiling cobs v0.2.3 |
2242 | 2024-12-20T22:47:35.406Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2243 | 2024-12-20T22:47:35.985Z | [ omicron-package] Compiling postcard v1.0.10 |
2244 | 2024-12-20T22:47:36.167Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2245 | 2024-12-20T22:47:36.262Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2246 | 2024-12-20T22:47:36.388Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2247 | 2024-12-20T22:47:36.620Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2248 | 2024-12-20T22:47:36.791Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2249 | 2024-12-20T22:47:37.324Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2250 | 2024-12-20T22:47:38.312Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2251 | 2024-12-20T22:47:38.814Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2252 | 2024-12-20T22:47:39.109Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2253 | 2024-12-20T22:47:39.304Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2254 | 2024-12-20T22:47:39.636Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2255 | 2024-12-20T22:47:40.001Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2256 | 2024-12-20T22:47:40.260Z | [ omicron-package] Compiling num_enum v0.5.11 |
2257 | 2024-12-20T22:47:40.340Z | [ omicron-package] Compiling thiserror v2.0.3 |
2258 | 2024-12-20T22:47:40.712Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2259 | 2024-12-20T22:47:40.801Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2260 | 2024-12-20T22:47:40.896Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2261 | 2024-12-20T22:47:41.008Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2262 | 2024-12-20T22:47:41.244Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2263 | 2024-12-20T22:47:41.547Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2264 | 2024-12-20T22:47:41.983Z | [ omicron-package] Compiling colored v2.1.0 |
2265 | 2024-12-20T22:47:42.177Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2266 | 2024-12-20T22:47:42.889Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2267 | 2024-12-20T22:47:43.171Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2268 | 2024-12-20T22:47:44.313Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2269 | 2024-12-20T22:47:44.551Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2270 | 2024-12-20T22:47:45.010Z | [ omicron-package] Compiling num-derive v0.4.2 |
2271 | 2024-12-20T22:47:45.590Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2272 | 2024-12-20T22:47:46.137Z | Dec 20 22:47:44.822 INFO [hubris-staging] task succeeded (14.569045571s) |
2273 | 2024-12-20T22:47:46.352Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2274 | 2024-12-20T22:47:46.699Z | [ omicron-package] Compiling zone v0.3.0 |
2275 | 2024-12-20T22:47:47.171Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2276 | 2024-12-20T22:47:47.364Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2277 | 2024-12-20T22:47:48.066Z | [ omicron-package] Compiling smf v0.2.3 |
2278 | 2024-12-20T22:47:48.351Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2279 | 2024-12-20T22:47:48.896Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2280 | 2024-12-20T22:47:49.105Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2281 | 2024-12-20T22:47:51.007Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2282 | 2024-12-20T22:47:51.846Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2283 | 2024-12-20T22:47:51.927Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2284 | 2024-12-20T22:47:52.241Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2285 | 2024-12-20T22:47:52.389Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2286 | 2024-12-20T22:47:52.528Z | [ omicron-package] Compiling gethostname v0.5.0 |
2287 | 2024-12-20T22:47:52.609Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2288 | 2024-12-20T22:47:53.870Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2289 | 2024-12-20T22:47:55.888Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2290 | 2024-12-20T22:47:57.248Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2291 | 2024-12-20T22:47:58.679Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2292 | 2024-12-20T22:48:01.538Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2293 | 2024-12-20T22:48:02.207Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2294 | 2024-12-20T22:48:03.993Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2295 | 2024-12-20T22:48:14.367Z | [ helios-setup] Dec 20 22:48:13.049 INFO helios repository root is: /work/oxidecomputer/helios |
2296 | 2024-12-20T22:48:14.370Z | [ helios-setup] Dec 20 22:48:13.051 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 |
2297 | 2024-12-20T22:48:14.370Z | [ helios-setup] Dec 20 22:48:13.051 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2298 | 2024-12-20T22:48:14.375Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2299 | 2024-12-20T22:48:21.514Z | [ helios-setup] Dec 20 22:48:20.195 INFO clone ok!, project: amd-firmware |
2300 | 2024-12-20T22:48:21.518Z | [ helios-setup] Dec 20 22:48:20.195 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 |
2301 | 2024-12-20T22:48:21.518Z | [ helios-setup] Dec 20 22:48:20.195 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2302 | 2024-12-20T22:48:21.520Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2303 | 2024-12-20T22:48:21.992Z | [ helios-setup] Dec 20 22:48:20.673 INFO clone ok!, project: pinprick |
2304 | 2024-12-20T22:48:21.992Z | [ helios-setup] Dec 20 22:48:20.673 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2305 | 2024-12-20T22:48:22.004Z | [ helios-setup] Dec 20 22:48:20.673 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 |
2306 | 2024-12-20T22:48:22.004Z | [ helios-setup] Dec 20 22:48:20.673 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2307 | 2024-12-20T22:48:22.007Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2308 | 2024-12-20T22:48:22.418Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 50.83s |
2309 | 2024-12-20T22:48:22.421Z | [ helios-setup] Dec 20 22:48:21.101 INFO clone ok!, project: bootserver |
2310 | 2024-12-20T22:48:22.422Z | [ helios-setup] Dec 20 22:48:21.101 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 |
2311 | 2024-12-20T22:48:22.422Z | [ helios-setup] Dec 20 22:48:21.101 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2312 | 2024-12-20T22:48:22.426Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2313 | 2024-12-20T22:48:22.655Z | [ omicron-package] |
2314 | 2024-12-20T22:48:22.655Z | [ omicron-package] real 51.035079865 |
2315 | 2024-12-20T22:48:22.655Z | [ omicron-package] user 3:00.271331618 |
2316 | 2024-12-20T22:48:22.657Z | [ omicron-package] sys 25.356473435 |
2317 | 2024-12-20T22:48:22.657Z | [ omicron-package] trap 0.280399732 |
2318 | 2024-12-20T22:48:22.657Z | [ omicron-package] tflt 0.472727611 |
2319 | 2024-12-20T22:48:22.658Z | [ omicron-package] dflt 0.689233296 |
2320 | 2024-12-20T22:48:22.658Z | [ omicron-package] kflt 0.000194540 |
2321 | 2024-12-20T22:48:22.658Z | [ omicron-package] lock 5:46.140752637 |
2322 | 2024-12-20T22:48:22.658Z | [ omicron-package] slp 10:13.818312398 |
2323 | 2024-12-20T22:48:22.658Z | [ omicron-package] lat 1:40.768641928 |
2324 | 2024-12-20T22:48:22.658Z | [ omicron-package] stop 1:00.499614158 |
2325 | 2024-12-20T22:48:22.658Z | Dec 20 22:48:21.337 INFO [omicron-package] process exited with exit status: 0 (51.080709873s) |
2326 | 2024-12-20T22:48:22.658Z | Dec 20 22:48:21.337 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 |
2327 | 2024-12-20T22:48:22.737Z | Dec 20 22:48:21.418 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2328 | 2024-12-20T22:48:22.748Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2329 | 2024-12-20T22:48:22.751Z | [ host-target] Created new build target 'host' and set it as active |
2330 | 2024-12-20T22:48:22.751Z | Dec 20 22:48:21.432 INFO [host-target] process exited with exit status: 0 (94.536673ms) |
2331 | 2024-12-20T22:48:22.751Z | Dec 20 22:48:21.432 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2332 | 2024-12-20T22:48:22.758Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2333 | 2024-12-20T22:48:22.758Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2334 | 2024-12-20T22:48:22.761Z | Dec 20 22:48:21.442 INFO [recovery-target] process exited with exit status: 0 (23.557783ms) |
2335 | 2024-12-20T22:48:22.768Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2336 | 2024-12-20T22:48:23.258Z | [ helios-setup] Dec 20 22:48:21.939 INFO clone ok!, project: chelsio-t6-roms |
2337 | 2024-12-20T22:48:23.261Z | [ helios-setup] Dec 20 22:48:21.939 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2338 | 2024-12-20T22:48:23.261Z | [ helios-setup] Dec 20 22:48:21.939 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 |
2339 | 2024-12-20T22:48:23.261Z | [ helios-setup] Dec 20 22:48:21.939 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2340 | 2024-12-20T22:48:23.266Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2341 | 2024-12-20T22:48:23.733Z | [ helios-setup] Dec 20 22:48:22.414 INFO clone ok!, project: image-builder |
2342 | 2024-12-20T22:48:23.736Z | [ helios-setup] Dec 20 22:48:22.414 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 |
2343 | 2024-12-20T22:48:23.736Z | [ helios-setup] Dec 20 22:48:22.414 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2344 | 2024-12-20T22:48:23.738Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2345 | 2024-12-20T22:48:23.959Z | [ host-package] Compiling convert_case v0.4.0 |
2346 | 2024-12-20T22:48:23.959Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2347 | 2024-12-20T22:48:23.963Z | [ host-package] Compiling newline-converter v0.3.0 |
2348 | 2024-12-20T22:48:23.963Z | [ host-package] Compiling password-hash v0.5.0 |
2349 | 2024-12-20T22:48:23.963Z | [ host-package] Compiling progenitor-client v0.8.0 |
2350 | 2024-12-20T22:48:23.963Z | [ host-package] Compiling blake2 v0.10.6 |
2351 | 2024-12-20T22:48:23.963Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2352 | 2024-12-20T22:48:24.081Z | [ host-package] Compiling atomicwrites v0.4.4 |
2353 | 2024-12-20T22:48:24.355Z | [ host-package] Compiling expectorate v1.1.0 |
2354 | 2024-12-20T22:48:24.387Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2355 | 2024-12-20T22:48:24.583Z | [ host-package] Compiling owo-colors v4.1.0 |
2356 | 2024-12-20T22:48:24.649Z | [ host-package] Compiling progenitor v0.8.0 |
2357 | 2024-12-20T22:48:24.694Z | [ host-package] Compiling argon2 v0.5.3 |
2358 | 2024-12-20T22:48:24.708Z | [ helios-setup] Dec 20 22:48:23.389 INFO clone ok!, project: pilot |
2359 | 2024-12-20T22:48:24.711Z | [ helios-setup] Dec 20 22:48:23.389 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2360 | 2024-12-20T22:48:24.711Z | [ helios-setup] Dec 20 22:48:23.389 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 |
2361 | 2024-12-20T22:48:24.711Z | [ helios-setup] Dec 20 22:48:23.389 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 |
2362 | 2024-12-20T22:48:24.714Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2363 | 2024-12-20T22:48:24.856Z | [ host-package] Compiling derive_more v0.99.18 |
2364 | 2024-12-20T22:48:24.859Z | [ host-package] Compiling num-rational v0.4.2 |
2365 | 2024-12-20T22:48:24.930Z | [ host-package] Compiling num-complex v0.4.6 |
2366 | 2024-12-20T22:48:25.389Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2367 | 2024-12-20T22:48:25.835Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2368 | 2024-12-20T22:48:25.846Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2369 | 2024-12-20T22:48:25.983Z | [ host-package] Compiling libsw v3.3.1 |
2370 | 2024-12-20T22:48:26.039Z | [ host-package] Compiling num v0.4.3 |
2371 | 2024-12-20T22:48:26.186Z | [ host-package] Compiling linear-map v1.2.0 |
2372 | 2024-12-20T22:48:26.262Z | [ host-package] Compiling float-ord v0.3.2 |
2373 | 2024-12-20T22:48:26.312Z | [ host-package] Compiling indent_write v2.2.0 |
2374 | 2024-12-20T22:48:26.334Z | [ host-package] Compiling swrite v0.1.0 |
2375 | 2024-12-20T22:48:26.443Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2376 | 2024-12-20T22:48:26.481Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2377 | 2024-12-20T22:48:26.561Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2378 | 2024-12-20T22:48:26.617Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2379 | 2024-12-20T22:48:27.277Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2380 | 2024-12-20T22:48:27.504Z | [ host-package] Compiling highway v1.2.0 |
2381 | 2024-12-20T22:48:28.025Z | [ host-package] Compiling semver v0.1.20 |
2382 | 2024-12-20T22:48:28.644Z | [ host-package] Compiling rustc_version v0.1.7 |
2383 | 2024-12-20T22:48:29.075Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2384 | 2024-12-20T22:48:29.097Z | [ host-package] Compiling newtype_derive v0.1.6 |
2385 | 2024-12-20T22:48:29.476Z | [ host-package] Compiling dropshot v0.13.0 |
2386 | 2024-12-20T22:48:29.532Z | [ host-package] Compiling ipnetwork v0.20.0 |
2387 | 2024-12-20T22:48:29.561Z | [ host-package] Compiling instant v0.1.13 |
2388 | 2024-12-20T22:48:29.733Z | [ host-package] Compiling humantime v2.1.0 |
2389 | 2024-12-20T22:48:30.370Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2390 | 2024-12-20T22:48:30.694Z | [ host-package] Compiling backoff v0.4.0 |
2391 | 2024-12-20T22:48:31.268Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2392 | 2024-12-20T22:48:31.933Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2393 | 2024-12-20T22:48:33.747Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2394 | 2024-12-20T22:48:33.762Z | [ helios-setup] Dec 20 22:48:32.441 INFO clone ok!, project: amd-host-image-builder |
2395 | 2024-12-20T22:48:33.764Z | [ helios-setup] Dec 20 22:48:32.442 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 |
2396 | 2024-12-20T22:48:33.764Z | [ helios-setup] Dec 20 22:48:32.442 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2397 | 2024-12-20T22:48:33.767Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2398 | 2024-12-20T22:48:34.460Z | [ helios-setup] Dec 20 22:48:33.139 INFO clone ok!, project: phbl |
2399 | 2024-12-20T22:48:34.463Z | [ helios-setup] Dec 20 22:48:33.140 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2400 | 2024-12-20T22:48:35.003Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2401 | 2024-12-20T22:48:35.196Z | [ helios-setup] Dec 20 22:48:33.875 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2402 | 2024-12-20T22:48:35.480Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2403 | 2024-12-20T22:48:35.733Z | [ helios-setup] Dec 20 22:48:34.412 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2404 | 2024-12-20T22:48:35.733Z | [ helios-setup] Dec 20 22:48:34.412 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2405 | 2024-12-20T22:48:35.917Z | [ host-package] Compiling parse-display v0.10.0 |
2406 | 2024-12-20T22:48:36.289Z | [ helios-setup] Dec 20 22:48:34.968 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2407 | 2024-12-20T22:48:36.810Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2408 | 2024-12-20T22:48:36.846Z | [ helios-setup] Dec 20 22:48:35.517 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2409 | 2024-12-20T22:48:36.846Z | [ helios-setup] Dec 20 22:48:35.517 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2410 | 2024-12-20T22:48:37.002Z | [ host-package] Compiling serde_with v3.11.0 |
2411 | 2024-12-20T22:48:37.072Z | [ host-package] Compiling strum v0.26.3 |
2412 | 2024-12-20T22:48:37.388Z | [ host-package] Compiling regress v0.9.1 |
2413 | 2024-12-20T22:48:37.521Z | [ helios-setup] Dec 20 22:48:36.201 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2414 | 2024-12-20T22:48:38.250Z | [ helios-setup] Dec 20 22:48:36.807 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2415 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2416 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2417 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO ok! |
2418 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2419 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2420 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO ok! |
2421 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2422 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2423 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO ok! |
2424 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2425 | 2024-12-20T22:48:38.273Z | [ helios-setup] Dec 20 22:48:36.808 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2426 | 2024-12-20T22:48:38.462Z | [ helios-setup] Dec 20 22:48:37.141 INFO E| Downloading crates ... |
2427 | 2024-12-20T22:48:38.698Z | [ helios-setup] Dec 20 22:48:37.377 INFO E| Downloaded miniz_oxide v0.7.2 |
2428 | 2024-12-20T22:48:38.759Z | [ helios-setup] Dec 20 22:48:37.437 INFO E| Compiling adler v1.0.2 |
2429 | 2024-12-20T22:48:38.931Z | [ helios-setup] Dec 20 22:48:37.609 INFO E| Compiling miniz_oxide v0.7.2 |
2430 | 2024-12-20T22:48:40.686Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2431 | 2024-12-20T22:48:41.813Z | [ helios-setup] Dec 20 22:48:40.492 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2432 | 2024-12-20T22:48:42.179Z | [ host-package] Compiling macaddr v1.0.1 |
2433 | 2024-12-20T22:48:42.710Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2434 | 2024-12-20T22:48:42.795Z | [ helios-setup] Dec 20 22:48:41.474 INFO E| Finished `release` profile [optimized] target(s) in 4.57s |
2435 | 2024-12-20T22:48:42.805Z | [ helios-setup] Dec 20 22:48:41.484 INFO building project "pinprick" ok (4 seconds) |
2436 | 2024-12-20T22:48:42.805Z | [ helios-setup] Dec 20 22:48:41.484 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2437 | 2024-12-20T22:48:42.808Z | [ helios-setup] Dec 20 22:48:41.484 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2438 | 2024-12-20T22:48:42.921Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2439 | 2024-12-20T22:48:42.968Z | [ host-package] Compiling steno v0.4.1 |
2440 | 2024-12-20T22:48:43.050Z | [ helios-setup] Dec 20 22:48:41.728 INFO E| Downloading crates ... |
2441 | 2024-12-20T22:48:43.100Z | [ helios-setup] Dec 20 22:48:41.779 INFO E| Downloaded block-buffer v0.10.3 |
2442 | 2024-12-20T22:48:43.104Z | [ helios-setup] Dec 20 22:48:41.783 INFO E| Downloaded unicode-width v0.1.10 |
2443 | 2024-12-20T22:48:43.110Z | [ helios-setup] Dec 20 22:48:41.789 INFO E| Downloaded digest v0.10.3 |
2444 | 2024-12-20T22:48:43.115Z | [ helios-setup] Dec 20 22:48:41.794 INFO E| Downloaded typenum v1.15.0 |
2445 | 2024-12-20T22:48:43.119Z | [ helios-setup] Dec 20 22:48:41.798 INFO E| Downloaded generic-array v0.14.6 |
2446 | 2024-12-20T22:48:43.121Z | [ helios-setup] Dec 20 22:48:41.800 INFO E| Downloaded sha2 v0.10.5 |
2447 | 2024-12-20T22:48:43.124Z | [ helios-setup] Dec 20 22:48:41.803 INFO E| Downloaded cpufeatures v0.2.5 |
2448 | 2024-12-20T22:48:43.126Z | [ helios-setup] Dec 20 22:48:41.805 INFO E| Downloaded miniz_oxide v0.6.2 |
2449 | 2024-12-20T22:48:43.129Z | [ helios-setup] Dec 20 22:48:41.808 INFO E| Downloaded anyhow v1.0.62 |
2450 | 2024-12-20T22:48:43.148Z | [ helios-setup] Dec 20 22:48:41.826 INFO E| Downloaded flate2 v1.0.25 |
2451 | 2024-12-20T22:48:43.154Z | [ helios-setup] Dec 20 22:48:41.832 INFO E| Downloaded bytes v1.2.1 |
2452 | 2024-12-20T22:48:43.236Z | [ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling typenum v1.15.0 |
2453 | 2024-12-20T22:48:43.236Z | [ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling version_check v0.9.4 |
2454 | 2024-12-20T22:48:43.236Z | [ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling crc32fast v1.3.2 |
2455 | 2024-12-20T22:48:43.236Z | [ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling cfg-if v1.0.0 |
2456 | 2024-12-20T22:48:43.239Z | [ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling adler v1.0.2 |
2457 | 2024-12-20T22:48:43.239Z | [ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling anyhow v1.0.62 |
2458 | 2024-12-20T22:48:43.239Z | [ helios-setup] Dec 20 22:48:41.915 INFO E| Compiling cpufeatures v0.2.5 |
2459 | 2024-12-20T22:48:43.239Z | [ helios-setup] Dec 20 22:48:41.915 INFO E| Compiling unicode-width v0.1.10 |
2460 | 2024-12-20T22:48:43.576Z | [ host-package] Compiling prettyplease v0.2.25 |
2461 | 2024-12-20T22:48:43.985Z | [ helios-setup] Dec 20 22:48:42.664 INFO E| Compiling miniz_oxide v0.6.2 |
2462 | 2024-12-20T22:48:44.094Z | [ helios-setup] Dec 20 22:48:42.772 INFO E| Compiling bitflags v1.3.2 |
2463 | 2024-12-20T22:48:44.143Z | [ helios-setup] Dec 20 22:48:42.821 INFO E| Compiling bytes v1.2.1 |
2464 | 2024-12-20T22:48:44.304Z | [ helios-setup] Dec 20 22:48:42.983 INFO E| Compiling getopts v0.2.21 |
2465 | 2024-12-20T22:48:45.255Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2466 | 2024-12-20T22:48:45.262Z | [ helios-setup] Dec 20 22:48:43.941 INFO E| Compiling generic-array v0.14.6 |
2467 | 2024-12-20T22:48:45.934Z | [ helios-setup] Dec 20 22:48:44.612 INFO E| Compiling flate2 v1.0.25 |
2468 | 2024-12-20T22:48:46.233Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2469 | 2024-12-20T22:48:47.429Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2470 | 2024-12-20T22:48:49.245Z | [ helios-setup] Dec 20 22:48:47.923 INFO E| Compiling block-buffer v0.10.3 |
2471 | 2024-12-20T22:48:49.245Z | [ helios-setup] Dec 20 22:48:47.923 INFO E| Compiling crypto-common v0.1.6 |
2472 | 2024-12-20T22:48:49.475Z | [ helios-setup] Dec 20 22:48:48.152 INFO E| Compiling digest v0.10.3 |
2473 | 2024-12-20T22:48:49.882Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2474 | 2024-12-20T22:48:49.920Z | [ helios-setup] Dec 20 22:48:48.598 INFO E| Compiling sha2 v0.10.5 |
2475 | 2024-12-20T22:48:50.487Z | [ helios-setup] Dec 20 22:48:49.164 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2476 | 2024-12-20T22:48:51.002Z | [ host-package] Compiling half v2.4.1 |
2477 | 2024-12-20T22:48:52.065Z | [ host-package] Compiling ciborium-io v0.2.2 |
2478 | 2024-12-20T22:48:52.273Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2479 | 2024-12-20T22:48:53.015Z | [ host-package] Compiling tungstenite v0.21.0 |
2480 | 2024-12-20T22:48:55.875Z | [ helios-setup] Dec 20 22:48:54.552 INFO E| Finished `release` profile [optimized] target(s) in 12.99s |
2481 | 2024-12-20T22:48:55.890Z | [ helios-setup] Dec 20 22:48:54.568 INFO building project "bootserver" ok (13 seconds) |
2482 | 2024-12-20T22:48:55.890Z | [ helios-setup] Dec 20 22:48:54.568 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2483 | 2024-12-20T22:48:55.890Z | [ helios-setup] Dec 20 22:48:54.568 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2484 | 2024-12-20T22:48:56.286Z | [ helios-setup] Dec 20 22:48:54.961 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2485 | 2024-12-20T22:48:56.823Z | [ helios-setup] Dec 20 22:48:55.500 INFO E| From https://github.com/jclulow/rust-jmclib |
2486 | 2024-12-20T22:48:56.823Z | [ helios-setup] Dec 20 22:48:55.500 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2487 | 2024-12-20T22:48:56.843Z | [ helios-setup] Dec 20 22:48:55.520 INFO E| Updating crates.io index |
2488 | 2024-12-20T22:48:56.953Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2489 | 2024-12-20T22:48:57.038Z | [ helios-setup] Dec 20 22:48:55.715 INFO E| Downloading crates ... |
2490 | 2024-12-20T22:48:57.128Z | [ helios-setup] Dec 20 22:48:55.805 INFO E| Downloaded itoa v1.0.9 |
2491 | 2024-12-20T22:48:57.132Z | [ helios-setup] Dec 20 22:48:55.808 INFO E| Downloaded block-buffer v0.9.0 |
2492 | 2024-12-20T22:48:57.135Z | [ helios-setup] Dec 20 22:48:55.809 INFO E| Downloaded anyhow v1.0.72 |
2493 | 2024-12-20T22:48:57.139Z | [ helios-setup] Dec 20 22:48:55.816 INFO E| Downloaded opaque-debug v0.3.0 |
2494 | 2024-12-20T22:48:57.142Z | [ helios-setup] Dec 20 22:48:55.817 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2495 | 2024-12-20T22:48:57.145Z | [ helios-setup] Dec 20 22:48:55.820 INFO E| Downloaded sha-1 v0.9.8 |
2496 | 2024-12-20T22:48:57.147Z | [ helios-setup] Dec 20 22:48:55.823 INFO E| Downloaded fastrand v2.0.0 |
2497 | 2024-12-20T22:48:57.150Z | [ helios-setup] Dec 20 22:48:55.826 INFO E| Downloaded errno v0.3.1 |
2498 | 2024-12-20T22:48:57.152Z | [ helios-setup] Dec 20 22:48:55.829 INFO E| Downloaded once_cell v1.18.0 |
2499 | 2024-12-20T22:48:57.156Z | [ helios-setup] Dec 20 22:48:55.834 INFO E| Downloaded cpufeatures v0.2.9 |
2500 | 2024-12-20T22:48:57.159Z | [ helios-setup] Dec 20 22:48:55.836 INFO E| Downloaded walkdir v2.3.3 |
2501 | 2024-12-20T22:48:57.162Z | [ helios-setup] Dec 20 22:48:55.840 INFO E| Downloaded quote v1.0.31 |
2502 | 2024-12-20T22:48:57.168Z | [ helios-setup] Dec 20 22:48:55.845 INFO E| Downloaded tempfile v3.7.0 |
2503 | 2024-12-20T22:48:57.174Z | [ helios-setup] Dec 20 22:48:55.850 INFO E| Downloaded unicode-ident v1.0.11 |
2504 | 2024-12-20T22:48:57.177Z | [ helios-setup] Dec 20 22:48:55.854 INFO E| Downloaded uuid v0.8.2 |
2505 | 2024-12-20T22:48:57.183Z | [ helios-setup] Dec 20 22:48:55.861 INFO E| Downloaded toml v0.5.11 |
2506 | 2024-12-20T22:48:57.190Z | [ helios-setup] Dec 20 22:48:55.866 INFO E| Downloaded serde v1.0.193 |
2507 | 2024-12-20T22:48:57.195Z | [ helios-setup] Dec 20 22:48:55.872 INFO E| Downloaded serde_derive v1.0.193 |
2508 | 2024-12-20T22:48:57.200Z | [ helios-setup] Dec 20 22:48:55.876 INFO E| Downloaded typenum v1.16.0 |
2509 | 2024-12-20T22:48:57.204Z | [ helios-setup] Dec 20 22:48:55.881 INFO E| Downloaded ryu v1.0.15 |
2510 | 2024-12-20T22:48:57.210Z | [ helios-setup] Dec 20 22:48:55.887 INFO E| Downloaded proc-macro2 v1.0.66 |
2511 | 2024-12-20T22:48:57.214Z | [ helios-setup] Dec 20 22:48:55.891 INFO E| Downloaded serde_json v1.0.103 |
2512 | 2024-12-20T22:48:57.226Z | [ helios-setup] Dec 20 22:48:55.903 INFO E| Downloaded digest v0.9.0 |
2513 | 2024-12-20T22:48:57.229Z | [ helios-setup] Dec 20 22:48:55.906 INFO E| Downloaded md-5 v0.9.1 |
2514 | 2024-12-20T22:48:57.232Z | [ helios-setup] Dec 20 22:48:55.908 INFO E| Downloaded bitflags v2.3.3 |
2515 | 2024-12-20T22:48:57.235Z | [ helios-setup] Dec 20 22:48:55.912 INFO E| Downloaded syn v2.0.32 |
2516 | 2024-12-20T22:48:57.250Z | [ helios-setup] Dec 20 22:48:55.927 INFO E| Downloaded getrandom v0.2.10 |
2517 | 2024-12-20T22:48:57.276Z | [ helios-setup] Dec 20 22:48:55.949 INFO E| Downloaded rustix v0.38.4 |
2518 | 2024-12-20T22:48:57.344Z | [ helios-setup] Dec 20 22:48:56.016 INFO E| Downloaded libc v0.2.147 |
2519 | 2024-12-20T22:48:57.467Z | [ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling libc v0.2.147 |
2520 | 2024-12-20T22:48:57.467Z | [ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling proc-macro2 v1.0.66 |
2521 | 2024-12-20T22:48:57.473Z | [ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling unicode-ident v1.0.11 |
2522 | 2024-12-20T22:48:57.473Z | [ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling cfg-if v1.0.0 |
2523 | 2024-12-20T22:48:57.473Z | [ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling typenum v1.16.0 |
2524 | 2024-12-20T22:48:57.473Z | [ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling version_check v0.9.4 |
2525 | 2024-12-20T22:48:57.473Z | [ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling serde v1.0.193 |
2526 | 2024-12-20T22:48:57.474Z | [ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling num-conv v0.1.0 |
2527 | 2024-12-20T22:48:57.781Z | [ host-package] Compiling ciborium v0.2.2 |
2528 | 2024-12-20T22:48:58.056Z | [ helios-setup] Dec 20 22:48:56.733 INFO E| Compiling time-core v0.1.2 |
2529 | 2024-12-20T22:48:58.409Z | [ helios-setup] Dec 20 22:48:57.086 INFO E| Compiling itoa v1.0.9 |
2530 | 2024-12-20T22:48:58.459Z | [ helios-setup] Dec 20 22:48:57.136 INFO E| Compiling rustix v0.38.4 |
2531 | 2024-12-20T22:48:58.551Z | [ helios-setup] Dec 20 22:48:57.228 INFO E| Compiling slog v2.7.0 |
2532 | 2024-12-20T22:48:59.011Z | [ helios-setup] Dec 20 22:48:57.687 INFO E| Compiling powerfmt v0.2.0 |
2533 | 2024-12-20T22:48:59.370Z | [ helios-setup] Dec 20 22:48:58.047 INFO E| Compiling generic-array v0.14.7 |
2534 | 2024-12-20T22:48:59.578Z | [ helios-setup] Dec 20 22:48:58.255 INFO E| Compiling deranged v0.3.11 |
2535 | 2024-12-20T22:48:59.719Z | [ helios-setup] Dec 20 22:48:58.396 INFO E| Compiling time-macros v0.2.18 |
2536 | 2024-12-20T22:48:59.973Z | [ helios-setup] Dec 20 22:48:58.650 INFO E| Compiling bitflags v2.3.3 |
2537 | 2024-12-20T22:49:00.017Z | [ helios-setup] Dec 20 22:48:58.694 INFO E| Compiling once_cell v1.18.0 |
2538 | 2024-12-20T22:49:00.221Z | [ helios-setup] Dec 20 22:48:58.898 INFO E| Compiling num_threads v0.1.6 |
2539 | 2024-12-20T22:49:00.333Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2540 | 2024-12-20T22:49:00.434Z | [ helios-setup] Dec 20 22:48:59.111 INFO E| Compiling quote v1.0.31 |
2541 | 2024-12-20T22:49:00.873Z | [ helios-setup] Dec 20 22:48:59.550 INFO E| Compiling thread_local v1.1.7 |
2542 | 2024-12-20T22:49:01.118Z | [ helios-setup] Dec 20 22:48:59.794 INFO E| Compiling syn v2.0.32 |
2543 | 2024-12-20T22:49:01.579Z | [ helios-setup] Dec 20 22:49:00.255 INFO E| Compiling dirs-sys-next v0.1.2 |
2544 | 2024-12-20T22:49:01.683Z | [ helios-setup] Dec 20 22:49:00.359 INFO E| Compiling errno v0.3.1 |
2545 | 2024-12-20T22:49:02.139Z | [ helios-setup] Dec 20 22:49:00.815 INFO E| Compiling dirs-next v2.0.0 |
2546 | 2024-12-20T22:49:02.220Z | [ helios-setup] Dec 20 22:49:00.897 INFO E| Compiling atty v0.2.14 |
2547 | 2024-12-20T22:49:02.358Z | [ helios-setup] Dec 20 22:49:01.034 INFO E| Compiling term v0.7.0 |
2548 | 2024-12-20T22:49:03.170Z | [ helios-setup] Dec 20 22:49:01.847 INFO E| Compiling fastrand v2.0.0 |
2549 | 2024-12-20T22:49:04.084Z | [ helios-setup] Dec 20 22:49:02.760 INFO E| Compiling anyhow v1.0.72 |
2550 | 2024-12-20T22:49:04.421Z | [ helios-setup] Dec 20 22:49:03.097 INFO E| Compiling digest v0.9.0 |
2551 | 2024-12-20T22:49:04.430Z | [ helios-setup] Dec 20 22:49:03.106 INFO E| Compiling block-buffer v0.9.0 |
2552 | 2024-12-20T22:49:04.462Z | [ helios-setup] Dec 20 22:49:03.139 INFO E| Compiling opaque-debug v0.3.0 |
2553 | 2024-12-20T22:49:04.604Z | [ helios-setup] Dec 20 22:49:03.280 INFO E| Compiling serde_json v1.0.103 |
2554 | 2024-12-20T22:49:04.673Z | [ helios-setup] Dec 20 22:49:03.349 INFO E| Compiling getrandom v0.2.10 |
2555 | 2024-12-20T22:49:04.976Z | [ helios-setup] Dec 20 22:49:03.652 INFO E| Compiling ryu v1.0.15 |
2556 | 2024-12-20T22:49:05.238Z | [ helios-setup] Dec 20 22:49:03.914 INFO E| Compiling cpufeatures v0.2.9 |
2557 | 2024-12-20T22:49:05.332Z | [ helios-setup] Dec 20 22:49:04.008 INFO E| Compiling same-file v1.0.6 |
2558 | 2024-12-20T22:49:05.702Z | [ helios-setup] Dec 20 22:49:04.375 INFO E| Compiling time v0.3.36 |
2559 | 2024-12-20T22:49:05.803Z | [ helios-setup] Dec 20 22:49:04.479 INFO E| Compiling tempfile v3.7.0 |
2560 | 2024-12-20T22:49:05.851Z | [ helios-setup] Dec 20 22:49:04.528 INFO E| Compiling unicode-width v0.1.10 |
2561 | 2024-12-20T22:49:06.042Z | [ helios-setup] Dec 20 22:49:04.718 INFO E| Compiling getopts v0.2.21 |
2562 | 2024-12-20T22:49:06.045Z | [ helios-setup] Dec 20 22:49:04.719 INFO E| Compiling walkdir v2.3.3 |
2563 | 2024-12-20T22:49:06.102Z | [ helios-setup] Dec 20 22:49:04.778 INFO E| Compiling sha-1 v0.9.8 |
2564 | 2024-12-20T22:49:06.882Z | [ helios-setup] Dec 20 22:49:05.557 INFO E| Compiling md-5 v0.9.1 |
2565 | 2024-12-20T22:49:07.177Z | [ helios-setup] Dec 20 22:49:05.853 INFO E| Compiling glob v0.3.1 |
2566 | 2024-12-20T22:49:07.825Z | [ helios-setup] Dec 20 22:49:06.501 INFO E| Compiling libdevinfo-sys v1.0.0 |
2567 | 2024-12-20T22:49:09.426Z | [ helios-setup] Dec 20 22:49:08.102 INFO E| Compiling slog-term v2.9.0 |
2568 | 2024-12-20T22:49:11.660Z | [ host-package] Compiling display-error-chain v0.2.2 |
2569 | 2024-12-20T22:49:11.936Z | [ helios-setup] Dec 20 22:49:10.611 INFO E| Compiling serde_derive v1.0.193 |
2570 | 2024-12-20T22:49:12.002Z | [ host-package] Compiling fastrand v2.1.1 |
2571 | 2024-12-20T22:49:12.383Z | [ host-package] Compiling same-file v1.0.6 |
2572 | 2024-12-20T22:49:12.695Z | [ host-package] Compiling walkdir v2.5.0 |
2573 | 2024-12-20T22:49:12.698Z | [ host-package] Compiling tempfile v3.13.0 |
2574 | 2024-12-20T22:49:13.497Z | [ host-package] Compiling ring v0.16.20 |
2575 | 2024-12-20T22:49:13.704Z | [ host-package] Compiling blake3 v1.5.4 |
2576 | 2024-12-20T22:49:13.792Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2577 | 2024-12-20T22:49:13.852Z | [ host-package] Compiling xattr v1.3.1 |
2578 | 2024-12-20T22:49:14.175Z | [ host-package] Compiling filetime v0.2.25 |
2579 | 2024-12-20T22:49:14.415Z | [ host-package] Compiling memmap2 v0.9.5 |
2580 | 2024-12-20T22:49:14.512Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2581 | 2024-12-20T22:49:14.560Z | [ host-package] Compiling arrayref v0.3.9 |
2582 | 2024-12-20T22:49:14.828Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2583 | 2024-12-20T22:49:14.897Z | [ host-package] Compiling arrayvec v0.7.6 |
2584 | 2024-12-20T22:49:15.033Z | [ host-package] Compiling spin v0.5.2 |
2585 | 2024-12-20T22:49:15.359Z | [ host-package] Compiling keccak v0.1.5 |
2586 | 2024-12-20T22:49:15.721Z | [ host-package] Compiling sha3 v0.10.8 |
2587 | 2024-12-20T22:49:16.419Z | [ host-package] Compiling tar v0.4.42 |
2588 | 2024-12-20T22:49:16.696Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2589 | 2024-12-20T22:49:16.784Z | [ host-package] Compiling toolchain_find v0.4.0 |
2590 | 2024-12-20T22:49:17.347Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2591 | 2024-12-20T22:49:17.524Z | [ host-package] Compiling topological-sort v0.2.2 |
2592 | 2024-12-20T22:49:17.981Z | [ host-package] Compiling crunchy v0.2.2 |
2593 | 2024-12-20T22:49:18.590Z | [ host-package] Compiling maplit v1.0.2 |
2594 | 2024-12-20T22:49:18.775Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2595 | 2024-12-20T22:49:18.825Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2596 | 2024-12-20T22:49:19.104Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2597 | 2024-12-20T22:49:19.223Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2598 | 2024-12-20T22:49:19.403Z | [ host-package] Compiling phf_generator v0.11.2 |
2599 | 2024-12-20T22:49:19.583Z | [ host-package] Compiling const_format v0.2.33 |
2600 | 2024-12-20T22:49:19.640Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2601 | 2024-12-20T22:49:20.029Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2602 | 2024-12-20T22:49:20.631Z | [ host-package] Compiling secrecy v0.8.0 |
2603 | 2024-12-20T22:49:20.684Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2604 | 2024-12-20T22:49:20.717Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2605 | 2024-12-20T22:49:20.959Z | [ host-package] Compiling arc-swap v1.7.1 |
2606 | 2024-12-20T22:49:21.013Z | [ host-package] Compiling r2d2 v0.8.10 |
2607 | 2024-12-20T22:49:21.126Z | [ host-package] Compiling phf_codegen v0.11.2 |
2608 | 2024-12-20T22:49:21.154Z | [ host-package] Compiling diesel_derives v2.2.3 |
2609 | 2024-12-20T22:49:21.453Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2610 | 2024-12-20T22:49:21.559Z | [ host-package] Compiling slog-scope v4.4.0 |
2611 | 2024-12-20T22:49:21.705Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2612 | 2024-12-20T22:49:21.728Z | [ host-package] Compiling universal-hash v0.5.1 |
2613 | 2024-12-20T22:49:22.028Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2614 | 2024-12-20T22:49:22.304Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2615 | 2024-12-20T22:49:22.535Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2616 | 2024-12-20T22:49:24.575Z | [ host-package] Compiling ena v0.14.3 |
2617 | 2024-12-20T22:49:25.065Z | [ host-package] Compiling unicase v2.7.0 |
2618 | 2024-12-20T22:49:25.169Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2619 | 2024-12-20T22:49:25.792Z | [ host-package] Compiling opaque-debug v0.3.1 |
2620 | 2024-12-20T22:49:25.806Z | [ host-package] Compiling diff v0.1.13 |
2621 | 2024-12-20T22:49:25.806Z | [ host-package] Compiling regex-syntax v0.6.29 |
2622 | 2024-12-20T22:49:26.097Z | [ helios-setup] Dec 20 22:49:24.771 INFO E| Compiling toml v0.5.11 |
2623 | 2024-12-20T22:49:26.097Z | [ helios-setup] Dec 20 22:49:24.771 INFO E| Compiling uuid v0.8.2 |
2624 | 2024-12-20T22:49:26.135Z | [ host-package] Compiling poly1305 v0.8.0 |
2625 | 2024-12-20T22:49:28.253Z | [ helios-setup] Dec 20 22:49:26.926 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2626 | 2024-12-20T22:49:28.436Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2627 | 2024-12-20T22:49:28.593Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2628 | 2024-12-20T22:49:30.317Z | [ host-package] Compiling lalrpop v0.19.12 |
2629 | 2024-12-20T22:49:32.325Z | [ helios-setup] Dec 20 22:49:30.998 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2630 | 2024-12-20T22:49:32.449Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2631 | 2024-12-20T22:49:34.028Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2632 | 2024-12-20T22:49:34.632Z | [ host-package] Compiling diesel v2.2.6 |
2633 | 2024-12-20T22:49:35.435Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2634 | 2024-12-20T22:49:35.866Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2635 | 2024-12-20T22:49:36.145Z | [ host-package] Compiling chacha20 v0.9.1 |
2636 | 2024-12-20T22:49:36.699Z | [ host-package] Compiling aead v0.5.2 |
2637 | 2024-12-20T22:49:37.123Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2638 | 2024-12-20T22:49:37.862Z | [ host-package] Compiling ref-cast v1.0.23 |
2639 | 2024-12-20T22:49:38.495Z | [ host-package] Compiling vte v0.11.1 |
2640 | 2024-12-20T22:49:40.318Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2641 | 2024-12-20T22:49:40.702Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2642 | 2024-12-20T22:49:41.181Z | [ host-package] Compiling chrono-tz v0.10.0 |
2643 | 2024-12-20T22:49:42.089Z | [ host-package] Compiling vsss-rs v3.3.4 |
2644 | 2024-12-20T22:49:44.100Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2645 | 2024-12-20T22:49:44.439Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2646 | 2024-12-20T22:49:45.843Z | [ helios-setup] Dec 20 22:49:44.463 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.80s |
2647 | 2024-12-20T22:49:46.006Z | [ helios-setup] Dec 20 22:49:44.494 INFO building project "image-builder" ok (49 seconds) |
2648 | 2024-12-20T22:49:46.007Z | [ helios-setup] Dec 20 22:49:44.495 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2649 | 2024-12-20T22:49:46.007Z | [ helios-setup] Dec 20 22:49:44.495 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2650 | 2024-12-20T22:49:46.181Z | [ helios-setup] Dec 20 22:49:44.813 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2651 | 2024-12-20T22:49:47.105Z | [ host-package] Compiling headers-core v0.3.0 |
2652 | 2024-12-20T22:49:47.276Z | [ helios-setup] Dec 20 22:49:45.947 INFO E| From https://github.com/oxidecomputer/progenitor |
2653 | 2024-12-20T22:49:47.276Z | [ helios-setup] Dec 20 22:49:45.947 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2654 | 2024-12-20T22:49:47.309Z | [ helios-setup] Dec 20 22:49:45.980 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2655 | 2024-12-20T22:49:47.309Z | [ helios-setup] Dec 20 22:49:45.980 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2656 | 2024-12-20T22:49:47.349Z | [ host-package] Compiling fxhash v0.2.1 |
2657 | 2024-12-20T22:49:47.416Z | [ helios-setup] Dec 20 22:49:46.087 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2658 | 2024-12-20T22:49:47.624Z | [ host-package] Compiling libxml v0.3.3 |
2659 | 2024-12-20T22:49:47.856Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2660 | 2024-12-20T22:49:47.979Z | [ helios-setup] Dec 20 22:49:46.650 INFO E| From https://github.com/jclulow/hiercmd |
2661 | 2024-12-20T22:49:47.979Z | [ helios-setup] Dec 20 22:49:46.650 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2662 | 2024-12-20T22:49:47.999Z | [ helios-setup] Dec 20 22:49:46.671 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2663 | 2024-12-20T22:49:48.008Z | [ host-package] Compiling bytecount v0.6.8 |
2664 | 2024-12-20T22:49:48.377Z | [ host-package] Compiling papergrid v0.11.0 |
2665 | 2024-12-20T22:49:48.594Z | [ helios-setup] Dec 20 22:49:47.263 INFO E| From https://github.com/jclulow/network-interface |
2666 | 2024-12-20T22:49:48.594Z | [ helios-setup] Dec 20 22:49:47.263 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2667 | 2024-12-20T22:49:48.624Z | [ helios-setup] Dec 20 22:49:47.295 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2668 | 2024-12-20T22:49:49.166Z | [ helios-setup] Dec 20 22:49:47.832 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2669 | 2024-12-20T22:49:49.167Z | [ helios-setup] Dec 20 22:49:47.833 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2670 | 2024-12-20T22:49:49.198Z | [ helios-setup] Dec 20 22:49:47.869 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2671 | 2024-12-20T22:49:50.047Z | [ helios-setup] Dec 20 22:49:48.718 INFO E| From https://github.com/oxidecomputer/facade |
2672 | 2024-12-20T22:49:50.050Z | [ helios-setup] Dec 20 22:49:48.718 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2673 | 2024-12-20T22:49:50.094Z | [ helios-setup] Dec 20 22:49:48.763 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2674 | 2024-12-20T22:49:51.149Z | [ helios-setup] Dec 20 22:49:49.820 INFO E| From https://github.com/oxidecomputer/dropshot |
2675 | 2024-12-20T22:49:51.149Z | [ helios-setup] Dec 20 22:49:49.820 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2676 | 2024-12-20T22:49:51.187Z | [ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2677 | 2024-12-20T22:49:51.187Z | [ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2678 | 2024-12-20T22:49:51.190Z | [ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2679 | 2024-12-20T22:49:51.190Z | [ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2680 | 2024-12-20T22:49:51.190Z | [ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2681 | 2024-12-20T22:49:51.190Z | [ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2682 | 2024-12-20T22:49:51.190Z | [ helios-setup] Dec 20 22:49:49.859 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2683 | 2024-12-20T22:49:51.190Z | [ helios-setup] Dec 20 22:49:49.859 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2684 | 2024-12-20T22:49:51.236Z | [ helios-setup] Dec 20 22:49:49.907 INFO E| Updating crates.io index |
2685 | 2024-12-20T22:49:51.287Z | [ helios-setup] Dec 20 22:49:49.958 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2686 | 2024-12-20T22:49:52.142Z | [ helios-setup] Dec 20 22:49:50.812 INFO E| From https://github.com/oxidecomputer/typify |
2687 | 2024-12-20T22:49:52.142Z | [ helios-setup] Dec 20 22:49:50.812 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2688 | 2024-12-20T22:49:52.176Z | [ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2689 | 2024-12-20T22:49:52.176Z | [ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2690 | 2024-12-20T22:49:52.179Z | [ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2691 | 2024-12-20T22:49:52.179Z | [ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2692 | 2024-12-20T22:49:52.179Z | [ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2693 | 2024-12-20T22:49:52.179Z | [ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2694 | 2024-12-20T22:49:52.179Z | [ helios-setup] Dec 20 22:49:50.848 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2695 | 2024-12-20T22:49:52.540Z | [ helios-setup] Dec 20 22:49:51.210 INFO E| Downloading crates ... |
2696 | 2024-12-20T22:49:52.690Z | [ helios-setup] Dec 20 22:49:51.360 INFO E| Downloaded const-random-macro v0.1.15 |
2697 | 2024-12-20T22:49:52.693Z | [ helios-setup] Dec 20 22:49:51.364 INFO E| Downloaded const-random v0.1.15 |
2698 | 2024-12-20T22:49:52.695Z | [ helios-setup] Dec 20 22:49:51.366 INFO E| Downloaded autocfg v1.1.0 |
2699 | 2024-12-20T22:49:52.700Z | [ helios-setup] Dec 20 22:49:51.371 INFO E| Downloaded async-stream v0.3.5 |
2700 | 2024-12-20T22:49:52.704Z | [ helios-setup] Dec 20 22:49:51.375 INFO E| Downloaded anstream v0.2.6 |
2701 | 2024-12-20T22:49:52.709Z | [ helios-setup] Dec 20 22:49:51.380 INFO E| Downloaded concolor-override v1.0.0 |
2702 | 2024-12-20T22:49:52.712Z | [ helios-setup] Dec 20 22:49:51.382 INFO E| Downloaded async-stream-impl v0.3.5 |
2703 | 2024-12-20T22:49:52.750Z | [ helios-setup] Dec 20 22:49:51.421 INFO E| Downloaded toolchain_find v0.2.0 |
2704 | 2024-12-20T22:49:52.752Z | [ helios-setup] Dec 20 22:49:51.423 INFO E| Downloaded tempfile v3.5.0 |
2705 | 2024-12-20T22:49:52.756Z | [ helios-setup] Dec 20 22:49:51.427 INFO E| Downloaded crossbeam-deque v0.8.2 |
2706 | 2024-12-20T22:49:52.759Z | [ helios-setup] Dec 20 22:49:51.430 INFO E| Downloaded tower-service v0.3.2 |
2707 | 2024-12-20T22:49:52.762Z | [ helios-setup] Dec 20 22:49:51.433 INFO E| Downloaded futures-sink v0.3.28 |
2708 | 2024-12-20T22:49:52.764Z | [ helios-setup] Dec 20 22:49:51.435 INFO E| Downloaded fastrand v1.9.0 |
2709 | 2024-12-20T22:49:52.766Z | [ helios-setup] Dec 20 22:49:51.437 INFO E| Downloaded concolor-query v0.3.3 |
2710 | 2024-12-20T22:49:52.769Z | [ helios-setup] Dec 20 22:49:51.440 INFO E| Downloaded percent-encoding v2.2.0 |
2711 | 2024-12-20T22:49:52.771Z | [ helios-setup] Dec 20 22:49:51.441 INFO E| Downloaded want v0.3.0 |
2712 | 2024-12-20T22:49:52.773Z | [ helios-setup] Dec 20 22:49:51.443 INFO E| Downloaded try-lock v0.2.4 |
2713 | 2024-12-20T22:49:52.776Z | [ helios-setup] Dec 20 22:49:51.445 INFO E| Downloaded num-integer v0.1.45 |
2714 | 2024-12-20T22:49:52.778Z | [ helios-setup] Dec 20 22:49:51.449 INFO E| Downloaded thiserror-impl v1.0.38 |
2715 | 2024-12-20T22:49:52.782Z | [ helios-setup] Dec 20 22:49:51.452 INFO E| Downloaded thiserror v1.0.38 |
2716 | 2024-12-20T22:49:52.791Z | [ helios-setup] Dec 20 22:49:51.462 INFO E| Downloaded signal-hook-registry v1.4.0 |
2717 | 2024-12-20T22:49:52.793Z | [ helios-setup] Dec 20 22:49:51.464 INFO E| Downloaded strsim v0.10.0 |
2718 | 2024-12-20T22:49:52.796Z | [ helios-setup] Dec 20 22:49:51.467 INFO E| Downloaded scopeguard v1.1.0 |
2719 | 2024-12-20T22:49:52.799Z | [ helios-setup] Dec 20 22:49:51.470 INFO E| Downloaded slog-bunyan v2.4.0 |
2720 | 2024-12-20T22:49:52.801Z | [ helios-setup] Dec 20 22:49:51.472 INFO E| Downloaded utf8parse v0.2.1 |
2721 | 2024-12-20T22:49:52.803Z | [ helios-setup] Dec 20 22:49:51.474 INFO E| Downloaded semver-parser v0.10.2 |
2722 | 2024-12-20T22:49:52.807Z | [ helios-setup] Dec 20 22:49:51.478 INFO E| Downloaded smawk v0.3.1 |
2723 | 2024-12-20T22:49:52.811Z | [ helios-setup] Dec 20 22:49:51.481 INFO E| Downloaded slog-async v2.7.0 |
2724 | 2024-12-20T22:49:52.814Z | [ helios-setup] Dec 20 22:49:51.485 INFO E| Downloaded slab v0.4.7 |
2725 | 2024-12-20T22:49:52.817Z | [ helios-setup] Dec 20 22:49:51.488 INFO E| Downloaded sha2 v0.10.6 |
2726 | 2024-12-20T22:49:52.821Z | [ helios-setup] Dec 20 22:49:51.492 INFO E| Downloaded smartstring v1.0.1 |
2727 | 2024-12-20T22:49:52.826Z | [ helios-setup] Dec 20 22:49:51.497 INFO E| Downloaded semver v1.0.17 |
2728 | 2024-12-20T22:49:52.831Z | [ helios-setup] Dec 20 22:49:51.502 INFO E| Downloaded smallvec v1.10.0 |
2729 | 2024-12-20T22:49:52.836Z | [ helios-setup] Dec 20 22:49:51.507 INFO E| Downloaded quote v1.0.36 |
2730 | 2024-12-20T22:49:52.841Z | [ helios-setup] Dec 20 22:49:51.512 INFO E| Downloaded unicode-ident v1.0.8 |
2731 | 2024-12-20T22:49:52.846Z | [ helios-setup] Dec 20 22:49:51.518 INFO E| Downloaded rhai_codegen v1.5.0 |
2732 | 2024-12-20T22:49:52.864Z | [ helios-setup] Dec 20 22:49:51.535 INFO E| Downloaded socket2 v0.4.9 |
2733 | 2024-12-20T22:49:52.867Z | [ helios-setup] Dec 20 22:49:51.538 INFO E| Downloaded tungstenite v0.18.0 |
2734 | 2024-12-20T22:49:52.872Z | [ helios-setup] Dec 20 22:49:51.543 INFO E| Downloaded proc-macro2 v1.0.86 |
2735 | 2024-12-20T22:49:52.878Z | [ helios-setup] Dec 20 22:49:51.549 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2736 | 2024-12-20T22:49:52.888Z | [ helios-setup] Dec 20 22:49:51.556 INFO E| Downloaded serde v1.0.204 |
2737 | 2024-12-20T22:49:52.892Z | [ helios-setup] Dec 20 22:49:51.563 INFO E| Downloaded url v2.3.1 |
2738 | 2024-12-20T22:49:52.898Z | [ helios-setup] Dec 20 22:49:51.569 INFO E| Downloaded serde_derive_internals v0.26.0 |
2739 | 2024-12-20T22:49:52.901Z | [ helios-setup] Dec 20 22:49:51.572 INFO E| Downloaded unicode-normalization v0.1.22 |
2740 | 2024-12-20T22:49:52.909Z | [ helios-setup] Dec 20 22:49:51.580 INFO E| Downloaded tokio-util v0.7.7 |
2741 | 2024-12-20T22:49:52.921Z | [ helios-setup] Dec 20 22:49:51.592 INFO E| Downloaded winnow v0.4.1 |
2742 | 2024-12-20T22:49:52.936Z | [ helios-setup] Dec 20 22:49:51.607 INFO E| Downloaded rayon-core v1.10.2 |
2743 | 2024-12-20T22:49:52.942Z | [ helios-setup] Dec 20 22:49:51.613 INFO E| Downloaded rustls v0.21.0 |
2744 | 2024-12-20T22:49:52.961Z | [ helios-setup] Dec 20 22:49:51.632 INFO E| Downloaded ryu v1.0.13 |
2745 | 2024-12-20T22:49:52.966Z | [ helios-setup] Dec 20 22:49:51.637 INFO E| Downloaded crossbeam-channel v0.5.6 |
2746 | 2024-12-20T22:49:52.974Z | [ helios-setup] Dec 20 22:49:51.645 INFO E| Downloaded http v0.2.9 |
2747 | 2024-12-20T22:49:52.982Z | [ helios-setup] Dec 20 22:49:51.653 INFO E| Downloaded syn v2.0.72 |
2748 | 2024-12-20T22:49:53.002Z | [ helios-setup] Dec 20 22:49:51.672 INFO E| Downloaded syn v1.0.107 |
2749 | 2024-12-20T22:49:53.019Z | [ helios-setup] Dec 20 22:49:51.690 INFO E| Downloaded pest v2.5.7 |
2750 | 2024-12-20T22:49:53.027Z | [ helios-setup] Dec 20 22:49:51.698 INFO E| Downloaded aho-corasick v0.7.20 |
2751 | 2024-12-20T22:49:53.033Z | [ helios-setup] Dec 20 22:49:51.704 INFO E| Downloaded rustls-webpki v0.100.1 |
2752 | 2024-12-20T22:49:53.046Z | [ helios-setup] Dec 20 22:49:51.715 INFO E| Downloaded mio v0.8.5 |
2753 | 2024-12-20T22:49:53.053Z | [ helios-setup] Dec 20 22:49:51.724 INFO E| Downloaded cc v1.0.78 |
2754 | 2024-12-20T22:49:53.058Z | [ helios-setup] Dec 20 22:49:51.729 INFO E| Downloaded reqwest v0.11.16 |
2755 | 2024-12-20T22:49:53.073Z | [ helios-setup] Dec 20 22:49:51.742 INFO E| Downloaded serde_json v1.0.95 |
2756 | 2024-12-20T22:49:53.083Z | [ helios-setup] Dec 20 22:49:51.754 INFO E| Downloaded h2 v0.3.16 |
2757 | 2024-12-20T22:49:53.094Z | [ helios-setup] Dec 20 22:49:51.765 INFO E| Downloaded futures-util v0.3.28 |
2758 | 2024-12-20T22:49:53.121Z | [ helios-setup] Dec 20 22:49:51.786 INFO E| Downloaded chrono v0.4.24 |
2759 | 2024-12-20T22:49:53.127Z | [ helios-setup] Dec 20 22:49:51.798 INFO E| Downloaded hyper v0.14.25 |
2760 | 2024-12-20T22:49:53.140Z | [ helios-setup] Dec 20 22:49:51.810 INFO E| Downloaded git2 v0.16.1 |
2761 | 2024-12-20T22:49:53.153Z | [ helios-setup] Dec 20 22:49:51.824 INFO E| Downloaded rayon v1.6.1 |
2762 | 2024-12-20T22:49:53.171Z | [ helios-setup] Dec 20 22:49:51.838 INFO E| Downloaded regress v0.5.0 |
2763 | 2024-12-20T22:49:53.179Z | [ helios-setup] Dec 20 22:49:51.850 INFO E| Downloaded regex v1.7.3 |
2764 | 2024-12-20T22:49:53.204Z | [ helios-setup] Dec 20 22:49:51.875 INFO E| Downloaded rustix v0.37.3 |
2765 | 2024-12-20T22:49:53.243Z | [ helios-setup] Dec 20 22:49:51.903 INFO E| Downloaded clap_builder v4.2.1 |
2766 | 2024-12-20T22:49:53.286Z | [ helios-setup] Dec 20 22:49:51.914 INFO E| Downloaded memchr v2.5.0 |
2767 | 2024-12-20T22:49:53.287Z | [ helios-setup] Dec 20 22:49:51.919 INFO E| Downloaded camino v1.1.4 |
2768 | 2024-12-20T22:49:53.287Z | [ helios-setup] Dec 20 22:49:51.922 INFO E| Downloaded rhai v1.14.0 |
2769 | 2024-12-20T22:49:53.378Z | [ helios-setup] Dec 20 22:49:51.940 INFO E| Downloaded openapiv3 v1.0.2 |
2770 | 2024-12-20T22:49:53.378Z | [ helios-setup] Dec 20 22:49:51.956 INFO E| Downloaded clap v4.2.1 |
2771 | 2024-12-20T22:49:53.378Z | [ helios-setup] Dec 20 22:49:51.968 INFO E| Downloaded tracing v0.1.37 |
2772 | 2024-12-20T22:49:53.499Z | [ helios-setup] Dec 20 22:49:51.975 INFO E| Downloaded toml_edit v0.19.8 |
2773 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.000 INFO E| Downloaded tokio v1.27.0 |
2774 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.052 INFO E| Downloaded parking_lot v0.12.1 |
2775 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.056 INFO E| Downloaded bytes v1.4.0 |
2776 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.062 INFO E| Downloaded base64 v0.21.0 |
2777 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.068 INFO E| Downloaded unicode-linebreak v0.1.4 |
2778 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.071 INFO E| Downloaded crossbeam-utils v0.8.14 |
2779 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.075 INFO E| Downloaded num-traits v0.2.15 |
2780 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.080 INFO E| Downloaded log v0.4.17 |
2781 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.084 INFO E| Downloaded futures v0.3.28 |
2782 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.091 INFO E| Downloaded tracing-core v0.1.30 |
2783 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.094 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2784 | 2024-12-20T22:49:53.500Z | [ helios-setup] Dec 20 22:49:52.098 INFO E| Downloaded byteorder v1.4.3 |
2785 | 2024-12-20T22:49:53.560Z | [ helios-setup] Dec 20 22:49:52.101 INFO E| Downloaded serde_yaml v0.9.21 |
2786 | 2024-12-20T22:49:53.560Z | [ helios-setup] Dec 20 22:49:52.107 INFO E| Downloaded serde_derive v1.0.204 |
2787 | 2024-12-20T22:49:53.560Z | [ helios-setup] Dec 20 22:49:52.130 INFO E| Downloaded schemars v0.8.12 |
2788 | 2024-12-20T22:49:53.560Z | [ helios-setup] Dec 20 22:49:52.147 INFO E| Downloaded uuid v1.3.0 |
2789 | 2024-12-20T22:49:53.560Z | [ helios-setup] Dec 20 22:49:52.153 INFO E| Downloaded toml v0.7.3 |
2790 | 2024-12-20T22:49:53.560Z | [ helios-setup] Dec 20 22:49:52.158 INFO E| Downloaded libc v0.2.139 |
2791 | 2024-12-20T22:49:53.560Z | [ helios-setup] Dec 20 22:49:52.204 INFO E| Downloaded tinyvec v1.6.0 |
2792 | 2024-12-20T22:49:53.600Z | [ helios-setup] Dec 20 22:49:52.209 INFO E| Downloaded serde_path_to_error v0.1.11 |
2793 | 2024-12-20T22:49:53.600Z | [ helios-setup] Dec 20 22:49:52.212 INFO E| Downloaded rustls-pemfile v1.0.2 |
2794 | 2024-12-20T22:49:53.600Z | [ helios-setup] Dec 20 22:49:52.216 INFO E| Downloaded pin-project-lite v0.2.9 |
2795 | 2024-12-20T22:49:53.600Z | [ helios-setup] Dec 20 22:49:52.223 INFO E| Downloaded parking_lot_core v0.9.6 |
2796 | 2024-12-20T22:49:53.600Z | [ helios-setup] Dec 20 22:49:52.226 INFO E| Downloaded lock_api v0.4.9 |
2797 | 2024-12-20T22:49:53.600Z | [ helios-setup] Dec 20 22:49:52.229 INFO E| Downloaded ipnet v2.7.2 |
2798 | 2024-12-20T22:49:53.600Z | [ helios-setup] Dec 20 22:49:52.231 INFO E| Downloaded unicode-bidi v0.3.13 |
2799 | 2024-12-20T22:49:53.600Z | [ helios-setup] Dec 20 22:49:52.235 INFO E| Downloaded ucd-trie v0.1.5 |
2800 | 2024-12-20T22:49:53.601Z | [ helios-setup] Dec 20 22:49:52.237 INFO E| Downloaded textwrap v0.16.0 |
2801 | 2024-12-20T22:49:53.601Z | [ helios-setup] Dec 20 22:49:52.241 INFO E| Downloaded httparse v1.8.0 |
2802 | 2024-12-20T22:49:53.630Z | [ helios-setup] Dec 20 22:49:52.245 INFO E| Downloaded futures-channel v0.3.28 |
2803 | 2024-12-20T22:49:53.630Z | [ helios-setup] Dec 20 22:49:52.248 INFO E| Downloaded schemars_derive v0.8.12 |
2804 | 2024-12-20T22:49:53.630Z | [ helios-setup] Dec 20 22:49:52.250 INFO E| Downloaded pkg-config v0.3.26 |
2805 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.252 INFO E| Downloaded once_cell v1.17.0 |
2806 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.256 INFO E| Downloaded io-lifetimes v1.0.10 |
2807 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.259 INFO E| Downloaded getrandom v0.2.8 |
2808 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.263 INFO E| Downloaded sct v0.7.0 |
2809 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.269 INFO E| Downloaded time v0.1.45 |
2810 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.271 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2811 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.274 INFO E| Downloaded tokio-rustls v0.24.0 |
2812 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.277 INFO E| Downloaded proc-macro-crate v1.2.1 |
2813 | 2024-12-20T22:49:53.631Z | [ helios-setup] Dec 20 22:49:52.279 INFO E| Downloaded clap_derive v4.2.0 |
2814 | 2024-12-20T22:49:53.656Z | [ helios-setup] Dec 20 22:49:52.283 INFO E| Downloaded serde_tokenstream v0.2.0 |
2815 | 2024-12-20T22:49:53.656Z | [ helios-setup] Dec 20 22:49:52.288 INFO E| Downloaded serde_spanned v0.6.1 |
2816 | 2024-12-20T22:49:53.656Z | [ helios-setup] Dec 20 22:49:52.290 INFO E| Downloaded digest v0.10.6 |
2817 | 2024-12-20T22:49:53.656Z | [ helios-setup] Dec 20 22:49:52.293 INFO E| Downloaded cargo-lock v8.0.3 |
2818 | 2024-12-20T22:49:53.657Z | [ helios-setup] Dec 20 22:49:52.296 INFO E| Downloaded ahash v0.8.3 |
2819 | 2024-12-20T22:49:53.657Z | [ helios-setup] Dec 20 22:49:52.300 INFO E| Downloaded ahash v0.7.6 |
2820 | 2024-12-20T22:49:53.657Z | [ helios-setup] Dec 20 22:49:52.304 INFO E| Downloaded toml_datetime v0.6.1 |
2821 | 2024-12-20T22:49:53.657Z | [ helios-setup] Dec 20 22:49:52.306 INFO E| Downloaded itoa v1.0.6 |
2822 | 2024-12-20T22:49:53.657Z | [ helios-setup] Dec 20 22:49:52.308 INFO E| Downloaded http-body v0.4.5 |
2823 | 2024-12-20T22:49:53.659Z | [ helios-setup] Dec 20 22:49:52.311 INFO E| Downloaded futures-executor v0.3.28 |
2824 | 2024-12-20T22:49:53.682Z | [ helios-setup] Dec 20 22:49:52.313 INFO E| Downloaded anyhow v1.0.68 |
2825 | 2024-12-20T22:49:53.683Z | [ helios-setup] Dec 20 22:49:52.319 INFO E| Downloaded iana-time-zone v0.1.56 |
2826 | 2024-12-20T22:49:53.683Z | [ helios-setup] Dec 20 22:49:52.322 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2827 | 2024-12-20T22:49:53.683Z | [ helios-setup] Dec 20 22:49:52.325 INFO E| Downloaded form_urlencoded v1.1.0 |
2828 | 2024-12-20T22:49:53.683Z | [ helios-setup] Dec 20 22:49:52.327 INFO E| Downloaded sha1 v0.10.5 |
2829 | 2024-12-20T22:49:53.683Z | [ helios-setup] Dec 20 22:49:52.329 INFO E| Downloaded semver v0.11.0 |
2830 | 2024-12-20T22:49:53.683Z | [ helios-setup] Dec 20 22:49:52.332 INFO E| Downloaded tokio-macros v2.0.0 |
2831 | 2024-12-20T22:49:53.683Z | [ helios-setup] Dec 20 22:49:52.333 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2832 | 2024-12-20T22:49:53.683Z | [ helios-setup] Dec 20 22:49:52.335 INFO E| Downloaded paste v1.0.12 |
2833 | 2024-12-20T22:49:53.706Z | [ helios-setup] Dec 20 22:49:52.341 INFO E| Downloaded lazy_static v1.4.0 |
2834 | 2024-12-20T22:49:53.706Z | [ helios-setup] Dec 20 22:49:52.343 INFO E| Downloaded home v0.5.4 |
2835 | 2024-12-20T22:49:53.706Z | [ helios-setup] Dec 20 22:49:52.344 INFO E| Downloaded encoding_rs v0.8.32 |
2836 | 2024-12-20T22:49:53.743Z | [ helios-setup] Dec 20 22:49:52.395 INFO E| Downloaded either v1.8.0 |
2837 | 2024-12-20T22:49:53.770Z | [ helios-setup] Dec 20 22:49:52.397 INFO E| Downloaded ppv-lite86 v0.2.17 |
2838 | 2024-12-20T22:49:53.770Z | [ helios-setup] Dec 20 22:49:52.400 INFO E| Downloaded num_enum_derive v0.5.7 |
2839 | 2024-12-20T22:49:53.770Z | [ helios-setup] Dec 20 22:49:52.402 INFO E| Downloaded num_enum v0.5.7 |
2840 | 2024-12-20T22:49:53.771Z | [ helios-setup] Dec 20 22:49:52.409 INFO E| Downloaded num_cpus v1.15.0 |
2841 | 2024-12-20T22:49:53.771Z | [ helios-setup] Dec 20 22:49:52.413 INFO E| Downloaded memoffset v0.7.1 |
2842 | 2024-12-20T22:49:53.771Z | [ helios-setup] Dec 20 22:49:52.414 INFO E| Downloaded is-terminal v0.4.7 |
2843 | 2024-12-20T22:49:53.771Z | [ helios-setup] Dec 20 22:49:52.419 INFO E| Downloaded httpdate v1.0.2 |
2844 | 2024-12-20T22:49:53.771Z | [ helios-setup] Dec 20 22:49:52.421 INFO E| Downloaded futures-task v0.3.28 |
2845 | 2024-12-20T22:49:53.771Z | [ helios-setup] Dec 20 22:49:52.423 INFO E| Downloaded futures-macro v0.3.28 |
2846 | 2024-12-20T22:49:53.771Z | [ helios-setup] Dec 20 22:49:52.424 INFO E| Downloaded futures-core v0.3.28 |
2847 | 2024-12-20T22:49:53.772Z | [ helios-setup] Dec 20 22:49:52.426 INFO E| Downloaded jobserver v0.1.26 |
2848 | 2024-12-20T22:49:53.772Z | [ helios-setup] Dec 20 22:49:52.430 INFO E| Downloaded futures-io v0.3.28 |
2849 | 2024-12-20T22:49:53.772Z | [ helios-setup] Dec 20 22:49:52.431 INFO E| Downloaded dyn-clone v1.0.11 |
2850 | 2024-12-20T22:49:53.795Z | [ helios-setup] Dec 20 22:49:52.433 INFO E| Downloaded clap_lex v0.4.1 |
2851 | 2024-12-20T22:49:53.795Z | [ helios-setup] Dec 20 22:49:52.435 INFO E| Downloaded built v0.6.0 |
2852 | 2024-12-20T22:49:53.795Z | [ helios-setup] Dec 20 22:49:52.437 INFO E| Downloaded async-trait v0.1.68 |
2853 | 2024-12-20T22:49:53.795Z | [ helios-setup] Dec 20 22:49:52.442 INFO E| Downloaded anstyle-parse v0.1.1 |
2854 | 2024-12-20T22:49:53.795Z | [ helios-setup] Dec 20 22:49:52.445 INFO E| Downloaded anstyle v0.3.5 |
2855 | 2024-12-20T22:49:53.795Z | [ helios-setup] Dec 20 22:49:52.447 INFO E| Downloaded bincode v1.3.3 |
2856 | 2024-12-20T22:49:53.796Z | [ helios-setup] Dec 20 22:49:52.450 INFO E| Downloaded terminal_size v0.2.6 |
2857 | 2024-12-20T22:49:53.828Z | [ helios-setup] Dec 20 22:49:52.452 INFO E| Downloaded project-root v0.2.2 |
2858 | 2024-12-20T22:49:53.829Z | [ helios-setup] Dec 20 22:49:52.453 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2859 | 2024-12-20T22:49:53.948Z | [ helios-setup] Dec 20 22:49:52.604 INFO E| Downloaded libz-sys v1.1.8 |
2860 | 2024-12-20T22:49:54.244Z | [ helios-setup] Dec 20 22:49:52.913 INFO E| Compiling proc-macro2 v1.0.86 |
2861 | 2024-12-20T22:49:54.252Z | [ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling libc v0.2.139 |
2862 | 2024-12-20T22:49:54.252Z | [ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling unicode-ident v1.0.8 |
2863 | 2024-12-20T22:49:54.252Z | [ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling autocfg v1.1.0 |
2864 | 2024-12-20T22:49:54.253Z | [ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling cfg-if v1.0.0 |
2865 | 2024-12-20T22:49:54.253Z | [ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling version_check v0.9.4 |
2866 | 2024-12-20T22:49:54.253Z | [ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling serde v1.0.204 |
2867 | 2024-12-20T22:49:54.253Z | [ helios-setup] Dec 20 22:49:52.915 INFO E| Compiling syn v1.0.107 |
2868 | 2024-12-20T22:49:55.034Z | [ helios-setup] Dec 20 22:49:53.704 INFO E| Compiling memchr v2.5.0 |
2869 | 2024-12-20T22:49:55.471Z | [ helios-setup] Dec 20 22:49:54.141 INFO E| Compiling once_cell v1.17.0 |
2870 | 2024-12-20T22:49:55.866Z | [ helios-setup] Dec 20 22:49:54.537 INFO E| Compiling log v0.4.17 |
2871 | 2024-12-20T22:49:56.204Z | [ helios-setup] Dec 20 22:49:54.875 INFO E| Compiling thiserror v1.0.38 |
2872 | 2024-12-20T22:49:56.700Z | [ helios-setup] Dec 20 22:49:55.370 INFO E| Compiling itoa v1.0.6 |
2873 | 2024-12-20T22:49:56.937Z | [ helios-setup] Dec 20 22:49:55.607 INFO E| Compiling serde_json v1.0.95 |
2874 | 2024-12-20T22:49:58.084Z | [ helios-setup] Dec 20 22:49:56.754 INFO E| Compiling indexmap v1.9.3 |
2875 | 2024-12-20T22:49:58.203Z | [ helios-setup] Dec 20 22:49:56.873 INFO E| Compiling pin-project-lite v0.2.9 |
2876 | 2024-12-20T22:49:58.507Z | [ helios-setup] Dec 20 22:49:57.177 INFO E| Compiling quote v1.0.36 |
2877 | 2024-12-20T22:49:58.709Z | [ helios-setup] Dec 20 22:49:57.379 INFO E| Compiling scopeguard v1.1.0 |
2878 | 2024-12-20T22:49:58.857Z | [ helios-setup] Dec 20 22:49:57.526 INFO E| Compiling num-integer v0.1.45 |
2879 | 2024-12-20T22:49:58.965Z | [ helios-setup] Dec 20 22:49:57.635 INFO E| Compiling futures-core v0.3.28 |
2880 | 2024-12-20T22:49:59.186Z | [ helios-setup] Dec 20 22:49:57.850 INFO E| Compiling getrandom v0.2.8 |
2881 | 2024-12-20T22:49:59.470Z | [ helios-setup] Dec 20 22:49:58.140 INFO E| Compiling syn v2.0.72 |
2882 | 2024-12-20T22:49:59.924Z | [ helios-setup] Dec 20 22:49:58.594 INFO E| Compiling jobserver v0.1.26 |
2883 | 2024-12-20T22:50:00.126Z | [ helios-setup] Dec 20 22:49:58.796 INFO E| Compiling bytes v1.4.0 |
2884 | 2024-12-20T22:50:00.468Z | [ helios-setup] Dec 20 22:49:59.138 INFO E| Compiling ryu v1.0.13 |
2885 | 2024-12-20T22:50:01.158Z | [ helios-setup] Dec 20 22:49:59.828 INFO E| Compiling cc v1.0.78 |
2886 | 2024-12-20T22:50:01.705Z | [ helios-setup] Dec 20 22:50:00.375 INFO E| Compiling lock_api v0.4.9 |
2887 | 2024-12-20T22:50:02.113Z | [ helios-setup] Dec 20 22:50:00.783 INFO E| Compiling parking_lot_core v0.9.6 |
2888 | 2024-12-20T22:50:02.223Z | [ helios-setup] Dec 20 22:50:00.892 INFO E| Compiling typenum v1.16.0 |
2889 | 2024-12-20T22:50:02.490Z | [ helios-setup] Dec 20 22:50:01.159 INFO E| Compiling bitflags v1.3.2 |
2890 | 2024-12-20T22:50:02.786Z | [ helios-setup] Dec 20 22:50:01.456 INFO E| Compiling num_cpus v1.15.0 |
2891 | 2024-12-20T22:50:03.169Z | [ host-package] Compiling polar-core v0.27.3 |
2892 | 2024-12-20T22:50:03.186Z | [ helios-setup] Dec 20 22:50:01.855 INFO E| Compiling slab v0.4.7 |
2893 | 2024-12-20T22:50:03.186Z | [ helios-setup] Dec 20 22:50:01.855 INFO E| Compiling generic-array v0.14.6 |
2894 | 2024-12-20T22:50:03.367Z | [ helios-setup] Dec 20 22:50:02.037 INFO E| Compiling futures-sink v0.3.28 |
2895 | 2024-12-20T22:50:03.529Z | [ helios-setup] Dec 20 22:50:02.198 INFO E| Compiling futures-channel v0.3.28 |
2896 | 2024-12-20T22:50:04.014Z | [ helios-setup] Dec 20 22:50:02.683 INFO E| Compiling futures-task v0.3.28 |
2897 | 2024-12-20T22:50:04.638Z | [ helios-setup] Dec 20 22:50:03.307 INFO E| Compiling tokio v1.27.0 |
2898 | 2024-12-20T22:50:04.868Z | [ helios-setup] Dec 20 22:50:03.537 INFO E| Compiling schemars v0.8.12 |
2899 | 2024-12-20T22:50:05.063Z | [ helios-setup] Dec 20 22:50:03.730 INFO E| Compiling futures-util v0.3.28 |
2900 | 2024-12-20T22:50:05.824Z | [ helios-setup] Dec 20 22:50:04.494 INFO E| Compiling mio v0.8.5 |
2901 | 2024-12-20T22:50:06.024Z | [ helios-setup] Dec 20 22:50:04.693 INFO E| Compiling socket2 v0.4.9 |
2902 | 2024-12-20T22:50:06.086Z | [ helios-setup] Dec 20 22:50:04.755 INFO E| Compiling signal-hook-registry v1.4.0 |
2903 | 2024-12-20T22:50:06.327Z | [ helios-setup] Dec 20 22:50:04.996 INFO E| Compiling num-traits v0.2.15 |
2904 | 2024-12-20T22:50:06.489Z | [ helios-setup] Dec 20 22:50:05.158 INFO E| Compiling ahash v0.7.6 |
2905 | 2024-12-20T22:50:07.706Z | [ helios-setup] Dec 20 22:50:06.375 INFO E| Compiling pin-utils v0.1.0 |
2906 | 2024-12-20T22:50:07.976Z | [ helios-setup] Dec 20 22:50:06.645 INFO E| Compiling io-lifetimes v1.0.10 |
2907 | 2024-12-20T22:50:08.030Z | [ helios-setup] Dec 20 22:50:06.699 INFO E| Compiling futures-io v0.3.28 |
2908 | 2024-12-20T22:50:08.919Z | [ helios-setup] Dec 20 22:50:07.588 INFO E| Compiling crunchy v0.2.2 |
2909 | 2024-12-20T22:50:09.556Z | [ host-package] Compiling headers v0.4.0 |
2910 | 2024-12-20T22:50:09.590Z | [ helios-setup] Dec 20 22:50:08.259 INFO E| Compiling ahash v0.8.3 |
2911 | 2024-12-20T22:50:09.904Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2912 | 2024-12-20T22:50:10.292Z | [ helios-setup] Dec 20 22:50:08.960 INFO E| Compiling rustix v0.37.3 |
2913 | 2024-12-20T22:50:10.320Z | [ helios-setup] Dec 20 22:50:08.988 INFO E| Compiling hashbrown v0.12.3 |
2914 | 2024-12-20T22:50:10.598Z | [ helios-setup] Dec 20 22:50:09.265 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2915 | 2024-12-20T22:50:10.722Z | [ helios-setup] Dec 20 22:50:09.390 INFO E| Compiling tiny-keccak v2.0.2 |
2916 | 2024-12-20T22:50:11.530Z | [ helios-setup] Dec 20 22:50:10.196 INFO E| Compiling crypto-common v0.1.6 |
2917 | 2024-12-20T22:50:11.626Z | [ helios-setup] Dec 20 22:50:10.294 INFO E| Compiling block-buffer v0.10.3 |
2918 | 2024-12-20T22:50:11.751Z | [ helios-setup] Dec 20 22:50:10.420 INFO E| Compiling serde_derive_internals v0.26.0 |
2919 | 2024-12-20T22:50:12.697Z | [ helios-setup] Dec 20 22:50:11.365 INFO E| Compiling errno v0.3.1 |
2920 | 2024-12-20T22:50:13.302Z | [ helios-setup] Dec 20 22:50:11.590 INFO E| Compiling slog v2.7.0 |
2921 | 2024-12-20T22:50:13.323Z | [ helios-setup] Dec 20 22:50:11.639 INFO E| Compiling fnv v1.0.7 |
2922 | 2024-12-20T22:50:13.323Z | [ helios-setup] Dec 20 22:50:11.783 INFO E| Compiling crossbeam-utils v0.8.14 |
2923 | 2024-12-20T22:50:13.493Z | [ helios-setup] Dec 20 22:50:12.160 INFO E| Compiling pkg-config v0.3.26 |
2924 | 2024-12-20T22:50:13.918Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2925 | 2024-12-20T22:50:14.496Z | [ helios-setup] Dec 20 22:50:13.165 INFO E| Compiling http v0.2.9 |
2926 | 2024-12-20T22:50:14.798Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2927 | 2024-12-20T22:50:15.947Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2928 | 2024-12-20T22:50:16.027Z | [ helios-setup] Dec 20 22:50:14.695 INFO E| Compiling digest v0.10.6 |
2929 | 2024-12-20T22:50:16.079Z | [ host-package] Compiling tabled_derive v0.7.0 |
2930 | 2024-12-20T22:50:16.473Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2931 | 2024-12-20T22:50:17.078Z | [ helios-setup] Dec 20 22:50:15.746 INFO E| Compiling aho-corasick v0.7.20 |
2932 | 2024-12-20T22:50:17.960Z | [ helios-setup] Dec 20 22:50:16.628 INFO E| Compiling unicode-width v0.1.10 |
2933 | 2024-12-20T22:50:18.569Z | [ helios-setup] Dec 20 22:50:17.215 INFO E| Compiling httparse v1.8.0 |
2934 | 2024-12-20T22:50:18.593Z | [ helios-setup] Dec 20 22:50:17.261 INFO E| Compiling tinyvec_macros v0.1.1 |
2935 | 2024-12-20T22:50:19.012Z | [ helios-setup] Dec 20 22:50:17.680 INFO E| Compiling heck v0.4.1 |
2936 | 2024-12-20T22:50:19.432Z | [ helios-setup] Dec 20 22:50:18.099 INFO E| Compiling percent-encoding v2.2.0 |
2937 | 2024-12-20T22:50:19.740Z | [ helios-setup] Dec 20 22:50:18.408 INFO E| Compiling cpufeatures v0.2.5 |
2938 | 2024-12-20T22:50:19.919Z | [ helios-setup] Dec 20 22:50:18.587 INFO E| Compiling anyhow v1.0.68 |
2939 | 2024-12-20T22:50:20.179Z | [ helios-setup] Dec 20 22:50:18.846 INFO E| Compiling regex-syntax v0.6.29 |
2940 | 2024-12-20T22:50:20.354Z | [ helios-setup] Dec 20 22:50:19.022 INFO E| Compiling tinyvec v1.6.0 |
2941 | 2024-12-20T22:50:20.439Z | [ host-package] Compiling itertools v0.12.1 |
2942 | 2024-12-20T22:50:20.725Z | [ helios-setup] Dec 20 22:50:19.392 INFO E| Compiling form_urlencoded v1.1.0 |
2943 | 2024-12-20T22:50:21.187Z | [ host-package] Compiling fd-lock v4.0.2 |
2944 | 2024-12-20T22:50:21.431Z | [ helios-setup] Dec 20 22:50:20.099 INFO E| Compiling const-random-macro v0.1.15 |
2945 | 2024-12-20T22:50:21.907Z | [ host-package] Compiling peg-macros v0.8.4 |
2946 | 2024-12-20T22:50:22.037Z | [ helios-setup] Dec 20 22:50:20.705 INFO E| Compiling thiserror-impl v1.0.38 |
2947 | 2024-12-20T22:50:22.089Z | [ helios-setup] Dec 20 22:50:20.757 INFO E| Compiling schemars_derive v0.8.12 |
2948 | 2024-12-20T22:50:22.943Z | [ helios-setup] Dec 20 22:50:21.610 INFO E| Compiling hashbrown v0.13.2 |
2949 | 2024-12-20T22:50:23.756Z | [ helios-setup] Dec 20 22:50:22.423 INFO E| Compiling libz-sys v1.1.8 |
2950 | 2024-12-20T22:50:23.813Z | [ helios-setup] Dec 20 22:50:22.479 INFO E| Compiling serde_derive v1.0.204 |
2951 | 2024-12-20T22:50:25.216Z | [ helios-setup] Dec 20 22:50:23.883 INFO E| Compiling tokio-macros v2.0.0 |
2952 | 2024-12-20T22:50:25.256Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2953 | 2024-12-20T22:50:25.281Z | [ helios-setup] Dec 20 22:50:23.948 INFO E| Compiling futures-macro v0.3.28 |
2954 | 2024-12-20T22:50:25.963Z | [ helios-setup] Dec 20 22:50:24.630 INFO E| Compiling chrono v0.4.24 |
2955 | 2024-12-20T22:50:27.231Z | [ host-package] Compiling strum_macros v0.24.3 |
2956 | 2024-12-20T22:50:28.113Z | [ helios-setup] Dec 20 22:50:26.780 INFO E| Compiling regex v1.7.3 |
2957 | 2024-12-20T22:50:28.303Z | [ host-package] Compiling kstat-rs v0.2.4 |
2958 | 2024-12-20T22:50:29.213Z | [ host-package] Compiling samael v0.0.17 |
2959 | 2024-12-20T22:50:29.287Z | [ helios-setup] Dec 20 22:50:27.942 INFO E| Compiling uuid v1.3.0 |
2960 | 2024-12-20T22:50:29.404Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2961 | 2024-12-20T22:50:29.948Z | [ host-package] Compiling indoc v1.0.9 |
2962 | 2024-12-20T22:50:30.447Z | [ helios-setup] Dec 20 22:50:29.113 INFO E| Compiling dyn-clone v1.0.11 |
2963 | 2024-12-20T22:50:30.601Z | [ helios-setup] Dec 20 22:50:29.266 INFO E| Compiling unicode-normalization v0.1.22 |
2964 | 2024-12-20T22:50:30.986Z | [ helios-setup] Dec 20 22:50:29.652 INFO E| Compiling regress v0.5.0 |
2965 | 2024-12-20T22:50:31.250Z | [ helios-setup] Dec 20 22:50:29.917 INFO E| Compiling const-random v0.1.15 |
2966 | 2024-12-20T22:50:31.848Z | [ host-package] Compiling reedline v0.35.0 |
2967 | 2024-12-20T22:50:32.112Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2968 | 2024-12-20T22:50:33.264Z | [ helios-setup] Dec 20 22:50:31.928 INFO E| Compiling getopts v0.2.21 |
2969 | 2024-12-20T22:50:33.819Z | [ helios-setup] Dec 20 22:50:32.485 INFO E| Compiling tracing-core v0.1.30 |
2970 | 2024-12-20T22:50:34.028Z | [ helios-setup] Dec 20 22:50:32.695 INFO E| Compiling memoffset v0.7.1 |
2971 | 2024-12-20T22:50:34.985Z | [ helios-setup] Dec 20 22:50:33.650 INFO E| Compiling time-core v0.1.2 |
2972 | 2024-12-20T22:50:35.546Z | [ helios-setup] Dec 20 22:50:34.212 INFO E| Compiling num-conv v0.1.0 |
2973 | 2024-12-20T22:50:35.738Z | [ helios-setup] Dec 20 22:50:34.404 INFO E| Compiling powerfmt v0.2.0 |
2974 | 2024-12-20T22:50:36.429Z | [ helios-setup] Dec 20 22:50:35.095 INFO E| Compiling ucd-trie v0.1.5 |
2975 | 2024-12-20T22:50:37.267Z | [ helios-setup] Dec 20 22:50:35.933 INFO E| Compiling unicode-bidi v0.3.13 |
2976 | 2024-12-20T22:50:37.969Z | [ host-package] Compiling peg v0.8.4 |
2977 | 2024-12-20T22:50:38.175Z | [ helios-setup] Dec 20 22:50:36.840 INFO E| Compiling pest v2.5.7 |
2978 | 2024-12-20T22:50:38.562Z | [ host-package] Compiling tabled v0.15.0 |
2979 | 2024-12-20T22:50:39.376Z | [ helios-setup] Dec 20 22:50:38.041 INFO E| Compiling idna v0.3.0 |
2980 | 2024-12-20T22:50:40.370Z | [ helios-setup] Dec 20 22:50:39.035 INFO E| Compiling time-macros v0.2.18 |
2981 | 2024-12-20T22:50:42.921Z | [ helios-setup] Dec 20 22:50:41.587 INFO E| Compiling deranged v0.3.11 |
2982 | 2024-12-20T22:50:43.721Z | [ helios-setup] Dec 20 22:50:42.386 INFO E| Compiling tracing v0.1.37 |
2983 | 2024-12-20T22:50:46.118Z | [ helios-setup] Dec 20 22:50:44.782 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2984 | 2024-12-20T22:50:46.644Z | [ helios-setup] Dec 20 22:50:45.308 INFO E| Compiling time v0.1.45 |
2985 | 2024-12-20T22:50:46.796Z | [ helios-setup] Dec 20 22:50:45.461 INFO E| Compiling crossbeam-epoch v0.9.13 |
2986 | 2024-12-20T22:50:47.909Z | [ helios-setup] Dec 20 22:50:46.573 INFO E| Compiling num_threads v0.1.6 |
2987 | 2024-12-20T22:50:48.224Z | [ helios-setup] Dec 20 22:50:46.888 INFO E| Compiling iana-time-zone v0.1.56 |
2988 | 2024-12-20T22:50:48.467Z | [ helios-setup] Dec 20 22:50:47.132 INFO E| Compiling semver v1.0.17 |
2989 | 2024-12-20T22:50:49.824Z | [ host-package] Compiling derive_builder v0.20.2 |
2990 | 2024-12-20T22:50:50.135Z | [ helios-setup] Dec 20 22:50:48.799 INFO E| Compiling time v0.3.36 |
2991 | 2024-12-20T22:50:50.936Z | [ helios-setup] Dec 20 22:50:49.600 INFO E| Compiling semver-parser v0.10.2 |
2992 | 2024-12-20T22:50:50.975Z | [ helios-setup] Dec 20 22:50:49.639 INFO E| Compiling url v2.3.1 |
2993 | 2024-12-20T22:50:52.171Z | [ helios-setup] Dec 20 22:50:50.835 INFO E| Compiling smallvec v1.10.0 |
2994 | 2024-12-20T22:50:52.233Z | [ helios-setup] Dec 20 22:50:50.897 INFO E| Compiling toml v0.5.11 |
2995 | 2024-12-20T22:50:54.634Z | [ helios-setup] Dec 20 22:50:53.287 INFO E| Compiling parking_lot v0.12.1 |
2996 | 2024-12-20T22:50:56.093Z | [ helios-setup] Dec 20 22:50:54.757 INFO E| Compiling serde_tokenstream v0.2.0 |
2997 | 2024-12-20T22:51:00.814Z | [ helios-setup] Dec 20 22:50:59.167 INFO E| Compiling crossbeam-channel v0.5.6 |
2998 | 2024-12-20T22:51:04.173Z | [ helios-setup] Dec 20 22:51:02.836 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2999 | 2024-12-20T22:51:04.308Z | [ helios-setup] Dec 20 22:51:02.970 INFO E| Compiling dirs-sys-next v0.1.2 |
3000 | 2024-12-20T22:51:05.641Z | [ helios-setup] Dec 20 22:51:04.303 INFO E| Compiling crc32fast v1.3.2 |
3001 | 2024-12-20T22:51:06.822Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3002 | 2024-12-20T22:51:06.997Z | [ helios-setup] Dec 20 22:51:05.660 INFO E| Compiling try-lock v0.2.4 |
3003 | 2024-12-20T22:51:07.184Z | [ helios-setup] Dec 20 22:51:05.846 INFO E| Compiling same-file v1.0.6 |
3004 | 2024-12-20T22:51:07.693Z | [ helios-setup] Dec 20 22:51:06.355 INFO E| Compiling want v0.3.0 |
3005 | 2024-12-20T22:51:08.090Z | [ helios-setup] Dec 20 22:51:06.752 INFO E| Compiling walkdir v2.3.3 |
3006 | 2024-12-20T22:51:09.519Z | [ helios-setup] Dec 20 22:51:08.179 INFO E| Compiling dirs-next v2.0.0 |
3007 | 2024-12-20T22:51:10.298Z | [ helios-setup] Dec 20 22:51:08.960 INFO E| Compiling proc-macro-crate v1.2.1 |
3008 | 2024-12-20T22:51:12.166Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3009 | 2024-12-20T22:51:12.257Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
3010 | 2024-12-20T22:51:12.334Z | [ helios-setup] Dec 20 22:51:10.995 INFO E| Compiling semver v0.11.0 |
3011 | 2024-12-20T22:51:13.319Z | [ helios-setup] Dec 20 22:51:11.980 INFO E| Compiling tokio-util v0.7.7 |
3012 | 2024-12-20T22:51:16.015Z | [ helios-setup] Dec 20 22:51:14.676 INFO E| Compiling h2 v0.3.16 |
3013 | 2024-12-20T22:51:18.098Z | [ helios-setup] Dec 20 22:51:16.759 INFO E| Compiling futures-executor v0.3.28 |
3014 | 2024-12-20T22:51:18.244Z | [ helios-setup] Dec 20 22:51:16.905 INFO E| Compiling http-body v0.4.5 |
3015 | 2024-12-20T22:51:19.146Z | [ helios-setup] Dec 20 22:51:17.806 INFO E| Compiling ring v0.16.20 |
3016 | 2024-12-20T22:51:20.377Z | [ helios-setup] Dec 20 22:51:19.038 INFO E| Compiling rand_core v0.6.4 |
3017 | 2024-12-20T22:51:20.384Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3018 | 2024-12-20T22:51:20.971Z | [ host-package] Compiling bcs v0.1.6 |
3019 | 2024-12-20T22:51:21.108Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
3020 | 2024-12-20T22:51:21.134Z | [ host-package] Compiling oso-derive v0.27.3 |
3021 | 2024-12-20T22:51:21.148Z | [ helios-setup] Dec 20 22:51:19.809 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3022 | 2024-12-20T22:51:21.660Z | [ helios-setup] Dec 20 22:51:20.321 INFO E| Compiling thread_local v1.1.7 |
3023 | 2024-12-20T22:51:21.931Z | [ helios-setup] Dec 20 22:51:20.592 INFO E| Compiling rayon-core v1.10.2 |
3024 | 2024-12-20T22:51:23.245Z | [ host-package] Compiling libz-sys v1.1.20 |
3025 | 2024-12-20T22:51:23.411Z | [ helios-setup] Dec 20 22:51:22.072 INFO E| Compiling home v0.5.4 |
3026 | 2024-12-20T22:51:23.440Z | [ host-package] Compiling quick-xml v0.33.0 |
3027 | 2024-12-20T22:51:23.957Z | [ helios-setup] Dec 20 22:51:22.617 INFO E| Compiling lazy_static v1.4.0 |
3028 | 2024-12-20T22:51:24.097Z | [ helios-setup] Dec 20 22:51:22.758 INFO E| Compiling base64 v0.21.0 |
3029 | 2024-12-20T22:51:24.566Z | [ helios-setup] Dec 20 22:51:23.227 INFO E| Compiling fastrand v1.9.0 |
3030 | 2024-12-20T22:51:24.829Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
3031 | 2024-12-20T22:51:25.500Z | [ helios-setup] Dec 20 22:51:24.160 INFO E| Compiling httpdate v1.0.2 |
3032 | 2024-12-20T22:51:26.016Z | [ host-package] Compiling parking_lot_core v0.8.6 |
3033 | 2024-12-20T22:51:26.678Z | [ helios-setup] Dec 20 22:51:25.338 INFO E| Compiling adler v1.0.2 |
3034 | 2024-12-20T22:51:27.190Z | [ helios-setup] Dec 20 22:51:25.849 INFO E| Compiling ppv-lite86 v0.2.17 |
3035 | 2024-12-20T22:51:27.727Z | [ helios-setup] Dec 20 22:51:26.388 INFO E| Compiling utf8parse v0.2.1 |
3036 | 2024-12-20T22:51:27.991Z | [ helios-setup] Dec 20 22:51:26.651 INFO E| Compiling tower-service v0.3.2 |
3037 | 2024-12-20T22:51:28.417Z | [ helios-setup] Dec 20 22:51:27.077 INFO E| Compiling hyper v0.14.25 |
3038 | 2024-12-20T22:51:29.124Z | [ helios-setup] Dec 20 22:51:27.784 INFO E| Compiling rand_chacha v0.3.1 |
3039 | 2024-12-20T22:51:29.718Z | [ helios-setup] Dec 20 22:51:28.378 INFO E| Compiling anstyle-parse v0.1.1 |
3040 | 2024-12-20T22:51:31.010Z | [ helios-setup] Dec 20 22:51:29.669 INFO E| Compiling miniz_oxide v0.6.2 |
3041 | 2024-12-20T22:51:33.061Z | [ helios-setup] Dec 20 22:51:31.721 INFO E| Compiling tempfile v3.5.0 |
3042 | 2024-12-20T22:51:33.286Z | [ helios-setup] Dec 20 22:51:31.945 INFO E| Compiling toolchain_find v0.2.0 |
3043 | 2024-12-20T22:51:34.722Z | [ host-package] Compiling mime_guess v2.0.5 |
3044 | 2024-12-20T22:51:35.235Z | [ host-package] Compiling oso v0.27.3 |
3045 | 2024-12-20T22:51:37.665Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3046 | 2024-12-20T22:51:38.127Z | [ helios-setup] Dec 20 22:51:36.786 INFO E| Compiling futures v0.3.28 |
3047 | 2024-12-20T22:51:41.607Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3048 | 2024-12-20T22:51:45.405Z | [ helios-setup] Dec 20 22:51:44.061 INFO E| Compiling crossbeam-deque v0.8.2 |
3049 | 2024-12-20T22:51:46.802Z | [ helios-setup] Dec 20 22:51:45.460 INFO E| Compiling cargo-lock v8.0.3 |
3050 | 2024-12-20T22:51:49.116Z | [ helios-setup] Dec 20 22:51:47.773 INFO E| Compiling num_enum_derive v0.5.7 |
3051 | 2024-12-20T22:51:52.513Z | [ helios-setup] Dec 20 22:51:51.170 INFO E| Compiling term v0.7.0 |
3052 | 2024-12-20T22:51:53.067Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3053 | 2024-12-20T22:51:54.374Z | [ helios-setup] Dec 20 22:51:53.028 INFO E| Compiling serde_urlencoded v0.7.1 |
3054 | 2024-12-20T22:51:54.632Z | [ helios-setup] Dec 20 22:51:53.289 INFO E| Compiling sha2 v0.10.6 |
3055 | 2024-12-20T22:51:55.191Z | [ helios-setup] Dec 20 22:51:53.848 INFO E| Compiling sha1 v0.10.5 |
3056 | 2024-12-20T22:51:55.903Z | [ helios-setup] Dec 20 22:51:54.560 INFO E| Compiling is-terminal v0.4.7 |
3057 | 2024-12-20T22:51:56.110Z | [ helios-setup] Dec 20 22:51:54.767 INFO E| Compiling atty v0.2.14 |
3058 | 2024-12-20T22:51:56.682Z | [ helios-setup] Dec 20 22:51:55.339 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3059 | 2024-12-20T22:51:57.178Z | [ helios-setup] Dec 20 22:51:55.835 INFO E| Compiling concolor-override v1.0.0 |
3060 | 2024-12-20T22:51:57.916Z | [ helios-setup] Dec 20 22:51:56.572 INFO E| Compiling concolor-query v0.3.3 |
3061 | 2024-12-20T22:51:59.172Z | [ helios-setup] Dec 20 22:51:57.828 INFO E| Compiling anstyle v0.3.5 |
3062 | 2024-12-20T22:51:59.574Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3063 | 2024-12-20T22:52:00.072Z | [ host-package] Compiling bb8 v0.8.5 |
3064 | 2024-12-20T22:52:00.359Z | [ helios-setup] Dec 20 22:51:59.015 INFO E| Compiling anstream v0.2.6 |
3065 | 2024-12-20T22:52:01.637Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
3066 | 2024-12-20T22:52:02.286Z | [ helios-setup] Dec 20 22:52:00.942 INFO E| Compiling slog-term v2.9.0 |
3067 | 2024-12-20T22:52:03.573Z | [ helios-setup] Dec 20 22:52:02.229 INFO E| Compiling flate2 v1.0.25 |
3068 | 2024-12-20T22:52:03.685Z | [ helios-setup] Dec 20 22:52:02.339 INFO E| Compiling num_enum v0.5.7 |
3069 | 2024-12-20T22:52:04.374Z | [ helios-setup] Dec 20 22:52:03.030 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3070 | 2024-12-20T22:52:04.517Z | [ helios-setup] Dec 20 22:52:03.173 INFO E| Compiling rand v0.8.5 |
3071 | 2024-12-20T22:52:05.661Z | [ helios-setup] Dec 20 22:52:04.317 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3072 | 2024-12-20T22:52:06.049Z | [ helios-setup] Dec 20 22:52:04.705 INFO E| Compiling openapiv3 v1.0.2 |
3073 | 2024-12-20T22:52:08.018Z | [ helios-setup] Dec 20 22:52:06.673 INFO E| Compiling encoding_rs v0.8.32 |
3074 | 2024-12-20T22:52:08.288Z | [ host-package] Compiling nibble_vec v0.1.0 |
3075 | 2024-12-20T22:52:08.712Z | [ helios-setup] Dec 20 22:52:07.367 INFO E| Compiling either v1.8.0 |
3076 | 2024-12-20T22:52:09.040Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
3077 | 2024-12-20T22:52:09.524Z | [ helios-setup] Dec 20 22:52:08.179 INFO E| Compiling project-root v0.2.2 |
3078 | 2024-12-20T22:52:10.108Z | [ helios-setup] Dec 20 22:52:08.764 INFO E| Compiling mime v0.3.17 |
3079 | 2024-12-20T22:52:10.633Z | [ host-package] Compiling atty v0.2.14 |
3080 | 2024-12-20T22:52:10.825Z | [ host-package] Compiling salty v0.3.0 |
3081 | 2024-12-20T22:52:11.029Z | [ host-package] Compiling endian-type v0.1.2 |
3082 | 2024-12-20T22:52:11.896Z | [ host-package] Compiling http-range v0.1.5 |
3083 | 2024-12-20T22:52:12.136Z | [ host-package] Compiling radix_trie v0.2.1 |
3084 | 2024-12-20T22:52:12.279Z | [ helios-setup] Dec 20 22:52:10.934 INFO E| Compiling untrusted v0.7.1 |
3085 | 2024-12-20T22:52:13.033Z | [ helios-setup] Dec 20 22:52:11.688 INFO E| Compiling spin v0.5.2 |
3086 | 2024-12-20T22:52:13.541Z | [ helios-setup] Dec 20 22:52:12.196 INFO E| Compiling ipnet v2.7.2 |
3087 | 2024-12-20T22:52:14.252Z | [ host-package] Compiling parking_lot v0.11.2 |
3088 | 2024-12-20T22:52:14.556Z | [ helios-setup] Dec 20 22:52:13.211 INFO E| Compiling strsim v0.10.0 |
3089 | 2024-12-20T22:52:15.559Z | [ helios-setup] Dec 20 22:52:14.214 INFO E| Compiling base64 v0.13.1 |
3090 | 2024-12-20T22:52:15.931Z | [ helios-setup] Dec 20 22:52:14.584 INFO E| Compiling clap_lex v0.4.1 |
3091 | 2024-12-20T22:52:17.478Z | [ helios-setup] Dec 20 22:52:16.132 INFO E| Compiling utf-8 v0.7.6 |
3092 | 2024-12-20T22:52:17.523Z | [ helios-setup] Dec 20 22:52:16.176 INFO E| Compiling unsafe-libyaml v0.2.8 |
3093 | 2024-12-20T22:52:18.158Z | [ helios-setup] Dec 20 22:52:16.813 INFO E| Compiling byteorder v1.4.3 |
3094 | 2024-12-20T22:52:18.361Z | [ helios-setup] Dec 20 22:52:17.016 INFO E| Compiling clap_builder v4.2.1 |
3095 | 2024-12-20T22:52:19.893Z | [ helios-setup] Dec 20 22:52:18.548 INFO E| Compiling tungstenite v0.18.0 |
3096 | 2024-12-20T22:52:20.042Z | [ helios-setup] Dec 20 22:52:18.696 INFO E| Compiling reqwest v0.11.16 |
3097 | 2024-12-20T22:52:20.285Z | [ helios-setup] Dec 20 22:52:18.939 INFO E| Compiling serde_yaml v0.9.21 |
3098 | 2024-12-20T22:52:21.262Z | [ helios-setup] Dec 20 22:52:19.917 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3099 | 2024-12-20T22:52:22.450Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3100 | 2024-12-20T22:52:27.848Z | [ helios-setup] Dec 20 22:52:26.502 INFO E| Compiling rayon v1.6.1 |
3101 | 2024-12-20T22:52:28.890Z | [ helios-setup] Dec 20 22:52:27.543 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3102 | 2024-12-20T22:52:30.555Z | [ helios-setup] Dec 20 22:52:29.208 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3103 | 2024-12-20T22:52:33.230Z | [ helios-setup] Dec 20 22:52:31.883 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3104 | 2024-12-20T22:52:33.768Z | [ helios-setup] Dec 20 22:52:32.421 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3105 | 2024-12-20T22:52:34.449Z | [ helios-setup] Dec 20 22:52:33.102 INFO E| Compiling clap_derive v4.2.0 |
3106 | 2024-12-20T22:52:36.082Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3107 | 2024-12-20T22:52:39.271Z | [ helios-setup] Dec 20 22:52:37.922 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3108 | 2024-12-20T22:52:43.982Z | [ helios-setup] Dec 20 22:52:42.633 INFO E| Compiling clap v4.2.1 |
3109 | 2024-12-20T22:52:46.222Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3110 | 2024-12-20T22:52:46.460Z | [ helios-setup] Dec 20 22:52:45.111 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3111 | 2024-12-20T22:52:51.697Z | [ host-package] Compiling sled v0.34.7 |
3112 | 2024-12-20T22:52:56.331Z | [ helios-setup] Dec 20 22:52:54.981 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3113 | 2024-12-20T22:52:59.626Z | [ helios-setup] Dec 20 22:52:58.276 INFO E| Compiling tokio-tungstenite v0.18.0 |
3114 | 2024-12-20T22:53:01.050Z | [ helios-setup] Dec 20 22:52:59.699 INFO E| Compiling smartstring v1.0.1 |
3115 | 2024-12-20T22:53:02.183Z | [ helios-setup] Dec 20 22:53:00.832 INFO E| Compiling rustls v0.21.0 |
3116 | 2024-12-20T22:53:04.155Z | [ helios-setup] Dec 20 22:53:02.804 INFO E| Compiling toml_datetime v0.6.1 |
3117 | 2024-12-20T22:53:05.813Z | [ helios-setup] Dec 20 22:53:04.462 INFO E| Compiling serde_spanned v0.6.1 |
3118 | 2024-12-20T22:53:06.575Z | [ helios-setup] Dec 20 22:53:05.224 INFO E| Compiling slog-async v2.7.0 |
3119 | 2024-12-20T22:53:07.972Z | [ helios-setup] Dec 20 22:53:06.620 INFO E| Compiling match_cfg v0.1.0 |
3120 | 2024-12-20T22:53:08.466Z | [ helios-setup] Dec 20 22:53:07.115 INFO E| Compiling async-trait v0.1.68 |
3121 | 2024-12-20T22:53:09.751Z | [ helios-setup] Dec 20 22:53:08.399 INFO E| Compiling static_assertions v1.1.0 |
3122 | 2024-12-20T22:53:10.043Z | [ helios-setup] Dec 20 22:53:08.691 INFO E| Compiling paste v1.0.12 |
3123 | 2024-12-20T22:53:11.322Z | [ helios-setup] Dec 20 22:53:09.970 INFO E| Compiling winnow v0.4.1 |
3124 | 2024-12-20T22:53:13.049Z | [ helios-setup] Dec 20 22:53:11.698 INFO E| Compiling camino v1.1.4 |
3125 | 2024-12-20T22:53:16.328Z | [ helios-setup] Dec 20 22:53:14.976 INFO E| Compiling hostname v0.3.1 |
3126 | 2024-12-20T22:53:17.253Z | [ helios-setup] Dec 20 22:53:15.901 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3127 | 2024-12-20T22:53:17.646Z | [ host-package] Compiling hickory-client v0.24.1 |
3128 | 2024-12-20T22:53:19.733Z | [ helios-setup] Dec 20 22:53:18.380 INFO E| Compiling toml_edit v0.19.8 |
3129 | 2024-12-20T22:53:19.976Z | [ helios-setup] Dec 20 22:53:18.623 INFO E| Compiling slog-json v2.6.1 |
3130 | 2024-12-20T22:53:20.639Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3131 | 2024-12-20T22:53:20.976Z | [ helios-setup] Dec 20 22:53:19.624 INFO E| Compiling unicode-linebreak v0.1.4 |
3132 | 2024-12-20T22:53:22.235Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3133 | 2024-12-20T22:53:24.320Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3134 | 2024-12-20T22:53:24.787Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3135 | 2024-12-20T22:53:25.523Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3136 | 2024-12-20T22:53:25.976Z | [ helios-setup] Dec 20 22:53:24.623 INFO E| Compiling async-stream-impl v0.3.5 |
3137 | 2024-12-20T22:53:26.724Z | [ helios-setup] Dec 20 22:53:25.371 INFO E| Compiling rhai_codegen v1.5.0 |
3138 | 2024-12-20T22:53:27.445Z | [ host-package] Compiling hickory-server v0.24.1 |
3139 | 2024-12-20T22:53:28.880Z | [ helios-setup] Dec 20 22:53:27.526 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3140 | 2024-12-20T22:53:29.077Z | [ host-package] Compiling primeorder v0.13.6 |
3141 | 2024-12-20T22:53:29.653Z | [ helios-setup] Dec 20 22:53:28.299 INFO E| Compiling take_mut v0.2.2 |
3142 | 2024-12-20T22:53:30.451Z | [ host-package] Compiling castaway v0.2.3 |
3143 | 2024-12-20T22:53:31.057Z | [ host-package] Compiling vergen v8.3.2 |
3144 | 2024-12-20T22:53:31.371Z | [ helios-setup] Dec 20 22:53:30.017 INFO E| Compiling async-stream v0.3.5 |
3145 | 2024-12-20T22:53:32.013Z | [ host-package] Compiling env_filter v0.1.2 |
3146 | 2024-12-20T22:53:32.479Z | [ helios-setup] Dec 20 22:53:31.124 INFO E| Compiling toml v0.7.3 |
3147 | 2024-12-20T22:53:32.564Z | [ helios-setup] Dec 20 22:53:31.210 INFO E| Compiling rhai v1.14.0 |
3148 | 2024-12-20T22:53:33.579Z | [ helios-setup] Dec 20 22:53:32.225 INFO E| Compiling slog-bunyan v2.4.0 |
3149 | 2024-12-20T22:53:33.683Z | [ host-package] Compiling cargo-platform v0.1.8 |
3150 | 2024-12-20T22:53:34.945Z | [ host-package] Compiling nanorand v0.7.0 |
3151 | 2024-12-20T22:53:35.125Z | [ host-package] Compiling memoffset v0.9.1 |
3152 | 2024-12-20T22:53:36.442Z | [ host-package] Compiling flume v0.11.1 |
3153 | 2024-12-20T22:53:36.742Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3154 | 2024-12-20T22:53:38.171Z | [ host-package] Compiling cargo_metadata v0.18.1 |
3155 | 2024-12-20T22:53:39.505Z | [ helios-setup] Dec 20 22:53:38.151 INFO E| Compiling rustls-pemfile v1.0.2 |
3156 | 2024-12-20T22:53:40.009Z | [ helios-setup] Dec 20 22:53:38.654 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3157 | 2024-12-20T22:53:40.708Z | [ helios-setup] Dec 20 22:53:39.353 INFO E| Compiling serde_path_to_error v0.1.11 |
3158 | 2024-12-20T22:53:41.699Z | [ helios-setup] Dec 20 22:53:40.344 INFO E| Compiling bincode v1.3.3 |
3159 | 2024-12-20T22:53:42.191Z | [ host-package] Compiling env_logger v0.11.5 |
3160 | 2024-12-20T22:53:43.846Z | [ helios-setup] Dec 20 22:53:42.491 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3161 | 2024-12-20T22:53:44.293Z | [ helios-setup] Dec 20 22:53:42.938 INFO E| Compiling terminal_size v0.2.6 |
3162 | 2024-12-20T22:53:44.468Z | [ helios-setup] Dec 20 22:53:43.112 INFO E| Compiling smawk v0.3.1 |
3163 | 2024-12-20T22:53:44.945Z | [ helios-setup] Dec 20 22:53:43.589 INFO E| Compiling textwrap v0.16.0 |
3164 | 2024-12-20T22:53:45.144Z | [ host-package] Compiling compact_str v0.8.0 |
3165 | 2024-12-20T22:53:45.371Z | [ host-package] Compiling p384 v0.13.0 |
3166 | 2024-12-20T22:53:50.426Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3167 | 2024-12-20T22:53:51.178Z | [ helios-setup] Dec 20 22:53:49.822 INFO E| Compiling rustls-webpki v0.100.1 |
3168 | 2024-12-20T22:53:51.627Z | [ host-package] Compiling git2 v0.19.0 |
3169 | 2024-12-20T22:53:52.755Z | [ helios-setup] Dec 20 22:53:51.399 INFO E| Compiling sct v0.7.0 |
3170 | 2024-12-20T22:53:57.248Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3171 | 2024-12-20T22:53:57.549Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3172 | 2024-12-20T22:54:00.217Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3173 | 2024-12-20T22:54:03.643Z | [ helios-setup] Dec 20 22:54:02.285 INFO E| Compiling tokio-rustls v0.24.0 |
3174 | 2024-12-20T22:54:04.528Z | [ helios-setup] Dec 20 22:54:03.167 INFO E| Compiling git2 v0.16.1 |
3175 | 2024-12-20T22:54:04.643Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3176 | 2024-12-20T22:54:05.085Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3177 | 2024-12-20T22:54:09.651Z | [ host-package] Compiling lru v0.12.5 |
3178 | 2024-12-20T22:54:09.941Z | [ host-package] Compiling rand_seeder v0.3.0 |
3179 | 2024-12-20T22:54:10.172Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3180 | 2024-12-20T22:54:10.371Z | [ host-package] Compiling lzma-sys v0.1.20 |
3181 | 2024-12-20T22:54:10.971Z | [ host-package] Compiling instability v0.3.2 |
3182 | 2024-12-20T22:54:11.027Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3183 | 2024-12-20T22:54:11.333Z | [ host-package] Compiling cassowary v0.3.0 |
3184 | 2024-12-20T22:54:11.397Z | [ host-package] Compiling rustls v0.21.12 |
3185 | 2024-12-20T22:54:11.859Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3186 | 2024-12-20T22:54:12.615Z | [ host-package] Compiling nix v0.29.0 |
3187 | 2024-12-20T22:54:12.700Z | [ host-package] Compiling ratatui v0.28.1 |
3188 | 2024-12-20T22:54:13.126Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3189 | 2024-12-20T22:54:13.934Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3190 | 2024-12-20T22:54:15.046Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3191 | 2024-12-20T22:54:15.680Z | [ helios-setup] Dec 20 22:54:14.321 INFO E| Compiling built v0.6.0 |
3192 | 2024-12-20T22:54:16.672Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3193 | 2024-12-20T22:54:17.426Z | [ helios-setup] Dec 20 22:54:16.066 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3194 | 2024-12-20T22:54:18.158Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3195 | 2024-12-20T22:54:18.738Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3196 | 2024-12-20T22:54:19.331Z | [ helios-setup] Dec 20 22:54:17.972 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3197 | 2024-12-20T22:54:20.230Z | [ helios-setup] Dec 20 22:54:18.870 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3198 | 2024-12-20T22:54:21.526Z | [ host-package] Compiling sct v0.7.1 |
3199 | 2024-12-20T22:54:22.803Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3200 | 2024-12-20T22:54:22.903Z | [ host-package] Compiling heck v0.3.3 |
3201 | 2024-12-20T22:54:23.610Z | [ host-package] Compiling csv-core v0.1.11 |
3202 | 2024-12-20T22:54:23.680Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3203 | 2024-12-20T22:54:24.343Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3204 | 2024-12-20T22:54:25.077Z | [ host-package] Compiling glob v0.3.1 |
3205 | 2024-12-20T22:54:25.955Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3206 | 2024-12-20T22:54:29.872Z | [ host-package] Compiling csv v1.3.0 |
3207 | 2024-12-20T22:54:32.589Z | [ helios-setup] Dec 20 22:54:31.228 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3208 | 2024-12-20T22:54:33.281Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3209 | 2024-12-20T22:54:35.313Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3210 | 2024-12-20T22:54:38.978Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3211 | 2024-12-20T22:54:41.880Z | [ host-package] Compiling nix v0.27.1 |
3212 | 2024-12-20T22:54:42.170Z | [ helios-setup] Dec 20 22:54:40.808 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3213 | 2024-12-20T22:54:47.240Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3214 | 2024-12-20T22:54:48.005Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3215 | 2024-12-20T22:55:02.478Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3216 | 2024-12-20T22:55:05.071Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3217 | 2024-12-20T22:55:06.107Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3218 | 2024-12-20T22:55:06.558Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3219 | 2024-12-20T22:55:13.053Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3220 | 2024-12-20T22:55:13.970Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3221 | 2024-12-20T22:55:14.839Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3222 | 2024-12-20T22:55:15.076Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3223 | 2024-12-20T22:55:15.695Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3224 | 2024-12-20T22:55:17.314Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3225 | 2024-12-20T22:55:18.490Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3226 | 2024-12-20T22:55:18.799Z | [ host-package] Compiling hashlink v0.9.1 |
3227 | 2024-12-20T22:55:20.061Z | [ host-package] Compiling tungstenite v0.23.0 |
3228 | 2024-12-20T22:55:20.822Z | [ host-package] Compiling base64 v0.13.1 |
3229 | 2024-12-20T22:55:22.126Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3230 | 2024-12-20T22:55:22.542Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3231 | 2024-12-20T22:55:23.062Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3232 | 2024-12-20T22:55:23.329Z | [ host-package] Compiling rusqlite v0.32.1 |
3233 | 2024-12-20T22:55:23.929Z | [ host-package] Compiling ron v0.7.1 |
3234 | 2024-12-20T22:55:26.677Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3235 | 2024-12-20T22:55:26.689Z | [ helios-setup] Dec 20 22:55:25.318 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3236 | 2024-12-20T22:55:27.445Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3237 | 2024-12-20T22:55:29.253Z | [ host-package] Compiling xz2 v0.1.7 |
3238 | 2024-12-20T22:55:31.075Z | [ host-package] Compiling zone v0.1.8 |
3239 | 2024-12-20T22:55:34.561Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3240 | 2024-12-20T22:55:35.169Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3241 | 2024-12-20T22:55:38.813Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3242 | 2024-12-20T22:55:48.629Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3243 | 2024-12-20T22:55:52.283Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3244 | 2024-12-20T22:55:53.598Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3245 | 2024-12-20T22:55:59.786Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3246 | 2024-12-20T22:55:59.996Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3247 | 2024-12-20T22:56:05.422Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3248 | 2024-12-20T22:56:06.653Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3249 | 2024-12-20T22:56:06.937Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3250 | 2024-12-20T22:56:07.537Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3251 | 2024-12-20T22:56:08.083Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3252 | 2024-12-20T22:56:08.615Z | [ host-package] Compiling twox-hash v1.6.3 |
3253 | 2024-12-20T22:56:10.594Z | [ host-package] Compiling yasna v0.5.2 |
3254 | 2024-12-20T22:56:15.399Z | [ host-package] Compiling smawk v0.3.2 |
3255 | 2024-12-20T22:56:16.076Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3256 | 2024-12-20T22:56:16.293Z | [ host-package] Compiling is_ci v1.2.0 |
3257 | 2024-12-20T22:56:16.974Z | [ host-package] Compiling supports-color v3.0.1 |
3258 | 2024-12-20T22:56:17.099Z | [ host-package] Compiling textwrap v0.16.1 |
3259 | 2024-12-20T22:56:17.283Z | [ host-package] Compiling rcgen v0.12.1 |
3260 | 2024-12-20T22:56:23.246Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3261 | 2024-12-20T22:56:29.920Z | [ helios-setup] Dec 20 22:56:28.546 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s |
3262 | 2024-12-20T22:56:30.058Z | [ helios-setup] Dec 20 22:56:28.683 INFO building project "pilot" ok (404 seconds) |
3263 | 2024-12-20T22:56:30.061Z | [ helios-setup] Dec 20 22:56:28.684 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
3264 | 2024-12-20T22:56:30.061Z | [ helios-setup] Dec 20 22:56:28.684 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
3265 | 2024-12-20T22:56:30.067Z | [ helios-setup] Dec 20 22:56:28.693 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
3266 | 2024-12-20T22:56:30.254Z | [ helios-setup] Dec 20 22:56:28.880 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
3267 | 2024-12-20T22:56:30.259Z | [ helios-setup] Dec 20 22:56:28.880 INFO E| info: downloading component 'cargo' |
3268 | 2024-12-20T22:56:31.689Z | [ helios-setup] Dec 20 22:56:30.314 INFO E| info: downloading component 'clippy' |
3269 | 2024-12-20T22:56:31.842Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3270 | 2024-12-20T22:56:32.073Z | [ helios-setup] Dec 20 22:56:30.699 INFO E| info: downloading component 'rust-docs' |
3271 | 2024-12-20T22:56:32.466Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3272 | 2024-12-20T22:56:33.127Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3273 | 2024-12-20T22:56:33.732Z | [ helios-setup] Dec 20 22:56:31.904 INFO E| info: downloading component 'rust-src' |
3274 | 2024-12-20T22:56:33.743Z | [ helios-setup] Dec 20 22:56:32.065 INFO E| info: downloading component 'rust-std' |
3275 | 2024-12-20T22:56:35.425Z | [ helios-setup] Dec 20 22:56:34.050 INFO E| info: downloading component 'rustc' |
3276 | 2024-12-20T22:56:40.227Z | [ helios-setup] Dec 20 22:56:38.852 INFO E| info: downloading component 'rustfmt' |
3277 | 2024-12-20T22:56:40.428Z | [ helios-setup] Dec 20 22:56:39.052 INFO E| info: installing component 'cargo' |
3278 | 2024-12-20T22:56:41.807Z | [ helios-setup] Dec 20 22:56:40.432 INFO E| info: installing component 'clippy' |
3279 | 2024-12-20T22:56:41.886Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3280 | 2024-12-20T22:56:42.272Z | [ helios-setup] Dec 20 22:56:40.896 INFO E| info: installing component 'rust-docs' |
3281 | 2024-12-20T22:56:48.470Z | [ helios-setup] Dec 20 22:56:47.094 INFO E| info: installing component 'rust-src' |
3282 | 2024-12-20T22:56:49.590Z | [ helios-setup] Dec 20 22:56:48.214 INFO E| info: installing component 'rust-std' |
3283 | 2024-12-20T22:56:52.149Z | [ helios-setup] Dec 20 22:56:50.772 INFO E| info: installing component 'rustc' |
3284 | 2024-12-20T22:56:56.874Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3285 | 2024-12-20T22:56:58.306Z | [ helios-setup] Dec 20 22:56:56.929 INFO E| info: installing component 'rustfmt' |
3286 | 2024-12-20T22:56:59.208Z | [ helios-setup] Dec 20 22:56:57.830 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
3287 | 2024-12-20T22:57:00.171Z | [ helios-setup] Dec 20 22:56:58.793 INFO E| From https://github.com/oxidecomputer/amd-apcb |
3288 | 2024-12-20T22:57:00.171Z | [ helios-setup] Dec 20 22:56:58.793 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
3289 | 2024-12-20T22:57:00.171Z | [ helios-setup] Dec 20 22:56:58.793 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3290 | 2024-12-20T22:57:00.202Z | [ helios-setup] Dec 20 22:56:58.825 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
3291 | 2024-12-20T22:57:00.203Z | [ helios-setup] Dec 20 22:56:58.825 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
3292 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.825 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
3293 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.825 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3294 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3295 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3296 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
3297 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
3298 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3299 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3300 | 2024-12-20T22:57:00.205Z | [ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3301 | 2024-12-20T22:57:00.259Z | [ helios-setup] Dec 20 22:56:58.881 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
3302 | 2024-12-20T22:57:01.269Z | [ helios-setup] Dec 20 22:56:59.892 INFO E| From https://github.com/oxidecomputer/amd-efs |
3303 | 2024-12-20T22:57:01.269Z | [ helios-setup] Dec 20 22:56:59.892 INFO E| * [new branch] empty -> origin/empty |
3304 | 2024-12-20T22:57:01.269Z | [ helios-setup] Dec 20 22:56:59.892 INFO E| * [new branch] issue-99 -> origin/issue-99 |
3305 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.892 INFO E| * [new branch] main -> origin/main |
3306 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.892 INFO E| * [new branch] review -> origin/review |
3307 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.892 INFO E| * [new ref] -> origin/HEAD |
3308 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.892 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
3309 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
3310 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
3311 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
3312 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
3313 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
3314 | 2024-12-20T22:57:01.273Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
3315 | 2024-12-20T22:57:01.274Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
3316 | 2024-12-20T22:57:01.274Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
3317 | 2024-12-20T22:57:01.274Z | [ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
3318 | 2024-12-20T22:57:01.274Z | [ helios-setup] Dec 20 22:56:59.894 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
3319 | 2024-12-20T22:57:01.274Z | [ helios-setup] Dec 20 22:56:59.894 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
3320 | 2024-12-20T22:57:01.274Z | [ helios-setup] Dec 20 22:56:59.894 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
3321 | 2024-12-20T22:57:01.274Z | [ helios-setup] Dec 20 22:56:59.894 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
3322 | 2024-12-20T22:57:01.296Z | [ helios-setup] Dec 20 22:56:59.918 INFO E| Updating crates.io index |
3323 | 2024-12-20T22:57:01.513Z | [ helios-setup] Dec 20 22:57:00.135 INFO E| Downloading crates ... |
3324 | 2024-12-20T22:57:01.653Z | [ helios-setup] Dec 20 22:57:00.275 INFO E| Downloaded unic-char-property v0.9.0 |
3325 | 2024-12-20T22:57:01.657Z | [ helios-setup] Dec 20 22:57:00.280 INFO E| Downloaded vec_map v0.8.2 |
3326 | 2024-12-20T22:57:01.659Z | [ helios-setup] Dec 20 22:57:00.281 INFO E| Downloaded memoffset v0.5.6 |
3327 | 2024-12-20T22:57:01.662Z | [ helios-setup] Dec 20 22:57:00.283 INFO E| Downloaded unic-common v0.9.0 |
3328 | 2024-12-20T22:57:01.664Z | [ helios-setup] Dec 20 22:57:00.285 INFO E| Downloaded unic-ucd-version v0.9.0 |
3329 | 2024-12-20T22:57:01.664Z | [ helios-setup] Dec 20 22:57:00.286 INFO E| Downloaded unic-char-range v0.9.0 |
3330 | 2024-12-20T22:57:01.666Z | [ helios-setup] Dec 20 22:57:00.289 INFO E| Downloaded scroll_derive v0.10.5 |
3331 | 2024-12-20T22:57:01.669Z | [ helios-setup] Dec 20 22:57:00.290 INFO E| Downloaded strum v0.23.0 |
3332 | 2024-12-20T22:57:01.669Z | [ helios-setup] Dec 20 22:57:00.292 INFO E| Downloaded pest_derive v2.7.13 |
3333 | 2024-12-20T22:57:01.691Z | [ helios-setup] Dec 20 22:57:00.314 INFO E| Downloaded thiserror v1.0.64 |
3334 | 2024-12-20T22:57:01.700Z | [ helios-setup] Dec 20 22:57:00.323 INFO E| Downloaded strsim v0.8.0 |
3335 | 2024-12-20T22:57:01.703Z | [ helios-setup] Dec 20 22:57:00.325 INFO E| Downloaded semver-parser v0.7.0 |
3336 | 2024-12-20T22:57:01.705Z | [ helios-setup] Dec 20 22:57:00.326 INFO E| Downloaded semver v0.9.0 |
3337 | 2024-12-20T22:57:01.707Z | [ helios-setup] Dec 20 22:57:00.329 INFO E| Downloaded pre-proc-macro v0.2.1 |
3338 | 2024-12-20T22:57:01.710Z | [ helios-setup] Dec 20 22:57:00.332 INFO E| Downloaded unic-ucd-ident v0.9.0 |
3339 | 2024-12-20T22:57:01.714Z | [ helios-setup] Dec 20 22:57:00.335 INFO E| Downloaded thiserror-impl v1.0.64 |
3340 | 2024-12-20T22:57:01.717Z | [ helios-setup] Dec 20 22:57:00.337 INFO E| Downloaded pest_meta v2.7.13 |
3341 | 2024-12-20T22:57:01.720Z | [ helios-setup] Dec 20 22:57:00.340 INFO E| Downloaded scroll v0.10.2 |
3342 | 2024-12-20T22:57:01.722Z | [ helios-setup] Dec 20 22:57:00.343 INFO E| Downloaded structopt v0.3.26 |
3343 | 2024-12-20T22:57:01.732Z | [ helios-setup] Dec 20 22:57:00.354 INFO E| Downloaded serde v1.0.210 |
3344 | 2024-12-20T22:57:01.808Z | [ helios-setup] Dec 20 22:57:00.430 INFO E| Downloaded pest v2.7.13 |
3345 | 2024-12-20T22:57:01.817Z | [ helios-setup] Dec 20 22:57:00.439 INFO E| Downloaded serde_json v1.0.128 |
3346 | 2024-12-20T22:57:01.829Z | [ helios-setup] Dec 20 22:57:00.451 INFO E| Downloaded clap v2.34.0 |
3347 | 2024-12-20T22:57:01.839Z | [ helios-setup] Dec 20 22:57:00.462 INFO E| Downloaded syn v2.0.79 |
3348 | 2024-12-20T22:57:01.858Z | [ helios-setup] Dec 20 22:57:00.481 INFO E| Downloaded goblin v0.4.3 |
3349 | 2024-12-20T22:57:01.867Z | [ helios-setup] Dec 20 22:57:00.490 INFO E| Downloaded libc v0.2.159 |
3350 | 2024-12-20T22:57:01.914Z | [ helios-setup] Dec 20 22:57:00.537 INFO E| Downloaded serde_derive v1.0.210 |
3351 | 2024-12-20T22:57:01.918Z | [ helios-setup] Dec 20 22:57:00.541 INFO E| Downloaded ansi_term v0.12.1 |
3352 | 2024-12-20T22:57:01.921Z | [ helios-setup] Dec 20 22:57:00.544 INFO E| Downloaded once_cell v1.20.1 |
3353 | 2024-12-20T22:57:01.926Z | [ helios-setup] Dec 20 22:57:00.547 INFO E| Downloaded pre v0.2.1 |
3354 | 2024-12-20T22:57:01.929Z | [ helios-setup] Dec 20 22:57:00.549 INFO E| Downloaded textwrap v0.11.0 |
3355 | 2024-12-20T22:57:01.931Z | [ helios-setup] Dec 20 22:57:00.551 INFO E| Downloaded strum_macros v0.23.1 |
3356 | 2024-12-20T22:57:01.934Z | [ helios-setup] Dec 20 22:57:00.554 INFO E| Downloaded structopt-derive v0.4.18 |
3357 | 2024-12-20T22:57:01.934Z | [ helios-setup] Dec 20 22:57:00.556 INFO E| Downloaded rustc_version v0.2.3 |
3358 | 2024-12-20T22:57:01.936Z | [ helios-setup] Dec 20 22:57:00.557 INFO E| Downloaded proc-macro-crate v0.1.5 |
3359 | 2024-12-20T22:57:01.939Z | [ helios-setup] Dec 20 22:57:00.559 INFO E| Downloaded pest_generator v2.7.13 |
3360 | 2024-12-20T22:57:01.939Z | [ helios-setup] Dec 20 22:57:00.561 INFO E| Downloaded parse_int v0.6.0 |
3361 | 2024-12-20T22:57:01.942Z | [ helios-setup] Dec 20 22:57:00.561 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
3362 | 2024-12-20T22:57:01.942Z | [ helios-setup] Dec 20 22:57:00.563 INFO E| Downloaded modular-bitfield v0.11.2 |
3363 | 2024-12-20T22:57:01.958Z | [ helios-setup] Dec 20 22:57:00.580 INFO E| Downloaded four-cc v0.3.0 |
3364 | 2024-12-20T22:57:01.961Z | [ helios-setup] Dec 20 22:57:00.582 INFO E| Downloaded fletcher v0.1.0 |
3365 | 2024-12-20T22:57:01.963Z | [ helios-setup] Dec 20 22:57:00.583 INFO E| Downloaded cfg-if v0.1.10 |
3366 | 2024-12-20T22:57:01.963Z | [ helios-setup] Dec 20 22:57:00.585 INFO E| Downloaded bytesize v1.3.0 |
3367 | 2024-12-20T22:57:02.094Z | [ helios-setup] Dec 20 22:57:00.716 INFO E| Compiling proc-macro2 v1.0.86 |
3368 | 2024-12-20T22:57:02.102Z | [ helios-setup] Dec 20 22:57:00.724 INFO E| Compiling unicode-ident v1.0.13 |
3369 | 2024-12-20T22:57:02.105Z | [ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling syn v1.0.109 |
3370 | 2024-12-20T22:57:02.105Z | [ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling version_check v0.9.5 |
3371 | 2024-12-20T22:57:02.108Z | [ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling memchr v2.7.4 |
3372 | 2024-12-20T22:57:02.108Z | [ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling thiserror v1.0.64 |
3373 | 2024-12-20T22:57:02.108Z | [ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling semver-parser v0.7.0 |
3374 | 2024-12-20T22:57:02.108Z | [ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling autocfg v1.4.0 |
3375 | 2024-12-20T22:57:02.303Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3376 | 2024-12-20T22:57:02.548Z | [ helios-setup] Dec 20 22:57:01.170 INFO E| Compiling serde v1.0.210 |
3377 | 2024-12-20T22:57:03.235Z | [ helios-setup] Dec 20 22:57:01.857 INFO E| Compiling semver v0.9.0 |
3378 | 2024-12-20T22:57:03.646Z | [ helios-setup] Dec 20 22:57:02.269 INFO E| Compiling proc-macro-error-attr v1.0.4 |
3379 | 2024-12-20T22:57:04.070Z | [ helios-setup] Dec 20 22:57:02.692 INFO E| Compiling rustc_version v0.2.3 |
3380 | 2024-12-20T22:57:04.143Z | [ helios-setup] Dec 20 22:57:02.764 INFO E| Compiling proc-macro-error v1.0.4 |
3381 | 2024-12-20T22:57:04.336Z | [ helios-setup] Dec 20 22:57:02.958 INFO E| Compiling serde_json v1.0.128 |
3382 | 2024-12-20T22:57:04.498Z | [ helios-setup] Dec 20 22:57:03.120 INFO E| Compiling num-traits v0.2.19 |
3383 | 2024-12-20T22:57:04.685Z | [ helios-setup] Dec 20 22:57:03.307 INFO E| Compiling unicode-segmentation v1.12.0 |
3384 | 2024-12-20T22:57:05.041Z | [ helios-setup] Dec 20 22:57:03.663 INFO E| Compiling ryu v1.0.18 |
3385 | 2024-12-20T22:57:05.090Z | [ helios-setup] Dec 20 22:57:03.712 INFO E| Compiling itoa v1.0.11 |
3386 | 2024-12-20T22:57:05.118Z | [ helios-setup] Dec 20 22:57:03.740 INFO E| Compiling schemars v0.8.21 |
3387 | 2024-12-20T22:57:05.501Z | [ helios-setup] Dec 20 22:57:04.120 INFO E| Compiling pre-proc-macro v0.2.1 |
3388 | 2024-12-20T22:57:05.617Z | [ helios-setup] Dec 20 22:57:04.238 INFO E| Compiling memoffset v0.5.6 |
3389 | 2024-12-20T22:57:05.750Z | [ helios-setup] Dec 20 22:57:04.372 INFO E| Compiling lazy_static v1.5.0 |
3390 | 2024-12-20T22:57:05.838Z | [ helios-setup] Dec 20 22:57:04.460 INFO E| Compiling quote v1.0.37 |
3391 | 2024-12-20T22:57:05.859Z | [ helios-setup] Dec 20 22:57:04.479 INFO E| Compiling ucd-trie v0.1.7 |
3392 | 2024-12-20T22:57:05.993Z | [ helios-setup] Dec 20 22:57:04.615 INFO E| Compiling heck v0.3.3 |
3393 | 2024-12-20T22:57:06.223Z | [ helios-setup] Dec 20 22:57:04.845 INFO E| Compiling paste v1.0.15 |
3394 | 2024-12-20T22:57:06.341Z | [ helios-setup] Dec 20 22:57:04.963 INFO E| Compiling dyn-clone v1.0.17 |
3395 | 2024-12-20T22:57:06.692Z | [ helios-setup] Dec 20 22:57:05.314 INFO E| Compiling syn v2.0.79 |
3396 | 2024-12-20T22:57:06.837Z | [ helios-setup] Dec 20 22:57:05.459 INFO E| Compiling rustversion v1.0.17 |
3397 | 2024-12-20T22:57:07.263Z | [ helios-setup] Dec 20 22:57:05.885 INFO E| Compiling libc v0.2.159 |
3398 | 2024-12-20T22:57:07.686Z | [ helios-setup] Dec 20 22:57:06.307 INFO E| Compiling pre v0.2.1 |
3399 | 2024-12-20T22:57:08.612Z | [ helios-setup] Dec 20 22:57:07.234 INFO E| Compiling cfg-if v0.1.10 |
3400 | 2024-12-20T22:57:08.707Z | [ helios-setup] Dec 20 22:57:07.328 INFO E| Compiling once_cell v1.20.1 |
3401 | 2024-12-20T22:57:08.848Z | [ helios-setup] Dec 20 22:57:07.470 INFO E| Compiling byteorder v1.5.0 |
3402 | 2024-12-20T22:57:08.895Z | [ helios-setup] Dec 20 22:57:07.517 INFO E| Compiling static_assertions v1.1.0 |
3403 | 2024-12-20T22:57:09.806Z | [ helios-setup] Dec 20 22:57:08.428 INFO E| Compiling unicode-width v0.1.14 |
3404 | 2024-12-20T22:57:10.811Z | [ helios-setup] Dec 20 22:57:09.433 INFO E| Compiling textwrap v0.11.0 |
3405 | 2024-12-20T22:57:10.884Z | [ helios-setup] Dec 20 22:57:09.506 INFO E| Compiling atty v0.2.14 |
3406 | 2024-12-20T22:57:11.072Z | [ helios-setup] Dec 20 22:57:09.693 INFO E| Compiling strum v0.23.0 |
3407 | 2024-12-20T22:57:11.396Z | [ helios-setup] Dec 20 22:57:10.017 INFO E| Compiling vec_map v0.8.2 |
3408 | 2024-12-20T22:57:11.937Z | [ helios-setup] Dec 20 22:57:10.558 INFO E| Compiling parse_int v0.6.0 |
3409 | 2024-12-20T22:57:12.016Z | [ helios-setup] Dec 20 22:57:10.637 INFO E| Compiling bitflags v1.3.2 |
3410 | 2024-12-20T22:57:12.071Z | [ helios-setup] Dec 20 22:57:10.691 INFO E| Compiling ansi_term v0.12.1 |
3411 | 2024-12-20T22:57:12.140Z | [ helios-setup] Dec 20 22:57:10.761 INFO E| Compiling strsim v0.8.0 |
3412 | 2024-12-20T22:57:12.191Z | [ helios-setup] Dec 20 22:57:10.812 INFO E| Compiling unic-char-range v0.9.0 |
3413 | 2024-12-20T22:57:12.319Z | [ helios-setup] Dec 20 22:57:10.940 INFO E| Compiling unic-common v0.9.0 |
3414 | 2024-12-20T22:57:12.347Z | [ helios-setup] Dec 20 22:57:10.968 INFO E| Compiling fletcher v0.1.0 |
3415 | 2024-12-20T22:57:12.562Z | [ helios-setup] Dec 20 22:57:11.183 INFO E| Compiling unic-ucd-version v0.9.0 |
3416 | 2024-12-20T22:57:12.585Z | [ helios-setup] Dec 20 22:57:11.206 INFO E| Compiling unic-char-property v0.9.0 |
3417 | 2024-12-20T22:57:12.631Z | [ helios-setup] Dec 20 22:57:11.253 INFO E| Compiling log v0.4.22 |
3418 | 2024-12-20T22:57:12.663Z | [ helios-setup] Dec 20 22:57:11.284 INFO E| Compiling plain v0.2.3 |
3419 | 2024-12-20T22:57:12.868Z | [ helios-setup] Dec 20 22:57:11.489 INFO E| Compiling clap v2.34.0 |
3420 | 2024-12-20T22:57:13.065Z | [ helios-setup] Dec 20 22:57:11.686 INFO E| Compiling unic-ucd-ident v0.9.0 |
3421 | 2024-12-20T22:57:13.187Z | [ helios-setup] Dec 20 22:57:11.807 INFO E| Compiling bytesize v1.3.0 |
3422 | 2024-12-20T22:57:14.879Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3423 | 2024-12-20T22:57:15.315Z | [ helios-setup] Dec 20 22:57:13.936 INFO E| Compiling serde_derive_internals v0.29.1 |
3424 | 2024-12-20T22:57:15.987Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3425 | 2024-12-20T22:57:17.464Z | [ helios-setup] Dec 20 22:57:16.084 INFO E| Compiling toml v0.5.11 |
3426 | 2024-12-20T22:57:21.255Z | [ helios-setup] Dec 20 22:57:19.680 INFO E| Compiling proc-macro-crate v0.1.5 |
3427 | 2024-12-20T22:57:21.595Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3428 | 2024-12-20T22:57:22.109Z | [ helios-setup] Dec 20 22:57:20.729 INFO E| Compiling thiserror-impl v1.0.64 |
3429 | 2024-12-20T22:57:22.192Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3430 | 2024-12-20T22:57:22.498Z | [ helios-setup] Dec 20 22:57:21.118 INFO E| Compiling serde_derive v1.0.210 |
3431 | 2024-12-20T22:57:23.021Z | [ helios-setup] Dec 20 22:57:21.641 INFO E| Compiling schemars_derive v0.8.21 |
3432 | 2024-12-20T22:57:23.569Z | [ helios-setup] Dec 20 22:57:22.188 INFO E| Compiling zerocopy-derive v0.6.6 |
3433 | 2024-12-20T22:57:23.789Z | [ helios-setup] Dec 20 22:57:22.408 INFO E| Compiling num-derive v0.4.2 |
3434 | 2024-12-20T22:57:26.868Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3435 | 2024-12-20T22:57:27.220Z | [ helios-setup] Dec 20 22:57:25.840 INFO E| Compiling modular-bitfield-impl v0.11.2 |
3436 | 2024-12-20T22:57:27.683Z | [ helios-setup] Dec 20 22:57:26.303 INFO E| Compiling zerocopy v0.6.6 |
3437 | 2024-12-20T22:57:28.089Z | [ helios-setup] Dec 20 22:57:26.708 INFO E| Compiling pest v2.7.13 |
3438 | 2024-12-20T22:57:28.140Z | [ helios-setup] Dec 20 22:57:26.759 INFO E| Compiling strum_macros v0.23.1 |
3439 | 2024-12-20T22:57:28.760Z | [ helios-setup] Dec 20 22:57:27.380 INFO E| Compiling scroll_derive v0.10.5 |
3440 | 2024-12-20T22:57:29.467Z | [ helios-setup] Dec 20 22:57:28.086 INFO E| Compiling structopt-derive v0.4.18 |
3441 | 2024-12-20T22:57:32.336Z | [ helios-setup] Dec 20 22:57:30.953 INFO E| Compiling scroll v0.10.2 |
3442 | 2024-12-20T22:57:33.356Z | [ helios-setup] Dec 20 22:57:31.975 INFO E| Compiling pest_meta v2.7.13 |
3443 | 2024-12-20T22:57:33.450Z | [ helios-setup] Dec 20 22:57:32.069 INFO E| Compiling modular-bitfield v0.11.2 |
3444 | 2024-12-20T22:57:33.658Z | [ helios-setup] Dec 20 22:57:32.276 INFO E| Compiling goblin v0.4.3 |
3445 | 2024-12-20T22:57:35.242Z | [ host-package] Compiling fatfs v0.3.6 |
3446 | 2024-12-20T22:57:35.269Z | [ helios-setup] Dec 20 22:57:33.888 INFO E| Compiling structopt v0.3.26 |
3447 | 2024-12-20T22:57:35.585Z | [ helios-setup] Dec 20 22:57:34.204 INFO E| Compiling pest_generator v2.7.13 |
3448 | 2024-12-20T22:57:39.452Z | [ host-package] Compiling subprocess v0.2.9 |
3449 | 2024-12-20T22:57:40.112Z | [ helios-setup] Dec 20 22:57:38.730 INFO E| Compiling pest_derive v2.7.13 |
3450 | 2024-12-20T22:57:44.255Z | [ host-package] Compiling rtoolbox v0.0.2 |
3451 | 2024-12-20T22:57:44.703Z | [ helios-setup] Dec 20 22:57:43.320 INFO E| Compiling json5 v0.4.1 |
3452 | 2024-12-20T22:57:45.077Z | [ host-package] Compiling assert_matches v1.5.0 |
3453 | 2024-12-20T22:57:45.793Z | [ host-package] Compiling rpassword v7.3.1 |
3454 | 2024-12-20T22:57:46.572Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3455 | 2024-12-20T22:57:47.749Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3456 | 2024-12-20T22:57:48.679Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3457 | 2024-12-20T22:57:50.260Z | [ helios-setup] Dec 20 22:57:48.877 INFO E| Compiling four-cc v0.3.0 |
3458 | 2024-12-20T22:57:50.260Z | [ helios-setup] Dec 20 22:57:48.877 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
3459 | 2024-12-20T22:57:50.436Z | [ helios-setup] Dec 20 22:57:49.053 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
3460 | 2024-12-20T22:57:56.583Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3461 | 2024-12-20T22:57:57.746Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3462 | 2024-12-20T22:57:58.464Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3463 | 2024-12-20T22:57:59.731Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3464 | 2024-12-20T22:58:00.190Z | [ host-package] Compiling uzers v0.12.1 |
3465 | 2024-12-20T22:58:03.774Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3466 | 2024-12-20T22:58:14.360Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3467 | 2024-12-20T22:58:16.938Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3468 | 2024-12-20T22:58:34.145Z | [ helios-setup] Dec 20 22:58:32.757 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
3469 | 2024-12-20T22:58:44.056Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3470 | 2024-12-20T22:58:53.122Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3471 | 2024-12-20T22:58:53.936Z | [ helios-setup] Dec 20 22:58:52.546 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
3472 | 2024-12-20T22:58:56.692Z | [ host-package] Compiling multimap v0.10.0 |
3473 | 2024-12-20T22:59:49.524Z | [ helios-setup] Dec 20 22:59:48.127 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 50s |
3474 | 2024-12-20T22:59:49.564Z | [ helios-setup] Dec 20 22:59:48.167 INFO building project "amd-host-image-builder" ok (199 seconds) |
3475 | 2024-12-20T22:59:49.566Z | [ helios-setup] rm -f helios-build |
3476 | 2024-12-20T22:59:49.569Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3477 | 2024-12-20T22:59:49.572Z | [ helios-setup] |
3478 | 2024-12-20T22:59:49.574Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3479 | 2024-12-20T22:59:49.577Z | [ helios-setup] |
3480 | 2024-12-20T22:59:49.577Z | [ helios-setup] |
3481 | 2024-12-20T22:59:49.577Z | [ helios-setup] real 12:17.921839709 |
3482 | 2024-12-20T22:59:49.577Z | [ helios-setup] user 29:21.414397722 |
3483 | 2024-12-20T22:59:49.577Z | [ helios-setup] sys 3:37.920674386 |
3484 | 2024-12-20T22:59:49.577Z | [ helios-setup] trap 1.798259833 |
3485 | 2024-12-20T22:59:49.577Z | [ helios-setup] tflt 6.932137078 |
3486 | 2024-12-20T22:59:49.577Z | [ helios-setup] dflt 36.509298527 |
3487 | 2024-12-20T22:59:49.577Z | [ helios-setup] kflt 0.025974942 |
3488 | 2024-12-20T22:59:49.577Z | [ helios-setup] lock 2:08:27.359824767 |
3489 | 2024-12-20T22:59:49.577Z | [ helios-setup] slp 3:49:44.891810543 |
3490 | 2024-12-20T22:59:49.577Z | [ helios-setup] lat 33:37.319457223 |
3491 | 2024-12-20T22:59:49.577Z | [ helios-setup] stop 3:58.034035302 |
3492 | 2024-12-20T22:59:49.577Z | Dec 20 22:59:48.181 INFO [helios-setup] process exited with exit status: 0 (737.92755082s) |
3493 | 2024-12-20T22:59:49.580Z | Dec 20 22:59:48.181 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3494 | 2024-12-20T22:59:49.605Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3495 | 2024-12-20T22:59:49.849Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3496 | 2024-12-20T22:59:49.849Z | [ phbl-toolchain] info: downloading component 'cargo' |
3497 | 2024-12-20T22:59:50.758Z | [ phbl-toolchain] info: downloading component 'clippy' |
3498 | 2024-12-20T22:59:51.171Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3499 | 2024-12-20T22:59:55.871Z | [ phbl-toolchain] info: downloading component 'miri' |
3500 | 2024-12-20T22:59:56.024Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3501 | 2024-12-20T22:59:57.603Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3502 | 2024-12-20T22:59:57.783Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3503 | 2024-12-20T22:59:59.551Z | [ phbl-toolchain] info: downloading component 'rustc' |
3504 | 2024-12-20T23:00:09.369Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3505 | 2024-12-20T23:00:09.590Z | [ phbl-toolchain] info: installing component 'cargo' |
3506 | 2024-12-20T23:00:10.983Z | [ phbl-toolchain] info: installing component 'clippy' |
3507 | 2024-12-20T23:00:11.551Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3508 | 2024-12-20T23:00:17.432Z | [ phbl-toolchain] info: installing component 'miri' |
3509 | 2024-12-20T23:00:17.800Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3510 | 2024-12-20T23:00:25.910Z | [ phbl-toolchain] info: installing component 'rust-src' |
3511 | 2024-12-20T23:00:26.549Z | [ phbl-toolchain] info: installing component 'rust-std' |
3512 | 2024-12-20T23:00:28.917Z | [ phbl-toolchain] info: installing component 'rustc' |
3513 | 2024-12-20T23:00:38.264Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3514 | 2024-12-20T23:00:39.044Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3515 | 2024-12-20T23:00:39.080Z | Dec 20 23:00:37.621 INFO [phbl-toolchain] process exited with exit status: 0 (49.440125496s) |
3516 | 2024-12-20T23:01:28.343Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3517 | 2024-12-20T23:01:38.023Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3518 | 2024-12-20T23:08:32.239Z | [ host-package] Finished `release` profile [optimized] target(s) in 20m 09s |
3519 | 2024-12-20T23:09:40.666Z | Dec 20 23:09:39.155 INFO [host-package] process exited with exit status: 0 (1277.723289039s) |
3520 | 2024-12-20T23:09:40.687Z | Dec 20 23:09:39.155 INFO [host-stamp] running task |
3521 | 2024-12-20T23:09:40.687Z | Dec 20 23:09:39.156 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3522 | 2024-12-20T23:09:40.687Z | Dec 20 23:09:39.165 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+git5f3f50751ba |
3523 | 2024-12-20T23:09:40.687Z | Dec 20 23:09:39.175 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+git5f3f50751ba |
3524 | 2024-12-20T23:09:40.687Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3525 | 2024-12-20T23:09:40.687Z | Dec 20 23:09:39.184 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+git5f3f50751ba |
3526 | 2024-12-20T23:09:40.687Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3527 | 2024-12-20T23:09:40.687Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3528 | 2024-12-20T23:09:40.687Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3529 | 2024-12-20T23:09:40.687Z | Dec 20 23:09:39.195 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+git5f3f50751ba |
3530 | 2024-12-20T23:09:40.687Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3531 | 2024-12-20T23:09:40.687Z | Dec 20 23:09:39.205 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+git5f3f50751ba |
3532 | 2024-12-20T23:09:40.687Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3533 | 2024-12-20T23:09:40.699Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3534 | 2024-12-20T23:09:40.699Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3535 | 2024-12-20T23:09:40.699Z | Dec 20 23:09:39.216 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+git5f3f50751ba |
3536 | 2024-12-20T23:09:40.708Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3537 | 2024-12-20T23:09:40.708Z | Dec 20 23:09:39.229 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+git5f3f50751ba |
3538 | 2024-12-20T23:09:40.714Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3539 | 2024-12-20T23:09:40.714Z | Dec 20 23:09:39.246 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+git5f3f50751ba |
3540 | 2024-12-20T23:09:40.727Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3541 | 2024-12-20T23:09:40.727Z | Dec 20 23:09:39.263 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (88.209402ms) |
3542 | 2024-12-20T23:09:40.732Z | Dec 20 23:09:39.263 INFO [stamp-oxlog] process exited with exit status: 0 (98.536978ms) |
3543 | 2024-12-20T23:09:40.733Z | Dec 20 23:09:39.264 INFO [stamp-overlay] process exited with exit status: 0 (79.726758ms) |
3544 | 2024-12-20T23:09:40.739Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3545 | 2024-12-20T23:09:40.837Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3546 | 2024-12-20T23:09:40.858Z | Dec 20 23:09:39.364 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (118.470629ms) |
3547 | 2024-12-20T23:09:40.924Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3548 | 2024-12-20T23:09:40.929Z | Dec 20 23:09:39.465 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (259.766224ms) |
3549 | 2024-12-20T23:09:41.030Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3550 | 2024-12-20T23:09:41.034Z | Dec 20 23:09:39.570 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (375.445942ms) |
3551 | 2024-12-20T23:09:41.770Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3552 | 2024-12-20T23:09:41.868Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3553 | 2024-12-20T23:09:41.873Z | Dec 20 23:09:40.408 INFO [stamp-propolis-server] process exited with exit status: 0 (1.191575188s) |
3554 | 2024-12-20T23:09:44.117Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3555 | 2024-12-20T23:09:51.442Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3556 | 2024-12-20T23:09:51.457Z | Dec 20 23:09:49.979 INFO [stamp-switch-asic] process exited with exit status: 0 (10.749704724s) |
3557 | 2024-12-20T23:09:51.457Z | Dec 20 23:09:49.979 INFO [host-stamp] task succeeded (10.823575646s) |
3558 | 2024-12-20T23:09:51.457Z | Dec 20 23:09:49.979 INFO [host-proto] running task |
3559 | 2024-12-20T23:09:51.858Z | Dec 20 23:09:50.387 INFO [host-proto] task succeeded (407.760283ms) |
3560 | 2024-12-20T23:09:51.858Z | Dec 20 23:09:50.387 INFO [host-profile] running task |
3561 | 2024-12-20T23:09:51.863Z | Dec 20 23:09:50.387 INFO [host-profile] task succeeded (395.672µs) |
3562 | 2024-12-20T23:09:51.863Z | Dec 20 23:09:50.388 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/.tmpMH33g0/proto/host/root -N 'ci 5f3f507/${os_short_commit} 2024-12-20 22:47' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3563 | 2024-12-20T23:09:51.880Z | [ host-image] Dec 20 23:09:50.406 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3564 | 2024-12-20T23:09:51.880Z | [ host-image] Dec 20 23:09:50.406 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3565 | 2024-12-20T23:09:51.889Z | [ host-image] Dec 20 23:09:50.420 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpMH33g0/proto/host/root" |
3566 | 2024-12-20T23:09:51.889Z | [ host-image] Dec 20 23:09:50.420 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3567 | 2024-12-20T23:09:51.889Z | [ host-image] Dec 20 23:09:50.420 INFO image builder template: ramdisk-01-os... |
3568 | 2024-12-20T23:09:51.889Z | [ host-image] Dec 20 23:09:50.420 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/.tmpMH33g0/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 |
3569 | 2024-12-20T23:09:51.905Z | [ host-image] Dec 20 23:09:50.440 INFO O| Dec 20 23:09:50.440 INFO CREATE DATASET: rpool/images/build/host/output |
3570 | 2024-12-20T23:09:52.161Z | [ host-image] Dec 20 23:09:50.693 INFO O| Dec 20 23:09:50.693 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3571 | 2024-12-20T23:09:52.173Z | [ host-image] Dec 20 23:09:50.698 INFO O| Dec 20 23:09:50.698 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3572 | 2024-12-20T23:09:52.333Z | [ host-image] Dec 20 23:09:50.868 INFO O| Dec 20 23:09:50.868 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3573 | 2024-12-20T23:09:52.396Z | [ host-image] Dec 20 23:09:50.926 INFO O| Dec 20 23:09:50.926 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3574 | 2024-12-20T23:09:52.396Z | [ host-image] Dec 20 23:09:50.926 INFO O| Dec 20 23:09:50.926 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3575 | 2024-12-20T23:09:52.414Z | [ host-image] Dec 20 23:09:50.926 INFO O| Dec 20 23:09:50.926 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3576 | 2024-12-20T23:09:52.414Z | [ host-image] Dec 20 23:09:50.926 INFO O| Dec 20 23:09:50.926 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3577 | 2024-12-20T23:09:52.426Z | [ host-image] Dec 20 23:09:50.939 INFO O| Dec 20 23:09:50.939 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3578 | 2024-12-20T23:09:52.596Z | [ host-image] Dec 20 23:09:51.132 INFO O| Dec 20 23:09:51.131 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3579 | 2024-12-20T23:09:52.614Z | [ host-image] Dec 20 23:09:51.143 INFO O| Dec 20 23:09:51.142 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3580 | 2024-12-20T23:09:53.061Z | [ host-image] Dec 20 23:09:51.592 INFO O| Dec 20 23:09:51.592 INFO O| Caching catalogs ... Done |
3581 | 2024-12-20T23:09:53.236Z | [ host-image] Dec 20 23:09:51.718 INFO O| Dec 20 23:09:51.718 INFO STEP 0 (pkg_image_create) COMPLETE |
3582 | 2024-12-20T23:09:53.236Z | [ host-image] Dec 20 23:09:51.718 INFO O| Dec 20 23:09:51.718 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3583 | 2024-12-20T23:09:53.289Z | [ host-image] Dec 20 23:09:51.718 INFO O| Dec 20 23:09:51.718 INFO skip step because feature "repo_redist" is not enabled |
3584 | 2024-12-20T23:09:53.289Z | [ host-image] Dec 20 23:09:51.718 INFO O| Dec 20 23:09:51.718 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3585 | 2024-12-20T23:09:53.299Z | [ host-image] Dec 20 23:09:51.734 INFO O| Dec 20 23:09:51.734 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"] |
3586 | 2024-12-20T23:09:53.699Z | [ host-image] Dec 20 23:09:52.233 INFO O| Dec 20 23:09:52.233 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3587 | 2024-12-20T23:09:53.699Z | [ host-image] Dec 20 23:09:52.233 INFO O| Dec 20 23:09:52.233 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3588 | 2024-12-20T23:09:53.715Z | [ host-image] Dec 20 23:09:52.250 INFO O| Dec 20 23:09:52.250 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"] |
3589 | 2024-12-20T23:09:54.321Z | [ host-image] Dec 20 23:09:52.831 INFO O| Dec 20 23:09:52.831 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3590 | 2024-12-20T23:09:54.321Z | [ host-image] Dec 20 23:09:52.831 INFO O| Dec 20 23:09:52.831 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3591 | 2024-12-20T23:09:54.321Z | [ host-image] Dec 20 23:09:52.831 INFO O| Dec 20 23:09:52.831 INFO skip step because feature "repo_redist" is not enabled |
3592 | 2024-12-20T23:09:54.338Z | [ host-image] Dec 20 23:09:52.831 INFO O| Dec 20 23:09:52.831 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3593 | 2024-12-20T23:09:54.870Z | [ host-image] Dec 20 23:09:53.404 INFO O| Dec 20 23:09:53.404 INFO variant opensolaris.zone is already global |
3594 | 2024-12-20T23:09:54.870Z | [ host-image] Dec 20 23:09:53.405 INFO O| Dec 20 23:09:53.404 INFO STEP 5 (pkg_change_variant) COMPLETE |
3595 | 2024-12-20T23:09:54.885Z | [ host-image] Dec 20 23:09:53.405 INFO O| Dec 20 23:09:53.404 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3596 | 2024-12-20T23:09:55.461Z | [ host-image] Dec 20 23:09:53.987 INFO O| Dec 20 23:09:53.987 INFO variant opensolaris.imagetype is full; changing to partial |
3597 | 2024-12-20T23:09:55.461Z | [ host-image] Dec 20 23:09:53.987 INFO O| Dec 20 23:09:53.987 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3598 | 2024-12-20T23:10:03.758Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.84s |
3599 | 2024-12-20T23:10:04.356Z | [ host-image] Dec 20 23:10:02.886 INFO O| Dec 20 23:10:02.886 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3600 | 2024-12-20T23:10:05.471Z | Dec 20 23:10:04.002 INFO [recovery-package] process exited with exit status: 0 (24.845710645s) |
3601 | 2024-12-20T23:10:05.472Z | Dec 20 23:10:04.002 INFO [recovery-stamp] running task |
3602 | 2024-12-20T23:10:05.476Z | Dec 20 23:10:04.002 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3603 | 2024-12-20T23:10:05.476Z | Dec 20 23:10:04.002 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+git5f3f50751ba |
3604 | 2024-12-20T23:10:05.490Z | Dec 20 23:10:04.022 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git5f3f50751ba |
3605 | 2024-12-20T23:10:05.501Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3606 | 2024-12-20T23:10:05.511Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3607 | 2024-12-20T23:10:05.597Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3608 | 2024-12-20T23:10:05.601Z | Dec 20 23:10:04.132 INFO [stamp-installinator] process exited with exit status: 0 (109.908724ms) |
3609 | 2024-12-20T23:10:05.618Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3610 | 2024-12-20T23:10:05.621Z | Dec 20 23:10:04.154 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.083826ms) |
3611 | 2024-12-20T23:10:05.621Z | Dec 20 23:10:04.154 INFO [recovery-stamp] task succeeded (152.543421ms) |
3612 | 2024-12-20T23:10:05.621Z | Dec 20 23:10:04.154 INFO [recovery-proto] running task |
3613 | 2024-12-20T23:10:05.621Z | Dec 20 23:10:04.154 INFO [tuf-stamp] running task |
3614 | 2024-12-20T23:10:05.621Z | Dec 20 23:10:04.155 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+git5f3f50751ba |
3615 | 2024-12-20T23:10:05.638Z | Dec 20 23:10:04.170 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+git5f3f50751ba |
3616 | 2024-12-20T23:10:05.651Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3617 | 2024-12-20T23:10:05.660Z | Dec 20 23:10:04.182 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+git5f3f50751ba |
3618 | 2024-12-20T23:10:05.676Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3619 | 2024-12-20T23:10:05.676Z | Dec 20 23:10:04.201 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+git5f3f50751ba |
3620 | 2024-12-20T23:10:05.686Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3621 | 2024-12-20T23:10:05.690Z | Dec 20 23:10:04.219 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+git5f3f50751ba |
3622 | 2024-12-20T23:10:05.773Z | Dec 20 23:10:04.307 INFO [recovery-proto] task succeeded (152.425503ms) |
3623 | 2024-12-20T23:10:05.778Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3624 | 2024-12-20T23:10:05.778Z | Dec 20 23:10:04.307 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/.tmpMH33g0/proto/recovery/root -N 'recovery 5f3f507/${os_short_commit} 2024-12-20 22:47' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3625 | 2024-12-20T23:10:05.778Z | Dec 20 23:10:04.308 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+git5f3f50751ba |
3626 | 2024-12-20T23:10:05.837Z | [ recovery-image] Dec 20 23:10:04.333 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3627 | 2024-12-20T23:10:05.840Z | [ recovery-image] Dec 20 23:10:04.333 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3628 | 2024-12-20T23:10:05.840Z | [ recovery-image] Dec 20 23:10:04.350 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpMH33g0/proto/recovery/root" |
3629 | 2024-12-20T23:10:05.840Z | [ recovery-image] Dec 20 23:10:04.350 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3630 | 2024-12-20T23:10:05.840Z | [ recovery-image] Dec 20 23:10:04.350 INFO image builder template: ramdisk-01-os... |
3631 | 2024-12-20T23:10:05.841Z | [ recovery-image] Dec 20 23:10:04.350 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/.tmpMH33g0/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 |
3632 | 2024-12-20T23:10:05.841Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3633 | 2024-12-20T23:10:05.842Z | Dec 20 23:10:04.370 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+git5f3f50751ba |
3634 | 2024-12-20T23:10:05.849Z | [ recovery-image] Dec 20 23:10:04.380 INFO O| Dec 20 23:10:04.379 INFO CREATE DATASET: rpool/images/build/recovery/output |
3635 | 2024-12-20T23:10:05.867Z | Dec 20 23:10:04.396 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+git5f3f50751ba |
3636 | 2024-12-20T23:10:06.062Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3637 | 2024-12-20T23:10:06.072Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3638 | 2024-12-20T23:10:06.076Z | Dec 20 23:10:04.606 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+git5f3f50751ba |
3639 | 2024-12-20T23:10:06.126Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3640 | 2024-12-20T23:10:06.126Z | Dec 20 23:10:04.657 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+git5f3f50751ba |
3641 | 2024-12-20T23:10:06.142Z | Dec 20 23:10:04.676 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+git5f3f50751ba |
3642 | 2024-12-20T23:10:06.218Z | [ recovery-image] Dec 20 23:10:04.698 INFO O| Dec 20 23:10:04.698 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3643 | 2024-12-20T23:10:06.218Z | [ recovery-image] Dec 20 23:10:04.704 INFO O| Dec 20 23:10:04.704 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3644 | 2024-12-20T23:10:06.225Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3645 | 2024-12-20T23:10:06.241Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3646 | 2024-12-20T23:10:06.247Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3647 | 2024-12-20T23:10:06.247Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3648 | 2024-12-20T23:10:06.255Z | Dec 20 23:10:04.789 INFO [stamp-ntp] process exited with exit status: 0 (619.122903ms) |
3649 | 2024-12-20T23:10:06.370Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3650 | 2024-12-20T23:10:06.421Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3651 | 2024-12-20T23:10:06.453Z | Dec 20 23:10:04.987 INFO [stamp-probe] process exited with exit status: 0 (380.391965ms) |
3652 | 2024-12-20T23:10:06.529Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3653 | 2024-12-20T23:10:06.762Z | [ recovery-image] Dec 20 23:10:05.293 INFO O| Dec 20 23:10:05.293 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3654 | 2024-12-20T23:10:06.893Z | [ recovery-image] Dec 20 23:10:05.425 INFO O| Dec 20 23:10:05.425 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3655 | 2024-12-20T23:10:06.897Z | [ recovery-image] Dec 20 23:10:05.425 INFO O| Dec 20 23:10:05.425 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3656 | 2024-12-20T23:10:06.897Z | [ recovery-image] Dec 20 23:10:05.426 INFO O| Dec 20 23:10:05.426 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3657 | 2024-12-20T23:10:06.897Z | [ recovery-image] Dec 20 23:10:05.426 INFO O| Dec 20 23:10:05.426 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3658 | 2024-12-20T23:10:06.919Z | [ recovery-image] Dec 20 23:10:05.453 INFO O| Dec 20 23:10:05.453 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3659 | 2024-12-20T23:10:07.291Z | [ recovery-image] Dec 20 23:10:05.822 INFO O| Dec 20 23:10:05.822 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3660 | 2024-12-20T23:10:07.305Z | [ recovery-image] Dec 20 23:10:05.837 INFO O| Dec 20 23:10:05.837 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3661 | 2024-12-20T23:10:07.443Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3662 | 2024-12-20T23:10:07.475Z | Dec 20 23:10:06.007 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.699864756s) |
3663 | 2024-12-20T23:10:07.513Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3664 | 2024-12-20T23:10:07.526Z | Dec 20 23:10:06.059 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.876800431s) |
3665 | 2024-12-20T23:10:07.564Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3666 | 2024-12-20T23:10:07.627Z | Dec 20 23:10:06.161 INFO [stamp-internal-dns] process exited with exit status: 0 (1.960267019s) |
3667 | 2024-12-20T23:10:07.879Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3668 | 2024-12-20T23:10:07.888Z | Dec 20 23:10:06.421 INFO [stamp-external-dns] process exited with exit status: 0 (2.025370145s) |
3669 | 2024-12-20T23:10:07.924Z | [ recovery-image] Dec 20 23:10:06.457 INFO O| Dec 20 23:10:06.457 INFO O| Caching catalogs ... Done |
3670 | 2024-12-20T23:10:08.039Z | [ recovery-image] Dec 20 23:10:06.572 INFO O| Dec 20 23:10:06.571 INFO STEP 0 (pkg_image_create) COMPLETE |
3671 | 2024-12-20T23:10:08.039Z | [ recovery-image] Dec 20 23:10:06.572 INFO O| Dec 20 23:10:06.572 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3672 | 2024-12-20T23:10:08.039Z | [ recovery-image] Dec 20 23:10:06.572 INFO O| Dec 20 23:10:06.572 INFO skip step because feature "repo_redist" is not enabled |
3673 | 2024-12-20T23:10:08.039Z | [ recovery-image] Dec 20 23:10:06.572 INFO O| Dec 20 23:10:06.572 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3674 | 2024-12-20T23:10:08.063Z | [ recovery-image] Dec 20 23:10:06.589 INFO O| Dec 20 23:10:06.588 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"] |
3675 | 2024-12-20T23:10:08.305Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3676 | 2024-12-20T23:10:08.309Z | Dec 20 23:10:06.829 INFO [stamp-oximeter] process exited with exit status: 0 (2.458237891s) |
3677 | 2024-12-20T23:10:08.566Z | [ recovery-image] Dec 20 23:10:07.090 INFO O| Dec 20 23:10:07.090 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3678 | 2024-12-20T23:10:08.567Z | [ recovery-image] Dec 20 23:10:07.091 INFO O| Dec 20 23:10:07.090 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3679 | 2024-12-20T23:10:08.574Z | [ recovery-image] Dec 20 23:10:07.106 INFO O| Dec 20 23:10:07.106 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"] |
3680 | 2024-12-20T23:10:09.069Z | [ recovery-image] Dec 20 23:10:07.601 INFO O| Dec 20 23:10:07.601 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3681 | 2024-12-20T23:10:09.069Z | [ recovery-image] Dec 20 23:10:07.601 INFO O| Dec 20 23:10:07.601 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3682 | 2024-12-20T23:10:09.069Z | [ recovery-image] Dec 20 23:10:07.601 INFO O| Dec 20 23:10:07.601 INFO skip step because feature "repo_redist" is not enabled |
3683 | 2024-12-20T23:10:09.075Z | [ recovery-image] Dec 20 23:10:07.601 INFO O| Dec 20 23:10:07.601 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3684 | 2024-12-20T23:10:09.571Z | [ recovery-image] Dec 20 23:10:08.102 INFO O| Dec 20 23:10:08.102 INFO variant opensolaris.zone is already global |
3685 | 2024-12-20T23:10:09.571Z | [ recovery-image] Dec 20 23:10:08.103 INFO O| Dec 20 23:10:08.102 INFO STEP 5 (pkg_change_variant) COMPLETE |
3686 | 2024-12-20T23:10:09.571Z | [ recovery-image] Dec 20 23:10:08.103 INFO O| Dec 20 23:10:08.102 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3687 | 2024-12-20T23:10:09.993Z | [ recovery-image] Dec 20 23:10:08.514 INFO O| Dec 20 23:10:08.514 INFO variant opensolaris.imagetype is full; changing to partial |
3688 | 2024-12-20T23:10:09.993Z | [ recovery-image] Dec 20 23:10:08.514 INFO O| Dec 20 23:10:08.514 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3689 | 2024-12-20T23:10:10.318Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3690 | 2024-12-20T23:10:10.327Z | Dec 20 23:10:08.847 INFO [stamp-nexus] process exited with exit status: 0 (4.190212298s) |
3691 | 2024-12-20T23:10:10.619Z | [ host-image] Dec 20 23:10:09.152 INFO O| Dec 20 23:10:09.152 INFO O| Startup: Caching catalogs ... Done |
3692 | 2024-12-20T23:10:10.701Z | [ host-image] Dec 20 23:10:09.233 INFO O| Dec 20 23:10:09.233 INFO O| Planning: Planning completed in 0.00 seconds |
3693 | 2024-12-20T23:10:10.704Z | [ host-image] Dec 20 23:10:09.234 INFO O| Dec 20 23:10:09.234 INFO O| Planning: Consolidating action changes ... Done |
3694 | 2024-12-20T23:10:10.704Z | [ host-image] Dec 20 23:10:09.234 INFO O| Dec 20 23:10:09.234 INFO O| Planning: Evaluating mediators ... Done |
3695 | 2024-12-20T23:10:10.704Z | [ host-image] Dec 20 23:10:09.235 INFO O| Dec 20 23:10:09.235 INFO O| Planning: Planning completed in 0.00 seconds |
3696 | 2024-12-20T23:10:10.704Z | [ host-image] Dec 20 23:10:09.235 INFO O| Dec 20 23:10:09.235 INFO O| Variants/Facets to change: 1 |
3697 | 2024-12-20T23:10:10.720Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3698 | 2024-12-20T23:10:10.728Z | [ host-image] Dec 20 23:10:09.260 INFO O| Dec 20 23:10:09.260 INFO O| Done |
3699 | 2024-12-20T23:10:10.728Z | [ host-image] Dec 20 23:10:09.260 INFO O| Dec 20 23:10:09.260 INFO O| Done |
3700 | 2024-12-20T23:10:10.929Z | [verify-libraries] Compiling home v0.5.9 |
3701 | 2024-12-20T23:10:10.952Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3702 | 2024-12-20T23:10:10.976Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3703 | 2024-12-20T23:10:10.996Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3704 | 2024-12-20T23:10:10.996Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3705 | 2024-12-20T23:10:10.996Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3706 | 2024-12-20T23:10:11.004Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3707 | 2024-12-20T23:10:11.146Z | [verify-libraries] Compiling nix v0.28.0 |
3708 | 2024-12-20T23:10:11.336Z | [verify-libraries] Compiling polyval v0.6.2 |
3709 | 2024-12-20T23:10:11.525Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3710 | 2024-12-20T23:10:11.531Z | Dec 20 23:10:10.063 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.38652271s) |
3711 | 2024-12-20T23:10:11.704Z | [ host-image] Dec 20 23:10:10.238 INFO O| Dec 20 23:10:10.238 INFO O| Done |
3712 | 2024-12-20T23:10:11.763Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3713 | 2024-12-20T23:10:11.788Z | [ host-image] Dec 20 23:10:10.321 INFO O| Dec 20 23:10:10.321 INFO O| Done |
3714 | 2024-12-20T23:10:11.798Z | [ host-image] Dec 20 23:10:10.323 INFO O| Dec 20 23:10:10.323 INFO O| Done |
3715 | 2024-12-20T23:10:11.798Z | [ host-image] Dec 20 23:10:10.323 INFO O| Dec 20 23:10:10.323 INFO O| Done |
3716 | 2024-12-20T23:10:11.798Z | [ host-image] Dec 20 23:10:10.325 INFO O| Dec 20 23:10:10.325 INFO O| Done |
3717 | 2024-12-20T23:10:12.115Z | [verify-libraries] Compiling ghash v0.5.1 |
3718 | 2024-12-20T23:10:12.187Z | [verify-libraries] Compiling ctr v0.9.2 |
3719 | 2024-12-20T23:10:12.406Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3720 | 2024-12-20T23:10:12.532Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3721 | 2024-12-20T23:10:12.640Z | [ host-image] Dec 20 23:10:11.173 INFO O| Dec 20 23:10:11.173 INFO STEP 6 (pkg_change_variant) COMPLETE |
3722 | 2024-12-20T23:10:12.640Z | [ host-image] Dec 20 23:10:11.173 INFO O| Dec 20 23:10:11.173 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3723 | 2024-12-20T23:10:12.640Z | [ host-image] Dec 20 23:10:11.173 INFO O| Dec 20 23:10:11.173 INFO skip step because feature "debug_variant" is not enabled |
3724 | 2024-12-20T23:10:12.644Z | [ host-image] Dec 20 23:10:11.173 INFO O| Dec 20 23:10:11.173 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3725 | 2024-12-20T23:10:12.798Z | [verify-libraries] Compiling blowfish v0.9.1 |
3726 | 2024-12-20T23:10:12.982Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3727 | 2024-12-20T23:10:13.389Z | [ host-image] Dec 20 23:10:11.919 INFO O| Dec 20 23:10:11.919 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3728 | 2024-12-20T23:10:13.502Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3729 | 2024-12-20T23:10:14.114Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3730 | 2024-12-20T23:10:14.555Z | [ host-image] Dec 20 23:10:13.065 INFO O| Dec 20 23:10:13.065 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3731 | 2024-12-20T23:10:14.556Z | [ host-image] Dec 20 23:10:13.067 INFO O| Dec 20 23:10:13.066 INFO O| Planning: Planning completed in 0.00 seconds |
3732 | 2024-12-20T23:10:14.556Z | [ host-image] Dec 20 23:10:13.067 INFO O| Dec 20 23:10:13.067 INFO O| Planning: Consolidating action changes ... Done |
3733 | 2024-12-20T23:10:14.556Z | [ host-image] Dec 20 23:10:13.068 INFO O| Dec 20 23:10:13.068 INFO O| Planning: Evaluating mediators ... Done |
3734 | 2024-12-20T23:10:14.556Z | [ host-image] Dec 20 23:10:13.068 INFO O| Dec 20 23:10:13.068 INFO O| Planning: Planning completed in 0.00 seconds |
3735 | 2024-12-20T23:10:14.556Z | [ host-image] Dec 20 23:10:13.069 INFO O| Dec 20 23:10:13.069 INFO O| Variants/Facets to change: 1 |
3736 | 2024-12-20T23:10:14.636Z | [ host-image] Dec 20 23:10:13.165 INFO O| Dec 20 23:10:13.165 INFO O| Done |
3737 | 2024-12-20T23:10:14.636Z | [ host-image] Dec 20 23:10:13.165 INFO O| Dec 20 23:10:13.165 INFO O| Done |
3738 | 2024-12-20T23:10:14.977Z | [verify-libraries] Compiling password-hash v0.4.2 |
3739 | 2024-12-20T23:10:15.731Z | [ host-image] Dec 20 23:10:14.243 INFO O| Dec 20 23:10:14.243 INFO O| Done |
3740 | 2024-12-20T23:10:15.854Z | [ host-image] Dec 20 23:10:14.385 INFO O| Dec 20 23:10:14.385 INFO O| Done |
3741 | 2024-12-20T23:10:15.858Z | [ host-image] Dec 20 23:10:14.386 INFO O| Dec 20 23:10:14.386 INFO O| Done |
3742 | 2024-12-20T23:10:15.858Z | [ host-image] Dec 20 23:10:14.386 INFO O| Dec 20 23:10:14.386 INFO O| Done |
3743 | 2024-12-20T23:10:15.858Z | [ host-image] Dec 20 23:10:14.388 INFO O| Dec 20 23:10:14.388 INFO O| Done |
3744 | 2024-12-20T23:10:15.970Z | [ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.501 INFO STEP 8 (pkg_change_facet) COMPLETE |
3745 | 2024-12-20T23:10:15.970Z | [ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3746 | 2024-12-20T23:10:15.970Z | [ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO skip step because feature "recovery" is not enabled |
3747 | 2024-12-20T23:10:15.970Z | [ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3748 | 2024-12-20T23:10:15.979Z | [ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO skip step because feature "recovery" is not enabled |
3749 | 2024-12-20T23:10:15.979Z | [ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3750 | 2024-12-20T23:10:15.991Z | [ host-image] Dec 20 23:10:14.523 INFO O| Dec 20 23:10:14.523 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"] |
3751 | 2024-12-20T23:10:17.277Z | [ host-image] Dec 20 23:10:15.805 INFO O| Dec 20 23:10:15.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3752 | 2024-12-20T23:10:18.024Z | [verify-libraries] Compiling rustyline v14.0.0 |
3753 | 2024-12-20T23:10:19.184Z | [verify-libraries] Compiling matches v0.1.10 |
3754 | 2024-12-20T23:10:19.345Z | [verify-libraries] Compiling idna v0.2.3 |
3755 | 2024-12-20T23:10:19.584Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3756 | 2024-12-20T23:10:19.630Z | Dec 20 23:10:18.162 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.006404991s) |
3757 | 2024-12-20T23:10:20.581Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3758 | 2024-12-20T23:10:20.629Z | Dec 20 23:10:19.161 INFO [stamp-clickhouse] process exited with exit status: 0 (14.941270882s) |
3759 | 2024-12-20T23:10:20.629Z | Dec 20 23:10:19.161 INFO [tuf-stamp] task succeeded (15.006321832s) |
3760 | 2024-12-20T23:10:20.853Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3761 | 2024-12-20T23:10:21.353Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3762 | 2024-12-20T23:10:21.382Z | [verify-libraries] Compiling p256 v0.13.2 |
3763 | 2024-12-20T23:10:23.433Z | [ recovery-image] Dec 20 23:10:21.965 INFO O| Dec 20 23:10:21.965 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3764 | 2024-12-20T23:10:24.258Z | [verify-libraries] Compiling p521 v0.13.3 |
3765 | 2024-12-20T23:10:24.372Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3766 | 2024-12-20T23:10:25.883Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3767 | 2024-12-20T23:10:26.347Z | [verify-libraries] Compiling md5 v0.7.0 |
3768 | 2024-12-20T23:10:27.118Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3769 | 2024-12-20T23:10:27.261Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3770 | 2024-12-20T23:10:31.716Z | [ recovery-image] Dec 20 23:10:30.247 INFO O| Dec 20 23:10:30.247 INFO O| Startup: Caching catalogs ... Done |
3771 | 2024-12-20T23:10:31.855Z | [ recovery-image] Dec 20 23:10:30.384 INFO O| Dec 20 23:10:30.383 INFO O| Planning: Planning completed in 0.00 seconds |
3772 | 2024-12-20T23:10:31.875Z | [ recovery-image] Dec 20 23:10:30.406 INFO O| Dec 20 23:10:30.406 INFO O| Planning: Consolidating action changes ... Done |
3773 | 2024-12-20T23:10:31.875Z | [ recovery-image] Dec 20 23:10:30.406 INFO O| Dec 20 23:10:30.406 INFO O| Planning: Evaluating mediators ... Done |
3774 | 2024-12-20T23:10:31.882Z | [ recovery-image] Dec 20 23:10:30.406 INFO O| Dec 20 23:10:30.406 INFO O| Planning: Planning completed in 0.02 seconds |
3775 | 2024-12-20T23:10:31.882Z | [ recovery-image] Dec 20 23:10:30.407 INFO O| Dec 20 23:10:30.407 INFO O| Variants/Facets to change: 1 |
3776 | 2024-12-20T23:10:32.053Z | [ recovery-image] Dec 20 23:10:30.584 INFO O| Dec 20 23:10:30.584 INFO O| Done |
3777 | 2024-12-20T23:10:32.054Z | [ recovery-image] Dec 20 23:10:30.584 INFO O| Dec 20 23:10:30.584 INFO O| Done |
3778 | 2024-12-20T23:10:33.019Z | [ recovery-image] Dec 20 23:10:31.549 INFO O| Dec 20 23:10:31.549 INFO O| Done |
3779 | 2024-12-20T23:10:33.094Z | [ recovery-image] Dec 20 23:10:31.625 INFO O| Dec 20 23:10:31.625 INFO O| Done |
3780 | 2024-12-20T23:10:33.100Z | [ recovery-image] Dec 20 23:10:31.627 INFO O| Dec 20 23:10:31.627 INFO O| Done |
3781 | 2024-12-20T23:10:33.100Z | [ recovery-image] Dec 20 23:10:31.627 INFO O| Dec 20 23:10:31.627 INFO O| Done |
3782 | 2024-12-20T23:10:33.100Z | [ recovery-image] Dec 20 23:10:31.629 INFO O| Dec 20 23:10:31.629 INFO O| Done |
3783 | 2024-12-20T23:10:33.871Z | [ recovery-image] Dec 20 23:10:32.400 INFO O| Dec 20 23:10:32.400 INFO STEP 6 (pkg_change_variant) COMPLETE |
3784 | 2024-12-20T23:10:33.871Z | [ recovery-image] Dec 20 23:10:32.400 INFO O| Dec 20 23:10:32.400 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3785 | 2024-12-20T23:10:33.871Z | [ recovery-image] Dec 20 23:10:32.400 INFO O| Dec 20 23:10:32.400 INFO skip step because feature "debug_variant" is not enabled |
3786 | 2024-12-20T23:10:33.878Z | [ recovery-image] Dec 20 23:10:32.400 INFO O| Dec 20 23:10:32.400 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3787 | 2024-12-20T23:10:34.606Z | [ recovery-image] Dec 20 23:10:33.137 INFO O| Dec 20 23:10:33.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3788 | 2024-12-20T23:10:35.687Z | [ recovery-image] Dec 20 23:10:34.217 INFO O| Dec 20 23:10:34.217 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3789 | 2024-12-20T23:10:35.703Z | [ recovery-image] Dec 20 23:10:34.219 INFO O| Dec 20 23:10:34.219 INFO O| Planning: Planning completed in 0.00 seconds |
3790 | 2024-12-20T23:10:35.703Z | [ recovery-image] Dec 20 23:10:34.220 INFO O| Dec 20 23:10:34.220 INFO O| Planning: Consolidating action changes ... Done |
3791 | 2024-12-20T23:10:35.703Z | [ recovery-image] Dec 20 23:10:34.220 INFO O| Dec 20 23:10:34.220 INFO O| Planning: Evaluating mediators ... Done |
3792 | 2024-12-20T23:10:35.703Z | [ recovery-image] Dec 20 23:10:34.221 INFO O| Dec 20 23:10:34.221 INFO O| Planning: Planning completed in 0.00 seconds |
3793 | 2024-12-20T23:10:35.703Z | [ recovery-image] Dec 20 23:10:34.221 INFO O| Dec 20 23:10:34.221 INFO O| Variants/Facets to change: 1 |
3794 | 2024-12-20T23:10:35.801Z | [ recovery-image] Dec 20 23:10:34.329 INFO O| Dec 20 23:10:34.329 INFO O| Done |
3795 | 2024-12-20T23:10:35.801Z | [ recovery-image] Dec 20 23:10:34.330 INFO O| Dec 20 23:10:34.329 INFO O| Done |
3796 | 2024-12-20T23:10:36.534Z | [ recovery-image] Dec 20 23:10:35.064 INFO O| Dec 20 23:10:35.064 INFO O| Done |
3797 | 2024-12-20T23:10:36.610Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3798 | 2024-12-20T23:10:36.665Z | [ recovery-image] Dec 20 23:10:35.195 INFO O| Dec 20 23:10:35.194 INFO O| Done |
3799 | 2024-12-20T23:10:36.676Z | [ recovery-image] Dec 20 23:10:35.196 INFO O| Dec 20 23:10:35.196 INFO O| Done |
3800 | 2024-12-20T23:10:36.676Z | [ recovery-image] Dec 20 23:10:35.196 INFO O| Dec 20 23:10:35.196 INFO O| Done |
3801 | 2024-12-20T23:10:36.676Z | [ recovery-image] Dec 20 23:10:35.198 INFO O| Dec 20 23:10:35.198 INFO O| Done |
3802 | 2024-12-20T23:10:36.762Z | [ recovery-image] Dec 20 23:10:35.292 INFO O| Dec 20 23:10:35.292 INFO STEP 8 (pkg_change_facet) COMPLETE |
3803 | 2024-12-20T23:10:36.762Z | [ recovery-image] Dec 20 23:10:35.292 INFO O| Dec 20 23:10:35.292 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3804 | 2024-12-20T23:10:37.492Z | [ recovery-image] Dec 20 23:10:36.023 INFO O| Dec 20 23:10:36.022 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3805 | 2024-12-20T23:10:38.426Z | [ recovery-image] Dec 20 23:10:36.956 INFO O| Dec 20 23:10:36.956 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3806 | 2024-12-20T23:10:38.432Z | [ recovery-image] Dec 20 23:10:36.958 INFO O| Dec 20 23:10:36.958 INFO O| Planning: Planning completed in 0.00 seconds |
3807 | 2024-12-20T23:10:38.432Z | [ recovery-image] Dec 20 23:10:36.959 INFO O| Dec 20 23:10:36.959 INFO O| Planning: Consolidating action changes ... Done |
3808 | 2024-12-20T23:10:38.434Z | [ recovery-image] Dec 20 23:10:36.959 INFO O| Dec 20 23:10:36.959 INFO O| Planning: Evaluating mediators ... Done |
3809 | 2024-12-20T23:10:38.434Z | [ recovery-image] Dec 20 23:10:36.959 INFO O| Dec 20 23:10:36.959 INFO O| Planning: Planning completed in 0.00 seconds |
3810 | 2024-12-20T23:10:38.434Z | [ recovery-image] Dec 20 23:10:36.960 INFO O| Dec 20 23:10:36.960 INFO O| Variants/Facets to change: 1 |
3811 | 2024-12-20T23:10:38.609Z | [ recovery-image] Dec 20 23:10:37.111 INFO O| Dec 20 23:10:37.111 INFO O| Done |
3812 | 2024-12-20T23:10:38.609Z | [ recovery-image] Dec 20 23:10:37.111 INFO O| Dec 20 23:10:37.111 INFO O| Done |
3813 | 2024-12-20T23:10:39.469Z | [ recovery-image] Dec 20 23:10:37.996 INFO O| Dec 20 23:10:37.996 INFO O| Done |
3814 | 2024-12-20T23:10:39.565Z | [ recovery-image] Dec 20 23:10:38.095 INFO O| Dec 20 23:10:38.095 INFO O| Done |
3815 | 2024-12-20T23:10:39.570Z | [ recovery-image] Dec 20 23:10:38.097 INFO O| Dec 20 23:10:38.096 INFO O| Done |
3816 | 2024-12-20T23:10:39.570Z | [ recovery-image] Dec 20 23:10:38.097 INFO O| Dec 20 23:10:38.097 INFO O| Done |
3817 | 2024-12-20T23:10:39.570Z | [ recovery-image] Dec 20 23:10:38.099 INFO O| Dec 20 23:10:38.099 INFO O| Done |
3818 | 2024-12-20T23:10:39.721Z | [ recovery-image] Dec 20 23:10:38.249 INFO O| Dec 20 23:10:38.249 INFO STEP 9 (pkg_change_facet) COMPLETE |
3819 | 2024-12-20T23:10:39.721Z | [ recovery-image] Dec 20 23:10:38.249 INFO O| Dec 20 23:10:38.249 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3820 | 2024-12-20T23:10:40.503Z | [ recovery-image] Dec 20 23:10:39.023 INFO O| Dec 20 23:10:39.023 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3821 | 2024-12-20T23:10:41.444Z | [ recovery-image] Dec 20 23:10:39.963 INFO O| Dec 20 23:10:39.963 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3822 | 2024-12-20T23:10:41.472Z | [ recovery-image] Dec 20 23:10:39.965 INFO O| Dec 20 23:10:39.965 INFO O| Planning: Planning completed in 0.00 seconds |
3823 | 2024-12-20T23:10:41.472Z | [ recovery-image] Dec 20 23:10:39.966 INFO O| Dec 20 23:10:39.966 INFO O| Planning: Consolidating action changes ... Done |
3824 | 2024-12-20T23:10:41.472Z | [ recovery-image] Dec 20 23:10:39.966 INFO O| Dec 20 23:10:39.966 INFO O| Planning: Evaluating mediators ... Done |
3825 | 2024-12-20T23:10:41.473Z | [ recovery-image] Dec 20 23:10:39.967 INFO O| Dec 20 23:10:39.967 INFO O| Planning: Planning completed in 0.00 seconds |
3826 | 2024-12-20T23:10:41.473Z | [ recovery-image] Dec 20 23:10:39.967 INFO O| Dec 20 23:10:39.967 INFO O| Variants/Facets to change: 1 |
3827 | 2024-12-20T23:10:41.526Z | [ recovery-image] Dec 20 23:10:40.036 INFO O| Dec 20 23:10:40.036 INFO O| Done |
3828 | 2024-12-20T23:10:41.526Z | [ recovery-image] Dec 20 23:10:40.036 INFO O| Dec 20 23:10:40.036 INFO O| Done |
3829 | 2024-12-20T23:10:42.368Z | [ recovery-image] Dec 20 23:10:40.898 INFO O| Dec 20 23:10:40.898 INFO O| Done |
3830 | 2024-12-20T23:10:42.445Z | [ recovery-image] Dec 20 23:10:40.975 INFO O| Dec 20 23:10:40.974 INFO O| Done |
3831 | 2024-12-20T23:10:42.452Z | [ recovery-image] Dec 20 23:10:40.976 INFO O| Dec 20 23:10:40.976 INFO O| Done |
3832 | 2024-12-20T23:10:42.452Z | [ recovery-image] Dec 20 23:10:40.976 INFO O| Dec 20 23:10:40.976 INFO O| Done |
3833 | 2024-12-20T23:10:42.452Z | [ recovery-image] Dec 20 23:10:40.978 INFO O| Dec 20 23:10:40.978 INFO O| Done |
3834 | 2024-12-20T23:10:42.548Z | [ recovery-image] Dec 20 23:10:41.078 INFO O| Dec 20 23:10:41.078 INFO STEP 10 (pkg_change_facet) COMPLETE |
3835 | 2024-12-20T23:10:42.548Z | [ recovery-image] Dec 20 23:10:41.078 INFO O| Dec 20 23:10:41.078 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3836 | 2024-12-20T23:10:42.570Z | [ recovery-image] Dec 20 23:10:41.097 INFO O| Dec 20 23:10:41.097 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"] |
3837 | 2024-12-20T23:10:43.487Z | [ recovery-image] Dec 20 23:10:42.016 INFO O| Dec 20 23:10:42.015 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3838 | 2024-12-20T23:10:43.821Z | [verify-libraries] Compiling des v0.8.1 |
3839 | 2024-12-20T23:10:46.517Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3840 | 2024-12-20T23:10:46.666Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3841 | 2024-12-20T23:10:46.666Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3842 | 2024-12-20T23:10:47.198Z | [verify-libraries] Compiling russh v0.45.0 |
3843 | 2024-12-20T23:10:55.305Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3844 | 2024-12-20T23:10:55.343Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3845 | 2024-12-20T23:10:57.764Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3846 | 2024-12-20T23:11:07.291Z | [verify-libraries] Compiling petname v2.0.2 |
3847 | 2024-12-20T23:11:08.664Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3848 | 2024-12-20T23:11:09.808Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3849 | 2024-12-20T23:11:10.603Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3850 | 2024-12-20T23:11:22.789Z | [ host-image] Dec 20 23:11:21.314 INFO O| Dec 20 23:11:21.314 INFO O| Planning: Solver setup ... Done |
3851 | 2024-12-20T23:11:24.550Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3852 | 2024-12-20T23:11:29.930Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3853 | 2024-12-20T23:11:32.522Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3854 | 2024-12-20T23:11:39.658Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3855 | 2024-12-20T23:11:48.765Z | [ recovery-image] Dec 20 23:11:47.287 INFO O| Dec 20 23:11:47.287 INFO O| Planning: Solver setup ... Done |
3856 | 2024-12-20T23:11:56.175Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3857 | 2024-12-20T23:11:58.376Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3858 | 2024-12-20T23:12:04.469Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3859 | 2024-12-20T23:12:30.589Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3860 | 2024-12-20T23:12:35.818Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3861 | 2024-12-20T23:12:35.931Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3862 | 2024-12-20T23:12:36.340Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3863 | 2024-12-20T23:12:36.918Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3864 | 2024-12-20T23:12:37.049Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3865 | 2024-12-20T23:12:37.606Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3866 | 2024-12-20T23:12:39.364Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3867 | 2024-12-20T23:12:46.227Z | [ host-image] Dec 20 23:12:43.462 INFO O| Dec 20 23:12:43.461 INFO O| Planning: Running solver ... Done |
3868 | 2024-12-20T23:12:46.227Z | [ host-image] Dec 20 23:12:44.004 INFO O| Dec 20 23:12:44.004 INFO O| Planning: Finding local manifests ... Done |
3869 | 2024-12-20T23:12:46.227Z | [ host-image] Dec 20 23:12:44.035 INFO O| Dec 20 23:12:44.035 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3870 | 2024-12-20T23:12:46.227Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3871 | 2024-12-20T23:12:50.176Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3872 | 2024-12-20T23:12:50.958Z | [ host-image] Dec 20 23:12:49.474 INFO O| Dec 20 23:12:49.474 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3873 | 2024-12-20T23:12:52.196Z | [ host-image] Dec 20 23:12:50.710 INFO O| Dec 20 23:12:50.709 INFO O| Planning: Package planning ... Done |
3874 | 2024-12-20T23:12:53.349Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3875 | 2024-12-20T23:12:54.119Z | [ host-image] Dec 20 23:12:52.634 INFO O| Dec 20 23:12:52.634 INFO O| Planning: Merging actions ... Done |
3876 | 2024-12-20T23:12:54.493Z | [ host-image] Dec 20 23:12:53.008 INFO O| Dec 20 23:12:53.008 INFO O| Planning: Checking for conflicting actions ... Done |
3877 | 2024-12-20T23:12:54.795Z | [ host-image] Dec 20 23:12:53.298 INFO O| Dec 20 23:12:53.298 INFO O| Planning: Consolidating action changes ... Done |
3878 | 2024-12-20T23:12:55.271Z | [ host-image] Dec 20 23:12:53.786 INFO O| Dec 20 23:12:53.786 INFO O| Planning: Evaluating mediators ... Done |
3879 | 2024-12-20T23:12:56.454Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3880 | 2024-12-20T23:13:01.732Z | [ host-image] Dec 20 23:13:00.246 INFO O| Dec 20 23:13:00.246 INFO O| Planning: Planning completed in 164.44 seconds |
3881 | 2024-12-20T23:13:01.742Z | [ host-image] Dec 20 23:13:00.255 INFO O| Dec 20 23:13:00.255 INFO O| Packages to install: 124 |
3882 | 2024-12-20T23:13:01.742Z | [ host-image] Dec 20 23:13:00.255 INFO O| Dec 20 23:13:00.255 INFO O| Mediators to change: 4 |
3883 | 2024-12-20T23:13:01.742Z | [ host-image] Dec 20 23:13:00.255 INFO O| Dec 20 23:13:00.255 INFO O| Services to change: 6 |
3884 | 2024-12-20T23:13:01.880Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3885 | 2024-12-20T23:13:01.904Z | [ host-image] Dec 20 23:13:00.418 INFO O| Dec 20 23:13:00.418 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete |
3886 | 2024-12-20T23:13:06.918Z | [ host-image] Dec 20 23:13:05.432 INFO O| Dec 20 23:13:05.432 INFO O| Download: 678/22788 items 3.8/199.7MB 1% complete (788k/s) |
3887 | 2024-12-20T23:13:10.710Z | [ recovery-image] Dec 20 23:13:09.222 INFO O| Dec 20 23:13:09.222 INFO O| Planning: Running solver ... Done |
3888 | 2024-12-20T23:13:11.248Z | [ recovery-image] Dec 20 23:13:09.760 INFO O| Dec 20 23:13:09.760 INFO O| Planning: Finding local manifests ... Done |
3889 | 2024-12-20T23:13:11.263Z | [ recovery-image] Dec 20 23:13:09.775 INFO O| Dec 20 23:13:09.775 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3890 | 2024-12-20T23:13:11.921Z | [ host-image] Dec 20 23:13:10.434 INFO O| Dec 20 23:13:10.434 INFO O| Download: 1053/22788 items 6.7/199.7MB 3% complete (697k/s) |
3891 | 2024-12-20T23:13:16.049Z | [ recovery-image] Dec 20 23:13:14.561 INFO O| Dec 20 23:13:14.561 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3892 | 2024-12-20T23:13:17.037Z | [ recovery-image] Dec 20 23:13:15.549 INFO O| Dec 20 23:13:15.549 INFO O| Planning: Package planning ... Done |
3893 | 2024-12-20T23:13:17.127Z | [ host-image] Dec 20 23:13:15.639 INFO O| Dec 20 23:13:15.639 INFO O| Download: 1633/22788 items 10.7/199.7MB 5% complete (702k/s) |
3894 | 2024-12-20T23:13:17.992Z | [ recovery-image] Dec 20 23:13:16.505 INFO O| Dec 20 23:13:16.505 INFO O| Planning: Merging actions ... Done |
3895 | 2024-12-20T23:13:18.192Z | [ recovery-image] Dec 20 23:13:16.704 INFO O| Dec 20 23:13:16.704 INFO O| Planning: Checking for conflicting actions ... Done |
3896 | 2024-12-20T23:13:18.329Z | [ recovery-image] Dec 20 23:13:16.842 INFO O| Dec 20 23:13:16.841 INFO O| Planning: Consolidating action changes ... Done |
3897 | 2024-12-20T23:13:18.701Z | [ recovery-image] Dec 20 23:13:17.213 INFO O| Dec 20 23:13:17.213 INFO O| Planning: Evaluating mediators ... Done |
3898 | 2024-12-20T23:13:23.233Z | [ host-image] Dec 20 23:13:21.745 INFO O| Dec 20 23:13:21.745 INFO O| Download: 1656/22788 items 10.9/199.7MB 5% complete (599k/s) |
3899 | 2024-12-20T23:13:24.597Z | [ recovery-image] Dec 20 23:13:23.109 INFO O| Dec 20 23:13:23.109 INFO O| Planning: Planning completed in 161.09 seconds |
3900 | 2024-12-20T23:13:24.605Z | [ recovery-image] Dec 20 23:13:23.116 INFO O| Dec 20 23:13:23.116 INFO O| Packages to install: 124 |
3901 | 2024-12-20T23:13:24.605Z | [ recovery-image] Dec 20 23:13:23.117 INFO O| Dec 20 23:13:23.116 INFO O| Mediators to change: 4 |
3902 | 2024-12-20T23:13:24.607Z | [ recovery-image] Dec 20 23:13:23.117 INFO O| Dec 20 23:13:23.116 INFO O| Services to change: 5 |
3903 | 2024-12-20T23:13:24.684Z | [ recovery-image] Dec 20 23:13:23.196 INFO O| Dec 20 23:13:23.195 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete |
3904 | 2024-12-20T23:13:28.288Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3905 | 2024-12-20T23:13:29.691Z | [ recovery-image] Dec 20 23:13:28.202 INFO O| Dec 20 23:13:28.202 INFO O| Download: 597/15862 items 5.3/176.4MB 3% complete (1.1M/s) |
3906 | 2024-12-20T23:13:32.184Z | [ host-image] Dec 20 23:13:30.695 INFO O| Dec 20 23:13:30.694 INFO O| Download: 1695/22788 items 11.2/199.7MB 5% complete (211k/s) |
3907 | 2024-12-20T23:13:34.715Z | [ recovery-image] Dec 20 23:13:33.222 INFO O| Dec 20 23:13:33.222 INFO O| Download: 1073/15862 items 8.9/176.4MB 5% complete (977k/s) |
3908 | 2024-12-20T23:13:34.861Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3909 | 2024-12-20T23:13:35.167Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3910 | 2024-12-20T23:13:35.476Z | [verify-libraries] Compiling termios v0.3.3 |
3911 | 2024-12-20T23:13:35.829Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3912 | 2024-12-20T23:13:37.260Z | [ host-image] Dec 20 23:13:35.769 INFO O| Dec 20 23:13:35.769 INFO O| Download: 2058/22788 items 23.2/199.7MB 11% complete (1.9M/s) |
3913 | 2024-12-20T23:13:40.070Z | [ recovery-image] Dec 20 23:13:38.579 INFO O| Dec 20 23:13:38.579 INFO O| Download: 1102/15862 items 9.4/176.4MB 5% complete (815k/s) |
3914 | 2024-12-20T23:13:45.187Z | [ recovery-image] Dec 20 23:13:43.695 INFO O| Dec 20 23:13:43.695 INFO O| Download: 1318/15862 items 20.1/176.4MB 11% complete (1.1M/s) |
3915 | 2024-12-20T23:13:48.212Z | [ host-image] Dec 20 23:13:46.721 INFO O| Dec 20 23:13:46.721 INFO O| Download: 2097/22788 items 23.5/199.7MB 11% complete (2.0M/s) |
3916 | 2024-12-20T23:13:50.341Z | [ recovery-image] Dec 20 23:13:48.820 INFO O| Dec 20 23:13:48.820 INFO O| Download: 1658/15862 items 25.9/176.4MB 14% complete (1.6M/s) |
3917 | 2024-12-20T23:13:55.315Z | [ recovery-image] Dec 20 23:13:53.824 INFO O| Dec 20 23:13:53.824 INFO O| Download: 2271/15862 items 31.2/176.4MB 17% complete (1.2M/s) |
3918 | 2024-12-20T23:14:00.963Z | [ host-image] Dec 20 23:13:59.470 INFO O| Dec 20 23:13:59.470 INFO O| Download: 2098/22788 items 23.5/199.7MB 11% complete |
3919 | 2024-12-20T23:14:01.305Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3920 | 2024-12-20T23:14:01.481Z | [ recovery-image] Dec 20 23:13:59.988 INFO O| Dec 20 23:13:59.988 INFO O| Download: 2681/15862 items 33.1/176.4MB 18% complete (859k/s) |
3921 | 2024-12-20T23:14:02.332Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3922 | 2024-12-20T23:14:06.500Z | [ recovery-image] Dec 20 23:14:05.007 INFO O| Dec 20 23:14:05.007 INFO O| Download: 2980/15862 items 35.9/176.4MB 20% complete (466k/s) |
3923 | 2024-12-20T23:14:07.090Z | [ host-image] Dec 20 23:14:05.597 INFO O| Dec 20 23:14:05.597 INFO O| Download: 2155/22788 items 23.9/199.7MB 11% complete (386k/s) |
3924 | 2024-12-20T23:14:11.504Z | [ recovery-image] Dec 20 23:14:10.011 INFO O| Dec 20 23:14:10.011 INFO O| Download: 3593/15862 items 39.0/176.4MB 22% complete (584k/s) |
3925 | 2024-12-20T23:14:13.480Z | [ host-image] Dec 20 23:14:11.986 INFO O| Dec 20 23:14:11.986 INFO O| Download: 2156/22788 items 23.9/199.7MB 11% complete |
3926 | 2024-12-20T23:14:16.561Z | [ recovery-image] Dec 20 23:14:15.066 INFO O| Dec 20 23:14:15.066 INFO O| Download: 3672/15862 items 40.0/176.4MB 22% complete (406k/s) |
3927 | 2024-12-20T23:14:21.085Z | [ host-image] Dec 20 23:14:19.590 INFO O| Dec 20 23:14:19.590 INFO O| Download: 2245/22788 items 24.8/199.7MB 12% complete (97.9k/s) |
3928 | 2024-12-20T23:14:21.569Z | [ recovery-image] Dec 20 23:14:20.074 INFO O| Dec 20 23:14:20.074 INFO O| Download: 3798/15862 items 42.3/176.4MB 23% complete (356k/s) |
3929 | 2024-12-20T23:14:26.585Z | [ recovery-image] Dec 20 23:14:25.089 INFO O| Dec 20 23:14:25.089 INFO O| Download: 4576/15862 items 42.9/176.4MB 24% complete (300k/s) |
3930 | 2024-12-20T23:14:27.495Z | [ host-image] Dec 20 23:14:25.999 INFO O| Dec 20 23:14:25.999 INFO O| Download: 2249/22788 items 24.8/199.7MB 12% complete (99.0k/s) |
3931 | 2024-12-20T23:14:32.674Z | [ recovery-image] Dec 20 23:14:31.178 INFO O| Dec 20 23:14:31.178 INFO O| Download: 4781/15862 items 43.0/176.4MB 24% complete (283k/s) |
3932 | 2024-12-20T23:14:40.297Z | [ host-image] Dec 20 23:14:38.800 INFO O| Dec 20 23:14:38.800 INFO O| Download: 2251/22788 items 24.8/199.7MB 12% complete |
3933 | 2024-12-20T23:14:45.520Z | [ host-image] Dec 20 23:14:44.018 INFO O| Dec 20 23:14:44.018 INFO O| Download: 2325/22788 items 27.3/199.7MB 13% complete (779k/s) |
3934 | 2024-12-20T23:14:50.537Z | [ host-image] Dec 20 23:14:49.040 INFO O| Dec 20 23:14:49.039 INFO O| Download: 2515/22788 items 30.4/199.7MB 15% complete (565k/s) |
3935 | 2024-12-20T23:14:53.384Z | [ recovery-image] Dec 20 23:14:51.886 INFO O| Dec 20 23:14:51.886 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete |
3936 | 2024-12-20T23:14:55.545Z | [ host-image] Dec 20 23:14:54.047 INFO O| Dec 20 23:14:54.047 INFO O| Download: 2795/22788 items 31.9/199.7MB 15% complete (449k/s) |
3937 | 2024-12-20T23:14:58.398Z | [ recovery-image] Dec 20 23:14:56.899 INFO O| Dec 20 23:14:56.899 INFO O| Download: 5597/15862 items 43.5/176.4MB 24% complete (95.2k/s) |
3938 | 2024-12-20T23:15:00.553Z | [ host-image] Dec 20 23:14:59.054 INFO O| Dec 20 23:14:59.054 INFO O| Download: 3650/22788 items 37.4/199.7MB 18% complete (702k/s) |
3939 | 2024-12-20T23:15:03.402Z | [ recovery-image] Dec 20 23:15:01.902 INFO O| Dec 20 23:15:01.902 INFO O| Download: 5774/15862 items 51.9/176.4MB 29% complete (855k/s) |
3940 | 2024-12-20T23:15:05.676Z | [ host-image] Dec 20 23:15:04.176 INFO O| Dec 20 23:15:04.176 INFO O| Download: 4495/22788 items 41.9/199.7MB 20% complete (1.1M/s) |
3941 | 2024-12-20T23:15:08.997Z | [ recovery-image] Dec 20 23:15:07.497 INFO O| Dec 20 23:15:07.497 INFO O| Download: 5949/15862 items 53.6/176.4MB 30% complete (1.0M/s) |
3942 | 2024-12-20T23:15:10.713Z | [ host-image] Dec 20 23:15:09.213 INFO O| Dec 20 23:15:09.213 INFO O| Download: 4716/22788 items 44.8/199.7MB 22% complete (890k/s) |
3943 | 2024-12-20T23:15:15.516Z | [ recovery-image] Dec 20 23:15:14.016 INFO O| Dec 20 23:15:14.015 INFO O| Download: 6014/15862 items 54.1/176.4MB 30% complete (922k/s) |
3944 | 2024-12-20T23:15:15.721Z | [ host-image] Dec 20 23:15:14.220 INFO O| Dec 20 23:15:14.220 INFO O| Download: 5121/22788 items 45.9/199.7MB 23% complete (418k/s) |
3945 | 2024-12-20T23:15:20.763Z | [ host-image] Dec 20 23:15:19.262 INFO O| Dec 20 23:15:19.262 INFO O| Download: 5745/22788 items 46.3/199.7MB 23% complete (147k/s) |
3946 | 2024-12-20T23:15:21.636Z | [ recovery-image] Dec 20 23:15:20.134 INFO O| Dec 20 23:15:20.134 INFO O| Download: 6102/15862 items 56.5/176.4MB 32% complete (270k/s) |
3947 | 2024-12-20T23:15:28.029Z | [ recovery-image] Dec 20 23:15:26.527 INFO O| Dec 20 23:15:26.527 INFO O| Download: 6103/15862 items 56.6/176.4MB 32% complete (265k/s) |
3948 | 2024-12-20T23:15:40.833Z | [ recovery-image] Dec 20 23:15:39.329 INFO O| Dec 20 23:15:39.329 INFO O| Download: 6104/15862 items 56.6/176.4MB 32% complete |
3949 | 2024-12-20T23:15:40.838Z | [ host-image] Dec 20 23:15:39.335 INFO O| Dec 20 23:15:39.335 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete |
3950 | 2024-12-20T23:15:45.835Z | [ recovery-image] Dec 20 23:15:44.331 INFO O| Dec 20 23:15:44.330 INFO O| Download: 6205/15862 items 62.1/176.4MB 35% complete (1.1M/s) |
3951 | 2024-12-20T23:15:45.859Z | [ host-image] Dec 20 23:15:44.355 INFO O| Dec 20 23:15:44.355 INFO O| Download: 6679/22788 items 46.8/199.7MB 23% complete (111k/s) |
3952 | 2024-12-20T23:15:50.854Z | [ recovery-image] Dec 20 23:15:49.349 INFO O| Dec 20 23:15:49.349 INFO O| Download: 7039/15862 items 70.8/176.4MB 40% complete (1.4M/s) |
3953 | 2024-12-20T23:15:50.907Z | [ host-image] Dec 20 23:15:49.402 INFO O| Dec 20 23:15:49.402 INFO O| Download: 6988/22788 items 50.5/199.7MB 25% complete (435k/s) |
3954 | 2024-12-20T23:15:55.923Z | [ host-image] Dec 20 23:15:54.418 INFO O| Dec 20 23:15:54.418 INFO O| Download: 7529/22788 items 58.2/199.7MB 29% complete (1.1M/s) |
3955 | 2024-12-20T23:15:56.206Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3956 | 2024-12-20T23:15:56.872Z | [ recovery-image] Dec 20 23:15:55.366 INFO O| Dec 20 23:15:55.366 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.8M/s) |
3957 | 2024-12-20T23:16:00.717Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3958 | 2024-12-20T23:16:09.574Z | [ host-image] Dec 20 23:16:08.068 INFO O| Dec 20 23:16:08.067 INFO O| Download: 7957/22788 items 59.6/199.7MB 29% complete |
3959 | 2024-12-20T23:16:09.577Z | [ recovery-image] Dec 20 23:16:08.070 INFO O| Dec 20 23:16:08.070 INFO O| Download: 7623/15862 items 73.7/176.4MB 41% complete (438k/s) |
3960 | 2024-12-20T23:16:14.576Z | [ host-image] Dec 20 23:16:13.069 INFO O| Dec 20 23:16:13.069 INFO O| Download: 8126/22788 items 60.8/199.7MB 30% complete (197k/s) |
3961 | 2024-12-20T23:16:19.895Z | [ host-image] Dec 20 23:16:18.388 INFO O| Dec 20 23:16:18.387 INFO O| Download: 8274/22788 items 65.7/199.7MB 32% complete (593k/s) |
3962 | 2024-12-20T23:16:22.652Z | [ recovery-image] Dec 20 23:16:20.893 INFO O| Dec 20 23:16:20.893 INFO O| Download: 7627/15862 items 73.7/176.4MB 41% complete |
3963 | 2024-12-20T23:16:25.027Z | [ host-image] Dec 20 23:16:23.518 INFO O| Dec 20 23:16:23.518 INFO O| Download: 8625/22788 items 70.6/199.7MB 35% complete (994k/s) |
3964 | 2024-12-20T23:16:27.403Z | [ recovery-image] Dec 20 23:16:25.895 INFO O| Dec 20 23:16:25.894 INFO O| Download: 7834/15862 items 75.5/176.4MB 42% complete (313k/s) |
3965 | 2024-12-20T23:16:30.045Z | [ host-image] Dec 20 23:16:28.536 INFO O| Dec 20 23:16:28.536 INFO O| Download: 9249/22788 items 79.7/199.7MB 39% complete (1.3M/s) |
3966 | 2024-12-20T23:16:32.281Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3967 | 2024-12-20T23:16:32.460Z | [ recovery-image] Dec 20 23:16:30.951 INFO O| Dec 20 23:16:30.951 INFO O| Download: 7921/15862 items 77.4/176.4MB 43% complete (357k/s) |
3968 | 2024-12-20T23:16:35.063Z | [ host-image] Dec 20 23:16:33.550 INFO O| Dec 20 23:16:33.550 INFO O| Download: 9767/22788 items 83.5/199.7MB 41% complete (1.3M/s) |
3969 | 2024-12-20T23:16:37.406Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3970 | 2024-12-20T23:16:38.620Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3971 | 2024-12-20T23:16:39.033Z | [ recovery-image] Dec 20 23:16:37.523 INFO O| Dec 20 23:16:37.523 INFO O| Download: 7970/15862 items 78.9/176.4MB 44% complete (406k/s) |
3972 | 2024-12-20T23:16:40.076Z | [ host-image] Dec 20 23:16:38.563 INFO O| Dec 20 23:16:38.563 INFO O| Download: 10316/22788 items 87.4/199.7MB 43% complete (976k/s) |
3973 | 2024-12-20T23:16:44.065Z | [ recovery-image] Dec 20 23:16:42.555 INFO O| Dec 20 23:16:42.555 INFO O| Download: 8479/15862 items 79.9/176.4MB 45% complete (272k/s) |
3974 | 2024-12-20T23:16:45.995Z | [ host-image] Dec 20 23:16:44.484 INFO O| Dec 20 23:16:44.484 INFO O| Download: 10412/22788 items 88.0/199.7MB 44% complete (615k/s) |
3975 | 2024-12-20T23:16:51.273Z | [ recovery-image] Dec 20 23:16:49.761 INFO O| Dec 20 23:16:49.760 INFO O| Download: 8661/15862 items 81.5/176.4MB 46% complete (343k/s) |
3976 | 2024-12-20T23:16:51.559Z | [ host-image] Dec 20 23:16:50.048 INFO O| Dec 20 23:16:50.048 INFO O| Download: 10843/22788 items 90.0/199.7MB 45% complete (219k/s) |
3977 | 2024-12-20T23:16:58.013Z | [ host-image] Dec 20 23:16:56.501 INFO O| Dec 20 23:16:56.501 INFO O| Download: 11096/22788 items 92.1/199.7MB 46% complete (427k/s) |
3978 | 2024-12-20T23:17:03.330Z | [ host-image] Dec 20 23:17:01.817 INFO O| Dec 20 23:17:01.817 INFO O| Download: 11228/22788 items 94.0/199.7MB 47% complete (449k/s) |
3979 | 2024-12-20T23:17:08.402Z | [ host-image] Dec 20 23:17:06.889 INFO O| Dec 20 23:17:06.889 INFO O| Download: 11275/22788 items 94.9/199.7MB 47% complete (269k/s) |
3980 | 2024-12-20T23:17:12.422Z | [ recovery-image] Dec 20 23:17:10.907 INFO O| Dec 20 23:17:10.907 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete |
3981 | 2024-12-20T23:17:13.404Z | [ host-image] Dec 20 23:17:11.890 INFO O| Dec 20 23:17:11.889 INFO O| Download: 11954/22788 items 97.4/199.7MB 48% complete (300k/s) |
3982 | 2024-12-20T23:17:18.412Z | [ host-image] Dec 20 23:17:16.897 INFO O| Dec 20 23:17:16.897 INFO O| Download: 12080/22788 items 101.0/199.7MB 50% complete (641k/s) |
3983 | 2024-12-20T23:17:19.639Z | [ recovery-image] Dec 20 23:17:18.124 INFO O| Dec 20 23:17:18.124 INFO O| Download: 8769/15862 items 84.3/176.4MB 47% complete (1.2M/s) |
3984 | 2024-12-20T23:17:23.592Z | [ host-image] Dec 20 23:17:22.077 INFO O| Dec 20 23:17:22.076 INFO O| Download: 12108/22788 items 101.0/199.7MB 50% complete (560k/s) |
3985 | 2024-12-20T23:17:24.656Z | [ recovery-image] Dec 20 23:17:23.141 INFO O| Dec 20 23:17:23.141 INFO O| Download: 8841/15862 items 91.9/176.4MB 52% complete (813k/s) |
3986 | 2024-12-20T23:17:29.025Z | [ host-image] Dec 20 23:17:27.509 INFO O| Dec 20 23:17:27.509 INFO O| Download: 12200/22788 items 108.8/199.7MB 54% complete (850k/s) |
3987 | 2024-12-20T23:17:29.666Z | [ recovery-image] Dec 20 23:17:28.151 INFO O| Dec 20 23:17:28.151 INFO O| Download: 9464/15862 items 92.9/176.4MB 52% complete (895k/s) |
3988 | 2024-12-20T23:17:34.685Z | [ recovery-image] Dec 20 23:17:33.169 INFO O| Dec 20 23:17:33.169 INFO O| Download: 10129/15862 items 93.2/176.4MB 52% complete (137k/s) |
3989 | 2024-12-20T23:17:34.736Z | [ host-image] Dec 20 23:17:33.219 INFO O| Dec 20 23:17:33.219 INFO O| Download: 12288/22788 items 109.5/199.7MB 54% complete (948k/s) |
3990 | 2024-12-20T23:17:39.756Z | [ host-image] Dec 20 23:17:38.239 INFO O| Dec 20 23:17:38.239 INFO O| Download: 12785/22788 items 109.7/199.7MB 54% complete (105k/s) |
3991 | 2024-12-20T23:17:40.177Z | [ recovery-image] Dec 20 23:17:38.660 INFO O| Dec 20 23:17:38.660 INFO O| Download: 10546/15862 items 93.5/176.4MB 52% complete (69.8k/s) |
3992 | 2024-12-20T23:17:45.428Z | [ recovery-image] Dec 20 23:17:43.911 INFO O| Dec 20 23:17:43.910 INFO O| Download: 11012/15862 items 94.7/176.4MB 53% complete (123k/s) |
3993 | 2024-12-20T23:17:49.631Z | [ host-image] Dec 20 23:17:48.113 INFO O| Dec 20 23:17:48.113 INFO O| Download: 13314/22788 items 110.0/199.7MB 55% complete (52.2k/s) |
3994 | 2024-12-20T23:17:50.511Z | [ recovery-image] Dec 20 23:17:48.992 INFO O| Dec 20 23:17:48.992 INFO O| Download: 11077/15862 items 97.9/176.4MB 55% complete (374k/s) |
3995 | 2024-12-20T23:17:54.704Z | [ host-image] Dec 20 23:17:53.185 INFO O| Dec 20 23:17:53.185 INFO O| Download: 13833/22788 items 110.2/199.7MB 55% complete (52.0k/s) |
3996 | 2024-12-20T23:18:00.692Z | [ host-image] Dec 20 23:17:59.171 INFO O| Dec 20 23:17:59.170 INFO O| Download: 13905/22788 items 110.3/199.7MB 55% complete (34.2k/s) |
3997 | 2024-12-20T23:18:01.733Z | [ recovery-image] Dec 20 23:18:00.214 INFO O| Dec 20 23:18:00.213 INFO O| Download: 11080/15862 items 98.2/176.4MB 55% complete |
3998 | 2024-12-20T23:18:06.011Z | [ host-image] Dec 20 23:18:04.491 INFO O| Dec 20 23:18:04.491 INFO O| Download: 14265/22788 items 110.7/199.7MB 55% complete (42.2k/s) |
3999 | 2024-12-20T23:18:06.882Z | [ recovery-image] Dec 20 23:18:05.362 INFO O| Dec 20 23:18:05.362 INFO O| Download: 11427/15862 items 107.3/176.4MB 60% complete (1.9M/s) |
4000 | 2024-12-20T23:18:11.890Z | [ recovery-image] Dec 20 23:18:10.370 INFO O| Dec 20 23:18:10.369 INFO O| Download: 11855/15862 items 127.2/176.4MB 72% complete (2.9M/s) |
4001 | 2024-12-20T23:18:12.020Z | [ host-image] Dec 20 23:18:10.499 INFO O| Dec 20 23:18:10.499 INFO O| Download: 14423/22788 items 111.7/199.7MB 55% complete (136k/s) |
4002 | 2024-12-20T23:18:17.182Z | [ recovery-image] Dec 20 23:18:15.661 INFO O| Dec 20 23:18:15.661 INFO O| Download: 11925/15862 items 128.4/176.4MB 72% complete (2.7M/s) |
4003 | 2024-12-20T23:18:22.189Z | [ recovery-image] Dec 20 23:18:20.664 INFO O| Dec 20 23:18:20.664 INFO O| Download: 12285/15862 items 141.0/176.4MB 79% complete (1.4M/s) |
4004 | 2024-12-20T23:18:27.435Z | [ host-image] Dec 20 23:18:25.913 INFO O| Dec 20 23:18:25.912 INFO O| Download: 14507/22788 items 116.6/199.7MB 58% complete |
4005 | 2024-12-20T23:18:28.271Z | [ recovery-image] Dec 20 23:18:26.744 INFO O| Dec 20 23:18:26.744 INFO O| Download: 13021/15862 items 144.1/176.4MB 81% complete (1.7M/s) |
4006 | 2024-12-20T23:18:32.457Z | [ host-image] Dec 20 23:18:30.934 INFO O| Dec 20 23:18:30.934 INFO O| Download: 15035/22788 items 120.2/199.7MB 60% complete (767k/s) |
4007 | 2024-12-20T23:18:33.274Z | [ recovery-image] Dec 20 23:18:31.751 INFO O| Dec 20 23:18:31.751 INFO O| Download: 13570/15862 items 146.9/176.4MB 83% complete (496k/s) |
4008 | 2024-12-20T23:18:37.771Z | [ host-image] Dec 20 23:18:36.247 INFO O| Dec 20 23:18:36.247 INFO O| Download: 15547/22788 items 124.4/199.7MB 62% complete (843k/s) |
4009 | 2024-12-20T23:18:38.675Z | [ recovery-image] Dec 20 23:18:37.147 INFO O| Dec 20 23:18:37.147 INFO O| Download: 14040/15862 items 148.5/176.4MB 84% complete (456k/s) |
4010 | 2024-12-20T23:18:45.217Z | [ recovery-image] Dec 20 23:18:43.542 INFO O| Dec 20 23:18:43.542 INFO O| Download: 14043/15862 items 148.5/176.4MB 84% complete (448k/s) |
4011 | 2024-12-20T23:18:45.308Z | [ host-image] Dec 20 23:18:43.545 INFO O| Dec 20 23:18:43.545 INFO O| Download: 15551/22788 items 124.5/199.7MB 62% complete (822k/s) |
4012 | 2024-12-20T23:18:50.523Z | [ recovery-image] Dec 20 23:18:48.546 INFO O| Dec 20 23:18:48.546 INFO O| Download: 14550/15862 items 150.2/176.4MB 85% complete (354k/s) |
4013 | 2024-12-20T23:18:50.523Z | [ host-image] Dec 20 23:18:48.759 INFO O| Dec 20 23:18:48.759 INFO O| Download: 15754/22788 items 126.0/199.7MB 63% complete (340k/s) |
4014 | 2024-12-20T23:18:55.305Z | [ host-image] Dec 20 23:18:53.779 INFO O| Dec 20 23:18:53.779 INFO O| Download: 15942/22788 items 130.8/199.7MB 65% complete (617k/s) |
4015 | 2024-12-20T23:18:56.714Z | [ recovery-image] Dec 20 23:18:55.188 INFO O| Dec 20 23:18:55.188 INFO O| Download: 14672/15862 items 150.6/176.4MB 85% complete (322k/s) |
4016 | 2024-12-20T23:19:00.350Z | [ host-image] Dec 20 23:18:58.813 INFO O| Dec 20 23:18:58.813 INFO O| Download: 16591/22788 items 147.9/199.7MB 74% complete (2.2M/s) |
4017 | 2024-12-20T23:19:05.597Z | [ host-image] Dec 20 23:19:04.070 INFO O| Dec 20 23:19:04.070 INFO O| Download: 16890/22788 items 148.4/199.7MB 74% complete (2.2M/s) |
4018 | 2024-12-20T23:19:05.918Z | [ recovery-image] Dec 20 23:19:04.391 INFO O| Dec 20 23:19:04.390 INFO O| Download: 14769/15862 items 156.4/176.4MB 88% complete (598k/s) |
4019 | 2024-12-20T23:19:10.642Z | [ host-image] Dec 20 23:19:09.113 INFO O| Dec 20 23:19:09.113 INFO O| Download: 17408/22788 items 149.4/199.7MB 74% complete (153k/s) |
4020 | 2024-12-20T23:19:11.743Z | [ recovery-image] Dec 20 23:19:10.191 INFO O| Dec 20 23:19:10.191 INFO O| Download: 14815/15862 items 157.1/176.4MB 89% complete (505k/s) |
4021 | 2024-12-20T23:19:15.853Z | [ host-image] Dec 20 23:19:14.325 INFO O| Dec 20 23:19:14.324 INFO O| Download: 17883/22788 items 150.2/199.7MB 75% complete (189k/s) |
4022 | 2024-12-20T23:19:17.049Z | [ recovery-image] Dec 20 23:19:15.521 INFO O| Dec 20 23:19:15.520 INFO O| Download: 15263/15862 items 160.4/176.4MB 90% complete (307k/s) |
4023 | 2024-12-20T23:19:22.095Z | [ recovery-image] Dec 20 23:19:20.567 INFO O| Dec 20 23:19:20.567 INFO O| Download: 15526/15862 items 168.2/176.4MB 95% complete (1.1M/s) |
4024 | 2024-12-20T23:19:25.066Z | [ host-image] Dec 20 23:19:23.538 INFO O| Dec 20 23:19:23.538 INFO O| Download: 17892/22788 items 150.3/199.7MB 75% complete (176k/s) |
4025 | 2024-12-20T23:19:29.016Z | [ recovery-image] Dec 20 23:19:27.487 INFO O| Dec 20 23:19:27.487 INFO O| Download: 15558/15862 items 169.0/176.4MB 95% complete (1.1M/s) |
4026 | 2024-12-20T23:19:30.188Z | [ host-image] Dec 20 23:19:28.552 INFO O| Dec 20 23:19:28.552 INFO O| Download: 18431/22788 items 163.9/199.7MB 82% complete (2.7M/s) |
4027 | 2024-12-20T23:19:34.252Z | [ recovery-image] Dec 20 23:19:32.722 INFO O| Dec 20 23:19:32.722 INFO O| Download: 15836/15862 items 175.2/176.4MB 99% complete (620k/s) |
4028 | 2024-12-20T23:19:35.083Z | [ host-image] Dec 20 23:19:33.553 INFO O| Dec 20 23:19:33.553 INFO O| Download: 19181/22788 items 166.7/199.7MB 83% complete (1.6M/s) |
4029 | 2024-12-20T23:19:35.537Z | [ recovery-image] Dec 20 23:19:34.007 INFO O| Dec 20 23:19:34.007 INFO O| Download: Completed 176.38 MB in 370.81 seconds (485k/s) |
4030 | 2024-12-20T23:19:36.525Z | [ recovery-image] Dec 20 23:19:34.995 INFO O| Dec 20 23:19:34.995 INFO O| Actions: 1/25028 actions (Installing new actions) |
4031 | 2024-12-20T23:19:40.103Z | [ host-image] Dec 20 23:19:38.573 INFO O| Dec 20 23:19:38.573 INFO O| Download: 20073/22788 items 170.6/199.7MB 85% complete (699k/s) |
4032 | 2024-12-20T23:19:41.526Z | [ recovery-image] Dec 20 23:19:39.995 INFO O| Dec 20 23:19:39.995 INFO O| Actions: 9937/25028 actions (Installing new actions) |
4033 | 2024-12-20T23:19:45.109Z | [ host-image] Dec 20 23:19:43.578 INFO O| Dec 20 23:19:43.578 INFO O| Download: 20783/22788 items 173.6/199.7MB 86% complete (725k/s) |
4034 | 2024-12-20T23:19:46.527Z | [ recovery-image] Dec 20 23:19:44.995 INFO O| Dec 20 23:19:44.995 INFO O| Actions: 16051/25028 actions (Installing new actions) |
4035 | 2024-12-20T23:19:50.741Z | [ recovery-image] Dec 20 23:19:49.209 INFO O| Dec 20 23:19:49.209 INFO O| Actions: Completed 25028 actions in 14.21 seconds. |
4036 | 2024-12-20T23:19:51.437Z | [ recovery-image] Dec 20 23:19:49.905 INFO O| Dec 20 23:19:49.905 INFO O| Done |
4037 | 2024-12-20T23:19:51.437Z | [ recovery-image] Dec 20 23:19:49.905 INFO O| Dec 20 23:19:49.905 INFO O| Done |
4038 | 2024-12-20T23:19:52.023Z | [ host-image] Dec 20 23:19:50.491 INFO O| Dec 20 23:19:50.491 INFO O| Download: 20848/22788 items 178.0/199.7MB 89% complete (775k/s) |
4039 | 2024-12-20T23:19:53.107Z | [ recovery-image] Dec 20 23:19:51.575 INFO O| Dec 20 23:19:51.575 INFO O| Done |
4040 | 2024-12-20T23:19:54.932Z | [ recovery-image] Dec 20 23:19:53.400 INFO O| Dec 20 23:19:53.400 INFO O| Done |
4041 | 2024-12-20T23:19:54.954Z | [ recovery-image] Dec 20 23:19:53.422 INFO O| Dec 20 23:19:53.422 INFO O| Done |
4042 | 2024-12-20T23:19:58.295Z | [ host-image] Dec 20 23:19:56.762 INFO O| Dec 20 23:19:56.762 INFO O| Download: 21070/22788 items 179.4/199.7MB 89% complete (516k/s) |
4043 | 2024-12-20T23:19:59.055Z | [ recovery-image] Dec 20 23:19:57.522 INFO O| Dec 20 23:19:57.522 INFO O| Done |
4044 | 2024-12-20T23:19:59.472Z | [ recovery-image] Dec 20 23:19:57.940 INFO O| Dec 20 23:19:57.940 INFO O| Done |
4045 | 2024-12-20T23:19:59.935Z | [ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.402 INFO STEP 11 (pkg_install) COMPLETE |
4046 | 2024-12-20T23:19:59.935Z | [ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.402 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4047 | 2024-12-20T23:19:59.935Z | [ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.403 INFO skip step because feature "recovery" is enabled |
4048 | 2024-12-20T23:19:59.938Z | [ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.403 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4049 | 2024-12-20T23:19:59.938Z | [ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.403 INFO skip step because feature "omicron1" is not enabled |
4050 | 2024-12-20T23:19:59.938Z | [ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.403 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4051 | 2024-12-20T23:19:59.953Z | [ recovery-image] Dec 20 23:19:58.421 INFO O| Dec 20 23:19:58.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
4052 | 2024-12-20T23:20:00.970Z | [ recovery-image] Dec 20 23:19:59.437 INFO O| Dec 20 23:19:59.437 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4053 | 2024-12-20T23:20:03.358Z | [ host-image] Dec 20 23:20:01.825 INFO O| Dec 20 23:20:01.825 INFO O| Download: 21701/22788 items 183.6/199.7MB 91% complete (533k/s) |
4054 | 2024-12-20T23:20:05.596Z | [ recovery-image] Dec 20 23:20:04.063 INFO O| Dec 20 23:20:04.063 INFO O| Planning: Solver setup ... Done |
4055 | 2024-12-20T23:20:05.603Z | [ recovery-image] Dec 20 23:20:04.070 INFO O| Dec 20 23:20:04.069 INFO O| Planning: Running solver ... Done |
4056 | 2024-12-20T23:20:05.687Z | [ recovery-image] Dec 20 23:20:04.154 INFO O| Dec 20 23:20:04.154 INFO O| Planning: Finding local manifests ... Done |
4057 | 2024-12-20T23:20:05.690Z | [ recovery-image] Dec 20 23:20:04.155 INFO O| Dec 20 23:20:04.155 INFO O| Planning: Fetching manifests: 0/1 0% complete |
4058 | 2024-12-20T23:20:05.865Z | [ recovery-image] Dec 20 23:20:04.331 INFO O| Dec 20 23:20:04.331 INFO O| Planning: Fetching manifests: 1/1 100% complete |
4059 | 2024-12-20T23:20:05.898Z | [ recovery-image] Dec 20 23:20:04.364 INFO O| Dec 20 23:20:04.364 INFO O| Planning: Package planning ... Done |
4060 | 2024-12-20T23:20:05.901Z | [ recovery-image] Dec 20 23:20:04.365 INFO O| Dec 20 23:20:04.365 INFO O| Planning: Merging actions ... Done |
4061 | 2024-12-20T23:20:05.960Z | [ recovery-image] Dec 20 23:20:04.427 INFO O| Dec 20 23:20:04.427 INFO O| Planning: Checking for conflicting actions ... Done |
4062 | 2024-12-20T23:20:05.963Z | [ recovery-image] Dec 20 23:20:04.428 INFO O| Dec 20 23:20:04.428 INFO O| Planning: Consolidating action changes ... Done |
4063 | 2024-12-20T23:20:06.284Z | [ recovery-image] Dec 20 23:20:04.751 INFO O| Dec 20 23:20:04.750 INFO O| Planning: Evaluating mediators ... Done |
4064 | 2024-12-20T23:20:06.287Z | [ recovery-image] Dec 20 23:20:04.751 INFO O| Dec 20 23:20:04.751 INFO O| Planning: Planning completed in 5.31 seconds |
4065 | 2024-12-20T23:20:06.287Z | [ recovery-image] Dec 20 23:20:04.753 INFO O| Dec 20 23:20:04.753 INFO O| Packages to install: 1 |
4066 | 2024-12-20T23:20:06.305Z | [ recovery-image] Dec 20 23:20:04.772 INFO O| Dec 20 23:20:04.772 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
4067 | 2024-12-20T23:20:07.420Z | [ recovery-image] Dec 20 23:20:05.887 INFO O| Dec 20 23:20:05.887 INFO O| Download: Completed 9.99 MB in 1.11 seconds (9.0M/s) |
4068 | 2024-12-20T23:20:07.490Z | [ recovery-image] Dec 20 23:20:05.956 INFO O| Dec 20 23:20:05.956 INFO O| Actions: 1/22 actions (Installing new actions) |
4069 | 2024-12-20T23:20:07.844Z | [ recovery-image] Dec 20 23:20:06.311 INFO O| Dec 20 23:20:06.311 INFO O| Actions: Completed 22 actions in 0.36 seconds. |
4070 | 2024-12-20T23:20:08.235Z | [ recovery-image] Dec 20 23:20:06.702 INFO O| Dec 20 23:20:06.701 INFO O| Done |
4071 | 2024-12-20T23:20:08.235Z | [ recovery-image] Dec 20 23:20:06.702 INFO O| Dec 20 23:20:06.701 INFO O| Done |
4072 | 2024-12-20T23:20:08.511Z | [ host-image] Dec 20 23:20:06.977 INFO O| Dec 20 23:20:06.977 INFO O| Download: 21959/22788 items 191.6/199.7MB 95% complete (1.2M/s) |
4073 | 2024-12-20T23:20:09.449Z | [ recovery-image] Dec 20 23:20:07.915 INFO O| Dec 20 23:20:07.915 INFO O| Done |
4074 | 2024-12-20T23:20:11.271Z | [ recovery-image] Dec 20 23:20:09.737 INFO O| Dec 20 23:20:09.737 INFO O| Done |
4075 | 2024-12-20T23:20:11.293Z | [ recovery-image] Dec 20 23:20:09.759 INFO O| Dec 20 23:20:09.759 INFO O| Done |
4076 | 2024-12-20T23:20:11.296Z | [ recovery-image] Dec 20 23:20:09.760 INFO O| Dec 20 23:20:09.759 INFO O| Done |
4077 | 2024-12-20T23:20:11.311Z | [ recovery-image] Dec 20 23:20:09.777 INFO O| Dec 20 23:20:09.777 INFO O| Done |
4078 | 2024-12-20T23:20:11.480Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.945 INFO STEP 14 (pkg_install) COMPLETE |
4079 | 2024-12-20T23:20:11.480Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.945 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4080 | 2024-12-20T23:20:11.482Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO skip step because feature "mfg" is not enabled |
4081 | 2024-12-20T23:20:11.483Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4082 | 2024-12-20T23:20:11.483Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO skip step because feature "compliance" is not enabled |
4083 | 2024-12-20T23:20:11.483Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4084 | 2024-12-20T23:20:11.483Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO skip step because feature "stress" is not enabled |
4085 | 2024-12-20T23:20:11.483Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4086 | 2024-12-20T23:20:11.483Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO skip step because feature "nfs" is not enabled |
4087 | 2024-12-20T23:20:11.483Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4088 | 2024-12-20T23:20:11.483Z | [ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4089 | 2024-12-20T23:20:11.531Z | [ recovery-image] Dec 20 23:20:09.997 INFO O| Dec 20 23:20:09.997 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4090 | 2024-12-20T23:20:11.648Z | [ recovery-image] Dec 20 23:20:10.114 INFO O| Dec 20 23:20:10.114 INFO completed processing gimlet/ramdisk-01-os |
4091 | 2024-12-20T23:20:11.651Z | [ recovery-image] Dec 20 23:20:10.117 INFO image builder template: ramdisk-02-trim... |
4092 | 2024-12-20T23:20:11.654Z | [ recovery-image] Dec 20 23:20:10.117 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/.tmpMH33g0/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 |
4093 | 2024-12-20T23:20:11.692Z | [ recovery-image] Dec 20 23:20:10.158 INFO O| Dec 20 23:20:10.158 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4094 | 2024-12-20T23:20:11.700Z | [ recovery-image] Dec 20 23:20:10.166 INFO O| Dec 20 23:20:10.166 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4095 | 2024-12-20T23:20:11.813Z | [ recovery-image] Dec 20 23:20:10.279 INFO O| Dec 20 23:20:10.279 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4096 | 2024-12-20T23:20:11.955Z | [ recovery-image] Dec 20 23:20:10.421 INFO O| Dec 20 23:20:10.421 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4097 | 2024-12-20T23:20:11.958Z | [ recovery-image] Dec 20 23:20:10.421 INFO O| Dec 20 23:20:10.421 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4098 | 2024-12-20T23:20:11.966Z | [ recovery-image] Dec 20 23:20:10.431 INFO O| Dec 20 23:20:10.431 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4099 | 2024-12-20T23:20:11.974Z | [ recovery-image] Dec 20 23:20:10.439 INFO O| Dec 20 23:20:10.439 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4100 | 2024-12-20T23:20:11.984Z | [ recovery-image] Dec 20 23:20:10.449 INFO O| Dec 20 23:20:10.449 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4101 | 2024-12-20T23:20:12.223Z | [ recovery-image] Dec 20 23:20:10.689 INFO O| Dec 20 23:20:10.689 INFO rolled back to input snapshot; work may begin |
4102 | 2024-12-20T23:20:12.223Z | [ recovery-image] Dec 20 23:20:10.689 INFO O| Dec 20 23:20:10.689 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4103 | 2024-12-20T23:20:12.231Z | [ recovery-image] Dec 20 23:20:10.697 INFO O| Dec 20 23:20:10.697 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4104 | 2024-12-20T23:20:12.249Z | [ recovery-image] Dec 20 23:20:10.715 INFO O| Dec 20 23:20:10.715 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4105 | 2024-12-20T23:20:12.383Z | [ recovery-image] Dec 20 23:20:10.849 INFO O| Dec 20 23:20:10.849 INFO STEP 0 (remove_files) COMPLETE |
4106 | 2024-12-20T23:20:12.383Z | [ recovery-image] Dec 20 23:20:10.849 INFO O| Dec 20 23:20:10.849 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-12-20T23:20:12.402Z | [ recovery-image] Dec 20 23:20:10.867 INFO O| Dec 20 23:20:10.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4108 | 2024-12-20T23:20:12.404Z | [ recovery-image] Dec 20 23:20:10.870 INFO O| Dec 20 23:20:10.870 INFO STEP 1 (remove_files) COMPLETE |
4109 | 2024-12-20T23:20:12.404Z | [ recovery-image] Dec 20 23:20:10.870 INFO O| Dec 20 23:20:10.870 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4110 | 2024-12-20T23:20:12.424Z | [ recovery-image] Dec 20 23:20:10.890 INFO O| Dec 20 23:20:10.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4111 | 2024-12-20T23:20:12.449Z | [ recovery-image] Dec 20 23:20:10.915 INFO O| Dec 20 23:20:10.915 INFO STEP 2 (remove_files) COMPLETE |
4112 | 2024-12-20T23:20:12.449Z | [ recovery-image] Dec 20 23:20:10.915 INFO O| Dec 20 23:20:10.915 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4113 | 2024-12-20T23:20:12.507Z | [ recovery-image] Dec 20 23:20:10.972 INFO O| Dec 20 23:20:10.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4114 | 2024-12-20T23:20:12.509Z | [ recovery-image] Dec 20 23:20:10.975 INFO O| Dec 20 23:20:10.975 INFO STEP 3 (remove_files) COMPLETE |
4115 | 2024-12-20T23:20:12.509Z | [ recovery-image] Dec 20 23:20:10.975 INFO O| Dec 20 23:20:10.975 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4116 | 2024-12-20T23:20:12.530Z | [ recovery-image] Dec 20 23:20:10.994 INFO O| Dec 20 23:20:10.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4117 | 2024-12-20T23:20:12.536Z | [ recovery-image] Dec 20 23:20:11.002 INFO O| Dec 20 23:20:11.002 INFO STEP 4 (remove_files) COMPLETE |
4118 | 2024-12-20T23:20:12.536Z | [ recovery-image] Dec 20 23:20:11.002 INFO O| Dec 20 23:20:11.002 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4119 | 2024-12-20T23:20:12.562Z | [ recovery-image] Dec 20 23:20:11.028 INFO O| Dec 20 23:20:11.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4120 | 2024-12-20T23:20:12.562Z | [ recovery-image] Dec 20 23:20:11.028 INFO O| Dec 20 23:20:11.028 INFO STEP 5 (remove_files) COMPLETE |
4121 | 2024-12-20T23:20:12.566Z | [ recovery-image] Dec 20 23:20:11.028 INFO O| Dec 20 23:20:11.028 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4122 | 2024-12-20T23:20:12.580Z | [ recovery-image] Dec 20 23:20:11.046 INFO O| Dec 20 23:20:11.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4123 | 2024-12-20T23:20:12.603Z | [ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 6 (remove_files) COMPLETE |
4124 | 2024-12-20T23:20:12.603Z | [ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4125 | 2024-12-20T23:20:12.603Z | [ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO skip step because feature "recovery" is enabled |
4126 | 2024-12-20T23:20:12.621Z | [ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4127 | 2024-12-20T23:20:12.621Z | [ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO skip step because feature "recovery" is enabled |
4128 | 2024-12-20T23:20:12.621Z | [ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-20T23:20:12.621Z | [ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO skip step because feature "recovery" is enabled |
4130 | 2024-12-20T23:20:12.621Z | [ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4131 | 2024-12-20T23:20:12.661Z | [ recovery-image] Dec 20 23:20:11.127 INFO O| Dec 20 23:20:11.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4132 | 2024-12-20T23:20:12.667Z | [ recovery-image] Dec 20 23:20:11.133 INFO O| Dec 20 23:20:11.133 INFO STEP 10 (remove_files) COMPLETE |
4133 | 2024-12-20T23:20:12.669Z | [ recovery-image] Dec 20 23:20:11.133 INFO O| Dec 20 23:20:11.133 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4134 | 2024-12-20T23:20:12.685Z | [ recovery-image] Dec 20 23:20:11.151 INFO O| Dec 20 23:20:11.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4135 | 2024-12-20T23:20:12.688Z | [ recovery-image] Dec 20 23:20:11.153 INFO O| Dec 20 23:20:11.153 INFO STEP 11 (remove_files) COMPLETE |
4136 | 2024-12-20T23:20:12.688Z | [ recovery-image] Dec 20 23:20:11.153 INFO O| Dec 20 23:20:11.153 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4137 | 2024-12-20T23:20:12.705Z | [ recovery-image] Dec 20 23:20:11.170 INFO O| Dec 20 23:20:11.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4138 | 2024-12-20T23:20:12.708Z | [ recovery-image] Dec 20 23:20:11.173 INFO O| Dec 20 23:20:11.173 INFO STEP 12 (remove_files) COMPLETE |
4139 | 2024-12-20T23:20:12.708Z | [ recovery-image] Dec 20 23:20:11.173 INFO O| Dec 20 23:20:11.173 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4140 | 2024-12-20T23:20:12.740Z | [ recovery-image] Dec 20 23:20:11.203 INFO O| Dec 20 23:20:11.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4141 | 2024-12-20T23:20:13.079Z | [ recovery-image] Dec 20 23:20:11.543 INFO O| Dec 20 23:20:11.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4142 | 2024-12-20T23:20:13.090Z | [ recovery-image] Dec 20 23:20:11.556 INFO O| Dec 20 23:20:11.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4143 | 2024-12-20T23:20:13.147Z | [ recovery-image] Dec 20 23:20:11.613 INFO O| Dec 20 23:20:11.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4144 | 2024-12-20T23:20:13.153Z | [ recovery-image] Dec 20 23:20:11.619 INFO O| Dec 20 23:20:11.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4145 | 2024-12-20T23:20:13.169Z | [ recovery-image] Dec 20 23:20:11.635 INFO O| Dec 20 23:20:11.635 INFO STEP 13 (remove_files) COMPLETE |
4146 | 2024-12-20T23:20:13.169Z | [ recovery-image] Dec 20 23:20:11.635 INFO O| Dec 20 23:20:11.635 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-20T23:20:13.189Z | [ recovery-image] Dec 20 23:20:11.655 INFO O| Dec 20 23:20:11.654 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4148 | 2024-12-20T23:20:13.192Z | [ recovery-image] Dec 20 23:20:11.657 INFO O| Dec 20 23:20:11.657 INFO STEP 14 (remove_files) COMPLETE |
4149 | 2024-12-20T23:20:13.192Z | [ recovery-image] Dec 20 23:20:11.657 INFO O| Dec 20 23:20:11.657 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-20T23:20:13.219Z | [ recovery-image] Dec 20 23:20:11.685 INFO O| Dec 20 23:20:11.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4151 | 2024-12-20T23:20:13.231Z | [ recovery-image] Dec 20 23:20:11.696 INFO O| Dec 20 23:20:11.696 INFO STEP 15 (remove_files) COMPLETE |
4152 | 2024-12-20T23:20:13.231Z | [ recovery-image] Dec 20 23:20:11.696 INFO O| Dec 20 23:20:11.696 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-20T23:20:13.273Z | [ recovery-image] Dec 20 23:20:11.739 INFO O| Dec 20 23:20:11.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4154 | 2024-12-20T23:20:13.276Z | [ recovery-image] Dec 20 23:20:11.740 INFO O| Dec 20 23:20:11.740 INFO STEP 16 (remove_files) COMPLETE |
4155 | 2024-12-20T23:20:13.276Z | [ recovery-image] Dec 20 23:20:11.740 INFO O| Dec 20 23:20:11.740 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-20T23:20:13.309Z | [ recovery-image] Dec 20 23:20:11.775 INFO O| Dec 20 23:20:11.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4157 | 2024-12-20T23:20:13.312Z | [ recovery-image] Dec 20 23:20:11.777 INFO O| Dec 20 23:20:11.777 INFO STEP 17 (remove_files) COMPLETE |
4158 | 2024-12-20T23:20:13.312Z | [ recovery-image] Dec 20 23:20:11.777 INFO O| Dec 20 23:20:11.777 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-20T23:20:13.372Z | [ recovery-image] Dec 20 23:20:11.838 INFO O| Dec 20 23:20:11.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4160 | 2024-12-20T23:20:13.372Z | [ recovery-image] Dec 20 23:20:11.838 INFO O| Dec 20 23:20:11.838 INFO STEP 18 (remove_files) COMPLETE |
4161 | 2024-12-20T23:20:13.375Z | [ recovery-image] Dec 20 23:20:11.838 INFO O| Dec 20 23:20:11.838 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-20T23:20:13.392Z | [ recovery-image] Dec 20 23:20:11.857 INFO O| Dec 20 23:20:11.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4163 | 2024-12-20T23:20:13.392Z | [ recovery-image] Dec 20 23:20:11.857 INFO O| Dec 20 23:20:11.857 INFO STEP 19 (remove_files) COMPLETE |
4164 | 2024-12-20T23:20:13.392Z | [ recovery-image] Dec 20 23:20:11.857 INFO O| Dec 20 23:20:11.857 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-20T23:20:13.410Z | [ recovery-image] Dec 20 23:20:11.876 INFO O| Dec 20 23:20:11.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4166 | 2024-12-20T23:20:13.410Z | [ recovery-image] Dec 20 23:20:11.876 INFO O| Dec 20 23:20:11.876 INFO STEP 20 (remove_files) COMPLETE |
4167 | 2024-12-20T23:20:13.410Z | [ recovery-image] Dec 20 23:20:11.876 INFO O| Dec 20 23:20:11.876 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-20T23:20:13.429Z | [ recovery-image] Dec 20 23:20:11.895 INFO O| Dec 20 23:20:11.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4169 | 2024-12-20T23:20:13.429Z | [ recovery-image] Dec 20 23:20:11.895 INFO O| Dec 20 23:20:11.895 INFO STEP 21 (remove_files) COMPLETE |
4170 | 2024-12-20T23:20:13.429Z | [ recovery-image] Dec 20 23:20:11.895 INFO O| Dec 20 23:20:11.895 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-20T23:20:13.448Z | [ recovery-image] Dec 20 23:20:11.914 INFO O| Dec 20 23:20:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4172 | 2024-12-20T23:20:13.449Z | [ recovery-image] Dec 20 23:20:11.914 INFO O| Dec 20 23:20:11.914 INFO STEP 22 (remove_files) COMPLETE |
4173 | 2024-12-20T23:20:13.449Z | [ recovery-image] Dec 20 23:20:11.914 INFO O| Dec 20 23:20:11.914 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-20T23:20:13.478Z | [ recovery-image] Dec 20 23:20:11.943 INFO O| Dec 20 23:20:11.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4175 | 2024-12-20T23:20:13.478Z | [ recovery-image] Dec 20 23:20:11.943 INFO O| Dec 20 23:20:11.943 INFO STEP 23 (remove_files) COMPLETE |
4176 | 2024-12-20T23:20:13.478Z | [ recovery-image] Dec 20 23:20:11.943 INFO O| Dec 20 23:20:11.943 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-20T23:20:13.497Z | [ recovery-image] Dec 20 23:20:11.963 INFO O| Dec 20 23:20:11.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4178 | 2024-12-20T23:20:13.497Z | [ recovery-image] Dec 20 23:20:11.963 INFO O| Dec 20 23:20:11.963 INFO STEP 24 (remove_files) COMPLETE |
4179 | 2024-12-20T23:20:13.497Z | [ recovery-image] Dec 20 23:20:11.963 INFO O| Dec 20 23:20:11.963 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-20T23:20:13.519Z | [ recovery-image] Dec 20 23:20:11.984 INFO O| Dec 20 23:20:11.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4181 | 2024-12-20T23:20:13.519Z | [ recovery-image] Dec 20 23:20:11.984 INFO O| Dec 20 23:20:11.984 INFO STEP 25 (remove_files) COMPLETE |
4182 | 2024-12-20T23:20:13.522Z | [ recovery-image] Dec 20 23:20:11.984 INFO O| Dec 20 23:20:11.984 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-20T23:20:13.543Z | [ recovery-image] Dec 20 23:20:12.009 INFO O| Dec 20 23:20:12.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4184 | 2024-12-20T23:20:13.546Z | [ recovery-image] Dec 20 23:20:12.009 INFO O| Dec 20 23:20:12.009 INFO STEP 26 (remove_files) COMPLETE |
4185 | 2024-12-20T23:20:13.546Z | [ recovery-image] Dec 20 23:20:12.010 INFO O| Dec 20 23:20:12.010 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-20T23:20:13.563Z | [ recovery-image] Dec 20 23:20:12.029 INFO O| Dec 20 23:20:12.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4187 | 2024-12-20T23:20:13.566Z | [ recovery-image] Dec 20 23:20:12.029 INFO O| Dec 20 23:20:12.029 INFO STEP 27 (remove_files) COMPLETE |
4188 | 2024-12-20T23:20:13.566Z | [ recovery-image] Dec 20 23:20:12.029 INFO O| Dec 20 23:20:12.029 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-20T23:20:13.583Z | [ recovery-image] Dec 20 23:20:12.049 INFO O| Dec 20 23:20:12.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4190 | 2024-12-20T23:20:13.585Z | [ recovery-image] Dec 20 23:20:12.049 INFO O| Dec 20 23:20:12.049 INFO STEP 28 (remove_files) COMPLETE |
4191 | 2024-12-20T23:20:13.585Z | [ recovery-image] Dec 20 23:20:12.049 INFO O| Dec 20 23:20:12.049 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-20T23:20:13.602Z | [ recovery-image] Dec 20 23:20:12.067 INFO O| Dec 20 23:20:12.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4193 | 2024-12-20T23:20:13.602Z | [ recovery-image] Dec 20 23:20:12.068 INFO O| Dec 20 23:20:12.068 INFO STEP 29 (remove_files) COMPLETE |
4194 | 2024-12-20T23:20:13.604Z | [ recovery-image] Dec 20 23:20:12.068 INFO O| Dec 20 23:20:12.068 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-20T23:20:13.619Z | [ recovery-image] Dec 20 23:20:12.085 INFO O| Dec 20 23:20:12.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4196 | 2024-12-20T23:20:13.622Z | [ recovery-image] Dec 20 23:20:12.085 INFO O| Dec 20 23:20:12.085 INFO STEP 30 (remove_files) COMPLETE |
4197 | 2024-12-20T23:20:13.622Z | [ recovery-image] Dec 20 23:20:12.085 INFO O| Dec 20 23:20:12.085 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4198 | 2024-12-20T23:20:13.635Z | [ recovery-image] Dec 20 23:20:12.100 INFO O| Dec 20 23:20:12.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4199 | 2024-12-20T23:20:13.638Z | [ recovery-image] Dec 20 23:20:12.101 INFO O| Dec 20 23:20:12.101 INFO STEP 31 (remove_files) COMPLETE |
4200 | 2024-12-20T23:20:13.638Z | [ recovery-image] Dec 20 23:20:12.101 INFO O| Dec 20 23:20:12.101 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4201 | 2024-12-20T23:20:13.663Z | [ host-image] Dec 20 23:20:12.129 INFO O| Dec 20 23:20:12.129 INFO O| Download: 21999/22788 items 191.9/199.7MB 96% complete (887k/s) |
4202 | 2024-12-20T23:20:13.666Z | [ recovery-image] Dec 20 23:20:12.131 INFO O| Dec 20 23:20:12.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4203 | 2024-12-20T23:20:13.666Z | [ recovery-image] Dec 20 23:20:12.131 INFO O| Dec 20 23:20:12.131 INFO STEP 32 (remove_files) COMPLETE |
4204 | 2024-12-20T23:20:13.666Z | [ recovery-image] Dec 20 23:20:12.131 INFO O| Dec 20 23:20:12.131 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4205 | 2024-12-20T23:20:13.686Z | [ recovery-image] Dec 20 23:20:12.151 INFO O| Dec 20 23:20:12.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4206 | 2024-12-20T23:20:13.689Z | [ recovery-image] Dec 20 23:20:12.152 INFO O| Dec 20 23:20:12.152 INFO STEP 33 (remove_files) COMPLETE |
4207 | 2024-12-20T23:20:13.689Z | [ recovery-image] Dec 20 23:20:12.152 INFO O| Dec 20 23:20:12.152 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4208 | 2024-12-20T23:20:13.706Z | [ recovery-image] Dec 20 23:20:12.171 INFO O| Dec 20 23:20:12.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4209 | 2024-12-20T23:20:13.709Z | [ recovery-image] Dec 20 23:20:12.172 INFO O| Dec 20 23:20:12.172 INFO STEP 34 (remove_files) COMPLETE |
4210 | 2024-12-20T23:20:13.709Z | [ recovery-image] Dec 20 23:20:12.172 INFO O| Dec 20 23:20:12.172 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4211 | 2024-12-20T23:20:13.724Z | [ recovery-image] Dec 20 23:20:12.190 INFO O| Dec 20 23:20:12.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4212 | 2024-12-20T23:20:13.724Z | [ recovery-image] Dec 20 23:20:12.190 INFO O| Dec 20 23:20:12.190 INFO STEP 35 (remove_files) COMPLETE |
4213 | 2024-12-20T23:20:13.729Z | [ recovery-image] Dec 20 23:20:12.190 INFO O| Dec 20 23:20:12.190 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4214 | 2024-12-20T23:20:13.742Z | [ recovery-image] Dec 20 23:20:12.207 INFO O| Dec 20 23:20:12.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4215 | 2024-12-20T23:20:13.742Z | [ recovery-image] Dec 20 23:20:12.207 INFO O| Dec 20 23:20:12.207 INFO STEP 36 (remove_files) COMPLETE |
4216 | 2024-12-20T23:20:13.745Z | [ recovery-image] Dec 20 23:20:12.207 INFO O| Dec 20 23:20:12.207 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4217 | 2024-12-20T23:20:13.775Z | [ recovery-image] Dec 20 23:20:12.240 INFO O| Dec 20 23:20:12.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4218 | 2024-12-20T23:20:13.775Z | [ recovery-image] Dec 20 23:20:12.240 INFO O| Dec 20 23:20:12.240 INFO STEP 37 (remove_files) COMPLETE |
4219 | 2024-12-20T23:20:13.778Z | [ recovery-image] Dec 20 23:20:12.240 INFO O| Dec 20 23:20:12.240 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4220 | 2024-12-20T23:20:13.795Z | [ recovery-image] Dec 20 23:20:12.261 INFO O| Dec 20 23:20:12.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4221 | 2024-12-20T23:20:13.795Z | [ recovery-image] Dec 20 23:20:12.261 INFO O| Dec 20 23:20:12.261 INFO STEP 38 (remove_files) COMPLETE |
4222 | 2024-12-20T23:20:13.798Z | [ recovery-image] Dec 20 23:20:12.261 INFO O| Dec 20 23:20:12.261 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4223 | 2024-12-20T23:20:13.815Z | [ recovery-image] Dec 20 23:20:12.280 INFO O| Dec 20 23:20:12.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4224 | 2024-12-20T23:20:13.815Z | [ recovery-image] Dec 20 23:20:12.280 INFO O| Dec 20 23:20:12.280 INFO STEP 39 (remove_files) COMPLETE |
4225 | 2024-12-20T23:20:13.815Z | [ recovery-image] Dec 20 23:20:12.280 INFO O| Dec 20 23:20:12.280 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4226 | 2024-12-20T23:20:13.833Z | [ recovery-image] Dec 20 23:20:12.299 INFO O| Dec 20 23:20:12.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4227 | 2024-12-20T23:20:13.833Z | [ recovery-image] Dec 20 23:20:12.299 INFO O| Dec 20 23:20:12.299 INFO STEP 40 (remove_files) COMPLETE |
4228 | 2024-12-20T23:20:13.836Z | [ recovery-image] Dec 20 23:20:12.299 INFO O| Dec 20 23:20:12.299 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4229 | 2024-12-20T23:20:13.851Z | [ recovery-image] Dec 20 23:20:12.317 INFO O| Dec 20 23:20:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4230 | 2024-12-20T23:20:13.852Z | [ recovery-image] Dec 20 23:20:12.317 INFO O| Dec 20 23:20:12.317 INFO STEP 41 (remove_files) COMPLETE |
4231 | 2024-12-20T23:20:13.852Z | [ recovery-image] Dec 20 23:20:12.317 INFO O| Dec 20 23:20:12.317 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-20T23:20:13.883Z | [ recovery-image] Dec 20 23:20:12.348 INFO O| Dec 20 23:20:12.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4233 | 2024-12-20T23:20:13.883Z | [ recovery-image] Dec 20 23:20:12.348 INFO O| Dec 20 23:20:12.348 INFO STEP 42 (remove_files) COMPLETE |
4234 | 2024-12-20T23:20:13.886Z | [ recovery-image] Dec 20 23:20:12.348 INFO O| Dec 20 23:20:12.348 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4235 | 2024-12-20T23:20:13.905Z | [ recovery-image] Dec 20 23:20:12.370 INFO O| Dec 20 23:20:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4236 | 2024-12-20T23:20:13.905Z | [ recovery-image] Dec 20 23:20:12.371 INFO O| Dec 20 23:20:12.370 INFO STEP 43 (remove_files) COMPLETE |
4237 | 2024-12-20T23:20:13.905Z | [ recovery-image] Dec 20 23:20:12.371 INFO O| Dec 20 23:20:12.371 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4238 | 2024-12-20T23:20:13.925Z | [ recovery-image] Dec 20 23:20:12.391 INFO O| Dec 20 23:20:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4239 | 2024-12-20T23:20:13.925Z | [ recovery-image] Dec 20 23:20:12.391 INFO O| Dec 20 23:20:12.391 INFO STEP 44 (remove_files) COMPLETE |
4240 | 2024-12-20T23:20:13.925Z | [ recovery-image] Dec 20 23:20:12.391 INFO O| Dec 20 23:20:12.391 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4241 | 2024-12-20T23:20:13.945Z | [ recovery-image] Dec 20 23:20:12.410 INFO O| Dec 20 23:20:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4242 | 2024-12-20T23:20:13.945Z | [ recovery-image] Dec 20 23:20:12.411 INFO O| Dec 20 23:20:12.410 INFO STEP 45 (remove_files) COMPLETE |
4243 | 2024-12-20T23:20:13.945Z | [ recovery-image] Dec 20 23:20:12.411 INFO O| Dec 20 23:20:12.410 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4244 | 2024-12-20T23:20:13.963Z | [ recovery-image] Dec 20 23:20:12.429 INFO O| Dec 20 23:20:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4245 | 2024-12-20T23:20:13.966Z | [ recovery-image] Dec 20 23:20:12.429 INFO O| Dec 20 23:20:12.429 INFO STEP 46 (remove_files) COMPLETE |
4246 | 2024-12-20T23:20:13.966Z | [ recovery-image] Dec 20 23:20:12.429 INFO O| Dec 20 23:20:12.429 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4247 | 2024-12-20T23:20:14.002Z | [ recovery-image] Dec 20 23:20:12.468 INFO O| Dec 20 23:20:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4248 | 2024-12-20T23:20:14.002Z | [ recovery-image] Dec 20 23:20:12.468 INFO O| Dec 20 23:20:12.468 INFO STEP 47 (remove_files) COMPLETE |
4249 | 2024-12-20T23:20:14.005Z | [ recovery-image] Dec 20 23:20:12.468 INFO O| Dec 20 23:20:12.468 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4250 | 2024-12-20T23:20:14.026Z | [ recovery-image] Dec 20 23:20:12.489 INFO O| Dec 20 23:20:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4251 | 2024-12-20T23:20:14.026Z | [ recovery-image] Dec 20 23:20:12.489 INFO O| Dec 20 23:20:12.489 INFO STEP 48 (remove_files) COMPLETE |
4252 | 2024-12-20T23:20:14.030Z | [ recovery-image] Dec 20 23:20:12.489 INFO O| Dec 20 23:20:12.489 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4253 | 2024-12-20T23:20:14.043Z | [ recovery-image] Dec 20 23:20:12.509 INFO O| Dec 20 23:20:12.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4254 | 2024-12-20T23:20:14.043Z | [ recovery-image] Dec 20 23:20:12.509 INFO O| Dec 20 23:20:12.509 INFO STEP 49 (remove_files) COMPLETE |
4255 | 2024-12-20T23:20:14.043Z | [ recovery-image] Dec 20 23:20:12.509 INFO O| Dec 20 23:20:12.509 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4256 | 2024-12-20T23:20:14.063Z | [ recovery-image] Dec 20 23:20:12.529 INFO O| Dec 20 23:20:12.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4257 | 2024-12-20T23:20:14.063Z | [ recovery-image] Dec 20 23:20:12.529 INFO O| Dec 20 23:20:12.529 INFO STEP 50 (remove_files) COMPLETE |
4258 | 2024-12-20T23:20:14.063Z | [ recovery-image] Dec 20 23:20:12.529 INFO O| Dec 20 23:20:12.529 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4259 | 2024-12-20T23:20:14.085Z | [ recovery-image] Dec 20 23:20:12.547 INFO O| Dec 20 23:20:12.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4260 | 2024-12-20T23:20:14.085Z | [ recovery-image] Dec 20 23:20:12.547 INFO O| Dec 20 23:20:12.547 INFO STEP 51 (remove_files) COMPLETE |
4261 | 2024-12-20T23:20:14.091Z | [ recovery-image] Dec 20 23:20:12.547 INFO O| Dec 20 23:20:12.547 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4262 | 2024-12-20T23:20:14.100Z | [ recovery-image] Dec 20 23:20:12.566 INFO O| Dec 20 23:20:12.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4263 | 2024-12-20T23:20:14.100Z | [ recovery-image] Dec 20 23:20:12.566 INFO O| Dec 20 23:20:12.566 INFO STEP 52 (remove_files) COMPLETE |
4264 | 2024-12-20T23:20:14.100Z | [ recovery-image] Dec 20 23:20:12.566 INFO O| Dec 20 23:20:12.566 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4265 | 2024-12-20T23:20:14.132Z | [ recovery-image] Dec 20 23:20:12.597 INFO O| Dec 20 23:20:12.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4266 | 2024-12-20T23:20:14.132Z | [ recovery-image] Dec 20 23:20:12.597 INFO O| Dec 20 23:20:12.597 INFO STEP 53 (remove_files) COMPLETE |
4267 | 2024-12-20T23:20:14.132Z | [ recovery-image] Dec 20 23:20:12.597 INFO O| Dec 20 23:20:12.597 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4268 | 2024-12-20T23:20:14.185Z | [ recovery-image] Dec 20 23:20:12.651 INFO O| Dec 20 23:20:12.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4269 | 2024-12-20T23:20:14.185Z | [ recovery-image] Dec 20 23:20:12.651 INFO O| Dec 20 23:20:12.651 INFO STEP 54 (remove_files) COMPLETE |
4270 | 2024-12-20T23:20:14.187Z | [ recovery-image] Dec 20 23:20:12.651 INFO O| Dec 20 23:20:12.651 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4271 | 2024-12-20T23:20:14.222Z | [ recovery-image] Dec 20 23:20:12.687 INFO O| Dec 20 23:20:12.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4272 | 2024-12-20T23:20:14.222Z | [ recovery-image] Dec 20 23:20:12.687 INFO O| Dec 20 23:20:12.687 INFO STEP 55 (remove_files) COMPLETE |
4273 | 2024-12-20T23:20:14.222Z | [ recovery-image] Dec 20 23:20:12.688 INFO O| Dec 20 23:20:12.687 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4274 | 2024-12-20T23:20:14.261Z | [ recovery-image] Dec 20 23:20:12.726 INFO O| Dec 20 23:20:12.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4275 | 2024-12-20T23:20:14.261Z | [ recovery-image] Dec 20 23:20:12.726 INFO O| Dec 20 23:20:12.726 INFO STEP 56 (remove_files) COMPLETE |
4276 | 2024-12-20T23:20:14.261Z | [ recovery-image] Dec 20 23:20:12.726 INFO O| Dec 20 23:20:12.726 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4277 | 2024-12-20T23:20:14.285Z | [ recovery-image] Dec 20 23:20:12.750 INFO O| Dec 20 23:20:12.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4278 | 2024-12-20T23:20:14.287Z | [ recovery-image] Dec 20 23:20:12.750 INFO O| Dec 20 23:20:12.750 INFO STEP 57 (remove_files) COMPLETE |
4279 | 2024-12-20T23:20:14.287Z | [ recovery-image] Dec 20 23:20:12.751 INFO O| Dec 20 23:20:12.750 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4280 | 2024-12-20T23:20:14.306Z | [ recovery-image] Dec 20 23:20:12.771 INFO O| Dec 20 23:20:12.771 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4281 | 2024-12-20T23:20:14.308Z | [ recovery-image] Dec 20 23:20:12.771 INFO O| Dec 20 23:20:12.771 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4282 | 2024-12-20T23:20:14.308Z | [ recovery-image] Dec 20 23:20:12.772 INFO O| Dec 20 23:20:12.771 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4283 | 2024-12-20T23:20:14.308Z | [ recovery-image] Dec 20 23:20:12.772 INFO O| Dec 20 23:20:12.772 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4284 | 2024-12-20T23:20:14.308Z | [ recovery-image] Dec 20 23:20:12.772 INFO O| Dec 20 23:20:12.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4285 | 2024-12-20T23:20:14.308Z | [ recovery-image] Dec 20 23:20:12.773 INFO O| Dec 20 23:20:12.773 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4286 | 2024-12-20T23:20:14.309Z | [ recovery-image] Dec 20 23:20:12.773 INFO O| Dec 20 23:20:12.773 INFO ok! |
4287 | 2024-12-20T23:20:14.309Z | [ recovery-image] Dec 20 23:20:12.773 INFO O| Dec 20 23:20:12.773 INFO STEP 58 (ensure_file) COMPLETE |
4288 | 2024-12-20T23:20:14.309Z | [ recovery-image] Dec 20 23:20:12.773 INFO O| Dec 20 23:20:12.773 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4289 | 2024-12-20T23:20:14.327Z | [ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.792 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4290 | 2024-12-20T23:20:14.330Z | [ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.793 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4291 | 2024-12-20T23:20:14.331Z | [ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.793 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4292 | 2024-12-20T23:20:14.331Z | [ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.793 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4293 | 2024-12-20T23:20:14.331Z | [ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.793 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4294 | 2024-12-20T23:20:14.331Z | [ recovery-image] Dec 20 23:20:12.794 INFO O| Dec 20 23:20:12.793 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4295 | 2024-12-20T23:20:14.331Z | [ recovery-image] Dec 20 23:20:12.794 INFO O| Dec 20 23:20:12.794 INFO ok! |
4296 | 2024-12-20T23:20:14.331Z | [ recovery-image] Dec 20 23:20:12.794 INFO O| Dec 20 23:20:12.794 INFO STEP 59 (ensure_file) COMPLETE |
4297 | 2024-12-20T23:20:14.331Z | [ recovery-image] Dec 20 23:20:12.794 INFO O| Dec 20 23:20:12.794 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4298 | 2024-12-20T23:20:14.346Z | [ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4299 | 2024-12-20T23:20:14.346Z | [ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4300 | 2024-12-20T23:20:14.348Z | [ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4301 | 2024-12-20T23:20:14.348Z | [ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO ok! |
4302 | 2024-12-20T23:20:14.348Z | [ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO STEP 60 (ensure_file) COMPLETE |
4303 | 2024-12-20T23:20:14.349Z | [ recovery-image] Dec 20 23:20:12.813 INFO O| Dec 20 23:20:12.813 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4304 | 2024-12-20T23:20:14.366Z | [ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4305 | 2024-12-20T23:20:14.366Z | [ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4306 | 2024-12-20T23:20:14.369Z | [ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4307 | 2024-12-20T23:20:14.369Z | [ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 INFO ok! |
4308 | 2024-12-20T23:20:14.369Z | [ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 INFO STEP 61 (ensure_file) COMPLETE |
4309 | 2024-12-20T23:20:14.369Z | [ recovery-image] Dec 20 23:20:12.833 INFO O| Dec 20 23:20:12.833 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4310 | 2024-12-20T23:20:14.427Z | [ recovery-image] Dec 20 23:20:12.893 INFO O| Dec 20 23:20:12.893 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4311 | 2024-12-20T23:20:14.430Z | [ recovery-image] Dec 20 23:20:12.893 INFO O| Dec 20 23:20:12.893 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4312 | 2024-12-20T23:20:14.430Z | [ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4313 | 2024-12-20T23:20:14.430Z | [ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4314 | 2024-12-20T23:20:14.430Z | [ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO ok! |
4315 | 2024-12-20T23:20:14.430Z | [ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO STEP 62 (ensure_file) COMPLETE |
4316 | 2024-12-20T23:20:14.430Z | [ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4317 | 2024-12-20T23:20:14.449Z | [ recovery-image] Dec 20 23:20:12.915 INFO O| Dec 20 23:20:12.915 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4318 | 2024-12-20T23:20:14.449Z | [ recovery-image] Dec 20 23:20:12.915 INFO O| Dec 20 23:20:12.915 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4319 | 2024-12-20T23:20:14.455Z | [ recovery-image] Dec 20 23:20:12.915 INFO O| Dec 20 23:20:12.915 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4320 | 2024-12-20T23:20:14.455Z | [ recovery-image] Dec 20 23:20:12.915 INFO O| Dec 20 23:20:12.915 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4321 | 2024-12-20T23:20:14.455Z | [ recovery-image] Dec 20 23:20:12.916 INFO O| Dec 20 23:20:12.916 INFO ok! |
4322 | 2024-12-20T23:20:14.455Z | [ recovery-image] Dec 20 23:20:12.916 INFO O| Dec 20 23:20:12.916 INFO STEP 63 (ensure_file) COMPLETE |
4323 | 2024-12-20T23:20:14.455Z | [ recovery-image] Dec 20 23:20:12.916 INFO O| Dec 20 23:20:12.916 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4324 | 2024-12-20T23:20:14.472Z | [ recovery-image] Dec 20 23:20:12.937 INFO O| Dec 20 23:20:12.937 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4325 | 2024-12-20T23:20:14.472Z | [ recovery-image] Dec 20 23:20:12.937 INFO O| Dec 20 23:20:12.937 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4326 | 2024-12-20T23:20:14.474Z | [ recovery-image] Dec 20 23:20:12.938 INFO O| Dec 20 23:20:12.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4327 | 2024-12-20T23:20:14.474Z | [ recovery-image] Dec 20 23:20:12.938 INFO O| Dec 20 23:20:12.938 INFO ok! |
4328 | 2024-12-20T23:20:14.474Z | [ recovery-image] Dec 20 23:20:12.938 INFO O| Dec 20 23:20:12.938 INFO STEP 64 (assemble_files) COMPLETE |
4329 | 2024-12-20T23:20:14.474Z | [ recovery-image] Dec 20 23:20:12.938 INFO O| Dec 20 23:20:12.938 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4330 | 2024-12-20T23:20:14.491Z | [ recovery-image] Dec 20 23:20:12.957 INFO O| Dec 20 23:20:12.957 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4331 | 2024-12-20T23:20:14.492Z | [ recovery-image] Dec 20 23:20:12.957 INFO O| Dec 20 23:20:12.957 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4332 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.957 INFO O| Dec 20 23:20:12.957 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4333 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.957 INFO O| Dec 20 23:20:12.957 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4334 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO ok! |
4335 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 65 (ensure_file) COMPLETE |
4336 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4337 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO skip step because feature "omicron1" is not enabled |
4338 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4339 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO skip step because feature "omicron1" is not enabled |
4340 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4341 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO skip step because feature "omicron1" is not enabled |
4342 | 2024-12-20T23:20:14.495Z | [ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4343 | 2024-12-20T23:20:14.575Z | [ recovery-image] Dec 20 23:20:13.039 INFO O| Dec 20 23:20:13.039 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4344 | 2024-12-20T23:20:14.577Z | [ recovery-image] Dec 20 23:20:13.039 INFO O| Dec 20 23:20:13.039 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4345 | 2024-12-20T23:20:17.411Z | [ recovery-image] Dec 20 23:20:15.877 INFO O| Dec 20 23:20:15.877 INFO STEP 69 (pack_tar) COMPLETE |
4346 | 2024-12-20T23:20:17.412Z | [ recovery-image] Dec 20 23:20:15.877 INFO O| Dec 20 23:20:15.877 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4347 | 2024-12-20T23:20:17.414Z | [ recovery-image] Dec 20 23:20:15.877 INFO O| Dec 20 23:20:15.877 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4348 | 2024-12-20T23:20:17.696Z | [ recovery-image] Dec 20 23:20:16.161 INFO O| Dec 20 23:20:16.161 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4349 | 2024-12-20T23:20:17.832Z | [ recovery-image] Dec 20 23:20:16.297 INFO O| Dec 20 23:20:16.297 INFO completed processing gimlet/ramdisk-02-trim |
4350 | 2024-12-20T23:20:17.835Z | [ recovery-image] Dec 20 23:20:16.300 INFO image builder template: ramdisk-03-recovery-trim... |
4351 | 2024-12-20T23:20:17.837Z | [ recovery-image] Dec 20 23:20:16.300 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/.tmpMH33g0/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 |
4352 | 2024-12-20T23:20:18.025Z | [ recovery-image] Dec 20 23:20:16.487 INFO O| Dec 20 23:20:16.487 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4353 | 2024-12-20T23:20:18.030Z | [ recovery-image] Dec 20 23:20:16.495 INFO O| Dec 20 23:20:16.495 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4354 | 2024-12-20T23:20:18.121Z | [ recovery-image] Dec 20 23:20:16.584 INFO O| Dec 20 23:20:16.583 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4355 | 2024-12-20T23:20:18.199Z | [ recovery-image] Dec 20 23:20:16.665 INFO O| Dec 20 23:20:16.664 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4356 | 2024-12-20T23:20:18.202Z | [ recovery-image] Dec 20 23:20:16.665 INFO O| Dec 20 23:20:16.665 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4357 | 2024-12-20T23:20:18.226Z | [ recovery-image] Dec 20 23:20:16.691 INFO O| Dec 20 23:20:16.691 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4358 | 2024-12-20T23:20:18.257Z | [ recovery-image] Dec 20 23:20:16.722 INFO O| Dec 20 23:20:16.722 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4359 | 2024-12-20T23:20:18.303Z | [ recovery-image] Dec 20 23:20:16.768 INFO O| Dec 20 23:20:16.768 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4360 | 2024-12-20T23:20:18.732Z | [ recovery-image] Dec 20 23:20:17.197 INFO O| Dec 20 23:20:17.197 INFO rolled back to input snapshot; work may begin |
4361 | 2024-12-20T23:20:18.732Z | [ recovery-image] Dec 20 23:20:17.197 INFO O| Dec 20 23:20:17.197 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4362 | 2024-12-20T23:20:18.776Z | [ recovery-image] Dec 20 23:20:17.240 INFO O| Dec 20 23:20:17.240 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-12-20T23:20:18.813Z | [ recovery-image] Dec 20 23:20:17.278 INFO O| Dec 20 23:20:17.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4364 | 2024-12-20T23:20:18.842Z | [ recovery-image] Dec 20 23:20:17.307 INFO O| Dec 20 23:20:17.307 INFO STEP 0 (remove_files) COMPLETE |
4365 | 2024-12-20T23:20:18.842Z | [ recovery-image] Dec 20 23:20:17.307 INFO O| Dec 20 23:20:17.307 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-12-20T23:20:18.901Z | [ recovery-image] Dec 20 23:20:17.366 INFO O| Dec 20 23:20:17.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4367 | 2024-12-20T23:20:19.090Z | [ recovery-image] Dec 20 23:20:17.555 INFO O| Dec 20 23:20:17.555 INFO STEP 1 (remove_files) COMPLETE |
4368 | 2024-12-20T23:20:19.090Z | [ recovery-image] Dec 20 23:20:17.555 INFO O| Dec 20 23:20:17.555 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-12-20T23:20:19.117Z | [ recovery-image] Dec 20 23:20:17.576 INFO O| Dec 20 23:20:17.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4370 | 2024-12-20T23:20:19.122Z | [ recovery-image] Dec 20 23:20:17.579 INFO O| Dec 20 23:20:17.578 INFO STEP 2 (remove_files) COMPLETE |
4371 | 2024-12-20T23:20:19.122Z | [ recovery-image] Dec 20 23:20:17.579 INFO O| Dec 20 23:20:17.579 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-12-20T23:20:19.134Z | [ recovery-image] Dec 20 23:20:17.599 INFO O| Dec 20 23:20:17.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4373 | 2024-12-20T23:20:19.200Z | [ recovery-image] Dec 20 23:20:17.665 INFO O| Dec 20 23:20:17.665 INFO STEP 3 (remove_files) COMPLETE |
4374 | 2024-12-20T23:20:19.203Z | [ recovery-image] Dec 20 23:20:17.665 INFO O| Dec 20 23:20:17.665 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-12-20T23:20:19.219Z | [ recovery-image] Dec 20 23:20:17.684 INFO O| Dec 20 23:20:17.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4376 | 2024-12-20T23:20:19.266Z | [ recovery-image] Dec 20 23:20:17.731 INFO O| Dec 20 23:20:17.731 INFO STEP 4 (remove_files) COMPLETE |
4377 | 2024-12-20T23:20:19.266Z | [ recovery-image] Dec 20 23:20:17.731 INFO O| Dec 20 23:20:17.731 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-12-20T23:20:19.322Z | [ recovery-image] Dec 20 23:20:17.787 INFO O| Dec 20 23:20:17.787 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4379 | 2024-12-20T23:20:19.423Z | [ recovery-image] Dec 20 23:20:17.888 INFO O| Dec 20 23:20:17.888 INFO STEP 5 (remove_files) COMPLETE |
4380 | 2024-12-20T23:20:19.423Z | [ recovery-image] Dec 20 23:20:17.888 INFO O| Dec 20 23:20:17.888 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-12-20T23:20:19.447Z | [ recovery-image] Dec 20 23:20:17.911 INFO O| Dec 20 23:20:17.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4382 | 2024-12-20T23:20:19.470Z | [ recovery-image] Dec 20 23:20:17.935 INFO O| Dec 20 23:20:17.935 INFO STEP 6 (remove_files) COMPLETE |
4383 | 2024-12-20T23:20:19.472Z | [ recovery-image] Dec 20 23:20:17.935 INFO O| Dec 20 23:20:17.935 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-12-20T23:20:19.494Z | [ recovery-image] Dec 20 23:20:17.958 INFO O| Dec 20 23:20:17.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4385 | 2024-12-20T23:20:19.496Z | [ recovery-image] Dec 20 23:20:17.961 INFO O| Dec 20 23:20:17.961 INFO STEP 7 (remove_files) COMPLETE |
4386 | 2024-12-20T23:20:19.496Z | [ recovery-image] Dec 20 23:20:17.961 INFO O| Dec 20 23:20:17.961 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-12-20T23:20:19.517Z | [ recovery-image] Dec 20 23:20:17.982 INFO O| Dec 20 23:20:17.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4388 | 2024-12-20T23:20:19.522Z | [ recovery-image] Dec 20 23:20:17.986 INFO O| Dec 20 23:20:17.986 INFO STEP 8 (remove_files) COMPLETE |
4389 | 2024-12-20T23:20:19.522Z | [ recovery-image] Dec 20 23:20:17.986 INFO O| Dec 20 23:20:17.986 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-12-20T23:20:19.543Z | [ recovery-image] Dec 20 23:20:18.008 INFO O| Dec 20 23:20:18.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4391 | 2024-12-20T23:20:19.546Z | [ recovery-image] Dec 20 23:20:18.009 INFO O| Dec 20 23:20:18.009 INFO STEP 9 (remove_files) COMPLETE |
4392 | 2024-12-20T23:20:19.546Z | [ recovery-image] Dec 20 23:20:18.009 INFO O| Dec 20 23:20:18.009 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-12-20T23:20:19.563Z | [ recovery-image] Dec 20 23:20:18.028 INFO O| Dec 20 23:20:18.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4394 | 2024-12-20T23:20:19.567Z | [ recovery-image] Dec 20 23:20:18.029 INFO O| Dec 20 23:20:18.029 INFO STEP 10 (remove_files) COMPLETE |
4395 | 2024-12-20T23:20:19.567Z | [ recovery-image] Dec 20 23:20:18.029 INFO O| Dec 20 23:20:18.029 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-12-20T23:20:19.583Z | [ recovery-image] Dec 20 23:20:18.048 INFO O| Dec 20 23:20:18.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4397 | 2024-12-20T23:20:19.657Z | [ recovery-image] Dec 20 23:20:18.122 INFO O| Dec 20 23:20:18.121 INFO STEP 11 (remove_files) COMPLETE |
4398 | 2024-12-20T23:20:19.657Z | [ recovery-image] Dec 20 23:20:18.122 INFO O| Dec 20 23:20:18.122 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-12-20T23:20:19.677Z | [ recovery-image] Dec 20 23:20:18.142 INFO O| Dec 20 23:20:18.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4400 | 2024-12-20T23:20:19.680Z | [ recovery-image] Dec 20 23:20:18.145 INFO O| Dec 20 23:20:18.145 INFO STEP 12 (remove_files) COMPLETE |
4401 | 2024-12-20T23:20:19.680Z | [ recovery-image] Dec 20 23:20:18.145 INFO O| Dec 20 23:20:18.145 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-12-20T23:20:19.699Z | [ recovery-image] Dec 20 23:20:18.164 INFO O| Dec 20 23:20:18.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4403 | 2024-12-20T23:20:19.703Z | [ recovery-image] Dec 20 23:20:18.168 INFO O| Dec 20 23:20:18.168 INFO STEP 13 (remove_files) COMPLETE |
4404 | 2024-12-20T23:20:19.705Z | [ recovery-image] Dec 20 23:20:18.168 INFO O| Dec 20 23:20:18.168 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-12-20T23:20:19.723Z | [ recovery-image] Dec 20 23:20:18.188 INFO O| Dec 20 23:20:18.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4406 | 2024-12-20T23:20:19.726Z | [ recovery-image] Dec 20 23:20:18.189 INFO O| Dec 20 23:20:18.189 INFO STEP 14 (remove_files) COMPLETE |
4407 | 2024-12-20T23:20:19.726Z | [ recovery-image] Dec 20 23:20:18.189 INFO O| Dec 20 23:20:18.189 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-12-20T23:20:19.744Z | [ recovery-image] Dec 20 23:20:18.209 INFO O| Dec 20 23:20:18.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4409 | 2024-12-20T23:20:19.746Z | [ recovery-image] Dec 20 23:20:18.210 INFO O| Dec 20 23:20:18.210 INFO STEP 15 (remove_files) COMPLETE |
4410 | 2024-12-20T23:20:19.746Z | [ recovery-image] Dec 20 23:20:18.211 INFO O| Dec 20 23:20:18.211 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-12-20T23:20:19.766Z | [ recovery-image] Dec 20 23:20:18.231 INFO O| Dec 20 23:20:18.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4412 | 2024-12-20T23:20:19.779Z | [ recovery-image] Dec 20 23:20:18.243 INFO O| Dec 20 23:20:18.243 INFO STEP 16 (remove_files) COMPLETE |
4413 | 2024-12-20T23:20:19.779Z | [ recovery-image] Dec 20 23:20:18.243 INFO O| Dec 20 23:20:18.243 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-12-20T23:20:19.799Z | [ recovery-image] Dec 20 23:20:18.264 INFO O| Dec 20 23:20:18.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4415 | 2024-12-20T23:20:19.802Z | [ recovery-image] Dec 20 23:20:18.264 INFO O| Dec 20 23:20:18.264 INFO STEP 17 (remove_files) COMPLETE |
4416 | 2024-12-20T23:20:19.802Z | [ recovery-image] Dec 20 23:20:18.264 INFO O| Dec 20 23:20:18.264 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-12-20T23:20:19.819Z | [ recovery-image] Dec 20 23:20:18.284 INFO O| Dec 20 23:20:18.284 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4418 | 2024-12-20T23:20:19.819Z | [ recovery-image] Dec 20 23:20:18.284 INFO O| Dec 20 23:20:18.284 INFO STEP 18 (remove_files) COMPLETE |
4419 | 2024-12-20T23:20:19.819Z | [ recovery-image] Dec 20 23:20:18.284 INFO O| Dec 20 23:20:18.284 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-12-20T23:20:19.838Z | [ recovery-image] Dec 20 23:20:18.303 INFO O| Dec 20 23:20:18.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4421 | 2024-12-20T23:20:19.909Z | [ recovery-image] Dec 20 23:20:18.368 INFO O| Dec 20 23:20:18.368 INFO STEP 19 (remove_files) COMPLETE |
4422 | 2024-12-20T23:20:19.909Z | [ recovery-image] Dec 20 23:20:18.368 INFO O| Dec 20 23:20:18.368 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-12-20T23:20:19.926Z | [ recovery-image] Dec 20 23:20:18.391 INFO O| Dec 20 23:20:18.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4424 | 2024-12-20T23:20:19.929Z | [ recovery-image] Dec 20 23:20:18.393 INFO O| Dec 20 23:20:18.393 INFO STEP 20 (remove_files) COMPLETE |
4425 | 2024-12-20T23:20:19.929Z | [ recovery-image] Dec 20 23:20:18.393 INFO O| Dec 20 23:20:18.393 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-12-20T23:20:19.949Z | [ recovery-image] Dec 20 23:20:18.414 INFO O| Dec 20 23:20:18.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4427 | 2024-12-20T23:20:19.952Z | [ recovery-image] Dec 20 23:20:18.415 INFO O| Dec 20 23:20:18.415 INFO STEP 21 (remove_files) COMPLETE |
4428 | 2024-12-20T23:20:19.952Z | [ recovery-image] Dec 20 23:20:18.415 INFO O| Dec 20 23:20:18.415 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-12-20T23:20:19.969Z | [ recovery-image] Dec 20 23:20:18.434 INFO O| Dec 20 23:20:18.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4430 | 2024-12-20T23:20:19.972Z | [ recovery-image] Dec 20 23:20:18.435 INFO O| Dec 20 23:20:18.434 INFO STEP 22 (remove_files) COMPLETE |
4431 | 2024-12-20T23:20:19.972Z | [ recovery-image] Dec 20 23:20:18.435 INFO O| Dec 20 23:20:18.435 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-12-20T23:20:19.989Z | [ recovery-image] Dec 20 23:20:18.454 INFO O| Dec 20 23:20:18.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4433 | 2024-12-20T23:20:19.989Z | [ recovery-image] Dec 20 23:20:18.454 INFO O| Dec 20 23:20:18.454 INFO STEP 23 (remove_files) COMPLETE |
4434 | 2024-12-20T23:20:19.991Z | [ recovery-image] Dec 20 23:20:18.454 INFO O| Dec 20 23:20:18.454 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-12-20T23:20:20.007Z | [ recovery-image] Dec 20 23:20:18.472 INFO O| Dec 20 23:20:18.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4436 | 2024-12-20T23:20:20.010Z | [ recovery-image] Dec 20 23:20:18.472 INFO O| Dec 20 23:20:18.472 INFO STEP 24 (remove_files) COMPLETE |
4437 | 2024-12-20T23:20:20.010Z | [ recovery-image] Dec 20 23:20:18.472 INFO O| Dec 20 23:20:18.472 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-12-20T23:20:20.025Z | [ recovery-image] Dec 20 23:20:18.490 INFO O| Dec 20 23:20:18.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4439 | 2024-12-20T23:20:20.025Z | [ recovery-image] Dec 20 23:20:18.490 INFO O| Dec 20 23:20:18.490 INFO STEP 25 (remove_files) COMPLETE |
4440 | 2024-12-20T23:20:20.027Z | [ recovery-image] Dec 20 23:20:18.490 INFO O| Dec 20 23:20:18.490 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-12-20T23:20:20.042Z | [ recovery-image] Dec 20 23:20:18.507 INFO O| Dec 20 23:20:18.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4442 | 2024-12-20T23:20:20.045Z | [ recovery-image] Dec 20 23:20:18.507 INFO O| Dec 20 23:20:18.507 INFO STEP 26 (remove_files) COMPLETE |
4443 | 2024-12-20T23:20:20.045Z | [ recovery-image] Dec 20 23:20:18.508 INFO O| Dec 20 23:20:18.507 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-12-20T23:20:20.057Z | [ recovery-image] Dec 20 23:20:18.521 INFO O| Dec 20 23:20:18.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4445 | 2024-12-20T23:20:20.062Z | [ recovery-image] Dec 20 23:20:18.521 INFO O| Dec 20 23:20:18.521 INFO STEP 27 (remove_files) COMPLETE |
4446 | 2024-12-20T23:20:20.062Z | [ recovery-image] Dec 20 23:20:18.521 INFO O| Dec 20 23:20:18.521 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-12-20T23:20:20.070Z | [ recovery-image] Dec 20 23:20:18.535 INFO O| Dec 20 23:20:18.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4448 | 2024-12-20T23:20:20.070Z | [ recovery-image] Dec 20 23:20:18.535 INFO O| Dec 20 23:20:18.535 INFO STEP 28 (remove_files) COMPLETE |
4449 | 2024-12-20T23:20:20.072Z | [ recovery-image] Dec 20 23:20:18.535 INFO O| Dec 20 23:20:18.535 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-12-20T23:20:20.089Z | [ recovery-image] Dec 20 23:20:18.553 INFO O| Dec 20 23:20:18.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4451 | 2024-12-20T23:20:20.089Z | [ recovery-image] Dec 20 23:20:18.553 INFO O| Dec 20 23:20:18.553 INFO STEP 29 (remove_files) COMPLETE |
4452 | 2024-12-20T23:20:20.092Z | [ recovery-image] Dec 20 23:20:18.553 INFO O| Dec 20 23:20:18.553 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-12-20T23:20:20.107Z | [ recovery-image] Dec 20 23:20:18.572 INFO O| Dec 20 23:20:18.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4454 | 2024-12-20T23:20:20.107Z | [ recovery-image] Dec 20 23:20:18.572 INFO O| Dec 20 23:20:18.572 INFO STEP 30 (remove_files) COMPLETE |
4455 | 2024-12-20T23:20:20.109Z | [ recovery-image] Dec 20 23:20:18.572 INFO O| Dec 20 23:20:18.572 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-12-20T23:20:20.112Z | [ host-image] Dec 20 23:20:18.578 INFO O| Dec 20 23:20:18.577 INFO O| Download: 22257/22788 items 197.8/199.7MB 99% complete (639k/s) |
4457 | 2024-12-20T23:20:20.128Z | [ recovery-image] Dec 20 23:20:18.591 INFO O| Dec 20 23:20:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4458 | 2024-12-20T23:20:20.128Z | [ recovery-image] Dec 20 23:20:18.591 INFO O| Dec 20 23:20:18.591 INFO STEP 31 (remove_files) COMPLETE |
4459 | 2024-12-20T23:20:20.130Z | [ recovery-image] Dec 20 23:20:18.591 INFO O| Dec 20 23:20:18.591 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4460 | 2024-12-20T23:20:20.144Z | [ recovery-image] Dec 20 23:20:18.609 INFO O| Dec 20 23:20:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4461 | 2024-12-20T23:20:20.144Z | [ recovery-image] Dec 20 23:20:18.609 INFO O| Dec 20 23:20:18.609 INFO STEP 32 (remove_files) COMPLETE |
4462 | 2024-12-20T23:20:20.146Z | [ recovery-image] Dec 20 23:20:18.609 INFO O| Dec 20 23:20:18.609 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4463 | 2024-12-20T23:20:20.162Z | [ recovery-image] Dec 20 23:20:18.627 INFO O| Dec 20 23:20:18.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4464 | 2024-12-20T23:20:20.162Z | [ recovery-image] Dec 20 23:20:18.627 INFO O| Dec 20 23:20:18.627 INFO STEP 33 (remove_files) COMPLETE |
4465 | 2024-12-20T23:20:20.164Z | [ recovery-image] Dec 20 23:20:18.627 INFO O| Dec 20 23:20:18.627 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4466 | 2024-12-20T23:20:20.180Z | [ recovery-image] Dec 20 23:20:18.645 INFO O| Dec 20 23:20:18.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4467 | 2024-12-20T23:20:20.183Z | [ recovery-image] Dec 20 23:20:18.646 INFO O| Dec 20 23:20:18.646 INFO STEP 34 (remove_files) COMPLETE |
4468 | 2024-12-20T23:20:20.183Z | [ recovery-image] Dec 20 23:20:18.646 INFO O| Dec 20 23:20:18.646 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4469 | 2024-12-20T23:20:20.201Z | [ recovery-image] Dec 20 23:20:18.666 INFO O| Dec 20 23:20:18.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4470 | 2024-12-20T23:20:20.201Z | [ recovery-image] Dec 20 23:20:18.666 INFO O| Dec 20 23:20:18.666 INFO STEP 35 (remove_files) COMPLETE |
4471 | 2024-12-20T23:20:20.201Z | [ recovery-image] Dec 20 23:20:18.666 INFO O| Dec 20 23:20:18.666 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-12-20T23:20:20.220Z | [ recovery-image] Dec 20 23:20:18.685 INFO O| Dec 20 23:20:18.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4473 | 2024-12-20T23:20:20.223Z | [ recovery-image] Dec 20 23:20:18.685 INFO O| Dec 20 23:20:18.685 INFO STEP 36 (remove_files) COMPLETE |
4474 | 2024-12-20T23:20:20.223Z | [ recovery-image] Dec 20 23:20:18.685 INFO O| Dec 20 23:20:18.685 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-12-20T23:20:20.239Z | [ recovery-image] Dec 20 23:20:18.704 INFO O| Dec 20 23:20:18.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4476 | 2024-12-20T23:20:20.239Z | [ recovery-image] Dec 20 23:20:18.705 INFO O| Dec 20 23:20:18.704 INFO STEP 37 (remove_files) COMPLETE |
4477 | 2024-12-20T23:20:20.241Z | [ recovery-image] Dec 20 23:20:18.705 INFO O| Dec 20 23:20:18.704 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-12-20T23:20:20.260Z | [ recovery-image] Dec 20 23:20:18.724 INFO O| Dec 20 23:20:18.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4479 | 2024-12-20T23:20:20.260Z | [ recovery-image] Dec 20 23:20:18.724 INFO O| Dec 20 23:20:18.724 INFO STEP 38 (remove_files) COMPLETE |
4480 | 2024-12-20T23:20:20.263Z | [ recovery-image] Dec 20 23:20:18.724 INFO O| Dec 20 23:20:18.724 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4481 | 2024-12-20T23:20:20.278Z | [ recovery-image] Dec 20 23:20:18.743 INFO O| Dec 20 23:20:18.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4482 | 2024-12-20T23:20:20.278Z | [ recovery-image] Dec 20 23:20:18.743 INFO O| Dec 20 23:20:18.743 INFO STEP 39 (remove_files) COMPLETE |
4483 | 2024-12-20T23:20:20.280Z | [ recovery-image] Dec 20 23:20:18.743 INFO O| Dec 20 23:20:18.743 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4484 | 2024-12-20T23:20:20.297Z | [ recovery-image] Dec 20 23:20:18.762 INFO O| Dec 20 23:20:18.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4485 | 2024-12-20T23:20:20.297Z | [ recovery-image] Dec 20 23:20:18.762 INFO O| Dec 20 23:20:18.762 INFO STEP 40 (remove_files) COMPLETE |
4486 | 2024-12-20T23:20:20.298Z | [ recovery-image] Dec 20 23:20:18.762 INFO O| Dec 20 23:20:18.762 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-20T23:20:20.315Z | [ recovery-image] Dec 20 23:20:18.780 INFO O| Dec 20 23:20:18.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4488 | 2024-12-20T23:20:20.315Z | [ recovery-image] Dec 20 23:20:18.780 INFO O| Dec 20 23:20:18.780 INFO STEP 41 (remove_files) COMPLETE |
4489 | 2024-12-20T23:20:20.315Z | [ recovery-image] Dec 20 23:20:18.780 INFO O| Dec 20 23:20:18.780 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-20T23:20:20.333Z | [ recovery-image] Dec 20 23:20:18.797 INFO O| Dec 20 23:20:18.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4491 | 2024-12-20T23:20:20.333Z | [ recovery-image] Dec 20 23:20:18.798 INFO O| Dec 20 23:20:18.797 INFO STEP 42 (remove_files) COMPLETE |
4492 | 2024-12-20T23:20:20.335Z | [ recovery-image] Dec 20 23:20:18.798 INFO O| Dec 20 23:20:18.798 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-20T23:20:20.347Z | [ recovery-image] Dec 20 23:20:18.812 INFO O| Dec 20 23:20:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4494 | 2024-12-20T23:20:20.347Z | [ recovery-image] Dec 20 23:20:18.812 INFO O| Dec 20 23:20:18.812 INFO STEP 43 (remove_files) COMPLETE |
4495 | 2024-12-20T23:20:20.350Z | [ recovery-image] Dec 20 23:20:18.812 INFO O| Dec 20 23:20:18.812 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4496 | 2024-12-20T23:20:20.366Z | [ recovery-image] Dec 20 23:20:18.831 INFO O| Dec 20 23:20:18.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4497 | 2024-12-20T23:20:20.370Z | [ recovery-image] Dec 20 23:20:18.831 INFO O| Dec 20 23:20:18.831 INFO STEP 44 (remove_files) COMPLETE |
4498 | 2024-12-20T23:20:20.370Z | [ recovery-image] Dec 20 23:20:18.831 INFO O| Dec 20 23:20:18.831 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4499 | 2024-12-20T23:20:20.384Z | [ recovery-image] Dec 20 23:20:18.849 INFO O| Dec 20 23:20:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4500 | 2024-12-20T23:20:20.384Z | [ recovery-image] Dec 20 23:20:18.849 INFO O| Dec 20 23:20:18.849 INFO STEP 45 (remove_files) COMPLETE |
4501 | 2024-12-20T23:20:20.386Z | [ recovery-image] Dec 20 23:20:18.849 INFO O| Dec 20 23:20:18.849 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4502 | 2024-12-20T23:20:20.403Z | [ recovery-image] Dec 20 23:20:18.868 INFO O| Dec 20 23:20:18.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4503 | 2024-12-20T23:20:20.406Z | [ recovery-image] Dec 20 23:20:18.868 INFO O| Dec 20 23:20:18.868 INFO STEP 46 (remove_files) COMPLETE |
4504 | 2024-12-20T23:20:20.406Z | [ recovery-image] Dec 20 23:20:18.868 INFO O| Dec 20 23:20:18.868 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4505 | 2024-12-20T23:20:20.423Z | [ recovery-image] Dec 20 23:20:18.888 INFO O| Dec 20 23:20:18.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4506 | 2024-12-20T23:20:20.425Z | [ recovery-image] Dec 20 23:20:18.888 INFO O| Dec 20 23:20:18.888 INFO STEP 47 (remove_files) COMPLETE |
4507 | 2024-12-20T23:20:20.425Z | [ recovery-image] Dec 20 23:20:18.888 INFO O| Dec 20 23:20:18.888 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4508 | 2024-12-20T23:20:20.442Z | [ recovery-image] Dec 20 23:20:18.907 INFO O| Dec 20 23:20:18.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4509 | 2024-12-20T23:20:20.445Z | [ recovery-image] Dec 20 23:20:18.907 INFO O| Dec 20 23:20:18.907 INFO STEP 48 (remove_files) COMPLETE |
4510 | 2024-12-20T23:20:20.445Z | [ recovery-image] Dec 20 23:20:18.907 INFO O| Dec 20 23:20:18.907 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4511 | 2024-12-20T23:20:20.462Z | [ recovery-image] Dec 20 23:20:18.927 INFO O| Dec 20 23:20:18.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4512 | 2024-12-20T23:20:20.464Z | [ recovery-image] Dec 20 23:20:18.927 INFO O| Dec 20 23:20:18.927 INFO STEP 49 (remove_files) COMPLETE |
4513 | 2024-12-20T23:20:20.464Z | [ recovery-image] Dec 20 23:20:18.927 INFO O| Dec 20 23:20:18.927 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4514 | 2024-12-20T23:20:20.480Z | [ recovery-image] Dec 20 23:20:18.945 INFO O| Dec 20 23:20:18.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4515 | 2024-12-20T23:20:20.482Z | [ recovery-image] Dec 20 23:20:18.945 INFO O| Dec 20 23:20:18.945 INFO STEP 50 (remove_files) COMPLETE |
4516 | 2024-12-20T23:20:20.482Z | [ recovery-image] Dec 20 23:20:18.945 INFO O| Dec 20 23:20:18.945 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4517 | 2024-12-20T23:20:20.500Z | [ recovery-image] Dec 20 23:20:18.964 INFO O| Dec 20 23:20:18.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4518 | 2024-12-20T23:20:20.500Z | [ recovery-image] Dec 20 23:20:18.964 INFO O| Dec 20 23:20:18.964 INFO STEP 51 (remove_files) COMPLETE |
4519 | 2024-12-20T23:20:20.502Z | [ recovery-image] Dec 20 23:20:18.964 INFO O| Dec 20 23:20:18.964 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4520 | 2024-12-20T23:20:20.518Z | [ recovery-image] Dec 20 23:20:18.983 INFO O| Dec 20 23:20:18.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4521 | 2024-12-20T23:20:20.518Z | [ recovery-image] Dec 20 23:20:18.983 INFO O| Dec 20 23:20:18.983 INFO STEP 52 (remove_files) COMPLETE |
4522 | 2024-12-20T23:20:20.518Z | [ recovery-image] Dec 20 23:20:18.983 INFO O| Dec 20 23:20:18.983 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4523 | 2024-12-20T23:20:20.536Z | [ recovery-image] Dec 20 23:20:19.001 INFO O| Dec 20 23:20:19.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4524 | 2024-12-20T23:20:20.539Z | [ recovery-image] Dec 20 23:20:19.001 INFO O| Dec 20 23:20:19.001 INFO STEP 53 (remove_files) COMPLETE |
4525 | 2024-12-20T23:20:20.539Z | [ recovery-image] Dec 20 23:20:19.001 INFO O| Dec 20 23:20:19.001 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4526 | 2024-12-20T23:20:20.555Z | [ recovery-image] Dec 20 23:20:19.020 INFO O| Dec 20 23:20:19.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4527 | 2024-12-20T23:20:20.555Z | [ recovery-image] Dec 20 23:20:19.020 INFO O| Dec 20 23:20:19.020 INFO STEP 54 (remove_files) COMPLETE |
4528 | 2024-12-20T23:20:20.555Z | [ recovery-image] Dec 20 23:20:19.020 INFO O| Dec 20 23:20:19.020 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4529 | 2024-12-20T23:20:20.568Z | [ recovery-image] Dec 20 23:20:19.033 INFO O| Dec 20 23:20:19.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4530 | 2024-12-20T23:20:20.571Z | [ recovery-image] Dec 20 23:20:19.034 INFO O| Dec 20 23:20:19.034 INFO STEP 55 (remove_files) COMPLETE |
4531 | 2024-12-20T23:20:20.571Z | [ recovery-image] Dec 20 23:20:19.034 INFO O| Dec 20 23:20:19.034 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4532 | 2024-12-20T23:20:20.586Z | [ recovery-image] Dec 20 23:20:19.051 INFO O| Dec 20 23:20:19.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4533 | 2024-12-20T23:20:20.586Z | [ recovery-image] Dec 20 23:20:19.051 INFO O| Dec 20 23:20:19.051 INFO STEP 56 (remove_files) COMPLETE |
4534 | 2024-12-20T23:20:20.588Z | [ recovery-image] Dec 20 23:20:19.051 INFO O| Dec 20 23:20:19.051 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-20T23:20:20.604Z | [ recovery-image] Dec 20 23:20:19.069 INFO O| Dec 20 23:20:19.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4536 | 2024-12-20T23:20:20.605Z | [ recovery-image] Dec 20 23:20:19.069 INFO O| Dec 20 23:20:19.069 INFO STEP 57 (remove_files) COMPLETE |
4537 | 2024-12-20T23:20:20.607Z | [ recovery-image] Dec 20 23:20:19.070 INFO O| Dec 20 23:20:19.069 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-20T23:20:20.618Z | [ recovery-image] Dec 20 23:20:19.083 INFO O| Dec 20 23:20:19.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4539 | 2024-12-20T23:20:20.620Z | [ recovery-image] Dec 20 23:20:19.083 INFO O| Dec 20 23:20:19.083 INFO STEP 58 (remove_files) COMPLETE |
4540 | 2024-12-20T23:20:20.620Z | [ recovery-image] Dec 20 23:20:19.083 INFO O| Dec 20 23:20:19.083 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-20T23:20:20.636Z | [ recovery-image] Dec 20 23:20:19.101 INFO O| Dec 20 23:20:19.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4542 | 2024-12-20T23:20:20.639Z | [ recovery-image] Dec 20 23:20:19.101 INFO O| Dec 20 23:20:19.101 INFO STEP 59 (remove_files) COMPLETE |
4543 | 2024-12-20T23:20:20.639Z | [ recovery-image] Dec 20 23:20:19.101 INFO O| Dec 20 23:20:19.101 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-20T23:20:20.656Z | [ recovery-image] Dec 20 23:20:19.121 INFO O| Dec 20 23:20:19.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4545 | 2024-12-20T23:20:20.656Z | [ recovery-image] Dec 20 23:20:19.121 INFO O| Dec 20 23:20:19.121 INFO STEP 60 (remove_files) COMPLETE |
4546 | 2024-12-20T23:20:20.658Z | [ recovery-image] Dec 20 23:20:19.121 INFO O| Dec 20 23:20:19.121 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-20T23:20:20.674Z | [ recovery-image] Dec 20 23:20:19.139 INFO O| Dec 20 23:20:19.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4548 | 2024-12-20T23:20:20.674Z | [ recovery-image] Dec 20 23:20:19.139 INFO O| Dec 20 23:20:19.139 INFO STEP 61 (remove_files) COMPLETE |
4549 | 2024-12-20T23:20:20.677Z | [ recovery-image] Dec 20 23:20:19.139 INFO O| Dec 20 23:20:19.139 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-20T23:20:20.688Z | [ recovery-image] Dec 20 23:20:19.153 INFO O| Dec 20 23:20:19.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4551 | 2024-12-20T23:20:20.688Z | [ recovery-image] Dec 20 23:20:19.154 INFO O| Dec 20 23:20:19.153 INFO STEP 62 (remove_files) COMPLETE |
4552 | 2024-12-20T23:20:20.688Z | [ recovery-image] Dec 20 23:20:19.154 INFO O| Dec 20 23:20:19.153 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-20T23:20:20.707Z | [ recovery-image] Dec 20 23:20:19.172 INFO O| Dec 20 23:20:19.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4554 | 2024-12-20T23:20:20.707Z | [ recovery-image] Dec 20 23:20:19.172 INFO O| Dec 20 23:20:19.172 INFO STEP 63 (remove_files) COMPLETE |
4555 | 2024-12-20T23:20:20.710Z | [ recovery-image] Dec 20 23:20:19.172 INFO O| Dec 20 23:20:19.172 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-20T23:20:20.727Z | [ recovery-image] Dec 20 23:20:19.191 INFO O| Dec 20 23:20:19.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4557 | 2024-12-20T23:20:20.727Z | [ recovery-image] Dec 20 23:20:19.191 INFO O| Dec 20 23:20:19.191 INFO STEP 64 (remove_files) COMPLETE |
4558 | 2024-12-20T23:20:20.729Z | [ recovery-image] Dec 20 23:20:19.191 INFO O| Dec 20 23:20:19.191 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-20T23:20:20.742Z | [ recovery-image] Dec 20 23:20:19.207 INFO O| Dec 20 23:20:19.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4560 | 2024-12-20T23:20:20.742Z | [ recovery-image] Dec 20 23:20:19.207 INFO O| Dec 20 23:20:19.207 INFO STEP 65 (remove_files) COMPLETE |
4561 | 2024-12-20T23:20:20.742Z | [ recovery-image] Dec 20 23:20:19.207 INFO O| Dec 20 23:20:19.207 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-20T23:20:20.761Z | [ recovery-image] Dec 20 23:20:19.226 INFO O| Dec 20 23:20:19.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4563 | 2024-12-20T23:20:20.764Z | [ recovery-image] Dec 20 23:20:19.226 INFO O| Dec 20 23:20:19.226 INFO STEP 66 (remove_files) COMPLETE |
4564 | 2024-12-20T23:20:20.764Z | [ recovery-image] Dec 20 23:20:19.226 INFO O| Dec 20 23:20:19.226 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-20T23:20:20.782Z | [ recovery-image] Dec 20 23:20:19.247 INFO O| Dec 20 23:20:19.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4566 | 2024-12-20T23:20:20.786Z | [ recovery-image] Dec 20 23:20:19.247 INFO O| Dec 20 23:20:19.247 INFO STEP 67 (remove_files) COMPLETE |
4567 | 2024-12-20T23:20:20.786Z | [ recovery-image] Dec 20 23:20:19.247 INFO O| Dec 20 23:20:19.247 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-20T23:20:20.801Z | [ recovery-image] Dec 20 23:20:19.266 INFO O| Dec 20 23:20:19.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4569 | 2024-12-20T23:20:20.801Z | [ recovery-image] Dec 20 23:20:19.266 INFO O| Dec 20 23:20:19.266 INFO STEP 68 (remove_files) COMPLETE |
4570 | 2024-12-20T23:20:20.801Z | [ recovery-image] Dec 20 23:20:19.266 INFO O| Dec 20 23:20:19.266 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-20T23:20:20.815Z | [ recovery-image] Dec 20 23:20:19.280 INFO O| Dec 20 23:20:19.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4572 | 2024-12-20T23:20:20.815Z | [ recovery-image] Dec 20 23:20:19.280 INFO O| Dec 20 23:20:19.280 INFO STEP 69 (remove_files) COMPLETE |
4573 | 2024-12-20T23:20:20.815Z | [ recovery-image] Dec 20 23:20:19.280 INFO O| Dec 20 23:20:19.280 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-20T23:20:20.833Z | [ recovery-image] Dec 20 23:20:19.298 INFO O| Dec 20 23:20:19.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4575 | 2024-12-20T23:20:20.833Z | [ recovery-image] Dec 20 23:20:19.298 INFO O| Dec 20 23:20:19.298 INFO STEP 70 (remove_files) COMPLETE |
4576 | 2024-12-20T23:20:20.836Z | [ recovery-image] Dec 20 23:20:19.298 INFO O| Dec 20 23:20:19.298 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-20T23:20:20.851Z | [ recovery-image] Dec 20 23:20:19.316 INFO O| Dec 20 23:20:19.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4578 | 2024-12-20T23:20:20.851Z | [ recovery-image] Dec 20 23:20:19.316 INFO O| Dec 20 23:20:19.316 INFO STEP 71 (remove_files) COMPLETE |
4579 | 2024-12-20T23:20:20.851Z | [ recovery-image] Dec 20 23:20:19.316 INFO O| Dec 20 23:20:19.316 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-20T23:20:20.870Z | [ recovery-image] Dec 20 23:20:19.335 INFO O| Dec 20 23:20:19.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4581 | 2024-12-20T23:20:20.870Z | [ recovery-image] Dec 20 23:20:19.335 INFO O| Dec 20 23:20:19.335 INFO STEP 72 (remove_files) COMPLETE |
4582 | 2024-12-20T23:20:20.871Z | [ recovery-image] Dec 20 23:20:19.335 INFO O| Dec 20 23:20:19.335 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-20T23:20:20.889Z | [ recovery-image] Dec 20 23:20:19.354 INFO O| Dec 20 23:20:19.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4584 | 2024-12-20T23:20:20.889Z | [ recovery-image] Dec 20 23:20:19.354 INFO O| Dec 20 23:20:19.354 INFO STEP 73 (remove_files) COMPLETE |
4585 | 2024-12-20T23:20:20.891Z | [ recovery-image] Dec 20 23:20:19.354 INFO O| Dec 20 23:20:19.354 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-20T23:20:20.903Z | [ recovery-image] Dec 20 23:20:19.367 INFO O| Dec 20 23:20:19.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4587 | 2024-12-20T23:20:20.903Z | [ recovery-image] Dec 20 23:20:19.367 INFO O| Dec 20 23:20:19.367 INFO STEP 74 (remove_files) COMPLETE |
4588 | 2024-12-20T23:20:20.906Z | [ recovery-image] Dec 20 23:20:19.367 INFO O| Dec 20 23:20:19.367 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-20T23:20:20.920Z | [ recovery-image] Dec 20 23:20:19.385 INFO O| Dec 20 23:20:19.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4590 | 2024-12-20T23:20:20.921Z | [ recovery-image] Dec 20 23:20:19.385 INFO O| Dec 20 23:20:19.385 INFO STEP 75 (remove_files) COMPLETE |
4591 | 2024-12-20T23:20:20.923Z | [ recovery-image] Dec 20 23:20:19.385 INFO O| Dec 20 23:20:19.385 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-20T23:20:20.934Z | [ recovery-image] Dec 20 23:20:19.399 INFO O| Dec 20 23:20:19.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4593 | 2024-12-20T23:20:20.934Z | [ recovery-image] Dec 20 23:20:19.399 INFO O| Dec 20 23:20:19.399 INFO STEP 76 (remove_files) COMPLETE |
4594 | 2024-12-20T23:20:20.937Z | [ recovery-image] Dec 20 23:20:19.399 INFO O| Dec 20 23:20:19.399 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-20T23:20:20.952Z | [ recovery-image] Dec 20 23:20:19.417 INFO O| Dec 20 23:20:19.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4596 | 2024-12-20T23:20:20.952Z | [ recovery-image] Dec 20 23:20:19.417 INFO O| Dec 20 23:20:19.417 INFO STEP 77 (remove_files) COMPLETE |
4597 | 2024-12-20T23:20:20.952Z | [ recovery-image] Dec 20 23:20:19.417 INFO O| Dec 20 23:20:19.417 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-20T23:20:20.968Z | [ recovery-image] Dec 20 23:20:19.433 INFO O| Dec 20 23:20:19.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4599 | 2024-12-20T23:20:20.968Z | [ recovery-image] Dec 20 23:20:19.433 INFO O| Dec 20 23:20:19.433 INFO STEP 78 (remove_files) COMPLETE |
4600 | 2024-12-20T23:20:20.970Z | [ recovery-image] Dec 20 23:20:19.433 INFO O| Dec 20 23:20:19.433 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-20T23:20:20.989Z | [ recovery-image] Dec 20 23:20:19.454 INFO O| Dec 20 23:20:19.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4602 | 2024-12-20T23:20:20.997Z | [ recovery-image] Dec 20 23:20:19.454 INFO O| Dec 20 23:20:19.454 INFO STEP 79 (remove_files) COMPLETE |
4603 | 2024-12-20T23:20:20.997Z | [ recovery-image] Dec 20 23:20:19.454 INFO O| Dec 20 23:20:19.454 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-20T23:20:21.010Z | [ recovery-image] Dec 20 23:20:19.475 INFO O| Dec 20 23:20:19.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4605 | 2024-12-20T23:20:21.013Z | [ recovery-image] Dec 20 23:20:19.475 INFO O| Dec 20 23:20:19.475 INFO STEP 80 (remove_files) COMPLETE |
4606 | 2024-12-20T23:20:21.013Z | [ recovery-image] Dec 20 23:20:19.475 INFO O| Dec 20 23:20:19.475 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-20T23:20:21.029Z | [ recovery-image] Dec 20 23:20:19.494 INFO O| Dec 20 23:20:19.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4608 | 2024-12-20T23:20:21.029Z | [ recovery-image] Dec 20 23:20:19.494 INFO O| Dec 20 23:20:19.494 INFO STEP 81 (remove_files) COMPLETE |
4609 | 2024-12-20T23:20:21.032Z | [ recovery-image] Dec 20 23:20:19.494 INFO O| Dec 20 23:20:19.494 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-20T23:20:21.047Z | [ recovery-image] Dec 20 23:20:19.512 INFO O| Dec 20 23:20:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4611 | 2024-12-20T23:20:21.047Z | [ recovery-image] Dec 20 23:20:19.512 INFO O| Dec 20 23:20:19.512 INFO STEP 82 (remove_files) COMPLETE |
4612 | 2024-12-20T23:20:21.050Z | [ recovery-image] Dec 20 23:20:19.512 INFO O| Dec 20 23:20:19.512 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-20T23:20:21.064Z | [ recovery-image] Dec 20 23:20:19.527 INFO O| Dec 20 23:20:19.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4614 | 2024-12-20T23:20:21.064Z | [ recovery-image] Dec 20 23:20:19.527 INFO O| Dec 20 23:20:19.527 INFO STEP 83 (remove_files) COMPLETE |
4615 | 2024-12-20T23:20:21.068Z | [ recovery-image] Dec 20 23:20:19.527 INFO O| Dec 20 23:20:19.527 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-20T23:20:21.080Z | [ recovery-image] Dec 20 23:20:19.545 INFO O| Dec 20 23:20:19.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4617 | 2024-12-20T23:20:21.080Z | [ recovery-image] Dec 20 23:20:19.545 INFO O| Dec 20 23:20:19.545 INFO STEP 84 (remove_files) COMPLETE |
4618 | 2024-12-20T23:20:21.082Z | [ recovery-image] Dec 20 23:20:19.545 INFO O| Dec 20 23:20:19.545 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-20T23:20:21.099Z | [ recovery-image] Dec 20 23:20:19.562 INFO O| Dec 20 23:20:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4620 | 2024-12-20T23:20:21.099Z | [ recovery-image] Dec 20 23:20:19.562 INFO O| Dec 20 23:20:19.562 INFO STEP 85 (remove_files) COMPLETE |
4621 | 2024-12-20T23:20:21.101Z | [ recovery-image] Dec 20 23:20:19.562 INFO O| Dec 20 23:20:19.562 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-20T23:20:21.114Z | [ recovery-image] Dec 20 23:20:19.579 INFO O| Dec 20 23:20:19.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4623 | 2024-12-20T23:20:21.114Z | [ recovery-image] Dec 20 23:20:19.579 INFO O| Dec 20 23:20:19.579 INFO STEP 86 (remove_files) COMPLETE |
4624 | 2024-12-20T23:20:21.115Z | [ recovery-image] Dec 20 23:20:19.579 INFO O| Dec 20 23:20:19.579 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-20T23:20:21.133Z | [ recovery-image] Dec 20 23:20:19.598 INFO O| Dec 20 23:20:19.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4626 | 2024-12-20T23:20:21.134Z | [ recovery-image] Dec 20 23:20:19.598 INFO O| Dec 20 23:20:19.598 INFO STEP 87 (remove_files) COMPLETE |
4627 | 2024-12-20T23:20:21.137Z | [ recovery-image] Dec 20 23:20:19.598 INFO O| Dec 20 23:20:19.598 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-20T23:20:21.151Z | [ recovery-image] Dec 20 23:20:19.616 INFO O| Dec 20 23:20:19.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4629 | 2024-12-20T23:20:21.155Z | [ recovery-image] Dec 20 23:20:19.616 INFO O| Dec 20 23:20:19.616 INFO STEP 88 (remove_files) COMPLETE |
4630 | 2024-12-20T23:20:21.155Z | [ recovery-image] Dec 20 23:20:19.617 INFO O| Dec 20 23:20:19.616 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-20T23:20:21.169Z | [ recovery-image] Dec 20 23:20:19.634 INFO O| Dec 20 23:20:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4632 | 2024-12-20T23:20:21.172Z | [ recovery-image] Dec 20 23:20:19.635 INFO O| Dec 20 23:20:19.635 INFO STEP 89 (remove_files) COMPLETE |
4633 | 2024-12-20T23:20:21.172Z | [ recovery-image] Dec 20 23:20:19.635 INFO O| Dec 20 23:20:19.635 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-20T23:20:21.189Z | [ recovery-image] Dec 20 23:20:19.653 INFO O| Dec 20 23:20:19.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4635 | 2024-12-20T23:20:21.189Z | [ recovery-image] Dec 20 23:20:19.654 INFO O| Dec 20 23:20:19.653 INFO STEP 90 (remove_files) COMPLETE |
4636 | 2024-12-20T23:20:21.191Z | [ recovery-image] Dec 20 23:20:19.654 INFO O| Dec 20 23:20:19.654 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-20T23:20:21.206Z | [ recovery-image] Dec 20 23:20:19.671 INFO O| Dec 20 23:20:19.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4638 | 2024-12-20T23:20:21.206Z | [ recovery-image] Dec 20 23:20:19.671 INFO O| Dec 20 23:20:19.671 INFO STEP 91 (remove_files) COMPLETE |
4639 | 2024-12-20T23:20:21.206Z | [ recovery-image] Dec 20 23:20:19.671 INFO O| Dec 20 23:20:19.671 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-20T23:20:21.224Z | [ recovery-image] Dec 20 23:20:19.688 INFO O| Dec 20 23:20:19.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4641 | 2024-12-20T23:20:21.224Z | [ recovery-image] Dec 20 23:20:19.688 INFO O| Dec 20 23:20:19.688 INFO STEP 92 (remove_files) COMPLETE |
4642 | 2024-12-20T23:20:21.226Z | [ recovery-image] Dec 20 23:20:19.689 INFO O| Dec 20 23:20:19.688 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-20T23:20:21.243Z | [ recovery-image] Dec 20 23:20:19.707 INFO O| Dec 20 23:20:19.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4644 | 2024-12-20T23:20:21.243Z | [ recovery-image] Dec 20 23:20:19.707 INFO O| Dec 20 23:20:19.707 INFO STEP 93 (remove_files) COMPLETE |
4645 | 2024-12-20T23:20:21.245Z | [ recovery-image] Dec 20 23:20:19.708 INFO O| Dec 20 23:20:19.708 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-20T23:20:21.261Z | [ recovery-image] Dec 20 23:20:19.726 INFO O| Dec 20 23:20:19.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4647 | 2024-12-20T23:20:21.263Z | [ recovery-image] Dec 20 23:20:19.726 INFO O| Dec 20 23:20:19.726 INFO STEP 94 (remove_files) COMPLETE |
4648 | 2024-12-20T23:20:21.263Z | [ recovery-image] Dec 20 23:20:19.726 INFO O| Dec 20 23:20:19.726 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-20T23:20:21.274Z | [ recovery-image] Dec 20 23:20:19.739 INFO O| Dec 20 23:20:19.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4650 | 2024-12-20T23:20:21.274Z | [ recovery-image] Dec 20 23:20:19.739 INFO O| Dec 20 23:20:19.739 INFO STEP 95 (remove_files) COMPLETE |
4651 | 2024-12-20T23:20:21.276Z | [ recovery-image] Dec 20 23:20:19.739 INFO O| Dec 20 23:20:19.739 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-20T23:20:21.292Z | [ recovery-image] Dec 20 23:20:19.756 INFO O| Dec 20 23:20:19.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4653 | 2024-12-20T23:20:21.292Z | [ recovery-image] Dec 20 23:20:19.757 INFO O| Dec 20 23:20:19.757 INFO STEP 96 (remove_files) COMPLETE |
4654 | 2024-12-20T23:20:21.292Z | [ recovery-image] Dec 20 23:20:19.757 INFO O| Dec 20 23:20:19.757 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-20T23:20:21.310Z | [ recovery-image] Dec 20 23:20:19.775 INFO O| Dec 20 23:20:19.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4656 | 2024-12-20T23:20:21.310Z | [ recovery-image] Dec 20 23:20:19.775 INFO O| Dec 20 23:20:19.775 INFO STEP 97 (remove_files) COMPLETE |
4657 | 2024-12-20T23:20:21.313Z | [ recovery-image] Dec 20 23:20:19.775 INFO O| Dec 20 23:20:19.775 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-12-20T23:20:21.328Z | [ recovery-image] Dec 20 23:20:19.793 INFO O| Dec 20 23:20:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4659 | 2024-12-20T23:20:21.328Z | [ recovery-image] Dec 20 23:20:19.793 INFO O| Dec 20 23:20:19.793 INFO STEP 98 (remove_files) COMPLETE |
4660 | 2024-12-20T23:20:21.328Z | [ recovery-image] Dec 20 23:20:19.793 INFO O| Dec 20 23:20:19.793 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-12-20T23:20:21.346Z | [ recovery-image] Dec 20 23:20:19.811 INFO O| Dec 20 23:20:19.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4662 | 2024-12-20T23:20:21.346Z | [ recovery-image] Dec 20 23:20:19.811 INFO O| Dec 20 23:20:19.811 INFO STEP 99 (remove_files) COMPLETE |
4663 | 2024-12-20T23:20:21.346Z | [ recovery-image] Dec 20 23:20:19.811 INFO O| Dec 20 23:20:19.811 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-12-20T23:20:21.364Z | [ recovery-image] Dec 20 23:20:19.829 INFO O| Dec 20 23:20:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4665 | 2024-12-20T23:20:21.364Z | [ recovery-image] Dec 20 23:20:19.829 INFO O| Dec 20 23:20:19.829 INFO STEP 100 (remove_files) COMPLETE |
4666 | 2024-12-20T23:20:21.367Z | [ recovery-image] Dec 20 23:20:19.829 INFO O| Dec 20 23:20:19.829 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-12-20T23:20:21.379Z | [ recovery-image] Dec 20 23:20:19.844 INFO O| Dec 20 23:20:19.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4668 | 2024-12-20T23:20:21.379Z | [ recovery-image] Dec 20 23:20:19.844 INFO O| Dec 20 23:20:19.844 INFO STEP 101 (remove_files) COMPLETE |
4669 | 2024-12-20T23:20:21.382Z | [ recovery-image] Dec 20 23:20:19.844 INFO O| Dec 20 23:20:19.844 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-12-20T23:20:21.397Z | [ recovery-image] Dec 20 23:20:19.862 INFO O| Dec 20 23:20:19.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4671 | 2024-12-20T23:20:21.397Z | [ recovery-image] Dec 20 23:20:19.862 INFO O| Dec 20 23:20:19.862 INFO STEP 102 (remove_files) COMPLETE |
4672 | 2024-12-20T23:20:21.397Z | [ recovery-image] Dec 20 23:20:19.862 INFO O| Dec 20 23:20:19.862 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-12-20T23:20:21.410Z | [ recovery-image] Dec 20 23:20:19.875 INFO O| Dec 20 23:20:19.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4674 | 2024-12-20T23:20:21.413Z | [ recovery-image] Dec 20 23:20:19.876 INFO O| Dec 20 23:20:19.876 INFO STEP 103 (remove_files) COMPLETE |
4675 | 2024-12-20T23:20:21.413Z | [ recovery-image] Dec 20 23:20:19.876 INFO O| Dec 20 23:20:19.876 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-12-20T23:20:21.428Z | [ recovery-image] Dec 20 23:20:19.893 INFO O| Dec 20 23:20:19.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4677 | 2024-12-20T23:20:21.428Z | [ recovery-image] Dec 20 23:20:19.893 INFO O| Dec 20 23:20:19.893 INFO STEP 104 (remove_files) COMPLETE |
4678 | 2024-12-20T23:20:21.428Z | [ recovery-image] Dec 20 23:20:19.893 INFO O| Dec 20 23:20:19.893 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-12-20T23:20:21.446Z | [ recovery-image] Dec 20 23:20:19.910 INFO O| Dec 20 23:20:19.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4680 | 2024-12-20T23:20:21.446Z | [ recovery-image] Dec 20 23:20:19.910 INFO O| Dec 20 23:20:19.910 INFO STEP 105 (remove_files) COMPLETE |
4681 | 2024-12-20T23:20:21.449Z | [ recovery-image] Dec 20 23:20:19.911 INFO O| Dec 20 23:20:19.910 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-12-20T23:20:21.458Z | [ recovery-image] Dec 20 23:20:19.923 INFO O| Dec 20 23:20:19.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4683 | 2024-12-20T23:20:21.458Z | [ recovery-image] Dec 20 23:20:19.923 INFO O| Dec 20 23:20:19.923 INFO STEP 106 (remove_files) COMPLETE |
4684 | 2024-12-20T23:20:21.460Z | [ recovery-image] Dec 20 23:20:19.923 INFO O| Dec 20 23:20:19.923 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-12-20T23:20:21.470Z | [ recovery-image] Dec 20 23:20:19.935 INFO O| Dec 20 23:20:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4686 | 2024-12-20T23:20:21.470Z | [ recovery-image] Dec 20 23:20:19.935 INFO O| Dec 20 23:20:19.935 INFO STEP 107 (remove_files) COMPLETE |
4687 | 2024-12-20T23:20:21.470Z | [ recovery-image] Dec 20 23:20:19.935 INFO O| Dec 20 23:20:19.935 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-12-20T23:20:21.486Z | [ recovery-image] Dec 20 23:20:19.951 INFO O| Dec 20 23:20:19.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4689 | 2024-12-20T23:20:21.486Z | [ recovery-image] Dec 20 23:20:19.951 INFO O| Dec 20 23:20:19.951 INFO STEP 108 (remove_files) COMPLETE |
4690 | 2024-12-20T23:20:21.489Z | [ recovery-image] Dec 20 23:20:19.951 INFO O| Dec 20 23:20:19.951 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-12-20T23:20:21.504Z | [ recovery-image] Dec 20 23:20:19.968 INFO O| Dec 20 23:20:19.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4692 | 2024-12-20T23:20:21.504Z | [ recovery-image] Dec 20 23:20:19.968 INFO O| Dec 20 23:20:19.968 INFO STEP 109 (remove_files) COMPLETE |
4693 | 2024-12-20T23:20:21.506Z | [ recovery-image] Dec 20 23:20:19.969 INFO O| Dec 20 23:20:19.968 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-12-20T23:20:21.521Z | [ recovery-image] Dec 20 23:20:19.986 INFO O| Dec 20 23:20:19.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4695 | 2024-12-20T23:20:21.521Z | [ recovery-image] Dec 20 23:20:19.986 INFO O| Dec 20 23:20:19.986 INFO STEP 110 (remove_files) COMPLETE |
4696 | 2024-12-20T23:20:21.523Z | [ recovery-image] Dec 20 23:20:19.986 INFO O| Dec 20 23:20:19.986 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-12-20T23:20:21.539Z | [ recovery-image] Dec 20 23:20:20.004 INFO O| Dec 20 23:20:20.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4698 | 2024-12-20T23:20:21.539Z | [ recovery-image] Dec 20 23:20:20.004 INFO O| Dec 20 23:20:20.004 INFO STEP 111 (remove_files) COMPLETE |
4699 | 2024-12-20T23:20:21.543Z | [ recovery-image] Dec 20 23:20:20.004 INFO O| Dec 20 23:20:20.004 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-12-20T23:20:21.560Z | [ recovery-image] Dec 20 23:20:20.024 INFO O| Dec 20 23:20:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4701 | 2024-12-20T23:20:21.560Z | [ recovery-image] Dec 20 23:20:20.024 INFO O| Dec 20 23:20:20.024 INFO STEP 112 (remove_files) COMPLETE |
4702 | 2024-12-20T23:20:21.560Z | [ recovery-image] Dec 20 23:20:20.024 INFO O| Dec 20 23:20:20.024 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-12-20T23:20:21.578Z | [ recovery-image] Dec 20 23:20:20.043 INFO O| Dec 20 23:20:20.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4704 | 2024-12-20T23:20:21.578Z | [ recovery-image] Dec 20 23:20:20.043 INFO O| Dec 20 23:20:20.043 INFO STEP 113 (remove_files) COMPLETE |
4705 | 2024-12-20T23:20:21.578Z | [ recovery-image] Dec 20 23:20:20.043 INFO O| Dec 20 23:20:20.043 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-12-20T23:20:21.595Z | [ recovery-image] Dec 20 23:20:20.059 INFO O| Dec 20 23:20:20.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4707 | 2024-12-20T23:20:21.595Z | [ recovery-image] Dec 20 23:20:20.060 INFO O| Dec 20 23:20:20.059 INFO STEP 114 (remove_files) COMPLETE |
4708 | 2024-12-20T23:20:21.597Z | [ recovery-image] Dec 20 23:20:20.060 INFO O| Dec 20 23:20:20.060 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-12-20T23:20:21.613Z | [ recovery-image] Dec 20 23:20:20.077 INFO O| Dec 20 23:20:20.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4710 | 2024-12-20T23:20:21.613Z | [ recovery-image] Dec 20 23:20:20.078 INFO O| Dec 20 23:20:20.078 INFO STEP 115 (remove_files) COMPLETE |
4711 | 2024-12-20T23:20:21.613Z | [ recovery-image] Dec 20 23:20:20.078 INFO O| Dec 20 23:20:20.078 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-12-20T23:20:21.630Z | [ recovery-image] Dec 20 23:20:20.095 INFO O| Dec 20 23:20:20.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4713 | 2024-12-20T23:20:21.630Z | [ recovery-image] Dec 20 23:20:20.095 INFO O| Dec 20 23:20:20.095 INFO STEP 116 (remove_files) COMPLETE |
4714 | 2024-12-20T23:20:21.632Z | [ recovery-image] Dec 20 23:20:20.095 INFO O| Dec 20 23:20:20.095 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-12-20T23:20:21.649Z | [ recovery-image] Dec 20 23:20:20.113 INFO O| Dec 20 23:20:20.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4716 | 2024-12-20T23:20:21.651Z | [ recovery-image] Dec 20 23:20:20.114 INFO O| Dec 20 23:20:20.114 INFO STEP 117 (remove_files) COMPLETE |
4717 | 2024-12-20T23:20:21.651Z | [ recovery-image] Dec 20 23:20:20.114 INFO O| Dec 20 23:20:20.114 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-12-20T23:20:21.662Z | [ recovery-image] Dec 20 23:20:20.127 INFO O| Dec 20 23:20:20.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4719 | 2024-12-20T23:20:21.662Z | [ recovery-image] Dec 20 23:20:20.127 INFO O| Dec 20 23:20:20.127 INFO STEP 118 (remove_files) COMPLETE |
4720 | 2024-12-20T23:20:21.664Z | [ recovery-image] Dec 20 23:20:20.127 INFO O| Dec 20 23:20:20.127 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-12-20T23:20:21.677Z | [ recovery-image] Dec 20 23:20:20.141 INFO O| Dec 20 23:20:20.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4722 | 2024-12-20T23:20:21.677Z | [ recovery-image] Dec 20 23:20:20.141 INFO O| Dec 20 23:20:20.141 INFO STEP 119 (remove_files) COMPLETE |
4723 | 2024-12-20T23:20:21.679Z | [ recovery-image] Dec 20 23:20:20.141 INFO O| Dec 20 23:20:20.141 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-12-20T23:20:21.696Z | [ recovery-image] Dec 20 23:20:20.161 INFO O| Dec 20 23:20:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4725 | 2024-12-20T23:20:21.698Z | [ recovery-image] Dec 20 23:20:20.161 INFO O| Dec 20 23:20:20.161 INFO STEP 120 (remove_files) COMPLETE |
4726 | 2024-12-20T23:20:21.698Z | [ recovery-image] Dec 20 23:20:20.161 INFO O| Dec 20 23:20:20.161 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-12-20T23:20:21.714Z | [ recovery-image] Dec 20 23:20:20.179 INFO O| Dec 20 23:20:20.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4728 | 2024-12-20T23:20:21.717Z | [ recovery-image] Dec 20 23:20:20.180 INFO O| Dec 20 23:20:20.180 INFO STEP 121 (remove_files) COMPLETE |
4729 | 2024-12-20T23:20:21.717Z | [ recovery-image] Dec 20 23:20:20.180 INFO O| Dec 20 23:20:20.180 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-12-20T23:20:21.733Z | [ recovery-image] Dec 20 23:20:20.198 INFO O| Dec 20 23:20:20.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4731 | 2024-12-20T23:20:21.733Z | [ recovery-image] Dec 20 23:20:20.198 INFO O| Dec 20 23:20:20.198 INFO STEP 122 (remove_files) COMPLETE |
4732 | 2024-12-20T23:20:21.736Z | [ recovery-image] Dec 20 23:20:20.198 INFO O| Dec 20 23:20:20.198 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-12-20T23:20:21.751Z | [ recovery-image] Dec 20 23:20:20.216 INFO O| Dec 20 23:20:20.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4734 | 2024-12-20T23:20:21.752Z | [ recovery-image] Dec 20 23:20:20.216 INFO O| Dec 20 23:20:20.216 INFO STEP 123 (remove_files) COMPLETE |
4735 | 2024-12-20T23:20:21.754Z | [ recovery-image] Dec 20 23:20:20.217 INFO O| Dec 20 23:20:20.216 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-12-20T23:20:21.770Z | [ recovery-image] Dec 20 23:20:20.235 INFO O| Dec 20 23:20:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4737 | 2024-12-20T23:20:21.770Z | [ recovery-image] Dec 20 23:20:20.235 INFO O| Dec 20 23:20:20.235 INFO STEP 124 (remove_files) COMPLETE |
4738 | 2024-12-20T23:20:21.770Z | [ recovery-image] Dec 20 23:20:20.235 INFO O| Dec 20 23:20:20.235 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-12-20T23:20:21.787Z | [ recovery-image] Dec 20 23:20:20.252 INFO O| Dec 20 23:20:20.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4740 | 2024-12-20T23:20:21.787Z | [ recovery-image] Dec 20 23:20:20.252 INFO O| Dec 20 23:20:20.252 INFO STEP 125 (remove_files) COMPLETE |
4741 | 2024-12-20T23:20:21.790Z | [ recovery-image] Dec 20 23:20:20.252 INFO O| Dec 20 23:20:20.252 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-12-20T23:20:21.804Z | [ recovery-image] Dec 20 23:20:20.269 INFO O| Dec 20 23:20:20.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4743 | 2024-12-20T23:20:21.806Z | [ recovery-image] Dec 20 23:20:20.269 INFO O| Dec 20 23:20:20.269 INFO STEP 126 (remove_files) COMPLETE |
4744 | 2024-12-20T23:20:21.807Z | [ recovery-image] Dec 20 23:20:20.269 INFO O| Dec 20 23:20:20.269 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-12-20T23:20:21.823Z | [ recovery-image] Dec 20 23:20:20.286 INFO O| Dec 20 23:20:20.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4746 | 2024-12-20T23:20:21.823Z | [ recovery-image] Dec 20 23:20:20.286 INFO O| Dec 20 23:20:20.286 INFO STEP 127 (remove_files) COMPLETE |
4747 | 2024-12-20T23:20:21.823Z | [ recovery-image] Dec 20 23:20:20.286 INFO O| Dec 20 23:20:20.286 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-12-20T23:20:21.840Z | [ recovery-image] Dec 20 23:20:20.305 INFO O| Dec 20 23:20:20.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4749 | 2024-12-20T23:20:21.840Z | [ recovery-image] Dec 20 23:20:20.305 INFO O| Dec 20 23:20:20.305 INFO STEP 128 (remove_files) COMPLETE |
4750 | 2024-12-20T23:20:21.842Z | [ recovery-image] Dec 20 23:20:20.305 INFO O| Dec 20 23:20:20.305 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-12-20T23:20:21.857Z | [ recovery-image] Dec 20 23:20:20.322 INFO O| Dec 20 23:20:20.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4752 | 2024-12-20T23:20:21.858Z | [ recovery-image] Dec 20 23:20:20.322 INFO O| Dec 20 23:20:20.322 INFO STEP 129 (remove_files) COMPLETE |
4753 | 2024-12-20T23:20:21.860Z | [ recovery-image] Dec 20 23:20:20.322 INFO O| Dec 20 23:20:20.322 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-12-20T23:20:21.875Z | [ recovery-image] Dec 20 23:20:20.340 INFO O| Dec 20 23:20:20.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4755 | 2024-12-20T23:20:21.875Z | [ recovery-image] Dec 20 23:20:20.340 INFO O| Dec 20 23:20:20.340 INFO STEP 130 (remove_files) COMPLETE |
4756 | 2024-12-20T23:20:21.875Z | [ recovery-image] Dec 20 23:20:20.340 INFO O| Dec 20 23:20:20.340 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-12-20T23:20:21.893Z | [ recovery-image] Dec 20 23:20:20.357 INFO O| Dec 20 23:20:20.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4758 | 2024-12-20T23:20:21.893Z | [ recovery-image] Dec 20 23:20:20.357 INFO O| Dec 20 23:20:20.357 INFO STEP 131 (remove_files) COMPLETE |
4759 | 2024-12-20T23:20:21.895Z | [ recovery-image] Dec 20 23:20:20.357 INFO O| Dec 20 23:20:20.357 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-12-20T23:20:21.911Z | [ recovery-image] Dec 20 23:20:20.375 INFO O| Dec 20 23:20:20.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4761 | 2024-12-20T23:20:21.911Z | [ recovery-image] Dec 20 23:20:20.375 INFO O| Dec 20 23:20:20.375 INFO STEP 132 (remove_files) COMPLETE |
4762 | 2024-12-20T23:20:21.913Z | [ recovery-image] Dec 20 23:20:20.376 INFO O| Dec 20 23:20:20.375 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-12-20T23:20:21.924Z | [ recovery-image] Dec 20 23:20:20.389 INFO O| Dec 20 23:20:20.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4764 | 2024-12-20T23:20:21.924Z | [ recovery-image] Dec 20 23:20:20.389 INFO O| Dec 20 23:20:20.389 INFO STEP 133 (remove_files) COMPLETE |
4765 | 2024-12-20T23:20:21.927Z | [ recovery-image] Dec 20 23:20:20.389 INFO O| Dec 20 23:20:20.389 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-12-20T23:20:21.938Z | [ recovery-image] Dec 20 23:20:20.403 INFO O| Dec 20 23:20:20.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4767 | 2024-12-20T23:20:21.938Z | [ recovery-image] Dec 20 23:20:20.403 INFO O| Dec 20 23:20:20.403 INFO STEP 134 (remove_files) COMPLETE |
4768 | 2024-12-20T23:20:21.940Z | [ recovery-image] Dec 20 23:20:20.403 INFO O| Dec 20 23:20:20.403 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-12-20T23:20:21.951Z | [ recovery-image] Dec 20 23:20:20.416 INFO O| Dec 20 23:20:20.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4770 | 2024-12-20T23:20:21.951Z | [ recovery-image] Dec 20 23:20:20.416 INFO O| Dec 20 23:20:20.416 INFO STEP 135 (remove_files) COMPLETE |
4771 | 2024-12-20T23:20:21.953Z | [ recovery-image] Dec 20 23:20:20.416 INFO O| Dec 20 23:20:20.416 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-12-20T23:20:21.970Z | [ recovery-image] Dec 20 23:20:20.435 INFO O| Dec 20 23:20:20.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4773 | 2024-12-20T23:20:21.970Z | [ recovery-image] Dec 20 23:20:20.435 INFO O| Dec 20 23:20:20.435 INFO STEP 136 (remove_files) COMPLETE |
4774 | 2024-12-20T23:20:21.972Z | [ recovery-image] Dec 20 23:20:20.435 INFO O| Dec 20 23:20:20.435 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-12-20T23:20:21.992Z | [ recovery-image] Dec 20 23:20:20.455 INFO O| Dec 20 23:20:20.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4776 | 2024-12-20T23:20:21.992Z | [ recovery-image] Dec 20 23:20:20.455 INFO O| Dec 20 23:20:20.455 INFO STEP 137 (remove_files) COMPLETE |
4777 | 2024-12-20T23:20:21.994Z | [ recovery-image] Dec 20 23:20:20.455 INFO O| Dec 20 23:20:20.455 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-12-20T23:20:22.011Z | [ recovery-image] Dec 20 23:20:20.475 INFO O| Dec 20 23:20:20.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4779 | 2024-12-20T23:20:22.011Z | [ recovery-image] Dec 20 23:20:20.475 INFO O| Dec 20 23:20:20.475 INFO STEP 138 (remove_files) COMPLETE |
4780 | 2024-12-20T23:20:22.011Z | [ recovery-image] Dec 20 23:20:20.475 INFO O| Dec 20 23:20:20.475 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-12-20T23:20:22.023Z | [ recovery-image] Dec 20 23:20:20.488 INFO O| Dec 20 23:20:20.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4782 | 2024-12-20T23:20:22.023Z | [ recovery-image] Dec 20 23:20:20.488 INFO O| Dec 20 23:20:20.488 INFO STEP 139 (remove_files) COMPLETE |
4783 | 2024-12-20T23:20:22.026Z | [ recovery-image] Dec 20 23:20:20.488 INFO O| Dec 20 23:20:20.488 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-12-20T23:20:22.040Z | [ recovery-image] Dec 20 23:20:20.505 INFO O| Dec 20 23:20:20.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4785 | 2024-12-20T23:20:22.043Z | [ recovery-image] Dec 20 23:20:20.505 INFO O| Dec 20 23:20:20.505 INFO STEP 140 (remove_files) COMPLETE |
4786 | 2024-12-20T23:20:22.044Z | [ recovery-image] Dec 20 23:20:20.505 INFO O| Dec 20 23:20:20.505 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-12-20T23:20:22.053Z | [ recovery-image] Dec 20 23:20:20.518 INFO O| Dec 20 23:20:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4788 | 2024-12-20T23:20:22.053Z | [ recovery-image] Dec 20 23:20:20.518 INFO O| Dec 20 23:20:20.518 INFO STEP 141 (remove_files) COMPLETE |
4789 | 2024-12-20T23:20:22.053Z | [ recovery-image] Dec 20 23:20:20.518 INFO O| Dec 20 23:20:20.518 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-12-20T23:20:22.067Z | [ recovery-image] Dec 20 23:20:20.532 INFO O| Dec 20 23:20:20.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4791 | 2024-12-20T23:20:22.067Z | [ recovery-image] Dec 20 23:20:20.532 INFO O| Dec 20 23:20:20.532 INFO STEP 142 (remove_files) COMPLETE |
4792 | 2024-12-20T23:20:22.072Z | [ recovery-image] Dec 20 23:20:20.532 INFO O| Dec 20 23:20:20.532 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-12-20T23:20:22.084Z | [ recovery-image] Dec 20 23:20:20.549 INFO O| Dec 20 23:20:20.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4794 | 2024-12-20T23:20:22.084Z | [ recovery-image] Dec 20 23:20:20.549 INFO O| Dec 20 23:20:20.549 INFO STEP 143 (remove_files) COMPLETE |
4795 | 2024-12-20T23:20:22.084Z | [ recovery-image] Dec 20 23:20:20.549 INFO O| Dec 20 23:20:20.549 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-12-20T23:20:22.098Z | [ recovery-image] Dec 20 23:20:20.563 INFO O| Dec 20 23:20:20.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4797 | 2024-12-20T23:20:22.099Z | [ recovery-image] Dec 20 23:20:20.563 INFO O| Dec 20 23:20:20.563 INFO STEP 144 (remove_files) COMPLETE |
4798 | 2024-12-20T23:20:22.101Z | [ recovery-image] Dec 20 23:20:20.563 INFO O| Dec 20 23:20:20.563 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-12-20T23:20:22.113Z | [ recovery-image] Dec 20 23:20:20.578 INFO O| Dec 20 23:20:20.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4800 | 2024-12-20T23:20:22.113Z | [ recovery-image] Dec 20 23:20:20.578 INFO O| Dec 20 23:20:20.578 INFO STEP 145 (remove_files) COMPLETE |
4801 | 2024-12-20T23:20:22.115Z | [ recovery-image] Dec 20 23:20:20.578 INFO O| Dec 20 23:20:20.578 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-12-20T23:20:22.125Z | [ recovery-image] Dec 20 23:20:20.590 INFO O| Dec 20 23:20:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4803 | 2024-12-20T23:20:22.125Z | [ recovery-image] Dec 20 23:20:20.590 INFO O| Dec 20 23:20:20.590 INFO STEP 146 (remove_files) COMPLETE |
4804 | 2024-12-20T23:20:22.128Z | [ recovery-image] Dec 20 23:20:20.590 INFO O| Dec 20 23:20:20.590 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-12-20T23:20:22.145Z | [ recovery-image] Dec 20 23:20:20.606 INFO O| Dec 20 23:20:20.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4806 | 2024-12-20T23:20:22.145Z | [ recovery-image] Dec 20 23:20:20.606 INFO O| Dec 20 23:20:20.606 INFO STEP 147 (remove_files) COMPLETE |
4807 | 2024-12-20T23:20:22.151Z | [ recovery-image] Dec 20 23:20:20.606 INFO O| Dec 20 23:20:20.606 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-12-20T23:20:22.158Z | [ recovery-image] Dec 20 23:20:20.623 INFO O| Dec 20 23:20:20.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4809 | 2024-12-20T23:20:22.158Z | [ recovery-image] Dec 20 23:20:20.623 INFO O| Dec 20 23:20:20.623 INFO STEP 148 (remove_files) COMPLETE |
4810 | 2024-12-20T23:20:22.158Z | [ recovery-image] Dec 20 23:20:20.623 INFO O| Dec 20 23:20:20.623 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-12-20T23:20:22.174Z | [ recovery-image] Dec 20 23:20:20.639 INFO O| Dec 20 23:20:20.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4812 | 2024-12-20T23:20:22.174Z | [ recovery-image] Dec 20 23:20:20.639 INFO O| Dec 20 23:20:20.639 INFO STEP 149 (remove_files) COMPLETE |
4813 | 2024-12-20T23:20:22.176Z | [ recovery-image] Dec 20 23:20:20.639 INFO O| Dec 20 23:20:20.639 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-12-20T23:20:22.191Z | [ recovery-image] Dec 20 23:20:20.655 INFO O| Dec 20 23:20:20.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4815 | 2024-12-20T23:20:22.191Z | [ recovery-image] Dec 20 23:20:20.655 INFO O| Dec 20 23:20:20.655 INFO STEP 150 (remove_files) COMPLETE |
4816 | 2024-12-20T23:20:22.193Z | [ recovery-image] Dec 20 23:20:20.655 INFO O| Dec 20 23:20:20.655 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-12-20T23:20:22.208Z | [ recovery-image] Dec 20 23:20:20.673 INFO O| Dec 20 23:20:20.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4818 | 2024-12-20T23:20:22.208Z | [ recovery-image] Dec 20 23:20:20.673 INFO O| Dec 20 23:20:20.673 INFO STEP 151 (remove_files) COMPLETE |
4819 | 2024-12-20T23:20:22.211Z | [ recovery-image] Dec 20 23:20:20.673 INFO O| Dec 20 23:20:20.673 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-12-20T23:20:22.226Z | [ recovery-image] Dec 20 23:20:20.691 INFO O| Dec 20 23:20:20.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4821 | 2024-12-20T23:20:22.226Z | [ recovery-image] Dec 20 23:20:20.691 INFO O| Dec 20 23:20:20.691 INFO STEP 152 (remove_files) COMPLETE |
4822 | 2024-12-20T23:20:22.229Z | [ recovery-image] Dec 20 23:20:20.691 INFO O| Dec 20 23:20:20.691 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-12-20T23:20:22.245Z | [ recovery-image] Dec 20 23:20:20.709 INFO O| Dec 20 23:20:20.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4824 | 2024-12-20T23:20:22.245Z | [ recovery-image] Dec 20 23:20:20.709 INFO O| Dec 20 23:20:20.709 INFO STEP 153 (remove_files) COMPLETE |
4825 | 2024-12-20T23:20:22.245Z | [ recovery-image] Dec 20 23:20:20.709 INFO O| Dec 20 23:20:20.709 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-12-20T23:20:22.261Z | [ recovery-image] Dec 20 23:20:20.726 INFO O| Dec 20 23:20:20.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4827 | 2024-12-20T23:20:22.261Z | [ recovery-image] Dec 20 23:20:20.726 INFO O| Dec 20 23:20:20.726 INFO STEP 154 (remove_files) COMPLETE |
4828 | 2024-12-20T23:20:22.265Z | [ recovery-image] Dec 20 23:20:20.726 INFO O| Dec 20 23:20:20.726 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-12-20T23:20:22.273Z | [ recovery-image] Dec 20 23:20:20.738 INFO O| Dec 20 23:20:20.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4830 | 2024-12-20T23:20:22.273Z | [ recovery-image] Dec 20 23:20:20.738 INFO O| Dec 20 23:20:20.738 INFO STEP 155 (remove_files) COMPLETE |
4831 | 2024-12-20T23:20:22.273Z | [ recovery-image] Dec 20 23:20:20.738 INFO O| Dec 20 23:20:20.738 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-12-20T23:20:22.289Z | [ recovery-image] Dec 20 23:20:20.754 INFO O| Dec 20 23:20:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4833 | 2024-12-20T23:20:22.290Z | [ recovery-image] Dec 20 23:20:20.754 INFO O| Dec 20 23:20:20.754 INFO STEP 156 (remove_files) COMPLETE |
4834 | 2024-12-20T23:20:22.290Z | [ recovery-image] Dec 20 23:20:20.754 INFO O| Dec 20 23:20:20.754 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-12-20T23:20:22.303Z | [ recovery-image] Dec 20 23:20:20.768 INFO O| Dec 20 23:20:20.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4836 | 2024-12-20T23:20:22.303Z | [ recovery-image] Dec 20 23:20:20.768 INFO O| Dec 20 23:20:20.768 INFO STEP 157 (remove_files) COMPLETE |
4837 | 2024-12-20T23:20:22.306Z | [ recovery-image] Dec 20 23:20:20.768 INFO O| Dec 20 23:20:20.768 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-12-20T23:20:22.321Z | [ recovery-image] Dec 20 23:20:20.786 INFO O| Dec 20 23:20:20.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4839 | 2024-12-20T23:20:22.324Z | [ recovery-image] Dec 20 23:20:20.787 INFO O| Dec 20 23:20:20.787 INFO STEP 158 (remove_files) COMPLETE |
4840 | 2024-12-20T23:20:22.324Z | [ recovery-image] Dec 20 23:20:20.787 INFO O| Dec 20 23:20:20.787 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-12-20T23:20:22.335Z | [ recovery-image] Dec 20 23:20:20.800 INFO O| Dec 20 23:20:20.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4842 | 2024-12-20T23:20:22.335Z | [ recovery-image] Dec 20 23:20:20.800 INFO O| Dec 20 23:20:20.800 INFO STEP 159 (remove_files) COMPLETE |
4843 | 2024-12-20T23:20:22.335Z | [ recovery-image] Dec 20 23:20:20.800 INFO O| Dec 20 23:20:20.800 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-12-20T23:20:22.349Z | [ recovery-image] Dec 20 23:20:20.813 INFO O| Dec 20 23:20:20.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4845 | 2024-12-20T23:20:22.349Z | [ recovery-image] Dec 20 23:20:20.813 INFO O| Dec 20 23:20:20.813 INFO STEP 160 (remove_files) COMPLETE |
4846 | 2024-12-20T23:20:22.349Z | [ recovery-image] Dec 20 23:20:20.813 INFO O| Dec 20 23:20:20.813 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-12-20T23:20:22.368Z | [ recovery-image] Dec 20 23:20:20.833 INFO O| Dec 20 23:20:20.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4848 | 2024-12-20T23:20:22.368Z | [ recovery-image] Dec 20 23:20:20.833 INFO O| Dec 20 23:20:20.833 INFO STEP 161 (remove_files) COMPLETE |
4849 | 2024-12-20T23:20:22.368Z | [ recovery-image] Dec 20 23:20:20.833 INFO O| Dec 20 23:20:20.833 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-12-20T23:20:22.384Z | [ recovery-image] Dec 20 23:20:20.847 INFO O| Dec 20 23:20:20.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4851 | 2024-12-20T23:20:22.384Z | [ recovery-image] Dec 20 23:20:20.847 INFO O| Dec 20 23:20:20.847 INFO STEP 162 (remove_files) COMPLETE |
4852 | 2024-12-20T23:20:22.387Z | [ recovery-image] Dec 20 23:20:20.847 INFO O| Dec 20 23:20:20.847 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-12-20T23:20:22.400Z | [ recovery-image] Dec 20 23:20:20.865 INFO O| Dec 20 23:20:20.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4854 | 2024-12-20T23:20:22.400Z | [ recovery-image] Dec 20 23:20:20.865 INFO O| Dec 20 23:20:20.865 INFO STEP 163 (remove_files) COMPLETE |
4855 | 2024-12-20T23:20:22.400Z | [ recovery-image] Dec 20 23:20:20.865 INFO O| Dec 20 23:20:20.865 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-12-20T23:20:22.419Z | [ recovery-image] Dec 20 23:20:20.883 INFO O| Dec 20 23:20:20.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4857 | 2024-12-20T23:20:22.419Z | [ recovery-image] Dec 20 23:20:20.883 INFO O| Dec 20 23:20:20.883 INFO STEP 164 (remove_files) COMPLETE |
4858 | 2024-12-20T23:20:22.419Z | [ recovery-image] Dec 20 23:20:20.883 INFO O| Dec 20 23:20:20.883 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-12-20T23:20:22.437Z | [ recovery-image] Dec 20 23:20:20.902 INFO O| Dec 20 23:20:20.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4860 | 2024-12-20T23:20:22.437Z | [ recovery-image] Dec 20 23:20:20.902 INFO O| Dec 20 23:20:20.902 INFO STEP 165 (remove_files) COMPLETE |
4861 | 2024-12-20T23:20:22.437Z | [ recovery-image] Dec 20 23:20:20.902 INFO O| Dec 20 23:20:20.902 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-12-20T23:20:22.450Z | [ recovery-image] Dec 20 23:20:20.914 INFO O| Dec 20 23:20:20.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4863 | 2024-12-20T23:20:22.450Z | [ recovery-image] Dec 20 23:20:20.915 INFO O| Dec 20 23:20:20.915 INFO STEP 166 (remove_files) COMPLETE |
4864 | 2024-12-20T23:20:22.454Z | [ recovery-image] Dec 20 23:20:20.915 INFO O| Dec 20 23:20:20.915 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-12-20T23:20:22.466Z | [ recovery-image] Dec 20 23:20:20.931 INFO O| Dec 20 23:20:20.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4866 | 2024-12-20T23:20:22.466Z | [ recovery-image] Dec 20 23:20:20.931 INFO O| Dec 20 23:20:20.931 INFO STEP 167 (remove_files) COMPLETE |
4867 | 2024-12-20T23:20:22.467Z | [ recovery-image] Dec 20 23:20:20.931 INFO O| Dec 20 23:20:20.931 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-12-20T23:20:22.483Z | [ recovery-image] Dec 20 23:20:20.948 INFO O| Dec 20 23:20:20.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4869 | 2024-12-20T23:20:22.483Z | [ recovery-image] Dec 20 23:20:20.948 INFO O| Dec 20 23:20:20.948 INFO STEP 168 (remove_files) COMPLETE |
4870 | 2024-12-20T23:20:22.483Z | [ recovery-image] Dec 20 23:20:20.948 INFO O| Dec 20 23:20:20.948 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-12-20T23:20:22.500Z | [ recovery-image] Dec 20 23:20:20.965 INFO O| Dec 20 23:20:20.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4872 | 2024-12-20T23:20:22.500Z | [ recovery-image] Dec 20 23:20:20.965 INFO O| Dec 20 23:20:20.965 INFO STEP 169 (remove_files) COMPLETE |
4873 | 2024-12-20T23:20:22.503Z | [ recovery-image] Dec 20 23:20:20.965 INFO O| Dec 20 23:20:20.965 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-12-20T23:20:22.513Z | [ recovery-image] Dec 20 23:20:20.977 INFO O| Dec 20 23:20:20.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4875 | 2024-12-20T23:20:22.513Z | [ recovery-image] Dec 20 23:20:20.978 INFO O| Dec 20 23:20:20.978 INFO STEP 170 (remove_files) COMPLETE |
4876 | 2024-12-20T23:20:22.513Z | [ recovery-image] Dec 20 23:20:20.978 INFO O| Dec 20 23:20:20.978 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-12-20T23:20:22.527Z | [ recovery-image] Dec 20 23:20:20.991 INFO O| Dec 20 23:20:20.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4878 | 2024-12-20T23:20:22.527Z | [ recovery-image] Dec 20 23:20:20.992 INFO O| Dec 20 23:20:20.992 INFO STEP 171 (remove_files) COMPLETE |
4879 | 2024-12-20T23:20:22.527Z | [ recovery-image] Dec 20 23:20:20.992 INFO O| Dec 20 23:20:20.992 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-12-20T23:20:22.539Z | [ recovery-image] Dec 20 23:20:21.004 INFO O| Dec 20 23:20:21.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4881 | 2024-12-20T23:20:22.539Z | [ recovery-image] Dec 20 23:20:21.004 INFO O| Dec 20 23:20:21.004 INFO STEP 172 (remove_files) COMPLETE |
4882 | 2024-12-20T23:20:22.541Z | [ recovery-image] Dec 20 23:20:21.004 INFO O| Dec 20 23:20:21.004 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-12-20T23:20:22.554Z | [ recovery-image] Dec 20 23:20:21.019 INFO O| Dec 20 23:20:21.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4884 | 2024-12-20T23:20:22.555Z | [ recovery-image] Dec 20 23:20:21.019 INFO O| Dec 20 23:20:21.019 INFO STEP 173 (remove_files) COMPLETE |
4885 | 2024-12-20T23:20:22.557Z | [ recovery-image] Dec 20 23:20:21.019 INFO O| Dec 20 23:20:21.019 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-12-20T23:20:22.569Z | [ recovery-image] Dec 20 23:20:21.034 INFO O| Dec 20 23:20:21.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4887 | 2024-12-20T23:20:22.569Z | [ recovery-image] Dec 20 23:20:21.034 INFO O| Dec 20 23:20:21.034 INFO STEP 174 (remove_files) COMPLETE |
4888 | 2024-12-20T23:20:22.569Z | [ recovery-image] Dec 20 23:20:21.034 INFO O| Dec 20 23:20:21.034 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-12-20T23:20:22.585Z | [ recovery-image] Dec 20 23:20:21.050 INFO O| Dec 20 23:20:21.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4890 | 2024-12-20T23:20:22.585Z | [ recovery-image] Dec 20 23:20:21.050 INFO O| Dec 20 23:20:21.050 INFO STEP 175 (remove_files) COMPLETE |
4891 | 2024-12-20T23:20:22.587Z | [ recovery-image] Dec 20 23:20:21.050 INFO O| Dec 20 23:20:21.050 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-12-20T23:20:22.601Z | [ recovery-image] Dec 20 23:20:21.065 INFO O| Dec 20 23:20:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4893 | 2024-12-20T23:20:22.601Z | [ recovery-image] Dec 20 23:20:21.065 INFO O| Dec 20 23:20:21.065 INFO STEP 176 (remove_files) COMPLETE |
4894 | 2024-12-20T23:20:22.603Z | [ recovery-image] Dec 20 23:20:21.065 INFO O| Dec 20 23:20:21.065 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-12-20T23:20:22.617Z | [ recovery-image] Dec 20 23:20:21.082 INFO O| Dec 20 23:20:21.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4896 | 2024-12-20T23:20:22.619Z | [ recovery-image] Dec 20 23:20:21.082 INFO O| Dec 20 23:20:21.082 INFO STEP 177 (remove_files) COMPLETE |
4897 | 2024-12-20T23:20:22.619Z | [ recovery-image] Dec 20 23:20:21.082 INFO O| Dec 20 23:20:21.082 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-12-20T23:20:22.634Z | [ recovery-image] Dec 20 23:20:21.098 INFO O| Dec 20 23:20:21.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4899 | 2024-12-20T23:20:22.634Z | [ recovery-image] Dec 20 23:20:21.098 INFO O| Dec 20 23:20:21.098 INFO STEP 178 (remove_files) COMPLETE |
4900 | 2024-12-20T23:20:22.636Z | [ recovery-image] Dec 20 23:20:21.098 INFO O| Dec 20 23:20:21.098 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-12-20T23:20:22.649Z | [ recovery-image] Dec 20 23:20:21.113 INFO O| Dec 20 23:20:21.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4902 | 2024-12-20T23:20:22.649Z | [ recovery-image] Dec 20 23:20:21.113 INFO O| Dec 20 23:20:21.113 INFO STEP 179 (remove_files) COMPLETE |
4903 | 2024-12-20T23:20:22.652Z | [ recovery-image] Dec 20 23:20:21.113 INFO O| Dec 20 23:20:21.113 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-20T23:20:22.661Z | [ recovery-image] Dec 20 23:20:21.125 INFO O| Dec 20 23:20:21.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4905 | 2024-12-20T23:20:22.661Z | [ recovery-image] Dec 20 23:20:21.126 INFO O| Dec 20 23:20:21.126 INFO STEP 180 (remove_files) COMPLETE |
4906 | 2024-12-20T23:20:22.664Z | [ recovery-image] Dec 20 23:20:21.126 INFO O| Dec 20 23:20:21.126 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-20T23:20:22.674Z | [ recovery-image] Dec 20 23:20:21.137 INFO O| Dec 20 23:20:21.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4908 | 2024-12-20T23:20:22.674Z | [ recovery-image] Dec 20 23:20:21.137 INFO O| Dec 20 23:20:21.137 INFO STEP 181 (remove_files) COMPLETE |
4909 | 2024-12-20T23:20:22.674Z | [ recovery-image] Dec 20 23:20:21.137 INFO O| Dec 20 23:20:21.137 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-12-20T23:20:22.687Z | [ recovery-image] Dec 20 23:20:21.152 INFO O| Dec 20 23:20:21.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4911 | 2024-12-20T23:20:22.690Z | [ recovery-image] Dec 20 23:20:21.152 INFO O| Dec 20 23:20:21.152 INFO STEP 182 (remove_files) COMPLETE |
4912 | 2024-12-20T23:20:22.690Z | [ recovery-image] Dec 20 23:20:21.152 INFO O| Dec 20 23:20:21.152 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-12-20T23:20:22.702Z | [ recovery-image] Dec 20 23:20:21.166 INFO O| Dec 20 23:20:21.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4914 | 2024-12-20T23:20:22.704Z | [ recovery-image] Dec 20 23:20:21.167 INFO O| Dec 20 23:20:21.167 INFO STEP 183 (remove_files) COMPLETE |
4915 | 2024-12-20T23:20:22.705Z | [ recovery-image] Dec 20 23:20:21.167 INFO O| Dec 20 23:20:21.167 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-20T23:20:22.714Z | [ recovery-image] Dec 20 23:20:21.179 INFO O| Dec 20 23:20:21.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4917 | 2024-12-20T23:20:22.714Z | [ recovery-image] Dec 20 23:20:21.179 INFO O| Dec 20 23:20:21.179 INFO STEP 184 (remove_files) COMPLETE |
4918 | 2024-12-20T23:20:22.716Z | [ recovery-image] Dec 20 23:20:21.179 INFO O| Dec 20 23:20:21.179 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-20T23:20:22.727Z | [ recovery-image] Dec 20 23:20:21.192 INFO O| Dec 20 23:20:21.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4920 | 2024-12-20T23:20:22.727Z | [ recovery-image] Dec 20 23:20:21.192 INFO O| Dec 20 23:20:21.192 INFO STEP 185 (remove_files) COMPLETE |
4921 | 2024-12-20T23:20:22.730Z | [ recovery-image] Dec 20 23:20:21.192 INFO O| Dec 20 23:20:21.192 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-20T23:20:22.743Z | [ recovery-image] Dec 20 23:20:21.207 INFO O| Dec 20 23:20:21.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4923 | 2024-12-20T23:20:22.743Z | [ recovery-image] Dec 20 23:20:21.207 INFO O| Dec 20 23:20:21.207 INFO STEP 186 (remove_files) COMPLETE |
4924 | 2024-12-20T23:20:22.745Z | [ recovery-image] Dec 20 23:20:21.207 INFO O| Dec 20 23:20:21.207 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-20T23:20:22.759Z | [ recovery-image] Dec 20 23:20:21.223 INFO O| Dec 20 23:20:21.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4926 | 2024-12-20T23:20:22.759Z | [ recovery-image] Dec 20 23:20:21.223 INFO O| Dec 20 23:20:21.223 INFO STEP 187 (remove_files) COMPLETE |
4927 | 2024-12-20T23:20:22.762Z | [ recovery-image] Dec 20 23:20:21.223 INFO O| Dec 20 23:20:21.223 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-20T23:20:22.774Z | [ recovery-image] Dec 20 23:20:21.239 INFO O| Dec 20 23:20:21.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4929 | 2024-12-20T23:20:22.774Z | [ recovery-image] Dec 20 23:20:21.239 INFO O| Dec 20 23:20:21.239 INFO STEP 188 (remove_files) COMPLETE |
4930 | 2024-12-20T23:20:22.774Z | [ recovery-image] Dec 20 23:20:21.239 INFO O| Dec 20 23:20:21.239 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-20T23:20:22.790Z | [ recovery-image] Dec 20 23:20:21.255 INFO O| Dec 20 23:20:21.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4932 | 2024-12-20T23:20:22.790Z | [ recovery-image] Dec 20 23:20:21.255 INFO O| Dec 20 23:20:21.255 INFO STEP 189 (remove_files) COMPLETE |
4933 | 2024-12-20T23:20:22.792Z | [ recovery-image] Dec 20 23:20:21.255 INFO O| Dec 20 23:20:21.255 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-12-20T23:20:22.801Z | [ recovery-image] Dec 20 23:20:21.266 INFO O| Dec 20 23:20:21.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4935 | 2024-12-20T23:20:22.801Z | [ recovery-image] Dec 20 23:20:21.266 INFO O| Dec 20 23:20:21.266 INFO STEP 190 (remove_files) COMPLETE |
4936 | 2024-12-20T23:20:22.804Z | [ recovery-image] Dec 20 23:20:21.266 INFO O| Dec 20 23:20:21.266 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-20T23:20:22.814Z | [ recovery-image] Dec 20 23:20:21.278 INFO O| Dec 20 23:20:21.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4938 | 2024-12-20T23:20:22.814Z | [ recovery-image] Dec 20 23:20:21.278 INFO O| Dec 20 23:20:21.278 INFO STEP 191 (remove_files) COMPLETE |
4939 | 2024-12-20T23:20:22.816Z | [ recovery-image] Dec 20 23:20:21.278 INFO O| Dec 20 23:20:21.278 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-20T23:20:22.826Z | [ recovery-image] Dec 20 23:20:21.290 INFO O| Dec 20 23:20:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4941 | 2024-12-20T23:20:22.826Z | [ recovery-image] Dec 20 23:20:21.290 INFO O| Dec 20 23:20:21.290 INFO STEP 192 (remove_files) COMPLETE |
4942 | 2024-12-20T23:20:22.826Z | [ recovery-image] Dec 20 23:20:21.290 INFO O| Dec 20 23:20:21.290 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-20T23:20:22.837Z | [ recovery-image] Dec 20 23:20:21.302 INFO O| Dec 20 23:20:21.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4944 | 2024-12-20T23:20:22.837Z | [ recovery-image] Dec 20 23:20:21.302 INFO O| Dec 20 23:20:21.302 INFO STEP 193 (remove_files) COMPLETE |
4945 | 2024-12-20T23:20:22.837Z | [ recovery-image] Dec 20 23:20:21.302 INFO O| Dec 20 23:20:21.302 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-20T23:20:22.849Z | [ recovery-image] Dec 20 23:20:21.314 INFO O| Dec 20 23:20:21.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4947 | 2024-12-20T23:20:22.849Z | [ recovery-image] Dec 20 23:20:21.314 INFO O| Dec 20 23:20:21.314 INFO STEP 194 (remove_files) COMPLETE |
4948 | 2024-12-20T23:20:22.852Z | [ recovery-image] Dec 20 23:20:21.314 INFO O| Dec 20 23:20:21.314 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-20T23:20:22.861Z | [ recovery-image] Dec 20 23:20:21.326 INFO O| Dec 20 23:20:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4950 | 2024-12-20T23:20:22.861Z | [ recovery-image] Dec 20 23:20:21.326 INFO O| Dec 20 23:20:21.326 INFO STEP 195 (remove_files) COMPLETE |
4951 | 2024-12-20T23:20:22.864Z | [ recovery-image] Dec 20 23:20:21.326 INFO O| Dec 20 23:20:21.326 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-20T23:20:22.875Z | [ recovery-image] Dec 20 23:20:21.340 INFO O| Dec 20 23:20:21.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4953 | 2024-12-20T23:20:22.875Z | [ recovery-image] Dec 20 23:20:21.340 INFO O| Dec 20 23:20:21.340 INFO STEP 196 (remove_files) COMPLETE |
4954 | 2024-12-20T23:20:22.878Z | [ recovery-image] Dec 20 23:20:21.340 INFO O| Dec 20 23:20:21.340 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-20T23:20:22.887Z | [ recovery-image] Dec 20 23:20:21.352 INFO O| Dec 20 23:20:21.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4956 | 2024-12-20T23:20:22.887Z | [ recovery-image] Dec 20 23:20:21.352 INFO O| Dec 20 23:20:21.352 INFO STEP 197 (remove_files) COMPLETE |
4957 | 2024-12-20T23:20:22.890Z | [ recovery-image] Dec 20 23:20:21.352 INFO O| Dec 20 23:20:21.352 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-20T23:20:22.899Z | [ recovery-image] Dec 20 23:20:21.363 INFO O| Dec 20 23:20:21.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4959 | 2024-12-20T23:20:22.899Z | [ recovery-image] Dec 20 23:20:21.363 INFO O| Dec 20 23:20:21.363 INFO STEP 198 (remove_files) COMPLETE |
4960 | 2024-12-20T23:20:22.899Z | [ recovery-image] Dec 20 23:20:21.363 INFO O| Dec 20 23:20:21.363 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-20T23:20:22.915Z | [ recovery-image] Dec 20 23:20:21.379 INFO O| Dec 20 23:20:21.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4962 | 2024-12-20T23:20:22.915Z | [ recovery-image] Dec 20 23:20:21.380 INFO O| Dec 20 23:20:21.379 INFO STEP 199 (remove_files) COMPLETE |
4963 | 2024-12-20T23:20:22.917Z | [ recovery-image] Dec 20 23:20:21.380 INFO O| Dec 20 23:20:21.379 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-20T23:20:22.930Z | [ recovery-image] Dec 20 23:20:21.395 INFO O| Dec 20 23:20:21.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4965 | 2024-12-20T23:20:22.930Z | [ recovery-image] Dec 20 23:20:21.395 INFO O| Dec 20 23:20:21.395 INFO STEP 200 (remove_files) COMPLETE |
4966 | 2024-12-20T23:20:22.933Z | [ recovery-image] Dec 20 23:20:21.395 INFO O| Dec 20 23:20:21.395 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-20T23:20:22.947Z | [ recovery-image] Dec 20 23:20:21.412 INFO O| Dec 20 23:20:21.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4968 | 2024-12-20T23:20:22.948Z | [ recovery-image] Dec 20 23:20:21.412 INFO O| Dec 20 23:20:21.412 INFO STEP 201 (remove_files) COMPLETE |
4969 | 2024-12-20T23:20:22.962Z | [ recovery-image] Dec 20 23:20:21.412 INFO O| Dec 20 23:20:21.412 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-20T23:20:22.966Z | [ recovery-image] Dec 20 23:20:21.428 INFO O| Dec 20 23:20:21.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4971 | 2024-12-20T23:20:22.966Z | [ recovery-image] Dec 20 23:20:21.428 INFO O| Dec 20 23:20:21.428 INFO STEP 202 (remove_files) COMPLETE |
4972 | 2024-12-20T23:20:22.966Z | [ recovery-image] Dec 20 23:20:21.428 INFO O| Dec 20 23:20:21.428 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-20T23:20:22.977Z | [ recovery-image] Dec 20 23:20:21.441 INFO O| Dec 20 23:20:21.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4974 | 2024-12-20T23:20:22.977Z | [ recovery-image] Dec 20 23:20:21.441 INFO O| Dec 20 23:20:21.441 INFO STEP 203 (remove_files) COMPLETE |
4975 | 2024-12-20T23:20:22.977Z | [ recovery-image] Dec 20 23:20:21.442 INFO O| Dec 20 23:20:21.441 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-20T23:20:22.990Z | [ recovery-image] Dec 20 23:20:21.455 INFO O| Dec 20 23:20:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4977 | 2024-12-20T23:20:22.990Z | [ recovery-image] Dec 20 23:20:21.455 INFO O| Dec 20 23:20:21.455 INFO STEP 204 (remove_files) COMPLETE |
4978 | 2024-12-20T23:20:22.990Z | [ recovery-image] Dec 20 23:20:21.455 INFO O| Dec 20 23:20:21.455 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-20T23:20:23.006Z | [ recovery-image] Dec 20 23:20:21.471 INFO O| Dec 20 23:20:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4980 | 2024-12-20T23:20:23.006Z | [ recovery-image] Dec 20 23:20:21.471 INFO O| Dec 20 23:20:21.471 INFO STEP 205 (remove_files) COMPLETE |
4981 | 2024-12-20T23:20:23.007Z | [ recovery-image] Dec 20 23:20:21.471 INFO O| Dec 20 23:20:21.471 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-20T23:20:23.022Z | [ recovery-image] Dec 20 23:20:21.486 INFO O| Dec 20 23:20:21.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4983 | 2024-12-20T23:20:23.022Z | [ recovery-image] Dec 20 23:20:21.487 INFO O| Dec 20 23:20:21.487 INFO STEP 206 (remove_files) COMPLETE |
4984 | 2024-12-20T23:20:23.022Z | [ recovery-image] Dec 20 23:20:21.487 INFO O| Dec 20 23:20:21.487 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-20T23:20:23.035Z | [ recovery-image] Dec 20 23:20:21.500 INFO O| Dec 20 23:20:21.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4986 | 2024-12-20T23:20:23.035Z | [ recovery-image] Dec 20 23:20:21.500 INFO O| Dec 20 23:20:21.500 INFO STEP 207 (remove_files) COMPLETE |
4987 | 2024-12-20T23:20:23.038Z | [ recovery-image] Dec 20 23:20:21.500 INFO O| Dec 20 23:20:21.500 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-20T23:20:23.054Z | [ recovery-image] Dec 20 23:20:21.518 INFO O| Dec 20 23:20:21.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4989 | 2024-12-20T23:20:23.054Z | [ recovery-image] Dec 20 23:20:21.518 INFO O| Dec 20 23:20:21.518 INFO STEP 208 (remove_files) COMPLETE |
4990 | 2024-12-20T23:20:23.056Z | [ recovery-image] Dec 20 23:20:21.518 INFO O| Dec 20 23:20:21.518 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-20T23:20:23.066Z | [ recovery-image] Dec 20 23:20:21.531 INFO O| Dec 20 23:20:21.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4992 | 2024-12-20T23:20:23.066Z | [ recovery-image] Dec 20 23:20:21.531 INFO O| Dec 20 23:20:21.531 INFO STEP 209 (remove_files) COMPLETE |
4993 | 2024-12-20T23:20:23.066Z | [ recovery-image] Dec 20 23:20:21.531 INFO O| Dec 20 23:20:21.531 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-20T23:20:23.080Z | [ recovery-image] Dec 20 23:20:21.545 INFO O| Dec 20 23:20:21.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4995 | 2024-12-20T23:20:23.080Z | [ recovery-image] Dec 20 23:20:21.545 INFO O| Dec 20 23:20:21.545 INFO STEP 210 (remove_files) COMPLETE |
4996 | 2024-12-20T23:20:23.083Z | [ recovery-image] Dec 20 23:20:21.545 INFO O| Dec 20 23:20:21.545 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-20T23:20:23.096Z | [ recovery-image] Dec 20 23:20:21.561 INFO O| Dec 20 23:20:21.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4998 | 2024-12-20T23:20:23.096Z | [ recovery-image] Dec 20 23:20:21.561 INFO O| Dec 20 23:20:21.561 INFO STEP 211 (remove_files) COMPLETE |
4999 | 2024-12-20T23:20:23.098Z | [ recovery-image] Dec 20 23:20:21.561 INFO O| Dec 20 23:20:21.561 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-20T23:20:23.108Z | [ recovery-image] Dec 20 23:20:21.572 INFO O| Dec 20 23:20:21.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
5001 | 2024-12-20T23:20:23.108Z | [ recovery-image] Dec 20 23:20:21.572 INFO O| Dec 20 23:20:21.572 INFO STEP 212 (remove_files) COMPLETE |
5002 | 2024-12-20T23:20:23.110Z | [ recovery-image] Dec 20 23:20:21.572 INFO O| Dec 20 23:20:21.572 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-20T23:20:23.123Z | [ recovery-image] Dec 20 23:20:21.587 INFO O| Dec 20 23:20:21.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
5004 | 2024-12-20T23:20:23.123Z | [ recovery-image] Dec 20 23:20:21.587 INFO O| Dec 20 23:20:21.587 INFO STEP 213 (remove_files) COMPLETE |
5005 | 2024-12-20T23:20:23.126Z | [ recovery-image] Dec 20 23:20:21.588 INFO O| Dec 20 23:20:21.587 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-20T23:20:23.139Z | [ recovery-image] Dec 20 23:20:21.600 INFO O| Dec 20 23:20:21.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
5007 | 2024-12-20T23:20:23.139Z | [ recovery-image] Dec 20 23:20:21.600 INFO O| Dec 20 23:20:21.600 INFO STEP 214 (remove_files) COMPLETE |
5008 | 2024-12-20T23:20:23.142Z | [ recovery-image] Dec 20 23:20:21.600 INFO O| Dec 20 23:20:21.600 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-20T23:20:23.152Z | [ recovery-image] Dec 20 23:20:21.616 INFO O| Dec 20 23:20:21.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
5010 | 2024-12-20T23:20:23.152Z | [ recovery-image] Dec 20 23:20:21.616 INFO O| Dec 20 23:20:21.616 INFO STEP 215 (remove_files) COMPLETE |
5011 | 2024-12-20T23:20:23.154Z | [ recovery-image] Dec 20 23:20:21.616 INFO O| Dec 20 23:20:21.616 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-20T23:20:23.164Z | [ recovery-image] Dec 20 23:20:21.629 INFO O| Dec 20 23:20:21.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
5013 | 2024-12-20T23:20:23.164Z | [ recovery-image] Dec 20 23:20:21.629 INFO O| Dec 20 23:20:21.629 INFO STEP 216 (remove_files) COMPLETE |
5014 | 2024-12-20T23:20:23.166Z | [ recovery-image] Dec 20 23:20:21.629 INFO O| Dec 20 23:20:21.629 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-20T23:20:23.175Z | [ recovery-image] Dec 20 23:20:21.640 INFO O| Dec 20 23:20:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
5016 | 2024-12-20T23:20:23.175Z | [ recovery-image] Dec 20 23:20:21.640 INFO O| Dec 20 23:20:21.640 INFO STEP 217 (remove_files) COMPLETE |
5017 | 2024-12-20T23:20:23.178Z | [ recovery-image] Dec 20 23:20:21.640 INFO O| Dec 20 23:20:21.640 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-20T23:20:23.187Z | [ recovery-image] Dec 20 23:20:21.652 INFO O| Dec 20 23:20:21.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
5019 | 2024-12-20T23:20:23.187Z | [ recovery-image] Dec 20 23:20:21.652 INFO O| Dec 20 23:20:21.652 INFO STEP 218 (remove_files) COMPLETE |
5020 | 2024-12-20T23:20:23.187Z | [ recovery-image] Dec 20 23:20:21.652 INFO O| Dec 20 23:20:21.652 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-20T23:20:23.203Z | [ recovery-image] Dec 20 23:20:21.667 INFO O| Dec 20 23:20:21.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
5022 | 2024-12-20T23:20:23.203Z | [ recovery-image] Dec 20 23:20:21.667 INFO O| Dec 20 23:20:21.667 INFO STEP 219 (remove_files) COMPLETE |
5023 | 2024-12-20T23:20:23.203Z | [ recovery-image] Dec 20 23:20:21.667 INFO O| Dec 20 23:20:21.667 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-12-20T23:20:23.216Z | [ recovery-image] Dec 20 23:20:21.681 INFO O| Dec 20 23:20:21.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
5025 | 2024-12-20T23:20:23.216Z | [ recovery-image] Dec 20 23:20:21.681 INFO O| Dec 20 23:20:21.681 INFO STEP 220 (remove_files) COMPLETE |
5026 | 2024-12-20T23:20:23.218Z | [ recovery-image] Dec 20 23:20:21.681 INFO O| Dec 20 23:20:21.681 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-12-20T23:20:23.232Z | [ recovery-image] Dec 20 23:20:21.696 INFO O| Dec 20 23:20:21.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
5028 | 2024-12-20T23:20:23.234Z | [ recovery-image] Dec 20 23:20:21.697 INFO O| Dec 20 23:20:21.697 INFO STEP 221 (remove_files) COMPLETE |
5029 | 2024-12-20T23:20:23.234Z | [ recovery-image] Dec 20 23:20:21.697 INFO O| Dec 20 23:20:21.697 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-12-20T23:20:23.244Z | [ recovery-image] Dec 20 23:20:21.709 INFO O| Dec 20 23:20:21.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
5031 | 2024-12-20T23:20:23.244Z | [ recovery-image] Dec 20 23:20:21.709 INFO O| Dec 20 23:20:21.709 INFO STEP 222 (remove_files) COMPLETE |
5032 | 2024-12-20T23:20:23.245Z | [ recovery-image] Dec 20 23:20:21.709 INFO O| Dec 20 23:20:21.709 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-12-20T23:20:23.261Z | [ recovery-image] Dec 20 23:20:21.726 INFO O| Dec 20 23:20:21.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
5034 | 2024-12-20T23:20:23.261Z | [ recovery-image] Dec 20 23:20:21.726 INFO O| Dec 20 23:20:21.726 INFO STEP 223 (remove_files) COMPLETE |
5035 | 2024-12-20T23:20:23.263Z | [ recovery-image] Dec 20 23:20:21.726 INFO O| Dec 20 23:20:21.726 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-12-20T23:20:23.278Z | [ recovery-image] Dec 20 23:20:21.741 INFO O| Dec 20 23:20:21.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
5037 | 2024-12-20T23:20:23.280Z | [ recovery-image] Dec 20 23:20:21.741 INFO O| Dec 20 23:20:21.741 INFO STEP 224 (remove_files) COMPLETE |
5038 | 2024-12-20T23:20:23.280Z | [ recovery-image] Dec 20 23:20:21.741 INFO O| Dec 20 23:20:21.741 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-12-20T23:20:23.290Z | [ recovery-image] Dec 20 23:20:21.755 INFO O| Dec 20 23:20:21.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
5040 | 2024-12-20T23:20:23.290Z | [ recovery-image] Dec 20 23:20:21.755 INFO O| Dec 20 23:20:21.755 INFO STEP 225 (remove_files) COMPLETE |
5041 | 2024-12-20T23:20:23.293Z | [ recovery-image] Dec 20 23:20:21.755 INFO O| Dec 20 23:20:21.755 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-12-20T23:20:23.305Z | [ recovery-image] Dec 20 23:20:21.770 INFO O| Dec 20 23:20:21.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
5043 | 2024-12-20T23:20:23.305Z | [ recovery-image] Dec 20 23:20:21.770 INFO O| Dec 20 23:20:21.770 INFO STEP 226 (remove_files) COMPLETE |
5044 | 2024-12-20T23:20:23.307Z | [ recovery-image] Dec 20 23:20:21.770 INFO O| Dec 20 23:20:21.770 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-12-20T23:20:23.318Z | [ recovery-image] Dec 20 23:20:21.782 INFO O| Dec 20 23:20:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
5046 | 2024-12-20T23:20:23.318Z | [ recovery-image] Dec 20 23:20:21.782 INFO O| Dec 20 23:20:21.782 INFO STEP 227 (remove_files) COMPLETE |
5047 | 2024-12-20T23:20:23.320Z | [ recovery-image] Dec 20 23:20:21.782 INFO O| Dec 20 23:20:21.782 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-12-20T23:20:23.334Z | [ recovery-image] Dec 20 23:20:21.799 INFO O| Dec 20 23:20:21.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
5049 | 2024-12-20T23:20:23.334Z | [ recovery-image] Dec 20 23:20:21.799 INFO O| Dec 20 23:20:21.799 INFO STEP 228 (remove_files) COMPLETE |
5050 | 2024-12-20T23:20:23.336Z | [ recovery-image] Dec 20 23:20:21.799 INFO O| Dec 20 23:20:21.799 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-12-20T23:20:23.351Z | [ recovery-image] Dec 20 23:20:21.816 INFO O| Dec 20 23:20:21.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
5052 | 2024-12-20T23:20:23.351Z | [ recovery-image] Dec 20 23:20:21.816 INFO O| Dec 20 23:20:21.816 INFO STEP 229 (remove_files) COMPLETE |
5053 | 2024-12-20T23:20:23.351Z | [ recovery-image] Dec 20 23:20:21.816 INFO O| Dec 20 23:20:21.816 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-12-20T23:20:23.368Z | [ recovery-image] Dec 20 23:20:21.833 INFO O| Dec 20 23:20:21.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
5055 | 2024-12-20T23:20:23.370Z | [ recovery-image] Dec 20 23:20:21.833 INFO O| Dec 20 23:20:21.833 INFO STEP 230 (remove_files) COMPLETE |
5056 | 2024-12-20T23:20:23.370Z | [ recovery-image] Dec 20 23:20:21.833 INFO O| Dec 20 23:20:21.833 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-12-20T23:20:23.379Z | [ recovery-image] Dec 20 23:20:21.844 INFO O| Dec 20 23:20:21.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5058 | 2024-12-20T23:20:23.379Z | [ recovery-image] Dec 20 23:20:21.844 INFO O| Dec 20 23:20:21.844 INFO STEP 231 (remove_files) COMPLETE |
5059 | 2024-12-20T23:20:23.380Z | [ recovery-image] Dec 20 23:20:21.844 INFO O| Dec 20 23:20:21.844 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-12-20T23:20:23.392Z | [ recovery-image] Dec 20 23:20:21.856 INFO O| Dec 20 23:20:21.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5061 | 2024-12-20T23:20:23.392Z | [ recovery-image] Dec 20 23:20:21.856 INFO O| Dec 20 23:20:21.856 INFO STEP 232 (remove_files) COMPLETE |
5062 | 2024-12-20T23:20:23.392Z | [ recovery-image] Dec 20 23:20:21.856 INFO O| Dec 20 23:20:21.856 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-12-20T23:20:23.407Z | [ recovery-image] Dec 20 23:20:21.872 INFO O| Dec 20 23:20:21.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5064 | 2024-12-20T23:20:23.407Z | [ recovery-image] Dec 20 23:20:21.872 INFO O| Dec 20 23:20:21.872 INFO STEP 233 (remove_files) COMPLETE |
5065 | 2024-12-20T23:20:23.407Z | [ recovery-image] Dec 20 23:20:21.872 INFO O| Dec 20 23:20:21.872 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-12-20T23:20:23.424Z | [ recovery-image] Dec 20 23:20:21.889 INFO O| Dec 20 23:20:21.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5067 | 2024-12-20T23:20:23.424Z | [ recovery-image] Dec 20 23:20:21.889 INFO O| Dec 20 23:20:21.889 INFO STEP 234 (remove_files) COMPLETE |
5068 | 2024-12-20T23:20:23.427Z | [ recovery-image] Dec 20 23:20:21.889 INFO O| Dec 20 23:20:21.889 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-12-20T23:20:23.438Z | [ recovery-image] Dec 20 23:20:21.903 INFO O| Dec 20 23:20:21.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5070 | 2024-12-20T23:20:23.438Z | [ recovery-image] Dec 20 23:20:21.903 INFO O| Dec 20 23:20:21.903 INFO STEP 235 (remove_files) COMPLETE |
5071 | 2024-12-20T23:20:23.438Z | [ recovery-image] Dec 20 23:20:21.903 INFO O| Dec 20 23:20:21.903 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-12-20T23:20:23.453Z | [ recovery-image] Dec 20 23:20:21.918 INFO O| Dec 20 23:20:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5073 | 2024-12-20T23:20:23.453Z | [ recovery-image] Dec 20 23:20:21.918 INFO O| Dec 20 23:20:21.918 INFO STEP 236 (remove_files) COMPLETE |
5074 | 2024-12-20T23:20:23.455Z | [ recovery-image] Dec 20 23:20:21.918 INFO O| Dec 20 23:20:21.918 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-12-20T23:20:23.466Z | [ recovery-image] Dec 20 23:20:21.931 INFO O| Dec 20 23:20:21.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5076 | 2024-12-20T23:20:23.466Z | [ recovery-image] Dec 20 23:20:21.931 INFO O| Dec 20 23:20:21.931 INFO STEP 237 (remove_files) COMPLETE |
5077 | 2024-12-20T23:20:23.466Z | [ recovery-image] Dec 20 23:20:21.931 INFO O| Dec 20 23:20:21.931 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-12-20T23:20:23.479Z | [ recovery-image] Dec 20 23:20:21.944 INFO O| Dec 20 23:20:21.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5079 | 2024-12-20T23:20:23.480Z | [ recovery-image] Dec 20 23:20:21.944 INFO O| Dec 20 23:20:21.944 INFO STEP 238 (remove_files) COMPLETE |
5080 | 2024-12-20T23:20:23.480Z | [ recovery-image] Dec 20 23:20:21.944 INFO O| Dec 20 23:20:21.944 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-12-20T23:20:23.493Z | [ recovery-image] Dec 20 23:20:21.957 INFO O| Dec 20 23:20:21.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5082 | 2024-12-20T23:20:23.493Z | [ recovery-image] Dec 20 23:20:21.957 INFO O| Dec 20 23:20:21.957 INFO STEP 239 (remove_files) COMPLETE |
5083 | 2024-12-20T23:20:23.493Z | [ recovery-image] Dec 20 23:20:21.957 INFO O| Dec 20 23:20:21.957 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-12-20T23:20:23.509Z | [ recovery-image] Dec 20 23:20:21.974 INFO O| Dec 20 23:20:21.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5085 | 2024-12-20T23:20:23.509Z | [ recovery-image] Dec 20 23:20:21.974 INFO O| Dec 20 23:20:21.974 INFO STEP 240 (remove_files) COMPLETE |
5086 | 2024-12-20T23:20:23.511Z | [ recovery-image] Dec 20 23:20:21.974 INFO O| Dec 20 23:20:21.974 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-12-20T23:20:23.522Z | [ recovery-image] Dec 20 23:20:21.987 INFO O| Dec 20 23:20:21.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5088 | 2024-12-20T23:20:23.522Z | [ recovery-image] Dec 20 23:20:21.987 INFO O| Dec 20 23:20:21.987 INFO STEP 241 (remove_files) COMPLETE |
5089 | 2024-12-20T23:20:23.522Z | [ recovery-image] Dec 20 23:20:21.987 INFO O| Dec 20 23:20:21.987 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-12-20T23:20:23.534Z | [ recovery-image] Dec 20 23:20:21.999 INFO O| Dec 20 23:20:21.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5091 | 2024-12-20T23:20:23.534Z | [ recovery-image] Dec 20 23:20:21.999 INFO O| Dec 20 23:20:21.999 INFO STEP 242 (remove_files) COMPLETE |
5092 | 2024-12-20T23:20:23.534Z | [ recovery-image] Dec 20 23:20:21.999 INFO O| Dec 20 23:20:21.999 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-12-20T23:20:23.548Z | [ recovery-image] Dec 20 23:20:22.013 INFO O| Dec 20 23:20:22.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5094 | 2024-12-20T23:20:23.548Z | [ recovery-image] Dec 20 23:20:22.013 INFO O| Dec 20 23:20:22.013 INFO STEP 243 (remove_files) COMPLETE |
5095 | 2024-12-20T23:20:23.548Z | [ recovery-image] Dec 20 23:20:22.013 INFO O| Dec 20 23:20:22.013 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-12-20T23:20:23.570Z | [ recovery-image] Dec 20 23:20:22.035 INFO O| Dec 20 23:20:22.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5097 | 2024-12-20T23:20:23.573Z | [ recovery-image] Dec 20 23:20:22.035 INFO O| Dec 20 23:20:22.035 INFO STEP 244 (remove_files) COMPLETE |
5098 | 2024-12-20T23:20:23.573Z | [ recovery-image] Dec 20 23:20:22.035 INFO O| Dec 20 23:20:22.035 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-12-20T23:20:23.587Z | [ recovery-image] Dec 20 23:20:22.052 INFO O| Dec 20 23:20:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5100 | 2024-12-20T23:20:23.587Z | [ recovery-image] Dec 20 23:20:22.052 INFO O| Dec 20 23:20:22.052 INFO STEP 245 (remove_files) COMPLETE |
5101 | 2024-12-20T23:20:23.587Z | [ recovery-image] Dec 20 23:20:22.052 INFO O| Dec 20 23:20:22.052 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-12-20T23:20:23.600Z | [ recovery-image] Dec 20 23:20:22.064 INFO O| Dec 20 23:20:22.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5103 | 2024-12-20T23:20:23.600Z | [ recovery-image] Dec 20 23:20:22.064 INFO O| Dec 20 23:20:22.064 INFO STEP 246 (remove_files) COMPLETE |
5104 | 2024-12-20T23:20:23.600Z | [ recovery-image] Dec 20 23:20:22.064 INFO O| Dec 20 23:20:22.064 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-12-20T23:20:23.614Z | [ recovery-image] Dec 20 23:20:22.078 INFO O| Dec 20 23:20:22.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5106 | 2024-12-20T23:20:23.614Z | [ recovery-image] Dec 20 23:20:22.079 INFO O| Dec 20 23:20:22.079 INFO STEP 247 (remove_files) COMPLETE |
5107 | 2024-12-20T23:20:23.614Z | [ recovery-image] Dec 20 23:20:22.079 INFO O| Dec 20 23:20:22.079 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-12-20T23:20:23.627Z | [ recovery-image] Dec 20 23:20:22.092 INFO O| Dec 20 23:20:22.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5109 | 2024-12-20T23:20:23.628Z | [ recovery-image] Dec 20 23:20:22.092 INFO O| Dec 20 23:20:22.092 INFO STEP 248 (remove_files) COMPLETE |
5110 | 2024-12-20T23:20:23.631Z | [ recovery-image] Dec 20 23:20:22.092 INFO O| Dec 20 23:20:22.092 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-12-20T23:20:23.645Z | [ recovery-image] Dec 20 23:20:22.110 INFO O| Dec 20 23:20:22.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5112 | 2024-12-20T23:20:23.648Z | [ recovery-image] Dec 20 23:20:22.110 INFO O| Dec 20 23:20:22.110 INFO STEP 249 (remove_files) COMPLETE |
5113 | 2024-12-20T23:20:23.648Z | [ recovery-image] Dec 20 23:20:22.111 INFO O| Dec 20 23:20:22.110 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-12-20T23:20:23.658Z | [ recovery-image] Dec 20 23:20:22.123 INFO O| Dec 20 23:20:22.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5115 | 2024-12-20T23:20:23.658Z | [ recovery-image] Dec 20 23:20:22.123 INFO O| Dec 20 23:20:22.123 INFO STEP 250 (remove_files) COMPLETE |
5116 | 2024-12-20T23:20:23.661Z | [ recovery-image] Dec 20 23:20:22.123 INFO O| Dec 20 23:20:22.123 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-12-20T23:20:23.673Z | [ recovery-image] Dec 20 23:20:22.137 INFO O| Dec 20 23:20:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5118 | 2024-12-20T23:20:23.673Z | [ recovery-image] Dec 20 23:20:22.137 INFO O| Dec 20 23:20:22.137 INFO STEP 251 (remove_files) COMPLETE |
5119 | 2024-12-20T23:20:23.673Z | [ recovery-image] Dec 20 23:20:22.137 INFO O| Dec 20 23:20:22.137 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-12-20T23:20:23.690Z | [ recovery-image] Dec 20 23:20:22.154 INFO O| Dec 20 23:20:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5121 | 2024-12-20T23:20:23.690Z | [ recovery-image] Dec 20 23:20:22.155 INFO O| Dec 20 23:20:22.155 INFO STEP 252 (remove_files) COMPLETE |
5122 | 2024-12-20T23:20:23.693Z | [ recovery-image] Dec 20 23:20:22.155 INFO O| Dec 20 23:20:22.155 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-12-20T23:20:23.705Z | [ recovery-image] Dec 20 23:20:22.170 INFO O| Dec 20 23:20:22.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5124 | 2024-12-20T23:20:23.705Z | [ recovery-image] Dec 20 23:20:22.170 INFO O| Dec 20 23:20:22.170 INFO STEP 253 (remove_files) COMPLETE |
5125 | 2024-12-20T23:20:23.705Z | [ recovery-image] Dec 20 23:20:22.170 INFO O| Dec 20 23:20:22.170 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-12-20T23:20:23.719Z | [ recovery-image] Dec 20 23:20:22.184 INFO O| Dec 20 23:20:22.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5127 | 2024-12-20T23:20:23.720Z | [ recovery-image] Dec 20 23:20:22.184 INFO O| Dec 20 23:20:22.184 INFO STEP 254 (remove_files) COMPLETE |
5128 | 2024-12-20T23:20:23.720Z | [ recovery-image] Dec 20 23:20:22.184 INFO O| Dec 20 23:20:22.184 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-12-20T23:20:23.732Z | [ recovery-image] Dec 20 23:20:22.196 INFO O| Dec 20 23:20:22.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5130 | 2024-12-20T23:20:23.732Z | [ recovery-image] Dec 20 23:20:22.196 INFO O| Dec 20 23:20:22.196 INFO STEP 255 (remove_files) COMPLETE |
5131 | 2024-12-20T23:20:23.732Z | [ recovery-image] Dec 20 23:20:22.196 INFO O| Dec 20 23:20:22.196 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-12-20T23:20:23.744Z | [ recovery-image] Dec 20 23:20:22.208 INFO O| Dec 20 23:20:22.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5133 | 2024-12-20T23:20:23.744Z | [ recovery-image] Dec 20 23:20:22.208 INFO O| Dec 20 23:20:22.208 INFO STEP 256 (remove_files) COMPLETE |
5134 | 2024-12-20T23:20:23.744Z | [ recovery-image] Dec 20 23:20:22.208 INFO O| Dec 20 23:20:22.208 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-12-20T23:20:23.755Z | [ recovery-image] Dec 20 23:20:22.219 INFO O| Dec 20 23:20:22.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5136 | 2024-12-20T23:20:23.755Z | [ recovery-image] Dec 20 23:20:22.220 INFO O| Dec 20 23:20:22.220 INFO STEP 257 (remove_files) COMPLETE |
5137 | 2024-12-20T23:20:23.755Z | [ recovery-image] Dec 20 23:20:22.220 INFO O| Dec 20 23:20:22.220 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-12-20T23:20:23.766Z | [ recovery-image] Dec 20 23:20:22.231 INFO O| Dec 20 23:20:22.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5139 | 2024-12-20T23:20:23.766Z | [ recovery-image] Dec 20 23:20:22.231 INFO O| Dec 20 23:20:22.231 INFO STEP 258 (remove_files) COMPLETE |
5140 | 2024-12-20T23:20:23.766Z | [ recovery-image] Dec 20 23:20:22.231 INFO O| Dec 20 23:20:22.231 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-12-20T23:20:23.780Z | [ recovery-image] Dec 20 23:20:22.245 INFO O| Dec 20 23:20:22.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5142 | 2024-12-20T23:20:23.780Z | [ recovery-image] Dec 20 23:20:22.245 INFO O| Dec 20 23:20:22.245 INFO STEP 259 (remove_files) COMPLETE |
5143 | 2024-12-20T23:20:23.780Z | [ recovery-image] Dec 20 23:20:22.245 INFO O| Dec 20 23:20:22.245 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-12-20T23:20:23.791Z | [ recovery-image] Dec 20 23:20:22.256 INFO O| Dec 20 23:20:22.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5145 | 2024-12-20T23:20:23.794Z | [ recovery-image] Dec 20 23:20:22.256 INFO O| Dec 20 23:20:22.256 INFO STEP 260 (remove_files) COMPLETE |
5146 | 2024-12-20T23:20:23.794Z | [ recovery-image] Dec 20 23:20:22.256 INFO O| Dec 20 23:20:22.256 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-12-20T23:20:23.802Z | [ recovery-image] Dec 20 23:20:22.267 INFO O| Dec 20 23:20:22.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5148 | 2024-12-20T23:20:23.802Z | [ recovery-image] Dec 20 23:20:22.267 INFO O| Dec 20 23:20:22.267 INFO STEP 261 (remove_files) COMPLETE |
5149 | 2024-12-20T23:20:23.803Z | [ recovery-image] Dec 20 23:20:22.267 INFO O| Dec 20 23:20:22.267 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-12-20T23:20:23.814Z | [ recovery-image] Dec 20 23:20:22.278 INFO O| Dec 20 23:20:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5151 | 2024-12-20T23:20:23.814Z | [ recovery-image] Dec 20 23:20:22.279 INFO O| Dec 20 23:20:22.278 INFO STEP 262 (remove_files) COMPLETE |
5152 | 2024-12-20T23:20:23.816Z | [ recovery-image] Dec 20 23:20:22.279 INFO O| Dec 20 23:20:22.278 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-12-20T23:20:23.824Z | [ recovery-image] Dec 20 23:20:22.289 INFO O| Dec 20 23:20:22.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5154 | 2024-12-20T23:20:23.824Z | [ recovery-image] Dec 20 23:20:22.289 INFO O| Dec 20 23:20:22.289 INFO STEP 263 (remove_files) COMPLETE |
5155 | 2024-12-20T23:20:23.826Z | [ recovery-image] Dec 20 23:20:22.289 INFO O| Dec 20 23:20:22.289 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-12-20T23:20:23.835Z | [ recovery-image] Dec 20 23:20:22.300 INFO O| Dec 20 23:20:22.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5157 | 2024-12-20T23:20:23.836Z | [ recovery-image] Dec 20 23:20:22.300 INFO O| Dec 20 23:20:22.300 INFO STEP 264 (remove_files) COMPLETE |
5158 | 2024-12-20T23:20:23.836Z | [ recovery-image] Dec 20 23:20:22.300 INFO O| Dec 20 23:20:22.300 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-12-20T23:20:23.847Z | [ recovery-image] Dec 20 23:20:22.312 INFO O| Dec 20 23:20:22.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5160 | 2024-12-20T23:20:23.847Z | [ recovery-image] Dec 20 23:20:22.312 INFO O| Dec 20 23:20:22.312 INFO STEP 265 (remove_files) COMPLETE |
5161 | 2024-12-20T23:20:23.847Z | [ recovery-image] Dec 20 23:20:22.312 INFO O| Dec 20 23:20:22.312 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-12-20T23:20:23.859Z | [ recovery-image] Dec 20 23:20:22.323 INFO O| Dec 20 23:20:22.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5163 | 2024-12-20T23:20:23.859Z | [ recovery-image] Dec 20 23:20:22.324 INFO O| Dec 20 23:20:22.323 INFO STEP 266 (remove_files) COMPLETE |
5164 | 2024-12-20T23:20:23.861Z | [ recovery-image] Dec 20 23:20:22.324 INFO O| Dec 20 23:20:22.324 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-12-20T23:20:23.870Z | [ recovery-image] Dec 20 23:20:22.334 INFO O| Dec 20 23:20:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5166 | 2024-12-20T23:20:23.870Z | [ recovery-image] Dec 20 23:20:22.334 INFO O| Dec 20 23:20:22.334 INFO STEP 267 (remove_files) COMPLETE |
5167 | 2024-12-20T23:20:23.870Z | [ recovery-image] Dec 20 23:20:22.334 INFO O| Dec 20 23:20:22.334 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-12-20T23:20:23.882Z | [ recovery-image] Dec 20 23:20:22.346 INFO O| Dec 20 23:20:22.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5169 | 2024-12-20T23:20:23.882Z | [ recovery-image] Dec 20 23:20:22.346 INFO O| Dec 20 23:20:22.346 INFO STEP 268 (remove_files) COMPLETE |
5170 | 2024-12-20T23:20:23.882Z | [ recovery-image] Dec 20 23:20:22.346 INFO O| Dec 20 23:20:22.346 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-12-20T23:20:23.896Z | [ recovery-image] Dec 20 23:20:22.360 INFO O| Dec 20 23:20:22.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5172 | 2024-12-20T23:20:23.896Z | [ recovery-image] Dec 20 23:20:22.360 INFO O| Dec 20 23:20:22.360 INFO STEP 269 (remove_files) COMPLETE |
5173 | 2024-12-20T23:20:23.896Z | [ recovery-image] Dec 20 23:20:22.360 INFO O| Dec 20 23:20:22.360 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-12-20T23:20:23.909Z | [ recovery-image] Dec 20 23:20:22.374 INFO O| Dec 20 23:20:22.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5175 | 2024-12-20T23:20:23.909Z | [ recovery-image] Dec 20 23:20:22.374 INFO O| Dec 20 23:20:22.374 INFO STEP 270 (remove_files) COMPLETE |
5176 | 2024-12-20T23:20:23.912Z | [ recovery-image] Dec 20 23:20:22.374 INFO O| Dec 20 23:20:22.374 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-12-20T23:20:23.922Z | [ recovery-image] Dec 20 23:20:22.386 INFO O| Dec 20 23:20:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5178 | 2024-12-20T23:20:23.922Z | [ recovery-image] Dec 20 23:20:22.387 INFO O| Dec 20 23:20:22.387 INFO STEP 271 (remove_files) COMPLETE |
5179 | 2024-12-20T23:20:23.922Z | [ recovery-image] Dec 20 23:20:22.387 INFO O| Dec 20 23:20:22.387 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-12-20T23:20:23.933Z | [ recovery-image] Dec 20 23:20:22.398 INFO O| Dec 20 23:20:22.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5181 | 2024-12-20T23:20:23.936Z | [ recovery-image] Dec 20 23:20:22.399 INFO O| Dec 20 23:20:22.399 INFO STEP 272 (remove_files) COMPLETE |
5182 | 2024-12-20T23:20:23.936Z | [ recovery-image] Dec 20 23:20:22.399 INFO O| Dec 20 23:20:22.399 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-12-20T23:20:23.946Z | [ recovery-image] Dec 20 23:20:22.410 INFO O| Dec 20 23:20:22.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5184 | 2024-12-20T23:20:23.948Z | [ recovery-image] Dec 20 23:20:22.410 INFO O| Dec 20 23:20:22.410 INFO STEP 273 (remove_files) COMPLETE |
5185 | 2024-12-20T23:20:23.948Z | [ recovery-image] Dec 20 23:20:22.410 INFO O| Dec 20 23:20:22.410 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-12-20T23:20:23.957Z | [ recovery-image] Dec 20 23:20:22.422 INFO O| Dec 20 23:20:22.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5187 | 2024-12-20T23:20:23.957Z | [ recovery-image] Dec 20 23:20:22.422 INFO O| Dec 20 23:20:22.422 INFO STEP 274 (remove_files) COMPLETE |
5188 | 2024-12-20T23:20:23.959Z | [ recovery-image] Dec 20 23:20:22.422 INFO O| Dec 20 23:20:22.422 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-12-20T23:20:23.969Z | [ recovery-image] Dec 20 23:20:22.433 INFO O| Dec 20 23:20:22.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5190 | 2024-12-20T23:20:23.969Z | [ recovery-image] Dec 20 23:20:22.433 INFO O| Dec 20 23:20:22.433 INFO STEP 275 (remove_files) COMPLETE |
5191 | 2024-12-20T23:20:23.971Z | [ recovery-image] Dec 20 23:20:22.434 INFO O| Dec 20 23:20:22.433 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-12-20T23:20:23.981Z | [ recovery-image] Dec 20 23:20:22.445 INFO O| Dec 20 23:20:22.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5193 | 2024-12-20T23:20:23.985Z | [ recovery-image] Dec 20 23:20:22.446 INFO O| Dec 20 23:20:22.445 INFO STEP 276 (remove_files) COMPLETE |
5194 | 2024-12-20T23:20:23.986Z | [ recovery-image] Dec 20 23:20:22.446 INFO O| Dec 20 23:20:22.445 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-12-20T23:20:23.993Z | [ recovery-image] Dec 20 23:20:22.457 INFO O| Dec 20 23:20:22.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5196 | 2024-12-20T23:20:23.993Z | [ recovery-image] Dec 20 23:20:22.457 INFO O| Dec 20 23:20:22.457 INFO STEP 277 (remove_files) COMPLETE |
5197 | 2024-12-20T23:20:23.995Z | [ recovery-image] Dec 20 23:20:22.457 INFO O| Dec 20 23:20:22.457 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-12-20T23:20:24.006Z | [ recovery-image] Dec 20 23:20:22.469 INFO O| Dec 20 23:20:22.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5199 | 2024-12-20T23:20:24.006Z | [ recovery-image] Dec 20 23:20:22.469 INFO O| Dec 20 23:20:22.469 INFO STEP 278 (remove_files) COMPLETE |
5200 | 2024-12-20T23:20:24.009Z | [ recovery-image] Dec 20 23:20:22.469 INFO O| Dec 20 23:20:22.469 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-12-20T23:20:24.015Z | [ recovery-image] Dec 20 23:20:22.480 INFO O| Dec 20 23:20:22.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5202 | 2024-12-20T23:20:24.018Z | [ recovery-image] Dec 20 23:20:22.480 INFO O| Dec 20 23:20:22.480 INFO STEP 279 (remove_files) COMPLETE |
5203 | 2024-12-20T23:20:24.018Z | [ recovery-image] Dec 20 23:20:22.480 INFO O| Dec 20 23:20:22.480 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-12-20T23:20:24.027Z | [ recovery-image] Dec 20 23:20:22.491 INFO O| Dec 20 23:20:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5205 | 2024-12-20T23:20:24.027Z | [ recovery-image] Dec 20 23:20:22.491 INFO O| Dec 20 23:20:22.491 INFO STEP 280 (remove_files) COMPLETE |
5206 | 2024-12-20T23:20:24.027Z | [ recovery-image] Dec 20 23:20:22.491 INFO O| Dec 20 23:20:22.491 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-12-20T23:20:24.038Z | [ recovery-image] Dec 20 23:20:22.503 INFO O| Dec 20 23:20:22.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5208 | 2024-12-20T23:20:24.038Z | [ recovery-image] Dec 20 23:20:22.503 INFO O| Dec 20 23:20:22.503 INFO STEP 281 (remove_files) COMPLETE |
5209 | 2024-12-20T23:20:24.038Z | [ recovery-image] Dec 20 23:20:22.503 INFO O| Dec 20 23:20:22.503 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-12-20T23:20:24.049Z | [ recovery-image] Dec 20 23:20:22.514 INFO O| Dec 20 23:20:22.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5211 | 2024-12-20T23:20:24.049Z | [ recovery-image] Dec 20 23:20:22.514 INFO O| Dec 20 23:20:22.514 INFO STEP 282 (remove_files) COMPLETE |
5212 | 2024-12-20T23:20:24.052Z | [ recovery-image] Dec 20 23:20:22.514 INFO O| Dec 20 23:20:22.514 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-12-20T23:20:24.062Z | [ recovery-image] Dec 20 23:20:22.527 INFO O| Dec 20 23:20:22.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5214 | 2024-12-20T23:20:24.062Z | [ recovery-image] Dec 20 23:20:22.527 INFO O| Dec 20 23:20:22.527 INFO STEP 283 (remove_files) COMPLETE |
5215 | 2024-12-20T23:20:24.062Z | [ recovery-image] Dec 20 23:20:22.527 INFO O| Dec 20 23:20:22.527 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-12-20T23:20:24.084Z | [ recovery-image] Dec 20 23:20:22.549 INFO O| Dec 20 23:20:22.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5217 | 2024-12-20T23:20:24.084Z | [ recovery-image] Dec 20 23:20:22.549 INFO O| Dec 20 23:20:22.549 INFO STEP 284 (remove_files) COMPLETE |
5218 | 2024-12-20T23:20:24.084Z | [ recovery-image] Dec 20 23:20:22.549 INFO O| Dec 20 23:20:22.549 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-12-20T23:20:24.098Z | [ recovery-image] Dec 20 23:20:22.563 INFO O| Dec 20 23:20:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5220 | 2024-12-20T23:20:24.101Z | [ recovery-image] Dec 20 23:20:22.564 INFO O| Dec 20 23:20:22.564 INFO STEP 285 (remove_files) COMPLETE |
5221 | 2024-12-20T23:20:24.101Z | [ recovery-image] Dec 20 23:20:22.564 INFO O| Dec 20 23:20:22.564 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-12-20T23:20:24.113Z | [ recovery-image] Dec 20 23:20:22.578 INFO O| Dec 20 23:20:22.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5223 | 2024-12-20T23:20:24.113Z | [ recovery-image] Dec 20 23:20:22.578 INFO O| Dec 20 23:20:22.578 INFO STEP 286 (remove_files) COMPLETE |
5224 | 2024-12-20T23:20:24.116Z | [ recovery-image] Dec 20 23:20:22.578 INFO O| Dec 20 23:20:22.578 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-12-20T23:20:24.127Z | [ recovery-image] Dec 20 23:20:22.591 INFO O| Dec 20 23:20:22.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5226 | 2024-12-20T23:20:24.127Z | [ recovery-image] Dec 20 23:20:22.592 INFO O| Dec 20 23:20:22.592 INFO STEP 287 (remove_files) COMPLETE |
5227 | 2024-12-20T23:20:24.127Z | [ recovery-image] Dec 20 23:20:22.592 INFO O| Dec 20 23:20:22.592 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-12-20T23:20:24.145Z | [ recovery-image] Dec 20 23:20:22.605 INFO O| Dec 20 23:20:22.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5229 | 2024-12-20T23:20:24.145Z | [ recovery-image] Dec 20 23:20:22.605 INFO O| Dec 20 23:20:22.605 INFO STEP 288 (remove_files) COMPLETE |
5230 | 2024-12-20T23:20:24.145Z | [ recovery-image] Dec 20 23:20:22.605 INFO O| Dec 20 23:20:22.605 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-12-20T23:20:24.156Z | [ recovery-image] Dec 20 23:20:22.619 INFO O| Dec 20 23:20:22.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5232 | 2024-12-20T23:20:24.156Z | [ recovery-image] Dec 20 23:20:22.620 INFO O| Dec 20 23:20:22.620 INFO STEP 289 (remove_files) COMPLETE |
5233 | 2024-12-20T23:20:24.156Z | [ recovery-image] Dec 20 23:20:22.620 INFO O| Dec 20 23:20:22.620 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-12-20T23:20:24.172Z | [ recovery-image] Dec 20 23:20:22.637 INFO O| Dec 20 23:20:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5235 | 2024-12-20T23:20:24.172Z | [ recovery-image] Dec 20 23:20:22.637 INFO O| Dec 20 23:20:22.637 INFO STEP 290 (remove_files) COMPLETE |
5236 | 2024-12-20T23:20:24.174Z | [ recovery-image] Dec 20 23:20:22.637 INFO O| Dec 20 23:20:22.637 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-12-20T23:20:24.188Z | [ recovery-image] Dec 20 23:20:22.652 INFO O| Dec 20 23:20:22.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5238 | 2024-12-20T23:20:24.191Z | [ recovery-image] Dec 20 23:20:22.653 INFO O| Dec 20 23:20:22.653 INFO STEP 291 (remove_files) COMPLETE |
5239 | 2024-12-20T23:20:24.191Z | [ recovery-image] Dec 20 23:20:22.653 INFO O| Dec 20 23:20:22.653 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-12-20T23:20:24.208Z | [ recovery-image] Dec 20 23:20:22.672 INFO O| Dec 20 23:20:22.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5241 | 2024-12-20T23:20:24.208Z | [ recovery-image] Dec 20 23:20:22.672 INFO O| Dec 20 23:20:22.672 INFO STEP 292 (remove_files) COMPLETE |
5242 | 2024-12-20T23:20:24.211Z | [ recovery-image] Dec 20 23:20:22.672 INFO O| Dec 20 23:20:22.672 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-12-20T23:20:24.223Z | [ recovery-image] Dec 20 23:20:22.688 INFO O| Dec 20 23:20:22.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5244 | 2024-12-20T23:20:24.226Z | [ recovery-image] Dec 20 23:20:22.688 INFO O| Dec 20 23:20:22.688 INFO STEP 293 (remove_files) COMPLETE |
5245 | 2024-12-20T23:20:24.226Z | [ recovery-image] Dec 20 23:20:22.688 INFO O| Dec 20 23:20:22.688 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-12-20T23:20:24.238Z | [ recovery-image] Dec 20 23:20:22.703 INFO O| Dec 20 23:20:22.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5247 | 2024-12-20T23:20:24.239Z | [ recovery-image] Dec 20 23:20:22.703 INFO O| Dec 20 23:20:22.703 INFO STEP 294 (remove_files) COMPLETE |
5248 | 2024-12-20T23:20:24.239Z | [ recovery-image] Dec 20 23:20:22.703 INFO O| Dec 20 23:20:22.703 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-12-20T23:20:24.253Z | [ recovery-image] Dec 20 23:20:22.718 INFO O| Dec 20 23:20:22.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5250 | 2024-12-20T23:20:24.253Z | [ recovery-image] Dec 20 23:20:22.718 INFO O| Dec 20 23:20:22.718 INFO STEP 295 (remove_files) COMPLETE |
5251 | 2024-12-20T23:20:24.255Z | [ recovery-image] Dec 20 23:20:22.718 INFO O| Dec 20 23:20:22.718 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-12-20T23:20:24.276Z | [ recovery-image] Dec 20 23:20:22.739 INFO O| Dec 20 23:20:22.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5253 | 2024-12-20T23:20:24.276Z | [ recovery-image] Dec 20 23:20:22.739 INFO O| Dec 20 23:20:22.739 INFO STEP 296 (remove_files) COMPLETE |
5254 | 2024-12-20T23:20:24.276Z | [ recovery-image] Dec 20 23:20:22.739 INFO O| Dec 20 23:20:22.739 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-12-20T23:20:24.294Z | [ recovery-image] Dec 20 23:20:22.759 INFO O| Dec 20 23:20:22.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5256 | 2024-12-20T23:20:24.294Z | [ recovery-image] Dec 20 23:20:22.759 INFO O| Dec 20 23:20:22.759 INFO STEP 297 (remove_files) COMPLETE |
5257 | 2024-12-20T23:20:24.294Z | [ recovery-image] Dec 20 23:20:22.759 INFO O| Dec 20 23:20:22.759 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-12-20T23:20:24.309Z | [ recovery-image] Dec 20 23:20:22.774 INFO O| Dec 20 23:20:22.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5259 | 2024-12-20T23:20:24.309Z | [ recovery-image] Dec 20 23:20:22.774 INFO O| Dec 20 23:20:22.774 INFO STEP 298 (remove_files) COMPLETE |
5260 | 2024-12-20T23:20:24.312Z | [ recovery-image] Dec 20 23:20:22.774 INFO O| Dec 20 23:20:22.774 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-12-20T23:20:24.325Z | [ recovery-image] Dec 20 23:20:22.790 INFO O| Dec 20 23:20:22.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5262 | 2024-12-20T23:20:24.325Z | [ recovery-image] Dec 20 23:20:22.790 INFO O| Dec 20 23:20:22.790 INFO STEP 299 (remove_files) COMPLETE |
5263 | 2024-12-20T23:20:24.327Z | [ recovery-image] Dec 20 23:20:22.790 INFO O| Dec 20 23:20:22.790 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-12-20T23:20:24.343Z | [ recovery-image] Dec 20 23:20:22.808 INFO O| Dec 20 23:20:22.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5265 | 2024-12-20T23:20:24.343Z | [ recovery-image] Dec 20 23:20:22.808 INFO O| Dec 20 23:20:22.808 INFO STEP 300 (remove_files) COMPLETE |
5266 | 2024-12-20T23:20:24.345Z | [ recovery-image] Dec 20 23:20:22.808 INFO O| Dec 20 23:20:22.808 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-12-20T23:20:24.360Z | [ recovery-image] Dec 20 23:20:22.825 INFO O| Dec 20 23:20:22.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5268 | 2024-12-20T23:20:24.360Z | [ recovery-image] Dec 20 23:20:22.825 INFO O| Dec 20 23:20:22.825 INFO STEP 301 (remove_files) COMPLETE |
5269 | 2024-12-20T23:20:24.363Z | [ recovery-image] Dec 20 23:20:22.825 INFO O| Dec 20 23:20:22.825 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-12-20T23:20:24.373Z | [ recovery-image] Dec 20 23:20:22.837 INFO O| Dec 20 23:20:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5271 | 2024-12-20T23:20:24.373Z | [ recovery-image] Dec 20 23:20:22.838 INFO O| Dec 20 23:20:22.837 INFO STEP 302 (remove_files) COMPLETE |
5272 | 2024-12-20T23:20:24.373Z | [ recovery-image] Dec 20 23:20:22.838 INFO O| Dec 20 23:20:22.837 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-12-20T23:20:24.384Z | [ recovery-image] Dec 20 23:20:22.849 INFO O| Dec 20 23:20:22.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5274 | 2024-12-20T23:20:24.384Z | [ recovery-image] Dec 20 23:20:22.849 INFO O| Dec 20 23:20:22.849 INFO STEP 303 (remove_files) COMPLETE |
5275 | 2024-12-20T23:20:24.384Z | [ recovery-image] Dec 20 23:20:22.849 INFO O| Dec 20 23:20:22.849 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-12-20T23:20:24.399Z | [ recovery-image] Dec 20 23:20:22.863 INFO O| Dec 20 23:20:22.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5277 | 2024-12-20T23:20:24.399Z | [ recovery-image] Dec 20 23:20:22.863 INFO O| Dec 20 23:20:22.863 INFO STEP 304 (remove_files) COMPLETE |
5278 | 2024-12-20T23:20:24.399Z | [ recovery-image] Dec 20 23:20:22.864 INFO O| Dec 20 23:20:22.863 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-12-20T23:20:24.435Z | [ recovery-image] Dec 20 23:20:22.875 INFO O| Dec 20 23:20:22.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5280 | 2024-12-20T23:20:24.435Z | [ recovery-image] Dec 20 23:20:22.876 INFO O| Dec 20 23:20:22.875 INFO STEP 305 (remove_files) COMPLETE |
5281 | 2024-12-20T23:20:24.437Z | [ recovery-image] Dec 20 23:20:22.876 INFO O| Dec 20 23:20:22.875 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-12-20T23:20:24.437Z | [ recovery-image] Dec 20 23:20:22.891 INFO O| Dec 20 23:20:22.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5283 | 2024-12-20T23:20:24.437Z | [ recovery-image] Dec 20 23:20:22.891 INFO O| Dec 20 23:20:22.891 INFO STEP 306 (remove_files) COMPLETE |
5284 | 2024-12-20T23:20:24.437Z | [ recovery-image] Dec 20 23:20:22.891 INFO O| Dec 20 23:20:22.891 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-12-20T23:20:24.442Z | [ recovery-image] Dec 20 23:20:22.907 INFO O| Dec 20 23:20:22.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5286 | 2024-12-20T23:20:24.442Z | [ recovery-image] Dec 20 23:20:22.907 INFO O| Dec 20 23:20:22.907 INFO STEP 307 (remove_files) COMPLETE |
5287 | 2024-12-20T23:20:24.445Z | [ recovery-image] Dec 20 23:20:22.907 INFO O| Dec 20 23:20:22.907 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-12-20T23:20:24.455Z | [ recovery-image] Dec 20 23:20:22.919 INFO O| Dec 20 23:20:22.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5289 | 2024-12-20T23:20:24.455Z | [ recovery-image] Dec 20 23:20:22.919 INFO O| Dec 20 23:20:22.919 INFO STEP 308 (remove_files) COMPLETE |
5290 | 2024-12-20T23:20:24.455Z | [ recovery-image] Dec 20 23:20:22.919 INFO O| Dec 20 23:20:22.919 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-12-20T23:20:24.467Z | [ recovery-image] Dec 20 23:20:22.931 INFO O| Dec 20 23:20:22.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5292 | 2024-12-20T23:20:24.467Z | [ recovery-image] Dec 20 23:20:22.931 INFO O| Dec 20 23:20:22.931 INFO STEP 309 (remove_files) COMPLETE |
5293 | 2024-12-20T23:20:24.469Z | [ recovery-image] Dec 20 23:20:22.931 INFO O| Dec 20 23:20:22.931 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-12-20T23:20:24.478Z | [ recovery-image] Dec 20 23:20:22.943 INFO O| Dec 20 23:20:22.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5295 | 2024-12-20T23:20:24.481Z | [ recovery-image] Dec 20 23:20:22.943 INFO O| Dec 20 23:20:22.943 INFO STEP 310 (remove_files) COMPLETE |
5296 | 2024-12-20T23:20:24.481Z | [ recovery-image] Dec 20 23:20:22.943 INFO O| Dec 20 23:20:22.943 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-12-20T23:20:24.491Z | [ recovery-image] Dec 20 23:20:22.955 INFO O| Dec 20 23:20:22.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5298 | 2024-12-20T23:20:24.491Z | [ recovery-image] Dec 20 23:20:22.955 INFO O| Dec 20 23:20:22.955 INFO STEP 311 (remove_files) COMPLETE |
5299 | 2024-12-20T23:20:24.493Z | [ recovery-image] Dec 20 23:20:22.955 INFO O| Dec 20 23:20:22.955 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-12-20T23:20:24.501Z | [ recovery-image] Dec 20 23:20:22.966 INFO O| Dec 20 23:20:22.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5301 | 2024-12-20T23:20:24.501Z | [ recovery-image] Dec 20 23:20:22.966 INFO O| Dec 20 23:20:22.966 INFO STEP 312 (remove_files) COMPLETE |
5302 | 2024-12-20T23:20:24.501Z | [ recovery-image] Dec 20 23:20:22.966 INFO O| Dec 20 23:20:22.966 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-12-20T23:20:24.513Z | [ recovery-image] Dec 20 23:20:22.976 INFO O| Dec 20 23:20:22.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5304 | 2024-12-20T23:20:24.516Z | [ recovery-image] Dec 20 23:20:22.977 INFO O| Dec 20 23:20:22.976 INFO STEP 313 (remove_files) COMPLETE |
5305 | 2024-12-20T23:20:24.516Z | [ recovery-image] Dec 20 23:20:22.977 INFO O| Dec 20 23:20:22.976 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-12-20T23:20:24.523Z | [ recovery-image] Dec 20 23:20:22.988 INFO O| Dec 20 23:20:22.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5307 | 2024-12-20T23:20:24.523Z | [ recovery-image] Dec 20 23:20:22.988 INFO O| Dec 20 23:20:22.988 INFO STEP 314 (remove_files) COMPLETE |
5308 | 2024-12-20T23:20:24.526Z | [ recovery-image] Dec 20 23:20:22.988 INFO O| Dec 20 23:20:22.988 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-12-20T23:20:24.535Z | [ recovery-image] Dec 20 23:20:22.999 INFO O| Dec 20 23:20:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5310 | 2024-12-20T23:20:24.538Z | [ recovery-image] Dec 20 23:20:22.999 INFO O| Dec 20 23:20:22.999 INFO STEP 315 (remove_files) COMPLETE |
5311 | 2024-12-20T23:20:24.538Z | [ recovery-image] Dec 20 23:20:22.999 INFO O| Dec 20 23:20:22.999 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-12-20T23:20:24.547Z | [ recovery-image] Dec 20 23:20:23.011 INFO O| Dec 20 23:20:23.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5313 | 2024-12-20T23:20:24.547Z | [ recovery-image] Dec 20 23:20:23.011 INFO O| Dec 20 23:20:23.011 INFO STEP 316 (remove_files) COMPLETE |
5314 | 2024-12-20T23:20:24.547Z | [ recovery-image] Dec 20 23:20:23.011 INFO O| Dec 20 23:20:23.011 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-12-20T23:20:24.557Z | [ recovery-image] Dec 20 23:20:23.022 INFO O| Dec 20 23:20:23.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5316 | 2024-12-20T23:20:24.560Z | [ recovery-image] Dec 20 23:20:23.022 INFO O| Dec 20 23:20:23.022 INFO STEP 317 (remove_files) COMPLETE |
5317 | 2024-12-20T23:20:24.560Z | [ recovery-image] Dec 20 23:20:23.022 INFO O| Dec 20 23:20:23.022 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-12-20T23:20:24.568Z | [ recovery-image] Dec 20 23:20:23.032 INFO O| Dec 20 23:20:23.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5319 | 2024-12-20T23:20:24.568Z | [ recovery-image] Dec 20 23:20:23.032 INFO O| Dec 20 23:20:23.032 INFO STEP 318 (remove_files) COMPLETE |
5320 | 2024-12-20T23:20:24.568Z | [ recovery-image] Dec 20 23:20:23.032 INFO O| Dec 20 23:20:23.032 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-12-20T23:20:24.579Z | [ recovery-image] Dec 20 23:20:23.043 INFO O| Dec 20 23:20:23.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5322 | 2024-12-20T23:20:24.579Z | [ recovery-image] Dec 20 23:20:23.043 INFO O| Dec 20 23:20:23.043 INFO STEP 319 (remove_files) COMPLETE |
5323 | 2024-12-20T23:20:24.579Z | [ recovery-image] Dec 20 23:20:23.043 INFO O| Dec 20 23:20:23.043 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-12-20T23:20:24.589Z | [ recovery-image] Dec 20 23:20:23.054 INFO O| Dec 20 23:20:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5325 | 2024-12-20T23:20:24.589Z | [ recovery-image] Dec 20 23:20:23.054 INFO O| Dec 20 23:20:23.054 INFO STEP 320 (remove_files) COMPLETE |
5326 | 2024-12-20T23:20:24.589Z | [ recovery-image] Dec 20 23:20:23.054 INFO O| Dec 20 23:20:23.054 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-12-20T23:20:24.601Z | [ recovery-image] Dec 20 23:20:23.066 INFO O| Dec 20 23:20:23.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5328 | 2024-12-20T23:20:24.601Z | [ recovery-image] Dec 20 23:20:23.066 INFO O| Dec 20 23:20:23.066 INFO STEP 321 (remove_files) COMPLETE |
5329 | 2024-12-20T23:20:24.601Z | [ recovery-image] Dec 20 23:20:23.066 INFO O| Dec 20 23:20:23.066 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-12-20T23:20:24.614Z | [ recovery-image] Dec 20 23:20:23.078 INFO O| Dec 20 23:20:23.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5331 | 2024-12-20T23:20:24.614Z | [ recovery-image] Dec 20 23:20:23.078 INFO O| Dec 20 23:20:23.078 INFO STEP 322 (remove_files) COMPLETE |
5332 | 2024-12-20T23:20:24.616Z | [ recovery-image] Dec 20 23:20:23.078 INFO O| Dec 20 23:20:23.078 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-12-20T23:20:24.628Z | [ recovery-image] Dec 20 23:20:23.090 INFO O| Dec 20 23:20:23.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5334 | 2024-12-20T23:20:24.629Z | [ recovery-image] Dec 20 23:20:23.090 INFO O| Dec 20 23:20:23.090 INFO STEP 323 (remove_files) COMPLETE |
5335 | 2024-12-20T23:20:24.629Z | [ recovery-image] Dec 20 23:20:23.090 INFO O| Dec 20 23:20:23.090 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-12-20T23:20:24.637Z | [ recovery-image] Dec 20 23:20:23.101 INFO O| Dec 20 23:20:23.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5337 | 2024-12-20T23:20:24.637Z | [ recovery-image] Dec 20 23:20:23.101 INFO O| Dec 20 23:20:23.101 INFO STEP 324 (remove_files) COMPLETE |
5338 | 2024-12-20T23:20:24.637Z | [ recovery-image] Dec 20 23:20:23.101 INFO O| Dec 20 23:20:23.101 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-12-20T23:20:24.647Z | [ recovery-image] Dec 20 23:20:23.112 INFO O| Dec 20 23:20:23.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5340 | 2024-12-20T23:20:24.647Z | [ recovery-image] Dec 20 23:20:23.112 INFO O| Dec 20 23:20:23.112 INFO STEP 325 (remove_files) COMPLETE |
5341 | 2024-12-20T23:20:24.647Z | [ recovery-image] Dec 20 23:20:23.112 INFO O| Dec 20 23:20:23.112 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-12-20T23:20:24.659Z | [ recovery-image] Dec 20 23:20:23.124 INFO O| Dec 20 23:20:23.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5343 | 2024-12-20T23:20:24.659Z | [ recovery-image] Dec 20 23:20:23.124 INFO O| Dec 20 23:20:23.124 INFO STEP 326 (remove_files) COMPLETE |
5344 | 2024-12-20T23:20:24.659Z | [ recovery-image] Dec 20 23:20:23.124 INFO O| Dec 20 23:20:23.124 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-12-20T23:20:24.671Z | [ recovery-image] Dec 20 23:20:23.135 INFO O| Dec 20 23:20:23.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5346 | 2024-12-20T23:20:24.671Z | [ recovery-image] Dec 20 23:20:23.135 INFO O| Dec 20 23:20:23.135 INFO STEP 327 (remove_files) COMPLETE |
5347 | 2024-12-20T23:20:24.673Z | [ recovery-image] Dec 20 23:20:23.135 INFO O| Dec 20 23:20:23.135 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-12-20T23:20:24.681Z | [ recovery-image] Dec 20 23:20:23.146 INFO O| Dec 20 23:20:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5349 | 2024-12-20T23:20:24.681Z | [ recovery-image] Dec 20 23:20:23.146 INFO O| Dec 20 23:20:23.146 INFO STEP 328 (remove_files) COMPLETE |
5350 | 2024-12-20T23:20:24.681Z | [ recovery-image] Dec 20 23:20:23.146 INFO O| Dec 20 23:20:23.146 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-12-20T23:20:24.693Z | [ recovery-image] Dec 20 23:20:23.157 INFO O| Dec 20 23:20:23.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5352 | 2024-12-20T23:20:24.693Z | [ recovery-image] Dec 20 23:20:23.157 INFO O| Dec 20 23:20:23.157 INFO STEP 329 (remove_files) COMPLETE |
5353 | 2024-12-20T23:20:24.693Z | [ recovery-image] Dec 20 23:20:23.157 INFO O| Dec 20 23:20:23.157 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-12-20T23:20:24.703Z | [ recovery-image] Dec 20 23:20:23.168 INFO O| Dec 20 23:20:23.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5355 | 2024-12-20T23:20:24.704Z | [ recovery-image] Dec 20 23:20:23.168 INFO O| Dec 20 23:20:23.168 INFO STEP 330 (remove_files) COMPLETE |
5356 | 2024-12-20T23:20:24.704Z | [ recovery-image] Dec 20 23:20:23.168 INFO O| Dec 20 23:20:23.168 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-12-20T23:20:24.715Z | [ recovery-image] Dec 20 23:20:23.179 INFO O| Dec 20 23:20:23.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5358 | 2024-12-20T23:20:24.718Z | [ recovery-image] Dec 20 23:20:23.179 INFO O| Dec 20 23:20:23.179 INFO STEP 331 (remove_files) COMPLETE |
5359 | 2024-12-20T23:20:24.718Z | [ recovery-image] Dec 20 23:20:23.179 INFO O| Dec 20 23:20:23.179 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-12-20T23:20:24.725Z | [ recovery-image] Dec 20 23:20:23.190 INFO O| Dec 20 23:20:23.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5361 | 2024-12-20T23:20:24.725Z | [ recovery-image] Dec 20 23:20:23.190 INFO O| Dec 20 23:20:23.190 INFO STEP 332 (remove_files) COMPLETE |
5362 | 2024-12-20T23:20:24.725Z | [ recovery-image] Dec 20 23:20:23.190 INFO O| Dec 20 23:20:23.190 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-12-20T23:20:24.738Z | [ recovery-image] Dec 20 23:20:23.203 INFO O| Dec 20 23:20:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5364 | 2024-12-20T23:20:24.738Z | [ recovery-image] Dec 20 23:20:23.203 INFO O| Dec 20 23:20:23.203 INFO STEP 333 (remove_files) COMPLETE |
5365 | 2024-12-20T23:20:24.738Z | [ recovery-image] Dec 20 23:20:23.203 INFO O| Dec 20 23:20:23.203 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-12-20T23:20:24.750Z | [ recovery-image] Dec 20 23:20:23.215 INFO O| Dec 20 23:20:23.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5367 | 2024-12-20T23:20:24.750Z | [ recovery-image] Dec 20 23:20:23.215 INFO O| Dec 20 23:20:23.215 INFO STEP 334 (remove_files) COMPLETE |
5368 | 2024-12-20T23:20:24.752Z | [ recovery-image] Dec 20 23:20:23.215 INFO O| Dec 20 23:20:23.215 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-12-20T23:20:24.763Z | [ recovery-image] Dec 20 23:20:23.227 INFO O| Dec 20 23:20:23.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5370 | 2024-12-20T23:20:24.763Z | [ recovery-image] Dec 20 23:20:23.227 INFO O| Dec 20 23:20:23.227 INFO STEP 335 (remove_files) COMPLETE |
5371 | 2024-12-20T23:20:24.763Z | [ recovery-image] Dec 20 23:20:23.227 INFO O| Dec 20 23:20:23.227 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-12-20T23:20:24.775Z | [ recovery-image] Dec 20 23:20:23.239 INFO O| Dec 20 23:20:23.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5373 | 2024-12-20T23:20:24.777Z | [ recovery-image] Dec 20 23:20:23.239 INFO O| Dec 20 23:20:23.239 INFO STEP 336 (remove_files) COMPLETE |
5374 | 2024-12-20T23:20:24.777Z | [ recovery-image] Dec 20 23:20:23.239 INFO O| Dec 20 23:20:23.239 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-12-20T23:20:24.787Z | [ recovery-image] Dec 20 23:20:23.252 INFO O| Dec 20 23:20:23.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5376 | 2024-12-20T23:20:24.787Z | [ recovery-image] Dec 20 23:20:23.252 INFO O| Dec 20 23:20:23.252 INFO STEP 337 (remove_files) COMPLETE |
5377 | 2024-12-20T23:20:24.787Z | [ recovery-image] Dec 20 23:20:23.252 INFO O| Dec 20 23:20:23.252 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-12-20T23:20:24.800Z | [ recovery-image] Dec 20 23:20:23.265 INFO O| Dec 20 23:20:23.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5379 | 2024-12-20T23:20:24.803Z | [ recovery-image] Dec 20 23:20:23.265 INFO O| Dec 20 23:20:23.265 INFO STEP 338 (remove_files) COMPLETE |
5380 | 2024-12-20T23:20:24.803Z | [ recovery-image] Dec 20 23:20:23.265 INFO O| Dec 20 23:20:23.265 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-12-20T23:20:24.811Z | [ recovery-image] Dec 20 23:20:23.276 INFO O| Dec 20 23:20:23.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5382 | 2024-12-20T23:20:24.811Z | [ recovery-image] Dec 20 23:20:23.276 INFO O| Dec 20 23:20:23.276 INFO STEP 339 (remove_files) COMPLETE |
5383 | 2024-12-20T23:20:24.811Z | [ recovery-image] Dec 20 23:20:23.276 INFO O| Dec 20 23:20:23.276 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-12-20T23:20:24.823Z | [ recovery-image] Dec 20 23:20:23.287 INFO O| Dec 20 23:20:23.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5385 | 2024-12-20T23:20:24.823Z | [ recovery-image] Dec 20 23:20:23.288 INFO O| Dec 20 23:20:23.287 INFO STEP 340 (remove_files) COMPLETE |
5386 | 2024-12-20T23:20:24.825Z | [ recovery-image] Dec 20 23:20:23.288 INFO O| Dec 20 23:20:23.287 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-12-20T23:20:24.836Z | [ recovery-image] Dec 20 23:20:23.300 INFO O| Dec 20 23:20:23.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5388 | 2024-12-20T23:20:24.836Z | [ recovery-image] Dec 20 23:20:23.300 INFO O| Dec 20 23:20:23.300 INFO STEP 341 (remove_files) COMPLETE |
5389 | 2024-12-20T23:20:24.839Z | [ recovery-image] Dec 20 23:20:23.300 INFO O| Dec 20 23:20:23.300 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-12-20T23:20:24.848Z | [ recovery-image] Dec 20 23:20:23.313 INFO O| Dec 20 23:20:23.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5391 | 2024-12-20T23:20:24.848Z | [ recovery-image] Dec 20 23:20:23.313 INFO O| Dec 20 23:20:23.313 INFO STEP 342 (remove_files) COMPLETE |
5392 | 2024-12-20T23:20:24.848Z | [ recovery-image] Dec 20 23:20:23.313 INFO O| Dec 20 23:20:23.313 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-12-20T23:20:24.859Z | [ recovery-image] Dec 20 23:20:23.324 INFO O| Dec 20 23:20:23.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5394 | 2024-12-20T23:20:24.862Z | [ recovery-image] Dec 20 23:20:23.324 INFO O| Dec 20 23:20:23.324 INFO STEP 343 (remove_files) COMPLETE |
5395 | 2024-12-20T23:20:24.862Z | [ recovery-image] Dec 20 23:20:23.324 INFO O| Dec 20 23:20:23.324 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-12-20T23:20:24.870Z | [ recovery-image] Dec 20 23:20:23.334 INFO O| Dec 20 23:20:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5397 | 2024-12-20T23:20:24.873Z | [ recovery-image] Dec 20 23:20:23.334 INFO O| Dec 20 23:20:23.334 INFO STEP 344 (remove_files) COMPLETE |
5398 | 2024-12-20T23:20:24.873Z | [ recovery-image] Dec 20 23:20:23.334 INFO O| Dec 20 23:20:23.334 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-12-20T23:20:24.880Z | [ recovery-image] Dec 20 23:20:23.345 INFO O| Dec 20 23:20:23.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5400 | 2024-12-20T23:20:24.880Z | [ recovery-image] Dec 20 23:20:23.345 INFO O| Dec 20 23:20:23.345 INFO STEP 345 (remove_files) COMPLETE |
5401 | 2024-12-20T23:20:24.880Z | [ recovery-image] Dec 20 23:20:23.345 INFO O| Dec 20 23:20:23.345 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-12-20T23:20:25.495Z | [ recovery-image] Dec 20 23:20:23.356 INFO O| Dec 20 23:20:23.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5403 | 2024-12-20T23:20:25.495Z | [ recovery-image] Dec 20 23:20:23.356 INFO O| Dec 20 23:20:23.356 INFO STEP 346 (remove_files) COMPLETE |
5404 | 2024-12-20T23:20:25.513Z | [ recovery-image] Dec 20 23:20:23.356 INFO O| Dec 20 23:20:23.356 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-12-20T23:20:25.513Z | [ recovery-image] Dec 20 23:20:23.367 INFO O| Dec 20 23:20:23.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5406 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.367 INFO O| Dec 20 23:20:23.367 INFO STEP 347 (remove_files) COMPLETE |
5407 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.367 INFO O| Dec 20 23:20:23.367 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.377 INFO O| Dec 20 23:20:23.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5409 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.377 INFO O| Dec 20 23:20:23.377 INFO STEP 348 (remove_files) COMPLETE |
5410 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.377 INFO O| Dec 20 23:20:23.377 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.388 INFO O| Dec 20 23:20:23.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5412 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.388 INFO O| Dec 20 23:20:23.388 INFO STEP 349 (remove_files) COMPLETE |
5413 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.388 INFO O| Dec 20 23:20:23.388 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.398 INFO O| Dec 20 23:20:23.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5415 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.398 INFO O| Dec 20 23:20:23.398 INFO STEP 350 (remove_files) COMPLETE |
5416 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.398 INFO O| Dec 20 23:20:23.398 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.409 INFO O| Dec 20 23:20:23.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5418 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.409 INFO O| Dec 20 23:20:23.409 INFO STEP 351 (remove_files) COMPLETE |
5419 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.409 INFO O| Dec 20 23:20:23.409 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.419 INFO O| Dec 20 23:20:23.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5421 | 2024-12-20T23:20:25.514Z | [ recovery-image] Dec 20 23:20:23.419 INFO O| Dec 20 23:20:23.419 INFO STEP 352 (remove_files) COMPLETE |
5422 | 2024-12-20T23:20:25.515Z | [ recovery-image] Dec 20 23:20:23.419 INFO O| Dec 20 23:20:23.419 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-12-20T23:20:25.515Z | [ recovery-image] Dec 20 23:20:23.429 INFO O| Dec 20 23:20:23.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5424 | 2024-12-20T23:20:25.515Z | [ recovery-image] Dec 20 23:20:23.429 INFO O| Dec 20 23:20:23.429 INFO STEP 353 (remove_files) COMPLETE |
5425 | 2024-12-20T23:20:25.515Z | [ recovery-image] Dec 20 23:20:23.429 INFO O| Dec 20 23:20:23.429 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-12-20T23:20:25.515Z | [ recovery-image] Dec 20 23:20:23.439 INFO O| Dec 20 23:20:23.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5427 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.439 INFO O| Dec 20 23:20:23.439 INFO STEP 354 (remove_files) COMPLETE |
5428 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.439 INFO O| Dec 20 23:20:23.439 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.449 INFO O| Dec 20 23:20:23.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5430 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.449 INFO O| Dec 20 23:20:23.449 INFO STEP 355 (remove_files) COMPLETE |
5431 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.449 INFO O| Dec 20 23:20:23.449 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.459 INFO O| Dec 20 23:20:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5433 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.460 INFO O| Dec 20 23:20:23.460 INFO STEP 356 (remove_files) COMPLETE |
5434 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.460 INFO O| Dec 20 23:20:23.460 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.470 INFO O| Dec 20 23:20:23.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5436 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.470 INFO O| Dec 20 23:20:23.470 INFO STEP 357 (remove_files) COMPLETE |
5437 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.470 INFO O| Dec 20 23:20:23.470 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.481 INFO O| Dec 20 23:20:23.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5439 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.481 INFO O| Dec 20 23:20:23.481 INFO STEP 358 (remove_files) COMPLETE |
5440 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.481 INFO O| Dec 20 23:20:23.481 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.492 INFO O| Dec 20 23:20:23.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5442 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.492 INFO O| Dec 20 23:20:23.492 INFO STEP 359 (remove_files) COMPLETE |
5443 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.492 INFO O| Dec 20 23:20:23.492 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.502 INFO O| Dec 20 23:20:23.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5445 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.502 INFO O| Dec 20 23:20:23.502 INFO STEP 360 (remove_files) COMPLETE |
5446 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.502 INFO O| Dec 20 23:20:23.502 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.513 INFO O| Dec 20 23:20:23.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5448 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.513 INFO O| Dec 20 23:20:23.513 INFO STEP 361 (remove_files) COMPLETE |
5449 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.513 INFO O| Dec 20 23:20:23.513 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.524 INFO O| Dec 20 23:20:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5451 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.524 INFO O| Dec 20 23:20:23.524 INFO STEP 362 (remove_files) COMPLETE |
5452 | 2024-12-20T23:20:25.516Z | [ recovery-image] Dec 20 23:20:23.524 INFO O| Dec 20 23:20:23.524 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.534 INFO O| Dec 20 23:20:23.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5454 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.534 INFO O| Dec 20 23:20:23.534 INFO STEP 363 (remove_files) COMPLETE |
5455 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.534 INFO O| Dec 20 23:20:23.534 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.545 INFO O| Dec 20 23:20:23.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5457 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.545 INFO O| Dec 20 23:20:23.545 INFO STEP 364 (remove_files) COMPLETE |
5458 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.545 INFO O| Dec 20 23:20:23.545 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-12-20T23:20:25.517Z | [ host-image] Dec 20 23:20:23.553 INFO O| Dec 20 23:20:23.552 INFO O| Download: Completed 199.66 MB in 443.13 seconds (460k/s) |
5460 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.556 INFO O| Dec 20 23:20:23.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5461 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.556 INFO O| Dec 20 23:20:23.556 INFO STEP 365 (remove_files) COMPLETE |
5462 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.556 INFO O| Dec 20 23:20:23.556 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.566 INFO O| Dec 20 23:20:23.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5464 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.566 INFO O| Dec 20 23:20:23.566 INFO STEP 366 (remove_files) COMPLETE |
5465 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.566 INFO O| Dec 20 23:20:23.566 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.580 INFO O| Dec 20 23:20:23.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5467 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.580 INFO O| Dec 20 23:20:23.580 INFO STEP 367 (remove_files) COMPLETE |
5468 | 2024-12-20T23:20:25.517Z | [ recovery-image] Dec 20 23:20:23.580 INFO O| Dec 20 23:20:23.580 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.593 INFO O| Dec 20 23:20:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5470 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.593 INFO O| Dec 20 23:20:23.593 INFO STEP 368 (remove_files) COMPLETE |
5471 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.593 INFO O| Dec 20 23:20:23.593 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.609 INFO O| Dec 20 23:20:23.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5473 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.609 INFO O| Dec 20 23:20:23.609 INFO STEP 369 (remove_files) COMPLETE |
5474 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.609 INFO O| Dec 20 23:20:23.609 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.622 INFO O| Dec 20 23:20:23.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5476 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.622 INFO O| Dec 20 23:20:23.622 INFO STEP 370 (remove_files) COMPLETE |
5477 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.622 INFO O| Dec 20 23:20:23.622 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.638 INFO O| Dec 20 23:20:23.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5479 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.638 INFO O| Dec 20 23:20:23.638 INFO STEP 371 (remove_files) COMPLETE |
5480 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.638 INFO O| Dec 20 23:20:23.638 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.649 INFO O| Dec 20 23:20:23.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5482 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.649 INFO O| Dec 20 23:20:23.649 INFO STEP 372 (remove_files) COMPLETE |
5483 | 2024-12-20T23:20:25.518Z | [ recovery-image] Dec 20 23:20:23.649 INFO O| Dec 20 23:20:23.649 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.665 INFO O| Dec 20 23:20:23.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5485 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.665 INFO O| Dec 20 23:20:23.665 INFO STEP 373 (remove_files) COMPLETE |
5486 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.665 INFO O| Dec 20 23:20:23.665 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.680 INFO O| Dec 20 23:20:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5488 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.680 INFO O| Dec 20 23:20:23.680 INFO STEP 374 (remove_files) COMPLETE |
5489 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.680 INFO O| Dec 20 23:20:23.680 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.695 INFO O| Dec 20 23:20:23.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5491 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.695 INFO O| Dec 20 23:20:23.695 INFO STEP 375 (remove_files) COMPLETE |
5492 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.695 INFO O| Dec 20 23:20:23.695 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.711 INFO O| Dec 20 23:20:23.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5494 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.711 INFO O| Dec 20 23:20:23.711 INFO STEP 376 (remove_files) COMPLETE |
5495 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.711 INFO O| Dec 20 23:20:23.711 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.727 INFO O| Dec 20 23:20:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5497 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.727 INFO O| Dec 20 23:20:23.727 INFO STEP 377 (remove_files) COMPLETE |
5498 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.727 INFO O| Dec 20 23:20:23.727 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.743 INFO O| Dec 20 23:20:23.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5500 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.743 INFO O| Dec 20 23:20:23.743 INFO STEP 378 (remove_files) COMPLETE |
5501 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.743 INFO O| Dec 20 23:20:23.743 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.759 INFO O| Dec 20 23:20:23.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5503 | 2024-12-20T23:20:25.519Z | [ recovery-image] Dec 20 23:20:23.759 INFO O| Dec 20 23:20:23.759 INFO STEP 379 (remove_files) COMPLETE |
5504 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.759 INFO O| Dec 20 23:20:23.759 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.774 INFO O| Dec 20 23:20:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5506 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.774 INFO O| Dec 20 23:20:23.774 INFO STEP 380 (remove_files) COMPLETE |
5507 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.774 INFO O| Dec 20 23:20:23.774 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.788 INFO O| Dec 20 23:20:23.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5509 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.788 INFO O| Dec 20 23:20:23.788 INFO STEP 381 (remove_files) COMPLETE |
5510 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.788 INFO O| Dec 20 23:20:23.788 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.803 INFO O| Dec 20 23:20:23.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5512 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.803 INFO O| Dec 20 23:20:23.803 INFO STEP 382 (remove_files) COMPLETE |
5513 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.803 INFO O| Dec 20 23:20:23.803 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.814 INFO O| Dec 20 23:20:23.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5515 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.814 INFO O| Dec 20 23:20:23.814 INFO STEP 383 (remove_files) COMPLETE |
5516 | 2024-12-20T23:20:25.526Z | [ recovery-image] Dec 20 23:20:23.814 INFO O| Dec 20 23:20:23.814 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.825 INFO O| Dec 20 23:20:23.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5518 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.825 INFO O| Dec 20 23:20:23.825 INFO STEP 384 (remove_files) COMPLETE |
5519 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.825 INFO O| Dec 20 23:20:23.825 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.836 INFO O| Dec 20 23:20:23.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5521 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.836 INFO O| Dec 20 23:20:23.836 INFO STEP 385 (remove_files) COMPLETE |
5522 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.836 INFO O| Dec 20 23:20:23.836 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.847 INFO O| Dec 20 23:20:23.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5524 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.847 INFO O| Dec 20 23:20:23.847 INFO STEP 386 (remove_files) COMPLETE |
5525 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.847 INFO O| Dec 20 23:20:23.847 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.858 INFO O| Dec 20 23:20:23.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5527 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.858 INFO O| Dec 20 23:20:23.858 INFO STEP 387 (remove_files) COMPLETE |
5528 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.858 INFO O| Dec 20 23:20:23.858 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.869 INFO O| Dec 20 23:20:23.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5530 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.869 INFO O| Dec 20 23:20:23.869 INFO STEP 388 (remove_files) COMPLETE |
5531 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.869 INFO O| Dec 20 23:20:23.869 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.879 INFO O| Dec 20 23:20:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5533 | 2024-12-20T23:20:25.527Z | [ recovery-image] Dec 20 23:20:23.880 INFO O| Dec 20 23:20:23.880 INFO STEP 389 (remove_files) COMPLETE |
5534 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.880 INFO O| Dec 20 23:20:23.880 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.890 INFO O| Dec 20 23:20:23.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5536 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.890 INFO O| Dec 20 23:20:23.890 INFO STEP 390 (remove_files) COMPLETE |
5537 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.890 INFO O| Dec 20 23:20:23.890 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.900 INFO O| Dec 20 23:20:23.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5539 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.900 INFO O| Dec 20 23:20:23.900 INFO STEP 391 (remove_files) COMPLETE |
5540 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.900 INFO O| Dec 20 23:20:23.900 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.911 INFO O| Dec 20 23:20:23.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5542 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.911 INFO O| Dec 20 23:20:23.911 INFO STEP 392 (remove_files) COMPLETE |
5543 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.911 INFO O| Dec 20 23:20:23.911 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.922 INFO O| Dec 20 23:20:23.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5545 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.922 INFO O| Dec 20 23:20:23.922 INFO STEP 393 (remove_files) COMPLETE |
5546 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.922 INFO O| Dec 20 23:20:23.922 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.934 INFO O| Dec 20 23:20:23.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5548 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.934 INFO O| Dec 20 23:20:23.934 INFO STEP 394 (remove_files) COMPLETE |
5549 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.934 INFO O| Dec 20 23:20:23.934 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.945 INFO O| Dec 20 23:20:23.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5551 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.946 INFO O| Dec 20 23:20:23.946 INFO STEP 395 (remove_files) COMPLETE |
5552 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.946 INFO O| Dec 20 23:20:23.946 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.961 INFO O| Dec 20 23:20:23.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5554 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.962 INFO O| Dec 20 23:20:23.961 INFO STEP 396 (remove_files) COMPLETE |
5555 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.962 INFO O| Dec 20 23:20:23.962 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-12-20T23:20:25.528Z | [ recovery-image] Dec 20 23:20:23.979 INFO O| Dec 20 23:20:23.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5557 | 2024-12-20T23:20:25.529Z | [ recovery-image] Dec 20 23:20:23.979 INFO O| Dec 20 23:20:23.979 INFO STEP 397 (remove_files) COMPLETE |
5558 | 2024-12-20T23:20:25.529Z | [ recovery-image] Dec 20 23:20:23.979 INFO O| Dec 20 23:20:23.979 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-12-20T23:20:25.531Z | [ recovery-image] Dec 20 23:20:23.995 INFO O| Dec 20 23:20:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5560 | 2024-12-20T23:20:25.531Z | [ recovery-image] Dec 20 23:20:23.995 INFO O| Dec 20 23:20:23.995 INFO STEP 398 (remove_files) COMPLETE |
5561 | 2024-12-20T23:20:25.531Z | [ recovery-image] Dec 20 23:20:23.995 INFO O| Dec 20 23:20:23.995 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-12-20T23:20:25.547Z | [ recovery-image] Dec 20 23:20:24.012 INFO O| Dec 20 23:20:24.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5563 | 2024-12-20T23:20:25.547Z | [ recovery-image] Dec 20 23:20:24.012 INFO O| Dec 20 23:20:24.012 INFO STEP 399 (remove_files) COMPLETE |
5564 | 2024-12-20T23:20:25.547Z | [ recovery-image] Dec 20 23:20:24.012 INFO O| Dec 20 23:20:24.012 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-12-20T23:20:25.566Z | [ recovery-image] Dec 20 23:20:24.030 INFO O| Dec 20 23:20:24.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5566 | 2024-12-20T23:20:25.566Z | [ recovery-image] Dec 20 23:20:24.030 INFO O| Dec 20 23:20:24.030 INFO STEP 400 (remove_files) COMPLETE |
5567 | 2024-12-20T23:20:25.569Z | [ recovery-image] Dec 20 23:20:24.030 INFO O| Dec 20 23:20:24.030 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-12-20T23:20:25.584Z | [ recovery-image] Dec 20 23:20:24.048 INFO O| Dec 20 23:20:24.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5569 | 2024-12-20T23:20:25.584Z | [ recovery-image] Dec 20 23:20:24.048 INFO O| Dec 20 23:20:24.048 INFO STEP 401 (remove_files) COMPLETE |
5570 | 2024-12-20T23:20:25.584Z | [ recovery-image] Dec 20 23:20:24.048 INFO O| Dec 20 23:20:24.048 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-12-20T23:20:25.600Z | [ recovery-image] Dec 20 23:20:24.065 INFO O| Dec 20 23:20:24.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5572 | 2024-12-20T23:20:25.601Z | [ recovery-image] Dec 20 23:20:24.065 INFO O| Dec 20 23:20:24.065 INFO STEP 402 (remove_files) COMPLETE |
5573 | 2024-12-20T23:20:25.601Z | [ recovery-image] Dec 20 23:20:24.065 INFO O| Dec 20 23:20:24.065 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-12-20T23:20:25.615Z | [ recovery-image] Dec 20 23:20:24.079 INFO O| Dec 20 23:20:24.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5575 | 2024-12-20T23:20:25.615Z | [ recovery-image] Dec 20 23:20:24.079 INFO O| Dec 20 23:20:24.079 INFO STEP 403 (remove_files) COMPLETE |
5576 | 2024-12-20T23:20:25.617Z | [ recovery-image] Dec 20 23:20:24.079 INFO O| Dec 20 23:20:24.079 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-12-20T23:20:25.627Z | [ recovery-image] Dec 20 23:20:24.091 INFO O| Dec 20 23:20:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5578 | 2024-12-20T23:20:25.629Z | [ recovery-image] Dec 20 23:20:24.092 INFO O| Dec 20 23:20:24.092 INFO STEP 404 (remove_files) COMPLETE |
5579 | 2024-12-20T23:20:25.629Z | [ recovery-image] Dec 20 23:20:24.092 INFO O| Dec 20 23:20:24.092 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-12-20T23:20:25.644Z | [ recovery-image] Dec 20 23:20:24.108 INFO O| Dec 20 23:20:24.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5581 | 2024-12-20T23:20:25.647Z | [ recovery-image] Dec 20 23:20:24.109 INFO O| Dec 20 23:20:24.109 INFO STEP 405 (remove_files) COMPLETE |
5582 | 2024-12-20T23:20:25.647Z | [ recovery-image] Dec 20 23:20:24.109 INFO O| Dec 20 23:20:24.109 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-12-20T23:20:25.661Z | [ recovery-image] Dec 20 23:20:24.125 INFO O| Dec 20 23:20:24.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5584 | 2024-12-20T23:20:25.661Z | [ recovery-image] Dec 20 23:20:24.125 INFO O| Dec 20 23:20:24.125 INFO STEP 406 (remove_files) COMPLETE |
5585 | 2024-12-20T23:20:25.663Z | [ recovery-image] Dec 20 23:20:24.125 INFO O| Dec 20 23:20:24.125 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-12-20T23:20:25.675Z | [ recovery-image] Dec 20 23:20:24.139 INFO O| Dec 20 23:20:24.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5587 | 2024-12-20T23:20:25.675Z | [ recovery-image] Dec 20 23:20:24.139 INFO O| Dec 20 23:20:24.139 INFO STEP 407 (remove_files) COMPLETE |
5588 | 2024-12-20T23:20:25.677Z | [ recovery-image] Dec 20 23:20:24.139 INFO O| Dec 20 23:20:24.139 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-12-20T23:20:25.690Z | [ recovery-image] Dec 20 23:20:24.154 INFO O| Dec 20 23:20:24.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5590 | 2024-12-20T23:20:25.690Z | [ recovery-image] Dec 20 23:20:24.155 INFO O| Dec 20 23:20:24.155 INFO STEP 408 (remove_files) COMPLETE |
5591 | 2024-12-20T23:20:25.692Z | [ recovery-image] Dec 20 23:20:24.155 INFO O| Dec 20 23:20:24.155 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-12-20T23:20:25.702Z | [ recovery-image] Dec 20 23:20:24.166 INFO O| Dec 20 23:20:24.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5593 | 2024-12-20T23:20:25.702Z | [ recovery-image] Dec 20 23:20:24.166 INFO O| Dec 20 23:20:24.166 INFO STEP 409 (remove_files) COMPLETE |
5594 | 2024-12-20T23:20:25.702Z | [ recovery-image] Dec 20 23:20:24.166 INFO O| Dec 20 23:20:24.166 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-12-20T23:20:25.716Z | [ recovery-image] Dec 20 23:20:24.180 INFO O| Dec 20 23:20:24.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5596 | 2024-12-20T23:20:25.716Z | [ recovery-image] Dec 20 23:20:24.180 INFO O| Dec 20 23:20:24.180 INFO STEP 410 (remove_files) COMPLETE |
5597 | 2024-12-20T23:20:25.718Z | [ recovery-image] Dec 20 23:20:24.180 INFO O| Dec 20 23:20:24.180 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-12-20T23:20:25.730Z | [ recovery-image] Dec 20 23:20:24.194 INFO O| Dec 20 23:20:24.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5599 | 2024-12-20T23:20:25.730Z | [ recovery-image] Dec 20 23:20:24.194 INFO O| Dec 20 23:20:24.194 INFO STEP 411 (remove_files) COMPLETE |
5600 | 2024-12-20T23:20:25.732Z | [ recovery-image] Dec 20 23:20:24.194 INFO O| Dec 20 23:20:24.194 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-12-20T23:20:25.745Z | [ recovery-image] Dec 20 23:20:24.209 INFO O| Dec 20 23:20:24.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5602 | 2024-12-20T23:20:25.745Z | [ recovery-image] Dec 20 23:20:24.209 INFO O| Dec 20 23:20:24.209 INFO STEP 412 (remove_files) COMPLETE |
5603 | 2024-12-20T23:20:25.748Z | [ recovery-image] Dec 20 23:20:24.209 INFO O| Dec 20 23:20:24.209 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-12-20T23:20:25.759Z | [ recovery-image] Dec 20 23:20:24.223 INFO O| Dec 20 23:20:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5605 | 2024-12-20T23:20:25.759Z | [ recovery-image] Dec 20 23:20:24.223 INFO O| Dec 20 23:20:24.223 INFO STEP 413 (remove_files) COMPLETE |
5606 | 2024-12-20T23:20:25.761Z | [ recovery-image] Dec 20 23:20:24.223 INFO O| Dec 20 23:20:24.223 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-12-20T23:20:25.772Z | [ recovery-image] Dec 20 23:20:24.237 INFO O| Dec 20 23:20:24.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5608 | 2024-12-20T23:20:25.773Z | [ recovery-image] Dec 20 23:20:24.237 INFO O| Dec 20 23:20:24.237 INFO STEP 414 (remove_files) COMPLETE |
5609 | 2024-12-20T23:20:25.777Z | [ recovery-image] Dec 20 23:20:24.237 INFO O| Dec 20 23:20:24.237 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-12-20T23:20:25.786Z | [ recovery-image] Dec 20 23:20:24.251 INFO O| Dec 20 23:20:24.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5611 | 2024-12-20T23:20:25.789Z | [ recovery-image] Dec 20 23:20:24.251 INFO O| Dec 20 23:20:24.251 INFO STEP 415 (remove_files) COMPLETE |
5612 | 2024-12-20T23:20:25.789Z | [ recovery-image] Dec 20 23:20:24.251 INFO O| Dec 20 23:20:24.251 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-12-20T23:20:25.801Z | [ recovery-image] Dec 20 23:20:24.266 INFO O| Dec 20 23:20:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5614 | 2024-12-20T23:20:25.804Z | [ recovery-image] Dec 20 23:20:24.266 INFO O| Dec 20 23:20:24.266 INFO STEP 416 (remove_files) COMPLETE |
5615 | 2024-12-20T23:20:25.804Z | [ recovery-image] Dec 20 23:20:24.266 INFO O| Dec 20 23:20:24.266 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-12-20T23:20:25.817Z | [ recovery-image] Dec 20 23:20:24.281 INFO O| Dec 20 23:20:24.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5617 | 2024-12-20T23:20:25.817Z | [ recovery-image] Dec 20 23:20:24.281 INFO O| Dec 20 23:20:24.281 INFO STEP 417 (remove_files) COMPLETE |
5618 | 2024-12-20T23:20:25.817Z | [ recovery-image] Dec 20 23:20:24.281 INFO O| Dec 20 23:20:24.281 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-12-20T23:20:25.828Z | [ recovery-image] Dec 20 23:20:24.292 INFO O| Dec 20 23:20:24.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5620 | 2024-12-20T23:20:25.830Z | [ recovery-image] Dec 20 23:20:24.293 INFO O| Dec 20 23:20:24.292 INFO STEP 418 (remove_files) COMPLETE |
5621 | 2024-12-20T23:20:25.831Z | [ recovery-image] Dec 20 23:20:24.293 INFO O| Dec 20 23:20:24.292 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-12-20T23:20:25.844Z | [ recovery-image] Dec 20 23:20:24.308 INFO O| Dec 20 23:20:24.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5623 | 2024-12-20T23:20:25.844Z | [ recovery-image] Dec 20 23:20:24.308 INFO O| Dec 20 23:20:24.308 INFO STEP 419 (remove_files) COMPLETE |
5624 | 2024-12-20T23:20:25.844Z | [ recovery-image] Dec 20 23:20:24.308 INFO O| Dec 20 23:20:24.308 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-12-20T23:20:25.860Z | [ recovery-image] Dec 20 23:20:24.325 INFO O| Dec 20 23:20:24.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5626 | 2024-12-20T23:20:25.860Z | [ recovery-image] Dec 20 23:20:24.325 INFO O| Dec 20 23:20:24.325 INFO STEP 420 (remove_files) COMPLETE |
5627 | 2024-12-20T23:20:25.863Z | [ recovery-image] Dec 20 23:20:24.325 INFO O| Dec 20 23:20:24.325 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-12-20T23:20:25.877Z | [ recovery-image] Dec 20 23:20:24.342 INFO O| Dec 20 23:20:24.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5629 | 2024-12-20T23:20:25.880Z | [ recovery-image] Dec 20 23:20:24.342 INFO O| Dec 20 23:20:24.342 INFO STEP 421 (remove_files) COMPLETE |
5630 | 2024-12-20T23:20:25.880Z | [ recovery-image] Dec 20 23:20:24.342 INFO O| Dec 20 23:20:24.342 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-12-20T23:20:25.890Z | [ recovery-image] Dec 20 23:20:24.354 INFO O| Dec 20 23:20:24.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5632 | 2024-12-20T23:20:25.893Z | [ recovery-image] Dec 20 23:20:24.354 INFO O| Dec 20 23:20:24.354 INFO STEP 422 (remove_files) COMPLETE |
5633 | 2024-12-20T23:20:25.893Z | [ recovery-image] Dec 20 23:20:24.354 INFO O| Dec 20 23:20:24.354 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-12-20T23:20:25.906Z | [ recovery-image] Dec 20 23:20:24.370 INFO O| Dec 20 23:20:24.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5635 | 2024-12-20T23:20:25.906Z | [ recovery-image] Dec 20 23:20:24.370 INFO O| Dec 20 23:20:24.370 INFO STEP 423 (remove_files) COMPLETE |
5636 | 2024-12-20T23:20:25.906Z | [ recovery-image] Dec 20 23:20:24.370 INFO O| Dec 20 23:20:24.370 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-12-20T23:20:25.917Z | [ recovery-image] Dec 20 23:20:24.381 INFO O| Dec 20 23:20:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5638 | 2024-12-20T23:20:25.917Z | [ recovery-image] Dec 20 23:20:24.381 INFO O| Dec 20 23:20:24.381 INFO STEP 424 (remove_files) COMPLETE |
5639 | 2024-12-20T23:20:25.919Z | [ recovery-image] Dec 20 23:20:24.381 INFO O| Dec 20 23:20:24.381 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-12-20T23:20:25.928Z | [ recovery-image] Dec 20 23:20:24.393 INFO O| Dec 20 23:20:24.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5641 | 2024-12-20T23:20:25.929Z | [ recovery-image] Dec 20 23:20:24.393 INFO O| Dec 20 23:20:24.393 INFO STEP 425 (remove_files) COMPLETE |
5642 | 2024-12-20T23:20:25.931Z | [ recovery-image] Dec 20 23:20:24.393 INFO O| Dec 20 23:20:24.393 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-12-20T23:20:25.940Z | [ recovery-image] Dec 20 23:20:24.405 INFO O| Dec 20 23:20:24.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5644 | 2024-12-20T23:20:25.940Z | [ recovery-image] Dec 20 23:20:24.405 INFO O| Dec 20 23:20:24.405 INFO STEP 426 (remove_files) COMPLETE |
5645 | 2024-12-20T23:20:25.940Z | [ recovery-image] Dec 20 23:20:24.405 INFO O| Dec 20 23:20:24.405 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-12-20T23:20:25.952Z | [ recovery-image] Dec 20 23:20:24.416 INFO O| Dec 20 23:20:24.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5647 | 2024-12-20T23:20:25.952Z | [ recovery-image] Dec 20 23:20:24.416 INFO O| Dec 20 23:20:24.416 INFO STEP 427 (remove_files) COMPLETE |
5648 | 2024-12-20T23:20:25.952Z | [ recovery-image] Dec 20 23:20:24.416 INFO O| Dec 20 23:20:24.416 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-12-20T23:20:25.962Z | [ recovery-image] Dec 20 23:20:24.427 INFO O| Dec 20 23:20:24.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5650 | 2024-12-20T23:20:25.962Z | [ recovery-image] Dec 20 23:20:24.427 INFO O| Dec 20 23:20:24.427 INFO STEP 428 (remove_files) COMPLETE |
5651 | 2024-12-20T23:20:25.965Z | [ recovery-image] Dec 20 23:20:24.427 INFO O| Dec 20 23:20:24.427 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-12-20T23:20:25.974Z | [ recovery-image] Dec 20 23:20:24.438 INFO O| Dec 20 23:20:24.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5653 | 2024-12-20T23:20:25.976Z | [ recovery-image] Dec 20 23:20:24.438 INFO O| Dec 20 23:20:24.438 INFO STEP 429 (remove_files) COMPLETE |
5654 | 2024-12-20T23:20:25.976Z | [ recovery-image] Dec 20 23:20:24.439 INFO O| Dec 20 23:20:24.438 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-12-20T23:20:25.985Z | [ recovery-image] Dec 20 23:20:24.450 INFO O| Dec 20 23:20:24.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5656 | 2024-12-20T23:20:25.985Z | [ recovery-image] Dec 20 23:20:24.450 INFO O| Dec 20 23:20:24.450 INFO STEP 430 (remove_files) COMPLETE |
5657 | 2024-12-20T23:20:25.986Z | [ recovery-image] Dec 20 23:20:24.450 INFO O| Dec 20 23:20:24.450 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-12-20T23:20:25.997Z | [ recovery-image] Dec 20 23:20:24.461 INFO O| Dec 20 23:20:24.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5659 | 2024-12-20T23:20:25.997Z | [ recovery-image] Dec 20 23:20:24.461 INFO O| Dec 20 23:20:24.461 INFO STEP 431 (remove_files) COMPLETE |
5660 | 2024-12-20T23:20:25.999Z | [ recovery-image] Dec 20 23:20:24.461 INFO O| Dec 20 23:20:24.461 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-12-20T23:20:26.007Z | [ host-image] Dec 20 23:20:24.472 INFO O| Dec 20 23:20:24.472 INFO O| Actions: 1/49485 actions (Installing new actions) |
5662 | 2024-12-20T23:20:26.010Z | [ recovery-image] Dec 20 23:20:24.474 INFO O| Dec 20 23:20:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5663 | 2024-12-20T23:20:26.010Z | [ recovery-image] Dec 20 23:20:24.474 INFO O| Dec 20 23:20:24.474 INFO STEP 432 (remove_files) COMPLETE |
5664 | 2024-12-20T23:20:26.010Z | [ recovery-image] Dec 20 23:20:24.474 INFO O| Dec 20 23:20:24.474 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-12-20T23:20:26.023Z | [ recovery-image] Dec 20 23:20:24.487 INFO O| Dec 20 23:20:24.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5666 | 2024-12-20T23:20:26.023Z | [ recovery-image] Dec 20 23:20:24.487 INFO O| Dec 20 23:20:24.487 INFO STEP 433 (remove_files) COMPLETE |
5667 | 2024-12-20T23:20:26.025Z | [ recovery-image] Dec 20 23:20:24.487 INFO O| Dec 20 23:20:24.487 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-12-20T23:20:26.042Z | [ recovery-image] Dec 20 23:20:24.505 INFO O| Dec 20 23:20:24.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5669 | 2024-12-20T23:20:26.042Z | [ recovery-image] Dec 20 23:20:24.505 INFO O| Dec 20 23:20:24.505 INFO STEP 434 (remove_files) COMPLETE |
5670 | 2024-12-20T23:20:26.045Z | [ recovery-image] Dec 20 23:20:24.505 INFO O| Dec 20 23:20:24.505 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-12-20T23:20:26.056Z | [ recovery-image] Dec 20 23:20:24.520 INFO O| Dec 20 23:20:24.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5672 | 2024-12-20T23:20:26.056Z | [ recovery-image] Dec 20 23:20:24.520 INFO O| Dec 20 23:20:24.520 INFO STEP 435 (remove_files) COMPLETE |
5673 | 2024-12-20T23:20:26.059Z | [ recovery-image] Dec 20 23:20:24.520 INFO O| Dec 20 23:20:24.520 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-12-20T23:20:26.072Z | [ recovery-image] Dec 20 23:20:24.535 INFO O| Dec 20 23:20:24.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5675 | 2024-12-20T23:20:26.072Z | [ recovery-image] Dec 20 23:20:24.535 INFO O| Dec 20 23:20:24.535 INFO STEP 436 (remove_files) COMPLETE |
5676 | 2024-12-20T23:20:26.074Z | [ recovery-image] Dec 20 23:20:24.535 INFO O| Dec 20 23:20:24.535 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-12-20T23:20:26.082Z | [ recovery-image] Dec 20 23:20:24.545 INFO O| Dec 20 23:20:24.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5678 | 2024-12-20T23:20:26.084Z | [ recovery-image] Dec 20 23:20:24.546 INFO O| Dec 20 23:20:24.546 INFO STEP 437 (remove_files) COMPLETE |
5679 | 2024-12-20T23:20:26.084Z | [ recovery-image] Dec 20 23:20:24.546 INFO O| Dec 20 23:20:24.546 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-12-20T23:20:26.093Z | [ recovery-image] Dec 20 23:20:24.557 INFO O| Dec 20 23:20:24.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5681 | 2024-12-20T23:20:26.096Z | [ recovery-image] Dec 20 23:20:24.557 INFO O| Dec 20 23:20:24.557 INFO STEP 438 (remove_files) COMPLETE |
5682 | 2024-12-20T23:20:26.096Z | [ recovery-image] Dec 20 23:20:24.557 INFO O| Dec 20 23:20:24.557 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-12-20T23:20:26.107Z | [ recovery-image] Dec 20 23:20:24.571 INFO O| Dec 20 23:20:24.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5684 | 2024-12-20T23:20:26.107Z | [ recovery-image] Dec 20 23:20:24.571 INFO O| Dec 20 23:20:24.571 INFO STEP 439 (remove_files) COMPLETE |
5685 | 2024-12-20T23:20:26.107Z | [ recovery-image] Dec 20 23:20:24.571 INFO O| Dec 20 23:20:24.571 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-12-20T23:20:26.122Z | [ recovery-image] Dec 20 23:20:24.587 INFO O| Dec 20 23:20:24.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5687 | 2024-12-20T23:20:26.122Z | [ recovery-image] Dec 20 23:20:24.587 INFO O| Dec 20 23:20:24.587 INFO STEP 440 (remove_files) COMPLETE |
5688 | 2024-12-20T23:20:26.122Z | [ recovery-image] Dec 20 23:20:24.587 INFO O| Dec 20 23:20:24.587 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-12-20T23:20:26.134Z | [ recovery-image] Dec 20 23:20:24.599 INFO O| Dec 20 23:20:24.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5690 | 2024-12-20T23:20:26.135Z | [ recovery-image] Dec 20 23:20:24.599 INFO O| Dec 20 23:20:24.599 INFO STEP 441 (remove_files) COMPLETE |
5691 | 2024-12-20T23:20:26.137Z | [ recovery-image] Dec 20 23:20:24.599 INFO O| Dec 20 23:20:24.599 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-12-20T23:20:26.151Z | [ recovery-image] Dec 20 23:20:24.615 INFO O| Dec 20 23:20:24.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5693 | 2024-12-20T23:20:26.151Z | [ recovery-image] Dec 20 23:20:24.615 INFO O| Dec 20 23:20:24.615 INFO STEP 442 (remove_files) COMPLETE |
5694 | 2024-12-20T23:20:26.151Z | [ recovery-image] Dec 20 23:20:24.615 INFO O| Dec 20 23:20:24.615 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-12-20T23:20:26.167Z | [ recovery-image] Dec 20 23:20:24.631 INFO O| Dec 20 23:20:24.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5696 | 2024-12-20T23:20:26.167Z | [ recovery-image] Dec 20 23:20:24.631 INFO O| Dec 20 23:20:24.631 INFO STEP 443 (remove_files) COMPLETE |
5697 | 2024-12-20T23:20:26.167Z | [ recovery-image] Dec 20 23:20:24.631 INFO O| Dec 20 23:20:24.631 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-12-20T23:20:26.185Z | [ recovery-image] Dec 20 23:20:24.649 INFO O| Dec 20 23:20:24.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5699 | 2024-12-20T23:20:26.185Z | [ recovery-image] Dec 20 23:20:24.649 INFO O| Dec 20 23:20:24.649 INFO STEP 444 (remove_files) COMPLETE |
5700 | 2024-12-20T23:20:26.185Z | [ recovery-image] Dec 20 23:20:24.649 INFO O| Dec 20 23:20:24.649 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-12-20T23:20:26.198Z | [ recovery-image] Dec 20 23:20:24.663 INFO O| Dec 20 23:20:24.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5702 | 2024-12-20T23:20:26.198Z | [ recovery-image] Dec 20 23:20:24.663 INFO O| Dec 20 23:20:24.663 INFO STEP 445 (remove_files) COMPLETE |
5703 | 2024-12-20T23:20:26.201Z | [ recovery-image] Dec 20 23:20:24.663 INFO O| Dec 20 23:20:24.663 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-12-20T23:20:26.214Z | [ recovery-image] Dec 20 23:20:24.678 INFO O| Dec 20 23:20:24.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5705 | 2024-12-20T23:20:26.214Z | [ recovery-image] Dec 20 23:20:24.678 INFO O| Dec 20 23:20:24.678 INFO STEP 446 (remove_files) COMPLETE |
5706 | 2024-12-20T23:20:26.214Z | [ recovery-image] Dec 20 23:20:24.678 INFO O| Dec 20 23:20:24.678 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-12-20T23:20:26.228Z | [ recovery-image] Dec 20 23:20:24.692 INFO O| Dec 20 23:20:24.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5708 | 2024-12-20T23:20:26.228Z | [ recovery-image] Dec 20 23:20:24.693 INFO O| Dec 20 23:20:24.693 INFO STEP 447 (remove_files) COMPLETE |
5709 | 2024-12-20T23:20:26.231Z | [ recovery-image] Dec 20 23:20:24.693 INFO O| Dec 20 23:20:24.693 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-12-20T23:20:26.243Z | [ recovery-image] Dec 20 23:20:24.707 INFO O| Dec 20 23:20:24.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5711 | 2024-12-20T23:20:26.243Z | [ recovery-image] Dec 20 23:20:24.708 INFO O| Dec 20 23:20:24.708 INFO STEP 448 (remove_files) COMPLETE |
5712 | 2024-12-20T23:20:26.246Z | [ recovery-image] Dec 20 23:20:24.708 INFO O| Dec 20 23:20:24.708 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-12-20T23:20:26.258Z | [ recovery-image] Dec 20 23:20:24.723 INFO O| Dec 20 23:20:24.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5714 | 2024-12-20T23:20:26.258Z | [ recovery-image] Dec 20 23:20:24.723 INFO O| Dec 20 23:20:24.723 INFO STEP 449 (remove_files) COMPLETE |
5715 | 2024-12-20T23:20:26.258Z | [ recovery-image] Dec 20 23:20:24.723 INFO O| Dec 20 23:20:24.723 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-12-20T23:20:26.272Z | [ recovery-image] Dec 20 23:20:24.735 INFO O| Dec 20 23:20:24.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5717 | 2024-12-20T23:20:26.272Z | [ recovery-image] Dec 20 23:20:24.735 INFO O| Dec 20 23:20:24.735 INFO STEP 450 (remove_files) COMPLETE |
5718 | 2024-12-20T23:20:26.272Z | [ recovery-image] Dec 20 23:20:24.735 INFO O| Dec 20 23:20:24.735 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-12-20T23:20:26.282Z | [ recovery-image] Dec 20 23:20:24.746 INFO O| Dec 20 23:20:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5720 | 2024-12-20T23:20:26.282Z | [ recovery-image] Dec 20 23:20:24.747 INFO O| Dec 20 23:20:24.746 INFO STEP 451 (remove_files) COMPLETE |
5721 | 2024-12-20T23:20:26.285Z | [ recovery-image] Dec 20 23:20:24.747 INFO O| Dec 20 23:20:24.747 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-12-20T23:20:26.294Z | [ recovery-image] Dec 20 23:20:24.758 INFO O| Dec 20 23:20:24.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5723 | 2024-12-20T23:20:26.294Z | [ recovery-image] Dec 20 23:20:24.758 INFO O| Dec 20 23:20:24.758 INFO STEP 452 (remove_files) COMPLETE |
5724 | 2024-12-20T23:20:26.294Z | [ recovery-image] Dec 20 23:20:24.758 INFO O| Dec 20 23:20:24.758 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-12-20T23:20:26.309Z | [ recovery-image] Dec 20 23:20:24.774 INFO O| Dec 20 23:20:24.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5726 | 2024-12-20T23:20:26.309Z | [ recovery-image] Dec 20 23:20:24.774 INFO O| Dec 20 23:20:24.774 INFO STEP 453 (remove_files) COMPLETE |
5727 | 2024-12-20T23:20:26.309Z | [ recovery-image] Dec 20 23:20:24.774 INFO O| Dec 20 23:20:24.774 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-12-20T23:20:26.325Z | [ recovery-image] Dec 20 23:20:24.790 INFO O| Dec 20 23:20:24.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5729 | 2024-12-20T23:20:26.328Z | [ recovery-image] Dec 20 23:20:24.790 INFO O| Dec 20 23:20:24.790 INFO STEP 454 (remove_files) COMPLETE |
5730 | 2024-12-20T23:20:26.328Z | [ recovery-image] Dec 20 23:20:24.790 INFO O| Dec 20 23:20:24.790 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-12-20T23:20:26.342Z | [ recovery-image] Dec 20 23:20:24.806 INFO O| Dec 20 23:20:24.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5732 | 2024-12-20T23:20:26.342Z | [ recovery-image] Dec 20 23:20:24.806 INFO O| Dec 20 23:20:24.806 INFO STEP 455 (remove_files) COMPLETE |
5733 | 2024-12-20T23:20:26.342Z | [ recovery-image] Dec 20 23:20:24.806 INFO O| Dec 20 23:20:24.806 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-12-20T23:20:26.358Z | [ recovery-image] Dec 20 23:20:24.822 INFO O| Dec 20 23:20:24.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5735 | 2024-12-20T23:20:26.358Z | [ recovery-image] Dec 20 23:20:24.822 INFO O| Dec 20 23:20:24.822 INFO STEP 456 (remove_files) COMPLETE |
5736 | 2024-12-20T23:20:26.358Z | [ recovery-image] Dec 20 23:20:24.822 INFO O| Dec 20 23:20:24.822 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-12-20T23:20:26.369Z | [ recovery-image] Dec 20 23:20:24.833 INFO O| Dec 20 23:20:24.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5738 | 2024-12-20T23:20:26.371Z | [ recovery-image] Dec 20 23:20:24.833 INFO O| Dec 20 23:20:24.833 INFO STEP 457 (remove_files) COMPLETE |
5739 | 2024-12-20T23:20:26.372Z | [ recovery-image] Dec 20 23:20:24.833 INFO O| Dec 20 23:20:24.833 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-12-20T23:20:26.380Z | [ recovery-image] Dec 20 23:20:24.844 INFO O| Dec 20 23:20:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5741 | 2024-12-20T23:20:26.380Z | [ recovery-image] Dec 20 23:20:24.844 INFO O| Dec 20 23:20:24.844 INFO STEP 458 (remove_files) COMPLETE |
5742 | 2024-12-20T23:20:26.382Z | [ recovery-image] Dec 20 23:20:24.844 INFO O| Dec 20 23:20:24.844 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-12-20T23:20:26.392Z | [ recovery-image] Dec 20 23:20:24.856 INFO O| Dec 20 23:20:24.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5744 | 2024-12-20T23:20:26.392Z | [ recovery-image] Dec 20 23:20:24.856 INFO O| Dec 20 23:20:24.856 INFO STEP 459 (remove_files) COMPLETE |
5745 | 2024-12-20T23:20:26.392Z | [ recovery-image] Dec 20 23:20:24.856 INFO O| Dec 20 23:20:24.856 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-12-20T23:20:26.403Z | [ recovery-image] Dec 20 23:20:24.866 INFO O| Dec 20 23:20:24.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5747 | 2024-12-20T23:20:26.406Z | [ recovery-image] Dec 20 23:20:24.868 INFO O| Dec 20 23:20:24.868 INFO STEP 460 (remove_files) COMPLETE |
5748 | 2024-12-20T23:20:26.406Z | [ recovery-image] Dec 20 23:20:24.868 INFO O| Dec 20 23:20:24.868 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-12-20T23:20:26.414Z | [ recovery-image] Dec 20 23:20:24.879 INFO O| Dec 20 23:20:24.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5750 | 2024-12-20T23:20:26.414Z | [ recovery-image] Dec 20 23:20:24.879 INFO O| Dec 20 23:20:24.879 INFO STEP 461 (remove_files) COMPLETE |
5751 | 2024-12-20T23:20:26.414Z | [ recovery-image] Dec 20 23:20:24.879 INFO O| Dec 20 23:20:24.879 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-12-20T23:20:26.424Z | [ recovery-image] Dec 20 23:20:24.889 INFO O| Dec 20 23:20:24.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5753 | 2024-12-20T23:20:26.427Z | [ recovery-image] Dec 20 23:20:24.889 INFO O| Dec 20 23:20:24.889 INFO STEP 462 (remove_files) COMPLETE |
5754 | 2024-12-20T23:20:26.427Z | [ recovery-image] Dec 20 23:20:24.889 INFO O| Dec 20 23:20:24.889 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-12-20T23:20:26.436Z | [ recovery-image] Dec 20 23:20:24.900 INFO O| Dec 20 23:20:24.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5756 | 2024-12-20T23:20:26.436Z | [ recovery-image] Dec 20 23:20:24.900 INFO O| Dec 20 23:20:24.900 INFO STEP 463 (remove_files) COMPLETE |
5757 | 2024-12-20T23:20:26.438Z | [ recovery-image] Dec 20 23:20:24.900 INFO O| Dec 20 23:20:24.900 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-12-20T23:20:26.450Z | [ recovery-image] Dec 20 23:20:24.914 INFO O| Dec 20 23:20:24.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5759 | 2024-12-20T23:20:26.450Z | [ recovery-image] Dec 20 23:20:24.914 INFO O| Dec 20 23:20:24.914 INFO STEP 464 (remove_files) COMPLETE |
5760 | 2024-12-20T23:20:26.450Z | [ recovery-image] Dec 20 23:20:24.914 INFO O| Dec 20 23:20:24.914 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-12-20T23:20:26.464Z | [ recovery-image] Dec 20 23:20:24.928 INFO O| Dec 20 23:20:24.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5762 | 2024-12-20T23:20:26.464Z | [ recovery-image] Dec 20 23:20:24.928 INFO O| Dec 20 23:20:24.928 INFO STEP 465 (remove_files) COMPLETE |
5763 | 2024-12-20T23:20:26.464Z | [ recovery-image] Dec 20 23:20:24.928 INFO O| Dec 20 23:20:24.928 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-12-20T23:20:26.477Z | [ recovery-image] Dec 20 23:20:24.939 INFO O| Dec 20 23:20:24.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5765 | 2024-12-20T23:20:26.477Z | [ recovery-image] Dec 20 23:20:24.939 INFO O| Dec 20 23:20:24.939 INFO STEP 466 (remove_files) COMPLETE |
5766 | 2024-12-20T23:20:26.480Z | [ recovery-image] Dec 20 23:20:24.939 INFO O| Dec 20 23:20:24.939 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-12-20T23:20:26.485Z | [ recovery-image] Dec 20 23:20:24.949 INFO O| Dec 20 23:20:24.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5768 | 2024-12-20T23:20:26.485Z | [ recovery-image] Dec 20 23:20:24.949 INFO O| Dec 20 23:20:24.949 INFO STEP 467 (remove_files) COMPLETE |
5769 | 2024-12-20T23:20:26.491Z | [ recovery-image] Dec 20 23:20:24.949 INFO O| Dec 20 23:20:24.949 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-12-20T23:20:26.499Z | [ recovery-image] Dec 20 23:20:24.963 INFO O| Dec 20 23:20:24.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5771 | 2024-12-20T23:20:26.503Z | [ recovery-image] Dec 20 23:20:24.963 INFO O| Dec 20 23:20:24.963 INFO STEP 468 (remove_files) COMPLETE |
5772 | 2024-12-20T23:20:26.503Z | [ recovery-image] Dec 20 23:20:24.963 INFO O| Dec 20 23:20:24.963 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-12-20T23:20:26.513Z | [ recovery-image] Dec 20 23:20:24.977 INFO O| Dec 20 23:20:24.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5774 | 2024-12-20T23:20:26.513Z | [ recovery-image] Dec 20 23:20:24.977 INFO O| Dec 20 23:20:24.977 INFO STEP 469 (remove_files) COMPLETE |
5775 | 2024-12-20T23:20:26.515Z | [ recovery-image] Dec 20 23:20:24.977 INFO O| Dec 20 23:20:24.977 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-12-20T23:20:26.525Z | [ recovery-image] Dec 20 23:20:24.990 INFO O| Dec 20 23:20:24.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5777 | 2024-12-20T23:20:26.525Z | [ recovery-image] Dec 20 23:20:24.990 INFO O| Dec 20 23:20:24.990 INFO STEP 470 (remove_files) COMPLETE |
5778 | 2024-12-20T23:20:26.525Z | [ recovery-image] Dec 20 23:20:24.990 INFO O| Dec 20 23:20:24.990 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-12-20T23:20:26.540Z | [ recovery-image] Dec 20 23:20:25.005 INFO O| Dec 20 23:20:25.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5780 | 2024-12-20T23:20:26.543Z | [ recovery-image] Dec 20 23:20:25.005 INFO O| Dec 20 23:20:25.005 INFO STEP 471 (remove_files) COMPLETE |
5781 | 2024-12-20T23:20:26.543Z | [ recovery-image] Dec 20 23:20:25.005 INFO O| Dec 20 23:20:25.005 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-12-20T23:20:26.554Z | [ recovery-image] Dec 20 23:20:25.018 INFO O| Dec 20 23:20:25.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5783 | 2024-12-20T23:20:26.554Z | [ recovery-image] Dec 20 23:20:25.018 INFO O| Dec 20 23:20:25.018 INFO STEP 472 (remove_files) COMPLETE |
5784 | 2024-12-20T23:20:26.554Z | [ recovery-image] Dec 20 23:20:25.018 INFO O| Dec 20 23:20:25.018 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-12-20T23:20:26.568Z | [ recovery-image] Dec 20 23:20:25.033 INFO O| Dec 20 23:20:25.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5786 | 2024-12-20T23:20:26.574Z | [ recovery-image] Dec 20 23:20:25.033 INFO O| Dec 20 23:20:25.033 INFO STEP 473 (remove_files) COMPLETE |
5787 | 2024-12-20T23:20:26.574Z | [ recovery-image] Dec 20 23:20:25.033 INFO O| Dec 20 23:20:25.033 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-12-20T23:20:26.580Z | [ recovery-image] Dec 20 23:20:25.045 INFO O| Dec 20 23:20:25.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5789 | 2024-12-20T23:20:26.584Z | [ recovery-image] Dec 20 23:20:25.045 INFO O| Dec 20 23:20:25.045 INFO STEP 474 (remove_files) COMPLETE |
5790 | 2024-12-20T23:20:26.584Z | [ recovery-image] Dec 20 23:20:25.045 INFO O| Dec 20 23:20:25.045 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-12-20T23:20:26.593Z | [ recovery-image] Dec 20 23:20:25.057 INFO O| Dec 20 23:20:25.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5792 | 2024-12-20T23:20:26.593Z | [ recovery-image] Dec 20 23:20:25.057 INFO O| Dec 20 23:20:25.057 INFO STEP 475 (remove_files) COMPLETE |
5793 | 2024-12-20T23:20:26.596Z | [ recovery-image] Dec 20 23:20:25.057 INFO O| Dec 20 23:20:25.057 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-12-20T23:20:26.605Z | [ recovery-image] Dec 20 23:20:25.069 INFO O| Dec 20 23:20:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5795 | 2024-12-20T23:20:26.605Z | [ recovery-image] Dec 20 23:20:25.069 INFO O| Dec 20 23:20:25.069 INFO STEP 476 (remove_files) COMPLETE |
5796 | 2024-12-20T23:20:26.607Z | [ recovery-image] Dec 20 23:20:25.069 INFO O| Dec 20 23:20:25.069 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-12-20T23:20:26.617Z | [ recovery-image] Dec 20 23:20:25.082 INFO O| Dec 20 23:20:25.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5798 | 2024-12-20T23:20:26.618Z | [ recovery-image] Dec 20 23:20:25.082 INFO O| Dec 20 23:20:25.082 INFO STEP 477 (remove_files) COMPLETE |
5799 | 2024-12-20T23:20:26.621Z | [ recovery-image] Dec 20 23:20:25.082 INFO O| Dec 20 23:20:25.082 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-12-20T23:20:26.634Z | [ recovery-image] Dec 20 23:20:25.097 INFO O| Dec 20 23:20:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5801 | 2024-12-20T23:20:26.634Z | [ recovery-image] Dec 20 23:20:25.097 INFO O| Dec 20 23:20:25.097 INFO STEP 478 (remove_files) COMPLETE |
5802 | 2024-12-20T23:20:26.645Z | [ recovery-image] Dec 20 23:20:25.097 INFO O| Dec 20 23:20:25.097 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-12-20T23:20:26.648Z | [ recovery-image] Dec 20 23:20:25.109 INFO O| Dec 20 23:20:25.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5804 | 2024-12-20T23:20:26.648Z | [ recovery-image] Dec 20 23:20:25.109 INFO O| Dec 20 23:20:25.109 INFO STEP 479 (remove_files) COMPLETE |
5805 | 2024-12-20T23:20:26.648Z | [ recovery-image] Dec 20 23:20:25.110 INFO O| Dec 20 23:20:25.109 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-12-20T23:20:26.658Z | [ recovery-image] Dec 20 23:20:25.122 INFO O| Dec 20 23:20:25.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5807 | 2024-12-20T23:20:26.658Z | [ recovery-image] Dec 20 23:20:25.122 INFO O| Dec 20 23:20:25.122 INFO STEP 480 (remove_files) COMPLETE |
5808 | 2024-12-20T23:20:26.658Z | [ recovery-image] Dec 20 23:20:25.122 INFO O| Dec 20 23:20:25.122 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-12-20T23:20:26.671Z | [ recovery-image] Dec 20 23:20:25.135 INFO O| Dec 20 23:20:25.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5810 | 2024-12-20T23:20:26.671Z | [ recovery-image] Dec 20 23:20:25.136 INFO O| Dec 20 23:20:25.136 INFO STEP 481 (remove_files) COMPLETE |
5811 | 2024-12-20T23:20:26.671Z | [ recovery-image] Dec 20 23:20:25.136 INFO O| Dec 20 23:20:25.136 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-12-20T23:20:26.684Z | [ recovery-image] Dec 20 23:20:25.147 INFO O| Dec 20 23:20:25.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5813 | 2024-12-20T23:20:26.684Z | [ recovery-image] Dec 20 23:20:25.147 INFO O| Dec 20 23:20:25.147 INFO STEP 482 (remove_files) COMPLETE |
5814 | 2024-12-20T23:20:26.686Z | [ recovery-image] Dec 20 23:20:25.147 INFO O| Dec 20 23:20:25.147 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-12-20T23:20:26.695Z | [ recovery-image] Dec 20 23:20:25.159 INFO O| Dec 20 23:20:25.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5816 | 2024-12-20T23:20:26.695Z | [ recovery-image] Dec 20 23:20:25.160 INFO O| Dec 20 23:20:25.160 INFO STEP 483 (remove_files) COMPLETE |
5817 | 2024-12-20T23:20:26.695Z | [ recovery-image] Dec 20 23:20:25.160 INFO O| Dec 20 23:20:25.160 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-12-20T23:20:26.709Z | [ recovery-image] Dec 20 23:20:25.173 INFO O| Dec 20 23:20:25.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5819 | 2024-12-20T23:20:26.709Z | [ recovery-image] Dec 20 23:20:25.174 INFO O| Dec 20 23:20:25.174 INFO STEP 484 (remove_files) COMPLETE |
5820 | 2024-12-20T23:20:26.709Z | [ recovery-image] Dec 20 23:20:25.174 INFO O| Dec 20 23:20:25.174 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-12-20T23:20:26.722Z | [ recovery-image] Dec 20 23:20:25.186 INFO O| Dec 20 23:20:25.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5822 | 2024-12-20T23:20:26.722Z | [ recovery-image] Dec 20 23:20:25.186 INFO O| Dec 20 23:20:25.186 INFO STEP 485 (remove_files) COMPLETE |
5823 | 2024-12-20T23:20:26.722Z | [ recovery-image] Dec 20 23:20:25.187 INFO O| Dec 20 23:20:25.186 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-12-20T23:20:26.735Z | [ recovery-image] Dec 20 23:20:25.199 INFO O| Dec 20 23:20:25.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5825 | 2024-12-20T23:20:26.738Z | [ recovery-image] Dec 20 23:20:25.199 INFO O| Dec 20 23:20:25.199 INFO STEP 486 (remove_files) COMPLETE |
5826 | 2024-12-20T23:20:26.738Z | [ recovery-image] Dec 20 23:20:25.199 INFO O| Dec 20 23:20:25.199 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-12-20T23:20:26.748Z | [ recovery-image] Dec 20 23:20:25.212 INFO O| Dec 20 23:20:25.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5828 | 2024-12-20T23:20:26.748Z | [ recovery-image] Dec 20 23:20:25.212 INFO O| Dec 20 23:20:25.212 INFO STEP 487 (remove_files) COMPLETE |
5829 | 2024-12-20T23:20:26.748Z | [ recovery-image] Dec 20 23:20:25.212 INFO O| Dec 20 23:20:25.212 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-12-20T23:20:26.764Z | [ recovery-image] Dec 20 23:20:25.228 INFO O| Dec 20 23:20:25.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5831 | 2024-12-20T23:20:26.764Z | [ recovery-image] Dec 20 23:20:25.228 INFO O| Dec 20 23:20:25.228 INFO STEP 488 (remove_files) COMPLETE |
5832 | 2024-12-20T23:20:26.764Z | [ recovery-image] Dec 20 23:20:25.228 INFO O| Dec 20 23:20:25.228 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-12-20T23:20:26.779Z | [ recovery-image] Dec 20 23:20:25.243 INFO O| Dec 20 23:20:25.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5834 | 2024-12-20T23:20:26.779Z | [ recovery-image] Dec 20 23:20:25.243 INFO O| Dec 20 23:20:25.243 INFO STEP 489 (remove_files) COMPLETE |
5835 | 2024-12-20T23:20:26.779Z | [ recovery-image] Dec 20 23:20:25.243 INFO O| Dec 20 23:20:25.243 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-12-20T23:20:26.793Z | [ recovery-image] Dec 20 23:20:25.258 INFO O| Dec 20 23:20:25.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5837 | 2024-12-20T23:20:26.793Z | [ recovery-image] Dec 20 23:20:25.258 INFO O| Dec 20 23:20:25.258 INFO STEP 490 (remove_files) COMPLETE |
5838 | 2024-12-20T23:20:26.797Z | [ recovery-image] Dec 20 23:20:25.258 INFO O| Dec 20 23:20:25.258 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-12-20T23:20:26.808Z | [ recovery-image] Dec 20 23:20:25.272 INFO O| Dec 20 23:20:25.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5840 | 2024-12-20T23:20:26.808Z | [ recovery-image] Dec 20 23:20:25.272 INFO O| Dec 20 23:20:25.272 INFO STEP 491 (remove_files) COMPLETE |
5841 | 2024-12-20T23:20:26.810Z | [ recovery-image] Dec 20 23:20:25.272 INFO O| Dec 20 23:20:25.272 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-12-20T23:20:26.823Z | [ recovery-image] Dec 20 23:20:25.287 INFO O| Dec 20 23:20:25.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5843 | 2024-12-20T23:20:26.823Z | [ recovery-image] Dec 20 23:20:25.287 INFO O| Dec 20 23:20:25.287 INFO STEP 492 (remove_files) COMPLETE |
5844 | 2024-12-20T23:20:26.823Z | [ recovery-image] Dec 20 23:20:25.287 INFO O| Dec 20 23:20:25.287 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-12-20T23:20:26.835Z | [ recovery-image] Dec 20 23:20:25.299 INFO O| Dec 20 23:20:25.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5846 | 2024-12-20T23:20:26.835Z | [ recovery-image] Dec 20 23:20:25.299 INFO O| Dec 20 23:20:25.299 INFO STEP 493 (remove_files) COMPLETE |
5847 | 2024-12-20T23:20:26.837Z | [ recovery-image] Dec 20 23:20:25.299 INFO O| Dec 20 23:20:25.299 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-12-20T23:20:26.847Z | [ recovery-image] Dec 20 23:20:25.312 INFO O| Dec 20 23:20:25.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5849 | 2024-12-20T23:20:26.847Z | [ recovery-image] Dec 20 23:20:25.312 INFO O| Dec 20 23:20:25.312 INFO STEP 494 (remove_files) COMPLETE |
5850 | 2024-12-20T23:20:26.847Z | [ recovery-image] Dec 20 23:20:25.312 INFO O| Dec 20 23:20:25.312 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-12-20T23:20:26.859Z | [ recovery-image] Dec 20 23:20:25.324 INFO O| Dec 20 23:20:25.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5852 | 2024-12-20T23:20:26.859Z | [ recovery-image] Dec 20 23:20:25.324 INFO O| Dec 20 23:20:25.324 INFO STEP 495 (remove_files) COMPLETE |
5853 | 2024-12-20T23:20:26.862Z | [ recovery-image] Dec 20 23:20:25.324 INFO O| Dec 20 23:20:25.324 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-12-20T23:20:26.871Z | [ recovery-image] Dec 20 23:20:25.335 INFO O| Dec 20 23:20:25.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5855 | 2024-12-20T23:20:26.871Z | [ recovery-image] Dec 20 23:20:25.335 INFO O| Dec 20 23:20:25.335 INFO STEP 496 (remove_files) COMPLETE |
5856 | 2024-12-20T23:20:26.874Z | [ recovery-image] Dec 20 23:20:25.335 INFO O| Dec 20 23:20:25.335 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-12-20T23:20:26.883Z | [ recovery-image] Dec 20 23:20:25.347 INFO O| Dec 20 23:20:25.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5858 | 2024-12-20T23:20:26.883Z | [ recovery-image] Dec 20 23:20:25.347 INFO O| Dec 20 23:20:25.347 INFO STEP 497 (remove_files) COMPLETE |
5859 | 2024-12-20T23:20:26.887Z | [ recovery-image] Dec 20 23:20:25.347 INFO O| Dec 20 23:20:25.347 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-12-20T23:20:26.895Z | [ recovery-image] Dec 20 23:20:25.360 INFO O| Dec 20 23:20:25.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5861 | 2024-12-20T23:20:26.895Z | [ recovery-image] Dec 20 23:20:25.360 INFO O| Dec 20 23:20:25.360 INFO STEP 498 (remove_files) COMPLETE |
5862 | 2024-12-20T23:20:26.895Z | [ recovery-image] Dec 20 23:20:25.360 INFO O| Dec 20 23:20:25.360 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-12-20T23:20:26.911Z | [ recovery-image] Dec 20 23:20:25.375 INFO O| Dec 20 23:20:25.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5864 | 2024-12-20T23:20:26.911Z | [ recovery-image] Dec 20 23:20:25.375 INFO O| Dec 20 23:20:25.375 INFO STEP 499 (remove_files) COMPLETE |
5865 | 2024-12-20T23:20:26.913Z | [ recovery-image] Dec 20 23:20:25.375 INFO O| Dec 20 23:20:25.375 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-12-20T23:20:26.924Z | [ recovery-image] Dec 20 23:20:25.387 INFO O| Dec 20 23:20:25.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5867 | 2024-12-20T23:20:26.924Z | [ recovery-image] Dec 20 23:20:25.387 INFO O| Dec 20 23:20:25.387 INFO STEP 500 (remove_files) COMPLETE |
5868 | 2024-12-20T23:20:26.926Z | [ recovery-image] Dec 20 23:20:25.387 INFO O| Dec 20 23:20:25.387 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-12-20T23:20:26.936Z | [ recovery-image] Dec 20 23:20:25.399 INFO O| Dec 20 23:20:25.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5870 | 2024-12-20T23:20:26.936Z | [ recovery-image] Dec 20 23:20:25.399 INFO O| Dec 20 23:20:25.399 INFO STEP 501 (remove_files) COMPLETE |
5871 | 2024-12-20T23:20:26.936Z | [ recovery-image] Dec 20 23:20:25.399 INFO O| Dec 20 23:20:25.399 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-12-20T23:20:26.947Z | [ recovery-image] Dec 20 23:20:25.411 INFO O| Dec 20 23:20:25.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5873 | 2024-12-20T23:20:26.947Z | [ recovery-image] Dec 20 23:20:25.411 INFO O| Dec 20 23:20:25.411 INFO STEP 502 (remove_files) COMPLETE |
5874 | 2024-12-20T23:20:26.947Z | [ recovery-image] Dec 20 23:20:25.411 INFO O| Dec 20 23:20:25.411 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-12-20T23:20:26.958Z | [ recovery-image] Dec 20 23:20:25.423 INFO O| Dec 20 23:20:25.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5876 | 2024-12-20T23:20:26.961Z | [ recovery-image] Dec 20 23:20:25.423 INFO O| Dec 20 23:20:25.423 INFO STEP 503 (remove_files) COMPLETE |
5877 | 2024-12-20T23:20:26.961Z | [ recovery-image] Dec 20 23:20:25.423 INFO O| Dec 20 23:20:25.423 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-12-20T23:20:26.970Z | [ recovery-image] Dec 20 23:20:25.434 INFO O| Dec 20 23:20:25.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5879 | 2024-12-20T23:20:26.970Z | [ recovery-image] Dec 20 23:20:25.434 INFO O| Dec 20 23:20:25.434 INFO STEP 504 (remove_files) COMPLETE |
5880 | 2024-12-20T23:20:26.972Z | [ recovery-image] Dec 20 23:20:25.434 INFO O| Dec 20 23:20:25.434 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-12-20T23:20:26.983Z | [ recovery-image] Dec 20 23:20:25.448 INFO O| Dec 20 23:20:25.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5882 | 2024-12-20T23:20:26.986Z | [ recovery-image] Dec 20 23:20:25.448 INFO O| Dec 20 23:20:25.448 INFO STEP 505 (remove_files) COMPLETE |
5883 | 2024-12-20T23:20:26.986Z | [ recovery-image] Dec 20 23:20:25.448 INFO O| Dec 20 23:20:25.448 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-12-20T23:20:26.997Z | [ recovery-image] Dec 20 23:20:25.462 INFO O| Dec 20 23:20:25.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5885 | 2024-12-20T23:20:27.002Z | [ recovery-image] Dec 20 23:20:25.462 INFO O| Dec 20 23:20:25.462 INFO STEP 506 (remove_files) COMPLETE |
5886 | 2024-12-20T23:20:27.002Z | [ recovery-image] Dec 20 23:20:25.462 INFO O| Dec 20 23:20:25.462 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-12-20T23:20:27.012Z | [ recovery-image] Dec 20 23:20:25.477 INFO O| Dec 20 23:20:25.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5888 | 2024-12-20T23:20:27.012Z | [ recovery-image] Dec 20 23:20:25.477 INFO O| Dec 20 23:20:25.477 INFO STEP 507 (remove_files) COMPLETE |
5889 | 2024-12-20T23:20:27.014Z | [ recovery-image] Dec 20 23:20:25.477 INFO O| Dec 20 23:20:25.477 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-12-20T23:20:27.027Z | [ recovery-image] Dec 20 23:20:25.491 INFO O| Dec 20 23:20:25.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5891 | 2024-12-20T23:20:27.027Z | [ recovery-image] Dec 20 23:20:25.491 INFO O| Dec 20 23:20:25.491 INFO STEP 508 (remove_files) COMPLETE |
5892 | 2024-12-20T23:20:27.030Z | [ recovery-image] Dec 20 23:20:25.491 INFO O| Dec 20 23:20:25.491 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-12-20T23:20:27.041Z | [ recovery-image] Dec 20 23:20:25.505 INFO O| Dec 20 23:20:25.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5894 | 2024-12-20T23:20:27.041Z | [ recovery-image] Dec 20 23:20:25.505 INFO O| Dec 20 23:20:25.505 INFO STEP 509 (remove_files) COMPLETE |
5895 | 2024-12-20T23:20:27.041Z | [ recovery-image] Dec 20 23:20:25.506 INFO O| Dec 20 23:20:25.505 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-12-20T23:20:27.056Z | [ recovery-image] Dec 20 23:20:25.520 INFO O| Dec 20 23:20:25.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5897 | 2024-12-20T23:20:27.056Z | [ recovery-image] Dec 20 23:20:25.520 INFO O| Dec 20 23:20:25.520 INFO STEP 510 (remove_files) COMPLETE |
5898 | 2024-12-20T23:20:27.056Z | [ recovery-image] Dec 20 23:20:25.520 INFO O| Dec 20 23:20:25.520 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-12-20T23:20:27.070Z | [ recovery-image] Dec 20 23:20:25.534 INFO O| Dec 20 23:20:25.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5900 | 2024-12-20T23:20:27.070Z | [ recovery-image] Dec 20 23:20:25.535 INFO O| Dec 20 23:20:25.534 INFO STEP 511 (remove_files) COMPLETE |
5901 | 2024-12-20T23:20:27.070Z | [ recovery-image] Dec 20 23:20:25.535 INFO O| Dec 20 23:20:25.535 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-12-20T23:20:27.085Z | [ recovery-image] Dec 20 23:20:25.549 INFO O| Dec 20 23:20:25.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5903 | 2024-12-20T23:20:27.085Z | [ recovery-image] Dec 20 23:20:25.550 INFO O| Dec 20 23:20:25.550 INFO STEP 512 (remove_files) COMPLETE |
5904 | 2024-12-20T23:20:27.085Z | [ recovery-image] Dec 20 23:20:25.550 INFO O| Dec 20 23:20:25.550 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-12-20T23:20:27.099Z | [ recovery-image] Dec 20 23:20:25.563 INFO O| Dec 20 23:20:25.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5906 | 2024-12-20T23:20:27.099Z | [ recovery-image] Dec 20 23:20:25.564 INFO O| Dec 20 23:20:25.563 INFO STEP 513 (remove_files) COMPLETE |
5907 | 2024-12-20T23:20:27.102Z | [ recovery-image] Dec 20 23:20:25.564 INFO O| Dec 20 23:20:25.564 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-12-20T23:20:27.114Z | [ recovery-image] Dec 20 23:20:25.579 INFO O| Dec 20 23:20:25.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5909 | 2024-12-20T23:20:27.114Z | [ recovery-image] Dec 20 23:20:25.579 INFO O| Dec 20 23:20:25.579 INFO STEP 514 (remove_files) COMPLETE |
5910 | 2024-12-20T23:20:27.115Z | [ recovery-image] Dec 20 23:20:25.579 INFO O| Dec 20 23:20:25.579 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-12-20T23:20:27.131Z | [ recovery-image] Dec 20 23:20:25.595 INFO O| Dec 20 23:20:25.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5912 | 2024-12-20T23:20:27.131Z | [ recovery-image] Dec 20 23:20:25.595 INFO O| Dec 20 23:20:25.595 INFO STEP 515 (remove_files) COMPLETE |
5913 | 2024-12-20T23:20:27.131Z | [ recovery-image] Dec 20 23:20:25.595 INFO O| Dec 20 23:20:25.595 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-12-20T23:20:27.142Z | [ recovery-image] Dec 20 23:20:25.607 INFO O| Dec 20 23:20:25.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5915 | 2024-12-20T23:20:27.142Z | [ recovery-image] Dec 20 23:20:25.607 INFO O| Dec 20 23:20:25.607 INFO STEP 516 (remove_files) COMPLETE |
5916 | 2024-12-20T23:20:27.145Z | [ recovery-image] Dec 20 23:20:25.607 INFO O| Dec 20 23:20:25.607 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-12-20T23:20:27.157Z | [ recovery-image] Dec 20 23:20:25.622 INFO O| Dec 20 23:20:25.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5918 | 2024-12-20T23:20:27.160Z | [ recovery-image] Dec 20 23:20:25.622 INFO O| Dec 20 23:20:25.622 INFO STEP 517 (remove_files) COMPLETE |
5919 | 2024-12-20T23:20:27.160Z | [ recovery-image] Dec 20 23:20:25.622 INFO O| Dec 20 23:20:25.622 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-12-20T23:20:27.169Z | [ recovery-image] Dec 20 23:20:25.633 INFO O| Dec 20 23:20:25.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5921 | 2024-12-20T23:20:27.169Z | [ recovery-image] Dec 20 23:20:25.633 INFO O| Dec 20 23:20:25.633 INFO STEP 518 (remove_files) COMPLETE |
5922 | 2024-12-20T23:20:27.171Z | [ recovery-image] Dec 20 23:20:25.633 INFO O| Dec 20 23:20:25.633 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-12-20T23:20:27.180Z | [ recovery-image] Dec 20 23:20:25.645 INFO O| Dec 20 23:20:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5924 | 2024-12-20T23:20:27.180Z | [ recovery-image] Dec 20 23:20:25.645 INFO O| Dec 20 23:20:25.645 INFO STEP 519 (remove_files) COMPLETE |
5925 | 2024-12-20T23:20:27.180Z | [ recovery-image] Dec 20 23:20:25.645 INFO O| Dec 20 23:20:25.645 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-12-20T23:20:27.191Z | [ recovery-image] Dec 20 23:20:25.655 INFO O| Dec 20 23:20:25.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5927 | 2024-12-20T23:20:27.191Z | [ recovery-image] Dec 20 23:20:25.656 INFO O| Dec 20 23:20:25.655 INFO STEP 520 (remove_files) COMPLETE |
5928 | 2024-12-20T23:20:27.191Z | [ recovery-image] Dec 20 23:20:25.656 INFO O| Dec 20 23:20:25.656 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-12-20T23:20:27.202Z | [ recovery-image] Dec 20 23:20:25.666 INFO O| Dec 20 23:20:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5930 | 2024-12-20T23:20:27.202Z | [ recovery-image] Dec 20 23:20:25.666 INFO O| Dec 20 23:20:25.666 INFO STEP 521 (remove_files) COMPLETE |
5931 | 2024-12-20T23:20:27.204Z | [ recovery-image] Dec 20 23:20:25.666 INFO O| Dec 20 23:20:25.666 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-12-20T23:20:27.213Z | [ recovery-image] Dec 20 23:20:25.678 INFO O| Dec 20 23:20:25.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5933 | 2024-12-20T23:20:27.216Z | [ recovery-image] Dec 20 23:20:25.678 INFO O| Dec 20 23:20:25.678 INFO STEP 522 (remove_files) COMPLETE |
5934 | 2024-12-20T23:20:27.216Z | [ recovery-image] Dec 20 23:20:25.678 INFO O| Dec 20 23:20:25.678 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-12-20T23:20:27.228Z | [ recovery-image] Dec 20 23:20:25.692 INFO O| Dec 20 23:20:25.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5936 | 2024-12-20T23:20:27.228Z | [ recovery-image] Dec 20 23:20:25.692 INFO O| Dec 20 23:20:25.692 INFO STEP 523 (remove_files) COMPLETE |
5937 | 2024-12-20T23:20:27.230Z | [ recovery-image] Dec 20 23:20:25.692 INFO O| Dec 20 23:20:25.692 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-12-20T23:20:27.244Z | [ recovery-image] Dec 20 23:20:25.708 INFO O| Dec 20 23:20:25.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5939 | 2024-12-20T23:20:27.244Z | [ recovery-image] Dec 20 23:20:25.708 INFO O| Dec 20 23:20:25.708 INFO STEP 524 (remove_files) COMPLETE |
5940 | 2024-12-20T23:20:27.246Z | [ recovery-image] Dec 20 23:20:25.708 INFO O| Dec 20 23:20:25.708 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-12-20T23:20:27.261Z | [ recovery-image] Dec 20 23:20:25.724 INFO O| Dec 20 23:20:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5942 | 2024-12-20T23:20:27.261Z | [ recovery-image] Dec 20 23:20:25.724 INFO O| Dec 20 23:20:25.724 INFO STEP 525 (remove_files) COMPLETE |
5943 | 2024-12-20T23:20:27.263Z | [ recovery-image] Dec 20 23:20:25.724 INFO O| Dec 20 23:20:25.724 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-12-20T23:20:27.275Z | [ recovery-image] Dec 20 23:20:25.740 INFO O| Dec 20 23:20:25.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5945 | 2024-12-20T23:20:27.275Z | [ recovery-image] Dec 20 23:20:25.740 INFO O| Dec 20 23:20:25.740 INFO STEP 526 (remove_files) COMPLETE |
5946 | 2024-12-20T23:20:27.278Z | [ recovery-image] Dec 20 23:20:25.740 INFO O| Dec 20 23:20:25.740 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-12-20T23:20:27.288Z | [ recovery-image] Dec 20 23:20:25.752 INFO O| Dec 20 23:20:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5948 | 2024-12-20T23:20:27.290Z | [ recovery-image] Dec 20 23:20:25.752 INFO O| Dec 20 23:20:25.752 INFO STEP 527 (remove_files) COMPLETE |
5949 | 2024-12-20T23:20:27.290Z | [ recovery-image] Dec 20 23:20:25.752 INFO O| Dec 20 23:20:25.752 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-12-20T23:20:27.304Z | [ recovery-image] Dec 20 23:20:25.768 INFO O| Dec 20 23:20:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5951 | 2024-12-20T23:20:27.305Z | [ recovery-image] Dec 20 23:20:25.768 INFO O| Dec 20 23:20:25.768 INFO STEP 528 (remove_files) COMPLETE |
5952 | 2024-12-20T23:20:27.307Z | [ recovery-image] Dec 20 23:20:25.768 INFO O| Dec 20 23:20:25.768 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-12-20T23:20:27.316Z | [ recovery-image] Dec 20 23:20:25.780 INFO O| Dec 20 23:20:25.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5954 | 2024-12-20T23:20:27.318Z | [ recovery-image] Dec 20 23:20:25.780 INFO O| Dec 20 23:20:25.780 INFO STEP 529 (remove_files) COMPLETE |
5955 | 2024-12-20T23:20:27.318Z | [ recovery-image] Dec 20 23:20:25.781 INFO O| Dec 20 23:20:25.780 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-12-20T23:20:27.329Z | [ recovery-image] Dec 20 23:20:25.793 INFO O| Dec 20 23:20:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5957 | 2024-12-20T23:20:27.329Z | [ recovery-image] Dec 20 23:20:25.793 INFO O| Dec 20 23:20:25.793 INFO STEP 530 (remove_files) COMPLETE |
5958 | 2024-12-20T23:20:27.332Z | [ recovery-image] Dec 20 23:20:25.793 INFO O| Dec 20 23:20:25.793 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-12-20T23:20:27.342Z | [ recovery-image] Dec 20 23:20:25.807 INFO O| Dec 20 23:20:25.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5960 | 2024-12-20T23:20:27.342Z | [ recovery-image] Dec 20 23:20:25.807 INFO O| Dec 20 23:20:25.807 INFO STEP 531 (remove_files) COMPLETE |
5961 | 2024-12-20T23:20:27.342Z | [ recovery-image] Dec 20 23:20:25.807 INFO O| Dec 20 23:20:25.807 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-12-20T23:20:27.354Z | [ recovery-image] Dec 20 23:20:25.818 INFO O| Dec 20 23:20:25.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5963 | 2024-12-20T23:20:27.357Z | [ recovery-image] Dec 20 23:20:25.819 INFO O| Dec 20 23:20:25.818 INFO STEP 532 (remove_files) COMPLETE |
5964 | 2024-12-20T23:20:27.357Z | [ recovery-image] Dec 20 23:20:25.819 INFO O| Dec 20 23:20:25.818 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-12-20T23:20:27.366Z | [ recovery-image] Dec 20 23:20:25.830 INFO O| Dec 20 23:20:25.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5966 | 2024-12-20T23:20:27.369Z | [ recovery-image] Dec 20 23:20:25.830 INFO O| Dec 20 23:20:25.830 INFO STEP 533 (remove_files) COMPLETE |
5967 | 2024-12-20T23:20:27.369Z | [ recovery-image] Dec 20 23:20:25.830 INFO O| Dec 20 23:20:25.830 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-12-20T23:20:27.378Z | [ recovery-image] Dec 20 23:20:25.841 INFO O| Dec 20 23:20:25.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5969 | 2024-12-20T23:20:27.378Z | [ recovery-image] Dec 20 23:20:25.842 INFO O| Dec 20 23:20:25.842 INFO STEP 534 (remove_files) COMPLETE |
5970 | 2024-12-20T23:20:27.378Z | [ recovery-image] Dec 20 23:20:25.842 INFO O| Dec 20 23:20:25.842 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-12-20T23:20:27.389Z | [ recovery-image] Dec 20 23:20:25.853 INFO O| Dec 20 23:20:25.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5972 | 2024-12-20T23:20:27.389Z | [ recovery-image] Dec 20 23:20:25.853 INFO O| Dec 20 23:20:25.853 INFO STEP 535 (remove_files) COMPLETE |
5973 | 2024-12-20T23:20:27.389Z | [ recovery-image] Dec 20 23:20:25.853 INFO O| Dec 20 23:20:25.853 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-12-20T23:20:27.401Z | [ recovery-image] Dec 20 23:20:25.865 INFO O| Dec 20 23:20:25.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5975 | 2024-12-20T23:20:27.401Z | [ recovery-image] Dec 20 23:20:25.865 INFO O| Dec 20 23:20:25.865 INFO STEP 536 (remove_files) COMPLETE |
5976 | 2024-12-20T23:20:27.401Z | [ recovery-image] Dec 20 23:20:25.865 INFO O| Dec 20 23:20:25.865 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-12-20T23:20:27.413Z | [ recovery-image] Dec 20 23:20:25.877 INFO O| Dec 20 23:20:25.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5978 | 2024-12-20T23:20:27.413Z | [ recovery-image] Dec 20 23:20:25.877 INFO O| Dec 20 23:20:25.877 INFO STEP 537 (remove_files) COMPLETE |
5979 | 2024-12-20T23:20:27.413Z | [ recovery-image] Dec 20 23:20:25.877 INFO O| Dec 20 23:20:25.877 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-12-20T23:20:27.427Z | [ recovery-image] Dec 20 23:20:25.891 INFO O| Dec 20 23:20:25.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5981 | 2024-12-20T23:20:27.427Z | [ recovery-image] Dec 20 23:20:25.891 INFO O| Dec 20 23:20:25.891 INFO STEP 538 (remove_files) COMPLETE |
5982 | 2024-12-20T23:20:27.427Z | [ recovery-image] Dec 20 23:20:25.891 INFO O| Dec 20 23:20:25.891 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-12-20T23:20:27.442Z | [ recovery-image] Dec 20 23:20:25.906 INFO O| Dec 20 23:20:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5984 | 2024-12-20T23:20:27.444Z | [ recovery-image] Dec 20 23:20:25.906 INFO O| Dec 20 23:20:25.906 INFO STEP 539 (remove_files) COMPLETE |
5985 | 2024-12-20T23:20:27.444Z | [ recovery-image] Dec 20 23:20:25.906 INFO O| Dec 20 23:20:25.906 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-12-20T23:20:27.456Z | [ recovery-image] Dec 20 23:20:25.921 INFO O| Dec 20 23:20:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5987 | 2024-12-20T23:20:27.456Z | [ recovery-image] Dec 20 23:20:25.921 INFO O| Dec 20 23:20:25.921 INFO STEP 540 (remove_files) COMPLETE |
5988 | 2024-12-20T23:20:27.459Z | [ recovery-image] Dec 20 23:20:25.921 INFO O| Dec 20 23:20:25.921 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-12-20T23:20:27.471Z | [ recovery-image] Dec 20 23:20:25.935 INFO O| Dec 20 23:20:25.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5990 | 2024-12-20T23:20:27.471Z | [ recovery-image] Dec 20 23:20:25.935 INFO O| Dec 20 23:20:25.935 INFO STEP 541 (remove_files) COMPLETE |
5991 | 2024-12-20T23:20:27.478Z | [ recovery-image] Dec 20 23:20:25.935 INFO O| Dec 20 23:20:25.935 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-12-20T23:20:27.487Z | [ recovery-image] Dec 20 23:20:25.950 INFO O| Dec 20 23:20:25.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5993 | 2024-12-20T23:20:27.487Z | [ recovery-image] Dec 20 23:20:25.950 INFO O| Dec 20 23:20:25.950 INFO STEP 542 (remove_files) COMPLETE |
5994 | 2024-12-20T23:20:27.490Z | [ recovery-image] Dec 20 23:20:25.950 INFO O| Dec 20 23:20:25.950 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-12-20T23:20:27.501Z | [ recovery-image] Dec 20 23:20:25.965 INFO O| Dec 20 23:20:25.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5996 | 2024-12-20T23:20:27.501Z | [ recovery-image] Dec 20 23:20:25.965 INFO O| Dec 20 23:20:25.965 INFO STEP 543 (remove_files) COMPLETE |
5997 | 2024-12-20T23:20:27.501Z | [ recovery-image] Dec 20 23:20:25.965 INFO O| Dec 20 23:20:25.965 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-12-20T23:20:27.515Z | [ recovery-image] Dec 20 23:20:25.979 INFO O| Dec 20 23:20:25.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5999 | 2024-12-20T23:20:27.515Z | [ recovery-image] Dec 20 23:20:25.980 INFO O| Dec 20 23:20:25.980 INFO STEP 544 (remove_files) COMPLETE |
6000 | 2024-12-20T23:20:27.518Z | [ recovery-image] Dec 20 23:20:25.980 INFO O| Dec 20 23:20:25.980 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-12-20T23:20:27.526Z | [ recovery-image] Dec 20 23:20:25.990 INFO O| Dec 20 23:20:25.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
6002 | 2024-12-20T23:20:27.526Z | [ recovery-image] Dec 20 23:20:25.991 INFO O| Dec 20 23:20:25.990 INFO STEP 545 (remove_files) COMPLETE |
6003 | 2024-12-20T23:20:27.526Z | [ recovery-image] Dec 20 23:20:25.991 INFO O| Dec 20 23:20:25.991 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-12-20T23:20:27.537Z | [ recovery-image] Dec 20 23:20:26.001 INFO O| Dec 20 23:20:26.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
6005 | 2024-12-20T23:20:27.540Z | [ recovery-image] Dec 20 23:20:26.002 INFO O| Dec 20 23:20:26.001 INFO STEP 546 (remove_files) COMPLETE |
6006 | 2024-12-20T23:20:27.540Z | [ recovery-image] Dec 20 23:20:26.002 INFO O| Dec 20 23:20:26.002 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-12-20T23:20:27.550Z | [ recovery-image] Dec 20 23:20:26.014 INFO O| Dec 20 23:20:26.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
6008 | 2024-12-20T23:20:27.553Z | [ recovery-image] Dec 20 23:20:26.015 INFO O| Dec 20 23:20:26.015 INFO STEP 547 (remove_files) COMPLETE |
6009 | 2024-12-20T23:20:27.553Z | [ recovery-image] Dec 20 23:20:26.015 INFO O| Dec 20 23:20:26.015 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-12-20T23:20:27.562Z | [ recovery-image] Dec 20 23:20:26.026 INFO O| Dec 20 23:20:26.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
6011 | 2024-12-20T23:20:27.562Z | [ recovery-image] Dec 20 23:20:26.026 INFO O| Dec 20 23:20:26.026 INFO STEP 548 (remove_files) COMPLETE |
6012 | 2024-12-20T23:20:27.562Z | [ recovery-image] Dec 20 23:20:26.026 INFO O| Dec 20 23:20:26.026 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-12-20T23:20:27.577Z | [ recovery-image] Dec 20 23:20:26.040 INFO O| Dec 20 23:20:26.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
6014 | 2024-12-20T23:20:27.577Z | [ recovery-image] Dec 20 23:20:26.041 INFO O| Dec 20 23:20:26.041 INFO STEP 549 (remove_files) COMPLETE |
6015 | 2024-12-20T23:20:27.579Z | [ recovery-image] Dec 20 23:20:26.041 INFO O| Dec 20 23:20:26.041 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-12-20T23:20:27.589Z | [ recovery-image] Dec 20 23:20:26.053 INFO O| Dec 20 23:20:26.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
6017 | 2024-12-20T23:20:27.589Z | [ recovery-image] Dec 20 23:20:26.053 INFO O| Dec 20 23:20:26.053 INFO STEP 550 (remove_files) COMPLETE |
6018 | 2024-12-20T23:20:27.589Z | [ recovery-image] Dec 20 23:20:26.053 INFO O| Dec 20 23:20:26.053 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-12-20T23:20:27.602Z | [ recovery-image] Dec 20 23:20:26.065 INFO O| Dec 20 23:20:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
6020 | 2024-12-20T23:20:27.606Z | [ recovery-image] Dec 20 23:20:26.065 INFO O| Dec 20 23:20:26.065 INFO STEP 551 (remove_files) COMPLETE |
6021 | 2024-12-20T23:20:27.606Z | [ recovery-image] Dec 20 23:20:26.065 INFO O| Dec 20 23:20:26.065 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-12-20T23:20:27.613Z | [ recovery-image] Dec 20 23:20:26.077 INFO O| Dec 20 23:20:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
6023 | 2024-12-20T23:20:27.613Z | [ recovery-image] Dec 20 23:20:26.077 INFO O| Dec 20 23:20:26.077 INFO STEP 552 (remove_files) COMPLETE |
6024 | 2024-12-20T23:20:27.616Z | [ recovery-image] Dec 20 23:20:26.077 INFO O| Dec 20 23:20:26.077 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-12-20T23:20:27.631Z | [ recovery-image] Dec 20 23:20:26.094 INFO O| Dec 20 23:20:26.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
6026 | 2024-12-20T23:20:27.631Z | [ recovery-image] Dec 20 23:20:26.094 INFO O| Dec 20 23:20:26.094 INFO STEP 553 (remove_files) COMPLETE |
6027 | 2024-12-20T23:20:27.631Z | [ recovery-image] Dec 20 23:20:26.094 INFO O| Dec 20 23:20:26.094 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-12-20T23:20:27.646Z | [ recovery-image] Dec 20 23:20:26.110 INFO O| Dec 20 23:20:26.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
6029 | 2024-12-20T23:20:27.649Z | [ recovery-image] Dec 20 23:20:26.111 INFO O| Dec 20 23:20:26.111 INFO STEP 554 (remove_files) COMPLETE |
6030 | 2024-12-20T23:20:27.649Z | [ recovery-image] Dec 20 23:20:26.111 INFO O| Dec 20 23:20:26.111 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-12-20T23:20:27.662Z | [ recovery-image] Dec 20 23:20:26.127 INFO O| Dec 20 23:20:26.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
6032 | 2024-12-20T23:20:27.665Z | [ recovery-image] Dec 20 23:20:26.127 INFO O| Dec 20 23:20:26.127 INFO STEP 555 (remove_files) COMPLETE |
6033 | 2024-12-20T23:20:27.665Z | [ recovery-image] Dec 20 23:20:26.127 INFO O| Dec 20 23:20:26.127 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-12-20T23:20:27.678Z | [ recovery-image] Dec 20 23:20:26.142 INFO O| Dec 20 23:20:26.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
6035 | 2024-12-20T23:20:27.678Z | [ recovery-image] Dec 20 23:20:26.142 INFO O| Dec 20 23:20:26.142 INFO STEP 556 (remove_files) COMPLETE |
6036 | 2024-12-20T23:20:27.681Z | [ recovery-image] Dec 20 23:20:26.142 INFO O| Dec 20 23:20:26.142 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-12-20T23:20:27.690Z | [ recovery-image] Dec 20 23:20:26.154 INFO O| Dec 20 23:20:26.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
6038 | 2024-12-20T23:20:27.690Z | [ recovery-image] Dec 20 23:20:26.154 INFO O| Dec 20 23:20:26.154 INFO STEP 557 (remove_files) COMPLETE |
6039 | 2024-12-20T23:20:27.693Z | [ recovery-image] Dec 20 23:20:26.154 INFO O| Dec 20 23:20:26.154 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-12-20T23:20:27.703Z | [ recovery-image] Dec 20 23:20:26.167 INFO O| Dec 20 23:20:26.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
6041 | 2024-12-20T23:20:27.703Z | [ recovery-image] Dec 20 23:20:26.168 INFO O| Dec 20 23:20:26.167 INFO STEP 558 (remove_files) COMPLETE |
6042 | 2024-12-20T23:20:27.706Z | [ recovery-image] Dec 20 23:20:26.168 INFO O| Dec 20 23:20:26.168 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-12-20T23:20:27.715Z | [ recovery-image] Dec 20 23:20:26.179 INFO O| Dec 20 23:20:26.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6044 | 2024-12-20T23:20:27.715Z | [ recovery-image] Dec 20 23:20:26.179 INFO O| Dec 20 23:20:26.179 INFO STEP 559 (remove_files) COMPLETE |
6045 | 2024-12-20T23:20:27.715Z | [ recovery-image] Dec 20 23:20:26.179 INFO O| Dec 20 23:20:26.179 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-12-20T23:20:27.727Z | [ recovery-image] Dec 20 23:20:26.191 INFO O| Dec 20 23:20:26.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6047 | 2024-12-20T23:20:27.727Z | [ recovery-image] Dec 20 23:20:26.191 INFO O| Dec 20 23:20:26.191 INFO STEP 560 (remove_files) COMPLETE |
6048 | 2024-12-20T23:20:27.730Z | [ recovery-image] Dec 20 23:20:26.191 INFO O| Dec 20 23:20:26.191 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-12-20T23:20:27.737Z | [ recovery-image] Dec 20 23:20:26.201 INFO O| Dec 20 23:20:26.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6050 | 2024-12-20T23:20:27.737Z | [ recovery-image] Dec 20 23:20:26.201 INFO O| Dec 20 23:20:26.201 INFO STEP 561 (remove_files) COMPLETE |
6051 | 2024-12-20T23:20:27.740Z | [ recovery-image] Dec 20 23:20:26.201 INFO O| Dec 20 23:20:26.201 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-12-20T23:20:27.748Z | [ recovery-image] Dec 20 23:20:26.212 INFO O| Dec 20 23:20:26.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6053 | 2024-12-20T23:20:27.748Z | [ recovery-image] Dec 20 23:20:26.212 INFO O| Dec 20 23:20:26.212 INFO STEP 562 (remove_files) COMPLETE |
6054 | 2024-12-20T23:20:27.748Z | [ recovery-image] Dec 20 23:20:26.212 INFO O| Dec 20 23:20:26.212 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-12-20T23:20:27.759Z | [ recovery-image] Dec 20 23:20:26.223 INFO O| Dec 20 23:20:26.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6056 | 2024-12-20T23:20:27.759Z | [ recovery-image] Dec 20 23:20:26.223 INFO O| Dec 20 23:20:26.223 INFO STEP 563 (remove_files) COMPLETE |
6057 | 2024-12-20T23:20:27.759Z | [ recovery-image] Dec 20 23:20:26.223 INFO O| Dec 20 23:20:26.223 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-12-20T23:20:27.769Z | [ recovery-image] Dec 20 23:20:26.234 INFO O| Dec 20 23:20:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6059 | 2024-12-20T23:20:27.769Z | [ recovery-image] Dec 20 23:20:26.234 INFO O| Dec 20 23:20:26.234 INFO STEP 564 (remove_files) COMPLETE |
6060 | 2024-12-20T23:20:27.770Z | [ recovery-image] Dec 20 23:20:26.234 INFO O| Dec 20 23:20:26.234 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-12-20T23:20:27.780Z | [ recovery-image] Dec 20 23:20:26.244 INFO O| Dec 20 23:20:26.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6062 | 2024-12-20T23:20:27.783Z | [ recovery-image] Dec 20 23:20:26.244 INFO O| Dec 20 23:20:26.244 INFO STEP 565 (remove_files) COMPLETE |
6063 | 2024-12-20T23:20:27.783Z | [ recovery-image] Dec 20 23:20:26.244 INFO O| Dec 20 23:20:26.244 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-12-20T23:20:27.790Z | [ recovery-image] Dec 20 23:20:26.254 INFO O| Dec 20 23:20:26.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6065 | 2024-12-20T23:20:27.790Z | [ recovery-image] Dec 20 23:20:26.254 INFO O| Dec 20 23:20:26.254 INFO STEP 566 (remove_files) COMPLETE |
6066 | 2024-12-20T23:20:27.790Z | [ recovery-image] Dec 20 23:20:26.254 INFO O| Dec 20 23:20:26.254 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-12-20T23:20:27.801Z | [ recovery-image] Dec 20 23:20:26.265 INFO O| Dec 20 23:20:26.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6068 | 2024-12-20T23:20:27.801Z | [ recovery-image] Dec 20 23:20:26.265 INFO O| Dec 20 23:20:26.265 INFO STEP 567 (remove_files) COMPLETE |
6069 | 2024-12-20T23:20:27.803Z | [ recovery-image] Dec 20 23:20:26.265 INFO O| Dec 20 23:20:26.265 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-12-20T23:20:27.814Z | [ recovery-image] Dec 20 23:20:26.278 INFO O| Dec 20 23:20:26.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6071 | 2024-12-20T23:20:27.814Z | [ recovery-image] Dec 20 23:20:26.278 INFO O| Dec 20 23:20:26.278 INFO STEP 568 (remove_files) COMPLETE |
6072 | 2024-12-20T23:20:27.814Z | [ recovery-image] Dec 20 23:20:26.278 INFO O| Dec 20 23:20:26.278 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-12-20T23:20:27.826Z | [ recovery-image] Dec 20 23:20:26.290 INFO O| Dec 20 23:20:26.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6074 | 2024-12-20T23:20:27.826Z | [ recovery-image] Dec 20 23:20:26.290 INFO O| Dec 20 23:20:26.290 INFO STEP 569 (remove_files) COMPLETE |
6075 | 2024-12-20T23:20:27.826Z | [ recovery-image] Dec 20 23:20:26.290 INFO O| Dec 20 23:20:26.290 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-12-20T23:20:27.838Z | [ recovery-image] Dec 20 23:20:26.302 INFO O| Dec 20 23:20:26.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6077 | 2024-12-20T23:20:27.838Z | [ recovery-image] Dec 20 23:20:26.302 INFO O| Dec 20 23:20:26.302 INFO STEP 570 (remove_files) COMPLETE |
6078 | 2024-12-20T23:20:27.838Z | [ recovery-image] Dec 20 23:20:26.302 INFO O| Dec 20 23:20:26.302 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-12-20T23:20:27.852Z | [ recovery-image] Dec 20 23:20:26.316 INFO O| Dec 20 23:20:26.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6080 | 2024-12-20T23:20:27.852Z | [ recovery-image] Dec 20 23:20:26.316 INFO O| Dec 20 23:20:26.316 INFO STEP 571 (remove_files) COMPLETE |
6081 | 2024-12-20T23:20:27.852Z | [ recovery-image] Dec 20 23:20:26.316 INFO O| Dec 20 23:20:26.316 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-12-20T23:20:27.869Z | [ recovery-image] Dec 20 23:20:26.331 INFO O| Dec 20 23:20:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6083 | 2024-12-20T23:20:27.870Z | [ recovery-image] Dec 20 23:20:26.331 INFO O| Dec 20 23:20:26.331 INFO STEP 572 (remove_files) COMPLETE |
6084 | 2024-12-20T23:20:27.870Z | [ recovery-image] Dec 20 23:20:26.331 INFO O| Dec 20 23:20:26.331 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-12-20T23:20:27.878Z | [ recovery-image] Dec 20 23:20:26.342 INFO O| Dec 20 23:20:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6086 | 2024-12-20T23:20:27.878Z | [ recovery-image] Dec 20 23:20:26.342 INFO O| Dec 20 23:20:26.342 INFO STEP 573 (remove_files) COMPLETE |
6087 | 2024-12-20T23:20:27.881Z | [ recovery-image] Dec 20 23:20:26.342 INFO O| Dec 20 23:20:26.342 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-12-20T23:20:27.889Z | [ recovery-image] Dec 20 23:20:26.353 INFO O| Dec 20 23:20:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6089 | 2024-12-20T23:20:27.889Z | [ recovery-image] Dec 20 23:20:26.353 INFO O| Dec 20 23:20:26.353 INFO STEP 574 (remove_files) COMPLETE |
6090 | 2024-12-20T23:20:27.891Z | [ recovery-image] Dec 20 23:20:26.353 INFO O| Dec 20 23:20:26.353 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-12-20T23:20:27.900Z | [ recovery-image] Dec 20 23:20:26.364 INFO O| Dec 20 23:20:26.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6092 | 2024-12-20T23:20:27.900Z | [ recovery-image] Dec 20 23:20:26.364 INFO O| Dec 20 23:20:26.364 INFO STEP 575 (remove_files) COMPLETE |
6093 | 2024-12-20T23:20:27.903Z | [ recovery-image] Dec 20 23:20:26.364 INFO O| Dec 20 23:20:26.364 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-12-20T23:20:27.911Z | [ recovery-image] Dec 20 23:20:26.375 INFO O| Dec 20 23:20:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6095 | 2024-12-20T23:20:27.912Z | [ recovery-image] Dec 20 23:20:26.375 INFO O| Dec 20 23:20:26.375 INFO STEP 576 (remove_files) COMPLETE |
6096 | 2024-12-20T23:20:27.915Z | [ recovery-image] Dec 20 23:20:26.375 INFO O| Dec 20 23:20:26.375 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-12-20T23:20:27.921Z | [ recovery-image] Dec 20 23:20:26.386 INFO O| Dec 20 23:20:26.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6098 | 2024-12-20T23:20:27.922Z | [ recovery-image] Dec 20 23:20:26.386 INFO O| Dec 20 23:20:26.386 INFO STEP 577 (remove_files) COMPLETE |
6099 | 2024-12-20T23:20:27.924Z | [ recovery-image] Dec 20 23:20:26.386 INFO O| Dec 20 23:20:26.386 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-12-20T23:20:27.933Z | [ recovery-image] Dec 20 23:20:26.397 INFO O| Dec 20 23:20:26.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6101 | 2024-12-20T23:20:27.933Z | [ recovery-image] Dec 20 23:20:26.397 INFO O| Dec 20 23:20:26.397 INFO STEP 578 (remove_files) COMPLETE |
6102 | 2024-12-20T23:20:27.933Z | [ recovery-image] Dec 20 23:20:26.397 INFO O| Dec 20 23:20:26.397 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-12-20T23:20:27.944Z | [ recovery-image] Dec 20 23:20:26.408 INFO O| Dec 20 23:20:26.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6104 | 2024-12-20T23:20:27.944Z | [ recovery-image] Dec 20 23:20:26.408 INFO O| Dec 20 23:20:26.408 INFO STEP 579 (remove_files) COMPLETE |
6105 | 2024-12-20T23:20:27.944Z | [ recovery-image] Dec 20 23:20:26.408 INFO O| Dec 20 23:20:26.408 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-12-20T23:20:27.955Z | [ recovery-image] Dec 20 23:20:26.419 INFO O| Dec 20 23:20:26.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6107 | 2024-12-20T23:20:27.955Z | [ recovery-image] Dec 20 23:20:26.419 INFO O| Dec 20 23:20:26.419 INFO STEP 580 (remove_files) COMPLETE |
6108 | 2024-12-20T23:20:27.955Z | [ recovery-image] Dec 20 23:20:26.419 INFO O| Dec 20 23:20:26.419 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-12-20T23:20:27.969Z | [ recovery-image] Dec 20 23:20:26.433 INFO O| Dec 20 23:20:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6110 | 2024-12-20T23:20:27.969Z | [ recovery-image] Dec 20 23:20:26.433 INFO O| Dec 20 23:20:26.433 INFO STEP 581 (remove_files) COMPLETE |
6111 | 2024-12-20T23:20:27.972Z | [ recovery-image] Dec 20 23:20:26.433 INFO O| Dec 20 23:20:26.433 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-12-20T23:20:27.981Z | [ recovery-image] Dec 20 23:20:26.445 INFO O| Dec 20 23:20:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6113 | 2024-12-20T23:20:27.981Z | [ recovery-image] Dec 20 23:20:26.445 INFO O| Dec 20 23:20:26.445 INFO STEP 582 (remove_files) COMPLETE |
6114 | 2024-12-20T23:20:27.981Z | [ recovery-image] Dec 20 23:20:26.445 INFO O| Dec 20 23:20:26.445 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-12-20T23:20:27.997Z | [ recovery-image] Dec 20 23:20:26.461 INFO O| Dec 20 23:20:26.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6116 | 2024-12-20T23:20:27.997Z | [ recovery-image] Dec 20 23:20:26.461 INFO O| Dec 20 23:20:26.461 INFO STEP 583 (remove_files) COMPLETE |
6117 | 2024-12-20T23:20:27.997Z | [ recovery-image] Dec 20 23:20:26.461 INFO O| Dec 20 23:20:26.461 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-12-20T23:20:28.012Z | [ recovery-image] Dec 20 23:20:26.476 INFO O| Dec 20 23:20:26.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6119 | 2024-12-20T23:20:28.013Z | [ recovery-image] Dec 20 23:20:26.476 INFO O| Dec 20 23:20:26.476 INFO STEP 584 (remove_files) COMPLETE |
6120 | 2024-12-20T23:20:28.015Z | [ recovery-image] Dec 20 23:20:26.476 INFO O| Dec 20 23:20:26.476 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-12-20T23:20:28.026Z | [ recovery-image] Dec 20 23:20:26.489 INFO O| Dec 20 23:20:26.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6122 | 2024-12-20T23:20:28.026Z | [ recovery-image] Dec 20 23:20:26.489 INFO O| Dec 20 23:20:26.489 INFO STEP 585 (remove_files) COMPLETE |
6123 | 2024-12-20T23:20:28.028Z | [ recovery-image] Dec 20 23:20:26.489 INFO O| Dec 20 23:20:26.489 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-12-20T23:20:28.042Z | [ recovery-image] Dec 20 23:20:26.506 INFO O| Dec 20 23:20:26.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6125 | 2024-12-20T23:20:28.042Z | [ recovery-image] Dec 20 23:20:26.506 INFO O| Dec 20 23:20:26.506 INFO STEP 586 (remove_files) COMPLETE |
6126 | 2024-12-20T23:20:28.043Z | [ recovery-image] Dec 20 23:20:26.506 INFO O| Dec 20 23:20:26.506 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-12-20T23:20:28.055Z | [ recovery-image] Dec 20 23:20:26.519 INFO O| Dec 20 23:20:26.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6128 | 2024-12-20T23:20:28.055Z | [ recovery-image] Dec 20 23:20:26.519 INFO O| Dec 20 23:20:26.519 INFO STEP 587 (remove_files) COMPLETE |
6129 | 2024-12-20T23:20:28.058Z | [ recovery-image] Dec 20 23:20:26.519 INFO O| Dec 20 23:20:26.519 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-12-20T23:20:28.066Z | [ recovery-image] Dec 20 23:20:26.531 INFO O| Dec 20 23:20:26.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6131 | 2024-12-20T23:20:28.067Z | [ recovery-image] Dec 20 23:20:26.531 INFO O| Dec 20 23:20:26.531 INFO STEP 588 (remove_files) COMPLETE |
6132 | 2024-12-20T23:20:28.069Z | [ recovery-image] Dec 20 23:20:26.531 INFO O| Dec 20 23:20:26.531 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-12-20T23:20:28.077Z | [ recovery-image] Dec 20 23:20:26.541 INFO O| Dec 20 23:20:26.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6134 | 2024-12-20T23:20:28.077Z | [ recovery-image] Dec 20 23:20:26.542 INFO O| Dec 20 23:20:26.541 INFO STEP 589 (remove_files) COMPLETE |
6135 | 2024-12-20T23:20:28.081Z | [ recovery-image] Dec 20 23:20:26.542 INFO O| Dec 20 23:20:26.541 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-12-20T23:20:28.090Z | [ recovery-image] Dec 20 23:20:26.555 INFO O| Dec 20 23:20:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6137 | 2024-12-20T23:20:28.094Z | [ recovery-image] Dec 20 23:20:26.555 INFO O| Dec 20 23:20:26.555 INFO STEP 590 (remove_files) COMPLETE |
6138 | 2024-12-20T23:20:28.094Z | [ recovery-image] Dec 20 23:20:26.555 INFO O| Dec 20 23:20:26.555 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-12-20T23:20:28.102Z | [ recovery-image] Dec 20 23:20:26.566 INFO O| Dec 20 23:20:26.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6140 | 2024-12-20T23:20:28.102Z | [ recovery-image] Dec 20 23:20:26.566 INFO O| Dec 20 23:20:26.566 INFO STEP 591 (remove_files) COMPLETE |
6141 | 2024-12-20T23:20:28.102Z | [ recovery-image] Dec 20 23:20:26.566 INFO O| Dec 20 23:20:26.566 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-12-20T23:20:28.113Z | [ recovery-image] Dec 20 23:20:26.577 INFO O| Dec 20 23:20:26.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6143 | 2024-12-20T23:20:28.113Z | [ recovery-image] Dec 20 23:20:26.577 INFO O| Dec 20 23:20:26.577 INFO STEP 592 (remove_files) COMPLETE |
6144 | 2024-12-20T23:20:28.113Z | [ recovery-image] Dec 20 23:20:26.577 INFO O| Dec 20 23:20:26.577 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-12-20T23:20:28.124Z | [ recovery-image] Dec 20 23:20:26.588 INFO O| Dec 20 23:20:26.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6146 | 2024-12-20T23:20:28.129Z | [ recovery-image] Dec 20 23:20:26.588 INFO O| Dec 20 23:20:26.588 INFO STEP 593 (remove_files) COMPLETE |
6147 | 2024-12-20T23:20:28.129Z | [ recovery-image] Dec 20 23:20:26.588 INFO O| Dec 20 23:20:26.588 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-12-20T23:20:28.135Z | [ recovery-image] Dec 20 23:20:26.597 INFO O| Dec 20 23:20:26.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6149 | 2024-12-20T23:20:28.136Z | [ recovery-image] Dec 20 23:20:26.598 INFO O| Dec 20 23:20:26.597 INFO STEP 594 (remove_files) COMPLETE |
6150 | 2024-12-20T23:20:28.136Z | [ recovery-image] Dec 20 23:20:26.598 INFO O| Dec 20 23:20:26.597 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-12-20T23:20:28.144Z | [ recovery-image] Dec 20 23:20:26.607 INFO O| Dec 20 23:20:26.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6152 | 2024-12-20T23:20:28.144Z | [ recovery-image] Dec 20 23:20:26.607 INFO O| Dec 20 23:20:26.607 INFO STEP 595 (remove_files) COMPLETE |
6153 | 2024-12-20T23:20:28.147Z | [ recovery-image] Dec 20 23:20:26.607 INFO O| Dec 20 23:20:26.607 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-12-20T23:20:28.153Z | [ recovery-image] Dec 20 23:20:26.617 INFO O| Dec 20 23:20:26.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6155 | 2024-12-20T23:20:28.153Z | [ recovery-image] Dec 20 23:20:26.617 INFO O| Dec 20 23:20:26.617 INFO STEP 596 (remove_files) COMPLETE |
6156 | 2024-12-20T23:20:28.156Z | [ recovery-image] Dec 20 23:20:26.617 INFO O| Dec 20 23:20:26.617 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-12-20T23:20:28.165Z | [ recovery-image] Dec 20 23:20:26.628 INFO O| Dec 20 23:20:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6158 | 2024-12-20T23:20:28.165Z | [ recovery-image] Dec 20 23:20:26.628 INFO O| Dec 20 23:20:26.628 INFO STEP 597 (remove_files) COMPLETE |
6159 | 2024-12-20T23:20:28.165Z | [ recovery-image] Dec 20 23:20:26.628 INFO O| Dec 20 23:20:26.628 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-12-20T23:20:28.174Z | [ recovery-image] Dec 20 23:20:26.638 INFO O| Dec 20 23:20:26.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6161 | 2024-12-20T23:20:28.176Z | [ recovery-image] Dec 20 23:20:26.638 INFO O| Dec 20 23:20:26.638 INFO STEP 598 (remove_files) COMPLETE |
6162 | 2024-12-20T23:20:28.176Z | [ recovery-image] Dec 20 23:20:26.638 INFO O| Dec 20 23:20:26.638 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-12-20T23:20:28.184Z | [ recovery-image] Dec 20 23:20:26.648 INFO O| Dec 20 23:20:26.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6164 | 2024-12-20T23:20:28.187Z | [ recovery-image] Dec 20 23:20:26.649 INFO O| Dec 20 23:20:26.648 INFO STEP 599 (remove_files) COMPLETE |
6165 | 2024-12-20T23:20:28.187Z | [ recovery-image] Dec 20 23:20:26.649 INFO O| Dec 20 23:20:26.649 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-12-20T23:20:28.194Z | [ recovery-image] Dec 20 23:20:26.659 INFO O| Dec 20 23:20:26.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6167 | 2024-12-20T23:20:28.194Z | [ recovery-image] Dec 20 23:20:26.659 INFO O| Dec 20 23:20:26.659 INFO STEP 600 (remove_files) COMPLETE |
6168 | 2024-12-20T23:20:28.195Z | [ recovery-image] Dec 20 23:20:26.659 INFO O| Dec 20 23:20:26.659 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-12-20T23:20:28.205Z | [ recovery-image] Dec 20 23:20:26.669 INFO O| Dec 20 23:20:26.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6170 | 2024-12-20T23:20:28.205Z | [ recovery-image] Dec 20 23:20:26.669 INFO O| Dec 20 23:20:26.669 INFO STEP 601 (remove_files) COMPLETE |
6171 | 2024-12-20T23:20:28.205Z | [ recovery-image] Dec 20 23:20:26.669 INFO O| Dec 20 23:20:26.669 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-12-20T23:20:28.215Z | [ recovery-image] Dec 20 23:20:26.680 INFO O| Dec 20 23:20:26.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6173 | 2024-12-20T23:20:28.215Z | [ recovery-image] Dec 20 23:20:26.680 INFO O| Dec 20 23:20:26.680 INFO STEP 602 (remove_files) COMPLETE |
6174 | 2024-12-20T23:20:28.215Z | [ recovery-image] Dec 20 23:20:26.680 INFO O| Dec 20 23:20:26.680 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-12-20T23:20:28.226Z | [ recovery-image] Dec 20 23:20:26.690 INFO O| Dec 20 23:20:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6176 | 2024-12-20T23:20:28.226Z | [ recovery-image] Dec 20 23:20:26.690 INFO O| Dec 20 23:20:26.690 INFO STEP 603 (remove_files) COMPLETE |
6177 | 2024-12-20T23:20:28.226Z | [ recovery-image] Dec 20 23:20:26.690 INFO O| Dec 20 23:20:26.690 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-12-20T23:20:28.236Z | [ recovery-image] Dec 20 23:20:26.700 INFO O| Dec 20 23:20:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6179 | 2024-12-20T23:20:28.236Z | [ recovery-image] Dec 20 23:20:26.700 INFO O| Dec 20 23:20:26.700 INFO STEP 604 (remove_files) COMPLETE |
6180 | 2024-12-20T23:20:28.246Z | [ recovery-image] Dec 20 23:20:26.700 INFO O| Dec 20 23:20:26.700 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-12-20T23:20:28.248Z | [ recovery-image] Dec 20 23:20:26.710 INFO O| Dec 20 23:20:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6182 | 2024-12-20T23:20:28.248Z | [ recovery-image] Dec 20 23:20:26.710 INFO O| Dec 20 23:20:26.710 INFO STEP 605 (remove_files) COMPLETE |
6183 | 2024-12-20T23:20:28.248Z | [ recovery-image] Dec 20 23:20:26.710 INFO O| Dec 20 23:20:26.710 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-12-20T23:20:28.256Z | [ recovery-image] Dec 20 23:20:26.720 INFO O| Dec 20 23:20:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6185 | 2024-12-20T23:20:28.256Z | [ recovery-image] Dec 20 23:20:26.720 INFO O| Dec 20 23:20:26.720 INFO STEP 606 (remove_files) COMPLETE |
6186 | 2024-12-20T23:20:28.258Z | [ recovery-image] Dec 20 23:20:26.720 INFO O| Dec 20 23:20:26.720 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-12-20T23:20:28.266Z | [ recovery-image] Dec 20 23:20:26.731 INFO O| Dec 20 23:20:26.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6188 | 2024-12-20T23:20:28.266Z | [ recovery-image] Dec 20 23:20:26.731 INFO O| Dec 20 23:20:26.731 INFO STEP 607 (remove_files) COMPLETE |
6189 | 2024-12-20T23:20:28.267Z | [ recovery-image] Dec 20 23:20:26.731 INFO O| Dec 20 23:20:26.731 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-12-20T23:20:28.277Z | [ recovery-image] Dec 20 23:20:26.741 INFO O| Dec 20 23:20:26.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6191 | 2024-12-20T23:20:28.279Z | [ recovery-image] Dec 20 23:20:26.741 INFO O| Dec 20 23:20:26.741 INFO STEP 608 (remove_files) COMPLETE |
6192 | 2024-12-20T23:20:28.279Z | [ recovery-image] Dec 20 23:20:26.741 INFO O| Dec 20 23:20:26.741 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-12-20T23:20:28.287Z | [ recovery-image] Dec 20 23:20:26.751 INFO O| Dec 20 23:20:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6194 | 2024-12-20T23:20:28.287Z | [ recovery-image] Dec 20 23:20:26.751 INFO O| Dec 20 23:20:26.751 INFO STEP 609 (remove_files) COMPLETE |
6195 | 2024-12-20T23:20:28.289Z | [ recovery-image] Dec 20 23:20:26.751 INFO O| Dec 20 23:20:26.751 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-12-20T23:20:28.301Z | [ recovery-image] Dec 20 23:20:26.765 INFO O| Dec 20 23:20:26.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6197 | 2024-12-20T23:20:28.301Z | [ recovery-image] Dec 20 23:20:26.765 INFO O| Dec 20 23:20:26.765 INFO STEP 610 (remove_files) COMPLETE |
6198 | 2024-12-20T23:20:28.304Z | [ recovery-image] Dec 20 23:20:26.765 INFO O| Dec 20 23:20:26.765 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-12-20T23:20:28.313Z | [ recovery-image] Dec 20 23:20:26.777 INFO O| Dec 20 23:20:26.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6200 | 2024-12-20T23:20:28.315Z | [ recovery-image] Dec 20 23:20:26.777 INFO O| Dec 20 23:20:26.777 INFO STEP 611 (remove_files) COMPLETE |
6201 | 2024-12-20T23:20:28.315Z | [ recovery-image] Dec 20 23:20:26.777 INFO O| Dec 20 23:20:26.777 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-12-20T23:20:28.327Z | [ recovery-image] Dec 20 23:20:26.792 INFO O| Dec 20 23:20:26.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6203 | 2024-12-20T23:20:28.327Z | [ recovery-image] Dec 20 23:20:26.792 INFO O| Dec 20 23:20:26.792 INFO STEP 612 (remove_files) COMPLETE |
6204 | 2024-12-20T23:20:28.328Z | [ recovery-image] Dec 20 23:20:26.792 INFO O| Dec 20 23:20:26.792 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-12-20T23:20:28.340Z | [ recovery-image] Dec 20 23:20:26.805 INFO O| Dec 20 23:20:26.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6206 | 2024-12-20T23:20:28.340Z | [ recovery-image] Dec 20 23:20:26.805 INFO O| Dec 20 23:20:26.805 INFO STEP 613 (remove_files) COMPLETE |
6207 | 2024-12-20T23:20:28.343Z | [ recovery-image] Dec 20 23:20:26.805 INFO O| Dec 20 23:20:26.805 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-12-20T23:20:28.353Z | [ recovery-image] Dec 20 23:20:26.818 INFO O| Dec 20 23:20:26.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6209 | 2024-12-20T23:20:28.353Z | [ recovery-image] Dec 20 23:20:26.818 INFO O| Dec 20 23:20:26.818 INFO STEP 614 (remove_files) COMPLETE |
6210 | 2024-12-20T23:20:28.353Z | [ recovery-image] Dec 20 23:20:26.818 INFO O| Dec 20 23:20:26.818 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-12-20T23:20:28.368Z | [ recovery-image] Dec 20 23:20:26.832 INFO O| Dec 20 23:20:26.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6212 | 2024-12-20T23:20:28.368Z | [ recovery-image] Dec 20 23:20:26.833 INFO O| Dec 20 23:20:26.832 INFO STEP 615 (remove_files) COMPLETE |
6213 | 2024-12-20T23:20:28.368Z | [ recovery-image] Dec 20 23:20:26.833 INFO O| Dec 20 23:20:26.833 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-12-20T23:20:28.380Z | [ recovery-image] Dec 20 23:20:26.844 INFO O| Dec 20 23:20:26.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6215 | 2024-12-20T23:20:28.380Z | [ recovery-image] Dec 20 23:20:26.844 INFO O| Dec 20 23:20:26.844 INFO STEP 616 (remove_files) COMPLETE |
6216 | 2024-12-20T23:20:28.380Z | [ recovery-image] Dec 20 23:20:26.844 INFO O| Dec 20 23:20:26.844 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-12-20T23:20:28.390Z | [ recovery-image] Dec 20 23:20:26.854 INFO O| Dec 20 23:20:26.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6218 | 2024-12-20T23:20:28.390Z | [ recovery-image] Dec 20 23:20:26.855 INFO O| Dec 20 23:20:26.855 INFO STEP 617 (remove_files) COMPLETE |
6219 | 2024-12-20T23:20:28.390Z | [ recovery-image] Dec 20 23:20:26.855 INFO O| Dec 20 23:20:26.855 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-12-20T23:20:28.403Z | [ recovery-image] Dec 20 23:20:26.864 INFO O| Dec 20 23:20:26.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6221 | 2024-12-20T23:20:28.403Z | [ recovery-image] Dec 20 23:20:26.865 INFO O| Dec 20 23:20:26.865 INFO STEP 618 (remove_files) COMPLETE |
6222 | 2024-12-20T23:20:28.406Z | [ recovery-image] Dec 20 23:20:26.865 INFO O| Dec 20 23:20:26.865 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-12-20T23:20:28.411Z | [ recovery-image] Dec 20 23:20:26.875 INFO O| Dec 20 23:20:26.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6224 | 2024-12-20T23:20:28.411Z | [ recovery-image] Dec 20 23:20:26.875 INFO O| Dec 20 23:20:26.875 INFO STEP 619 (remove_files) COMPLETE |
6225 | 2024-12-20T23:20:28.411Z | [ recovery-image] Dec 20 23:20:26.875 INFO O| Dec 20 23:20:26.875 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-12-20T23:20:28.423Z | [ recovery-image] Dec 20 23:20:26.886 INFO O| Dec 20 23:20:26.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6227 | 2024-12-20T23:20:28.423Z | [ recovery-image] Dec 20 23:20:26.886 INFO O| Dec 20 23:20:26.886 INFO STEP 620 (remove_files) COMPLETE |
6228 | 2024-12-20T23:20:28.425Z | [ recovery-image] Dec 20 23:20:26.886 INFO O| Dec 20 23:20:26.886 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-12-20T23:20:28.432Z | [ recovery-image] Dec 20 23:20:26.896 INFO O| Dec 20 23:20:26.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6230 | 2024-12-20T23:20:28.434Z | [ recovery-image] Dec 20 23:20:26.896 INFO O| Dec 20 23:20:26.896 INFO STEP 621 (remove_files) COMPLETE |
6231 | 2024-12-20T23:20:28.434Z | [ recovery-image] Dec 20 23:20:26.896 INFO O| Dec 20 23:20:26.896 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-12-20T23:20:28.443Z | [ recovery-image] Dec 20 23:20:26.907 INFO O| Dec 20 23:20:26.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6233 | 2024-12-20T23:20:28.443Z | [ recovery-image] Dec 20 23:20:26.907 INFO O| Dec 20 23:20:26.907 INFO STEP 622 (remove_files) COMPLETE |
6234 | 2024-12-20T23:20:28.445Z | [ recovery-image] Dec 20 23:20:26.907 INFO O| Dec 20 23:20:26.907 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-12-20T23:20:28.454Z | [ recovery-image] Dec 20 23:20:26.918 INFO O| Dec 20 23:20:26.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6236 | 2024-12-20T23:20:28.454Z | [ recovery-image] Dec 20 23:20:26.918 INFO O| Dec 20 23:20:26.918 INFO STEP 623 (remove_files) COMPLETE |
6237 | 2024-12-20T23:20:28.456Z | [ recovery-image] Dec 20 23:20:26.918 INFO O| Dec 20 23:20:26.918 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-12-20T23:20:28.464Z | [ recovery-image] Dec 20 23:20:26.928 INFO O| Dec 20 23:20:26.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6239 | 2024-12-20T23:20:28.464Z | [ recovery-image] Dec 20 23:20:26.928 INFO O| Dec 20 23:20:26.928 INFO STEP 624 (remove_files) COMPLETE |
6240 | 2024-12-20T23:20:28.464Z | [ recovery-image] Dec 20 23:20:26.928 INFO O| Dec 20 23:20:26.928 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-12-20T23:20:28.474Z | [ recovery-image] Dec 20 23:20:26.938 INFO O| Dec 20 23:20:26.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6242 | 2024-12-20T23:20:28.478Z | [ recovery-image] Dec 20 23:20:26.939 INFO O| Dec 20 23:20:26.939 INFO STEP 625 (remove_files) COMPLETE |
6243 | 2024-12-20T23:20:28.478Z | [ recovery-image] Dec 20 23:20:26.939 INFO O| Dec 20 23:20:26.939 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-12-20T23:20:28.485Z | [ recovery-image] Dec 20 23:20:26.948 INFO O| Dec 20 23:20:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6245 | 2024-12-20T23:20:28.485Z | [ recovery-image] Dec 20 23:20:26.949 INFO O| Dec 20 23:20:26.948 INFO STEP 626 (remove_files) COMPLETE |
6246 | 2024-12-20T23:20:28.490Z | [ recovery-image] Dec 20 23:20:26.949 INFO O| Dec 20 23:20:26.949 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-12-20T23:20:28.496Z | [ recovery-image] Dec 20 23:20:26.959 INFO O| Dec 20 23:20:26.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6248 | 2024-12-20T23:20:28.499Z | [ recovery-image] Dec 20 23:20:26.959 INFO O| Dec 20 23:20:26.959 INFO STEP 627 (remove_files) COMPLETE |
6249 | 2024-12-20T23:20:28.499Z | [ recovery-image] Dec 20 23:20:26.959 INFO O| Dec 20 23:20:26.959 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-12-20T23:20:28.505Z | [ recovery-image] Dec 20 23:20:26.970 INFO O| Dec 20 23:20:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6251 | 2024-12-20T23:20:28.505Z | [ recovery-image] Dec 20 23:20:26.970 INFO O| Dec 20 23:20:26.970 INFO STEP 628 (remove_files) COMPLETE |
6252 | 2024-12-20T23:20:28.508Z | [ recovery-image] Dec 20 23:20:26.970 INFO O| Dec 20 23:20:26.970 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-12-20T23:20:28.516Z | [ recovery-image] Dec 20 23:20:26.980 INFO O| Dec 20 23:20:26.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6254 | 2024-12-20T23:20:28.516Z | [ recovery-image] Dec 20 23:20:26.980 INFO O| Dec 20 23:20:26.980 INFO STEP 629 (remove_files) COMPLETE |
6255 | 2024-12-20T23:20:28.516Z | [ recovery-image] Dec 20 23:20:26.980 INFO O| Dec 20 23:20:26.980 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-12-20T23:20:28.526Z | [ recovery-image] Dec 20 23:20:26.991 INFO O| Dec 20 23:20:26.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6257 | 2024-12-20T23:20:28.527Z | [ recovery-image] Dec 20 23:20:26.991 INFO O| Dec 20 23:20:26.991 INFO STEP 630 (remove_files) COMPLETE |
6258 | 2024-12-20T23:20:28.527Z | [ recovery-image] Dec 20 23:20:26.991 INFO O| Dec 20 23:20:26.991 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-12-20T23:20:28.538Z | [ recovery-image] Dec 20 23:20:27.002 INFO O| Dec 20 23:20:27.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6260 | 2024-12-20T23:20:28.538Z | [ recovery-image] Dec 20 23:20:27.002 INFO O| Dec 20 23:20:27.002 INFO STEP 631 (remove_files) COMPLETE |
6261 | 2024-12-20T23:20:28.538Z | [ recovery-image] Dec 20 23:20:27.002 INFO O| Dec 20 23:20:27.002 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-12-20T23:20:28.550Z | [ recovery-image] Dec 20 23:20:27.014 INFO O| Dec 20 23:20:27.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6263 | 2024-12-20T23:20:28.550Z | [ recovery-image] Dec 20 23:20:27.014 INFO O| Dec 20 23:20:27.014 INFO STEP 632 (remove_files) COMPLETE |
6264 | 2024-12-20T23:20:28.550Z | [ recovery-image] Dec 20 23:20:27.014 INFO O| Dec 20 23:20:27.014 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-12-20T23:20:28.638Z | [ recovery-image] Dec 20 23:20:27.102 INFO O| Dec 20 23:20:27.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6266 | 2024-12-20T23:20:28.638Z | [ recovery-image] Dec 20 23:20:27.102 INFO O| Dec 20 23:20:27.102 INFO STEP 633 (remove_files) COMPLETE |
6267 | 2024-12-20T23:20:28.640Z | [ recovery-image] Dec 20 23:20:27.102 INFO O| Dec 20 23:20:27.102 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-12-20T23:20:28.651Z | [ recovery-image] Dec 20 23:20:27.116 INFO O| Dec 20 23:20:27.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6269 | 2024-12-20T23:20:28.652Z | [ recovery-image] Dec 20 23:20:27.116 INFO O| Dec 20 23:20:27.116 INFO STEP 634 (remove_files) COMPLETE |
6270 | 2024-12-20T23:20:28.654Z | [ recovery-image] Dec 20 23:20:27.116 INFO O| Dec 20 23:20:27.116 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-12-20T23:20:28.667Z | [ recovery-image] Dec 20 23:20:27.131 INFO O| Dec 20 23:20:27.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6272 | 2024-12-20T23:20:28.667Z | [ recovery-image] Dec 20 23:20:27.131 INFO O| Dec 20 23:20:27.131 INFO STEP 635 (remove_files) COMPLETE |
6273 | 2024-12-20T23:20:28.670Z | [ recovery-image] Dec 20 23:20:27.131 INFO O| Dec 20 23:20:27.131 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-12-20T23:20:28.683Z | [ recovery-image] Dec 20 23:20:27.146 INFO O| Dec 20 23:20:27.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6275 | 2024-12-20T23:20:28.683Z | [ recovery-image] Dec 20 23:20:27.146 INFO O| Dec 20 23:20:27.146 INFO STEP 636 (remove_files) COMPLETE |
6276 | 2024-12-20T23:20:28.685Z | [ recovery-image] Dec 20 23:20:27.146 INFO O| Dec 20 23:20:27.146 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-12-20T23:20:28.696Z | [ recovery-image] Dec 20 23:20:27.160 INFO O| Dec 20 23:20:27.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6278 | 2024-12-20T23:20:28.696Z | [ recovery-image] Dec 20 23:20:27.160 INFO O| Dec 20 23:20:27.160 INFO STEP 637 (remove_files) COMPLETE |
6279 | 2024-12-20T23:20:28.696Z | [ recovery-image] Dec 20 23:20:27.160 INFO O| Dec 20 23:20:27.160 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-12-20T23:20:28.711Z | [ recovery-image] Dec 20 23:20:27.174 INFO O| Dec 20 23:20:27.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6281 | 2024-12-20T23:20:28.711Z | [ recovery-image] Dec 20 23:20:27.174 INFO O| Dec 20 23:20:27.174 INFO STEP 638 (remove_files) COMPLETE |
6282 | 2024-12-20T23:20:28.711Z | [ recovery-image] Dec 20 23:20:27.174 INFO O| Dec 20 23:20:27.174 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-12-20T23:20:28.729Z | [ recovery-image] Dec 20 23:20:27.193 INFO O| Dec 20 23:20:27.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6284 | 2024-12-20T23:20:28.729Z | [ recovery-image] Dec 20 23:20:27.193 INFO O| Dec 20 23:20:27.193 INFO STEP 639 (remove_files) COMPLETE |
6285 | 2024-12-20T23:20:28.729Z | [ recovery-image] Dec 20 23:20:27.193 INFO O| Dec 20 23:20:27.193 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-12-20T23:20:28.744Z | [ recovery-image] Dec 20 23:20:27.208 INFO O| Dec 20 23:20:27.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6287 | 2024-12-20T23:20:28.744Z | [ recovery-image] Dec 20 23:20:27.208 INFO O| Dec 20 23:20:27.208 INFO STEP 640 (remove_files) COMPLETE |
6288 | 2024-12-20T23:20:28.746Z | [ recovery-image] Dec 20 23:20:27.208 INFO O| Dec 20 23:20:27.208 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-12-20T23:20:28.760Z | [ recovery-image] Dec 20 23:20:27.224 INFO O| Dec 20 23:20:27.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6290 | 2024-12-20T23:20:28.760Z | [ recovery-image] Dec 20 23:20:27.224 INFO O| Dec 20 23:20:27.224 INFO STEP 641 (remove_files) COMPLETE |
6291 | 2024-12-20T23:20:28.760Z | [ recovery-image] Dec 20 23:20:27.224 INFO O| Dec 20 23:20:27.224 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-12-20T23:20:28.778Z | [ recovery-image] Dec 20 23:20:27.242 INFO O| Dec 20 23:20:27.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6293 | 2024-12-20T23:20:28.778Z | [ recovery-image] Dec 20 23:20:27.242 INFO O| Dec 20 23:20:27.242 INFO STEP 642 (remove_files) COMPLETE |
6294 | 2024-12-20T23:20:28.778Z | [ recovery-image] Dec 20 23:20:27.242 INFO O| Dec 20 23:20:27.242 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-12-20T23:20:28.791Z | [ recovery-image] Dec 20 23:20:27.255 INFO O| Dec 20 23:20:27.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6296 | 2024-12-20T23:20:28.791Z | [ recovery-image] Dec 20 23:20:27.255 INFO O| Dec 20 23:20:27.255 INFO STEP 643 (remove_files) COMPLETE |
6297 | 2024-12-20T23:20:28.791Z | [ recovery-image] Dec 20 23:20:27.255 INFO O| Dec 20 23:20:27.255 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-12-20T23:20:28.801Z | [ recovery-image] Dec 20 23:20:27.266 INFO O| Dec 20 23:20:27.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6299 | 2024-12-20T23:20:28.802Z | [ recovery-image] Dec 20 23:20:27.266 INFO O| Dec 20 23:20:27.266 INFO STEP 644 (remove_files) COMPLETE |
6300 | 2024-12-20T23:20:28.804Z | [ recovery-image] Dec 20 23:20:27.266 INFO O| Dec 20 23:20:27.266 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-12-20T23:20:28.817Z | [ recovery-image] Dec 20 23:20:27.281 INFO O| Dec 20 23:20:27.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6302 | 2024-12-20T23:20:28.817Z | [ recovery-image] Dec 20 23:20:27.281 INFO O| Dec 20 23:20:27.281 INFO STEP 645 (remove_files) COMPLETE |
6303 | 2024-12-20T23:20:28.817Z | [ recovery-image] Dec 20 23:20:27.281 INFO O| Dec 20 23:20:27.281 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-12-20T23:20:28.833Z | [ recovery-image] Dec 20 23:20:27.297 INFO O| Dec 20 23:20:27.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6305 | 2024-12-20T23:20:28.833Z | [ recovery-image] Dec 20 23:20:27.297 INFO O| Dec 20 23:20:27.297 INFO STEP 646 (remove_files) COMPLETE |
6306 | 2024-12-20T23:20:28.833Z | [ recovery-image] Dec 20 23:20:27.297 INFO O| Dec 20 23:20:27.297 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-12-20T23:20:28.846Z | [ recovery-image] Dec 20 23:20:27.310 INFO O| Dec 20 23:20:27.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6308 | 2024-12-20T23:20:28.850Z | [ recovery-image] Dec 20 23:20:27.310 INFO O| Dec 20 23:20:27.310 INFO STEP 647 (remove_files) COMPLETE |
6309 | 2024-12-20T23:20:28.850Z | [ recovery-image] Dec 20 23:20:27.310 INFO O| Dec 20 23:20:27.310 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-12-20T23:20:28.859Z | [ recovery-image] Dec 20 23:20:27.323 INFO O| Dec 20 23:20:27.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6311 | 2024-12-20T23:20:28.860Z | [ recovery-image] Dec 20 23:20:27.324 INFO O| Dec 20 23:20:27.324 INFO STEP 648 (remove_files) COMPLETE |
6312 | 2024-12-20T23:20:28.860Z | [ recovery-image] Dec 20 23:20:27.324 INFO O| Dec 20 23:20:27.324 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-12-20T23:20:28.870Z | [ recovery-image] Dec 20 23:20:27.334 INFO O| Dec 20 23:20:27.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6314 | 2024-12-20T23:20:28.870Z | [ recovery-image] Dec 20 23:20:27.334 INFO O| Dec 20 23:20:27.334 INFO STEP 649 (remove_files) COMPLETE |
6315 | 2024-12-20T23:20:28.870Z | [ recovery-image] Dec 20 23:20:27.334 INFO O| Dec 20 23:20:27.334 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-12-20T23:20:28.880Z | [ recovery-image] Dec 20 23:20:27.344 INFO O| Dec 20 23:20:27.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6317 | 2024-12-20T23:20:28.880Z | [ recovery-image] Dec 20 23:20:27.345 INFO O| Dec 20 23:20:27.345 INFO STEP 650 (remove_files) COMPLETE |
6318 | 2024-12-20T23:20:28.880Z | [ recovery-image] Dec 20 23:20:27.345 INFO O| Dec 20 23:20:27.345 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-12-20T23:20:28.891Z | [ recovery-image] Dec 20 23:20:27.355 INFO O| Dec 20 23:20:27.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6320 | 2024-12-20T23:20:28.891Z | [ recovery-image] Dec 20 23:20:27.355 INFO O| Dec 20 23:20:27.355 INFO STEP 651 (remove_files) COMPLETE |
6321 | 2024-12-20T23:20:28.891Z | [ recovery-image] Dec 20 23:20:27.355 INFO O| Dec 20 23:20:27.355 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-12-20T23:20:28.903Z | [ recovery-image] Dec 20 23:20:27.367 INFO O| Dec 20 23:20:27.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6323 | 2024-12-20T23:20:28.903Z | [ recovery-image] Dec 20 23:20:27.367 INFO O| Dec 20 23:20:27.367 INFO STEP 652 (remove_files) COMPLETE |
6324 | 2024-12-20T23:20:28.905Z | [ recovery-image] Dec 20 23:20:27.367 INFO O| Dec 20 23:20:27.367 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-20T23:20:28.916Z | [ recovery-image] Dec 20 23:20:27.380 INFO O| Dec 20 23:20:27.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6326 | 2024-12-20T23:20:28.916Z | [ recovery-image] Dec 20 23:20:27.380 INFO O| Dec 20 23:20:27.380 INFO STEP 653 (remove_files) COMPLETE |
6327 | 2024-12-20T23:20:28.916Z | [ recovery-image] Dec 20 23:20:27.380 INFO O| Dec 20 23:20:27.380 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-20T23:20:28.930Z | [ recovery-image] Dec 20 23:20:27.393 INFO O| Dec 20 23:20:27.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6329 | 2024-12-20T23:20:28.930Z | [ recovery-image] Dec 20 23:20:27.394 INFO O| Dec 20 23:20:27.393 INFO STEP 654 (remove_files) COMPLETE |
6330 | 2024-12-20T23:20:28.930Z | [ recovery-image] Dec 20 23:20:27.394 INFO O| Dec 20 23:20:27.394 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-12-20T23:20:28.940Z | [ recovery-image] Dec 20 23:20:27.405 INFO O| Dec 20 23:20:27.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6332 | 2024-12-20T23:20:28.940Z | [ recovery-image] Dec 20 23:20:27.405 INFO O| Dec 20 23:20:27.405 INFO STEP 655 (remove_files) COMPLETE |
6333 | 2024-12-20T23:20:28.941Z | [ recovery-image] Dec 20 23:20:27.405 INFO O| Dec 20 23:20:27.405 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-12-20T23:20:28.953Z | [ recovery-image] Dec 20 23:20:27.418 INFO O| Dec 20 23:20:27.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6335 | 2024-12-20T23:20:28.954Z | [ recovery-image] Dec 20 23:20:27.418 INFO O| Dec 20 23:20:27.418 INFO STEP 656 (remove_files) COMPLETE |
6336 | 2024-12-20T23:20:28.954Z | [ recovery-image] Dec 20 23:20:27.418 INFO O| Dec 20 23:20:27.418 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-12-20T23:20:28.964Z | [ recovery-image] Dec 20 23:20:27.429 INFO O| Dec 20 23:20:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6338 | 2024-12-20T23:20:28.964Z | [ recovery-image] Dec 20 23:20:27.429 INFO O| Dec 20 23:20:27.429 INFO STEP 657 (remove_files) COMPLETE |
6339 | 2024-12-20T23:20:28.965Z | [ recovery-image] Dec 20 23:20:27.429 INFO O| Dec 20 23:20:27.429 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-12-20T23:20:28.977Z | [ recovery-image] Dec 20 23:20:27.441 INFO O| Dec 20 23:20:27.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6341 | 2024-12-20T23:20:28.977Z | [ recovery-image] Dec 20 23:20:27.442 INFO O| Dec 20 23:20:27.441 INFO STEP 658 (remove_files) COMPLETE |
6342 | 2024-12-20T23:20:28.977Z | [ recovery-image] Dec 20 23:20:27.442 INFO O| Dec 20 23:20:27.441 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-12-20T23:20:28.990Z | [ recovery-image] Dec 20 23:20:27.454 INFO O| Dec 20 23:20:27.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6344 | 2024-12-20T23:20:28.990Z | [ recovery-image] Dec 20 23:20:27.454 INFO O| Dec 20 23:20:27.454 INFO STEP 659 (remove_files) COMPLETE |
6345 | 2024-12-20T23:20:28.990Z | [ recovery-image] Dec 20 23:20:27.454 INFO O| Dec 20 23:20:27.454 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-12-20T23:20:29.001Z | [ recovery-image] Dec 20 23:20:27.465 INFO O| Dec 20 23:20:27.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6347 | 2024-12-20T23:20:29.004Z | [ recovery-image] Dec 20 23:20:27.466 INFO O| Dec 20 23:20:27.466 INFO STEP 660 (remove_files) COMPLETE |
6348 | 2024-12-20T23:20:29.004Z | [ recovery-image] Dec 20 23:20:27.466 INFO O| Dec 20 23:20:27.466 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-20T23:20:29.013Z | [ recovery-image] Dec 20 23:20:27.476 INFO O| Dec 20 23:20:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6350 | 2024-12-20T23:20:29.013Z | [ recovery-image] Dec 20 23:20:27.476 INFO O| Dec 20 23:20:27.476 INFO STEP 661 (remove_files) COMPLETE |
6351 | 2024-12-20T23:20:29.016Z | [ recovery-image] Dec 20 23:20:27.476 INFO O| Dec 20 23:20:27.476 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-12-20T23:20:29.022Z | [ recovery-image] Dec 20 23:20:27.486 INFO O| Dec 20 23:20:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6353 | 2024-12-20T23:20:29.022Z | [ recovery-image] Dec 20 23:20:27.486 INFO O| Dec 20 23:20:27.486 INFO STEP 662 (remove_files) COMPLETE |
6354 | 2024-12-20T23:20:29.022Z | [ recovery-image] Dec 20 23:20:27.486 INFO O| Dec 20 23:20:27.486 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-12-20T23:20:29.032Z | [ recovery-image] Dec 20 23:20:27.496 INFO O| Dec 20 23:20:27.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6356 | 2024-12-20T23:20:29.036Z | [ recovery-image] Dec 20 23:20:27.497 INFO O| Dec 20 23:20:27.496 INFO STEP 663 (remove_files) COMPLETE |
6357 | 2024-12-20T23:20:29.036Z | [ recovery-image] Dec 20 23:20:27.497 INFO O| Dec 20 23:20:27.497 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-12-20T23:20:29.043Z | [ recovery-image] Dec 20 23:20:27.506 INFO O| Dec 20 23:20:27.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6359 | 2024-12-20T23:20:29.043Z | [ recovery-image] Dec 20 23:20:27.506 INFO O| Dec 20 23:20:27.506 INFO STEP 664 (remove_files) COMPLETE |
6360 | 2024-12-20T23:20:29.043Z | [ recovery-image] Dec 20 23:20:27.506 INFO O| Dec 20 23:20:27.506 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-20T23:20:29.054Z | [ recovery-image] Dec 20 23:20:27.517 INFO O| Dec 20 23:20:27.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6362 | 2024-12-20T23:20:29.054Z | [ recovery-image] Dec 20 23:20:27.517 INFO O| Dec 20 23:20:27.517 INFO STEP 665 (remove_files) COMPLETE |
6363 | 2024-12-20T23:20:29.054Z | [ recovery-image] Dec 20 23:20:27.517 INFO O| Dec 20 23:20:27.517 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-20T23:20:29.063Z | [ recovery-image] Dec 20 23:20:27.526 INFO O| Dec 20 23:20:27.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6365 | 2024-12-20T23:20:29.063Z | [ recovery-image] Dec 20 23:20:27.526 INFO O| Dec 20 23:20:27.526 INFO STEP 666 (remove_files) COMPLETE |
6366 | 2024-12-20T23:20:29.068Z | [ recovery-image] Dec 20 23:20:27.526 INFO O| Dec 20 23:20:27.526 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-20T23:20:29.073Z | [ recovery-image] Dec 20 23:20:27.537 INFO O| Dec 20 23:20:27.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6368 | 2024-12-20T23:20:29.073Z | [ recovery-image] Dec 20 23:20:27.537 INFO O| Dec 20 23:20:27.537 INFO STEP 667 (remove_files) COMPLETE |
6369 | 2024-12-20T23:20:29.073Z | [ recovery-image] Dec 20 23:20:27.537 INFO O| Dec 20 23:20:27.537 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-20T23:20:29.085Z | [ recovery-image] Dec 20 23:20:27.549 INFO O| Dec 20 23:20:27.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6371 | 2024-12-20T23:20:29.085Z | [ recovery-image] Dec 20 23:20:27.549 INFO O| Dec 20 23:20:27.549 INFO STEP 668 (remove_files) COMPLETE |
6372 | 2024-12-20T23:20:29.085Z | [ recovery-image] Dec 20 23:20:27.549 INFO O| Dec 20 23:20:27.549 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-12-20T23:20:29.098Z | [ recovery-image] Dec 20 23:20:27.562 INFO O| Dec 20 23:20:27.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6374 | 2024-12-20T23:20:29.098Z | [ recovery-image] Dec 20 23:20:27.562 INFO O| Dec 20 23:20:27.562 INFO STEP 669 (remove_files) COMPLETE |
6375 | 2024-12-20T23:20:29.098Z | [ recovery-image] Dec 20 23:20:27.562 INFO O| Dec 20 23:20:27.562 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-12-20T23:20:29.108Z | [ recovery-image] Dec 20 23:20:27.572 INFO O| Dec 20 23:20:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6377 | 2024-12-20T23:20:29.110Z | [ recovery-image] Dec 20 23:20:27.572 INFO O| Dec 20 23:20:27.572 INFO STEP 670 (remove_files) COMPLETE |
6378 | 2024-12-20T23:20:29.110Z | [ recovery-image] Dec 20 23:20:27.573 INFO O| Dec 20 23:20:27.572 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-12-20T23:20:29.119Z | [ recovery-image] Dec 20 23:20:27.583 INFO O| Dec 20 23:20:27.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6380 | 2024-12-20T23:20:29.119Z | [ recovery-image] Dec 20 23:20:27.583 INFO O| Dec 20 23:20:27.583 INFO STEP 671 (remove_files) COMPLETE |
6381 | 2024-12-20T23:20:29.119Z | [ recovery-image] Dec 20 23:20:27.583 INFO O| Dec 20 23:20:27.583 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-12-20T23:20:29.131Z | [ recovery-image] Dec 20 23:20:27.595 INFO O| Dec 20 23:20:27.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6383 | 2024-12-20T23:20:29.131Z | [ recovery-image] Dec 20 23:20:27.595 INFO O| Dec 20 23:20:27.595 INFO STEP 672 (remove_files) COMPLETE |
6384 | 2024-12-20T23:20:29.133Z | [ recovery-image] Dec 20 23:20:27.595 INFO O| Dec 20 23:20:27.595 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-12-20T23:20:29.142Z | [ recovery-image] Dec 20 23:20:27.606 INFO O| Dec 20 23:20:27.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6386 | 2024-12-20T23:20:29.142Z | [ recovery-image] Dec 20 23:20:27.606 INFO O| Dec 20 23:20:27.606 INFO STEP 673 (remove_files) COMPLETE |
6387 | 2024-12-20T23:20:29.142Z | [ recovery-image] Dec 20 23:20:27.606 INFO O| Dec 20 23:20:27.606 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-12-20T23:20:29.153Z | [ recovery-image] Dec 20 23:20:27.616 INFO O| Dec 20 23:20:27.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6389 | 2024-12-20T23:20:29.156Z | [ recovery-image] Dec 20 23:20:27.616 INFO O| Dec 20 23:20:27.616 INFO STEP 674 (remove_files) COMPLETE |
6390 | 2024-12-20T23:20:29.156Z | [ recovery-image] Dec 20 23:20:27.616 INFO O| Dec 20 23:20:27.616 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-12-20T23:20:29.162Z | [ recovery-image] Dec 20 23:20:27.626 INFO O| Dec 20 23:20:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6392 | 2024-12-20T23:20:29.162Z | [ recovery-image] Dec 20 23:20:27.626 INFO O| Dec 20 23:20:27.626 INFO STEP 675 (remove_files) COMPLETE |
6393 | 2024-12-20T23:20:29.162Z | [ recovery-image] Dec 20 23:20:27.626 INFO O| Dec 20 23:20:27.626 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-12-20T23:20:29.172Z | [ recovery-image] Dec 20 23:20:27.636 INFO O| Dec 20 23:20:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6395 | 2024-12-20T23:20:29.176Z | [ recovery-image] Dec 20 23:20:27.636 INFO O| Dec 20 23:20:27.636 INFO STEP 676 (remove_files) COMPLETE |
6396 | 2024-12-20T23:20:29.176Z | [ recovery-image] Dec 20 23:20:27.636 INFO O| Dec 20 23:20:27.636 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-12-20T23:20:29.182Z | [ recovery-image] Dec 20 23:20:27.646 INFO O| Dec 20 23:20:27.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6398 | 2024-12-20T23:20:29.184Z | [ recovery-image] Dec 20 23:20:27.646 INFO O| Dec 20 23:20:27.646 INFO STEP 677 (remove_files) COMPLETE |
6399 | 2024-12-20T23:20:29.185Z | [ recovery-image] Dec 20 23:20:27.646 INFO O| Dec 20 23:20:27.646 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-12-20T23:20:29.195Z | [ recovery-image] Dec 20 23:20:27.656 INFO O| Dec 20 23:20:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6401 | 2024-12-20T23:20:29.195Z | [ recovery-image] Dec 20 23:20:27.656 INFO O| Dec 20 23:20:27.656 INFO STEP 678 (remove_files) COMPLETE |
6402 | 2024-12-20T23:20:29.195Z | [ recovery-image] Dec 20 23:20:27.656 INFO O| Dec 20 23:20:27.656 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-12-20T23:20:29.204Z | [ recovery-image] Dec 20 23:20:27.667 INFO O| Dec 20 23:20:27.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6404 | 2024-12-20T23:20:29.204Z | [ recovery-image] Dec 20 23:20:27.667 INFO O| Dec 20 23:20:27.667 INFO STEP 679 (remove_files) COMPLETE |
6405 | 2024-12-20T23:20:29.208Z | [ recovery-image] Dec 20 23:20:27.667 INFO O| Dec 20 23:20:27.667 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-12-20T23:20:29.215Z | [ recovery-image] Dec 20 23:20:27.677 INFO O| Dec 20 23:20:27.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6407 | 2024-12-20T23:20:29.218Z | [ recovery-image] Dec 20 23:20:27.677 INFO O| Dec 20 23:20:27.677 INFO STEP 680 (remove_files) COMPLETE |
6408 | 2024-12-20T23:20:29.218Z | [ recovery-image] Dec 20 23:20:27.677 INFO O| Dec 20 23:20:27.677 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-12-20T23:20:29.225Z | [ recovery-image] Dec 20 23:20:27.688 INFO O| Dec 20 23:20:27.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6410 | 2024-12-20T23:20:29.225Z | [ recovery-image] Dec 20 23:20:27.688 INFO O| Dec 20 23:20:27.688 INFO STEP 681 (remove_files) COMPLETE |
6411 | 2024-12-20T23:20:29.227Z | [ recovery-image] Dec 20 23:20:27.688 INFO O| Dec 20 23:20:27.688 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-12-20T23:20:29.234Z | [ recovery-image] Dec 20 23:20:27.698 INFO O| Dec 20 23:20:27.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6413 | 2024-12-20T23:20:29.234Z | [ recovery-image] Dec 20 23:20:27.698 INFO O| Dec 20 23:20:27.698 INFO STEP 682 (remove_files) COMPLETE |
6414 | 2024-12-20T23:20:29.237Z | [ recovery-image] Dec 20 23:20:27.698 INFO O| Dec 20 23:20:27.698 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-12-20T23:20:29.244Z | [ recovery-image] Dec 20 23:20:27.708 INFO O| Dec 20 23:20:27.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6416 | 2024-12-20T23:20:29.244Z | [ recovery-image] Dec 20 23:20:27.708 INFO O| Dec 20 23:20:27.708 INFO STEP 683 (remove_files) COMPLETE |
6417 | 2024-12-20T23:20:29.248Z | [ recovery-image] Dec 20 23:20:27.708 INFO O| Dec 20 23:20:27.708 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-12-20T23:20:29.255Z | [ recovery-image] Dec 20 23:20:27.719 INFO O| Dec 20 23:20:27.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6419 | 2024-12-20T23:20:29.255Z | [ recovery-image] Dec 20 23:20:27.719 INFO O| Dec 20 23:20:27.719 INFO STEP 684 (remove_files) COMPLETE |
6420 | 2024-12-20T23:20:29.261Z | [ recovery-image] Dec 20 23:20:27.719 INFO O| Dec 20 23:20:27.719 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-12-20T23:20:29.265Z | [ recovery-image] Dec 20 23:20:27.729 INFO O| Dec 20 23:20:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6422 | 2024-12-20T23:20:29.265Z | [ recovery-image] Dec 20 23:20:27.729 INFO O| Dec 20 23:20:27.729 INFO STEP 685 (remove_files) COMPLETE |
6423 | 2024-12-20T23:20:29.265Z | [ recovery-image] Dec 20 23:20:27.729 INFO O| Dec 20 23:20:27.729 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-12-20T23:20:29.275Z | [ recovery-image] Dec 20 23:20:27.740 INFO O| Dec 20 23:20:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6425 | 2024-12-20T23:20:29.276Z | [ recovery-image] Dec 20 23:20:27.740 INFO O| Dec 20 23:20:27.740 INFO STEP 686 (remove_files) COMPLETE |
6426 | 2024-12-20T23:20:29.278Z | [ recovery-image] Dec 20 23:20:27.740 INFO O| Dec 20 23:20:27.740 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-12-20T23:20:29.286Z | [ recovery-image] Dec 20 23:20:27.750 INFO O| Dec 20 23:20:27.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6428 | 2024-12-20T23:20:29.290Z | [ recovery-image] Dec 20 23:20:27.750 INFO O| Dec 20 23:20:27.750 INFO STEP 687 (remove_files) COMPLETE |
6429 | 2024-12-20T23:20:29.290Z | [ recovery-image] Dec 20 23:20:27.750 INFO O| Dec 20 23:20:27.750 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-12-20T23:20:29.297Z | [ recovery-image] Dec 20 23:20:27.761 INFO O| Dec 20 23:20:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6431 | 2024-12-20T23:20:29.297Z | [ recovery-image] Dec 20 23:20:27.761 INFO O| Dec 20 23:20:27.761 INFO STEP 688 (remove_files) COMPLETE |
6432 | 2024-12-20T23:20:29.297Z | [ recovery-image] Dec 20 23:20:27.761 INFO O| Dec 20 23:20:27.761 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-12-20T23:20:29.307Z | [ recovery-image] Dec 20 23:20:27.771 INFO O| Dec 20 23:20:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6434 | 2024-12-20T23:20:29.307Z | [ recovery-image] Dec 20 23:20:27.771 INFO O| Dec 20 23:20:27.771 INFO STEP 689 (remove_files) COMPLETE |
6435 | 2024-12-20T23:20:29.307Z | [ recovery-image] Dec 20 23:20:27.771 INFO O| Dec 20 23:20:27.771 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-12-20T23:20:29.318Z | [ recovery-image] Dec 20 23:20:27.782 INFO O| Dec 20 23:20:27.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6437 | 2024-12-20T23:20:29.318Z | [ recovery-image] Dec 20 23:20:27.782 INFO O| Dec 20 23:20:27.782 INFO STEP 690 (remove_files) COMPLETE |
6438 | 2024-12-20T23:20:29.321Z | [ recovery-image] Dec 20 23:20:27.782 INFO O| Dec 20 23:20:27.782 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-12-20T23:20:29.329Z | [ recovery-image] Dec 20 23:20:27.793 INFO O| Dec 20 23:20:27.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6440 | 2024-12-20T23:20:29.329Z | [ recovery-image] Dec 20 23:20:27.793 INFO O| Dec 20 23:20:27.793 INFO STEP 691 (remove_files) COMPLETE |
6441 | 2024-12-20T23:20:29.329Z | [ recovery-image] Dec 20 23:20:27.793 INFO O| Dec 20 23:20:27.793 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-12-20T23:20:29.340Z | [ recovery-image] Dec 20 23:20:27.804 INFO O| Dec 20 23:20:27.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6443 | 2024-12-20T23:20:29.340Z | [ recovery-image] Dec 20 23:20:27.804 INFO O| Dec 20 23:20:27.804 INFO STEP 692 (remove_files) COMPLETE |
6444 | 2024-12-20T23:20:29.342Z | [ recovery-image] Dec 20 23:20:27.804 INFO O| Dec 20 23:20:27.804 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-12-20T23:20:29.351Z | [ recovery-image] Dec 20 23:20:27.815 INFO O| Dec 20 23:20:27.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6446 | 2024-12-20T23:20:29.351Z | [ recovery-image] Dec 20 23:20:27.815 INFO O| Dec 20 23:20:27.815 INFO STEP 693 (remove_files) COMPLETE |
6447 | 2024-12-20T23:20:29.354Z | [ recovery-image] Dec 20 23:20:27.815 INFO O| Dec 20 23:20:27.815 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-12-20T23:20:29.362Z | [ recovery-image] Dec 20 23:20:27.826 INFO O| Dec 20 23:20:27.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6449 | 2024-12-20T23:20:29.362Z | [ recovery-image] Dec 20 23:20:27.826 INFO O| Dec 20 23:20:27.826 INFO STEP 694 (remove_files) COMPLETE |
6450 | 2024-12-20T23:20:29.363Z | [ recovery-image] Dec 20 23:20:27.826 INFO O| Dec 20 23:20:27.826 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-12-20T23:20:29.376Z | [ recovery-image] Dec 20 23:20:27.840 INFO O| Dec 20 23:20:27.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6452 | 2024-12-20T23:20:29.376Z | [ recovery-image] Dec 20 23:20:27.840 INFO O| Dec 20 23:20:27.840 INFO STEP 695 (remove_files) COMPLETE |
6453 | 2024-12-20T23:20:29.376Z | [ recovery-image] Dec 20 23:20:27.840 INFO O| Dec 20 23:20:27.840 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-12-20T23:20:29.387Z | [ recovery-image] Dec 20 23:20:27.851 INFO O| Dec 20 23:20:27.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6455 | 2024-12-20T23:20:29.387Z | [ recovery-image] Dec 20 23:20:27.851 INFO O| Dec 20 23:20:27.851 INFO STEP 696 (remove_files) COMPLETE |
6456 | 2024-12-20T23:20:29.387Z | [ recovery-image] Dec 20 23:20:27.851 INFO O| Dec 20 23:20:27.851 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-12-20T23:20:29.399Z | [ recovery-image] Dec 20 23:20:27.863 INFO O| Dec 20 23:20:27.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6458 | 2024-12-20T23:20:29.399Z | [ recovery-image] Dec 20 23:20:27.863 INFO O| Dec 20 23:20:27.863 INFO STEP 697 (remove_files) COMPLETE |
6459 | 2024-12-20T23:20:29.402Z | [ recovery-image] Dec 20 23:20:27.863 INFO O| Dec 20 23:20:27.863 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-12-20T23:20:29.413Z | [ recovery-image] Dec 20 23:20:27.876 INFO O| Dec 20 23:20:27.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6461 | 2024-12-20T23:20:29.413Z | [ recovery-image] Dec 20 23:20:27.876 INFO O| Dec 20 23:20:27.876 INFO STEP 698 (remove_files) COMPLETE |
6462 | 2024-12-20T23:20:29.413Z | [ recovery-image] Dec 20 23:20:27.876 INFO O| Dec 20 23:20:27.876 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-12-20T23:20:29.424Z | [ recovery-image] Dec 20 23:20:27.887 INFO O| Dec 20 23:20:27.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6464 | 2024-12-20T23:20:29.424Z | [ recovery-image] Dec 20 23:20:27.887 INFO O| Dec 20 23:20:27.887 INFO STEP 699 (remove_files) COMPLETE |
6465 | 2024-12-20T23:20:29.427Z | [ recovery-image] Dec 20 23:20:27.887 INFO O| Dec 20 23:20:27.887 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-12-20T23:20:29.433Z | [ recovery-image] Dec 20 23:20:27.897 INFO O| Dec 20 23:20:27.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6467 | 2024-12-20T23:20:29.433Z | [ recovery-image] Dec 20 23:20:27.897 INFO O| Dec 20 23:20:27.897 INFO STEP 700 (remove_files) COMPLETE |
6468 | 2024-12-20T23:20:29.436Z | [ recovery-image] Dec 20 23:20:27.897 INFO O| Dec 20 23:20:27.897 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-20T23:20:29.446Z | [ recovery-image] Dec 20 23:20:27.910 INFO O| Dec 20 23:20:27.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6470 | 2024-12-20T23:20:29.448Z | [ recovery-image] Dec 20 23:20:27.911 INFO O| Dec 20 23:20:27.911 INFO STEP 701 (remove_files) COMPLETE |
6471 | 2024-12-20T23:20:29.448Z | [ recovery-image] Dec 20 23:20:27.911 INFO O| Dec 20 23:20:27.911 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-20T23:20:29.458Z | [ recovery-image] Dec 20 23:20:27.922 INFO O| Dec 20 23:20:27.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6473 | 2024-12-20T23:20:29.458Z | [ recovery-image] Dec 20 23:20:27.922 INFO O| Dec 20 23:20:27.922 INFO STEP 702 (remove_files) COMPLETE |
6474 | 2024-12-20T23:20:29.458Z | [ recovery-image] Dec 20 23:20:27.922 INFO O| Dec 20 23:20:27.922 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-20T23:20:29.470Z | [ recovery-image] Dec 20 23:20:27.934 INFO O| Dec 20 23:20:27.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6476 | 2024-12-20T23:20:29.470Z | [ recovery-image] Dec 20 23:20:27.934 INFO O| Dec 20 23:20:27.934 INFO STEP 703 (remove_files) COMPLETE |
6477 | 2024-12-20T23:20:29.470Z | [ recovery-image] Dec 20 23:20:27.934 INFO O| Dec 20 23:20:27.934 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-20T23:20:29.481Z | [ recovery-image] Dec 20 23:20:27.945 INFO O| Dec 20 23:20:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6479 | 2024-12-20T23:20:29.481Z | [ recovery-image] Dec 20 23:20:27.945 INFO O| Dec 20 23:20:27.945 INFO STEP 704 (remove_files) COMPLETE |
6480 | 2024-12-20T23:20:29.481Z | [ recovery-image] Dec 20 23:20:27.945 INFO O| Dec 20 23:20:27.945 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-20T23:20:29.492Z | [ recovery-image] Dec 20 23:20:27.956 INFO O| Dec 20 23:20:27.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6482 | 2024-12-20T23:20:29.492Z | [ recovery-image] Dec 20 23:20:27.956 INFO O| Dec 20 23:20:27.956 INFO STEP 705 (remove_files) COMPLETE |
6483 | 2024-12-20T23:20:29.492Z | [ recovery-image] Dec 20 23:20:27.956 INFO O| Dec 20 23:20:27.956 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-20T23:20:29.508Z | [ recovery-image] Dec 20 23:20:27.970 INFO O| Dec 20 23:20:27.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6485 | 2024-12-20T23:20:29.508Z | [ recovery-image] Dec 20 23:20:27.970 INFO O| Dec 20 23:20:27.970 INFO STEP 706 (remove_files) COMPLETE |
6486 | 2024-12-20T23:20:29.508Z | [ recovery-image] Dec 20 23:20:27.971 INFO O| Dec 20 23:20:27.970 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-20T23:20:29.519Z | [ recovery-image] Dec 20 23:20:27.983 INFO O| Dec 20 23:20:27.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6488 | 2024-12-20T23:20:29.519Z | [ recovery-image] Dec 20 23:20:27.983 INFO O| Dec 20 23:20:27.983 INFO STEP 707 (remove_files) COMPLETE |
6489 | 2024-12-20T23:20:29.522Z | [ recovery-image] Dec 20 23:20:27.983 INFO O| Dec 20 23:20:27.983 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-20T23:20:29.531Z | [ recovery-image] Dec 20 23:20:27.995 INFO O| Dec 20 23:20:27.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6491 | 2024-12-20T23:20:29.531Z | [ recovery-image] Dec 20 23:20:27.995 INFO O| Dec 20 23:20:27.995 INFO STEP 708 (remove_files) COMPLETE |
6492 | 2024-12-20T23:20:29.531Z | [ recovery-image] Dec 20 23:20:27.995 INFO O| Dec 20 23:20:27.995 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-20T23:20:29.543Z | [ recovery-image] Dec 20 23:20:28.007 INFO O| Dec 20 23:20:28.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6494 | 2024-12-20T23:20:29.543Z | [ recovery-image] Dec 20 23:20:28.007 INFO O| Dec 20 23:20:28.007 INFO STEP 709 (remove_files) COMPLETE |
6495 | 2024-12-20T23:20:29.546Z | [ recovery-image] Dec 20 23:20:28.007 INFO O| Dec 20 23:20:28.007 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-20T23:20:29.554Z | [ recovery-image] Dec 20 23:20:28.018 INFO O| Dec 20 23:20:28.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6497 | 2024-12-20T23:20:29.554Z | [ recovery-image] Dec 20 23:20:28.018 INFO O| Dec 20 23:20:28.018 INFO STEP 710 (remove_files) COMPLETE |
6498 | 2024-12-20T23:20:29.554Z | [ recovery-image] Dec 20 23:20:28.019 INFO O| Dec 20 23:20:28.018 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-20T23:20:29.565Z | [ recovery-image] Dec 20 23:20:28.029 INFO O| Dec 20 23:20:28.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6500 | 2024-12-20T23:20:29.565Z | [ recovery-image] Dec 20 23:20:28.029 INFO O| Dec 20 23:20:28.029 INFO STEP 711 (remove_files) COMPLETE |
6501 | 2024-12-20T23:20:29.567Z | [ recovery-image] Dec 20 23:20:28.029 INFO O| Dec 20 23:20:28.029 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-20T23:20:29.575Z | [ recovery-image] Dec 20 23:20:28.039 INFO O| Dec 20 23:20:28.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6503 | 2024-12-20T23:20:29.575Z | [ recovery-image] Dec 20 23:20:28.039 INFO O| Dec 20 23:20:28.039 INFO STEP 712 (remove_files) COMPLETE |
6504 | 2024-12-20T23:20:29.575Z | [ recovery-image] Dec 20 23:20:28.039 INFO O| Dec 20 23:20:28.039 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-20T23:20:29.586Z | [ recovery-image] Dec 20 23:20:28.050 INFO O| Dec 20 23:20:28.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6506 | 2024-12-20T23:20:29.586Z | [ recovery-image] Dec 20 23:20:28.050 INFO O| Dec 20 23:20:28.050 INFO STEP 713 (remove_files) COMPLETE |
6507 | 2024-12-20T23:20:29.586Z | [ recovery-image] Dec 20 23:20:28.050 INFO O| Dec 20 23:20:28.050 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-20T23:20:29.596Z | [ recovery-image] Dec 20 23:20:28.060 INFO O| Dec 20 23:20:28.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6509 | 2024-12-20T23:20:29.606Z | [ recovery-image] Dec 20 23:20:28.060 INFO O| Dec 20 23:20:28.060 INFO STEP 714 (remove_files) COMPLETE |
6510 | 2024-12-20T23:20:29.606Z | [ recovery-image] Dec 20 23:20:28.060 INFO O| Dec 20 23:20:28.060 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-20T23:20:29.608Z | [ recovery-image] Dec 20 23:20:28.072 INFO O| Dec 20 23:20:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6512 | 2024-12-20T23:20:29.608Z | [ recovery-image] Dec 20 23:20:28.072 INFO O| Dec 20 23:20:28.072 INFO STEP 715 (remove_files) COMPLETE |
6513 | 2024-12-20T23:20:29.608Z | [ recovery-image] Dec 20 23:20:28.072 INFO O| Dec 20 23:20:28.072 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-20T23:20:29.620Z | [ recovery-image] Dec 20 23:20:28.084 INFO O| Dec 20 23:20:28.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6515 | 2024-12-20T23:20:29.623Z | [ recovery-image] Dec 20 23:20:28.084 INFO O| Dec 20 23:20:28.084 INFO STEP 716 (remove_files) COMPLETE |
6516 | 2024-12-20T23:20:29.623Z | [ recovery-image] Dec 20 23:20:28.084 INFO O| Dec 20 23:20:28.084 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-20T23:20:29.633Z | [ recovery-image] Dec 20 23:20:28.097 INFO O| Dec 20 23:20:28.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6518 | 2024-12-20T23:20:29.636Z | [ recovery-image] Dec 20 23:20:28.097 INFO O| Dec 20 23:20:28.097 INFO STEP 717 (remove_files) COMPLETE |
6519 | 2024-12-20T23:20:29.636Z | [ recovery-image] Dec 20 23:20:28.097 INFO O| Dec 20 23:20:28.097 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-12-20T23:20:29.647Z | [ recovery-image] Dec 20 23:20:28.111 INFO O| Dec 20 23:20:28.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6521 | 2024-12-20T23:20:29.647Z | [ recovery-image] Dec 20 23:20:28.111 INFO O| Dec 20 23:20:28.111 INFO STEP 718 (remove_files) COMPLETE |
6522 | 2024-12-20T23:20:29.647Z | [ recovery-image] Dec 20 23:20:28.111 INFO O| Dec 20 23:20:28.111 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-12-20T23:20:29.659Z | [ recovery-image] Dec 20 23:20:28.123 INFO O| Dec 20 23:20:28.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6524 | 2024-12-20T23:20:29.661Z | [ recovery-image] Dec 20 23:20:28.123 INFO O| Dec 20 23:20:28.123 INFO STEP 719 (remove_files) COMPLETE |
6525 | 2024-12-20T23:20:29.661Z | [ recovery-image] Dec 20 23:20:28.123 INFO O| Dec 20 23:20:28.123 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-12-20T23:20:29.671Z | [ recovery-image] Dec 20 23:20:28.135 INFO O| Dec 20 23:20:28.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6527 | 2024-12-20T23:20:29.671Z | [ recovery-image] Dec 20 23:20:28.135 INFO O| Dec 20 23:20:28.135 INFO STEP 720 (remove_files) COMPLETE |
6528 | 2024-12-20T23:20:29.671Z | [ recovery-image] Dec 20 23:20:28.135 INFO O| Dec 20 23:20:28.135 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-12-20T23:20:29.682Z | [ recovery-image] Dec 20 23:20:28.146 INFO O| Dec 20 23:20:28.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6530 | 2024-12-20T23:20:29.682Z | [ recovery-image] Dec 20 23:20:28.146 INFO O| Dec 20 23:20:28.146 INFO STEP 721 (remove_files) COMPLETE |
6531 | 2024-12-20T23:20:29.683Z | [ recovery-image] Dec 20 23:20:28.146 INFO O| Dec 20 23:20:28.146 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-12-20T23:20:29.693Z | [ recovery-image] Dec 20 23:20:28.157 INFO O| Dec 20 23:20:28.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6533 | 2024-12-20T23:20:29.693Z | [ recovery-image] Dec 20 23:20:28.157 INFO O| Dec 20 23:20:28.157 INFO STEP 722 (remove_files) COMPLETE |
6534 | 2024-12-20T23:20:29.694Z | [ recovery-image] Dec 20 23:20:28.157 INFO O| Dec 20 23:20:28.157 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-12-20T23:20:29.705Z | [ recovery-image] Dec 20 23:20:28.168 INFO O| Dec 20 23:20:28.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6536 | 2024-12-20T23:20:29.705Z | [ recovery-image] Dec 20 23:20:28.169 INFO O| Dec 20 23:20:28.169 INFO STEP 723 (remove_files) COMPLETE |
6537 | 2024-12-20T23:20:29.705Z | [ recovery-image] Dec 20 23:20:28.169 INFO O| Dec 20 23:20:28.169 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-12-20T23:20:29.716Z | [ recovery-image] Dec 20 23:20:28.180 INFO O| Dec 20 23:20:28.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6539 | 2024-12-20T23:20:29.716Z | [ recovery-image] Dec 20 23:20:28.180 INFO O| Dec 20 23:20:28.180 INFO STEP 724 (remove_files) COMPLETE |
6540 | 2024-12-20T23:20:29.716Z | [ recovery-image] Dec 20 23:20:28.180 INFO O| Dec 20 23:20:28.180 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-12-20T23:20:29.727Z | [ recovery-image] Dec 20 23:20:28.191 INFO O| Dec 20 23:20:28.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6542 | 2024-12-20T23:20:29.727Z | [ recovery-image] Dec 20 23:20:28.191 INFO O| Dec 20 23:20:28.191 INFO STEP 725 (remove_files) COMPLETE |
6543 | 2024-12-20T23:20:29.727Z | [ recovery-image] Dec 20 23:20:28.191 INFO O| Dec 20 23:20:28.191 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-12-20T23:20:29.737Z | [ recovery-image] Dec 20 23:20:28.201 INFO O| Dec 20 23:20:28.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6545 | 2024-12-20T23:20:29.737Z | [ recovery-image] Dec 20 23:20:28.201 INFO O| Dec 20 23:20:28.201 INFO STEP 726 (remove_files) COMPLETE |
6546 | 2024-12-20T23:20:29.738Z | [ recovery-image] Dec 20 23:20:28.201 INFO O| Dec 20 23:20:28.201 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-12-20T23:20:29.748Z | [ recovery-image] Dec 20 23:20:28.212 INFO O| Dec 20 23:20:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6548 | 2024-12-20T23:20:29.748Z | [ recovery-image] Dec 20 23:20:28.212 INFO O| Dec 20 23:20:28.212 INFO STEP 727 (remove_files) COMPLETE |
6549 | 2024-12-20T23:20:29.750Z | [ recovery-image] Dec 20 23:20:28.212 INFO O| Dec 20 23:20:28.212 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-12-20T23:20:29.758Z | [ recovery-image] Dec 20 23:20:28.222 INFO O| Dec 20 23:20:28.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6551 | 2024-12-20T23:20:29.758Z | [ recovery-image] Dec 20 23:20:28.223 INFO O| Dec 20 23:20:28.222 INFO STEP 728 (remove_files) COMPLETE |
6552 | 2024-12-20T23:20:29.758Z | [ recovery-image] Dec 20 23:20:28.223 INFO O| Dec 20 23:20:28.223 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-12-20T23:20:29.769Z | [ recovery-image] Dec 20 23:20:28.233 INFO O| Dec 20 23:20:28.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6554 | 2024-12-20T23:20:29.769Z | [ recovery-image] Dec 20 23:20:28.233 INFO O| Dec 20 23:20:28.233 INFO STEP 729 (remove_files) COMPLETE |
6555 | 2024-12-20T23:20:29.769Z | [ recovery-image] Dec 20 23:20:28.233 INFO O| Dec 20 23:20:28.233 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-12-20T23:20:29.781Z | [ recovery-image] Dec 20 23:20:28.243 INFO O| Dec 20 23:20:28.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6557 | 2024-12-20T23:20:29.791Z | [ recovery-image] Dec 20 23:20:28.243 INFO O| Dec 20 23:20:28.243 INFO STEP 730 (remove_files) COMPLETE |
6558 | 2024-12-20T23:20:29.791Z | [ recovery-image] Dec 20 23:20:28.243 INFO O| Dec 20 23:20:28.243 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-12-20T23:20:29.793Z | [ recovery-image] Dec 20 23:20:28.254 INFO O| Dec 20 23:20:28.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6560 | 2024-12-20T23:20:29.793Z | [ recovery-image] Dec 20 23:20:28.254 INFO O| Dec 20 23:20:28.254 INFO STEP 731 (remove_files) COMPLETE |
6561 | 2024-12-20T23:20:29.793Z | [ recovery-image] Dec 20 23:20:28.254 INFO O| Dec 20 23:20:28.254 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-12-20T23:20:29.801Z | [ recovery-image] Dec 20 23:20:28.265 INFO O| Dec 20 23:20:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6563 | 2024-12-20T23:20:29.801Z | [ recovery-image] Dec 20 23:20:28.265 INFO O| Dec 20 23:20:28.265 INFO STEP 732 (remove_files) COMPLETE |
6564 | 2024-12-20T23:20:29.801Z | [ recovery-image] Dec 20 23:20:28.265 INFO O| Dec 20 23:20:28.265 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-12-20T23:20:29.811Z | [ recovery-image] Dec 20 23:20:28.275 INFO O| Dec 20 23:20:28.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6566 | 2024-12-20T23:20:29.812Z | [ recovery-image] Dec 20 23:20:28.276 INFO O| Dec 20 23:20:28.276 INFO STEP 733 (remove_files) COMPLETE |
6567 | 2024-12-20T23:20:29.812Z | [ recovery-image] Dec 20 23:20:28.276 INFO O| Dec 20 23:20:28.276 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-12-20T23:20:29.826Z | [ recovery-image] Dec 20 23:20:28.289 INFO O| Dec 20 23:20:28.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6569 | 2024-12-20T23:20:29.829Z | [ recovery-image] Dec 20 23:20:28.289 INFO O| Dec 20 23:20:28.289 INFO STEP 734 (remove_files) COMPLETE |
6570 | 2024-12-20T23:20:29.829Z | [ recovery-image] Dec 20 23:20:28.289 INFO O| Dec 20 23:20:28.289 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-12-20T23:20:29.836Z | [ recovery-image] Dec 20 23:20:28.300 INFO O| Dec 20 23:20:28.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6572 | 2024-12-20T23:20:29.837Z | [ recovery-image] Dec 20 23:20:28.300 INFO O| Dec 20 23:20:28.300 INFO STEP 735 (remove_files) COMPLETE |
6573 | 2024-12-20T23:20:29.840Z | [ recovery-image] Dec 20 23:20:28.300 INFO O| Dec 20 23:20:28.300 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-12-20T23:20:29.847Z | [ recovery-image] Dec 20 23:20:28.311 INFO O| Dec 20 23:20:28.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6575 | 2024-12-20T23:20:29.849Z | [ recovery-image] Dec 20 23:20:28.311 INFO O| Dec 20 23:20:28.311 INFO STEP 736 (remove_files) COMPLETE |
6576 | 2024-12-20T23:20:29.849Z | [ recovery-image] Dec 20 23:20:28.311 INFO O| Dec 20 23:20:28.311 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-12-20T23:20:29.858Z | [ recovery-image] Dec 20 23:20:28.322 INFO O| Dec 20 23:20:28.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6578 | 2024-12-20T23:20:29.858Z | [ recovery-image] Dec 20 23:20:28.322 INFO O| Dec 20 23:20:28.322 INFO STEP 737 (remove_files) COMPLETE |
6579 | 2024-12-20T23:20:29.861Z | [ recovery-image] Dec 20 23:20:28.322 INFO O| Dec 20 23:20:28.322 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-12-20T23:20:29.869Z | [ recovery-image] Dec 20 23:20:28.332 INFO O| Dec 20 23:20:28.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6581 | 2024-12-20T23:20:29.869Z | [ recovery-image] Dec 20 23:20:28.333 INFO O| Dec 20 23:20:28.333 INFO STEP 738 (remove_files) COMPLETE |
6582 | 2024-12-20T23:20:29.869Z | [ recovery-image] Dec 20 23:20:28.333 INFO O| Dec 20 23:20:28.333 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-12-20T23:20:29.879Z | [ recovery-image] Dec 20 23:20:28.343 INFO O| Dec 20 23:20:28.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6584 | 2024-12-20T23:20:29.879Z | [ recovery-image] Dec 20 23:20:28.343 INFO O| Dec 20 23:20:28.343 INFO STEP 739 (remove_files) COMPLETE |
6585 | 2024-12-20T23:20:29.882Z | [ recovery-image] Dec 20 23:20:28.343 INFO O| Dec 20 23:20:28.343 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-12-20T23:20:29.890Z | [ recovery-image] Dec 20 23:20:28.354 INFO O| Dec 20 23:20:28.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6587 | 2024-12-20T23:20:29.893Z | [ recovery-image] Dec 20 23:20:28.354 INFO O| Dec 20 23:20:28.354 INFO STEP 740 (remove_files) COMPLETE |
6588 | 2024-12-20T23:20:29.893Z | [ recovery-image] Dec 20 23:20:28.354 INFO O| Dec 20 23:20:28.354 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-12-20T23:20:29.901Z | [ recovery-image] Dec 20 23:20:28.365 INFO O| Dec 20 23:20:28.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6590 | 2024-12-20T23:20:29.901Z | [ recovery-image] Dec 20 23:20:28.365 INFO O| Dec 20 23:20:28.365 INFO STEP 741 (remove_files) COMPLETE |
6591 | 2024-12-20T23:20:29.904Z | [ recovery-image] Dec 20 23:20:28.365 INFO O| Dec 20 23:20:28.365 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-12-20T23:20:29.911Z | [ recovery-image] Dec 20 23:20:28.375 INFO O| Dec 20 23:20:28.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6593 | 2024-12-20T23:20:29.911Z | [ recovery-image] Dec 20 23:20:28.375 INFO O| Dec 20 23:20:28.375 INFO STEP 742 (remove_files) COMPLETE |
6594 | 2024-12-20T23:20:29.913Z | [ recovery-image] Dec 20 23:20:28.375 INFO O| Dec 20 23:20:28.375 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-12-20T23:20:29.921Z | [ recovery-image] Dec 20 23:20:28.385 INFO O| Dec 20 23:20:28.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6596 | 2024-12-20T23:20:29.921Z | [ recovery-image] Dec 20 23:20:28.385 INFO O| Dec 20 23:20:28.385 INFO STEP 743 (remove_files) COMPLETE |
6597 | 2024-12-20T23:20:29.924Z | [ recovery-image] Dec 20 23:20:28.385 INFO O| Dec 20 23:20:28.385 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-12-20T23:20:29.931Z | [ recovery-image] Dec 20 23:20:28.395 INFO O| Dec 20 23:20:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6599 | 2024-12-20T23:20:29.931Z | [ recovery-image] Dec 20 23:20:28.395 INFO O| Dec 20 23:20:28.395 INFO STEP 744 (remove_files) COMPLETE |
6600 | 2024-12-20T23:20:29.934Z | [ recovery-image] Dec 20 23:20:28.395 INFO O| Dec 20 23:20:28.395 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-12-20T23:20:29.942Z | [ recovery-image] Dec 20 23:20:28.405 INFO O| Dec 20 23:20:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6602 | 2024-12-20T23:20:29.944Z | [ recovery-image] Dec 20 23:20:28.405 INFO O| Dec 20 23:20:28.405 INFO STEP 745 (remove_files) COMPLETE |
6603 | 2024-12-20T23:20:29.944Z | [ recovery-image] Dec 20 23:20:28.405 INFO O| Dec 20 23:20:28.405 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-12-20T23:20:29.952Z | [ recovery-image] Dec 20 23:20:28.415 INFO O| Dec 20 23:20:28.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6605 | 2024-12-20T23:20:29.952Z | [ recovery-image] Dec 20 23:20:28.416 INFO O| Dec 20 23:20:28.415 INFO STEP 746 (remove_files) COMPLETE |
6606 | 2024-12-20T23:20:29.954Z | [ recovery-image] Dec 20 23:20:28.416 INFO O| Dec 20 23:20:28.416 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-12-20T23:20:29.962Z | [ recovery-image] Dec 20 23:20:28.426 INFO O| Dec 20 23:20:28.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6608 | 2024-12-20T23:20:29.962Z | [ recovery-image] Dec 20 23:20:28.426 INFO O| Dec 20 23:20:28.426 INFO STEP 747 (remove_files) COMPLETE |
6609 | 2024-12-20T23:20:29.962Z | [ recovery-image] Dec 20 23:20:28.426 INFO O| Dec 20 23:20:28.426 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-12-20T23:20:29.972Z | [ recovery-image] Dec 20 23:20:28.436 INFO O| Dec 20 23:20:28.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6611 | 2024-12-20T23:20:29.972Z | [ recovery-image] Dec 20 23:20:28.436 INFO O| Dec 20 23:20:28.436 INFO STEP 748 (remove_files) COMPLETE |
6612 | 2024-12-20T23:20:29.972Z | [ recovery-image] Dec 20 23:20:28.436 INFO O| Dec 20 23:20:28.436 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-12-20T23:20:29.982Z | [ recovery-image] Dec 20 23:20:28.446 INFO O| Dec 20 23:20:28.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6614 | 2024-12-20T23:20:29.985Z | [ recovery-image] Dec 20 23:20:28.446 INFO O| Dec 20 23:20:28.446 INFO STEP 749 (remove_files) COMPLETE |
6615 | 2024-12-20T23:20:29.985Z | [ recovery-image] Dec 20 23:20:28.446 INFO O| Dec 20 23:20:28.446 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-12-20T23:20:29.993Z | [ recovery-image] Dec 20 23:20:28.457 INFO O| Dec 20 23:20:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6617 | 2024-12-20T23:20:29.993Z | [ recovery-image] Dec 20 23:20:28.457 INFO O| Dec 20 23:20:28.457 INFO STEP 750 (remove_files) COMPLETE |
6618 | 2024-12-20T23:20:29.996Z | [ recovery-image] Dec 20 23:20:28.457 INFO O| Dec 20 23:20:28.457 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-12-20T23:20:30.004Z | [ recovery-image] Dec 20 23:20:28.468 INFO O| Dec 20 23:20:28.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6620 | 2024-12-20T23:20:30.004Z | [ recovery-image] Dec 20 23:20:28.468 INFO O| Dec 20 23:20:28.468 INFO STEP 751 (remove_files) COMPLETE |
6621 | 2024-12-20T23:20:30.004Z | [ recovery-image] Dec 20 23:20:28.468 INFO O| Dec 20 23:20:28.468 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-12-20T23:20:30.019Z | [ recovery-image] Dec 20 23:20:28.479 INFO O| Dec 20 23:20:28.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6623 | 2024-12-20T23:20:30.019Z | [ recovery-image] Dec 20 23:20:28.479 INFO O| Dec 20 23:20:28.479 INFO STEP 752 (remove_files) COMPLETE |
6624 | 2024-12-20T23:20:30.019Z | [ recovery-image] Dec 20 23:20:28.479 INFO O| Dec 20 23:20:28.479 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-12-20T23:20:30.026Z | [ recovery-image] Dec 20 23:20:28.489 INFO O| Dec 20 23:20:28.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6626 | 2024-12-20T23:20:30.026Z | [ recovery-image] Dec 20 23:20:28.489 INFO O| Dec 20 23:20:28.489 INFO STEP 753 (remove_files) COMPLETE |
6627 | 2024-12-20T23:20:30.028Z | [ recovery-image] Dec 20 23:20:28.489 INFO O| Dec 20 23:20:28.489 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-12-20T23:20:30.036Z | [ recovery-image] Dec 20 23:20:28.500 INFO O| Dec 20 23:20:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6629 | 2024-12-20T23:20:30.039Z | [ recovery-image] Dec 20 23:20:28.500 INFO O| Dec 20 23:20:28.500 INFO STEP 754 (remove_files) COMPLETE |
6630 | 2024-12-20T23:20:30.039Z | [ recovery-image] Dec 20 23:20:28.500 INFO O| Dec 20 23:20:28.500 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-12-20T23:20:30.048Z | [ recovery-image] Dec 20 23:20:28.512 INFO O| Dec 20 23:20:28.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6632 | 2024-12-20T23:20:30.048Z | [ recovery-image] Dec 20 23:20:28.512 INFO O| Dec 20 23:20:28.512 INFO STEP 755 (remove_files) COMPLETE |
6633 | 2024-12-20T23:20:30.048Z | [ recovery-image] Dec 20 23:20:28.512 INFO O| Dec 20 23:20:28.512 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-12-20T23:20:30.061Z | [ recovery-image] Dec 20 23:20:28.524 INFO O| Dec 20 23:20:28.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6635 | 2024-12-20T23:20:30.061Z | [ recovery-image] Dec 20 23:20:28.524 INFO O| Dec 20 23:20:28.524 INFO STEP 756 (remove_files) COMPLETE |
6636 | 2024-12-20T23:20:30.061Z | [ recovery-image] Dec 20 23:20:28.524 INFO O| Dec 20 23:20:28.524 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-12-20T23:20:30.071Z | [ recovery-image] Dec 20 23:20:28.535 INFO O| Dec 20 23:20:28.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6638 | 2024-12-20T23:20:30.071Z | [ recovery-image] Dec 20 23:20:28.535 INFO O| Dec 20 23:20:28.535 INFO STEP 757 (remove_files) COMPLETE |
6639 | 2024-12-20T23:20:30.071Z | [ recovery-image] Dec 20 23:20:28.535 INFO O| Dec 20 23:20:28.535 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-12-20T23:20:30.082Z | [ recovery-image] Dec 20 23:20:28.545 INFO O| Dec 20 23:20:28.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6641 | 2024-12-20T23:20:30.082Z | [ recovery-image] Dec 20 23:20:28.546 INFO O| Dec 20 23:20:28.546 INFO STEP 758 (remove_files) COMPLETE |
6642 | 2024-12-20T23:20:30.082Z | [ recovery-image] Dec 20 23:20:28.546 INFO O| Dec 20 23:20:28.546 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-12-20T23:20:30.093Z | [ recovery-image] Dec 20 23:20:28.556 INFO O| Dec 20 23:20:28.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6644 | 2024-12-20T23:20:30.095Z | [ recovery-image] Dec 20 23:20:28.557 INFO O| Dec 20 23:20:28.557 INFO STEP 759 (remove_files) COMPLETE |
6645 | 2024-12-20T23:20:30.095Z | [ recovery-image] Dec 20 23:20:28.557 INFO O| Dec 20 23:20:28.557 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-12-20T23:20:30.103Z | [ recovery-image] Dec 20 23:20:28.567 INFO O| Dec 20 23:20:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6647 | 2024-12-20T23:20:30.105Z | [ recovery-image] Dec 20 23:20:28.567 INFO O| Dec 20 23:20:28.567 INFO STEP 760 (remove_files) COMPLETE |
6648 | 2024-12-20T23:20:30.105Z | [ recovery-image] Dec 20 23:20:28.567 INFO O| Dec 20 23:20:28.567 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-12-20T23:20:30.113Z | [ recovery-image] Dec 20 23:20:28.577 INFO O| Dec 20 23:20:28.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6650 | 2024-12-20T23:20:30.113Z | [ recovery-image] Dec 20 23:20:28.577 INFO O| Dec 20 23:20:28.577 INFO STEP 761 (remove_files) COMPLETE |
6651 | 2024-12-20T23:20:30.116Z | [ recovery-image] Dec 20 23:20:28.578 INFO O| Dec 20 23:20:28.577 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-12-20T23:20:30.126Z | [ recovery-image] Dec 20 23:20:28.590 INFO O| Dec 20 23:20:28.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6653 | 2024-12-20T23:20:30.126Z | [ recovery-image] Dec 20 23:20:28.590 INFO O| Dec 20 23:20:28.590 INFO STEP 762 (remove_files) COMPLETE |
6654 | 2024-12-20T23:20:30.126Z | [ recovery-image] Dec 20 23:20:28.590 INFO O| Dec 20 23:20:28.590 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-12-20T23:20:30.138Z | [ recovery-image] Dec 20 23:20:28.602 INFO O| Dec 20 23:20:28.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6656 | 2024-12-20T23:20:30.139Z | [ recovery-image] Dec 20 23:20:28.603 INFO O| Dec 20 23:20:28.603 INFO STEP 763 (remove_files) COMPLETE |
6657 | 2024-12-20T23:20:30.141Z | [ recovery-image] Dec 20 23:20:28.603 INFO O| Dec 20 23:20:28.603 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-12-20T23:20:30.149Z | [ recovery-image] Dec 20 23:20:28.613 INFO O| Dec 20 23:20:28.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6659 | 2024-12-20T23:20:30.149Z | [ recovery-image] Dec 20 23:20:28.613 INFO O| Dec 20 23:20:28.613 INFO STEP 764 (remove_files) COMPLETE |
6660 | 2024-12-20T23:20:30.149Z | [ recovery-image] Dec 20 23:20:28.613 INFO O| Dec 20 23:20:28.613 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-12-20T23:20:30.161Z | [ recovery-image] Dec 20 23:20:28.624 INFO O| Dec 20 23:20:28.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6662 | 2024-12-20T23:20:30.164Z | [ recovery-image] Dec 20 23:20:28.624 INFO O| Dec 20 23:20:28.624 INFO STEP 765 (remove_files) COMPLETE |
6663 | 2024-12-20T23:20:30.164Z | [ recovery-image] Dec 20 23:20:28.624 INFO O| Dec 20 23:20:28.624 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-12-20T23:20:30.172Z | [ recovery-image] Dec 20 23:20:28.636 INFO O| Dec 20 23:20:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6665 | 2024-12-20T23:20:30.175Z | [ recovery-image] Dec 20 23:20:28.636 INFO O| Dec 20 23:20:28.636 INFO STEP 766 (remove_files) COMPLETE |
6666 | 2024-12-20T23:20:30.175Z | [ recovery-image] Dec 20 23:20:28.636 INFO O| Dec 20 23:20:28.636 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-12-20T23:20:30.186Z | [ recovery-image] Dec 20 23:20:28.650 INFO O| Dec 20 23:20:28.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6668 | 2024-12-20T23:20:30.188Z | [ recovery-image] Dec 20 23:20:28.650 INFO O| Dec 20 23:20:28.650 INFO STEP 767 (remove_files) COMPLETE |
6669 | 2024-12-20T23:20:30.189Z | [ recovery-image] Dec 20 23:20:28.650 INFO O| Dec 20 23:20:28.650 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-12-20T23:20:30.201Z | [ recovery-image] Dec 20 23:20:28.664 INFO O| Dec 20 23:20:28.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6671 | 2024-12-20T23:20:30.201Z | [ recovery-image] Dec 20 23:20:28.664 INFO O| Dec 20 23:20:28.664 INFO STEP 768 (remove_files) COMPLETE |
6672 | 2024-12-20T23:20:30.201Z | [ recovery-image] Dec 20 23:20:28.664 INFO O| Dec 20 23:20:28.664 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-12-20T23:20:30.211Z | [ recovery-image] Dec 20 23:20:28.675 INFO O| Dec 20 23:20:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6674 | 2024-12-20T23:20:30.212Z | [ recovery-image] Dec 20 23:20:28.675 INFO O| Dec 20 23:20:28.675 INFO STEP 769 (remove_files) COMPLETE |
6675 | 2024-12-20T23:20:30.215Z | [ recovery-image] Dec 20 23:20:28.675 INFO O| Dec 20 23:20:28.675 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-12-20T23:20:30.221Z | [ recovery-image] Dec 20 23:20:28.685 INFO O| Dec 20 23:20:28.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6677 | 2024-12-20T23:20:30.222Z | [ recovery-image] Dec 20 23:20:28.685 INFO O| Dec 20 23:20:28.685 INFO STEP 770 (remove_files) COMPLETE |
6678 | 2024-12-20T23:20:30.225Z | [ recovery-image] Dec 20 23:20:28.686 INFO O| Dec 20 23:20:28.685 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-12-20T23:20:30.232Z | [ recovery-image] Dec 20 23:20:28.696 INFO O| Dec 20 23:20:28.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6680 | 2024-12-20T23:20:30.232Z | [ recovery-image] Dec 20 23:20:28.696 INFO O| Dec 20 23:20:28.696 INFO STEP 771 (remove_files) COMPLETE |
6681 | 2024-12-20T23:20:30.234Z | [ recovery-image] Dec 20 23:20:28.696 INFO O| Dec 20 23:20:28.696 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-12-20T23:20:30.244Z | [ recovery-image] Dec 20 23:20:28.707 INFO O| Dec 20 23:20:28.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6683 | 2024-12-20T23:20:30.247Z | [ recovery-image] Dec 20 23:20:28.707 INFO O| Dec 20 23:20:28.707 INFO STEP 772 (remove_files) COMPLETE |
6684 | 2024-12-20T23:20:30.247Z | [ recovery-image] Dec 20 23:20:28.707 INFO O| Dec 20 23:20:28.707 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-12-20T23:20:30.254Z | [ recovery-image] Dec 20 23:20:28.718 INFO O| Dec 20 23:20:28.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6686 | 2024-12-20T23:20:30.255Z | [ recovery-image] Dec 20 23:20:28.718 INFO O| Dec 20 23:20:28.718 INFO STEP 773 (remove_files) COMPLETE |
6687 | 2024-12-20T23:20:30.257Z | [ recovery-image] Dec 20 23:20:28.718 INFO O| Dec 20 23:20:28.718 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-12-20T23:20:30.265Z | [ recovery-image] Dec 20 23:20:28.728 INFO O| Dec 20 23:20:28.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6689 | 2024-12-20T23:20:30.267Z | [ recovery-image] Dec 20 23:20:28.729 INFO O| Dec 20 23:20:28.729 INFO STEP 774 (remove_files) COMPLETE |
6690 | 2024-12-20T23:20:30.267Z | [ recovery-image] Dec 20 23:20:28.729 INFO O| Dec 20 23:20:28.729 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-12-20T23:20:30.276Z | [ recovery-image] Dec 20 23:20:28.740 INFO O| Dec 20 23:20:28.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6692 | 2024-12-20T23:20:30.276Z | [ recovery-image] Dec 20 23:20:28.740 INFO O| Dec 20 23:20:28.740 INFO STEP 775 (remove_files) COMPLETE |
6693 | 2024-12-20T23:20:30.278Z | [ recovery-image] Dec 20 23:20:28.740 INFO O| Dec 20 23:20:28.740 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-12-20T23:20:30.288Z | [ recovery-image] Dec 20 23:20:28.750 INFO O| Dec 20 23:20:28.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6695 | 2024-12-20T23:20:30.288Z | [ recovery-image] Dec 20 23:20:28.750 INFO O| Dec 20 23:20:28.750 INFO STEP 776 (remove_files) COMPLETE |
6696 | 2024-12-20T23:20:30.288Z | [ recovery-image] Dec 20 23:20:28.750 INFO O| Dec 20 23:20:28.750 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-12-20T23:20:30.297Z | [ recovery-image] Dec 20 23:20:28.761 INFO O| Dec 20 23:20:28.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6698 | 2024-12-20T23:20:30.297Z | [ recovery-image] Dec 20 23:20:28.761 INFO O| Dec 20 23:20:28.761 INFO STEP 777 (remove_files) COMPLETE |
6699 | 2024-12-20T23:20:30.300Z | [ recovery-image] Dec 20 23:20:28.761 INFO O| Dec 20 23:20:28.761 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-12-20T23:20:30.310Z | [ recovery-image] Dec 20 23:20:28.774 INFO O| Dec 20 23:20:28.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6701 | 2024-12-20T23:20:30.310Z | [ recovery-image] Dec 20 23:20:28.774 INFO O| Dec 20 23:20:28.774 INFO STEP 778 (remove_files) COMPLETE |
6702 | 2024-12-20T23:20:30.310Z | [ recovery-image] Dec 20 23:20:28.774 INFO O| Dec 20 23:20:28.774 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-12-20T23:20:30.325Z | [ recovery-image] Dec 20 23:20:28.786 INFO O| Dec 20 23:20:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6704 | 2024-12-20T23:20:30.325Z | [ recovery-image] Dec 20 23:20:28.786 INFO O| Dec 20 23:20:28.786 INFO STEP 779 (remove_files) COMPLETE |
6705 | 2024-12-20T23:20:30.328Z | [ recovery-image] Dec 20 23:20:28.786 INFO O| Dec 20 23:20:28.786 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-12-20T23:20:30.333Z | [ recovery-image] Dec 20 23:20:28.797 INFO O| Dec 20 23:20:28.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6707 | 2024-12-20T23:20:30.334Z | [ recovery-image] Dec 20 23:20:28.797 INFO O| Dec 20 23:20:28.797 INFO STEP 780 (remove_files) COMPLETE |
6708 | 2024-12-20T23:20:30.334Z | [ recovery-image] Dec 20 23:20:28.797 INFO O| Dec 20 23:20:28.797 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-12-20T23:20:30.344Z | [ recovery-image] Dec 20 23:20:28.808 INFO O| Dec 20 23:20:28.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6710 | 2024-12-20T23:20:30.344Z | [ recovery-image] Dec 20 23:20:28.808 INFO O| Dec 20 23:20:28.808 INFO STEP 781 (remove_files) COMPLETE |
6711 | 2024-12-20T23:20:30.344Z | [ recovery-image] Dec 20 23:20:28.808 INFO O| Dec 20 23:20:28.808 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-12-20T23:20:30.356Z | [ recovery-image] Dec 20 23:20:28.819 INFO O| Dec 20 23:20:28.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6713 | 2024-12-20T23:20:30.358Z | [ recovery-image] Dec 20 23:20:28.819 INFO O| Dec 20 23:20:28.819 INFO STEP 782 (remove_files) COMPLETE |
6714 | 2024-12-20T23:20:30.359Z | [ recovery-image] Dec 20 23:20:28.819 INFO O| Dec 20 23:20:28.819 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-12-20T23:20:30.365Z | [ recovery-image] Dec 20 23:20:28.829 INFO O| Dec 20 23:20:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6716 | 2024-12-20T23:20:30.365Z | [ recovery-image] Dec 20 23:20:28.829 INFO O| Dec 20 23:20:28.829 INFO STEP 783 (remove_files) COMPLETE |
6717 | 2024-12-20T23:20:30.365Z | [ recovery-image] Dec 20 23:20:28.829 INFO O| Dec 20 23:20:28.829 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-12-20T23:20:30.376Z | [ recovery-image] Dec 20 23:20:28.840 INFO O| Dec 20 23:20:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6719 | 2024-12-20T23:20:30.376Z | [ recovery-image] Dec 20 23:20:28.840 INFO O| Dec 20 23:20:28.840 INFO STEP 784 (remove_files) COMPLETE |
6720 | 2024-12-20T23:20:30.376Z | [ recovery-image] Dec 20 23:20:28.840 INFO O| Dec 20 23:20:28.840 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-12-20T23:20:30.387Z | [ recovery-image] Dec 20 23:20:28.850 INFO O| Dec 20 23:20:28.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6722 | 2024-12-20T23:20:30.387Z | [ recovery-image] Dec 20 23:20:28.850 INFO O| Dec 20 23:20:28.850 INFO STEP 785 (remove_files) COMPLETE |
6723 | 2024-12-20T23:20:30.390Z | [ recovery-image] Dec 20 23:20:28.850 INFO O| Dec 20 23:20:28.850 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-12-20T23:20:30.397Z | [ recovery-image] Dec 20 23:20:28.861 INFO O| Dec 20 23:20:28.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6725 | 2024-12-20T23:20:30.399Z | [ recovery-image] Dec 20 23:20:28.861 INFO O| Dec 20 23:20:28.861 INFO STEP 786 (remove_files) COMPLETE |
6726 | 2024-12-20T23:20:30.399Z | [ recovery-image] Dec 20 23:20:28.861 INFO O| Dec 20 23:20:28.861 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-12-20T23:20:30.407Z | [ recovery-image] Dec 20 23:20:28.871 INFO O| Dec 20 23:20:28.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6728 | 2024-12-20T23:20:30.410Z | [ recovery-image] Dec 20 23:20:28.872 INFO O| Dec 20 23:20:28.872 INFO STEP 787 (remove_files) COMPLETE |
6729 | 2024-12-20T23:20:30.410Z | [ recovery-image] Dec 20 23:20:28.872 INFO O| Dec 20 23:20:28.872 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-12-20T23:20:30.420Z | [ recovery-image] Dec 20 23:20:28.884 INFO O| Dec 20 23:20:28.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6731 | 2024-12-20T23:20:30.420Z | [ recovery-image] Dec 20 23:20:28.884 INFO O| Dec 20 23:20:28.884 INFO STEP 788 (remove_files) COMPLETE |
6732 | 2024-12-20T23:20:30.420Z | [ recovery-image] Dec 20 23:20:28.884 INFO O| Dec 20 23:20:28.884 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-12-20T23:20:30.431Z | [ recovery-image] Dec 20 23:20:28.895 INFO O| Dec 20 23:20:28.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6734 | 2024-12-20T23:20:30.431Z | [ recovery-image] Dec 20 23:20:28.895 INFO O| Dec 20 23:20:28.895 INFO STEP 789 (remove_files) COMPLETE |
6735 | 2024-12-20T23:20:30.433Z | [ recovery-image] Dec 20 23:20:28.895 INFO O| Dec 20 23:20:28.895 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-12-20T23:20:30.442Z | [ recovery-image] Dec 20 23:20:28.905 INFO O| Dec 20 23:20:28.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6737 | 2024-12-20T23:20:30.442Z | [ recovery-image] Dec 20 23:20:28.906 INFO O| Dec 20 23:20:28.906 INFO STEP 790 (remove_files) COMPLETE |
6738 | 2024-12-20T23:20:30.442Z | [ recovery-image] Dec 20 23:20:28.906 INFO O| Dec 20 23:20:28.906 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-12-20T23:20:30.452Z | [ recovery-image] Dec 20 23:20:28.916 INFO O| Dec 20 23:20:28.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6740 | 2024-12-20T23:20:30.452Z | [ recovery-image] Dec 20 23:20:28.916 INFO O| Dec 20 23:20:28.916 INFO STEP 791 (remove_files) COMPLETE |
6741 | 2024-12-20T23:20:30.455Z | [ recovery-image] Dec 20 23:20:28.916 INFO O| Dec 20 23:20:28.916 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-12-20T23:20:30.463Z | [ recovery-image] Dec 20 23:20:28.927 INFO O| Dec 20 23:20:28.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6743 | 2024-12-20T23:20:30.463Z | [ recovery-image] Dec 20 23:20:28.927 INFO O| Dec 20 23:20:28.927 INFO STEP 792 (remove_files) COMPLETE |
6744 | 2024-12-20T23:20:30.463Z | [ recovery-image] Dec 20 23:20:28.927 INFO O| Dec 20 23:20:28.927 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-12-20T23:20:30.475Z | [ recovery-image] Dec 20 23:20:28.938 INFO O| Dec 20 23:20:28.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6746 | 2024-12-20T23:20:30.475Z | [ recovery-image] Dec 20 23:20:28.938 INFO O| Dec 20 23:20:28.938 INFO STEP 793 (remove_files) COMPLETE |
6747 | 2024-12-20T23:20:30.479Z | [ recovery-image] Dec 20 23:20:28.938 INFO O| Dec 20 23:20:28.938 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-12-20T23:20:30.485Z | [ recovery-image] Dec 20 23:20:28.948 INFO O| Dec 20 23:20:28.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6749 | 2024-12-20T23:20:30.485Z | [ recovery-image] Dec 20 23:20:28.948 INFO O| Dec 20 23:20:28.948 INFO STEP 794 (remove_files) COMPLETE |
6750 | 2024-12-20T23:20:30.485Z | [ recovery-image] Dec 20 23:20:28.948 INFO O| Dec 20 23:20:28.948 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-12-20T23:20:30.496Z | [ recovery-image] Dec 20 23:20:28.958 INFO O| Dec 20 23:20:28.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6752 | 2024-12-20T23:20:30.496Z | [ recovery-image] Dec 20 23:20:28.958 INFO O| Dec 20 23:20:28.958 INFO STEP 795 (remove_files) COMPLETE |
6753 | 2024-12-20T23:20:30.496Z | [ recovery-image] Dec 20 23:20:28.958 INFO O| Dec 20 23:20:28.958 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-12-20T23:20:30.505Z | [ recovery-image] Dec 20 23:20:28.968 INFO O| Dec 20 23:20:28.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6755 | 2024-12-20T23:20:30.509Z | [ recovery-image] Dec 20 23:20:28.969 INFO O| Dec 20 23:20:28.968 INFO STEP 796 (remove_files) COMPLETE |
6756 | 2024-12-20T23:20:30.509Z | [ recovery-image] Dec 20 23:20:28.969 INFO O| Dec 20 23:20:28.969 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-12-20T23:20:30.516Z | [ recovery-image] Dec 20 23:20:28.978 INFO O| Dec 20 23:20:28.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6758 | 2024-12-20T23:20:30.516Z | [ recovery-image] Dec 20 23:20:28.978 INFO O| Dec 20 23:20:28.978 INFO STEP 797 (remove_files) COMPLETE |
6759 | 2024-12-20T23:20:30.521Z | [ recovery-image] Dec 20 23:20:28.978 INFO O| Dec 20 23:20:28.978 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-12-20T23:20:30.526Z | [ recovery-image] Dec 20 23:20:28.989 INFO O| Dec 20 23:20:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6761 | 2024-12-20T23:20:30.526Z | [ recovery-image] Dec 20 23:20:28.989 INFO O| Dec 20 23:20:28.989 INFO STEP 798 (remove_files) COMPLETE |
6762 | 2024-12-20T23:20:30.526Z | [ recovery-image] Dec 20 23:20:28.989 INFO O| Dec 20 23:20:28.989 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-12-20T23:20:30.535Z | [ recovery-image] Dec 20 23:20:28.999 INFO O| Dec 20 23:20:28.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6764 | 2024-12-20T23:20:30.535Z | [ recovery-image] Dec 20 23:20:28.999 INFO O| Dec 20 23:20:28.999 INFO STEP 799 (remove_files) COMPLETE |
6765 | 2024-12-20T23:20:30.538Z | [ recovery-image] Dec 20 23:20:28.999 INFO O| Dec 20 23:20:28.999 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-12-20T23:20:30.548Z | [ recovery-image] Dec 20 23:20:29.011 INFO O| Dec 20 23:20:29.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6767 | 2024-12-20T23:20:30.550Z | [ recovery-image] Dec 20 23:20:29.011 INFO O| Dec 20 23:20:29.011 INFO STEP 800 (remove_files) COMPLETE |
6768 | 2024-12-20T23:20:30.550Z | [ recovery-image] Dec 20 23:20:29.011 INFO O| Dec 20 23:20:29.011 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-12-20T23:20:30.558Z | [ recovery-image] Dec 20 23:20:29.022 INFO O| Dec 20 23:20:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6770 | 2024-12-20T23:20:30.558Z | [ recovery-image] Dec 20 23:20:29.022 INFO O| Dec 20 23:20:29.022 INFO STEP 801 (remove_files) COMPLETE |
6771 | 2024-12-20T23:20:30.561Z | [ recovery-image] Dec 20 23:20:29.022 INFO O| Dec 20 23:20:29.022 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-12-20T23:20:30.569Z | [ recovery-image] Dec 20 23:20:29.032 INFO O| Dec 20 23:20:29.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6773 | 2024-12-20T23:20:30.571Z | [ recovery-image] Dec 20 23:20:29.032 INFO O| Dec 20 23:20:29.032 INFO STEP 802 (remove_files) COMPLETE |
6774 | 2024-12-20T23:20:30.571Z | [ recovery-image] Dec 20 23:20:29.033 INFO O| Dec 20 23:20:29.032 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-12-20T23:20:30.581Z | [ recovery-image] Dec 20 23:20:29.045 INFO O| Dec 20 23:20:29.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6776 | 2024-12-20T23:20:30.581Z | [ recovery-image] Dec 20 23:20:29.045 INFO O| Dec 20 23:20:29.045 INFO STEP 803 (remove_files) COMPLETE |
6777 | 2024-12-20T23:20:30.581Z | [ recovery-image] Dec 20 23:20:29.045 INFO O| Dec 20 23:20:29.045 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-12-20T23:20:30.592Z | [ recovery-image] Dec 20 23:20:29.055 INFO O| Dec 20 23:20:29.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6779 | 2024-12-20T23:20:30.592Z | [ recovery-image] Dec 20 23:20:29.055 INFO O| Dec 20 23:20:29.055 INFO STEP 804 (remove_files) COMPLETE |
6780 | 2024-12-20T23:20:30.594Z | [ recovery-image] Dec 20 23:20:29.055 INFO O| Dec 20 23:20:29.055 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-12-20T23:20:30.603Z | [ recovery-image] Dec 20 23:20:29.067 INFO O| Dec 20 23:20:29.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6782 | 2024-12-20T23:20:30.606Z | [ recovery-image] Dec 20 23:20:29.067 INFO O| Dec 20 23:20:29.067 INFO STEP 805 (remove_files) COMPLETE |
6783 | 2024-12-20T23:20:30.606Z | [ recovery-image] Dec 20 23:20:29.067 INFO O| Dec 20 23:20:29.067 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-12-20T23:20:30.614Z | [ recovery-image] Dec 20 23:20:29.078 INFO O| Dec 20 23:20:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6785 | 2024-12-20T23:20:30.614Z | [ recovery-image] Dec 20 23:20:29.078 INFO O| Dec 20 23:20:29.078 INFO STEP 806 (remove_files) COMPLETE |
6786 | 2024-12-20T23:20:30.614Z | [ recovery-image] Dec 20 23:20:29.078 INFO O| Dec 20 23:20:29.078 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-12-20T23:20:30.627Z | [ recovery-image] Dec 20 23:20:29.089 INFO O| Dec 20 23:20:29.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6788 | 2024-12-20T23:20:30.627Z | [ recovery-image] Dec 20 23:20:29.089 INFO O| Dec 20 23:20:29.089 INFO STEP 807 (remove_files) COMPLETE |
6789 | 2024-12-20T23:20:30.627Z | [ recovery-image] Dec 20 23:20:29.089 INFO O| Dec 20 23:20:29.089 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-12-20T23:20:30.636Z | [ recovery-image] Dec 20 23:20:29.099 INFO O| Dec 20 23:20:29.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6791 | 2024-12-20T23:20:30.636Z | [ recovery-image] Dec 20 23:20:29.099 INFO O| Dec 20 23:20:29.099 INFO STEP 808 (remove_files) COMPLETE |
6792 | 2024-12-20T23:20:30.638Z | [ recovery-image] Dec 20 23:20:29.099 INFO O| Dec 20 23:20:29.099 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-12-20T23:20:30.647Z | [ recovery-image] Dec 20 23:20:29.110 INFO O| Dec 20 23:20:29.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6794 | 2024-12-20T23:20:30.647Z | [ recovery-image] Dec 20 23:20:29.110 INFO O| Dec 20 23:20:29.110 INFO STEP 809 (remove_files) COMPLETE |
6795 | 2024-12-20T23:20:30.649Z | [ recovery-image] Dec 20 23:20:29.110 INFO O| Dec 20 23:20:29.110 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-12-20T23:20:30.657Z | [ recovery-image] Dec 20 23:20:29.120 INFO O| Dec 20 23:20:29.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6797 | 2024-12-20T23:20:30.660Z | [ recovery-image] Dec 20 23:20:29.120 INFO O| Dec 20 23:20:29.120 INFO STEP 810 (remove_files) COMPLETE |
6798 | 2024-12-20T23:20:30.660Z | [ recovery-image] Dec 20 23:20:29.120 INFO O| Dec 20 23:20:29.120 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-12-20T23:20:30.667Z | [ recovery-image] Dec 20 23:20:29.131 INFO O| Dec 20 23:20:29.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6800 | 2024-12-20T23:20:30.667Z | [ recovery-image] Dec 20 23:20:29.131 INFO O| Dec 20 23:20:29.131 INFO STEP 811 (remove_files) COMPLETE |
6801 | 2024-12-20T23:20:30.669Z | [ recovery-image] Dec 20 23:20:29.131 INFO O| Dec 20 23:20:29.131 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-12-20T23:20:30.679Z | [ recovery-image] Dec 20 23:20:29.141 INFO O| Dec 20 23:20:29.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6803 | 2024-12-20T23:20:30.682Z | [ recovery-image] Dec 20 23:20:29.141 INFO O| Dec 20 23:20:29.141 INFO STEP 812 (remove_files) COMPLETE |
6804 | 2024-12-20T23:20:30.682Z | [ recovery-image] Dec 20 23:20:29.141 INFO O| Dec 20 23:20:29.141 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-12-20T23:20:30.688Z | [ recovery-image] Dec 20 23:20:29.152 INFO O| Dec 20 23:20:29.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6806 | 2024-12-20T23:20:30.688Z | [ recovery-image] Dec 20 23:20:29.152 INFO O| Dec 20 23:20:29.152 INFO STEP 813 (remove_files) COMPLETE |
6807 | 2024-12-20T23:20:30.688Z | [ recovery-image] Dec 20 23:20:29.152 INFO O| Dec 20 23:20:29.152 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-20T23:20:30.699Z | [ recovery-image] Dec 20 23:20:29.162 INFO O| Dec 20 23:20:29.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6809 | 2024-12-20T23:20:30.699Z | [ recovery-image] Dec 20 23:20:29.162 INFO O| Dec 20 23:20:29.162 INFO STEP 814 (remove_files) COMPLETE |
6810 | 2024-12-20T23:20:30.702Z | [ recovery-image] Dec 20 23:20:29.162 INFO O| Dec 20 23:20:29.162 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-20T23:20:30.710Z | [ recovery-image] Dec 20 23:20:29.174 INFO O| Dec 20 23:20:29.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6812 | 2024-12-20T23:20:30.710Z | [ recovery-image] Dec 20 23:20:29.174 INFO O| Dec 20 23:20:29.174 INFO STEP 815 (remove_files) COMPLETE |
6813 | 2024-12-20T23:20:30.710Z | [ recovery-image] Dec 20 23:20:29.174 INFO O| Dec 20 23:20:29.174 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-20T23:20:30.720Z | [ recovery-image] Dec 20 23:20:29.184 INFO O| Dec 20 23:20:29.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6815 | 2024-12-20T23:20:30.720Z | [ recovery-image] Dec 20 23:20:29.184 INFO O| Dec 20 23:20:29.184 INFO STEP 816 (remove_files) COMPLETE |
6816 | 2024-12-20T23:20:30.723Z | [ recovery-image] Dec 20 23:20:29.184 INFO O| Dec 20 23:20:29.184 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-20T23:20:30.731Z | [ recovery-image] Dec 20 23:20:29.194 INFO O| Dec 20 23:20:29.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6818 | 2024-12-20T23:20:30.733Z | [ recovery-image] Dec 20 23:20:29.195 INFO O| Dec 20 23:20:29.195 INFO STEP 817 (remove_files) COMPLETE |
6819 | 2024-12-20T23:20:30.734Z | [ recovery-image] Dec 20 23:20:29.195 INFO O| Dec 20 23:20:29.195 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-20T23:20:30.744Z | [ recovery-image] Dec 20 23:20:29.207 INFO O| Dec 20 23:20:29.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6821 | 2024-12-20T23:20:30.744Z | [ recovery-image] Dec 20 23:20:29.208 INFO O| Dec 20 23:20:29.207 INFO STEP 818 (remove_files) COMPLETE |
6822 | 2024-12-20T23:20:30.747Z | [ recovery-image] Dec 20 23:20:29.208 INFO O| Dec 20 23:20:29.207 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-20T23:20:30.757Z | [ recovery-image] Dec 20 23:20:29.221 INFO O| Dec 20 23:20:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6824 | 2024-12-20T23:20:30.757Z | [ recovery-image] Dec 20 23:20:29.221 INFO O| Dec 20 23:20:29.221 INFO STEP 819 (remove_files) COMPLETE |
6825 | 2024-12-20T23:20:30.757Z | [ recovery-image] Dec 20 23:20:29.221 INFO O| Dec 20 23:20:29.221 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-20T23:20:30.770Z | [ recovery-image] Dec 20 23:20:29.234 INFO O| Dec 20 23:20:29.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6827 | 2024-12-20T23:20:30.770Z | [ recovery-image] Dec 20 23:20:29.234 INFO O| Dec 20 23:20:29.234 INFO STEP 820 (remove_files) COMPLETE |
6828 | 2024-12-20T23:20:30.772Z | [ recovery-image] Dec 20 23:20:29.234 INFO O| Dec 20 23:20:29.234 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-20T23:20:30.782Z | [ recovery-image] Dec 20 23:20:29.246 INFO O| Dec 20 23:20:29.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6830 | 2024-12-20T23:20:30.785Z | [ recovery-image] Dec 20 23:20:29.247 INFO O| Dec 20 23:20:29.247 INFO STEP 821 (remove_files) COMPLETE |
6831 | 2024-12-20T23:20:30.785Z | [ recovery-image] Dec 20 23:20:29.247 INFO O| Dec 20 23:20:29.247 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-20T23:20:30.795Z | [ recovery-image] Dec 20 23:20:29.259 INFO O| Dec 20 23:20:29.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6833 | 2024-12-20T23:20:30.795Z | [ recovery-image] Dec 20 23:20:29.259 INFO O| Dec 20 23:20:29.259 INFO STEP 822 (remove_files) COMPLETE |
6834 | 2024-12-20T23:20:30.795Z | [ recovery-image] Dec 20 23:20:29.259 INFO O| Dec 20 23:20:29.259 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-20T23:20:30.807Z | [ recovery-image] Dec 20 23:20:29.271 INFO O| Dec 20 23:20:29.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6836 | 2024-12-20T23:20:30.807Z | [ recovery-image] Dec 20 23:20:29.271 INFO O| Dec 20 23:20:29.271 INFO STEP 823 (remove_files) COMPLETE |
6837 | 2024-12-20T23:20:30.807Z | [ recovery-image] Dec 20 23:20:29.271 INFO O| Dec 20 23:20:29.271 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-20T23:20:30.818Z | [ recovery-image] Dec 20 23:20:29.282 INFO O| Dec 20 23:20:29.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6839 | 2024-12-20T23:20:30.818Z | [ recovery-image] Dec 20 23:20:29.282 INFO O| Dec 20 23:20:29.282 INFO STEP 824 (remove_files) COMPLETE |
6840 | 2024-12-20T23:20:30.820Z | [ recovery-image] Dec 20 23:20:29.282 INFO O| Dec 20 23:20:29.282 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-20T23:20:30.829Z | [ recovery-image] Dec 20 23:20:29.293 INFO O| Dec 20 23:20:29.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6842 | 2024-12-20T23:20:30.829Z | [ recovery-image] Dec 20 23:20:29.293 INFO O| Dec 20 23:20:29.293 INFO STEP 825 (remove_files) COMPLETE |
6843 | 2024-12-20T23:20:30.829Z | [ recovery-image] Dec 20 23:20:29.293 INFO O| Dec 20 23:20:29.293 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-20T23:20:30.840Z | [ recovery-image] Dec 20 23:20:29.303 INFO O| Dec 20 23:20:29.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6845 | 2024-12-20T23:20:30.840Z | [ recovery-image] Dec 20 23:20:29.304 INFO O| Dec 20 23:20:29.303 INFO STEP 826 (remove_files) COMPLETE |
6846 | 2024-12-20T23:20:30.840Z | [ recovery-image] Dec 20 23:20:29.304 INFO O| Dec 20 23:20:29.304 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-20T23:20:30.850Z | [ recovery-image] Dec 20 23:20:29.314 INFO O| Dec 20 23:20:29.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6848 | 2024-12-20T23:20:30.850Z | [ recovery-image] Dec 20 23:20:29.314 INFO O| Dec 20 23:20:29.314 INFO STEP 827 (remove_files) COMPLETE |
6849 | 2024-12-20T23:20:30.850Z | [ recovery-image] Dec 20 23:20:29.314 INFO O| Dec 20 23:20:29.314 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-20T23:20:30.860Z | [ recovery-image] Dec 20 23:20:29.324 INFO O| Dec 20 23:20:29.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6851 | 2024-12-20T23:20:30.860Z | [ recovery-image] Dec 20 23:20:29.324 INFO O| Dec 20 23:20:29.324 INFO STEP 828 (remove_files) COMPLETE |
6852 | 2024-12-20T23:20:30.860Z | [ recovery-image] Dec 20 23:20:29.324 INFO O| Dec 20 23:20:29.324 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-20T23:20:30.871Z | [ recovery-image] Dec 20 23:20:29.335 INFO O| Dec 20 23:20:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6854 | 2024-12-20T23:20:30.871Z | [ recovery-image] Dec 20 23:20:29.335 INFO O| Dec 20 23:20:29.335 INFO STEP 829 (remove_files) COMPLETE |
6855 | 2024-12-20T23:20:30.873Z | [ recovery-image] Dec 20 23:20:29.335 INFO O| Dec 20 23:20:29.335 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-20T23:20:30.881Z | [ recovery-image] Dec 20 23:20:29.345 INFO O| Dec 20 23:20:29.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6857 | 2024-12-20T23:20:30.881Z | [ recovery-image] Dec 20 23:20:29.345 INFO O| Dec 20 23:20:29.345 INFO STEP 830 (remove_files) COMPLETE |
6858 | 2024-12-20T23:20:30.885Z | [ recovery-image] Dec 20 23:20:29.345 INFO O| Dec 20 23:20:29.345 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-20T23:20:30.892Z | [ recovery-image] Dec 20 23:20:29.356 INFO O| Dec 20 23:20:29.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6860 | 2024-12-20T23:20:30.892Z | [ recovery-image] Dec 20 23:20:29.356 INFO O| Dec 20 23:20:29.356 INFO STEP 831 (remove_files) COMPLETE |
6861 | 2024-12-20T23:20:30.892Z | [ recovery-image] Dec 20 23:20:29.356 INFO O| Dec 20 23:20:29.356 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-20T23:20:30.904Z | [ recovery-image] Dec 20 23:20:29.367 INFO O| Dec 20 23:20:29.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6863 | 2024-12-20T23:20:30.904Z | [ recovery-image] Dec 20 23:20:29.367 INFO O| Dec 20 23:20:29.367 INFO STEP 832 (remove_files) COMPLETE |
6864 | 2024-12-20T23:20:30.904Z | [ recovery-image] Dec 20 23:20:29.367 INFO O| Dec 20 23:20:29.367 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-20T23:20:30.913Z | [ recovery-image] Dec 20 23:20:29.377 INFO O| Dec 20 23:20:29.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6866 | 2024-12-20T23:20:30.913Z | [ recovery-image] Dec 20 23:20:29.377 INFO O| Dec 20 23:20:29.377 INFO STEP 833 (remove_files) COMPLETE |
6867 | 2024-12-20T23:20:30.913Z | [ recovery-image] Dec 20 23:20:29.377 INFO O| Dec 20 23:20:29.377 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-20T23:20:30.924Z | [ recovery-image] Dec 20 23:20:29.387 INFO O| Dec 20 23:20:29.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6869 | 2024-12-20T23:20:30.924Z | [ recovery-image] Dec 20 23:20:29.387 INFO O| Dec 20 23:20:29.387 INFO STEP 834 (remove_files) COMPLETE |
6870 | 2024-12-20T23:20:30.924Z | [ recovery-image] Dec 20 23:20:29.387 INFO O| Dec 20 23:20:29.387 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-20T23:20:30.934Z | [ recovery-image] Dec 20 23:20:29.398 INFO O| Dec 20 23:20:29.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6872 | 2024-12-20T23:20:30.934Z | [ recovery-image] Dec 20 23:20:29.398 INFO O| Dec 20 23:20:29.398 INFO STEP 835 (remove_files) COMPLETE |
6873 | 2024-12-20T23:20:30.936Z | [ recovery-image] Dec 20 23:20:29.398 INFO O| Dec 20 23:20:29.398 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-20T23:20:30.945Z | [ recovery-image] Dec 20 23:20:29.409 INFO O| Dec 20 23:20:29.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6875 | 2024-12-20T23:20:30.945Z | [ recovery-image] Dec 20 23:20:29.409 INFO O| Dec 20 23:20:29.409 INFO STEP 836 (remove_files) COMPLETE |
6876 | 2024-12-20T23:20:30.945Z | [ recovery-image] Dec 20 23:20:29.409 INFO O| Dec 20 23:20:29.409 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-20T23:20:30.956Z | [ recovery-image] Dec 20 23:20:29.420 INFO O| Dec 20 23:20:29.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6878 | 2024-12-20T23:20:30.957Z | [ recovery-image] Dec 20 23:20:29.420 INFO O| Dec 20 23:20:29.420 INFO STEP 837 (remove_files) COMPLETE |
6879 | 2024-12-20T23:20:30.957Z | [ recovery-image] Dec 20 23:20:29.420 INFO O| Dec 20 23:20:29.420 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-20T23:20:30.969Z | [ recovery-image] Dec 20 23:20:29.433 INFO O| Dec 20 23:20:29.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6881 | 2024-12-20T23:20:30.969Z | [ recovery-image] Dec 20 23:20:29.433 INFO O| Dec 20 23:20:29.433 INFO STEP 838 (remove_files) COMPLETE |
6882 | 2024-12-20T23:20:30.973Z | [ recovery-image] Dec 20 23:20:29.433 INFO O| Dec 20 23:20:29.433 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-20T23:20:30.982Z | [ recovery-image] Dec 20 23:20:29.446 INFO O| Dec 20 23:20:29.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6884 | 2024-12-20T23:20:30.982Z | [ recovery-image] Dec 20 23:20:29.446 INFO O| Dec 20 23:20:29.446 INFO STEP 839 (remove_files) COMPLETE |
6885 | 2024-12-20T23:20:30.985Z | [ recovery-image] Dec 20 23:20:29.446 INFO O| Dec 20 23:20:29.446 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-20T23:20:30.995Z | [ recovery-image] Dec 20 23:20:29.458 INFO O| Dec 20 23:20:29.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6887 | 2024-12-20T23:20:30.995Z | [ recovery-image] Dec 20 23:20:29.459 INFO O| Dec 20 23:20:29.458 INFO STEP 840 (remove_files) COMPLETE |
6888 | 2024-12-20T23:20:30.997Z | [ recovery-image] Dec 20 23:20:29.459 INFO O| Dec 20 23:20:29.459 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-20T23:20:31.021Z | [ recovery-image] Dec 20 23:20:29.471 INFO O| Dec 20 23:20:29.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6890 | 2024-12-20T23:20:31.021Z | [ recovery-image] Dec 20 23:20:29.471 INFO O| Dec 20 23:20:29.471 INFO STEP 841 (remove_files) COMPLETE |
6891 | 2024-12-20T23:20:31.021Z | [ recovery-image] Dec 20 23:20:29.471 INFO O| Dec 20 23:20:29.471 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-20T23:20:31.032Z | [ host-image] Dec 20 23:20:29.472 INFO O| Dec 20 23:20:29.472 INFO O| Actions: 15628/49485 actions (Installing new actions) |
6893 | 2024-12-20T23:20:31.032Z | [ recovery-image] Dec 20 23:20:29.482 INFO O| Dec 20 23:20:29.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6894 | 2024-12-20T23:20:31.032Z | [ recovery-image] Dec 20 23:20:29.482 INFO O| Dec 20 23:20:29.482 INFO STEP 842 (remove_files) COMPLETE |
6895 | 2024-12-20T23:20:31.032Z | [ recovery-image] Dec 20 23:20:29.482 INFO O| Dec 20 23:20:29.482 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-12-20T23:20:31.034Z | [ recovery-image] Dec 20 23:20:29.495 INFO O| Dec 20 23:20:29.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6897 | 2024-12-20T23:20:31.034Z | [ recovery-image] Dec 20 23:20:29.495 INFO O| Dec 20 23:20:29.495 INFO STEP 843 (remove_files) COMPLETE |
6898 | 2024-12-20T23:20:31.034Z | [ recovery-image] Dec 20 23:20:29.495 INFO O| Dec 20 23:20:29.495 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-12-20T23:20:31.043Z | [ recovery-image] Dec 20 23:20:29.507 INFO O| Dec 20 23:20:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6900 | 2024-12-20T23:20:31.043Z | [ recovery-image] Dec 20 23:20:29.507 INFO O| Dec 20 23:20:29.507 INFO STEP 844 (remove_files) COMPLETE |
6901 | 2024-12-20T23:20:31.043Z | [ recovery-image] Dec 20 23:20:29.507 INFO O| Dec 20 23:20:29.507 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-12-20T23:20:31.056Z | [ recovery-image] Dec 20 23:20:29.520 INFO O| Dec 20 23:20:29.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6903 | 2024-12-20T23:20:31.056Z | [ recovery-image] Dec 20 23:20:29.520 INFO O| Dec 20 23:20:29.520 INFO STEP 845 (remove_files) COMPLETE |
6904 | 2024-12-20T23:20:31.060Z | [ recovery-image] Dec 20 23:20:29.520 INFO O| Dec 20 23:20:29.520 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-12-20T23:20:31.068Z | [ recovery-image] Dec 20 23:20:29.532 INFO O| Dec 20 23:20:29.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6906 | 2024-12-20T23:20:31.068Z | [ recovery-image] Dec 20 23:20:29.532 INFO O| Dec 20 23:20:29.532 INFO STEP 846 (remove_files) COMPLETE |
6907 | 2024-12-20T23:20:31.070Z | [ recovery-image] Dec 20 23:20:29.532 INFO O| Dec 20 23:20:29.532 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-12-20T23:20:31.080Z | [ recovery-image] Dec 20 23:20:29.544 INFO O| Dec 20 23:20:29.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6909 | 2024-12-20T23:20:31.083Z | [ recovery-image] Dec 20 23:20:29.544 INFO O| Dec 20 23:20:29.544 INFO STEP 847 (remove_files) COMPLETE |
6910 | 2024-12-20T23:20:31.083Z | [ recovery-image] Dec 20 23:20:29.544 INFO O| Dec 20 23:20:29.544 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-12-20T23:20:31.092Z | [ recovery-image] Dec 20 23:20:29.555 INFO O| Dec 20 23:20:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6912 | 2024-12-20T23:20:31.092Z | [ recovery-image] Dec 20 23:20:29.555 INFO O| Dec 20 23:20:29.555 INFO STEP 848 (remove_files) COMPLETE |
6913 | 2024-12-20T23:20:31.092Z | [ recovery-image] Dec 20 23:20:29.555 INFO O| Dec 20 23:20:29.555 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-12-20T23:20:31.105Z | [ recovery-image] Dec 20 23:20:29.568 INFO O| Dec 20 23:20:29.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6915 | 2024-12-20T23:20:31.105Z | [ recovery-image] Dec 20 23:20:29.568 INFO O| Dec 20 23:20:29.568 INFO STEP 849 (remove_files) COMPLETE |
6916 | 2024-12-20T23:20:31.105Z | [ recovery-image] Dec 20 23:20:29.568 INFO O| Dec 20 23:20:29.568 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-12-20T23:20:31.119Z | [ recovery-image] Dec 20 23:20:29.582 INFO O| Dec 20 23:20:29.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6918 | 2024-12-20T23:20:31.121Z | [ recovery-image] Dec 20 23:20:29.583 INFO O| Dec 20 23:20:29.583 INFO STEP 850 (remove_files) COMPLETE |
6919 | 2024-12-20T23:20:31.121Z | [ recovery-image] Dec 20 23:20:29.583 INFO O| Dec 20 23:20:29.583 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-12-20T23:20:31.133Z | [ recovery-image] Dec 20 23:20:29.596 INFO O| Dec 20 23:20:29.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6921 | 2024-12-20T23:20:31.133Z | [ recovery-image] Dec 20 23:20:29.597 INFO O| Dec 20 23:20:29.597 INFO STEP 851 (remove_files) COMPLETE |
6922 | 2024-12-20T23:20:31.136Z | [ recovery-image] Dec 20 23:20:29.597 INFO O| Dec 20 23:20:29.597 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-12-20T23:20:31.145Z | [ recovery-image] Dec 20 23:20:29.609 INFO O| Dec 20 23:20:29.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6924 | 2024-12-20T23:20:31.145Z | [ recovery-image] Dec 20 23:20:29.609 INFO O| Dec 20 23:20:29.609 INFO STEP 852 (remove_files) COMPLETE |
6925 | 2024-12-20T23:20:31.148Z | [ recovery-image] Dec 20 23:20:29.609 INFO O| Dec 20 23:20:29.609 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-12-20T23:20:31.156Z | [ recovery-image] Dec 20 23:20:29.620 INFO O| Dec 20 23:20:29.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6927 | 2024-12-20T23:20:31.156Z | [ recovery-image] Dec 20 23:20:29.620 INFO O| Dec 20 23:20:29.620 INFO STEP 853 (remove_files) COMPLETE |
6928 | 2024-12-20T23:20:31.159Z | [ recovery-image] Dec 20 23:20:29.620 INFO O| Dec 20 23:20:29.620 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-12-20T23:20:31.167Z | [ recovery-image] Dec 20 23:20:29.630 INFO O| Dec 20 23:20:29.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6930 | 2024-12-20T23:20:31.167Z | [ recovery-image] Dec 20 23:20:29.630 INFO O| Dec 20 23:20:29.630 INFO STEP 854 (remove_files) COMPLETE |
6931 | 2024-12-20T23:20:31.169Z | [ recovery-image] Dec 20 23:20:29.630 INFO O| Dec 20 23:20:29.630 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-12-20T23:20:31.177Z | [ recovery-image] Dec 20 23:20:29.640 INFO O| Dec 20 23:20:29.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6933 | 2024-12-20T23:20:31.177Z | [ recovery-image] Dec 20 23:20:29.640 INFO O| Dec 20 23:20:29.640 INFO STEP 855 (remove_files) COMPLETE |
6934 | 2024-12-20T23:20:31.177Z | [ recovery-image] Dec 20 23:20:29.640 INFO O| Dec 20 23:20:29.640 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-12-20T23:20:31.186Z | [ recovery-image] Dec 20 23:20:29.650 INFO O| Dec 20 23:20:29.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6936 | 2024-12-20T23:20:31.186Z | [ recovery-image] Dec 20 23:20:29.650 INFO O| Dec 20 23:20:29.650 INFO STEP 856 (remove_files) COMPLETE |
6937 | 2024-12-20T23:20:31.186Z | [ recovery-image] Dec 20 23:20:29.650 INFO O| Dec 20 23:20:29.650 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-12-20T23:20:31.196Z | [ recovery-image] Dec 20 23:20:29.659 INFO O| Dec 20 23:20:29.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6939 | 2024-12-20T23:20:31.198Z | [ recovery-image] Dec 20 23:20:29.659 INFO O| Dec 20 23:20:29.659 INFO STEP 857 (remove_files) COMPLETE |
6940 | 2024-12-20T23:20:31.198Z | [ recovery-image] Dec 20 23:20:29.659 INFO O| Dec 20 23:20:29.659 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-12-20T23:20:31.206Z | [ recovery-image] Dec 20 23:20:29.669 INFO O| Dec 20 23:20:29.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6942 | 2024-12-20T23:20:31.206Z | [ recovery-image] Dec 20 23:20:29.670 INFO O| Dec 20 23:20:29.670 INFO STEP 858 (remove_files) COMPLETE |
6943 | 2024-12-20T23:20:31.208Z | [ recovery-image] Dec 20 23:20:29.670 INFO O| Dec 20 23:20:29.670 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-12-20T23:20:31.216Z | [ recovery-image] Dec 20 23:20:29.680 INFO O| Dec 20 23:20:29.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6945 | 2024-12-20T23:20:31.216Z | [ recovery-image] Dec 20 23:20:29.680 INFO O| Dec 20 23:20:29.680 INFO STEP 859 (remove_files) COMPLETE |
6946 | 2024-12-20T23:20:31.219Z | [ recovery-image] Dec 20 23:20:29.680 INFO O| Dec 20 23:20:29.680 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-12-20T23:20:31.226Z | [ recovery-image] Dec 20 23:20:29.690 INFO O| Dec 20 23:20:29.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6948 | 2024-12-20T23:20:31.226Z | [ recovery-image] Dec 20 23:20:29.690 INFO O| Dec 20 23:20:29.690 INFO STEP 860 (remove_files) COMPLETE |
6949 | 2024-12-20T23:20:31.226Z | [ recovery-image] Dec 20 23:20:29.690 INFO O| Dec 20 23:20:29.690 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-12-20T23:20:31.236Z | [ recovery-image] Dec 20 23:20:29.700 INFO O| Dec 20 23:20:29.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6951 | 2024-12-20T23:20:31.239Z | [ recovery-image] Dec 20 23:20:29.700 INFO O| Dec 20 23:20:29.700 INFO STEP 861 (remove_files) COMPLETE |
6952 | 2024-12-20T23:20:31.239Z | [ recovery-image] Dec 20 23:20:29.700 INFO O| Dec 20 23:20:29.700 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-12-20T23:20:31.247Z | [ recovery-image] Dec 20 23:20:29.711 INFO O| Dec 20 23:20:29.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6954 | 2024-12-20T23:20:31.248Z | [ recovery-image] Dec 20 23:20:29.711 INFO O| Dec 20 23:20:29.711 INFO STEP 862 (remove_files) COMPLETE |
6955 | 2024-12-20T23:20:31.248Z | [ recovery-image] Dec 20 23:20:29.711 INFO O| Dec 20 23:20:29.711 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-12-20T23:20:31.258Z | [ recovery-image] Dec 20 23:20:29.721 INFO O| Dec 20 23:20:29.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6957 | 2024-12-20T23:20:31.258Z | [ recovery-image] Dec 20 23:20:29.722 INFO O| Dec 20 23:20:29.721 INFO STEP 863 (remove_files) COMPLETE |
6958 | 2024-12-20T23:20:31.260Z | [ recovery-image] Dec 20 23:20:29.722 INFO O| Dec 20 23:20:29.722 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-12-20T23:20:31.268Z | [ recovery-image] Dec 20 23:20:29.732 INFO O| Dec 20 23:20:29.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6960 | 2024-12-20T23:20:31.268Z | [ recovery-image] Dec 20 23:20:29.732 INFO O| Dec 20 23:20:29.732 INFO STEP 864 (remove_files) COMPLETE |
6961 | 2024-12-20T23:20:31.270Z | [ recovery-image] Dec 20 23:20:29.732 INFO O| Dec 20 23:20:29.732 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-12-20T23:20:31.278Z | [ recovery-image] Dec 20 23:20:29.742 INFO O| Dec 20 23:20:29.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6963 | 2024-12-20T23:20:31.278Z | [ recovery-image] Dec 20 23:20:29.742 INFO O| Dec 20 23:20:29.742 INFO STEP 865 (remove_files) COMPLETE |
6964 | 2024-12-20T23:20:31.281Z | [ recovery-image] Dec 20 23:20:29.742 INFO O| Dec 20 23:20:29.742 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-12-20T23:20:31.289Z | [ recovery-image] Dec 20 23:20:29.753 INFO O| Dec 20 23:20:29.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6966 | 2024-12-20T23:20:31.289Z | [ recovery-image] Dec 20 23:20:29.753 INFO O| Dec 20 23:20:29.753 INFO STEP 866 (remove_files) COMPLETE |
6967 | 2024-12-20T23:20:31.293Z | [ recovery-image] Dec 20 23:20:29.753 INFO O| Dec 20 23:20:29.753 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-12-20T23:20:31.301Z | [ recovery-image] Dec 20 23:20:29.763 INFO O| Dec 20 23:20:29.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6969 | 2024-12-20T23:20:31.301Z | [ recovery-image] Dec 20 23:20:29.763 INFO O| Dec 20 23:20:29.763 INFO STEP 867 (remove_files) COMPLETE |
6970 | 2024-12-20T23:20:31.301Z | [ recovery-image] Dec 20 23:20:29.763 INFO O| Dec 20 23:20:29.763 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-12-20T23:20:31.310Z | [ recovery-image] Dec 20 23:20:29.774 INFO O| Dec 20 23:20:29.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6972 | 2024-12-20T23:20:31.310Z | [ recovery-image] Dec 20 23:20:29.774 INFO O| Dec 20 23:20:29.774 INFO STEP 868 (remove_files) COMPLETE |
6973 | 2024-12-20T23:20:31.319Z | [ recovery-image] Dec 20 23:20:29.774 INFO O| Dec 20 23:20:29.774 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-12-20T23:20:31.322Z | [ recovery-image] Dec 20 23:20:29.784 INFO O| Dec 20 23:20:29.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6975 | 2024-12-20T23:20:31.322Z | [ recovery-image] Dec 20 23:20:29.784 INFO O| Dec 20 23:20:29.784 INFO STEP 869 (remove_files) COMPLETE |
6976 | 2024-12-20T23:20:31.322Z | [ recovery-image] Dec 20 23:20:29.784 INFO O| Dec 20 23:20:29.784 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-12-20T23:20:31.330Z | [ recovery-image] Dec 20 23:20:29.794 INFO O| Dec 20 23:20:29.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6978 | 2024-12-20T23:20:31.330Z | [ recovery-image] Dec 20 23:20:29.794 INFO O| Dec 20 23:20:29.794 INFO STEP 870 (remove_files) COMPLETE |
6979 | 2024-12-20T23:20:31.333Z | [ recovery-image] Dec 20 23:20:29.794 INFO O| Dec 20 23:20:29.794 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-12-20T23:20:31.341Z | [ recovery-image] Dec 20 23:20:29.805 INFO O| Dec 20 23:20:29.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6981 | 2024-12-20T23:20:31.341Z | [ recovery-image] Dec 20 23:20:29.805 INFO O| Dec 20 23:20:29.805 INFO STEP 871 (remove_files) COMPLETE |
6982 | 2024-12-20T23:20:31.344Z | [ recovery-image] Dec 20 23:20:29.805 INFO O| Dec 20 23:20:29.805 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-12-20T23:20:31.351Z | [ recovery-image] Dec 20 23:20:29.815 INFO O| Dec 20 23:20:29.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6984 | 2024-12-20T23:20:31.353Z | [ recovery-image] Dec 20 23:20:29.815 INFO O| Dec 20 23:20:29.815 INFO STEP 872 (remove_files) COMPLETE |
6985 | 2024-12-20T23:20:31.354Z | [ recovery-image] Dec 20 23:20:29.815 INFO O| Dec 20 23:20:29.815 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-12-20T23:20:31.362Z | [ recovery-image] Dec 20 23:20:29.825 INFO O| Dec 20 23:20:29.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6987 | 2024-12-20T23:20:31.362Z | [ recovery-image] Dec 20 23:20:29.826 INFO O| Dec 20 23:20:29.825 INFO STEP 873 (remove_files) COMPLETE |
6988 | 2024-12-20T23:20:31.362Z | [ recovery-image] Dec 20 23:20:29.826 INFO O| Dec 20 23:20:29.826 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-12-20T23:20:31.372Z | [ recovery-image] Dec 20 23:20:29.836 INFO O| Dec 20 23:20:29.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6990 | 2024-12-20T23:20:31.372Z | [ recovery-image] Dec 20 23:20:29.836 INFO O| Dec 20 23:20:29.836 INFO STEP 874 (remove_files) COMPLETE |
6991 | 2024-12-20T23:20:31.372Z | [ recovery-image] Dec 20 23:20:29.836 INFO O| Dec 20 23:20:29.836 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-12-20T23:20:31.383Z | [ recovery-image] Dec 20 23:20:29.847 INFO O| Dec 20 23:20:29.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6993 | 2024-12-20T23:20:31.383Z | [ recovery-image] Dec 20 23:20:29.847 INFO O| Dec 20 23:20:29.847 INFO STEP 875 (remove_files) COMPLETE |
6994 | 2024-12-20T23:20:31.383Z | [ recovery-image] Dec 20 23:20:29.847 INFO O| Dec 20 23:20:29.847 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-12-20T23:20:31.394Z | [ recovery-image] Dec 20 23:20:29.857 INFO O| Dec 20 23:20:29.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6996 | 2024-12-20T23:20:31.394Z | [ recovery-image] Dec 20 23:20:29.858 INFO O| Dec 20 23:20:29.858 INFO STEP 876 (remove_files) COMPLETE |
6997 | 2024-12-20T23:20:31.394Z | [ recovery-image] Dec 20 23:20:29.858 INFO O| Dec 20 23:20:29.858 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-12-20T23:20:31.404Z | [ recovery-image] Dec 20 23:20:29.867 INFO O| Dec 20 23:20:29.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6999 | 2024-12-20T23:20:31.404Z | [ recovery-image] Dec 20 23:20:29.868 INFO O| Dec 20 23:20:29.868 INFO STEP 877 (remove_files) COMPLETE |
7000 | 2024-12-20T23:20:31.404Z | [ recovery-image] Dec 20 23:20:29.868 INFO O| Dec 20 23:20:29.868 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-12-20T23:20:31.414Z | [ recovery-image] Dec 20 23:20:29.878 INFO O| Dec 20 23:20:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
7002 | 2024-12-20T23:20:31.414Z | [ recovery-image] Dec 20 23:20:29.878 INFO O| Dec 20 23:20:29.878 INFO STEP 878 (remove_files) COMPLETE |
7003 | 2024-12-20T23:20:31.417Z | [ recovery-image] Dec 20 23:20:29.878 INFO O| Dec 20 23:20:29.878 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-12-20T23:20:31.424Z | [ recovery-image] Dec 20 23:20:29.888 INFO O| Dec 20 23:20:29.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
7005 | 2024-12-20T23:20:31.426Z | [ recovery-image] Dec 20 23:20:29.888 INFO O| Dec 20 23:20:29.888 INFO STEP 879 (remove_files) COMPLETE |
7006 | 2024-12-20T23:20:31.426Z | [ recovery-image] Dec 20 23:20:29.888 INFO O| Dec 20 23:20:29.888 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-12-20T23:20:31.434Z | [ recovery-image] Dec 20 23:20:29.898 INFO O| Dec 20 23:20:29.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
7008 | 2024-12-20T23:20:31.435Z | [ recovery-image] Dec 20 23:20:29.898 INFO O| Dec 20 23:20:29.898 INFO STEP 880 (remove_files) COMPLETE |
7009 | 2024-12-20T23:20:31.438Z | [ recovery-image] Dec 20 23:20:29.898 INFO O| Dec 20 23:20:29.898 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-12-20T23:20:31.445Z | [ recovery-image] Dec 20 23:20:29.908 INFO O| Dec 20 23:20:29.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
7011 | 2024-12-20T23:20:31.445Z | [ recovery-image] Dec 20 23:20:29.908 INFO O| Dec 20 23:20:29.908 INFO STEP 881 (remove_files) COMPLETE |
7012 | 2024-12-20T23:20:31.447Z | [ recovery-image] Dec 20 23:20:29.909 INFO O| Dec 20 23:20:29.908 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-12-20T23:20:31.458Z | [ recovery-image] Dec 20 23:20:29.921 INFO O| Dec 20 23:20:29.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
7014 | 2024-12-20T23:20:31.458Z | [ recovery-image] Dec 20 23:20:29.921 INFO O| Dec 20 23:20:29.921 INFO STEP 882 (remove_files) COMPLETE |
7015 | 2024-12-20T23:20:31.458Z | [ recovery-image] Dec 20 23:20:29.921 INFO O| Dec 20 23:20:29.921 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-12-20T23:20:31.471Z | [ recovery-image] Dec 20 23:20:29.935 INFO O| Dec 20 23:20:29.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
7017 | 2024-12-20T23:20:31.473Z | [ recovery-image] Dec 20 23:20:29.935 INFO O| Dec 20 23:20:29.935 INFO STEP 883 (remove_files) COMPLETE |
7018 | 2024-12-20T23:20:31.473Z | [ recovery-image] Dec 20 23:20:29.935 INFO O| Dec 20 23:20:29.935 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-12-20T23:20:31.484Z | [ recovery-image] Dec 20 23:20:29.947 INFO O| Dec 20 23:20:29.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
7020 | 2024-12-20T23:20:31.484Z | [ recovery-image] Dec 20 23:20:29.948 INFO O| Dec 20 23:20:29.948 INFO STEP 884 (remove_files) COMPLETE |
7021 | 2024-12-20T23:20:31.486Z | [ recovery-image] Dec 20 23:20:29.948 INFO O| Dec 20 23:20:29.948 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-12-20T23:20:31.498Z | [ recovery-image] Dec 20 23:20:29.962 INFO O| Dec 20 23:20:29.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
7023 | 2024-12-20T23:20:31.499Z | [ recovery-image] Dec 20 23:20:29.962 INFO O| Dec 20 23:20:29.962 INFO STEP 885 (remove_files) COMPLETE |
7024 | 2024-12-20T23:20:31.502Z | [ recovery-image] Dec 20 23:20:29.962 INFO O| Dec 20 23:20:29.962 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-12-20T23:20:31.509Z | [ recovery-image] Dec 20 23:20:29.973 INFO O| Dec 20 23:20:29.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
7026 | 2024-12-20T23:20:31.509Z | [ recovery-image] Dec 20 23:20:29.973 INFO O| Dec 20 23:20:29.973 INFO STEP 886 (remove_files) COMPLETE |
7027 | 2024-12-20T23:20:31.509Z | [ recovery-image] Dec 20 23:20:29.973 INFO O| Dec 20 23:20:29.973 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-12-20T23:20:31.522Z | [ recovery-image] Dec 20 23:20:29.986 INFO O| Dec 20 23:20:29.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7029 | 2024-12-20T23:20:31.522Z | [ recovery-image] Dec 20 23:20:29.986 INFO O| Dec 20 23:20:29.986 INFO STEP 887 (remove_files) COMPLETE |
7030 | 2024-12-20T23:20:31.522Z | [ recovery-image] Dec 20 23:20:29.986 INFO O| Dec 20 23:20:29.986 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-12-20T23:20:31.533Z | [ recovery-image] Dec 20 23:20:29.997 INFO O| Dec 20 23:20:29.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7032 | 2024-12-20T23:20:31.533Z | [ recovery-image] Dec 20 23:20:29.997 INFO O| Dec 20 23:20:29.997 INFO STEP 888 (remove_files) COMPLETE |
7033 | 2024-12-20T23:20:31.533Z | [ recovery-image] Dec 20 23:20:29.997 INFO O| Dec 20 23:20:29.997 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-12-20T23:20:31.544Z | [ recovery-image] Dec 20 23:20:30.008 INFO O| Dec 20 23:20:30.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7035 | 2024-12-20T23:20:31.545Z | [ recovery-image] Dec 20 23:20:30.008 INFO O| Dec 20 23:20:30.008 INFO STEP 889 (remove_files) COMPLETE |
7036 | 2024-12-20T23:20:31.545Z | [ recovery-image] Dec 20 23:20:30.008 INFO O| Dec 20 23:20:30.008 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-12-20T23:20:31.556Z | [ recovery-image] Dec 20 23:20:30.019 INFO O| Dec 20 23:20:30.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7038 | 2024-12-20T23:20:31.558Z | [ recovery-image] Dec 20 23:20:30.019 INFO O| Dec 20 23:20:30.019 INFO STEP 890 (remove_files) COMPLETE |
7039 | 2024-12-20T23:20:31.558Z | [ recovery-image] Dec 20 23:20:30.019 INFO O| Dec 20 23:20:30.019 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-12-20T23:20:31.566Z | [ recovery-image] Dec 20 23:20:30.030 INFO O| Dec 20 23:20:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7041 | 2024-12-20T23:20:31.566Z | [ recovery-image] Dec 20 23:20:30.030 INFO O| Dec 20 23:20:30.030 INFO STEP 891 (remove_files) COMPLETE |
7042 | 2024-12-20T23:20:31.566Z | [ recovery-image] Dec 20 23:20:30.030 INFO O| Dec 20 23:20:30.030 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-12-20T23:20:31.576Z | [ recovery-image] Dec 20 23:20:30.040 INFO O| Dec 20 23:20:30.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7044 | 2024-12-20T23:20:31.577Z | [ recovery-image] Dec 20 23:20:30.040 INFO O| Dec 20 23:20:30.040 INFO STEP 892 (remove_files) COMPLETE |
7045 | 2024-12-20T23:20:31.579Z | [ recovery-image] Dec 20 23:20:30.040 INFO O| Dec 20 23:20:30.040 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-12-20T23:20:31.588Z | [ recovery-image] Dec 20 23:20:30.051 INFO O| Dec 20 23:20:30.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7047 | 2024-12-20T23:20:31.588Z | [ recovery-image] Dec 20 23:20:30.051 INFO O| Dec 20 23:20:30.051 INFO STEP 893 (remove_files) COMPLETE |
7048 | 2024-12-20T23:20:31.588Z | [ recovery-image] Dec 20 23:20:30.051 INFO O| Dec 20 23:20:30.051 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-12-20T23:20:31.604Z | [ recovery-image] Dec 20 23:20:30.066 INFO O| Dec 20 23:20:30.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7050 | 2024-12-20T23:20:31.604Z | [ recovery-image] Dec 20 23:20:30.066 INFO O| Dec 20 23:20:30.066 INFO STEP 894 (remove_files) COMPLETE |
7051 | 2024-12-20T23:20:31.606Z | [ recovery-image] Dec 20 23:20:30.066 INFO O| Dec 20 23:20:30.066 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-12-20T23:20:31.616Z | [ recovery-image] Dec 20 23:20:30.079 INFO O| Dec 20 23:20:30.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7053 | 2024-12-20T23:20:31.616Z | [ recovery-image] Dec 20 23:20:30.079 INFO O| Dec 20 23:20:30.079 INFO STEP 895 (remove_files) COMPLETE |
7054 | 2024-12-20T23:20:31.619Z | [ recovery-image] Dec 20 23:20:30.079 INFO O| Dec 20 23:20:30.079 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-12-20T23:20:31.628Z | [ recovery-image] Dec 20 23:20:30.090 INFO O| Dec 20 23:20:30.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7056 | 2024-12-20T23:20:31.631Z | [ recovery-image] Dec 20 23:20:30.090 INFO O| Dec 20 23:20:30.090 INFO STEP 896 (remove_files) COMPLETE |
7057 | 2024-12-20T23:20:31.631Z | [ recovery-image] Dec 20 23:20:30.090 INFO O| Dec 20 23:20:30.090 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-12-20T23:20:31.637Z | [ recovery-image] Dec 20 23:20:30.101 INFO O| Dec 20 23:20:30.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7059 | 2024-12-20T23:20:31.637Z | [ recovery-image] Dec 20 23:20:30.101 INFO O| Dec 20 23:20:30.101 INFO STEP 897 (remove_files) COMPLETE |
7060 | 2024-12-20T23:20:31.640Z | [ recovery-image] Dec 20 23:20:30.101 INFO O| Dec 20 23:20:30.101 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-12-20T23:20:31.647Z | [ recovery-image] Dec 20 23:20:30.111 INFO O| Dec 20 23:20:30.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7062 | 2024-12-20T23:20:31.647Z | [ recovery-image] Dec 20 23:20:30.111 INFO O| Dec 20 23:20:30.111 INFO STEP 898 (remove_files) COMPLETE |
7063 | 2024-12-20T23:20:31.650Z | [ recovery-image] Dec 20 23:20:30.111 INFO O| Dec 20 23:20:30.111 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-12-20T23:20:31.657Z | [ recovery-image] Dec 20 23:20:30.121 INFO O| Dec 20 23:20:30.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7065 | 2024-12-20T23:20:31.660Z | [ recovery-image] Dec 20 23:20:30.121 INFO O| Dec 20 23:20:30.121 INFO STEP 899 (remove_files) COMPLETE |
7066 | 2024-12-20T23:20:31.660Z | [ recovery-image] Dec 20 23:20:30.121 INFO O| Dec 20 23:20:30.121 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-12-20T23:20:31.668Z | [ recovery-image] Dec 20 23:20:30.132 INFO O| Dec 20 23:20:30.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7068 | 2024-12-20T23:20:31.668Z | [ recovery-image] Dec 20 23:20:30.132 INFO O| Dec 20 23:20:30.132 INFO STEP 900 (remove_files) COMPLETE |
7069 | 2024-12-20T23:20:31.668Z | [ recovery-image] Dec 20 23:20:30.132 INFO O| Dec 20 23:20:30.132 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-12-20T23:20:31.679Z | [ recovery-image] Dec 20 23:20:30.142 INFO O| Dec 20 23:20:30.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7071 | 2024-12-20T23:20:31.680Z | [ recovery-image] Dec 20 23:20:30.142 INFO O| Dec 20 23:20:30.142 INFO STEP 901 (remove_files) COMPLETE |
7072 | 2024-12-20T23:20:31.682Z | [ recovery-image] Dec 20 23:20:30.142 INFO O| Dec 20 23:20:30.142 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-12-20T23:20:31.690Z | [ recovery-image] Dec 20 23:20:30.153 INFO O| Dec 20 23:20:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7074 | 2024-12-20T23:20:31.690Z | [ recovery-image] Dec 20 23:20:30.153 INFO O| Dec 20 23:20:30.153 INFO STEP 902 (remove_files) COMPLETE |
7075 | 2024-12-20T23:20:31.690Z | [ recovery-image] Dec 20 23:20:30.153 INFO O| Dec 20 23:20:30.153 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-12-20T23:20:31.700Z | [ recovery-image] Dec 20 23:20:30.164 INFO O| Dec 20 23:20:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7077 | 2024-12-20T23:20:31.703Z | [ recovery-image] Dec 20 23:20:30.164 INFO O| Dec 20 23:20:30.164 INFO STEP 903 (remove_files) COMPLETE |
7078 | 2024-12-20T23:20:31.703Z | [ recovery-image] Dec 20 23:20:30.164 INFO O| Dec 20 23:20:30.164 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-12-20T23:20:31.710Z | [ recovery-image] Dec 20 23:20:30.174 INFO O| Dec 20 23:20:30.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7080 | 2024-12-20T23:20:31.710Z | [ recovery-image] Dec 20 23:20:30.174 INFO O| Dec 20 23:20:30.174 INFO STEP 904 (remove_files) COMPLETE |
7081 | 2024-12-20T23:20:31.713Z | [ recovery-image] Dec 20 23:20:30.174 INFO O| Dec 20 23:20:30.174 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-12-20T23:20:31.721Z | [ recovery-image] Dec 20 23:20:30.185 INFO O| Dec 20 23:20:30.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7083 | 2024-12-20T23:20:31.721Z | [ recovery-image] Dec 20 23:20:30.185 INFO O| Dec 20 23:20:30.185 INFO STEP 905 (remove_files) COMPLETE |
7084 | 2024-12-20T23:20:31.721Z | [ recovery-image] Dec 20 23:20:30.185 INFO O| Dec 20 23:20:30.185 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-20T23:20:31.734Z | [ recovery-image] Dec 20 23:20:30.198 INFO O| Dec 20 23:20:30.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7086 | 2024-12-20T23:20:31.734Z | [ recovery-image] Dec 20 23:20:30.198 INFO O| Dec 20 23:20:30.198 INFO STEP 906 (remove_files) COMPLETE |
7087 | 2024-12-20T23:20:31.734Z | [ recovery-image] Dec 20 23:20:30.198 INFO O| Dec 20 23:20:30.198 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-20T23:20:31.745Z | [ recovery-image] Dec 20 23:20:30.209 INFO O| Dec 20 23:20:30.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7089 | 2024-12-20T23:20:31.745Z | [ recovery-image] Dec 20 23:20:30.209 INFO O| Dec 20 23:20:30.209 INFO STEP 907 (remove_files) COMPLETE |
7090 | 2024-12-20T23:20:31.748Z | [ recovery-image] Dec 20 23:20:30.209 INFO O| Dec 20 23:20:30.209 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-20T23:20:31.758Z | [ recovery-image] Dec 20 23:20:30.220 INFO O| Dec 20 23:20:30.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7092 | 2024-12-20T23:20:31.758Z | [ recovery-image] Dec 20 23:20:30.220 INFO O| Dec 20 23:20:30.220 INFO STEP 908 (remove_files) COMPLETE |
7093 | 2024-12-20T23:20:31.758Z | [ recovery-image] Dec 20 23:20:30.220 INFO O| Dec 20 23:20:30.220 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-20T23:20:31.769Z | [ recovery-image] Dec 20 23:20:30.233 INFO O| Dec 20 23:20:30.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7095 | 2024-12-20T23:20:31.772Z | [ recovery-image] Dec 20 23:20:30.233 INFO O| Dec 20 23:20:30.233 INFO STEP 909 (remove_files) COMPLETE |
7096 | 2024-12-20T23:20:31.772Z | [ recovery-image] Dec 20 23:20:30.233 INFO O| Dec 20 23:20:30.233 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-20T23:20:31.783Z | [ recovery-image] Dec 20 23:20:30.247 INFO O| Dec 20 23:20:30.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7098 | 2024-12-20T23:20:31.785Z | [ recovery-image] Dec 20 23:20:30.247 INFO O| Dec 20 23:20:30.247 INFO STEP 910 (remove_files) COMPLETE |
7099 | 2024-12-20T23:20:31.785Z | [ recovery-image] Dec 20 23:20:30.247 INFO O| Dec 20 23:20:30.247 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-20T23:20:31.797Z | [ recovery-image] Dec 20 23:20:30.261 INFO O| Dec 20 23:20:30.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7101 | 2024-12-20T23:20:31.798Z | [ recovery-image] Dec 20 23:20:30.261 INFO O| Dec 20 23:20:30.261 INFO STEP 911 (remove_files) COMPLETE |
7102 | 2024-12-20T23:20:31.798Z | [ recovery-image] Dec 20 23:20:30.261 INFO O| Dec 20 23:20:30.261 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-20T23:20:31.810Z | [ recovery-image] Dec 20 23:20:30.273 INFO O| Dec 20 23:20:30.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7104 | 2024-12-20T23:20:31.810Z | [ recovery-image] Dec 20 23:20:30.274 INFO O| Dec 20 23:20:30.274 INFO STEP 912 (remove_files) COMPLETE |
7105 | 2024-12-20T23:20:31.810Z | [ recovery-image] Dec 20 23:20:30.274 INFO O| Dec 20 23:20:30.274 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-20T23:20:31.821Z | [ recovery-image] Dec 20 23:20:30.284 INFO O| Dec 20 23:20:30.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7107 | 2024-12-20T23:20:31.821Z | [ recovery-image] Dec 20 23:20:30.284 INFO O| Dec 20 23:20:30.284 INFO STEP 913 (remove_files) COMPLETE |
7108 | 2024-12-20T23:20:31.823Z | [ recovery-image] Dec 20 23:20:30.284 INFO O| Dec 20 23:20:30.284 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-20T23:20:31.832Z | [ recovery-image] Dec 20 23:20:30.296 INFO O| Dec 20 23:20:30.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7110 | 2024-12-20T23:20:31.832Z | [ recovery-image] Dec 20 23:20:30.296 INFO O| Dec 20 23:20:30.296 INFO STEP 914 (remove_files) COMPLETE |
7111 | 2024-12-20T23:20:31.832Z | [ recovery-image] Dec 20 23:20:30.296 INFO O| Dec 20 23:20:30.296 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-20T23:20:31.843Z | [ recovery-image] Dec 20 23:20:30.307 INFO O| Dec 20 23:20:30.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7113 | 2024-12-20T23:20:31.843Z | [ recovery-image] Dec 20 23:20:30.307 INFO O| Dec 20 23:20:30.307 INFO STEP 915 (remove_files) COMPLETE |
7114 | 2024-12-20T23:20:31.849Z | [ recovery-image] Dec 20 23:20:30.307 INFO O| Dec 20 23:20:30.307 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-20T23:20:31.854Z | [ recovery-image] Dec 20 23:20:30.318 INFO O| Dec 20 23:20:30.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7116 | 2024-12-20T23:20:31.854Z | [ recovery-image] Dec 20 23:20:30.318 INFO O| Dec 20 23:20:30.318 INFO STEP 916 (remove_files) COMPLETE |
7117 | 2024-12-20T23:20:31.854Z | [ recovery-image] Dec 20 23:20:30.318 INFO O| Dec 20 23:20:30.318 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-12-20T23:20:31.865Z | [ recovery-image] Dec 20 23:20:30.329 INFO O| Dec 20 23:20:30.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7119 | 2024-12-20T23:20:31.865Z | [ recovery-image] Dec 20 23:20:30.329 INFO O| Dec 20 23:20:30.329 INFO STEP 917 (remove_files) COMPLETE |
7120 | 2024-12-20T23:20:31.868Z | [ recovery-image] Dec 20 23:20:30.329 INFO O| Dec 20 23:20:30.329 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-12-20T23:20:31.876Z | [ recovery-image] Dec 20 23:20:30.340 INFO O| Dec 20 23:20:30.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7122 | 2024-12-20T23:20:31.876Z | [ recovery-image] Dec 20 23:20:30.340 INFO O| Dec 20 23:20:30.340 INFO STEP 918 (remove_files) COMPLETE |
7123 | 2024-12-20T23:20:31.876Z | [ recovery-image] Dec 20 23:20:30.340 INFO O| Dec 20 23:20:30.340 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-12-20T23:20:31.888Z | [ recovery-image] Dec 20 23:20:30.351 INFO O| Dec 20 23:20:30.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7125 | 2024-12-20T23:20:31.888Z | [ recovery-image] Dec 20 23:20:30.351 INFO O| Dec 20 23:20:30.351 INFO STEP 919 (remove_files) COMPLETE |
7126 | 2024-12-20T23:20:31.889Z | [ recovery-image] Dec 20 23:20:30.351 INFO O| Dec 20 23:20:30.351 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-12-20T23:20:31.899Z | [ recovery-image] Dec 20 23:20:30.362 INFO O| Dec 20 23:20:30.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7128 | 2024-12-20T23:20:31.901Z | [ recovery-image] Dec 20 23:20:30.362 INFO O| Dec 20 23:20:30.362 INFO STEP 920 (remove_files) COMPLETE |
7129 | 2024-12-20T23:20:31.901Z | [ recovery-image] Dec 20 23:20:30.362 INFO O| Dec 20 23:20:30.362 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-12-20T23:20:31.909Z | [ recovery-image] Dec 20 23:20:30.373 INFO O| Dec 20 23:20:30.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7131 | 2024-12-20T23:20:31.909Z | [ recovery-image] Dec 20 23:20:30.373 INFO O| Dec 20 23:20:30.373 INFO STEP 921 (remove_files) COMPLETE |
7132 | 2024-12-20T23:20:31.910Z | [ recovery-image] Dec 20 23:20:30.373 INFO O| Dec 20 23:20:30.373 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-12-20T23:20:31.920Z | [ recovery-image] Dec 20 23:20:30.384 INFO O| Dec 20 23:20:30.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7134 | 2024-12-20T23:20:31.923Z | [ recovery-image] Dec 20 23:20:30.384 INFO O| Dec 20 23:20:30.384 INFO STEP 922 (remove_files) COMPLETE |
7135 | 2024-12-20T23:20:31.924Z | [ recovery-image] Dec 20 23:20:30.384 INFO O| Dec 20 23:20:30.384 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-12-20T23:20:31.931Z | [ recovery-image] Dec 20 23:20:30.394 INFO O| Dec 20 23:20:30.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7137 | 2024-12-20T23:20:31.931Z | [ recovery-image] Dec 20 23:20:30.395 INFO O| Dec 20 23:20:30.395 INFO STEP 923 (remove_files) COMPLETE |
7138 | 2024-12-20T23:20:31.933Z | [ recovery-image] Dec 20 23:20:30.395 INFO O| Dec 20 23:20:30.395 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-12-20T23:20:31.942Z | [ recovery-image] Dec 20 23:20:30.405 INFO O| Dec 20 23:20:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7140 | 2024-12-20T23:20:31.942Z | [ recovery-image] Dec 20 23:20:30.405 INFO O| Dec 20 23:20:30.405 INFO STEP 924 (remove_files) COMPLETE |
7141 | 2024-12-20T23:20:31.944Z | [ recovery-image] Dec 20 23:20:30.405 INFO O| Dec 20 23:20:30.405 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-12-20T23:20:31.952Z | [ recovery-image] Dec 20 23:20:30.416 INFO O| Dec 20 23:20:30.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7143 | 2024-12-20T23:20:31.952Z | [ recovery-image] Dec 20 23:20:30.416 INFO O| Dec 20 23:20:30.416 INFO STEP 925 (remove_files) COMPLETE |
7144 | 2024-12-20T23:20:31.955Z | [ recovery-image] Dec 20 23:20:30.416 INFO O| Dec 20 23:20:30.416 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-12-20T23:20:31.964Z | [ recovery-image] Dec 20 23:20:30.428 INFO O| Dec 20 23:20:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7146 | 2024-12-20T23:20:31.967Z | [ recovery-image] Dec 20 23:20:30.428 INFO O| Dec 20 23:20:30.428 INFO STEP 926 (remove_files) COMPLETE |
7147 | 2024-12-20T23:20:31.967Z | [ recovery-image] Dec 20 23:20:30.428 INFO O| Dec 20 23:20:30.428 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-12-20T23:20:31.975Z | [ recovery-image] Dec 20 23:20:30.438 INFO O| Dec 20 23:20:30.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7149 | 2024-12-20T23:20:31.977Z | [ recovery-image] Dec 20 23:20:30.438 INFO O| Dec 20 23:20:30.438 INFO STEP 927 (remove_files) COMPLETE |
7150 | 2024-12-20T23:20:31.977Z | [ recovery-image] Dec 20 23:20:30.438 INFO O| Dec 20 23:20:30.438 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-12-20T23:20:31.985Z | [ recovery-image] Dec 20 23:20:30.449 INFO O| Dec 20 23:20:30.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7152 | 2024-12-20T23:20:31.988Z | [ recovery-image] Dec 20 23:20:30.449 INFO O| Dec 20 23:20:30.449 INFO STEP 928 (remove_files) COMPLETE |
7153 | 2024-12-20T23:20:31.988Z | [ recovery-image] Dec 20 23:20:30.449 INFO O| Dec 20 23:20:30.449 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-12-20T23:20:31.996Z | [ recovery-image] Dec 20 23:20:30.460 INFO O| Dec 20 23:20:30.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7155 | 2024-12-20T23:20:31.996Z | [ recovery-image] Dec 20 23:20:30.460 INFO O| Dec 20 23:20:30.460 INFO STEP 929 (remove_files) COMPLETE |
7156 | 2024-12-20T23:20:31.999Z | [ recovery-image] Dec 20 23:20:30.460 INFO O| Dec 20 23:20:30.460 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-12-20T23:20:32.007Z | [ recovery-image] Dec 20 23:20:30.471 INFO O| Dec 20 23:20:30.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7158 | 2024-12-20T23:20:32.007Z | [ recovery-image] Dec 20 23:20:30.471 INFO O| Dec 20 23:20:30.471 INFO STEP 930 (remove_files) COMPLETE |
7159 | 2024-12-20T23:20:32.010Z | [ recovery-image] Dec 20 23:20:30.471 INFO O| Dec 20 23:20:30.471 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-12-20T23:20:32.019Z | [ recovery-image] Dec 20 23:20:30.482 INFO O| Dec 20 23:20:30.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7161 | 2024-12-20T23:20:32.019Z | [ recovery-image] Dec 20 23:20:30.482 INFO O| Dec 20 23:20:30.482 INFO STEP 931 (remove_files) COMPLETE |
7162 | 2024-12-20T23:20:32.022Z | [ recovery-image] Dec 20 23:20:30.482 INFO O| Dec 20 23:20:30.482 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-12-20T23:20:32.030Z | [ recovery-image] Dec 20 23:20:30.493 INFO O| Dec 20 23:20:30.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7164 | 2024-12-20T23:20:32.030Z | [ recovery-image] Dec 20 23:20:30.493 INFO O| Dec 20 23:20:30.493 INFO STEP 932 (remove_files) COMPLETE |
7165 | 2024-12-20T23:20:32.032Z | [ recovery-image] Dec 20 23:20:30.493 INFO O| Dec 20 23:20:30.493 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-12-20T23:20:32.040Z | [ recovery-image] Dec 20 23:20:30.504 INFO O| Dec 20 23:20:30.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7167 | 2024-12-20T23:20:32.040Z | [ recovery-image] Dec 20 23:20:30.504 INFO O| Dec 20 23:20:30.504 INFO STEP 933 (remove_files) COMPLETE |
7168 | 2024-12-20T23:20:32.040Z | [ recovery-image] Dec 20 23:20:30.504 INFO O| Dec 20 23:20:30.504 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-12-20T23:20:32.051Z | [ recovery-image] Dec 20 23:20:30.514 INFO O| Dec 20 23:20:30.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7170 | 2024-12-20T23:20:32.053Z | [ recovery-image] Dec 20 23:20:30.515 INFO O| Dec 20 23:20:30.514 INFO STEP 934 (remove_files) COMPLETE |
7171 | 2024-12-20T23:20:32.054Z | [ recovery-image] Dec 20 23:20:30.515 INFO O| Dec 20 23:20:30.515 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-12-20T23:20:32.061Z | [ recovery-image] Dec 20 23:20:30.525 INFO O| Dec 20 23:20:30.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7173 | 2024-12-20T23:20:32.061Z | [ recovery-image] Dec 20 23:20:30.525 INFO O| Dec 20 23:20:30.525 INFO STEP 935 (remove_files) COMPLETE |
7174 | 2024-12-20T23:20:32.061Z | [ recovery-image] Dec 20 23:20:30.525 INFO O| Dec 20 23:20:30.525 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-12-20T23:20:32.072Z | [ recovery-image] Dec 20 23:20:30.535 INFO O| Dec 20 23:20:30.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7176 | 2024-12-20T23:20:32.072Z | [ recovery-image] Dec 20 23:20:30.535 INFO O| Dec 20 23:20:30.535 INFO STEP 936 (remove_files) COMPLETE |
7177 | 2024-12-20T23:20:32.072Z | [ recovery-image] Dec 20 23:20:30.535 INFO O| Dec 20 23:20:30.535 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-12-20T23:20:32.082Z | [ recovery-image] Dec 20 23:20:30.546 INFO O| Dec 20 23:20:30.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7179 | 2024-12-20T23:20:32.082Z | [ recovery-image] Dec 20 23:20:30.546 INFO O| Dec 20 23:20:30.546 INFO STEP 937 (remove_files) COMPLETE |
7180 | 2024-12-20T23:20:32.085Z | [ recovery-image] Dec 20 23:20:30.546 INFO O| Dec 20 23:20:30.546 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-12-20T23:20:32.093Z | [ recovery-image] Dec 20 23:20:30.556 INFO O| Dec 20 23:20:30.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7182 | 2024-12-20T23:20:32.093Z | [ recovery-image] Dec 20 23:20:30.556 INFO O| Dec 20 23:20:30.556 INFO STEP 938 (remove_files) COMPLETE |
7183 | 2024-12-20T23:20:32.095Z | [ recovery-image] Dec 20 23:20:30.556 INFO O| Dec 20 23:20:30.556 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-12-20T23:20:32.103Z | [ recovery-image] Dec 20 23:20:30.567 INFO O| Dec 20 23:20:30.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7185 | 2024-12-20T23:20:32.103Z | [ recovery-image] Dec 20 23:20:30.567 INFO O| Dec 20 23:20:30.567 INFO STEP 939 (remove_files) COMPLETE |
7186 | 2024-12-20T23:20:32.107Z | [ recovery-image] Dec 20 23:20:30.567 INFO O| Dec 20 23:20:30.567 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-12-20T23:20:32.113Z | [ recovery-image] Dec 20 23:20:30.577 INFO O| Dec 20 23:20:30.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7188 | 2024-12-20T23:20:32.114Z | [ recovery-image] Dec 20 23:20:30.577 INFO O| Dec 20 23:20:30.577 INFO STEP 940 (remove_files) COMPLETE |
7189 | 2024-12-20T23:20:32.114Z | [ recovery-image] Dec 20 23:20:30.577 INFO O| Dec 20 23:20:30.577 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-20T23:20:32.124Z | [ recovery-image] Dec 20 23:20:30.588 INFO O| Dec 20 23:20:30.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7191 | 2024-12-20T23:20:32.126Z | [ recovery-image] Dec 20 23:20:30.588 INFO O| Dec 20 23:20:30.588 INFO STEP 941 (remove_files) COMPLETE |
7192 | 2024-12-20T23:20:32.126Z | [ recovery-image] Dec 20 23:20:30.588 INFO O| Dec 20 23:20:30.588 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-20T23:20:32.138Z | [ recovery-image] Dec 20 23:20:30.598 INFO O| Dec 20 23:20:30.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7194 | 2024-12-20T23:20:32.138Z | [ recovery-image] Dec 20 23:20:30.598 INFO O| Dec 20 23:20:30.598 INFO STEP 942 (remove_files) COMPLETE |
7195 | 2024-12-20T23:20:32.138Z | [ recovery-image] Dec 20 23:20:30.598 INFO O| Dec 20 23:20:30.598 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-20T23:20:32.146Z | [ recovery-image] Dec 20 23:20:30.609 INFO O| Dec 20 23:20:30.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7197 | 2024-12-20T23:20:32.146Z | [ recovery-image] Dec 20 23:20:30.609 INFO O| Dec 20 23:20:30.609 INFO STEP 943 (remove_files) COMPLETE |
7198 | 2024-12-20T23:20:32.150Z | [ recovery-image] Dec 20 23:20:30.609 INFO O| Dec 20 23:20:30.609 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-20T23:20:32.156Z | [ recovery-image] Dec 20 23:20:30.620 INFO O| Dec 20 23:20:30.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7200 | 2024-12-20T23:20:32.159Z | [ recovery-image] Dec 20 23:20:30.620 INFO O| Dec 20 23:20:30.620 INFO STEP 944 (remove_files) COMPLETE |
7201 | 2024-12-20T23:20:32.159Z | [ recovery-image] Dec 20 23:20:30.620 INFO O| Dec 20 23:20:30.620 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-20T23:20:32.167Z | [ recovery-image] Dec 20 23:20:30.631 INFO O| Dec 20 23:20:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7203 | 2024-12-20T23:20:32.167Z | [ recovery-image] Dec 20 23:20:30.631 INFO O| Dec 20 23:20:30.631 INFO STEP 945 (remove_files) COMPLETE |
7204 | 2024-12-20T23:20:32.170Z | [ recovery-image] Dec 20 23:20:30.631 INFO O| Dec 20 23:20:30.631 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-12-20T23:20:32.177Z | [ recovery-image] Dec 20 23:20:30.641 INFO O| Dec 20 23:20:30.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7206 | 2024-12-20T23:20:32.177Z | [ recovery-image] Dec 20 23:20:30.641 INFO O| Dec 20 23:20:30.641 INFO STEP 946 (remove_files) COMPLETE |
7207 | 2024-12-20T23:20:32.179Z | [ recovery-image] Dec 20 23:20:30.641 INFO O| Dec 20 23:20:30.641 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-12-20T23:20:32.187Z | [ recovery-image] Dec 20 23:20:30.651 INFO O| Dec 20 23:20:30.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7209 | 2024-12-20T23:20:32.190Z | [ recovery-image] Dec 20 23:20:30.651 INFO O| Dec 20 23:20:30.651 INFO STEP 947 (remove_files) COMPLETE |
7210 | 2024-12-20T23:20:32.190Z | [ recovery-image] Dec 20 23:20:30.651 INFO O| Dec 20 23:20:30.651 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-12-20T23:20:32.199Z | [ recovery-image] Dec 20 23:20:30.662 INFO O| Dec 20 23:20:30.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7212 | 2024-12-20T23:20:32.199Z | [ recovery-image] Dec 20 23:20:30.662 INFO O| Dec 20 23:20:30.662 INFO STEP 948 (remove_files) COMPLETE |
7213 | 2024-12-20T23:20:32.201Z | [ recovery-image] Dec 20 23:20:30.662 INFO O| Dec 20 23:20:30.662 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-12-20T23:20:32.211Z | [ recovery-image] Dec 20 23:20:30.672 INFO O| Dec 20 23:20:30.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7215 | 2024-12-20T23:20:32.211Z | [ recovery-image] Dec 20 23:20:30.672 INFO O| Dec 20 23:20:30.672 INFO STEP 949 (remove_files) COMPLETE |
7216 | 2024-12-20T23:20:32.212Z | [ recovery-image] Dec 20 23:20:30.672 INFO O| Dec 20 23:20:30.672 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-12-20T23:20:32.219Z | [ recovery-image] Dec 20 23:20:30.683 INFO O| Dec 20 23:20:30.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7218 | 2024-12-20T23:20:32.219Z | [ recovery-image] Dec 20 23:20:30.683 INFO O| Dec 20 23:20:30.683 INFO STEP 950 (remove_files) COMPLETE |
7219 | 2024-12-20T23:20:32.219Z | [ recovery-image] Dec 20 23:20:30.683 INFO O| Dec 20 23:20:30.683 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-12-20T23:20:32.234Z | [ recovery-image] Dec 20 23:20:30.698 INFO O| Dec 20 23:20:30.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7221 | 2024-12-20T23:20:32.234Z | [ recovery-image] Dec 20 23:20:30.698 INFO O| Dec 20 23:20:30.698 INFO STEP 951 (remove_files) COMPLETE |
7222 | 2024-12-20T23:20:32.237Z | [ recovery-image] Dec 20 23:20:30.698 INFO O| Dec 20 23:20:30.698 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-20T23:20:32.247Z | [ recovery-image] Dec 20 23:20:30.711 INFO O| Dec 20 23:20:30.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7224 | 2024-12-20T23:20:32.251Z | [ recovery-image] Dec 20 23:20:30.711 INFO O| Dec 20 23:20:30.711 INFO STEP 952 (remove_files) COMPLETE |
7225 | 2024-12-20T23:20:32.251Z | [ recovery-image] Dec 20 23:20:30.711 INFO O| Dec 20 23:20:30.711 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-12-20T23:20:32.262Z | [ recovery-image] Dec 20 23:20:30.725 INFO O| Dec 20 23:20:30.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7227 | 2024-12-20T23:20:32.262Z | [ recovery-image] Dec 20 23:20:30.725 INFO O| Dec 20 23:20:30.725 INFO STEP 953 (remove_files) COMPLETE |
7228 | 2024-12-20T23:20:32.265Z | [ recovery-image] Dec 20 23:20:30.725 INFO O| Dec 20 23:20:30.725 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-12-20T23:20:32.272Z | [ recovery-image] Dec 20 23:20:30.736 INFO O| Dec 20 23:20:30.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7230 | 2024-12-20T23:20:32.272Z | [ recovery-image] Dec 20 23:20:30.736 INFO O| Dec 20 23:20:30.736 INFO STEP 954 (remove_files) COMPLETE |
7231 | 2024-12-20T23:20:32.272Z | [ recovery-image] Dec 20 23:20:30.736 INFO O| Dec 20 23:20:30.736 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-12-20T23:20:32.285Z | [ recovery-image] Dec 20 23:20:30.748 INFO O| Dec 20 23:20:30.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7233 | 2024-12-20T23:20:32.285Z | [ recovery-image] Dec 20 23:20:30.748 INFO O| Dec 20 23:20:30.748 INFO STEP 955 (remove_files) COMPLETE |
7234 | 2024-12-20T23:20:32.285Z | [ recovery-image] Dec 20 23:20:30.748 INFO O| Dec 20 23:20:30.748 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-12-20T23:20:32.298Z | [ recovery-image] Dec 20 23:20:30.762 INFO O| Dec 20 23:20:30.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7236 | 2024-12-20T23:20:32.298Z | [ recovery-image] Dec 20 23:20:30.762 INFO O| Dec 20 23:20:30.762 INFO STEP 956 (remove_files) COMPLETE |
7237 | 2024-12-20T23:20:32.301Z | [ recovery-image] Dec 20 23:20:30.762 INFO O| Dec 20 23:20:30.762 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-12-20T23:20:32.311Z | [ recovery-image] Dec 20 23:20:30.775 INFO O| Dec 20 23:20:30.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7239 | 2024-12-20T23:20:32.311Z | [ recovery-image] Dec 20 23:20:30.775 INFO O| Dec 20 23:20:30.775 INFO STEP 957 (remove_files) COMPLETE |
7240 | 2024-12-20T23:20:32.314Z | [ recovery-image] Dec 20 23:20:30.775 INFO O| Dec 20 23:20:30.775 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-12-20T23:20:32.325Z | [ recovery-image] Dec 20 23:20:30.789 INFO O| Dec 20 23:20:30.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7242 | 2024-12-20T23:20:32.325Z | [ recovery-image] Dec 20 23:20:30.789 INFO O| Dec 20 23:20:30.789 INFO STEP 958 (remove_files) COMPLETE |
7243 | 2024-12-20T23:20:32.325Z | [ recovery-image] Dec 20 23:20:30.789 INFO O| Dec 20 23:20:30.789 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-12-20T23:20:32.339Z | [ recovery-image] Dec 20 23:20:30.803 INFO O| Dec 20 23:20:30.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7245 | 2024-12-20T23:20:32.339Z | [ recovery-image] Dec 20 23:20:30.803 INFO O| Dec 20 23:20:30.803 INFO STEP 959 (remove_files) COMPLETE |
7246 | 2024-12-20T23:20:32.339Z | [ recovery-image] Dec 20 23:20:30.803 INFO O| Dec 20 23:20:30.803 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-12-20T23:20:32.353Z | [ recovery-image] Dec 20 23:20:30.816 INFO O| Dec 20 23:20:30.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7248 | 2024-12-20T23:20:32.353Z | [ recovery-image] Dec 20 23:20:30.816 INFO O| Dec 20 23:20:30.816 INFO STEP 960 (remove_files) COMPLETE |
7249 | 2024-12-20T23:20:32.353Z | [ recovery-image] Dec 20 23:20:30.816 INFO O| Dec 20 23:20:30.816 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-12-20T23:20:32.366Z | [ recovery-image] Dec 20 23:20:30.830 INFO O| Dec 20 23:20:30.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7251 | 2024-12-20T23:20:32.366Z | [ recovery-image] Dec 20 23:20:30.830 INFO O| Dec 20 23:20:30.830 INFO STEP 961 (remove_files) COMPLETE |
7252 | 2024-12-20T23:20:32.368Z | [ recovery-image] Dec 20 23:20:30.830 INFO O| Dec 20 23:20:30.830 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-12-20T23:20:32.379Z | [ recovery-image] Dec 20 23:20:30.843 INFO O| Dec 20 23:20:30.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7254 | 2024-12-20T23:20:32.381Z | [ recovery-image] Dec 20 23:20:30.843 INFO O| Dec 20 23:20:30.843 INFO STEP 962 (remove_files) COMPLETE |
7255 | 2024-12-20T23:20:32.381Z | [ recovery-image] Dec 20 23:20:30.843 INFO O| Dec 20 23:20:30.843 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-12-20T23:20:32.393Z | [ recovery-image] Dec 20 23:20:30.855 INFO O| Dec 20 23:20:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7257 | 2024-12-20T23:20:32.393Z | [ recovery-image] Dec 20 23:20:30.855 INFO O| Dec 20 23:20:30.855 INFO STEP 963 (remove_files) COMPLETE |
7258 | 2024-12-20T23:20:32.395Z | [ recovery-image] Dec 20 23:20:30.855 INFO O| Dec 20 23:20:30.855 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-12-20T23:20:32.406Z | [ recovery-image] Dec 20 23:20:30.868 INFO O| Dec 20 23:20:30.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7260 | 2024-12-20T23:20:32.406Z | [ recovery-image] Dec 20 23:20:30.868 INFO O| Dec 20 23:20:30.868 INFO STEP 964 (remove_files) COMPLETE |
7261 | 2024-12-20T23:20:32.413Z | [ recovery-image] Dec 20 23:20:30.869 INFO O| Dec 20 23:20:30.868 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-12-20T23:20:32.420Z | [ recovery-image] Dec 20 23:20:30.884 INFO O| Dec 20 23:20:30.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7263 | 2024-12-20T23:20:32.422Z | [ recovery-image] Dec 20 23:20:30.884 INFO O| Dec 20 23:20:30.884 INFO STEP 965 (remove_files) COMPLETE |
7264 | 2024-12-20T23:20:32.422Z | [ recovery-image] Dec 20 23:20:30.884 INFO O| Dec 20 23:20:30.884 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-12-20T23:20:32.433Z | [ recovery-image] Dec 20 23:20:30.896 INFO O| Dec 20 23:20:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7266 | 2024-12-20T23:20:32.433Z | [ recovery-image] Dec 20 23:20:30.896 INFO O| Dec 20 23:20:30.896 INFO STEP 966 (remove_files) COMPLETE |
7267 | 2024-12-20T23:20:32.435Z | [ recovery-image] Dec 20 23:20:30.896 INFO O| Dec 20 23:20:30.896 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-12-20T23:20:32.447Z | [ recovery-image] Dec 20 23:20:30.909 INFO O| Dec 20 23:20:30.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7269 | 2024-12-20T23:20:32.447Z | [ recovery-image] Dec 20 23:20:30.909 INFO O| Dec 20 23:20:30.909 INFO STEP 967 (remove_files) COMPLETE |
7270 | 2024-12-20T23:20:32.449Z | [ recovery-image] Dec 20 23:20:30.909 INFO O| Dec 20 23:20:30.909 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-12-20T23:20:32.458Z | [ recovery-image] Dec 20 23:20:30.922 INFO O| Dec 20 23:20:30.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7272 | 2024-12-20T23:20:32.458Z | [ recovery-image] Dec 20 23:20:30.922 INFO O| Dec 20 23:20:30.922 INFO STEP 968 (remove_files) COMPLETE |
7273 | 2024-12-20T23:20:32.458Z | [ recovery-image] Dec 20 23:20:30.922 INFO O| Dec 20 23:20:30.922 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-12-20T23:20:32.470Z | [ recovery-image] Dec 20 23:20:30.934 INFO O| Dec 20 23:20:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7275 | 2024-12-20T23:20:32.470Z | [ recovery-image] Dec 20 23:20:30.934 INFO O| Dec 20 23:20:30.934 INFO STEP 969 (remove_files) COMPLETE |
7276 | 2024-12-20T23:20:32.470Z | [ recovery-image] Dec 20 23:20:30.934 INFO O| Dec 20 23:20:30.934 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-12-20T23:20:32.485Z | [ recovery-image] Dec 20 23:20:30.948 INFO O| Dec 20 23:20:30.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7278 | 2024-12-20T23:20:32.488Z | [ recovery-image] Dec 20 23:20:30.948 INFO O| Dec 20 23:20:30.948 INFO STEP 970 (remove_files) COMPLETE |
7279 | 2024-12-20T23:20:32.488Z | [ recovery-image] Dec 20 23:20:30.948 INFO O| Dec 20 23:20:30.948 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-12-20T23:20:32.496Z | [ recovery-image] Dec 20 23:20:30.960 INFO O| Dec 20 23:20:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7281 | 2024-12-20T23:20:32.496Z | [ recovery-image] Dec 20 23:20:30.960 INFO O| Dec 20 23:20:30.960 INFO STEP 971 (remove_files) COMPLETE |
7282 | 2024-12-20T23:20:32.498Z | [ recovery-image] Dec 20 23:20:30.960 INFO O| Dec 20 23:20:30.960 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-12-20T23:20:32.507Z | [ recovery-image] Dec 20 23:20:30.970 INFO O| Dec 20 23:20:30.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7284 | 2024-12-20T23:20:32.510Z | [ recovery-image] Dec 20 23:20:30.970 INFO O| Dec 20 23:20:30.970 INFO STEP 972 (remove_files) COMPLETE |
7285 | 2024-12-20T23:20:32.510Z | [ recovery-image] Dec 20 23:20:30.971 INFO O| Dec 20 23:20:30.970 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-12-20T23:20:32.517Z | [ recovery-image] Dec 20 23:20:30.981 INFO O| Dec 20 23:20:30.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7287 | 2024-12-20T23:20:32.520Z | [ recovery-image] Dec 20 23:20:30.981 INFO O| Dec 20 23:20:30.981 INFO STEP 973 (remove_files) COMPLETE |
7288 | 2024-12-20T23:20:32.520Z | [ recovery-image] Dec 20 23:20:30.981 INFO O| Dec 20 23:20:30.981 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-12-20T23:20:32.528Z | [ recovery-image] Dec 20 23:20:30.992 INFO O| Dec 20 23:20:30.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7290 | 2024-12-20T23:20:32.528Z | [ recovery-image] Dec 20 23:20:30.992 INFO O| Dec 20 23:20:30.992 INFO STEP 974 (remove_files) COMPLETE |
7291 | 2024-12-20T23:20:32.531Z | [ recovery-image] Dec 20 23:20:30.992 INFO O| Dec 20 23:20:30.992 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-12-20T23:20:32.538Z | [ recovery-image] Dec 20 23:20:31.002 INFO O| Dec 20 23:20:31.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7293 | 2024-12-20T23:20:32.542Z | [ recovery-image] Dec 20 23:20:31.003 INFO O| Dec 20 23:20:31.003 INFO STEP 975 (remove_files) COMPLETE |
7294 | 2024-12-20T23:20:32.542Z | [ recovery-image] Dec 20 23:20:31.003 INFO O| Dec 20 23:20:31.003 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-12-20T23:20:32.550Z | [ recovery-image] Dec 20 23:20:31.013 INFO O| Dec 20 23:20:31.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7296 | 2024-12-20T23:20:32.552Z | [ recovery-image] Dec 20 23:20:31.014 INFO O| Dec 20 23:20:31.014 INFO STEP 976 (remove_files) COMPLETE |
7297 | 2024-12-20T23:20:32.552Z | [ recovery-image] Dec 20 23:20:31.014 INFO O| Dec 20 23:20:31.014 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-12-20T23:20:32.560Z | [ recovery-image] Dec 20 23:20:31.024 INFO O| Dec 20 23:20:31.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7299 | 2024-12-20T23:20:32.560Z | [ recovery-image] Dec 20 23:20:31.024 INFO O| Dec 20 23:20:31.024 INFO STEP 977 (remove_files) COMPLETE |
7300 | 2024-12-20T23:20:32.562Z | [ recovery-image] Dec 20 23:20:31.024 INFO O| Dec 20 23:20:31.024 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-12-20T23:20:32.570Z | [ recovery-image] Dec 20 23:20:31.034 INFO O| Dec 20 23:20:31.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7302 | 2024-12-20T23:20:32.573Z | [ recovery-image] Dec 20 23:20:31.034 INFO O| Dec 20 23:20:31.034 INFO STEP 978 (remove_files) COMPLETE |
7303 | 2024-12-20T23:20:32.573Z | [ recovery-image] Dec 20 23:20:31.034 INFO O| Dec 20 23:20:31.034 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-12-20T23:20:32.581Z | [ recovery-image] Dec 20 23:20:31.044 INFO O| Dec 20 23:20:31.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7305 | 2024-12-20T23:20:32.581Z | [ recovery-image] Dec 20 23:20:31.044 INFO O| Dec 20 23:20:31.044 INFO STEP 979 (remove_files) COMPLETE |
7306 | 2024-12-20T23:20:32.581Z | [ recovery-image] Dec 20 23:20:31.044 INFO O| Dec 20 23:20:31.044 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-12-20T23:20:32.591Z | [ recovery-image] Dec 20 23:20:31.055 INFO O| Dec 20 23:20:31.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7308 | 2024-12-20T23:20:32.591Z | [ recovery-image] Dec 20 23:20:31.055 INFO O| Dec 20 23:20:31.055 INFO STEP 980 (remove_files) COMPLETE |
7309 | 2024-12-20T23:20:32.593Z | [ recovery-image] Dec 20 23:20:31.055 INFO O| Dec 20 23:20:31.055 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-12-20T23:20:32.601Z | [ recovery-image] Dec 20 23:20:31.065 INFO O| Dec 20 23:20:31.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7311 | 2024-12-20T23:20:32.603Z | [ recovery-image] Dec 20 23:20:31.065 INFO O| Dec 20 23:20:31.065 INFO STEP 981 (remove_files) COMPLETE |
7312 | 2024-12-20T23:20:32.603Z | [ recovery-image] Dec 20 23:20:31.065 INFO O| Dec 20 23:20:31.065 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-12-20T23:20:32.611Z | [ recovery-image] Dec 20 23:20:31.075 INFO O| Dec 20 23:20:31.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7314 | 2024-12-20T23:20:32.614Z | [ recovery-image] Dec 20 23:20:31.075 INFO O| Dec 20 23:20:31.075 INFO STEP 982 (remove_files) COMPLETE |
7315 | 2024-12-20T23:20:32.614Z | [ recovery-image] Dec 20 23:20:31.075 INFO O| Dec 20 23:20:31.075 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-12-20T23:20:32.621Z | [ recovery-image] Dec 20 23:20:31.085 INFO O| Dec 20 23:20:31.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7317 | 2024-12-20T23:20:32.621Z | [ recovery-image] Dec 20 23:20:31.085 INFO O| Dec 20 23:20:31.085 INFO STEP 983 (remove_files) COMPLETE |
7318 | 2024-12-20T23:20:32.624Z | [ recovery-image] Dec 20 23:20:31.085 INFO O| Dec 20 23:20:31.085 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-12-20T23:20:32.631Z | [ recovery-image] Dec 20 23:20:31.095 INFO O| Dec 20 23:20:31.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7320 | 2024-12-20T23:20:32.634Z | [ recovery-image] Dec 20 23:20:31.095 INFO O| Dec 20 23:20:31.095 INFO STEP 984 (remove_files) COMPLETE |
7321 | 2024-12-20T23:20:32.634Z | [ recovery-image] Dec 20 23:20:31.095 INFO O| Dec 20 23:20:31.095 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-12-20T23:20:32.641Z | [ recovery-image] Dec 20 23:20:31.105 INFO O| Dec 20 23:20:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7323 | 2024-12-20T23:20:32.641Z | [ recovery-image] Dec 20 23:20:31.105 INFO O| Dec 20 23:20:31.105 INFO STEP 985 (remove_files) COMPLETE |
7324 | 2024-12-20T23:20:32.644Z | [ recovery-image] Dec 20 23:20:31.105 INFO O| Dec 20 23:20:31.105 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-12-20T23:20:32.652Z | [ recovery-image] Dec 20 23:20:31.115 INFO O| Dec 20 23:20:31.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7326 | 2024-12-20T23:20:32.652Z | [ recovery-image] Dec 20 23:20:31.115 INFO O| Dec 20 23:20:31.115 INFO STEP 986 (remove_files) COMPLETE |
7327 | 2024-12-20T23:20:32.657Z | [ recovery-image] Dec 20 23:20:31.115 INFO O| Dec 20 23:20:31.115 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-12-20T23:20:32.661Z | [ recovery-image] Dec 20 23:20:31.124 INFO O| Dec 20 23:20:31.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7329 | 2024-12-20T23:20:32.661Z | [ recovery-image] Dec 20 23:20:31.124 INFO O| Dec 20 23:20:31.124 INFO STEP 987 (remove_files) COMPLETE |
7330 | 2024-12-20T23:20:32.663Z | [ recovery-image] Dec 20 23:20:31.124 INFO O| Dec 20 23:20:31.124 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-12-20T23:20:32.671Z | [ recovery-image] Dec 20 23:20:31.134 INFO O| Dec 20 23:20:31.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7332 | 2024-12-20T23:20:32.671Z | [ recovery-image] Dec 20 23:20:31.134 INFO O| Dec 20 23:20:31.134 INFO STEP 988 (remove_files) COMPLETE |
7333 | 2024-12-20T23:20:32.674Z | [ recovery-image] Dec 20 23:20:31.134 INFO O| Dec 20 23:20:31.134 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-12-20T23:20:32.681Z | [ recovery-image] Dec 20 23:20:31.144 INFO O| Dec 20 23:20:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7335 | 2024-12-20T23:20:32.681Z | [ recovery-image] Dec 20 23:20:31.144 INFO O| Dec 20 23:20:31.144 INFO STEP 989 (remove_files) COMPLETE |
7336 | 2024-12-20T23:20:32.681Z | [ recovery-image] Dec 20 23:20:31.144 INFO O| Dec 20 23:20:31.144 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-12-20T23:20:32.690Z | [ recovery-image] Dec 20 23:20:31.154 INFO O| Dec 20 23:20:31.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7338 | 2024-12-20T23:20:32.693Z | [ recovery-image] Dec 20 23:20:31.154 INFO O| Dec 20 23:20:31.154 INFO STEP 990 (remove_files) COMPLETE |
7339 | 2024-12-20T23:20:32.693Z | [ recovery-image] Dec 20 23:20:31.154 INFO O| Dec 20 23:20:31.154 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-12-20T23:20:32.702Z | [ recovery-image] Dec 20 23:20:31.165 INFO O| Dec 20 23:20:31.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7341 | 2024-12-20T23:20:32.702Z | [ recovery-image] Dec 20 23:20:31.165 INFO O| Dec 20 23:20:31.165 INFO STEP 991 (remove_files) COMPLETE |
7342 | 2024-12-20T23:20:32.706Z | [ recovery-image] Dec 20 23:20:31.165 INFO O| Dec 20 23:20:31.165 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-12-20T23:20:32.711Z | [ recovery-image] Dec 20 23:20:31.174 INFO O| Dec 20 23:20:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7344 | 2024-12-20T23:20:32.711Z | [ recovery-image] Dec 20 23:20:31.174 INFO O| Dec 20 23:20:31.174 INFO STEP 992 (remove_files) COMPLETE |
7345 | 2024-12-20T23:20:32.714Z | [ recovery-image] Dec 20 23:20:31.174 INFO O| Dec 20 23:20:31.174 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-12-20T23:20:32.721Z | [ recovery-image] Dec 20 23:20:31.184 INFO O| Dec 20 23:20:31.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7347 | 2024-12-20T23:20:32.721Z | [ recovery-image] Dec 20 23:20:31.185 INFO O| Dec 20 23:20:31.185 INFO STEP 993 (remove_files) COMPLETE |
7348 | 2024-12-20T23:20:32.724Z | [ recovery-image] Dec 20 23:20:31.185 INFO O| Dec 20 23:20:31.185 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-12-20T23:20:32.730Z | [ recovery-image] Dec 20 23:20:31.194 INFO O| Dec 20 23:20:31.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7350 | 2024-12-20T23:20:32.730Z | [ recovery-image] Dec 20 23:20:31.194 INFO O| Dec 20 23:20:31.194 INFO STEP 994 (remove_files) COMPLETE |
7351 | 2024-12-20T23:20:32.731Z | [ recovery-image] Dec 20 23:20:31.194 INFO O| Dec 20 23:20:31.194 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-12-20T23:20:32.747Z | [ recovery-image] Dec 20 23:20:31.204 INFO O| Dec 20 23:20:31.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7353 | 2024-12-20T23:20:32.747Z | [ recovery-image] Dec 20 23:20:31.204 INFO O| Dec 20 23:20:31.204 INFO STEP 995 (remove_files) COMPLETE |
7354 | 2024-12-20T23:20:32.747Z | [ recovery-image] Dec 20 23:20:31.204 INFO O| Dec 20 23:20:31.204 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-12-20T23:20:32.752Z | [ recovery-image] Dec 20 23:20:31.214 INFO O| Dec 20 23:20:31.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7356 | 2024-12-20T23:20:32.752Z | [ recovery-image] Dec 20 23:20:31.214 INFO O| Dec 20 23:20:31.214 INFO STEP 996 (remove_files) COMPLETE |
7357 | 2024-12-20T23:20:32.752Z | [ recovery-image] Dec 20 23:20:31.214 INFO O| Dec 20 23:20:31.214 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-12-20T23:20:32.760Z | [ recovery-image] Dec 20 23:20:31.224 INFO O| Dec 20 23:20:31.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7359 | 2024-12-20T23:20:32.760Z | [ recovery-image] Dec 20 23:20:31.224 INFO O| Dec 20 23:20:31.224 INFO STEP 997 (remove_files) COMPLETE |
7360 | 2024-12-20T23:20:32.763Z | [ recovery-image] Dec 20 23:20:31.224 INFO O| Dec 20 23:20:31.224 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-12-20T23:20:32.770Z | [ recovery-image] Dec 20 23:20:31.234 INFO O| Dec 20 23:20:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7362 | 2024-12-20T23:20:32.770Z | [ recovery-image] Dec 20 23:20:31.234 INFO O| Dec 20 23:20:31.234 INFO STEP 998 (remove_files) COMPLETE |
7363 | 2024-12-20T23:20:32.770Z | [ recovery-image] Dec 20 23:20:31.234 INFO O| Dec 20 23:20:31.234 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-12-20T23:20:32.782Z | [ recovery-image] Dec 20 23:20:31.244 INFO O| Dec 20 23:20:31.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7365 | 2024-12-20T23:20:32.782Z | [ recovery-image] Dec 20 23:20:31.244 INFO O| Dec 20 23:20:31.244 INFO STEP 999 (remove_files) COMPLETE |
7366 | 2024-12-20T23:20:32.784Z | [ recovery-image] Dec 20 23:20:31.244 INFO O| Dec 20 23:20:31.244 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-12-20T23:20:32.790Z | [ recovery-image] Dec 20 23:20:31.254 INFO O| Dec 20 23:20:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7368 | 2024-12-20T23:20:32.790Z | [ recovery-image] Dec 20 23:20:31.254 INFO O| Dec 20 23:20:31.254 INFO STEP 1000 (remove_files) COMPLETE |
7369 | 2024-12-20T23:20:32.793Z | [ recovery-image] Dec 20 23:20:31.254 INFO O| Dec 20 23:20:31.254 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-12-20T23:20:32.800Z | [ recovery-image] Dec 20 23:20:31.264 INFO O| Dec 20 23:20:31.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7371 | 2024-12-20T23:20:32.803Z | [ recovery-image] Dec 20 23:20:31.264 INFO O| Dec 20 23:20:31.264 INFO STEP 1001 (remove_files) COMPLETE |
7372 | 2024-12-20T23:20:32.803Z | [ recovery-image] Dec 20 23:20:31.264 INFO O| Dec 20 23:20:31.264 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-12-20T23:20:32.810Z | [ recovery-image] Dec 20 23:20:31.274 INFO O| Dec 20 23:20:31.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7374 | 2024-12-20T23:20:32.810Z | [ recovery-image] Dec 20 23:20:31.274 INFO O| Dec 20 23:20:31.274 INFO STEP 1002 (remove_files) COMPLETE |
7375 | 2024-12-20T23:20:32.813Z | [ recovery-image] Dec 20 23:20:31.274 INFO O| Dec 20 23:20:31.274 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-12-20T23:20:32.820Z | [ recovery-image] Dec 20 23:20:31.284 INFO O| Dec 20 23:20:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7377 | 2024-12-20T23:20:32.820Z | [ recovery-image] Dec 20 23:20:31.284 INFO O| Dec 20 23:20:31.284 INFO STEP 1003 (remove_files) COMPLETE |
7378 | 2024-12-20T23:20:32.820Z | [ recovery-image] Dec 20 23:20:31.284 INFO O| Dec 20 23:20:31.284 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-12-20T23:20:32.830Z | [ recovery-image] Dec 20 23:20:31.294 INFO O| Dec 20 23:20:31.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7380 | 2024-12-20T23:20:32.831Z | [ recovery-image] Dec 20 23:20:31.294 INFO O| Dec 20 23:20:31.294 INFO STEP 1004 (remove_files) COMPLETE |
7381 | 2024-12-20T23:20:32.833Z | [ recovery-image] Dec 20 23:20:31.294 INFO O| Dec 20 23:20:31.294 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-12-20T23:20:32.840Z | [ recovery-image] Dec 20 23:20:31.304 INFO O| Dec 20 23:20:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7383 | 2024-12-20T23:20:32.840Z | [ recovery-image] Dec 20 23:20:31.304 INFO O| Dec 20 23:20:31.304 INFO STEP 1005 (remove_files) COMPLETE |
7384 | 2024-12-20T23:20:32.842Z | [ recovery-image] Dec 20 23:20:31.304 INFO O| Dec 20 23:20:31.304 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-20T23:20:32.850Z | [ recovery-image] Dec 20 23:20:31.314 INFO O| Dec 20 23:20:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7386 | 2024-12-20T23:20:32.850Z | [ recovery-image] Dec 20 23:20:31.314 INFO O| Dec 20 23:20:31.314 INFO STEP 1006 (remove_files) COMPLETE |
7387 | 2024-12-20T23:20:32.850Z | [ recovery-image] Dec 20 23:20:31.314 INFO O| Dec 20 23:20:31.314 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-20T23:20:32.860Z | [ recovery-image] Dec 20 23:20:31.324 INFO O| Dec 20 23:20:31.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7389 | 2024-12-20T23:20:32.860Z | [ recovery-image] Dec 20 23:20:31.324 INFO O| Dec 20 23:20:31.324 INFO STEP 1007 (remove_files) COMPLETE |
7390 | 2024-12-20T23:20:32.861Z | [ recovery-image] Dec 20 23:20:31.324 INFO O| Dec 20 23:20:31.324 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-20T23:20:32.871Z | [ recovery-image] Dec 20 23:20:31.334 INFO O| Dec 20 23:20:31.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7392 | 2024-12-20T23:20:32.871Z | [ recovery-image] Dec 20 23:20:31.334 INFO O| Dec 20 23:20:31.334 INFO STEP 1008 (remove_files) COMPLETE |
7393 | 2024-12-20T23:20:32.871Z | [ recovery-image] Dec 20 23:20:31.334 INFO O| Dec 20 23:20:31.334 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-12-20T23:20:32.880Z | [ recovery-image] Dec 20 23:20:31.344 INFO O| Dec 20 23:20:31.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7395 | 2024-12-20T23:20:32.880Z | [ recovery-image] Dec 20 23:20:31.344 INFO O| Dec 20 23:20:31.344 INFO STEP 1009 (remove_files) COMPLETE |
7396 | 2024-12-20T23:20:32.880Z | [ recovery-image] Dec 20 23:20:31.344 INFO O| Dec 20 23:20:31.344 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-12-20T23:20:32.890Z | [ recovery-image] Dec 20 23:20:31.354 INFO O| Dec 20 23:20:31.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7398 | 2024-12-20T23:20:32.890Z | [ recovery-image] Dec 20 23:20:31.354 INFO O| Dec 20 23:20:31.354 INFO STEP 1010 (remove_files) COMPLETE |
7399 | 2024-12-20T23:20:32.893Z | [ recovery-image] Dec 20 23:20:31.354 INFO O| Dec 20 23:20:31.354 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-12-20T23:20:32.901Z | [ recovery-image] Dec 20 23:20:31.364 INFO O| Dec 20 23:20:31.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7401 | 2024-12-20T23:20:32.902Z | [ recovery-image] Dec 20 23:20:31.364 INFO O| Dec 20 23:20:31.364 INFO STEP 1011 (remove_files) COMPLETE |
7402 | 2024-12-20T23:20:32.905Z | [ recovery-image] Dec 20 23:20:31.364 INFO O| Dec 20 23:20:31.364 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-12-20T23:20:32.910Z | [ recovery-image] Dec 20 23:20:31.374 INFO O| Dec 20 23:20:31.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7404 | 2024-12-20T23:20:32.910Z | [ recovery-image] Dec 20 23:20:31.374 INFO O| Dec 20 23:20:31.374 INFO STEP 1012 (remove_files) COMPLETE |
7405 | 2024-12-20T23:20:32.913Z | [ recovery-image] Dec 20 23:20:31.374 INFO O| Dec 20 23:20:31.374 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-12-20T23:20:32.921Z | [ recovery-image] Dec 20 23:20:31.384 INFO O| Dec 20 23:20:31.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7407 | 2024-12-20T23:20:32.924Z | [ recovery-image] Dec 20 23:20:31.384 INFO O| Dec 20 23:20:31.384 INFO STEP 1013 (remove_files) COMPLETE |
7408 | 2024-12-20T23:20:32.924Z | [ recovery-image] Dec 20 23:20:31.384 INFO O| Dec 20 23:20:31.384 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-12-20T23:20:32.933Z | [ recovery-image] Dec 20 23:20:31.395 INFO O| Dec 20 23:20:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7410 | 2024-12-20T23:20:32.933Z | [ recovery-image] Dec 20 23:20:31.395 INFO O| Dec 20 23:20:31.395 INFO STEP 1014 (remove_files) COMPLETE |
7411 | 2024-12-20T23:20:32.937Z | [ recovery-image] Dec 20 23:20:31.395 INFO O| Dec 20 23:20:31.395 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-12-20T23:20:32.943Z | [ recovery-image] Dec 20 23:20:31.405 INFO O| Dec 20 23:20:31.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7413 | 2024-12-20T23:20:32.943Z | [ recovery-image] Dec 20 23:20:31.405 INFO O| Dec 20 23:20:31.405 INFO STEP 1015 (remove_files) COMPLETE |
7414 | 2024-12-20T23:20:32.943Z | [ recovery-image] Dec 20 23:20:31.405 INFO O| Dec 20 23:20:31.405 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-12-20T23:20:32.952Z | [ recovery-image] Dec 20 23:20:31.416 INFO O| Dec 20 23:20:31.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7416 | 2024-12-20T23:20:32.952Z | [ recovery-image] Dec 20 23:20:31.416 INFO O| Dec 20 23:20:31.416 INFO STEP 1016 (remove_files) COMPLETE |
7417 | 2024-12-20T23:20:32.952Z | [ recovery-image] Dec 20 23:20:31.416 INFO O| Dec 20 23:20:31.416 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-12-20T23:20:32.963Z | [ recovery-image] Dec 20 23:20:31.426 INFO O| Dec 20 23:20:31.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7419 | 2024-12-20T23:20:32.966Z | [ recovery-image] Dec 20 23:20:31.426 INFO O| Dec 20 23:20:31.426 INFO STEP 1017 (remove_files) COMPLETE |
7420 | 2024-12-20T23:20:32.966Z | [ recovery-image] Dec 20 23:20:31.426 INFO O| Dec 20 23:20:31.426 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-12-20T23:20:32.973Z | [ recovery-image] Dec 20 23:20:31.437 INFO O| Dec 20 23:20:31.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7422 | 2024-12-20T23:20:32.973Z | [ recovery-image] Dec 20 23:20:31.437 INFO O| Dec 20 23:20:31.437 INFO STEP 1018 (remove_files) COMPLETE |
7423 | 2024-12-20T23:20:32.973Z | [ recovery-image] Dec 20 23:20:31.437 INFO O| Dec 20 23:20:31.437 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-12-20T23:20:32.984Z | [ recovery-image] Dec 20 23:20:31.447 INFO O| Dec 20 23:20:31.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7425 | 2024-12-20T23:20:32.984Z | [ recovery-image] Dec 20 23:20:31.447 INFO O| Dec 20 23:20:31.447 INFO STEP 1019 (remove_files) COMPLETE |
7426 | 2024-12-20T23:20:32.988Z | [ recovery-image] Dec 20 23:20:31.447 INFO O| Dec 20 23:20:31.447 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-12-20T23:20:32.993Z | [ recovery-image] Dec 20 23:20:31.457 INFO O| Dec 20 23:20:31.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7428 | 2024-12-20T23:20:32.997Z | [ recovery-image] Dec 20 23:20:31.457 INFO O| Dec 20 23:20:31.457 INFO STEP 1020 (remove_files) COMPLETE |
7429 | 2024-12-20T23:20:32.997Z | [ recovery-image] Dec 20 23:20:31.457 INFO O| Dec 20 23:20:31.457 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-12-20T23:20:33.004Z | [ recovery-image] Dec 20 23:20:31.467 INFO O| Dec 20 23:20:31.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7431 | 2024-12-20T23:20:33.004Z | [ recovery-image] Dec 20 23:20:31.467 INFO O| Dec 20 23:20:31.467 INFO STEP 1021 (remove_files) COMPLETE |
7432 | 2024-12-20T23:20:33.007Z | [ recovery-image] Dec 20 23:20:31.467 INFO O| Dec 20 23:20:31.467 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-12-20T23:20:33.014Z | [ recovery-image] Dec 20 23:20:31.478 INFO O| Dec 20 23:20:31.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7434 | 2024-12-20T23:20:33.014Z | [ recovery-image] Dec 20 23:20:31.478 INFO O| Dec 20 23:20:31.478 INFO STEP 1022 (remove_files) COMPLETE |
7435 | 2024-12-20T23:20:33.017Z | [ recovery-image] Dec 20 23:20:31.478 INFO O| Dec 20 23:20:31.478 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-12-20T23:20:33.025Z | [ recovery-image] Dec 20 23:20:31.488 INFO O| Dec 20 23:20:31.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7437 | 2024-12-20T23:20:33.025Z | [ recovery-image] Dec 20 23:20:31.488 INFO O| Dec 20 23:20:31.488 INFO STEP 1023 (remove_files) COMPLETE |
7438 | 2024-12-20T23:20:33.025Z | [ recovery-image] Dec 20 23:20:31.488 INFO O| Dec 20 23:20:31.488 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-12-20T23:20:33.035Z | [ recovery-image] Dec 20 23:20:31.498 INFO O| Dec 20 23:20:31.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7440 | 2024-12-20T23:20:33.035Z | [ recovery-image] Dec 20 23:20:31.499 INFO O| Dec 20 23:20:31.499 INFO STEP 1024 (remove_files) COMPLETE |
7441 | 2024-12-20T23:20:33.038Z | [ recovery-image] Dec 20 23:20:31.499 INFO O| Dec 20 23:20:31.499 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-12-20T23:20:33.047Z | [ recovery-image] Dec 20 23:20:31.509 INFO O| Dec 20 23:20:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7443 | 2024-12-20T23:20:33.051Z | [ recovery-image] Dec 20 23:20:31.509 INFO O| Dec 20 23:20:31.509 INFO STEP 1025 (remove_files) COMPLETE |
7444 | 2024-12-20T23:20:33.051Z | [ recovery-image] Dec 20 23:20:31.509 INFO O| Dec 20 23:20:31.509 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-12-20T23:20:33.056Z | [ recovery-image] Dec 20 23:20:31.519 INFO O| Dec 20 23:20:31.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7446 | 2024-12-20T23:20:33.056Z | [ recovery-image] Dec 20 23:20:31.519 INFO O| Dec 20 23:20:31.519 INFO STEP 1026 (remove_files) COMPLETE |
7447 | 2024-12-20T23:20:33.059Z | [ recovery-image] Dec 20 23:20:31.520 INFO O| Dec 20 23:20:31.519 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-12-20T23:20:33.066Z | [ recovery-image] Dec 20 23:20:31.530 INFO O| Dec 20 23:20:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7449 | 2024-12-20T23:20:33.066Z | [ recovery-image] Dec 20 23:20:31.530 INFO O| Dec 20 23:20:31.530 INFO STEP 1027 (remove_files) COMPLETE |
7450 | 2024-12-20T23:20:33.066Z | [ recovery-image] Dec 20 23:20:31.530 INFO O| Dec 20 23:20:31.530 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-12-20T23:20:33.076Z | [ recovery-image] Dec 20 23:20:31.540 INFO O| Dec 20 23:20:31.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7452 | 2024-12-20T23:20:33.077Z | [ recovery-image] Dec 20 23:20:31.540 INFO O| Dec 20 23:20:31.540 INFO STEP 1028 (remove_files) COMPLETE |
7453 | 2024-12-20T23:20:33.079Z | [ recovery-image] Dec 20 23:20:31.540 INFO O| Dec 20 23:20:31.540 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-12-20T23:20:33.086Z | [ recovery-image] Dec 20 23:20:31.550 INFO O| Dec 20 23:20:31.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7455 | 2024-12-20T23:20:33.089Z | [ recovery-image] Dec 20 23:20:31.550 INFO O| Dec 20 23:20:31.550 INFO STEP 1029 (remove_files) COMPLETE |
7456 | 2024-12-20T23:20:33.089Z | [ recovery-image] Dec 20 23:20:31.550 INFO O| Dec 20 23:20:31.550 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-12-20T23:20:33.096Z | [ recovery-image] Dec 20 23:20:31.560 INFO O| Dec 20 23:20:31.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7458 | 2024-12-20T23:20:33.096Z | [ recovery-image] Dec 20 23:20:31.560 INFO O| Dec 20 23:20:31.560 INFO STEP 1030 (remove_files) COMPLETE |
7459 | 2024-12-20T23:20:33.097Z | [ recovery-image] Dec 20 23:20:31.560 INFO O| Dec 20 23:20:31.560 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-12-20T23:20:33.107Z | [ recovery-image] Dec 20 23:20:31.570 INFO O| Dec 20 23:20:31.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7461 | 2024-12-20T23:20:33.107Z | [ recovery-image] Dec 20 23:20:31.570 INFO O| Dec 20 23:20:31.570 INFO STEP 1031 (remove_files) COMPLETE |
7462 | 2024-12-20T23:20:33.109Z | [ recovery-image] Dec 20 23:20:31.570 INFO O| Dec 20 23:20:31.570 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-12-20T23:20:33.116Z | [ recovery-image] Dec 20 23:20:31.580 INFO O| Dec 20 23:20:31.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7464 | 2024-12-20T23:20:33.117Z | [ recovery-image] Dec 20 23:20:31.580 INFO O| Dec 20 23:20:31.580 INFO STEP 1032 (remove_files) COMPLETE |
7465 | 2024-12-20T23:20:33.117Z | [ recovery-image] Dec 20 23:20:31.580 INFO O| Dec 20 23:20:31.580 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-12-20T23:20:33.137Z | [ recovery-image] Dec 20 23:20:31.590 INFO O| Dec 20 23:20:31.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7467 | 2024-12-20T23:20:33.137Z | [ recovery-image] Dec 20 23:20:31.590 INFO O| Dec 20 23:20:31.590 INFO STEP 1033 (remove_files) COMPLETE |
7468 | 2024-12-20T23:20:33.141Z | [ recovery-image] Dec 20 23:20:31.590 INFO O| Dec 20 23:20:31.590 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-12-20T23:20:33.141Z | [ recovery-image] Dec 20 23:20:31.600 INFO O| Dec 20 23:20:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7470 | 2024-12-20T23:20:33.141Z | [ recovery-image] Dec 20 23:20:31.600 INFO O| Dec 20 23:20:31.600 INFO STEP 1034 (remove_files) COMPLETE |
7471 | 2024-12-20T23:20:33.141Z | [ recovery-image] Dec 20 23:20:31.600 INFO O| Dec 20 23:20:31.600 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-12-20T23:20:33.148Z | [ recovery-image] Dec 20 23:20:31.610 INFO O| Dec 20 23:20:31.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7473 | 2024-12-20T23:20:33.148Z | [ recovery-image] Dec 20 23:20:31.611 INFO O| Dec 20 23:20:31.611 INFO STEP 1035 (remove_files) COMPLETE |
7474 | 2024-12-20T23:20:33.148Z | [ recovery-image] Dec 20 23:20:31.611 INFO O| Dec 20 23:20:31.611 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-12-20T23:20:33.157Z | [ recovery-image] Dec 20 23:20:31.621 INFO O| Dec 20 23:20:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7476 | 2024-12-20T23:20:33.157Z | [ recovery-image] Dec 20 23:20:31.621 INFO O| Dec 20 23:20:31.621 INFO STEP 1036 (remove_files) COMPLETE |
7477 | 2024-12-20T23:20:33.160Z | [ recovery-image] Dec 20 23:20:31.621 INFO O| Dec 20 23:20:31.621 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-12-20T23:20:33.168Z | [ recovery-image] Dec 20 23:20:31.631 INFO O| Dec 20 23:20:31.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7479 | 2024-12-20T23:20:33.168Z | [ recovery-image] Dec 20 23:20:31.631 INFO O| Dec 20 23:20:31.631 INFO STEP 1037 (remove_files) COMPLETE |
7480 | 2024-12-20T23:20:33.168Z | [ recovery-image] Dec 20 23:20:31.631 INFO O| Dec 20 23:20:31.631 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-12-20T23:20:33.180Z | [ recovery-image] Dec 20 23:20:31.641 INFO O| Dec 20 23:20:31.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7482 | 2024-12-20T23:20:33.183Z | [ recovery-image] Dec 20 23:20:31.641 INFO O| Dec 20 23:20:31.641 INFO STEP 1038 (remove_files) COMPLETE |
7483 | 2024-12-20T23:20:33.183Z | [ recovery-image] Dec 20 23:20:31.641 INFO O| Dec 20 23:20:31.641 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-12-20T23:20:33.189Z | [ recovery-image] Dec 20 23:20:31.652 INFO O| Dec 20 23:20:31.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7485 | 2024-12-20T23:20:33.189Z | [ recovery-image] Dec 20 23:20:31.652 INFO O| Dec 20 23:20:31.652 INFO STEP 1039 (remove_files) COMPLETE |
7486 | 2024-12-20T23:20:33.189Z | [ recovery-image] Dec 20 23:20:31.652 INFO O| Dec 20 23:20:31.652 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-12-20T23:20:33.199Z | [ recovery-image] Dec 20 23:20:31.662 INFO O| Dec 20 23:20:31.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7488 | 2024-12-20T23:20:33.199Z | [ recovery-image] Dec 20 23:20:31.662 INFO O| Dec 20 23:20:31.662 INFO STEP 1040 (remove_files) COMPLETE |
7489 | 2024-12-20T23:20:33.202Z | [ recovery-image] Dec 20 23:20:31.662 INFO O| Dec 20 23:20:31.662 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-12-20T23:20:33.210Z | [ recovery-image] Dec 20 23:20:31.672 INFO O| Dec 20 23:20:31.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7491 | 2024-12-20T23:20:33.210Z | [ recovery-image] Dec 20 23:20:31.673 INFO O| Dec 20 23:20:31.672 INFO STEP 1041 (remove_files) COMPLETE |
7492 | 2024-12-20T23:20:33.210Z | [ recovery-image] Dec 20 23:20:31.673 INFO O| Dec 20 23:20:31.673 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-12-20T23:20:33.219Z | [ recovery-image] Dec 20 23:20:31.683 INFO O| Dec 20 23:20:31.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7494 | 2024-12-20T23:20:33.222Z | [ recovery-image] Dec 20 23:20:31.683 INFO O| Dec 20 23:20:31.683 INFO STEP 1042 (remove_files) COMPLETE |
7495 | 2024-12-20T23:20:33.222Z | [ recovery-image] Dec 20 23:20:31.683 INFO O| Dec 20 23:20:31.683 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-12-20T23:20:33.229Z | [ recovery-image] Dec 20 23:20:31.693 INFO O| Dec 20 23:20:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7497 | 2024-12-20T23:20:33.230Z | [ recovery-image] Dec 20 23:20:31.693 INFO O| Dec 20 23:20:31.693 INFO STEP 1043 (remove_files) COMPLETE |
7498 | 2024-12-20T23:20:33.233Z | [ recovery-image] Dec 20 23:20:31.693 INFO O| Dec 20 23:20:31.693 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-12-20T23:20:33.240Z | [ recovery-image] Dec 20 23:20:31.703 INFO O| Dec 20 23:20:31.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7500 | 2024-12-20T23:20:33.240Z | [ recovery-image] Dec 20 23:20:31.703 INFO O| Dec 20 23:20:31.703 INFO STEP 1044 (remove_files) COMPLETE |
7501 | 2024-12-20T23:20:33.243Z | [ recovery-image] Dec 20 23:20:31.703 INFO O| Dec 20 23:20:31.703 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-12-20T23:20:33.251Z | [ recovery-image] Dec 20 23:20:31.713 INFO O| Dec 20 23:20:31.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7503 | 2024-12-20T23:20:33.254Z | [ recovery-image] Dec 20 23:20:31.713 INFO O| Dec 20 23:20:31.713 INFO STEP 1045 (remove_files) COMPLETE |
7504 | 2024-12-20T23:20:33.254Z | [ recovery-image] Dec 20 23:20:31.714 INFO O| Dec 20 23:20:31.713 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-12-20T23:20:33.260Z | [ recovery-image] Dec 20 23:20:31.724 INFO O| Dec 20 23:20:31.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7506 | 2024-12-20T23:20:33.260Z | [ recovery-image] Dec 20 23:20:31.724 INFO O| Dec 20 23:20:31.724 INFO STEP 1046 (remove_files) COMPLETE |
7507 | 2024-12-20T23:20:33.263Z | [ recovery-image] Dec 20 23:20:31.724 INFO O| Dec 20 23:20:31.724 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-12-20T23:20:33.270Z | [ recovery-image] Dec 20 23:20:31.734 INFO O| Dec 20 23:20:31.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7509 | 2024-12-20T23:20:33.270Z | [ recovery-image] Dec 20 23:20:31.734 INFO O| Dec 20 23:20:31.734 INFO STEP 1047 (remove_files) COMPLETE |
7510 | 2024-12-20T23:20:33.274Z | [ recovery-image] Dec 20 23:20:31.734 INFO O| Dec 20 23:20:31.734 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-12-20T23:20:33.281Z | [ recovery-image] Dec 20 23:20:31.744 INFO O| Dec 20 23:20:31.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7512 | 2024-12-20T23:20:33.281Z | [ recovery-image] Dec 20 23:20:31.744 INFO O| Dec 20 23:20:31.744 INFO STEP 1048 (remove_files) COMPLETE |
7513 | 2024-12-20T23:20:33.284Z | [ recovery-image] Dec 20 23:20:31.744 INFO O| Dec 20 23:20:31.744 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-12-20T23:20:33.292Z | [ recovery-image] Dec 20 23:20:31.754 INFO O| Dec 20 23:20:31.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7515 | 2024-12-20T23:20:33.292Z | [ recovery-image] Dec 20 23:20:31.755 INFO O| Dec 20 23:20:31.755 INFO STEP 1049 (remove_files) COMPLETE |
7516 | 2024-12-20T23:20:33.292Z | [ recovery-image] Dec 20 23:20:31.755 INFO O| Dec 20 23:20:31.755 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-12-20T23:20:33.301Z | [ recovery-image] Dec 20 23:20:31.765 INFO O| Dec 20 23:20:31.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7518 | 2024-12-20T23:20:33.305Z | [ recovery-image] Dec 20 23:20:31.765 INFO O| Dec 20 23:20:31.765 INFO STEP 1050 (remove_files) COMPLETE |
7519 | 2024-12-20T23:20:33.305Z | [ recovery-image] Dec 20 23:20:31.765 INFO O| Dec 20 23:20:31.765 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-12-20T23:20:33.313Z | [ recovery-image] Dec 20 23:20:31.775 INFO O| Dec 20 23:20:31.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7521 | 2024-12-20T23:20:33.313Z | [ recovery-image] Dec 20 23:20:31.775 INFO O| Dec 20 23:20:31.775 INFO STEP 1051 (remove_files) COMPLETE |
7522 | 2024-12-20T23:20:33.316Z | [ recovery-image] Dec 20 23:20:31.775 INFO O| Dec 20 23:20:31.775 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-12-20T23:20:33.322Z | [ recovery-image] Dec 20 23:20:31.785 INFO O| Dec 20 23:20:31.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7524 | 2024-12-20T23:20:33.322Z | [ recovery-image] Dec 20 23:20:31.785 INFO O| Dec 20 23:20:31.785 INFO STEP 1052 (remove_files) COMPLETE |
7525 | 2024-12-20T23:20:33.322Z | [ recovery-image] Dec 20 23:20:31.785 INFO O| Dec 20 23:20:31.785 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-12-20T23:20:33.332Z | [ recovery-image] Dec 20 23:20:31.795 INFO O| Dec 20 23:20:31.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7527 | 2024-12-20T23:20:33.332Z | [ recovery-image] Dec 20 23:20:31.795 INFO O| Dec 20 23:20:31.795 INFO STEP 1053 (remove_files) COMPLETE |
7528 | 2024-12-20T23:20:33.335Z | [ recovery-image] Dec 20 23:20:31.795 INFO O| Dec 20 23:20:31.795 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-12-20T23:20:33.342Z | [ recovery-image] Dec 20 23:20:31.806 INFO O| Dec 20 23:20:31.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7530 | 2024-12-20T23:20:33.342Z | [ recovery-image] Dec 20 23:20:31.806 INFO O| Dec 20 23:20:31.806 INFO STEP 1054 (remove_files) COMPLETE |
7531 | 2024-12-20T23:20:33.346Z | [ recovery-image] Dec 20 23:20:31.806 INFO O| Dec 20 23:20:31.806 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-12-20T23:20:33.353Z | [ recovery-image] Dec 20 23:20:31.816 INFO O| Dec 20 23:20:31.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7533 | 2024-12-20T23:20:33.353Z | [ recovery-image] Dec 20 23:20:31.816 INFO O| Dec 20 23:20:31.816 INFO STEP 1055 (remove_files) COMPLETE |
7534 | 2024-12-20T23:20:33.356Z | [ recovery-image] Dec 20 23:20:31.816 INFO O| Dec 20 23:20:31.816 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-12-20T23:20:33.366Z | [ recovery-image] Dec 20 23:20:31.827 INFO O| Dec 20 23:20:31.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7536 | 2024-12-20T23:20:33.369Z | [ recovery-image] Dec 20 23:20:31.827 INFO O| Dec 20 23:20:31.827 INFO STEP 1056 (remove_files) COMPLETE |
7537 | 2024-12-20T23:20:33.369Z | [ recovery-image] Dec 20 23:20:31.827 INFO O| Dec 20 23:20:31.827 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-12-20T23:20:33.374Z | [ recovery-image] Dec 20 23:20:31.838 INFO O| Dec 20 23:20:31.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7539 | 2024-12-20T23:20:33.375Z | [ recovery-image] Dec 20 23:20:31.838 INFO O| Dec 20 23:20:31.838 INFO STEP 1057 (remove_files) COMPLETE |
7540 | 2024-12-20T23:20:33.377Z | [ recovery-image] Dec 20 23:20:31.838 INFO O| Dec 20 23:20:31.838 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-12-20T23:20:33.387Z | [ recovery-image] Dec 20 23:20:31.851 INFO O| Dec 20 23:20:31.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7542 | 2024-12-20T23:20:33.387Z | [ recovery-image] Dec 20 23:20:31.851 INFO O| Dec 20 23:20:31.851 INFO STEP 1058 (remove_files) COMPLETE |
7543 | 2024-12-20T23:20:33.390Z | [ recovery-image] Dec 20 23:20:31.851 INFO O| Dec 20 23:20:31.851 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-12-20T23:20:33.398Z | [ recovery-image] Dec 20 23:20:31.861 INFO O| Dec 20 23:20:31.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7545 | 2024-12-20T23:20:33.398Z | [ recovery-image] Dec 20 23:20:31.861 INFO O| Dec 20 23:20:31.861 INFO STEP 1059 (remove_files) COMPLETE |
7546 | 2024-12-20T23:20:33.401Z | [ recovery-image] Dec 20 23:20:31.861 INFO O| Dec 20 23:20:31.861 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-12-20T23:20:33.408Z | [ recovery-image] Dec 20 23:20:31.871 INFO O| Dec 20 23:20:31.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7548 | 2024-12-20T23:20:33.408Z | [ recovery-image] Dec 20 23:20:31.872 INFO O| Dec 20 23:20:31.872 INFO STEP 1060 (remove_files) COMPLETE |
7549 | 2024-12-20T23:20:33.408Z | [ recovery-image] Dec 20 23:20:31.872 INFO O| Dec 20 23:20:31.872 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-12-20T23:20:33.418Z | [ recovery-image] Dec 20 23:20:31.882 INFO O| Dec 20 23:20:31.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7551 | 2024-12-20T23:20:33.418Z | [ recovery-image] Dec 20 23:20:31.882 INFO O| Dec 20 23:20:31.882 INFO STEP 1061 (remove_files) COMPLETE |
7552 | 2024-12-20T23:20:33.418Z | [ recovery-image] Dec 20 23:20:31.882 INFO O| Dec 20 23:20:31.882 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-12-20T23:20:33.429Z | [ recovery-image] Dec 20 23:20:31.892 INFO O| Dec 20 23:20:31.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7554 | 2024-12-20T23:20:33.429Z | [ recovery-image] Dec 20 23:20:31.892 INFO O| Dec 20 23:20:31.892 INFO STEP 1062 (remove_files) COMPLETE |
7555 | 2024-12-20T23:20:33.429Z | [ recovery-image] Dec 20 23:20:31.892 INFO O| Dec 20 23:20:31.892 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-12-20T23:20:33.438Z | [ recovery-image] Dec 20 23:20:31.902 INFO O| Dec 20 23:20:31.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7557 | 2024-12-20T23:20:33.438Z | [ recovery-image] Dec 20 23:20:31.902 INFO O| Dec 20 23:20:31.902 INFO STEP 1063 (remove_files) COMPLETE |
7558 | 2024-12-20T23:20:33.441Z | [ recovery-image] Dec 20 23:20:31.902 INFO O| Dec 20 23:20:31.902 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-12-20T23:20:33.448Z | [ recovery-image] Dec 20 23:20:31.912 INFO O| Dec 20 23:20:31.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7560 | 2024-12-20T23:20:33.451Z | [ recovery-image] Dec 20 23:20:31.912 INFO O| Dec 20 23:20:31.912 INFO STEP 1064 (remove_files) COMPLETE |
7561 | 2024-12-20T23:20:33.451Z | [ recovery-image] Dec 20 23:20:31.912 INFO O| Dec 20 23:20:31.912 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-12-20T23:20:33.458Z | [ recovery-image] Dec 20 23:20:31.922 INFO O| Dec 20 23:20:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7563 | 2024-12-20T23:20:33.458Z | [ recovery-image] Dec 20 23:20:31.922 INFO O| Dec 20 23:20:31.922 INFO STEP 1065 (remove_files) COMPLETE |
7564 | 2024-12-20T23:20:33.461Z | [ recovery-image] Dec 20 23:20:31.922 INFO O| Dec 20 23:20:31.922 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7565 | 2024-12-20T23:20:33.469Z | [ recovery-image] Dec 20 23:20:31.933 INFO O| Dec 20 23:20:31.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7566 | 2024-12-20T23:20:33.470Z | [ recovery-image] Dec 20 23:20:31.933 INFO O| Dec 20 23:20:31.933 INFO STEP 1066 (remove_files) COMPLETE |
7567 | 2024-12-20T23:20:33.470Z | [ recovery-image] Dec 20 23:20:31.933 INFO O| Dec 20 23:20:31.933 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7568 | 2024-12-20T23:20:33.481Z | [ recovery-image] Dec 20 23:20:31.944 INFO O| Dec 20 23:20:31.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7569 | 2024-12-20T23:20:33.483Z | [ recovery-image] Dec 20 23:20:31.945 INFO O| Dec 20 23:20:31.945 INFO STEP 1067 (remove_files) COMPLETE |
7570 | 2024-12-20T23:20:33.483Z | [ recovery-image] Dec 20 23:20:31.945 INFO O| Dec 20 23:20:31.945 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7571 | 2024-12-20T23:20:33.492Z | [ recovery-image] Dec 20 23:20:31.956 INFO O| Dec 20 23:20:31.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7572 | 2024-12-20T23:20:33.492Z | [ recovery-image] Dec 20 23:20:31.956 INFO O| Dec 20 23:20:31.956 INFO STEP 1068 (remove_files) COMPLETE |
7573 | 2024-12-20T23:20:33.495Z | [ recovery-image] Dec 20 23:20:31.956 INFO O| Dec 20 23:20:31.956 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7574 | 2024-12-20T23:20:33.503Z | [ recovery-image] Dec 20 23:20:31.966 INFO O| Dec 20 23:20:31.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7575 | 2024-12-20T23:20:33.503Z | [ recovery-image] Dec 20 23:20:31.966 INFO O| Dec 20 23:20:31.966 INFO STEP 1069 (remove_files) COMPLETE |
7576 | 2024-12-20T23:20:33.503Z | [ recovery-image] Dec 20 23:20:31.966 INFO O| Dec 20 23:20:31.966 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7577 | 2024-12-20T23:20:33.513Z | [ recovery-image] Dec 20 23:20:31.977 INFO O| Dec 20 23:20:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7578 | 2024-12-20T23:20:33.513Z | [ recovery-image] Dec 20 23:20:31.977 INFO O| Dec 20 23:20:31.977 INFO STEP 1070 (remove_files) COMPLETE |
7579 | 2024-12-20T23:20:33.516Z | [ recovery-image] Dec 20 23:20:31.977 INFO O| Dec 20 23:20:31.977 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7580 | 2024-12-20T23:20:33.524Z | [ recovery-image] Dec 20 23:20:31.987 INFO O| Dec 20 23:20:31.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7581 | 2024-12-20T23:20:33.524Z | [ recovery-image] Dec 20 23:20:31.987 INFO O| Dec 20 23:20:31.987 INFO STEP 1071 (remove_files) COMPLETE |
7582 | 2024-12-20T23:20:33.524Z | [ recovery-image] Dec 20 23:20:31.987 INFO O| Dec 20 23:20:31.987 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7583 | 2024-12-20T23:20:33.535Z | [ recovery-image] Dec 20 23:20:31.998 INFO O| Dec 20 23:20:31.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7584 | 2024-12-20T23:20:33.535Z | [ recovery-image] Dec 20 23:20:31.998 INFO O| Dec 20 23:20:31.998 INFO STEP 1072 (remove_files) COMPLETE |
7585 | 2024-12-20T23:20:33.535Z | [ recovery-image] Dec 20 23:20:31.998 INFO O| Dec 20 23:20:31.998 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7586 | 2024-12-20T23:20:33.545Z | [ recovery-image] Dec 20 23:20:32.009 INFO O| Dec 20 23:20:32.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7587 | 2024-12-20T23:20:33.546Z | [ recovery-image] Dec 20 23:20:32.009 INFO O| Dec 20 23:20:32.009 INFO STEP 1073 (remove_files) COMPLETE |
7588 | 2024-12-20T23:20:33.546Z | [ recovery-image] Dec 20 23:20:32.009 INFO O| Dec 20 23:20:32.009 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7589 | 2024-12-20T23:20:33.577Z | [ recovery-image] Dec 20 23:20:32.041 INFO O| Dec 20 23:20:32.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7590 | 2024-12-20T23:20:33.580Z | [ recovery-image] Dec 20 23:20:32.041 INFO O| Dec 20 23:20:32.041 INFO STEP 1074 (remove_files) COMPLETE |
7591 | 2024-12-20T23:20:33.580Z | [ recovery-image] Dec 20 23:20:32.041 INFO O| Dec 20 23:20:32.041 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7592 | 2024-12-20T23:20:33.600Z | [ recovery-image] Dec 20 23:20:32.059 INFO O| Dec 20 23:20:32.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7593 | 2024-12-20T23:20:33.604Z | [ recovery-image] Dec 20 23:20:32.059 INFO O| Dec 20 23:20:32.059 INFO STEP 1075 (remove_files) COMPLETE |
7594 | 2024-12-20T23:20:33.607Z | [ recovery-image] Dec 20 23:20:32.059 INFO O| Dec 20 23:20:32.059 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7595 | 2024-12-20T23:20:33.614Z | [ recovery-image] Dec 20 23:20:32.076 INFO O| Dec 20 23:20:32.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7596 | 2024-12-20T23:20:33.614Z | [ recovery-image] Dec 20 23:20:32.076 INFO O| Dec 20 23:20:32.076 INFO STEP 1076 (remove_files) COMPLETE |
7597 | 2024-12-20T23:20:33.614Z | [ recovery-image] Dec 20 23:20:32.076 INFO O| Dec 20 23:20:32.076 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7598 | 2024-12-20T23:20:33.634Z | [ recovery-image] Dec 20 23:20:32.095 INFO O| Dec 20 23:20:32.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7599 | 2024-12-20T23:20:33.638Z | [ recovery-image] Dec 20 23:20:32.095 INFO O| Dec 20 23:20:32.094 INFO STEP 1077 (remove_files) COMPLETE |
7600 | 2024-12-20T23:20:33.640Z | [ recovery-image] Dec 20 23:20:32.095 INFO O| Dec 20 23:20:32.094 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7601 | 2024-12-20T23:20:33.658Z | [ recovery-image] Dec 20 23:20:32.116 INFO O| Dec 20 23:20:32.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7602 | 2024-12-20T23:20:33.661Z | [ recovery-image] Dec 20 23:20:32.116 INFO O| Dec 20 23:20:32.114 INFO STEP 1078 (remove_files) COMPLETE |
7603 | 2024-12-20T23:20:33.664Z | [ recovery-image] Dec 20 23:20:32.116 INFO O| Dec 20 23:20:32.114 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7604 | 2024-12-20T23:20:33.690Z | [ recovery-image] Dec 20 23:20:32.152 INFO O| Dec 20 23:20:32.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7605 | 2024-12-20T23:20:33.692Z | [ recovery-image] Dec 20 23:20:32.153 INFO O| Dec 20 23:20:32.152 INFO STEP 1079 (remove_files) COMPLETE |
7606 | 2024-12-20T23:20:33.693Z | [ recovery-image] Dec 20 23:20:32.153 INFO O| Dec 20 23:20:32.153 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7607 | 2024-12-20T23:20:33.711Z | [ recovery-image] Dec 20 23:20:32.173 INFO O| Dec 20 23:20:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7608 | 2024-12-20T23:20:33.711Z | [ recovery-image] Dec 20 23:20:32.173 INFO O| Dec 20 23:20:32.173 INFO STEP 1080 (remove_files) COMPLETE |
7609 | 2024-12-20T23:20:33.711Z | [ recovery-image] Dec 20 23:20:32.173 INFO O| Dec 20 23:20:32.173 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7610 | 2024-12-20T23:20:33.731Z | [ recovery-image] Dec 20 23:20:32.194 INFO O| Dec 20 23:20:32.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7611 | 2024-12-20T23:20:33.731Z | [ recovery-image] Dec 20 23:20:32.194 INFO O| Dec 20 23:20:32.194 INFO STEP 1081 (remove_files) COMPLETE |
7612 | 2024-12-20T23:20:33.734Z | [ recovery-image] Dec 20 23:20:32.195 INFO O| Dec 20 23:20:32.194 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7613 | 2024-12-20T23:20:33.744Z | [ recovery-image] Dec 20 23:20:32.208 INFO O| Dec 20 23:20:32.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7614 | 2024-12-20T23:20:33.748Z | [ recovery-image] Dec 20 23:20:32.208 INFO O| Dec 20 23:20:32.208 INFO STEP 1082 (remove_files) COMPLETE |
7615 | 2024-12-20T23:20:33.748Z | [ recovery-image] Dec 20 23:20:32.208 INFO O| Dec 20 23:20:32.208 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7616 | 2024-12-20T23:20:33.757Z | [ recovery-image] Dec 20 23:20:32.219 INFO O| Dec 20 23:20:32.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7617 | 2024-12-20T23:20:33.760Z | [ recovery-image] Dec 20 23:20:32.219 INFO O| Dec 20 23:20:32.219 INFO STEP 1083 (remove_files) COMPLETE |
7618 | 2024-12-20T23:20:33.760Z | [ recovery-image] Dec 20 23:20:32.219 INFO O| Dec 20 23:20:32.219 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7619 | 2024-12-20T23:20:33.770Z | [ recovery-image] Dec 20 23:20:32.233 INFO O| Dec 20 23:20:32.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7620 | 2024-12-20T23:20:33.770Z | [ recovery-image] Dec 20 23:20:32.234 INFO O| Dec 20 23:20:32.233 INFO STEP 1084 (remove_files) COMPLETE |
7621 | 2024-12-20T23:20:33.770Z | [ recovery-image] Dec 20 23:20:32.234 INFO O| Dec 20 23:20:32.233 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-12-20T23:20:33.782Z | [ recovery-image] Dec 20 23:20:32.246 INFO O| Dec 20 23:20:32.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7623 | 2024-12-20T23:20:33.782Z | [ recovery-image] Dec 20 23:20:32.246 INFO O| Dec 20 23:20:32.246 INFO STEP 1085 (remove_files) COMPLETE |
7624 | 2024-12-20T23:20:33.785Z | [ recovery-image] Dec 20 23:20:32.246 INFO O| Dec 20 23:20:32.246 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-12-20T23:20:33.795Z | [ recovery-image] Dec 20 23:20:32.258 INFO O| Dec 20 23:20:32.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7626 | 2024-12-20T23:20:33.795Z | [ recovery-image] Dec 20 23:20:32.258 INFO O| Dec 20 23:20:32.258 INFO STEP 1086 (remove_files) COMPLETE |
7627 | 2024-12-20T23:20:33.797Z | [ recovery-image] Dec 20 23:20:32.258 INFO O| Dec 20 23:20:32.258 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-12-20T23:20:33.805Z | [ recovery-image] Dec 20 23:20:32.269 INFO O| Dec 20 23:20:32.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7629 | 2024-12-20T23:20:33.805Z | [ recovery-image] Dec 20 23:20:32.269 INFO O| Dec 20 23:20:32.269 INFO STEP 1087 (remove_files) COMPLETE |
7630 | 2024-12-20T23:20:33.805Z | [ recovery-image] Dec 20 23:20:32.269 INFO O| Dec 20 23:20:32.269 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-12-20T23:20:33.816Z | [ recovery-image] Dec 20 23:20:32.279 INFO O| Dec 20 23:20:32.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7632 | 2024-12-20T23:20:33.816Z | [ recovery-image] Dec 20 23:20:32.279 INFO O| Dec 20 23:20:32.279 INFO STEP 1088 (remove_files) COMPLETE |
7633 | 2024-12-20T23:20:33.818Z | [ recovery-image] Dec 20 23:20:32.279 INFO O| Dec 20 23:20:32.279 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-12-20T23:20:33.826Z | [ recovery-image] Dec 20 23:20:32.289 INFO O| Dec 20 23:20:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7635 | 2024-12-20T23:20:33.826Z | [ recovery-image] Dec 20 23:20:32.290 INFO O| Dec 20 23:20:32.289 INFO STEP 1089 (remove_files) COMPLETE |
7636 | 2024-12-20T23:20:33.826Z | [ recovery-image] Dec 20 23:20:32.290 INFO O| Dec 20 23:20:32.289 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-12-20T23:20:33.837Z | [ recovery-image] Dec 20 23:20:32.301 INFO O| Dec 20 23:20:32.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7638 | 2024-12-20T23:20:33.837Z | [ recovery-image] Dec 20 23:20:32.301 INFO O| Dec 20 23:20:32.301 INFO STEP 1090 (remove_files) COMPLETE |
7639 | 2024-12-20T23:20:33.837Z | [ recovery-image] Dec 20 23:20:32.301 INFO O| Dec 20 23:20:32.301 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-12-20T23:20:33.850Z | [ recovery-image] Dec 20 23:20:32.314 INFO O| Dec 20 23:20:32.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7641 | 2024-12-20T23:20:33.850Z | [ recovery-image] Dec 20 23:20:32.314 INFO O| Dec 20 23:20:32.314 INFO STEP 1091 (remove_files) COMPLETE |
7642 | 2024-12-20T23:20:33.850Z | [ recovery-image] Dec 20 23:20:32.314 INFO O| Dec 20 23:20:32.314 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-12-20T23:20:33.862Z | [ recovery-image] Dec 20 23:20:32.325 INFO O| Dec 20 23:20:32.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7644 | 2024-12-20T23:20:33.862Z | [ recovery-image] Dec 20 23:20:32.325 INFO O| Dec 20 23:20:32.325 INFO STEP 1092 (remove_files) COMPLETE |
7645 | 2024-12-20T23:20:33.864Z | [ recovery-image] Dec 20 23:20:32.325 INFO O| Dec 20 23:20:32.325 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-12-20T23:20:33.875Z | [ recovery-image] Dec 20 23:20:32.338 INFO O| Dec 20 23:20:32.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7647 | 2024-12-20T23:20:33.875Z | [ recovery-image] Dec 20 23:20:32.338 INFO O| Dec 20 23:20:32.338 INFO STEP 1093 (remove_files) COMPLETE |
7648 | 2024-12-20T23:20:33.878Z | [ recovery-image] Dec 20 23:20:32.338 INFO O| Dec 20 23:20:32.338 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-12-20T23:20:33.887Z | [ recovery-image] Dec 20 23:20:32.350 INFO O| Dec 20 23:20:32.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7650 | 2024-12-20T23:20:33.889Z | [ recovery-image] Dec 20 23:20:32.351 INFO O| Dec 20 23:20:32.351 INFO STEP 1094 (remove_files) COMPLETE |
7651 | 2024-12-20T23:20:33.889Z | [ recovery-image] Dec 20 23:20:32.351 INFO O| Dec 20 23:20:32.351 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-12-20T23:20:33.900Z | [ recovery-image] Dec 20 23:20:32.364 INFO O| Dec 20 23:20:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7653 | 2024-12-20T23:20:33.900Z | [ recovery-image] Dec 20 23:20:32.364 INFO O| Dec 20 23:20:32.364 INFO STEP 1095 (remove_files) COMPLETE |
7654 | 2024-12-20T23:20:33.900Z | [ recovery-image] Dec 20 23:20:32.364 INFO O| Dec 20 23:20:32.364 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-12-20T23:20:33.914Z | [ recovery-image] Dec 20 23:20:32.377 INFO O| Dec 20 23:20:32.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7656 | 2024-12-20T23:20:33.914Z | [ recovery-image] Dec 20 23:20:32.377 INFO O| Dec 20 23:20:32.377 INFO STEP 1096 (remove_files) COMPLETE |
7657 | 2024-12-20T23:20:33.917Z | [ recovery-image] Dec 20 23:20:32.377 INFO O| Dec 20 23:20:32.377 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-12-20T23:20:33.928Z | [ recovery-image] Dec 20 23:20:32.391 INFO O| Dec 20 23:20:32.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7659 | 2024-12-20T23:20:33.928Z | [ recovery-image] Dec 20 23:20:32.391 INFO O| Dec 20 23:20:32.391 INFO STEP 1097 (remove_files) COMPLETE |
7660 | 2024-12-20T23:20:33.931Z | [ recovery-image] Dec 20 23:20:32.391 INFO O| Dec 20 23:20:32.391 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-12-20T23:20:33.941Z | [ recovery-image] Dec 20 23:20:32.405 INFO O| Dec 20 23:20:32.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7662 | 2024-12-20T23:20:33.941Z | [ recovery-image] Dec 20 23:20:32.405 INFO O| Dec 20 23:20:32.405 INFO STEP 1098 (remove_files) COMPLETE |
7663 | 2024-12-20T23:20:33.941Z | [ recovery-image] Dec 20 23:20:32.405 INFO O| Dec 20 23:20:32.405 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-12-20T23:20:33.956Z | [ recovery-image] Dec 20 23:20:32.419 INFO O| Dec 20 23:20:32.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7665 | 2024-12-20T23:20:33.956Z | [ recovery-image] Dec 20 23:20:32.420 INFO O| Dec 20 23:20:32.420 INFO STEP 1099 (remove_files) COMPLETE |
7666 | 2024-12-20T23:20:33.959Z | [ recovery-image] Dec 20 23:20:32.420 INFO O| Dec 20 23:20:32.420 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-12-20T23:20:33.970Z | [ recovery-image] Dec 20 23:20:32.434 INFO O| Dec 20 23:20:32.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7668 | 2024-12-20T23:20:33.970Z | [ recovery-image] Dec 20 23:20:32.434 INFO O| Dec 20 23:20:32.434 INFO STEP 1100 (remove_files) COMPLETE |
7669 | 2024-12-20T23:20:33.970Z | [ recovery-image] Dec 20 23:20:32.434 INFO O| Dec 20 23:20:32.434 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-12-20T23:20:33.984Z | [ recovery-image] Dec 20 23:20:32.448 INFO O| Dec 20 23:20:32.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7671 | 2024-12-20T23:20:33.987Z | [ recovery-image] Dec 20 23:20:32.448 INFO O| Dec 20 23:20:32.448 INFO STEP 1101 (remove_files) COMPLETE |
7672 | 2024-12-20T23:20:33.987Z | [ recovery-image] Dec 20 23:20:32.448 INFO O| Dec 20 23:20:32.448 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-12-20T23:20:33.998Z | [ recovery-image] Dec 20 23:20:32.462 INFO O| Dec 20 23:20:32.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7674 | 2024-12-20T23:20:33.998Z | [ recovery-image] Dec 20 23:20:32.462 INFO O| Dec 20 23:20:32.462 INFO STEP 1102 (remove_files) COMPLETE |
7675 | 2024-12-20T23:20:33.998Z | [ recovery-image] Dec 20 23:20:32.462 INFO O| Dec 20 23:20:32.462 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-12-20T23:20:34.011Z | [ recovery-image] Dec 20 23:20:32.475 INFO O| Dec 20 23:20:32.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7677 | 2024-12-20T23:20:34.012Z | [ recovery-image] Dec 20 23:20:32.475 INFO O| Dec 20 23:20:32.475 INFO STEP 1103 (remove_files) COMPLETE |
7678 | 2024-12-20T23:20:34.012Z | [ recovery-image] Dec 20 23:20:32.475 INFO O| Dec 20 23:20:32.475 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7679 | 2024-12-20T23:20:34.023Z | [ recovery-image] Dec 20 23:20:32.486 INFO O| Dec 20 23:20:32.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7680 | 2024-12-20T23:20:34.023Z | [ recovery-image] Dec 20 23:20:32.486 INFO O| Dec 20 23:20:32.486 INFO STEP 1104 (remove_files) COMPLETE |
7681 | 2024-12-20T23:20:34.023Z | [ recovery-image] Dec 20 23:20:32.486 INFO O| Dec 20 23:20:32.486 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-12-20T23:20:34.035Z | [ recovery-image] Dec 20 23:20:32.499 INFO O| Dec 20 23:20:32.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7683 | 2024-12-20T23:20:34.035Z | [ recovery-image] Dec 20 23:20:32.499 INFO O| Dec 20 23:20:32.499 INFO STEP 1105 (remove_files) COMPLETE |
7684 | 2024-12-20T23:20:34.038Z | [ recovery-image] Dec 20 23:20:32.499 INFO O| Dec 20 23:20:32.499 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7685 | 2024-12-20T23:20:34.049Z | [ recovery-image] Dec 20 23:20:32.513 INFO O| Dec 20 23:20:32.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7686 | 2024-12-20T23:20:34.049Z | [ recovery-image] Dec 20 23:20:32.513 INFO O| Dec 20 23:20:32.513 INFO STEP 1106 (remove_files) COMPLETE |
7687 | 2024-12-20T23:20:34.049Z | [ recovery-image] Dec 20 23:20:32.513 INFO O| Dec 20 23:20:32.513 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7688 | 2024-12-20T23:20:34.063Z | [ recovery-image] Dec 20 23:20:32.526 INFO O| Dec 20 23:20:32.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7689 | 2024-12-20T23:20:34.063Z | [ recovery-image] Dec 20 23:20:32.526 INFO O| Dec 20 23:20:32.526 INFO STEP 1107 (remove_files) COMPLETE |
7690 | 2024-12-20T23:20:34.063Z | [ recovery-image] Dec 20 23:20:32.527 INFO O| Dec 20 23:20:32.526 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7691 | 2024-12-20T23:20:34.076Z | [ recovery-image] Dec 20 23:20:32.540 INFO O| Dec 20 23:20:32.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7692 | 2024-12-20T23:20:34.076Z | [ recovery-image] Dec 20 23:20:32.540 INFO O| Dec 20 23:20:32.540 INFO STEP 1108 (remove_files) COMPLETE |
7693 | 2024-12-20T23:20:34.076Z | [ recovery-image] Dec 20 23:20:32.540 INFO O| Dec 20 23:20:32.540 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7694 | 2024-12-20T23:20:34.091Z | [ recovery-image] Dec 20 23:20:32.554 INFO O| Dec 20 23:20:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7695 | 2024-12-20T23:20:34.091Z | [ recovery-image] Dec 20 23:20:32.554 INFO O| Dec 20 23:20:32.554 INFO STEP 1109 (remove_files) COMPLETE |
7696 | 2024-12-20T23:20:34.091Z | [ recovery-image] Dec 20 23:20:32.554 INFO O| Dec 20 23:20:32.554 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7697 | 2024-12-20T23:20:34.103Z | [ recovery-image] Dec 20 23:20:32.566 INFO O| Dec 20 23:20:32.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7698 | 2024-12-20T23:20:34.103Z | [ recovery-image] Dec 20 23:20:32.566 INFO O| Dec 20 23:20:32.566 INFO STEP 1110 (remove_files) COMPLETE |
7699 | 2024-12-20T23:20:34.105Z | [ recovery-image] Dec 20 23:20:32.566 INFO O| Dec 20 23:20:32.566 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7700 | 2024-12-20T23:20:34.116Z | [ recovery-image] Dec 20 23:20:32.579 INFO O| Dec 20 23:20:32.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7701 | 2024-12-20T23:20:34.119Z | [ recovery-image] Dec 20 23:20:32.579 INFO O| Dec 20 23:20:32.579 INFO STEP 1111 (remove_files) COMPLETE |
7702 | 2024-12-20T23:20:34.119Z | [ recovery-image] Dec 20 23:20:32.579 INFO O| Dec 20 23:20:32.579 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7703 | 2024-12-20T23:20:34.129Z | [ recovery-image] Dec 20 23:20:32.593 INFO O| Dec 20 23:20:32.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7704 | 2024-12-20T23:20:34.129Z | [ recovery-image] Dec 20 23:20:32.593 INFO O| Dec 20 23:20:32.593 INFO STEP 1112 (remove_files) COMPLETE |
7705 | 2024-12-20T23:20:34.132Z | [ recovery-image] Dec 20 23:20:32.593 INFO O| Dec 20 23:20:32.593 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7706 | 2024-12-20T23:20:34.143Z | [ recovery-image] Dec 20 23:20:32.606 INFO O| Dec 20 23:20:32.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7707 | 2024-12-20T23:20:34.143Z | [ recovery-image] Dec 20 23:20:32.606 INFO O| Dec 20 23:20:32.606 INFO STEP 1113 (remove_files) COMPLETE |
7708 | 2024-12-20T23:20:34.146Z | [ recovery-image] Dec 20 23:20:32.606 INFO O| Dec 20 23:20:32.606 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7709 | 2024-12-20T23:20:34.157Z | [ recovery-image] Dec 20 23:20:32.620 INFO O| Dec 20 23:20:32.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7710 | 2024-12-20T23:20:34.160Z | [ recovery-image] Dec 20 23:20:32.621 INFO O| Dec 20 23:20:32.620 INFO STEP 1114 (remove_files) COMPLETE |
7711 | 2024-12-20T23:20:34.160Z | [ recovery-image] Dec 20 23:20:32.621 INFO O| Dec 20 23:20:32.620 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7712 | 2024-12-20T23:20:34.169Z | [ recovery-image] Dec 20 23:20:32.632 INFO O| Dec 20 23:20:32.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7713 | 2024-12-20T23:20:34.170Z | [ recovery-image] Dec 20 23:20:32.632 INFO O| Dec 20 23:20:32.632 INFO STEP 1115 (remove_files) COMPLETE |
7714 | 2024-12-20T23:20:34.170Z | [ recovery-image] Dec 20 23:20:32.632 INFO O| Dec 20 23:20:32.632 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7715 | 2024-12-20T23:20:34.180Z | [ recovery-image] Dec 20 23:20:32.644 INFO O| Dec 20 23:20:32.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7716 | 2024-12-20T23:20:34.180Z | [ recovery-image] Dec 20 23:20:32.644 INFO O| Dec 20 23:20:32.644 INFO STEP 1116 (remove_files) COMPLETE |
7717 | 2024-12-20T23:20:34.183Z | [ recovery-image] Dec 20 23:20:32.644 INFO O| Dec 20 23:20:32.644 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7718 | 2024-12-20T23:20:34.194Z | [ recovery-image] Dec 20 23:20:32.657 INFO O| Dec 20 23:20:32.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7719 | 2024-12-20T23:20:34.196Z | [ recovery-image] Dec 20 23:20:32.657 INFO O| Dec 20 23:20:32.657 INFO STEP 1117 (remove_files) COMPLETE |
7720 | 2024-12-20T23:20:34.196Z | [ recovery-image] Dec 20 23:20:32.657 INFO O| Dec 20 23:20:32.657 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7721 | 2024-12-20T23:20:34.207Z | [ recovery-image] Dec 20 23:20:32.671 INFO O| Dec 20 23:20:32.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7722 | 2024-12-20T23:20:34.207Z | [ recovery-image] Dec 20 23:20:32.671 INFO O| Dec 20 23:20:32.671 INFO STEP 1118 (remove_files) COMPLETE |
7723 | 2024-12-20T23:20:34.207Z | [ recovery-image] Dec 20 23:20:32.671 INFO O| Dec 20 23:20:32.671 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7724 | 2024-12-20T23:20:34.221Z | [ recovery-image] Dec 20 23:20:32.684 INFO O| Dec 20 23:20:32.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7725 | 2024-12-20T23:20:34.221Z | [ recovery-image] Dec 20 23:20:32.684 INFO O| Dec 20 23:20:32.684 INFO STEP 1119 (remove_files) COMPLETE |
7726 | 2024-12-20T23:20:34.221Z | [ recovery-image] Dec 20 23:20:32.684 INFO O| Dec 20 23:20:32.684 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7727 | 2024-12-20T23:20:34.235Z | [ recovery-image] Dec 20 23:20:32.698 INFO O| Dec 20 23:20:32.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7728 | 2024-12-20T23:20:34.235Z | [ recovery-image] Dec 20 23:20:32.699 INFO O| Dec 20 23:20:32.699 INFO STEP 1120 (remove_files) COMPLETE |
7729 | 2024-12-20T23:20:34.235Z | [ recovery-image] Dec 20 23:20:32.699 INFO O| Dec 20 23:20:32.699 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7730 | 2024-12-20T23:20:34.247Z | [ recovery-image] Dec 20 23:20:32.711 INFO O| Dec 20 23:20:32.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7731 | 2024-12-20T23:20:34.247Z | [ recovery-image] Dec 20 23:20:32.711 INFO O| Dec 20 23:20:32.711 INFO STEP 1121 (remove_files) COMPLETE |
7732 | 2024-12-20T23:20:34.250Z | [ recovery-image] Dec 20 23:20:32.711 INFO O| Dec 20 23:20:32.711 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7733 | 2024-12-20T23:20:34.261Z | [ recovery-image] Dec 20 23:20:32.725 INFO O| Dec 20 23:20:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7734 | 2024-12-20T23:20:34.261Z | [ recovery-image] Dec 20 23:20:32.725 INFO O| Dec 20 23:20:32.725 INFO STEP 1122 (remove_files) COMPLETE |
7735 | 2024-12-20T23:20:34.261Z | [ recovery-image] Dec 20 23:20:32.725 INFO O| Dec 20 23:20:32.725 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7736 | 2024-12-20T23:20:34.274Z | [ recovery-image] Dec 20 23:20:32.737 INFO O| Dec 20 23:20:32.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7737 | 2024-12-20T23:20:34.274Z | [ recovery-image] Dec 20 23:20:32.737 INFO O| Dec 20 23:20:32.737 INFO STEP 1123 (remove_files) COMPLETE |
7738 | 2024-12-20T23:20:34.277Z | [ recovery-image] Dec 20 23:20:32.737 INFO O| Dec 20 23:20:32.737 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7739 | 2024-12-20T23:20:34.286Z | [ recovery-image] Dec 20 23:20:32.749 INFO O| Dec 20 23:20:32.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7740 | 2024-12-20T23:20:34.286Z | [ recovery-image] Dec 20 23:20:32.749 INFO O| Dec 20 23:20:32.749 INFO STEP 1124 (remove_files) COMPLETE |
7741 | 2024-12-20T23:20:34.286Z | [ recovery-image] Dec 20 23:20:32.749 INFO O| Dec 20 23:20:32.749 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7742 | 2024-12-20T23:20:34.301Z | [ recovery-image] Dec 20 23:20:32.764 INFO O| Dec 20 23:20:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7743 | 2024-12-20T23:20:34.301Z | [ recovery-image] Dec 20 23:20:32.764 INFO O| Dec 20 23:20:32.764 INFO STEP 1125 (remove_files) COMPLETE |
7744 | 2024-12-20T23:20:34.304Z | [ recovery-image] Dec 20 23:20:32.764 INFO O| Dec 20 23:20:32.764 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7745 | 2024-12-20T23:20:34.314Z | [ recovery-image] Dec 20 23:20:32.777 INFO O| Dec 20 23:20:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7746 | 2024-12-20T23:20:34.314Z | [ recovery-image] Dec 20 23:20:32.777 INFO O| Dec 20 23:20:32.777 INFO STEP 1126 (remove_files) COMPLETE |
7747 | 2024-12-20T23:20:34.317Z | [ recovery-image] Dec 20 23:20:32.777 INFO O| Dec 20 23:20:32.777 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7748 | 2024-12-20T23:20:34.326Z | [ recovery-image] Dec 20 23:20:32.790 INFO O| Dec 20 23:20:32.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7749 | 2024-12-20T23:20:34.326Z | [ recovery-image] Dec 20 23:20:32.790 INFO O| Dec 20 23:20:32.790 INFO STEP 1127 (remove_files) COMPLETE |
7750 | 2024-12-20T23:20:34.329Z | [ recovery-image] Dec 20 23:20:32.790 INFO O| Dec 20 23:20:32.790 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7751 | 2024-12-20T23:20:34.338Z | [ recovery-image] Dec 20 23:20:32.801 INFO O| Dec 20 23:20:32.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7752 | 2024-12-20T23:20:34.338Z | [ recovery-image] Dec 20 23:20:32.801 INFO O| Dec 20 23:20:32.801 INFO STEP 1128 (remove_files) COMPLETE |
7753 | 2024-12-20T23:20:34.338Z | [ recovery-image] Dec 20 23:20:32.801 INFO O| Dec 20 23:20:32.801 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7754 | 2024-12-20T23:20:34.351Z | [ recovery-image] Dec 20 23:20:32.814 INFO O| Dec 20 23:20:32.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7755 | 2024-12-20T23:20:34.351Z | [ recovery-image] Dec 20 23:20:32.814 INFO O| Dec 20 23:20:32.814 INFO STEP 1129 (remove_files) COMPLETE |
7756 | 2024-12-20T23:20:34.353Z | [ recovery-image] Dec 20 23:20:32.814 INFO O| Dec 20 23:20:32.814 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7757 | 2024-12-20T23:20:34.363Z | [ recovery-image] Dec 20 23:20:32.826 INFO O| Dec 20 23:20:32.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7758 | 2024-12-20T23:20:34.363Z | [ recovery-image] Dec 20 23:20:32.827 INFO O| Dec 20 23:20:32.826 INFO STEP 1130 (remove_files) COMPLETE |
7759 | 2024-12-20T23:20:34.366Z | [ recovery-image] Dec 20 23:20:32.827 INFO O| Dec 20 23:20:32.827 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7760 | 2024-12-20T23:20:34.374Z | [ recovery-image] Dec 20 23:20:32.838 INFO O| Dec 20 23:20:32.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7761 | 2024-12-20T23:20:34.374Z | [ recovery-image] Dec 20 23:20:32.838 INFO O| Dec 20 23:20:32.838 INFO STEP 1131 (remove_files) COMPLETE |
7762 | 2024-12-20T23:20:34.377Z | [ recovery-image] Dec 20 23:20:32.838 INFO O| Dec 20 23:20:32.838 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7763 | 2024-12-20T23:20:34.385Z | [ recovery-image] Dec 20 23:20:32.848 INFO O| Dec 20 23:20:32.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7764 | 2024-12-20T23:20:34.385Z | [ recovery-image] Dec 20 23:20:32.849 INFO O| Dec 20 23:20:32.849 INFO STEP 1132 (remove_files) COMPLETE |
7765 | 2024-12-20T23:20:34.385Z | [ recovery-image] Dec 20 23:20:32.849 INFO O| Dec 20 23:20:32.849 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7766 | 2024-12-20T23:20:34.398Z | [ recovery-image] Dec 20 23:20:32.862 INFO O| Dec 20 23:20:32.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7767 | 2024-12-20T23:20:34.398Z | [ recovery-image] Dec 20 23:20:32.862 INFO O| Dec 20 23:20:32.862 INFO STEP 1133 (remove_files) COMPLETE |
7768 | 2024-12-20T23:20:34.401Z | [ recovery-image] Dec 20 23:20:32.862 INFO O| Dec 20 23:20:32.862 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7769 | 2024-12-20T23:20:34.411Z | [ recovery-image] Dec 20 23:20:32.873 INFO O| Dec 20 23:20:32.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7770 | 2024-12-20T23:20:34.411Z | [ recovery-image] Dec 20 23:20:32.873 INFO O| Dec 20 23:20:32.873 INFO STEP 1134 (remove_files) COMPLETE |
7771 | 2024-12-20T23:20:34.413Z | [ recovery-image] Dec 20 23:20:32.873 INFO O| Dec 20 23:20:32.873 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7772 | 2024-12-20T23:20:34.421Z | [ recovery-image] Dec 20 23:20:32.885 INFO O| Dec 20 23:20:32.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7773 | 2024-12-20T23:20:34.421Z | [ recovery-image] Dec 20 23:20:32.885 INFO O| Dec 20 23:20:32.885 INFO STEP 1135 (remove_files) COMPLETE |
7774 | 2024-12-20T23:20:34.424Z | [ recovery-image] Dec 20 23:20:32.885 INFO O| Dec 20 23:20:32.885 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7775 | 2024-12-20T23:20:34.433Z | [ recovery-image] Dec 20 23:20:32.896 INFO O| Dec 20 23:20:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7776 | 2024-12-20T23:20:34.433Z | [ recovery-image] Dec 20 23:20:32.896 INFO O| Dec 20 23:20:32.896 INFO STEP 1136 (remove_files) COMPLETE |
7777 | 2024-12-20T23:20:34.435Z | [ recovery-image] Dec 20 23:20:32.897 INFO O| Dec 20 23:20:32.896 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7778 | 2024-12-20T23:20:34.445Z | [ recovery-image] Dec 20 23:20:32.908 INFO O| Dec 20 23:20:32.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7779 | 2024-12-20T23:20:34.445Z | [ recovery-image] Dec 20 23:20:32.908 INFO O| Dec 20 23:20:32.908 INFO STEP 1137 (remove_files) COMPLETE |
7780 | 2024-12-20T23:20:34.448Z | [ recovery-image] Dec 20 23:20:32.908 INFO O| Dec 20 23:20:32.908 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7781 | 2024-12-20T23:20:34.456Z | [ recovery-image] Dec 20 23:20:32.920 INFO O| Dec 20 23:20:32.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7782 | 2024-12-20T23:20:34.456Z | [ recovery-image] Dec 20 23:20:32.920 INFO O| Dec 20 23:20:32.920 INFO STEP 1138 (remove_files) COMPLETE |
7783 | 2024-12-20T23:20:34.456Z | [ recovery-image] Dec 20 23:20:32.920 INFO O| Dec 20 23:20:32.920 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7784 | 2024-12-20T23:20:34.467Z | [ recovery-image] Dec 20 23:20:32.931 INFO O| Dec 20 23:20:32.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7785 | 2024-12-20T23:20:34.467Z | [ recovery-image] Dec 20 23:20:32.931 INFO O| Dec 20 23:20:32.931 INFO STEP 1139 (remove_files) COMPLETE |
7786 | 2024-12-20T23:20:34.467Z | [ recovery-image] Dec 20 23:20:32.931 INFO O| Dec 20 23:20:32.931 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7787 | 2024-12-20T23:20:34.480Z | [ recovery-image] Dec 20 23:20:32.944 INFO O| Dec 20 23:20:32.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7788 | 2024-12-20T23:20:34.480Z | [ recovery-image] Dec 20 23:20:32.944 INFO O| Dec 20 23:20:32.944 INFO STEP 1140 (remove_files) COMPLETE |
7789 | 2024-12-20T23:20:34.483Z | [ recovery-image] Dec 20 23:20:32.944 INFO O| Dec 20 23:20:32.944 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7790 | 2024-12-20T23:20:34.492Z | [ recovery-image] Dec 20 23:20:32.956 INFO O| Dec 20 23:20:32.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7791 | 2024-12-20T23:20:34.492Z | [ recovery-image] Dec 20 23:20:32.956 INFO O| Dec 20 23:20:32.956 INFO STEP 1141 (remove_files) COMPLETE |
7792 | 2024-12-20T23:20:34.495Z | [ recovery-image] Dec 20 23:20:32.956 INFO O| Dec 20 23:20:32.956 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7793 | 2024-12-20T23:20:34.506Z | [ recovery-image] Dec 20 23:20:32.969 INFO O| Dec 20 23:20:32.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7794 | 2024-12-20T23:20:34.506Z | [ recovery-image] Dec 20 23:20:32.969 INFO O| Dec 20 23:20:32.969 INFO STEP 1142 (remove_files) COMPLETE |
7795 | 2024-12-20T23:20:34.506Z | [ recovery-image] Dec 20 23:20:32.969 INFO O| Dec 20 23:20:32.969 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7796 | 2024-12-20T23:20:34.517Z | [ recovery-image] Dec 20 23:20:32.981 INFO O| Dec 20 23:20:32.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7797 | 2024-12-20T23:20:34.517Z | [ recovery-image] Dec 20 23:20:32.981 INFO O| Dec 20 23:20:32.981 INFO STEP 1143 (remove_files) COMPLETE |
7798 | 2024-12-20T23:20:34.518Z | [ recovery-image] Dec 20 23:20:32.981 INFO O| Dec 20 23:20:32.981 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7799 | 2024-12-20T23:20:34.530Z | [ recovery-image] Dec 20 23:20:32.994 INFO O| Dec 20 23:20:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7800 | 2024-12-20T23:20:34.533Z | [ recovery-image] Dec 20 23:20:32.994 INFO O| Dec 20 23:20:32.994 INFO STEP 1144 (remove_files) COMPLETE |
7801 | 2024-12-20T23:20:34.533Z | [ recovery-image] Dec 20 23:20:32.994 INFO O| Dec 20 23:20:32.994 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7802 | 2024-12-20T23:20:34.545Z | [ recovery-image] Dec 20 23:20:33.008 INFO O| Dec 20 23:20:33.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7803 | 2024-12-20T23:20:34.545Z | [ recovery-image] Dec 20 23:20:33.008 INFO O| Dec 20 23:20:33.008 INFO STEP 1145 (remove_files) COMPLETE |
7804 | 2024-12-20T23:20:34.545Z | [ recovery-image] Dec 20 23:20:33.008 INFO O| Dec 20 23:20:33.008 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7805 | 2024-12-20T23:20:34.555Z | [ recovery-image] Dec 20 23:20:33.019 INFO O| Dec 20 23:20:33.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7806 | 2024-12-20T23:20:34.555Z | [ recovery-image] Dec 20 23:20:33.019 INFO O| Dec 20 23:20:33.019 INFO STEP 1146 (remove_files) COMPLETE |
7807 | 2024-12-20T23:20:34.555Z | [ recovery-image] Dec 20 23:20:33.019 INFO O| Dec 20 23:20:33.019 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7808 | 2024-12-20T23:20:34.568Z | [ recovery-image] Dec 20 23:20:33.031 INFO O| Dec 20 23:20:33.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7809 | 2024-12-20T23:20:34.568Z | [ recovery-image] Dec 20 23:20:33.031 INFO O| Dec 20 23:20:33.031 INFO STEP 1147 (remove_files) COMPLETE |
7810 | 2024-12-20T23:20:34.572Z | [ recovery-image] Dec 20 23:20:33.031 INFO O| Dec 20 23:20:33.031 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7811 | 2024-12-20T23:20:34.579Z | [ recovery-image] Dec 20 23:20:33.043 INFO O| Dec 20 23:20:33.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7812 | 2024-12-20T23:20:34.582Z | [ recovery-image] Dec 20 23:20:33.043 INFO O| Dec 20 23:20:33.043 INFO STEP 1148 (remove_files) COMPLETE |
7813 | 2024-12-20T23:20:34.583Z | [ recovery-image] Dec 20 23:20:33.043 INFO O| Dec 20 23:20:33.043 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7814 | 2024-12-20T23:20:34.591Z | [ recovery-image] Dec 20 23:20:33.054 INFO O| Dec 20 23:20:33.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7815 | 2024-12-20T23:20:34.591Z | [ recovery-image] Dec 20 23:20:33.054 INFO O| Dec 20 23:20:33.054 INFO STEP 1149 (remove_files) COMPLETE |
7816 | 2024-12-20T23:20:34.594Z | [ recovery-image] Dec 20 23:20:33.054 INFO O| Dec 20 23:20:33.054 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7817 | 2024-12-20T23:20:34.604Z | [ recovery-image] Dec 20 23:20:33.067 INFO O| Dec 20 23:20:33.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7818 | 2024-12-20T23:20:34.607Z | [ recovery-image] Dec 20 23:20:33.068 INFO O| Dec 20 23:20:33.067 INFO STEP 1150 (remove_files) COMPLETE |
7819 | 2024-12-20T23:20:34.607Z | [ recovery-image] Dec 20 23:20:33.068 INFO O| Dec 20 23:20:33.068 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7820 | 2024-12-20T23:20:34.618Z | [ recovery-image] Dec 20 23:20:33.082 INFO O| Dec 20 23:20:33.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7821 | 2024-12-20T23:20:34.618Z | [ recovery-image] Dec 20 23:20:33.082 INFO O| Dec 20 23:20:33.082 INFO STEP 1151 (remove_files) COMPLETE |
7822 | 2024-12-20T23:20:34.619Z | [ recovery-image] Dec 20 23:20:33.082 INFO O| Dec 20 23:20:33.082 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7823 | 2024-12-20T23:20:34.631Z | [ recovery-image] Dec 20 23:20:33.094 INFO O| Dec 20 23:20:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7824 | 2024-12-20T23:20:34.631Z | [ recovery-image] Dec 20 23:20:33.094 INFO O| Dec 20 23:20:33.094 INFO STEP 1152 (remove_files) COMPLETE |
7825 | 2024-12-20T23:20:34.634Z | [ recovery-image] Dec 20 23:20:33.094 INFO O| Dec 20 23:20:33.094 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7826 | 2024-12-20T23:20:34.643Z | [ recovery-image] Dec 20 23:20:33.106 INFO O| Dec 20 23:20:33.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7827 | 2024-12-20T23:20:34.643Z | [ recovery-image] Dec 20 23:20:33.106 INFO O| Dec 20 23:20:33.106 INFO STEP 1153 (remove_files) COMPLETE |
7828 | 2024-12-20T23:20:34.643Z | [ recovery-image] Dec 20 23:20:33.106 INFO O| Dec 20 23:20:33.106 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7829 | 2024-12-20T23:20:34.655Z | [ recovery-image] Dec 20 23:20:33.118 INFO O| Dec 20 23:20:33.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7830 | 2024-12-20T23:20:34.655Z | [ recovery-image] Dec 20 23:20:33.119 INFO O| Dec 20 23:20:33.118 INFO STEP 1154 (remove_files) COMPLETE |
7831 | 2024-12-20T23:20:34.655Z | [ recovery-image] Dec 20 23:20:33.119 INFO O| Dec 20 23:20:33.119 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7832 | 2024-12-20T23:20:34.667Z | [ recovery-image] Dec 20 23:20:33.130 INFO O| Dec 20 23:20:33.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7833 | 2024-12-20T23:20:34.667Z | [ recovery-image] Dec 20 23:20:33.130 INFO O| Dec 20 23:20:33.130 INFO STEP 1155 (remove_files) COMPLETE |
7834 | 2024-12-20T23:20:34.667Z | [ recovery-image] Dec 20 23:20:33.130 INFO O| Dec 20 23:20:33.130 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7835 | 2024-12-20T23:20:34.679Z | [ recovery-image] Dec 20 23:20:33.142 INFO O| Dec 20 23:20:33.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7836 | 2024-12-20T23:20:34.679Z | [ recovery-image] Dec 20 23:20:33.142 INFO O| Dec 20 23:20:33.142 INFO STEP 1156 (remove_files) COMPLETE |
7837 | 2024-12-20T23:20:34.683Z | [ recovery-image] Dec 20 23:20:33.142 INFO O| Dec 20 23:20:33.142 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7838 | 2024-12-20T23:20:34.691Z | [ recovery-image] Dec 20 23:20:33.154 INFO O| Dec 20 23:20:33.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7839 | 2024-12-20T23:20:34.691Z | [ recovery-image] Dec 20 23:20:33.154 INFO O| Dec 20 23:20:33.154 INFO STEP 1157 (remove_files) COMPLETE |
7840 | 2024-12-20T23:20:34.691Z | [ recovery-image] Dec 20 23:20:33.154 INFO O| Dec 20 23:20:33.154 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7841 | 2024-12-20T23:20:34.702Z | [ recovery-image] Dec 20 23:20:33.165 INFO O| Dec 20 23:20:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7842 | 2024-12-20T23:20:34.702Z | [ recovery-image] Dec 20 23:20:33.165 INFO O| Dec 20 23:20:33.165 INFO STEP 1158 (remove_files) COMPLETE |
7843 | 2024-12-20T23:20:34.702Z | [ recovery-image] Dec 20 23:20:33.165 INFO O| Dec 20 23:20:33.165 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7844 | 2024-12-20T23:20:34.716Z | [ recovery-image] Dec 20 23:20:33.179 INFO O| Dec 20 23:20:33.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7845 | 2024-12-20T23:20:34.716Z | [ recovery-image] Dec 20 23:20:33.180 INFO O| Dec 20 23:20:33.179 INFO STEP 1159 (remove_files) COMPLETE |
7846 | 2024-12-20T23:20:34.716Z | [ recovery-image] Dec 20 23:20:33.180 INFO O| Dec 20 23:20:33.179 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-20T23:20:34.730Z | [ recovery-image] Dec 20 23:20:33.193 INFO O| Dec 20 23:20:33.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7848 | 2024-12-20T23:20:34.730Z | [ recovery-image] Dec 20 23:20:33.193 INFO O| Dec 20 23:20:33.193 INFO STEP 1160 (remove_files) COMPLETE |
7849 | 2024-12-20T23:20:34.730Z | [ recovery-image] Dec 20 23:20:33.193 INFO O| Dec 20 23:20:33.193 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2024-12-20T23:20:34.741Z | [ recovery-image] Dec 20 23:20:33.205 INFO O| Dec 20 23:20:33.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7851 | 2024-12-20T23:20:34.741Z | [ recovery-image] Dec 20 23:20:33.205 INFO O| Dec 20 23:20:33.205 INFO STEP 1161 (remove_files) COMPLETE |
7852 | 2024-12-20T23:20:34.741Z | [ recovery-image] Dec 20 23:20:33.205 INFO O| Dec 20 23:20:33.205 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2024-12-20T23:20:34.754Z | [ recovery-image] Dec 20 23:20:33.217 INFO O| Dec 20 23:20:33.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7854 | 2024-12-20T23:20:34.754Z | [ recovery-image] Dec 20 23:20:33.217 INFO O| Dec 20 23:20:33.217 INFO STEP 1162 (remove_files) COMPLETE |
7855 | 2024-12-20T23:20:34.754Z | [ recovery-image] Dec 20 23:20:33.217 INFO O| Dec 20 23:20:33.217 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2024-12-20T23:20:34.766Z | [ recovery-image] Dec 20 23:20:33.230 INFO O| Dec 20 23:20:33.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7857 | 2024-12-20T23:20:34.766Z | [ recovery-image] Dec 20 23:20:33.230 INFO O| Dec 20 23:20:33.230 INFO STEP 1163 (remove_files) COMPLETE |
7858 | 2024-12-20T23:20:34.766Z | [ recovery-image] Dec 20 23:20:33.230 INFO O| Dec 20 23:20:33.230 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7859 | 2024-12-20T23:20:34.778Z | [ recovery-image] Dec 20 23:20:33.242 INFO O| Dec 20 23:20:33.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7860 | 2024-12-20T23:20:34.778Z | [ recovery-image] Dec 20 23:20:33.242 INFO O| Dec 20 23:20:33.242 INFO STEP 1164 (remove_files) COMPLETE |
7861 | 2024-12-20T23:20:34.778Z | [ recovery-image] Dec 20 23:20:33.242 INFO O| Dec 20 23:20:33.242 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7862 | 2024-12-20T23:20:34.790Z | [ recovery-image] Dec 20 23:20:33.253 INFO O| Dec 20 23:20:33.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7863 | 2024-12-20T23:20:34.790Z | [ recovery-image] Dec 20 23:20:33.253 INFO O| Dec 20 23:20:33.253 INFO STEP 1165 (remove_files) COMPLETE |
7864 | 2024-12-20T23:20:34.790Z | [ recovery-image] Dec 20 23:20:33.253 INFO O| Dec 20 23:20:33.253 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7865 | 2024-12-20T23:20:34.801Z | [ recovery-image] Dec 20 23:20:33.265 INFO O| Dec 20 23:20:33.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7866 | 2024-12-20T23:20:34.804Z | [ recovery-image] Dec 20 23:20:33.265 INFO O| Dec 20 23:20:33.265 INFO STEP 1166 (remove_files) COMPLETE |
7867 | 2024-12-20T23:20:34.804Z | [ recovery-image] Dec 20 23:20:33.265 INFO O| Dec 20 23:20:33.265 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2024-12-20T23:20:34.819Z | [ recovery-image] Dec 20 23:20:33.279 INFO O| Dec 20 23:20:33.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7869 | 2024-12-20T23:20:34.819Z | [ recovery-image] Dec 20 23:20:33.279 INFO O| Dec 20 23:20:33.279 INFO STEP 1167 (remove_files) COMPLETE |
7870 | 2024-12-20T23:20:34.821Z | [ recovery-image] Dec 20 23:20:33.279 INFO O| Dec 20 23:20:33.279 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2024-12-20T23:20:34.827Z | [ recovery-image] Dec 20 23:20:33.291 INFO O| Dec 20 23:20:33.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7872 | 2024-12-20T23:20:34.827Z | [ recovery-image] Dec 20 23:20:33.291 INFO O| Dec 20 23:20:33.291 INFO STEP 1168 (remove_files) COMPLETE |
7873 | 2024-12-20T23:20:34.830Z | [ recovery-image] Dec 20 23:20:33.291 INFO O| Dec 20 23:20:33.291 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2024-12-20T23:20:34.838Z | [ recovery-image] Dec 20 23:20:33.302 INFO O| Dec 20 23:20:33.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7875 | 2024-12-20T23:20:34.838Z | [ recovery-image] Dec 20 23:20:33.302 INFO O| Dec 20 23:20:33.302 INFO STEP 1169 (remove_files) COMPLETE |
7876 | 2024-12-20T23:20:34.841Z | [ recovery-image] Dec 20 23:20:33.302 INFO O| Dec 20 23:20:33.302 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2024-12-20T23:20:34.851Z | [ recovery-image] Dec 20 23:20:33.314 INFO O| Dec 20 23:20:33.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7878 | 2024-12-20T23:20:34.851Z | [ recovery-image] Dec 20 23:20:33.314 INFO O| Dec 20 23:20:33.314 INFO STEP 1170 (remove_files) COMPLETE |
7879 | 2024-12-20T23:20:34.853Z | [ recovery-image] Dec 20 23:20:33.314 INFO O| Dec 20 23:20:33.314 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2024-12-20T23:20:34.862Z | [ recovery-image] Dec 20 23:20:33.325 INFO O| Dec 20 23:20:33.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7881 | 2024-12-20T23:20:34.862Z | [ recovery-image] Dec 20 23:20:33.325 INFO O| Dec 20 23:20:33.325 INFO STEP 1171 (remove_files) COMPLETE |
7882 | 2024-12-20T23:20:34.862Z | [ recovery-image] Dec 20 23:20:33.325 INFO O| Dec 20 23:20:33.325 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2024-12-20T23:20:34.873Z | [ recovery-image] Dec 20 23:20:33.336 INFO O| Dec 20 23:20:33.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7884 | 2024-12-20T23:20:34.873Z | [ recovery-image] Dec 20 23:20:33.336 INFO O| Dec 20 23:20:33.336 INFO STEP 1172 (remove_files) COMPLETE |
7885 | 2024-12-20T23:20:34.873Z | [ recovery-image] Dec 20 23:20:33.336 INFO O| Dec 20 23:20:33.336 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2024-12-20T23:20:34.883Z | [ recovery-image] Dec 20 23:20:33.347 INFO O| Dec 20 23:20:33.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7887 | 2024-12-20T23:20:34.883Z | [ recovery-image] Dec 20 23:20:33.347 INFO O| Dec 20 23:20:33.347 INFO STEP 1173 (remove_files) COMPLETE |
7888 | 2024-12-20T23:20:34.883Z | [ recovery-image] Dec 20 23:20:33.347 INFO O| Dec 20 23:20:33.347 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7889 | 2024-12-20T23:20:34.895Z | [ recovery-image] Dec 20 23:20:33.359 INFO O| Dec 20 23:20:33.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7890 | 2024-12-20T23:20:34.898Z | [ recovery-image] Dec 20 23:20:33.359 INFO O| Dec 20 23:20:33.359 INFO STEP 1174 (remove_files) COMPLETE |
7891 | 2024-12-20T23:20:34.898Z | [ recovery-image] Dec 20 23:20:33.359 INFO O| Dec 20 23:20:33.359 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7892 | 2024-12-20T23:20:34.907Z | [ recovery-image] Dec 20 23:20:33.370 INFO O| Dec 20 23:20:33.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7893 | 2024-12-20T23:20:34.907Z | [ recovery-image] Dec 20 23:20:33.370 INFO O| Dec 20 23:20:33.370 INFO STEP 1175 (remove_files) COMPLETE |
7894 | 2024-12-20T23:20:34.909Z | [ recovery-image] Dec 20 23:20:33.370 INFO O| Dec 20 23:20:33.370 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7895 | 2024-12-20T23:20:34.919Z | [ recovery-image] Dec 20 23:20:33.382 INFO O| Dec 20 23:20:33.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7896 | 2024-12-20T23:20:34.919Z | [ recovery-image] Dec 20 23:20:33.382 INFO O| Dec 20 23:20:33.382 INFO STEP 1176 (remove_files) COMPLETE |
7897 | 2024-12-20T23:20:34.920Z | [ recovery-image] Dec 20 23:20:33.382 INFO O| Dec 20 23:20:33.382 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7898 | 2024-12-20T23:20:34.932Z | [ recovery-image] Dec 20 23:20:33.395 INFO O| Dec 20 23:20:33.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7899 | 2024-12-20T23:20:34.932Z | [ recovery-image] Dec 20 23:20:33.395 INFO O| Dec 20 23:20:33.395 INFO STEP 1177 (remove_files) COMPLETE |
7900 | 2024-12-20T23:20:34.934Z | [ recovery-image] Dec 20 23:20:33.395 INFO O| Dec 20 23:20:33.395 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7901 | 2024-12-20T23:20:34.945Z | [ recovery-image] Dec 20 23:20:33.407 INFO O| Dec 20 23:20:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7902 | 2024-12-20T23:20:34.945Z | [ recovery-image] Dec 20 23:20:33.407 INFO O| Dec 20 23:20:33.407 INFO STEP 1178 (remove_files) COMPLETE |
7903 | 2024-12-20T23:20:34.948Z | [ recovery-image] Dec 20 23:20:33.407 INFO O| Dec 20 23:20:33.407 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7904 | 2024-12-20T23:20:34.957Z | [ recovery-image] Dec 20 23:20:33.420 INFO O| Dec 20 23:20:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7905 | 2024-12-20T23:20:34.957Z | [ recovery-image] Dec 20 23:20:33.420 INFO O| Dec 20 23:20:33.420 INFO STEP 1179 (remove_files) COMPLETE |
7906 | 2024-12-20T23:20:34.959Z | [ recovery-image] Dec 20 23:20:33.420 INFO O| Dec 20 23:20:33.420 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-20T23:20:34.968Z | [ recovery-image] Dec 20 23:20:33.432 INFO O| Dec 20 23:20:33.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7908 | 2024-12-20T23:20:34.969Z | [ recovery-image] Dec 20 23:20:33.432 INFO O| Dec 20 23:20:33.432 INFO STEP 1180 (remove_files) COMPLETE |
7909 | 2024-12-20T23:20:34.969Z | [ recovery-image] Dec 20 23:20:33.432 INFO O| Dec 20 23:20:33.432 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-20T23:20:34.981Z | [ recovery-image] Dec 20 23:20:33.444 INFO O| Dec 20 23:20:33.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7911 | 2024-12-20T23:20:34.981Z | [ recovery-image] Dec 20 23:20:33.444 INFO O| Dec 20 23:20:33.444 INFO STEP 1181 (remove_files) COMPLETE |
7912 | 2024-12-20T23:20:34.981Z | [ recovery-image] Dec 20 23:20:33.444 INFO O| Dec 20 23:20:33.444 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-20T23:20:34.993Z | [ recovery-image] Dec 20 23:20:33.456 INFO O| Dec 20 23:20:33.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7914 | 2024-12-20T23:20:34.993Z | [ recovery-image] Dec 20 23:20:33.456 INFO O| Dec 20 23:20:33.456 INFO STEP 1182 (remove_files) COMPLETE |
7915 | 2024-12-20T23:20:34.995Z | [ recovery-image] Dec 20 23:20:33.456 INFO O| Dec 20 23:20:33.456 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-20T23:20:35.006Z | [ recovery-image] Dec 20 23:20:33.469 INFO O| Dec 20 23:20:33.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7917 | 2024-12-20T23:20:35.006Z | [ recovery-image] Dec 20 23:20:33.469 INFO O| Dec 20 23:20:33.469 INFO STEP 1183 (remove_files) COMPLETE |
7918 | 2024-12-20T23:20:35.008Z | [ recovery-image] Dec 20 23:20:33.469 INFO O| Dec 20 23:20:33.469 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7919 | 2024-12-20T23:20:35.019Z | [ recovery-image] Dec 20 23:20:33.482 INFO O| Dec 20 23:20:33.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7920 | 2024-12-20T23:20:35.022Z | [ recovery-image] Dec 20 23:20:33.483 INFO O| Dec 20 23:20:33.482 INFO STEP 1184 (remove_files) COMPLETE |
7921 | 2024-12-20T23:20:35.022Z | [ recovery-image] Dec 20 23:20:33.483 INFO O| Dec 20 23:20:33.483 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-20T23:20:35.033Z | [ recovery-image] Dec 20 23:20:33.496 INFO O| Dec 20 23:20:33.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7923 | 2024-12-20T23:20:35.033Z | [ recovery-image] Dec 20 23:20:33.496 INFO O| Dec 20 23:20:33.496 INFO STEP 1185 (remove_files) COMPLETE |
7924 | 2024-12-20T23:20:35.033Z | [ recovery-image] Dec 20 23:20:33.496 INFO O| Dec 20 23:20:33.496 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-20T23:20:35.043Z | [ recovery-image] Dec 20 23:20:33.507 INFO O| Dec 20 23:20:33.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7926 | 2024-12-20T23:20:35.043Z | [ recovery-image] Dec 20 23:20:33.507 INFO O| Dec 20 23:20:33.507 INFO STEP 1186 (remove_files) COMPLETE |
7927 | 2024-12-20T23:20:35.043Z | [ recovery-image] Dec 20 23:20:33.507 INFO O| Dec 20 23:20:33.507 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-20T23:20:35.057Z | [ recovery-image] Dec 20 23:20:33.521 INFO O| Dec 20 23:20:33.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7929 | 2024-12-20T23:20:35.057Z | [ recovery-image] Dec 20 23:20:33.521 INFO O| Dec 20 23:20:33.521 INFO STEP 1187 (remove_files) COMPLETE |
7930 | 2024-12-20T23:20:35.060Z | [ recovery-image] Dec 20 23:20:33.521 INFO O| Dec 20 23:20:33.521 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-20T23:20:35.071Z | [ recovery-image] Dec 20 23:20:33.534 INFO O| Dec 20 23:20:33.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7932 | 2024-12-20T23:20:35.071Z | [ recovery-image] Dec 20 23:20:33.534 INFO O| Dec 20 23:20:33.534 INFO STEP 1188 (remove_files) COMPLETE |
7933 | 2024-12-20T23:20:35.071Z | [ recovery-image] Dec 20 23:20:33.534 INFO O| Dec 20 23:20:33.534 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-20T23:20:35.085Z | [ recovery-image] Dec 20 23:20:33.547 INFO O| Dec 20 23:20:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7935 | 2024-12-20T23:20:35.085Z | [ recovery-image] Dec 20 23:20:33.547 INFO O| Dec 20 23:20:33.547 INFO STEP 1189 (remove_files) COMPLETE |
7936 | 2024-12-20T23:20:35.085Z | [ recovery-image] Dec 20 23:20:33.547 INFO O| Dec 20 23:20:33.547 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2024-12-20T23:20:35.097Z | [ recovery-image] Dec 20 23:20:33.561 INFO O| Dec 20 23:20:33.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7938 | 2024-12-20T23:20:35.098Z | [ recovery-image] Dec 20 23:20:33.561 INFO O| Dec 20 23:20:33.561 INFO STEP 1190 (remove_files) COMPLETE |
7939 | 2024-12-20T23:20:35.101Z | [ recovery-image] Dec 20 23:20:33.561 INFO O| Dec 20 23:20:33.561 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2024-12-20T23:20:35.112Z | [ recovery-image] Dec 20 23:20:33.576 INFO O| Dec 20 23:20:33.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7941 | 2024-12-20T23:20:35.112Z | [ recovery-image] Dec 20 23:20:33.576 INFO O| Dec 20 23:20:33.576 INFO STEP 1191 (remove_files) COMPLETE |
7942 | 2024-12-20T23:20:35.115Z | [ recovery-image] Dec 20 23:20:33.576 INFO O| Dec 20 23:20:33.576 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2024-12-20T23:20:35.125Z | [ recovery-image] Dec 20 23:20:33.588 INFO O| Dec 20 23:20:33.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7944 | 2024-12-20T23:20:35.130Z | [ recovery-image] Dec 20 23:20:33.588 INFO O| Dec 20 23:20:33.588 INFO STEP 1192 (remove_files) COMPLETE |
7945 | 2024-12-20T23:20:35.130Z | [ recovery-image] Dec 20 23:20:33.588 INFO O| Dec 20 23:20:33.588 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7946 | 2024-12-20T23:20:35.137Z | [ recovery-image] Dec 20 23:20:33.600 INFO O| Dec 20 23:20:33.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7947 | 2024-12-20T23:20:35.137Z | [ recovery-image] Dec 20 23:20:33.600 INFO O| Dec 20 23:20:33.600 INFO STEP 1193 (remove_files) COMPLETE |
7948 | 2024-12-20T23:20:35.137Z | [ recovery-image] Dec 20 23:20:33.600 INFO O| Dec 20 23:20:33.600 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7949 | 2024-12-20T23:20:35.150Z | [ recovery-image] Dec 20 23:20:33.613 INFO O| Dec 20 23:20:33.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7950 | 2024-12-20T23:20:35.150Z | [ recovery-image] Dec 20 23:20:33.613 INFO O| Dec 20 23:20:33.613 INFO STEP 1194 (remove_files) COMPLETE |
7951 | 2024-12-20T23:20:35.150Z | [ recovery-image] Dec 20 23:20:33.613 INFO O| Dec 20 23:20:33.613 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7952 | 2024-12-20T23:20:35.162Z | [ recovery-image] Dec 20 23:20:33.625 INFO O| Dec 20 23:20:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7953 | 2024-12-20T23:20:35.162Z | [ recovery-image] Dec 20 23:20:33.625 INFO O| Dec 20 23:20:33.625 INFO STEP 1195 (remove_files) COMPLETE |
7954 | 2024-12-20T23:20:35.164Z | [ recovery-image] Dec 20 23:20:33.625 INFO O| Dec 20 23:20:33.625 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7955 | 2024-12-20T23:20:35.174Z | [ recovery-image] Dec 20 23:20:33.638 INFO O| Dec 20 23:20:33.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7956 | 2024-12-20T23:20:35.174Z | [ recovery-image] Dec 20 23:20:33.638 INFO O| Dec 20 23:20:33.638 INFO STEP 1196 (remove_files) COMPLETE |
7957 | 2024-12-20T23:20:35.174Z | [ recovery-image] Dec 20 23:20:33.638 INFO O| Dec 20 23:20:33.638 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7958 | 2024-12-20T23:20:35.185Z | [ recovery-image] Dec 20 23:20:33.649 INFO O| Dec 20 23:20:33.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7959 | 2024-12-20T23:20:35.187Z | [ recovery-image] Dec 20 23:20:33.649 INFO O| Dec 20 23:20:33.649 INFO STEP 1197 (remove_files) COMPLETE |
7960 | 2024-12-20T23:20:35.187Z | [ recovery-image] Dec 20 23:20:33.649 INFO O| Dec 20 23:20:33.649 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7961 | 2024-12-20T23:20:35.197Z | [ recovery-image] Dec 20 23:20:33.660 INFO O| Dec 20 23:20:33.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7962 | 2024-12-20T23:20:35.198Z | [ recovery-image] Dec 20 23:20:33.660 INFO O| Dec 20 23:20:33.660 INFO STEP 1198 (remove_files) COMPLETE |
7963 | 2024-12-20T23:20:35.198Z | [ recovery-image] Dec 20 23:20:33.660 INFO O| Dec 20 23:20:33.660 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7964 | 2024-12-20T23:20:35.208Z | [ recovery-image] Dec 20 23:20:33.671 INFO O| Dec 20 23:20:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7965 | 2024-12-20T23:20:35.210Z | [ recovery-image] Dec 20 23:20:33.671 INFO O| Dec 20 23:20:33.671 INFO STEP 1199 (remove_files) COMPLETE |
7966 | 2024-12-20T23:20:35.210Z | [ recovery-image] Dec 20 23:20:33.671 INFO O| Dec 20 23:20:33.671 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7967 | 2024-12-20T23:20:35.218Z | [ recovery-image] Dec 20 23:20:33.681 INFO O| Dec 20 23:20:33.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7968 | 2024-12-20T23:20:35.218Z | [ recovery-image] Dec 20 23:20:33.681 INFO O| Dec 20 23:20:33.681 INFO STEP 1200 (remove_files) COMPLETE |
7969 | 2024-12-20T23:20:35.218Z | [ recovery-image] Dec 20 23:20:33.681 INFO O| Dec 20 23:20:33.681 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7970 | 2024-12-20T23:20:35.229Z | [ recovery-image] Dec 20 23:20:33.692 INFO O| Dec 20 23:20:33.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7971 | 2024-12-20T23:20:35.229Z | [ recovery-image] Dec 20 23:20:33.692 INFO O| Dec 20 23:20:33.692 INFO STEP 1201 (remove_files) COMPLETE |
7972 | 2024-12-20T23:20:35.231Z | [ recovery-image] Dec 20 23:20:33.692 INFO O| Dec 20 23:20:33.692 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7973 | 2024-12-20T23:20:35.241Z | [ recovery-image] Dec 20 23:20:33.704 INFO O| Dec 20 23:20:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7974 | 2024-12-20T23:20:35.241Z | [ recovery-image] Dec 20 23:20:33.704 INFO O| Dec 20 23:20:33.704 INFO STEP 1202 (remove_files) COMPLETE |
7975 | 2024-12-20T23:20:35.241Z | [ recovery-image] Dec 20 23:20:33.704 INFO O| Dec 20 23:20:33.704 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7976 | 2024-12-20T23:20:35.251Z | [ recovery-image] Dec 20 23:20:33.714 INFO O| Dec 20 23:20:33.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7977 | 2024-12-20T23:20:35.251Z | [ recovery-image] Dec 20 23:20:33.714 INFO O| Dec 20 23:20:33.714 INFO STEP 1203 (remove_files) COMPLETE |
7978 | 2024-12-20T23:20:35.251Z | [ recovery-image] Dec 20 23:20:33.714 INFO O| Dec 20 23:20:33.714 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7979 | 2024-12-20T23:20:35.261Z | [ recovery-image] Dec 20 23:20:33.725 INFO O| Dec 20 23:20:33.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7980 | 2024-12-20T23:20:35.264Z | [ recovery-image] Dec 20 23:20:33.725 INFO O| Dec 20 23:20:33.725 INFO STEP 1204 (remove_files) COMPLETE |
7981 | 2024-12-20T23:20:35.264Z | [ recovery-image] Dec 20 23:20:33.725 INFO O| Dec 20 23:20:33.725 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7982 | 2024-12-20T23:20:35.274Z | [ recovery-image] Dec 20 23:20:33.737 INFO O| Dec 20 23:20:33.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7983 | 2024-12-20T23:20:35.274Z | [ recovery-image] Dec 20 23:20:33.737 INFO O| Dec 20 23:20:33.737 INFO STEP 1205 (remove_files) COMPLETE |
7984 | 2024-12-20T23:20:35.274Z | [ recovery-image] Dec 20 23:20:33.737 INFO O| Dec 20 23:20:33.737 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7985 | 2024-12-20T23:20:35.292Z | [ recovery-image] Dec 20 23:20:33.756 INFO O| Dec 20 23:20:33.755 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7986 | 2024-12-20T23:20:35.292Z | [ recovery-image] Dec 20 23:20:33.756 INFO O| Dec 20 23:20:33.756 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7987 | 2024-12-20T23:20:36.009Z | [ host-image] Dec 20 23:20:34.472 INFO O| Dec 20 23:20:34.472 INFO O| Actions: 33657/49485 actions (Installing new actions) |
7988 | 2024-12-20T23:20:36.078Z | [ recovery-image] Dec 20 23:20:34.540 INFO O| Dec 20 23:20:34.540 INFO STEP 1206 (pack_tar) COMPLETE |
7989 | 2024-12-20T23:20:36.080Z | [ recovery-image] Dec 20 23:20:34.541 INFO O| Dec 20 23:20:34.540 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7990 | 2024-12-20T23:20:36.080Z | [ recovery-image] Dec 20 23:20:34.541 INFO O| Dec 20 23:20:34.540 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7991 | 2024-12-20T23:20:36.524Z | [ recovery-image] Dec 20 23:20:34.984 INFO O| Dec 20 23:20:34.984 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7992 | 2024-12-20T23:20:36.740Z | [ recovery-image] Dec 20 23:20:35.203 INFO O| Dec 20 23:20:35.203 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7993 | 2024-12-20T23:20:36.750Z | [ recovery-image] Dec 20 23:20:35.213 INFO image builder template: zfs-recovery... |
7994 | 2024-12-20T23:20:36.750Z | [ recovery-image] Dec 20 23:20:35.213 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/.tmpMH33g0/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 |
7995 | 2024-12-20T23:20:36.802Z | [ recovery-image] Dec 20 23:20:35.265 INFO O| Dec 20 23:20:35.265 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7996 | 2024-12-20T23:20:36.810Z | [ recovery-image] Dec 20 23:20:35.273 INFO O| Dec 20 23:20:35.273 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7997 | 2024-12-20T23:20:36.958Z | [ recovery-image] Dec 20 23:20:35.420 INFO O| Dec 20 23:20:35.420 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7998 | 2024-12-20T23:20:37.155Z | [ recovery-image] Dec 20 23:20:35.617 INFO O| Dec 20 23:20:35.617 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7999 | 2024-12-20T23:20:37.155Z | [ recovery-image] Dec 20 23:20:35.618 INFO O| Dec 20 23:20:35.618 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8000 | 2024-12-20T23:20:37.177Z | [ recovery-image] Dec 20 23:20:35.640 INFO O| Dec 20 23:20:35.640 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8001 | 2024-12-20T23:20:37.280Z | [ recovery-image] Dec 20 23:20:35.743 INFO O| Dec 20 23:20:35.743 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8002 | 2024-12-20T23:20:37.354Z | [ recovery-image] Dec 20 23:20:35.817 INFO O| Dec 20 23:20:35.816 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8003 | 2024-12-20T23:20:37.370Z | [ recovery-image] Dec 20 23:20:35.833 INFO O| Dec 20 23:20:35.833 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8004 | 2024-12-20T23:20:37.378Z | [ recovery-image] Dec 20 23:20:35.841 INFO O| Dec 20 23:20:35.841 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8005 | 2024-12-20T23:20:37.381Z | [ recovery-image] Dec 20 23:20:35.843 INFO O| Dec 20 23:20:35.843 INFO no lofi found |
8006 | 2024-12-20T23:20:37.381Z | [ recovery-image] Dec 20 23:20:35.843 INFO O| Dec 20 23:20:35.843 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8007 | 2024-12-20T23:20:37.381Z | [ recovery-image] Dec 20 23:20:35.843 INFO O| Dec 20 23:20:35.843 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8008 | 2024-12-20T23:20:38.489Z | [ host-image] Dec 20 23:20:36.950 INFO O| Dec 20 23:20:36.950 INFO O| Actions: Completed 49485 actions in 12.47 seconds. |
8009 | 2024-12-20T23:20:39.116Z | [ host-image] Dec 20 23:20:37.578 INFO O| Dec 20 23:20:37.578 INFO O| Done |
8010 | 2024-12-20T23:20:39.116Z | [ host-image] Dec 20 23:20:37.579 INFO O| Dec 20 23:20:37.578 INFO O| Done |
8011 | 2024-12-20T23:20:39.548Z | [ recovery-image] Dec 20 23:20:38.011 INFO O| Dec 20 23:20:38.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
8012 | 2024-12-20T23:20:39.548Z | [ recovery-image] Dec 20 23:20:38.011 INFO O| Dec 20 23:20:38.011 INFO pool device = /dev/dsk/c2t1d0p0 |
8013 | 2024-12-20T23:20:39.552Z | [ recovery-image] Dec 20 23:20:38.011 INFO O| Dec 20 23:20:38.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8014 | 2024-12-20T23:20:39.772Z | [ recovery-image] Dec 20 23:20:38.235 INFO O| Dec 20 23:20:38.235 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8015 | 2024-12-20T23:20:39.772Z | [ recovery-image] Dec 20 23:20:38.235 INFO O| Dec 20 23:20:38.235 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8016 | 2024-12-20T23:20:39.831Z | [ recovery-image] Dec 20 23:20:38.293 INFO O| Dec 20 23:20:38.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8017 | 2024-12-20T23:20:40.010Z | [ recovery-image] Dec 20 23:20:38.471 INFO O| Dec 20 23:20:38.471 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8018 | 2024-12-20T23:20:40.068Z | [ recovery-image] Dec 20 23:20:38.530 INFO O| Dec 20 23:20:38.530 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8019 | 2024-12-20T23:20:40.094Z | [ recovery-image] Dec 20 23:20:38.557 INFO O| Dec 20 23:20:38.557 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8020 | 2024-12-20T23:20:40.148Z | [ recovery-image] Dec 20 23:20:38.611 INFO O| Dec 20 23:20:38.611 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8021 | 2024-12-20T23:20:40.233Z | [ recovery-image] Dec 20 23:20:38.696 INFO O| Dec 20 23:20:38.695 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8022 | 2024-12-20T23:20:40.237Z | [ recovery-image] Dec 20 23:20:38.696 INFO O| Dec 20 23:20:38.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8023 | 2024-12-20T23:20:40.237Z | [ recovery-image] Dec 20 23:20:38.696 INFO O| Dec 20 23:20:38.696 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8024 | 2024-12-20T23:20:40.284Z | [ recovery-image] Dec 20 23:20:38.746 INFO O| Dec 20 23:20:38.746 INFO boot environment UUID: 3a1a7326-148a-4be3-8e4f-5b8cb364d23c |
8025 | 2024-12-20T23:20:40.284Z | [ recovery-image] Dec 20 23:20:38.747 INFO O| Dec 20 23:20:38.746 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3a1a7326-148a-4be3-8e4f-5b8cb364d23c |
8026 | 2024-12-20T23:20:40.303Z | [ recovery-image] Dec 20 23:20:38.766 INFO O| Dec 20 23:20:38.766 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8027 | 2024-12-20T23:20:40.327Z | [ recovery-image] Dec 20 23:20:38.790 INFO O| Dec 20 23:20:38.790 INFO STEP 0 (create_be) COMPLETE |
8028 | 2024-12-20T23:20:40.327Z | [ recovery-image] Dec 20 23:20:38.790 INFO O| Dec 20 23:20:38.790 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8029 | 2024-12-20T23:20:40.367Z | [ recovery-image] Dec 20 23:20:38.830 INFO O| Dec 20 23:20:38.829 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"] |
8030 | 2024-12-20T23:20:40.687Z | [ host-image] Dec 20 23:20:39.150 INFO O| Dec 20 23:20:39.150 INFO O| Done |
8031 | 2024-12-20T23:20:43.666Z | [ host-image] Dec 20 23:20:42.128 INFO O| Dec 20 23:20:42.128 INFO O| Done |
8032 | 2024-12-20T23:20:43.710Z | [ host-image] Dec 20 23:20:42.172 INFO O| Dec 20 23:20:42.172 INFO O| Done |
8033 | 2024-12-20T23:20:47.039Z | [ recovery-image] Dec 20 23:20:45.501 INFO O| Dec 20 23:20:45.501 INFO STEP 1 (unpack_tar) COMPLETE |
8034 | 2024-12-20T23:20:47.040Z | [ recovery-image] Dec 20 23:20:45.501 INFO O| Dec 20 23:20:45.501 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8035 | 2024-12-20T23:20:47.059Z | [ recovery-image] Dec 20 23:20:45.521 INFO O| Dec 20 23:20:45.520 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8036 | 2024-12-20T23:20:47.449Z | [ recovery-image] Dec 20 23:20:45.911 INFO O| Dec 20 23:20:45.911 INFO STEP 2 (devfsadm) COMPLETE |
8037 | 2024-12-20T23:20:47.449Z | [ recovery-image] Dec 20 23:20:45.911 INFO O| Dec 20 23:20:45.911 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8038 | 2024-12-20T23:20:47.468Z | [ recovery-image] Dec 20 23:20:45.930 INFO O| Dec 20 23:20:45.930 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8039 | 2024-12-20T23:20:47.468Z | [ recovery-image] Dec 20 23:20:45.930 INFO O| Dec 20 23:20:45.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8040 | 2024-12-20T23:20:47.468Z | [ recovery-image] Dec 20 23:20:45.930 INFO O| Dec 20 23:20:45.930 INFO STEP 3 (ensure_dir) COMPLETE |
8041 | 2024-12-20T23:20:47.471Z | [ recovery-image] Dec 20 23:20:45.930 INFO O| Dec 20 23:20:45.930 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8042 | 2024-12-20T23:20:47.488Z | [ recovery-image] Dec 20 23:20:45.950 INFO O| Dec 20 23:20:45.950 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8043 | 2024-12-20T23:20:47.488Z | [ recovery-image] Dec 20 23:20:45.950 INFO O| Dec 20 23:20:45.950 INFO STEP 4 (ensure_dir) COMPLETE |
8044 | 2024-12-20T23:20:47.491Z | [ recovery-image] Dec 20 23:20:45.950 INFO O| Dec 20 23:20:45.950 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8045 | 2024-12-20T23:20:47.516Z | [ recovery-image] Dec 20 23:20:45.978 INFO O| Dec 20 23:20:45.978 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8046 | 2024-12-20T23:20:47.516Z | [ recovery-image] Dec 20 23:20:45.978 INFO O| Dec 20 23:20:45.978 INFO STEP 5 (ensure_dir) COMPLETE |
8047 | 2024-12-20T23:20:47.517Z | [ recovery-image] Dec 20 23:20:45.978 INFO O| Dec 20 23:20:45.978 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8048 | 2024-12-20T23:20:47.555Z | [ recovery-image] Dec 20 23:20:46.017 INFO O| Dec 20 23:20:46.017 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8049 | 2024-12-20T23:20:47.555Z | [ recovery-image] Dec 20 23:20:46.017 INFO O| Dec 20 23:20:46.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8050 | 2024-12-20T23:20:47.558Z | [ recovery-image] Dec 20 23:20:46.017 INFO O| Dec 20 23:20:46.017 INFO STEP 6 (ensure_dir) COMPLETE |
8051 | 2024-12-20T23:20:47.558Z | [ recovery-image] Dec 20 23:20:46.017 INFO O| Dec 20 23:20:46.017 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8052 | 2024-12-20T23:20:47.575Z | [ recovery-image] Dec 20 23:20:46.036 INFO O| Dec 20 23:20:46.036 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8053 | 2024-12-20T23:20:47.575Z | [ recovery-image] Dec 20 23:20:46.036 INFO O| Dec 20 23:20:46.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8054 | 2024-12-20T23:20:47.575Z | [ recovery-image] Dec 20 23:20:46.036 INFO O| Dec 20 23:20:46.036 INFO STEP 7 (ensure_dir) COMPLETE |
8055 | 2024-12-20T23:20:47.575Z | [ recovery-image] Dec 20 23:20:46.036 INFO O| Dec 20 23:20:46.036 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8056 | 2024-12-20T23:20:47.594Z | [ recovery-image] Dec 20 23:20:46.055 INFO O| Dec 20 23:20:46.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8057 | 2024-12-20T23:20:47.599Z | [ recovery-image] Dec 20 23:20:46.056 INFO O| Dec 20 23:20:46.056 INFO STEP 8 (remove_files) COMPLETE |
8058 | 2024-12-20T23:20:47.599Z | [ recovery-image] Dec 20 23:20:46.056 INFO O| Dec 20 23:20:46.056 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8059 | 2024-12-20T23:20:47.612Z | [ recovery-image] Dec 20 23:20:46.074 INFO O| Dec 20 23:20:46.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8060 | 2024-12-20T23:20:47.614Z | [ recovery-image] Dec 20 23:20:46.075 INFO O| Dec 20 23:20:46.075 INFO STEP 9 (remove_files) COMPLETE |
8061 | 2024-12-20T23:20:47.614Z | [ recovery-image] Dec 20 23:20:46.075 INFO O| Dec 20 23:20:46.075 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8062 | 2024-12-20T23:20:47.631Z | [ recovery-image] Dec 20 23:20:46.093 INFO O| Dec 20 23:20:46.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8063 | 2024-12-20T23:20:47.634Z | [ recovery-image] Dec 20 23:20:46.094 INFO O| Dec 20 23:20:46.094 INFO STEP 10 (remove_files) COMPLETE |
8064 | 2024-12-20T23:20:47.634Z | [ recovery-image] Dec 20 23:20:46.095 INFO O| Dec 20 23:20:46.094 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8065 | 2024-12-20T23:20:47.652Z | [ recovery-image] Dec 20 23:20:46.114 INFO O| Dec 20 23:20:46.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8066 | 2024-12-20T23:20:47.655Z | [ recovery-image] Dec 20 23:20:46.114 INFO O| Dec 20 23:20:46.114 INFO STEP 11 (remove_files) COMPLETE |
8067 | 2024-12-20T23:20:47.655Z | [ recovery-image] Dec 20 23:20:46.114 INFO O| Dec 20 23:20:46.114 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8068 | 2024-12-20T23:20:47.688Z | [ recovery-image] Dec 20 23:20:46.150 INFO O| Dec 20 23:20:46.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8069 | 2024-12-20T23:20:47.691Z | [ recovery-image] Dec 20 23:20:46.150 INFO O| Dec 20 23:20:46.150 INFO STEP 12 (remove_files) COMPLETE |
8070 | 2024-12-20T23:20:47.691Z | [ recovery-image] Dec 20 23:20:46.150 INFO O| Dec 20 23:20:46.150 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8071 | 2024-12-20T23:20:47.708Z | [ recovery-image] Dec 20 23:20:46.170 INFO O| Dec 20 23:20:46.170 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8072 | 2024-12-20T23:20:47.708Z | [ recovery-image] Dec 20 23:20:46.170 INFO O| Dec 20 23:20:46.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8073 | 2024-12-20T23:20:47.709Z | [ recovery-image] Dec 20 23:20:46.170 INFO O| Dec 20 23:20:46.170 INFO STEP 13 (ensure_dir) COMPLETE |
8074 | 2024-12-20T23:20:47.712Z | [ recovery-image] Dec 20 23:20:46.170 INFO O| Dec 20 23:20:46.170 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8075 | 2024-12-20T23:20:47.751Z | [ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8076 | 2024-12-20T23:20:47.754Z | [ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8077 | 2024-12-20T23:20:47.754Z | [ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8078 | 2024-12-20T23:20:47.754Z | [ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO STEP 14 (ensure_dir) COMPLETE |
8079 | 2024-12-20T23:20:47.754Z | [ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8080 | 2024-12-20T23:20:47.837Z | [ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8081 | 2024-12-20T23:20:47.837Z | [ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8082 | 2024-12-20T23:20:47.837Z | [ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8083 | 2024-12-20T23:20:47.840Z | [ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO STEP 15 (ensure_dir) COMPLETE |
8084 | 2024-12-20T23:20:47.840Z | [ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8085 | 2024-12-20T23:20:47.898Z | [ recovery-image] Dec 20 23:20:46.360 INFO O| Dec 20 23:20:46.360 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8086 | 2024-12-20T23:20:47.898Z | [ recovery-image] Dec 20 23:20:46.360 INFO O| Dec 20 23:20:46.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8087 | 2024-12-20T23:20:47.898Z | [ recovery-image] Dec 20 23:20:46.360 INFO O| Dec 20 23:20:46.360 INFO STEP 16 (ensure_dir) COMPLETE |
8088 | 2024-12-20T23:20:47.901Z | [ recovery-image] Dec 20 23:20:46.360 INFO O| Dec 20 23:20:46.360 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8089 | 2024-12-20T23:20:47.921Z | [ recovery-image] Dec 20 23:20:46.382 INFO O| Dec 20 23:20:46.382 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8090 | 2024-12-20T23:20:47.921Z | [ recovery-image] Dec 20 23:20:46.382 INFO O| Dec 20 23:20:46.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8091 | 2024-12-20T23:20:47.921Z | [ recovery-image] Dec 20 23:20:46.382 INFO O| Dec 20 23:20:46.382 INFO STEP 17 (ensure_dir) COMPLETE |
8092 | 2024-12-20T23:20:47.921Z | [ recovery-image] Dec 20 23:20:46.383 INFO O| Dec 20 23:20:46.382 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8093 | 2024-12-20T23:20:47.998Z | [ recovery-image] Dec 20 23:20:46.459 INFO O| Dec 20 23:20:46.459 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8094 | 2024-12-20T23:20:47.998Z | [ recovery-image] Dec 20 23:20:46.459 INFO O| Dec 20 23:20:46.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8095 | 2024-12-20T23:20:47.998Z | [ recovery-image] Dec 20 23:20:46.459 INFO O| Dec 20 23:20:46.459 INFO ok! |
8096 | 2024-12-20T23:20:47.998Z | [ recovery-image] Dec 20 23:20:46.459 INFO O| Dec 20 23:20:46.459 INFO STEP 18 (ensure_symlink) COMPLETE |
8097 | 2024-12-20T23:20:48.001Z | [ recovery-image] Dec 20 23:20:46.460 INFO O| Dec 20 23:20:46.460 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8098 | 2024-12-20T23:20:48.019Z | [ recovery-image] Dec 20 23:20:46.480 INFO O| Dec 20 23:20:46.480 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8099 | 2024-12-20T23:20:48.019Z | [ recovery-image] Dec 20 23:20:46.481 INFO O| Dec 20 23:20:46.480 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8100 | 2024-12-20T23:20:48.022Z | [ recovery-image] Dec 20 23:20:46.481 INFO O| Dec 20 23:20:46.480 INFO ok! |
8101 | 2024-12-20T23:20:48.022Z | [ recovery-image] Dec 20 23:20:46.481 INFO O| Dec 20 23:20:46.481 INFO STEP 19 (ensure_file) COMPLETE |
8102 | 2024-12-20T23:20:48.022Z | [ recovery-image] Dec 20 23:20:46.481 INFO O| Dec 20 23:20:46.481 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8103 | 2024-12-20T23:20:48.040Z | [ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8104 | 2024-12-20T23:20:48.040Z | [ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8105 | 2024-12-20T23:20:48.043Z | [ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8106 | 2024-12-20T23:20:48.043Z | [ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO ok! |
8107 | 2024-12-20T23:20:48.043Z | [ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO STEP 20 (ensure_symlink) COMPLETE |
8108 | 2024-12-20T23:20:48.043Z | [ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8109 | 2024-12-20T23:20:48.076Z | [ recovery-image] Dec 20 23:20:46.538 INFO O| Dec 20 23:20:46.538 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8110 | 2024-12-20T23:20:48.076Z | [ recovery-image] Dec 20 23:20:46.538 INFO O| Dec 20 23:20:46.538 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8111 | 2024-12-20T23:20:48.079Z | [ recovery-image] Dec 20 23:20:46.538 INFO O| Dec 20 23:20:46.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8112 | 2024-12-20T23:20:48.079Z | [ recovery-image] Dec 20 23:20:46.538 INFO O| Dec 20 23:20:46.538 INFO ok! |
8113 | 2024-12-20T23:20:48.079Z | [ recovery-image] Dec 20 23:20:46.539 INFO O| Dec 20 23:20:46.538 INFO STEP 21 (ensure_symlink) COMPLETE |
8114 | 2024-12-20T23:20:48.079Z | [ recovery-image] Dec 20 23:20:46.539 INFO O| Dec 20 23:20:46.539 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8115 | 2024-12-20T23:20:48.153Z | [ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8116 | 2024-12-20T23:20:48.167Z | [ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8117 | 2024-12-20T23:20:48.167Z | [ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8118 | 2024-12-20T23:20:48.167Z | [ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO ok! |
8119 | 2024-12-20T23:20:48.167Z | [ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO STEP 22 (ensure_symlink) COMPLETE |
8120 | 2024-12-20T23:20:48.167Z | [ recovery-image] Dec 20 23:20:46.616 INFO O| Dec 20 23:20:46.616 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8121 | 2024-12-20T23:20:48.180Z | [ recovery-image] Dec 20 23:20:46.641 INFO O| Dec 20 23:20:46.641 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8122 | 2024-12-20T23:20:48.180Z | [ recovery-image] Dec 20 23:20:46.641 INFO O| Dec 20 23:20:46.641 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8123 | 2024-12-20T23:20:48.182Z | [ recovery-image] Dec 20 23:20:46.641 INFO O| Dec 20 23:20:46.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8124 | 2024-12-20T23:20:48.183Z | [ recovery-image] Dec 20 23:20:46.641 INFO O| Dec 20 23:20:46.641 INFO ok! |
8125 | 2024-12-20T23:20:48.183Z | [ recovery-image] Dec 20 23:20:46.642 INFO O| Dec 20 23:20:46.642 INFO STEP 23 (ensure_symlink) COMPLETE |
8126 | 2024-12-20T23:20:48.183Z | [ recovery-image] Dec 20 23:20:46.642 INFO O| Dec 20 23:20:46.642 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8127 | 2024-12-20T23:20:48.207Z | [ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8128 | 2024-12-20T23:20:48.207Z | [ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 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 ... |
8129 | 2024-12-20T23:20:48.209Z | [ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8130 | 2024-12-20T23:20:48.209Z | [ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 INFO ok! |
8131 | 2024-12-20T23:20:48.210Z | [ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 INFO STEP 24 (ensure_file) COMPLETE |
8132 | 2024-12-20T23:20:48.210Z | [ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8133 | 2024-12-20T23:20:48.240Z | [ recovery-image] Dec 20 23:20:46.702 INFO O| Dec 20 23:20:46.702 INFO updating shadow file |
8134 | 2024-12-20T23:20:48.243Z | [ recovery-image] Dec 20 23:20:46.703 INFO O| Dec 20 23:20:46.703 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8135 | 2024-12-20T23:20:48.243Z | [ recovery-image] Dec 20 23:20:46.703 INFO O| Dec 20 23:20:46.703 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8136 | 2024-12-20T23:20:48.243Z | [ recovery-image] Dec 20 23:20:46.703 INFO O| Dec 20 23:20:46.703 INFO STEP 25 (shadow) COMPLETE |
8137 | 2024-12-20T23:20:48.243Z | [ recovery-image] Dec 20 23:20:46.703 INFO O| Dec 20 23:20:46.703 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8138 | 2024-12-20T23:20:48.298Z | [ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8139 | 2024-12-20T23:20:48.298Z | [ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8140 | 2024-12-20T23:20:48.300Z | [ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8141 | 2024-12-20T23:20:48.300Z | [ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO ok! |
8142 | 2024-12-20T23:20:48.300Z | [ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO STEP 26 (ensure_file) COMPLETE |
8143 | 2024-12-20T23:20:48.300Z | [ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8144 | 2024-12-20T23:20:48.319Z | [ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.780 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8145 | 2024-12-20T23:20:48.319Z | [ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8146 | 2024-12-20T23:20:48.319Z | [ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8147 | 2024-12-20T23:20:48.319Z | [ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO ok! |
8148 | 2024-12-20T23:20:48.322Z | [ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO STEP 27 (ensure_file) COMPLETE |
8149 | 2024-12-20T23:20:48.322Z | [ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8150 | 2024-12-20T23:20:48.339Z | [ recovery-image] Dec 20 23:20:46.800 INFO O| Dec 20 23:20:46.800 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8151 | 2024-12-20T23:20:48.339Z | [ recovery-image] Dec 20 23:20:46.800 INFO O| Dec 20 23:20:46.800 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8152 | 2024-12-20T23:20:48.343Z | [ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8153 | 2024-12-20T23:20:48.343Z | [ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8154 | 2024-12-20T23:20:48.343Z | [ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO ok! |
8155 | 2024-12-20T23:20:48.343Z | [ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO STEP 28 (ensure_file) COMPLETE |
8156 | 2024-12-20T23:20:48.343Z | [ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8157 | 2024-12-20T23:20:48.364Z | [ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8158 | 2024-12-20T23:20:48.364Z | [ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8159 | 2024-12-20T23:20:48.364Z | [ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8160 | 2024-12-20T23:20:48.367Z | [ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO ok! |
8161 | 2024-12-20T23:20:48.367Z | [ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO STEP 29 (ensure_file) COMPLETE |
8162 | 2024-12-20T23:20:48.367Z | [ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8163 | 2024-12-20T23:20:48.386Z | [ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.847 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8164 | 2024-12-20T23:20:48.386Z | [ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8165 | 2024-12-20T23:20:48.386Z | [ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8166 | 2024-12-20T23:20:48.389Z | [ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO ok! |
8167 | 2024-12-20T23:20:48.389Z | [ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO STEP 30 (ensure_file) COMPLETE |
8168 | 2024-12-20T23:20:48.389Z | [ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8169 | 2024-12-20T23:20:48.421Z | [ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8170 | 2024-12-20T23:20:48.421Z | [ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8171 | 2024-12-20T23:20:48.421Z | [ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8172 | 2024-12-20T23:20:48.424Z | [ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8173 | 2024-12-20T23:20:48.424Z | [ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO ok! |
8174 | 2024-12-20T23:20:48.424Z | [ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO STEP 31 (ensure_file) COMPLETE |
8175 | 2024-12-20T23:20:48.424Z | [ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8176 | 2024-12-20T23:20:48.444Z | [ recovery-image] Dec 20 23:20:46.906 INFO O| Dec 20 23:20:46.906 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8177 | 2024-12-20T23:20:48.444Z | [ recovery-image] Dec 20 23:20:46.906 INFO O| Dec 20 23:20:46.906 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8178 | 2024-12-20T23:20:48.447Z | [ recovery-image] Dec 20 23:20:46.907 INFO O| Dec 20 23:20:46.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8179 | 2024-12-20T23:20:48.447Z | [ recovery-image] Dec 20 23:20:46.907 INFO O| Dec 20 23:20:46.907 INFO ok! |
8180 | 2024-12-20T23:20:48.447Z | [ recovery-image] Dec 20 23:20:46.907 INFO O| Dec 20 23:20:46.907 INFO STEP 32 (ensure_file) COMPLETE |
8181 | 2024-12-20T23:20:48.447Z | [ recovery-image] Dec 20 23:20:46.907 INFO O| Dec 20 23:20:46.907 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8182 | 2024-12-20T23:20:48.504Z | [ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8183 | 2024-12-20T23:20:48.504Z | [ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8184 | 2024-12-20T23:20:48.504Z | [ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8185 | 2024-12-20T23:20:48.506Z | [ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 INFO ok! |
8186 | 2024-12-20T23:20:48.506Z | [ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 INFO STEP 33 (ensure_file) COMPLETE |
8187 | 2024-12-20T23:20:48.506Z | [ recovery-image] Dec 20 23:20:46.966 INFO O| Dec 20 23:20:46.966 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8188 | 2024-12-20T23:20:48.559Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8189 | 2024-12-20T23:20:48.559Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8190 | 2024-12-20T23:20:48.559Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8191 | 2024-12-20T23:20:48.562Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8192 | 2024-12-20T23:20:48.562Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8193 | 2024-12-20T23:20:48.562Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8194 | 2024-12-20T23:20:48.562Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO ok! |
8195 | 2024-12-20T23:20:48.562Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO STEP 34 (ensure_file) COMPLETE |
8196 | 2024-12-20T23:20:48.563Z | [ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8197 | 2024-12-20T23:20:48.622Z | [ recovery-image] Dec 20 23:20:47.083 INFO O| Dec 20 23:20:47.083 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8198 | 2024-12-20T23:20:48.622Z | [ recovery-image] Dec 20 23:20:47.084 INFO O| Dec 20 23:20:47.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8199 | 2024-12-20T23:20:48.624Z | [ recovery-image] Dec 20 23:20:47.084 INFO O| Dec 20 23:20:47.084 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8200 | 2024-12-20T23:20:48.624Z | [ recovery-image] Dec 20 23:20:47.084 INFO O| Dec 20 23:20:47.084 INFO STEP 35 (ensure_dir) COMPLETE |
8201 | 2024-12-20T23:20:48.625Z | [ recovery-image] Dec 20 23:20:47.084 INFO O| Dec 20 23:20:47.084 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8202 | 2024-12-20T23:20:48.674Z | [ recovery-image] Dec 20 23:20:47.136 INFO O| Dec 20 23:20:47.136 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 |
8203 | 2024-12-20T23:20:48.674Z | [ recovery-image] Dec 20 23:20:47.136 INFO O| Dec 20 23:20:47.136 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 ... |
8204 | 2024-12-20T23:20:48.677Z | [ recovery-image] Dec 20 23:20:47.136 INFO O| Dec 20 23:20:47.136 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 |
8205 | 2024-12-20T23:20:48.677Z | [ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.136 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 |
8206 | 2024-12-20T23:20:48.677Z | [ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 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 |
8207 | 2024-12-20T23:20:48.677Z | [ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 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 |
8208 | 2024-12-20T23:20:48.677Z | [ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 INFO ok! |
8209 | 2024-12-20T23:20:48.677Z | [ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 INFO STEP 36 (ensure_file) COMPLETE |
8210 | 2024-12-20T23:20:48.677Z | [ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8211 | 2024-12-20T23:20:48.730Z | [ recovery-image] Dec 20 23:20:47.191 INFO O| Dec 20 23:20:47.191 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8212 | 2024-12-20T23:20:48.730Z | [ recovery-image] Dec 20 23:20:47.191 INFO O| Dec 20 23:20:47.191 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 ... |
8213 | 2024-12-20T23:20:48.732Z | [ recovery-image] Dec 20 23:20:47.192 INFO O| Dec 20 23:20:47.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8214 | 2024-12-20T23:20:48.733Z | [ recovery-image] Dec 20 23:20:47.192 INFO O| Dec 20 23:20:47.192 INFO ok! |
8215 | 2024-12-20T23:20:48.733Z | [ recovery-image] Dec 20 23:20:47.192 INFO O| Dec 20 23:20:47.192 INFO STEP 37 (ensure_symlink) COMPLETE |
8216 | 2024-12-20T23:20:48.733Z | [ recovery-image] Dec 20 23:20:47.192 INFO O| Dec 20 23:20:47.192 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8217 | 2024-12-20T23:20:48.750Z | [ recovery-image] Dec 20 23:20:47.212 INFO O| Dec 20 23:20:47.212 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8218 | 2024-12-20T23:20:48.750Z | [ recovery-image] Dec 20 23:20:47.212 INFO O| Dec 20 23:20:47.212 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8219 | 2024-12-20T23:20:48.753Z | [ recovery-image] Dec 20 23:20:47.212 INFO O| Dec 20 23:20:47.212 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8220 | 2024-12-20T23:20:48.754Z | [ recovery-image] Dec 20 23:20:47.212 INFO O| Dec 20 23:20:47.212 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8221 | 2024-12-20T23:20:48.754Z | [ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8222 | 2024-12-20T23:20:48.754Z | [ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8223 | 2024-12-20T23:20:48.754Z | [ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO ok! |
8224 | 2024-12-20T23:20:48.754Z | [ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO STEP 38 (ensure_file) COMPLETE |
8225 | 2024-12-20T23:20:48.754Z | [ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8226 | 2024-12-20T23:20:48.791Z | [ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8227 | 2024-12-20T23:20:48.791Z | [ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 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 ... |
8228 | 2024-12-20T23:20:48.791Z | [ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 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 |
8229 | 2024-12-20T23:20:48.794Z | [ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8230 | 2024-12-20T23:20:48.794Z | [ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO ok! |
8231 | 2024-12-20T23:20:48.794Z | [ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO STEP 39 (ensure_file) COMPLETE |
8232 | 2024-12-20T23:20:48.794Z | [ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8233 | 2024-12-20T23:20:48.811Z | [ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8234 | 2024-12-20T23:20:48.811Z | [ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8235 | 2024-12-20T23:20:48.814Z | [ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8236 | 2024-12-20T23:20:48.814Z | [ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO ok! |
8237 | 2024-12-20T23:20:48.814Z | [ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO STEP 40 (ensure_file) COMPLETE |
8238 | 2024-12-20T23:20:48.814Z | [ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8239 | 2024-12-20T23:20:48.830Z | [ recovery-image] Dec 20 23:20:47.292 INFO O| Dec 20 23:20:47.292 INFO updating shadow file |
8240 | 2024-12-20T23:20:48.834Z | [ recovery-image] Dec 20 23:20:47.292 INFO O| Dec 20 23:20:47.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8241 | 2024-12-20T23:20:48.834Z | [ recovery-image] Dec 20 23:20:47.292 INFO O| Dec 20 23:20:47.292 INFO STEP 41 (shadow) COMPLETE |
8242 | 2024-12-20T23:20:48.834Z | [ recovery-image] Dec 20 23:20:47.292 INFO O| Dec 20 23:20:47.292 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8243 | 2024-12-20T23:20:48.852Z | [ recovery-image] Dec 20 23:20:47.313 INFO O| Dec 20 23:20:47.313 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8244 | 2024-12-20T23:20:48.852Z | [ recovery-image] Dec 20 23:20:47.313 INFO O| Dec 20 23:20:47.313 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8245 | 2024-12-20T23:20:48.852Z | [ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8246 | 2024-12-20T23:20:48.855Z | [ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.314 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8247 | 2024-12-20T23:20:48.855Z | [ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.314 INFO ok! |
8248 | 2024-12-20T23:20:48.855Z | [ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.314 INFO STEP 42 (ensure_file) COMPLETE |
8249 | 2024-12-20T23:20:48.855Z | [ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.314 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8250 | 2024-12-20T23:20:48.889Z | [ recovery-image] Dec 20 23:20:47.351 INFO O| Dec 20 23:20:47.351 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8251 | 2024-12-20T23:20:48.889Z | [ recovery-image] Dec 20 23:20:47.351 INFO O| Dec 20 23:20:47.351 INFO STEP 43 (ensure_dir) COMPLETE |
8252 | 2024-12-20T23:20:48.889Z | [ recovery-image] Dec 20 23:20:47.351 INFO O| Dec 20 23:20:47.351 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8253 | 2024-12-20T23:20:48.933Z | [ recovery-image] Dec 20 23:20:47.394 INFO O| Dec 20 23:20:47.394 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8254 | 2024-12-20T23:20:48.933Z | [ recovery-image] Dec 20 23:20:47.394 INFO O| Dec 20 23:20:47.394 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8255 | 2024-12-20T23:20:48.933Z | [ recovery-image] Dec 20 23:20:47.394 INFO O| Dec 20 23:20:47.394 INFO STEP 44 (ensure_dir) COMPLETE |
8256 | 2024-12-20T23:20:48.933Z | [ recovery-image] Dec 20 23:20:47.394 INFO O| Dec 20 23:20:47.394 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8257 | 2024-12-20T23:20:48.996Z | [ recovery-image] Dec 20 23:20:47.458 INFO O| Dec 20 23:20:47.458 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8258 | 2024-12-20T23:20:48.996Z | [ recovery-image] Dec 20 23:20:47.458 INFO O| Dec 20 23:20:47.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8259 | 2024-12-20T23:20:48.996Z | [ recovery-image] Dec 20 23:20:47.458 INFO O| Dec 20 23:20:47.458 INFO STEP 45 (ensure_dir) COMPLETE |
8260 | 2024-12-20T23:20:48.999Z | [ recovery-image] Dec 20 23:20:47.458 INFO O| Dec 20 23:20:47.458 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8261 | 2024-12-20T23:20:49.052Z | [ recovery-image] Dec 20 23:20:47.514 INFO O| Dec 20 23:20:47.514 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8262 | 2024-12-20T23:20:49.052Z | [ recovery-image] Dec 20 23:20:47.514 INFO O| Dec 20 23:20:47.514 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8263 | 2024-12-20T23:20:49.110Z | [ recovery-image] Dec 20 23:20:47.572 INFO O| Dec 20 23:20:47.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8264 | 2024-12-20T23:20:49.110Z | [ recovery-image] Dec 20 23:20:47.572 INFO O| Dec 20 23:20:47.572 INFO ok! |
8265 | 2024-12-20T23:20:49.110Z | [ recovery-image] Dec 20 23:20:47.572 INFO O| Dec 20 23:20:47.572 INFO STEP 46 (ensure_file) COMPLETE |
8266 | 2024-12-20T23:20:49.113Z | [ recovery-image] Dec 20 23:20:47.572 INFO O| Dec 20 23:20:47.572 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8267 | 2024-12-20T23:20:49.132Z | [ recovery-image] Dec 20 23:20:47.594 INFO O| Dec 20 23:20:47.594 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8268 | 2024-12-20T23:20:49.132Z | [ recovery-image] Dec 20 23:20:47.594 INFO O| Dec 20 23:20:47.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8269 | 2024-12-20T23:20:49.132Z | [ recovery-image] Dec 20 23:20:47.594 INFO O| Dec 20 23:20:47.594 INFO STEP 47 (ensure_dir) COMPLETE |
8270 | 2024-12-20T23:20:49.132Z | [ recovery-image] Dec 20 23:20:47.594 INFO O| Dec 20 23:20:47.594 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8271 | 2024-12-20T23:20:49.151Z | [ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8272 | 2024-12-20T23:20:49.151Z | [ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8273 | 2024-12-20T23:20:49.151Z | [ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8274 | 2024-12-20T23:20:49.151Z | [ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO ok! |
8275 | 2024-12-20T23:20:49.153Z | [ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO STEP 48 (ensure_file) COMPLETE |
8276 | 2024-12-20T23:20:49.153Z | [ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8277 | 2024-12-20T23:20:49.189Z | [ recovery-image] Dec 20 23:20:47.651 INFO O| Dec 20 23:20:47.651 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8278 | 2024-12-20T23:20:49.189Z | [ recovery-image] Dec 20 23:20:47.651 INFO O| Dec 20 23:20:47.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8279 | 2024-12-20T23:20:49.189Z | [ recovery-image] Dec 20 23:20:47.651 INFO O| Dec 20 23:20:47.651 INFO STEP 49 (ensure_dir) COMPLETE |
8280 | 2024-12-20T23:20:49.189Z | [ recovery-image] Dec 20 23:20:47.651 INFO O| Dec 20 23:20:47.651 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8281 | 2024-12-20T23:20:49.224Z | [ recovery-image] Dec 20 23:20:47.686 INFO O| Dec 20 23:20:47.686 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8282 | 2024-12-20T23:20:49.224Z | [ recovery-image] Dec 20 23:20:47.686 INFO O| Dec 20 23:20:47.686 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8283 | 2024-12-20T23:20:49.247Z | [ recovery-image] Dec 20 23:20:47.709 INFO O| Dec 20 23:20:47.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8284 | 2024-12-20T23:20:49.247Z | [ recovery-image] Dec 20 23:20:47.709 INFO O| Dec 20 23:20:47.709 INFO ok! |
8285 | 2024-12-20T23:20:49.250Z | [ recovery-image] Dec 20 23:20:47.709 INFO O| Dec 20 23:20:47.709 INFO STEP 50 (ensure_file) COMPLETE |
8286 | 2024-12-20T23:20:49.250Z | [ recovery-image] Dec 20 23:20:47.709 INFO O| Dec 20 23:20:47.709 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8287 | 2024-12-20T23:20:49.283Z | [ recovery-image] Dec 20 23:20:47.744 INFO O| Dec 20 23:20:47.744 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8288 | 2024-12-20T23:20:49.283Z | [ recovery-image] Dec 20 23:20:47.745 INFO O| Dec 20 23:20:47.744 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8289 | 2024-12-20T23:20:51.405Z | [ recovery-image] Dec 20 23:20:49.866 INFO O| Dec 20 23:20:49.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8290 | 2024-12-20T23:20:51.405Z | [ recovery-image] Dec 20 23:20:49.866 INFO O| Dec 20 23:20:49.866 INFO ok! |
8291 | 2024-12-20T23:20:51.405Z | [ recovery-image] Dec 20 23:20:49.866 INFO O| Dec 20 23:20:49.866 INFO STEP 51 (ensure_file) COMPLETE |
8292 | 2024-12-20T23:20:51.408Z | [ recovery-image] Dec 20 23:20:49.866 INFO O| Dec 20 23:20:49.866 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8293 | 2024-12-20T23:20:51.424Z | [ recovery-image] Dec 20 23:20:49.886 INFO O| Dec 20 23:20:49.886 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8294 | 2024-12-20T23:20:51.424Z | [ recovery-image] Dec 20 23:20:49.886 INFO O| Dec 20 23:20:49.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8295 | 2024-12-20T23:20:51.426Z | [ recovery-image] Dec 20 23:20:49.886 INFO O| Dec 20 23:20:49.886 INFO STEP 52 (ensure_dir) COMPLETE |
8296 | 2024-12-20T23:20:51.427Z | [ recovery-image] Dec 20 23:20:49.886 INFO O| Dec 20 23:20:49.886 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8297 | 2024-12-20T23:20:51.453Z | [ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.914 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8298 | 2024-12-20T23:20:51.453Z | [ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 INFO copying /tmp/.tmpMH33g0/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 ... |
8299 | 2024-12-20T23:20:51.456Z | [ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 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 |
8300 | 2024-12-20T23:20:51.456Z | [ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 INFO ok! |
8301 | 2024-12-20T23:20:51.456Z | [ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 INFO STEP 53 (ensure_file) COMPLETE |
8302 | 2024-12-20T23:20:51.456Z | [ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8303 | 2024-12-20T23:20:51.486Z | [ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.947 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8304 | 2024-12-20T23:20:51.486Z | [ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.947 INFO copying /tmp/.tmpMH33g0/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 ... |
8305 | 2024-12-20T23:20:51.488Z | [ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.948 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 |
8306 | 2024-12-20T23:20:51.488Z | [ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.948 INFO ok! |
8307 | 2024-12-20T23:20:51.488Z | [ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.948 INFO STEP 54 (ensure_file) COMPLETE |
8308 | 2024-12-20T23:20:51.489Z | [ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.948 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8309 | 2024-12-20T23:20:51.525Z | [ recovery-image] Dec 20 23:20:49.986 INFO O| Dec 20 23:20:49.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8310 | 2024-12-20T23:20:51.525Z | [ recovery-image] Dec 20 23:20:49.986 INFO O| Dec 20 23:20:49.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8311 | 2024-12-20T23:20:51.527Z | [ recovery-image] Dec 20 23:20:49.986 INFO O| Dec 20 23:20:49.986 INFO STEP 55 (ensure_dir) COMPLETE |
8312 | 2024-12-20T23:20:51.527Z | [ recovery-image] Dec 20 23:20:49.986 INFO O| Dec 20 23:20:49.986 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8313 | 2024-12-20T23:20:51.573Z | [ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8314 | 2024-12-20T23:20:51.573Z | [ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO copying /tmp/.tmpMH33g0/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 ... |
8315 | 2024-12-20T23:20:51.573Z | [ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8316 | 2024-12-20T23:20:51.575Z | [ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO ok! |
8317 | 2024-12-20T23:20:51.575Z | [ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO STEP 56 (ensure_file) COMPLETE |
8318 | 2024-12-20T23:20:51.575Z | [ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8319 | 2024-12-20T23:20:51.618Z | [ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8320 | 2024-12-20T23:20:51.618Z | [ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO copying /tmp/.tmpMH33g0/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 ... |
8321 | 2024-12-20T23:20:51.618Z | [ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 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 |
8322 | 2024-12-20T23:20:51.621Z | [ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO ok! |
8323 | 2024-12-20T23:20:51.621Z | [ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO STEP 57 (ensure_file) COMPLETE |
8324 | 2024-12-20T23:20:51.621Z | [ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8325 | 2024-12-20T23:20:51.654Z | [ recovery-image] Dec 20 23:20:50.115 INFO O| Dec 20 23:20:50.115 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8326 | 2024-12-20T23:20:51.654Z | [ recovery-image] Dec 20 23:20:50.115 INFO O| Dec 20 23:20:50.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8327 | 2024-12-20T23:20:51.656Z | [ recovery-image] Dec 20 23:20:50.115 INFO O| Dec 20 23:20:50.115 INFO STEP 58 (ensure_dir) COMPLETE |
8328 | 2024-12-20T23:20:51.656Z | [ recovery-image] Dec 20 23:20:50.115 INFO O| Dec 20 23:20:50.115 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8329 | 2024-12-20T23:20:51.673Z | [ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8330 | 2024-12-20T23:20:51.673Z | [ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO copying /tmp/.tmpMH33g0/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 ... |
8331 | 2024-12-20T23:20:51.673Z | [ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8332 | 2024-12-20T23:20:51.676Z | [ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO ok! |
8333 | 2024-12-20T23:20:51.676Z | [ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO STEP 59 (ensure_file) COMPLETE |
8334 | 2024-12-20T23:20:51.676Z | [ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8335 | 2024-12-20T23:20:51.691Z | [ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8336 | 2024-12-20T23:20:51.691Z | [ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8337 | 2024-12-20T23:20:51.694Z | [ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8338 | 2024-12-20T23:20:51.694Z | [ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO ok! |
8339 | 2024-12-20T23:20:51.694Z | [ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO STEP 60 (ensure_file) COMPLETE |
8340 | 2024-12-20T23:20:51.694Z | [ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8341 | 2024-12-20T23:20:51.710Z | [ recovery-image] Dec 20 23:20:50.171 INFO O| Dec 20 23:20:50.171 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8342 | 2024-12-20T23:20:51.710Z | [ recovery-image] Dec 20 23:20:50.171 INFO O| Dec 20 23:20:50.171 INFO STEP 61 (ensure_dir) COMPLETE |
8343 | 2024-12-20T23:20:51.710Z | [ recovery-image] Dec 20 23:20:50.171 INFO O| Dec 20 23:20:50.171 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8344 | 2024-12-20T23:20:51.730Z | [ recovery-image] Dec 20 23:20:50.191 INFO O| Dec 20 23:20:50.191 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8345 | 2024-12-20T23:20:51.730Z | [ recovery-image] Dec 20 23:20:50.191 INFO O| Dec 20 23:20:50.191 INFO STEP 62 (ensure_dir) COMPLETE |
8346 | 2024-12-20T23:20:51.730Z | [ recovery-image] Dec 20 23:20:50.191 INFO O| Dec 20 23:20:50.191 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8347 | 2024-12-20T23:20:51.749Z | [ recovery-image] Dec 20 23:20:50.210 INFO O| Dec 20 23:20:50.210 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8348 | 2024-12-20T23:20:51.749Z | [ recovery-image] Dec 20 23:20:50.210 INFO O| Dec 20 23:20:50.210 INFO STEP 63 (ensure_dir) COMPLETE |
8349 | 2024-12-20T23:20:51.751Z | [ recovery-image] Dec 20 23:20:50.210 INFO O| Dec 20 23:20:50.210 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8350 | 2024-12-20T23:20:51.767Z | [ recovery-image] Dec 20 23:20:50.228 INFO O| Dec 20 23:20:50.228 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8351 | 2024-12-20T23:20:51.767Z | [ recovery-image] Dec 20 23:20:50.228 INFO O| Dec 20 23:20:50.228 INFO STEP 64 (ensure_dir) COMPLETE |
8352 | 2024-12-20T23:20:51.769Z | [ recovery-image] Dec 20 23:20:50.228 INFO O| Dec 20 23:20:50.228 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8353 | 2024-12-20T23:20:51.786Z | [ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8354 | 2024-12-20T23:20:51.786Z | [ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8355 | 2024-12-20T23:20:51.788Z | [ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8356 | 2024-12-20T23:20:51.788Z | [ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO ok! |
8357 | 2024-12-20T23:20:51.788Z | [ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO STEP 65 (ensure_file) COMPLETE |
8358 | 2024-12-20T23:20:51.788Z | [ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8359 | 2024-12-20T23:20:51.818Z | [ recovery-image] Dec 20 23:20:50.279 INFO O| Dec 20 23:20:50.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8360 | 2024-12-20T23:20:51.820Z | [ recovery-image] Dec 20 23:20:50.280 INFO O| Dec 20 23:20:50.280 INFO STEP 66 (remove_files) COMPLETE |
8361 | 2024-12-20T23:20:51.821Z | [ recovery-image] Dec 20 23:20:50.280 INFO O| Dec 20 23:20:50.280 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8362 | 2024-12-20T23:20:51.850Z | [ recovery-image] Dec 20 23:20:50.311 INFO O| Dec 20 23:20:50.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8363 | 2024-12-20T23:20:51.852Z | [ recovery-image] Dec 20 23:20:50.312 INFO O| Dec 20 23:20:50.312 INFO STEP 67 (remove_files) COMPLETE |
8364 | 2024-12-20T23:20:51.852Z | [ recovery-image] Dec 20 23:20:50.312 INFO O| Dec 20 23:20:50.312 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8365 | 2024-12-20T23:20:51.870Z | [ recovery-image] Dec 20 23:20:50.332 INFO O| Dec 20 23:20:50.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8366 | 2024-12-20T23:20:51.872Z | [ recovery-image] Dec 20 23:20:50.332 INFO O| Dec 20 23:20:50.332 INFO STEP 68 (remove_files) COMPLETE |
8367 | 2024-12-20T23:20:51.872Z | [ recovery-image] Dec 20 23:20:50.332 INFO O| Dec 20 23:20:50.332 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8368 | 2024-12-20T23:20:51.889Z | [ recovery-image] Dec 20 23:20:50.351 INFO O| Dec 20 23:20:50.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8369 | 2024-12-20T23:20:51.892Z | [ recovery-image] Dec 20 23:20:50.351 INFO O| Dec 20 23:20:50.351 INFO STEP 69 (remove_files) COMPLETE |
8370 | 2024-12-20T23:20:51.892Z | [ recovery-image] Dec 20 23:20:50.351 INFO O| Dec 20 23:20:50.351 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8371 | 2024-12-20T23:20:51.908Z | [ recovery-image] Dec 20 23:20:50.369 INFO O| Dec 20 23:20:50.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8372 | 2024-12-20T23:20:51.911Z | [ recovery-image] Dec 20 23:20:50.369 INFO O| Dec 20 23:20:50.369 INFO STEP 70 (remove_files) COMPLETE |
8373 | 2024-12-20T23:20:51.911Z | [ recovery-image] Dec 20 23:20:50.370 INFO O| Dec 20 23:20:50.369 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8374 | 2024-12-20T23:20:51.926Z | [ recovery-image] Dec 20 23:20:50.387 INFO O| Dec 20 23:20:50.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8375 | 2024-12-20T23:20:51.929Z | [ recovery-image] Dec 20 23:20:50.387 INFO O| Dec 20 23:20:50.387 INFO STEP 71 (remove_files) COMPLETE |
8376 | 2024-12-20T23:20:51.929Z | [ recovery-image] Dec 20 23:20:50.387 INFO O| Dec 20 23:20:50.387 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8377 | 2024-12-20T23:20:51.944Z | [ recovery-image] Dec 20 23:20:50.405 INFO O| Dec 20 23:20:50.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8378 | 2024-12-20T23:20:51.944Z | [ recovery-image] Dec 20 23:20:50.406 INFO O| Dec 20 23:20:50.406 INFO STEP 72 (remove_files) COMPLETE |
8379 | 2024-12-20T23:20:51.946Z | [ recovery-image] Dec 20 23:20:50.406 INFO O| Dec 20 23:20:50.406 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8380 | 2024-12-20T23:20:51.988Z | [ recovery-image] Dec 20 23:20:50.449 INFO O| Dec 20 23:20:50.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8381 | 2024-12-20T23:20:51.988Z | [ recovery-image] Dec 20 23:20:50.449 INFO O| Dec 20 23:20:50.449 INFO STEP 73 (remove_files) COMPLETE |
8382 | 2024-12-20T23:20:51.988Z | [ recovery-image] Dec 20 23:20:50.449 INFO O| Dec 20 23:20:50.449 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8383 | 2024-12-20T23:20:52.027Z | [ recovery-image] Dec 20 23:20:50.489 INFO O| Dec 20 23:20:50.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8384 | 2024-12-20T23:20:52.030Z | [ recovery-image] Dec 20 23:20:50.489 INFO O| Dec 20 23:20:50.489 INFO STEP 74 (remove_files) COMPLETE |
8385 | 2024-12-20T23:20:52.030Z | [ recovery-image] Dec 20 23:20:50.489 INFO O| Dec 20 23:20:50.489 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8386 | 2024-12-20T23:20:52.048Z | [ recovery-image] Dec 20 23:20:50.509 INFO O| Dec 20 23:20:50.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8387 | 2024-12-20T23:20:52.050Z | [ recovery-image] Dec 20 23:20:50.509 INFO O| Dec 20 23:20:50.509 INFO STEP 75 (remove_files) COMPLETE |
8388 | 2024-12-20T23:20:52.050Z | [ recovery-image] Dec 20 23:20:50.509 INFO O| Dec 20 23:20:50.509 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8389 | 2024-12-20T23:20:52.067Z | [ recovery-image] Dec 20 23:20:50.528 INFO O| Dec 20 23:20:50.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8390 | 2024-12-20T23:20:52.067Z | [ recovery-image] Dec 20 23:20:50.529 INFO O| Dec 20 23:20:50.529 INFO STEP 76 (remove_files) COMPLETE |
8391 | 2024-12-20T23:20:52.070Z | [ recovery-image] Dec 20 23:20:50.529 INFO O| Dec 20 23:20:50.529 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8392 | 2024-12-20T23:20:52.085Z | [ recovery-image] Dec 20 23:20:50.546 INFO O| Dec 20 23:20:50.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8393 | 2024-12-20T23:20:52.088Z | [ recovery-image] Dec 20 23:20:50.546 INFO O| Dec 20 23:20:50.546 INFO STEP 77 (remove_files) COMPLETE |
8394 | 2024-12-20T23:20:52.088Z | [ recovery-image] Dec 20 23:20:50.547 INFO O| Dec 20 23:20:50.547 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8395 | 2024-12-20T23:20:52.110Z | [ recovery-image] Dec 20 23:20:50.571 INFO O| Dec 20 23:20:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8396 | 2024-12-20T23:20:52.110Z | [ recovery-image] Dec 20 23:20:50.572 INFO O| Dec 20 23:20:50.572 INFO STEP 78 (remove_files) COMPLETE |
8397 | 2024-12-20T23:20:52.110Z | [ recovery-image] Dec 20 23:20:50.572 INFO O| Dec 20 23:20:50.572 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8398 | 2024-12-20T23:20:52.129Z | [ recovery-image] Dec 20 23:20:50.590 INFO O| Dec 20 23:20:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8399 | 2024-12-20T23:20:52.129Z | [ recovery-image] Dec 20 23:20:50.590 INFO O| Dec 20 23:20:50.590 INFO STEP 79 (remove_files) COMPLETE |
8400 | 2024-12-20T23:20:52.131Z | [ recovery-image] Dec 20 23:20:50.590 INFO O| Dec 20 23:20:50.590 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8401 | 2024-12-20T23:20:52.152Z | [ recovery-image] Dec 20 23:20:50.614 INFO O| Dec 20 23:20:50.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8402 | 2024-12-20T23:20:52.152Z | [ recovery-image] Dec 20 23:20:50.614 INFO O| Dec 20 23:20:50.614 INFO STEP 80 (remove_files) COMPLETE |
8403 | 2024-12-20T23:20:52.153Z | [ recovery-image] Dec 20 23:20:50.614 INFO O| Dec 20 23:20:50.614 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8404 | 2024-12-20T23:20:52.172Z | [ recovery-image] Dec 20 23:20:50.634 INFO O| Dec 20 23:20:50.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8405 | 2024-12-20T23:20:52.172Z | [ recovery-image] Dec 20 23:20:50.634 INFO O| Dec 20 23:20:50.634 INFO STEP 81 (remove_files) COMPLETE |
8406 | 2024-12-20T23:20:52.172Z | [ recovery-image] Dec 20 23:20:50.634 INFO O| Dec 20 23:20:50.634 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8407 | 2024-12-20T23:20:52.204Z | [ recovery-image] Dec 20 23:20:50.665 INFO O| Dec 20 23:20:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8408 | 2024-12-20T23:20:52.204Z | [ recovery-image] Dec 20 23:20:50.666 INFO O| Dec 20 23:20:50.666 INFO STEP 82 (remove_files) COMPLETE |
8409 | 2024-12-20T23:20:52.204Z | [ recovery-image] Dec 20 23:20:50.666 INFO O| Dec 20 23:20:50.666 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8410 | 2024-12-20T23:20:52.227Z | [ recovery-image] Dec 20 23:20:50.688 INFO O| Dec 20 23:20:50.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8411 | 2024-12-20T23:20:52.227Z | [ recovery-image] Dec 20 23:20:50.688 INFO O| Dec 20 23:20:50.688 INFO STEP 83 (remove_files) COMPLETE |
8412 | 2024-12-20T23:20:52.227Z | [ recovery-image] Dec 20 23:20:50.688 INFO O| Dec 20 23:20:50.688 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8413 | 2024-12-20T23:20:52.267Z | [ recovery-image] Dec 20 23:20:50.729 INFO O| Dec 20 23:20:50.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8414 | 2024-12-20T23:20:52.268Z | [ recovery-image] Dec 20 23:20:50.729 INFO O| Dec 20 23:20:50.729 INFO STEP 84 (remove_files) COMPLETE |
8415 | 2024-12-20T23:20:52.268Z | [ recovery-image] Dec 20 23:20:50.729 INFO O| Dec 20 23:20:50.729 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8416 | 2024-12-20T23:20:52.309Z | [ recovery-image] Dec 20 23:20:50.770 INFO O| Dec 20 23:20:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8417 | 2024-12-20T23:20:52.309Z | [ recovery-image] Dec 20 23:20:50.770 INFO O| Dec 20 23:20:50.770 INFO STEP 85 (remove_files) COMPLETE |
8418 | 2024-12-20T23:20:52.309Z | [ recovery-image] Dec 20 23:20:50.770 INFO O| Dec 20 23:20:50.770 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8419 | 2024-12-20T23:20:52.328Z | [ recovery-image] Dec 20 23:20:50.789 INFO O| Dec 20 23:20:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8420 | 2024-12-20T23:20:52.328Z | [ recovery-image] Dec 20 23:20:50.789 INFO O| Dec 20 23:20:50.789 INFO STEP 86 (remove_files) COMPLETE |
8421 | 2024-12-20T23:20:52.328Z | [ recovery-image] Dec 20 23:20:50.789 INFO O| Dec 20 23:20:50.789 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8422 | 2024-12-20T23:20:52.347Z | [ recovery-image] Dec 20 23:20:50.808 INFO O| Dec 20 23:20:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8423 | 2024-12-20T23:20:52.347Z | [ recovery-image] Dec 20 23:20:50.808 INFO O| Dec 20 23:20:50.808 INFO STEP 87 (remove_files) COMPLETE |
8424 | 2024-12-20T23:20:52.347Z | [ recovery-image] Dec 20 23:20:50.808 INFO O| Dec 20 23:20:50.808 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8425 | 2024-12-20T23:20:52.365Z | [ recovery-image] Dec 20 23:20:50.827 INFO O| Dec 20 23:20:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8426 | 2024-12-20T23:20:52.366Z | [ recovery-image] Dec 20 23:20:50.827 INFO O| Dec 20 23:20:50.827 INFO STEP 88 (remove_files) COMPLETE |
8427 | 2024-12-20T23:20:52.366Z | [ recovery-image] Dec 20 23:20:50.827 INFO O| Dec 20 23:20:50.827 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8428 | 2024-12-20T23:20:52.405Z | [ recovery-image] Dec 20 23:20:50.866 INFO O| Dec 20 23:20:50.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8429 | 2024-12-20T23:20:52.405Z | [ recovery-image] Dec 20 23:20:50.867 INFO O| Dec 20 23:20:50.867 INFO STEP 89 (remove_files) COMPLETE |
8430 | 2024-12-20T23:20:52.405Z | [ recovery-image] Dec 20 23:20:50.867 INFO O| Dec 20 23:20:50.867 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8431 | 2024-12-20T23:20:52.425Z | [ recovery-image] Dec 20 23:20:50.886 INFO O| Dec 20 23:20:50.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8432 | 2024-12-20T23:20:52.425Z | [ recovery-image] Dec 20 23:20:50.886 INFO O| Dec 20 23:20:50.886 INFO STEP 90 (remove_files) COMPLETE |
8433 | 2024-12-20T23:20:52.425Z | [ recovery-image] Dec 20 23:20:50.886 INFO O| Dec 20 23:20:50.886 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8434 | 2024-12-20T23:20:52.448Z | [ recovery-image] Dec 20 23:20:50.909 INFO O| Dec 20 23:20:50.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8435 | 2024-12-20T23:20:52.451Z | [ recovery-image] Dec 20 23:20:50.910 INFO O| Dec 20 23:20:50.910 INFO STEP 91 (remove_files) COMPLETE |
8436 | 2024-12-20T23:20:52.451Z | [ recovery-image] Dec 20 23:20:50.910 INFO O| Dec 20 23:20:50.910 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8437 | 2024-12-20T23:20:52.468Z | [ recovery-image] Dec 20 23:20:50.929 INFO O| Dec 20 23:20:50.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8438 | 2024-12-20T23:20:52.470Z | [ recovery-image] Dec 20 23:20:50.929 INFO O| Dec 20 23:20:50.929 INFO STEP 92 (remove_files) COMPLETE |
8439 | 2024-12-20T23:20:52.470Z | [ recovery-image] Dec 20 23:20:50.930 INFO O| Dec 20 23:20:50.929 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8440 | 2024-12-20T23:20:52.488Z | [ recovery-image] Dec 20 23:20:50.949 INFO O| Dec 20 23:20:50.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8441 | 2024-12-20T23:20:52.490Z | [ recovery-image] Dec 20 23:20:50.949 INFO O| Dec 20 23:20:50.949 INFO STEP 93 (remove_files) COMPLETE |
8442 | 2024-12-20T23:20:52.490Z | [ recovery-image] Dec 20 23:20:50.949 INFO O| Dec 20 23:20:50.949 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8443 | 2024-12-20T23:20:52.507Z | [ recovery-image] Dec 20 23:20:50.968 INFO O| Dec 20 23:20:50.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8444 | 2024-12-20T23:20:52.509Z | [ recovery-image] Dec 20 23:20:50.968 INFO O| Dec 20 23:20:50.968 INFO STEP 94 (remove_files) COMPLETE |
8445 | 2024-12-20T23:20:52.509Z | [ recovery-image] Dec 20 23:20:50.968 INFO O| Dec 20 23:20:50.968 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8446 | 2024-12-20T23:20:52.511Z | [ host-image] Dec 20 23:20:50.971 INFO O| Dec 20 23:20:50.970 INFO O| Done |
8447 | 2024-12-20T23:20:52.554Z | [ recovery-image] Dec 20 23:20:51.015 INFO O| Dec 20 23:20:51.015 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8448 | 2024-12-20T23:20:52.556Z | [ recovery-image] Dec 20 23:20:51.016 INFO O| Dec 20 23:20:51.015 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"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", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8449 | 2024-12-20T23:20:53.608Z | [ host-image] Dec 20 23:20:52.069 INFO O| Dec 20 23:20:52.069 INFO O| Done |
8450 | 2024-12-20T23:20:54.198Z | [ host-image] Dec 20 23:20:52.659 INFO O| Dec 20 23:20:52.659 INFO STEP 11 (pkg_install) COMPLETE |
8451 | 2024-12-20T23:20:54.198Z | [ host-image] Dec 20 23:20:52.659 INFO O| Dec 20 23:20:52.659 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8452 | 2024-12-20T23:20:54.216Z | [ host-image] Dec 20 23:20:52.677 INFO O| Dec 20 23:20:52.677 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"] |
8453 | 2024-12-20T23:20:56.109Z | [ host-image] Dec 20 23:20:54.570 INFO O| Dec 20 23:20:54.570 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8454 | 2024-12-20T23:21:01.101Z | [ host-image] Dec 20 23:20:59.561 INFO O| Dec 20 23:20:59.561 INFO O| Planning: Solver setup ... Done |
8455 | 2024-12-20T23:21:01.108Z | [ host-image] Dec 20 23:20:59.568 INFO O| Dec 20 23:20:59.568 INFO O| Planning: Running solver ... Done |
8456 | 2024-12-20T23:21:01.213Z | [ host-image] Dec 20 23:20:59.673 INFO O| Dec 20 23:20:59.673 INFO O| Planning: Finding local manifests ... Done |
8457 | 2024-12-20T23:21:01.215Z | [ host-image] Dec 20 23:20:59.675 INFO O| Dec 20 23:20:59.675 INFO O| Planning: Fetching manifests: 0/5 0% complete |
8458 | 2024-12-20T23:21:01.910Z | [ host-image] Dec 20 23:21:00.371 INFO O| Dec 20 23:21:00.371 INFO O| Planning: Fetching manifests: 5/5 100% complete |
8459 | 2024-12-20T23:21:01.950Z | [ host-image] Dec 20 23:21:00.410 INFO O| Dec 20 23:21:00.410 INFO O| Planning: Package planning ... Done |
8460 | 2024-12-20T23:21:01.957Z | [ host-image] Dec 20 23:21:00.418 INFO O| Dec 20 23:21:00.417 INFO O| Planning: Merging actions ... Done |
8461 | 2024-12-20T23:21:02.129Z | [ host-image] Dec 20 23:21:00.588 INFO O| Dec 20 23:21:00.588 INFO O| Planning: Checking for conflicting actions ... Done |
8462 | 2024-12-20T23:21:02.131Z | [ host-image] Dec 20 23:21:00.590 INFO O| Dec 20 23:21:00.590 INFO O| Planning: Consolidating action changes ... Done |
8463 | 2024-12-20T23:21:02.677Z | [ host-image] Dec 20 23:21:01.138 INFO O| Dec 20 23:21:01.137 INFO O| Planning: Evaluating mediators ... Done |
8464 | 2024-12-20T23:21:02.680Z | [ host-image] Dec 20 23:21:01.140 INFO O| Dec 20 23:21:01.140 INFO O| Planning: Planning completed in 6.57 seconds |
8465 | 2024-12-20T23:21:02.683Z | [ host-image] Dec 20 23:21:01.142 INFO O| Dec 20 23:21:01.142 INFO O| Packages to install: 5 |
8466 | 2024-12-20T23:21:02.683Z | [ host-image] Dec 20 23:21:01.142 INFO O| Dec 20 23:21:01.142 INFO O| Services to change: 2 |
8467 | 2024-12-20T23:21:02.704Z | [ host-image] Dec 20 23:21:01.164 INFO O| Dec 20 23:21:01.164 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
8468 | 2024-12-20T23:21:08.410Z | [ host-image] Dec 20 23:21:06.870 INFO O| Dec 20 23:21:06.870 INFO O| Download: 86/116 items 1.1/1.4MB 78% complete (1.6M/s) |
8469 | 2024-12-20T23:21:08.687Z | [ recovery-image] Dec 20 23:21:07.147 INFO O| Dec 20 23:21:07.146 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 |
8470 | 2024-12-20T23:21:08.687Z | [ recovery-image] Dec 20 23:21:07.147 INFO O| Dec 20 23:21:07.147 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8471 | 2024-12-20T23:21:08.707Z | [ recovery-image] Dec 20 23:21:07.167 INFO O| Dec 20 23:21:07.167 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
8472 | 2024-12-20T23:21:08.893Z | [ recovery-image] Dec 20 23:21:07.352 INFO O| Dec 20 23:21:07.352 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8473 | 2024-12-20T23:21:08.893Z | [ recovery-image] Dec 20 23:21:07.352 INFO O| Dec 20 23:21:07.352 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 ... |
8474 | 2024-12-20T23:21:08.895Z | [ recovery-image] Dec 20 23:21:07.354 INFO O| Dec 20 23:21:07.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8475 | 2024-12-20T23:21:08.895Z | [ recovery-image] Dec 20 23:21:07.354 INFO O| Dec 20 23:21:07.354 INFO ok! |
8476 | 2024-12-20T23:21:08.898Z | [ recovery-image] Dec 20 23:21:07.354 INFO O| Dec 20 23:21:07.354 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8477 | 2024-12-20T23:21:08.898Z | [ recovery-image] Dec 20 23:21:07.355 INFO O| Dec 20 23:21:07.355 INFO STEP 95 (seed_smf) COMPLETE |
8478 | 2024-12-20T23:21:08.898Z | [ recovery-image] Dec 20 23:21:07.355 INFO O| Dec 20 23:21:07.355 INFO steps complete; finalising image! |
8479 | 2024-12-20T23:21:08.898Z | [ recovery-image] Dec 20 23:21:07.355 INFO O| Dec 20 23:21:07.355 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8480 | 2024-12-20T23:21:08.967Z | [ recovery-image] Dec 20 23:21:07.427 INFO O| Dec 20 23:21:07.426 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 23:21:07 2024) |
8481 | 2024-12-20T23:21:09.177Z | [ recovery-image] Dec 20 23:21:07.636 INFO O| Dec 20 23:21:07.636 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Dec 20 23:21:07 2024) |
8482 | 2024-12-20T23:21:09.413Z | [ recovery-image] Dec 20 23:21:07.872 INFO O| Dec 20 23:21:07.872 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8483 | 2024-12-20T23:21:09.413Z | [ recovery-image] Dec 20 23:21:07.872 INFO O| Dec 20 23:21:07.872 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8484 | 2024-12-20T23:21:10.100Z | [ host-image] Dec 20 23:21:08.559 INFO O| Dec 20 23:21:08.559 INFO O| Download: Completed 1.45 MB in 7.40 seconds (200k/s) |
8485 | 2024-12-20T23:21:10.103Z | [ recovery-image] Dec 20 23:21:08.563 INFO O| Dec 20 23:21:08.563 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 |
8486 | 2024-12-20T23:21:10.103Z | [ recovery-image] Dec 20 23:21:08.563 INFO O| Dec 20 23:21:08.563 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8487 | 2024-12-20T23:21:10.147Z | [ host-image] Dec 20 23:21:08.607 INFO O| Dec 20 23:21:08.607 INFO O| Actions: 1/305 actions (Installing new actions) |
8488 | 2024-12-20T23:21:10.344Z | [ host-image] Dec 20 23:21:08.803 INFO O| Dec 20 23:21:08.803 INFO O| Actions: Completed 305 actions in 0.20 seconds. |
8489 | 2024-12-20T23:21:11.030Z | [ host-image] Dec 20 23:21:09.490 INFO O| Dec 20 23:21:09.490 INFO O| Done |
8490 | 2024-12-20T23:21:11.031Z | [ host-image] Dec 20 23:21:09.490 INFO O| Dec 20 23:21:09.490 INFO O| Done |
8491 | 2024-12-20T23:21:12.436Z | [ host-image] Dec 20 23:21:10.895 INFO O| Dec 20 23:21:10.895 INFO O| Done |
8492 | 2024-12-20T23:21:15.469Z | [ host-image] Dec 20 23:21:13.928 INFO O| Dec 20 23:21:13.928 INFO O| Done |
8493 | 2024-12-20T23:21:15.510Z | [ host-image] Dec 20 23:21:13.968 INFO O| Dec 20 23:21:13.968 INFO O| Done |
8494 | 2024-12-20T23:21:15.510Z | [ host-image] Dec 20 23:21:13.969 INFO O| Dec 20 23:21:13.969 INFO O| Done |
8495 | 2024-12-20T23:21:15.550Z | [ host-image] Dec 20 23:21:14.009 INFO O| Dec 20 23:21:14.008 INFO O| Done |
8496 | 2024-12-20T23:21:15.713Z | [ host-image] Dec 20 23:21:14.172 INFO O| Dec 20 23:21:14.172 INFO STEP 12 (pkg_install) COMPLETE |
8497 | 2024-12-20T23:21:15.713Z | [ host-image] Dec 20 23:21:14.172 INFO O| Dec 20 23:21:14.172 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8498 | 2024-12-20T23:21:15.731Z | [ host-image] Dec 20 23:21:14.190 INFO O| Dec 20 23:21:14.189 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
8499 | 2024-12-20T23:21:15.965Z | [ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8500 | 2024-12-20T23:21:15.965Z | [ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8501 | 2024-12-20T23:21:15.968Z | [ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8502 | 2024-12-20T23:21:15.968Z | [ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO completed processing gimlet/zfs-recovery |
8503 | 2024-12-20T23:21:15.969Z | [ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8504 | 2024-12-20T23:21:16.602Z | [ recovery-image] Dec 20 23:21:15.061 INFO O| Dec 20 23:21:15.061 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8505 | 2024-12-20T23:21:16.774Z | [ recovery-image] Dec 20 23:21:15.232 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
8506 | 2024-12-20T23:21:16.776Z | [ recovery-image] Dec 20 23:21:15.233 INFO expanded image name: "recovery 5f3f507/${os_short_commit} 2024-12-20 22:47" -> "recovery 5f3f507/37a4469 2024-12-20 22:47" |
8507 | 2024-12-20T23:21:16.776Z | [ recovery-image] Dec 20 23:21:15.234 INFO output artefacts stored in: "/work/os-recovery" |
8508 | 2024-12-20T23:21:16.776Z | [ recovery-image] Dec 20 23:21:15.234 INFO collecting git info from project "chelsio-t6-roms"... |
8509 | 2024-12-20T23:21:16.917Z | [ recovery-image] Dec 20 23:21:15.376 INFO collecting git info from project "pilot"... |
8510 | 2024-12-20T23:21:16.936Z | [ recovery-image] Dec 20 23:21:15.395 INFO collecting git info from project "pinprick"... |
8511 | 2024-12-20T23:21:16.945Z | [ recovery-image] Dec 20 23:21:15.404 INFO collecting git info from project "image-builder"... |
8512 | 2024-12-20T23:21:16.955Z | [ recovery-image] Dec 20 23:21:15.414 INFO collecting git info from project "bootserver"... |
8513 | 2024-12-20T23:21:16.964Z | [ recovery-image] Dec 20 23:21:15.423 INFO collecting git info from project "amd-firmware"... |
8514 | 2024-12-20T23:21:17.260Z | [ host-image] Dec 20 23:21:15.718 INFO O| Dec 20 23:21:15.718 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8515 | 2024-12-20T23:21:17.600Z | [ recovery-image] Dec 20 23:21:16.059 INFO collecting git info from project "amd-host-image-builder"... |
8516 | 2024-12-20T23:21:18.134Z | [ recovery-image] Dec 20 23:21:16.593 INFO collecting git info from project "phbl"... |
8517 | 2024-12-20T23:21:18.145Z | [ recovery-image] Dec 20 23:21:16.604 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8518 | 2024-12-20T23:21:19.256Z | [ recovery-image] Dec 20 23:21:17.714 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8519 | 2024-12-20T23:21:19.994Z | [ recovery-image] Dec 20 23:21:18.452 INFO creating Oxide boot image... |
8520 | 2024-12-20T23:21:19.997Z | [ recovery-image] Dec 20 23:21:18.452 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 5f3f507/37a4469 2024-12-20 22:47", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8521 | 2024-12-20T23:21:21.362Z | [ host-image] Dec 20 23:21:19.820 INFO O| Dec 20 23:21:19.820 INFO O| Planning: Solver setup ... Done |
8522 | 2024-12-20T23:21:21.370Z | [ host-image] Dec 20 23:21:19.828 INFO O| Dec 20 23:21:19.828 INFO O| Planning: Running solver ... Done |
8523 | 2024-12-20T23:21:21.482Z | [ host-image] Dec 20 23:21:19.940 INFO O| Dec 20 23:21:19.940 INFO O| Planning: Finding local manifests ... Done |
8524 | 2024-12-20T23:21:21.498Z | [ host-image] Dec 20 23:21:19.956 INFO O| Dec 20 23:21:19.956 INFO O| Planning: Fetching manifests: 0/6 0% complete |
8525 | 2024-12-20T23:21:21.946Z | [ host-image] Dec 20 23:21:20.404 INFO O| Dec 20 23:21:20.404 INFO O| Planning: Fetching manifests: 6/6 100% complete |
8526 | 2024-12-20T23:21:22.006Z | [ host-image] Dec 20 23:21:20.464 INFO O| Dec 20 23:21:20.463 INFO O| Planning: Package planning ... Done |
8527 | 2024-12-20T23:21:22.050Z | [ host-image] Dec 20 23:21:20.508 INFO O| Dec 20 23:21:20.508 INFO O| Planning: Merging actions ... Done |
8528 | 2024-12-20T23:21:22.227Z | [ host-image] Dec 20 23:21:20.685 INFO O| Dec 20 23:21:20.684 INFO O| Planning: Checking for conflicting actions ... Done |
8529 | 2024-12-20T23:21:22.234Z | [ host-image] Dec 20 23:21:20.692 INFO O| Dec 20 23:21:20.692 INFO O| Planning: Consolidating action changes ... Done |
8530 | 2024-12-20T23:21:22.703Z | [ host-image] Dec 20 23:21:21.160 INFO O| Dec 20 23:21:21.160 INFO O| Planning: Evaluating mediators ... Done |
8531 | 2024-12-20T23:21:22.708Z | [ host-image] Dec 20 23:21:21.166 INFO O| Dec 20 23:21:21.166 INFO O| Planning: Planning completed in 5.45 seconds |
8532 | 2024-12-20T23:21:22.710Z | [ host-image] Dec 20 23:21:21.168 INFO O| Dec 20 23:21:21.168 INFO O| Packages to install: 6 |
8533 | 2024-12-20T23:21:22.710Z | [ host-image] Dec 20 23:21:21.168 INFO O| Dec 20 23:21:21.168 INFO O| Mediators to change: 1 |
8534 | 2024-12-20T23:21:22.710Z | [ host-image] Dec 20 23:21:21.168 INFO O| Dec 20 23:21:21.168 INFO O| Services to change: 1 |
8535 | 2024-12-20T23:21:22.736Z | [ host-image] Dec 20 23:21:21.194 INFO O| Dec 20 23:21:21.193 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
8536 | 2024-12-20T23:21:27.751Z | [ host-image] Dec 20 23:21:26.208 INFO O| Dec 20 23:21:26.208 INFO O| Download: 308/1140 items 1.9/8.4MB 22% complete (428k/s) |
8537 | 2024-12-20T23:21:32.770Z | [ host-image] Dec 20 23:21:31.227 INFO O| Dec 20 23:21:31.227 INFO O| Download: 919/1140 items 3.3/8.4MB 38% complete (335k/s) |
8538 | 2024-12-20T23:21:34.103Z | [ host-image] Dec 20 23:21:32.560 INFO O| Dec 20 23:21:32.560 INFO O| Download: Completed 8.42 MB in 11.37 seconds (758k/s) |
8539 | 2024-12-20T23:21:34.332Z | [ host-image] Dec 20 23:21:32.789 INFO O| Dec 20 23:21:32.789 INFO O| Actions: 1/1361 actions (Installing new actions) |
8540 | 2024-12-20T23:21:35.109Z | [ host-image] Dec 20 23:21:33.565 INFO O| Dec 20 23:21:33.565 INFO O| Actions: Completed 1361 actions in 0.78 seconds. |
8541 | 2024-12-20T23:21:35.739Z | [ host-image] Dec 20 23:21:34.196 INFO O| Dec 20 23:21:34.196 INFO O| Done |
8542 | 2024-12-20T23:21:35.742Z | [ host-image] Dec 20 23:21:34.196 INFO O| Dec 20 23:21:34.196 INFO O| Done |
8543 | 2024-12-20T23:21:37.159Z | [ host-image] Dec 20 23:21:35.613 INFO O| Dec 20 23:21:35.612 INFO O| Done |
8544 | 2024-12-20T23:21:39.814Z | [ host-image] Dec 20 23:21:38.270 INFO O| Dec 20 23:21:38.270 INFO O| Done |
8545 | 2024-12-20T23:21:39.869Z | [ host-image] Dec 20 23:21:38.325 INFO O| Dec 20 23:21:38.325 INFO O| Done |
8546 | 2024-12-20T23:21:39.872Z | [ host-image] Dec 20 23:21:38.326 INFO O| Dec 20 23:21:38.326 INFO O| Done |
8547 | 2024-12-20T23:21:39.948Z | [ host-image] Dec 20 23:21:38.404 INFO O| Dec 20 23:21:38.403 INFO O| Done |
8548 | 2024-12-20T23:21:40.138Z | [ host-image] Dec 20 23:21:38.594 INFO O| Dec 20 23:21:38.594 INFO STEP 13 (pkg_install) COMPLETE |
8549 | 2024-12-20T23:21:40.138Z | [ host-image] Dec 20 23:21:38.594 INFO O| Dec 20 23:21:38.594 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8550 | 2024-12-20T23:21:40.155Z | [ host-image] Dec 20 23:21:38.611 INFO O| Dec 20 23:21:38.611 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
8551 | 2024-12-20T23:21:41.288Z | [ host-image] Dec 20 23:21:39.744 INFO O| Dec 20 23:21:39.744 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8552 | 2024-12-20T23:21:45.655Z | [ host-image] Dec 20 23:21:44.110 INFO O| Dec 20 23:21:44.110 INFO O| Planning: Solver setup ... Done |
8553 | 2024-12-20T23:21:45.680Z | [ host-image] Dec 20 23:21:44.135 INFO O| Dec 20 23:21:44.135 INFO O| Planning: Running solver ... Done |
8554 | 2024-12-20T23:21:45.785Z | [ host-image] Dec 20 23:21:44.240 INFO O| Dec 20 23:21:44.240 INFO O| Planning: Finding local manifests ... Done |
8555 | 2024-12-20T23:21:45.788Z | [ host-image] Dec 20 23:21:44.242 INFO O| Dec 20 23:21:44.241 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8556 | 2024-12-20T23:21:46.011Z | [ host-image] Dec 20 23:21:44.466 INFO O| Dec 20 23:21:44.466 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8557 | 2024-12-20T23:21:46.058Z | [ host-image] Dec 20 23:21:44.513 INFO O| Dec 20 23:21:44.513 INFO O| Planning: Package planning ... Done |
8558 | 2024-12-20T23:21:46.061Z | [ host-image] Dec 20 23:21:44.514 INFO O| Dec 20 23:21:44.514 INFO O| Planning: Merging actions ... Done |
8559 | 2024-12-20T23:21:46.229Z | [ host-image] Dec 20 23:21:44.684 INFO O| Dec 20 23:21:44.684 INFO O| Planning: Checking for conflicting actions ... Done |
8560 | 2024-12-20T23:21:46.237Z | [ host-image] Dec 20 23:21:44.685 INFO O| Dec 20 23:21:44.684 INFO O| Planning: Consolidating action changes ... Done |
8561 | 2024-12-20T23:21:46.695Z | [ host-image] Dec 20 23:21:45.150 INFO O| Dec 20 23:21:45.150 INFO O| Planning: Evaluating mediators ... Done |
8562 | 2024-12-20T23:21:46.697Z | [ host-image] Dec 20 23:21:45.152 INFO O| Dec 20 23:21:45.152 INFO O| Planning: Planning completed in 5.41 seconds |
8563 | 2024-12-20T23:21:46.700Z | [ host-image] Dec 20 23:21:45.154 INFO O| Dec 20 23:21:45.154 INFO O| Packages to install: 1 |
8564 | 2024-12-20T23:21:46.728Z | [ host-image] Dec 20 23:21:45.183 INFO O| Dec 20 23:21:45.183 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
8565 | 2024-12-20T23:21:47.304Z | [ host-image] Dec 20 23:21:45.759 INFO O| Dec 20 23:21:45.758 INFO O| Download: Completed 9.99 MB in 0.58 seconds (17.4M/s) |
8566 | 2024-12-20T23:21:47.429Z | [ host-image] Dec 20 23:21:45.884 INFO O| Dec 20 23:21:45.884 INFO O| Actions: 1/22 actions (Installing new actions) |
8567 | 2024-12-20T23:21:47.906Z | [ host-image] Dec 20 23:21:46.362 INFO O| Dec 20 23:21:46.362 INFO O| Actions: Completed 22 actions in 0.48 seconds. |
8568 | 2024-12-20T23:21:48.502Z | [ host-image] Dec 20 23:21:46.957 INFO O| Dec 20 23:21:46.957 INFO O| Done |
8569 | 2024-12-20T23:21:48.502Z | [ host-image] Dec 20 23:21:46.957 INFO O| Dec 20 23:21:46.957 INFO O| Done |
8570 | 2024-12-20T23:21:49.880Z | [ host-image] Dec 20 23:21:48.335 INFO O| Dec 20 23:21:48.335 INFO O| Done |
8571 | 2024-12-20T23:21:52.933Z | [ host-image] Dec 20 23:21:51.387 INFO O| Dec 20 23:21:51.387 INFO O| Done |
8572 | 2024-12-20T23:21:52.979Z | [ host-image] Dec 20 23:21:51.433 INFO O| Dec 20 23:21:51.433 INFO O| Done |
8573 | 2024-12-20T23:21:52.979Z | [ host-image] Dec 20 23:21:51.433 INFO O| Dec 20 23:21:51.433 INFO O| Done |
8574 | 2024-12-20T23:21:52.998Z | [ host-image] Dec 20 23:21:51.453 INFO O| Dec 20 23:21:51.453 INFO O| Done |
8575 | 2024-12-20T23:21:53.203Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 14 (pkg_install) COMPLETE |
8576 | 2024-12-20T23:21:53.203Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8577 | 2024-12-20T23:21:53.205Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO skip step because feature "mfg" is not enabled |
8578 | 2024-12-20T23:21:53.205Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8579 | 2024-12-20T23:21:53.206Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO skip step because feature "compliance" is not enabled |
8580 | 2024-12-20T23:21:53.206Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8581 | 2024-12-20T23:21:53.206Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO skip step because feature "stress" is not enabled |
8582 | 2024-12-20T23:21:53.206Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8583 | 2024-12-20T23:21:53.206Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO skip step because feature "nfs" is not enabled |
8584 | 2024-12-20T23:21:53.206Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8585 | 2024-12-20T23:21:53.206Z | [ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8586 | 2024-12-20T23:21:53.277Z | [ host-image] Dec 20 23:21:51.732 INFO O| Dec 20 23:21:51.732 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8587 | 2024-12-20T23:21:53.406Z | [ host-image] Dec 20 23:21:51.861 INFO O| Dec 20 23:21:51.861 INFO completed processing gimlet/ramdisk-01-os |
8588 | 2024-12-20T23:21:53.409Z | [ host-image] Dec 20 23:21:51.864 INFO omicron1 baseline generation... |
8589 | 2024-12-20T23:21:53.409Z | [ host-image] Dec 20 23:21:51.864 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8590 | 2024-12-20T23:21:54.272Z | [ host-image] Dec 20 23:21:52.727 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z |
8591 | 2024-12-20T23:22:28.643Z | [ recovery-image] Dec 20 23:22:27.094 INFO O| ok, image written! |
8592 | 2024-12-20T23:22:28.643Z | [ recovery-image] Dec 20 23:22:27.094 INFO O| ok, boot_image_csum file written! |
8593 | 2024-12-20T23:22:28.651Z | [ recovery-image] Dec 20 23:22:27.101 INFO creating boot archive (CPIO)... |
8594 | 2024-12-20T23:22:28.651Z | [ recovery-image] Dec 20 23:22:27.101 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 |
8595 | 2024-12-20T23:22:28.671Z | [ recovery-image] Dec 20 23:22:27.122 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8596 | 2024-12-20T23:22:28.671Z | [ recovery-image] Dec 20 23:22:27.122 INFO E| + outfile=/work/os-recovery/cpio |
8597 | 2024-12-20T23:22:28.674Z | [ recovery-image] Dec 20 23:22:27.122 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8598 | 2024-12-20T23:22:28.677Z | [ recovery-image] Dec 20 23:22:27.126 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8599 | 2024-12-20T23:22:28.677Z | [ recovery-image] Dec 20 23:22:27.126 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8600 | 2024-12-20T23:22:28.724Z | [ recovery-image] Dec 20 23:22:27.175 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8601 | 2024-12-20T23:22:28.724Z | [ recovery-image] Dec 20 23:22:27.175 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8602 | 2024-12-20T23:22:28.735Z | [ recovery-image] Dec 20 23:22:27.185 INFO creating compressed cpio/unix for nanobl-rs... |
8603 | 2024-12-20T23:22:28.735Z | [ recovery-image] Dec 20 23:22:27.186 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 |
8604 | 2024-12-20T23:22:29.179Z | [ recovery-image] Dec 20 23:22:27.630 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8605 | 2024-12-20T23:22:35.881Z | [ recovery-image] Dec 20 23:22:34.331 INFO creating reset image... |
8606 | 2024-12-20T23:22:35.881Z | [ recovery-image] Dec 20 23:22:34.331 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8607 | 2024-12-20T23:22:36.319Z | [ recovery-image] Dec 20 23:22:34.769 INFO E| Updating crates.io index |
8608 | 2024-12-20T23:22:36.502Z | [ recovery-image] Dec 20 23:22:34.951 INFO E| Downloading crates ... |
8609 | 2024-12-20T23:22:36.665Z | [ recovery-image] Dec 20 23:22:35.114 INFO E| Downloaded shared_child v1.0.1 |
8610 | 2024-12-20T23:22:36.668Z | [ recovery-image] Dec 20 23:22:35.117 INFO E| Downloaded os_pipe v1.2.1 |
8611 | 2024-12-20T23:22:36.670Z | [ recovery-image] Dec 20 23:22:35.120 INFO E| Downloaded duct v0.13.7 |
8612 | 2024-12-20T23:22:36.673Z | [ recovery-image] Dec 20 23:22:35.123 INFO E| Downloaded clap_derive v4.5.13 |
8613 | 2024-12-20T23:22:36.704Z | [ recovery-image] Dec 20 23:22:35.154 INFO E| Downloaded clap v4.5.17 |
8614 | 2024-12-20T23:22:36.749Z | [ recovery-image] Dec 20 23:22:35.198 INFO E| Downloaded clap_builder v4.5.17 |
8615 | 2024-12-20T23:22:36.759Z | [ recovery-image] Dec 20 23:22:35.208 INFO E| Downloaded syn v2.0.77 |
8616 | 2024-12-20T23:22:36.826Z | [ recovery-image] Dec 20 23:22:35.276 INFO E| Downloaded libc v0.2.158 |
8617 | 2024-12-20T23:22:37.027Z | [ recovery-image] Dec 20 23:22:35.477 INFO E| Compiling proc-macro2 v1.0.86 |
8618 | 2024-12-20T23:22:37.129Z | [ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling unicode-ident v1.0.13 |
8619 | 2024-12-20T23:22:37.129Z | [ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling libc v0.2.158 |
8620 | 2024-12-20T23:22:37.129Z | [ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling utf8parse v0.2.2 |
8621 | 2024-12-20T23:22:37.132Z | [ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling anstyle-query v1.1.1 |
8622 | 2024-12-20T23:22:37.132Z | [ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8623 | 2024-12-20T23:22:37.132Z | [ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling colorchoice v1.0.2 |
8624 | 2024-12-20T23:22:37.132Z | [ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling anstyle v1.0.8 |
8625 | 2024-12-20T23:22:37.544Z | [ recovery-image] Dec 20 23:22:35.987 INFO E| Compiling anstyle-parse v0.2.5 |
8626 | 2024-12-20T23:22:37.572Z | [ recovery-image] Dec 20 23:22:36.022 INFO E| Compiling strsim v0.11.1 |
8627 | 2024-12-20T23:22:37.711Z | [ recovery-image] Dec 20 23:22:36.161 INFO E| Compiling clap_lex v0.7.2 |
8628 | 2024-12-20T23:22:37.849Z | [ recovery-image] Dec 20 23:22:36.297 INFO E| Compiling heck v0.5.0 |
8629 | 2024-12-20T23:22:37.877Z | [ recovery-image] Dec 20 23:22:36.326 INFO E| Compiling once_cell v1.19.0 |
8630 | 2024-12-20T23:22:38.236Z | [ recovery-image] Dec 20 23:22:36.685 INFO E| Compiling anstream v0.6.15 |
8631 | 2024-12-20T23:22:38.850Z | [ recovery-image] Dec 20 23:22:37.297 INFO E| Compiling clap_builder v4.5.17 |
8632 | 2024-12-20T23:22:39.985Z | [ recovery-image] Dec 20 23:22:38.434 INFO E| Compiling shared_child v1.0.1 |
8633 | 2024-12-20T23:22:39.985Z | [ recovery-image] Dec 20 23:22:38.434 INFO E| Compiling os_pipe v1.2.1 |
8634 | 2024-12-20T23:22:40.220Z | [ recovery-image] Dec 20 23:22:38.660 INFO E| Compiling duct v0.13.7 |
8635 | 2024-12-20T23:22:40.600Z | [ recovery-image] Dec 20 23:22:39.049 INFO E| Compiling quote v1.0.37 |
8636 | 2024-12-20T23:22:41.244Z | [ recovery-image] Dec 20 23:22:39.693 INFO E| Compiling syn v2.0.77 |
8637 | 2024-12-20T23:22:50.861Z | [ recovery-image] Dec 20 23:22:49.309 INFO E| Compiling clap_derive v4.5.13 |
8638 | 2024-12-20T23:22:55.745Z | [ recovery-image] Dec 20 23:22:54.192 INFO E| Compiling clap v4.5.17 |
8639 | 2024-12-20T23:22:55.826Z | [ recovery-image] Dec 20 23:22:54.273 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8640 | 2024-12-20T23:22:58.442Z | [ recovery-image] Dec 20 23:22:56.889 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.42s |
8641 | 2024-12-20T23:22:58.458Z | [ recovery-image] Dec 20 23:22:56.906 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8642 | 2024-12-20T23:22:58.832Z | [ recovery-image] Dec 20 23:22:57.279 INFO E| Updating crates.io index |
8643 | 2024-12-20T23:22:59.004Z | [ recovery-image] Dec 20 23:22:57.451 INFO E| Downloading crates ... |
8644 | 2024-12-20T23:22:59.124Z | [ recovery-image] Dec 20 23:22:57.570 INFO E| Downloaded bitstruct_derive v0.1.0 |
8645 | 2024-12-20T23:22:59.127Z | [ recovery-image] Dec 20 23:22:57.572 INFO E| Downloaded bitstruct v0.1.1 |
8646 | 2024-12-20T23:22:59.127Z | [ recovery-image] Dec 20 23:22:57.574 INFO E| Downloaded bit_field v0.10.2 |
8647 | 2024-12-20T23:22:59.130Z | [ recovery-image] Dec 20 23:22:57.575 INFO E| Downloaded seq-macro v0.3.5 |
8648 | 2024-12-20T23:22:59.160Z | [ recovery-image] Dec 20 23:22:57.606 INFO E| Downloaded cpio_reader v0.1.1 |
8649 | 2024-12-20T23:22:59.190Z | [ recovery-image] Dec 20 23:22:57.637 INFO E| Downloaded raw-cpuid v10.7.0 |
8650 | 2024-12-20T23:22:59.215Z | [ recovery-image] Dec 20 23:22:57.662 INFO E| Downloaded syn v2.0.85 |
8651 | 2024-12-20T23:22:59.336Z | [ recovery-image] Dec 20 23:22:57.783 INFO E| Downloaded x86 v0.52.0 |
8652 | 2024-12-20T23:22:59.433Z | [ recovery-image] Dec 20 23:22:57.880 INFO E| Updating crates.io index |
8653 | 2024-12-20T23:22:59.608Z | [ recovery-image] Dec 20 23:22:58.055 INFO E| Downloading crates ... |
8654 | 2024-12-20T23:22:59.734Z | [ recovery-image] Dec 20 23:22:58.181 INFO E| Downloaded hashbrown v0.15.0 |
8655 | 2024-12-20T23:22:59.741Z | [ recovery-image] Dec 20 23:22:58.188 INFO E| Downloaded compiler_builtins v0.1.134 |
8656 | 2024-12-20T23:22:59.900Z | [ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling compiler_builtins v0.1.134 |
8657 | 2024-12-20T23:22:59.900Z | [ recovery-image] Dec 20 23:22:58.347 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) |
8658 | 2024-12-20T23:22:59.902Z | [ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling proc-macro2 v1.0.89 |
8659 | 2024-12-20T23:22:59.902Z | [ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling unicode-ident v1.0.13 |
8660 | 2024-12-20T23:22:59.902Z | [ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling syn v1.0.109 |
8661 | 2024-12-20T23:22:59.902Z | [ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling x86 v0.52.0 |
8662 | 2024-12-20T23:22:59.902Z | [ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8663 | 2024-12-20T23:22:59.903Z | [ recovery-image] Dec 20 23:22:58.348 INFO E| Compiling seq-macro v0.3.5 |
8664 | 2024-12-20T23:23:02.635Z | [ recovery-image] Dec 20 23:23:01.082 INFO E| Compiling quote v1.0.37 |
8665 | 2024-12-20T23:23:03.138Z | [ recovery-image] Dec 20 23:23:01.585 INFO E| Compiling syn v2.0.85 |
8666 | 2024-12-20T23:23:09.372Z | [ recovery-image] Dec 20 23:23:07.818 INFO E| Compiling scroll_derive v0.12.0 |
8667 | 2024-12-20T23:23:14.752Z | [ recovery-image] Dec 20 23:23:13.197 INFO E| Compiling bitstruct_derive v0.1.0 |
8668 | 2024-12-20T23:23:30.641Z | [ recovery-image] Dec 20 23:23:29.084 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) |
8669 | 2024-12-20T23:23:32.226Z | [ host-image] Dec 20 23:23:30.668 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z |
8670 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z |
8671 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8672 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8673 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8674 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8675 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8676 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8677 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8678 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8679 | 2024-12-20T23:23:32.230Z | [ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z |
8680 | 2024-12-20T23:23:32.233Z | [ host-image] Dec 20 23:23:30.674 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z |
8681 | 2024-12-20T23:23:32.233Z | [ host-image] Dec 20 23:23:30.675 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z |
8682 | 2024-12-20T23:23:32.233Z | [ host-image] Dec 20 23:23:30.676 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z |
8683 | 2024-12-20T23:23:32.233Z | [ host-image] Dec 20 23:23:30.676 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8684 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.677 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z |
8685 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.678 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z |
8686 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.678 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z |
8687 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.678 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z |
8688 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.678 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z |
8689 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.679 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z |
8690 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.679 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z |
8691 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.679 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z |
8692 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.679 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z |
8693 | 2024-12-20T23:23:32.236Z | [ host-image] Dec 20 23:23:30.680 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z |
8694 | 2024-12-20T23:23:32.239Z | [ host-image] Dec 20 23:23:30.680 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z |
8695 | 2024-12-20T23:23:32.239Z | [ host-image] Dec 20 23:23:30.680 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z |
8696 | 2024-12-20T23:23:32.239Z | [ host-image] Dec 20 23:23:30.680 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z |
8697 | 2024-12-20T23:23:32.239Z | [ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z |
8698 | 2024-12-20T23:23:32.239Z | [ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8699 | 2024-12-20T23:23:32.239Z | [ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z |
8700 | 2024-12-20T23:23:32.239Z | [ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z |
8701 | 2024-12-20T23:23:32.239Z | [ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z |
8702 | 2024-12-20T23:23:32.240Z | [ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z |
8703 | 2024-12-20T23:23:32.243Z | [ host-image] Dec 20 23:23:30.683 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z |
8704 | 2024-12-20T23:23:32.243Z | [ host-image] Dec 20 23:23:30.683 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z |
8705 | 2024-12-20T23:23:32.254Z | [ host-image] Dec 20 23:23:30.697 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8706 | 2024-12-20T23:23:32.256Z | [ host-image] Dec 20 23:23:30.697 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z |
8707 | 2024-12-20T23:23:32.256Z | [ host-image] Dec 20 23:23:30.697 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8708 | 2024-12-20T23:23:32.256Z | [ host-image] Dec 20 23:23:30.698 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8709 | 2024-12-20T23:23:32.257Z | [ host-image] Dec 20 23:23:30.698 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8710 | 2024-12-20T23:23:32.257Z | [ host-image] Dec 20 23:23:30.699 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z |
8711 | 2024-12-20T23:23:32.257Z | [ host-image] Dec 20 23:23:30.699 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8712 | 2024-12-20T23:23:32.257Z | [ host-image] Dec 20 23:23:30.699 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8713 | 2024-12-20T23:23:32.259Z | [ host-image] Dec 20 23:23:30.701 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8714 | 2024-12-20T23:23:32.259Z | [ host-image] Dec 20 23:23:30.701 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8715 | 2024-12-20T23:23:32.270Z | [ host-image] Dec 20 23:23:30.714 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8716 | 2024-12-20T23:23:32.270Z | [ host-image] Dec 20 23:23:30.714 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8717 | 2024-12-20T23:23:32.270Z | [ host-image] Dec 20 23:23:30.714 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8718 | 2024-12-20T23:23:32.274Z | [ host-image] Dec 20 23:23:30.714 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8719 | 2024-12-20T23:23:32.274Z | [ host-image] Dec 20 23:23:30.716 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8720 | 2024-12-20T23:23:32.274Z | [ host-image] Dec 20 23:23:30.716 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8721 | 2024-12-20T23:23:32.329Z | [ host-image] Dec 20 23:23:30.772 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8722 | 2024-12-20T23:23:32.332Z | [ host-image] Dec 20 23:23:30.773 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8723 | 2024-12-20T23:23:32.333Z | [ host-image] Dec 20 23:23:30.773 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8724 | 2024-12-20T23:23:32.333Z | [ host-image] Dec 20 23:23:30.774 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z |
8725 | 2024-12-20T23:23:32.333Z | [ host-image] Dec 20 23:23:30.774 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z |
8726 | 2024-12-20T23:23:32.333Z | [ host-image] Dec 20 23:23:30.774 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8727 | 2024-12-20T23:23:32.333Z | [ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z |
8728 | 2024-12-20T23:23:32.333Z | [ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8729 | 2024-12-20T23:23:32.333Z | [ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8730 | 2024-12-20T23:23:32.333Z | [ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8731 | 2024-12-20T23:23:32.334Z | [ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z |
8732 | 2024-12-20T23:23:32.334Z | [ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8733 | 2024-12-20T23:23:32.339Z | [ host-image] Dec 20 23:23:30.782 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8734 | 2024-12-20T23:23:32.342Z | [ host-image] Dec 20 23:23:30.783 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8735 | 2024-12-20T23:23:32.342Z | [ host-image] Dec 20 23:23:30.783 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8736 | 2024-12-20T23:23:32.342Z | [ host-image] Dec 20 23:23:30.783 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z |
8737 | 2024-12-20T23:23:32.342Z | [ host-image] Dec 20 23:23:30.783 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8738 | 2024-12-20T23:23:32.362Z | [ host-image] Dec 20 23:23:30.805 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8739 | 2024-12-20T23:23:32.362Z | [ host-image] Dec 20 23:23:30.806 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z |
8740 | 2024-12-20T23:23:32.367Z | [ host-image] Dec 20 23:23:30.808 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z |
8741 | 2024-12-20T23:23:32.367Z | [ host-image] Dec 20 23:23:30.808 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z |
8742 | 2024-12-20T23:23:32.367Z | [ host-image] Dec 20 23:23:30.808 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8743 | 2024-12-20T23:23:32.370Z | [ host-image] Dec 20 23:23:30.809 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z |
8744 | 2024-12-20T23:23:32.370Z | [ host-image] Dec 20 23:23:30.810 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z |
8745 | 2024-12-20T23:23:32.370Z | [ host-image] Dec 20 23:23:30.810 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z |
8746 | 2024-12-20T23:23:32.370Z | [ host-image] Dec 20 23:23:30.810 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z |
8747 | 2024-12-20T23:23:32.373Z | [ host-image] Dec 20 23:23:30.814 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8748 | 2024-12-20T23:23:32.373Z | [ host-image] Dec 20 23:23:30.814 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z |
8749 | 2024-12-20T23:23:32.373Z | [ host-image] Dec 20 23:23:30.815 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z |
8750 | 2024-12-20T23:23:32.373Z | [ host-image] Dec 20 23:23:30.815 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8751 | 2024-12-20T23:23:32.373Z | [ host-image] Dec 20 23:23:30.816 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z |
8752 | 2024-12-20T23:23:32.373Z | [ host-image] Dec 20 23:23:30.816 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z |
8753 | 2024-12-20T23:23:32.373Z | [ host-image] Dec 20 23:23:30.816 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z |
8754 | 2024-12-20T23:23:32.373Z | [ host-image] Dec 20 23:23:30.816 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z |
8755 | 2024-12-20T23:23:32.381Z | [ host-image] Dec 20 23:23:30.825 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z |
8756 | 2024-12-20T23:23:32.381Z | [ host-image] Dec 20 23:23:30.825 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8757 | 2024-12-20T23:23:32.384Z | [ host-image] Dec 20 23:23:30.827 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z |
8758 | 2024-12-20T23:23:32.386Z | [ host-image] Dec 20 23:23:30.829 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z |
8759 | 2024-12-20T23:23:32.386Z | [ host-image] Dec 20 23:23:30.829 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z |
8760 | 2024-12-20T23:23:32.386Z | [ host-image] Dec 20 23:23:30.829 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z |
8761 | 2024-12-20T23:23:32.386Z | [ host-image] Dec 20 23:23:30.830 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z |
8762 | 2024-12-20T23:23:32.386Z | [ host-image] Dec 20 23:23:30.830 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z |
8763 | 2024-12-20T23:23:32.397Z | [ host-image] Dec 20 23:23:30.840 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z |
8764 | 2024-12-20T23:23:32.397Z | [ host-image] Dec 20 23:23:30.841 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z |
8765 | 2024-12-20T23:23:32.399Z | [ host-image] Dec 20 23:23:30.841 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z |
8766 | 2024-12-20T23:23:32.399Z | [ host-image] Dec 20 23:23:30.842 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z |
8767 | 2024-12-20T23:23:32.400Z | [ host-image] Dec 20 23:23:30.842 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z |
8768 | 2024-12-20T23:23:32.433Z | [ host-image] Dec 20 23:23:30.876 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z |
8769 | 2024-12-20T23:23:32.433Z | [ host-image] Dec 20 23:23:30.876 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z |
8770 | 2024-12-20T23:23:32.435Z | [ host-image] Dec 20 23:23:30.876 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z |
8771 | 2024-12-20T23:23:32.435Z | [ host-image] Dec 20 23:23:30.877 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8772 | 2024-12-20T23:23:32.435Z | [ host-image] Dec 20 23:23:30.877 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8773 | 2024-12-20T23:23:32.475Z | [ host-image] Dec 20 23:23:30.919 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z |
8774 | 2024-12-20T23:23:32.475Z | [ host-image] Dec 20 23:23:30.919 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8775 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.919 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z |
8776 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.919 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z |
8777 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.920 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z |
8778 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.921 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8779 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.921 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8780 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.922 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z |
8781 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.922 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z |
8782 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.922 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z |
8783 | 2024-12-20T23:23:32.479Z | [ host-image] Dec 20 23:23:30.923 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z |
8784 | 2024-12-20T23:23:32.482Z | [ host-image] Dec 20 23:23:30.923 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z |
8785 | 2024-12-20T23:23:32.482Z | [ host-image] Dec 20 23:23:30.923 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z |
8786 | 2024-12-20T23:23:32.485Z | [ host-image] Dec 20 23:23:30.926 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8787 | 2024-12-20T23:23:32.485Z | [ host-image] Dec 20 23:23:30.926 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z |
8788 | 2024-12-20T23:23:32.485Z | [ host-image] Dec 20 23:23:30.928 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z |
8789 | 2024-12-20T23:23:32.485Z | [ host-image] Dec 20 23:23:30.928 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z |
8790 | 2024-12-20T23:23:32.485Z | [ host-image] Dec 20 23:23:30.928 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z |
8791 | 2024-12-20T23:23:32.488Z | [ host-image] Dec 20 23:23:30.929 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z |
8792 | 2024-12-20T23:23:32.488Z | [ host-image] Dec 20 23:23:30.929 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z |
8793 | 2024-12-20T23:23:32.488Z | [ host-image] Dec 20 23:23:30.929 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8794 | 2024-12-20T23:23:32.488Z | [ host-image] Dec 20 23:23:30.929 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8795 | 2024-12-20T23:23:32.488Z | [ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z |
8796 | 2024-12-20T23:23:32.488Z | [ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z |
8797 | 2024-12-20T23:23:32.489Z | [ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8798 | 2024-12-20T23:23:32.489Z | [ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8799 | 2024-12-20T23:23:32.489Z | [ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8800 | 2024-12-20T23:23:32.489Z | [ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8801 | 2024-12-20T23:23:32.489Z | [ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8802 | 2024-12-20T23:23:32.491Z | [ host-image] Dec 20 23:23:30.931 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8803 | 2024-12-20T23:23:32.491Z | [ host-image] Dec 20 23:23:30.933 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8804 | 2024-12-20T23:23:32.491Z | [ host-image] Dec 20 23:23:30.933 INFO O| tempdir @ "/tmp/.tmpBrXOXE/tmp" |
8805 | 2024-12-20T23:23:32.491Z | [ host-image] Dec 20 23:23:30.933 INFO O| image root @ "/tmp/.tmpBrXOXE/tmp/root" |
8806 | 2024-12-20T23:23:32.491Z | [ host-image] Dec 20 23:23:30.933 INFO O| creating image... |
8807 | 2024-12-20T23:23:32.705Z | [ recovery-image] Dec 20 23:23:31.145 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) |
8808 | 2024-12-20T23:23:33.314Z | [ host-image] Dec 20 23:23:31.757 INFO O| copying publishers... |
8809 | 2024-12-20T23:23:36.522Z | [ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling bitflags v1.3.2 |
8810 | 2024-12-20T23:23:36.522Z | [ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling plain v0.2.3 |
8811 | 2024-12-20T23:23:36.525Z | [ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling adler2 v2.0.0 |
8812 | 2024-12-20T23:23:36.525Z | [ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling scroll v0.12.0 |
8813 | 2024-12-20T23:23:36.525Z | [ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling bit_field v0.10.2 |
8814 | 2024-12-20T23:23:36.525Z | [ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling log v0.4.22 |
8815 | 2024-12-20T23:23:36.525Z | [ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling static_assertions v1.1.0 |
8816 | 2024-12-20T23:23:36.617Z | [ recovery-image] Dec 20 23:23:35.060 INFO E| Compiling raw-cpuid v10.7.0 |
8817 | 2024-12-20T23:23:36.617Z | [ recovery-image] Dec 20 23:23:35.060 INFO E| Compiling cpio_reader v0.1.1 |
8818 | 2024-12-20T23:23:36.740Z | [ recovery-image] Dec 20 23:23:35.183 INFO E| Compiling miniz_oxide v0.8.0 |
8819 | 2024-12-20T23:23:36.855Z | [ recovery-image] Dec 20 23:23:35.298 INFO E| Compiling bitstruct v0.1.1 |
8820 | 2024-12-20T23:23:37.086Z | [ recovery-image] Dec 20 23:23:35.529 INFO E| Compiling goblin v0.8.2 |
8821 | 2024-12-20T23:23:43.240Z | [ recovery-image] Dec 20 23:23:41.681 INFO E| Finished `release` profile [optimized] target(s) in 44.75s |
8822 | 2024-12-20T23:23:43.265Z | [ recovery-image] Dec 20 23:23:41.708 INFO building host image... |
8823 | 2024-12-20T23:23:43.268Z | [ recovery-image] Dec 20 23:23:41.708 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") |
8824 | 2024-12-20T23:23:43.841Z | [ recovery-image] Dec 20 23:23:42.283 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8825 | 2024-12-20T23:23:45.574Z | [ recovery-image] Dec 20 23:23:44.016 INFO image complete! materials are in "/work/os-recovery" |
8826 | 2024-12-20T23:23:45.579Z | [ recovery-image] |
8827 | 2024-12-20T23:23:45.579Z | [ recovery-image] real 13:39.690357444 |
8828 | 2024-12-20T23:23:45.581Z | [ recovery-image] user 6:24.691240977 |
8829 | 2024-12-20T23:23:45.581Z | [ recovery-image] sys 1:01.016633484 |
8830 | 2024-12-20T23:23:45.581Z | [ recovery-image] trap 0.266283518 |
8831 | 2024-12-20T23:23:45.581Z | [ recovery-image] tflt 0.718702013 |
8832 | 2024-12-20T23:23:45.581Z | [ recovery-image] dflt 3.803223769 |
8833 | 2024-12-20T23:23:45.581Z | [ recovery-image] kflt 0.001185053 |
8834 | 2024-12-20T23:23:45.581Z | [ recovery-image] lock 29:34.797159833 |
8835 | 2024-12-20T23:23:45.581Z | [ recovery-image] slp 1:27:46.535354315 |
8836 | 2024-12-20T23:23:45.581Z | [ recovery-image] lat 3:09.537433850 |
8837 | 2024-12-20T23:23:45.581Z | [ recovery-image] stop 7.067463437 |
8838 | 2024-12-20T23:23:45.581Z | Dec 20 23:23:44.021 INFO [recovery-image] process exited with exit status: 0 (819.714127026s) |
8839 | 2024-12-20T23:23:45.798Z | [ host-image] Dec 20 23:23:44.240 INFO O| adding properties... |
8840 | 2024-12-20T23:23:47.455Z | [ host-image] Dec 20 23:23:45.896 INFO O| installing packages... |
8841 | 2024-12-20T23:24:14.716Z | [ host-image] Dec 20 23:24:13.155 INFO O| seeding SMF database... |
8842 | 2024-12-20T23:24:27.356Z | [ host-image] Dec 20 23:24:25.793 INFO O| configuring SMF profile... |
8843 | 2024-12-20T23:24:27.359Z | [ host-image] Dec 20 23:24:25.794 INFO O| modifying shadow(5)... |
8844 | 2024-12-20T23:24:27.359Z | [ host-image] Dec 20 23:24:25.794 INFO O| loading user and group database... |
8845 | 2024-12-20T23:24:27.359Z | [ host-image] Dec 20 23:24:25.794 INFO O| assessing packaged files... |
8846 | 2024-12-20T23:24:32.048Z | [ host-image] Dec 20 23:24:30.485 INFO O| creating archive... |
8847 | 2024-12-20T23:24:32.133Z | [ host-image] Dec 20 23:24:30.569 INFO O| missing from packaging: |
8848 | 2024-12-20T23:24:32.133Z | [ host-image] Dec 20 23:24:30.569 INFO O| "etc/.pwd.lock" |
8849 | 2024-12-20T23:24:32.135Z | [ host-image] Dec 20 23:24:30.570 INFO O| "etc/bash" |
8850 | 2024-12-20T23:24:32.142Z | [ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/generic.xml" |
8851 | 2024-12-20T23:24:32.145Z | [ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/inetd_services.xml" |
8852 | 2024-12-20T23:24:32.145Z | [ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/name_service.xml" |
8853 | 2024-12-20T23:24:32.145Z | [ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/platform.xml" |
8854 | 2024-12-20T23:24:32.145Z | [ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8855 | 2024-12-20T23:24:32.145Z | [ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/repository.db" |
8856 | 2024-12-20T23:24:32.159Z | [ host-image] Dec 20 23:24:30.595 INFO O| "opt/ooce/share" |
8857 | 2024-12-20T23:24:32.159Z | [ host-image] Dec 20 23:24:30.596 INFO O| "opt/ooce/share/man" |
8858 | 2024-12-20T23:24:32.161Z | [ host-image] Dec 20 23:24:30.596 INFO O| "opt/ooce/share/man/man1" |
8859 | 2024-12-20T23:24:32.174Z | [ host-image] Dec 20 23:24:30.610 INFO O| finishing archive... |
8860 | 2024-12-20T23:24:36.076Z | [ host-image] Dec 20 23:24:34.512 INFO O| creating gzonly manifest... |
8861 | 2024-12-20T23:24:36.088Z | [ host-image] Dec 20 23:24:34.524 INFO O| ok |
8862 | 2024-12-20T23:24:36.260Z | [ host-image] Dec 20 23:24:34.696 INFO image builder template: ramdisk-02-trim... |
8863 | 2024-12-20T23:24:36.260Z | [ host-image] Dec 20 23:24:34.696 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/.tmpMH33g0/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 |
8864 | 2024-12-20T23:24:36.300Z | [ host-image] Dec 20 23:24:34.736 INFO O| Dec 20 23:24:34.736 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8865 | 2024-12-20T23:24:36.326Z | [ host-image] Dec 20 23:24:34.760 INFO O| Dec 20 23:24:34.760 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8866 | 2024-12-20T23:24:36.463Z | [ host-image] Dec 20 23:24:34.899 INFO O| Dec 20 23:24:34.899 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8867 | 2024-12-20T23:24:36.552Z | [ host-image] Dec 20 23:24:34.988 INFO O| Dec 20 23:24:34.988 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8868 | 2024-12-20T23:24:36.555Z | [ host-image] Dec 20 23:24:34.988 INFO O| Dec 20 23:24:34.988 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8869 | 2024-12-20T23:24:36.564Z | [ host-image] Dec 20 23:24:34.999 INFO O| Dec 20 23:24:34.999 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8870 | 2024-12-20T23:24:36.572Z | [ host-image] Dec 20 23:24:35.007 INFO O| Dec 20 23:24:35.007 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8871 | 2024-12-20T23:24:36.581Z | [ host-image] Dec 20 23:24:35.017 INFO O| Dec 20 23:24:35.017 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8872 | 2024-12-20T23:24:37.223Z | [ host-image] Dec 20 23:24:35.659 INFO O| Dec 20 23:24:35.659 INFO rolled back to input snapshot; work may begin |
8873 | 2024-12-20T23:24:37.223Z | [ host-image] Dec 20 23:24:35.659 INFO O| Dec 20 23:24:35.659 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8874 | 2024-12-20T23:24:37.232Z | [ host-image] Dec 20 23:24:35.668 INFO O| Dec 20 23:24:35.668 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8875 | 2024-12-20T23:24:37.261Z | [ host-image] Dec 20 23:24:35.697 INFO O| Dec 20 23:24:35.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8876 | 2024-12-20T23:24:37.353Z | [ host-image] Dec 20 23:24:35.790 INFO O| Dec 20 23:24:35.789 INFO STEP 0 (remove_files) COMPLETE |
8877 | 2024-12-20T23:24:37.354Z | [ host-image] Dec 20 23:24:35.790 INFO O| Dec 20 23:24:35.789 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-20T23:24:37.371Z | [ host-image] Dec 20 23:24:35.807 INFO O| Dec 20 23:24:35.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8879 | 2024-12-20T23:24:37.374Z | [ host-image] Dec 20 23:24:35.810 INFO O| Dec 20 23:24:35.810 INFO STEP 1 (remove_files) COMPLETE |
8880 | 2024-12-20T23:24:37.374Z | [ host-image] Dec 20 23:24:35.810 INFO O| Dec 20 23:24:35.810 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-20T23:24:37.403Z | [ host-image] Dec 20 23:24:35.839 INFO O| Dec 20 23:24:35.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8882 | 2024-12-20T23:24:37.437Z | [ host-image] Dec 20 23:24:35.863 INFO O| Dec 20 23:24:35.863 INFO STEP 2 (remove_files) COMPLETE |
8883 | 2024-12-20T23:24:37.437Z | [ host-image] Dec 20 23:24:35.863 INFO O| Dec 20 23:24:35.863 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-20T23:24:37.446Z | [ host-image] Dec 20 23:24:35.882 INFO O| Dec 20 23:24:35.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8885 | 2024-12-20T23:24:37.450Z | [ host-image] Dec 20 23:24:35.886 INFO O| Dec 20 23:24:35.885 INFO STEP 3 (remove_files) COMPLETE |
8886 | 2024-12-20T23:24:37.452Z | [ host-image] Dec 20 23:24:35.886 INFO O| Dec 20 23:24:35.886 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-20T23:24:37.468Z | [ host-image] Dec 20 23:24:35.904 INFO O| Dec 20 23:24:35.904 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8888 | 2024-12-20T23:24:37.475Z | [ host-image] Dec 20 23:24:35.911 INFO O| Dec 20 23:24:35.911 INFO STEP 4 (remove_files) COMPLETE |
8889 | 2024-12-20T23:24:37.475Z | [ host-image] Dec 20 23:24:35.911 INFO O| Dec 20 23:24:35.911 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-20T23:24:37.498Z | [ host-image] Dec 20 23:24:35.930 INFO O| Dec 20 23:24:35.930 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8891 | 2024-12-20T23:24:37.502Z | [ host-image] Dec 20 23:24:35.933 INFO O| Dec 20 23:24:35.933 INFO STEP 5 (remove_files) COMPLETE |
8892 | 2024-12-20T23:24:37.502Z | [ host-image] Dec 20 23:24:35.933 INFO O| Dec 20 23:24:35.933 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-12-20T23:24:37.512Z | [ host-image] Dec 20 23:24:35.948 INFO O| Dec 20 23:24:35.948 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8894 | 2024-12-20T23:24:37.526Z | [ host-image] Dec 20 23:24:35.962 INFO O| Dec 20 23:24:35.961 INFO STEP 6 (remove_files) COMPLETE |
8895 | 2024-12-20T23:24:37.526Z | [ host-image] Dec 20 23:24:35.962 INFO O| Dec 20 23:24:35.962 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-20T23:24:37.544Z | [ host-image] Dec 20 23:24:35.980 INFO O| Dec 20 23:24:35.980 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8897 | 2024-12-20T23:24:37.565Z | [ host-image] Dec 20 23:24:36.001 INFO O| Dec 20 23:24:36.001 INFO STEP 7 (remove_files) COMPLETE |
8898 | 2024-12-20T23:24:37.569Z | [ host-image] Dec 20 23:24:36.001 INFO O| Dec 20 23:24:36.001 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-20T23:24:37.596Z | [ host-image] Dec 20 23:24:36.032 INFO O| Dec 20 23:24:36.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8900 | 2024-12-20T23:24:37.722Z | [ host-image] Dec 20 23:24:36.157 INFO O| Dec 20 23:24:36.157 INFO STEP 8 (remove_files) COMPLETE |
8901 | 2024-12-20T23:24:37.722Z | [ host-image] Dec 20 23:24:36.157 INFO O| Dec 20 23:24:36.157 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-20T23:24:37.742Z | [ host-image] Dec 20 23:24:36.176 INFO O| Dec 20 23:24:36.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8903 | 2024-12-20T23:24:37.882Z | [ host-image] Dec 20 23:24:36.318 INFO O| Dec 20 23:24:36.317 INFO STEP 9 (remove_files) COMPLETE |
8904 | 2024-12-20T23:24:37.882Z | [ host-image] Dec 20 23:24:36.318 INFO O| Dec 20 23:24:36.318 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-20T23:24:37.898Z | [ host-image] Dec 20 23:24:36.334 INFO O| Dec 20 23:24:36.334 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8906 | 2024-12-20T23:24:37.903Z | [ host-image] Dec 20 23:24:36.339 INFO O| Dec 20 23:24:36.339 INFO STEP 10 (remove_files) COMPLETE |
8907 | 2024-12-20T23:24:37.903Z | [ host-image] Dec 20 23:24:36.339 INFO O| Dec 20 23:24:36.339 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-20T23:24:37.920Z | [ host-image] Dec 20 23:24:36.356 INFO O| Dec 20 23:24:36.356 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8909 | 2024-12-20T23:24:37.922Z | [ host-image] Dec 20 23:24:36.357 INFO O| Dec 20 23:24:36.357 INFO STEP 11 (remove_files) COMPLETE |
8910 | 2024-12-20T23:24:37.922Z | [ host-image] Dec 20 23:24:36.357 INFO O| Dec 20 23:24:36.357 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-20T23:24:37.932Z | [ host-image] Dec 20 23:24:36.368 INFO O| Dec 20 23:24:36.368 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8912 | 2024-12-20T23:24:37.935Z | [ host-image] Dec 20 23:24:36.371 INFO O| Dec 20 23:24:36.371 INFO STEP 12 (remove_files) COMPLETE |
8913 | 2024-12-20T23:24:37.935Z | [ host-image] Dec 20 23:24:36.371 INFO O| Dec 20 23:24:36.371 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-20T23:24:38.059Z | [ host-image] Dec 20 23:24:36.495 INFO O| Dec 20 23:24:36.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8915 | 2024-12-20T23:24:38.062Z | [ host-image] Dec 20 23:24:36.495 INFO O| Dec 20 23:24:36.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8916 | 2024-12-20T23:24:38.076Z | [ host-image] Dec 20 23:24:36.512 INFO O| Dec 20 23:24:36.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8917 | 2024-12-20T23:24:38.135Z | [ host-image] Dec 20 23:24:36.571 INFO O| Dec 20 23:24:36.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8918 | 2024-12-20T23:24:38.479Z | [ host-image] Dec 20 23:24:36.914 INFO O| Dec 20 23:24:36.914 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8919 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.915 INFO O| Dec 20 23:24:36.915 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8920 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.915 INFO O| Dec 20 23:24:36.915 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8921 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.916 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8922 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.916 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8923 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.916 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8924 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.916 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8925 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.917 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8926 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.917 INFO O| Dec 20 23:24:36.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8927 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.917 INFO O| Dec 20 23:24:36.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8928 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.917 INFO O| Dec 20 23:24:36.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8929 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.918 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8930 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.918 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8931 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.918 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8932 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.918 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8933 | 2024-12-20T23:24:38.483Z | [ host-image] Dec 20 23:24:36.919 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8934 | 2024-12-20T23:24:38.486Z | [ host-image] Dec 20 23:24:36.919 INFO O| Dec 20 23:24:36.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8935 | 2024-12-20T23:24:38.524Z | [ host-image] Dec 20 23:24:36.960 INFO O| Dec 20 23:24:36.960 INFO STEP 13 (remove_files) COMPLETE |
8936 | 2024-12-20T23:24:38.524Z | [ host-image] Dec 20 23:24:36.960 INFO O| Dec 20 23:24:36.960 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8937 | 2024-12-20T23:24:38.538Z | [ host-image] Dec 20 23:24:36.973 INFO O| Dec 20 23:24:36.973 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8938 | 2024-12-20T23:24:38.540Z | [ host-image] Dec 20 23:24:36.975 INFO O| Dec 20 23:24:36.975 INFO STEP 14 (remove_files) COMPLETE |
8939 | 2024-12-20T23:24:38.540Z | [ host-image] Dec 20 23:24:36.975 INFO O| Dec 20 23:24:36.975 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8940 | 2024-12-20T23:24:38.555Z | [ host-image] Dec 20 23:24:36.991 INFO O| Dec 20 23:24:36.991 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8941 | 2024-12-20T23:24:38.566Z | [ host-image] Dec 20 23:24:37.002 INFO O| Dec 20 23:24:37.002 INFO STEP 15 (remove_files) COMPLETE |
8942 | 2024-12-20T23:24:38.566Z | [ host-image] Dec 20 23:24:37.002 INFO O| Dec 20 23:24:37.002 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8943 | 2024-12-20T23:24:38.584Z | [ host-image] Dec 20 23:24:37.020 INFO O| Dec 20 23:24:37.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8944 | 2024-12-20T23:24:38.588Z | [ host-image] Dec 20 23:24:37.021 INFO O| Dec 20 23:24:37.021 INFO STEP 16 (remove_files) COMPLETE |
8945 | 2024-12-20T23:24:38.588Z | [ host-image] Dec 20 23:24:37.021 INFO O| Dec 20 23:24:37.021 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8946 | 2024-12-20T23:24:38.603Z | [ host-image] Dec 20 23:24:37.039 INFO O| Dec 20 23:24:37.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8947 | 2024-12-20T23:24:38.606Z | [ host-image] Dec 20 23:24:37.041 INFO O| Dec 20 23:24:37.041 INFO STEP 17 (remove_files) COMPLETE |
8948 | 2024-12-20T23:24:38.606Z | [ host-image] Dec 20 23:24:37.041 INFO O| Dec 20 23:24:37.041 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8949 | 2024-12-20T23:24:38.623Z | [ host-image] Dec 20 23:24:37.059 INFO O| Dec 20 23:24:37.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8950 | 2024-12-20T23:24:38.623Z | [ host-image] Dec 20 23:24:37.059 INFO O| Dec 20 23:24:37.059 INFO STEP 18 (remove_files) COMPLETE |
8951 | 2024-12-20T23:24:38.626Z | [ host-image] Dec 20 23:24:37.059 INFO O| Dec 20 23:24:37.059 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8952 | 2024-12-20T23:24:38.638Z | [ host-image] Dec 20 23:24:37.074 INFO O| Dec 20 23:24:37.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8953 | 2024-12-20T23:24:38.638Z | [ host-image] Dec 20 23:24:37.074 INFO O| Dec 20 23:24:37.074 INFO STEP 19 (remove_files) COMPLETE |
8954 | 2024-12-20T23:24:38.640Z | [ host-image] Dec 20 23:24:37.074 INFO O| Dec 20 23:24:37.074 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8955 | 2024-12-20T23:24:38.651Z | [ host-image] Dec 20 23:24:37.085 INFO O| Dec 20 23:24:37.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8956 | 2024-12-20T23:24:38.651Z | [ host-image] Dec 20 23:24:37.086 INFO O| Dec 20 23:24:37.085 INFO STEP 20 (remove_files) COMPLETE |
8957 | 2024-12-20T23:24:38.653Z | [ host-image] Dec 20 23:24:37.086 INFO O| Dec 20 23:24:37.086 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8958 | 2024-12-20T23:24:38.660Z | [ host-image] Dec 20 23:24:37.096 INFO O| Dec 20 23:24:37.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8959 | 2024-12-20T23:24:38.662Z | [ host-image] Dec 20 23:24:37.096 INFO O| Dec 20 23:24:37.096 INFO STEP 21 (remove_files) COMPLETE |
8960 | 2024-12-20T23:24:38.662Z | [ host-image] Dec 20 23:24:37.096 INFO O| Dec 20 23:24:37.096 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8961 | 2024-12-20T23:24:38.671Z | [ host-image] Dec 20 23:24:37.107 INFO O| Dec 20 23:24:37.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8962 | 2024-12-20T23:24:38.671Z | [ host-image] Dec 20 23:24:37.107 INFO O| Dec 20 23:24:37.107 INFO STEP 22 (remove_files) COMPLETE |
8963 | 2024-12-20T23:24:38.674Z | [ host-image] Dec 20 23:24:37.107 INFO O| Dec 20 23:24:37.107 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8964 | 2024-12-20T23:24:38.682Z | [ host-image] Dec 20 23:24:37.118 INFO O| Dec 20 23:24:37.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8965 | 2024-12-20T23:24:38.682Z | [ host-image] Dec 20 23:24:37.118 INFO O| Dec 20 23:24:37.118 INFO STEP 23 (remove_files) COMPLETE |
8966 | 2024-12-20T23:24:38.684Z | [ host-image] Dec 20 23:24:37.118 INFO O| Dec 20 23:24:37.118 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8967 | 2024-12-20T23:24:38.693Z | [ host-image] Dec 20 23:24:37.129 INFO O| Dec 20 23:24:37.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8968 | 2024-12-20T23:24:38.693Z | [ host-image] Dec 20 23:24:37.129 INFO O| Dec 20 23:24:37.129 INFO STEP 24 (remove_files) COMPLETE |
8969 | 2024-12-20T23:24:38.693Z | [ host-image] Dec 20 23:24:37.129 INFO O| Dec 20 23:24:37.129 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8970 | 2024-12-20T23:24:38.705Z | [ host-image] Dec 20 23:24:37.141 INFO O| Dec 20 23:24:37.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8971 | 2024-12-20T23:24:38.705Z | [ host-image] Dec 20 23:24:37.141 INFO O| Dec 20 23:24:37.141 INFO STEP 25 (remove_files) COMPLETE |
8972 | 2024-12-20T23:24:38.707Z | [ host-image] Dec 20 23:24:37.141 INFO O| Dec 20 23:24:37.141 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8973 | 2024-12-20T23:24:38.716Z | [ host-image] Dec 20 23:24:37.152 INFO O| Dec 20 23:24:37.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8974 | 2024-12-20T23:24:38.716Z | [ host-image] Dec 20 23:24:37.152 INFO O| Dec 20 23:24:37.152 INFO STEP 26 (remove_files) COMPLETE |
8975 | 2024-12-20T23:24:38.718Z | [ host-image] Dec 20 23:24:37.152 INFO O| Dec 20 23:24:37.152 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8976 | 2024-12-20T23:24:38.727Z | [ host-image] Dec 20 23:24:37.163 INFO O| Dec 20 23:24:37.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8977 | 2024-12-20T23:24:38.727Z | [ host-image] Dec 20 23:24:37.163 INFO O| Dec 20 23:24:37.163 INFO STEP 27 (remove_files) COMPLETE |
8978 | 2024-12-20T23:24:38.729Z | [ host-image] Dec 20 23:24:37.163 INFO O| Dec 20 23:24:37.163 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8979 | 2024-12-20T23:24:38.737Z | [ host-image] Dec 20 23:24:37.173 INFO O| Dec 20 23:24:37.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8980 | 2024-12-20T23:24:38.737Z | [ host-image] Dec 20 23:24:37.174 INFO O| Dec 20 23:24:37.174 INFO STEP 28 (remove_files) COMPLETE |
8981 | 2024-12-20T23:24:38.740Z | [ host-image] Dec 20 23:24:37.174 INFO O| Dec 20 23:24:37.174 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8982 | 2024-12-20T23:24:38.747Z | [ host-image] Dec 20 23:24:37.183 INFO O| Dec 20 23:24:37.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8983 | 2024-12-20T23:24:38.747Z | [ host-image] Dec 20 23:24:37.183 INFO O| Dec 20 23:24:37.183 INFO STEP 29 (remove_files) COMPLETE |
8984 | 2024-12-20T23:24:38.750Z | [ host-image] Dec 20 23:24:37.183 INFO O| Dec 20 23:24:37.183 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8985 | 2024-12-20T23:24:38.758Z | [ host-image] Dec 20 23:24:37.194 INFO O| Dec 20 23:24:37.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8986 | 2024-12-20T23:24:38.758Z | [ host-image] Dec 20 23:24:37.194 INFO O| Dec 20 23:24:37.194 INFO STEP 30 (remove_files) COMPLETE |
8987 | 2024-12-20T23:24:38.758Z | [ host-image] Dec 20 23:24:37.194 INFO O| Dec 20 23:24:37.194 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8988 | 2024-12-20T23:24:38.769Z | [ host-image] Dec 20 23:24:37.205 INFO O| Dec 20 23:24:37.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8989 | 2024-12-20T23:24:38.769Z | [ host-image] Dec 20 23:24:37.205 INFO O| Dec 20 23:24:37.205 INFO STEP 31 (remove_files) COMPLETE |
8990 | 2024-12-20T23:24:38.772Z | [ host-image] Dec 20 23:24:37.205 INFO O| Dec 20 23:24:37.205 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8991 | 2024-12-20T23:24:38.785Z | [ host-image] Dec 20 23:24:37.216 INFO O| Dec 20 23:24:37.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8992 | 2024-12-20T23:24:38.785Z | [ host-image] Dec 20 23:24:37.216 INFO O| Dec 20 23:24:37.216 INFO STEP 32 (remove_files) COMPLETE |
8993 | 2024-12-20T23:24:38.792Z | [ host-image] Dec 20 23:24:37.216 INFO O| Dec 20 23:24:37.216 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8994 | 2024-12-20T23:24:38.792Z | [ host-image] Dec 20 23:24:37.226 INFO O| Dec 20 23:24:37.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8995 | 2024-12-20T23:24:38.792Z | [ host-image] Dec 20 23:24:37.226 INFO O| Dec 20 23:24:37.226 INFO STEP 33 (remove_files) COMPLETE |
8996 | 2024-12-20T23:24:38.792Z | [ host-image] Dec 20 23:24:37.226 INFO O| Dec 20 23:24:37.226 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8997 | 2024-12-20T23:24:38.801Z | [ host-image] Dec 20 23:24:37.237 INFO O| Dec 20 23:24:37.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8998 | 2024-12-20T23:24:38.801Z | [ host-image] Dec 20 23:24:37.237 INFO O| Dec 20 23:24:37.237 INFO STEP 34 (remove_files) COMPLETE |
8999 | 2024-12-20T23:24:38.804Z | [ host-image] Dec 20 23:24:37.237 INFO O| Dec 20 23:24:37.237 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9000 | 2024-12-20T23:24:38.815Z | [ host-image] Dec 20 23:24:37.251 INFO O| Dec 20 23:24:37.250 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
9001 | 2024-12-20T23:24:38.815Z | [ host-image] Dec 20 23:24:37.251 INFO O| Dec 20 23:24:37.251 INFO STEP 35 (remove_files) COMPLETE |
9002 | 2024-12-20T23:24:38.817Z | [ host-image] Dec 20 23:24:37.251 INFO O| Dec 20 23:24:37.251 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9003 | 2024-12-20T23:24:38.828Z | [ host-image] Dec 20 23:24:37.264 INFO O| Dec 20 23:24:37.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
9004 | 2024-12-20T23:24:38.828Z | [ host-image] Dec 20 23:24:37.264 INFO O| Dec 20 23:24:37.264 INFO STEP 36 (remove_files) COMPLETE |
9005 | 2024-12-20T23:24:38.830Z | [ host-image] Dec 20 23:24:37.264 INFO O| Dec 20 23:24:37.264 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9006 | 2024-12-20T23:24:38.840Z | [ host-image] Dec 20 23:24:37.276 INFO O| Dec 20 23:24:37.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
9007 | 2024-12-20T23:24:38.840Z | [ host-image] Dec 20 23:24:37.276 INFO O| Dec 20 23:24:37.276 INFO STEP 37 (remove_files) COMPLETE |
9008 | 2024-12-20T23:24:38.843Z | [ host-image] Dec 20 23:24:37.276 INFO O| Dec 20 23:24:37.276 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9009 | 2024-12-20T23:24:38.853Z | [ host-image] Dec 20 23:24:37.289 INFO O| Dec 20 23:24:37.289 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
9010 | 2024-12-20T23:24:38.853Z | [ host-image] Dec 20 23:24:37.289 INFO O| Dec 20 23:24:37.289 INFO STEP 38 (remove_files) COMPLETE |
9011 | 2024-12-20T23:24:38.855Z | [ host-image] Dec 20 23:24:37.289 INFO O| Dec 20 23:24:37.289 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9012 | 2024-12-20T23:24:38.865Z | [ host-image] Dec 20 23:24:37.301 INFO O| Dec 20 23:24:37.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
9013 | 2024-12-20T23:24:38.865Z | [ host-image] Dec 20 23:24:37.301 INFO O| Dec 20 23:24:37.301 INFO STEP 39 (remove_files) COMPLETE |
9014 | 2024-12-20T23:24:38.867Z | [ host-image] Dec 20 23:24:37.301 INFO O| Dec 20 23:24:37.301 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9015 | 2024-12-20T23:24:38.875Z | [ host-image] Dec 20 23:24:37.311 INFO O| Dec 20 23:24:37.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
9016 | 2024-12-20T23:24:38.875Z | [ host-image] Dec 20 23:24:37.311 INFO O| Dec 20 23:24:37.311 INFO STEP 40 (remove_files) COMPLETE |
9017 | 2024-12-20T23:24:38.877Z | [ host-image] Dec 20 23:24:37.311 INFO O| Dec 20 23:24:37.311 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9018 | 2024-12-20T23:24:38.886Z | [ host-image] Dec 20 23:24:37.322 INFO O| Dec 20 23:24:37.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
9019 | 2024-12-20T23:24:38.886Z | [ host-image] Dec 20 23:24:37.322 INFO O| Dec 20 23:24:37.322 INFO STEP 41 (remove_files) COMPLETE |
9020 | 2024-12-20T23:24:38.886Z | [ host-image] Dec 20 23:24:37.322 INFO O| Dec 20 23:24:37.322 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9021 | 2024-12-20T23:24:38.898Z | [ host-image] Dec 20 23:24:37.332 INFO O| Dec 20 23:24:37.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
9022 | 2024-12-20T23:24:38.898Z | [ host-image] Dec 20 23:24:37.332 INFO O| Dec 20 23:24:37.332 INFO STEP 42 (remove_files) COMPLETE |
9023 | 2024-12-20T23:24:38.902Z | [ host-image] Dec 20 23:24:37.332 INFO O| Dec 20 23:24:37.332 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9024 | 2024-12-20T23:24:38.912Z | [ host-image] Dec 20 23:24:37.348 INFO O| Dec 20 23:24:37.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
9025 | 2024-12-20T23:24:38.912Z | [ host-image] Dec 20 23:24:37.348 INFO O| Dec 20 23:24:37.348 INFO STEP 43 (remove_files) COMPLETE |
9026 | 2024-12-20T23:24:38.912Z | [ host-image] Dec 20 23:24:37.348 INFO O| Dec 20 23:24:37.348 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9027 | 2024-12-20T23:24:38.927Z | [ host-image] Dec 20 23:24:37.363 INFO O| Dec 20 23:24:37.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
9028 | 2024-12-20T23:24:38.927Z | [ host-image] Dec 20 23:24:37.363 INFO O| Dec 20 23:24:37.363 INFO STEP 44 (remove_files) COMPLETE |
9029 | 2024-12-20T23:24:38.927Z | [ host-image] Dec 20 23:24:37.363 INFO O| Dec 20 23:24:37.363 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9030 | 2024-12-20T23:24:38.941Z | [ host-image] Dec 20 23:24:37.377 INFO O| Dec 20 23:24:37.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
9031 | 2024-12-20T23:24:38.941Z | [ host-image] Dec 20 23:24:37.377 INFO O| Dec 20 23:24:37.377 INFO STEP 45 (remove_files) COMPLETE |
9032 | 2024-12-20T23:24:38.941Z | [ host-image] Dec 20 23:24:37.377 INFO O| Dec 20 23:24:37.377 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9033 | 2024-12-20T23:24:38.953Z | [ host-image] Dec 20 23:24:37.389 INFO O| Dec 20 23:24:37.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
9034 | 2024-12-20T23:24:38.953Z | [ host-image] Dec 20 23:24:37.389 INFO O| Dec 20 23:24:37.389 INFO STEP 46 (remove_files) COMPLETE |
9035 | 2024-12-20T23:24:38.953Z | [ host-image] Dec 20 23:24:37.389 INFO O| Dec 20 23:24:37.389 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9036 | 2024-12-20T23:24:38.963Z | [ host-image] Dec 20 23:24:37.399 INFO O| Dec 20 23:24:37.399 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
9037 | 2024-12-20T23:24:38.963Z | [ host-image] Dec 20 23:24:37.399 INFO O| Dec 20 23:24:37.399 INFO STEP 47 (remove_files) COMPLETE |
9038 | 2024-12-20T23:24:38.963Z | [ host-image] Dec 20 23:24:37.399 INFO O| Dec 20 23:24:37.399 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9039 | 2024-12-20T23:24:38.974Z | [ host-image] Dec 20 23:24:37.410 INFO O| Dec 20 23:24:37.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
9040 | 2024-12-20T23:24:38.974Z | [ host-image] Dec 20 23:24:37.410 INFO O| Dec 20 23:24:37.410 INFO STEP 48 (remove_files) COMPLETE |
9041 | 2024-12-20T23:24:38.978Z | [ host-image] Dec 20 23:24:37.410 INFO O| Dec 20 23:24:37.410 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9042 | 2024-12-20T23:24:38.985Z | [ host-image] Dec 20 23:24:37.421 INFO O| Dec 20 23:24:37.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
9043 | 2024-12-20T23:24:38.987Z | [ host-image] Dec 20 23:24:37.421 INFO O| Dec 20 23:24:37.421 INFO STEP 49 (remove_files) COMPLETE |
9044 | 2024-12-20T23:24:38.988Z | [ host-image] Dec 20 23:24:37.421 INFO O| Dec 20 23:24:37.421 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9045 | 2024-12-20T23:24:38.995Z | [ host-image] Dec 20 23:24:37.431 INFO O| Dec 20 23:24:37.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
9046 | 2024-12-20T23:24:38.995Z | [ host-image] Dec 20 23:24:37.431 INFO O| Dec 20 23:24:37.431 INFO STEP 50 (remove_files) COMPLETE |
9047 | 2024-12-20T23:24:38.998Z | [ host-image] Dec 20 23:24:37.431 INFO O| Dec 20 23:24:37.431 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9048 | 2024-12-20T23:24:39.006Z | [ host-image] Dec 20 23:24:37.442 INFO O| Dec 20 23:24:37.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
9049 | 2024-12-20T23:24:39.006Z | [ host-image] Dec 20 23:24:37.442 INFO O| Dec 20 23:24:37.442 INFO STEP 51 (remove_files) COMPLETE |
9050 | 2024-12-20T23:24:39.009Z | [ host-image] Dec 20 23:24:37.442 INFO O| Dec 20 23:24:37.442 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9051 | 2024-12-20T23:24:39.017Z | [ host-image] Dec 20 23:24:37.453 INFO O| Dec 20 23:24:37.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
9052 | 2024-12-20T23:24:39.017Z | [ host-image] Dec 20 23:24:37.453 INFO O| Dec 20 23:24:37.453 INFO STEP 52 (remove_files) COMPLETE |
9053 | 2024-12-20T23:24:39.020Z | [ host-image] Dec 20 23:24:37.453 INFO O| Dec 20 23:24:37.453 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9054 | 2024-12-20T23:24:39.028Z | [ host-image] Dec 20 23:24:37.464 INFO O| Dec 20 23:24:37.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
9055 | 2024-12-20T23:24:39.031Z | [ host-image] Dec 20 23:24:37.464 INFO O| Dec 20 23:24:37.464 INFO STEP 53 (remove_files) COMPLETE |
9056 | 2024-12-20T23:24:39.031Z | [ host-image] Dec 20 23:24:37.464 INFO O| Dec 20 23:24:37.464 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9057 | 2024-12-20T23:24:39.038Z | [ host-image] Dec 20 23:24:37.474 INFO O| Dec 20 23:24:37.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
9058 | 2024-12-20T23:24:39.038Z | [ host-image] Dec 20 23:24:37.474 INFO O| Dec 20 23:24:37.474 INFO STEP 54 (remove_files) COMPLETE |
9059 | 2024-12-20T23:24:39.038Z | [ host-image] Dec 20 23:24:37.474 INFO O| Dec 20 23:24:37.474 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9060 | 2024-12-20T23:24:39.049Z | [ host-image] Dec 20 23:24:37.485 INFO O| Dec 20 23:24:37.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
9061 | 2024-12-20T23:24:39.049Z | [ host-image] Dec 20 23:24:37.485 INFO O| Dec 20 23:24:37.485 INFO STEP 55 (remove_files) COMPLETE |
9062 | 2024-12-20T23:24:39.049Z | [ host-image] Dec 20 23:24:37.485 INFO O| Dec 20 23:24:37.485 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9063 | 2024-12-20T23:24:39.064Z | [ host-image] Dec 20 23:24:37.499 INFO O| Dec 20 23:24:37.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
9064 | 2024-12-20T23:24:39.064Z | [ host-image] Dec 20 23:24:37.499 INFO O| Dec 20 23:24:37.499 INFO STEP 56 (remove_files) COMPLETE |
9065 | 2024-12-20T23:24:39.064Z | [ host-image] Dec 20 23:24:37.499 INFO O| Dec 20 23:24:37.499 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9066 | 2024-12-20T23:24:39.075Z | [ host-image] Dec 20 23:24:37.511 INFO O| Dec 20 23:24:37.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
9067 | 2024-12-20T23:24:39.075Z | [ host-image] Dec 20 23:24:37.511 INFO O| Dec 20 23:24:37.511 INFO STEP 57 (remove_files) COMPLETE |
9068 | 2024-12-20T23:24:39.078Z | [ host-image] Dec 20 23:24:37.511 INFO O| Dec 20 23:24:37.511 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9069 | 2024-12-20T23:24:39.088Z | [ host-image] Dec 20 23:24:37.523 INFO O| Dec 20 23:24:37.523 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
9070 | 2024-12-20T23:24:39.088Z | [ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
9071 | 2024-12-20T23:24:39.091Z | [ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9072 | 2024-12-20T23:24:39.091Z | [ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9073 | 2024-12-20T23:24:39.091Z | [ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9074 | 2024-12-20T23:24:39.091Z | [ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
9075 | 2024-12-20T23:24:39.091Z | [ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO ok! |
9076 | 2024-12-20T23:24:39.091Z | [ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO STEP 58 (ensure_file) COMPLETE |
9077 | 2024-12-20T23:24:39.091Z | [ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9078 | 2024-12-20T23:24:39.099Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
9079 | 2024-12-20T23:24:39.099Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
9080 | 2024-12-20T23:24:39.099Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9081 | 2024-12-20T23:24:39.102Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9082 | 2024-12-20T23:24:39.102Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9083 | 2024-12-20T23:24:39.102Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
9084 | 2024-12-20T23:24:39.102Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO ok! |
9085 | 2024-12-20T23:24:39.102Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO STEP 59 (ensure_file) COMPLETE |
9086 | 2024-12-20T23:24:39.102Z | [ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9087 | 2024-12-20T23:24:39.110Z | [ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
9088 | 2024-12-20T23:24:39.110Z | [ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
9089 | 2024-12-20T23:24:39.112Z | [ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
9090 | 2024-12-20T23:24:39.112Z | [ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO ok! |
9091 | 2024-12-20T23:24:39.113Z | [ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO STEP 60 (ensure_file) COMPLETE |
9092 | 2024-12-20T23:24:39.113Z | [ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9093 | 2024-12-20T23:24:39.121Z | [ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
9094 | 2024-12-20T23:24:39.121Z | [ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
9095 | 2024-12-20T23:24:39.124Z | [ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
9096 | 2024-12-20T23:24:39.124Z | [ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO ok! |
9097 | 2024-12-20T23:24:39.124Z | [ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO STEP 61 (ensure_file) COMPLETE |
9098 | 2024-12-20T23:24:39.124Z | [ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9099 | 2024-12-20T23:24:39.131Z | [ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
9100 | 2024-12-20T23:24:39.131Z | [ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
9101 | 2024-12-20T23:24:39.133Z | [ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9102 | 2024-12-20T23:24:39.133Z | [ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
9103 | 2024-12-20T23:24:39.134Z | [ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO ok! |
9104 | 2024-12-20T23:24:39.134Z | [ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO STEP 62 (ensure_file) COMPLETE |
9105 | 2024-12-20T23:24:39.134Z | [ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9106 | 2024-12-20T23:24:39.142Z | [ host-image] Dec 20 23:24:37.577 INFO O| Dec 20 23:24:37.577 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
9107 | 2024-12-20T23:24:39.142Z | [ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.577 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
9108 | 2024-12-20T23:24:39.144Z | [ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9109 | 2024-12-20T23:24:39.144Z | [ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
9110 | 2024-12-20T23:24:39.144Z | [ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO ok! |
9111 | 2024-12-20T23:24:39.144Z | [ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO STEP 63 (ensure_file) COMPLETE |
9112 | 2024-12-20T23:24:39.144Z | [ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9113 | 2024-12-20T23:24:39.152Z | [ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9114 | 2024-12-20T23:24:39.152Z | [ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9115 | 2024-12-20T23:24:39.155Z | [ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9116 | 2024-12-20T23:24:39.155Z | [ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO ok! |
9117 | 2024-12-20T23:24:39.155Z | [ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO STEP 64 (assemble_files) COMPLETE |
9118 | 2024-12-20T23:24:39.155Z | [ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9119 | 2024-12-20T23:24:39.163Z | [ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9120 | 2024-12-20T23:24:39.163Z | [ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9121 | 2024-12-20T23:24:39.165Z | [ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9122 | 2024-12-20T23:24:39.165Z | [ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9123 | 2024-12-20T23:24:39.165Z | [ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO ok! |
9124 | 2024-12-20T23:24:39.165Z | [ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO STEP 65 (ensure_file) COMPLETE |
9125 | 2024-12-20T23:24:39.165Z | [ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9126 | 2024-12-20T23:24:39.175Z | [ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9127 | 2024-12-20T23:24:39.175Z | [ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9128 | 2024-12-20T23:24:39.188Z | [ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9129 | 2024-12-20T23:24:39.189Z | [ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO STEP 66 (ensure_dir) COMPLETE |
9130 | 2024-12-20T23:24:39.189Z | [ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9131 | 2024-12-20T23:24:39.189Z | [ host-image] Dec 20 23:24:37.622 INFO O| Dec 20 23:24:37.622 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9132 | 2024-12-20T23:24:39.189Z | [ host-image] Dec 20 23:24:37.622 INFO O| Dec 20 23:24:37.622 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 ... |
9133 | 2024-12-20T23:24:39.195Z | [ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 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 |
9134 | 2024-12-20T23:24:39.195Z | [ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9135 | 2024-12-20T23:24:39.198Z | [ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 INFO ok! |
9136 | 2024-12-20T23:24:39.199Z | [ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 INFO STEP 67 (ensure_file) COMPLETE |
9137 | 2024-12-20T23:24:39.199Z | [ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9138 | 2024-12-20T23:24:39.207Z | [ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9139 | 2024-12-20T23:24:39.210Z | [ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 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 ... |
9140 | 2024-12-20T23:24:39.210Z | [ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 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 |
9141 | 2024-12-20T23:24:39.210Z | [ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9142 | 2024-12-20T23:24:39.210Z | [ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO ok! |
9143 | 2024-12-20T23:24:39.210Z | [ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO STEP 68 (ensure_file) COMPLETE |
9144 | 2024-12-20T23:24:39.210Z | [ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9145 | 2024-12-20T23:24:39.223Z | [ host-image] Dec 20 23:24:37.659 INFO O| Dec 20 23:24:37.659 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9146 | 2024-12-20T23:24:39.223Z | [ host-image] Dec 20 23:24:37.659 INFO O| Dec 20 23:24:37.659 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9147 | 2024-12-20T23:24:41.303Z | [ host-image] Dec 20 23:24:39.739 INFO O| Dec 20 23:24:39.739 INFO STEP 69 (pack_tar) COMPLETE |
9148 | 2024-12-20T23:24:41.303Z | [ host-image] Dec 20 23:24:39.739 INFO O| Dec 20 23:24:39.739 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9149 | 2024-12-20T23:24:41.306Z | [ host-image] Dec 20 23:24:39.739 INFO O| Dec 20 23:24:39.739 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9150 | 2024-12-20T23:24:41.481Z | [ host-image] Dec 20 23:24:39.916 INFO O| Dec 20 23:24:39.916 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9151 | 2024-12-20T23:24:41.547Z | [ host-image] Dec 20 23:24:39.983 INFO O| Dec 20 23:24:39.982 INFO completed processing gimlet/ramdisk-02-trim |
9152 | 2024-12-20T23:24:41.549Z | [ host-image] Dec 20 23:24:39.985 INFO image builder template: zfs... |
9153 | 2024-12-20T23:24:41.549Z | [ host-image] Dec 20 23:24:39.985 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/.tmpMH33g0/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 |
9154 | 2024-12-20T23:24:41.563Z | [ host-image] Dec 20 23:24:39.999 INFO O| Dec 20 23:24:39.998 INFO skip include "stress" because feature "stress" is not enabled |
9155 | 2024-12-20T23:24:41.595Z | [ host-image] Dec 20 23:24:40.031 INFO O| Dec 20 23:24:40.030 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9156 | 2024-12-20T23:24:41.599Z | [ host-image] Dec 20 23:24:40.035 INFO O| Dec 20 23:24:40.035 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9157 | 2024-12-20T23:24:41.646Z | [ host-image] Dec 20 23:24:40.079 INFO O| Dec 20 23:24:40.079 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9158 | 2024-12-20T23:24:41.710Z | [ host-image] Dec 20 23:24:40.146 INFO O| Dec 20 23:24:40.146 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9159 | 2024-12-20T23:24:41.710Z | [ host-image] Dec 20 23:24:40.146 INFO O| Dec 20 23:24:40.146 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9160 | 2024-12-20T23:24:41.715Z | [ host-image] Dec 20 23:24:40.150 INFO O| Dec 20 23:24:40.150 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9161 | 2024-12-20T23:24:41.801Z | [ host-image] Dec 20 23:24:40.236 INFO O| Dec 20 23:24:40.236 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9162 | 2024-12-20T23:24:41.876Z | [ host-image] Dec 20 23:24:40.311 INFO O| Dec 20 23:24:40.311 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9163 | 2024-12-20T23:24:41.885Z | [ host-image] Dec 20 23:24:40.321 INFO O| Dec 20 23:24:40.321 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9164 | 2024-12-20T23:24:41.890Z | [ host-image] Dec 20 23:24:40.326 INFO O| Dec 20 23:24:40.326 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9165 | 2024-12-20T23:24:41.892Z | [ host-image] Dec 20 23:24:40.326 INFO O| Dec 20 23:24:40.326 INFO no lofi found |
9166 | 2024-12-20T23:24:41.892Z | [ host-image] Dec 20 23:24:40.326 INFO O| Dec 20 23:24:40.326 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9167 | 2024-12-20T23:24:41.893Z | [ host-image] Dec 20 23:24:40.326 INFO O| Dec 20 23:24:40.326 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9168 | 2024-12-20T23:24:43.573Z | [ host-image] Dec 20 23:24:42.008 INFO O| Dec 20 23:24:42.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
9169 | 2024-12-20T23:24:43.573Z | [ host-image] Dec 20 23:24:42.008 INFO O| Dec 20 23:24:42.008 INFO pool device = /dev/dsk/c2t1d0p0 |
9170 | 2024-12-20T23:24:43.576Z | [ host-image] Dec 20 23:24:42.008 INFO O| Dec 20 23:24:42.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"] |
9171 | 2024-12-20T23:24:43.645Z | [ host-image] Dec 20 23:24:42.080 INFO O| Dec 20 23:24:42.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9172 | 2024-12-20T23:24:43.645Z | [ host-image] Dec 20 23:24:42.081 INFO O| Dec 20 23:24:42.080 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9173 | 2024-12-20T23:24:43.665Z | [ host-image] Dec 20 23:24:42.100 INFO O| Dec 20 23:24:42.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9174 | 2024-12-20T23:24:43.727Z | [ host-image] Dec 20 23:24:42.163 INFO O| Dec 20 23:24:42.163 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9175 | 2024-12-20T23:24:43.765Z | [ host-image] Dec 20 23:24:42.200 INFO O| Dec 20 23:24:42.200 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9176 | 2024-12-20T23:24:43.780Z | [ host-image] Dec 20 23:24:42.214 INFO O| Dec 20 23:24:42.214 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9177 | 2024-12-20T23:24:43.789Z | [ host-image] Dec 20 23:24:42.225 INFO O| Dec 20 23:24:42.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9178 | 2024-12-20T23:24:43.836Z | [ host-image] Dec 20 23:24:42.272 INFO O| Dec 20 23:24:42.272 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9179 | 2024-12-20T23:24:43.836Z | [ host-image] Dec 20 23:24:42.272 INFO O| Dec 20 23:24:42.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9180 | 2024-12-20T23:24:43.838Z | [ host-image] Dec 20 23:24:42.272 INFO O| Dec 20 23:24:42.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9181 | 2024-12-20T23:24:43.847Z | [ host-image] Dec 20 23:24:42.283 INFO O| Dec 20 23:24:42.283 INFO boot environment UUID: 7debb480-5487-4f44-9e2c-08538e82495b |
9182 | 2024-12-20T23:24:43.847Z | [ host-image] Dec 20 23:24:42.283 INFO O| Dec 20 23:24:42.283 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7debb480-5487-4f44-9e2c-08538e82495b |
9183 | 2024-12-20T23:24:43.859Z | [ host-image] Dec 20 23:24:42.294 INFO O| Dec 20 23:24:42.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9184 | 2024-12-20T23:24:43.870Z | [ host-image] Dec 20 23:24:42.306 INFO O| Dec 20 23:24:42.306 INFO STEP 0 (create_be) COMPLETE |
9185 | 2024-12-20T23:24:43.870Z | [ host-image] Dec 20 23:24:42.306 INFO O| Dec 20 23:24:42.306 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9186 | 2024-12-20T23:24:43.886Z | [ host-image] Dec 20 23:24:42.321 INFO O| Dec 20 23:24:42.321 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9187 | 2024-12-20T23:24:44.326Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 14m 35s |
9188 | 2024-12-20T23:24:44.731Z | Dec 20 23:24:43.167 INFO [verify-libraries] process exited with exit status: 0 (879.164888314s) |
9189 | 2024-12-20T23:25:01.492Z | [ host-image] Dec 20 23:24:59.925 INFO O| Dec 20 23:24:59.925 INFO STEP 1 (unpack_tar) COMPLETE |
9190 | 2024-12-20T23:25:01.492Z | [ host-image] Dec 20 23:24:59.925 INFO O| Dec 20 23:24:59.925 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9191 | 2024-12-20T23:25:01.503Z | [ host-image] Dec 20 23:24:59.937 INFO O| Dec 20 23:24:59.937 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9192 | 2024-12-20T23:25:01.901Z | [ host-image] Dec 20 23:25:00.334 INFO O| Dec 20 23:25:00.334 INFO STEP 2 (devfsadm) COMPLETE |
9193 | 2024-12-20T23:25:01.903Z | [ host-image] Dec 20 23:25:00.334 INFO O| Dec 20 23:25:00.334 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9194 | 2024-12-20T23:25:01.911Z | [ host-image] Dec 20 23:25:00.345 INFO O| Dec 20 23:25:00.345 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9195 | 2024-12-20T23:25:01.914Z | [ host-image] Dec 20 23:25:00.345 INFO O| Dec 20 23:25:00.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9196 | 2024-12-20T23:25:01.914Z | [ host-image] Dec 20 23:25:00.345 INFO O| Dec 20 23:25:00.345 INFO STEP 3 (ensure_dir) COMPLETE |
9197 | 2024-12-20T23:25:01.914Z | [ host-image] Dec 20 23:25:00.345 INFO O| Dec 20 23:25:00.345 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9198 | 2024-12-20T23:25:01.921Z | [ host-image] Dec 20 23:25:00.355 INFO O| Dec 20 23:25:00.355 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9199 | 2024-12-20T23:25:01.921Z | [ host-image] Dec 20 23:25:00.355 INFO O| Dec 20 23:25:00.355 INFO STEP 4 (ensure_dir) COMPLETE |
9200 | 2024-12-20T23:25:01.923Z | [ host-image] Dec 20 23:25:00.355 INFO O| Dec 20 23:25:00.355 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9201 | 2024-12-20T23:25:01.931Z | [ host-image] Dec 20 23:25:00.364 INFO O| Dec 20 23:25:00.364 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9202 | 2024-12-20T23:25:01.931Z | [ host-image] Dec 20 23:25:00.364 INFO O| Dec 20 23:25:00.364 INFO STEP 5 (ensure_dir) COMPLETE |
9203 | 2024-12-20T23:25:01.934Z | [ host-image] Dec 20 23:25:00.364 INFO O| Dec 20 23:25:00.364 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9204 | 2024-12-20T23:25:01.940Z | [ host-image] Dec 20 23:25:00.374 INFO O| Dec 20 23:25:00.374 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9205 | 2024-12-20T23:25:01.943Z | [ host-image] Dec 20 23:25:00.374 INFO O| Dec 20 23:25:00.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9206 | 2024-12-20T23:25:01.943Z | [ host-image] Dec 20 23:25:00.374 INFO O| Dec 20 23:25:00.374 INFO STEP 6 (ensure_dir) COMPLETE |
9207 | 2024-12-20T23:25:01.943Z | [ host-image] Dec 20 23:25:00.374 INFO O| Dec 20 23:25:00.374 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9208 | 2024-12-20T23:25:01.950Z | [ host-image] Dec 20 23:25:00.384 INFO O| Dec 20 23:25:00.384 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9209 | 2024-12-20T23:25:01.950Z | [ host-image] Dec 20 23:25:00.384 INFO O| Dec 20 23:25:00.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9210 | 2024-12-20T23:25:01.953Z | [ host-image] Dec 20 23:25:00.384 INFO O| Dec 20 23:25:00.384 INFO STEP 7 (ensure_dir) COMPLETE |
9211 | 2024-12-20T23:25:01.953Z | [ host-image] Dec 20 23:25:00.384 INFO O| Dec 20 23:25:00.384 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9212 | 2024-12-20T23:25:01.960Z | [ host-image] Dec 20 23:25:00.393 INFO O| Dec 20 23:25:00.393 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9213 | 2024-12-20T23:25:01.962Z | [ host-image] Dec 20 23:25:00.393 INFO O| Dec 20 23:25:00.393 INFO STEP 8 (remove_files) COMPLETE |
9214 | 2024-12-20T23:25:01.962Z | [ host-image] Dec 20 23:25:00.394 INFO O| Dec 20 23:25:00.393 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9215 | 2024-12-20T23:25:01.969Z | [ host-image] Dec 20 23:25:00.403 INFO O| Dec 20 23:25:00.403 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9216 | 2024-12-20T23:25:01.971Z | [ host-image] Dec 20 23:25:00.403 INFO O| Dec 20 23:25:00.403 INFO STEP 9 (remove_files) COMPLETE |
9217 | 2024-12-20T23:25:01.971Z | [ host-image] Dec 20 23:25:00.404 INFO O| Dec 20 23:25:00.403 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9218 | 2024-12-20T23:25:01.979Z | [ host-image] Dec 20 23:25:00.413 INFO O| Dec 20 23:25:00.413 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9219 | 2024-12-20T23:25:01.981Z | [ host-image] Dec 20 23:25:00.413 INFO O| Dec 20 23:25:00.413 INFO STEP 10 (remove_files) COMPLETE |
9220 | 2024-12-20T23:25:01.981Z | [ host-image] Dec 20 23:25:00.413 INFO O| Dec 20 23:25:00.413 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9221 | 2024-12-20T23:25:01.989Z | [ host-image] Dec 20 23:25:00.423 INFO O| Dec 20 23:25:00.423 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9222 | 2024-12-20T23:25:01.992Z | [ host-image] Dec 20 23:25:00.423 INFO O| Dec 20 23:25:00.423 INFO STEP 11 (remove_files) COMPLETE |
9223 | 2024-12-20T23:25:01.992Z | [ host-image] Dec 20 23:25:00.423 INFO O| Dec 20 23:25:00.423 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9224 | 2024-12-20T23:25:01.999Z | [ host-image] Dec 20 23:25:00.432 INFO O| Dec 20 23:25:00.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9225 | 2024-12-20T23:25:02.001Z | [ host-image] Dec 20 23:25:00.432 INFO O| Dec 20 23:25:00.432 INFO STEP 12 (remove_files) COMPLETE |
9226 | 2024-12-20T23:25:02.001Z | [ host-image] Dec 20 23:25:00.432 INFO O| Dec 20 23:25:00.432 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9227 | 2024-12-20T23:25:02.008Z | [ host-image] Dec 20 23:25:00.441 INFO O| Dec 20 23:25:00.441 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9228 | 2024-12-20T23:25:02.008Z | [ host-image] Dec 20 23:25:00.442 INFO O| Dec 20 23:25:00.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9229 | 2024-12-20T23:25:02.011Z | [ host-image] Dec 20 23:25:00.442 INFO O| Dec 20 23:25:00.442 INFO STEP 13 (ensure_dir) COMPLETE |
9230 | 2024-12-20T23:25:02.011Z | [ host-image] Dec 20 23:25:00.442 INFO O| Dec 20 23:25:00.442 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9231 | 2024-12-20T23:25:02.017Z | [ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9232 | 2024-12-20T23:25:02.020Z | [ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9233 | 2024-12-20T23:25:02.020Z | [ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9234 | 2024-12-20T23:25:02.020Z | [ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO STEP 14 (ensure_dir) COMPLETE |
9235 | 2024-12-20T23:25:02.020Z | [ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9236 | 2024-12-20T23:25:02.027Z | [ host-image] Dec 20 23:25:00.460 INFO O| Dec 20 23:25:00.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9237 | 2024-12-20T23:25:02.029Z | [ host-image] Dec 20 23:25:00.461 INFO O| Dec 20 23:25:00.461 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9238 | 2024-12-20T23:25:02.029Z | [ host-image] Dec 20 23:25:00.461 INFO O| Dec 20 23:25:00.461 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9239 | 2024-12-20T23:25:02.029Z | [ host-image] Dec 20 23:25:00.461 INFO O| Dec 20 23:25:00.461 INFO STEP 15 (ensure_dir) COMPLETE |
9240 | 2024-12-20T23:25:02.029Z | [ host-image] Dec 20 23:25:00.461 INFO O| Dec 20 23:25:00.461 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9241 | 2024-12-20T23:25:02.037Z | [ host-image] Dec 20 23:25:00.470 INFO O| Dec 20 23:25:00.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9242 | 2024-12-20T23:25:02.039Z | [ host-image] Dec 20 23:25:00.470 INFO O| Dec 20 23:25:00.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9243 | 2024-12-20T23:25:02.039Z | [ host-image] Dec 20 23:25:00.470 INFO O| Dec 20 23:25:00.470 INFO STEP 16 (ensure_dir) COMPLETE |
9244 | 2024-12-20T23:25:02.039Z | [ host-image] Dec 20 23:25:00.471 INFO O| Dec 20 23:25:00.470 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9245 | 2024-12-20T23:25:02.047Z | [ host-image] Dec 20 23:25:00.480 INFO O| Dec 20 23:25:00.480 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9246 | 2024-12-20T23:25:02.047Z | [ host-image] Dec 20 23:25:00.480 INFO O| Dec 20 23:25:00.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9247 | 2024-12-20T23:25:02.049Z | [ host-image] Dec 20 23:25:00.480 INFO O| Dec 20 23:25:00.480 INFO STEP 17 (ensure_dir) COMPLETE |
9248 | 2024-12-20T23:25:02.049Z | [ host-image] Dec 20 23:25:00.480 INFO O| Dec 20 23:25:00.480 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9249 | 2024-12-20T23:25:02.057Z | [ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9250 | 2024-12-20T23:25:02.059Z | [ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9251 | 2024-12-20T23:25:02.059Z | [ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO ok! |
9252 | 2024-12-20T23:25:02.059Z | [ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO STEP 18 (ensure_symlink) COMPLETE |
9253 | 2024-12-20T23:25:02.059Z | [ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9254 | 2024-12-20T23:25:02.069Z | [ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9255 | 2024-12-20T23:25:02.069Z | [ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9256 | 2024-12-20T23:25:02.069Z | [ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO ok! |
9257 | 2024-12-20T23:25:02.069Z | [ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO STEP 19 (ensure_file) COMPLETE |
9258 | 2024-12-20T23:25:02.070Z | [ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9259 | 2024-12-20T23:25:02.083Z | [ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9260 | 2024-12-20T23:25:02.083Z | [ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9261 | 2024-12-20T23:25:02.085Z | [ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9262 | 2024-12-20T23:25:02.085Z | [ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO ok! |
9263 | 2024-12-20T23:25:02.085Z | [ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO STEP 20 (ensure_symlink) COMPLETE |
9264 | 2024-12-20T23:25:02.085Z | [ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9265 | 2024-12-20T23:25:02.093Z | [ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9266 | 2024-12-20T23:25:02.093Z | [ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9267 | 2024-12-20T23:25:02.093Z | [ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9268 | 2024-12-20T23:25:02.095Z | [ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO ok! |
9269 | 2024-12-20T23:25:02.095Z | [ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO STEP 21 (ensure_symlink) COMPLETE |
9270 | 2024-12-20T23:25:02.095Z | [ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9271 | 2024-12-20T23:25:02.102Z | [ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9272 | 2024-12-20T23:25:02.102Z | [ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9273 | 2024-12-20T23:25:02.105Z | [ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9274 | 2024-12-20T23:25:02.105Z | [ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO ok! |
9275 | 2024-12-20T23:25:02.105Z | [ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO STEP 22 (ensure_symlink) COMPLETE |
9276 | 2024-12-20T23:25:02.105Z | [ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9277 | 2024-12-20T23:25:02.112Z | [ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9278 | 2024-12-20T23:25:02.112Z | [ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9279 | 2024-12-20T23:25:02.115Z | [ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9280 | 2024-12-20T23:25:02.115Z | [ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO ok! |
9281 | 2024-12-20T23:25:02.115Z | [ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO STEP 23 (ensure_symlink) COMPLETE |
9282 | 2024-12-20T23:25:02.115Z | [ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9283 | 2024-12-20T23:25:02.122Z | [ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9284 | 2024-12-20T23:25:02.124Z | [ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9285 | 2024-12-20T23:25:02.124Z | [ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9286 | 2024-12-20T23:25:02.124Z | [ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO ok! |
9287 | 2024-12-20T23:25:02.124Z | [ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO STEP 24 (ensure_file) COMPLETE |
9288 | 2024-12-20T23:25:02.124Z | [ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9289 | 2024-12-20T23:25:02.133Z | [ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO updating shadow file |
9290 | 2024-12-20T23:25:02.135Z | [ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9291 | 2024-12-20T23:25:02.135Z | [ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9292 | 2024-12-20T23:25:02.135Z | [ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO STEP 25 (shadow) COMPLETE |
9293 | 2024-12-20T23:25:02.135Z | [ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9294 | 2024-12-20T23:25:02.143Z | [ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.576 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9295 | 2024-12-20T23:25:02.143Z | [ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9296 | 2024-12-20T23:25:02.145Z | [ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9297 | 2024-12-20T23:25:02.145Z | [ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO ok! |
9298 | 2024-12-20T23:25:02.145Z | [ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO STEP 26 (ensure_file) COMPLETE |
9299 | 2024-12-20T23:25:02.145Z | [ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9300 | 2024-12-20T23:25:02.154Z | [ host-image] Dec 20 23:25:00.587 INFO O| Dec 20 23:25:00.587 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9301 | 2024-12-20T23:25:02.156Z | [ host-image] Dec 20 23:25:00.587 INFO O| Dec 20 23:25:00.587 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9302 | 2024-12-20T23:25:02.156Z | [ host-image] Dec 20 23:25:00.587 INFO O| Dec 20 23:25:00.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9303 | 2024-12-20T23:25:02.156Z | [ host-image] Dec 20 23:25:00.588 INFO O| Dec 20 23:25:00.587 INFO ok! |
9304 | 2024-12-20T23:25:02.156Z | [ host-image] Dec 20 23:25:00.588 INFO O| Dec 20 23:25:00.587 INFO STEP 27 (ensure_file) COMPLETE |
9305 | 2024-12-20T23:25:02.156Z | [ host-image] Dec 20 23:25:00.588 INFO O| Dec 20 23:25:00.587 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9306 | 2024-12-20T23:25:02.164Z | [ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9307 | 2024-12-20T23:25:02.164Z | [ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9308 | 2024-12-20T23:25:02.167Z | [ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9309 | 2024-12-20T23:25:02.167Z | [ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9310 | 2024-12-20T23:25:02.167Z | [ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO ok! |
9311 | 2024-12-20T23:25:02.167Z | [ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO STEP 28 (ensure_file) COMPLETE |
9312 | 2024-12-20T23:25:02.167Z | [ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9313 | 2024-12-20T23:25:02.175Z | [ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9314 | 2024-12-20T23:25:02.175Z | [ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9315 | 2024-12-20T23:25:02.175Z | [ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9316 | 2024-12-20T23:25:02.175Z | [ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO ok! |
9317 | 2024-12-20T23:25:02.178Z | [ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO STEP 29 (ensure_file) COMPLETE |
9318 | 2024-12-20T23:25:02.178Z | [ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9319 | 2024-12-20T23:25:02.184Z | [ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9320 | 2024-12-20T23:25:02.187Z | [ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9321 | 2024-12-20T23:25:02.187Z | [ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9322 | 2024-12-20T23:25:02.187Z | [ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO ok! |
9323 | 2024-12-20T23:25:02.187Z | [ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO STEP 30 (ensure_file) COMPLETE |
9324 | 2024-12-20T23:25:02.187Z | [ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9325 | 2024-12-20T23:25:02.195Z | [ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9326 | 2024-12-20T23:25:02.197Z | [ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9327 | 2024-12-20T23:25:02.197Z | [ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9328 | 2024-12-20T23:25:02.197Z | [ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9329 | 2024-12-20T23:25:02.197Z | [ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO ok! |
9330 | 2024-12-20T23:25:02.197Z | [ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO STEP 31 (ensure_file) COMPLETE |
9331 | 2024-12-20T23:25:02.197Z | [ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9332 | 2024-12-20T23:25:02.205Z | [ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9333 | 2024-12-20T23:25:02.205Z | [ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9334 | 2024-12-20T23:25:02.206Z | [ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9335 | 2024-12-20T23:25:02.209Z | [ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO ok! |
9336 | 2024-12-20T23:25:02.209Z | [ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO STEP 32 (ensure_file) COMPLETE |
9337 | 2024-12-20T23:25:02.209Z | [ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9338 | 2024-12-20T23:25:02.215Z | [ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9339 | 2024-12-20T23:25:02.215Z | [ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9340 | 2024-12-20T23:25:02.218Z | [ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9341 | 2024-12-20T23:25:02.218Z | [ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO ok! |
9342 | 2024-12-20T23:25:02.218Z | [ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO STEP 33 (ensure_file) COMPLETE |
9343 | 2024-12-20T23:25:02.218Z | [ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9344 | 2024-12-20T23:25:02.226Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9345 | 2024-12-20T23:25:02.226Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9346 | 2024-12-20T23:25:02.226Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9347 | 2024-12-20T23:25:02.228Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9348 | 2024-12-20T23:25:02.228Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9349 | 2024-12-20T23:25:02.228Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9350 | 2024-12-20T23:25:02.228Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO ok! |
9351 | 2024-12-20T23:25:02.228Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO STEP 34 (ensure_file) COMPLETE |
9352 | 2024-12-20T23:25:02.228Z | [ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9353 | 2024-12-20T23:25:02.236Z | [ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9354 | 2024-12-20T23:25:02.236Z | [ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9355 | 2024-12-20T23:25:02.238Z | [ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9356 | 2024-12-20T23:25:02.238Z | [ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.670 INFO STEP 35 (ensure_dir) COMPLETE |
9357 | 2024-12-20T23:25:02.238Z | [ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.670 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9358 | 2024-12-20T23:25:02.246Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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 |
9359 | 2024-12-20T23:25:02.247Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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 ... |
9360 | 2024-12-20T23:25:02.249Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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 |
9361 | 2024-12-20T23:25:02.249Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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 |
9362 | 2024-12-20T23:25:02.249Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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 |
9363 | 2024-12-20T23:25:02.249Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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 |
9364 | 2024-12-20T23:25:02.249Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 INFO ok! |
9365 | 2024-12-20T23:25:02.249Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 INFO STEP 36 (ensure_file) COMPLETE |
9366 | 2024-12-20T23:25:02.249Z | [ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9367 | 2024-12-20T23:25:02.257Z | [ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9368 | 2024-12-20T23:25:02.257Z | [ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 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 ... |
9369 | 2024-12-20T23:25:02.259Z | [ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9370 | 2024-12-20T23:25:02.259Z | [ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO ok! |
9371 | 2024-12-20T23:25:02.259Z | [ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO STEP 37 (ensure_symlink) COMPLETE |
9372 | 2024-12-20T23:25:02.259Z | [ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9373 | 2024-12-20T23:25:02.267Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9374 | 2024-12-20T23:25:02.267Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9375 | 2024-12-20T23:25:02.269Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9376 | 2024-12-20T23:25:02.269Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9377 | 2024-12-20T23:25:02.269Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9378 | 2024-12-20T23:25:02.269Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9379 | 2024-12-20T23:25:02.269Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO ok! |
9380 | 2024-12-20T23:25:02.269Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO STEP 38 (ensure_file) COMPLETE |
9381 | 2024-12-20T23:25:02.269Z | [ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9382 | 2024-12-20T23:25:02.276Z | [ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9383 | 2024-12-20T23:25:02.276Z | [ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 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 ... |
9384 | 2024-12-20T23:25:02.279Z | [ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 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 |
9385 | 2024-12-20T23:25:02.279Z | [ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9386 | 2024-12-20T23:25:02.279Z | [ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO ok! |
9387 | 2024-12-20T23:25:02.279Z | [ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO STEP 39 (ensure_file) COMPLETE |
9388 | 2024-12-20T23:25:02.279Z | [ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9389 | 2024-12-20T23:25:02.286Z | [ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9390 | 2024-12-20T23:25:02.288Z | [ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9391 | 2024-12-20T23:25:02.288Z | [ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9392 | 2024-12-20T23:25:02.289Z | [ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO ok! |
9393 | 2024-12-20T23:25:02.289Z | [ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO STEP 40 (ensure_file) COMPLETE |
9394 | 2024-12-20T23:25:02.289Z | [ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9395 | 2024-12-20T23:25:02.296Z | [ host-image] Dec 20 23:25:00.730 INFO O| Dec 20 23:25:00.730 INFO updating shadow file |
9396 | 2024-12-20T23:25:02.299Z | [ host-image] Dec 20 23:25:00.730 INFO O| Dec 20 23:25:00.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9397 | 2024-12-20T23:25:02.299Z | [ host-image] Dec 20 23:25:00.730 INFO O| Dec 20 23:25:00.730 INFO STEP 41 (shadow) COMPLETE |
9398 | 2024-12-20T23:25:02.299Z | [ host-image] Dec 20 23:25:00.730 INFO O| Dec 20 23:25:00.730 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9399 | 2024-12-20T23:25:02.307Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9400 | 2024-12-20T23:25:02.307Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9401 | 2024-12-20T23:25:02.309Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9402 | 2024-12-20T23:25:02.309Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9403 | 2024-12-20T23:25:02.309Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO ok! |
9404 | 2024-12-20T23:25:02.309Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO STEP 42 (ensure_file) COMPLETE |
9405 | 2024-12-20T23:25:02.309Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9406 | 2024-12-20T23:25:02.310Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO skip step because feature "mfg" is not enabled |
9407 | 2024-12-20T23:25:02.310Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9408 | 2024-12-20T23:25:02.310Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO skip step because feature "mfg" is not enabled |
9409 | 2024-12-20T23:25:02.310Z | [ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9410 | 2024-12-20T23:25:02.318Z | [ host-image] Dec 20 23:25:00.751 INFO O| Dec 20 23:25:00.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9411 | 2024-12-20T23:25:02.318Z | [ host-image] Dec 20 23:25:00.751 INFO O| Dec 20 23:25:00.751 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9412 | 2024-12-20T23:25:02.952Z | [ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9413 | 2024-12-20T23:25:02.952Z | [ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9414 | 2024-12-20T23:25:02.955Z | [ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO ok! |
9415 | 2024-12-20T23:25:02.955Z | [ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO STEP 45 (ensure_file) COMPLETE |
9416 | 2024-12-20T23:25:02.955Z | [ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9417 | 2024-12-20T23:25:02.963Z | [ host-image] Dec 20 23:25:01.396 INFO O| Dec 20 23:25:01.396 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9418 | 2024-12-20T23:25:02.963Z | [ host-image] Dec 20 23:25:01.396 INFO O| Dec 20 23:25:01.396 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9419 | 2024-12-20T23:25:02.965Z | [ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9420 | 2024-12-20T23:25:02.965Z | [ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9421 | 2024-12-20T23:25:02.965Z | [ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9422 | 2024-12-20T23:25:02.965Z | [ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9423 | 2024-12-20T23:25:02.965Z | [ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO ok! |
9424 | 2024-12-20T23:25:02.965Z | [ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO STEP 46 (ensure_file) COMPLETE |
9425 | 2024-12-20T23:25:02.965Z | [ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9426 | 2024-12-20T23:25:02.973Z | [ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9427 | 2024-12-20T23:25:02.973Z | [ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 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 ... |
9428 | 2024-12-20T23:25:02.976Z | [ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 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 |
9429 | 2024-12-20T23:25:02.976Z | [ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9430 | 2024-12-20T23:25:02.976Z | [ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 INFO ok! |
9431 | 2024-12-20T23:25:02.976Z | [ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 INFO STEP 47 (ensure_file) COMPLETE |
9432 | 2024-12-20T23:25:02.976Z | [ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9433 | 2024-12-20T23:25:02.983Z | [ host-image] Dec 20 23:25:01.416 INFO O| Dec 20 23:25:01.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9434 | 2024-12-20T23:25:02.983Z | [ host-image] Dec 20 23:25:01.416 INFO O| Dec 20 23:25:01.416 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9435 | 2024-12-20T23:25:02.987Z | [ host-image] Dec 20 23:25:01.416 INFO O| Dec 20 23:25:01.416 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9436 | 2024-12-20T23:25:02.987Z | [ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.416 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9437 | 2024-12-20T23:25:02.987Z | [ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.416 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9438 | 2024-12-20T23:25:02.987Z | [ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9439 | 2024-12-20T23:25:02.987Z | [ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.417 INFO ok! |
9440 | 2024-12-20T23:25:02.987Z | [ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.417 INFO STEP 48 (ensure_file) COMPLETE |
9441 | 2024-12-20T23:25:02.987Z | [ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.417 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9442 | 2024-12-20T23:25:02.994Z | [ host-image] Dec 20 23:25:01.426 INFO O| Dec 20 23:25:01.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9443 | 2024-12-20T23:25:02.994Z | [ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.426 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 ... |
9444 | 2024-12-20T23:25:02.997Z | [ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 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 |
9445 | 2024-12-20T23:25:02.997Z | [ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9446 | 2024-12-20T23:25:02.997Z | [ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 INFO ok! |
9447 | 2024-12-20T23:25:02.997Z | [ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 INFO STEP 49 (ensure_file) COMPLETE |
9448 | 2024-12-20T23:25:02.997Z | [ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9449 | 2024-12-20T23:25:03.003Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9450 | 2024-12-20T23:25:03.003Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9451 | 2024-12-20T23:25:03.003Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9452 | 2024-12-20T23:25:03.006Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9453 | 2024-12-20T23:25:03.006Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9454 | 2024-12-20T23:25:03.006Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9455 | 2024-12-20T23:25:03.006Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO ok! |
9456 | 2024-12-20T23:25:03.006Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO STEP 50 (ensure_file) COMPLETE |
9457 | 2024-12-20T23:25:03.006Z | [ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9458 | 2024-12-20T23:25:03.012Z | [ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9459 | 2024-12-20T23:25:03.012Z | [ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 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 ... |
9460 | 2024-12-20T23:25:03.013Z | [ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 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 |
9461 | 2024-12-20T23:25:03.015Z | [ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9462 | 2024-12-20T23:25:03.015Z | [ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO ok! |
9463 | 2024-12-20T23:25:03.015Z | [ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO STEP 51 (ensure_file) COMPLETE |
9464 | 2024-12-20T23:25:03.015Z | [ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9465 | 2024-12-20T23:25:03.022Z | [ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9466 | 2024-12-20T23:25:03.022Z | [ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 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 ... |
9467 | 2024-12-20T23:25:03.025Z | [ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 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 |
9468 | 2024-12-20T23:25:03.025Z | [ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9469 | 2024-12-20T23:25:03.025Z | [ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO ok! |
9470 | 2024-12-20T23:25:03.025Z | [ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO STEP 52 (ensure_file) COMPLETE |
9471 | 2024-12-20T23:25:03.025Z | [ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9472 | 2024-12-20T23:25:03.032Z | [ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9473 | 2024-12-20T23:25:03.032Z | [ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 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 ... |
9474 | 2024-12-20T23:25:03.035Z | [ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 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 |
9475 | 2024-12-20T23:25:03.035Z | [ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9476 | 2024-12-20T23:25:03.035Z | [ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO ok! |
9477 | 2024-12-20T23:25:03.035Z | [ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO STEP 53 (ensure_file) COMPLETE |
9478 | 2024-12-20T23:25:03.035Z | [ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9479 | 2024-12-20T23:25:03.042Z | [ host-image] Dec 20 23:25:01.475 INFO O| Dec 20 23:25:01.475 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9480 | 2024-12-20T23:25:03.045Z | [ host-image] Dec 20 23:25:01.475 INFO O| Dec 20 23:25:01.475 INFO STEP 54 (ensure_dir) COMPLETE |
9481 | 2024-12-20T23:25:03.045Z | [ host-image] Dec 20 23:25:01.475 INFO O| Dec 20 23:25:01.475 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9482 | 2024-12-20T23:25:03.052Z | [ host-image] Dec 20 23:25:01.485 INFO O| Dec 20 23:25:01.485 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9483 | 2024-12-20T23:25:03.052Z | [ host-image] Dec 20 23:25:01.485 INFO O| Dec 20 23:25:01.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9484 | 2024-12-20T23:25:03.054Z | [ host-image] Dec 20 23:25:01.485 INFO O| Dec 20 23:25:01.485 INFO STEP 55 (ensure_dir) COMPLETE |
9485 | 2024-12-20T23:25:03.055Z | [ host-image] Dec 20 23:25:01.485 INFO O| Dec 20 23:25:01.485 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-12-20T23:25:03.061Z | [ host-image] Dec 20 23:25:01.495 INFO O| Dec 20 23:25:01.495 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9487 | 2024-12-20T23:25:03.061Z | [ host-image] Dec 20 23:25:01.495 INFO O| Dec 20 23:25:01.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9488 | 2024-12-20T23:25:03.064Z | [ host-image] Dec 20 23:25:01.495 INFO O| Dec 20 23:25:01.495 INFO STEP 56 (ensure_dir) COMPLETE |
9489 | 2024-12-20T23:25:03.064Z | [ host-image] Dec 20 23:25:01.495 INFO O| Dec 20 23:25:01.495 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9490 | 2024-12-20T23:25:03.071Z | [ host-image] Dec 20 23:25:01.505 INFO O| Dec 20 23:25:01.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9491 | 2024-12-20T23:25:03.071Z | [ host-image] Dec 20 23:25:01.505 INFO O| Dec 20 23:25:01.504 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9492 | 2024-12-20T23:25:03.088Z | [ host-image] Dec 20 23:25:01.521 INFO O| Dec 20 23:25:01.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9493 | 2024-12-20T23:25:03.088Z | [ host-image] Dec 20 23:25:01.521 INFO O| Dec 20 23:25:01.521 INFO ok! |
9494 | 2024-12-20T23:25:03.088Z | [ host-image] Dec 20 23:25:01.521 INFO O| Dec 20 23:25:01.521 INFO STEP 57 (ensure_file) COMPLETE |
9495 | 2024-12-20T23:25:03.090Z | [ host-image] Dec 20 23:25:01.521 INFO O| Dec 20 23:25:01.521 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9496 | 2024-12-20T23:25:03.099Z | [ host-image] Dec 20 23:25:01.532 INFO O| Dec 20 23:25:01.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9497 | 2024-12-20T23:25:03.101Z | [ host-image] Dec 20 23:25:01.532 INFO O| Dec 20 23:25:01.532 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9498 | 2024-12-20T23:25:04.173Z | [ host-image] Dec 20 23:25:02.606 INFO O| Dec 20 23:25:02.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9499 | 2024-12-20T23:25:04.173Z | [ host-image] Dec 20 23:25:02.606 INFO O| Dec 20 23:25:02.606 INFO ok! |
9500 | 2024-12-20T23:25:04.175Z | [ host-image] Dec 20 23:25:02.606 INFO O| Dec 20 23:25:02.606 INFO STEP 58 (ensure_file) COMPLETE |
9501 | 2024-12-20T23:25:04.175Z | [ host-image] Dec 20 23:25:02.606 INFO O| Dec 20 23:25:02.606 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9502 | 2024-12-20T23:25:04.184Z | [ host-image] Dec 20 23:25:02.617 INFO O| Dec 20 23:25:02.617 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9503 | 2024-12-20T23:25:04.186Z | [ host-image] Dec 20 23:25:02.617 INFO O| Dec 20 23:25:02.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9504 | 2024-12-20T23:25:04.186Z | [ host-image] Dec 20 23:25:02.617 INFO O| Dec 20 23:25:02.617 INFO STEP 59 (ensure_dir) COMPLETE |
9505 | 2024-12-20T23:25:04.186Z | [ host-image] Dec 20 23:25:02.617 INFO O| Dec 20 23:25:02.617 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9506 | 2024-12-20T23:25:04.193Z | [ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9507 | 2024-12-20T23:25:04.194Z | [ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO copying /tmp/.tmpMH33g0/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 ... |
9508 | 2024-12-20T23:25:04.194Z | [ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9509 | 2024-12-20T23:25:04.196Z | [ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO ok! |
9510 | 2024-12-20T23:25:04.196Z | [ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO STEP 60 (ensure_file) COMPLETE |
9511 | 2024-12-20T23:25:04.196Z | [ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9512 | 2024-12-20T23:25:04.203Z | [ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9513 | 2024-12-20T23:25:04.203Z | [ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO copying /tmp/.tmpMH33g0/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 ... |
9514 | 2024-12-20T23:25:04.203Z | [ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9515 | 2024-12-20T23:25:04.206Z | [ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO ok! |
9516 | 2024-12-20T23:25:04.207Z | [ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO STEP 61 (ensure_file) COMPLETE |
9517 | 2024-12-20T23:25:04.207Z | [ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9518 | 2024-12-20T23:25:04.213Z | [ host-image] Dec 20 23:25:02.646 INFO O| Dec 20 23:25:02.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9519 | 2024-12-20T23:25:04.213Z | [ host-image] Dec 20 23:25:02.646 INFO O| Dec 20 23:25:02.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9520 | 2024-12-20T23:25:04.216Z | [ host-image] Dec 20 23:25:02.646 INFO O| Dec 20 23:25:02.646 INFO STEP 62 (ensure_dir) COMPLETE |
9521 | 2024-12-20T23:25:04.216Z | [ host-image] Dec 20 23:25:02.646 INFO O| Dec 20 23:25:02.646 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-12-20T23:25:04.222Z | [ host-image] Dec 20 23:25:02.655 INFO O| Dec 20 23:25:02.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9523 | 2024-12-20T23:25:04.222Z | [ host-image] Dec 20 23:25:02.655 INFO O| Dec 20 23:25:02.655 INFO copying /tmp/.tmpMH33g0/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 ... |
9524 | 2024-12-20T23:25:04.224Z | [ host-image] Dec 20 23:25:02.655 INFO O| Dec 20 23:25:02.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9525 | 2024-12-20T23:25:04.224Z | [ host-image] Dec 20 23:25:02.655 INFO O| Dec 20 23:25:02.655 INFO ok! |
9526 | 2024-12-20T23:25:04.224Z | [ host-image] Dec 20 23:25:02.656 INFO O| Dec 20 23:25:02.655 INFO STEP 63 (ensure_file) COMPLETE |
9527 | 2024-12-20T23:25:04.224Z | [ host-image] Dec 20 23:25:02.656 INFO O| Dec 20 23:25:02.655 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-12-20T23:25:04.232Z | [ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9529 | 2024-12-20T23:25:04.232Z | [ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO copying /tmp/.tmpMH33g0/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 ... |
9530 | 2024-12-20T23:25:04.232Z | [ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9531 | 2024-12-20T23:25:04.232Z | [ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO ok! |
9532 | 2024-12-20T23:25:04.235Z | [ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO STEP 64 (ensure_file) COMPLETE |
9533 | 2024-12-20T23:25:04.235Z | [ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-12-20T23:25:04.242Z | [ host-image] Dec 20 23:25:02.675 INFO O| Dec 20 23:25:02.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9535 | 2024-12-20T23:25:04.242Z | [ host-image] Dec 20 23:25:02.675 INFO O| Dec 20 23:25:02.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9536 | 2024-12-20T23:25:04.244Z | [ host-image] Dec 20 23:25:02.675 INFO O| Dec 20 23:25:02.675 INFO STEP 65 (ensure_dir) COMPLETE |
9537 | 2024-12-20T23:25:04.244Z | [ host-image] Dec 20 23:25:02.675 INFO O| Dec 20 23:25:02.675 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9538 | 2024-12-20T23:25:04.252Z | [ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9539 | 2024-12-20T23:25:04.254Z | [ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO copying /tmp/.tmpMH33g0/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 ... |
9540 | 2024-12-20T23:25:04.254Z | [ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9541 | 2024-12-20T23:25:04.254Z | [ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO ok! |
9542 | 2024-12-20T23:25:04.254Z | [ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO STEP 66 (ensure_file) COMPLETE |
9543 | 2024-12-20T23:25:04.254Z | [ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9544 | 2024-12-20T23:25:04.262Z | [ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9545 | 2024-12-20T23:25:04.264Z | [ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9546 | 2024-12-20T23:25:04.264Z | [ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9547 | 2024-12-20T23:25:04.264Z | [ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO ok! |
9548 | 2024-12-20T23:25:04.264Z | [ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO STEP 67 (ensure_file) COMPLETE |
9549 | 2024-12-20T23:25:04.264Z | [ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9550 | 2024-12-20T23:25:04.272Z | [ host-image] Dec 20 23:25:02.705 INFO O| Dec 20 23:25:02.705 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9551 | 2024-12-20T23:25:04.272Z | [ host-image] Dec 20 23:25:02.705 INFO O| Dec 20 23:25:02.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9552 | 2024-12-20T23:25:04.274Z | [ host-image] Dec 20 23:25:02.705 INFO O| Dec 20 23:25:02.705 INFO STEP 68 (ensure_dir) COMPLETE |
9553 | 2024-12-20T23:25:04.274Z | [ host-image] Dec 20 23:25:02.705 INFO O| Dec 20 23:25:02.705 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9554 | 2024-12-20T23:25:04.281Z | [ host-image] Dec 20 23:25:02.715 INFO O| Dec 20 23:25:02.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9555 | 2024-12-20T23:25:04.281Z | [ host-image] Dec 20 23:25:02.715 INFO O| Dec 20 23:25:02.715 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9556 | 2024-12-20T23:25:05.334Z | [ host-image] Dec 20 23:25:03.767 INFO O| Dec 20 23:25:03.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9557 | 2024-12-20T23:25:05.334Z | [ host-image] Dec 20 23:25:03.767 INFO O| Dec 20 23:25:03.767 INFO ok! |
9558 | 2024-12-20T23:25:05.337Z | [ host-image] Dec 20 23:25:03.767 INFO O| Dec 20 23:25:03.767 INFO STEP 69 (ensure_file) COMPLETE |
9559 | 2024-12-20T23:25:05.337Z | [ host-image] Dec 20 23:25:03.767 INFO O| Dec 20 23:25:03.767 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9560 | 2024-12-20T23:25:05.345Z | [ host-image] Dec 20 23:25:03.778 INFO O| Dec 20 23:25:03.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9561 | 2024-12-20T23:25:05.345Z | [ host-image] Dec 20 23:25:03.778 INFO O| Dec 20 23:25:03.778 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9562 | 2024-12-20T23:25:06.902Z | [ host-image] Dec 20 23:25:05.335 INFO O| Dec 20 23:25:05.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9563 | 2024-12-20T23:25:06.902Z | [ host-image] Dec 20 23:25:05.335 INFO O| Dec 20 23:25:05.335 INFO ok! |
9564 | 2024-12-20T23:25:06.902Z | [ host-image] Dec 20 23:25:05.335 INFO O| Dec 20 23:25:05.335 INFO STEP 70 (ensure_file) COMPLETE |
9565 | 2024-12-20T23:25:06.902Z | [ host-image] Dec 20 23:25:05.335 INFO O| Dec 20 23:25:05.335 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9566 | 2024-12-20T23:25:06.914Z | [ host-image] Dec 20 23:25:05.346 INFO O| Dec 20 23:25:05.346 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9567 | 2024-12-20T23:25:06.914Z | [ host-image] Dec 20 23:25:05.347 INFO O| Dec 20 23:25:05.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9568 | 2024-12-20T23:25:06.916Z | [ host-image] Dec 20 23:25:05.347 INFO O| Dec 20 23:25:05.347 INFO STEP 71 (ensure_dir) COMPLETE |
9569 | 2024-12-20T23:25:06.916Z | [ host-image] Dec 20 23:25:05.347 INFO O| Dec 20 23:25:05.347 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2024-12-20T23:25:06.923Z | [ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9571 | 2024-12-20T23:25:06.924Z | [ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO copying /tmp/.tmpMH33g0/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 ... |
9572 | 2024-12-20T23:25:06.927Z | [ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9573 | 2024-12-20T23:25:06.927Z | [ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO ok! |
9574 | 2024-12-20T23:25:06.927Z | [ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO STEP 72 (ensure_file) COMPLETE |
9575 | 2024-12-20T23:25:06.927Z | [ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-12-20T23:25:06.933Z | [ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9577 | 2024-12-20T23:25:06.933Z | [ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO copying /tmp/.tmpMH33g0/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 ... |
9578 | 2024-12-20T23:25:06.935Z | [ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9579 | 2024-12-20T23:25:06.935Z | [ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO ok! |
9580 | 2024-12-20T23:25:06.935Z | [ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO STEP 73 (ensure_file) COMPLETE |
9581 | 2024-12-20T23:25:06.936Z | [ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-12-20T23:25:06.943Z | [ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9583 | 2024-12-20T23:25:06.943Z | [ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9584 | 2024-12-20T23:25:06.943Z | [ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9585 | 2024-12-20T23:25:06.946Z | [ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO ok! |
9586 | 2024-12-20T23:25:06.946Z | [ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO STEP 74 (ensure_file) COMPLETE |
9587 | 2024-12-20T23:25:06.946Z | [ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-12-20T23:25:06.953Z | [ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9589 | 2024-12-20T23:25:06.953Z | [ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9590 | 2024-12-20T23:25:06.955Z | [ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9591 | 2024-12-20T23:25:06.955Z | [ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO ok! |
9592 | 2024-12-20T23:25:06.955Z | [ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO STEP 75 (ensure_file) COMPLETE |
9593 | 2024-12-20T23:25:06.955Z | [ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-12-20T23:25:06.963Z | [ host-image] Dec 20 23:25:05.396 INFO O| Dec 20 23:25:05.396 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9595 | 2024-12-20T23:25:06.966Z | [ host-image] Dec 20 23:25:05.396 INFO O| Dec 20 23:25:05.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9596 | 2024-12-20T23:25:06.966Z | [ host-image] Dec 20 23:25:05.396 INFO O| Dec 20 23:25:05.396 INFO STEP 76 (ensure_dir) COMPLETE |
9597 | 2024-12-20T23:25:06.966Z | [ host-image] Dec 20 23:25:05.396 INFO O| Dec 20 23:25:05.396 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9598 | 2024-12-20T23:25:06.972Z | [ host-image] Dec 20 23:25:05.405 INFO O| Dec 20 23:25:05.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9599 | 2024-12-20T23:25:06.972Z | [ host-image] Dec 20 23:25:05.405 INFO O| Dec 20 23:25:05.405 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9600 | 2024-12-20T23:25:06.976Z | [ host-image] Dec 20 23:25:05.409 INFO O| Dec 20 23:25:05.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9601 | 2024-12-20T23:25:06.976Z | [ host-image] Dec 20 23:25:05.409 INFO O| Dec 20 23:25:05.409 INFO ok! |
9602 | 2024-12-20T23:25:06.978Z | [ host-image] Dec 20 23:25:05.409 INFO O| Dec 20 23:25:05.409 INFO STEP 77 (ensure_file) COMPLETE |
9603 | 2024-12-20T23:25:06.978Z | [ host-image] Dec 20 23:25:05.409 INFO O| Dec 20 23:25:05.409 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9604 | 2024-12-20T23:25:06.985Z | [ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9605 | 2024-12-20T23:25:06.985Z | [ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9606 | 2024-12-20T23:25:06.988Z | [ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9607 | 2024-12-20T23:25:06.988Z | [ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO ok! |
9608 | 2024-12-20T23:25:06.988Z | [ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO STEP 78 (ensure_file) COMPLETE |
9609 | 2024-12-20T23:25:06.988Z | [ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9610 | 2024-12-20T23:25:06.996Z | [ host-image] Dec 20 23:25:05.428 INFO O| Dec 20 23:25:05.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9611 | 2024-12-20T23:25:06.996Z | [ host-image] Dec 20 23:25:05.429 INFO O| Dec 20 23:25:05.428 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9612 | 2024-12-20T23:25:07.656Z | [ host-image] Dec 20 23:25:06.088 INFO O| Dec 20 23:25:06.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9613 | 2024-12-20T23:25:07.656Z | [ host-image] Dec 20 23:25:06.088 INFO O| Dec 20 23:25:06.088 INFO ok! |
9614 | 2024-12-20T23:25:07.658Z | [ host-image] Dec 20 23:25:06.088 INFO O| Dec 20 23:25:06.088 INFO STEP 79 (ensure_file) COMPLETE |
9615 | 2024-12-20T23:25:07.658Z | [ host-image] Dec 20 23:25:06.088 INFO O| Dec 20 23:25:06.088 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9616 | 2024-12-20T23:25:07.667Z | [ host-image] Dec 20 23:25:06.099 INFO O| Dec 20 23:25:06.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9617 | 2024-12-20T23:25:07.670Z | [ host-image] Dec 20 23:25:06.099 INFO O| Dec 20 23:25:06.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9618 | 2024-12-20T23:25:07.670Z | [ host-image] Dec 20 23:25:06.099 INFO O| Dec 20 23:25:06.099 INFO STEP 80 (ensure_dir) COMPLETE |
9619 | 2024-12-20T23:25:07.670Z | [ host-image] Dec 20 23:25:06.099 INFO O| Dec 20 23:25:06.099 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9620 | 2024-12-20T23:25:07.676Z | [ host-image] Dec 20 23:25:06.109 INFO O| Dec 20 23:25:06.109 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9621 | 2024-12-20T23:25:07.679Z | [ host-image] Dec 20 23:25:06.109 INFO O| Dec 20 23:25:06.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9622 | 2024-12-20T23:25:07.679Z | [ host-image] Dec 20 23:25:06.109 INFO O| Dec 20 23:25:06.109 INFO STEP 81 (ensure_dir) COMPLETE |
9623 | 2024-12-20T23:25:07.679Z | [ host-image] Dec 20 23:25:06.109 INFO O| Dec 20 23:25:06.109 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9624 | 2024-12-20T23:25:07.686Z | [ host-image] Dec 20 23:25:06.119 INFO O| Dec 20 23:25:06.119 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9625 | 2024-12-20T23:25:07.686Z | [ host-image] Dec 20 23:25:06.119 INFO O| Dec 20 23:25:06.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9626 | 2024-12-20T23:25:07.689Z | [ host-image] Dec 20 23:25:06.119 INFO O| Dec 20 23:25:06.119 INFO STEP 82 (ensure_dir) COMPLETE |
9627 | 2024-12-20T23:25:07.689Z | [ host-image] Dec 20 23:25:06.119 INFO O| Dec 20 23:25:06.119 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9628 | 2024-12-20T23:25:07.696Z | [ host-image] Dec 20 23:25:06.129 INFO O| Dec 20 23:25:06.129 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9629 | 2024-12-20T23:25:07.696Z | [ host-image] Dec 20 23:25:06.129 INFO O| Dec 20 23:25:06.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9630 | 2024-12-20T23:25:07.696Z | [ host-image] Dec 20 23:25:06.129 INFO O| Dec 20 23:25:06.129 INFO STEP 83 (ensure_dir) COMPLETE |
9631 | 2024-12-20T23:25:07.698Z | [ host-image] Dec 20 23:25:06.129 INFO O| Dec 20 23:25:06.129 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9632 | 2024-12-20T23:25:07.707Z | [ host-image] Dec 20 23:25:06.138 INFO O| Dec 20 23:25:06.138 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9633 | 2024-12-20T23:25:07.707Z | [ host-image] Dec 20 23:25:06.139 INFO O| Dec 20 23:25:06.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9634 | 2024-12-20T23:25:07.707Z | [ host-image] Dec 20 23:25:06.139 INFO O| Dec 20 23:25:06.139 INFO STEP 84 (ensure_dir) COMPLETE |
9635 | 2024-12-20T23:25:07.711Z | [ host-image] Dec 20 23:25:06.139 INFO O| Dec 20 23:25:06.139 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9636 | 2024-12-20T23:25:07.716Z | [ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9637 | 2024-12-20T23:25:07.716Z | [ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO copying /tmp/.tmpMH33g0/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 ... |
9638 | 2024-12-20T23:25:07.720Z | [ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9639 | 2024-12-20T23:25:07.720Z | [ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO ok! |
9640 | 2024-12-20T23:25:07.720Z | [ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO STEP 85 (ensure_file) COMPLETE |
9641 | 2024-12-20T23:25:07.720Z | [ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9642 | 2024-12-20T23:25:07.726Z | [ host-image] Dec 20 23:25:06.159 INFO O| Dec 20 23:25:06.159 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9643 | 2024-12-20T23:25:07.726Z | [ host-image] Dec 20 23:25:06.159 INFO O| Dec 20 23:25:06.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9644 | 2024-12-20T23:25:07.729Z | [ host-image] Dec 20 23:25:06.159 INFO O| Dec 20 23:25:06.159 INFO STEP 86 (ensure_dir) COMPLETE |
9645 | 2024-12-20T23:25:07.729Z | [ host-image] Dec 20 23:25:06.159 INFO O| Dec 20 23:25:06.159 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9646 | 2024-12-20T23:25:07.736Z | [ host-image] Dec 20 23:25:06.168 INFO O| Dec 20 23:25:06.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9647 | 2024-12-20T23:25:07.736Z | [ host-image] Dec 20 23:25:06.168 INFO O| Dec 20 23:25:06.168 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9648 | 2024-12-20T23:25:07.738Z | [ host-image] Dec 20 23:25:06.169 INFO O| Dec 20 23:25:06.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9649 | 2024-12-20T23:25:07.738Z | [ host-image] Dec 20 23:25:06.169 INFO O| Dec 20 23:25:06.168 INFO ok! |
9650 | 2024-12-20T23:25:07.738Z | [ host-image] Dec 20 23:25:06.169 INFO O| Dec 20 23:25:06.169 INFO STEP 87 (ensure_file) COMPLETE |
9651 | 2024-12-20T23:25:07.738Z | [ host-image] Dec 20 23:25:06.169 INFO O| Dec 20 23:25:06.169 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9652 | 2024-12-20T23:25:07.746Z | [ host-image] Dec 20 23:25:06.178 INFO O| Dec 20 23:25:06.178 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9653 | 2024-12-20T23:25:07.746Z | [ host-image] Dec 20 23:25:06.178 INFO O| Dec 20 23:25:06.178 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9654 | 2024-12-20T23:25:07.994Z | [ host-image] Dec 20 23:25:06.426 INFO O| Dec 20 23:25:06.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9655 | 2024-12-20T23:25:07.994Z | [ host-image] Dec 20 23:25:06.427 INFO O| Dec 20 23:25:06.426 INFO ok! |
9656 | 2024-12-20T23:25:07.994Z | [ host-image] Dec 20 23:25:06.427 INFO O| Dec 20 23:25:06.426 INFO STEP 88 (ensure_file) COMPLETE |
9657 | 2024-12-20T23:25:07.994Z | [ host-image] Dec 20 23:25:06.427 INFO O| Dec 20 23:25:06.426 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9658 | 2024-12-20T23:25:08.007Z | [ host-image] Dec 20 23:25:06.438 INFO O| Dec 20 23:25:06.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9659 | 2024-12-20T23:25:08.008Z | [ host-image] Dec 20 23:25:06.438 INFO O| Dec 20 23:25:06.438 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9660 | 2024-12-20T23:25:08.536Z | [ host-image] Dec 20 23:25:06.968 INFO O| Dec 20 23:25:06.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9661 | 2024-12-20T23:25:08.536Z | [ host-image] Dec 20 23:25:06.968 INFO O| Dec 20 23:25:06.968 INFO ok! |
9662 | 2024-12-20T23:25:08.536Z | [ host-image] Dec 20 23:25:06.968 INFO O| Dec 20 23:25:06.968 INFO STEP 89 (ensure_file) COMPLETE |
9663 | 2024-12-20T23:25:08.536Z | [ host-image] Dec 20 23:25:06.968 INFO O| Dec 20 23:25:06.968 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9664 | 2024-12-20T23:25:08.547Z | [ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9665 | 2024-12-20T23:25:08.550Z | [ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9666 | 2024-12-20T23:25:08.550Z | [ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9667 | 2024-12-20T23:25:08.551Z | [ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO ok! |
9668 | 2024-12-20T23:25:08.551Z | [ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO STEP 90 (ensure_file) COMPLETE |
9669 | 2024-12-20T23:25:08.551Z | [ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9670 | 2024-12-20T23:25:08.556Z | [ host-image] Dec 20 23:25:06.989 INFO O| Dec 20 23:25:06.989 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9671 | 2024-12-20T23:25:08.556Z | [ host-image] Dec 20 23:25:06.989 INFO O| Dec 20 23:25:06.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9672 | 2024-12-20T23:25:08.558Z | [ host-image] Dec 20 23:25:06.989 INFO O| Dec 20 23:25:06.989 INFO STEP 91 (ensure_dir) COMPLETE |
9673 | 2024-12-20T23:25:08.558Z | [ host-image] Dec 20 23:25:06.989 INFO O| Dec 20 23:25:06.989 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9674 | 2024-12-20T23:25:08.566Z | [ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9675 | 2024-12-20T23:25:08.569Z | [ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO copying /tmp/.tmpMH33g0/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 ... |
9676 | 2024-12-20T23:25:08.569Z | [ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9677 | 2024-12-20T23:25:08.569Z | [ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO ok! |
9678 | 2024-12-20T23:25:08.569Z | [ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO STEP 92 (ensure_file) COMPLETE |
9679 | 2024-12-20T23:25:08.569Z | [ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9680 | 2024-12-20T23:25:08.577Z | [ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9681 | 2024-12-20T23:25:08.577Z | [ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO copying /tmp/.tmpMH33g0/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 ... |
9682 | 2024-12-20T23:25:08.580Z | [ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9683 | 2024-12-20T23:25:08.580Z | [ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO ok! |
9684 | 2024-12-20T23:25:08.580Z | [ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO STEP 93 (ensure_file) COMPLETE |
9685 | 2024-12-20T23:25:08.580Z | [ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9686 | 2024-12-20T23:25:08.587Z | [ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.019 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9687 | 2024-12-20T23:25:08.587Z | [ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.019 INFO copying /tmp/.tmpMH33g0/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 ... |
9688 | 2024-12-20T23:25:08.590Z | [ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9689 | 2024-12-20T23:25:08.590Z | [ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.020 INFO ok! |
9690 | 2024-12-20T23:25:08.590Z | [ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.020 INFO STEP 94 (ensure_file) COMPLETE |
9691 | 2024-12-20T23:25:08.590Z | [ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.020 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9692 | 2024-12-20T23:25:08.597Z | [ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9693 | 2024-12-20T23:25:08.597Z | [ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO copying /tmp/.tmpMH33g0/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 ... |
9694 | 2024-12-20T23:25:08.599Z | [ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9695 | 2024-12-20T23:25:08.599Z | [ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO ok! |
9696 | 2024-12-20T23:25:08.599Z | [ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO STEP 95 (ensure_file) COMPLETE |
9697 | 2024-12-20T23:25:08.599Z | [ host-image] Dec 20 23:25:07.030 INFO O| Dec 20 23:25:07.029 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9698 | 2024-12-20T23:25:08.606Z | [ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9699 | 2024-12-20T23:25:08.607Z | [ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO copying /tmp/.tmpMH33g0/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 ... |
9700 | 2024-12-20T23:25:08.609Z | [ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9701 | 2024-12-20T23:25:08.609Z | [ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO ok! |
9702 | 2024-12-20T23:25:08.609Z | [ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO STEP 96 (ensure_file) COMPLETE |
9703 | 2024-12-20T23:25:08.609Z | [ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9704 | 2024-12-20T23:25:08.616Z | [ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9705 | 2024-12-20T23:25:08.619Z | [ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9706 | 2024-12-20T23:25:08.619Z | [ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9707 | 2024-12-20T23:25:08.619Z | [ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO ok! |
9708 | 2024-12-20T23:25:08.619Z | [ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO STEP 97 (ensure_file) COMPLETE |
9709 | 2024-12-20T23:25:08.619Z | [ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9710 | 2024-12-20T23:25:08.626Z | [ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9711 | 2024-12-20T23:25:08.626Z | [ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO copying /tmp/.tmpMH33g0/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 ... |
9712 | 2024-12-20T23:25:08.626Z | [ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9713 | 2024-12-20T23:25:08.629Z | [ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO ok! |
9714 | 2024-12-20T23:25:08.629Z | [ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO STEP 98 (ensure_file) COMPLETE |
9715 | 2024-12-20T23:25:08.629Z | [ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9716 | 2024-12-20T23:25:08.636Z | [ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9717 | 2024-12-20T23:25:08.636Z | [ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO copying /tmp/.tmpMH33g0/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 ... |
9718 | 2024-12-20T23:25:08.636Z | [ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9719 | 2024-12-20T23:25:08.638Z | [ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO ok! |
9720 | 2024-12-20T23:25:08.638Z | [ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO STEP 99 (ensure_file) COMPLETE |
9721 | 2024-12-20T23:25:08.638Z | [ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9722 | 2024-12-20T23:25:08.649Z | [ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9723 | 2024-12-20T23:25:08.649Z | [ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO copying /tmp/.tmpMH33g0/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 ... |
9724 | 2024-12-20T23:25:08.653Z | [ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9725 | 2024-12-20T23:25:08.654Z | [ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO ok! |
9726 | 2024-12-20T23:25:08.654Z | [ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO STEP 100 (ensure_file) COMPLETE |
9727 | 2024-12-20T23:25:08.654Z | [ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9728 | 2024-12-20T23:25:08.659Z | [ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9729 | 2024-12-20T23:25:08.659Z | [ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9730 | 2024-12-20T23:25:08.659Z | [ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9731 | 2024-12-20T23:25:08.659Z | [ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO ok! |
9732 | 2024-12-20T23:25:08.659Z | [ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO STEP 101 (ensure_file) COMPLETE |
9733 | 2024-12-20T23:25:08.659Z | [ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9734 | 2024-12-20T23:25:08.665Z | [ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9735 | 2024-12-20T23:25:08.667Z | [ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO copying /tmp/.tmpMH33g0/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 ... |
9736 | 2024-12-20T23:25:08.667Z | [ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9737 | 2024-12-20T23:25:08.667Z | [ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO ok! |
9738 | 2024-12-20T23:25:08.668Z | [ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO STEP 102 (ensure_file) COMPLETE |
9739 | 2024-12-20T23:25:08.668Z | [ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9740 | 2024-12-20T23:25:08.674Z | [ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9741 | 2024-12-20T23:25:08.675Z | [ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO copying /tmp/.tmpMH33g0/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 ... |
9742 | 2024-12-20T23:25:08.677Z | [ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9743 | 2024-12-20T23:25:08.677Z | [ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO ok! |
9744 | 2024-12-20T23:25:08.677Z | [ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO STEP 103 (ensure_file) COMPLETE |
9745 | 2024-12-20T23:25:08.677Z | [ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9746 | 2024-12-20T23:25:08.684Z | [ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9747 | 2024-12-20T23:25:08.687Z | [ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO copying /tmp/.tmpMH33g0/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 ... |
9748 | 2024-12-20T23:25:08.687Z | [ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9749 | 2024-12-20T23:25:08.687Z | [ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO ok! |
9750 | 2024-12-20T23:25:08.687Z | [ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO STEP 104 (ensure_file) COMPLETE |
9751 | 2024-12-20T23:25:08.687Z | [ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9752 | 2024-12-20T23:25:08.694Z | [ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9753 | 2024-12-20T23:25:08.694Z | [ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO copying /tmp/.tmpMH33g0/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 ... |
9754 | 2024-12-20T23:25:08.697Z | [ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9755 | 2024-12-20T23:25:08.697Z | [ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO ok! |
9756 | 2024-12-20T23:25:08.697Z | [ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO STEP 105 (ensure_file) COMPLETE |
9757 | 2024-12-20T23:25:08.697Z | [ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9758 | 2024-12-20T23:25:08.704Z | [ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9759 | 2024-12-20T23:25:08.704Z | [ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO copying /tmp/.tmpMH33g0/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 ... |
9760 | 2024-12-20T23:25:08.706Z | [ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9761 | 2024-12-20T23:25:08.706Z | [ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO ok! |
9762 | 2024-12-20T23:25:08.706Z | [ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO STEP 106 (ensure_file) COMPLETE |
9763 | 2024-12-20T23:25:08.706Z | [ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9764 | 2024-12-20T23:25:08.714Z | [ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9765 | 2024-12-20T23:25:08.714Z | [ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO copying /tmp/.tmpMH33g0/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 ... |
9766 | 2024-12-20T23:25:08.717Z | [ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9767 | 2024-12-20T23:25:08.717Z | [ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO ok! |
9768 | 2024-12-20T23:25:08.717Z | [ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO STEP 107 (ensure_file) COMPLETE |
9769 | 2024-12-20T23:25:08.718Z | [ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9770 | 2024-12-20T23:25:08.724Z | [ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9771 | 2024-12-20T23:25:08.724Z | [ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO copying /tmp/.tmpMH33g0/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 ... |
9772 | 2024-12-20T23:25:08.727Z | [ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9773 | 2024-12-20T23:25:08.727Z | [ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO ok! |
9774 | 2024-12-20T23:25:08.727Z | [ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO STEP 108 (ensure_file) COMPLETE |
9775 | 2024-12-20T23:25:08.727Z | [ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9776 | 2024-12-20T23:25:08.734Z | [ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9777 | 2024-12-20T23:25:08.734Z | [ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO copying /tmp/.tmpMH33g0/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 ... |
9778 | 2024-12-20T23:25:08.736Z | [ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9779 | 2024-12-20T23:25:08.736Z | [ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO ok! |
9780 | 2024-12-20T23:25:08.736Z | [ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO STEP 109 (ensure_file) COMPLETE |
9781 | 2024-12-20T23:25:08.736Z | [ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9782 | 2024-12-20T23:25:08.744Z | [ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9783 | 2024-12-20T23:25:08.744Z | [ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO copying /tmp/.tmpMH33g0/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 ... |
9784 | 2024-12-20T23:25:08.744Z | [ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9785 | 2024-12-20T23:25:08.747Z | [ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO ok! |
9786 | 2024-12-20T23:25:08.747Z | [ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO STEP 110 (ensure_file) COMPLETE |
9787 | 2024-12-20T23:25:08.747Z | [ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9788 | 2024-12-20T23:25:08.754Z | [ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.186 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9789 | 2024-12-20T23:25:08.756Z | [ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.186 INFO copying /tmp/.tmpMH33g0/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 ... |
9790 | 2024-12-20T23:25:08.756Z | [ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9791 | 2024-12-20T23:25:08.756Z | [ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.187 INFO ok! |
9792 | 2024-12-20T23:25:08.756Z | [ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.187 INFO STEP 111 (ensure_file) COMPLETE |
9793 | 2024-12-20T23:25:08.756Z | [ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.187 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9794 | 2024-12-20T23:25:08.764Z | [ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9795 | 2024-12-20T23:25:08.764Z | [ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO copying /tmp/.tmpMH33g0/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 ... |
9796 | 2024-12-20T23:25:08.765Z | [ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9797 | 2024-12-20T23:25:08.767Z | [ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO ok! |
9798 | 2024-12-20T23:25:08.767Z | [ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO STEP 112 (ensure_file) COMPLETE |
9799 | 2024-12-20T23:25:08.767Z | [ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9800 | 2024-12-20T23:25:08.775Z | [ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9801 | 2024-12-20T23:25:08.775Z | [ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO copying /tmp/.tmpMH33g0/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 ... |
9802 | 2024-12-20T23:25:08.775Z | [ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9803 | 2024-12-20T23:25:08.777Z | [ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO ok! |
9804 | 2024-12-20T23:25:08.777Z | [ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO STEP 113 (ensure_file) COMPLETE |
9805 | 2024-12-20T23:25:08.777Z | [ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9806 | 2024-12-20T23:25:08.785Z | [ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9807 | 2024-12-20T23:25:08.785Z | [ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO copying /tmp/.tmpMH33g0/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 ... |
9808 | 2024-12-20T23:25:08.787Z | [ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9809 | 2024-12-20T23:25:08.787Z | [ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO ok! |
9810 | 2024-12-20T23:25:08.787Z | [ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO STEP 114 (ensure_file) COMPLETE |
9811 | 2024-12-20T23:25:08.787Z | [ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9812 | 2024-12-20T23:25:08.794Z | [ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9813 | 2024-12-20T23:25:08.794Z | [ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO copying /tmp/.tmpMH33g0/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 ... |
9814 | 2024-12-20T23:25:08.794Z | [ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9815 | 2024-12-20T23:25:08.794Z | [ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO ok! |
9816 | 2024-12-20T23:25:08.797Z | [ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO STEP 115 (ensure_file) COMPLETE |
9817 | 2024-12-20T23:25:08.797Z | [ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9818 | 2024-12-20T23:25:08.804Z | [ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9819 | 2024-12-20T23:25:08.804Z | [ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO copying /tmp/.tmpMH33g0/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 ... |
9820 | 2024-12-20T23:25:08.808Z | [ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9821 | 2024-12-20T23:25:08.808Z | [ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO ok! |
9822 | 2024-12-20T23:25:08.808Z | [ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO STEP 116 (ensure_file) COMPLETE |
9823 | 2024-12-20T23:25:08.808Z | [ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9824 | 2024-12-20T23:25:08.813Z | [ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9825 | 2024-12-20T23:25:08.813Z | [ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO copying /tmp/.tmpMH33g0/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 ... |
9826 | 2024-12-20T23:25:08.816Z | [ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9827 | 2024-12-20T23:25:08.816Z | [ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO ok! |
9828 | 2024-12-20T23:25:08.816Z | [ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO STEP 117 (ensure_file) COMPLETE |
9829 | 2024-12-20T23:25:08.816Z | [ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9830 | 2024-12-20T23:25:08.823Z | [ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9831 | 2024-12-20T23:25:08.823Z | [ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9832 | 2024-12-20T23:25:08.826Z | [ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9833 | 2024-12-20T23:25:08.826Z | [ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO ok! |
9834 | 2024-12-20T23:25:08.826Z | [ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO STEP 118 (ensure_file) COMPLETE |
9835 | 2024-12-20T23:25:08.826Z | [ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9836 | 2024-12-20T23:25:08.833Z | [ host-image] Dec 20 23:25:07.265 INFO O| Dec 20 23:25:07.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9837 | 2024-12-20T23:25:08.833Z | [ host-image] Dec 20 23:25:07.265 INFO O| Dec 20 23:25:07.265 INFO copying /tmp/.tmpMH33g0/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 ... |
9838 | 2024-12-20T23:25:08.836Z | [ host-image] Dec 20 23:25:07.265 INFO O| Dec 20 23:25:07.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9839 | 2024-12-20T23:25:08.836Z | [ host-image] Dec 20 23:25:07.266 INFO O| Dec 20 23:25:07.265 INFO ok! |
9840 | 2024-12-20T23:25:08.836Z | [ host-image] Dec 20 23:25:07.266 INFO O| Dec 20 23:25:07.265 INFO STEP 119 (ensure_file) COMPLETE |
9841 | 2024-12-20T23:25:08.836Z | [ host-image] Dec 20 23:25:07.266 INFO O| Dec 20 23:25:07.265 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9842 | 2024-12-20T23:25:08.842Z | [ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9843 | 2024-12-20T23:25:08.842Z | [ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9844 | 2024-12-20T23:25:08.845Z | [ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9845 | 2024-12-20T23:25:08.845Z | [ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO ok! |
9846 | 2024-12-20T23:25:08.845Z | [ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO STEP 120 (ensure_file) COMPLETE |
9847 | 2024-12-20T23:25:08.845Z | [ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9848 | 2024-12-20T23:25:08.852Z | [ host-image] Dec 20 23:25:07.285 INFO O| Dec 20 23:25:07.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9849 | 2024-12-20T23:25:08.852Z | [ host-image] Dec 20 23:25:07.285 INFO O| Dec 20 23:25:07.285 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9850 | 2024-12-20T23:25:12.120Z | [ host-image] Dec 20 23:25:10.552 INFO O| Dec 20 23:25:10.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9851 | 2024-12-20T23:25:12.121Z | [ host-image] Dec 20 23:25:10.552 INFO O| Dec 20 23:25:10.552 INFO ok! |
9852 | 2024-12-20T23:25:12.124Z | [ host-image] Dec 20 23:25:10.552 INFO O| Dec 20 23:25:10.552 INFO STEP 121 (ensure_file) COMPLETE |
9853 | 2024-12-20T23:25:12.124Z | [ host-image] Dec 20 23:25:10.552 INFO O| Dec 20 23:25:10.552 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9854 | 2024-12-20T23:25:12.131Z | [ host-image] Dec 20 23:25:10.563 INFO O| Dec 20 23:25:10.563 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9855 | 2024-12-20T23:25:12.137Z | [ host-image] Dec 20 23:25:10.563 INFO O| Dec 20 23:25:10.563 INFO STEP 122 (ensure_dir) COMPLETE |
9856 | 2024-12-20T23:25:12.137Z | [ host-image] Dec 20 23:25:10.563 INFO O| Dec 20 23:25:10.563 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9857 | 2024-12-20T23:25:12.141Z | [ host-image] Dec 20 23:25:10.574 INFO O| Dec 20 23:25:10.574 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9858 | 2024-12-20T23:25:12.141Z | [ host-image] Dec 20 23:25:10.574 INFO O| Dec 20 23:25:10.574 INFO STEP 123 (ensure_dir) COMPLETE |
9859 | 2024-12-20T23:25:12.144Z | [ host-image] Dec 20 23:25:10.574 INFO O| Dec 20 23:25:10.574 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9860 | 2024-12-20T23:25:12.152Z | [ host-image] Dec 20 23:25:10.583 INFO O| Dec 20 23:25:10.583 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9861 | 2024-12-20T23:25:12.152Z | [ host-image] Dec 20 23:25:10.584 INFO O| Dec 20 23:25:10.583 INFO STEP 124 (ensure_dir) COMPLETE |
9862 | 2024-12-20T23:25:12.152Z | [ host-image] Dec 20 23:25:10.584 INFO O| Dec 20 23:25:10.583 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9863 | 2024-12-20T23:25:12.163Z | [ host-image] Dec 20 23:25:10.593 INFO O| Dec 20 23:25:10.593 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9864 | 2024-12-20T23:25:12.163Z | [ host-image] Dec 20 23:25:10.593 INFO O| Dec 20 23:25:10.593 INFO STEP 125 (ensure_dir) COMPLETE |
9865 | 2024-12-20T23:25:12.163Z | [ host-image] Dec 20 23:25:10.593 INFO O| Dec 20 23:25:10.593 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9866 | 2024-12-20T23:25:12.171Z | [ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9867 | 2024-12-20T23:25:12.171Z | [ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO copying /tmp/.tmpMH33g0/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 ... |
9868 | 2024-12-20T23:25:12.176Z | [ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9869 | 2024-12-20T23:25:12.177Z | [ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO ok! |
9870 | 2024-12-20T23:25:12.177Z | [ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO STEP 126 (ensure_file) COMPLETE |
9871 | 2024-12-20T23:25:12.177Z | [ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9872 | 2024-12-20T23:25:12.181Z | [ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9873 | 2024-12-20T23:25:12.181Z | [ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9874 | 2024-12-20T23:25:12.184Z | [ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9875 | 2024-12-20T23:25:12.184Z | [ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO STEP 127 (ensure_dir) COMPLETE |
9876 | 2024-12-20T23:25:12.184Z | [ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9877 | 2024-12-20T23:25:12.191Z | [ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9878 | 2024-12-20T23:25:12.191Z | [ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO copying /tmp/.tmpMH33g0/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9879 | 2024-12-20T23:25:12.193Z | [ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9880 | 2024-12-20T23:25:12.193Z | [ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO ok! |
9881 | 2024-12-20T23:25:12.193Z | [ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO STEP 128 (ensure_file) COMPLETE |
9882 | 2024-12-20T23:25:12.193Z | [ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9883 | 2024-12-20T23:25:12.201Z | [ host-image] Dec 20 23:25:10.633 INFO O| Dec 20 23:25:10.633 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9884 | 2024-12-20T23:25:12.203Z | [ host-image] Dec 20 23:25:10.633 INFO O| Dec 20 23:25:10.633 INFO STEP 129 (remove_files) COMPLETE |
9885 | 2024-12-20T23:25:12.203Z | [ host-image] Dec 20 23:25:10.633 INFO O| Dec 20 23:25:10.633 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9886 | 2024-12-20T23:25:12.210Z | [ host-image] Dec 20 23:25:10.642 INFO O| Dec 20 23:25:10.642 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9887 | 2024-12-20T23:25:12.212Z | [ host-image] Dec 20 23:25:10.643 INFO O| Dec 20 23:25:10.643 INFO STEP 130 (remove_files) COMPLETE |
9888 | 2024-12-20T23:25:12.213Z | [ host-image] Dec 20 23:25:10.643 INFO O| Dec 20 23:25:10.643 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9889 | 2024-12-20T23:25:12.220Z | [ host-image] Dec 20 23:25:10.652 INFO O| Dec 20 23:25:10.652 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9890 | 2024-12-20T23:25:12.223Z | [ host-image] Dec 20 23:25:10.653 INFO O| Dec 20 23:25:10.652 INFO STEP 131 (remove_files) COMPLETE |
9891 | 2024-12-20T23:25:12.223Z | [ host-image] Dec 20 23:25:10.653 INFO O| Dec 20 23:25:10.653 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9892 | 2024-12-20T23:25:12.231Z | [ host-image] Dec 20 23:25:10.663 INFO O| Dec 20 23:25:10.663 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9893 | 2024-12-20T23:25:12.234Z | [ host-image] Dec 20 23:25:10.663 INFO O| Dec 20 23:25:10.663 INFO STEP 132 (remove_files) COMPLETE |
9894 | 2024-12-20T23:25:12.234Z | [ host-image] Dec 20 23:25:10.663 INFO O| Dec 20 23:25:10.663 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9895 | 2024-12-20T23:25:12.240Z | [ host-image] Dec 20 23:25:10.673 INFO O| Dec 20 23:25:10.673 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9896 | 2024-12-20T23:25:12.243Z | [ host-image] Dec 20 23:25:10.673 INFO O| Dec 20 23:25:10.673 INFO STEP 133 (remove_files) COMPLETE |
9897 | 2024-12-20T23:25:12.243Z | [ host-image] Dec 20 23:25:10.673 INFO O| Dec 20 23:25:10.673 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9898 | 2024-12-20T23:25:12.251Z | [ host-image] Dec 20 23:25:10.683 INFO O| Dec 20 23:25:10.683 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9899 | 2024-12-20T23:25:12.254Z | [ host-image] Dec 20 23:25:10.683 INFO O| Dec 20 23:25:10.683 INFO STEP 134 (remove_files) COMPLETE |
9900 | 2024-12-20T23:25:12.254Z | [ host-image] Dec 20 23:25:10.683 INFO O| Dec 20 23:25:10.683 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9901 | 2024-12-20T23:25:12.260Z | [ host-image] Dec 20 23:25:10.692 INFO O| Dec 20 23:25:10.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9902 | 2024-12-20T23:25:12.260Z | [ host-image] Dec 20 23:25:10.693 INFO O| Dec 20 23:25:10.692 INFO STEP 135 (remove_files) COMPLETE |
9903 | 2024-12-20T23:25:12.262Z | [ host-image] Dec 20 23:25:10.693 INFO O| Dec 20 23:25:10.693 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9904 | 2024-12-20T23:25:12.270Z | [ host-image] Dec 20 23:25:10.702 INFO O| Dec 20 23:25:10.702 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9905 | 2024-12-20T23:25:12.272Z | [ host-image] Dec 20 23:25:10.702 INFO O| Dec 20 23:25:10.702 INFO STEP 136 (remove_files) COMPLETE |
9906 | 2024-12-20T23:25:12.272Z | [ host-image] Dec 20 23:25:10.702 INFO O| Dec 20 23:25:10.702 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9907 | 2024-12-20T23:25:12.280Z | [ host-image] Dec 20 23:25:10.712 INFO O| Dec 20 23:25:10.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9908 | 2024-12-20T23:25:12.280Z | [ host-image] Dec 20 23:25:10.712 INFO O| Dec 20 23:25:10.712 INFO STEP 137 (remove_files) COMPLETE |
9909 | 2024-12-20T23:25:12.282Z | [ host-image] Dec 20 23:25:10.712 INFO O| Dec 20 23:25:10.712 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9910 | 2024-12-20T23:25:12.290Z | [ host-image] Dec 20 23:25:10.722 INFO O| Dec 20 23:25:10.722 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9911 | 2024-12-20T23:25:12.290Z | [ host-image] Dec 20 23:25:10.722 INFO O| Dec 20 23:25:10.722 INFO STEP 138 (remove_files) COMPLETE |
9912 | 2024-12-20T23:25:12.293Z | [ host-image] Dec 20 23:25:10.722 INFO O| Dec 20 23:25:10.722 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9913 | 2024-12-20T23:25:12.299Z | [ host-image] Dec 20 23:25:10.731 INFO O| Dec 20 23:25:10.731 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9914 | 2024-12-20T23:25:12.299Z | [ host-image] Dec 20 23:25:10.731 INFO O| Dec 20 23:25:10.731 INFO STEP 139 (remove_files) COMPLETE |
9915 | 2024-12-20T23:25:12.299Z | [ host-image] Dec 20 23:25:10.731 INFO O| Dec 20 23:25:10.731 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9916 | 2024-12-20T23:25:12.309Z | [ host-image] Dec 20 23:25:10.741 INFO O| Dec 20 23:25:10.741 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9917 | 2024-12-20T23:25:12.309Z | [ host-image] Dec 20 23:25:10.741 INFO O| Dec 20 23:25:10.741 INFO STEP 140 (remove_files) COMPLETE |
9918 | 2024-12-20T23:25:12.312Z | [ host-image] Dec 20 23:25:10.741 INFO O| Dec 20 23:25:10.741 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9919 | 2024-12-20T23:25:12.319Z | [ host-image] Dec 20 23:25:10.751 INFO O| Dec 20 23:25:10.751 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9920 | 2024-12-20T23:25:12.319Z | [ host-image] Dec 20 23:25:10.751 INFO O| Dec 20 23:25:10.751 INFO STEP 141 (remove_files) COMPLETE |
9921 | 2024-12-20T23:25:12.319Z | [ host-image] Dec 20 23:25:10.751 INFO O| Dec 20 23:25:10.751 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9922 | 2024-12-20T23:25:12.328Z | [ host-image] Dec 20 23:25:10.761 INFO O| Dec 20 23:25:10.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9923 | 2024-12-20T23:25:12.331Z | [ host-image] Dec 20 23:25:10.761 INFO O| Dec 20 23:25:10.761 INFO STEP 142 (remove_files) COMPLETE |
9924 | 2024-12-20T23:25:12.331Z | [ host-image] Dec 20 23:25:10.761 INFO O| Dec 20 23:25:10.761 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9925 | 2024-12-20T23:25:12.339Z | [ host-image] Dec 20 23:25:10.771 INFO O| Dec 20 23:25:10.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9926 | 2024-12-20T23:25:12.341Z | [ host-image] Dec 20 23:25:10.771 INFO O| Dec 20 23:25:10.771 INFO STEP 143 (remove_files) COMPLETE |
9927 | 2024-12-20T23:25:12.341Z | [ host-image] Dec 20 23:25:10.771 INFO O| Dec 20 23:25:10.771 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9928 | 2024-12-20T23:25:12.349Z | [ host-image] Dec 20 23:25:10.781 INFO O| Dec 20 23:25:10.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9929 | 2024-12-20T23:25:12.349Z | [ host-image] Dec 20 23:25:10.781 INFO O| Dec 20 23:25:10.781 INFO STEP 144 (remove_files) COMPLETE |
9930 | 2024-12-20T23:25:12.354Z | [ host-image] Dec 20 23:25:10.781 INFO O| Dec 20 23:25:10.781 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9931 | 2024-12-20T23:25:12.359Z | [ host-image] Dec 20 23:25:10.791 INFO O| Dec 20 23:25:10.791 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9932 | 2024-12-20T23:25:12.359Z | [ host-image] Dec 20 23:25:10.791 INFO O| Dec 20 23:25:10.791 INFO STEP 145 (remove_files) COMPLETE |
9933 | 2024-12-20T23:25:12.362Z | [ host-image] Dec 20 23:25:10.791 INFO O| Dec 20 23:25:10.791 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9934 | 2024-12-20T23:25:12.368Z | [ host-image] Dec 20 23:25:10.801 INFO O| Dec 20 23:25:10.801 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9935 | 2024-12-20T23:25:12.371Z | [ host-image] Dec 20 23:25:10.801 INFO O| Dec 20 23:25:10.801 INFO STEP 146 (remove_files) COMPLETE |
9936 | 2024-12-20T23:25:12.371Z | [ host-image] Dec 20 23:25:10.801 INFO O| Dec 20 23:25:10.801 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9937 | 2024-12-20T23:25:12.378Z | [ host-image] Dec 20 23:25:10.810 INFO O| Dec 20 23:25:10.810 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9938 | 2024-12-20T23:25:12.380Z | [ host-image] Dec 20 23:25:10.811 INFO O| Dec 20 23:25:10.810 INFO STEP 147 (remove_files) COMPLETE |
9939 | 2024-12-20T23:25:12.380Z | [ host-image] Dec 20 23:25:10.811 INFO O| Dec 20 23:25:10.810 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9940 | 2024-12-20T23:25:12.388Z | [ host-image] Dec 20 23:25:10.820 INFO O| Dec 20 23:25:10.820 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9941 | 2024-12-20T23:25:12.388Z | [ host-image] Dec 20 23:25:10.820 INFO O| Dec 20 23:25:10.820 INFO STEP 148 (remove_files) COMPLETE |
9942 | 2024-12-20T23:25:12.390Z | [ host-image] Dec 20 23:25:10.820 INFO O| Dec 20 23:25:10.820 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9943 | 2024-12-20T23:25:12.397Z | [ host-image] Dec 20 23:25:10.830 INFO O| Dec 20 23:25:10.830 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9944 | 2024-12-20T23:25:12.400Z | [ host-image] Dec 20 23:25:10.830 INFO O| Dec 20 23:25:10.830 INFO STEP 149 (remove_files) COMPLETE |
9945 | 2024-12-20T23:25:12.400Z | [ host-image] Dec 20 23:25:10.830 INFO O| Dec 20 23:25:10.830 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9946 | 2024-12-20T23:25:12.408Z | [ host-image] Dec 20 23:25:10.840 INFO O| Dec 20 23:25:10.840 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9947 | 2024-12-20T23:25:12.408Z | [ host-image] Dec 20 23:25:10.840 INFO O| Dec 20 23:25:10.840 INFO STEP 150 (remove_files) COMPLETE |
9948 | 2024-12-20T23:25:12.410Z | [ host-image] Dec 20 23:25:10.840 INFO O| Dec 20 23:25:10.840 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9949 | 2024-12-20T23:25:12.418Z | [ host-image] Dec 20 23:25:10.850 INFO O| Dec 20 23:25:10.850 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9950 | 2024-12-20T23:25:12.420Z | [ host-image] Dec 20 23:25:10.850 INFO O| Dec 20 23:25:10.850 INFO STEP 151 (remove_files) COMPLETE |
9951 | 2024-12-20T23:25:12.420Z | [ host-image] Dec 20 23:25:10.850 INFO O| Dec 20 23:25:10.850 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9952 | 2024-12-20T23:25:12.427Z | [ host-image] Dec 20 23:25:10.860 INFO O| Dec 20 23:25:10.860 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9953 | 2024-12-20T23:25:12.427Z | [ host-image] Dec 20 23:25:10.860 INFO O| Dec 20 23:25:10.860 INFO STEP 152 (remove_files) COMPLETE |
9954 | 2024-12-20T23:25:12.430Z | [ host-image] Dec 20 23:25:10.860 INFO O| Dec 20 23:25:10.860 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9955 | 2024-12-20T23:25:12.437Z | [ host-image] Dec 20 23:25:10.869 INFO O| Dec 20 23:25:10.869 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9956 | 2024-12-20T23:25:12.437Z | [ host-image] Dec 20 23:25:10.869 INFO O| Dec 20 23:25:10.869 INFO STEP 153 (remove_files) COMPLETE |
9957 | 2024-12-20T23:25:12.437Z | [ host-image] Dec 20 23:25:10.869 INFO O| Dec 20 23:25:10.869 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9958 | 2024-12-20T23:25:12.447Z | [ host-image] Dec 20 23:25:10.879 INFO O| Dec 20 23:25:10.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9959 | 2024-12-20T23:25:12.447Z | [ host-image] Dec 20 23:25:10.879 INFO O| Dec 20 23:25:10.879 INFO STEP 154 (remove_files) COMPLETE |
9960 | 2024-12-20T23:25:12.451Z | [ host-image] Dec 20 23:25:10.879 INFO O| Dec 20 23:25:10.879 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9961 | 2024-12-20T23:25:12.457Z | [ host-image] Dec 20 23:25:10.889 INFO O| Dec 20 23:25:10.889 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9962 | 2024-12-20T23:25:12.457Z | [ host-image] Dec 20 23:25:10.889 INFO O| Dec 20 23:25:10.889 INFO STEP 155 (remove_files) COMPLETE |
9963 | 2024-12-20T23:25:12.457Z | [ host-image] Dec 20 23:25:10.889 INFO O| Dec 20 23:25:10.889 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9964 | 2024-12-20T23:25:12.466Z | [ host-image] Dec 20 23:25:10.899 INFO O| Dec 20 23:25:10.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9965 | 2024-12-20T23:25:12.466Z | [ host-image] Dec 20 23:25:10.899 INFO O| Dec 20 23:25:10.899 INFO STEP 156 (remove_files) COMPLETE |
9966 | 2024-12-20T23:25:12.469Z | [ host-image] Dec 20 23:25:10.899 INFO O| Dec 20 23:25:10.899 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9967 | 2024-12-20T23:25:12.477Z | [ host-image] Dec 20 23:25:10.909 INFO O| Dec 20 23:25:10.909 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9968 | 2024-12-20T23:25:12.477Z | [ host-image] Dec 20 23:25:10.909 INFO O| Dec 20 23:25:10.909 INFO STEP 157 (remove_files) COMPLETE |
9969 | 2024-12-20T23:25:12.480Z | [ host-image] Dec 20 23:25:10.909 INFO O| Dec 20 23:25:10.909 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9970 | 2024-12-20T23:25:12.491Z | [ host-image] Dec 20 23:25:10.923 INFO O| Dec 20 23:25:10.923 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9971 | 2024-12-20T23:25:12.491Z | [ host-image] Dec 20 23:25:10.923 INFO O| Dec 20 23:25:10.923 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9972 | 2024-12-20T23:25:19.665Z | [ host-image] Dec 20 23:25:18.096 INFO O| Dec 20 23:25:18.096 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 |
9973 | 2024-12-20T23:25:19.665Z | [ host-image] Dec 20 23:25:18.096 INFO O| Dec 20 23:25:18.096 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9974 | 2024-12-20T23:25:19.679Z | [ host-image] Dec 20 23:25:18.111 INFO O| Dec 20 23:25:18.111 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9975 | 2024-12-20T23:25:19.758Z | [ host-image] Dec 20 23:25:18.189 INFO O| Dec 20 23:25:18.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9976 | 2024-12-20T23:25:19.758Z | [ host-image] Dec 20 23:25:18.189 INFO O| Dec 20 23:25:18.189 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9977 | 2024-12-20T23:25:19.761Z | [ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9978 | 2024-12-20T23:25:19.761Z | [ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO ok! |
9979 | 2024-12-20T23:25:19.761Z | [ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9980 | 2024-12-20T23:25:19.761Z | [ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO STEP 158 (seed_smf) COMPLETE |
9981 | 2024-12-20T23:25:19.761Z | [ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO steps complete; finalising image! |
9982 | 2024-12-20T23:25:19.761Z | [ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9983 | 2024-12-20T23:25:19.897Z | [ host-image] Dec 20 23:25:18.328 INFO O| Dec 20 23:25:18.328 INFO trim TEMPORARY-gimlet-zfs: (6% trimmed, started at Fri Dec 20 23:25:18 2024) |
9984 | 2024-12-20T23:25:20.117Z | [ host-image] Dec 20 23:25:18.549 INFO O| Dec 20 23:25:18.548 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio |
9985 | 2024-12-20T23:25:20.117Z | [ host-image] Dec 20 23:25:18.549 INFO O| Dec 20 23:25:18.549 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9986 | 2024-12-20T23:25:20.410Z | [ host-image] Dec 20 23:25:18.841 INFO O| Dec 20 23:25:18.841 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9987 | 2024-12-20T23:25:20.410Z | [ host-image] Dec 20 23:25:18.841 INFO O| Dec 20 23:25:18.841 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9988 | 2024-12-20T23:25:21.444Z | [ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9989 | 2024-12-20T23:25:21.444Z | [ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9990 | 2024-12-20T23:25:21.447Z | [ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9991 | 2024-12-20T23:25:21.447Z | [ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO completed processing gimlet/zfs |
9992 | 2024-12-20T23:25:21.447Z | [ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9993 | 2024-12-20T23:25:30.037Z | [ host-image] Dec 20 23:25:28.467 INFO O| Dec 20 23:25:28.467 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9994 | 2024-12-20T23:25:30.181Z | [ host-image] Dec 20 23:25:28.611 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n" |
9995 | 2024-12-20T23:25:30.181Z | [ host-image] Dec 20 23:25:28.611 INFO expanded image name: "ci 5f3f507/${os_short_commit} 2024-12-20 22:47" -> "ci 5f3f507/37a4469 2024-12-20 22:47" |
9996 | 2024-12-20T23:25:30.184Z | [ host-image] Dec 20 23:25:28.611 INFO output artefacts stored in: "/work/os-host" |
9997 | 2024-12-20T23:25:30.184Z | [ host-image] Dec 20 23:25:28.611 INFO collecting git info from project "chelsio-t6-roms"... |
9998 | 2024-12-20T23:25:30.187Z | [ host-image] Dec 20 23:25:28.617 INFO collecting git info from project "pilot"... |
9999 | 2024-12-20T23:25:30.193Z | [ host-image] Dec 20 23:25:28.622 INFO collecting git info from project "pinprick"... |
10000 | 2024-12-20T23:25:30.196Z | [ host-image] Dec 20 23:25:28.626 INFO collecting git info from project "image-builder"... |
10001 | 2024-12-20T23:25:30.201Z | [ host-image] Dec 20 23:25:28.631 INFO collecting git info from project "bootserver"... |
10002 | 2024-12-20T23:25:30.205Z | [ host-image] Dec 20 23:25:28.635 INFO collecting git info from project "amd-firmware"... |
10003 | 2024-12-20T23:25:30.214Z | [ host-image] Dec 20 23:25:28.644 INFO collecting git info from project "amd-host-image-builder"... |
10004 | 2024-12-20T23:25:30.227Z | [ host-image] Dec 20 23:25:28.658 INFO collecting git info from project "phbl"... |
10005 | 2024-12-20T23:25:30.233Z | [ host-image] Dec 20 23:25:28.662 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
10006 | 2024-12-20T23:25:30.589Z | [ host-image] Dec 20 23:25:29.019 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
10007 | 2024-12-20T23:25:30.937Z | [ host-image] Dec 20 23:25:29.367 INFO creating Oxide boot image... |
10008 | 2024-12-20T23:25:30.937Z | [ host-image] Dec 20 23:25:29.367 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 5f3f507/37a4469 2024-12-20 22:47", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
10009 | 2024-12-20T23:25:31.860Z | [ host-image] Dec 20 23:25:30.290 INFO O| ok, image written! |
10010 | 2024-12-20T23:25:31.860Z | [ host-image] Dec 20 23:25:30.290 INFO O| ok, boot_image_csum file written! |
10011 | 2024-12-20T23:25:31.863Z | [ host-image] Dec 20 23:25:30.293 INFO creating boot archive (CPIO)... |
10012 | 2024-12-20T23:25:31.863Z | [ host-image] Dec 20 23:25:30.293 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 |
10013 | 2024-12-20T23:25:31.875Z | [ host-image] Dec 20 23:25:30.305 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
10014 | 2024-12-20T23:25:31.878Z | [ host-image] Dec 20 23:25:30.305 INFO E| + outfile=/work/os-host/cpio |
10015 | 2024-12-20T23:25:31.878Z | [ host-image] Dec 20 23:25:30.305 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
10016 | 2024-12-20T23:25:31.878Z | [ host-image] Dec 20 23:25:30.307 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
10017 | 2024-12-20T23:25:31.878Z | [ host-image] Dec 20 23:25:30.307 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
10018 | 2024-12-20T23:25:31.912Z | [ host-image] Dec 20 23:25:30.342 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
10019 | 2024-12-20T23:25:31.915Z | [ host-image] Dec 20 23:25:30.342 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
10020 | 2024-12-20T23:25:31.920Z | [ host-image] Dec 20 23:25:30.350 INFO creating compressed cpio/unix for nanobl-rs... |
10021 | 2024-12-20T23:25:31.920Z | [ host-image] Dec 20 23:25:30.350 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 |
10022 | 2024-12-20T23:25:32.213Z | [ host-image] Dec 20 23:25:30.643 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
10023 | 2024-12-20T23:25:36.558Z | [ host-image] Dec 20 23:25:34.987 INFO creating reset image... |
10024 | 2024-12-20T23:25:36.560Z | [ host-image] Dec 20 23:25:34.988 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
10025 | 2024-12-20T23:25:36.649Z | [ host-image] Dec 20 23:25:35.079 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
10026 | 2024-12-20T23:25:36.652Z | [ host-image] Dec 20 23:25:35.080 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
10027 | 2024-12-20T23:25:36.703Z | [ host-image] Dec 20 23:25:35.132 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
10028 | 2024-12-20T23:25:38.457Z | [ host-image] Dec 20 23:25:36.886 INFO E| Finished `release` profile [optimized] target(s) in 1.79s |
10029 | 2024-12-20T23:25:38.468Z | [ host-image] Dec 20 23:25:36.897 INFO building host image... |
10030 | 2024-12-20T23:25:38.470Z | [ host-image] Dec 20 23:25:36.897 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") |
10031 | 2024-12-20T23:25:38.946Z | [ host-image] Dec 20 23:25:37.376 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
10032 | 2024-12-20T23:26:26.430Z | [ host-image] Dec 20 23:26:24.852 INFO image complete! materials are in "/work/os-host" |
10033 | 2024-12-20T23:26:26.437Z | [ host-image] |
10034 | 2024-12-20T23:26:26.437Z | [ host-image] real 16:34.451004528 |
10035 | 2024-12-20T23:26:26.437Z | [ host-image] user 6:15.530281967 |
10036 | 2024-12-20T23:26:26.437Z | [ host-image] sys 58.376750689 |
10037 | 2024-12-20T23:26:26.438Z | [ host-image] trap 0.229281108 |
10038 | 2024-12-20T23:26:26.438Z | [ host-image] tflt 0.004896782 |
10039 | 2024-12-20T23:26:26.438Z | [ host-image] dflt 0.069617511 |
10040 | 2024-12-20T23:26:26.438Z | [ host-image] kflt 0.000367174 |
10041 | 2024-12-20T23:26:26.438Z | [ host-image] lock 5:45.354860138 |
10042 | 2024-12-20T23:26:26.438Z | [ host-image] slp 1:37:15.000250569 |
10043 | 2024-12-20T23:26:26.438Z | [ host-image] lat 2:11.515832257 |
10044 | 2024-12-20T23:26:26.438Z | [ host-image] stop 0.541968490 |
10045 | 2024-12-20T23:26:26.438Z | Dec 20 23:26:24.855 INFO [host-image] process exited with exit status: 0 (994.467671164s) |
10046 | 2024-12-20T23:26:26.438Z | Dec 20 23:26:24.855 INFO [tuf-repo] running task |
10047 | 2024-12-20T23:26:34.166Z | Dec 20 23:26:32.589 INFO assembling repository in `/tmp/tufaceouse1idtR`, component: OmicronRepoAssembler |
10048 | 2024-12-20T23:26:39.226Z | Dec 20 23:26:37.648 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
10049 | 2024-12-20T23:26:39.570Z | Dec 20 23:26:37.992 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
10050 | 2024-12-20T23:26:52.642Z | Dec 20 23:26:51.061 INFO [tuf-repo] task succeeded (26.205532084s) |
10051 | 2024-12-20T23:26:52.642Z | Dec 20 23:26:51.061 INFO all jobs completed in 2360.808279591s |
10052 | 2024-12-20T23:26:53.232Z | process exited: duration 3249460 ms, exit code 0 |
|
10053 | 2024-12-20T23:26:53.255Z | found 33 output files |
10054 | 2024-12-20T23:26:53.255Z | uploading: /work/manifest.toml (8404 bytes) |
10055 | 2024-12-20T23:26:54.294Z | uploaded: /work/manifest.toml |
10056 | 2024-12-20T23:26:54.294Z | uploading: /work/repo.zip (1958413249 bytes) |
10057 | 2024-12-20T23:28:02.942Z | uploaded: /work/repo.zip |
10058 | 2024-12-20T23:28:02.955Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
10059 | 2024-12-20T23:28:04.011Z | uploaded: /work/repo.zip.sha256.txt |
10060 | 2024-12-20T23:28:04.011Z | uploading: /work/helios-setup.log (66237 bytes) |
10061 | 2024-12-20T23:28:05.027Z | uploaded: /work/helios-setup.log |
10062 | 2024-12-20T23:28:05.027Z | uploading: /work/host-image.log (201203 bytes) |
10063 | 2024-12-20T23:28:06.042Z | uploaded: /work/host-image.log |
10064 | 2024-12-20T23:28:06.043Z | uploading: /work/host-package.log (22440 bytes) |
10065 | 2024-12-20T23:28:07.052Z | uploaded: /work/host-package.log |
10066 | 2024-12-20T23:28:07.052Z | uploading: /work/host-target.log (101 bytes) |
10067 | 2024-12-20T23:28:08.059Z | uploaded: /work/host-target.log |
10068 | 2024-12-20T23:28:08.059Z | uploading: /work/omicron-package.log (5666 bytes) |
10069 | 2024-12-20T23:28:09.068Z | uploaded: /work/omicron-package.log |
10070 | 2024-12-20T23:28:09.068Z | uploading: /work/phbl-toolchain.log (881 bytes) |
10071 | 2024-12-20T23:28:10.078Z | uploaded: /work/phbl-toolchain.log |
10072 | 2024-12-20T23:28:10.078Z | uploading: /work/recovery-image.log (595658 bytes) |
10073 | 2024-12-20T23:28:11.100Z | uploaded: /work/recovery-image.log |
10074 | 2024-12-20T23:28:11.100Z | uploading: /work/recovery-package.log (321 bytes) |
10075 | 2024-12-20T23:28:12.111Z | uploaded: /work/recovery-package.log |
10076 | 2024-12-20T23:28:12.112Z | uploading: /work/recovery-target.log (57 bytes) |
10077 | 2024-12-20T23:28:13.122Z | uploaded: /work/recovery-target.log |
10078 | 2024-12-20T23:28:13.122Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
10079 | 2024-12-20T23:28:14.131Z | uploaded: /work/stamp-clickhouse.log |
10080 | 2024-12-20T23:28:14.131Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
10081 | 2024-12-20T23:28:15.140Z | uploaded: /work/stamp-clickhouse_keeper.log |
10082 | 2024-12-20T23:28:15.140Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
10083 | 2024-12-20T23:28:16.149Z | uploaded: /work/stamp-cockroachdb.log |
10084 | 2024-12-20T23:28:16.149Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
10085 | 2024-12-20T23:28:17.160Z | uploaded: /work/stamp-crucible-dtrace.log |
10086 | 2024-12-20T23:28:17.160Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
10087 | 2024-12-20T23:28:18.170Z | uploaded: /work/stamp-crucible-pantry-zone.log |
10088 | 2024-12-20T23:28:18.170Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
10089 | 2024-12-20T23:28:19.257Z | uploaded: /work/stamp-crucible-zone.log |
10090 | 2024-12-20T23:28:19.257Z | uploading: /work/stamp-external-dns.log (119 bytes) |
10091 | 2024-12-20T23:28:20.281Z | uploaded: /work/stamp-external-dns.log |
10092 | 2024-12-20T23:28:20.281Z | uploading: /work/stamp-installinator.log (103 bytes) |
10093 | 2024-12-20T23:28:21.700Z | uploaded: /work/stamp-installinator.log |
10094 | 2024-12-20T23:28:21.704Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10095 | 2024-12-20T23:28:22.720Z | uploaded: /work/stamp-internal-dns.log |
10096 | 2024-12-20T23:28:22.720Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10097 | 2024-12-20T23:28:23.735Z | uploaded: /work/stamp-mg-ddm-gz.log |
10098 | 2024-12-20T23:28:23.735Z | uploading: /work/stamp-nexus.log (112 bytes) |
10099 | 2024-12-20T23:28:24.749Z | uploaded: /work/stamp-nexus.log |
10100 | 2024-12-20T23:28:24.749Z | uploading: /work/stamp-ntp.log (110 bytes) |
10101 | 2024-12-20T23:28:25.796Z | uploaded: /work/stamp-ntp.log |
10102 | 2024-12-20T23:28:25.797Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10103 | 2024-12-20T23:28:26.904Z | uploaded: /work/stamp-omicron-sled-agent.log |
10104 | 2024-12-20T23:28:26.904Z | uploading: /work/stamp-overlay.log (114 bytes) |
10105 | 2024-12-20T23:28:27.952Z | uploaded: /work/stamp-overlay.log |
10106 | 2024-12-20T23:28:27.952Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10107 | 2024-12-20T23:28:28.959Z | uploaded: /work/stamp-oximeter.log |
10108 | 2024-12-20T23:28:28.960Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10109 | 2024-12-20T23:28:29.975Z | uploaded: /work/stamp-oxlog.log |
10110 | 2024-12-20T23:28:29.975Z | uploading: /work/stamp-probe.log (112 bytes) |
10111 | 2024-12-20T23:28:30.981Z | uploaded: /work/stamp-probe.log |
10112 | 2024-12-20T23:28:30.981Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10113 | 2024-12-20T23:28:31.993Z | uploaded: /work/stamp-propolis-server.log |
10114 | 2024-12-20T23:28:31.993Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10115 | 2024-12-20T23:28:33.005Z | uploaded: /work/stamp-pumpkind-gz.log |
10116 | 2024-12-20T23:28:33.005Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10117 | 2024-12-20T23:28:34.012Z | uploaded: /work/stamp-switch-asic.log |
10118 | 2024-12-20T23:28:34.012Z | uploading: /work/verify-libraries.log (5735 bytes) |
10119 | 2024-12-20T23:28:35.019Z | uploaded: /work/verify-libraries.log |