|
|
|
1 | 2024-10-31T17:08:37.832Z | job assigned to worker 01JBHRR7MQKSYVGXRBZ749ZKS1 (queued for 51 s) |
|
2 | 2024-10-31T17:08:45.274Z | starting task 0: "setup" |
3 | 2024-10-31T17:08:45.284Z | ++ uname -s |
4 | 2024-10-31T17:08:45.286Z | + kern=SunOS |
5 | 2024-10-31T17:08:45.286Z | + case "$kern" in |
6 | 2024-10-31T17:08:45.286Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T17:08:45.286Z | + groupadd -g 12345 build |
8 | 2024-10-31T17:08:45.289Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T17:08:47.301Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T17:08:47.455Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T17:08:47.458Z | + home_fs=zfs |
12 | 2024-10-31T17:08:47.458Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T17:08:47.458Z | + mkdir -p /home/build |
14 | 2024-10-31T17:08:47.460Z | + chown build:build /home/build /work |
15 | 2024-10-31T17:08:49.462Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T17:08:49.464Z | process exited: duration 4192 ms, exit code 0 |
|
17 | 2024-10-31T17:08:49.470Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T17:08:49.475Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-31T17:08:49.475Z | ' 1.80.1 |
20 | 2024-10-31T17:08:49.475Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-31T17:08:49.475Z | * toolchain channel = "1.80.1" |
22 | 2024-10-31T17:08:49.475Z | ' default |
23 | 2024-10-31T17:08:49.475Z | * toolchain profile = "default" |
24 | 2024-10-31T17:08:49.478Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T17:08:49.478Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-31T17:08:49.593Z | info: downloading installer |
27 | 2024-10-31T17:08:50.962Z | info: profile set to 'default' |
28 | 2024-10-31T17:08:50.962Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T17:08:50.965Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-31T17:08:51.109Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-31T17:08:51.109Z | info: downloading component 'cargo' |
32 | 2024-10-31T17:08:51.934Z | info: downloading component 'clippy' |
33 | 2024-10-31T17:08:52.227Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T17:08:53.385Z | info: downloading component 'rust-std' |
35 | 2024-10-31T17:08:54.999Z | info: downloading component 'rustc' |
36 | 2024-10-31T17:08:59.500Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T17:08:59.739Z | info: installing component 'cargo' |
38 | 2024-10-31T17:09:00.549Z | info: installing component 'clippy' |
39 | 2024-10-31T17:09:00.931Z | info: installing component 'rust-docs' |
40 | 2024-10-31T17:09:02.586Z | info: installing component 'rust-std' |
41 | 2024-10-31T17:09:04.242Z | info: installing component 'rustc' |
42 | 2024-10-31T17:09:08.411Z | info: installing component 'rustfmt' |
43 | 2024-10-31T17:09:08.749Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-31T17:09:08.750Z | |
45 | 2024-10-31T17:09:09.035Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-31T17:09:09.035Z | |
47 | 2024-10-31T17:09:09.038Z | |
48 | 2024-10-31T17:09:09.038Z | Rust is installed now. Great! |
49 | 2024-10-31T17:09:09.038Z | |
50 | 2024-10-31T17:09:09.038Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T17:09:09.038Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T17:09:09.038Z | |
53 | 2024-10-31T17:09:09.038Z | To configure your current shell, you need to source |
54 | 2024-10-31T17:09:09.038Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T17:09:09.038Z | |
56 | 2024-10-31T17:09:09.038Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T17:09:09.038Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T17:09:09.038Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T17:09:09.087Z | + rustc --version |
60 | 2024-10-31T17:09:09.149Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-31T17:09:09.152Z | process exited: duration 19676 ms, exit code 0 |
|
62 | 2024-10-31T17:09:09.160Z | starting task 2: "authentication" |
63 | 2024-10-31T17:09:09.181Z | process exited: duration 23 ms, exit code 0 |
|
64 | 2024-10-31T17:09:09.189Z | starting task 3: "clone repository" |
65 | 2024-10-31T17:09:09.192Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T17:09:09.194Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T17:09:09.242Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T17:09:16.589Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T17:09:16.589Z | + git fetch origin 4f046351c7d5cef65b737a1aeab478a99826453a |
70 | 2024-10-31T17:09:17.088Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T17:09:17.088Z | * branch 4f046351c7d5cef65b737a1aeab478a99826453a -> FETCH_HEAD |
72 | 2024-10-31T17:09:17.098Z | + [[ -n refactor-networking-apis ]] |
73 | 2024-10-31T17:09:17.100Z | ++ git branch --show-current |
74 | 2024-10-31T17:09:17.103Z | + current=main |
75 | 2024-10-31T17:09:17.103Z | + [[ main != refactor-networking-apis ]] |
76 | 2024-10-31T17:09:17.103Z | + git branch -f refactor-networking-apis 4f046351c7d5cef65b737a1aeab478a99826453a |
77 | 2024-10-31T17:09:17.105Z | + git checkout -f refactor-networking-apis |
78 | 2024-10-31T17:09:17.261Z | Switched to branch 'refactor-networking-apis' |
79 | 2024-10-31T17:09:17.264Z | + git reset --hard 4f046351c7d5cef65b737a1aeab478a99826453a |
80 | 2024-10-31T17:09:17.323Z | HEAD is now at 4f046351c remove unused params |
81 | 2024-10-31T17:09:17.326Z | process exited: duration 8135 ms, exit code 0 |
|
82 | 2024-10-31T17:09:17.330Z | starting task 4: "build" |
83 | 2024-10-31T17:09:17.336Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-31T17:09:17.336Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-31T17:09:17.336Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-31T17:09:17.339Z | + cargo --version |
87 | 2024-10-31T17:09:17.390Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-31T17:09:17.393Z | + rustc --version |
89 | 2024-10-31T17:09:17.447Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-31T17:09:17.451Z | + cargo tree --locked |
91 | 2024-10-31T17:09:17.700Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-10-31T17:09:18.087Z | Updating crates.io index |
93 | 2024-10-31T17:09:18.196Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-10-31T17:09:18.971Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-10-31T17:09:19.259Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-10-31T17:09:19.486Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-10-31T17:09:19.735Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-10-31T17:09:20.549Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-31T17:09:22.728Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-10-31T17:09:23.798Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-10-31T17:09:24.568Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-10-31T17:09:24.850Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-10-31T17:09:25.112Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-10-31T17:09:25.770Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-10-31T17:09:26.191Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-10-31T17:09:26.537Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-10-31T17:09:26.816Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-10-31T17:09:27.048Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-10-31T17:09:27.274Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-10-31T17:09:27.595Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-10-31T17:09:27.986Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-10-31T17:09:28.403Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-31T17:09:28.627Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-31T17:09:29.062Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-10-31T17:09:29.361Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-10-31T17:09:30.183Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-10-31T17:09:30.641Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-10-31T17:09:30.911Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-10-31T17:09:31.180Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-10-31T17:09:32.667Z | Downloading crates ... |
121 | 2024-10-31T17:09:32.790Z | Downloaded ascii-canvas v3.0.0 |
122 | 2024-10-31T17:09:32.793Z | Downloaded aead v0.5.2 |
123 | 2024-10-31T17:09:32.796Z | Downloaded anes v0.1.6 |
124 | 2024-10-31T17:09:32.800Z | Downloaded array-init v0.0.4 |
125 | 2024-10-31T17:09:32.802Z | Downloaded approx v0.5.1 |
126 | 2024-10-31T17:09:32.808Z | Downloaded assert_matches v1.5.0 |
127 | 2024-10-31T17:09:32.814Z | Downloaded atomicwrites v0.4.4 |
128 | 2024-10-31T17:09:32.819Z | Downloaded float-cmp v0.9.0 |
129 | 2024-10-31T17:09:32.822Z | Downloaded fnv v1.0.7 |
130 | 2024-10-31T17:09:32.828Z | Downloaded autocfg v1.4.0 |
131 | 2024-10-31T17:09:32.828Z | Downloaded async-channel v2.3.1 |
132 | 2024-10-31T17:09:32.828Z | Downloaded cast v0.3.0 |
133 | 2024-10-31T17:09:32.834Z | Downloaded hex v0.4.3 |
134 | 2024-10-31T17:09:32.834Z | Downloaded generic-array v0.14.7 |
135 | 2024-10-31T17:09:32.835Z | Downloaded byteorder v1.5.0 |
136 | 2024-10-31T17:09:32.835Z | Downloaded block-padding v0.3.3 |
137 | 2024-10-31T17:09:32.839Z | Downloaded futures v0.3.31 |
138 | 2024-10-31T17:09:32.844Z | Downloaded base16ct v0.2.0 |
139 | 2024-10-31T17:09:32.844Z | Downloaded hubpack_derive v0.1.1 |
140 | 2024-10-31T17:09:32.844Z | Downloaded cargo_metadata v0.18.1 |
141 | 2024-10-31T17:09:32.846Z | Downloaded bitflags v1.3.2 |
142 | 2024-10-31T17:09:32.847Z | Downloaded bcrypt-pbkdf v0.10.0 |
143 | 2024-10-31T17:09:32.849Z | Downloaded http-body v1.0.1 |
144 | 2024-10-31T17:09:32.849Z | Downloaded async-attributes v1.1.2 |
145 | 2024-10-31T17:09:32.853Z | Downloaded ghash v0.5.1 |
146 | 2024-10-31T17:09:32.853Z | Downloaded hash32 v0.2.1 |
147 | 2024-10-31T17:09:32.853Z | Downloaded cbc v0.1.2 |
148 | 2024-10-31T17:09:32.856Z | Downloaded heck v0.4.1 |
149 | 2024-10-31T17:09:32.856Z | Downloaded form_urlencoded v1.2.1 |
150 | 2024-10-31T17:09:32.859Z | Downloaded async-task v4.7.1 |
151 | 2024-10-31T17:09:32.862Z | Downloaded ahash v0.8.11 |
152 | 2024-10-31T17:09:32.864Z | Downloaded futures-macro v0.3.31 |
153 | 2024-10-31T17:09:32.864Z | Downloaded fs-err v2.11.0 |
154 | 2024-10-31T17:09:32.867Z | Downloaded foreign-types v0.3.2 |
155 | 2024-10-31T17:09:32.867Z | Downloaded float-ord v0.3.2 |
156 | 2024-10-31T17:09:32.870Z | Downloaded futures-executor v0.3.31 |
157 | 2024-10-31T17:09:32.870Z | Downloaded cancel-safe-futures v0.1.5 |
158 | 2024-10-31T17:09:32.873Z | Downloaded async-io v2.3.4 |
159 | 2024-10-31T17:09:32.875Z | Downloaded cipher v0.4.4 |
160 | 2024-10-31T17:09:32.878Z | Downloaded hostname v0.3.1 |
161 | 2024-10-31T17:09:32.878Z | Downloaded cfg-expr v0.17.0 |
162 | 2024-10-31T17:09:32.881Z | Downloaded adler2 v2.0.0 |
163 | 2024-10-31T17:09:32.883Z | Downloaded blake2b_simd v1.0.2 |
164 | 2024-10-31T17:09:32.886Z | Downloaded highway v1.2.0 |
165 | 2024-10-31T17:09:32.886Z | Downloaded httparse v1.9.5 |
166 | 2024-10-31T17:09:32.889Z | Downloaded anstyle-query v1.1.1 |
167 | 2024-10-31T17:09:32.891Z | Downloaded fallible-streaming-iterator v0.1.9 |
168 | 2024-10-31T17:09:32.891Z | Downloaded addr2line v0.24.2 |
169 | 2024-10-31T17:09:32.894Z | Downloaded ciborium v0.2.2 |
170 | 2024-10-31T17:09:32.896Z | Downloaded pem v3.0.4 |
171 | 2024-10-31T17:09:32.898Z | Downloaded foldhash v0.1.3 |
172 | 2024-10-31T17:09:32.900Z | Downloaded async-process v2.3.0 |
173 | 2024-10-31T17:09:32.900Z | Downloaded foreign-types v0.5.0 |
174 | 2024-10-31T17:09:32.903Z | Downloaded hyper-staticfile v0.10.1 |
175 | 2024-10-31T17:09:32.905Z | Downloaded anstyle v1.0.8 |
176 | 2024-10-31T17:09:32.908Z | Downloaded chacha20 v0.9.1 |
177 | 2024-10-31T17:09:32.908Z | Downloaded base64 v0.22.1 |
178 | 2024-10-31T17:09:32.911Z | Downloaded anstyle-parse v0.2.5 |
179 | 2024-10-31T17:09:32.915Z | Downloaded async-object-pool v0.1.5 |
180 | 2024-10-31T17:09:32.917Z | Downloaded atty v0.2.14 |
181 | 2024-10-31T17:09:32.917Z | Downloaded hmac v0.12.1 |
182 | 2024-10-31T17:09:32.920Z | Downloaded async-stream-impl v0.3.6 |
183 | 2024-10-31T17:09:32.920Z | Downloaded bit-set v0.5.3 |
184 | 2024-10-31T17:09:32.920Z | Downloaded cfg-if v1.0.0 |
185 | 2024-10-31T17:09:32.922Z | Downloaded bitfield v0.14.0 |
186 | 2024-10-31T17:09:32.925Z | Downloaded ciborium-io v0.2.2 |
187 | 2024-10-31T17:09:32.930Z | Downloaded guppy-workspace-hack v0.1.0 |
188 | 2024-10-31T17:09:32.933Z | Downloaded assert-json-diff v2.0.2 |
189 | 2024-10-31T17:09:32.933Z | Downloaded foreign-types-shared v0.1.1 |
190 | 2024-10-31T17:09:32.936Z | Downloaded arrayref v0.3.9 |
191 | 2024-10-31T17:09:32.936Z | Downloaded fxhash v0.2.1 |
192 | 2024-10-31T17:09:32.938Z | Downloaded cfg_aliases v0.1.1 |
193 | 2024-10-31T17:09:32.938Z | Downloaded foreign-types-shared v0.3.1 |
194 | 2024-10-31T17:09:32.938Z | Downloaded atomic-waker v1.1.2 |
195 | 2024-10-31T17:09:32.941Z | Downloaded anstream v0.6.15 |
196 | 2024-10-31T17:09:32.943Z | Downloaded polyval v0.6.2 |
197 | 2024-10-31T17:09:32.947Z | Downloaded ident_case v1.0.1 |
198 | 2024-10-31T17:09:32.947Z | Downloaded http-range v0.1.5 |
199 | 2024-10-31T17:09:32.952Z | Downloaded async-signal v0.2.10 |
200 | 2024-10-31T17:09:32.952Z | Downloaded arrayvec v0.7.6 |
201 | 2024-10-31T17:09:32.952Z | Downloaded argon2 v0.5.3 |
202 | 2024-10-31T17:09:32.956Z | Downloaded headers v0.4.0 |
203 | 2024-10-31T17:09:32.959Z | Downloaded async-channel v1.9.0 |
204 | 2024-10-31T17:09:32.961Z | Downloaded sigpipe v0.1.3 |
205 | 2024-10-31T17:09:32.961Z | Downloaded progenitor-macro v0.8.0 |
206 | 2024-10-31T17:09:32.964Z | Downloaded indicatif v0.17.8 |
207 | 2024-10-31T17:09:32.966Z | Downloaded indent_write v2.2.0 |
208 | 2024-10-31T17:09:32.969Z | Downloaded heapless v0.8.0 |
209 | 2024-10-31T17:09:32.972Z | Downloaded headers-core v0.3.0 |
210 | 2024-10-31T17:09:32.974Z | Downloaded bb8 v0.8.5 |
211 | 2024-10-31T17:09:32.974Z | Downloaded async-stream v0.3.6 |
212 | 2024-10-31T17:09:32.976Z | Downloaded bit-vec v0.6.3 |
213 | 2024-10-31T17:09:32.979Z | Downloaded async-recursion v1.1.1 |
214 | 2024-10-31T17:09:32.982Z | Downloaded cfg_aliases v0.2.1 |
215 | 2024-10-31T17:09:32.982Z | Downloaded swrite v0.1.0 |
216 | 2024-10-31T17:09:32.984Z | Downloaded resolv-conf v0.7.0 |
217 | 2024-10-31T17:09:32.987Z | Downloaded ciborium-ll v0.2.2 |
218 | 2024-10-31T17:09:32.987Z | Downloaded futures-task v0.3.31 |
219 | 2024-10-31T17:09:32.990Z | Downloaded radium v0.7.0 |
220 | 2024-10-31T17:09:32.990Z | Downloaded hash32 v0.3.1 |
221 | 2024-10-31T17:09:32.990Z | Downloaded camino-tempfile v1.1.1 |
222 | 2024-10-31T17:09:32.993Z | Downloaded hostname v0.4.0 |
223 | 2024-10-31T17:09:32.995Z | Downloaded hubpack v0.1.2 |
224 | 2024-10-31T17:09:32.995Z | Downloaded serde_spanned v0.6.8 |
225 | 2024-10-31T17:09:32.998Z | Downloaded group v0.13.0 |
226 | 2024-10-31T17:09:33.001Z | Downloaded futures-timer v3.0.3 |
227 | 2024-10-31T17:09:33.001Z | Downloaded chrono-tz-build v0.4.0 |
228 | 2024-10-31T17:09:33.003Z | Downloaded funty v2.0.0 |
229 | 2024-10-31T17:09:33.003Z | Downloaded impl-trait-for-tuples v0.2.2 |
230 | 2024-10-31T17:09:33.005Z | Downloaded pin-project-internal v1.1.6 |
231 | 2024-10-31T17:09:33.008Z | Downloaded packed_struct v0.10.1 |
232 | 2024-10-31T17:09:33.010Z | Downloaded humantime v2.1.0 |
233 | 2024-10-31T17:09:33.011Z | Downloaded password-hash v0.5.0 |
234 | 2024-10-31T17:09:33.013Z | Downloaded parse-display v0.10.0 |
235 | 2024-10-31T17:09:33.015Z | Downloaded quinn-udp v0.5.5 |
236 | 2024-10-31T17:09:33.015Z | Downloaded pest_generator v2.7.14 |
237 | 2024-10-31T17:09:33.018Z | Downloaded heck v0.5.0 |
238 | 2024-10-31T17:09:33.020Z | Downloaded rustls-pemfile v1.0.4 |
239 | 2024-10-31T17:09:33.022Z | Downloaded r2d2 v0.8.10 |
240 | 2024-10-31T17:09:33.022Z | Downloaded signature v2.2.0 |
241 | 2024-10-31T17:09:33.025Z | Downloaded serde_regex v1.1.0 |
242 | 2024-10-31T17:09:33.025Z | Downloaded home v0.5.9 |
243 | 2024-10-31T17:09:33.027Z | Downloaded http-body-util v0.1.2 |
244 | 2024-10-31T17:09:33.027Z | Downloaded heck v0.3.3 |
245 | 2024-10-31T17:09:33.034Z | Downloaded gethostname v0.5.0 |
246 | 2024-10-31T17:09:33.034Z | Downloaded async-trait v0.1.83 |
247 | 2024-10-31T17:09:33.037Z | Downloaded pkg-config v0.3.31 |
248 | 2024-10-31T17:09:33.037Z | Downloaded smallvec v0.6.14 |
249 | 2024-10-31T17:09:33.037Z | Downloaded pbkdf2 v0.11.0 |
250 | 2024-10-31T17:09:33.039Z | Downloaded strum_macros v0.25.3 |
251 | 2024-10-31T17:09:33.041Z | Downloaded rustc-hash v1.1.0 |
252 | 2024-10-31T17:09:33.043Z | Downloaded camino v1.1.9 |
253 | 2024-10-31T17:09:33.046Z | Downloaded bzip2 v0.4.4 |
254 | 2024-10-31T17:09:33.046Z | Downloaded serde_repr v0.1.19 |
255 | 2024-10-31T17:09:33.049Z | Downloaded block-buffer v0.10.4 |
256 | 2024-10-31T17:09:33.051Z | Downloaded primeorder v0.13.6 |
257 | 2024-10-31T17:09:33.051Z | Downloaded glob v0.3.1 |
258 | 2024-10-31T17:09:33.054Z | Downloaded assert_cmd v2.0.16 |
259 | 2024-10-31T17:09:33.056Z | Downloaded futures-lite v2.3.0 |
260 | 2024-10-31T17:09:33.058Z | Downloaded stringprep v0.1.5 |
261 | 2024-10-31T17:09:33.058Z | Downloaded globset v0.4.15 |
262 | 2024-10-31T17:09:33.061Z | Downloaded tabled_derive v0.7.0 |
263 | 2024-10-31T17:09:33.061Z | Downloaded strip-ansi-escapes v0.2.0 |
264 | 2024-10-31T17:09:33.064Z | Downloaded hickory-client v0.24.1 |
265 | 2024-10-31T17:09:33.066Z | Downloaded hyper-rustls v0.27.3 |
266 | 2024-10-31T17:09:33.074Z | Downloaded httptest v0.16.1 |
267 | 2024-10-31T17:09:33.074Z | Downloaded hashlink v0.9.1 |
268 | 2024-10-31T17:09:33.074Z | Downloaded dhcproto-macros v0.1.0 |
269 | 2024-10-31T17:09:33.074Z | Downloaded tls_codec_derive v0.4.1 |
270 | 2024-10-31T17:09:33.075Z | Downloaded thread-id v4.2.2 |
271 | 2024-10-31T17:09:33.077Z | Downloaded postcard v1.0.10 |
272 | 2024-10-31T17:09:33.080Z | Downloaded serde_plain v1.0.2 |
273 | 2024-10-31T17:09:33.080Z | Downloaded doc-comment v0.3.3 |
274 | 2024-10-31T17:09:33.082Z | Downloaded equivalent v1.0.1 |
275 | 2024-10-31T17:09:33.082Z | Downloaded hyper-rustls v0.26.0 |
276 | 2024-10-31T17:09:33.085Z | Downloaded rustls-pemfile v2.2.0 |
277 | 2024-10-31T17:09:33.088Z | Downloaded escape8259 v0.5.3 |
278 | 2024-10-31T17:09:33.088Z | Downloaded hashbrown v0.12.3 |
279 | 2024-10-31T17:09:33.092Z | Downloaded version_check v0.9.5 |
280 | 2024-10-31T17:09:33.094Z | Downloaded untrusted v0.9.0 |
281 | 2024-10-31T17:09:33.097Z | Downloaded smallvec v1.13.2 |
282 | 2024-10-31T17:09:33.097Z | Downloaded unicode-truncate v1.1.0 |
283 | 2024-10-31T17:09:33.100Z | Downloaded is_ci v1.2.0 |
284 | 2024-10-31T17:09:33.100Z | Downloaded same-file v1.0.6 |
285 | 2024-10-31T17:09:33.103Z | Downloaded iana-time-zone v0.1.61 |
286 | 2024-10-31T17:09:33.105Z | Downloaded openssl-macros v0.1.1 |
287 | 2024-10-31T17:09:33.105Z | Downloaded phf_shared v0.10.0 |
288 | 2024-10-31T17:09:33.108Z | Downloaded sqlformat v0.2.6 |
289 | 2024-10-31T17:09:33.108Z | Downloaded blake2 v0.10.6 |
290 | 2024-10-31T17:09:33.110Z | Downloaded allocator-api2 v0.2.18 |
291 | 2024-10-31T17:09:33.113Z | Downloaded path-slash v0.1.5 |
292 | 2024-10-31T17:09:33.115Z | Downloaded colorchoice v1.0.2 |
293 | 2024-10-31T17:09:33.115Z | Downloaded usdt v0.5.0 |
294 | 2024-10-31T17:09:33.118Z | Downloaded typify-macro v0.2.0 |
295 | 2024-10-31T17:09:33.118Z | Downloaded semver v1.0.23 |
296 | 2024-10-31T17:09:33.120Z | Downloaded number_prefix v0.4.0 |
297 | 2024-10-31T17:09:33.123Z | Downloaded futures-channel v0.3.31 |
298 | 2024-10-31T17:09:33.123Z | Downloaded num_threads v0.1.7 |
299 | 2024-10-31T17:09:33.126Z | Downloaded oso v0.27.3 |
300 | 2024-10-31T17:09:33.128Z | Downloaded zeroize_derive v1.4.2 |
301 | 2024-10-31T17:09:33.130Z | Downloaded packed_struct_codegen v0.10.1 |
302 | 2024-10-31T17:09:33.130Z | Downloaded semver v0.1.20 |
303 | 2024-10-31T17:09:33.132Z | Downloaded crossbeam-deque v0.8.5 |
304 | 2024-10-31T17:09:33.132Z | Downloaded tempfile v3.13.0 |
305 | 2024-10-31T17:09:33.135Z | Downloaded half v2.4.1 |
306 | 2024-10-31T17:09:33.138Z | Downloaded defmt-parser v0.3.4 |
307 | 2024-10-31T17:09:33.141Z | Downloaded criterion-plot v0.5.0 |
308 | 2024-10-31T17:09:33.141Z | Downloaded either v1.13.0 |
309 | 2024-10-31T17:09:33.143Z | Downloaded http v0.2.12 |
310 | 2024-10-31T17:09:33.146Z | Downloaded zeroize v1.8.1 |
311 | 2024-10-31T17:09:33.149Z | Downloaded errno v0.3.9 |
312 | 2024-10-31T17:09:33.149Z | Downloaded fixedbitset v0.4.2 |
313 | 2024-10-31T17:09:33.152Z | Downloaded filetime v0.2.25 |
314 | 2024-10-31T17:09:33.152Z | Downloaded typify v0.2.0 |
315 | 2024-10-31T17:09:33.155Z | Downloaded chacha20poly1305 v0.10.1 |
316 | 2024-10-31T17:09:33.158Z | Downloaded libtest-mimic v0.7.3 |
317 | 2024-10-31T17:09:33.160Z | Downloaded libsw v3.3.1 |
318 | 2024-10-31T17:09:33.163Z | Downloaded paste v1.0.15 |
319 | 2024-10-31T17:09:33.165Z | Downloaded newtype-uuid v1.1.2 |
320 | 2024-10-31T17:09:33.168Z | Downloaded try-lock v0.2.5 |
321 | 2024-10-31T17:09:33.168Z | Downloaded percent-encoding v2.3.1 |
322 | 2024-10-31T17:09:33.168Z | Downloaded colored v2.1.0 |
323 | 2024-10-31T17:09:33.170Z | Downloaded memmap v0.7.0 |
324 | 2024-10-31T17:09:33.173Z | Downloaded num v0.4.3 |
325 | 2024-10-31T17:09:33.175Z | Downloaded phf_generator v0.11.2 |
326 | 2024-10-31T17:09:33.175Z | Downloaded defmt-macros v0.3.9 |
327 | 2024-10-31T17:09:33.178Z | Downloaded phf v0.11.2 |
328 | 2024-10-31T17:09:33.181Z | Downloaded defmt v0.3.8 |
329 | 2024-10-31T17:09:33.183Z | Downloaded similar v2.6.0 |
330 | 2024-10-31T17:09:33.187Z | Downloaded term v0.7.0 |
331 | 2024-10-31T17:09:33.190Z | Downloaded zone_cfg_derive v0.3.0 |
332 | 2024-10-31T17:09:33.193Z | Downloaded ref-cast-impl v1.0.23 |
333 | 2024-10-31T17:09:33.193Z | Downloaded proc-macro-crate v1.3.1 |
334 | 2024-10-31T17:09:33.196Z | Downloaded base64 v0.21.7 |
335 | 2024-10-31T17:09:33.199Z | Downloaded want v0.3.1 |
336 | 2024-10-31T17:09:33.199Z | Downloaded serde_path_to_error v0.1.16 |
337 | 2024-10-31T17:09:33.201Z | Downloaded slog-async v2.8.0 |
338 | 2024-10-31T17:09:33.203Z | Downloaded tokio-tungstenite v0.24.0 |
339 | 2024-10-31T17:09:33.205Z | Downloaded flate2 v1.0.34 |
340 | 2024-10-31T17:09:33.209Z | Downloaded memmap2 v0.9.5 |
341 | 2024-10-31T17:09:33.211Z | Downloaded rusty-fork v0.3.0 |
342 | 2024-10-31T17:09:33.213Z | Downloaded dtrace-parser v0.2.0 |
343 | 2024-10-31T17:09:33.216Z | Downloaded downcast v0.11.0 |
344 | 2024-10-31T17:09:33.216Z | Downloaded display-error-chain v0.2.1 |
345 | 2024-10-31T17:09:33.218Z | Downloaded indexmap v1.9.3 |
346 | 2024-10-31T17:09:33.221Z | Downloaded cc v1.1.30 |
347 | 2024-10-31T17:09:33.223Z | Downloaded string_cache v0.8.7 |
348 | 2024-10-31T17:09:33.226Z | Downloaded indoc v2.0.5 |
349 | 2024-10-31T17:09:33.229Z | Downloaded fancy-regex v0.13.0 |
350 | 2024-10-31T17:09:33.232Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2024-10-31T17:09:33.234Z | Downloaded serde_urlencoded v0.7.1 |
352 | 2024-10-31T17:09:33.234Z | Downloaded target-spec v3.2.2 |
353 | 2024-10-31T17:09:33.236Z | Downloaded postgres-protocol v0.6.7 |
354 | 2024-10-31T17:09:33.240Z | Downloaded backtrace v0.3.74 |
355 | 2024-10-31T17:09:33.242Z | Downloaded tls_codec v0.4.1 |
356 | 2024-10-31T17:09:33.245Z | Downloaded tap v1.0.1 |
357 | 2024-10-31T17:09:33.247Z | Downloaded subtle v2.6.1 |
358 | 2024-10-31T17:09:33.247Z | Downloaded convert_case v0.4.0 |
359 | 2024-10-31T17:09:33.250Z | Downloaded cpufeatures v0.2.14 |
360 | 2024-10-31T17:09:33.250Z | Downloaded peg-runtime v0.8.3 |
361 | 2024-10-31T17:09:33.252Z | Downloaded xattr v1.3.1 |
362 | 2024-10-31T17:09:33.252Z | Downloaded utf8parse v0.2.2 |
363 | 2024-10-31T17:09:33.254Z | Downloaded utf-8 v0.7.6 |
364 | 2024-10-31T17:09:33.256Z | Downloaded diesel-dtrace v0.3.0 |
365 | 2024-10-31T17:09:33.257Z | Downloaded rustversion v1.0.17 |
366 | 2024-10-31T17:09:33.259Z | Downloaded hickory-server v0.24.1 |
367 | 2024-10-31T17:09:33.264Z | Downloaded diff v0.1.13 |
368 | 2024-10-31T17:09:33.267Z | Downloaded openssl-probe v0.1.5 |
369 | 2024-10-31T17:09:33.270Z | Downloaded xz2 v0.1.7 |
370 | 2024-10-31T17:09:33.272Z | Downloaded cookie v0.18.1 |
371 | 2024-10-31T17:09:33.274Z | Downloaded russh-cryptovec v0.7.3 |
372 | 2024-10-31T17:09:33.274Z | Downloaded rpassword v7.3.1 |
373 | 2024-10-31T17:09:33.277Z | Downloaded inout v0.1.3 |
374 | 2024-10-31T17:09:33.277Z | Downloaded indoc v1.0.9 |
375 | 2024-10-31T17:09:33.279Z | Downloaded guppy v0.17.8 |
376 | 2024-10-31T17:09:33.285Z | Downloaded lazy_static v1.5.0 |
377 | 2024-10-31T17:09:33.287Z | Downloaded postgres-types v0.2.8 |
378 | 2024-10-31T17:09:33.290Z | Downloaded crc32fast v1.4.2 |
379 | 2024-10-31T17:09:33.292Z | Downloaded crc-catalog v2.4.0 |
380 | 2024-10-31T17:09:33.292Z | Downloaded fastrand v2.1.1 |
381 | 2024-10-31T17:09:33.295Z | Downloaded target-lexicon v0.12.16 |
382 | 2024-10-31T17:09:33.298Z | Downloaded heapless v0.7.17 |
383 | 2024-10-31T17:09:33.300Z | Downloaded multimap v0.10.0 |
384 | 2024-10-31T17:09:33.302Z | Downloaded time-core v0.1.2 |
385 | 2024-10-31T17:09:33.305Z | Downloaded url v2.5.2 |
386 | 2024-10-31T17:09:33.307Z | Downloaded cookie_store v0.21.0 |
387 | 2024-10-31T17:09:33.311Z | Downloaded maybe-uninit v2.0.0 |
388 | 2024-10-31T17:09:33.311Z | Downloaded darling_macro v0.20.10 |
389 | 2024-10-31T17:09:33.311Z | Downloaded toolchain_find v0.4.0 |
390 | 2024-10-31T17:09:33.311Z | Downloaded strum v0.26.3 |
391 | 2024-10-31T17:09:33.314Z | Downloaded sqlparser_derive v0.2.2 |
392 | 2024-10-31T17:09:33.314Z | Downloaded crc v3.2.1 |
393 | 2024-10-31T17:09:33.318Z | Downloaded num_cpus v1.16.0 |
394 | 2024-10-31T17:09:33.321Z | Downloaded num_enum v0.5.11 |
395 | 2024-10-31T17:09:33.325Z | Downloaded tokio-stream v0.1.16 |
396 | 2024-10-31T17:09:33.327Z | Downloaded papergrid v0.11.0 |
397 | 2024-10-31T17:09:33.332Z | Downloaded rfc6979 v0.4.0 |
398 | 2024-10-31T17:09:33.335Z | Downloaded p521 v0.13.3 |
399 | 2024-10-31T17:09:33.337Z | Downloaded scheduled-thread-pool v0.2.7 |
400 | 2024-10-31T17:09:33.340Z | Downloaded hashbrown v0.13.2 |
401 | 2024-10-31T17:09:33.343Z | Downloaded diesel_table_macro_syntax v0.2.0 |
402 | 2024-10-31T17:09:33.346Z | Downloaded spki v0.7.3 |
403 | 2024-10-31T17:09:33.348Z | Downloaded lalrpop-util v0.19.12 |
404 | 2024-10-31T17:09:33.348Z | Downloaded subprocess v0.2.9 |
405 | 2024-10-31T17:09:33.351Z | Downloaded proc-macro-error-attr v1.0.4 |
406 | 2024-10-31T17:09:33.351Z | Downloaded zip v0.6.6 |
407 | 2024-10-31T17:09:33.354Z | Downloaded endian-type v0.1.2 |
408 | 2024-10-31T17:09:33.358Z | Downloaded plain v0.2.3 |
409 | 2024-10-31T17:09:33.358Z | Downloaded unicode-ident v1.0.13 |
410 | 2024-10-31T17:09:33.361Z | Downloaded tungstenite v0.21.0 |
411 | 2024-10-31T17:09:33.363Z | Downloaded toml_datetime v0.6.8 |
412 | 2024-10-31T17:09:33.365Z | Downloaded threadpool v1.8.1 |
413 | 2024-10-31T17:09:33.367Z | Downloaded num-conv v0.1.0 |
414 | 2024-10-31T17:09:33.367Z | Downloaded nested v0.1.1 |
415 | 2024-10-31T17:09:33.369Z | Downloaded slog-bunyan v2.5.0 |
416 | 2024-10-31T17:09:33.369Z | Downloaded piper v0.2.4 |
417 | 2024-10-31T17:09:33.372Z | Downloaded partial-io v0.5.4 |
418 | 2024-10-31T17:09:33.374Z | Downloaded h2 v0.4.6 |
419 | 2024-10-31T17:09:33.379Z | Downloaded constant_time_eq v0.3.1 |
420 | 2024-10-31T17:09:33.382Z | Downloaded crc-any v2.5.0 |
421 | 2024-10-31T17:09:33.385Z | Downloaded parse-size v1.0.0 |
422 | 2024-10-31T17:09:33.385Z | Downloaded oso-derive v0.27.3 |
423 | 2024-10-31T17:09:33.387Z | Downloaded unarray v0.1.4 |
424 | 2024-10-31T17:09:33.387Z | Downloaded proc-macro-error v1.0.4 |
425 | 2024-10-31T17:09:33.390Z | Downloaded toml_edit v0.19.15 |
426 | 2024-10-31T17:09:33.406Z | Downloaded rstest_macros v0.23.0 |
427 | 2024-10-31T17:09:33.409Z | Downloaded clap_lex v0.7.2 |
428 | 2024-10-31T17:09:33.411Z | Downloaded scroll_derive v0.12.0 |
429 | 2024-10-31T17:09:33.414Z | Downloaded uuid v1.10.0 |
430 | 2024-10-31T17:09:33.416Z | Downloaded fallible-iterator v0.2.0 |
431 | 2024-10-31T17:09:33.419Z | Downloaded linear-map v1.2.0 |
432 | 2024-10-31T17:09:33.419Z | Downloaded deranged v0.3.11 |
433 | 2024-10-31T17:09:33.421Z | Downloaded ctr v0.9.2 |
434 | 2024-10-31T17:09:33.424Z | Downloaded crossbeam-epoch v0.9.18 |
435 | 2024-10-31T17:09:33.426Z | Downloaded clang-sys v1.8.1 |
436 | 2024-10-31T17:09:33.428Z | Downloaded typenum v1.17.0 |
437 | 2024-10-31T17:09:33.431Z | Downloaded structmeta-derive v0.3.0 |
438 | 2024-10-31T17:09:33.431Z | Downloaded hyper v1.4.1 |
439 | 2024-10-31T17:09:33.437Z | Downloaded pem-rfc7468 v0.7.0 |
440 | 2024-10-31T17:09:33.439Z | Downloaded linked-hash-map v0.5.6 |
441 | 2024-10-31T17:09:33.441Z | Downloaded fd-lock v4.0.2 |
442 | 2024-10-31T17:09:33.443Z | Downloaded fallible-iterator v0.3.0 |
443 | 2024-10-31T17:09:33.445Z | Downloaded vsss-rs v3.3.4 |
444 | 2024-10-31T17:09:33.448Z | Downloaded derive_builder_core v0.20.2 |
445 | 2024-10-31T17:09:33.450Z | Downloaded http v1.1.0 |
446 | 2024-10-31T17:09:33.452Z | Downloaded usdt-attr-macro v0.5.0 |
447 | 2024-10-31T17:09:33.455Z | Downloaded num-derive v0.4.2 |
448 | 2024-10-31T17:09:33.455Z | Downloaded slog v2.7.0 |
449 | 2024-10-31T17:09:33.458Z | Downloaded pin-utils v0.1.0 |
450 | 2024-10-31T17:09:33.461Z | Downloaded predicates-core v1.0.8 |
451 | 2024-10-31T17:09:33.461Z | Downloaded der_derive v0.7.3 |
452 | 2024-10-31T17:09:33.463Z | Downloaded x509-cert v0.2.5 |
453 | 2024-10-31T17:09:33.468Z | Downloaded tracing-core v0.1.32 |
454 | 2024-10-31T17:09:33.471Z | Downloaded instant v0.1.13 |
455 | 2024-10-31T17:09:33.473Z | Downloaded embedded-io v0.6.1 |
456 | 2024-10-31T17:09:33.476Z | Downloaded predicates-tree v1.0.11 |
457 | 2024-10-31T17:09:33.479Z | Downloaded normalize-line-endings v0.3.0 |
458 | 2024-10-31T17:09:33.479Z | Downloaded pretty-hex v0.2.1 |
459 | 2024-10-31T17:09:33.479Z | Downloaded precomputed-hash v0.1.1 |
460 | 2024-10-31T17:09:33.479Z | Downloaded libloading v0.8.5 |
461 | 2024-10-31T17:09:33.482Z | Downloaded pkcs5 v0.7.1 |
462 | 2024-10-31T17:09:33.485Z | Downloaded clap v4.5.20 |
463 | 2024-10-31T17:09:33.494Z | Downloaded strum_macros v0.24.3 |
464 | 2024-10-31T17:09:33.496Z | Downloaded supports-color v3.0.1 |
465 | 2024-10-31T17:09:33.499Z | Downloaded signal-hook-tokio v0.3.1 |
466 | 2024-10-31T17:09:33.499Z | Downloaded sec1 v0.7.3 |
467 | 2024-10-31T17:09:33.501Z | Downloaded ucd-trie v0.1.7 |
468 | 2024-10-31T17:09:33.503Z | Downloaded untrusted v0.7.1 |
469 | 2024-10-31T17:09:33.503Z | Downloaded quinn v0.11.5 |
470 | 2024-10-31T17:09:33.506Z | Downloaded twox-hash v1.6.3 |
471 | 2024-10-31T17:09:33.509Z | Downloaded crossbeam-utils v0.8.20 |
472 | 2024-10-31T17:09:33.511Z | Downloaded yasna v0.5.2 |
473 | 2024-10-31T17:09:33.514Z | Downloaded slog-envlogger v2.2.0 |
474 | 2024-10-31T17:09:33.516Z | Downloaded toml v0.8.19 |
475 | 2024-10-31T17:09:33.519Z | Downloaded goblin v0.8.2 |
476 | 2024-10-31T17:09:33.524Z | Downloaded ena v0.14.3 |
477 | 2024-10-31T17:09:33.526Z | Downloaded difflib v0.4.0 |
478 | 2024-10-31T17:09:33.529Z | Downloaded waitgroup v0.1.2 |
479 | 2024-10-31T17:09:33.529Z | Downloaded schemars v0.8.21 |
480 | 2024-10-31T17:09:33.539Z | Downloaded memchr v2.7.4 |
481 | 2024-10-31T17:09:33.545Z | Downloaded internet-checksum v0.2.1 |
482 | 2024-10-31T17:09:33.548Z | Downloaded cstr-argument v0.1.2 |
483 | 2024-10-31T17:09:33.548Z | Downloaded crunchy v0.2.2 |
484 | 2024-10-31T17:09:33.548Z | Downloaded crucible-workspace-hack v0.1.0 |
485 | 2024-10-31T17:09:33.551Z | Downloaded num-iter v0.1.45 |
486 | 2024-10-31T17:09:33.551Z | Downloaded num-integer v0.1.46 |
487 | 2024-10-31T17:09:33.553Z | Downloaded maplit v1.0.2 |
488 | 2024-10-31T17:09:33.553Z | Downloaded num_enum_derive v0.5.11 |
489 | 2024-10-31T17:09:33.556Z | Downloaded managed v0.8.0 |
490 | 2024-10-31T17:09:33.556Z | Downloaded macaddr v1.0.1 |
491 | 2024-10-31T17:09:33.558Z | Downloaded lru-cache v0.1.2 |
492 | 2024-10-31T17:09:33.558Z | Downloaded universal-hash v0.5.1 |
493 | 2024-10-31T17:09:33.561Z | Downloaded num-complex v0.4.6 |
494 | 2024-10-31T17:09:33.561Z | Downloaded scroll v0.12.0 |
495 | 2024-10-31T17:09:33.563Z | Downloaded keccak v0.1.5 |
496 | 2024-10-31T17:09:33.566Z | Downloaded fatfs v0.3.6 |
497 | 2024-10-31T17:09:33.568Z | Downloaded scopeguard v1.2.0 |
498 | 2024-10-31T17:09:33.568Z | Downloaded openssl-sys v0.9.103 |
499 | 2024-10-31T17:09:33.572Z | Downloaded csv-core v0.1.11 |
500 | 2024-10-31T17:09:33.575Z | Downloaded secrecy v0.8.0 |
501 | 2024-10-31T17:09:33.577Z | Downloaded tokio-tungstenite v0.23.1 |
502 | 2024-10-31T17:09:33.579Z | Downloaded tokio-native-tls v0.3.1 |
503 | 2024-10-31T17:09:33.581Z | Downloaded stringmetrics v2.2.2 |
504 | 2024-10-31T17:09:33.584Z | Downloaded static_assertions v1.1.0 |
505 | 2024-10-31T17:09:33.584Z | Downloaded num-bigint v0.4.6 |
506 | 2024-10-31T17:09:33.588Z | Downloaded stable_deref_trait v1.2.0 |
507 | 2024-10-31T17:09:33.590Z | Downloaded console v0.15.8 |
508 | 2024-10-31T17:09:33.594Z | Downloaded unicode-xid v0.2.6 |
509 | 2024-10-31T17:09:33.594Z | Downloaded tokio-macros v2.4.0 |
510 | 2024-10-31T17:09:33.596Z | Downloaded rusqlite v0.32.1 |
511 | 2024-10-31T17:09:33.601Z | Downloaded strum_macros v0.26.4 |
512 | 2024-10-31T17:09:33.604Z | Downloaded enum-as-inner v0.5.1 |
513 | 2024-10-31T17:09:33.606Z | Downloaded tinyvec_macros v0.1.1 |
514 | 2024-10-31T17:09:33.608Z | Downloaded salty v0.3.0 |
515 | 2024-10-31T17:09:33.613Z | Downloaded embedded-io v0.4.0 |
516 | 2024-10-31T17:09:33.615Z | Downloaded tower-service v0.3.3 |
517 | 2024-10-31T17:09:33.617Z | Downloaded crypto-common v0.1.6 |
518 | 2024-10-31T17:09:33.617Z | Downloaded which v4.4.2 |
519 | 2024-10-31T17:09:33.620Z | Downloaded num-rational v0.4.2 |
520 | 2024-10-31T17:09:33.620Z | Downloaded ppv-lite86 v0.2.20 |
521 | 2024-10-31T17:09:33.622Z | Downloaded nu-ansi-term v0.50.1 |
522 | 2024-10-31T17:09:33.624Z | Downloaded rustc-demangle v0.1.24 |
523 | 2024-10-31T17:09:33.626Z | Downloaded ssh-cipher v0.2.0 |
524 | 2024-10-31T17:09:33.626Z | Downloaded sct v0.7.1 |
525 | 2024-10-31T17:09:33.630Z | Downloaded russh-keys v0.45.0 |
526 | 2024-10-31T17:09:33.633Z | Downloaded parking v2.2.1 |
527 | 2024-10-31T17:09:33.636Z | Downloaded itoa v1.0.11 |
528 | 2024-10-31T17:09:33.636Z | Downloaded tokio-tungstenite v0.21.0 |
529 | 2024-10-31T17:09:33.639Z | Downloaded opaque-debug v0.3.1 |
530 | 2024-10-31T17:09:33.642Z | Downloaded diesel_derives v2.2.3 |
531 | 2024-10-31T17:09:33.645Z | Downloaded libxml v0.3.3 |
532 | 2024-10-31T17:09:33.649Z | Downloaded quick-error v1.2.3 |
533 | 2024-10-31T17:09:33.654Z | Downloaded rand_seeder v0.3.0 |
534 | 2024-10-31T17:09:33.654Z | Downloaded minimal-lexical v0.2.1 |
535 | 2024-10-31T17:09:33.657Z | Downloaded walkdir v2.5.0 |
536 | 2024-10-31T17:09:33.659Z | Downloaded kstat-rs v0.2.4 |
537 | 2024-10-31T17:09:33.662Z | Downloaded slog-scope v4.4.0 |
538 | 2024-10-31T17:09:33.662Z | Downloaded progenitor-client v0.8.0 |
539 | 2024-10-31T17:09:33.665Z | Downloaded slog-json v2.6.1 |
540 | 2024-10-31T17:09:33.665Z | Downloaded num-bigint-dig v0.8.4 |
541 | 2024-10-31T17:09:33.681Z | Downloaded h2 v0.3.26 |
542 | 2024-10-31T17:09:33.681Z | Downloaded pathdiff v0.2.2 |
543 | 2024-10-31T17:09:33.681Z | Downloaded newline-converter v0.3.0 |
544 | 2024-10-31T17:09:33.682Z | Downloaded slog-stdlog v4.1.1 |
545 | 2024-10-31T17:09:33.682Z | Downloaded thiserror-impl-no-std v2.0.2 |
546 | 2024-10-31T17:09:33.682Z | Downloaded dirs-next v2.0.0 |
547 | 2024-10-31T17:09:33.685Z | Downloaded whoami v1.5.2 |
548 | 2024-10-31T17:09:33.685Z | Downloaded pin-project v1.1.6 |
549 | 2024-10-31T17:09:33.694Z | Downloaded const_format_proc_macros v0.2.33 |
550 | 2024-10-31T17:09:33.697Z | Downloaded pretty-hex v0.4.1 |
551 | 2024-10-31T17:09:33.700Z | Downloaded jobserver v0.1.32 |
552 | 2024-10-31T17:09:33.702Z | Downloaded compact_str v0.8.0 |
553 | 2024-10-31T17:09:33.704Z | Downloaded snafu v0.8.5 |
554 | 2024-10-31T17:09:33.710Z | Downloaded peg-macros v0.8.4 |
555 | 2024-10-31T17:09:33.712Z | Downloaded kv-log-macro v1.0.7 |
556 | 2024-10-31T17:09:33.714Z | Downloaded oorandom v11.1.4 |
557 | 2024-10-31T17:09:33.717Z | Downloaded smawk v0.3.2 |
558 | 2024-10-31T17:09:33.717Z | Downloaded derive-where v1.2.7 |
559 | 2024-10-31T17:09:33.719Z | Downloaded libefi-sys v0.1.0 |
560 | 2024-10-31T17:09:33.722Z | Downloaded tungstenite v0.24.0 |
561 | 2024-10-31T17:09:33.724Z | Downloaded matches v0.1.10 |
562 | 2024-10-31T17:09:33.727Z | Downloaded tui-tree-widget v0.22.0 |
563 | 2024-10-31T17:09:33.727Z | Downloaded tiny-keccak v2.0.2 |
564 | 2024-10-31T17:09:33.729Z | Downloaded sha2 v0.10.8 |
565 | 2024-10-31T17:09:33.732Z | Downloaded ref-cast v1.0.23 |
566 | 2024-10-31T17:09:33.736Z | Downloaded hkdf v0.12.4 |
567 | 2024-10-31T17:09:33.738Z | Downloaded password-hash v0.4.2 |
568 | 2024-10-31T17:09:33.740Z | Downloaded thiserror-no-std v2.0.2 |
569 | 2024-10-31T17:09:33.743Z | Downloaded thiserror-impl v1.0.64 |
570 | 2024-10-31T17:09:33.745Z | Downloaded progenitor v0.8.0 |
571 | 2024-10-31T17:09:33.748Z | Downloaded mime v0.3.17 |
572 | 2024-10-31T17:09:33.748Z | Downloaded memoffset v0.9.1 |
573 | 2024-10-31T17:09:33.751Z | Downloaded num-traits v0.2.19 |
574 | 2024-10-31T17:09:33.754Z | Downloaded tokio-postgres v0.7.12 |
575 | 2024-10-31T17:09:33.757Z | Downloaded mio v1.0.2 |
576 | 2024-10-31T17:09:33.762Z | Downloaded relative-path v1.9.3 |
577 | 2024-10-31T17:09:33.764Z | Downloaded blake3 v1.5.4 |
578 | 2024-10-31T17:09:33.770Z | Downloaded ron v0.8.1 |
579 | 2024-10-31T17:09:33.776Z | Downloaded serde-big-array v0.5.1 |
580 | 2024-10-31T17:09:33.778Z | Downloaded zone v0.3.0 |
581 | 2024-10-31T17:09:33.780Z | Downloaded zone v0.1.8 |
582 | 2024-10-31T17:09:33.780Z | Downloaded salsa20 v0.10.2 |
583 | 2024-10-31T17:09:33.783Z | Downloaded owo-colors v4.1.0 |
584 | 2024-10-31T17:09:33.785Z | Downloaded once_cell v1.20.2 |
585 | 2024-10-31T17:09:33.788Z | Downloaded pest_meta v2.7.14 |
586 | 2024-10-31T17:09:33.788Z | Downloaded nodrop v0.1.14 |
587 | 2024-10-31T17:09:33.790Z | Downloaded match_cfg v0.1.0 |
588 | 2024-10-31T17:09:33.790Z | Downloaded usdt-macro v0.5.0 |
589 | 2024-10-31T17:09:33.792Z | Downloaded datatest-stable v0.2.9 |
590 | 2024-10-31T17:09:33.795Z | Downloaded unsafe-libyaml v0.2.11 |
591 | 2024-10-31T17:09:33.797Z | Downloaded dirs-sys-next v0.1.2 |
592 | 2024-10-31T17:09:33.800Z | Downloaded digest v0.10.7 |
593 | 2024-10-31T17:09:33.803Z | Downloaded md-5 v0.10.6 |
594 | 2024-10-31T17:09:33.803Z | Downloaded tracing-attributes v0.1.27 |
595 | 2024-10-31T17:09:33.805Z | Downloaded time-macros v0.2.18 |
596 | 2024-10-31T17:09:33.808Z | Downloaded russh v0.45.0 |
597 | 2024-10-31T17:09:33.811Z | Downloaded enum-as-inner v0.6.1 |
598 | 2024-10-31T17:09:33.814Z | Downloaded hyper v0.14.30 |
599 | 2024-10-31T17:09:33.820Z | Downloaded serde-hex v0.1.0 |
600 | 2024-10-31T17:09:33.823Z | Downloaded vte_generate_state_changes v0.1.2 |
601 | 2024-10-31T17:09:33.825Z | Downloaded pest_derive v2.7.14 |
602 | 2024-10-31T17:09:33.825Z | Downloaded olpc-cjson v0.1.4 |
603 | 2024-10-31T17:09:33.827Z | Downloaded signal-hook-mio v0.2.4 |
604 | 2024-10-31T17:09:33.827Z | Downloaded shlex v1.3.0 |
605 | 2024-10-31T17:09:33.830Z | Downloaded toml v0.7.8 |
606 | 2024-10-31T17:09:33.832Z | Downloaded tinyvec v1.8.0 |
607 | 2024-10-31T17:09:33.835Z | Downloaded md5 v0.7.0 |
608 | 2024-10-31T17:09:33.837Z | Downloaded rustc-hash v2.0.0 |
609 | 2024-10-31T17:09:33.838Z | Downloaded path-tree v0.8.1 |
610 | 2024-10-31T17:09:33.840Z | Downloaded ed25519 v2.2.3 |
611 | 2024-10-31T17:09:33.842Z | Downloaded typed-path v0.7.1 |
612 | 2024-10-31T17:09:33.846Z | Downloaded sqlparser v0.45.0 |
613 | 2024-10-31T17:09:33.851Z | Downloaded lru v0.12.5 |
614 | 2024-10-31T17:09:33.854Z | Downloaded serde v1.0.210 |
615 | 2024-10-31T17:09:33.856Z | Downloaded cobs v0.2.3 |
616 | 2024-10-31T17:09:33.858Z | Downloaded proptest v1.5.0 |
617 | 2024-10-31T17:09:33.866Z | Downloaded termtree v0.4.1 |
618 | 2024-10-31T17:09:33.868Z | Downloaded derive_builder_macro v0.20.2 |
619 | 2024-10-31T17:09:33.868Z | Downloaded des v0.8.1 |
620 | 2024-10-31T17:09:33.871Z | Downloaded sync_wrapper v1.0.1 |
621 | 2024-10-31T17:09:33.871Z | Downloaded flagset v0.4.6 |
622 | 2024-10-31T17:09:33.873Z | Downloaded ff v0.13.0 |
623 | 2024-10-31T17:09:33.873Z | Downloaded debug-ignore v1.0.5 |
624 | 2024-10-31T17:09:33.876Z | Downloaded structmeta v0.2.0 |
625 | 2024-10-31T17:09:33.876Z | Downloaded time v0.3.36 |
626 | 2024-10-31T17:09:33.883Z | Downloaded event-listener-strategy v0.5.2 |
627 | 2024-10-31T17:09:33.885Z | Downloaded unicode_categories v0.1.1 |
628 | 2024-10-31T17:09:33.888Z | Downloaded rustc_version v0.4.1 |
629 | 2024-10-31T17:09:33.888Z | Downloaded plotters-svg v0.3.7 |
630 | 2024-10-31T17:09:33.888Z | Downloaded value-bag v1.9.0 |
631 | 2024-10-31T17:09:33.891Z | Downloaded uzers v0.12.1 |
632 | 2024-10-31T17:09:33.897Z | Downloaded parking_lot v0.11.2 |
633 | 2024-10-31T17:09:33.897Z | Downloaded zone_cfg_derive v0.1.2 |
634 | 2024-10-31T17:09:33.897Z | Downloaded idna v0.2.3 |
635 | 2024-10-31T17:09:33.902Z | Downloaded new_debug_unreachable v1.0.6 |
636 | 2024-10-31T17:09:33.905Z | Downloaded data-encoding v2.6.0 |
637 | 2024-10-31T17:09:33.905Z | Downloaded unicode-properties v0.1.3 |
638 | 2024-10-31T17:09:33.907Z | Downloaded rustc_version v0.1.7 |
639 | 2024-10-31T17:09:33.907Z | Downloaded wait-timeout v0.2.0 |
640 | 2024-10-31T17:09:33.909Z | Downloaded rustfmt-wrapper v0.2.1 |
641 | 2024-10-31T17:09:33.910Z | Downloaded event-listener v5.3.1 |
642 | 2024-10-31T17:09:33.912Z | Downloaded trybuild v1.0.100 |
643 | 2024-10-31T17:09:33.916Z | Downloaded crypto-bigint v0.5.5 |
644 | 2024-10-31T17:09:33.922Z | Downloaded usdt-impl v0.5.0 |
645 | 2024-10-31T17:09:33.925Z | Downloaded dyn-clone v1.0.17 |
646 | 2024-10-31T17:09:33.927Z | Downloaded env_filter v0.1.2 |
647 | 2024-10-31T17:09:33.927Z | Downloaded shell-words v1.1.0 |
648 | 2024-10-31T17:09:33.930Z | Downloaded tabwriter v1.4.0 |
649 | 2024-10-31T17:09:33.930Z | Downloaded rand_distr v0.4.3 |
650 | 2024-10-31T17:09:33.932Z | Downloaded bindgen v0.69.5 |
651 | 2024-10-31T17:09:33.938Z | Downloaded plotters-backend v0.3.7 |
652 | 2024-10-31T17:09:33.941Z | Downloaded parking_lot_core v0.9.10 |
653 | 2024-10-31T17:09:33.943Z | Downloaded const_format v0.2.33 |
654 | 2024-10-31T17:09:33.946Z | Downloaded quinn-proto v0.11.8 |
655 | 2024-10-31T17:09:33.952Z | Downloaded rustls-webpki v0.102.8 |
656 | 2024-10-31T17:09:33.970Z | Downloaded curve25519-dalek-derive v0.1.1 |
657 | 2024-10-31T17:09:33.972Z | Downloaded take_mut v0.2.2 |
658 | 2024-10-31T17:09:33.972Z | Downloaded similar-asserts v1.6.0 |
659 | 2024-10-31T17:09:33.975Z | Downloaded derive_builder v0.20.2 |
660 | 2024-10-31T17:09:33.978Z | Downloaded rust-argon2 v2.1.0 |
661 | 2024-10-31T17:09:33.982Z | Downloaded mockall v0.13.0 |
662 | 2024-10-31T17:09:33.985Z | Downloaded vte v0.11.1 |
663 | 2024-10-31T17:09:33.985Z | Downloaded event-listener v2.5.3 |
664 | 2024-10-31T17:09:33.985Z | Downloaded const-oid v0.9.6 |
665 | 2024-10-31T17:09:33.988Z | Downloaded signal-hook v0.3.17 |
666 | 2024-10-31T17:09:33.991Z | Downloaded idna v0.5.0 |
667 | 2024-10-31T17:09:33.995Z | Downloaded pin-project-lite v0.2.14 |
668 | 2024-10-31T17:09:34.000Z | Downloaded mime_guess v2.0.5 |
669 | 2024-10-31T17:09:34.003Z | Downloaded env_logger v0.10.2 |
670 | 2024-10-31T17:09:34.005Z | Downloaded tracing v0.1.40 |
671 | 2024-10-31T17:09:34.008Z | Downloaded darling v0.20.10 |
672 | 2024-10-31T17:09:34.012Z | Downloaded zerocopy-derive v0.7.35 |
673 | 2024-10-31T17:09:34.016Z | Downloaded plotters v0.3.7 |
674 | 2024-10-31T17:09:34.025Z | Downloaded multer v3.1.0 |
675 | 2024-10-31T17:09:34.027Z | Downloaded test-strategy v0.3.1 |
676 | 2024-10-31T17:09:34.030Z | Downloaded serde_derive v1.0.210 |
677 | 2024-10-31T17:09:34.033Z | Downloaded tungstenite v0.23.0 |
678 | 2024-10-31T17:09:34.037Z | Downloaded native-tls v0.2.12 |
679 | 2024-10-31T17:09:34.039Z | Downloaded itertools v0.10.5 |
680 | 2024-10-31T17:09:34.044Z | Downloaded reedline v0.35.0 |
681 | 2024-10-31T17:09:34.051Z | Downloaded miniz_oxide v0.8.0 |
682 | 2024-10-31T17:09:34.054Z | Downloaded mockall_derive v0.13.0 |
683 | 2024-10-31T17:09:34.056Z | Downloaded derive_more v0.99.18 |
684 | 2024-10-31T17:09:34.060Z | Downloaded bstr v1.10.0 |
685 | 2024-10-31T17:09:34.069Z | Downloaded polling v3.7.3 |
686 | 2024-10-31T17:09:34.072Z | Downloaded darling_core v0.20.10 |
687 | 2024-10-31T17:09:34.077Z | Downloaded unicode-segmentation v1.12.0 |
688 | 2024-10-31T17:09:34.080Z | Downloaded parking_lot_core v0.8.6 |
689 | 2024-10-31T17:09:34.082Z | Downloaded textwrap v0.16.1 |
690 | 2024-10-31T17:09:34.084Z | Downloaded expectorate v1.1.0 |
691 | 2024-10-31T17:09:34.087Z | Downloaded tokio-util v0.7.12 |
692 | 2024-10-31T17:09:34.093Z | Downloaded itertools v0.12.1 |
693 | 2024-10-31T17:09:34.100Z | Downloaded der v0.7.9 |
694 | 2024-10-31T17:09:34.105Z | Downloaded chrono-tz v0.10.0 |
695 | 2024-10-31T17:09:34.111Z | Downloaded git2 v0.19.0 |
696 | 2024-10-31T17:09:34.119Z | Downloaded tough v0.17.1 |
697 | 2024-10-31T17:09:34.127Z | Downloaded regex v1.11.0 |
698 | 2024-10-31T17:09:34.139Z | Downloaded webpki-roots v0.26.6 |
699 | 2024-10-31T17:09:34.143Z | Downloaded serde_json v1.0.128 |
700 | 2024-10-31T17:09:34.150Z | Downloaded unicode-normalization v0.1.24 |
701 | 2024-10-31T17:09:34.153Z | Downloaded idna v0.4.0 |
702 | 2024-10-31T17:09:34.159Z | Downloaded crossterm v0.28.1 |
703 | 2024-10-31T17:09:34.165Z | Downloaded parse-zoneinfo v0.3.1 |
704 | 2024-10-31T17:09:34.168Z | Downloaded itertools v0.13.0 |
705 | 2024-10-31T17:09:34.174Z | Downloaded smoltcp v0.9.1 |
706 | 2024-10-31T17:09:34.185Z | Downloaded vcpkg v0.2.15 |
707 | 2024-10-31T17:09:34.222Z | Downloaded clap_builder v4.5.20 |
708 | 2024-10-31T17:09:34.228Z | Downloaded nom v7.1.3 |
709 | 2024-10-31T17:09:34.233Z | Downloaded dropshot v0.12.0 |
710 | 2024-10-31T17:09:34.253Z | Downloaded rustls-webpki v0.101.7 |
711 | 2024-10-31T17:09:34.267Z | Downloaded winnow v0.6.20 |
712 | 2024-10-31T17:09:34.275Z | Downloaded lalrpop v0.19.12 |
713 | 2024-10-31T17:09:34.286Z | Downloaded tabled v0.15.0 |
714 | 2024-10-31T17:09:34.300Z | Downloaded object v0.30.4 |
715 | 2024-10-31T17:09:34.309Z | Downloaded openssl v0.10.66 |
716 | 2024-10-31T17:09:34.318Z | Downloaded hickory-proto v0.24.1 |
717 | 2024-10-31T17:09:34.333Z | Downloaded regex-syntax v0.6.29 |
718 | 2024-10-31T17:09:34.340Z | Downloaded winnow v0.5.40 |
719 | 2024-10-31T17:09:34.348Z | Downloaded diesel v2.2.4 |
720 | 2024-10-31T17:09:34.366Z | Downloaded openapiv3 v2.0.0 |
721 | 2024-10-31T17:09:34.377Z | Downloaded sled v0.34.7 |
722 | 2024-10-31T17:09:34.386Z | Downloaded rustls v0.22.4 |
723 | 2024-10-31T17:09:34.398Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
724 | 2024-10-31T17:09:34.410Z | Downloaded nix v0.28.0 |
725 | 2024-10-31T17:09:34.421Z | Downloaded rustix v0.38.37 |
726 | 2024-10-31T17:09:34.443Z | Downloaded ratatui v0.28.1 |
727 | 2024-10-31T17:09:34.461Z | Downloaded curve25519-dalek v4.1.3 |
728 | 2024-10-31T17:09:34.469Z | Downloaded nix v0.29.0 |
729 | 2024-10-31T17:09:34.481Z | Downloaded trust-dns-proto v0.22.0 |
730 | 2024-10-31T17:09:34.492Z | Downloaded unicode-width v0.1.14 |
731 | 2024-10-31T17:09:34.497Z | Downloaded rustls v0.23.14 |
732 | 2024-10-31T17:09:34.508Z | Downloaded rustls v0.21.12 |
733 | 2024-10-31T17:09:34.519Z | Downloaded smoltcp v0.11.0 |
734 | 2024-10-31T17:09:34.531Z | Downloaded polar-core v0.27.3 |
735 | 2024-10-31T17:09:34.540Z | Downloaded regress v0.10.1 |
736 | 2024-10-31T17:09:34.547Z | Downloaded regex-syntax v0.8.5 |
737 | 2024-10-31T17:09:34.555Z | Downloaded regress v0.9.1 |
738 | 2024-10-31T17:09:34.563Z | Downloaded tokio v1.40.0 |
739 | 2024-10-31T17:09:34.599Z | Downloaded libz-sys v1.1.20 |
740 | 2024-10-31T17:09:34.620Z | Downloaded typify-impl v0.2.0 |
741 | 2024-10-31T17:09:34.635Z | Downloaded object v0.36.5 |
742 | 2024-10-31T17:09:34.646Z | Downloaded lzma-sys v0.1.20 |
743 | 2024-10-31T17:09:34.676Z | Downloaded syn v2.0.79 |
744 | 2024-10-31T17:09:34.686Z | Downloaded regex-automata v0.4.8 |
745 | 2024-10-31T17:09:34.703Z | Downloaded syn v1.0.109 |
746 | 2024-10-31T17:09:34.714Z | Downloaded zerocopy-derive v0.6.6 |
747 | 2024-10-31T17:09:34.724Z | Downloaded encoding_rs v0.8.34 |
748 | 2024-10-31T17:09:34.744Z | Downloaded nix v0.27.1 |
749 | 2024-10-31T17:09:34.756Z | Downloaded idna v0.3.0 |
750 | 2024-10-31T17:09:34.762Z | Downloaded petgraph v0.6.5 |
751 | 2024-10-31T17:09:34.780Z | Downloaded gimli v0.31.1 |
752 | 2024-10-31T17:09:34.790Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
753 | 2024-10-31T17:09:34.845Z | Downloaded libc v0.2.161 |
754 | 2024-10-31T17:09:34.872Z | Downloaded zerocopy v0.7.35 |
755 | 2024-10-31T17:09:34.887Z | Downloaded rayon v1.10.0 |
756 | 2024-10-31T17:09:34.898Z | Downloaded p384 v0.13.0 |
757 | 2024-10-31T17:09:34.902Z | Downloaded radix_trie v0.2.1 |
758 | 2024-10-31T17:09:34.907Z | Downloaded unicase v2.7.0 |
759 | 2024-10-31T17:09:34.910Z | Downloaded csv v1.3.0 |
760 | 2024-10-31T17:09:34.928Z | Downloaded spin v0.9.8 |
761 | 2024-10-31T17:09:34.931Z | Downloaded sha3 v0.10.8 |
762 | 2024-10-31T17:09:34.935Z | Downloaded serde_derive_internals v0.29.1 |
763 | 2024-10-31T17:09:34.938Z | Downloaded ssh-key v0.6.6 |
764 | 2024-10-31T17:09:34.945Z | Downloaded pest v2.7.14 |
765 | 2024-10-31T17:09:34.950Z | Downloaded poly1305 v0.8.0 |
766 | 2024-10-31T17:09:34.952Z | Downloaded parking_lot v0.12.3 |
767 | 2024-10-31T17:09:34.955Z | Downloaded rustls-pki-types v1.9.0 |
768 | 2024-10-31T17:09:34.958Z | Downloaded quick-xml v0.33.0 |
769 | 2024-10-31T17:09:34.964Z | Downloaded steno v0.4.1 |
770 | 2024-10-31T17:09:34.968Z | Downloaded serde_with v3.11.0 |
771 | 2024-10-31T17:09:34.976Z | Downloaded ecdsa v0.16.9 |
772 | 2024-10-31T17:09:34.979Z | Downloaded omicron-zone-package v0.11.1 |
773 | 2024-10-31T17:09:34.985Z | Downloaded proc-macro-crate v3.2.0 |
774 | 2024-10-31T17:09:34.985Z | Downloaded peg v0.8.4 |
775 | 2024-10-31T17:09:34.987Z | Downloaded httpmock v0.8.0-alpha.1 |
776 | 2024-10-31T17:09:35.003Z | Downloaded strsim v0.11.1 |
777 | 2024-10-31T17:09:35.005Z | Downloaded tinytemplate v1.2.1 |
778 | 2024-10-31T17:09:35.007Z | Downloaded dhcproto v0.12.0 |
779 | 2024-10-31T17:09:35.010Z | Downloaded proc-macro2 v1.0.87 |
780 | 2024-10-31T17:09:35.013Z | Downloaded p256 v0.13.2 |
781 | 2024-10-31T17:09:35.015Z | Downloaded log v0.4.22 |
782 | 2024-10-31T17:09:35.018Z | Downloaded ring v0.17.8 |
783 | 2024-10-31T17:09:35.085Z | Downloaded rustls-native-certs v0.7.3 |
784 | 2024-10-31T17:09:35.088Z | Downloaded qorb v0.1.2 |
785 | 2024-10-31T17:09:35.095Z | Downloaded chrono v0.4.38 |
786 | 2024-10-31T17:09:35.097Z | Downloaded sync_wrapper v0.1.2 |
787 | 2024-10-31T17:09:35.101Z | Downloaded progenitor-impl v0.8.0 |
788 | 2024-10-31T17:09:35.101Z | Downloaded rayon-core v1.12.1 |
789 | 2024-10-31T17:09:35.105Z | Downloaded spin v0.5.2 |
790 | 2024-10-31T17:09:35.108Z | Downloaded smf v0.2.3 |
791 | 2024-10-31T17:09:35.108Z | Downloaded siphasher v0.3.11 |
792 | 2024-10-31T17:09:35.108Z | Downloaded powerfmt v0.2.0 |
793 | 2024-10-31T17:09:35.108Z | Downloaded pbkdf2 v0.12.2 |
794 | 2024-10-31T17:09:35.110Z | Downloaded lock_api v0.4.12 |
795 | 2024-10-31T17:09:35.110Z | Downloaded env_logger v0.11.5 |
796 | 2024-10-31T17:09:35.113Z | Downloaded rcgen v0.12.1 |
797 | 2024-10-31T17:09:35.115Z | Downloaded yansi v1.0.1 |
798 | 2024-10-31T17:09:35.120Z | Downloaded reqwest v0.12.8 |
799 | 2024-10-31T17:09:35.125Z | Downloaded thiserror v1.0.64 |
800 | 2024-10-31T17:09:35.130Z | Downloaded rustyline v14.0.0 |
801 | 2024-10-31T17:09:35.134Z | Downloaded newtype_derive v0.1.6 |
802 | 2024-10-31T17:09:35.138Z | Downloaded ron v0.7.1 |
803 | 2024-10-31T17:09:35.141Z | Downloaded socket2 v0.5.7 |
804 | 2024-10-31T17:09:35.144Z | Downloaded topological-sort v0.2.2 |
805 | 2024-10-31T17:09:35.144Z | Downloaded reqwest v0.11.27 |
806 | 2024-10-31T17:09:35.150Z | Downloaded slog-dtrace v0.3.0 |
807 | 2024-10-31T17:09:35.152Z | Downloaded psl-types v2.0.11 |
808 | 2024-10-31T17:09:35.152Z | Downloaded libm v0.2.8 |
809 | 2024-10-31T17:09:35.161Z | Downloaded rsa v0.9.6 |
810 | 2024-10-31T17:09:35.164Z | Downloaded serde_yaml v0.9.34+deprecated |
811 | 2024-10-31T17:09:35.167Z | Downloaded instability v0.3.2 |
812 | 2024-10-31T17:09:35.169Z | Downloaded scrypt v0.11.0 |
813 | 2024-10-31T17:09:35.169Z | Downloaded rand_xorshift v0.3.0 |
814 | 2024-10-31T17:09:35.172Z | Downloaded zerocopy v0.6.6 |
815 | 2024-10-31T17:09:35.175Z | Downloaded rand v0.8.5 |
816 | 2024-10-31T17:09:35.177Z | Downloaded publicsuffix v2.2.3 |
817 | 2024-10-31T17:09:35.179Z | Downloaded criterion v0.5.1 |
818 | 2024-10-31T17:09:35.185Z | Downloaded portable-atomic v1.9.0 |
819 | 2024-10-31T17:09:35.197Z | Downloaded hashbrown v0.15.0 |
820 | 2024-10-31T17:09:35.203Z | Downloaded aho-corasick v1.1.3 |
821 | 2024-10-31T17:09:35.207Z | Downloaded hashbrown v0.14.5 |
822 | 2024-10-31T17:09:35.212Z | Downloaded bitvec v1.0.1 |
823 | 2024-10-31T17:09:35.228Z | Downloaded concurrent-queue v2.5.0 |
824 | 2024-10-31T17:09:35.230Z | Downloaded predicates v3.1.2 |
825 | 2024-10-31T17:09:35.233Z | Downloaded parse-display-derive v0.10.0 |
826 | 2024-10-31T17:09:35.233Z | Downloaded vergen v8.3.2 |
827 | 2024-10-31T17:09:35.236Z | Downloaded signal-hook-registry v1.4.2 |
828 | 2024-10-31T17:09:35.236Z | Downloaded clap_derive v4.5.18 |
829 | 2024-10-31T17:09:35.239Z | Downloaded crossbeam-channel v0.5.13 |
830 | 2024-10-31T17:09:35.242Z | Downloaded async-std v1.13.0 |
831 | 2024-10-31T17:09:35.260Z | Downloaded toml_edit v0.22.22 |
832 | 2024-10-31T17:09:35.281Z | Downloaded structmeta v0.3.0 |
833 | 2024-10-31T17:09:35.283Z | Downloaded unicode-bidi v0.3.17 |
834 | 2024-10-31T17:09:35.291Z | Downloaded pretty_assertions v1.4.1 |
835 | 2024-10-31T17:09:35.294Z | Downloaded serde_with_macros v3.11.0 |
836 | 2024-10-31T17:09:35.294Z | Downloaded dropshot_endpoint v0.12.0 |
837 | 2024-10-31T17:09:35.294Z | Downloaded tar v0.4.42 |
838 | 2024-10-31T17:09:35.294Z | Downloaded hickory-resolver v0.24.1 |
839 | 2024-10-31T17:09:35.297Z | Downloaded futures-util v0.3.31 |
840 | 2024-10-31T17:09:35.308Z | Downloaded ed25519-dalek v2.1.1 |
841 | 2024-10-31T17:09:35.311Z | Downloaded pkcs1 v0.7.5 |
842 | 2024-10-31T17:09:35.313Z | Downloaded sha1 v0.10.6 |
843 | 2024-10-31T17:09:35.316Z | Downloaded slab v0.4.9 |
844 | 2024-10-31T17:09:35.316Z | Downloaded schemars_derive v0.8.21 |
845 | 2024-10-31T17:09:35.318Z | Downloaded rand_core v0.6.4 |
846 | 2024-10-31T17:09:35.318Z | Downloaded rand_chacha v0.3.1 |
847 | 2024-10-31T17:09:35.321Z | Downloaded dsl_auto_type v0.1.2 |
848 | 2024-10-31T17:09:35.321Z | Downloaded termios v0.3.3 |
849 | 2024-10-31T17:09:35.324Z | Downloaded terminal_size v0.4.0 |
850 | 2024-10-31T17:09:35.324Z | Downloaded ryu v1.0.18 |
851 | 2024-10-31T17:09:35.327Z | Downloaded tokio-rustls v0.26.0 |
852 | 2024-10-31T17:09:35.330Z | Downloaded tokio-rustls v0.24.1 |
853 | 2024-10-31T17:09:35.330Z | Downloaded elliptic-curve v0.13.8 |
854 | 2024-10-31T17:09:35.335Z | Downloaded nibble_vec v0.1.0 |
855 | 2024-10-31T17:09:35.338Z | Downloaded termcolor v1.4.1 |
856 | 2024-10-31T17:09:35.338Z | Downloaded rstest v0.23.0 |
857 | 2024-10-31T17:09:35.342Z | Downloaded lazycell v1.3.0 |
858 | 2024-10-31T17:09:35.345Z | Downloaded ssh-encoding v0.2.0 |
859 | 2024-10-31T17:09:35.345Z | Downloaded snafu-derive v0.8.5 |
860 | 2024-10-31T17:09:35.347Z | Downloaded indexmap v2.6.0 |
861 | 2024-10-31T17:09:35.350Z | Downloaded unicode-linebreak v0.1.5 |
862 | 2024-10-31T17:09:35.350Z | Downloaded structmeta-derive v0.2.0 |
863 | 2024-10-31T17:09:35.353Z | Downloaded ipnet v2.10.1 |
864 | 2024-10-31T17:09:35.353Z | Downloaded tokio-rustls v0.25.0 |
865 | 2024-10-31T17:09:35.355Z | Downloaded aes v0.8.4 |
866 | 2024-10-31T17:09:35.358Z | Downloaded rtoolbox v0.0.2 |
867 | 2024-10-31T17:09:35.362Z | Downloaded phf_shared v0.11.2 |
868 | 2024-10-31T17:09:35.363Z | Downloaded samael v0.0.17 |
869 | 2024-10-31T17:09:35.366Z | Downloaded prettyplease v0.2.22 |
870 | 2024-10-31T17:09:35.369Z | Downloaded nanorand v0.7.0 |
871 | 2024-10-31T17:09:35.371Z | Downloaded aes-gcm v0.10.3 |
872 | 2024-10-31T17:09:35.374Z | Downloaded ipnetwork v0.20.0 |
873 | 2024-10-31T17:09:35.377Z | Downloaded arc-swap v1.7.1 |
874 | 2024-10-31T17:09:35.379Z | Downloaded is_terminal_polyfill v1.70.1 |
875 | 2024-10-31T17:09:35.382Z | Downloaded is-terminal v0.4.13 |
876 | 2024-10-31T17:09:35.382Z | Downloaded bytes v1.7.2 |
877 | 2024-10-31T17:09:35.386Z | Downloaded base64 v0.13.1 |
878 | 2024-10-31T17:09:35.389Z | Downloaded dof v0.3.0 |
879 | 2024-10-31T17:09:35.389Z | Downloaded wyz v0.5.1 |
880 | 2024-10-31T17:09:35.395Z | Downloaded bcs v0.1.6 |
881 | 2024-10-31T17:09:35.395Z | Downloaded async-executor v1.13.1 |
882 | 2024-10-31T17:09:35.398Z | Downloaded bitflags v2.6.0 |
883 | 2024-10-31T17:09:35.398Z | Downloaded flume v0.11.0 |
884 | 2024-10-31T17:09:35.401Z | Downloaded thread_local v1.1.8 |
885 | 2024-10-31T17:09:35.404Z | Downloaded phf_codegen v0.11.2 |
886 | 2024-10-31T17:09:35.404Z | Downloaded slog-term v2.9.1 |
887 | 2024-10-31T17:09:35.406Z | Downloaded quote v1.0.37 |
888 | 2024-10-31T17:09:35.409Z | Downloaded getrandom v0.2.15 |
889 | 2024-10-31T17:09:35.412Z | Downloaded base64ct v1.6.0 |
890 | 2024-10-31T17:09:35.414Z | Downloaded httpdate v1.0.3 |
891 | 2024-10-31T17:09:35.414Z | Downloaded http-body v0.4.6 |
892 | 2024-10-31T17:09:35.417Z | Downloaded backoff v0.4.0 |
893 | 2024-10-31T17:09:35.417Z | Downloaded async-lock v3.4.0 |
894 | 2024-10-31T17:09:35.420Z | Downloaded async-bb8-diesel v0.2.1 |
895 | 2024-10-31T17:09:35.423Z | Downloaded anyhow v1.0.89 |
896 | 2024-10-31T17:09:35.426Z | Downloaded hyper-tls v0.6.0 |
897 | 2024-10-31T17:09:35.426Z | Downloaded hex-literal v0.4.1 |
898 | 2024-10-31T17:09:35.429Z | Downloaded cexpr v0.6.0 |
899 | 2024-10-31T17:09:35.429Z | Downloaded cassowary v0.3.0 |
900 | 2024-10-31T17:09:35.432Z | Downloaded futures-sink v0.3.31 |
901 | 2024-10-31T17:09:35.432Z | Downloaded futures-io v0.3.31 |
902 | 2024-10-31T17:09:35.432Z | Downloaded fragile v2.0.0 |
903 | 2024-10-31T17:09:35.435Z | Downloaded foreign-types-macros v0.2.3 |
904 | 2024-10-31T17:09:35.435Z | Downloaded castaway v0.2.3 |
905 | 2024-10-31T17:09:35.438Z | Downloaded cargo-platform v0.1.8 |
906 | 2024-10-31T17:09:35.438Z | Downloaded bytecount v0.6.8 |
907 | 2024-10-31T17:09:35.438Z | Downloaded blowfish v0.9.1 |
908 | 2024-10-31T17:09:35.440Z | Downloaded futures-core v0.3.31 |
909 | 2024-10-31T17:09:35.440Z | Downloaded pkcs8 v0.10.2 |
910 | 2024-10-31T17:09:35.443Z | Downloaded buf-list v1.0.3 |
911 | 2024-10-31T17:09:35.445Z | Downloaded blocking v1.6.1 |
912 | 2024-10-31T17:09:35.449Z | Downloaded bitfield-struct v0.6.2 |
913 | 2024-10-31T17:09:35.449Z | Downloaded async-global-executor v2.4.1 |
914 | 2024-10-31T17:09:35.449Z | Downloaded hyper-util v0.1.9 |
915 | 2024-10-31T17:09:35.569Z | Downloaded libsqlite3-sys v0.30.1 |
916 | 2024-10-31T17:09:35.647Z | Downloaded ring v0.16.20 |
917 | 2024-10-31T17:09:35.993Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
918 | 2024-10-31T17:09:46.287Z | Startup: Refreshing catalog 'helios-dev' ... Done |
919 | 2024-10-31T17:09:49.512Z | Startup: Caching catalogs ... Done |
920 | 2024-10-31T17:09:56.587Z | Planning: Solver setup ... Done (6.314s) |
921 | 2024-10-31T17:09:56.679Z | Planning: Running solver ... Done (0.092s) |
922 | 2024-10-31T17:09:56.760Z | Planning: Finding local manifests ... Done (0.004s) |
923 | 2024-10-31T17:09:56.787Z | Planning: Fetching manifests: 0/5 0% complete |
924 | 2024-10-31T17:09:57.034Z | Planning: Fetching manifests: 5/5 100% complete |
925 | 2024-10-31T17:09:57.135Z | Planning: Package planning ... Done (0.099s) |
926 | 2024-10-31T17:09:57.189Z | Planning: Merging actions ... Done (0.055s) |
927 | 2024-10-31T17:09:57.383Z | Planning: Checking for conflicting actions ... Done (0.194s) |
928 | 2024-10-31T17:09:59.415Z | Planning: Consolidating action changes ... Done (2.030s) |
929 | 2024-10-31T17:09:59.842Z | Planning: Evaluating mediators ... Done (0.428s) |
930 | 2024-10-31T17:09:59.922Z | Planning: Planning completed in 10.32 seconds |
931 | 2024-10-31T17:09:59.936Z | Packages to install: 4 |
932 | 2024-10-31T17:09:59.936Z | Packages to update: 1 |
933 | 2024-10-31T17:09:59.940Z | Mediators to change: 2 |
934 | 2024-10-31T17:09:59.940Z | Services to change: 1 |
935 | 2024-10-31T17:09:59.940Z | Estimated space available: 155.48 GB |
936 | 2024-10-31T17:09:59.940Z | Estimated space to be consumed: 1.58 GB |
937 | 2024-10-31T17:09:59.940Z | Create boot environment: No |
938 | 2024-10-31T17:09:59.940Z | Create backup boot environment: Yes |
939 | 2024-10-31T17:09:59.940Z | Rebuild boot archive: No |
940 | 2024-10-31T17:09:59.940Z | |
941 | 2024-10-31T17:09:59.940Z | Changed mediators: |
942 | 2024-10-31T17:09:59.940Z | mediator clang: |
943 | 2024-10-31T17:09:59.940Z | version: None -> 15 (system default) |
944 | 2024-10-31T17:09:59.940Z | |
945 | 2024-10-31T17:09:59.940Z | mediator llvm: |
946 | 2024-10-31T17:09:59.940Z | version: 14 (system default) -> 15 (system default) |
947 | 2024-10-31T17:09:59.940Z | |
948 | 2024-10-31T17:09:59.941Z | Changed packages: |
949 | 2024-10-31T17:09:59.941Z | helios-dev |
950 | 2024-10-31T17:09:59.941Z | developer/build-essential |
951 | 2024-10-31T17:09:59.941Z | None -> 11-2.0 |
952 | 2024-10-31T17:09:59.941Z | library/libxmlsec1 |
953 | 2024-10-31T17:09:59.941Z | None -> 1.2.35-2.0 |
954 | 2024-10-31T17:09:59.941Z | ooce/developer/clang-15 |
955 | 2024-10-31T17:09:59.941Z | None -> 15.0.7-2.0 |
956 | 2024-10-31T17:09:59.941Z | ooce/developer/llvm-15 |
957 | 2024-10-31T17:09:59.941Z | None -> 15.0.7-2.0 |
958 | 2024-10-31T17:09:59.941Z | package/pkg |
959 | 2024-10-31T17:09:59.941Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
960 | 2024-10-31T17:09:59.941Z | |
961 | 2024-10-31T17:09:59.941Z | Services: |
962 | 2024-10-31T17:09:59.941Z | restart_fmri: |
963 | 2024-10-31T17:09:59.941Z | svc:/system/update-man-index:default |
964 | 2024-10-31T17:09:59.941Z | |
965 | 2024-10-31T17:09:59.941Z | Editable files to change: |
966 | 2024-10-31T17:09:59.941Z | Update: |
967 | 2024-10-31T17:09:59.941Z | usr/share/lib/pkg/web/config.shtml |
968 | 2024-10-31T17:10:00.023Z | |
969 | 2024-10-31T17:10:00.023Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
970 | 2024-10-31T17:10:05.022Z | Download: 874/4281 items 18.9/220.6MB 8% complete (3.9M/s) |
971 | 2024-10-31T17:10:10.024Z | Download: 1255/4281 items 106.2/220.6MB 48% complete (10.6M/s) |
972 | 2024-10-31T17:10:15.028Z | Download: 2666/4281 items 120.7/220.6MB 54% complete (10.2M/s) |
973 | 2024-10-31T17:10:26.207Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (12.6M/s) |
974 | 2024-10-31T17:10:29.828Z | Download: Completed 220.60 MB in 29.80 seconds (7.4M/s) |
975 | 2024-10-31T17:10:31.782Z | Actions: 1/5063 actions (Removing old actions) |
976 | 2024-10-31T17:10:31.803Z | Actions: 194/5063 actions (Installing new actions) |
977 | 2024-10-31T17:10:36.501Z | Actions: 4226/5063 actions (Updating modified actions) |
978 | 2024-10-31T17:10:36.819Z | Actions: Completed 5063 actions in 5.04 seconds. |
979 | 2024-10-31T17:10:37.186Z | Done (0.359s) |
980 | 2024-10-31T17:10:37.188Z | Done (0.000s) |
981 | 2024-10-31T17:10:37.702Z | Done (0.514s) |
982 | 2024-10-31T17:10:42.065Z | Done (4.159s) |
983 | 2024-10-31T17:10:42.158Z | Done (0.017s) |
984 | 2024-10-31T17:10:42.161Z | Done (0.000s) |
985 | 2024-10-31T17:10:42.304Z | Done (0.000s) |
986 | 2024-10-31T17:10:42.959Z | Planning: Evaluating mediator changes ... Done |
987 | 2024-10-31T17:10:43.120Z | Planning: Checking for conflicting actions ... Done |
988 | 2024-10-31T17:10:43.123Z | Planning: Consolidating action changes ... Done |
989 | 2024-10-31T17:10:43.388Z | Planning: Evaluating mediators ... Done |
990 | 2024-10-31T17:10:43.390Z | Planning: Planning completed in 0.43 seconds |
991 | 2024-10-31T17:10:43.429Z | Mediators to change: 2 |
992 | 2024-10-31T17:10:43.429Z | Create boot environment: No |
993 | 2024-10-31T17:10:43.432Z | Create backup boot environment: No |
994 | 2024-10-31T17:10:43.498Z | Done |
995 | 2024-10-31T17:10:43.498Z | Done |
996 | 2024-10-31T17:10:43.864Z | Done |
997 | 2024-10-31T17:10:47.496Z | Done |
998 | 2024-10-31T17:10:47.593Z | Done |
999 | 2024-10-31T17:10:47.596Z | Done |
1000 | 2024-10-31T17:10:47.695Z | Done |
1001 | 2024-10-31T17:10:48.318Z | Planning: Evaluating mediator changes ... Done |
1002 | 2024-10-31T17:10:48.320Z | Planning: Merging actions ... Done |
1003 | 2024-10-31T17:10:48.507Z | Planning: Checking for conflicting actions ... Done |
1004 | 2024-10-31T17:10:48.509Z | Planning: Consolidating action changes ... Done |
1005 | 2024-10-31T17:10:48.775Z | Planning: Evaluating mediators ... Done |
1006 | 2024-10-31T17:10:48.829Z | Planning: Planning completed in 0.75 seconds |
1007 | 2024-10-31T17:10:48.873Z | Packages to change: 1 |
1008 | 2024-10-31T17:10:48.873Z | Mediators to change: 1 |
1009 | 2024-10-31T17:10:48.873Z | Services to change: 1 |
1010 | 2024-10-31T17:10:48.876Z | Create boot environment: No |
1011 | 2024-10-31T17:10:48.876Z | Create backup boot environment: Yes |
1012 | 2024-10-31T17:10:50.948Z | Actions: 1/6 actions (Updating modified actions) |
1013 | 2024-10-31T17:10:50.951Z | Actions: Completed 6 actions in 0.00 seconds. |
1014 | 2024-10-31T17:10:50.951Z | Done |
1015 | 2024-10-31T17:10:50.951Z | Done |
1016 | 2024-10-31T17:10:51.051Z | Done |
1017 | 2024-10-31T17:10:54.571Z | Done |
1018 | 2024-10-31T17:10:54.656Z | Done |
1019 | 2024-10-31T17:10:54.658Z | Done |
1020 | 2024-10-31T17:10:54.834Z | Done |
1021 | 2024-10-31T17:10:55.274Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1022 | 2024-10-31T17:10:55.274Z | clang system 15 system |
1023 | 2024-10-31T17:10:55.274Z | csh system system illumos |
1024 | 2024-10-31T17:10:55.274Z | ctags system system illumos |
1025 | 2024-10-31T17:10:55.274Z | gcc vendor 12 vendor |
1026 | 2024-10-31T17:10:55.274Z | gcc system 10 system |
1027 | 2024-10-31T17:10:55.274Z | gcc system 7 system |
1028 | 2024-10-31T17:10:55.274Z | go system 1.20 system |
1029 | 2024-10-31T17:10:55.274Z | go system 1.19 system |
1030 | 2024-10-31T17:10:55.274Z | llvm system 15 system |
1031 | 2024-10-31T17:10:55.274Z | llvm system 14 system |
1032 | 2024-10-31T17:10:55.274Z | mariadb system 10.6 system |
1033 | 2024-10-31T17:10:55.274Z | mta vendor vendor dma |
1034 | 2024-10-31T17:10:55.274Z | openjdk system 17 system |
1035 | 2024-10-31T17:10:55.274Z | openjdk system 11 system |
1036 | 2024-10-31T17:10:55.274Z | openjdk system 1.8 system |
1037 | 2024-10-31T17:10:55.274Z | openssl vendor 3 vendor |
1038 | 2024-10-31T17:10:55.274Z | perl system 5.36 system |
1039 | 2024-10-31T17:10:55.274Z | postgresql system 15 system |
1040 | 2024-10-31T17:10:55.274Z | postgresql system 13 system |
1041 | 2024-10-31T17:10:55.274Z | python vendor 3 vendor |
1042 | 2024-10-31T17:10:55.274Z | python system 2 system |
1043 | 2024-10-31T17:10:55.274Z | python3 system 3.11 system |
1044 | 2024-10-31T17:10:55.274Z | ruby system 3.0 system |
1045 | 2024-10-31T17:10:55.274Z | words vendor vendor american-english |
1046 | 2024-10-31T17:10:55.274Z | words system system australian-english |
1047 | 2024-10-31T17:10:55.274Z | words system system british-english |
1048 | 2024-10-31T17:10:55.274Z | words system system canadian-english |
1049 | 2024-10-31T17:10:55.274Z | words system system french |
1050 | 2024-10-31T17:10:55.274Z | words system system italian |
1051 | 2024-10-31T17:10:55.274Z | words system system ngerman |
1052 | 2024-10-31T17:10:55.274Z | words system system ogerman |
1053 | 2024-10-31T17:10:55.275Z | words system system spanish |
1054 | 2024-10-31T17:10:55.606Z | PUBLISHER TYPE STATUS P LOCATION |
1055 | 2024-10-31T17:10:55.606Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1056 | 2024-10-31T17:10:57.959Z | FMRI IFO |
1057 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1058 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1059 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1060 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1061 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1062 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1063 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1064 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1065 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1066 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1067 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1068 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1069 | 2024-10-31T17:10:57.959Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1070 | 2024-10-31T17:10:57.960Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1071 | 2024-10-31T17:10:57.960Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1072 | 2024-10-31T17:10:59.007Z | Downloading crates ... |
1073 | 2024-10-31T17:10:59.114Z | Downloaded cargo_toml v0.20.5 |
1074 | 2024-10-31T17:10:59.250Z | Compiling proc-macro2 v1.0.87 |
1075 | 2024-10-31T17:10:59.250Z | Compiling unicode-ident v1.0.13 |
1076 | 2024-10-31T17:10:59.253Z | Compiling version_check v0.9.5 |
1077 | 2024-10-31T17:10:59.253Z | Compiling serde v1.0.210 |
1078 | 2024-10-31T17:10:59.253Z | Compiling thiserror v1.0.64 |
1079 | 2024-10-31T17:10:59.253Z | Compiling memchr v2.7.4 |
1080 | 2024-10-31T17:10:59.253Z | Compiling libc v0.2.161 |
1081 | 2024-10-31T17:10:59.253Z | Compiling itoa v1.0.11 |
1082 | 2024-10-31T17:10:59.494Z | Compiling ucd-trie v0.1.7 |
1083 | 2024-10-31T17:10:59.498Z | Compiling ryu v1.0.18 |
1084 | 2024-10-31T17:11:00.003Z | Compiling once_cell v1.20.2 |
1085 | 2024-10-31T17:11:00.054Z | Compiling byteorder v1.5.0 |
1086 | 2024-10-31T17:11:00.077Z | Compiling rustix v0.38.37 |
1087 | 2024-10-31T17:11:00.080Z | Compiling serde_json v1.0.128 |
1088 | 2024-10-31T17:11:00.435Z | Compiling bitflags v2.6.0 |
1089 | 2024-10-31T17:11:00.516Z | Compiling usdt-impl v0.5.0 |
1090 | 2024-10-31T17:11:00.794Z | Compiling proc-macro-error-attr v1.0.4 |
1091 | 2024-10-31T17:11:00.855Z | Compiling quote v1.0.37 |
1092 | 2024-10-31T17:11:00.855Z | Compiling syn v1.0.109 |
1093 | 2024-10-31T17:11:00.994Z | Compiling proc-macro-error v1.0.4 |
1094 | 2024-10-31T17:11:01.079Z | Compiling log v0.4.22 |
1095 | 2024-10-31T17:11:01.153Z | Compiling utf8parse v0.2.2 |
1096 | 2024-10-31T17:11:01.199Z | Compiling syn v2.0.79 |
1097 | 2024-10-31T17:11:01.302Z | Compiling errno v0.3.9 |
1098 | 2024-10-31T17:11:01.508Z | Compiling hashbrown v0.15.0 |
1099 | 2024-10-31T17:11:01.529Z | Compiling camino v1.1.9 |
1100 | 2024-10-31T17:11:01.545Z | Compiling equivalent v1.0.1 |
1101 | 2024-10-31T17:11:01.582Z | Compiling plain v0.2.3 |
1102 | 2024-10-31T17:11:01.862Z | Compiling anstyle-parse v0.2.5 |
1103 | 2024-10-31T17:11:02.015Z | Compiling thread-id v4.2.2 |
1104 | 2024-10-31T17:11:02.186Z | Compiling anstyle v1.0.8 |
1105 | 2024-10-31T17:11:02.229Z | Compiling semver v1.0.23 |
1106 | 2024-10-31T17:11:02.453Z | Compiling autocfg v1.4.0 |
1107 | 2024-10-31T17:11:02.629Z | Compiling indexmap v2.6.0 |
1108 | 2024-10-31T17:11:02.642Z | Compiling is_terminal_polyfill v1.70.1 |
1109 | 2024-10-31T17:11:02.714Z | Compiling pretty-hex v0.4.1 |
1110 | 2024-10-31T17:11:02.761Z | Compiling colorchoice v1.0.2 |
1111 | 2024-10-31T17:11:02.764Z | Compiling winnow v0.6.20 |
1112 | 2024-10-31T17:11:02.915Z | Compiling unicode-width v0.1.14 |
1113 | 2024-10-31T17:11:02.927Z | Compiling anstyle-query v1.1.1 |
1114 | 2024-10-31T17:11:03.078Z | Compiling anstream v0.6.15 |
1115 | 2024-10-31T17:11:03.628Z | Compiling terminal_size v0.4.0 |
1116 | 2024-10-31T17:11:03.640Z | Compiling fs-err v2.11.0 |
1117 | 2024-10-31T17:11:03.832Z | Compiling strsim v0.11.1 |
1118 | 2024-10-31T17:11:03.924Z | Compiling heck v0.4.1 |
1119 | 2024-10-31T17:11:03.943Z | Compiling fastrand v2.1.1 |
1120 | 2024-10-31T17:11:04.018Z | Compiling clap_lex v0.7.2 |
1121 | 2024-10-31T17:11:04.299Z | Compiling anyhow v1.0.89 |
1122 | 2024-10-31T17:11:04.410Z | Compiling fnv v1.0.7 |
1123 | 2024-10-31T17:11:04.499Z | Compiling bytecount v0.6.8 |
1124 | 2024-10-31T17:11:04.532Z | Compiling heck v0.5.0 |
1125 | 2024-10-31T17:11:04.740Z | Compiling cfg-if v1.0.0 |
1126 | 2024-10-31T17:11:04.853Z | Compiling papergrid v0.11.0 |
1127 | 2024-10-31T17:11:05.084Z | Compiling clap_builder v4.5.20 |
1128 | 2024-10-31T17:11:05.165Z | Compiling tempfile v3.13.0 |
1129 | 2024-10-31T17:11:05.253Z | Compiling memmap v0.7.0 |
1130 | 2024-10-31T17:11:05.266Z | Compiling unicode-linebreak v0.1.5 |
1131 | 2024-10-31T17:11:05.592Z | Compiling smawk v0.3.2 |
1132 | 2024-10-31T17:11:05.764Z | Compiling textwrap v0.16.1 |
1133 | 2024-10-31T17:11:06.374Z | Compiling swrite v0.1.0 |
1134 | 2024-10-31T17:11:07.544Z | Compiling tabled_derive v0.7.0 |
1135 | 2024-10-31T17:11:09.137Z | Compiling tabled v0.15.0 |
1136 | 2024-10-31T17:11:09.979Z | Compiling serde_derive v1.0.210 |
1137 | 2024-10-31T17:11:09.982Z | Compiling thiserror-impl v1.0.64 |
1138 | 2024-10-31T17:11:09.982Z | Compiling zerocopy-derive v0.7.35 |
1139 | 2024-10-31T17:11:10.127Z | Compiling scroll_derive v0.12.0 |
1140 | 2024-10-31T17:11:10.419Z | Compiling clap_derive v4.5.18 |
1141 | 2024-10-31T17:11:11.477Z | Compiling scroll v0.12.0 |
1142 | 2024-10-31T17:11:11.940Z | Compiling goblin v0.8.2 |
1143 | 2024-10-31T17:11:11.971Z | Compiling zerocopy v0.7.35 |
1144 | 2024-10-31T17:11:13.783Z | Compiling clap v4.5.20 |
1145 | 2024-10-31T17:11:15.318Z | Compiling pest v2.7.14 |
1146 | 2024-10-31T17:11:16.921Z | Compiling pest_meta v2.7.14 |
1147 | 2024-10-31T17:11:17.985Z | Compiling pest_generator v2.7.14 |
1148 | 2024-10-31T17:11:19.546Z | Compiling pest_derive v2.7.14 |
1149 | 2024-10-31T17:11:19.789Z | Compiling serde_tokenstream v0.2.2 |
1150 | 2024-10-31T17:11:19.898Z | Compiling serde_spanned v0.6.8 |
1151 | 2024-10-31T17:11:19.941Z | Compiling toml_datetime v0.6.8 |
1152 | 2024-10-31T17:11:20.146Z | Compiling cargo-platform v0.1.8 |
1153 | 2024-10-31T17:11:20.226Z | Compiling dtrace-parser v0.2.0 |
1154 | 2024-10-31T17:11:20.297Z | Compiling toml_edit v0.22.22 |
1155 | 2024-10-31T17:11:20.440Z | Compiling macaddr v1.0.1 |
1156 | 2024-10-31T17:11:20.714Z | Compiling camino-tempfile v1.1.1 |
1157 | 2024-10-31T17:11:21.428Z | Compiling dof v0.3.0 |
1158 | 2024-10-31T17:11:21.480Z | Compiling cargo_metadata v0.18.1 |
1159 | 2024-10-31T17:11:23.164Z | Compiling usdt-macro v0.5.0 |
1160 | 2024-10-31T17:11:23.164Z | Compiling usdt-attr-macro v0.5.0 |
1161 | 2024-10-31T17:11:23.350Z | Compiling toml v0.8.19 |
1162 | 2024-10-31T17:11:24.128Z | Compiling cargo_toml v0.20.5 |
1163 | 2024-10-31T17:11:24.486Z | Compiling usdt v0.5.0 |
1164 | 2024-10-31T17:11:27.704Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1165 | 2024-10-31T17:11:31.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.21s |
1166 | 2024-10-31T17:11:31.728Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1167 | 2024-10-31T17:11:32.602Z | Compiling serde v1.0.210 |
1168 | 2024-10-31T17:11:32.605Z | Compiling typenum v1.17.0 |
1169 | 2024-10-31T17:11:32.605Z | Compiling generic-array v0.14.7 |
1170 | 2024-10-31T17:11:32.605Z | Compiling lock_api v0.4.12 |
1171 | 2024-10-31T17:11:32.605Z | Compiling scopeguard v1.2.0 |
1172 | 2024-10-31T17:11:32.605Z | Compiling subtle v2.6.1 |
1173 | 2024-10-31T17:11:32.744Z | Compiling syn v2.0.79 |
1174 | 2024-10-31T17:11:32.755Z | Compiling getrandom v0.2.15 |
1175 | 2024-10-31T17:11:32.855Z | Compiling value-bag v1.9.0 |
1176 | 2024-10-31T17:11:33.035Z | Compiling rand_core v0.6.4 |
1177 | 2024-10-31T17:11:33.113Z | Compiling const-oid v0.9.6 |
1178 | 2024-10-31T17:11:33.162Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-10-31T17:11:33.280Z | Compiling log v0.4.22 |
1180 | 2024-10-31T17:11:33.300Z | Compiling smallvec v1.13.2 |
1181 | 2024-10-31T17:11:33.447Z | Compiling jobserver v0.1.32 |
1182 | 2024-10-31T17:11:33.557Z | Compiling shlex v1.3.0 |
1183 | 2024-10-31T17:11:33.703Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-10-31T17:11:33.719Z | Compiling futures-core v0.3.31 |
1185 | 2024-10-31T17:11:33.969Z | Compiling cc v1.1.30 |
1186 | 2024-10-31T17:11:33.969Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-10-31T17:11:34.145Z | Compiling mio v1.0.2 |
1188 | 2024-10-31T17:11:34.364Z | Compiling cpufeatures v0.2.14 |
1189 | 2024-10-31T17:11:34.461Z | Compiling futures-sink v0.3.31 |
1190 | 2024-10-31T17:11:34.610Z | Compiling parking_lot v0.12.3 |
1191 | 2024-10-31T17:11:34.787Z | Compiling spin v0.9.8 |
1192 | 2024-10-31T17:11:34.816Z | Compiling socket2 v0.5.7 |
1193 | 2024-10-31T17:11:35.172Z | Compiling slab v0.4.9 |
1194 | 2024-10-31T17:11:35.217Z | Compiling serde_json v1.0.128 |
1195 | 2024-10-31T17:11:35.376Z | Compiling futures-channel v0.3.31 |
1196 | 2024-10-31T17:11:35.397Z | Compiling pin-utils v0.1.0 |
1197 | 2024-10-31T17:11:35.486Z | Compiling allocator-api2 v0.2.18 |
1198 | 2024-10-31T17:11:35.560Z | Compiling foldhash v0.1.3 |
1199 | 2024-10-31T17:11:35.578Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-10-31T17:11:35.665Z | Compiling futures-task v0.3.31 |
1201 | 2024-10-31T17:11:35.782Z | Compiling futures-io v0.3.31 |
1202 | 2024-10-31T17:11:35.807Z | Compiling tinyvec v1.8.0 |
1203 | 2024-10-31T17:11:35.825Z | Compiling libm v0.2.8 |
1204 | 2024-10-31T17:11:35.910Z | Compiling num-traits v0.2.19 |
1205 | 2024-10-31T17:11:35.940Z | Compiling unicode-bidi v0.3.17 |
1206 | 2024-10-31T17:11:36.088Z | Compiling base64ct v1.6.0 |
1207 | 2024-10-31T17:11:36.174Z | Compiling hashbrown v0.15.0 |
1208 | 2024-10-31T17:11:36.470Z | Compiling httparse v1.9.5 |
1209 | 2024-10-31T17:11:36.682Z | Compiling pem-rfc7468 v0.7.0 |
1210 | 2024-10-31T17:11:37.251Z | Compiling unicode-normalization v0.1.24 |
1211 | 2024-10-31T17:11:37.376Z | Compiling flagset v0.4.6 |
1212 | 2024-10-31T17:11:37.448Z | Compiling tracing-core v0.1.32 |
1213 | 2024-10-31T17:11:37.481Z | Compiling percent-encoding v2.3.1 |
1214 | 2024-10-31T17:11:37.563Z | Compiling rustls-pki-types v1.9.0 |
1215 | 2024-10-31T17:11:37.600Z | Compiling crossbeam-utils v0.8.20 |
1216 | 2024-10-31T17:11:38.176Z | Compiling ring v0.17.8 |
1217 | 2024-10-31T17:11:38.218Z | Compiling powerfmt v0.2.0 |
1218 | 2024-10-31T17:11:38.358Z | Compiling untrusted v0.9.0 |
1219 | 2024-10-31T17:11:38.529Z | Compiling time-core v0.1.2 |
1220 | 2024-10-31T17:11:38.546Z | Compiling pkg-config v0.3.31 |
1221 | 2024-10-31T17:11:38.613Z | Compiling num-conv v0.1.0 |
1222 | 2024-10-31T17:11:38.650Z | Compiling vcpkg v0.2.15 |
1223 | 2024-10-31T17:11:38.707Z | Compiling deranged v0.3.11 |
1224 | 2024-10-31T17:11:38.892Z | Compiling time-macros v0.2.18 |
1225 | 2024-10-31T17:11:39.246Z | Compiling atomic-waker v1.1.2 |
1226 | 2024-10-31T17:11:39.441Z | Compiling num_threads v0.1.7 |
1227 | 2024-10-31T17:11:39.571Z | Compiling form_urlencoded v1.2.1 |
1228 | 2024-10-31T17:11:39.926Z | Compiling slog v2.7.0 |
1229 | 2024-10-31T17:11:40.039Z | Compiling rustix v0.38.37 |
1230 | 2024-10-31T17:11:40.049Z | Compiling try-lock v0.2.5 |
1231 | 2024-10-31T17:11:40.189Z | Compiling want v0.3.1 |
1232 | 2024-10-31T17:11:40.492Z | Compiling httpdate v1.0.3 |
1233 | 2024-10-31T17:11:40.568Z | Compiling idna v0.5.0 |
1234 | 2024-10-31T17:11:40.763Z | Compiling openssl-sys v0.9.103 |
1235 | 2024-10-31T17:11:40.856Z | Compiling iana-time-zone v0.1.61 |
1236 | 2024-10-31T17:11:40.899Z | Compiling openssl v0.10.66 |
1237 | 2024-10-31T17:11:41.264Z | Compiling match_cfg v0.1.0 |
1238 | 2024-10-31T17:11:41.311Z | Compiling rustversion v1.0.17 |
1239 | 2024-10-31T17:11:41.315Z | Compiling base64 v0.22.1 |
1240 | 2024-10-31T17:11:41.355Z | Compiling tower-service v0.3.3 |
1241 | 2024-10-31T17:11:41.482Z | Compiling foreign-types-shared v0.1.1 |
1242 | 2024-10-31T17:11:41.582Z | Compiling foreign-types v0.3.2 |
1243 | 2024-10-31T17:11:41.674Z | Compiling url v2.5.2 |
1244 | 2024-10-31T17:11:42.007Z | Compiling hostname v0.3.1 |
1245 | 2024-10-31T17:11:42.041Z | Compiling dirs-sys-next v0.1.2 |
1246 | 2024-10-31T17:11:42.060Z | Compiling time v0.3.36 |
1247 | 2024-10-31T17:11:42.087Z | Compiling aho-corasick v1.1.3 |
1248 | 2024-10-31T17:11:42.239Z | Compiling native-tls v0.2.12 |
1249 | 2024-10-31T17:11:42.573Z | Compiling regex-syntax v0.8.5 |
1250 | 2024-10-31T17:11:42.673Z | Compiling adler2 v2.0.0 |
1251 | 2024-10-31T17:11:42.886Z | Compiling syn v1.0.109 |
1252 | 2024-10-31T17:11:43.254Z | Compiling rustls v0.23.14 |
1253 | 2024-10-31T17:11:43.490Z | Compiling siphasher v0.3.11 |
1254 | 2024-10-31T17:11:43.506Z | Compiling data-encoding v2.6.0 |
1255 | 2024-10-31T17:11:43.521Z | Compiling rustls v0.22.4 |
1256 | 2024-10-31T17:11:43.838Z | Compiling miniz_oxide v0.8.0 |
1257 | 2024-10-31T17:11:43.886Z | Compiling dirs-next v2.0.0 |
1258 | 2024-10-31T17:11:45.338Z | Compiling serde_derive_internals v0.29.1 |
1259 | 2024-10-31T17:11:45.481Z | Compiling crossbeam-epoch v0.9.18 |
1260 | 2024-10-31T17:11:45.787Z | Compiling lazy_static v1.5.0 |
1261 | 2024-10-31T17:11:45.915Z | Compiling regex-automata v0.4.8 |
1262 | 2024-10-31T17:11:46.218Z | Compiling thread_local v1.1.8 |
1263 | 2024-10-31T17:11:46.658Z | Compiling serde_derive v1.0.210 |
1264 | 2024-10-31T17:11:46.771Z | Compiling zeroize_derive v1.4.2 |
1265 | 2024-10-31T17:11:47.083Z | Compiling zerocopy-derive v0.7.35 |
1266 | 2024-10-31T17:11:47.403Z | Compiling tokio-macros v2.4.0 |
1267 | 2024-10-31T17:11:48.058Z | Compiling thiserror-impl v1.0.64 |
1268 | 2024-10-31T17:11:48.396Z | Compiling zeroize v1.8.1 |
1269 | 2024-10-31T17:11:48.920Z | Compiling futures-macro v0.3.31 |
1270 | 2024-10-31T17:11:49.066Z | Compiling der_derive v0.7.3 |
1271 | 2024-10-31T17:11:49.149Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-10-31T17:11:52.860Z | Compiling zerocopy v0.7.35 |
1273 | 2024-10-31T17:11:52.913Z | Compiling crypto-common v0.1.6 |
1274 | 2024-10-31T17:11:52.918Z | Compiling block-buffer v0.10.4 |
1275 | 2024-10-31T17:11:52.918Z | Compiling digest v0.10.7 |
1276 | 2024-10-31T17:11:52.918Z | Compiling block-padding v0.3.3 |
1277 | 2024-10-31T17:11:52.918Z | Compiling futures-util v0.3.31 |
1278 | 2024-10-31T17:11:52.918Z | Compiling hmac v0.12.1 |
1279 | 2024-10-31T17:11:52.918Z | Compiling inout v0.1.3 |
1280 | 2024-10-31T17:11:52.918Z | Compiling thiserror v1.0.64 |
1281 | 2024-10-31T17:11:52.918Z | Compiling sha2 v0.10.8 |
1282 | 2024-10-31T17:11:52.918Z | Compiling cipher v0.4.4 |
1283 | 2024-10-31T17:11:52.918Z | Compiling ppv-lite86 v0.2.20 |
1284 | 2024-10-31T17:11:52.918Z | Compiling der v0.7.9 |
1285 | 2024-10-31T17:11:52.918Z | Compiling salsa20 v0.10.2 |
1286 | 2024-10-31T17:11:52.918Z | Compiling pest v2.7.14 |
1287 | 2024-10-31T17:11:52.918Z | Compiling rand_chacha v0.3.1 |
1288 | 2024-10-31T17:11:52.941Z | Compiling tracing v0.1.40 |
1289 | 2024-10-31T17:11:53.454Z | Compiling rand v0.8.5 |
1290 | 2024-10-31T17:11:54.652Z | Compiling spki v0.7.3 |
1291 | 2024-10-31T17:11:54.888Z | Compiling pbkdf2 v0.12.2 |
1292 | 2024-10-31T17:11:55.017Z | Compiling pest_meta v2.7.14 |
1293 | 2024-10-31T17:11:55.062Z | Compiling scrypt v0.11.0 |
1294 | 2024-10-31T17:11:55.079Z | Compiling aes v0.8.4 |
1295 | 2024-10-31T17:11:55.248Z | Compiling cbc v0.1.2 |
1296 | 2024-10-31T17:11:55.492Z | Compiling scroll_derive v0.12.0 |
1297 | 2024-10-31T17:11:55.616Z | Compiling rustls-webpki v0.102.8 |
1298 | 2024-10-31T17:11:55.634Z | Compiling async-trait v0.1.83 |
1299 | 2024-10-31T17:11:56.951Z | Compiling scroll v0.12.0 |
1300 | 2024-10-31T17:11:57.128Z | Compiling pest_generator v2.7.14 |
1301 | 2024-10-31T17:11:57.485Z | Compiling pkcs5 v0.7.1 |
1302 | 2024-10-31T17:11:57.681Z | Compiling goblin v0.8.2 |
1303 | 2024-10-31T17:11:57.896Z | Compiling openssl-macros v0.1.1 |
1304 | 2024-10-31T17:11:58.433Z | Compiling pkcs8 v0.10.2 |
1305 | 2024-10-31T17:11:58.661Z | Compiling signature v2.2.0 |
1306 | 2024-10-31T17:11:58.663Z | Compiling sha1 v0.10.6 |
1307 | 2024-10-31T17:11:58.841Z | Compiling cookie v0.18.1 |
1308 | 2024-10-31T17:11:58.951Z | Compiling encoding_rs v0.8.34 |
1309 | 2024-10-31T17:11:59.039Z | Compiling multer v3.1.0 |
1310 | 2024-10-31T17:11:59.108Z | Compiling either v1.13.0 |
1311 | 2024-10-31T17:11:59.137Z | Compiling mime v0.3.17 |
1312 | 2024-10-31T17:11:59.140Z | Compiling ipnet v2.10.1 |
1313 | 2024-10-31T17:11:59.331Z | Compiling unicode-properties v0.1.3 |
1314 | 2024-10-31T17:11:59.495Z | Compiling schemars v0.8.21 |
1315 | 2024-10-31T17:11:59.708Z | Compiling rayon-core v1.12.1 |
1316 | 2024-10-31T17:11:59.725Z | Compiling openssl-probe v0.1.5 |
1317 | 2024-10-31T17:11:59.879Z | Compiling gimli v0.31.1 |
1318 | 2024-10-31T17:11:59.991Z | Compiling pest_derive v2.7.14 |
1319 | 2024-10-31T17:12:00.009Z | Compiling paste v1.0.15 |
1320 | 2024-10-31T17:12:00.106Z | Compiling signal-hook v0.3.17 |
1321 | 2024-10-31T17:12:00.383Z | Compiling slog-async v2.8.0 |
1322 | 2024-10-31T17:12:00.485Z | Compiling stringprep v0.1.5 |
1323 | 2024-10-31T17:12:00.621Z | Compiling bytes v1.7.2 |
1324 | 2024-10-31T17:12:00.916Z | Compiling indexmap v2.6.0 |
1325 | 2024-10-31T17:12:00.980Z | Compiling bitflags v2.6.0 |
1326 | 2024-10-31T17:12:01.430Z | Compiling semver v1.0.23 |
1327 | 2024-10-31T17:12:01.615Z | Compiling tokio v1.40.0 |
1328 | 2024-10-31T17:12:01.875Z | Compiling http v1.1.0 |
1329 | 2024-10-31T17:12:02.209Z | Compiling rustc_version v0.4.1 |
1330 | 2024-10-31T17:12:02.970Z | Compiling dtrace-parser v0.2.0 |
1331 | 2024-10-31T17:12:03.399Z | Compiling http-body v1.0.1 |
1332 | 2024-10-31T17:12:03.631Z | Compiling dof v0.3.0 |
1333 | 2024-10-31T17:12:03.890Z | Compiling toml_datetime v0.6.8 |
1334 | 2024-10-31T17:12:04.366Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-10-31T17:12:04.412Z | Compiling uuid v1.10.0 |
1336 | 2024-10-31T17:12:05.010Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-10-31T17:12:05.048Z | Compiling usdt-impl v0.5.0 |
1338 | 2024-10-31T17:12:05.185Z | Compiling chrono v0.4.38 |
1339 | 2024-10-31T17:12:05.240Z | Compiling http-body-util v0.1.2 |
1340 | 2024-10-31T17:12:05.728Z | Compiling heapless v0.7.17 |
1341 | 2024-10-31T17:12:05.854Z | Compiling toml_edit v0.22.22 |
1342 | 2024-10-31T17:12:06.234Z | Compiling addr2line v0.24.2 |
1343 | 2024-10-31T17:12:06.617Z | Compiling curve25519-dalek v4.1.3 |
1344 | 2024-10-31T17:12:06.941Z | Compiling slog-json v2.6.1 |
1345 | 2024-10-31T17:12:07.285Z | Compiling serde_urlencoded v0.7.1 |
1346 | 2024-10-31T17:12:07.444Z | Compiling futures-executor v0.3.31 |
1347 | 2024-10-31T17:12:07.991Z | Compiling md-5 v0.10.6 |
1348 | 2024-10-31T17:12:08.067Z | Compiling usdt-attr-macro v0.5.0 |
1349 | 2024-10-31T17:12:08.263Z | Compiling usdt-macro v0.5.0 |
1350 | 2024-10-31T17:12:08.843Z | Compiling schemars_derive v0.8.21 |
1351 | 2024-10-31T17:12:09.790Z | Compiling tokio-util v0.7.12 |
1352 | 2024-10-31T17:12:09.813Z | Compiling enum-as-inner v0.6.1 |
1353 | 2024-10-31T17:12:10.915Z | Compiling h2 v0.4.6 |
1354 | 2024-10-31T17:12:11.225Z | Compiling async-stream-impl v0.3.6 |
1355 | 2024-10-31T17:12:12.574Z | Compiling crossbeam-deque v0.8.5 |
1356 | 2024-10-31T17:12:12.806Z | Compiling term v0.7.0 |
1357 | 2024-10-31T17:12:14.179Z | Compiling crossbeam-channel v0.5.13 |
1358 | 2024-10-31T17:12:14.355Z | Compiling num-integer v0.1.46 |
1359 | 2024-10-31T17:12:14.566Z | Compiling rustls-pemfile v2.2.0 |
1360 | 2024-10-31T17:12:14.958Z | Compiling idna v0.3.0 |
1361 | 2024-10-31T17:12:15.196Z | Compiling idna v0.4.0 |
1362 | 2024-10-31T17:12:15.374Z | Compiling ff v0.13.0 |
1363 | 2024-10-31T17:12:15.593Z | Compiling hash32 v0.2.1 |
1364 | 2024-10-31T17:12:15.993Z | Compiling is-terminal v0.4.13 |
1365 | 2024-10-31T17:12:16.127Z | Compiling dropshot v0.12.0 |
1366 | 2024-10-31T17:12:16.439Z | Compiling object v0.36.5 |
1367 | 2024-10-31T17:12:16.577Z | Compiling num-bigint-dig v0.8.4 |
1368 | 2024-10-31T17:12:16.802Z | Compiling fallible-iterator v0.2.0 |
1369 | 2024-10-31T17:12:16.864Z | Compiling base16ct v0.2.0 |
1370 | 2024-10-31T17:12:16.921Z | Compiling take_mut v0.2.2 |
1371 | 2024-10-31T17:12:17.083Z | Compiling smoltcp v0.9.1 |
1372 | 2024-10-31T17:12:17.186Z | Compiling psl-types v2.0.11 |
1373 | 2024-10-31T17:12:17.370Z | Compiling utf-8 v0.7.6 |
1374 | 2024-10-31T17:12:17.511Z | Compiling anyhow v1.0.89 |
1375 | 2024-10-31T17:12:17.678Z | Compiling portable-atomic v1.9.0 |
1376 | 2024-10-31T17:12:17.790Z | Compiling stable_deref_trait v1.2.0 |
1377 | 2024-10-31T17:12:17.893Z | Compiling hyper v1.4.1 |
1378 | 2024-10-31T17:12:17.912Z | Compiling quick-error v1.2.3 |
1379 | 2024-10-31T17:12:18.053Z | Compiling dyn-clone v1.0.17 |
1380 | 2024-10-31T17:12:18.135Z | Compiling linked-hash-map v0.5.6 |
1381 | 2024-10-31T17:12:18.261Z | Compiling rustc-demangle v0.1.24 |
1382 | 2024-10-31T17:12:18.503Z | Compiling lru-cache v0.1.2 |
1383 | 2024-10-31T17:12:19.011Z | Compiling resolv-conf v0.7.0 |
1384 | 2024-10-31T17:12:19.881Z | Compiling tungstenite v0.24.0 |
1385 | 2024-10-31T17:12:20.415Z | Compiling hyper-util v0.1.9 |
1386 | 2024-10-31T17:12:21.539Z | Compiling postgres-protocol v0.6.7 |
1387 | 2024-10-31T17:12:21.946Z | Compiling publicsuffix v2.2.3 |
1388 | 2024-10-31T17:12:22.205Z | Compiling sec1 v0.7.3 |
1389 | 2024-10-31T17:12:22.319Z | Compiling usdt v0.5.0 |
1390 | 2024-10-31T17:12:22.473Z | Compiling slog-term v2.9.1 |
1391 | 2024-10-31T17:12:22.774Z | Compiling hickory-proto v0.24.1 |
1392 | 2024-10-31T17:12:22.792Z | Compiling group v0.13.0 |
1393 | 2024-10-31T17:12:22.829Z | Compiling num-iter v0.1.45 |
1394 | 2024-10-31T17:12:23.016Z | Compiling tokio-rustls v0.26.0 |
1395 | 2024-10-31T17:12:23.234Z | Compiling async-stream v0.3.6 |
1396 | 2024-10-31T17:12:23.449Z | Compiling backtrace v0.3.74 |
1397 | 2024-10-31T17:12:23.468Z | Compiling tokio-native-tls v0.3.1 |
1398 | 2024-10-31T17:12:23.528Z | Compiling tokio-rustls v0.25.0 |
1399 | 2024-10-31T17:12:23.667Z | Compiling toml v0.8.19 |
1400 | 2024-10-31T17:12:23.732Z | Compiling futures v0.3.31 |
1401 | 2024-10-31T17:12:23.924Z | Compiling camino v1.1.9 |
1402 | 2024-10-31T17:12:24.902Z | Compiling slog-bunyan v2.5.0 |
1403 | 2024-10-31T17:12:24.920Z | Compiling terminal_size v0.4.0 |
1404 | 2024-10-31T17:12:24.936Z | Compiling dropshot_endpoint v0.12.0 |
1405 | 2024-10-31T17:12:25.080Z | Compiling openapiv3 v2.0.0 |
1406 | 2024-10-31T17:12:25.117Z | Compiling serde_path_to_error v0.1.16 |
1407 | 2024-10-31T17:12:25.985Z | Compiling hkdf v0.12.4 |
1408 | 2024-10-31T17:12:26.239Z | Compiling crypto-bigint v0.5.5 |
1409 | 2024-10-31T17:12:26.302Z | Compiling curve25519-dalek-derive v0.1.1 |
1410 | 2024-10-31T17:12:26.367Z | Compiling zerocopy-derive v0.6.6 |
1411 | 2024-10-31T17:12:26.892Z | Compiling hubpack_derive v0.1.1 |
1412 | 2024-10-31T17:12:26.940Z | Compiling phf_shared v0.11.2 |
1413 | 2024-10-31T17:12:27.304Z | Compiling waitgroup v0.1.2 |
1414 | 2024-10-31T17:12:27.527Z | Compiling webpki-roots v0.26.6 |
1415 | 2024-10-31T17:12:27.740Z | Compiling hostname v0.4.0 |
1416 | 2024-10-31T17:12:27.823Z | Compiling ahash v0.8.11 |
1417 | 2024-10-31T17:12:27.842Z | Compiling fs-err v2.11.0 |
1418 | 2024-10-31T17:12:27.985Z | Compiling winnow v0.5.40 |
1419 | 2024-10-31T17:12:28.131Z | Compiling managed v0.8.0 |
1420 | 2024-10-31T17:12:28.174Z | Compiling debug-ignore v1.0.5 |
1421 | 2024-10-31T17:12:28.321Z | Compiling bitflags v1.3.2 |
1422 | 2024-10-31T17:12:28.419Z | Compiling clap_builder v4.5.20 |
1423 | 2024-10-31T17:12:28.456Z | Compiling zerocopy v0.6.6 |
1424 | 2024-10-31T17:12:29.274Z | Compiling elliptic-curve v0.13.8 |
1425 | 2024-10-31T17:12:29.313Z | Compiling console v0.15.8 |
1426 | 2024-10-31T17:12:30.138Z | Compiling strum_macros v0.25.3 |
1427 | 2024-10-31T17:12:30.819Z | Compiling hickory-resolver v0.24.1 |
1428 | 2024-10-31T17:12:31.752Z | Compiling toml_edit v0.19.15 |
1429 | 2024-10-31T17:12:32.232Z | Compiling hubpack v0.1.2 |
1430 | 2024-10-31T17:12:32.674Z | Compiling hyper-rustls v0.27.3 |
1431 | 2024-10-31T17:12:32.928Z | Compiling phf v0.11.2 |
1432 | 2024-10-31T17:12:33.216Z | Compiling signal-hook-mio v0.2.4 |
1433 | 2024-10-31T17:12:33.278Z | Compiling cookie_store v0.21.0 |
1434 | 2024-10-31T17:12:34.190Z | Compiling rayon v1.10.0 |
1435 | 2024-10-31T17:12:34.193Z | Compiling hyper-tls v0.6.0 |
1436 | 2024-10-31T17:12:34.820Z | Compiling postgres-types v0.2.8 |
1437 | 2024-10-31T17:12:36.332Z | Compiling tokio-tungstenite v0.24.0 |
1438 | 2024-10-31T17:12:37.392Z | Compiling tokio-stream v0.1.16 |
1439 | 2024-10-31T17:12:37.571Z | Compiling serde-big-array v0.5.1 |
1440 | 2024-10-31T17:12:37.801Z | Compiling ed25519 v2.2.3 |
1441 | 2024-10-31T17:12:38.148Z | Compiling pkcs1 v0.7.5 |
1442 | 2024-10-31T17:12:38.385Z | Compiling rfc6979 v0.4.0 |
1443 | 2024-10-31T17:12:38.566Z | Compiling regex v1.11.0 |
1444 | 2024-10-31T17:12:38.653Z | Compiling bstr v1.10.0 |
1445 | 2024-10-31T17:12:38.926Z | Compiling clap_derive v4.5.18 |
1446 | 2024-10-31T17:12:38.944Z | Compiling serde_repr v0.1.19 |
1447 | 2024-10-31T17:12:39.136Z | Compiling derive-where v1.2.7 |
1448 | 2024-10-31T17:12:39.597Z | Compiling phf_shared v0.10.0 |
1449 | 2024-10-31T17:12:39.645Z | Compiling float-cmp v0.9.0 |
1450 | 2024-10-31T17:12:39.808Z | Compiling sync_wrapper v1.0.1 |
1451 | 2024-10-31T17:12:39.879Z | Compiling crc32fast v1.4.2 |
1452 | 2024-10-31T17:12:39.955Z | Compiling bit-vec v0.6.3 |
1453 | 2024-10-31T17:12:40.011Z | Compiling normalize-line-endings v0.3.0 |
1454 | 2024-10-31T17:12:40.135Z | Compiling whoami v1.5.2 |
1455 | 2024-10-31T17:12:40.138Z | Compiling new_debug_unreachable v1.0.6 |
1456 | 2024-10-31T17:12:40.200Z | Compiling static_assertions v1.1.0 |
1457 | 2024-10-31T17:12:40.231Z | Compiling difflib v0.4.0 |
1458 | 2024-10-31T17:12:40.301Z | Compiling precomputed-hash v0.1.1 |
1459 | 2024-10-31T17:12:40.409Z | Compiling minimal-lexical v0.2.1 |
1460 | 2024-10-31T17:12:40.427Z | Compiling fixedbitset v0.4.2 |
1461 | 2024-10-31T17:12:40.430Z | Compiling unicode-segmentation v1.12.0 |
1462 | 2024-10-31T17:12:40.766Z | Compiling number_prefix v0.4.0 |
1463 | 2024-10-31T17:12:40.898Z | Compiling predicates-core v1.0.8 |
1464 | 2024-10-31T17:12:40.915Z | Compiling nom v7.1.3 |
1465 | 2024-10-31T17:12:40.978Z | Compiling indicatif v0.17.8 |
1466 | 2024-10-31T17:12:41.246Z | Compiling similar v2.6.0 |
1467 | 2024-10-31T17:12:41.311Z | Compiling predicates v3.1.2 |
1468 | 2024-10-31T17:12:41.759Z | Compiling petgraph v0.6.5 |
1469 | 2024-10-31T17:12:42.680Z | Compiling qorb v0.1.2 |
1470 | 2024-10-31T17:12:43.008Z | Compiling tokio-postgres v0.7.12 |
1471 | 2024-10-31T17:12:43.211Z | Compiling string_cache v0.8.7 |
1472 | 2024-10-31T17:12:43.531Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1473 | 2024-10-31T17:12:43.677Z | Compiling bit-set v0.5.3 |
1474 | 2024-10-31T17:12:43.859Z | Compiling clap v4.5.20 |
1475 | 2024-10-31T17:12:43.962Z | Compiling flate2 v1.0.34 |
1476 | 2024-10-31T17:12:43.981Z | Compiling reqwest v0.12.8 |
1477 | 2024-10-31T17:12:44.564Z | Compiling rsa v0.9.6 |
1478 | 2024-10-31T17:12:44.952Z | Compiling ecdsa v0.16.9 |
1479 | 2024-10-31T17:12:45.727Z | Compiling ed25519-dalek v2.1.1 |
1480 | 2024-10-31T17:12:45.766Z | Compiling toml v0.7.8 |
1481 | 2024-10-31T17:12:46.978Z | Compiling crossterm v0.28.1 |
1482 | 2024-10-31T17:12:48.652Z | Compiling hex v0.4.3 |
1483 | 2024-10-31T17:12:48.956Z | Compiling itertools v0.10.5 |
1484 | 2024-10-31T17:12:49.005Z | Compiling itertools v0.12.1 |
1485 | 2024-10-31T17:12:49.036Z | Compiling x509-cert v0.2.5 |
1486 | 2024-10-31T17:12:49.235Z | Compiling lalrpop-util v0.19.12 |
1487 | 2024-10-31T17:12:49.586Z | Compiling peg-runtime v0.8.3 |
1488 | 2024-10-31T17:12:50.259Z | Compiling unicode-xid v0.2.6 |
1489 | 2024-10-31T17:12:50.285Z | Compiling xattr v1.3.1 |
1490 | 2024-10-31T17:12:50.422Z | Compiling strum_macros v0.26.4 |
1491 | 2024-10-31T17:12:50.535Z | Compiling filetime v0.2.25 |
1492 | 2024-10-31T17:12:50.833Z | Compiling tar v0.4.42 |
1493 | 2024-10-31T17:12:53.578Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-10-31T17:12:53.678Z | Compiling strum v0.26.3 |
1495 | 2024-10-31T17:12:53.833Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1496 | 2024-10-31T17:12:59.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1497 | 2024-10-31T17:12:59.343Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1498 | 2024-10-31T17:12:59.385Z | Oct 31 17:12:58.485 INFO Starting download, target: Clickhouse |
1499 | 2024-10-31T17:12:59.386Z | Oct 31 17:12:58.485 INFO Starting download, target: Cockroach |
1500 | 2024-10-31T17:12:59.386Z | Oct 31 17:12:58.485 INFO Starting download, target: DendriteOpenapi |
1501 | 2024-10-31T17:12:59.386Z | Oct 31 17:12:58.485 INFO Starting download, target: DendriteStub |
1502 | 2024-10-31T17:12:59.386Z | Oct 31 17:12:58.485 INFO Starting download, target: Console |
1503 | 2024-10-31T17:12:59.386Z | Oct 31 17:12:58.485 INFO Starting download, target: MaghemiteMgd |
1504 | 2024-10-31T17:12:59.386Z | Oct 31 17:12:58.485 INFO Starting download, target: TransceiverControl |
1505 | 2024-10-31T17:12:59.389Z | Oct 31 17:12:58.486 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1506 | 2024-10-31T17:12:59.389Z | Oct 31 17:12:58.486 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1507 | 2024-10-31T17:12:59.389Z | Oct 31 17:12:58.486 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1508 | 2024-10-31T17:12:59.389Z | Oct 31 17:12:58.486 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1509 | 2024-10-31T17:12:59.389Z | Oct 31 17:12:58.486 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1510 | 2024-10-31T17:12:59.389Z | Oct 31 17:12:58.486 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1511 | 2024-10-31T17:12:59.389Z | Oct 31 17:12:58.486 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1512 | 2024-10-31T17:12:59.579Z | Oct 31 17:12:58.678 INFO Download complete, target: DendriteOpenapi |
1513 | 2024-10-31T17:12:59.616Z | Oct 31 17:12:58.715 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1514 | 2024-10-31T17:12:59.995Z | Oct 31 17:12:59.093 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1515 | 2024-10-31T17:13:00.012Z | Oct 31 17:12:59.108 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1516 | 2024-10-31T17:13:00.402Z | Oct 31 17:12:59.491 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1517 | 2024-10-31T17:13:00.409Z | Oct 31 17:12:59.504 INFO Download complete, target: Console |
1518 | 2024-10-31T17:13:00.524Z | Oct 31 17:12:59.518 INFO Download complete, target: TransceiverControl |
1519 | 2024-10-31T17:13:01.436Z | Oct 31 17:13:00.504 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1520 | 2024-10-31T17:13:01.912Z | Oct 31 17:13:01.011 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1521 | 2024-10-31T17:13:01.912Z | Oct 31 17:13:01.011 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1522 | 2024-10-31T17:13:03.352Z | Oct 31 17:13:02.450 INFO Download complete, target: MaghemiteMgd |
1523 | 2024-10-31T17:13:03.464Z | Oct 31 17:13:02.562 INFO Download complete, target: DendriteStub |
1524 | 2024-10-31T17:13:10.082Z | Oct 31 17:13:09.179 INFO Checking that binary works, target: Cockroach |
1525 | 2024-10-31T17:13:10.241Z | Oct 31 17:13:09.337 INFO Download complete, target: Cockroach |
1526 | 2024-10-31T17:13:15.359Z | Oct 31 17:13:14.455 INFO Checking that binary works, target: Clickhouse |
1527 | 2024-10-31T17:13:15.530Z | Oct 31 17:13:14.625 INFO Download complete, target: Clickhouse |
1528 | 2024-10-31T17:13:15.537Z | All prerequisites installed successfully |
1529 | 2024-10-31T17:13:15.540Z | |
1530 | 2024-10-31T17:13:15.540Z | real 3:39.487990895 |
1531 | 2024-10-31T17:13:15.540Z | user 12:35.085786107 |
1532 | 2024-10-31T17:13:15.540Z | sys 2:35.959754105 |
1533 | 2024-10-31T17:13:15.540Z | trap 0.408128941 |
1534 | 2024-10-31T17:13:15.540Z | tflt 1.778223208 |
1535 | 2024-10-31T17:13:15.540Z | dflt 1.610699596 |
1536 | 2024-10-31T17:13:15.540Z | kflt 0.027013514 |
1537 | 2024-10-31T17:13:15.540Z | lock 26:01.065625436 |
1538 | 2024-10-31T17:13:15.540Z | slp 48:10.223548588 |
1539 | 2024-10-31T17:13:15.540Z | lat 47.064012016 |
1540 | 2024-10-31T17:13:15.540Z | stop 1:51.863472287 |
1541 | 2024-10-31T17:13:15.540Z | + source ./tools/include/force-git-over-https.sh |
1542 | 2024-10-31T17:13:15.540Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1543 | 2024-10-31T17:13:15.540Z | ++ (( i = 0 )) |
1544 | 2024-10-31T17:13:15.540Z | ++ (( i < 5 )) |
1545 | 2024-10-31T17:13:15.540Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1546 | 2024-10-31T17:13:15.543Z | ++ (( i++ )) |
1547 | 2024-10-31T17:13:15.543Z | ++ (( i < 5 )) |
1548 | 2024-10-31T17:13:15.543Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1549 | 2024-10-31T17:13:15.546Z | ++ (( i++ )) |
1550 | 2024-10-31T17:13:15.546Z | ++ (( i < 5 )) |
1551 | 2024-10-31T17:13:15.546Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1552 | 2024-10-31T17:13:15.548Z | ++ (( i++ )) |
1553 | 2024-10-31T17:13:15.549Z | ++ (( i < 5 )) |
1554 | 2024-10-31T17:13:15.549Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1555 | 2024-10-31T17:13:15.551Z | ++ (( i++ )) |
1556 | 2024-10-31T17:13:15.551Z | ++ (( i < 5 )) |
1557 | 2024-10-31T17:13:15.551Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1558 | 2024-10-31T17:13:15.554Z | ++ (( i++ )) |
1559 | 2024-10-31T17:13:15.554Z | ++ (( i < 5 )) |
1560 | 2024-10-31T17:13:15.557Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1561 | 2024-10-31T17:13:15.557Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1562 | 2024-10-31T17:13:15.557Z | + rc=0 |
1563 | 2024-10-31T17:13:15.557Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1564 | 2024-10-31T17:13:40.971Z | + case $rc in |
1565 | 2024-10-31T17:13:40.971Z | + pfexec zfs create -p rpool/images/build/host |
1566 | 2024-10-31T17:13:41.177Z | + pfexec zfs create -p rpool/images/build/recovery |
1567 | 2024-10-31T17:13:41.252Z | + cargo xtask releng --output-dir /work |
1568 | 2024-10-31T17:13:41.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1569 | 2024-10-31T17:13:41.831Z | Running `target/debug/xtask releng --output-dir /work` |
1570 | 2024-10-31T17:13:42.764Z | Compiling proc-macro2 v1.0.87 |
1571 | 2024-10-31T17:13:42.764Z | Compiling unicode-ident v1.0.13 |
1572 | 2024-10-31T17:13:42.764Z | Compiling libc v0.2.161 |
1573 | 2024-10-31T17:13:42.767Z | Compiling serde v1.0.210 |
1574 | 2024-10-31T17:13:42.767Z | Compiling autocfg v1.4.0 |
1575 | 2024-10-31T17:13:42.767Z | Compiling version_check v0.9.5 |
1576 | 2024-10-31T17:13:42.767Z | Compiling cfg-if v1.0.0 |
1577 | 2024-10-31T17:13:43.031Z | Compiling typenum v1.17.0 |
1578 | 2024-10-31T17:13:43.034Z | Compiling shlex v1.3.0 |
1579 | 2024-10-31T17:13:43.091Z | Compiling memchr v2.7.4 |
1580 | 2024-10-31T17:13:43.463Z | Compiling parking_lot_core v0.9.10 |
1581 | 2024-10-31T17:13:43.803Z | Compiling lock_api v0.4.12 |
1582 | 2024-10-31T17:13:43.861Z | Compiling generic-array v0.14.7 |
1583 | 2024-10-31T17:13:44.010Z | Compiling serde_json v1.0.128 |
1584 | 2024-10-31T17:13:44.108Z | Compiling libm v0.2.8 |
1585 | 2024-10-31T17:13:44.225Z | Compiling value-bag v1.9.0 |
1586 | 2024-10-31T17:13:44.380Z | Compiling slab v0.4.9 |
1587 | 2024-10-31T17:13:44.453Z | Compiling num-traits v0.2.19 |
1588 | 2024-10-31T17:13:44.573Z | Compiling quote v1.0.37 |
1589 | 2024-10-31T17:13:44.716Z | Compiling log v0.4.22 |
1590 | 2024-10-31T17:13:44.776Z | Compiling once_cell v1.20.2 |
1591 | 2024-10-31T17:13:44.799Z | Compiling thiserror v1.0.64 |
1592 | 2024-10-31T17:13:45.166Z | Compiling syn v2.0.79 |
1593 | 2024-10-31T17:13:45.185Z | Compiling getrandom v0.2.15 |
1594 | 2024-10-31T17:13:45.206Z | Compiling jobserver v0.1.32 |
1595 | 2024-10-31T17:13:45.510Z | Compiling itoa v1.0.11 |
1596 | 2024-10-31T17:13:45.649Z | Compiling cc v1.1.30 |
1597 | 2024-10-31T17:13:45.671Z | Compiling scopeguard v1.2.0 |
1598 | 2024-10-31T17:13:45.732Z | Compiling rand_core v0.6.4 |
1599 | 2024-10-31T17:13:45.946Z | Compiling byteorder v1.5.0 |
1600 | 2024-10-31T17:13:46.642Z | Compiling subtle v2.6.1 |
1601 | 2024-10-31T17:13:47.147Z | Compiling semver v1.0.23 |
1602 | 2024-10-31T17:13:47.186Z | Compiling pin-project-lite v0.2.14 |
1603 | 2024-10-31T17:13:47.186Z | Compiling smallvec v1.13.2 |
1604 | 2024-10-31T17:13:47.549Z | Compiling httparse v1.9.5 |
1605 | 2024-10-31T17:13:47.574Z | Compiling ryu v1.0.18 |
1606 | 2024-10-31T17:13:47.666Z | Compiling heck v0.5.0 |
1607 | 2024-10-31T17:13:47.715Z | Compiling const-oid v0.9.6 |
1608 | 2024-10-31T17:13:47.891Z | Compiling pkg-config v0.3.31 |
1609 | 2024-10-31T17:13:48.133Z | Compiling futures-core v0.3.31 |
1610 | 2024-10-31T17:13:48.163Z | Compiling allocator-api2 v0.2.18 |
1611 | 2024-10-31T17:13:48.472Z | Compiling signal-hook-registry v1.4.2 |
1612 | 2024-10-31T17:13:48.930Z | Compiling parking_lot v0.12.3 |
1613 | 2024-10-31T17:13:49.134Z | Compiling mio v1.0.2 |
1614 | 2024-10-31T17:13:49.220Z | Compiling ring v0.17.8 |
1615 | 2024-10-31T17:13:50.231Z | Compiling socket2 v0.5.7 |
1616 | 2024-10-31T17:13:50.365Z | Compiling crossbeam-utils v0.8.20 |
1617 | 2024-10-31T17:13:50.615Z | Compiling time-core v0.1.2 |
1618 | 2024-10-31T17:13:50.745Z | Compiling vcpkg v0.2.15 |
1619 | 2024-10-31T17:13:50.767Z | Compiling fnv v1.0.7 |
1620 | 2024-10-31T17:13:50.801Z | Compiling num-conv v0.1.0 |
1621 | 2024-10-31T17:13:50.896Z | Compiling futures-sink v0.3.31 |
1622 | 2024-10-31T17:13:51.081Z | Compiling time-macros v0.2.18 |
1623 | 2024-10-31T17:13:51.430Z | Compiling ahash v0.8.11 |
1624 | 2024-10-31T17:13:51.716Z | Compiling schemars v0.8.21 |
1625 | 2024-10-31T17:13:52.092Z | Compiling spin v0.9.8 |
1626 | 2024-10-31T17:13:52.523Z | Compiling openssl-sys v0.9.103 |
1627 | 2024-10-31T17:13:52.852Z | Compiling serde_derive_internals v0.29.1 |
1628 | 2024-10-31T17:13:52.889Z | Compiling cpufeatures v0.2.14 |
1629 | 2024-10-31T17:13:53.052Z | Compiling equivalent v1.0.1 |
1630 | 2024-10-31T17:13:53.240Z | Compiling foldhash v0.1.3 |
1631 | 2024-10-31T17:13:53.663Z | Compiling rustix v0.38.37 |
1632 | 2024-10-31T17:13:53.680Z | Compiling hashbrown v0.15.0 |
1633 | 2024-10-31T17:13:54.622Z | Compiling futures-channel v0.3.31 |
1634 | 2024-10-31T17:13:55.129Z | Compiling futures-task v0.3.31 |
1635 | 2024-10-31T17:13:55.182Z | Compiling pin-utils v0.1.0 |
1636 | 2024-10-31T17:13:55.233Z | Compiling slog v2.7.0 |
1637 | 2024-10-31T17:13:55.303Z | Compiling futures-io v0.3.31 |
1638 | 2024-10-31T17:13:55.473Z | Compiling tinyvec_macros v0.1.1 |
1639 | 2024-10-31T17:13:55.573Z | Compiling tinyvec v1.8.0 |
1640 | 2024-10-31T17:13:55.695Z | Compiling ucd-trie v0.1.7 |
1641 | 2024-10-31T17:13:55.889Z | Compiling openssl v0.10.66 |
1642 | 2024-10-31T17:13:56.166Z | Compiling iana-time-zone v0.1.61 |
1643 | 2024-10-31T17:13:56.168Z | Compiling unicode-bidi v0.3.17 |
1644 | 2024-10-31T17:13:56.300Z | Compiling tracing-core v0.1.32 |
1645 | 2024-10-31T17:13:56.394Z | Compiling native-tls v0.2.12 |
1646 | 2024-10-31T17:13:56.771Z | Compiling rustls v0.23.14 |
1647 | 2024-10-31T17:13:57.212Z | Compiling base64ct v1.6.0 |
1648 | 2024-10-31T17:13:57.418Z | Compiling unicode-normalization v0.1.24 |
1649 | 2024-10-31T17:13:57.760Z | Compiling pem-rfc7468 v0.7.0 |
1650 | 2024-10-31T17:13:58.492Z | Compiling serde_derive v1.0.210 |
1651 | 2024-10-31T17:13:58.534Z | Compiling zeroize_derive v1.4.2 |
1652 | 2024-10-31T17:13:58.609Z | Compiling zerocopy-derive v0.7.35 |
1653 | 2024-10-31T17:13:58.885Z | Compiling tokio-macros v2.4.0 |
1654 | 2024-10-31T17:13:58.965Z | Compiling thiserror-impl v1.0.64 |
1655 | 2024-10-31T17:13:59.076Z | Compiling futures-macro v0.3.31 |
1656 | 2024-10-31T17:13:59.141Z | Compiling tracing-attributes v0.1.27 |
1657 | 2024-10-31T17:14:00.077Z | Compiling zeroize v1.8.1 |
1658 | 2024-10-31T17:14:00.773Z | Compiling zerocopy v0.7.35 |
1659 | 2024-10-31T17:14:02.057Z | Compiling der_derive v0.7.3 |
1660 | 2024-10-31T17:14:02.431Z | Compiling crypto-common v0.1.6 |
1661 | 2024-10-31T17:14:02.576Z | Compiling block-buffer v0.10.4 |
1662 | 2024-10-31T17:14:02.688Z | Compiling schemars_derive v0.8.21 |
1663 | 2024-10-31T17:14:02.754Z | Compiling futures-util v0.3.31 |
1664 | 2024-10-31T17:14:02.832Z | Compiling digest v0.10.7 |
1665 | 2024-10-31T17:14:02.924Z | Compiling scroll_derive v0.12.0 |
1666 | 2024-10-31T17:14:03.244Z | Compiling hmac v0.12.1 |
1667 | 2024-10-31T17:14:03.387Z | Compiling block-padding v0.3.3 |
1668 | 2024-10-31T17:14:03.475Z | Compiling pest v2.7.14 |
1669 | 2024-10-31T17:14:04.367Z | Compiling inout v0.1.3 |
1670 | 2024-10-31T17:14:04.388Z | Compiling openssl-macros v0.1.1 |
1671 | 2024-10-31T17:14:04.695Z | Compiling cipher v0.4.4 |
1672 | 2024-10-31T17:14:05.219Z | Compiling sha2 v0.10.8 |
1673 | 2024-10-31T17:14:05.452Z | Compiling tracing v0.1.40 |
1674 | 2024-10-31T17:14:05.647Z | Compiling ppv-lite86 v0.2.20 |
1675 | 2024-10-31T17:14:06.379Z | Compiling pest_meta v2.7.14 |
1676 | 2024-10-31T17:14:06.609Z | Compiling async-trait v0.1.83 |
1677 | 2024-10-31T17:14:09.202Z | Compiling pest_generator v2.7.14 |
1678 | 2024-10-31T17:14:09.997Z | Compiling usdt-impl v0.5.0 |
1679 | 2024-10-31T17:14:10.065Z | Compiling cookie v0.18.1 |
1680 | 2024-10-31T17:14:10.340Z | Compiling percent-encoding v2.3.1 |
1681 | 2024-10-31T17:14:10.343Z | Compiling syn v1.0.109 |
1682 | 2024-10-31T17:14:10.548Z | Compiling flagset v0.4.6 |
1683 | 2024-10-31T17:14:10.756Z | Compiling dyn-clone v1.0.17 |
1684 | 2024-10-31T17:14:10.792Z | Compiling der v0.7.9 |
1685 | 2024-10-31T17:14:10.987Z | Compiling pest_derive v2.7.14 |
1686 | 2024-10-31T17:14:11.311Z | Compiling rand_chacha v0.3.1 |
1687 | 2024-10-31T17:14:11.414Z | Compiling scroll v0.12.0 |
1688 | 2024-10-31T17:14:11.662Z | Compiling bytes v1.7.2 |
1689 | 2024-10-31T17:14:12.014Z | Compiling indexmap v2.6.0 |
1690 | 2024-10-31T17:14:12.794Z | Compiling bitflags v2.6.0 |
1691 | 2024-10-31T17:14:12.910Z | Compiling tokio v1.40.0 |
1692 | 2024-10-31T17:14:13.470Z | Compiling http v1.1.0 |
1693 | 2024-10-31T17:14:14.035Z | Compiling serde_tokenstream v0.2.2 |
1694 | 2024-10-31T17:14:14.224Z | Compiling rustc_version v0.4.1 |
1695 | 2024-10-31T17:14:14.769Z | Compiling uuid v1.10.0 |
1696 | 2024-10-31T17:14:14.840Z | Compiling chrono v0.4.38 |
1697 | 2024-10-31T17:14:16.490Z | Compiling aho-corasick v1.1.3 |
1698 | 2024-10-31T17:14:18.679Z | Compiling rayon-core v1.12.1 |
1699 | 2024-10-31T17:14:19.080Z | Compiling camino v1.1.9 |
1700 | 2024-10-31T17:14:19.814Z | Compiling regex-syntax v0.8.5 |
1701 | 2024-10-31T17:14:20.013Z | Compiling rustls-pki-types v1.9.0 |
1702 | 2024-10-31T17:14:20.075Z | Compiling plain v0.2.3 |
1703 | 2024-10-31T17:14:20.335Z | Compiling goblin v0.8.2 |
1704 | 2024-10-31T17:14:21.470Z | Compiling spki v0.7.3 |
1705 | 2024-10-31T17:14:21.759Z | Compiling rand v0.8.5 |
1706 | 2024-10-31T17:14:21.876Z | Compiling tokio-util v0.7.12 |
1707 | 2024-10-31T17:14:23.684Z | Compiling regex-automata v0.4.8 |
1708 | 2024-10-31T17:14:24.387Z | Compiling salsa20 v0.10.2 |
1709 | 2024-10-31T17:14:24.658Z | Compiling pbkdf2 v0.12.2 |
1710 | 2024-10-31T17:14:26.806Z | Compiling try-lock v0.2.5 |
1711 | 2024-10-31T17:14:26.848Z | Compiling untrusted v0.9.0 |
1712 | 2024-10-31T17:14:27.093Z | Compiling rustls v0.22.4 |
1713 | 2024-10-31T17:14:27.432Z | Compiling powerfmt v0.2.0 |
1714 | 2024-10-31T17:14:27.813Z | Compiling pretty-hex v0.4.1 |
1715 | 2024-10-31T17:14:28.110Z | Compiling dof v0.3.0 |
1716 | 2024-10-31T17:14:28.405Z | Compiling deranged v0.3.11 |
1717 | 2024-10-31T17:14:30.308Z | Compiling want v0.3.1 |
1718 | 2024-10-31T17:14:30.665Z | Compiling scrypt v0.11.0 |
1719 | 2024-10-31T17:14:31.335Z | Compiling dtrace-parser v0.2.0 |
1720 | 2024-10-31T17:14:32.038Z | Compiling form_urlencoded v1.2.1 |
1721 | 2024-10-31T17:14:32.544Z | Compiling cbc v0.1.2 |
1722 | 2024-10-31T17:14:32.735Z | Compiling aes v0.8.4 |
1723 | 2024-10-31T17:14:32.896Z | Compiling errno v0.3.9 |
1724 | 2024-10-31T17:14:33.027Z | Compiling thread-id v4.2.2 |
1725 | 2024-10-31T17:14:33.299Z | Compiling atomic-waker v1.1.2 |
1726 | 2024-10-31T17:14:33.544Z | Compiling httpdate v1.0.3 |
1727 | 2024-10-31T17:14:33.591Z | Compiling num_threads v0.1.7 |
1728 | 2024-10-31T17:14:33.799Z | Compiling time v0.3.36 |
1729 | 2024-10-31T17:14:34.391Z | Compiling pkcs5 v0.7.1 |
1730 | 2024-10-31T17:14:37.672Z | Compiling rustls-webpki v0.102.8 |
1731 | 2024-10-31T17:14:39.059Z | Compiling http-body v1.0.1 |
1732 | 2024-10-31T17:14:39.378Z | Compiling heapless v0.7.17 |
1733 | 2024-10-31T17:14:39.449Z | Compiling zerocopy-derive v0.6.6 |
1734 | 2024-10-31T17:14:39.809Z | Compiling multer v3.1.0 |
1735 | 2024-10-31T17:14:39.882Z | Compiling tower-service v0.3.3 |
1736 | 2024-10-31T17:14:40.190Z | Compiling num-bigint-dig v0.8.4 |
1737 | 2024-10-31T17:14:40.243Z | Compiling slog-async v2.8.0 |
1738 | 2024-10-31T17:14:40.406Z | Compiling signal-hook v0.3.17 |
1739 | 2024-10-31T17:14:40.456Z | Compiling anyhow v1.0.89 |
1740 | 2024-10-31T17:14:41.094Z | Compiling pkcs8 v0.10.2 |
1741 | 2024-10-31T17:14:41.197Z | Compiling h2 v0.4.6 |
1742 | 2024-10-31T17:14:41.599Z | Compiling regex v1.11.0 |
1743 | 2024-10-31T17:14:42.694Z | Compiling idna v0.5.0 |
1744 | 2024-10-31T17:14:43.971Z | Compiling base64 v0.22.1 |
1745 | 2024-10-31T17:14:44.246Z | Compiling rustversion v1.0.17 |
1746 | 2024-10-31T17:14:45.044Z | Compiling strsim v0.11.1 |
1747 | 2024-10-31T17:14:45.218Z | Compiling paste v1.0.15 |
1748 | 2024-10-31T17:14:45.429Z | Compiling url v2.5.2 |
1749 | 2024-10-31T17:14:48.054Z | Compiling usdt-attr-macro v0.5.0 |
1750 | 2024-10-31T17:14:48.149Z | Compiling usdt-macro v0.5.0 |
1751 | 2024-10-31T17:14:49.896Z | Compiling hyper v1.4.1 |
1752 | 2024-10-31T17:14:51.697Z | Compiling curve25519-dalek v4.1.3 |
1753 | 2024-10-31T17:14:51.998Z | Compiling openapiv3 v2.0.0 |
1754 | 2024-10-31T17:14:52.289Z | Compiling toml_datetime v0.6.8 |
1755 | 2024-10-31T17:14:52.896Z | Compiling serde_spanned v0.6.8 |
1756 | 2024-10-31T17:14:53.279Z | Compiling enum-as-inner v0.6.1 |
1757 | 2024-10-31T17:14:53.320Z | Compiling async-stream-impl v0.3.6 |
1758 | 2024-10-31T17:14:54.475Z | Compiling dropshot v0.12.0 |
1759 | 2024-10-31T17:14:54.747Z | Compiling match_cfg v0.1.0 |
1760 | 2024-10-31T17:14:54.916Z | Compiling foreign-types-shared v0.1.1 |
1761 | 2024-10-31T17:14:55.022Z | Compiling smoltcp v0.9.1 |
1762 | 2024-10-31T17:14:55.625Z | Compiling portable-atomic v1.9.0 |
1763 | 2024-10-31T17:14:55.654Z | Compiling foreign-types v0.3.2 |
1764 | 2024-10-31T17:14:55.802Z | Compiling hyper-util v0.1.9 |
1765 | 2024-10-31T17:14:55.805Z | Compiling hostname v0.3.1 |
1766 | 2024-10-31T17:15:00.383Z | Compiling clap_derive v4.5.18 |
1767 | 2024-10-31T17:15:01.188Z | Compiling dirs-sys-next v0.1.2 |
1768 | 2024-10-31T17:15:01.859Z | Compiling encoding_rs v0.8.34 |
1769 | 2024-10-31T17:15:02.177Z | Compiling adler2 v2.0.0 |
1770 | 2024-10-31T17:15:02.431Z | Compiling data-encoding v2.6.0 |
1771 | 2024-10-31T17:15:04.268Z | Compiling mime v0.3.17 |
1772 | 2024-10-31T17:15:05.552Z | Compiling siphasher v0.3.11 |
1773 | 2024-10-31T17:15:05.825Z | Compiling ipnet v2.10.1 |
1774 | 2024-10-31T17:15:05.978Z | Compiling miniz_oxide v0.8.0 |
1775 | 2024-10-31T17:15:10.248Z | Compiling dirs-next v2.0.0 |
1776 | 2024-10-31T17:15:14.335Z | Compiling http-body-util v0.1.2 |
1777 | 2024-10-31T17:15:14.615Z | Compiling hubpack_derive v0.1.1 |
1778 | 2024-10-31T17:15:14.970Z | Compiling serde_urlencoded v0.7.1 |
1779 | 2024-10-31T17:15:15.437Z | Compiling crossbeam-epoch v0.9.18 |
1780 | 2024-10-31T17:15:15.747Z | Compiling dropshot_endpoint v0.12.0 |
1781 | 2024-10-31T17:15:16.012Z | Compiling hashbrown v0.14.5 |
1782 | 2024-10-31T17:15:16.014Z | Compiling signature v2.2.0 |
1783 | 2024-10-31T17:15:16.321Z | Compiling sha1 v0.10.6 |
1784 | 2024-10-31T17:15:16.441Z | Compiling curve25519-dalek-derive v0.1.1 |
1785 | 2024-10-31T17:15:16.688Z | Compiling lazy_static v1.5.0 |
1786 | 2024-10-31T17:15:16.865Z | Compiling thread_local v1.1.8 |
1787 | 2024-10-31T17:15:16.938Z | Compiling fs-err v2.11.0 |
1788 | 2024-10-31T17:15:17.474Z | Compiling either v1.13.0 |
1789 | 2024-10-31T17:15:17.800Z | Compiling openssl-probe v0.1.5 |
1790 | 2024-10-31T17:15:17.843Z | Compiling anstyle v1.0.8 |
1791 | 2024-10-31T17:15:18.093Z | Compiling gimli v0.31.1 |
1792 | 2024-10-31T17:15:18.191Z | Compiling utf8parse v0.2.2 |
1793 | 2024-10-31T17:15:18.194Z | Compiling unicode-properties v0.1.3 |
1794 | 2024-10-31T17:15:18.654Z | Compiling winnow v0.6.20 |
1795 | 2024-10-31T17:15:20.407Z | Compiling stringprep v0.1.5 |
1796 | 2024-10-31T17:15:20.988Z | Compiling anstyle-parse v0.2.5 |
1797 | 2024-10-31T17:15:21.539Z | Compiling regress v0.10.1 |
1798 | 2024-10-31T17:15:21.744Z | Compiling crossbeam-deque v0.8.5 |
1799 | 2024-10-31T17:15:23.019Z | Compiling toml_edit v0.22.22 |
1800 | 2024-10-31T17:15:24.022Z | Compiling addr2line v0.24.2 |
1801 | 2024-10-31T17:15:24.895Z | Compiling term v0.7.0 |
1802 | 2024-10-31T17:15:26.338Z | Compiling slog-json v2.6.1 |
1803 | 2024-10-31T17:15:27.508Z | Compiling crossbeam-channel v0.5.13 |
1804 | 2024-10-31T17:15:27.973Z | Compiling rustls-pemfile v2.2.0 |
1805 | 2024-10-31T17:15:29.199Z | Compiling futures-executor v0.3.31 |
1806 | 2024-10-31T17:15:29.202Z | Compiling md-5 v0.10.6 |
1807 | 2024-10-31T17:15:29.593Z | Compiling idna v0.4.0 |
1808 | 2024-10-31T17:15:29.719Z | Compiling idna v0.3.0 |
1809 | 2024-10-31T17:15:31.173Z | Compiling num-integer v0.1.46 |
1810 | 2024-10-31T17:15:31.432Z | Compiling ff v0.13.0 |
1811 | 2024-10-31T17:15:31.466Z | Compiling hash32 v0.2.1 |
1812 | 2024-10-31T17:15:31.703Z | Compiling memmap v0.7.0 |
1813 | 2024-10-31T17:15:31.870Z | Compiling is-terminal v0.4.13 |
1814 | 2024-10-31T17:15:32.001Z | Compiling object v0.36.5 |
1815 | 2024-10-31T17:15:32.032Z | Compiling utf-8 v0.7.6 |
1816 | 2024-10-31T17:15:32.069Z | Compiling quick-error v1.2.3 |
1817 | 2024-10-31T17:15:32.262Z | Compiling anstyle-query v1.1.1 |
1818 | 2024-10-31T17:15:32.384Z | Compiling colorchoice v1.0.2 |
1819 | 2024-10-31T17:15:32.461Z | Compiling psl-types v2.0.11 |
1820 | 2024-10-31T17:15:32.578Z | Compiling rustc-demangle v0.1.24 |
1821 | 2024-10-31T17:15:32.693Z | Compiling linked-hash-map v0.5.6 |
1822 | 2024-10-31T17:15:32.806Z | Compiling base16ct v0.2.0 |
1823 | 2024-10-31T17:15:33.081Z | Compiling is_terminal_polyfill v1.70.1 |
1824 | 2024-10-31T17:15:33.134Z | Compiling fallible-iterator v0.2.0 |
1825 | 2024-10-31T17:15:33.262Z | Compiling stable_deref_trait v1.2.0 |
1826 | 2024-10-31T17:15:33.398Z | Compiling take_mut v0.2.2 |
1827 | 2024-10-31T17:15:33.502Z | Compiling heck v0.4.1 |
1828 | 2024-10-31T17:15:33.978Z | Compiling postgres-protocol v0.6.7 |
1829 | 2024-10-31T17:15:34.003Z | Compiling strum_macros v0.25.3 |
1830 | 2024-10-31T17:15:35.300Z | Compiling anstream v0.6.15 |
1831 | 2024-10-31T17:15:35.706Z | Compiling lru-cache v0.1.2 |
1832 | 2024-10-31T17:15:35.898Z | Compiling sec1 v0.7.3 |
1833 | 2024-10-31T17:15:35.922Z | Compiling publicsuffix v2.2.3 |
1834 | 2024-10-31T17:15:36.212Z | Compiling tungstenite v0.24.0 |
1835 | 2024-10-31T17:15:36.509Z | Compiling resolv-conf v0.7.0 |
1836 | 2024-10-31T17:15:37.230Z | Compiling slog-term v2.9.1 |
1837 | 2024-10-31T17:15:37.232Z | Compiling usdt v0.5.0 |
1838 | 2024-10-31T17:15:37.763Z | Compiling num-iter v0.1.45 |
1839 | 2024-10-31T17:15:37.887Z | Compiling group v0.13.0 |
1840 | 2024-10-31T17:15:38.246Z | Compiling hickory-proto v0.24.1 |
1841 | 2024-10-31T17:15:38.299Z | Compiling futures v0.3.31 |
1842 | 2024-10-31T17:15:38.438Z | Compiling tokio-rustls v0.26.0 |
1843 | 2024-10-31T17:15:39.470Z | Compiling backtrace v0.3.74 |
1844 | 2024-10-31T17:15:41.047Z | Compiling tokio-rustls v0.25.0 |
1845 | 2024-10-31T17:15:41.268Z | Compiling toml v0.8.19 |
1846 | 2024-10-31T17:15:41.552Z | Compiling slog-bunyan v2.5.0 |
1847 | 2024-10-31T17:15:41.779Z | Compiling typify-impl v0.2.0 |
1848 | 2024-10-31T17:15:42.170Z | Compiling tokio-native-tls v0.3.1 |
1849 | 2024-10-31T17:15:42.503Z | Compiling terminal_size v0.4.0 |
1850 | 2024-10-31T17:15:42.595Z | Compiling phf_shared v0.11.2 |
1851 | 2024-10-31T17:15:43.015Z | Compiling async-stream v0.3.6 |
1852 | 2024-10-31T17:15:43.215Z | Compiling waitgroup v0.1.2 |
1853 | 2024-10-31T17:15:43.333Z | Compiling webpki-roots v0.26.6 |
1854 | 2024-10-31T17:15:43.447Z | Compiling serde_path_to_error v0.1.16 |
1855 | 2024-10-31T17:15:43.657Z | Compiling hkdf v0.12.4 |
1856 | 2024-10-31T17:15:43.783Z | Compiling crypto-bigint v0.5.5 |
1857 | 2024-10-31T17:15:43.895Z | Compiling serde_repr v0.1.19 |
1858 | 2024-10-31T17:15:44.263Z | Compiling derive-where v1.2.7 |
1859 | 2024-10-31T17:15:47.431Z | Compiling hostname v0.4.0 |
1860 | 2024-10-31T17:15:47.548Z | Compiling winnow v0.5.40 |
1861 | 2024-10-31T17:15:47.868Z | Compiling bitflags v1.3.2 |
1862 | 2024-10-31T17:15:48.021Z | Compiling managed v0.8.0 |
1863 | 2024-10-31T17:15:48.224Z | Compiling debug-ignore v1.0.5 |
1864 | 2024-10-31T17:15:48.385Z | Compiling unicode-width v0.1.14 |
1865 | 2024-10-31T17:15:48.485Z | Compiling clap_lex v0.7.2 |
1866 | 2024-10-31T17:15:48.943Z | Compiling console v0.15.8 |
1867 | 2024-10-31T17:15:48.966Z | Compiling clap_builder v4.5.20 |
1868 | 2024-10-31T17:15:50.678Z | Compiling elliptic-curve v0.13.8 |
1869 | 2024-10-31T17:15:51.542Z | Compiling toml_edit v0.19.15 |
1870 | 2024-10-31T17:15:51.579Z | Compiling hickory-resolver v0.24.1 |
1871 | 2024-10-31T17:15:54.504Z | Compiling hyper-rustls v0.27.3 |
1872 | 2024-10-31T17:15:54.757Z | Compiling typify-macro v0.2.0 |
1873 | 2024-10-31T17:15:57.354Z | Compiling phf v0.11.2 |
1874 | 2024-10-31T17:15:57.870Z | Compiling hyper-tls v0.6.0 |
1875 | 2024-10-31T17:15:58.290Z | Compiling signal-hook-mio v0.2.4 |
1876 | 2024-10-31T17:15:58.476Z | Compiling rayon v1.10.0 |
1877 | 2024-10-31T17:15:58.714Z | Compiling cookie_store v0.21.0 |
1878 | 2024-10-31T17:15:59.031Z | Compiling tokio-tungstenite v0.24.0 |
1879 | 2024-10-31T17:15:59.173Z | Compiling postgres-types v0.2.8 |
1880 | 2024-10-31T17:15:59.535Z | Compiling ed25519 v2.2.3 |
1881 | 2024-10-31T17:15:59.604Z | Compiling hubpack v0.1.2 |
1882 | 2024-10-31T17:15:59.647Z | Compiling phf_shared v0.10.0 |
1883 | 2024-10-31T17:16:00.074Z | Compiling pkcs1 v0.7.5 |
1884 | 2024-10-31T17:16:00.077Z | Compiling zerocopy v0.6.6 |
1885 | 2024-10-31T17:16:00.575Z | Compiling bstr v1.10.0 |
1886 | 2024-10-31T17:16:01.075Z | Compiling tokio-stream v0.1.16 |
1887 | 2024-10-31T17:16:01.256Z | Compiling serde-big-array v0.5.1 |
1888 | 2024-10-31T17:16:01.545Z | Compiling rfc6979 v0.4.0 |
1889 | 2024-10-31T17:16:01.783Z | Compiling float-cmp v0.9.0 |
1890 | 2024-10-31T17:16:02.002Z | Compiling sync_wrapper v1.0.1 |
1891 | 2024-10-31T17:16:02.170Z | Compiling crc32fast v1.4.2 |
1892 | 2024-10-31T17:16:02.228Z | Compiling static_assertions v1.1.0 |
1893 | 2024-10-31T17:16:02.260Z | Compiling precomputed-hash v0.1.1 |
1894 | 2024-10-31T17:16:02.302Z | Compiling fixedbitset v0.4.2 |
1895 | 2024-10-31T17:16:02.381Z | Compiling unicode-segmentation v1.12.0 |
1896 | 2024-10-31T17:16:02.403Z | Compiling minimal-lexical v0.2.1 |
1897 | 2024-10-31T17:16:02.642Z | Compiling number_prefix v0.4.0 |
1898 | 2024-10-31T17:16:02.730Z | Compiling difflib v0.4.0 |
1899 | 2024-10-31T17:16:02.891Z | Compiling bit-vec v0.6.3 |
1900 | 2024-10-31T17:16:03.304Z | Compiling normalize-line-endings v0.3.0 |
1901 | 2024-10-31T17:16:03.322Z | Compiling whoami v1.5.2 |
1902 | 2024-10-31T17:16:03.416Z | Compiling predicates-core v1.0.8 |
1903 | 2024-10-31T17:16:03.435Z | Compiling new_debug_unreachable v1.0.6 |
1904 | 2024-10-31T17:16:03.533Z | Compiling string_cache v0.8.7 |
1905 | 2024-10-31T17:16:03.715Z | Compiling tokio-postgres v0.7.12 |
1906 | 2024-10-31T17:16:03.880Z | Compiling predicates v3.1.2 |
1907 | 2024-10-31T17:16:03.945Z | Compiling bit-set v0.5.3 |
1908 | 2024-10-31T17:16:04.091Z | Compiling similar v2.6.0 |
1909 | 2024-10-31T17:16:05.013Z | Compiling indicatif v0.17.8 |
1910 | 2024-10-31T17:16:05.291Z | Compiling nom v7.1.3 |
1911 | 2024-10-31T17:16:06.412Z | Compiling petgraph v0.6.5 |
1912 | 2024-10-31T17:16:09.003Z | Compiling flate2 v1.0.34 |
1913 | 2024-10-31T17:16:09.139Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1914 | 2024-10-31T17:16:09.259Z | Compiling qorb v0.1.2 |
1915 | 2024-10-31T17:16:09.750Z | Compiling reqwest v0.12.8 |
1916 | 2024-10-31T17:16:09.897Z | Compiling ecdsa v0.16.9 |
1917 | 2024-10-31T17:16:11.884Z | Compiling rsa v0.9.6 |
1918 | 2024-10-31T17:16:12.525Z | Compiling ed25519-dalek v2.1.1 |
1919 | 2024-10-31T17:16:13.845Z | Compiling crossterm v0.28.1 |
1920 | 2024-10-31T17:16:13.919Z | Compiling toml v0.7.8 |
1921 | 2024-10-31T17:16:14.581Z | Compiling clap v4.5.20 |
1922 | 2024-10-31T17:16:14.948Z | Compiling itertools v0.10.5 |
1923 | 2024-10-31T17:16:15.434Z | Compiling itertools v0.12.1 |
1924 | 2024-10-31T17:16:17.723Z | Compiling x509-cert v0.2.5 |
1925 | 2024-10-31T17:16:18.504Z | Compiling hex v0.4.3 |
1926 | 2024-10-31T17:16:20.301Z | Compiling radium v0.7.0 |
1927 | 2024-10-31T17:16:20.999Z | Compiling peg-runtime v0.8.3 |
1928 | 2024-10-31T17:16:22.026Z | Compiling lalrpop-util v0.19.12 |
1929 | 2024-10-31T17:16:22.358Z | Compiling unicode-xid v0.2.6 |
1930 | 2024-10-31T17:16:22.538Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1931 | 2024-10-31T17:16:29.768Z | Compiling maybe-uninit v2.0.0 |
1932 | 2024-10-31T17:16:30.254Z | Compiling tap v1.0.1 |
1933 | 2024-10-31T17:16:30.522Z | Compiling ident_case v1.0.1 |
1934 | 2024-10-31T17:16:30.921Z | Compiling darling_core v0.20.10 |
1935 | 2024-10-31T17:16:36.647Z | Compiling wyz v0.5.1 |
1936 | 2024-10-31T17:16:49.317Z | Compiling typify v0.2.0 |
1937 | 2024-10-31T17:16:52.377Z | Compiling http v0.2.12 |
1938 | 2024-10-31T17:16:53.942Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1939 | 2024-10-31T17:16:56.181Z | Compiling base64 v0.21.7 |
1940 | 2024-10-31T17:16:56.525Z | Compiling packed_struct v0.10.1 |
1941 | 2024-10-31T17:16:56.760Z | Compiling funty v2.0.0 |
1942 | 2024-10-31T17:16:56.964Z | Compiling unsafe-libyaml v0.2.11 |
1943 | 2024-10-31T17:16:58.731Z | Compiling serde_yaml v0.9.34+deprecated |
1944 | 2024-10-31T17:16:58.743Z | Compiling bitvec v1.0.1 |
1945 | 2024-10-31T17:17:05.489Z | Compiling progenitor-impl v0.8.0 |
1946 | 2024-10-31T17:17:08.666Z | Compiling darling_macro v0.20.10 |
1947 | 2024-10-31T17:17:10.095Z | Compiling packed_struct_codegen v0.10.1 |
1948 | 2024-10-31T17:17:12.094Z | Compiling structmeta-derive v0.3.0 |
1949 | 2024-10-31T17:17:12.863Z | Compiling indexmap v1.9.3 |
1950 | 2024-10-31T17:17:13.706Z | Compiling crc-catalog v2.4.0 |
1951 | 2024-10-31T17:17:13.759Z | Compiling newtype-uuid v1.1.2 |
1952 | 2024-10-31T17:17:13.864Z | Compiling nodrop v0.1.14 |
1953 | 2024-10-31T17:17:14.120Z | Compiling fastrand v2.1.1 |
1954 | 2024-10-31T17:17:14.630Z | Compiling structmeta v0.3.0 |
1955 | 2024-10-31T17:17:15.003Z | Compiling tempfile v3.13.0 |
1956 | 2024-10-31T17:17:16.738Z | Compiling array-init v0.0.4 |
1957 | 2024-10-31T17:17:17.385Z | Compiling crc v3.2.1 |
1958 | 2024-10-31T17:17:18.024Z | Compiling progenitor-macro v0.8.0 |
1959 | 2024-10-31T17:17:21.549Z | Compiling darling v0.20.10 |
1960 | 2024-10-31T17:17:21.678Z | Compiling smallvec v0.6.14 |
1961 | 2024-10-31T17:17:25.524Z | Compiling h2 v0.3.26 |
1962 | 2024-10-31T17:17:27.802Z | Compiling http-body v0.4.6 |
1963 | 2024-10-31T17:17:28.098Z | Compiling progenitor-client v0.8.0 |
1964 | 2024-10-31T17:17:33.291Z | Compiling pin-project-internal v1.1.6 |
1965 | 2024-10-31T17:17:34.475Z | Compiling bitfield v0.14.0 |
1966 | 2024-10-31T17:17:34.782Z | Compiling hashbrown v0.12.3 |
1967 | 2024-10-31T17:17:37.839Z | Compiling same-file v1.0.6 |
1968 | 2024-10-31T17:17:38.567Z | Compiling termcolor v1.4.1 |
1969 | 2024-10-31T17:17:39.164Z | Compiling env_logger v0.10.2 |
1970 | 2024-10-31T17:17:39.559Z | Compiling walkdir v2.5.0 |
1971 | 2024-10-31T17:17:45.811Z | Compiling pin-project v1.1.6 |
1972 | 2024-10-31T17:17:46.538Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1973 | 2024-10-31T17:17:47.668Z | Compiling hyper v0.14.30 |
1974 | 2024-10-31T17:17:48.066Z | Compiling progenitor v0.8.0 |
1975 | 2024-10-31T17:17:49.753Z | Compiling serde-hex v0.1.0 |
1976 | 2024-10-31T17:17:50.497Z | Compiling serde_with_macros v3.11.0 |
1977 | 2024-10-31T17:17:53.057Z | Compiling bzip2 v0.4.4 |
1978 | 2024-10-31T17:17:53.521Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1979 | 2024-10-31T17:17:54.220Z | Compiling parse-display-derive v0.10.0 |
1980 | 2024-10-31T17:17:54.897Z | Compiling ron v0.8.1 |
1981 | 2024-10-31T17:17:59.339Z | Compiling strum_macros v0.26.4 |
1982 | 2024-10-31T17:18:00.843Z | Compiling ipnetwork v0.20.0 |
1983 | 2024-10-31T17:18:00.890Z | Compiling hashbrown v0.13.2 |
1984 | 2024-10-31T17:18:01.668Z | Compiling xattr v1.3.1 |
1985 | 2024-10-31T17:18:01.798Z | Compiling snafu-derive v0.8.5 |
1986 | 2024-10-31T17:18:01.968Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1987 | 2024-10-31T17:18:02.039Z | Compiling blake3 v1.5.4 |
1988 | 2024-10-31T17:18:02.211Z | Compiling ring v0.16.20 |
1989 | 2024-10-31T17:18:02.684Z | Compiling filetime v0.2.25 |
1990 | 2024-10-31T17:18:02.708Z | Compiling instant v0.1.13 |
1991 | 2024-10-31T17:18:02.893Z | Compiling sync_wrapper v0.1.2 |
1992 | 2024-10-31T17:18:03.049Z | Compiling crc-any v2.5.0 |
1993 | 2024-10-31T17:18:03.449Z | Compiling buf-list v1.0.3 |
1994 | 2024-10-31T17:18:03.808Z | Compiling strum v0.26.3 |
1995 | 2024-10-31T17:18:04.007Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1996 | 2024-10-31T17:18:04.098Z | Compiling reqwest v0.11.27 |
1997 | 2024-10-31T17:18:04.251Z | Compiling tar v0.4.42 |
1998 | 2024-10-31T17:18:04.632Z | Compiling backoff v0.4.0 |
1999 | 2024-10-31T17:18:05.008Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2000 | 2024-10-31T17:18:05.811Z | Compiling object v0.30.4 |
2001 | 2024-10-31T17:18:06.560Z | Compiling snafu v0.8.5 |
2002 | 2024-10-31T17:18:07.818Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2003 | 2024-10-31T17:18:09.568Z | Compiling parse-display v0.10.0 |
2004 | 2024-10-31T17:18:09.785Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2005 | 2024-10-31T17:18:11.463Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2006 | 2024-10-31T17:18:11.484Z | Compiling zip v0.6.6 |
2007 | 2024-10-31T17:18:11.503Z | Compiling serde_with v3.11.0 |
2008 | 2024-10-31T17:18:12.012Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2009 | 2024-10-31T17:18:12.741Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2010 | 2024-10-31T17:18:14.100Z | Compiling camino-tempfile v1.1.1 |
2011 | 2024-10-31T17:18:14.856Z | Compiling globset v0.4.15 |
2012 | 2024-10-31T17:18:15.719Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2013 | 2024-10-31T17:18:15.911Z | Compiling regress v0.9.1 |
2014 | 2024-10-31T17:18:18.573Z | Compiling pem v3.0.4 |
2015 | 2024-10-31T17:18:20.043Z | Compiling olpc-cjson v0.1.4 |
2016 | 2024-10-31T17:18:20.369Z | Compiling macaddr v1.0.1 |
2017 | 2024-10-31T17:18:20.982Z | Compiling serde_plain v1.0.2 |
2018 | 2024-10-31T17:18:21.226Z | Compiling async-recursion v1.1.1 |
2019 | 2024-10-31T17:18:21.539Z | Compiling memmap2 v0.9.5 |
2020 | 2024-10-31T17:18:21.809Z | Compiling arrayvec v0.7.6 |
2021 | 2024-10-31T17:18:22.107Z | Compiling spin v0.5.2 |
2022 | 2024-10-31T17:18:22.228Z | Compiling path-slash v0.1.5 |
2023 | 2024-10-31T17:18:22.279Z | Compiling untrusted v0.7.1 |
2024 | 2024-10-31T17:18:22.389Z | Compiling constant_time_eq v0.3.1 |
2025 | 2024-10-31T17:18:22.473Z | Compiling arrayref v0.3.9 |
2026 | 2024-10-31T17:18:22.476Z | Compiling typed-path v0.7.1 |
2027 | 2024-10-31T17:18:22.749Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2028 | 2024-10-31T17:18:24.220Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2029 | 2024-10-31T17:18:25.153Z | Compiling tough v0.17.1 |
2030 | 2024-10-31T17:18:28.976Z | Compiling itertools v0.13.0 |
2031 | 2024-10-31T17:18:29.333Z | Compiling cargo-platform v0.1.8 |
2032 | 2024-10-31T17:18:29.824Z | Compiling parse-size v1.0.0 |
2033 | 2024-10-31T17:18:30.125Z | Compiling topological-sort v0.2.2 |
2034 | 2024-10-31T17:18:30.387Z | Compiling omicron-zone-package v0.11.1 |
2035 | 2024-10-31T17:18:30.406Z | Compiling cargo_metadata v0.18.1 |
2036 | 2024-10-31T17:18:30.674Z | Compiling shell-words v1.1.0 |
2037 | 2024-10-31T17:18:37.071Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2038 | 2024-10-31T17:18:49.841Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2039 | 2024-10-31T17:19:04.352Z | Finished `release` profile [optimized] target(s) in 5m 22s |
2040 | 2024-10-31T17:19:04.507Z | Running `target/release/omicron-releng --output-dir /work` |
2041 | 2024-10-31T17:19:04.548Z | Oct 31 17:19:03.558 DEBG changing working directory to /work/oxidecomputer/omicron |
2042 | 2024-10-31T17:19:04.643Z | Oct 31 17:19:03.652 DEBG running: git rev-parse HEAD |
2043 | 2024-10-31T17:19:04.649Z | Oct 31 17:19:03.659 DEBG process exited with exit status: 0 (6.442607ms) |
2044 | 2024-10-31T17:19:04.649Z | Oct 31 17:19:03.659 INFO version: 12.0.0-0.ci+git4f046351c7d |
2045 | 2024-10-31T17:19:04.688Z | Oct 31 17:19:03.698 INFO cloning helios to /work/oxidecomputer/helios |
2046 | 2024-10-31T17:19:04.689Z | Oct 31 17:19:03.698 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2047 | 2024-10-31T17:19:04.694Z | Cloning into '/work/oxidecomputer/helios'... |
2048 | 2024-10-31T17:19:05.229Z | Oct 31 17:19:04.238 DEBG process exited with exit status: 0 (540.049033ms) |
2049 | 2024-10-31T17:19:05.229Z | Oct 31 17:19:04.238 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2050 | 2024-10-31T17:19:05.236Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2051 | 2024-10-31T17:19:05.236Z | # branch.head master |
2052 | 2024-10-31T17:19:05.236Z | # branch.upstream origin/master |
2053 | 2024-10-31T17:19:05.236Z | # branch.ab +0 -0 |
2054 | 2024-10-31T17:19:05.239Z | Oct 31 17:19:04.247 DEBG process exited with exit status: 0 (8.088912ms) |
2055 | 2024-10-31T17:19:05.239Z | Oct 31 17:19:04.247 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2056 | 2024-10-31T17:19:06.054Z | Oct 31 17:19:05.064 DEBG process exited with exit status: 0 (816.858479ms) |
2057 | 2024-10-31T17:19:06.054Z | Oct 31 17:19:05.064 DEBG running: zfs list rpool/images/build/host |
2058 | 2024-10-31T17:19:06.061Z | NAME USED AVAIL REFER MOUNTPOINT |
2059 | 2024-10-31T17:19:06.061Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2060 | 2024-10-31T17:19:06.063Z | Oct 31 17:19:05.071 DEBG process exited with exit status: 0 (7.378231ms) |
2061 | 2024-10-31T17:19:06.063Z | Oct 31 17:19:05.071 DEBG running: zfs list rpool/images/build/recovery |
2062 | 2024-10-31T17:19:06.067Z | NAME USED AVAIL REFER MOUNTPOINT |
2063 | 2024-10-31T17:19:06.067Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2064 | 2024-10-31T17:19:06.070Z | Oct 31 17:19:05.077 DEBG process exited with exit status: 0 (6.296691ms) |
2065 | 2024-10-31T17:19:06.070Z | Oct 31 17:19:05.078 INFO [hubris-production] running task |
2066 | 2024-10-31T17:19:06.070Z | Oct 31 17:19:05.078 INFO [hubris-staging] running task |
2067 | 2024-10-31T17:19:06.070Z | Oct 31 17:19:05.079 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2068 | 2024-10-31T17:19:06.072Z | Oct 31 17:19:05.082 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2069 | 2024-10-31T17:19:06.143Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2070 | 2024-10-31T17:19:06.586Z | [ omicron-package] Blocking waiting for file lock on package cache |
2071 | 2024-10-31T17:19:07.184Z | [ omicron-package] Blocking waiting for file lock on package cache |
2072 | 2024-10-31T17:19:07.459Z | [ omicron-package] Blocking waiting for file lock on package cache |
2073 | 2024-10-31T17:19:07.913Z | Oct 31 17:19:06.922 INFO [hubris-production] task succeeded (1.843424589s) |
2074 | 2024-10-31T17:19:08.293Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2075 | 2024-10-31T17:19:08.296Z | [ omicron-package] Compiling heapless v0.8.0 |
2076 | 2024-10-31T17:19:08.296Z | [ omicron-package] Compiling hash32 v0.3.1 |
2077 | 2024-10-31T17:19:08.296Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2078 | 2024-10-31T17:19:08.296Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2079 | 2024-10-31T17:19:08.296Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2080 | 2024-10-31T17:19:08.296Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2024-10-31T17:19:08.296Z | [ omicron-package] Compiling cobs v0.2.3 |
2082 | 2024-10-31T17:19:09.587Z | [ omicron-package] Compiling postcard v1.0.10 |
2083 | 2024-10-31T17:19:09.896Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2084 | 2024-10-31T17:19:10.075Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2085 | 2024-10-31T17:19:10.110Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2086 | 2024-10-31T17:19:10.200Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2087 | 2024-10-31T17:19:10.593Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2088 | 2024-10-31T17:19:10.679Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2089 | 2024-10-31T17:19:11.358Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2090 | 2024-10-31T17:19:11.522Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2091 | 2024-10-31T17:19:11.633Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2092 | 2024-10-31T17:19:11.942Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2093 | 2024-10-31T17:19:12.198Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2094 | 2024-10-31T17:19:12.643Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2095 | 2024-10-31T17:19:12.856Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2096 | 2024-10-31T17:19:12.856Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2097 | 2024-10-31T17:19:13.254Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2098 | 2024-10-31T17:19:13.367Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2099 | 2024-10-31T17:19:13.814Z | [ omicron-package] Compiling colored v2.1.0 |
2100 | 2024-10-31T17:19:13.955Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2101 | 2024-10-31T17:19:14.088Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2102 | 2024-10-31T17:19:14.405Z | [ omicron-package] Compiling num-derive v0.4.2 |
2103 | 2024-10-31T17:19:14.530Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2104 | 2024-10-31T17:19:14.856Z | [ omicron-package] Compiling num_enum v0.5.11 |
2105 | 2024-10-31T17:19:15.067Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2106 | 2024-10-31T17:19:15.188Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2107 | 2024-10-31T17:19:15.314Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2108 | 2024-10-31T17:19:15.462Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2109 | 2024-10-31T17:19:15.516Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2110 | 2024-10-31T17:19:16.438Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2111 | 2024-10-31T17:19:16.635Z | [ omicron-package] Compiling smf v0.2.3 |
2112 | 2024-10-31T17:19:16.814Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2113 | 2024-10-31T17:19:17.500Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2114 | 2024-10-31T17:19:17.635Z | [ omicron-package] Compiling zone v0.3.0 |
2115 | 2024-10-31T17:19:17.644Z | Oct 31 17:19:16.651 INFO [hubris-staging] task succeeded (11.572574529s) |
2116 | 2024-10-31T17:19:18.407Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2117 | 2024-10-31T17:19:19.203Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2118 | 2024-10-31T17:19:20.239Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2119 | 2024-10-31T17:19:21.369Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2120 | 2024-10-31T17:19:21.553Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2024-10-31T17:19:21.637Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2122 | 2024-10-31T17:19:21.889Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2123 | 2024-10-31T17:19:22.130Z | [ omicron-package] Compiling gethostname v0.5.0 |
2124 | 2024-10-31T17:19:24.517Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2125 | 2024-10-31T17:19:26.483Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2126 | 2024-10-31T17:19:29.374Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2127 | 2024-10-31T17:19:29.858Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2128 | 2024-10-31T17:19:31.333Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2129 | 2024-10-31T17:19:45.690Z | [ helios-setup] Oct 31 17:19:44.690 INFO helios repository root is: /work/oxidecomputer/helios |
2130 | 2024-10-31T17:19:45.693Z | [ helios-setup] Oct 31 17:19:44.691 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 |
2131 | 2024-10-31T17:19:45.693Z | [ helios-setup] Oct 31 17:19:44.691 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2132 | 2024-10-31T17:19:45.696Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2133 | 2024-10-31T17:19:46.905Z | [ helios-setup] Oct 31 17:19:45.904 INFO clone ok!, project: chelsio-t6-roms |
2134 | 2024-10-31T17:19:46.907Z | [ helios-setup] Oct 31 17:19:45.904 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 |
2135 | 2024-10-31T17:19:46.908Z | [ helios-setup] Oct 31 17:19:45.904 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2136 | 2024-10-31T17:19:46.910Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2137 | 2024-10-31T17:19:47.579Z | [ helios-setup] Oct 31 17:19:46.578 INFO clone ok!, project: pinprick |
2138 | 2024-10-31T17:19:47.582Z | [ helios-setup] Oct 31 17:19:46.578 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2139 | 2024-10-31T17:19:47.582Z | [ helios-setup] Oct 31 17:19:46.578 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 |
2140 | 2024-10-31T17:19:47.582Z | [ helios-setup] Oct 31 17:19:46.578 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2141 | 2024-10-31T17:19:47.585Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2142 | 2024-10-31T17:19:48.406Z | [ helios-setup] Oct 31 17:19:47.405 INFO clone ok!, project: image-builder |
2143 | 2024-10-31T17:19:48.409Z | [ helios-setup] Oct 31 17:19:47.405 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 |
2144 | 2024-10-31T17:19:48.409Z | [ helios-setup] Oct 31 17:19:47.405 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 |
2145 | 2024-10-31T17:19:48.413Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2146 | 2024-10-31T17:19:49.602Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2147 | 2024-10-31T17:19:49.610Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2148 | 2024-10-31T17:19:51.316Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.22s |
2149 | 2024-10-31T17:19:51.546Z | [ omicron-package] |
2150 | 2024-10-31T17:19:51.546Z | [ omicron-package] real 45.421755171 |
2151 | 2024-10-31T17:19:51.546Z | [ omicron-package] user 2:37.901049946 |
2152 | 2024-10-31T17:19:51.549Z | [ omicron-package] sys 21.365106592 |
2153 | 2024-10-31T17:19:51.549Z | [ omicron-package] trap 0.174528429 |
2154 | 2024-10-31T17:19:51.549Z | [ omicron-package] tflt 0.369992448 |
2155 | 2024-10-31T17:19:51.549Z | [ omicron-package] dflt 0.473686554 |
2156 | 2024-10-31T17:19:51.549Z | [ omicron-package] kflt 0.001961703 |
2157 | 2024-10-31T17:19:51.549Z | [ omicron-package] lock 4:53.440215358 |
2158 | 2024-10-31T17:19:51.549Z | [ omicron-package] slp 8:01.950722355 |
2159 | 2024-10-31T17:19:51.549Z | [ omicron-package] lat 1:30.215043960 |
2160 | 2024-10-31T17:19:51.549Z | [ omicron-package] stop 55.699626175 |
2161 | 2024-10-31T17:19:51.549Z | Oct 31 17:19:50.545 INFO [omicron-package] process exited with exit status: 0 (45.466267748s) |
2162 | 2024-10-31T17:19:51.549Z | Oct 31 17:19:50.545 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 |
2163 | 2024-10-31T17:19:51.620Z | Oct 31 17:19:50.618 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2164 | 2024-10-31T17:19:51.632Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2165 | 2024-10-31T17:19:51.634Z | [ host-target] Created new build target 'host' and set it as active |
2166 | 2024-10-31T17:19:51.637Z | Oct 31 17:19:50.632 INFO [host-target] process exited with exit status: 0 (87.335634ms) |
2167 | 2024-10-31T17:19:51.637Z | Oct 31 17:19:50.633 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2168 | 2024-10-31T17:19:51.641Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2169 | 2024-10-31T17:19:51.644Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2170 | 2024-10-31T17:19:51.644Z | Oct 31 17:19:50.642 INFO [recovery-target] process exited with exit status: 0 (23.630664ms) |
2171 | 2024-10-31T17:19:51.650Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2172 | 2024-10-31T17:19:52.881Z | [ host-package] Compiling convert_case v0.4.0 |
2173 | 2024-10-31T17:19:52.884Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2174 | 2024-10-31T17:19:52.884Z | [ host-package] Compiling password-hash v0.5.0 |
2175 | 2024-10-31T17:19:52.884Z | [ host-package] Compiling blake2 v0.10.6 |
2176 | 2024-10-31T17:19:52.884Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2177 | 2024-10-31T17:19:52.884Z | [ host-package] Compiling newline-converter v0.3.0 |
2178 | 2024-10-31T17:19:52.884Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2179 | 2024-10-31T17:19:52.884Z | [ host-package] Compiling owo-colors v4.1.0 |
2180 | 2024-10-31T17:19:53.241Z | [ host-package] Compiling expectorate v1.1.0 |
2181 | 2024-10-31T17:19:53.282Z | [ host-package] Compiling libsw v3.3.1 |
2182 | 2024-10-31T17:19:53.502Z | [ host-package] Compiling indent_write v2.2.0 |
2183 | 2024-10-31T17:19:53.641Z | [ host-package] Compiling swrite v0.1.0 |
2184 | 2024-10-31T17:19:53.744Z | [ host-package] Compiling argon2 v0.5.3 |
2185 | 2024-10-31T17:19:53.770Z | [ host-package] Compiling derive_more v0.99.18 |
2186 | 2024-10-31T17:19:53.809Z | [ host-package] Compiling linear-map v1.2.0 |
2187 | 2024-10-31T17:19:53.847Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2188 | 2024-10-31T17:19:54.130Z | [ host-package] Compiling progenitor-client v0.8.0 |
2189 | 2024-10-31T17:19:54.203Z | [ host-package] Compiling atomicwrites v0.4.4 |
2190 | 2024-10-31T17:19:54.243Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2191 | 2024-10-31T17:19:54.650Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2192 | 2024-10-31T17:19:54.733Z | [ host-package] Compiling progenitor v0.8.0 |
2193 | 2024-10-31T17:19:55.005Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2194 | 2024-10-31T17:19:55.248Z | [ host-package] Compiling num-rational v0.4.2 |
2195 | 2024-10-31T17:19:55.381Z | [ host-package] Compiling num-complex v0.4.6 |
2196 | 2024-10-31T17:19:55.991Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2197 | 2024-10-31T17:19:56.005Z | [ helios-setup] Oct 31 17:19:55.001 INFO clone ok!, project: amd-host-image-builder |
2198 | 2024-10-31T17:19:56.007Z | [ helios-setup] Oct 31 17:19:55.002 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 |
2199 | 2024-10-31T17:19:56.007Z | [ helios-setup] Oct 31 17:19:55.002 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2200 | 2024-10-31T17:19:56.010Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2201 | 2024-10-31T17:19:56.326Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2202 | 2024-10-31T17:19:56.479Z | [ host-package] Compiling float-ord v0.3.2 |
2203 | 2024-10-31T17:19:56.661Z | [ host-package] Compiling num v0.4.3 |
2204 | 2024-10-31T17:19:56.795Z | [ host-package] Compiling prettyplease v0.2.22 |
2205 | 2024-10-31T17:19:56.833Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2206 | 2024-10-31T17:19:57.026Z | [ helios-setup] Oct 31 17:19:56.023 INFO clone ok!, project: pilot |
2207 | 2024-10-31T17:19:57.029Z | [ helios-setup] Oct 31 17:19:56.023 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 |
2208 | 2024-10-31T17:19:57.029Z | [ helios-setup] Oct 31 17:19:56.023 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2209 | 2024-10-31T17:19:57.032Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2210 | 2024-10-31T17:19:57.125Z | [ host-package] Compiling semver v0.1.20 |
2211 | 2024-10-31T17:19:57.673Z | [ helios-setup] Oct 31 17:19:56.669 INFO clone ok!, project: bootserver |
2212 | 2024-10-31T17:19:57.676Z | [ helios-setup] Oct 31 17:19:56.670 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2213 | 2024-10-31T17:19:57.676Z | [ helios-setup] Oct 31 17:19:56.670 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2214 | 2024-10-31T17:19:57.676Z | [ helios-setup] Oct 31 17:19:56.670 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 |
2215 | 2024-10-31T17:19:57.676Z | [ helios-setup] Oct 31 17:19:56.670 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2216 | 2024-10-31T17:19:57.678Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2217 | 2024-10-31T17:19:57.789Z | [ host-package] Compiling rustc_version v0.1.7 |
2218 | 2024-10-31T17:19:58.047Z | [ host-package] Compiling humantime v2.1.0 |
2219 | 2024-10-31T17:19:58.231Z | [ host-package] Compiling newtype_derive v0.1.6 |
2220 | 2024-10-31T17:19:58.663Z | [ host-package] Compiling highway v1.2.0 |
2221 | 2024-10-31T17:19:59.092Z | [ host-package] Compiling home v0.5.9 |
2222 | 2024-10-31T17:19:59.353Z | [ host-package] Compiling steno v0.4.1 |
2223 | 2024-10-31T17:20:00.736Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2224 | 2024-10-31T17:20:03.198Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2225 | 2024-10-31T17:20:03.582Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2226 | 2024-10-31T17:20:03.621Z | [ host-package] Compiling ipnetwork v0.20.0 |
2227 | 2024-10-31T17:20:04.000Z | [ host-package] Compiling instant v0.1.13 |
2228 | 2024-10-31T17:20:04.182Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2229 | 2024-10-31T17:20:04.434Z | [ host-package] Compiling backoff v0.4.0 |
2230 | 2024-10-31T17:20:04.645Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2231 | 2024-10-31T17:20:04.815Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2232 | 2024-10-31T17:20:05.123Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2233 | 2024-10-31T17:20:05.182Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2234 | 2024-10-31T17:20:05.314Z | [ host-package] Compiling parse-display v0.10.0 |
2235 | 2024-10-31T17:20:05.963Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2236 | 2024-10-31T17:20:06.190Z | [ host-package] Compiling serde_with v3.11.0 |
2237 | 2024-10-31T17:20:06.296Z | [ helios-setup] Oct 31 17:20:05.290 INFO clone ok!, project: amd-firmware |
2238 | 2024-10-31T17:20:06.299Z | [ helios-setup] Oct 31 17:20:05.290 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 |
2239 | 2024-10-31T17:20:06.299Z | [ helios-setup] Oct 31 17:20:05.290 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2240 | 2024-10-31T17:20:06.317Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2241 | 2024-10-31T17:20:07.363Z | [ helios-setup] Oct 31 17:20:06.357 INFO clone ok!, project: phbl |
2242 | 2024-10-31T17:20:07.365Z | [ helios-setup] Oct 31 17:20:06.357 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2243 | 2024-10-31T17:20:08.265Z | [ helios-setup] Oct 31 17:20:07.259 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2244 | 2024-10-31T17:20:08.816Z | [ helios-setup] Oct 31 17:20:07.810 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2245 | 2024-10-31T17:20:08.816Z | [ helios-setup] Oct 31 17:20:07.810 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2246 | 2024-10-31T17:20:09.405Z | [ helios-setup] Oct 31 17:20:08.398 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2247 | 2024-10-31T17:20:09.663Z | [ host-package] Compiling strum v0.26.3 |
2248 | 2024-10-31T17:20:09.882Z | [ host-package] Compiling regress v0.9.1 |
2249 | 2024-10-31T17:20:09.946Z | [ helios-setup] Oct 31 17:20:08.939 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2250 | 2024-10-31T17:20:09.946Z | [ helios-setup] Oct 31 17:20:08.939 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2251 | 2024-10-31T17:20:10.447Z | [ helios-setup] Oct 31 17:20:09.441 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2252 | 2024-10-31T17:20:10.481Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2253 | 2024-10-31T17:20:11.025Z | [ helios-setup] Oct 31 17:20:10.018 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2254 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2255 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2256 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO ok! |
2257 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2258 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2259 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO ok! |
2260 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2261 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2262 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO ok! |
2263 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2264 | 2024-10-31T17:20:11.028Z | [ helios-setup] Oct 31 17:20:10.018 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2265 | 2024-10-31T17:20:11.327Z | [ helios-setup] Oct 31 17:20:10.320 INFO E| Downloading crates ... |
2266 | 2024-10-31T17:20:11.521Z | [ helios-setup] Oct 31 17:20:10.514 INFO E| Downloaded miniz_oxide v0.7.2 |
2267 | 2024-10-31T17:20:11.761Z | [ helios-setup] Oct 31 17:20:10.754 INFO E| Compiling adler v1.0.2 |
2268 | 2024-10-31T17:20:12.049Z | [ helios-setup] Oct 31 17:20:11.042 INFO E| Compiling miniz_oxide v0.7.2 |
2269 | 2024-10-31T17:20:13.433Z | [ host-package] Compiling macaddr v1.0.1 |
2270 | 2024-10-31T17:20:14.016Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2271 | 2024-10-31T17:20:14.840Z | [ helios-setup] Oct 31 17:20:13.832 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2272 | 2024-10-31T17:20:15.159Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2273 | 2024-10-31T17:20:15.355Z | [ host-package] Compiling display-error-chain v0.2.1 |
2274 | 2024-10-31T17:20:15.661Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2275 | 2024-10-31T17:20:15.872Z | [ helios-setup] Oct 31 17:20:14.863 INFO E| Finished `release` profile [optimized] target(s) in 4.75s |
2276 | 2024-10-31T17:20:15.881Z | [ helios-setup] Oct 31 17:20:14.873 INFO building project "pinprick" ok (4 seconds) |
2277 | 2024-10-31T17:20:15.881Z | [ helios-setup] Oct 31 17:20:14.873 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2278 | 2024-10-31T17:20:15.881Z | [ helios-setup] Oct 31 17:20:14.873 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2279 | 2024-10-31T17:20:16.163Z | [ helios-setup] Oct 31 17:20:15.155 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2280 | 2024-10-31T17:20:16.690Z | [ helios-setup] Oct 31 17:20:15.681 INFO E| From https://github.com/jclulow/rust-jmclib |
2281 | 2024-10-31T17:20:16.690Z | [ helios-setup] Oct 31 17:20:15.681 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2282 | 2024-10-31T17:20:16.711Z | [ helios-setup] Oct 31 17:20:15.703 INFO E| Updating crates.io index |
2283 | 2024-10-31T17:20:16.830Z | [ helios-setup] Oct 31 17:20:15.821 INFO E| Downloading crates ... |
2284 | 2024-10-31T17:20:16.858Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2285 | 2024-10-31T17:20:16.925Z | [ helios-setup] Oct 31 17:20:15.917 INFO E| Downloaded toml v0.5.11 |
2286 | 2024-10-31T17:20:16.929Z | [ helios-setup] Oct 31 17:20:15.921 INFO E| Downloaded sha-1 v0.9.8 |
2287 | 2024-10-31T17:20:16.932Z | [ helios-setup] Oct 31 17:20:15.924 INFO E| Downloaded ryu v1.0.15 |
2288 | 2024-10-31T17:20:16.937Z | [ helios-setup] Oct 31 17:20:15.929 INFO E| Downloaded md-5 v0.9.1 |
2289 | 2024-10-31T17:20:16.939Z | [ helios-setup] Oct 31 17:20:15.931 INFO E| Downloaded uuid v0.8.2 |
2290 | 2024-10-31T17:20:16.946Z | [ helios-setup] Oct 31 17:20:15.938 INFO E| Downloaded serde_derive v1.0.193 |
2291 | 2024-10-31T17:20:16.951Z | [ helios-setup] Oct 31 17:20:15.943 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2292 | 2024-10-31T17:20:16.970Z | [ helios-setup] Oct 31 17:20:15.962 INFO E| Downloaded fastrand v2.0.0 |
2293 | 2024-10-31T17:20:16.973Z | [ helios-setup] Oct 31 17:20:15.964 INFO E| Downloaded walkdir v2.3.3 |
2294 | 2024-10-31T17:20:16.975Z | [ helios-setup] Oct 31 17:20:15.967 INFO E| Downloaded unicode-width v0.1.10 |
2295 | 2024-10-31T17:20:16.978Z | [ helios-setup] Oct 31 17:20:15.970 INFO E| Downloaded typenum v1.16.0 |
2296 | 2024-10-31T17:20:16.982Z | [ helios-setup] Oct 31 17:20:15.973 INFO E| Downloaded getrandom v0.2.10 |
2297 | 2024-10-31T17:20:16.987Z | [ helios-setup] Oct 31 17:20:15.979 INFO E| Downloaded tempfile v3.7.0 |
2298 | 2024-10-31T17:20:16.990Z | [ helios-setup] Oct 31 17:20:15.982 INFO E| Downloaded unicode-ident v1.0.11 |
2299 | 2024-10-31T17:20:16.995Z | [ helios-setup] Oct 31 17:20:15.987 INFO E| Downloaded serde v1.0.193 |
2300 | 2024-10-31T17:20:17.000Z | [ helios-setup] Oct 31 17:20:15.992 INFO E| Downloaded quote v1.0.31 |
2301 | 2024-10-31T17:20:17.005Z | [ helios-setup] Oct 31 17:20:15.997 INFO E| Downloaded once_cell v1.18.0 |
2302 | 2024-10-31T17:20:17.009Z | [ helios-setup] Oct 31 17:20:16.001 INFO E| Downloaded serde_json v1.0.103 |
2303 | 2024-10-31T17:20:17.022Z | [ helios-setup] Oct 31 17:20:16.014 INFO E| Downloaded digest v0.9.0 |
2304 | 2024-10-31T17:20:17.025Z | [ helios-setup] Oct 31 17:20:16.016 INFO E| Downloaded cpufeatures v0.2.9 |
2305 | 2024-10-31T17:20:17.027Z | [ helios-setup] Oct 31 17:20:16.017 INFO E| Downloaded proc-macro2 v1.0.66 |
2306 | 2024-10-31T17:20:17.029Z | [ helios-setup] Oct 31 17:20:16.021 INFO E| Downloaded opaque-debug v0.3.0 |
2307 | 2024-10-31T17:20:17.032Z | [ helios-setup] Oct 31 17:20:16.022 INFO E| Downloaded itoa v1.0.9 |
2308 | 2024-10-31T17:20:17.058Z | [ helios-setup] Oct 31 17:20:16.049 INFO E| Downloaded anyhow v1.0.72 |
2309 | 2024-10-31T17:20:17.063Z | [ helios-setup] Oct 31 17:20:16.055 INFO E| Downloaded syn v2.0.32 |
2310 | 2024-10-31T17:20:17.080Z | [ helios-setup] Oct 31 17:20:16.071 INFO E| Downloaded rustix v0.38.4 |
2311 | 2024-10-31T17:20:17.110Z | [ helios-setup] Oct 31 17:20:16.102 INFO E| Downloaded errno v0.3.1 |
2312 | 2024-10-31T17:20:17.113Z | [ helios-setup] Oct 31 17:20:16.104 INFO E| Downloaded libc v0.2.147 |
2313 | 2024-10-31T17:20:17.156Z | [ helios-setup] Oct 31 17:20:16.147 INFO E| Downloaded block-buffer v0.9.0 |
2314 | 2024-10-31T17:20:17.158Z | [ helios-setup] Oct 31 17:20:16.148 INFO E| Downloaded bitflags v2.3.3 |
2315 | 2024-10-31T17:20:17.290Z | [ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling libc v0.2.147 |
2316 | 2024-10-31T17:20:17.293Z | [ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling proc-macro2 v1.0.66 |
2317 | 2024-10-31T17:20:17.293Z | [ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling unicode-ident v1.0.11 |
2318 | 2024-10-31T17:20:17.293Z | [ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling cfg-if v1.0.0 |
2319 | 2024-10-31T17:20:17.293Z | [ helios-setup] Oct 31 17:20:16.282 INFO E| Compiling typenum v1.16.0 |
2320 | 2024-10-31T17:20:17.293Z | [ helios-setup] Oct 31 17:20:16.283 INFO E| Compiling version_check v0.9.4 |
2321 | 2024-10-31T17:20:17.293Z | [ helios-setup] Oct 31 17:20:16.283 INFO E| Compiling serde v1.0.193 |
2322 | 2024-10-31T17:20:17.293Z | [ helios-setup] Oct 31 17:20:16.283 INFO E| Compiling slog v2.7.0 |
2323 | 2024-10-31T17:20:18.269Z | [ helios-setup] Oct 31 17:20:17.254 INFO E| Compiling powerfmt v0.2.0 |
2324 | 2024-10-31T17:20:18.300Z | [ helios-setup] Oct 31 17:20:17.292 INFO E| Compiling time-core v0.1.2 |
2325 | 2024-10-31T17:20:18.483Z | [ helios-setup] Oct 31 17:20:17.473 INFO E| Compiling rustix v0.38.4 |
2326 | 2024-10-31T17:20:18.801Z | [ helios-setup] Oct 31 17:20:17.792 INFO E| Compiling num-conv v0.1.0 |
2327 | 2024-10-31T17:20:19.160Z | [ helios-setup] Oct 31 17:20:18.151 INFO E| Compiling itoa v1.0.9 |
2328 | 2024-10-31T17:20:19.241Z | [ helios-setup] Oct 31 17:20:18.232 INFO E| Compiling time-macros v0.2.18 |
2329 | 2024-10-31T17:20:19.500Z | [ helios-setup] Oct 31 17:20:18.491 INFO E| Compiling deranged v0.3.11 |
2330 | 2024-10-31T17:20:19.702Z | [ helios-setup] Oct 31 17:20:18.693 INFO E| Compiling generic-array v0.14.7 |
2331 | 2024-10-31T17:20:19.723Z | [ helios-setup] Oct 31 17:20:18.714 INFO E| Compiling bitflags v2.3.3 |
2332 | 2024-10-31T17:20:19.931Z | [ helios-setup] Oct 31 17:20:18.922 INFO E| Compiling num_threads v0.1.6 |
2333 | 2024-10-31T17:20:20.070Z | [ helios-setup] Oct 31 17:20:19.061 INFO E| Compiling once_cell v1.18.0 |
2334 | 2024-10-31T17:20:20.471Z | [ helios-setup] Oct 31 17:20:19.462 INFO E| Compiling quote v1.0.31 |
2335 | 2024-10-31T17:20:20.963Z | [ helios-setup] Oct 31 17:20:19.953 INFO E| Compiling dirs-sys-next v0.1.2 |
2336 | 2024-10-31T17:20:21.620Z | [ helios-setup] Oct 31 17:20:20.610 INFO E| Compiling syn v2.0.32 |
2337 | 2024-10-31T17:20:21.653Z | [ helios-setup] Oct 31 17:20:20.643 INFO E| Compiling dirs-next v2.0.0 |
2338 | 2024-10-31T17:20:21.854Z | [ host-package] Compiling half v2.4.1 |
2339 | 2024-10-31T17:20:22.038Z | [ helios-setup] Oct 31 17:20:21.028 INFO E| Compiling errno v0.3.1 |
2340 | 2024-10-31T17:20:22.153Z | [ helios-setup] Oct 31 17:20:21.143 INFO E| Compiling term v0.7.0 |
2341 | 2024-10-31T17:20:22.503Z | [ helios-setup] Oct 31 17:20:21.493 INFO E| Compiling thread_local v1.1.7 |
2342 | 2024-10-31T17:20:22.673Z | [ helios-setup] Oct 31 17:20:21.663 INFO E| Compiling atty v0.2.14 |
2343 | 2024-10-31T17:20:23.092Z | [ helios-setup] Oct 31 17:20:22.082 INFO E| Compiling serde_json v1.0.103 |
2344 | 2024-10-31T17:20:23.588Z | [ host-package] Compiling ciborium-io v0.2.2 |
2345 | 2024-10-31T17:20:23.702Z | [ helios-setup] Oct 31 17:20:22.692 INFO E| Compiling fastrand v2.0.0 |
2346 | 2024-10-31T17:20:23.730Z | [ helios-setup] Oct 31 17:20:22.720 INFO E| Compiling anyhow v1.0.72 |
2347 | 2024-10-31T17:20:24.125Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2348 | 2024-10-31T17:20:24.480Z | [ helios-setup] Oct 31 17:20:23.470 INFO E| Compiling opaque-debug v0.3.0 |
2349 | 2024-10-31T17:20:24.665Z | [ helios-setup] Oct 31 17:20:23.655 INFO E| Compiling getrandom v0.2.10 |
2350 | 2024-10-31T17:20:24.708Z | [ helios-setup] Oct 31 17:20:23.698 INFO E| Compiling unicode-width v0.1.10 |
2351 | 2024-10-31T17:20:24.948Z | [ helios-setup] Oct 31 17:20:23.934 INFO E| Compiling time v0.3.36 |
2352 | 2024-10-31T17:20:25.000Z | [ helios-setup] Oct 31 17:20:23.990 INFO E| Compiling cpufeatures v0.2.9 |
2353 | 2024-10-31T17:20:25.091Z | [ helios-setup] Oct 31 17:20:24.081 INFO E| Compiling digest v0.9.0 |
2354 | 2024-10-31T17:20:25.152Z | [ helios-setup] Oct 31 17:20:24.142 INFO E| Compiling block-buffer v0.9.0 |
2355 | 2024-10-31T17:20:25.170Z | [ helios-setup] Oct 31 17:20:24.160 INFO E| Compiling ryu v1.0.15 |
2356 | 2024-10-31T17:20:25.288Z | [ host-package] Compiling tungstenite v0.21.0 |
2357 | 2024-10-31T17:20:25.439Z | [ helios-setup] Oct 31 17:20:24.428 INFO E| Compiling same-file v1.0.6 |
2358 | 2024-10-31T17:20:25.525Z | [ helios-setup] Oct 31 17:20:24.514 INFO E| Compiling tempfile v3.7.0 |
2359 | 2024-10-31T17:20:25.572Z | [ helios-setup] Oct 31 17:20:24.561 INFO E| Compiling sha-1 v0.9.8 |
2360 | 2024-10-31T17:20:26.002Z | [ helios-setup] Oct 31 17:20:24.992 INFO E| Compiling walkdir v2.3.3 |
2361 | 2024-10-31T17:20:26.063Z | [ helios-setup] Oct 31 17:20:25.052 INFO E| Compiling md-5 v0.9.1 |
2362 | 2024-10-31T17:20:26.677Z | [ helios-setup] Oct 31 17:20:25.666 INFO E| Compiling getopts v0.2.21 |
2363 | 2024-10-31T17:20:26.812Z | [ helios-setup] Oct 31 17:20:25.801 INFO E| Compiling libdevinfo-sys v1.0.0 |
2364 | 2024-10-31T17:20:27.117Z | [ helios-setup] Oct 31 17:20:26.106 INFO E| Compiling glob v0.3.1 |
2365 | 2024-10-31T17:20:27.687Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2366 | 2024-10-31T17:20:28.461Z | [ host-package] Compiling ciborium v0.2.2 |
2367 | 2024-10-31T17:20:28.501Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2368 | 2024-10-31T17:20:28.793Z | [ helios-setup] Oct 31 17:20:27.782 INFO E| Compiling slog-term v2.9.0 |
2369 | 2024-10-31T17:20:31.219Z | [ host-package] Compiling same-file v1.0.6 |
2370 | 2024-10-31T17:20:31.492Z | [ helios-setup] Oct 31 17:20:30.480 INFO E| Compiling serde_derive v1.0.193 |
2371 | 2024-10-31T17:20:31.669Z | [ host-package] Compiling fastrand v2.1.1 |
2372 | 2024-10-31T17:20:32.248Z | [ host-package] Compiling tempfile v3.13.0 |
2373 | 2024-10-31T17:20:32.657Z | [ host-package] Compiling walkdir v2.5.0 |
2374 | 2024-10-31T17:20:33.404Z | [ host-package] Compiling ring v0.16.20 |
2375 | 2024-10-31T17:20:36.321Z | [ host-package] Compiling blake3 v1.5.4 |
2376 | 2024-10-31T17:20:37.215Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2377 | 2024-10-31T17:20:37.612Z | [ host-package] Compiling xattr v1.3.1 |
2378 | 2024-10-31T17:20:38.429Z | [ host-package] Compiling filetime v0.2.25 |
2379 | 2024-10-31T17:20:38.817Z | [ host-package] Compiling memmap2 v0.9.5 |
2380 | 2024-10-31T17:20:39.288Z | [ host-package] Compiling untrusted v0.7.1 |
2381 | 2024-10-31T17:20:39.583Z | [ host-package] Compiling keccak v0.1.5 |
2382 | 2024-10-31T17:20:39.586Z | [ host-package] Compiling arrayref v0.3.9 |
2383 | 2024-10-31T17:20:39.673Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2384 | 2024-10-31T17:20:39.776Z | [ host-package] Compiling arrayvec v0.7.6 |
2385 | 2024-10-31T17:20:39.862Z | [ host-package] Compiling spin v0.5.2 |
2386 | 2024-10-31T17:20:40.730Z | [ host-package] Compiling sha3 v0.10.8 |
2387 | 2024-10-31T17:20:41.207Z | [ host-package] Compiling tar v0.4.42 |
2388 | 2024-10-31T17:20:41.513Z | [ host-package] Compiling toolchain_find v0.4.0 |
2389 | 2024-10-31T17:20:41.815Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2390 | 2024-10-31T17:20:41.898Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2391 | 2024-10-31T17:20:42.174Z | [ host-package] Compiling nibble_vec v0.1.0 |
2392 | 2024-10-31T17:20:42.436Z | [ host-package] Compiling topological-sort v0.2.2 |
2393 | 2024-10-31T17:20:42.459Z | [ host-package] Compiling glob v0.3.1 |
2394 | 2024-10-31T17:20:42.686Z | [ host-package] Compiling maplit v1.0.2 |
2395 | 2024-10-31T17:20:42.827Z | [ host-package] Compiling endian-type v0.1.2 |
2396 | 2024-10-31T17:20:43.169Z | [ host-package] Compiling crunchy v0.2.2 |
2397 | 2024-10-31T17:20:43.327Z | [ host-package] Compiling clang-sys v1.8.1 |
2398 | 2024-10-31T17:20:43.387Z | [ host-package] Compiling radix_trie v0.2.1 |
2399 | 2024-10-31T17:20:43.553Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2400 | 2024-10-31T17:20:43.820Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2401 | 2024-10-31T17:20:44.174Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2402 | 2024-10-31T17:20:44.447Z | [ helios-setup] Oct 31 17:20:43.432 INFO E| Compiling toml v0.5.11 |
2403 | 2024-10-31T17:20:44.447Z | [ helios-setup] Oct 31 17:20:43.432 INFO E| Compiling uuid v0.8.2 |
2404 | 2024-10-31T17:20:44.495Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2405 | 2024-10-31T17:20:44.682Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2406 | 2024-10-31T17:20:44.849Z | [ host-package] Compiling secrecy v0.8.0 |
2407 | 2024-10-31T17:20:45.181Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2408 | 2024-10-31T17:20:45.242Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2409 | 2024-10-31T17:20:45.745Z | [ host-package] Compiling arc-swap v1.7.1 |
2410 | 2024-10-31T17:20:45.921Z | [ host-package] Compiling r2d2 v0.8.10 |
2411 | 2024-10-31T17:20:46.319Z | [ helios-setup] Oct 31 17:20:45.303 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2412 | 2024-10-31T17:20:46.491Z | [ host-package] Compiling diesel_derives v2.2.3 |
2413 | 2024-10-31T17:20:46.602Z | [ host-package] Compiling slog-scope v4.4.0 |
2414 | 2024-10-31T17:20:46.756Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2415 | 2024-10-31T17:20:47.013Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2416 | 2024-10-31T17:20:47.242Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2417 | 2024-10-31T17:20:47.545Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2418 | 2024-10-31T17:20:47.975Z | [ host-package] Compiling universal-hash v0.5.1 |
2419 | 2024-10-31T17:20:48.162Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2420 | 2024-10-31T17:20:49.025Z | [ helios-setup] Oct 31 17:20:48.008 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2421 | 2024-10-31T17:20:49.061Z | [ host-package] Compiling ena v0.14.3 |
2422 | 2024-10-31T17:20:49.552Z | [ host-package] Compiling libloading v0.8.5 |
2423 | 2024-10-31T17:20:49.873Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2424 | 2024-10-31T17:20:49.989Z | [ host-package] Compiling regex-syntax v0.6.29 |
2425 | 2024-10-31T17:20:51.461Z | [ host-package] Compiling bindgen v0.69.5 |
2426 | 2024-10-31T17:20:52.056Z | [ host-package] Compiling opaque-debug v0.3.1 |
2427 | 2024-10-31T17:20:52.212Z | [ host-package] Compiling diff v0.1.13 |
2428 | 2024-10-31T17:20:52.938Z | [ host-package] Compiling poly1305 v0.8.0 |
2429 | 2024-10-31T17:20:54.588Z | [ host-package] Compiling lalrpop v0.19.12 |
2430 | 2024-10-31T17:20:55.961Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2431 | 2024-10-31T17:20:59.802Z | [ host-package] Compiling diesel v2.2.4 |
2432 | 2024-10-31T17:21:01.723Z | [ helios-setup] Oct 31 17:21:00.704 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.74s |
2433 | 2024-10-31T17:21:01.755Z | [ helios-setup] Oct 31 17:21:00.735 INFO building project "image-builder" ok (45 seconds) |
2434 | 2024-10-31T17:21:01.755Z | [ helios-setup] Oct 31 17:21:00.735 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2435 | 2024-10-31T17:21:01.757Z | [ helios-setup] Oct 31 17:21:00.735 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2436 | 2024-10-31T17:21:01.764Z | [ helios-setup] Oct 31 17:21:00.745 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2437 | 2024-10-31T17:21:02.012Z | [ helios-setup] Oct 31 17:21:00.993 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2438 | 2024-10-31T17:21:02.013Z | [ helios-setup] Oct 31 17:21:00.993 INFO E| info: downloading component 'cargo' |
2439 | 2024-10-31T17:21:03.419Z | [ helios-setup] Oct 31 17:21:02.399 INFO E| info: downloading component 'clippy' |
2440 | 2024-10-31T17:21:03.721Z | [ helios-setup] Oct 31 17:21:02.699 INFO E| info: downloading component 'rust-docs' |
2441 | 2024-10-31T17:21:04.983Z | [ helios-setup] Oct 31 17:21:03.963 INFO E| info: downloading component 'rust-src' |
2442 | 2024-10-31T17:21:05.326Z | [ helios-setup] Oct 31 17:21:04.306 INFO E| info: downloading component 'rust-std' |
2443 | 2024-10-31T17:21:07.823Z | [ helios-setup] Oct 31 17:21:06.802 INFO E| info: downloading component 'rustc' |
2444 | 2024-10-31T17:21:07.831Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2445 | 2024-10-31T17:21:08.659Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2446 | 2024-10-31T17:21:08.954Z | [ host-package] Compiling which v4.4.2 |
2447 | 2024-10-31T17:21:09.535Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2448 | 2024-10-31T17:21:09.766Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2449 | 2024-10-31T17:21:09.859Z | [ host-package] Compiling chacha20 v0.9.1 |
2450 | 2024-10-31T17:21:10.009Z | [ host-package] Compiling cexpr v0.6.0 |
2451 | 2024-10-31T17:21:10.342Z | [ host-package] Compiling aead v0.5.2 |
2452 | 2024-10-31T17:21:10.697Z | [ host-package] Compiling rustc-hash v1.1.0 |
2453 | 2024-10-31T17:21:10.874Z | [ host-package] Compiling lazycell v1.3.0 |
2454 | 2024-10-31T17:21:11.068Z | [ host-package] Compiling ref-cast v1.0.23 |
2455 | 2024-10-31T17:21:11.711Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2456 | 2024-10-31T17:21:12.000Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2457 | 2024-10-31T17:21:13.190Z | [ helios-setup] Oct 31 17:21:12.168 INFO E| info: downloading component 'rustfmt' |
2458 | 2024-10-31T17:21:13.463Z | [ helios-setup] Oct 31 17:21:12.441 INFO E| info: installing component 'cargo' |
2459 | 2024-10-31T17:21:14.607Z | [ host-package] Compiling vsss-rs v3.3.4 |
2460 | 2024-10-31T17:21:14.958Z | [ helios-setup] Oct 31 17:21:13.935 INFO E| info: installing component 'clippy' |
2461 | 2024-10-31T17:21:15.476Z | [ helios-setup] Oct 31 17:21:14.453 INFO E| info: installing component 'rust-docs' |
2462 | 2024-10-31T17:21:19.819Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2463 | 2024-10-31T17:21:20.149Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2464 | 2024-10-31T17:21:22.105Z | [ helios-setup] Oct 31 17:21:21.080 INFO E| info: installing component 'rust-src' |
2465 | 2024-10-31T17:21:22.706Z | [ helios-setup] Oct 31 17:21:21.682 INFO E| info: installing component 'rust-std' |
2466 | 2024-10-31T17:21:22.795Z | [ host-package] Compiling polar-core v0.27.3 |
2467 | 2024-10-31T17:21:23.223Z | [ host-package] Compiling headers-core v0.3.0 |
2468 | 2024-10-31T17:21:23.876Z | [ host-package] Compiling fxhash v0.2.1 |
2469 | 2024-10-31T17:21:24.140Z | [ host-package] Compiling libxml v0.3.3 |
2470 | 2024-10-31T17:21:24.333Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2471 | 2024-10-31T17:21:25.211Z | [ helios-setup] Oct 31 17:21:24.186 INFO E| info: installing component 'rustc' |
2472 | 2024-10-31T17:21:25.221Z | [ host-package] Compiling headers v0.4.0 |
2473 | 2024-10-31T17:21:25.785Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2474 | 2024-10-31T17:21:26.692Z | [ host-package] Compiling samael v0.0.17 |
2475 | 2024-10-31T17:21:28.474Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2476 | 2024-10-31T17:21:29.419Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2477 | 2024-10-31T17:21:29.856Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2478 | 2024-10-31T17:21:31.524Z | [ helios-setup] Oct 31 17:21:30.497 INFO E| info: installing component 'rustfmt' |
2479 | 2024-10-31T17:21:32.036Z | [ host-package] Compiling phf_generator v0.11.2 |
2480 | 2024-10-31T17:21:32.258Z | [ host-package] Compiling strum_macros v0.24.3 |
2481 | 2024-10-31T17:21:32.362Z | [ helios-setup] Oct 31 17:21:31.335 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2482 | 2024-10-31T17:21:33.245Z | [ helios-setup] Oct 31 17:21:32.218 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2483 | 2024-10-31T17:21:33.245Z | [ helios-setup] Oct 31 17:21:32.218 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
2484 | 2024-10-31T17:21:33.248Z | [ helios-setup] Oct 31 17:21:32.218 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2485 | 2024-10-31T17:21:33.279Z | [ helios-setup] Oct 31 17:21:32.251 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2486 | 2024-10-31T17:21:33.279Z | [ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2487 | 2024-10-31T17:21:33.282Z | [ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2488 | 2024-10-31T17:21:33.282Z | [ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2489 | 2024-10-31T17:21:33.282Z | [ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2490 | 2024-10-31T17:21:33.282Z | [ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2491 | 2024-10-31T17:21:33.282Z | [ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2492 | 2024-10-31T17:21:33.282Z | [ helios-setup] Oct 31 17:21:32.252 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2493 | 2024-10-31T17:21:33.282Z | [ helios-setup] Oct 31 17:21:32.253 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2494 | 2024-10-31T17:21:33.323Z | [ helios-setup] Oct 31 17:21:32.296 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2495 | 2024-10-31T17:21:34.233Z | [ helios-setup] Oct 31 17:21:33.206 INFO E| From https://github.com/oxidecomputer/amd-efs |
2496 | 2024-10-31T17:21:34.233Z | [ helios-setup] Oct 31 17:21:33.206 INFO E| * [new branch] empty -> origin/empty |
2497 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.206 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2498 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.206 INFO E| * [new branch] main -> origin/main |
2499 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.206 INFO E| * [new branch] review -> origin/review |
2500 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.207 INFO E| * [new ref] -> origin/HEAD |
2501 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2502 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2503 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2504 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2505 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.207 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2506 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2507 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2508 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2509 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2510 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2511 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2512 | 2024-10-31T17:21:34.243Z | [ helios-setup] Oct 31 17:21:33.208 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2513 | 2024-10-31T17:21:34.258Z | [ helios-setup] Oct 31 17:21:33.230 INFO E| Updating crates.io index |
2514 | 2024-10-31T17:21:34.628Z | [ helios-setup] Oct 31 17:21:33.600 INFO E| Downloading crates ... |
2515 | 2024-10-31T17:21:34.917Z | [ helios-setup] Oct 31 17:21:33.889 INFO E| Downloaded unic-common v0.9.0 |
2516 | 2024-10-31T17:21:34.919Z | [ helios-setup] Oct 31 17:21:33.891 INFO E| Downloaded strum v0.23.0 |
2517 | 2024-10-31T17:21:34.922Z | [ helios-setup] Oct 31 17:21:33.892 INFO E| Downloaded structopt v0.3.26 |
2518 | 2024-10-31T17:21:34.932Z | [ helios-setup] Oct 31 17:21:33.904 INFO E| Downloaded semver-parser v0.7.0 |
2519 | 2024-10-31T17:21:34.935Z | [ helios-setup] Oct 31 17:21:33.906 INFO E| Downloaded unic-char-range v0.9.0 |
2520 | 2024-10-31T17:21:34.937Z | [ helios-setup] Oct 31 17:21:33.908 INFO E| Downloaded scroll_derive v0.10.5 |
2521 | 2024-10-31T17:21:34.939Z | [ helios-setup] Oct 31 17:21:33.910 INFO E| Downloaded memoffset v0.5.6 |
2522 | 2024-10-31T17:21:34.939Z | [ helios-setup] Oct 31 17:21:33.912 INFO E| Downloaded proc-macro2 v1.0.86 |
2523 | 2024-10-31T17:21:34.944Z | [ helios-setup] Oct 31 17:21:33.917 INFO E| Downloaded unic-ucd-version v0.9.0 |
2524 | 2024-10-31T17:21:34.982Z | [ helios-setup] Oct 31 17:21:33.954 INFO E| Downloaded vec_map v0.8.2 |
2525 | 2024-10-31T17:21:34.984Z | [ helios-setup] Oct 31 17:21:33.956 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2526 | 2024-10-31T17:21:34.986Z | [ helios-setup] Oct 31 17:21:33.958 INFO E| Downloaded unic-char-property v0.9.0 |
2527 | 2024-10-31T17:21:34.989Z | [ helios-setup] Oct 31 17:21:33.959 INFO E| Downloaded textwrap v0.11.0 |
2528 | 2024-10-31T17:21:34.989Z | [ helios-setup] Oct 31 17:21:33.961 INFO E| Downloaded strum_macros v0.23.1 |
2529 | 2024-10-31T17:21:34.991Z | [ helios-setup] Oct 31 17:21:33.964 INFO E| Downloaded ansi_term v0.12.1 |
2530 | 2024-10-31T17:21:34.994Z | [ helios-setup] Oct 31 17:21:33.967 INFO E| Downloaded scroll v0.10.2 |
2531 | 2024-10-31T17:21:34.996Z | [ helios-setup] Oct 31 17:21:33.969 INFO E| Downloaded pest_meta v2.7.13 |
2532 | 2024-10-31T17:21:34.999Z | [ helios-setup] Oct 31 17:21:33.972 INFO E| Downloaded modular-bitfield v0.11.2 |
2533 | 2024-10-31T17:21:35.015Z | [ helios-setup] Oct 31 17:21:33.987 INFO E| Downloaded pest_derive v2.7.13 |
2534 | 2024-10-31T17:21:35.018Z | [ helios-setup] Oct 31 17:21:33.990 INFO E| Downloaded once_cell v1.20.1 |
2535 | 2024-10-31T17:21:35.020Z | [ helios-setup] Oct 31 17:21:33.993 INFO E| Downloaded pre-proc-macro v0.2.1 |
2536 | 2024-10-31T17:21:35.023Z | [ helios-setup] Oct 31 17:21:33.995 INFO E| Downloaded structopt-derive v0.4.18 |
2537 | 2024-10-31T17:21:35.025Z | [ helios-setup] Oct 31 17:21:33.997 INFO E| Downloaded semver v0.9.0 |
2538 | 2024-10-31T17:21:35.028Z | [ helios-setup] Oct 31 17:21:33.999 INFO E| Downloaded rustc_version v0.2.3 |
2539 | 2024-10-31T17:21:35.031Z | [ helios-setup] Oct 31 17:21:34.001 INFO E| Downloaded pest v2.7.13 |
2540 | 2024-10-31T17:21:35.036Z | [ helios-setup] Oct 31 17:21:34.009 INFO E| Downloaded goblin v0.4.3 |
2541 | 2024-10-31T17:21:35.044Z | [ helios-setup] Oct 31 17:21:34.017 INFO E| Downloaded clap v2.34.0 |
2542 | 2024-10-31T17:21:35.055Z | [ helios-setup] Oct 31 17:21:34.028 INFO E| Downloaded proc-macro-crate v0.1.5 |
2543 | 2024-10-31T17:21:35.057Z | [ helios-setup] Oct 31 17:21:34.029 INFO E| Downloaded pre v0.2.1 |
2544 | 2024-10-31T17:21:35.060Z | [ helios-setup] Oct 31 17:21:34.030 INFO E| Downloaded pest_generator v2.7.13 |
2545 | 2024-10-31T17:21:35.060Z | [ helios-setup] Oct 31 17:21:34.032 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2546 | 2024-10-31T17:21:35.062Z | [ helios-setup] Oct 31 17:21:34.034 INFO E| Downloaded four-cc v0.3.0 |
2547 | 2024-10-31T17:21:35.065Z | [ helios-setup] Oct 31 17:21:34.035 INFO E| Downloaded cfg-if v0.1.10 |
2548 | 2024-10-31T17:21:35.065Z | [ helios-setup] Oct 31 17:21:34.037 INFO E| Downloaded bytesize v1.3.0 |
2549 | 2024-10-31T17:21:35.067Z | [ helios-setup] Oct 31 17:21:34.038 INFO E| Downloaded strsim v0.8.0 |
2550 | 2024-10-31T17:21:35.070Z | [ helios-setup] Oct 31 17:21:34.040 INFO E| Downloaded parse_int v0.6.0 |
2551 | 2024-10-31T17:21:35.070Z | [ helios-setup] Oct 31 17:21:34.041 INFO E| Downloaded fletcher v0.1.0 |
2552 | 2024-10-31T17:21:35.072Z | [ helios-setup] Oct 31 17:21:34.043 INFO E| Downloaded libc v0.2.159 |
2553 | 2024-10-31T17:21:35.219Z | [ helios-setup] Oct 31 17:21:34.174 INFO E| Compiling proc-macro2 v1.0.86 |
2554 | 2024-10-31T17:21:35.219Z | [ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling unicode-ident v1.0.13 |
2555 | 2024-10-31T17:21:35.221Z | [ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling syn v1.0.109 |
2556 | 2024-10-31T17:21:35.221Z | [ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling version_check v0.9.5 |
2557 | 2024-10-31T17:21:35.222Z | [ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling memchr v2.7.4 |
2558 | 2024-10-31T17:21:35.222Z | [ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling autocfg v1.4.0 |
2559 | 2024-10-31T17:21:35.222Z | [ helios-setup] Oct 31 17:21:34.175 INFO E| Compiling semver-parser v0.7.0 |
2560 | 2024-10-31T17:21:35.222Z | [ helios-setup] Oct 31 17:21:34.182 INFO E| Compiling thiserror v1.0.64 |
2561 | 2024-10-31T17:21:35.343Z | [ host-package] Compiling kstat-rs v0.2.4 |
2562 | 2024-10-31T17:21:35.795Z | [ helios-setup] Oct 31 17:21:34.767 INFO E| Compiling semver v0.9.0 |
2563 | 2024-10-31T17:21:36.204Z | [ host-package] Compiling unicase v2.7.0 |
2564 | 2024-10-31T17:21:36.475Z | [ helios-setup] Oct 31 17:21:35.446 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2565 | 2024-10-31T17:21:36.554Z | [ helios-setup] Oct 31 17:21:35.526 INFO E| Compiling serde v1.0.210 |
2566 | 2024-10-31T17:21:36.737Z | [ helios-setup] Oct 31 17:21:35.709 INFO E| Compiling proc-macro-error v1.0.4 |
2567 | 2024-10-31T17:21:36.912Z | [ host-package] Compiling indoc v1.0.9 |
2568 | 2024-10-31T17:21:37.030Z | [ helios-setup] Oct 31 17:21:36.002 INFO E| Compiling rustc_version v0.2.3 |
2569 | 2024-10-31T17:21:37.106Z | [ helios-setup] Oct 31 17:21:36.078 INFO E| Compiling serde_json v1.0.128 |
2570 | 2024-10-31T17:21:37.163Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2571 | 2024-10-31T17:21:37.275Z | [ helios-setup] Oct 31 17:21:36.247 INFO E| Compiling num-traits v0.2.19 |
2572 | 2024-10-31T17:21:37.475Z | [ helios-setup] Oct 31 17:21:36.447 INFO E| Compiling schemars v0.8.21 |
2573 | 2024-10-31T17:21:37.825Z | [ helios-setup] Oct 31 17:21:36.796 INFO E| Compiling ryu v1.0.18 |
2574 | 2024-10-31T17:21:37.851Z | [ helios-setup] Oct 31 17:21:36.823 INFO E| Compiling itoa v1.0.11 |
2575 | 2024-10-31T17:21:37.993Z | [ helios-setup] Oct 31 17:21:36.965 INFO E| Compiling unicode-segmentation v1.12.0 |
2576 | 2024-10-31T17:21:38.185Z | [ helios-setup] Oct 31 17:21:37.157 INFO E| Compiling pre-proc-macro v0.2.1 |
2577 | 2024-10-31T17:21:38.223Z | [ helios-setup] Oct 31 17:21:37.195 INFO E| Compiling memoffset v0.5.6 |
2578 | 2024-10-31T17:21:38.315Z | [ helios-setup] Oct 31 17:21:37.287 INFO E| Compiling dyn-clone v1.0.17 |
2579 | 2024-10-31T17:21:38.448Z | [ helios-setup] Oct 31 17:21:37.420 INFO E| Compiling rustversion v1.0.17 |
2580 | 2024-10-31T17:21:38.506Z | [ helios-setup] Oct 31 17:21:37.477 INFO E| Compiling ucd-trie v0.1.7 |
2581 | 2024-10-31T17:21:38.719Z | [ helios-setup] Oct 31 17:21:37.690 INFO E| Compiling quote v1.0.37 |
2582 | 2024-10-31T17:21:38.866Z | [ helios-setup] Oct 31 17:21:37.837 INFO E| Compiling paste v1.0.15 |
2583 | 2024-10-31T17:21:38.981Z | [ host-package] Compiling phf_codegen v0.11.2 |
2584 | 2024-10-31T17:21:39.101Z | [ helios-setup] Oct 31 17:21:38.072 INFO E| Compiling libc v0.2.159 |
2585 | 2024-10-31T17:21:39.581Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2586 | 2024-10-31T17:21:39.727Z | [ helios-setup] Oct 31 17:21:38.697 INFO E| Compiling syn v2.0.79 |
2587 | 2024-10-31T17:21:39.885Z | [ helios-setup] Oct 31 17:21:38.856 INFO E| Compiling heck v0.3.3 |
2588 | 2024-10-31T17:21:39.970Z | [ helios-setup] Oct 31 17:21:38.942 INFO E| Compiling lazy_static v1.5.0 |
2589 | 2024-10-31T17:21:40.363Z | [ helios-setup] Oct 31 17:21:39.334 INFO E| Compiling pre v0.2.1 |
2590 | 2024-10-31T17:21:40.393Z | [ helios-setup] Oct 31 17:21:39.364 INFO E| Compiling static_assertions v1.1.0 |
2591 | 2024-10-31T17:21:40.485Z | [ helios-setup] Oct 31 17:21:39.456 INFO E| Compiling byteorder v1.5.0 |
2592 | 2024-10-31T17:21:40.929Z | [ helios-setup] Oct 31 17:21:39.900 INFO E| Compiling once_cell v1.20.1 |
2593 | 2024-10-31T17:21:41.078Z | [ helios-setup] Oct 31 17:21:40.049 INFO E| Compiling cfg-if v0.1.10 |
2594 | 2024-10-31T17:21:41.989Z | [ helios-setup] Oct 31 17:21:40.959 INFO E| Compiling unicode-width v0.1.14 |
2595 | 2024-10-31T17:21:42.831Z | [ helios-setup] Oct 31 17:21:41.801 INFO E| Compiling atty v0.2.14 |
2596 | 2024-10-31T17:21:43.152Z | [ helios-setup] Oct 31 17:21:42.122 INFO E| Compiling textwrap v0.11.0 |
2597 | 2024-10-31T17:21:43.188Z | [ helios-setup] Oct 31 17:21:42.157 INFO E| Compiling bitflags v1.3.2 |
2598 | 2024-10-31T17:21:43.301Z | [ helios-setup] Oct 31 17:21:42.271 INFO E| Compiling strsim v0.8.0 |
2599 | 2024-10-31T17:21:44.106Z | [ helios-setup] Oct 31 17:21:43.076 INFO E| Compiling fletcher v0.1.0 |
2600 | 2024-10-31T17:21:44.392Z | [ helios-setup] Oct 31 17:21:43.362 INFO E| Compiling parse_int v0.6.0 |
2601 | 2024-10-31T17:21:44.423Z | [ helios-setup] Oct 31 17:21:43.393 INFO E| Compiling ansi_term v0.12.1 |
2602 | 2024-10-31T17:21:44.644Z | [ helios-setup] Oct 31 17:21:43.614 INFO E| Compiling vec_map v0.8.2 |
2603 | 2024-10-31T17:21:44.766Z | [ helios-setup] Oct 31 17:21:43.736 INFO E| Compiling strum v0.23.0 |
2604 | 2024-10-31T17:21:44.828Z | [ helios-setup] Oct 31 17:21:43.798 INFO E| Compiling unic-common v0.9.0 |
2605 | 2024-10-31T17:21:44.900Z | [ helios-setup] Oct 31 17:21:43.870 INFO E| Compiling unic-char-range v0.9.0 |
2606 | 2024-10-31T17:21:45.236Z | [ helios-setup] Oct 31 17:21:44.127 INFO E| Compiling clap v2.34.0 |
2607 | 2024-10-31T17:21:45.236Z | [ helios-setup] Oct 31 17:21:44.127 INFO E| Compiling unic-char-property v0.9.0 |
2608 | 2024-10-31T17:21:45.238Z | [ helios-setup] Oct 31 17:21:44.177 INFO E| Compiling unic-ucd-version v0.9.0 |
2609 | 2024-10-31T17:21:45.239Z | [ helios-setup] Oct 31 17:21:44.177 INFO E| Compiling plain v0.2.3 |
2610 | 2024-10-31T17:21:45.303Z | [ helios-setup] Oct 31 17:21:44.272 INFO E| Compiling log v0.4.22 |
2611 | 2024-10-31T17:21:45.426Z | [ helios-setup] Oct 31 17:21:44.396 INFO E| Compiling unic-ucd-ident v0.9.0 |
2612 | 2024-10-31T17:21:45.517Z | [ helios-setup] Oct 31 17:21:44.487 INFO E| Compiling bytesize v1.3.0 |
2613 | 2024-10-31T17:21:47.862Z | [ helios-setup] Oct 31 17:21:46.831 INFO E| Compiling serde_derive_internals v0.29.1 |
2614 | 2024-10-31T17:21:49.536Z | [ host-package] Compiling derive_builder v0.20.2 |
2615 | 2024-10-31T17:21:49.821Z | [ helios-setup] Oct 31 17:21:48.790 INFO E| Compiling toml v0.5.11 |
2616 | 2024-10-31T17:21:49.930Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2617 | 2024-10-31T17:21:50.290Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2618 | 2024-10-31T17:21:50.970Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2619 | 2024-10-31T17:21:52.751Z | [ helios-setup] Oct 31 17:21:51.719 INFO E| Compiling thiserror-impl v1.0.64 |
2620 | 2024-10-31T17:21:52.751Z | [ helios-setup] Oct 31 17:21:51.719 INFO E| Compiling serde_derive v1.0.210 |
2621 | 2024-10-31T17:21:53.188Z | [ helios-setup] Oct 31 17:21:52.156 INFO E| Compiling schemars_derive v0.8.21 |
2622 | 2024-10-31T17:21:53.251Z | [ helios-setup] Oct 31 17:21:52.219 INFO E| Compiling proc-macro-crate v0.1.5 |
2623 | 2024-10-31T17:21:54.599Z | [ helios-setup] Oct 31 17:21:53.566 INFO E| Compiling zerocopy-derive v0.6.6 |
2624 | 2024-10-31T17:21:55.287Z | [ helios-setup] Oct 31 17:21:54.255 INFO E| Compiling num-derive v0.4.2 |
2625 | 2024-10-31T17:21:58.076Z | [ host-package] Compiling oso-derive v0.27.3 |
2626 | 2024-10-31T17:21:58.326Z | [ helios-setup] Oct 31 17:21:57.293 INFO E| Compiling zerocopy v0.6.6 |
2627 | 2024-10-31T17:21:58.422Z | [ helios-setup] Oct 31 17:21:57.389 INFO E| Compiling pest v2.7.13 |
2628 | 2024-10-31T17:22:00.227Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2629 | 2024-10-31T17:22:01.547Z | [ helios-setup] Oct 31 17:22:00.513 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2630 | 2024-10-31T17:22:02.177Z | [ helios-setup] Oct 31 17:22:01.143 INFO E| Compiling scroll_derive v0.10.5 |
2631 | 2024-10-31T17:22:02.665Z | [ helios-setup] Oct 31 17:22:01.630 INFO E| Compiling strum_macros v0.23.1 |
2632 | 2024-10-31T17:22:02.871Z | [ host-package] Compiling libz-sys v1.1.20 |
2633 | 2024-10-31T17:22:03.293Z | [ helios-setup] Oct 31 17:22:02.258 INFO E| Compiling pest_meta v2.7.13 |
2634 | 2024-10-31T17:22:03.357Z | [ helios-setup] Oct 31 17:22:02.322 INFO E| Compiling structopt-derive v0.4.18 |
2635 | 2024-10-31T17:22:03.802Z | [ host-package] Compiling quick-xml v0.33.0 |
2636 | 2024-10-31T17:22:04.521Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2637 | 2024-10-31T17:22:05.384Z | [ helios-setup] Oct 31 17:22:04.349 INFO E| Compiling scroll v0.10.2 |
2638 | 2024-10-31T17:22:05.582Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2639 | 2024-10-31T17:22:05.918Z | [ helios-setup] Oct 31 17:22:04.882 INFO E| Compiling pest_generator v2.7.13 |
2640 | 2024-10-31T17:22:06.521Z | [ helios-setup] Oct 31 17:22:05.480 INFO E| Compiling goblin v0.4.3 |
2641 | 2024-10-31T17:22:06.969Z | [ helios-setup] Oct 31 17:22:05.934 INFO E| Compiling modular-bitfield v0.11.2 |
2642 | 2024-10-31T17:22:07.374Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2643 | 2024-10-31T17:22:08.051Z | [ host-package] Compiling nix v0.28.0 |
2644 | 2024-10-31T17:22:08.678Z | [ helios-setup] Oct 31 17:22:07.642 INFO E| Compiling structopt v0.3.26 |
2645 | 2024-10-31T17:22:09.603Z | [ host-package] Compiling oso v0.27.3 |
2646 | 2024-10-31T17:22:09.756Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2647 | 2024-10-31T17:22:10.057Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2648 | 2024-10-31T17:22:10.418Z | [ helios-setup] Oct 31 17:22:09.382 INFO E| Compiling pest_derive v2.7.13 |
2649 | 2024-10-31T17:22:11.362Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2650 | 2024-10-31T17:22:12.308Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2651 | 2024-10-31T17:22:16.478Z | [ helios-setup] Oct 31 17:22:15.440 INFO E| Compiling json5 v0.4.1 |
2652 | 2024-10-31T17:22:16.480Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2653 | 2024-10-31T17:22:17.206Z | [ host-package] Compiling bb8 v0.8.5 |
2654 | 2024-10-31T17:22:18.057Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2655 | 2024-10-31T17:22:18.191Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2656 | 2024-10-31T17:22:19.336Z | [ host-package] Compiling vte v0.11.1 |
2657 | 2024-10-31T17:22:20.845Z | [ host-package] Compiling const_format v0.2.33 |
2658 | 2024-10-31T17:22:21.467Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2659 | 2024-10-31T17:22:22.314Z | [ helios-setup] Oct 31 17:22:21.275 INFO E| Compiling four-cc v0.3.0 |
2660 | 2024-10-31T17:22:22.314Z | [ helios-setup] Oct 31 17:22:21.275 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
2661 | 2024-10-31T17:22:22.556Z | [ helios-setup] Oct 31 17:22:21.516 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
2662 | 2024-10-31T17:22:22.711Z | [ host-package] Compiling chrono-tz v0.10.0 |
2663 | 2024-10-31T17:22:24.092Z | [ host-package] Compiling fd-lock v4.0.2 |
2664 | 2024-10-31T17:22:24.403Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2665 | 2024-10-31T17:22:24.674Z | [ host-package] Compiling atty v0.2.14 |
2666 | 2024-10-31T17:22:24.968Z | [ host-package] Compiling bytecount v0.6.8 |
2667 | 2024-10-31T17:22:25.348Z | [ host-package] Compiling salty v0.3.0 |
2668 | 2024-10-31T17:22:26.114Z | [ host-package] Compiling papergrid v0.11.0 |
2669 | 2024-10-31T17:22:32.709Z | [ host-package] Compiling parking_lot v0.11.2 |
2670 | 2024-10-31T17:22:39.953Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2671 | 2024-10-31T17:22:40.885Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2672 | 2024-10-31T17:22:42.958Z | [ host-package] Compiling tabled_derive v0.7.0 |
2673 | 2024-10-31T17:22:45.392Z | [ host-package] Compiling peg-macros v0.8.4 |
2674 | 2024-10-31T17:22:46.196Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2675 | 2024-10-31T17:22:47.313Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2676 | 2024-10-31T17:22:48.665Z | [ host-package] Compiling unicode_categories v0.1.1 |
2677 | 2024-10-31T17:22:49.140Z | [ host-package] Compiling rustyline v14.0.0 |
2678 | 2024-10-31T17:22:49.304Z | [ host-package] Compiling peg v0.8.4 |
2679 | 2024-10-31T17:22:49.434Z | [ host-package] Compiling sqlformat v0.2.6 |
2680 | 2024-10-31T17:23:01.233Z | [ host-package] Compiling reedline v0.35.0 |
2681 | 2024-10-31T17:23:01.801Z | [ helios-setup] Oct 31 17:23:00.752 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2682 | 2024-10-31T17:23:02.349Z | [ host-package] Compiling sqlparser v0.45.0 |
2683 | 2024-10-31T17:23:03.269Z | [ host-package] Compiling tabled v0.15.0 |
2684 | 2024-10-31T17:23:11.036Z | [ host-package] Compiling mime_guess v2.0.5 |
2685 | 2024-10-31T17:23:12.376Z | [ host-package] Compiling sled v0.34.7 |
2686 | 2024-10-31T17:23:14.260Z | [ helios-setup] Oct 31 17:23:13.208 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2687 | 2024-10-31T17:23:21.172Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2688 | 2024-10-31T17:23:21.882Z | [ host-package] Compiling hickory-client v0.24.1 |
2689 | 2024-10-31T17:23:22.419Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2690 | 2024-10-31T17:23:23.663Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2691 | 2024-10-31T17:23:26.373Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2692 | 2024-10-31T17:23:27.174Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2693 | 2024-10-31T17:23:27.478Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2694 | 2024-10-31T17:23:29.327Z | [ host-package] Compiling hickory-server v0.24.1 |
2695 | 2024-10-31T17:23:29.921Z | [ host-package] Compiling primeorder v0.13.6 |
2696 | 2024-10-31T17:23:30.625Z | [ host-package] Compiling vergen v8.3.2 |
2697 | 2024-10-31T17:23:31.004Z | [ host-package] Compiling bcs v0.1.6 |
2698 | 2024-10-31T17:23:32.024Z | [ host-package] Compiling env_filter v0.1.2 |
2699 | 2024-10-31T17:23:33.493Z | [ host-package] Compiling cargo-platform v0.1.8 |
2700 | 2024-10-31T17:23:34.040Z | [ host-package] Compiling nanorand v0.7.0 |
2701 | 2024-10-31T17:23:34.086Z | [ host-package] Compiling memoffset v0.9.1 |
2702 | 2024-10-31T17:23:34.767Z | [ host-package] Compiling flume v0.11.0 |
2703 | 2024-10-31T17:23:34.990Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2704 | 2024-10-31T17:23:35.683Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2705 | 2024-10-31T17:23:36.917Z | [ host-package] Compiling env_logger v0.11.5 |
2706 | 2024-10-31T17:23:38.843Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2707 | 2024-10-31T17:23:38.934Z | [ host-package] Compiling p384 v0.13.0 |
2708 | 2024-10-31T17:23:45.963Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2709 | 2024-10-31T17:23:48.831Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2710 | 2024-10-31T17:23:50.607Z | [ host-package] Compiling git2 v0.19.0 |
2711 | 2024-10-31T17:24:02.003Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2712 | 2024-10-31T17:24:02.511Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2713 | 2024-10-31T17:24:02.891Z | [ helios-setup] Oct 31 17:24:01.823 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 30s |
2714 | 2024-10-31T17:24:02.921Z | [ helios-setup] Oct 31 17:24:01.857 INFO building project "amd-host-image-builder" ok (181 seconds) |
2715 | 2024-10-31T17:24:02.921Z | [ helios-setup] Oct 31 17:24:01.857 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2716 | 2024-10-31T17:24:02.924Z | [ helios-setup] Oct 31 17:24:01.857 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2717 | 2024-10-31T17:24:03.282Z | [ helios-setup] Oct 31 17:24:02.216 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2718 | 2024-10-31T17:24:03.407Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2719 | 2024-10-31T17:24:03.902Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2720 | 2024-10-31T17:24:04.566Z | [ helios-setup] Oct 31 17:24:03.501 INFO E| From https://github.com/oxidecomputer/progenitor |
2721 | 2024-10-31T17:24:04.566Z | [ helios-setup] Oct 31 17:24:03.501 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2722 | 2024-10-31T17:24:04.598Z | [ helios-setup] Oct 31 17:24:03.533 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2723 | 2024-10-31T17:24:04.598Z | [ helios-setup] Oct 31 17:24:03.533 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2724 | 2024-10-31T17:24:04.785Z | [ helios-setup] Oct 31 17:24:03.719 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2725 | 2024-10-31T17:24:05.272Z | [ helios-setup] Oct 31 17:24:04.208 INFO E| From https://github.com/jclulow/hiercmd |
2726 | 2024-10-31T17:24:05.272Z | [ helios-setup] Oct 31 17:24:04.208 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2727 | 2024-10-31T17:24:05.293Z | [ helios-setup] Oct 31 17:24:04.228 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2728 | 2024-10-31T17:24:05.868Z | [ helios-setup] Oct 31 17:24:04.803 INFO E| From https://github.com/jclulow/network-interface |
2729 | 2024-10-31T17:24:05.868Z | [ helios-setup] Oct 31 17:24:04.803 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2730 | 2024-10-31T17:24:05.888Z | [ helios-setup] Oct 31 17:24:04.823 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2731 | 2024-10-31T17:24:06.098Z | [ host-package] Compiling rand_seeder v0.3.0 |
2732 | 2024-10-31T17:24:06.373Z | [ helios-setup] Oct 31 17:24:05.308 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2733 | 2024-10-31T17:24:06.373Z | [ helios-setup] Oct 31 17:24:05.308 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2734 | 2024-10-31T17:24:06.410Z | [ helios-setup] Oct 31 17:24:05.345 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2735 | 2024-10-31T17:24:06.695Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2736 | 2024-10-31T17:24:07.158Z | [ host-package] Compiling lzma-sys v0.1.20 |
2737 | 2024-10-31T17:24:07.612Z | [ helios-setup] Oct 31 17:24:06.531 INFO E| From https://github.com/oxidecomputer/facade |
2738 | 2024-10-31T17:24:07.612Z | [ helios-setup] Oct 31 17:24:06.531 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2739 | 2024-10-31T17:24:07.643Z | [ helios-setup] Oct 31 17:24:06.577 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2740 | 2024-10-31T17:24:07.912Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2741 | 2024-10-31T17:24:08.279Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2742 | 2024-10-31T17:24:08.372Z | [ helios-setup] Oct 31 17:24:07.306 INFO E| From https://github.com/oxidecomputer/dropshot |
2743 | 2024-10-31T17:24:08.372Z | [ helios-setup] Oct 31 17:24:07.306 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2744 | 2024-10-31T17:24:08.406Z | [ helios-setup] Oct 31 17:24:07.340 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2745 | 2024-10-31T17:24:08.406Z | [ helios-setup] Oct 31 17:24:07.340 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2746 | 2024-10-31T17:24:08.409Z | [ helios-setup] Oct 31 17:24:07.340 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2747 | 2024-10-31T17:24:08.409Z | [ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2748 | 2024-10-31T17:24:08.409Z | [ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2749 | 2024-10-31T17:24:08.409Z | [ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2750 | 2024-10-31T17:24:08.409Z | [ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2751 | 2024-10-31T17:24:08.409Z | [ helios-setup] Oct 31 17:24:07.341 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2752 | 2024-10-31T17:24:08.449Z | [ host-package] Compiling rustls v0.21.12 |
2753 | 2024-10-31T17:24:08.465Z | [ host-package] Compiling nix v0.29.0 |
2754 | 2024-10-31T17:24:08.465Z | [ helios-setup] Oct 31 17:24:07.392 INFO E| Updating crates.io index |
2755 | 2024-10-31T17:24:08.674Z | [ helios-setup] Oct 31 17:24:07.608 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2756 | 2024-10-31T17:24:08.964Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2757 | 2024-10-31T17:24:09.214Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2758 | 2024-10-31T17:24:09.522Z | [ helios-setup] Oct 31 17:24:08.456 INFO E| From https://github.com/oxidecomputer/typify |
2759 | 2024-10-31T17:24:09.522Z | [ helios-setup] Oct 31 17:24:08.456 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2760 | 2024-10-31T17:24:09.555Z | [ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2761 | 2024-10-31T17:24:09.555Z | [ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2762 | 2024-10-31T17:24:09.558Z | [ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2763 | 2024-10-31T17:24:09.558Z | [ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2764 | 2024-10-31T17:24:09.558Z | [ helios-setup] Oct 31 17:24:08.489 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2765 | 2024-10-31T17:24:09.558Z | [ helios-setup] Oct 31 17:24:08.490 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2766 | 2024-10-31T17:24:09.558Z | [ helios-setup] Oct 31 17:24:08.490 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2767 | 2024-10-31T17:24:10.049Z | [ helios-setup] Oct 31 17:24:08.983 INFO E| Downloading crates ... |
2768 | 2024-10-31T17:24:10.199Z | [ helios-setup] Oct 31 17:24:09.133 INFO E| Downloaded dyn-clone v1.0.11 |
2769 | 2024-10-31T17:24:10.210Z | [ helios-setup] Oct 31 17:24:09.136 INFO E| Downloaded cpufeatures v0.2.5 |
2770 | 2024-10-31T17:24:10.210Z | [ helios-setup] Oct 31 17:24:09.138 INFO E| Downloaded async-stream-impl v0.3.5 |
2771 | 2024-10-31T17:24:10.210Z | [ helios-setup] Oct 31 17:24:09.139 INFO E| Downloaded anstyle-parse v0.1.1 |
2772 | 2024-10-31T17:24:10.226Z | [ helios-setup] Oct 31 17:24:09.147 INFO E| Downloaded anstream v0.2.6 |
2773 | 2024-10-31T17:24:10.227Z | [ helios-setup] Oct 31 17:24:09.151 INFO E| Downloaded project-root v0.2.2 |
2774 | 2024-10-31T17:24:10.243Z | [ helios-setup] Oct 31 17:24:09.166 INFO E| Downloaded httpdate v1.0.2 |
2775 | 2024-10-31T17:24:10.243Z | [ helios-setup] Oct 31 17:24:09.168 INFO E| Downloaded futures-io v0.3.28 |
2776 | 2024-10-31T17:24:10.243Z | [ helios-setup] Oct 31 17:24:09.169 INFO E| Downloaded memoffset v0.7.1 |
2777 | 2024-10-31T17:24:10.243Z | [ helios-setup] Oct 31 17:24:09.172 INFO E| Downloaded concolor-query v0.3.3 |
2778 | 2024-10-31T17:24:10.243Z | [ helios-setup] Oct 31 17:24:09.174 INFO E| Downloaded byteorder v1.4.3 |
2779 | 2024-10-31T17:24:10.248Z | [ helios-setup] Oct 31 17:24:09.177 INFO E| Downloaded ppv-lite86 v0.2.17 |
2780 | 2024-10-31T17:24:10.248Z | [ helios-setup] Oct 31 17:24:09.179 INFO E| Downloaded ahash v0.7.6 |
2781 | 2024-10-31T17:24:10.253Z | [ helios-setup] Oct 31 17:24:09.185 INFO E| Downloaded terminal_size v0.2.6 |
2782 | 2024-10-31T17:24:10.253Z | [ helios-setup] Oct 31 17:24:09.187 INFO E| Downloaded slog-async v2.7.0 |
2783 | 2024-10-31T17:24:10.264Z | [ helios-setup] Oct 31 17:24:09.191 INFO E| Downloaded smartstring v1.0.1 |
2784 | 2024-10-31T17:24:10.264Z | [ helios-setup] Oct 31 17:24:09.195 INFO E| Downloaded const-random-macro v0.1.15 |
2785 | 2024-10-31T17:24:10.264Z | [ helios-setup] Oct 31 17:24:09.196 INFO E| Downloaded const-random v0.1.15 |
2786 | 2024-10-31T17:24:10.267Z | [ helios-setup] Oct 31 17:24:09.198 INFO E| Downloaded concolor-override v1.0.0 |
2787 | 2024-10-31T17:24:10.267Z | [ helios-setup] Oct 31 17:24:09.200 INFO E| Downloaded sha2 v0.10.6 |
2788 | 2024-10-31T17:24:10.271Z | [ helios-setup] Oct 31 17:24:09.205 INFO E| Downloaded http-body v0.4.5 |
2789 | 2024-10-31T17:24:10.275Z | [ helios-setup] Oct 31 17:24:09.208 INFO E| Downloaded futures-task v0.3.28 |
2790 | 2024-10-31T17:24:10.310Z | [ helios-setup] Oct 31 17:24:09.244 INFO E| Downloaded toolchain_find v0.2.0 |
2791 | 2024-10-31T17:24:10.315Z | [ helios-setup] Oct 31 17:24:09.246 INFO E| Downloaded thiserror-impl v1.0.38 |
2792 | 2024-10-31T17:24:10.315Z | [ helios-setup] Oct 31 17:24:09.248 INFO E| Downloaded signal-hook-registry v1.4.0 |
2793 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.250 INFO E| Downloaded pin-project-lite v0.2.9 |
2794 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.258 INFO E| Downloaded num_enum_derive v0.5.7 |
2795 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.260 INFO E| Downloaded sha1 v0.10.5 |
2796 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.263 INFO E| Downloaded serde_tokenstream v0.2.0 |
2797 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.268 INFO E| Downloaded autocfg v1.1.0 |
2798 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.270 INFO E| Downloaded async-stream v0.3.5 |
2799 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.273 INFO E| Downloaded want v0.3.0 |
2800 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.275 INFO E| Downloaded serde_path_to_error v0.1.11 |
2801 | 2024-10-31T17:24:10.382Z | [ helios-setup] Oct 31 17:24:09.277 INFO E| Downloaded try-lock v0.2.4 |
2802 | 2024-10-31T17:24:10.383Z | [ helios-setup] Oct 31 17:24:09.279 INFO E| Downloaded strsim v0.10.0 |
2803 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.281 INFO E| Downloaded thiserror v1.0.38 |
2804 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.288 INFO E| Downloaded time v0.1.45 |
2805 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.290 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2806 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.293 INFO E| Downloaded tokio-rustls v0.24.0 |
2807 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.297 INFO E| Downloaded parking_lot v0.12.1 |
2808 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.300 INFO E| Downloaded toml_datetime v0.6.1 |
2809 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.302 INFO E| Downloaded utf8parse v0.2.1 |
2810 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.304 INFO E| Downloaded tokio-macros v2.0.0 |
2811 | 2024-10-31T17:24:10.397Z | [ helios-setup] Oct 31 17:24:09.306 INFO E| Downloaded paste v1.0.12 |
2812 | 2024-10-31T17:24:10.433Z | [ helios-setup] Oct 31 17:24:09.339 INFO E| Downloaded num_cpus v1.15.0 |
2813 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.343 INFO E| Downloaded serde_spanned v0.6.1 |
2814 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.345 INFO E| Downloaded semver-parser v0.10.2 |
2815 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.347 INFO E| Downloaded semver v0.11.0 |
2816 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.350 INFO E| Downloaded smallvec v1.10.0 |
2817 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.353 INFO E| Downloaded ucd-trie v0.1.5 |
2818 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.356 INFO E| Downloaded log v0.4.17 |
2819 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.360 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2820 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.363 INFO E| Downloaded serde_derive_internals v0.26.0 |
2821 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.366 INFO E| Downloaded sct v0.7.0 |
2822 | 2024-10-31T17:24:10.438Z | [ helios-setup] Oct 31 17:24:09.371 INFO E| Downloaded semver v1.0.17 |
2823 | 2024-10-31T17:24:10.443Z | [ helios-setup] Oct 31 17:24:09.375 INFO E| Downloaded tinyvec v1.6.0 |
2824 | 2024-10-31T17:24:10.446Z | [ helios-setup] Oct 31 17:24:09.380 INFO E| Downloaded serde_derive v1.0.204 |
2825 | 2024-10-31T17:24:10.453Z | [ helios-setup] Oct 31 17:24:09.384 INFO E| Downloaded unicode-bidi v0.3.13 |
2826 | 2024-10-31T17:24:10.456Z | [ helios-setup] Oct 31 17:24:09.388 INFO E| Downloaded schemars v0.8.12 |
2827 | 2024-10-31T17:24:10.473Z | [ helios-setup] Oct 31 17:24:09.407 INFO E| Downloaded ryu v1.0.13 |
2828 | 2024-10-31T17:24:10.479Z | [ helios-setup] Oct 31 17:24:09.412 INFO E| Downloaded serde_yaml v0.9.21 |
2829 | 2024-10-31T17:24:10.484Z | [ helios-setup] Oct 31 17:24:09.418 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2830 | 2024-10-31T17:24:10.490Z | [ helios-setup] Oct 31 17:24:09.424 INFO E| Downloaded tracing v0.1.37 |
2831 | 2024-10-31T17:24:10.544Z | [ helios-setup] Oct 31 17:24:09.432 INFO E| Downloaded serde v1.0.204 |
2832 | 2024-10-31T17:24:10.554Z | [ helios-setup] Oct 31 17:24:09.438 INFO E| Downloaded crossbeam-utils v0.8.14 |
2833 | 2024-10-31T17:24:10.554Z | [ helios-setup] Oct 31 17:24:09.443 INFO E| Downloaded rayon-core v1.10.2 |
2834 | 2024-10-31T17:24:10.554Z | [ helios-setup] Oct 31 17:24:09.449 INFO E| Downloaded unicode-normalization v0.1.22 |
2835 | 2024-10-31T17:24:10.554Z | [ helios-setup] Oct 31 17:24:09.456 INFO E| Downloaded winnow v0.4.1 |
2836 | 2024-10-31T17:24:10.554Z | [ helios-setup] Oct 31 17:24:09.469 INFO E| Downloaded serde_json v1.0.95 |
2837 | 2024-10-31T17:24:10.554Z | [ helios-setup] Oct 31 17:24:09.482 INFO E| Downloaded syn v1.0.107 |
2838 | 2024-10-31T17:24:10.565Z | [ helios-setup] Oct 31 17:24:09.499 INFO E| Downloaded syn v2.0.72 |
2839 | 2024-10-31T17:24:10.582Z | [ helios-setup] Oct 31 17:24:09.516 INFO E| Downloaded rhai v1.14.0 |
2840 | 2024-10-31T17:24:10.602Z | [ helios-setup] Oct 31 17:24:09.536 INFO E| Downloaded tokio v1.27.0 |
2841 | 2024-10-31T17:24:10.660Z | [ helios-setup] Oct 31 17:24:09.594 INFO E| Downloaded pest v2.5.7 |
2842 | 2024-10-31T17:24:10.667Z | [ helios-setup] Oct 31 17:24:09.601 INFO E| Downloaded rayon v1.6.1 |
2843 | 2024-10-31T17:24:10.679Z | [ helios-setup] Oct 31 17:24:09.613 INFO E| Downloaded mio v0.8.5 |
2844 | 2024-10-31T17:24:10.688Z | [ helios-setup] Oct 31 17:24:09.622 INFO E| Downloaded h2 v0.3.16 |
2845 | 2024-10-31T17:24:10.698Z | [ helios-setup] Oct 31 17:24:09.632 INFO E| Downloaded futures-util v0.3.28 |
2846 | 2024-10-31T17:24:10.721Z | [ helios-setup] Oct 31 17:24:09.651 INFO E| Downloaded reqwest v0.11.16 |
2847 | 2024-10-31T17:24:10.729Z | [ helios-setup] Oct 31 17:24:09.663 INFO E| Downloaded hyper v0.14.25 |
2848 | 2024-10-31T17:24:10.742Z | [ helios-setup] Oct 31 17:24:09.676 INFO E| Downloaded regress v0.5.0 |
2849 | 2024-10-31T17:24:10.752Z | [ helios-setup] Oct 31 17:24:09.686 INFO E| Downloaded git2 v0.16.1 |
2850 | 2024-10-31T17:24:10.773Z | [ helios-setup] Oct 31 17:24:09.700 INFO E| Downloaded rustls v0.21.0 |
2851 | 2024-10-31T17:24:10.785Z | [ helios-setup] Oct 31 17:24:09.719 INFO E| Downloaded regex v1.7.3 |
2852 | 2024-10-31T17:24:10.799Z | [ helios-setup] Oct 31 17:24:09.733 INFO E| Downloaded rustix v0.37.3 |
2853 | 2024-10-31T17:24:10.825Z | [ helios-setup] Oct 31 17:24:09.759 INFO E| Downloaded chrono v0.4.24 |
2854 | 2024-10-31T17:24:10.835Z | [ helios-setup] Oct 31 17:24:09.769 INFO E| Downloaded openapiv3 v1.0.2 |
2855 | 2024-10-31T17:24:10.853Z | [ helios-setup] Oct 31 17:24:09.787 INFO E| Downloaded clap_builder v4.2.1 |
2856 | 2024-10-31T17:24:10.863Z | [ helios-setup] Oct 31 17:24:09.797 INFO E| Downloaded aho-corasick v0.7.20 |
2857 | 2024-10-31T17:24:10.869Z | [ helios-setup] Oct 31 17:24:09.803 INFO E| Downloaded http v0.2.9 |
2858 | 2024-10-31T17:24:10.875Z | [ helios-setup] Oct 31 17:24:09.809 INFO E| Downloaded crossbeam-channel v0.5.6 |
2859 | 2024-10-31T17:24:10.941Z | [ helios-setup] Oct 31 17:24:09.815 INFO E| Downloaded memchr v2.5.0 |
2860 | 2024-10-31T17:24:10.941Z | [ helios-setup] Oct 31 17:24:09.821 INFO E| Downloaded libc v0.2.139 |
2861 | 2024-10-31T17:24:10.941Z | [ helios-setup] Oct 31 17:24:09.855 INFO E| Downloaded cc v1.0.78 |
2862 | 2024-10-31T17:24:10.941Z | [ helios-setup] Oct 31 17:24:09.859 INFO E| Downloaded toml_edit v0.19.8 |
2863 | 2024-10-31T17:24:10.956Z | [ helios-setup] Oct 31 17:24:09.885 INFO E| Downloaded tokio-util v0.7.7 |
2864 | 2024-10-31T17:24:10.974Z | [ helios-setup] Oct 31 17:24:09.894 INFO E| Downloaded bytes v1.4.0 |
2865 | 2024-10-31T17:24:10.994Z | [ helios-setup] Oct 31 17:24:09.901 INFO E| Downloaded tracing-core v0.1.30 |
2866 | 2024-10-31T17:24:10.994Z | [ helios-setup] Oct 31 17:24:09.905 INFO E| Downloaded rhai_codegen v1.5.0 |
2867 | 2024-10-31T17:24:10.994Z | [ helios-setup] Oct 31 17:24:09.917 INFO E| Downloaded parking_lot_core v0.9.6 |
2868 | 2024-10-31T17:24:10.994Z | [ helios-setup] Oct 31 17:24:09.920 INFO E| Downloaded miniz_oxide v0.6.2 |
2869 | 2024-10-31T17:24:10.994Z | [ helios-setup] Oct 31 17:24:09.923 INFO E| Downloaded futures v0.3.28 |
2870 | 2024-10-31T17:24:10.999Z | [ helios-setup] Oct 31 17:24:09.931 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2871 | 2024-10-31T17:24:11.006Z | [ helios-setup] Oct 31 17:24:09.936 INFO E| Downloaded base64 v0.21.0 |
2872 | 2024-10-31T17:24:11.034Z | [ helios-setup] Oct 31 17:24:09.941 INFO E| Downloaded ahash v0.8.3 |
2873 | 2024-10-31T17:24:11.034Z | [ helios-setup] Oct 31 17:24:09.946 INFO E| Downloaded unicode-ident v1.0.8 |
2874 | 2024-10-31T17:24:11.034Z | [ helios-setup] Oct 31 17:24:09.950 INFO E| Downloaded tungstenite v0.18.0 |
2875 | 2024-10-31T17:24:11.034Z | [ helios-setup] Oct 31 17:24:09.956 INFO E| Downloaded rustls-webpki v0.100.1 |
2876 | 2024-10-31T17:24:11.034Z | [ helios-setup] Oct 31 17:24:09.966 INFO E| Downloaded url v2.3.1 |
2877 | 2024-10-31T17:24:11.051Z | [ helios-setup] Oct 31 17:24:09.971 INFO E| Downloaded unicode-linebreak v0.1.4 |
2878 | 2024-10-31T17:24:11.078Z | [ helios-setup] Oct 31 17:24:09.974 INFO E| Downloaded textwrap v0.16.0 |
2879 | 2024-10-31T17:24:11.078Z | [ helios-setup] Oct 31 17:24:09.978 INFO E| Downloaded num-integer v0.1.45 |
2880 | 2024-10-31T17:24:11.078Z | [ helios-setup] Oct 31 17:24:09.981 INFO E| Downloaded tempfile v3.5.0 |
2881 | 2024-10-31T17:24:11.078Z | [ helios-setup] Oct 31 17:24:09.985 INFO E| Downloaded quote v1.0.36 |
2882 | 2024-10-31T17:24:11.078Z | [ helios-setup] Oct 31 17:24:09.990 INFO E| Downloaded once_cell v1.17.0 |
2883 | 2024-10-31T17:24:11.078Z | [ helios-setup] Oct 31 17:24:09.994 INFO E| Downloaded futures-core v0.3.28 |
2884 | 2024-10-31T17:24:11.085Z | [ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded anyhow v1.0.68 |
2885 | 2024-10-31T17:24:11.085Z | [ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded scopeguard v1.1.0 |
2886 | 2024-10-31T17:24:11.085Z | [ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded num-traits v0.2.15 |
2887 | 2024-10-31T17:24:11.085Z | [ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded ipnet v2.7.2 |
2888 | 2024-10-31T17:24:11.085Z | [ helios-setup] Oct 31 17:24:10.017 INFO E| Downloaded flate2 v1.0.25 |
2889 | 2024-10-31T17:24:11.100Z | [ helios-setup] Oct 31 17:24:10.021 INFO E| Downloaded jobserver v0.1.26 |
2890 | 2024-10-31T17:24:11.100Z | [ helios-setup] Oct 31 17:24:10.024 INFO E| Downloaded encoding_rs v0.8.32 |
2891 | 2024-10-31T17:24:11.127Z | [ helios-setup] Oct 31 17:24:10.057 INFO E| Downloaded camino v1.1.4 |
2892 | 2024-10-31T17:24:11.137Z | [ helios-setup] Oct 31 17:24:10.060 INFO E| Downloaded async-trait v0.1.68 |
2893 | 2024-10-31T17:24:11.137Z | [ helios-setup] Oct 31 17:24:10.065 INFO E| Downloaded schemars_derive v0.8.12 |
2894 | 2024-10-31T17:24:11.137Z | [ helios-setup] Oct 31 17:24:10.067 INFO E| Downloaded uuid v1.3.0 |
2895 | 2024-10-31T17:24:11.145Z | [ helios-setup] Oct 31 17:24:10.073 INFO E| Downloaded toml v0.7.3 |
2896 | 2024-10-31T17:24:11.145Z | [ helios-setup] Oct 31 17:24:10.077 INFO E| Downloaded rustls-pemfile v1.0.2 |
2897 | 2024-10-31T17:24:11.152Z | [ helios-setup] Oct 31 17:24:10.080 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2898 | 2024-10-31T17:24:11.152Z | [ helios-setup] Oct 31 17:24:10.082 INFO E| Downloaded iana-time-zone v0.1.56 |
2899 | 2024-10-31T17:24:11.152Z | [ helios-setup] Oct 31 17:24:10.085 INFO E| Downloaded fastrand v1.9.0 |
2900 | 2024-10-31T17:24:11.159Z | [ helios-setup] Oct 31 17:24:10.087 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2901 | 2024-10-31T17:24:11.240Z | [ helios-setup] Oct 31 17:24:10.174 INFO E| Downloaded clap_lex v0.4.1 |
2902 | 2024-10-31T17:24:11.249Z | [ helios-setup] Oct 31 17:24:10.175 INFO E| Downloaded bincode v1.3.3 |
2903 | 2024-10-31T17:24:11.249Z | [ helios-setup] Oct 31 17:24:10.178 INFO E| Downloaded generic-array v0.14.6 |
2904 | 2024-10-31T17:24:11.249Z | [ helios-setup] Oct 31 17:24:10.180 INFO E| Downloaded pkg-config v0.3.26 |
2905 | 2024-10-31T17:24:11.249Z | [ helios-setup] Oct 31 17:24:10.182 INFO E| Downloaded futures-sink v0.3.28 |
2906 | 2024-10-31T17:24:11.250Z | [ helios-setup] Oct 31 17:24:10.183 INFO E| Downloaded futures-executor v0.3.28 |
2907 | 2024-10-31T17:24:11.257Z | [ helios-setup] Oct 31 17:24:10.185 INFO E| Downloaded socket2 v0.4.9 |
2908 | 2024-10-31T17:24:11.257Z | [ helios-setup] Oct 31 17:24:10.188 INFO E| Downloaded num_enum v0.5.7 |
2909 | 2024-10-31T17:24:11.266Z | [ helios-setup] Oct 31 17:24:10.193 INFO E| Downloaded httparse v1.8.0 |
2910 | 2024-10-31T17:24:11.266Z | [ helios-setup] Oct 31 17:24:10.197 INFO E| Downloaded clap v4.2.1 |
2911 | 2024-10-31T17:24:11.275Z | [ helios-setup] Oct 31 17:24:10.209 INFO E| Downloaded proc-macro-crate v1.2.1 |
2912 | 2024-10-31T17:24:11.281Z | [ helios-setup] Oct 31 17:24:10.210 INFO E| Downloaded percent-encoding v2.2.0 |
2913 | 2024-10-31T17:24:11.281Z | [ helios-setup] Oct 31 17:24:10.212 INFO E| Downloaded lock_api v0.4.9 |
2914 | 2024-10-31T17:24:11.281Z | [ helios-setup] Oct 31 17:24:10.214 INFO E| Downloaded is-terminal v0.4.7 |
2915 | 2024-10-31T17:24:11.288Z | [ helios-setup] Oct 31 17:24:10.215 INFO E| Downloaded libz-sys v1.1.8 |
2916 | 2024-10-31T17:24:11.407Z | [ helios-setup] Oct 31 17:24:10.341 INFO E| Downloaded getrandom v0.2.8 |
2917 | 2024-10-31T17:24:11.417Z | [ helios-setup] Oct 31 17:24:10.345 INFO E| Downloaded futures-macro v0.3.28 |
2918 | 2024-10-31T17:24:11.417Z | [ helios-setup] Oct 31 17:24:10.346 INFO E| Downloaded form_urlencoded v1.1.0 |
2919 | 2024-10-31T17:24:11.417Z | [ helios-setup] Oct 31 17:24:10.347 INFO E| Downloaded io-lifetimes v1.0.10 |
2920 | 2024-10-31T17:24:11.431Z | [ helios-setup] Oct 31 17:24:10.351 INFO E| Downloaded smawk v0.3.1 |
2921 | 2024-10-31T17:24:11.431Z | [ helios-setup] Oct 31 17:24:10.353 INFO E| Downloaded slog-bunyan v2.4.0 |
2922 | 2024-10-31T17:24:11.431Z | [ helios-setup] Oct 31 17:24:10.355 INFO E| Downloaded slab v0.4.7 |
2923 | 2024-10-31T17:24:11.431Z | [ helios-setup] Oct 31 17:24:10.357 INFO E| Downloaded lazy_static v1.4.0 |
2924 | 2024-10-31T17:24:11.431Z | [ helios-setup] Oct 31 17:24:10.359 INFO E| Downloaded either v1.8.0 |
2925 | 2024-10-31T17:24:11.439Z | [ helios-setup] Oct 31 17:24:10.361 INFO E| Downloaded crossbeam-deque v0.8.2 |
2926 | 2024-10-31T17:24:11.439Z | [ helios-setup] Oct 31 17:24:10.363 INFO E| Downloaded digest v0.10.6 |
2927 | 2024-10-31T17:24:11.439Z | [ helios-setup] Oct 31 17:24:10.366 INFO E| Downloaded built v0.6.0 |
2928 | 2024-10-31T17:24:11.439Z | [ helios-setup] Oct 31 17:24:10.368 INFO E| Downloaded block-buffer v0.10.3 |
2929 | 2024-10-31T17:24:11.439Z | [ helios-setup] Oct 31 17:24:10.370 INFO E| Downloaded anstyle v0.3.5 |
2930 | 2024-10-31T17:24:11.439Z | [ helios-setup] Oct 31 17:24:10.372 INFO E| Downloaded tower-service v0.3.2 |
2931 | 2024-10-31T17:24:11.467Z | [ helios-setup] Oct 31 17:24:10.374 INFO E| Downloaded itoa v1.0.6 |
2932 | 2024-10-31T17:24:11.467Z | [ helios-setup] Oct 31 17:24:10.376 INFO E| Downloaded home v0.5.4 |
2933 | 2024-10-31T17:24:11.467Z | [ helios-setup] Oct 31 17:24:10.377 INFO E| Downloaded futures-channel v0.3.28 |
2934 | 2024-10-31T17:24:11.467Z | [ helios-setup] Oct 31 17:24:10.381 INFO E| Downloaded clap_derive v4.2.0 |
2935 | 2024-10-31T17:24:11.467Z | [ helios-setup] Oct 31 17:24:10.384 INFO E| Downloaded cargo-lock v8.0.3 |
2936 | 2024-10-31T17:24:11.630Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2937 | 2024-10-31T17:24:11.870Z | [ helios-setup] Oct 31 17:24:10.804 INFO E| Compiling proc-macro2 v1.0.86 |
2938 | 2024-10-31T17:24:11.887Z | [ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling libc v0.2.139 |
2939 | 2024-10-31T17:24:11.887Z | [ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling unicode-ident v1.0.8 |
2940 | 2024-10-31T17:24:11.887Z | [ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling autocfg v1.1.0 |
2941 | 2024-10-31T17:24:11.887Z | [ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling cfg-if v1.0.0 |
2942 | 2024-10-31T17:24:11.887Z | [ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling version_check v0.9.4 |
2943 | 2024-10-31T17:24:11.887Z | [ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling serde v1.0.204 |
2944 | 2024-10-31T17:24:11.887Z | [ helios-setup] Oct 31 17:24:10.814 INFO E| Compiling syn v1.0.107 |
2945 | 2024-10-31T17:24:17.010Z | [ helios-setup] Oct 31 17:24:11.454 INFO E| Compiling memchr v2.5.0 |
2946 | 2024-10-31T17:24:17.056Z | [ helios-setup] Oct 31 17:24:11.834 INFO E| Compiling once_cell v1.17.0 |
2947 | 2024-10-31T17:24:17.056Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2948 | 2024-10-31T17:24:17.056Z | [ helios-setup] Oct 31 17:24:12.333 INFO E| Compiling thiserror v1.0.38 |
2949 | 2024-10-31T17:24:17.056Z | [ helios-setup] Oct 31 17:24:12.423 INFO E| Compiling log v0.4.17 |
2950 | 2024-10-31T17:24:17.056Z | [ helios-setup] Oct 31 17:24:13.138 INFO E| Compiling serde_json v1.0.95 |
2951 | 2024-10-31T17:24:17.056Z | [ helios-setup] Oct 31 17:24:13.266 INFO E| Compiling itoa v1.0.6 |
2952 | 2024-10-31T17:24:17.056Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2953 | 2024-10-31T17:24:17.056Z | [ helios-setup] Oct 31 17:24:14.141 INFO E| Compiling indexmap v1.9.3 |
2954 | 2024-10-31T17:24:17.057Z | [ helios-setup] Oct 31 17:24:14.209 INFO E| Compiling scopeguard v1.1.0 |
2955 | 2024-10-31T17:24:17.107Z | [ helios-setup] Oct 31 17:24:14.580 INFO E| Compiling pin-project-lite v0.2.9 |
2956 | 2024-10-31T17:24:17.107Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2957 | 2024-10-31T17:24:17.107Z | [ helios-setup] Oct 31 17:24:14.735 INFO E| Compiling num-integer v0.1.45 |
2958 | 2024-10-31T17:24:17.107Z | [ helios-setup] Oct 31 17:24:15.132 INFO E| Compiling quote v1.0.36 |
2959 | 2024-10-31T17:24:17.107Z | [ helios-setup] Oct 31 17:24:15.179 INFO E| Compiling bytes v1.4.0 |
2960 | 2024-10-31T17:24:17.107Z | [ helios-setup] Oct 31 17:24:15.241 INFO E| Compiling futures-core v0.3.28 |
2961 | 2024-10-31T17:24:17.107Z | [ helios-setup] Oct 31 17:24:15.907 INFO E| Compiling jobserver v0.1.26 |
2962 | 2024-10-31T17:24:17.107Z | [ helios-setup] Oct 31 17:24:15.977 INFO E| Compiling getrandom v0.2.8 |
2963 | 2024-10-31T17:24:17.424Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2964 | 2024-10-31T17:24:17.503Z | [ helios-setup] Oct 31 17:24:16.435 INFO E| Compiling syn v2.0.72 |
2965 | 2024-10-31T17:24:17.838Z | [ helios-setup] Oct 31 17:24:16.770 INFO E| Compiling cc v1.0.78 |
2966 | 2024-10-31T17:24:18.328Z | [ helios-setup] Oct 31 17:24:17.260 INFO E| Compiling ryu v1.0.13 |
2967 | 2024-10-31T17:24:19.122Z | [ helios-setup] Oct 31 17:24:18.053 INFO E| Compiling lock_api v0.4.9 |
2968 | 2024-10-31T17:24:19.225Z | [ helios-setup] Oct 31 17:24:18.157 INFO E| Compiling typenum v1.16.0 |
2969 | 2024-10-31T17:24:19.521Z | [ helios-setup] Oct 31 17:24:18.452 INFO E| Compiling bitflags v1.3.2 |
2970 | 2024-10-31T17:24:19.574Z | [ helios-setup] Oct 31 17:24:18.506 INFO E| Compiling parking_lot_core v0.9.6 |
2971 | 2024-10-31T17:24:19.833Z | [ helios-setup] Oct 31 17:24:18.765 INFO E| Compiling num_cpus v1.15.0 |
2972 | 2024-10-31T17:24:20.373Z | [ helios-setup] Oct 31 17:24:19.305 INFO E| Compiling slab v0.4.7 |
2973 | 2024-10-31T17:24:20.618Z | [ helios-setup] Oct 31 17:24:19.550 INFO E| Compiling generic-array v0.14.6 |
2974 | 2024-10-31T17:24:20.680Z | [ helios-setup] Oct 31 17:24:19.612 INFO E| Compiling futures-task v0.3.28 |
2975 | 2024-10-31T17:24:20.950Z | [ helios-setup] Oct 31 17:24:19.881 INFO E| Compiling futures-channel v0.3.28 |
2976 | 2024-10-31T17:24:21.144Z | [ helios-setup] Oct 31 17:24:20.076 INFO E| Compiling futures-sink v0.3.28 |
2977 | 2024-10-31T17:24:21.876Z | [ helios-setup] Oct 31 17:24:20.808 INFO E| Compiling tokio v1.27.0 |
2978 | 2024-10-31T17:24:22.153Z | [ helios-setup] Oct 31 17:24:21.084 INFO E| Compiling futures-util v0.3.28 |
2979 | 2024-10-31T17:24:22.156Z | [ helios-setup] Oct 31 17:24:21.085 INFO E| Compiling schemars v0.8.12 |
2980 | 2024-10-31T17:24:22.845Z | [ host-package] Compiling sct v0.7.1 |
2981 | 2024-10-31T17:24:22.936Z | [ host-package] Compiling heck v0.3.3 |
2982 | 2024-10-31T17:24:23.212Z | [ helios-setup] Oct 31 17:24:22.143 INFO E| Compiling socket2 v0.4.9 |
2983 | 2024-10-31T17:24:23.492Z | [ helios-setup] Oct 31 17:24:22.423 INFO E| Compiling signal-hook-registry v1.4.0 |
2984 | 2024-10-31T17:24:23.546Z | [ helios-setup] Oct 31 17:24:22.476 INFO E| Compiling mio v0.8.5 |
2985 | 2024-10-31T17:24:23.703Z | [ host-package] Compiling castaway v0.2.3 |
2986 | 2024-10-31T17:24:23.968Z | [ helios-setup] Oct 31 17:24:22.899 INFO E| Compiling num-traits v0.2.15 |
2987 | 2024-10-31T17:24:24.081Z | [ helios-setup] Oct 31 17:24:23.011 INFO E| Compiling ahash v0.7.6 |
2988 | 2024-10-31T17:24:24.187Z | [ host-package] Compiling csv-core v0.1.11 |
2989 | 2024-10-31T17:24:24.384Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2990 | 2024-10-31T17:24:24.520Z | [ host-package] Compiling http-range v0.1.5 |
2991 | 2024-10-31T17:24:24.771Z | [ helios-setup] Oct 31 17:24:23.702 INFO E| Compiling io-lifetimes v1.0.10 |
2992 | 2024-10-31T17:24:25.052Z | [ helios-setup] Oct 31 17:24:23.982 INFO E| Compiling crunchy v0.2.2 |
2993 | 2024-10-31T17:24:25.782Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2994 | 2024-10-31T17:24:26.024Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2995 | 2024-10-31T17:24:26.118Z | [ helios-setup] Oct 31 17:24:25.043 INFO E| Compiling pin-utils v0.1.0 |
2996 | 2024-10-31T17:24:26.184Z | [ helios-setup] Oct 31 17:24:25.115 INFO E| Compiling futures-io v0.3.28 |
2997 | 2024-10-31T17:24:26.708Z | [ host-package] Compiling csv v1.3.0 |
2998 | 2024-10-31T17:24:27.118Z | [ helios-setup] Oct 31 17:24:26.048 INFO E| Compiling ahash v0.8.3 |
2999 | 2024-10-31T17:24:27.211Z | [ helios-setup] Oct 31 17:24:26.138 INFO E| Compiling rustix v0.37.3 |
3000 | 2024-10-31T17:24:27.226Z | [ helios-setup] Oct 31 17:24:26.151 INFO E| Compiling tiny-keccak v2.0.2 |
3001 | 2024-10-31T17:24:27.231Z | [ helios-setup] Oct 31 17:24:26.154 INFO E| Compiling hashbrown v0.12.3 |
3002 | 2024-10-31T17:24:27.917Z | [ helios-setup] Oct 31 17:24:26.847 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3003 | 2024-10-31T17:24:28.155Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3004 | 2024-10-31T17:24:28.468Z | [ helios-setup] Oct 31 17:24:27.398 INFO E| Compiling serde_derive_internals v0.26.0 |
3005 | 2024-10-31T17:24:28.543Z | [ helios-setup] Oct 31 17:24:27.472 INFO E| Compiling crypto-common v0.1.6 |
3006 | 2024-10-31T17:24:28.962Z | [ helios-setup] Oct 31 17:24:27.892 INFO E| Compiling block-buffer v0.10.3 |
3007 | 2024-10-31T17:24:29.901Z | [ helios-setup] Oct 31 17:24:28.825 INFO E| Compiling errno v0.3.1 |
3008 | 2024-10-31T17:24:30.381Z | [ helios-setup] Oct 31 17:24:29.310 INFO E| Compiling fnv v1.0.7 |
3009 | 2024-10-31T17:24:30.384Z | [ helios-setup] Oct 31 17:24:29.310 INFO E| Compiling crossbeam-utils v0.8.14 |
3010 | 2024-10-31T17:24:30.399Z | [ helios-setup] Oct 31 17:24:29.329 INFO E| Compiling slog v2.7.0 |
3011 | 2024-10-31T17:24:30.584Z | [ host-package] Compiling compact_str v0.8.0 |
3012 | 2024-10-31T17:24:30.623Z | [ helios-setup] Oct 31 17:24:29.553 INFO E| Compiling pkg-config v0.3.26 |
3013 | 2024-10-31T17:24:31.623Z | [ helios-setup] Oct 31 17:24:30.552 INFO E| Compiling http v0.2.9 |
3014 | 2024-10-31T17:24:33.017Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3015 | 2024-10-31T17:24:33.492Z | [ helios-setup] Oct 31 17:24:32.421 INFO E| Compiling digest v0.10.6 |
3016 | 2024-10-31T17:24:34.591Z | [ helios-setup] Oct 31 17:24:33.519 INFO E| Compiling aho-corasick v0.7.20 |
3017 | 2024-10-31T17:24:35.212Z | [ helios-setup] Oct 31 17:24:34.140 INFO E| Compiling percent-encoding v2.2.0 |
3018 | 2024-10-31T17:24:35.305Z | [ helios-setup] Oct 31 17:24:34.233 INFO E| Compiling tinyvec_macros v0.1.1 |
3019 | 2024-10-31T17:24:35.566Z | [ helios-setup] Oct 31 17:24:34.493 INFO E| Compiling httparse v1.8.0 |
3020 | 2024-10-31T17:24:36.098Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3021 | 2024-10-31T17:24:36.286Z | [ helios-setup] Oct 31 17:24:35.214 INFO E| Compiling cpufeatures v0.2.5 |
3022 | 2024-10-31T17:24:36.441Z | [ helios-setup] Oct 31 17:24:35.368 INFO E| Compiling unicode-width v0.1.10 |
3023 | 2024-10-31T17:24:36.808Z | [ helios-setup] Oct 31 17:24:35.735 INFO E| Compiling regex-syntax v0.6.29 |
3024 | 2024-10-31T17:24:36.906Z | [ helios-setup] Oct 31 17:24:35.833 INFO E| Compiling heck v0.4.1 |
3025 | 2024-10-31T17:24:37.002Z | [ helios-setup] Oct 31 17:24:35.930 INFO E| Compiling anyhow v1.0.68 |
3026 | 2024-10-31T17:24:37.322Z | [ helios-setup] Oct 31 17:24:36.250 INFO E| Compiling tinyvec v1.6.0 |
3027 | 2024-10-31T17:24:38.020Z | [ helios-setup] Oct 31 17:24:36.948 INFO E| Compiling const-random-macro v0.1.15 |
3028 | 2024-10-31T17:24:38.189Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3029 | 2024-10-31T17:24:38.492Z | [ helios-setup] Oct 31 17:24:37.419 INFO E| Compiling form_urlencoded v1.1.0 |
3030 | 2024-10-31T17:24:39.118Z | [ helios-setup] Oct 31 17:24:38.046 INFO E| Compiling thiserror-impl v1.0.38 |
3031 | 2024-10-31T17:24:39.354Z | [ helios-setup] Oct 31 17:24:38.281 INFO E| Compiling schemars_derive v0.8.12 |
3032 | 2024-10-31T17:24:39.974Z | [ helios-setup] Oct 31 17:24:38.901 INFO E| Compiling hashbrown v0.13.2 |
3033 | 2024-10-31T17:24:40.084Z | [ helios-setup] Oct 31 17:24:39.011 INFO E| Compiling libz-sys v1.1.8 |
3034 | 2024-10-31T17:24:40.278Z | [ helios-setup] Oct 31 17:24:39.205 INFO E| Compiling serde_derive v1.0.204 |
3035 | 2024-10-31T17:24:40.707Z | [ host-package] Compiling nix v0.27.1 |
3036 | 2024-10-31T17:24:41.691Z | [ helios-setup] Oct 31 17:24:40.617 INFO E| Compiling tokio-macros v2.0.0 |
3037 | 2024-10-31T17:24:42.096Z | [ helios-setup] Oct 31 17:24:41.023 INFO E| Compiling futures-macro v0.3.28 |
3038 | 2024-10-31T17:24:42.478Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3039 | 2024-10-31T17:24:42.924Z | [ helios-setup] Oct 31 17:24:41.851 INFO E| Compiling chrono v0.4.24 |
3040 | 2024-10-31T17:24:45.230Z | [ helios-setup] Oct 31 17:24:44.155 INFO E| Compiling regex v1.7.3 |
3041 | 2024-10-31T17:24:46.775Z | [ helios-setup] Oct 31 17:24:45.700 INFO E| Compiling dyn-clone v1.0.11 |
3042 | 2024-10-31T17:24:46.878Z | [ helios-setup] Oct 31 17:24:45.803 INFO E| Compiling uuid v1.3.0 |
3043 | 2024-10-31T17:24:47.493Z | [ helios-setup] Oct 31 17:24:46.418 INFO E| Compiling unicode-normalization v0.1.22 |
3044 | 2024-10-31T17:24:47.548Z | [ helios-setup] Oct 31 17:24:46.473 INFO E| Compiling regress v0.5.0 |
3045 | 2024-10-31T17:24:47.741Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3046 | 2024-10-31T17:24:47.932Z | [ helios-setup] Oct 31 17:24:46.843 INFO E| Compiling const-random v0.1.15 |
3047 | 2024-10-31T17:24:49.924Z | [ helios-setup] Oct 31 17:24:48.848 INFO E| Compiling getopts v0.2.21 |
3048 | 2024-10-31T17:24:50.366Z | [ helios-setup] Oct 31 17:24:49.291 INFO E| Compiling tracing-core v0.1.30 |
3049 | 2024-10-31T17:24:50.853Z | [ helios-setup] Oct 31 17:24:49.777 INFO E| Compiling memoffset v0.7.1 |
3050 | 2024-10-31T17:24:51.304Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3051 | 2024-10-31T17:24:51.778Z | [ helios-setup] Oct 31 17:24:50.702 INFO E| Compiling powerfmt v0.2.0 |
3052 | 2024-10-31T17:24:51.979Z | [ helios-setup] Oct 31 17:24:50.902 INFO E| Compiling num-conv v0.1.0 |
3053 | 2024-10-31T17:24:52.354Z | [ helios-setup] Oct 31 17:24:51.278 INFO E| Compiling time-core v0.1.2 |
3054 | 2024-10-31T17:24:52.908Z | [ helios-setup] Oct 31 17:24:51.832 INFO E| Compiling unicode-bidi v0.3.13 |
3055 | 2024-10-31T17:24:53.061Z | [ helios-setup] Oct 31 17:24:51.985 INFO E| Compiling ucd-trie v0.1.5 |
3056 | 2024-10-31T17:24:55.842Z | [ helios-setup] Oct 31 17:24:54.765 INFO E| Compiling idna v0.3.0 |
3057 | 2024-10-31T17:24:56.857Z | [ helios-setup] Oct 31 17:24:55.780 INFO E| Compiling pest v2.5.7 |
3058 | 2024-10-31T17:24:58.982Z | [ helios-setup] Oct 31 17:24:57.905 INFO E| Compiling time-macros v0.2.18 |
3059 | 2024-10-31T17:24:59.953Z | [ helios-setup] Oct 31 17:24:58.875 INFO E| Compiling deranged v0.3.11 |
3060 | 2024-10-31T17:25:00.473Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3061 | 2024-10-31T17:25:01.689Z | [ helios-setup] Oct 31 17:25:00.610 INFO E| Compiling tracing v0.1.37 |
3062 | 2024-10-31T17:25:01.916Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3063 | 2024-10-31T17:25:03.487Z | [ helios-setup] Oct 31 17:25:02.408 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3064 | 2024-10-31T17:25:04.554Z | [ helios-setup] Oct 31 17:25:03.475 INFO E| Compiling time v0.1.45 |
3065 | 2024-10-31T17:25:04.794Z | [ helios-setup] Oct 31 17:25:03.715 INFO E| Compiling crossbeam-epoch v0.9.13 |
3066 | 2024-10-31T17:25:05.145Z | [ helios-setup] Oct 31 17:25:04.066 INFO E| Compiling num_threads v0.1.6 |
3067 | 2024-10-31T17:25:05.495Z | [ helios-setup] Oct 31 17:25:04.415 INFO E| Compiling iana-time-zone v0.1.56 |
3068 | 2024-10-31T17:25:05.534Z | [ helios-setup] Oct 31 17:25:04.454 INFO E| Compiling semver v1.0.17 |
3069 | 2024-10-31T17:25:06.634Z | [ helios-setup] Oct 31 17:25:05.554 INFO E| Compiling time v0.3.36 |
3070 | 2024-10-31T17:25:07.205Z | [ helios-setup] Oct 31 17:25:06.125 INFO E| Compiling url v2.3.1 |
3071 | 2024-10-31T17:25:07.614Z | [ helios-setup] Oct 31 17:25:06.534 INFO E| Compiling semver-parser v0.10.2 |
3072 | 2024-10-31T17:25:08.003Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3073 | 2024-10-31T17:25:08.106Z | [ helios-setup] Oct 31 17:25:07.026 INFO E| Compiling smallvec v1.10.0 |
3074 | 2024-10-31T17:25:08.785Z | [ helios-setup] Oct 31 17:25:07.705 INFO E| Compiling toml v0.5.11 |
3075 | 2024-10-31T17:25:08.867Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3076 | 2024-10-31T17:25:09.849Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3077 | 2024-10-31T17:25:10.377Z | [ helios-setup] Oct 31 17:25:09.297 INFO E| Compiling parking_lot v0.12.1 |
3078 | 2024-10-31T17:25:10.802Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3079 | 2024-10-31T17:25:10.885Z | [ helios-setup] Oct 31 17:25:09.804 INFO E| Compiling serde_tokenstream v0.2.0 |
3080 | 2024-10-31T17:25:11.685Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3081 | 2024-10-31T17:25:13.337Z | [ host-package] Compiling hashlink v0.9.1 |
3082 | 2024-10-31T17:25:13.753Z | [ host-package] Compiling tungstenite v0.23.0 |
3083 | 2024-10-31T17:25:15.182Z | [ host-package] Compiling lru v0.12.5 |
3084 | 2024-10-31T17:25:16.051Z | [ host-package] Compiling instability v0.3.2 |
3085 | 2024-10-31T17:25:17.080Z | [ helios-setup] Oct 31 17:25:15.998 INFO E| Compiling crossbeam-channel v0.5.6 |
3086 | 2024-10-31T17:25:18.166Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3087 | 2024-10-31T17:25:18.549Z | [ host-package] Compiling cassowary v0.3.0 |
3088 | 2024-10-31T17:25:18.868Z | [ host-package] Compiling base64 v0.13.1 |
3089 | 2024-10-31T17:25:19.580Z | [ helios-setup] Oct 31 17:25:18.497 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3090 | 2024-10-31T17:25:20.522Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3091 | 2024-10-31T17:25:21.117Z | [ helios-setup] Oct 31 17:25:20.033 INFO E| Compiling dirs-sys-next v0.1.2 |
3092 | 2024-10-31T17:25:21.858Z | [ helios-setup] Oct 31 17:25:20.775 INFO E| Compiling try-lock v0.2.4 |
3093 | 2024-10-31T17:25:22.265Z | [ helios-setup] Oct 31 17:25:21.182 INFO E| Compiling crc32fast v1.3.2 |
3094 | 2024-10-31T17:25:22.489Z | [ host-package] Compiling rusqlite v0.32.1 |
3095 | 2024-10-31T17:25:23.270Z | [ helios-setup] Oct 31 17:25:22.186 INFO E| Compiling same-file v1.0.6 |
3096 | 2024-10-31T17:25:23.771Z | [ helios-setup] Oct 31 17:25:22.687 INFO E| Compiling want v0.3.0 |
3097 | 2024-10-31T17:25:24.019Z | [ helios-setup] Oct 31 17:25:22.935 INFO E| Compiling walkdir v2.3.3 |
3098 | 2024-10-31T17:25:24.483Z | [ helios-setup] Oct 31 17:25:23.399 INFO E| Compiling dirs-next v2.0.0 |
3099 | 2024-10-31T17:25:25.539Z | [ helios-setup] Oct 31 17:25:24.455 INFO E| Compiling proc-macro-crate v1.2.1 |
3100 | 2024-10-31T17:25:26.239Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3101 | 2024-10-31T17:25:27.175Z | [ helios-setup] Oct 31 17:25:26.090 INFO E| Compiling semver v0.11.0 |
3102 | 2024-10-31T17:25:28.873Z | [ helios-setup] Oct 31 17:25:27.788 INFO E| Compiling tokio-util v0.7.7 |
3103 | 2024-10-31T17:25:29.332Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3104 | 2024-10-31T17:25:30.481Z | [ host-package] Compiling ron v0.7.1 |
3105 | 2024-10-31T17:25:31.038Z | [ helios-setup] Oct 31 17:25:29.952 INFO E| Compiling futures-executor v0.3.28 |
3106 | 2024-10-31T17:25:31.423Z | [ host-package] Compiling ratatui v0.28.1 |
3107 | 2024-10-31T17:25:32.324Z | [ helios-setup] Oct 31 17:25:31.238 INFO E| Compiling h2 v0.3.16 |
3108 | 2024-10-31T17:25:33.077Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3109 | 2024-10-31T17:25:33.476Z | [ helios-setup] Oct 31 17:25:32.389 INFO E| Compiling http-body v0.4.5 |
3110 | 2024-10-31T17:25:33.598Z | [ helios-setup] Oct 31 17:25:32.511 INFO E| Compiling ring v0.16.20 |
3111 | 2024-10-31T17:25:34.368Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3112 | 2024-10-31T17:25:34.624Z | [ helios-setup] Oct 31 17:25:33.538 INFO E| Compiling rand_core v0.6.4 |
3113 | 2024-10-31T17:25:35.490Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3114 | 2024-10-31T17:25:36.035Z | [ host-package] Compiling xz2 v0.1.7 |
3115 | 2024-10-31T17:25:36.115Z | [ helios-setup] Oct 31 17:25:35.028 INFO E| Compiling thread_local v1.1.7 |
3116 | 2024-10-31T17:25:36.762Z | [ helios-setup] Oct 31 17:25:35.675 INFO E| Compiling utf8parse v0.2.1 |
3117 | 2024-10-31T17:25:37.236Z | [ helios-setup] Oct 31 17:25:36.149 INFO E| Compiling tower-service v0.3.2 |
3118 | 2024-10-31T17:25:37.378Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3119 | 2024-10-31T17:25:37.462Z | [ helios-setup] Oct 31 17:25:36.375 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3120 | 2024-10-31T17:25:37.654Z | [ helios-setup] Oct 31 17:25:36.566 INFO E| Compiling lazy_static v1.4.0 |
3121 | 2024-10-31T17:25:37.817Z | [ helios-setup] Oct 31 17:25:36.730 INFO E| Compiling adler v1.0.2 |
3122 | 2024-10-31T17:25:38.227Z | [ helios-setup] Oct 31 17:25:37.140 INFO E| Compiling fastrand v1.9.0 |
3123 | 2024-10-31T17:25:38.724Z | [ helios-setup] Oct 31 17:25:37.636 INFO E| Compiling base64 v0.21.0 |
3124 | 2024-10-31T17:25:39.204Z | [ helios-setup] Oct 31 17:25:38.116 INFO E| Compiling home v0.5.4 |
3125 | 2024-10-31T17:25:39.785Z | [ helios-setup] Oct 31 17:25:38.697 INFO E| Compiling ppv-lite86 v0.2.17 |
3126 | 2024-10-31T17:25:40.597Z | [ host-package] Compiling zone v0.1.8 |
3127 | 2024-10-31T17:25:41.243Z | [ helios-setup] Oct 31 17:25:40.155 INFO E| Compiling httpdate v1.0.2 |
3128 | 2024-10-31T17:25:41.531Z | [ helios-setup] Oct 31 17:25:40.443 INFO E| Compiling rayon-core v1.10.2 |
3129 | 2024-10-31T17:25:42.653Z | [ helios-setup] Oct 31 17:25:41.564 INFO E| Compiling rand_chacha v0.3.1 |
3130 | 2024-10-31T17:25:43.055Z | [ helios-setup] Oct 31 17:25:41.966 INFO E| Compiling toolchain_find v0.2.0 |
3131 | 2024-10-31T17:25:44.234Z | [ helios-setup] Oct 31 17:25:43.145 INFO E| Compiling hyper v0.14.25 |
3132 | 2024-10-31T17:25:45.402Z | [ helios-setup] Oct 31 17:25:44.313 INFO E| Compiling tempfile v3.5.0 |
3133 | 2024-10-31T17:25:45.904Z | [ helios-setup] Oct 31 17:25:44.815 INFO E| Compiling miniz_oxide v0.6.2 |
3134 | 2024-10-31T17:25:47.025Z | [ helios-setup] Oct 31 17:25:45.935 INFO E| Compiling anstyle-parse v0.1.1 |
3135 | 2024-10-31T17:26:03.417Z | [ helios-setup] Oct 31 17:26:02.323 INFO E| Compiling futures v0.3.28 |
3136 | 2024-10-31T17:26:03.551Z | [ helios-setup] Oct 31 17:26:02.458 INFO E| Compiling crossbeam-deque v0.8.2 |
3137 | 2024-10-31T17:26:03.943Z | [ helios-setup] Oct 31 17:26:02.849 INFO E| Compiling cargo-lock v8.0.3 |
3138 | 2024-10-31T17:26:06.936Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3139 | 2024-10-31T17:26:08.175Z | [ helios-setup] Oct 31 17:26:07.080 INFO E| Compiling num_enum_derive v0.5.7 |
3140 | 2024-10-31T17:26:09.202Z | [ helios-setup] Oct 31 17:26:08.107 INFO E| Compiling term v0.7.0 |
3141 | 2024-10-31T17:26:09.808Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3142 | 2024-10-31T17:26:10.156Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3143 | 2024-10-31T17:26:11.020Z | [ helios-setup] Oct 31 17:26:09.924 INFO E| Compiling serde_urlencoded v0.7.1 |
3144 | 2024-10-31T17:26:11.468Z | [ helios-setup] Oct 31 17:26:10.372 INFO E| Compiling sha1 v0.10.5 |
3145 | 2024-10-31T17:26:12.573Z | [ helios-setup] Oct 31 17:26:11.477 INFO E| Compiling sha2 v0.10.6 |
3146 | 2024-10-31T17:26:12.729Z | [ helios-setup] Oct 31 17:26:11.633 INFO E| Compiling is-terminal v0.4.7 |
3147 | 2024-10-31T17:26:13.200Z | [ helios-setup] Oct 31 17:26:12.104 INFO E| Compiling atty v0.2.14 |
3148 | 2024-10-31T17:26:13.227Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3149 | 2024-10-31T17:26:13.386Z | [ helios-setup] Oct 31 17:26:12.290 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3150 | 2024-10-31T17:26:13.691Z | [ helios-setup] Oct 31 17:26:12.595 INFO E| Compiling concolor-override v1.0.0 |
3151 | 2024-10-31T17:26:13.844Z | [ helios-setup] Oct 31 17:26:12.748 INFO E| Compiling anstyle v0.3.5 |
3152 | 2024-10-31T17:26:14.508Z | [ helios-setup] Oct 31 17:26:13.412 INFO E| Compiling concolor-query v0.3.3 |
3153 | 2024-10-31T17:26:14.928Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3154 | 2024-10-31T17:26:15.653Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3155 | 2024-10-31T17:26:17.223Z | [ helios-setup] Oct 31 17:26:16.126 INFO E| Compiling anstream v0.2.6 |
3156 | 2024-10-31T17:26:18.146Z | [ helios-setup] Oct 31 17:26:17.049 INFO E| Compiling slog-term v2.9.0 |
3157 | 2024-10-31T17:26:18.987Z | [ helios-setup] Oct 31 17:26:17.890 INFO E| Compiling num_enum v0.5.7 |
3158 | 2024-10-31T17:26:19.218Z | [ helios-setup] Oct 31 17:26:18.119 INFO E| Compiling flate2 v1.0.25 |
3159 | 2024-10-31T17:26:19.522Z | [ helios-setup] Oct 31 17:26:18.424 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3160 | 2024-10-31T17:26:19.718Z | [ helios-setup] Oct 31 17:26:18.620 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3161 | 2024-10-31T17:26:20.188Z | [ helios-setup] Oct 31 17:26:19.090 INFO E| Compiling rand v0.8.5 |
3162 | 2024-10-31T17:26:21.082Z | [ helios-setup] Oct 31 17:26:19.984 INFO E| Compiling openapiv3 v1.0.2 |
3163 | 2024-10-31T17:26:21.183Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3164 | 2024-10-31T17:26:21.633Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3165 | 2024-10-31T17:26:22.103Z | [ host-package] Compiling twox-hash v1.6.3 |
3166 | 2024-10-31T17:26:23.877Z | [ helios-setup] Oct 31 17:26:22.779 INFO E| Compiling encoding_rs v0.8.32 |
3167 | 2024-10-31T17:26:24.106Z | [ host-package] Compiling yasna v0.5.2 |
3168 | 2024-10-31T17:26:24.572Z | [ helios-setup] Oct 31 17:26:23.473 INFO E| Compiling utf-8 v0.7.6 |
3169 | 2024-10-31T17:26:24.731Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3170 | 2024-10-31T17:26:25.250Z | [ helios-setup] Oct 31 17:26:24.152 INFO E| Compiling mime v0.3.17 |
3171 | 2024-10-31T17:26:25.958Z | [ host-package] Compiling smawk v0.3.2 |
3172 | 2024-10-31T17:26:26.692Z | [ host-package] Compiling is_ci v1.2.0 |
3173 | 2024-10-31T17:26:27.274Z | [ helios-setup] Oct 31 17:26:26.175 INFO E| Compiling clap_lex v0.4.1 |
3174 | 2024-10-31T17:26:27.403Z | [ host-package] Compiling supports-color v3.0.1 |
3175 | 2024-10-31T17:26:28.247Z | [ host-package] Compiling rcgen v0.12.1 |
3176 | 2024-10-31T17:26:28.628Z | [ helios-setup] Oct 31 17:26:27.528 INFO E| Compiling strsim v0.10.0 |
3177 | 2024-10-31T17:26:29.475Z | [ helios-setup] Oct 31 17:26:28.375 INFO E| Compiling spin v0.5.2 |
3178 | 2024-10-31T17:26:30.271Z | [ helios-setup] Oct 31 17:26:29.170 INFO E| Compiling untrusted v0.7.1 |
3179 | 2024-10-31T17:26:30.794Z | [ host-package] Compiling textwrap v0.16.1 |
3180 | 2024-10-31T17:26:30.925Z | [ helios-setup] Oct 31 17:26:29.824 INFO E| Compiling ipnet v2.7.2 |
3181 | 2024-10-31T17:26:31.115Z | [ helios-setup] Oct 31 17:26:30.015 INFO E| Compiling either v1.8.0 |
3182 | 2024-10-31T17:26:31.821Z | [ helios-setup] Oct 31 17:26:30.720 INFO E| Compiling base64 v0.13.1 |
3183 | 2024-10-31T17:26:32.401Z | [ helios-setup] Oct 31 17:26:31.300 INFO E| Compiling byteorder v1.4.3 |
3184 | 2024-10-31T17:26:32.503Z | [ helios-setup] Oct 31 17:26:31.403 INFO E| Compiling project-root v0.2.2 |
3185 | 2024-10-31T17:26:33.191Z | [ helios-setup] Oct 31 17:26:32.090 INFO E| Compiling unsafe-libyaml v0.2.8 |
3186 | 2024-10-31T17:26:33.531Z | [ helios-setup] Oct 31 17:26:32.430 INFO E| Compiling tungstenite v0.18.0 |
3187 | 2024-10-31T17:26:33.975Z | [ helios-setup] Oct 31 17:26:32.874 INFO E| Compiling reqwest v0.11.16 |
3188 | 2024-10-31T17:26:34.703Z | [ helios-setup] Oct 31 17:26:33.601 INFO E| Compiling rayon v1.6.1 |
3189 | 2024-10-31T17:26:35.825Z | [ helios-setup] Oct 31 17:26:34.724 INFO E| Compiling serde_yaml v0.9.21 |
3190 | 2024-10-31T17:26:36.827Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3191 | 2024-10-31T17:26:43.561Z | [ helios-setup] Oct 31 17:26:42.458 INFO E| Compiling clap_builder v4.2.1 |
3192 | 2024-10-31T17:26:43.718Z | [ helios-setup] Oct 31 17:26:42.614 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3193 | 2024-10-31T17:26:45.240Z | [ helios-setup] Oct 31 17:26:44.136 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3194 | 2024-10-31T17:26:45.981Z | [ helios-setup] Oct 31 17:26:44.877 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3195 | 2024-10-31T17:26:48.010Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3196 | 2024-10-31T17:26:48.810Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3197 | 2024-10-31T17:26:49.842Z | [ helios-setup] Oct 31 17:26:48.737 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3198 | 2024-10-31T17:26:50.194Z | [ helios-setup] Oct 31 17:26:49.089 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3199 | 2024-10-31T17:26:50.664Z | [ helios-setup] Oct 31 17:26:49.559 INFO E| Compiling clap_derive v4.2.0 |
3200 | 2024-10-31T17:26:54.307Z | [ helios-setup] Oct 31 17:26:53.201 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3201 | 2024-10-31T17:26:54.589Z | [ helios-setup] Oct 31 17:26:53.483 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3202 | 2024-10-31T17:26:59.959Z | [ helios-setup] Oct 31 17:26:58.852 INFO E| Compiling clap v4.2.1 |
3203 | 2024-10-31T17:27:03.469Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3204 | 2024-10-31T17:27:15.678Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3205 | 2024-10-31T17:27:17.205Z | [ helios-setup] Oct 31 17:27:16.094 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3206 | 2024-10-31T17:27:20.493Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3207 | 2024-10-31T17:27:20.523Z | [ helios-setup] Oct 31 17:27:19.410 INFO E| Compiling tokio-tungstenite v0.18.0 |
3208 | 2024-10-31T17:27:21.656Z | [ helios-setup] Oct 31 17:27:20.543 INFO E| Compiling smartstring v1.0.1 |
3209 | 2024-10-31T17:27:22.475Z | [ helios-setup] Oct 31 17:27:21.362 INFO E| Compiling rustls v0.21.0 |
3210 | 2024-10-31T17:27:24.862Z | [ helios-setup] Oct 31 17:27:23.748 INFO E| Compiling sct v0.7.0 |
3211 | 2024-10-31T17:27:25.477Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3212 | 2024-10-31T17:27:26.382Z | [ helios-setup] Oct 31 17:27:25.268 INFO E| Compiling rustls-webpki v0.100.1 |
3213 | 2024-10-31T17:27:28.352Z | [ helios-setup] Oct 31 17:27:27.238 INFO E| Compiling serde_spanned v0.6.1 |
3214 | 2024-10-31T17:27:29.100Z | [ helios-setup] Oct 31 17:27:27.985 INFO E| Compiling toml_datetime v0.6.1 |
3215 | 2024-10-31T17:27:30.295Z | [ helios-setup] Oct 31 17:27:29.180 INFO E| Compiling camino v1.1.4 |
3216 | 2024-10-31T17:27:30.337Z | [ helios-setup] Oct 31 17:27:29.223 INFO E| Compiling winnow v0.4.1 |
3217 | 2024-10-31T17:27:32.225Z | [ helios-setup] Oct 31 17:27:31.110 INFO E| Compiling slog-async v2.7.0 |
3218 | 2024-10-31T17:27:33.057Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3219 | 2024-10-31T17:27:33.768Z | [ helios-setup] Oct 31 17:27:32.652 INFO E| Compiling static_assertions v1.1.0 |
3220 | 2024-10-31T17:27:34.249Z | [ helios-setup] Oct 31 17:27:33.133 INFO E| Compiling match_cfg v0.1.0 |
3221 | 2024-10-31T17:27:34.403Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3222 | 2024-10-31T17:27:34.804Z | [ helios-setup] Oct 31 17:27:33.688 INFO E| Compiling paste v1.0.12 |
3223 | 2024-10-31T17:27:35.168Z | [ helios-setup] Oct 31 17:27:34.051 INFO E| Compiling async-trait v0.1.68 |
3224 | 2024-10-31T17:27:36.023Z | [ helios-setup] Oct 31 17:27:34.907 INFO E| Compiling hostname v0.3.1 |
3225 | 2024-10-31T17:27:37.130Z | [ helios-setup] Oct 31 17:27:36.014 INFO E| Compiling toml_edit v0.19.8 |
3226 | 2024-10-31T17:27:38.296Z | [ helios-setup] Oct 31 17:27:37.179 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3227 | 2024-10-31T17:27:38.942Z | [ helios-setup] Oct 31 17:27:37.825 INFO E| Compiling slog-json v2.6.1 |
3228 | 2024-10-31T17:27:40.359Z | [ helios-setup] Oct 31 17:27:39.242 INFO E| Compiling unicode-linebreak v0.1.4 |
3229 | 2024-10-31T17:27:45.371Z | [ helios-setup] Oct 31 17:27:44.252 INFO E| Compiling async-stream-impl v0.3.5 |
3230 | 2024-10-31T17:27:46.386Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3231 | 2024-10-31T17:27:46.724Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3232 | 2024-10-31T17:27:47.236Z | [ helios-setup] Oct 31 17:27:46.117 INFO E| Compiling rhai_codegen v1.5.0 |
3233 | 2024-10-31T17:27:47.453Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3234 | 2024-10-31T17:27:48.638Z | [ helios-setup] Oct 31 17:27:47.519 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3235 | 2024-10-31T17:27:49.625Z | [ helios-setup] Oct 31 17:27:48.505 INFO E| Compiling take_mut v0.2.2 |
3236 | 2024-10-31T17:27:49.864Z | [ helios-setup] Oct 31 17:27:48.745 INFO E| Compiling async-stream v0.3.5 |
3237 | 2024-10-31T17:27:50.483Z | [ helios-setup] Oct 31 17:27:49.364 INFO E| Compiling tokio-rustls v0.24.0 |
3238 | 2024-10-31T17:27:51.916Z | [ helios-setup] Oct 31 17:27:50.795 INFO E| Compiling toml v0.7.3 |
3239 | 2024-10-31T17:27:52.705Z | [ helios-setup] Oct 31 17:27:51.585 INFO E| Compiling rhai v1.14.0 |
3240 | 2024-10-31T17:27:53.650Z | [ helios-setup] Oct 31 17:27:52.529 INFO E| Compiling slog-bunyan v2.4.0 |
3241 | 2024-10-31T17:27:59.100Z | [ helios-setup] Oct 31 17:27:57.978 INFO E| Compiling rustls-pemfile v1.0.2 |
3242 | 2024-10-31T17:27:59.706Z | [ host-package] Compiling fatfs v0.3.6 |
3243 | 2024-10-31T17:28:00.565Z | [ helios-setup] Oct 31 17:27:59.443 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3244 | 2024-10-31T17:28:00.710Z | [ helios-setup] Oct 31 17:27:59.587 INFO E| Compiling serde_path_to_error v0.1.11 |
3245 | 2024-10-31T17:28:00.789Z | [ host-package] Compiling rtoolbox v0.0.2 |
3246 | 2024-10-31T17:28:00.953Z | [ helios-setup] Oct 31 17:27:59.830 INFO E| Compiling bincode v1.3.3 |
3247 | 2024-10-31T17:28:01.565Z | [ host-package] Compiling subprocess v0.2.9 |
3248 | 2024-10-31T17:28:03.446Z | [ helios-setup] Oct 31 17:28:02.323 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3249 | 2024-10-31T17:28:03.449Z | [ helios-setup] Oct 31 17:28:02.323 INFO E| Compiling terminal_size v0.2.6 |
3250 | 2024-10-31T17:28:04.031Z | [ helios-setup] Oct 31 17:28:02.908 INFO E| Compiling smawk v0.3.1 |
3251 | 2024-10-31T17:28:04.603Z | [ helios-setup] Oct 31 17:28:03.480 INFO E| Compiling textwrap v0.16.0 |
3252 | 2024-10-31T17:28:05.202Z | [ host-package] Compiling assert_matches v1.5.0 |
3253 | 2024-10-31T17:28:05.233Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3254 | 2024-10-31T17:28:09.824Z | [ host-package] Compiling rpassword v7.3.1 |
3255 | 2024-10-31T17:28:10.740Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3256 | 2024-10-31T17:28:12.626Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3257 | 2024-10-31T17:28:19.942Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3258 | 2024-10-31T17:28:32.365Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3259 | 2024-10-31T17:28:32.445Z | [ helios-setup] Oct 31 17:28:31.315 INFO E| Compiling git2 v0.16.1 |
3260 | 2024-10-31T17:28:32.979Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3261 | 2024-10-31T17:28:37.476Z | [ helios-setup] Oct 31 17:28:36.345 INFO E| Compiling built v0.6.0 |
3262 | 2024-10-31T17:28:41.736Z | [ helios-setup] Oct 31 17:28:40.603 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3263 | 2024-10-31T17:28:42.487Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3264 | 2024-10-31T17:28:43.322Z | [ helios-setup] Oct 31 17:28:42.190 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3265 | 2024-10-31T17:28:44.093Z | [ helios-setup] Oct 31 17:28:42.960 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3266 | 2024-10-31T17:28:49.777Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3267 | 2024-10-31T17:28:50.308Z | [ host-package] Compiling uzers v0.12.1 |
3268 | 2024-10-31T17:28:54.738Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3269 | 2024-10-31T17:29:01.547Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3270 | 2024-10-31T17:29:02.317Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3271 | 2024-10-31T17:29:03.103Z | [ helios-setup] Oct 31 17:29:01.965 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3272 | 2024-10-31T17:29:05.377Z | [ helios-setup] Oct 31 17:29:04.239 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3273 | 2024-10-31T17:29:47.751Z | [ helios-setup] Oct 31 17:29:46.603 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3274 | 2024-10-31T17:29:48.751Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3275 | 2024-10-31T17:29:49.449Z | [ host-package] Compiling multimap v0.10.0 |
3276 | 2024-10-31T17:30:55.234Z | [ helios-setup] Oct 31 17:30:54.069 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s |
3277 | 2024-10-31T17:30:55.368Z | [ helios-setup] Oct 31 17:30:54.203 INFO building project "pilot" ok (412 seconds) |
3278 | 2024-10-31T17:30:55.371Z | [ helios-setup] Oct 31 17:30:54.203 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3279 | 2024-10-31T17:30:55.371Z | [ helios-setup] Oct 31 17:30:54.203 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3280 | 2024-10-31T17:30:55.811Z | [ helios-setup] Oct 31 17:30:54.644 INFO E| Downloading crates ... |
3281 | 2024-10-31T17:30:55.964Z | [ helios-setup] Oct 31 17:30:54.799 INFO E| Downloaded typenum v1.15.0 |
3282 | 2024-10-31T17:30:55.987Z | [ helios-setup] Oct 31 17:30:54.803 INFO E| Downloaded digest v0.10.3 |
3283 | 2024-10-31T17:30:55.987Z | [ helios-setup] Oct 31 17:30:54.806 INFO E| Downloaded sha2 v0.10.5 |
3284 | 2024-10-31T17:30:55.987Z | [ helios-setup] Oct 31 17:30:54.809 INFO E| Downloaded anyhow v1.0.62 |
3285 | 2024-10-31T17:30:55.987Z | [ helios-setup] Oct 31 17:30:54.815 INFO E| Downloaded bytes v1.2.1 |
3286 | 2024-10-31T17:30:56.154Z | [ helios-setup] Oct 31 17:30:54.988 INFO E| Compiling typenum v1.15.0 |
3287 | 2024-10-31T17:30:56.154Z | [ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling version_check v0.9.4 |
3288 | 2024-10-31T17:30:56.157Z | [ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling crc32fast v1.3.2 |
3289 | 2024-10-31T17:30:56.157Z | [ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling cfg-if v1.0.0 |
3290 | 2024-10-31T17:30:56.157Z | [ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling adler v1.0.2 |
3291 | 2024-10-31T17:30:56.157Z | [ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling anyhow v1.0.62 |
3292 | 2024-10-31T17:30:56.157Z | [ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling cpufeatures v0.2.5 |
3293 | 2024-10-31T17:30:56.157Z | [ helios-setup] Oct 31 17:30:54.989 INFO E| Compiling unicode-width v0.1.10 |
3294 | 2024-10-31T17:30:56.327Z | [ helios-setup] Oct 31 17:30:55.161 INFO E| Compiling bitflags v1.3.2 |
3295 | 2024-10-31T17:30:56.502Z | [ helios-setup] Oct 31 17:30:55.337 INFO E| Compiling getopts v0.2.21 |
3296 | 2024-10-31T17:30:56.550Z | [ helios-setup] Oct 31 17:30:55.384 INFO E| Compiling miniz_oxide v0.6.2 |
3297 | 2024-10-31T17:30:56.750Z | [ helios-setup] Oct 31 17:30:55.584 INFO E| Compiling bytes v1.2.1 |
3298 | 2024-10-31T17:30:57.479Z | [ helios-setup] Oct 31 17:30:56.313 INFO E| Compiling generic-array v0.14.6 |
3299 | 2024-10-31T17:30:58.275Z | [ helios-setup] Oct 31 17:30:57.109 INFO E| Compiling flate2 v1.0.25 |
3300 | 2024-10-31T17:31:02.446Z | [ helios-setup] Oct 31 17:31:01.279 INFO E| Compiling crypto-common v0.1.6 |
3301 | 2024-10-31T17:31:02.446Z | [ helios-setup] Oct 31 17:31:01.280 INFO E| Compiling block-buffer v0.10.3 |
3302 | 2024-10-31T17:31:02.659Z | [ helios-setup] Oct 31 17:31:01.492 INFO E| Compiling digest v0.10.3 |
3303 | 2024-10-31T17:31:03.030Z | [ helios-setup] Oct 31 17:31:01.862 INFO E| Compiling sha2 v0.10.5 |
3304 | 2024-10-31T17:31:03.544Z | [ helios-setup] Oct 31 17:31:02.376 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3305 | 2024-10-31T17:31:09.208Z | [ helios-setup] Oct 31 17:31:08.039 INFO E| Finished `release` profile [optimized] target(s) in 13.74s |
3306 | 2024-10-31T17:31:09.223Z | [ helios-setup] Oct 31 17:31:08.054 INFO building project "bootserver" ok (13 seconds) |
3307 | 2024-10-31T17:31:09.225Z | [ helios-setup] rm -f helios-build |
3308 | 2024-10-31T17:31:09.228Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3309 | 2024-10-31T17:31:09.230Z | [ helios-setup] |
3310 | 2024-10-31T17:31:09.233Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3311 | 2024-10-31T17:31:09.235Z | [ helios-setup] |
3312 | 2024-10-31T17:31:09.235Z | [ helios-setup] |
3313 | 2024-10-31T17:31:09.235Z | [ helios-setup] real 12:02.977941972 |
3314 | 2024-10-31T17:31:09.236Z | [ helios-setup] user 28:29.251014016 |
3315 | 2024-10-31T17:31:09.236Z | Oct 31 17:31:08.067 INFO [helios-setup] process exited with exit status: 0 (722.984935978s) |
3316 | 2024-10-31T17:31:09.236Z | [ helios-setup] sys 3:32.643507732 |
3317 | 2024-10-31T17:31:09.236Z | [ helios-setup] trap 1.644501653 |
3318 | 2024-10-31T17:31:09.236Z | [ helios-setup] tflt 8.410766138 |
3319 | 2024-10-31T17:31:09.236Z | [ helios-setup] dflt 34.683535981 |
3320 | 2024-10-31T17:31:09.238Z | [ helios-setup] kflt 0.039173980 |
3321 | 2024-10-31T17:31:09.238Z | [ helios-setup] lock 2:09:30.387063474 |
3322 | 2024-10-31T17:31:09.238Z | [ helios-setup] slp 3:40:18.304741886 |
3323 | 2024-10-31T17:31:09.238Z | [ helios-setup] lat 32:18.890616002 |
3324 | 2024-10-31T17:31:09.238Z | [ helios-setup] stop 4:43.357359238 |
3325 | 2024-10-31T17:31:09.238Z | Oct 31 17:31:08.068 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3326 | 2024-10-31T17:31:09.261Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3327 | 2024-10-31T17:31:09.581Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3328 | 2024-10-31T17:31:09.581Z | [ phbl-toolchain] info: downloading component 'cargo' |
3329 | 2024-10-31T17:31:11.316Z | [ phbl-toolchain] info: downloading component 'clippy' |
3330 | 2024-10-31T17:31:11.646Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3331 | 2024-10-31T17:31:17.133Z | [ phbl-toolchain] info: downloading component 'miri' |
3332 | 2024-10-31T17:31:17.443Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3333 | 2024-10-31T17:31:19.085Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3334 | 2024-10-31T17:31:19.398Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3335 | 2024-10-31T17:31:21.655Z | [ phbl-toolchain] info: downloading component 'rustc' |
3336 | 2024-10-31T17:31:31.390Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3337 | 2024-10-31T17:31:32.438Z | [ phbl-toolchain] info: installing component 'cargo' |
3338 | 2024-10-31T17:31:33.940Z | [ phbl-toolchain] info: installing component 'clippy' |
3339 | 2024-10-31T17:31:34.588Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3340 | 2024-10-31T17:31:40.498Z | [ phbl-toolchain] info: installing component 'miri' |
3341 | 2024-10-31T17:31:40.857Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3342 | 2024-10-31T17:31:49.084Z | [ phbl-toolchain] info: installing component 'rust-src' |
3343 | 2024-10-31T17:31:49.751Z | [ phbl-toolchain] info: installing component 'rust-std' |
3344 | 2024-10-31T17:31:52.151Z | [ phbl-toolchain] info: installing component 'rustc' |
3345 | 2024-10-31T17:32:02.191Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3346 | 2024-10-31T17:32:03.224Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3347 | 2024-10-31T17:32:03.227Z | Oct 31 17:32:02.045 INFO [phbl-toolchain] process exited with exit status: 0 (53.976738555s) |
3348 | 2024-10-31T17:32:29.302Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3349 | 2024-10-31T17:32:40.834Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3350 | 2024-10-31T17:39:44.042Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 51s |
3351 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.553 INFO [host-package] process exited with exit status: 0 (1253.920370952s) |
3352 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.553 INFO [host-stamp] running task |
3353 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.554 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3354 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.554 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+git4f046351c7d |
3355 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.572 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+git4f046351c7d |
3356 | 2024-10-31T17:40:49.402Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3357 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.582 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+git4f046351c7d |
3358 | 2024-10-31T17:40:49.402Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3359 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.591 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+git4f046351c7d |
3360 | 2024-10-31T17:40:49.402Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3361 | 2024-10-31T17:40:49.402Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3362 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.604 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+git4f046351c7d |
3363 | 2024-10-31T17:40:49.402Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3364 | 2024-10-31T17:40:49.402Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3365 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.617 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+git4f046351c7d |
3366 | 2024-10-31T17:40:49.402Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3367 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.630 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+git4f046351c7d |
3368 | 2024-10-31T17:40:49.402Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3369 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.646 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+git4f046351c7d |
3370 | 2024-10-31T17:40:49.402Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3371 | 2024-10-31T17:40:49.402Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3372 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.665 INFO [stamp-oxlog] process exited with exit status: 0 (83.220239ms) |
3373 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.665 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (34.441823ms) |
3374 | 2024-10-31T17:40:49.402Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3375 | 2024-10-31T17:40:49.402Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3376 | 2024-10-31T17:40:49.402Z | Oct 31 17:40:44.679 INFO [stamp-overlay] process exited with exit status: 0 (33.179314ms) |
3377 | 2024-10-31T17:40:49.402Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3378 | 2024-10-31T17:40:49.403Z | Oct 31 17:40:44.737 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.305444ms) |
3379 | 2024-10-31T17:40:49.403Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3380 | 2024-10-31T17:40:49.403Z | Oct 31 17:40:44.798 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (244.043633ms) |
3381 | 2024-10-31T17:40:49.403Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3382 | 2024-10-31T17:40:49.403Z | Oct 31 17:40:45.011 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (393.999577ms) |
3383 | 2024-10-31T17:40:49.403Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3384 | 2024-10-31T17:40:49.403Z | Oct 31 17:40:45.806 INFO [stamp-propolis-server] process exited with exit status: 0 (1.215125285s) |
3385 | 2024-10-31T17:40:49.403Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3386 | 2024-10-31T17:40:49.687Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3387 | 2024-10-31T17:40:56.313Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3388 | 2024-10-31T17:40:56.317Z | Oct 31 17:40:55.004 INFO [stamp-switch-asic] process exited with exit status: 0 (10.431890444s) |
3389 | 2024-10-31T17:40:56.317Z | Oct 31 17:40:55.004 INFO [host-stamp] task succeeded (10.450469539s) |
3390 | 2024-10-31T17:40:56.317Z | Oct 31 17:40:55.004 INFO [host-proto] running task |
3391 | 2024-10-31T17:40:56.729Z | Oct 31 17:40:55.416 INFO [host-proto] task succeeded (412.050412ms) |
3392 | 2024-10-31T17:40:56.730Z | Oct 31 17:40:55.416 INFO [host-profile] running task |
3393 | 2024-10-31T17:40:56.733Z | Oct 31 17:40:55.416 INFO [host-profile] task succeeded (282.013µs) |
3394 | 2024-10-31T17:40:56.733Z | Oct 31 17:40:55.417 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.33.293' -P /tmp/.tmprBD8Ob/proto/host/root -N 'ci 4f04635/${os_short_commit} 2024-10-31 17:19' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3395 | 2024-10-31T17:40:56.748Z | [ host-image] Oct 31 17:40:55.435 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3396 | 2024-10-31T17:40:56.752Z | [ host-image] Oct 31 17:40:55.435 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3397 | 2024-10-31T17:40:56.763Z | [ host-image] Oct 31 17:40:55.450 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmprBD8Ob/proto/host/root" |
3398 | 2024-10-31T17:40:56.763Z | [ host-image] Oct 31 17:40:55.450 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3399 | 2024-10-31T17:40:56.767Z | [ host-image] Oct 31 17:40:55.450 INFO image builder template: ramdisk-01-os... |
3400 | 2024-10-31T17:40:56.767Z | [ host-image] Oct 31 17:40:55.450 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/.tmprBD8Ob/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3401 | 2024-10-31T17:40:56.786Z | [ host-image] Oct 31 17:40:55.472 INFO O| Oct 31 17:40:55.472 INFO CREATE DATASET: rpool/images/build/host/output |
3402 | 2024-10-31T17:40:57.056Z | [ host-image] Oct 31 17:40:55.742 INFO O| Oct 31 17:40:55.742 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3403 | 2024-10-31T17:40:57.060Z | [ host-image] Oct 31 17:40:55.747 INFO O| Oct 31 17:40:55.747 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3404 | 2024-10-31T17:40:57.271Z | [ host-image] Oct 31 17:40:55.957 INFO O| Oct 31 17:40:55.957 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3405 | 2024-10-31T17:40:57.324Z | [ host-image] Oct 31 17:40:56.010 INFO O| Oct 31 17:40:56.010 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3406 | 2024-10-31T17:40:57.324Z | [ host-image] Oct 31 17:40:56.010 INFO O| Oct 31 17:40:56.010 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3407 | 2024-10-31T17:40:57.328Z | [ host-image] Oct 31 17:40:56.011 INFO O| Oct 31 17:40:56.010 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3408 | 2024-10-31T17:40:57.328Z | [ host-image] Oct 31 17:40:56.011 INFO O| Oct 31 17:40:56.011 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3409 | 2024-10-31T17:40:57.332Z | [ host-image] Oct 31 17:40:56.018 INFO O| Oct 31 17:40:56.018 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3410 | 2024-10-31T17:40:57.551Z | [ host-image] Oct 31 17:40:56.237 INFO O| Oct 31 17:40:56.237 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3411 | 2024-10-31T17:40:57.562Z | [ host-image] Oct 31 17:40:56.248 INFO O| Oct 31 17:40:56.248 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3412 | 2024-10-31T17:40:57.984Z | [ host-image] Oct 31 17:40:56.670 INFO O| Oct 31 17:40:56.669 INFO O| Caching catalogs ... Done |
3413 | 2024-10-31T17:40:58.086Z | [ host-image] Oct 31 17:40:56.772 INFO O| Oct 31 17:40:56.772 INFO STEP 0 (pkg_image_create) COMPLETE |
3414 | 2024-10-31T17:40:58.086Z | [ host-image] Oct 31 17:40:56.772 INFO O| Oct 31 17:40:56.772 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3415 | 2024-10-31T17:40:58.089Z | [ host-image] Oct 31 17:40:56.772 INFO O| Oct 31 17:40:56.772 INFO skip step because feature "repo_redist" is not enabled |
3416 | 2024-10-31T17:40:58.089Z | [ host-image] Oct 31 17:40:56.772 INFO O| Oct 31 17:40:56.772 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3417 | 2024-10-31T17:40:58.101Z | [ host-image] Oct 31 17:40:56.787 INFO O| Oct 31 17:40:56.787 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"] |
3418 | 2024-10-31T17:40:58.670Z | [ host-image] Oct 31 17:40:57.355 INFO O| Oct 31 17:40:57.355 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3419 | 2024-10-31T17:40:58.670Z | [ host-image] Oct 31 17:40:57.355 INFO O| Oct 31 17:40:57.355 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3420 | 2024-10-31T17:40:58.687Z | [ host-image] Oct 31 17:40:57.373 INFO O| Oct 31 17:40:57.373 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"] |
3421 | 2024-10-31T17:40:59.264Z | [ host-image] Oct 31 17:40:57.950 INFO O| Oct 31 17:40:57.950 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3422 | 2024-10-31T17:40:59.264Z | [ host-image] Oct 31 17:40:57.950 INFO O| Oct 31 17:40:57.950 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3423 | 2024-10-31T17:40:59.267Z | [ host-image] Oct 31 17:40:57.950 INFO O| Oct 31 17:40:57.950 INFO skip step because feature "repo_redist" is not enabled |
3424 | 2024-10-31T17:40:59.268Z | [ host-image] Oct 31 17:40:57.950 INFO O| Oct 31 17:40:57.950 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3425 | 2024-10-31T17:40:59.858Z | [ host-image] Oct 31 17:40:58.543 INFO O| Oct 31 17:40:58.543 INFO variant opensolaris.zone is already global |
3426 | 2024-10-31T17:40:59.858Z | [ host-image] Oct 31 17:40:58.543 INFO O| Oct 31 17:40:58.543 INFO STEP 5 (pkg_change_variant) COMPLETE |
3427 | 2024-10-31T17:40:59.861Z | [ host-image] Oct 31 17:40:58.543 INFO O| Oct 31 17:40:58.543 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3428 | 2024-10-31T17:41:00.428Z | [ host-image] Oct 31 17:40:59.113 INFO O| Oct 31 17:40:59.113 INFO variant opensolaris.imagetype is full; changing to partial |
3429 | 2024-10-31T17:41:00.428Z | [ host-image] Oct 31 17:40:59.114 INFO O| Oct 31 17:40:59.113 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3430 | 2024-10-31T17:41:06.911Z | [ host-image] Oct 31 17:41:05.596 INFO O| Oct 31 17:41:05.595 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3431 | 2024-10-31T17:41:08.933Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.82s |
3432 | 2024-10-31T17:41:10.272Z | [ host-image] Oct 31 17:41:08.955 INFO O| Oct 31 17:41:08.955 INFO O| Startup: Caching catalogs ... Done |
3433 | 2024-10-31T17:41:10.338Z | [ host-image] Oct 31 17:41:09.020 INFO O| Oct 31 17:41:09.020 INFO O| Planning: Planning completed in 0.00 seconds |
3434 | 2024-10-31T17:41:10.343Z | [ host-image] Oct 31 17:41:09.021 INFO O| Oct 31 17:41:09.021 INFO O| Planning: Consolidating action changes ... Done |
3435 | 2024-10-31T17:41:10.343Z | [ host-image] Oct 31 17:41:09.021 INFO O| Oct 31 17:41:09.021 INFO O| Planning: Evaluating mediators ... Done |
3436 | 2024-10-31T17:41:10.343Z | [ host-image] Oct 31 17:41:09.021 INFO O| Oct 31 17:41:09.021 INFO O| Planning: Planning completed in 0.00 seconds |
3437 | 2024-10-31T17:41:10.343Z | [ host-image] Oct 31 17:41:09.021 INFO O| Oct 31 17:41:09.021 INFO O| Variants/Facets to change: 1 |
3438 | 2024-10-31T17:41:10.362Z | [ host-image] Oct 31 17:41:09.045 INFO O| Oct 31 17:41:09.045 INFO O| Done |
3439 | 2024-10-31T17:41:10.363Z | [ host-image] Oct 31 17:41:09.045 INFO O| Oct 31 17:41:09.045 INFO O| Done |
3440 | 2024-10-31T17:41:10.520Z | Oct 31 17:41:09.203 INFO [recovery-package] process exited with exit status: 0 (24.648854129s) |
3441 | 2024-10-31T17:41:10.520Z | Oct 31 17:41:09.203 INFO [recovery-stamp] running task |
3442 | 2024-10-31T17:41:10.522Z | Oct 31 17:41:09.204 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3443 | 2024-10-31T17:41:10.522Z | Oct 31 17:41:09.204 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+git4f046351c7d |
3444 | 2024-10-31T17:41:10.544Z | Oct 31 17:41:09.228 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git4f046351c7d |
3445 | 2024-10-31T17:41:10.561Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3446 | 2024-10-31T17:41:10.572Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3447 | 2024-10-31T17:41:10.658Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3448 | 2024-10-31T17:41:10.662Z | Oct 31 17:41:09.346 INFO [stamp-installinator] process exited with exit status: 0 (118.044399ms) |
3449 | 2024-10-31T17:41:10.678Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3450 | 2024-10-31T17:41:10.681Z | Oct 31 17:41:09.365 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (161.101138ms) |
3451 | 2024-10-31T17:41:10.681Z | Oct 31 17:41:09.365 INFO [recovery-stamp] task succeeded (161.604274ms) |
3452 | 2024-10-31T17:41:10.684Z | Oct 31 17:41:09.365 INFO [recovery-proto] running task |
3453 | 2024-10-31T17:41:10.684Z | Oct 31 17:41:09.365 INFO [tuf-stamp] running task |
3454 | 2024-10-31T17:41:10.684Z | Oct 31 17:41:09.366 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+git4f046351c7d |
3455 | 2024-10-31T17:41:10.696Z | Oct 31 17:41:09.380 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+git4f046351c7d |
3456 | 2024-10-31T17:41:10.711Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3457 | 2024-10-31T17:41:10.713Z | Oct 31 17:41:09.395 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+git4f046351c7d |
3458 | 2024-10-31T17:41:10.726Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3459 | 2024-10-31T17:41:10.729Z | Oct 31 17:41:09.410 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+git4f046351c7d |
3460 | 2024-10-31T17:41:10.743Z | Oct 31 17:41:09.426 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+git4f046351c7d |
3461 | 2024-10-31T17:41:10.755Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3462 | 2024-10-31T17:41:10.764Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3463 | 2024-10-31T17:41:10.764Z | Oct 31 17:41:09.447 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+git4f046351c7d |
3464 | 2024-10-31T17:41:10.788Z | [ host-image] Oct 31 17:41:09.471 INFO O| Oct 31 17:41:09.471 INFO O| Done |
3465 | 2024-10-31T17:41:10.809Z | Oct 31 17:41:09.492 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+git4f046351c7d |
3466 | 2024-10-31T17:41:10.841Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3467 | 2024-10-31T17:41:10.844Z | Oct 31 17:41:09.526 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+git4f046351c7d |
3468 | 2024-10-31T17:41:10.844Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3469 | 2024-10-31T17:41:10.954Z | Oct 31 17:41:09.638 INFO [recovery-proto] task succeeded (272.708779ms) |
3470 | 2024-10-31T17:41:10.966Z | [ host-image] Oct 31 17:41:09.542 INFO O| Oct 31 17:41:09.541 INFO O| Done |
3471 | 2024-10-31T17:41:10.966Z | [ host-image] Oct 31 17:41:09.543 INFO O| Oct 31 17:41:09.543 INFO O| Done |
3472 | 2024-10-31T17:41:10.969Z | Oct 31 17:41:09.650 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.33.293' -P /tmp/.tmprBD8Ob/proto/recovery/root -N 'recovery 4f04635/${os_short_commit} 2024-10-31 17:19' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3473 | 2024-10-31T17:41:11.176Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3474 | 2024-10-31T17:41:11.178Z | Oct 31 17:41:09.859 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+git4f046351c7d |
3475 | 2024-10-31T17:41:11.189Z | [ host-image] Oct 31 17:41:09.543 INFO O| Oct 31 17:41:09.543 INFO O| Done |
3476 | 2024-10-31T17:41:11.192Z | [ host-image] Oct 31 17:41:09.544 INFO O| Oct 31 17:41:09.544 INFO O| Done |
3477 | 2024-10-31T17:41:11.194Z | [ recovery-image] Oct 31 17:41:09.848 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3478 | 2024-10-31T17:41:11.194Z | [ recovery-image] Oct 31 17:41:09.848 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3479 | 2024-10-31T17:41:11.325Z | [ recovery-image] Oct 31 17:41:09.891 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmprBD8Ob/proto/recovery/root" |
3480 | 2024-10-31T17:41:11.327Z | [ recovery-image] Oct 31 17:41:09.891 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3481 | 2024-10-31T17:41:11.327Z | [ recovery-image] Oct 31 17:41:09.891 INFO image builder template: ramdisk-01-os... |
3482 | 2024-10-31T17:41:11.327Z | [ recovery-image] Oct 31 17:41:09.892 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/.tmprBD8Ob/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3483 | 2024-10-31T17:41:11.327Z | [ recovery-image] Oct 31 17:41:09.922 INFO O| Oct 31 17:41:09.921 INFO CREATE DATASET: rpool/images/build/recovery/output |
3484 | 2024-10-31T17:41:11.330Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3485 | 2024-10-31T17:41:11.330Z | Oct 31 17:41:10.013 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+git4f046351c7d |
3486 | 2024-10-31T17:41:11.573Z | [ host-image] Oct 31 17:41:10.256 INFO O| Oct 31 17:41:10.256 INFO STEP 6 (pkg_change_variant) COMPLETE |
3487 | 2024-10-31T17:41:11.578Z | [ host-image] Oct 31 17:41:10.256 INFO O| Oct 31 17:41:10.256 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3488 | 2024-10-31T17:41:11.578Z | [ host-image] Oct 31 17:41:10.256 INFO O| Oct 31 17:41:10.256 INFO skip step because feature "debug_variant" is not enabled |
3489 | 2024-10-31T17:41:11.578Z | [ host-image] Oct 31 17:41:10.256 INFO O| Oct 31 17:41:10.256 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3490 | 2024-10-31T17:41:11.581Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3491 | 2024-10-31T17:41:11.585Z | [ recovery-image] Oct 31 17:41:10.268 INFO O| Oct 31 17:41:10.268 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3492 | 2024-10-31T17:41:11.591Z | [ recovery-image] Oct 31 17:41:10.274 INFO O| Oct 31 17:41:10.274 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3493 | 2024-10-31T17:41:11.593Z | Oct 31 17:41:10.275 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+git4f046351c7d |
3494 | 2024-10-31T17:41:11.645Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3495 | 2024-10-31T17:41:11.718Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3496 | 2024-10-31T17:41:11.912Z | [ recovery-image] Oct 31 17:41:10.595 INFO O| Oct 31 17:41:10.595 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3497 | 2024-10-31T17:41:11.927Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3498 | 2024-10-31T17:41:12.001Z | [ recovery-image] Oct 31 17:41:10.683 INFO O| Oct 31 17:41:10.683 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3499 | 2024-10-31T17:41:12.001Z | [ recovery-image] Oct 31 17:41:10.684 INFO O| Oct 31 17:41:10.684 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3500 | 2024-10-31T17:41:12.003Z | [ recovery-image] Oct 31 17:41:10.684 INFO O| Oct 31 17:41:10.684 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3501 | 2024-10-31T17:41:12.003Z | [ recovery-image] Oct 31 17:41:10.684 INFO O| Oct 31 17:41:10.684 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3502 | 2024-10-31T17:41:12.019Z | Oct 31 17:41:10.702 INFO [stamp-probe] process exited with exit status: 0 (427.215525ms) |
3503 | 2024-10-31T17:41:12.058Z | [ recovery-image] Oct 31 17:41:10.741 INFO O| Oct 31 17:41:10.741 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3504 | 2024-10-31T17:41:12.166Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3505 | 2024-10-31T17:41:12.184Z | Oct 31 17:41:10.867 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.472398326s) |
3506 | 2024-10-31T17:41:12.236Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3507 | 2024-10-31T17:41:12.282Z | Oct 31 17:41:10.965 INFO [stamp-ntp] process exited with exit status: 0 (951.866902ms) |
3508 | 2024-10-31T17:41:12.326Z | [ host-image] Oct 31 17:41:11.009 INFO O| Oct 31 17:41:11.009 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3509 | 2024-10-31T17:41:12.346Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3510 | 2024-10-31T17:41:12.396Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3511 | 2024-10-31T17:41:12.399Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3512 | 2024-10-31T17:41:12.435Z | Oct 31 17:41:11.118 INFO [stamp-internal-dns] process exited with exit status: 0 (1.625687595s) |
3513 | 2024-10-31T17:41:12.461Z | [ recovery-image] Oct 31 17:41:11.144 INFO O| Oct 31 17:41:11.144 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3514 | 2024-10-31T17:41:12.475Z | [ recovery-image] Oct 31 17:41:11.158 INFO O| Oct 31 17:41:11.158 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3515 | 2024-10-31T17:41:12.910Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3516 | 2024-10-31T17:41:12.938Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3517 | 2024-10-31T17:41:12.938Z | Oct 31 17:41:11.617 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.091609903s) |
3518 | 2024-10-31T17:41:12.945Z | Oct 31 17:41:11.628 INFO [stamp-oximeter] process exited with exit status: 0 (2.201421794s) |
3519 | 2024-10-31T17:41:12.997Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3520 | 2024-10-31T17:41:13.001Z | Oct 31 17:41:11.684 INFO [stamp-external-dns] process exited with exit status: 0 (1.799516453s) |
3521 | 2024-10-31T17:41:13.026Z | [ recovery-image] Oct 31 17:41:11.709 INFO O| Oct 31 17:41:11.708 INFO O| Caching catalogs ... Done |
3522 | 2024-10-31T17:41:13.133Z | [ recovery-image] Oct 31 17:41:11.816 INFO O| Oct 31 17:41:11.816 INFO STEP 0 (pkg_image_create) COMPLETE |
3523 | 2024-10-31T17:41:13.133Z | [ recovery-image] Oct 31 17:41:11.816 INFO O| Oct 31 17:41:11.816 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3524 | 2024-10-31T17:41:13.133Z | [ recovery-image] Oct 31 17:41:11.816 INFO O| Oct 31 17:41:11.816 INFO skip step because feature "repo_redist" is not enabled |
3525 | 2024-10-31T17:41:13.136Z | [ recovery-image] Oct 31 17:41:11.816 INFO O| Oct 31 17:41:11.816 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3526 | 2024-10-31T17:41:13.148Z | [ recovery-image] Oct 31 17:41:11.831 INFO O| Oct 31 17:41:11.831 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"] |
3527 | 2024-10-31T17:41:13.160Z | [ host-image] Oct 31 17:41:11.843 INFO O| Oct 31 17:41:11.843 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3528 | 2024-10-31T17:41:13.163Z | [ host-image] Oct 31 17:41:11.845 INFO O| Oct 31 17:41:11.845 INFO O| Planning: Planning completed in 0.00 seconds |
3529 | 2024-10-31T17:41:13.163Z | [ host-image] Oct 31 17:41:11.845 INFO O| Oct 31 17:41:11.845 INFO O| Planning: Consolidating action changes ... Done |
3530 | 2024-10-31T17:41:13.165Z | [ host-image] Oct 31 17:41:11.846 INFO O| Oct 31 17:41:11.845 INFO O| Planning: Evaluating mediators ... Done |
3531 | 2024-10-31T17:41:13.165Z | [ host-image] Oct 31 17:41:11.846 INFO O| Oct 31 17:41:11.846 INFO O| Planning: Planning completed in 0.00 seconds |
3532 | 2024-10-31T17:41:13.165Z | [ host-image] Oct 31 17:41:11.846 INFO O| Oct 31 17:41:11.846 INFO O| Variants/Facets to change: 1 |
3533 | 2024-10-31T17:41:13.183Z | [ host-image] Oct 31 17:41:11.866 INFO O| Oct 31 17:41:11.866 INFO O| Done |
3534 | 2024-10-31T17:41:13.183Z | [ host-image] Oct 31 17:41:11.866 INFO O| Oct 31 17:41:11.866 INFO O| Done |
3535 | 2024-10-31T17:41:13.643Z | [ recovery-image] Oct 31 17:41:12.326 INFO O| Oct 31 17:41:12.326 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3536 | 2024-10-31T17:41:13.643Z | [ recovery-image] Oct 31 17:41:12.326 INFO O| Oct 31 17:41:12.326 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3537 | 2024-10-31T17:41:13.658Z | [ recovery-image] Oct 31 17:41:12.341 INFO O| Oct 31 17:41:12.341 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"] |
3538 | 2024-10-31T17:41:13.716Z | [ host-image] Oct 31 17:41:12.399 INFO O| Oct 31 17:41:12.399 INFO O| Done |
3539 | 2024-10-31T17:41:13.782Z | [ host-image] Oct 31 17:41:12.465 INFO O| Oct 31 17:41:12.464 INFO O| Done |
3540 | 2024-10-31T17:41:13.785Z | [ host-image] Oct 31 17:41:12.465 INFO O| Oct 31 17:41:12.465 INFO O| Done |
3541 | 2024-10-31T17:41:13.785Z | [ host-image] Oct 31 17:41:12.466 INFO O| Oct 31 17:41:12.466 INFO O| Done |
3542 | 2024-10-31T17:41:13.785Z | [ host-image] Oct 31 17:41:12.467 INFO O| Oct 31 17:41:12.467 INFO O| Done |
3543 | 2024-10-31T17:41:13.868Z | [ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO STEP 8 (pkg_change_facet) COMPLETE |
3544 | 2024-10-31T17:41:13.868Z | [ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3545 | 2024-10-31T17:41:13.868Z | [ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO skip step because feature "recovery" is not enabled |
3546 | 2024-10-31T17:41:13.868Z | [ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3547 | 2024-10-31T17:41:13.868Z | [ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO skip step because feature "recovery" is not enabled |
3548 | 2024-10-31T17:41:13.871Z | [ host-image] Oct 31 17:41:12.550 INFO O| Oct 31 17:41:12.550 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3549 | 2024-10-31T17:41:13.883Z | [ host-image] Oct 31 17:41:12.565 INFO O| Oct 31 17:41:12.565 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"] |
3550 | 2024-10-31T17:41:14.094Z | [ recovery-image] Oct 31 17:41:12.777 INFO O| Oct 31 17:41:12.777 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3551 | 2024-10-31T17:41:14.097Z | [ recovery-image] Oct 31 17:41:12.777 INFO O| Oct 31 17:41:12.777 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3552 | 2024-10-31T17:41:14.097Z | [ recovery-image] Oct 31 17:41:12.777 INFO O| Oct 31 17:41:12.777 INFO skip step because feature "repo_redist" is not enabled |
3553 | 2024-10-31T17:41:14.097Z | [ recovery-image] Oct 31 17:41:12.777 INFO O| Oct 31 17:41:12.777 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-10-31T17:41:14.523Z | [ host-image] Oct 31 17:41:13.205 INFO O| Oct 31 17:41:13.205 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3555 | 2024-10-31T17:41:14.564Z | [ recovery-image] Oct 31 17:41:13.246 INFO O| Oct 31 17:41:13.246 INFO variant opensolaris.zone is already global |
3556 | 2024-10-31T17:41:14.564Z | [ recovery-image] Oct 31 17:41:13.246 INFO O| Oct 31 17:41:13.246 INFO STEP 5 (pkg_change_variant) COMPLETE |
3557 | 2024-10-31T17:41:14.566Z | [ recovery-image] Oct 31 17:41:13.246 INFO O| Oct 31 17:41:13.246 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-10-31T17:41:14.599Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3559 | 2024-10-31T17:41:14.603Z | Oct 31 17:41:13.286 INFO [stamp-nexus] process exited with exit status: 0 (3.838173967s) |
3560 | 2024-10-31T17:41:15.001Z | [ recovery-image] Oct 31 17:41:13.683 INFO O| Oct 31 17:41:13.683 INFO variant opensolaris.imagetype is full; changing to partial |
3561 | 2024-10-31T17:41:15.001Z | [ recovery-image] Oct 31 17:41:13.683 INFO O| Oct 31 17:41:13.683 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3562 | 2024-10-31T17:41:16.033Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3563 | 2024-10-31T17:41:16.036Z | Oct 31 17:41:14.718 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.338545353s) |
3564 | 2024-10-31T17:41:16.591Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3565 | 2024-10-31T17:41:16.767Z | [verify-libraries] Compiling polyval v0.6.2 |
3566 | 2024-10-31T17:41:16.794Z | [verify-libraries] Compiling ctr v0.9.2 |
3567 | 2024-10-31T17:41:16.819Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3568 | 2024-10-31T17:41:16.820Z | [verify-libraries] Compiling blowfish v0.9.1 |
3569 | 2024-10-31T17:41:16.824Z | [verify-libraries] Compiling password-hash v0.4.2 |
3570 | 2024-10-31T17:41:16.827Z | [verify-libraries] Compiling matches v0.1.10 |
3571 | 2024-10-31T17:41:16.829Z | [verify-libraries] Compiling p521 v0.13.3 |
3572 | 2024-10-31T17:41:17.291Z | [verify-libraries] Compiling ghash v0.5.1 |
3573 | 2024-10-31T17:41:17.538Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3574 | 2024-10-31T17:41:17.581Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3575 | 2024-10-31T17:41:17.863Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3576 | 2024-10-31T17:41:18.129Z | [verify-libraries] Compiling idna v0.2.3 |
3577 | 2024-10-31T17:41:18.291Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3578 | 2024-10-31T17:41:18.339Z | [verify-libraries] Compiling p256 v0.13.2 |
3579 | 2024-10-31T17:41:18.398Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3580 | 2024-10-31T17:41:18.516Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3581 | 2024-10-31T17:41:19.125Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3582 | 2024-10-31T17:41:19.213Z | [verify-libraries] Compiling md5 v0.7.0 |
3583 | 2024-10-31T17:41:19.930Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3584 | 2024-10-31T17:41:20.089Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3585 | 2024-10-31T17:41:21.104Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3586 | 2024-10-31T17:41:21.140Z | Oct 31 17:41:19.820 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.409578639s) |
3587 | 2024-10-31T17:41:21.648Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3588 | 2024-10-31T17:41:21.722Z | Oct 31 17:41:20.403 INFO [stamp-clickhouse] process exited with exit status: 0 (11.036963026s) |
3589 | 2024-10-31T17:41:21.723Z | Oct 31 17:41:20.403 INFO [tuf-stamp] task succeeded (11.038103736s) |
3590 | 2024-10-31T17:41:21.802Z | [verify-libraries] Compiling des v0.8.1 |
3591 | 2024-10-31T17:41:22.555Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3592 | 2024-10-31T17:41:22.777Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3593 | 2024-10-31T17:41:23.215Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3594 | 2024-10-31T17:41:23.504Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3595 | 2024-10-31T17:41:23.953Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3596 | 2024-10-31T17:41:24.587Z | [ recovery-image] Oct 31 17:41:23.267 INFO O| Oct 31 17:41:23.267 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3597 | 2024-10-31T17:41:24.707Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3598 | 2024-10-31T17:41:25.048Z | [verify-libraries] Compiling russh v0.45.0 |
3599 | 2024-10-31T17:41:29.623Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3600 | 2024-10-31T17:41:31.207Z | [verify-libraries] Compiling heck v0.4.1 |
3601 | 2024-10-31T17:41:32.120Z | [ recovery-image] Oct 31 17:41:30.798 INFO O| Oct 31 17:41:30.798 INFO O| Startup: Caching catalogs ... Done |
3602 | 2024-10-31T17:41:32.227Z | [ recovery-image] Oct 31 17:41:30.905 INFO O| Oct 31 17:41:30.905 INFO O| Planning: Planning completed in 0.00 seconds |
3603 | 2024-10-31T17:41:32.229Z | [ recovery-image] Oct 31 17:41:30.906 INFO O| Oct 31 17:41:30.906 INFO O| Planning: Consolidating action changes ... Done |
3604 | 2024-10-31T17:41:32.229Z | [ recovery-image] Oct 31 17:41:30.906 INFO O| Oct 31 17:41:30.906 INFO O| Planning: Evaluating mediators ... Done |
3605 | 2024-10-31T17:41:32.229Z | [ recovery-image] Oct 31 17:41:30.906 INFO O| Oct 31 17:41:30.906 INFO O| Planning: Planning completed in 0.00 seconds |
3606 | 2024-10-31T17:41:32.229Z | [ recovery-image] Oct 31 17:41:30.906 INFO O| Oct 31 17:41:30.906 INFO O| Variants/Facets to change: 1 |
3607 | 2024-10-31T17:41:32.349Z | [ recovery-image] Oct 31 17:41:31.027 INFO O| Oct 31 17:41:31.027 INFO O| Done |
3608 | 2024-10-31T17:41:32.349Z | [ recovery-image] Oct 31 17:41:31.027 INFO O| Oct 31 17:41:31.027 INFO O| Done |
3609 | 2024-10-31T17:41:32.766Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3610 | 2024-10-31T17:41:33.171Z | [ recovery-image] Oct 31 17:41:31.848 INFO O| Oct 31 17:41:31.848 INFO O| Done |
3611 | 2024-10-31T17:41:33.232Z | [ recovery-image] Oct 31 17:41:31.910 INFO O| Oct 31 17:41:31.909 INFO O| Done |
3612 | 2024-10-31T17:41:33.235Z | [ recovery-image] Oct 31 17:41:31.911 INFO O| Oct 31 17:41:31.911 INFO O| Done |
3613 | 2024-10-31T17:41:33.235Z | [ recovery-image] Oct 31 17:41:31.911 INFO O| Oct 31 17:41:31.911 INFO O| Done |
3614 | 2024-10-31T17:41:33.238Z | [ recovery-image] Oct 31 17:41:31.913 INFO O| Oct 31 17:41:31.913 INFO O| Done |
3615 | 2024-10-31T17:41:33.886Z | [ recovery-image] Oct 31 17:41:32.563 INFO O| Oct 31 17:41:32.563 INFO STEP 6 (pkg_change_variant) COMPLETE |
3616 | 2024-10-31T17:41:33.886Z | [ recovery-image] Oct 31 17:41:32.563 INFO O| Oct 31 17:41:32.563 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3617 | 2024-10-31T17:41:33.886Z | [ recovery-image] Oct 31 17:41:32.563 INFO O| Oct 31 17:41:32.563 INFO skip step because feature "debug_variant" is not enabled |
3618 | 2024-10-31T17:41:33.888Z | [ recovery-image] Oct 31 17:41:32.563 INFO O| Oct 31 17:41:32.563 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3619 | 2024-10-31T17:41:34.647Z | [ recovery-image] Oct 31 17:41:33.324 INFO O| Oct 31 17:41:33.324 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3620 | 2024-10-31T17:41:35.731Z | [ recovery-image] Oct 31 17:41:34.408 INFO O| Oct 31 17:41:34.408 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3621 | 2024-10-31T17:41:35.733Z | [ recovery-image] Oct 31 17:41:34.410 INFO O| Oct 31 17:41:34.410 INFO O| Planning: Planning completed in 0.00 seconds |
3622 | 2024-10-31T17:41:35.736Z | [ recovery-image] Oct 31 17:41:34.411 INFO O| Oct 31 17:41:34.411 INFO O| Planning: Consolidating action changes ... Done |
3623 | 2024-10-31T17:41:35.736Z | [ recovery-image] Oct 31 17:41:34.411 INFO O| Oct 31 17:41:34.411 INFO O| Planning: Evaluating mediators ... Done |
3624 | 2024-10-31T17:41:35.736Z | [ recovery-image] Oct 31 17:41:34.412 INFO O| Oct 31 17:41:34.412 INFO O| Planning: Planning completed in 0.00 seconds |
3625 | 2024-10-31T17:41:35.736Z | [ recovery-image] Oct 31 17:41:34.412 INFO O| Oct 31 17:41:34.412 INFO O| Variants/Facets to change: 1 |
3626 | 2024-10-31T17:41:35.829Z | [ recovery-image] Oct 31 17:41:34.506 INFO O| Oct 31 17:41:34.506 INFO O| Done |
3627 | 2024-10-31T17:41:35.829Z | [ recovery-image] Oct 31 17:41:34.506 INFO O| Oct 31 17:41:34.506 INFO O| Done |
3628 | 2024-10-31T17:41:36.649Z | [ recovery-image] Oct 31 17:41:35.326 INFO O| Oct 31 17:41:35.326 INFO O| Done |
3629 | 2024-10-31T17:41:36.718Z | [ recovery-image] Oct 31 17:41:35.395 INFO O| Oct 31 17:41:35.395 INFO O| Done |
3630 | 2024-10-31T17:41:36.720Z | [ recovery-image] Oct 31 17:41:35.396 INFO O| Oct 31 17:41:35.396 INFO O| Done |
3631 | 2024-10-31T17:41:36.720Z | [ recovery-image] Oct 31 17:41:35.396 INFO O| Oct 31 17:41:35.396 INFO O| Done |
3632 | 2024-10-31T17:41:36.724Z | [ recovery-image] Oct 31 17:41:35.398 INFO O| Oct 31 17:41:35.398 INFO O| Done |
3633 | 2024-10-31T17:41:36.864Z | [ recovery-image] Oct 31 17:41:35.540 INFO O| Oct 31 17:41:35.540 INFO STEP 8 (pkg_change_facet) COMPLETE |
3634 | 2024-10-31T17:41:36.864Z | [ recovery-image] Oct 31 17:41:35.540 INFO O| Oct 31 17:41:35.540 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3635 | 2024-10-31T17:41:37.545Z | [ recovery-image] Oct 31 17:41:36.221 INFO O| Oct 31 17:41:36.221 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3636 | 2024-10-31T17:41:38.594Z | [ recovery-image] Oct 31 17:41:37.270 INFO O| Oct 31 17:41:37.270 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3637 | 2024-10-31T17:41:38.596Z | [ recovery-image] Oct 31 17:41:37.272 INFO O| Oct 31 17:41:37.272 INFO O| Planning: Planning completed in 0.00 seconds |
3638 | 2024-10-31T17:41:38.596Z | [ recovery-image] Oct 31 17:41:37.273 INFO O| Oct 31 17:41:37.273 INFO O| Planning: Consolidating action changes ... Done |
3639 | 2024-10-31T17:41:38.599Z | [ recovery-image] Oct 31 17:41:37.273 INFO O| Oct 31 17:41:37.273 INFO O| Planning: Evaluating mediators ... Done |
3640 | 2024-10-31T17:41:38.599Z | [ recovery-image] Oct 31 17:41:37.274 INFO O| Oct 31 17:41:37.273 INFO O| Planning: Planning completed in 0.00 seconds |
3641 | 2024-10-31T17:41:38.599Z | [ recovery-image] Oct 31 17:41:37.274 INFO O| Oct 31 17:41:37.274 INFO O| Variants/Facets to change: 1 |
3642 | 2024-10-31T17:41:38.673Z | [ recovery-image] Oct 31 17:41:37.350 INFO O| Oct 31 17:41:37.349 INFO O| Done |
3643 | 2024-10-31T17:41:38.673Z | [ recovery-image] Oct 31 17:41:37.350 INFO O| Oct 31 17:41:37.350 INFO O| Done |
3644 | 2024-10-31T17:41:39.428Z | [ recovery-image] Oct 31 17:41:38.104 INFO O| Oct 31 17:41:38.104 INFO O| Done |
3645 | 2024-10-31T17:41:39.497Z | [ recovery-image] Oct 31 17:41:38.174 INFO O| Oct 31 17:41:38.173 INFO O| Done |
3646 | 2024-10-31T17:41:39.500Z | [ recovery-image] Oct 31 17:41:38.175 INFO O| Oct 31 17:41:38.175 INFO O| Done |
3647 | 2024-10-31T17:41:39.500Z | [ recovery-image] Oct 31 17:41:38.175 INFO O| Oct 31 17:41:38.175 INFO O| Done |
3648 | 2024-10-31T17:41:39.503Z | [ recovery-image] Oct 31 17:41:38.177 INFO O| Oct 31 17:41:38.177 INFO O| Done |
3649 | 2024-10-31T17:41:39.597Z | [ recovery-image] Oct 31 17:41:38.273 INFO O| Oct 31 17:41:38.273 INFO STEP 9 (pkg_change_facet) COMPLETE |
3650 | 2024-10-31T17:41:39.597Z | [ recovery-image] Oct 31 17:41:38.273 INFO O| Oct 31 17:41:38.273 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3651 | 2024-10-31T17:41:40.193Z | [ recovery-image] Oct 31 17:41:38.869 INFO O| Oct 31 17:41:38.869 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3652 | 2024-10-31T17:41:40.662Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3653 | 2024-10-31T17:41:41.202Z | [ recovery-image] Oct 31 17:41:39.878 INFO O| Oct 31 17:41:39.878 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3654 | 2024-10-31T17:41:41.205Z | [ recovery-image] Oct 31 17:41:39.880 INFO O| Oct 31 17:41:39.880 INFO O| Planning: Planning completed in 0.00 seconds |
3655 | 2024-10-31T17:41:41.205Z | [ recovery-image] Oct 31 17:41:39.881 INFO O| Oct 31 17:41:39.881 INFO O| Planning: Consolidating action changes ... Done |
3656 | 2024-10-31T17:41:41.205Z | [ recovery-image] Oct 31 17:41:39.881 INFO O| Oct 31 17:41:39.881 INFO O| Planning: Evaluating mediators ... Done |
3657 | 2024-10-31T17:41:41.207Z | [ recovery-image] Oct 31 17:41:39.881 INFO O| Oct 31 17:41:39.881 INFO O| Planning: Planning completed in 0.00 seconds |
3658 | 2024-10-31T17:41:41.207Z | [ recovery-image] Oct 31 17:41:39.881 INFO O| Oct 31 17:41:39.881 INFO O| Variants/Facets to change: 1 |
3659 | 2024-10-31T17:41:41.300Z | [ recovery-image] Oct 31 17:41:39.976 INFO O| Oct 31 17:41:39.976 INFO O| Done |
3660 | 2024-10-31T17:41:41.300Z | [ recovery-image] Oct 31 17:41:39.976 INFO O| Oct 31 17:41:39.976 INFO O| Done |
3661 | 2024-10-31T17:41:41.388Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3662 | 2024-10-31T17:41:41.752Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3663 | 2024-10-31T17:41:42.048Z | [ recovery-image] Oct 31 17:41:40.722 INFO O| Oct 31 17:41:40.722 INFO O| Done |
3664 | 2024-10-31T17:41:42.122Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3665 | 2024-10-31T17:41:42.136Z | [ recovery-image] Oct 31 17:41:40.812 INFO O| Oct 31 17:41:40.811 INFO O| Done |
3666 | 2024-10-31T17:41:42.138Z | [ recovery-image] Oct 31 17:41:40.813 INFO O| Oct 31 17:41:40.813 INFO O| Done |
3667 | 2024-10-31T17:41:42.138Z | [ recovery-image] Oct 31 17:41:40.813 INFO O| Oct 31 17:41:40.813 INFO O| Done |
3668 | 2024-10-31T17:41:42.140Z | [ recovery-image] Oct 31 17:41:40.815 INFO O| Oct 31 17:41:40.815 INFO O| Done |
3669 | 2024-10-31T17:41:42.245Z | [ recovery-image] Oct 31 17:41:40.921 INFO O| Oct 31 17:41:40.920 INFO STEP 10 (pkg_change_facet) COMPLETE |
3670 | 2024-10-31T17:41:42.245Z | [ recovery-image] Oct 31 17:41:40.921 INFO O| Oct 31 17:41:40.920 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3671 | 2024-10-31T17:41:42.264Z | [ recovery-image] Oct 31 17:41:40.939 INFO O| Oct 31 17:41:40.939 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"] |
3672 | 2024-10-31T17:41:42.411Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3673 | 2024-10-31T17:41:42.745Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3674 | 2024-10-31T17:41:42.964Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3675 | 2024-10-31T17:41:42.966Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3676 | 2024-10-31T17:41:43.239Z | [ recovery-image] Oct 31 17:41:41.914 INFO O| Oct 31 17:41:41.914 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3677 | 2024-10-31T17:41:47.922Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3678 | 2024-10-31T17:41:50.458Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3679 | 2024-10-31T17:41:51.473Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3680 | 2024-10-31T17:41:53.837Z | [verify-libraries] Compiling termios v0.3.3 |
3681 | 2024-10-31T17:41:54.327Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3682 | 2024-10-31T17:42:03.899Z | [ host-image] Oct 31 17:42:02.570 INFO O| Oct 31 17:42:02.569 INFO O| Planning: Solver setup ... Done |
3683 | 2024-10-31T17:42:22.355Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3684 | 2024-10-31T17:42:34.013Z | [ recovery-image] Oct 31 17:42:32.676 INFO O| Oct 31 17:42:32.675 INFO O| Planning: Solver setup ... Done |
3685 | 2024-10-31T17:42:58.304Z | [ host-image] Oct 31 17:42:56.961 INFO O| Oct 31 17:42:56.961 INFO O| Planning: Running solver ... Done |
3686 | 2024-10-31T17:42:58.759Z | [ host-image] Oct 31 17:42:57.416 INFO O| Oct 31 17:42:57.416 INFO O| Planning: Finding local manifests ... Done |
3687 | 2024-10-31T17:42:58.775Z | [ host-image] Oct 31 17:42:57.431 INFO O| Oct 31 17:42:57.431 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3688 | 2024-10-31T17:43:03.860Z | [ host-image] Oct 31 17:43:02.515 INFO O| Oct 31 17:43:02.515 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3689 | 2024-10-31T17:43:05.052Z | [ host-image] Oct 31 17:43:03.706 INFO O| Oct 31 17:43:03.706 INFO O| Planning: Package planning ... Done |
3690 | 2024-10-31T17:43:06.984Z | [ host-image] Oct 31 17:43:05.639 INFO O| Oct 31 17:43:05.639 INFO O| Planning: Merging actions ... Done |
3691 | 2024-10-31T17:43:07.285Z | [ host-image] Oct 31 17:43:05.939 INFO O| Oct 31 17:43:05.939 INFO O| Planning: Checking for conflicting actions ... Done |
3692 | 2024-10-31T17:43:07.601Z | [ host-image] Oct 31 17:43:06.255 INFO O| Oct 31 17:43:06.255 INFO O| Planning: Consolidating action changes ... Done |
3693 | 2024-10-31T17:43:08.139Z | [ host-image] Oct 31 17:43:06.794 INFO O| Oct 31 17:43:06.794 INFO O| Planning: Evaluating mediators ... Done |
3694 | 2024-10-31T17:43:14.766Z | [ host-image] Oct 31 17:43:13.419 INFO O| Oct 31 17:43:13.419 INFO O| Planning: Planning completed in 120.21 seconds |
3695 | 2024-10-31T17:43:14.773Z | [ host-image] Oct 31 17:43:13.426 INFO O| Oct 31 17:43:13.426 INFO O| Packages to install: 124 |
3696 | 2024-10-31T17:43:14.773Z | [ host-image] Oct 31 17:43:13.426 INFO O| Oct 31 17:43:13.426 INFO O| Mediators to change: 4 |
3697 | 2024-10-31T17:43:14.775Z | [ host-image] Oct 31 17:43:13.426 INFO O| Oct 31 17:43:13.426 INFO O| Services to change: 6 |
3698 | 2024-10-31T17:43:14.896Z | [ host-image] Oct 31 17:43:13.549 INFO O| Oct 31 17:43:13.549 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete |
3699 | 2024-10-31T17:43:18.264Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3700 | 2024-10-31T17:43:18.459Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3701 | 2024-10-31T17:43:19.898Z | [ host-image] Oct 31 17:43:18.550 INFO O| Oct 31 17:43:18.550 INFO O| Download: 1104/22744 items 6.3/199.4MB 3% complete (1.3M/s) |
3702 | 2024-10-31T17:43:21.888Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3703 | 2024-10-31T17:43:25.105Z | [ host-image] Oct 31 17:43:23.756 INFO O| Oct 31 17:43:23.756 INFO O| Download: 1772/22744 items 11.9/199.4MB 5% complete (1.2M/s) |
3704 | 2024-10-31T17:43:27.915Z | [ recovery-image] Oct 31 17:43:26.563 INFO O| Oct 31 17:43:26.563 INFO O| Planning: Running solver ... Done |
3705 | 2024-10-31T17:43:28.441Z | [ recovery-image] Oct 31 17:43:27.091 INFO O| Oct 31 17:43:27.091 INFO O| Planning: Finding local manifests ... Done |
3706 | 2024-10-31T17:43:28.457Z | [ recovery-image] Oct 31 17:43:27.107 INFO O| Oct 31 17:43:27.107 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3707 | 2024-10-31T17:43:30.149Z | [ host-image] Oct 31 17:43:28.798 INFO O| Oct 31 17:43:28.798 INFO O| Download: 2196/22744 items 24.1/199.4MB 12% complete (1.7M/s) |
3708 | 2024-10-31T17:43:32.721Z | [ recovery-image] Oct 31 17:43:31.369 INFO O| Oct 31 17:43:31.369 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3709 | 2024-10-31T17:43:33.908Z | [ recovery-image] Oct 31 17:43:32.556 INFO O| Oct 31 17:43:32.556 INFO O| Planning: Package planning ... Done |
3710 | 2024-10-31T17:43:34.730Z | [ recovery-image] Oct 31 17:43:33.378 INFO O| Oct 31 17:43:33.378 INFO O| Planning: Merging actions ... Done |
3711 | 2024-10-31T17:43:35.150Z | [ host-image] Oct 31 17:43:33.798 INFO O| Oct 31 17:43:33.798 INFO O| Download: 3039/22744 items 33.8/199.4MB 16% complete (2.2M/s) |
3712 | 2024-10-31T17:43:35.228Z | [ recovery-image] Oct 31 17:43:33.875 INFO O| Oct 31 17:43:33.875 INFO O| Planning: Checking for conflicting actions ... Done |
3713 | 2024-10-31T17:43:35.368Z | [ recovery-image] Oct 31 17:43:34.016 INFO O| Oct 31 17:43:34.016 INFO O| Planning: Consolidating action changes ... Done |
3714 | 2024-10-31T17:43:35.733Z | [ recovery-image] Oct 31 17:43:34.381 INFO O| Oct 31 17:43:34.381 INFO O| Planning: Evaluating mediators ... Done |
3715 | 2024-10-31T17:43:40.156Z | [ host-image] Oct 31 17:43:38.803 INFO O| Oct 31 17:43:38.803 INFO O| Download: 4226/22744 items 40.7/199.4MB 20% complete (1.7M/s) |
3716 | 2024-10-31T17:43:42.045Z | [ recovery-image] Oct 31 17:43:40.691 INFO O| Oct 31 17:43:40.691 INFO O| Planning: Planning completed in 118.78 seconds |
3717 | 2024-10-31T17:43:42.052Z | [ recovery-image] Oct 31 17:43:40.698 INFO O| Oct 31 17:43:40.698 INFO O| Packages to install: 124 |
3718 | 2024-10-31T17:43:42.052Z | [ recovery-image] Oct 31 17:43:40.698 INFO O| Oct 31 17:43:40.698 INFO O| Mediators to change: 4 |
3719 | 2024-10-31T17:43:42.054Z | [ recovery-image] Oct 31 17:43:40.698 INFO O| Oct 31 17:43:40.698 INFO O| Services to change: 5 |
3720 | 2024-10-31T17:43:42.134Z | [ recovery-image] Oct 31 17:43:40.780 INFO O| Oct 31 17:43:40.780 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete |
3721 | 2024-10-31T17:43:45.599Z | [ host-image] Oct 31 17:43:44.244 INFO O| Oct 31 17:43:44.244 INFO O| Download: 4723/22744 items 44.8/199.4MB 22% complete (1.2M/s) |
3722 | 2024-10-31T17:43:47.431Z | [ recovery-image] Oct 31 17:43:46.076 INFO O| Oct 31 17:43:46.076 INFO O| Download: 1006/15846 items 7.8/176.2MB 4% complete (1.7M/s) |
3723 | 2024-10-31T17:43:50.601Z | [ host-image] Oct 31 17:43:49.245 INFO O| Oct 31 17:43:49.245 INFO O| Download: 5780/22744 items 46.3/199.4MB 23% complete (550k/s) |
3724 | 2024-10-31T17:43:53.198Z | [ recovery-image] Oct 31 17:43:51.842 INFO O| Oct 31 17:43:51.841 INFO O| Download: 1174/15846 items 11.2/176.2MB 6% complete (1.1M/s) |
3725 | 2024-10-31T17:43:55.606Z | [ host-image] Oct 31 17:43:54.248 INFO O| Oct 31 17:43:54.248 INFO O| Download: 6825/22744 items 48.7/199.4MB 24% complete (385k/s) |
3726 | 2024-10-31T17:43:58.206Z | [ recovery-image] Oct 31 17:43:56.848 INFO O| Oct 31 17:43:56.848 INFO O| Download: 1526/15846 items 22.1/176.2MB 12% complete (1.4M/s) |
3727 | 2024-10-31T17:44:00.612Z | [ host-image] Oct 31 17:43:59.254 INFO O| Oct 31 17:43:59.254 INFO O| Download: 7443/22744 items 57.9/199.4MB 29% complete (1.2M/s) |
3728 | 2024-10-31T17:44:03.231Z | [ recovery-image] Oct 31 17:44:01.872 INFO O| Oct 31 17:44:01.872 INFO O| Download: 2116/15846 items 31.1/176.2MB 17% complete (2.0M/s) |
3729 | 2024-10-31T17:44:04.714Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3730 | 2024-10-31T17:44:05.716Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3731 | 2024-10-31T17:44:06.345Z | [ host-image] Oct 31 17:44:04.985 INFO O| Oct 31 17:44:04.985 INFO O| Download: 8139/22744 items 60.8/199.4MB 30% complete (1.2M/s) |
3732 | 2024-10-31T17:44:08.240Z | [ recovery-image] Oct 31 17:44:06.879 INFO O| Oct 31 17:44:06.879 INFO O| Download: 2977/15846 items 37.0/176.2MB 21% complete (1.5M/s) |
3733 | 2024-10-31T17:44:09.327Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3734 | 2024-10-31T17:44:10.937Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3735 | 2024-10-31T17:44:11.364Z | [ host-image] Oct 31 17:44:10.002 INFO O| Oct 31 17:44:10.002 INFO O| Download: 8823/22744 items 71.5/199.4MB 35% complete (1.3M/s) |
3736 | 2024-10-31T17:44:13.795Z | [ recovery-image] Oct 31 17:44:12.433 INFO O| Oct 31 17:44:12.433 INFO O| Download: 3686/15846 items 40.1/176.2MB 22% complete (1.0M/s) |
3737 | 2024-10-31T17:44:16.389Z | [ host-image] Oct 31 17:44:15.027 INFO O| Oct 31 17:44:15.026 INFO O| Download: 9645/22744 items 83.2/199.4MB 41% complete (2.2M/s) |
3738 | 2024-10-31T17:44:18.800Z | [ recovery-image] Oct 31 17:44:17.437 INFO O| Oct 31 17:44:17.437 INFO O| Download: 4668/15846 items 42.9/176.2MB 24% complete (574k/s) |
3739 | 2024-10-31T17:44:21.590Z | [ host-image] Oct 31 17:44:20.225 INFO O| Oct 31 17:44:20.225 INFO O| Download: 10415/22744 items 88.0/199.4MB 44% complete (1.8M/s) |
3740 | 2024-10-31T17:44:23.808Z | [ recovery-image] Oct 31 17:44:22.443 INFO O| Oct 31 17:44:22.443 INFO O| Download: 5191/15846 items 43.2/176.2MB 24% complete (323k/s) |
3741 | 2024-10-31T17:44:26.593Z | [ host-image] Oct 31 17:44:25.228 INFO O| Oct 31 17:44:25.228 INFO O| Download: 11091/22744 items 92.0/199.4MB 46% complete (881k/s) |
3742 | 2024-10-31T17:44:28.825Z | [ recovery-image] Oct 31 17:44:27.459 INFO O| Oct 31 17:44:27.459 INFO O| Download: 5900/15846 items 53.0/176.2MB 30% complete (995k/s) |
3743 | 2024-10-31T17:44:31.596Z | [ host-image] Oct 31 17:44:30.230 INFO O| Oct 31 17:44:30.230 INFO O| Download: 11474/22744 items 96.2/199.4MB 48% complete (842k/s) |
3744 | 2024-10-31T17:44:33.828Z | [ recovery-image] Oct 31 17:44:32.461 INFO O| Oct 31 17:44:32.461 INFO O| Download: 6355/15846 items 62.9/176.2MB 35% complete (1.9M/s) |
3745 | 2024-10-31T17:44:37.110Z | [ host-image] Oct 31 17:44:35.743 INFO O| Oct 31 17:44:35.742 INFO O| Download: 12105/22744 items 101.0/199.4MB 50% complete (1.1M/s) |
3746 | 2024-10-31T17:44:38.831Z | [ recovery-image] Oct 31 17:44:37.463 INFO O| Oct 31 17:44:37.463 INFO O| Download: 7708/15846 items 74.4/176.2MB 42% complete (2.1M/s) |
3747 | 2024-10-31T17:44:43.853Z | [ recovery-image] Oct 31 17:44:42.484 INFO O| Oct 31 17:44:42.484 INFO O| Download: 8659/15846 items 81.5/176.2MB 46% complete (1.9M/s) |
3748 | 2024-10-31T17:44:44.255Z | [ host-image] Oct 31 17:44:42.886 INFO O| Oct 31 17:44:42.886 INFO O| Download: 12286/22744 items 109.4/199.4MB 54% complete (1.3M/s) |
3749 | 2024-10-31T17:44:48.856Z | [ recovery-image] Oct 31 17:44:47.485 INFO O| Oct 31 17:44:47.485 INFO O| Download: 8951/15846 items 92.6/176.2MB 52% complete (1.9M/s) |
3750 | 2024-10-31T17:44:49.275Z | [ host-image] Oct 31 17:44:47.905 INFO O| Oct 31 17:44:47.905 INFO O| Download: 13534/22744 items 110.1/199.4MB 55% complete (1.0M/s) |
3751 | 2024-10-31T17:44:53.862Z | [ recovery-image] Oct 31 17:44:52.490 INFO O| Oct 31 17:44:52.490 INFO O| Download: 9949/15846 items 93.1/176.2MB 52% complete (1.2M/s) |
3752 | 2024-10-31T17:44:54.283Z | [ host-image] Oct 31 17:44:52.911 INFO O| Oct 31 17:44:52.911 INFO O| Download: 14176/22744 items 110.6/199.4MB 55% complete (123k/s) |
3753 | 2024-10-31T17:44:58.863Z | [ recovery-image] Oct 31 17:44:57.490 INFO O| Oct 31 17:44:57.490 INFO O| Download: 9960/15846 items 93.1/176.2MB 52% complete (52.4k/s) |
3754 | 2024-10-31T17:44:59.484Z | [ host-image] Oct 31 17:44:58.111 INFO O| Oct 31 17:44:58.111 INFO O| Download: 14270/22744 items 110.7/199.4MB 55% complete (104k/s) |
3755 | 2024-10-31T17:45:03.883Z | [ recovery-image] Oct 31 17:45:02.509 INFO O| Oct 31 17:45:02.509 INFO O| Download: 10862/15846 items 93.8/176.2MB 53% complete (70.2k/s) |
3756 | 2024-10-31T17:45:04.598Z | [ host-image] Oct 31 17:45:03.224 INFO O| Oct 31 17:45:03.223 INFO O| Download: 14518/22744 items 116.7/199.4MB 58% complete (571k/s) |
3757 | 2024-10-31T17:45:08.965Z | [ recovery-image] Oct 31 17:45:07.590 INFO O| Oct 31 17:45:07.589 INFO O| Download: 11080/15846 items 99.3/176.2MB 56% complete (570k/s) |
3758 | 2024-10-31T17:45:09.694Z | [ host-image] Oct 31 17:45:08.318 INFO O| Oct 31 17:45:08.318 INFO O| Download: 15562/22744 items 125.6/199.4MB 62% complete (1.5M/s) |
3759 | 2024-10-31T17:45:14.695Z | [ host-image] Oct 31 17:45:13.319 INFO O| Oct 31 17:45:13.318 INFO O| Download: 16847/22744 items 140.4/199.4MB 70% complete (2.4M/s) |
3760 | 2024-10-31T17:45:15.546Z | [ recovery-image] Oct 31 17:45:14.169 INFO O| Oct 31 17:45:14.169 INFO O| Download: 11510/15846 items 111.3/176.2MB 63% complete (1.7M/s) |
3761 | 2024-10-31T17:45:19.751Z | [ host-image] Oct 31 17:45:18.373 INFO O| Oct 31 17:45:18.373 INFO O| Download: 17922/22744 items 160.5/199.4MB 80% complete (3.4M/s) |
3762 | 2024-10-31T17:45:20.590Z | [ recovery-image] Oct 31 17:45:19.212 INFO O| Oct 31 17:45:19.212 INFO O| Download: 11922/15846 items 128.3/176.2MB 72% complete (2.2M/s) |
3763 | 2024-10-31T17:45:24.772Z | [ host-image] Oct 31 17:45:23.392 INFO O| Oct 31 17:45:23.392 INFO O| Download: 18946/22744 items 165.5/199.4MB 82% complete (2.5M/s) |
3764 | 2024-10-31T17:45:25.593Z | [ recovery-image] Oct 31 17:45:24.213 INFO O| Oct 31 17:45:24.213 INFO O| Download: 12352/15846 items 141.3/176.2MB 80% complete (3.6M/s) |
3765 | 2024-10-31T17:45:29.780Z | [ host-image] Oct 31 17:45:28.400 INFO O| Oct 31 17:45:28.399 INFO O| Download: 19878/22744 items 168.6/199.4MB 84% complete (852k/s) |
3766 | 2024-10-31T17:45:30.596Z | [ recovery-image] Oct 31 17:45:29.215 INFO O| Oct 31 17:45:29.215 INFO O| Download: 13223/15846 items 144.3/176.2MB 81% complete (1.6M/s) |
3767 | 2024-10-31T17:45:34.783Z | [ host-image] Oct 31 17:45:33.402 INFO O| Oct 31 17:45:33.401 INFO O| Download: 20652/22744 items 172.9/199.4MB 86% complete (760k/s) |
3768 | 2024-10-31T17:45:35.599Z | [ recovery-image] Oct 31 17:45:34.217 INFO O| Oct 31 17:45:34.217 INFO O| Download: 14133/15846 items 147.4/176.2MB 83% complete (625k/s) |
3769 | 2024-10-31T17:45:39.792Z | [ host-image] Oct 31 17:45:38.409 INFO O| Oct 31 17:45:38.409 INFO O| Download: 21150/22744 items 179.6/199.4MB 90% complete (1.1M/s) |
3770 | 2024-10-31T17:45:40.861Z | [ recovery-image] Oct 31 17:45:39.478 INFO O| Oct 31 17:45:39.478 INFO O| Download: 14763/15846 items 156.3/176.2MB 88% complete (1.1M/s) |
3771 | 2024-10-31T17:45:44.794Z | [ host-image] Oct 31 17:45:43.410 INFO O| Oct 31 17:45:43.410 INFO O| Download: 21670/22744 items 183.5/199.4MB 92% complete (1.1M/s) |
3772 | 2024-10-31T17:45:45.972Z | [ recovery-image] Oct 31 17:45:44.587 INFO O| Oct 31 17:45:44.587 INFO O| Download: 15265/15846 items 160.9/176.2MB 91% complete (1.3M/s) |
3773 | 2024-10-31T17:45:49.813Z | [ host-image] Oct 31 17:45:48.426 INFO O| Oct 31 17:45:48.426 INFO O| Download: 22004/22744 items 192.3/199.4MB 96% complete (1.3M/s) |
3774 | 2024-10-31T17:45:51.227Z | [ recovery-image] Oct 31 17:45:49.841 INFO O| Oct 31 17:45:49.841 INFO O| Download: 15616/15846 items 169.8/176.2MB 96% complete (1.6M/s) |
3775 | 2024-10-31T17:45:53.997Z | [ recovery-image] Oct 31 17:45:52.611 INFO O| Oct 31 17:45:52.611 INFO O| Download: Completed 176.18 MB in 131.83 seconds (1.3M/s) |
3776 | 2024-10-31T17:45:54.519Z | [ host-image] Oct 31 17:45:53.133 INFO O| Oct 31 17:45:53.132 INFO O| Download: Completed 199.42 MB in 159.58 seconds (1.2M/s) |
3777 | 2024-10-31T17:45:55.081Z | [ recovery-image] Oct 31 17:45:53.694 INFO O| Oct 31 17:45:53.694 INFO O| Actions: 1/25012 actions (Installing new actions) |
3778 | 2024-10-31T17:45:56.420Z | [ host-image] Oct 31 17:45:55.033 INFO O| Oct 31 17:45:55.033 INFO O| Actions: 1/49311 actions (Installing new actions) |
3779 | 2024-10-31T17:46:00.082Z | [ recovery-image] Oct 31 17:45:58.694 INFO O| Oct 31 17:45:58.694 INFO O| Actions: 8534/25012 actions (Installing new actions) |
3780 | 2024-10-31T17:46:01.581Z | [ host-image] Oct 31 17:46:00.192 INFO O| Oct 31 17:46:00.192 INFO O| Actions: 9866/49311 actions (Installing new actions) |
3781 | 2024-10-31T17:46:05.083Z | [ recovery-image] Oct 31 17:46:03.694 INFO O| Oct 31 17:46:03.694 INFO O| Actions: 14332/25012 actions (Installing new actions) |
3782 | 2024-10-31T17:46:06.587Z | [ host-image] Oct 31 17:46:05.196 INFO O| Oct 31 17:46:05.195 INFO O| Actions: 16323/49311 actions (Installing new actions) |
3783 | 2024-10-31T17:46:10.085Z | [ recovery-image] Oct 31 17:46:08.694 INFO O| Oct 31 17:46:08.694 INFO O| Actions: 20943/25012 actions (Installing new actions) |
3784 | 2024-10-31T17:46:11.587Z | [ host-image] Oct 31 17:46:10.196 INFO O| Oct 31 17:46:10.196 INFO O| Actions: 22868/49311 actions (Installing new actions) |
3785 | 2024-10-31T17:46:15.174Z | [ recovery-image] Oct 31 17:46:13.782 INFO O| Oct 31 17:46:13.782 INFO O| Actions: 24593/25012 actions (Installing new actions) |
3786 | 2024-10-31T17:46:16.173Z | [ recovery-image] Oct 31 17:46:14.781 INFO O| Oct 31 17:46:14.781 INFO O| Actions: Completed 25012 actions in 21.08 seconds. |
3787 | 2024-10-31T17:46:16.771Z | [ recovery-image] Oct 31 17:46:15.379 INFO O| Oct 31 17:46:15.379 INFO O| Done |
3788 | 2024-10-31T17:46:16.771Z | [ recovery-image] Oct 31 17:46:15.379 INFO O| Oct 31 17:46:15.379 INFO O| Done |
3789 | 2024-10-31T17:46:17.455Z | [ host-image] Oct 31 17:46:16.063 INFO O| Oct 31 17:46:16.062 INFO O| Actions: 48758/49311 actions (Installing new actions) |
3790 | 2024-10-31T17:46:17.651Z | [ recovery-image] Oct 31 17:46:16.259 INFO O| Oct 31 17:46:16.259 INFO O| Done |
3791 | 2024-10-31T17:46:18.832Z | [ host-image] Oct 31 17:46:17.440 INFO O| Oct 31 17:46:17.440 INFO O| Actions: Completed 49311 actions in 22.40 seconds. |
3792 | 2024-10-31T17:46:18.960Z | [ recovery-image] Oct 31 17:46:17.568 INFO O| Oct 31 17:46:17.568 INFO O| Done |
3793 | 2024-10-31T17:46:18.977Z | [ recovery-image] Oct 31 17:46:17.584 INFO O| Oct 31 17:46:17.584 INFO O| Done |
3794 | 2024-10-31T17:46:19.370Z | [ host-image] Oct 31 17:46:17.978 INFO O| Oct 31 17:46:17.978 INFO O| Done |
3795 | 2024-10-31T17:46:19.370Z | [ host-image] Oct 31 17:46:17.978 INFO O| Oct 31 17:46:17.978 INFO O| Done |
3796 | 2024-10-31T17:46:20.235Z | [ host-image] Oct 31 17:46:18.843 INFO O| Oct 31 17:46:18.843 INFO O| Done |
3797 | 2024-10-31T17:46:22.753Z | [ recovery-image] Oct 31 17:46:21.359 INFO O| Oct 31 17:46:21.359 INFO O| Done |
3798 | 2024-10-31T17:46:22.913Z | [ host-image] Oct 31 17:46:21.519 INFO O| Oct 31 17:46:21.519 INFO O| Done |
3799 | 2024-10-31T17:46:22.979Z | [ host-image] Oct 31 17:46:21.586 INFO O| Oct 31 17:46:21.586 INFO O| Done |
3800 | 2024-10-31T17:46:23.505Z | [ recovery-image] Oct 31 17:46:22.112 INFO O| Oct 31 17:46:22.112 INFO O| Done |
3801 | 2024-10-31T17:46:23.907Z | [ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.513 INFO STEP 11 (pkg_install) COMPLETE |
3802 | 2024-10-31T17:46:23.907Z | [ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3803 | 2024-10-31T17:46:23.910Z | [ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO skip step because feature "recovery" is enabled |
3804 | 2024-10-31T17:46:23.910Z | [ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3805 | 2024-10-31T17:46:23.910Z | [ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO skip step because feature "omicron1" is not enabled |
3806 | 2024-10-31T17:46:23.910Z | [ recovery-image] Oct 31 17:46:22.514 INFO O| Oct 31 17:46:22.514 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3807 | 2024-10-31T17:46:23.927Z | [ recovery-image] Oct 31 17:46:22.534 INFO O| Oct 31 17:46:22.534 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3808 | 2024-10-31T17:46:24.924Z | [ recovery-image] Oct 31 17:46:23.530 INFO O| Oct 31 17:46:23.530 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3809 | 2024-10-31T17:46:29.216Z | [ recovery-image] Oct 31 17:46:27.821 INFO O| Oct 31 17:46:27.821 INFO O| Planning: Solver setup ... Done |
3810 | 2024-10-31T17:46:29.223Z | [ recovery-image] Oct 31 17:46:27.828 INFO O| Oct 31 17:46:27.828 INFO O| Planning: Running solver ... Done |
3811 | 2024-10-31T17:46:29.312Z | [ recovery-image] Oct 31 17:46:27.917 INFO O| Oct 31 17:46:27.917 INFO O| Planning: Finding local manifests ... Done |
3812 | 2024-10-31T17:46:29.315Z | [ recovery-image] Oct 31 17:46:27.918 INFO O| Oct 31 17:46:27.918 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3813 | 2024-10-31T17:46:29.461Z | [ recovery-image] Oct 31 17:46:28.066 INFO O| Oct 31 17:46:28.066 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3814 | 2024-10-31T17:46:29.543Z | [ recovery-image] Oct 31 17:46:28.148 INFO O| Oct 31 17:46:28.148 INFO O| Planning: Package planning ... Done |
3815 | 2024-10-31T17:46:29.545Z | [ recovery-image] Oct 31 17:46:28.148 INFO O| Oct 31 17:46:28.148 INFO O| Planning: Merging actions ... Done |
3816 | 2024-10-31T17:46:29.605Z | [ recovery-image] Oct 31 17:46:28.210 INFO O| Oct 31 17:46:28.210 INFO O| Planning: Checking for conflicting actions ... Done |
3817 | 2024-10-31T17:46:29.608Z | [ recovery-image] Oct 31 17:46:28.211 INFO O| Oct 31 17:46:28.211 INFO O| Planning: Consolidating action changes ... Done |
3818 | 2024-10-31T17:46:29.870Z | [ recovery-image] Oct 31 17:46:28.475 INFO O| Oct 31 17:46:28.475 INFO O| Planning: Evaluating mediators ... Done |
3819 | 2024-10-31T17:46:29.872Z | [ recovery-image] Oct 31 17:46:28.475 INFO O| Oct 31 17:46:28.475 INFO O| Planning: Planning completed in 4.95 seconds |
3820 | 2024-10-31T17:46:29.875Z | [ recovery-image] Oct 31 17:46:28.480 INFO O| Oct 31 17:46:28.479 INFO O| Packages to install: 1 |
3821 | 2024-10-31T17:46:29.891Z | [ recovery-image] Oct 31 17:46:28.496 INFO O| Oct 31 17:46:28.496 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3822 | 2024-10-31T17:46:31.125Z | [ recovery-image] Oct 31 17:46:29.730 INFO O| Oct 31 17:46:29.730 INFO O| Download: Completed 20.80 MB in 1.23 seconds (16.9M/s) |
3823 | 2024-10-31T17:46:31.235Z | [ recovery-image] Oct 31 17:46:29.839 INFO O| Oct 31 17:46:29.839 INFO O| Actions: 1/22 actions (Installing new actions) |
3824 | 2024-10-31T17:46:31.508Z | [ host-image] Oct 31 17:46:30.113 INFO O| Oct 31 17:46:30.113 INFO O| Done |
3825 | 2024-10-31T17:46:32.193Z | [ recovery-image] Oct 31 17:46:30.798 INFO O| Oct 31 17:46:30.798 INFO O| Actions: Completed 22 actions in 0.96 seconds. |
3826 | 2024-10-31T17:46:32.669Z | [ host-image] Oct 31 17:46:31.273 INFO O| Oct 31 17:46:31.273 INFO O| Done |
3827 | 2024-10-31T17:46:32.711Z | [ recovery-image] Oct 31 17:46:31.315 INFO O| Oct 31 17:46:31.315 INFO O| Done |
3828 | 2024-10-31T17:46:32.711Z | [ recovery-image] Oct 31 17:46:31.315 INFO O| Oct 31 17:46:31.315 INFO O| Done |
3829 | 2024-10-31T17:46:33.133Z | [ host-image] Oct 31 17:46:31.737 INFO O| Oct 31 17:46:31.737 INFO STEP 11 (pkg_install) COMPLETE |
3830 | 2024-10-31T17:46:33.133Z | [ host-image] Oct 31 17:46:31.737 INFO O| Oct 31 17:46:31.737 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3831 | 2024-10-31T17:46:33.151Z | [ host-image] Oct 31 17:46:31.755 INFO O| Oct 31 17:46:31.755 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3832 | 2024-10-31T17:46:33.976Z | [ recovery-image] Oct 31 17:46:32.579 INFO O| Oct 31 17:46:32.579 INFO O| Done |
3833 | 2024-10-31T17:46:34.325Z | [ host-image] Oct 31 17:46:32.929 INFO O| Oct 31 17:46:32.929 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3834 | 2024-10-31T17:46:35.910Z | [ recovery-image] Oct 31 17:46:34.513 INFO O| Oct 31 17:46:34.513 INFO O| Done |
3835 | 2024-10-31T17:46:35.931Z | [ recovery-image] Oct 31 17:46:34.535 INFO O| Oct 31 17:46:34.535 INFO O| Done |
3836 | 2024-10-31T17:46:35.934Z | [ recovery-image] Oct 31 17:46:34.535 INFO O| Oct 31 17:46:34.535 INFO O| Done |
3837 | 2024-10-31T17:46:35.958Z | [ recovery-image] Oct 31 17:46:34.561 INFO O| Oct 31 17:46:34.561 INFO O| Done |
3838 | 2024-10-31T17:46:36.101Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 14 (pkg_install) COMPLETE |
3839 | 2024-10-31T17:46:36.102Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3840 | 2024-10-31T17:46:36.102Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO skip step because feature "mfg" is not enabled |
3841 | 2024-10-31T17:46:36.104Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3842 | 2024-10-31T17:46:36.104Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO skip step because feature "compliance" is not enabled |
3843 | 2024-10-31T17:46:36.104Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3844 | 2024-10-31T17:46:36.104Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO skip step because feature "stress" is not enabled |
3845 | 2024-10-31T17:46:36.104Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3846 | 2024-10-31T17:46:36.104Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO skip step because feature "nfs" is not enabled |
3847 | 2024-10-31T17:46:36.104Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3848 | 2024-10-31T17:46:36.104Z | [ recovery-image] Oct 31 17:46:34.705 INFO O| Oct 31 17:46:34.705 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3849 | 2024-10-31T17:46:36.237Z | [ recovery-image] Oct 31 17:46:34.840 INFO O| Oct 31 17:46:34.840 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3850 | 2024-10-31T17:46:36.352Z | [ recovery-image] Oct 31 17:46:34.956 INFO O| Oct 31 17:46:34.955 INFO completed processing gimlet/ramdisk-01-os |
3851 | 2024-10-31T17:46:36.356Z | [ recovery-image] Oct 31 17:46:34.960 INFO image builder template: ramdisk-02-trim... |
3852 | 2024-10-31T17:46:36.529Z | [ recovery-image] Oct 31 17:46:34.960 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/.tmprBD8Ob/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.33.293", "-n", "ramdisk-02-trim"], pwd: None |
3853 | 2024-10-31T17:46:36.532Z | [ recovery-image] Oct 31 17:46:35.003 INFO O| Oct 31 17:46:35.003 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3854 | 2024-10-31T17:46:36.532Z | [ recovery-image] Oct 31 17:46:35.023 INFO O| Oct 31 17:46:35.023 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3855 | 2024-10-31T17:46:36.545Z | [ recovery-image] Oct 31 17:46:35.148 INFO O| Oct 31 17:46:35.148 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3856 | 2024-10-31T17:46:36.612Z | [ recovery-image] Oct 31 17:46:35.215 INFO O| Oct 31 17:46:35.215 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3857 | 2024-10-31T17:46:36.612Z | [ recovery-image] Oct 31 17:46:35.215 INFO O| Oct 31 17:46:35.215 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3858 | 2024-10-31T17:46:36.622Z | [ recovery-image] Oct 31 17:46:35.226 INFO O| Oct 31 17:46:35.225 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3859 | 2024-10-31T17:46:36.631Z | [ recovery-image] Oct 31 17:46:35.234 INFO O| Oct 31 17:46:35.234 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3860 | 2024-10-31T17:46:36.657Z | [ recovery-image] Oct 31 17:46:35.259 INFO O| Oct 31 17:46:35.259 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3861 | 2024-10-31T17:46:36.993Z | [ recovery-image] Oct 31 17:46:35.596 INFO O| Oct 31 17:46:35.596 INFO rolled back to input snapshot; work may begin |
3862 | 2024-10-31T17:46:36.993Z | [ recovery-image] Oct 31 17:46:35.596 INFO O| Oct 31 17:46:35.596 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3863 | 2024-10-31T17:46:37.008Z | [ recovery-image] Oct 31 17:46:35.611 INFO O| Oct 31 17:46:35.610 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3864 | 2024-10-31T17:46:37.032Z | [ recovery-image] Oct 31 17:46:35.635 INFO O| Oct 31 17:46:35.635 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3865 | 2024-10-31T17:46:37.208Z | [ recovery-image] Oct 31 17:46:35.811 INFO O| Oct 31 17:46:35.811 INFO STEP 0 (remove_files) COMPLETE |
3866 | 2024-10-31T17:46:37.208Z | [ recovery-image] Oct 31 17:46:35.811 INFO O| Oct 31 17:46:35.811 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3867 | 2024-10-31T17:46:37.229Z | [ recovery-image] Oct 31 17:46:35.832 INFO O| Oct 31 17:46:35.832 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3868 | 2024-10-31T17:46:37.233Z | [ recovery-image] Oct 31 17:46:35.836 INFO O| Oct 31 17:46:35.836 INFO STEP 1 (remove_files) COMPLETE |
3869 | 2024-10-31T17:46:37.233Z | [ recovery-image] Oct 31 17:46:35.836 INFO O| Oct 31 17:46:35.836 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3870 | 2024-10-31T17:46:37.253Z | [ recovery-image] Oct 31 17:46:35.856 INFO O| Oct 31 17:46:35.856 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3871 | 2024-10-31T17:46:37.278Z | [ recovery-image] Oct 31 17:46:35.881 INFO O| Oct 31 17:46:35.881 INFO STEP 2 (remove_files) COMPLETE |
3872 | 2024-10-31T17:46:37.279Z | [ recovery-image] Oct 31 17:46:35.881 INFO O| Oct 31 17:46:35.881 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3873 | 2024-10-31T17:46:37.300Z | [ recovery-image] Oct 31 17:46:35.903 INFO O| Oct 31 17:46:35.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3874 | 2024-10-31T17:46:37.304Z | [ recovery-image] Oct 31 17:46:35.907 INFO O| Oct 31 17:46:35.907 INFO STEP 3 (remove_files) COMPLETE |
3875 | 2024-10-31T17:46:37.306Z | [ recovery-image] Oct 31 17:46:35.907 INFO O| Oct 31 17:46:35.907 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3876 | 2024-10-31T17:46:37.348Z | [ recovery-image] Oct 31 17:46:35.951 INFO O| Oct 31 17:46:35.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3877 | 2024-10-31T17:46:37.354Z | [ recovery-image] Oct 31 17:46:35.957 INFO O| Oct 31 17:46:35.957 INFO STEP 4 (remove_files) COMPLETE |
3878 | 2024-10-31T17:46:37.354Z | [ recovery-image] Oct 31 17:46:35.957 INFO O| Oct 31 17:46:35.957 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3879 | 2024-10-31T17:46:37.438Z | [ recovery-image] Oct 31 17:46:36.041 INFO O| Oct 31 17:46:36.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3880 | 2024-10-31T17:46:37.441Z | [ recovery-image] Oct 31 17:46:36.041 INFO O| Oct 31 17:46:36.041 INFO STEP 5 (remove_files) COMPLETE |
3881 | 2024-10-31T17:46:37.441Z | [ recovery-image] Oct 31 17:46:36.041 INFO O| Oct 31 17:46:36.041 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3882 | 2024-10-31T17:46:37.486Z | [ recovery-image] Oct 31 17:46:36.089 INFO O| Oct 31 17:46:36.089 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3883 | 2024-10-31T17:46:37.505Z | [ recovery-image] Oct 31 17:46:36.108 INFO O| Oct 31 17:46:36.108 INFO STEP 6 (remove_files) COMPLETE |
3884 | 2024-10-31T17:46:37.508Z | [ recovery-image] Oct 31 17:46:36.108 INFO O| Oct 31 17:46:36.108 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3885 | 2024-10-31T17:46:37.508Z | [ recovery-image] Oct 31 17:46:36.108 INFO O| Oct 31 17:46:36.108 INFO skip step because feature "recovery" is enabled |
3886 | 2024-10-31T17:46:37.508Z | [ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.108 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3887 | 2024-10-31T17:46:37.508Z | [ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.109 INFO skip step because feature "recovery" is enabled |
3888 | 2024-10-31T17:46:37.508Z | [ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.109 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3889 | 2024-10-31T17:46:37.508Z | [ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.109 INFO skip step because feature "recovery" is enabled |
3890 | 2024-10-31T17:46:37.508Z | [ recovery-image] Oct 31 17:46:36.109 INFO O| Oct 31 17:46:36.109 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3891 | 2024-10-31T17:46:37.526Z | [ recovery-image] Oct 31 17:46:36.128 INFO O| Oct 31 17:46:36.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3892 | 2024-10-31T17:46:37.533Z | [ recovery-image] Oct 31 17:46:36.136 INFO O| Oct 31 17:46:36.136 INFO STEP 10 (remove_files) COMPLETE |
3893 | 2024-10-31T17:46:37.533Z | [ recovery-image] Oct 31 17:46:36.136 INFO O| Oct 31 17:46:36.136 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3894 | 2024-10-31T17:46:37.587Z | [ recovery-image] Oct 31 17:46:36.190 INFO O| Oct 31 17:46:36.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3895 | 2024-10-31T17:46:37.590Z | [ recovery-image] Oct 31 17:46:36.192 INFO O| Oct 31 17:46:36.192 INFO STEP 11 (remove_files) COMPLETE |
3896 | 2024-10-31T17:46:37.590Z | [ recovery-image] Oct 31 17:46:36.192 INFO O| Oct 31 17:46:36.192 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3897 | 2024-10-31T17:46:37.613Z | [ recovery-image] Oct 31 17:46:36.216 INFO O| Oct 31 17:46:36.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3898 | 2024-10-31T17:46:37.616Z | [ recovery-image] Oct 31 17:46:36.218 INFO O| Oct 31 17:46:36.218 INFO STEP 12 (remove_files) COMPLETE |
3899 | 2024-10-31T17:46:37.616Z | [ recovery-image] Oct 31 17:46:36.218 INFO O| Oct 31 17:46:36.218 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3900 | 2024-10-31T17:46:37.948Z | [ recovery-image] Oct 31 17:46:36.550 INFO O| Oct 31 17:46:36.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3901 | 2024-10-31T17:46:37.952Z | [ recovery-image] Oct 31 17:46:36.554 INFO O| Oct 31 17:46:36.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3902 | 2024-10-31T17:46:37.970Z | [ recovery-image] Oct 31 17:46:36.573 INFO O| Oct 31 17:46:36.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3903 | 2024-10-31T17:46:38.054Z | [ recovery-image] Oct 31 17:46:36.657 INFO O| Oct 31 17:46:36.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3904 | 2024-10-31T17:46:38.070Z | [ recovery-image] Oct 31 17:46:36.673 INFO O| Oct 31 17:46:36.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3905 | 2024-10-31T17:46:38.099Z | [ recovery-image] Oct 31 17:46:36.701 INFO O| Oct 31 17:46:36.701 INFO STEP 13 (remove_files) COMPLETE |
3906 | 2024-10-31T17:46:38.099Z | [ recovery-image] Oct 31 17:46:36.701 INFO O| Oct 31 17:46:36.701 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3907 | 2024-10-31T17:46:38.116Z | [ recovery-image] Oct 31 17:46:36.719 INFO O| Oct 31 17:46:36.718 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3908 | 2024-10-31T17:46:38.118Z | [ recovery-image] Oct 31 17:46:36.721 INFO O| Oct 31 17:46:36.721 INFO STEP 14 (remove_files) COMPLETE |
3909 | 2024-10-31T17:46:38.118Z | [ recovery-image] Oct 31 17:46:36.721 INFO O| Oct 31 17:46:36.721 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3910 | 2024-10-31T17:46:38.153Z | [ recovery-image] Oct 31 17:46:36.756 INFO O| Oct 31 17:46:36.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3911 | 2024-10-31T17:46:38.164Z | [ recovery-image] Oct 31 17:46:36.767 INFO O| Oct 31 17:46:36.767 INFO STEP 15 (remove_files) COMPLETE |
3912 | 2024-10-31T17:46:38.164Z | [ recovery-image] Oct 31 17:46:36.767 INFO O| Oct 31 17:46:36.767 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3913 | 2024-10-31T17:46:38.211Z | [ recovery-image] Oct 31 17:46:36.814 INFO O| Oct 31 17:46:36.813 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3914 | 2024-10-31T17:46:38.214Z | [ recovery-image] Oct 31 17:46:36.814 INFO O| Oct 31 17:46:36.814 INFO STEP 16 (remove_files) COMPLETE |
3915 | 2024-10-31T17:46:38.214Z | [ recovery-image] Oct 31 17:46:36.815 INFO O| Oct 31 17:46:36.814 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3916 | 2024-10-31T17:46:38.227Z | [ recovery-image] Oct 31 17:46:36.830 INFO O| Oct 31 17:46:36.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3917 | 2024-10-31T17:46:38.230Z | [ recovery-image] Oct 31 17:46:36.832 INFO O| Oct 31 17:46:36.832 INFO STEP 17 (remove_files) COMPLETE |
3918 | 2024-10-31T17:46:38.230Z | [ recovery-image] Oct 31 17:46:36.833 INFO O| Oct 31 17:46:36.832 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3919 | 2024-10-31T17:46:38.266Z | [ recovery-image] Oct 31 17:46:36.869 INFO O| Oct 31 17:46:36.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3920 | 2024-10-31T17:46:38.270Z | [ recovery-image] Oct 31 17:46:36.869 INFO O| Oct 31 17:46:36.869 INFO STEP 18 (remove_files) COMPLETE |
3921 | 2024-10-31T17:46:38.270Z | [ recovery-image] Oct 31 17:46:36.869 INFO O| Oct 31 17:46:36.869 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3922 | 2024-10-31T17:46:38.295Z | [ recovery-image] Oct 31 17:46:36.898 INFO O| Oct 31 17:46:36.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3923 | 2024-10-31T17:46:38.298Z | [ recovery-image] Oct 31 17:46:36.898 INFO O| Oct 31 17:46:36.898 INFO STEP 19 (remove_files) COMPLETE |
3924 | 2024-10-31T17:46:38.298Z | [ recovery-image] Oct 31 17:46:36.899 INFO O| Oct 31 17:46:36.898 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3925 | 2024-10-31T17:46:38.324Z | [ recovery-image] Oct 31 17:46:36.927 INFO O| Oct 31 17:46:36.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3926 | 2024-10-31T17:46:38.325Z | [ recovery-image] Oct 31 17:46:36.927 INFO O| Oct 31 17:46:36.927 INFO STEP 20 (remove_files) COMPLETE |
3927 | 2024-10-31T17:46:38.327Z | [ recovery-image] Oct 31 17:46:36.927 INFO O| Oct 31 17:46:36.927 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3928 | 2024-10-31T17:46:38.344Z | [ recovery-image] Oct 31 17:46:36.946 INFO O| Oct 31 17:46:36.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3929 | 2024-10-31T17:46:38.344Z | [ recovery-image] Oct 31 17:46:36.946 INFO O| Oct 31 17:46:36.946 INFO STEP 21 (remove_files) COMPLETE |
3930 | 2024-10-31T17:46:38.346Z | [ recovery-image] Oct 31 17:46:36.947 INFO O| Oct 31 17:46:36.946 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3931 | 2024-10-31T17:46:38.360Z | [ recovery-image] Oct 31 17:46:36.963 INFO O| Oct 31 17:46:36.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3932 | 2024-10-31T17:46:38.360Z | [ recovery-image] Oct 31 17:46:36.963 INFO O| Oct 31 17:46:36.963 INFO STEP 22 (remove_files) COMPLETE |
3933 | 2024-10-31T17:46:38.363Z | [ recovery-image] Oct 31 17:46:36.963 INFO O| Oct 31 17:46:36.963 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3934 | 2024-10-31T17:46:38.376Z | [ recovery-image] Oct 31 17:46:36.979 INFO O| Oct 31 17:46:36.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3935 | 2024-10-31T17:46:38.376Z | [ recovery-image] Oct 31 17:46:36.979 INFO O| Oct 31 17:46:36.979 INFO STEP 23 (remove_files) COMPLETE |
3936 | 2024-10-31T17:46:38.376Z | [ recovery-image] Oct 31 17:46:36.979 INFO O| Oct 31 17:46:36.979 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3937 | 2024-10-31T17:46:38.393Z | [ recovery-image] Oct 31 17:46:36.995 INFO O| Oct 31 17:46:36.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3938 | 2024-10-31T17:46:38.393Z | [ recovery-image] Oct 31 17:46:36.996 INFO O| Oct 31 17:46:36.995 INFO STEP 24 (remove_files) COMPLETE |
3939 | 2024-10-31T17:46:38.395Z | [ recovery-image] Oct 31 17:46:36.996 INFO O| Oct 31 17:46:36.995 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3940 | 2024-10-31T17:46:38.424Z | [ recovery-image] Oct 31 17:46:37.026 INFO O| Oct 31 17:46:37.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3941 | 2024-10-31T17:46:38.424Z | [ recovery-image] Oct 31 17:46:37.026 INFO O| Oct 31 17:46:37.026 INFO STEP 25 (remove_files) COMPLETE |
3942 | 2024-10-31T17:46:38.424Z | [ recovery-image] Oct 31 17:46:37.026 INFO O| Oct 31 17:46:37.026 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3943 | 2024-10-31T17:46:38.442Z | [ recovery-image] Oct 31 17:46:37.044 INFO O| Oct 31 17:46:37.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3944 | 2024-10-31T17:46:38.442Z | [ recovery-image] Oct 31 17:46:37.044 INFO O| Oct 31 17:46:37.044 INFO STEP 26 (remove_files) COMPLETE |
3945 | 2024-10-31T17:46:38.442Z | [ recovery-image] Oct 31 17:46:37.045 INFO O| Oct 31 17:46:37.044 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3946 | 2024-10-31T17:46:38.479Z | [ recovery-image] Oct 31 17:46:37.082 INFO O| Oct 31 17:46:37.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3947 | 2024-10-31T17:46:38.480Z | [ recovery-image] Oct 31 17:46:37.082 INFO O| Oct 31 17:46:37.082 INFO STEP 27 (remove_files) COMPLETE |
3948 | 2024-10-31T17:46:38.480Z | [ recovery-image] Oct 31 17:46:37.082 INFO O| Oct 31 17:46:37.082 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3949 | 2024-10-31T17:46:38.498Z | [ recovery-image] Oct 31 17:46:37.101 INFO O| Oct 31 17:46:37.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3950 | 2024-10-31T17:46:38.498Z | [ recovery-image] Oct 31 17:46:37.101 INFO O| Oct 31 17:46:37.101 INFO STEP 28 (remove_files) COMPLETE |
3951 | 2024-10-31T17:46:38.498Z | [ recovery-image] Oct 31 17:46:37.101 INFO O| Oct 31 17:46:37.101 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3952 | 2024-10-31T17:46:38.528Z | [ recovery-image] Oct 31 17:46:37.130 INFO O| Oct 31 17:46:37.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3953 | 2024-10-31T17:46:38.528Z | [ recovery-image] Oct 31 17:46:37.130 INFO O| Oct 31 17:46:37.130 INFO STEP 29 (remove_files) COMPLETE |
3954 | 2024-10-31T17:46:38.530Z | [ recovery-image] Oct 31 17:46:37.130 INFO O| Oct 31 17:46:37.130 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3955 | 2024-10-31T17:46:38.547Z | [ recovery-image] Oct 31 17:46:37.150 INFO O| Oct 31 17:46:37.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3956 | 2024-10-31T17:46:38.550Z | [ recovery-image] Oct 31 17:46:37.150 INFO O| Oct 31 17:46:37.150 INFO STEP 30 (remove_files) COMPLETE |
3957 | 2024-10-31T17:46:38.550Z | [ recovery-image] Oct 31 17:46:37.150 INFO O| Oct 31 17:46:37.150 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3958 | 2024-10-31T17:46:38.595Z | [ recovery-image] Oct 31 17:46:37.197 INFO O| Oct 31 17:46:37.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3959 | 2024-10-31T17:46:38.595Z | [ recovery-image] Oct 31 17:46:37.197 INFO O| Oct 31 17:46:37.197 INFO STEP 31 (remove_files) COMPLETE |
3960 | 2024-10-31T17:46:38.595Z | [ recovery-image] Oct 31 17:46:37.197 INFO O| Oct 31 17:46:37.197 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3961 | 2024-10-31T17:46:38.660Z | [ recovery-image] Oct 31 17:46:37.262 INFO O| Oct 31 17:46:37.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3962 | 2024-10-31T17:46:38.660Z | [ recovery-image] Oct 31 17:46:37.262 INFO O| Oct 31 17:46:37.262 INFO STEP 32 (remove_files) COMPLETE |
3963 | 2024-10-31T17:46:38.662Z | [ recovery-image] Oct 31 17:46:37.262 INFO O| Oct 31 17:46:37.262 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3964 | 2024-10-31T17:46:38.687Z | [ host-image] Oct 31 17:46:37.289 INFO O| Oct 31 17:46:37.289 INFO O| Planning: Solver setup ... Done |
3965 | 2024-10-31T17:46:38.690Z | [ recovery-image] Oct 31 17:46:37.293 INFO O| Oct 31 17:46:37.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3966 | 2024-10-31T17:46:38.690Z | [ recovery-image] Oct 31 17:46:37.293 INFO O| Oct 31 17:46:37.293 INFO STEP 33 (remove_files) COMPLETE |
3967 | 2024-10-31T17:46:38.692Z | [ recovery-image] Oct 31 17:46:37.293 INFO O| Oct 31 17:46:37.293 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3968 | 2024-10-31T17:46:38.694Z | [ host-image] Oct 31 17:46:37.296 INFO O| Oct 31 17:46:37.296 INFO O| Planning: Running solver ... Done |
3969 | 2024-10-31T17:46:38.707Z | [ recovery-image] Oct 31 17:46:37.310 INFO O| Oct 31 17:46:37.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3970 | 2024-10-31T17:46:38.707Z | [ recovery-image] Oct 31 17:46:37.310 INFO O| Oct 31 17:46:37.310 INFO STEP 34 (remove_files) COMPLETE |
3971 | 2024-10-31T17:46:38.707Z | [ recovery-image] Oct 31 17:46:37.310 INFO O| Oct 31 17:46:37.310 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3972 | 2024-10-31T17:46:38.727Z | [ recovery-image] Oct 31 17:46:37.330 INFO O| Oct 31 17:46:37.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3973 | 2024-10-31T17:46:38.727Z | [ recovery-image] Oct 31 17:46:37.330 INFO O| Oct 31 17:46:37.329 INFO STEP 35 (remove_files) COMPLETE |
3974 | 2024-10-31T17:46:38.730Z | [ recovery-image] Oct 31 17:46:37.330 INFO O| Oct 31 17:46:37.329 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3975 | 2024-10-31T17:46:38.762Z | [ recovery-image] Oct 31 17:46:37.364 INFO O| Oct 31 17:46:37.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3976 | 2024-10-31T17:46:38.762Z | [ recovery-image] Oct 31 17:46:37.364 INFO O| Oct 31 17:46:37.364 INFO STEP 36 (remove_files) COMPLETE |
3977 | 2024-10-31T17:46:38.764Z | [ recovery-image] Oct 31 17:46:37.364 INFO O| Oct 31 17:46:37.364 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3978 | 2024-10-31T17:46:38.781Z | [ host-image] Oct 31 17:46:37.383 INFO O| Oct 31 17:46:37.383 INFO O| Planning: Finding local manifests ... Done |
3979 | 2024-10-31T17:46:38.783Z | [ recovery-image] Oct 31 17:46:37.384 INFO O| Oct 31 17:46:37.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3980 | 2024-10-31T17:46:38.783Z | [ recovery-image] Oct 31 17:46:37.385 INFO O| Oct 31 17:46:37.384 INFO STEP 37 (remove_files) COMPLETE |
3981 | 2024-10-31T17:46:38.783Z | [ recovery-image] Oct 31 17:46:37.385 INFO O| Oct 31 17:46:37.385 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3982 | 2024-10-31T17:46:38.783Z | [ host-image] Oct 31 17:46:37.386 INFO O| Oct 31 17:46:37.385 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3983 | 2024-10-31T17:46:38.820Z | [ recovery-image] Oct 31 17:46:37.423 INFO O| Oct 31 17:46:37.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3984 | 2024-10-31T17:46:38.820Z | [ recovery-image] Oct 31 17:46:37.423 INFO O| Oct 31 17:46:37.423 INFO STEP 38 (remove_files) COMPLETE |
3985 | 2024-10-31T17:46:38.820Z | [ recovery-image] Oct 31 17:46:37.423 INFO O| Oct 31 17:46:37.423 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3986 | 2024-10-31T17:46:38.840Z | [ recovery-image] Oct 31 17:46:37.442 INFO O| Oct 31 17:46:37.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3987 | 2024-10-31T17:46:38.840Z | [ recovery-image] Oct 31 17:46:37.442 INFO O| Oct 31 17:46:37.442 INFO STEP 39 (remove_files) COMPLETE |
3988 | 2024-10-31T17:46:38.840Z | [ recovery-image] Oct 31 17:46:37.442 INFO O| Oct 31 17:46:37.442 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3989 | 2024-10-31T17:46:38.886Z | [ recovery-image] Oct 31 17:46:37.489 INFO O| Oct 31 17:46:37.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3990 | 2024-10-31T17:46:38.886Z | [ recovery-image] Oct 31 17:46:37.489 INFO O| Oct 31 17:46:37.489 INFO STEP 40 (remove_files) COMPLETE |
3991 | 2024-10-31T17:46:38.889Z | [ recovery-image] Oct 31 17:46:37.489 INFO O| Oct 31 17:46:37.489 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3992 | 2024-10-31T17:46:38.903Z | [ recovery-image] Oct 31 17:46:37.505 INFO O| Oct 31 17:46:37.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3993 | 2024-10-31T17:46:38.903Z | [ recovery-image] Oct 31 17:46:37.505 INFO O| Oct 31 17:46:37.505 INFO STEP 41 (remove_files) COMPLETE |
3994 | 2024-10-31T17:46:38.905Z | [ recovery-image] Oct 31 17:46:37.505 INFO O| Oct 31 17:46:37.505 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3995 | 2024-10-31T17:46:38.939Z | [ recovery-image] Oct 31 17:46:37.542 INFO O| Oct 31 17:46:37.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3996 | 2024-10-31T17:46:38.942Z | [ recovery-image] Oct 31 17:46:37.542 INFO O| Oct 31 17:46:37.542 INFO STEP 42 (remove_files) COMPLETE |
3997 | 2024-10-31T17:46:38.942Z | [ recovery-image] Oct 31 17:46:37.542 INFO O| Oct 31 17:46:37.542 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3998 | 2024-10-31T17:46:38.997Z | [ recovery-image] Oct 31 17:46:37.599 INFO O| Oct 31 17:46:37.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3999 | 2024-10-31T17:46:38.997Z | [ recovery-image] Oct 31 17:46:37.599 INFO O| Oct 31 17:46:37.599 INFO STEP 43 (remove_files) COMPLETE |
4000 | 2024-10-31T17:46:38.997Z | [ recovery-image] Oct 31 17:46:37.599 INFO O| Oct 31 17:46:37.599 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4001 | 2024-10-31T17:46:39.057Z | [ recovery-image] Oct 31 17:46:37.659 INFO O| Oct 31 17:46:37.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4002 | 2024-10-31T17:46:39.057Z | [ recovery-image] Oct 31 17:46:37.660 INFO O| Oct 31 17:46:37.660 INFO STEP 44 (remove_files) COMPLETE |
4003 | 2024-10-31T17:46:39.057Z | [ recovery-image] Oct 31 17:46:37.660 INFO O| Oct 31 17:46:37.660 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4004 | 2024-10-31T17:46:39.075Z | [ host-image] Oct 31 17:46:37.678 INFO O| Oct 31 17:46:37.678 INFO O| Planning: Fetching manifests: 4/4 100% complete |
4005 | 2024-10-31T17:46:39.112Z | [ host-image] Oct 31 17:46:37.714 INFO O| Oct 31 17:46:37.714 INFO O| Planning: Package planning ... Done |
4006 | 2024-10-31T17:46:39.117Z | [ host-image] Oct 31 17:46:37.720 INFO O| Oct 31 17:46:37.720 INFO O| Planning: Merging actions ... Done |
4007 | 2024-10-31T17:46:39.121Z | [ recovery-image] Oct 31 17:46:37.724 INFO O| Oct 31 17:46:37.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4008 | 2024-10-31T17:46:39.121Z | [ recovery-image] Oct 31 17:46:37.724 INFO O| Oct 31 17:46:37.724 INFO STEP 45 (remove_files) COMPLETE |
4009 | 2024-10-31T17:46:39.124Z | [ recovery-image] Oct 31 17:46:37.724 INFO O| Oct 31 17:46:37.724 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4010 | 2024-10-31T17:46:39.141Z | [ recovery-image] Oct 31 17:46:37.743 INFO O| Oct 31 17:46:37.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4011 | 2024-10-31T17:46:39.141Z | [ recovery-image] Oct 31 17:46:37.743 INFO O| Oct 31 17:46:37.743 INFO STEP 46 (remove_files) COMPLETE |
4012 | 2024-10-31T17:46:39.141Z | [ recovery-image] Oct 31 17:46:37.743 INFO O| Oct 31 17:46:37.743 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4013 | 2024-10-31T17:46:39.159Z | [ recovery-image] Oct 31 17:46:37.762 INFO O| Oct 31 17:46:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4014 | 2024-10-31T17:46:39.159Z | [ recovery-image] Oct 31 17:46:37.762 INFO O| Oct 31 17:46:37.762 INFO STEP 47 (remove_files) COMPLETE |
4015 | 2024-10-31T17:46:39.162Z | [ recovery-image] Oct 31 17:46:37.762 INFO O| Oct 31 17:46:37.762 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4016 | 2024-10-31T17:46:39.178Z | [ recovery-image] Oct 31 17:46:37.780 INFO O| Oct 31 17:46:37.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4017 | 2024-10-31T17:46:39.178Z | [ recovery-image] Oct 31 17:46:37.781 INFO O| Oct 31 17:46:37.780 INFO STEP 48 (remove_files) COMPLETE |
4018 | 2024-10-31T17:46:39.178Z | [ recovery-image] Oct 31 17:46:37.781 INFO O| Oct 31 17:46:37.781 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4019 | 2024-10-31T17:46:39.215Z | [ recovery-image] Oct 31 17:46:37.817 INFO O| Oct 31 17:46:37.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4020 | 2024-10-31T17:46:39.215Z | [ recovery-image] Oct 31 17:46:37.818 INFO O| Oct 31 17:46:37.818 INFO STEP 49 (remove_files) COMPLETE |
4021 | 2024-10-31T17:46:39.218Z | [ recovery-image] Oct 31 17:46:37.818 INFO O| Oct 31 17:46:37.818 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4022 | 2024-10-31T17:46:39.235Z | [ recovery-image] Oct 31 17:46:37.838 INFO O| Oct 31 17:46:37.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4023 | 2024-10-31T17:46:39.238Z | [ recovery-image] Oct 31 17:46:37.838 INFO O| Oct 31 17:46:37.838 INFO STEP 50 (remove_files) COMPLETE |
4024 | 2024-10-31T17:46:39.238Z | [ recovery-image] Oct 31 17:46:37.838 INFO O| Oct 31 17:46:37.838 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4025 | 2024-10-31T17:46:39.296Z | [ recovery-image] Oct 31 17:46:37.898 INFO O| Oct 31 17:46:37.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4026 | 2024-10-31T17:46:39.296Z | [ recovery-image] Oct 31 17:46:37.898 INFO O| Oct 31 17:46:37.898 INFO STEP 51 (remove_files) COMPLETE |
4027 | 2024-10-31T17:46:39.296Z | [ recovery-image] Oct 31 17:46:37.898 INFO O| Oct 31 17:46:37.898 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4028 | 2024-10-31T17:46:39.303Z | [ host-image] Oct 31 17:46:37.905 INFO O| Oct 31 17:46:37.905 INFO O| Planning: Checking for conflicting actions ... Done |
4029 | 2024-10-31T17:46:39.306Z | [ host-image] Oct 31 17:46:37.907 INFO O| Oct 31 17:46:37.907 INFO O| Planning: Consolidating action changes ... Done |
4030 | 2024-10-31T17:46:39.330Z | [ recovery-image] Oct 31 17:46:37.933 INFO O| Oct 31 17:46:37.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4031 | 2024-10-31T17:46:39.330Z | [ recovery-image] Oct 31 17:46:37.933 INFO O| Oct 31 17:46:37.933 INFO STEP 52 (remove_files) COMPLETE |
4032 | 2024-10-31T17:46:39.330Z | [ recovery-image] Oct 31 17:46:37.933 INFO O| Oct 31 17:46:37.933 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4033 | 2024-10-31T17:46:39.347Z | [ recovery-image] Oct 31 17:46:37.950 INFO O| Oct 31 17:46:37.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4034 | 2024-10-31T17:46:39.347Z | [ recovery-image] Oct 31 17:46:37.950 INFO O| Oct 31 17:46:37.950 INFO STEP 53 (remove_files) COMPLETE |
4035 | 2024-10-31T17:46:39.350Z | [ recovery-image] Oct 31 17:46:37.950 INFO O| Oct 31 17:46:37.950 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4036 | 2024-10-31T17:46:39.381Z | [ recovery-image] Oct 31 17:46:37.983 INFO O| Oct 31 17:46:37.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4037 | 2024-10-31T17:46:39.381Z | [ recovery-image] Oct 31 17:46:37.983 INFO O| Oct 31 17:46:37.983 INFO STEP 54 (remove_files) COMPLETE |
4038 | 2024-10-31T17:46:39.381Z | [ recovery-image] Oct 31 17:46:37.983 INFO O| Oct 31 17:46:37.983 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4039 | 2024-10-31T17:46:39.452Z | [ recovery-image] Oct 31 17:46:38.054 INFO O| Oct 31 17:46:38.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4040 | 2024-10-31T17:46:39.452Z | [ recovery-image] Oct 31 17:46:38.054 INFO O| Oct 31 17:46:38.054 INFO STEP 55 (remove_files) COMPLETE |
4041 | 2024-10-31T17:46:39.452Z | [ recovery-image] Oct 31 17:46:38.054 INFO O| Oct 31 17:46:38.054 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4042 | 2024-10-31T17:46:39.544Z | [ recovery-image] Oct 31 17:46:38.113 INFO O| Oct 31 17:46:38.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4043 | 2024-10-31T17:46:39.565Z | [ recovery-image] Oct 31 17:46:38.113 INFO O| Oct 31 17:46:38.113 INFO STEP 56 (remove_files) COMPLETE |
4044 | 2024-10-31T17:46:39.566Z | [ recovery-image] Oct 31 17:46:38.113 INFO O| Oct 31 17:46:38.113 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4045 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.141 INFO O| Oct 31 17:46:38.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4046 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.141 INFO O| Oct 31 17:46:38.141 INFO STEP 57 (remove_files) COMPLETE |
4047 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.141 INFO O| Oct 31 17:46:38.141 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4048 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.166 INFO O| Oct 31 17:46:38.166 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4049 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.166 INFO O| Oct 31 17:46:38.166 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4050 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.166 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4051 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4052 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4053 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4054 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO ok! |
4055 | 2024-10-31T17:46:39.568Z | [ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO STEP 58 (ensure_file) COMPLETE |
4056 | 2024-10-31T17:46:39.569Z | [ recovery-image] Oct 31 17:46:38.167 INFO O| Oct 31 17:46:38.167 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4057 | 2024-10-31T17:46:39.594Z | [ recovery-image] Oct 31 17:46:38.195 INFO O| Oct 31 17:46:38.195 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4058 | 2024-10-31T17:46:39.594Z | [ recovery-image] Oct 31 17:46:38.195 INFO O| Oct 31 17:46:38.195 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4059 | 2024-10-31T17:46:39.597Z | [ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.195 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4060 | 2024-10-31T17:46:39.597Z | [ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4061 | 2024-10-31T17:46:39.597Z | [ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4062 | 2024-10-31T17:46:39.597Z | [ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4063 | 2024-10-31T17:46:39.597Z | [ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO ok! |
4064 | 2024-10-31T17:46:39.597Z | [ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO STEP 59 (ensure_file) COMPLETE |
4065 | 2024-10-31T17:46:39.597Z | [ recovery-image] Oct 31 17:46:38.196 INFO O| Oct 31 17:46:38.196 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4066 | 2024-10-31T17:46:39.630Z | [ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4067 | 2024-10-31T17:46:39.630Z | [ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4068 | 2024-10-31T17:46:39.630Z | [ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4069 | 2024-10-31T17:46:39.633Z | [ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO ok! |
4070 | 2024-10-31T17:46:39.633Z | [ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO STEP 60 (ensure_file) COMPLETE |
4071 | 2024-10-31T17:46:39.633Z | [ recovery-image] Oct 31 17:46:38.232 INFO O| Oct 31 17:46:38.232 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-10-31T17:46:39.693Z | [ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4073 | 2024-10-31T17:46:39.693Z | [ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4074 | 2024-10-31T17:46:39.695Z | [ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4075 | 2024-10-31T17:46:39.695Z | [ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 INFO ok! |
4076 | 2024-10-31T17:46:39.695Z | [ recovery-image] Oct 31 17:46:38.295 INFO O| Oct 31 17:46:38.295 INFO STEP 61 (ensure_file) COMPLETE |
4077 | 2024-10-31T17:46:39.695Z | [ recovery-image] Oct 31 17:46:38.296 INFO O| Oct 31 17:46:38.295 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-10-31T17:46:39.711Z | [ recovery-image] Oct 31 17:46:38.313 INFO O| Oct 31 17:46:38.313 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4079 | 2024-10-31T17:46:39.711Z | [ recovery-image] Oct 31 17:46:38.313 INFO O| Oct 31 17:46:38.313 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4080 | 2024-10-31T17:46:39.711Z | [ recovery-image] Oct 31 17:46:38.313 INFO O| Oct 31 17:46:38.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4081 | 2024-10-31T17:46:39.713Z | [ recovery-image] Oct 31 17:46:38.314 INFO O| Oct 31 17:46:38.313 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4082 | 2024-10-31T17:46:39.714Z | [ recovery-image] Oct 31 17:46:38.314 INFO O| Oct 31 17:46:38.314 INFO ok! |
4083 | 2024-10-31T17:46:39.714Z | [ recovery-image] Oct 31 17:46:38.314 INFO O| Oct 31 17:46:38.314 INFO STEP 62 (ensure_file) COMPLETE |
4084 | 2024-10-31T17:46:39.714Z | [ recovery-image] Oct 31 17:46:38.314 INFO O| Oct 31 17:46:38.314 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-10-31T17:46:39.728Z | [ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.330 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4086 | 2024-10-31T17:46:39.728Z | [ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4087 | 2024-10-31T17:46:39.731Z | [ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4088 | 2024-10-31T17:46:39.731Z | [ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4089 | 2024-10-31T17:46:39.737Z | [ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO ok! |
4090 | 2024-10-31T17:46:39.740Z | [ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO STEP 63 (ensure_file) COMPLETE |
4091 | 2024-10-31T17:46:39.740Z | [ recovery-image] Oct 31 17:46:38.331 INFO O| Oct 31 17:46:38.331 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4092 | 2024-10-31T17:46:39.746Z | [ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4093 | 2024-10-31T17:46:39.748Z | [ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4094 | 2024-10-31T17:46:39.748Z | [ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4095 | 2024-10-31T17:46:39.748Z | [ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO ok! |
4096 | 2024-10-31T17:46:39.748Z | [ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO STEP 64 (assemble_files) COMPLETE |
4097 | 2024-10-31T17:46:39.748Z | [ recovery-image] Oct 31 17:46:38.348 INFO O| Oct 31 17:46:38.348 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4098 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.364 INFO O| Oct 31 17:46:38.364 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4099 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.364 INFO O| Oct 31 17:46:38.364 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4100 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.364 INFO O| Oct 31 17:46:38.364 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4101 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.364 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4102 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO ok! |
4103 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 65 (ensure_file) COMPLETE |
4104 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO skip step because feature "omicron1" is not enabled |
4106 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4107 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO skip step because feature "omicron1" is not enabled |
4108 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4109 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO skip step because feature "omicron1" is not enabled |
4110 | 2024-10-31T17:46:39.763Z | [ recovery-image] Oct 31 17:46:38.365 INFO O| Oct 31 17:46:38.365 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-10-31T17:46:39.805Z | [ host-image] Oct 31 17:46:38.408 INFO O| Oct 31 17:46:38.386 INFO O| Planning: Evaluating mediators ... Done |
4112 | 2024-10-31T17:46:39.805Z | [ host-image] Oct 31 17:46:38.408 INFO O| Oct 31 17:46:38.388 INFO O| Planning: Planning completed in 5.46 seconds |
4113 | 2024-10-31T17:46:39.808Z | [ host-image] Oct 31 17:46:38.408 INFO O| Oct 31 17:46:38.390 INFO O| Packages to install: 4 |
4114 | 2024-10-31T17:46:39.808Z | [ host-image] Oct 31 17:46:38.408 INFO O| Oct 31 17:46:38.390 INFO O| Services to change: 2 |
4115 | 2024-10-31T17:46:39.820Z | [ host-image] Oct 31 17:46:38.420 INFO O| Oct 31 17:46:38.420 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
4116 | 2024-10-31T17:46:39.820Z | [ recovery-image] Oct 31 17:46:38.420 INFO O| Oct 31 17:46:38.420 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4117 | 2024-10-31T17:46:39.820Z | [ recovery-image] Oct 31 17:46:38.420 INFO O| Oct 31 17:46:38.420 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4118 | 2024-10-31T17:46:41.316Z | [ host-image] Oct 31 17:46:39.918 INFO O| Oct 31 17:46:39.918 INFO O| Download: Completed 1.39 MB in 1.50 seconds (949k/s) |
4119 | 2024-10-31T17:46:41.494Z | [ host-image] Oct 31 17:46:40.095 INFO O| Oct 31 17:46:40.095 INFO O| Actions: 1/238 actions (Installing new actions) |
4120 | 2024-10-31T17:46:42.112Z | [ host-image] Oct 31 17:46:40.713 INFO O| Oct 31 17:46:40.712 INFO O| Actions: Completed 238 actions in 0.62 seconds. |
4121 | 2024-10-31T17:46:42.657Z | [ host-image] Oct 31 17:46:41.259 INFO O| Oct 31 17:46:41.259 INFO O| Done |
4122 | 2024-10-31T17:46:42.657Z | [ host-image] Oct 31 17:46:41.259 INFO O| Oct 31 17:46:41.259 INFO O| Done |
4123 | 2024-10-31T17:46:42.684Z | [ recovery-image] Oct 31 17:46:41.285 INFO O| Oct 31 17:46:41.285 INFO STEP 69 (pack_tar) COMPLETE |
4124 | 2024-10-31T17:46:42.684Z | [ recovery-image] Oct 31 17:46:41.285 INFO O| Oct 31 17:46:41.285 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4125 | 2024-10-31T17:46:42.686Z | [ recovery-image] Oct 31 17:46:41.285 INFO O| Oct 31 17:46:41.285 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4126 | 2024-10-31T17:46:42.988Z | [ recovery-image] Oct 31 17:46:41.590 INFO O| Oct 31 17:46:41.589 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4127 | 2024-10-31T17:46:43.101Z | [ recovery-image] Oct 31 17:46:41.703 INFO O| Oct 31 17:46:41.703 INFO completed processing gimlet/ramdisk-02-trim |
4128 | 2024-10-31T17:46:43.104Z | [ recovery-image] Oct 31 17:46:41.706 INFO image builder template: ramdisk-03-recovery-trim... |
4129 | 2024-10-31T17:46:43.104Z | [ recovery-image] Oct 31 17:46:41.706 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/.tmprBD8Ob/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4130 | 2024-10-31T17:46:43.309Z | [ recovery-image] Oct 31 17:46:41.910 INFO O| Oct 31 17:46:41.910 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4131 | 2024-10-31T17:46:43.317Z | [ recovery-image] Oct 31 17:46:41.918 INFO O| Oct 31 17:46:41.918 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4132 | 2024-10-31T17:46:43.449Z | [ recovery-image] Oct 31 17:46:42.051 INFO O| Oct 31 17:46:42.051 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4133 | 2024-10-31T17:46:43.531Z | [ recovery-image] Oct 31 17:46:42.132 INFO O| Oct 31 17:46:42.132 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4134 | 2024-10-31T17:46:43.533Z | [ recovery-image] Oct 31 17:46:42.133 INFO O| Oct 31 17:46:42.132 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4135 | 2024-10-31T17:46:43.545Z | [ recovery-image] Oct 31 17:46:42.146 INFO O| Oct 31 17:46:42.146 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4136 | 2024-10-31T17:46:43.558Z | [ recovery-image] Oct 31 17:46:42.159 INFO O| Oct 31 17:46:42.159 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4137 | 2024-10-31T17:46:43.578Z | [ recovery-image] Oct 31 17:46:42.179 INFO O| Oct 31 17:46:42.179 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4138 | 2024-10-31T17:46:43.863Z | [ host-image] Oct 31 17:46:42.465 INFO O| Oct 31 17:46:42.465 INFO O| Done |
4139 | 2024-10-31T17:46:44.044Z | [ recovery-image] Oct 31 17:46:42.644 INFO O| Oct 31 17:46:42.644 INFO rolled back to input snapshot; work may begin |
4140 | 2024-10-31T17:46:44.044Z | [ recovery-image] Oct 31 17:46:42.645 INFO O| Oct 31 17:46:42.644 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4141 | 2024-10-31T17:46:44.081Z | [ recovery-image] Oct 31 17:46:42.682 INFO O| Oct 31 17:46:42.682 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-10-31T17:46:44.100Z | [ recovery-image] Oct 31 17:46:42.701 INFO O| Oct 31 17:46:42.700 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4143 | 2024-10-31T17:46:44.190Z | [ recovery-image] Oct 31 17:46:42.791 INFO O| Oct 31 17:46:42.791 INFO STEP 0 (remove_files) COMPLETE |
4144 | 2024-10-31T17:46:44.190Z | [ recovery-image] Oct 31 17:46:42.791 INFO O| Oct 31 17:46:42.791 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-10-31T17:46:44.221Z | [ recovery-image] Oct 31 17:46:42.822 INFO O| Oct 31 17:46:42.822 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4146 | 2024-10-31T17:46:44.581Z | [ recovery-image] Oct 31 17:46:43.182 INFO O| Oct 31 17:46:43.182 INFO STEP 1 (remove_files) COMPLETE |
4147 | 2024-10-31T17:46:44.581Z | [ recovery-image] Oct 31 17:46:43.182 INFO O| Oct 31 17:46:43.182 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-10-31T17:46:44.618Z | [ recovery-image] Oct 31 17:46:43.219 INFO O| Oct 31 17:46:43.219 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4149 | 2024-10-31T17:46:44.683Z | [ recovery-image] Oct 31 17:46:43.284 INFO O| Oct 31 17:46:43.283 INFO STEP 2 (remove_files) COMPLETE |
4150 | 2024-10-31T17:46:44.683Z | [ recovery-image] Oct 31 17:46:43.284 INFO O| Oct 31 17:46:43.284 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-10-31T17:46:44.796Z | [ recovery-image] Oct 31 17:46:43.397 INFO O| Oct 31 17:46:43.396 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4152 | 2024-10-31T17:46:45.005Z | [ recovery-image] Oct 31 17:46:43.606 INFO O| Oct 31 17:46:43.606 INFO STEP 3 (remove_files) COMPLETE |
4153 | 2024-10-31T17:46:45.005Z | [ recovery-image] Oct 31 17:46:43.606 INFO O| Oct 31 17:46:43.606 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-10-31T17:46:45.025Z | [ recovery-image] Oct 31 17:46:43.626 INFO O| Oct 31 17:46:43.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4155 | 2024-10-31T17:46:45.437Z | [ recovery-image] Oct 31 17:46:44.037 INFO O| Oct 31 17:46:44.037 INFO STEP 4 (remove_files) COMPLETE |
4156 | 2024-10-31T17:46:45.437Z | [ recovery-image] Oct 31 17:46:44.037 INFO O| Oct 31 17:46:44.037 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-10-31T17:46:45.455Z | [ recovery-image] Oct 31 17:46:44.056 INFO O| Oct 31 17:46:44.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4158 | 2024-10-31T17:46:45.518Z | [ recovery-image] Oct 31 17:46:44.118 INFO O| Oct 31 17:46:44.118 INFO STEP 5 (remove_files) COMPLETE |
4159 | 2024-10-31T17:46:45.518Z | [ recovery-image] Oct 31 17:46:44.118 INFO O| Oct 31 17:46:44.118 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-10-31T17:46:45.545Z | [ recovery-image] Oct 31 17:46:44.146 INFO O| Oct 31 17:46:44.146 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4161 | 2024-10-31T17:46:45.548Z | [ recovery-image] Oct 31 17:46:44.148 INFO O| Oct 31 17:46:44.148 INFO STEP 6 (remove_files) COMPLETE |
4162 | 2024-10-31T17:46:45.548Z | [ recovery-image] Oct 31 17:46:44.148 INFO O| Oct 31 17:46:44.148 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-10-31T17:46:45.566Z | [ recovery-image] Oct 31 17:46:44.167 INFO O| Oct 31 17:46:44.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4164 | 2024-10-31T17:46:45.588Z | [ recovery-image] Oct 31 17:46:44.189 INFO O| Oct 31 17:46:44.189 INFO STEP 7 (remove_files) COMPLETE |
4165 | 2024-10-31T17:46:45.588Z | [ recovery-image] Oct 31 17:46:44.189 INFO O| Oct 31 17:46:44.189 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-10-31T17:46:45.619Z | [ recovery-image] Oct 31 17:46:44.220 INFO O| Oct 31 17:46:44.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4167 | 2024-10-31T17:46:45.773Z | [ recovery-image] Oct 31 17:46:44.374 INFO O| Oct 31 17:46:44.374 INFO STEP 8 (remove_files) COMPLETE |
4168 | 2024-10-31T17:46:45.773Z | [ recovery-image] Oct 31 17:46:44.374 INFO O| Oct 31 17:46:44.374 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-10-31T17:46:45.809Z | [ recovery-image] Oct 31 17:46:44.410 INFO O| Oct 31 17:46:44.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4170 | 2024-10-31T17:46:45.832Z | [ recovery-image] Oct 31 17:46:44.433 INFO O| Oct 31 17:46:44.433 INFO STEP 9 (remove_files) COMPLETE |
4171 | 2024-10-31T17:46:45.832Z | [ recovery-image] Oct 31 17:46:44.433 INFO O| Oct 31 17:46:44.433 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-10-31T17:46:45.875Z | [ recovery-image] Oct 31 17:46:44.476 INFO O| Oct 31 17:46:44.475 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4173 | 2024-10-31T17:46:45.898Z | [ recovery-image] Oct 31 17:46:44.499 INFO O| Oct 31 17:46:44.499 INFO STEP 10 (remove_files) COMPLETE |
4174 | 2024-10-31T17:46:45.899Z | [ recovery-image] Oct 31 17:46:44.500 INFO O| Oct 31 17:46:44.499 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-10-31T17:46:45.947Z | [ recovery-image] Oct 31 17:46:44.547 INFO O| Oct 31 17:46:44.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4176 | 2024-10-31T17:46:46.190Z | [ host-image] Oct 31 17:46:44.791 INFO O| Oct 31 17:46:44.791 INFO O| Done |
4177 | 2024-10-31T17:46:46.267Z | [ host-image] Oct 31 17:46:44.868 INFO O| Oct 31 17:46:44.867 INFO O| Done |
4178 | 2024-10-31T17:46:46.270Z | [ host-image] Oct 31 17:46:44.868 INFO O| Oct 31 17:46:44.868 INFO O| Done |
4179 | 2024-10-31T17:46:46.295Z | [ host-image] Oct 31 17:46:44.896 INFO O| Oct 31 17:46:44.896 INFO O| Done |
4180 | 2024-10-31T17:46:46.473Z | [ host-image] Oct 31 17:46:45.073 INFO O| Oct 31 17:46:45.073 INFO STEP 12 (pkg_install) COMPLETE |
4181 | 2024-10-31T17:46:46.473Z | [ host-image] Oct 31 17:46:45.073 INFO O| Oct 31 17:46:45.073 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4182 | 2024-10-31T17:46:46.491Z | [ host-image] Oct 31 17:46:45.092 INFO O| Oct 31 17:46:45.091 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4183 | 2024-10-31T17:46:46.590Z | [ recovery-image] Oct 31 17:46:45.190 INFO O| Oct 31 17:46:45.190 INFO STEP 11 (remove_files) COMPLETE |
4184 | 2024-10-31T17:46:46.590Z | [ recovery-image] Oct 31 17:46:45.190 INFO O| Oct 31 17:46:45.190 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-10-31T17:46:46.642Z | [ recovery-image] Oct 31 17:46:45.242 INFO O| Oct 31 17:46:45.242 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4186 | 2024-10-31T17:46:46.705Z | [ recovery-image] Oct 31 17:46:45.306 INFO O| Oct 31 17:46:45.306 INFO STEP 12 (remove_files) COMPLETE |
4187 | 2024-10-31T17:46:46.705Z | [ recovery-image] Oct 31 17:46:45.306 INFO O| Oct 31 17:46:45.306 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-10-31T17:46:46.726Z | [ recovery-image] Oct 31 17:46:45.327 INFO O| Oct 31 17:46:45.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4189 | 2024-10-31T17:46:46.777Z | [ recovery-image] Oct 31 17:46:45.378 INFO O| Oct 31 17:46:45.378 INFO STEP 13 (remove_files) COMPLETE |
4190 | 2024-10-31T17:46:46.777Z | [ recovery-image] Oct 31 17:46:45.378 INFO O| Oct 31 17:46:45.378 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-10-31T17:46:46.798Z | [ recovery-image] Oct 31 17:46:45.398 INFO O| Oct 31 17:46:45.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4192 | 2024-10-31T17:46:46.800Z | [ recovery-image] Oct 31 17:46:45.399 INFO O| Oct 31 17:46:45.399 INFO STEP 14 (remove_files) COMPLETE |
4193 | 2024-10-31T17:46:46.800Z | [ recovery-image] Oct 31 17:46:45.399 INFO O| Oct 31 17:46:45.399 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-10-31T17:46:46.858Z | [ recovery-image] Oct 31 17:46:45.459 INFO O| Oct 31 17:46:45.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4195 | 2024-10-31T17:46:46.883Z | [ recovery-image] Oct 31 17:46:45.484 INFO O| Oct 31 17:46:45.484 INFO STEP 15 (remove_files) COMPLETE |
4196 | 2024-10-31T17:46:46.883Z | [ recovery-image] Oct 31 17:46:45.484 INFO O| Oct 31 17:46:45.484 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-10-31T17:46:46.929Z | [ recovery-image] Oct 31 17:46:45.529 INFO O| Oct 31 17:46:45.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4198 | 2024-10-31T17:46:47.220Z | [ recovery-image] Oct 31 17:46:45.821 INFO O| Oct 31 17:46:45.821 INFO STEP 16 (remove_files) COMPLETE |
4199 | 2024-10-31T17:46:47.221Z | [ recovery-image] Oct 31 17:46:45.821 INFO O| Oct 31 17:46:45.821 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-10-31T17:46:47.239Z | [ recovery-image] Oct 31 17:46:45.839 INFO O| Oct 31 17:46:45.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4201 | 2024-10-31T17:46:47.241Z | [ recovery-image] Oct 31 17:46:45.840 INFO O| Oct 31 17:46:45.840 INFO STEP 17 (remove_files) COMPLETE |
4202 | 2024-10-31T17:46:47.241Z | [ recovery-image] Oct 31 17:46:45.840 INFO O| Oct 31 17:46:45.840 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-10-31T17:46:47.257Z | [ recovery-image] Oct 31 17:46:45.857 INFO O| Oct 31 17:46:45.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4204 | 2024-10-31T17:46:47.283Z | [ recovery-image] Oct 31 17:46:45.884 INFO O| Oct 31 17:46:45.884 INFO STEP 18 (remove_files) COMPLETE |
4205 | 2024-10-31T17:46:47.283Z | [ recovery-image] Oct 31 17:46:45.884 INFO O| Oct 31 17:46:45.884 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-10-31T17:46:47.304Z | [ recovery-image] Oct 31 17:46:45.904 INFO O| Oct 31 17:46:45.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4207 | 2024-10-31T17:46:47.525Z | [ host-image] Oct 31 17:46:46.125 INFO O| Oct 31 17:46:46.125 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4208 | 2024-10-31T17:46:47.570Z | [ recovery-image] Oct 31 17:46:46.170 INFO O| Oct 31 17:46:46.170 INFO STEP 19 (remove_files) COMPLETE |
4209 | 2024-10-31T17:46:47.570Z | [ recovery-image] Oct 31 17:46:46.170 INFO O| Oct 31 17:46:46.170 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4210 | 2024-10-31T17:46:47.614Z | [ recovery-image] Oct 31 17:46:46.214 INFO O| Oct 31 17:46:46.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4211 | 2024-10-31T17:46:47.644Z | [ recovery-image] Oct 31 17:46:46.244 INFO O| Oct 31 17:46:46.244 INFO STEP 20 (remove_files) COMPLETE |
4212 | 2024-10-31T17:46:47.644Z | [ recovery-image] Oct 31 17:46:46.244 INFO O| Oct 31 17:46:46.244 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4213 | 2024-10-31T17:46:47.695Z | [ recovery-image] Oct 31 17:46:46.295 INFO O| Oct 31 17:46:46.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4214 | 2024-10-31T17:46:47.719Z | [ recovery-image] Oct 31 17:46:46.319 INFO O| Oct 31 17:46:46.319 INFO STEP 21 (remove_files) COMPLETE |
4215 | 2024-10-31T17:46:47.719Z | [ recovery-image] Oct 31 17:46:46.319 INFO O| Oct 31 17:46:46.319 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4216 | 2024-10-31T17:46:47.774Z | [ recovery-image] Oct 31 17:46:46.375 INFO O| Oct 31 17:46:46.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4217 | 2024-10-31T17:46:47.777Z | [ recovery-image] Oct 31 17:46:46.375 INFO O| Oct 31 17:46:46.375 INFO STEP 22 (remove_files) COMPLETE |
4218 | 2024-10-31T17:46:47.777Z | [ recovery-image] Oct 31 17:46:46.375 INFO O| Oct 31 17:46:46.375 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4219 | 2024-10-31T17:46:47.797Z | [ recovery-image] Oct 31 17:46:46.397 INFO O| Oct 31 17:46:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4220 | 2024-10-31T17:46:47.819Z | [ recovery-image] Oct 31 17:46:46.420 INFO O| Oct 31 17:46:46.420 INFO STEP 23 (remove_files) COMPLETE |
4221 | 2024-10-31T17:46:47.822Z | [ recovery-image] Oct 31 17:46:46.420 INFO O| Oct 31 17:46:46.420 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4222 | 2024-10-31T17:46:47.869Z | [ recovery-image] Oct 31 17:46:46.469 INFO O| Oct 31 17:46:46.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4223 | 2024-10-31T17:46:47.891Z | [ recovery-image] Oct 31 17:46:46.492 INFO O| Oct 31 17:46:46.492 INFO STEP 24 (remove_files) COMPLETE |
4224 | 2024-10-31T17:46:47.891Z | [ recovery-image] Oct 31 17:46:46.492 INFO O| Oct 31 17:46:46.492 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4225 | 2024-10-31T17:46:47.948Z | [ recovery-image] Oct 31 17:46:46.548 INFO O| Oct 31 17:46:46.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4226 | 2024-10-31T17:46:47.948Z | [ recovery-image] Oct 31 17:46:46.548 INFO O| Oct 31 17:46:46.548 INFO STEP 25 (remove_files) COMPLETE |
4227 | 2024-10-31T17:46:47.950Z | [ recovery-image] Oct 31 17:46:46.548 INFO O| Oct 31 17:46:46.548 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4228 | 2024-10-31T17:46:47.967Z | [ recovery-image] Oct 31 17:46:46.567 INFO O| Oct 31 17:46:46.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4229 | 2024-10-31T17:46:47.969Z | [ recovery-image] Oct 31 17:46:46.567 INFO O| Oct 31 17:46:46.567 INFO STEP 26 (remove_files) COMPLETE |
4230 | 2024-10-31T17:46:47.969Z | [ recovery-image] Oct 31 17:46:46.567 INFO O| Oct 31 17:46:46.567 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4231 | 2024-10-31T17:46:48.153Z | [ recovery-image] Oct 31 17:46:46.753 INFO O| Oct 31 17:46:46.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4232 | 2024-10-31T17:46:48.153Z | [ recovery-image] Oct 31 17:46:46.753 INFO O| Oct 31 17:46:46.753 INFO STEP 27 (remove_files) COMPLETE |
4233 | 2024-10-31T17:46:48.153Z | [ recovery-image] Oct 31 17:46:46.753 INFO O| Oct 31 17:46:46.753 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4234 | 2024-10-31T17:46:48.181Z | [ recovery-image] Oct 31 17:46:46.781 INFO O| Oct 31 17:46:46.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4235 | 2024-10-31T17:46:48.202Z | [ recovery-image] Oct 31 17:46:46.802 INFO O| Oct 31 17:46:46.802 INFO STEP 28 (remove_files) COMPLETE |
4236 | 2024-10-31T17:46:48.202Z | [ recovery-image] Oct 31 17:46:46.802 INFO O| Oct 31 17:46:46.802 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4237 | 2024-10-31T17:46:48.232Z | [ recovery-image] Oct 31 17:46:46.831 INFO O| Oct 31 17:46:46.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4238 | 2024-10-31T17:46:48.232Z | [ recovery-image] Oct 31 17:46:46.831 INFO O| Oct 31 17:46:46.831 INFO STEP 29 (remove_files) COMPLETE |
4239 | 2024-10-31T17:46:48.232Z | [ recovery-image] Oct 31 17:46:46.832 INFO O| Oct 31 17:46:46.831 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-10-31T17:46:48.271Z | [ recovery-image] Oct 31 17:46:46.871 INFO O| Oct 31 17:46:46.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4241 | 2024-10-31T17:46:48.271Z | [ recovery-image] Oct 31 17:46:46.871 INFO O| Oct 31 17:46:46.871 INFO STEP 30 (remove_files) COMPLETE |
4242 | 2024-10-31T17:46:48.271Z | [ recovery-image] Oct 31 17:46:46.871 INFO O| Oct 31 17:46:46.871 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4243 | 2024-10-31T17:46:48.289Z | [ recovery-image] Oct 31 17:46:46.890 INFO O| Oct 31 17:46:46.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4244 | 2024-10-31T17:46:48.289Z | [ recovery-image] Oct 31 17:46:46.890 INFO O| Oct 31 17:46:46.890 INFO STEP 31 (remove_files) COMPLETE |
4245 | 2024-10-31T17:46:48.289Z | [ recovery-image] Oct 31 17:46:46.890 INFO O| Oct 31 17:46:46.890 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4246 | 2024-10-31T17:46:48.310Z | [ recovery-image] Oct 31 17:46:46.909 INFO O| Oct 31 17:46:46.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4247 | 2024-10-31T17:46:48.310Z | [ recovery-image] Oct 31 17:46:46.909 INFO O| Oct 31 17:46:46.909 INFO STEP 32 (remove_files) COMPLETE |
4248 | 2024-10-31T17:46:48.310Z | [ recovery-image] Oct 31 17:46:46.909 INFO O| Oct 31 17:46:46.909 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4249 | 2024-10-31T17:46:48.344Z | [ recovery-image] Oct 31 17:46:46.944 INFO O| Oct 31 17:46:46.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4250 | 2024-10-31T17:46:48.344Z | [ recovery-image] Oct 31 17:46:46.944 INFO O| Oct 31 17:46:46.944 INFO STEP 33 (remove_files) COMPLETE |
4251 | 2024-10-31T17:46:48.346Z | [ recovery-image] Oct 31 17:46:46.944 INFO O| Oct 31 17:46:46.944 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4252 | 2024-10-31T17:46:48.383Z | [ recovery-image] Oct 31 17:46:46.983 INFO O| Oct 31 17:46:46.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4253 | 2024-10-31T17:46:48.383Z | [ recovery-image] Oct 31 17:46:46.983 INFO O| Oct 31 17:46:46.983 INFO STEP 34 (remove_files) COMPLETE |
4254 | 2024-10-31T17:46:48.383Z | [ recovery-image] Oct 31 17:46:46.983 INFO O| Oct 31 17:46:46.983 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4255 | 2024-10-31T17:46:48.430Z | [ recovery-image] Oct 31 17:46:47.030 INFO O| Oct 31 17:46:47.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4256 | 2024-10-31T17:46:48.430Z | [ recovery-image] Oct 31 17:46:47.030 INFO O| Oct 31 17:46:47.030 INFO STEP 35 (remove_files) COMPLETE |
4257 | 2024-10-31T17:46:48.430Z | [ recovery-image] Oct 31 17:46:47.030 INFO O| Oct 31 17:46:47.030 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4258 | 2024-10-31T17:46:48.491Z | [ recovery-image] Oct 31 17:46:47.091 INFO O| Oct 31 17:46:47.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4259 | 2024-10-31T17:46:48.491Z | [ recovery-image] Oct 31 17:46:47.092 INFO O| Oct 31 17:46:47.092 INFO STEP 36 (remove_files) COMPLETE |
4260 | 2024-10-31T17:46:48.491Z | [ recovery-image] Oct 31 17:46:47.092 INFO O| Oct 31 17:46:47.092 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4261 | 2024-10-31T17:46:48.515Z | [ recovery-image] Oct 31 17:46:47.115 INFO O| Oct 31 17:46:47.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4262 | 2024-10-31T17:46:48.518Z | [ recovery-image] Oct 31 17:46:47.119 INFO O| Oct 31 17:46:47.119 INFO STEP 37 (remove_files) COMPLETE |
4263 | 2024-10-31T17:46:48.518Z | [ recovery-image] Oct 31 17:46:47.119 INFO O| Oct 31 17:46:47.119 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4264 | 2024-10-31T17:46:48.538Z | [ recovery-image] Oct 31 17:46:47.138 INFO O| Oct 31 17:46:47.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4265 | 2024-10-31T17:46:48.538Z | [ recovery-image] Oct 31 17:46:47.138 INFO O| Oct 31 17:46:47.138 INFO STEP 38 (remove_files) COMPLETE |
4266 | 2024-10-31T17:46:48.538Z | [ recovery-image] Oct 31 17:46:47.138 INFO O| Oct 31 17:46:47.138 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4267 | 2024-10-31T17:46:48.572Z | [ recovery-image] Oct 31 17:46:47.172 INFO O| Oct 31 17:46:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4268 | 2024-10-31T17:46:48.572Z | [ recovery-image] Oct 31 17:46:47.172 INFO O| Oct 31 17:46:47.172 INFO STEP 39 (remove_files) COMPLETE |
4269 | 2024-10-31T17:46:48.572Z | [ recovery-image] Oct 31 17:46:47.172 INFO O| Oct 31 17:46:47.172 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4270 | 2024-10-31T17:46:48.615Z | [ recovery-image] Oct 31 17:46:47.214 INFO O| Oct 31 17:46:47.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4271 | 2024-10-31T17:46:48.615Z | [ recovery-image] Oct 31 17:46:47.215 INFO O| Oct 31 17:46:47.214 INFO STEP 40 (remove_files) COMPLETE |
4272 | 2024-10-31T17:46:48.615Z | [ recovery-image] Oct 31 17:46:47.215 INFO O| Oct 31 17:46:47.214 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4273 | 2024-10-31T17:46:48.633Z | [ recovery-image] Oct 31 17:46:47.233 INFO O| Oct 31 17:46:47.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4274 | 2024-10-31T17:46:48.634Z | [ recovery-image] Oct 31 17:46:47.233 INFO O| Oct 31 17:46:47.233 INFO STEP 41 (remove_files) COMPLETE |
4275 | 2024-10-31T17:46:48.634Z | [ recovery-image] Oct 31 17:46:47.233 INFO O| Oct 31 17:46:47.233 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4276 | 2024-10-31T17:46:48.662Z | [ recovery-image] Oct 31 17:46:47.262 INFO O| Oct 31 17:46:47.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4277 | 2024-10-31T17:46:48.662Z | [ recovery-image] Oct 31 17:46:47.262 INFO O| Oct 31 17:46:47.262 INFO STEP 42 (remove_files) COMPLETE |
4278 | 2024-10-31T17:46:48.665Z | [ recovery-image] Oct 31 17:46:47.262 INFO O| Oct 31 17:46:47.262 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-10-31T17:46:48.681Z | [ recovery-image] Oct 31 17:46:47.281 INFO O| Oct 31 17:46:47.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4280 | 2024-10-31T17:46:48.681Z | [ recovery-image] Oct 31 17:46:47.281 INFO O| Oct 31 17:46:47.281 INFO STEP 43 (remove_files) COMPLETE |
4281 | 2024-10-31T17:46:48.681Z | [ recovery-image] Oct 31 17:46:47.281 INFO O| Oct 31 17:46:47.281 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-10-31T17:46:48.699Z | [ recovery-image] Oct 31 17:46:47.298 INFO O| Oct 31 17:46:47.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4283 | 2024-10-31T17:46:48.699Z | [ recovery-image] Oct 31 17:46:47.299 INFO O| Oct 31 17:46:47.298 INFO STEP 44 (remove_files) COMPLETE |
4284 | 2024-10-31T17:46:48.699Z | [ recovery-image] Oct 31 17:46:47.299 INFO O| Oct 31 17:46:47.299 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-10-31T17:46:48.716Z | [ recovery-image] Oct 31 17:46:47.316 INFO O| Oct 31 17:46:47.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4286 | 2024-10-31T17:46:48.723Z | [ recovery-image] Oct 31 17:46:47.323 INFO O| Oct 31 17:46:47.323 INFO STEP 45 (remove_files) COMPLETE |
4287 | 2024-10-31T17:46:48.723Z | [ recovery-image] Oct 31 17:46:47.323 INFO O| Oct 31 17:46:47.323 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-10-31T17:46:48.798Z | [ recovery-image] Oct 31 17:46:47.398 INFO O| Oct 31 17:46:47.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4289 | 2024-10-31T17:46:48.800Z | [ recovery-image] Oct 31 17:46:47.398 INFO O| Oct 31 17:46:47.398 INFO STEP 46 (remove_files) COMPLETE |
4290 | 2024-10-31T17:46:48.800Z | [ recovery-image] Oct 31 17:46:47.398 INFO O| Oct 31 17:46:47.398 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-10-31T17:46:48.885Z | [ recovery-image] Oct 31 17:46:47.485 INFO O| Oct 31 17:46:47.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4292 | 2024-10-31T17:46:48.888Z | [ recovery-image] Oct 31 17:46:47.485 INFO O| Oct 31 17:46:47.485 INFO STEP 47 (remove_files) COMPLETE |
4293 | 2024-10-31T17:46:48.888Z | [ recovery-image] Oct 31 17:46:47.485 INFO O| Oct 31 17:46:47.485 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4294 | 2024-10-31T17:46:49.005Z | [ recovery-image] Oct 31 17:46:47.582 INFO O| Oct 31 17:46:47.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4295 | 2024-10-31T17:46:49.005Z | [ recovery-image] Oct 31 17:46:47.582 INFO O| Oct 31 17:46:47.582 INFO STEP 48 (remove_files) COMPLETE |
4296 | 2024-10-31T17:46:49.005Z | [ recovery-image] Oct 31 17:46:47.582 INFO O| Oct 31 17:46:47.582 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-10-31T17:46:49.005Z | [ recovery-image] Oct 31 17:46:47.604 INFO O| Oct 31 17:46:47.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4298 | 2024-10-31T17:46:49.005Z | [ recovery-image] Oct 31 17:46:47.604 INFO O| Oct 31 17:46:47.604 INFO STEP 49 (remove_files) COMPLETE |
4299 | 2024-10-31T17:46:49.005Z | [ recovery-image] Oct 31 17:46:47.604 INFO O| Oct 31 17:46:47.604 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-10-31T17:46:49.051Z | [ recovery-image] Oct 31 17:46:47.651 INFO O| Oct 31 17:46:47.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4301 | 2024-10-31T17:46:49.051Z | [ recovery-image] Oct 31 17:46:47.651 INFO O| Oct 31 17:46:47.651 INFO STEP 50 (remove_files) COMPLETE |
4302 | 2024-10-31T17:46:49.051Z | [ recovery-image] Oct 31 17:46:47.651 INFO O| Oct 31 17:46:47.651 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-10-31T17:46:49.074Z | [ recovery-image] Oct 31 17:46:47.675 INFO O| Oct 31 17:46:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4304 | 2024-10-31T17:46:49.077Z | [ recovery-image] Oct 31 17:46:47.675 INFO O| Oct 31 17:46:47.675 INFO STEP 51 (remove_files) COMPLETE |
4305 | 2024-10-31T17:46:49.077Z | [ recovery-image] Oct 31 17:46:47.675 INFO O| Oct 31 17:46:47.675 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-10-31T17:46:49.098Z | [ recovery-image] Oct 31 17:46:47.698 INFO O| Oct 31 17:46:47.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4307 | 2024-10-31T17:46:49.098Z | [ recovery-image] Oct 31 17:46:47.698 INFO O| Oct 31 17:46:47.698 INFO STEP 52 (remove_files) COMPLETE |
4308 | 2024-10-31T17:46:49.098Z | [ recovery-image] Oct 31 17:46:47.698 INFO O| Oct 31 17:46:47.698 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-10-31T17:46:49.124Z | [ recovery-image] Oct 31 17:46:47.724 INFO O| Oct 31 17:46:47.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4310 | 2024-10-31T17:46:49.124Z | [ recovery-image] Oct 31 17:46:47.725 INFO O| Oct 31 17:46:47.724 INFO STEP 53 (remove_files) COMPLETE |
4311 | 2024-10-31T17:46:49.124Z | [ recovery-image] Oct 31 17:46:47.725 INFO O| Oct 31 17:46:47.725 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4312 | 2024-10-31T17:46:49.144Z | [ recovery-image] Oct 31 17:46:47.745 INFO O| Oct 31 17:46:47.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4313 | 2024-10-31T17:46:49.145Z | [ recovery-image] Oct 31 17:46:47.745 INFO O| Oct 31 17:46:47.745 INFO STEP 54 (remove_files) COMPLETE |
4314 | 2024-10-31T17:46:49.145Z | [ recovery-image] Oct 31 17:46:47.745 INFO O| Oct 31 17:46:47.745 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4315 | 2024-10-31T17:46:49.215Z | [ recovery-image] Oct 31 17:46:47.815 INFO O| Oct 31 17:46:47.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4316 | 2024-10-31T17:46:49.215Z | [ recovery-image] Oct 31 17:46:47.815 INFO O| Oct 31 17:46:47.815 INFO STEP 55 (remove_files) COMPLETE |
4317 | 2024-10-31T17:46:49.218Z | [ recovery-image] Oct 31 17:46:47.815 INFO O| Oct 31 17:46:47.815 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4318 | 2024-10-31T17:46:49.242Z | [ recovery-image] Oct 31 17:46:47.842 INFO O| Oct 31 17:46:47.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4319 | 2024-10-31T17:46:49.244Z | [ recovery-image] Oct 31 17:46:47.842 INFO O| Oct 31 17:46:47.842 INFO STEP 56 (remove_files) COMPLETE |
4320 | 2024-10-31T17:46:49.244Z | [ recovery-image] Oct 31 17:46:47.842 INFO O| Oct 31 17:46:47.842 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4321 | 2024-10-31T17:46:49.259Z | [ recovery-image] Oct 31 17:46:47.859 INFO O| Oct 31 17:46:47.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4322 | 2024-10-31T17:46:49.262Z | [ recovery-image] Oct 31 17:46:47.860 INFO O| Oct 31 17:46:47.860 INFO STEP 57 (remove_files) COMPLETE |
4323 | 2024-10-31T17:46:49.262Z | [ recovery-image] Oct 31 17:46:47.860 INFO O| Oct 31 17:46:47.860 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4324 | 2024-10-31T17:46:49.278Z | [ recovery-image] Oct 31 17:46:47.878 INFO O| Oct 31 17:46:47.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4325 | 2024-10-31T17:46:49.280Z | [ recovery-image] Oct 31 17:46:47.878 INFO O| Oct 31 17:46:47.878 INFO STEP 58 (remove_files) COMPLETE |
4326 | 2024-10-31T17:46:49.281Z | [ recovery-image] Oct 31 17:46:47.879 INFO O| Oct 31 17:46:47.878 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4327 | 2024-10-31T17:46:49.296Z | [ recovery-image] Oct 31 17:46:47.896 INFO O| Oct 31 17:46:47.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4328 | 2024-10-31T17:46:49.299Z | [ recovery-image] Oct 31 17:46:47.897 INFO O| Oct 31 17:46:47.897 INFO STEP 59 (remove_files) COMPLETE |
4329 | 2024-10-31T17:46:49.299Z | [ recovery-image] Oct 31 17:46:47.897 INFO O| Oct 31 17:46:47.897 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4330 | 2024-10-31T17:46:49.321Z | [ recovery-image] Oct 31 17:46:47.921 INFO O| Oct 31 17:46:47.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4331 | 2024-10-31T17:46:49.321Z | [ recovery-image] Oct 31 17:46:47.921 INFO O| Oct 31 17:46:47.921 INFO STEP 60 (remove_files) COMPLETE |
4332 | 2024-10-31T17:46:49.321Z | [ recovery-image] Oct 31 17:46:47.921 INFO O| Oct 31 17:46:47.921 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4333 | 2024-10-31T17:46:49.342Z | [ recovery-image] Oct 31 17:46:47.941 INFO O| Oct 31 17:46:47.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4334 | 2024-10-31T17:46:49.342Z | [ recovery-image] Oct 31 17:46:47.941 INFO O| Oct 31 17:46:47.941 INFO STEP 61 (remove_files) COMPLETE |
4335 | 2024-10-31T17:46:49.342Z | [ recovery-image] Oct 31 17:46:47.941 INFO O| Oct 31 17:46:47.941 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4336 | 2024-10-31T17:46:49.359Z | [ recovery-image] Oct 31 17:46:47.959 INFO O| Oct 31 17:46:47.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4337 | 2024-10-31T17:46:49.359Z | [ recovery-image] Oct 31 17:46:47.959 INFO O| Oct 31 17:46:47.959 INFO STEP 62 (remove_files) COMPLETE |
4338 | 2024-10-31T17:46:49.359Z | [ recovery-image] Oct 31 17:46:47.959 INFO O| Oct 31 17:46:47.959 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-10-31T17:46:49.376Z | [ recovery-image] Oct 31 17:46:47.976 INFO O| Oct 31 17:46:47.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4340 | 2024-10-31T17:46:49.376Z | [ recovery-image] Oct 31 17:46:47.976 INFO O| Oct 31 17:46:47.976 INFO STEP 63 (remove_files) COMPLETE |
4341 | 2024-10-31T17:46:49.378Z | [ recovery-image] Oct 31 17:46:47.976 INFO O| Oct 31 17:46:47.976 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-10-31T17:46:49.393Z | [ recovery-image] Oct 31 17:46:47.993 INFO O| Oct 31 17:46:47.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4343 | 2024-10-31T17:46:49.393Z | [ recovery-image] Oct 31 17:46:47.993 INFO O| Oct 31 17:46:47.993 INFO STEP 64 (remove_files) COMPLETE |
4344 | 2024-10-31T17:46:49.396Z | [ recovery-image] Oct 31 17:46:47.993 INFO O| Oct 31 17:46:47.993 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-10-31T17:46:49.414Z | [ recovery-image] Oct 31 17:46:48.014 INFO O| Oct 31 17:46:48.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4346 | 2024-10-31T17:46:49.417Z | [ recovery-image] Oct 31 17:46:48.014 INFO O| Oct 31 17:46:48.014 INFO STEP 65 (remove_files) COMPLETE |
4347 | 2024-10-31T17:46:49.417Z | [ recovery-image] Oct 31 17:46:48.014 INFO O| Oct 31 17:46:48.014 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4348 | 2024-10-31T17:46:49.435Z | [ recovery-image] Oct 31 17:46:48.035 INFO O| Oct 31 17:46:48.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4349 | 2024-10-31T17:46:49.437Z | [ recovery-image] Oct 31 17:46:48.035 INFO O| Oct 31 17:46:48.035 INFO STEP 66 (remove_files) COMPLETE |
4350 | 2024-10-31T17:46:49.437Z | [ recovery-image] Oct 31 17:46:48.035 INFO O| Oct 31 17:46:48.035 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4351 | 2024-10-31T17:46:49.454Z | [ recovery-image] Oct 31 17:46:48.054 INFO O| Oct 31 17:46:48.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4352 | 2024-10-31T17:46:49.456Z | [ recovery-image] Oct 31 17:46:48.054 INFO O| Oct 31 17:46:48.054 INFO STEP 67 (remove_files) COMPLETE |
4353 | 2024-10-31T17:46:49.456Z | [ recovery-image] Oct 31 17:46:48.054 INFO O| Oct 31 17:46:48.054 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4354 | 2024-10-31T17:46:49.472Z | [ recovery-image] Oct 31 17:46:48.072 INFO O| Oct 31 17:46:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4355 | 2024-10-31T17:46:49.475Z | [ recovery-image] Oct 31 17:46:48.073 INFO O| Oct 31 17:46:48.072 INFO STEP 68 (remove_files) COMPLETE |
4356 | 2024-10-31T17:46:49.475Z | [ recovery-image] Oct 31 17:46:48.073 INFO O| Oct 31 17:46:48.073 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4357 | 2024-10-31T17:46:49.492Z | [ recovery-image] Oct 31 17:46:48.092 INFO O| Oct 31 17:46:48.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4358 | 2024-10-31T17:46:49.495Z | [ recovery-image] Oct 31 17:46:48.092 INFO O| Oct 31 17:46:48.092 INFO STEP 69 (remove_files) COMPLETE |
4359 | 2024-10-31T17:46:49.495Z | [ recovery-image] Oct 31 17:46:48.092 INFO O| Oct 31 17:46:48.092 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4360 | 2024-10-31T17:46:49.513Z | [ recovery-image] Oct 31 17:46:48.112 INFO O| Oct 31 17:46:48.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4361 | 2024-10-31T17:46:49.513Z | [ recovery-image] Oct 31 17:46:48.112 INFO O| Oct 31 17:46:48.112 INFO STEP 70 (remove_files) COMPLETE |
4362 | 2024-10-31T17:46:49.513Z | [ recovery-image] Oct 31 17:46:48.112 INFO O| Oct 31 17:46:48.112 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4363 | 2024-10-31T17:46:49.540Z | [ recovery-image] Oct 31 17:46:48.140 INFO O| Oct 31 17:46:48.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4364 | 2024-10-31T17:46:49.540Z | [ recovery-image] Oct 31 17:46:48.140 INFO O| Oct 31 17:46:48.140 INFO STEP 71 (remove_files) COMPLETE |
4365 | 2024-10-31T17:46:49.540Z | [ recovery-image] Oct 31 17:46:48.140 INFO O| Oct 31 17:46:48.140 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4366 | 2024-10-31T17:46:49.576Z | [ recovery-image] Oct 31 17:46:48.176 INFO O| Oct 31 17:46:48.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4367 | 2024-10-31T17:46:49.576Z | [ recovery-image] Oct 31 17:46:48.176 INFO O| Oct 31 17:46:48.176 INFO STEP 72 (remove_files) COMPLETE |
4368 | 2024-10-31T17:46:49.576Z | [ recovery-image] Oct 31 17:46:48.176 INFO O| Oct 31 17:46:48.176 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4369 | 2024-10-31T17:46:49.618Z | [ recovery-image] Oct 31 17:46:48.218 INFO O| Oct 31 17:46:48.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4370 | 2024-10-31T17:46:49.620Z | [ recovery-image] Oct 31 17:46:48.218 INFO O| Oct 31 17:46:48.218 INFO STEP 73 (remove_files) COMPLETE |
4371 | 2024-10-31T17:46:49.621Z | [ recovery-image] Oct 31 17:46:48.218 INFO O| Oct 31 17:46:48.218 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4372 | 2024-10-31T17:46:49.636Z | [ recovery-image] Oct 31 17:46:48.236 INFO O| Oct 31 17:46:48.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4373 | 2024-10-31T17:46:49.638Z | [ recovery-image] Oct 31 17:46:48.236 INFO O| Oct 31 17:46:48.236 INFO STEP 74 (remove_files) COMPLETE |
4374 | 2024-10-31T17:46:49.638Z | [ recovery-image] Oct 31 17:46:48.236 INFO O| Oct 31 17:46:48.236 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4375 | 2024-10-31T17:46:49.654Z | [ recovery-image] Oct 31 17:46:48.254 INFO O| Oct 31 17:46:48.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4376 | 2024-10-31T17:46:49.657Z | [ recovery-image] Oct 31 17:46:48.254 INFO O| Oct 31 17:46:48.254 INFO STEP 75 (remove_files) COMPLETE |
4377 | 2024-10-31T17:46:49.657Z | [ recovery-image] Oct 31 17:46:48.254 INFO O| Oct 31 17:46:48.254 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4378 | 2024-10-31T17:46:49.673Z | [ recovery-image] Oct 31 17:46:48.273 INFO O| Oct 31 17:46:48.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4379 | 2024-10-31T17:46:49.676Z | [ recovery-image] Oct 31 17:46:48.274 INFO O| Oct 31 17:46:48.274 INFO STEP 76 (remove_files) COMPLETE |
4380 | 2024-10-31T17:46:49.676Z | [ recovery-image] Oct 31 17:46:48.274 INFO O| Oct 31 17:46:48.274 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4381 | 2024-10-31T17:46:49.692Z | [ recovery-image] Oct 31 17:46:48.292 INFO O| Oct 31 17:46:48.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4382 | 2024-10-31T17:46:49.695Z | [ recovery-image] Oct 31 17:46:48.292 INFO O| Oct 31 17:46:48.292 INFO STEP 77 (remove_files) COMPLETE |
4383 | 2024-10-31T17:46:49.695Z | [ recovery-image] Oct 31 17:46:48.293 INFO O| Oct 31 17:46:48.292 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4384 | 2024-10-31T17:46:49.729Z | [ recovery-image] Oct 31 17:46:48.329 INFO O| Oct 31 17:46:48.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4385 | 2024-10-31T17:46:49.732Z | [ recovery-image] Oct 31 17:46:48.329 INFO O| Oct 31 17:46:48.329 INFO STEP 78 (remove_files) COMPLETE |
4386 | 2024-10-31T17:46:49.732Z | [ recovery-image] Oct 31 17:46:48.329 INFO O| Oct 31 17:46:48.329 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4387 | 2024-10-31T17:46:49.749Z | [ recovery-image] Oct 31 17:46:48.349 INFO O| Oct 31 17:46:48.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4388 | 2024-10-31T17:46:49.752Z | [ recovery-image] Oct 31 17:46:48.349 INFO O| Oct 31 17:46:48.349 INFO STEP 79 (remove_files) COMPLETE |
4389 | 2024-10-31T17:46:49.752Z | [ recovery-image] Oct 31 17:46:48.350 INFO O| Oct 31 17:46:48.349 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4390 | 2024-10-31T17:46:49.790Z | [ recovery-image] Oct 31 17:46:48.390 INFO O| Oct 31 17:46:48.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4391 | 2024-10-31T17:46:49.792Z | [ recovery-image] Oct 31 17:46:48.390 INFO O| Oct 31 17:46:48.390 INFO STEP 80 (remove_files) COMPLETE |
4392 | 2024-10-31T17:46:49.792Z | [ recovery-image] Oct 31 17:46:48.390 INFO O| Oct 31 17:46:48.390 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4393 | 2024-10-31T17:46:49.820Z | [ recovery-image] Oct 31 17:46:48.420 INFO O| Oct 31 17:46:48.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4394 | 2024-10-31T17:46:49.820Z | [ recovery-image] Oct 31 17:46:48.420 INFO O| Oct 31 17:46:48.420 INFO STEP 81 (remove_files) COMPLETE |
4395 | 2024-10-31T17:46:49.820Z | [ recovery-image] Oct 31 17:46:48.420 INFO O| Oct 31 17:46:48.420 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4396 | 2024-10-31T17:46:49.840Z | [ recovery-image] Oct 31 17:46:48.440 INFO O| Oct 31 17:46:48.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4397 | 2024-10-31T17:46:49.840Z | [ recovery-image] Oct 31 17:46:48.440 INFO O| Oct 31 17:46:48.440 INFO STEP 82 (remove_files) COMPLETE |
4398 | 2024-10-31T17:46:49.840Z | [ recovery-image] Oct 31 17:46:48.440 INFO O| Oct 31 17:46:48.440 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4399 | 2024-10-31T17:46:49.859Z | [ recovery-image] Oct 31 17:46:48.458 INFO O| Oct 31 17:46:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4400 | 2024-10-31T17:46:49.859Z | [ recovery-image] Oct 31 17:46:48.459 INFO O| Oct 31 17:46:48.458 INFO STEP 83 (remove_files) COMPLETE |
4401 | 2024-10-31T17:46:49.859Z | [ recovery-image] Oct 31 17:46:48.459 INFO O| Oct 31 17:46:48.459 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4402 | 2024-10-31T17:46:49.878Z | [ recovery-image] Oct 31 17:46:48.478 INFO O| Oct 31 17:46:48.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4403 | 2024-10-31T17:46:49.878Z | [ recovery-image] Oct 31 17:46:48.478 INFO O| Oct 31 17:46:48.478 INFO STEP 84 (remove_files) COMPLETE |
4404 | 2024-10-31T17:46:49.878Z | [ recovery-image] Oct 31 17:46:48.478 INFO O| Oct 31 17:46:48.478 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4405 | 2024-10-31T17:46:49.899Z | [ recovery-image] Oct 31 17:46:48.499 INFO O| Oct 31 17:46:48.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4406 | 2024-10-31T17:46:49.900Z | [ recovery-image] Oct 31 17:46:48.500 INFO O| Oct 31 17:46:48.499 INFO STEP 85 (remove_files) COMPLETE |
4407 | 2024-10-31T17:46:49.900Z | [ recovery-image] Oct 31 17:46:48.500 INFO O| Oct 31 17:46:48.500 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4408 | 2024-10-31T17:46:49.917Z | [ recovery-image] Oct 31 17:46:48.517 INFO O| Oct 31 17:46:48.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4409 | 2024-10-31T17:46:49.917Z | [ recovery-image] Oct 31 17:46:48.517 INFO O| Oct 31 17:46:48.517 INFO STEP 86 (remove_files) COMPLETE |
4410 | 2024-10-31T17:46:49.920Z | [ recovery-image] Oct 31 17:46:48.518 INFO O| Oct 31 17:46:48.517 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4411 | 2024-10-31T17:46:49.974Z | [ recovery-image] Oct 31 17:46:48.574 INFO O| Oct 31 17:46:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4412 | 2024-10-31T17:46:49.974Z | [ recovery-image] Oct 31 17:46:48.574 INFO O| Oct 31 17:46:48.574 INFO STEP 87 (remove_files) COMPLETE |
4413 | 2024-10-31T17:46:49.974Z | [ recovery-image] Oct 31 17:46:48.574 INFO O| Oct 31 17:46:48.574 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4414 | 2024-10-31T17:46:50.003Z | [ recovery-image] Oct 31 17:46:48.603 INFO O| Oct 31 17:46:48.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4415 | 2024-10-31T17:46:50.003Z | [ recovery-image] Oct 31 17:46:48.603 INFO O| Oct 31 17:46:48.603 INFO STEP 88 (remove_files) COMPLETE |
4416 | 2024-10-31T17:46:50.006Z | [ recovery-image] Oct 31 17:46:48.604 INFO O| Oct 31 17:46:48.603 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-10-31T17:46:50.043Z | [ recovery-image] Oct 31 17:46:48.643 INFO O| Oct 31 17:46:48.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4418 | 2024-10-31T17:46:50.043Z | [ recovery-image] Oct 31 17:46:48.643 INFO O| Oct 31 17:46:48.643 INFO STEP 89 (remove_files) COMPLETE |
4419 | 2024-10-31T17:46:50.046Z | [ recovery-image] Oct 31 17:46:48.643 INFO O| Oct 31 17:46:48.643 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4420 | 2024-10-31T17:46:50.061Z | [ recovery-image] Oct 31 17:46:48.661 INFO O| Oct 31 17:46:48.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4421 | 2024-10-31T17:46:50.061Z | [ recovery-image] Oct 31 17:46:48.661 INFO O| Oct 31 17:46:48.661 INFO STEP 90 (remove_files) COMPLETE |
4422 | 2024-10-31T17:46:50.064Z | [ recovery-image] Oct 31 17:46:48.661 INFO O| Oct 31 17:46:48.661 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4423 | 2024-10-31T17:46:50.080Z | [ recovery-image] Oct 31 17:46:48.680 INFO O| Oct 31 17:46:48.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4424 | 2024-10-31T17:46:50.080Z | [ recovery-image] Oct 31 17:46:48.680 INFO O| Oct 31 17:46:48.680 INFO STEP 91 (remove_files) COMPLETE |
4425 | 2024-10-31T17:46:50.080Z | [ recovery-image] Oct 31 17:46:48.680 INFO O| Oct 31 17:46:48.680 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4426 | 2024-10-31T17:46:50.100Z | [ recovery-image] Oct 31 17:46:48.699 INFO O| Oct 31 17:46:48.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4427 | 2024-10-31T17:46:50.100Z | [ recovery-image] Oct 31 17:46:48.700 INFO O| Oct 31 17:46:48.700 INFO STEP 92 (remove_files) COMPLETE |
4428 | 2024-10-31T17:46:50.100Z | [ recovery-image] Oct 31 17:46:48.700 INFO O| Oct 31 17:46:48.700 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4429 | 2024-10-31T17:46:50.130Z | [ recovery-image] Oct 31 17:46:48.730 INFO O| Oct 31 17:46:48.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4430 | 2024-10-31T17:46:50.130Z | [ recovery-image] Oct 31 17:46:48.730 INFO O| Oct 31 17:46:48.730 INFO STEP 93 (remove_files) COMPLETE |
4431 | 2024-10-31T17:46:50.132Z | [ recovery-image] Oct 31 17:46:48.730 INFO O| Oct 31 17:46:48.730 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4432 | 2024-10-31T17:46:50.176Z | [ recovery-image] Oct 31 17:46:48.774 INFO O| Oct 31 17:46:48.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4433 | 2024-10-31T17:46:50.176Z | [ recovery-image] Oct 31 17:46:48.775 INFO O| Oct 31 17:46:48.775 INFO STEP 94 (remove_files) COMPLETE |
4434 | 2024-10-31T17:46:50.178Z | [ recovery-image] Oct 31 17:46:48.775 INFO O| Oct 31 17:46:48.775 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4435 | 2024-10-31T17:46:50.196Z | [ recovery-image] Oct 31 17:46:48.795 INFO O| Oct 31 17:46:48.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4436 | 2024-10-31T17:46:50.196Z | [ recovery-image] Oct 31 17:46:48.796 INFO O| Oct 31 17:46:48.796 INFO STEP 95 (remove_files) COMPLETE |
4437 | 2024-10-31T17:46:50.196Z | [ recovery-image] Oct 31 17:46:48.796 INFO O| Oct 31 17:46:48.796 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-10-31T17:46:50.214Z | [ recovery-image] Oct 31 17:46:48.814 INFO O| Oct 31 17:46:48.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4439 | 2024-10-31T17:46:50.223Z | [ recovery-image] Oct 31 17:46:48.822 INFO O| Oct 31 17:46:48.822 INFO STEP 96 (remove_files) COMPLETE |
4440 | 2024-10-31T17:46:50.223Z | [ recovery-image] Oct 31 17:46:48.822 INFO O| Oct 31 17:46:48.822 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-10-31T17:46:50.278Z | [ recovery-image] Oct 31 17:46:48.877 INFO O| Oct 31 17:46:48.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4442 | 2024-10-31T17:46:50.278Z | [ recovery-image] Oct 31 17:46:48.877 INFO O| Oct 31 17:46:48.877 INFO STEP 97 (remove_files) COMPLETE |
4443 | 2024-10-31T17:46:50.278Z | [ recovery-image] Oct 31 17:46:48.877 INFO O| Oct 31 17:46:48.877 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-10-31T17:46:50.309Z | [ recovery-image] Oct 31 17:46:48.908 INFO O| Oct 31 17:46:48.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4445 | 2024-10-31T17:46:50.309Z | [ recovery-image] Oct 31 17:46:48.908 INFO O| Oct 31 17:46:48.908 INFO STEP 98 (remove_files) COMPLETE |
4446 | 2024-10-31T17:46:50.309Z | [ recovery-image] Oct 31 17:46:48.908 INFO O| Oct 31 17:46:48.908 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-10-31T17:46:50.341Z | [ recovery-image] Oct 31 17:46:48.941 INFO O| Oct 31 17:46:48.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4448 | 2024-10-31T17:46:50.341Z | [ recovery-image] Oct 31 17:46:48.941 INFO O| Oct 31 17:46:48.941 INFO STEP 99 (remove_files) COMPLETE |
4449 | 2024-10-31T17:46:50.341Z | [ recovery-image] Oct 31 17:46:48.941 INFO O| Oct 31 17:46:48.941 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-10-31T17:46:50.383Z | [ recovery-image] Oct 31 17:46:48.983 INFO O| Oct 31 17:46:48.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4451 | 2024-10-31T17:46:50.404Z | [ recovery-image] Oct 31 17:46:49.004 INFO O| Oct 31 17:46:49.004 INFO STEP 100 (remove_files) COMPLETE |
4452 | 2024-10-31T17:46:50.404Z | [ recovery-image] Oct 31 17:46:49.004 INFO O| Oct 31 17:46:49.004 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-10-31T17:46:50.435Z | [ recovery-image] Oct 31 17:46:49.035 INFO O| Oct 31 17:46:49.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4454 | 2024-10-31T17:46:50.435Z | [ recovery-image] Oct 31 17:46:49.035 INFO O| Oct 31 17:46:49.035 INFO STEP 101 (remove_files) COMPLETE |
4455 | 2024-10-31T17:46:50.435Z | [ recovery-image] Oct 31 17:46:49.035 INFO O| Oct 31 17:46:49.035 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-10-31T17:46:50.477Z | [ recovery-image] Oct 31 17:46:49.077 INFO O| Oct 31 17:46:49.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4457 | 2024-10-31T17:46:50.480Z | [ recovery-image] Oct 31 17:46:49.077 INFO O| Oct 31 17:46:49.077 INFO STEP 102 (remove_files) COMPLETE |
4458 | 2024-10-31T17:46:50.480Z | [ recovery-image] Oct 31 17:46:49.077 INFO O| Oct 31 17:46:49.077 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-10-31T17:46:50.496Z | [ recovery-image] Oct 31 17:46:49.096 INFO O| Oct 31 17:46:49.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4460 | 2024-10-31T17:46:50.499Z | [ recovery-image] Oct 31 17:46:49.096 INFO O| Oct 31 17:46:49.096 INFO STEP 103 (remove_files) COMPLETE |
4461 | 2024-10-31T17:46:50.499Z | [ recovery-image] Oct 31 17:46:49.096 INFO O| Oct 31 17:46:49.096 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-10-31T17:46:50.525Z | [ recovery-image] Oct 31 17:46:49.125 INFO O| Oct 31 17:46:49.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4463 | 2024-10-31T17:46:50.525Z | [ recovery-image] Oct 31 17:46:49.125 INFO O| Oct 31 17:46:49.125 INFO STEP 104 (remove_files) COMPLETE |
4464 | 2024-10-31T17:46:50.528Z | [ recovery-image] Oct 31 17:46:49.125 INFO O| Oct 31 17:46:49.125 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-10-31T17:46:50.549Z | [ recovery-image] Oct 31 17:46:49.148 INFO O| Oct 31 17:46:49.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4466 | 2024-10-31T17:46:50.549Z | [ recovery-image] Oct 31 17:46:49.148 INFO O| Oct 31 17:46:49.148 INFO STEP 105 (remove_files) COMPLETE |
4467 | 2024-10-31T17:46:50.549Z | [ recovery-image] Oct 31 17:46:49.148 INFO O| Oct 31 17:46:49.148 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-10-31T17:46:50.582Z | [ recovery-image] Oct 31 17:46:49.182 INFO O| Oct 31 17:46:49.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4469 | 2024-10-31T17:46:50.583Z | [ recovery-image] Oct 31 17:46:49.182 INFO O| Oct 31 17:46:49.182 INFO STEP 106 (remove_files) COMPLETE |
4470 | 2024-10-31T17:46:50.583Z | [ recovery-image] Oct 31 17:46:49.182 INFO O| Oct 31 17:46:49.182 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4471 | 2024-10-31T17:46:50.615Z | [ recovery-image] Oct 31 17:46:49.215 INFO O| Oct 31 17:46:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4472 | 2024-10-31T17:46:50.615Z | [ recovery-image] Oct 31 17:46:49.215 INFO O| Oct 31 17:46:49.215 INFO STEP 107 (remove_files) COMPLETE |
4473 | 2024-10-31T17:46:50.618Z | [ recovery-image] Oct 31 17:46:49.215 INFO O| Oct 31 17:46:49.215 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4474 | 2024-10-31T17:46:50.647Z | [ recovery-image] Oct 31 17:46:49.247 INFO O| Oct 31 17:46:49.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4475 | 2024-10-31T17:46:50.647Z | [ recovery-image] Oct 31 17:46:49.247 INFO O| Oct 31 17:46:49.247 INFO STEP 108 (remove_files) COMPLETE |
4476 | 2024-10-31T17:46:50.650Z | [ recovery-image] Oct 31 17:46:49.247 INFO O| Oct 31 17:46:49.247 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4477 | 2024-10-31T17:46:50.666Z | [ recovery-image] Oct 31 17:46:49.266 INFO O| Oct 31 17:46:49.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4478 | 2024-10-31T17:46:50.666Z | [ recovery-image] Oct 31 17:46:49.266 INFO O| Oct 31 17:46:49.266 INFO STEP 109 (remove_files) COMPLETE |
4479 | 2024-10-31T17:46:50.668Z | [ recovery-image] Oct 31 17:46:49.266 INFO O| Oct 31 17:46:49.266 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4480 | 2024-10-31T17:46:50.684Z | [ recovery-image] Oct 31 17:46:49.284 INFO O| Oct 31 17:46:49.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4481 | 2024-10-31T17:46:50.684Z | [ recovery-image] Oct 31 17:46:49.284 INFO O| Oct 31 17:46:49.284 INFO STEP 110 (remove_files) COMPLETE |
4482 | 2024-10-31T17:46:50.684Z | [ recovery-image] Oct 31 17:46:49.284 INFO O| Oct 31 17:46:49.284 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-10-31T17:46:50.701Z | [ recovery-image] Oct 31 17:46:49.301 INFO O| Oct 31 17:46:49.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4484 | 2024-10-31T17:46:50.701Z | [ recovery-image] Oct 31 17:46:49.301 INFO O| Oct 31 17:46:49.301 INFO STEP 111 (remove_files) COMPLETE |
4485 | 2024-10-31T17:46:50.704Z | [ recovery-image] Oct 31 17:46:49.301 INFO O| Oct 31 17:46:49.301 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-10-31T17:46:50.720Z | [ recovery-image] Oct 31 17:46:49.319 INFO O| Oct 31 17:46:49.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4487 | 2024-10-31T17:46:50.720Z | [ recovery-image] Oct 31 17:46:49.319 INFO O| Oct 31 17:46:49.319 INFO STEP 112 (remove_files) COMPLETE |
4488 | 2024-10-31T17:46:50.722Z | [ recovery-image] Oct 31 17:46:49.319 INFO O| Oct 31 17:46:49.319 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-10-31T17:46:50.739Z | [ recovery-image] Oct 31 17:46:49.339 INFO O| Oct 31 17:46:49.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4490 | 2024-10-31T17:46:50.739Z | [ recovery-image] Oct 31 17:46:49.339 INFO O| Oct 31 17:46:49.339 INFO STEP 113 (remove_files) COMPLETE |
4491 | 2024-10-31T17:46:50.739Z | [ recovery-image] Oct 31 17:46:49.339 INFO O| Oct 31 17:46:49.339 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-10-31T17:46:50.778Z | [ recovery-image] Oct 31 17:46:49.377 INFO O| Oct 31 17:46:49.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4493 | 2024-10-31T17:46:50.778Z | [ recovery-image] Oct 31 17:46:49.377 INFO O| Oct 31 17:46:49.377 INFO STEP 114 (remove_files) COMPLETE |
4494 | 2024-10-31T17:46:50.780Z | [ recovery-image] Oct 31 17:46:49.377 INFO O| Oct 31 17:46:49.377 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-10-31T17:46:50.838Z | [ recovery-image] Oct 31 17:46:49.438 INFO O| Oct 31 17:46:49.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4496 | 2024-10-31T17:46:50.841Z | [ recovery-image] Oct 31 17:46:49.438 INFO O| Oct 31 17:46:49.438 INFO STEP 115 (remove_files) COMPLETE |
4497 | 2024-10-31T17:46:50.841Z | [ recovery-image] Oct 31 17:46:49.438 INFO O| Oct 31 17:46:49.438 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4498 | 2024-10-31T17:46:50.860Z | [ recovery-image] Oct 31 17:46:49.460 INFO O| Oct 31 17:46:49.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4499 | 2024-10-31T17:46:50.860Z | [ recovery-image] Oct 31 17:46:49.460 INFO O| Oct 31 17:46:49.460 INFO STEP 116 (remove_files) COMPLETE |
4500 | 2024-10-31T17:46:50.860Z | [ recovery-image] Oct 31 17:46:49.460 INFO O| Oct 31 17:46:49.460 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4501 | 2024-10-31T17:46:50.882Z | [ recovery-image] Oct 31 17:46:49.482 INFO O| Oct 31 17:46:49.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4502 | 2024-10-31T17:46:50.882Z | [ recovery-image] Oct 31 17:46:49.482 INFO O| Oct 31 17:46:49.482 INFO STEP 117 (remove_files) COMPLETE |
4503 | 2024-10-31T17:46:50.882Z | [ recovery-image] Oct 31 17:46:49.482 INFO O| Oct 31 17:46:49.482 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4504 | 2024-10-31T17:46:50.902Z | [ recovery-image] Oct 31 17:46:49.501 INFO O| Oct 31 17:46:49.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4505 | 2024-10-31T17:46:50.904Z | [ recovery-image] Oct 31 17:46:49.502 INFO O| Oct 31 17:46:49.501 INFO STEP 118 (remove_files) COMPLETE |
4506 | 2024-10-31T17:46:50.904Z | [ recovery-image] Oct 31 17:46:49.502 INFO O| Oct 31 17:46:49.502 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4507 | 2024-10-31T17:46:50.919Z | [ recovery-image] Oct 31 17:46:49.519 INFO O| Oct 31 17:46:49.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4508 | 2024-10-31T17:46:50.922Z | [ recovery-image] Oct 31 17:46:49.519 INFO O| Oct 31 17:46:49.519 INFO STEP 119 (remove_files) COMPLETE |
4509 | 2024-10-31T17:46:50.922Z | [ recovery-image] Oct 31 17:46:49.519 INFO O| Oct 31 17:46:49.519 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4510 | 2024-10-31T17:46:50.936Z | [ recovery-image] Oct 31 17:46:49.536 INFO O| Oct 31 17:46:49.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4511 | 2024-10-31T17:46:50.939Z | [ recovery-image] Oct 31 17:46:49.536 INFO O| Oct 31 17:46:49.536 INFO STEP 120 (remove_files) COMPLETE |
4512 | 2024-10-31T17:46:50.939Z | [ recovery-image] Oct 31 17:46:49.537 INFO O| Oct 31 17:46:49.536 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4513 | 2024-10-31T17:46:50.954Z | [ recovery-image] Oct 31 17:46:49.554 INFO O| Oct 31 17:46:49.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4514 | 2024-10-31T17:46:50.957Z | [ recovery-image] Oct 31 17:46:49.554 INFO O| Oct 31 17:46:49.554 INFO STEP 121 (remove_files) COMPLETE |
4515 | 2024-10-31T17:46:50.957Z | [ recovery-image] Oct 31 17:46:49.554 INFO O| Oct 31 17:46:49.554 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4516 | 2024-10-31T17:46:50.989Z | [ recovery-image] Oct 31 17:46:49.588 INFO O| Oct 31 17:46:49.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4517 | 2024-10-31T17:46:50.991Z | [ recovery-image] Oct 31 17:46:49.588 INFO O| Oct 31 17:46:49.588 INFO STEP 122 (remove_files) COMPLETE |
4518 | 2024-10-31T17:46:50.991Z | [ recovery-image] Oct 31 17:46:49.589 INFO O| Oct 31 17:46:49.588 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4519 | 2024-10-31T17:46:51.009Z | [ recovery-image] Oct 31 17:46:49.609 INFO O| Oct 31 17:46:49.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4520 | 2024-10-31T17:46:51.009Z | [ recovery-image] Oct 31 17:46:49.609 INFO O| Oct 31 17:46:49.609 INFO STEP 123 (remove_files) COMPLETE |
4521 | 2024-10-31T17:46:51.012Z | [ recovery-image] Oct 31 17:46:49.609 INFO O| Oct 31 17:46:49.609 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4522 | 2024-10-31T17:46:51.028Z | [ recovery-image] Oct 31 17:46:49.628 INFO O| Oct 31 17:46:49.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4523 | 2024-10-31T17:46:51.031Z | [ recovery-image] Oct 31 17:46:49.628 INFO O| Oct 31 17:46:49.628 INFO STEP 124 (remove_files) COMPLETE |
4524 | 2024-10-31T17:46:51.031Z | [ recovery-image] Oct 31 17:46:49.628 INFO O| Oct 31 17:46:49.628 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4525 | 2024-10-31T17:46:51.047Z | [ recovery-image] Oct 31 17:46:49.646 INFO O| Oct 31 17:46:49.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4526 | 2024-10-31T17:46:51.047Z | [ recovery-image] Oct 31 17:46:49.646 INFO O| Oct 31 17:46:49.646 INFO STEP 125 (remove_files) COMPLETE |
4527 | 2024-10-31T17:46:51.047Z | [ recovery-image] Oct 31 17:46:49.646 INFO O| Oct 31 17:46:49.646 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4528 | 2024-10-31T17:46:51.066Z | [ recovery-image] Oct 31 17:46:49.665 INFO O| Oct 31 17:46:49.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4529 | 2024-10-31T17:46:51.066Z | [ recovery-image] Oct 31 17:46:49.665 INFO O| Oct 31 17:46:49.665 INFO STEP 126 (remove_files) COMPLETE |
4530 | 2024-10-31T17:46:51.068Z | [ recovery-image] Oct 31 17:46:49.666 INFO O| Oct 31 17:46:49.665 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4531 | 2024-10-31T17:46:51.083Z | [ recovery-image] Oct 31 17:46:49.683 INFO O| Oct 31 17:46:49.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4532 | 2024-10-31T17:46:51.083Z | [ recovery-image] Oct 31 17:46:49.683 INFO O| Oct 31 17:46:49.683 INFO STEP 127 (remove_files) COMPLETE |
4533 | 2024-10-31T17:46:51.083Z | [ recovery-image] Oct 31 17:46:49.683 INFO O| Oct 31 17:46:49.683 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4534 | 2024-10-31T17:46:51.100Z | [ recovery-image] Oct 31 17:46:49.700 INFO O| Oct 31 17:46:49.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4535 | 2024-10-31T17:46:51.100Z | [ recovery-image] Oct 31 17:46:49.700 INFO O| Oct 31 17:46:49.700 INFO STEP 128 (remove_files) COMPLETE |
4536 | 2024-10-31T17:46:51.100Z | [ recovery-image] Oct 31 17:46:49.700 INFO O| Oct 31 17:46:49.700 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4537 | 2024-10-31T17:46:51.117Z | [ recovery-image] Oct 31 17:46:49.717 INFO O| Oct 31 17:46:49.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4538 | 2024-10-31T17:46:51.117Z | [ recovery-image] Oct 31 17:46:49.717 INFO O| Oct 31 17:46:49.717 INFO STEP 129 (remove_files) COMPLETE |
4539 | 2024-10-31T17:46:51.117Z | [ recovery-image] Oct 31 17:46:49.717 INFO O| Oct 31 17:46:49.717 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4540 | 2024-10-31T17:46:51.144Z | [ recovery-image] Oct 31 17:46:49.744 INFO O| Oct 31 17:46:49.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4541 | 2024-10-31T17:46:51.145Z | [ recovery-image] Oct 31 17:46:49.744 INFO O| Oct 31 17:46:49.744 INFO STEP 130 (remove_files) COMPLETE |
4542 | 2024-10-31T17:46:51.147Z | [ recovery-image] Oct 31 17:46:49.744 INFO O| Oct 31 17:46:49.744 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4543 | 2024-10-31T17:46:51.163Z | [ recovery-image] Oct 31 17:46:49.763 INFO O| Oct 31 17:46:49.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4544 | 2024-10-31T17:46:51.163Z | [ recovery-image] Oct 31 17:46:49.763 INFO O| Oct 31 17:46:49.763 INFO STEP 131 (remove_files) COMPLETE |
4545 | 2024-10-31T17:46:51.163Z | [ recovery-image] Oct 31 17:46:49.763 INFO O| Oct 31 17:46:49.763 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4546 | 2024-10-31T17:46:51.181Z | [ recovery-image] Oct 31 17:46:49.781 INFO O| Oct 31 17:46:49.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4547 | 2024-10-31T17:46:51.181Z | [ recovery-image] Oct 31 17:46:49.781 INFO O| Oct 31 17:46:49.781 INFO STEP 132 (remove_files) COMPLETE |
4548 | 2024-10-31T17:46:51.181Z | [ recovery-image] Oct 31 17:46:49.781 INFO O| Oct 31 17:46:49.781 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4549 | 2024-10-31T17:46:51.199Z | [ recovery-image] Oct 31 17:46:49.799 INFO O| Oct 31 17:46:49.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4550 | 2024-10-31T17:46:51.199Z | [ recovery-image] Oct 31 17:46:49.799 INFO O| Oct 31 17:46:49.799 INFO STEP 133 (remove_files) COMPLETE |
4551 | 2024-10-31T17:46:51.202Z | [ recovery-image] Oct 31 17:46:49.799 INFO O| Oct 31 17:46:49.799 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4552 | 2024-10-31T17:46:51.232Z | [ recovery-image] Oct 31 17:46:49.831 INFO O| Oct 31 17:46:49.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4553 | 2024-10-31T17:46:51.232Z | [ recovery-image] Oct 31 17:46:49.831 INFO O| Oct 31 17:46:49.831 INFO STEP 134 (remove_files) COMPLETE |
4554 | 2024-10-31T17:46:51.235Z | [ recovery-image] Oct 31 17:46:49.831 INFO O| Oct 31 17:46:49.831 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4555 | 2024-10-31T17:46:51.252Z | [ recovery-image] Oct 31 17:46:49.852 INFO O| Oct 31 17:46:49.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4556 | 2024-10-31T17:46:51.252Z | [ recovery-image] Oct 31 17:46:49.852 INFO O| Oct 31 17:46:49.852 INFO STEP 135 (remove_files) COMPLETE |
4557 | 2024-10-31T17:46:51.252Z | [ recovery-image] Oct 31 17:46:49.852 INFO O| Oct 31 17:46:49.852 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4558 | 2024-10-31T17:46:51.271Z | [ recovery-image] Oct 31 17:46:49.870 INFO O| Oct 31 17:46:49.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4559 | 2024-10-31T17:46:51.271Z | [ recovery-image] Oct 31 17:46:49.871 INFO O| Oct 31 17:46:49.871 INFO STEP 136 (remove_files) COMPLETE |
4560 | 2024-10-31T17:46:51.271Z | [ recovery-image] Oct 31 17:46:49.871 INFO O| Oct 31 17:46:49.871 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4561 | 2024-10-31T17:46:51.291Z | [ recovery-image] Oct 31 17:46:49.890 INFO O| Oct 31 17:46:49.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4562 | 2024-10-31T17:46:51.291Z | [ recovery-image] Oct 31 17:46:49.890 INFO O| Oct 31 17:46:49.890 INFO STEP 137 (remove_files) COMPLETE |
4563 | 2024-10-31T17:46:51.293Z | [ recovery-image] Oct 31 17:46:49.891 INFO O| Oct 31 17:46:49.890 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4564 | 2024-10-31T17:46:51.309Z | [ recovery-image] Oct 31 17:46:49.909 INFO O| Oct 31 17:46:49.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4565 | 2024-10-31T17:46:51.309Z | [ recovery-image] Oct 31 17:46:49.909 INFO O| Oct 31 17:46:49.909 INFO STEP 138 (remove_files) COMPLETE |
4566 | 2024-10-31T17:46:51.309Z | [ recovery-image] Oct 31 17:46:49.909 INFO O| Oct 31 17:46:49.909 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4567 | 2024-10-31T17:46:51.328Z | [ recovery-image] Oct 31 17:46:49.928 INFO O| Oct 31 17:46:49.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4568 | 2024-10-31T17:46:51.328Z | [ recovery-image] Oct 31 17:46:49.928 INFO O| Oct 31 17:46:49.928 INFO STEP 139 (remove_files) COMPLETE |
4569 | 2024-10-31T17:46:51.328Z | [ recovery-image] Oct 31 17:46:49.928 INFO O| Oct 31 17:46:49.928 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4570 | 2024-10-31T17:46:51.346Z | [ recovery-image] Oct 31 17:46:49.946 INFO O| Oct 31 17:46:49.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4571 | 2024-10-31T17:46:51.346Z | [ recovery-image] Oct 31 17:46:49.946 INFO O| Oct 31 17:46:49.946 INFO STEP 140 (remove_files) COMPLETE |
4572 | 2024-10-31T17:46:51.349Z | [ recovery-image] Oct 31 17:46:49.946 INFO O| Oct 31 17:46:49.946 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4573 | 2024-10-31T17:46:51.365Z | [ recovery-image] Oct 31 17:46:49.964 INFO O| Oct 31 17:46:49.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4574 | 2024-10-31T17:46:51.365Z | [ recovery-image] Oct 31 17:46:49.965 INFO O| Oct 31 17:46:49.965 INFO STEP 141 (remove_files) COMPLETE |
4575 | 2024-10-31T17:46:51.367Z | [ recovery-image] Oct 31 17:46:49.965 INFO O| Oct 31 17:46:49.965 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4576 | 2024-10-31T17:46:51.381Z | [ recovery-image] Oct 31 17:46:49.981 INFO O| Oct 31 17:46:49.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4577 | 2024-10-31T17:46:51.381Z | [ recovery-image] Oct 31 17:46:49.981 INFO O| Oct 31 17:46:49.981 INFO STEP 142 (remove_files) COMPLETE |
4578 | 2024-10-31T17:46:51.383Z | [ recovery-image] Oct 31 17:46:49.981 INFO O| Oct 31 17:46:49.981 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-10-31T17:46:51.398Z | [ recovery-image] Oct 31 17:46:49.998 INFO O| Oct 31 17:46:49.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4580 | 2024-10-31T17:46:51.398Z | [ recovery-image] Oct 31 17:46:49.998 INFO O| Oct 31 17:46:49.998 INFO STEP 143 (remove_files) COMPLETE |
4581 | 2024-10-31T17:46:51.398Z | [ recovery-image] Oct 31 17:46:49.998 INFO O| Oct 31 17:46:49.998 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-10-31T17:46:51.416Z | [ recovery-image] Oct 31 17:46:50.016 INFO O| Oct 31 17:46:50.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4583 | 2024-10-31T17:46:51.416Z | [ recovery-image] Oct 31 17:46:50.016 INFO O| Oct 31 17:46:50.016 INFO STEP 144 (remove_files) COMPLETE |
4584 | 2024-10-31T17:46:51.419Z | [ recovery-image] Oct 31 17:46:50.016 INFO O| Oct 31 17:46:50.016 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4585 | 2024-10-31T17:46:51.431Z | [ host-image] Oct 31 17:46:50.030 INFO O| Oct 31 17:46:50.030 INFO O| Planning: Solver setup ... Done |
4586 | 2024-10-31T17:46:51.435Z | [ recovery-image] Oct 31 17:46:50.035 INFO O| Oct 31 17:46:50.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4587 | 2024-10-31T17:46:51.435Z | [ recovery-image] Oct 31 17:46:50.035 INFO O| Oct 31 17:46:50.035 INFO STEP 145 (remove_files) COMPLETE |
4588 | 2024-10-31T17:46:51.435Z | [ recovery-image] Oct 31 17:46:50.035 INFO O| Oct 31 17:46:50.035 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-10-31T17:46:51.438Z | [ host-image] Oct 31 17:46:50.037 INFO O| Oct 31 17:46:50.037 INFO O| Planning: Running solver ... Done |
4590 | 2024-10-31T17:46:51.454Z | [ recovery-image] Oct 31 17:46:50.053 INFO O| Oct 31 17:46:50.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4591 | 2024-10-31T17:46:51.454Z | [ recovery-image] Oct 31 17:46:50.053 INFO O| Oct 31 17:46:50.053 INFO STEP 146 (remove_files) COMPLETE |
4592 | 2024-10-31T17:46:51.454Z | [ recovery-image] Oct 31 17:46:50.053 INFO O| Oct 31 17:46:50.053 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-10-31T17:46:51.472Z | [ recovery-image] Oct 31 17:46:50.071 INFO O| Oct 31 17:46:50.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4594 | 2024-10-31T17:46:51.472Z | [ recovery-image] Oct 31 17:46:50.071 INFO O| Oct 31 17:46:50.071 INFO STEP 147 (remove_files) COMPLETE |
4595 | 2024-10-31T17:46:51.472Z | [ recovery-image] Oct 31 17:46:50.071 INFO O| Oct 31 17:46:50.071 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-10-31T17:46:51.489Z | [ recovery-image] Oct 31 17:46:50.089 INFO O| Oct 31 17:46:50.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4597 | 2024-10-31T17:46:51.492Z | [ recovery-image] Oct 31 17:46:50.089 INFO O| Oct 31 17:46:50.089 INFO STEP 148 (remove_files) COMPLETE |
4598 | 2024-10-31T17:46:51.492Z | [ recovery-image] Oct 31 17:46:50.089 INFO O| Oct 31 17:46:50.089 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-10-31T17:46:51.508Z | [ recovery-image] Oct 31 17:46:50.107 INFO O| Oct 31 17:46:50.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4600 | 2024-10-31T17:46:51.508Z | [ recovery-image] Oct 31 17:46:50.108 INFO O| Oct 31 17:46:50.107 INFO STEP 149 (remove_files) COMPLETE |
4601 | 2024-10-31T17:46:51.508Z | [ recovery-image] Oct 31 17:46:50.108 INFO O| Oct 31 17:46:50.107 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-10-31T17:46:51.511Z | [ host-image] Oct 31 17:46:50.109 INFO O| Oct 31 17:46:50.109 INFO O| Planning: Finding local manifests ... Done |
4603 | 2024-10-31T17:46:51.513Z | [ host-image] Oct 31 17:46:50.111 INFO O| Oct 31 17:46:50.111 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4604 | 2024-10-31T17:46:51.527Z | [ recovery-image] Oct 31 17:46:50.127 INFO O| Oct 31 17:46:50.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4605 | 2024-10-31T17:46:51.527Z | [ recovery-image] Oct 31 17:46:50.127 INFO O| Oct 31 17:46:50.127 INFO STEP 150 (remove_files) COMPLETE |
4606 | 2024-10-31T17:46:51.530Z | [ recovery-image] Oct 31 17:46:50.127 INFO O| Oct 31 17:46:50.127 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-10-31T17:46:51.548Z | [ recovery-image] Oct 31 17:46:50.147 INFO O| Oct 31 17:46:50.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4608 | 2024-10-31T17:46:51.548Z | [ recovery-image] Oct 31 17:46:50.147 INFO O| Oct 31 17:46:50.147 INFO STEP 151 (remove_files) COMPLETE |
4609 | 2024-10-31T17:46:51.551Z | [ recovery-image] Oct 31 17:46:50.147 INFO O| Oct 31 17:46:50.147 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-10-31T17:46:51.567Z | [ recovery-image] Oct 31 17:46:50.167 INFO O| Oct 31 17:46:50.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4611 | 2024-10-31T17:46:51.570Z | [ recovery-image] Oct 31 17:46:50.167 INFO O| Oct 31 17:46:50.167 INFO STEP 152 (remove_files) COMPLETE |
4612 | 2024-10-31T17:46:51.570Z | [ recovery-image] Oct 31 17:46:50.167 INFO O| Oct 31 17:46:50.167 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-10-31T17:46:51.586Z | [ recovery-image] Oct 31 17:46:50.185 INFO O| Oct 31 17:46:50.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4614 | 2024-10-31T17:46:51.589Z | [ recovery-image] Oct 31 17:46:50.186 INFO O| Oct 31 17:46:50.186 INFO STEP 153 (remove_files) COMPLETE |
4615 | 2024-10-31T17:46:51.589Z | [ recovery-image] Oct 31 17:46:50.186 INFO O| Oct 31 17:46:50.186 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-10-31T17:46:51.603Z | [ recovery-image] Oct 31 17:46:50.203 INFO O| Oct 31 17:46:50.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4617 | 2024-10-31T17:46:51.606Z | [ recovery-image] Oct 31 17:46:50.203 INFO O| Oct 31 17:46:50.203 INFO STEP 154 (remove_files) COMPLETE |
4618 | 2024-10-31T17:46:51.606Z | [ recovery-image] Oct 31 17:46:50.203 INFO O| Oct 31 17:46:50.203 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-10-31T17:46:51.621Z | [ recovery-image] Oct 31 17:46:50.221 INFO O| Oct 31 17:46:50.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4620 | 2024-10-31T17:46:51.629Z | [ recovery-image] Oct 31 17:46:50.221 INFO O| Oct 31 17:46:50.221 INFO STEP 155 (remove_files) COMPLETE |
4621 | 2024-10-31T17:46:51.629Z | [ recovery-image] Oct 31 17:46:50.221 INFO O| Oct 31 17:46:50.221 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-10-31T17:46:51.639Z | [ recovery-image] Oct 31 17:46:50.238 INFO O| Oct 31 17:46:50.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4623 | 2024-10-31T17:46:51.645Z | [ recovery-image] Oct 31 17:46:50.239 INFO O| Oct 31 17:46:50.238 INFO STEP 156 (remove_files) COMPLETE |
4624 | 2024-10-31T17:46:51.645Z | [ recovery-image] Oct 31 17:46:50.239 INFO O| Oct 31 17:46:50.239 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-10-31T17:46:51.657Z | [ recovery-image] Oct 31 17:46:50.257 INFO O| Oct 31 17:46:50.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4626 | 2024-10-31T17:46:51.660Z | [ recovery-image] Oct 31 17:46:50.257 INFO O| Oct 31 17:46:50.257 INFO STEP 157 (remove_files) COMPLETE |
4627 | 2024-10-31T17:46:51.660Z | [ recovery-image] Oct 31 17:46:50.257 INFO O| Oct 31 17:46:50.257 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-10-31T17:46:51.677Z | [ recovery-image] Oct 31 17:46:50.276 INFO O| Oct 31 17:46:50.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4629 | 2024-10-31T17:46:51.679Z | [ recovery-image] Oct 31 17:46:50.277 INFO O| Oct 31 17:46:50.277 INFO STEP 158 (remove_files) COMPLETE |
4630 | 2024-10-31T17:46:51.679Z | [ recovery-image] Oct 31 17:46:50.277 INFO O| Oct 31 17:46:50.277 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-10-31T17:46:51.696Z | [ recovery-image] Oct 31 17:46:50.296 INFO O| Oct 31 17:46:50.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4632 | 2024-10-31T17:46:51.696Z | [ recovery-image] Oct 31 17:46:50.296 INFO O| Oct 31 17:46:50.296 INFO STEP 159 (remove_files) COMPLETE |
4633 | 2024-10-31T17:46:51.699Z | [ recovery-image] Oct 31 17:46:50.296 INFO O| Oct 31 17:46:50.296 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-10-31T17:46:51.714Z | [ recovery-image] Oct 31 17:46:50.314 INFO O| Oct 31 17:46:50.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4635 | 2024-10-31T17:46:51.716Z | [ recovery-image] Oct 31 17:46:50.314 INFO O| Oct 31 17:46:50.314 INFO STEP 160 (remove_files) COMPLETE |
4636 | 2024-10-31T17:46:51.716Z | [ recovery-image] Oct 31 17:46:50.314 INFO O| Oct 31 17:46:50.314 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-10-31T17:46:51.732Z | [ recovery-image] Oct 31 17:46:50.332 INFO O| Oct 31 17:46:50.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4638 | 2024-10-31T17:46:51.732Z | [ recovery-image] Oct 31 17:46:50.332 INFO O| Oct 31 17:46:50.332 INFO STEP 161 (remove_files) COMPLETE |
4639 | 2024-10-31T17:46:51.732Z | [ recovery-image] Oct 31 17:46:50.332 INFO O| Oct 31 17:46:50.332 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-10-31T17:46:51.750Z | [ recovery-image] Oct 31 17:46:50.350 INFO O| Oct 31 17:46:50.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4641 | 2024-10-31T17:46:51.750Z | [ recovery-image] Oct 31 17:46:50.350 INFO O| Oct 31 17:46:50.350 INFO STEP 162 (remove_files) COMPLETE |
4642 | 2024-10-31T17:46:51.750Z | [ recovery-image] Oct 31 17:46:50.350 INFO O| Oct 31 17:46:50.350 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-10-31T17:46:51.759Z | [ host-image] Oct 31 17:46:50.358 INFO O| Oct 31 17:46:50.358 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4644 | 2024-10-31T17:46:51.770Z | [ recovery-image] Oct 31 17:46:50.369 INFO O| Oct 31 17:46:50.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4645 | 2024-10-31T17:46:51.770Z | [ recovery-image] Oct 31 17:46:50.370 INFO O| Oct 31 17:46:50.369 INFO STEP 163 (remove_files) COMPLETE |
4646 | 2024-10-31T17:46:51.770Z | [ recovery-image] Oct 31 17:46:50.370 INFO O| Oct 31 17:46:50.369 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-10-31T17:46:51.789Z | [ recovery-image] Oct 31 17:46:50.388 INFO O| Oct 31 17:46:50.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4648 | 2024-10-31T17:46:51.789Z | [ recovery-image] Oct 31 17:46:50.388 INFO O| Oct 31 17:46:50.388 INFO STEP 164 (remove_files) COMPLETE |
4649 | 2024-10-31T17:46:51.791Z | [ recovery-image] Oct 31 17:46:50.388 INFO O| Oct 31 17:46:50.388 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-10-31T17:46:51.807Z | [ recovery-image] Oct 31 17:46:50.406 INFO O| Oct 31 17:46:50.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4651 | 2024-10-31T17:46:51.807Z | [ recovery-image] Oct 31 17:46:50.406 INFO O| Oct 31 17:46:50.406 INFO STEP 165 (remove_files) COMPLETE |
4652 | 2024-10-31T17:46:51.807Z | [ recovery-image] Oct 31 17:46:50.406 INFO O| Oct 31 17:46:50.406 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-10-31T17:46:51.813Z | [ host-image] Oct 31 17:46:50.413 INFO O| Oct 31 17:46:50.412 INFO O| Planning: Package planning ... Done |
4654 | 2024-10-31T17:46:51.826Z | [ recovery-image] Oct 31 17:46:50.425 INFO O| Oct 31 17:46:50.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4655 | 2024-10-31T17:46:51.829Z | [ recovery-image] Oct 31 17:46:50.426 INFO O| Oct 31 17:46:50.426 INFO STEP 166 (remove_files) COMPLETE |
4656 | 2024-10-31T17:46:51.829Z | [ recovery-image] Oct 31 17:46:50.426 INFO O| Oct 31 17:46:50.426 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4657 | 2024-10-31T17:46:51.845Z | [ recovery-image] Oct 31 17:46:50.445 INFO O| Oct 31 17:46:50.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4658 | 2024-10-31T17:46:51.845Z | [ recovery-image] Oct 31 17:46:50.445 INFO O| Oct 31 17:46:50.445 INFO STEP 167 (remove_files) COMPLETE |
4659 | 2024-10-31T17:46:51.848Z | [ recovery-image] Oct 31 17:46:50.445 INFO O| Oct 31 17:46:50.445 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4660 | 2024-10-31T17:46:51.851Z | [ host-image] Oct 31 17:46:50.448 INFO O| Oct 31 17:46:50.448 INFO O| Planning: Merging actions ... Done |
4661 | 2024-10-31T17:46:51.864Z | [ recovery-image] Oct 31 17:46:50.464 INFO O| Oct 31 17:46:50.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4662 | 2024-10-31T17:46:51.864Z | [ recovery-image] Oct 31 17:46:50.464 INFO O| Oct 31 17:46:50.464 INFO STEP 168 (remove_files) COMPLETE |
4663 | 2024-10-31T17:46:51.864Z | [ recovery-image] Oct 31 17:46:50.464 INFO O| Oct 31 17:46:50.464 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-10-31T17:46:51.882Z | [ recovery-image] Oct 31 17:46:50.481 INFO O| Oct 31 17:46:50.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4665 | 2024-10-31T17:46:51.882Z | [ recovery-image] Oct 31 17:46:50.481 INFO O| Oct 31 17:46:50.481 INFO STEP 169 (remove_files) COMPLETE |
4666 | 2024-10-31T17:46:51.882Z | [ recovery-image] Oct 31 17:46:50.481 INFO O| Oct 31 17:46:50.481 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-10-31T17:46:51.900Z | [ recovery-image] Oct 31 17:46:50.500 INFO O| Oct 31 17:46:50.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4668 | 2024-10-31T17:46:51.900Z | [ recovery-image] Oct 31 17:46:50.500 INFO O| Oct 31 17:46:50.500 INFO STEP 170 (remove_files) COMPLETE |
4669 | 2024-10-31T17:46:51.903Z | [ recovery-image] Oct 31 17:46:50.500 INFO O| Oct 31 17:46:50.500 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-10-31T17:46:51.918Z | [ recovery-image] Oct 31 17:46:50.518 INFO O| Oct 31 17:46:50.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4671 | 2024-10-31T17:46:51.918Z | [ recovery-image] Oct 31 17:46:50.518 INFO O| Oct 31 17:46:50.518 INFO STEP 171 (remove_files) COMPLETE |
4672 | 2024-10-31T17:46:51.918Z | [ recovery-image] Oct 31 17:46:50.518 INFO O| Oct 31 17:46:50.518 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-10-31T17:46:51.937Z | [ recovery-image] Oct 31 17:46:50.536 INFO O| Oct 31 17:46:50.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4674 | 2024-10-31T17:46:51.937Z | [ recovery-image] Oct 31 17:46:50.536 INFO O| Oct 31 17:46:50.536 INFO STEP 172 (remove_files) COMPLETE |
4675 | 2024-10-31T17:46:51.939Z | [ recovery-image] Oct 31 17:46:50.536 INFO O| Oct 31 17:46:50.536 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-10-31T17:46:51.954Z | [ recovery-image] Oct 31 17:46:50.554 INFO O| Oct 31 17:46:50.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4677 | 2024-10-31T17:46:51.956Z | [ recovery-image] Oct 31 17:46:50.554 INFO O| Oct 31 17:46:50.554 INFO STEP 173 (remove_files) COMPLETE |
4678 | 2024-10-31T17:46:51.956Z | [ recovery-image] Oct 31 17:46:50.554 INFO O| Oct 31 17:46:50.554 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-10-31T17:46:51.972Z | [ recovery-image] Oct 31 17:46:50.571 INFO O| Oct 31 17:46:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4680 | 2024-10-31T17:46:51.974Z | [ recovery-image] Oct 31 17:46:50.571 INFO O| Oct 31 17:46:50.571 INFO STEP 174 (remove_files) COMPLETE |
4681 | 2024-10-31T17:46:51.974Z | [ recovery-image] Oct 31 17:46:50.571 INFO O| Oct 31 17:46:50.571 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-10-31T17:46:51.981Z | [ host-image] Oct 31 17:46:50.581 INFO O| Oct 31 17:46:50.581 INFO O| Planning: Checking for conflicting actions ... Done |
4683 | 2024-10-31T17:46:51.989Z | [ host-image] Oct 31 17:46:50.588 INFO O| Oct 31 17:46:50.588 INFO O| Planning: Consolidating action changes ... Done |
4684 | 2024-10-31T17:46:51.991Z | [ recovery-image] Oct 31 17:46:50.589 INFO O| Oct 31 17:46:50.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4685 | 2024-10-31T17:46:51.991Z | [ recovery-image] Oct 31 17:46:50.589 INFO O| Oct 31 17:46:50.589 INFO STEP 175 (remove_files) COMPLETE |
4686 | 2024-10-31T17:46:51.991Z | [ recovery-image] Oct 31 17:46:50.589 INFO O| Oct 31 17:46:50.589 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4687 | 2024-10-31T17:46:52.007Z | [ recovery-image] Oct 31 17:46:50.606 INFO O| Oct 31 17:46:50.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4688 | 2024-10-31T17:46:52.009Z | [ recovery-image] Oct 31 17:46:50.607 INFO O| Oct 31 17:46:50.607 INFO STEP 176 (remove_files) COMPLETE |
4689 | 2024-10-31T17:46:52.010Z | [ recovery-image] Oct 31 17:46:50.607 INFO O| Oct 31 17:46:50.607 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4690 | 2024-10-31T17:46:52.026Z | [ recovery-image] Oct 31 17:46:50.625 INFO O| Oct 31 17:46:50.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4691 | 2024-10-31T17:46:52.028Z | [ recovery-image] Oct 31 17:46:50.625 INFO O| Oct 31 17:46:50.625 INFO STEP 177 (remove_files) COMPLETE |
4692 | 2024-10-31T17:46:52.029Z | [ recovery-image] Oct 31 17:46:50.625 INFO O| Oct 31 17:46:50.625 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4693 | 2024-10-31T17:46:52.046Z | [ recovery-image] Oct 31 17:46:50.645 INFO O| Oct 31 17:46:50.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4694 | 2024-10-31T17:46:52.049Z | [ recovery-image] Oct 31 17:46:50.645 INFO O| Oct 31 17:46:50.645 INFO STEP 178 (remove_files) COMPLETE |
4695 | 2024-10-31T17:46:52.049Z | [ recovery-image] Oct 31 17:46:50.645 INFO O| Oct 31 17:46:50.645 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4696 | 2024-10-31T17:46:52.066Z | [ recovery-image] Oct 31 17:46:50.665 INFO O| Oct 31 17:46:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4697 | 2024-10-31T17:46:52.068Z | [ recovery-image] Oct 31 17:46:50.665 INFO O| Oct 31 17:46:50.665 INFO STEP 179 (remove_files) COMPLETE |
4698 | 2024-10-31T17:46:52.068Z | [ recovery-image] Oct 31 17:46:50.665 INFO O| Oct 31 17:46:50.665 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4699 | 2024-10-31T17:46:52.085Z | [ recovery-image] Oct 31 17:46:50.685 INFO O| Oct 31 17:46:50.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4700 | 2024-10-31T17:46:52.088Z | [ recovery-image] Oct 31 17:46:50.685 INFO O| Oct 31 17:46:50.685 INFO STEP 180 (remove_files) COMPLETE |
4701 | 2024-10-31T17:46:52.088Z | [ recovery-image] Oct 31 17:46:50.685 INFO O| Oct 31 17:46:50.685 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4702 | 2024-10-31T17:46:52.104Z | [ recovery-image] Oct 31 17:46:50.703 INFO O| Oct 31 17:46:50.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4703 | 2024-10-31T17:46:52.104Z | [ recovery-image] Oct 31 17:46:50.704 INFO O| Oct 31 17:46:50.704 INFO STEP 181 (remove_files) COMPLETE |
4704 | 2024-10-31T17:46:52.106Z | [ recovery-image] Oct 31 17:46:50.704 INFO O| Oct 31 17:46:50.704 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4705 | 2024-10-31T17:46:52.122Z | [ recovery-image] Oct 31 17:46:50.721 INFO O| Oct 31 17:46:50.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4706 | 2024-10-31T17:46:52.122Z | [ recovery-image] Oct 31 17:46:50.721 INFO O| Oct 31 17:46:50.721 INFO STEP 182 (remove_files) COMPLETE |
4707 | 2024-10-31T17:46:52.122Z | [ recovery-image] Oct 31 17:46:50.721 INFO O| Oct 31 17:46:50.721 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4708 | 2024-10-31T17:46:52.139Z | [ recovery-image] Oct 31 17:46:50.738 INFO O| Oct 31 17:46:50.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4709 | 2024-10-31T17:46:52.141Z | [ recovery-image] Oct 31 17:46:50.739 INFO O| Oct 31 17:46:50.739 INFO STEP 183 (remove_files) COMPLETE |
4710 | 2024-10-31T17:46:52.141Z | [ recovery-image] Oct 31 17:46:50.739 INFO O| Oct 31 17:46:50.739 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4711 | 2024-10-31T17:46:52.157Z | [ recovery-image] Oct 31 17:46:50.757 INFO O| Oct 31 17:46:50.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4712 | 2024-10-31T17:46:52.157Z | [ recovery-image] Oct 31 17:46:50.757 INFO O| Oct 31 17:46:50.757 INFO STEP 184 (remove_files) COMPLETE |
4713 | 2024-10-31T17:46:52.157Z | [ recovery-image] Oct 31 17:46:50.757 INFO O| Oct 31 17:46:50.757 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4714 | 2024-10-31T17:46:52.173Z | [ recovery-image] Oct 31 17:46:50.773 INFO O| Oct 31 17:46:50.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4715 | 2024-10-31T17:46:52.173Z | [ recovery-image] Oct 31 17:46:50.773 INFO O| Oct 31 17:46:50.773 INFO STEP 185 (remove_files) COMPLETE |
4716 | 2024-10-31T17:46:52.173Z | [ recovery-image] Oct 31 17:46:50.773 INFO O| Oct 31 17:46:50.773 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4717 | 2024-10-31T17:46:52.186Z | [ recovery-image] Oct 31 17:46:50.785 INFO O| Oct 31 17:46:50.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4718 | 2024-10-31T17:46:52.186Z | [ recovery-image] Oct 31 17:46:50.785 INFO O| Oct 31 17:46:50.785 INFO STEP 186 (remove_files) COMPLETE |
4719 | 2024-10-31T17:46:52.186Z | [ recovery-image] Oct 31 17:46:50.785 INFO O| Oct 31 17:46:50.785 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4720 | 2024-10-31T17:46:52.202Z | [ recovery-image] Oct 31 17:46:50.801 INFO O| Oct 31 17:46:50.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4721 | 2024-10-31T17:46:52.202Z | [ recovery-image] Oct 31 17:46:50.802 INFO O| Oct 31 17:46:50.801 INFO STEP 187 (remove_files) COMPLETE |
4722 | 2024-10-31T17:46:52.204Z | [ recovery-image] Oct 31 17:46:50.802 INFO O| Oct 31 17:46:50.802 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4723 | 2024-10-31T17:46:52.219Z | [ recovery-image] Oct 31 17:46:50.818 INFO O| Oct 31 17:46:50.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4724 | 2024-10-31T17:46:52.219Z | [ recovery-image] Oct 31 17:46:50.818 INFO O| Oct 31 17:46:50.818 INFO STEP 188 (remove_files) COMPLETE |
4725 | 2024-10-31T17:46:52.221Z | [ recovery-image] Oct 31 17:46:50.818 INFO O| Oct 31 17:46:50.818 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4726 | 2024-10-31T17:46:52.235Z | [ recovery-image] Oct 31 17:46:50.835 INFO O| Oct 31 17:46:50.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4727 | 2024-10-31T17:46:52.238Z | [ recovery-image] Oct 31 17:46:50.836 INFO O| Oct 31 17:46:50.836 INFO STEP 189 (remove_files) COMPLETE |
4728 | 2024-10-31T17:46:52.238Z | [ recovery-image] Oct 31 17:46:50.836 INFO O| Oct 31 17:46:50.836 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4729 | 2024-10-31T17:46:52.249Z | [ recovery-image] Oct 31 17:46:50.848 INFO O| Oct 31 17:46:50.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4730 | 2024-10-31T17:46:52.249Z | [ recovery-image] Oct 31 17:46:50.848 INFO O| Oct 31 17:46:50.848 INFO STEP 190 (remove_files) COMPLETE |
4731 | 2024-10-31T17:46:52.251Z | [ recovery-image] Oct 31 17:46:50.848 INFO O| Oct 31 17:46:50.848 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4732 | 2024-10-31T17:46:52.265Z | [ recovery-image] Oct 31 17:46:50.864 INFO O| Oct 31 17:46:50.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4733 | 2024-10-31T17:46:52.265Z | [ recovery-image] Oct 31 17:46:50.864 INFO O| Oct 31 17:46:50.864 INFO STEP 191 (remove_files) COMPLETE |
4734 | 2024-10-31T17:46:52.268Z | [ recovery-image] Oct 31 17:46:50.864 INFO O| Oct 31 17:46:50.864 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4735 | 2024-10-31T17:46:52.279Z | [ host-image] Oct 31 17:46:50.878 INFO O| Oct 31 17:46:50.878 INFO O| Planning: Evaluating mediators ... Done |
4736 | 2024-10-31T17:46:52.282Z | [ host-image] Oct 31 17:46:50.881 INFO O| Oct 31 17:46:50.881 INFO O| Planning: Planning completed in 4.76 seconds |
4737 | 2024-10-31T17:46:52.284Z | [ recovery-image] Oct 31 17:46:50.882 INFO O| Oct 31 17:46:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4738 | 2024-10-31T17:46:52.284Z | [ recovery-image] Oct 31 17:46:50.882 INFO O| Oct 31 17:46:50.882 INFO STEP 192 (remove_files) COMPLETE |
4739 | 2024-10-31T17:46:52.284Z | [ recovery-image] Oct 31 17:46:50.882 INFO O| Oct 31 17:46:50.882 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-10-31T17:46:52.287Z | [ host-image] Oct 31 17:46:50.884 INFO O| Oct 31 17:46:50.884 INFO O| Packages to install: 6 |
4741 | 2024-10-31T17:46:52.287Z | [ host-image] Oct 31 17:46:50.884 INFO O| Oct 31 17:46:50.884 INFO O| Mediators to change: 1 |
4742 | 2024-10-31T17:46:52.287Z | [ host-image] Oct 31 17:46:50.884 INFO O| Oct 31 17:46:50.884 INFO O| Services to change: 1 |
4743 | 2024-10-31T17:46:52.302Z | [ recovery-image] Oct 31 17:46:50.901 INFO O| Oct 31 17:46:50.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4744 | 2024-10-31T17:46:52.302Z | [ recovery-image] Oct 31 17:46:50.901 INFO O| Oct 31 17:46:50.901 INFO STEP 193 (remove_files) COMPLETE |
4745 | 2024-10-31T17:46:52.305Z | [ recovery-image] Oct 31 17:46:50.901 INFO O| Oct 31 17:46:50.901 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-10-31T17:46:52.307Z | [ host-image] Oct 31 17:46:50.905 INFO O| Oct 31 17:46:50.905 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4747 | 2024-10-31T17:46:52.316Z | [ recovery-image] Oct 31 17:46:50.916 INFO O| Oct 31 17:46:50.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4748 | 2024-10-31T17:46:52.316Z | [ recovery-image] Oct 31 17:46:50.916 INFO O| Oct 31 17:46:50.916 INFO STEP 194 (remove_files) COMPLETE |
4749 | 2024-10-31T17:46:52.319Z | [ recovery-image] Oct 31 17:46:50.916 INFO O| Oct 31 17:46:50.916 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4750 | 2024-10-31T17:46:52.332Z | [ recovery-image] Oct 31 17:46:50.932 INFO O| Oct 31 17:46:50.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4751 | 2024-10-31T17:46:52.332Z | [ recovery-image] Oct 31 17:46:50.932 INFO O| Oct 31 17:46:50.932 INFO STEP 195 (remove_files) COMPLETE |
4752 | 2024-10-31T17:46:52.335Z | [ recovery-image] Oct 31 17:46:50.932 INFO O| Oct 31 17:46:50.932 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4753 | 2024-10-31T17:46:52.349Z | [ recovery-image] Oct 31 17:46:50.949 INFO O| Oct 31 17:46:50.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4754 | 2024-10-31T17:46:52.349Z | [ recovery-image] Oct 31 17:46:50.949 INFO O| Oct 31 17:46:50.949 INFO STEP 196 (remove_files) COMPLETE |
4755 | 2024-10-31T17:46:52.349Z | [ recovery-image] Oct 31 17:46:50.949 INFO O| Oct 31 17:46:50.949 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4756 | 2024-10-31T17:46:52.366Z | [ recovery-image] Oct 31 17:46:50.965 INFO O| Oct 31 17:46:50.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4757 | 2024-10-31T17:46:52.366Z | [ recovery-image] Oct 31 17:46:50.965 INFO O| Oct 31 17:46:50.965 INFO STEP 197 (remove_files) COMPLETE |
4758 | 2024-10-31T17:46:52.366Z | [ recovery-image] Oct 31 17:46:50.965 INFO O| Oct 31 17:46:50.965 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4759 | 2024-10-31T17:46:52.381Z | [ recovery-image] Oct 31 17:46:50.981 INFO O| Oct 31 17:46:50.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4760 | 2024-10-31T17:46:52.381Z | [ recovery-image] Oct 31 17:46:50.981 INFO O| Oct 31 17:46:50.981 INFO STEP 198 (remove_files) COMPLETE |
4761 | 2024-10-31T17:46:52.381Z | [ recovery-image] Oct 31 17:46:50.981 INFO O| Oct 31 17:46:50.981 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4762 | 2024-10-31T17:46:52.396Z | [ recovery-image] Oct 31 17:46:50.995 INFO O| Oct 31 17:46:50.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4763 | 2024-10-31T17:46:52.396Z | [ recovery-image] Oct 31 17:46:50.995 INFO O| Oct 31 17:46:50.995 INFO STEP 199 (remove_files) COMPLETE |
4764 | 2024-10-31T17:46:52.398Z | [ recovery-image] Oct 31 17:46:50.995 INFO O| Oct 31 17:46:50.995 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4765 | 2024-10-31T17:46:52.410Z | [ recovery-image] Oct 31 17:46:51.010 INFO O| Oct 31 17:46:51.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4766 | 2024-10-31T17:46:52.410Z | [ recovery-image] Oct 31 17:46:51.010 INFO O| Oct 31 17:46:51.010 INFO STEP 200 (remove_files) COMPLETE |
4767 | 2024-10-31T17:46:52.410Z | [ recovery-image] Oct 31 17:46:51.010 INFO O| Oct 31 17:46:51.010 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4768 | 2024-10-31T17:46:52.421Z | [ recovery-image] Oct 31 17:46:51.021 INFO O| Oct 31 17:46:51.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4769 | 2024-10-31T17:46:52.421Z | [ recovery-image] Oct 31 17:46:51.021 INFO O| Oct 31 17:46:51.021 INFO STEP 201 (remove_files) COMPLETE |
4770 | 2024-10-31T17:46:52.424Z | [ recovery-image] Oct 31 17:46:51.021 INFO O| Oct 31 17:46:51.021 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4771 | 2024-10-31T17:46:52.438Z | [ recovery-image] Oct 31 17:46:51.036 INFO O| Oct 31 17:46:51.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4772 | 2024-10-31T17:46:52.438Z | [ recovery-image] Oct 31 17:46:51.036 INFO O| Oct 31 17:46:51.036 INFO STEP 202 (remove_files) COMPLETE |
4773 | 2024-10-31T17:46:52.441Z | [ recovery-image] Oct 31 17:46:51.036 INFO O| Oct 31 17:46:51.036 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4774 | 2024-10-31T17:46:52.448Z | [ recovery-image] Oct 31 17:46:51.048 INFO O| Oct 31 17:46:51.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4775 | 2024-10-31T17:46:52.448Z | [ recovery-image] Oct 31 17:46:51.048 INFO O| Oct 31 17:46:51.048 INFO STEP 203 (remove_files) COMPLETE |
4776 | 2024-10-31T17:46:52.451Z | [ recovery-image] Oct 31 17:46:51.048 INFO O| Oct 31 17:46:51.048 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4777 | 2024-10-31T17:46:52.465Z | [ recovery-image] Oct 31 17:46:51.064 INFO O| Oct 31 17:46:51.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4778 | 2024-10-31T17:46:52.465Z | [ recovery-image] Oct 31 17:46:51.064 INFO O| Oct 31 17:46:51.064 INFO STEP 204 (remove_files) COMPLETE |
4779 | 2024-10-31T17:46:52.465Z | [ recovery-image] Oct 31 17:46:51.064 INFO O| Oct 31 17:46:51.064 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-10-31T17:46:52.480Z | [ recovery-image] Oct 31 17:46:51.079 INFO O| Oct 31 17:46:51.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4781 | 2024-10-31T17:46:52.480Z | [ recovery-image] Oct 31 17:46:51.079 INFO O| Oct 31 17:46:51.079 INFO STEP 205 (remove_files) COMPLETE |
4782 | 2024-10-31T17:46:52.480Z | [ recovery-image] Oct 31 17:46:51.079 INFO O| Oct 31 17:46:51.079 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4783 | 2024-10-31T17:46:52.494Z | [ recovery-image] Oct 31 17:46:51.093 INFO O| Oct 31 17:46:51.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4784 | 2024-10-31T17:46:52.494Z | [ recovery-image] Oct 31 17:46:51.093 INFO O| Oct 31 17:46:51.093 INFO STEP 206 (remove_files) COMPLETE |
4785 | 2024-10-31T17:46:52.497Z | [ recovery-image] Oct 31 17:46:51.093 INFO O| Oct 31 17:46:51.093 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4786 | 2024-10-31T17:46:52.508Z | [ recovery-image] Oct 31 17:46:51.107 INFO O| Oct 31 17:46:51.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4787 | 2024-10-31T17:46:52.508Z | [ recovery-image] Oct 31 17:46:51.108 INFO O| Oct 31 17:46:51.108 INFO STEP 207 (remove_files) COMPLETE |
4788 | 2024-10-31T17:46:52.508Z | [ recovery-image] Oct 31 17:46:51.108 INFO O| Oct 31 17:46:51.108 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4789 | 2024-10-31T17:46:52.519Z | [ recovery-image] Oct 31 17:46:51.119 INFO O| Oct 31 17:46:51.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4790 | 2024-10-31T17:46:52.519Z | [ recovery-image] Oct 31 17:46:51.119 INFO O| Oct 31 17:46:51.119 INFO STEP 208 (remove_files) COMPLETE |
4791 | 2024-10-31T17:46:52.523Z | [ recovery-image] Oct 31 17:46:51.119 INFO O| Oct 31 17:46:51.119 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4792 | 2024-10-31T17:46:52.531Z | [ recovery-image] Oct 31 17:46:51.130 INFO O| Oct 31 17:46:51.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4793 | 2024-10-31T17:46:52.531Z | [ recovery-image] Oct 31 17:46:51.130 INFO O| Oct 31 17:46:51.130 INFO STEP 209 (remove_files) COMPLETE |
4794 | 2024-10-31T17:46:52.536Z | [ recovery-image] Oct 31 17:46:51.130 INFO O| Oct 31 17:46:51.130 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-10-31T17:46:52.547Z | [ recovery-image] Oct 31 17:46:51.146 INFO O| Oct 31 17:46:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4796 | 2024-10-31T17:46:52.547Z | [ recovery-image] Oct 31 17:46:51.146 INFO O| Oct 31 17:46:51.146 INFO STEP 210 (remove_files) COMPLETE |
4797 | 2024-10-31T17:46:52.550Z | [ recovery-image] Oct 31 17:46:51.146 INFO O| Oct 31 17:46:51.146 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-10-31T17:46:52.563Z | [ recovery-image] Oct 31 17:46:51.162 INFO O| Oct 31 17:46:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4799 | 2024-10-31T17:46:52.563Z | [ recovery-image] Oct 31 17:46:51.162 INFO O| Oct 31 17:46:51.162 INFO STEP 211 (remove_files) COMPLETE |
4800 | 2024-10-31T17:46:52.565Z | [ recovery-image] Oct 31 17:46:51.162 INFO O| Oct 31 17:46:51.162 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-10-31T17:46:52.576Z | [ recovery-image] Oct 31 17:46:51.176 INFO O| Oct 31 17:46:51.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4802 | 2024-10-31T17:46:52.577Z | [ recovery-image] Oct 31 17:46:51.176 INFO O| Oct 31 17:46:51.176 INFO STEP 212 (remove_files) COMPLETE |
4803 | 2024-10-31T17:46:52.581Z | [ recovery-image] Oct 31 17:46:51.176 INFO O| Oct 31 17:46:51.176 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-10-31T17:46:52.591Z | [ recovery-image] Oct 31 17:46:51.190 INFO O| Oct 31 17:46:51.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4805 | 2024-10-31T17:46:52.591Z | [ recovery-image] Oct 31 17:46:51.191 INFO O| Oct 31 17:46:51.191 INFO STEP 213 (remove_files) COMPLETE |
4806 | 2024-10-31T17:46:52.591Z | [ recovery-image] Oct 31 17:46:51.191 INFO O| Oct 31 17:46:51.191 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-10-31T17:46:52.605Z | [ recovery-image] Oct 31 17:46:51.204 INFO O| Oct 31 17:46:51.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4808 | 2024-10-31T17:46:52.605Z | [ recovery-image] Oct 31 17:46:51.204 INFO O| Oct 31 17:46:51.204 INFO STEP 214 (remove_files) COMPLETE |
4809 | 2024-10-31T17:46:52.605Z | [ recovery-image] Oct 31 17:46:51.204 INFO O| Oct 31 17:46:51.204 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-10-31T17:46:52.620Z | [ recovery-image] Oct 31 17:46:51.219 INFO O| Oct 31 17:46:51.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4811 | 2024-10-31T17:46:52.620Z | [ recovery-image] Oct 31 17:46:51.220 INFO O| Oct 31 17:46:51.219 INFO STEP 215 (remove_files) COMPLETE |
4812 | 2024-10-31T17:46:52.623Z | [ recovery-image] Oct 31 17:46:51.220 INFO O| Oct 31 17:46:51.220 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-10-31T17:46:52.634Z | [ recovery-image] Oct 31 17:46:51.234 INFO O| Oct 31 17:46:51.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4814 | 2024-10-31T17:46:52.634Z | [ recovery-image] Oct 31 17:46:51.234 INFO O| Oct 31 17:46:51.234 INFO STEP 216 (remove_files) COMPLETE |
4815 | 2024-10-31T17:46:52.637Z | [ recovery-image] Oct 31 17:46:51.234 INFO O| Oct 31 17:46:51.234 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-10-31T17:46:52.649Z | [ recovery-image] Oct 31 17:46:51.247 INFO O| Oct 31 17:46:51.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4817 | 2024-10-31T17:46:52.649Z | [ recovery-image] Oct 31 17:46:51.247 INFO O| Oct 31 17:46:51.247 INFO STEP 217 (remove_files) COMPLETE |
4818 | 2024-10-31T17:46:52.651Z | [ recovery-image] Oct 31 17:46:51.247 INFO O| Oct 31 17:46:51.247 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-10-31T17:46:52.661Z | [ recovery-image] Oct 31 17:46:51.260 INFO O| Oct 31 17:46:51.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4820 | 2024-10-31T17:46:52.661Z | [ recovery-image] Oct 31 17:46:51.260 INFO O| Oct 31 17:46:51.260 INFO STEP 218 (remove_files) COMPLETE |
4821 | 2024-10-31T17:46:52.661Z | [ recovery-image] Oct 31 17:46:51.261 INFO O| Oct 31 17:46:51.260 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-10-31T17:46:52.672Z | [ recovery-image] Oct 31 17:46:51.271 INFO O| Oct 31 17:46:51.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4823 | 2024-10-31T17:46:52.672Z | [ recovery-image] Oct 31 17:46:51.271 INFO O| Oct 31 17:46:51.271 INFO STEP 219 (remove_files) COMPLETE |
4824 | 2024-10-31T17:46:52.672Z | [ recovery-image] Oct 31 17:46:51.271 INFO O| Oct 31 17:46:51.271 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-10-31T17:46:52.683Z | [ recovery-image] Oct 31 17:46:51.282 INFO O| Oct 31 17:46:51.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4826 | 2024-10-31T17:46:52.683Z | [ recovery-image] Oct 31 17:46:51.283 INFO O| Oct 31 17:46:51.282 INFO STEP 220 (remove_files) COMPLETE |
4827 | 2024-10-31T17:46:52.683Z | [ recovery-image] Oct 31 17:46:51.283 INFO O| Oct 31 17:46:51.283 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-10-31T17:46:52.697Z | [ recovery-image] Oct 31 17:46:51.296 INFO O| Oct 31 17:46:51.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4829 | 2024-10-31T17:46:52.697Z | [ recovery-image] Oct 31 17:46:51.296 INFO O| Oct 31 17:46:51.296 INFO STEP 221 (remove_files) COMPLETE |
4830 | 2024-10-31T17:46:52.697Z | [ recovery-image] Oct 31 17:46:51.296 INFO O| Oct 31 17:46:51.296 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-10-31T17:46:52.709Z | [ recovery-image] Oct 31 17:46:51.308 INFO O| Oct 31 17:46:51.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4832 | 2024-10-31T17:46:52.709Z | [ recovery-image] Oct 31 17:46:51.308 INFO O| Oct 31 17:46:51.308 INFO STEP 222 (remove_files) COMPLETE |
4833 | 2024-10-31T17:46:52.711Z | [ recovery-image] Oct 31 17:46:51.308 INFO O| Oct 31 17:46:51.308 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-10-31T17:46:52.721Z | [ recovery-image] Oct 31 17:46:51.320 INFO O| Oct 31 17:46:51.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4835 | 2024-10-31T17:46:52.721Z | [ recovery-image] Oct 31 17:46:51.320 INFO O| Oct 31 17:46:51.320 INFO STEP 223 (remove_files) COMPLETE |
4836 | 2024-10-31T17:46:52.731Z | [ recovery-image] Oct 31 17:46:51.320 INFO O| Oct 31 17:46:51.320 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-10-31T17:46:52.734Z | [ recovery-image] Oct 31 17:46:51.332 INFO O| Oct 31 17:46:51.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4838 | 2024-10-31T17:46:52.734Z | [ recovery-image] Oct 31 17:46:51.333 INFO O| Oct 31 17:46:51.333 INFO STEP 224 (remove_files) COMPLETE |
4839 | 2024-10-31T17:46:52.734Z | [ recovery-image] Oct 31 17:46:51.333 INFO O| Oct 31 17:46:51.333 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-10-31T17:46:52.745Z | [ recovery-image] Oct 31 17:46:51.344 INFO O| Oct 31 17:46:51.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4841 | 2024-10-31T17:46:52.745Z | [ recovery-image] Oct 31 17:46:51.344 INFO O| Oct 31 17:46:51.344 INFO STEP 225 (remove_files) COMPLETE |
4842 | 2024-10-31T17:46:52.747Z | [ recovery-image] Oct 31 17:46:51.344 INFO O| Oct 31 17:46:51.344 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-10-31T17:46:52.757Z | [ recovery-image] Oct 31 17:46:51.356 INFO O| Oct 31 17:46:51.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4844 | 2024-10-31T17:46:52.757Z | [ recovery-image] Oct 31 17:46:51.356 INFO O| Oct 31 17:46:51.356 INFO STEP 226 (remove_files) COMPLETE |
4845 | 2024-10-31T17:46:52.757Z | [ recovery-image] Oct 31 17:46:51.356 INFO O| Oct 31 17:46:51.356 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-10-31T17:46:52.768Z | [ recovery-image] Oct 31 17:46:51.368 INFO O| Oct 31 17:46:51.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4847 | 2024-10-31T17:46:52.768Z | [ recovery-image] Oct 31 17:46:51.368 INFO O| Oct 31 17:46:51.368 INFO STEP 227 (remove_files) COMPLETE |
4848 | 2024-10-31T17:46:52.768Z | [ recovery-image] Oct 31 17:46:51.368 INFO O| Oct 31 17:46:51.368 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-10-31T17:46:52.783Z | [ recovery-image] Oct 31 17:46:51.382 INFO O| Oct 31 17:46:51.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4850 | 2024-10-31T17:46:52.783Z | [ recovery-image] Oct 31 17:46:51.382 INFO O| Oct 31 17:46:51.382 INFO STEP 228 (remove_files) COMPLETE |
4851 | 2024-10-31T17:46:52.785Z | [ recovery-image] Oct 31 17:46:51.382 INFO O| Oct 31 17:46:51.382 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-10-31T17:46:52.794Z | [ recovery-image] Oct 31 17:46:51.393 INFO O| Oct 31 17:46:51.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4853 | 2024-10-31T17:46:52.794Z | [ recovery-image] Oct 31 17:46:51.393 INFO O| Oct 31 17:46:51.393 INFO STEP 229 (remove_files) COMPLETE |
4854 | 2024-10-31T17:46:52.794Z | [ recovery-image] Oct 31 17:46:51.393 INFO O| Oct 31 17:46:51.393 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-10-31T17:46:52.807Z | [ recovery-image] Oct 31 17:46:51.406 INFO O| Oct 31 17:46:51.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4856 | 2024-10-31T17:46:52.807Z | [ recovery-image] Oct 31 17:46:51.406 INFO O| Oct 31 17:46:51.406 INFO STEP 230 (remove_files) COMPLETE |
4857 | 2024-10-31T17:46:52.810Z | [ recovery-image] Oct 31 17:46:51.406 INFO O| Oct 31 17:46:51.406 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-10-31T17:46:52.820Z | [ recovery-image] Oct 31 17:46:51.419 INFO O| Oct 31 17:46:51.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4859 | 2024-10-31T17:46:52.822Z | [ recovery-image] Oct 31 17:46:51.419 INFO O| Oct 31 17:46:51.419 INFO STEP 231 (remove_files) COMPLETE |
4860 | 2024-10-31T17:46:52.822Z | [ recovery-image] Oct 31 17:46:51.419 INFO O| Oct 31 17:46:51.419 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-10-31T17:46:52.831Z | [ recovery-image] Oct 31 17:46:51.430 INFO O| Oct 31 17:46:51.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4862 | 2024-10-31T17:46:52.831Z | [ recovery-image] Oct 31 17:46:51.430 INFO O| Oct 31 17:46:51.430 INFO STEP 232 (remove_files) COMPLETE |
4863 | 2024-10-31T17:46:52.833Z | [ recovery-image] Oct 31 17:46:51.430 INFO O| Oct 31 17:46:51.430 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-10-31T17:46:52.841Z | [ recovery-image] Oct 31 17:46:51.441 INFO O| Oct 31 17:46:51.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4865 | 2024-10-31T17:46:52.844Z | [ recovery-image] Oct 31 17:46:51.441 INFO O| Oct 31 17:46:51.441 INFO STEP 233 (remove_files) COMPLETE |
4866 | 2024-10-31T17:46:52.844Z | [ recovery-image] Oct 31 17:46:51.441 INFO O| Oct 31 17:46:51.441 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-10-31T17:46:52.852Z | [ recovery-image] Oct 31 17:46:51.452 INFO O| Oct 31 17:46:51.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4868 | 2024-10-31T17:46:52.852Z | [ recovery-image] Oct 31 17:46:51.452 INFO O| Oct 31 17:46:51.452 INFO STEP 234 (remove_files) COMPLETE |
4869 | 2024-10-31T17:46:52.852Z | [ recovery-image] Oct 31 17:46:51.452 INFO O| Oct 31 17:46:51.452 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-10-31T17:46:52.863Z | [ recovery-image] Oct 31 17:46:51.463 INFO O| Oct 31 17:46:51.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4871 | 2024-10-31T17:46:52.863Z | [ recovery-image] Oct 31 17:46:51.463 INFO O| Oct 31 17:46:51.463 INFO STEP 235 (remove_files) COMPLETE |
4872 | 2024-10-31T17:46:52.863Z | [ recovery-image] Oct 31 17:46:51.463 INFO O| Oct 31 17:46:51.463 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-10-31T17:46:52.877Z | [ recovery-image] Oct 31 17:46:51.476 INFO O| Oct 31 17:46:51.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4874 | 2024-10-31T17:46:52.877Z | [ recovery-image] Oct 31 17:46:51.476 INFO O| Oct 31 17:46:51.476 INFO STEP 236 (remove_files) COMPLETE |
4875 | 2024-10-31T17:46:52.877Z | [ recovery-image] Oct 31 17:46:51.476 INFO O| Oct 31 17:46:51.476 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-10-31T17:46:52.890Z | [ recovery-image] Oct 31 17:46:51.489 INFO O| Oct 31 17:46:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4877 | 2024-10-31T17:46:52.890Z | [ recovery-image] Oct 31 17:46:51.489 INFO O| Oct 31 17:46:51.489 INFO STEP 237 (remove_files) COMPLETE |
4878 | 2024-10-31T17:46:52.890Z | [ recovery-image] Oct 31 17:46:51.489 INFO O| Oct 31 17:46:51.489 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-10-31T17:46:52.903Z | [ recovery-image] Oct 31 17:46:51.502 INFO O| Oct 31 17:46:51.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4880 | 2024-10-31T17:46:52.903Z | [ recovery-image] Oct 31 17:46:51.502 INFO O| Oct 31 17:46:51.502 INFO STEP 238 (remove_files) COMPLETE |
4881 | 2024-10-31T17:46:52.905Z | [ recovery-image] Oct 31 17:46:51.502 INFO O| Oct 31 17:46:51.502 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-10-31T17:46:52.914Z | [ recovery-image] Oct 31 17:46:51.513 INFO O| Oct 31 17:46:51.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4883 | 2024-10-31T17:46:52.916Z | [ recovery-image] Oct 31 17:46:51.513 INFO O| Oct 31 17:46:51.513 INFO STEP 239 (remove_files) COMPLETE |
4884 | 2024-10-31T17:46:52.916Z | [ recovery-image] Oct 31 17:46:51.513 INFO O| Oct 31 17:46:51.513 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-10-31T17:46:52.926Z | [ recovery-image] Oct 31 17:46:51.526 INFO O| Oct 31 17:46:51.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4886 | 2024-10-31T17:46:52.926Z | [ recovery-image] Oct 31 17:46:51.526 INFO O| Oct 31 17:46:51.526 INFO STEP 240 (remove_files) COMPLETE |
4887 | 2024-10-31T17:46:52.926Z | [ recovery-image] Oct 31 17:46:51.526 INFO O| Oct 31 17:46:51.526 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-10-31T17:46:52.939Z | [ recovery-image] Oct 31 17:46:51.539 INFO O| Oct 31 17:46:51.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4889 | 2024-10-31T17:46:52.939Z | [ recovery-image] Oct 31 17:46:51.539 INFO O| Oct 31 17:46:51.539 INFO STEP 241 (remove_files) COMPLETE |
4890 | 2024-10-31T17:46:52.940Z | [ recovery-image] Oct 31 17:46:51.539 INFO O| Oct 31 17:46:51.539 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-10-31T17:46:52.952Z | [ recovery-image] Oct 31 17:46:51.551 INFO O| Oct 31 17:46:51.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4892 | 2024-10-31T17:46:52.952Z | [ recovery-image] Oct 31 17:46:51.551 INFO O| Oct 31 17:46:51.551 INFO STEP 242 (remove_files) COMPLETE |
4893 | 2024-10-31T17:46:52.952Z | [ recovery-image] Oct 31 17:46:51.551 INFO O| Oct 31 17:46:51.551 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-10-31T17:46:52.964Z | [ recovery-image] Oct 31 17:46:51.563 INFO O| Oct 31 17:46:51.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4895 | 2024-10-31T17:46:52.964Z | [ recovery-image] Oct 31 17:46:51.563 INFO O| Oct 31 17:46:51.563 INFO STEP 243 (remove_files) COMPLETE |
4896 | 2024-10-31T17:46:52.966Z | [ recovery-image] Oct 31 17:46:51.563 INFO O| Oct 31 17:46:51.563 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-10-31T17:46:52.979Z | [ recovery-image] Oct 31 17:46:51.578 INFO O| Oct 31 17:46:51.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4898 | 2024-10-31T17:46:52.979Z | [ recovery-image] Oct 31 17:46:51.578 INFO O| Oct 31 17:46:51.578 INFO STEP 244 (remove_files) COMPLETE |
4899 | 2024-10-31T17:46:52.979Z | [ recovery-image] Oct 31 17:46:51.578 INFO O| Oct 31 17:46:51.578 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-10-31T17:46:52.990Z | [ recovery-image] Oct 31 17:46:51.590 INFO O| Oct 31 17:46:51.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4901 | 2024-10-31T17:46:52.990Z | [ recovery-image] Oct 31 17:46:51.590 INFO O| Oct 31 17:46:51.590 INFO STEP 245 (remove_files) COMPLETE |
4902 | 2024-10-31T17:46:52.993Z | [ recovery-image] Oct 31 17:46:51.590 INFO O| Oct 31 17:46:51.590 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4903 | 2024-10-31T17:46:53.003Z | [ recovery-image] Oct 31 17:46:51.603 INFO O| Oct 31 17:46:51.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4904 | 2024-10-31T17:46:53.003Z | [ recovery-image] Oct 31 17:46:51.603 INFO O| Oct 31 17:46:51.603 INFO STEP 246 (remove_files) COMPLETE |
4905 | 2024-10-31T17:46:53.003Z | [ recovery-image] Oct 31 17:46:51.603 INFO O| Oct 31 17:46:51.603 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4906 | 2024-10-31T17:46:53.014Z | [ recovery-image] Oct 31 17:46:51.613 INFO O| Oct 31 17:46:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4907 | 2024-10-31T17:46:53.014Z | [ recovery-image] Oct 31 17:46:51.614 INFO O| Oct 31 17:46:51.613 INFO STEP 247 (remove_files) COMPLETE |
4908 | 2024-10-31T17:46:53.017Z | [ recovery-image] Oct 31 17:46:51.614 INFO O| Oct 31 17:46:51.613 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4909 | 2024-10-31T17:46:53.025Z | [ recovery-image] Oct 31 17:46:51.624 INFO O| Oct 31 17:46:51.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4910 | 2024-10-31T17:46:53.027Z | [ recovery-image] Oct 31 17:46:51.624 INFO O| Oct 31 17:46:51.624 INFO STEP 248 (remove_files) COMPLETE |
4911 | 2024-10-31T17:46:53.027Z | [ recovery-image] Oct 31 17:46:51.624 INFO O| Oct 31 17:46:51.624 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-10-31T17:46:53.035Z | [ recovery-image] Oct 31 17:46:51.634 INFO O| Oct 31 17:46:51.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4913 | 2024-10-31T17:46:53.035Z | [ recovery-image] Oct 31 17:46:51.634 INFO O| Oct 31 17:46:51.634 INFO STEP 249 (remove_files) COMPLETE |
4914 | 2024-10-31T17:46:53.037Z | [ recovery-image] Oct 31 17:46:51.634 INFO O| Oct 31 17:46:51.634 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4915 | 2024-10-31T17:46:53.045Z | [ recovery-image] Oct 31 17:46:51.644 INFO O| Oct 31 17:46:51.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4916 | 2024-10-31T17:46:53.047Z | [ recovery-image] Oct 31 17:46:51.645 INFO O| Oct 31 17:46:51.645 INFO STEP 250 (remove_files) COMPLETE |
4917 | 2024-10-31T17:46:53.047Z | [ recovery-image] Oct 31 17:46:51.645 INFO O| Oct 31 17:46:51.645 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4918 | 2024-10-31T17:46:53.057Z | [ recovery-image] Oct 31 17:46:51.656 INFO O| Oct 31 17:46:51.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4919 | 2024-10-31T17:46:53.057Z | [ recovery-image] Oct 31 17:46:51.656 INFO O| Oct 31 17:46:51.656 INFO STEP 251 (remove_files) COMPLETE |
4920 | 2024-10-31T17:46:53.059Z | [ recovery-image] Oct 31 17:46:51.656 INFO O| Oct 31 17:46:51.656 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4921 | 2024-10-31T17:46:53.069Z | [ recovery-image] Oct 31 17:46:51.668 INFO O| Oct 31 17:46:51.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4922 | 2024-10-31T17:46:53.069Z | [ recovery-image] Oct 31 17:46:51.668 INFO O| Oct 31 17:46:51.668 INFO STEP 252 (remove_files) COMPLETE |
4923 | 2024-10-31T17:46:53.071Z | [ recovery-image] Oct 31 17:46:51.668 INFO O| Oct 31 17:46:51.668 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4924 | 2024-10-31T17:46:53.081Z | [ recovery-image] Oct 31 17:46:51.680 INFO O| Oct 31 17:46:51.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4925 | 2024-10-31T17:46:53.081Z | [ recovery-image] Oct 31 17:46:51.680 INFO O| Oct 31 17:46:51.680 INFO STEP 253 (remove_files) COMPLETE |
4926 | 2024-10-31T17:46:53.081Z | [ recovery-image] Oct 31 17:46:51.680 INFO O| Oct 31 17:46:51.680 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4927 | 2024-10-31T17:46:53.092Z | [ recovery-image] Oct 31 17:46:51.691 INFO O| Oct 31 17:46:51.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4928 | 2024-10-31T17:46:53.092Z | [ recovery-image] Oct 31 17:46:51.691 INFO O| Oct 31 17:46:51.691 INFO STEP 254 (remove_files) COMPLETE |
4929 | 2024-10-31T17:46:53.094Z | [ recovery-image] Oct 31 17:46:51.691 INFO O| Oct 31 17:46:51.691 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4930 | 2024-10-31T17:46:53.103Z | [ recovery-image] Oct 31 17:46:51.702 INFO O| Oct 31 17:46:51.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4931 | 2024-10-31T17:46:53.103Z | [ recovery-image] Oct 31 17:46:51.703 INFO O| Oct 31 17:46:51.702 INFO STEP 255 (remove_files) COMPLETE |
4932 | 2024-10-31T17:46:53.103Z | [ recovery-image] Oct 31 17:46:51.703 INFO O| Oct 31 17:46:51.703 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4933 | 2024-10-31T17:46:53.191Z | [ recovery-image] Oct 31 17:46:51.714 INFO O| Oct 31 17:46:51.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4934 | 2024-10-31T17:46:53.191Z | [ recovery-image] Oct 31 17:46:51.714 INFO O| Oct 31 17:46:51.714 INFO STEP 256 (remove_files) COMPLETE |
4935 | 2024-10-31T17:46:53.191Z | [ recovery-image] Oct 31 17:46:51.714 INFO O| Oct 31 17:46:51.714 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4936 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.724 INFO O| Oct 31 17:46:51.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4937 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.725 INFO O| Oct 31 17:46:51.724 INFO STEP 257 (remove_files) COMPLETE |
4938 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.725 INFO O| Oct 31 17:46:51.725 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4939 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.735 INFO O| Oct 31 17:46:51.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4940 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.735 INFO O| Oct 31 17:46:51.735 INFO STEP 258 (remove_files) COMPLETE |
4941 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.735 INFO O| Oct 31 17:46:51.735 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4942 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.746 INFO O| Oct 31 17:46:51.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4943 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.746 INFO O| Oct 31 17:46:51.746 INFO STEP 259 (remove_files) COMPLETE |
4944 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.746 INFO O| Oct 31 17:46:51.746 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4945 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.756 INFO O| Oct 31 17:46:51.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4946 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.756 INFO O| Oct 31 17:46:51.756 INFO STEP 260 (remove_files) COMPLETE |
4947 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.757 INFO O| Oct 31 17:46:51.756 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4948 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.767 INFO O| Oct 31 17:46:51.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4949 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.767 INFO O| Oct 31 17:46:51.767 INFO STEP 261 (remove_files) COMPLETE |
4950 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.767 INFO O| Oct 31 17:46:51.767 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4951 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.780 INFO O| Oct 31 17:46:51.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4952 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.781 INFO O| Oct 31 17:46:51.781 INFO STEP 262 (remove_files) COMPLETE |
4953 | 2024-10-31T17:46:53.194Z | [ recovery-image] Oct 31 17:46:51.781 INFO O| Oct 31 17:46:51.781 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4954 | 2024-10-31T17:46:53.198Z | [ recovery-image] Oct 31 17:46:51.794 INFO O| Oct 31 17:46:51.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4955 | 2024-10-31T17:46:53.198Z | [ recovery-image] Oct 31 17:46:51.794 INFO O| Oct 31 17:46:51.794 INFO STEP 263 (remove_files) COMPLETE |
4956 | 2024-10-31T17:46:53.198Z | [ recovery-image] Oct 31 17:46:51.794 INFO O| Oct 31 17:46:51.794 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-10-31T17:46:53.206Z | [ recovery-image] Oct 31 17:46:51.805 INFO O| Oct 31 17:46:51.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4958 | 2024-10-31T17:46:53.206Z | [ recovery-image] Oct 31 17:46:51.805 INFO O| Oct 31 17:46:51.805 INFO STEP 264 (remove_files) COMPLETE |
4959 | 2024-10-31T17:46:53.209Z | [ recovery-image] Oct 31 17:46:51.805 INFO O| Oct 31 17:46:51.805 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4960 | 2024-10-31T17:46:53.217Z | [ recovery-image] Oct 31 17:46:51.816 INFO O| Oct 31 17:46:51.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4961 | 2024-10-31T17:46:53.217Z | [ recovery-image] Oct 31 17:46:51.816 INFO O| Oct 31 17:46:51.816 INFO STEP 265 (remove_files) COMPLETE |
4962 | 2024-10-31T17:46:53.220Z | [ recovery-image] Oct 31 17:46:51.816 INFO O| Oct 31 17:46:51.816 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4963 | 2024-10-31T17:46:53.228Z | [ recovery-image] Oct 31 17:46:51.827 INFO O| Oct 31 17:46:51.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4964 | 2024-10-31T17:46:53.228Z | [ recovery-image] Oct 31 17:46:51.827 INFO O| Oct 31 17:46:51.827 INFO STEP 266 (remove_files) COMPLETE |
4965 | 2024-10-31T17:46:53.231Z | [ recovery-image] Oct 31 17:46:51.827 INFO O| Oct 31 17:46:51.827 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4966 | 2024-10-31T17:46:53.239Z | [ recovery-image] Oct 31 17:46:51.838 INFO O| Oct 31 17:46:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4967 | 2024-10-31T17:46:53.239Z | [ recovery-image] Oct 31 17:46:51.838 INFO O| Oct 31 17:46:51.838 INFO STEP 267 (remove_files) COMPLETE |
4968 | 2024-10-31T17:46:53.242Z | [ recovery-image] Oct 31 17:46:51.838 INFO O| Oct 31 17:46:51.838 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4969 | 2024-10-31T17:46:53.250Z | [ recovery-image] Oct 31 17:46:51.849 INFO O| Oct 31 17:46:51.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4970 | 2024-10-31T17:46:53.253Z | [ recovery-image] Oct 31 17:46:51.850 INFO O| Oct 31 17:46:51.850 INFO STEP 268 (remove_files) COMPLETE |
4971 | 2024-10-31T17:46:53.253Z | [ recovery-image] Oct 31 17:46:51.850 INFO O| Oct 31 17:46:51.850 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4972 | 2024-10-31T17:46:53.263Z | [ recovery-image] Oct 31 17:46:51.862 INFO O| Oct 31 17:46:51.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4973 | 2024-10-31T17:46:53.263Z | [ recovery-image] Oct 31 17:46:51.862 INFO O| Oct 31 17:46:51.862 INFO STEP 269 (remove_files) COMPLETE |
4974 | 2024-10-31T17:46:53.266Z | [ recovery-image] Oct 31 17:46:51.862 INFO O| Oct 31 17:46:51.862 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4975 | 2024-10-31T17:46:53.274Z | [ recovery-image] Oct 31 17:46:51.874 INFO O| Oct 31 17:46:51.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4976 | 2024-10-31T17:46:53.277Z | [ recovery-image] Oct 31 17:46:51.874 INFO O| Oct 31 17:46:51.874 INFO STEP 270 (remove_files) COMPLETE |
4977 | 2024-10-31T17:46:53.277Z | [ recovery-image] Oct 31 17:46:51.874 INFO O| Oct 31 17:46:51.874 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4978 | 2024-10-31T17:46:53.286Z | [ recovery-image] Oct 31 17:46:51.885 INFO O| Oct 31 17:46:51.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4979 | 2024-10-31T17:46:53.288Z | [ recovery-image] Oct 31 17:46:51.885 INFO O| Oct 31 17:46:51.885 INFO STEP 271 (remove_files) COMPLETE |
4980 | 2024-10-31T17:46:53.288Z | [ recovery-image] Oct 31 17:46:51.885 INFO O| Oct 31 17:46:51.885 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4981 | 2024-10-31T17:46:53.297Z | [ recovery-image] Oct 31 17:46:51.896 INFO O| Oct 31 17:46:51.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4982 | 2024-10-31T17:46:53.297Z | [ recovery-image] Oct 31 17:46:51.896 INFO O| Oct 31 17:46:51.896 INFO STEP 272 (remove_files) COMPLETE |
4983 | 2024-10-31T17:46:53.297Z | [ recovery-image] Oct 31 17:46:51.896 INFO O| Oct 31 17:46:51.896 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4984 | 2024-10-31T17:46:53.309Z | [ recovery-image] Oct 31 17:46:51.908 INFO O| Oct 31 17:46:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4985 | 2024-10-31T17:46:53.309Z | [ recovery-image] Oct 31 17:46:51.908 INFO O| Oct 31 17:46:51.908 INFO STEP 273 (remove_files) COMPLETE |
4986 | 2024-10-31T17:46:53.312Z | [ recovery-image] Oct 31 17:46:51.908 INFO O| Oct 31 17:46:51.908 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4987 | 2024-10-31T17:46:53.323Z | [ recovery-image] Oct 31 17:46:51.922 INFO O| Oct 31 17:46:51.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4988 | 2024-10-31T17:46:53.323Z | [ recovery-image] Oct 31 17:46:51.922 INFO O| Oct 31 17:46:51.922 INFO STEP 274 (remove_files) COMPLETE |
4989 | 2024-10-31T17:46:53.323Z | [ recovery-image] Oct 31 17:46:51.922 INFO O| Oct 31 17:46:51.922 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4990 | 2024-10-31T17:46:53.335Z | [ recovery-image] Oct 31 17:46:51.935 INFO O| Oct 31 17:46:51.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4991 | 2024-10-31T17:46:53.335Z | [ recovery-image] Oct 31 17:46:51.935 INFO O| Oct 31 17:46:51.935 INFO STEP 275 (remove_files) COMPLETE |
4992 | 2024-10-31T17:46:53.338Z | [ recovery-image] Oct 31 17:46:51.935 INFO O| Oct 31 17:46:51.935 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4993 | 2024-10-31T17:46:53.347Z | [ recovery-image] Oct 31 17:46:51.947 INFO O| Oct 31 17:46:51.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4994 | 2024-10-31T17:46:53.347Z | [ recovery-image] Oct 31 17:46:51.947 INFO O| Oct 31 17:46:51.947 INFO STEP 276 (remove_files) COMPLETE |
4995 | 2024-10-31T17:46:53.350Z | [ recovery-image] Oct 31 17:46:51.947 INFO O| Oct 31 17:46:51.947 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4996 | 2024-10-31T17:46:53.359Z | [ recovery-image] Oct 31 17:46:51.959 INFO O| Oct 31 17:46:51.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4997 | 2024-10-31T17:46:53.359Z | [ recovery-image] Oct 31 17:46:51.959 INFO O| Oct 31 17:46:51.959 INFO STEP 277 (remove_files) COMPLETE |
4998 | 2024-10-31T17:46:53.359Z | [ recovery-image] Oct 31 17:46:51.959 INFO O| Oct 31 17:46:51.959 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4999 | 2024-10-31T17:46:53.371Z | [ recovery-image] Oct 31 17:46:51.971 INFO O| Oct 31 17:46:51.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5000 | 2024-10-31T17:46:53.371Z | [ recovery-image] Oct 31 17:46:51.971 INFO O| Oct 31 17:46:51.971 INFO STEP 278 (remove_files) COMPLETE |
5001 | 2024-10-31T17:46:53.374Z | [ recovery-image] Oct 31 17:46:51.971 INFO O| Oct 31 17:46:51.971 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5002 | 2024-10-31T17:46:53.383Z | [ recovery-image] Oct 31 17:46:51.982 INFO O| Oct 31 17:46:51.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5003 | 2024-10-31T17:46:53.385Z | [ recovery-image] Oct 31 17:46:51.982 INFO O| Oct 31 17:46:51.982 INFO STEP 279 (remove_files) COMPLETE |
5004 | 2024-10-31T17:46:53.385Z | [ recovery-image] Oct 31 17:46:51.982 INFO O| Oct 31 17:46:51.982 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5005 | 2024-10-31T17:46:53.394Z | [ recovery-image] Oct 31 17:46:51.994 INFO O| Oct 31 17:46:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5006 | 2024-10-31T17:46:53.394Z | [ recovery-image] Oct 31 17:46:51.994 INFO O| Oct 31 17:46:51.994 INFO STEP 280 (remove_files) COMPLETE |
5007 | 2024-10-31T17:46:53.397Z | [ recovery-image] Oct 31 17:46:51.994 INFO O| Oct 31 17:46:51.994 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5008 | 2024-10-31T17:46:53.406Z | [ recovery-image] Oct 31 17:46:52.005 INFO O| Oct 31 17:46:52.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5009 | 2024-10-31T17:46:53.408Z | [ recovery-image] Oct 31 17:46:52.005 INFO O| Oct 31 17:46:52.005 INFO STEP 281 (remove_files) COMPLETE |
5010 | 2024-10-31T17:46:53.408Z | [ recovery-image] Oct 31 17:46:52.005 INFO O| Oct 31 17:46:52.005 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5011 | 2024-10-31T17:46:53.417Z | [ recovery-image] Oct 31 17:46:52.016 INFO O| Oct 31 17:46:52.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5012 | 2024-10-31T17:46:53.417Z | [ recovery-image] Oct 31 17:46:52.016 INFO O| Oct 31 17:46:52.016 INFO STEP 282 (remove_files) COMPLETE |
5013 | 2024-10-31T17:46:53.417Z | [ recovery-image] Oct 31 17:46:52.016 INFO O| Oct 31 17:46:52.016 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5014 | 2024-10-31T17:46:53.428Z | [ recovery-image] Oct 31 17:46:52.028 INFO O| Oct 31 17:46:52.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5015 | 2024-10-31T17:46:53.428Z | [ recovery-image] Oct 31 17:46:52.028 INFO O| Oct 31 17:46:52.028 INFO STEP 283 (remove_files) COMPLETE |
5016 | 2024-10-31T17:46:53.431Z | [ recovery-image] Oct 31 17:46:52.028 INFO O| Oct 31 17:46:52.028 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5017 | 2024-10-31T17:46:53.439Z | [ recovery-image] Oct 31 17:46:52.039 INFO O| Oct 31 17:46:52.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5018 | 2024-10-31T17:46:53.439Z | [ recovery-image] Oct 31 17:46:52.039 INFO O| Oct 31 17:46:52.039 INFO STEP 284 (remove_files) COMPLETE |
5019 | 2024-10-31T17:46:53.443Z | [ recovery-image] Oct 31 17:46:52.039 INFO O| Oct 31 17:46:52.039 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5020 | 2024-10-31T17:46:53.451Z | [ recovery-image] Oct 31 17:46:52.050 INFO O| Oct 31 17:46:52.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5021 | 2024-10-31T17:46:53.451Z | [ recovery-image] Oct 31 17:46:52.050 INFO O| Oct 31 17:46:52.050 INFO STEP 285 (remove_files) COMPLETE |
5022 | 2024-10-31T17:46:53.453Z | [ recovery-image] Oct 31 17:46:52.050 INFO O| Oct 31 17:46:52.050 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5023 | 2024-10-31T17:46:53.462Z | [ recovery-image] Oct 31 17:46:52.061 INFO O| Oct 31 17:46:52.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5024 | 2024-10-31T17:46:53.462Z | [ recovery-image] Oct 31 17:46:52.061 INFO O| Oct 31 17:46:52.061 INFO STEP 286 (remove_files) COMPLETE |
5025 | 2024-10-31T17:46:53.462Z | [ recovery-image] Oct 31 17:46:52.061 INFO O| Oct 31 17:46:52.061 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5026 | 2024-10-31T17:46:53.475Z | [ recovery-image] Oct 31 17:46:52.074 INFO O| Oct 31 17:46:52.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5027 | 2024-10-31T17:46:53.477Z | [ recovery-image] Oct 31 17:46:52.075 INFO O| Oct 31 17:46:52.074 INFO STEP 287 (remove_files) COMPLETE |
5028 | 2024-10-31T17:46:53.477Z | [ recovery-image] Oct 31 17:46:52.075 INFO O| Oct 31 17:46:52.075 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5029 | 2024-10-31T17:46:53.492Z | [ recovery-image] Oct 31 17:46:52.091 INFO O| Oct 31 17:46:52.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5030 | 2024-10-31T17:46:53.494Z | [ recovery-image] Oct 31 17:46:52.092 INFO O| Oct 31 17:46:52.092 INFO STEP 288 (remove_files) COMPLETE |
5031 | 2024-10-31T17:46:53.495Z | [ recovery-image] Oct 31 17:46:52.092 INFO O| Oct 31 17:46:52.092 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5032 | 2024-10-31T17:46:53.507Z | [ recovery-image] Oct 31 17:46:52.106 INFO O| Oct 31 17:46:52.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5033 | 2024-10-31T17:46:53.507Z | [ recovery-image] Oct 31 17:46:52.106 INFO O| Oct 31 17:46:52.106 INFO STEP 289 (remove_files) COMPLETE |
5034 | 2024-10-31T17:46:53.510Z | [ recovery-image] Oct 31 17:46:52.106 INFO O| Oct 31 17:46:52.106 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5035 | 2024-10-31T17:46:53.521Z | [ recovery-image] Oct 31 17:46:52.120 INFO O| Oct 31 17:46:52.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5036 | 2024-10-31T17:46:53.521Z | [ recovery-image] Oct 31 17:46:52.120 INFO O| Oct 31 17:46:52.120 INFO STEP 290 (remove_files) COMPLETE |
5037 | 2024-10-31T17:46:53.523Z | [ recovery-image] Oct 31 17:46:52.120 INFO O| Oct 31 17:46:52.120 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5038 | 2024-10-31T17:46:53.533Z | [ recovery-image] Oct 31 17:46:52.133 INFO O| Oct 31 17:46:52.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5039 | 2024-10-31T17:46:53.534Z | [ recovery-image] Oct 31 17:46:52.133 INFO O| Oct 31 17:46:52.133 INFO STEP 291 (remove_files) COMPLETE |
5040 | 2024-10-31T17:46:53.537Z | [ recovery-image] Oct 31 17:46:52.133 INFO O| Oct 31 17:46:52.133 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5041 | 2024-10-31T17:46:53.546Z | [ recovery-image] Oct 31 17:46:52.145 INFO O| Oct 31 17:46:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5042 | 2024-10-31T17:46:53.546Z | [ recovery-image] Oct 31 17:46:52.145 INFO O| Oct 31 17:46:52.145 INFO STEP 292 (remove_files) COMPLETE |
5043 | 2024-10-31T17:46:53.548Z | [ recovery-image] Oct 31 17:46:52.145 INFO O| Oct 31 17:46:52.145 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5044 | 2024-10-31T17:46:53.558Z | [ recovery-image] Oct 31 17:46:52.157 INFO O| Oct 31 17:46:52.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5045 | 2024-10-31T17:46:53.558Z | [ recovery-image] Oct 31 17:46:52.157 INFO O| Oct 31 17:46:52.157 INFO STEP 293 (remove_files) COMPLETE |
5046 | 2024-10-31T17:46:53.558Z | [ recovery-image] Oct 31 17:46:52.157 INFO O| Oct 31 17:46:52.157 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5047 | 2024-10-31T17:46:53.570Z | [ recovery-image] Oct 31 17:46:52.169 INFO O| Oct 31 17:46:52.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5048 | 2024-10-31T17:46:53.570Z | [ recovery-image] Oct 31 17:46:52.169 INFO O| Oct 31 17:46:52.169 INFO STEP 294 (remove_files) COMPLETE |
5049 | 2024-10-31T17:46:53.570Z | [ recovery-image] Oct 31 17:46:52.169 INFO O| Oct 31 17:46:52.169 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5050 | 2024-10-31T17:46:53.581Z | [ recovery-image] Oct 31 17:46:52.180 INFO O| Oct 31 17:46:52.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5051 | 2024-10-31T17:46:53.584Z | [ recovery-image] Oct 31 17:46:52.180 INFO O| Oct 31 17:46:52.180 INFO STEP 295 (remove_files) COMPLETE |
5052 | 2024-10-31T17:46:53.584Z | [ recovery-image] Oct 31 17:46:52.181 INFO O| Oct 31 17:46:52.180 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5053 | 2024-10-31T17:46:53.592Z | [ recovery-image] Oct 31 17:46:52.192 INFO O| Oct 31 17:46:52.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5054 | 2024-10-31T17:46:53.593Z | [ recovery-image] Oct 31 17:46:52.192 INFO O| Oct 31 17:46:52.192 INFO STEP 296 (remove_files) COMPLETE |
5055 | 2024-10-31T17:46:53.595Z | [ recovery-image] Oct 31 17:46:52.192 INFO O| Oct 31 17:46:52.192 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5056 | 2024-10-31T17:46:53.604Z | [ recovery-image] Oct 31 17:46:52.203 INFO O| Oct 31 17:46:52.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5057 | 2024-10-31T17:46:53.604Z | [ recovery-image] Oct 31 17:46:52.203 INFO O| Oct 31 17:46:52.203 INFO STEP 297 (remove_files) COMPLETE |
5058 | 2024-10-31T17:46:53.604Z | [ recovery-image] Oct 31 17:46:52.203 INFO O| Oct 31 17:46:52.203 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5059 | 2024-10-31T17:46:53.615Z | [ recovery-image] Oct 31 17:46:52.215 INFO O| Oct 31 17:46:52.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5060 | 2024-10-31T17:46:53.615Z | [ recovery-image] Oct 31 17:46:52.215 INFO O| Oct 31 17:46:52.215 INFO STEP 298 (remove_files) COMPLETE |
5061 | 2024-10-31T17:46:53.615Z | [ recovery-image] Oct 31 17:46:52.215 INFO O| Oct 31 17:46:52.215 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5062 | 2024-10-31T17:46:53.628Z | [ recovery-image] Oct 31 17:46:52.227 INFO O| Oct 31 17:46:52.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5063 | 2024-10-31T17:46:53.628Z | [ recovery-image] Oct 31 17:46:52.227 INFO O| Oct 31 17:46:52.227 INFO STEP 299 (remove_files) COMPLETE |
5064 | 2024-10-31T17:46:53.630Z | [ recovery-image] Oct 31 17:46:52.227 INFO O| Oct 31 17:46:52.227 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5065 | 2024-10-31T17:46:53.640Z | [ recovery-image] Oct 31 17:46:52.239 INFO O| Oct 31 17:46:52.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5066 | 2024-10-31T17:46:53.640Z | [ recovery-image] Oct 31 17:46:52.239 INFO O| Oct 31 17:46:52.239 INFO STEP 300 (remove_files) COMPLETE |
5067 | 2024-10-31T17:46:53.642Z | [ recovery-image] Oct 31 17:46:52.239 INFO O| Oct 31 17:46:52.239 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5068 | 2024-10-31T17:46:53.650Z | [ recovery-image] Oct 31 17:46:52.250 INFO O| Oct 31 17:46:52.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5069 | 2024-10-31T17:46:53.650Z | [ recovery-image] Oct 31 17:46:52.250 INFO O| Oct 31 17:46:52.250 INFO STEP 301 (remove_files) COMPLETE |
5070 | 2024-10-31T17:46:53.650Z | [ recovery-image] Oct 31 17:46:52.250 INFO O| Oct 31 17:46:52.250 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5071 | 2024-10-31T17:46:53.662Z | [ recovery-image] Oct 31 17:46:52.261 INFO O| Oct 31 17:46:52.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5072 | 2024-10-31T17:46:53.664Z | [ recovery-image] Oct 31 17:46:52.261 INFO O| Oct 31 17:46:52.261 INFO STEP 302 (remove_files) COMPLETE |
5073 | 2024-10-31T17:46:53.664Z | [ recovery-image] Oct 31 17:46:52.261 INFO O| Oct 31 17:46:52.261 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5074 | 2024-10-31T17:46:53.672Z | [ recovery-image] Oct 31 17:46:52.271 INFO O| Oct 31 17:46:52.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5075 | 2024-10-31T17:46:53.672Z | [ recovery-image] Oct 31 17:46:52.271 INFO O| Oct 31 17:46:52.271 INFO STEP 303 (remove_files) COMPLETE |
5076 | 2024-10-31T17:46:53.672Z | [ recovery-image] Oct 31 17:46:52.271 INFO O| Oct 31 17:46:52.271 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5077 | 2024-10-31T17:46:53.682Z | [ recovery-image] Oct 31 17:46:52.281 INFO O| Oct 31 17:46:52.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5078 | 2024-10-31T17:46:53.682Z | [ recovery-image] Oct 31 17:46:52.281 INFO O| Oct 31 17:46:52.281 INFO STEP 304 (remove_files) COMPLETE |
5079 | 2024-10-31T17:46:53.685Z | [ recovery-image] Oct 31 17:46:52.282 INFO O| Oct 31 17:46:52.281 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5080 | 2024-10-31T17:46:53.692Z | [ recovery-image] Oct 31 17:46:52.292 INFO O| Oct 31 17:46:52.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5081 | 2024-10-31T17:46:53.692Z | [ recovery-image] Oct 31 17:46:52.292 INFO O| Oct 31 17:46:52.292 INFO STEP 305 (remove_files) COMPLETE |
5082 | 2024-10-31T17:46:53.692Z | [ recovery-image] Oct 31 17:46:52.292 INFO O| Oct 31 17:46:52.292 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5083 | 2024-10-31T17:46:53.704Z | [ recovery-image] Oct 31 17:46:52.303 INFO O| Oct 31 17:46:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5084 | 2024-10-31T17:46:53.704Z | [ recovery-image] Oct 31 17:46:52.303 INFO O| Oct 31 17:46:52.303 INFO STEP 306 (remove_files) COMPLETE |
5085 | 2024-10-31T17:46:53.706Z | [ recovery-image] Oct 31 17:46:52.303 INFO O| Oct 31 17:46:52.303 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5086 | 2024-10-31T17:46:53.716Z | [ recovery-image] Oct 31 17:46:52.315 INFO O| Oct 31 17:46:52.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5087 | 2024-10-31T17:46:53.716Z | [ recovery-image] Oct 31 17:46:52.315 INFO O| Oct 31 17:46:52.315 INFO STEP 307 (remove_files) COMPLETE |
5088 | 2024-10-31T17:46:53.716Z | [ recovery-image] Oct 31 17:46:52.315 INFO O| Oct 31 17:46:52.315 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5089 | 2024-10-31T17:46:53.727Z | [ recovery-image] Oct 31 17:46:52.326 INFO O| Oct 31 17:46:52.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5090 | 2024-10-31T17:46:53.727Z | [ recovery-image] Oct 31 17:46:52.326 INFO O| Oct 31 17:46:52.326 INFO STEP 308 (remove_files) COMPLETE |
5091 | 2024-10-31T17:46:53.730Z | [ recovery-image] Oct 31 17:46:52.326 INFO O| Oct 31 17:46:52.326 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5092 | 2024-10-31T17:46:53.738Z | [ recovery-image] Oct 31 17:46:52.338 INFO O| Oct 31 17:46:52.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5093 | 2024-10-31T17:46:53.738Z | [ recovery-image] Oct 31 17:46:52.338 INFO O| Oct 31 17:46:52.338 INFO STEP 309 (remove_files) COMPLETE |
5094 | 2024-10-31T17:46:53.741Z | [ recovery-image] Oct 31 17:46:52.338 INFO O| Oct 31 17:46:52.338 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5095 | 2024-10-31T17:46:53.749Z | [ recovery-image] Oct 31 17:46:52.348 INFO O| Oct 31 17:46:52.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5096 | 2024-10-31T17:46:53.751Z | [ recovery-image] Oct 31 17:46:52.348 INFO O| Oct 31 17:46:52.348 INFO STEP 310 (remove_files) COMPLETE |
5097 | 2024-10-31T17:46:53.751Z | [ recovery-image] Oct 31 17:46:52.348 INFO O| Oct 31 17:46:52.348 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5098 | 2024-10-31T17:46:53.761Z | [ recovery-image] Oct 31 17:46:52.360 INFO O| Oct 31 17:46:52.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5099 | 2024-10-31T17:46:53.764Z | [ recovery-image] Oct 31 17:46:52.360 INFO O| Oct 31 17:46:52.360 INFO STEP 311 (remove_files) COMPLETE |
5100 | 2024-10-31T17:46:53.764Z | [ recovery-image] Oct 31 17:46:52.360 INFO O| Oct 31 17:46:52.360 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5101 | 2024-10-31T17:46:53.772Z | [ recovery-image] Oct 31 17:46:52.371 INFO O| Oct 31 17:46:52.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5102 | 2024-10-31T17:46:53.774Z | [ recovery-image] Oct 31 17:46:52.371 INFO O| Oct 31 17:46:52.371 INFO STEP 312 (remove_files) COMPLETE |
5103 | 2024-10-31T17:46:53.774Z | [ recovery-image] Oct 31 17:46:52.371 INFO O| Oct 31 17:46:52.371 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5104 | 2024-10-31T17:46:53.783Z | [ recovery-image] Oct 31 17:46:52.382 INFO O| Oct 31 17:46:52.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5105 | 2024-10-31T17:46:53.783Z | [ recovery-image] Oct 31 17:46:52.382 INFO O| Oct 31 17:46:52.382 INFO STEP 313 (remove_files) COMPLETE |
5106 | 2024-10-31T17:46:53.783Z | [ recovery-image] Oct 31 17:46:52.382 INFO O| Oct 31 17:46:52.382 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5107 | 2024-10-31T17:46:53.794Z | [ recovery-image] Oct 31 17:46:52.393 INFO O| Oct 31 17:46:52.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5108 | 2024-10-31T17:46:53.794Z | [ recovery-image] Oct 31 17:46:52.393 INFO O| Oct 31 17:46:52.393 INFO STEP 314 (remove_files) COMPLETE |
5109 | 2024-10-31T17:46:53.796Z | [ recovery-image] Oct 31 17:46:52.393 INFO O| Oct 31 17:46:52.393 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5110 | 2024-10-31T17:46:53.804Z | [ recovery-image] Oct 31 17:46:52.403 INFO O| Oct 31 17:46:52.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5111 | 2024-10-31T17:46:53.804Z | [ recovery-image] Oct 31 17:46:52.403 INFO O| Oct 31 17:46:52.403 INFO STEP 315 (remove_files) COMPLETE |
5112 | 2024-10-31T17:46:53.804Z | [ recovery-image] Oct 31 17:46:52.403 INFO O| Oct 31 17:46:52.403 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5113 | 2024-10-31T17:46:53.826Z | [ recovery-image] Oct 31 17:46:52.424 INFO O| Oct 31 17:46:52.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5114 | 2024-10-31T17:46:53.828Z | [ recovery-image] Oct 31 17:46:52.424 INFO O| Oct 31 17:46:52.424 INFO STEP 316 (remove_files) COMPLETE |
5115 | 2024-10-31T17:46:53.828Z | [ recovery-image] Oct 31 17:46:52.424 INFO O| Oct 31 17:46:52.424 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5116 | 2024-10-31T17:46:53.844Z | [ recovery-image] Oct 31 17:46:52.442 INFO O| Oct 31 17:46:52.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5117 | 2024-10-31T17:46:53.844Z | [ recovery-image] Oct 31 17:46:52.443 INFO O| Oct 31 17:46:52.443 INFO STEP 317 (remove_files) COMPLETE |
5118 | 2024-10-31T17:46:53.844Z | [ recovery-image] Oct 31 17:46:52.443 INFO O| Oct 31 17:46:52.443 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5119 | 2024-10-31T17:46:53.863Z | [ recovery-image] Oct 31 17:46:52.460 INFO O| Oct 31 17:46:52.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5120 | 2024-10-31T17:46:53.863Z | [ recovery-image] Oct 31 17:46:52.461 INFO O| Oct 31 17:46:52.461 INFO STEP 318 (remove_files) COMPLETE |
5121 | 2024-10-31T17:46:53.863Z | [ recovery-image] Oct 31 17:46:52.461 INFO O| Oct 31 17:46:52.461 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5122 | 2024-10-31T17:46:53.881Z | [ recovery-image] Oct 31 17:46:52.479 INFO O| Oct 31 17:46:52.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5123 | 2024-10-31T17:46:53.881Z | [ recovery-image] Oct 31 17:46:52.479 INFO O| Oct 31 17:46:52.479 INFO STEP 319 (remove_files) COMPLETE |
5124 | 2024-10-31T17:46:53.881Z | [ recovery-image] Oct 31 17:46:52.479 INFO O| Oct 31 17:46:52.479 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5125 | 2024-10-31T17:46:53.895Z | [ recovery-image] Oct 31 17:46:52.494 INFO O| Oct 31 17:46:52.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5126 | 2024-10-31T17:46:53.895Z | [ recovery-image] Oct 31 17:46:52.494 INFO O| Oct 31 17:46:52.494 INFO STEP 320 (remove_files) COMPLETE |
5127 | 2024-10-31T17:46:53.895Z | [ recovery-image] Oct 31 17:46:52.494 INFO O| Oct 31 17:46:52.494 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5128 | 2024-10-31T17:46:53.905Z | [ recovery-image] Oct 31 17:46:52.504 INFO O| Oct 31 17:46:52.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5129 | 2024-10-31T17:46:53.905Z | [ recovery-image] Oct 31 17:46:52.504 INFO O| Oct 31 17:46:52.504 INFO STEP 321 (remove_files) COMPLETE |
5130 | 2024-10-31T17:46:53.908Z | [ recovery-image] Oct 31 17:46:52.504 INFO O| Oct 31 17:46:52.504 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5131 | 2024-10-31T17:46:53.915Z | [ recovery-image] Oct 31 17:46:52.514 INFO O| Oct 31 17:46:52.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5132 | 2024-10-31T17:46:53.917Z | [ recovery-image] Oct 31 17:46:52.514 INFO O| Oct 31 17:46:52.514 INFO STEP 322 (remove_files) COMPLETE |
5133 | 2024-10-31T17:46:53.917Z | [ recovery-image] Oct 31 17:46:52.514 INFO O| Oct 31 17:46:52.514 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5134 | 2024-10-31T17:46:53.926Z | [ recovery-image] Oct 31 17:46:52.525 INFO O| Oct 31 17:46:52.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5135 | 2024-10-31T17:46:53.926Z | [ recovery-image] Oct 31 17:46:52.525 INFO O| Oct 31 17:46:52.525 INFO STEP 323 (remove_files) COMPLETE |
5136 | 2024-10-31T17:46:53.929Z | [ recovery-image] Oct 31 17:46:52.525 INFO O| Oct 31 17:46:52.525 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5137 | 2024-10-31T17:46:53.936Z | [ recovery-image] Oct 31 17:46:52.535 INFO O| Oct 31 17:46:52.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5138 | 2024-10-31T17:46:53.939Z | [ recovery-image] Oct 31 17:46:52.535 INFO O| Oct 31 17:46:52.535 INFO STEP 324 (remove_files) COMPLETE |
5139 | 2024-10-31T17:46:53.939Z | [ recovery-image] Oct 31 17:46:52.536 INFO O| Oct 31 17:46:52.535 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5140 | 2024-10-31T17:46:53.947Z | [ recovery-image] Oct 31 17:46:52.546 INFO O| Oct 31 17:46:52.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5141 | 2024-10-31T17:46:53.947Z | [ recovery-image] Oct 31 17:46:52.546 INFO O| Oct 31 17:46:52.546 INFO STEP 325 (remove_files) COMPLETE |
5142 | 2024-10-31T17:46:53.950Z | [ recovery-image] Oct 31 17:46:52.546 INFO O| Oct 31 17:46:52.546 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5143 | 2024-10-31T17:46:53.958Z | [ recovery-image] Oct 31 17:46:52.557 INFO O| Oct 31 17:46:52.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5144 | 2024-10-31T17:46:53.958Z | [ recovery-image] Oct 31 17:46:52.557 INFO O| Oct 31 17:46:52.557 INFO STEP 326 (remove_files) COMPLETE |
5145 | 2024-10-31T17:46:53.960Z | [ recovery-image] Oct 31 17:46:52.557 INFO O| Oct 31 17:46:52.557 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5146 | 2024-10-31T17:46:53.968Z | [ recovery-image] Oct 31 17:46:52.567 INFO O| Oct 31 17:46:52.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5147 | 2024-10-31T17:46:53.971Z | [ recovery-image] Oct 31 17:46:52.567 INFO O| Oct 31 17:46:52.567 INFO STEP 327 (remove_files) COMPLETE |
5148 | 2024-10-31T17:46:53.971Z | [ recovery-image] Oct 31 17:46:52.567 INFO O| Oct 31 17:46:52.567 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5149 | 2024-10-31T17:46:53.978Z | [ recovery-image] Oct 31 17:46:52.577 INFO O| Oct 31 17:46:52.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5150 | 2024-10-31T17:46:53.981Z | [ recovery-image] Oct 31 17:46:52.577 INFO O| Oct 31 17:46:52.577 INFO STEP 328 (remove_files) COMPLETE |
5151 | 2024-10-31T17:46:53.981Z | [ recovery-image] Oct 31 17:46:52.577 INFO O| Oct 31 17:46:52.577 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-10-31T17:46:53.989Z | [ recovery-image] Oct 31 17:46:52.587 INFO O| Oct 31 17:46:52.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5153 | 2024-10-31T17:46:53.989Z | [ recovery-image] Oct 31 17:46:52.587 INFO O| Oct 31 17:46:52.587 INFO STEP 329 (remove_files) COMPLETE |
5154 | 2024-10-31T17:46:53.991Z | [ recovery-image] Oct 31 17:46:52.587 INFO O| Oct 31 17:46:52.587 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-10-31T17:46:53.999Z | [ recovery-image] Oct 31 17:46:52.598 INFO O| Oct 31 17:46:52.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5156 | 2024-10-31T17:46:53.999Z | [ recovery-image] Oct 31 17:46:52.598 INFO O| Oct 31 17:46:52.598 INFO STEP 330 (remove_files) COMPLETE |
5157 | 2024-10-31T17:46:54.001Z | [ recovery-image] Oct 31 17:46:52.598 INFO O| Oct 31 17:46:52.598 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-10-31T17:46:54.009Z | [ recovery-image] Oct 31 17:46:52.608 INFO O| Oct 31 17:46:52.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5159 | 2024-10-31T17:46:54.012Z | [ recovery-image] Oct 31 17:46:52.608 INFO O| Oct 31 17:46:52.608 INFO STEP 331 (remove_files) COMPLETE |
5160 | 2024-10-31T17:46:54.012Z | [ recovery-image] Oct 31 17:46:52.608 INFO O| Oct 31 17:46:52.608 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-10-31T17:46:54.019Z | [ recovery-image] Oct 31 17:46:52.618 INFO O| Oct 31 17:46:52.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5162 | 2024-10-31T17:46:54.019Z | [ recovery-image] Oct 31 17:46:52.619 INFO O| Oct 31 17:46:52.619 INFO STEP 332 (remove_files) COMPLETE |
5163 | 2024-10-31T17:46:54.022Z | [ recovery-image] Oct 31 17:46:52.619 INFO O| Oct 31 17:46:52.619 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-10-31T17:46:54.030Z | [ recovery-image] Oct 31 17:46:52.629 INFO O| Oct 31 17:46:52.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5165 | 2024-10-31T17:46:54.030Z | [ recovery-image] Oct 31 17:46:52.629 INFO O| Oct 31 17:46:52.629 INFO STEP 333 (remove_files) COMPLETE |
5166 | 2024-10-31T17:46:54.032Z | [ recovery-image] Oct 31 17:46:52.629 INFO O| Oct 31 17:46:52.629 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-10-31T17:46:54.040Z | [ recovery-image] Oct 31 17:46:52.639 INFO O| Oct 31 17:46:52.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5168 | 2024-10-31T17:46:54.040Z | [ recovery-image] Oct 31 17:46:52.639 INFO O| Oct 31 17:46:52.639 INFO STEP 334 (remove_files) COMPLETE |
5169 | 2024-10-31T17:46:54.040Z | [ recovery-image] Oct 31 17:46:52.639 INFO O| Oct 31 17:46:52.639 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-10-31T17:46:54.051Z | [ recovery-image] Oct 31 17:46:52.650 INFO O| Oct 31 17:46:52.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5171 | 2024-10-31T17:46:54.053Z | [ recovery-image] Oct 31 17:46:52.650 INFO O| Oct 31 17:46:52.650 INFO STEP 335 (remove_files) COMPLETE |
5172 | 2024-10-31T17:46:54.053Z | [ recovery-image] Oct 31 17:46:52.650 INFO O| Oct 31 17:46:52.650 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-10-31T17:46:54.061Z | [ recovery-image] Oct 31 17:46:52.660 INFO O| Oct 31 17:46:52.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5174 | 2024-10-31T17:46:54.061Z | [ recovery-image] Oct 31 17:46:52.660 INFO O| Oct 31 17:46:52.660 INFO STEP 336 (remove_files) COMPLETE |
5175 | 2024-10-31T17:46:54.061Z | [ recovery-image] Oct 31 17:46:52.660 INFO O| Oct 31 17:46:52.660 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-10-31T17:46:54.071Z | [ recovery-image] Oct 31 17:46:52.671 INFO O| Oct 31 17:46:52.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5177 | 2024-10-31T17:46:54.074Z | [ recovery-image] Oct 31 17:46:52.671 INFO O| Oct 31 17:46:52.671 INFO STEP 337 (remove_files) COMPLETE |
5178 | 2024-10-31T17:46:54.074Z | [ recovery-image] Oct 31 17:46:52.671 INFO O| Oct 31 17:46:52.671 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-10-31T17:46:54.082Z | [ recovery-image] Oct 31 17:46:52.681 INFO O| Oct 31 17:46:52.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5180 | 2024-10-31T17:46:54.082Z | [ recovery-image] Oct 31 17:46:52.681 INFO O| Oct 31 17:46:52.681 INFO STEP 338 (remove_files) COMPLETE |
5181 | 2024-10-31T17:46:54.082Z | [ recovery-image] Oct 31 17:46:52.681 INFO O| Oct 31 17:46:52.681 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-10-31T17:46:54.092Z | [ recovery-image] Oct 31 17:46:52.691 INFO O| Oct 31 17:46:52.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5183 | 2024-10-31T17:46:54.092Z | [ recovery-image] Oct 31 17:46:52.691 INFO O| Oct 31 17:46:52.691 INFO STEP 339 (remove_files) COMPLETE |
5184 | 2024-10-31T17:46:54.092Z | [ recovery-image] Oct 31 17:46:52.691 INFO O| Oct 31 17:46:52.691 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-10-31T17:46:54.103Z | [ recovery-image] Oct 31 17:46:52.701 INFO O| Oct 31 17:46:52.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5186 | 2024-10-31T17:46:54.103Z | [ recovery-image] Oct 31 17:46:52.701 INFO O| Oct 31 17:46:52.701 INFO STEP 340 (remove_files) COMPLETE |
5187 | 2024-10-31T17:46:54.105Z | [ recovery-image] Oct 31 17:46:52.701 INFO O| Oct 31 17:46:52.701 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-10-31T17:46:54.112Z | [ recovery-image] Oct 31 17:46:52.711 INFO O| Oct 31 17:46:52.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5189 | 2024-10-31T17:46:54.112Z | [ recovery-image] Oct 31 17:46:52.711 INFO O| Oct 31 17:46:52.711 INFO STEP 341 (remove_files) COMPLETE |
5190 | 2024-10-31T17:46:54.114Z | [ recovery-image] Oct 31 17:46:52.711 INFO O| Oct 31 17:46:52.711 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-10-31T17:46:54.124Z | [ recovery-image] Oct 31 17:46:52.723 INFO O| Oct 31 17:46:52.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5192 | 2024-10-31T17:46:54.124Z | [ recovery-image] Oct 31 17:46:52.723 INFO O| Oct 31 17:46:52.723 INFO STEP 342 (remove_files) COMPLETE |
5193 | 2024-10-31T17:46:54.127Z | [ recovery-image] Oct 31 17:46:52.723 INFO O| Oct 31 17:46:52.723 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-10-31T17:46:54.134Z | [ recovery-image] Oct 31 17:46:52.733 INFO O| Oct 31 17:46:52.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5195 | 2024-10-31T17:46:54.137Z | [ recovery-image] Oct 31 17:46:52.734 INFO O| Oct 31 17:46:52.734 INFO STEP 343 (remove_files) COMPLETE |
5196 | 2024-10-31T17:46:54.137Z | [ recovery-image] Oct 31 17:46:52.734 INFO O| Oct 31 17:46:52.734 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-10-31T17:46:54.146Z | [ recovery-image] Oct 31 17:46:52.745 INFO O| Oct 31 17:46:52.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5198 | 2024-10-31T17:46:54.146Z | [ recovery-image] Oct 31 17:46:52.745 INFO O| Oct 31 17:46:52.745 INFO STEP 344 (remove_files) COMPLETE |
5199 | 2024-10-31T17:46:54.149Z | [ recovery-image] Oct 31 17:46:52.745 INFO O| Oct 31 17:46:52.745 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-10-31T17:46:54.157Z | [ recovery-image] Oct 31 17:46:52.756 INFO O| Oct 31 17:46:52.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5201 | 2024-10-31T17:46:54.157Z | [ recovery-image] Oct 31 17:46:52.756 INFO O| Oct 31 17:46:52.756 INFO STEP 345 (remove_files) COMPLETE |
5202 | 2024-10-31T17:46:54.160Z | [ recovery-image] Oct 31 17:46:52.756 INFO O| Oct 31 17:46:52.756 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5203 | 2024-10-31T17:46:54.167Z | [ recovery-image] Oct 31 17:46:52.766 INFO O| Oct 31 17:46:52.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5204 | 2024-10-31T17:46:54.167Z | [ recovery-image] Oct 31 17:46:52.767 INFO O| Oct 31 17:46:52.766 INFO STEP 346 (remove_files) COMPLETE |
5205 | 2024-10-31T17:46:54.170Z | [ recovery-image] Oct 31 17:46:52.767 INFO O| Oct 31 17:46:52.767 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5206 | 2024-10-31T17:46:54.178Z | [ recovery-image] Oct 31 17:46:52.777 INFO O| Oct 31 17:46:52.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5207 | 2024-10-31T17:46:54.180Z | [ recovery-image] Oct 31 17:46:52.777 INFO O| Oct 31 17:46:52.777 INFO STEP 347 (remove_files) COMPLETE |
5208 | 2024-10-31T17:46:54.180Z | [ recovery-image] Oct 31 17:46:52.777 INFO O| Oct 31 17:46:52.777 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5209 | 2024-10-31T17:46:54.188Z | [ recovery-image] Oct 31 17:46:52.787 INFO O| Oct 31 17:46:52.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5210 | 2024-10-31T17:46:54.188Z | [ recovery-image] Oct 31 17:46:52.787 INFO O| Oct 31 17:46:52.787 INFO STEP 348 (remove_files) COMPLETE |
5211 | 2024-10-31T17:46:54.191Z | [ recovery-image] Oct 31 17:46:52.787 INFO O| Oct 31 17:46:52.787 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5212 | 2024-10-31T17:46:54.198Z | [ recovery-image] Oct 31 17:46:52.797 INFO O| Oct 31 17:46:52.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5213 | 2024-10-31T17:46:54.198Z | [ recovery-image] Oct 31 17:46:52.797 INFO O| Oct 31 17:46:52.797 INFO STEP 349 (remove_files) COMPLETE |
5214 | 2024-10-31T17:46:54.198Z | [ recovery-image] Oct 31 17:46:52.797 INFO O| Oct 31 17:46:52.797 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5215 | 2024-10-31T17:46:54.208Z | [ recovery-image] Oct 31 17:46:52.807 INFO O| Oct 31 17:46:52.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5216 | 2024-10-31T17:46:54.210Z | [ recovery-image] Oct 31 17:46:52.807 INFO O| Oct 31 17:46:52.807 INFO STEP 350 (remove_files) COMPLETE |
5217 | 2024-10-31T17:46:54.210Z | [ recovery-image] Oct 31 17:46:52.807 INFO O| Oct 31 17:46:52.807 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5218 | 2024-10-31T17:46:54.219Z | [ recovery-image] Oct 31 17:46:52.818 INFO O| Oct 31 17:46:52.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5219 | 2024-10-31T17:46:54.219Z | [ recovery-image] Oct 31 17:46:52.818 INFO O| Oct 31 17:46:52.818 INFO STEP 351 (remove_files) COMPLETE |
5220 | 2024-10-31T17:46:54.219Z | [ recovery-image] Oct 31 17:46:52.818 INFO O| Oct 31 17:46:52.818 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5221 | 2024-10-31T17:46:54.230Z | [ recovery-image] Oct 31 17:46:52.829 INFO O| Oct 31 17:46:52.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5222 | 2024-10-31T17:46:54.230Z | [ recovery-image] Oct 31 17:46:52.829 INFO O| Oct 31 17:46:52.829 INFO STEP 352 (remove_files) COMPLETE |
5223 | 2024-10-31T17:46:54.233Z | [ recovery-image] Oct 31 17:46:52.829 INFO O| Oct 31 17:46:52.829 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5224 | 2024-10-31T17:46:54.241Z | [ recovery-image] Oct 31 17:46:52.840 INFO O| Oct 31 17:46:52.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5225 | 2024-10-31T17:46:54.241Z | [ recovery-image] Oct 31 17:46:52.840 INFO O| Oct 31 17:46:52.840 INFO STEP 353 (remove_files) COMPLETE |
5226 | 2024-10-31T17:46:54.241Z | [ recovery-image] Oct 31 17:46:52.840 INFO O| Oct 31 17:46:52.840 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5227 | 2024-10-31T17:46:54.252Z | [ recovery-image] Oct 31 17:46:52.851 INFO O| Oct 31 17:46:52.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5228 | 2024-10-31T17:46:54.254Z | [ recovery-image] Oct 31 17:46:52.851 INFO O| Oct 31 17:46:52.851 INFO STEP 354 (remove_files) COMPLETE |
5229 | 2024-10-31T17:46:54.254Z | [ recovery-image] Oct 31 17:46:52.851 INFO O| Oct 31 17:46:52.851 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5230 | 2024-10-31T17:46:54.263Z | [ recovery-image] Oct 31 17:46:52.862 INFO O| Oct 31 17:46:52.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5231 | 2024-10-31T17:46:54.263Z | [ recovery-image] Oct 31 17:46:52.862 INFO O| Oct 31 17:46:52.862 INFO STEP 355 (remove_files) COMPLETE |
5232 | 2024-10-31T17:46:54.263Z | [ recovery-image] Oct 31 17:46:52.862 INFO O| Oct 31 17:46:52.862 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5233 | 2024-10-31T17:46:54.273Z | [ recovery-image] Oct 31 17:46:52.872 INFO O| Oct 31 17:46:52.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5234 | 2024-10-31T17:46:54.273Z | [ recovery-image] Oct 31 17:46:52.872 INFO O| Oct 31 17:46:52.872 INFO STEP 356 (remove_files) COMPLETE |
5235 | 2024-10-31T17:46:54.273Z | [ recovery-image] Oct 31 17:46:52.872 INFO O| Oct 31 17:46:52.872 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5236 | 2024-10-31T17:46:54.284Z | [ recovery-image] Oct 31 17:46:52.883 INFO O| Oct 31 17:46:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5237 | 2024-10-31T17:46:54.287Z | [ recovery-image] Oct 31 17:46:52.883 INFO O| Oct 31 17:46:52.883 INFO STEP 357 (remove_files) COMPLETE |
5238 | 2024-10-31T17:46:54.287Z | [ recovery-image] Oct 31 17:46:52.883 INFO O| Oct 31 17:46:52.883 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5239 | 2024-10-31T17:46:54.296Z | [ recovery-image] Oct 31 17:46:52.895 INFO O| Oct 31 17:46:52.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5240 | 2024-10-31T17:46:54.296Z | [ recovery-image] Oct 31 17:46:52.895 INFO O| Oct 31 17:46:52.895 INFO STEP 358 (remove_files) COMPLETE |
5241 | 2024-10-31T17:46:54.296Z | [ recovery-image] Oct 31 17:46:52.895 INFO O| Oct 31 17:46:52.895 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5242 | 2024-10-31T17:46:54.307Z | [ recovery-image] Oct 31 17:46:52.906 INFO O| Oct 31 17:46:52.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5243 | 2024-10-31T17:46:54.308Z | [ recovery-image] Oct 31 17:46:52.906 INFO O| Oct 31 17:46:52.906 INFO STEP 359 (remove_files) COMPLETE |
5244 | 2024-10-31T17:46:54.310Z | [ recovery-image] Oct 31 17:46:52.907 INFO O| Oct 31 17:46:52.906 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5245 | 2024-10-31T17:46:54.319Z | [ recovery-image] Oct 31 17:46:52.918 INFO O| Oct 31 17:46:52.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5246 | 2024-10-31T17:46:54.321Z | [ recovery-image] Oct 31 17:46:52.918 INFO O| Oct 31 17:46:52.918 INFO STEP 360 (remove_files) COMPLETE |
5247 | 2024-10-31T17:46:54.321Z | [ recovery-image] Oct 31 17:46:52.918 INFO O| Oct 31 17:46:52.918 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5248 | 2024-10-31T17:46:54.330Z | [ recovery-image] Oct 31 17:46:52.929 INFO O| Oct 31 17:46:52.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5249 | 2024-10-31T17:46:54.330Z | [ recovery-image] Oct 31 17:46:52.929 INFO O| Oct 31 17:46:52.929 INFO STEP 361 (remove_files) COMPLETE |
5250 | 2024-10-31T17:46:54.332Z | [ recovery-image] Oct 31 17:46:52.929 INFO O| Oct 31 17:46:52.929 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5251 | 2024-10-31T17:46:54.340Z | [ recovery-image] Oct 31 17:46:52.939 INFO O| Oct 31 17:46:52.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5252 | 2024-10-31T17:46:54.340Z | [ recovery-image] Oct 31 17:46:52.939 INFO O| Oct 31 17:46:52.939 INFO STEP 362 (remove_files) COMPLETE |
5253 | 2024-10-31T17:46:54.343Z | [ recovery-image] Oct 31 17:46:52.939 INFO O| Oct 31 17:46:52.939 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5254 | 2024-10-31T17:46:54.351Z | [ recovery-image] Oct 31 17:46:52.950 INFO O| Oct 31 17:46:52.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5255 | 2024-10-31T17:46:54.354Z | [ recovery-image] Oct 31 17:46:52.950 INFO O| Oct 31 17:46:52.950 INFO STEP 363 (remove_files) COMPLETE |
5256 | 2024-10-31T17:46:54.354Z | [ recovery-image] Oct 31 17:46:52.950 INFO O| Oct 31 17:46:52.950 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5257 | 2024-10-31T17:46:54.362Z | [ recovery-image] Oct 31 17:46:52.961 INFO O| Oct 31 17:46:52.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5258 | 2024-10-31T17:46:54.365Z | [ recovery-image] Oct 31 17:46:52.961 INFO O| Oct 31 17:46:52.961 INFO STEP 364 (remove_files) COMPLETE |
5259 | 2024-10-31T17:46:54.365Z | [ recovery-image] Oct 31 17:46:52.961 INFO O| Oct 31 17:46:52.961 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5260 | 2024-10-31T17:46:54.373Z | [ recovery-image] Oct 31 17:46:52.972 INFO O| Oct 31 17:46:52.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5261 | 2024-10-31T17:46:54.376Z | [ recovery-image] Oct 31 17:46:52.973 INFO O| Oct 31 17:46:52.973 INFO STEP 365 (remove_files) COMPLETE |
5262 | 2024-10-31T17:46:54.376Z | [ recovery-image] Oct 31 17:46:52.973 INFO O| Oct 31 17:46:52.973 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5263 | 2024-10-31T17:46:54.384Z | [ recovery-image] Oct 31 17:46:52.983 INFO O| Oct 31 17:46:52.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5264 | 2024-10-31T17:46:54.384Z | [ recovery-image] Oct 31 17:46:52.983 INFO O| Oct 31 17:46:52.983 INFO STEP 366 (remove_files) COMPLETE |
5265 | 2024-10-31T17:46:54.384Z | [ recovery-image] Oct 31 17:46:52.983 INFO O| Oct 31 17:46:52.983 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5266 | 2024-10-31T17:46:54.394Z | [ recovery-image] Oct 31 17:46:52.993 INFO O| Oct 31 17:46:52.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5267 | 2024-10-31T17:46:54.397Z | [ recovery-image] Oct 31 17:46:52.993 INFO O| Oct 31 17:46:52.993 INFO STEP 367 (remove_files) COMPLETE |
5268 | 2024-10-31T17:46:54.397Z | [ recovery-image] Oct 31 17:46:52.993 INFO O| Oct 31 17:46:52.993 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5269 | 2024-10-31T17:46:54.405Z | [ recovery-image] Oct 31 17:46:53.004 INFO O| Oct 31 17:46:53.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5270 | 2024-10-31T17:46:54.405Z | [ recovery-image] Oct 31 17:46:53.004 INFO O| Oct 31 17:46:53.004 INFO STEP 368 (remove_files) COMPLETE |
5271 | 2024-10-31T17:46:54.405Z | [ recovery-image] Oct 31 17:46:53.004 INFO O| Oct 31 17:46:53.004 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5272 | 2024-10-31T17:46:54.416Z | [ recovery-image] Oct 31 17:46:53.014 INFO O| Oct 31 17:46:53.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5273 | 2024-10-31T17:46:54.416Z | [ recovery-image] Oct 31 17:46:53.014 INFO O| Oct 31 17:46:53.014 INFO STEP 369 (remove_files) COMPLETE |
5274 | 2024-10-31T17:46:54.418Z | [ recovery-image] Oct 31 17:46:53.015 INFO O| Oct 31 17:46:53.014 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5275 | 2024-10-31T17:46:54.425Z | [ recovery-image] Oct 31 17:46:53.024 INFO O| Oct 31 17:46:53.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5276 | 2024-10-31T17:46:54.425Z | [ recovery-image] Oct 31 17:46:53.025 INFO O| Oct 31 17:46:53.025 INFO STEP 370 (remove_files) COMPLETE |
5277 | 2024-10-31T17:46:54.428Z | [ recovery-image] Oct 31 17:46:53.025 INFO O| Oct 31 17:46:53.025 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5278 | 2024-10-31T17:46:54.435Z | [ recovery-image] Oct 31 17:46:53.034 INFO O| Oct 31 17:46:53.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5279 | 2024-10-31T17:46:54.438Z | [ recovery-image] Oct 31 17:46:53.035 INFO O| Oct 31 17:46:53.035 INFO STEP 371 (remove_files) COMPLETE |
5280 | 2024-10-31T17:46:54.438Z | [ recovery-image] Oct 31 17:46:53.035 INFO O| Oct 31 17:46:53.035 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5281 | 2024-10-31T17:46:54.445Z | [ recovery-image] Oct 31 17:46:53.044 INFO O| Oct 31 17:46:53.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5282 | 2024-10-31T17:46:54.445Z | [ recovery-image] Oct 31 17:46:53.044 INFO O| Oct 31 17:46:53.044 INFO STEP 372 (remove_files) COMPLETE |
5283 | 2024-10-31T17:46:54.448Z | [ recovery-image] Oct 31 17:46:53.044 INFO O| Oct 31 17:46:53.044 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5284 | 2024-10-31T17:46:54.455Z | [ recovery-image] Oct 31 17:46:53.054 INFO O| Oct 31 17:46:53.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5285 | 2024-10-31T17:46:54.455Z | [ recovery-image] Oct 31 17:46:53.054 INFO O| Oct 31 17:46:53.054 INFO STEP 373 (remove_files) COMPLETE |
5286 | 2024-10-31T17:46:54.455Z | [ recovery-image] Oct 31 17:46:53.054 INFO O| Oct 31 17:46:53.054 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5287 | 2024-10-31T17:46:54.465Z | [ recovery-image] Oct 31 17:46:53.064 INFO O| Oct 31 17:46:53.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5288 | 2024-10-31T17:46:54.465Z | [ recovery-image] Oct 31 17:46:53.064 INFO O| Oct 31 17:46:53.064 INFO STEP 374 (remove_files) COMPLETE |
5289 | 2024-10-31T17:46:54.468Z | [ recovery-image] Oct 31 17:46:53.064 INFO O| Oct 31 17:46:53.064 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-10-31T17:46:54.475Z | [ recovery-image] Oct 31 17:46:53.074 INFO O| Oct 31 17:46:53.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5291 | 2024-10-31T17:46:54.475Z | [ recovery-image] Oct 31 17:46:53.074 INFO O| Oct 31 17:46:53.074 INFO STEP 375 (remove_files) COMPLETE |
5292 | 2024-10-31T17:46:54.477Z | [ recovery-image] Oct 31 17:46:53.074 INFO O| Oct 31 17:46:53.074 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-10-31T17:46:54.485Z | [ recovery-image] Oct 31 17:46:53.084 INFO O| Oct 31 17:46:53.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5294 | 2024-10-31T17:46:54.485Z | [ recovery-image] Oct 31 17:46:53.084 INFO O| Oct 31 17:46:53.084 INFO STEP 376 (remove_files) COMPLETE |
5295 | 2024-10-31T17:46:54.487Z | [ recovery-image] Oct 31 17:46:53.084 INFO O| Oct 31 17:46:53.084 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-10-31T17:46:54.495Z | [ recovery-image] Oct 31 17:46:53.094 INFO O| Oct 31 17:46:53.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5297 | 2024-10-31T17:46:54.495Z | [ recovery-image] Oct 31 17:46:53.094 INFO O| Oct 31 17:46:53.094 INFO STEP 377 (remove_files) COMPLETE |
5298 | 2024-10-31T17:46:54.497Z | [ recovery-image] Oct 31 17:46:53.094 INFO O| Oct 31 17:46:53.094 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-10-31T17:46:54.505Z | [ recovery-image] Oct 31 17:46:53.104 INFO O| Oct 31 17:46:53.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5300 | 2024-10-31T17:46:54.505Z | [ recovery-image] Oct 31 17:46:53.104 INFO O| Oct 31 17:46:53.104 INFO STEP 378 (remove_files) COMPLETE |
5301 | 2024-10-31T17:46:54.508Z | [ recovery-image] Oct 31 17:46:53.104 INFO O| Oct 31 17:46:53.104 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-10-31T17:46:54.516Z | [ recovery-image] Oct 31 17:46:53.115 INFO O| Oct 31 17:46:53.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5303 | 2024-10-31T17:46:54.516Z | [ recovery-image] Oct 31 17:46:53.115 INFO O| Oct 31 17:46:53.115 INFO STEP 379 (remove_files) COMPLETE |
5304 | 2024-10-31T17:46:54.518Z | [ recovery-image] Oct 31 17:46:53.115 INFO O| Oct 31 17:46:53.115 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-10-31T17:46:54.526Z | [ recovery-image] Oct 31 17:46:53.125 INFO O| Oct 31 17:46:53.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5306 | 2024-10-31T17:46:54.526Z | [ recovery-image] Oct 31 17:46:53.125 INFO O| Oct 31 17:46:53.125 INFO STEP 380 (remove_files) COMPLETE |
5307 | 2024-10-31T17:46:54.528Z | [ recovery-image] Oct 31 17:46:53.125 INFO O| Oct 31 17:46:53.125 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-10-31T17:46:54.536Z | [ recovery-image] Oct 31 17:46:53.135 INFO O| Oct 31 17:46:53.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5309 | 2024-10-31T17:46:54.539Z | [ recovery-image] Oct 31 17:46:53.135 INFO O| Oct 31 17:46:53.135 INFO STEP 381 (remove_files) COMPLETE |
5310 | 2024-10-31T17:46:54.539Z | [ recovery-image] Oct 31 17:46:53.135 INFO O| Oct 31 17:46:53.135 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-10-31T17:46:54.547Z | [ recovery-image] Oct 31 17:46:53.146 INFO O| Oct 31 17:46:53.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5312 | 2024-10-31T17:46:54.547Z | [ recovery-image] Oct 31 17:46:53.146 INFO O| Oct 31 17:46:53.146 INFO STEP 382 (remove_files) COMPLETE |
5313 | 2024-10-31T17:46:54.549Z | [ recovery-image] Oct 31 17:46:53.146 INFO O| Oct 31 17:46:53.146 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-10-31T17:46:54.557Z | [ recovery-image] Oct 31 17:46:53.156 INFO O| Oct 31 17:46:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5315 | 2024-10-31T17:46:54.559Z | [ recovery-image] Oct 31 17:46:53.156 INFO O| Oct 31 17:46:53.156 INFO STEP 383 (remove_files) COMPLETE |
5316 | 2024-10-31T17:46:54.559Z | [ recovery-image] Oct 31 17:46:53.156 INFO O| Oct 31 17:46:53.156 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-10-31T17:46:54.567Z | [ recovery-image] Oct 31 17:46:53.166 INFO O| Oct 31 17:46:53.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5318 | 2024-10-31T17:46:54.570Z | [ recovery-image] Oct 31 17:46:53.166 INFO O| Oct 31 17:46:53.166 INFO STEP 384 (remove_files) COMPLETE |
5319 | 2024-10-31T17:46:54.570Z | [ recovery-image] Oct 31 17:46:53.166 INFO O| Oct 31 17:46:53.166 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-10-31T17:46:54.577Z | [ recovery-image] Oct 31 17:46:53.176 INFO O| Oct 31 17:46:53.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5321 | 2024-10-31T17:46:54.580Z | [ recovery-image] Oct 31 17:46:53.176 INFO O| Oct 31 17:46:53.176 INFO STEP 385 (remove_files) COMPLETE |
5322 | 2024-10-31T17:46:54.580Z | [ recovery-image] Oct 31 17:46:53.176 INFO O| Oct 31 17:46:53.176 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-10-31T17:46:54.587Z | [ recovery-image] Oct 31 17:46:53.186 INFO O| Oct 31 17:46:53.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5324 | 2024-10-31T17:46:54.587Z | [ recovery-image] Oct 31 17:46:53.186 INFO O| Oct 31 17:46:53.186 INFO STEP 386 (remove_files) COMPLETE |
5325 | 2024-10-31T17:46:54.587Z | [ recovery-image] Oct 31 17:46:53.186 INFO O| Oct 31 17:46:53.186 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-10-31T17:46:54.597Z | [ recovery-image] Oct 31 17:46:53.196 INFO O| Oct 31 17:46:53.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5327 | 2024-10-31T17:46:54.600Z | [ recovery-image] Oct 31 17:46:53.196 INFO O| Oct 31 17:46:53.196 INFO STEP 387 (remove_files) COMPLETE |
5328 | 2024-10-31T17:46:54.600Z | [ recovery-image] Oct 31 17:46:53.196 INFO O| Oct 31 17:46:53.196 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-10-31T17:46:54.607Z | [ recovery-image] Oct 31 17:46:53.206 INFO O| Oct 31 17:46:53.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5330 | 2024-10-31T17:46:54.610Z | [ recovery-image] Oct 31 17:46:53.206 INFO O| Oct 31 17:46:53.206 INFO STEP 388 (remove_files) COMPLETE |
5331 | 2024-10-31T17:46:54.610Z | [ recovery-image] Oct 31 17:46:53.206 INFO O| Oct 31 17:46:53.206 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-10-31T17:46:54.617Z | [ recovery-image] Oct 31 17:46:53.216 INFO O| Oct 31 17:46:53.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5333 | 2024-10-31T17:46:54.617Z | [ recovery-image] Oct 31 17:46:53.216 INFO O| Oct 31 17:46:53.216 INFO STEP 389 (remove_files) COMPLETE |
5334 | 2024-10-31T17:46:54.617Z | [ recovery-image] Oct 31 17:46:53.216 INFO O| Oct 31 17:46:53.216 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-10-31T17:46:54.627Z | [ recovery-image] Oct 31 17:46:53.226 INFO O| Oct 31 17:46:53.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5336 | 2024-10-31T17:46:54.627Z | [ recovery-image] Oct 31 17:46:53.226 INFO O| Oct 31 17:46:53.226 INFO STEP 390 (remove_files) COMPLETE |
5337 | 2024-10-31T17:46:54.627Z | [ recovery-image] Oct 31 17:46:53.226 INFO O| Oct 31 17:46:53.226 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-10-31T17:46:54.637Z | [ recovery-image] Oct 31 17:46:53.236 INFO O| Oct 31 17:46:53.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5339 | 2024-10-31T17:46:54.640Z | [ recovery-image] Oct 31 17:46:53.237 INFO O| Oct 31 17:46:53.237 INFO STEP 391 (remove_files) COMPLETE |
5340 | 2024-10-31T17:46:54.640Z | [ recovery-image] Oct 31 17:46:53.237 INFO O| Oct 31 17:46:53.237 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5341 | 2024-10-31T17:46:54.648Z | [ recovery-image] Oct 31 17:46:53.247 INFO O| Oct 31 17:46:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5342 | 2024-10-31T17:46:54.648Z | [ recovery-image] Oct 31 17:46:53.247 INFO O| Oct 31 17:46:53.247 INFO STEP 392 (remove_files) COMPLETE |
5343 | 2024-10-31T17:46:54.651Z | [ recovery-image] Oct 31 17:46:53.247 INFO O| Oct 31 17:46:53.247 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5344 | 2024-10-31T17:46:54.658Z | [ recovery-image] Oct 31 17:46:53.257 INFO O| Oct 31 17:46:53.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5345 | 2024-10-31T17:46:54.658Z | [ recovery-image] Oct 31 17:46:53.257 INFO O| Oct 31 17:46:53.257 INFO STEP 393 (remove_files) COMPLETE |
5346 | 2024-10-31T17:46:54.660Z | [ recovery-image] Oct 31 17:46:53.257 INFO O| Oct 31 17:46:53.257 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5347 | 2024-10-31T17:46:54.667Z | [ recovery-image] Oct 31 17:46:53.266 INFO O| Oct 31 17:46:53.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5348 | 2024-10-31T17:46:54.667Z | [ recovery-image] Oct 31 17:46:53.267 INFO O| Oct 31 17:46:53.266 INFO STEP 394 (remove_files) COMPLETE |
5349 | 2024-10-31T17:46:54.670Z | [ recovery-image] Oct 31 17:46:53.267 INFO O| Oct 31 17:46:53.267 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5350 | 2024-10-31T17:46:54.677Z | [ recovery-image] Oct 31 17:46:53.276 INFO O| Oct 31 17:46:53.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5351 | 2024-10-31T17:46:54.677Z | [ recovery-image] Oct 31 17:46:53.277 INFO O| Oct 31 17:46:53.276 INFO STEP 395 (remove_files) COMPLETE |
5352 | 2024-10-31T17:46:54.680Z | [ recovery-image] Oct 31 17:46:53.277 INFO O| Oct 31 17:46:53.277 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5353 | 2024-10-31T17:46:54.687Z | [ recovery-image] Oct 31 17:46:53.286 INFO O| Oct 31 17:46:53.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5354 | 2024-10-31T17:46:54.687Z | [ recovery-image] Oct 31 17:46:53.286 INFO O| Oct 31 17:46:53.286 INFO STEP 396 (remove_files) COMPLETE |
5355 | 2024-10-31T17:46:54.690Z | [ recovery-image] Oct 31 17:46:53.286 INFO O| Oct 31 17:46:53.286 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5356 | 2024-10-31T17:46:54.697Z | [ recovery-image] Oct 31 17:46:53.296 INFO O| Oct 31 17:46:53.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5357 | 2024-10-31T17:46:54.697Z | [ recovery-image] Oct 31 17:46:53.296 INFO O| Oct 31 17:46:53.296 INFO STEP 397 (remove_files) COMPLETE |
5358 | 2024-10-31T17:46:54.697Z | [ recovery-image] Oct 31 17:46:53.296 INFO O| Oct 31 17:46:53.296 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5359 | 2024-10-31T17:46:54.708Z | [ recovery-image] Oct 31 17:46:53.307 INFO O| Oct 31 17:46:53.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5360 | 2024-10-31T17:46:54.708Z | [ recovery-image] Oct 31 17:46:53.307 INFO O| Oct 31 17:46:53.307 INFO STEP 398 (remove_files) COMPLETE |
5361 | 2024-10-31T17:46:54.710Z | [ recovery-image] Oct 31 17:46:53.307 INFO O| Oct 31 17:46:53.307 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5362 | 2024-10-31T17:46:54.718Z | [ recovery-image] Oct 31 17:46:53.317 INFO O| Oct 31 17:46:53.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5363 | 2024-10-31T17:46:54.718Z | [ recovery-image] Oct 31 17:46:53.317 INFO O| Oct 31 17:46:53.317 INFO STEP 399 (remove_files) COMPLETE |
5364 | 2024-10-31T17:46:54.721Z | [ recovery-image] Oct 31 17:46:53.317 INFO O| Oct 31 17:46:53.317 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5365 | 2024-10-31T17:46:54.728Z | [ recovery-image] Oct 31 17:46:53.327 INFO O| Oct 31 17:46:53.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5366 | 2024-10-31T17:46:54.731Z | [ recovery-image] Oct 31 17:46:53.327 INFO O| Oct 31 17:46:53.327 INFO STEP 400 (remove_files) COMPLETE |
5367 | 2024-10-31T17:46:54.731Z | [ recovery-image] Oct 31 17:46:53.327 INFO O| Oct 31 17:46:53.327 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5368 | 2024-10-31T17:46:54.738Z | [ recovery-image] Oct 31 17:46:53.337 INFO O| Oct 31 17:46:53.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5369 | 2024-10-31T17:46:54.741Z | [ recovery-image] Oct 31 17:46:53.337 INFO O| Oct 31 17:46:53.337 INFO STEP 401 (remove_files) COMPLETE |
5370 | 2024-10-31T17:46:54.741Z | [ recovery-image] Oct 31 17:46:53.337 INFO O| Oct 31 17:46:53.337 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5371 | 2024-10-31T17:46:54.748Z | [ recovery-image] Oct 31 17:46:53.347 INFO O| Oct 31 17:46:53.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5372 | 2024-10-31T17:46:54.748Z | [ recovery-image] Oct 31 17:46:53.347 INFO O| Oct 31 17:46:53.347 INFO STEP 402 (remove_files) COMPLETE |
5373 | 2024-10-31T17:46:54.750Z | [ recovery-image] Oct 31 17:46:53.347 INFO O| Oct 31 17:46:53.347 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5374 | 2024-10-31T17:46:54.758Z | [ recovery-image] Oct 31 17:46:53.357 INFO O| Oct 31 17:46:53.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5375 | 2024-10-31T17:46:54.758Z | [ recovery-image] Oct 31 17:46:53.357 INFO O| Oct 31 17:46:53.357 INFO STEP 403 (remove_files) COMPLETE |
5376 | 2024-10-31T17:46:54.758Z | [ recovery-image] Oct 31 17:46:53.357 INFO O| Oct 31 17:46:53.357 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5377 | 2024-10-31T17:46:54.769Z | [ recovery-image] Oct 31 17:46:53.368 INFO O| Oct 31 17:46:53.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5378 | 2024-10-31T17:46:54.769Z | [ recovery-image] Oct 31 17:46:53.368 INFO O| Oct 31 17:46:53.368 INFO STEP 404 (remove_files) COMPLETE |
5379 | 2024-10-31T17:46:54.769Z | [ recovery-image] Oct 31 17:46:53.368 INFO O| Oct 31 17:46:53.368 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5380 | 2024-10-31T17:46:54.779Z | [ recovery-image] Oct 31 17:46:53.378 INFO O| Oct 31 17:46:53.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5381 | 2024-10-31T17:46:54.779Z | [ recovery-image] Oct 31 17:46:53.378 INFO O| Oct 31 17:46:53.378 INFO STEP 405 (remove_files) COMPLETE |
5382 | 2024-10-31T17:46:54.779Z | [ recovery-image] Oct 31 17:46:53.378 INFO O| Oct 31 17:46:53.378 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5383 | 2024-10-31T17:46:54.790Z | [ recovery-image] Oct 31 17:46:53.389 INFO O| Oct 31 17:46:53.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5384 | 2024-10-31T17:46:54.790Z | [ recovery-image] Oct 31 17:46:53.389 INFO O| Oct 31 17:46:53.389 INFO STEP 406 (remove_files) COMPLETE |
5385 | 2024-10-31T17:46:54.790Z | [ recovery-image] Oct 31 17:46:53.389 INFO O| Oct 31 17:46:53.389 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5386 | 2024-10-31T17:46:54.800Z | [ recovery-image] Oct 31 17:46:53.399 INFO O| Oct 31 17:46:53.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5387 | 2024-10-31T17:46:54.800Z | [ recovery-image] Oct 31 17:46:53.399 INFO O| Oct 31 17:46:53.399 INFO STEP 407 (remove_files) COMPLETE |
5388 | 2024-10-31T17:46:54.800Z | [ recovery-image] Oct 31 17:46:53.399 INFO O| Oct 31 17:46:53.399 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5389 | 2024-10-31T17:46:54.811Z | [ recovery-image] Oct 31 17:46:53.410 INFO O| Oct 31 17:46:53.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5390 | 2024-10-31T17:46:54.811Z | [ recovery-image] Oct 31 17:46:53.410 INFO O| Oct 31 17:46:53.410 INFO STEP 408 (remove_files) COMPLETE |
5391 | 2024-10-31T17:46:54.811Z | [ recovery-image] Oct 31 17:46:53.410 INFO O| Oct 31 17:46:53.410 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5392 | 2024-10-31T17:46:54.822Z | [ recovery-image] Oct 31 17:46:53.420 INFO O| Oct 31 17:46:53.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5393 | 2024-10-31T17:46:54.822Z | [ recovery-image] Oct 31 17:46:53.421 INFO O| Oct 31 17:46:53.421 INFO STEP 409 (remove_files) COMPLETE |
5394 | 2024-10-31T17:46:54.824Z | [ recovery-image] Oct 31 17:46:53.421 INFO O| Oct 31 17:46:53.421 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5395 | 2024-10-31T17:46:54.832Z | [ recovery-image] Oct 31 17:46:53.431 INFO O| Oct 31 17:46:53.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5396 | 2024-10-31T17:46:54.834Z | [ recovery-image] Oct 31 17:46:53.431 INFO O| Oct 31 17:46:53.431 INFO STEP 410 (remove_files) COMPLETE |
5397 | 2024-10-31T17:46:54.834Z | [ recovery-image] Oct 31 17:46:53.431 INFO O| Oct 31 17:46:53.431 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5398 | 2024-10-31T17:46:54.842Z | [ recovery-image] Oct 31 17:46:53.441 INFO O| Oct 31 17:46:53.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5399 | 2024-10-31T17:46:54.842Z | [ recovery-image] Oct 31 17:46:53.441 INFO O| Oct 31 17:46:53.441 INFO STEP 411 (remove_files) COMPLETE |
5400 | 2024-10-31T17:46:54.845Z | [ recovery-image] Oct 31 17:46:53.441 INFO O| Oct 31 17:46:53.441 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5401 | 2024-10-31T17:46:54.853Z | [ recovery-image] Oct 31 17:46:53.452 INFO O| Oct 31 17:46:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5402 | 2024-10-31T17:46:54.853Z | [ recovery-image] Oct 31 17:46:53.452 INFO O| Oct 31 17:46:53.452 INFO STEP 412 (remove_files) COMPLETE |
5403 | 2024-10-31T17:46:54.853Z | [ recovery-image] Oct 31 17:46:53.452 INFO O| Oct 31 17:46:53.452 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5404 | 2024-10-31T17:46:54.865Z | [ recovery-image] Oct 31 17:46:53.463 INFO O| Oct 31 17:46:53.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5405 | 2024-10-31T17:46:54.865Z | [ recovery-image] Oct 31 17:46:53.464 INFO O| Oct 31 17:46:53.464 INFO STEP 413 (remove_files) COMPLETE |
5406 | 2024-10-31T17:46:54.867Z | [ recovery-image] Oct 31 17:46:53.464 INFO O| Oct 31 17:46:53.464 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5407 | 2024-10-31T17:46:54.875Z | [ recovery-image] Oct 31 17:46:53.474 INFO O| Oct 31 17:46:53.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5408 | 2024-10-31T17:46:54.875Z | [ recovery-image] Oct 31 17:46:53.474 INFO O| Oct 31 17:46:53.474 INFO STEP 414 (remove_files) COMPLETE |
5409 | 2024-10-31T17:46:54.878Z | [ recovery-image] Oct 31 17:46:53.475 INFO O| Oct 31 17:46:53.474 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5410 | 2024-10-31T17:46:54.886Z | [ recovery-image] Oct 31 17:46:53.485 INFO O| Oct 31 17:46:53.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5411 | 2024-10-31T17:46:54.888Z | [ recovery-image] Oct 31 17:46:53.486 INFO O| Oct 31 17:46:53.486 INFO STEP 415 (remove_files) COMPLETE |
5412 | 2024-10-31T17:46:54.888Z | [ recovery-image] Oct 31 17:46:53.486 INFO O| Oct 31 17:46:53.486 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5413 | 2024-10-31T17:46:54.897Z | [ recovery-image] Oct 31 17:46:53.496 INFO O| Oct 31 17:46:53.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5414 | 2024-10-31T17:46:54.900Z | [ recovery-image] Oct 31 17:46:53.496 INFO O| Oct 31 17:46:53.496 INFO STEP 416 (remove_files) COMPLETE |
5415 | 2024-10-31T17:46:54.900Z | [ recovery-image] Oct 31 17:46:53.497 INFO O| Oct 31 17:46:53.496 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5416 | 2024-10-31T17:46:54.908Z | [ recovery-image] Oct 31 17:46:53.507 INFO O| Oct 31 17:46:53.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5417 | 2024-10-31T17:46:54.910Z | [ recovery-image] Oct 31 17:46:53.507 INFO O| Oct 31 17:46:53.507 INFO STEP 417 (remove_files) COMPLETE |
5418 | 2024-10-31T17:46:54.910Z | [ recovery-image] Oct 31 17:46:53.507 INFO O| Oct 31 17:46:53.507 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5419 | 2024-10-31T17:46:54.918Z | [ recovery-image] Oct 31 17:46:53.517 INFO O| Oct 31 17:46:53.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5420 | 2024-10-31T17:46:54.920Z | [ recovery-image] Oct 31 17:46:53.517 INFO O| Oct 31 17:46:53.517 INFO STEP 418 (remove_files) COMPLETE |
5421 | 2024-10-31T17:46:54.920Z | [ recovery-image] Oct 31 17:46:53.517 INFO O| Oct 31 17:46:53.517 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5422 | 2024-10-31T17:46:54.928Z | [ recovery-image] Oct 31 17:46:53.527 INFO O| Oct 31 17:46:53.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5423 | 2024-10-31T17:46:54.931Z | [ recovery-image] Oct 31 17:46:53.527 INFO O| Oct 31 17:46:53.527 INFO STEP 419 (remove_files) COMPLETE |
5424 | 2024-10-31T17:46:54.931Z | [ recovery-image] Oct 31 17:46:53.527 INFO O| Oct 31 17:46:53.527 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-10-31T17:46:54.938Z | [ recovery-image] Oct 31 17:46:53.537 INFO O| Oct 31 17:46:53.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5426 | 2024-10-31T17:46:54.938Z | [ recovery-image] Oct 31 17:46:53.538 INFO O| Oct 31 17:46:53.537 INFO STEP 420 (remove_files) COMPLETE |
5427 | 2024-10-31T17:46:54.939Z | [ recovery-image] Oct 31 17:46:53.538 INFO O| Oct 31 17:46:53.538 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-10-31T17:46:54.949Z | [ recovery-image] Oct 31 17:46:53.548 INFO O| Oct 31 17:46:53.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5429 | 2024-10-31T17:46:54.951Z | [ recovery-image] Oct 31 17:46:53.548 INFO O| Oct 31 17:46:53.548 INFO STEP 421 (remove_files) COMPLETE |
5430 | 2024-10-31T17:46:54.951Z | [ recovery-image] Oct 31 17:46:53.548 INFO O| Oct 31 17:46:53.548 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-10-31T17:46:54.959Z | [ recovery-image] Oct 31 17:46:53.558 INFO O| Oct 31 17:46:53.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5432 | 2024-10-31T17:46:54.959Z | [ recovery-image] Oct 31 17:46:53.558 INFO O| Oct 31 17:46:53.558 INFO STEP 422 (remove_files) COMPLETE |
5433 | 2024-10-31T17:46:54.959Z | [ recovery-image] Oct 31 17:46:53.558 INFO O| Oct 31 17:46:53.558 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-10-31T17:46:54.969Z | [ recovery-image] Oct 31 17:46:53.568 INFO O| Oct 31 17:46:53.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5435 | 2024-10-31T17:46:54.972Z | [ recovery-image] Oct 31 17:46:53.568 INFO O| Oct 31 17:46:53.568 INFO STEP 423 (remove_files) COMPLETE |
5436 | 2024-10-31T17:46:54.972Z | [ recovery-image] Oct 31 17:46:53.568 INFO O| Oct 31 17:46:53.568 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-10-31T17:46:54.980Z | [ recovery-image] Oct 31 17:46:53.578 INFO O| Oct 31 17:46:53.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5438 | 2024-10-31T17:46:54.982Z | [ recovery-image] Oct 31 17:46:53.579 INFO O| Oct 31 17:46:53.578 INFO STEP 424 (remove_files) COMPLETE |
5439 | 2024-10-31T17:46:54.982Z | [ recovery-image] Oct 31 17:46:53.579 INFO O| Oct 31 17:46:53.579 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-10-31T17:46:54.990Z | [ recovery-image] Oct 31 17:46:53.589 INFO O| Oct 31 17:46:53.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5441 | 2024-10-31T17:46:54.991Z | [ recovery-image] Oct 31 17:46:53.590 INFO O| Oct 31 17:46:53.590 INFO STEP 425 (remove_files) COMPLETE |
5442 | 2024-10-31T17:46:54.991Z | [ recovery-image] Oct 31 17:46:53.590 INFO O| Oct 31 17:46:53.590 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-10-31T17:46:55.001Z | [ recovery-image] Oct 31 17:46:53.600 INFO O| Oct 31 17:46:53.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5444 | 2024-10-31T17:46:55.002Z | [ recovery-image] Oct 31 17:46:53.600 INFO O| Oct 31 17:46:53.600 INFO STEP 426 (remove_files) COMPLETE |
5445 | 2024-10-31T17:46:55.002Z | [ recovery-image] Oct 31 17:46:53.600 INFO O| Oct 31 17:46:53.600 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-10-31T17:46:55.011Z | [ recovery-image] Oct 31 17:46:53.610 INFO O| Oct 31 17:46:53.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5447 | 2024-10-31T17:46:55.011Z | [ recovery-image] Oct 31 17:46:53.610 INFO O| Oct 31 17:46:53.610 INFO STEP 427 (remove_files) COMPLETE |
5448 | 2024-10-31T17:46:55.011Z | [ recovery-image] Oct 31 17:46:53.610 INFO O| Oct 31 17:46:53.610 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-10-31T17:46:55.022Z | [ recovery-image] Oct 31 17:46:53.621 INFO O| Oct 31 17:46:53.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5450 | 2024-10-31T17:46:55.022Z | [ recovery-image] Oct 31 17:46:53.621 INFO O| Oct 31 17:46:53.621 INFO STEP 428 (remove_files) COMPLETE |
5451 | 2024-10-31T17:46:55.025Z | [ recovery-image] Oct 31 17:46:53.621 INFO O| Oct 31 17:46:53.621 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5452 | 2024-10-31T17:46:55.033Z | [ recovery-image] Oct 31 17:46:53.632 INFO O| Oct 31 17:46:53.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5453 | 2024-10-31T17:46:55.033Z | [ recovery-image] Oct 31 17:46:53.632 INFO O| Oct 31 17:46:53.632 INFO STEP 429 (remove_files) COMPLETE |
5454 | 2024-10-31T17:46:55.033Z | [ recovery-image] Oct 31 17:46:53.632 INFO O| Oct 31 17:46:53.632 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5455 | 2024-10-31T17:46:55.044Z | [ recovery-image] Oct 31 17:46:53.643 INFO O| Oct 31 17:46:53.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5456 | 2024-10-31T17:46:55.044Z | [ recovery-image] Oct 31 17:46:53.643 INFO O| Oct 31 17:46:53.643 INFO STEP 430 (remove_files) COMPLETE |
5457 | 2024-10-31T17:46:55.046Z | [ recovery-image] Oct 31 17:46:53.643 INFO O| Oct 31 17:46:53.643 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5458 | 2024-10-31T17:46:55.054Z | [ recovery-image] Oct 31 17:46:53.653 INFO O| Oct 31 17:46:53.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5459 | 2024-10-31T17:46:55.054Z | [ recovery-image] Oct 31 17:46:53.653 INFO O| Oct 31 17:46:53.653 INFO STEP 431 (remove_files) COMPLETE |
5460 | 2024-10-31T17:46:55.054Z | [ recovery-image] Oct 31 17:46:53.653 INFO O| Oct 31 17:46:53.653 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-10-31T17:46:55.065Z | [ recovery-image] Oct 31 17:46:53.664 INFO O| Oct 31 17:46:53.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5462 | 2024-10-31T17:46:55.065Z | [ recovery-image] Oct 31 17:46:53.664 INFO O| Oct 31 17:46:53.664 INFO STEP 432 (remove_files) COMPLETE |
5463 | 2024-10-31T17:46:55.068Z | [ recovery-image] Oct 31 17:46:53.664 INFO O| Oct 31 17:46:53.664 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-10-31T17:46:55.075Z | [ recovery-image] Oct 31 17:46:53.674 INFO O| Oct 31 17:46:53.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5465 | 2024-10-31T17:46:55.075Z | [ recovery-image] Oct 31 17:46:53.674 INFO O| Oct 31 17:46:53.674 INFO STEP 433 (remove_files) COMPLETE |
5466 | 2024-10-31T17:46:55.075Z | [ recovery-image] Oct 31 17:46:53.674 INFO O| Oct 31 17:46:53.674 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-10-31T17:46:55.085Z | [ recovery-image] Oct 31 17:46:53.684 INFO O| Oct 31 17:46:53.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5468 | 2024-10-31T17:46:55.085Z | [ recovery-image] Oct 31 17:46:53.684 INFO O| Oct 31 17:46:53.684 INFO STEP 434 (remove_files) COMPLETE |
5469 | 2024-10-31T17:46:55.085Z | [ recovery-image] Oct 31 17:46:53.684 INFO O| Oct 31 17:46:53.684 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-10-31T17:46:55.095Z | [ recovery-image] Oct 31 17:46:53.694 INFO O| Oct 31 17:46:53.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5471 | 2024-10-31T17:46:55.095Z | [ recovery-image] Oct 31 17:46:53.694 INFO O| Oct 31 17:46:53.694 INFO STEP 435 (remove_files) COMPLETE |
5472 | 2024-10-31T17:46:55.095Z | [ recovery-image] Oct 31 17:46:53.694 INFO O| Oct 31 17:46:53.694 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-10-31T17:46:55.105Z | [ recovery-image] Oct 31 17:46:53.704 INFO O| Oct 31 17:46:53.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5474 | 2024-10-31T17:46:55.105Z | [ recovery-image] Oct 31 17:46:53.704 INFO O| Oct 31 17:46:53.704 INFO STEP 436 (remove_files) COMPLETE |
5475 | 2024-10-31T17:46:55.105Z | [ recovery-image] Oct 31 17:46:53.704 INFO O| Oct 31 17:46:53.704 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5476 | 2024-10-31T17:46:55.115Z | [ recovery-image] Oct 31 17:46:53.714 INFO O| Oct 31 17:46:53.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5477 | 2024-10-31T17:46:55.115Z | [ recovery-image] Oct 31 17:46:53.714 INFO O| Oct 31 17:46:53.714 INFO STEP 437 (remove_files) COMPLETE |
5478 | 2024-10-31T17:46:55.115Z | [ recovery-image] Oct 31 17:46:53.714 INFO O| Oct 31 17:46:53.714 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5479 | 2024-10-31T17:46:55.125Z | [ recovery-image] Oct 31 17:46:53.724 INFO O| Oct 31 17:46:53.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5480 | 2024-10-31T17:46:55.125Z | [ recovery-image] Oct 31 17:46:53.724 INFO O| Oct 31 17:46:53.724 INFO STEP 438 (remove_files) COMPLETE |
5481 | 2024-10-31T17:46:55.128Z | [ recovery-image] Oct 31 17:46:53.724 INFO O| Oct 31 17:46:53.724 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5482 | 2024-10-31T17:46:55.135Z | [ recovery-image] Oct 31 17:46:53.734 INFO O| Oct 31 17:46:53.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5483 | 2024-10-31T17:46:55.135Z | [ recovery-image] Oct 31 17:46:53.734 INFO O| Oct 31 17:46:53.734 INFO STEP 439 (remove_files) COMPLETE |
5484 | 2024-10-31T17:46:55.135Z | [ recovery-image] Oct 31 17:46:53.734 INFO O| Oct 31 17:46:53.734 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5485 | 2024-10-31T17:46:55.146Z | [ recovery-image] Oct 31 17:46:53.745 INFO O| Oct 31 17:46:53.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5486 | 2024-10-31T17:46:55.146Z | [ recovery-image] Oct 31 17:46:53.745 INFO O| Oct 31 17:46:53.745 INFO STEP 440 (remove_files) COMPLETE |
5487 | 2024-10-31T17:46:55.148Z | [ recovery-image] Oct 31 17:46:53.745 INFO O| Oct 31 17:46:53.745 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5488 | 2024-10-31T17:46:55.157Z | [ recovery-image] Oct 31 17:46:53.756 INFO O| Oct 31 17:46:53.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5489 | 2024-10-31T17:46:55.157Z | [ recovery-image] Oct 31 17:46:53.756 INFO O| Oct 31 17:46:53.756 INFO STEP 441 (remove_files) COMPLETE |
5490 | 2024-10-31T17:46:55.159Z | [ recovery-image] Oct 31 17:46:53.756 INFO O| Oct 31 17:46:53.756 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5491 | 2024-10-31T17:46:55.169Z | [ recovery-image] Oct 31 17:46:53.767 INFO O| Oct 31 17:46:53.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5492 | 2024-10-31T17:46:55.169Z | [ recovery-image] Oct 31 17:46:53.768 INFO O| Oct 31 17:46:53.768 INFO STEP 442 (remove_files) COMPLETE |
5493 | 2024-10-31T17:46:55.171Z | [ recovery-image] Oct 31 17:46:53.768 INFO O| Oct 31 17:46:53.768 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5494 | 2024-10-31T17:46:55.179Z | [ recovery-image] Oct 31 17:46:53.778 INFO O| Oct 31 17:46:53.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5495 | 2024-10-31T17:46:55.182Z | [ recovery-image] Oct 31 17:46:53.778 INFO O| Oct 31 17:46:53.778 INFO STEP 443 (remove_files) COMPLETE |
5496 | 2024-10-31T17:46:55.182Z | [ recovery-image] Oct 31 17:46:53.778 INFO O| Oct 31 17:46:53.778 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5497 | 2024-10-31T17:46:55.190Z | [ recovery-image] Oct 31 17:46:53.789 INFO O| Oct 31 17:46:53.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5498 | 2024-10-31T17:46:55.190Z | [ recovery-image] Oct 31 17:46:53.789 INFO O| Oct 31 17:46:53.789 INFO STEP 444 (remove_files) COMPLETE |
5499 | 2024-10-31T17:46:55.193Z | [ recovery-image] Oct 31 17:46:53.789 INFO O| Oct 31 17:46:53.789 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5500 | 2024-10-31T17:46:55.201Z | [ recovery-image] Oct 31 17:46:53.800 INFO O| Oct 31 17:46:53.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5501 | 2024-10-31T17:46:55.201Z | [ recovery-image] Oct 31 17:46:53.800 INFO O| Oct 31 17:46:53.800 INFO STEP 445 (remove_files) COMPLETE |
5502 | 2024-10-31T17:46:55.203Z | [ recovery-image] Oct 31 17:46:53.800 INFO O| Oct 31 17:46:53.800 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5503 | 2024-10-31T17:46:55.211Z | [ recovery-image] Oct 31 17:46:53.810 INFO O| Oct 31 17:46:53.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5504 | 2024-10-31T17:46:55.214Z | [ recovery-image] Oct 31 17:46:53.810 INFO O| Oct 31 17:46:53.810 INFO STEP 446 (remove_files) COMPLETE |
5505 | 2024-10-31T17:46:55.214Z | [ recovery-image] Oct 31 17:46:53.810 INFO O| Oct 31 17:46:53.810 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5506 | 2024-10-31T17:46:55.221Z | [ recovery-image] Oct 31 17:46:53.820 INFO O| Oct 31 17:46:53.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5507 | 2024-10-31T17:46:55.221Z | [ recovery-image] Oct 31 17:46:53.820 INFO O| Oct 31 17:46:53.820 INFO STEP 447 (remove_files) COMPLETE |
5508 | 2024-10-31T17:46:55.223Z | [ recovery-image] Oct 31 17:46:53.820 INFO O| Oct 31 17:46:53.820 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5509 | 2024-10-31T17:46:55.231Z | [ recovery-image] Oct 31 17:46:53.830 INFO O| Oct 31 17:46:53.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5510 | 2024-10-31T17:46:55.231Z | [ recovery-image] Oct 31 17:46:53.830 INFO O| Oct 31 17:46:53.830 INFO STEP 448 (remove_files) COMPLETE |
5511 | 2024-10-31T17:46:55.234Z | [ recovery-image] Oct 31 17:46:53.830 INFO O| Oct 31 17:46:53.830 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-10-31T17:46:55.242Z | [ recovery-image] Oct 31 17:46:53.840 INFO O| Oct 31 17:46:53.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5513 | 2024-10-31T17:46:55.244Z | [ recovery-image] Oct 31 17:46:53.840 INFO O| Oct 31 17:46:53.840 INFO STEP 449 (remove_files) COMPLETE |
5514 | 2024-10-31T17:46:55.244Z | [ recovery-image] Oct 31 17:46:53.840 INFO O| Oct 31 17:46:53.840 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-10-31T17:46:55.252Z | [ recovery-image] Oct 31 17:46:53.851 INFO O| Oct 31 17:46:53.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5516 | 2024-10-31T17:46:55.254Z | [ recovery-image] Oct 31 17:46:53.851 INFO O| Oct 31 17:46:53.851 INFO STEP 450 (remove_files) COMPLETE |
5517 | 2024-10-31T17:46:55.254Z | [ recovery-image] Oct 31 17:46:53.851 INFO O| Oct 31 17:46:53.851 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-10-31T17:46:55.263Z | [ recovery-image] Oct 31 17:46:53.862 INFO O| Oct 31 17:46:53.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5519 | 2024-10-31T17:46:55.266Z | [ recovery-image] Oct 31 17:46:53.862 INFO O| Oct 31 17:46:53.862 INFO STEP 451 (remove_files) COMPLETE |
5520 | 2024-10-31T17:46:55.266Z | [ recovery-image] Oct 31 17:46:53.862 INFO O| Oct 31 17:46:53.862 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-10-31T17:46:55.274Z | [ recovery-image] Oct 31 17:46:53.873 INFO O| Oct 31 17:46:53.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5522 | 2024-10-31T17:46:55.276Z | [ recovery-image] Oct 31 17:46:53.873 INFO O| Oct 31 17:46:53.873 INFO STEP 452 (remove_files) COMPLETE |
5523 | 2024-10-31T17:46:55.276Z | [ recovery-image] Oct 31 17:46:53.873 INFO O| Oct 31 17:46:53.873 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-10-31T17:46:55.287Z | [ recovery-image] Oct 31 17:46:53.886 INFO O| Oct 31 17:46:53.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5525 | 2024-10-31T17:46:55.289Z | [ recovery-image] Oct 31 17:46:53.886 INFO O| Oct 31 17:46:53.886 INFO STEP 453 (remove_files) COMPLETE |
5526 | 2024-10-31T17:46:55.289Z | [ recovery-image] Oct 31 17:46:53.886 INFO O| Oct 31 17:46:53.886 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-10-31T17:46:55.297Z | [ recovery-image] Oct 31 17:46:53.896 INFO O| Oct 31 17:46:53.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5528 | 2024-10-31T17:46:55.297Z | [ recovery-image] Oct 31 17:46:53.896 INFO O| Oct 31 17:46:53.896 INFO STEP 454 (remove_files) COMPLETE |
5529 | 2024-10-31T17:46:55.300Z | [ recovery-image] Oct 31 17:46:53.896 INFO O| Oct 31 17:46:53.896 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-10-31T17:46:55.310Z | [ recovery-image] Oct 31 17:46:53.908 INFO O| Oct 31 17:46:53.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5531 | 2024-10-31T17:46:55.310Z | [ recovery-image] Oct 31 17:46:53.908 INFO O| Oct 31 17:46:53.908 INFO STEP 455 (remove_files) COMPLETE |
5532 | 2024-10-31T17:46:55.312Z | [ recovery-image] Oct 31 17:46:53.908 INFO O| Oct 31 17:46:53.908 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-10-31T17:46:55.321Z | [ recovery-image] Oct 31 17:46:53.920 INFO O| Oct 31 17:46:53.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5534 | 2024-10-31T17:46:55.321Z | [ recovery-image] Oct 31 17:46:53.920 INFO O| Oct 31 17:46:53.920 INFO STEP 456 (remove_files) COMPLETE |
5535 | 2024-10-31T17:46:55.324Z | [ recovery-image] Oct 31 17:46:53.920 INFO O| Oct 31 17:46:53.920 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-10-31T17:46:55.332Z | [ recovery-image] Oct 31 17:46:53.931 INFO O| Oct 31 17:46:53.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5537 | 2024-10-31T17:46:55.332Z | [ recovery-image] Oct 31 17:46:53.931 INFO O| Oct 31 17:46:53.931 INFO STEP 457 (remove_files) COMPLETE |
5538 | 2024-10-31T17:46:55.335Z | [ recovery-image] Oct 31 17:46:53.931 INFO O| Oct 31 17:46:53.931 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-10-31T17:46:55.342Z | [ recovery-image] Oct 31 17:46:53.941 INFO O| Oct 31 17:46:53.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5540 | 2024-10-31T17:46:55.342Z | [ recovery-image] Oct 31 17:46:53.941 INFO O| Oct 31 17:46:53.941 INFO STEP 458 (remove_files) COMPLETE |
5541 | 2024-10-31T17:46:55.342Z | [ recovery-image] Oct 31 17:46:53.941 INFO O| Oct 31 17:46:53.941 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-10-31T17:46:55.352Z | [ recovery-image] Oct 31 17:46:53.951 INFO O| Oct 31 17:46:53.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5543 | 2024-10-31T17:46:55.352Z | [ recovery-image] Oct 31 17:46:53.951 INFO O| Oct 31 17:46:53.951 INFO STEP 459 (remove_files) COMPLETE |
5544 | 2024-10-31T17:46:55.355Z | [ recovery-image] Oct 31 17:46:53.951 INFO O| Oct 31 17:46:53.951 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-10-31T17:46:55.362Z | [ recovery-image] Oct 31 17:46:53.961 INFO O| Oct 31 17:46:53.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5546 | 2024-10-31T17:46:55.362Z | [ recovery-image] Oct 31 17:46:53.961 INFO O| Oct 31 17:46:53.961 INFO STEP 460 (remove_files) COMPLETE |
5547 | 2024-10-31T17:46:55.364Z | [ recovery-image] Oct 31 17:46:53.961 INFO O| Oct 31 17:46:53.961 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-10-31T17:46:55.373Z | [ recovery-image] Oct 31 17:46:53.971 INFO O| Oct 31 17:46:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5549 | 2024-10-31T17:46:55.373Z | [ recovery-image] Oct 31 17:46:53.971 INFO O| Oct 31 17:46:53.971 INFO STEP 461 (remove_files) COMPLETE |
5550 | 2024-10-31T17:46:55.375Z | [ recovery-image] Oct 31 17:46:53.971 INFO O| Oct 31 17:46:53.971 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-10-31T17:46:55.382Z | [ recovery-image] Oct 31 17:46:53.981 INFO O| Oct 31 17:46:53.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5552 | 2024-10-31T17:46:55.385Z | [ recovery-image] Oct 31 17:46:53.981 INFO O| Oct 31 17:46:53.981 INFO STEP 462 (remove_files) COMPLETE |
5553 | 2024-10-31T17:46:55.385Z | [ recovery-image] Oct 31 17:46:53.981 INFO O| Oct 31 17:46:53.981 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-10-31T17:46:55.393Z | [ recovery-image] Oct 31 17:46:53.992 INFO O| Oct 31 17:46:53.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5555 | 2024-10-31T17:46:55.393Z | [ recovery-image] Oct 31 17:46:53.992 INFO O| Oct 31 17:46:53.992 INFO STEP 463 (remove_files) COMPLETE |
5556 | 2024-10-31T17:46:55.395Z | [ recovery-image] Oct 31 17:46:53.992 INFO O| Oct 31 17:46:53.992 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-10-31T17:46:55.405Z | [ recovery-image] Oct 31 17:46:54.003 INFO O| Oct 31 17:46:54.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5558 | 2024-10-31T17:46:55.405Z | [ recovery-image] Oct 31 17:46:54.003 INFO O| Oct 31 17:46:54.003 INFO STEP 464 (remove_files) COMPLETE |
5559 | 2024-10-31T17:46:55.407Z | [ recovery-image] Oct 31 17:46:54.003 INFO O| Oct 31 17:46:54.003 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-10-31T17:46:55.416Z | [ recovery-image] Oct 31 17:46:54.015 INFO O| Oct 31 17:46:54.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5561 | 2024-10-31T17:46:55.418Z | [ recovery-image] Oct 31 17:46:54.016 INFO O| Oct 31 17:46:54.016 INFO STEP 465 (remove_files) COMPLETE |
5562 | 2024-10-31T17:46:55.419Z | [ recovery-image] Oct 31 17:46:54.016 INFO O| Oct 31 17:46:54.016 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-10-31T17:46:55.428Z | [ recovery-image] Oct 31 17:46:54.027 INFO O| Oct 31 17:46:54.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5564 | 2024-10-31T17:46:55.431Z | [ recovery-image] Oct 31 17:46:54.027 INFO O| Oct 31 17:46:54.027 INFO STEP 466 (remove_files) COMPLETE |
5565 | 2024-10-31T17:46:55.431Z | [ recovery-image] Oct 31 17:46:54.027 INFO O| Oct 31 17:46:54.027 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-10-31T17:46:55.439Z | [ recovery-image] Oct 31 17:46:54.038 INFO O| Oct 31 17:46:54.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5567 | 2024-10-31T17:46:55.439Z | [ recovery-image] Oct 31 17:46:54.038 INFO O| Oct 31 17:46:54.038 INFO STEP 467 (remove_files) COMPLETE |
5568 | 2024-10-31T17:46:55.441Z | [ recovery-image] Oct 31 17:46:54.038 INFO O| Oct 31 17:46:54.038 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-10-31T17:46:55.450Z | [ recovery-image] Oct 31 17:46:54.049 INFO O| Oct 31 17:46:54.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5570 | 2024-10-31T17:46:55.450Z | [ recovery-image] Oct 31 17:46:54.049 INFO O| Oct 31 17:46:54.049 INFO STEP 468 (remove_files) COMPLETE |
5571 | 2024-10-31T17:46:55.450Z | [ recovery-image] Oct 31 17:46:54.049 INFO O| Oct 31 17:46:54.049 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-10-31T17:46:55.461Z | [ recovery-image] Oct 31 17:46:54.060 INFO O| Oct 31 17:46:54.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5573 | 2024-10-31T17:46:55.461Z | [ recovery-image] Oct 31 17:46:54.060 INFO O| Oct 31 17:46:54.060 INFO STEP 469 (remove_files) COMPLETE |
5574 | 2024-10-31T17:46:55.461Z | [ recovery-image] Oct 31 17:46:54.060 INFO O| Oct 31 17:46:54.060 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-10-31T17:46:55.473Z | [ recovery-image] Oct 31 17:46:54.071 INFO O| Oct 31 17:46:54.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5576 | 2024-10-31T17:46:55.473Z | [ recovery-image] Oct 31 17:46:54.071 INFO O| Oct 31 17:46:54.071 INFO STEP 470 (remove_files) COMPLETE |
5577 | 2024-10-31T17:46:55.473Z | [ recovery-image] Oct 31 17:46:54.071 INFO O| Oct 31 17:46:54.071 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-10-31T17:46:55.485Z | [ recovery-image] Oct 31 17:46:54.084 INFO O| Oct 31 17:46:54.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5579 | 2024-10-31T17:46:55.485Z | [ recovery-image] Oct 31 17:46:54.084 INFO O| Oct 31 17:46:54.084 INFO STEP 471 (remove_files) COMPLETE |
5580 | 2024-10-31T17:46:55.488Z | [ recovery-image] Oct 31 17:46:54.084 INFO O| Oct 31 17:46:54.084 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-10-31T17:46:55.499Z | [ recovery-image] Oct 31 17:46:54.098 INFO O| Oct 31 17:46:54.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5582 | 2024-10-31T17:46:55.499Z | [ recovery-image] Oct 31 17:46:54.098 INFO O| Oct 31 17:46:54.098 INFO STEP 472 (remove_files) COMPLETE |
5583 | 2024-10-31T17:46:55.502Z | [ recovery-image] Oct 31 17:46:54.098 INFO O| Oct 31 17:46:54.098 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-10-31T17:46:55.514Z | [ recovery-image] Oct 31 17:46:54.112 INFO O| Oct 31 17:46:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5585 | 2024-10-31T17:46:55.514Z | [ recovery-image] Oct 31 17:46:54.112 INFO O| Oct 31 17:46:54.112 INFO STEP 473 (remove_files) COMPLETE |
5586 | 2024-10-31T17:46:55.514Z | [ recovery-image] Oct 31 17:46:54.113 INFO O| Oct 31 17:46:54.112 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-10-31T17:46:55.527Z | [ recovery-image] Oct 31 17:46:54.125 INFO O| Oct 31 17:46:54.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5588 | 2024-10-31T17:46:55.529Z | [ recovery-image] Oct 31 17:46:54.125 INFO O| Oct 31 17:46:54.125 INFO STEP 474 (remove_files) COMPLETE |
5589 | 2024-10-31T17:46:55.529Z | [ recovery-image] Oct 31 17:46:54.126 INFO O| Oct 31 17:46:54.125 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-10-31T17:46:55.540Z | [ recovery-image] Oct 31 17:46:54.138 INFO O| Oct 31 17:46:54.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5591 | 2024-10-31T17:46:55.540Z | [ recovery-image] Oct 31 17:46:54.138 INFO O| Oct 31 17:46:54.138 INFO STEP 475 (remove_files) COMPLETE |
5592 | 2024-10-31T17:46:55.540Z | [ recovery-image] Oct 31 17:46:54.138 INFO O| Oct 31 17:46:54.138 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-10-31T17:46:55.553Z | [ recovery-image] Oct 31 17:46:54.152 INFO O| Oct 31 17:46:54.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5594 | 2024-10-31T17:46:55.553Z | [ recovery-image] Oct 31 17:46:54.152 INFO O| Oct 31 17:46:54.152 INFO STEP 476 (remove_files) COMPLETE |
5595 | 2024-10-31T17:46:55.553Z | [ recovery-image] Oct 31 17:46:54.152 INFO O| Oct 31 17:46:54.152 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-10-31T17:46:55.566Z | [ recovery-image] Oct 31 17:46:54.165 INFO O| Oct 31 17:46:54.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5597 | 2024-10-31T17:46:55.566Z | [ recovery-image] Oct 31 17:46:54.165 INFO O| Oct 31 17:46:54.165 INFO STEP 477 (remove_files) COMPLETE |
5598 | 2024-10-31T17:46:55.566Z | [ recovery-image] Oct 31 17:46:54.165 INFO O| Oct 31 17:46:54.165 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-10-31T17:46:55.580Z | [ recovery-image] Oct 31 17:46:54.179 INFO O| Oct 31 17:46:54.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5600 | 2024-10-31T17:46:55.581Z | [ recovery-image] Oct 31 17:46:54.179 INFO O| Oct 31 17:46:54.179 INFO STEP 478 (remove_files) COMPLETE |
5601 | 2024-10-31T17:46:55.583Z | [ recovery-image] Oct 31 17:46:54.179 INFO O| Oct 31 17:46:54.179 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-10-31T17:46:55.595Z | [ recovery-image] Oct 31 17:46:54.193 INFO O| Oct 31 17:46:54.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5603 | 2024-10-31T17:46:55.595Z | [ recovery-image] Oct 31 17:46:54.194 INFO O| Oct 31 17:46:54.194 INFO STEP 479 (remove_files) COMPLETE |
5604 | 2024-10-31T17:46:55.595Z | [ recovery-image] Oct 31 17:46:54.194 INFO O| Oct 31 17:46:54.194 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-10-31T17:46:55.610Z | [ recovery-image] Oct 31 17:46:54.208 INFO O| Oct 31 17:46:54.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5606 | 2024-10-31T17:46:55.610Z | [ recovery-image] Oct 31 17:46:54.208 INFO O| Oct 31 17:46:54.208 INFO STEP 480 (remove_files) COMPLETE |
5607 | 2024-10-31T17:46:55.612Z | [ recovery-image] Oct 31 17:46:54.208 INFO O| Oct 31 17:46:54.208 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-10-31T17:46:55.623Z | [ recovery-image] Oct 31 17:46:54.221 INFO O| Oct 31 17:46:54.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5609 | 2024-10-31T17:46:55.623Z | [ recovery-image] Oct 31 17:46:54.222 INFO O| Oct 31 17:46:54.221 INFO STEP 481 (remove_files) COMPLETE |
5610 | 2024-10-31T17:46:55.625Z | [ recovery-image] Oct 31 17:46:54.222 INFO O| Oct 31 17:46:54.222 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-10-31T17:46:55.636Z | [ recovery-image] Oct 31 17:46:54.234 INFO O| Oct 31 17:46:54.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5612 | 2024-10-31T17:46:55.636Z | [ recovery-image] Oct 31 17:46:54.235 INFO O| Oct 31 17:46:54.235 INFO STEP 482 (remove_files) COMPLETE |
5613 | 2024-10-31T17:46:55.638Z | [ recovery-image] Oct 31 17:46:54.235 INFO O| Oct 31 17:46:54.235 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-10-31T17:46:55.647Z | [ recovery-image] Oct 31 17:46:54.246 INFO O| Oct 31 17:46:54.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5615 | 2024-10-31T17:46:55.649Z | [ recovery-image] Oct 31 17:46:54.246 INFO O| Oct 31 17:46:54.246 INFO STEP 483 (remove_files) COMPLETE |
5616 | 2024-10-31T17:46:55.649Z | [ recovery-image] Oct 31 17:46:54.246 INFO O| Oct 31 17:46:54.246 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-10-31T17:46:55.659Z | [ recovery-image] Oct 31 17:46:54.258 INFO O| Oct 31 17:46:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5618 | 2024-10-31T17:46:55.659Z | [ recovery-image] Oct 31 17:46:54.258 INFO O| Oct 31 17:46:54.258 INFO STEP 484 (remove_files) COMPLETE |
5619 | 2024-10-31T17:46:55.659Z | [ recovery-image] Oct 31 17:46:54.258 INFO O| Oct 31 17:46:54.258 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-10-31T17:46:55.671Z | [ recovery-image] Oct 31 17:46:54.270 INFO O| Oct 31 17:46:54.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5621 | 2024-10-31T17:46:55.671Z | [ recovery-image] Oct 31 17:46:54.270 INFO O| Oct 31 17:46:54.270 INFO STEP 485 (remove_files) COMPLETE |
5622 | 2024-10-31T17:46:55.672Z | [ recovery-image] Oct 31 17:46:54.270 INFO O| Oct 31 17:46:54.270 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-10-31T17:46:55.683Z | [ recovery-image] Oct 31 17:46:54.281 INFO O| Oct 31 17:46:54.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5624 | 2024-10-31T17:46:55.683Z | [ recovery-image] Oct 31 17:46:54.281 INFO O| Oct 31 17:46:54.281 INFO STEP 486 (remove_files) COMPLETE |
5625 | 2024-10-31T17:46:55.685Z | [ recovery-image] Oct 31 17:46:54.281 INFO O| Oct 31 17:46:54.281 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-10-31T17:46:55.693Z | [ recovery-image] Oct 31 17:46:54.292 INFO O| Oct 31 17:46:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5627 | 2024-10-31T17:46:55.693Z | [ recovery-image] Oct 31 17:46:54.292 INFO O| Oct 31 17:46:54.292 INFO STEP 487 (remove_files) COMPLETE |
5628 | 2024-10-31T17:46:55.693Z | [ recovery-image] Oct 31 17:46:54.292 INFO O| Oct 31 17:46:54.292 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-10-31T17:46:55.703Z | [ recovery-image] Oct 31 17:46:54.302 INFO O| Oct 31 17:46:54.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5630 | 2024-10-31T17:46:55.704Z | [ recovery-image] Oct 31 17:46:54.302 INFO O| Oct 31 17:46:54.302 INFO STEP 488 (remove_files) COMPLETE |
5631 | 2024-10-31T17:46:55.706Z | [ recovery-image] Oct 31 17:46:54.302 INFO O| Oct 31 17:46:54.302 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-10-31T17:46:55.714Z | [ recovery-image] Oct 31 17:46:54.312 INFO O| Oct 31 17:46:54.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5633 | 2024-10-31T17:46:55.714Z | [ recovery-image] Oct 31 17:46:54.313 INFO O| Oct 31 17:46:54.313 INFO STEP 489 (remove_files) COMPLETE |
5634 | 2024-10-31T17:46:55.716Z | [ recovery-image] Oct 31 17:46:54.313 INFO O| Oct 31 17:46:54.313 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-10-31T17:46:55.725Z | [ recovery-image] Oct 31 17:46:54.324 INFO O| Oct 31 17:46:54.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5636 | 2024-10-31T17:46:55.725Z | [ recovery-image] Oct 31 17:46:54.324 INFO O| Oct 31 17:46:54.324 INFO STEP 490 (remove_files) COMPLETE |
5637 | 2024-10-31T17:46:55.725Z | [ recovery-image] Oct 31 17:46:54.324 INFO O| Oct 31 17:46:54.324 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-10-31T17:46:55.737Z | [ recovery-image] Oct 31 17:46:54.336 INFO O| Oct 31 17:46:54.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5639 | 2024-10-31T17:46:55.737Z | [ recovery-image] Oct 31 17:46:54.336 INFO O| Oct 31 17:46:54.336 INFO STEP 491 (remove_files) COMPLETE |
5640 | 2024-10-31T17:46:55.740Z | [ recovery-image] Oct 31 17:46:54.336 INFO O| Oct 31 17:46:54.336 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-10-31T17:46:55.748Z | [ recovery-image] Oct 31 17:46:54.346 INFO O| Oct 31 17:46:54.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5642 | 2024-10-31T17:46:55.750Z | [ recovery-image] Oct 31 17:46:54.347 INFO O| Oct 31 17:46:54.347 INFO STEP 492 (remove_files) COMPLETE |
5643 | 2024-10-31T17:46:55.750Z | [ recovery-image] Oct 31 17:46:54.347 INFO O| Oct 31 17:46:54.347 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-10-31T17:46:55.758Z | [ recovery-image] Oct 31 17:46:54.357 INFO O| Oct 31 17:46:54.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5645 | 2024-10-31T17:46:55.758Z | [ recovery-image] Oct 31 17:46:54.357 INFO O| Oct 31 17:46:54.357 INFO STEP 493 (remove_files) COMPLETE |
5646 | 2024-10-31T17:46:55.761Z | [ recovery-image] Oct 31 17:46:54.357 INFO O| Oct 31 17:46:54.357 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-10-31T17:46:55.769Z | [ recovery-image] Oct 31 17:46:54.368 INFO O| Oct 31 17:46:54.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5648 | 2024-10-31T17:46:55.771Z | [ recovery-image] Oct 31 17:46:54.368 INFO O| Oct 31 17:46:54.368 INFO STEP 494 (remove_files) COMPLETE |
5649 | 2024-10-31T17:46:55.771Z | [ recovery-image] Oct 31 17:46:54.368 INFO O| Oct 31 17:46:54.368 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-10-31T17:46:55.781Z | [ recovery-image] Oct 31 17:46:54.379 INFO O| Oct 31 17:46:54.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5651 | 2024-10-31T17:46:55.783Z | [ recovery-image] Oct 31 17:46:54.379 INFO O| Oct 31 17:46:54.379 INFO STEP 495 (remove_files) COMPLETE |
5652 | 2024-10-31T17:46:55.783Z | [ recovery-image] Oct 31 17:46:54.379 INFO O| Oct 31 17:46:54.379 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-10-31T17:46:55.791Z | [ recovery-image] Oct 31 17:46:54.390 INFO O| Oct 31 17:46:54.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5654 | 2024-10-31T17:46:55.791Z | [ recovery-image] Oct 31 17:46:54.390 INFO O| Oct 31 17:46:54.390 INFO STEP 496 (remove_files) COMPLETE |
5655 | 2024-10-31T17:46:55.791Z | [ recovery-image] Oct 31 17:46:54.390 INFO O| Oct 31 17:46:54.390 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-10-31T17:46:55.801Z | [ recovery-image] Oct 31 17:46:54.400 INFO O| Oct 31 17:46:54.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5657 | 2024-10-31T17:46:55.801Z | [ recovery-image] Oct 31 17:46:54.400 INFO O| Oct 31 17:46:54.400 INFO STEP 497 (remove_files) COMPLETE |
5658 | 2024-10-31T17:46:55.804Z | [ recovery-image] Oct 31 17:46:54.400 INFO O| Oct 31 17:46:54.400 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-10-31T17:46:55.812Z | [ recovery-image] Oct 31 17:46:54.410 INFO O| Oct 31 17:46:54.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5660 | 2024-10-31T17:46:55.814Z | [ recovery-image] Oct 31 17:46:54.410 INFO O| Oct 31 17:46:54.410 INFO STEP 498 (remove_files) COMPLETE |
5661 | 2024-10-31T17:46:55.814Z | [ recovery-image] Oct 31 17:46:54.410 INFO O| Oct 31 17:46:54.410 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-10-31T17:46:55.821Z | [ recovery-image] Oct 31 17:46:54.420 INFO O| Oct 31 17:46:54.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5663 | 2024-10-31T17:46:55.824Z | [ recovery-image] Oct 31 17:46:54.420 INFO O| Oct 31 17:46:54.420 INFO STEP 499 (remove_files) COMPLETE |
5664 | 2024-10-31T17:46:55.824Z | [ recovery-image] Oct 31 17:46:54.420 INFO O| Oct 31 17:46:54.420 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-10-31T17:46:55.832Z | [ recovery-image] Oct 31 17:46:54.431 INFO O| Oct 31 17:46:54.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5666 | 2024-10-31T17:46:55.835Z | [ recovery-image] Oct 31 17:46:54.431 INFO O| Oct 31 17:46:54.431 INFO STEP 500 (remove_files) COMPLETE |
5667 | 2024-10-31T17:46:55.835Z | [ recovery-image] Oct 31 17:46:54.431 INFO O| Oct 31 17:46:54.431 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-10-31T17:46:55.845Z | [ recovery-image] Oct 31 17:46:54.443 INFO O| Oct 31 17:46:54.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5669 | 2024-10-31T17:46:55.845Z | [ recovery-image] Oct 31 17:46:54.443 INFO O| Oct 31 17:46:54.443 INFO STEP 501 (remove_files) COMPLETE |
5670 | 2024-10-31T17:46:55.847Z | [ recovery-image] Oct 31 17:46:54.443 INFO O| Oct 31 17:46:54.443 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-10-31T17:46:55.855Z | [ recovery-image] Oct 31 17:46:54.453 INFO O| Oct 31 17:46:54.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5672 | 2024-10-31T17:46:55.855Z | [ recovery-image] Oct 31 17:46:54.454 INFO O| Oct 31 17:46:54.454 INFO STEP 502 (remove_files) COMPLETE |
5673 | 2024-10-31T17:46:55.857Z | [ recovery-image] Oct 31 17:46:54.454 INFO O| Oct 31 17:46:54.454 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-10-31T17:46:55.865Z | [ recovery-image] Oct 31 17:46:54.463 INFO O| Oct 31 17:46:54.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5675 | 2024-10-31T17:46:55.865Z | [ recovery-image] Oct 31 17:46:54.464 INFO O| Oct 31 17:46:54.464 INFO STEP 503 (remove_files) COMPLETE |
5676 | 2024-10-31T17:46:55.865Z | [ recovery-image] Oct 31 17:46:54.464 INFO O| Oct 31 17:46:54.464 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-10-31T17:46:55.875Z | [ recovery-image] Oct 31 17:46:54.473 INFO O| Oct 31 17:46:54.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5678 | 2024-10-31T17:46:55.875Z | [ recovery-image] Oct 31 17:46:54.473 INFO O| Oct 31 17:46:54.473 INFO STEP 504 (remove_files) COMPLETE |
5679 | 2024-10-31T17:46:55.877Z | [ recovery-image] Oct 31 17:46:54.473 INFO O| Oct 31 17:46:54.473 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-10-31T17:46:55.884Z | [ recovery-image] Oct 31 17:46:54.483 INFO O| Oct 31 17:46:54.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5681 | 2024-10-31T17:46:55.884Z | [ recovery-image] Oct 31 17:46:54.483 INFO O| Oct 31 17:46:54.483 INFO STEP 505 (remove_files) COMPLETE |
5682 | 2024-10-31T17:46:55.888Z | [ recovery-image] Oct 31 17:46:54.483 INFO O| Oct 31 17:46:54.483 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-10-31T17:46:55.894Z | [ recovery-image] Oct 31 17:46:54.493 INFO O| Oct 31 17:46:54.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5684 | 2024-10-31T17:46:55.897Z | [ recovery-image] Oct 31 17:46:54.493 INFO O| Oct 31 17:46:54.493 INFO STEP 506 (remove_files) COMPLETE |
5685 | 2024-10-31T17:46:55.897Z | [ recovery-image] Oct 31 17:46:54.493 INFO O| Oct 31 17:46:54.493 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-10-31T17:46:55.903Z | [ recovery-image] Oct 31 17:46:54.502 INFO O| Oct 31 17:46:54.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5687 | 2024-10-31T17:46:55.903Z | [ recovery-image] Oct 31 17:46:54.502 INFO O| Oct 31 17:46:54.502 INFO STEP 507 (remove_files) COMPLETE |
5688 | 2024-10-31T17:46:55.906Z | [ recovery-image] Oct 31 17:46:54.502 INFO O| Oct 31 17:46:54.502 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-10-31T17:46:55.913Z | [ recovery-image] Oct 31 17:46:54.512 INFO O| Oct 31 17:46:54.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5690 | 2024-10-31T17:46:55.913Z | [ recovery-image] Oct 31 17:46:54.512 INFO O| Oct 31 17:46:54.512 INFO STEP 508 (remove_files) COMPLETE |
5691 | 2024-10-31T17:46:55.915Z | [ recovery-image] Oct 31 17:46:54.512 INFO O| Oct 31 17:46:54.512 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-10-31T17:46:55.923Z | [ recovery-image] Oct 31 17:46:54.521 INFO O| Oct 31 17:46:54.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5693 | 2024-10-31T17:46:55.923Z | [ recovery-image] Oct 31 17:46:54.522 INFO O| Oct 31 17:46:54.522 INFO STEP 509 (remove_files) COMPLETE |
5694 | 2024-10-31T17:46:55.923Z | [ recovery-image] Oct 31 17:46:54.522 INFO O| Oct 31 17:46:54.522 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-10-31T17:46:55.932Z | [ recovery-image] Oct 31 17:46:54.531 INFO O| Oct 31 17:46:54.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5696 | 2024-10-31T17:46:55.932Z | [ recovery-image] Oct 31 17:46:54.531 INFO O| Oct 31 17:46:54.531 INFO STEP 510 (remove_files) COMPLETE |
5697 | 2024-10-31T17:46:55.932Z | [ recovery-image] Oct 31 17:46:54.531 INFO O| Oct 31 17:46:54.531 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-10-31T17:46:55.942Z | [ recovery-image] Oct 31 17:46:54.541 INFO O| Oct 31 17:46:54.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5699 | 2024-10-31T17:46:55.942Z | [ recovery-image] Oct 31 17:46:54.541 INFO O| Oct 31 17:46:54.541 INFO STEP 511 (remove_files) COMPLETE |
5700 | 2024-10-31T17:46:55.945Z | [ recovery-image] Oct 31 17:46:54.541 INFO O| Oct 31 17:46:54.541 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-10-31T17:46:55.952Z | [ recovery-image] Oct 31 17:46:54.551 INFO O| Oct 31 17:46:54.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5702 | 2024-10-31T17:46:55.955Z | [ recovery-image] Oct 31 17:46:54.551 INFO O| Oct 31 17:46:54.551 INFO STEP 512 (remove_files) COMPLETE |
5703 | 2024-10-31T17:46:55.955Z | [ recovery-image] Oct 31 17:46:54.551 INFO O| Oct 31 17:46:54.551 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-10-31T17:46:55.962Z | [ recovery-image] Oct 31 17:46:54.561 INFO O| Oct 31 17:46:54.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5705 | 2024-10-31T17:46:55.965Z | [ recovery-image] Oct 31 17:46:54.561 INFO O| Oct 31 17:46:54.561 INFO STEP 513 (remove_files) COMPLETE |
5706 | 2024-10-31T17:46:55.965Z | [ recovery-image] Oct 31 17:46:54.561 INFO O| Oct 31 17:46:54.561 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-10-31T17:46:55.972Z | [ recovery-image] Oct 31 17:46:54.571 INFO O| Oct 31 17:46:54.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5708 | 2024-10-31T17:46:55.972Z | [ recovery-image] Oct 31 17:46:54.571 INFO O| Oct 31 17:46:54.571 INFO STEP 514 (remove_files) COMPLETE |
5709 | 2024-10-31T17:46:55.972Z | [ recovery-image] Oct 31 17:46:54.571 INFO O| Oct 31 17:46:54.571 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-10-31T17:46:55.983Z | [ recovery-image] Oct 31 17:46:54.582 INFO O| Oct 31 17:46:54.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5711 | 2024-10-31T17:46:55.983Z | [ recovery-image] Oct 31 17:46:54.582 INFO O| Oct 31 17:46:54.582 INFO STEP 515 (remove_files) COMPLETE |
5712 | 2024-10-31T17:46:55.986Z | [ recovery-image] Oct 31 17:46:54.582 INFO O| Oct 31 17:46:54.582 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-10-31T17:46:55.993Z | [ recovery-image] Oct 31 17:46:54.591 INFO O| Oct 31 17:46:54.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5714 | 2024-10-31T17:46:55.993Z | [ recovery-image] Oct 31 17:46:54.591 INFO O| Oct 31 17:46:54.591 INFO STEP 516 (remove_files) COMPLETE |
5715 | 2024-10-31T17:46:55.995Z | [ recovery-image] Oct 31 17:46:54.591 INFO O| Oct 31 17:46:54.591 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-10-31T17:46:56.003Z | [ recovery-image] Oct 31 17:46:54.601 INFO O| Oct 31 17:46:54.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5717 | 2024-10-31T17:46:56.003Z | [ recovery-image] Oct 31 17:46:54.601 INFO O| Oct 31 17:46:54.601 INFO STEP 517 (remove_files) COMPLETE |
5718 | 2024-10-31T17:46:56.006Z | [ recovery-image] Oct 31 17:46:54.601 INFO O| Oct 31 17:46:54.601 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-10-31T17:46:56.013Z | [ recovery-image] Oct 31 17:46:54.611 INFO O| Oct 31 17:46:54.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5720 | 2024-10-31T17:46:56.013Z | [ recovery-image] Oct 31 17:46:54.611 INFO O| Oct 31 17:46:54.611 INFO STEP 518 (remove_files) COMPLETE |
5721 | 2024-10-31T17:46:56.015Z | [ recovery-image] Oct 31 17:46:54.611 INFO O| Oct 31 17:46:54.611 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-10-31T17:46:56.023Z | [ recovery-image] Oct 31 17:46:54.621 INFO O| Oct 31 17:46:54.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5723 | 2024-10-31T17:46:56.025Z | [ recovery-image] Oct 31 17:46:54.621 INFO O| Oct 31 17:46:54.621 INFO STEP 519 (remove_files) COMPLETE |
5724 | 2024-10-31T17:46:56.025Z | [ recovery-image] Oct 31 17:46:54.621 INFO O| Oct 31 17:46:54.621 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-10-31T17:46:56.032Z | [ recovery-image] Oct 31 17:46:54.631 INFO O| Oct 31 17:46:54.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5726 | 2024-10-31T17:46:56.033Z | [ recovery-image] Oct 31 17:46:54.631 INFO O| Oct 31 17:46:54.631 INFO STEP 520 (remove_files) COMPLETE |
5727 | 2024-10-31T17:46:56.035Z | [ recovery-image] Oct 31 17:46:54.631 INFO O| Oct 31 17:46:54.631 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-10-31T17:46:56.042Z | [ recovery-image] Oct 31 17:46:54.641 INFO O| Oct 31 17:46:54.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5729 | 2024-10-31T17:46:56.042Z | [ recovery-image] Oct 31 17:46:54.641 INFO O| Oct 31 17:46:54.641 INFO STEP 521 (remove_files) COMPLETE |
5730 | 2024-10-31T17:46:56.042Z | [ recovery-image] Oct 31 17:46:54.641 INFO O| Oct 31 17:46:54.641 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-10-31T17:46:56.052Z | [ recovery-image] Oct 31 17:46:54.651 INFO O| Oct 31 17:46:54.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5732 | 2024-10-31T17:46:56.054Z | [ recovery-image] Oct 31 17:46:54.651 INFO O| Oct 31 17:46:54.651 INFO STEP 522 (remove_files) COMPLETE |
5733 | 2024-10-31T17:46:56.054Z | [ recovery-image] Oct 31 17:46:54.651 INFO O| Oct 31 17:46:54.651 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-10-31T17:46:56.062Z | [ recovery-image] Oct 31 17:46:54.661 INFO O| Oct 31 17:46:54.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5735 | 2024-10-31T17:46:56.065Z | [ recovery-image] Oct 31 17:46:54.661 INFO O| Oct 31 17:46:54.661 INFO STEP 523 (remove_files) COMPLETE |
5736 | 2024-10-31T17:46:56.065Z | [ recovery-image] Oct 31 17:46:54.661 INFO O| Oct 31 17:46:54.661 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-10-31T17:46:56.072Z | [ recovery-image] Oct 31 17:46:54.670 INFO O| Oct 31 17:46:54.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5738 | 2024-10-31T17:46:56.072Z | [ recovery-image] Oct 31 17:46:54.671 INFO O| Oct 31 17:46:54.671 INFO STEP 524 (remove_files) COMPLETE |
5739 | 2024-10-31T17:46:56.074Z | [ recovery-image] Oct 31 17:46:54.671 INFO O| Oct 31 17:46:54.671 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-10-31T17:46:56.082Z | [ recovery-image] Oct 31 17:46:54.680 INFO O| Oct 31 17:46:54.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5741 | 2024-10-31T17:46:56.082Z | [ recovery-image] Oct 31 17:46:54.680 INFO O| Oct 31 17:46:54.680 INFO STEP 525 (remove_files) COMPLETE |
5742 | 2024-10-31T17:46:56.084Z | [ recovery-image] Oct 31 17:46:54.680 INFO O| Oct 31 17:46:54.680 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-10-31T17:46:56.091Z | [ recovery-image] Oct 31 17:46:54.690 INFO O| Oct 31 17:46:54.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5744 | 2024-10-31T17:46:56.094Z | [ recovery-image] Oct 31 17:46:54.690 INFO O| Oct 31 17:46:54.690 INFO STEP 526 (remove_files) COMPLETE |
5745 | 2024-10-31T17:46:56.094Z | [ recovery-image] Oct 31 17:46:54.690 INFO O| Oct 31 17:46:54.690 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-10-31T17:46:56.102Z | [ recovery-image] Oct 31 17:46:54.700 INFO O| Oct 31 17:46:54.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5747 | 2024-10-31T17:46:56.102Z | [ recovery-image] Oct 31 17:46:54.700 INFO O| Oct 31 17:46:54.700 INFO STEP 527 (remove_files) COMPLETE |
5748 | 2024-10-31T17:46:56.104Z | [ recovery-image] Oct 31 17:46:54.700 INFO O| Oct 31 17:46:54.700 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-10-31T17:46:56.112Z | [ recovery-image] Oct 31 17:46:54.710 INFO O| Oct 31 17:46:54.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5750 | 2024-10-31T17:46:56.114Z | [ recovery-image] Oct 31 17:46:54.710 INFO O| Oct 31 17:46:54.710 INFO STEP 528 (remove_files) COMPLETE |
5751 | 2024-10-31T17:46:56.114Z | [ recovery-image] Oct 31 17:46:54.710 INFO O| Oct 31 17:46:54.710 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-10-31T17:46:56.122Z | [ recovery-image] Oct 31 17:46:54.720 INFO O| Oct 31 17:46:54.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5753 | 2024-10-31T17:46:56.122Z | [ recovery-image] Oct 31 17:46:54.720 INFO O| Oct 31 17:46:54.720 INFO STEP 529 (remove_files) COMPLETE |
5754 | 2024-10-31T17:46:56.122Z | [ recovery-image] Oct 31 17:46:54.720 INFO O| Oct 31 17:46:54.720 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-10-31T17:46:56.131Z | [ recovery-image] Oct 31 17:46:54.730 INFO O| Oct 31 17:46:54.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5756 | 2024-10-31T17:46:56.134Z | [ recovery-image] Oct 31 17:46:54.730 INFO O| Oct 31 17:46:54.730 INFO STEP 530 (remove_files) COMPLETE |
5757 | 2024-10-31T17:46:56.134Z | [ recovery-image] Oct 31 17:46:54.730 INFO O| Oct 31 17:46:54.730 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-10-31T17:46:56.141Z | [ recovery-image] Oct 31 17:46:54.740 INFO O| Oct 31 17:46:54.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5759 | 2024-10-31T17:46:56.141Z | [ recovery-image] Oct 31 17:46:54.740 INFO O| Oct 31 17:46:54.740 INFO STEP 531 (remove_files) COMPLETE |
5760 | 2024-10-31T17:46:56.141Z | [ recovery-image] Oct 31 17:46:54.740 INFO O| Oct 31 17:46:54.740 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-10-31T17:46:56.151Z | [ recovery-image] Oct 31 17:46:54.750 INFO O| Oct 31 17:46:54.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5762 | 2024-10-31T17:46:56.154Z | [ recovery-image] Oct 31 17:46:54.750 INFO O| Oct 31 17:46:54.750 INFO STEP 532 (remove_files) COMPLETE |
5763 | 2024-10-31T17:46:56.154Z | [ recovery-image] Oct 31 17:46:54.750 INFO O| Oct 31 17:46:54.750 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-10-31T17:46:56.161Z | [ recovery-image] Oct 31 17:46:54.759 INFO O| Oct 31 17:46:54.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5765 | 2024-10-31T17:46:56.163Z | [ recovery-image] Oct 31 17:46:54.760 INFO O| Oct 31 17:46:54.760 INFO STEP 533 (remove_files) COMPLETE |
5766 | 2024-10-31T17:46:56.163Z | [ recovery-image] Oct 31 17:46:54.760 INFO O| Oct 31 17:46:54.760 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-10-31T17:46:56.170Z | [ recovery-image] Oct 31 17:46:54.769 INFO O| Oct 31 17:46:54.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5768 | 2024-10-31T17:46:56.173Z | [ recovery-image] Oct 31 17:46:54.769 INFO O| Oct 31 17:46:54.769 INFO STEP 534 (remove_files) COMPLETE |
5769 | 2024-10-31T17:46:56.173Z | [ recovery-image] Oct 31 17:46:54.769 INFO O| Oct 31 17:46:54.769 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-10-31T17:46:56.180Z | [ recovery-image] Oct 31 17:46:54.779 INFO O| Oct 31 17:46:54.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5771 | 2024-10-31T17:46:56.183Z | [ recovery-image] Oct 31 17:46:54.779 INFO O| Oct 31 17:46:54.779 INFO STEP 535 (remove_files) COMPLETE |
5772 | 2024-10-31T17:46:56.183Z | [ recovery-image] Oct 31 17:46:54.779 INFO O| Oct 31 17:46:54.779 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-10-31T17:46:56.190Z | [ recovery-image] Oct 31 17:46:54.788 INFO O| Oct 31 17:46:54.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5774 | 2024-10-31T17:46:56.192Z | [ recovery-image] Oct 31 17:46:54.789 INFO O| Oct 31 17:46:54.789 INFO STEP 536 (remove_files) COMPLETE |
5775 | 2024-10-31T17:46:56.192Z | [ recovery-image] Oct 31 17:46:54.789 INFO O| Oct 31 17:46:54.789 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-10-31T17:46:56.200Z | [ recovery-image] Oct 31 17:46:54.798 INFO O| Oct 31 17:46:54.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5777 | 2024-10-31T17:46:56.200Z | [ recovery-image] Oct 31 17:46:54.798 INFO O| Oct 31 17:46:54.798 INFO STEP 537 (remove_files) COMPLETE |
5778 | 2024-10-31T17:46:56.202Z | [ recovery-image] Oct 31 17:46:54.799 INFO O| Oct 31 17:46:54.798 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-10-31T17:46:56.210Z | [ recovery-image] Oct 31 17:46:54.808 INFO O| Oct 31 17:46:54.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5780 | 2024-10-31T17:46:56.212Z | [ recovery-image] Oct 31 17:46:54.809 INFO O| Oct 31 17:46:54.809 INFO STEP 538 (remove_files) COMPLETE |
5781 | 2024-10-31T17:46:56.212Z | [ recovery-image] Oct 31 17:46:54.809 INFO O| Oct 31 17:46:54.809 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-10-31T17:46:56.222Z | [ recovery-image] Oct 31 17:46:54.820 INFO O| Oct 31 17:46:54.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5783 | 2024-10-31T17:46:56.224Z | [ recovery-image] Oct 31 17:46:54.820 INFO O| Oct 31 17:46:54.820 INFO STEP 539 (remove_files) COMPLETE |
5784 | 2024-10-31T17:46:56.224Z | [ recovery-image] Oct 31 17:46:54.820 INFO O| Oct 31 17:46:54.820 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-10-31T17:46:56.232Z | [ recovery-image] Oct 31 17:46:54.831 INFO O| Oct 31 17:46:54.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5786 | 2024-10-31T17:46:56.232Z | [ recovery-image] Oct 31 17:46:54.831 INFO O| Oct 31 17:46:54.831 INFO STEP 540 (remove_files) COMPLETE |
5787 | 2024-10-31T17:46:56.232Z | [ recovery-image] Oct 31 17:46:54.831 INFO O| Oct 31 17:46:54.831 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-10-31T17:46:56.242Z | [ recovery-image] Oct 31 17:46:54.841 INFO O| Oct 31 17:46:54.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5789 | 2024-10-31T17:46:56.245Z | [ recovery-image] Oct 31 17:46:54.841 INFO O| Oct 31 17:46:54.841 INFO STEP 541 (remove_files) COMPLETE |
5790 | 2024-10-31T17:46:56.245Z | [ recovery-image] Oct 31 17:46:54.841 INFO O| Oct 31 17:46:54.841 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-10-31T17:46:56.252Z | [ recovery-image] Oct 31 17:46:54.851 INFO O| Oct 31 17:46:54.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5792 | 2024-10-31T17:46:56.255Z | [ recovery-image] Oct 31 17:46:54.851 INFO O| Oct 31 17:46:54.851 INFO STEP 542 (remove_files) COMPLETE |
5793 | 2024-10-31T17:46:56.255Z | [ recovery-image] Oct 31 17:46:54.851 INFO O| Oct 31 17:46:54.851 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-10-31T17:46:56.262Z | [ recovery-image] Oct 31 17:46:54.861 INFO O| Oct 31 17:46:54.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5795 | 2024-10-31T17:46:56.262Z | [ recovery-image] Oct 31 17:46:54.861 INFO O| Oct 31 17:46:54.861 INFO STEP 543 (remove_files) COMPLETE |
5796 | 2024-10-31T17:46:56.262Z | [ recovery-image] Oct 31 17:46:54.861 INFO O| Oct 31 17:46:54.861 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-10-31T17:46:56.272Z | [ recovery-image] Oct 31 17:46:54.871 INFO O| Oct 31 17:46:54.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5798 | 2024-10-31T17:46:56.272Z | [ recovery-image] Oct 31 17:46:54.871 INFO O| Oct 31 17:46:54.871 INFO STEP 544 (remove_files) COMPLETE |
5799 | 2024-10-31T17:46:56.272Z | [ recovery-image] Oct 31 17:46:54.871 INFO O| Oct 31 17:46:54.871 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-10-31T17:46:56.282Z | [ recovery-image] Oct 31 17:46:54.881 INFO O| Oct 31 17:46:54.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5801 | 2024-10-31T17:46:56.282Z | [ recovery-image] Oct 31 17:46:54.881 INFO O| Oct 31 17:46:54.881 INFO STEP 545 (remove_files) COMPLETE |
5802 | 2024-10-31T17:46:56.284Z | [ recovery-image] Oct 31 17:46:54.881 INFO O| Oct 31 17:46:54.881 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-10-31T17:46:56.292Z | [ recovery-image] Oct 31 17:46:54.890 INFO O| Oct 31 17:46:54.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5804 | 2024-10-31T17:46:56.294Z | [ recovery-image] Oct 31 17:46:54.891 INFO O| Oct 31 17:46:54.891 INFO STEP 546 (remove_files) COMPLETE |
5805 | 2024-10-31T17:46:56.294Z | [ recovery-image] Oct 31 17:46:54.891 INFO O| Oct 31 17:46:54.891 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-10-31T17:46:56.302Z | [ recovery-image] Oct 31 17:46:54.901 INFO O| Oct 31 17:46:54.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5807 | 2024-10-31T17:46:56.302Z | [ recovery-image] Oct 31 17:46:54.901 INFO O| Oct 31 17:46:54.901 INFO STEP 547 (remove_files) COMPLETE |
5808 | 2024-10-31T17:46:56.304Z | [ recovery-image] Oct 31 17:46:54.901 INFO O| Oct 31 17:46:54.901 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-10-31T17:46:56.312Z | [ recovery-image] Oct 31 17:46:54.911 INFO O| Oct 31 17:46:54.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5810 | 2024-10-31T17:46:56.315Z | [ recovery-image] Oct 31 17:46:54.911 INFO O| Oct 31 17:46:54.911 INFO STEP 548 (remove_files) COMPLETE |
5811 | 2024-10-31T17:46:56.315Z | [ recovery-image] Oct 31 17:46:54.911 INFO O| Oct 31 17:46:54.911 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-10-31T17:46:56.322Z | [ recovery-image] Oct 31 17:46:54.921 INFO O| Oct 31 17:46:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5813 | 2024-10-31T17:46:56.322Z | [ recovery-image] Oct 31 17:46:54.921 INFO O| Oct 31 17:46:54.921 INFO STEP 549 (remove_files) COMPLETE |
5814 | 2024-10-31T17:46:56.322Z | [ recovery-image] Oct 31 17:46:54.921 INFO O| Oct 31 17:46:54.921 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-10-31T17:46:56.332Z | [ recovery-image] Oct 31 17:46:54.930 INFO O| Oct 31 17:46:54.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5816 | 2024-10-31T17:46:56.334Z | [ recovery-image] Oct 31 17:46:54.930 INFO O| Oct 31 17:46:54.930 INFO STEP 550 (remove_files) COMPLETE |
5817 | 2024-10-31T17:46:56.334Z | [ recovery-image] Oct 31 17:46:54.930 INFO O| Oct 31 17:46:54.930 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-10-31T17:46:56.341Z | [ recovery-image] Oct 31 17:46:54.940 INFO O| Oct 31 17:46:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5819 | 2024-10-31T17:46:56.341Z | [ recovery-image] Oct 31 17:46:54.940 INFO O| Oct 31 17:46:54.940 INFO STEP 551 (remove_files) COMPLETE |
5820 | 2024-10-31T17:46:56.341Z | [ recovery-image] Oct 31 17:46:54.940 INFO O| Oct 31 17:46:54.940 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-10-31T17:46:56.351Z | [ recovery-image] Oct 31 17:46:54.950 INFO O| Oct 31 17:46:54.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5822 | 2024-10-31T17:46:56.351Z | [ recovery-image] Oct 31 17:46:54.950 INFO O| Oct 31 17:46:54.950 INFO STEP 552 (remove_files) COMPLETE |
5823 | 2024-10-31T17:46:56.354Z | [ recovery-image] Oct 31 17:46:54.950 INFO O| Oct 31 17:46:54.950 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-10-31T17:46:56.361Z | [ recovery-image] Oct 31 17:46:54.960 INFO O| Oct 31 17:46:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5825 | 2024-10-31T17:46:56.361Z | [ recovery-image] Oct 31 17:46:54.960 INFO O| Oct 31 17:46:54.960 INFO STEP 553 (remove_files) COMPLETE |
5826 | 2024-10-31T17:46:56.364Z | [ recovery-image] Oct 31 17:46:54.960 INFO O| Oct 31 17:46:54.960 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-10-31T17:46:56.371Z | [ recovery-image] Oct 31 17:46:54.969 INFO O| Oct 31 17:46:54.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5828 | 2024-10-31T17:46:56.373Z | [ recovery-image] Oct 31 17:46:54.970 INFO O| Oct 31 17:46:54.970 INFO STEP 554 (remove_files) COMPLETE |
5829 | 2024-10-31T17:46:56.373Z | [ recovery-image] Oct 31 17:46:54.970 INFO O| Oct 31 17:46:54.970 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-10-31T17:46:56.381Z | [ recovery-image] Oct 31 17:46:54.980 INFO O| Oct 31 17:46:54.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5831 | 2024-10-31T17:46:56.381Z | [ recovery-image] Oct 31 17:46:54.980 INFO O| Oct 31 17:46:54.980 INFO STEP 555 (remove_files) COMPLETE |
5832 | 2024-10-31T17:46:56.381Z | [ recovery-image] Oct 31 17:46:54.980 INFO O| Oct 31 17:46:54.980 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-10-31T17:46:56.391Z | [ recovery-image] Oct 31 17:46:54.989 INFO O| Oct 31 17:46:54.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5834 | 2024-10-31T17:46:56.391Z | [ recovery-image] Oct 31 17:46:54.989 INFO O| Oct 31 17:46:54.989 INFO STEP 556 (remove_files) COMPLETE |
5835 | 2024-10-31T17:46:56.393Z | [ recovery-image] Oct 31 17:46:54.989 INFO O| Oct 31 17:46:54.989 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-10-31T17:46:56.400Z | [ recovery-image] Oct 31 17:46:54.999 INFO O| Oct 31 17:46:54.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5837 | 2024-10-31T17:46:56.400Z | [ recovery-image] Oct 31 17:46:54.999 INFO O| Oct 31 17:46:54.999 INFO STEP 557 (remove_files) COMPLETE |
5838 | 2024-10-31T17:46:56.400Z | [ recovery-image] Oct 31 17:46:54.999 INFO O| Oct 31 17:46:54.999 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-10-31T17:46:56.411Z | [ recovery-image] Oct 31 17:46:55.009 INFO O| Oct 31 17:46:55.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5840 | 2024-10-31T17:46:56.411Z | [ recovery-image] Oct 31 17:46:55.010 INFO O| Oct 31 17:46:55.009 INFO STEP 558 (remove_files) COMPLETE |
5841 | 2024-10-31T17:46:56.411Z | [ recovery-image] Oct 31 17:46:55.010 INFO O| Oct 31 17:46:55.010 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-10-31T17:46:56.421Z | [ recovery-image] Oct 31 17:46:55.019 INFO O| Oct 31 17:46:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5843 | 2024-10-31T17:46:56.421Z | [ recovery-image] Oct 31 17:46:55.019 INFO O| Oct 31 17:46:55.019 INFO STEP 559 (remove_files) COMPLETE |
5844 | 2024-10-31T17:46:56.421Z | [ recovery-image] Oct 31 17:46:55.019 INFO O| Oct 31 17:46:55.019 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-10-31T17:46:56.430Z | [ recovery-image] Oct 31 17:46:55.029 INFO O| Oct 31 17:46:55.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5846 | 2024-10-31T17:46:56.431Z | [ recovery-image] Oct 31 17:46:55.029 INFO O| Oct 31 17:46:55.029 INFO STEP 560 (remove_files) COMPLETE |
5847 | 2024-10-31T17:46:56.431Z | [ recovery-image] Oct 31 17:46:55.029 INFO O| Oct 31 17:46:55.029 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-10-31T17:46:56.441Z | [ recovery-image] Oct 31 17:46:55.039 INFO O| Oct 31 17:46:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5849 | 2024-10-31T17:46:56.443Z | [ recovery-image] Oct 31 17:46:55.039 INFO O| Oct 31 17:46:55.039 INFO STEP 561 (remove_files) COMPLETE |
5850 | 2024-10-31T17:46:56.443Z | [ recovery-image] Oct 31 17:46:55.039 INFO O| Oct 31 17:46:55.039 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-10-31T17:46:56.450Z | [ recovery-image] Oct 31 17:46:55.048 INFO O| Oct 31 17:46:55.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5852 | 2024-10-31T17:46:56.450Z | [ recovery-image] Oct 31 17:46:55.048 INFO O| Oct 31 17:46:55.048 INFO STEP 562 (remove_files) COMPLETE |
5853 | 2024-10-31T17:46:56.452Z | [ recovery-image] Oct 31 17:46:55.048 INFO O| Oct 31 17:46:55.048 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-10-31T17:46:56.460Z | [ recovery-image] Oct 31 17:46:55.058 INFO O| Oct 31 17:46:55.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5855 | 2024-10-31T17:46:56.460Z | [ recovery-image] Oct 31 17:46:55.058 INFO O| Oct 31 17:46:55.058 INFO STEP 563 (remove_files) COMPLETE |
5856 | 2024-10-31T17:46:56.460Z | [ recovery-image] Oct 31 17:46:55.058 INFO O| Oct 31 17:46:55.058 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-10-31T17:46:56.470Z | [ recovery-image] Oct 31 17:46:55.068 INFO O| Oct 31 17:46:55.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5858 | 2024-10-31T17:46:56.470Z | [ recovery-image] Oct 31 17:46:55.068 INFO O| Oct 31 17:46:55.068 INFO STEP 564 (remove_files) COMPLETE |
5859 | 2024-10-31T17:46:56.472Z | [ recovery-image] Oct 31 17:46:55.068 INFO O| Oct 31 17:46:55.068 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-10-31T17:46:56.480Z | [ recovery-image] Oct 31 17:46:55.078 INFO O| Oct 31 17:46:55.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5861 | 2024-10-31T17:46:56.482Z | [ recovery-image] Oct 31 17:46:55.078 INFO O| Oct 31 17:46:55.078 INFO STEP 565 (remove_files) COMPLETE |
5862 | 2024-10-31T17:46:56.482Z | [ recovery-image] Oct 31 17:46:55.078 INFO O| Oct 31 17:46:55.078 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-10-31T17:46:56.490Z | [ recovery-image] Oct 31 17:46:55.088 INFO O| Oct 31 17:46:55.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5864 | 2024-10-31T17:46:56.492Z | [ recovery-image] Oct 31 17:46:55.088 INFO O| Oct 31 17:46:55.088 INFO STEP 566 (remove_files) COMPLETE |
5865 | 2024-10-31T17:46:56.492Z | [ recovery-image] Oct 31 17:46:55.088 INFO O| Oct 31 17:46:55.088 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-10-31T17:46:56.500Z | [ recovery-image] Oct 31 17:46:55.098 INFO O| Oct 31 17:46:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5867 | 2024-10-31T17:46:56.502Z | [ recovery-image] Oct 31 17:46:55.098 INFO O| Oct 31 17:46:55.098 INFO STEP 567 (remove_files) COMPLETE |
5868 | 2024-10-31T17:46:56.502Z | [ recovery-image] Oct 31 17:46:55.098 INFO O| Oct 31 17:46:55.098 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-10-31T17:46:56.510Z | [ recovery-image] Oct 31 17:46:55.108 INFO O| Oct 31 17:46:55.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5870 | 2024-10-31T17:46:56.512Z | [ recovery-image] Oct 31 17:46:55.108 INFO O| Oct 31 17:46:55.108 INFO STEP 568 (remove_files) COMPLETE |
5871 | 2024-10-31T17:46:56.512Z | [ recovery-image] Oct 31 17:46:55.108 INFO O| Oct 31 17:46:55.108 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-10-31T17:46:56.520Z | [ recovery-image] Oct 31 17:46:55.118 INFO O| Oct 31 17:46:55.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5873 | 2024-10-31T17:46:56.520Z | [ recovery-image] Oct 31 17:46:55.118 INFO O| Oct 31 17:46:55.118 INFO STEP 569 (remove_files) COMPLETE |
5874 | 2024-10-31T17:46:56.520Z | [ recovery-image] Oct 31 17:46:55.118 INFO O| Oct 31 17:46:55.118 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-10-31T17:46:56.529Z | [ recovery-image] Oct 31 17:46:55.128 INFO O| Oct 31 17:46:55.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5876 | 2024-10-31T17:46:56.529Z | [ recovery-image] Oct 31 17:46:55.128 INFO O| Oct 31 17:46:55.128 INFO STEP 570 (remove_files) COMPLETE |
5877 | 2024-10-31T17:46:56.532Z | [ recovery-image] Oct 31 17:46:55.128 INFO O| Oct 31 17:46:55.128 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-10-31T17:46:56.539Z | [ recovery-image] Oct 31 17:46:55.138 INFO O| Oct 31 17:46:55.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5879 | 2024-10-31T17:46:56.542Z | [ recovery-image] Oct 31 17:46:55.138 INFO O| Oct 31 17:46:55.138 INFO STEP 571 (remove_files) COMPLETE |
5880 | 2024-10-31T17:46:56.542Z | [ recovery-image] Oct 31 17:46:55.138 INFO O| Oct 31 17:46:55.138 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-10-31T17:46:56.549Z | [ recovery-image] Oct 31 17:46:55.147 INFO O| Oct 31 17:46:55.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5882 | 2024-10-31T17:46:56.549Z | [ recovery-image] Oct 31 17:46:55.148 INFO O| Oct 31 17:46:55.148 INFO STEP 572 (remove_files) COMPLETE |
5883 | 2024-10-31T17:46:56.549Z | [ recovery-image] Oct 31 17:46:55.148 INFO O| Oct 31 17:46:55.148 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-10-31T17:46:56.559Z | [ recovery-image] Oct 31 17:46:55.157 INFO O| Oct 31 17:46:55.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5885 | 2024-10-31T17:46:56.559Z | [ recovery-image] Oct 31 17:46:55.157 INFO O| Oct 31 17:46:55.157 INFO STEP 573 (remove_files) COMPLETE |
5886 | 2024-10-31T17:46:56.559Z | [ recovery-image] Oct 31 17:46:55.157 INFO O| Oct 31 17:46:55.157 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-10-31T17:46:56.564Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 41s |
5888 | 2024-10-31T17:46:56.569Z | [ recovery-image] Oct 31 17:46:55.167 INFO O| Oct 31 17:46:55.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5889 | 2024-10-31T17:46:56.571Z | [ recovery-image] Oct 31 17:46:55.167 INFO O| Oct 31 17:46:55.167 INFO STEP 574 (remove_files) COMPLETE |
5890 | 2024-10-31T17:46:56.571Z | [ recovery-image] Oct 31 17:46:55.167 INFO O| Oct 31 17:46:55.167 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-10-31T17:46:56.579Z | [ recovery-image] Oct 31 17:46:55.177 INFO O| Oct 31 17:46:55.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5892 | 2024-10-31T17:46:56.579Z | [ recovery-image] Oct 31 17:46:55.177 INFO O| Oct 31 17:46:55.177 INFO STEP 575 (remove_files) COMPLETE |
5893 | 2024-10-31T17:46:56.581Z | [ recovery-image] Oct 31 17:46:55.177 INFO O| Oct 31 17:46:55.177 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-10-31T17:46:56.589Z | [ recovery-image] Oct 31 17:46:55.187 INFO O| Oct 31 17:46:55.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5895 | 2024-10-31T17:46:56.589Z | [ recovery-image] Oct 31 17:46:55.188 INFO O| Oct 31 17:46:55.187 INFO STEP 576 (remove_files) COMPLETE |
5896 | 2024-10-31T17:46:56.589Z | [ recovery-image] Oct 31 17:46:55.188 INFO O| Oct 31 17:46:55.188 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-10-31T17:46:56.599Z | [ recovery-image] Oct 31 17:46:55.197 INFO O| Oct 31 17:46:55.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5898 | 2024-10-31T17:46:56.599Z | [ recovery-image] Oct 31 17:46:55.197 INFO O| Oct 31 17:46:55.197 INFO STEP 577 (remove_files) COMPLETE |
5899 | 2024-10-31T17:46:56.601Z | [ recovery-image] Oct 31 17:46:55.197 INFO O| Oct 31 17:46:55.197 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-10-31T17:46:56.610Z | [ recovery-image] Oct 31 17:46:55.207 INFO O| Oct 31 17:46:55.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5901 | 2024-10-31T17:46:56.613Z | [ recovery-image] Oct 31 17:46:55.208 INFO O| Oct 31 17:46:55.208 INFO STEP 578 (remove_files) COMPLETE |
5902 | 2024-10-31T17:46:56.613Z | [ recovery-image] Oct 31 17:46:55.208 INFO O| Oct 31 17:46:55.208 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-10-31T17:46:56.620Z | [ recovery-image] Oct 31 17:46:55.218 INFO O| Oct 31 17:46:55.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5904 | 2024-10-31T17:46:56.620Z | [ recovery-image] Oct 31 17:46:55.218 INFO O| Oct 31 17:46:55.218 INFO STEP 579 (remove_files) COMPLETE |
5905 | 2024-10-31T17:46:56.620Z | [ recovery-image] Oct 31 17:46:55.218 INFO O| Oct 31 17:46:55.218 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-10-31T17:46:56.629Z | [ recovery-image] Oct 31 17:46:55.228 INFO O| Oct 31 17:46:55.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5907 | 2024-10-31T17:46:56.629Z | [ recovery-image] Oct 31 17:46:55.228 INFO O| Oct 31 17:46:55.228 INFO STEP 580 (remove_files) COMPLETE |
5908 | 2024-10-31T17:46:56.632Z | [ recovery-image] Oct 31 17:46:55.228 INFO O| Oct 31 17:46:55.228 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-10-31T17:46:56.639Z | [ recovery-image] Oct 31 17:46:55.238 INFO O| Oct 31 17:46:55.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5910 | 2024-10-31T17:46:56.642Z | [ recovery-image] Oct 31 17:46:55.238 INFO O| Oct 31 17:46:55.238 INFO STEP 581 (remove_files) COMPLETE |
5911 | 2024-10-31T17:46:56.642Z | [ recovery-image] Oct 31 17:46:55.238 INFO O| Oct 31 17:46:55.238 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-10-31T17:46:56.649Z | [ recovery-image] Oct 31 17:46:55.247 INFO O| Oct 31 17:46:55.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5913 | 2024-10-31T17:46:56.649Z | [ recovery-image] Oct 31 17:46:55.247 INFO O| Oct 31 17:46:55.247 INFO STEP 582 (remove_files) COMPLETE |
5914 | 2024-10-31T17:46:56.649Z | [ recovery-image] Oct 31 17:46:55.247 INFO O| Oct 31 17:46:55.247 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-10-31T17:46:56.658Z | [ recovery-image] Oct 31 17:46:55.256 INFO O| Oct 31 17:46:55.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5916 | 2024-10-31T17:46:56.660Z | [ recovery-image] Oct 31 17:46:55.257 INFO O| Oct 31 17:46:55.257 INFO STEP 583 (remove_files) COMPLETE |
5917 | 2024-10-31T17:46:56.661Z | [ recovery-image] Oct 31 17:46:55.257 INFO O| Oct 31 17:46:55.257 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-10-31T17:46:56.668Z | [ recovery-image] Oct 31 17:46:55.266 INFO O| Oct 31 17:46:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5919 | 2024-10-31T17:46:56.668Z | [ recovery-image] Oct 31 17:46:55.266 INFO O| Oct 31 17:46:55.266 INFO STEP 584 (remove_files) COMPLETE |
5920 | 2024-10-31T17:46:56.671Z | [ recovery-image] Oct 31 17:46:55.266 INFO O| Oct 31 17:46:55.266 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5921 | 2024-10-31T17:46:56.677Z | [ recovery-image] Oct 31 17:46:55.275 INFO O| Oct 31 17:46:55.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5922 | 2024-10-31T17:46:56.679Z | [ recovery-image] Oct 31 17:46:55.275 INFO O| Oct 31 17:46:55.275 INFO STEP 585 (remove_files) COMPLETE |
5923 | 2024-10-31T17:46:56.679Z | [ recovery-image] Oct 31 17:46:55.275 INFO O| Oct 31 17:46:55.275 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5924 | 2024-10-31T17:46:56.686Z | [ recovery-image] Oct 31 17:46:55.285 INFO O| Oct 31 17:46:55.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5925 | 2024-10-31T17:46:56.690Z | [ recovery-image] Oct 31 17:46:55.285 INFO O| Oct 31 17:46:55.285 INFO STEP 586 (remove_files) COMPLETE |
5926 | 2024-10-31T17:46:56.690Z | [ recovery-image] Oct 31 17:46:55.285 INFO O| Oct 31 17:46:55.285 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-10-31T17:46:56.696Z | [ recovery-image] Oct 31 17:46:55.294 INFO O| Oct 31 17:46:55.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5928 | 2024-10-31T17:46:56.696Z | [ recovery-image] Oct 31 17:46:55.294 INFO O| Oct 31 17:46:55.294 INFO STEP 587 (remove_files) COMPLETE |
5929 | 2024-10-31T17:46:56.698Z | [ recovery-image] Oct 31 17:46:55.294 INFO O| Oct 31 17:46:55.294 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-10-31T17:46:56.705Z | [ recovery-image] Oct 31 17:46:55.303 INFO O| Oct 31 17:46:55.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5931 | 2024-10-31T17:46:56.705Z | [ recovery-image] Oct 31 17:46:55.304 INFO O| Oct 31 17:46:55.303 INFO STEP 588 (remove_files) COMPLETE |
5932 | 2024-10-31T17:46:56.705Z | [ recovery-image] Oct 31 17:46:55.304 INFO O| Oct 31 17:46:55.303 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-10-31T17:46:56.714Z | [ recovery-image] Oct 31 17:46:55.313 INFO O| Oct 31 17:46:55.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5934 | 2024-10-31T17:46:56.717Z | [ recovery-image] Oct 31 17:46:55.313 INFO O| Oct 31 17:46:55.313 INFO STEP 589 (remove_files) COMPLETE |
5935 | 2024-10-31T17:46:56.717Z | [ recovery-image] Oct 31 17:46:55.313 INFO O| Oct 31 17:46:55.313 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-10-31T17:46:56.724Z | [ recovery-image] Oct 31 17:46:55.322 INFO O| Oct 31 17:46:55.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5937 | 2024-10-31T17:46:56.724Z | [ recovery-image] Oct 31 17:46:55.322 INFO O| Oct 31 17:46:55.322 INFO STEP 590 (remove_files) COMPLETE |
5938 | 2024-10-31T17:46:56.726Z | [ recovery-image] Oct 31 17:46:55.322 INFO O| Oct 31 17:46:55.322 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-10-31T17:46:56.733Z | [ recovery-image] Oct 31 17:46:55.332 INFO O| Oct 31 17:46:55.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5940 | 2024-10-31T17:46:56.736Z | [ recovery-image] Oct 31 17:46:55.332 INFO O| Oct 31 17:46:55.332 INFO STEP 591 (remove_files) COMPLETE |
5941 | 2024-10-31T17:46:56.736Z | [ recovery-image] Oct 31 17:46:55.332 INFO O| Oct 31 17:46:55.332 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-10-31T17:46:56.742Z | [ recovery-image] Oct 31 17:46:55.341 INFO O| Oct 31 17:46:55.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5943 | 2024-10-31T17:46:56.742Z | [ recovery-image] Oct 31 17:46:55.341 INFO O| Oct 31 17:46:55.341 INFO STEP 592 (remove_files) COMPLETE |
5944 | 2024-10-31T17:46:56.745Z | [ recovery-image] Oct 31 17:46:55.341 INFO O| Oct 31 17:46:55.341 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-10-31T17:46:56.752Z | [ recovery-image] Oct 31 17:46:55.350 INFO O| Oct 31 17:46:55.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5946 | 2024-10-31T17:46:56.752Z | [ recovery-image] Oct 31 17:46:55.350 INFO O| Oct 31 17:46:55.350 INFO STEP 593 (remove_files) COMPLETE |
5947 | 2024-10-31T17:46:56.754Z | [ recovery-image] Oct 31 17:46:55.350 INFO O| Oct 31 17:46:55.350 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-10-31T17:46:56.761Z | [ recovery-image] Oct 31 17:46:55.360 INFO O| Oct 31 17:46:55.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5949 | 2024-10-31T17:46:56.762Z | [ recovery-image] Oct 31 17:46:55.360 INFO O| Oct 31 17:46:55.360 INFO STEP 594 (remove_files) COMPLETE |
5950 | 2024-10-31T17:46:56.762Z | [ recovery-image] Oct 31 17:46:55.360 INFO O| Oct 31 17:46:55.360 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-10-31T17:46:56.771Z | [ recovery-image] Oct 31 17:46:55.369 INFO O| Oct 31 17:46:55.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5952 | 2024-10-31T17:46:56.771Z | [ recovery-image] Oct 31 17:46:55.369 INFO O| Oct 31 17:46:55.369 INFO STEP 595 (remove_files) COMPLETE |
5953 | 2024-10-31T17:46:56.771Z | [ recovery-image] Oct 31 17:46:55.369 INFO O| Oct 31 17:46:55.369 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-10-31T17:46:56.783Z | [ recovery-image] Oct 31 17:46:55.381 INFO O| Oct 31 17:46:55.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5955 | 2024-10-31T17:46:56.783Z | [ recovery-image] Oct 31 17:46:55.381 INFO O| Oct 31 17:46:55.381 INFO STEP 596 (remove_files) COMPLETE |
5956 | 2024-10-31T17:46:56.786Z | [ recovery-image] Oct 31 17:46:55.381 INFO O| Oct 31 17:46:55.381 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-10-31T17:46:56.793Z | [ recovery-image] Oct 31 17:46:55.392 INFO O| Oct 31 17:46:55.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5958 | 2024-10-31T17:46:56.793Z | [ recovery-image] Oct 31 17:46:55.392 INFO O| Oct 31 17:46:55.392 INFO STEP 597 (remove_files) COMPLETE |
5959 | 2024-10-31T17:46:56.796Z | [ recovery-image] Oct 31 17:46:55.392 INFO O| Oct 31 17:46:55.392 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-10-31T17:46:56.803Z | [ recovery-image] Oct 31 17:46:55.402 INFO O| Oct 31 17:46:55.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5961 | 2024-10-31T17:46:56.803Z | [ recovery-image] Oct 31 17:46:55.402 INFO O| Oct 31 17:46:55.402 INFO STEP 598 (remove_files) COMPLETE |
5962 | 2024-10-31T17:46:56.803Z | [ recovery-image] Oct 31 17:46:55.402 INFO O| Oct 31 17:46:55.402 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-10-31T17:46:56.813Z | [ recovery-image] Oct 31 17:46:55.412 INFO O| Oct 31 17:46:55.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5964 | 2024-10-31T17:46:56.813Z | [ recovery-image] Oct 31 17:46:55.412 INFO O| Oct 31 17:46:55.412 INFO STEP 599 (remove_files) COMPLETE |
5965 | 2024-10-31T17:46:56.816Z | [ recovery-image] Oct 31 17:46:55.412 INFO O| Oct 31 17:46:55.412 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-10-31T17:46:56.823Z | [ recovery-image] Oct 31 17:46:55.422 INFO O| Oct 31 17:46:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5967 | 2024-10-31T17:46:56.823Z | [ recovery-image] Oct 31 17:46:55.422 INFO O| Oct 31 17:46:55.422 INFO STEP 600 (remove_files) COMPLETE |
5968 | 2024-10-31T17:46:56.826Z | [ recovery-image] Oct 31 17:46:55.422 INFO O| Oct 31 17:46:55.422 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-10-31T17:46:56.833Z | [ recovery-image] Oct 31 17:46:55.432 INFO O| Oct 31 17:46:55.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5970 | 2024-10-31T17:46:56.835Z | [ recovery-image] Oct 31 17:46:55.432 INFO O| Oct 31 17:46:55.432 INFO STEP 601 (remove_files) COMPLETE |
5971 | 2024-10-31T17:46:56.836Z | [ recovery-image] Oct 31 17:46:55.432 INFO O| Oct 31 17:46:55.432 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-10-31T17:46:56.843Z | [ recovery-image] Oct 31 17:46:55.441 INFO O| Oct 31 17:46:55.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5973 | 2024-10-31T17:46:56.845Z | [ recovery-image] Oct 31 17:46:55.441 INFO O| Oct 31 17:46:55.441 INFO STEP 602 (remove_files) COMPLETE |
5974 | 2024-10-31T17:46:56.845Z | [ recovery-image] Oct 31 17:46:55.441 INFO O| Oct 31 17:46:55.441 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-10-31T17:46:56.853Z | [ recovery-image] Oct 31 17:46:55.451 INFO O| Oct 31 17:46:55.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5976 | 2024-10-31T17:46:56.853Z | [ recovery-image] Oct 31 17:46:55.451 INFO O| Oct 31 17:46:55.451 INFO STEP 603 (remove_files) COMPLETE |
5977 | 2024-10-31T17:46:56.855Z | [ recovery-image] Oct 31 17:46:55.451 INFO O| Oct 31 17:46:55.451 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-10-31T17:46:56.862Z | [ recovery-image] Oct 31 17:46:55.460 INFO O| Oct 31 17:46:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5979 | 2024-10-31T17:46:56.862Z | [ recovery-image] Oct 31 17:46:55.461 INFO O| Oct 31 17:46:55.460 INFO STEP 604 (remove_files) COMPLETE |
5980 | 2024-10-31T17:46:56.862Z | [ recovery-image] Oct 31 17:46:55.461 INFO O| Oct 31 17:46:55.460 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-10-31T17:46:56.870Z | Oct 31 17:46:55.469 INFO [verify-libraries] process exited with exit status: 0 (346.265099509s) |
5982 | 2024-10-31T17:46:56.872Z | [ recovery-image] Oct 31 17:46:55.470 INFO O| Oct 31 17:46:55.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5983 | 2024-10-31T17:46:56.872Z | [ recovery-image] Oct 31 17:46:55.470 INFO O| Oct 31 17:46:55.470 INFO STEP 605 (remove_files) COMPLETE |
5984 | 2024-10-31T17:46:56.873Z | [ recovery-image] Oct 31 17:46:55.471 INFO O| Oct 31 17:46:55.470 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-10-31T17:46:56.882Z | [ recovery-image] Oct 31 17:46:55.480 INFO O| Oct 31 17:46:55.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5986 | 2024-10-31T17:46:56.884Z | [ recovery-image] Oct 31 17:46:55.480 INFO O| Oct 31 17:46:55.480 INFO STEP 606 (remove_files) COMPLETE |
5987 | 2024-10-31T17:46:56.884Z | [ recovery-image] Oct 31 17:46:55.480 INFO O| Oct 31 17:46:55.480 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-10-31T17:46:56.892Z | [ recovery-image] Oct 31 17:46:55.490 INFO O| Oct 31 17:46:55.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5989 | 2024-10-31T17:46:56.895Z | [ recovery-image] Oct 31 17:46:55.490 INFO O| Oct 31 17:46:55.490 INFO STEP 607 (remove_files) COMPLETE |
5990 | 2024-10-31T17:46:56.895Z | [ recovery-image] Oct 31 17:46:55.490 INFO O| Oct 31 17:46:55.490 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-10-31T17:46:56.902Z | [ recovery-image] Oct 31 17:46:55.500 INFO O| Oct 31 17:46:55.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5992 | 2024-10-31T17:46:56.902Z | [ recovery-image] Oct 31 17:46:55.500 INFO O| Oct 31 17:46:55.500 INFO STEP 608 (remove_files) COMPLETE |
5993 | 2024-10-31T17:46:56.902Z | [ recovery-image] Oct 31 17:46:55.500 INFO O| Oct 31 17:46:55.500 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-10-31T17:46:56.912Z | [ recovery-image] Oct 31 17:46:55.511 INFO O| Oct 31 17:46:55.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5995 | 2024-10-31T17:46:56.915Z | [ recovery-image] Oct 31 17:46:55.511 INFO O| Oct 31 17:46:55.511 INFO STEP 609 (remove_files) COMPLETE |
5996 | 2024-10-31T17:46:56.915Z | [ recovery-image] Oct 31 17:46:55.511 INFO O| Oct 31 17:46:55.511 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-10-31T17:46:56.924Z | [ recovery-image] Oct 31 17:46:55.522 INFO O| Oct 31 17:46:55.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5998 | 2024-10-31T17:46:56.924Z | [ recovery-image] Oct 31 17:46:55.523 INFO O| Oct 31 17:46:55.522 INFO STEP 610 (remove_files) COMPLETE |
5999 | 2024-10-31T17:46:56.927Z | [ recovery-image] Oct 31 17:46:55.523 INFO O| Oct 31 17:46:55.523 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-10-31T17:46:56.927Z | [ host-image] Oct 31 17:46:55.525 INFO O| Oct 31 17:46:55.525 INFO O| Download: Completed 8.42 MB in 4.62 seconds (1.8M/s) |
6001 | 2024-10-31T17:46:56.934Z | [ recovery-image] Oct 31 17:46:55.532 INFO O| Oct 31 17:46:55.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6002 | 2024-10-31T17:46:56.934Z | [ recovery-image] Oct 31 17:46:55.533 INFO O| Oct 31 17:46:55.532 INFO STEP 611 (remove_files) COMPLETE |
6003 | 2024-10-31T17:46:56.936Z | [ recovery-image] Oct 31 17:46:55.533 INFO O| Oct 31 17:46:55.532 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-10-31T17:46:56.944Z | [ recovery-image] Oct 31 17:46:55.542 INFO O| Oct 31 17:46:55.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6005 | 2024-10-31T17:46:56.946Z | [ recovery-image] Oct 31 17:46:55.542 INFO O| Oct 31 17:46:55.542 INFO STEP 612 (remove_files) COMPLETE |
6006 | 2024-10-31T17:46:56.946Z | [ recovery-image] Oct 31 17:46:55.542 INFO O| Oct 31 17:46:55.542 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-10-31T17:46:56.953Z | [ recovery-image] Oct 31 17:46:55.552 INFO O| Oct 31 17:46:55.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6008 | 2024-10-31T17:46:56.956Z | [ recovery-image] Oct 31 17:46:55.552 INFO O| Oct 31 17:46:55.552 INFO STEP 613 (remove_files) COMPLETE |
6009 | 2024-10-31T17:46:56.956Z | [ recovery-image] Oct 31 17:46:55.552 INFO O| Oct 31 17:46:55.552 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-10-31T17:46:56.963Z | [ recovery-image] Oct 31 17:46:55.561 INFO O| Oct 31 17:46:55.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6011 | 2024-10-31T17:46:56.963Z | [ recovery-image] Oct 31 17:46:55.561 INFO O| Oct 31 17:46:55.561 INFO STEP 614 (remove_files) COMPLETE |
6012 | 2024-10-31T17:46:56.963Z | [ recovery-image] Oct 31 17:46:55.561 INFO O| Oct 31 17:46:55.561 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-10-31T17:46:56.972Z | [ recovery-image] Oct 31 17:46:55.571 INFO O| Oct 31 17:46:55.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6014 | 2024-10-31T17:46:56.975Z | [ recovery-image] Oct 31 17:46:55.571 INFO O| Oct 31 17:46:55.571 INFO STEP 615 (remove_files) COMPLETE |
6015 | 2024-10-31T17:46:56.975Z | [ recovery-image] Oct 31 17:46:55.571 INFO O| Oct 31 17:46:55.571 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-10-31T17:46:56.982Z | [ recovery-image] Oct 31 17:46:55.580 INFO O| Oct 31 17:46:55.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6017 | 2024-10-31T17:46:56.982Z | [ recovery-image] Oct 31 17:46:55.580 INFO O| Oct 31 17:46:55.580 INFO STEP 616 (remove_files) COMPLETE |
6018 | 2024-10-31T17:46:56.982Z | [ recovery-image] Oct 31 17:46:55.580 INFO O| Oct 31 17:46:55.580 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-10-31T17:46:56.985Z | [ host-image] Oct 31 17:46:55.581 INFO O| Oct 31 17:46:55.581 INFO O| Actions: 1/1361 actions (Installing new actions) |
6020 | 2024-10-31T17:46:56.991Z | [ recovery-image] Oct 31 17:46:55.590 INFO O| Oct 31 17:46:55.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6021 | 2024-10-31T17:46:56.991Z | [ recovery-image] Oct 31 17:46:55.590 INFO O| Oct 31 17:46:55.590 INFO STEP 617 (remove_files) COMPLETE |
6022 | 2024-10-31T17:46:56.994Z | [ recovery-image] Oct 31 17:46:55.590 INFO O| Oct 31 17:46:55.590 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-10-31T17:46:57.004Z | [ recovery-image] Oct 31 17:46:55.599 INFO O| Oct 31 17:46:55.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6024 | 2024-10-31T17:46:57.004Z | [ recovery-image] Oct 31 17:46:55.599 INFO O| Oct 31 17:46:55.599 INFO STEP 618 (remove_files) COMPLETE |
6025 | 2024-10-31T17:46:57.004Z | [ recovery-image] Oct 31 17:46:55.599 INFO O| Oct 31 17:46:55.599 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-10-31T17:46:57.010Z | [ recovery-image] Oct 31 17:46:55.609 INFO O| Oct 31 17:46:55.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6027 | 2024-10-31T17:46:57.013Z | [ recovery-image] Oct 31 17:46:55.609 INFO O| Oct 31 17:46:55.609 INFO STEP 619 (remove_files) COMPLETE |
6028 | 2024-10-31T17:46:57.013Z | [ recovery-image] Oct 31 17:46:55.609 INFO O| Oct 31 17:46:55.609 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-10-31T17:46:57.020Z | [ recovery-image] Oct 31 17:46:55.618 INFO O| Oct 31 17:46:55.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6030 | 2024-10-31T17:46:57.020Z | [ recovery-image] Oct 31 17:46:55.618 INFO O| Oct 31 17:46:55.618 INFO STEP 620 (remove_files) COMPLETE |
6031 | 2024-10-31T17:46:57.020Z | [ recovery-image] Oct 31 17:46:55.618 INFO O| Oct 31 17:46:55.618 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-10-31T17:46:57.029Z | [ recovery-image] Oct 31 17:46:55.628 INFO O| Oct 31 17:46:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6033 | 2024-10-31T17:46:57.029Z | [ recovery-image] Oct 31 17:46:55.628 INFO O| Oct 31 17:46:55.628 INFO STEP 621 (remove_files) COMPLETE |
6034 | 2024-10-31T17:46:57.029Z | [ recovery-image] Oct 31 17:46:55.628 INFO O| Oct 31 17:46:55.628 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-10-31T17:46:57.039Z | [ recovery-image] Oct 31 17:46:55.637 INFO O| Oct 31 17:46:55.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6036 | 2024-10-31T17:46:57.039Z | [ recovery-image] Oct 31 17:46:55.637 INFO O| Oct 31 17:46:55.637 INFO STEP 622 (remove_files) COMPLETE |
6037 | 2024-10-31T17:46:57.039Z | [ recovery-image] Oct 31 17:46:55.637 INFO O| Oct 31 17:46:55.637 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-10-31T17:46:57.048Z | [ recovery-image] Oct 31 17:46:55.647 INFO O| Oct 31 17:46:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6039 | 2024-10-31T17:46:57.048Z | [ recovery-image] Oct 31 17:46:55.647 INFO O| Oct 31 17:46:55.647 INFO STEP 623 (remove_files) COMPLETE |
6040 | 2024-10-31T17:46:57.051Z | [ recovery-image] Oct 31 17:46:55.647 INFO O| Oct 31 17:46:55.647 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-10-31T17:46:57.058Z | [ recovery-image] Oct 31 17:46:55.656 INFO O| Oct 31 17:46:55.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6042 | 2024-10-31T17:46:57.058Z | [ recovery-image] Oct 31 17:46:55.656 INFO O| Oct 31 17:46:55.656 INFO STEP 624 (remove_files) COMPLETE |
6043 | 2024-10-31T17:46:57.060Z | [ recovery-image] Oct 31 17:46:55.656 INFO O| Oct 31 17:46:55.656 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-10-31T17:46:57.068Z | [ recovery-image] Oct 31 17:46:55.666 INFO O| Oct 31 17:46:55.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6045 | 2024-10-31T17:46:57.070Z | [ recovery-image] Oct 31 17:46:55.666 INFO O| Oct 31 17:46:55.666 INFO STEP 625 (remove_files) COMPLETE |
6046 | 2024-10-31T17:46:57.070Z | [ recovery-image] Oct 31 17:46:55.666 INFO O| Oct 31 17:46:55.666 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-10-31T17:46:57.077Z | [ recovery-image] Oct 31 17:46:55.676 INFO O| Oct 31 17:46:55.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6048 | 2024-10-31T17:46:57.077Z | [ recovery-image] Oct 31 17:46:55.676 INFO O| Oct 31 17:46:55.676 INFO STEP 626 (remove_files) COMPLETE |
6049 | 2024-10-31T17:46:57.080Z | [ recovery-image] Oct 31 17:46:55.676 INFO O| Oct 31 17:46:55.676 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-10-31T17:46:57.087Z | [ recovery-image] Oct 31 17:46:55.685 INFO O| Oct 31 17:46:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6051 | 2024-10-31T17:46:57.089Z | [ recovery-image] Oct 31 17:46:55.685 INFO O| Oct 31 17:46:55.685 INFO STEP 627 (remove_files) COMPLETE |
6052 | 2024-10-31T17:46:57.089Z | [ recovery-image] Oct 31 17:46:55.685 INFO O| Oct 31 17:46:55.685 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-10-31T17:46:57.096Z | [ recovery-image] Oct 31 17:46:55.694 INFO O| Oct 31 17:46:55.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6054 | 2024-10-31T17:46:57.096Z | [ recovery-image] Oct 31 17:46:55.694 INFO O| Oct 31 17:46:55.694 INFO STEP 628 (remove_files) COMPLETE |
6055 | 2024-10-31T17:46:57.096Z | [ recovery-image] Oct 31 17:46:55.694 INFO O| Oct 31 17:46:55.694 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-10-31T17:46:57.105Z | [ recovery-image] Oct 31 17:46:55.704 INFO O| Oct 31 17:46:55.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6057 | 2024-10-31T17:46:57.105Z | [ recovery-image] Oct 31 17:46:55.704 INFO O| Oct 31 17:46:55.704 INFO STEP 629 (remove_files) COMPLETE |
6058 | 2024-10-31T17:46:57.105Z | [ recovery-image] Oct 31 17:46:55.704 INFO O| Oct 31 17:46:55.704 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-10-31T17:46:57.115Z | [ recovery-image] Oct 31 17:46:55.713 INFO O| Oct 31 17:46:55.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6060 | 2024-10-31T17:46:57.115Z | [ recovery-image] Oct 31 17:46:55.713 INFO O| Oct 31 17:46:55.713 INFO STEP 630 (remove_files) COMPLETE |
6061 | 2024-10-31T17:46:57.115Z | [ recovery-image] Oct 31 17:46:55.713 INFO O| Oct 31 17:46:55.713 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-10-31T17:46:57.124Z | [ recovery-image] Oct 31 17:46:55.723 INFO O| Oct 31 17:46:55.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6063 | 2024-10-31T17:46:57.124Z | [ recovery-image] Oct 31 17:46:55.723 INFO O| Oct 31 17:46:55.723 INFO STEP 631 (remove_files) COMPLETE |
6064 | 2024-10-31T17:46:57.124Z | [ recovery-image] Oct 31 17:46:55.723 INFO O| Oct 31 17:46:55.723 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-10-31T17:46:57.134Z | [ recovery-image] Oct 31 17:46:55.732 INFO O| Oct 31 17:46:55.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6066 | 2024-10-31T17:46:57.134Z | [ recovery-image] Oct 31 17:46:55.732 INFO O| Oct 31 17:46:55.732 INFO STEP 632 (remove_files) COMPLETE |
6067 | 2024-10-31T17:46:57.134Z | [ recovery-image] Oct 31 17:46:55.732 INFO O| Oct 31 17:46:55.732 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-10-31T17:46:57.143Z | [ recovery-image] Oct 31 17:46:55.741 INFO O| Oct 31 17:46:55.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6069 | 2024-10-31T17:46:57.143Z | [ recovery-image] Oct 31 17:46:55.741 INFO O| Oct 31 17:46:55.741 INFO STEP 633 (remove_files) COMPLETE |
6070 | 2024-10-31T17:46:57.145Z | [ recovery-image] Oct 31 17:46:55.741 INFO O| Oct 31 17:46:55.741 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-10-31T17:46:57.152Z | [ recovery-image] Oct 31 17:46:55.751 INFO O| Oct 31 17:46:55.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6072 | 2024-10-31T17:46:57.152Z | [ recovery-image] Oct 31 17:46:55.751 INFO O| Oct 31 17:46:55.751 INFO STEP 634 (remove_files) COMPLETE |
6073 | 2024-10-31T17:46:57.153Z | [ recovery-image] Oct 31 17:46:55.751 INFO O| Oct 31 17:46:55.751 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-10-31T17:46:57.162Z | [ recovery-image] Oct 31 17:46:55.760 INFO O| Oct 31 17:46:55.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6075 | 2024-10-31T17:46:57.162Z | [ recovery-image] Oct 31 17:46:55.760 INFO O| Oct 31 17:46:55.760 INFO STEP 635 (remove_files) COMPLETE |
6076 | 2024-10-31T17:46:57.164Z | [ recovery-image] Oct 31 17:46:55.760 INFO O| Oct 31 17:46:55.760 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-10-31T17:46:57.171Z | [ recovery-image] Oct 31 17:46:55.770 INFO O| Oct 31 17:46:55.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6078 | 2024-10-31T17:46:57.172Z | [ recovery-image] Oct 31 17:46:55.770 INFO O| Oct 31 17:46:55.770 INFO STEP 636 (remove_files) COMPLETE |
6079 | 2024-10-31T17:46:57.172Z | [ recovery-image] Oct 31 17:46:55.770 INFO O| Oct 31 17:46:55.770 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-10-31T17:46:57.181Z | [ recovery-image] Oct 31 17:46:55.779 INFO O| Oct 31 17:46:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6081 | 2024-10-31T17:46:57.181Z | [ recovery-image] Oct 31 17:46:55.779 INFO O| Oct 31 17:46:55.779 INFO STEP 637 (remove_files) COMPLETE |
6082 | 2024-10-31T17:46:57.181Z | [ recovery-image] Oct 31 17:46:55.779 INFO O| Oct 31 17:46:55.779 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-10-31T17:46:57.190Z | [ recovery-image] Oct 31 17:46:55.789 INFO O| Oct 31 17:46:55.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6084 | 2024-10-31T17:46:57.190Z | [ recovery-image] Oct 31 17:46:55.789 INFO O| Oct 31 17:46:55.789 INFO STEP 638 (remove_files) COMPLETE |
6085 | 2024-10-31T17:46:57.193Z | [ recovery-image] Oct 31 17:46:55.789 INFO O| Oct 31 17:46:55.789 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-10-31T17:46:57.200Z | [ recovery-image] Oct 31 17:46:55.798 INFO O| Oct 31 17:46:55.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6087 | 2024-10-31T17:46:57.202Z | [ recovery-image] Oct 31 17:46:55.798 INFO O| Oct 31 17:46:55.798 INFO STEP 639 (remove_files) COMPLETE |
6088 | 2024-10-31T17:46:57.202Z | [ recovery-image] Oct 31 17:46:55.798 INFO O| Oct 31 17:46:55.798 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-10-31T17:46:57.210Z | [ recovery-image] Oct 31 17:46:55.808 INFO O| Oct 31 17:46:55.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6090 | 2024-10-31T17:46:57.210Z | [ recovery-image] Oct 31 17:46:55.808 INFO O| Oct 31 17:46:55.808 INFO STEP 640 (remove_files) COMPLETE |
6091 | 2024-10-31T17:46:57.212Z | [ recovery-image] Oct 31 17:46:55.808 INFO O| Oct 31 17:46:55.808 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-10-31T17:46:57.220Z | [ recovery-image] Oct 31 17:46:55.818 INFO O| Oct 31 17:46:55.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6093 | 2024-10-31T17:46:57.220Z | [ recovery-image] Oct 31 17:46:55.818 INFO O| Oct 31 17:46:55.818 INFO STEP 641 (remove_files) COMPLETE |
6094 | 2024-10-31T17:46:57.220Z | [ recovery-image] Oct 31 17:46:55.818 INFO O| Oct 31 17:46:55.818 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-10-31T17:46:57.229Z | [ recovery-image] Oct 31 17:46:55.827 INFO O| Oct 31 17:46:55.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6096 | 2024-10-31T17:46:57.229Z | [ recovery-image] Oct 31 17:46:55.828 INFO O| Oct 31 17:46:55.827 INFO STEP 642 (remove_files) COMPLETE |
6097 | 2024-10-31T17:46:57.229Z | [ recovery-image] Oct 31 17:46:55.828 INFO O| Oct 31 17:46:55.828 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-10-31T17:46:57.239Z | [ recovery-image] Oct 31 17:46:55.837 INFO O| Oct 31 17:46:55.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6099 | 2024-10-31T17:46:57.241Z | [ recovery-image] Oct 31 17:46:55.837 INFO O| Oct 31 17:46:55.837 INFO STEP 643 (remove_files) COMPLETE |
6100 | 2024-10-31T17:46:57.241Z | [ recovery-image] Oct 31 17:46:55.837 INFO O| Oct 31 17:46:55.837 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-10-31T17:46:57.249Z | [ recovery-image] Oct 31 17:46:55.847 INFO O| Oct 31 17:46:55.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6102 | 2024-10-31T17:46:57.249Z | [ recovery-image] Oct 31 17:46:55.847 INFO O| Oct 31 17:46:55.847 INFO STEP 644 (remove_files) COMPLETE |
6103 | 2024-10-31T17:46:57.252Z | [ recovery-image] Oct 31 17:46:55.847 INFO O| Oct 31 17:46:55.847 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-10-31T17:46:57.258Z | [ recovery-image] Oct 31 17:46:55.856 INFO O| Oct 31 17:46:55.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6105 | 2024-10-31T17:46:57.258Z | [ recovery-image] Oct 31 17:46:55.856 INFO O| Oct 31 17:46:55.856 INFO STEP 645 (remove_files) COMPLETE |
6106 | 2024-10-31T17:46:57.261Z | [ recovery-image] Oct 31 17:46:55.856 INFO O| Oct 31 17:46:55.856 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-10-31T17:46:57.268Z | [ recovery-image] Oct 31 17:46:55.866 INFO O| Oct 31 17:46:55.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6108 | 2024-10-31T17:46:57.268Z | [ recovery-image] Oct 31 17:46:55.866 INFO O| Oct 31 17:46:55.866 INFO STEP 646 (remove_files) COMPLETE |
6109 | 2024-10-31T17:46:57.271Z | [ recovery-image] Oct 31 17:46:55.866 INFO O| Oct 31 17:46:55.866 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-10-31T17:46:57.277Z | [ recovery-image] Oct 31 17:46:55.876 INFO O| Oct 31 17:46:55.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6111 | 2024-10-31T17:46:57.280Z | [ recovery-image] Oct 31 17:46:55.876 INFO O| Oct 31 17:46:55.876 INFO STEP 647 (remove_files) COMPLETE |
6112 | 2024-10-31T17:46:57.280Z | [ recovery-image] Oct 31 17:46:55.876 INFO O| Oct 31 17:46:55.876 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-10-31T17:46:57.287Z | [ recovery-image] Oct 31 17:46:55.885 INFO O| Oct 31 17:46:55.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6114 | 2024-10-31T17:46:57.290Z | [ recovery-image] Oct 31 17:46:55.885 INFO O| Oct 31 17:46:55.885 INFO STEP 648 (remove_files) COMPLETE |
6115 | 2024-10-31T17:46:57.290Z | [ recovery-image] Oct 31 17:46:55.885 INFO O| Oct 31 17:46:55.885 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-10-31T17:46:57.297Z | [ recovery-image] Oct 31 17:46:55.895 INFO O| Oct 31 17:46:55.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6117 | 2024-10-31T17:46:57.299Z | [ recovery-image] Oct 31 17:46:55.895 INFO O| Oct 31 17:46:55.895 INFO STEP 649 (remove_files) COMPLETE |
6118 | 2024-10-31T17:46:57.300Z | [ recovery-image] Oct 31 17:46:55.895 INFO O| Oct 31 17:46:55.895 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-10-31T17:46:57.306Z | [ recovery-image] Oct 31 17:46:55.904 INFO O| Oct 31 17:46:55.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6120 | 2024-10-31T17:46:57.309Z | [ recovery-image] Oct 31 17:46:55.905 INFO O| Oct 31 17:46:55.905 INFO STEP 650 (remove_files) COMPLETE |
6121 | 2024-10-31T17:46:57.309Z | [ recovery-image] Oct 31 17:46:55.905 INFO O| Oct 31 17:46:55.905 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-10-31T17:46:57.316Z | [ recovery-image] Oct 31 17:46:55.914 INFO O| Oct 31 17:46:55.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6123 | 2024-10-31T17:46:57.316Z | [ recovery-image] Oct 31 17:46:55.914 INFO O| Oct 31 17:46:55.914 INFO STEP 651 (remove_files) COMPLETE |
6124 | 2024-10-31T17:46:57.318Z | [ recovery-image] Oct 31 17:46:55.914 INFO O| Oct 31 17:46:55.914 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-10-31T17:46:57.326Z | [ recovery-image] Oct 31 17:46:55.924 INFO O| Oct 31 17:46:55.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6126 | 2024-10-31T17:46:57.328Z | [ recovery-image] Oct 31 17:46:55.924 INFO O| Oct 31 17:46:55.924 INFO STEP 652 (remove_files) COMPLETE |
6127 | 2024-10-31T17:46:57.328Z | [ recovery-image] Oct 31 17:46:55.924 INFO O| Oct 31 17:46:55.924 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-10-31T17:46:57.335Z | [ recovery-image] Oct 31 17:46:55.934 INFO O| Oct 31 17:46:55.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6129 | 2024-10-31T17:46:57.335Z | [ recovery-image] Oct 31 17:46:55.934 INFO O| Oct 31 17:46:55.934 INFO STEP 653 (remove_files) COMPLETE |
6130 | 2024-10-31T17:46:57.335Z | [ recovery-image] Oct 31 17:46:55.934 INFO O| Oct 31 17:46:55.934 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-10-31T17:46:57.345Z | [ recovery-image] Oct 31 17:46:55.944 INFO O| Oct 31 17:46:55.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6132 | 2024-10-31T17:46:57.345Z | [ recovery-image] Oct 31 17:46:55.944 INFO O| Oct 31 17:46:55.944 INFO STEP 654 (remove_files) COMPLETE |
6133 | 2024-10-31T17:46:57.348Z | [ recovery-image] Oct 31 17:46:55.944 INFO O| Oct 31 17:46:55.944 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-10-31T17:46:57.356Z | [ recovery-image] Oct 31 17:46:55.954 INFO O| Oct 31 17:46:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6135 | 2024-10-31T17:46:57.358Z | [ recovery-image] Oct 31 17:46:55.954 INFO O| Oct 31 17:46:55.954 INFO STEP 655 (remove_files) COMPLETE |
6136 | 2024-10-31T17:46:57.358Z | [ recovery-image] Oct 31 17:46:55.954 INFO O| Oct 31 17:46:55.954 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-10-31T17:46:57.365Z | [ recovery-image] Oct 31 17:46:55.963 INFO O| Oct 31 17:46:55.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6138 | 2024-10-31T17:46:57.365Z | [ recovery-image] Oct 31 17:46:55.964 INFO O| Oct 31 17:46:55.964 INFO STEP 656 (remove_files) COMPLETE |
6139 | 2024-10-31T17:46:57.365Z | [ recovery-image] Oct 31 17:46:55.964 INFO O| Oct 31 17:46:55.964 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-10-31T17:46:57.375Z | [ recovery-image] Oct 31 17:46:55.973 INFO O| Oct 31 17:46:55.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6141 | 2024-10-31T17:46:57.377Z | [ recovery-image] Oct 31 17:46:55.973 INFO O| Oct 31 17:46:55.973 INFO STEP 657 (remove_files) COMPLETE |
6142 | 2024-10-31T17:46:57.377Z | [ recovery-image] Oct 31 17:46:55.973 INFO O| Oct 31 17:46:55.973 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-10-31T17:46:57.385Z | [ recovery-image] Oct 31 17:46:55.983 INFO O| Oct 31 17:46:55.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6144 | 2024-10-31T17:46:57.387Z | [ recovery-image] Oct 31 17:46:55.983 INFO O| Oct 31 17:46:55.983 INFO STEP 658 (remove_files) COMPLETE |
6145 | 2024-10-31T17:46:57.388Z | [ recovery-image] Oct 31 17:46:55.983 INFO O| Oct 31 17:46:55.983 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-10-31T17:46:57.390Z | [ host-image] Oct 31 17:46:55.986 INFO O| Oct 31 17:46:55.986 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
6147 | 2024-10-31T17:46:57.395Z | [ recovery-image] Oct 31 17:46:55.993 INFO O| Oct 31 17:46:55.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6148 | 2024-10-31T17:46:57.397Z | [ recovery-image] Oct 31 17:46:55.993 INFO O| Oct 31 17:46:55.993 INFO STEP 659 (remove_files) COMPLETE |
6149 | 2024-10-31T17:46:57.397Z | [ recovery-image] Oct 31 17:46:55.993 INFO O| Oct 31 17:46:55.993 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-10-31T17:46:57.406Z | [ recovery-image] Oct 31 17:46:56.003 INFO O| Oct 31 17:46:56.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6151 | 2024-10-31T17:46:57.406Z | [ recovery-image] Oct 31 17:46:56.003 INFO O| Oct 31 17:46:56.003 INFO STEP 660 (remove_files) COMPLETE |
6152 | 2024-10-31T17:46:57.408Z | [ recovery-image] Oct 31 17:46:56.003 INFO O| Oct 31 17:46:56.003 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-10-31T17:46:57.414Z | [ recovery-image] Oct 31 17:46:56.013 INFO O| Oct 31 17:46:56.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6154 | 2024-10-31T17:46:57.417Z | [ recovery-image] Oct 31 17:46:56.013 INFO O| Oct 31 17:46:56.013 INFO STEP 661 (remove_files) COMPLETE |
6155 | 2024-10-31T17:46:57.417Z | [ recovery-image] Oct 31 17:46:56.013 INFO O| Oct 31 17:46:56.013 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-10-31T17:46:57.426Z | [ recovery-image] Oct 31 17:46:56.024 INFO O| Oct 31 17:46:56.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6157 | 2024-10-31T17:46:57.426Z | [ recovery-image] Oct 31 17:46:56.024 INFO O| Oct 31 17:46:56.024 INFO STEP 662 (remove_files) COMPLETE |
6158 | 2024-10-31T17:46:57.426Z | [ recovery-image] Oct 31 17:46:56.024 INFO O| Oct 31 17:46:56.024 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-10-31T17:46:57.437Z | [ recovery-image] Oct 31 17:46:56.035 INFO O| Oct 31 17:46:56.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6160 | 2024-10-31T17:46:57.439Z | [ recovery-image] Oct 31 17:46:56.035 INFO O| Oct 31 17:46:56.035 INFO STEP 663 (remove_files) COMPLETE |
6161 | 2024-10-31T17:46:57.439Z | [ recovery-image] Oct 31 17:46:56.035 INFO O| Oct 31 17:46:56.035 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-10-31T17:46:57.448Z | [ recovery-image] Oct 31 17:46:56.046 INFO O| Oct 31 17:46:56.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6163 | 2024-10-31T17:46:57.450Z | [ recovery-image] Oct 31 17:46:56.046 INFO O| Oct 31 17:46:56.046 INFO STEP 664 (remove_files) COMPLETE |
6164 | 2024-10-31T17:46:57.450Z | [ recovery-image] Oct 31 17:46:56.046 INFO O| Oct 31 17:46:56.046 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-10-31T17:46:57.457Z | [ recovery-image] Oct 31 17:46:56.056 INFO O| Oct 31 17:46:56.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6166 | 2024-10-31T17:46:57.460Z | [ recovery-image] Oct 31 17:46:56.056 INFO O| Oct 31 17:46:56.056 INFO STEP 665 (remove_files) COMPLETE |
6167 | 2024-10-31T17:46:57.460Z | [ recovery-image] Oct 31 17:46:56.056 INFO O| Oct 31 17:46:56.056 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-10-31T17:46:57.468Z | [ recovery-image] Oct 31 17:46:56.066 INFO O| Oct 31 17:46:56.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6169 | 2024-10-31T17:46:57.470Z | [ recovery-image] Oct 31 17:46:56.066 INFO O| Oct 31 17:46:56.066 INFO STEP 666 (remove_files) COMPLETE |
6170 | 2024-10-31T17:46:57.470Z | [ recovery-image] Oct 31 17:46:56.066 INFO O| Oct 31 17:46:56.066 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-10-31T17:46:57.478Z | [ recovery-image] Oct 31 17:46:56.076 INFO O| Oct 31 17:46:56.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6172 | 2024-10-31T17:46:57.480Z | [ recovery-image] Oct 31 17:46:56.076 INFO O| Oct 31 17:46:56.076 INFO STEP 667 (remove_files) COMPLETE |
6173 | 2024-10-31T17:46:57.480Z | [ recovery-image] Oct 31 17:46:56.076 INFO O| Oct 31 17:46:56.076 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-10-31T17:46:57.488Z | [ recovery-image] Oct 31 17:46:56.086 INFO O| Oct 31 17:46:56.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6175 | 2024-10-31T17:46:57.491Z | [ recovery-image] Oct 31 17:46:56.086 INFO O| Oct 31 17:46:56.086 INFO STEP 668 (remove_files) COMPLETE |
6176 | 2024-10-31T17:46:57.491Z | [ recovery-image] Oct 31 17:46:56.086 INFO O| Oct 31 17:46:56.086 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-10-31T17:46:57.499Z | [ recovery-image] Oct 31 17:46:56.097 INFO O| Oct 31 17:46:56.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6178 | 2024-10-31T17:46:57.499Z | [ recovery-image] Oct 31 17:46:56.097 INFO O| Oct 31 17:46:56.097 INFO STEP 669 (remove_files) COMPLETE |
6179 | 2024-10-31T17:46:57.499Z | [ recovery-image] Oct 31 17:46:56.097 INFO O| Oct 31 17:46:56.097 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-10-31T17:46:57.509Z | [ recovery-image] Oct 31 17:46:56.107 INFO O| Oct 31 17:46:56.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6181 | 2024-10-31T17:46:57.509Z | [ recovery-image] Oct 31 17:46:56.108 INFO O| Oct 31 17:46:56.108 INFO STEP 670 (remove_files) COMPLETE |
6182 | 2024-10-31T17:46:57.509Z | [ recovery-image] Oct 31 17:46:56.108 INFO O| Oct 31 17:46:56.108 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-10-31T17:46:57.520Z | [ recovery-image] Oct 31 17:46:56.118 INFO O| Oct 31 17:46:56.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6184 | 2024-10-31T17:46:57.520Z | [ recovery-image] Oct 31 17:46:56.118 INFO O| Oct 31 17:46:56.118 INFO STEP 671 (remove_files) COMPLETE |
6185 | 2024-10-31T17:46:57.520Z | [ recovery-image] Oct 31 17:46:56.118 INFO O| Oct 31 17:46:56.118 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-10-31T17:46:57.530Z | [ recovery-image] Oct 31 17:46:56.128 INFO O| Oct 31 17:46:56.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6187 | 2024-10-31T17:46:57.533Z | [ recovery-image] Oct 31 17:46:56.129 INFO O| Oct 31 17:46:56.129 INFO STEP 672 (remove_files) COMPLETE |
6188 | 2024-10-31T17:46:57.533Z | [ recovery-image] Oct 31 17:46:56.129 INFO O| Oct 31 17:46:56.129 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-10-31T17:46:57.541Z | [ recovery-image] Oct 31 17:46:56.139 INFO O| Oct 31 17:46:56.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6190 | 2024-10-31T17:46:57.543Z | [ recovery-image] Oct 31 17:46:56.139 INFO O| Oct 31 17:46:56.139 INFO STEP 673 (remove_files) COMPLETE |
6191 | 2024-10-31T17:46:57.544Z | [ recovery-image] Oct 31 17:46:56.139 INFO O| Oct 31 17:46:56.139 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-10-31T17:46:57.552Z | [ recovery-image] Oct 31 17:46:56.150 INFO O| Oct 31 17:46:56.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6193 | 2024-10-31T17:46:57.554Z | [ recovery-image] Oct 31 17:46:56.151 INFO O| Oct 31 17:46:56.151 INFO STEP 674 (remove_files) COMPLETE |
6194 | 2024-10-31T17:46:57.554Z | [ recovery-image] Oct 31 17:46:56.151 INFO O| Oct 31 17:46:56.151 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-10-31T17:46:57.564Z | [ recovery-image] Oct 31 17:46:56.162 INFO O| Oct 31 17:46:56.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6196 | 2024-10-31T17:46:57.564Z | [ recovery-image] Oct 31 17:46:56.162 INFO O| Oct 31 17:46:56.162 INFO STEP 675 (remove_files) COMPLETE |
6197 | 2024-10-31T17:46:57.567Z | [ recovery-image] Oct 31 17:46:56.162 INFO O| Oct 31 17:46:56.162 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-10-31T17:46:57.576Z | [ recovery-image] Oct 31 17:46:56.174 INFO O| Oct 31 17:46:56.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6199 | 2024-10-31T17:46:57.576Z | [ recovery-image] Oct 31 17:46:56.174 INFO O| Oct 31 17:46:56.174 INFO STEP 676 (remove_files) COMPLETE |
6200 | 2024-10-31T17:46:57.576Z | [ recovery-image] Oct 31 17:46:56.174 INFO O| Oct 31 17:46:56.174 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-10-31T17:46:57.587Z | [ recovery-image] Oct 31 17:46:56.185 INFO O| Oct 31 17:46:56.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6202 | 2024-10-31T17:46:57.587Z | [ recovery-image] Oct 31 17:46:56.186 INFO O| Oct 31 17:46:56.186 INFO STEP 677 (remove_files) COMPLETE |
6203 | 2024-10-31T17:46:57.587Z | [ recovery-image] Oct 31 17:46:56.186 INFO O| Oct 31 17:46:56.186 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-10-31T17:46:57.598Z | [ recovery-image] Oct 31 17:46:56.196 INFO O| Oct 31 17:46:56.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6205 | 2024-10-31T17:46:57.598Z | [ recovery-image] Oct 31 17:46:56.196 INFO O| Oct 31 17:46:56.196 INFO STEP 678 (remove_files) COMPLETE |
6206 | 2024-10-31T17:46:57.600Z | [ recovery-image] Oct 31 17:46:56.196 INFO O| Oct 31 17:46:56.196 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-10-31T17:46:57.608Z | [ recovery-image] Oct 31 17:46:56.206 INFO O| Oct 31 17:46:56.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6208 | 2024-10-31T17:46:57.608Z | [ recovery-image] Oct 31 17:46:56.206 INFO O| Oct 31 17:46:56.206 INFO STEP 679 (remove_files) COMPLETE |
6209 | 2024-10-31T17:46:57.611Z | [ recovery-image] Oct 31 17:46:56.206 INFO O| Oct 31 17:46:56.206 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-10-31T17:46:57.618Z | [ recovery-image] Oct 31 17:46:56.217 INFO O| Oct 31 17:46:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6211 | 2024-10-31T17:46:57.618Z | [ recovery-image] Oct 31 17:46:56.217 INFO O| Oct 31 17:46:56.217 INFO STEP 680 (remove_files) COMPLETE |
6212 | 2024-10-31T17:46:57.621Z | [ recovery-image] Oct 31 17:46:56.217 INFO O| Oct 31 17:46:56.217 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-10-31T17:46:57.628Z | [ recovery-image] Oct 31 17:46:56.227 INFO O| Oct 31 17:46:56.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6214 | 2024-10-31T17:46:57.631Z | [ recovery-image] Oct 31 17:46:56.227 INFO O| Oct 31 17:46:56.227 INFO STEP 681 (remove_files) COMPLETE |
6215 | 2024-10-31T17:46:57.631Z | [ recovery-image] Oct 31 17:46:56.227 INFO O| Oct 31 17:46:56.227 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-10-31T17:46:57.639Z | [ recovery-image] Oct 31 17:46:56.237 INFO O| Oct 31 17:46:56.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6217 | 2024-10-31T17:46:57.639Z | [ recovery-image] Oct 31 17:46:56.237 INFO O| Oct 31 17:46:56.237 INFO STEP 682 (remove_files) COMPLETE |
6218 | 2024-10-31T17:46:57.639Z | [ recovery-image] Oct 31 17:46:56.237 INFO O| Oct 31 17:46:56.237 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-10-31T17:46:57.649Z | [ recovery-image] Oct 31 17:46:56.247 INFO O| Oct 31 17:46:56.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6220 | 2024-10-31T17:46:57.649Z | [ recovery-image] Oct 31 17:46:56.247 INFO O| Oct 31 17:46:56.247 INFO STEP 683 (remove_files) COMPLETE |
6221 | 2024-10-31T17:46:57.649Z | [ recovery-image] Oct 31 17:46:56.247 INFO O| Oct 31 17:46:56.247 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-10-31T17:46:57.661Z | [ recovery-image] Oct 31 17:46:56.259 INFO O| Oct 31 17:46:56.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6223 | 2024-10-31T17:46:57.663Z | [ recovery-image] Oct 31 17:46:56.259 INFO O| Oct 31 17:46:56.259 INFO STEP 684 (remove_files) COMPLETE |
6224 | 2024-10-31T17:46:57.663Z | [ recovery-image] Oct 31 17:46:56.259 INFO O| Oct 31 17:46:56.259 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-10-31T17:46:57.671Z | [ recovery-image] Oct 31 17:46:56.269 INFO O| Oct 31 17:46:56.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6226 | 2024-10-31T17:46:57.671Z | [ recovery-image] Oct 31 17:46:56.269 INFO O| Oct 31 17:46:56.269 INFO STEP 685 (remove_files) COMPLETE |
6227 | 2024-10-31T17:46:57.674Z | [ recovery-image] Oct 31 17:46:56.269 INFO O| Oct 31 17:46:56.269 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-10-31T17:46:57.683Z | [ recovery-image] Oct 31 17:46:56.281 INFO O| Oct 31 17:46:56.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6229 | 2024-10-31T17:46:57.683Z | [ recovery-image] Oct 31 17:46:56.281 INFO O| Oct 31 17:46:56.281 INFO STEP 686 (remove_files) COMPLETE |
6230 | 2024-10-31T17:46:57.683Z | [ recovery-image] Oct 31 17:46:56.281 INFO O| Oct 31 17:46:56.281 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-10-31T17:46:57.694Z | [ recovery-image] Oct 31 17:46:56.292 INFO O| Oct 31 17:46:56.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6232 | 2024-10-31T17:46:57.694Z | [ recovery-image] Oct 31 17:46:56.292 INFO O| Oct 31 17:46:56.292 INFO STEP 687 (remove_files) COMPLETE |
6233 | 2024-10-31T17:46:57.694Z | [ recovery-image] Oct 31 17:46:56.292 INFO O| Oct 31 17:46:56.292 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-10-31T17:46:57.698Z | [ host-image] Oct 31 17:46:56.297 INFO O| Oct 31 17:46:56.297 INFO O| Done |
6235 | 2024-10-31T17:46:57.702Z | [ host-image] Oct 31 17:46:56.297 INFO O| Oct 31 17:46:56.297 INFO O| Done |
6236 | 2024-10-31T17:46:57.705Z | [ recovery-image] Oct 31 17:46:56.303 INFO O| Oct 31 17:46:56.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6237 | 2024-10-31T17:46:57.705Z | [ recovery-image] Oct 31 17:46:56.303 INFO O| Oct 31 17:46:56.303 INFO STEP 688 (remove_files) COMPLETE |
6238 | 2024-10-31T17:46:57.705Z | [ recovery-image] Oct 31 17:46:56.303 INFO O| Oct 31 17:46:56.303 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-10-31T17:46:57.715Z | [ recovery-image] Oct 31 17:46:56.313 INFO O| Oct 31 17:46:56.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6240 | 2024-10-31T17:46:57.715Z | [ recovery-image] Oct 31 17:46:56.314 INFO O| Oct 31 17:46:56.314 INFO STEP 689 (remove_files) COMPLETE |
6241 | 2024-10-31T17:46:57.715Z | [ recovery-image] Oct 31 17:46:56.314 INFO O| Oct 31 17:46:56.314 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-10-31T17:46:57.727Z | [ recovery-image] Oct 31 17:46:56.326 INFO O| Oct 31 17:46:56.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6243 | 2024-10-31T17:46:57.727Z | [ recovery-image] Oct 31 17:46:56.326 INFO O| Oct 31 17:46:56.326 INFO STEP 690 (remove_files) COMPLETE |
6244 | 2024-10-31T17:46:57.727Z | [ recovery-image] Oct 31 17:46:56.326 INFO O| Oct 31 17:46:56.326 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-10-31T17:46:57.738Z | [ recovery-image] Oct 31 17:46:56.336 INFO O| Oct 31 17:46:56.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6246 | 2024-10-31T17:46:57.738Z | [ recovery-image] Oct 31 17:46:56.336 INFO O| Oct 31 17:46:56.336 INFO STEP 691 (remove_files) COMPLETE |
6247 | 2024-10-31T17:46:57.738Z | [ recovery-image] Oct 31 17:46:56.336 INFO O| Oct 31 17:46:56.336 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-10-31T17:46:57.747Z | [ recovery-image] Oct 31 17:46:56.346 INFO O| Oct 31 17:46:56.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6249 | 2024-10-31T17:46:57.747Z | [ recovery-image] Oct 31 17:46:56.346 INFO O| Oct 31 17:46:56.346 INFO STEP 692 (remove_files) COMPLETE |
6250 | 2024-10-31T17:46:57.750Z | [ recovery-image] Oct 31 17:46:56.346 INFO O| Oct 31 17:46:56.346 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-10-31T17:46:57.758Z | [ recovery-image] Oct 31 17:46:56.357 INFO O| Oct 31 17:46:56.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6252 | 2024-10-31T17:46:57.759Z | [ recovery-image] Oct 31 17:46:56.357 INFO O| Oct 31 17:46:56.357 INFO STEP 693 (remove_files) COMPLETE |
6253 | 2024-10-31T17:46:57.759Z | [ recovery-image] Oct 31 17:46:56.357 INFO O| Oct 31 17:46:56.357 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-10-31T17:46:57.769Z | [ recovery-image] Oct 31 17:46:56.367 INFO O| Oct 31 17:46:56.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6255 | 2024-10-31T17:46:57.769Z | [ recovery-image] Oct 31 17:46:56.367 INFO O| Oct 31 17:46:56.367 INFO STEP 694 (remove_files) COMPLETE |
6256 | 2024-10-31T17:46:57.769Z | [ recovery-image] Oct 31 17:46:56.367 INFO O| Oct 31 17:46:56.367 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-10-31T17:46:57.778Z | [ recovery-image] Oct 31 17:46:56.377 INFO O| Oct 31 17:46:56.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6258 | 2024-10-31T17:46:57.778Z | [ recovery-image] Oct 31 17:46:56.377 INFO O| Oct 31 17:46:56.377 INFO STEP 695 (remove_files) COMPLETE |
6259 | 2024-10-31T17:46:57.778Z | [ recovery-image] Oct 31 17:46:56.377 INFO O| Oct 31 17:46:56.377 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-10-31T17:46:57.789Z | [ recovery-image] Oct 31 17:46:56.388 INFO O| Oct 31 17:46:56.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6261 | 2024-10-31T17:46:57.789Z | [ recovery-image] Oct 31 17:46:56.388 INFO O| Oct 31 17:46:56.388 INFO STEP 696 (remove_files) COMPLETE |
6262 | 2024-10-31T17:46:57.792Z | [ recovery-image] Oct 31 17:46:56.388 INFO O| Oct 31 17:46:56.388 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-10-31T17:46:57.799Z | [ recovery-image] Oct 31 17:46:56.398 INFO O| Oct 31 17:46:56.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6264 | 2024-10-31T17:46:57.799Z | [ recovery-image] Oct 31 17:46:56.398 INFO O| Oct 31 17:46:56.398 INFO STEP 697 (remove_files) COMPLETE |
6265 | 2024-10-31T17:46:57.802Z | [ recovery-image] Oct 31 17:46:56.398 INFO O| Oct 31 17:46:56.398 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-10-31T17:46:57.809Z | [ recovery-image] Oct 31 17:46:56.407 INFO O| Oct 31 17:46:56.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6267 | 2024-10-31T17:46:57.812Z | [ recovery-image] Oct 31 17:46:56.407 INFO O| Oct 31 17:46:56.407 INFO STEP 698 (remove_files) COMPLETE |
6268 | 2024-10-31T17:46:57.812Z | [ recovery-image] Oct 31 17:46:56.407 INFO O| Oct 31 17:46:56.407 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-10-31T17:46:57.820Z | [ recovery-image] Oct 31 17:46:56.418 INFO O| Oct 31 17:46:56.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6270 | 2024-10-31T17:46:57.820Z | [ recovery-image] Oct 31 17:46:56.418 INFO O| Oct 31 17:46:56.418 INFO STEP 699 (remove_files) COMPLETE |
6271 | 2024-10-31T17:46:57.822Z | [ recovery-image] Oct 31 17:46:56.418 INFO O| Oct 31 17:46:56.418 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-10-31T17:46:57.830Z | [ recovery-image] Oct 31 17:46:56.428 INFO O| Oct 31 17:46:56.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6273 | 2024-10-31T17:46:57.832Z | [ recovery-image] Oct 31 17:46:56.429 INFO O| Oct 31 17:46:56.429 INFO STEP 700 (remove_files) COMPLETE |
6274 | 2024-10-31T17:46:57.832Z | [ recovery-image] Oct 31 17:46:56.429 INFO O| Oct 31 17:46:56.429 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-10-31T17:46:57.841Z | [ recovery-image] Oct 31 17:46:56.440 INFO O| Oct 31 17:46:56.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6276 | 2024-10-31T17:46:57.842Z | [ recovery-image] Oct 31 17:46:56.440 INFO O| Oct 31 17:46:56.440 INFO STEP 701 (remove_files) COMPLETE |
6277 | 2024-10-31T17:46:57.844Z | [ recovery-image] Oct 31 17:46:56.440 INFO O| Oct 31 17:46:56.440 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-10-31T17:46:57.851Z | [ recovery-image] Oct 31 17:46:56.450 INFO O| Oct 31 17:46:56.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6279 | 2024-10-31T17:46:57.854Z | [ recovery-image] Oct 31 17:46:56.450 INFO O| Oct 31 17:46:56.450 INFO STEP 702 (remove_files) COMPLETE |
6280 | 2024-10-31T17:46:57.854Z | [ recovery-image] Oct 31 17:46:56.450 INFO O| Oct 31 17:46:56.450 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-10-31T17:46:57.861Z | [ recovery-image] Oct 31 17:46:56.459 INFO O| Oct 31 17:46:56.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6282 | 2024-10-31T17:46:57.861Z | [ recovery-image] Oct 31 17:46:56.459 INFO O| Oct 31 17:46:56.459 INFO STEP 703 (remove_files) COMPLETE |
6283 | 2024-10-31T17:46:57.863Z | [ recovery-image] Oct 31 17:46:56.459 INFO O| Oct 31 17:46:56.459 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-10-31T17:46:57.871Z | [ recovery-image] Oct 31 17:46:56.469 INFO O| Oct 31 17:46:56.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6285 | 2024-10-31T17:46:57.871Z | [ recovery-image] Oct 31 17:46:56.469 INFO O| Oct 31 17:46:56.469 INFO STEP 704 (remove_files) COMPLETE |
6286 | 2024-10-31T17:46:57.873Z | [ recovery-image] Oct 31 17:46:56.469 INFO O| Oct 31 17:46:56.469 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-10-31T17:46:57.882Z | [ recovery-image] Oct 31 17:46:56.480 INFO O| Oct 31 17:46:56.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6288 | 2024-10-31T17:46:57.884Z | [ recovery-image] Oct 31 17:46:56.480 INFO O| Oct 31 17:46:56.480 INFO STEP 705 (remove_files) COMPLETE |
6289 | 2024-10-31T17:46:57.884Z | [ recovery-image] Oct 31 17:46:56.481 INFO O| Oct 31 17:46:56.480 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-10-31T17:46:57.893Z | [ recovery-image] Oct 31 17:46:56.491 INFO O| Oct 31 17:46:56.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6291 | 2024-10-31T17:46:57.893Z | [ recovery-image] Oct 31 17:46:56.491 INFO O| Oct 31 17:46:56.491 INFO STEP 706 (remove_files) COMPLETE |
6292 | 2024-10-31T17:46:57.896Z | [ recovery-image] Oct 31 17:46:56.491 INFO O| Oct 31 17:46:56.491 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-10-31T17:46:57.903Z | [ recovery-image] Oct 31 17:46:56.501 INFO O| Oct 31 17:46:56.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6294 | 2024-10-31T17:46:57.905Z | [ recovery-image] Oct 31 17:46:56.502 INFO O| Oct 31 17:46:56.502 INFO STEP 707 (remove_files) COMPLETE |
6295 | 2024-10-31T17:46:57.905Z | [ recovery-image] Oct 31 17:46:56.502 INFO O| Oct 31 17:46:56.502 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-10-31T17:46:57.915Z | [ recovery-image] Oct 31 17:46:56.513 INFO O| Oct 31 17:46:56.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6297 | 2024-10-31T17:46:57.917Z | [ recovery-image] Oct 31 17:46:56.513 INFO O| Oct 31 17:46:56.513 INFO STEP 708 (remove_files) COMPLETE |
6298 | 2024-10-31T17:46:57.917Z | [ recovery-image] Oct 31 17:46:56.513 INFO O| Oct 31 17:46:56.513 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-10-31T17:46:57.926Z | [ recovery-image] Oct 31 17:46:56.524 INFO O| Oct 31 17:46:56.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6300 | 2024-10-31T17:46:57.928Z | [ recovery-image] Oct 31 17:46:56.524 INFO O| Oct 31 17:46:56.524 INFO STEP 709 (remove_files) COMPLETE |
6301 | 2024-10-31T17:46:57.928Z | [ recovery-image] Oct 31 17:46:56.524 INFO O| Oct 31 17:46:56.524 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-10-31T17:46:57.935Z | [ recovery-image] Oct 31 17:46:56.533 INFO O| Oct 31 17:46:56.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6303 | 2024-10-31T17:46:57.935Z | [ recovery-image] Oct 31 17:46:56.533 INFO O| Oct 31 17:46:56.533 INFO STEP 710 (remove_files) COMPLETE |
6304 | 2024-10-31T17:46:57.935Z | [ recovery-image] Oct 31 17:46:56.533 INFO O| Oct 31 17:46:56.533 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-10-31T17:46:57.945Z | [ recovery-image] Oct 31 17:46:56.543 INFO O| Oct 31 17:46:56.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6306 | 2024-10-31T17:46:57.945Z | [ recovery-image] Oct 31 17:46:56.543 INFO O| Oct 31 17:46:56.543 INFO STEP 711 (remove_files) COMPLETE |
6307 | 2024-10-31T17:46:57.947Z | [ recovery-image] Oct 31 17:46:56.543 INFO O| Oct 31 17:46:56.543 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-10-31T17:46:57.954Z | [ recovery-image] Oct 31 17:46:56.552 INFO O| Oct 31 17:46:56.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6309 | 2024-10-31T17:46:57.957Z | [ recovery-image] Oct 31 17:46:56.553 INFO O| Oct 31 17:46:56.553 INFO STEP 712 (remove_files) COMPLETE |
6310 | 2024-10-31T17:46:57.957Z | [ recovery-image] Oct 31 17:46:56.553 INFO O| Oct 31 17:46:56.553 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-10-31T17:46:57.964Z | [ recovery-image] Oct 31 17:46:56.562 INFO O| Oct 31 17:46:56.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6312 | 2024-10-31T17:46:57.966Z | [ recovery-image] Oct 31 17:46:56.562 INFO O| Oct 31 17:46:56.562 INFO STEP 713 (remove_files) COMPLETE |
6313 | 2024-10-31T17:46:57.966Z | [ recovery-image] Oct 31 17:46:56.562 INFO O| Oct 31 17:46:56.562 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-10-31T17:46:57.973Z | [ recovery-image] Oct 31 17:46:56.572 INFO O| Oct 31 17:46:56.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6315 | 2024-10-31T17:46:57.976Z | [ recovery-image] Oct 31 17:46:56.572 INFO O| Oct 31 17:46:56.572 INFO STEP 714 (remove_files) COMPLETE |
6316 | 2024-10-31T17:46:57.976Z | [ recovery-image] Oct 31 17:46:56.572 INFO O| Oct 31 17:46:56.572 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-10-31T17:46:57.983Z | [ recovery-image] Oct 31 17:46:56.581 INFO O| Oct 31 17:46:56.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6318 | 2024-10-31T17:46:57.983Z | [ recovery-image] Oct 31 17:46:56.581 INFO O| Oct 31 17:46:56.581 INFO STEP 715 (remove_files) COMPLETE |
6319 | 2024-10-31T17:46:57.985Z | [ recovery-image] Oct 31 17:46:56.581 INFO O| Oct 31 17:46:56.581 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-10-31T17:46:57.992Z | [ recovery-image] Oct 31 17:46:56.591 INFO O| Oct 31 17:46:56.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6321 | 2024-10-31T17:46:57.993Z | [ recovery-image] Oct 31 17:46:56.591 INFO O| Oct 31 17:46:56.591 INFO STEP 716 (remove_files) COMPLETE |
6322 | 2024-10-31T17:46:57.993Z | [ recovery-image] Oct 31 17:46:56.591 INFO O| Oct 31 17:46:56.591 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-10-31T17:46:58.002Z | [ recovery-image] Oct 31 17:46:56.600 INFO O| Oct 31 17:46:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6324 | 2024-10-31T17:46:58.005Z | [ recovery-image] Oct 31 17:46:56.600 INFO O| Oct 31 17:46:56.600 INFO STEP 717 (remove_files) COMPLETE |
6325 | 2024-10-31T17:46:58.005Z | [ recovery-image] Oct 31 17:46:56.600 INFO O| Oct 31 17:46:56.600 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-10-31T17:46:58.012Z | [ recovery-image] Oct 31 17:46:56.610 INFO O| Oct 31 17:46:56.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6327 | 2024-10-31T17:46:58.014Z | [ recovery-image] Oct 31 17:46:56.610 INFO O| Oct 31 17:46:56.610 INFO STEP 718 (remove_files) COMPLETE |
6328 | 2024-10-31T17:46:58.014Z | [ recovery-image] Oct 31 17:46:56.610 INFO O| Oct 31 17:46:56.610 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-10-31T17:46:58.021Z | [ recovery-image] Oct 31 17:46:56.619 INFO O| Oct 31 17:46:56.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6330 | 2024-10-31T17:46:58.023Z | [ recovery-image] Oct 31 17:46:56.619 INFO O| Oct 31 17:46:56.619 INFO STEP 719 (remove_files) COMPLETE |
6331 | 2024-10-31T17:46:58.023Z | [ recovery-image] Oct 31 17:46:56.619 INFO O| Oct 31 17:46:56.619 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-10-31T17:46:58.031Z | [ recovery-image] Oct 31 17:46:56.629 INFO O| Oct 31 17:46:56.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6333 | 2024-10-31T17:46:58.031Z | [ recovery-image] Oct 31 17:46:56.629 INFO O| Oct 31 17:46:56.629 INFO STEP 720 (remove_files) COMPLETE |
6334 | 2024-10-31T17:46:58.034Z | [ recovery-image] Oct 31 17:46:56.629 INFO O| Oct 31 17:46:56.629 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-10-31T17:46:58.040Z | [ recovery-image] Oct 31 17:46:56.638 INFO O| Oct 31 17:46:56.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6336 | 2024-10-31T17:46:58.043Z | [ recovery-image] Oct 31 17:46:56.638 INFO O| Oct 31 17:46:56.638 INFO STEP 721 (remove_files) COMPLETE |
6337 | 2024-10-31T17:46:58.043Z | [ recovery-image] Oct 31 17:46:56.638 INFO O| Oct 31 17:46:56.638 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-10-31T17:46:58.050Z | [ recovery-image] Oct 31 17:46:56.648 INFO O| Oct 31 17:46:56.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6339 | 2024-10-31T17:46:58.050Z | [ recovery-image] Oct 31 17:46:56.648 INFO O| Oct 31 17:46:56.648 INFO STEP 722 (remove_files) COMPLETE |
6340 | 2024-10-31T17:46:58.053Z | [ recovery-image] Oct 31 17:46:56.648 INFO O| Oct 31 17:46:56.648 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-10-31T17:46:58.059Z | [ recovery-image] Oct 31 17:46:56.658 INFO O| Oct 31 17:46:56.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6342 | 2024-10-31T17:46:58.062Z | [ recovery-image] Oct 31 17:46:56.658 INFO O| Oct 31 17:46:56.658 INFO STEP 723 (remove_files) COMPLETE |
6343 | 2024-10-31T17:46:58.062Z | [ recovery-image] Oct 31 17:46:56.658 INFO O| Oct 31 17:46:56.658 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-10-31T17:46:58.069Z | [ recovery-image] Oct 31 17:46:56.667 INFO O| Oct 31 17:46:56.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6345 | 2024-10-31T17:46:58.069Z | [ recovery-image] Oct 31 17:46:56.667 INFO O| Oct 31 17:46:56.667 INFO STEP 724 (remove_files) COMPLETE |
6346 | 2024-10-31T17:46:58.069Z | [ recovery-image] Oct 31 17:46:56.667 INFO O| Oct 31 17:46:56.667 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-10-31T17:46:58.079Z | [ recovery-image] Oct 31 17:46:56.677 INFO O| Oct 31 17:46:56.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6348 | 2024-10-31T17:46:58.082Z | [ recovery-image] Oct 31 17:46:56.677 INFO O| Oct 31 17:46:56.677 INFO STEP 725 (remove_files) COMPLETE |
6349 | 2024-10-31T17:46:58.082Z | [ recovery-image] Oct 31 17:46:56.677 INFO O| Oct 31 17:46:56.677 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-10-31T17:46:58.088Z | [ recovery-image] Oct 31 17:46:56.686 INFO O| Oct 31 17:46:56.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6351 | 2024-10-31T17:46:58.088Z | [ recovery-image] Oct 31 17:46:56.686 INFO O| Oct 31 17:46:56.686 INFO STEP 726 (remove_files) COMPLETE |
6352 | 2024-10-31T17:46:58.091Z | [ recovery-image] Oct 31 17:46:56.687 INFO O| Oct 31 17:46:56.686 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-10-31T17:46:58.098Z | [ recovery-image] Oct 31 17:46:56.696 INFO O| Oct 31 17:46:56.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6354 | 2024-10-31T17:46:58.098Z | [ recovery-image] Oct 31 17:46:56.696 INFO O| Oct 31 17:46:56.696 INFO STEP 727 (remove_files) COMPLETE |
6355 | 2024-10-31T17:46:58.098Z | [ recovery-image] Oct 31 17:46:56.696 INFO O| Oct 31 17:46:56.696 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-10-31T17:46:58.107Z | [ recovery-image] Oct 31 17:46:56.705 INFO O| Oct 31 17:46:56.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6357 | 2024-10-31T17:46:58.107Z | [ recovery-image] Oct 31 17:46:56.705 INFO O| Oct 31 17:46:56.705 INFO STEP 728 (remove_files) COMPLETE |
6358 | 2024-10-31T17:46:58.110Z | [ recovery-image] Oct 31 17:46:56.705 INFO O| Oct 31 17:46:56.705 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-10-31T17:46:58.117Z | [ recovery-image] Oct 31 17:46:56.715 INFO O| Oct 31 17:46:56.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6360 | 2024-10-31T17:46:58.119Z | [ recovery-image] Oct 31 17:46:56.715 INFO O| Oct 31 17:46:56.715 INFO STEP 729 (remove_files) COMPLETE |
6361 | 2024-10-31T17:46:58.119Z | [ recovery-image] Oct 31 17:46:56.715 INFO O| Oct 31 17:46:56.715 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-10-31T17:46:58.126Z | [ recovery-image] Oct 31 17:46:56.725 INFO O| Oct 31 17:46:56.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6363 | 2024-10-31T17:46:58.129Z | [ recovery-image] Oct 31 17:46:56.725 INFO O| Oct 31 17:46:56.725 INFO STEP 730 (remove_files) COMPLETE |
6364 | 2024-10-31T17:46:58.129Z | [ recovery-image] Oct 31 17:46:56.725 INFO O| Oct 31 17:46:56.725 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-10-31T17:46:58.136Z | [ recovery-image] Oct 31 17:46:56.734 INFO O| Oct 31 17:46:56.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6366 | 2024-10-31T17:46:58.138Z | [ recovery-image] Oct 31 17:46:56.734 INFO O| Oct 31 17:46:56.734 INFO STEP 731 (remove_files) COMPLETE |
6367 | 2024-10-31T17:46:58.138Z | [ recovery-image] Oct 31 17:46:56.734 INFO O| Oct 31 17:46:56.734 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-10-31T17:46:58.145Z | [ recovery-image] Oct 31 17:46:56.744 INFO O| Oct 31 17:46:56.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6369 | 2024-10-31T17:46:58.145Z | [ recovery-image] Oct 31 17:46:56.744 INFO O| Oct 31 17:46:56.744 INFO STEP 732 (remove_files) COMPLETE |
6370 | 2024-10-31T17:46:58.148Z | [ recovery-image] Oct 31 17:46:56.744 INFO O| Oct 31 17:46:56.744 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-10-31T17:46:58.155Z | [ recovery-image] Oct 31 17:46:56.753 INFO O| Oct 31 17:46:56.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6372 | 2024-10-31T17:46:58.158Z | [ recovery-image] Oct 31 17:46:56.753 INFO O| Oct 31 17:46:56.753 INFO STEP 733 (remove_files) COMPLETE |
6373 | 2024-10-31T17:46:58.158Z | [ recovery-image] Oct 31 17:46:56.753 INFO O| Oct 31 17:46:56.753 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-10-31T17:46:58.164Z | [ recovery-image] Oct 31 17:46:56.763 INFO O| Oct 31 17:46:56.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6375 | 2024-10-31T17:46:58.167Z | [ recovery-image] Oct 31 17:46:56.763 INFO O| Oct 31 17:46:56.763 INFO STEP 734 (remove_files) COMPLETE |
6376 | 2024-10-31T17:46:58.167Z | [ recovery-image] Oct 31 17:46:56.763 INFO O| Oct 31 17:46:56.763 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-10-31T17:46:58.174Z | [ recovery-image] Oct 31 17:46:56.772 INFO O| Oct 31 17:46:56.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6378 | 2024-10-31T17:46:58.177Z | [ recovery-image] Oct 31 17:46:56.772 INFO O| Oct 31 17:46:56.772 INFO STEP 735 (remove_files) COMPLETE |
6379 | 2024-10-31T17:46:58.177Z | [ recovery-image] Oct 31 17:46:56.772 INFO O| Oct 31 17:46:56.772 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-10-31T17:46:58.184Z | [ recovery-image] Oct 31 17:46:56.782 INFO O| Oct 31 17:46:56.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6381 | 2024-10-31T17:46:58.184Z | [ recovery-image] Oct 31 17:46:56.782 INFO O| Oct 31 17:46:56.782 INFO STEP 736 (remove_files) COMPLETE |
6382 | 2024-10-31T17:46:58.186Z | [ recovery-image] Oct 31 17:46:56.782 INFO O| Oct 31 17:46:56.782 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-10-31T17:46:58.189Z | [ host-image] Oct 31 17:46:56.787 INFO O| Oct 31 17:46:56.787 INFO O| Done |
6384 | 2024-10-31T17:46:58.194Z | [ recovery-image] Oct 31 17:46:56.792 INFO O| Oct 31 17:46:56.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6385 | 2024-10-31T17:46:58.194Z | [ recovery-image] Oct 31 17:46:56.792 INFO O| Oct 31 17:46:56.792 INFO STEP 737 (remove_files) COMPLETE |
6386 | 2024-10-31T17:46:58.196Z | [ recovery-image] Oct 31 17:46:56.792 INFO O| Oct 31 17:46:56.792 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-10-31T17:46:58.204Z | [ recovery-image] Oct 31 17:46:56.802 INFO O| Oct 31 17:46:56.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6388 | 2024-10-31T17:46:58.206Z | [ recovery-image] Oct 31 17:46:56.802 INFO O| Oct 31 17:46:56.802 INFO STEP 738 (remove_files) COMPLETE |
6389 | 2024-10-31T17:46:58.206Z | [ recovery-image] Oct 31 17:46:56.802 INFO O| Oct 31 17:46:56.802 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-10-31T17:46:58.214Z | [ recovery-image] Oct 31 17:46:56.812 INFO O| Oct 31 17:46:56.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6391 | 2024-10-31T17:46:58.214Z | [ recovery-image] Oct 31 17:46:56.812 INFO O| Oct 31 17:46:56.812 INFO STEP 739 (remove_files) COMPLETE |
6392 | 2024-10-31T17:46:58.217Z | [ recovery-image] Oct 31 17:46:56.812 INFO O| Oct 31 17:46:56.812 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-10-31T17:46:58.224Z | [ recovery-image] Oct 31 17:46:56.822 INFO O| Oct 31 17:46:56.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6394 | 2024-10-31T17:46:58.224Z | [ recovery-image] Oct 31 17:46:56.822 INFO O| Oct 31 17:46:56.822 INFO STEP 740 (remove_files) COMPLETE |
6395 | 2024-10-31T17:46:58.224Z | [ recovery-image] Oct 31 17:46:56.822 INFO O| Oct 31 17:46:56.822 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-10-31T17:46:58.234Z | [ recovery-image] Oct 31 17:46:56.832 INFO O| Oct 31 17:46:56.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6397 | 2024-10-31T17:46:58.234Z | [ recovery-image] Oct 31 17:46:56.832 INFO O| Oct 31 17:46:56.832 INFO STEP 741 (remove_files) COMPLETE |
6398 | 2024-10-31T17:46:58.234Z | [ recovery-image] Oct 31 17:46:56.832 INFO O| Oct 31 17:46:56.832 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-10-31T17:46:58.244Z | [ recovery-image] Oct 31 17:46:56.842 INFO O| Oct 31 17:46:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6400 | 2024-10-31T17:46:58.244Z | [ recovery-image] Oct 31 17:46:56.842 INFO O| Oct 31 17:46:56.842 INFO STEP 742 (remove_files) COMPLETE |
6401 | 2024-10-31T17:46:58.244Z | [ recovery-image] Oct 31 17:46:56.842 INFO O| Oct 31 17:46:56.842 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-10-31T17:46:58.254Z | [ recovery-image] Oct 31 17:46:56.852 INFO O| Oct 31 17:46:56.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6403 | 2024-10-31T17:46:58.254Z | [ recovery-image] Oct 31 17:46:56.852 INFO O| Oct 31 17:46:56.852 INFO STEP 743 (remove_files) COMPLETE |
6404 | 2024-10-31T17:46:58.254Z | [ recovery-image] Oct 31 17:46:56.852 INFO O| Oct 31 17:46:56.852 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-10-31T17:46:58.264Z | [ recovery-image] Oct 31 17:46:56.862 INFO O| Oct 31 17:46:56.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6406 | 2024-10-31T17:46:58.264Z | [ recovery-image] Oct 31 17:46:56.862 INFO O| Oct 31 17:46:56.862 INFO STEP 744 (remove_files) COMPLETE |
6407 | 2024-10-31T17:46:58.266Z | [ recovery-image] Oct 31 17:46:56.862 INFO O| Oct 31 17:46:56.862 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-10-31T17:46:58.274Z | [ recovery-image] Oct 31 17:46:56.872 INFO O| Oct 31 17:46:56.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6409 | 2024-10-31T17:46:58.276Z | [ recovery-image] Oct 31 17:46:56.872 INFO O| Oct 31 17:46:56.872 INFO STEP 745 (remove_files) COMPLETE |
6410 | 2024-10-31T17:46:58.276Z | [ recovery-image] Oct 31 17:46:56.872 INFO O| Oct 31 17:46:56.872 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-10-31T17:46:58.283Z | [ recovery-image] Oct 31 17:46:56.882 INFO O| Oct 31 17:46:56.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6412 | 2024-10-31T17:46:58.286Z | [ recovery-image] Oct 31 17:46:56.882 INFO O| Oct 31 17:46:56.882 INFO STEP 746 (remove_files) COMPLETE |
6413 | 2024-10-31T17:46:58.286Z | [ recovery-image] Oct 31 17:46:56.882 INFO O| Oct 31 17:46:56.882 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-10-31T17:46:58.293Z | [ recovery-image] Oct 31 17:46:56.891 INFO O| Oct 31 17:46:56.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6415 | 2024-10-31T17:46:58.293Z | [ recovery-image] Oct 31 17:46:56.892 INFO O| Oct 31 17:46:56.892 INFO STEP 747 (remove_files) COMPLETE |
6416 | 2024-10-31T17:46:58.293Z | [ recovery-image] Oct 31 17:46:56.892 INFO O| Oct 31 17:46:56.892 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-10-31T17:46:58.303Z | [ recovery-image] Oct 31 17:46:56.901 INFO O| Oct 31 17:46:56.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6418 | 2024-10-31T17:46:58.303Z | [ recovery-image] Oct 31 17:46:56.902 INFO O| Oct 31 17:46:56.902 INFO STEP 748 (remove_files) COMPLETE |
6419 | 2024-10-31T17:46:58.303Z | [ recovery-image] Oct 31 17:46:56.902 INFO O| Oct 31 17:46:56.902 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-10-31T17:46:58.313Z | [ recovery-image] Oct 31 17:46:56.911 INFO O| Oct 31 17:46:56.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6421 | 2024-10-31T17:46:58.313Z | [ recovery-image] Oct 31 17:46:56.911 INFO O| Oct 31 17:46:56.911 INFO STEP 749 (remove_files) COMPLETE |
6422 | 2024-10-31T17:46:58.316Z | [ recovery-image] Oct 31 17:46:56.911 INFO O| Oct 31 17:46:56.911 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-10-31T17:46:58.325Z | [ recovery-image] Oct 31 17:46:56.923 INFO O| Oct 31 17:46:56.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6424 | 2024-10-31T17:46:58.327Z | [ recovery-image] Oct 31 17:46:56.923 INFO O| Oct 31 17:46:56.923 INFO STEP 750 (remove_files) COMPLETE |
6425 | 2024-10-31T17:46:58.327Z | [ recovery-image] Oct 31 17:46:56.923 INFO O| Oct 31 17:46:56.923 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-10-31T17:46:58.336Z | [ recovery-image] Oct 31 17:46:56.934 INFO O| Oct 31 17:46:56.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6427 | 2024-10-31T17:46:58.336Z | [ recovery-image] Oct 31 17:46:56.934 INFO O| Oct 31 17:46:56.934 INFO STEP 751 (remove_files) COMPLETE |
6428 | 2024-10-31T17:46:58.336Z | [ recovery-image] Oct 31 17:46:56.934 INFO O| Oct 31 17:46:56.934 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-10-31T17:46:58.346Z | [ recovery-image] Oct 31 17:46:56.944 INFO O| Oct 31 17:46:56.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6430 | 2024-10-31T17:46:58.346Z | [ recovery-image] Oct 31 17:46:56.944 INFO O| Oct 31 17:46:56.944 INFO STEP 752 (remove_files) COMPLETE |
6431 | 2024-10-31T17:46:58.346Z | [ recovery-image] Oct 31 17:46:56.944 INFO O| Oct 31 17:46:56.944 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-10-31T17:46:58.356Z | [ recovery-image] Oct 31 17:46:56.955 INFO O| Oct 31 17:46:56.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6433 | 2024-10-31T17:46:58.357Z | [ recovery-image] Oct 31 17:46:56.955 INFO O| Oct 31 17:46:56.955 INFO STEP 753 (remove_files) COMPLETE |
6434 | 2024-10-31T17:46:58.359Z | [ recovery-image] Oct 31 17:46:56.955 INFO O| Oct 31 17:46:56.955 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-10-31T17:46:58.367Z | [ recovery-image] Oct 31 17:46:56.965 INFO O| Oct 31 17:46:56.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6436 | 2024-10-31T17:46:58.367Z | [ recovery-image] Oct 31 17:46:56.965 INFO O| Oct 31 17:46:56.965 INFO STEP 754 (remove_files) COMPLETE |
6437 | 2024-10-31T17:46:58.369Z | [ recovery-image] Oct 31 17:46:56.965 INFO O| Oct 31 17:46:56.965 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-10-31T17:46:58.376Z | [ recovery-image] Oct 31 17:46:56.975 INFO O| Oct 31 17:46:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6439 | 2024-10-31T17:46:58.379Z | [ recovery-image] Oct 31 17:46:56.975 INFO O| Oct 31 17:46:56.975 INFO STEP 755 (remove_files) COMPLETE |
6440 | 2024-10-31T17:46:58.379Z | [ recovery-image] Oct 31 17:46:56.975 INFO O| Oct 31 17:46:56.975 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-10-31T17:46:58.387Z | [ recovery-image] Oct 31 17:46:56.985 INFO O| Oct 31 17:46:56.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6442 | 2024-10-31T17:46:58.389Z | [ recovery-image] Oct 31 17:46:56.985 INFO O| Oct 31 17:46:56.985 INFO STEP 756 (remove_files) COMPLETE |
6443 | 2024-10-31T17:46:58.389Z | [ recovery-image] Oct 31 17:46:56.985 INFO O| Oct 31 17:46:56.985 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-10-31T17:46:58.396Z | [ recovery-image] Oct 31 17:46:56.994 INFO O| Oct 31 17:46:56.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6445 | 2024-10-31T17:46:58.399Z | [ recovery-image] Oct 31 17:46:56.994 INFO O| Oct 31 17:46:56.994 INFO STEP 757 (remove_files) COMPLETE |
6446 | 2024-10-31T17:46:58.399Z | [ recovery-image] Oct 31 17:46:56.994 INFO O| Oct 31 17:46:56.994 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-10-31T17:46:58.406Z | [ recovery-image] Oct 31 17:46:57.004 INFO O| Oct 31 17:46:57.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6448 | 2024-10-31T17:46:58.409Z | [ recovery-image] Oct 31 17:46:57.005 INFO O| Oct 31 17:46:57.005 INFO STEP 758 (remove_files) COMPLETE |
6449 | 2024-10-31T17:46:58.409Z | [ recovery-image] Oct 31 17:46:57.005 INFO O| Oct 31 17:46:57.005 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-10-31T17:46:58.416Z | [ recovery-image] Oct 31 17:46:57.014 INFO O| Oct 31 17:46:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6451 | 2024-10-31T17:46:58.419Z | [ recovery-image] Oct 31 17:46:57.015 INFO O| Oct 31 17:46:57.015 INFO STEP 759 (remove_files) COMPLETE |
6452 | 2024-10-31T17:46:58.419Z | [ recovery-image] Oct 31 17:46:57.015 INFO O| Oct 31 17:46:57.015 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-10-31T17:46:58.426Z | [ recovery-image] Oct 31 17:46:57.024 INFO O| Oct 31 17:46:57.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6454 | 2024-10-31T17:46:58.428Z | [ recovery-image] Oct 31 17:46:57.025 INFO O| Oct 31 17:46:57.025 INFO STEP 760 (remove_files) COMPLETE |
6455 | 2024-10-31T17:46:58.428Z | [ recovery-image] Oct 31 17:46:57.025 INFO O| Oct 31 17:46:57.025 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-10-31T17:46:58.439Z | [ recovery-image] Oct 31 17:46:57.037 INFO O| Oct 31 17:46:57.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6457 | 2024-10-31T17:46:58.439Z | [ recovery-image] Oct 31 17:46:57.037 INFO O| Oct 31 17:46:57.037 INFO STEP 761 (remove_files) COMPLETE |
6458 | 2024-10-31T17:46:58.441Z | [ recovery-image] Oct 31 17:46:57.037 INFO O| Oct 31 17:46:57.037 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-10-31T17:46:58.450Z | [ recovery-image] Oct 31 17:46:57.048 INFO O| Oct 31 17:46:57.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6460 | 2024-10-31T17:46:58.450Z | [ recovery-image] Oct 31 17:46:57.048 INFO O| Oct 31 17:46:57.048 INFO STEP 762 (remove_files) COMPLETE |
6461 | 2024-10-31T17:46:58.450Z | [ recovery-image] Oct 31 17:46:57.048 INFO O| Oct 31 17:46:57.048 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-10-31T17:46:58.460Z | [ recovery-image] Oct 31 17:46:57.058 INFO O| Oct 31 17:46:57.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6463 | 2024-10-31T17:46:58.460Z | [ recovery-image] Oct 31 17:46:57.058 INFO O| Oct 31 17:46:57.058 INFO STEP 763 (remove_files) COMPLETE |
6464 | 2024-10-31T17:46:58.462Z | [ recovery-image] Oct 31 17:46:57.058 INFO O| Oct 31 17:46:57.058 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-10-31T17:46:58.470Z | [ recovery-image] Oct 31 17:46:57.068 INFO O| Oct 31 17:46:57.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6466 | 2024-10-31T17:46:58.472Z | [ recovery-image] Oct 31 17:46:57.068 INFO O| Oct 31 17:46:57.068 INFO STEP 764 (remove_files) COMPLETE |
6467 | 2024-10-31T17:46:58.472Z | [ recovery-image] Oct 31 17:46:57.068 INFO O| Oct 31 17:46:57.068 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-10-31T17:46:58.480Z | [ recovery-image] Oct 31 17:46:57.078 INFO O| Oct 31 17:46:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6469 | 2024-10-31T17:46:58.480Z | [ recovery-image] Oct 31 17:46:57.078 INFO O| Oct 31 17:46:57.078 INFO STEP 765 (remove_files) COMPLETE |
6470 | 2024-10-31T17:46:58.482Z | [ recovery-image] Oct 31 17:46:57.078 INFO O| Oct 31 17:46:57.078 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-10-31T17:46:58.491Z | [ recovery-image] Oct 31 17:46:57.089 INFO O| Oct 31 17:46:57.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6472 | 2024-10-31T17:46:58.494Z | [ recovery-image] Oct 31 17:46:57.089 INFO O| Oct 31 17:46:57.089 INFO STEP 766 (remove_files) COMPLETE |
6473 | 2024-10-31T17:46:58.494Z | [ recovery-image] Oct 31 17:46:57.089 INFO O| Oct 31 17:46:57.089 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-10-31T17:46:58.501Z | [ recovery-image] Oct 31 17:46:57.099 INFO O| Oct 31 17:46:57.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6475 | 2024-10-31T17:46:58.501Z | [ recovery-image] Oct 31 17:46:57.100 INFO O| Oct 31 17:46:57.100 INFO STEP 767 (remove_files) COMPLETE |
6476 | 2024-10-31T17:46:58.504Z | [ recovery-image] Oct 31 17:46:57.100 INFO O| Oct 31 17:46:57.100 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-10-31T17:46:58.511Z | [ recovery-image] Oct 31 17:46:57.109 INFO O| Oct 31 17:46:57.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6478 | 2024-10-31T17:46:58.514Z | [ recovery-image] Oct 31 17:46:57.109 INFO O| Oct 31 17:46:57.109 INFO STEP 768 (remove_files) COMPLETE |
6479 | 2024-10-31T17:46:58.514Z | [ recovery-image] Oct 31 17:46:57.109 INFO O| Oct 31 17:46:57.109 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-10-31T17:46:58.521Z | [ recovery-image] Oct 31 17:46:57.119 INFO O| Oct 31 17:46:57.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6481 | 2024-10-31T17:46:58.521Z | [ recovery-image] Oct 31 17:46:57.119 INFO O| Oct 31 17:46:57.119 INFO STEP 769 (remove_files) COMPLETE |
6482 | 2024-10-31T17:46:58.524Z | [ recovery-image] Oct 31 17:46:57.119 INFO O| Oct 31 17:46:57.119 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-10-31T17:46:58.532Z | [ recovery-image] Oct 31 17:46:57.130 INFO O| Oct 31 17:46:57.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6484 | 2024-10-31T17:46:58.532Z | [ recovery-image] Oct 31 17:46:57.130 INFO O| Oct 31 17:46:57.130 INFO STEP 770 (remove_files) COMPLETE |
6485 | 2024-10-31T17:46:58.532Z | [ recovery-image] Oct 31 17:46:57.130 INFO O| Oct 31 17:46:57.130 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-10-31T17:46:58.543Z | [ recovery-image] Oct 31 17:46:57.141 INFO O| Oct 31 17:46:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6487 | 2024-10-31T17:46:58.543Z | [ recovery-image] Oct 31 17:46:57.141 INFO O| Oct 31 17:46:57.141 INFO STEP 771 (remove_files) COMPLETE |
6488 | 2024-10-31T17:46:58.546Z | [ recovery-image] Oct 31 17:46:57.141 INFO O| Oct 31 17:46:57.141 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-10-31T17:46:58.554Z | [ recovery-image] Oct 31 17:46:57.152 INFO O| Oct 31 17:46:57.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6490 | 2024-10-31T17:46:58.554Z | [ recovery-image] Oct 31 17:46:57.152 INFO O| Oct 31 17:46:57.152 INFO STEP 772 (remove_files) COMPLETE |
6491 | 2024-10-31T17:46:58.556Z | [ recovery-image] Oct 31 17:46:57.152 INFO O| Oct 31 17:46:57.152 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-10-31T17:46:58.563Z | [ recovery-image] Oct 31 17:46:57.161 INFO O| Oct 31 17:46:57.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6493 | 2024-10-31T17:46:58.563Z | [ recovery-image] Oct 31 17:46:57.162 INFO O| Oct 31 17:46:57.161 INFO STEP 773 (remove_files) COMPLETE |
6494 | 2024-10-31T17:46:58.566Z | [ recovery-image] Oct 31 17:46:57.162 INFO O| Oct 31 17:46:57.162 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-10-31T17:46:58.573Z | [ recovery-image] Oct 31 17:46:57.171 INFO O| Oct 31 17:46:57.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6496 | 2024-10-31T17:46:58.573Z | [ recovery-image] Oct 31 17:46:57.171 INFO O| Oct 31 17:46:57.171 INFO STEP 774 (remove_files) COMPLETE |
6497 | 2024-10-31T17:46:58.573Z | [ recovery-image] Oct 31 17:46:57.171 INFO O| Oct 31 17:46:57.171 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-10-31T17:46:58.583Z | [ recovery-image] Oct 31 17:46:57.181 INFO O| Oct 31 17:46:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6499 | 2024-10-31T17:46:58.583Z | [ recovery-image] Oct 31 17:46:57.181 INFO O| Oct 31 17:46:57.181 INFO STEP 775 (remove_files) COMPLETE |
6500 | 2024-10-31T17:46:58.586Z | [ recovery-image] Oct 31 17:46:57.181 INFO O| Oct 31 17:46:57.181 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-10-31T17:46:58.593Z | [ recovery-image] Oct 31 17:46:57.191 INFO O| Oct 31 17:46:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6502 | 2024-10-31T17:46:58.595Z | [ recovery-image] Oct 31 17:46:57.191 INFO O| Oct 31 17:46:57.191 INFO STEP 776 (remove_files) COMPLETE |
6503 | 2024-10-31T17:46:58.595Z | [ recovery-image] Oct 31 17:46:57.191 INFO O| Oct 31 17:46:57.191 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-10-31T17:46:58.602Z | [ recovery-image] Oct 31 17:46:57.200 INFO O| Oct 31 17:46:57.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6505 | 2024-10-31T17:46:58.603Z | [ recovery-image] Oct 31 17:46:57.201 INFO O| Oct 31 17:46:57.200 INFO STEP 777 (remove_files) COMPLETE |
6506 | 2024-10-31T17:46:58.605Z | [ recovery-image] Oct 31 17:46:57.201 INFO O| Oct 31 17:46:57.201 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-10-31T17:46:58.612Z | [ recovery-image] Oct 31 17:46:57.210 INFO O| Oct 31 17:46:57.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6508 | 2024-10-31T17:46:58.612Z | [ recovery-image] Oct 31 17:46:57.210 INFO O| Oct 31 17:46:57.210 INFO STEP 778 (remove_files) COMPLETE |
6509 | 2024-10-31T17:46:58.615Z | [ recovery-image] Oct 31 17:46:57.210 INFO O| Oct 31 17:46:57.210 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-10-31T17:46:58.622Z | [ recovery-image] Oct 31 17:46:57.220 INFO O| Oct 31 17:46:57.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6511 | 2024-10-31T17:46:58.622Z | [ recovery-image] Oct 31 17:46:57.220 INFO O| Oct 31 17:46:57.220 INFO STEP 779 (remove_files) COMPLETE |
6512 | 2024-10-31T17:46:58.624Z | [ recovery-image] Oct 31 17:46:57.220 INFO O| Oct 31 17:46:57.220 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-10-31T17:46:58.632Z | [ recovery-image] Oct 31 17:46:57.230 INFO O| Oct 31 17:46:57.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6514 | 2024-10-31T17:46:58.635Z | [ recovery-image] Oct 31 17:46:57.230 INFO O| Oct 31 17:46:57.230 INFO STEP 780 (remove_files) COMPLETE |
6515 | 2024-10-31T17:46:58.635Z | [ recovery-image] Oct 31 17:46:57.230 INFO O| Oct 31 17:46:57.230 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-10-31T17:46:58.642Z | [ recovery-image] Oct 31 17:46:57.240 INFO O| Oct 31 17:46:57.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6517 | 2024-10-31T17:46:58.642Z | [ recovery-image] Oct 31 17:46:57.240 INFO O| Oct 31 17:46:57.240 INFO STEP 781 (remove_files) COMPLETE |
6518 | 2024-10-31T17:46:58.645Z | [ recovery-image] Oct 31 17:46:57.240 INFO O| Oct 31 17:46:57.240 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-10-31T17:46:58.652Z | [ recovery-image] Oct 31 17:46:57.250 INFO O| Oct 31 17:46:57.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6520 | 2024-10-31T17:46:58.654Z | [ recovery-image] Oct 31 17:46:57.250 INFO O| Oct 31 17:46:57.250 INFO STEP 782 (remove_files) COMPLETE |
6521 | 2024-10-31T17:46:58.654Z | [ recovery-image] Oct 31 17:46:57.250 INFO O| Oct 31 17:46:57.250 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-10-31T17:46:58.662Z | [ recovery-image] Oct 31 17:46:57.260 INFO O| Oct 31 17:46:57.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6523 | 2024-10-31T17:46:58.662Z | [ recovery-image] Oct 31 17:46:57.260 INFO O| Oct 31 17:46:57.260 INFO STEP 783 (remove_files) COMPLETE |
6524 | 2024-10-31T17:46:58.662Z | [ recovery-image] Oct 31 17:46:57.260 INFO O| Oct 31 17:46:57.260 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-10-31T17:46:58.672Z | [ recovery-image] Oct 31 17:46:57.269 INFO O| Oct 31 17:46:57.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6526 | 2024-10-31T17:46:58.672Z | [ recovery-image] Oct 31 17:46:57.270 INFO O| Oct 31 17:46:57.270 INFO STEP 784 (remove_files) COMPLETE |
6527 | 2024-10-31T17:46:58.672Z | [ recovery-image] Oct 31 17:46:57.270 INFO O| Oct 31 17:46:57.270 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-10-31T17:46:58.681Z | [ recovery-image] Oct 31 17:46:57.279 INFO O| Oct 31 17:46:57.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6529 | 2024-10-31T17:46:58.684Z | [ recovery-image] Oct 31 17:46:57.280 INFO O| Oct 31 17:46:57.280 INFO STEP 785 (remove_files) COMPLETE |
6530 | 2024-10-31T17:46:58.684Z | [ recovery-image] Oct 31 17:46:57.280 INFO O| Oct 31 17:46:57.280 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-10-31T17:46:58.692Z | [ recovery-image] Oct 31 17:46:57.290 INFO O| Oct 31 17:46:57.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6532 | 2024-10-31T17:46:58.694Z | [ recovery-image] Oct 31 17:46:57.290 INFO O| Oct 31 17:46:57.290 INFO STEP 786 (remove_files) COMPLETE |
6533 | 2024-10-31T17:46:58.694Z | [ recovery-image] Oct 31 17:46:57.290 INFO O| Oct 31 17:46:57.290 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-10-31T17:46:58.701Z | [ recovery-image] Oct 31 17:46:57.299 INFO O| Oct 31 17:46:57.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6535 | 2024-10-31T17:46:58.701Z | [ recovery-image] Oct 31 17:46:57.299 INFO O| Oct 31 17:46:57.299 INFO STEP 787 (remove_files) COMPLETE |
6536 | 2024-10-31T17:46:58.701Z | [ recovery-image] Oct 31 17:46:57.299 INFO O| Oct 31 17:46:57.299 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-10-31T17:46:58.711Z | [ recovery-image] Oct 31 17:46:57.309 INFO O| Oct 31 17:46:57.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6538 | 2024-10-31T17:46:58.711Z | [ recovery-image] Oct 31 17:46:57.309 INFO O| Oct 31 17:46:57.309 INFO STEP 788 (remove_files) COMPLETE |
6539 | 2024-10-31T17:46:58.714Z | [ recovery-image] Oct 31 17:46:57.309 INFO O| Oct 31 17:46:57.309 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-10-31T17:46:58.721Z | [ recovery-image] Oct 31 17:46:57.319 INFO O| Oct 31 17:46:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6541 | 2024-10-31T17:46:58.723Z | [ recovery-image] Oct 31 17:46:57.319 INFO O| Oct 31 17:46:57.319 INFO STEP 789 (remove_files) COMPLETE |
6542 | 2024-10-31T17:46:58.723Z | [ recovery-image] Oct 31 17:46:57.319 INFO O| Oct 31 17:46:57.319 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-10-31T17:46:58.730Z | [ recovery-image] Oct 31 17:46:57.328 INFO O| Oct 31 17:46:57.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6544 | 2024-10-31T17:46:58.730Z | [ recovery-image] Oct 31 17:46:57.328 INFO O| Oct 31 17:46:57.328 INFO STEP 790 (remove_files) COMPLETE |
6545 | 2024-10-31T17:46:58.732Z | [ recovery-image] Oct 31 17:46:57.328 INFO O| Oct 31 17:46:57.328 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-10-31T17:46:58.740Z | [ recovery-image] Oct 31 17:46:57.338 INFO O| Oct 31 17:46:57.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6547 | 2024-10-31T17:46:58.740Z | [ recovery-image] Oct 31 17:46:57.338 INFO O| Oct 31 17:46:57.338 INFO STEP 791 (remove_files) COMPLETE |
6548 | 2024-10-31T17:46:58.742Z | [ recovery-image] Oct 31 17:46:57.338 INFO O| Oct 31 17:46:57.338 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-10-31T17:46:58.749Z | [ recovery-image] Oct 31 17:46:57.347 INFO O| Oct 31 17:46:57.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6550 | 2024-10-31T17:46:58.749Z | [ recovery-image] Oct 31 17:46:57.347 INFO O| Oct 31 17:46:57.347 INFO STEP 792 (remove_files) COMPLETE |
6551 | 2024-10-31T17:46:58.752Z | [ recovery-image] Oct 31 17:46:57.347 INFO O| Oct 31 17:46:57.347 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-10-31T17:46:58.759Z | [ recovery-image] Oct 31 17:46:57.357 INFO O| Oct 31 17:46:57.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6553 | 2024-10-31T17:46:58.759Z | [ recovery-image] Oct 31 17:46:57.357 INFO O| Oct 31 17:46:57.357 INFO STEP 793 (remove_files) COMPLETE |
6554 | 2024-10-31T17:46:58.760Z | [ recovery-image] Oct 31 17:46:57.357 INFO O| Oct 31 17:46:57.357 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-10-31T17:46:58.770Z | [ recovery-image] Oct 31 17:46:57.368 INFO O| Oct 31 17:46:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6556 | 2024-10-31T17:46:58.770Z | [ recovery-image] Oct 31 17:46:57.368 INFO O| Oct 31 17:46:57.368 INFO STEP 794 (remove_files) COMPLETE |
6557 | 2024-10-31T17:46:58.770Z | [ recovery-image] Oct 31 17:46:57.368 INFO O| Oct 31 17:46:57.368 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-10-31T17:46:58.781Z | [ recovery-image] Oct 31 17:46:57.379 INFO O| Oct 31 17:46:57.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6559 | 2024-10-31T17:46:58.784Z | [ recovery-image] Oct 31 17:46:57.379 INFO O| Oct 31 17:46:57.379 INFO STEP 795 (remove_files) COMPLETE |
6560 | 2024-10-31T17:46:58.784Z | [ recovery-image] Oct 31 17:46:57.379 INFO O| Oct 31 17:46:57.379 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-10-31T17:46:58.791Z | [ recovery-image] Oct 31 17:46:57.389 INFO O| Oct 31 17:46:57.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6562 | 2024-10-31T17:46:58.794Z | [ recovery-image] Oct 31 17:46:57.389 INFO O| Oct 31 17:46:57.389 INFO STEP 796 (remove_files) COMPLETE |
6563 | 2024-10-31T17:46:58.794Z | [ recovery-image] Oct 31 17:46:57.389 INFO O| Oct 31 17:46:57.389 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-10-31T17:46:58.801Z | [ recovery-image] Oct 31 17:46:57.399 INFO O| Oct 31 17:46:57.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6565 | 2024-10-31T17:46:58.801Z | [ recovery-image] Oct 31 17:46:57.399 INFO O| Oct 31 17:46:57.399 INFO STEP 797 (remove_files) COMPLETE |
6566 | 2024-10-31T17:46:58.801Z | [ recovery-image] Oct 31 17:46:57.399 INFO O| Oct 31 17:46:57.399 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-10-31T17:46:58.813Z | [ recovery-image] Oct 31 17:46:57.411 INFO O| Oct 31 17:46:57.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6568 | 2024-10-31T17:46:58.824Z | [ recovery-image] Oct 31 17:46:57.411 INFO O| Oct 31 17:46:57.411 INFO STEP 798 (remove_files) COMPLETE |
6569 | 2024-10-31T17:46:58.824Z | [ recovery-image] Oct 31 17:46:57.411 INFO O| Oct 31 17:46:57.411 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-10-31T17:46:58.851Z | [ recovery-image] Oct 31 17:46:57.444 INFO O| Oct 31 17:46:57.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6571 | 2024-10-31T17:46:58.854Z | [ recovery-image] Oct 31 17:46:57.444 INFO O| Oct 31 17:46:57.442 INFO STEP 799 (remove_files) COMPLETE |
6572 | 2024-10-31T17:46:58.857Z | [ recovery-image] Oct 31 17:46:57.444 INFO O| Oct 31 17:46:57.442 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-10-31T17:46:58.870Z | [ recovery-image] Oct 31 17:46:57.466 INFO O| Oct 31 17:46:57.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6574 | 2024-10-31T17:46:58.872Z | [ recovery-image] Oct 31 17:46:57.466 INFO O| Oct 31 17:46:57.464 INFO STEP 800 (remove_files) COMPLETE |
6575 | 2024-10-31T17:46:58.872Z | [ recovery-image] Oct 31 17:46:57.466 INFO O| Oct 31 17:46:57.464 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-10-31T17:46:58.882Z | [ recovery-image] Oct 31 17:46:57.480 INFO O| Oct 31 17:46:57.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6577 | 2024-10-31T17:46:58.885Z | [ recovery-image] Oct 31 17:46:57.480 INFO O| Oct 31 17:46:57.480 INFO STEP 801 (remove_files) COMPLETE |
6578 | 2024-10-31T17:46:58.885Z | [ recovery-image] Oct 31 17:46:57.480 INFO O| Oct 31 17:46:57.480 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-10-31T17:46:58.896Z | [ recovery-image] Oct 31 17:46:57.494 INFO O| Oct 31 17:46:57.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6580 | 2024-10-31T17:46:58.896Z | [ recovery-image] Oct 31 17:46:57.494 INFO O| Oct 31 17:46:57.494 INFO STEP 802 (remove_files) COMPLETE |
6581 | 2024-10-31T17:46:58.896Z | [ recovery-image] Oct 31 17:46:57.494 INFO O| Oct 31 17:46:57.494 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-10-31T17:46:58.910Z | [ recovery-image] Oct 31 17:46:57.508 INFO O| Oct 31 17:46:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6583 | 2024-10-31T17:46:58.910Z | [ recovery-image] Oct 31 17:46:57.508 INFO O| Oct 31 17:46:57.508 INFO STEP 803 (remove_files) COMPLETE |
6584 | 2024-10-31T17:46:58.913Z | [ recovery-image] Oct 31 17:46:57.508 INFO O| Oct 31 17:46:57.508 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-10-31T17:46:58.922Z | [ recovery-image] Oct 31 17:46:57.520 INFO O| Oct 31 17:46:57.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6586 | 2024-10-31T17:46:58.922Z | [ recovery-image] Oct 31 17:46:57.520 INFO O| Oct 31 17:46:57.520 INFO STEP 804 (remove_files) COMPLETE |
6587 | 2024-10-31T17:46:58.925Z | [ recovery-image] Oct 31 17:46:57.520 INFO O| Oct 31 17:46:57.520 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-10-31T17:46:58.934Z | [ recovery-image] Oct 31 17:46:57.532 INFO O| Oct 31 17:46:57.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6589 | 2024-10-31T17:46:58.934Z | [ recovery-image] Oct 31 17:46:57.532 INFO O| Oct 31 17:46:57.532 INFO STEP 805 (remove_files) COMPLETE |
6590 | 2024-10-31T17:46:58.934Z | [ recovery-image] Oct 31 17:46:57.532 INFO O| Oct 31 17:46:57.532 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-10-31T17:46:58.947Z | [ recovery-image] Oct 31 17:46:57.545 INFO O| Oct 31 17:46:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6592 | 2024-10-31T17:46:58.950Z | [ recovery-image] Oct 31 17:46:57.545 INFO O| Oct 31 17:46:57.545 INFO STEP 806 (remove_files) COMPLETE |
6593 | 2024-10-31T17:46:58.950Z | [ recovery-image] Oct 31 17:46:57.545 INFO O| Oct 31 17:46:57.545 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-10-31T17:46:58.957Z | [ recovery-image] Oct 31 17:46:57.555 INFO O| Oct 31 17:46:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6595 | 2024-10-31T17:46:58.957Z | [ recovery-image] Oct 31 17:46:57.555 INFO O| Oct 31 17:46:57.555 INFO STEP 807 (remove_files) COMPLETE |
6596 | 2024-10-31T17:46:58.959Z | [ recovery-image] Oct 31 17:46:57.555 INFO O| Oct 31 17:46:57.555 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-10-31T17:46:58.967Z | [ recovery-image] Oct 31 17:46:57.565 INFO O| Oct 31 17:46:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6598 | 2024-10-31T17:46:58.969Z | [ recovery-image] Oct 31 17:46:57.565 INFO O| Oct 31 17:46:57.565 INFO STEP 808 (remove_files) COMPLETE |
6599 | 2024-10-31T17:46:58.969Z | [ recovery-image] Oct 31 17:46:57.565 INFO O| Oct 31 17:46:57.565 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-10-31T17:46:58.977Z | [ recovery-image] Oct 31 17:46:57.575 INFO O| Oct 31 17:46:57.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6601 | 2024-10-31T17:46:58.979Z | [ recovery-image] Oct 31 17:46:57.575 INFO O| Oct 31 17:46:57.575 INFO STEP 809 (remove_files) COMPLETE |
6602 | 2024-10-31T17:46:58.979Z | [ recovery-image] Oct 31 17:46:57.575 INFO O| Oct 31 17:46:57.575 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-10-31T17:46:58.986Z | [ recovery-image] Oct 31 17:46:57.584 INFO O| Oct 31 17:46:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6604 | 2024-10-31T17:46:58.989Z | [ recovery-image] Oct 31 17:46:57.584 INFO O| Oct 31 17:46:57.584 INFO STEP 810 (remove_files) COMPLETE |
6605 | 2024-10-31T17:46:58.989Z | [ recovery-image] Oct 31 17:46:57.584 INFO O| Oct 31 17:46:57.584 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-10-31T17:46:58.996Z | [ recovery-image] Oct 31 17:46:57.594 INFO O| Oct 31 17:46:57.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6607 | 2024-10-31T17:46:58.996Z | [ recovery-image] Oct 31 17:46:57.594 INFO O| Oct 31 17:46:57.594 INFO STEP 811 (remove_files) COMPLETE |
6608 | 2024-10-31T17:46:59.004Z | [ recovery-image] Oct 31 17:46:57.594 INFO O| Oct 31 17:46:57.594 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-10-31T17:46:59.010Z | [ recovery-image] Oct 31 17:46:57.604 INFO O| Oct 31 17:46:57.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6610 | 2024-10-31T17:46:59.010Z | [ recovery-image] Oct 31 17:46:57.604 INFO O| Oct 31 17:46:57.604 INFO STEP 812 (remove_files) COMPLETE |
6611 | 2024-10-31T17:46:59.010Z | [ recovery-image] Oct 31 17:46:57.604 INFO O| Oct 31 17:46:57.604 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-10-31T17:46:59.015Z | [ recovery-image] Oct 31 17:46:57.613 INFO O| Oct 31 17:46:57.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6613 | 2024-10-31T17:46:59.015Z | [ recovery-image] Oct 31 17:46:57.613 INFO O| Oct 31 17:46:57.613 INFO STEP 813 (remove_files) COMPLETE |
6614 | 2024-10-31T17:46:59.026Z | [ recovery-image] Oct 31 17:46:57.613 INFO O| Oct 31 17:46:57.613 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-10-31T17:46:59.026Z | [ recovery-image] Oct 31 17:46:57.623 INFO O| Oct 31 17:46:57.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6616 | 2024-10-31T17:46:59.026Z | [ recovery-image] Oct 31 17:46:57.623 INFO O| Oct 31 17:46:57.623 INFO STEP 814 (remove_files) COMPLETE |
6617 | 2024-10-31T17:46:59.026Z | [ recovery-image] Oct 31 17:46:57.623 INFO O| Oct 31 17:46:57.623 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-10-31T17:46:59.035Z | [ recovery-image] Oct 31 17:46:57.632 INFO O| Oct 31 17:46:57.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6619 | 2024-10-31T17:46:59.035Z | [ recovery-image] Oct 31 17:46:57.633 INFO O| Oct 31 17:46:57.633 INFO STEP 815 (remove_files) COMPLETE |
6620 | 2024-10-31T17:46:59.037Z | [ recovery-image] Oct 31 17:46:57.633 INFO O| Oct 31 17:46:57.633 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-10-31T17:46:59.044Z | [ recovery-image] Oct 31 17:46:57.642 INFO O| Oct 31 17:46:57.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6622 | 2024-10-31T17:46:59.044Z | [ recovery-image] Oct 31 17:46:57.642 INFO O| Oct 31 17:46:57.642 INFO STEP 816 (remove_files) COMPLETE |
6623 | 2024-10-31T17:46:59.047Z | [ recovery-image] Oct 31 17:46:57.642 INFO O| Oct 31 17:46:57.642 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-10-31T17:46:59.054Z | [ recovery-image] Oct 31 17:46:57.652 INFO O| Oct 31 17:46:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6625 | 2024-10-31T17:46:59.056Z | [ recovery-image] Oct 31 17:46:57.652 INFO O| Oct 31 17:46:57.652 INFO STEP 817 (remove_files) COMPLETE |
6626 | 2024-10-31T17:46:59.056Z | [ recovery-image] Oct 31 17:46:57.652 INFO O| Oct 31 17:46:57.652 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-10-31T17:46:59.064Z | [ recovery-image] Oct 31 17:46:57.662 INFO O| Oct 31 17:46:57.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6628 | 2024-10-31T17:46:59.064Z | [ recovery-image] Oct 31 17:46:57.662 INFO O| Oct 31 17:46:57.662 INFO STEP 818 (remove_files) COMPLETE |
6629 | 2024-10-31T17:46:59.066Z | [ recovery-image] Oct 31 17:46:57.662 INFO O| Oct 31 17:46:57.662 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-10-31T17:46:59.073Z | [ recovery-image] Oct 31 17:46:57.671 INFO O| Oct 31 17:46:57.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6631 | 2024-10-31T17:46:59.073Z | [ recovery-image] Oct 31 17:46:57.671 INFO O| Oct 31 17:46:57.671 INFO STEP 819 (remove_files) COMPLETE |
6632 | 2024-10-31T17:46:59.076Z | [ recovery-image] Oct 31 17:46:57.671 INFO O| Oct 31 17:46:57.671 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-10-31T17:46:59.083Z | [ recovery-image] Oct 31 17:46:57.681 INFO O| Oct 31 17:46:57.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6634 | 2024-10-31T17:46:59.083Z | [ recovery-image] Oct 31 17:46:57.681 INFO O| Oct 31 17:46:57.681 INFO STEP 820 (remove_files) COMPLETE |
6635 | 2024-10-31T17:46:59.083Z | [ recovery-image] Oct 31 17:46:57.681 INFO O| Oct 31 17:46:57.681 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-10-31T17:46:59.092Z | [ recovery-image] Oct 31 17:46:57.690 INFO O| Oct 31 17:46:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6637 | 2024-10-31T17:46:59.095Z | [ recovery-image] Oct 31 17:46:57.690 INFO O| Oct 31 17:46:57.690 INFO STEP 821 (remove_files) COMPLETE |
6638 | 2024-10-31T17:46:59.095Z | [ recovery-image] Oct 31 17:46:57.690 INFO O| Oct 31 17:46:57.690 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-10-31T17:46:59.102Z | [ recovery-image] Oct 31 17:46:57.700 INFO O| Oct 31 17:46:57.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6640 | 2024-10-31T17:46:59.102Z | [ recovery-image] Oct 31 17:46:57.700 INFO O| Oct 31 17:46:57.700 INFO STEP 822 (remove_files) COMPLETE |
6641 | 2024-10-31T17:46:59.102Z | [ recovery-image] Oct 31 17:46:57.700 INFO O| Oct 31 17:46:57.700 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-10-31T17:46:59.111Z | [ recovery-image] Oct 31 17:46:57.709 INFO O| Oct 31 17:46:57.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6643 | 2024-10-31T17:46:59.111Z | [ recovery-image] Oct 31 17:46:57.709 INFO O| Oct 31 17:46:57.709 INFO STEP 823 (remove_files) COMPLETE |
6644 | 2024-10-31T17:46:59.112Z | [ recovery-image] Oct 31 17:46:57.709 INFO O| Oct 31 17:46:57.709 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-10-31T17:46:59.121Z | [ recovery-image] Oct 31 17:46:57.719 INFO O| Oct 31 17:46:57.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6646 | 2024-10-31T17:46:59.121Z | [ recovery-image] Oct 31 17:46:57.719 INFO O| Oct 31 17:46:57.719 INFO STEP 824 (remove_files) COMPLETE |
6647 | 2024-10-31T17:46:59.121Z | [ recovery-image] Oct 31 17:46:57.719 INFO O| Oct 31 17:46:57.719 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-10-31T17:46:59.130Z | [ recovery-image] Oct 31 17:46:57.728 INFO O| Oct 31 17:46:57.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6649 | 2024-10-31T17:46:59.132Z | [ recovery-image] Oct 31 17:46:57.729 INFO O| Oct 31 17:46:57.729 INFO STEP 825 (remove_files) COMPLETE |
6650 | 2024-10-31T17:46:59.132Z | [ recovery-image] Oct 31 17:46:57.729 INFO O| Oct 31 17:46:57.729 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-10-31T17:46:59.141Z | [ recovery-image] Oct 31 17:46:57.739 INFO O| Oct 31 17:46:57.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6652 | 2024-10-31T17:46:59.141Z | [ recovery-image] Oct 31 17:46:57.739 INFO O| Oct 31 17:46:57.739 INFO STEP 826 (remove_files) COMPLETE |
6653 | 2024-10-31T17:46:59.144Z | [ recovery-image] Oct 31 17:46:57.739 INFO O| Oct 31 17:46:57.739 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-10-31T17:46:59.152Z | [ recovery-image] Oct 31 17:46:57.749 INFO O| Oct 31 17:46:57.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6655 | 2024-10-31T17:46:59.152Z | [ recovery-image] Oct 31 17:46:57.749 INFO O| Oct 31 17:46:57.749 INFO STEP 827 (remove_files) COMPLETE |
6656 | 2024-10-31T17:46:59.154Z | [ recovery-image] Oct 31 17:46:57.750 INFO O| Oct 31 17:46:57.749 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-10-31T17:46:59.162Z | [ recovery-image] Oct 31 17:46:57.760 INFO O| Oct 31 17:46:57.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6658 | 2024-10-31T17:46:59.164Z | [ recovery-image] Oct 31 17:46:57.760 INFO O| Oct 31 17:46:57.760 INFO STEP 828 (remove_files) COMPLETE |
6659 | 2024-10-31T17:46:59.164Z | [ recovery-image] Oct 31 17:46:57.760 INFO O| Oct 31 17:46:57.760 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-10-31T17:46:59.172Z | [ recovery-image] Oct 31 17:46:57.770 INFO O| Oct 31 17:46:57.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6661 | 2024-10-31T17:46:59.172Z | [ recovery-image] Oct 31 17:46:57.770 INFO O| Oct 31 17:46:57.770 INFO STEP 829 (remove_files) COMPLETE |
6662 | 2024-10-31T17:46:59.172Z | [ recovery-image] Oct 31 17:46:57.770 INFO O| Oct 31 17:46:57.770 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-10-31T17:46:59.182Z | [ recovery-image] Oct 31 17:46:57.779 INFO O| Oct 31 17:46:57.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6664 | 2024-10-31T17:46:59.182Z | [ recovery-image] Oct 31 17:46:57.779 INFO O| Oct 31 17:46:57.779 INFO STEP 830 (remove_files) COMPLETE |
6665 | 2024-10-31T17:46:59.184Z | [ recovery-image] Oct 31 17:46:57.779 INFO O| Oct 31 17:46:57.779 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-10-31T17:46:59.191Z | [ recovery-image] Oct 31 17:46:57.789 INFO O| Oct 31 17:46:57.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6667 | 2024-10-31T17:46:59.191Z | [ recovery-image] Oct 31 17:46:57.789 INFO O| Oct 31 17:46:57.789 INFO STEP 831 (remove_files) COMPLETE |
6668 | 2024-10-31T17:46:59.194Z | [ recovery-image] Oct 31 17:46:57.789 INFO O| Oct 31 17:46:57.789 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-10-31T17:46:59.200Z | [ recovery-image] Oct 31 17:46:57.798 INFO O| Oct 31 17:46:57.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6670 | 2024-10-31T17:46:59.203Z | [ recovery-image] Oct 31 17:46:57.799 INFO O| Oct 31 17:46:57.799 INFO STEP 832 (remove_files) COMPLETE |
6671 | 2024-10-31T17:46:59.203Z | [ recovery-image] Oct 31 17:46:57.799 INFO O| Oct 31 17:46:57.799 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-10-31T17:46:59.211Z | [ recovery-image] Oct 31 17:46:57.809 INFO O| Oct 31 17:46:57.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6673 | 2024-10-31T17:46:59.211Z | [ recovery-image] Oct 31 17:46:57.809 INFO O| Oct 31 17:46:57.809 INFO STEP 833 (remove_files) COMPLETE |
6674 | 2024-10-31T17:46:59.214Z | [ recovery-image] Oct 31 17:46:57.809 INFO O| Oct 31 17:46:57.809 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-10-31T17:46:59.220Z | [ recovery-image] Oct 31 17:46:57.818 INFO O| Oct 31 17:46:57.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6676 | 2024-10-31T17:46:59.220Z | [ recovery-image] Oct 31 17:46:57.818 INFO O| Oct 31 17:46:57.818 INFO STEP 834 (remove_files) COMPLETE |
6677 | 2024-10-31T17:46:59.223Z | [ recovery-image] Oct 31 17:46:57.818 INFO O| Oct 31 17:46:57.818 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-10-31T17:46:59.230Z | [ recovery-image] Oct 31 17:46:57.827 INFO O| Oct 31 17:46:57.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6679 | 2024-10-31T17:46:59.230Z | [ recovery-image] Oct 31 17:46:57.828 INFO O| Oct 31 17:46:57.828 INFO STEP 835 (remove_files) COMPLETE |
6680 | 2024-10-31T17:46:59.232Z | [ recovery-image] Oct 31 17:46:57.828 INFO O| Oct 31 17:46:57.828 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-10-31T17:46:59.240Z | [ recovery-image] Oct 31 17:46:57.837 INFO O| Oct 31 17:46:57.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6682 | 2024-10-31T17:46:59.240Z | [ recovery-image] Oct 31 17:46:57.837 INFO O| Oct 31 17:46:57.837 INFO STEP 836 (remove_files) COMPLETE |
6683 | 2024-10-31T17:46:59.240Z | [ recovery-image] Oct 31 17:46:57.837 INFO O| Oct 31 17:46:57.837 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-10-31T17:46:59.250Z | [ recovery-image] Oct 31 17:46:57.848 INFO O| Oct 31 17:46:57.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6685 | 2024-10-31T17:46:59.250Z | [ recovery-image] Oct 31 17:46:57.848 INFO O| Oct 31 17:46:57.848 INFO STEP 837 (remove_files) COMPLETE |
6686 | 2024-10-31T17:46:59.252Z | [ recovery-image] Oct 31 17:46:57.848 INFO O| Oct 31 17:46:57.848 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-10-31T17:46:59.260Z | [ recovery-image] Oct 31 17:46:57.857 INFO O| Oct 31 17:46:57.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6688 | 2024-10-31T17:46:59.260Z | [ recovery-image] Oct 31 17:46:57.858 INFO O| Oct 31 17:46:57.857 INFO STEP 838 (remove_files) COMPLETE |
6689 | 2024-10-31T17:46:59.262Z | [ recovery-image] Oct 31 17:46:57.858 INFO O| Oct 31 17:46:57.858 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-10-31T17:46:59.269Z | [ recovery-image] Oct 31 17:46:57.867 INFO O| Oct 31 17:46:57.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6691 | 2024-10-31T17:46:59.269Z | [ recovery-image] Oct 31 17:46:57.867 INFO O| Oct 31 17:46:57.867 INFO STEP 839 (remove_files) COMPLETE |
6692 | 2024-10-31T17:46:59.269Z | [ recovery-image] Oct 31 17:46:57.867 INFO O| Oct 31 17:46:57.867 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-10-31T17:46:59.279Z | [ recovery-image] Oct 31 17:46:57.877 INFO O| Oct 31 17:46:57.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6694 | 2024-10-31T17:46:59.281Z | [ recovery-image] Oct 31 17:46:57.879 INFO O| Oct 31 17:46:57.879 INFO STEP 840 (remove_files) COMPLETE |
6695 | 2024-10-31T17:46:59.281Z | [ recovery-image] Oct 31 17:46:57.879 INFO O| Oct 31 17:46:57.879 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-10-31T17:46:59.291Z | [ recovery-image] Oct 31 17:46:57.889 INFO O| Oct 31 17:46:57.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6697 | 2024-10-31T17:46:59.294Z | [ recovery-image] Oct 31 17:46:57.889 INFO O| Oct 31 17:46:57.889 INFO STEP 841 (remove_files) COMPLETE |
6698 | 2024-10-31T17:46:59.294Z | [ recovery-image] Oct 31 17:46:57.889 INFO O| Oct 31 17:46:57.889 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-10-31T17:46:59.301Z | [ recovery-image] Oct 31 17:46:57.899 INFO O| Oct 31 17:46:57.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6700 | 2024-10-31T17:46:59.301Z | [ recovery-image] Oct 31 17:46:57.899 INFO O| Oct 31 17:46:57.899 INFO STEP 842 (remove_files) COMPLETE |
6701 | 2024-10-31T17:46:59.301Z | [ recovery-image] Oct 31 17:46:57.899 INFO O| Oct 31 17:46:57.899 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-10-31T17:46:59.311Z | [ recovery-image] Oct 31 17:46:57.908 INFO O| Oct 31 17:46:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6703 | 2024-10-31T17:46:59.313Z | [ recovery-image] Oct 31 17:46:57.909 INFO O| Oct 31 17:46:57.908 INFO STEP 843 (remove_files) COMPLETE |
6704 | 2024-10-31T17:46:59.313Z | [ recovery-image] Oct 31 17:46:57.909 INFO O| Oct 31 17:46:57.908 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-10-31T17:46:59.322Z | [ recovery-image] Oct 31 17:46:57.920 INFO O| Oct 31 17:46:57.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6706 | 2024-10-31T17:46:59.322Z | [ recovery-image] Oct 31 17:46:57.920 INFO O| Oct 31 17:46:57.920 INFO STEP 844 (remove_files) COMPLETE |
6707 | 2024-10-31T17:46:59.325Z | [ recovery-image] Oct 31 17:46:57.920 INFO O| Oct 31 17:46:57.920 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-10-31T17:46:59.332Z | [ recovery-image] Oct 31 17:46:57.930 INFO O| Oct 31 17:46:57.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6709 | 2024-10-31T17:46:59.332Z | [ recovery-image] Oct 31 17:46:57.930 INFO O| Oct 31 17:46:57.930 INFO STEP 845 (remove_files) COMPLETE |
6710 | 2024-10-31T17:46:59.335Z | [ recovery-image] Oct 31 17:46:57.930 INFO O| Oct 31 17:46:57.930 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-10-31T17:46:59.342Z | [ recovery-image] Oct 31 17:46:57.940 INFO O| Oct 31 17:46:57.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6712 | 2024-10-31T17:46:59.342Z | [ recovery-image] Oct 31 17:46:57.940 INFO O| Oct 31 17:46:57.940 INFO STEP 846 (remove_files) COMPLETE |
6713 | 2024-10-31T17:46:59.342Z | [ recovery-image] Oct 31 17:46:57.940 INFO O| Oct 31 17:46:57.940 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-10-31T17:46:59.352Z | [ recovery-image] Oct 31 17:46:57.950 INFO O| Oct 31 17:46:57.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6715 | 2024-10-31T17:46:59.354Z | [ recovery-image] Oct 31 17:46:57.950 INFO O| Oct 31 17:46:57.950 INFO STEP 847 (remove_files) COMPLETE |
6716 | 2024-10-31T17:46:59.355Z | [ recovery-image] Oct 31 17:46:57.950 INFO O| Oct 31 17:46:57.950 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-10-31T17:46:59.362Z | [ recovery-image] Oct 31 17:46:57.960 INFO O| Oct 31 17:46:57.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6718 | 2024-10-31T17:46:59.364Z | [ recovery-image] Oct 31 17:46:57.960 INFO O| Oct 31 17:46:57.960 INFO STEP 848 (remove_files) COMPLETE |
6719 | 2024-10-31T17:46:59.364Z | [ recovery-image] Oct 31 17:46:57.960 INFO O| Oct 31 17:46:57.960 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-10-31T17:46:59.372Z | [ recovery-image] Oct 31 17:46:57.970 INFO O| Oct 31 17:46:57.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6721 | 2024-10-31T17:46:59.372Z | [ recovery-image] Oct 31 17:46:57.970 INFO O| Oct 31 17:46:57.970 INFO STEP 849 (remove_files) COMPLETE |
6722 | 2024-10-31T17:46:59.372Z | [ recovery-image] Oct 31 17:46:57.970 INFO O| Oct 31 17:46:57.970 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-10-31T17:46:59.382Z | [ recovery-image] Oct 31 17:46:57.980 INFO O| Oct 31 17:46:57.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6724 | 2024-10-31T17:46:59.385Z | [ recovery-image] Oct 31 17:46:57.980 INFO O| Oct 31 17:46:57.980 INFO STEP 850 (remove_files) COMPLETE |
6725 | 2024-10-31T17:46:59.385Z | [ recovery-image] Oct 31 17:46:57.980 INFO O| Oct 31 17:46:57.980 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-10-31T17:46:59.393Z | [ recovery-image] Oct 31 17:46:57.991 INFO O| Oct 31 17:46:57.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6727 | 2024-10-31T17:46:59.395Z | [ recovery-image] Oct 31 17:46:57.991 INFO O| Oct 31 17:46:57.991 INFO STEP 851 (remove_files) COMPLETE |
6728 | 2024-10-31T17:46:59.395Z | [ recovery-image] Oct 31 17:46:57.991 INFO O| Oct 31 17:46:57.991 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-10-31T17:46:59.402Z | [ recovery-image] Oct 31 17:46:58.000 INFO O| Oct 31 17:46:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6730 | 2024-10-31T17:46:59.402Z | [ recovery-image] Oct 31 17:46:58.000 INFO O| Oct 31 17:46:58.000 INFO STEP 852 (remove_files) COMPLETE |
6731 | 2024-10-31T17:46:59.405Z | [ recovery-image] Oct 31 17:46:58.000 INFO O| Oct 31 17:46:58.000 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-10-31T17:46:59.414Z | [ recovery-image] Oct 31 17:46:58.011 INFO O| Oct 31 17:46:58.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6733 | 2024-10-31T17:46:59.416Z | [ recovery-image] Oct 31 17:46:58.011 INFO O| Oct 31 17:46:58.011 INFO STEP 853 (remove_files) COMPLETE |
6734 | 2024-10-31T17:46:59.416Z | [ recovery-image] Oct 31 17:46:58.012 INFO O| Oct 31 17:46:58.011 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-10-31T17:46:59.424Z | [ recovery-image] Oct 31 17:46:58.022 INFO O| Oct 31 17:46:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6736 | 2024-10-31T17:46:59.427Z | [ recovery-image] Oct 31 17:46:58.022 INFO O| Oct 31 17:46:58.022 INFO STEP 854 (remove_files) COMPLETE |
6737 | 2024-10-31T17:46:59.427Z | [ recovery-image] Oct 31 17:46:58.022 INFO O| Oct 31 17:46:58.022 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-10-31T17:46:59.434Z | [ recovery-image] Oct 31 17:46:58.032 INFO O| Oct 31 17:46:58.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6739 | 2024-10-31T17:46:59.436Z | [ recovery-image] Oct 31 17:46:58.032 INFO O| Oct 31 17:46:58.032 INFO STEP 855 (remove_files) COMPLETE |
6740 | 2024-10-31T17:46:59.437Z | [ recovery-image] Oct 31 17:46:58.032 INFO O| Oct 31 17:46:58.032 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-10-31T17:46:59.444Z | [ recovery-image] Oct 31 17:46:58.042 INFO O| Oct 31 17:46:58.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6742 | 2024-10-31T17:46:59.446Z | [ recovery-image] Oct 31 17:46:58.042 INFO O| Oct 31 17:46:58.042 INFO STEP 856 (remove_files) COMPLETE |
6743 | 2024-10-31T17:46:59.447Z | [ recovery-image] Oct 31 17:46:58.042 INFO O| Oct 31 17:46:58.042 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-10-31T17:46:59.454Z | [ recovery-image] Oct 31 17:46:58.052 INFO O| Oct 31 17:46:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6745 | 2024-10-31T17:46:59.456Z | [ recovery-image] Oct 31 17:46:58.052 INFO O| Oct 31 17:46:58.052 INFO STEP 857 (remove_files) COMPLETE |
6746 | 2024-10-31T17:46:59.456Z | [ recovery-image] Oct 31 17:46:58.052 INFO O| Oct 31 17:46:58.052 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-10-31T17:46:59.463Z | [ recovery-image] Oct 31 17:46:58.061 INFO O| Oct 31 17:46:58.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6748 | 2024-10-31T17:46:59.466Z | [ recovery-image] Oct 31 17:46:58.061 INFO O| Oct 31 17:46:58.061 INFO STEP 858 (remove_files) COMPLETE |
6749 | 2024-10-31T17:46:59.466Z | [ recovery-image] Oct 31 17:46:58.061 INFO O| Oct 31 17:46:58.061 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-10-31T17:46:59.473Z | [ recovery-image] Oct 31 17:46:58.071 INFO O| Oct 31 17:46:58.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6751 | 2024-10-31T17:46:59.473Z | [ recovery-image] Oct 31 17:46:58.071 INFO O| Oct 31 17:46:58.071 INFO STEP 859 (remove_files) COMPLETE |
6752 | 2024-10-31T17:46:59.473Z | [ recovery-image] Oct 31 17:46:58.071 INFO O| Oct 31 17:46:58.071 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-10-31T17:46:59.483Z | [ recovery-image] Oct 31 17:46:58.081 INFO O| Oct 31 17:46:58.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6754 | 2024-10-31T17:46:59.485Z | [ recovery-image] Oct 31 17:46:58.081 INFO O| Oct 31 17:46:58.081 INFO STEP 860 (remove_files) COMPLETE |
6755 | 2024-10-31T17:46:59.485Z | [ recovery-image] Oct 31 17:46:58.081 INFO O| Oct 31 17:46:58.081 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-10-31T17:46:59.492Z | [ recovery-image] Oct 31 17:46:58.090 INFO O| Oct 31 17:46:58.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6757 | 2024-10-31T17:46:59.495Z | [ recovery-image] Oct 31 17:46:58.090 INFO O| Oct 31 17:46:58.090 INFO STEP 861 (remove_files) COMPLETE |
6758 | 2024-10-31T17:46:59.495Z | [ recovery-image] Oct 31 17:46:58.090 INFO O| Oct 31 17:46:58.090 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-10-31T17:46:59.502Z | [ recovery-image] Oct 31 17:46:58.100 INFO O| Oct 31 17:46:58.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6760 | 2024-10-31T17:46:59.506Z | [ recovery-image] Oct 31 17:46:58.100 INFO O| Oct 31 17:46:58.100 INFO STEP 862 (remove_files) COMPLETE |
6761 | 2024-10-31T17:46:59.506Z | [ recovery-image] Oct 31 17:46:58.100 INFO O| Oct 31 17:46:58.100 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-10-31T17:46:59.510Z | [ host-image] Oct 31 17:46:58.108 INFO O| Oct 31 17:46:58.108 INFO O| Done |
6763 | 2024-10-31T17:46:59.512Z | [ recovery-image] Oct 31 17:46:58.110 INFO O| Oct 31 17:46:58.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6764 | 2024-10-31T17:46:59.513Z | [ recovery-image] Oct 31 17:46:58.110 INFO O| Oct 31 17:46:58.110 INFO STEP 863 (remove_files) COMPLETE |
6765 | 2024-10-31T17:46:59.513Z | [ recovery-image] Oct 31 17:46:58.110 INFO O| Oct 31 17:46:58.110 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-10-31T17:46:59.522Z | [ recovery-image] Oct 31 17:46:58.119 INFO O| Oct 31 17:46:58.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6767 | 2024-10-31T17:46:59.522Z | [ recovery-image] Oct 31 17:46:58.119 INFO O| Oct 31 17:46:58.119 INFO STEP 864 (remove_files) COMPLETE |
6768 | 2024-10-31T17:46:59.524Z | [ recovery-image] Oct 31 17:46:58.119 INFO O| Oct 31 17:46:58.119 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-10-31T17:46:59.532Z | [ recovery-image] Oct 31 17:46:58.129 INFO O| Oct 31 17:46:58.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6770 | 2024-10-31T17:46:59.532Z | [ recovery-image] Oct 31 17:46:58.129 INFO O| Oct 31 17:46:58.129 INFO STEP 865 (remove_files) COMPLETE |
6771 | 2024-10-31T17:46:59.532Z | [ recovery-image] Oct 31 17:46:58.129 INFO O| Oct 31 17:46:58.129 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-10-31T17:46:59.534Z | [ host-image] Oct 31 17:46:58.131 INFO O| Oct 31 17:46:58.131 INFO O| Done |
6773 | 2024-10-31T17:46:59.534Z | [ host-image] Oct 31 17:46:58.132 INFO O| Oct 31 17:46:58.131 INFO O| Done |
6774 | 2024-10-31T17:46:59.541Z | [ recovery-image] Oct 31 17:46:58.139 INFO O| Oct 31 17:46:58.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6775 | 2024-10-31T17:46:59.541Z | [ recovery-image] Oct 31 17:46:58.139 INFO O| Oct 31 17:46:58.139 INFO STEP 866 (remove_files) COMPLETE |
6776 | 2024-10-31T17:46:59.544Z | [ recovery-image] Oct 31 17:46:58.139 INFO O| Oct 31 17:46:58.139 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-10-31T17:46:59.551Z | [ recovery-image] Oct 31 17:46:58.149 INFO O| Oct 31 17:46:58.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6778 | 2024-10-31T17:46:59.551Z | [ recovery-image] Oct 31 17:46:58.149 INFO O| Oct 31 17:46:58.149 INFO STEP 867 (remove_files) COMPLETE |
6779 | 2024-10-31T17:46:59.551Z | [ recovery-image] Oct 31 17:46:58.149 INFO O| Oct 31 17:46:58.149 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-10-31T17:46:59.561Z | [ recovery-image] Oct 31 17:46:58.158 INFO O| Oct 31 17:46:58.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6781 | 2024-10-31T17:46:59.561Z | [ recovery-image] Oct 31 17:46:58.159 INFO O| Oct 31 17:46:58.158 INFO STEP 868 (remove_files) COMPLETE |
6782 | 2024-10-31T17:46:59.561Z | [ recovery-image] Oct 31 17:46:58.159 INFO O| Oct 31 17:46:58.159 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-10-31T17:46:59.571Z | [ recovery-image] Oct 31 17:46:58.168 INFO O| Oct 31 17:46:58.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6784 | 2024-10-31T17:46:59.571Z | [ recovery-image] Oct 31 17:46:58.168 INFO O| Oct 31 17:46:58.168 INFO STEP 869 (remove_files) COMPLETE |
6785 | 2024-10-31T17:46:59.573Z | [ recovery-image] Oct 31 17:46:58.168 INFO O| Oct 31 17:46:58.168 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-10-31T17:46:59.573Z | [ host-image] Oct 31 17:46:58.169 INFO O| Oct 31 17:46:58.169 INFO O| Done |
6787 | 2024-10-31T17:46:59.583Z | [ recovery-image] Oct 31 17:46:58.180 INFO O| Oct 31 17:46:58.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6788 | 2024-10-31T17:46:59.583Z | [ recovery-image] Oct 31 17:46:58.180 INFO O| Oct 31 17:46:58.180 INFO STEP 870 (remove_files) COMPLETE |
6789 | 2024-10-31T17:46:59.583Z | [ recovery-image] Oct 31 17:46:58.180 INFO O| Oct 31 17:46:58.180 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-10-31T17:46:59.594Z | [ recovery-image] Oct 31 17:46:58.192 INFO O| Oct 31 17:46:58.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6791 | 2024-10-31T17:46:59.594Z | [ recovery-image] Oct 31 17:46:58.192 INFO O| Oct 31 17:46:58.192 INFO STEP 871 (remove_files) COMPLETE |
6792 | 2024-10-31T17:46:59.597Z | [ recovery-image] Oct 31 17:46:58.192 INFO O| Oct 31 17:46:58.192 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-10-31T17:46:59.605Z | [ recovery-image] Oct 31 17:46:58.203 INFO O| Oct 31 17:46:58.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6794 | 2024-10-31T17:46:59.607Z | [ recovery-image] Oct 31 17:46:58.203 INFO O| Oct 31 17:46:58.203 INFO STEP 872 (remove_files) COMPLETE |
6795 | 2024-10-31T17:46:59.607Z | [ recovery-image] Oct 31 17:46:58.203 INFO O| Oct 31 17:46:58.203 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-10-31T17:46:59.615Z | [ recovery-image] Oct 31 17:46:58.212 INFO O| Oct 31 17:46:58.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6797 | 2024-10-31T17:46:59.617Z | [ recovery-image] Oct 31 17:46:58.213 INFO O| Oct 31 17:46:58.213 INFO STEP 873 (remove_files) COMPLETE |
6798 | 2024-10-31T17:46:59.617Z | [ recovery-image] Oct 31 17:46:58.213 INFO O| Oct 31 17:46:58.213 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-10-31T17:46:59.624Z | [ recovery-image] Oct 31 17:46:58.222 INFO O| Oct 31 17:46:58.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6800 | 2024-10-31T17:46:59.627Z | [ recovery-image] Oct 31 17:46:58.222 INFO O| Oct 31 17:46:58.222 INFO STEP 874 (remove_files) COMPLETE |
6801 | 2024-10-31T17:46:59.627Z | [ recovery-image] Oct 31 17:46:58.222 INFO O| Oct 31 17:46:58.222 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-10-31T17:46:59.635Z | [ recovery-image] Oct 31 17:46:58.233 INFO O| Oct 31 17:46:58.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6803 | 2024-10-31T17:46:59.635Z | [ recovery-image] Oct 31 17:46:58.233 INFO O| Oct 31 17:46:58.233 INFO STEP 875 (remove_files) COMPLETE |
6804 | 2024-10-31T17:46:59.638Z | [ recovery-image] Oct 31 17:46:58.233 INFO O| Oct 31 17:46:58.233 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-10-31T17:46:59.646Z | [ recovery-image] Oct 31 17:46:58.243 INFO O| Oct 31 17:46:58.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6806 | 2024-10-31T17:46:59.646Z | [ recovery-image] Oct 31 17:46:58.244 INFO O| Oct 31 17:46:58.244 INFO STEP 876 (remove_files) COMPLETE |
6807 | 2024-10-31T17:46:59.648Z | [ recovery-image] Oct 31 17:46:58.244 INFO O| Oct 31 17:46:58.244 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-10-31T17:46:59.656Z | [ recovery-image] Oct 31 17:46:58.253 INFO O| Oct 31 17:46:58.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6809 | 2024-10-31T17:46:59.656Z | [ recovery-image] Oct 31 17:46:58.253 INFO O| Oct 31 17:46:58.253 INFO STEP 877 (remove_files) COMPLETE |
6810 | 2024-10-31T17:46:59.658Z | [ recovery-image] Oct 31 17:46:58.254 INFO O| Oct 31 17:46:58.253 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-10-31T17:46:59.666Z | [ recovery-image] Oct 31 17:46:58.263 INFO O| Oct 31 17:46:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6812 | 2024-10-31T17:46:59.666Z | [ recovery-image] Oct 31 17:46:58.263 INFO O| Oct 31 17:46:58.263 INFO STEP 878 (remove_files) COMPLETE |
6813 | 2024-10-31T17:46:59.666Z | [ recovery-image] Oct 31 17:46:58.263 INFO O| Oct 31 17:46:58.263 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-10-31T17:46:59.676Z | [ recovery-image] Oct 31 17:46:58.273 INFO O| Oct 31 17:46:58.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6815 | 2024-10-31T17:46:59.676Z | [ recovery-image] Oct 31 17:46:58.273 INFO O| Oct 31 17:46:58.273 INFO STEP 879 (remove_files) COMPLETE |
6816 | 2024-10-31T17:46:59.678Z | [ recovery-image] Oct 31 17:46:58.273 INFO O| Oct 31 17:46:58.273 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-10-31T17:46:59.681Z | [ host-image] Oct 31 17:46:58.277 INFO O| Oct 31 17:46:58.277 INFO STEP 13 (pkg_install) COMPLETE |
6818 | 2024-10-31T17:46:59.681Z | [ host-image] Oct 31 17:46:58.277 INFO O| Oct 31 17:46:58.277 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6819 | 2024-10-31T17:46:59.685Z | [ recovery-image] Oct 31 17:46:58.283 INFO O| Oct 31 17:46:58.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6820 | 2024-10-31T17:46:59.688Z | [ recovery-image] Oct 31 17:46:58.283 INFO O| Oct 31 17:46:58.283 INFO STEP 880 (remove_files) COMPLETE |
6821 | 2024-10-31T17:46:59.688Z | [ recovery-image] Oct 31 17:46:58.283 INFO O| Oct 31 17:46:58.283 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-10-31T17:46:59.690Z | [ host-image] Oct 31 17:46:58.287 INFO O| Oct 31 17:46:58.287 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
6823 | 2024-10-31T17:46:59.695Z | [ recovery-image] Oct 31 17:46:58.293 INFO O| Oct 31 17:46:58.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6824 | 2024-10-31T17:46:59.698Z | [ recovery-image] Oct 31 17:46:58.293 INFO O| Oct 31 17:46:58.293 INFO STEP 881 (remove_files) COMPLETE |
6825 | 2024-10-31T17:46:59.698Z | [ recovery-image] Oct 31 17:46:58.293 INFO O| Oct 31 17:46:58.293 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-10-31T17:46:59.705Z | [ recovery-image] Oct 31 17:46:58.303 INFO O| Oct 31 17:46:58.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6827 | 2024-10-31T17:46:59.708Z | [ recovery-image] Oct 31 17:46:58.303 INFO O| Oct 31 17:46:58.303 INFO STEP 882 (remove_files) COMPLETE |
6828 | 2024-10-31T17:46:59.708Z | [ recovery-image] Oct 31 17:46:58.303 INFO O| Oct 31 17:46:58.303 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-10-31T17:46:59.715Z | [ recovery-image] Oct 31 17:46:58.313 INFO O| Oct 31 17:46:58.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6830 | 2024-10-31T17:46:59.717Z | [ recovery-image] Oct 31 17:46:58.313 INFO O| Oct 31 17:46:58.313 INFO STEP 883 (remove_files) COMPLETE |
6831 | 2024-10-31T17:46:59.717Z | [ recovery-image] Oct 31 17:46:58.313 INFO O| Oct 31 17:46:58.313 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-10-31T17:46:59.725Z | [ recovery-image] Oct 31 17:46:58.323 INFO O| Oct 31 17:46:58.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6833 | 2024-10-31T17:46:59.725Z | [ recovery-image] Oct 31 17:46:58.323 INFO O| Oct 31 17:46:58.323 INFO STEP 884 (remove_files) COMPLETE |
6834 | 2024-10-31T17:46:59.725Z | [ recovery-image] Oct 31 17:46:58.323 INFO O| Oct 31 17:46:58.323 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-10-31T17:46:59.735Z | [ recovery-image] Oct 31 17:46:58.332 INFO O| Oct 31 17:46:58.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6836 | 2024-10-31T17:46:59.738Z | [ recovery-image] Oct 31 17:46:58.333 INFO O| Oct 31 17:46:58.332 INFO STEP 885 (remove_files) COMPLETE |
6837 | 2024-10-31T17:46:59.738Z | [ recovery-image] Oct 31 17:46:58.333 INFO O| Oct 31 17:46:58.333 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-10-31T17:46:59.745Z | [ recovery-image] Oct 31 17:46:58.342 INFO O| Oct 31 17:46:58.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6839 | 2024-10-31T17:46:59.745Z | [ recovery-image] Oct 31 17:46:58.342 INFO O| Oct 31 17:46:58.342 INFO STEP 886 (remove_files) COMPLETE |
6840 | 2024-10-31T17:46:59.747Z | [ recovery-image] Oct 31 17:46:58.342 INFO O| Oct 31 17:46:58.342 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-10-31T17:46:59.754Z | [ recovery-image] Oct 31 17:46:58.352 INFO O| Oct 31 17:46:58.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6842 | 2024-10-31T17:46:59.757Z | [ recovery-image] Oct 31 17:46:58.352 INFO O| Oct 31 17:46:58.352 INFO STEP 887 (remove_files) COMPLETE |
6843 | 2024-10-31T17:46:59.757Z | [ recovery-image] Oct 31 17:46:58.352 INFO O| Oct 31 17:46:58.352 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-10-31T17:46:59.764Z | [ recovery-image] Oct 31 17:46:58.362 INFO O| Oct 31 17:46:58.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6845 | 2024-10-31T17:46:59.764Z | [ recovery-image] Oct 31 17:46:58.362 INFO O| Oct 31 17:46:58.362 INFO STEP 888 (remove_files) COMPLETE |
6846 | 2024-10-31T17:46:59.764Z | [ recovery-image] Oct 31 17:46:58.362 INFO O| Oct 31 17:46:58.362 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-10-31T17:46:59.773Z | [ recovery-image] Oct 31 17:46:58.371 INFO O| Oct 31 17:46:58.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6848 | 2024-10-31T17:46:59.776Z | [ recovery-image] Oct 31 17:46:58.371 INFO O| Oct 31 17:46:58.371 INFO STEP 889 (remove_files) COMPLETE |
6849 | 2024-10-31T17:46:59.776Z | [ recovery-image] Oct 31 17:46:58.371 INFO O| Oct 31 17:46:58.371 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-10-31T17:46:59.783Z | [ recovery-image] Oct 31 17:46:58.381 INFO O| Oct 31 17:46:58.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6851 | 2024-10-31T17:46:59.783Z | [ recovery-image] Oct 31 17:46:58.381 INFO O| Oct 31 17:46:58.381 INFO STEP 890 (remove_files) COMPLETE |
6852 | 2024-10-31T17:46:59.786Z | [ recovery-image] Oct 31 17:46:58.381 INFO O| Oct 31 17:46:58.381 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-10-31T17:46:59.793Z | [ recovery-image] Oct 31 17:46:58.391 INFO O| Oct 31 17:46:58.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6854 | 2024-10-31T17:46:59.793Z | [ recovery-image] Oct 31 17:46:58.391 INFO O| Oct 31 17:46:58.391 INFO STEP 891 (remove_files) COMPLETE |
6855 | 2024-10-31T17:46:59.795Z | [ recovery-image] Oct 31 17:46:58.391 INFO O| Oct 31 17:46:58.391 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-10-31T17:46:59.803Z | [ recovery-image] Oct 31 17:46:58.401 INFO O| Oct 31 17:46:58.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6857 | 2024-10-31T17:46:59.803Z | [ recovery-image] Oct 31 17:46:58.401 INFO O| Oct 31 17:46:58.401 INFO STEP 892 (remove_files) COMPLETE |
6858 | 2024-10-31T17:46:59.803Z | [ recovery-image] Oct 31 17:46:58.401 INFO O| Oct 31 17:46:58.401 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-10-31T17:46:59.813Z | [ recovery-image] Oct 31 17:46:58.411 INFO O| Oct 31 17:46:58.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6860 | 2024-10-31T17:46:59.813Z | [ recovery-image] Oct 31 17:46:58.411 INFO O| Oct 31 17:46:58.411 INFO STEP 893 (remove_files) COMPLETE |
6861 | 2024-10-31T17:46:59.816Z | [ recovery-image] Oct 31 17:46:58.411 INFO O| Oct 31 17:46:58.411 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-10-31T17:46:59.823Z | [ recovery-image] Oct 31 17:46:58.420 INFO O| Oct 31 17:46:58.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6863 | 2024-10-31T17:46:59.823Z | [ recovery-image] Oct 31 17:46:58.420 INFO O| Oct 31 17:46:58.420 INFO STEP 894 (remove_files) COMPLETE |
6864 | 2024-10-31T17:46:59.825Z | [ recovery-image] Oct 31 17:46:58.420 INFO O| Oct 31 17:46:58.420 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-10-31T17:46:59.832Z | [ recovery-image] Oct 31 17:46:58.430 INFO O| Oct 31 17:46:58.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6866 | 2024-10-31T17:46:59.835Z | [ recovery-image] Oct 31 17:46:58.430 INFO O| Oct 31 17:46:58.430 INFO STEP 895 (remove_files) COMPLETE |
6867 | 2024-10-31T17:46:59.835Z | [ recovery-image] Oct 31 17:46:58.430 INFO O| Oct 31 17:46:58.430 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-10-31T17:46:59.842Z | [ recovery-image] Oct 31 17:46:58.440 INFO O| Oct 31 17:46:58.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6869 | 2024-10-31T17:46:59.842Z | [ recovery-image] Oct 31 17:46:58.440 INFO O| Oct 31 17:46:58.440 INFO STEP 896 (remove_files) COMPLETE |
6870 | 2024-10-31T17:46:59.842Z | [ recovery-image] Oct 31 17:46:58.440 INFO O| Oct 31 17:46:58.440 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-10-31T17:46:59.852Z | [ recovery-image] Oct 31 17:46:58.449 INFO O| Oct 31 17:46:58.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6872 | 2024-10-31T17:46:59.854Z | [ recovery-image] Oct 31 17:46:58.449 INFO O| Oct 31 17:46:58.449 INFO STEP 897 (remove_files) COMPLETE |
6873 | 2024-10-31T17:46:59.854Z | [ recovery-image] Oct 31 17:46:58.449 INFO O| Oct 31 17:46:58.449 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-10-31T17:46:59.862Z | [ recovery-image] Oct 31 17:46:58.460 INFO O| Oct 31 17:46:58.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6875 | 2024-10-31T17:46:59.862Z | [ recovery-image] Oct 31 17:46:58.460 INFO O| Oct 31 17:46:58.460 INFO STEP 898 (remove_files) COMPLETE |
6876 | 2024-10-31T17:46:59.864Z | [ recovery-image] Oct 31 17:46:58.460 INFO O| Oct 31 17:46:58.460 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-10-31T17:46:59.872Z | [ recovery-image] Oct 31 17:46:58.469 INFO O| Oct 31 17:46:58.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6878 | 2024-10-31T17:46:59.874Z | [ recovery-image] Oct 31 17:46:58.470 INFO O| Oct 31 17:46:58.469 INFO STEP 899 (remove_files) COMPLETE |
6879 | 2024-10-31T17:46:59.874Z | [ recovery-image] Oct 31 17:46:58.470 INFO O| Oct 31 17:46:58.470 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-10-31T17:46:59.882Z | [ recovery-image] Oct 31 17:46:58.479 INFO O| Oct 31 17:46:58.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6881 | 2024-10-31T17:46:59.882Z | [ recovery-image] Oct 31 17:46:58.479 INFO O| Oct 31 17:46:58.479 INFO STEP 900 (remove_files) COMPLETE |
6882 | 2024-10-31T17:46:59.884Z | [ recovery-image] Oct 31 17:46:58.479 INFO O| Oct 31 17:46:58.479 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-10-31T17:46:59.891Z | [ recovery-image] Oct 31 17:46:58.489 INFO O| Oct 31 17:46:58.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6884 | 2024-10-31T17:46:59.891Z | [ recovery-image] Oct 31 17:46:58.489 INFO O| Oct 31 17:46:58.489 INFO STEP 901 (remove_files) COMPLETE |
6885 | 2024-10-31T17:46:59.891Z | [ recovery-image] Oct 31 17:46:58.489 INFO O| Oct 31 17:46:58.489 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-10-31T17:46:59.901Z | [ recovery-image] Oct 31 17:46:58.499 INFO O| Oct 31 17:46:58.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6887 | 2024-10-31T17:46:59.901Z | [ recovery-image] Oct 31 17:46:58.499 INFO O| Oct 31 17:46:58.499 INFO STEP 902 (remove_files) COMPLETE |
6888 | 2024-10-31T17:46:59.904Z | [ recovery-image] Oct 31 17:46:58.499 INFO O| Oct 31 17:46:58.499 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-10-31T17:46:59.911Z | [ recovery-image] Oct 31 17:46:58.508 INFO O| Oct 31 17:46:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6890 | 2024-10-31T17:46:59.913Z | [ recovery-image] Oct 31 17:46:58.508 INFO O| Oct 31 17:46:58.508 INFO STEP 903 (remove_files) COMPLETE |
6891 | 2024-10-31T17:46:59.913Z | [ recovery-image] Oct 31 17:46:58.508 INFO O| Oct 31 17:46:58.508 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-10-31T17:46:59.921Z | [ recovery-image] Oct 31 17:46:58.518 INFO O| Oct 31 17:46:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6893 | 2024-10-31T17:46:59.921Z | [ recovery-image] Oct 31 17:46:58.518 INFO O| Oct 31 17:46:58.518 INFO STEP 904 (remove_files) COMPLETE |
6894 | 2024-10-31T17:46:59.921Z | [ recovery-image] Oct 31 17:46:58.518 INFO O| Oct 31 17:46:58.518 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-10-31T17:46:59.930Z | [ recovery-image] Oct 31 17:46:58.528 INFO O| Oct 31 17:46:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6896 | 2024-10-31T17:46:59.930Z | [ recovery-image] Oct 31 17:46:58.528 INFO O| Oct 31 17:46:58.528 INFO STEP 905 (remove_files) COMPLETE |
6897 | 2024-10-31T17:46:59.933Z | [ recovery-image] Oct 31 17:46:58.528 INFO O| Oct 31 17:46:58.528 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-10-31T17:46:59.940Z | [ recovery-image] Oct 31 17:46:58.538 INFO O| Oct 31 17:46:58.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6899 | 2024-10-31T17:46:59.940Z | [ recovery-image] Oct 31 17:46:58.538 INFO O| Oct 31 17:46:58.538 INFO STEP 906 (remove_files) COMPLETE |
6900 | 2024-10-31T17:46:59.942Z | [ recovery-image] Oct 31 17:46:58.538 INFO O| Oct 31 17:46:58.538 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-10-31T17:46:59.950Z | [ recovery-image] Oct 31 17:46:58.547 INFO O| Oct 31 17:46:58.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6902 | 2024-10-31T17:46:59.950Z | [ recovery-image] Oct 31 17:46:58.547 INFO O| Oct 31 17:46:58.547 INFO STEP 907 (remove_files) COMPLETE |
6903 | 2024-10-31T17:46:59.952Z | [ recovery-image] Oct 31 17:46:58.547 INFO O| Oct 31 17:46:58.547 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-10-31T17:46:59.959Z | [ recovery-image] Oct 31 17:46:58.557 INFO O| Oct 31 17:46:58.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6905 | 2024-10-31T17:46:59.961Z | [ recovery-image] Oct 31 17:46:58.557 INFO O| Oct 31 17:46:58.557 INFO STEP 908 (remove_files) COMPLETE |
6906 | 2024-10-31T17:46:59.962Z | [ recovery-image] Oct 31 17:46:58.557 INFO O| Oct 31 17:46:58.557 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-10-31T17:46:59.969Z | [ recovery-image] Oct 31 17:46:58.567 INFO O| Oct 31 17:46:58.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6908 | 2024-10-31T17:46:59.969Z | [ recovery-image] Oct 31 17:46:58.567 INFO O| Oct 31 17:46:58.567 INFO STEP 909 (remove_files) COMPLETE |
6909 | 2024-10-31T17:46:59.971Z | [ recovery-image] Oct 31 17:46:58.567 INFO O| Oct 31 17:46:58.567 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-10-31T17:46:59.979Z | [ recovery-image] Oct 31 17:46:58.577 INFO O| Oct 31 17:46:58.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6911 | 2024-10-31T17:46:59.981Z | [ recovery-image] Oct 31 17:46:58.577 INFO O| Oct 31 17:46:58.577 INFO STEP 910 (remove_files) COMPLETE |
6912 | 2024-10-31T17:46:59.981Z | [ recovery-image] Oct 31 17:46:58.577 INFO O| Oct 31 17:46:58.577 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-10-31T17:46:59.989Z | [ recovery-image] Oct 31 17:46:58.586 INFO O| Oct 31 17:46:58.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6914 | 2024-10-31T17:46:59.989Z | [ recovery-image] Oct 31 17:46:58.587 INFO O| Oct 31 17:46:58.587 INFO STEP 911 (remove_files) COMPLETE |
6915 | 2024-10-31T17:46:59.989Z | [ recovery-image] Oct 31 17:46:58.587 INFO O| Oct 31 17:46:58.587 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-10-31T17:46:59.999Z | [ recovery-image] Oct 31 17:46:58.596 INFO O| Oct 31 17:46:58.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6917 | 2024-10-31T17:47:00.001Z | [ recovery-image] Oct 31 17:46:58.596 INFO O| Oct 31 17:46:58.596 INFO STEP 912 (remove_files) COMPLETE |
6918 | 2024-10-31T17:47:00.001Z | [ recovery-image] Oct 31 17:46:58.596 INFO O| Oct 31 17:46:58.596 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-10-31T17:47:00.008Z | [ recovery-image] Oct 31 17:46:58.606 INFO O| Oct 31 17:46:58.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6920 | 2024-10-31T17:47:00.008Z | [ recovery-image] Oct 31 17:46:58.606 INFO O| Oct 31 17:46:58.606 INFO STEP 913 (remove_files) COMPLETE |
6921 | 2024-10-31T17:47:00.008Z | [ recovery-image] Oct 31 17:46:58.606 INFO O| Oct 31 17:46:58.606 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-10-31T17:47:00.018Z | [ recovery-image] Oct 31 17:46:58.616 INFO O| Oct 31 17:46:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6923 | 2024-10-31T17:47:00.018Z | [ recovery-image] Oct 31 17:46:58.616 INFO O| Oct 31 17:46:58.616 INFO STEP 914 (remove_files) COMPLETE |
6924 | 2024-10-31T17:47:00.018Z | [ recovery-image] Oct 31 17:46:58.616 INFO O| Oct 31 17:46:58.616 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-10-31T17:47:00.028Z | [ recovery-image] Oct 31 17:46:58.625 INFO O| Oct 31 17:46:58.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6926 | 2024-10-31T17:47:00.028Z | [ recovery-image] Oct 31 17:46:58.625 INFO O| Oct 31 17:46:58.625 INFO STEP 915 (remove_files) COMPLETE |
6927 | 2024-10-31T17:47:00.028Z | [ recovery-image] Oct 31 17:46:58.625 INFO O| Oct 31 17:46:58.625 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-10-31T17:47:00.037Z | [ recovery-image] Oct 31 17:46:58.635 INFO O| Oct 31 17:46:58.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6929 | 2024-10-31T17:47:00.037Z | [ recovery-image] Oct 31 17:46:58.635 INFO O| Oct 31 17:46:58.635 INFO STEP 916 (remove_files) COMPLETE |
6930 | 2024-10-31T17:47:00.037Z | [ recovery-image] Oct 31 17:46:58.635 INFO O| Oct 31 17:46:58.635 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-10-31T17:47:00.047Z | [ recovery-image] Oct 31 17:46:58.644 INFO O| Oct 31 17:46:58.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6932 | 2024-10-31T17:47:00.047Z | [ recovery-image] Oct 31 17:46:58.644 INFO O| Oct 31 17:46:58.644 INFO STEP 917 (remove_files) COMPLETE |
6933 | 2024-10-31T17:47:00.047Z | [ recovery-image] Oct 31 17:46:58.644 INFO O| Oct 31 17:46:58.644 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-10-31T17:47:00.056Z | [ recovery-image] Oct 31 17:46:58.654 INFO O| Oct 31 17:46:58.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6935 | 2024-10-31T17:47:00.056Z | [ recovery-image] Oct 31 17:46:58.654 INFO O| Oct 31 17:46:58.654 INFO STEP 918 (remove_files) COMPLETE |
6936 | 2024-10-31T17:47:00.059Z | [ recovery-image] Oct 31 17:46:58.654 INFO O| Oct 31 17:46:58.654 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-10-31T17:47:00.066Z | [ recovery-image] Oct 31 17:46:58.664 INFO O| Oct 31 17:46:58.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6938 | 2024-10-31T17:47:00.066Z | [ recovery-image] Oct 31 17:46:58.664 INFO O| Oct 31 17:46:58.664 INFO STEP 919 (remove_files) COMPLETE |
6939 | 2024-10-31T17:47:00.066Z | [ recovery-image] Oct 31 17:46:58.664 INFO O| Oct 31 17:46:58.664 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-10-31T17:47:00.075Z | [ recovery-image] Oct 31 17:46:58.673 INFO O| Oct 31 17:46:58.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6941 | 2024-10-31T17:47:00.075Z | [ recovery-image] Oct 31 17:46:58.673 INFO O| Oct 31 17:46:58.673 INFO STEP 920 (remove_files) COMPLETE |
6942 | 2024-10-31T17:47:00.075Z | [ recovery-image] Oct 31 17:46:58.673 INFO O| Oct 31 17:46:58.673 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-10-31T17:47:00.085Z | [ recovery-image] Oct 31 17:46:58.683 INFO O| Oct 31 17:46:58.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6944 | 2024-10-31T17:47:00.088Z | [ recovery-image] Oct 31 17:46:58.683 INFO O| Oct 31 17:46:58.683 INFO STEP 921 (remove_files) COMPLETE |
6945 | 2024-10-31T17:47:00.088Z | [ recovery-image] Oct 31 17:46:58.683 INFO O| Oct 31 17:46:58.683 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-10-31T17:47:00.095Z | [ recovery-image] Oct 31 17:46:58.693 INFO O| Oct 31 17:46:58.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6947 | 2024-10-31T17:47:00.098Z | [ recovery-image] Oct 31 17:46:58.693 INFO O| Oct 31 17:46:58.693 INFO STEP 922 (remove_files) COMPLETE |
6948 | 2024-10-31T17:47:00.098Z | [ recovery-image] Oct 31 17:46:58.693 INFO O| Oct 31 17:46:58.693 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-10-31T17:47:00.106Z | [ recovery-image] Oct 31 17:46:58.703 INFO O| Oct 31 17:46:58.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6950 | 2024-10-31T17:47:00.106Z | [ recovery-image] Oct 31 17:46:58.703 INFO O| Oct 31 17:46:58.703 INFO STEP 923 (remove_files) COMPLETE |
6951 | 2024-10-31T17:47:00.108Z | [ recovery-image] Oct 31 17:46:58.703 INFO O| Oct 31 17:46:58.703 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-10-31T17:47:00.116Z | [ recovery-image] Oct 31 17:46:58.713 INFO O| Oct 31 17:46:58.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6953 | 2024-10-31T17:47:00.116Z | [ recovery-image] Oct 31 17:46:58.713 INFO O| Oct 31 17:46:58.713 INFO STEP 924 (remove_files) COMPLETE |
6954 | 2024-10-31T17:47:00.118Z | [ recovery-image] Oct 31 17:46:58.713 INFO O| Oct 31 17:46:58.713 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-10-31T17:47:00.126Z | [ recovery-image] Oct 31 17:46:58.723 INFO O| Oct 31 17:46:58.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6956 | 2024-10-31T17:47:00.126Z | [ recovery-image] Oct 31 17:46:58.723 INFO O| Oct 31 17:46:58.723 INFO STEP 925 (remove_files) COMPLETE |
6957 | 2024-10-31T17:47:00.128Z | [ recovery-image] Oct 31 17:46:58.723 INFO O| Oct 31 17:46:58.723 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-10-31T17:47:00.135Z | [ recovery-image] Oct 31 17:46:58.733 INFO O| Oct 31 17:46:58.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6959 | 2024-10-31T17:47:00.138Z | [ recovery-image] Oct 31 17:46:58.733 INFO O| Oct 31 17:46:58.733 INFO STEP 926 (remove_files) COMPLETE |
6960 | 2024-10-31T17:47:00.138Z | [ recovery-image] Oct 31 17:46:58.733 INFO O| Oct 31 17:46:58.733 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-10-31T17:47:00.145Z | [ recovery-image] Oct 31 17:46:58.743 INFO O| Oct 31 17:46:58.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6962 | 2024-10-31T17:47:00.148Z | [ recovery-image] Oct 31 17:46:58.743 INFO O| Oct 31 17:46:58.743 INFO STEP 927 (remove_files) COMPLETE |
6963 | 2024-10-31T17:47:00.148Z | [ recovery-image] Oct 31 17:46:58.743 INFO O| Oct 31 17:46:58.743 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-10-31T17:47:00.155Z | [ recovery-image] Oct 31 17:46:58.753 INFO O| Oct 31 17:46:58.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6965 | 2024-10-31T17:47:00.155Z | [ recovery-image] Oct 31 17:46:58.753 INFO O| Oct 31 17:46:58.753 INFO STEP 928 (remove_files) COMPLETE |
6966 | 2024-10-31T17:47:00.155Z | [ recovery-image] Oct 31 17:46:58.753 INFO O| Oct 31 17:46:58.753 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-10-31T17:47:00.165Z | [ recovery-image] Oct 31 17:46:58.762 INFO O| Oct 31 17:46:58.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6968 | 2024-10-31T17:47:00.167Z | [ recovery-image] Oct 31 17:46:58.763 INFO O| Oct 31 17:46:58.763 INFO STEP 929 (remove_files) COMPLETE |
6969 | 2024-10-31T17:47:00.167Z | [ recovery-image] Oct 31 17:46:58.763 INFO O| Oct 31 17:46:58.763 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-10-31T17:47:00.176Z | [ recovery-image] Oct 31 17:46:58.773 INFO O| Oct 31 17:46:58.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6971 | 2024-10-31T17:47:00.176Z | [ recovery-image] Oct 31 17:46:58.773 INFO O| Oct 31 17:46:58.773 INFO STEP 930 (remove_files) COMPLETE |
6972 | 2024-10-31T17:47:00.176Z | [ recovery-image] Oct 31 17:46:58.773 INFO O| Oct 31 17:46:58.773 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-10-31T17:47:00.187Z | [ recovery-image] Oct 31 17:46:58.784 INFO O| Oct 31 17:46:58.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6974 | 2024-10-31T17:47:00.187Z | [ recovery-image] Oct 31 17:46:58.784 INFO O| Oct 31 17:46:58.784 INFO STEP 931 (remove_files) COMPLETE |
6975 | 2024-10-31T17:47:00.187Z | [ recovery-image] Oct 31 17:46:58.784 INFO O| Oct 31 17:46:58.784 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-10-31T17:47:00.197Z | [ recovery-image] Oct 31 17:46:58.794 INFO O| Oct 31 17:46:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6977 | 2024-10-31T17:47:00.197Z | [ recovery-image] Oct 31 17:46:58.795 INFO O| Oct 31 17:46:58.795 INFO STEP 932 (remove_files) COMPLETE |
6978 | 2024-10-31T17:47:00.197Z | [ recovery-image] Oct 31 17:46:58.795 INFO O| Oct 31 17:46:58.795 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-10-31T17:47:00.199Z | [ host-image] Oct 31 17:46:58.796 INFO O| Oct 31 17:46:58.796 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6980 | 2024-10-31T17:47:00.207Z | [ recovery-image] Oct 31 17:46:58.805 INFO O| Oct 31 17:46:58.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6981 | 2024-10-31T17:47:00.207Z | [ recovery-image] Oct 31 17:46:58.805 INFO O| Oct 31 17:46:58.805 INFO STEP 933 (remove_files) COMPLETE |
6982 | 2024-10-31T17:47:00.210Z | [ recovery-image] Oct 31 17:46:58.805 INFO O| Oct 31 17:46:58.805 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-10-31T17:47:00.219Z | [ recovery-image] Oct 31 17:46:58.816 INFO O| Oct 31 17:46:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6984 | 2024-10-31T17:47:00.219Z | [ recovery-image] Oct 31 17:46:58.816 INFO O| Oct 31 17:46:58.816 INFO STEP 934 (remove_files) COMPLETE |
6985 | 2024-10-31T17:47:00.222Z | [ recovery-image] Oct 31 17:46:58.816 INFO O| Oct 31 17:46:58.816 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-10-31T17:47:00.229Z | [ recovery-image] Oct 31 17:46:58.827 INFO O| Oct 31 17:46:58.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6987 | 2024-10-31T17:47:00.229Z | [ recovery-image] Oct 31 17:46:58.827 INFO O| Oct 31 17:46:58.827 INFO STEP 935 (remove_files) COMPLETE |
6988 | 2024-10-31T17:47:00.232Z | [ recovery-image] Oct 31 17:46:58.827 INFO O| Oct 31 17:46:58.827 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-10-31T17:47:00.240Z | [ recovery-image] Oct 31 17:46:58.837 INFO O| Oct 31 17:46:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6990 | 2024-10-31T17:47:00.240Z | [ recovery-image] Oct 31 17:46:58.837 INFO O| Oct 31 17:46:58.837 INFO STEP 936 (remove_files) COMPLETE |
6991 | 2024-10-31T17:47:00.242Z | [ recovery-image] Oct 31 17:46:58.837 INFO O| Oct 31 17:46:58.837 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-10-31T17:47:00.251Z | [ recovery-image] Oct 31 17:46:58.848 INFO O| Oct 31 17:46:58.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6993 | 2024-10-31T17:47:00.253Z | [ recovery-image] Oct 31 17:46:58.849 INFO O| Oct 31 17:46:58.848 INFO STEP 937 (remove_files) COMPLETE |
6994 | 2024-10-31T17:47:00.253Z | [ recovery-image] Oct 31 17:46:58.849 INFO O| Oct 31 17:46:58.848 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-10-31T17:47:00.262Z | [ recovery-image] Oct 31 17:46:58.860 INFO O| Oct 31 17:46:58.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6996 | 2024-10-31T17:47:00.262Z | [ recovery-image] Oct 31 17:46:58.860 INFO O| Oct 31 17:46:58.860 INFO STEP 938 (remove_files) COMPLETE |
6997 | 2024-10-31T17:47:00.265Z | [ recovery-image] Oct 31 17:46:58.860 INFO O| Oct 31 17:46:58.860 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-10-31T17:47:00.272Z | [ recovery-image] Oct 31 17:46:58.870 INFO O| Oct 31 17:46:58.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6999 | 2024-10-31T17:47:00.272Z | [ recovery-image] Oct 31 17:46:58.870 INFO O| Oct 31 17:46:58.870 INFO STEP 939 (remove_files) COMPLETE |
7000 | 2024-10-31T17:47:00.275Z | [ recovery-image] Oct 31 17:46:58.870 INFO O| Oct 31 17:46:58.870 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-10-31T17:47:00.284Z | [ recovery-image] Oct 31 17:46:58.881 INFO O| Oct 31 17:46:58.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7002 | 2024-10-31T17:47:00.284Z | [ recovery-image] Oct 31 17:46:58.881 INFO O| Oct 31 17:46:58.881 INFO STEP 940 (remove_files) COMPLETE |
7003 | 2024-10-31T17:47:00.284Z | [ recovery-image] Oct 31 17:46:58.881 INFO O| Oct 31 17:46:58.881 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-10-31T17:47:00.295Z | [ recovery-image] Oct 31 17:46:58.893 INFO O| Oct 31 17:46:58.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7005 | 2024-10-31T17:47:00.295Z | [ recovery-image] Oct 31 17:46:58.893 INFO O| Oct 31 17:46:58.893 INFO STEP 941 (remove_files) COMPLETE |
7006 | 2024-10-31T17:47:00.295Z | [ recovery-image] Oct 31 17:46:58.893 INFO O| Oct 31 17:46:58.893 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-10-31T17:47:00.306Z | [ recovery-image] Oct 31 17:46:58.904 INFO O| Oct 31 17:46:58.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7008 | 2024-10-31T17:47:00.306Z | [ recovery-image] Oct 31 17:46:58.904 INFO O| Oct 31 17:46:58.904 INFO STEP 942 (remove_files) COMPLETE |
7009 | 2024-10-31T17:47:00.309Z | [ recovery-image] Oct 31 17:46:58.904 INFO O| Oct 31 17:46:58.904 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-10-31T17:47:00.318Z | [ recovery-image] Oct 31 17:46:58.916 INFO O| Oct 31 17:46:58.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7011 | 2024-10-31T17:47:00.321Z | [ recovery-image] Oct 31 17:46:58.916 INFO O| Oct 31 17:46:58.916 INFO STEP 943 (remove_files) COMPLETE |
7012 | 2024-10-31T17:47:00.321Z | [ recovery-image] Oct 31 17:46:58.916 INFO O| Oct 31 17:46:58.916 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-10-31T17:47:00.328Z | [ recovery-image] Oct 31 17:46:58.926 INFO O| Oct 31 17:46:58.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7014 | 2024-10-31T17:47:00.328Z | [ recovery-image] Oct 31 17:46:58.926 INFO O| Oct 31 17:46:58.926 INFO STEP 944 (remove_files) COMPLETE |
7015 | 2024-10-31T17:47:00.331Z | [ recovery-image] Oct 31 17:46:58.926 INFO O| Oct 31 17:46:58.926 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-10-31T17:47:00.340Z | [ recovery-image] Oct 31 17:46:58.938 INFO O| Oct 31 17:46:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7017 | 2024-10-31T17:47:00.343Z | [ recovery-image] Oct 31 17:46:58.938 INFO O| Oct 31 17:46:58.938 INFO STEP 945 (remove_files) COMPLETE |
7018 | 2024-10-31T17:47:00.343Z | [ recovery-image] Oct 31 17:46:58.938 INFO O| Oct 31 17:46:58.938 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-10-31T17:47:00.350Z | [ recovery-image] Oct 31 17:46:58.948 INFO O| Oct 31 17:46:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7020 | 2024-10-31T17:47:00.350Z | [ recovery-image] Oct 31 17:46:58.948 INFO O| Oct 31 17:46:58.948 INFO STEP 946 (remove_files) COMPLETE |
7021 | 2024-10-31T17:47:00.350Z | [ recovery-image] Oct 31 17:46:58.948 INFO O| Oct 31 17:46:58.948 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-10-31T17:47:00.362Z | [ recovery-image] Oct 31 17:46:58.959 INFO O| Oct 31 17:46:58.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7023 | 2024-10-31T17:47:00.362Z | [ recovery-image] Oct 31 17:46:58.960 INFO O| Oct 31 17:46:58.960 INFO STEP 947 (remove_files) COMPLETE |
7024 | 2024-10-31T17:47:00.364Z | [ recovery-image] Oct 31 17:46:58.960 INFO O| Oct 31 17:46:58.960 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-10-31T17:47:00.372Z | [ recovery-image] Oct 31 17:46:58.970 INFO O| Oct 31 17:46:58.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7026 | 2024-10-31T17:47:00.372Z | [ recovery-image] Oct 31 17:46:58.970 INFO O| Oct 31 17:46:58.970 INFO STEP 948 (remove_files) COMPLETE |
7027 | 2024-10-31T17:47:00.372Z | [ recovery-image] Oct 31 17:46:58.970 INFO O| Oct 31 17:46:58.970 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-10-31T17:47:00.384Z | [ recovery-image] Oct 31 17:46:58.981 INFO O| Oct 31 17:46:58.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7029 | 2024-10-31T17:47:00.384Z | [ recovery-image] Oct 31 17:46:58.981 INFO O| Oct 31 17:46:58.981 INFO STEP 949 (remove_files) COMPLETE |
7030 | 2024-10-31T17:47:00.384Z | [ recovery-image] Oct 31 17:46:58.981 INFO O| Oct 31 17:46:58.981 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-10-31T17:47:00.396Z | [ recovery-image] Oct 31 17:46:58.994 INFO O| Oct 31 17:46:58.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7032 | 2024-10-31T17:47:00.396Z | [ recovery-image] Oct 31 17:46:58.994 INFO O| Oct 31 17:46:58.994 INFO STEP 950 (remove_files) COMPLETE |
7033 | 2024-10-31T17:47:00.399Z | [ recovery-image] Oct 31 17:46:58.994 INFO O| Oct 31 17:46:58.994 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-10-31T17:47:00.408Z | [ recovery-image] Oct 31 17:46:59.005 INFO O| Oct 31 17:46:59.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7035 | 2024-10-31T17:47:00.408Z | [ recovery-image] Oct 31 17:46:59.005 INFO O| Oct 31 17:46:59.005 INFO STEP 951 (remove_files) COMPLETE |
7036 | 2024-10-31T17:47:00.410Z | [ recovery-image] Oct 31 17:46:59.005 INFO O| Oct 31 17:46:59.005 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-10-31T17:47:00.419Z | [ recovery-image] Oct 31 17:46:59.016 INFO O| Oct 31 17:46:59.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7038 | 2024-10-31T17:47:00.421Z | [ recovery-image] Oct 31 17:46:59.016 INFO O| Oct 31 17:46:59.016 INFO STEP 952 (remove_files) COMPLETE |
7039 | 2024-10-31T17:47:00.421Z | [ recovery-image] Oct 31 17:46:59.016 INFO O| Oct 31 17:46:59.016 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-10-31T17:47:00.430Z | [ recovery-image] Oct 31 17:46:59.028 INFO O| Oct 31 17:46:59.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7041 | 2024-10-31T17:47:00.433Z | [ recovery-image] Oct 31 17:46:59.028 INFO O| Oct 31 17:46:59.028 INFO STEP 953 (remove_files) COMPLETE |
7042 | 2024-10-31T17:47:00.433Z | [ recovery-image] Oct 31 17:46:59.028 INFO O| Oct 31 17:46:59.028 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-10-31T17:47:00.442Z | [ recovery-image] Oct 31 17:46:59.040 INFO O| Oct 31 17:46:59.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7044 | 2024-10-31T17:47:00.445Z | [ recovery-image] Oct 31 17:46:59.040 INFO O| Oct 31 17:46:59.040 INFO STEP 954 (remove_files) COMPLETE |
7045 | 2024-10-31T17:47:00.445Z | [ recovery-image] Oct 31 17:46:59.040 INFO O| Oct 31 17:46:59.040 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-10-31T17:47:00.454Z | [ recovery-image] Oct 31 17:46:59.051 INFO O| Oct 31 17:46:59.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7047 | 2024-10-31T17:47:00.454Z | [ recovery-image] Oct 31 17:46:59.051 INFO O| Oct 31 17:46:59.051 INFO STEP 955 (remove_files) COMPLETE |
7048 | 2024-10-31T17:47:00.454Z | [ recovery-image] Oct 31 17:46:59.051 INFO O| Oct 31 17:46:59.051 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-10-31T17:47:00.464Z | [ recovery-image] Oct 31 17:46:59.061 INFO O| Oct 31 17:46:59.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7050 | 2024-10-31T17:47:00.466Z | [ recovery-image] Oct 31 17:46:59.061 INFO O| Oct 31 17:46:59.061 INFO STEP 956 (remove_files) COMPLETE |
7051 | 2024-10-31T17:47:00.466Z | [ recovery-image] Oct 31 17:46:59.061 INFO O| Oct 31 17:46:59.061 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-10-31T17:47:00.473Z | [ recovery-image] Oct 31 17:46:59.071 INFO O| Oct 31 17:46:59.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7053 | 2024-10-31T17:47:00.473Z | [ recovery-image] Oct 31 17:46:59.071 INFO O| Oct 31 17:46:59.071 INFO STEP 957 (remove_files) COMPLETE |
7054 | 2024-10-31T17:47:00.476Z | [ recovery-image] Oct 31 17:46:59.071 INFO O| Oct 31 17:46:59.071 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-10-31T17:47:00.483Z | [ recovery-image] Oct 31 17:46:59.081 INFO O| Oct 31 17:46:59.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7056 | 2024-10-31T17:47:00.486Z | [ recovery-image] Oct 31 17:46:59.081 INFO O| Oct 31 17:46:59.081 INFO STEP 958 (remove_files) COMPLETE |
7057 | 2024-10-31T17:47:00.486Z | [ recovery-image] Oct 31 17:46:59.081 INFO O| Oct 31 17:46:59.081 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-10-31T17:47:00.493Z | [ recovery-image] Oct 31 17:46:59.091 INFO O| Oct 31 17:46:59.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7059 | 2024-10-31T17:47:00.493Z | [ recovery-image] Oct 31 17:46:59.091 INFO O| Oct 31 17:46:59.091 INFO STEP 959 (remove_files) COMPLETE |
7060 | 2024-10-31T17:47:00.496Z | [ recovery-image] Oct 31 17:46:59.091 INFO O| Oct 31 17:46:59.091 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-10-31T17:47:00.503Z | [ recovery-image] Oct 31 17:46:59.101 INFO O| Oct 31 17:46:59.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7062 | 2024-10-31T17:47:00.503Z | [ recovery-image] Oct 31 17:46:59.101 INFO O| Oct 31 17:46:59.101 INFO STEP 960 (remove_files) COMPLETE |
7063 | 2024-10-31T17:47:00.503Z | [ recovery-image] Oct 31 17:46:59.101 INFO O| Oct 31 17:46:59.101 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-10-31T17:47:00.513Z | [ recovery-image] Oct 31 17:46:59.110 INFO O| Oct 31 17:46:59.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7065 | 2024-10-31T17:47:00.513Z | [ recovery-image] Oct 31 17:46:59.110 INFO O| Oct 31 17:46:59.110 INFO STEP 961 (remove_files) COMPLETE |
7066 | 2024-10-31T17:47:00.513Z | [ recovery-image] Oct 31 17:46:59.110 INFO O| Oct 31 17:46:59.110 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-10-31T17:47:00.524Z | [ recovery-image] Oct 31 17:46:59.121 INFO O| Oct 31 17:46:59.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7068 | 2024-10-31T17:47:00.527Z | [ recovery-image] Oct 31 17:46:59.121 INFO O| Oct 31 17:46:59.121 INFO STEP 962 (remove_files) COMPLETE |
7069 | 2024-10-31T17:47:00.527Z | [ recovery-image] Oct 31 17:46:59.121 INFO O| Oct 31 17:46:59.121 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-10-31T17:47:00.534Z | [ recovery-image] Oct 31 17:46:59.131 INFO O| Oct 31 17:46:59.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7071 | 2024-10-31T17:47:00.536Z | [ recovery-image] Oct 31 17:46:59.131 INFO O| Oct 31 17:46:59.131 INFO STEP 963 (remove_files) COMPLETE |
7072 | 2024-10-31T17:47:00.536Z | [ recovery-image] Oct 31 17:46:59.131 INFO O| Oct 31 17:46:59.131 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-10-31T17:47:00.543Z | [ recovery-image] Oct 31 17:46:59.141 INFO O| Oct 31 17:46:59.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7074 | 2024-10-31T17:47:00.546Z | [ recovery-image] Oct 31 17:46:59.141 INFO O| Oct 31 17:46:59.141 INFO STEP 964 (remove_files) COMPLETE |
7075 | 2024-10-31T17:47:00.546Z | [ recovery-image] Oct 31 17:46:59.141 INFO O| Oct 31 17:46:59.141 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-10-31T17:47:00.554Z | [ recovery-image] Oct 31 17:46:59.151 INFO O| Oct 31 17:46:59.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7077 | 2024-10-31T17:47:00.557Z | [ recovery-image] Oct 31 17:46:59.151 INFO O| Oct 31 17:46:59.151 INFO STEP 965 (remove_files) COMPLETE |
7078 | 2024-10-31T17:47:00.557Z | [ recovery-image] Oct 31 17:46:59.151 INFO O| Oct 31 17:46:59.151 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-10-31T17:47:00.563Z | [ recovery-image] Oct 31 17:46:59.161 INFO O| Oct 31 17:46:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7080 | 2024-10-31T17:47:00.564Z | [ recovery-image] Oct 31 17:46:59.161 INFO O| Oct 31 17:46:59.161 INFO STEP 966 (remove_files) COMPLETE |
7081 | 2024-10-31T17:47:00.564Z | [ recovery-image] Oct 31 17:46:59.161 INFO O| Oct 31 17:46:59.161 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-10-31T17:47:00.574Z | [ recovery-image] Oct 31 17:46:59.171 INFO O| Oct 31 17:46:59.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7083 | 2024-10-31T17:47:00.576Z | [ recovery-image] Oct 31 17:46:59.171 INFO O| Oct 31 17:46:59.171 INFO STEP 967 (remove_files) COMPLETE |
7084 | 2024-10-31T17:47:00.576Z | [ recovery-image] Oct 31 17:46:59.172 INFO O| Oct 31 17:46:59.171 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-10-31T17:47:00.587Z | [ recovery-image] Oct 31 17:46:59.184 INFO O| Oct 31 17:46:59.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7086 | 2024-10-31T17:47:00.587Z | [ recovery-image] Oct 31 17:46:59.184 INFO O| Oct 31 17:46:59.184 INFO STEP 968 (remove_files) COMPLETE |
7087 | 2024-10-31T17:47:00.589Z | [ recovery-image] Oct 31 17:46:59.184 INFO O| Oct 31 17:46:59.184 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-10-31T17:47:00.599Z | [ recovery-image] Oct 31 17:46:59.196 INFO O| Oct 31 17:46:59.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7089 | 2024-10-31T17:47:00.599Z | [ recovery-image] Oct 31 17:46:59.196 INFO O| Oct 31 17:46:59.196 INFO STEP 969 (remove_files) COMPLETE |
7090 | 2024-10-31T17:47:00.601Z | [ recovery-image] Oct 31 17:46:59.196 INFO O| Oct 31 17:46:59.196 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-10-31T17:47:00.609Z | [ recovery-image] Oct 31 17:46:59.207 INFO O| Oct 31 17:46:59.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7092 | 2024-10-31T17:47:00.612Z | [ recovery-image] Oct 31 17:46:59.207 INFO O| Oct 31 17:46:59.207 INFO STEP 970 (remove_files) COMPLETE |
7093 | 2024-10-31T17:47:00.612Z | [ recovery-image] Oct 31 17:46:59.207 INFO O| Oct 31 17:46:59.207 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-10-31T17:47:00.620Z | [ recovery-image] Oct 31 17:46:59.217 INFO O| Oct 31 17:46:59.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7095 | 2024-10-31T17:47:00.623Z | [ recovery-image] Oct 31 17:46:59.218 INFO O| Oct 31 17:46:59.218 INFO STEP 971 (remove_files) COMPLETE |
7096 | 2024-10-31T17:47:00.623Z | [ recovery-image] Oct 31 17:46:59.218 INFO O| Oct 31 17:46:59.218 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-10-31T17:47:00.630Z | [ recovery-image] Oct 31 17:46:59.228 INFO O| Oct 31 17:46:59.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7098 | 2024-10-31T17:47:00.633Z | [ recovery-image] Oct 31 17:46:59.228 INFO O| Oct 31 17:46:59.228 INFO STEP 972 (remove_files) COMPLETE |
7099 | 2024-10-31T17:47:00.633Z | [ recovery-image] Oct 31 17:46:59.228 INFO O| Oct 31 17:46:59.228 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-10-31T17:47:00.641Z | [ recovery-image] Oct 31 17:46:59.238 INFO O| Oct 31 17:46:59.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7101 | 2024-10-31T17:47:00.643Z | [ recovery-image] Oct 31 17:46:59.238 INFO O| Oct 31 17:46:59.238 INFO STEP 973 (remove_files) COMPLETE |
7102 | 2024-10-31T17:47:00.643Z | [ recovery-image] Oct 31 17:46:59.238 INFO O| Oct 31 17:46:59.238 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-10-31T17:47:00.651Z | [ recovery-image] Oct 31 17:46:59.249 INFO O| Oct 31 17:46:59.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7104 | 2024-10-31T17:47:00.653Z | [ recovery-image] Oct 31 17:46:59.249 INFO O| Oct 31 17:46:59.249 INFO STEP 974 (remove_files) COMPLETE |
7105 | 2024-10-31T17:47:00.654Z | [ recovery-image] Oct 31 17:46:59.249 INFO O| Oct 31 17:46:59.249 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-10-31T17:47:00.661Z | [ recovery-image] Oct 31 17:46:59.259 INFO O| Oct 31 17:46:59.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7107 | 2024-10-31T17:47:00.664Z | [ recovery-image] Oct 31 17:46:59.259 INFO O| Oct 31 17:46:59.259 INFO STEP 975 (remove_files) COMPLETE |
7108 | 2024-10-31T17:47:00.664Z | [ recovery-image] Oct 31 17:46:59.259 INFO O| Oct 31 17:46:59.259 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-10-31T17:47:00.671Z | [ recovery-image] Oct 31 17:46:59.269 INFO O| Oct 31 17:46:59.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7110 | 2024-10-31T17:47:00.672Z | [ recovery-image] Oct 31 17:46:59.269 INFO O| Oct 31 17:46:59.269 INFO STEP 976 (remove_files) COMPLETE |
7111 | 2024-10-31T17:47:00.674Z | [ recovery-image] Oct 31 17:46:59.269 INFO O| Oct 31 17:46:59.269 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-10-31T17:47:00.683Z | [ recovery-image] Oct 31 17:46:59.280 INFO O| Oct 31 17:46:59.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7113 | 2024-10-31T17:47:00.685Z | [ recovery-image] Oct 31 17:46:59.281 INFO O| Oct 31 17:46:59.281 INFO STEP 977 (remove_files) COMPLETE |
7114 | 2024-10-31T17:47:00.685Z | [ recovery-image] Oct 31 17:46:59.281 INFO O| Oct 31 17:46:59.281 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-10-31T17:47:00.694Z | [ recovery-image] Oct 31 17:46:59.291 INFO O| Oct 31 17:46:59.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7116 | 2024-10-31T17:47:00.697Z | [ recovery-image] Oct 31 17:46:59.291 INFO O| Oct 31 17:46:59.291 INFO STEP 978 (remove_files) COMPLETE |
7117 | 2024-10-31T17:47:00.697Z | [ recovery-image] Oct 31 17:46:59.291 INFO O| Oct 31 17:46:59.291 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-10-31T17:47:00.704Z | [ recovery-image] Oct 31 17:46:59.301 INFO O| Oct 31 17:46:59.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7119 | 2024-10-31T17:47:00.704Z | [ recovery-image] Oct 31 17:46:59.302 INFO O| Oct 31 17:46:59.302 INFO STEP 979 (remove_files) COMPLETE |
7120 | 2024-10-31T17:47:00.706Z | [ recovery-image] Oct 31 17:46:59.302 INFO O| Oct 31 17:46:59.302 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-10-31T17:47:00.717Z | [ recovery-image] Oct 31 17:46:59.314 INFO O| Oct 31 17:46:59.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7122 | 2024-10-31T17:47:00.717Z | [ recovery-image] Oct 31 17:46:59.314 INFO O| Oct 31 17:46:59.314 INFO STEP 980 (remove_files) COMPLETE |
7123 | 2024-10-31T17:47:00.719Z | [ recovery-image] Oct 31 17:46:59.314 INFO O| Oct 31 17:46:59.314 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-10-31T17:47:00.729Z | [ recovery-image] Oct 31 17:46:59.326 INFO O| Oct 31 17:46:59.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7125 | 2024-10-31T17:47:00.729Z | [ recovery-image] Oct 31 17:46:59.326 INFO O| Oct 31 17:46:59.326 INFO STEP 981 (remove_files) COMPLETE |
7126 | 2024-10-31T17:47:00.731Z | [ recovery-image] Oct 31 17:46:59.326 INFO O| Oct 31 17:46:59.326 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-10-31T17:47:00.740Z | [ recovery-image] Oct 31 17:46:59.337 INFO O| Oct 31 17:46:59.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7128 | 2024-10-31T17:47:00.742Z | [ recovery-image] Oct 31 17:46:59.337 INFO O| Oct 31 17:46:59.337 INFO STEP 982 (remove_files) COMPLETE |
7129 | 2024-10-31T17:47:00.742Z | [ recovery-image] Oct 31 17:46:59.337 INFO O| Oct 31 17:46:59.337 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-10-31T17:47:00.753Z | [ recovery-image] Oct 31 17:46:59.350 INFO O| Oct 31 17:46:59.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7131 | 2024-10-31T17:47:00.753Z | [ recovery-image] Oct 31 17:46:59.350 INFO O| Oct 31 17:46:59.350 INFO STEP 983 (remove_files) COMPLETE |
7132 | 2024-10-31T17:47:00.755Z | [ recovery-image] Oct 31 17:46:59.350 INFO O| Oct 31 17:46:59.350 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-10-31T17:47:00.764Z | [ recovery-image] Oct 31 17:46:59.362 INFO O| Oct 31 17:46:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7134 | 2024-10-31T17:47:00.764Z | [ recovery-image] Oct 31 17:46:59.362 INFO O| Oct 31 17:46:59.362 INFO STEP 984 (remove_files) COMPLETE |
7135 | 2024-10-31T17:47:00.764Z | [ recovery-image] Oct 31 17:46:59.362 INFO O| Oct 31 17:46:59.362 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-10-31T17:47:00.776Z | [ recovery-image] Oct 31 17:46:59.373 INFO O| Oct 31 17:46:59.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7137 | 2024-10-31T17:47:00.778Z | [ recovery-image] Oct 31 17:46:59.373 INFO O| Oct 31 17:46:59.373 INFO STEP 985 (remove_files) COMPLETE |
7138 | 2024-10-31T17:47:00.778Z | [ recovery-image] Oct 31 17:46:59.373 INFO O| Oct 31 17:46:59.373 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-10-31T17:47:00.787Z | [ recovery-image] Oct 31 17:46:59.384 INFO O| Oct 31 17:46:59.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7140 | 2024-10-31T17:47:00.787Z | [ recovery-image] Oct 31 17:46:59.384 INFO O| Oct 31 17:46:59.384 INFO STEP 986 (remove_files) COMPLETE |
7141 | 2024-10-31T17:47:00.787Z | [ recovery-image] Oct 31 17:46:59.384 INFO O| Oct 31 17:46:59.384 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-10-31T17:47:00.798Z | [ recovery-image] Oct 31 17:46:59.396 INFO O| Oct 31 17:46:59.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7143 | 2024-10-31T17:47:00.801Z | [ recovery-image] Oct 31 17:46:59.396 INFO O| Oct 31 17:46:59.396 INFO STEP 987 (remove_files) COMPLETE |
7144 | 2024-10-31T17:47:00.801Z | [ recovery-image] Oct 31 17:46:59.396 INFO O| Oct 31 17:46:59.396 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-10-31T17:47:00.809Z | [ recovery-image] Oct 31 17:46:59.406 INFO O| Oct 31 17:46:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7146 | 2024-10-31T17:47:00.811Z | [ recovery-image] Oct 31 17:46:59.406 INFO O| Oct 31 17:46:59.406 INFO STEP 988 (remove_files) COMPLETE |
7147 | 2024-10-31T17:47:00.811Z | [ recovery-image] Oct 31 17:46:59.406 INFO O| Oct 31 17:46:59.406 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-10-31T17:47:00.819Z | [ recovery-image] Oct 31 17:46:59.416 INFO O| Oct 31 17:46:59.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7149 | 2024-10-31T17:47:00.819Z | [ recovery-image] Oct 31 17:46:59.416 INFO O| Oct 31 17:46:59.416 INFO STEP 989 (remove_files) COMPLETE |
7150 | 2024-10-31T17:47:00.819Z | [ recovery-image] Oct 31 17:46:59.416 INFO O| Oct 31 17:46:59.416 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-10-31T17:47:00.828Z | [ recovery-image] Oct 31 17:46:59.426 INFO O| Oct 31 17:46:59.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7152 | 2024-10-31T17:47:00.828Z | [ recovery-image] Oct 31 17:46:59.426 INFO O| Oct 31 17:46:59.426 INFO STEP 990 (remove_files) COMPLETE |
7153 | 2024-10-31T17:47:00.831Z | [ recovery-image] Oct 31 17:46:59.426 INFO O| Oct 31 17:46:59.426 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-10-31T17:47:00.839Z | [ recovery-image] Oct 31 17:46:59.436 INFO O| Oct 31 17:46:59.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7155 | 2024-10-31T17:47:00.839Z | [ recovery-image] Oct 31 17:46:59.436 INFO O| Oct 31 17:46:59.436 INFO STEP 991 (remove_files) COMPLETE |
7156 | 2024-10-31T17:47:00.839Z | [ recovery-image] Oct 31 17:46:59.436 INFO O| Oct 31 17:46:59.436 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-10-31T17:47:00.848Z | [ recovery-image] Oct 31 17:46:59.446 INFO O| Oct 31 17:46:59.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7158 | 2024-10-31T17:47:00.848Z | [ recovery-image] Oct 31 17:46:59.446 INFO O| Oct 31 17:46:59.446 INFO STEP 992 (remove_files) COMPLETE |
7159 | 2024-10-31T17:47:00.848Z | [ recovery-image] Oct 31 17:46:59.446 INFO O| Oct 31 17:46:59.446 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-10-31T17:47:00.858Z | [ recovery-image] Oct 31 17:46:59.456 INFO O| Oct 31 17:46:59.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7161 | 2024-10-31T17:47:00.858Z | [ recovery-image] Oct 31 17:46:59.456 INFO O| Oct 31 17:46:59.456 INFO STEP 993 (remove_files) COMPLETE |
7162 | 2024-10-31T17:47:00.861Z | [ recovery-image] Oct 31 17:46:59.456 INFO O| Oct 31 17:46:59.456 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-10-31T17:47:00.868Z | [ recovery-image] Oct 31 17:46:59.466 INFO O| Oct 31 17:46:59.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7164 | 2024-10-31T17:47:00.868Z | [ recovery-image] Oct 31 17:46:59.466 INFO O| Oct 31 17:46:59.466 INFO STEP 994 (remove_files) COMPLETE |
7165 | 2024-10-31T17:47:00.871Z | [ recovery-image] Oct 31 17:46:59.466 INFO O| Oct 31 17:46:59.466 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-10-31T17:47:00.878Z | [ recovery-image] Oct 31 17:46:59.476 INFO O| Oct 31 17:46:59.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7167 | 2024-10-31T17:47:00.878Z | [ recovery-image] Oct 31 17:46:59.476 INFO O| Oct 31 17:46:59.476 INFO STEP 995 (remove_files) COMPLETE |
7168 | 2024-10-31T17:47:00.878Z | [ recovery-image] Oct 31 17:46:59.476 INFO O| Oct 31 17:46:59.476 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-10-31T17:47:00.888Z | [ recovery-image] Oct 31 17:46:59.485 INFO O| Oct 31 17:46:59.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7170 | 2024-10-31T17:47:00.888Z | [ recovery-image] Oct 31 17:46:59.485 INFO O| Oct 31 17:46:59.485 INFO STEP 996 (remove_files) COMPLETE |
7171 | 2024-10-31T17:47:00.888Z | [ recovery-image] Oct 31 17:46:59.486 INFO O| Oct 31 17:46:59.485 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-10-31T17:47:00.898Z | [ recovery-image] Oct 31 17:46:59.495 INFO O| Oct 31 17:46:59.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7173 | 2024-10-31T17:47:00.898Z | [ recovery-image] Oct 31 17:46:59.495 INFO O| Oct 31 17:46:59.495 INFO STEP 997 (remove_files) COMPLETE |
7174 | 2024-10-31T17:47:00.898Z | [ recovery-image] Oct 31 17:46:59.495 INFO O| Oct 31 17:46:59.495 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-10-31T17:47:00.907Z | [ recovery-image] Oct 31 17:46:59.505 INFO O| Oct 31 17:46:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7176 | 2024-10-31T17:47:00.907Z | [ recovery-image] Oct 31 17:46:59.505 INFO O| Oct 31 17:46:59.505 INFO STEP 998 (remove_files) COMPLETE |
7177 | 2024-10-31T17:47:00.910Z | [ recovery-image] Oct 31 17:46:59.505 INFO O| Oct 31 17:46:59.505 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-10-31T17:47:00.917Z | [ recovery-image] Oct 31 17:46:59.514 INFO O| Oct 31 17:46:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7179 | 2024-10-31T17:47:00.917Z | [ recovery-image] Oct 31 17:46:59.514 INFO O| Oct 31 17:46:59.514 INFO STEP 999 (remove_files) COMPLETE |
7180 | 2024-10-31T17:47:00.919Z | [ recovery-image] Oct 31 17:46:59.515 INFO O| Oct 31 17:46:59.514 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-10-31T17:47:00.927Z | [ recovery-image] Oct 31 17:46:59.524 INFO O| Oct 31 17:46:59.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7182 | 2024-10-31T17:47:00.927Z | [ recovery-image] Oct 31 17:46:59.524 INFO O| Oct 31 17:46:59.524 INFO STEP 1000 (remove_files) COMPLETE |
7183 | 2024-10-31T17:47:00.929Z | [ recovery-image] Oct 31 17:46:59.525 INFO O| Oct 31 17:46:59.524 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-10-31T17:47:00.937Z | [ recovery-image] Oct 31 17:46:59.534 INFO O| Oct 31 17:46:59.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7185 | 2024-10-31T17:47:00.940Z | [ recovery-image] Oct 31 17:46:59.534 INFO O| Oct 31 17:46:59.534 INFO STEP 1001 (remove_files) COMPLETE |
7186 | 2024-10-31T17:47:00.940Z | [ recovery-image] Oct 31 17:46:59.534 INFO O| Oct 31 17:46:59.534 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-10-31T17:47:00.946Z | [ recovery-image] Oct 31 17:46:59.544 INFO O| Oct 31 17:46:59.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7188 | 2024-10-31T17:47:00.951Z | [ recovery-image] Oct 31 17:46:59.544 INFO O| Oct 31 17:46:59.544 INFO STEP 1002 (remove_files) COMPLETE |
7189 | 2024-10-31T17:47:00.951Z | [ recovery-image] Oct 31 17:46:59.544 INFO O| Oct 31 17:46:59.544 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-10-31T17:47:00.956Z | [ recovery-image] Oct 31 17:46:59.553 INFO O| Oct 31 17:46:59.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7191 | 2024-10-31T17:47:00.956Z | [ recovery-image] Oct 31 17:46:59.553 INFO O| Oct 31 17:46:59.553 INFO STEP 1003 (remove_files) COMPLETE |
7192 | 2024-10-31T17:47:00.956Z | [ recovery-image] Oct 31 17:46:59.553 INFO O| Oct 31 17:46:59.553 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-10-31T17:47:00.968Z | [ recovery-image] Oct 31 17:46:59.565 INFO O| Oct 31 17:46:59.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7194 | 2024-10-31T17:47:00.968Z | [ recovery-image] Oct 31 17:46:59.565 INFO O| Oct 31 17:46:59.565 INFO STEP 1004 (remove_files) COMPLETE |
7195 | 2024-10-31T17:47:00.968Z | [ recovery-image] Oct 31 17:46:59.565 INFO O| Oct 31 17:46:59.565 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-10-31T17:47:00.981Z | [ recovery-image] Oct 31 17:46:59.579 INFO O| Oct 31 17:46:59.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7197 | 2024-10-31T17:47:00.982Z | [ recovery-image] Oct 31 17:46:59.579 INFO O| Oct 31 17:46:59.579 INFO STEP 1005 (remove_files) COMPLETE |
7198 | 2024-10-31T17:47:00.982Z | [ recovery-image] Oct 31 17:46:59.579 INFO O| Oct 31 17:46:59.579 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-10-31T17:47:00.992Z | [ recovery-image] Oct 31 17:46:59.589 INFO O| Oct 31 17:46:59.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7200 | 2024-10-31T17:47:00.992Z | [ recovery-image] Oct 31 17:46:59.589 INFO O| Oct 31 17:46:59.589 INFO STEP 1006 (remove_files) COMPLETE |
7201 | 2024-10-31T17:47:00.992Z | [ recovery-image] Oct 31 17:46:59.589 INFO O| Oct 31 17:46:59.589 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-10-31T17:47:01.002Z | [ recovery-image] Oct 31 17:46:59.599 INFO O| Oct 31 17:46:59.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7203 | 2024-10-31T17:47:01.002Z | [ recovery-image] Oct 31 17:46:59.599 INFO O| Oct 31 17:46:59.599 INFO STEP 1007 (remove_files) COMPLETE |
7204 | 2024-10-31T17:47:01.002Z | [ recovery-image] Oct 31 17:46:59.599 INFO O| Oct 31 17:46:59.599 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-10-31T17:47:01.012Z | [ recovery-image] Oct 31 17:46:59.610 INFO O| Oct 31 17:46:59.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7206 | 2024-10-31T17:47:01.015Z | [ recovery-image] Oct 31 17:46:59.610 INFO O| Oct 31 17:46:59.610 INFO STEP 1008 (remove_files) COMPLETE |
7207 | 2024-10-31T17:47:01.015Z | [ recovery-image] Oct 31 17:46:59.610 INFO O| Oct 31 17:46:59.610 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-10-31T17:47:01.025Z | [ recovery-image] Oct 31 17:46:59.622 INFO O| Oct 31 17:46:59.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7209 | 2024-10-31T17:47:01.025Z | [ recovery-image] Oct 31 17:46:59.622 INFO O| Oct 31 17:46:59.622 INFO STEP 1009 (remove_files) COMPLETE |
7210 | 2024-10-31T17:47:01.027Z | [ recovery-image] Oct 31 17:46:59.622 INFO O| Oct 31 17:46:59.622 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-10-31T17:47:01.037Z | [ recovery-image] Oct 31 17:46:59.634 INFO O| Oct 31 17:46:59.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7212 | 2024-10-31T17:47:01.040Z | [ recovery-image] Oct 31 17:46:59.634 INFO O| Oct 31 17:46:59.634 INFO STEP 1010 (remove_files) COMPLETE |
7213 | 2024-10-31T17:47:01.040Z | [ recovery-image] Oct 31 17:46:59.634 INFO O| Oct 31 17:46:59.634 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-10-31T17:47:01.049Z | [ recovery-image] Oct 31 17:46:59.646 INFO O| Oct 31 17:46:59.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7215 | 2024-10-31T17:47:01.049Z | [ recovery-image] Oct 31 17:46:59.646 INFO O| Oct 31 17:46:59.646 INFO STEP 1011 (remove_files) COMPLETE |
7216 | 2024-10-31T17:47:01.049Z | [ recovery-image] Oct 31 17:46:59.646 INFO O| Oct 31 17:46:59.646 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-10-31T17:47:01.061Z | [ recovery-image] Oct 31 17:46:59.659 INFO O| Oct 31 17:46:59.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7218 | 2024-10-31T17:47:01.061Z | [ recovery-image] Oct 31 17:46:59.659 INFO O| Oct 31 17:46:59.659 INFO STEP 1012 (remove_files) COMPLETE |
7219 | 2024-10-31T17:47:01.061Z | [ recovery-image] Oct 31 17:46:59.659 INFO O| Oct 31 17:46:59.659 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-10-31T17:47:01.074Z | [ recovery-image] Oct 31 17:46:59.671 INFO O| Oct 31 17:46:59.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7221 | 2024-10-31T17:47:01.074Z | [ recovery-image] Oct 31 17:46:59.671 INFO O| Oct 31 17:46:59.671 INFO STEP 1013 (remove_files) COMPLETE |
7222 | 2024-10-31T17:47:01.077Z | [ recovery-image] Oct 31 17:46:59.671 INFO O| Oct 31 17:46:59.671 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-10-31T17:47:01.085Z | [ recovery-image] Oct 31 17:46:59.682 INFO O| Oct 31 17:46:59.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7224 | 2024-10-31T17:47:01.085Z | [ recovery-image] Oct 31 17:46:59.682 INFO O| Oct 31 17:46:59.682 INFO STEP 1014 (remove_files) COMPLETE |
7225 | 2024-10-31T17:47:01.085Z | [ recovery-image] Oct 31 17:46:59.682 INFO O| Oct 31 17:46:59.682 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-10-31T17:47:01.095Z | [ recovery-image] Oct 31 17:46:59.692 INFO O| Oct 31 17:46:59.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7227 | 2024-10-31T17:47:01.098Z | [ recovery-image] Oct 31 17:46:59.692 INFO O| Oct 31 17:46:59.692 INFO STEP 1015 (remove_files) COMPLETE |
7228 | 2024-10-31T17:47:01.098Z | [ recovery-image] Oct 31 17:46:59.692 INFO O| Oct 31 17:46:59.692 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-10-31T17:47:01.104Z | [ recovery-image] Oct 31 17:46:59.702 INFO O| Oct 31 17:46:59.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7230 | 2024-10-31T17:47:01.108Z | [ recovery-image] Oct 31 17:46:59.702 INFO O| Oct 31 17:46:59.702 INFO STEP 1016 (remove_files) COMPLETE |
7231 | 2024-10-31T17:47:01.108Z | [ recovery-image] Oct 31 17:46:59.702 INFO O| Oct 31 17:46:59.702 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-10-31T17:47:01.114Z | [ recovery-image] Oct 31 17:46:59.712 INFO O| Oct 31 17:46:59.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7233 | 2024-10-31T17:47:01.116Z | [ recovery-image] Oct 31 17:46:59.712 INFO O| Oct 31 17:46:59.712 INFO STEP 1017 (remove_files) COMPLETE |
7234 | 2024-10-31T17:47:01.117Z | [ recovery-image] Oct 31 17:46:59.712 INFO O| Oct 31 17:46:59.712 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-10-31T17:47:01.124Z | [ recovery-image] Oct 31 17:46:59.721 INFO O| Oct 31 17:46:59.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7236 | 2024-10-31T17:47:01.127Z | [ recovery-image] Oct 31 17:46:59.722 INFO O| Oct 31 17:46:59.722 INFO STEP 1018 (remove_files) COMPLETE |
7237 | 2024-10-31T17:47:01.127Z | [ recovery-image] Oct 31 17:46:59.722 INFO O| Oct 31 17:46:59.722 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-10-31T17:47:01.134Z | [ recovery-image] Oct 31 17:46:59.731 INFO O| Oct 31 17:46:59.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7239 | 2024-10-31T17:47:01.136Z | [ recovery-image] Oct 31 17:46:59.731 INFO O| Oct 31 17:46:59.731 INFO STEP 1019 (remove_files) COMPLETE |
7240 | 2024-10-31T17:47:01.136Z | [ recovery-image] Oct 31 17:46:59.731 INFO O| Oct 31 17:46:59.731 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-10-31T17:47:01.143Z | [ recovery-image] Oct 31 17:46:59.740 INFO O| Oct 31 17:46:59.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7242 | 2024-10-31T17:47:01.145Z | [ recovery-image] Oct 31 17:46:59.741 INFO O| Oct 31 17:46:59.741 INFO STEP 1020 (remove_files) COMPLETE |
7243 | 2024-10-31T17:47:01.145Z | [ recovery-image] Oct 31 17:46:59.741 INFO O| Oct 31 17:46:59.741 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-10-31T17:47:01.153Z | [ recovery-image] Oct 31 17:46:59.750 INFO O| Oct 31 17:46:59.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7245 | 2024-10-31T17:47:01.153Z | [ recovery-image] Oct 31 17:46:59.750 INFO O| Oct 31 17:46:59.750 INFO STEP 1021 (remove_files) COMPLETE |
7246 | 2024-10-31T17:47:01.155Z | [ recovery-image] Oct 31 17:46:59.750 INFO O| Oct 31 17:46:59.750 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-10-31T17:47:01.162Z | [ recovery-image] Oct 31 17:46:59.760 INFO O| Oct 31 17:46:59.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7248 | 2024-10-31T17:47:01.162Z | [ recovery-image] Oct 31 17:46:59.760 INFO O| Oct 31 17:46:59.760 INFO STEP 1022 (remove_files) COMPLETE |
7249 | 2024-10-31T17:47:01.162Z | [ recovery-image] Oct 31 17:46:59.760 INFO O| Oct 31 17:46:59.760 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-10-31T17:47:01.172Z | [ recovery-image] Oct 31 17:46:59.769 INFO O| Oct 31 17:46:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7251 | 2024-10-31T17:47:01.172Z | [ recovery-image] Oct 31 17:46:59.769 INFO O| Oct 31 17:46:59.769 INFO STEP 1023 (remove_files) COMPLETE |
7252 | 2024-10-31T17:47:01.175Z | [ recovery-image] Oct 31 17:46:59.769 INFO O| Oct 31 17:46:59.769 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-10-31T17:47:01.181Z | [ recovery-image] Oct 31 17:46:59.779 INFO O| Oct 31 17:46:59.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7254 | 2024-10-31T17:47:01.184Z | [ recovery-image] Oct 31 17:46:59.780 INFO O| Oct 31 17:46:59.780 INFO STEP 1024 (remove_files) COMPLETE |
7255 | 2024-10-31T17:47:01.184Z | [ recovery-image] Oct 31 17:46:59.780 INFO O| Oct 31 17:46:59.780 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-10-31T17:47:01.192Z | [ recovery-image] Oct 31 17:46:59.789 INFO O| Oct 31 17:46:59.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7257 | 2024-10-31T17:47:01.194Z | [ recovery-image] Oct 31 17:46:59.789 INFO O| Oct 31 17:46:59.789 INFO STEP 1025 (remove_files) COMPLETE |
7258 | 2024-10-31T17:47:01.194Z | [ recovery-image] Oct 31 17:46:59.789 INFO O| Oct 31 17:46:59.789 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-10-31T17:47:01.201Z | [ recovery-image] Oct 31 17:46:59.799 INFO O| Oct 31 17:46:59.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7260 | 2024-10-31T17:47:01.204Z | [ recovery-image] Oct 31 17:46:59.799 INFO O| Oct 31 17:46:59.799 INFO STEP 1026 (remove_files) COMPLETE |
7261 | 2024-10-31T17:47:01.204Z | [ recovery-image] Oct 31 17:46:59.799 INFO O| Oct 31 17:46:59.799 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-10-31T17:47:01.211Z | [ recovery-image] Oct 31 17:46:59.809 INFO O| Oct 31 17:46:59.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7263 | 2024-10-31T17:47:01.215Z | [ recovery-image] Oct 31 17:46:59.809 INFO O| Oct 31 17:46:59.809 INFO STEP 1027 (remove_files) COMPLETE |
7264 | 2024-10-31T17:47:01.215Z | [ recovery-image] Oct 31 17:46:59.809 INFO O| Oct 31 17:46:59.809 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-10-31T17:47:01.221Z | [ recovery-image] Oct 31 17:46:59.818 INFO O| Oct 31 17:46:59.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7266 | 2024-10-31T17:47:01.223Z | [ recovery-image] Oct 31 17:46:59.818 INFO O| Oct 31 17:46:59.818 INFO STEP 1028 (remove_files) COMPLETE |
7267 | 2024-10-31T17:47:01.223Z | [ recovery-image] Oct 31 17:46:59.818 INFO O| Oct 31 17:46:59.818 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-10-31T17:47:01.231Z | [ recovery-image] Oct 31 17:46:59.828 INFO O| Oct 31 17:46:59.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7269 | 2024-10-31T17:47:01.231Z | [ recovery-image] Oct 31 17:46:59.828 INFO O| Oct 31 17:46:59.828 INFO STEP 1029 (remove_files) COMPLETE |
7270 | 2024-10-31T17:47:01.231Z | [ recovery-image] Oct 31 17:46:59.828 INFO O| Oct 31 17:46:59.828 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-10-31T17:47:01.241Z | [ recovery-image] Oct 31 17:46:59.838 INFO O| Oct 31 17:46:59.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7272 | 2024-10-31T17:47:01.241Z | [ recovery-image] Oct 31 17:46:59.838 INFO O| Oct 31 17:46:59.838 INFO STEP 1030 (remove_files) COMPLETE |
7273 | 2024-10-31T17:47:01.243Z | [ recovery-image] Oct 31 17:46:59.838 INFO O| Oct 31 17:46:59.838 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-10-31T17:47:01.251Z | [ recovery-image] Oct 31 17:46:59.848 INFO O| Oct 31 17:46:59.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7275 | 2024-10-31T17:47:01.251Z | [ recovery-image] Oct 31 17:46:59.848 INFO O| Oct 31 17:46:59.848 INFO STEP 1031 (remove_files) COMPLETE |
7276 | 2024-10-31T17:47:01.251Z | [ recovery-image] Oct 31 17:46:59.848 INFO O| Oct 31 17:46:59.848 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-10-31T17:47:01.260Z | [ recovery-image] Oct 31 17:46:59.858 INFO O| Oct 31 17:46:59.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7278 | 2024-10-31T17:47:01.260Z | [ recovery-image] Oct 31 17:46:59.858 INFO O| Oct 31 17:46:59.858 INFO STEP 1032 (remove_files) COMPLETE |
7279 | 2024-10-31T17:47:01.260Z | [ recovery-image] Oct 31 17:46:59.858 INFO O| Oct 31 17:46:59.858 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-10-31T17:47:01.270Z | [ recovery-image] Oct 31 17:46:59.867 INFO O| Oct 31 17:46:59.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7281 | 2024-10-31T17:47:01.272Z | [ recovery-image] Oct 31 17:46:59.867 INFO O| Oct 31 17:46:59.867 INFO STEP 1033 (remove_files) COMPLETE |
7282 | 2024-10-31T17:47:01.272Z | [ recovery-image] Oct 31 17:46:59.867 INFO O| Oct 31 17:46:59.867 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-10-31T17:47:01.279Z | [ recovery-image] Oct 31 17:46:59.877 INFO O| Oct 31 17:46:59.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7284 | 2024-10-31T17:47:01.282Z | [ recovery-image] Oct 31 17:46:59.877 INFO O| Oct 31 17:46:59.877 INFO STEP 1034 (remove_files) COMPLETE |
7285 | 2024-10-31T17:47:01.282Z | [ recovery-image] Oct 31 17:46:59.877 INFO O| Oct 31 17:46:59.877 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-10-31T17:47:01.289Z | [ recovery-image] Oct 31 17:46:59.886 INFO O| Oct 31 17:46:59.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7287 | 2024-10-31T17:47:01.289Z | [ recovery-image] Oct 31 17:46:59.886 INFO O| Oct 31 17:46:59.886 INFO STEP 1035 (remove_files) COMPLETE |
7288 | 2024-10-31T17:47:01.291Z | [ recovery-image] Oct 31 17:46:59.886 INFO O| Oct 31 17:46:59.886 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-10-31T17:47:01.298Z | [ recovery-image] Oct 31 17:46:59.896 INFO O| Oct 31 17:46:59.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7290 | 2024-10-31T17:47:01.301Z | [ recovery-image] Oct 31 17:46:59.896 INFO O| Oct 31 17:46:59.896 INFO STEP 1036 (remove_files) COMPLETE |
7291 | 2024-10-31T17:47:01.301Z | [ recovery-image] Oct 31 17:46:59.896 INFO O| Oct 31 17:46:59.896 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-10-31T17:47:01.308Z | [ recovery-image] Oct 31 17:46:59.905 INFO O| Oct 31 17:46:59.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7293 | 2024-10-31T17:47:01.308Z | [ recovery-image] Oct 31 17:46:59.905 INFO O| Oct 31 17:46:59.905 INFO STEP 1037 (remove_files) COMPLETE |
7294 | 2024-10-31T17:47:01.308Z | [ recovery-image] Oct 31 17:46:59.905 INFO O| Oct 31 17:46:59.905 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-10-31T17:47:01.319Z | [ recovery-image] Oct 31 17:46:59.916 INFO O| Oct 31 17:46:59.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7296 | 2024-10-31T17:47:01.319Z | [ recovery-image] Oct 31 17:46:59.916 INFO O| Oct 31 17:46:59.916 INFO STEP 1038 (remove_files) COMPLETE |
7297 | 2024-10-31T17:47:01.322Z | [ recovery-image] Oct 31 17:46:59.916 INFO O| Oct 31 17:46:59.916 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-10-31T17:47:01.329Z | [ recovery-image] Oct 31 17:46:59.927 INFO O| Oct 31 17:46:59.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7299 | 2024-10-31T17:47:01.329Z | [ recovery-image] Oct 31 17:46:59.927 INFO O| Oct 31 17:46:59.927 INFO STEP 1039 (remove_files) COMPLETE |
7300 | 2024-10-31T17:47:01.330Z | [ recovery-image] Oct 31 17:46:59.927 INFO O| Oct 31 17:46:59.927 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-10-31T17:47:01.340Z | [ recovery-image] Oct 31 17:46:59.937 INFO O| Oct 31 17:46:59.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7302 | 2024-10-31T17:47:01.340Z | [ recovery-image] Oct 31 17:46:59.937 INFO O| Oct 31 17:46:59.937 INFO STEP 1040 (remove_files) COMPLETE |
7303 | 2024-10-31T17:47:01.342Z | [ recovery-image] Oct 31 17:46:59.937 INFO O| Oct 31 17:46:59.937 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-10-31T17:47:01.350Z | [ recovery-image] Oct 31 17:46:59.948 INFO O| Oct 31 17:46:59.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7305 | 2024-10-31T17:47:01.350Z | [ recovery-image] Oct 31 17:46:59.948 INFO O| Oct 31 17:46:59.948 INFO STEP 1041 (remove_files) COMPLETE |
7306 | 2024-10-31T17:47:01.351Z | [ recovery-image] Oct 31 17:46:59.948 INFO O| Oct 31 17:46:59.948 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-10-31T17:47:01.361Z | [ recovery-image] Oct 31 17:46:59.958 INFO O| Oct 31 17:46:59.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7308 | 2024-10-31T17:47:01.361Z | [ recovery-image] Oct 31 17:46:59.959 INFO O| Oct 31 17:46:59.959 INFO STEP 1042 (remove_files) COMPLETE |
7309 | 2024-10-31T17:47:01.364Z | [ recovery-image] Oct 31 17:46:59.959 INFO O| Oct 31 17:46:59.959 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-10-31T17:47:01.372Z | [ recovery-image] Oct 31 17:46:59.969 INFO O| Oct 31 17:46:59.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7311 | 2024-10-31T17:47:01.372Z | [ recovery-image] Oct 31 17:46:59.969 INFO O| Oct 31 17:46:59.969 INFO STEP 1043 (remove_files) COMPLETE |
7312 | 2024-10-31T17:47:01.372Z | [ recovery-image] Oct 31 17:46:59.969 INFO O| Oct 31 17:46:59.969 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-10-31T17:47:01.383Z | [ recovery-image] Oct 31 17:46:59.980 INFO O| Oct 31 17:46:59.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7314 | 2024-10-31T17:47:01.383Z | [ recovery-image] Oct 31 17:46:59.980 INFO O| Oct 31 17:46:59.980 INFO STEP 1044 (remove_files) COMPLETE |
7315 | 2024-10-31T17:47:01.386Z | [ recovery-image] Oct 31 17:46:59.980 INFO O| Oct 31 17:46:59.980 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-10-31T17:47:01.395Z | [ recovery-image] Oct 31 17:46:59.992 INFO O| Oct 31 17:46:59.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7317 | 2024-10-31T17:47:01.395Z | [ recovery-image] Oct 31 17:46:59.992 INFO O| Oct 31 17:46:59.992 INFO STEP 1045 (remove_files) COMPLETE |
7318 | 2024-10-31T17:47:01.397Z | [ recovery-image] Oct 31 17:46:59.992 INFO O| Oct 31 17:46:59.992 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-10-31T17:47:01.406Z | [ recovery-image] Oct 31 17:47:00.003 INFO O| Oct 31 17:47:00.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7320 | 2024-10-31T17:47:01.406Z | [ recovery-image] Oct 31 17:47:00.003 INFO O| Oct 31 17:47:00.003 INFO STEP 1046 (remove_files) COMPLETE |
7321 | 2024-10-31T17:47:01.408Z | [ recovery-image] Oct 31 17:47:00.003 INFO O| Oct 31 17:47:00.003 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-10-31T17:47:01.416Z | [ recovery-image] Oct 31 17:47:00.013 INFO O| Oct 31 17:47:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7323 | 2024-10-31T17:47:01.416Z | [ recovery-image] Oct 31 17:47:00.013 INFO O| Oct 31 17:47:00.013 INFO STEP 1047 (remove_files) COMPLETE |
7324 | 2024-10-31T17:47:01.416Z | [ recovery-image] Oct 31 17:47:00.013 INFO O| Oct 31 17:47:00.013 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-10-31T17:47:01.426Z | [ recovery-image] Oct 31 17:47:00.023 INFO O| Oct 31 17:47:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7326 | 2024-10-31T17:47:01.426Z | [ recovery-image] Oct 31 17:47:00.023 INFO O| Oct 31 17:47:00.023 INFO STEP 1048 (remove_files) COMPLETE |
7327 | 2024-10-31T17:47:01.426Z | [ recovery-image] Oct 31 17:47:00.023 INFO O| Oct 31 17:47:00.023 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-10-31T17:47:01.435Z | [ recovery-image] Oct 31 17:47:00.033 INFO O| Oct 31 17:47:00.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7329 | 2024-10-31T17:47:01.435Z | [ recovery-image] Oct 31 17:47:00.033 INFO O| Oct 31 17:47:00.033 INFO STEP 1049 (remove_files) COMPLETE |
7330 | 2024-10-31T17:47:01.439Z | [ recovery-image] Oct 31 17:47:00.033 INFO O| Oct 31 17:47:00.033 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-10-31T17:47:01.445Z | [ recovery-image] Oct 31 17:47:00.042 INFO O| Oct 31 17:47:00.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7332 | 2024-10-31T17:47:01.445Z | [ recovery-image] Oct 31 17:47:00.042 INFO O| Oct 31 17:47:00.042 INFO STEP 1050 (remove_files) COMPLETE |
7333 | 2024-10-31T17:47:01.447Z | [ recovery-image] Oct 31 17:47:00.042 INFO O| Oct 31 17:47:00.042 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-10-31T17:47:01.455Z | [ recovery-image] Oct 31 17:47:00.052 INFO O| Oct 31 17:47:00.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7335 | 2024-10-31T17:47:01.455Z | [ recovery-image] Oct 31 17:47:00.052 INFO O| Oct 31 17:47:00.052 INFO STEP 1051 (remove_files) COMPLETE |
7336 | 2024-10-31T17:47:01.457Z | [ recovery-image] Oct 31 17:47:00.052 INFO O| Oct 31 17:47:00.052 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-10-31T17:47:01.464Z | [ recovery-image] Oct 31 17:47:00.062 INFO O| Oct 31 17:47:00.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7338 | 2024-10-31T17:47:01.467Z | [ recovery-image] Oct 31 17:47:00.062 INFO O| Oct 31 17:47:00.062 INFO STEP 1052 (remove_files) COMPLETE |
7339 | 2024-10-31T17:47:01.467Z | [ recovery-image] Oct 31 17:47:00.062 INFO O| Oct 31 17:47:00.062 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-10-31T17:47:01.474Z | [ recovery-image] Oct 31 17:47:00.071 INFO O| Oct 31 17:47:00.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7341 | 2024-10-31T17:47:01.474Z | [ recovery-image] Oct 31 17:47:00.071 INFO O| Oct 31 17:47:00.071 INFO STEP 1053 (remove_files) COMPLETE |
7342 | 2024-10-31T17:47:01.474Z | [ recovery-image] Oct 31 17:47:00.071 INFO O| Oct 31 17:47:00.071 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-10-31T17:47:01.483Z | [ recovery-image] Oct 31 17:47:00.081 INFO O| Oct 31 17:47:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7344 | 2024-10-31T17:47:01.483Z | [ recovery-image] Oct 31 17:47:00.081 INFO O| Oct 31 17:47:00.081 INFO STEP 1054 (remove_files) COMPLETE |
7345 | 2024-10-31T17:47:01.483Z | [ recovery-image] Oct 31 17:47:00.081 INFO O| Oct 31 17:47:00.081 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-10-31T17:47:01.493Z | [ recovery-image] Oct 31 17:47:00.090 INFO O| Oct 31 17:47:00.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7347 | 2024-10-31T17:47:01.493Z | [ recovery-image] Oct 31 17:47:00.090 INFO O| Oct 31 17:47:00.090 INFO STEP 1055 (remove_files) COMPLETE |
7348 | 2024-10-31T17:47:01.496Z | [ recovery-image] Oct 31 17:47:00.090 INFO O| Oct 31 17:47:00.090 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-10-31T17:47:01.503Z | [ recovery-image] Oct 31 17:47:00.100 INFO O| Oct 31 17:47:00.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7350 | 2024-10-31T17:47:01.503Z | [ recovery-image] Oct 31 17:47:00.100 INFO O| Oct 31 17:47:00.100 INFO STEP 1056 (remove_files) COMPLETE |
7351 | 2024-10-31T17:47:01.506Z | [ recovery-image] Oct 31 17:47:00.100 INFO O| Oct 31 17:47:00.100 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-10-31T17:47:01.512Z | [ recovery-image] Oct 31 17:47:00.109 INFO O| Oct 31 17:47:00.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7353 | 2024-10-31T17:47:01.512Z | [ recovery-image] Oct 31 17:47:00.109 INFO O| Oct 31 17:47:00.109 INFO STEP 1057 (remove_files) COMPLETE |
7354 | 2024-10-31T17:47:01.514Z | [ recovery-image] Oct 31 17:47:00.109 INFO O| Oct 31 17:47:00.109 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-10-31T17:47:01.521Z | [ recovery-image] Oct 31 17:47:00.119 INFO O| Oct 31 17:47:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7356 | 2024-10-31T17:47:01.521Z | [ recovery-image] Oct 31 17:47:00.119 INFO O| Oct 31 17:47:00.119 INFO STEP 1058 (remove_files) COMPLETE |
7357 | 2024-10-31T17:47:01.521Z | [ recovery-image] Oct 31 17:47:00.119 INFO O| Oct 31 17:47:00.119 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-10-31T17:47:01.531Z | [ recovery-image] Oct 31 17:47:00.128 INFO O| Oct 31 17:47:00.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7359 | 2024-10-31T17:47:01.531Z | [ recovery-image] Oct 31 17:47:00.128 INFO O| Oct 31 17:47:00.128 INFO STEP 1059 (remove_files) COMPLETE |
7360 | 2024-10-31T17:47:01.531Z | [ recovery-image] Oct 31 17:47:00.128 INFO O| Oct 31 17:47:00.128 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-10-31T17:47:01.540Z | [ recovery-image] Oct 31 17:47:00.137 INFO O| Oct 31 17:47:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7362 | 2024-10-31T17:47:01.543Z | [ recovery-image] Oct 31 17:47:00.138 INFO O| Oct 31 17:47:00.138 INFO STEP 1060 (remove_files) COMPLETE |
7363 | 2024-10-31T17:47:01.543Z | [ recovery-image] Oct 31 17:47:00.138 INFO O| Oct 31 17:47:00.138 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-10-31T17:47:01.550Z | [ recovery-image] Oct 31 17:47:00.147 INFO O| Oct 31 17:47:00.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7365 | 2024-10-31T17:47:01.552Z | [ recovery-image] Oct 31 17:47:00.147 INFO O| Oct 31 17:47:00.147 INFO STEP 1061 (remove_files) COMPLETE |
7366 | 2024-10-31T17:47:01.552Z | [ recovery-image] Oct 31 17:47:00.147 INFO O| Oct 31 17:47:00.147 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-10-31T17:47:01.559Z | [ recovery-image] Oct 31 17:47:00.156 INFO O| Oct 31 17:47:00.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7368 | 2024-10-31T17:47:01.562Z | [ recovery-image] Oct 31 17:47:00.156 INFO O| Oct 31 17:47:00.156 INFO STEP 1062 (remove_files) COMPLETE |
7369 | 2024-10-31T17:47:01.562Z | [ recovery-image] Oct 31 17:47:00.156 INFO O| Oct 31 17:47:00.156 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-10-31T17:47:01.568Z | [ recovery-image] Oct 31 17:47:00.166 INFO O| Oct 31 17:47:00.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7371 | 2024-10-31T17:47:01.568Z | [ recovery-image] Oct 31 17:47:00.166 INFO O| Oct 31 17:47:00.166 INFO STEP 1063 (remove_files) COMPLETE |
7372 | 2024-10-31T17:47:01.568Z | [ recovery-image] Oct 31 17:47:00.166 INFO O| Oct 31 17:47:00.166 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-10-31T17:47:01.578Z | [ recovery-image] Oct 31 17:47:00.175 INFO O| Oct 31 17:47:00.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7374 | 2024-10-31T17:47:01.578Z | [ recovery-image] Oct 31 17:47:00.175 INFO O| Oct 31 17:47:00.175 INFO STEP 1064 (remove_files) COMPLETE |
7375 | 2024-10-31T17:47:01.580Z | [ recovery-image] Oct 31 17:47:00.175 INFO O| Oct 31 17:47:00.175 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-10-31T17:47:01.587Z | [ recovery-image] Oct 31 17:47:00.185 INFO O| Oct 31 17:47:00.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7377 | 2024-10-31T17:47:01.590Z | [ recovery-image] Oct 31 17:47:00.185 INFO O| Oct 31 17:47:00.185 INFO STEP 1065 (remove_files) COMPLETE |
7378 | 2024-10-31T17:47:01.590Z | [ recovery-image] Oct 31 17:47:00.185 INFO O| Oct 31 17:47:00.185 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-10-31T17:47:01.597Z | [ recovery-image] Oct 31 17:47:00.194 INFO O| Oct 31 17:47:00.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7380 | 2024-10-31T17:47:01.600Z | [ recovery-image] Oct 31 17:47:00.194 INFO O| Oct 31 17:47:00.194 INFO STEP 1066 (remove_files) COMPLETE |
7381 | 2024-10-31T17:47:01.600Z | [ recovery-image] Oct 31 17:47:00.195 INFO O| Oct 31 17:47:00.194 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-10-31T17:47:01.607Z | [ recovery-image] Oct 31 17:47:00.204 INFO O| Oct 31 17:47:00.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7383 | 2024-10-31T17:47:01.609Z | [ recovery-image] Oct 31 17:47:00.204 INFO O| Oct 31 17:47:00.204 INFO STEP 1067 (remove_files) COMPLETE |
7384 | 2024-10-31T17:47:01.609Z | [ recovery-image] Oct 31 17:47:00.204 INFO O| Oct 31 17:47:00.204 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-10-31T17:47:01.617Z | [ recovery-image] Oct 31 17:47:00.214 INFO O| Oct 31 17:47:00.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7386 | 2024-10-31T17:47:01.617Z | [ recovery-image] Oct 31 17:47:00.214 INFO O| Oct 31 17:47:00.214 INFO STEP 1068 (remove_files) COMPLETE |
7387 | 2024-10-31T17:47:01.619Z | [ recovery-image] Oct 31 17:47:00.214 INFO O| Oct 31 17:47:00.214 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-10-31T17:47:01.626Z | [ recovery-image] Oct 31 17:47:00.223 INFO O| Oct 31 17:47:00.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7389 | 2024-10-31T17:47:01.629Z | [ recovery-image] Oct 31 17:47:00.225 INFO O| Oct 31 17:47:00.225 INFO STEP 1069 (remove_files) COMPLETE |
7390 | 2024-10-31T17:47:01.629Z | [ recovery-image] Oct 31 17:47:00.225 INFO O| Oct 31 17:47:00.225 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-10-31T17:47:01.637Z | [ recovery-image] Oct 31 17:47:00.234 INFO O| Oct 31 17:47:00.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7392 | 2024-10-31T17:47:01.639Z | [ recovery-image] Oct 31 17:47:00.234 INFO O| Oct 31 17:47:00.234 INFO STEP 1070 (remove_files) COMPLETE |
7393 | 2024-10-31T17:47:01.639Z | [ recovery-image] Oct 31 17:47:00.234 INFO O| Oct 31 17:47:00.234 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-10-31T17:47:01.647Z | [ recovery-image] Oct 31 17:47:00.244 INFO O| Oct 31 17:47:00.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7395 | 2024-10-31T17:47:01.647Z | [ recovery-image] Oct 31 17:47:00.244 INFO O| Oct 31 17:47:00.244 INFO STEP 1071 (remove_files) COMPLETE |
7396 | 2024-10-31T17:47:01.649Z | [ recovery-image] Oct 31 17:47:00.244 INFO O| Oct 31 17:47:00.244 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-10-31T17:47:01.656Z | [ recovery-image] Oct 31 17:47:00.253 INFO O| Oct 31 17:47:00.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7398 | 2024-10-31T17:47:01.658Z | [ recovery-image] Oct 31 17:47:00.253 INFO O| Oct 31 17:47:00.253 INFO STEP 1072 (remove_files) COMPLETE |
7399 | 2024-10-31T17:47:01.658Z | [ recovery-image] Oct 31 17:47:00.253 INFO O| Oct 31 17:47:00.253 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-10-31T17:47:01.665Z | [ recovery-image] Oct 31 17:47:00.263 INFO O| Oct 31 17:47:00.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7401 | 2024-10-31T17:47:01.665Z | [ recovery-image] Oct 31 17:47:00.263 INFO O| Oct 31 17:47:00.263 INFO STEP 1073 (remove_files) COMPLETE |
7402 | 2024-10-31T17:47:01.668Z | [ recovery-image] Oct 31 17:47:00.263 INFO O| Oct 31 17:47:00.263 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-10-31T17:47:01.675Z | [ recovery-image] Oct 31 17:47:00.272 INFO O| Oct 31 17:47:00.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7404 | 2024-10-31T17:47:01.677Z | [ recovery-image] Oct 31 17:47:00.272 INFO O| Oct 31 17:47:00.272 INFO STEP 1074 (remove_files) COMPLETE |
7405 | 2024-10-31T17:47:01.677Z | [ recovery-image] Oct 31 17:47:00.272 INFO O| Oct 31 17:47:00.272 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-10-31T17:47:01.684Z | [ recovery-image] Oct 31 17:47:00.282 INFO O| Oct 31 17:47:00.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7407 | 2024-10-31T17:47:01.685Z | [ recovery-image] Oct 31 17:47:00.282 INFO O| Oct 31 17:47:00.282 INFO STEP 1075 (remove_files) COMPLETE |
7408 | 2024-10-31T17:47:01.687Z | [ recovery-image] Oct 31 17:47:00.282 INFO O| Oct 31 17:47:00.282 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-10-31T17:47:01.694Z | [ recovery-image] Oct 31 17:47:00.291 INFO O| Oct 31 17:47:00.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7410 | 2024-10-31T17:47:01.694Z | [ recovery-image] Oct 31 17:47:00.291 INFO O| Oct 31 17:47:00.291 INFO STEP 1076 (remove_files) COMPLETE |
7411 | 2024-10-31T17:47:01.697Z | [ recovery-image] Oct 31 17:47:00.291 INFO O| Oct 31 17:47:00.291 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-10-31T17:47:01.703Z | [ recovery-image] Oct 31 17:47:00.301 INFO O| Oct 31 17:47:00.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7413 | 2024-10-31T17:47:01.706Z | [ recovery-image] Oct 31 17:47:00.301 INFO O| Oct 31 17:47:00.301 INFO STEP 1077 (remove_files) COMPLETE |
7414 | 2024-10-31T17:47:01.706Z | [ recovery-image] Oct 31 17:47:00.301 INFO O| Oct 31 17:47:00.301 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-10-31T17:47:01.713Z | [ recovery-image] Oct 31 17:47:00.310 INFO O| Oct 31 17:47:00.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7416 | 2024-10-31T17:47:01.716Z | [ recovery-image] Oct 31 17:47:00.310 INFO O| Oct 31 17:47:00.310 INFO STEP 1078 (remove_files) COMPLETE |
7417 | 2024-10-31T17:47:01.716Z | [ recovery-image] Oct 31 17:47:00.310 INFO O| Oct 31 17:47:00.310 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-10-31T17:47:01.723Z | [ recovery-image] Oct 31 17:47:00.320 INFO O| Oct 31 17:47:00.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7419 | 2024-10-31T17:47:01.723Z | [ recovery-image] Oct 31 17:47:00.320 INFO O| Oct 31 17:47:00.320 INFO STEP 1079 (remove_files) COMPLETE |
7420 | 2024-10-31T17:47:01.723Z | [ recovery-image] Oct 31 17:47:00.320 INFO O| Oct 31 17:47:00.320 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-10-31T17:47:01.732Z | [ recovery-image] Oct 31 17:47:00.329 INFO O| Oct 31 17:47:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7422 | 2024-10-31T17:47:01.732Z | [ recovery-image] Oct 31 17:47:00.329 INFO O| Oct 31 17:47:00.329 INFO STEP 1080 (remove_files) COMPLETE |
7423 | 2024-10-31T17:47:01.732Z | [ recovery-image] Oct 31 17:47:00.329 INFO O| Oct 31 17:47:00.329 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-10-31T17:47:01.744Z | [ recovery-image] Oct 31 17:47:00.341 INFO O| Oct 31 17:47:00.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7425 | 2024-10-31T17:47:01.744Z | [ recovery-image] Oct 31 17:47:00.341 INFO O| Oct 31 17:47:00.341 INFO STEP 1081 (remove_files) COMPLETE |
7426 | 2024-10-31T17:47:01.744Z | [ recovery-image] Oct 31 17:47:00.341 INFO O| Oct 31 17:47:00.341 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-10-31T17:47:01.760Z | [ recovery-image] Oct 31 17:47:00.351 INFO O| Oct 31 17:47:00.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7428 | 2024-10-31T17:47:01.760Z | [ recovery-image] Oct 31 17:47:00.351 INFO O| Oct 31 17:47:00.351 INFO STEP 1082 (remove_files) COMPLETE |
7429 | 2024-10-31T17:47:01.763Z | [ recovery-image] Oct 31 17:47:00.351 INFO O| Oct 31 17:47:00.351 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-10-31T17:47:01.765Z | [ recovery-image] Oct 31 17:47:00.361 INFO O| Oct 31 17:47:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7431 | 2024-10-31T17:47:01.765Z | [ recovery-image] Oct 31 17:47:00.361 INFO O| Oct 31 17:47:00.361 INFO STEP 1083 (remove_files) COMPLETE |
7432 | 2024-10-31T17:47:01.765Z | [ recovery-image] Oct 31 17:47:00.361 INFO O| Oct 31 17:47:00.361 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-10-31T17:47:01.774Z | [ recovery-image] Oct 31 17:47:00.371 INFO O| Oct 31 17:47:00.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7434 | 2024-10-31T17:47:01.774Z | [ recovery-image] Oct 31 17:47:00.371 INFO O| Oct 31 17:47:00.371 INFO STEP 1084 (remove_files) COMPLETE |
7435 | 2024-10-31T17:47:01.774Z | [ recovery-image] Oct 31 17:47:00.371 INFO O| Oct 31 17:47:00.371 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-10-31T17:47:01.784Z | [ recovery-image] Oct 31 17:47:00.382 INFO O| Oct 31 17:47:00.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7437 | 2024-10-31T17:47:01.785Z | [ recovery-image] Oct 31 17:47:00.382 INFO O| Oct 31 17:47:00.382 INFO STEP 1085 (remove_files) COMPLETE |
7438 | 2024-10-31T17:47:01.785Z | [ recovery-image] Oct 31 17:47:00.382 INFO O| Oct 31 17:47:00.382 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-10-31T17:47:01.795Z | [ recovery-image] Oct 31 17:47:00.392 INFO O| Oct 31 17:47:00.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7440 | 2024-10-31T17:47:01.795Z | [ recovery-image] Oct 31 17:47:00.392 INFO O| Oct 31 17:47:00.392 INFO STEP 1086 (remove_files) COMPLETE |
7441 | 2024-10-31T17:47:01.797Z | [ recovery-image] Oct 31 17:47:00.392 INFO O| Oct 31 17:47:00.392 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-10-31T17:47:01.805Z | [ recovery-image] Oct 31 17:47:00.403 INFO O| Oct 31 17:47:00.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7443 | 2024-10-31T17:47:01.806Z | [ recovery-image] Oct 31 17:47:00.403 INFO O| Oct 31 17:47:00.403 INFO STEP 1087 (remove_files) COMPLETE |
7444 | 2024-10-31T17:47:01.806Z | [ recovery-image] Oct 31 17:47:00.403 INFO O| Oct 31 17:47:00.403 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-10-31T17:47:01.817Z | [ recovery-image] Oct 31 17:47:00.414 INFO O| Oct 31 17:47:00.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7446 | 2024-10-31T17:47:01.817Z | [ recovery-image] Oct 31 17:47:00.414 INFO O| Oct 31 17:47:00.414 INFO STEP 1088 (remove_files) COMPLETE |
7447 | 2024-10-31T17:47:01.817Z | [ recovery-image] Oct 31 17:47:00.414 INFO O| Oct 31 17:47:00.414 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-10-31T17:47:01.829Z | [ recovery-image] Oct 31 17:47:00.426 INFO O| Oct 31 17:47:00.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7449 | 2024-10-31T17:47:01.829Z | [ recovery-image] Oct 31 17:47:00.426 INFO O| Oct 31 17:47:00.426 INFO STEP 1089 (remove_files) COMPLETE |
7450 | 2024-10-31T17:47:01.829Z | [ recovery-image] Oct 31 17:47:00.426 INFO O| Oct 31 17:47:00.426 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-10-31T17:47:01.840Z | [ recovery-image] Oct 31 17:47:00.438 INFO O| Oct 31 17:47:00.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7452 | 2024-10-31T17:47:01.840Z | [ recovery-image] Oct 31 17:47:00.438 INFO O| Oct 31 17:47:00.438 INFO STEP 1090 (remove_files) COMPLETE |
7453 | 2024-10-31T17:47:01.840Z | [ recovery-image] Oct 31 17:47:00.438 INFO O| Oct 31 17:47:00.438 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-10-31T17:47:01.851Z | [ recovery-image] Oct 31 17:47:00.449 INFO O| Oct 31 17:47:00.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7455 | 2024-10-31T17:47:01.851Z | [ recovery-image] Oct 31 17:47:00.449 INFO O| Oct 31 17:47:00.449 INFO STEP 1091 (remove_files) COMPLETE |
7456 | 2024-10-31T17:47:01.852Z | [ recovery-image] Oct 31 17:47:00.449 INFO O| Oct 31 17:47:00.449 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-10-31T17:47:01.862Z | [ recovery-image] Oct 31 17:47:00.459 INFO O| Oct 31 17:47:00.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7458 | 2024-10-31T17:47:01.862Z | [ recovery-image] Oct 31 17:47:00.459 INFO O| Oct 31 17:47:00.459 INFO STEP 1092 (remove_files) COMPLETE |
7459 | 2024-10-31T17:47:01.865Z | [ recovery-image] Oct 31 17:47:00.459 INFO O| Oct 31 17:47:00.459 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-10-31T17:47:01.872Z | [ recovery-image] Oct 31 17:47:00.469 INFO O| Oct 31 17:47:00.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7461 | 2024-10-31T17:47:01.872Z | [ recovery-image] Oct 31 17:47:00.469 INFO O| Oct 31 17:47:00.469 INFO STEP 1093 (remove_files) COMPLETE |
7462 | 2024-10-31T17:47:01.874Z | [ recovery-image] Oct 31 17:47:00.469 INFO O| Oct 31 17:47:00.469 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-10-31T17:47:01.882Z | [ recovery-image] Oct 31 17:47:00.479 INFO O| Oct 31 17:47:00.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7464 | 2024-10-31T17:47:01.882Z | [ recovery-image] Oct 31 17:47:00.479 INFO O| Oct 31 17:47:00.479 INFO STEP 1094 (remove_files) COMPLETE |
7465 | 2024-10-31T17:47:01.884Z | [ recovery-image] Oct 31 17:47:00.479 INFO O| Oct 31 17:47:00.479 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-10-31T17:47:01.892Z | [ recovery-image] Oct 31 17:47:00.489 INFO O| Oct 31 17:47:00.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7467 | 2024-10-31T17:47:01.892Z | [ recovery-image] Oct 31 17:47:00.489 INFO O| Oct 31 17:47:00.489 INFO STEP 1095 (remove_files) COMPLETE |
7468 | 2024-10-31T17:47:01.892Z | [ recovery-image] Oct 31 17:47:00.489 INFO O| Oct 31 17:47:00.489 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-10-31T17:47:01.902Z | [ recovery-image] Oct 31 17:47:00.499 INFO O| Oct 31 17:47:00.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7470 | 2024-10-31T17:47:01.902Z | [ recovery-image] Oct 31 17:47:00.499 INFO O| Oct 31 17:47:00.499 INFO STEP 1096 (remove_files) COMPLETE |
7471 | 2024-10-31T17:47:01.902Z | [ recovery-image] Oct 31 17:47:00.499 INFO O| Oct 31 17:47:00.499 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-10-31T17:47:01.912Z | [ recovery-image] Oct 31 17:47:00.509 INFO O| Oct 31 17:47:00.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7473 | 2024-10-31T17:47:01.912Z | [ recovery-image] Oct 31 17:47:00.509 INFO O| Oct 31 17:47:00.509 INFO STEP 1097 (remove_files) COMPLETE |
7474 | 2024-10-31T17:47:01.912Z | [ recovery-image] Oct 31 17:47:00.509 INFO O| Oct 31 17:47:00.509 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-10-31T17:47:01.921Z | [ recovery-image] Oct 31 17:47:00.519 INFO O| Oct 31 17:47:00.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7476 | 2024-10-31T17:47:01.921Z | [ recovery-image] Oct 31 17:47:00.519 INFO O| Oct 31 17:47:00.519 INFO STEP 1098 (remove_files) COMPLETE |
7477 | 2024-10-31T17:47:01.924Z | [ recovery-image] Oct 31 17:47:00.519 INFO O| Oct 31 17:47:00.519 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-10-31T17:47:01.931Z | [ recovery-image] Oct 31 17:47:00.528 INFO O| Oct 31 17:47:00.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7479 | 2024-10-31T17:47:01.931Z | [ recovery-image] Oct 31 17:47:00.528 INFO O| Oct 31 17:47:00.528 INFO STEP 1099 (remove_files) COMPLETE |
7480 | 2024-10-31T17:47:01.933Z | [ recovery-image] Oct 31 17:47:00.528 INFO O| Oct 31 17:47:00.528 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-10-31T17:47:01.940Z | [ recovery-image] Oct 31 17:47:00.538 INFO O| Oct 31 17:47:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7482 | 2024-10-31T17:47:01.940Z | [ recovery-image] Oct 31 17:47:00.538 INFO O| Oct 31 17:47:00.538 INFO STEP 1100 (remove_files) COMPLETE |
7483 | 2024-10-31T17:47:01.943Z | [ recovery-image] Oct 31 17:47:00.538 INFO O| Oct 31 17:47:00.538 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-10-31T17:47:01.950Z | [ recovery-image] Oct 31 17:47:00.548 INFO O| Oct 31 17:47:00.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7485 | 2024-10-31T17:47:01.953Z | [ recovery-image] Oct 31 17:47:00.548 INFO O| Oct 31 17:47:00.548 INFO STEP 1101 (remove_files) COMPLETE |
7486 | 2024-10-31T17:47:01.953Z | [ recovery-image] Oct 31 17:47:00.548 INFO O| Oct 31 17:47:00.548 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-10-31T17:47:01.960Z | [ recovery-image] Oct 31 17:47:00.557 INFO O| Oct 31 17:47:00.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7488 | 2024-10-31T17:47:01.960Z | [ recovery-image] Oct 31 17:47:00.557 INFO O| Oct 31 17:47:00.557 INFO STEP 1102 (remove_files) COMPLETE |
7489 | 2024-10-31T17:47:01.960Z | [ recovery-image] Oct 31 17:47:00.557 INFO O| Oct 31 17:47:00.557 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-10-31T17:47:01.969Z | [ recovery-image] Oct 31 17:47:00.567 INFO O| Oct 31 17:47:00.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7491 | 2024-10-31T17:47:01.969Z | [ recovery-image] Oct 31 17:47:00.567 INFO O| Oct 31 17:47:00.567 INFO STEP 1103 (remove_files) COMPLETE |
7492 | 2024-10-31T17:47:01.972Z | [ recovery-image] Oct 31 17:47:00.567 INFO O| Oct 31 17:47:00.567 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-10-31T17:47:01.979Z | [ recovery-image] Oct 31 17:47:00.576 INFO O| Oct 31 17:47:00.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7494 | 2024-10-31T17:47:01.979Z | [ recovery-image] Oct 31 17:47:00.576 INFO O| Oct 31 17:47:00.576 INFO STEP 1104 (remove_files) COMPLETE |
7495 | 2024-10-31T17:47:01.979Z | [ recovery-image] Oct 31 17:47:00.576 INFO O| Oct 31 17:47:00.576 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-10-31T17:47:01.988Z | [ recovery-image] Oct 31 17:47:00.586 INFO O| Oct 31 17:47:00.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7497 | 2024-10-31T17:47:01.989Z | [ recovery-image] Oct 31 17:47:00.586 INFO O| Oct 31 17:47:00.586 INFO STEP 1105 (remove_files) COMPLETE |
7498 | 2024-10-31T17:47:01.989Z | [ recovery-image] Oct 31 17:47:00.586 INFO O| Oct 31 17:47:00.586 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-10-31T17:47:01.998Z | [ recovery-image] Oct 31 17:47:00.595 INFO O| Oct 31 17:47:00.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7500 | 2024-10-31T17:47:01.998Z | [ recovery-image] Oct 31 17:47:00.595 INFO O| Oct 31 17:47:00.595 INFO STEP 1106 (remove_files) COMPLETE |
7501 | 2024-10-31T17:47:01.998Z | [ recovery-image] Oct 31 17:47:00.595 INFO O| Oct 31 17:47:00.595 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-10-31T17:47:02.008Z | [ recovery-image] Oct 31 17:47:00.605 INFO O| Oct 31 17:47:00.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7503 | 2024-10-31T17:47:02.008Z | [ recovery-image] Oct 31 17:47:00.605 INFO O| Oct 31 17:47:00.605 INFO STEP 1107 (remove_files) COMPLETE |
7504 | 2024-10-31T17:47:02.010Z | [ recovery-image] Oct 31 17:47:00.605 INFO O| Oct 31 17:47:00.605 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-10-31T17:47:02.017Z | [ recovery-image] Oct 31 17:47:00.615 INFO O| Oct 31 17:47:00.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7506 | 2024-10-31T17:47:02.023Z | [ recovery-image] Oct 31 17:47:00.615 INFO O| Oct 31 17:47:00.615 INFO STEP 1108 (remove_files) COMPLETE |
7507 | 2024-10-31T17:47:02.023Z | [ recovery-image] Oct 31 17:47:00.615 INFO O| Oct 31 17:47:00.615 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-10-31T17:47:02.031Z | [ recovery-image] Oct 31 17:47:00.624 INFO O| Oct 31 17:47:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7509 | 2024-10-31T17:47:02.031Z | [ recovery-image] Oct 31 17:47:00.624 INFO O| Oct 31 17:47:00.624 INFO STEP 1109 (remove_files) COMPLETE |
7510 | 2024-10-31T17:47:02.031Z | [ recovery-image] Oct 31 17:47:00.624 INFO O| Oct 31 17:47:00.624 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-10-31T17:47:02.036Z | [ recovery-image] Oct 31 17:47:00.634 INFO O| Oct 31 17:47:00.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7512 | 2024-10-31T17:47:02.036Z | [ recovery-image] Oct 31 17:47:00.634 INFO O| Oct 31 17:47:00.634 INFO STEP 1110 (remove_files) COMPLETE |
7513 | 2024-10-31T17:47:02.036Z | [ recovery-image] Oct 31 17:47:00.634 INFO O| Oct 31 17:47:00.634 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-10-31T17:47:02.046Z | [ recovery-image] Oct 31 17:47:00.643 INFO O| Oct 31 17:47:00.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7515 | 2024-10-31T17:47:02.046Z | [ recovery-image] Oct 31 17:47:00.643 INFO O| Oct 31 17:47:00.643 INFO STEP 1111 (remove_files) COMPLETE |
7516 | 2024-10-31T17:47:02.049Z | [ recovery-image] Oct 31 17:47:00.643 INFO O| Oct 31 17:47:00.643 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-10-31T17:47:02.056Z | [ recovery-image] Oct 31 17:47:00.653 INFO O| Oct 31 17:47:00.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7518 | 2024-10-31T17:47:02.056Z | [ recovery-image] Oct 31 17:47:00.653 INFO O| Oct 31 17:47:00.653 INFO STEP 1112 (remove_files) COMPLETE |
7519 | 2024-10-31T17:47:02.058Z | [ recovery-image] Oct 31 17:47:00.653 INFO O| Oct 31 17:47:00.653 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-10-31T17:47:02.065Z | [ recovery-image] Oct 31 17:47:00.662 INFO O| Oct 31 17:47:00.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7521 | 2024-10-31T17:47:02.068Z | [ recovery-image] Oct 31 17:47:00.663 INFO O| Oct 31 17:47:00.662 INFO STEP 1113 (remove_files) COMPLETE |
7522 | 2024-10-31T17:47:02.068Z | [ recovery-image] Oct 31 17:47:00.663 INFO O| Oct 31 17:47:00.663 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-10-31T17:47:02.075Z | [ recovery-image] Oct 31 17:47:00.672 INFO O| Oct 31 17:47:00.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7524 | 2024-10-31T17:47:02.077Z | [ recovery-image] Oct 31 17:47:00.672 INFO O| Oct 31 17:47:00.672 INFO STEP 1114 (remove_files) COMPLETE |
7525 | 2024-10-31T17:47:02.077Z | [ recovery-image] Oct 31 17:47:00.672 INFO O| Oct 31 17:47:00.672 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-10-31T17:47:02.084Z | [ recovery-image] Oct 31 17:47:00.681 INFO O| Oct 31 17:47:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7527 | 2024-10-31T17:47:02.087Z | [ recovery-image] Oct 31 17:47:00.682 INFO O| Oct 31 17:47:00.682 INFO STEP 1115 (remove_files) COMPLETE |
7528 | 2024-10-31T17:47:02.087Z | [ recovery-image] Oct 31 17:47:00.682 INFO O| Oct 31 17:47:00.682 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-10-31T17:47:02.094Z | [ recovery-image] Oct 31 17:47:00.691 INFO O| Oct 31 17:47:00.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7530 | 2024-10-31T17:47:02.094Z | [ recovery-image] Oct 31 17:47:00.691 INFO O| Oct 31 17:47:00.691 INFO STEP 1116 (remove_files) COMPLETE |
7531 | 2024-10-31T17:47:02.094Z | [ recovery-image] Oct 31 17:47:00.691 INFO O| Oct 31 17:47:00.691 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-10-31T17:47:02.103Z | [ recovery-image] Oct 31 17:47:00.701 INFO O| Oct 31 17:47:00.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7533 | 2024-10-31T17:47:02.106Z | [ recovery-image] Oct 31 17:47:00.701 INFO O| Oct 31 17:47:00.701 INFO STEP 1117 (remove_files) COMPLETE |
7534 | 2024-10-31T17:47:02.106Z | [ recovery-image] Oct 31 17:47:00.701 INFO O| Oct 31 17:47:00.701 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-10-31T17:47:02.113Z | [ recovery-image] Oct 31 17:47:00.710 INFO O| Oct 31 17:47:00.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7536 | 2024-10-31T17:47:02.113Z | [ recovery-image] Oct 31 17:47:00.710 INFO O| Oct 31 17:47:00.710 INFO STEP 1118 (remove_files) COMPLETE |
7537 | 2024-10-31T17:47:02.113Z | [ recovery-image] Oct 31 17:47:00.710 INFO O| Oct 31 17:47:00.710 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-10-31T17:47:02.122Z | [ recovery-image] Oct 31 17:47:00.719 INFO O| Oct 31 17:47:00.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7539 | 2024-10-31T17:47:02.122Z | [ recovery-image] Oct 31 17:47:00.720 INFO O| Oct 31 17:47:00.719 INFO STEP 1119 (remove_files) COMPLETE |
7540 | 2024-10-31T17:47:02.122Z | [ recovery-image] Oct 31 17:47:00.720 INFO O| Oct 31 17:47:00.720 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-10-31T17:47:02.132Z | [ recovery-image] Oct 31 17:47:00.729 INFO O| Oct 31 17:47:00.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7542 | 2024-10-31T17:47:02.132Z | [ recovery-image] Oct 31 17:47:00.729 INFO O| Oct 31 17:47:00.729 INFO STEP 1120 (remove_files) COMPLETE |
7543 | 2024-10-31T17:47:02.134Z | [ recovery-image] Oct 31 17:47:00.729 INFO O| Oct 31 17:47:00.729 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-10-31T17:47:02.137Z | [ host-image] Oct 31 17:47:00.734 INFO O| Oct 31 17:47:00.734 INFO O| Planning: Solver setup ... Done |
7545 | 2024-10-31T17:47:02.141Z | [ host-image] Oct 31 17:47:00.738 INFO O| Oct 31 17:47:00.738 INFO O| Planning: Running solver ... Done |
7546 | 2024-10-31T17:47:02.143Z | [ recovery-image] Oct 31 17:47:00.739 INFO O| Oct 31 17:47:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7547 | 2024-10-31T17:47:02.143Z | [ recovery-image] Oct 31 17:47:00.739 INFO O| Oct 31 17:47:00.739 INFO STEP 1121 (remove_files) COMPLETE |
7548 | 2024-10-31T17:47:02.143Z | [ recovery-image] Oct 31 17:47:00.739 INFO O| Oct 31 17:47:00.739 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-10-31T17:47:02.152Z | [ recovery-image] Oct 31 17:47:00.749 INFO O| Oct 31 17:47:00.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7550 | 2024-10-31T17:47:02.154Z | [ recovery-image] Oct 31 17:47:00.749 INFO O| Oct 31 17:47:00.749 INFO STEP 1122 (remove_files) COMPLETE |
7551 | 2024-10-31T17:47:02.154Z | [ recovery-image] Oct 31 17:47:00.749 INFO O| Oct 31 17:47:00.749 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-10-31T17:47:02.161Z | [ recovery-image] Oct 31 17:47:00.758 INFO O| Oct 31 17:47:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7553 | 2024-10-31T17:47:02.164Z | [ recovery-image] Oct 31 17:47:00.758 INFO O| Oct 31 17:47:00.758 INFO STEP 1123 (remove_files) COMPLETE |
7554 | 2024-10-31T17:47:02.164Z | [ recovery-image] Oct 31 17:47:00.759 INFO O| Oct 31 17:47:00.758 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-10-31T17:47:02.171Z | [ recovery-image] Oct 31 17:47:00.768 INFO O| Oct 31 17:47:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7556 | 2024-10-31T17:47:02.175Z | [ recovery-image] Oct 31 17:47:00.768 INFO O| Oct 31 17:47:00.768 INFO STEP 1124 (remove_files) COMPLETE |
7557 | 2024-10-31T17:47:02.175Z | [ recovery-image] Oct 31 17:47:00.768 INFO O| Oct 31 17:47:00.768 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-10-31T17:47:02.180Z | [ recovery-image] Oct 31 17:47:00.778 INFO O| Oct 31 17:47:00.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7559 | 2024-10-31T17:47:02.180Z | [ recovery-image] Oct 31 17:47:00.778 INFO O| Oct 31 17:47:00.778 INFO STEP 1125 (remove_files) COMPLETE |
7560 | 2024-10-31T17:47:02.183Z | [ recovery-image] Oct 31 17:47:00.778 INFO O| Oct 31 17:47:00.778 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-10-31T17:47:02.190Z | [ recovery-image] Oct 31 17:47:00.788 INFO O| Oct 31 17:47:00.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7562 | 2024-10-31T17:47:02.191Z | [ recovery-image] Oct 31 17:47:00.788 INFO O| Oct 31 17:47:00.788 INFO STEP 1126 (remove_files) COMPLETE |
7563 | 2024-10-31T17:47:02.193Z | [ recovery-image] Oct 31 17:47:00.788 INFO O| Oct 31 17:47:00.788 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-10-31T17:47:02.193Z | [ host-image] Oct 31 17:47:00.790 INFO O| Oct 31 17:47:00.790 INFO O| Planning: Finding local manifests ... Done |
7565 | 2024-10-31T17:47:02.196Z | [ host-image] Oct 31 17:47:00.791 INFO O| Oct 31 17:47:00.791 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7566 | 2024-10-31T17:47:02.200Z | [ recovery-image] Oct 31 17:47:00.797 INFO O| Oct 31 17:47:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7567 | 2024-10-31T17:47:02.200Z | [ recovery-image] Oct 31 17:47:00.797 INFO O| Oct 31 17:47:00.797 INFO STEP 1127 (remove_files) COMPLETE |
7568 | 2024-10-31T17:47:02.200Z | [ recovery-image] Oct 31 17:47:00.797 INFO O| Oct 31 17:47:00.797 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-10-31T17:47:02.210Z | [ recovery-image] Oct 31 17:47:00.807 INFO O| Oct 31 17:47:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7570 | 2024-10-31T17:47:02.210Z | [ recovery-image] Oct 31 17:47:00.807 INFO O| Oct 31 17:47:00.807 INFO STEP 1128 (remove_files) COMPLETE |
7571 | 2024-10-31T17:47:02.212Z | [ recovery-image] Oct 31 17:47:00.807 INFO O| Oct 31 17:47:00.807 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-10-31T17:47:02.219Z | [ recovery-image] Oct 31 17:47:00.816 INFO O| Oct 31 17:47:00.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7573 | 2024-10-31T17:47:02.219Z | [ recovery-image] Oct 31 17:47:00.817 INFO O| Oct 31 17:47:00.817 INFO STEP 1129 (remove_files) COMPLETE |
7574 | 2024-10-31T17:47:02.219Z | [ recovery-image] Oct 31 17:47:00.817 INFO O| Oct 31 17:47:00.817 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-10-31T17:47:02.229Z | [ recovery-image] Oct 31 17:47:00.826 INFO O| Oct 31 17:47:00.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7576 | 2024-10-31T17:47:02.229Z | [ recovery-image] Oct 31 17:47:00.826 INFO O| Oct 31 17:47:00.826 INFO STEP 1130 (remove_files) COMPLETE |
7577 | 2024-10-31T17:47:02.232Z | [ recovery-image] Oct 31 17:47:00.826 INFO O| Oct 31 17:47:00.826 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-10-31T17:47:02.238Z | [ recovery-image] Oct 31 17:47:00.836 INFO O| Oct 31 17:47:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7579 | 2024-10-31T17:47:02.241Z | [ recovery-image] Oct 31 17:47:00.836 INFO O| Oct 31 17:47:00.836 INFO STEP 1131 (remove_files) COMPLETE |
7580 | 2024-10-31T17:47:02.241Z | [ recovery-image] Oct 31 17:47:00.836 INFO O| Oct 31 17:47:00.836 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-10-31T17:47:02.248Z | [ recovery-image] Oct 31 17:47:00.845 INFO O| Oct 31 17:47:00.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7582 | 2024-10-31T17:47:02.248Z | [ recovery-image] Oct 31 17:47:00.845 INFO O| Oct 31 17:47:00.845 INFO STEP 1132 (remove_files) COMPLETE |
7583 | 2024-10-31T17:47:02.251Z | [ recovery-image] Oct 31 17:47:00.845 INFO O| Oct 31 17:47:00.845 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-10-31T17:47:02.258Z | [ recovery-image] Oct 31 17:47:00.855 INFO O| Oct 31 17:47:00.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7585 | 2024-10-31T17:47:02.258Z | [ recovery-image] Oct 31 17:47:00.855 INFO O| Oct 31 17:47:00.855 INFO STEP 1133 (remove_files) COMPLETE |
7586 | 2024-10-31T17:47:02.258Z | [ recovery-image] Oct 31 17:47:00.855 INFO O| Oct 31 17:47:00.855 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-10-31T17:47:02.268Z | [ recovery-image] Oct 31 17:47:00.865 INFO O| Oct 31 17:47:00.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7588 | 2024-10-31T17:47:02.268Z | [ recovery-image] Oct 31 17:47:00.865 INFO O| Oct 31 17:47:00.865 INFO STEP 1134 (remove_files) COMPLETE |
7589 | 2024-10-31T17:47:02.268Z | [ recovery-image] Oct 31 17:47:00.865 INFO O| Oct 31 17:47:00.865 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-10-31T17:47:02.275Z | [ host-image] Oct 31 17:47:00.872 INFO O| Oct 31 17:47:00.872 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7591 | 2024-10-31T17:47:02.277Z | [ recovery-image] Oct 31 17:47:00.874 INFO O| Oct 31 17:47:00.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7592 | 2024-10-31T17:47:02.277Z | [ recovery-image] Oct 31 17:47:00.874 INFO O| Oct 31 17:47:00.874 INFO STEP 1135 (remove_files) COMPLETE |
7593 | 2024-10-31T17:47:02.278Z | [ recovery-image] Oct 31 17:47:00.874 INFO O| Oct 31 17:47:00.874 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-10-31T17:47:02.286Z | [ recovery-image] Oct 31 17:47:00.884 INFO O| Oct 31 17:47:00.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7595 | 2024-10-31T17:47:02.289Z | [ recovery-image] Oct 31 17:47:00.884 INFO O| Oct 31 17:47:00.884 INFO STEP 1136 (remove_files) COMPLETE |
7596 | 2024-10-31T17:47:02.289Z | [ recovery-image] Oct 31 17:47:00.884 INFO O| Oct 31 17:47:00.884 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-10-31T17:47:02.294Z | [ host-image] Oct 31 17:47:00.891 INFO O| Oct 31 17:47:00.891 INFO O| Planning: Package planning ... Done |
7598 | 2024-10-31T17:47:02.296Z | [ host-image] Oct 31 17:47:00.891 INFO O| Oct 31 17:47:00.891 INFO O| Planning: Merging actions ... Done |
7599 | 2024-10-31T17:47:02.299Z | [ recovery-image] Oct 31 17:47:00.894 INFO O| Oct 31 17:47:00.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7600 | 2024-10-31T17:47:02.299Z | [ recovery-image] Oct 31 17:47:00.894 INFO O| Oct 31 17:47:00.894 INFO STEP 1137 (remove_files) COMPLETE |
7601 | 2024-10-31T17:47:02.299Z | [ recovery-image] Oct 31 17:47:00.894 INFO O| Oct 31 17:47:00.894 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7602 | 2024-10-31T17:47:02.306Z | [ recovery-image] Oct 31 17:47:00.903 INFO O| Oct 31 17:47:00.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7603 | 2024-10-31T17:47:02.306Z | [ recovery-image] Oct 31 17:47:00.903 INFO O| Oct 31 17:47:00.903 INFO STEP 1138 (remove_files) COMPLETE |
7604 | 2024-10-31T17:47:02.306Z | [ recovery-image] Oct 31 17:47:00.903 INFO O| Oct 31 17:47:00.903 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7605 | 2024-10-31T17:47:02.316Z | [ recovery-image] Oct 31 17:47:00.913 INFO O| Oct 31 17:47:00.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7606 | 2024-10-31T17:47:02.316Z | [ recovery-image] Oct 31 17:47:00.913 INFO O| Oct 31 17:47:00.913 INFO STEP 1139 (remove_files) COMPLETE |
7607 | 2024-10-31T17:47:02.316Z | [ recovery-image] Oct 31 17:47:00.913 INFO O| Oct 31 17:47:00.913 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7608 | 2024-10-31T17:47:02.326Z | [ recovery-image] Oct 31 17:47:00.923 INFO O| Oct 31 17:47:00.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7609 | 2024-10-31T17:47:02.326Z | [ recovery-image] Oct 31 17:47:00.923 INFO O| Oct 31 17:47:00.923 INFO STEP 1140 (remove_files) COMPLETE |
7610 | 2024-10-31T17:47:02.329Z | [ recovery-image] Oct 31 17:47:00.923 INFO O| Oct 31 17:47:00.923 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7611 | 2024-10-31T17:47:02.335Z | [ recovery-image] Oct 31 17:47:00.932 INFO O| Oct 31 17:47:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7612 | 2024-10-31T17:47:02.338Z | [ recovery-image] Oct 31 17:47:00.932 INFO O| Oct 31 17:47:00.932 INFO STEP 1141 (remove_files) COMPLETE |
7613 | 2024-10-31T17:47:02.338Z | [ recovery-image] Oct 31 17:47:00.932 INFO O| Oct 31 17:47:00.932 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7614 | 2024-10-31T17:47:02.345Z | [ recovery-image] Oct 31 17:47:00.942 INFO O| Oct 31 17:47:00.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7615 | 2024-10-31T17:47:02.347Z | [ recovery-image] Oct 31 17:47:00.942 INFO O| Oct 31 17:47:00.942 INFO STEP 1142 (remove_files) COMPLETE |
7616 | 2024-10-31T17:47:02.347Z | [ recovery-image] Oct 31 17:47:00.942 INFO O| Oct 31 17:47:00.942 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7617 | 2024-10-31T17:47:02.353Z | [ host-image] Oct 31 17:47:00.950 INFO O| Oct 31 17:47:00.950 INFO O| Planning: Checking for conflicting actions ... Done |
7618 | 2024-10-31T17:47:02.356Z | [ host-image] Oct 31 17:47:00.951 INFO O| Oct 31 17:47:00.951 INFO O| Planning: Consolidating action changes ... Done |
7619 | 2024-10-31T17:47:02.356Z | [ recovery-image] Oct 31 17:47:00.952 INFO O| Oct 31 17:47:00.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7620 | 2024-10-31T17:47:02.356Z | [ recovery-image] Oct 31 17:47:00.952 INFO O| Oct 31 17:47:00.952 INFO STEP 1143 (remove_files) COMPLETE |
7621 | 2024-10-31T17:47:02.356Z | [ recovery-image] Oct 31 17:47:00.952 INFO O| Oct 31 17:47:00.952 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7622 | 2024-10-31T17:47:02.364Z | [ recovery-image] Oct 31 17:47:00.961 INFO O| Oct 31 17:47:00.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7623 | 2024-10-31T17:47:02.364Z | [ recovery-image] Oct 31 17:47:00.961 INFO O| Oct 31 17:47:00.961 INFO STEP 1144 (remove_files) COMPLETE |
7624 | 2024-10-31T17:47:02.364Z | [ recovery-image] Oct 31 17:47:00.961 INFO O| Oct 31 17:47:00.961 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7625 | 2024-10-31T17:47:02.373Z | [ recovery-image] Oct 31 17:47:00.970 INFO O| Oct 31 17:47:00.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7626 | 2024-10-31T17:47:02.377Z | [ recovery-image] Oct 31 17:47:00.971 INFO O| Oct 31 17:47:00.970 INFO STEP 1145 (remove_files) COMPLETE |
7627 | 2024-10-31T17:47:02.377Z | [ recovery-image] Oct 31 17:47:00.971 INFO O| Oct 31 17:47:00.971 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7628 | 2024-10-31T17:47:02.383Z | [ recovery-image] Oct 31 17:47:00.980 INFO O| Oct 31 17:47:00.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7629 | 2024-10-31T17:47:02.385Z | [ recovery-image] Oct 31 17:47:00.980 INFO O| Oct 31 17:47:00.980 INFO STEP 1146 (remove_files) COMPLETE |
7630 | 2024-10-31T17:47:02.385Z | [ recovery-image] Oct 31 17:47:00.980 INFO O| Oct 31 17:47:00.980 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7631 | 2024-10-31T17:47:02.392Z | [ recovery-image] Oct 31 17:47:00.989 INFO O| Oct 31 17:47:00.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7632 | 2024-10-31T17:47:02.392Z | [ recovery-image] Oct 31 17:47:00.990 INFO O| Oct 31 17:47:00.990 INFO STEP 1147 (remove_files) COMPLETE |
7633 | 2024-10-31T17:47:02.395Z | [ recovery-image] Oct 31 17:47:00.990 INFO O| Oct 31 17:47:00.990 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7634 | 2024-10-31T17:47:02.402Z | [ recovery-image] Oct 31 17:47:00.999 INFO O| Oct 31 17:47:00.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7635 | 2024-10-31T17:47:02.402Z | [ recovery-image] Oct 31 17:47:00.999 INFO O| Oct 31 17:47:00.999 INFO STEP 1148 (remove_files) COMPLETE |
7636 | 2024-10-31T17:47:02.405Z | [ recovery-image] Oct 31 17:47:00.999 INFO O| Oct 31 17:47:00.999 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7637 | 2024-10-31T17:47:02.412Z | [ recovery-image] Oct 31 17:47:01.009 INFO O| Oct 31 17:47:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7638 | 2024-10-31T17:47:02.412Z | [ recovery-image] Oct 31 17:47:01.009 INFO O| Oct 31 17:47:01.009 INFO STEP 1149 (remove_files) COMPLETE |
7639 | 2024-10-31T17:47:02.412Z | [ recovery-image] Oct 31 17:47:01.009 INFO O| Oct 31 17:47:01.009 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7640 | 2024-10-31T17:47:02.422Z | [ recovery-image] Oct 31 17:47:01.019 INFO O| Oct 31 17:47:01.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7641 | 2024-10-31T17:47:02.422Z | [ recovery-image] Oct 31 17:47:01.019 INFO O| Oct 31 17:47:01.019 INFO STEP 1150 (remove_files) COMPLETE |
7642 | 2024-10-31T17:47:02.424Z | [ recovery-image] Oct 31 17:47:01.019 INFO O| Oct 31 17:47:01.019 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7643 | 2024-10-31T17:47:02.431Z | [ recovery-image] Oct 31 17:47:01.028 INFO O| Oct 31 17:47:01.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7644 | 2024-10-31T17:47:02.431Z | [ recovery-image] Oct 31 17:47:01.028 INFO O| Oct 31 17:47:01.028 INFO STEP 1151 (remove_files) COMPLETE |
7645 | 2024-10-31T17:47:02.431Z | [ recovery-image] Oct 31 17:47:01.028 INFO O| Oct 31 17:47:01.028 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7646 | 2024-10-31T17:47:02.440Z | [ recovery-image] Oct 31 17:47:01.038 INFO O| Oct 31 17:47:01.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7647 | 2024-10-31T17:47:02.441Z | [ recovery-image] Oct 31 17:47:01.038 INFO O| Oct 31 17:47:01.038 INFO STEP 1152 (remove_files) COMPLETE |
7648 | 2024-10-31T17:47:02.443Z | [ recovery-image] Oct 31 17:47:01.038 INFO O| Oct 31 17:47:01.038 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7649 | 2024-10-31T17:47:02.450Z | [ recovery-image] Oct 31 17:47:01.047 INFO O| Oct 31 17:47:01.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7650 | 2024-10-31T17:47:02.450Z | [ recovery-image] Oct 31 17:47:01.047 INFO O| Oct 31 17:47:01.047 INFO STEP 1153 (remove_files) COMPLETE |
7651 | 2024-10-31T17:47:02.452Z | [ recovery-image] Oct 31 17:47:01.047 INFO O| Oct 31 17:47:01.047 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7652 | 2024-10-31T17:47:02.460Z | [ recovery-image] Oct 31 17:47:01.057 INFO O| Oct 31 17:47:01.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7653 | 2024-10-31T17:47:02.460Z | [ recovery-image] Oct 31 17:47:01.057 INFO O| Oct 31 17:47:01.057 INFO STEP 1154 (remove_files) COMPLETE |
7654 | 2024-10-31T17:47:02.462Z | [ recovery-image] Oct 31 17:47:01.057 INFO O| Oct 31 17:47:01.057 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7655 | 2024-10-31T17:47:02.469Z | [ recovery-image] Oct 31 17:47:01.066 INFO O| Oct 31 17:47:01.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7656 | 2024-10-31T17:47:02.472Z | [ recovery-image] Oct 31 17:47:01.066 INFO O| Oct 31 17:47:01.066 INFO STEP 1155 (remove_files) COMPLETE |
7657 | 2024-10-31T17:47:02.472Z | [ recovery-image] Oct 31 17:47:01.067 INFO O| Oct 31 17:47:01.066 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7658 | 2024-10-31T17:47:02.478Z | [ recovery-image] Oct 31 17:47:01.076 INFO O| Oct 31 17:47:01.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7659 | 2024-10-31T17:47:02.479Z | [ recovery-image] Oct 31 17:47:01.076 INFO O| Oct 31 17:47:01.076 INFO STEP 1156 (remove_files) COMPLETE |
7660 | 2024-10-31T17:47:02.482Z | [ recovery-image] Oct 31 17:47:01.076 INFO O| Oct 31 17:47:01.076 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7661 | 2024-10-31T17:47:02.489Z | [ recovery-image] Oct 31 17:47:01.085 INFO O| Oct 31 17:47:01.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7662 | 2024-10-31T17:47:02.491Z | [ recovery-image] Oct 31 17:47:01.085 INFO O| Oct 31 17:47:01.085 INFO STEP 1157 (remove_files) COMPLETE |
7663 | 2024-10-31T17:47:02.491Z | [ recovery-image] Oct 31 17:47:01.085 INFO O| Oct 31 17:47:01.085 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7664 | 2024-10-31T17:47:02.497Z | [ recovery-image] Oct 31 17:47:01.095 INFO O| Oct 31 17:47:01.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7665 | 2024-10-31T17:47:02.500Z | [ recovery-image] Oct 31 17:47:01.095 INFO O| Oct 31 17:47:01.095 INFO STEP 1158 (remove_files) COMPLETE |
7666 | 2024-10-31T17:47:02.500Z | [ recovery-image] Oct 31 17:47:01.095 INFO O| Oct 31 17:47:01.095 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7667 | 2024-10-31T17:47:02.507Z | [ recovery-image] Oct 31 17:47:01.104 INFO O| Oct 31 17:47:01.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7668 | 2024-10-31T17:47:02.509Z | [ recovery-image] Oct 31 17:47:01.104 INFO O| Oct 31 17:47:01.104 INFO STEP 1159 (remove_files) COMPLETE |
7669 | 2024-10-31T17:47:02.509Z | [ recovery-image] Oct 31 17:47:01.104 INFO O| Oct 31 17:47:01.104 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7670 | 2024-10-31T17:47:02.516Z | [ recovery-image] Oct 31 17:47:01.114 INFO O| Oct 31 17:47:01.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7671 | 2024-10-31T17:47:02.516Z | [ recovery-image] Oct 31 17:47:01.114 INFO O| Oct 31 17:47:01.114 INFO STEP 1160 (remove_files) COMPLETE |
7672 | 2024-10-31T17:47:02.516Z | [ recovery-image] Oct 31 17:47:01.114 INFO O| Oct 31 17:47:01.114 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7673 | 2024-10-31T17:47:02.526Z | [ recovery-image] Oct 31 17:47:01.123 INFO O| Oct 31 17:47:01.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7674 | 2024-10-31T17:47:02.526Z | [ recovery-image] Oct 31 17:47:01.123 INFO O| Oct 31 17:47:01.123 INFO STEP 1161 (remove_files) COMPLETE |
7675 | 2024-10-31T17:47:02.526Z | [ recovery-image] Oct 31 17:47:01.123 INFO O| Oct 31 17:47:01.123 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7676 | 2024-10-31T17:47:02.529Z | [ host-image] Oct 31 17:47:01.126 INFO O| Oct 31 17:47:01.126 INFO O| Planning: Evaluating mediators ... Done |
7677 | 2024-10-31T17:47:02.531Z | [ host-image] Oct 31 17:47:01.127 INFO O| Oct 31 17:47:01.127 INFO O| Planning: Planning completed in 2.33 seconds |
7678 | 2024-10-31T17:47:02.531Z | [ host-image] Oct 31 17:47:01.128 INFO O| Oct 31 17:47:01.128 INFO O| Packages to install: 1 |
7679 | 2024-10-31T17:47:02.535Z | [ recovery-image] Oct 31 17:47:01.133 INFO O| Oct 31 17:47:01.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7680 | 2024-10-31T17:47:02.536Z | [ recovery-image] Oct 31 17:47:01.133 INFO O| Oct 31 17:47:01.133 INFO STEP 1162 (remove_files) COMPLETE |
7681 | 2024-10-31T17:47:02.538Z | [ recovery-image] Oct 31 17:47:01.133 INFO O| Oct 31 17:47:01.133 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7682 | 2024-10-31T17:47:02.543Z | [ host-image] Oct 31 17:47:01.140 INFO O| Oct 31 17:47:01.140 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
7683 | 2024-10-31T17:47:02.545Z | [ recovery-image] Oct 31 17:47:01.143 INFO O| Oct 31 17:47:01.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7684 | 2024-10-31T17:47:02.545Z | [ recovery-image] Oct 31 17:47:01.143 INFO O| Oct 31 17:47:01.143 INFO STEP 1163 (remove_files) COMPLETE |
7685 | 2024-10-31T17:47:02.548Z | [ recovery-image] Oct 31 17:47:01.143 INFO O| Oct 31 17:47:01.143 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-10-31T17:47:02.555Z | [ recovery-image] Oct 31 17:47:01.153 INFO O| Oct 31 17:47:01.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7687 | 2024-10-31T17:47:02.555Z | [ recovery-image] Oct 31 17:47:01.153 INFO O| Oct 31 17:47:01.153 INFO STEP 1164 (remove_files) COMPLETE |
7688 | 2024-10-31T17:47:02.558Z | [ recovery-image] Oct 31 17:47:01.153 INFO O| Oct 31 17:47:01.153 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-10-31T17:47:02.566Z | [ recovery-image] Oct 31 17:47:01.163 INFO O| Oct 31 17:47:01.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7690 | 2024-10-31T17:47:02.566Z | [ recovery-image] Oct 31 17:47:01.163 INFO O| Oct 31 17:47:01.163 INFO STEP 1165 (remove_files) COMPLETE |
7691 | 2024-10-31T17:47:02.568Z | [ recovery-image] Oct 31 17:47:01.163 INFO O| Oct 31 17:47:01.163 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-10-31T17:47:02.576Z | [ recovery-image] Oct 31 17:47:01.173 INFO O| Oct 31 17:47:01.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7693 | 2024-10-31T17:47:02.576Z | [ recovery-image] Oct 31 17:47:01.173 INFO O| Oct 31 17:47:01.173 INFO STEP 1166 (remove_files) COMPLETE |
7694 | 2024-10-31T17:47:02.579Z | [ recovery-image] Oct 31 17:47:01.173 INFO O| Oct 31 17:47:01.173 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-10-31T17:47:02.586Z | [ recovery-image] Oct 31 17:47:01.183 INFO O| Oct 31 17:47:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7696 | 2024-10-31T17:47:02.588Z | [ recovery-image] Oct 31 17:47:01.183 INFO O| Oct 31 17:47:01.183 INFO STEP 1167 (remove_files) COMPLETE |
7697 | 2024-10-31T17:47:02.588Z | [ recovery-image] Oct 31 17:47:01.183 INFO O| Oct 31 17:47:01.183 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-10-31T17:47:02.599Z | [ recovery-image] Oct 31 17:47:01.196 INFO O| Oct 31 17:47:01.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7699 | 2024-10-31T17:47:02.599Z | [ recovery-image] Oct 31 17:47:01.196 INFO O| Oct 31 17:47:01.196 INFO STEP 1168 (remove_files) COMPLETE |
7700 | 2024-10-31T17:47:02.601Z | [ recovery-image] Oct 31 17:47:01.196 INFO O| Oct 31 17:47:01.196 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-10-31T17:47:02.609Z | [ recovery-image] Oct 31 17:47:01.207 INFO O| Oct 31 17:47:01.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7702 | 2024-10-31T17:47:02.609Z | [ recovery-image] Oct 31 17:47:01.207 INFO O| Oct 31 17:47:01.207 INFO STEP 1169 (remove_files) COMPLETE |
7703 | 2024-10-31T17:47:02.612Z | [ recovery-image] Oct 31 17:47:01.207 INFO O| Oct 31 17:47:01.207 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-10-31T17:47:02.619Z | [ recovery-image] Oct 31 17:47:01.217 INFO O| Oct 31 17:47:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7705 | 2024-10-31T17:47:02.620Z | [ recovery-image] Oct 31 17:47:01.217 INFO O| Oct 31 17:47:01.217 INFO STEP 1170 (remove_files) COMPLETE |
7706 | 2024-10-31T17:47:02.622Z | [ recovery-image] Oct 31 17:47:01.217 INFO O| Oct 31 17:47:01.217 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-10-31T17:47:02.630Z | [ recovery-image] Oct 31 17:47:01.227 INFO O| Oct 31 17:47:01.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7708 | 2024-10-31T17:47:02.633Z | [ recovery-image] Oct 31 17:47:01.227 INFO O| Oct 31 17:47:01.227 INFO STEP 1171 (remove_files) COMPLETE |
7709 | 2024-10-31T17:47:02.634Z | [ recovery-image] Oct 31 17:47:01.227 INFO O| Oct 31 17:47:01.227 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-10-31T17:47:02.641Z | [ recovery-image] Oct 31 17:47:01.237 INFO O| Oct 31 17:47:01.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7711 | 2024-10-31T17:47:02.641Z | [ recovery-image] Oct 31 17:47:01.237 INFO O| Oct 31 17:47:01.237 INFO STEP 1172 (remove_files) COMPLETE |
7712 | 2024-10-31T17:47:02.644Z | [ recovery-image] Oct 31 17:47:01.238 INFO O| Oct 31 17:47:01.237 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-10-31T17:47:02.655Z | [ recovery-image] Oct 31 17:47:01.251 INFO O| Oct 31 17:47:01.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7714 | 2024-10-31T17:47:02.655Z | [ recovery-image] Oct 31 17:47:01.251 INFO O| Oct 31 17:47:01.251 INFO STEP 1173 (remove_files) COMPLETE |
7715 | 2024-10-31T17:47:02.657Z | [ recovery-image] Oct 31 17:47:01.251 INFO O| Oct 31 17:47:01.251 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-10-31T17:47:02.668Z | [ recovery-image] Oct 31 17:47:01.265 INFO O| Oct 31 17:47:01.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7717 | 2024-10-31T17:47:02.671Z | [ recovery-image] Oct 31 17:47:01.265 INFO O| Oct 31 17:47:01.265 INFO STEP 1174 (remove_files) COMPLETE |
7718 | 2024-10-31T17:47:02.671Z | [ recovery-image] Oct 31 17:47:01.265 INFO O| Oct 31 17:47:01.265 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-10-31T17:47:02.681Z | [ recovery-image] Oct 31 17:47:01.278 INFO O| Oct 31 17:47:01.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7720 | 2024-10-31T17:47:02.684Z | [ recovery-image] Oct 31 17:47:01.278 INFO O| Oct 31 17:47:01.278 INFO STEP 1175 (remove_files) COMPLETE |
7721 | 2024-10-31T17:47:02.684Z | [ recovery-image] Oct 31 17:47:01.278 INFO O| Oct 31 17:47:01.278 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7722 | 2024-10-31T17:47:02.692Z | [ recovery-image] Oct 31 17:47:01.289 INFO O| Oct 31 17:47:01.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7723 | 2024-10-31T17:47:02.692Z | [ recovery-image] Oct 31 17:47:01.289 INFO O| Oct 31 17:47:01.289 INFO STEP 1176 (remove_files) COMPLETE |
7724 | 2024-10-31T17:47:02.692Z | [ recovery-image] Oct 31 17:47:01.289 INFO O| Oct 31 17:47:01.289 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7725 | 2024-10-31T17:47:02.705Z | [ recovery-image] Oct 31 17:47:01.302 INFO O| Oct 31 17:47:01.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7726 | 2024-10-31T17:47:02.705Z | [ recovery-image] Oct 31 17:47:01.302 INFO O| Oct 31 17:47:01.302 INFO STEP 1177 (remove_files) COMPLETE |
7727 | 2024-10-31T17:47:02.708Z | [ recovery-image] Oct 31 17:47:01.302 INFO O| Oct 31 17:47:01.302 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7728 | 2024-10-31T17:47:02.719Z | [ recovery-image] Oct 31 17:47:01.315 INFO O| Oct 31 17:47:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7729 | 2024-10-31T17:47:02.719Z | [ recovery-image] Oct 31 17:47:01.315 INFO O| Oct 31 17:47:01.315 INFO STEP 1178 (remove_files) COMPLETE |
7730 | 2024-10-31T17:47:02.721Z | [ recovery-image] Oct 31 17:47:01.315 INFO O| Oct 31 17:47:01.315 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7731 | 2024-10-31T17:47:02.731Z | [ recovery-image] Oct 31 17:47:01.328 INFO O| Oct 31 17:47:01.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7732 | 2024-10-31T17:47:02.731Z | [ recovery-image] Oct 31 17:47:01.328 INFO O| Oct 31 17:47:01.328 INFO STEP 1179 (remove_files) COMPLETE |
7733 | 2024-10-31T17:47:02.731Z | [ recovery-image] Oct 31 17:47:01.328 INFO O| Oct 31 17:47:01.328 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7734 | 2024-10-31T17:47:02.743Z | [ recovery-image] Oct 31 17:47:01.340 INFO O| Oct 31 17:47:01.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7735 | 2024-10-31T17:47:02.743Z | [ recovery-image] Oct 31 17:47:01.340 INFO O| Oct 31 17:47:01.340 INFO STEP 1180 (remove_files) COMPLETE |
7736 | 2024-10-31T17:47:02.743Z | [ recovery-image] Oct 31 17:47:01.340 INFO O| Oct 31 17:47:01.340 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7737 | 2024-10-31T17:47:02.757Z | [ recovery-image] Oct 31 17:47:01.354 INFO O| Oct 31 17:47:01.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7738 | 2024-10-31T17:47:02.760Z | [ recovery-image] Oct 31 17:47:01.354 INFO O| Oct 31 17:47:01.354 INFO STEP 1181 (remove_files) COMPLETE |
7739 | 2024-10-31T17:47:02.760Z | [ recovery-image] Oct 31 17:47:01.354 INFO O| Oct 31 17:47:01.354 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7740 | 2024-10-31T17:47:02.767Z | [ recovery-image] Oct 31 17:47:01.364 INFO O| Oct 31 17:47:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7741 | 2024-10-31T17:47:02.767Z | [ recovery-image] Oct 31 17:47:01.364 INFO O| Oct 31 17:47:01.364 INFO STEP 1182 (remove_files) COMPLETE |
7742 | 2024-10-31T17:47:02.768Z | [ recovery-image] Oct 31 17:47:01.364 INFO O| Oct 31 17:47:01.364 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7743 | 2024-10-31T17:47:02.778Z | [ recovery-image] Oct 31 17:47:01.375 INFO O| Oct 31 17:47:01.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7744 | 2024-10-31T17:47:02.778Z | [ recovery-image] Oct 31 17:47:01.375 INFO O| Oct 31 17:47:01.375 INFO STEP 1183 (remove_files) COMPLETE |
7745 | 2024-10-31T17:47:02.780Z | [ recovery-image] Oct 31 17:47:01.375 INFO O| Oct 31 17:47:01.375 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7746 | 2024-10-31T17:47:02.787Z | [ recovery-image] Oct 31 17:47:01.384 INFO O| Oct 31 17:47:01.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7747 | 2024-10-31T17:47:02.787Z | [ recovery-image] Oct 31 17:47:01.384 INFO O| Oct 31 17:47:01.384 INFO STEP 1184 (remove_files) COMPLETE |
7748 | 2024-10-31T17:47:02.790Z | [ recovery-image] Oct 31 17:47:01.384 INFO O| Oct 31 17:47:01.384 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7749 | 2024-10-31T17:47:02.797Z | [ recovery-image] Oct 31 17:47:01.394 INFO O| Oct 31 17:47:01.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7750 | 2024-10-31T17:47:02.797Z | [ recovery-image] Oct 31 17:47:01.394 INFO O| Oct 31 17:47:01.394 INFO STEP 1185 (remove_files) COMPLETE |
7751 | 2024-10-31T17:47:02.797Z | [ recovery-image] Oct 31 17:47:01.394 INFO O| Oct 31 17:47:01.394 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7752 | 2024-10-31T17:47:02.806Z | [ recovery-image] Oct 31 17:47:01.403 INFO O| Oct 31 17:47:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7753 | 2024-10-31T17:47:02.806Z | [ recovery-image] Oct 31 17:47:01.403 INFO O| Oct 31 17:47:01.403 INFO STEP 1186 (remove_files) COMPLETE |
7754 | 2024-10-31T17:47:02.806Z | [ recovery-image] Oct 31 17:47:01.403 INFO O| Oct 31 17:47:01.403 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7755 | 2024-10-31T17:47:02.816Z | [ recovery-image] Oct 31 17:47:01.413 INFO O| Oct 31 17:47:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7756 | 2024-10-31T17:47:02.816Z | [ recovery-image] Oct 31 17:47:01.413 INFO O| Oct 31 17:47:01.413 INFO STEP 1187 (remove_files) COMPLETE |
7757 | 2024-10-31T17:47:02.818Z | [ recovery-image] Oct 31 17:47:01.413 INFO O| Oct 31 17:47:01.413 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7758 | 2024-10-31T17:47:02.825Z | [ recovery-image] Oct 31 17:47:01.422 INFO O| Oct 31 17:47:01.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7759 | 2024-10-31T17:47:02.825Z | [ recovery-image] Oct 31 17:47:01.422 INFO O| Oct 31 17:47:01.422 INFO STEP 1188 (remove_files) COMPLETE |
7760 | 2024-10-31T17:47:02.827Z | [ recovery-image] Oct 31 17:47:01.422 INFO O| Oct 31 17:47:01.422 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7761 | 2024-10-31T17:47:02.834Z | [ recovery-image] Oct 31 17:47:01.431 INFO O| Oct 31 17:47:01.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7762 | 2024-10-31T17:47:02.834Z | [ recovery-image] Oct 31 17:47:01.431 INFO O| Oct 31 17:47:01.431 INFO STEP 1189 (remove_files) COMPLETE |
7763 | 2024-10-31T17:47:02.837Z | [ recovery-image] Oct 31 17:47:01.431 INFO O| Oct 31 17:47:01.431 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7764 | 2024-10-31T17:47:02.844Z | [ recovery-image] Oct 31 17:47:01.441 INFO O| Oct 31 17:47:01.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7765 | 2024-10-31T17:47:02.844Z | [ recovery-image] Oct 31 17:47:01.441 INFO O| Oct 31 17:47:01.441 INFO STEP 1190 (remove_files) COMPLETE |
7766 | 2024-10-31T17:47:02.844Z | [ recovery-image] Oct 31 17:47:01.441 INFO O| Oct 31 17:47:01.441 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7767 | 2024-10-31T17:47:02.853Z | [ recovery-image] Oct 31 17:47:01.450 INFO O| Oct 31 17:47:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7768 | 2024-10-31T17:47:02.853Z | [ recovery-image] Oct 31 17:47:01.450 INFO O| Oct 31 17:47:01.450 INFO STEP 1191 (remove_files) COMPLETE |
7769 | 2024-10-31T17:47:02.853Z | [ recovery-image] Oct 31 17:47:01.450 INFO O| Oct 31 17:47:01.450 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7770 | 2024-10-31T17:47:02.862Z | [ recovery-image] Oct 31 17:47:01.459 INFO O| Oct 31 17:47:01.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7771 | 2024-10-31T17:47:02.862Z | [ recovery-image] Oct 31 17:47:01.460 INFO O| Oct 31 17:47:01.459 INFO STEP 1192 (remove_files) COMPLETE |
7772 | 2024-10-31T17:47:02.865Z | [ recovery-image] Oct 31 17:47:01.460 INFO O| Oct 31 17:47:01.460 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7773 | 2024-10-31T17:47:02.872Z | [ recovery-image] Oct 31 17:47:01.469 INFO O| Oct 31 17:47:01.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7774 | 2024-10-31T17:47:02.875Z | [ recovery-image] Oct 31 17:47:01.469 INFO O| Oct 31 17:47:01.469 INFO STEP 1193 (remove_files) COMPLETE |
7775 | 2024-10-31T17:47:02.875Z | [ recovery-image] Oct 31 17:47:01.469 INFO O| Oct 31 17:47:01.469 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7776 | 2024-10-31T17:47:02.881Z | [ recovery-image] Oct 31 17:47:01.478 INFO O| Oct 31 17:47:01.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7777 | 2024-10-31T17:47:02.881Z | [ recovery-image] Oct 31 17:47:01.478 INFO O| Oct 31 17:47:01.478 INFO STEP 1194 (remove_files) COMPLETE |
7778 | 2024-10-31T17:47:02.881Z | [ recovery-image] Oct 31 17:47:01.478 INFO O| Oct 31 17:47:01.478 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7779 | 2024-10-31T17:47:02.891Z | [ recovery-image] Oct 31 17:47:01.488 INFO O| Oct 31 17:47:01.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7780 | 2024-10-31T17:47:02.893Z | [ recovery-image] Oct 31 17:47:01.488 INFO O| Oct 31 17:47:01.488 INFO STEP 1195 (remove_files) COMPLETE |
7781 | 2024-10-31T17:47:02.893Z | [ recovery-image] Oct 31 17:47:01.488 INFO O| Oct 31 17:47:01.488 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7782 | 2024-10-31T17:47:02.900Z | [ recovery-image] Oct 31 17:47:01.497 INFO O| Oct 31 17:47:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7783 | 2024-10-31T17:47:02.900Z | [ recovery-image] Oct 31 17:47:01.497 INFO O| Oct 31 17:47:01.497 INFO STEP 1196 (remove_files) COMPLETE |
7784 | 2024-10-31T17:47:02.900Z | [ recovery-image] Oct 31 17:47:01.497 INFO O| Oct 31 17:47:01.497 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7785 | 2024-10-31T17:47:02.909Z | [ recovery-image] Oct 31 17:47:01.506 INFO O| Oct 31 17:47:01.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7786 | 2024-10-31T17:47:02.912Z | [ recovery-image] Oct 31 17:47:01.507 INFO O| Oct 31 17:47:01.506 INFO STEP 1197 (remove_files) COMPLETE |
7787 | 2024-10-31T17:47:02.912Z | [ recovery-image] Oct 31 17:47:01.507 INFO O| Oct 31 17:47:01.507 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7788 | 2024-10-31T17:47:02.919Z | [ recovery-image] Oct 31 17:47:01.516 INFO O| Oct 31 17:47:01.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7789 | 2024-10-31T17:47:02.921Z | [ recovery-image] Oct 31 17:47:01.516 INFO O| Oct 31 17:47:01.516 INFO STEP 1198 (remove_files) COMPLETE |
7790 | 2024-10-31T17:47:02.921Z | [ recovery-image] Oct 31 17:47:01.516 INFO O| Oct 31 17:47:01.516 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7791 | 2024-10-31T17:47:02.928Z | [ recovery-image] Oct 31 17:47:01.525 INFO O| Oct 31 17:47:01.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7792 | 2024-10-31T17:47:02.930Z | [ recovery-image] Oct 31 17:47:01.525 INFO O| Oct 31 17:47:01.525 INFO STEP 1199 (remove_files) COMPLETE |
7793 | 2024-10-31T17:47:02.930Z | [ recovery-image] Oct 31 17:47:01.525 INFO O| Oct 31 17:47:01.525 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7794 | 2024-10-31T17:47:02.938Z | [ recovery-image] Oct 31 17:47:01.535 INFO O| Oct 31 17:47:01.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7795 | 2024-10-31T17:47:02.938Z | [ recovery-image] Oct 31 17:47:01.535 INFO O| Oct 31 17:47:01.535 INFO STEP 1200 (remove_files) COMPLETE |
7796 | 2024-10-31T17:47:02.940Z | [ recovery-image] Oct 31 17:47:01.535 INFO O| Oct 31 17:47:01.535 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7797 | 2024-10-31T17:47:02.947Z | [ recovery-image] Oct 31 17:47:01.544 INFO O| Oct 31 17:47:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7798 | 2024-10-31T17:47:02.947Z | [ recovery-image] Oct 31 17:47:01.544 INFO O| Oct 31 17:47:01.544 INFO STEP 1201 (remove_files) COMPLETE |
7799 | 2024-10-31T17:47:02.950Z | [ recovery-image] Oct 31 17:47:01.544 INFO O| Oct 31 17:47:01.544 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7800 | 2024-10-31T17:47:02.956Z | [ recovery-image] Oct 31 17:47:01.553 INFO O| Oct 31 17:47:01.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7801 | 2024-10-31T17:47:02.959Z | [ recovery-image] Oct 31 17:47:01.554 INFO O| Oct 31 17:47:01.553 INFO STEP 1202 (remove_files) COMPLETE |
7802 | 2024-10-31T17:47:02.959Z | [ recovery-image] Oct 31 17:47:01.554 INFO O| Oct 31 17:47:01.554 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7803 | 2024-10-31T17:47:02.967Z | [ recovery-image] Oct 31 17:47:01.563 INFO O| Oct 31 17:47:01.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7804 | 2024-10-31T17:47:02.967Z | [ recovery-image] Oct 31 17:47:01.563 INFO O| Oct 31 17:47:01.563 INFO STEP 1203 (remove_files) COMPLETE |
7805 | 2024-10-31T17:47:02.967Z | [ recovery-image] Oct 31 17:47:01.563 INFO O| Oct 31 17:47:01.563 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7806 | 2024-10-31T17:47:02.975Z | [ recovery-image] Oct 31 17:47:01.572 INFO O| Oct 31 17:47:01.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7807 | 2024-10-31T17:47:02.978Z | [ recovery-image] Oct 31 17:47:01.572 INFO O| Oct 31 17:47:01.572 INFO STEP 1204 (remove_files) COMPLETE |
7808 | 2024-10-31T17:47:02.978Z | [ recovery-image] Oct 31 17:47:01.572 INFO O| Oct 31 17:47:01.572 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7809 | 2024-10-31T17:47:02.985Z | [ recovery-image] Oct 31 17:47:01.582 INFO O| Oct 31 17:47:01.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7810 | 2024-10-31T17:47:02.987Z | [ recovery-image] Oct 31 17:47:01.582 INFO O| Oct 31 17:47:01.582 INFO STEP 1205 (remove_files) COMPLETE |
7811 | 2024-10-31T17:47:02.987Z | [ recovery-image] Oct 31 17:47:01.582 INFO O| Oct 31 17:47:01.582 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7812 | 2024-10-31T17:47:02.999Z | [ recovery-image] Oct 31 17:47:01.596 INFO O| Oct 31 17:47:01.596 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7813 | 2024-10-31T17:47:02.999Z | [ recovery-image] Oct 31 17:47:01.596 INFO O| Oct 31 17:47:01.596 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7814 | 2024-10-31T17:47:03.202Z | [ host-image] Oct 31 17:47:01.799 INFO O| Oct 31 17:47:01.799 INFO O| Download: Completed 20.80 MB in 0.66 seconds (31.6M/s) |
7815 | 2024-10-31T17:47:03.230Z | [ host-image] Oct 31 17:47:01.827 INFO O| Oct 31 17:47:01.827 INFO O| Actions: 1/22 actions (Installing new actions) |
7816 | 2024-10-31T17:47:03.751Z | [ host-image] Oct 31 17:47:02.347 INFO O| Oct 31 17:47:02.347 INFO O| Actions: Completed 22 actions in 0.52 seconds. |
7817 | 2024-10-31T17:47:03.795Z | [ recovery-image] Oct 31 17:47:02.392 INFO O| Oct 31 17:47:02.391 INFO STEP 1206 (pack_tar) COMPLETE |
7818 | 2024-10-31T17:47:03.795Z | [ recovery-image] Oct 31 17:47:02.392 INFO O| Oct 31 17:47:02.392 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7819 | 2024-10-31T17:47:03.798Z | [ recovery-image] Oct 31 17:47:02.392 INFO O| Oct 31 17:47:02.392 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7820 | 2024-10-31T17:47:04.011Z | [ recovery-image] Oct 31 17:47:02.608 INFO O| Oct 31 17:47:02.608 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7821 | 2024-10-31T17:47:04.084Z | [ host-image] Oct 31 17:47:02.681 INFO O| Oct 31 17:47:02.681 INFO O| Done |
7822 | 2024-10-31T17:47:04.084Z | [ host-image] Oct 31 17:47:02.681 INFO O| Oct 31 17:47:02.681 INFO O| Done |
7823 | 2024-10-31T17:47:04.102Z | [ recovery-image] Oct 31 17:47:02.699 INFO O| Oct 31 17:47:02.699 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7824 | 2024-10-31T17:47:04.109Z | [ recovery-image] Oct 31 17:47:02.705 INFO image builder template: zfs-recovery... |
7825 | 2024-10-31T17:47:04.109Z | [ recovery-image] Oct 31 17:47:02.705 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/.tmprBD8Ob/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.33.293", "-n", "zfs-recovery"], pwd: None |
7826 | 2024-10-31T17:47:04.141Z | [ recovery-image] Oct 31 17:47:02.738 INFO O| Oct 31 17:47:02.738 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7827 | 2024-10-31T17:47:04.145Z | [ recovery-image] Oct 31 17:47:02.742 INFO O| Oct 31 17:47:02.742 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7828 | 2024-10-31T17:47:04.226Z | [ recovery-image] Oct 31 17:47:02.823 INFO O| Oct 31 17:47:02.823 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7829 | 2024-10-31T17:47:04.279Z | [ recovery-image] Oct 31 17:47:02.876 INFO O| Oct 31 17:47:02.876 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7830 | 2024-10-31T17:47:04.279Z | [ recovery-image] Oct 31 17:47:02.876 INFO O| Oct 31 17:47:02.876 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7831 | 2024-10-31T17:47:04.283Z | [ recovery-image] Oct 31 17:47:02.880 INFO O| Oct 31 17:47:02.880 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7832 | 2024-10-31T17:47:04.340Z | [ recovery-image] Oct 31 17:47:02.937 INFO O| Oct 31 17:47:02.937 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7833 | 2024-10-31T17:47:04.418Z | [ recovery-image] Oct 31 17:47:03.015 INFO O| Oct 31 17:47:03.015 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7834 | 2024-10-31T17:47:04.428Z | [ recovery-image] Oct 31 17:47:03.025 INFO O| Oct 31 17:47:03.025 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7835 | 2024-10-31T17:47:04.433Z | [ recovery-image] Oct 31 17:47:03.030 INFO O| Oct 31 17:47:03.030 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7836 | 2024-10-31T17:47:04.436Z | [ recovery-image] Oct 31 17:47:03.031 INFO O| Oct 31 17:47:03.031 INFO no lofi found |
7837 | 2024-10-31T17:47:04.436Z | [ recovery-image] Oct 31 17:47:03.031 INFO O| Oct 31 17:47:03.031 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7838 | 2024-10-31T17:47:04.436Z | [ recovery-image] Oct 31 17:47:03.031 INFO O| Oct 31 17:47:03.031 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7839 | 2024-10-31T17:47:04.586Z | [ host-image] Oct 31 17:47:03.182 INFO O| Oct 31 17:47:03.182 INFO O| Done |
7840 | 2024-10-31T17:47:05.822Z | [ host-image] Oct 31 17:47:04.418 INFO O| Oct 31 17:47:04.418 INFO O| Done |
7841 | 2024-10-31T17:47:05.848Z | [ host-image] Oct 31 17:47:04.444 INFO O| Oct 31 17:47:04.444 INFO O| Done |
7842 | 2024-10-31T17:47:05.850Z | [ host-image] Oct 31 17:47:04.444 INFO O| Oct 31 17:47:04.444 INFO O| Done |
7843 | 2024-10-31T17:47:05.857Z | [ host-image] Oct 31 17:47:04.454 INFO O| Oct 31 17:47:04.454 INFO O| Done |
7844 | 2024-10-31T17:47:05.961Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.556 INFO STEP 14 (pkg_install) COMPLETE |
7845 | 2024-10-31T17:47:05.961Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7846 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO skip step because feature "mfg" is not enabled |
7847 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7848 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO skip step because feature "compliance" is not enabled |
7849 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7850 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO skip step because feature "stress" is not enabled |
7851 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7852 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO skip step because feature "nfs" is not enabled |
7853 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7854 | 2024-10-31T17:47:05.964Z | [ host-image] Oct 31 17:47:04.557 INFO O| Oct 31 17:47:04.557 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7855 | 2024-10-31T17:47:06.024Z | [ host-image] Oct 31 17:47:04.620 INFO O| Oct 31 17:47:04.620 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7856 | 2024-10-31T17:47:06.089Z | [ host-image] Oct 31 17:47:04.685 INFO O| Oct 31 17:47:04.685 INFO completed processing gimlet/ramdisk-01-os |
7857 | 2024-10-31T17:47:06.092Z | [ host-image] Oct 31 17:47:04.687 INFO omicron1 baseline generation... |
7858 | 2024-10-31T17:47:06.092Z | [ host-image] Oct 31 17:47:04.688 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7859 | 2024-10-31T17:47:06.414Z | [ recovery-image] Oct 31 17:47:05.010 INFO O| Oct 31 17:47:05.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7860 | 2024-10-31T17:47:06.414Z | [ recovery-image] Oct 31 17:47:05.010 INFO O| Oct 31 17:47:05.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7861 | 2024-10-31T17:47:06.417Z | [ recovery-image] Oct 31 17:47:05.011 INFO O| Oct 31 17:47:05.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"] |
7862 | 2024-10-31T17:47:06.498Z | [ recovery-image] Oct 31 17:47:05.093 INFO O| Oct 31 17:47:05.093 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7863 | 2024-10-31T17:47:06.498Z | [ recovery-image] Oct 31 17:47:05.094 INFO O| Oct 31 17:47:05.093 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7864 | 2024-10-31T17:47:06.515Z | [ recovery-image] Oct 31 17:47:05.111 INFO O| Oct 31 17:47:05.111 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7865 | 2024-10-31T17:47:06.521Z | [ host-image] Oct 31 17:47:05.117 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z |
7866 | 2024-10-31T17:47:06.574Z | [ recovery-image] Oct 31 17:47:05.170 INFO O| Oct 31 17:47:05.170 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7867 | 2024-10-31T17:47:06.612Z | [ recovery-image] Oct 31 17:47:05.208 INFO O| Oct 31 17:47:05.208 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7868 | 2024-10-31T17:47:06.626Z | [ recovery-image] Oct 31 17:47:05.222 INFO O| Oct 31 17:47:05.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7869 | 2024-10-31T17:47:06.636Z | [ recovery-image] Oct 31 17:47:05.233 INFO O| Oct 31 17:47:05.232 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7870 | 2024-10-31T17:47:06.682Z | [ recovery-image] Oct 31 17:47:05.278 INFO O| Oct 31 17:47:05.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7871 | 2024-10-31T17:47:06.684Z | [ recovery-image] Oct 31 17:47:05.278 INFO O| Oct 31 17:47:05.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7872 | 2024-10-31T17:47:06.684Z | [ recovery-image] Oct 31 17:47:05.278 INFO O| Oct 31 17:47:05.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7873 | 2024-10-31T17:47:06.689Z | [ recovery-image] Oct 31 17:47:05.285 INFO O| Oct 31 17:47:05.285 INFO boot environment UUID: 16606c46-415e-496b-9f3b-698c193189e2 |
7874 | 2024-10-31T17:47:06.689Z | [ recovery-image] Oct 31 17:47:05.285 INFO O| Oct 31 17:47:05.285 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 16606c46-415e-496b-9f3b-698c193189e2 |
7875 | 2024-10-31T17:47:06.699Z | [ recovery-image] Oct 31 17:47:05.295 INFO O| Oct 31 17:47:05.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7876 | 2024-10-31T17:47:06.709Z | [ recovery-image] Oct 31 17:47:05.305 INFO O| Oct 31 17:47:05.305 INFO STEP 0 (create_be) COMPLETE |
7877 | 2024-10-31T17:47:06.709Z | [ recovery-image] Oct 31 17:47:05.305 INFO O| Oct 31 17:47:05.305 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7878 | 2024-10-31T17:47:06.724Z | [ recovery-image] Oct 31 17:47:05.320 INFO O| Oct 31 17:47:05.320 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"] |
7879 | 2024-10-31T17:47:08.825Z | [ recovery-image] Oct 31 17:47:07.420 INFO O| Oct 31 17:47:07.420 INFO STEP 1 (unpack_tar) COMPLETE |
7880 | 2024-10-31T17:47:08.825Z | [ recovery-image] Oct 31 17:47:07.420 INFO O| Oct 31 17:47:07.420 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7881 | 2024-10-31T17:47:08.836Z | [ recovery-image] Oct 31 17:47:07.431 INFO O| Oct 31 17:47:07.431 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7882 | 2024-10-31T17:47:09.334Z | [ recovery-image] Oct 31 17:47:07.930 INFO O| Oct 31 17:47:07.929 INFO STEP 2 (devfsadm) COMPLETE |
7883 | 2024-10-31T17:47:09.334Z | [ recovery-image] Oct 31 17:47:07.930 INFO O| Oct 31 17:47:07.929 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7884 | 2024-10-31T17:47:09.346Z | [ recovery-image] Oct 31 17:47:07.942 INFO O| Oct 31 17:47:07.942 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7885 | 2024-10-31T17:47:09.347Z | [ recovery-image] Oct 31 17:47:07.942 INFO O| Oct 31 17:47:07.942 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7886 | 2024-10-31T17:47:09.347Z | [ recovery-image] Oct 31 17:47:07.942 INFO O| Oct 31 17:47:07.942 INFO STEP 3 (ensure_dir) COMPLETE |
7887 | 2024-10-31T17:47:09.351Z | [ recovery-image] Oct 31 17:47:07.942 INFO O| Oct 31 17:47:07.942 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7888 | 2024-10-31T17:47:09.359Z | [ recovery-image] Oct 31 17:47:07.955 INFO O| Oct 31 17:47:07.955 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7889 | 2024-10-31T17:47:09.359Z | [ recovery-image] Oct 31 17:47:07.955 INFO O| Oct 31 17:47:07.955 INFO STEP 4 (ensure_dir) COMPLETE |
7890 | 2024-10-31T17:47:09.362Z | [ recovery-image] Oct 31 17:47:07.955 INFO O| Oct 31 17:47:07.955 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7891 | 2024-10-31T17:47:09.370Z | [ recovery-image] Oct 31 17:47:07.965 INFO O| Oct 31 17:47:07.965 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7892 | 2024-10-31T17:47:09.370Z | [ recovery-image] Oct 31 17:47:07.965 INFO O| Oct 31 17:47:07.965 INFO STEP 5 (ensure_dir) COMPLETE |
7893 | 2024-10-31T17:47:09.372Z | [ recovery-image] Oct 31 17:47:07.965 INFO O| Oct 31 17:47:07.965 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7894 | 2024-10-31T17:47:09.380Z | [ recovery-image] Oct 31 17:47:07.975 INFO O| Oct 31 17:47:07.975 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7895 | 2024-10-31T17:47:09.380Z | [ recovery-image] Oct 31 17:47:07.975 INFO O| Oct 31 17:47:07.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7896 | 2024-10-31T17:47:09.382Z | [ recovery-image] Oct 31 17:47:07.975 INFO O| Oct 31 17:47:07.975 INFO STEP 6 (ensure_dir) COMPLETE |
7897 | 2024-10-31T17:47:09.382Z | [ recovery-image] Oct 31 17:47:07.975 INFO O| Oct 31 17:47:07.975 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7898 | 2024-10-31T17:47:09.392Z | [ recovery-image] Oct 31 17:47:07.987 INFO O| Oct 31 17:47:07.987 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7899 | 2024-10-31T17:47:09.394Z | [ recovery-image] Oct 31 17:47:07.987 INFO O| Oct 31 17:47:07.987 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7900 | 2024-10-31T17:47:09.394Z | [ recovery-image] Oct 31 17:47:07.987 INFO O| Oct 31 17:47:07.987 INFO STEP 7 (ensure_dir) COMPLETE |
7901 | 2024-10-31T17:47:09.394Z | [ recovery-image] Oct 31 17:47:07.987 INFO O| Oct 31 17:47:07.987 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7902 | 2024-10-31T17:47:09.402Z | [ recovery-image] Oct 31 17:47:07.998 INFO O| Oct 31 17:47:07.997 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7903 | 2024-10-31T17:47:09.405Z | [ recovery-image] Oct 31 17:47:07.998 INFO O| Oct 31 17:47:07.998 INFO STEP 8 (remove_files) COMPLETE |
7904 | 2024-10-31T17:47:09.405Z | [ recovery-image] Oct 31 17:47:07.998 INFO O| Oct 31 17:47:07.998 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7905 | 2024-10-31T17:47:09.413Z | [ recovery-image] Oct 31 17:47:08.009 INFO O| Oct 31 17:47:08.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7906 | 2024-10-31T17:47:09.417Z | [ recovery-image] Oct 31 17:47:08.010 INFO O| Oct 31 17:47:08.010 INFO STEP 9 (remove_files) COMPLETE |
7907 | 2024-10-31T17:47:09.417Z | [ recovery-image] Oct 31 17:47:08.010 INFO O| Oct 31 17:47:08.010 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7908 | 2024-10-31T17:47:09.425Z | [ recovery-image] Oct 31 17:47:08.020 INFO O| Oct 31 17:47:08.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7909 | 2024-10-31T17:47:09.427Z | [ recovery-image] Oct 31 17:47:08.021 INFO O| Oct 31 17:47:08.021 INFO STEP 10 (remove_files) COMPLETE |
7910 | 2024-10-31T17:47:09.427Z | [ recovery-image] Oct 31 17:47:08.021 INFO O| Oct 31 17:47:08.021 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7911 | 2024-10-31T17:47:09.435Z | [ recovery-image] Oct 31 17:47:08.031 INFO O| Oct 31 17:47:08.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7912 | 2024-10-31T17:47:09.438Z | [ recovery-image] Oct 31 17:47:08.031 INFO O| Oct 31 17:47:08.031 INFO STEP 11 (remove_files) COMPLETE |
7913 | 2024-10-31T17:47:09.438Z | [ recovery-image] Oct 31 17:47:08.031 INFO O| Oct 31 17:47:08.031 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7914 | 2024-10-31T17:47:09.445Z | [ recovery-image] Oct 31 17:47:08.041 INFO O| Oct 31 17:47:08.041 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7915 | 2024-10-31T17:47:09.447Z | [ recovery-image] Oct 31 17:47:08.041 INFO O| Oct 31 17:47:08.041 INFO STEP 12 (remove_files) COMPLETE |
7916 | 2024-10-31T17:47:09.447Z | [ recovery-image] Oct 31 17:47:08.041 INFO O| Oct 31 17:47:08.041 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7917 | 2024-10-31T17:47:09.455Z | [ recovery-image] Oct 31 17:47:08.051 INFO O| Oct 31 17:47:08.051 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7918 | 2024-10-31T17:47:09.458Z | [ recovery-image] Oct 31 17:47:08.051 INFO O| Oct 31 17:47:08.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7919 | 2024-10-31T17:47:09.458Z | [ recovery-image] Oct 31 17:47:08.051 INFO O| Oct 31 17:47:08.051 INFO STEP 13 (ensure_dir) COMPLETE |
7920 | 2024-10-31T17:47:09.458Z | [ recovery-image] Oct 31 17:47:08.051 INFO O| Oct 31 17:47:08.051 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7921 | 2024-10-31T17:47:09.465Z | [ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7922 | 2024-10-31T17:47:09.466Z | [ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7923 | 2024-10-31T17:47:09.468Z | [ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7924 | 2024-10-31T17:47:09.468Z | [ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO STEP 14 (ensure_dir) COMPLETE |
7925 | 2024-10-31T17:47:09.468Z | [ recovery-image] Oct 31 17:47:08.061 INFO O| Oct 31 17:47:08.061 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7926 | 2024-10-31T17:47:09.476Z | [ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7927 | 2024-10-31T17:47:09.476Z | [ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7928 | 2024-10-31T17:47:09.478Z | [ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7929 | 2024-10-31T17:47:09.478Z | [ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO STEP 15 (ensure_dir) COMPLETE |
7930 | 2024-10-31T17:47:09.478Z | [ recovery-image] Oct 31 17:47:08.071 INFO O| Oct 31 17:47:08.071 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7931 | 2024-10-31T17:47:09.486Z | [ recovery-image] Oct 31 17:47:08.081 INFO O| Oct 31 17:47:08.081 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7932 | 2024-10-31T17:47:09.486Z | [ recovery-image] Oct 31 17:47:08.082 INFO O| Oct 31 17:47:08.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7933 | 2024-10-31T17:47:09.486Z | [ recovery-image] Oct 31 17:47:08.082 INFO O| Oct 31 17:47:08.082 INFO STEP 16 (ensure_dir) COMPLETE |
7934 | 2024-10-31T17:47:09.486Z | [ recovery-image] Oct 31 17:47:08.082 INFO O| Oct 31 17:47:08.082 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7935 | 2024-10-31T17:47:09.498Z | [ recovery-image] Oct 31 17:47:08.094 INFO O| Oct 31 17:47:08.093 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7936 | 2024-10-31T17:47:09.498Z | [ recovery-image] Oct 31 17:47:08.094 INFO O| Oct 31 17:47:08.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7937 | 2024-10-31T17:47:09.498Z | [ recovery-image] Oct 31 17:47:08.094 INFO O| Oct 31 17:47:08.094 INFO STEP 17 (ensure_dir) COMPLETE |
7938 | 2024-10-31T17:47:09.501Z | [ recovery-image] Oct 31 17:47:08.094 INFO O| Oct 31 17:47:08.094 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7939 | 2024-10-31T17:47:09.508Z | [ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7940 | 2024-10-31T17:47:09.511Z | [ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7941 | 2024-10-31T17:47:09.511Z | [ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO ok! |
7942 | 2024-10-31T17:47:09.511Z | [ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO STEP 18 (ensure_symlink) COMPLETE |
7943 | 2024-10-31T17:47:09.511Z | [ recovery-image] Oct 31 17:47:08.104 INFO O| Oct 31 17:47:08.104 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7944 | 2024-10-31T17:47:09.518Z | [ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7945 | 2024-10-31T17:47:09.521Z | [ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7946 | 2024-10-31T17:47:09.521Z | [ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO ok! |
7947 | 2024-10-31T17:47:09.521Z | [ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO STEP 19 (ensure_file) COMPLETE |
7948 | 2024-10-31T17:47:09.521Z | [ recovery-image] Oct 31 17:47:08.114 INFO O| Oct 31 17:47:08.114 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7949 | 2024-10-31T17:47:09.528Z | [ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7950 | 2024-10-31T17:47:09.528Z | [ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7951 | 2024-10-31T17:47:09.531Z | [ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7952 | 2024-10-31T17:47:09.531Z | [ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO ok! |
7953 | 2024-10-31T17:47:09.531Z | [ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO STEP 20 (ensure_symlink) COMPLETE |
7954 | 2024-10-31T17:47:09.531Z | [ recovery-image] Oct 31 17:47:08.124 INFO O| Oct 31 17:47:08.124 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7955 | 2024-10-31T17:47:09.538Z | [ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7956 | 2024-10-31T17:47:09.538Z | [ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7957 | 2024-10-31T17:47:09.538Z | [ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7958 | 2024-10-31T17:47:09.541Z | [ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO ok! |
7959 | 2024-10-31T17:47:09.541Z | [ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO STEP 21 (ensure_symlink) COMPLETE |
7960 | 2024-10-31T17:47:09.541Z | [ recovery-image] Oct 31 17:47:08.134 INFO O| Oct 31 17:47:08.134 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7961 | 2024-10-31T17:47:09.548Z | [ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7962 | 2024-10-31T17:47:09.550Z | [ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7963 | 2024-10-31T17:47:09.551Z | [ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7964 | 2024-10-31T17:47:09.551Z | [ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO ok! |
7965 | 2024-10-31T17:47:09.551Z | [ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO STEP 22 (ensure_symlink) COMPLETE |
7966 | 2024-10-31T17:47:09.551Z | [ recovery-image] Oct 31 17:47:08.144 INFO O| Oct 31 17:47:08.144 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7967 | 2024-10-31T17:47:09.558Z | [ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7968 | 2024-10-31T17:47:09.559Z | [ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7969 | 2024-10-31T17:47:09.561Z | [ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7970 | 2024-10-31T17:47:09.561Z | [ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO ok! |
7971 | 2024-10-31T17:47:09.561Z | [ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO STEP 23 (ensure_symlink) COMPLETE |
7972 | 2024-10-31T17:47:09.561Z | [ recovery-image] Oct 31 17:47:08.154 INFO O| Oct 31 17:47:08.154 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7973 | 2024-10-31T17:47:09.569Z | [ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7974 | 2024-10-31T17:47:09.569Z | [ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 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 ... |
7975 | 2024-10-31T17:47:09.576Z | [ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7976 | 2024-10-31T17:47:09.576Z | [ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 INFO ok! |
7977 | 2024-10-31T17:47:09.576Z | [ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 INFO STEP 24 (ensure_file) COMPLETE |
7978 | 2024-10-31T17:47:09.576Z | [ recovery-image] Oct 31 17:47:08.165 INFO O| Oct 31 17:47:08.165 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7979 | 2024-10-31T17:47:09.579Z | [ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO updating shadow file |
7980 | 2024-10-31T17:47:09.582Z | [ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7981 | 2024-10-31T17:47:09.582Z | [ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7982 | 2024-10-31T17:47:09.582Z | [ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO STEP 25 (shadow) COMPLETE |
7983 | 2024-10-31T17:47:09.582Z | [ recovery-image] Oct 31 17:47:08.175 INFO O| Oct 31 17:47:08.175 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7984 | 2024-10-31T17:47:09.590Z | [ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.185 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7985 | 2024-10-31T17:47:09.590Z | [ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7986 | 2024-10-31T17:47:09.593Z | [ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7987 | 2024-10-31T17:47:09.593Z | [ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO ok! |
7988 | 2024-10-31T17:47:09.593Z | [ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO STEP 26 (ensure_file) COMPLETE |
7989 | 2024-10-31T17:47:09.593Z | [ recovery-image] Oct 31 17:47:08.186 INFO O| Oct 31 17:47:08.186 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7990 | 2024-10-31T17:47:09.601Z | [ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7991 | 2024-10-31T17:47:09.601Z | [ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7992 | 2024-10-31T17:47:09.601Z | [ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7993 | 2024-10-31T17:47:09.601Z | [ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO ok! |
7994 | 2024-10-31T17:47:09.603Z | [ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO STEP 27 (ensure_file) COMPLETE |
7995 | 2024-10-31T17:47:09.603Z | [ recovery-image] Oct 31 17:47:08.196 INFO O| Oct 31 17:47:08.196 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7996 | 2024-10-31T17:47:09.611Z | [ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7997 | 2024-10-31T17:47:09.611Z | [ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7998 | 2024-10-31T17:47:09.614Z | [ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7999 | 2024-10-31T17:47:09.614Z | [ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8000 | 2024-10-31T17:47:09.614Z | [ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO ok! |
8001 | 2024-10-31T17:47:09.614Z | [ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO STEP 28 (ensure_file) COMPLETE |
8002 | 2024-10-31T17:47:09.614Z | [ recovery-image] Oct 31 17:47:08.207 INFO O| Oct 31 17:47:08.207 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8003 | 2024-10-31T17:47:09.622Z | [ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8004 | 2024-10-31T17:47:09.622Z | [ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8005 | 2024-10-31T17:47:09.622Z | [ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8006 | 2024-10-31T17:47:09.624Z | [ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO ok! |
8007 | 2024-10-31T17:47:09.624Z | [ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO STEP 29 (ensure_file) COMPLETE |
8008 | 2024-10-31T17:47:09.624Z | [ recovery-image] Oct 31 17:47:08.217 INFO O| Oct 31 17:47:08.217 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8009 | 2024-10-31T17:47:09.632Z | [ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8010 | 2024-10-31T17:47:09.632Z | [ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8011 | 2024-10-31T17:47:09.634Z | [ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8012 | 2024-10-31T17:47:09.634Z | [ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO ok! |
8013 | 2024-10-31T17:47:09.634Z | [ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO STEP 30 (ensure_file) COMPLETE |
8014 | 2024-10-31T17:47:09.634Z | [ recovery-image] Oct 31 17:47:08.227 INFO O| Oct 31 17:47:08.227 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8015 | 2024-10-31T17:47:09.642Z | [ recovery-image] Oct 31 17:47:08.237 INFO O| Oct 31 17:47:08.237 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8016 | 2024-10-31T17:47:09.642Z | [ recovery-image] Oct 31 17:47:08.237 INFO O| Oct 31 17:47:08.237 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8017 | 2024-10-31T17:47:09.645Z | [ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.237 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8018 | 2024-10-31T17:47:09.645Z | [ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.238 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8019 | 2024-10-31T17:47:09.645Z | [ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.238 INFO ok! |
8020 | 2024-10-31T17:47:09.645Z | [ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.238 INFO STEP 31 (ensure_file) COMPLETE |
8021 | 2024-10-31T17:47:09.645Z | [ recovery-image] Oct 31 17:47:08.238 INFO O| Oct 31 17:47:08.238 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8022 | 2024-10-31T17:47:09.652Z | [ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8023 | 2024-10-31T17:47:09.652Z | [ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8024 | 2024-10-31T17:47:09.655Z | [ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8025 | 2024-10-31T17:47:09.655Z | [ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO ok! |
8026 | 2024-10-31T17:47:09.655Z | [ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO STEP 32 (ensure_file) COMPLETE |
8027 | 2024-10-31T17:47:09.655Z | [ recovery-image] Oct 31 17:47:08.248 INFO O| Oct 31 17:47:08.248 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8028 | 2024-10-31T17:47:09.664Z | [ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8029 | 2024-10-31T17:47:09.664Z | [ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8030 | 2024-10-31T17:47:09.666Z | [ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8031 | 2024-10-31T17:47:09.666Z | [ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO ok! |
8032 | 2024-10-31T17:47:09.666Z | [ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO STEP 33 (ensure_file) COMPLETE |
8033 | 2024-10-31T17:47:09.666Z | [ recovery-image] Oct 31 17:47:08.259 INFO O| Oct 31 17:47:08.259 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8034 | 2024-10-31T17:47:09.674Z | [ recovery-image] Oct 31 17:47:08.269 INFO O| Oct 31 17:47:08.269 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8035 | 2024-10-31T17:47:09.674Z | [ recovery-image] Oct 31 17:47:08.269 INFO O| Oct 31 17:47:08.269 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8036 | 2024-10-31T17:47:09.677Z | [ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.269 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8037 | 2024-10-31T17:47:09.677Z | [ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8038 | 2024-10-31T17:47:09.677Z | [ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8039 | 2024-10-31T17:47:09.677Z | [ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8040 | 2024-10-31T17:47:09.677Z | [ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO ok! |
8041 | 2024-10-31T17:47:09.677Z | [ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO STEP 34 (ensure_file) COMPLETE |
8042 | 2024-10-31T17:47:09.677Z | [ recovery-image] Oct 31 17:47:08.270 INFO O| Oct 31 17:47:08.270 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8043 | 2024-10-31T17:47:09.687Z | [ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.282 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8044 | 2024-10-31T17:47:09.687Z | [ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.283 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8045 | 2024-10-31T17:47:09.687Z | [ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.283 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8046 | 2024-10-31T17:47:09.690Z | [ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.283 INFO STEP 35 (ensure_dir) COMPLETE |
8047 | 2024-10-31T17:47:09.690Z | [ recovery-image] Oct 31 17:47:08.283 INFO O| Oct 31 17:47:08.283 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8048 | 2024-10-31T17:47:09.701Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.296 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 |
8049 | 2024-10-31T17:47:09.701Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.296 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 ... |
8050 | 2024-10-31T17:47:09.701Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 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 |
8051 | 2024-10-31T17:47:09.704Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 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 |
8052 | 2024-10-31T17:47:09.704Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 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 |
8053 | 2024-10-31T17:47:09.704Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 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 |
8054 | 2024-10-31T17:47:09.704Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 INFO ok! |
8055 | 2024-10-31T17:47:09.704Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 INFO STEP 36 (ensure_file) COMPLETE |
8056 | 2024-10-31T17:47:09.704Z | [ recovery-image] Oct 31 17:47:08.297 INFO O| Oct 31 17:47:08.297 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8057 | 2024-10-31T17:47:09.712Z | [ recovery-image] Oct 31 17:47:08.307 INFO O| Oct 31 17:47:08.307 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8058 | 2024-10-31T17:47:09.712Z | [ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.307 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 ... |
8059 | 2024-10-31T17:47:09.715Z | [ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.308 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8060 | 2024-10-31T17:47:09.715Z | [ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.308 INFO ok! |
8061 | 2024-10-31T17:47:09.715Z | [ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.308 INFO STEP 37 (ensure_symlink) COMPLETE |
8062 | 2024-10-31T17:47:09.715Z | [ recovery-image] Oct 31 17:47:08.308 INFO O| Oct 31 17:47:08.308 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8063 | 2024-10-31T17:47:09.723Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8064 | 2024-10-31T17:47:09.725Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8065 | 2024-10-31T17:47:09.725Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8066 | 2024-10-31T17:47:09.725Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8067 | 2024-10-31T17:47:09.725Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8068 | 2024-10-31T17:47:09.725Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8069 | 2024-10-31T17:47:09.725Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO ok! |
8070 | 2024-10-31T17:47:09.725Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO STEP 38 (ensure_file) COMPLETE |
8071 | 2024-10-31T17:47:09.725Z | [ recovery-image] Oct 31 17:47:08.318 INFO O| Oct 31 17:47:08.318 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8072 | 2024-10-31T17:47:09.733Z | [ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8073 | 2024-10-31T17:47:09.733Z | [ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 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 ... |
8074 | 2024-10-31T17:47:09.733Z | [ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 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 |
8075 | 2024-10-31T17:47:09.733Z | [ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8076 | 2024-10-31T17:47:09.733Z | [ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO ok! |
8077 | 2024-10-31T17:47:09.735Z | [ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO STEP 39 (ensure_file) COMPLETE |
8078 | 2024-10-31T17:47:09.735Z | [ recovery-image] Oct 31 17:47:08.328 INFO O| Oct 31 17:47:08.328 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8079 | 2024-10-31T17:47:09.743Z | [ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8080 | 2024-10-31T17:47:09.743Z | [ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8081 | 2024-10-31T17:47:09.745Z | [ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8082 | 2024-10-31T17:47:09.745Z | [ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO ok! |
8083 | 2024-10-31T17:47:09.745Z | [ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO STEP 40 (ensure_file) COMPLETE |
8084 | 2024-10-31T17:47:09.745Z | [ recovery-image] Oct 31 17:47:08.338 INFO O| Oct 31 17:47:08.338 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8085 | 2024-10-31T17:47:09.753Z | [ recovery-image] Oct 31 17:47:08.348 INFO O| Oct 31 17:47:08.348 INFO updating shadow file |
8086 | 2024-10-31T17:47:09.755Z | [ recovery-image] Oct 31 17:47:08.349 INFO O| Oct 31 17:47:08.349 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8087 | 2024-10-31T17:47:09.755Z | [ recovery-image] Oct 31 17:47:08.349 INFO O| Oct 31 17:47:08.349 INFO STEP 41 (shadow) COMPLETE |
8088 | 2024-10-31T17:47:09.755Z | [ recovery-image] Oct 31 17:47:08.349 INFO O| Oct 31 17:47:08.349 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8089 | 2024-10-31T17:47:09.764Z | [ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8090 | 2024-10-31T17:47:09.766Z | [ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8091 | 2024-10-31T17:47:09.766Z | [ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8092 | 2024-10-31T17:47:09.766Z | [ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8093 | 2024-10-31T17:47:09.766Z | [ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO ok! |
8094 | 2024-10-31T17:47:09.766Z | [ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO STEP 42 (ensure_file) COMPLETE |
8095 | 2024-10-31T17:47:09.766Z | [ recovery-image] Oct 31 17:47:08.359 INFO O| Oct 31 17:47:08.359 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8096 | 2024-10-31T17:47:09.774Z | [ recovery-image] Oct 31 17:47:08.370 INFO O| Oct 31 17:47:08.370 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8097 | 2024-10-31T17:47:09.774Z | [ recovery-image] Oct 31 17:47:08.370 INFO O| Oct 31 17:47:08.370 INFO STEP 43 (ensure_dir) COMPLETE |
8098 | 2024-10-31T17:47:09.774Z | [ recovery-image] Oct 31 17:47:08.370 INFO O| Oct 31 17:47:08.370 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8099 | 2024-10-31T17:47:09.784Z | [ recovery-image] Oct 31 17:47:08.379 INFO O| Oct 31 17:47:08.379 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8100 | 2024-10-31T17:47:09.784Z | [ recovery-image] Oct 31 17:47:08.380 INFO O| Oct 31 17:47:08.379 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8101 | 2024-10-31T17:47:09.787Z | [ recovery-image] Oct 31 17:47:08.380 INFO O| Oct 31 17:47:08.380 INFO STEP 44 (ensure_dir) COMPLETE |
8102 | 2024-10-31T17:47:09.787Z | [ recovery-image] Oct 31 17:47:08.380 INFO O| Oct 31 17:47:08.380 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8103 | 2024-10-31T17:47:09.794Z | [ recovery-image] Oct 31 17:47:08.389 INFO O| Oct 31 17:47:08.389 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8104 | 2024-10-31T17:47:09.794Z | [ recovery-image] Oct 31 17:47:08.390 INFO O| Oct 31 17:47:08.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8105 | 2024-10-31T17:47:09.797Z | [ recovery-image] Oct 31 17:47:08.390 INFO O| Oct 31 17:47:08.390 INFO STEP 45 (ensure_dir) COMPLETE |
8106 | 2024-10-31T17:47:09.797Z | [ recovery-image] Oct 31 17:47:08.390 INFO O| Oct 31 17:47:08.390 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8107 | 2024-10-31T17:47:09.804Z | [ recovery-image] Oct 31 17:47:08.400 INFO O| Oct 31 17:47:08.399 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8108 | 2024-10-31T17:47:09.804Z | [ recovery-image] Oct 31 17:47:08.400 INFO O| Oct 31 17:47:08.399 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8109 | 2024-10-31T17:47:09.835Z | [ recovery-image] Oct 31 17:47:08.430 INFO O| Oct 31 17:47:08.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8110 | 2024-10-31T17:47:09.835Z | [ recovery-image] Oct 31 17:47:08.430 INFO O| Oct 31 17:47:08.430 INFO ok! |
8111 | 2024-10-31T17:47:09.838Z | [ recovery-image] Oct 31 17:47:08.430 INFO O| Oct 31 17:47:08.430 INFO STEP 46 (ensure_file) COMPLETE |
8112 | 2024-10-31T17:47:09.838Z | [ recovery-image] Oct 31 17:47:08.430 INFO O| Oct 31 17:47:08.430 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8113 | 2024-10-31T17:47:09.846Z | [ recovery-image] Oct 31 17:47:08.441 INFO O| Oct 31 17:47:08.441 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8114 | 2024-10-31T17:47:09.848Z | [ recovery-image] Oct 31 17:47:08.441 INFO O| Oct 31 17:47:08.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8115 | 2024-10-31T17:47:09.848Z | [ recovery-image] Oct 31 17:47:08.441 INFO O| Oct 31 17:47:08.441 INFO STEP 47 (ensure_dir) COMPLETE |
8116 | 2024-10-31T17:47:09.848Z | [ recovery-image] Oct 31 17:47:08.441 INFO O| Oct 31 17:47:08.441 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8117 | 2024-10-31T17:47:09.856Z | [ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8118 | 2024-10-31T17:47:09.856Z | [ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8119 | 2024-10-31T17:47:09.858Z | [ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8120 | 2024-10-31T17:47:09.858Z | [ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO ok! |
8121 | 2024-10-31T17:47:09.858Z | [ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO STEP 48 (ensure_file) COMPLETE |
8122 | 2024-10-31T17:47:09.858Z | [ recovery-image] Oct 31 17:47:08.451 INFO O| Oct 31 17:47:08.451 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8123 | 2024-10-31T17:47:09.866Z | [ recovery-image] Oct 31 17:47:08.461 INFO O| Oct 31 17:47:08.461 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8124 | 2024-10-31T17:47:09.866Z | [ recovery-image] Oct 31 17:47:08.461 INFO O| Oct 31 17:47:08.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8125 | 2024-10-31T17:47:09.868Z | [ recovery-image] Oct 31 17:47:08.461 INFO O| Oct 31 17:47:08.461 INFO STEP 49 (ensure_dir) COMPLETE |
8126 | 2024-10-31T17:47:09.868Z | [ recovery-image] Oct 31 17:47:08.461 INFO O| Oct 31 17:47:08.461 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8127 | 2024-10-31T17:47:09.876Z | [ recovery-image] Oct 31 17:47:08.471 INFO O| Oct 31 17:47:08.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8128 | 2024-10-31T17:47:09.876Z | [ recovery-image] Oct 31 17:47:08.471 INFO O| Oct 31 17:47:08.471 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8129 | 2024-10-31T17:47:09.890Z | [ recovery-image] Oct 31 17:47:08.486 INFO O| Oct 31 17:47:08.485 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8130 | 2024-10-31T17:47:09.890Z | [ recovery-image] Oct 31 17:47:08.486 INFO O| Oct 31 17:47:08.486 INFO ok! |
8131 | 2024-10-31T17:47:09.890Z | [ recovery-image] Oct 31 17:47:08.486 INFO O| Oct 31 17:47:08.486 INFO STEP 50 (ensure_file) COMPLETE |
8132 | 2024-10-31T17:47:09.893Z | [ recovery-image] Oct 31 17:47:08.486 INFO O| Oct 31 17:47:08.486 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8133 | 2024-10-31T17:47:09.902Z | [ recovery-image] Oct 31 17:47:08.498 INFO O| Oct 31 17:47:08.498 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8134 | 2024-10-31T17:47:09.902Z | [ recovery-image] Oct 31 17:47:08.498 INFO O| Oct 31 17:47:08.498 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8135 | 2024-10-31T17:47:10.426Z | [ recovery-image] Oct 31 17:47:09.021 INFO O| Oct 31 17:47:09.021 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8136 | 2024-10-31T17:47:10.426Z | [ recovery-image] Oct 31 17:47:09.021 INFO O| Oct 31 17:47:09.021 INFO ok! |
8137 | 2024-10-31T17:47:10.429Z | [ recovery-image] Oct 31 17:47:09.021 INFO O| Oct 31 17:47:09.021 INFO STEP 51 (ensure_file) COMPLETE |
8138 | 2024-10-31T17:47:10.429Z | [ recovery-image] Oct 31 17:47:09.021 INFO O| Oct 31 17:47:09.021 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8139 | 2024-10-31T17:47:10.437Z | [ recovery-image] Oct 31 17:47:09.032 INFO O| Oct 31 17:47:09.032 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8140 | 2024-10-31T17:47:10.437Z | [ recovery-image] Oct 31 17:47:09.032 INFO O| Oct 31 17:47:09.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8141 | 2024-10-31T17:47:10.437Z | [ recovery-image] Oct 31 17:47:09.032 INFO O| Oct 31 17:47:09.032 INFO STEP 52 (ensure_dir) COMPLETE |
8142 | 2024-10-31T17:47:10.439Z | [ recovery-image] Oct 31 17:47:09.032 INFO O| Oct 31 17:47:09.032 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8143 | 2024-10-31T17:47:10.447Z | [ recovery-image] Oct 31 17:47:09.042 INFO O| Oct 31 17:47:09.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8144 | 2024-10-31T17:47:10.450Z | [ recovery-image] Oct 31 17:47:09.042 INFO O| Oct 31 17:47:09.042 INFO copying /tmp/.tmprBD8Ob/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 ... |
8145 | 2024-10-31T17:47:10.450Z | [ recovery-image] Oct 31 17:47:09.043 INFO O| Oct 31 17:47:09.042 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 |
8146 | 2024-10-31T17:47:10.450Z | [ recovery-image] Oct 31 17:47:09.043 INFO O| Oct 31 17:47:09.043 INFO ok! |
8147 | 2024-10-31T17:47:10.450Z | [ recovery-image] Oct 31 17:47:09.043 INFO O| Oct 31 17:47:09.043 INFO STEP 53 (ensure_file) COMPLETE |
8148 | 2024-10-31T17:47:10.450Z | [ recovery-image] Oct 31 17:47:09.043 INFO O| Oct 31 17:47:09.043 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8149 | 2024-10-31T17:47:10.458Z | [ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8150 | 2024-10-31T17:47:10.458Z | [ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO copying /tmp/.tmprBD8Ob/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 ... |
8151 | 2024-10-31T17:47:10.458Z | [ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 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 |
8152 | 2024-10-31T17:47:10.460Z | [ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO ok! |
8153 | 2024-10-31T17:47:10.460Z | [ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO STEP 54 (ensure_file) COMPLETE |
8154 | 2024-10-31T17:47:10.460Z | [ recovery-image] Oct 31 17:47:09.053 INFO O| Oct 31 17:47:09.053 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8155 | 2024-10-31T17:47:10.468Z | [ recovery-image] Oct 31 17:47:09.063 INFO O| Oct 31 17:47:09.063 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8156 | 2024-10-31T17:47:10.470Z | [ recovery-image] Oct 31 17:47:09.063 INFO O| Oct 31 17:47:09.063 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8157 | 2024-10-31T17:47:10.470Z | [ recovery-image] Oct 31 17:47:09.063 INFO O| Oct 31 17:47:09.063 INFO STEP 55 (ensure_dir) COMPLETE |
8158 | 2024-10-31T17:47:10.470Z | [ recovery-image] Oct 31 17:47:09.063 INFO O| Oct 31 17:47:09.063 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8159 | 2024-10-31T17:47:10.478Z | [ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8160 | 2024-10-31T17:47:10.480Z | [ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO copying /tmp/.tmprBD8Ob/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 ... |
8161 | 2024-10-31T17:47:10.480Z | [ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8162 | 2024-10-31T17:47:10.480Z | [ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO ok! |
8163 | 2024-10-31T17:47:10.480Z | [ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO STEP 56 (ensure_file) COMPLETE |
8164 | 2024-10-31T17:47:10.480Z | [ recovery-image] Oct 31 17:47:09.073 INFO O| Oct 31 17:47:09.073 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8165 | 2024-10-31T17:47:10.488Z | [ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8166 | 2024-10-31T17:47:10.488Z | [ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO copying /tmp/.tmprBD8Ob/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 ... |
8167 | 2024-10-31T17:47:10.490Z | [ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 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 |
8168 | 2024-10-31T17:47:10.490Z | [ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO ok! |
8169 | 2024-10-31T17:47:10.490Z | [ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO STEP 57 (ensure_file) COMPLETE |
8170 | 2024-10-31T17:47:10.490Z | [ recovery-image] Oct 31 17:47:09.083 INFO O| Oct 31 17:47:09.083 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8171 | 2024-10-31T17:47:10.498Z | [ recovery-image] Oct 31 17:47:09.093 INFO O| Oct 31 17:47:09.093 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8172 | 2024-10-31T17:47:10.500Z | [ recovery-image] Oct 31 17:47:09.093 INFO O| Oct 31 17:47:09.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8173 | 2024-10-31T17:47:10.500Z | [ recovery-image] Oct 31 17:47:09.093 INFO O| Oct 31 17:47:09.093 INFO STEP 58 (ensure_dir) COMPLETE |
8174 | 2024-10-31T17:47:10.500Z | [ recovery-image] Oct 31 17:47:09.093 INFO O| Oct 31 17:47:09.093 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8175 | 2024-10-31T17:47:10.510Z | [ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8176 | 2024-10-31T17:47:10.510Z | [ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO copying /tmp/.tmprBD8Ob/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 ... |
8177 | 2024-10-31T17:47:10.512Z | [ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8178 | 2024-10-31T17:47:10.512Z | [ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO ok! |
8179 | 2024-10-31T17:47:10.512Z | [ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO STEP 59 (ensure_file) COMPLETE |
8180 | 2024-10-31T17:47:10.512Z | [ recovery-image] Oct 31 17:47:09.105 INFO O| Oct 31 17:47:09.105 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8181 | 2024-10-31T17:47:10.520Z | [ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8182 | 2024-10-31T17:47:10.520Z | [ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8183 | 2024-10-31T17:47:10.523Z | [ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8184 | 2024-10-31T17:47:10.523Z | [ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO ok! |
8185 | 2024-10-31T17:47:10.523Z | [ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO STEP 60 (ensure_file) COMPLETE |
8186 | 2024-10-31T17:47:10.523Z | [ recovery-image] Oct 31 17:47:09.115 INFO O| Oct 31 17:47:09.115 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8187 | 2024-10-31T17:47:10.530Z | [ recovery-image] Oct 31 17:47:09.125 INFO O| Oct 31 17:47:09.125 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8188 | 2024-10-31T17:47:10.530Z | [ recovery-image] Oct 31 17:47:09.125 INFO O| Oct 31 17:47:09.125 INFO STEP 61 (ensure_dir) COMPLETE |
8189 | 2024-10-31T17:47:10.530Z | [ recovery-image] Oct 31 17:47:09.125 INFO O| Oct 31 17:47:09.125 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8190 | 2024-10-31T17:47:10.540Z | [ recovery-image] Oct 31 17:47:09.135 INFO O| Oct 31 17:47:09.135 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8191 | 2024-10-31T17:47:10.540Z | [ recovery-image] Oct 31 17:47:09.135 INFO O| Oct 31 17:47:09.135 INFO STEP 62 (ensure_dir) COMPLETE |
8192 | 2024-10-31T17:47:10.542Z | [ recovery-image] Oct 31 17:47:09.135 INFO O| Oct 31 17:47:09.135 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8193 | 2024-10-31T17:47:10.552Z | [ recovery-image] Oct 31 17:47:09.147 INFO O| Oct 31 17:47:09.147 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8194 | 2024-10-31T17:47:10.552Z | [ recovery-image] Oct 31 17:47:09.147 INFO O| Oct 31 17:47:09.147 INFO STEP 63 (ensure_dir) COMPLETE |
8195 | 2024-10-31T17:47:10.552Z | [ recovery-image] Oct 31 17:47:09.147 INFO O| Oct 31 17:47:09.147 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8196 | 2024-10-31T17:47:10.562Z | [ recovery-image] Oct 31 17:47:09.158 INFO O| Oct 31 17:47:09.157 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8197 | 2024-10-31T17:47:10.562Z | [ recovery-image] Oct 31 17:47:09.158 INFO O| Oct 31 17:47:09.158 INFO STEP 64 (ensure_dir) COMPLETE |
8198 | 2024-10-31T17:47:10.565Z | [ recovery-image] Oct 31 17:47:09.158 INFO O| Oct 31 17:47:09.158 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8199 | 2024-10-31T17:47:10.573Z | [ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8200 | 2024-10-31T17:47:10.573Z | [ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO copying /tmp/.tmprBD8Ob/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8201 | 2024-10-31T17:47:10.576Z | [ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8202 | 2024-10-31T17:47:10.576Z | [ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO ok! |
8203 | 2024-10-31T17:47:10.576Z | [ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO STEP 65 (ensure_file) COMPLETE |
8204 | 2024-10-31T17:47:10.576Z | [ recovery-image] Oct 31 17:47:09.168 INFO O| Oct 31 17:47:09.168 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8205 | 2024-10-31T17:47:10.583Z | [ recovery-image] Oct 31 17:47:09.178 INFO O| Oct 31 17:47:09.178 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8206 | 2024-10-31T17:47:10.585Z | [ recovery-image] Oct 31 17:47:09.178 INFO O| Oct 31 17:47:09.178 INFO STEP 66 (remove_files) COMPLETE |
8207 | 2024-10-31T17:47:10.585Z | [ recovery-image] Oct 31 17:47:09.179 INFO O| Oct 31 17:47:09.178 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8208 | 2024-10-31T17:47:10.594Z | [ recovery-image] Oct 31 17:47:09.189 INFO O| Oct 31 17:47:09.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8209 | 2024-10-31T17:47:10.596Z | [ recovery-image] Oct 31 17:47:09.189 INFO O| Oct 31 17:47:09.189 INFO STEP 67 (remove_files) COMPLETE |
8210 | 2024-10-31T17:47:10.596Z | [ recovery-image] Oct 31 17:47:09.189 INFO O| Oct 31 17:47:09.189 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8211 | 2024-10-31T17:47:10.604Z | [ recovery-image] Oct 31 17:47:09.199 INFO O| Oct 31 17:47:09.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8212 | 2024-10-31T17:47:10.606Z | [ recovery-image] Oct 31 17:47:09.199 INFO O| Oct 31 17:47:09.199 INFO STEP 68 (remove_files) COMPLETE |
8213 | 2024-10-31T17:47:10.606Z | [ recovery-image] Oct 31 17:47:09.199 INFO O| Oct 31 17:47:09.199 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8214 | 2024-10-31T17:47:10.615Z | [ recovery-image] Oct 31 17:47:09.210 INFO O| Oct 31 17:47:09.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8215 | 2024-10-31T17:47:10.617Z | [ recovery-image] Oct 31 17:47:09.210 INFO O| Oct 31 17:47:09.210 INFO STEP 69 (remove_files) COMPLETE |
8216 | 2024-10-31T17:47:10.617Z | [ recovery-image] Oct 31 17:47:09.210 INFO O| Oct 31 17:47:09.210 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8217 | 2024-10-31T17:47:10.625Z | [ recovery-image] Oct 31 17:47:09.221 INFO O| Oct 31 17:47:09.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8218 | 2024-10-31T17:47:10.628Z | [ recovery-image] Oct 31 17:47:09.221 INFO O| Oct 31 17:47:09.221 INFO STEP 70 (remove_files) COMPLETE |
8219 | 2024-10-31T17:47:10.628Z | [ recovery-image] Oct 31 17:47:09.221 INFO O| Oct 31 17:47:09.221 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8220 | 2024-10-31T17:47:10.636Z | [ recovery-image] Oct 31 17:47:09.232 INFO O| Oct 31 17:47:09.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8221 | 2024-10-31T17:47:10.639Z | [ recovery-image] Oct 31 17:47:09.232 INFO O| Oct 31 17:47:09.232 INFO STEP 71 (remove_files) COMPLETE |
8222 | 2024-10-31T17:47:10.639Z | [ recovery-image] Oct 31 17:47:09.232 INFO O| Oct 31 17:47:09.232 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8223 | 2024-10-31T17:47:10.648Z | [ recovery-image] Oct 31 17:47:09.243 INFO O| Oct 31 17:47:09.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8224 | 2024-10-31T17:47:10.648Z | [ recovery-image] Oct 31 17:47:09.243 INFO O| Oct 31 17:47:09.243 INFO STEP 72 (remove_files) COMPLETE |
8225 | 2024-10-31T17:47:10.652Z | [ recovery-image] Oct 31 17:47:09.243 INFO O| Oct 31 17:47:09.243 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8226 | 2024-10-31T17:47:10.658Z | [ recovery-image] Oct 31 17:47:09.253 INFO O| Oct 31 17:47:09.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8227 | 2024-10-31T17:47:10.658Z | [ recovery-image] Oct 31 17:47:09.253 INFO O| Oct 31 17:47:09.253 INFO STEP 73 (remove_files) COMPLETE |
8228 | 2024-10-31T17:47:10.658Z | [ recovery-image] Oct 31 17:47:09.253 INFO O| Oct 31 17:47:09.253 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8229 | 2024-10-31T17:47:10.670Z | [ recovery-image] Oct 31 17:47:09.265 INFO O| Oct 31 17:47:09.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8230 | 2024-10-31T17:47:10.670Z | [ recovery-image] Oct 31 17:47:09.265 INFO O| Oct 31 17:47:09.265 INFO STEP 74 (remove_files) COMPLETE |
8231 | 2024-10-31T17:47:10.673Z | [ recovery-image] Oct 31 17:47:09.265 INFO O| Oct 31 17:47:09.265 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8232 | 2024-10-31T17:47:10.683Z | [ recovery-image] Oct 31 17:47:09.278 INFO O| Oct 31 17:47:09.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8233 | 2024-10-31T17:47:10.683Z | [ recovery-image] Oct 31 17:47:09.278 INFO O| Oct 31 17:47:09.278 INFO STEP 75 (remove_files) COMPLETE |
8234 | 2024-10-31T17:47:10.683Z | [ recovery-image] Oct 31 17:47:09.278 INFO O| Oct 31 17:47:09.278 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8235 | 2024-10-31T17:47:10.694Z | [ recovery-image] Oct 31 17:47:09.289 INFO O| Oct 31 17:47:09.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8236 | 2024-10-31T17:47:10.694Z | [ recovery-image] Oct 31 17:47:09.289 INFO O| Oct 31 17:47:09.289 INFO STEP 76 (remove_files) COMPLETE |
8237 | 2024-10-31T17:47:10.696Z | [ recovery-image] Oct 31 17:47:09.289 INFO O| Oct 31 17:47:09.289 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8238 | 2024-10-31T17:47:10.705Z | [ recovery-image] Oct 31 17:47:09.300 INFO O| Oct 31 17:47:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8239 | 2024-10-31T17:47:10.705Z | [ recovery-image] Oct 31 17:47:09.300 INFO O| Oct 31 17:47:09.300 INFO STEP 77 (remove_files) COMPLETE |
8240 | 2024-10-31T17:47:10.707Z | [ recovery-image] Oct 31 17:47:09.300 INFO O| Oct 31 17:47:09.300 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8241 | 2024-10-31T17:47:10.716Z | [ recovery-image] Oct 31 17:47:09.311 INFO O| Oct 31 17:47:09.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8242 | 2024-10-31T17:47:10.716Z | [ recovery-image] Oct 31 17:47:09.312 INFO O| Oct 31 17:47:09.311 INFO STEP 78 (remove_files) COMPLETE |
8243 | 2024-10-31T17:47:10.716Z | [ recovery-image] Oct 31 17:47:09.312 INFO O| Oct 31 17:47:09.312 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8244 | 2024-10-31T17:47:10.730Z | [ recovery-image] Oct 31 17:47:09.325 INFO O| Oct 31 17:47:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8245 | 2024-10-31T17:47:10.730Z | [ recovery-image] Oct 31 17:47:09.325 INFO O| Oct 31 17:47:09.325 INFO STEP 79 (remove_files) COMPLETE |
8246 | 2024-10-31T17:47:10.730Z | [ recovery-image] Oct 31 17:47:09.325 INFO O| Oct 31 17:47:09.325 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8247 | 2024-10-31T17:47:10.743Z | [ recovery-image] Oct 31 17:47:09.338 INFO O| Oct 31 17:47:09.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8248 | 2024-10-31T17:47:10.743Z | [ recovery-image] Oct 31 17:47:09.338 INFO O| Oct 31 17:47:09.338 INFO STEP 80 (remove_files) COMPLETE |
8249 | 2024-10-31T17:47:10.745Z | [ recovery-image] Oct 31 17:47:09.338 INFO O| Oct 31 17:47:09.338 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8250 | 2024-10-31T17:47:10.754Z | [ recovery-image] Oct 31 17:47:09.349 INFO O| Oct 31 17:47:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8251 | 2024-10-31T17:47:10.754Z | [ recovery-image] Oct 31 17:47:09.350 INFO O| Oct 31 17:47:09.350 INFO STEP 81 (remove_files) COMPLETE |
8252 | 2024-10-31T17:47:10.757Z | [ recovery-image] Oct 31 17:47:09.350 INFO O| Oct 31 17:47:09.350 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8253 | 2024-10-31T17:47:10.771Z | [ recovery-image] Oct 31 17:47:09.365 INFO O| Oct 31 17:47:09.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8254 | 2024-10-31T17:47:10.771Z | [ recovery-image] Oct 31 17:47:09.366 INFO O| Oct 31 17:47:09.366 INFO STEP 82 (remove_files) COMPLETE |
8255 | 2024-10-31T17:47:10.773Z | [ recovery-image] Oct 31 17:47:09.366 INFO O| Oct 31 17:47:09.366 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8256 | 2024-10-31T17:47:10.794Z | [ recovery-image] Oct 31 17:47:09.378 INFO O| Oct 31 17:47:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8257 | 2024-10-31T17:47:10.794Z | [ recovery-image] Oct 31 17:47:09.378 INFO O| Oct 31 17:47:09.378 INFO STEP 83 (remove_files) COMPLETE |
8258 | 2024-10-31T17:47:10.795Z | [ recovery-image] Oct 31 17:47:09.378 INFO O| Oct 31 17:47:09.378 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8259 | 2024-10-31T17:47:10.795Z | [ recovery-image] Oct 31 17:47:09.389 INFO O| Oct 31 17:47:09.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8260 | 2024-10-31T17:47:10.795Z | [ recovery-image] Oct 31 17:47:09.389 INFO O| Oct 31 17:47:09.389 INFO STEP 84 (remove_files) COMPLETE |
8261 | 2024-10-31T17:47:10.795Z | [ recovery-image] Oct 31 17:47:09.389 INFO O| Oct 31 17:47:09.389 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8262 | 2024-10-31T17:47:10.806Z | [ recovery-image] Oct 31 17:47:09.401 INFO O| Oct 31 17:47:09.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8263 | 2024-10-31T17:47:10.806Z | [ recovery-image] Oct 31 17:47:09.401 INFO O| Oct 31 17:47:09.401 INFO STEP 85 (remove_files) COMPLETE |
8264 | 2024-10-31T17:47:10.806Z | [ recovery-image] Oct 31 17:47:09.401 INFO O| Oct 31 17:47:09.401 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8265 | 2024-10-31T17:47:10.817Z | [ recovery-image] Oct 31 17:47:09.412 INFO O| Oct 31 17:47:09.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8266 | 2024-10-31T17:47:10.819Z | [ recovery-image] Oct 31 17:47:09.412 INFO O| Oct 31 17:47:09.412 INFO STEP 86 (remove_files) COMPLETE |
8267 | 2024-10-31T17:47:10.819Z | [ recovery-image] Oct 31 17:47:09.412 INFO O| Oct 31 17:47:09.412 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8268 | 2024-10-31T17:47:10.827Z | [ recovery-image] Oct 31 17:47:09.422 INFO O| Oct 31 17:47:09.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8269 | 2024-10-31T17:47:10.827Z | [ recovery-image] Oct 31 17:47:09.423 INFO O| Oct 31 17:47:09.423 INFO STEP 87 (remove_files) COMPLETE |
8270 | 2024-10-31T17:47:10.830Z | [ recovery-image] Oct 31 17:47:09.423 INFO O| Oct 31 17:47:09.423 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8271 | 2024-10-31T17:47:10.841Z | [ recovery-image] Oct 31 17:47:09.434 INFO O| Oct 31 17:47:09.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8272 | 2024-10-31T17:47:10.841Z | [ recovery-image] Oct 31 17:47:09.434 INFO O| Oct 31 17:47:09.434 INFO STEP 88 (remove_files) COMPLETE |
8273 | 2024-10-31T17:47:10.842Z | [ recovery-image] Oct 31 17:47:09.434 INFO O| Oct 31 17:47:09.434 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8274 | 2024-10-31T17:47:10.850Z | [ recovery-image] Oct 31 17:47:09.446 INFO O| Oct 31 17:47:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8275 | 2024-10-31T17:47:10.853Z | [ recovery-image] Oct 31 17:47:09.446 INFO O| Oct 31 17:47:09.446 INFO STEP 89 (remove_files) COMPLETE |
8276 | 2024-10-31T17:47:10.853Z | [ recovery-image] Oct 31 17:47:09.446 INFO O| Oct 31 17:47:09.446 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8277 | 2024-10-31T17:47:10.861Z | [ recovery-image] Oct 31 17:47:09.456 INFO O| Oct 31 17:47:09.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8278 | 2024-10-31T17:47:10.861Z | [ recovery-image] Oct 31 17:47:09.456 INFO O| Oct 31 17:47:09.456 INFO STEP 90 (remove_files) COMPLETE |
8279 | 2024-10-31T17:47:10.861Z | [ recovery-image] Oct 31 17:47:09.456 INFO O| Oct 31 17:47:09.456 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8280 | 2024-10-31T17:47:10.871Z | [ recovery-image] Oct 31 17:47:09.466 INFO O| Oct 31 17:47:09.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8281 | 2024-10-31T17:47:10.871Z | [ recovery-image] Oct 31 17:47:09.466 INFO O| Oct 31 17:47:09.466 INFO STEP 91 (remove_files) COMPLETE |
8282 | 2024-10-31T17:47:10.871Z | [ recovery-image] Oct 31 17:47:09.466 INFO O| Oct 31 17:47:09.466 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8283 | 2024-10-31T17:47:10.882Z | [ recovery-image] Oct 31 17:47:09.477 INFO O| Oct 31 17:47:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8284 | 2024-10-31T17:47:10.882Z | [ recovery-image] Oct 31 17:47:09.477 INFO O| Oct 31 17:47:09.477 INFO STEP 92 (remove_files) COMPLETE |
8285 | 2024-10-31T17:47:10.884Z | [ recovery-image] Oct 31 17:47:09.477 INFO O| Oct 31 17:47:09.477 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8286 | 2024-10-31T17:47:10.892Z | [ recovery-image] Oct 31 17:47:09.487 INFO O| Oct 31 17:47:09.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8287 | 2024-10-31T17:47:10.892Z | [ recovery-image] Oct 31 17:47:09.487 INFO O| Oct 31 17:47:09.487 INFO STEP 93 (remove_files) COMPLETE |
8288 | 2024-10-31T17:47:10.894Z | [ recovery-image] Oct 31 17:47:09.487 INFO O| Oct 31 17:47:09.487 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8289 | 2024-10-31T17:47:10.902Z | [ recovery-image] Oct 31 17:47:09.497 INFO O| Oct 31 17:47:09.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8290 | 2024-10-31T17:47:10.902Z | [ recovery-image] Oct 31 17:47:09.497 INFO O| Oct 31 17:47:09.497 INFO STEP 94 (remove_files) COMPLETE |
8291 | 2024-10-31T17:47:10.904Z | [ recovery-image] Oct 31 17:47:09.497 INFO O| Oct 31 17:47:09.497 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8292 | 2024-10-31T17:47:10.917Z | [ recovery-image] Oct 31 17:47:09.512 INFO O| Oct 31 17:47:09.512 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8293 | 2024-10-31T17:47:10.919Z | [ recovery-image] Oct 31 17:47:09.512 INFO O| Oct 31 17:47:09.512 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_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"} |
8294 | 2024-10-31T17:47:18.883Z | [ recovery-image] Oct 31 17:47:17.475 INFO O| Oct 31 17:47:17.475 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 |
8295 | 2024-10-31T17:47:18.885Z | [ recovery-image] Oct 31 17:47:17.475 INFO O| Oct 31 17:47:17.475 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8296 | 2024-10-31T17:47:18.895Z | [ recovery-image] Oct 31 17:47:17.488 INFO O| Oct 31 17:47:17.488 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_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"} |
8297 | 2024-10-31T17:47:18.971Z | [ recovery-image] Oct 31 17:47:17.564 INFO O| Oct 31 17:47:17.564 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8298 | 2024-10-31T17:47:18.971Z | [ recovery-image] Oct 31 17:47:17.564 INFO O| Oct 31 17:47:17.564 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 ... |
8299 | 2024-10-31T17:47:18.974Z | [ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8300 | 2024-10-31T17:47:18.974Z | [ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO ok! |
8301 | 2024-10-31T17:47:18.974Z | [ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8302 | 2024-10-31T17:47:18.974Z | [ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO STEP 95 (seed_smf) COMPLETE |
8303 | 2024-10-31T17:47:18.974Z | [ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO steps complete; finalising image! |
8304 | 2024-10-31T17:47:18.974Z | [ recovery-image] Oct 31 17:47:17.566 INFO O| Oct 31 17:47:17.566 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8305 | 2024-10-31T17:47:19.006Z | [ recovery-image] Oct 31 17:47:17.599 INFO O| Oct 31 17:47:17.599 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Thu Oct 31 17:47:17 2024) |
8306 | 2024-10-31T17:47:19.227Z | [ recovery-image] Oct 31 17:47:17.820 INFO O| Oct 31 17:47:17.820 INFO temporary pool has 411M used, 1.35G avail, 1.00x compressratio |
8307 | 2024-10-31T17:47:19.228Z | [ recovery-image] Oct 31 17:47:17.820 INFO O| Oct 31 17:47:17.820 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8308 | 2024-10-31T17:47:19.487Z | [ recovery-image] Oct 31 17:47:18.079 INFO O| Oct 31 17:47:18.079 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 |
8309 | 2024-10-31T17:47:19.487Z | [ recovery-image] Oct 31 17:47:18.079 INFO O| Oct 31 17:47:18.079 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8310 | 2024-10-31T17:47:22.576Z | [ recovery-image] Oct 31 17:47:21.167 INFO O| Oct 31 17:47:21.167 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8311 | 2024-10-31T17:47:22.576Z | [ recovery-image] Oct 31 17:47:21.168 INFO O| Oct 31 17:47:21.167 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8312 | 2024-10-31T17:47:22.579Z | [ recovery-image] Oct 31 17:47:21.168 INFO O| Oct 31 17:47:21.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8313 | 2024-10-31T17:47:22.579Z | [ recovery-image] Oct 31 17:47:21.168 INFO O| Oct 31 17:47:21.168 INFO completed processing gimlet/zfs-recovery |
8314 | 2024-10-31T17:47:22.579Z | [ recovery-image] Oct 31 17:47:21.168 INFO O| Oct 31 17:47:21.168 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8315 | 2024-10-31T17:47:23.106Z | [ recovery-image] Oct 31 17:47:21.697 INFO O| Oct 31 17:47:21.697 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8316 | 2024-10-31T17:47:23.190Z | [ recovery-image] Oct 31 17:47:21.782 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
8317 | 2024-10-31T17:47:23.193Z | [ recovery-image] Oct 31 17:47:21.783 INFO expanded image name: "recovery 4f04635/${os_short_commit} 2024-10-31 17:19" -> "recovery 4f04635/54a974b 2024-10-31 17:19" |
8318 | 2024-10-31T17:47:23.193Z | [ recovery-image] Oct 31 17:47:21.783 INFO output artefacts stored in: "/work/os-recovery" |
8319 | 2024-10-31T17:47:23.193Z | [ recovery-image] Oct 31 17:47:21.783 INFO collecting git info from project "amd-firmware"... |
8320 | 2024-10-31T17:47:23.258Z | [ recovery-image] Oct 31 17:47:21.850 INFO collecting git info from project "pilot"... |
8321 | 2024-10-31T17:47:23.269Z | [ recovery-image] Oct 31 17:47:21.861 INFO collecting git info from project "phbl"... |
8322 | 2024-10-31T17:47:23.275Z | [ recovery-image] Oct 31 17:47:21.867 INFO collecting git info from project "bootserver"... |
8323 | 2024-10-31T17:47:23.281Z | [ recovery-image] Oct 31 17:47:21.873 INFO collecting git info from project "chelsio-t6-roms"... |
8324 | 2024-10-31T17:47:23.301Z | [ recovery-image] Oct 31 17:47:21.893 INFO collecting git info from project "pinprick"... |
8325 | 2024-10-31T17:47:23.306Z | [ recovery-image] Oct 31 17:47:21.898 INFO collecting git info from project "amd-host-image-builder"... |
8326 | 2024-10-31T17:47:23.543Z | [ recovery-image] Oct 31 17:47:22.135 INFO collecting git info from project "image-builder"... |
8327 | 2024-10-31T17:47:23.549Z | [ recovery-image] Oct 31 17:47:22.141 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8328 | 2024-10-31T17:47:23.906Z | [ recovery-image] Oct 31 17:47:22.497 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8329 | 2024-10-31T17:47:24.261Z | [ recovery-image] Oct 31 17:47:22.853 INFO creating Oxide boot image... |
8330 | 2024-10-31T17:47:24.261Z | [ recovery-image] Oct 31 17:47:22.853 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4f04635/54a974b 2024-10-31 17:19", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8331 | 2024-10-31T17:47:55.387Z | [ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z |
8332 | 2024-10-31T17:47:55.389Z | [ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z |
8333 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8334 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8335 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8336 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.971 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8337 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.972 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8338 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.972 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8339 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.972 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8340 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.973 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8341 | 2024-10-31T17:47:55.390Z | [ host-image] Oct 31 17:47:53.973 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z |
8342 | 2024-10-31T17:47:55.392Z | [ host-image] Oct 31 17:47:53.974 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z |
8343 | 2024-10-31T17:47:55.392Z | [ host-image] Oct 31 17:47:53.975 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z |
8344 | 2024-10-31T17:47:55.392Z | [ host-image] Oct 31 17:47:53.976 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z |
8345 | 2024-10-31T17:47:55.392Z | [ host-image] Oct 31 17:47:53.976 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8346 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.977 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z |
8347 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.977 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z |
8348 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.977 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z |
8349 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z |
8350 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z |
8351 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z |
8352 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z |
8353 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z |
8354 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.978 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z |
8355 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z |
8356 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z |
8357 | 2024-10-31T17:47:55.395Z | [ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z |
8358 | 2024-10-31T17:47:55.397Z | [ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z |
8359 | 2024-10-31T17:47:55.398Z | [ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8360 | 2024-10-31T17:47:55.398Z | [ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z |
8361 | 2024-10-31T17:47:55.398Z | [ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z |
8362 | 2024-10-31T17:47:55.398Z | [ host-image] Oct 31 17:47:53.979 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z |
8363 | 2024-10-31T17:47:55.398Z | [ host-image] Oct 31 17:47:53.980 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z |
8364 | 2024-10-31T17:47:55.398Z | [ host-image] Oct 31 17:47:53.981 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z |
8365 | 2024-10-31T17:47:55.398Z | [ host-image] Oct 31 17:47:53.981 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z |
8366 | 2024-10-31T17:47:55.406Z | [ host-image] Oct 31 17:47:53.990 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8367 | 2024-10-31T17:47:55.408Z | [ host-image] Oct 31 17:47:53.990 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z |
8368 | 2024-10-31T17:47:55.408Z | [ host-image] Oct 31 17:47:53.990 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8369 | 2024-10-31T17:47:55.408Z | [ host-image] Oct 31 17:47:53.991 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8370 | 2024-10-31T17:47:55.408Z | [ host-image] Oct 31 17:47:53.991 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8371 | 2024-10-31T17:47:55.408Z | [ host-image] Oct 31 17:47:53.991 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z |
8372 | 2024-10-31T17:47:55.408Z | [ host-image] Oct 31 17:47:53.992 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8373 | 2024-10-31T17:47:55.408Z | [ host-image] Oct 31 17:47:53.992 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8374 | 2024-10-31T17:47:55.411Z | [ host-image] Oct 31 17:47:53.993 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8375 | 2024-10-31T17:47:55.411Z | [ host-image] Oct 31 17:47:53.993 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8376 | 2024-10-31T17:47:55.422Z | [ host-image] Oct 31 17:47:54.006 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8377 | 2024-10-31T17:47:55.422Z | [ host-image] Oct 31 17:47:54.006 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8378 | 2024-10-31T17:47:55.425Z | [ host-image] Oct 31 17:47:54.006 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8379 | 2024-10-31T17:47:55.425Z | [ host-image] Oct 31 17:47:54.007 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8380 | 2024-10-31T17:47:55.425Z | [ host-image] Oct 31 17:47:54.008 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8381 | 2024-10-31T17:47:55.425Z | [ host-image] Oct 31 17:47:54.008 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8382 | 2024-10-31T17:47:55.462Z | [ host-image] Oct 31 17:47:54.046 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8383 | 2024-10-31T17:47:55.464Z | [ host-image] Oct 31 17:47:54.046 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8384 | 2024-10-31T17:47:55.464Z | [ host-image] Oct 31 17:47:54.046 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8385 | 2024-10-31T17:47:55.464Z | [ host-image] Oct 31 17:47:54.047 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z |
8386 | 2024-10-31T17:47:55.464Z | [ host-image] Oct 31 17:47:54.047 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z |
8387 | 2024-10-31T17:47:55.464Z | [ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8388 | 2024-10-31T17:47:55.465Z | [ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z |
8389 | 2024-10-31T17:47:55.465Z | [ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8390 | 2024-10-31T17:47:55.465Z | [ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8391 | 2024-10-31T17:47:55.465Z | [ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8392 | 2024-10-31T17:47:55.465Z | [ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z |
8393 | 2024-10-31T17:47:55.465Z | [ host-image] Oct 31 17:47:54.048 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8394 | 2024-10-31T17:47:55.469Z | [ host-image] Oct 31 17:47:54.053 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8395 | 2024-10-31T17:47:55.472Z | [ host-image] Oct 31 17:47:54.053 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8396 | 2024-10-31T17:47:55.472Z | [ host-image] Oct 31 17:47:54.053 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8397 | 2024-10-31T17:47:55.472Z | [ host-image] Oct 31 17:47:54.054 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z |
8398 | 2024-10-31T17:47:55.472Z | [ host-image] Oct 31 17:47:54.054 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8399 | 2024-10-31T17:47:55.486Z | [ host-image] Oct 31 17:47:54.070 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8400 | 2024-10-31T17:47:55.488Z | [ host-image] Oct 31 17:47:54.070 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z |
8401 | 2024-10-31T17:47:55.488Z | [ host-image] Oct 31 17:47:54.072 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z |
8402 | 2024-10-31T17:47:55.490Z | [ host-image] Oct 31 17:47:54.072 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z |
8403 | 2024-10-31T17:47:55.490Z | [ host-image] Oct 31 17:47:54.073 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8404 | 2024-10-31T17:47:55.490Z | [ host-image] Oct 31 17:47:54.073 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z |
8405 | 2024-10-31T17:47:55.490Z | [ host-image] Oct 31 17:47:54.074 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z |
8406 | 2024-10-31T17:47:55.490Z | [ host-image] Oct 31 17:47:54.074 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z |
8407 | 2024-10-31T17:47:55.490Z | [ host-image] Oct 31 17:47:54.074 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z |
8408 | 2024-10-31T17:47:55.494Z | [ host-image] Oct 31 17:47:54.078 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8409 | 2024-10-31T17:47:55.496Z | [ host-image] Oct 31 17:47:54.079 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z |
8410 | 2024-10-31T17:47:55.496Z | [ host-image] Oct 31 17:47:54.079 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z |
8411 | 2024-10-31T17:47:55.496Z | [ host-image] Oct 31 17:47:54.079 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8412 | 2024-10-31T17:47:55.496Z | [ host-image] Oct 31 17:47:54.080 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z |
8413 | 2024-10-31T17:47:55.496Z | [ host-image] Oct 31 17:47:54.080 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z |
8414 | 2024-10-31T17:47:55.496Z | [ host-image] Oct 31 17:47:54.080 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z |
8415 | 2024-10-31T17:47:55.499Z | [ host-image] Oct 31 17:47:54.081 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z |
8416 | 2024-10-31T17:47:55.506Z | [ host-image] Oct 31 17:47:54.090 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z |
8417 | 2024-10-31T17:47:55.506Z | [ host-image] Oct 31 17:47:54.090 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8418 | 2024-10-31T17:47:55.508Z | [ host-image] Oct 31 17:47:54.092 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z |
8419 | 2024-10-31T17:47:55.510Z | [ host-image] Oct 31 17:47:54.093 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z |
8420 | 2024-10-31T17:47:55.510Z | [ host-image] Oct 31 17:47:54.093 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z |
8421 | 2024-10-31T17:47:55.510Z | [ host-image] Oct 31 17:47:54.094 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z |
8422 | 2024-10-31T17:47:55.511Z | [ host-image] Oct 31 17:47:54.095 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z |
8423 | 2024-10-31T17:47:55.513Z | [ host-image] Oct 31 17:47:54.095 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z |
8424 | 2024-10-31T17:47:55.521Z | [ host-image] Oct 31 17:47:54.106 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z |
8425 | 2024-10-31T17:47:55.522Z | [ host-image] Oct 31 17:47:54.106 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z |
8426 | 2024-10-31T17:47:55.524Z | [ host-image] Oct 31 17:47:54.106 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z |
8427 | 2024-10-31T17:47:55.524Z | [ host-image] Oct 31 17:47:54.107 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z |
8428 | 2024-10-31T17:47:55.524Z | [ host-image] Oct 31 17:47:54.107 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z |
8429 | 2024-10-31T17:47:55.547Z | [ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z |
8430 | 2024-10-31T17:47:55.547Z | [ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z |
8431 | 2024-10-31T17:47:55.549Z | [ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z |
8432 | 2024-10-31T17:47:55.549Z | [ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8433 | 2024-10-31T17:47:55.549Z | [ host-image] Oct 31 17:47:54.131 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8434 | 2024-10-31T17:47:55.578Z | [ host-image] Oct 31 17:47:54.162 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z |
8435 | 2024-10-31T17:47:55.581Z | [ host-image] Oct 31 17:47:54.162 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8436 | 2024-10-31T17:47:55.581Z | [ host-image] Oct 31 17:47:54.162 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z |
8437 | 2024-10-31T17:47:55.581Z | [ host-image] Oct 31 17:47:54.162 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z |
8438 | 2024-10-31T17:47:55.581Z | [ host-image] Oct 31 17:47:54.164 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z |
8439 | 2024-10-31T17:47:55.581Z | [ host-image] Oct 31 17:47:54.164 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8440 | 2024-10-31T17:47:55.581Z | [ host-image] Oct 31 17:47:54.165 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8441 | 2024-10-31T17:47:55.584Z | [ host-image] Oct 31 17:47:54.165 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z |
8442 | 2024-10-31T17:47:55.584Z | [ host-image] Oct 31 17:47:54.165 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z |
8443 | 2024-10-31T17:47:55.584Z | [ host-image] Oct 31 17:47:54.165 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z |
8444 | 2024-10-31T17:47:55.584Z | [ host-image] Oct 31 17:47:54.166 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z |
8445 | 2024-10-31T17:47:55.584Z | [ host-image] Oct 31 17:47:54.166 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z |
8446 | 2024-10-31T17:47:55.584Z | [ host-image] Oct 31 17:47:54.166 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z |
8447 | 2024-10-31T17:47:55.586Z | [ host-image] Oct 31 17:47:54.169 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8448 | 2024-10-31T17:47:55.586Z | [ host-image] Oct 31 17:47:54.170 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z |
8449 | 2024-10-31T17:47:55.589Z | [ host-image] Oct 31 17:47:54.171 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z |
8450 | 2024-10-31T17:47:55.589Z | [ host-image] Oct 31 17:47:54.171 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z |
8451 | 2024-10-31T17:47:55.589Z | [ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z |
8452 | 2024-10-31T17:47:55.589Z | [ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z |
8453 | 2024-10-31T17:47:55.589Z | [ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z |
8454 | 2024-10-31T17:47:55.589Z | [ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8455 | 2024-10-31T17:47:55.589Z | [ host-image] Oct 31 17:47:54.172 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8456 | 2024-10-31T17:47:55.592Z | [ host-image] Oct 31 17:47:54.173 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z |
8457 | 2024-10-31T17:47:55.592Z | [ host-image] Oct 31 17:47:54.173 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z |
8458 | 2024-10-31T17:47:55.592Z | [ host-image] Oct 31 17:47:54.173 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8459 | 2024-10-31T17:47:55.592Z | [ host-image] Oct 31 17:47:54.174 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8460 | 2024-10-31T17:47:55.592Z | [ host-image] Oct 31 17:47:54.174 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8461 | 2024-10-31T17:47:55.592Z | [ host-image] Oct 31 17:47:54.174 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8462 | 2024-10-31T17:47:55.592Z | [ host-image] Oct 31 17:47:54.174 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8463 | 2024-10-31T17:47:55.592Z | [ host-image] Oct 31 17:47:54.175 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8464 | 2024-10-31T17:47:55.594Z | [ host-image] Oct 31 17:47:54.176 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8465 | 2024-10-31T17:47:55.594Z | [ host-image] Oct 31 17:47:54.176 INFO O| tempdir @ "/tmp/.tmpGs9ddL/tmp" |
8466 | 2024-10-31T17:47:55.594Z | [ host-image] Oct 31 17:47:54.176 INFO O| image root @ "/tmp/.tmpGs9ddL/tmp/root" |
8467 | 2024-10-31T17:47:55.594Z | [ host-image] Oct 31 17:47:54.176 INFO O| creating image... |
8468 | 2024-10-31T17:47:56.092Z | [ host-image] Oct 31 17:47:54.676 INFO O| copying publishers... |
8469 | 2024-10-31T17:48:04.412Z | [ host-image] Oct 31 17:48:02.994 INFO O| adding properties... |
8470 | 2024-10-31T17:48:05.415Z | [ host-image] Oct 31 17:48:03.996 INFO O| installing packages... |
8471 | 2024-10-31T17:48:18.223Z | [ recovery-image] Oct 31 17:48:16.801 INFO O| ok, image written! |
8472 | 2024-10-31T17:48:18.225Z | [ recovery-image] Oct 31 17:48:16.801 INFO O| ok, boot_image_csum file written! |
8473 | 2024-10-31T17:48:18.232Z | [ recovery-image] Oct 31 17:48:16.806 INFO creating boot archive (CPIO)... |
8474 | 2024-10-31T17:48:18.232Z | [ recovery-image] Oct 31 17:48:16.806 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 |
8475 | 2024-10-31T17:48:18.236Z | [ recovery-image] Oct 31 17:48:16.814 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8476 | 2024-10-31T17:48:18.236Z | [ recovery-image] Oct 31 17:48:16.814 INFO E| + outfile=/work/os-recovery/cpio |
8477 | 2024-10-31T17:48:18.236Z | [ recovery-image] Oct 31 17:48:16.814 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8478 | 2024-10-31T17:48:18.238Z | [ recovery-image] Oct 31 17:48:16.816 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8479 | 2024-10-31T17:48:18.238Z | [ recovery-image] Oct 31 17:48:16.816 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8480 | 2024-10-31T17:48:18.270Z | [ recovery-image] Oct 31 17:48:16.848 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8481 | 2024-10-31T17:48:18.279Z | [ recovery-image] Oct 31 17:48:16.849 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8482 | 2024-10-31T17:48:18.279Z | [ recovery-image] Oct 31 17:48:16.855 INFO creating compressed cpio/unix for nanobl-rs... |
8483 | 2024-10-31T17:48:18.279Z | [ recovery-image] Oct 31 17:48:16.856 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 |
8484 | 2024-10-31T17:48:18.561Z | [ recovery-image] Oct 31 17:48:17.140 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8485 | 2024-10-31T17:48:20.426Z | [ host-image] Oct 31 17:48:19.003 INFO O| seeding SMF database... |
8486 | 2024-10-31T17:48:22.924Z | [ recovery-image] Oct 31 17:48:21.501 INFO creating reset image... |
8487 | 2024-10-31T17:48:22.927Z | [ recovery-image] Oct 31 17:48:21.501 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8488 | 2024-10-31T17:48:23.167Z | [ recovery-image] Oct 31 17:48:21.744 INFO E| Updating crates.io index |
8489 | 2024-10-31T17:48:23.325Z | [ recovery-image] Oct 31 17:48:21.902 INFO E| Downloading crates ... |
8490 | 2024-10-31T17:48:23.423Z | [ recovery-image] Oct 31 17:48:22.000 INFO E| Downloaded clap v4.5.17 |
8491 | 2024-10-31T17:48:23.436Z | [ recovery-image] Oct 31 17:48:22.013 INFO E| Downloaded shared_child v1.0.1 |
8492 | 2024-10-31T17:48:23.439Z | [ recovery-image] Oct 31 17:48:22.015 INFO E| Downloaded os_pipe v1.2.1 |
8493 | 2024-10-31T17:48:23.446Z | [ recovery-image] Oct 31 17:48:22.023 INFO E| Downloaded duct v0.13.7 |
8494 | 2024-10-31T17:48:23.449Z | [ recovery-image] Oct 31 17:48:22.026 INFO E| Downloaded clap_builder v4.5.17 |
8495 | 2024-10-31T17:48:23.491Z | [ recovery-image] Oct 31 17:48:22.068 INFO E| Downloaded libc v0.2.158 |
8496 | 2024-10-31T17:48:23.573Z | [ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling proc-macro2 v1.0.86 |
8497 | 2024-10-31T17:48:23.573Z | [ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling libc v0.2.158 |
8498 | 2024-10-31T17:48:23.575Z | [ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling unicode-ident v1.0.13 |
8499 | 2024-10-31T17:48:23.575Z | [ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling utf8parse v0.2.2 |
8500 | 2024-10-31T17:48:23.575Z | [ recovery-image] Oct 31 17:48:22.150 INFO E| Compiling anstyle v1.0.8 |
8501 | 2024-10-31T17:48:23.578Z | [ recovery-image] Oct 31 17:48:22.154 INFO E| Compiling colorchoice v1.0.2 |
8502 | 2024-10-31T17:48:23.578Z | [ recovery-image] Oct 31 17:48:22.154 INFO E| Compiling anstyle-query v1.1.1 |
8503 | 2024-10-31T17:48:23.578Z | [ recovery-image] Oct 31 17:48:22.154 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8504 | 2024-10-31T17:48:23.799Z | [ recovery-image] Oct 31 17:48:22.375 INFO E| Compiling anstyle-parse v0.2.5 |
8505 | 2024-10-31T17:48:23.799Z | [ recovery-image] Oct 31 17:48:22.375 INFO E| Compiling clap_lex v0.7.2 |
8506 | 2024-10-31T17:48:23.799Z | [ recovery-image] Oct 31 17:48:22.375 INFO E| Compiling strsim v0.11.1 |
8507 | 2024-10-31T17:48:23.801Z | [ recovery-image] Oct 31 17:48:22.375 INFO E| Compiling heck v0.5.0 |
8508 | 2024-10-31T17:48:24.031Z | [ recovery-image] Oct 31 17:48:22.606 INFO E| Compiling once_cell v1.19.0 |
8509 | 2024-10-31T17:48:24.076Z | [ recovery-image] Oct 31 17:48:22.653 INFO E| Compiling anstream v0.6.15 |
8510 | 2024-10-31T17:48:24.493Z | [ recovery-image] Oct 31 17:48:23.070 INFO E| Compiling clap_builder v4.5.17 |
8511 | 2024-10-31T17:48:24.883Z | [ recovery-image] Oct 31 17:48:23.460 INFO E| Compiling shared_child v1.0.1 |
8512 | 2024-10-31T17:48:24.883Z | [ recovery-image] Oct 31 17:48:23.460 INFO E| Compiling os_pipe v1.2.1 |
8513 | 2024-10-31T17:48:25.018Z | [ recovery-image] Oct 31 17:48:23.594 INFO E| Compiling duct v0.13.7 |
8514 | 2024-10-31T17:48:25.126Z | [ recovery-image] Oct 31 17:48:23.702 INFO E| Compiling quote v1.0.37 |
8515 | 2024-10-31T17:48:25.421Z | [ recovery-image] Oct 31 17:48:23.997 INFO E| Compiling syn v2.0.77 |
8516 | 2024-10-31T17:48:29.016Z | [ host-image] Oct 31 17:48:27.592 INFO O| configuring SMF profile... |
8517 | 2024-10-31T17:48:29.016Z | [ host-image] Oct 31 17:48:27.592 INFO O| modifying shadow(5)... |
8518 | 2024-10-31T17:48:29.019Z | [ host-image] Oct 31 17:48:27.592 INFO O| loading user and group database... |
8519 | 2024-10-31T17:48:29.019Z | [ host-image] Oct 31 17:48:27.592 INFO O| assessing packaged files... |
8520 | 2024-10-31T17:48:29.212Z | [ recovery-image] Oct 31 17:48:27.788 INFO E| Compiling clap_derive v4.5.13 |
8521 | 2024-10-31T17:48:31.047Z | [ recovery-image] Oct 31 17:48:29.622 INFO E| Compiling clap v4.5.17 |
8522 | 2024-10-31T17:48:31.099Z | [ recovery-image] Oct 31 17:48:29.674 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8523 | 2024-10-31T17:48:31.317Z | [ host-image] Oct 31 17:48:29.892 INFO O| creating archive... |
8524 | 2024-10-31T17:48:31.351Z | [ host-image] Oct 31 17:48:29.926 INFO O| missing from packaging: |
8525 | 2024-10-31T17:48:31.351Z | [ host-image] Oct 31 17:48:29.926 INFO O| "etc/.pwd.lock" |
8526 | 2024-10-31T17:48:31.351Z | [ host-image] Oct 31 17:48:29.926 INFO O| "etc/bash" |
8527 | 2024-10-31T17:48:31.356Z | [ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/generic.xml" |
8528 | 2024-10-31T17:48:31.358Z | [ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/inetd_services.xml" |
8529 | 2024-10-31T17:48:31.358Z | [ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/name_service.xml" |
8530 | 2024-10-31T17:48:31.358Z | [ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/platform.xml" |
8531 | 2024-10-31T17:48:31.358Z | [ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8532 | 2024-10-31T17:48:31.358Z | [ host-image] Oct 31 17:48:29.931 INFO O| "etc/svc/repository.db" |
8533 | 2024-10-31T17:48:31.365Z | [ host-image] Oct 31 17:48:29.940 INFO O| "opt/ooce/share" |
8534 | 2024-10-31T17:48:31.365Z | [ host-image] Oct 31 17:48:29.940 INFO O| "opt/ooce/share/man" |
8535 | 2024-10-31T17:48:31.368Z | [ host-image] Oct 31 17:48:29.940 INFO O| "opt/ooce/share/man/man1" |
8536 | 2024-10-31T17:48:31.376Z | [ host-image] Oct 31 17:48:29.951 INFO O| finishing archive... |
8537 | 2024-10-31T17:48:32.082Z | [ recovery-image] Oct 31 17:48:30.656 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s |
8538 | 2024-10-31T17:48:32.092Z | [ recovery-image] Oct 31 17:48:30.667 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8539 | 2024-10-31T17:48:32.215Z | [ recovery-image] Oct 31 17:48:30.790 INFO E| Updating crates.io index |
8540 | 2024-10-31T17:48:32.489Z | [ recovery-image] Oct 31 17:48:31.061 INFO E| Downloading crates ... |
8541 | 2024-10-31T17:48:32.531Z | [ recovery-image] Oct 31 17:48:31.106 INFO E| Downloaded seq-macro v0.3.5 |
8542 | 2024-10-31T17:48:32.533Z | [ recovery-image] Oct 31 17:48:31.108 INFO E| Downloaded bit_field v0.10.2 |
8543 | 2024-10-31T17:48:32.536Z | [ recovery-image] Oct 31 17:48:31.109 INFO E| Downloaded cpio_reader v0.1.1 |
8544 | 2024-10-31T17:48:32.538Z | [ recovery-image] Oct 31 17:48:31.113 INFO E| Downloaded bitstruct_derive v0.1.0 |
8545 | 2024-10-31T17:48:32.540Z | [ recovery-image] Oct 31 17:48:31.113 INFO E| Downloaded bitstruct v0.1.1 |
8546 | 2024-10-31T17:48:32.547Z | [ recovery-image] Oct 31 17:48:31.122 INFO E| Downloaded raw-cpuid v10.7.0 |
8547 | 2024-10-31T17:48:32.657Z | [ recovery-image] Oct 31 17:48:31.232 INFO E| Downloaded x86 v0.52.0 |
8548 | 2024-10-31T17:48:32.717Z | [ recovery-image] Oct 31 17:48:31.292 INFO E| Updating crates.io index |
8549 | 2024-10-31T17:48:32.801Z | [ recovery-image] Oct 31 17:48:31.376 INFO E| Downloading crates ... |
8550 | 2024-10-31T17:48:32.869Z | [ recovery-image] Oct 31 17:48:31.444 INFO E| Downloaded compiler_builtins v0.1.125 |
8551 | 2024-10-31T17:48:32.899Z | [ recovery-image] Oct 31 17:48:31.474 INFO E| Downloaded unicode-width v0.1.13 |
8552 | 2024-10-31T17:48:32.967Z | [ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling compiler_builtins v0.1.125 |
8553 | 2024-10-31T17:48:32.967Z | [ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8554 | 2024-10-31T17:48:32.969Z | [ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling proc-macro2 v1.0.86 |
8555 | 2024-10-31T17:48:32.969Z | [ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling unicode-ident v1.0.13 |
8556 | 2024-10-31T17:48:32.969Z | [ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling syn v1.0.109 |
8557 | 2024-10-31T17:48:32.969Z | [ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling x86 v0.52.0 |
8558 | 2024-10-31T17:48:32.969Z | [ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8559 | 2024-10-31T17:48:32.969Z | [ recovery-image] Oct 31 17:48:31.542 INFO E| Compiling seq-macro v0.3.5 |
8560 | 2024-10-31T17:48:34.111Z | [ recovery-image] Oct 31 17:48:32.685 INFO E| Compiling quote v1.0.37 |
8561 | 2024-10-31T17:48:34.363Z | [ recovery-image] Oct 31 17:48:32.937 INFO E| Compiling syn v2.0.77 |
8562 | 2024-10-31T17:48:34.377Z | [ host-image] Oct 31 17:48:32.951 INFO O| creating gzonly manifest... |
8563 | 2024-10-31T17:48:34.395Z | [ host-image] Oct 31 17:48:32.970 INFO O| ok |
8564 | 2024-10-31T17:48:34.511Z | [ host-image] Oct 31 17:48:33.085 INFO image builder template: ramdisk-02-trim... |
8565 | 2024-10-31T17:48:34.511Z | [ host-image] Oct 31 17:48:33.085 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/.tmprBD8Ob/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.33.293", "-n", "ramdisk-02-trim"], pwd: None |
8566 | 2024-10-31T17:48:34.535Z | [ host-image] Oct 31 17:48:33.110 INFO O| Oct 31 17:48:33.109 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8567 | 2024-10-31T17:48:34.540Z | [ host-image] Oct 31 17:48:33.115 INFO O| Oct 31 17:48:33.115 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8568 | 2024-10-31T17:48:34.701Z | [ host-image] Oct 31 17:48:33.276 INFO O| Oct 31 17:48:33.276 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8569 | 2024-10-31T17:48:34.773Z | [ host-image] Oct 31 17:48:33.347 INFO O| Oct 31 17:48:33.347 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8570 | 2024-10-31T17:48:34.773Z | [ host-image] Oct 31 17:48:33.347 INFO O| Oct 31 17:48:33.347 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8571 | 2024-10-31T17:48:34.778Z | [ host-image] Oct 31 17:48:33.353 INFO O| Oct 31 17:48:33.353 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8572 | 2024-10-31T17:48:34.783Z | [ host-image] Oct 31 17:48:33.357 INFO O| Oct 31 17:48:33.357 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8573 | 2024-10-31T17:48:34.787Z | [ host-image] Oct 31 17:48:33.362 INFO O| Oct 31 17:48:33.362 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8574 | 2024-10-31T17:48:35.008Z | [ host-image] Oct 31 17:48:33.582 INFO O| Oct 31 17:48:33.582 INFO rolled back to input snapshot; work may begin |
8575 | 2024-10-31T17:48:35.008Z | [ host-image] Oct 31 17:48:33.582 INFO O| Oct 31 17:48:33.582 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8576 | 2024-10-31T17:48:35.014Z | [ host-image] Oct 31 17:48:33.588 INFO O| Oct 31 17:48:33.588 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8577 | 2024-10-31T17:48:35.026Z | [ host-image] Oct 31 17:48:33.600 INFO O| Oct 31 17:48:33.600 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8578 | 2024-10-31T17:48:35.078Z | [ host-image] Oct 31 17:48:33.652 INFO O| Oct 31 17:48:33.652 INFO STEP 0 (remove_files) COMPLETE |
8579 | 2024-10-31T17:48:35.078Z | [ host-image] Oct 31 17:48:33.652 INFO O| Oct 31 17:48:33.652 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8580 | 2024-10-31T17:48:35.094Z | [ host-image] Oct 31 17:48:33.668 INFO O| Oct 31 17:48:33.668 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8581 | 2024-10-31T17:48:35.097Z | [ host-image] Oct 31 17:48:33.670 INFO O| Oct 31 17:48:33.670 INFO STEP 1 (remove_files) COMPLETE |
8582 | 2024-10-31T17:48:35.097Z | [ host-image] Oct 31 17:48:33.670 INFO O| Oct 31 17:48:33.670 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8583 | 2024-10-31T17:48:35.111Z | [ host-image] Oct 31 17:48:33.685 INFO O| Oct 31 17:48:33.685 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8584 | 2024-10-31T17:48:35.124Z | [ host-image] Oct 31 17:48:33.699 INFO O| Oct 31 17:48:33.699 INFO STEP 2 (remove_files) COMPLETE |
8585 | 2024-10-31T17:48:35.125Z | [ host-image] Oct 31 17:48:33.699 INFO O| Oct 31 17:48:33.699 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8586 | 2024-10-31T17:48:35.135Z | [ host-image] Oct 31 17:48:33.709 INFO O| Oct 31 17:48:33.709 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8587 | 2024-10-31T17:48:35.137Z | [ host-image] Oct 31 17:48:33.711 INFO O| Oct 31 17:48:33.711 INFO STEP 3 (remove_files) COMPLETE |
8588 | 2024-10-31T17:48:35.137Z | [ host-image] Oct 31 17:48:33.711 INFO O| Oct 31 17:48:33.711 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8589 | 2024-10-31T17:48:35.146Z | [ host-image] Oct 31 17:48:33.720 INFO O| Oct 31 17:48:33.720 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8590 | 2024-10-31T17:48:35.150Z | [ host-image] Oct 31 17:48:33.724 INFO O| Oct 31 17:48:33.724 INFO STEP 4 (remove_files) COMPLETE |
8591 | 2024-10-31T17:48:35.150Z | [ host-image] Oct 31 17:48:33.724 INFO O| Oct 31 17:48:33.724 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8592 | 2024-10-31T17:48:35.160Z | [ host-image] Oct 31 17:48:33.735 INFO O| Oct 31 17:48:33.734 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8593 | 2024-10-31T17:48:35.163Z | [ host-image] Oct 31 17:48:33.737 INFO O| Oct 31 17:48:33.737 INFO STEP 5 (remove_files) COMPLETE |
8594 | 2024-10-31T17:48:35.165Z | [ host-image] Oct 31 17:48:33.737 INFO O| Oct 31 17:48:33.737 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8595 | 2024-10-31T17:48:35.174Z | [ host-image] Oct 31 17:48:33.748 INFO O| Oct 31 17:48:33.748 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8596 | 2024-10-31T17:48:35.184Z | [ host-image] Oct 31 17:48:33.758 INFO O| Oct 31 17:48:33.758 INFO STEP 6 (remove_files) COMPLETE |
8597 | 2024-10-31T17:48:35.184Z | [ host-image] Oct 31 17:48:33.758 INFO O| Oct 31 17:48:33.758 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8598 | 2024-10-31T17:48:35.194Z | [ host-image] Oct 31 17:48:33.768 INFO O| Oct 31 17:48:33.768 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8599 | 2024-10-31T17:48:35.206Z | [ host-image] Oct 31 17:48:33.780 INFO O| Oct 31 17:48:33.780 INFO STEP 7 (remove_files) COMPLETE |
8600 | 2024-10-31T17:48:35.206Z | [ host-image] Oct 31 17:48:33.780 INFO O| Oct 31 17:48:33.780 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8601 | 2024-10-31T17:48:35.219Z | [ host-image] Oct 31 17:48:33.793 INFO O| Oct 31 17:48:33.793 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8602 | 2024-10-31T17:48:35.291Z | [ host-image] Oct 31 17:48:33.865 INFO O| Oct 31 17:48:33.865 INFO STEP 8 (remove_files) COMPLETE |
8603 | 2024-10-31T17:48:35.291Z | [ host-image] Oct 31 17:48:33.865 INFO O| Oct 31 17:48:33.865 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8604 | 2024-10-31T17:48:35.303Z | [ host-image] Oct 31 17:48:33.877 INFO O| Oct 31 17:48:33.877 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8605 | 2024-10-31T17:48:35.439Z | [ host-image] Oct 31 17:48:34.012 INFO O| Oct 31 17:48:34.012 INFO STEP 9 (remove_files) COMPLETE |
8606 | 2024-10-31T17:48:35.439Z | [ host-image] Oct 31 17:48:34.012 INFO O| Oct 31 17:48:34.012 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8607 | 2024-10-31T17:48:35.455Z | [ host-image] Oct 31 17:48:34.029 INFO O| Oct 31 17:48:34.029 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8608 | 2024-10-31T17:48:35.458Z | [ host-image] Oct 31 17:48:34.032 INFO O| Oct 31 17:48:34.032 INFO STEP 10 (remove_files) COMPLETE |
8609 | 2024-10-31T17:48:35.458Z | [ host-image] Oct 31 17:48:34.032 INFO O| Oct 31 17:48:34.032 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8610 | 2024-10-31T17:48:35.473Z | [ host-image] Oct 31 17:48:34.046 INFO O| Oct 31 17:48:34.046 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8611 | 2024-10-31T17:48:35.475Z | [ host-image] Oct 31 17:48:34.048 INFO O| Oct 31 17:48:34.048 INFO STEP 11 (remove_files) COMPLETE |
8612 | 2024-10-31T17:48:35.475Z | [ host-image] Oct 31 17:48:34.048 INFO O| Oct 31 17:48:34.048 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8613 | 2024-10-31T17:48:35.485Z | [ host-image] Oct 31 17:48:34.059 INFO O| Oct 31 17:48:34.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8614 | 2024-10-31T17:48:35.487Z | [ host-image] Oct 31 17:48:34.062 INFO O| Oct 31 17:48:34.062 INFO STEP 12 (remove_files) COMPLETE |
8615 | 2024-10-31T17:48:35.487Z | [ host-image] Oct 31 17:48:34.062 INFO O| Oct 31 17:48:34.062 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8616 | 2024-10-31T17:48:35.544Z | [ host-image] Oct 31 17:48:34.117 INFO O| Oct 31 17:48:34.116 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8617 | 2024-10-31T17:48:35.588Z | [ host-image] Oct 31 17:48:34.162 INFO O| Oct 31 17:48:34.162 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8618 | 2024-10-31T17:48:35.590Z | [ host-image] Oct 31 17:48:34.163 INFO O| Oct 31 17:48:34.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8619 | 2024-10-31T17:48:35.595Z | [ host-image] Oct 31 17:48:34.165 INFO O| Oct 31 17:48:34.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8620 | 2024-10-31T17:48:35.884Z | [ host-image] Oct 31 17:48:34.458 INFO O| Oct 31 17:48:34.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8621 | 2024-10-31T17:48:35.897Z | [ host-image] Oct 31 17:48:34.471 INFO O| Oct 31 17:48:34.471 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8622 | 2024-10-31T17:48:35.898Z | [ host-image] Oct 31 17:48:34.472 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8623 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.472 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8624 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.472 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8625 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.472 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8626 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.472 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8627 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8628 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8629 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8630 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.473 INFO O| Oct 31 17:48:34.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8631 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8632 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8633 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8634 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8635 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8636 | 2024-10-31T17:48:35.901Z | [ host-image] Oct 31 17:48:34.474 INFO O| Oct 31 17:48:34.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8637 | 2024-10-31T17:48:35.906Z | [ host-image] Oct 31 17:48:34.480 INFO O| Oct 31 17:48:34.480 INFO STEP 13 (remove_files) COMPLETE |
8638 | 2024-10-31T17:48:35.906Z | [ host-image] Oct 31 17:48:34.480 INFO O| Oct 31 17:48:34.480 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8639 | 2024-10-31T17:48:35.922Z | [ host-image] Oct 31 17:48:34.496 INFO O| Oct 31 17:48:34.496 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8640 | 2024-10-31T17:48:35.924Z | [ host-image] Oct 31 17:48:34.497 INFO O| Oct 31 17:48:34.497 INFO STEP 14 (remove_files) COMPLETE |
8641 | 2024-10-31T17:48:35.924Z | [ host-image] Oct 31 17:48:34.497 INFO O| Oct 31 17:48:34.497 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8642 | 2024-10-31T17:48:35.937Z | [ host-image] Oct 31 17:48:34.510 INFO O| Oct 31 17:48:34.510 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8643 | 2024-10-31T17:48:35.943Z | [ host-image] Oct 31 17:48:34.517 INFO O| Oct 31 17:48:34.517 INFO STEP 15 (remove_files) COMPLETE |
8644 | 2024-10-31T17:48:35.943Z | [ host-image] Oct 31 17:48:34.517 INFO O| Oct 31 17:48:34.517 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8645 | 2024-10-31T17:48:35.955Z | [ host-image] Oct 31 17:48:34.529 INFO O| Oct 31 17:48:34.529 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8646 | 2024-10-31T17:48:35.957Z | [ host-image] Oct 31 17:48:34.529 INFO O| Oct 31 17:48:34.529 INFO STEP 16 (remove_files) COMPLETE |
8647 | 2024-10-31T17:48:35.957Z | [ host-image] Oct 31 17:48:34.529 INFO O| Oct 31 17:48:34.529 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8648 | 2024-10-31T17:48:35.966Z | [ host-image] Oct 31 17:48:34.540 INFO O| Oct 31 17:48:34.540 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8649 | 2024-10-31T17:48:35.968Z | [ host-image] Oct 31 17:48:34.542 INFO O| Oct 31 17:48:34.542 INFO STEP 17 (remove_files) COMPLETE |
8650 | 2024-10-31T17:48:35.968Z | [ host-image] Oct 31 17:48:34.542 INFO O| Oct 31 17:48:34.542 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8651 | 2024-10-31T17:48:35.978Z | [ host-image] Oct 31 17:48:34.553 INFO O| Oct 31 17:48:34.552 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8652 | 2024-10-31T17:48:35.979Z | [ host-image] Oct 31 17:48:34.553 INFO O| Oct 31 17:48:34.553 INFO STEP 18 (remove_files) COMPLETE |
8653 | 2024-10-31T17:48:35.979Z | [ host-image] Oct 31 17:48:34.553 INFO O| Oct 31 17:48:34.553 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8654 | 2024-10-31T17:48:35.989Z | [ host-image] Oct 31 17:48:34.563 INFO O| Oct 31 17:48:34.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8655 | 2024-10-31T17:48:35.989Z | [ host-image] Oct 31 17:48:34.563 INFO O| Oct 31 17:48:34.563 INFO STEP 19 (remove_files) COMPLETE |
8656 | 2024-10-31T17:48:35.989Z | [ host-image] Oct 31 17:48:34.563 INFO O| Oct 31 17:48:34.563 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8657 | 2024-10-31T17:48:36.000Z | [ host-image] Oct 31 17:48:34.574 INFO O| Oct 31 17:48:34.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8658 | 2024-10-31T17:48:36.003Z | [ host-image] Oct 31 17:48:34.574 INFO O| Oct 31 17:48:34.574 INFO STEP 20 (remove_files) COMPLETE |
8659 | 2024-10-31T17:48:36.003Z | [ host-image] Oct 31 17:48:34.574 INFO O| Oct 31 17:48:34.574 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8660 | 2024-10-31T17:48:36.010Z | [ host-image] Oct 31 17:48:34.584 INFO O| Oct 31 17:48:34.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8661 | 2024-10-31T17:48:36.010Z | [ host-image] Oct 31 17:48:34.584 INFO O| Oct 31 17:48:34.584 INFO STEP 21 (remove_files) COMPLETE |
8662 | 2024-10-31T17:48:36.012Z | [ host-image] Oct 31 17:48:34.584 INFO O| Oct 31 17:48:34.584 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8663 | 2024-10-31T17:48:36.020Z | [ host-image] Oct 31 17:48:34.594 INFO O| Oct 31 17:48:34.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8664 | 2024-10-31T17:48:36.020Z | [ host-image] Oct 31 17:48:34.594 INFO O| Oct 31 17:48:34.594 INFO STEP 22 (remove_files) COMPLETE |
8665 | 2024-10-31T17:48:36.020Z | [ host-image] Oct 31 17:48:34.594 INFO O| Oct 31 17:48:34.594 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8666 | 2024-10-31T17:48:36.030Z | [ host-image] Oct 31 17:48:34.604 INFO O| Oct 31 17:48:34.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8667 | 2024-10-31T17:48:36.030Z | [ host-image] Oct 31 17:48:34.604 INFO O| Oct 31 17:48:34.604 INFO STEP 23 (remove_files) COMPLETE |
8668 | 2024-10-31T17:48:36.032Z | [ host-image] Oct 31 17:48:34.604 INFO O| Oct 31 17:48:34.604 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8669 | 2024-10-31T17:48:36.040Z | [ host-image] Oct 31 17:48:34.614 INFO O| Oct 31 17:48:34.614 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8670 | 2024-10-31T17:48:36.040Z | [ host-image] Oct 31 17:48:34.614 INFO O| Oct 31 17:48:34.614 INFO STEP 24 (remove_files) COMPLETE |
8671 | 2024-10-31T17:48:36.040Z | [ host-image] Oct 31 17:48:34.614 INFO O| Oct 31 17:48:34.614 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8672 | 2024-10-31T17:48:36.050Z | [ host-image] Oct 31 17:48:34.624 INFO O| Oct 31 17:48:34.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8673 | 2024-10-31T17:48:36.050Z | [ host-image] Oct 31 17:48:34.624 INFO O| Oct 31 17:48:34.624 INFO STEP 25 (remove_files) COMPLETE |
8674 | 2024-10-31T17:48:36.050Z | [ host-image] Oct 31 17:48:34.624 INFO O| Oct 31 17:48:34.624 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8675 | 2024-10-31T17:48:36.060Z | [ host-image] Oct 31 17:48:34.634 INFO O| Oct 31 17:48:34.634 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8676 | 2024-10-31T17:48:36.060Z | [ host-image] Oct 31 17:48:34.634 INFO O| Oct 31 17:48:34.634 INFO STEP 26 (remove_files) COMPLETE |
8677 | 2024-10-31T17:48:36.061Z | [ host-image] Oct 31 17:48:34.635 INFO O| Oct 31 17:48:34.634 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8678 | 2024-10-31T17:48:36.071Z | [ host-image] Oct 31 17:48:34.645 INFO O| Oct 31 17:48:34.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8679 | 2024-10-31T17:48:36.073Z | [ host-image] Oct 31 17:48:34.645 INFO O| Oct 31 17:48:34.645 INFO STEP 27 (remove_files) COMPLETE |
8680 | 2024-10-31T17:48:36.073Z | [ host-image] Oct 31 17:48:34.645 INFO O| Oct 31 17:48:34.645 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8681 | 2024-10-31T17:48:36.081Z | [ host-image] Oct 31 17:48:34.655 INFO O| Oct 31 17:48:34.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8682 | 2024-10-31T17:48:36.081Z | [ host-image] Oct 31 17:48:34.655 INFO O| Oct 31 17:48:34.655 INFO STEP 28 (remove_files) COMPLETE |
8683 | 2024-10-31T17:48:36.083Z | [ host-image] Oct 31 17:48:34.655 INFO O| Oct 31 17:48:34.655 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8684 | 2024-10-31T17:48:36.091Z | [ host-image] Oct 31 17:48:34.665 INFO O| Oct 31 17:48:34.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8685 | 2024-10-31T17:48:36.091Z | [ host-image] Oct 31 17:48:34.665 INFO O| Oct 31 17:48:34.665 INFO STEP 29 (remove_files) COMPLETE |
8686 | 2024-10-31T17:48:36.094Z | [ host-image] Oct 31 17:48:34.665 INFO O| Oct 31 17:48:34.665 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8687 | 2024-10-31T17:48:36.100Z | [ host-image] Oct 31 17:48:34.675 INFO O| Oct 31 17:48:34.674 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8688 | 2024-10-31T17:48:36.101Z | [ host-image] Oct 31 17:48:34.675 INFO O| Oct 31 17:48:34.675 INFO STEP 30 (remove_files) COMPLETE |
8689 | 2024-10-31T17:48:36.103Z | [ host-image] Oct 31 17:48:34.675 INFO O| Oct 31 17:48:34.675 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8690 | 2024-10-31T17:48:36.110Z | [ host-image] Oct 31 17:48:34.684 INFO O| Oct 31 17:48:34.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8691 | 2024-10-31T17:48:36.113Z | [ host-image] Oct 31 17:48:34.685 INFO O| Oct 31 17:48:34.685 INFO STEP 31 (remove_files) COMPLETE |
8692 | 2024-10-31T17:48:36.114Z | [ host-image] Oct 31 17:48:34.685 INFO O| Oct 31 17:48:34.685 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8693 | 2024-10-31T17:48:36.120Z | [ host-image] Oct 31 17:48:34.694 INFO O| Oct 31 17:48:34.694 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8694 | 2024-10-31T17:48:36.120Z | [ host-image] Oct 31 17:48:34.694 INFO O| Oct 31 17:48:34.694 INFO STEP 32 (remove_files) COMPLETE |
8695 | 2024-10-31T17:48:36.120Z | [ host-image] Oct 31 17:48:34.694 INFO O| Oct 31 17:48:34.694 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8696 | 2024-10-31T17:48:36.130Z | [ host-image] Oct 31 17:48:34.704 INFO O| Oct 31 17:48:34.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8697 | 2024-10-31T17:48:36.132Z | [ host-image] Oct 31 17:48:34.704 INFO O| Oct 31 17:48:34.704 INFO STEP 33 (remove_files) COMPLETE |
8698 | 2024-10-31T17:48:36.132Z | [ host-image] Oct 31 17:48:34.704 INFO O| Oct 31 17:48:34.704 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8699 | 2024-10-31T17:48:36.140Z | [ host-image] Oct 31 17:48:34.714 INFO O| Oct 31 17:48:34.714 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8700 | 2024-10-31T17:48:36.140Z | [ host-image] Oct 31 17:48:34.714 INFO O| Oct 31 17:48:34.714 INFO STEP 34 (remove_files) COMPLETE |
8701 | 2024-10-31T17:48:36.142Z | [ host-image] Oct 31 17:48:34.714 INFO O| Oct 31 17:48:34.714 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8702 | 2024-10-31T17:48:36.150Z | [ host-image] Oct 31 17:48:34.724 INFO O| Oct 31 17:48:34.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8703 | 2024-10-31T17:48:36.150Z | [ host-image] Oct 31 17:48:34.724 INFO O| Oct 31 17:48:34.724 INFO STEP 35 (remove_files) COMPLETE |
8704 | 2024-10-31T17:48:36.152Z | [ host-image] Oct 31 17:48:34.724 INFO O| Oct 31 17:48:34.724 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8705 | 2024-10-31T17:48:36.160Z | [ host-image] Oct 31 17:48:34.734 INFO O| Oct 31 17:48:34.734 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8706 | 2024-10-31T17:48:36.160Z | [ host-image] Oct 31 17:48:34.734 INFO O| Oct 31 17:48:34.734 INFO STEP 36 (remove_files) COMPLETE |
8707 | 2024-10-31T17:48:36.160Z | [ host-image] Oct 31 17:48:34.734 INFO O| Oct 31 17:48:34.734 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8708 | 2024-10-31T17:48:36.170Z | [ host-image] Oct 31 17:48:34.744 INFO O| Oct 31 17:48:34.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8709 | 2024-10-31T17:48:36.170Z | [ host-image] Oct 31 17:48:34.744 INFO O| Oct 31 17:48:34.744 INFO STEP 37 (remove_files) COMPLETE |
8710 | 2024-10-31T17:48:36.172Z | [ host-image] Oct 31 17:48:34.744 INFO O| Oct 31 17:48:34.744 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8711 | 2024-10-31T17:48:36.180Z | [ host-image] Oct 31 17:48:34.754 INFO O| Oct 31 17:48:34.754 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8712 | 2024-10-31T17:48:36.180Z | [ host-image] Oct 31 17:48:34.754 INFO O| Oct 31 17:48:34.754 INFO STEP 38 (remove_files) COMPLETE |
8713 | 2024-10-31T17:48:36.182Z | [ host-image] Oct 31 17:48:34.754 INFO O| Oct 31 17:48:34.754 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8714 | 2024-10-31T17:48:36.190Z | [ host-image] Oct 31 17:48:34.764 INFO O| Oct 31 17:48:34.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8715 | 2024-10-31T17:48:36.190Z | [ host-image] Oct 31 17:48:34.764 INFO O| Oct 31 17:48:34.764 INFO STEP 39 (remove_files) COMPLETE |
8716 | 2024-10-31T17:48:36.191Z | [ host-image] Oct 31 17:48:34.764 INFO O| Oct 31 17:48:34.764 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8717 | 2024-10-31T17:48:36.200Z | [ host-image] Oct 31 17:48:34.774 INFO O| Oct 31 17:48:34.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8718 | 2024-10-31T17:48:36.200Z | [ host-image] Oct 31 17:48:34.774 INFO O| Oct 31 17:48:34.774 INFO STEP 40 (remove_files) COMPLETE |
8719 | 2024-10-31T17:48:36.200Z | [ host-image] Oct 31 17:48:34.774 INFO O| Oct 31 17:48:34.774 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8720 | 2024-10-31T17:48:36.209Z | [ host-image] Oct 31 17:48:34.784 INFO O| Oct 31 17:48:34.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8721 | 2024-10-31T17:48:36.210Z | [ host-image] Oct 31 17:48:34.784 INFO O| Oct 31 17:48:34.784 INFO STEP 41 (remove_files) COMPLETE |
8722 | 2024-10-31T17:48:36.210Z | [ host-image] Oct 31 17:48:34.784 INFO O| Oct 31 17:48:34.784 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8723 | 2024-10-31T17:48:36.223Z | [ host-image] Oct 31 17:48:34.797 INFO O| Oct 31 17:48:34.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8724 | 2024-10-31T17:48:36.225Z | [ host-image] Oct 31 17:48:34.797 INFO O| Oct 31 17:48:34.797 INFO STEP 42 (remove_files) COMPLETE |
8725 | 2024-10-31T17:48:36.225Z | [ host-image] Oct 31 17:48:34.797 INFO O| Oct 31 17:48:34.797 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8726 | 2024-10-31T17:48:36.236Z | [ host-image] Oct 31 17:48:34.810 INFO O| Oct 31 17:48:34.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8727 | 2024-10-31T17:48:36.236Z | [ host-image] Oct 31 17:48:34.810 INFO O| Oct 31 17:48:34.810 INFO STEP 43 (remove_files) COMPLETE |
8728 | 2024-10-31T17:48:36.239Z | [ host-image] Oct 31 17:48:34.810 INFO O| Oct 31 17:48:34.810 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8729 | 2024-10-31T17:48:36.247Z | [ host-image] Oct 31 17:48:34.821 INFO O| Oct 31 17:48:34.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8730 | 2024-10-31T17:48:36.247Z | [ host-image] Oct 31 17:48:34.821 INFO O| Oct 31 17:48:34.821 INFO STEP 44 (remove_files) COMPLETE |
8731 | 2024-10-31T17:48:36.247Z | [ host-image] Oct 31 17:48:34.821 INFO O| Oct 31 17:48:34.821 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8732 | 2024-10-31T17:48:36.259Z | [ host-image] Oct 31 17:48:34.833 INFO O| Oct 31 17:48:34.832 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8733 | 2024-10-31T17:48:36.259Z | [ host-image] Oct 31 17:48:34.833 INFO O| Oct 31 17:48:34.833 INFO STEP 45 (remove_files) COMPLETE |
8734 | 2024-10-31T17:48:36.261Z | [ host-image] Oct 31 17:48:34.833 INFO O| Oct 31 17:48:34.833 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8735 | 2024-10-31T17:48:36.269Z | [ host-image] Oct 31 17:48:34.843 INFO O| Oct 31 17:48:34.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8736 | 2024-10-31T17:48:36.269Z | [ host-image] Oct 31 17:48:34.843 INFO O| Oct 31 17:48:34.843 INFO STEP 46 (remove_files) COMPLETE |
8737 | 2024-10-31T17:48:36.269Z | [ host-image] Oct 31 17:48:34.843 INFO O| Oct 31 17:48:34.843 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8738 | 2024-10-31T17:48:36.280Z | [ host-image] Oct 31 17:48:34.854 INFO O| Oct 31 17:48:34.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8739 | 2024-10-31T17:48:36.280Z | [ host-image] Oct 31 17:48:34.854 INFO O| Oct 31 17:48:34.854 INFO STEP 47 (remove_files) COMPLETE |
8740 | 2024-10-31T17:48:36.280Z | [ host-image] Oct 31 17:48:34.854 INFO O| Oct 31 17:48:34.854 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8741 | 2024-10-31T17:48:36.296Z | [ host-image] Oct 31 17:48:34.870 INFO O| Oct 31 17:48:34.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8742 | 2024-10-31T17:48:36.296Z | [ host-image] Oct 31 17:48:34.870 INFO O| Oct 31 17:48:34.870 INFO STEP 48 (remove_files) COMPLETE |
8743 | 2024-10-31T17:48:36.296Z | [ host-image] Oct 31 17:48:34.870 INFO O| Oct 31 17:48:34.870 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8744 | 2024-10-31T17:48:36.311Z | [ host-image] Oct 31 17:48:34.885 INFO O| Oct 31 17:48:34.885 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8745 | 2024-10-31T17:48:36.313Z | [ host-image] Oct 31 17:48:34.885 INFO O| Oct 31 17:48:34.885 INFO STEP 49 (remove_files) COMPLETE |
8746 | 2024-10-31T17:48:36.313Z | [ host-image] Oct 31 17:48:34.885 INFO O| Oct 31 17:48:34.885 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8747 | 2024-10-31T17:48:36.327Z | [ host-image] Oct 31 17:48:34.901 INFO O| Oct 31 17:48:34.900 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8748 | 2024-10-31T17:48:36.327Z | [ host-image] Oct 31 17:48:34.901 INFO O| Oct 31 17:48:34.901 INFO STEP 50 (remove_files) COMPLETE |
8749 | 2024-10-31T17:48:36.329Z | [ host-image] Oct 31 17:48:34.901 INFO O| Oct 31 17:48:34.901 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8750 | 2024-10-31T17:48:36.343Z | [ host-image] Oct 31 17:48:34.916 INFO O| Oct 31 17:48:34.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8751 | 2024-10-31T17:48:36.345Z | [ host-image] Oct 31 17:48:34.917 INFO O| Oct 31 17:48:34.917 INFO STEP 51 (remove_files) COMPLETE |
8752 | 2024-10-31T17:48:36.345Z | [ host-image] Oct 31 17:48:34.917 INFO O| Oct 31 17:48:34.917 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8753 | 2024-10-31T17:48:36.358Z | [ host-image] Oct 31 17:48:34.932 INFO O| Oct 31 17:48:34.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8754 | 2024-10-31T17:48:36.358Z | [ host-image] Oct 31 17:48:34.932 INFO O| Oct 31 17:48:34.932 INFO STEP 52 (remove_files) COMPLETE |
8755 | 2024-10-31T17:48:36.360Z | [ host-image] Oct 31 17:48:34.932 INFO O| Oct 31 17:48:34.932 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8756 | 2024-10-31T17:48:36.373Z | [ host-image] Oct 31 17:48:34.947 INFO O| Oct 31 17:48:34.947 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8757 | 2024-10-31T17:48:36.375Z | [ host-image] Oct 31 17:48:34.947 INFO O| Oct 31 17:48:34.947 INFO STEP 53 (remove_files) COMPLETE |
8758 | 2024-10-31T17:48:36.375Z | [ host-image] Oct 31 17:48:34.947 INFO O| Oct 31 17:48:34.947 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8759 | 2024-10-31T17:48:36.389Z | [ host-image] Oct 31 17:48:34.963 INFO O| Oct 31 17:48:34.963 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8760 | 2024-10-31T17:48:36.389Z | [ host-image] Oct 31 17:48:34.963 INFO O| Oct 31 17:48:34.963 INFO STEP 54 (remove_files) COMPLETE |
8761 | 2024-10-31T17:48:36.391Z | [ host-image] Oct 31 17:48:34.963 INFO O| Oct 31 17:48:34.963 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8762 | 2024-10-31T17:48:36.405Z | [ host-image] Oct 31 17:48:34.979 INFO O| Oct 31 17:48:34.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8763 | 2024-10-31T17:48:36.405Z | [ host-image] Oct 31 17:48:34.979 INFO O| Oct 31 17:48:34.979 INFO STEP 55 (remove_files) COMPLETE |
8764 | 2024-10-31T17:48:36.407Z | [ host-image] Oct 31 17:48:34.979 INFO O| Oct 31 17:48:34.979 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8765 | 2024-10-31T17:48:36.422Z | [ host-image] Oct 31 17:48:34.996 INFO O| Oct 31 17:48:34.996 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8766 | 2024-10-31T17:48:36.422Z | [ host-image] Oct 31 17:48:34.996 INFO O| Oct 31 17:48:34.996 INFO STEP 56 (remove_files) COMPLETE |
8767 | 2024-10-31T17:48:36.424Z | [ host-image] Oct 31 17:48:34.996 INFO O| Oct 31 17:48:34.996 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8768 | 2024-10-31T17:48:36.436Z | [ host-image] Oct 31 17:48:35.010 INFO O| Oct 31 17:48:35.010 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8769 | 2024-10-31T17:48:36.438Z | [ host-image] Oct 31 17:48:35.010 INFO O| Oct 31 17:48:35.010 INFO STEP 57 (remove_files) COMPLETE |
8770 | 2024-10-31T17:48:36.438Z | [ host-image] Oct 31 17:48:35.010 INFO O| Oct 31 17:48:35.010 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8771 | 2024-10-31T17:48:36.450Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8772 | 2024-10-31T17:48:36.450Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8773 | 2024-10-31T17:48:36.452Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8774 | 2024-10-31T17:48:36.452Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8775 | 2024-10-31T17:48:36.452Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8776 | 2024-10-31T17:48:36.452Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8777 | 2024-10-31T17:48:36.452Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO ok! |
8778 | 2024-10-31T17:48:36.452Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO STEP 58 (ensure_file) COMPLETE |
8779 | 2024-10-31T17:48:36.452Z | [ host-image] Oct 31 17:48:35.024 INFO O| Oct 31 17:48:35.024 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8780 | 2024-10-31T17:48:36.469Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8781 | 2024-10-31T17:48:36.471Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8782 | 2024-10-31T17:48:36.471Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8783 | 2024-10-31T17:48:36.471Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8784 | 2024-10-31T17:48:36.471Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8785 | 2024-10-31T17:48:36.471Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8786 | 2024-10-31T17:48:36.471Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO ok! |
8787 | 2024-10-31T17:48:36.471Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO STEP 59 (ensure_file) COMPLETE |
8788 | 2024-10-31T17:48:36.471Z | [ host-image] Oct 31 17:48:35.043 INFO O| Oct 31 17:48:35.043 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8789 | 2024-10-31T17:48:36.494Z | [ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8790 | 2024-10-31T17:48:36.494Z | [ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8791 | 2024-10-31T17:48:36.496Z | [ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8792 | 2024-10-31T17:48:36.496Z | [ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO ok! |
8793 | 2024-10-31T17:48:36.496Z | [ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO STEP 60 (ensure_file) COMPLETE |
8794 | 2024-10-31T17:48:36.496Z | [ host-image] Oct 31 17:48:35.068 INFO O| Oct 31 17:48:35.068 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-10-31T17:48:36.512Z | [ host-image] Oct 31 17:48:35.085 INFO O| Oct 31 17:48:35.085 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8796 | 2024-10-31T17:48:36.512Z | [ host-image] Oct 31 17:48:35.085 INFO O| Oct 31 17:48:35.085 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8797 | 2024-10-31T17:48:36.514Z | [ host-image] Oct 31 17:48:35.086 INFO O| Oct 31 17:48:35.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8798 | 2024-10-31T17:48:36.514Z | [ host-image] Oct 31 17:48:35.086 INFO O| Oct 31 17:48:35.086 INFO ok! |
8799 | 2024-10-31T17:48:36.514Z | [ host-image] Oct 31 17:48:35.086 INFO O| Oct 31 17:48:35.086 INFO STEP 61 (ensure_file) COMPLETE |
8800 | 2024-10-31T17:48:36.514Z | [ host-image] Oct 31 17:48:35.086 INFO O| Oct 31 17:48:35.086 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8801 | 2024-10-31T17:48:36.529Z | [ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8802 | 2024-10-31T17:48:36.529Z | [ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8803 | 2024-10-31T17:48:36.532Z | [ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8804 | 2024-10-31T17:48:36.532Z | [ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8805 | 2024-10-31T17:48:36.532Z | [ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO ok! |
8806 | 2024-10-31T17:48:36.532Z | [ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO STEP 62 (ensure_file) COMPLETE |
8807 | 2024-10-31T17:48:36.532Z | [ host-image] Oct 31 17:48:35.103 INFO O| Oct 31 17:48:35.103 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8808 | 2024-10-31T17:48:36.547Z | [ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8809 | 2024-10-31T17:48:36.547Z | [ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8810 | 2024-10-31T17:48:36.550Z | [ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8811 | 2024-10-31T17:48:36.550Z | [ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8812 | 2024-10-31T17:48:36.550Z | [ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO ok! |
8813 | 2024-10-31T17:48:36.550Z | [ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO STEP 63 (ensure_file) COMPLETE |
8814 | 2024-10-31T17:48:36.550Z | [ host-image] Oct 31 17:48:35.121 INFO O| Oct 31 17:48:35.121 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8815 | 2024-10-31T17:48:36.569Z | [ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8816 | 2024-10-31T17:48:36.569Z | [ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8817 | 2024-10-31T17:48:36.572Z | [ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8818 | 2024-10-31T17:48:36.572Z | [ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO ok! |
8819 | 2024-10-31T17:48:36.572Z | [ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO STEP 64 (assemble_files) COMPLETE |
8820 | 2024-10-31T17:48:36.572Z | [ host-image] Oct 31 17:48:35.143 INFO O| Oct 31 17:48:35.143 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8821 | 2024-10-31T17:48:36.587Z | [ host-image] Oct 31 17:48:35.161 INFO O| Oct 31 17:48:35.161 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8822 | 2024-10-31T17:48:36.589Z | [ host-image] Oct 31 17:48:35.161 INFO O| Oct 31 17:48:35.161 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8823 | 2024-10-31T17:48:36.589Z | [ host-image] Oct 31 17:48:35.161 INFO O| Oct 31 17:48:35.161 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8824 | 2024-10-31T17:48:36.590Z | [ host-image] Oct 31 17:48:35.162 INFO O| Oct 31 17:48:35.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8825 | 2024-10-31T17:48:36.590Z | [ host-image] Oct 31 17:48:35.162 INFO O| Oct 31 17:48:35.162 INFO ok! |
8826 | 2024-10-31T17:48:36.590Z | [ host-image] Oct 31 17:48:35.162 INFO O| Oct 31 17:48:35.162 INFO STEP 65 (ensure_file) COMPLETE |
8827 | 2024-10-31T17:48:36.590Z | [ host-image] Oct 31 17:48:35.162 INFO O| Oct 31 17:48:35.162 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8828 | 2024-10-31T17:48:36.654Z | [ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8829 | 2024-10-31T17:48:36.654Z | [ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8830 | 2024-10-31T17:48:36.657Z | [ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8831 | 2024-10-31T17:48:36.657Z | [ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO STEP 66 (ensure_dir) COMPLETE |
8832 | 2024-10-31T17:48:36.657Z | [ host-image] Oct 31 17:48:35.228 INFO O| Oct 31 17:48:35.228 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8833 | 2024-10-31T17:48:36.674Z | [ host-image] Oct 31 17:48:35.248 INFO O| Oct 31 17:48:35.248 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8834 | 2024-10-31T17:48:36.674Z | [ host-image] Oct 31 17:48:35.248 INFO O| Oct 31 17:48:35.248 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 ... |
8835 | 2024-10-31T17:48:36.685Z | [ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 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 |
8836 | 2024-10-31T17:48:36.688Z | [ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8837 | 2024-10-31T17:48:36.688Z | [ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 INFO ok! |
8838 | 2024-10-31T17:48:36.688Z | [ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 INFO STEP 67 (ensure_file) COMPLETE |
8839 | 2024-10-31T17:48:36.688Z | [ host-image] Oct 31 17:48:35.259 INFO O| Oct 31 17:48:35.259 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8840 | 2024-10-31T17:48:36.704Z | [ host-image] Oct 31 17:48:35.278 INFO O| Oct 31 17:48:35.278 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8841 | 2024-10-31T17:48:36.704Z | [ host-image] Oct 31 17:48:35.278 INFO O| Oct 31 17:48:35.278 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 ... |
8842 | 2024-10-31T17:48:36.707Z | [ host-image] Oct 31 17:48:35.278 INFO O| Oct 31 17:48:35.278 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 |
8843 | 2024-10-31T17:48:36.707Z | [ host-image] Oct 31 17:48:35.279 INFO O| Oct 31 17:48:35.279 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8844 | 2024-10-31T17:48:36.707Z | [ host-image] Oct 31 17:48:35.279 INFO O| Oct 31 17:48:35.279 INFO ok! |
8845 | 2024-10-31T17:48:36.707Z | [ host-image] Oct 31 17:48:35.279 INFO O| Oct 31 17:48:35.279 INFO STEP 68 (ensure_file) COMPLETE |
8846 | 2024-10-31T17:48:36.707Z | [ host-image] Oct 31 17:48:35.279 INFO O| Oct 31 17:48:35.279 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8847 | 2024-10-31T17:48:36.723Z | [ host-image] Oct 31 17:48:35.297 INFO O| Oct 31 17:48:35.297 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8848 | 2024-10-31T17:48:36.723Z | [ host-image] Oct 31 17:48:35.297 INFO O| Oct 31 17:48:35.297 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8849 | 2024-10-31T17:48:36.874Z | [ recovery-image] Oct 31 17:48:35.447 INFO E| Compiling scroll_derive v0.12.0 |
8850 | 2024-10-31T17:48:39.182Z | [ host-image] Oct 31 17:48:37.755 INFO O| Oct 31 17:48:37.755 INFO STEP 69 (pack_tar) COMPLETE |
8851 | 2024-10-31T17:48:39.182Z | [ host-image] Oct 31 17:48:37.755 INFO O| Oct 31 17:48:37.755 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8852 | 2024-10-31T17:48:39.185Z | [ host-image] Oct 31 17:48:37.755 INFO O| Oct 31 17:48:37.755 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8853 | 2024-10-31T17:48:39.387Z | [ recovery-image] Oct 31 17:48:37.960 INFO E| Compiling bitstruct_derive v0.1.0 |
8854 | 2024-10-31T17:48:39.514Z | [ host-image] Oct 31 17:48:38.087 INFO O| Oct 31 17:48:38.087 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8855 | 2024-10-31T17:48:39.607Z | [ host-image] Oct 31 17:48:38.180 INFO O| Oct 31 17:48:38.180 INFO completed processing gimlet/ramdisk-02-trim |
8856 | 2024-10-31T17:48:39.610Z | [ host-image] Oct 31 17:48:38.183 INFO image builder template: zfs... |
8857 | 2024-10-31T17:48:39.610Z | [ host-image] Oct 31 17:48:38.183 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/.tmprBD8Ob/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.33.293", "-n", "zfs"], pwd: None |
8858 | 2024-10-31T17:48:39.624Z | [ host-image] Oct 31 17:48:38.198 INFO O| Oct 31 17:48:38.197 INFO skip include "stress" because feature "stress" is not enabled |
8859 | 2024-10-31T17:48:39.656Z | [ host-image] Oct 31 17:48:38.230 INFO O| Oct 31 17:48:38.230 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8860 | 2024-10-31T17:48:39.661Z | [ host-image] Oct 31 17:48:38.234 INFO O| Oct 31 17:48:38.234 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8861 | 2024-10-31T17:48:39.753Z | [ host-image] Oct 31 17:48:38.326 INFO O| Oct 31 17:48:38.326 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8862 | 2024-10-31T17:48:39.804Z | [ host-image] Oct 31 17:48:38.377 INFO O| Oct 31 17:48:38.377 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8863 | 2024-10-31T17:48:39.806Z | [ host-image] Oct 31 17:48:38.377 INFO O| Oct 31 17:48:38.377 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8864 | 2024-10-31T17:48:39.809Z | [ host-image] Oct 31 17:48:38.381 INFO O| Oct 31 17:48:38.381 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8865 | 2024-10-31T17:48:39.889Z | [ host-image] Oct 31 17:48:38.461 INFO O| Oct 31 17:48:38.461 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8866 | 2024-10-31T17:48:39.938Z | [ host-image] Oct 31 17:48:38.510 INFO O| Oct 31 17:48:38.510 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8867 | 2024-10-31T17:48:39.948Z | [ host-image] Oct 31 17:48:38.521 INFO O| Oct 31 17:48:38.521 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8868 | 2024-10-31T17:48:39.952Z | [ host-image] Oct 31 17:48:38.526 INFO O| Oct 31 17:48:38.526 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8869 | 2024-10-31T17:48:39.955Z | [ host-image] Oct 31 17:48:38.526 INFO O| Oct 31 17:48:38.526 INFO no lofi found |
8870 | 2024-10-31T17:48:39.955Z | [ host-image] Oct 31 17:48:38.526 INFO O| Oct 31 17:48:38.526 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8871 | 2024-10-31T17:48:39.955Z | [ host-image] Oct 31 17:48:38.526 INFO O| Oct 31 17:48:38.526 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8872 | 2024-10-31T17:48:41.436Z | [ host-image] Oct 31 17:48:40.009 INFO O| Oct 31 17:48:40.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8873 | 2024-10-31T17:48:41.437Z | [ host-image] Oct 31 17:48:40.009 INFO O| Oct 31 17:48:40.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8874 | 2024-10-31T17:48:41.439Z | [ host-image] Oct 31 17:48:40.009 INFO O| Oct 31 17:48:40.009 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"] |
8875 | 2024-10-31T17:48:41.513Z | [ host-image] Oct 31 17:48:40.086 INFO O| Oct 31 17:48:40.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8876 | 2024-10-31T17:48:41.513Z | [ host-image] Oct 31 17:48:40.086 INFO O| Oct 31 17:48:40.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8877 | 2024-10-31T17:48:41.530Z | [ host-image] Oct 31 17:48:40.103 INFO O| Oct 31 17:48:40.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8878 | 2024-10-31T17:48:41.586Z | [ host-image] Oct 31 17:48:40.159 INFO O| Oct 31 17:48:40.159 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8879 | 2024-10-31T17:48:41.623Z | [ host-image] Oct 31 17:48:40.195 INFO O| Oct 31 17:48:40.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8880 | 2024-10-31T17:48:41.637Z | [ host-image] Oct 31 17:48:40.209 INFO O| Oct 31 17:48:40.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8881 | 2024-10-31T17:48:41.647Z | [ host-image] Oct 31 17:48:40.220 INFO O| Oct 31 17:48:40.220 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8882 | 2024-10-31T17:48:41.696Z | [ host-image] Oct 31 17:48:40.268 INFO O| Oct 31 17:48:40.268 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8883 | 2024-10-31T17:48:41.696Z | [ host-image] Oct 31 17:48:40.268 INFO O| Oct 31 17:48:40.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8884 | 2024-10-31T17:48:41.698Z | [ host-image] Oct 31 17:48:40.268 INFO O| Oct 31 17:48:40.268 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8885 | 2024-10-31T17:48:41.705Z | [ host-image] Oct 31 17:48:40.277 INFO O| Oct 31 17:48:40.277 INFO boot environment UUID: 24b47bd5-c753-43f8-9281-96e36ddfaac9 |
8886 | 2024-10-31T17:48:41.705Z | [ host-image] Oct 31 17:48:40.277 INFO O| Oct 31 17:48:40.277 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 24b47bd5-c753-43f8-9281-96e36ddfaac9 |
8887 | 2024-10-31T17:48:41.717Z | [ host-image] Oct 31 17:48:40.288 INFO O| Oct 31 17:48:40.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8888 | 2024-10-31T17:48:41.725Z | [ host-image] Oct 31 17:48:40.298 INFO O| Oct 31 17:48:40.298 INFO STEP 0 (create_be) COMPLETE |
8889 | 2024-10-31T17:48:41.725Z | [ host-image] Oct 31 17:48:40.298 INFO O| Oct 31 17:48:40.298 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8890 | 2024-10-31T17:48:41.740Z | [ host-image] Oct 31 17:48:40.312 INFO O| Oct 31 17:48:40.312 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8891 | 2024-10-31T17:48:54.397Z | [ recovery-image] Oct 31 17:48:52.949 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8892 | 2024-10-31T17:48:57.261Z | [ recovery-image] Oct 31 17:48:55.824 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8893 | 2024-10-31T17:49:01.676Z | [ recovery-image] Oct 31 17:49:00.243 INFO E| Compiling bitflags v1.3.2 |
8894 | 2024-10-31T17:49:01.676Z | [ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling plain v0.2.3 |
8895 | 2024-10-31T17:49:01.676Z | [ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling scroll v0.12.0 |
8896 | 2024-10-31T17:49:01.676Z | [ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling adler2 v2.0.0 |
8897 | 2024-10-31T17:49:01.676Z | [ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling log v0.4.22 |
8898 | 2024-10-31T17:49:01.676Z | [ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling bit_field v0.10.2 |
8899 | 2024-10-31T17:49:01.676Z | [ recovery-image] Oct 31 17:49:00.244 INFO E| Compiling bitstruct v0.1.1 |
8900 | 2024-10-31T17:49:01.910Z | [ recovery-image] Oct 31 17:49:00.477 INFO E| Compiling raw-cpuid v10.7.0 |
8901 | 2024-10-31T17:49:01.918Z | [ recovery-image] Oct 31 17:49:00.485 INFO E| Compiling cpio_reader v0.1.1 |
8902 | 2024-10-31T17:49:01.939Z | [ recovery-image] Oct 31 17:49:00.507 INFO E| Compiling static_assertions v1.1.0 |
8903 | 2024-10-31T17:49:02.056Z | [ recovery-image] Oct 31 17:49:00.624 INFO E| Compiling miniz_oxide v0.8.0 |
8904 | 2024-10-31T17:49:02.489Z | [ recovery-image] Oct 31 17:49:01.056 INFO E| Compiling goblin v0.8.2 |
8905 | 2024-10-31T17:49:02.764Z | [ host-image] Oct 31 17:49:01.332 INFO O| Oct 31 17:49:01.331 INFO STEP 1 (unpack_tar) COMPLETE |
8906 | 2024-10-31T17:49:02.764Z | [ host-image] Oct 31 17:49:01.332 INFO O| Oct 31 17:49:01.331 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8907 | 2024-10-31T17:49:02.784Z | [ host-image] Oct 31 17:49:01.351 INFO O| Oct 31 17:49:01.351 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8908 | 2024-10-31T17:49:03.210Z | [ host-image] Oct 31 17:49:01.777 INFO O| Oct 31 17:49:01.777 INFO STEP 2 (devfsadm) COMPLETE |
8909 | 2024-10-31T17:49:03.210Z | [ host-image] Oct 31 17:49:01.777 INFO O| Oct 31 17:49:01.777 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8910 | 2024-10-31T17:49:03.227Z | [ host-image] Oct 31 17:49:01.794 INFO O| Oct 31 17:49:01.794 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8911 | 2024-10-31T17:49:03.227Z | [ host-image] Oct 31 17:49:01.794 INFO O| Oct 31 17:49:01.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8912 | 2024-10-31T17:49:03.229Z | [ host-image] Oct 31 17:49:01.794 INFO O| Oct 31 17:49:01.794 INFO STEP 3 (ensure_dir) COMPLETE |
8913 | 2024-10-31T17:49:03.229Z | [ host-image] Oct 31 17:49:01.794 INFO O| Oct 31 17:49:01.794 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8914 | 2024-10-31T17:49:03.238Z | [ host-image] Oct 31 17:49:01.805 INFO O| Oct 31 17:49:01.805 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8915 | 2024-10-31T17:49:03.240Z | [ host-image] Oct 31 17:49:01.805 INFO O| Oct 31 17:49:01.805 INFO STEP 4 (ensure_dir) COMPLETE |
8916 | 2024-10-31T17:49:03.240Z | [ host-image] Oct 31 17:49:01.805 INFO O| Oct 31 17:49:01.805 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8917 | 2024-10-31T17:49:03.249Z | [ host-image] Oct 31 17:49:01.816 INFO O| Oct 31 17:49:01.816 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8918 | 2024-10-31T17:49:03.249Z | [ host-image] Oct 31 17:49:01.816 INFO O| Oct 31 17:49:01.816 INFO STEP 5 (ensure_dir) COMPLETE |
8919 | 2024-10-31T17:49:03.249Z | [ host-image] Oct 31 17:49:01.816 INFO O| Oct 31 17:49:01.816 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8920 | 2024-10-31T17:49:03.259Z | [ host-image] Oct 31 17:49:01.827 INFO O| Oct 31 17:49:01.827 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8921 | 2024-10-31T17:49:03.259Z | [ host-image] Oct 31 17:49:01.827 INFO O| Oct 31 17:49:01.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8922 | 2024-10-31T17:49:03.262Z | [ host-image] Oct 31 17:49:01.827 INFO O| Oct 31 17:49:01.827 INFO STEP 6 (ensure_dir) COMPLETE |
8923 | 2024-10-31T17:49:03.262Z | [ host-image] Oct 31 17:49:01.827 INFO O| Oct 31 17:49:01.827 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8924 | 2024-10-31T17:49:03.270Z | [ host-image] Oct 31 17:49:01.837 INFO O| Oct 31 17:49:01.837 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8925 | 2024-10-31T17:49:03.270Z | [ host-image] Oct 31 17:49:01.837 INFO O| Oct 31 17:49:01.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8926 | 2024-10-31T17:49:03.273Z | [ host-image] Oct 31 17:49:01.837 INFO O| Oct 31 17:49:01.837 INFO STEP 7 (ensure_dir) COMPLETE |
8927 | 2024-10-31T17:49:03.273Z | [ host-image] Oct 31 17:49:01.837 INFO O| Oct 31 17:49:01.837 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8928 | 2024-10-31T17:49:03.282Z | [ host-image] Oct 31 17:49:01.848 INFO O| Oct 31 17:49:01.848 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8929 | 2024-10-31T17:49:03.287Z | [ host-image] Oct 31 17:49:01.848 INFO O| Oct 31 17:49:01.848 INFO STEP 8 (remove_files) COMPLETE |
8930 | 2024-10-31T17:49:03.287Z | [ host-image] Oct 31 17:49:01.848 INFO O| Oct 31 17:49:01.848 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8931 | 2024-10-31T17:49:03.291Z | [ host-image] Oct 31 17:49:01.858 INFO O| Oct 31 17:49:01.858 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8932 | 2024-10-31T17:49:03.293Z | [ host-image] Oct 31 17:49:01.859 INFO O| Oct 31 17:49:01.859 INFO STEP 9 (remove_files) COMPLETE |
8933 | 2024-10-31T17:49:03.294Z | [ host-image] Oct 31 17:49:01.859 INFO O| Oct 31 17:49:01.859 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8934 | 2024-10-31T17:49:03.302Z | [ host-image] Oct 31 17:49:01.869 INFO O| Oct 31 17:49:01.869 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8935 | 2024-10-31T17:49:03.304Z | [ host-image] Oct 31 17:49:01.870 INFO O| Oct 31 17:49:01.870 INFO STEP 10 (remove_files) COMPLETE |
8936 | 2024-10-31T17:49:03.304Z | [ host-image] Oct 31 17:49:01.870 INFO O| Oct 31 17:49:01.870 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8937 | 2024-10-31T17:49:03.313Z | [ host-image] Oct 31 17:49:01.880 INFO O| Oct 31 17:49:01.880 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8938 | 2024-10-31T17:49:03.313Z | [ host-image] Oct 31 17:49:01.880 INFO O| Oct 31 17:49:01.880 INFO STEP 11 (remove_files) COMPLETE |
8939 | 2024-10-31T17:49:03.315Z | [ host-image] Oct 31 17:49:01.880 INFO O| Oct 31 17:49:01.880 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8940 | 2024-10-31T17:49:03.323Z | [ host-image] Oct 31 17:49:01.890 INFO O| Oct 31 17:49:01.890 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8941 | 2024-10-31T17:49:03.323Z | [ host-image] Oct 31 17:49:01.891 INFO O| Oct 31 17:49:01.891 INFO STEP 12 (remove_files) COMPLETE |
8942 | 2024-10-31T17:49:03.325Z | [ host-image] Oct 31 17:49:01.891 INFO O| Oct 31 17:49:01.891 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8943 | 2024-10-31T17:49:03.333Z | [ host-image] Oct 31 17:49:01.901 INFO O| Oct 31 17:49:01.901 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8944 | 2024-10-31T17:49:03.336Z | [ host-image] Oct 31 17:49:01.901 INFO O| Oct 31 17:49:01.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8945 | 2024-10-31T17:49:03.336Z | [ host-image] Oct 31 17:49:01.901 INFO O| Oct 31 17:49:01.901 INFO STEP 13 (ensure_dir) COMPLETE |
8946 | 2024-10-31T17:49:03.336Z | [ host-image] Oct 31 17:49:01.901 INFO O| Oct 31 17:49:01.901 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8947 | 2024-10-31T17:49:03.344Z | [ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8948 | 2024-10-31T17:49:03.347Z | [ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8949 | 2024-10-31T17:49:03.347Z | [ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8950 | 2024-10-31T17:49:03.347Z | [ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO STEP 14 (ensure_dir) COMPLETE |
8951 | 2024-10-31T17:49:03.347Z | [ host-image] Oct 31 17:49:01.912 INFO O| Oct 31 17:49:01.912 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8952 | 2024-10-31T17:49:03.355Z | [ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8953 | 2024-10-31T17:49:03.355Z | [ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8954 | 2024-10-31T17:49:03.355Z | [ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8955 | 2024-10-31T17:49:03.359Z | [ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO STEP 15 (ensure_dir) COMPLETE |
8956 | 2024-10-31T17:49:03.359Z | [ host-image] Oct 31 17:49:01.923 INFO O| Oct 31 17:49:01.923 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8957 | 2024-10-31T17:49:03.371Z | [ host-image] Oct 31 17:49:01.939 INFO O| Oct 31 17:49:01.939 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8958 | 2024-10-31T17:49:03.371Z | [ host-image] Oct 31 17:49:01.939 INFO O| Oct 31 17:49:01.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8959 | 2024-10-31T17:49:03.374Z | [ host-image] Oct 31 17:49:01.939 INFO O| Oct 31 17:49:01.939 INFO STEP 16 (ensure_dir) COMPLETE |
8960 | 2024-10-31T17:49:03.374Z | [ host-image] Oct 31 17:49:01.939 INFO O| Oct 31 17:49:01.939 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8961 | 2024-10-31T17:49:03.385Z | [ host-image] Oct 31 17:49:01.952 INFO O| Oct 31 17:49:01.952 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8962 | 2024-10-31T17:49:03.385Z | [ host-image] Oct 31 17:49:01.952 INFO O| Oct 31 17:49:01.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8963 | 2024-10-31T17:49:03.387Z | [ host-image] Oct 31 17:49:01.952 INFO O| Oct 31 17:49:01.952 INFO STEP 17 (ensure_dir) COMPLETE |
8964 | 2024-10-31T17:49:03.387Z | [ host-image] Oct 31 17:49:01.952 INFO O| Oct 31 17:49:01.952 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8965 | 2024-10-31T17:49:03.399Z | [ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8966 | 2024-10-31T17:49:03.399Z | [ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8967 | 2024-10-31T17:49:03.401Z | [ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO ok! |
8968 | 2024-10-31T17:49:03.401Z | [ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO STEP 18 (ensure_symlink) COMPLETE |
8969 | 2024-10-31T17:49:03.401Z | [ host-image] Oct 31 17:49:01.966 INFO O| Oct 31 17:49:01.966 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8970 | 2024-10-31T17:49:03.413Z | [ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8971 | 2024-10-31T17:49:03.413Z | [ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8972 | 2024-10-31T17:49:03.416Z | [ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO ok! |
8973 | 2024-10-31T17:49:03.416Z | [ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO STEP 19 (ensure_file) COMPLETE |
8974 | 2024-10-31T17:49:03.416Z | [ host-image] Oct 31 17:49:01.980 INFO O| Oct 31 17:49:01.980 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8975 | 2024-10-31T17:49:03.426Z | [ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8976 | 2024-10-31T17:49:03.426Z | [ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8977 | 2024-10-31T17:49:03.428Z | [ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8978 | 2024-10-31T17:49:03.428Z | [ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO ok! |
8979 | 2024-10-31T17:49:03.428Z | [ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO STEP 20 (ensure_symlink) COMPLETE |
8980 | 2024-10-31T17:49:03.428Z | [ host-image] Oct 31 17:49:01.993 INFO O| Oct 31 17:49:01.993 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8981 | 2024-10-31T17:49:03.442Z | [ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8982 | 2024-10-31T17:49:03.442Z | [ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8983 | 2024-10-31T17:49:03.444Z | [ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8984 | 2024-10-31T17:49:03.444Z | [ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO ok! |
8985 | 2024-10-31T17:49:03.444Z | [ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO STEP 21 (ensure_symlink) COMPLETE |
8986 | 2024-10-31T17:49:03.444Z | [ host-image] Oct 31 17:49:02.009 INFO O| Oct 31 17:49:02.009 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8987 | 2024-10-31T17:49:03.459Z | [ host-image] Oct 31 17:49:02.026 INFO O| Oct 31 17:49:02.026 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8988 | 2024-10-31T17:49:03.461Z | [ host-image] Oct 31 17:49:02.026 INFO O| Oct 31 17:49:02.026 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8989 | 2024-10-31T17:49:03.461Z | [ host-image] Oct 31 17:49:02.027 INFO O| Oct 31 17:49:02.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8990 | 2024-10-31T17:49:03.462Z | [ host-image] Oct 31 17:49:02.027 INFO O| Oct 31 17:49:02.027 INFO ok! |
8991 | 2024-10-31T17:49:03.462Z | [ host-image] Oct 31 17:49:02.027 INFO O| Oct 31 17:49:02.027 INFO STEP 22 (ensure_symlink) COMPLETE |
8992 | 2024-10-31T17:49:03.462Z | [ host-image] Oct 31 17:49:02.027 INFO O| Oct 31 17:49:02.027 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8993 | 2024-10-31T17:49:03.476Z | [ host-image] Oct 31 17:49:02.043 INFO O| Oct 31 17:49:02.043 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8994 | 2024-10-31T17:49:03.476Z | [ host-image] Oct 31 17:49:02.043 INFO O| Oct 31 17:49:02.043 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8995 | 2024-10-31T17:49:03.479Z | [ host-image] Oct 31 17:49:02.044 INFO O| Oct 31 17:49:02.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8996 | 2024-10-31T17:49:03.479Z | [ host-image] Oct 31 17:49:02.044 INFO O| Oct 31 17:49:02.044 INFO ok! |
8997 | 2024-10-31T17:49:03.479Z | [ host-image] Oct 31 17:49:02.044 INFO O| Oct 31 17:49:02.044 INFO STEP 23 (ensure_symlink) COMPLETE |
8998 | 2024-10-31T17:49:03.479Z | [ host-image] Oct 31 17:49:02.044 INFO O| Oct 31 17:49:02.044 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8999 | 2024-10-31T17:49:03.493Z | [ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9000 | 2024-10-31T17:49:03.495Z | [ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9001 | 2024-10-31T17:49:03.495Z | [ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9002 | 2024-10-31T17:49:03.495Z | [ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO ok! |
9003 | 2024-10-31T17:49:03.495Z | [ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO STEP 24 (ensure_file) COMPLETE |
9004 | 2024-10-31T17:49:03.495Z | [ host-image] Oct 31 17:49:02.060 INFO O| Oct 31 17:49:02.060 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9005 | 2024-10-31T17:49:03.510Z | [ host-image] Oct 31 17:49:02.077 INFO O| Oct 31 17:49:02.077 INFO updating shadow file |
9006 | 2024-10-31T17:49:03.512Z | [ host-image] Oct 31 17:49:02.077 INFO O| Oct 31 17:49:02.077 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9007 | 2024-10-31T17:49:03.513Z | [ host-image] Oct 31 17:49:02.078 INFO O| Oct 31 17:49:02.077 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9008 | 2024-10-31T17:49:03.513Z | [ host-image] Oct 31 17:49:02.078 INFO O| Oct 31 17:49:02.078 INFO STEP 25 (shadow) COMPLETE |
9009 | 2024-10-31T17:49:03.513Z | [ host-image] Oct 31 17:49:02.078 INFO O| Oct 31 17:49:02.078 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9010 | 2024-10-31T17:49:03.525Z | [ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9011 | 2024-10-31T17:49:03.525Z | [ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9012 | 2024-10-31T17:49:03.527Z | [ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9013 | 2024-10-31T17:49:03.527Z | [ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO ok! |
9014 | 2024-10-31T17:49:03.527Z | [ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO STEP 26 (ensure_file) COMPLETE |
9015 | 2024-10-31T17:49:03.527Z | [ host-image] Oct 31 17:49:02.092 INFO O| Oct 31 17:49:02.092 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9016 | 2024-10-31T17:49:03.541Z | [ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9017 | 2024-10-31T17:49:03.543Z | [ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9018 | 2024-10-31T17:49:03.543Z | [ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9019 | 2024-10-31T17:49:03.543Z | [ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO ok! |
9020 | 2024-10-31T17:49:03.543Z | [ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO STEP 27 (ensure_file) COMPLETE |
9021 | 2024-10-31T17:49:03.543Z | [ host-image] Oct 31 17:49:02.108 INFO O| Oct 31 17:49:02.108 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9022 | 2024-10-31T17:49:03.557Z | [ host-image] Oct 31 17:49:02.124 INFO O| Oct 31 17:49:02.124 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9023 | 2024-10-31T17:49:03.557Z | [ host-image] Oct 31 17:49:02.124 INFO O| Oct 31 17:49:02.124 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9024 | 2024-10-31T17:49:03.559Z | [ host-image] Oct 31 17:49:02.124 INFO O| Oct 31 17:49:02.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9025 | 2024-10-31T17:49:03.559Z | [ host-image] Oct 31 17:49:02.124 INFO O| Oct 31 17:49:02.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9026 | 2024-10-31T17:49:03.559Z | [ host-image] Oct 31 17:49:02.125 INFO O| Oct 31 17:49:02.124 INFO ok! |
9027 | 2024-10-31T17:49:03.559Z | [ host-image] Oct 31 17:49:02.125 INFO O| Oct 31 17:49:02.125 INFO STEP 28 (ensure_file) COMPLETE |
9028 | 2024-10-31T17:49:03.560Z | [ host-image] Oct 31 17:49:02.125 INFO O| Oct 31 17:49:02.125 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9029 | 2024-10-31T17:49:03.575Z | [ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9030 | 2024-10-31T17:49:03.575Z | [ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9031 | 2024-10-31T17:49:03.578Z | [ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9032 | 2024-10-31T17:49:03.578Z | [ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO ok! |
9033 | 2024-10-31T17:49:03.578Z | [ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO STEP 29 (ensure_file) COMPLETE |
9034 | 2024-10-31T17:49:03.578Z | [ host-image] Oct 31 17:49:02.141 INFO O| Oct 31 17:49:02.141 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9035 | 2024-10-31T17:49:03.586Z | [ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9036 | 2024-10-31T17:49:03.586Z | [ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9037 | 2024-10-31T17:49:03.588Z | [ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9038 | 2024-10-31T17:49:03.588Z | [ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO ok! |
9039 | 2024-10-31T17:49:03.588Z | [ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO STEP 30 (ensure_file) COMPLETE |
9040 | 2024-10-31T17:49:03.588Z | [ host-image] Oct 31 17:49:02.153 INFO O| Oct 31 17:49:02.153 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9041 | 2024-10-31T17:49:03.602Z | [ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9042 | 2024-10-31T17:49:03.602Z | [ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9043 | 2024-10-31T17:49:03.604Z | [ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9044 | 2024-10-31T17:49:03.604Z | [ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9045 | 2024-10-31T17:49:03.604Z | [ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO ok! |
9046 | 2024-10-31T17:49:03.604Z | [ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO STEP 31 (ensure_file) COMPLETE |
9047 | 2024-10-31T17:49:03.604Z | [ host-image] Oct 31 17:49:02.169 INFO O| Oct 31 17:49:02.169 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9048 | 2024-10-31T17:49:03.618Z | [ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9049 | 2024-10-31T17:49:03.618Z | [ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9050 | 2024-10-31T17:49:03.618Z | [ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9051 | 2024-10-31T17:49:03.620Z | [ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO ok! |
9052 | 2024-10-31T17:49:03.620Z | [ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO STEP 32 (ensure_file) COMPLETE |
9053 | 2024-10-31T17:49:03.620Z | [ host-image] Oct 31 17:49:02.185 INFO O| Oct 31 17:49:02.185 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9054 | 2024-10-31T17:49:03.632Z | [ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9055 | 2024-10-31T17:49:03.632Z | [ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9056 | 2024-10-31T17:49:03.634Z | [ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9057 | 2024-10-31T17:49:03.634Z | [ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO ok! |
9058 | 2024-10-31T17:49:03.634Z | [ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO STEP 33 (ensure_file) COMPLETE |
9059 | 2024-10-31T17:49:03.634Z | [ host-image] Oct 31 17:49:02.199 INFO O| Oct 31 17:49:02.199 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9060 | 2024-10-31T17:49:03.643Z | [ host-image] Oct 31 17:49:02.210 INFO O| Oct 31 17:49:02.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9061 | 2024-10-31T17:49:03.643Z | [ host-image] Oct 31 17:49:02.210 INFO O| Oct 31 17:49:02.210 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9062 | 2024-10-31T17:49:03.645Z | [ host-image] Oct 31 17:49:02.210 INFO O| Oct 31 17:49:02.210 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9063 | 2024-10-31T17:49:03.645Z | [ host-image] Oct 31 17:49:02.210 INFO O| Oct 31 17:49:02.210 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9064 | 2024-10-31T17:49:03.645Z | [ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.210 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9065 | 2024-10-31T17:49:03.645Z | [ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.211 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9066 | 2024-10-31T17:49:03.645Z | [ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.211 INFO ok! |
9067 | 2024-10-31T17:49:03.645Z | [ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.211 INFO STEP 34 (ensure_file) COMPLETE |
9068 | 2024-10-31T17:49:03.646Z | [ host-image] Oct 31 17:49:02.211 INFO O| Oct 31 17:49:02.211 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9069 | 2024-10-31T17:49:03.658Z | [ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9070 | 2024-10-31T17:49:03.661Z | [ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9071 | 2024-10-31T17:49:03.661Z | [ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9072 | 2024-10-31T17:49:03.661Z | [ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO STEP 35 (ensure_dir) COMPLETE |
9073 | 2024-10-31T17:49:03.661Z | [ host-image] Oct 31 17:49:02.225 INFO O| Oct 31 17:49:02.225 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9074 | 2024-10-31T17:49:03.669Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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 |
9075 | 2024-10-31T17:49:03.669Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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 ... |
9076 | 2024-10-31T17:49:03.672Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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 |
9077 | 2024-10-31T17:49:03.672Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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 |
9078 | 2024-10-31T17:49:03.672Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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 |
9079 | 2024-10-31T17:49:03.672Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 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 |
9080 | 2024-10-31T17:49:03.672Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 INFO ok! |
9081 | 2024-10-31T17:49:03.672Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 INFO STEP 36 (ensure_file) COMPLETE |
9082 | 2024-10-31T17:49:03.672Z | [ host-image] Oct 31 17:49:02.237 INFO O| Oct 31 17:49:02.237 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9083 | 2024-10-31T17:49:03.682Z | [ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9084 | 2024-10-31T17:49:03.682Z | [ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 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 ... |
9085 | 2024-10-31T17:49:03.684Z | [ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9086 | 2024-10-31T17:49:03.684Z | [ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO ok! |
9087 | 2024-10-31T17:49:03.684Z | [ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO STEP 37 (ensure_symlink) COMPLETE |
9088 | 2024-10-31T17:49:03.684Z | [ host-image] Oct 31 17:49:02.249 INFO O| Oct 31 17:49:02.249 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9089 | 2024-10-31T17:49:03.695Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9090 | 2024-10-31T17:49:03.695Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9091 | 2024-10-31T17:49:03.698Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9092 | 2024-10-31T17:49:03.698Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9093 | 2024-10-31T17:49:03.698Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9094 | 2024-10-31T17:49:03.698Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9095 | 2024-10-31T17:49:03.698Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO ok! |
9096 | 2024-10-31T17:49:03.698Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO STEP 38 (ensure_file) COMPLETE |
9097 | 2024-10-31T17:49:03.698Z | [ host-image] Oct 31 17:49:02.263 INFO O| Oct 31 17:49:02.263 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9098 | 2024-10-31T17:49:03.710Z | [ host-image] Oct 31 17:49:02.277 INFO O| Oct 31 17:49:02.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9099 | 2024-10-31T17:49:03.710Z | [ host-image] Oct 31 17:49:02.277 INFO O| Oct 31 17:49:02.277 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 ... |
9100 | 2024-10-31T17:49:03.719Z | [ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.277 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 |
9101 | 2024-10-31T17:49:03.719Z | [ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.278 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9102 | 2024-10-31T17:49:03.719Z | [ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.278 INFO ok! |
9103 | 2024-10-31T17:49:03.719Z | [ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.278 INFO STEP 39 (ensure_file) COMPLETE |
9104 | 2024-10-31T17:49:03.719Z | [ host-image] Oct 31 17:49:02.278 INFO O| Oct 31 17:49:02.278 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9105 | 2024-10-31T17:49:03.724Z | [ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9106 | 2024-10-31T17:49:03.724Z | [ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9107 | 2024-10-31T17:49:03.726Z | [ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9108 | 2024-10-31T17:49:03.726Z | [ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO ok! |
9109 | 2024-10-31T17:49:03.726Z | [ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO STEP 40 (ensure_file) COMPLETE |
9110 | 2024-10-31T17:49:03.726Z | [ host-image] Oct 31 17:49:02.291 INFO O| Oct 31 17:49:02.291 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9111 | 2024-10-31T17:49:03.735Z | [ host-image] Oct 31 17:49:02.302 INFO O| Oct 31 17:49:02.302 INFO updating shadow file |
9112 | 2024-10-31T17:49:03.737Z | [ host-image] Oct 31 17:49:02.302 INFO O| Oct 31 17:49:02.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9113 | 2024-10-31T17:49:03.737Z | [ host-image] Oct 31 17:49:02.302 INFO O| Oct 31 17:49:02.302 INFO STEP 41 (shadow) COMPLETE |
9114 | 2024-10-31T17:49:03.737Z | [ host-image] Oct 31 17:49:02.302 INFO O| Oct 31 17:49:02.302 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9115 | 2024-10-31T17:49:03.750Z | [ host-image] Oct 31 17:49:02.317 INFO O| Oct 31 17:49:02.317 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9116 | 2024-10-31T17:49:03.750Z | [ host-image] Oct 31 17:49:02.317 INFO O| Oct 31 17:49:02.317 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9117 | 2024-10-31T17:49:03.752Z | [ host-image] Oct 31 17:49:02.317 INFO O| Oct 31 17:49:02.317 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9118 | 2024-10-31T17:49:03.753Z | [ host-image] Oct 31 17:49:02.317 INFO O| Oct 31 17:49:02.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9119 | 2024-10-31T17:49:03.753Z | [ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.317 INFO ok! |
9120 | 2024-10-31T17:49:03.753Z | [ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO STEP 42 (ensure_file) COMPLETE |
9121 | 2024-10-31T17:49:03.753Z | [ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9122 | 2024-10-31T17:49:03.753Z | [ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO skip step because feature "mfg" is not enabled |
9123 | 2024-10-31T17:49:03.753Z | [ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9124 | 2024-10-31T17:49:03.753Z | [ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO skip step because feature "mfg" is not enabled |
9125 | 2024-10-31T17:49:03.753Z | [ host-image] Oct 31 17:49:02.318 INFO O| Oct 31 17:49:02.318 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9126 | 2024-10-31T17:49:03.762Z | [ host-image] Oct 31 17:49:02.329 INFO O| Oct 31 17:49:02.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9127 | 2024-10-31T17:49:03.764Z | [ host-image] Oct 31 17:49:02.329 INFO O| Oct 31 17:49:02.329 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9128 | 2024-10-31T17:49:04.536Z | [ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9129 | 2024-10-31T17:49:04.536Z | [ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9130 | 2024-10-31T17:49:04.539Z | [ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO ok! |
9131 | 2024-10-31T17:49:04.539Z | [ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO STEP 45 (ensure_file) COMPLETE |
9132 | 2024-10-31T17:49:04.539Z | [ host-image] Oct 31 17:49:03.103 INFO O| Oct 31 17:49:03.103 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9133 | 2024-10-31T17:49:04.549Z | [ host-image] Oct 31 17:49:03.116 INFO O| Oct 31 17:49:03.116 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9134 | 2024-10-31T17:49:04.550Z | [ host-image] Oct 31 17:49:03.116 INFO O| Oct 31 17:49:03.116 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9135 | 2024-10-31T17:49:04.552Z | [ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.116 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9136 | 2024-10-31T17:49:04.552Z | [ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9137 | 2024-10-31T17:49:04.552Z | [ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9138 | 2024-10-31T17:49:04.552Z | [ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9139 | 2024-10-31T17:49:04.552Z | [ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO ok! |
9140 | 2024-10-31T17:49:04.552Z | [ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO STEP 46 (ensure_file) COMPLETE |
9141 | 2024-10-31T17:49:04.552Z | [ host-image] Oct 31 17:49:03.117 INFO O| Oct 31 17:49:03.117 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9142 | 2024-10-31T17:49:04.564Z | [ host-image] Oct 31 17:49:03.130 INFO O| Oct 31 17:49:03.130 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9143 | 2024-10-31T17:49:04.564Z | [ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.130 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 ... |
9144 | 2024-10-31T17:49:04.567Z | [ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 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 |
9145 | 2024-10-31T17:49:04.567Z | [ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9146 | 2024-10-31T17:49:04.567Z | [ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 INFO ok! |
9147 | 2024-10-31T17:49:04.567Z | [ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 INFO STEP 47 (ensure_file) COMPLETE |
9148 | 2024-10-31T17:49:04.567Z | [ host-image] Oct 31 17:49:03.131 INFO O| Oct 31 17:49:03.131 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9149 | 2024-10-31T17:49:04.591Z | [ host-image] Oct 31 17:49:03.157 INFO O| Oct 31 17:49:03.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9150 | 2024-10-31T17:49:04.591Z | [ host-image] Oct 31 17:49:03.157 INFO O| Oct 31 17:49:03.157 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9151 | 2024-10-31T17:49:04.594Z | [ host-image] Oct 31 17:49:03.157 INFO O| Oct 31 17:49:03.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9152 | 2024-10-31T17:49:04.594Z | [ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9153 | 2024-10-31T17:49:04.594Z | [ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9154 | 2024-10-31T17:49:04.594Z | [ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9155 | 2024-10-31T17:49:04.594Z | [ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO ok! |
9156 | 2024-10-31T17:49:04.594Z | [ host-image] Oct 31 17:49:03.158 INFO O| Oct 31 17:49:03.158 INFO STEP 48 (ensure_file) COMPLETE |
9157 | 2024-10-31T17:49:04.594Z | [ host-image] Oct 31 17:49:03.159 INFO O| Oct 31 17:49:03.158 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9158 | 2024-10-31T17:49:04.651Z | [ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9159 | 2024-10-31T17:49:04.651Z | [ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 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 ... |
9160 | 2024-10-31T17:49:04.654Z | [ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 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 |
9161 | 2024-10-31T17:49:04.654Z | [ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9162 | 2024-10-31T17:49:04.654Z | [ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO ok! |
9163 | 2024-10-31T17:49:04.654Z | [ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO STEP 49 (ensure_file) COMPLETE |
9164 | 2024-10-31T17:49:04.654Z | [ host-image] Oct 31 17:49:03.218 INFO O| Oct 31 17:49:03.218 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9165 | 2024-10-31T17:49:04.670Z | [ host-image] Oct 31 17:49:03.236 INFO O| Oct 31 17:49:03.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9166 | 2024-10-31T17:49:04.670Z | [ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.236 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9167 | 2024-10-31T17:49:04.673Z | [ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9168 | 2024-10-31T17:49:04.673Z | [ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9169 | 2024-10-31T17:49:04.673Z | [ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9170 | 2024-10-31T17:49:04.673Z | [ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9171 | 2024-10-31T17:49:04.673Z | [ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO ok! |
9172 | 2024-10-31T17:49:04.673Z | [ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO STEP 50 (ensure_file) COMPLETE |
9173 | 2024-10-31T17:49:04.673Z | [ host-image] Oct 31 17:49:03.237 INFO O| Oct 31 17:49:03.237 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9174 | 2024-10-31T17:49:04.688Z | [ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.254 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9175 | 2024-10-31T17:49:04.688Z | [ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 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 ... |
9176 | 2024-10-31T17:49:04.690Z | [ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 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 |
9177 | 2024-10-31T17:49:04.690Z | [ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9178 | 2024-10-31T17:49:04.690Z | [ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 INFO ok! |
9179 | 2024-10-31T17:49:04.690Z | [ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 INFO STEP 51 (ensure_file) COMPLETE |
9180 | 2024-10-31T17:49:04.690Z | [ host-image] Oct 31 17:49:03.255 INFO O| Oct 31 17:49:03.255 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9181 | 2024-10-31T17:49:04.706Z | [ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9182 | 2024-10-31T17:49:04.706Z | [ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 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 ... |
9183 | 2024-10-31T17:49:04.709Z | [ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 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 |
9184 | 2024-10-31T17:49:04.709Z | [ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9185 | 2024-10-31T17:49:04.709Z | [ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 INFO ok! |
9186 | 2024-10-31T17:49:04.709Z | [ host-image] Oct 31 17:49:03.273 INFO O| Oct 31 17:49:03.273 INFO STEP 52 (ensure_file) COMPLETE |
9187 | 2024-10-31T17:49:04.709Z | [ host-image] Oct 31 17:49:03.274 INFO O| Oct 31 17:49:03.273 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9188 | 2024-10-31T17:49:04.724Z | [ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9189 | 2024-10-31T17:49:04.724Z | [ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 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 ... |
9190 | 2024-10-31T17:49:04.727Z | [ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 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 |
9191 | 2024-10-31T17:49:04.727Z | [ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9192 | 2024-10-31T17:49:04.727Z | [ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 INFO ok! |
9193 | 2024-10-31T17:49:04.727Z | [ host-image] Oct 31 17:49:03.291 INFO O| Oct 31 17:49:03.291 INFO STEP 53 (ensure_file) COMPLETE |
9194 | 2024-10-31T17:49:04.727Z | [ host-image] Oct 31 17:49:03.292 INFO O| Oct 31 17:49:03.291 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9195 | 2024-10-31T17:49:04.778Z | [ host-image] Oct 31 17:49:03.345 INFO O| Oct 31 17:49:03.344 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9196 | 2024-10-31T17:49:04.778Z | [ host-image] Oct 31 17:49:03.345 INFO O| Oct 31 17:49:03.345 INFO STEP 54 (ensure_dir) COMPLETE |
9197 | 2024-10-31T17:49:04.781Z | [ host-image] Oct 31 17:49:03.345 INFO O| Oct 31 17:49:03.345 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9198 | 2024-10-31T17:49:04.814Z | [ host-image] Oct 31 17:49:03.380 INFO O| Oct 31 17:49:03.380 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9199 | 2024-10-31T17:49:04.814Z | [ host-image] Oct 31 17:49:03.380 INFO O| Oct 31 17:49:03.380 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9200 | 2024-10-31T17:49:04.816Z | [ host-image] Oct 31 17:49:03.380 INFO O| Oct 31 17:49:03.380 INFO STEP 55 (ensure_dir) COMPLETE |
9201 | 2024-10-31T17:49:04.816Z | [ host-image] Oct 31 17:49:03.380 INFO O| Oct 31 17:49:03.380 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9202 | 2024-10-31T17:49:04.833Z | [ host-image] Oct 31 17:49:03.400 INFO O| Oct 31 17:49:03.399 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9203 | 2024-10-31T17:49:04.835Z | [ host-image] Oct 31 17:49:03.400 INFO O| Oct 31 17:49:03.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9204 | 2024-10-31T17:49:04.835Z | [ host-image] Oct 31 17:49:03.400 INFO O| Oct 31 17:49:03.400 INFO STEP 56 (ensure_dir) COMPLETE |
9205 | 2024-10-31T17:49:04.835Z | [ host-image] Oct 31 17:49:03.400 INFO O| Oct 31 17:49:03.400 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9206 | 2024-10-31T17:49:04.851Z | [ host-image] Oct 31 17:49:03.418 INFO O| Oct 31 17:49:03.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9207 | 2024-10-31T17:49:04.851Z | [ host-image] Oct 31 17:49:03.418 INFO O| Oct 31 17:49:03.418 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9208 | 2024-10-31T17:49:04.876Z | [ host-image] Oct 31 17:49:03.443 INFO O| Oct 31 17:49:03.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9209 | 2024-10-31T17:49:04.876Z | [ host-image] Oct 31 17:49:03.443 INFO O| Oct 31 17:49:03.443 INFO ok! |
9210 | 2024-10-31T17:49:04.879Z | [ host-image] Oct 31 17:49:03.443 INFO O| Oct 31 17:49:03.443 INFO STEP 57 (ensure_file) COMPLETE |
9211 | 2024-10-31T17:49:04.879Z | [ host-image] Oct 31 17:49:03.443 INFO O| Oct 31 17:49:03.443 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9212 | 2024-10-31T17:49:04.898Z | [ host-image] Oct 31 17:49:03.465 INFO O| Oct 31 17:49:03.465 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9213 | 2024-10-31T17:49:04.898Z | [ host-image] Oct 31 17:49:03.465 INFO O| Oct 31 17:49:03.465 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9214 | 2024-10-31T17:49:06.337Z | [ host-image] Oct 31 17:49:04.904 INFO O| Oct 31 17:49:04.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9215 | 2024-10-31T17:49:06.337Z | [ host-image] Oct 31 17:49:04.904 INFO O| Oct 31 17:49:04.904 INFO ok! |
9216 | 2024-10-31T17:49:06.341Z | [ host-image] Oct 31 17:49:04.904 INFO O| Oct 31 17:49:04.904 INFO STEP 58 (ensure_file) COMPLETE |
9217 | 2024-10-31T17:49:06.341Z | [ host-image] Oct 31 17:49:04.904 INFO O| Oct 31 17:49:04.904 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9218 | 2024-10-31T17:49:06.356Z | [ host-image] Oct 31 17:49:04.923 INFO O| Oct 31 17:49:04.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9219 | 2024-10-31T17:49:06.357Z | [ host-image] Oct 31 17:49:04.923 INFO O| Oct 31 17:49:04.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9220 | 2024-10-31T17:49:06.360Z | [ host-image] Oct 31 17:49:04.923 INFO O| Oct 31 17:49:04.923 INFO STEP 59 (ensure_dir) COMPLETE |
9221 | 2024-10-31T17:49:06.360Z | [ host-image] Oct 31 17:49:04.923 INFO O| Oct 31 17:49:04.923 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9222 | 2024-10-31T17:49:06.372Z | [ host-image] Oct 31 17:49:04.937 INFO O| Oct 31 17:49:04.937 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9223 | 2024-10-31T17:49:06.372Z | [ host-image] Oct 31 17:49:04.937 INFO O| Oct 31 17:49:04.937 INFO copying /tmp/.tmprBD8Ob/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 ... |
9224 | 2024-10-31T17:49:06.374Z | [ host-image] Oct 31 17:49:04.938 INFO O| Oct 31 17:49:04.937 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9225 | 2024-10-31T17:49:06.374Z | [ host-image] Oct 31 17:49:04.938 INFO O| Oct 31 17:49:04.938 INFO ok! |
9226 | 2024-10-31T17:49:06.374Z | [ host-image] Oct 31 17:49:04.938 INFO O| Oct 31 17:49:04.938 INFO STEP 60 (ensure_file) COMPLETE |
9227 | 2024-10-31T17:49:06.374Z | [ host-image] Oct 31 17:49:04.938 INFO O| Oct 31 17:49:04.938 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9228 | 2024-10-31T17:49:06.382Z | [ host-image] Oct 31 17:49:04.948 INFO O| Oct 31 17:49:04.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9229 | 2024-10-31T17:49:06.382Z | [ host-image] Oct 31 17:49:04.948 INFO O| Oct 31 17:49:04.948 INFO copying /tmp/.tmprBD8Ob/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 ... |
9230 | 2024-10-31T17:49:06.385Z | [ host-image] Oct 31 17:49:04.949 INFO O| Oct 31 17:49:04.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9231 | 2024-10-31T17:49:06.385Z | [ host-image] Oct 31 17:49:04.949 INFO O| Oct 31 17:49:04.949 INFO ok! |
9232 | 2024-10-31T17:49:06.385Z | [ host-image] Oct 31 17:49:04.949 INFO O| Oct 31 17:49:04.949 INFO STEP 61 (ensure_file) COMPLETE |
9233 | 2024-10-31T17:49:06.385Z | [ host-image] Oct 31 17:49:04.949 INFO O| Oct 31 17:49:04.949 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9234 | 2024-10-31T17:49:06.394Z | [ host-image] Oct 31 17:49:04.960 INFO O| Oct 31 17:49:04.960 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9235 | 2024-10-31T17:49:06.394Z | [ host-image] Oct 31 17:49:04.960 INFO O| Oct 31 17:49:04.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9236 | 2024-10-31T17:49:06.396Z | [ host-image] Oct 31 17:49:04.960 INFO O| Oct 31 17:49:04.960 INFO STEP 62 (ensure_dir) COMPLETE |
9237 | 2024-10-31T17:49:06.396Z | [ host-image] Oct 31 17:49:04.960 INFO O| Oct 31 17:49:04.960 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9238 | 2024-10-31T17:49:06.405Z | [ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9239 | 2024-10-31T17:49:06.405Z | [ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO copying /tmp/.tmprBD8Ob/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 ... |
9240 | 2024-10-31T17:49:06.408Z | [ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9241 | 2024-10-31T17:49:06.408Z | [ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO ok! |
9242 | 2024-10-31T17:49:06.408Z | [ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO STEP 63 (ensure_file) COMPLETE |
9243 | 2024-10-31T17:49:06.408Z | [ host-image] Oct 31 17:49:04.972 INFO O| Oct 31 17:49:04.972 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9244 | 2024-10-31T17:49:06.418Z | [ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9245 | 2024-10-31T17:49:06.418Z | [ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO copying /tmp/.tmprBD8Ob/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 ... |
9246 | 2024-10-31T17:49:06.420Z | [ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9247 | 2024-10-31T17:49:06.420Z | [ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO ok! |
9248 | 2024-10-31T17:49:06.420Z | [ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO STEP 64 (ensure_file) COMPLETE |
9249 | 2024-10-31T17:49:06.420Z | [ host-image] Oct 31 17:49:04.984 INFO O| Oct 31 17:49:04.984 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9250 | 2024-10-31T17:49:06.430Z | [ host-image] Oct 31 17:49:04.997 INFO O| Oct 31 17:49:04.997 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9251 | 2024-10-31T17:49:06.431Z | [ host-image] Oct 31 17:49:04.997 INFO O| Oct 31 17:49:04.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9252 | 2024-10-31T17:49:06.433Z | [ host-image] Oct 31 17:49:04.997 INFO O| Oct 31 17:49:04.997 INFO STEP 65 (ensure_dir) COMPLETE |
9253 | 2024-10-31T17:49:06.433Z | [ host-image] Oct 31 17:49:04.997 INFO O| Oct 31 17:49:04.997 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9254 | 2024-10-31T17:49:06.449Z | [ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9255 | 2024-10-31T17:49:06.449Z | [ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO copying /tmp/.tmprBD8Ob/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 ... |
9256 | 2024-10-31T17:49:06.451Z | [ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9257 | 2024-10-31T17:49:06.451Z | [ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO ok! |
9258 | 2024-10-31T17:49:06.451Z | [ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO STEP 66 (ensure_file) COMPLETE |
9259 | 2024-10-31T17:49:06.451Z | [ host-image] Oct 31 17:49:05.015 INFO O| Oct 31 17:49:05.015 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9260 | 2024-10-31T17:49:06.464Z | [ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9261 | 2024-10-31T17:49:06.464Z | [ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9262 | 2024-10-31T17:49:06.467Z | [ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9263 | 2024-10-31T17:49:06.467Z | [ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO ok! |
9264 | 2024-10-31T17:49:06.467Z | [ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO STEP 67 (ensure_file) COMPLETE |
9265 | 2024-10-31T17:49:06.467Z | [ host-image] Oct 31 17:49:05.031 INFO O| Oct 31 17:49:05.031 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9266 | 2024-10-31T17:49:06.486Z | [ host-image] Oct 31 17:49:05.051 INFO O| Oct 31 17:49:05.051 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9267 | 2024-10-31T17:49:06.486Z | [ host-image] Oct 31 17:49:05.051 INFO O| Oct 31 17:49:05.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9268 | 2024-10-31T17:49:06.491Z | [ host-image] Oct 31 17:49:05.051 INFO O| Oct 31 17:49:05.051 INFO STEP 68 (ensure_dir) COMPLETE |
9269 | 2024-10-31T17:49:06.491Z | [ host-image] Oct 31 17:49:05.051 INFO O| Oct 31 17:49:05.051 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9270 | 2024-10-31T17:49:06.498Z | [ host-image] Oct 31 17:49:05.064 INFO O| Oct 31 17:49:05.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9271 | 2024-10-31T17:49:06.498Z | [ host-image] Oct 31 17:49:05.064 INFO O| Oct 31 17:49:05.064 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9272 | 2024-10-31T17:49:07.564Z | [ host-image] Oct 31 17:49:06.129 INFO O| Oct 31 17:49:06.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9273 | 2024-10-31T17:49:07.564Z | [ host-image] Oct 31 17:49:06.129 INFO O| Oct 31 17:49:06.129 INFO ok! |
9274 | 2024-10-31T17:49:07.564Z | [ host-image] Oct 31 17:49:06.129 INFO O| Oct 31 17:49:06.129 INFO STEP 69 (ensure_file) COMPLETE |
9275 | 2024-10-31T17:49:07.569Z | [ host-image] Oct 31 17:49:06.129 INFO O| Oct 31 17:49:06.129 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9276 | 2024-10-31T17:49:07.584Z | [ host-image] Oct 31 17:49:06.140 INFO O| Oct 31 17:49:06.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9277 | 2024-10-31T17:49:07.590Z | [ host-image] Oct 31 17:49:06.140 INFO O| Oct 31 17:49:06.140 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9278 | 2024-10-31T17:49:09.134Z | [ host-image] Oct 31 17:49:07.694 INFO O| Oct 31 17:49:07.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9279 | 2024-10-31T17:49:09.135Z | [ host-image] Oct 31 17:49:07.694 INFO O| Oct 31 17:49:07.694 INFO ok! |
9280 | 2024-10-31T17:49:09.135Z | [ host-image] Oct 31 17:49:07.694 INFO O| Oct 31 17:49:07.694 INFO STEP 70 (ensure_file) COMPLETE |
9281 | 2024-10-31T17:49:09.135Z | [ host-image] Oct 31 17:49:07.694 INFO O| Oct 31 17:49:07.694 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9282 | 2024-10-31T17:49:09.153Z | [ host-image] Oct 31 17:49:07.706 INFO O| Oct 31 17:49:07.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9283 | 2024-10-31T17:49:09.159Z | [ host-image] Oct 31 17:49:07.706 INFO O| Oct 31 17:49:07.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9284 | 2024-10-31T17:49:09.159Z | [ host-image] Oct 31 17:49:07.706 INFO O| Oct 31 17:49:07.706 INFO STEP 71 (ensure_dir) COMPLETE |
9285 | 2024-10-31T17:49:09.159Z | [ host-image] Oct 31 17:49:07.706 INFO O| Oct 31 17:49:07.706 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9286 | 2024-10-31T17:49:09.159Z | [ host-image] Oct 31 17:49:07.717 INFO O| Oct 31 17:49:07.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9287 | 2024-10-31T17:49:09.160Z | [ host-image] Oct 31 17:49:07.717 INFO O| Oct 31 17:49:07.717 INFO copying /tmp/.tmprBD8Ob/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 ... |
9288 | 2024-10-31T17:49:09.160Z | [ host-image] Oct 31 17:49:07.718 INFO O| Oct 31 17:49:07.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9289 | 2024-10-31T17:49:09.160Z | [ host-image] Oct 31 17:49:07.718 INFO O| Oct 31 17:49:07.718 INFO ok! |
9290 | 2024-10-31T17:49:09.160Z | [ host-image] Oct 31 17:49:07.718 INFO O| Oct 31 17:49:07.718 INFO STEP 72 (ensure_file) COMPLETE |
9291 | 2024-10-31T17:49:09.160Z | [ host-image] Oct 31 17:49:07.718 INFO O| Oct 31 17:49:07.718 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9292 | 2024-10-31T17:49:09.166Z | [ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9293 | 2024-10-31T17:49:09.166Z | [ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO copying /tmp/.tmprBD8Ob/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 ... |
9294 | 2024-10-31T17:49:09.167Z | [ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9295 | 2024-10-31T17:49:09.167Z | [ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO ok! |
9296 | 2024-10-31T17:49:09.167Z | [ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO STEP 73 (ensure_file) COMPLETE |
9297 | 2024-10-31T17:49:09.167Z | [ host-image] Oct 31 17:49:07.729 INFO O| Oct 31 17:49:07.729 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9298 | 2024-10-31T17:49:09.175Z | [ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9299 | 2024-10-31T17:49:09.178Z | [ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9300 | 2024-10-31T17:49:09.178Z | [ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9301 | 2024-10-31T17:49:09.178Z | [ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO ok! |
9302 | 2024-10-31T17:49:09.179Z | [ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO STEP 74 (ensure_file) COMPLETE |
9303 | 2024-10-31T17:49:09.179Z | [ host-image] Oct 31 17:49:07.740 INFO O| Oct 31 17:49:07.740 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9304 | 2024-10-31T17:49:09.187Z | [ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9305 | 2024-10-31T17:49:09.188Z | [ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9306 | 2024-10-31T17:49:09.192Z | [ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9307 | 2024-10-31T17:49:09.192Z | [ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO ok! |
9308 | 2024-10-31T17:49:09.193Z | [ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO STEP 75 (ensure_file) COMPLETE |
9309 | 2024-10-31T17:49:09.193Z | [ host-image] Oct 31 17:49:07.752 INFO O| Oct 31 17:49:07.752 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9310 | 2024-10-31T17:49:09.200Z | [ host-image] Oct 31 17:49:07.765 INFO O| Oct 31 17:49:07.765 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9311 | 2024-10-31T17:49:09.200Z | [ host-image] Oct 31 17:49:07.765 INFO O| Oct 31 17:49:07.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9312 | 2024-10-31T17:49:09.201Z | [ host-image] Oct 31 17:49:07.765 INFO O| Oct 31 17:49:07.765 INFO STEP 76 (ensure_dir) COMPLETE |
9313 | 2024-10-31T17:49:09.205Z | [ host-image] Oct 31 17:49:07.765 INFO O| Oct 31 17:49:07.765 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9314 | 2024-10-31T17:49:09.213Z | [ host-image] Oct 31 17:49:07.775 INFO O| Oct 31 17:49:07.775 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9315 | 2024-10-31T17:49:09.214Z | [ host-image] Oct 31 17:49:07.775 INFO O| Oct 31 17:49:07.775 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9316 | 2024-10-31T17:49:09.217Z | [ host-image] Oct 31 17:49:07.778 INFO O| Oct 31 17:49:07.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9317 | 2024-10-31T17:49:09.217Z | [ host-image] Oct 31 17:49:07.778 INFO O| Oct 31 17:49:07.778 INFO ok! |
9318 | 2024-10-31T17:49:09.217Z | [ host-image] Oct 31 17:49:07.778 INFO O| Oct 31 17:49:07.778 INFO STEP 77 (ensure_file) COMPLETE |
9319 | 2024-10-31T17:49:09.218Z | [ host-image] Oct 31 17:49:07.778 INFO O| Oct 31 17:49:07.778 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9320 | 2024-10-31T17:49:09.239Z | [ host-image] Oct 31 17:49:07.788 INFO O| Oct 31 17:49:07.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9321 | 2024-10-31T17:49:09.239Z | [ host-image] Oct 31 17:49:07.788 INFO O| Oct 31 17:49:07.788 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9322 | 2024-10-31T17:49:09.239Z | [ host-image] Oct 31 17:49:07.788 INFO O| Oct 31 17:49:07.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9323 | 2024-10-31T17:49:09.239Z | [ host-image] Oct 31 17:49:07.789 INFO O| Oct 31 17:49:07.788 INFO ok! |
9324 | 2024-10-31T17:49:09.239Z | [ host-image] Oct 31 17:49:07.789 INFO O| Oct 31 17:49:07.788 INFO STEP 78 (ensure_file) COMPLETE |
9325 | 2024-10-31T17:49:09.239Z | [ host-image] Oct 31 17:49:07.789 INFO O| Oct 31 17:49:07.788 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9326 | 2024-10-31T17:49:09.239Z | [ host-image] Oct 31 17:49:07.798 INFO O| Oct 31 17:49:07.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9327 | 2024-10-31T17:49:09.240Z | [ host-image] Oct 31 17:49:07.798 INFO O| Oct 31 17:49:07.798 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9328 | 2024-10-31T17:49:10.184Z | [ host-image] Oct 31 17:49:08.750 INFO O| Oct 31 17:49:08.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9329 | 2024-10-31T17:49:10.184Z | [ host-image] Oct 31 17:49:08.750 INFO O| Oct 31 17:49:08.750 INFO ok! |
9330 | 2024-10-31T17:49:10.187Z | [ host-image] Oct 31 17:49:08.750 INFO O| Oct 31 17:49:08.750 INFO STEP 79 (ensure_file) COMPLETE |
9331 | 2024-10-31T17:49:10.187Z | [ host-image] Oct 31 17:49:08.750 INFO O| Oct 31 17:49:08.750 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-10-31T17:49:10.197Z | [ host-image] Oct 31 17:49:08.763 INFO O| Oct 31 17:49:08.763 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9333 | 2024-10-31T17:49:10.200Z | [ host-image] Oct 31 17:49:08.763 INFO O| Oct 31 17:49:08.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9334 | 2024-10-31T17:49:10.200Z | [ host-image] Oct 31 17:49:08.763 INFO O| Oct 31 17:49:08.763 INFO STEP 80 (ensure_dir) COMPLETE |
9335 | 2024-10-31T17:49:10.200Z | [ host-image] Oct 31 17:49:08.763 INFO O| Oct 31 17:49:08.763 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9336 | 2024-10-31T17:49:10.210Z | [ host-image] Oct 31 17:49:08.773 INFO O| Oct 31 17:49:08.773 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9337 | 2024-10-31T17:49:10.210Z | [ host-image] Oct 31 17:49:08.773 INFO O| Oct 31 17:49:08.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9338 | 2024-10-31T17:49:10.210Z | [ host-image] Oct 31 17:49:08.773 INFO O| Oct 31 17:49:08.773 INFO STEP 81 (ensure_dir) COMPLETE |
9339 | 2024-10-31T17:49:10.213Z | [ host-image] Oct 31 17:49:08.773 INFO O| Oct 31 17:49:08.773 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9340 | 2024-10-31T17:49:10.219Z | [ host-image] Oct 31 17:49:08.783 INFO O| Oct 31 17:49:08.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9341 | 2024-10-31T17:49:10.219Z | [ host-image] Oct 31 17:49:08.783 INFO O| Oct 31 17:49:08.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9342 | 2024-10-31T17:49:10.222Z | [ host-image] Oct 31 17:49:08.783 INFO O| Oct 31 17:49:08.783 INFO STEP 82 (ensure_dir) COMPLETE |
9343 | 2024-10-31T17:49:10.222Z | [ host-image] Oct 31 17:49:08.783 INFO O| Oct 31 17:49:08.783 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-10-31T17:49:10.227Z | [ host-image] Oct 31 17:49:08.793 INFO O| Oct 31 17:49:08.793 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9345 | 2024-10-31T17:49:10.229Z | [ host-image] Oct 31 17:49:08.793 INFO O| Oct 31 17:49:08.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9346 | 2024-10-31T17:49:10.229Z | [ host-image] Oct 31 17:49:08.793 INFO O| Oct 31 17:49:08.793 INFO STEP 83 (ensure_dir) COMPLETE |
9347 | 2024-10-31T17:49:10.230Z | [ host-image] Oct 31 17:49:08.793 INFO O| Oct 31 17:49:08.793 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9348 | 2024-10-31T17:49:10.238Z | [ host-image] Oct 31 17:49:08.803 INFO O| Oct 31 17:49:08.803 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9349 | 2024-10-31T17:49:10.238Z | [ host-image] Oct 31 17:49:08.803 INFO O| Oct 31 17:49:08.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9350 | 2024-10-31T17:49:10.241Z | [ host-image] Oct 31 17:49:08.803 INFO O| Oct 31 17:49:08.803 INFO STEP 84 (ensure_dir) COMPLETE |
9351 | 2024-10-31T17:49:10.241Z | [ host-image] Oct 31 17:49:08.803 INFO O| Oct 31 17:49:08.803 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9352 | 2024-10-31T17:49:10.250Z | [ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9353 | 2024-10-31T17:49:10.250Z | [ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO copying /tmp/.tmprBD8Ob/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 ... |
9354 | 2024-10-31T17:49:10.252Z | [ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9355 | 2024-10-31T17:49:10.252Z | [ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO ok! |
9356 | 2024-10-31T17:49:10.252Z | [ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO STEP 85 (ensure_file) COMPLETE |
9357 | 2024-10-31T17:49:10.252Z | [ host-image] Oct 31 17:49:08.815 INFO O| Oct 31 17:49:08.815 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9358 | 2024-10-31T17:49:10.260Z | [ host-image] Oct 31 17:49:08.825 INFO O| Oct 31 17:49:08.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9359 | 2024-10-31T17:49:10.262Z | [ host-image] Oct 31 17:49:08.826 INFO O| Oct 31 17:49:08.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9360 | 2024-10-31T17:49:10.262Z | [ host-image] Oct 31 17:49:08.826 INFO O| Oct 31 17:49:08.826 INFO STEP 86 (ensure_dir) COMPLETE |
9361 | 2024-10-31T17:49:10.262Z | [ host-image] Oct 31 17:49:08.826 INFO O| Oct 31 17:49:08.826 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-10-31T17:49:10.270Z | [ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9363 | 2024-10-31T17:49:10.270Z | [ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9364 | 2024-10-31T17:49:10.273Z | [ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9365 | 2024-10-31T17:49:10.273Z | [ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO ok! |
9366 | 2024-10-31T17:49:10.273Z | [ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO STEP 87 (ensure_file) COMPLETE |
9367 | 2024-10-31T17:49:10.273Z | [ host-image] Oct 31 17:49:08.836 INFO O| Oct 31 17:49:08.836 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9368 | 2024-10-31T17:49:10.280Z | [ host-image] Oct 31 17:49:08.846 INFO O| Oct 31 17:49:08.846 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9369 | 2024-10-31T17:49:10.280Z | [ host-image] Oct 31 17:49:08.846 INFO O| Oct 31 17:49:08.846 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9370 | 2024-10-31T17:49:10.637Z | [ host-image] Oct 31 17:49:09.202 INFO O| Oct 31 17:49:09.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9371 | 2024-10-31T17:49:10.637Z | [ host-image] Oct 31 17:49:09.202 INFO O| Oct 31 17:49:09.202 INFO ok! |
9372 | 2024-10-31T17:49:10.641Z | [ host-image] Oct 31 17:49:09.202 INFO O| Oct 31 17:49:09.202 INFO STEP 88 (ensure_file) COMPLETE |
9373 | 2024-10-31T17:49:10.641Z | [ host-image] Oct 31 17:49:09.203 INFO O| Oct 31 17:49:09.202 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9374 | 2024-10-31T17:49:10.652Z | [ host-image] Oct 31 17:49:09.214 INFO O| Oct 31 17:49:09.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9375 | 2024-10-31T17:49:10.652Z | [ host-image] Oct 31 17:49:09.215 INFO O| Oct 31 17:49:09.214 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9376 | 2024-10-31T17:49:10.664Z | [ host-image] Oct 31 17:49:09.229 INFO O| Oct 31 17:49:09.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9377 | 2024-10-31T17:49:10.664Z | [ host-image] Oct 31 17:49:09.229 INFO O| Oct 31 17:49:09.229 INFO ok! |
9378 | 2024-10-31T17:49:10.667Z | [ host-image] Oct 31 17:49:09.229 INFO O| Oct 31 17:49:09.229 INFO STEP 89 (ensure_file) COMPLETE |
9379 | 2024-10-31T17:49:10.667Z | [ host-image] Oct 31 17:49:09.229 INFO O| Oct 31 17:49:09.229 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2024-10-31T17:49:10.675Z | [ host-image] Oct 31 17:49:09.240 INFO O| Oct 31 17:49:09.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9381 | 2024-10-31T17:49:10.675Z | [ host-image] Oct 31 17:49:09.240 INFO O| Oct 31 17:49:09.240 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9382 | 2024-10-31T17:49:10.675Z | [ host-image] Oct 31 17:49:09.240 INFO O| Oct 31 17:49:09.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9383 | 2024-10-31T17:49:10.677Z | [ host-image] Oct 31 17:49:09.241 INFO O| Oct 31 17:49:09.240 INFO ok! |
9384 | 2024-10-31T17:49:10.677Z | [ host-image] Oct 31 17:49:09.241 INFO O| Oct 31 17:49:09.240 INFO STEP 90 (ensure_file) COMPLETE |
9385 | 2024-10-31T17:49:10.677Z | [ host-image] Oct 31 17:49:09.241 INFO O| Oct 31 17:49:09.240 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2024-10-31T17:49:10.685Z | [ host-image] Oct 31 17:49:09.251 INFO O| Oct 31 17:49:09.251 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9387 | 2024-10-31T17:49:10.688Z | [ host-image] Oct 31 17:49:09.251 INFO O| Oct 31 17:49:09.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9388 | 2024-10-31T17:49:10.688Z | [ host-image] Oct 31 17:49:09.251 INFO O| Oct 31 17:49:09.251 INFO STEP 91 (ensure_dir) COMPLETE |
9389 | 2024-10-31T17:49:10.688Z | [ host-image] Oct 31 17:49:09.251 INFO O| Oct 31 17:49:09.251 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9390 | 2024-10-31T17:49:10.696Z | [ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9391 | 2024-10-31T17:49:10.696Z | [ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO copying /tmp/.tmprBD8Ob/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 ... |
9392 | 2024-10-31T17:49:10.698Z | [ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9393 | 2024-10-31T17:49:10.698Z | [ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO ok! |
9394 | 2024-10-31T17:49:10.698Z | [ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO STEP 92 (ensure_file) COMPLETE |
9395 | 2024-10-31T17:49:10.698Z | [ host-image] Oct 31 17:49:09.261 INFO O| Oct 31 17:49:09.261 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9396 | 2024-10-31T17:49:10.706Z | [ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9397 | 2024-10-31T17:49:10.706Z | [ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO copying /tmp/.tmprBD8Ob/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 ... |
9398 | 2024-10-31T17:49:10.708Z | [ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9399 | 2024-10-31T17:49:10.708Z | [ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO ok! |
9400 | 2024-10-31T17:49:10.708Z | [ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO STEP 93 (ensure_file) COMPLETE |
9401 | 2024-10-31T17:49:10.708Z | [ host-image] Oct 31 17:49:09.271 INFO O| Oct 31 17:49:09.271 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9402 | 2024-10-31T17:49:10.715Z | [ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9403 | 2024-10-31T17:49:10.718Z | [ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO copying /tmp/.tmprBD8Ob/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 ... |
9404 | 2024-10-31T17:49:10.718Z | [ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9405 | 2024-10-31T17:49:10.718Z | [ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO ok! |
9406 | 2024-10-31T17:49:10.718Z | [ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO STEP 94 (ensure_file) COMPLETE |
9407 | 2024-10-31T17:49:10.718Z | [ host-image] Oct 31 17:49:09.281 INFO O| Oct 31 17:49:09.281 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9408 | 2024-10-31T17:49:10.726Z | [ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9409 | 2024-10-31T17:49:10.729Z | [ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO copying /tmp/.tmprBD8Ob/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 ... |
9410 | 2024-10-31T17:49:10.729Z | [ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9411 | 2024-10-31T17:49:10.729Z | [ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO ok! |
9412 | 2024-10-31T17:49:10.729Z | [ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO STEP 95 (ensure_file) COMPLETE |
9413 | 2024-10-31T17:49:10.729Z | [ host-image] Oct 31 17:49:09.292 INFO O| Oct 31 17:49:09.292 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9414 | 2024-10-31T17:49:10.737Z | [ host-image] Oct 31 17:49:09.302 INFO O| Oct 31 17:49:09.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9415 | 2024-10-31T17:49:10.737Z | [ host-image] Oct 31 17:49:09.302 INFO O| Oct 31 17:49:09.302 INFO copying /tmp/.tmprBD8Ob/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 ... |
9416 | 2024-10-31T17:49:10.741Z | [ host-image] Oct 31 17:49:09.303 INFO O| Oct 31 17:49:09.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9417 | 2024-10-31T17:49:10.741Z | [ host-image] Oct 31 17:49:09.303 INFO O| Oct 31 17:49:09.303 INFO ok! |
9418 | 2024-10-31T17:49:10.741Z | [ host-image] Oct 31 17:49:09.303 INFO O| Oct 31 17:49:09.303 INFO STEP 96 (ensure_file) COMPLETE |
9419 | 2024-10-31T17:49:10.741Z | [ host-image] Oct 31 17:49:09.303 INFO O| Oct 31 17:49:09.303 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-10-31T17:49:10.747Z | [ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9421 | 2024-10-31T17:49:10.747Z | [ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9422 | 2024-10-31T17:49:10.750Z | [ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9423 | 2024-10-31T17:49:10.750Z | [ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO ok! |
9424 | 2024-10-31T17:49:10.750Z | [ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO STEP 97 (ensure_file) COMPLETE |
9425 | 2024-10-31T17:49:10.750Z | [ host-image] Oct 31 17:49:09.313 INFO O| Oct 31 17:49:09.313 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-10-31T17:49:10.758Z | [ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9427 | 2024-10-31T17:49:10.758Z | [ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO copying /tmp/.tmprBD8Ob/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 ... |
9428 | 2024-10-31T17:49:10.760Z | [ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9429 | 2024-10-31T17:49:10.760Z | [ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO ok! |
9430 | 2024-10-31T17:49:10.760Z | [ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO STEP 98 (ensure_file) COMPLETE |
9431 | 2024-10-31T17:49:10.760Z | [ host-image] Oct 31 17:49:09.323 INFO O| Oct 31 17:49:09.323 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-10-31T17:49:10.767Z | [ recovery-image] Oct 31 17:49:09.332 INFO E| Finished `release` profile [optimized] target(s) in 38.65s |
9433 | 2024-10-31T17:49:10.770Z | [ host-image] Oct 31 17:49:09.333 INFO O| Oct 31 17:49:09.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9434 | 2024-10-31T17:49:10.770Z | [ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.333 INFO copying /tmp/.tmprBD8Ob/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 ... |
9435 | 2024-10-31T17:49:10.770Z | [ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9436 | 2024-10-31T17:49:10.770Z | [ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.334 INFO ok! |
9437 | 2024-10-31T17:49:10.770Z | [ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.334 INFO STEP 99 (ensure_file) COMPLETE |
9438 | 2024-10-31T17:49:10.770Z | [ host-image] Oct 31 17:49:09.334 INFO O| Oct 31 17:49:09.334 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9439 | 2024-10-31T17:49:10.778Z | [ host-image] Oct 31 17:49:09.343 INFO O| Oct 31 17:49:09.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9440 | 2024-10-31T17:49:10.780Z | [ host-image] Oct 31 17:49:09.343 INFO O| Oct 31 17:49:09.343 INFO copying /tmp/.tmprBD8Ob/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 ... |
9441 | 2024-10-31T17:49:10.780Z | [ host-image] Oct 31 17:49:09.343 INFO O| Oct 31 17:49:09.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9442 | 2024-10-31T17:49:10.780Z | [ host-image] Oct 31 17:49:09.344 INFO O| Oct 31 17:49:09.343 INFO ok! |
9443 | 2024-10-31T17:49:10.780Z | [ host-image] Oct 31 17:49:09.344 INFO O| Oct 31 17:49:09.344 INFO STEP 100 (ensure_file) COMPLETE |
9444 | 2024-10-31T17:49:10.780Z | [ host-image] Oct 31 17:49:09.344 INFO O| Oct 31 17:49:09.344 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9445 | 2024-10-31T17:49:10.788Z | [ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9446 | 2024-10-31T17:49:10.788Z | [ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.353 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9447 | 2024-10-31T17:49:10.791Z | [ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9448 | 2024-10-31T17:49:10.791Z | [ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.354 INFO ok! |
9449 | 2024-10-31T17:49:10.791Z | [ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.354 INFO STEP 101 (ensure_file) COMPLETE |
9450 | 2024-10-31T17:49:10.791Z | [ host-image] Oct 31 17:49:09.354 INFO O| Oct 31 17:49:09.354 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9451 | 2024-10-31T17:49:10.791Z | [ recovery-image] Oct 31 17:49:09.354 INFO building host image... |
9452 | 2024-10-31T17:49:10.791Z | [ recovery-image] Oct 31 17:49:09.355 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") |
9453 | 2024-10-31T17:49:10.799Z | [ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9454 | 2024-10-31T17:49:10.799Z | [ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO copying /tmp/.tmprBD8Ob/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 ... |
9455 | 2024-10-31T17:49:10.801Z | [ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9456 | 2024-10-31T17:49:10.801Z | [ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO ok! |
9457 | 2024-10-31T17:49:10.802Z | [ host-image] Oct 31 17:49:09.364 INFO O| Oct 31 17:49:09.364 INFO STEP 102 (ensure_file) COMPLETE |
9458 | 2024-10-31T17:49:10.802Z | [ host-image] Oct 31 17:49:09.365 INFO O| Oct 31 17:49:09.364 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9459 | 2024-10-31T17:49:10.809Z | [ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9460 | 2024-10-31T17:49:10.810Z | [ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO copying /tmp/.tmprBD8Ob/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 ... |
9461 | 2024-10-31T17:49:10.812Z | [ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9462 | 2024-10-31T17:49:10.812Z | [ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO ok! |
9463 | 2024-10-31T17:49:10.812Z | [ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO STEP 103 (ensure_file) COMPLETE |
9464 | 2024-10-31T17:49:10.812Z | [ host-image] Oct 31 17:49:09.375 INFO O| Oct 31 17:49:09.375 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9465 | 2024-10-31T17:49:10.822Z | [ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9466 | 2024-10-31T17:49:10.822Z | [ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO copying /tmp/.tmprBD8Ob/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 ... |
9467 | 2024-10-31T17:49:10.828Z | [ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9468 | 2024-10-31T17:49:10.829Z | [ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO ok! |
9469 | 2024-10-31T17:49:10.829Z | [ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO STEP 104 (ensure_file) COMPLETE |
9470 | 2024-10-31T17:49:10.829Z | [ host-image] Oct 31 17:49:09.385 INFO O| Oct 31 17:49:09.385 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9471 | 2024-10-31T17:49:10.831Z | [ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9472 | 2024-10-31T17:49:10.831Z | [ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO copying /tmp/.tmprBD8Ob/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 ... |
9473 | 2024-10-31T17:49:10.831Z | [ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9474 | 2024-10-31T17:49:10.831Z | [ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO ok! |
9475 | 2024-10-31T17:49:10.831Z | [ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO STEP 105 (ensure_file) COMPLETE |
9476 | 2024-10-31T17:49:10.831Z | [ host-image] Oct 31 17:49:09.395 INFO O| Oct 31 17:49:09.395 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9477 | 2024-10-31T17:49:10.840Z | [ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9478 | 2024-10-31T17:49:10.840Z | [ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO copying /tmp/.tmprBD8Ob/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 ... |
9479 | 2024-10-31T17:49:10.843Z | [ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9480 | 2024-10-31T17:49:10.843Z | [ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO ok! |
9481 | 2024-10-31T17:49:10.843Z | [ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO STEP 106 (ensure_file) COMPLETE |
9482 | 2024-10-31T17:49:10.843Z | [ host-image] Oct 31 17:49:09.405 INFO O| Oct 31 17:49:09.405 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9483 | 2024-10-31T17:49:10.849Z | [ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9484 | 2024-10-31T17:49:10.852Z | [ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO copying /tmp/.tmprBD8Ob/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 ... |
9485 | 2024-10-31T17:49:10.852Z | [ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9486 | 2024-10-31T17:49:10.852Z | [ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO ok! |
9487 | 2024-10-31T17:49:10.852Z | [ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO STEP 107 (ensure_file) COMPLETE |
9488 | 2024-10-31T17:49:10.852Z | [ host-image] Oct 31 17:49:09.415 INFO O| Oct 31 17:49:09.415 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9489 | 2024-10-31T17:49:10.859Z | [ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9490 | 2024-10-31T17:49:10.859Z | [ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO copying /tmp/.tmprBD8Ob/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 ... |
9491 | 2024-10-31T17:49:10.862Z | [ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9492 | 2024-10-31T17:49:10.862Z | [ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO ok! |
9493 | 2024-10-31T17:49:10.862Z | [ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO STEP 108 (ensure_file) COMPLETE |
9494 | 2024-10-31T17:49:10.862Z | [ host-image] Oct 31 17:49:09.425 INFO O| Oct 31 17:49:09.425 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9495 | 2024-10-31T17:49:10.871Z | [ host-image] Oct 31 17:49:09.434 INFO O| Oct 31 17:49:09.434 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9496 | 2024-10-31T17:49:10.871Z | [ host-image] Oct 31 17:49:09.434 INFO O| Oct 31 17:49:09.434 INFO copying /tmp/.tmprBD8Ob/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 ... |
9497 | 2024-10-31T17:49:10.871Z | [ host-image] Oct 31 17:49:09.435 INFO O| Oct 31 17:49:09.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9498 | 2024-10-31T17:49:10.871Z | [ host-image] Oct 31 17:49:09.435 INFO O| Oct 31 17:49:09.435 INFO ok! |
9499 | 2024-10-31T17:49:10.871Z | [ host-image] Oct 31 17:49:09.435 INFO O| Oct 31 17:49:09.435 INFO STEP 109 (ensure_file) COMPLETE |
9500 | 2024-10-31T17:49:10.871Z | [ host-image] Oct 31 17:49:09.435 INFO O| Oct 31 17:49:09.435 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9501 | 2024-10-31T17:49:10.879Z | [ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9502 | 2024-10-31T17:49:10.879Z | [ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO copying /tmp/.tmprBD8Ob/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 ... |
9503 | 2024-10-31T17:49:10.881Z | [ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9504 | 2024-10-31T17:49:10.881Z | [ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO ok! |
9505 | 2024-10-31T17:49:10.881Z | [ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO STEP 110 (ensure_file) COMPLETE |
9506 | 2024-10-31T17:49:10.881Z | [ host-image] Oct 31 17:49:09.444 INFO O| Oct 31 17:49:09.444 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9507 | 2024-10-31T17:49:10.890Z | [ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9508 | 2024-10-31T17:49:10.890Z | [ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO copying /tmp/.tmprBD8Ob/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 ... |
9509 | 2024-10-31T17:49:10.894Z | [ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9510 | 2024-10-31T17:49:10.894Z | [ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO ok! |
9511 | 2024-10-31T17:49:10.894Z | [ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO STEP 111 (ensure_file) COMPLETE |
9512 | 2024-10-31T17:49:10.894Z | [ host-image] Oct 31 17:49:09.454 INFO O| Oct 31 17:49:09.454 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9513 | 2024-10-31T17:49:10.899Z | [ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9514 | 2024-10-31T17:49:10.899Z | [ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO copying /tmp/.tmprBD8Ob/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 ... |
9515 | 2024-10-31T17:49:10.903Z | [ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9516 | 2024-10-31T17:49:10.903Z | [ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO ok! |
9517 | 2024-10-31T17:49:10.903Z | [ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO STEP 112 (ensure_file) COMPLETE |
9518 | 2024-10-31T17:49:10.903Z | [ host-image] Oct 31 17:49:09.464 INFO O| Oct 31 17:49:09.464 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-10-31T17:49:10.909Z | [ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9520 | 2024-10-31T17:49:10.909Z | [ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO copying /tmp/.tmprBD8Ob/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 ... |
9521 | 2024-10-31T17:49:10.915Z | [ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9522 | 2024-10-31T17:49:10.915Z | [ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO ok! |
9523 | 2024-10-31T17:49:10.915Z | [ host-image] Oct 31 17:49:09.474 INFO O| Oct 31 17:49:09.474 INFO STEP 113 (ensure_file) COMPLETE |
9524 | 2024-10-31T17:49:10.915Z | [ host-image] Oct 31 17:49:09.475 INFO O| Oct 31 17:49:09.474 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9525 | 2024-10-31T17:49:10.919Z | [ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9526 | 2024-10-31T17:49:10.919Z | [ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO copying /tmp/.tmprBD8Ob/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 ... |
9527 | 2024-10-31T17:49:10.921Z | [ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9528 | 2024-10-31T17:49:10.921Z | [ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO ok! |
9529 | 2024-10-31T17:49:10.921Z | [ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO STEP 114 (ensure_file) COMPLETE |
9530 | 2024-10-31T17:49:10.921Z | [ host-image] Oct 31 17:49:09.484 INFO O| Oct 31 17:49:09.484 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-10-31T17:49:10.931Z | [ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9532 | 2024-10-31T17:49:10.933Z | [ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO copying /tmp/.tmprBD8Ob/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 ... |
9533 | 2024-10-31T17:49:10.933Z | [ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9534 | 2024-10-31T17:49:10.933Z | [ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO ok! |
9535 | 2024-10-31T17:49:10.934Z | [ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO STEP 115 (ensure_file) COMPLETE |
9536 | 2024-10-31T17:49:10.934Z | [ host-image] Oct 31 17:49:09.496 INFO O| Oct 31 17:49:09.496 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9537 | 2024-10-31T17:49:10.940Z | [ host-image] Oct 31 17:49:09.505 INFO O| Oct 31 17:49:09.505 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9538 | 2024-10-31T17:49:10.940Z | [ host-image] Oct 31 17:49:09.505 INFO O| Oct 31 17:49:09.505 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9539 | 2024-10-31T17:49:10.942Z | [ host-image] Oct 31 17:49:09.506 INFO O| Oct 31 17:49:09.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9540 | 2024-10-31T17:49:10.942Z | [ host-image] Oct 31 17:49:09.506 INFO O| Oct 31 17:49:09.506 INFO ok! |
9541 | 2024-10-31T17:49:10.942Z | [ host-image] Oct 31 17:49:09.506 INFO O| Oct 31 17:49:09.506 INFO STEP 116 (ensure_file) COMPLETE |
9542 | 2024-10-31T17:49:10.943Z | [ host-image] Oct 31 17:49:09.506 INFO O| Oct 31 17:49:09.506 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9543 | 2024-10-31T17:49:10.950Z | [ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9544 | 2024-10-31T17:49:10.950Z | [ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO copying /tmp/.tmprBD8Ob/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 ... |
9545 | 2024-10-31T17:49:10.953Z | [ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9546 | 2024-10-31T17:49:10.953Z | [ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO ok! |
9547 | 2024-10-31T17:49:10.953Z | [ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO STEP 117 (ensure_file) COMPLETE |
9548 | 2024-10-31T17:49:10.953Z | [ host-image] Oct 31 17:49:09.516 INFO O| Oct 31 17:49:09.516 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9549 | 2024-10-31T17:49:10.960Z | [ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9550 | 2024-10-31T17:49:10.960Z | [ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9551 | 2024-10-31T17:49:10.963Z | [ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9552 | 2024-10-31T17:49:10.963Z | [ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO ok! |
9553 | 2024-10-31T17:49:10.963Z | [ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO STEP 118 (ensure_file) COMPLETE |
9554 | 2024-10-31T17:49:10.963Z | [ host-image] Oct 31 17:49:09.526 INFO O| Oct 31 17:49:09.526 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9555 | 2024-10-31T17:49:11.030Z | [ host-image] Oct 31 17:49:09.535 INFO O| Oct 31 17:49:09.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9556 | 2024-10-31T17:49:11.037Z | [ host-image] Oct 31 17:49:09.535 INFO O| Oct 31 17:49:09.535 INFO copying /tmp/.tmprBD8Ob/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9557 | 2024-10-31T17:49:11.430Z | [ recovery-image] Oct 31 17:49:09.994 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9558 | 2024-10-31T17:49:13.623Z | [ recovery-image] Oct 31 17:49:12.187 INFO image complete! materials are in "/work/os-recovery" |
9559 | 2024-10-31T17:49:13.627Z | [ recovery-image] |
9560 | 2024-10-31T17:49:13.637Z | [ recovery-image] real 8:02.360604450 |
9561 | 2024-10-31T17:49:13.637Z | [ recovery-image] user 5:20.764918324 |
9562 | 2024-10-31T17:49:13.637Z | [ recovery-image] sys 51.378591517 |
9563 | 2024-10-31T17:49:13.637Z | [ recovery-image] trap 0.251206442 |
9564 | 2024-10-31T17:49:13.637Z | [ recovery-image] tflt 0.273962669 |
9565 | 2024-10-31T17:49:13.637Z | [ recovery-image] dflt 0.880532193 |
9566 | 2024-10-31T17:49:13.637Z | [ recovery-image] kflt 0.000086151 |
9567 | 2024-10-31T17:49:13.637Z | [ recovery-image] lock 17:19.484154889 |
9568 | 2024-10-31T17:49:13.637Z | [ recovery-image] slp 48:44.440535071 |
9569 | 2024-10-31T17:49:13.638Z | [ recovery-image] lat 2:01.402901824 |
9570 | 2024-10-31T17:49:13.638Z | [ recovery-image] stop 5.061364528 |
9571 | 2024-10-31T17:49:13.638Z | Oct 31 17:49:12.193 INFO [recovery-image] process exited with exit status: 0 (482.542289419s) |
9572 | 2024-10-31T17:49:15.212Z | [ host-image] Oct 31 17:49:13.776 INFO O| Oct 31 17:49:13.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9573 | 2024-10-31T17:49:15.212Z | [ host-image] Oct 31 17:49:13.776 INFO O| Oct 31 17:49:13.776 INFO ok! |
9574 | 2024-10-31T17:49:15.214Z | [ host-image] Oct 31 17:49:13.776 INFO O| Oct 31 17:49:13.776 INFO STEP 119 (ensure_file) COMPLETE |
9575 | 2024-10-31T17:49:15.214Z | [ host-image] Oct 31 17:49:13.776 INFO O| Oct 31 17:49:13.776 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-10-31T17:49:15.223Z | [ host-image] Oct 31 17:49:13.787 INFO O| Oct 31 17:49:13.787 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9577 | 2024-10-31T17:49:15.223Z | [ host-image] Oct 31 17:49:13.787 INFO O| Oct 31 17:49:13.787 INFO STEP 120 (ensure_dir) COMPLETE |
9578 | 2024-10-31T17:49:15.223Z | [ host-image] Oct 31 17:49:13.787 INFO O| Oct 31 17:49:13.787 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9579 | 2024-10-31T17:49:15.232Z | [ host-image] Oct 31 17:49:13.797 INFO O| Oct 31 17:49:13.797 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9580 | 2024-10-31T17:49:15.235Z | [ host-image] Oct 31 17:49:13.797 INFO O| Oct 31 17:49:13.797 INFO STEP 121 (ensure_dir) COMPLETE |
9581 | 2024-10-31T17:49:15.235Z | [ host-image] Oct 31 17:49:13.797 INFO O| Oct 31 17:49:13.797 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-10-31T17:49:15.242Z | [ host-image] Oct 31 17:49:13.806 INFO O| Oct 31 17:49:13.806 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9583 | 2024-10-31T17:49:15.242Z | [ host-image] Oct 31 17:49:13.806 INFO O| Oct 31 17:49:13.806 INFO STEP 122 (ensure_dir) COMPLETE |
9584 | 2024-10-31T17:49:15.245Z | [ host-image] Oct 31 17:49:13.806 INFO O| Oct 31 17:49:13.806 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-10-31T17:49:15.251Z | [ host-image] Oct 31 17:49:13.816 INFO O| Oct 31 17:49:13.816 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9586 | 2024-10-31T17:49:15.252Z | [ host-image] Oct 31 17:49:13.816 INFO O| Oct 31 17:49:13.816 INFO STEP 123 (ensure_dir) COMPLETE |
9587 | 2024-10-31T17:49:15.252Z | [ host-image] Oct 31 17:49:13.816 INFO O| Oct 31 17:49:13.816 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-10-31T17:49:15.261Z | [ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.825 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9589 | 2024-10-31T17:49:15.261Z | [ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO copying /tmp/.tmprBD8Ob/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 ... |
9590 | 2024-10-31T17:49:15.264Z | [ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9591 | 2024-10-31T17:49:15.264Z | [ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO ok! |
9592 | 2024-10-31T17:49:15.264Z | [ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO STEP 124 (ensure_file) COMPLETE |
9593 | 2024-10-31T17:49:15.264Z | [ host-image] Oct 31 17:49:13.826 INFO O| Oct 31 17:49:13.826 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-10-31T17:49:15.270Z | [ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9595 | 2024-10-31T17:49:15.270Z | [ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9596 | 2024-10-31T17:49:15.273Z | [ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9597 | 2024-10-31T17:49:15.273Z | [ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO STEP 125 (ensure_dir) COMPLETE |
9598 | 2024-10-31T17:49:15.273Z | [ host-image] Oct 31 17:49:13.835 INFO O| Oct 31 17:49:13.835 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-10-31T17:49:15.280Z | [ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9600 | 2024-10-31T17:49:15.280Z | [ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO copying /tmp/.tmprBD8Ob/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9601 | 2024-10-31T17:49:15.283Z | [ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9602 | 2024-10-31T17:49:15.283Z | [ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO ok! |
9603 | 2024-10-31T17:49:15.283Z | [ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO STEP 126 (ensure_file) COMPLETE |
9604 | 2024-10-31T17:49:15.283Z | [ host-image] Oct 31 17:49:13.845 INFO O| Oct 31 17:49:13.845 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9605 | 2024-10-31T17:49:15.289Z | [ host-image] Oct 31 17:49:13.854 INFO O| Oct 31 17:49:13.854 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9606 | 2024-10-31T17:49:15.292Z | [ host-image] Oct 31 17:49:13.854 INFO O| Oct 31 17:49:13.854 INFO STEP 127 (remove_files) COMPLETE |
9607 | 2024-10-31T17:49:15.292Z | [ host-image] Oct 31 17:49:13.854 INFO O| Oct 31 17:49:13.854 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9608 | 2024-10-31T17:49:15.299Z | [ host-image] Oct 31 17:49:13.864 INFO O| Oct 31 17:49:13.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9609 | 2024-10-31T17:49:15.301Z | [ host-image] Oct 31 17:49:13.864 INFO O| Oct 31 17:49:13.864 INFO STEP 128 (remove_files) COMPLETE |
9610 | 2024-10-31T17:49:15.301Z | [ host-image] Oct 31 17:49:13.864 INFO O| Oct 31 17:49:13.864 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9611 | 2024-10-31T17:49:15.308Z | [ host-image] Oct 31 17:49:13.873 INFO O| Oct 31 17:49:13.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9612 | 2024-10-31T17:49:15.311Z | [ host-image] Oct 31 17:49:13.873 INFO O| Oct 31 17:49:13.873 INFO STEP 129 (remove_files) COMPLETE |
9613 | 2024-10-31T17:49:15.311Z | [ host-image] Oct 31 17:49:13.873 INFO O| Oct 31 17:49:13.873 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9614 | 2024-10-31T17:49:15.318Z | [ host-image] Oct 31 17:49:13.882 INFO O| Oct 31 17:49:13.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9615 | 2024-10-31T17:49:15.320Z | [ host-image] Oct 31 17:49:13.882 INFO O| Oct 31 17:49:13.882 INFO STEP 130 (remove_files) COMPLETE |
9616 | 2024-10-31T17:49:15.320Z | [ host-image] Oct 31 17:49:13.882 INFO O| Oct 31 17:49:13.882 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9617 | 2024-10-31T17:49:15.327Z | [ host-image] Oct 31 17:49:13.892 INFO O| Oct 31 17:49:13.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9618 | 2024-10-31T17:49:15.330Z | [ host-image] Oct 31 17:49:13.892 INFO O| Oct 31 17:49:13.892 INFO STEP 131 (remove_files) COMPLETE |
9619 | 2024-10-31T17:49:15.330Z | [ host-image] Oct 31 17:49:13.892 INFO O| Oct 31 17:49:13.892 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9620 | 2024-10-31T17:49:15.337Z | [ host-image] Oct 31 17:49:13.901 INFO O| Oct 31 17:49:13.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9621 | 2024-10-31T17:49:15.339Z | [ host-image] Oct 31 17:49:13.902 INFO O| Oct 31 17:49:13.902 INFO STEP 132 (remove_files) COMPLETE |
9622 | 2024-10-31T17:49:15.339Z | [ host-image] Oct 31 17:49:13.902 INFO O| Oct 31 17:49:13.902 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9623 | 2024-10-31T17:49:15.346Z | [ host-image] Oct 31 17:49:13.911 INFO O| Oct 31 17:49:13.911 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9624 | 2024-10-31T17:49:15.349Z | [ host-image] Oct 31 17:49:13.911 INFO O| Oct 31 17:49:13.911 INFO STEP 133 (remove_files) COMPLETE |
9625 | 2024-10-31T17:49:15.349Z | [ host-image] Oct 31 17:49:13.911 INFO O| Oct 31 17:49:13.911 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9626 | 2024-10-31T17:49:15.356Z | [ host-image] Oct 31 17:49:13.921 INFO O| Oct 31 17:49:13.921 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9627 | 2024-10-31T17:49:15.359Z | [ host-image] Oct 31 17:49:13.921 INFO O| Oct 31 17:49:13.921 INFO STEP 134 (remove_files) COMPLETE |
9628 | 2024-10-31T17:49:15.359Z | [ host-image] Oct 31 17:49:13.921 INFO O| Oct 31 17:49:13.921 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9629 | 2024-10-31T17:49:15.366Z | [ host-image] Oct 31 17:49:13.931 INFO O| Oct 31 17:49:13.931 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9630 | 2024-10-31T17:49:15.369Z | [ host-image] Oct 31 17:49:13.931 INFO O| Oct 31 17:49:13.931 INFO STEP 135 (remove_files) COMPLETE |
9631 | 2024-10-31T17:49:15.369Z | [ host-image] Oct 31 17:49:13.931 INFO O| Oct 31 17:49:13.931 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9632 | 2024-10-31T17:49:15.376Z | [ host-image] Oct 31 17:49:13.941 INFO O| Oct 31 17:49:13.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9633 | 2024-10-31T17:49:15.376Z | [ host-image] Oct 31 17:49:13.941 INFO O| Oct 31 17:49:13.941 INFO STEP 136 (remove_files) COMPLETE |
9634 | 2024-10-31T17:49:15.376Z | [ host-image] Oct 31 17:49:13.941 INFO O| Oct 31 17:49:13.941 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9635 | 2024-10-31T17:49:15.386Z | [ host-image] Oct 31 17:49:13.950 INFO O| Oct 31 17:49:13.950 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9636 | 2024-10-31T17:49:15.388Z | [ host-image] Oct 31 17:49:13.950 INFO O| Oct 31 17:49:13.950 INFO STEP 137 (remove_files) COMPLETE |
9637 | 2024-10-31T17:49:15.389Z | [ host-image] Oct 31 17:49:13.950 INFO O| Oct 31 17:49:13.950 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9638 | 2024-10-31T17:49:15.395Z | [ host-image] Oct 31 17:49:13.960 INFO O| Oct 31 17:49:13.960 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9639 | 2024-10-31T17:49:15.396Z | [ host-image] Oct 31 17:49:13.960 INFO O| Oct 31 17:49:13.960 INFO STEP 138 (remove_files) COMPLETE |
9640 | 2024-10-31T17:49:15.396Z | [ host-image] Oct 31 17:49:13.960 INFO O| Oct 31 17:49:13.960 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9641 | 2024-10-31T17:49:15.405Z | [ host-image] Oct 31 17:49:13.970 INFO O| Oct 31 17:49:13.970 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9642 | 2024-10-31T17:49:15.408Z | [ host-image] Oct 31 17:49:13.970 INFO O| Oct 31 17:49:13.970 INFO STEP 139 (remove_files) COMPLETE |
9643 | 2024-10-31T17:49:15.408Z | [ host-image] Oct 31 17:49:13.970 INFO O| Oct 31 17:49:13.970 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9644 | 2024-10-31T17:49:15.415Z | [ host-image] Oct 31 17:49:13.980 INFO O| Oct 31 17:49:13.980 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9645 | 2024-10-31T17:49:15.418Z | [ host-image] Oct 31 17:49:13.980 INFO O| Oct 31 17:49:13.980 INFO STEP 140 (remove_files) COMPLETE |
9646 | 2024-10-31T17:49:15.418Z | [ host-image] Oct 31 17:49:13.980 INFO O| Oct 31 17:49:13.980 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9647 | 2024-10-31T17:49:15.425Z | [ host-image] Oct 31 17:49:13.989 INFO O| Oct 31 17:49:13.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9648 | 2024-10-31T17:49:15.425Z | [ host-image] Oct 31 17:49:13.989 INFO O| Oct 31 17:49:13.989 INFO STEP 141 (remove_files) COMPLETE |
9649 | 2024-10-31T17:49:15.427Z | [ host-image] Oct 31 17:49:13.989 INFO O| Oct 31 17:49:13.989 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9650 | 2024-10-31T17:49:15.434Z | [ host-image] Oct 31 17:49:13.999 INFO O| Oct 31 17:49:13.999 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9651 | 2024-10-31T17:49:15.437Z | [ host-image] Oct 31 17:49:13.999 INFO O| Oct 31 17:49:13.999 INFO STEP 142 (remove_files) COMPLETE |
9652 | 2024-10-31T17:49:15.437Z | [ host-image] Oct 31 17:49:13.999 INFO O| Oct 31 17:49:13.999 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9653 | 2024-10-31T17:49:15.445Z | [ host-image] Oct 31 17:49:14.009 INFO O| Oct 31 17:49:14.009 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9654 | 2024-10-31T17:49:15.445Z | [ host-image] Oct 31 17:49:14.009 INFO O| Oct 31 17:49:14.009 INFO STEP 143 (remove_files) COMPLETE |
9655 | 2024-10-31T17:49:15.447Z | [ host-image] Oct 31 17:49:14.009 INFO O| Oct 31 17:49:14.009 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9656 | 2024-10-31T17:49:15.454Z | [ host-image] Oct 31 17:49:14.019 INFO O| Oct 31 17:49:14.019 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9657 | 2024-10-31T17:49:15.454Z | [ host-image] Oct 31 17:49:14.019 INFO O| Oct 31 17:49:14.019 INFO STEP 144 (remove_files) COMPLETE |
9658 | 2024-10-31T17:49:15.457Z | [ host-image] Oct 31 17:49:14.019 INFO O| Oct 31 17:49:14.019 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9659 | 2024-10-31T17:49:15.464Z | [ host-image] Oct 31 17:49:14.029 INFO O| Oct 31 17:49:14.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9660 | 2024-10-31T17:49:15.465Z | [ host-image] Oct 31 17:49:14.029 INFO O| Oct 31 17:49:14.029 INFO STEP 145 (remove_files) COMPLETE |
9661 | 2024-10-31T17:49:15.467Z | [ host-image] Oct 31 17:49:14.029 INFO O| Oct 31 17:49:14.029 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9662 | 2024-10-31T17:49:15.474Z | [ host-image] Oct 31 17:49:14.039 INFO O| Oct 31 17:49:14.039 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9663 | 2024-10-31T17:49:15.474Z | [ host-image] Oct 31 17:49:14.039 INFO O| Oct 31 17:49:14.039 INFO STEP 146 (remove_files) COMPLETE |
9664 | 2024-10-31T17:49:15.481Z | [ host-image] Oct 31 17:49:14.039 INFO O| Oct 31 17:49:14.039 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9665 | 2024-10-31T17:49:15.485Z | [ host-image] Oct 31 17:49:14.048 INFO O| Oct 31 17:49:14.048 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9666 | 2024-10-31T17:49:15.485Z | [ host-image] Oct 31 17:49:14.049 INFO O| Oct 31 17:49:14.049 INFO STEP 147 (remove_files) COMPLETE |
9667 | 2024-10-31T17:49:15.485Z | [ host-image] Oct 31 17:49:14.049 INFO O| Oct 31 17:49:14.049 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9668 | 2024-10-31T17:49:15.493Z | [ host-image] Oct 31 17:49:14.058 INFO O| Oct 31 17:49:14.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9669 | 2024-10-31T17:49:15.496Z | [ host-image] Oct 31 17:49:14.058 INFO O| Oct 31 17:49:14.058 INFO STEP 148 (remove_files) COMPLETE |
9670 | 2024-10-31T17:49:15.496Z | [ host-image] Oct 31 17:49:14.058 INFO O| Oct 31 17:49:14.058 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9671 | 2024-10-31T17:49:15.504Z | [ host-image] Oct 31 17:49:14.068 INFO O| Oct 31 17:49:14.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9672 | 2024-10-31T17:49:15.504Z | [ host-image] Oct 31 17:49:14.068 INFO O| Oct 31 17:49:14.068 INFO STEP 149 (remove_files) COMPLETE |
9673 | 2024-10-31T17:49:15.507Z | [ host-image] Oct 31 17:49:14.068 INFO O| Oct 31 17:49:14.068 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9674 | 2024-10-31T17:49:15.513Z | [ host-image] Oct 31 17:49:14.078 INFO O| Oct 31 17:49:14.077 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9675 | 2024-10-31T17:49:15.516Z | [ host-image] Oct 31 17:49:14.078 INFO O| Oct 31 17:49:14.078 INFO STEP 150 (remove_files) COMPLETE |
9676 | 2024-10-31T17:49:15.516Z | [ host-image] Oct 31 17:49:14.078 INFO O| Oct 31 17:49:14.078 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9677 | 2024-10-31T17:49:15.523Z | [ host-image] Oct 31 17:49:14.088 INFO O| Oct 31 17:49:14.088 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9678 | 2024-10-31T17:49:15.525Z | [ host-image] Oct 31 17:49:14.088 INFO O| Oct 31 17:49:14.088 INFO STEP 151 (remove_files) COMPLETE |
9679 | 2024-10-31T17:49:15.525Z | [ host-image] Oct 31 17:49:14.088 INFO O| Oct 31 17:49:14.088 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9680 | 2024-10-31T17:49:15.533Z | [ host-image] Oct 31 17:49:14.098 INFO O| Oct 31 17:49:14.098 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9681 | 2024-10-31T17:49:15.536Z | [ host-image] Oct 31 17:49:14.098 INFO O| Oct 31 17:49:14.098 INFO STEP 152 (remove_files) COMPLETE |
9682 | 2024-10-31T17:49:15.536Z | [ host-image] Oct 31 17:49:14.098 INFO O| Oct 31 17:49:14.098 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9683 | 2024-10-31T17:49:15.543Z | [ host-image] Oct 31 17:49:14.107 INFO O| Oct 31 17:49:14.107 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9684 | 2024-10-31T17:49:15.543Z | [ host-image] Oct 31 17:49:14.107 INFO O| Oct 31 17:49:14.107 INFO STEP 153 (remove_files) COMPLETE |
9685 | 2024-10-31T17:49:15.543Z | [ host-image] Oct 31 17:49:14.107 INFO O| Oct 31 17:49:14.107 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9686 | 2024-10-31T17:49:15.552Z | [ host-image] Oct 31 17:49:14.117 INFO O| Oct 31 17:49:14.117 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9687 | 2024-10-31T17:49:15.554Z | [ host-image] Oct 31 17:49:14.117 INFO O| Oct 31 17:49:14.117 INFO STEP 154 (remove_files) COMPLETE |
9688 | 2024-10-31T17:49:15.554Z | [ host-image] Oct 31 17:49:14.117 INFO O| Oct 31 17:49:14.117 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9689 | 2024-10-31T17:49:15.562Z | [ host-image] Oct 31 17:49:14.127 INFO O| Oct 31 17:49:14.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9690 | 2024-10-31T17:49:15.562Z | [ host-image] Oct 31 17:49:14.127 INFO O| Oct 31 17:49:14.127 INFO STEP 155 (remove_files) COMPLETE |
9691 | 2024-10-31T17:49:15.562Z | [ host-image] Oct 31 17:49:14.127 INFO O| Oct 31 17:49:14.127 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9692 | 2024-10-31T17:49:15.576Z | [ host-image] Oct 31 17:49:14.141 INFO O| Oct 31 17:49:14.141 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9693 | 2024-10-31T17:49:15.579Z | [ host-image] Oct 31 17:49:14.141 INFO O| Oct 31 17:49:14.141 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_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9694 | 2024-10-31T17:49:20.981Z | [ host-image] Oct 31 17:49:19.543 INFO O| Oct 31 17:49:19.543 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 |
9695 | 2024-10-31T17:49:20.981Z | [ host-image] Oct 31 17:49:19.543 INFO O| Oct 31 17:49:19.543 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9696 | 2024-10-31T17:49:20.994Z | [ host-image] Oct 31 17:49:19.557 INFO O| Oct 31 17:49:19.557 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"} |
9697 | 2024-10-31T17:49:21.073Z | [ host-image] Oct 31 17:49:19.635 INFO O| Oct 31 17:49:19.635 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9698 | 2024-10-31T17:49:21.074Z | [ host-image] Oct 31 17:49:19.635 INFO O| Oct 31 17:49:19.635 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9699 | 2024-10-31T17:49:21.078Z | [ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9700 | 2024-10-31T17:49:21.078Z | [ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO ok! |
9701 | 2024-10-31T17:49:21.079Z | [ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9702 | 2024-10-31T17:49:21.079Z | [ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO STEP 156 (seed_smf) COMPLETE |
9703 | 2024-10-31T17:49:21.079Z | [ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO steps complete; finalising image! |
9704 | 2024-10-31T17:49:21.079Z | [ host-image] Oct 31 17:49:19.637 INFO O| Oct 31 17:49:19.637 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9705 | 2024-10-31T17:49:21.215Z | [ host-image] Oct 31 17:49:19.777 INFO O| Oct 31 17:49:19.777 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Oct 31 17:49:19 2024) |
9706 | 2024-10-31T17:49:21.437Z | [ host-image] Oct 31 17:49:19.999 INFO O| Oct 31 17:49:19.999 INFO temporary pool has 687M used, 145M avail, 1.86x compressratio |
9707 | 2024-10-31T17:49:21.437Z | [ host-image] Oct 31 17:49:19.999 INFO O| Oct 31 17:49:19.999 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9708 | 2024-10-31T17:49:21.727Z | [ host-image] Oct 31 17:49:20.289 INFO O| Oct 31 17:49:20.289 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9709 | 2024-10-31T17:49:21.727Z | [ host-image] Oct 31 17:49:20.289 INFO O| Oct 31 17:49:20.289 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9710 | 2024-10-31T17:49:22.749Z | [ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9711 | 2024-10-31T17:49:22.749Z | [ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9712 | 2024-10-31T17:49:22.752Z | [ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9713 | 2024-10-31T17:49:22.752Z | [ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO completed processing gimlet/zfs |
9714 | 2024-10-31T17:49:22.752Z | [ host-image] Oct 31 17:49:21.312 INFO O| Oct 31 17:49:21.312 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9715 | 2024-10-31T17:49:29.335Z | [ host-image] Oct 31 17:49:27.895 INFO O| Oct 31 17:49:27.895 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9716 | 2024-10-31T17:49:29.423Z | [ host-image] Oct 31 17:49:27.983 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
9717 | 2024-10-31T17:49:29.424Z | [ host-image] Oct 31 17:49:27.983 INFO expanded image name: "ci 4f04635/${os_short_commit} 2024-10-31 17:19" -> "ci 4f04635/54a974b 2024-10-31 17:19" |
9718 | 2024-10-31T17:49:29.428Z | [ host-image] Oct 31 17:49:27.983 INFO output artefacts stored in: "/work/os-host" |
9719 | 2024-10-31T17:49:29.428Z | [ host-image] Oct 31 17:49:27.983 INFO collecting git info from project "amd-firmware"... |
9720 | 2024-10-31T17:49:29.432Z | [ host-image] Oct 31 17:49:27.993 INFO collecting git info from project "pilot"... |
9721 | 2024-10-31T17:49:29.437Z | [ host-image] Oct 31 17:49:27.998 INFO collecting git info from project "phbl"... |
9722 | 2024-10-31T17:49:29.444Z | [ host-image] Oct 31 17:49:28.003 INFO collecting git info from project "bootserver"... |
9723 | 2024-10-31T17:49:29.447Z | [ host-image] Oct 31 17:49:28.007 INFO collecting git info from project "chelsio-t6-roms"... |
9724 | 2024-10-31T17:49:29.453Z | [ host-image] Oct 31 17:49:28.012 INFO collecting git info from project "pinprick"... |
9725 | 2024-10-31T17:49:29.458Z | [ host-image] Oct 31 17:49:28.016 INFO collecting git info from project "amd-host-image-builder"... |
9726 | 2024-10-31T17:49:29.470Z | [ host-image] Oct 31 17:49:28.029 INFO collecting git info from project "image-builder"... |
9727 | 2024-10-31T17:49:29.474Z | [ host-image] Oct 31 17:49:28.034 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9728 | 2024-10-31T17:49:29.833Z | [ host-image] Oct 31 17:49:28.394 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9729 | 2024-10-31T17:49:30.175Z | [ host-image] Oct 31 17:49:28.735 INFO creating Oxide boot image... |
9730 | 2024-10-31T17:49:30.175Z | [ host-image] Oct 31 17:49:28.735 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4f04635/54a974b 2024-10-31 17:19", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9731 | 2024-10-31T17:49:31.131Z | [ host-image] Oct 31 17:49:29.690 INFO O| ok, image written! |
9732 | 2024-10-31T17:49:31.131Z | [ host-image] Oct 31 17:49:29.690 INFO O| ok, boot_image_csum file written! |
9733 | 2024-10-31T17:49:31.136Z | [ host-image] Oct 31 17:49:29.693 INFO creating boot archive (CPIO)... |
9734 | 2024-10-31T17:49:31.136Z | [ host-image] Oct 31 17:49:29.693 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 |
9735 | 2024-10-31T17:49:31.142Z | [ host-image] Oct 31 17:49:29.700 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9736 | 2024-10-31T17:49:31.142Z | [ host-image] Oct 31 17:49:29.700 INFO E| + outfile=/work/os-host/cpio |
9737 | 2024-10-31T17:49:31.142Z | [ host-image] Oct 31 17:49:29.700 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9738 | 2024-10-31T17:49:31.147Z | [ host-image] Oct 31 17:49:29.702 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9739 | 2024-10-31T17:49:31.147Z | [ host-image] Oct 31 17:49:29.703 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9740 | 2024-10-31T17:49:31.176Z | [ host-image] Oct 31 17:49:29.736 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9741 | 2024-10-31T17:49:31.177Z | [ host-image] Oct 31 17:49:29.736 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9742 | 2024-10-31T17:49:31.184Z | [ host-image] Oct 31 17:49:29.744 INFO creating compressed cpio/unix for nanobl-rs... |
9743 | 2024-10-31T17:49:31.184Z | [ host-image] Oct 31 17:49:29.744 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 |
9744 | 2024-10-31T17:49:31.471Z | [ host-image] Oct 31 17:49:30.032 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9745 | 2024-10-31T17:49:35.812Z | [ host-image] Oct 31 17:49:34.372 INFO creating reset image... |
9746 | 2024-10-31T17:49:35.815Z | [ host-image] Oct 31 17:49:34.372 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9747 | 2024-10-31T17:49:35.905Z | [ host-image] Oct 31 17:49:34.464 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9748 | 2024-10-31T17:49:35.907Z | [ host-image] Oct 31 17:49:34.465 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9749 | 2024-10-31T17:49:35.959Z | [ host-image] Oct 31 17:49:34.518 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9750 | 2024-10-31T17:49:37.761Z | [ host-image] Oct 31 17:49:36.319 INFO E| Finished `release` profile [optimized] target(s) in 1.84s |
9751 | 2024-10-31T17:49:37.771Z | [ host-image] Oct 31 17:49:36.330 INFO building host image... |
9752 | 2024-10-31T17:49:37.774Z | [ host-image] Oct 31 17:49:36.331 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") |
9753 | 2024-10-31T17:49:38.240Z | [ host-image] Oct 31 17:49:36.798 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9754 | 2024-10-31T17:50:25.376Z | [ host-image] Oct 31 17:50:23.923 INFO image complete! materials are in "/work/os-host" |
9755 | 2024-10-31T17:50:25.379Z | [ host-image] |
9756 | 2024-10-31T17:50:25.382Z | [ host-image] real 9:28.493342540 |
9757 | 2024-10-31T17:50:25.382Z | [ host-image] user 4:50.575987938 |
9758 | 2024-10-31T17:50:25.382Z | [ host-image] sys 50.885103343 |
9759 | 2024-10-31T17:50:25.382Z | [ host-image] trap 0.184113289 |
9760 | 2024-10-31T17:50:25.382Z | [ host-image] tflt 0.000058616 |
9761 | 2024-10-31T17:50:25.382Z | [ host-image] dflt 0.041175364 |
9762 | 2024-10-31T17:50:25.382Z | [ host-image] kflt 0.000064768 |
9763 | 2024-10-31T17:50:25.382Z | [ host-image] lock 3:48.623569959 |
9764 | 2024-10-31T17:50:25.382Z | [ host-image] slp 51:51.270844575 |
9765 | 2024-10-31T17:50:25.382Z | [ host-image] lat 1:25.714146496 |
9766 | 2024-10-31T17:50:25.382Z | [ host-image] stop 0.406941943 |
9767 | 2024-10-31T17:50:25.382Z | Oct 31 17:50:23.927 INFO [host-image] process exited with exit status: 0 (568.510501652s) |
9768 | 2024-10-31T17:50:25.382Z | Oct 31 17:50:23.927 INFO [tuf-repo] running task |
9769 | 2024-10-31T17:50:32.200Z | Oct 31 17:50:30.745 INFO assembling repository in `/tmp/tufaceousn2ciOt`, component: OmicronRepoAssembler |
9770 | 2024-10-31T17:50:37.522Z | Oct 31 17:50:36.066 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9771 | 2024-10-31T17:50:37.717Z | Oct 31 17:50:36.261 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9772 | 2024-10-31T17:50:49.765Z | Oct 31 17:50:48.306 INFO [tuf-repo] task succeeded (24.379054755s) |
9773 | 2024-10-31T17:50:49.765Z | Oct 31 17:50:48.306 INFO all jobs completed in 1903.228184606s |
9774 | 2024-10-31T17:50:50.344Z | process exited: duration 2492400 ms, exit code 0 |
|
9775 | 2024-10-31T17:50:50.355Z | found 33 output files |
9776 | 2024-10-31T17:50:50.355Z | uploading: /work/manifest.toml (8404 bytes) |
9777 | 2024-10-31T17:50:51.366Z | uploaded: /work/manifest.toml |
9778 | 2024-10-31T17:50:51.375Z | uploading: /work/repo.zip (1857853362 bytes) |
9779 | 2024-10-31T17:51:29.417Z | uploaded: /work/repo.zip |
9780 | 2024-10-31T17:51:29.418Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9781 | 2024-10-31T17:51:30.454Z | uploaded: /work/repo.zip.sha256.txt |
9782 | 2024-10-31T17:51:30.459Z | uploading: /work/helios-setup.log (65527 bytes) |
9783 | 2024-10-31T17:51:31.466Z | uploaded: /work/helios-setup.log |
9784 | 2024-10-31T17:51:31.466Z | uploading: /work/host-image.log (194583 bytes) |
9785 | 2024-10-31T17:51:32.482Z | uploaded: /work/host-image.log |
9786 | 2024-10-31T17:51:32.482Z | uploading: /work/host-package.log (22417 bytes) |
9787 | 2024-10-31T17:51:33.494Z | uploaded: /work/host-package.log |
9788 | 2024-10-31T17:51:33.494Z | uploading: /work/host-target.log (101 bytes) |
9789 | 2024-10-31T17:51:34.502Z | uploaded: /work/host-target.log |
9790 | 2024-10-31T17:51:34.502Z | uploading: /work/omicron-package.log (5011 bytes) |
9791 | 2024-10-31T17:51:35.511Z | uploaded: /work/omicron-package.log |
9792 | 2024-10-31T17:51:35.511Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9793 | 2024-10-31T17:51:36.518Z | uploaded: /work/phbl-toolchain.log |
9794 | 2024-10-31T17:51:36.521Z | uploading: /work/recovery-image.log (591801 bytes) |
9795 | 2024-10-31T17:51:37.543Z | uploaded: /work/recovery-image.log |
9796 | 2024-10-31T17:51:37.546Z | uploading: /work/recovery-package.log (321 bytes) |
9797 | 2024-10-31T17:51:38.553Z | uploaded: /work/recovery-package.log |
9798 | 2024-10-31T17:51:38.553Z | uploading: /work/recovery-target.log (98 bytes) |
9799 | 2024-10-31T17:51:39.562Z | uploaded: /work/recovery-target.log |
9800 | 2024-10-31T17:51:39.562Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9801 | 2024-10-31T17:51:40.569Z | uploaded: /work/stamp-clickhouse.log |
9802 | 2024-10-31T17:51:40.572Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9803 | 2024-10-31T17:51:41.578Z | uploaded: /work/stamp-clickhouse_keeper.log |
9804 | 2024-10-31T17:51:41.580Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9805 | 2024-10-31T17:51:42.587Z | uploaded: /work/stamp-cockroachdb.log |
9806 | 2024-10-31T17:51:42.587Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9807 | 2024-10-31T17:51:43.594Z | uploaded: /work/stamp-crucible-dtrace.log |
9808 | 2024-10-31T17:51:43.594Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9809 | 2024-10-31T17:51:44.603Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9810 | 2024-10-31T17:51:44.603Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9811 | 2024-10-31T17:51:45.612Z | uploaded: /work/stamp-crucible-zone.log |
9812 | 2024-10-31T17:51:45.612Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9813 | 2024-10-31T17:51:46.620Z | uploaded: /work/stamp-external-dns.log |
9814 | 2024-10-31T17:51:46.620Z | uploading: /work/stamp-installinator.log (103 bytes) |
9815 | 2024-10-31T17:51:47.629Z | uploaded: /work/stamp-installinator.log |
9816 | 2024-10-31T17:51:47.631Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9817 | 2024-10-31T17:51:48.637Z | uploaded: /work/stamp-internal-dns.log |
9818 | 2024-10-31T17:51:48.640Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9819 | 2024-10-31T17:51:49.645Z | uploaded: /work/stamp-mg-ddm-gz.log |
9820 | 2024-10-31T17:51:49.647Z | uploading: /work/stamp-nexus.log (112 bytes) |
9821 | 2024-10-31T17:51:50.655Z | uploaded: /work/stamp-nexus.log |
9822 | 2024-10-31T17:51:50.657Z | uploading: /work/stamp-ntp.log (110 bytes) |
9823 | 2024-10-31T17:51:51.663Z | uploaded: /work/stamp-ntp.log |
9824 | 2024-10-31T17:51:51.666Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9825 | 2024-10-31T17:51:52.671Z | uploaded: /work/stamp-omicron-sled-agent.log |
9826 | 2024-10-31T17:51:52.671Z | uploading: /work/stamp-overlay.log (114 bytes) |
9827 | 2024-10-31T17:51:53.679Z | uploaded: /work/stamp-overlay.log |
9828 | 2024-10-31T17:51:53.679Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9829 | 2024-10-31T17:51:54.687Z | uploaded: /work/stamp-oximeter.log |
9830 | 2024-10-31T17:51:54.688Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9831 | 2024-10-31T17:51:55.696Z | uploaded: /work/stamp-oxlog.log |
9832 | 2024-10-31T17:51:55.698Z | uploading: /work/stamp-probe.log (112 bytes) |
9833 | 2024-10-31T17:51:56.703Z | uploaded: /work/stamp-probe.log |
9834 | 2024-10-31T17:51:56.706Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9835 | 2024-10-31T17:51:57.712Z | uploaded: /work/stamp-propolis-server.log |
9836 | 2024-10-31T17:51:57.712Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9837 | 2024-10-31T17:51:58.720Z | uploaded: /work/stamp-pumpkind-gz.log |
9838 | 2024-10-31T17:51:58.720Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9839 | 2024-10-31T17:51:59.767Z | uploaded: /work/stamp-switch-asic.log |
9840 | 2024-10-31T17:51:59.768Z | uploading: /work/verify-libraries.log (3720 bytes) |
9841 | 2024-10-31T17:52:00.822Z | uploaded: /work/verify-libraries.log |